@charset "UTF-8";
/* CSS Document */

 @font-face {
    font-family: 'opensans';            
    src: url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype');
}
	
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
  /*  background-color: #FFF8F2;*/
	background-color: white;
    color: #777777;
    font-family: 'opensans';
    font-size: 1em;
    height: auto;
    line-height: 180%;
    overflow-x: hidden !important;
    width: auto;
}

* {
	margin: 0;
	padding: 0;
}

li {
    margin-top: -15px;
    padding: 26px;
}

#kopf {
	width: auto;
	height: 415px;
	background-color: #0bdfe8;
}

#company {
    font-family: 'BebasNeueRegular';
    font-size: 4em;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 2.1em;
	padding-top: 60px;
	margin-bottom: 3px;
	text-align: center;
	line-height: 100%;
}
	
.content {
	max-width: 945px;
	margin-left: auto;
	margin-right: auto;
}

.content-kopf {
    color: #FFFFFF;
    font-size: 2em;
    line-height: 112%;
    margin-left: auto;
    margin-right: auto;
    max-width: 945px;
    padding-top: 100px;
}

.intro {
    font-size: 1.3em;
    line-height: 165%;
    padding-bottom: 50px;
    padding: 50px;
	text-align: center;
}

p {
	padding-bottom: 30px;
}

.impressum {
	padding: 45px;
	color: white !important;
}

img {
	max-width: 100%;
	width:100%!important;
}

.block {
	display: table-cell;
	width: 45%;
}

#foot {
	 background-color: #0BDFE8;
	 color: white;
	 text-align: center;
	 margin-top: 160px;
}

#totop {
    background-color: #0BDFE8;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    bottom: 40px;
    height: 80px;
    position: fixed;
    right: 40px;
    width: 80px;
}

.pfeil {
    margin-left: 26px;
    margin-top: 20px;
    width: 38%;
}

#totop {
    background-color: #0BDFE8;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    bottom: 40px;
    height: 80px;
    position: fixed;
    right: 40px;
    width: 80px;
}

#menue-button {
    background-color: #0BDFE8;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    height: 80px;
    position: fixed;
    right: 40px;
    top: 40px;
    width: 80px;
	display: none;
}

#menue-button2 {
    background-color: #0BDFE8;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    height: 80px;
    position: fixed;
    right: 40px;
    top: 40px;
    width: 80px;
	display: none;
}

.bilder-leiste {
    background-color: #0bdfe8;
    margin-top: 160px;
    padding-bottom: 220px;
    padding-top: 220px;
    width: 100%;
}

.block-bild {
    display: inline;
    max-width: 300px !important;
}

.gallery {
    width: 33.1%;
}

a {
	color: white;
	text-decoration: none !important;
}

.fullscreen-bild {
	margin-top: 160px;
}

.fs-bild {
	width: 100%
}

.button {
    background-color: white;
    color: #0bdfe8;
    font-family: 'BebasNeueRegular';
    font-size: 3em;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    max-width: 220px;
    padding: 42px;
}

#eins {
	float:left;
}
#zwei {
	float:right;
}





/*----------------------RESPONSIVE----------------------*/

@media screen and (max-width: 1024px){

body {
	font-size: 1.2em;
}

.content-kopf {
	padding-left:9px;
}

.button {
	font-size: 2.5em;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.4em;
	color:#777777 !important;
}

.intro {
	font-size: 1.0em;
	color: #A5A5A5;
}

@media screen and (max-width: 768px){

body {
	font-size: 1.3em;
}

.block {
	display: table-row;
}

p {
	text-align: center;
}

#company {
	font-size: 1.3em;
}

.header a {
    bottom: 136px;
    right: 5px;
    top: auto;
}
#totop {
	right: 5px;
}
}

@media screen and (max-width: 400px){
	#eins {
		width:100%;
	}
	
		#zwei {
		width:100%;
	}
	
	p {
	text-align: center;
	padding:36px;
}