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


* {
	margin:0;
	padding:0;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}


/* Head Section */
#header {
	width:100%;
	height:20vh;
}
.logo {
	width:22%;
	position:absolute;
	top:2%;
	left:10%; 
}
.header-contact {
	width:195px;
	height:100px;
	position: absolute;
	top:7%;
	right:10%;
}
.header-contact p {
	font-size:18px;
	line-height:18px;
	padding:5px 0;
	text-align: right;
}
.head-fon {
	background: url(/imgs/phone-icon.png) no-repeat 23px center;
}
.head-mail {
	background: url(/imgs/mail-icon.png) no-repeat center left;
}
/* Menu */
#menu {
	width:80%;
	height:50px;
	padding:0 10%;
	z-index:99999;
	transition:all 0.2s ease;
}
#menu ul {
	list-style-type: none;
	width:450px;
	margin:0px auto;
}
#menu ul li {
	float:left;
	padding:15px 25px;
	width:100px;
}
#menu ul li a {
	font-size: 20px;
	font-weight:100;
	text-decoration: none;
	line-height: 20px;
	font-weight:100;
	transition: all 0.1s ease;
	padding:0px 0px 5px 0px;
}
.fresh ul li a:hover {
	border-bottom:1px solid white;
}
.fresh {
	background-color:#3b69a9;
	color:white;
}
.fresh a {
	color:white;
}
.sticky {
	position: fixed;
	top:0px;
	background-color:white;
	background-image: url(/imgs/Logo.png);
	background-repeat: no-repeat;
	background-size:134px 50px;
	color:#3b69a9;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	background-position:10% center;
}
.sticky a {
	color:#3b69a9;
}
.sticky ul li a:hover {
	border-bottom:1px solid #3b69a9;
}
.menu-logo {
	height:60px;
	margin:5px 0 0 0;
	background:red;
	display: none;
}
/* Content */
.intro {
	height:72vh;
	background:url(/imgs/portrait.jpg);
	background-size: cover;
	background-position: center center;
}
#main {
	width:100%;
	background-image: url(/imgs/scrolldown-bg-XO.png); 
	background-repeat:no-repeat;
	background-position: center 50px;
	padding:0 0 50px 0;
	overflow-x:hidden;
}
.cont-item {
	width:400px;
	position: relative;
	left:50%;
}
.left {
	margin-left:-480px;
}
.right {
	margin-left:80px;
}
#left-01 {
	margin-top:150px;
}
#right-02 {
	margin-top:55px;
}
#left-03 {
	margin-top:65px;
}
#right-04 {
	margin-top:130px;
}
#left-05 {
	margin-top:105px;
}
#right-06 {
	margin-top:50px;
}
#left-07 {
	margin-top:120px;
}
/* Contact */
#outro {
	width:100%;
}
.contact-container {
	width:60%;
	margin:40px auto 20px auto;
	min-height:400px;
}
.cont-data {
	width:50%;
	margin:50px auto 0px auto;
	text-align: center;
}
.form {
	width:100%;
}
.inputs {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border:1px solid #a8a8a8;
	padding:0 0 0 1%;
}
.name {
	width:45%;
	height:40px;
	float:left;
	margin:0 10% 0 0;
}
.email {
	width:45%;
	height:40px;
	float:left;
}
.message {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	width:100%;
	height:300px;
	padding-top:8px;
	margin:2% 0 0 0;
	clear: both;
}
.submit {
	width:100%;
	height:30px;
	background:#3b69a9;
	color:white;
	font-size:17px;
	transition:all 0.2s ease;
	font-weight:200;
	border:none;
	cursor: pointer;
}
.submit:hover {
	background:#99ff99;
}
textarea:focus, input:focus{
    outline: none;
}
.maps {
	width:100%;
	height:450px;
}
/* Footer */
#footer {
	width:96%;
	height:30px;
	background:#3b69a9;
	padding:10px 2% 0 2%;
}
.foot-fon {
	background: url(/imgs/phone-icon-white.png) no-repeat 23px center;
	float:right;
	color:white;
	font-weight:100;
	padding:0 0 0 42px;
	margin:0 50px 0 0;
	font-size:16px;
}
.foot-mail {
	background: url(/imgs/mail-icon-white.png) no-repeat center left;
	float:right;
	color:white;
	margin:0 20px 0 0;
	font-weight:100;
	padding:0 0 0 25px;
	font-size:16px;
}
/* Impressum */
.imp-content {
	width:60%;
	margin:0px auto;
	padding:0 0 50px 0;
}
/* Fonts */
h2 {
	font-size:45px;
	font-weight:100;
	display:block;
	width:400px;
	border-bottom:2px solid #3b69a9;
	margin:50px auto 0 auto;
	padding:0 0 10px 0;
	text-align: center;
	color:#3b69a9;
}
.imp-content h2 {
	width:60%;
	margin:100px 0 40px 0;
	text-align: left;
}
h3 {
	width:200px;
	margin:0px auto 10px auto;
	padding:0 0 5px 0;
	font-size:20px;
	font-weight:400;
	text-align: center;
	color:#3b69a9;
	border-bottom:2px solid #3b69a9;
}
.imp-content h3 {
	min-width:35%;
	margin:50px 0 20px 0;
	text-align: left;
}
.cont-item p {
	font-size:17px;
	display: block;
	text-align: center;
}
h6 {
	font-size:22px;
	border-bottom:2px solid #3b69a9;
	display:block;
	margin:0px 20px 20px 0;
	font-weight:200;
	padding:0 0 3px 0;
	text-align: center;
}
.cont-data p {
	font-size:19px;
	font-weight:200;
	margin:0 0 20px 0;
	line-height: 23px;
}

.inputs {
	font-size:18px;
	color:#565656;
	font-weight:100;
}
#footer a {
	color:white;
	text-decoration: none;
	font-weight:100;
}
#footer a:hover {
	text-decoration: underline;
}
@media only screen and (min-width : 0px) and (max-width : 1255px) {
.cont-item {
	width:30%;
	position: relative;
	left:50%;
}
.left {
	margin:115px 0 0 -35%;
}
.right {
	margin:115px 0 0 5%;
}
}

@media only screen and (min-width : 0px) and (max-width : 1090px) {
.logo {
	clear:float;
	width:90%;
	padding:0;
	position: static;
	margin:20px 5%;
}
.header-contact {
	display:none;
}
#menu {
	display:none;
}
.intro {
	background:url(/imgs/mobile-portrait.png);
	width:100%;
	height:80vh;
	background-position: center left;
	background-size: cover;
}
#main {
	background-image:none;
}
.cont-item {
	width:90%;
	position:relative;
	left:5%;
	padding:5px 0px;
	margin:100px 0 0 0;
}

#outro {
	width:100%;
}
.contact-container {
	width:90%;
}
.cont-data {
	width:90%;
	margin:100px auto 0px auto;
}
.name {
	width:100%;
	height:100px;
	clear:float;
	margin:0 0 10px 0;
}
.email {
	width:100%;
	height:100px;
	clear:float;
}
.message {
	width:100%;
	height:500px;
}
.submit {
	height:100px;
	-webkit-appearance: none;
	font-size:3em;
}
.maps {
	height:80vh;
	margin:80px 0 0 0 ;
}
#footer {
	display:none;
}
h2 {
	font-size:10em;
	width:90%;
}
h3 {
	font-size:4em;
	font-weight: 100;
	width:66%;
}
.cont-item p {
	font-size:3em;
	text-align: justify;
}
h6 {
	font-size:4.5em;
}
.cont-data p {
	font-size:3em;
	line-height: 1.3em;
}
.cont-data a {
	text-decoration: none;
	color:black;
}
.inputs {
	font-size:3em;
}
}
@media only screen and (min-width : 2200px) and (max-width : 5000px) {
/* Impressum */
.imp-content {
	width:40%;
}
.imp-content h2 {
	width:50%;
}
.imp-content h3 {
	min-width:28%;
}
.contact-container {
	width:40%;
}
}





