@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'robotocondensed-regular';
    src: url('/font/robotocondensed-regular-webfont.woff2') format('woff2'),
    url('/font/robotocondensed-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotocondensed-bold';
    src: url('/font/robotocondensed-bold-webfont.woff2') format('woff2'),
    url('/font/robotocondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
  box-sizing: border-box;
}

body {
	width: 100%;
	max-width: 1440px;
	min-width: 320px;
	margin: 0 auto !important;
	padding: 0;
	top: 0;
	font-family: 'robotocondensed-regular', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5em;	
	color: rgba(0,72,118,1.0);
	background-color: rgba(91,197,242,1.0);
}

p {
	font-family: 'robotocondensed-regular', sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.5em;	
	color: rgba(0,72,118,1.0);
	margin: 0;
	padding: 0;
}

strong, strong a {
	font-family: 'robotocondensed-bold', sans-serif;
	font-weight: normal;
	color: inherit;
}

a {
	font-family: 'robotocondensed-regular', sans-serif;
	font-weight: normal;
	color: inherit;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover {color: rgba(204,23,25,1.00);}

h2 {
	font-family: 'robotocondensed-regular', sans-serif;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 1.1em;	
	letter-spacing: 2px;
	color: #fff;
	margin: 0;
}

h3 {
	font-family: 'robotocondensed-bold', sans-serif;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	font-size: 38px;
	line-height: 1.1em;	
	letter-spacing: 1px;
	margin: 0;
	color: rgba(0,72,118,1.0);
}

h4 {
	font-family: 'robotocondensed-bold', sans-serif;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 1.1em;	
	letter-spacing: 1px;
	margin: 25px 0 35px 0;
	color: rgba(0,72,118,1.0);
}

h5 {
	font-family: 'robotocondensed-bold', sans-serif;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	font-size: 35px;
	line-height: 1.2em;	
	letter-spacing: 1px;
	margin: 0;
	color: rgba(246,246,246,1.0);
}

@media (max-width: 1150px) {
	
	h5 {margin-left: 40px;}
	
}

ul li {
	font-family: 'robotocondensed-regular', sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.5em;	
	color: rgba(0,72,118,1.0);
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li a, a {text-decoration: none;}

.clear {
	clear: both;
	width: 100%;
	display: block;
}

.break {
    text-align: justify;
    hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
}

.only-mobil {display: none;}

@media (max-width: 1150px) {
	
	.m-break {
		text-align: justify;
		hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
	}
	
	.m-displaynone {display: none;}
		
}

@media (max-width: 768px) {
	
	.only-mobil {display: inline;}
	
}

/* ------------------------------------------
  12er GRID
--------------------------------------------- */

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

[class*="col-"] {
    float: left;
    padding: 35px 35px 40px 35px;
}

.row {
	width: 100%;
	margin: 0 auto;
}

.row:first-child {margin: 50px auto 0 auto;}

.row {margin: 80px auto 0 auto;}

.row::after {
    content: "";
    clear: both;
    display: table;
}

@media (max-width: 1150px) {
	
	.col-m-0 {display: none;}
	.col-m-1 {width: 8.33%;}
	.col-m-2 {width: 16.66%;}
	.col-m-3 {width: 25%;}
	.col-m-4 {width: 33.33%;}
	.col-m-5 {width: 41.66%;}
	.col-m-6 {width: 50%;}
	.col-m-7 {width: 58.33%;}
	.col-m-8 {width: 66.66%;}
	.col-m-9 {width: 75%;}
	.col-m-10 {width: 83.33%;}
	.col-m-11 {width: 91.66%;}
	.col-m-12 {width: 100%;}
	
}

@media (max-width: 680px) {
	
	[class*="col-"] {
		width: 100%;
		padding: 15px 35px;
	}
		
}

/* ------------------------------------------
  HEADER
--------------------------------------------- */

header {
	width: 100%;
	max-width: 1440px;
	min-height: 175px;
	margin: 0 auto !important;
	padding: 0;
	top: 0;
	color: #f6f6f6;
	-webkit-box-shadow: 0px 10px 5px -7px rgba(0,72,118,0.3), 0px 5px 15px -11px rgba(0,72,118,0.3); 
	box-shadow: 0px 10px 5px -7px rgba(0,72,118,0.3), 0px 5px 15px -11px rgba(0,72,118,0.3);
	background-color: #fff;
}

.header {
	width: 100%;
	min-height: 125px;
}

.logo {
	width: 390px;
	height: 125px;
	margin: 0;
	padding: 0 30px;
	float: left;
}

.navigation {
	width: calc(100% - 390px);
	height: 125px;
	float: left;
}

.notdienst-telefon {
	width: 100%;
	height: 70px;
	text-align: right;
	padding: 10px 40px 0 0;
}

.notdienst-telefon a {
	font-family: 'robotocondensed-bold', sans-serif;
	font-weight: normal;
	font-size: 43px;
	line-height: 1.1em;	
	color: rgba(0,72,118,1.0);
}

.notdienst-telefon img {
	float: right;
	height: 55px;
	margin-right: 8px;
}

.notdienst-telefon span {
	display: block;
	padding: 2px 0 0 0 ;
	float: right;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.notdienst-telefon:hover span {color: rgba(204,23,25,1.0);}

.subheader {
	width: 100%;
	min-height: 50px;
	background-color: rgba(0,72,118,1.0);
	padding: 14px 45px 10px 30px;
}

@media (max-width: 860px) {
	
	header, .header {width: 100%;}
	
	.logo {
		width: 100%;
		height: 130px;
		padding: 10px 0;
		float: none;
	}	
	
	.logo a {
		width: 326px;
		margin: 0 calc(50% - 163px);
	}
	
	.navigation {
		width: 100%;
		height: 50px;
		float: none;
	}
	
	.notdienst-telefon {
		width: calc(100% - 80px);
		height: 55px;
		text-align: right;
		padding: 3px 0 0 30px;
		float: left;
	}		
	
	.notdienst-telefon a {
		font-size: 30px;
		line-height: 1.1em;	
		color: rgba(0,72,118,1.0);
		float: left;
	}
		
	.notdienst-telefon span {color: rgba(204,23,25,1.0);}
	
	.notdienst-telefon img {display: none;}

	.subheader h2 {text-align: center;}
	
}

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

nav {
	width: 100%;
	height: 55px;
	float: right;
}

#toggle {display: none;}

nav ul {
	float: right;
	margin: 0;
	list-style: none;
}

nav ul li {
	margin-right: 45px;
	float: left;
}

nav ul li a {
	font-family: 'robotocondensed-bold', sans-serif;
	font-weight: normal;
	font-size: 22px;
	line-height: 1.9em;	
	color: rgba(0,72,118,1.0);
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;	
}

nav ul li:hover a, nav ul li.active a {color: rgba(91,197,242,1.0);}

@media (max-width: 1150px) {
	
	nav ul {
		width: 100%;
		padding: 5px 25px 15px 25px;
		text-align: center;
	}
	
	nav ul li {
		width: 100%;
		clear: both;
		margin: 6px 0;
	}	
			
	nav ul li a {color: rgba(0,72,118,1.0);}
			
	#toggle {
		float: right;
		display: block;
		width: 28px;
		height: 30px;
		margin: 20px 45px 0 0;
	}

	#toggle span:after,	#toggle span:before {
		content: "";
		position: absolute;
		left: 0;
		top: -9px;
	}

	#toggle span:after {top: 9px;}

	#toggle span {
		position: relative;
		display: block;
	}

	#toggle span, #toggle span:after, #toggle span:before {
		width: 100%;
		height: 4px;
		background-color: rgba(0,72,118,1.0);
		transition: all 0.3s;
		backface-visibility: hidden;
		border-radius: 2px;
	}

	#toggle.on span {background-color: transparent;}

	#toggle.on span:before {transform: rotate(45deg) translate(5px, 5px);}

	#toggle.on span:after {transform: rotate(-45deg) translate(7px, -8px);}

	#toggle.on + #menu {
		opacity: 1;
		visibility: visible;
	}

	#menu {
		width: 100%; 
		position: absolute;
		display: block;
		background-color: #fff;
		padding: 5px;
		margin: 55px auto 0 auto;
		left: 0;
		border: 1px solid #f2f2f2;
		border-top: none;
		-webkit-box-shadow: 0px 10px 5px -7px rgba(0,72,118,0.3), 0px 5px 15px -11px rgba(0,72,118,0.3); 
		box-shadow: 0px 10px 5px -7px rgba(0,72,118,0.3), 0px 5px 15px -11px rgba(0,72,118,0.3);
		opacity: 0;
		visibility: hidden;
		z-index: 9998;
	}

	#menu:after {
		width: 100%; 
		position: absolute;
		content: "";
		display: block;
	}
}

@media (max-width: 860px) {
	
	nav {
		width: 80px;
		height: 55px;
		float: right;
	}
	
}

/* ------------------------------------------
  MAIN
--------------------------------------------- */

.background-white {background: #fff;}

.button {
	display: block;
	width: 200px;
	margin: 35px 0 0 0;
	padding: 15px;
	background: rgba(0,72,118,1.0);
	color: #fff;
	border-radius: 8px;
	font-family: 'robotocondensed-regular', sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 18px;
	line-height: 1.1em;	
	letter-spacing: 1px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.button:hover {
	transform: scale(1.05);
	background: rgba(204,23,25,1.0);
	color: #fff;
}

/* ------------------------------------------
  STÖRER
--------------------------------------------- */

.stoerer {position: relative;}

.stoerer .round {
	width: 200px;
	height: 200px;
	border-radius: 100px;
	position: absolute;
	background: rgba(0,72,118,1.0);
	left: -100px;
	top: 20px;
	transform: rotate(15deg);
}

.stoerer .round p {
	font-family: 'robotocondensed-bold', sans-serif;
	font-weight: normal;
	font-size: 28px;
	line-height: 1.3em;	
	text-align: center;
	color: #fff;
	margin-top: 40px;
}

@media (max-width: 860px) {
	
	.stoerer .round {
		width: 160px;
		height: 160px;
		border-radius: 80px;
		left: auto;
		top: auto;
		right: 10px !important;
		bottom: -40px !important;;
	}
	
	.stoerer .round p {
		font-family: 'robotocondensed-bold', sans-serif;
		font-weight: normal;
		font-size: 22px;
		line-height: 1.3em;	
		text-align: center;
		color: #fff;
		margin-top: 40px;
	}
	
}

/* ------------------------------------------
  24h NOTDIENST
--------------------------------------------- */

a.notdienst {display: block; margin: 25px 0 35px 0;}

a.notdienst img {margin: 0 0 0 -30px;}

a.notdienst span {
	font-size: 32px;
	display: block; 
	margin: -50px 0 0 35px;
	font-family: 'robotocondensed-bold', sans-serif;
	font-weight: normal;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a.notdienst span:hover {color: rgba(204,23,25,1.0);}

a.notdienst:hover {color: rgba(91,197,242,1.0);}

@media (max-width: 1150px) {
	
	a.notdienst img {margin: 0 0 0 0;}
	
	a.notdienst span {
		margin: -50px 0 0 65px;
	}
	
}

/* ------------------------------------------
  FOOTER
--------------------------------------------- */

footer {
	width: 100%;
	min-height: 150px;
	background: rgba(0,72,118,1.0);
}

footer p, footer a, footer a span {color: #fff;}

footer a img {margin: 0 0 0 -30px;}

footer a span {
	font-size: 32px;
	display: block; 
	margin: -50px 0 0 35px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

footer a span:hover {color: rgba(204,23,25,1.0);}

footer a:hover {color: rgba(91,197,242,1.0);}

footer ul li {
	margin: 8px 0 0 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #fff;
	font-size: 20px;
}

footer ul li:first-child {margin: -10px 0 0 0;}

footer ul li.active a {color: rgba(91,197,242,1.0);}

@media (max-width: 480px) {
	
	footer .col-m-6:last-child {
		width: calc(100% - 25px);
		margin-left: 25px;}
	

}