* {
    margin: 0;
    padding: 0
}

body, html {
    width: 100%;
    height: 100%;
    background-color: #666
}

.clear {
	clear: both
}

.thirty {
	height: 30px
}

.sixty {
	height: 60px
}

.container {
	width: 980px;
    max-width: 980px;
    text-align: center;
    margin: 0 auto
}

.normal, div.text p {
	color: #333;
	font-family: "museo-sans-condensed", sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 1.1em;
	line-height: 1.3em
}

p.normal a, div.text p a {
	color: #333
}

p.normal a:hover, div.text p a:hover {
	text-decoration: none
}

.white {
	color: #fff;
	font-family: "museo-sans-condensed", sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 1.1em;
	line-height: 1.2em
}

.left {
	text-align: left
}

span.lower {
	text-transform: lowercase
}

h1 {
	color: #007f76;
	font-family: "museo-sans-condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 2em;
	text-transform: uppercase;
	border-bottom: 4px dotted #007f76;
	margin: 40px 0 40px 0;
	display: inline-block
}

.btn {
	margin: 40px 0 40px 0;
	display: inline-block
}

a.button, input.button {
	color: #fff;
	font-family: "museo-sans-condensed", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.2em;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	background-color: #007f76;
	padding: 3px 8px;
	border: 3px double #007f76;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none
}

a.button:hover, input.button:hover {
	background: transparent;
	color: #007f76;
	cursor: pointer
}

/* ===== Navigation ===== */
nav#menu {
	height: 100px;
	width: 100%;
	position: fixed;
	display: block;
	background-color: #00a99d;
	z-index: 998
}

.shadow {
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1)
}

div#logo {
	width: 302px;
	height: 52px;
	background-image: url(img/logo.png);
	float: left
}

ul.navi {
	list-style: none;
	text-align: right;
	margin-top: 20px;
}

ul.navi li {
	display: inline;
	margin-left: 40px
}

ul.navi li a {
	color: #fff;
	font-family: "museo-sans-condensed", sans-serif;
	font-weight: 300;
	font-style: none;
	font-size: 1.6em;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 4px;
	border-bottom: 2px dotted #fff
}

ul.navi li a:hover {
	border-bottom: solid
}

ul.navi li.active a {
	border-bottom: solid
}

a.anchor {
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden
}

/* Clearfix Responsive Navigation */
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

nav.nhide {
	display: none;
}


/* ===== Video ===== */
section#s-video {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    background-color: #00a99d;
    background-image: url(img/icon-megafon.png);
    background-position: center;
    background-repeat: no-repeat;
}

section#s-video h1, section#s-video h2, section#s-video h3 {
	color: #fff;
	font-family: "refrigerator-deluxe", sans-serif;
	font-style: normal;
}

section#s-video h1 {
	margin: 0;
	font-weight: 400;
	font-size: 4em;
	text-transform: uppercase;
	border: none
}

section#s-video h2 {
	margin-bottom: 60px;
	font-weight: 300;
	font-size: 2.4em;
	text-transform: uppercase
}

section#s-video h3 {
	padding: 180px 0 20px 0;
	font-weight: 300;
	font-size: 1.9em
}

p.video {
	margin: 10px 0 20px 0;
	color: #fff;
	font-family: "museo-sans-condensed", sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 1em
}

img.scroll {
	top: 100%;
    margin-top: -50px;
    margin-left: -16px;
    position: absolute;
    z-index: 0;
}


/* ===== Profil ===== */
section#s-profil {
    width: 100%;
    text-align: center;
    color: #333;
    background-color: #dfe5e5;
}

div.profil {
	position: relative;
	margin-bottom: -6px
}

img.p1, img.p2, img.p3, img.p4, img.p5, img.p6 {
	position: absolute;
}

img.p1 {	
	left: 0px;
	bottom: 560px
}

img.p2 {
	left: 490px;
	bottom: 560px
}

img.p3 {	
	left: 0px;
	bottom: 404px
}

img.p4 {
	left: 490px;
	bottom: 404px
}

img.p5 {	
	left: 0px;
	bottom: 248px
}

img.p6 {
	left: 490px;
	bottom: 248px
}


/* ===== Angebot ===== */
section#s-angebot {
    width: 100%;
    text-align: center;
    color: #333;
    background-color: #fff;
    background-image: url(img/bg-pattern.png);
    background-position: top left;
    background-repeat: repeat;
}

h2.angebot {
	color: #fff;
	font-family: "museo-sans-condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.3em;
	text-transform: uppercase
}

div.format {
	margin: 35px 0 8px 0;
}

div.format p {
	display: inline;
	margin: 10px
}

div.themen {
	background-color: #fff
}

div.thema, div.zitat {
	width: 50%;
	min-height: 440px;
	float: left
}

div.thema {
	background-color: #00a99d
}

div.thema p.white {
	padding: 3px 25px 8px 25px
}

div.zitat {
	background-color: #fff
}

div.zitat1 {
    background: url(img/bg-zitat1.png) no-repeat center center
}

div.zitat2 {
    background: url(img/bg-zitat2.png) no-repeat center center
}

div.zitat3 {
    background: url(img/bg-zitat3.png) no-repeat bottom right
}

div.zitat4 {
    background: url(img/bg-zitat4.png) no-repeat bottom right
}

img.icon-angebot {
	vertical-align: middle;
	padding: 5px
}

img.icon-thema {
	padding: 25px
}

p.zitat1 {
	color: #666;
	font-family: "museo-sans-condensed", sans-serif;
	font-weight: 500;
	font-style: italic;
	font-size: 2em;
	padding: 55px 0 10px 0
}

p.zitat2 {
	color: #666;
	font-family: "refrigerator-deluxe", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2em;
	padding: 170px 30px 10px 30px
}

p.zitat3 {
	color: #666;
	font-family: "museo-sans-condensed", sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 2em;
	text-align: left;
	padding: 80px 30px 10px 30px
}

p.zitat4 {
	color: #666;
	font-family: "refrigerator-deluxe", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2em;
	padding: 60px 30px 10px 30px
}

p.autor, p.autor-left {
	color: #666;
	font-family: "museo-sans-condensed", sans-serif;
	font-weight: 100;
	font-style: italic;
	font-size: 0.8em
}

p.autor-left {
	text-align: left;
	padding-left: 30px
}


/* ===== Termine ===== */
section#s-termine {
    width: 100%;
    text-align: center;
    color: #333;
    background-color: #c2dbd9;
}

div.tabelle {
	padding: 30px 0 20px 0
}

div.row {
	text-align: left
}

div.row p {
	color: #333;
	font-family: "museo-sans-condensed", sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 1.1em;
	line-height: 1.3em
}

div.col-quarter, div.col-half, div.col-head, div.col-cell {
	float: left
}

div.col-head {
	background-color: transparent
}

div.col-cell {
	background-color: #e6e6e6;
}

div.col-quarter {
	margin: 0 4px 4px 0;
	width: 241px
}

div.col-half {
	width: 490px
}

div.col-cell p.normal, div.col-cell p {
	line-height: 1.4em;
	padding-left: 4px
}

h3.termine {
	color: #333;
	font-family: "museo-sans-condensed", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.4em;
	text-transform: uppercase
}

.more {
	display: none
}


/* ===== Blog ===== */
section#s-blog {
    width: 100%;
    text-align: center;
    color: #333;
    background-color: #fff
}

div.article {
	width: 75%;
	margin: 0 auto
}

div.date {
	float: left;
	width: 15%
}

div.text {
	float: left;
	text-align: left;
	width: 85%;
	padding-bottom: 10px
}

p.blatt {
	width: 90px
}

span.tag {
	display: block;
	color: #666;
	font-family: "museo-sans-condensed", sans-serif;
	font-weight: 900;
	font-size: 4em;
	background-color: #e6e6e6
}

span.monat {
	display: block;
	color: #fff;
	font-family: "museo-sans-condensed", sans-serif;
	font-weight: 500;
	font-size: 1em;
	background-color: #00a99d
}

h3.blog {
	color: #333;
	font-family: "museo-sans-condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.3em;
	text-transform: uppercase
}

h3.blog span {
	font-size: 0.7em;
	text-transform: none
}

h3.blog a {
	color: #333;
	text-decoration: none
}

h3.blog a:hover {
	color: #666
}

h1.blogsite {
	padding-top: 100px
}


/* ===== Kontakt ===== */
section#s-kontakt {
    width: 100%;
    text-align: center;
    color: #333;
    background-color: #ccc;
}

form {
	margin: 40px 0 60px 0
}

input[type="text"], input[type="email"], textarea {
    font-family: "museo-sans-condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
	height: 30px;
    border: 0;
    border-bottom: 2px dotted #666;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    font-size: 20px;
    color: #666;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    width: 100%;
    outline: none
    }

div.contact-row {
	width: 100%;
	padding-bottom: 40px
}

div.contact-50l {
	float: left;
	width: 49%;
	padding-right: 2%
}

div.contact-50r {
	float: left;
	width: 49%
}

.schutz {
	display: none; /* Schutz vor Spam im Kontaktformular */
}

div#response {
	color: #333;
	font-family: "museo-sans-condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.1em;
	line-height: 1.3em;
	padding-top: 8px
}

ul.kontakt {
	list-style: none;
	padding: 15px 0 10px 0
}

ul.kontakt li {
	display: inline;
	margin: 0 5px
}

ul.kontakt li a {
	color: #333;
	font-family: "museo-sans-condensed", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.1em;
	text-decoration: none
}

ul.kontakt li a:hover {
	text-decoration: underline
}


/* ===== Impressum ===== */
section#s-impressum {
    width: 100%;
    text-align: left;
    color: #333;
    background-color: #dfe5e5;
}


section#s-impressum h1 {
	padding-top: 100px
}


/* ===== Footer ===== */
footer {
	width: 100%;
    color: #808080;
    background-color: #666;
}

a.impressum, footer p a {
	color: #808080;
	font-family: "museo-sans-condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.4em;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 57px;
	float: left
}

a.impressum:hover, footer p a:hover {
	color: #ccc
}

ul.social {
	list-style: none;
	text-align: right;
	padding: 45px 0
}

ul.social li {
	display: inline;
	margin: 0 5px
}

/* ===== video overlay ===== */
/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,169,157,0.9);
	z-index:999;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 999;
}

/* Player zentrieren */
.vimeo-player {
	text-align: center;
	position: relative;
	top: 15%;
}

/* Effects */
.overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

iframe {
	width: 750px;
	height: 421px;
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}



/* ===== responsive ===== */
@media only screen and (min-width: 120px) and (max-width: 979px) {
	nav#menu, .rhide {
		display: none;
	}
	
	nav.nhide {
		display: block;
		height: 40px;
		width: 100%;
		background: #00a99d;
		font-family: "museo-sans-condensed", sans-serif;
		font-weight: 500;
		font-style: normal;
		font-size: 1em;
		position: relative;
		border-bottom: 1px solid #fff;
	}
	
	nav.nhide ul {
		padding: 0;
		margin: 0 auto;
		width: 98%;
		height: 40px;
	}

	nav.nhide li {
		display: inline;
		float: left;
		width: 100%;
  		position: relative;
	}

	nav.nhide a {
		color: #fff;
		display: inline-block;
		text-decoration: none;
		line-height: 40px;
		text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
	}

	nav.nhide li a {
		border-bottom: 1px solid #fff;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}

	nav.nhide li:last-child a {
		border-right: 0;
	}

	nav.nhide a:hover, nav a:active {
		color: #fbf6e9;
		background-color: #333333;
	}
	
	nav.nhide a#pull {
		display: block;
		color: #fff;
		background-color: #00a99d;
		width: 100%;
		position: relative;
	}
	
	nav.nhide a#pull:after {
		content:"";
		background: url('img/nav_icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
  	
  	nav.nhide { 
  		height: auto;
  		border-bottom: 0;
  	}
  	
  	nav.nhide ul {
  		width: 100%;
  		display: none;
  		height: auto;
  	}
  	
  	a.anchor {
		display: block;
		position: relative;
		top: 0px;
		visibility: hidden
	}
  	
  	div.rhide, div.zitat {
  		display: none
  	}
  	
  	.container {
  		width: 94%;
  		padding: 0 3% 0 3%
  	}
  	
  	section#s-video h3 {
		display: none
	}
	
	section#s-video h1 {
		padding: 20px 0 0 0;
		font-size: 2.8em;
	}
	
	section#s-video h2 {
		padding: 15px 0 0 0;
		margin-bottom: 20px;
		font-size: 1.6em;
	}
	
	img.scroll {
    	display: none
	}
	
	.hundred {
		width: 100%
	}
	
	div.format {
		text-align: left
	}
	
	div.format p {
		display: block;
		margin: 5px
	}
	
	div.themen {
		background-color: transparent
	}
  	
  	div.thema {
  		width: 100%;
  		margin-bottom: 15px;
  		clear: both
  	}
  	
  	div.col-quarter, div.col-half, div.col-cell {
  		width: 100%
  	}
  	
  	div.col-half {
  		margin-bottom: 25px
  	}
  	
  	div.article {
		width: 100%
	}

	div.date {
		clear: both;
		width: 100%;
		padding-bottom: 10px;
	}

	div.text {
		clear: both;
		text-align: left;
		width: 100%;
		padding-bottom: 10px
	}
	
	div.contact-50l {
		clear: both;
		width: 100%;
		padding: 0 0 40px 0
	}

	div.contact-50r {
		clear: both;
		width: 100%
	}
	
	ul.kontakt li {
		display: block;
		margin: 5px
	}
	
	footer p {
		text-align: center;
		padding-top: 25px
	}
	
	a.impressum, footer p a {
		clear: both;
		float: none
	}

	ul.social {
		display: block;
		list-style: none;
		text-align: center;
		padding: 45px 0
	}

	ul.social li {
		display: inline;
		margin: 0 1px
	}
	
	h1.blogsite, section#s-impressum h1 {
		padding-top: 0
	}

	iframe {
		width: 100%;
		height: auto;
	}
}
