.filter-form{
	--item-custom-select-options-top: unset;
}

/* ** SECTION GENERALL ----------------------------------------------------------------------------- ** */
.section-wrapper:not(#events_highlighted){
	max-width: 1270px;
	margin: auto;
	padding: 45px 20px;
}

#divNavPunkt_eventdetails,
.events .tab-content .headline-1:not(.month),
.events .goTo-events{
	display: none;
}

span.utc{
	display: inline-block;
}

.section-body:empty{
	margin-bottom: 90px;
}

@media only screen and (min-width: 767px){
	.section-wrapper:not(#events_highlighted){
		padding: 90px 20px;
	}

}

/** * SECTION GENERALL --> LISTS * **/
.section ul{
	padding-left: 0px;
}
	.section ul li{
		list-style: none;
		position: relative;
		padding-left: 15px;
	}
		.section ul li:before{
			content: '\f0da';
			font-family: FontAwesome;
			display: inline-block;
			margin-left: -15px;
			position: absolute;
		}

/** * SECTION GENERALL --> SCROLLBAR * **/
.section ::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}
.section ::-webkit-scrollbar-track {
  background: var(--middle-grey);
}
.section ::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
}
.section .scrollbar{ /*Firefox*/
	scrollbar-color:  var(--primary-color) var(--middle-grey);
	scrollbar-width: thin;
	scrollbar-height: thin;
}


/* ** SECTION REDIRECT -------------------------------------------------------------------------- ** */
body[data-token="vshowredirect"] #divContent{
	display: flex;
  justify-content: center;
  align-items: center;
}


/* ** SECTION EVENTS HIGHTLIGHTED --------------------------------------------------------------- ** */
#events_highlighted{
	padding: 0px;
	height: fit-content;
	position: relative;
	width: 100%;
}
#events_highlighted .section-background{
	background-image: url("/custom/img/microsite/1854/stage_default.jpg");
	background-position: center;
	background-size: cover;
	position: absolute;
/*	max-height: 100%;*/
	width: 100%;
	top: 0;
	left: 0;
	height: 50vw;
	padding: 0px;
}
	#events_highlighted .section-body{
		max-width: 1270px;
		margin: auto;
		padding: 0px 20px;
		display: flex;
		justify-content: flex-end;
	}
		#events_highlighted .section-body .session{
			/*max-width: 500px;*/
			width: 100%;
			margin-top: calc(50vw - 50px);
			padding: 25px 20px 25px 20px;
		}

		#events_highlighted .section-body .session .liveBadge{
			top: -12px;
		    left: 20px;
		    padding: 5px 26px 3px;
		    font-weight: lighter;
		}
			#events_highlighted .section-body .session .liveBadge:before{
				left: 13px;
			    top: 11px;
			    height: 5px;
			    width: 5px;
			}

			#events_highlighted .section-body .session .description{
				width: 100%;
			}

		#events_highlighted .section-body .session .btn-primary:hover{
			color: var(--white);
		}

		/*#events_highlighted .section-body .session .inner-wrapper{
			overflow: hidden;
		  display: -webkit-box;
		  -webkit-line-clamp: 4;
		  -webkit-box-orient: vertical;
		  margin-bottom: 30px;
		}*/

		#events_highlighted .section-body .session .inner-wrapper .headline-highlight{
			overflow: hidden;
		  display: -webkit-box;
		  -webkit-line-clamp: 2;
		  -webkit-box-orient: vertical;
		}

		#events_highlighted .section-body .session .text{
			font-size: 17px;
			line-height: 27px;
			margin-bottom: 30px;
			overflow: hidden;
		  display: -webkit-box;
		  -webkit-line-clamp: 2;
		  -webkit-box-orient: vertical;
		}

		#events_highlighted .section-body .session .info{
			font-size: 15px;
			line-height: 25px;
		}
			#events_highlighted .section-body .session .info.flex-wrapper{
				/*justify-content: space-between;*/
				flex-direction: row;
				/*max-width: 370px;*/
			}
			#events_highlighted .section-body .session .date{
				width: 100%;
			}
			
			#events_highlighted .section-body .session .info.flex-wrapper > div:first-child{
				margin-right: 30px;
				width: 50%;
			}
				#events_highlighted .section-body .session .info .dateTime .date{
					min-width: fit-content;
				}

		#events_highlighted .section-body .session .btn-primary{
			margin-top: 38px;
		}


@media only screen and (min-width: 767px){
	#events_highlighted{
		margin-bottom: 0px;
		height: 502px;
	}
		#events_highlighted .section-background{
			height: 100%;
		}
			#events_highlighted .section-body{
				height: 502px;
			}
				#events_highlighted .section-body .session{
						margin-top: 0px;
						padding: 80px 40px 45px 45px;
						max-width: 488px;
						width: 100%;
						height: 100%;
				}
		#events_highlighted .section-body .session .liveBadge{
			top: 25px;
			left: -15px;
			padding: 10px 51px;
			font-weight: bold;
		}
		#events_highlighted .section-body .session .liveBadge:before{
			left: 24px;
			top: 14px;
			height: 10px;
			width: 10px;
		}

		/*#events_highlighted .section-body .session .inner-wrapper{
			max-height: 190px;
			max-width: 480px;
			height: 100%;
			margin-bottom: 40px;
		}*/

		#events_highlighted .section-body .session .info.flex-wrapper{
			justify-content: flex-start;
			max-width: unset;
			gap: 16;
		}
			#events_highlighted .section-body .session .info.flex-wrapper > div:first-child{
				margin-right: 30px;
			}

			/*#events_highlighted .section-body .session .info.flex-wrapper .locationLanguage{
				margin-top: 25px;
			}*/
		#events_highlighted .section-body .session .btn-primary{
			margin-top: 40px;
		}
}



/* ** REGISTRATION -----------------------------------------------------------------------------** */
/** POPUP **/

.u2d-popup#registration .popup-detail-wrapper{
    max-height: calc(100vh - 60px);
    overflow: hidden;
    overflow-y: auto;
}
   .u2d-popup#registration .popup-detail-wrapper::-webkit-scrollbar{
        width: 14px;
        height: 14px;
        background: #F0F1F4;
        display: none;
    }

    /* .u2d-popup#registration .popup-detail-wrapper::-webkit-scrollbar-thumb{
        border-radius: 10px;
    }

    .u2d-popup#registration .popup-detail-wrapper::-webkit-scrollbar-thumb{
        background: var(--primary-color);
    }*/

    .u2d-popup#registration .popup-detail-wrapper iframe{
    	margin-bottom: -10px;
    	height: 100vh !important;
    	max-height: 90vh !important;
    }


/* ** SECTION EVENTS COMING -------------------------------------------------------------------- ** */
#events_coming .session{
	margin-bottom: 10px;
	padding: 22px 20px 22px 20px;
	min-height: 246px;
}
#events_webinar .session{
	margin-bottom: 10px;
	padding: 22px 20px 22px 20px;
}
#events_webinar .section-header:not(:first-child),
#events_coming .section-header:not(:first-child){
	margin-top: 120px;
}
	#events_webinar .headline-1.month,
	#events_coming .headline-1.month{
		margin-bottom: 40px;
		margin-top: 100px;
	}
		#events_webinar .headline-1.month:first-child,
		#events_coming .headline-1.month:first-child{
			margin-top: 0px;
		}

	#events_webinar .session .liveBadge,
	#events_coming .session .liveBadge{
		top: 35px;
	}

	#events_webinar .flex-wrapper,
	#events_coming  .flex-wrapper{
		align-items: stretch;
	}

		#events_webinar .session .flex-wrapper .visual-wrapper,
		#events_coming .session .flex-wrapper .visual-wrapper{
			width: 100%;
			min-width: 200px;
			margin-bottom: 20px;
			padding-bottom: unset;
		}

		#events_webinar .session .flex-wrapper .visual-wrapper .visual,
		#events_coming .session .flex-wrapper .visual-wrapper .visual{
			max-height: 330px;
			height: 45vw;
			min-height: 120px;
			padding-bottom: unset;
		}

			#events_webinar .session .flex-wrapper .visual-wrapper .visual img,
			#events_coming .session .flex-wrapper .visual-wrapper .visual img{
				padding-top: unset;
				height: 100%;
			}

	#events_webinar .session .description,
	#events_coming .session .description{
		position: relative;
		width: 100%;
	}

		#events_webinar .session .description > .inner-wrapper .text-wrapper,
		#events_coming .session .description > .inner-wrapper .text-wrapper{
			/*overflow: hidden;
	    display: -webkit-box;
	    -webkit-line-clamp: 5;
	    max-height: 155px;
	    -webkit-box-orient: vertical;
	    margin-bottom: 20px;*/
		}
			#events_webinar .session .description > .inner-wrapper .text-wrapper .subheadline,
			#events_coming .session .description > .inner-wrapper .text-wrapper .subheadline{ 
				margin-bottom: 14px;
	    		margin-top: -8px;
			}

			#session-details .u2d-popup__body .subheadline > span{
				display: block;
			}

			#events_webinar .session .description > .inner-wrapper .text-wrapper .text,
			#events_coming .session .description > .inner-wrapper .text-wrapper .text{
				display: none;
				margin-bottom: 0px;
				margin-bottom: 20px;
			}
		#events_webinar .session .description .info,
		#events_coming .session .description .info{
			right: 0px;
			top: 0px;
			font-size: 15px;
			line-height: 25px;
			width: 100%;
		}

			#events_webinar .session .description .info .inner-wrapper,
			#events_coming .session .description .info .inner-wrapper{
				display: flex;
				justify-content: space-between;
			}
				#events_webinar .session .description .info .inner-wrapper .locationLanguage,
				#events_webinar .session .description .info .inner-wrapper .dateTime,
				#events_coming .session .description .info .inner-wrapper .locationLanguage,
				#events_coming .session .description .info .inner-wrapper .dateTime{
					margin-bottom: 24px;
					display: inline-block;
					vertical-align: top;
					/*width: fit-content;*/
				}

				#events_webinar .session .description .info .inner-wrapper .dateTime,
				#events_coming .session .description .info .inner-wrapper .dateTime{
					margin-right: 40px;
					width: 100%;
				}
					#events_webinar .session .description .info .inner-wrapper .locationLanguage > div,
					#events_webinar .session .description .info .inner-wrapper .dateTime > div,
					#events_coming .session .description .info .inner-wrapper .locationLanguage > div,
					#events_coming .session .description .info .inner-wrapper .dateTime > div{
						min-width: fit-content;
					}
						#events_coming .session .description .info .inner-wrapper .dateTime > div > span{
							display: inline-block;
						}


/* ** SMALL SCREENS (LAPTOPS) ** */
@media only screen and (min-width: 767px){
	#events_webinar .desktop,
	#events_coming .desktop{
		display: block !important;
	}

	#events_webinar .session .flex-wrapper .visual-wrapper,
	#events_coming .session .flex-wrapper .visual-wrapper{
		margin-right: 24px;
		margin-bottom: 0px;
		max-width: 330px;
		width: 50%;
	}

		#events_webinar .session .flex-wrapper .visual-wrapper .visual,
		#events_coming .session .flex-wrapper .visual-wrapper .visual{
			max-height: 200px;
			height: 17vw;
		}
	#events_webinar .session .description,
	#events_coming .session .description{
		display: flex;
	}
		#events_webinar .session .description > .inner-wrapper,
		#events_coming .session .description > .inner-wrapper{
			margin-right: 24px;
			width: 100%;
		}
			#events_webinar .session .description > .inner-wrapper .text-wrapper,
			#events_coming .session .description > .inner-wrapper .text-wrapper{
				/*height: 100%;*/
			}

				#events_webinar .session .description > .inner-wrapper .text-wrapper .headline-2,
				#events_coming .session .description > .inner-wrapper .text-wrapper .headline-2{
				overflow: hidden;
				display: -webkit-box;
			  -webkit-line-clamp: 1;
			  -webkit-box-orient: vertical;
			}

			#events_webinar .session .description > .inner-wrapper .text-wrapper .subheadline,
			#events_coming .session .description > .inner-wrapper .text-wrapper .subheadline{ 
	    	overflow: hidden;
				display: -webkit-box;
			  -webkit-line-clamp: 1;
			  -webkit-box-orient: vertical;
			}

			#events_webinar .session .description > .inner-wrapper .text-wrapper .text,
			#events_coming .session .description > .inner-wrapper .text-wrapper .text{
				display: -webkit-box;
				overflow: hidden;
			  -webkit-line-clamp: 3;
			  -webkit-box-orient: vertical;
			  min-height: 40px;
			  max-height: 78px;
			  height: 100%;
			}

		#events_webinar .session .description .info,
		#events_coming .session .description .info{
			width: 100%;
			max-width: 175px;
		}
			#events_webinar .session .description .info .inner-wrapper,
			#events_coming .session .description .info .inner-wrapper{
				display: block;
			}
				#events_webinar .session .description .info .inner-wrapper .locationLanguage,
				#events_webinar .session .description .info .inner-wrapper .dateTime,
				#events_coming .session .description .info .inner-wrapper .locationLanguage,
				#events_coming .session .description .info .inner-wrapper .dateTime{
					display: block;
					margin-right: 0px;
				}

				#events_webinar .session .description .info .inner-wrapper .locationLanguage,
				#events_coming .session .description .info .inner-wrapper .locationLanguage{
					margin-bottom: 0px;
				}
}




@media only screen and (min-width: 1024px){

	#events_webinar .session,
	#events_coming .session{
		padding: 28px 29px 27px 29px;
	}
	#events_webinar .session .liveBadge,
	#events_coming .session .liveBadge{
		top: 50px;
	}
	#events_webinar .session .flex-wrapper .visual-wrapper,
	#events_coming .session .flex-wrapper .visual-wrapper{
		margin-right: 48px;
		width: 100%;
	}
	#events_webinar .session .description > .inner-wrapper,
	#events_coming .session .description > .inner-wrapper{
		margin-right: 59px;
	}
	#events_webinar .session .description .info,
	#events_coming .session .description .info{
		max-width: 208px;
	}
}


/* ** SECTION EVENTS WEBINAR -------------------------------------------------------------------- ** */
#events_webinar .session{
	margin-bottom: 10px;
	padding: 22px 20px 22px 20px;
}



/* ** SECTION EVENTS REVIEW ------------------------------------------------------------------- ** */
.events #events_review {
	background: var(--white);
}
#events_review .headline-1.month{
		margin-bottom: 40px;
		margin-top: 100px;
	}
		#events_review .section-header + .month{
			margin-top: 0px;
		}

#events_review .section-body .session{
	border-bottom: 1px solid var(--grey);
	padding: 30px 0px;
	margin-bottom: 10px;
	width: 100%;
}
#events_review .section-body .session:last-child{
	border-bottom: none;
	padding: 30px 0px 0px 0px;
	margin-bottom: 0px;
}
	#events_review .section-body .session .description .subheadline{ 
			margin-bottom: 16px;
    	margin-top: -8px;
    	overflow: hidden;
			display: -webkit-box;
		  -webkit-line-clamp: 2;
		  -webkit-box-orient: vertical;
	}

	#events_review .section-body .session .description .text{
		margin-bottom: 26px;
		overflow: hidden;
	  -webkit-line-clamp: 4;
	  -webkit-box-orient: vertical;
	  display: -webkit-box;
	}
	#events_review .section-body .session .description .info{
		line-height: 25px;
		font-size: 15px;
	}
		#events_review .section-body .session .description .info .locationLanguage{
			margin-bottom: 18px;
		}
			#events_review .section-body .session .description .info .locationLanguage > div,
			#events_review .section-body .session .description .info .dateTime > div{
				display: initial;
				width: fit-content;
				padding-right: 20px;
				position: relative;
			}
			#events_review .section-body .session .description .info .locationLanguage > div:not(:first-child):last-child:before,
			#events_review .section-body .session .description .info .dateTime > div:not(:first-child):last-child:before{
				content: '|';
				position: absolute;
				left: -15px;
				top: -5px;
			}

			#events_review .section-body .session .description .info .dateTime .time{
				display: none;
			}

@media only screen and (min-width: 767px){
	#events_review .section-body .session{
		border-bottom: none;
		padding: unset;
		margin-bottom: unset;
		width: calc((100% - 140px) / 3);
		margin-right: 70px;

	}
	#events_review .section-body .session:nth-child(3n){
		margin-right: 0px;
	}

	#events_review .section-body .session:nth-child(n + 4){
		margin-top: 70px;
	}

	#events_review .section-body .session:last-child{
		padding: 0px;
		margin-bottom: 0px;
	}

	#events_review .section-body .session .description .info .dateTime .time{
		display: initial;
	}

	#events_review .section-body{
		align-items: stretch;
	}

		#events_review .section-body .session{
			padding-bottom: 30px;
			position: relative;
		}

			#events_review .section-body .session .description .headline-2{
		    overflow: hidden;
		    -webkit-line-clamp: 2;
		    -webkit-box-orient: vertical;
		    display: -webkit-box;
			}

			#events_review .section-body .session .description .subheadline{
		    overflow: hidden;
		    display: -webkit-box;
		    -webkit-line-clamp: 1;
		    -webkit-box-orient: vertical;
			}

			/*#events_review .section-body .session .description .info + a{
				position: absolute;
				bottom: 0px;
				left: 0px;
			}*/
}


/* ** SECTION EVENTS INFO  & SECTION EVENTS COMBINATION ----------------------------------------------------------- ** */

/* ** SECTION EVENTS INFO ** */
#events_content_info .section-wrapper{
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}


div[id^="events_combination"] .section-wrapper{
	padding: 0px 20px 0px 20px !important;
}

#events_content_info .section-wrapper > div{
	padding: 90px 20px;
	position: relative;
}
div[id^="events_combination"] .section-body > div{
	position: relative;
}
	div[id^="events_combination"] .section-body > div:before,
	#events_content_info .section-wrapper > div:before{
		content: '';
		display: block;
    height: 100%;
    width: 150vw;
    content: '';
    right: -50vw;
    z-index: -1;
    top: 0px;
    position: absolute;
	}
		div[id^="events_combination"] .section-body > div:before{
			right: -52vw;
		}

/* ** SECTION EVENTS COMBINATION ** */
div[id^="events_combination"] .section-header{
	margin-top: 90px;
	margin-bottom: 90px;
}
div[id^="events_combination"] .section-header:empty{
	margin-bottom: 0px;
}
div[id^="events_combination"] .section-header .headline-1{
	margin-bottom: 0px;
}
div[id^="events_combination"] .section-header .text{
	margin-top: 25px;
	margin-bottom: 0px;
}

div[id^="events_combination"] .section-body{
	  display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
	div[id^="events_combination"] .section-body .combination{
		padding: 0px 0px 160px 0px;	
		max-width: calc(100vw - 60px);
	}

	div[id^="events_combination"] .section-body .combination .headline-1{
		margin-bottom: 20px;
	}

	div[id^="events_combination"] .section-body .combination .text{
		margin-bottom: 0px;
		display: inline;
	}

	div[id^="events_combination"] .section-body .combination .text p{
		display: inline;
	}
	div[id^="events_combination"] .info,
	#events_content_info .info{
		width: 100%;
	}


/* ** SECTION EVENTS INFO & SECTION EVENTS COMBINATION ** */
div[id^="events_combination"] .combination .visual,
#events_content_info .section-wrapper .section-body.flex-wrapper .info .visual{
	max-height: 300px;
	height: 50vw;
	min-height: 150px;
	margin-bottom: 30px;
	padding: unset;
}
	div[id^="events_combination"] .combination .visual img,
	#events_content_info .section-wrapper .section-body.flex-wrapper .info .visual img{
		padding: unset;
		position: relative;
		height: 100%;
		object-fit: cover;
	}
div[id^="events_combination"] .combination .btn-primary,
#events_content_info .section-wrapper .section-body.flex-wrapper .info .btn-primary{
	margin-top: 53px;
}


@media only screen and (min-width: 767px){
	/* ** SECTION EVENTS INFO & SECTION EVENTS COMBINATION ** */
	div[id^="events_combination"] .section-body,
	#events_content_info .section-wrapper{
		flex-direction: row;
	}


	/* ** SECTION EVENTS INFO & SECTION EVENTS COMBINATION -> THEMES ** */

	/* THEME 1: 1-spaltig, volle Breite  */
	div[id^="events_combination"] .combination.theme_1,
	#events_content_info .section-wrapper .theme_1{
		width: 100%;
	}
		div[id^="events_combination"] .combination.theme_1  .visual,
		#events_content_info .section-wrapper .theme_1 .section-body.flex-wrapper .info > div.visual{
			max-height: 532px;
			height: 40vw;
		}

	/* THEME 2: 1-spaltig, Bild/Video links  */
	div[id^="events_combination"] .combination.theme_2,
	#events_content_info .section-wrapper .theme_2 .section-body.flex-wrapper .info{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
		div[id^="events_combination"] .combination.theme_2 > div,
		#events_content_info .section-wrapper .theme_2 .section-body.flex-wrapper .info > div{
			width: calc(50% - 33px);
		}

		div[id^="events_combination"] .combination.theme_2 > .inner-wrapper,
		#events_content_info .section-wrapper .theme_2 .section-body.flex-wrapper .info > div:last-child{
			/*max-height: 350px;*/
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
		}
			/*#events_content_info .section-wrapper .theme_2 .section-body.flex-wrapper .info > div:last-child .text-wrapper{
				overflow: hidden;
		    display: -webkit-box;
		    -webkit-line-clamp: 8;
		    -webkit-box-orient: vertical;
			}
			div[id^="events_combination"] .combination.theme_2 .text-wrapper{
				overflow: hidden;
		    display: -webkit-box;
		    -webkit-line-clamp: 7;
		    -webkit-box-orient: vertical;
			}
			div[id^="events_combination"] .combination.theme_2 .text-wrapper[data-id="no-button"],
			#events_content_info .section-wrapper .theme_2 .section-body.flex-wrapper .info > div:last-child .text-wrapper[data-id="no-button"]{
				-webkit-line-clamp: 12;
			}*/

			div[id^="events_combination"] .combination.theme_2 .text-wrapper .headline-1,
			#events_content_info .section-wrapper .theme_2 .section-body.flex-wrapper .info > div:last-child .text-wrapper .headline-1{
				overflow: hidden;
		    display: -webkit-box;
		    -webkit-line-clamp: 3;
		    -webkit-box-orient: vertical;
		    margin-bottom: 10px;
			}

			div[id^="events_combination"] .combination.theme_2 .text-wrapper .text,
			#events_content_info .section-wrapper .theme_2 .section-body.flex-wrapper .info > div:last-child .text-wrapper .text{
				margin-bottom: 0px;
				overflow: hidden;
		    -webkit-line-clamp: 2;
		    display: none;
		    -webkit-box-orient: vertical;
		    margin-bottom: -10px;
			}

			div[id^="events_combination"] .combination.theme_2 .text-wrapper[data-id="no-button"] .text,
			#events_content_info .section-wrapper .theme_2 .section-body.flex-wrapper .info > div:last-child .text-wrapper[data-id="no-button"] .text{
				-webkit-line-clamp: 2;
				display: -webkit-box;;
			}

				div[id^="events_combination"] .combination.theme_2 .text-wrapper .text p,
				#events_content_info .section-wrapper .theme_2 .section-body.flex-wrapper .info > div:last-child .text-wrapper .text p{
					margin: 0px;
				}
				div[id^="events_combination"] .combination.theme_2 .btn-primary,
				#events_content_info .section-wrapper .theme_2 .section-body.flex-wrapper .info .btn-primary{
					margin-top: 35px;
					margin-bottom: 8px;
				}

		div[id^="events_combination"] .combination.theme_2 > div.visual,
		#events_content_info .section-wrapper .theme_2 .section-body.flex-wrapper .info > div.visual{
			max-height: 350px;
			height: 27vw;
		}


	/* THEME 3: 1-spaltig, Bild/Video rechts  */
	div[id^="events_combination"] .combination.theme_3,
	#events_content_info .section-wrapper .theme_3 .section-body.flex-wrapper .info{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
		div[id^="events_combination"] .combination.theme_3 > div,
		#events_content_info .section-wrapper .theme_3 .section-body.flex-wrapper .info > div{
			width: calc(50% - 33px);
		}

		div[id^="events_combination"] .combination.theme_3 > .inner-wrapper,
		#events_content_info .section-wrapper .theme_3 .section-body.flex-wrapper .info > div:last-child{
		/*	max-height: 350px;*/
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
		}
			/*#events_content_info .section-wrapper .theme_3 .section-body.flex-wrapper .info > div:last-child .text-wrapper{
				overflow: hidden;
		    display: -webkit-box;
		    -webkit-line-clamp: 8;
		    -webkit-box-orient: vertical;
			}
			div[id^="events_combination"] .combination.theme_3 .text-wrapper{
				overflow: hidden;
		    display: -webkit-box;
		    -webkit-line-clamp: 7;
		    -webkit-box-orient: vertical;
			}
			div[id^="events_combination"] .combination.theme_3 .text-wrapper[data-id="no-button"],
			#events_content_info .section-wrapper .theme_3 .section-body.flex-wrapper .info > div:last-child .text-wrapper[data-id="no-button"]{
				-webkit-line-clamp: 12;
			}*/

			div[id^="events_combination"] .combination.theme_3 .text-wrapper .headline-1,
			#events_content_info .section-wrapper .theme_3 .section-body.flex-wrapper .info > div:last-child .text-wrapper .headline-1{
				overflow: hidden;
		    display: -webkit-box;
		    -webkit-line-clamp: 3;
		    -webkit-box-orient: vertical;
		    margin-bottom: 10px;
			}

			div[id^="events_combination"] .combination.theme_3 .text-wrapper .text,
			#events_content_info .section-wrapper .theme_3 .section-body.flex-wrapper .info > div:last-child .text-wrapper .text{
				margin-bottom: 0px;
				overflow: hidden;
		    -webkit-line-clamp: 2;
		    display: none;
		    -webkit-box-orient: vertical;
		    margin-bottom: -10px;
			}

			div[id^="events_combination"] .combination.theme_3 .text-wrapper[data-id="no-button"] .text,
			#events_content_info .section-wrapper .theme_3 .section-body.flex-wrapper .info > div:last-child .text-wrapper[data-id="no-button"] .text{
				-webkit-line-clamp: 1;
				display: -webkit-box;;
			}

				div[id^="events_combination"] .combination.theme_3 .text-wrapper .text p,
				#events_content_info .section-wrapper .theme_3 .section-body.flex-wrapper .info > div:last-child .text-wrapper .text p{
					margin: 0px;
				}
				div[id^="events_combination"] .combination.theme_3 .btn-primary,
				#events_content_info .section-wrapper .theme_3 .section-body.flex-wrapper .info .btn-primary{
					margin-top: 45px;
					margin-bottom: 8px;
				}

		div[id^="events_combination"] .combination.theme_3 > div.visual,
		#events_content_info .section-wrapper .theme_3 .section-body.flex-wrapper .info > div.visual{
			max-height: 350px;
			height: 27vw;
		}



	/* THEME 4: 1-spaltig, Bild/Video links groß  */
	div[id^="events_combination"] .combination.theme_4,
	#events_content_info .section-wrapper .theme_4 .section-body.flex-wrapper .info{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
		div[id^="events_combination"] .combination.theme_4 > div:first-child,
		#events_content_info .section-wrapper .theme_4 .section-body.flex-wrapper .info > div:first-child{
			width: calc(90% - 50px);
			margin-right: 50px;
		}

		div[id^="events_combination"] .combination.theme_4 > div:last-child,
		#events_content_info .section-wrapper .theme_4 .section-body.flex-wrapper .info > div:last-child{
			width: 15%;
			min-width: 221px;
			/*max-height: 549px;*/
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
		}
			/*#events_content_info .section-wrapper .theme_4 .section-body.flex-wrapper .info > div:last-child .text-wrapper{
				overflow: hidden;
		    display: -webkit-box;
		    -webkit-line-clamp: 15;
		    -webkit-box-orient: vertical;
		    width: fit-content;
		    word-break: break-word;
			}
			/*div[id^="events_combination"] .combination.theme_4 > div:last-child .text-wrapper{
				overflow: hidden;
		    display: -webkit-box;
		    -webkit-line-clamp: 13;
		    -webkit-box-orient: vertical;
		    width: fit-content;
			}
			div[id^="events_combination"] .combination.theme_4 > div:last-child .text-wrapper[data-id="no-button"],
			#events_content_info .section-wrapper .theme_4 .section-body.flex-wrapper .info > div:last-child .text-wrapper[data-id="no-button"]{
				-webkit-line-clamp: 19;
			}*/

			
			div[id^="events_combination"] .combination.theme_4 > div:last-child .text-wrapper .headline-1,
			#events_content_info .section-wrapper .theme_4 .section-body.flex-wrapper .info > div:last-child .text-wrapper .headline-1{
				overflow: hidden;
		    display: -webkit-box;
		    -webkit-line-clamp: 5;
		    -webkit-box-orient: vertical;
		    width: fit-content;
			}

			div[id^="events_combination"] .combination.theme_4 > div:last-child .text-wrapper .text,
			#events_content_info .section-wrapper .theme_4 .section-body.flex-wrapper .info > div:last-child .text-wrapper .text{
				overflow: hidden;
		    display: none;
				-webkit-box-orient: vertical;
		    width: fit-content;
				margin-bottom: 0px;
				-webkit-line-clamp: 10;
				margin-bottom: -10px;
			}

			div[id^="events_combination"] .combination.theme_4 > div:last-child .text-wrapper[data-id="no-button"] .text,
			#events_content_info .section-wrapper .theme_4 .section-body.flex-wrapper .info > div:last-child .text-wrapper[data-id="no-button"] .text{
		    -webkit-line-clamp: 3;
		    display: -webkit-box;
			}

				div[id^="events_combination"] .combination.theme_4 > div:last-child .text-wrapper .text p,
				#events_content_info .section-wrapper .theme_4 .section-body.flex-wrapper .info > div:last-child .text-wrapper .text p{
					margin: 0px;
				}
				div[id^="events_combination"] .combination.theme_4 .btn-primary,
				#events_content_info .section-wrapper .theme_4 .section-body.flex-wrapper .info .btn-primary{
					margin-top: 35px;
					margin-bottom: 8px;
					padding: 9px 10px;
    			width: 100%;
				}

		div[id^="events_combination"] .combination.theme_4 > div.visual,
		#events_content_info .section-wrapper .theme_4 .section-body.flex-wrapper .info > div.visual{
			max-height: 549px;
			max-width: 959px;
			height: 40vw;
		}


	/* THEME 5: 2-spaltig, 50%*/
	#events_content_info .section-wrapper .theme_5{
		width: calc(50% - 13px);
		position: relative;
	}
	div[id^="events_combination"] .combination.theme_5{
		width: calc(50% - 33px);
		position: relative;
	}
		div[id^="events_combination"] .combination.theme_5 > div.visual,
		#events_content_info .section-wrapper .theme_5 .section-body.flex-wrapper .info > div.visual{
			max-height: 350px;
			height: 27vw;
		}
}

@media only screen and (min-width: 800px){
	/* THEME 2 & 3: 1-spaltig, Bild/Video  */
	div[id^="events_combination"] .combination.theme_2 .text-wrapper .headline-1,
	#events_content_info .section-wrapper .theme_2 .section-body.flex-wrapper .info > div:last-child .text-wrapper .headline-1,
	div[id^="events_combination"] .combination.theme_3 .text-wrapper .headline-1,
	#events_content_info .section-wrapper .theme_3 .section-body.flex-wrapper .info > div:last-child .text-wrapper .headline-1{
    -webkit-line-clamp: 2;
	}

	div[id^="events_combination"] .combination.theme_2 .text-wrapper .text,
	#events_content_info .section-wrapper .theme_2 .section-body.flex-wrapper .info > div:last-child .text-wrapper .text,
	div[id^="events_combination"] .combination.theme_3 .text-wrapper .text,
	#events_content_info .section-wrapper .theme_3 .section-body.flex-wrapper .info > div:last-child .text-wrapper .text{
    -webkit-line-clamp: 2;
    display: -webkit-box;
	}

	/* THEME 4: 1-spaltig, Bild/Video links groß  */
		div[id^="events_combination"] .combination.theme_4 > div:last-child .text-wrapper .headline-1,
		#events_content_info .section-wrapper .theme_4 .section-body.flex-wrapper .info > div:last-child .text-wrapper .headline-1{
			-webkit-line-clamp: 3;
		}

		div[id^="events_combination"] .combination.theme_4 > div:last-child .text-wrapper .text,
		#events_content_info .section-wrapper .theme_4 .section-body.flex-wrapper .info > div:last-child .text-wrapper .text{
			-webkit-line-clamp: 3;
			display: -webkit-box;
		}

		div[id^="events_combination"] .combination.theme_4 > div:last-child .text-wrapper[data-id="no-button"] .text,
		#events_content_info .section-wrapper .theme_4 .section-body.flex-wrapper .info > div:last-child .text-wrapper[data-id="no-button"] .text{
	   	 -webkit-line-clamp: 7;
		}
}


@media only screen and (min-width: 950px){
		/* THEME 2 & 3: 1-spaltig, Bild/Video */
		div[id^="events_combination"] .combination.theme_2 .text-wrapper .headline-1,
		#events_content_info .section-wrapper .theme_2 .section-body.flex-wrapper .info > div:last-child .text-wrapper .headline-1,
		div[id^="events_combination"] .combination.theme_3 .text-wrapper .headline-1,
		#events_content_info .section-wrapper .theme_3 .section-body.flex-wrapper .info > div:last-child .text-wrapper .headline-1{
	    margin-bottom: 20px;
		}

		div[id^="events_combination"] .combination.theme_2 .text-wrapper .text,
		#events_content_info .section-wrapper .theme_2 .section-body.flex-wrapper .info > div:last-child .text-wrapper .text,
		div[id^="events_combination"] .combination.theme_3 .text-wrapper .text,
		#events_content_info .section-wrapper .theme_3 .section-body.flex-wrapper .info > div:last-child .text-wrapper .text{
	    -webkit-line-clamp: 3;
	    display: -webkit-box;
		}

		div[id^="events_combination"] .combination.theme_2 .text-wrapper[data-id="no-button"] .text,
		#events_content_info .section-wrapper .theme_2 .section-body.flex-wrapper .info > div:last-child .text-wrapper[data-id="no-button"] .text,
		div[id^="events_combination"] .combination.theme_3 .text-wrapper[data-id="no-button"] .text,
		#events_content_info .section-wrapper .theme_3 .section-body.flex-wrapper .info > div:last-child .text-wrapper[data-id="no-button"] .text{
			-webkit-line-clamp: 6;
		}


		/* THEME 4: 1-spaltig, Bild/Video links groß  */
		div[id^="events_combination"] .combination.theme_4 > div:last-child .text-wrapper .text,
		#events_content_info .section-wrapper .theme_4 .section-body.flex-wrapper .info > div:last-child .text-wrapper .text{
			-webkit-line-clamp: 6;
		}

		div[id^="events_combination"] .combination.theme_4 > div:last-child .text-wrapper[data-id="no-button"] .text,
		#events_content_info .section-wrapper .theme_4 .section-body.flex-wrapper .info > div:last-child .text-wrapper[data-id="no-button"] .text{
	   	 -webkit-line-clamp: 9;
		}

}


@media only screen and (min-width: 1124px){
			/* THEME 2 & 3: 1-spaltig, Bild/Video */
			div[id^="events_combination"] .combination.theme_2 .text-wrapper .headline-1,
			#events_content_info .section-wrapper .theme_2 .section-body.flex-wrapper .info > div:last-child .text-wrapper .headline-1,
			div[id^="events_combination"] .combination.theme_3 .text-wrapper .headline-1,
			#events_content_info .section-wrapper .theme_3 .section-body.flex-wrapper .info > div:last-child .text-wrapper .headline-1{
		    -webkit-line-clamp: 3;
			}

			div[id^="events_combination"] .combination.theme_2 .text-wrapper .text,
			#events_content_info .section-wrapper .theme_2 .section-body.flex-wrapper .info > div:last-child .text-wrapper .text,
			div[id^="events_combination"] .combination.theme_3 .text-wrapper .text,
			#events_content_info .section-wrapper .theme_3 .section-body.flex-wrapper .info > div:last-child .text-wrapper .text{
		    -webkit-line-clamp: 4;
			}

			div[id^="events_combination"] .combination.theme_2 .text-wrapper[data-id="no-button"] .text,
			#events_content_info .section-wrapper .theme_2 .section-body.flex-wrapper .info > div:last-child .text-wrapper[data-id="no-button"] .text,
			div[id^="events_combination"] .combination.theme_3 .text-wrapper[data-id="no-button"] .text,
			#events_content_info .section-wrapper .theme_3 .section-body.flex-wrapper .info > div:last-child .text-wrapper[data-id="no-button"] .text{
				-webkit-line-clamp: 7;
				margin-bottom: 0px;
			}


			/* THEME 4: 1-spaltig, Bild/Video links groß  */
			div[id^="events_combination"] .combination.theme_4 > div:last-child .text-wrapper .text,
			#events_content_info .section-wrapper .theme_4 .section-body.flex-wrapper .info > div:last-child .text-wrapper .text{
				-webkit-line-clamp: 8;
			}

			div[id^="events_combination"] .combination.theme_4 > div:last-child .text-wrapper[data-id="no-button"] .text,
			#events_content_info .section-wrapper .theme_4 .section-body.flex-wrapper .info > div:last-child .text-wrapper[data-id="no-button"] .text{
		   	 -webkit-line-clamp: 12;
			}
}

@media only screen and (min-width: 1290px){
			/* THEME 2 & 3: 1-spaltig, Bild/Video */
			div[id^="events_combination"] .combination.theme_2 .text-wrapper .text,
			#events_content_info .section-wrapper .theme_2 .section-body.flex-wrapper .info > div:last-child .text-wrapper .text,
			div[id^="events_combination"] .combination.theme_3 .text-wrapper .text,
			#events_content_info .section-wrapper .theme_3 .section-body.flex-wrapper .info > div:last-child .text-wrapper .text{
		    -webkit-line-clamp: 6;
			}

			div[id^="events_combination"] .combination.theme_2 .text-wrapper[data-id="no-button"] .text,
			#events_content_info .section-wrapper .theme_2 .section-body.flex-wrapper .info > div:last-child .text-wrapper[data-id="no-button"] .text,
			div[id^="events_combination"] .combination.theme_3 .text-wrapper[data-id="no-button"] .text,
			#events_content_info .section-wrapper .theme_3 .section-body.flex-wrapper .info > div:last-child .text-wrapper[data-id="no-button"] .text{
				-webkit-line-clamp: 9;
			}


			/* THEME 4: 1-spaltig, Bild/Video links groß  */
			div[id^="events_combination"] .combination.theme_4 > div:last-child .text-wrapper .headline-1,
			#events_content_info .section-wrapper .theme_4 .section-body.flex-wrapper .info > div:last-child .text-wrapper .headline-1{
				-webkit-line-clamp: 4;
			}

			div[id^="events_combination"] .combination.theme_4 > div:last-child .text-wrapper .text,
			#events_content_info .section-wrapper .theme_4 .section-body.flex-wrapper .info > div:last-child .text-wrapper .text{
				-webkit-line-clamp: 9;
				margin-bottom: 0px;
			}

			div[id^="events_combination"] .combination.theme_4 > div:last-child .text-wrapper[data-id="no-button"] .text,
			#events_content_info .section-wrapper .theme_4 .section-body.flex-wrapper .info > div:last-child .text-wrapper[data-id="no-button"] .text{
		   	 -webkit-line-clamp: 13;
			}
}



/* ** SECTION EVENT PICTURE ---------------------------------------------------------------- ** */
#pictures{
	display: none;
}

/** PICTURE -> SLIDER **/
#pictures .section-wrapper[data-name="Slider"]{
	max-width: unset;
  padding: 90px 0px;
}
#pictures .section-wrapper[data-name="Slider"] .section-header{
	max-width: 1270px;
	padding: 0px 20px;
	margin: auto;
}
#pictures .section-wrapper[data-name="Slider"] .section-body{
	display: flex;
	justify-content: center;
  flex-direction: column;
  align-items: center;
}

#pictures .section-wrapper[data-name="Slider"] .section-body .visual{
		height: 27vw;
    max-height: 445px;
}

#pictures .section-wrapper[data-name="Slider"] .swiper-scrollbar-horizontal{
	background: var(--middle-grey);
	height: 12px;
	bottom: -25px;
	position: relative;
	max-width: 1230px;
	margin: 0px 20px;
  left: 0px;
  cursor: pointer;
}
	#pictures .section-wrapper[data-name="Slider"] .swiper-scrollbar-horizontal .swiper-scrollbar-drag{
		background: var(--primary-color);
		height: 12px;
	}


/** PICTURE -> NOT SLIDER **/
#pictures .section-header .headline-1{
	margin-bottom: 25px;
}
#pictures .section-header .text{
	margin-bottom: 67px;
}

#pictures .section-wrapper:not([data-name="Slider"]) .section-body div{
	display: flex;
	flex-direction: row;
	gap: 15px;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: 0px !important;
}
#pictures .section-wrapper:not([data-name="Slider"]) .swiper-scrollbar{
	display: none !important
}

	#pictures .section-body .visual{
		width: calc((100% - 30px) / 3);
		height: 19vw;
    max-height: 245px;
    overflow: hidden;
    padding-bottom: unset;
	}

	#pictures .section-body .visual img{
		padding-top: unset;
		position: relative;
		height: 100%;
		width: 100%;
	}


@media only screen and (min-width: 767px){
	#pictures{
		display: block;
	}
}

/* ** SECTION EVENT DETAILS ---------------------------------------------------------------- ** */
.event-breadcrumb {
	position: relative;
    margin-bottom: 30px;
	font: 15px;
	color: var(--primary-color);
}
.event-breadcrumb a {
	padding-left: 20px;
}
	.event-breadcrumb:before {
		font-family: FontAwesome;
		content: "\f053";
		position: absolute;
		/*top: 0;
		left: 0;*/
		width: 40px;
		height: 40px;
		z-index: -1;
	}

#event_details .headline-1 {
	margin-bottom: 30px;
}
#event_details .section-body{
	flex-direction: column-reverse;
}
	#event_details .section-body .inner-wrapper{
		width: 100%;
	}

	#event_details .section-body .visual{
		height: 50vw;
		min-height: 150px;
		padding-bottom: unset;
		max-height: 400px;
		margin-bottom: 20px;
		margin-top:20px;
	}
		#event_details .section-body .visual img{
			padding-top: unset;
			object-position: left;
			width: 100%;
			height: 100%;
		}
	#event_details .section-body .description{
		margin-bottom: 30px;
		font-size: 15px;
		width: 100%;
	}
		#event_details .section-body .description .button{
			width: 100%;
			margin-top: 20px;
			padding: 7px 10px;
		}

		#event_details .section-body .description .description-info{
			width: 100%;
		}


		/* ** EVENT STATUS ** */
		#event_details .description #event-status > div{
			padding: 20px;
			margin-bottom: 10px;
		}
		#event_details .description #event-status > div:not(#event-live) .headline-3{
			margin-left: 40px;
			position: relative;
		}
		#event_details .description #event-status > div:not(#event-live) .headline-3:before{
			font-family: FontAwesome;
			position: absolute;
			font-size: 30px;
			left: -38px;
			top: 1px;
		}
/*			#event_details .description #event-status > div#event-booked .headline-3:before,
			#event_details .description #event-status > div#event-reminder .headline-3:before{
				content:"\f058";
			}*/

			#event_details .description #event-status > div#event-live .liveBadge{
				border: 1px solid var(--white);
			    padding: 4px 16px 4px 24px;
			    margin-left: 12px;
			    position: relative;
			    margin-bottom: 16px;
			}
			#event_details .description #event-status > div#event-live .liveBadge:before{
				top: 10px;
				left: 10px;
			}

			#event_details .tooltip-info {
			    background: var(--light-grey);
			    color: var(--primary-color);
			    display: block;
			    margin-bottom: 15px;
			    padding: 20px;
			    position: absolute;
			    width: 100%;
			    -webkit-transform: translateY(10px);
			    -moz-transform: translateY(10px);
			    -ms-transform: translateY(10px);
			    -o-transform: translateY(10px);
			    transform: translateY(10px);
			    -webkit-transition: all .25s ease-out;
			    -moz-transition: all .25s ease-out;
			    -ms-transition: all .25s ease-out;
			    -o-transition: all .25s ease-out;
			    transition: all .25s ease-out;
			    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
			    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
			    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
			    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
			    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
			    margin-top: 20px;
			    opacity: 0;
			    width: 300px;
			}

			#event_details .reminder-info:hover .tooltip-info {
			    opacity: 1;
			    pointer-events: auto;
			    -webkit-transform: translateY(0px);
			    -moz-transform: translateY(0px);
			    -ms-transform: translateY(0px);
			    -o-transform: translateY(0px);
			    transform: translateY(0px);
			}

			#event_details .tooltip-info:after {
			    border-left: solid transparent 10px;
			    border-right: solid transparent 10px;
			    border-top: solid var(--light-grey) 10px;
			    top: -10px;
			    content:" ";
			    height: 0;
			    left: 50%;
			    margin-left: -13px;
			    position: absolute;
			    width: 0;
			    transform: rotate(180deg);
			}

			#event_details .tooltip-info:before {
			    bottom: -20px;
			    content:" ";
			    display: block;
			    height: 20px;
			    left: 0;
			    position: absolute;
			    width: 100%;
			}



		/* ** EVENT INFO ** */
		#event_details .description .info{
			padding: 20px;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
		}
			#event_details .description .info .sessionTypeBadge{
				margin-bottom: 20px;
			}
			#event_details .description .info .inner-wrapper{
				padding-bottom: 26px;
				line-height: 24px;
			}
				#event_details .description .info .date,
				#event_details .description .info .headline {
					font-size: 16px;
				}
				#event_details .description .info .inner-wrapper .dateTime > div{
					padding-bottom: 20px;
					line-height: 24px;
				}
			#event_details .description .info .calander-options{
				margin: 3px -20px 0px -20px;
				padding: 10px 25px;
				line-height: 24px;
			}
				#event_details .description .info .calander-options > div:before{
					content: '\f0da';
					font-family: FontAwesome;
					display: inline-block;
					margin-right: 15px;
				}
				#event_details .description .info .calander-options > div#icsCalander:before{
					content: url(/custom/img/microsite/1854/download.svg);
					filter: invert(10%) sepia(74%) saturate(6844%) hue-rotate(337deg) brightness(82%) contrast(104%);
					font-size: 12px;
					margin-right: 10px;
					width: 13px;
					height: auto;
					margin-left: -3px;
				}
/*			#event_details .description .info .button-wrapper .set-reminder{
				display: none;
			}
				*/
		
@media only screen and (min-width: 767px){
	#event_details .section-body{
		flex-direction: row;
	}
		#event_details .section-body .visual{
			margin-bottom: 30px;
			margin-top: 0px;
			height: 35vw;
		}

		#event_details .section-body .description{
			max-width: 242px;
			min-width: 200px;
			margin-left: 29px;
		}

		#event_details .section-body .description .info:not(.event-status-aktive){
			min-height: 400px;
		}
}


/* ** SECTION CALENDAR -------------------------------------------------------------------- ** */
#calendar.tab-content{
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	display: block !important;
}
	#calendar.tab-content.active{
		visibility: visible;
		height: fit-content;
	}

/* ** SECTION AGENDA ---------------------------------------------------------------------- ** */
#agenda #filter-form{
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 20px;
  margin-right: 0px;
  position: relative;
  z-index: 60;
}
	#agenda #filter-form .filter-form .custom-select[data-for="timezoneId"] .custom-select__label{
		  display: block;
	    margin-top: -7px;
	    font-size: 18px;
	    color: var(--primary-color);
	}
		#agenda #filter-form.show .filter-form .filter-form__filter > div[data-for="timezoneId"]{
			display: none;
		}
		
#agenda .section-wrapper{
	max-width: calc(100vw - 130px);
	width: fit-content;
	min-width: 100vw;
}
	#agenda .section-wrapper .section-header{
		max-width: calc(100vw - 40px);
	}

#agenda #calendar {
	height: fit-content;
	overflow-y: hidden;
	overflow-x: auto;
  width: 100%;
  max-width: calc(100vw - 40px);
}
#agenda .section-body .inner-wrapper{
	max-width: calc(100vw - 40px);
}
#agenda .section-body .inner-wrapper .flex-wrapper:not(#event-wrapper){
	position: relative;
		}
		#agenda .section-body .inner-wrapper .flex-wrapper .filter{
			margin-top: 22px;
			font-size: 14px;
			padding: 9px 12px;
			width: calc(100vw - 40px);
		}

@media only screen and (min-width: 650px){
	#agenda .section-body .inner-wrapper{
		min-width: 650px;
	}
}

@media only screen and (min-width: 767px){
	#agenda #filter-form{
		margin-top: -35px;
	}
	#agenda .section-body .inner-wrapper .flex-wrapper .filter{
		width: unset;
	}
}

#agenda .section-body .inner-wrapper > .flex-wrapper{
	position: relative;
}

#agenda .section-body .inner-wrapper > .flex-wrapper .arrow{
	position: absolute;
}

#agenda .section-body .inner-wrapper > .flex-wrapper .arrow.left{
	left: -17px;
    top: 14px;
}

#agenda .section-body .inner-wrapper > .flex-wrapper .arrow.right{
	right: -17px;
    top: 14px;
}

@media only screen and (min-width: 1200px){
	#agenda #calendar {
		min-width: 1200px;
		max-width: 100%;
	}

	#event_details .tooltip-info{
		margin-left: 16em;
    	margin-top: -7em;
	}

	#event_details .tooltip-info:after {
	    transform: rotate(90deg);
	    left: -3px;
	    top: 50%;
	}
}

@media only screen and (min-width: 1270px){
	#agenda .section-wrapper{
		min-width: 1270px;
	}
}

			
/* AGENDA - CALENDAR */
/*ROWS*/
#agenda .row-wrapper{
    height: 100%;
    top: 0;
    min-width: unset;
}
#agenda .calendar-row {
	margin: 18px 0px;
	max-height: 26px;
}
#agenda .calendar-row,
#agenda .calendar-wrapper {
	position: relative;
}
#agenda .tab-wrapper{
	min-height: 71px;
	overflow-x:  auto;
}
#agenda .tab-wrapper::-webkit-scrollbar{
	height: 1px;
	width: 1px;
}
#agenda .tab-wrapper::-webkit-scrollbar-thumb{
  background: var(--grey);
}
#agenda .tab-wrapper::-webkit-scrollbar-track{
	background: transparent;
}

#agenda .calendar-row{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#agenda .calendar-wrapper{
	width: 100%;
}

#agenda .calendar-row:after {
	position: absolute;
	content: '';
	top: 13px;
	left: 40px;
	border-bottom: thin solid transparent;
	width: calc(100% - 60px);
}
#agenda .calendar-row_full:after {
	border-color: var(--dark-grey);
}
	#agenda .calendar-row_full:last-child:after,
	#agenda .calendar-row_full:first-child:after{
		z-index: 1;
	}
#agenda .calendar-row_half:after {
	border-color: var(--middle-grey)
}
#agenda .calendar-row.calendar-row_half > span {
	visibility: hidden;
}

#agenda .calendar-row .cal-time{
	font-size: 12px;
}

	#agenda .calendar-row .cal-time p{ 
		padding: 0px;
	    margin: 0px;
	    font-size: 11px;
	    margin-top: -14px;
	}

@media only screen and (min-width: 360px){
	#agenda .calendar-row:after {

	}
}

@media only screen and (min-width: 460px){

}

@media only screen and (min-width: 767px){
	#agenda .calendar-row:after {
		left: 60px;
	}

	#agenda .calendar-row .cal-time{
		font-size: 16px;
	}

		#agenda .calendar-row .cal-time p{ 
		    font-size: 14px;
		    margin-top: -7px;
		}

	#agenda .calendar-row:after {
		left: 50px;
	}
}

@media only screen and (min-width: 1200px){
	#agenda .row-wrapper{
	    min-width: 1230px;
	}
}

@media only screen and (min-width: 1270px){
	#agenda .calendar-row:after{
		min-width: 1170px;
	}
}


/*EVENTS*/
#agenda .event-wrapper {
  /*min-width: 1110px;*/
  margin-left: 45px;
  margin-right: 15px;
}
	#agenda .row-wrapper{
		display: flex;
		flex-direction: column;
	}
	#agenda .row-wrapper .tab-content{
		order: 2;
		width: fit-content;
		opacity: 0;
		height: 0px;
		transition: unset !important
	}
	#agenda .row-wrapper .tab-content.active{
		height: fit-content;
		order: 1;
		opacity: 1;
		width: 100%;
		transition: unset !important;
	}

	#agenda #event-wrapper .tab-content{
		display: none;
		position: relative;
		height: 100%;
		width: 100%;
		margin-left: 90px;
		margin-right: 30px;
	}
	#agenda #event-wrapper .tab-content.active{
		display: grid;
	}
	#agenda #event-wrapper .tab-content .event-row{
		display: flex;
		grid-row-start: 1;
    grid-column-start: 1;
		flex-wrap: nowrap;
		justify-content: space-between;
		width: fit-content;
	}
		#agenda #event-wrapper .tab-content .event-row .event{
				height: fit-content;
		}
		#agenda .tab-content .events[sessions="1"] .event{
			width: calc(100vw - 110px);
			max-width:  1140px;
			min-width: 240px;
		}

		#agenda .tab-content .events:not([sessions="1"]) .event{
				width: 560px;
				max-width: calc((100vw - 110px) / 2);
				/*margin-right: 15px;*/
				min-width: 120px;
				border-right: 1px solid white;
		}
		#agenda .tab-content .events:not([sessions="1"]) .event:last-child{
			margin-right: 0px;
			border-right: none;
		}


/** SMALL EVENTS **/
#agenda .event[height="22px"],
#agenda .event[height="44px"],
#agenda .event[height="66px"]{
	padding: 0px 28px;
    justify-content: center !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}

#agenda .event[height="88px"] > div:first-child{
	display: flex;
    gap: 45px;
    align-items: center;
}

#agenda .event[height="88px"] > div:first-child .event-tutor p{
	margin: 0px;
}
#agenda .events[sessions="2"] .event[height="88px"] .event-time{
	display: none;
}

#agenda .section-body .event[height="22px"] .event-time,
#agenda .section-body .event[height="44px"] .event-time,
#agenda .section-body .event[height="66px"] .event-time,
#agenda .section-body .event[height="22px"] .event-tutor,
#agenda .section-body .event[height="44px"] .event-tutor,
#agenda .section-body .event[height="66px"] .event-tutor{
	display: none;
}

	#agenda .section-body .event[height="22px"] *,
	#agenda .section-body .event[height="44px"] *,
	#agenda .section-body .event[height="66px"] *{
		display: flex;
		flex-direction: row;
		min-width: fit-content;
		margin: 0px !important;
		align-items: center;
		justify-content: flex-end !important;
		gap: 40px;
		padding-bottom: 0px !important;
	}

	#agenda .section-body .event[onlytitle="true"]{
		padding: 0px 28px;
		align-items: center;
		justify-content: center;
	}

	#agenda .section-body .event[onlytitle="true"]:after{
		top: 0px !important;
	}

	#agenda .section-body .event[height="66px"] > .flex-wrapper,
	#agenda .section-body .event[onlytitle="true"] > .flex-wrapper{
/*		display: none;*/
	}

	#agenda .section-body .event[onlytitle="true"] .event-tutor{
		display: none !important;
	}

	#agenda .section-body .event[height="66px"] .event-header h4,
	#agenda .section-body .event[onlytitle="true"] .event-header h4{
		width: unset !important;
		max-width: unset !important;
		-webkit-line-clamp: 1;
	}

	#agenda .events .event .event-header{
		position: relative;
		width: fit-content;
		z-index: 1;
		max-width: calc(100% - 35px);
	}

	#agenda .section-body .event[height="22px"] .event-header,
	#agenda .section-body .event[height="44px"] .event-header,
	#agenda .section-body .event[height="66px"] .event-header{
		min-width: unset;
	}

	#agenda .section-body .event[height="22px"] >div:first-child,
	#agenda .section-body .event[height="44px"] >div:first-child,
	#agenda .section-body .event[height="66px"] >div:first-child{
		min-width: unset;
		justify-content: flex-start !important;
	}

#agenda .events:not([sessions="1"]) .event[height="22px"] .event-header h4,
#agenda .events:not([sessions="1"]) .event[height="44px"] .event-header h4,
#agenda .events:not([sessions="1"]) .event[height="66px"] .event-header h4{
	display: -webkit-box;
/*	white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    width: 15vw;
    min-width: unset !important;
}

#agenda .events[sessions="1"] .event[height="22px"] .event-header h4,
#agenda .events[sessions="1"] .event[height="44px"] .event-header h4,
#agenda .events[sessions="1"] .event[height="66px"] .event-header h4{
	-webkit-line-clamp: 1;
	min-width: unset !important;
	width: 13vw;
}

#agenda .events .event[height="88px"] .event-header h4,
#agenda .events .event[height="110px"] .event-header h4,
#agenda .events .event[height="132px"] .event-header h4{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: fit-content;
}

#agenda .events .event .event-header h4{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


@media only screen and (min-width: 760px){
	#agenda .section-body .event[height="22px"] .event-tutor,
	#agenda .section-body .event[height="44px"] .event-tutor,
	#agenda .section-body .event[height="66px"] .event-tutor{
		display: none;
	}
	#agenda .section-body .event[height="22px"] .event-time,
	#agenda .section-body .event[height="44px"] .event-time,
	#agenda .section-body .event[height="66px"] .event-time{
		display: block;
	}
	#agenda .section-body .event[onlytitle="true"] > .flex-wrapper{
		display: flex;
	}
	#agenda .section-body .event.event-booked .event-time,
	#agenda .section-body .event.event-booked .event-time,
	#agenda .section-body .event.event-booked .event-time{
		right: 100px;
	}

	#agenda .events[sessions="2"] .event[height="88px"] .event-time{
		display: block;
	}

	#agenda .events[sessions="1"] .event[height="22px"] .event-header h4,
	#agenda .events[sessions="1"] .event[height="44px"] .event-header h4,
	#agenda .events[sessions="1"] .event[height="66px"] .event-header h4{
		width: 32vw;
	}

	#agenda .events .event .event-header{
		max-width: calc(100% - 135px);
	}

	#agenda .events .event.event-booked .event-header{
		max-width: calc(100% - 235px);
	}
}

@media only screen and (min-width: 500px){
	#agenda .events[sessions="1"] .event[height="22px"] .event-header h4,
	#agenda .events[sessions="1"] .event[height="44px"] .event-header h4,
	#agenda .events[sessions="1"] .event[height="66px"] .event-header h4{
		max-width: 35vw;
	}
}

@media only screen and (min-width: 870px){
	#agenda .events[sessions="1"] .event[height="22px"] .event-header h4,
	#agenda .events[sessions="1"] .event[height="44px"] .event-header h4,
	#agenda .events[sessions="1"] .event[height="66px"] .event-header h4{
		width: unset;
		max-width: 700px;
	}


}



#agenda .event[session-one="true"]{
	box-shadow: none;
}
	#agenda .event[session-one="true"]:after{
			content: "";
	    display: block;
	    width: 96%;
	    position: absolute;
	    bottom: -5px;
	    left: 2%;
	    border-bottom: 10px dotted;
	}

	#agenda .event[session-two="true"]:after{
			content: "";
	    display: block;
	    width: 96%;
	    position: absolute;
	    top: -5px;
	    left: 2%;
	    border-bottom: 10px dotted;
	}

/*@media only screen and (min-width: 360px){
		#agenda .tab-content .events:not([sessions="1"]) .event{
				width: 560px;
				max-width: calc(100vw - 160px);
		}
}*/

@media only screen and (min-width: 760px){
	#agenda .event-wrapper {
		margin-right: 0px;
	}
		#agenda .tab-content .events[sessions="1"] .event{
			width: calc(100vw - 150px);
		}
		#agenda .tab-content .events:not([sessions="1"]) .event{
				max-width: 545px;
				width: calc((100vw - 150px) / 2);
				margin-right: 0px;
		}
}

@media only screen and (min-width: 1270px){
	#agenda .tab-content .events[sessions="1"] .event{
		width: 1090px
	}
}


/*SINGLE EVENT CONTENT*/
#agenda .events{
	width: fit-content;
	  display: flex;
	  position: absolute;
	  margin-top: 13px;
	  right: 30px;
	  left: 50px;
	  z-index: 1;
}

#agenda .event{
	position: relative;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	cursor: context-menu;
	padding: 10px 20px 10px 15px;
	width: 100%;
	justify-content: space-between;
	border-bottom: 1px solid var(--white);
	flex-direction: column;
}
	#agenda .event.openPopup{
		cursor: pointer;
	}

#agenda .event[startnotfull="true"]{
	margin-top: 22px;
}

#agenda .section-body .event .event-tutor{
	display: none;
}

#agenda .section-body .event .flex-wrapper{
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	justify-content: space-between;
	height: 100%;
	position: relative;
	/*padding-bottom: 50px;*/
	margin-top: 12px;
	width: 100%;
}

#agenda .event .flex-wrapper .event-time{
	position: absolute;
	bottom: 13px;
	right: 0px;
	text-align: right;
}
	#agenda .event .flex-wrapper .event-time p{
		margin: 0px;
		font-size: 12px;
		line-height: 16px;
	}

#agenda .event .event-header * {
	font-size: 16px;
	line-height: 22px;
	margin: 0;

}


#agenda .event .flex-wrapper {
	flex-direction: unset;
	align-items: center;
	justify-content: space-between;
	height: 20px;
	width: 90px;
}
#agenda .event .event-tutor * {
	margin: 5px 0px 5px 0px;
	line-height: 16px;
	font-size: 12px;
}
	#agenda .event-tutor span:not(:first-child):before{
		content: "|";
    display: inline-block;
    margin: 0px 5px;
	}
#agenda .event-readmore {
	/*text-decoration: underline;
	font-size: 12px;
	line-height: 16px;*/
	width: fit-content;
    position: absolute;
    right: -24px;
    top: 0px;
}
	/*#agenda .event-readmore:hover{
		color: var(--primary-color);
	}*/
#agenda .event.event-booked:after {
	background: var(--positive-color);
	content: 'Gebucht';
	color: var(--white);
	position: absolute;
	display: inline;
	font-size: 11px;
	text-align: center;
	top: 24px;
	right: -21px;
	width: 63px;
	z-index: 999;
	height: 18px;
	padding: 0px 0px;
	line-height: 19px;
	transform: rotate(90deg);
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

body[language-id="en"] #agenda .event.event-booked:after {
	content: 'Booked';
}

@media only screen and (min-width: 767px){
	#agenda .events{
		left: 90px;
	}

	#agenda .event{
		padding: 20px 28px;
		flex-direction: row;
	}
	#agenda .section-body .event .event-tutor{
		display: flex;
		flex-wrap: wrap;
	}

	#agenda .section-body .event .flex-wrapper{
		width: fit-content;
	}

	#agenda .event .flex-wrapper .event-time{
	    bottom: -6px;
	    width: 135px;
	}

	/*#agenda .section-body .event .event-tutor span{
		display: block;
		visibility: visible;
	}*/

	#agenda .section-body .inner-wrapper .flex-wrapper .filter{
		margin-top: 0px;
		position: absolute;
		right: 0px;
	}
	#agenda .section-body .event.flex-wrapper{
		justify-content: space-between !important;
	}
		#agenda .section-body .event.flex-wrapper .flex-wrapper{
			height: fit-content;
			padding-bottom: 0px;
		} 

	#agenda .event.event-booked:after {
		bottom: unset;
		left: unset;
		top: 14px;
		right: 0px;
		transform: rotate(0deg);
		padding: 2px 18px;
		font-size: 12px;
		width: 70px;
		height: 24px;
		line-height: 24px;
	}
}


/*AGENDA - POPUP*/
#session-details .u2d-popup__body{
	max-width: 1230px;
	padding:  25px 0px;
	max-height: 95vh;
}

#session-details .u2d-popup__body .u2d-popup__close{
	background: var(--light-grey);
	box-shadow: 0px 3px 6px #00000029;
	width: 39px;
	height: 39px;
	border-radius: 100%;
	top: -16px;
  right: -16px;
}

#session-details .u2d-popup__body .u2d-popup__close:before,
#session-details .u2d-popup__body .u2d-popup__close:after{
	background:  var(--primary-color);
	width: 2px;
  height: 25px;
  top: 7px;
  right: 18px;
}

#session-details .u2d-popup__body .text-wrapper .headline-1{
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 24px;
	margin-top: 30px;
}
#session-details .u2d-popup__body .text-wrapper .subheadline{
	margin-bottom: 50px;
}

#session-details .u2d-popup__body .text-wrapper .subheadline.main{
	font-size: 20px;
    margin-bottom: 21px;
    margin-top: -7px;
}
#session-details .u2d-popup__body .text-wrapper .subheadline > span:not(:last-child):after{
	content: "";
	display: inline-block;
	margin: 0px 25px;
}
#session-details .u2d-popup__body .text-wrapper .subheadline span{

}
	#session-details .u2d-popup__body .text-wrapper{
		  overflow-y: scroll;
	    overflow-x: hidden;
	    max-height: 68vh;
	}

	#session-details .u2d-popup__body .text-wrapper::-webkit-scrollbar{
		width: 0px;
	}

	#session-details .u2d-popup__body .text-wrapper > div{
		padding: 0px 60px;
	}
	#session-details .u2d-popup__body .text-wrapper > div.upload{
		padding: 0px 60px 20px 60px;
	}

#session-details .u2d-popup__body .text-wrapper .text{
	margin-bottom: 50px;
}

#session-details .u2d-popup__body .text-wrapper .text h2{
	background: transparent;
  color: var(--dark-grey);
  font-size: 20px;
}

#session-details .u2d-popup__body .text-wrapper .speaker-wrapper{
	background: var(--light-grey);
	padding-top: 45px;
	padding-bottom: 45px;
}

#session-details .u2d-popup__body .text-wrapper .speaker-wrapper .flex-wrapper{
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
}

	#session-details .u2d-popup__body .text-wrapper .speaker{
		margin-bottom: 0px;
		width: calc((100% - 40px) / 3);
	}


	#session-details .u2d-popup__body .text-wrapper .speaker > span{
		display: block;
	}

	#session-details .u2d-popup__body .text-wrapper .speaker > span.visual{
		width: 130px;
		  height: 130px;
		  border-radius: 100%;
		  padding: unset;
		  display: flex;
	}
		#session-details .u2d-popup__body .text-wrapper .speaker > span.visual img{
			padding-top: unset;
		}	
	#session-details .u2d-popup__body .text-wrapper .speaker > span.headline-2{
		margin-bottom: 5px;
		margin-top: 20px;
	}

	#session-details .u2d-popup__body .text-wrapper .speaker > span.description{
		margin: 10px 0px 18px 0px;
	}

#session-details .u2d-popup__body .btn-wrapper{
	padding-top: 1px;
	  border-top: 1px solid var(--grey);
	  width: 100%;
	  padding: 20px 60px 0px 60px;
	}

	#session-details .u2d-popup__body .btn-wrapper .btn-primary{
		background: var(--primary-color);	
	}

	#session-details .u2d-popup__body .btn-wrapper .btn-secondary,
	#session-details .u2d-popup__body .btn-wrapper .btn-primary{
		margin:  24px 60px 0px 60px;
		padding: 15px 30px;
		display: block;
	}

	#session-details .u2d-popup__body .btn-wrapper .btn-secondary.aktive{
		background: var(--positive-color);
	}

	#session-details .u2d-popup__body .btn-wrapper .btn-primary:hover{
		background: transparent;
	  color: var(--primary-color);
	  border-color: var(--primary-color);
	}

	#session-details .u2d-popup__body .btn-wrapper .btn-primary.active{
		background:  var(--positive-color);
	}

		#session-details .u2d-popup__body .btn-wrapper .btn-primary.disabled{
			cursor: var(--btn-disabled-cursor);
	    	pointer-events: none;
	    	opacity: 0.5;
		    background: transparent;
		    color: var(--middle-grey);
		    border: thin solid var(--middle-grey);
		}

		#session-details .u2d-popup__body .warning{
			padding: 0px 60px;
	    display: flex;
	    flex-direction: column;
	    gap: 20px;
	    color: var(--primary-color);
		}
			#session-details .u2d-popup__body .warning span{
				display: flex;
				flex-direction: row;
				gap: 10px;
				flex-wrap: nowrap;
				margin-top: 20px;
			}
				#session-details .u2d-popup__body .warning span p{
					margin: 0px;
				}
				#session-details .u2d-popup__body .warning span i{
					margin-top: 2px;
    			font-size: 20px;
				}

#session-details .booking-alert p{
	margin: 0px;
}


#session-details .book-session {
    font-size: 16px;
    background: transparent;
    color: var(--prim-red);
    border: thin solid var(--prim-red);
    cursor: pointer;
    display: flex;
    padding:  10px 20px 9px 20px;
   	width: fit-content;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;   
}
	#session-details .book-session.disabled{
        opacity: 0.5;
        color: var(--middle-grey);
        border-color: var(--middle-grey);
    }
    #session-details .book-session:hover {
        background: var(--prim-red);
        color: #fff;
    }

#session-details .session-capacity {
    margin: 0px 0px 10px 0px;
    font-size: 14px;
}
#session-details .active.book-session {
    background: #00A765;
    color: #fff;
    border-color: #00A765;
}
#session-details .booking-alert {
    display: flex;
    flex-direction: row-reverse;
    font-size: 16px;
    line-height: 26px;
    color: var(--prim-red);
    position: relative;
    margin-top: -5px;
    margin-bottom: 15px;
    justify-content: flex-end;
}
	#session-details .session-capacity .booking-alert{
		margin-bottom: 0px;
		margin-top: 0px;
	}

	#session-details .booking-alert#maxSessions{
		margin-bottom: 20px;
	}

    #session-details .booking-alert i {
        font-size: 24px;
        padding-right: 13px;
        position: relative;
        top: 1px;   
    }

#session-details .session-content .mandatory-info{
    font-size: 14px;
}

#session-details .session-capacity + .session-content .mandatory-info{
    margin-top: -10px;
}

#session-details .otherSessions{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 11px;
}

	#session-details .otherSessions .isbooked{
		color: var(--primary-color);
	}



@media only screen and (min-width: 767px) {
	#session-details .u2d-popup__body .warning{
    	flex-direction: row;
	}	

	#session-details .u2d-popup__body .text-wrapper .speaker-wrapper .flex-wrapper{
		gap: 80px;
	}

	#session-details .u2d-popup__body .text-wrapper .speaker{
		width: calc((100% - 160px) / 3);
	}
}


@media only screen and (min-width: 987px) {
	#session-details .u2d-popup__body .subheadline > span{
		display: unset;
	}

		#session-details .u2d-popup__body .text-wrapper .subheadline > span:not(:last-child):after{
			content: "|";
		}
}
				




/* ** SECTION HIGHLIGHTS BIG ------------------------------------------------------------- ** */
#highlights_big .section-header .headline-1{
	margin-bottom: 0px;
}
#highlights_big .section-header .text{
	margin-bottom: 0px;
	margin-top: 34px;
}
#highlights_big .section-header .text:empty{
	margin-bottom: -34px;
}

#highlights_big .section-body.flex-wrapper {
	justify-content: unset;
}

#highlights_big .section-body.flex-wrapper>div:first-child{
	margin-top: 60px;
}
#highlights_big .visual{
	margin-bottom: 20px;
	padding-bottom: 0px;
	height: 40vw;
	min-height: 120px;
}
	#highlights_big .visual img{
		padding-top: 0px;
		height: 100%;
		position: relative;
	}

#highlights_big .text-wrapper{
	/*overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;*/
}
	#highlights_big .text-wrapper .headline-3{
		margin-bottom: 10px;
	}
	#highlights_big .text-wrapper .text{
		margin-bottom: 15px;
		overflow: hidden;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;
	}
		#highlights_big .text-wrapper .text p{
			margin: 0px;
			display: inline;
		}



@media only screen and (min-width: 767px) {
	#highlights_big .visual{
		height: 15vw;
		max-height: 210px;
	}

	#highlights_big .section-body.flex-wrapper>div{
		margin-right: 64px;
		margin-top: 60px;
		padding-bottom: 0px;
	}
	#highlights_big .section-body.flex-wrapper>div:nth-child(3n){
		margin-right: 0px;
	}

	#highlights_big .text-wrapper .headline-3{
		overflow: hidden;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;
	}
}

@media only screen and (max-width: 1229px) {
	div#calendar:not(.tab-content) {
		width: 1230px;
		/* overflow-x: scroll; */
	}
	div#event-wrapper.flex-wrapper {
		flex-direction: row;
	}
}

/* ** SECTION HIGHLIGHTS SMALL ------------------------------------------------------------- ** */
#highlights_small .headline-3 {
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 18px;
}
#highlights_small .description ul {
	margin-top: 30px;
	margin-bottom: 30px;
}
	#highlights_small .section-wrapper .section-body{
		gap: 40px;
	}
		#highlights_small .section-wrapper .section-body div.headline-1 {
			flex-basis: 40%;
		}
		#highlights_small .section-wrapper .section-body div.description  {
			flex-basis: 60%;
		}
	
@media only screen and (min-width: 768px) {		
	#highlights_small .section-wrapper .section-body div.headline-1 {
		flex-basis: 30%;
	}

	#highlights_small .headline-3 {
		margin-top: 14px;
	}
}

/* ** SECTION LINKS ---------------------------------------------------------------------- ** */
#links .section-header .headline-1{
	margin-bottom: 0px;
}
#links .section-header .text{
	margin-bottom: 0px;
	margin-top: 25px;
}
#links .flex-wrapper{
	align-items: stretch;
}

#links .link-element{
	height: auto;
	display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#links .description{
	padding: 30px 30px 0px 30px;
}
	#links .visual{
		padding-bottom: 0px;
		height: 40vw;
		min-height: 120px;
	}
		#links .visual img{
			padding-top: 0px;
			height: 100%;
			position: relative;
		}

	#links .description .headline-3{
		margin-bottom: 15px;
	}

	#links .description .more-infos{
		margin-top: 30px;
		padding: 10px 40px;
	}
	#links .link-element .headline-3 {
		font-size: 20px;
		line-height: 27px;		
	}
	#links .section-body.flex-wrapper {
		justify-content: initial;
	}
  #links .section-body.flex-wrapper>div:first-child{
		margin-top: 60px;
	}
		#links .section-body.flex-wrapper .description .text{
		  margin-bottom: 0px;
		  overflow: hidden;
		  display: -webkit-box;
		  -webkit-line-clamp: 4;
		  -webkit-box-orient: vertical;
		}

		#links .more-infos{
			width: calc(100% - 60px);
			margin: 50px 30px 40px 30px;
			padding: 9px 14px;
			word-break: break-word;		
		}

@media only screen and (min-width: 328px) {
	#links .more-infos{
		width: fit-content;
		padding: 9px 50px;
	}
}

@media only screen and (min-width: 768px) {
	#links .visual{
		height: 17vw;
		max-height: 226px;
	}

	#links .section-body.flex-wrapper>div{
		margin-right: 64px;
		margin-top: 60px;
		padding-bottom: 0px;
		height: auto;
	}
	#links .section-body.flex-wrapper>div:nth-child(3n){
		margin-right: 0px;
	}

	#links .description .headline-3{
		overflow: hidden;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;
	}

	#links .more-infos{
		width: calc(100% - 60px);
		padding: 9px 14px;		
	}
}

@media only screen and (min-width: 920px) {
	#links .more-infos{
		width: fit-content;
		padding: 9px 50px;
	}
}




/* ** SECTION TABLE -------------------------------------------------------------------- ** */
#table .column1{
	width: 75%;
	min-width: 600px;
}
#table .column2,
#table .column3{
	width: 12.5%;
	text-align: center;
}
#table .headline-1 {
	margin-bottom: 25px;
}


/* ** SECTION HOTELS ------------------------------------------------------------------ ** */
#hotels .tab-content{
	display: none;
}
#hotels .tab-content.active{
	display: block;
}
	#hotels .hotels{
		gap:  40px;
	}

	#hotels .hotel{
		margin-bottom: 0px;
	}

	#hotels .visual{
		margin-bottom: 20px;
	}

	#hotels .info{
		margin: 8px 0px 15px 0px;
	}
	#hotels .headline-3 {
		font-size: 20px;
		line-height: 27px;
	}
		#hotels .hotel .address {
			margin-top: 7px;
		}
		#hotels .hotel .text {
			overflow: hidden;
		    display: -webkit-box;
		    -webkit-line-clamp: 4;
		    -webkit-box-orient: vertical;
		    margin-top: 15px;
		}

		#hotels .links{
			margin-top: 35px;
		}

		#hotels .link:before{
					content: '\f063';
					font-family: FontAwesome;
					position: relative;
					font-size: 16px;
					display: inline-block;
					margin-right: 5px;
					top: 0px;
					text-align: center;
					width: 20px;
				}
				#hotels .links .link#website:before{
					content: '\f0ac';
				}
				#hotels .links .link#googleMaps:before{
					content: '\f041';
				}


/* ** SECTION EVENT LOCATION --------------------------------------------------------- ** */
#event_location .section-body{
	flex-direction: column-reverse;
	gap:  40px;
}
	#event_location .section-body .inner-wrapper{
		width: 100%;
	}
	#event_location .section-body .visual{
			height: 50vw;
			width: 100%;
			min-height: 150px;
			padding-bottom: unset;
			max-height: 450px;
			margin-bottom: 20px;
			margin-top:20px;
		}
			#event_location .section-body .visual img{
				padding-top: unset;
				width: 100%;
				height: 100%;
			}

	#event_location .section-body .description{
		margin-bottom: 30px;
		font-size: 14px;
		width: 100%;
	}
		#event_location .section-body .description .address{
			font-size: 15px;
			line-height: 25px;
			margin: 25px 0px 20px 0px;
		}

		#event_location .section-body .description .links{
			line-height: 21px;
			margin-left: 30px;
		}
			#event_location .section-body .description .links .link{
				position: relative;
				margin: -5px 0px;
				display: block;
			}
			#event_location .section-body .description .info .headline-2{
				font-size: 24px;
				line-height: 30px;
			}

				#event_location .section-body .description .links .link:before{
					content: '\f063';
					font-family: FontAwesome;
					position: absolute;
					font-size: 23px;
					display: inline-block;
					margin-right: 5px;
					top: -1px;
					left:  -32px;
					text-align: center;
					width: 25px;
				}
				#event_location .section-body .description .links .link#website:before{
					content: '\f0ac';
					/* margin-right: 11px; */
				}
				#event_location .section-body .description .links .link#googleMaps:before{
					content: '\f041';
/* 			    margin-left: 2px;
			    margin-right: 12px; */
				}

		#event_location .section-body .text .headline-2 {
			font-size: 24px;
			line-height: 30px;
			margin-bottom: 25px;
		}
	

@media only screen and (min-width: 767px){
	#event_location .section-body{
		flex-direction: row;
	}
		#event_location .section-body .visual{
			height: 450px;
			margin-bottom: 50px;
			margin-top: 0px;
		}
		#event_location .section-body .description{
			max-width: 240px;
			min-width: 200px;
		}
}


/* ** SECTION CONTACT ---------------------------------------------------------------------- ** */
#contact{
	order: 9999999;
}
#contact .link:hover i{
	color: var(--white);
	background: var(--primary-color);
	border-color: var(--primary-color);
}
#contact .link i{
	font-size: 24px;
	padding: 7px 0px;
  text-align: center;
  margin-right: 7px;
  margin-top: 13px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--middle-grey-lighter);
  color: var(--middle-grey-lighter);
  background: var(--dark-grey-darker);
}

#contact .contactInfo {
	flex-basis: fit-content;
	display: flex;
    flex-direction: column;
}

#contact .section-wrapper .flex-wrapper{
	justify-content: space-between;
	gap:  65px;
	flex-direction: column;
}

#contact .flex-wrapper.twoColumns > div{
	width: 100%;
}

@media only screen and (min-width: 509px){
	#contact .section-wrapper .flex-wrapper .contactInfo{
    	flex-direction: row;
    	gap: 65px;
	}
}

@media only screen and (min-width: 867px){
	#contact .section-wrapper{
		padding: 85px 20px 65px 20px;
		max-height: 409px;
		height: 100%;
	}
		#contact .section-wrapper .flex-wrapper{
			flex-direction: row;
		}
			#contact .section-wrapper .flex-wrapper .text{
				max-width: 400px;
			}
			#contact .section-wrapper .flex-wrapper .contactInfo{
				margin-right: 40px;
			}

			#contact .section-wrapper .flex-wrapper .contactInfo > div{
				min-width: 200px;
			}

		#contact .flex-wrapper.twoColumns > div{
			width: calc((100% - 100px) / 2);
		}
}


/* ** SECTION FAQ ---------------------------------------------------------------------- ** */
#faq .headline-1 {
	margin-bottom: 25px;
}
#faq .text {
	margin-bottom: 55px;
}
#faq .link a{
	margin-right: 15px;
}


/* ** SECTION PARTNER ---------------------------------------------------------------------- ** */
#partner .headline-1 {
	margin-bottom: 25px;
}
#partner .text {
	margin-bottom: 55px;
}
#partner .section-body{
	margin-right: -20px;
}
	#partner .section-body .partner {
		padding: 35px;
		margin-bottom: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: calc(100vw - 40px);
	}
		#partner .section-body .partner img {
			width: auto;
			height: auto;
			max-height: 80px;
		}


@media only screen and (min-width: 768px){
	#partner .section-body .partner {
		margin: 0px 20px 20px 0px;
		height: 17vw;
		max-height: 228px;
	}
}	


/* ** SECTION PARTNER ---------------------------------------------------------------------- ** */

	#speaker .headline-1 {
		margin-bottom: 25px;
	}
	#speaker .headline-2 {
		font-size: 24px;
		line-height: 30px;
	}
	#speaker .text {
		margin-bottom: 63px;
	}

	#speaker .speaker{
		padding-bottom: 100px;
	}
		#speaker .speaker .visual.round {
			width: 150px;
			height: 150px;
		}
		#speaker .speaker .visual.round img{
			height: 100%;
			width: 100%;
		}

@media(min-width: 768px) {
	#speaker .threeColumns .speaker{
		margin-right: 64px;
	}
		#speaker .threeColumns .speaker:nth-child(3n){
			margin-right: 0px;
		}
		#speaker .threeColumns .speaker:nth-child(n + 4){
			margin-top: 50px;
		}
}

/* ** EVENTÜBERSICHT - NAVIGATION - FILTER -  BUCHUNGEN ------------------------------------------------------** */

/* FILTER -> HEADER BEREICH */
#event_mybookings .section-wrapper,
#event_filter .section-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

	#event_mybookings .section-wrapper .headline-1,
	#event_filter .section-wrapper .headline-1 {
		margin: 0;
	}

	#event_filter #eventCalendar,
	#event_filter #eventCalendar + span{
		display: none;
	}

	#event_filter .section-wrapper .filter{
		margin-top: 40px;
		width: calc(100% - 40px);
		padding: 9px 10px;
		margin: 40px 20px 0px 20px;
	}
		/*#event_filter .section-wrapper .filter:after {
			font-family: FontAwesome;
			content: "\f078";
			position: absolute;
			height: 20px;
			width: 20px;
			right: 19px;
			top: 10px;
			display: inline-block;
		}	*/		

/* FILTER  -> HEADER BEREICH -> TAPS */
#event_filter .section-wrapper .tab-wrapper,
#event_mybookings .section-wrapper .tab-wrapper {
	border: none;
	padding: 0;
	margin: 0;
	font-size: 20px;
	background: var(--grey);;
}
	#event_filter .section-wrapper .tab-wrapper .tab,
	#event_mybookings .section-wrapper .tab-wrapper .tab {
		position: relative;
		border: none;
		padding: 0px;	
		margin: 11px 20px;
		position: relative;
		text-align: center;
		display: flex;
		align-items: center;
		font-size: 16px;
		min-height: 40px;
	}
	#event_filter .section-wrapper .tab-wrapper .tab:not(:last-child):before,
	#event_mybookings .section-wrapper .tab-wrapper .tab:not(:last-child):before{
		content: "";
    display: block;
    width: 2px;
    height: 65%;
    position: absolute;
    right: -20px;
    top: 17%;
    background: var(--dark-grey);
	}

	#event_filter .section-wrapper .tab-wrapper .tab.active, 
	#event_mybookings .section-wrapper .tab-wrapper .tab.active {
			color: var(--dark-grey);
			font-weight: bold;
		}
		#event_filter .section-wrapper .tab-wrapper .tab.active:after,
		#event_mybookings .section-wrapper .tab-wrapper .tab.active:after {
			content: '';
			position: absolute;
			top: 47px;
			left: calc(50% - 15px);
			width: 0; 
			height: 0; 
			z-index: 1;
			border-left: 19px solid transparent;
			border-right: 19px solid transparent;
			border-top: 20px solid var(--grey);
		}

		#event_mybookings .section-wrapper .tab-wrapper .tab:first-child,
		#event_filter .section-wrapper .tab-wrapper .tab:first-child {
			margin-left: 20px;
		}

		#event_mybookings .section-wrapper .tab-wrapper .tab:last-child,
		#event_filter .section-wrapper .tab-wrapper .tab:last-child {
			margin-right: 20px;
		}
	
/* FILTER -> FORM */
#filter-form {
	padding: 0px 45px 0px 45px;
	height: 0px;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	background: var(--light-grey);
	margin: 0px 20px;
}
#filter-form.show{
	height: fit-content;
	padding: 50px 20px 25px 20px;
	overflow: visible;
	margin: 0px 20px 0px 20px;
}
	#filter-form .filter-form{
		background: transparent;
	  padding: 0px;
	  margin: 0px;
	}
	#filter-form .filter-form .filter-form__body{
		padding: 0px;
	}

	#filter-form .filter-form .filter-form__form{
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		flex-direction: column;
	}
	#filter-form .filter-form .filter-form__item{
		flex: unset;
		width: 100%;
	}
		#filter-form .filter-form .filter-form__item:not(:first-child){
			margin-top: 50px;
		}
	#filter-form .filter-form .custom-select{
		position: relative;
		cursor: pointer;
		height: fit-content;
    border: 1px solid var(--grey);
	}
		#filter-form .filter-form .custom-select .custom-select__label{
			display: none;
		}
		#filter-form .filter-form .custom-select .custom-select__arrow{
			top: 20px;
		}

		#filter-form .filter-form .custom-select .custom-select__arrow:after{
			font-family: FontAwesome;
	    content: '\f067';
	    position: absolute;
	   	top: -12px;
	    right: 3px;
	    color: var(--primary-color);
	    cursor: pointer;
	    font-size: 18px;
	    cursor: pointer;
	    transition: transform .2s;
		}
		#filter-form .filter-form .custom-select.active .custom-select__arrow:after{
			transform: rotate(45deg);
		}
			#filter-form .filter-form .custom-select .custom-select__arrow span{
				display: none;
			}
		#filter-form .filter-form .custom-select .custom-select__options{
			border: 1px solid var(--grey);
			border-top: 1px solid var(--white);
			flex-direction: column;
			opacity: 0;
    	transform: scaleY(0);
    	transform-origin: center top;
    	transition: transform .2s,opacity .2s;
    	display: flex;
		}
		#filter-form .filter-form .custom-select.active .custom-select__options{
			opacity: 1;
    	transform: scaleY(1);
		}
		#filter-form .filter-form .custom-select .custom-select__option{
			cursor: pointer;
			padding-left: 15px;
		}
		#filter-form .filter-form .custom-select .custom-select__option:empty{
			display: none;
		}
		#filter-form .filter-form .custom-select .custom-select__option.active{
			background-color: white !important;
			color: var(--grey);
		}
		#filter-form .filter-form .custom-select .custom-select__option:before,
		#filter-form .filter-form .custom-select .custom-select__option:after{
			content: "";
			display: none;
		}
		#filter-form .filter-form .custom-select .custom-select__option:hover{
			background: var(--primary-color) !important;
    	color: var(--white);
		}
		#filter-form .filter-form .custom-select[data-for="typeId"] .custom-select__option{
			padding-left: 10px;
		}
		#filter-form .filter-form .custom-select[data-for="typeId"] .custom-select__option[data-value="1"]{
			border-left: 5px solid var(--primary-color);
			order: 1;
		}
		#filter-form .filter-form .custom-select[data-for="typeId"] .custom-select__option[data-value="2"]{
			border-left: 5px solid var(--positive-color);
			order: 2;
		}
		#filter-form .filter-form .custom-select[data-for="typeId"] .custom-select__option[data-value="3"]{
			border-left: 5px solid var(--tertiary-color);
			order: 3;
		}
		#filter-form .filter-form .custom-select[data-for="typeId"] .custom-select__option[data-value="4"]{
			border-left: 5px solid var(--warning-color);
			order: 4;
		}
		#filter-form .filter-form .filter-form__filter div[data-for="typeId"] .filter-form-chip .filter-form-chip__label{
			padding-left: 11px;
		}

		#filter-form .filter-form .filter-form__filter div[data-for="typeId"] .filter-form-chip .filter-form-chip__label:before{
	    content: "";
	    width: 8px;
	    height: 8px;
	    display: block;
	    position: absolute;
	    left: 8px;
	    top: 8px;
		}

		#filter-form .filter-form .filter-form__filter div[data-for="typeId"] .filter-form-chip[data-value="1"] .filter-form-chip__label:before{
			background-color: var(--primary-color);;
		}
		#filter-form .filter-form .filter-form__filter div[data-for="typeId"] .filter-form-chip[data-value="2"] .filter-form-chip__label:before{
			background-color: var(--positive-color);
		}
		#filter-form .filter-form .filter-form__filter div[data-for="typeId"] .filter-form-chip[data-value="3"] .filter-form-chip__label:before{
			background-color: var(--tertiary-color);
		}
		#filter-form .filter-form .filter-form__filter div[data-for="typeId"] .filter-form-chip[data-value="4"] .filter-form-chip__label:before{
			background-color: var(--warning-color);
		}

	#filter-form .filter-form .filter-form__label{
		top: -17px;
    left: 0px;
    color: var(--dark-grey);
    font-size: 16px !important;
	}
	#filter-form .filter-form .filter-form__filter > div{
		height: 0px;
		overflow: hidden;
	}
	#filter-form.show .filter-form .filter-form__filter > div{
		height: inherit;
		overflow: visible;
	}

	#filter-form .filter-form .filter-form__filter{
		padding: 0px;
	}
		#filter-form .filter-form .filter-form__filter div[data-for="typeId"]{
			margin-left: 8px;
		    top: 57px;
		    position: absolute;
		}

		#filter-form .filter-form .filter-form__filter div[data-for="sessionCategoryId"],
		#filter-form .filter-form .filter-form__filter div[data-for="countryId"]{
			position: absolute;
		    bottom: 23px;
		    margin-left: 8px;
		}
		#filter-form .filter-form .filter-form__filter div > span{
			background-color: var(--grey);
			padding-right: 18px;
			position: relative;
		}
		#filter-form .filter-form .filter-form__filter div > span:after{
			content:"";
			display: block;
			width: 1px;
			height: 8px;
		    position: absolute;
		    right: 12px;
		    top: 9px;
		    transform: rotate(42deg);
		    background: var(--dark-grey);
		}
		#filter-form .filter-form .filter-form__filter div > span:before{
			content:"";
			display: block;
			width: 1px;
			height: 8px;
		    position: absolute;
		    right: 12px;
		    top: 9px;
		    transform: rotate(-42deg);
		    background: var(--dark-grey);
		}

.events #my-events-header,
.my_events #events-header{
	display: none;
}

#my-events-header{
	font-size: 16px;
	line-height: 26px;
	display: flex;
	flex-direction: row;
}
	#my-events-header .profile-img{
		width: 90px;
		height: 90px;
		border-radius: 100%;
		margin-top: 10px;
		background-color: var(--primary-color);
		margin-right: 24px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#my-events-header .profile-text{
		display: flex;
    	align-items: flex-start;
    	flex-direction: column;
    	justify-content: center;
	}

	#my-events-header .profile-text .profile-name{
		font-size: 28px;
		line-height: 38px;
		margin-top: 8px;
	}

	#my-events-header #acronym{
		color: var(--white);
		font-size: 31px;
		line-height: 45px;
		font-weight: bold;
		padding-top: 5px;
		padding-left: 3px;
	}



@media only screen and (min-width: 768px) {
	/* FILTER -> HEADER BEREICH */
	#event_mybookings .event-filter-fullw-bckgr,
	#event_filter	.event-filter-fullw-bckgr {
		background: var(--grey);		
	}
	#event_mybookings .flex-wrapper,
	#event_filter .flex-wrapper {
		align-items: center;
		margin: 0px 20px;
	}
	#event_mybookings .section-wrapper .filter,
	#event_filter .section-wrapper .filter{
		margin-top: 8px;
		margin-bottom: 8px;
		max-width: 160px;
	}
	#event_filter .section-wrapper {
		max-width: 1275px;
		width: 100%;
	}

	/* FILTER  -> HEADER BEREICH -> TAPS */
	#event_filter .section-wrapper .tab-wrapper .tab,
	#event_mybookings .section-wrapper .tab-wrapper .tab {
		/*font-size: 20px;
		line-height: 26px;*/
		font-size: 19px;
        line-height: 25px;
	}
	#event_filter .section-wrapper .tab-wrapper .tab:first-child,
	#event_mybookings .section-wrapper .tab-wrapper .tab:first-child {
		margin-left: 0px;
	}
	#event_filter #eventCalendar, #event_filter #eventCalendar + span{
		display: flex;
	}

	#event_filter .section-wrapper .tab-wrapper .tab.active,
	#event_mybookings .section-wrapper .tab-wrapper .tab.active{
		background: transparent;
	}

	/* FILTER FORM */	
	#filter-form.show{
		margin-top: 45px;
		margin-bottom: -40px;
		/*margin-bottom: 40px;*/
	}

	#filter-form.show{
		padding: 65px 45px 45px 45px;
	}

	#filter-form .filter-form .filter-form__form{
		flex-direction: row;
	}
	#filter-form .filter-form .filter-form__item{
		flex: unset;
		width: calc(50% - 35px);
	}
		#filter-form .filter-form .filter-form__item:not(:first-child){
			margin-top: 0px;
		}

	#filter-form .filter-form .filter-form__filter div[data-for="typeId"]{
	    top: 72px;
	    position: absolute;
	}

	#filter-form .filter-form .filter-form__filter div[data-for="sessionCategoryId"],
	#filter-form .filter-form .filter-form__filter div[data-for="countryId"]{
	    top: 72px;
	    bottom: unset;
	    margin-left: unset;
	    left: calc(50% + 43px);
	}
}



/* ** MYBOOKINGS -------- ** */
[data-token="my_events"] .tab-content{
	display: none;
}
	[data-token="my_events"] .tab-content.active{
		display: block;
	}
#mySettings .section-body .flex-wrapper{
	width: 100%;
}
#mySettings .section-body > .flex-wrapper{
	width: 100%;
	flex-direction: column;
}
	#mySettings .section-body > .flex-wrapper .text-wrapper{
		display: flex;
		flex-direction: column;
		margin-bottom: 10px;
		/*align-items: center;*/
		width: 100%;
	}

	#mySettings .section-body > .flex-wrapper .text-wrapper input{
		height:  fit-content;
	}

	#mySettings .section-body > .flex-wrapper .text-wrapper:last-child{
		margin-bottom: 40px;
	}

	#mySettings .section-body > .flex-wrapper .text-wrapper .visual{
		height: 87vw;
    width: 87vw;
    max-width: 130px;
    max-height: 130px;
    border-radius: 100%;
    margin-bottom: 21px;
	}
	#mySettings .section-body > .flex-wrapper .text-wrapper select,
	#mySettings .section-body > .flex-wrapper .text-wrapper input{
		width: 100%;
	}

	#mySettings .section-body > .flex-wrapper .text-wrapper select{
		border-radius: 0px;
    min-height: 38px;
    border-color: var(--grey);
	}  

	#mySettings .section-footer{
		display: flex;
		justify-content: flex-end;
		gap: 20px;
    	align-items: flex-end;
	} 

	#mySettings .section-footer #reset-personData{
    	padding: 9px 30px;
    	color: var(--primary-color);
    	border:  1px solid var(--primary-color);
    	no
	} 
		#mySettings .section-footer #reset-personData:hover{
			background: var(--primary-color);
			color: var(--white);
		}
		#mySettings .section-footer #reset-personData.disabled{
			background: white;
	    	border-color: var(--light-grey);
	    	color: var(--middle-grey);
	    	pointer-events: all;
		}

	#mySettings .section-footer #save-personData.disabled{
		pointer-events: all;
	}

	#mySettings .section-footer #save-personData{
		margin-top: 20px;
		padding:  9px 30px;
		width: 100%;
	}

	#mySettings .save-button-hint{
    	margin-top: 16px;
    	display: block;
	    color: white;
	    width: fit-content;
	    float: right;
	}

@media only screen and (min-width: 368px) {

	#mySettings .section-body > .flex-wrapper .text-wrapper{
		flex-direction: row;
	}
		#mySettings .section-body > .flex-wrapper .text-wrapper .label{
			margin-right: 20px;
			width: 65%;
			min-width: 120px;
			word-break: break-word;
			display: flex;
    	align-items: center;
		} 

		#mySettings .section-footer #save-personData{
			width: fit-content;
		} 
}


@media only screen and (min-width: 768px) {
	#mySettings .section-body > .flex-wrapper{
		flex-direction: row;
		gap:  100px;
	}
	#mySettings .section-body > .flex-wrapper > div{
		width: 50%;
	}

	#mySettings .section-body > .flex-wrapper .text-wrapper,
	#mySettings .hint{
		max-width: 570px;
	}

	#mySettings .section-footer #save-personData{
		margin-top: 0px;
	}
}