@charset "UTF-8";
@import url('reset.css');

/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}  
	
.clear{ clear:both;}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;} 

.clearfix::after {
  clear: both;}

.clearfix {  *zoom: 1; /* Für den IE6 und IE7 */}

::selection {
  background: #5DBCD2;
  color: white;
}

/* -----INNER----- */

.inner{
	max-width:1000px;
	margin:0 auto 0 auto;
	display:flex;
}

.kasten .inner{
	max-width:1000px;
	margin:0 auto 0 auto;
}

header .inner{
	display: inherit;
}

	
/* -----BODY----- */
	
body{
	background-image: url(img/classy1_fabric.png);
	font-family: "pt-sans",sans-serif;
	font-weight:400;
}
	
	
/* -----ÜBERSCHRIFTEN----- */

h1{
	font-size:2em;
	font-weight:700;
	color:#dddbdb;
	text-shadow: 0px 1px 1px #3d3d3d;}

.h1{
	font-size:2em;
	font-weight:700;
	color:#dddbdb;
	text-shadow: 0px 1px 1px #3d3d3d;}


footer .h1{
	font-size:2em;
	font-weight:700;
	color:#dddbdb;
	text-shadow: none;}
	
sub{
	font-size:1em;
	font-weight:700;
	padding:0 0 2% 0;
	color:#dddbdb;
	display:block;}
	
h2{
	font-size:1.2em;
	font-weight:700;
	padding:6% 0 0 0;
	color:#dddbdb;
	text-shadow: 0px 1px 1px #3d3d3d;}

h3{
	font-size:1em;
	font-weight:700;
	padding:6% 0 0 0;
	color:#dddbdb;
	text-shadow: 0px 1px 1px #3d3d3d;}
	
sub.sub-h2{
	font-size:0.9em;
	font-weight:700;
	padding:0 0 2% 0;
	color:#dddbdb;
	display:block;}
	

/*----- TEXT -----*/
	
strong{ font-weight:700;}
	
em{
	font-style:italic;}
	
p{
	font-size:1em;
	line-height:22px;
	padding:8px 0px 8px 0px;	
	color:#dddbdb;}
	
p a{
	font-weight:700;
	color:#dddbdb;
	text-shadow: 0px 1px 1px #3d3d3d;}
	
p a:hover{
	text-decoration:underline;
	color:#5DBCD2;}

hr{
	border-bottom: 1px dashed #dddbdb;
	margin:30px 0px;}

/*----- FLEX -----*/

.flex3{
	flex:3;}

	
	
/* -----HEADER----- */
	
header .logo{
	width: 50%;
	margin: 0 auto 0px;}
	
/*header .logo-flex{
	padding:4.6vw 0%;
	flex:3;
	margin-left:-2px;}*/

header .logo-flex{
	margin-top: 10px;
	margin-bottom: 50px;
}

header .logo img{
	width: 100%;
	height: auto;
}

  
 
/* ----------NAVIGATION-------------- */

.logo-flex{
	/*display: flex;
  	align-items: center;  	
  	justify-content: center;*/
	text-align: center;
	position: relative;}


/*nav{
	position: absolute;
	right: 0;
	margin-left: 50px;
	
}*/

nav li:not(:first-child){
	padding-left: 15px;
}

nav li{
	display: inline-block;
	padding-bottom: 10px;
}

nav li a{
	text-decoration: none;
	color: #dddbdb;
	font-size: 15px;
    text-transform: uppercase;
}

nav li a:hover{
	color: #5DBCD2;
	border-bottom: 1px solid #5DBCD2;
}


nav li a.aktuell{
	color: #5DBCD2;
	border-bottom: 1px solid #5DBCD2;
}

.nav-mobil{ display: none;}



/* -----KASTEN----- */

.kasten a{
	color: #f4f4f4;
	text-decoration: none;
}

.wrapper-kasten{
	margin-top: 2.5em;
	padding: 1.5em;
	background-color: rgba(94, 94, 94, 0.3);
}

.kasten{
	max-width:1000px;
	margin: 0em auto 0em;
	column-count: 6;
	column-gap: 20px;
}

.kasten div:hover .kastentext{
	background-color: rgba(93, 188,210, 0.8);
}

.kasten div:hover{
	cursor: pointer;
}

.kasten div.aktuell .kastentext{
	background-color: rgba(93,188,210, 0.8);
	cursor: pointer;
}

.kasten div{
	position: relative;
	color: #f4f4f4;
}

.kasten img{
	width: 100%;
	height: auto;
	margin-bottom: -4px;
}

.kasten .kastentext{
	display: block;
	padding: 4px 0px 5px;
	text-align: center;
	background-color:rgba(94, 94, 94, 0.9);
}
	
/* -----SECTION----- */

section{
	max-width: 600px;
	padding:3vw 0 0 0;
	-webkit-flex:3;
	flex:3;
}
	

/* -----ARTICLE----- */

article ul li{
	color: #dbdbdb;
	padding-bottom: 5px;
	list-style-image: url(img/disc.png);
	list-style-position: outside;
}
article ul{
	margin-left: 17px;
	margin-top: 10px;
}


/* -----BILD CONTAINER----- */

.container img{
	width: 100%;
	height: auto;
	border-top: 10px solid rgba(94, 94, 94, 0.3);
}



/* -----ASIDE----- */

.aside{
	height: 100%;
	position: relative;
	flex:1;
	margin-left: 4.6vw;
}

aside{
	padding: 10px 20px 20px;
	border: 1px solid #5e5e5e;
	margin-top:3vw;
}
	
aside h2{
	color:#dddbdb;
	font-size: 1.3em;
	text-transform: uppercase;
}

aside ul{
	margin-top: 10px;
}

aside ul li{
	color: #dbdbdb;
	padding-bottom: 5px;
	list-style-position: inside;
	list-style-type: none;
}

aside ul li:before{
	content: "✔ ";
	color: #5DBCD2;
	margin-right: 5px;
}

/* -----KONTAKTFORMULAR----- */

textarea, input{
	font-size: 0.9em;
	font-family: "pt-sans",sans-serif;
	color: #5e5e5e;
	width:97%;
	padding:5px;
	margin-bottom:7px;}

textarea{	
	height:10vw;
	border:none;}

input {
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
  	border:none;
  	border-radius: 0;
}

input[type='radio'] {
  width:auto;
  float:left;
  margin-right: 0.75em;
  background:transparent;
  border:none;
}

input[type='radio']:checked,
input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin:0;
  padding:0;
}

input[type='radio'] + label{
	cursor: pointer;
	color: #f4f4f4;
}

input[type='radio'] + label{
	margin-left: 20px;
}

input[type='radio'] + label:first-of-type {
	margin-left: 0px;
}

input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
    content:' ';
    display:inline-block;
    width: 9px;
    height:9px;
    position: relative;
    top:0px;
    border: 1px solid #bbb;
    background: white;
    margin-right: 10px;
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}

input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
	border-radius: 30px;
}

input[type='radio']:hover  + label::before {
	background:#ddd;
	box-shadow: inset 0 0 0 2px white;
}

input[type='radio']:checked  + label::before {
	background:#5DBCD2;
	box-shadow: inset 0 0 0 2px white;
}

#radio_Frau{
	display: none;
}
	
.submit{
	display:block;
    cursor:pointer;
    outline:none;
    vertical-align:top;
	width:30%;
	min-height: 30px;
	background:none;
	color:#5DBCD2;
	border: 0;
	border-bottom:2px solid #5DBCD2;
	border-radius:3px;}
	
.submit:hover{
	background-color:#5DBCD2;
	color: #f4f4f4;
}

.kontakt span, form span{
	color:#5DBCD2;
	font-size:1.5em;
	margin-left: 5px;}

.kontakt{
	padding-top:1vw;
	font-size: 0.7em;
}

label input{
	width: 5%;
	display: inline;
}

.formular-besides, .formular-besides2{
	display: flex;
	width: 98.7%;}

.formular-besides input:not(:last-of-type){
	margin-right: 7px;
}

.formular-besides2 input:not(:first-of-type){
	width: 30%;
	margin-left: 7px;
}

form.karriere div:not(:first-of-type){
	margin-top:7px;
}
	
/* -----FOOTER----- */
	
footer{
	border-top: 5px solid #5DBCD2;
	background-color:rgba(94, 94, 94, 0.3);
	font-size:0.9em;
	margin-top:100px;
	padding-bottom:20px;
	padding-top: 23px;}
	
footer article{
	color:#F4F4F4;}
	
footer div.flex3{
	padding-right:3vw;}
	
footer div.flex3:last-child{
	padding-right:0vw;}
	
footer .flex3 div:first-child{
	padding-bottom:50px;}
	
footer a{
	text-shadow:none;
	color:#f4f4f4;
	text-decoration:none;}
	
footer a:hover{
	text-shadow:none;
	color:#5DBCD2;
	text-decoration:none;}
	
footer h1{
	text-shadow:none;}

footer p{
	color:#F4F4F4;
	padding-bottom:10px;}

footer nav{
	position: relative;
	margin-left: 0px;
}
footer nav li{
	padding-right: 15px;
}

footer ul li{
	display: inline-block;
	padding-top: 11px;
}

li:not(:last-child){
	padding-right: 15px;
}

footer .facebook{
	text-align: right;
}

footer .facebook img{
	padding-left: 5px;
}


footer ul, div.facebook{
	flex: 3;
}

footer nav li a{
    text-transform: none;
}

footer .copyright{
	max-width:1000px;
	margin:0 auto 0 auto;
}


/* Cookie Hinweis Script */

.cc_container .cc_btn {
background-color: #dddbdb !important; /* Farbe des Buttons */
color: #000 !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #5DBCD2 !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #dddbdb !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #dddbdb !important; /* Textlink-Farbe "Mehr Infos" */
}

	


/* -------------------- Media Queries -------------------- */

@media screen and (max-width:1200px) {
  .inner, .copyright {
	width:90%;
    margin:0 auto;
	padding:0 5% 0 5%;}
}

@media screen and (max-width:980px) {
	
	.kasten{
		column-count: 3;
		margin-bottom: 20px;
		width: 90%;
    	margin: 0 auto;
	}
	
	.wrapper-kasten{
		margin-top: 1em;
		padding-bottom: 4px;
}

	.kasten div{margin-bottom: 20px;}
 
	.inner { display:inherit;}
	
	nav{
		position: relative;
		margin-left: 0px;
		margin-bottom: 30px;
		margin-top: -20px;
		text-align: center;
	}
	
	aside{
		max-width: 100%;
		position: relative;
	}
	
	.aside{
		margin-left: 0vw;
		margin-top: 1.5em;}
	
	header .logo{
	margin-left:0px;}
	
	header .logo img{
	width: 100%;
	height: auto;
	}
	
	.inner, header {
    padding: 0;}
		
	header .logo-flex{ padding:0;}
		
	section span{ display:block;}
	
	footer{
		margin-top: 3em;
	}
	
	footer hr{
	border-bottom: 1px solid #77a72c;
	margin:50px 0px;}
	
	footer div.flex3{
	padding-right:0vw;}
	
	footer .kontakt{
	padding-top:10vw;}
	
	footer div.facebook{
	margin-top: 20px;
	text-align: center;
}
footer div.facebook span{
	display: block;
	padding-top: 10px;
}

footer ul, .copyright{
	text-align: center;
}

}


@media screen and (max-width:370px) {
	
	.kasten{
		column-count: 2;
	}	
}
	