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

1. General Styles
2. Layout Styles
3. Header Styles
4. Section Styles
5. Plugin Styles
6. Helpers
7. Media Queries
8. Print


/**** General Styles ****/

@font-face { font-family: 'Museo100'; src: url(../fonts/MuseoSans100.otf);}
@font-face { font-family: 'Museo300'; src: url(../fonts/MuseoSans300.otf);}
@font-face { font-family: 'Museo500'; src: url(../fonts/MuseoSans500.otf);}
@font-face { font-family: 'Museo700'; src: url(../fonts/MuseoSans700.otf);}
@font-face { font-family: 'Montserrat-Reg'; src:url(../fonts/Montserrat-Regular.ttf);}
@font-face { font-family: 'Montserrat-Bold'; src:url(../fonts/Montserrat-Bold.ttf);}

body {
	line-height:1.8;
    font-weight: 300;
    font-size: 16px;
    color: #555;
	font-family:'Museo100'
}

ul, ol {
	padding:0px
}



/**** Layout Styles ****/

/** Titles **/

.section-title {
	position:relative;
	text-align:center;
	padding-bottom:25px;
	margin-bottom:30px;
	font-size:48px;
	font-weight:200;
	font-family:'Museo100';
	text-transform:uppercase;
	color: #666;
}

.section-title:before,
short-border:before {
	content: " ";
    position: absolute;
    bottom: 0;
    left: 48%;
    height: 2px;
    width: 4%;
    background: #333;
}

.sub-title {
	text-align:center;
		padding-bottom:25px;
	margin-bottom:50px;
	font-size:20px;
	font-weight:200;
		font-family:'Museo500';

	text-transform:uppercase;
	color:#1C1C1B;
}

.content-title {
	text-align:center;
	padding:25px 0px;
	/*margin-bottom:50px;*/
	font-size:20px;
	font-weight:200;
	font-family:'Museo500';

	text-transform:uppercase;
	color:#1C1C1B;
}

/** Form **/

.button,
button {
    display: inline-block;
    padding: 15px 35px;
    margin: 0px 15px 0px 0px;

    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #68AEDC;
    font-size: 14px;
    text-align: center;
    max-width: 100%;

    background: #fff;
	border:1px solid #68AEDC;
}

.button:hover,
button:hover {
    background: #68AEDC;
	color:white;
}

.button:active,
button:hover {
    
}

.button:before,
button:before {
    margin-right: 10px;
}

form {
	margin-top:50px;
    margin-bottom: 30px;
}

.input-field {
	list-style:none outside none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
width: 100%;
height: 60px;
font-size: 16px;
color: #333;
box-sizing: border-box;
margin-bottom: 25px;
box-shadow: none;
border-radius: 0px;
border-width: 0px 0px 1px;
border-style: none none solid;
padding: 0px 45px 0px 15px;
}

textarea {
    min-height: 200px;
    padding-top: 18px;
}

::-webkit-input-placeholder {
    font-size: 14px;
    color: #555;
    font-weight: 300;
    font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 14px;
    color: #555;
    font-weight: 300;
    font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
    font-size: 14px;
    color: #555;
    font-weight: 300;
    font-style: italic;
}

:-ms-input-placeholder {
    font-size: 14px;
    color: #555;
    font-weight: 300;
    font-style: italic;
}

.input-field .placeholder {
    font-size: 14px;
    color: #555;
    font-weight: 300;
    font-style: italic;
}

.input-field {
    position: relative;
    margin: 0;
}

.input-field:before {
    position: absolute;
    right: 22px;
    top: 22px;
    color: #aaa;
}

input.error,
textarea.error {
    border: 1px solid #555;
}

input.valid,
textarea.valid {
    border: 1px solid #555;
}

label.error {
    position: absolute;
    bottom: 2px;
    color: #c57c7e;
    font-style: italic;
    font-weight: 700;
    font-size: 12px;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    background: #555;
    box-shadow: none;
    color: white;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.submit-button {
    margin-left: 15px;
}

.spinner-holder {
    position: relative;
    top: 8px;
}

.feedback-text {
    margin-bottom: 0;
    line-height: 24px;
    font-size: 13px;
    font-style: italic;
}

.success {
	display:none;
}

.error {
	display:none;
}

/** Service **/

.service-list {
	color:white;
	font-size:16px;
}

.service-details {
	list-style: none outside none;
	text-align: center;
}

.service-detail {
	text-align:left;
	margin-left:50px;
}

.service-header {
	margin:40px 0px;
}

.service-icon {
	font-size:24px;
	color:white;
	float:left;
	text-align:center;
	padding-top:5px;
}

.service-list li {
	margin: 50px 75px 50px;
	display: inline-block;
}

/** Team **/

.team-img {
	position: relative;
	margin:0px auto;
}

/** Contact **/

.contact-details {
	list-style:none outside none;
	text-align:center;
	color:white;
	font-size:18px;
	font-weight:100;
}

.contact-details li {
	display:inline-block;
	margin:50px 30px 50px 30px;
}

.big-icon {
    position: relative;
    padding-left: 20%;
	padding-bottom:50px;
}

.big-icon:before {
    position: absolute;
    left: 0;
    font-size: 36px;
}

[data-icon]:before {
    line-height: 0 !important;
}

.bigger-icon {
    display: block;
    text-align: center;
    color: #d1dee1;
    font-size: 82px;
    margin-bottom: 30px;
}

/**** Menu Styles ****/

.navbar {
    min-height: 80px;
    margin-bottom: 0px;
    border: none;
	background:none;
	visibility:hidden;
	
	-webkit-transition: all ease-in 0.2s;
	-moz-transition: all ease-in 0.2s;
	transition: all ease-in 0.2s;
}

.nav {
	visibility:hidden;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;

}

.affix {
	visibility:visible;
	background:white;
}
.affix .navbar-collapse .nav {
	visibility:visible;
}

.navbar-nav {
	min-height:80px;
	margin-right:0px;
}

.navbar-nav > li {
	min-height:80px;
}

.navbar-nav > li > a {
    padding-top: 27px;
    padding-bottom: 33px;
	text-transform:uppercase;
	font-weight:300;
	color:#1C1C1B !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: white !important;
  background-color: #68AEDC;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: white !important;
  background-color: #68AEDC;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: white !important;
  background-color: #68AEDC;
}

/** Menu Toggle **/

.navbar-default .navbar-toggle {
    border:none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background:none;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #68AEDC;
}

/** Footer **/

footer {
    color: #BBB;
    font-size: 16px;
    font-weight: 100;
    background: none repeat scroll 0% 0% #000;
    padding: 16px;
}

.footer-nav {
	position:relative;
	list-style:none outside none;
	color:white;
	float:right;
}

.footer-nav li {
	float:left;
	margin-right:15px;
}

.footer-nav a {
	color:#BBB;
}

/**** Section Styles ****/

.main-head {
	height: 100vh;
	position: relative;
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:cover;
	display:block; 
}

.main-head [data-autoheight="true"] {
	height:100vh;
}

#main-head-bg {
	background-image:url(../img/head/main-head-7.jpg);
}

.main-head .container {
	/*display:table;
    vertical-align: middle;*/
	text-align:center;
	top:200px;
	position:relative;
}

.hero {
    font-family: "Montserrat-Reg";
	letter-spacing:-0.045em;
    font-weight: 100;
    font-size: 90px;
    text-transform: lowercase;
    line-height: normal;
    color: white;
    margin-bottom: 0px;
    /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);*/
}

.hero-sub {
	margin:0px;
	color:white;
	font-size:28px;
}

.hero-quote {
	position: relative;
font-family: "Museo100";
font-size: 28px;
font-weight: 400;
color: #FFF;
line-height: normal;
padding-top: 25px;
/*text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);*/
}

.hero-quote:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 26%;
    width: 49%;
    height: 2px;
    background: white;
    border-radius: 10px;
}

/* Enter button */

.continue {	
font-size: 1.5rem;
font-weight: 400;
color:white;
text-align: center;
text-transform: uppercase;
display: block;
position: absolute;
bottom: 0;
margin: 15px auto;
width: 100%;
animation: 2s ease 0s normal none 1 running animatedIntro;
cursor:pointer;
}

.button-status {
text-align: center;
font-size: 3.2rem;
width: 32px;
margin: 0px auto;
display: block;
}

.state-loading:before {
    display: block;
}

.state-enter {
    cursor: pointer;
	-ms-transform:rotate(270deg); /* IE9 */
    -moz-transform: rotate(270deg);  /* FF3.5/3.6 */
    -o-transform: rotate(270deg);  /* Opera 10.5 */
    -webkit-transform: rotate(270deg);  /* Saf3.1+ */
    transform: rotate(270deg);  /* Newer browsers */
}

.state-enter:hover {
    color: #68AEDC;
}

.state-enter:before {
    content: "\e0bd";
}

.wrapper {
	top:100%;
	position:relative;
}

.section-wrap {
    padding: 100px 20px 0px 20px;
    background: white;

    -webkit-backface-visibility: hidden;
}

.odd {
	padding:100px 20px 100px 20px;
}

.section-content {
}

.section-divider {
	position: relative;
    z-index: 999;
    width: 100%;
    display: table;
    height: 450px;
    border-bottom: 2px solid #E6EAED;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 100px 20px;

    -webkit-backface-visibility: hidden;

    background-color: #333;
    background-repeat: repeat;
    background-position: center center;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-attachment: fixed;
}

/** Dividers **/

#section-services {
	background-image:url("../img/dividers/leistungen.jpg");
}

#section-contact {
	background-image:url("../img/dividers/contact.jpg");
}

.divider-head {
	color:white;
}

.divider-head:before {
	background:white;
}

.divider-content {
	color:white;
}

/**** Plugin Styles ****/

/** Cookie Banner **/

#cookie-bar {
	z-index:1000;
}

/**** Helpers ****/

/**** Media Queries ****/

@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) { 

.navbar {
	min-height:80px;
}

.navbar-header {
        float: none;
		min-height:80px;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
		margin-top:18px;
		margin-right:0px;
		padding:9px 0px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);	
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 0px;
		margin-left:0px;
		background:white;
		padding-bottom:20px;
		padding-top:20px;
	}
	.navbar-nav>li {
        float: none;
		min-height:50px;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
	
	

.section-content {
	padding-bottom:100px;
}

.team-img {
	bottom:-155px;
}

.contact-details li {
    display: inline-block;
    margin: 50px 15px;
}

}

@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) { 

.navbar {
	min-height:80px;
}

.navbar-header {
        float: none;
		min-height:80px;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
		 margin-top:18px;
		 margin-right:0px;
		 padding:9px 0px !important;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		 margin-top: 0px;
		 margin-left:0px;
		 background:white;
		 padding-bottom:20px;
		 padding-top:20px;
	}
	.navbar-nav>li {
        float: none;
		min-height:50px;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	
	.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 5px;
}
    .collapse.in{
  		display:block !important;
	}
	
.contact-details li {
    display: inline-block;
    margin: 50px 40px;
}

.team img {
	margin:0px auto;
}

}

@media only screen 
and (min-width : 320px) 
and (max-width : 568px) 
and (orientation : landscape) { 

body {
	font-size:14px;
}

.navbar-brand img {
	width:150px;
	height:auto;
}

.navbar {
	min-height:50px;
}

.navbar-nav > li {
    min-height: 50px;
	margin-left:15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}


.main-head .container {
    text-align: center;
    top: 50px;
    position: relative;
}

.hero {
	top:150px;
	font-size:38px;
}

.hero-sub {
    font-size: 16px;
}

.hero-quote {
    font-size: 16px;
}

.continue {
	margin:0px;
	font-size:1.0em;
}

.button-status {
	left: 47%;
	bottom:15%;
	font-size: 32px;
}

.section-title {
	font-size:24px;
	margin-bottom:25px;
}

.sub-title {
	font-size:16px;
}

.input-field {
    padding-right: 0px;
    padding-left: 0px;
}

.button, button {
	margin:0px;
}

.contact-details {
    font-size: 14px;
}

.service-list {
	font-size:14px;
}

footer {
	font-size:14px;
}

}

@media only screen 
and (min-width : 320px) 
and (max-width : 568px) 
and (orientation : portrait) { 

body {
	font-size:14px;
}

.navbar-brand img {
	width:150px;
	height:auto;
}

.navbar {
	min-height:50px;
}

.navbar-nav > li {
    min-height: 50px;
	margin-left:15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-head .container {
    text-align: center;
    top: 150px;
    position: relative;
}

.hero {
	top:150px;
	font-size:38px;
}

.hero-sub {
    font-size: 16px;
}

.hero-quote {
    font-size: 16px;
}

.button-status {
	left: 47%;
	font-size: 32px;
}

.section-title {
	font-size:24px;
	margin-bottom:25px;
}

.sub-title {
	font-size:16px;
}

.input-field {
    padding-right: 0px;
    padding-left: 0px;
}

.button, button {
	margin:0px;
}

.contact-details {
    font-size: 14px;
}

.service-list {
	font-size:14px;
}

footer {
	font-size:14px;
}

}

@media only screen
and (min-width : 240px)
and (max-width : 320px) {
	
body {
	font-size:14px;
}

.navbar-brand img {
	width:75px;
	height:auto;
}

.navbar {
	min-height:50px;
}

.navbar-nav > li {
    min-height: 50px;
	margin-left:15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-head .container {
    text-align: center;
    top: 75px;
    position: relative;
}

.hero {
	top:150px;
	font-size:38px;
}

.hero-sub {
    font-size: 16px;
}

.hero-quote {
    font-size: 16px;
}

.button-status {
	left: 47%;
	font-size: 32px;
}

.section-title {
	font-size:24px;
	margin-bottom:25px;
}

.sub-title {
	font-size:16px;
}

.input-field {
    padding-right: 0px;
    padding-left: 0px;
}

.button, button {
	margin:0px;
}

.contact-details {
    font-size: 14px;
}

.service-list {
	font-size:14px;
}

footer {
	font-size:14px;
}	
	
}
