/*
	Template Name: Wohnkonzept
	
*/

body, html{
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	width: 100vw;
	overflow-x: hidden;
	min-height: 100%;
	line-height: 1.5em;
	background-color: #2c3e50;
	font-family: montserratlight, sans-serif;
	position: relative;
}
a{
	text-decoration: none;
}
a:active,
a:focus{
	text-decoration: none !important;
	color: inherit !important;
	outline: none !important;
}
form{
	margin-top: 40px;
}
.clear:after,
.clearfix:after{
	display: table;
	clear: both;
	content: '';
}
input{
	padding: .3em 1em;
	border-radius: 50px;
	background-color: #e3e3e3;
	border: 0px;
	outline: 0px;
	display: inline-block;
}
img{
	max-width: 100%;
}

ul{
	-webkit-margin-before: 0em !important;
    -webkit-margin-after: 0em !important;
}



h1{
	color: #fff;
	font-size: 2em;
}

h2{
	color: #fff;
	font-size: 1.5em;
	font-weight: 400;
}

.title,
section h2{
	font-size: 3.6em;
	font-family: montserratlight;
	line-height: 1.5em;
	margin-bottom: 20px;
}

.table{
	display: table;
}

.row{
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}

.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }


.white{
	color:#fff;
}

.dark-blue{
	background-color: #2c3e50;
	color: #fff;
}
section.light-grey{
	background-color: #f0f0f0;
	color: #2c3e50;
}
section.white{
	background-color: #fff;
	color: #2c3e50;
}
.middle-blue{
	background-color: #34495E;
	color: #fff;
}
.light-blue{
	background-color: #4C637A;
	color: #fff;
}

.gray-blue{
	background-color:#4b5c65;
	color: #fff;
}

.aqua{
	background-color: #649ba7;
}

.subtitle{
	font-size: 1.6em;
	font-family: montserratultra_light;
}

.clear{
	clear: both;
}
.showMobile{
	display: none;
}
.hideMobile{
	display: block;
}
.btn{
	border-radius: 50px;
	padding: .3em 1.2em;
	color: #fff;
	font-weight: 400;
	font-size: 1em;
	width: auto;
	display: inline-block;
	box-sizing: content-box;
	font-size: 1em;
	font-family: montserratlight;
    transition:all .1s;
}
.btn.lg{
	padding: 0.4em 2em;
    width: auto;
    height: auto;
    font-size: 1.2em;
}
.btn.full{
	padding: .6em 0;
	width: 100% !important;
}
.btn.glow{
    border: 5px solid transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.btn.glow:hover{
	background-color: #f1c40f !important;
	border-color: rgba(241, 196, 15, 0.2);
}
.btn.line{
	border: 2px solid #fff;
	font-family: montserratregular;
}
.btn.line:hover,
.btn.line:active{
	background: #fff !important;
	color: #4b5c65 !important;
}
body.scrolled .btn.line{
	border-color: #4b5c65 !important;
	color: #4b5c65 !important;
}
body.scrolled .btn.line:hover{
	background-color: #4b5c65 !important;
	border-color: #4b5c65 !important;
	color: #fff !important;
}


.btn.yellow{
	background-color: #f1c40f;
	width: auto;
	vertical-align: middle;
}
.btn.yellow:hover{
	color: #fff;
	background-color: #dbb10b;
}
.global-wrapper{
	position: relative;
	width: 95%;
	max-width: 1400px;
	margin: auto;
}
.btn.inactive{
	-webkit-filter: saturate(0);
	pointer-events: none;
}
.btn:focus{
	outline: none;
}
header{
	position: fixed;
	width: 100%;
	padding: 10px 0;
	color: #fff;
	transition:all .1s;
	transition-delay: .1s;
	z-index: 9999;
}

body.scrolled header{
	background: #f0f0f0;
	color: #4b5c65;
	position: fixed;
}
header img#logo {
    height: 20px;
    margin-top: 15px;
}
header img#logo.light{
	display: inline-block;
}
header img#logo.light{
	display: none;
}

#lang_sel_list,
#lang_sel_list ul{
	display: inline-block;
}
#lang_sel_list a.lang_sel_sel,
#lang_sel_list a.lang_sel_other{
	background-color: transparent;
	color: #fff;
}
#lang_sel_list a.lang_sel_sel:hover,
#lang_sel_list a.lang_sel_other:hover{
	color: #eee;	
}
#lang_sel_list a.lang_sel_other{
	opacity: .4;
}
body.scrolled header img#logo.light{
	display: inline-block;
}
body.scrolled header img#logo.dark{
	display: none;
}
	
nav{
	height: 50px;
	z-index: 999;
	position: relative;
	width: 100%;
}
nav ul,
div#login{
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	line-height: 50px;
	padding: 0px;
	margin: 0px;
}

nav ul li{
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
	color: inherit;
}
nav ul li a{
	font-size: 14px;
	padding: .5em 1.2em;
	border-radius: 50px;
	font-family: montserratregular;
}
nav ul li:hover div.custom-sub{
	display: block;	
	visibility: visible;
	opacity: 1;
}
nav ul li div.custom-sub{
	display: block;
	visibility: hidden;
	opacity: 0.8;
	position: absolute;
	background: #75183f;
	border: 1px solid #7e2048;
	border-width: 1px 0;
	z-index: 999;
	width: 100%;
	left: 0;
	margin-top: -1px;
	transition:all 0.1s;
}
nav ul li div.custom-sub ul{
	width: 100%;
    max-width: 1000px;
    margin: auto;
	display: block;
	padding-left: 3%;
}
nav ul li a{
	color: inherit;
	font-weight: 100;
}

nav div.menu{
}

nav div.menu a{
}	

header .menu ul li a{
	transition:all .1s;
}
header .menu ul li a:hover,
header .menu ul li.current-menu-item a{
	background-color: #f1c40f;
	color: #fff;
	text-decoration: none;
}

section{
	padding: 80px 0;
	position: relative;
}
.full-screen{
	text-align:center;
	min-height:100vh;
	background-repeat:no-repeat;
}

.three-quarters{
	text-align:center;
	height:80vh;
	background-repeat:no-repeat;
}
.description *{
	line-height: 1.5em;
}
section.horizontal-yacht{
	
	background-image: url(img/START_BOAT_HORIZONTAL.svg);
	background-size: 60%;
	background-position:top 19vh center;
}
section.vertical-yacht{
	background-image: url(img/START_BOAT_VERTICAL.svg);
	background-size: 34vw;
	background-position:60% 100%;
}
section#intro .description{
	position: absolute;
	width: 100% !important;
	top: 40vh;
	line-height: 1.5em;
}
section#intro .description *{
	line-height: 1.5em;
}

section.newsletter{
	background-color: #f0f0f0;
	color:#95a5a6;
	display: block;
	width: 100%;
	display: table;
	padding: 30px 0;
}

section.newsletter form{
	margin: auto;
	
}
section.newsletter form.loading{
	pointer-events: none;
	opacity: .5;
}
section.newsletter form.loading input{
	background-color: #ddd !important;
}
section.newsletter input{
	background-color: #ddd;
}
section.newsletter input.newsletter{
	width: 300px;
}
section.newsletter input[type=submit]{
	background-color: #f1c40f;
	color: #fff;
	font-size: 1em;
	margin-left: 20px;
}
section.newsletter input[type=submit]:hover{
	background-color: #e3b706;
}

section#team{
	padding-top: 6vh;
}

section#team #team-list-container{
	padding-top: 8vh;
}

section#team #team-list-container .team-list img.portrait{
	border-radius: 100%;
	border: 10px solid #2F4255;
	width: 80%;
	display: inline-block;
}
section#team #team-list-container .team-list h2{
	font-size: 2em;
	margin-top: .5em;
}

section#team #team-list-container .team-list .subtitle{
	font-size: 1em;
	margin-bottom: 3vh;
}

section#team #team-list-container .team-list .social{
	display: none;
}
section#team #team-list-container .team-list .social div{
	display: inline-block;
	margin-top: 3vh;
	padding: 0px 15px;
}

section h2{
	margin: 0;
	font-size: 20px;
	padding-bottom: 1rem;
	font-family: montserratultra_light;
}
section#features{
	padding: 80px 0;
	position: relative;
}
section#features .cover{
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 450px;
	background: #649ba7;	
}
section#features .slider.feature-list{
	position: relative;
	width: 700px;
	height: 740px;
	margin: 50px auto;
	padding: 0 50px;
}
section#features .slider.feature-list .slide-wrapper{
} 
section#features .slider.feature-list .slide div.image{ 
    background-position: center center;
    background-repeat: no-repeat;
    width: 600px;
    height: 800px;
    margin-left: 50px;
    margin-right: 50px;
}
section#features .slider.feature-list .slide div.slide-title{ 
    font-size: 1.5em;
    line-height: 1.2em;
    margin-top: -200px;
}
section#features .slider.feature-list .cycle-prev,
section#features .slider.feature-list .cycle-next{
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 40px;
	color: #4b7881;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	z-index: 999;
	transition:all .1s;
}	
section#features .slider.feature-list .cycle-prev:hover,
section#features .slider.feature-list .cycle-next:hover{
	color: #406b74;
}
section#features .slider.feature-list .cycle-prev{
	left: 0;
}
section#features .slider.feature-list .cycle-next{
	right: 0;
}
section#features .slider.feature-list .cycle-pager{
    position: absolute !important;
    margin-top: 60px;
    left: 50% !important;
    width: 100px !important;
    margin-left: -50px !important;
    z-index: 999;
}
section#features .slider.feature-list .cycle-pager span{
	color: transparent;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background-color: #4b7881;
	border: 3px solid #649BA7;
	margin: 0 2px;

	vertical-align: top;
	display: inline-block;
	cursor: pointer;
	transition:all .1s;
}
section#features .slider.feature-list .cycle-pager span:hover{
	border-color:#598b93;
}
section#features .slider.feature-list .cycle-pager span.cycle-pager-active{
	border-color:#598b93;
}
section#company{
	background-image: url('img/yachtbg.jpg');
	background-position: center center;
	background-size: cover;
}
section a{
	color: inherit !important;
}
section.elementarschaeden{
	background-image: url('img/PRODUKTE_ELEMENTARSCHAEDEN.svg');
	background-position: center center;
	background-size: cover;
}
section.diebstahl{
	background-image: url('img/diebstahl.svg');
	background-position: left center;
	background-size: cover;
}

section .description{
	transform: scale(1.03);
	transition:all .6s;
	transition-delay: .2s;
}
section.visible .description{
	transform: none;
}
section.monitoring{
	background-image: url('img/monitoring.svg');
	background-position: center center;
	background-size: cover;
}
section.service{
	background-image: url('img/PRODUKTE_IPHONE.svg');
	background-position: left center;
	background-size: 50vw;
	background-color: #649ba7;
	color: #ecf0f1;
}
div#page.products .vertical-wrap .subtitle{
	width: 80%;
	margin: auto;
}
div.product-overview{
	margin-top: 80px;
}
div.product-overview div.feature-detail{
	background-color: #405366;
	padding: 15px;
	border-radius: 10px;
	text-align: left;
	font-size: .8em;
}
div.product-overview div.feature-detail h4{
	font-size: 1.4em;
}
div.product-overview .head img.device{
	width: 100px;
}
div.product-overview .head h4{
	margin: 3rem 0;	
	font-size: 16px;
}
div.product-overview div.feature{
	background-color: #405366;
    padding: 13px 18px;
    border-radius: 10px;
    margin-bottom: 12px;
    line-height: 1.5em;
}
div.product-overview div.feature .desc{
	font-size: .7em;	
	line-height: 1.4em;
	display: inline-block;
}
div.product-overview div.pricing{
	padding: 0px 0 20px 0;	
}
div.product-overview div.pricing .price{
	font-size: 34px;
	line-height: 1em;
	margin-bottom: 30px;
}
div.product-overview div.pricing .btn{
	
}
div.product-support{
	margin: 100px 0 40px 0;
}
div.product-support .btn{
	margin-top: 0;
}
section.imprint{
	display: block;
	width: 100%;
	padding: 0;
	min-height: 0;
}
section.imprint .left,
section.imprint .right{
	position: relative;
	display: inline-block;
	vertical-align: top;	
	height: 100%;
	min-height: 90vh;
}
section.imprint .left{
	display: inline-block;
	width: 70%;
	margin-right: -4.1px;
}
section.imprint .right{
	width: 30%;
	background-image: url('img/sail.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.vertical-wrap{
	width: 100%;
	display: table;
	vertical-align: middle;
}
.vertical-wrap .description{
	display: table-cell;
	vertical-align: middle;
}
section.imprint .description{
	margin-top: 30vh;
}
section.imprint .actions{
	margin-top: 40px;
}
section.imprint .address-box{
	position: absolute;
	width: calc(100% - 40px);
	height: 330px;
	bottom: 0;
	left: 0;
	margin-left: 20px;
	margin-bottom: 40px;
	background: #f0f0f0;
	border-radius: 10px;
	overflow: hidden;
}
section.imprint .address-box .left,
section.imprint .address-box .right{
	float: left;
	min-height: 0;
}
section.imprint .address-box .left{
	width: 40%;
	height: 330px;
	background-size: cover;
	background-image: url('img/map.png');
	background-position: center center;
}
section.imprint .address-box .right{
	width: 60%;
	background:transparent;
	text-align: left;
	padding: 18px 30px;
}
section.imprint .address-box .small{
	font-size: .8em;
	line-height: 1.5em;	
}
section.imprint .address-box .right .title{
	font-size: 1em;
	font-family: montserratregular;
	
}
section.preorder h1{
	font-size: 50px;
    margin-bottom: 40px;
}
section.preorder .content{
	margin-top: 40px;
}
section.preorder p{
    font-size: 18px;
    line-height: 1.5em;
}
form.preorder{
	text-align: left;
	width: 90%;
	max-width: 300px;
	margin: 60px auto 60px auto;
}
form.preorder.loading{
	opacity: .3;
	pointer-events: none;	
}
form.preorder .feedback{
	display: none;
}
form.preorder.done .inputs{
	display: none;
}
form.preorder.done .feedback{
	display: block;
	text-align: center;
}
form.preorder input{
	width: 100%;
	background-color: rgba(255,255,255,.2);
}
form.preorder .input-wrapper{
	margin-bottom: 20px;
}
form.preorder input.btn{
	margin-top: 40px;
}
footer{
	display: block;
    position: relative;
    padding:40px 0 10px 0;
	
	background-color: #f0f0f0;
	color:#95a5a6;
	bottom:0;
	width: 100%;
}

footer a{
	color:#95a5a6;
	font-weight: 400;
}
footer a:hover{
	color:#4b5c65;
	text-decoration: none;
}

footer ul li{
	display: inline-block;
	margin-right: 40px;
}


div#subfooter{
	display: block;
    position: relative;
    height: 20px;
    line-height: 20px;
	background-color: #f0f0f0;
	color:#95a5a6;
	bottom:0;
	width: 100%;
	text-align: center;
	font-size: 0.6em;
}


@media screen and (max-width: 700px){
	.showMobile{
		display: block;
	}
	.hideMobile{
		display: none;
	}
	.mobileToggle{
		font-size: 20px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: left;
	}
	#wpadminbar{
		display: none;
	}
	header{
		position: fixed;
		top: 0;
		background: #2C3E50;
		z-index: 999;
	}
	nav{
		position: relative;
	}
	header div.menu{
		display: none;
	    position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 99999;
		background: #2C3E50;
	    width: 100%;
	    height: 100%;
	}
	body.menu header div.menu{
		display: table;
	}
	header div.menu .close{
		color: #fff;
		opacity: 1;
		display: block;
		position: absolute;
		left: 10px;
		top: 10px;
		width: 50px;
		height: 50px;
		text-align: center;
		line-height: 50px;
	}
	header div.menu div.menu-topmenu-container{
		display: table-cell;
		vertical-align: middle;
	}
	nav ul{
		display: block;
	}
	nav ul li{
		display: block;
		margin: auto;
		text-align: center;
	}
	nav ul li a{
	    font-size: 30px;
	    line-height: 2em;
	    font-family: montserratlight;
	}
	section.newsletter form input{
		padding: 1em;
	}
	section.newsletter form input.newsletter{
		width:50%;
	}
	section.horizontal-yacht{
		background-position: top 180px center;
		background-size:100%;
	}
	section#intro .description{
		top:75vw;
	}
	.title,
	section h2{
		font-size: 2em;
	}
	.subtitle{
		font-size: 1.3em;
	}
	section.vertical-yacht{
		background-size: 80%;
		background-position: top 50px center;
		padding-top: 400px;	
	}
	section.vertical-yacht .featureTile{
		width: 90% !important;
		margin: auto !important;
		position: static !important;
	}
	section.vertical-yacht .title{
		font-size: 2.4em !important;
		margin-bottom: 1em;
	}
	section.vertical-yacht h2{
		margin-top: 1em;
		font-size: 1.5em;
		font-family: montserratregular;
	}
	
	section#features .slider.feature-list{
		width: 100%;
		margin-bottom: 0;
		height: 540px;
	}
	section#features .slider.feature-list .slide div.image{
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 60%;
		width: 100vw;
		height: 500px;
		margin-left: 0;
		margin-right: 0;
	}
	section#features .cover{
		display: none;
		height: 310px;
	}
	section.imprint .description{
		margin-top: 100px;
	}
	section.imprint .left{
		display: block;
		width: 100%;
		margin-right: 0;
		padding-bottom: 50px;
	}
	section.imprint .right{
		display: block;
		position: relative;
		width: 100%;
		min-height: 0;
		padding: 40px 0;
	}
	section.imprint .address-box{
		position: relative;
		margin: 0 20px;
	}
	section.visual{
		background-image: none;
		padding-top: 50vh;
		background-size: 60vw;
		background-position: top 12vh center;
	}
	section.elementarschaeden{
		background-image: url('img/PRODUKTE_ELEMENTARSCHAEDEN_ROUND@3x.png');	
	}
	section.diebstahl{
		background-image: url('img/PRODUKTE_DIEBSTAHL_ROUND@3x.png');	
	}
	section.monitoring{
		background-image: url('img/PRODUKTE_MONITORING_ROUND@3x.png');	
	}
	section.service{
		background-image: url('img/PRODUKTE_SERVICE_ROUND@3x.png');	
	}
	section#team #team-list-container .team-list .subtitle{
		margin-bottom: 0;
	}
	section#team div.team-list{
		margin-bottom: 20px;
	}
	div#subfooter{
		display: none;
	}
	footer{
		padding: 30px 0;
	}
	footer ul.menu{
		padding: 0;
	}
	footer ul.menu li{
		margin: auto !important;
		display: block;
		text-align: center;
		margin-bottom: .2em;
	}
	footer ul.menu li a{
		
	}
}