@charset "UTF-8";
/* 
Author: Björn Pollmeyer
*/

@font-face {
    font-family: DiederichSerif;
    src: url("fonts/mdiederich-regular-webfont.eot") format("eot");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: DiederichSerif;
    src: url("fonts/mdiederich-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: DiederichSerif;
    src: url("fonts/mdiederich-light-webfont.eot") format("eot");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: DiederichSerif;
    src: url("fonts/mdiederich-light-webfont.woff") format("woff");
    font-weight: 200;
    font-style: normal;
}


@font-face {
    font-family: FiraSans;
    src: url("fonts/FiraSans-Light.eot") format("eot");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: FiraSans;
    src: url("fonts/FiraSans-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: FiraSans;
    src: url("fonts/FiraSans-Medium.eot") format("eot");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: FiraSans;
    src: url("fonts/FiraSans-Medium.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}


* {
	list-style: none;
	outline: none;
}

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust:     100%; 
}


html {	
}

body {	
	font-family: 'FiraSans','Helvetica Neue','Trebuchet MS', sans-serif;
	font-weight: normal;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 28px;
	line-height: 2.8rem;
	padding: 0;
	margin:0;
	color: #444141;
	letter-spacing: 0.3px;
	position:relative;
	z-index:-1;
	overflow-x:hidden;
}


h1, h2, h3, h4, h5 {
	font-family: 'DiederichSerif', serif;
	font-weight: normal;	
	letter-spacing:0.5;
}
.legal h1 {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 40px;
	line-height: 4.0rem;
	font-weight:bold;
	padding:5px 5px 20px 5px;
	margin: 30px 0 0 0;
	z-index:8000;
}

h2 {	
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 40px;
	line-height: 4.0rem;
	font-weight:200;
	padding:5px 5px 20px 5px;
	margin: 30px 0 0 0;
	z-index:8000;
}
blockquote {	
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 34px;
	line-height: 3.4rem;
	font-weight:200;
	padding:5px 5px 20px 5px;
	margin: 30px 0 0 0;
	font-family:'DiederichSerif',serif;
	z-index:8000;
}

h3 {
	font-size: 26px;
	font-size: 2.6rem;
	padding-bottom:0;
	margin-bottom:0;
	font-family:'FiraSans';
	text-transform:uppercase;
	padding-left:5px;
	position:relative;
	z-index:8000;
}

section:first-of-type h2:first-of-type {	
	display: none;
}
section.blase:before {
	content:url(images/blase.png);
	position:absolute;
	left:0;
	top:-400px;
	z-index:-1;
}
section.blaserechts:before {
	content:url(images/blaserechts.png);
	position:absolute;
	right:0;
	top:-400px;
	z-index:-1;
}
article {
	display:table;
}
.symbol {
	margin-top:-12px;
	position:absolute;
}
li, form {
	margin: 0 0 10px 0;
	padding:5px;
}
p {
	margin: 0 0 10px 0;
	padding:5px;
	z-index:8000;
}
.links {
	padding-right:33%;
}
.rechts {
	padding-left:33%;
}
.light {
	font-weight:200;
}
.hellblau {
	color:#23bae2;
}
.lila {
	color:#bb318b;
}
.weiss {
	color:#fff;
}
.serif {
	font-family:'DiederichSerif';
	font-size: 16px;
	font-size: 1.6rem;
}
.hoch {
	height:100%;
	background-size:cover;
	background-position:center;
}

.buch {
	float:right;
}
.buch img {
	width:200px;
}

form p {
	padding:0;
}
strong {
	font-weight:bold;
}

a {
	color:#bb318b;
	text-decoration: none;
	font-weight: normal;
}



a:hover, a.cboxElement {
	border-bottom: none;
}

img {
	border: none;	
	margin-bottom: 10px;
	height:auto;
}
.alignleft {
	float:left;
	margin-right: 2%;
}
.alignright {
	float:right;
}
hr {
	display: none;
}

label, .required {
	font-size: 12px;
	font-size:1.2rem;
	padding-bottom:0;
	margin:0;
}

.clear {
	clear: both;
	float: none;
}




header {
	position: relative;	
	height:100%;
	margin:0;
	padding:0;
	box-sizing: border-box;
}

header h1 a {
	border-bottom:none;
	z-index:-1;
}

header h1 a span {
	display:none;
}

header img {
	width:33%;
	height:auto;
	position:absolute;
	top:10%;
}

h2:nth-of-type(2) a {
	border:none;
	color: #019dc1;
}
h2:nth-of-type(2) a:hover {
	color: #68af41;
}

nav#top {
	position:fixed;
	width:100%;
	padding: 0;
	margin-top:0;
	top:0;
	left:0;
	right:0;
	background-color:rgba(35,186,236,0.8);
}

nav#top ul {
	padding:6px 15% 4px 15%;
	box-sizing: border-box;
	width:100%;
	margin-top:0 auto;
	z-index:9999;
	text-align:left;
}

nav#top li {
	font-family:'DiederichSerif', serif;
	color:#23bae2;
	margin-right:25px;
	padding:0 0 0 5px;
	display:inline;	
}
nav#top li:last-of-type {
	margin-right:0;
}
nav#top li a {
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing:0.5;
	border:none;	
	-webkit-transition: 0.3s ease-in-out; 
	-moz-transition: 0.3s ease-in-out; 
	-o-transition: 0.3s ease-in-out; 
	transition: 0.3s ease-in-out;
	white-space:nowrap;
}

nav#top li a:hover {
	color:#bb318b;
}
section {
	z-index:-1;
	position:relative;
	width:100%;
	padding:80px 15% 50px 15%;
	box-sizing: border-box;
	background-size:cover;
	background-position:center;
}
section#start {
	background-position:80% center;
}
.responsive-video iframe {
position: absolute;
top: 0px;
left: 5px;
width: 100%;
height: 100%;
z-index:9999;
}
.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
margin-top: 20px;
height: 0;
overflow: hidden;
}
section:first-of-type {
	z-index:100;
	height:100%;
	background:url(images/diederich_titel.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}
.legal section:first-of-type {
	z-index:100;
	height:auto;
	background:unset;
}

footer {
	padding:0 15% 0 15%;
	margin:0;
	width:100%;
	box-sizing: border-box;
	background-color:#bb318b !important;
	display:table;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	line-height: 2.4rem;
	z-index:9999 !important;
}

footer li, footer p {
	float:left;
	margin-right:10px;
	color:#fff;
}
footer a {
	color:#fff;
}




input[type="text"], input[type="number"], input[type="email"], input[type="tel"] {
	position: relative;
	padding: 8px;
	padding-bottom:4px;
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-transform: uppercase;
	background: #ddd;
	border: none;
	letter-spacing: 0.5px;
}

input[type="text"], input[type="number"], input[type="email"], input[type="tel"] {
	margin-bottom: 13px;
	width:50%;
}
input:hover {
}

input:focus {
	background: #fffdcb;
}



*[type="submit"] {
	font-family: 'FiraSans','Helvetica Neue','Trebuchet MS', sans-serif;	position: relative;
	padding: 5px;
	color: #fff;
	font-size: 14px;
	font-size:1.4rem;
	text-transform: uppercase;
	background: #009dc6;
	border: none;
	cursor:pointer;
}

*[type="submit"]:hover, *[type="submit"]:focus {
	background: #68af41;
}



/*nur iPhone*/
 
@media screen and (max-width: 600px) { 
    /*keine automatischen Schriftgroessen im mobilen Safari*/
 
    body {
        -webkit-text-size-adjust: none;
        background-attachment:scroll;
    }
    h2 {	
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 34px;
	line-height: 3.4rem;
	}
	h3 {	
	font-size: 20px;
	font-size: 2rem;
	line-height: 30px;
	line-height: 3rem;
	}
	p, li, form {
	margin: 0 0 10px 0;
	padding:5px;
	}
	header {
	padding:0 3% 0 5%;
	margin-top:200px;
	}
	header h1 a {
	padding-top:0;
	margin-top:0;
	}
	header img {
	width:66%;
	position:absolute;
	top:inherit;
	bottom:170px;
	}
	
	nav#top ul {
	box-sizing: border-box;
	padding:0 5% 0 5%;
	width:100%;
	z-index:9999;
	display:table;
	}
	nav#top li {
	padding:0;	
	margin:0;
	}
	nav#top li a {
	padding:0 10px 0 0;
	display:inline-block;
	}
	.links {
	padding-right:0%;
	}
	.rechts {
	padding-left:0%;
	}
	
	.hoch {
	height:auto;
	}
	section.blase:before, section.blaserechts:before {
	width:20%;
	}

	.buch {
	float:none;
	margin:auto;
	}

	input[type="text"], input[type="number"], input[type="email"] {
	width:100%;
	}
	*[type="submit"] {
	display:table;
	width:100%;
	text-align:left;
	white-space:normal;
	}
    
    input, textarea {
		-webkit-appearance: none;
		border-radius:0;
	}
	section {
	padding:50px 5% 50px 5%;
	}
	
	footer {
	padding:0 15% 0 5%;
	}
}


