:root{
	--Grundfarbe: 	#006885;
}

:root{
	--Dekofarbe: 	#a1a19f;
}

:root{
	--Dekofarbe2: 	#7a7a7a;
}

:root{
	--Dekofarbe3: 	#ffd962;
}

:root{
	--Headerfarbe: 	#006885;
}

body{ margin:0;
background-color: white;
color: #000;
font-family: 'Ubuntu', Arial,-apple-system,Helvetica Neue,Arial,sans-serif;
font-size: 1em;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}

.wrapper, .headerwrapper {
    width: 100%;
		max-width: 3840px !important;
    margin: 0 auto;
		background-color: #ffffff;
}



.infobody{
  background-color:#ffffff;

}
.header{
  height: auto;
  width:100%;
	margin:0px;
  background-color:#ffffff;
}

.header a img{
	float:right;
  width:350px;
	margin:5px 30px;
  background-color:#ffffff;

}
.header a div.eA_altText{
position: inherit !important;

}

.headerlogo2{
  height: 80px;
  width:50px;
  background-color:#ffffff;
  background-image: url(../img/);
  background-position: left;
  background-repeat:no-repeat;
}

.headerimage{
	overflow: hidden;
	width: 100%;
	padding:0px;
	margin:0px;
	border-top: 1px solid var(--Grundfarbe);
	border-bottom:3px solid #ffffff;
}
.headerimage img{
	width:100%; margin-bottom:-5px;
}

.clear{
	clear:both;
}

.menuwrapper{width:100%;
margin: 0px;
background-color: #006885;
}
ul.menu  {
  list-style: none;
	width:90%;
  margin: 0 auto;
padding:5px 0px 0px 20px;
background-color: #006885;

}
ul.menu  li {
  background-color: none;
  cursor: pointer;
  line-height: 2em;
  list-style-type: none;
  text-align: center;
  display:inline-block;
  margin: 0px;
  padding: 5px;
}

ul.menu li.last{
  border-right:none;
}

ul.menu li a {
  text-decoration: none;
  font-size: 1em;
  color: #ffffff;
  margin:0px;
  padding:6px 10px;
	font-weight: bold;
}


ul.menu li a,
ul.menu li a:active,
ul.menu li a:visited {
    text-decoration: none;
    color: #fff;
}
ul.menu li a:hover {
    text-decoration:underline;
    color: #fff;
	font-size: 1.1em;
	font-weight: bolder;
}



.overlay{
	position:absolute;
	top:0px;
	left:0px;
	bottom: 0px;

	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 80%);
	z-index:1000;
}
.col-10 {
	position:fixed;
	margin:0px;
	padding:0px;
	width: 1px;
	height: 1px;
	top:0px;
	right:0px;
}

.col-60 {
  float: left;
  width: 60%;
  margin-top: 0px;
	padding: 0px;
}

.col-75 {
  float: left;
  width: 65%;
  margin-top: 45px;
	margin-left: 15px;
	padding: 0px 10px;

}
.col-50 {
  float: right;
  width: 30%;
  margin: 6px 6px 6px 6px;
}
.col-30 {
  float: left;
  margin: 0px 15px 0px 0px;
  width: 30%;
	padding: 0px 10px;
	margin-top: 45px;
}


.col-100 {
  width: 100%;
  max-width: 1100px;
  margin: 6px 0px;
  padding: 0px;
}

.col-100-eingerueckt{
	width: auto;
	max-width: 1100px;
	margin: 6px 0px;
	padding: 20px 20px 20px 115px;

}


h1 {
	color: #ffffff;
	font-size: 1.4em;
	font-weight: normal ;
	line-height:2em;
	margin-top:20px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #EBCC23;
  color: #fff;
	font-weight:normal;
	font-size: 0.8em;
	line-height:normal;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
  bottom: 140%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 5px 5px 5px 0 rgba(0, 0, 0, 0.56);
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;

}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.inhalt{
	width: 100%;
	max-width:1000px;
	margin: 0 auto;
	padding: 20px;
}

.inhalt h1 {
	color: var(--Headerfarbe);

	font-size: 1.5em;
	font-weight: bold;
	 line-height:normal;
	margin-top:20px;
}

.inhalt h2 {
	color: #000000;
	font-size: 1.1em;

	font-weight: bold;
	line-height: 1.4;
	margin-top:0px;
	margin-bottom: 0px;
}

.inhalt h3 {
	color: #000000;
	font-size: 1.1em;

	font-weight: normal;
	line-height:1.2em;
	margin-top:0px;
}

.inhalt h4 {
	color: #000000;
	font-size: 1.1em;
	font-weight: lighter;
	line-height: 1.2;
	margin-top:0px;
	margin-bottom: 0px;
}

.grau{
	background-color: #efefef;
	padding: 10px;
	margin-bottom: 20px;
}
.clear{clear:both;}

p {
	color:#000;
}

input[type=submit], button {
  background-color: #999999;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width:100%;
  font-size:1em;
}
.uhrzeit{
	color: #000;
	line-height: 1.8em;
}

.textline{
	color: #882345;
}

input[type=submit]:hover, button:hover {
  background-color: #45a049;
}

input[type=password], select, textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #999;
    font-size: 1em;
    padding: 14px 7px;}


input[type=checkbox]{
	margin:12px;
}
select{width:100%}

.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #006885;
  border: none;
  color: #fff;
  text-align: center;
  font-family: 'Ubuntu', Arial,-apple-system,Helvetica Neue,Arial,sans-serif;
  font-size: 16px;
  padding: 12px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: #ffd962;
  color: #ffd962;
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  content: #ffd962;	
  right: 0;
}
.button1 {width: 250px;}
.button2 {width: 50%;}
.button3 {width: 100%;}

label, .panelinside label {
  padding: 12px 12px 12px 12px;
  display: inline-block;
}

.checkb{font-size: 0.9em;
padding-left:0px}
.video-container {
    position: relative;
    padding-bottom: 54.25%; /* 16:9 */
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
		border:none;
}
.beteil-container {
	background-color: #ffffff;
    position: relative;
    padding-bottom: 107%; /* hochkant */
    height: 0;
}
.beteil-container iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
		border:none;
}

.bottom {
position:fixed;
width: calc(100% - 20px);
max-width: 3840px;
padding:15px 0px 15px 20px;
bottom:0px;
z-index:0;
background-color: #006885;

height: 20px;}

.error {
  color: red;
  font-size: 1em;
}





a,
a:active,
a:visited {
    text-decoration: underline;
    color: #000000;
}
a:hover {
    text-decoration: underline;
    color: #000000;
}

a, a:active, a:visited {
    text-decoration: underline;
    color: #fff;
}

a.aktiv{
    color: #000000;
		text-decoration: underline !important;
    font-weight: bold;
		cursor: crosshair;
}


.bottom a  {
 color:#fff;
	text-decoration:none;
}
.infobottom {
	padding: 5px;
	font-size: 0.7em;
}
@media screen and (min-width:2000px) {
	ul.menu {max-width:1020px; margin: 0 auto; }
}
@media screen and (max-width:1440px) {
	.col-30{
		width:28%;
	}


}

@media screen and (max-width:999px) {
	.col-30{
		width:26%;
	}
	.bottom {
    position:relative;
		width: calc(100% - 20px);
		margin:0px;
  }

}




@media screen and (max-width:668px) {
.wrapper, body {width:100% !important;

margin:0px;
min-height:0px;}
  .col-50, .col-30, .col-60, input[type=submit], select {
    width: 100%;
    margin: 0;
    float: initial;
		padding:0;
  }
.menu-wrapper{width:100% !important;
overflow:hidden;}
p {width: 90%}
 .col-75{
	 float:none;
	 width: 100%;
	 margin-left:0px;
	 padding:0px;
 }



 .col-30{
	 padding-top:20px;

 }

 .col-100-eingerueckt{
	 width:70%;
	 padding-left: 18px;

 }

  .bottom {
    position:relative;
		width: calc(100% - 20px);
		margin:0px;
  }

	.inhalt{
		padding: 15px;
		width:90%;
		overflow:hidden;
	}
 .inhalt h1{
	 line-height:normal;
	 margin-top:0;
	 	font-size: 1.2em;
 }
	ul.menu  {
	  list-style: none;
	padding:5px 0px 0px 0px;}

  ul.menu  li {
    border-right: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    cursor: pointer;}
	ul.menu li a {
		  text-decoration: none;
		  font-size: 1em;}


				.headerimage img{
					height: 150px;
width: 100%;
object-fit: cover;
object-position: 60.5% 0px;
				}
}


@media screen and (min-width:1360px) and (max-width:1440px) {
.flach {width: 1100px;
margin: 0 auto;}

}



@media screen and (forced-colors: active){
	.header{
		background-color:#000000;
		background-image: url(../img/logo-dark.svg);
		border-bottom: 1px solid var(--Grundfarbe);
		background-size: auto 80px;
	}
.headerimage {forced-color-adjust: none;}
.menu, .menuwrapper{
	background-color:#000000;
	}
}

@media screen and (forced-adjust-colors: active){
	.header{
		background-color:#000000;
		background-image: url(../img/logo-dark.svg);
		border-bottom: 1px solid var(--Grundfarbe);
		background-size: auto 80px;
	}
.headerimage {forced-color-adjust: none;}
.menu, .menuwrapper{
	background-color:#000000;
	}
}
