@CHARSET "UTF-8";

html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	color: #868787;
	height: 100%;
}

#container {
	width: 100%;
	height: 100%;
}

/* --- SECTIONS --- */

#nav {
	position: fixed;
	width: calc(100% - 40px);
	height: 20px;
	background-color: white;
	padding: 20px 20px 20px 20px; 
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: black;
	text-align: center;
	z-index: 99;
	margin-top: -60px;
	z-index: 99;
	border-bottom: 1px solid #e7e7e7;
}


#header {
	width: 100%;
	margin-top: 60px;
	height: calc(100% - 60px);
	background: transparent;
}

.parallax {
	background-image:url(img/header01.jpg);
}

#header_small {
	width: 100%;
	margin-top: 60px;
	height: calc(50% - 60px);
	background: transparent;
}

	.slogan {
	position:absolute;
	height:auto; 
	width:100%;
	margin:-60px 0px 0px 0px;
	top: 50%; 
	text-align: center;
	color: white;
	font-size: 36px;
	text-transform: uppercase;
	background-image: url(img/slogan_bg.png);
	}
	
	.slogan_small {
	position:absolute;
	height:auto; 
	width:350px;
	margin:-30px 0px 0px -150px;
	top: 25%; 
	left: 50%;
	text-align: center;
	color: white;
	font-size: 36px;
	text-transform: uppercase;
	}

.main_txt_section {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #868787;
	line-height: 25px;
}

.positive {
	background-color: white;
	color: #868787;
}

.negative {
	background-color: #999999;
	color: white;
}

.autovh {
	width: calc(100% - 20%);
	height: auto;
	padding: 10% 10% 10% 10%;
}

.fullvh {
	width: calc(100% - 20%);
	height: calc(100% - 10%);
	padding: 5% 10% 5% 10%;
}

.quartervh {
	width: calc(100% - 20%);
	min-height: calc(25% - 10%);
	padding: 5% 10% 5% 10%;
}

.halfvh {
	width: calc(100% - 20%);
	min-height: 50%;
	padding: 10% 10% 10% 10%;
}

.thirdfvh {
	width: calc(100% - 20%);
	min-height: 75%;
	padding: 10% 10% 10% 10%;
}

.shadow_divider {
	width: 100%;
	height: 58px;
	background-image: url(img/shadow.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 40px;
	margin-bottom: -100px;
}

/* --- SLIDE BOX --- */


.content_slide_box {
	width: 250px;
	height: 320px;
	background-color: white;
	margin-top: 40px;
	padding: 10px;
	border: 1px solid #656564;
}

.content_slide_box_img {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.content_slide_box_txt {
	width: 100%;
	height: auto;
	margin: 10px 0px 10px 0px;
	color: #656564;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
}

/* --- USER INFO --- */

.user_list {
	width: auto;
	height: auto;
	margin-top: 20px;
}

.user_info {
	width: 150px;
	height: 200px;
	float: left;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-left: 10px;
	margin-top: 10px;
}

.user_info:hover {
	background-color: #e7e7e7;
}

.user_info_img {
	width: 100%;
	height: 150px;
	overflow: hidden;
}

.user_info_txt {
	width: calc(100% - 20px);
	height: 35px;
	padding: 0px 10px 5px 10px;
	margin-top: 10px;
	text-algin: center;
}

/* --- KONTAKT --- */

#contact_container {
	width: 100%;
	height: auto;
}

#contact_leftbar {
	width: 30%;
	height: auto;
	float: left;
}

#contact_rightbar {
	width: 65%;
	height: auto;
	float: right;
}

.contact_row {
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
}

.contact_row_left {
	width: 20%;
	height: 100%;
	float: left;
}

.contact_row_right {
	width: 75%;
	height: 100%;
	float: right;
	text-align: left;
	font-size: 16px;
}


/* --- TEAM --- */

#team_container {
	width: 100%;
	height: auto;
	margin: 30px 0px 0px 0px;
}

.team_member {
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
}

.team_member_pic {
	width: 150px;
	height: 150px;
	float: left;
	margin: 0px 10px 0px 0px;
}

.team_member_discr {
	width: 50%;
	height: auto;
	float: left;
	text-align: left;
	font-size: 14px;
}

.team_member_contact {
	width: 25%;
	height: auto;
	float: right;
	text-align: left;
	font-size: 14px;
}


/* --- LINKS --- */

.menupunkt {
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	font-size: 14px;
	color: #868787;
	font-weight: 600;
	cursor: pointer;
} 

.menupunkt:hover {
	color: #be1522;
} 


.link {
	text-decoration: none;
	color: #be1522;
}

.link:hover {
	text-decoration: none;
	color: #3188ff;
}

/* --- HEADLINES --- */

h1 {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 28px;
	color: #656564;
}

h3 {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	color: #656564;
}

h2 {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	color: #be1522;
}

/* --- Button --- */

.main_button {
	width: 70%;
	height: auto;
	background-color: #c7c6c6;
	font-size: 14px;
	color: white;
	font-weight: 400;
	padding: 10px 0px 10px 0px;
	margin-top: 20px;
	text-transform: uppercase;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}

.main_button:hover {
	background-color: #999999;
	cursor: pointer;
}


.button_center {
	margin-left: auto;
	margin-right: auto;
}

/* --- FORM --- */

.login_input {
	font-size: 16px;
	line-height: 16px;
	width: calc(100% - 30px);
	height: 40px;
	margin-bottom: 10px;
	padding-left: 15px;
	border: 3px solid #dcdcdc;
	background: transparent;
	color: black;
}

.form_input {
	font-size: 16px;
	line-height: 16px;
	width: calc(50% - 30px);
	height: 40px;
	margin-bottom: 10px;
	padding-left: 15px;
	border: 3px solid #dcdcdc;
	background: transparent;
	color: black;
}

td {
text-align: left;
padding: 10px 0px 10px 15px;
}

.alert {
width: calc(100% - 20px);
height: auto;
padding: 10px;
font-size: 16px;
margin: 10px 0px 10px 0px;
text-align: left;
font-weight: 400;
}

	.red {
	background-color: #be1522;
	border: 1px solid #be1522;
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

	.green {
	background-color: #b8ffb3;
	border: 1px solid lightgreen;
	color: #448e3e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
p {
text-align: justify;
}

.txt_center {
text-align: center;
}

/* --- FORMULAR --- */

.formularinput { 
	font-size: 16px;
	line-height: 23px;
	width: 100%;
	height: 50px;
	margin-bottom: 30px;
	padding-left: 15px;
	border: 3px solid #dcdcdc;
	background: transparent;
	color: #fff;
}

.terms {
display:none;
}

.form-input {
    width:100%;
    padding: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: white;
    border: 1px solid #dadada;
    font-size: 16px;
    font-weight: 400;
    margin: 0px 0px 15px 0px;
    box-sizing: border-box;
}

.form-input50 {
    width: 46%;
    padding: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: white;
    border: 1px solid #dadada;
    font-size: 16px;
    font-weight: 400;
    margin: 0px 4% 15px 0px;
    float: left;
    box-sizing: border-box;
}

.textarea {
    width: 100%;
    padding: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: white;
    opacity: 0.9;
    border: 1px solid #dadada;
    font-size: 16px;
    font-weight: lighter;
    margin: 0px 4% 15px 0px;
    float: left;
    height: 300px;
    box-sizing: border-box;
    color: darkgrey;
}

/* --- FORMULAR --- */

ul {
text-align: left;
}

li {

}

.verdunkler {
    width: 100%;
    height: 100%;
    background-image: url(img/verdunkler.png);
    position: fixed;
    z-index: 98;
    display: none;
    top: 0;
    left: 0;
}

.popup {
    position: fixed;
    width: auto;
    max-width: 350px;
    height: calc(auto - 40px);
    z-index: 99;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    padding: 20px;
    display: none;
    font-weight: 300;
    font-size: 16px;
}