@charset "utf-8";
/* CSS Document */

body, html {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	height: 100%;
}
.wrap {
	max-width: 750px;
	margin: 0px auto;
	text-align: center;
	padding: 50px 0px 60px 0px;
}

p.margin-top {
	margin-top: 40px;
}

span.number {
    font-size: 40px;
    color: #00473b;
    margin-right: 9px;
}



/* fonts */
/* 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-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v30-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}



/* Popup */

.blur {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.popup {
    position: fixed;
    border: 5px solid #00473b;
    padding: 40px 80px;
    left: 50%;
    transform: translate(-50%, 150%);
    z-index: 99999;
    background: #fff;
}

.popup h2 {
    margin-top: 0;
    font-size: 70px;
    font-family: Roboto;
}

.popup span {
    font-size: 30px;
}

@media only screen and (max-width: 1400px) {
    .popup {
        transform: translate(-50%, 50%);
    }
}

@media only screen and (max-width: 900px) {
    .popup {
        width: 60%;
        padding: 40px;
    }
    
    .popup h2 {
     font-size: 60px;
}
}

@media only screen and (max-width: 840px) {
	.wrap {
		margin: 0px 20px;
		padding: 60px 0px 80px 0px;
	}
}

@media only screen and (max-width: 650px) {
	.wrap {
		padding: 40px 0px 60px 0px;
	}
}

@media only screen and (max-width: 515px) {
	.wrap {
		margin: 0px 8px;
		padding: 30px 0px 40px 0px;
	}
	
	body, html {
		font-size: 15px;
	}
}


/* text */
h1, h2, h3, h4, h5, h6 {
	color: #00473b;
}

h1 {
	font-size: 50px;
	margin: 0px 0px 20px 0px;
	font-family: 'Roboto', cursive;
}

h2 {
	font-size: 40px;
	margin: 30px 0px 15px 0px;
	font-family: 'Roboto', cursive;
}

h3, h4, h5, h6 {
	font-size: 20px;
	margin: 35px 0px 8px 0px;
	font-weight: 900;
}

h3.big {
	font-family: 'Roboto', cursive;
	font-size: 30px;
}

h3.big a {
	text-decoration: none;
}

p {
	line-height: 145%;
	margin: 0px 0px 10px 0px;
}

a {
	color: inherit;
	transition: 0.25s;
}

a:hover {
	text-decoration: none;
	opacity: 0.7;
}

ul {
	margin: 0px 0px 0px 16px;
	padding: 0px;
}

ul li {
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 10px 0px;
	line-height: 145%;
}

strong {
	font-weight: 900;
}

.wrap.left img {
	width: 100%;
}

@media only screen and (max-width: 515px) {
	h1 {
		font-size: 38px;
		margin: 0px 0px 10px 0px;
	}

	h2 {
		font-size: 35px;
		margin: 30px 0px 10px 0px;
	}

	h3, h4, h5, h6 {
		font-size: 18px;
	}
	
	ul li {
		margin: 0px 0px 8px 0px;
	}
}


/* COOKIE */
#cookiedingsbums a {color:#fff; text-decoration:underline;}

#cookiedingsbums a:hover {text-decoration:none;}

#cookiedingsbums div {padding:10px; padding-right:80px;}

#cookiedingsbums { 
   outline: 0px solid #7b92a9; 
   text-align:right; 
   border-top:0px solid #fff;
   background: #10483D; 
   position:fixed;
   bottom:0px;
	left: 0px;
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;
	color: #fff;
}

#cookiedingsbumsCloser {
   color: #10483D;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 0px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 0px;
   cursor:pointer;
   padding: 11px 15px;
   background: #fff; /* Old browsers */
 }


/* button */
p.button a {
	background: #f07f07;
	color: #fff;
	padding: 10px 12px;
	display: inline-block;
	text-decoration: none;
	transition: 0.25s;
	margin: 0px 0px 10px 0px;
}

p.button a:hover {
	background: #f07f07;
	font-size: 110%;
	opacity: 1;
	padding: 12px 14px;
	margin-bottom: 10px;
}

/* video */
.video-container {
    position: relative;
    padding-bottom: 52.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* allg. Klassen */
.left {
	text-align: left;
}

.clear {
	clear: both;
}

.light-grey {
	background: #e0e0e0;
}

.no-margin-top {
	margin-top: 0px;
}

.lowercase {
	text-transform: lowercase;
	font-size: 50%;
	font-family: 'Roboto', sans-serif;
}

.no-margin-bottom {
	margin-bottom: 0px !important;
}

.abstand-top {
	margin-top: 40px;
}

.abstand-bottom {
	margin-bottom: 30px;
}

.center {
	text-align: center;
}

.block {
	display: block;
	margin: 10px auto 0px auto;
}

@media only screen and (max-width: 650px) {
	.abstand-top {
		margin-top: 30px;
	}

	.abstand-bottom {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 450px) {
	.hide-450 {
		display: none;
	}
}

/* HEADER & LOGO */
#logo {
	display: block;
	margin: 20px auto;
}

.green-logo {
	background: #c1d3d0;
	text-align: center;
}

.green-logo #logo {
	margin: 0px;
	padding: 20px;
	display: inline;
}

#header {
	height: 500px;
	background: #00473b radial-gradient(#006f5e, #00473b);
	position: relative;
	transition: 0.25s;
	overflow-x: hidden;
}

#header img {
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
}

#header p.button {
	position: absolute;
	width: 100%;
	bottom: -10px;
	z-index: 1000;
}

#header p.button a:hover {
	margin-bottom: 0px;
}

@media only screen and (max-width: 1050px) {
	#header {
		height: 400px;
	}
}

@media only screen and (max-width: 650px) {
	#header {
		height: 300px;
	}
	
	#logo {
		max-width: 70%;
		margin: 15px auto;
	}
	
}

@media only screen and (max-width: 515px) {
	#header img {
		height: 90%;
		bottom: 0px;
	}
}

@media only screen and (max-width: 450px) {
	#header {
		height: 200px;
	}
	
	#header img {
		height: 95%;
	}
	
	#header.meer {
		height: 250px;
	}
	
	#header.meer img {
		height: 100%;
	}
}


/* MAIN CONTENT */

/* content two sides */
.two-sides .left-side {
	width: 45%;
	float: left;
}

.two-sides .right-side {
	width: 45%;
	float: right;
}

@media only screen and (max-width: 600px) {
	.two-sides .left-side, .two-sides .right-side {
		width: auto;
		float: none;
	}
}

/* image grid */
#image-grid-4 .image-gird {
	float: left;
	width: 25%;
}

@media only screen and (max-width: 840px) {
	#image-grid-4 .image-gird {
		width: 50%;
	}
}

@media only screen and (max-width: 450px) {
	#image-grid-4 .image-gird {
		width: 100%;
		floatr: none;
	}
}

/* grid */
.grid-1-2 {
	width: 48%;
	float: left;
}

.grid-2-2 {
	width: 48%;
	float: right;
}

@media only screen and (max-width: 515px) {
	.grid-1-2 {
		width: auto;
		float: none;
		margin-bottom: 40px;
	}

	.grid-2-2 {
		width:auto;
		float: none;
	}
}

/* PARA-SCROLL */
.para-scroll {
	background: url("../img/parascroll_hoerstudio-tiesing.jpg") no-repeat center fixed;
	background-size: cover;
	height: 450px;
}

.para-scroll.luebeck {
	background-image: url("../img/parascroll_schule-luebeck.jpg");
}

@media only screen and (max-width: 650px) {
	.para-scroll {
		background-attachment: scroll;
		height: 250px;
	}
}


/* CTA */
#cta {
	background: #00473b;
	color: #fff;
}

#cta h1, #cta h2, #cta h3, #cta h4, #cta h5, #cta h6 {
	color: #fff;
}

#cta-light, .cta-light {
	background: #c1d3d0;
}


/* FOOTER */
#footer {
	background: #012d26;
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 15px 0px;
}

#footer a {
	color: inherit;
	padding: 3px 20px;
	display: inline-block;
	text-decoration: none;
}

#footer a:last-child {
	border-left: 1px solid #fff;
}