

:root{

	--Grundfarbe: 	#009B74;
  --Dekorfarbe1:  #00b386;
	--Dekorfarbe2:  #bfe6dc;
}

body{ margin:0;
background-color: white;
color: #000;
font-family: 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;
}

.gruen{color: var(--Grundfarbe);}


.infobody{
  background-color:#ffffff;

}
.header{
  height: 80px;
  width:100%;
	margin:0px;
  background-color:#ffffff;
  background-image: url(../img/logo.svg);
  background-position: right;
  background-repeat:no-repeat;
  border-bottom: 3px solid var(--Grundfarbe);

}

.headerlogo2{
  height: 80px;
  width:30%;
	margin:5px 20px;
  background-color:#ffffff;
  background-image: url(../img/logo4.svg);
  background-position: left;
  background-repeat:no-repeat;
	background-size: contain;
}

.headerlogo3{
  height: 80px;
  width:30%;
	margin:5px 10px;
  background-color:#ffffff;
  background-image: url(../img/);

  background-position: left;
  background-repeat:no-repeat;
	background-size: contain;
}

.headerlogo4{
  height: 80px;
  width:30%;
	margin:5px 20px;
  background-color:#ffffff;
  background-image: url(../img/);
  background-position: left;
  background-repeat:no-repeat;
	background-size: contain;
}

.headerimage{
	overflow: hidden;
	width: 100%;
	padding:0px;
	margin:0px;
}
.headerimage img{
	width:100%; margin-bottom:-5px;
}

.clear{
	clear:both;
}

.menuwrapper{width:100%;
margin: 0px;
background-color: var(--Dekorfarbe1);
border-bottom: 10px solid var(--Grundfarbe);}
ul.menu  {
  list-style: none;
	width:90%;
  margin: 0 auto;
padding:5px 0px 0px 20px;
background-color: var(--Dekorfarbe1);

}
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: #000000;
  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: #000;
}
ul.menu li a:hover {
    text-decoration:underline;
    color: #000000;
}



.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-51 {
  width: 48%;
  margin: 6px 6px 6px 6px;
	display:inline-block;
	align-self: flex-end;
}
.col-30 {
  margin: 0px 15px 0px 0px;
  width: 30%;
	padding: 0px 10px;
	margin-top: 45px;
}
.col-100, .row {
  width: 100%;
  max-width: 1100px;
  margin: 6px 0px;
  padding: 0px;
}


.col-100-eingerueckt{
	width: 65%;
	display:inline-flex;
	max-width: 1100px;
	margin: 6px 0px;
	padding: 0px 20px 0px 20px;

}

.col-100-programm{
	width: auto;
	max-width: 1100px;
	margin: 6px 0px;
	padding: 10px 20px 10px 105px;

}
.col-100-programm2{
	width: auto;
	max-width: 1100px;
	margin: 6px 0px;
	padding: 00px 20px 00px 82px;

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

img.bild{
	width:100%;
	height:auto;

}
.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: #000000;

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

.inhalt h2 {
	color: #000000;
	font-size: 1.1em;
	display:inline-block;
	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: var(--Grundfarbe);
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width:100%;
  font-size:1em;
}
.uhrzeit{
	color: #000;
	border-bottom: 5px solid var(--Dekorfarbe2);
	line-height: 1.8em;
}

.textline{
	color: #882345;
}

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

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

}


input[type=checkbox]{
	margin:12px;
}
select{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:var(--Dekorfarbe1);
border-top: 10px solid var(--Grundfarbe);
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.aktiv{
    color: #000000;
		text-decoration: underline !important;
    font-weight: bold;
		cursor: crosshair;
}


.bottom a  {
 color:#000000;
	text-decoration:none;
}
.infobottom {
	padding: 5px;
	font-size: 0.7em;
}
@media screen and (min-width:2000px) {
	ul.menu {max-width:1100px; 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 {
   
    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;
 }

.header, .headerlogo2{
	background-size: 60%;
}


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

 }
 .col-31{
	 width: 30%
 }
.col-51{
	width: 100%;
	float: none !important;
}
 .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: 20% 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: 3px 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: 3px solid var(--Grundfarbe);
		background-size: auto 80px;
	}
.headerimage {forced-color-adjust: none;}
.menu, .menuwrapper{
	background-color:#000000;
	}
}
