body{
  margin:0;
  overflow-x: hidden;
  background: #667a85;
  /* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
h2{
	font-weight: normal;
	margin-top: 40px;
	float: left;
}

.introtext p {
    font-size: 18px;
    line-height: 25px;
}
hr{
	border-width: 2px;
    margin-bottom: 20px;
    padding: 0;
    clear: both;
}
a {
    outline: none!important;
    color: #ffffff;
    text-decoration: none;
}
.loader{
	position: fixed;
    background: #667a85;
    width: 100%;
    height: 300%;
	z-index: 5000;
}
.loader img{
	width: 50%;
    top: 18%;
    left: 35%;
    position: absolute;
}
#container{
	position: relative;
	height:max-content;
    margin: 0 auto;
	background: #667a85;
	color: white;
	font: 400 16px Arial;
}
.container {
    width: 940px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
	clear: both;
}


@media (min-width: 1200px){
	.container {
		width: 1100px;
	}
}
@media (max-width: 979px) and (min-width: 768px){
	.container {
		width: 630px;
	}
}
.fueller{
	height: 600px;
}
header{
  position: relative;
  height:100vh;
  overflow: hidden;
  background-image: url(./header-bg.jpg);
  background-position: center center;
  background-size: cover;
  z-index: 10;
}
.datenschutz{
    position: absolute;
    top: 10px;
    font-size: 14px;
    font-weight: 200;
    color: white;
    font-family: sans-serif;
    cursor:pointer;
}
.wrapper{
	width: 1170px;
	margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    clear: both;
}
@media (max-width: 1199px) and (min-width: 980px){
	.wrapper{
		width: 940px;
	}
}
@media (max-width: 979px) and (min-width: 600px){
	.wrapper {
		width: 630px;
	}
}
@media (max-width: 600px){
	.wrapper, .header {
		display:none;
	}
}
.brow {
    margin-left: 0px;
	
}
.brow:before, .brow:after {
    display: table;
    content: "";
    line-height: 0;
}
.brow:after {
    clear: both;
}
header .logo_container {
    z-index: 2;
    margin-top: 60px;
}
.logo img {
	position: relative;
    width: 200px;
    top: 122px;
    right: 20px;
    float: right;
    z-index: 10;
}
@media (max-width: 979px) and (min-width: 600px){
	header .logo_container {
		height: 90px;
		margin-top: 80px;
		width: 100%;
	}
	.logo img {
    top: 20px;
	}	
}

@media (max-width: 1199px) and (min-width: 980px){
	.logo img {
    width: 170px;
    top: 86px;
	}
}

header [class*="brick"] {
    background: #667a85;
    color: #ffffff;
	float: left;
    min-height: 1px;
    margin-left: 0px;
	font: 400 16px Arial;
}
@media (max-width: 1199px) and (min-width: 980px){
	header [class*="brick"] {
    font: 400 14px Arial;
	}
}
.brick1.transparent, .brick2.transparent, .brick3.transparent, .brick4.transparent {
    background: transparent;
    float: left;
    min-height: 1px;
    margin-left: 0px;
}
.brick1 {
	position:relative;
    width: 195px;
    height: 195px;
}
.brick2 {
    width: 390px;
    height: 195px;
}
.brick3 {
  width: 585px;
  height: 195px;
}

@media (max-width: 1199px) and (min-width: 980px){
	.brick1 {
    width: 156.6666px;
    height: 156.6666px;
	}
}
@media (max-width: 1199px) and (min-width: 980px){
	.brick2 {
    width: 313.3332px;
    height: 156.6666px;
	}
}
@media (max-width: 1199px) and (min-width: 980px){
	.brick3 {
    width: 469.99979999999994px;
    height: 156.6666px;
	}
}
@media (max-width: 979px) and (min-width: 768px){
	.brick3 {
		height: 90px;
	}
}
@media (max-width: 979px) and (min-width: 600px){
	.brick1 {
		width: 33.33%;
		height: 130px;
	}
}

#lines {
	padding: 40px 0 0 20px;
	visibility: hidden;
}
@media (max-width: 979px) and (min-width: 600px){
	#lines {
		padding: 0px 0 0 20px;
	}
}
#lines  h1{
	position: absolute;
	width: 400px;
	font-size: 26px;
}
header .nav-item {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 18px;
	letter-spacing: .05em;
	padding: 0;
	cursor: auto;
	background: transparent;
	border: none;
	color: white;
	margin: 0;
	font: inherit;
}
header .navKontakt{
    padding: 38px 0;
    color: white !important;
    text-align: center;
}
header .navKontakt p{
    cursor:pointer;
    color:white !important;
    margin: 10px 15px;
}
header .navKontakt p:hover{
    background: #33cc66;
}
header .nav-item .nav-hover {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: -8px;
	left: -8px;
	border: 8px solid rgba(255, 255, 255, 0.5);
	opacity: 0;
	z-index: 1;
	-webkit-transition: 0.2s ease-in-out all;
	-moz-transition: 0.2s ease-in-out all;
	-o-transition: 0.2s ease-in-out all;
	transition: 0.2s ease-in-out all;
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);
	cursor: pointer;
}
header .nav-item span {
	display: block;
	padding: 75px 20px 0 20px;
}
header .nav-item:hover,
header .nav-item:active,
header .nav-item:focus {
	color: #fff;
	text-decoration: none;
}
header .nav-item:hover .nav-hover {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.front, .back {
    position: absolute;
    width: 195px;
    height: 195px;
}
@media (max-width: 1199px) and (min-width: 980px){
	.front, .back {
    width: 100%;
    height: 100%;
	}
}
@media (max-width: 979px) and (min-width: 600px){
	.front, .back {
		width: 100%;
		height: 100%;
	}
	.alster {
		display:none;
	}
	.brick1.transparent, .brick2.transparent, .brick3.transparent, .brick4.transparent {
    overflow: hidden;
	}
	.transparent img {
    position: absolute;
    top: -30px;
	}
	.brick3 {
    height: 100px;
	}
}
.faceAlster{
    position: absolute;
    width: 390px;
    height: 195px;
}
@media (max-width: 1199px) and (min-width: 980px){
	.faceAlster {
    width: 313.3332px;
    height: 156.6666px;
	}
	.alster {
		display:none;
	}
}

img {
	width: 100%;
	border: 0;
}







nav{
	border-bottom: 1px solid #ffffff7d;
}
.nav {
	position: fixed;
	top: 0;
	width: 100%;
	background: rgb(102, 122, 133);
	margin: 0;
	padding: 10px 0;
	z-index: 20;
	box-shadow: 0 3px 14px #424242;
	visibility:hidden;
}
@media (max-width: 600px){
	.nav {
		visibility: visible;
		height: 70px;
	}
	nav {
		visibility: hidden;
		border: none;
	}
}

.logoNav{
	width: 175px;
	margin-right: 20px;
	cursor:pointer;
}
button, .buttonAktuelle{
	padding: 0;
    padding-right: 12px;
    margin-top: 10px;
	margin-bottom: 10px;
    border: none;
    background: none;
    color: white;
    outline: 0;
    line-height: 33px;
	font: 600 16px Arial;
	text-align: left;
    cursor: pointer;
}
@media (min-width: 600px){
	.buttonAktuelle {
		display:none;
	}
}
button:hover,button:active {
    color: #33cc66;
    text-decoration: none;
}
.active{
	color: #33cc66;
}
.hamburger {
    position: absolute;
    width: 30px;
    top: 54px;
    right: 20px;
	cursor:pointer;
	visibility: hidden;
}
.hamburger svg {
    stroke: #545454;
}
.hamburger #X {
    visibility: hidden;
}
@media (max-width: 600px){
	.hamburger {
		visibility: visible;
	}
}
/* ============= Content ============== */
.row {
    float: left;
    margin-left: -20px;
}
@media (max-width: 768px){
	.row {
		width:100%;
	}
	.row:before, .row:after {
		display: table;
		content: "";
		line-height: 0;
		width:100%;
	}
}
@media (max-width: 350px){
	.row {
		margin-left: 0px;
	}
	.introtext p {
    font-size: 14px;
	}
	#zeile{
		display: none;
	}
	.hamburger {
		width: 33px;
	}
}


[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
    margin-bottom: 20px;
	line-height: 21px;
}
@media (max-width: 767px){
[class*="span"] {
    float: none;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}}
@media (max-width: 350px){
	[class*="span"] {
		margin-left: 0px;
	}
}
.span12 {
    width: 940px;
}
@media (min-width: 1200px){
	.span12, .zeile {
		width: 1100px;
	}
}
@media (max-width: 979px) and (min-width: 768px){
	.span12 {
		width: 650px;
	}
}
.span6 {
    width: 460px;
}
@media (min-width: 1200px){
	.span6 {
		width: 540px;
	}
}
@media (max-width: 979px) and (min-width: 768px){
	.span6 {
		width: 302px;
	}
}
@media (max-width: 768px){
	.span4, .span6, .span12, .container {
		width: 96%;
	}
}
@media (max-width: 768px){
	.container {
		margin-left: 10px;
	}
}
@media (min-width: 1200px){
	.span4 {
		width: 350px;
	}
}
@media (max-width: 1199px) and (min-width: 980px){
	.span4 {
		width: 450px;
		margin-left: 20px;
		margin-bottom: 20px;
	}
}
@media (max-width: 979px) and (min-width: 768px){
	.span4 {
		width: 290px;
	}
}
.bullet {
    height: 214px;
    background: #33cc66;
    padding: 10px;
}
.bullet h2 {
    font-size: 18px;
    line-height: 22px;
    color: #667a85;
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 5px solid #667a85;
	float: none;
}
@media (max-width: 600px){
	.bullet {
		height: 280px;
		font-size: 14px;
	}
}
@media (max-width: 979px) and (min-width: 768px){
	.bullet {
		height: 265px;
		font-size: 14px;
	}
}

#zeile {
    position: relative;
    width: 100%;
    height: 150px;
    background-image: url(../img/privatquer150.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-color: #667a85;
}
.referenzen .slides {
	position: relative;
	width: 100%;
}
.referenzen .slide {
	position: absolute;
	right: 0;
	width: 90%;
}
@media (max-width: 768px){
	.referenzen .slides {
		height: 380px;
		float:left;
	}
	.referenzen .slide {
	width: 100%;
	}
}
.referenzen .bullet {
    height: 250px;
}
@media (max-width: 1199px){
	.referenzen .bullet {
		height: 320px;
	}
}
.referenzen ul, #kontakt ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.philosophie img {
    position: relative;
    width: 300px;
    padding-top: 24px;
    float: right;
	margin-bottom:10px;
}
@media (max-width: 350px){
	.philosophie img {
		width: 96%;
	}
}
.kontakt{
	height: 930px;
}
.kontakt h2{
	float: none;
}
.daten{
	max-width: 600px;
	margin-left: 0px;
	line-height: 22px;
}
.kontakt ul{
	margin-left:-22px;
}
.kontakt a:hover {
    color: #667a85;
}
.datenschutzHoehe{
    height: 1800px;
}
#up {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 30px;
    height: 30px;
	background: #667a85;
    border: 1px solid white;
    padding: 3px;
}
#up img {
    width: 12px;
    position: relative;
    top: 4px;
    left: 9px;
}
#up:hover {
    font-size: 22px;
    text-decoration: none;
}


.hinweisWrapper {
	display: block;
	position: absolute;
	width: 235px;
	height: 67px;
	top: 1px;
	right: 162px;
	z-index: 200;
}
@media (max-width: 600px){
	.hinweisWrapper {
		display:none;
	}
}
#hinweis {
	position: absolute;
	width: 235px;
	height: 67px;
	top: -80px;
	background: #33cc66;
	text-align: center;
	cursor:pointer;
}
#hinweis h3{
	font-size: 22px;
	margin: 0;
	color:#fff;
	font: 400 20px Arial;
}
#hinweis img{
    position: relative;
    top: -7px;
    left: -1px;
	width: 194px;
}
.freie {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #33cc66;
    color: white;
	font: 400 16px Arial;
    line-height: 25px;
    letter-spacing: 0.6px;
    visibility: hidden;
    overflow: auto;
    z-index: 5000;
}
.freie h2{
    font: 400 20px Arial;
    line-height: 32px;
    width: 100%;
}
.wrapperFreie{
	width: 70%;
    max-width: 600px;
    margin: 0 auto;
}
.wrapperFreie strong {
	color: green;
    
}
.info{
	color: green;
}
.info:hover{
    font-weight: bolder;
}
.close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 45px;
    font-family: sans-serif;
    color: white;
    cursor: pointer;
    z-index: 20;
}
h2 {
	font: 400 30px Arial;
    line-height: 32px;
	width:100%;
}
p{
	
}
@media (max-width: 600px){
	.wrapperFreie {
		width: 90%;
	}
	h2 {
		font: 400 24px Arial;
	}
	.wrapperFreie p{
		font-size: 14px;
		line-height: 20px;
	}
}
#facebook {
    position: absolute;
    right: 20px;
    top: 6px;
    width: 25px;
    float: right;
    z-index: 600;
}
#twitter {
    position: absolute;
    right: 60px;
    top: 6px;
    width: 31px;
    float: right;
    z-index: 600;
}
@media (max-width: 768px){
	#twitter, #facebook {
		position: fixed;
	}
}



