@charset "utf-8";
@import url("reset.min.css");

/* ---- © 2021-03-22 HABICHT+PARTNER -----
		
		Reset default browser CSS based on work by Eric Meyer:
		http://meyerweb.com/eric/tools/css/reset/index.html

		----- Content -----
		1. Fonts
		2. Main
		3. Layout
		4. Typo
		5. Images
		6. Navigation
		7. Mobile
		
		----- Colors -----
		Red #c00;
		Green #0cc;

---- © 2021-03-22 HABICHT+PARTNER ----- */

/* ---------- Fonts ---------- */

@font-face {
	font-family: 'NewDesignBlack';
	src: url('../fonts/newdesignblack-webfont.eot');
	src: url('../fonts/newdesignblack-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/newdesignblack-webfont.woff') format('woff'),
		 url('../fonts/newdesignblack-webfont.ttf') format('truetype'),
		 url('../fonts/newdesignblack-webfont.svg#NewDesignBlack') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'verentumregular';
	src: url('../fonts/verentum-webfont.eot');
	src: url('../fonts/verentum-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/verentum-webfont.woff') format('woff'),
		 url('../fonts/verentum-webfont.ttf') format('truetype'),
		 url('../fonts/verentum-webfont.svg#verentumregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=3.2.1');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),
		url('../fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'),
		url('../fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),
		url('../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ---------- Main ---------- */

* {
	box-sizing: border-box; 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
*:before, *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
html {
	height: 100%;
}
.js div#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #333 url('../ico/loading.gif') no-repeat center center;
}
body {
	background: #fff;
	color: #333;
	font-family: Georgia, serif;
	font-size: 16px;
	/*letter-spacing: 0.05em;*/
	line-height: 1.5em;
	padding: 2em; /* 28px; */
}
header {
	height: 7em; /* 7.143em; */
	margin: 1em auto;
	max-width: 1200px;
}
main {
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.impressum {
	max-width: 1200px;
}
.owl-carousel {
	overflow: hidden;
}
footer {
	height: auto;
	margin: 0 auto;
	max-width: 1200px;
}
.home .owl-carousel {
	height: 512px;
	overflow: hidden;
}
.partner .owl-carousel {
	height: 100px;
	overflow: hidden;
}

/* ---------- Layout ---------- */

article {
	margin: 1em auto 0 auto;
	max-width: 1200px;
	padding: 1em 0;
}
.footer1, .footer2, .footer3 {
	float: left;
	padding: 1em 0 0;
	width: 33.3%;
}
hr {
	border: 1px solid #0cc;
}
hr.imprint {
	border: 1px solid #0cc;
	margin: 4em 0 1em 0;
}
hr.menu {
	border: 1px solid #0cc;
	width: 100%;
}
iframe {
	margin: 0 0 1em 0;
	min-height: auto;
	padding: 0;
	width: 100%;
}
.home .video-wrapper {
	height: 512px;
	overflow: hidden;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0;
}
.video-wrapper video, .video-wrapper object, .video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 56.25% = 16:9, 74.25% = 4:3, 50% = 16:10 */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

/*.home .video-wrapper {
	height: 512px;
	overflow: hidden;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0;
}
.home .video-wrapper iframe {
	background: red;
	height: 100vh;
	margin: -20px 0;
	padding: 0;
	width: 100%;
}*/

/* ---------- Typo ---------- */

h1 {
	color: #333;
	font-family: 'NewDesignBlack', Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.25em;
	margin-bottom: 1.25em;
	text-transform: uppercase;
}
h2 {
	font-family: 'NewDesignBlack', Verdana, sans-serif;
	font-size: 1em; /* 1.75em; */
	font-weight: bold;
	line-height: 1.25em;
	margin-bottom: 0.75em;
}
h3 {
	font-family: 'NewDesignBlack', Verdana, sans-serif;
	font-size: 1.375em;
	font-weight: bold;
	line-height: 1.25em;
	margin-bottom: 0.75em;
}
p {
	margin-bottom: 1.5em;	
}
.erste {
	text-indent: 0;
	margin-bottom: 0;
}
.absatz {
	text-indent: 1.5em;
	margin-bottom: 0;
}
.letzte {
	text-indent: 1.5em;
	margin-bottom: 1.5em;
}
strong {
	font-weight: bold;
}
a {
	color: #333;
}
a:hover {
	color: #0cc;
}
.current {
	color: #0cc;
}
.label {
	font-family: 'FontAwesome', Verdana, Helvetica, Arial, sans-serif;
	color: #0cc;
}

/* ---------- Images ---------- */

img.logo {
	width: 20em; /*14.5em*/
}
img.distance {
	margin: 2em 0;
}

/* ---------- Navigation ---------- */

nav, nav ul, nav li {
	float: right;
	font-family: 'NewDesignBlack', Verdana, sans-serif;
	text-transform: uppercase;
}
nav ul {
	top: 5.5em; /*67px*/
    position: relative;
}
nav li {
    float: left;
    position: relative;
}
nav a {
    color: #333;
    display: block;
    font-weight: bold;
    margin: 0.25em 1em;
    text-decoration: none;
	width: auto;
}
nav a:hover, nav a:active, nav a:focus {    
    color: #0cc; 
}
nav ul ul {
	background: #333; /*#000;*/
	font: 0/0 serif; /* ----- Unternavigation ausblenden ----- */
	margin: 0; 
	padding: 0;
	position: absolute;
	top: 2em; 
	z-index: 10;
}
nav ul li:hover ul {
	display: block;
	font: inherit; /* ----- Unternavigation einblenden ----- */
	margin: 0; 
	z-index: 10;
}
input#responsive-nav, label.responsive-nav-label {
	display: none;
}

a[href^="http://"] {
	background-image: url(../ico/link_ext.png);
	background-repeat: no-repeat;
	background-position: right 0;
	text-decoration: underline;
	padding-right: 10px;
}
a[href^="http://"]:hover {
	background-image: url(../ico/link_ext.png);
	background-repeat: no-repeat;
	background-position: right -18px;
	color: #0cc;
}
a[href^="http://"].img, a[href^="https://"].img:hover {
	background-image: none;
	padding-right: 0;
}

a[href^="https://"] {
	background-image: url(../ico/link_ext.png);
	background-repeat: no-repeat;
	background-position: right 0;
	text-decoration: underline;
	padding-right: 10px;
}
a[href^="https://"]:hover {
	background-image: url(../ico/link_ext.png);
	background-repeat: no-repeat;
	background-position: right -18px;
	color: #0cc;
}
a[href^="https://"].img, a[href^="https://"].img:hover {
	background-image: none;
	padding-right: 0;
}

/* ---------- Mobile ---------- */

@media screen and (max-width: 1080px) {
	nav a {
    	margin: 0.25em 0.75em;
    }
}

@media screen and (max-width: 1020px) {
	body { /* Anderes Padding für iPad und iPhone */
		padding: 1.5em;
		position: relative; 
	}
	h1 {
		font-size: 1.25em;
		}
	.current {
		color: #333;
	}
	img.logo { /* Festlegen des Logos für iPad und iPhone */
		left: 1.5em;
		position: absolute;
		top: 1.5em;
		/*width: 12em;*/
		width: 20em;
	}
	label.responsive-nav-label { /* Menüicon – muss nicht verändert werden */
		color: #333; /* #eee; */
		cursor: pointer;
		display: block;
		font-family: 'FontAwesome', Verdana, Helvetica, Arial, sans-serif;
		font-size: 3em;
		margin: 0;
		padding: 0;
		position: absolute;
		right: 0.5em;
		top: 2.1em;
	}
	nav {
		background: none; /* none */
		clear: both; /* float: left; */
		float: none;
		margin: 0;
		padding: 0;
		position: absolute;
		left: -60em; /* -9999px; */ /* Hier ist das Padding schon abgezogen */
		top: 10em; /* plus Abstand nach oben */
		z-index: 10000;
		transition: all ease 0.5s;
		width: 100%;
	}
    nav ul {
    	float: none;
	    top: 0; /* 9em; */
	    left: 0;
	    position: relative;
    }
	input#responsive-nav[type=checkbox]:checked ~ nav { /* Rahmen für das Menü */
		background: #fff;
		left: 0; /* 0.5em; */
		transition: all ease 0.5s;
	}
	nav a:after {
		display: none;
	}
	nav li {
		float: none;
	}
	nav li a {
		background: #0cc; /* #000; */
		margin: 0;
		padding: 1em 1.5em;
	}
	nav ul li:hover {
		background: none;
	}
	nav ul li a:hover {
		background: #333; /* #333; */
	}
	nav ul ul {
		background: none;
		left: 0;
		position: relative;
		top: 0;
		width: 100%;
	}
	nav ul ul li {
		padding-left: 2em;
	}
	nav ul ul li:last-of-type {
		padding-bottom: 1em;		
	}
	.footer1, .footer2, .footer3 {
		padding: 0;
		width: 100%;
	}	
}

@media screen and (max-width: 480px) {
	header {
		height: 5em;
	}
	.current {
		color: #333;
	}
	img.logo {
		left: 1.5em;
		position: absolute;
		top: 1.5em;
		width: 15em;
	}
	.home .owl-carousel {
		height: 410px !important;
		overflow: hidden !important;
	}
	.home .owl-carousel {
		height: 80%;
		overflow: hidden;
	}
	.home .owl-carousel .owl-item img {
		height: 80%;
		overflow: hidden;
		width: 80%;
	}
	label.responsive-nav-label {
		position: absolute;
		right: 0.5em;
		top: 1.6em;
	}
	nav {
		top: 10em;
	}
}