html {
   height: 100%;
}
body {
   min-height: 100%;
   font-family: 'Ubuntu', sans-serif;
   font-weight: 300;
   font-size: 16px;
   line-height: 24px;
   color: #3f3f3f;
}

header {
	position: fixed;
	width: 100%;
	z-index: 100;
	background: #FFF;
	top: 0;
}

header > .container {
	padding: 0;
}

header .navdivider {
	margin-top: -20px;
}

section {
	position: relative;
}

.intro {
	background-size: cover;
	height: 100%;
	position: fixed;
	width: 100%;
}

.intro-page {
	background-size: cover;
	height: 400px;
	width: 100%;
	background-position: center center;
}

section.first {margin-top: -35px;}

.whitebg {
	background-color: #FFFFFF;
}

.greybg {
	background-color: #f2f2f2;
}

.container {
	padding: 60px 0;
}

.container.sm-container {
	padding: 10px 0;
}

.indie {
	font-family: 'Indie Flower', cursive;
}

div.logo {
	position: relative;
}

img.logo {
	max-width: 210px;
	width: 210px;
	margin: 0 auto;
	display: block;
	position: fixed;
	top: 300px;
	left: 50%;
	margin-left: -105px;
}

a {
	color: #02a1d6;
}

a.btn {
	border-radius: 0;
	border: 1px solid #02a1d6;
	font-size: 17px;
	font-weight: 300;
	padding: 8px 20px;
	text-transform: uppercase;
}

/* Navigation
--------------------------------------------- */
.mainnavigation {
	position: relative;
}

.mainnav {
	padding: 0;
	display: inline-block;
	float: right;
	width: auto;
	z-index: 50;
}

.mainnav li {
	float: left;
	list-style: none;	
}

.mainnav li a {
	display: inline-block;
	border-color: transparent;
	font-size: 16px;
	font-weight: normal;
	margin: 1.25rem 1.375rem;
	color: #7f7f7f;
	text-transform: uppercase;
}

.mainnav li a:hover, .mainnav li.current_page_item a {
	text-decoration: none;
	color: #96c11f;
}

.metanav {
	padding: 0;
	margin: 0;
	display: inline-block;
}

.metanav li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}

.metanav li:last-child {
	margin-right: 0;
}

.metanav li a {
	color: #3f3f3f;
	text-decoration: none;
}

.metanav li a:hover {
	text-decoration: none;
}

/* Footer
--------------------------------------------- */
.love {
	background-color: #02a1d6;
	color: #FFF;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto 20px auto;
	line-height: 40px;
	font-size: 18px;
}

.socialicons {
	margin: 0;
	padding: 0;
}

.socialicons li {
	list-style: none;
	display: inline-block;
	border: 1px solid #3f3f3f;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 6px;
}

.socialicons li:last-child {
	margin-right: 0;
}

.socialicons li a {
	color: #3f3f3f;
}

.container.f-container {
	padding-bottom: 0;
}

.customer-logos {
	list-style: none;
	padding: 0;
	width: 698px;
	margin: 0 auto;
	margin-top: 50px;
}

.customer-logos li {
	display: inline-block;
	width: 200px;
	margin: 0 15px 20px 15px;
	text-align: center;
}



/* Form
--------------------------------------------- */
.wpcf7-form-control.wpcf7-text {
    padding: 5px 10px;
    width: 800px;
}

.wpcf7-form-control.wpcf7-textarea {
	padding: 5px 10px;
    width: 800px;
    resize: none;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {color: #3f3f3f;}

h1 {
	font-size: 35px;
	line-height: 40px;
	font-weight: 400;
	color: #02a1d6;
	text-transform: uppercase;
}

h2 {
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
}


/* Polygons
--------------------------------------------- */
.poly {
	width: 100%;
	height: 50px;
	position: absolute;
}

.polywrapper {
	position: relative;
	height: 50px;
}

/* Blog
--------------------------------------------- */
.recentpost {
	border: 1px solid #3f3f3f;
	padding: 20px;
}

.recentpost img {
	max-width: 100%;
	height: auto;
}

/* Misc
--------------------------------------------- */
.pt50 {
	padding-top: 50px;
}

.mb100 {
	margin-bottom: 100px;
}

.mtb80 {
	margin-top: 80px;
	margin-bottom: 80px;
}

.mt50 {
	margin-top: 50px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5000;
  background-color: rgba(255,255,255,0.9);
}

.wartungsfenster {
    width: 500px;
    height: 200px;
    line-height: 60px;
    position: fixed;
    top: 50%; 
    left: 50%;
    margin-top: -100px;
    margin-left: -250px;
    /*background-color: #f1c40f;*/
    border-radius: 5px;
    text-align: center;
    z-index: 5001; /* 1px higher than the overlay layer */
    font-size: 22px;
}

.wartungsfenster img {
	width: 300px;
}