@charset "utf-8";

/* roboto-300 - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-v20-latin_latin-ext-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('fonts/roboto-v20-latin_latin-ext-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v20-latin_latin-ext-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v20-latin_latin-ext-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v20-latin_latin-ext-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v20-latin_latin-ext-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v20-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('fonts/roboto-v20-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v20-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v20-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v20-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v20-latin_latin-ext-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v20-latin_latin-ext-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('fonts/roboto-v20-latin_latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v20-latin_latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v20-latin_latin-ext-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v20-latin_latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v20-latin_latin-ext-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

* {
margin: 0;
padding: 0;
-webkit-appearance: none;
-moz-appearance: none;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

a img {
border: none;
}

 body {
	height: 100%;
	 min-height: 100vh;
}

body {
	 font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	 font-weight: normal; 
}

#bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-image:  url(bilder/bg-dotts.png), url(bilder/Webseite-AndiLenz.jpg);*/
	background-repeat:repeat, no-repeat;
	background-position: right center;
	 -mox-background-size: auto, cover;
	 -webkit-background-size: auto, cover;
	 -o-background-size: auto, cover;
	 background-size: auto, cover;
	z-index: -10;
}
	


#wrapper {
	position: relative;
	min-height: 100vh;
	z-index: 1;
	padding-top: 20px;
	overflow: hidden;
}

#header {
	width: 98%;
	max-width: 1260px;
	border-top: rgba(255,255,255,0.75) 3px solid;
	font-size: 25px;
	color: #ffffff;
	margin: 0 auto;
	position: relative;
}

#header #logo span {
	font-size: 70px;
	text-transform:uppercase;
	font-weight: bold;
}

@media screen and (max-width: 40em) {
	#header #logo span {
		font-size: 40px;
	}
}

#search {
	/*position: absolute;
	top: 24px;
	right: 0;*/
	float: right;
	margin-top: 24px;
}

#search img {
	margin-left: 3px;
}

#content {
	width: 98%;
	max-width: 1260px;
	margin: 0 auto;
	/*overflow: hidden;*/
	/*position: relative;*/
}

#titel {
	font-weight:lighter;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 35px;
	width: 75%;
	border-bottom: rgba(255,255,255,0.75) 3px solid;
	padding: 20px 0;
	/*position: absolute;
	right: 0;
	top: 0;*/
	margin-left: 25%;	
}

@media screen and (max-width: 40em) {
	#titel {
		width: 100%;
		margin-left: 0;
		font-size: 25px;
	}
}

#navi {
	/*position: absolute;
	top: 0;
	left: 0;*/
	border-top: rgba(255,255,255,0.75) 3px solid;
	width: 23%;
	/*overflow: hidden;*/
	margin-top: -3px;
	float: left;
	padding-bottom: 150px !important;
}

#naviStart {
	/*position: absolute;
	top: 0;
	left: 0;*/
	border-top: rgba(255,255,255,0.75) 3px solid;
	width: 23%;
	/*overflow: hidden;*/
	margin-top: 87px;
	float: left;
	padding-bottom: 150px !important;
}

@media screen and (max-width: 40em) {
	#navi, #naviStart {
		display: none;
	}
}



#inhalt {
	max-width: 735px;
	width: 75%;
	margin-top: 20px;
	float: left;
	margin-left: 2%;
	background-color: rgba(255,255,255,0.9);
	padding: 0 8% 25px 8%;
	margin-bottom: 90px;
}

#inhalt.inhaltStart {
	background-color: transparent;
	padding: 90px 0 0 8%;
}

@media screen and (max-width: 40em) {
	#inhalt {
		width: 100%;
		margin-left: 0;
		margin-bottom: 140px;
	}
	
	#inhalt.inhaltStart {
	background-color: transparent;
	padding: 0;
}
}

#inhalt img {
   /* height: 100% !important;*/
    max-width: 100% !important;
	height: inherit;
}

#footerWrap {
	position: absolute;
	bottom: 0;
	width: 100%;
}

#footer {
	width: 98%;
	max-width: 1260px;
	margin: 20px auto 0 auto;
	clear: both;
	font-size: 12px;
	overflow: hidden;
	color: #ffffff;
	
}

#footerLeft {
	border-top: rgba(255,255,255,0.75) 3px solid;
	width: 23%;
	margin-right: 2%;
	float: left;
	padding: 20px 0;
	text-align: center;
}

#footerRight {
	border-top: rgba(255,255,255,0.75) 3px solid;
	width: 75%;
	float:left;
	padding: 20px 0;
}

@media (max-width: 40em) {
	#footerLeft {
		width: 100%;
		margin-right: 0;
		float:none;
		padding: 10px 0;
	}
	#footerRight {
		border-top: none;
		width: 100%;
		float:none;
		padding-top: 0;
	}

}

#btSlider {
    margin-top: -40px;
    position: fixed;
    right: 10px;
    top: 50%;
    width: 35px;
    z-index: 100000;
	
}

#btSlider img {
	margin: 5px 0;
}

#btSlider a {
	opacity: 0.5;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#btSlider a:hover {
	opacity: 1;
}

/*================ Formatierungen ================*/

#content h1, #content h2, #content h3 {
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 30px;
	
}

#content h2, #content h3 {
	margin-bottom: 15px!important;
	margin-top: 0 !important;
}

#content p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 25px;
}

#inhalt.inhaltStart p, #inhalt.inhaltStart h1, #inhalt.inhaltStart h2, #inhalt.inhaltStart h3 {
	color: #ffffff !important;
}

#content hr {
	border: none;
	height: 1px;
	background-color: #0074b4;
	margin: 50px 0;
}

#footer a {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}

#footer a:hover {
	background: rgba(0,128,200,1);
}


#inhalt a {
	color: rgba(0,128,200,1);
	text-decoration: none;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}

#inhalt a:hover {
	color: #000000;
}

#inhalt ul {
	margin-bottom: 10px;
}

#inhalt li {
	line-height: 26px;
	margin-bottom: 15px;
	list-style: none;
	padding-left: 20px;
	
}

#inhalt li li {
	margin-bottom: 5px;
}

#inhalt li:before {
	content: "";
	width:10px;
	height: 10px;
	background-color: rgba(0,128,200,1);
	display: inline-block;
	margin-left: -20px;
	margin-right: 10px;
	
}

#logo a {
	color: #ffffff !important;
	text-decoration: none !important;
}




/*=================== Navigation =================*/

#navi, #naviStart {
	padding: 20px 0 ;
	margin-bottom: 70px;
}

#navi li, #naviStart li {
	list-style: none;
	width: 100%;
	max-width: 227px;
	height: 55px;
	margin-bottom: 10px;
	position: relative;

}

#navi li a, #naviStart li a {
	display: block;
	text-align: right;
	line-height: 55px;
	padding-right: 10px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	background: rgba(0,128,200,0.75);
	border-left: transparent solid 10px;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}

#navi li:hover, #naviStart li:hover {
	position: relative;
	z-index: 1000000;
}

#navi li a:hover, #naviStart li a:hover, #navi li.active a {
	background-color: rgba(0,89,140,0.75);
	border-left: rgba(0,128,200,0.75) 10px solid;
}

#navi li a.btSonder, #naviStart li a.btSonder {
    background-color: #ffffff !important;
    color: rgba(0,128,200,1) !important;
}

#navi a.zeilig2, #naviStart a.zeilig2 {
	line-height: 27.5px !important;
}

#navi li ul, #naviStart li ul  {
	/*display: none;*/
	opacity: 0;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	/*-moz-transition:opacity 0.5s, left 0.5s, z-index 0.5s 1s;
	-ms-transition:opacity 0.5s, left 0.5s, z-index 0.5s 1s;
	-o-transition:opacity 0.5s, left 0.5s, z-index 0.5s 1s;
	-webkit-transition:opacity 0.5s, left 0.5s, z-index 0.5s 1s;
	transition:opacity 0.5s, left 0.5s, z-index 0.5s 1s;*/
	position: relative;
	left: 0;
	top: -55px;
	z-index: -1;
	
}

#navi li:hover ul, #navi li.hover_effect ul, #naviStart li:hover ul, #naviStart li.hover_effect ul {
	/*display: block;*/
	opacity: 1;
	position: relative;
	top: -55px;
	left: 100%;
	padding-left: 5%;
	z-index: 100;
	/*-moz-transition:opacity 0.5s, left 0.5s, z-index 0 0;
	-ms-transition:opacity 0.5s, left 0.5s, z-index 0 0;
	-o-transition:opacity 0.5s, left 0.5s, z-index 0 0;
	-webkit-transition:opacity 0.5s, left 0.5s, z-index 0 0;
	transition:opacity 0.5s, left 0.5s, z-index 0 0;*/
}



.hover {
-webkit-user-select: none;
-webkit-touch-callout: none;        
}

#navi li li, #naviStart li li {
	margin-bottom: 0;
	max-width: 168px;
	height: 56px;
	
}

#navi li li a, #naviStart li li a, #navi li:hover li a, #naviStart li:hover li a {
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
}

#navi li.active li a, #navi li li a, #naviStart li li a, #navi li:hover li a, #navi li:hover li a, #naviStart li:hover li a {
	background-color: rgba(0,128,200,0.75);
	border-left: none;
	border-bottom: rgba(255,255,255,0.5) 1px solid !important;
}

#navi li.active li a:hover, #navi li li a:hover, #naviStart li li a:hover, #navi li:hover li a:hover, #navi li:hover li a:hover, #naviStart li:hover li a:hover {
	background-color: rgba(0,89,140,0.75);
}

/*------------------- Responsive Menue -------------------*/
.slicknav_menu {
	display:none;
}

@media screen and (max-width: 40em) {
	/* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
}


/*================= Klassen ===============*/

.right {
	float: right;
}

.hide {
	display: none;
}
.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index:-1;
}

.sigel {
	bottom: 40px;
	position: fixed;
	right: 25px;
	width: 10vw;
	filter: drop-shadow(0px 0px 3px black)
}

.button {
	background-color: rgba(0,128,200,1);
	padding: 10px;
	color: #ffffff !important;
	display: inline-block;
	-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}

.button:hover {
	background-color: #000000;
}

img[style="float:left"] {
	margin-right: 20px;
}

img[style="float:right"] {
	margin-left: 20px;
}

.pageList li {
    float: left;
    padding: 5px !important;
}

.pageList li:before {
	content: none !important;
}



/*============== Blog ======================*/

.post {
	padding: 20px 0;
	border-bottom: rgba(0,128,200,1) 1px solid;
	overflow: hidden;
	
}

.imageTeaser {
	float: left;
	margin-right: 5%;
	width: 30%;
}

.entry {
	float: left;
	width: 65%;
}

@media screen and (max-width: 40em) {
	.imageTeaser {
		float:none;
		/*width: 100%;*/
        width: auto;
		margin-right: 0;
	}
	.entry {
		float: none;
		width: 100%;
	}
	}

.post p {
	margin-bottom: 0 !important;
}

.post h2 {
	margin-top: 0 !important;
}

.post .postmeta {
	clear: both;
	margin-top: 10px;
}


/*================== Termine ========================*/

.termin {
	clear: both;
	margin-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	border-bottom: rgba(0,128,200,1) 1px solid;
}

.termin .blogLeft {
	width: 20%;
	float: left;
}

.termin .blogMeldungInhalt {
	float: left;
	width: 80%;
	padding-left: 20px;
}

.termin .month {
	color: #ffffff;
	text-transform: uppercase;
	background-color: rgba(0,128,200,1);
	display: block;
	text-align: center;
	padding: 5px 0;
	font-size: 14px;
}

.termin .day {
	background-color: #ffffff;
	border-left: rgba(0,128,200,1) 2px solid;
	border-right: rgba(0,128,200,1) 2px solid;
	color: #000000;
	display: block;
	text-align: center;
	font-size: 46px;
	font-weight: bold;
	line-height: 46px;
}

.termin .time {
	color: rgba(0,128,200,1);
	border-left: rgba(0,128,200,1) 2px solid;
	border-right: rgba(0,128,200,1) 2px solid;
	border-bottom: rgba(0,128,200,1) 2px solid;
	background-color: #ffffff;
	display: block;
	text-align: center;
	padding: 0 0 5px 0;
	font-size: 14px;
}

.termin p {
	margin-bottom: 0 !important;
}
	


.youtube-embed-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.youtube-embed-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: none;
}
	




/*=============== Formulare ========================*/

.form input, .form textarea, button {
	border: none;
	padding: 1em;
	width: 100%;
	font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
}

.form {
	padding: 1em;
	background: rgba(0,128,200,1);
	margin: 1em 1em 1em 0;
	overflow: hidden;
	font-size: 15px;
}

.formHalb, .formGross {
	margin: 1em 0;
}

.left {
	float: left;
	width: 48%;
	margin-right: 2%;
}

.right {
	float: right;
	width: 48%;
	margin-left: 2%;
	text-align: right;
}

@media screen and (max-width: 40em) {
	.left, .right {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		text-align: left;
		display: block;
		margin-bottom: 10px;
	}
	
	#footer .left, #footer .right {
		text-align: center;
	}
}

.form label {
	color: #ffffff;
}

.form label:after {
	content: "\A";
	white-space: pre;
}

.error {
	color: red;
	text-align: right;
	display: block;
}

.submit {
	background: rgba(0,89,140,1);
	width: auto !important;
	float: right;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;

}

.submit:hover {
	background-color: #000000;
}



.fiSpecial {
	display: none;
	}

input[type="checkbox"].css-checkbox {
    display:none;
}

input[type="checkbox"].css-checkbox + label {
float: none !important;
	width: 100%!important;
	    padding-left: 30px;
    display: block;
	cursor: pointer;
}

input[type="checkbox"].css-checkbox + label span {
    display:inline-block;
    width:21px;
    height:21px;
    margin:-2px 10px 0 -30px;
    vertical-align:middle;
    background:url(bilder/ckbox.png) left top no-repeat;
    cursor:pointer;
	
}
input[type="checkbox"].css-checkbox:checked + label span {
    background:url(bilder/ckbox.png) 0 -21px no-repeat;
}
