/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-v30-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}


html,body{
	margin: 0px;
	width: 100%;
	height:100%;
	color: #686868;
  font-size: 1em;
font-family: 'Roboto', sans-serif;

}



*{box-sizing:border-box;}



a {
	text-decoration:none;
	color: #666;}
	


h1{
	font-size:1.9em;
font-weight:normal;
margin:0px;
padding:0;
	color:#024d78;
	}
	
h2{
color:#024d78;
	font-size: 1.5em;
		margin:0;
		padding:0;
font-weight:normal;
	}	
h3{
	font-weight:normal;
	font-size: 1.2em;
	margin:0px;}	

div.clear { clear: both; }


.wrapper_max{
	width:100%;
	max-width:1700px;
	margin-left:auto;
	margin-right:auto;}
	
	.wrapper_logo{
	width:100%;
	margin-left:auto;
	margin-right:auto;

	background:#FFF url(bg_start.jpg);
	background-size:cover;
	padding-top:100px;
	padding-bottom:80px;
	min-height:100vh;
	}
	
.startlogo{
	display:flex;
	align-items:center;
margin:4px;
		padding:15px;
	width:21%;
	margin-left:auto;
	margin-right:auto;
	background:rgba(140, 143, 144, 0.7);
	text-align:center;
	border-radius:3px;
		-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;}


.wrapper_cards{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	}
	
	.box_card_1{
		margin:4px;
		padding:15px;
	width:18%;
	background:rgba(161,33,63,0.8);
	text-align:center;
	cursor:pointer;
	border-radius:3px;
		-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;}
	
		.box_card_2{
			cursor:pointer;
				margin:4px;
				padding:15px;
			text-align:center;
	width:18%;
	background:rgba(236,157,39,0.8);
	border-radius:3px;
		-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;}
	
		.box_card_3{
			cursor:pointer;
				margin:4px;
				padding:15px;
			text-align:center;
	width:18%;
background:rgba(139,168,34,0.8);
	border-radius:3px;
		-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;}

.box_card_4{
	margin:4px;
	padding:15px;
width:18%;
background:rgba(69,85,155,0.8);
text-align:center;
cursor:pointer;
border-radius:3px;
	-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;}

.box_card_5{
	margin:4px;
	padding:15px;
width:18%;
background:rgba(236,191,39,0.8);
text-align:center;
cursor:pointer;
border-radius:3px;
	-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;}

	.box_card_1:hover{
	background:rgba(161,33,63,1);
}

	.box_card_2:hover{
	background:rgba(236,157,39,1);
}


	.box_card_3:hover{
	background:rgba(139,168,34,1);
}

.box_card_4:hover{
	background:rgba(69,85,155,1);
}
	.box_card_5:hover{
		background:rgba(236,191,39,1);
	}
	.box_cards_start_titel{
		display:flex;
		align-items:flex-end;
		justify-content:center;
			color:#FFF;
font-size:1.9em;
	text-transform:uppercase;
		padding:5px;
		height:90px;
		border-bottom:1px dotted rgba(255,255,255,0.8);}
		
		.box_cards_start_text{
			color:#FFF;
font-size:1.0em;
	text-transform:uppercase;
		padding:8px;
		height:40px;}	
		
	.box_cards_start_link{
		margin:20px;
		width:50px;
		height:50px;
		margin-left:auto;
		margin-right:auto;
		transform:scale(0.7);
		
			-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
opacity:0.5;}


.box_card_1:hover > div > .box_cards_start_link{
	opacity:1;
	transform:scale(1);
}

.box_card_2:hover > div >.box_cards_start_link{
	opacity:1;
		transform:scale(1);
}
.box_card_3:hover > div > .box_cards_start_link{
	opacity:1;
		transform:scale(1);
}

.box_card_4:hover > div > .box_cards_start_link{
	opacity:1;
		transform:scale(1);
}

.box_card_5:hover > div > .box_cards_start_link{
	opacity:1;
		transform:scale(1);
}

.slogan{
	width:100%;
	text-align:center;
	color:#FFF;
	padding:25px;
	text-transform:uppercase;
	font-size:2.4em;}
	
	.slogan_mobile{
		display:none;
	width:100%;
	text-align:center;
	color:#FFF;
	padding:25px;
	text-transform:uppercase;
	font-size:2.4em;}
	
.wrapper_content{

		position:relative;
		width:100%;
		margin-left:auto;
		margin-right:auto;
		position:relative;
		z-index:10;
		background: #E1E1E1;
		padding-bottom:30px;}
		
		
		
		
.aktuelles_titel{
	width:100%;
	text-align:center;
	font-size:1.4em;
	text-transform:uppercase;}
		
		.box_aktuelles{
			width:30%;
			margin:3px;
			padding:15px;
			border-radius:3px;
		
			background:rgba(255,255,255,0.5);}

.box_aktuelles_img{
	width:100%;
		height:250px;
		margin-bottom:10px;
			background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
z-index:70;}



	
.box_aktuelles_datum{
	text-align:center;
	width:100%;
	font-size:1.2em;
	color:#686868;
		margin-top: 10px;
		margin-bottom: 10px;}
	
	.box_aktuelles_titel{
		text-align:center;
		margin-bottom: 10px;
	width:100%;
	font-size:1.7em;
	color:#9bba25;}

.box_aktuelles_text{
	text-align:center;
	width:100%;
	font-size:1.1em;
	color:#686868;}

.box_aktuelles_button{
	width:100%;
	font-size:1.3em;
	color:#FFF;}

.box_aktuelles_button{
	color:#fff;
	width:100px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding:8px;
	background:#9bba25;
	cursor:pointer;
	border-radius:3px;
	text-align:center;
	font-size:1.2em;
	text-transform:uppercase;
		-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;}
	
	
box_aktuelles_button:hover{

	background:#a7c829;}

		
.wrapper_footer{
		position:relative;
	height:auto;
	width:100%;
	z-index:99999;
		background: #003d61 ;
		padding:10px;
		color:#fff;
	border-top: 1px solid rgba(153,153,153,0.2);
	font-size:0.9em;
	}
	

			.footerbox{
		text-align:left;
		width:25%;
	color: #fff;
	padding:30px;
		font-size:1.0em;
		}
		
		
	.wrapper_footer h2{
		color:#9bba25;
		font-size:1.3em;
		text-transform:uppercase;
		border-bottom: 1px solid rgba(155,186,35,0.5);
		margin-bottom:8px;

	}
	
	.box_impressum{
		margin-left:25px;
		margin-right:25px;
		width:100%;
		padding:8px;
		text-align:center;
		border-top: 1px solid rgba(255,255,255,0.2);
	color: rgba(255,255,255,0.8);
		font-size:0.9em;}	
		
			.box_impressum a{
	
		color: rgba(255,255,255,0.8);
		}	
		
		
		
		
		.box_left{
			width:30%;
			padding:20px;
			text-align:right;
			border-right: 1px solid rgba(153,153,153,1);}
			
			.box_right{
			width:70%;
			padding:20px;}
	
.form_box{
	width:47%;
	
	margin-right:auto;
}


	
	.form_box_titel{
	width:100%;
	color:#686868;
	padding:4px;
	
	}
	
	

		


 img{ vertical-align: middle;}

	
	
		.effect{
 -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -kthtml-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;

		}
	
	
	.flex{
-ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
    
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow:wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  align-items: stretch;

  
  }
	
.flex_left{
	
		display:flex;
	display: flexbox;
	display: -webkit-flex;
  	display:ms-flexbox;
  	-webkit-align-items:stretch ;
  	-webkit-justify-content: stretch;
  	justify-content:left; 
	-ms-flex-pack:left;
  	flex-direction: row;
	flex-wrap:wrap;
	align-items:stretch;
	}

	
	
			.flex_center{
				width:100%;

	display:flex;
	display: flexbox;
	display: -webkit-flex;
  	display:ms-flexbox;
  	-webkit-align-items:center ;
  	-webkit-justify-content: center;
  	justify-content:center; 
	-ms-flex-pack:center;
  	flex-direction: row;
flex-wrap:wrap;
	align-items:stretch;
	
	
	}
	
	
	
	
	
			.flex_right{
			

	display:flex;
	display: flexbox;
	display: -webkit-flex;
  	display:ms-flexbox;
  	-webkit-align-items:right ;
  	-webkit-justify-content: right;
  	justify-content:right; 
	-ms-flex-pack:center;
  	flex-direction: row;
	flex-wrap:wrap;
	align-items:stretch;
	}
	
	

		
			.share-buttons{
				margin-bottom:10px;
				padding-bottom:10px;
			}
		
		.share-buttons img{
			width:30px;
			height:auto;
			}
			
			
	


		
		
		
		
		
			.footer_item{
		margin:10px;
		color:#fff;
		}
		
			.footerbox img{
		margin-right:6px;
		
	
		}
		
		.footerbox a{
		
		color: #fff;
		}
		
		
		
	

		

		
		

	
/* Forms */

		form {
		}
		
			form label {
				display: block;
			}
		
			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form select,
			form textarea {
	width: 100%;
	padding: 0.6em;
background: #fff;
	border: solid 1px rgba(150,150,150,0.7);
	color: #333;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	

			}

				form input[type="text"]:hover,
				form input[type="password"]:hover,
				form select:hover,
				form textarea:hover {
				}

				form input[type="text"]:focus,
				form input[type="password"]:focus,
				form select:focus,
				form textarea:focus {
	border-color: #604a8c;

				}

			form input[type="text"],
			form input[type="password"],
			form select {
				line-height: 1em;
			
			}
				
			form textarea {
				min-height: 4em;	width: 100%;
				
			}

			form .formerize-placeholder {
				color: rgba(0,0,0,0.70) !important;
			}

			form ::-webkit-input-placeholder {
				color: rgba(0,0,0,0.70) !important;
			}

			form :-moz-placeholder {
				color: rgba(0,0,0,0.70) !important;
			}

			form ::-moz-placeholder {
				color: rgba(0,0,0,0.70) !important;
			}

			form :-ms-input-placeholder {
				color: rgba(0,0,0,0.70) !important;
			}

			form ::-moz-focus-inner {
				border: 0;
			}
			
input[type=submit] {
	padding: 5px 15px;
	border: 0 none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:rgba(183,20,112,1);
	color: #fff;
	font-weight: bold;
}



			
input[type=submit]:hover {
	padding: 5px 15px;
	border: 0 none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(150,13,84,1);
	color: #fff;
	font-weight: bold;
}


input[type=reset] {
	padding: 5px 15px;
	border: 0 none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #F90;
	color: #fff;
	font-weight: bold;


}


select {
    border: 0 none;
    color:rgba(102,102,102,1);
    background: transparent;
    font-size: 0.9em;
    font-weight: bold;
    padding: 6px;
    width: auto;

	border: 1px solid rgba(102,102,102,1);
}




	


@media screen and (min-width : 1500px){


}


@media screen and (max-width : 850px){
	
	.wrapper_footer{
		position:relative;
	height:auto;
	width:100%;
	z-index:99999;
		background: #003d61 ;
		padding:10px;
		color:#fff;
	border-top: 1px solid rgba(153,153,153,0.2);
	font-size:0.9em;
	}
	

			.footerbox{
		text-align:left;
		width:100%;
	color: #fff;
	padding:10px;
		font-size:1.0em;
		}
		
		
	.wrapper_footer h2{
		color:#9bba25;
		font-size:1.1em;
		text-transform:uppercase;
		border-bottom: 1px solid rgba(155,186,35,0.5);
		margin-bottom:8px;

	}
	
	.box_impressum{
		margin-left:10px;
		margin-right:10px;
		width:100%;
		padding:8px;
		text-align:center;
		border-top: 1px solid rgba(255,255,255,0.2);
	color: rgba(255,255,255,0.8);
		font-size:0.9em;}	
		
	
	
	
		.box_aktuelles{
			width:100%;
			margin:3px;
			padding:5px;}

.box_aktuelles_img{
	width:100%;
	height:250px;
	
	}
	
.box_aktuelles_datum{
	width:100%;
	font-size:1.3em;
	}

.box_aktuelles_text{
	width:100%;
	font-size:1.3em;
}

.box_aktuelles_button{
	width:100%;
	font-size:1.3em;
}	
	
	
		.box_left{
			width:100%;
			padding:20px;
			text-align:right;
			border-right: none;}
			
			.box_right{
			width:100%;
			padding:20px;}
			
	
.wrapper_content{
	padding:10px;
		position:relative;
		width:100%;
		margin-left:auto;
		margin-right:auto;
		position:relative;
		z-index:10;
		background: #E1E1E1;}	
		
		
		.wrapper_logo{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background:#FFF url(../bilder/bg_start.jpg);
	background-size:cover;
	padding-top:20px;
	padding-bottom:40px;
	min-height:100vh;
	}
	
		
		.startlogo{
	
	width:90%;
	}


	
	.box_card_1{
		
	width:70%;
	}
	
		.box_card_2{
			
	width:70%;
	}
	
		.box_card_3{
			
	width:70%;
}	
.box_card_4{
			
	width:70%;
}
.box_card_5{
			
	width:70%;
}
.slogan{
	
	width:100%;
	text-align:center;
	color:#FFF;
	padding:25px;
	text-transform:uppercase;
	font-size:2.0em;}
	
	
	

}


    #footer-cookie,
    #footer-cookie * {
      box-sizing: border-box;
    }

    #footer-cookie {
      display: none;
      position: fixed;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 60px;
      padding-left: 30px;
      padding-right: 30px;
      line-height: 60px;
      background: #303030;
      color: #fff;
    }
    
    #footer-cookie a {
      color: #fff;
    }

    #footer-cookie #description {
      float: left;
    }

    #footer-cookie #accept {
      float: right;
    }

    #footer-cookie #accept a {
      border: 1px solid #fff;
      padding: 5px 10px;
      text-decoration: none;
    }

    @media (max-width: 1200px) {
      #footer-cookie {
        padding-top: 30px;
        padding-bottom: 30px;
        line-height: inherit;
        height: auto;
      }

      #footer-cookie #description {
        width: 100%;
      }

      #footer-cookie #accept {
        width: 100%;
        margin-top: 15px;
      }

      #footer-cookie #accept a {
        width: 100%;
        display: block;
        text-align: center;
      }
    }

