/* ==============================================================

Template name : Fatih - creative landing page template v1.0.0
Categorie : Landing page
Author : Nce18cex
Version : v1.0.0
Created : 29 April 2015
Last update : 31 Mei 2015

-----------------------------------------------------------------
CSS structure
-----------------------------------------------------------------

01. Body
02. Home
03. How it work
04. Client logo
05. MacBook video
06. Client logo
07. Crausel tabs
08. Counter
09. Gallery
10. Portfolio detail
11. Heading
12. Testimoni
13. Blog
14. Comments
15. Contact
16. Footer
17. Search
18. Inner page
19. Team
20. Story line
21. Services
22. Divider
23. Heading
24. Media responsive
25. Ui to top
26. Loading
27. Clear spacer
28. Custom top spacer
29. Custom bottom spacer
30. Custom left spacer
31. Custom right spacer
32. Custom responsive
33. Map
	
============================================================== */

/*
Body
=========================== */
#wrapper{
	position:relative;
	background:#fff;
	overflow:hidden;
}

#slidewrapper{
	position:relative;
	overflow:hidden;
}

.containt{
	position:relative;
/*	padding-top:60px;
	padding-bottom:60px;
	height:calc(100vh - 45px);*/
}

#slidewrapper .containt{
	background:#f8fefe;
}

.pattren-bg{
	background:#e5e7eb url(../img/pattern_light.png) no-repeat 0 0;
    background-size:cover;
}

#slidewrapper .containt.pattren-bg{
	background:#e5e7eb url(../img/pattren.png) repeat 0 0;
}

.half-wrapper{
	background:#e5e7eb url(../img/pattern_light.png) no-repeat 0 0;
    background-size:cover;
	position:relative;
	float:left;
	width:100%;
	padding:0;
	margin:0;
}

.half-column{
	float:left;
	width:50%;
	padding:0;
	margin:0;
}

.half-containt{
	padding:80px 60px 80px 60px;
}

.header-logo img{
	max-width:100%;
	height:auto;
}

.navbar-brand{
	max-width:480px;
	padding:0px;
	height:85px;
	float:left;
}
.navbar-brand>img{
	margin-top: 17px;
	width:100%;
}

#navigation{
    height:85px !important;
}

.navbar-collapse {
    float:left;
    padding-left:0px
}

.navbar-toggle{
    margin-top:19px;
    float: left;
    margin-left:15px;
}

a#GoToHome {
    padding-left:0;
}
/*
#testimoni .half-containt{
	padding:80px 160px;
}
#features.half-containt{
    padding:275px 160px;
}
*/
#features .heading{
    background:none;
}
#features .heading h1,
#features .heading h3{
    color:#fff;
}

.wrapper-downloads .containt a{
    color:#505456;
}

.owl-carousel .owl-wrapper-outer{
    min-height:280px;
}

.clearfix.contact{
    display:none;
}
.white-text{
    color:#fff;
}

#prodgallery{
    background-color:#505456;
}

.contact-form input[type=submit]{
    background-color:#989697;
}
.img-intro{
    background:url(../img/edelstahlwellschlaeuche.jpg)no-repeat 30%;
    /*background:url(../img/Berghoefer-Morsch.jpg)no-repeat 30%;*/
    background-size:cover;
}
.img-features{
    /*background:url(../img/Unternehmensverbund.jpg)no-repeat top left;*/    
    background:url(../img/Unternehmensverbund.jpg)no-repeat 30%;
    background-size:cover;
}
.img-features div{
	min-height:134px;
}
.img-gallery{
    background:url(../img/produkte.jpg)no-repeat 88%;
    background-size:cover;
}
.flex{
    display:flex;
}
.pseudo-break{
    display:none;
}
blockquote{
    border:0px solid transparent;
}

.team-wrapper{
    background-color:transparent;
}

.fa.fa-download{
    font-size:19px;
    padding-right:5px;
}
.parallax-wrapper .half-containt.half-column {
    background-color: rgba(255, 255, 255, 0.65);
}

/*
Home
=========================== */
.home-wrapper,
.bg-slide{
    background:url(../img/bg_top.jpg);
    background-repeat:no-repeat;
	position:relative;
    padding-top:0px;
    padding-bottom:45px;
	margin: 0 auto;
    margin-top:-45px;
	overflow: auto;
	overflow-y: hidden;
	width: 100%;
    min-height:calc(100vh - 40px);
	z-index:3;
	color:#fff;
    display:flex;
    align-items:center;
}
.wrapper-impressum .home-wrapper{
    background: url(../img/impressum.png);
}
.bg-slide{
	background:none;
}

.videobg{
	background:#212121;
}

.home-container{
	border:40px double rgba(255, 255, 255, 0.5);
	margin-bottom:0;
	padding:10vh 0;
    background-color: rgba(0, 0, 0, 0.64);
}

.wrapper-impressum .home-container{
    padding:5vh 0;
}

.home-wrapper h1, .home-wrapper h2, .home-wrapper h3, .home-wrapper h4, .home-wrapper h5,.home-wrapper h6,
.bg-slide h1, .bg-slide h2, .bg-slide h3, .bg-slide h4, .bg-slide h5, .bg-slide h6{
	color:#fff;
}

.home-wrapper h1,
.bg-slide h1{
	font-size:52px;
	line-height:48px;
	letter-spacing:6px;
}

.home-wrapper h2,
.bg-slide h2{
	margin-bottom:10px;
	text-transform:uppercase;
}

.scrolltop ul{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

.scrolltop ul li{
	float:left;
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
	letter-spacing:3px;
}

/*
How it work
=========================== */
.timeline{
	float:left;
	background:url(../img/gray-line.png) repeat-y top center;
	padding:40px 0 40px 0;
	margin-top:20px;
	margin-bottom:20px;
}

.circle{
	border:1px solid #8f9495;
	position:absolute;
	width:14px;
	height:14px;
	border-radius:50%;
	left:50%;
	margin-left:-8px;
}

.circle.on-top{
	top:0;
	margin-top:-14px;
}

.circle.on-bottom{
	top:100%;
	margin-bottom:-14px;
}

.box-line{
	position:relative;
	width:50%;
	clear:both;
}

.box-line.on-right{
	float:right;
}

.box-line.on-left{
	float:left;
}

.box-icon,
.box-time{
	position:absolute;
	width:80px;
	height:80px;
	border:1px solid;
	color:#fff;
	font-size:42px;
	line-height:82px;
	text-align:center;
	border-radius:50%;
	top:50%;
	margin-top:-40px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.box-line.on-right .box-icon,
.box-line.on-right .box-time{
	left:0;
	margin-left:-40px;
}

.box-line.on-left .box-icon,
.box-line.on-left .box-time{
	right:0;
	margin-right:-40px;
}

.box-time{
	font-size:16px;
	line-height:76px;
	font-weight:700;
}

.box-wrapp{
	background-image:url(../img/box-line.png);
	background-repeat:repeat-x;
}

.box-line.on-right .box-wrapp{
	background-position:left center;
	padding-left:85px;
}

.box-line.on-left .box-wrapp{
	background-position:right center;
	padding-right:85px;
}

.box-containt{
	background:#f8fbfb;
	border:1px solid #bfcaca;
	border-radius:3px;
	padding:30px;
}

.box-line.on-right .box-containt{
	text-align:left;
}

.box-line.on-left .box-containt{
	text-align:right;
}

.box-containt h5,
.box-containt p{
	margin-bottom:10px;
}

/*
Client logo
=========================== */
.client{
	background:#e5e7eb url(../img/pattren.png) repeat 0 0;
	padding:45px 0 40px 0;
	margin-top:-5px;
}

.client h5{
	margin-bottom:10px;
	text-transform:uppercase;
}

.client-wrapper{
	float:left;
	width:100%;
}

.client-logo{
	display:inline-block;
	position:relative;
}

.client-link{
	cursor:pointer;
	position:absolute;
	z-index:2;
	width:108px;
	height:75px;
}

/*
MacBook video
=========================== */
.video-player{
	position:absolute;
	width:960px;
	top:30px;
	left:111px;
	z-index:4;
}

.video-player{
	position:absolute;
	width:592px;
	top:25px;
	left:109px;
	z-index:4;
}

.video-image{
    position: absolute;
	width:100%;
	height:100%;
    top: 0;
    left: 0;
	z-index:60;
}

/*
Crausel tabs
=========================== */
.jwg_slider_module {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
}

.jwg_slider_module .tabbed_navigation {
	overflow:hidden;
	position:relative;
	float:left;
	width:100%;
	height:auto;
	display:block;
	text-align:center;
}

.jwg_slider_module .tabbed_navigation > ul {
	display:inline-block;
	margin:10px 0 50px 0;
	padding:0;
}

.jwg_slider_module .tabbed_navigation > ul:after {
	content:"";
	clear:both;	
	display:block;
}

.jwg_slider_module .tabbed_navigation > ul li {
	position:relative;
	display:inline-block;
	cursor:pointer;
	/*margin:0 3px 0 3px;*/
	padding:15px 0 15px 0;
	list-style:none;
	font-size:14px;
	line-height:14px;
	font-weight:700;
	text-align:center;
	/*width:110px;*/
	border:1px solid #c1c1c1;
	background:#d0d0d0;
	border-radius:2px;
	color:#444;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.jwg_slider_module .tabbed_navigation > ul li.current,
.jwg_slider_module .tabbed_navigation > ul li:hover{
	color:#fff;
}

.jwg_slider_module .tabbed_navigation > ul li i{
	display:block;
	margin:0 0 10px 0;
	font-size:38px;
	line-height:30px;
}

.jwg_slider_module .slides {
	float:left;
	width: 100%;
	position: relative;
	height:100%;
}
.jwg_slider_module .slides > .slide {
	float:left;
	width:100%;
	height:inherit;
	position: relative;
	padding:0;
}

.tabs-containt{
	padding-top:60px;
	padding-bottom:40px;
}

.tabs-containt img {
    padding-top: 65px;
}
.tab-1 .tabs-containt img {
    padding-top: 30px;
}

/*
Counter
=========================== */
.counter-containt{
	float:left;
	width:100%;
	color:#fff;
	padding-top:60px;
	padding-bottom:60px;
}

.counter-containt h5{
	margin-bottom:10px;
	text-transform:uppercase;
}

.appear{
	display:block;
	margin-top:20px;
}

.counter-number{
	display:block;
	font-size:46px;
	line-height:42px;
	font-weight:300;
	letter-spacing:4px;
	margin-bottom:5px;
}

.counter-text{
	text-transform:uppercase;
}

.counter-icon{
	display:block;
	font-size:36px;
	line-height:32px;
	margin-bottom:15px;
}

/*
Gallery
=========================== */
.gallery-wrapper{
	float:left;
	width:100%;
	overflow:hidden;
}

.filter{
	display:block;
	text-align:center;
	margin:0;
	padding:20px 0 5px 0;
}

.filter li{
	display:inline-block;
	list-style:none;
	margin:0 5px 20px 5px;
	padding:0;
}
.filter.tooltips li.active a,
.filter.tooltips li a:active,
.filter.tooltips li a:hover,
.filter.tooltips li a:focus{
    background-color:#000;
}
.filter li a{
	text-transform:uppercase;
	background:#d0d0d0;
	border:1px solid #c1c1c1;
	border-radius:2px;
	letter-spacing:1px;
	padding: 8px 25px;
	color:#444;
	font-weight:700;
}

.filter li.active a,
.filter li a:focus,
.filter li a:active,
.filter li a:hover{
	text-decoration:none;
	color:#fff;
}

.gallery-containt{
	margin:0;
	margin-left:-20px;
	margin-right:-20px;
}

.gallery-item{
	float:left;
	width: 33.33333333%;
	padding:20px;
}

.gallery-item.two-column{
	width: 50%;
}

.img-column{
	float:left;
	width:100%;
	border:1px solid #d8d8d8;
}

.img-wrapper{
	position:relative;
	overflow:hidden;
}

.img-caption{
	position:absolute;
	background:rgba(255, 255, 255, 0.85);
	width:100%;
	height:100%;
	text-align:center;
	border:15px solid rgba(0, 0, 0, 0.1);
	padding:34% 20px 0 20px;
	overflow:hidden;
}

.img-caption h6,
.img-caption p{
	margin-bottom:0;
	text-transform:uppercase;
}

.img-caption h6 a{
	color:#484b49;
}


/*
Portfolio detail
=========================== */
.detail-warpp{
	background:#f8fbfb;
	border:1px solid #bfcaca;
	padding:1px;
	float:left;
	width:100%;
	margin:0;
	padding:0;
	display:block;
}

.detail-post{
	float:left;
	width:70%;
	margin:0;
	padding:0;
}

.detail-desc{
	float:left;
	width:100%;
	background:#fff;
	border-right:1px solid #bfcaca;
	padding:40px 20px 40px 20px;
}

.detail-desc .divider {
	background:none;
	border-bottom:1px dashed #d8d8d8;
}

.detail-aside{
	float:left;
	width:30%;
	height:100%;
	margin:0;
	padding:20px;
	color:#3c3c3c;
}

.author-info{
	float:left;
	width:100%;
	border-bottom:1px solid #c8c8c8;
	padding-bottom:10px;
	margin-bottom:40px;
}

.author-info img{
	background:#fff;
	border:1px solid #dfdfdf;
	padding:5px;
}

.author-info p{
	margin-bottom:15px;
	line-height:24px;
}

.detail-list{
	display:block;
	margin:0 0 40px 0;
	padding:0;
}

.detail-list li{
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	list-style:none;
	border-bottom:1px dashed #c8c8c8;
}

.detail-list li label{
	display:inline-block;
	margin-right:5px;
}

/*
Heading
=========================== */
.pricing-wrapper{
	background:#f8fbfb;
	border:1px solid #bfcaca;
	padding:1px;
	text-align:center;
	display:block;
	margin-top:20px;
	border-radius:3px;
}

.pricing-price{
	position:relative;
	font-size:60px;
	line-height:60px;
	font-weight:700;
	color:#444;
	padding:20px;
}

.pricing-price p{
	margin-bottom:0;
}

.pricing-price span{
	position:absolute;
	font-size:24px;
	line-height:24px;
	top:30px;
	margin-left:-15px;
}

.pricing-head{
	background:#e8f1f1;
	border-top:1px solid #ddeaea;
	border-bottom:1px solid #ddeaea;
	padding:20px;
}

.pricing-head h4{
	text-transform:uppercase;
	margin-bottom:0;
	color:#444;
}

.pricing-wrapper.popular .pricing-head h4{
	color:#fff;
}

.pricing-list{
	margin:15px 0 15px 0;
	padding:0;
}

.pricing-list li{
	list-style:none;
	margin:0;
	padding:10px;
	color:#444;
	font-size:16px;
	line-height:20px;
	letter-spacing:1px;
}

.pricing-bottom{
	background:#e8f1f1;
	border-top:1px solid #ddeaea;
	border-bottom:1px solid #ddeaea;
	padding:20px;
}

/*
Contact-Persons
=========================== */
.contact-persons i{
	font-size:50px;
    line-height:48px;
}
.contact-title{
	text-transform:uppercase;
	font-weight:bold;
	line-height:1.25em;
}
.contact-title span{
	text-transform:none;
	font-weight:normal;
    font-size:0.85em;
}
.contact-info{
	line-height:1.25em;
}

/*
Testimoni
=========================== */
#testimoni{
	background-position: 0 0!important;
	position:relative;
	overflow: auto;
	overflow-y: hidden;
}
/*.img-team {
    background: url(../img/team.png) center center no-repeat fixed;
    position: relative;
    overflow: auto;
    overflow-y: hidden;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
}*/

#testimoni blockquote{
	background:none;
	position:relative;
	margin:0 0 20px 0;
	padding:0;
	border:none;
	font-weight:400;
	font-size:30px;
	line-height:52px;
	letter-spacing:2px;
}

.testimoni-wrapper{
	background:rgba(45, 51, 57, 0.5);
	color:#fff;
}

.testimoni-avatar{
	width:100px;
	height:100px;
	border:10px solid rgba(0, 0, 0, 0.15);
	border-radius:50%;
	margin-bottom:20px;
}

#testimoni .heading{
    background-image:none;
    padding:0;
}

/*
Blog
=========================== */
.recent-post{
	margin-top:20px;
}

.recent-post h4 a{
	color:#444;
}

.meta-post{
	position:relative;
	display:block;
	background:url(../img/dashed.png) repeat-x left center;
	width:100%;
	height:60px;
	margin:30px 0 30px 0;
}

.post-icon{
	position:absolute;
	width:60px;
	height:60px;
	border-radius:50%;
	color:#fff;
	text-align:center;
	font-size:24px;
	line-height:58px;
	left:50%;
	margin-left:-30px;
	top:0;
}

.meta-col-left,
.meta-col-right{
	position:relative;
	float:left;
	width:50%;
	margin:0;
	padding:0;
}

.meta-col-left li,
.meta-col-right li{
	position:relative;
	float:left;
	list-style:none;
	width:100%;
	margin:0;
	padding:2px 0 3px 25px;
	color:#808080;
}

.meta-col-left li a,
.meta-col-right li a{
	color:#808080;
}

.meta-col-left li i{
	position:absolute;
	left:0;
	top:9px;
}

.meta-col-right li{
	text-align:right;
	padding:2px 25px 3px 0;
}

.meta-col-right li i{
	position:absolute;
	right:0;
	top:9px;
}

article{
	border-bottom:1px dashed #d8d8d8;
	padding-bottom:20px;
	margin-bottom:50px;
}

article h4{
	border-bottom:1px dashed #d8d8d8;
	padding-bottom:20px;
}

article h4 a{
	color:#444;
}

aside{
	float:left;
	width:100%;
	border-left:1px solid #d8d8d8;
	padding-left:30px;
}

.widget{
	float:left;
	width:100%;
	display:block;
	margin-bottom:30px;
}

aside .widget h5{
	border-bottom:2px solid #444;
	padding-bottom:20px;
}

.cat{
	margin:0;
	padding:0;
}

.cat li{
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
}

.cat li a{
	display:block;
	padding:5px 15px 5px 25px;
	color:#444;
}

.cat li i{
	position:absolute;
	text-align:center;
	font-size:14px;
	line-height:30px;
	top:5px;
	left:0;
	border-radius:50%;
}

.recent{
	margin:0;
	padding:0;
	display:block;
	width:100%;
}

.recent li{
	list-style:none;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	display:block;
	width:100%;
	border-bottom:1px dashed #d8d8d8;
}

.img-thumb{
	width:55px;
	height:auto;
	float:left;
	margin:0 15px 15px 0;
	border:1px solid #d8d8d8;
	padding:5px;
}

.recent li h6{
	font-size:14px;
	line-height:24px;
	margin:0;
}

.recent li h6 a{
	color:#444;
}

.recent-work{
	float:left;
	width:100%;
	margin:0 -5px 0 -5px;
	padding:0;
}

.recent-work li{
	float:left;
	list-style:none;
	width: 33.33333333%;
	margin:0 0 10px 0;
	padding:0 5px 0 5px;
}

.recent-work li a{
	display:block;
	padding:10px;
	border:1px solid #d8d8d8;
}

.tag{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

.tag li{
	float:left;
	list-style:none;
	margin:0 5px 5px 0;
	padding:0;
}

.tag li a{
	display:block;
	background:#f8fbfb;
	border:1px solid #bfcaca;
	border-radius:2px;
	letter-spacing:1px;
	padding: 5px 10px;
	color:#444;
}

.tag li a:hover{
	color:#fff;
	text-decoration:none;
}

/*
Comments
=========================== */
.comment-wrapper{
	float:left;
	width:100%;
}

.comment-wrapper .media {
	float:left;
	position:relative;
	position:relative;
	margin:0 0 30px 5%;
	padding:30px 30px 10px 70px;
	border:1px solid #d8d8d8;
	border-radius:2px;
	width:95%;
	overflow:visible;
}

.media-avatar img{
	position:absolute;
	float:left;
	background:#f8fefe;
	border:1px solid #d8d8d8;
	padding:5px;
	width:80px;
	height:80px;
	left:-5%;
	top:30px;
	z-index:1px;
}

.comment-wrapper .media h5 a{
	color:#444;
}

.comment-wrapper .divider {
	background:none;
	border-bottom:1px dashed #d8d8d8;
}

/*
Contact
=========================== */
.contact-detail{
	float:left;
	width:100%;
	color:#fff;
	padding-top:60px;
	padding-bottom:60px;
}
.contact-detail .col-md-6:nth-child(1n + 3) .contact-icon {
    margin-top: 15px;
}

.contact-detail h5{
	margin-bottom:10px;
	text-transform:uppercase;
}

.contact-detail .map{
    height:337px;
    width:100%;
}

.contact-icon{
	display:block;
	font-size:36px;
	line-height:32px;
	margin-bottom:15px;
}

.contact-wrapper{
	position:relative;
	overflow: auto;
	overflow-y: hidden;
	color:#fff;
}

.contact-form{
	color:#fff;
}

ul.listForm{
	float:left;
	width:100%;
	padding:0;
	margin:0;
}

ul.listForm li {
	float:left;
	width:49%;
	padding:0;
	margin:0 0 30px 0;	
	list-style:none;	
}

ul.listForm li .form-control:-moz-placeholder {
  color: #aeaeae;
}

ul.listForm li .form-control::-moz-placeholder {
  color: #aeaeae;
}

ul.listForm li .form-control:-ms-input-placeholder {
  color: #aeaeae;
}

ul.listForm li .form-control::-webkit-input-placeholder {
  color: #aeaeae;
}

ul.listForm li .form-control{
	background:none;
	border:1px solid #aeaeae;
}

ul.listForm li.first-list {
	margin-right:2%;
}

ul.listForm li.full-list{
	width:100%;
}

#sendmessage{
	display:none;
}

#sendmessage.show,.show  {
	display:block;
}

/*
Footer
=========================== */
footer{
	background:#000 url(../img/pattern_dark.png) no-repeat 0 0;
    background-size:cover;
	color:#fff;
	padding:60px 0 50px 0;
	text-align:center;
}

footer h5{
	margin-bottom:10px;
	text-transform:uppercase;
}

.subscribe-form{
	width:100%;
	position:relative;
	margin:30px 0 30px 0;
}

input.subscribe:-moz-placeholder {
  color: #3b3b3b;
}

input.subscribe::-moz-placeholder {
  color: #3b3b3b;
}

input.subscribe:-ms-input-placeholder {
  color: #3b3b3b;
}

input.subscribe::-webkit-input-placeholder {
  color: #3b3b3b;
}

input.subscribe{
	position:relative;
	width:100%;
	border:none;
	background:#fff;
	padding:20px;
	border-radius:4px;
    color:#505456;
}

.subscribe-button{
	position:absolute;
	width:40px;
	height:40px;
	border:none;
	border-radius:50%;
	right:20px;
	top:14px; 
	font-size:16px;	
}

.subscribe-button:hover{
	opacity: 1;
	filter: alpha(opacity=100); 	
}

.copyright{
	color:#989b9c;
}

.social-network{
	display:block;
	width:100%;
	font-size:24px;
	line-height:24px;
}

.social-network a{
	display:inline-block;
	color:#989b9c;
	margin:0 2px 5px 2px;
}

/*
Search
=========================== */
.search-wrapper{
	float:right;
	position:relative;
	background:none;
	background:#fff;
	border-radius:3px;
	width:50%;
	margin-top:20px;
}

.search{
	display:block;
	width:40%;
	background:none;
	border:none;
	padding:8px 20px 8px 20px;
	color:#4e4e4e;
}

.btn-search{
	background:#232a34 url(../img/search.png) no-repeat center center;
	position:absolute;
	border:none;
	text-indent:-9999px;
	overflow:hidden;
	top:0;
	right:0;
	padding:8px 25px 8px 25px;
	border-radius:0 3px 3px 0;
}

.btn-search:hover{
	background:#2f3640 url(../img/search.png) no-repeat center center;
}

/*
Inner page
=========================== */
.inner-head{
	color:#fff;
	padding:40px 0 40px 0;
	margin-top:-5px;
}

.inner-wrapper{
	position:relative;
}

.inner-head h3{
	text-transform:uppercase;
	margin-bottom:10px;
}

.inner-head p{
	margin:0;
}

.inner-page{
	position:relative;
}

/*
Team
=========================== */
.team-list,
.team-list li ul{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

.team-list li{
	float:left;
	width:100%;
	list-style:none;
	margin:-1px 0 0 0;
	padding:0;
	border:none;
	border-top:1px solid #8f9495;
}

.team-list li.first{
	border-top:none;
}

.team-list li ul li{
	width: 33.33333333%;
	padding:40px;
	border-left:1px solid #8f9495;
	border-top:none;
}

.team-list li ul li.first{
	border-left:none;
}

/*
Story line
=========================== */
.story-line{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

.story-box{
	float:left;
	width:20%;
	position:relative;
	border-bottom:1px solid #d8d8d8;
	padding:0 0 20px 40px;
}

.story-box p{
	margin-bottom:10px;
}

.story-box.on-bottom{
	margin-top:158px;
	border-top:1px solid #d8d8d8;
	padding:20px 0 0 40px;
}

.time-year{
	position:absolute;
	background:url(../img/dotted.png) repeat-y top center;
	float:left;
	width:60px;
	height:100%;
	text-align:center;
	left:-30px;
}

.time-year span{
	color:#fff;
	padding:20px 15px 20px 15px;
	border-radius:50%;
	font-weight:700;
}

.circle-sparator{
	position:absolute;
	width:14px;
	height:14px;
	border:1px solid #d8d8d8;
	background:#f8fefe;
	border-radius:50%;
	bottom:0;
	left:0;
	margin:0 0 -7px -7px;
	z-index:2;
}

/*
Services
=========================== */
.service-box{
	display:block;
	position:relative;
	border:4px double #d8d8d8;
	padding:60px 40px 40px 40px;
	background:#f8fbfb;
	text-align:center;
	border-radius:3px;
	margin-top:30px;
}

.service-icon{
	position:absolute;
	background:#444;
	width:80px;
	height:80px;
	color:#fff;
	border-radius:50%;
	text-align:center;
	font-size:40px;
	line-height:78px;
	top:0;
	left:50%;
	margin-left:-40px;
	margin-top:-40px;
}

/*
Divider
=========================== */
.divider{
	float:left;
	width:100%;
	height:1px;
	background:#d8d8d8;
	margin:60px 0 60px 0;
}

/*
Heading
=========================== */
.heading{
	color:#444;
	font-weight:700;
	font-size:36px;
	line-height:54px;
	letter-spacing:3px;
	margin-bottom:30px;
}

.heading h3{
	text-transform:uppercase;
	font-size:18px;
	line-height:18px;
}

.wrapper-impressum .heading h3{
	color:#fff;
}

/*
Media responsive
=========================== */
.video-container,.map-container,.embed-container{
	position:relative;
	margin:0 0 15px 0;
	padding-bottom:58%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	border:none;
}

.embed-container iframe,
.embed-container object,
.embed-container embed,
.video-container iframe,
.map-container iframe,
.map-container object,
.map-container embed,
.video-container video,  
.video-container source,  
.video-container object,  
.video-container embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

iframe {
	border:none;
}

/*
Ui to top
=========================== */
#toTop{
	display:none;
	text-decoration:none;
	z-index:600;
	position:fixed;
	bottom:20px;
	right:20px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	border-radius:2px;
	text-indent:-999px;
	background-image:url(../img/ui.totop.png);
	background-repeat:no-repeat;
	background-position: top left;
	background-color:rgba(0, 0, 0, 0.4);
}

#toTopHover{
	background-image:url(../img/ui.totop.png);
	background-repeat:no-repeat;
	background-position: left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus{
	outline:none;
}

/*
Loading
=========================== */
div.loading-invisible{
    display:none;
}

div.loading-visible{
    position:fixed;
	z-index:9999999;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align:center;
    padding-top:20%;
	font-size:24px;
	line-height:36px;
	color:#fff;
	font-weight:300;
}

div.loading-visible i{
	display:inline-block;
	margin-bottom:20px;
}

div.loading-visible .loader{
	margin-bottom:20px;
}

/*
Clear spacer
=========================== */
.margin-clear{
	margin:0;
}

.padding-clear{
	padding:0;
}

.margintop-clear{
	margin-top:0;
}

.paddingtop-clear{
	padding-top:0;
}

.marginbot-clear{
	margin-bottom:0;
}

.paddingbot-clear{
	padding-bottom:0;
}

.marginbot-min40{
	margin-bottom:-40px;
}

.margintop-min15{
	margin-top:-15px;
}

/*
Custom top spacer
=========================== */
.margintop5{
	margin-top:5px;
}

.margintop10{
	margin-top:10px;
}

.margintop15{
	margin-top:15px;
}

.margintop20{
	margin-top:20px;
}

.margintop25{
	margin-top:25px;
}

.margintop30{
	margin-top:30px;
}

.margintop35{
	margin-top:35px;
}

.margintop40{
	margin-top:40px;
}

.margintop45{
	margin-top:45px;
}

.margintop50{
	margin-top:50px;
}

.margintop55{
	margin-top:55px;
}

.margintop60{
	margin-top:60px;
}

.margintop80{
	margin-top:80px;
}
.paddingtop20{
    padding-top:20px;
}
.paddingtop40{
    padding-top:40px;
}

/*
Custom bottom spacer
=========================== */
.marginbot5{
	margin-bottom:5px;
}

.marginbot10{
	margin-bottom:10px;
}

.marginbot15{
	margin-bottom:15px;
}

.marginbot20{
	margin-bottom:20px;
}

.marginbot25{
	margin-bottom:25px;
}

.marginbot30{
	margin-bottom:30px;
}

.marginbot35{
	margin-bottom:35px;
}

.marginbot40{
	margin-bottom:40px;
}

.marginbot45{
	margin-bottom:45px;
}

.marginbot50{
	margin-bottom:50px;
}

.marginbot55{
	margin-bottom:55px;
}

.marginbot60{
	margin-bottom:60px;
}

.marginbot80{
	margin-bottom:80px;
}

.paddingbot20{
    padding-bottom:20px;
}

/*
Custom left spacer
=========================== */
.marginleft5{
	margin-left:1px;
}

.marginleft10{
	margin-left:10px;
}

.marginleft15{
	margin-left:15px;
}

.marginleft20{
	margin-left:20px;
}

/*
Custom right spacer
=========================== */
.marginright5{
	margin-right:1px;
}

.marginright10{
	margin-right:10px;
}

.marginright15{
	margin-right:15px;
}

.marginright20{
	margin-right:20px;
}

/*
Custom responsive
=========================== */

@media (max-width: 1450px){
	/*
    #testimoni .half-containt{
        padding:80px 90px;
    }
    #features.half-containt{
        padding:275px 90px;
    }
    */
}
@media (min-width: 1200px){
	.video-player{
		width:720px;
		top:30px;
		left:128px;
	}
	.home-wrapper h1,
	.bg-slide h1{
		font-size:72px;
		line-height:68px;
	}
	.scrolltop ul li{
		font-size:18px;
		line-height:30px;
	}
}
@media (max-width: 1199px){
	.navbar-brand>img {
	    margin-top: 10px;
	}
}
@media (max-width: 1150px){
    
    .pseudo-break{
        display:inline-block;
    }   
}
@media (max-width: 1024px){ /*1040*/
	.history-col{
		background: url(../img/geschichte-mobile.png) no-repeat fixed 50% 80%;
    	background-size: cover;
	}
	.contact-text, address{font-size:12px;}
}

@media (max-width: 992px){
    .navbar-brand{
        max-width:200px;
        height:72px;
    }
    .navbar-brand>img {
    	margin-top: 23px;
	}
    .home-wrapper, .bg-slide{
        margin-top:-58px;
        min-height: calc(100vh - 27px);
    }
    #testimoni{
    	display:block;
    }
    .img-features{
	    min-height:450px;
	}
	.history-col {
	    background: url(../img/geschichte-mobile.png) no-repeat 50% 50%!important;
	    background-size: cover!important;
	}
}
@media (max-width: 990px){
	.navbar-brand>img {
	    margin-top: 18px;
	}
    #intro.flex, #intro .flex,
    #gallery.flex, #gallery .flex{
        display:block;
    }
    .img-intro,
    .img-gallery {
        background-position:center left;
        height: 380px;
    }
    .team-wrapper{
        background-color:transparent;
    }
}
@media (min-width: 768px) and (max-width: 990px) {
	.navbar-default .navbar-nav li a,
	.navbar-default .navbar-nav li a:active,
	.navbar-default .navbar-nav li a:hover,
	.navbar-default .navbar-nav li a:focus{
		font-size:11px;
		padding:28px 8px 28px 8px;
	}
	.video-player{
		width:546px;
		top:23px;
		left:103px;
	}
	.home-wrapper h1,
	.bg-slide h1{
		font-size:52px;
		line-height:48px;
	}
	.scrolltop ul li{
		font-size:14px;
		line-height:20px;
	}
	.timeline{
		float:left;
		width:100%;
		padding-bottom:20px;
		padding-left:10%;
		padding-right:10%;
	}
	.box-line.on-right, .box-line.on-left{
		float:left;
		width:100%;
		padding-top:100px;
		padding-bottom:30px;
	}
	.box-line.on-right .box-wrapp, .box-line.on-left .box-wrapp{
		background:none;
		padding-left:20px;
		padding-right:20px;
	}
	.box-line.on-right .box-icon,
	.box-line.on-left .box-icon,
	.box-line.on-right .box-time,
	.box-line.on-left .box-time{
		top:0;
		left:50%;
		margin:0 0 0 -40px;
	}
	.box-line.on-right .box-containt,
	.box-line.on-left .box-containt{
		text-align:center;
	}
	.jwg_slider_module .tabbed_navigation > ul li{
		margin-bottom:10px;
	}
	.tabs-containt{
		padding-top:0;
		padding-bottom:20px;
	}
	.half-column{
		width:100%;
	}
	.half-containt{
		padding:60px 60px 40px 60px;
	}
	.counter-text{
		display:block;
		margin-bottom:30px;
	}
	.gallery-item,
	.gallery-item.two-column{
		width: 50%;
	}
	.recent-post{
		float:left;
		margin-bottom:20px;
	}
	.contact-text{
		display:block;
		margin-bottom:20px;
	}
	.search-wrapper{
		float:left;
	}
	.service-box{
		margin-top:80px;
	}
	aside{
		border-left:none;
		padding-left:0;
	}
	.detail-post,
	.detail-aside{
		width:100%;
	}
	.detail-desc{
		border-right:none;
	}
	.detail-aside{
		border-top:1px solid #bfcaca;
	}
    .team-half {
        width: 750px;
        margin: auto;
        padding:0px 15px;
    }
    .clearfix.contact{
        display:block;
    }
}
@media (max-width: 767px) {	
	.video-player{
		width:72.38%;
		height:84%;
		top:5.5%;
		left:14%;
	}
	.navbar-default .navbar-collapse{
		float:none;
	}
	.navbar-default .navbar-nav > li{
		padding:0 20px 0 20px;
		margin-bottom:5px;
		float:left;
		width:100%;
	}
	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a:active,
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus{
		border:1px solid #dedede;
		padding:10px 20px 10px 20px;
		border-radius:4px;
	}
	.navbar-default .dropdown-menu {
		position:relative;
		background:none;
		float:left;
		width:100%;
		padding:0 10px 0 10px;
		-webkit-box-shadow: none;
		box-shadow: none;
		border:none;
		left:0;
	}
	.navbar-default .dropdown-menu li a{
		font-size:14px;
		line-height:14px;
		border:1px solid #dedede;
		padding:10px 20px 10px 20px;
		border-radius:4px;
		margin-top:5px;
	}
	.home-wrapper,
	.bg-slide{
		padding:20px;
	}
	.home-wrapper h2,
	.bg-slide h2{
		font-size:20px;
		line-height:20px;
	}
	.home-wrapper h1,
	.bg-slide h1{
		font-size:32px;
		line-height:28px;
	}
	.scrolltop ul li{
		font-size:12px;
		line-height:20px;
	}
	.home-container{
		padding:80px 0 80px 0;
	}
	.timeline{
		float:left;
		width:100%;
		padding-bottom:20px;
	}
	.box-line.on-right, .box-line.on-left{
		float:left;
		width:100%;
		padding-top:100px;
		padding-bottom:30px;
	}
	.box-line.on-right .box-wrapp, .box-line.on-left .box-wrapp{
		background:none;
		padding-left:20px;
		padding-right:20px;
	}
	.box-line.on-right .box-icon,
	.box-line.on-left .box-icon,
	.box-line.on-right .box-time,
	.box-line.on-left .box-time{
		top:0;
		left:50%;
		margin:0 0 0 -40px;
	}
	.box-line.on-right .box-containt,
	.box-line.on-left .box-containt{
		text-align:center;
	}
	.jwg_slider_module .tabbed_navigation > ul {
		float:left;
		width:100%;
	}
	.jwg_slider_module .tabbed_navigation > ul li{
		float:left;
		width:100%;
		margin-bottom:5px;
	}
	.tabs-containt{
		padding-top:0;
		padding-bottom:20px;
	}
	.half-column{
		width:100%;
	}
	.half-containt{
		padding:60px 60px 40px 60px;
	}
	.counter-text{
		display:block;
		margin-bottom:30px;
	}
	.gallery-item,
	.gallery-item.two-column{
		width: 50%;
	}
	.recent-post{
		float:left;
		margin-bottom:20px;
	}
	.contact-text{
		display:block;
		margin-bottom:20px;
	}
	.team-list li{
		border:none;
	}
	.team-list li ul li,
	.team-list li ul li.first{
		width: 60%;
		border:1px solid #8f9495;
		margin-bottom:40px;
		margin-left:20%;
		margin-right:20%;
	}
    
	.search-wrapper{
		float:left;
	}
	.service-box{
		margin-top:80px;
	}
	aside{
		border-left:none;
		padding-left:0;
	}
	.detail-post,
	.detail-aside{
		width:100%;
	}
	.detail-desc{
		border-right:none;
	}
	.detail-aside{
		border-top:1px solid #bfcaca;
	}
}

@media (max-width: 670px) {	
	.gallery-item,
	.gallery-item.two-column{
		width: 100%;
		text-align:center;
	}
	.img-column{
		width:60%;
		margin-left:20%;
        max-width:360px;
	}
}

@media (max-width: 570px) {	
	.gallery-item,
	.gallery-item.two-column{
		width: 100%;
	}
	.img-column{
		width:80%;
		margin-left:10%;
	}
	.team-list li ul li,
	.team-list li ul li.first{
		width: 80%;
		border:1px solid #8f9495;
		margin-bottom:40px;
		margin-left:10%;
		margin-right:10%;
	}
	.home-wrapper,
	.bg-slide{
		padding:20px;
	}
	.home-wrapper h2,
	.bg-slide h2{
		font-size:16px;
		line-height:16px;
	}
	.home-wrapper h1,
	.bg-slide h1{
		font-size:24px;
		line-height:28px;
	}
	.scrolltop ul li{
		font-size:10px;
		line-height:18px;
	}
	.home-container{
		padding:6vh 0;
	}
}

@media (max-width: 470px) {	
    .home-wrapper, .bg-slide {
        padding: 0px;
    }
    .home-container{
        border:20px double rgba(255,255,255,0.5);
    }
    h4{
    	font-size:21px;
    }
    .heading{
    	font-size:24px;
    }
}
@media (max-width: 410px) {	
	.gallery-item,
	.gallery-item.two-column,
	.img-column{
		width: 100%;
		margin:0;
	}
}

@media (max-height: 690px) {	
    .home-container{
        padding:6vh 0;
    }
}


/*
Map
=========================== */
    #map {
        height:337px;
        width:550px;
    }
    .gm-style-iw * {
        display: block;
        width: 100%;
    }
    .gm-style-iw h4, .gm-style-iw p {
        margin: 0;
        padding: 0;
    }
    .gm-style-iw a {
        color: #4272db;
    }


/*
Paralax
=========================== */


.parallax-wrapper {
    background: rgba(0, 0, 0, 0.5) url("../img/geschichte.png") no-repeat fixed 50% 0;
 	background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;

	color: #000;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}


.parallax-detail.containt {
	padding:0px;
	}


/* Lightbox Gallery */
#gallery a {
	text-decoration:none;
	}

#gallery .gallery-item {
	width: 200px; height: 200px; overflow: hidden;
	float: left;
	border: 5px solid #333;
	margin: 5px;
	}


#gallery .gallery-item a { 
    overflow: hidden;
	}

#gallery .gallery-item a img {
	height: 100%; 
	align-self: center;
	}

.lightbox {
	/** Hide the lightbox */
	display: none;
	
	/** Apply basic lightbox styling */
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color:#333333;
    background-color:rgba(0, 0, 0, 0.65);
	}

.lightbox:target {
    /** Show lightbox when it is target */
    display: flex;
    align-items: center;
    outline: none;
}

.lightbox .box {
  	width: -webkit-min-content;
  	width: -moz-min-content;
  	width: min-content;
 	margin: 2% auto;
	padding:10px 20px 10px 20px;
	background-color:#FFF;
	box-shadow: 0px 1px 26px -3px #777777; 
	}

.lightbox .title {
	margin:0;
	padding:0 0 10px 0px;
	border-bottom:1px #ccc solid;
	font-size:22px;
	}

.lightbox .content {
	display:block;
	position:relative;
	}
	

.lightbox .content .desc {
	z-index:99;
	bottom:0;
	position:absolute;
	padding:10px;
	margin:0 0 4px 0;
	background:rgba(0,0,0,0.8);

	color:#fff;
	font-size:17px;
	opacity:0;
	transition: opacity ease-in-out 0.5s;
	}	
	
.lightbox .content:hover .desc	{
	opacity:1;
}

.lightbox .next,
.lightbox .prev,
.lightbox .close {
	display:block;
	text-decoration:none;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:22px;
	color:#858585;
	}

.prev {
	float:left;
	}

.next, .close {
	float:right;
    z-index:55;
	}
	
	.clear {
		display:block;
		clear:both;
		}
.margin-r{
margin-right: 3%;
margin-left: 3%
}

.style-header{
font-family: 'Open Sans', sans-serif;
}
.margin_rr{
	margin-left: 3%;
}

    @media (max-width: 450px) .persons {
    	width: 25% !important;
    }

.persons { 
/* 05.09.2017 by m.sendke */
/* width:33%; */
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) .persons { 
width:25% !important;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
width:25% !important;
}