/* menu-overrides */

/* @media only screen and (min-width: 1024px) {
	#top-menu li {
		flex-grow: 1;
	}
	#top-menu li a {
		padding: 0px 15px;
	}
	#top-menu li:first-child a {
		padding-left: 0px;
	}

} */

/* Loading Canvas */

#bodyMicrosite.loading .loading-canvas {
	display: block;
	background: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	opacity: 1;
	top: 0;
	left: 0;
}

#bodyMicrosite.loading .loading-canvas:before {
	content: '';
	border: 8px solid #87898b;
	border-top: 8px solid #A01441;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 2s linear infinite;
	margin: 0 auto;
	position: absolute;
	left: calc(50% - 30px);
	top: calc(50% - 30px);
	transform: translate(-50%, -50%);
}

#bodyMicrosite:not(.loading) .loading-canvas {
	transition: opacity 2s linear;
	opacity: 0;
	display: none;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


/*  General Elements */

a.download:before,
a.link:before {
	font-family: fontAwesome;
	content: '\f019';
	text-align: center;
	display: inline-block;
	margin-right: 7px;
	font-size: 14px;
	font-weight: 900;
}

a.download:before {
	content: '\f019';
}

a.link:before {
	content: "\f105 \f105";
}


/* Scroll To Top */

#scrollToTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	background-color: #A01441;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border: 1px solid #a01441;
}

#scrollToTop:before {
	content: '\f106';
	font-family: fontAwesome;
	font-size: 28px;
	margin-top: -5px;
	color: #fff;
	font-weight: 900;
}

#scrollToTop:hover {
	color: #a01441 !important;
	background: #fff none repeat scroll 0 0 !important;
}

#scrollToTop:hover:before {
	color: #a01441;
}


/* * list * */

.main-content ul {
	padding: 0 0 0 20px;
}

.main-content ul li {
	list-style-type: none;
	margin-bottom: 14px;
}

.main-content ul li:before {
	content: '\f111';
	font-family: fontAwesome;
	color: #A01441;
	font-size: 8px;
	line-height: 8px;
	position: relative;
	margin-left: -18px;
	left: 0px;
	margin-right: 12px;
	top: -3px;
}


/* *** ELEMENTS *** */

.accordions {
	margin: 50px 0;
}

.accordions .element {
	padding: 5px 10px 0px 10px;
	border-bottom: 1px solid #87898b;
}

.accordions .element:first-child {
	border-top: 1px solid #000;
}

.accordions .element .head {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2em;
	color: #A01441;
/*     cursor: pointer; */
	margin: -5px -10px 0px -15px;
	padding: 10px 20px 20px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.accordions .element.more-content .head {
	cursor: pointer;
}
.accordions .element.more-content .head:after {
	content: '+';
	font-size: 25px;
}

.accordions .element.more-content.open .head:after {
	content: '-';
}

.accordions .element .head .title {
	width: calc(100% - 60px);
}

.accordions .element .head .toggle {
	position: relative;
	width: 60px;
	height: 40px;
}

.accordions .element .head .toggle>div {
	position: absolute;
	width: 28px;
	height: 5px;
	background-color: #A01441;
	top: calc(50% - 2.5px);
	right: 0px;
}

.accordions .element .head .toggle>div:first-child {
	transform: rotate(90deg);
	transition: transform 300ms;
}

.accordions .element.open .head .toggle>div:first-child {
	transform: rotate(0deg);
	transition: transform 300ms;
}

.accordions .element .content {
	display: none;
	padding: 0px;
	margin: 0px 0px 10px;
}

.button {
	margin: 30px auto;
	display: flex;
	justify-content: left;
	font-family: 'Open Sans';
}

.button a {
	background-color: #A01441;
	border: 2px solid #A01441;
	display: inline-block;
	color: #fff;
	background: #A01441;
	padding: 12px 25px;
	border-radius: 30px;
	cursor: pointer;
	transition: background-color 200ms;
}

.button a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #A01441;
	transition: background-color 200ms;
}


/* *** CONTENT *** */


/* --- CONTENT -> Sidebar --- */

.sidebar-content {}

.sidebar-content .headline {
	font-size: 20px;
	margin: 20px 0px;
	color: #A01441;
}

.sidebar-content .sidebar-box .headline-small {
	font-size: 14px;
	font-weight: 300;
	margin: 36px 0px 20px;
}

.sidebar-content .sidebar-box {
	display: flex;
	flex-direction: column;
}

.sidebar-content .sidebar-box:not(:last-child) {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.sidebar-content .sidebar-box .inner-box {
	padding: 0px 0px 30px;
	font-size: 14px;
	font-weight: 300;
}

.sidebar-content .sidebar-box .inner-box:last-child {
	padding-bottom: 0px;
}

.sidebar-content .sidebar-box .inner-box .headline-small {
	margin: 20px 0px;
}

.sidebar-content .sidebar-box img {
	margin-bottom: 20px;
	border-radius: 50%;
	width: 100px;
	height: 100px;
}

.sidebar-content .sidebar-box span {
	display: block;
	line-height: 21px;
}

.sidebar-content .sidebar-box ul {
	list-style: none;
	margin: 0 0px 30px;
	padding: 0;
}

.sidebar-content .sidebar-box ul li {
	margin-top: 0px;
}

.sidebar-content .sidebar-box a:hover {
	text-decoration: none;
}

.sidebar-content .sidebar-box .firma:before,
.sidebar-content .sidebar-box .name:before,
.sidebar-content .sidebar-box .telefon:before,
.sidebar-content .sidebar-box .email:before {
	font-family: fontAwesome;
	color: #A01441;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	width: 20px;
}

.sidebar-content .sidebar-box .firma:before {
	content: '\f015';
}

.sidebar-content .sidebar-box .name:before {
	content: '\f007';
}

.sidebar-content .sidebar-box .telefon:before {
	content: '\f095';
	transform: rotate(270deg);
}

.sidebar-content .sidebar-box .email:before {
	content: "\f003";
	font-weight: bold;
}


/* Sidebar Accordion */

.sidebar-content .accordions {
	margin: 20px 0;
	padding: 0 20px;
}

.sidebar-content .accordions .sidebar-box.element {
	border-top: 1px solid #000;
	padding: 0;
}

.sidebar-content .accordions .sidebar-box.element:last-child {
	border-bottom: 1px solid #000;
}

.sidebar-content .accordions .sidebar-box.element .head {
	font-size: 14px;
	padding: 20px 10px;
	margin: 0;
}

.sidebar-content .accordions .sidebar-box.element.open {
	border-top: 1px solid #A01441;
}

.sidebar-content .accordions .sidebar-box.element.open .head,
.sidebar-content .accordions .sidebar-box.element.open .head:after {
	color: #A01441;
}

.sidebar-content .accordions .sidebar-box.element .head:after {
	color: #000;
	margin-right: 20px;
}

.sidebar-content .accordions .sidebar-box.element .content {
	width: 100%;
	margin: 0;
	padding: 0px 10px;
}


/* --- CONTENT -> Signatur --- */

.main-content .signature {
	margin-top: 30px;
}

.main-content .signature>div:not(:last-child) {
	margin-bottom: 15px;
}

.main-content .signature span {
	display: block;
}


/* --- CONTENT -> responsive iFrames --- */
.responsive-iframe {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 10px;
}
	.responsive-iframe iframe {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		border: 0 none;
	}


/* *** FOOTER *** */

#divFooter .footer-section {
	background-color: #ebebeb;
}

#divFooter .footer-content .text {
	font-size: 15px;
}


/* ** SOCIAL MEDIA ** */

.social-media {
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	margin-top: 10px;
	padding: 30px 0px 30px;
	max-width: 1170px;
	margin: 0 auto;
	border-top: unset;
}

.social-media a {
	display: inline-block;
}

.social-media a:not(:last-child) {
	margin-right: 25px;
	margin-left: 10px;
}

.social-media .fa {
	font-size: 26px;
	color: #A01441;
}

.social-media .fa:hover {
	color: #fff;
}


/* *** SITE SPECIFIC *** */


/* --- SITE SPECIFIC -> Login --- */

.alert,
.alert.alert-success {
	width: calc(100% - 20px);
	/*max-width: 66.6667%; */
	margin-bottom: 20px;
	text-align: center;
	color: #A01441;
	background-color: #ebebeb;
	padding: 5px 10px;
	border-radius: 15px;
}

#formGroup_loginName {
	margin-top: 20px;
}

#formGroup_password {
	margin-top: 10px;
}

#formGroup_password .input-group,
.password-field-base .input-group,
.password-field-confirm .input-group {
	position: relative;
	width: 365px;
}

#msPasswordInput_togglePasswordView,
#msNewPassword_togglePasswordView,
#msNewPassword_togglePasswordView_confirm {
	color: #a01441;
	font-size: 20px;
	position: absolute;
	padding: 7px 10px;
	height: 37px;
	background-color: transparent;
	border: 0 none;
}

#formGroup_loginName input[type="text"],
#formGroup_password input[type="password"],
#formGroup_password input[type="text"],
#msPasswordLostId,
#msNewPassword,
#msNewPassword_confirm {
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	color: #4a4a4a;
	padding: 5px 10px;
	width: 300px;
	height: auto;
	border: 1px solid #6c6c6c;
	outline: none;
}

#formGroup_micrositeNewPassword .password-field-confirm {
	margin-top: 10px;
}

#formGroup_loginName .help-block,
#formGroup_password .help-block {
	color: #a01441;
	margin-top: 5px;
	font-size: 16px;
}

#btn-group-loginSubmitButton,
#btn-group-micrositePasswordLostSubmitButton,
#btn-group-micrositeNewPasswordSubmitButton {
	float: none;
}

#submitknop,
#passwordLostSendButton,
#msNewPasswordSubmitButton {
	background-color: #A01441;
	border: 2px solid #A01441;
	display: inline-block;
	color: #fff;
	background: #A01441;
	padding: 12px 25px;
	border-radius: 30px;
	cursor: pointer;
	transition: background-color 200ms;
	font-size: 17px;
	font-family: 'Open Sans';
	line-height: 25.5px;
	margin: 30px auto;
}

#msNewPasswordSubmitButton i.fa-arrow-right {
	display: none
}

#submitknop:hover,
#passwordLostSendButton:hover,
#msNewPasswordSubmitButton:hover {
	text-decoration: none;
	background-color: #fff;
	color: #A01441;
	transition: background-color 200ms;
}

#submitknop i,
#passwordLostSendButton i {
	display: none;
}


/* --- SITE SPECIFIC -> Veranstaltungsort, Hotel --- */

.location-wrapper {
	margin: 50px 0;
}

.location-wrapper .location:not(:last-child) {
	margin-bottom: 40px;
}

.location-wrapper .location .headline {
	text-align: initial;
	font-size: 18px;
	font-weight: unset;
}

.location-wrapper .location .images {
	margin: 10px 0;
	width: 100%;
	max-width: 400px;
}

.location-wrapper .location .images img {
	display: block;
	width: 100%;
	max-width: 400px;
}

.location-wrapper .location .images img:first-child {
	margin-bottom: 10px;
}

.location-wrapper .location .text>div {
	margin-top: 10px;
}

.location-wrapper .location .text>div span {
	display: block;
}

.location-wrapper .location .text a i {
	font-size: 18px;
	font-weight: bold;
	color: #A01441;
}


/* MAP */

.map-content {
	position: relative;
	overflow: hidden;
	height: 400px;
	width: calc(100% - 10px);
	margin: 0 auto;
}


/* --- SITE SPECIFIC -> Agenda --- */

.agenda-wrapper {
	box-shadow: 0px 0px 17px rgb(0 0 0 / 10%);
}

.agenda-days {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}

.agenda-days>div {
	color: #A01441;
	cursor: pointer;
	display: block;
	padding: 20px 15px;
	font-weight: 600;
	flex-grow: 1;
	text-align: center;
	/*-webkit-transition: all 500ms ease;*/
	/*-moz-transition: all 500ms ease;*/
	/*-ms-transition: all 500ms ease;*/
	/*-o-transition: all 500ms ease;*/
	/*transition: all 500ms ease;*/
	border-top: 3px solid transparent;
	width: 100%;
	box-shadow: inset 8px -9px 19px -8px rgb(0 0 0 / 10%);
}

.agenda-days>div:hover,
.agenda-days>div.active {
	border-top: 3px solid #A01441;
}

.agenda-days>div.active {
	cursor: default;
}

.agenda-days>div:not(.active) {
	box-shadow: inset 8px -9px 19px -8px rgb(0 0 0 / 10%)
}

.agenda {
	/* box-shadow: 0px 0px 17px rgb(0 0 0 / 10%); */
	padding: 15px 0px;
}

.agenda .day {
	display: none;
}

.agenda .day.active {
	display: block;
}

.agenda .day>div {
	padding: 10px 0;
	margin-top: 0px;
}

.agenda .day>div:last-child {
	margin-bottom: 50px;
}

.agenda .day>div.head {
	color: #FFFFFF;
	background-color: #4a4a4a;
}

.agenda .main-session {
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: 600;
	line-height: 25.5px;
	color: #A01441;
	margin: 20px 0;
}

.agenda .day .time {
	font-weight: 600;
	margin-bottom: 20px;
}

.agenda .day .content {}

.agenda .day .name {
	color: #A01441;
	font-weight: 600;
	margin: 0 0 20px 0;
}

.agenda .day .info {
	margin: 0 0 20px 0;
	font-family: 'Open Sans Light';
}

.agenda .day .bemerkung {
	margin: 0 0 20px 0;
}

.agenda .day .session {
	padding: 30px;
}

.agenda .day>div:nth-child(2n-1) {
	background: #f8f8f8;
}


/* Agenda Accordion */

.agenda.accordions {
	margin: 0 !important;
	padding: 0 !important;
}

.agenda .element,
.agenda .element:first-child {
	border-top: 1px solid #87898b;
	border-bottom: none;
	padding: 0 !important;
}

.agenda .element:last-child {
	border-bottom: 1px solid #87898b;
}

.agenda .element .head {
	margin: 0;
	padding: 15px 10px 15px 0;
	font-size: 15px;
	font-family: 'Open Sans';
}

.agenda .element .head:after {
	color: #000;
	font-size: 18px;
	font-weight: unset;
}


/* --- SITE SPECIFIC -> Galerie --- */

.galerie {
	margin: 20px 0;
}

.galerie:after {
	content: '';
	display: table;
	clear: both;
}

.galerie img {
	float: left;
	width: calc(50% - 5px);
	margin-bottom: 10px;
}

.galerie a:nth-child(2n+1) img {
	margin-right: 10px;
}

@media only screen and (min-width: 768px) {
	/* *** CONTENT *** */
	/* --- CONTENT -> Signatur --- */
	.main-content .signature {
		display: flex;
		flex-wrap: wrap;
	}
	.main-content .signature>div {
		flex: 0 calc(50% - 10px);
		margin-bottom: 15px;
	}
	.main-content .signature>div:nth-child(2n+1) {
		margin-right: 20px;
	}
	/* *** SIDEBAR *** */
	.sidebar-content .sidebar-inner-content .sidebar-contact {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
	}
	.sidebar-content .sidebar-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		width: calc(100% - 40px);
		max-width: unset;
	}
	.sidebar-content .sidebar-box .headline {
		width: 100%;
		margin: 0px 0px 26px;
	}
	.sidebar-content .sidebar-box:not(:last-child) {
		margin-bottom: 36px;
		/*padding-bottom: 30px;*/
		border-bottom: 1px solid #fff;
	}
	.sidebar-content .sidebar-box .inner-box:not(:last-child) {
		margin-right: 40px;
	}
	/* *** FOOTER *** */
	#divFooter .footer-content .text {
		padding: 5px 0;
		font-size: 15px;
	}
	/* *** SITE SPECIFIC *** */
	/* --- SITE SPECIFIC -> Veranstaltungsort, Hotel --- */
	.location-wrapper .location .wrapper {
		display: flex;
		margin-top: 10px;
	}
	.location-wrapper .location:nth-child(2n+2) .wrapper {
		flex-direction: row-reverse;
	}
	.location-wrapper .location .images {
		align-self: flex-start;
		margin: 5px 20px 0 0;
		width: 350px;
		max-width: none;
	}
	.location-wrapper .location:nth-child(2n+2) .images {
		margin: 0 0 0 20px;
	}
	.location-wrapper .location:nth-child(2n+2) .text {
		text-align: right;
	}
	.location-wrapper .location .text {
		width: calc(100% - 370px);
	}
	.location-wrapper .location .text>div:first-child {
		margin-top: 0;
	}
	/* --- SITE SPECIFIC -> Agenda --- */
	.agenda-days>span {
		display: inline-block;
		margin-right: 5px;
	}
	/* --- SITE SPECIFIC -> Galerie --- */
	.galerie img {
		margin-right: 10px;
		width: calc(25% - 30px / 4);
	}
	.galerie a:nth-child(4n+4) img {
		margin-right: 0;
	}
}

@media only screen and (min-width: 1024px) {
	/* *** CONTENT *** */
	/* --- CONTENT -> Signatur --- */
	.main-content .signature>div {
		flex: 0 calc(25% - 15px);
		margin-right: 20px;
		margin-bottom: 15px;
	}
	.main-content .signature>div:nth-child(4n+4) {
		margin-right: 0;
	}
	/* *** SITE SPECIFIC *** */
	/* --- SITE SPECIFIC -> Login --- */
	.microsite_989C6DEBBE823F5B #divContentWrapper {
		display: flex;
	}
	/* --- SITE SPECIFIC -> Agenda --- */
	.agenda-days>div {
		width: unset;
		box-shadow: none;
	}
	.agenda-wrapper {
		/*max-width: 83.333333%;*/
		margin: 70px auto 40px;
	}
	/* *** SIDEBAR *** */
	.sidebar-content .accordions {
		width: 100%;
		padding: 0px;
	}
}

@media only screen and (min-width: 1260px) {}

@media only screen and (min-width: 1400px) {
	.sidebar-content .sidebar-inner-content {
		display: flex;
		flex-wrap: wrap;
		max-width: 1170px;
		padding: 0 15px;
		margin: 0 auto;
		align-items: flex-start;
	}
	.sidebar-content .sidebar-box:not(:last-child).contact {
		width: 100%;
		border-bottom: 1px solid #fff;
	}
	.sidebar-content .sidebar-box:not(:last-child) {
		margin: unset;
	}
	.sidebar-content .sidebar-box .inner-box {
		margin-right: 0px !important;
		padding: 0 0px 30px;
	}
	#divFooter .footer-content {
		max-width: 1170px;
		margin: 0 auto;
		padding: 0 15px;
		border-top: unset;
	}
	/* LOGIN */
	.alert {
		max-width: 66.6667%;
	}
	/*  VA ORT / HOTEL */
	.map-content {
		width: calc(100vw - 19px);
		margin: 20px 0 60px -54%;
	}
}

@media only screen and (min-width: 1580px) {}


/* Template - Referenten */
.acc-flex:nth-child(odd) {
	background: #fafafa;
}
.acc-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 30px 0px;
	padding: 30px 10px;
}
.acc-img {
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
	width: 160px;        
}
.acc-img.acc-img--default {
	height: 160px;
}
.acc-img.acc-img--default img {
	position: relative;
	transform: translate(0%, -50%) scale(0.9);
	top: 50%;
}
.accordions {
	margin: 50px 0;
	width: 70%;
}
.accordions span {
	display: inline-block;
}
.accordions span.ref-role {
	position: relative;
	color: var(--primary);
	font-size: 1.4rem;
	padding-bottom: 20px;
}
.accordions span.acc-salutation, span.acc-degree, .accordions span.acc-lastname, .accordions span.acc-firstname {
	font-size:20px;
}

:is(.accordions .ref-upload, .accordions span.ref-role) {
	margin: 20px 0px;
}
.accordions span.ref-role:after {
		position: absolute;
		bottom: 0;
		left: 0;
		content: '';
		width: 50%;
		height: 1px;
		background: var(--primary);
	}

.accordions .ref-upload {
	position: relative;
	text-decoration: underline;
}
.accordions .ref-upload:before {
	font-family: fontAwesome;
	content: '\f019';
	text-align: center;
	display: inline-block;
	margin-right: 7px;
	font-size: 14px;
	font-weight: 900;
}
.ref-sort {
	margin: 30px 0px;
}

@media only screen and (max-width: 480px) {
	#tlnSchleifeContent .accordions .element .head {
		display: block;
		position: relative;
	}
	#tlnSchleifeContent .accordions .element .head:after {
		position: absolute;
		top: 10px;
		right: 10px;        
	}
	#tlnSchleifeContent .accordions .element .head div {
		line-height: 1.5em;
	}
}
@media only screen and (max-width: 767px) {
	.acc-flex {
		flex-direction: column;
	}

}
@media only screen and (max-width: 768px) {
	.acc-flex {
		padding: 30px 0px
	}
	#divContent .sidebar-content .sidebar-box {
		padding-right: 0px;
		width: inherit;
	}

}
@media only screen and (min-width: 768px) {
	.acc-flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

/* #220933 Sponsor/Partner [chris] */

	.sponsor-row {
		display: flex;
		justify-content: space-between;
	}
	.sponsor-row {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		max-width: 1170px;
	}
	.sponsor-item {
		position: relative;
		max-width: 300px;
		min-height: 300px;
		margin: 25px 25px 60px;
		transform: scale(1);
		border-bottom: 10px solid transparent;
		transition: all .6s ease-in-out;
		/* flex: 1; */
	}
	.sponsor-item:hover {
		transform: scale(1.05);
		border-bottom: 10px solid var(--primary);
		/* flex: 1; */
	}
	.sponsor-img {        
		max-width: 200px;
		max-height: 200px;
		overflow: hidden;
	}
	.sponsor-content {
		width: 300px;
		min-height: 380px;
		padding-bottom: 15px;
		box-shadow: 0px 15px 30px -11px #9b9b9b;
	}
	.sponsor-content h4 {
		opacity: 1;
		position: absolute;
		bottom: 30px;
		width: 100%;
		display: block;
		text-align: center;
		transition: all .3s ease-in-out;
	}
	.sponsor-content h4.sponsor-title {
		bottom: 80px;
	}
	a.sponsor-link {
		position: absolute;
		bottom: 0px;
		width: 50%;
		left: calc(100% / 4);
		color: var(--primary);
		background: #fff;
		border: 1px solid var(--primary);
		border-radius: 20px;
		transition: all .5s ease-in-out;
	}
	a.sponsor-link:hover {
		color: #fff;
		background: var(--primary);
		text-decoration: none;
	}
	.sponsor-img,
	.sponsor-text {
		position: absolute;
		position: absolute;
		bottom: 30px;
		display: block;
		text-align: center;
	}
	.sponsor-img {        
		width: 100%;
		top: 10px;
		left:0;
		right:0;
		margin-left:auto;
		margin-right:auto;
		opacity: 1;
		transition: all .3s ease-in-out;
	}
	.sponsor-text {
		width: 90%;
		top: 30px;
		padding: 10px;
		opacity: 0;
		transition: all .3s ease-in-out;
	}
	.sponsor-content:hover .sponsor-text {
		opacity: 1;
	}
	.sponsor-content:hover .sponsor-img,
	.sponsor-content:hover h4 {
		opacity: 0;
	}
	div#sponsor-loop h1 {
		color: var(--primary);
		margin: 15px 0px 60px;
	}
