@charset "utf-8";
/* CSS Document */
	body {
				font-family: Calibri, "Open Sans", Arial, Helvetica, sans-serif;
				background-color: #ffffff;
				margin: 62px 0px 0px 0px;
				color: #333333;
			}
			.wrapper {
				margin: 0px auto 0px auto;
				width: 90%;
				max-width: 960px; 
			}
			
			
			.clearer {
				clear: both;
			}
			#header {
				background-color: #ffffff; 
				box-shadow: 0 2px 14px rgba(100,100,100,0.2),0 2px 2px rgba(100,100,100,0.2);
				height: 146px;
				position: relative;
				padding-bottom: 0px;
			}
			

			.sprungmarke {
				visibility: hidden;
				height: 0px !important;
				position: absolute;
				margin: -100px;
			}
			#navigation {
				background-color: #05598c;
				position: fixed;
				width: 100%;
				z-index: 1;
				top: 0px;
			}
			/*#navigation::after {
				display: block;
				content: "";
    			height: 8px;
				background: transparent -webkit-linear-gradient(left, #1A3357 0%, #159BDE 53%, #99CC66 100%) 0 0 no-repeat padding-box;
				background: transparent -o-linear-gradient(left, #1A3357 0%, #159BDE 53%, #99CC66 100%) 0 0 no-repeat padding-box;
				background: transparent linear-gradient(to right, #1A3357 0%, #159BDE 53%, #99CC66 100%) 0 0 no-repeat padding-box;
				}*/
			#navigation ul {
				margin: 0px;
				padding: 0px;
			}
			#navigation ul li {
				float: right;
				width: auto;
				border: none;
				display: block;
				outline: 0;
			}
			#navigation ul li a {
				display: block;
				color: #dedede;
				text-decoration: none;
				padding: 16px 18px !important;
				-webkit-transition: all 0.2s ease-in-out;
				-moz-transition: all 0.2s ease-in-out;
				-ms-transition: all 0.2s ease-in-out;
				-o-transition: all 0.2s ease-in-out;
				transition: all 0.2s ease-in-out;
			}
			#navigation ul li a:hover {
				color: #fff;
				background-color: #00788a !important;
				text-decoration: none;
			}
			
			#mobile-nav-button {
	display: none;
}
.logo-container {display: flex; gap: 30px; flex-wrap: nowrap;}
			

			.logo {
				
				flex: 1;
				width: 160px;
				max-width: 160px;
				margin-top: 30px; 
				margin-bottom: 30px;

				
			}
			h1 {
				font-size: 38px;
				font-weight: bold;
				color: #05598c;
				padding: 40px 0px 0px 0px;
				line-height: 45px;
				margin: 0px;
			}
			h2 {
				font-size: 32px;
				line-height: 30px;
				font-weight: normal;
				color: #05598c;
				margin-top: 10px;
				margin-bottom: 20px;
			}
			h3 {
				margin-top: 5px;
				margin-bottom: 5px;
				font-size: 24px;
				font-weight: bold;
				
			}
			
			#main {
				background-color: #fff;
				padding: 0px;
				font-size: 16px;
				line-height: 25px;
			}
			#main p {
				font-weight: normal;
				text-decoration: none;
				margin: 0 0 20px 0;
			   	hyphenate-limit-chars: auto 5;
           		hyphenate-limit-lines: 2;
			}			
			#main a {
				color: #003C45;
			}
			#main a:hover {
				color: #00788A;
				text-decoration: underline #003C45;
			}
			#main a:visited {
				color: #2268af;
			}
			#main a:focus {
				outline: 2px dashed #2268af;
			}
			
			#main ul {
				margin: 1em;
				padding: 0;
				list-style:square;
			}
			#main ul li::marker { color: #0379a4}

			#main ul li {
				
				hyphens: auto;
				line-height: 1.6rem;
				margin-bottom: 0.8rem;
			}
			
			
			.primary-button {
				font-size: 17px;
				font-weight: bold;
				padding: 16px 19px 17px 19px;
				background-color: #05598c;
				color: #fff !important;
				text-decoration: none;
				display: inline-block;
				line-height: 1;
				border-width: 1px;
				border-style: solid;
				border-color: transparent;
				-webkit-transition: all 0.2s ease-in-out;
				-moz-transition: all 0.2s ease-in-out;
				-ms-transition: all 0.2s ease-in-out;
				-o-transition: all 0.2s ease-in-out;
				transition: all 0.2s ease-in-out;
				margin: 10px 30px 10px 0;
				
			}
			.primary-button:hover {
				background-color: #43A4E0;
				color: #fff !important;
				text-decoration: none !important;
			}
			.secondary-button {
				font-size: 15px;
				font-weight: bold;
				padding: 16px 19px 17px 19px;
				background-color: #05598c;
				color: #ffffff !important;
				text-decoration: none;
				display: inline-block;
				line-height: 1;
				border-width: 1px;
				border-style: solid;
				border-color: transparent;
				-webkit-transition: all 0.2s ease-in-out;
				-moz-transition: all 0.2s ease-in-out;
				-ms-transition: all 0.2s ease-in-out;
				-o-transition: all 0.2s ease-in-out;
				transition: all 0.2s ease-in-out;
				margin: 10px 30px 10px 0;
			}
			.secondary-button:hover {
				background-color: #0e4261;
				color: #fff !important;
				text-decoration: none !important;
			}
			
			.no-button {
				font-family: "Open Sans", Arial, Helvetica, sans-serif;
				font-size:16px;
				font-weight: normal;
				text-decoration: underline;
				border:none;
				background-color:#ffffff;;
				margin: 0 0 20px 0;
			}
			
			
			#teaser p {
				text-decoration: none;		
				margin: 20px 15px 70px 15px;
				/*border-left: 2px solid #f7a60080; */
				border-top: none;
				padding: 0 0 0 10px;
				font-weight: bold;
				font-size: 20px;
				line-height: 35px;
			}
			.content-block {
				background-color: #fff;
				width: 95%;
				font-size:1.1rem;
				padding: 25px 30px;
				margin: 10px 10px 60px 0px;
				box-shadow: 1px -1px 5px 5px rgba(100,100,100,0.2);
			}
			
			
			.contact-block {
				background-color: #fff;
			}
			.contact-card {
				background-color: #e6f2f3;
				font-size:1.1rem;
				width: 100%;
				padding: 25px;
				display: block;
				float: left;
				margin: 0;
				box-sizing: border-box;
			}
			.speaker {
	float: left;
	width: 260px;
	min-height: 330px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	margin-top: 20px;
}
.speaker img {
	max-width: 120px;
	margin-left: 10px;
}
.speaker span {
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
    color: #444;
}
			.video-container {
				position: relative;
				padding-bottom: 56.25%;
				padding-top: 0;
				height: 0;
				overflow: hidden;
			}
			.video-container iframe,
			.video-container object,
			.video-container embed {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}
			.iframe-chat {
				border: 1px solid #ccc;
			}
.table-wrapper {
	width: 100%;
	
}
			table {
				font-size:1.1rem;
				margin: 0;
				padding: 0;
				border: 0;
				width: 100%;
				border-collapse: collapse;
				margin-bottom: 10px;
			}
			table td {
				padding: 12px 12px 12px 12px;
				vertical-align: top;
				text-align: left;
			}
         table td:last-child {
                white-space: normal; 
			}
			.zeit-spalte {
				width:100px;
				padding: 10px;
				vertical-align: top;
				white-space: nowrap;	
			}

			.container {display: flex; gap: 20px; justify-content: flex-start;flex-wrap: wrap;}
			.track-container {flex: 1; border-radius: 6px;padding:20px; border:1px solid #ddd;background-color:rgba(10, 160, 252, 0.1);}
			
			table tr {
				border-bottom: 1px solid #d0d7db;
			}
			table ul {
				padding-left: 15px;
				list-style-type: circle;
				margin-bottom: 0px;
			}
			video {
			  	object-fit: cover;
				width: 100%;
				max-width: 900px;
				margin-bottom: 20px;
			}
			#footer {
				background-color: #05598c;
				color: #fff;
				padding: 40px 0px;
				margin: 40px 0px 0px 0px;
			}
			#footer a, #footer #copyright {
				color: #fff;
				font-size: 15px;
				font-weight: normal;
				text-decoration: none;
			}
			#footer #copyright {
				float: left;
			}
			#footer a:hover {
				text-decoration: underline;
			}
			#footer a:visited {
				color: #fff;
			}
			#footer a:focus {
				outline: 2px dashed #eee;
			}
			#footer ul {
				padding: 0;
				margin: 0;
				display: block;
				float: right;
			}
			#footer ul li {
				display: inline-block;
				list-style-type: none;
			}
			#footer ul li:first-child::after {
				content: "|";
				padding: 0 8px;
			}
			
			/*	.verlaufs_wrapper {padding:0.6rem 0.6rem 0.6rem 0.6rem; background: transparent linear-gradient(to right, #1A3357 0%, #159BDE 53%, #99CC66 100%) 0 0 no-repeat; }	*/


/* #################################### Gallery-Slider #################################### */

.slidescontainer * {
	box-sizing: border-box;
  }

.slidescontainer img {
	vertical-align: middle;
  }
  
  /* Position the image container (needed to position the left and right arrows) */
  .slidescontainer {
	position: relative;
  }
  
  /* Hide the images by default */
  .mySlides {
	display: none;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
	cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
	cursor: pointer;
	position: absolute;
	top: 27%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white !important;
	text-decoration: none !important;
	font-weight: bold;
	font-size: 20px;
	user-select: none;
	-webkit-user-select: none;
	background-color: #07788a;
	transition: all 0.2s ease-in-out;
  }
  
  /* Position the "next button" to the right */
  .next {
	right: 0px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
	background-color: #076776;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
	color: #f2f2f2;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 12px;
	position: absolute;
	top: 0;
	text-shadow: 0px 0px 5px #333;;
  }
  
  /* Container for image text */
  .caption-container {
	text-align: left;
	background-color: #222;
	padding: 2px 16px;
	color: white;
	font-size: 12px;
  }

  
  .row:after {
	content: "";
	display: table;
	clear: both;
  }
  
  .mySlides {
	margin-bottom: 15px;
  }

  /* Five columns side by side */
  .column {
	float: left;
	width: 14.00%;
	border: 3px solid white;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
	opacity: 0.5;
	transition: all 0.2s ease-in-out;
  }
  
  .active,
  .demo:hover {
	opacity: 1;
	box-shadow: 0px 0px 7px #999;
  }


#topBtn {
  position: fixed;
  bottom: 20px;     /* Abstand vom unteren Rand */
  right: 20px;      /* Abstand vom rechten Rand */
  padding: 10px 15px;
  font-size: 18px;		
  background-color: #00788a;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s;
}

#topBtn:hover {
  opacity: 1;
}


/* #################################### Gallery-Slider Ende #################################### */			
			@media screen and (max-width: 5000px) {
				
				#header {min-height: 171px; 
					height: 100%;
				text-align:center;
				}

		/*		h1 {margin-top:3rem; } */
				
			}
			
	
			
			@media screen and (max-width: 900px) {
				
	#mobile-nav-button {
		max-width: 700px;
		display: block;
		text-align: right;
	}
	#mobile-nav-button span {
		display: inline-block;
		cursor: pointer;
		text-transform: uppercase;
		color: #ffffff;
		font-weight: bold;
		padding: 20px 20px 20px 0px;
		background-image: url('medien/nav-icon.svg');
		background-size: 15px 12px;
		background-position: right center;
		background-repeat: no-repeat;
	}
				
				#navigation ul {
		display: none;
		border-top: 1px solid white;
	}
	#navigation ul li {
		float: none;
	}
				
				#header {
					min-height: 146px;
					height: 100%;
					text-align:left;
				}
				
				
				#header-pic {width: 900px; position: absolute; clip:rect(0px 900px 300px 0px)}
				
				/*neu #header-picture {width: 900px; margin-top:4.375rem;position: absolute; left:0; clip:rect(0px 900px 300px 0px)}*/
				
	
				
				
				
				h1 {margin-top:6rem; }
				
				
			}
			
			
			
			
		@media screen and (max-width: 620px) {
			
	#mobile-nav-button {
		width: 300px;
		display: block;
		text-align: right;
	}
	#mobile-nav-button span {
		display: inline-block;
		cursor: pointer;
		text-transform: uppercase;
		color: #ffffff;
		font-weight: bold;
		padding: 20px 20px 20px 0px;
		background-image: url('nav-icon.svg');
		background-size: 15px 12px;
		background-position: right center;
		background-repeat: no-repeat;
	}
			
			#navigation ul {
		display: none;
		border-top: 1px solid white;
	}
	#navigation ul li {
		float: none;
	}
			p { hyphens: auto;}
		.contact-card {width: 90%;float: none;margin-bottom: 20px;}
			
		.wrapper {margin: 0px auto 0px auto; padding: 0 0.8rem 0 0.5rem; width: 90%;float: none;}
			
		 #footer {
				width: 100%; 
				
			}
			 #header {
				width: 100%; 
				
			}
			.headerwrapper {
				
				max-width: 620px; 
				overflow:hidden;
			}
			
			.container {flex-direction: column; }			
			
			
			 #header-pic {width: 620px; position: absolute; margin-left:0px;clip:rect(0px 600px 300px 0px)}
			
						
			 #teaser {
				width: 95%; 
				
			}
			
			
			table td {
				padding: 5px 5px 5px 5px;
				
			}
			.content-block {width:85%;	}
				
		/*	h1 { margin-top:5rem; } */
		
			

			
			.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
			}}