@charset "utf-8";
/* ==========================================================================
   CSS Reset
   ========================================================================== */
/*
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
*,*:after,*:before {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;}

/* ==========================================================================
   Common CSS
   ========================================================================== */
body {font: normal 14px/20px Arial, Helvetica, sans-serif;color: #555555;background: #fff;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
a {outline: none;text-decoration: none;color: #b41124;transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;}
a:hover,a:focus{text-decoration: none;}
.container {width: 1140px;margin: 0 auto;}
.row{clear: both;}
.row:after,.row:before{content: " ";display: table;}
#wrapper {min-height: 100%;position: relative;}
p{color:#555;font:13px/18px 'noto_serifregular';}
img{height:auto;max-width:100%;display:block;}
.btn {
	display: block;
	width: 100%;
	border: 0;
	outline: 0;
	text-align: center;
	cursor: pointer;
	color: #fff;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	font: 13px/40px 'sansationregular';	
	background: #ae986b;
	height: 45px;
}
.btn:hover,.btn:active {
	background: #bda574;
}
.visibleXs {
	display: none;
}
/* ==========================================================================
   Setting up the fonts
   ========================================================================== */
@font-face {
    font-family: 'noto_serifregular';
    src: url('../fonts/notoserif-regular-webfont-webfont.eot');src: url('../fonts/notoserif-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/notoserif-regular-webfont-webfont.woff2') format('woff2'),url('../fonts/notoserif-regular-webfont-webfont.woff') format('woff'),url('../fonts/notoserif-regular-webfont-webfont.ttf') format('truetype'),url('../fonts/notoserif-regular-webfont-webfont.svg#noto_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sansationbold';
    src: url('../fonts/sansation-bold-webfont-webfont.eot');src: url('../fonts/sansation-bold-webfont-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/sansation-bold-webfont-webfont.woff2') format('woff2'),url('../fonts/sansation-bold-webfont-webfont.woff') format('woff'),url('../fonts/sansation-bold-webfont-webfont.ttf') format('truetype'),url('../fonts/sansation-bold-webfont-webfont.svg#sansationbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sansationregular';
    src: url('../fonts/sansation-regular-webfont-webfont.eot');src: url('../fonts/sansation-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/sansation-regular-webfont-webfont.woff2') format('woff2'),url('../fonts/sansation-regular-webfont-webfont.woff') format('woff'),url('../fonts/sansation-regular-webfont-webfont.ttf') format('truetype'),url('../fonts/sansation-regular-webfont-webfont.svg#sansationregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ==========================================================================
   Header
   ========================================================================== */

header {
	clear: both;
	overflow: hidden;
	padding-bottom: 26px;	
}
#logo {
	float: left;
	width: 163px;
	margin: 30px 0 0 44px;
}
#logo a {
	display: block;
}
/* Menu */
header nav {
	float: right;
	padding: 135px 0 0 0;
	font-size: 0;
	line-height: 0;
}
header nav ul li {
	display: inline-block;
	margin-left: 35px;
}
header nav ul li a,.sliderTab .tabHead li a,.footerLinsk ul li a {
	display: block;
	color: #555;
	font: 14px/20px 'noto_serifregular';
}
header nav ul li:hover a,header nav ul li.active a,.sliderTab .tabHead li a:hover,.sliderTab .tabHead li a.active,.footerLinsk ul li a:hover {
	color: #b08d46;
}
.toggleMenu {
	display: none;
	position: relative;
	float: right;
	width: 25px;
	height: 20px;
	margin: -42px 8px 0 0;
	background: url(../images/menu_icon.png) no-repeat center center / 100%;
	z-index: 999;
}

/* ==========================================================================
   Footer
   ========================================================================== */

footer {
	clear: both;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000000;
	background: #fff;
	text-align: center;
}
footer .footerLinsk {
	text-align: center;
	font-size: 0;
	line-height: 0;
}
.footerLinsk ul li {
	display: inline-block;
	padding: 30px 9px 20px 0;
	font: 12px/20px 'noto_serifregular';
}
.footerLinsk ul li a {
	display: inline-block;
	font-size: 12px;
}
.footerLinsk ul li:before {
	content: '|';
	padding-right: 9px;
	display: inline-block;
}
.footerLinsk ul li:first-child:before {
	display: none;
}

/* ==========================================================================
   Main
   ========================================================================== */
#main {
	clear: both;
	padding-bottom: 60px;
}
.slider {
	clear: both;
	overflow: hidden;
	position: relative;
}
.sliderContent {
	position: absolute;
	left: 0;
	top: 50px;
	width: 480px;
	padding: 25px 30px 35px;
	background: rgba(255,255,255,.8);
	z-index: 999999;
}
.sliderContent h2 {
	font: 22px/28px 'noto_serifregular';
}
.sliderContent p {
	margin-top: 20px;
	font: 13px/18px "sansationregular";
}
.sliderTab {
	
}
.sliderTab .tabHead {
	font-size: 0;
	line-height: 0;
	padding-bottom: 15px;
}
.sliderTab .tabHead li {
	display: inline-block;
	margin-right: 25px;
}
.sliderTab .tabHead li a {
	padding-bottom: 3px;
}
.sliderTab .tabHead li a:hover,.sliderTab .tabHead li a.active {
	border-bottom: 1px solid;
}
.footerLinsk ul li a:hover {
	text-decoration: underline;
}
.tabBlock {
	display: none;
}
.mCustomScrollBox:after {
	content: '';
	position: absolute;
	left: 0;
	right: 21px;
	bottom: -10px;
	height: 52px;
	background: url(../images/bottom_shadow.png) repeat-x left bottom;
}

 /* ==========================================================================
   Inner pages
   ========================================================================== */
.content {
	clear: both;
	overflow: hidden;
	background: #efeeee;
}
.content .contentImage {
	float: left;
	width: 50%;
}
.contact_image_container img {
	max-width:none !important;
}
.home_image_container img {
	max-width:none !important;
	width:100%
}
.contact_image_container {
	width:50%;
	height:100%;
	display:flex;
	float:left;
	overflow:hidden;
}
.home_image_container {
	width:100%;
	height:100%;
	display:flex;
	float:left;
	overflow:hidden;
}
.contentImage img {
	width: 100%;
}
.content .contentPart {
	float: left;
	width: 50%;
	padding: 50px 30px 20px;
}
/* referenzenPart */
.referenzenBlock {
	clear: both;
	overflow: hidden;
	padding-bottom: 40px;
}
.referenzenPart .row {
	clear: both;
	overflow: hidden;
	padding-bottom: 25px;
}
.contentPart h3 {
	margin-bottom: 15px;
	font: 22px/28px "noto_serifregular";
}
.referenzenPart h4 {
	margin-bottom: 5px;
	font: 13px/14px 'sansationbold';
}
.contentPart  p {
	padding-bottom: 17px;
	font: 13px/18px 'sansationregular';
}
.referenzenBlock p a {
	color: #555;
}
.referenzenBlock p a:hover {
	color: #bda574;
	text-decoration: underline;
}
.referenzenBlock figure {
	float: left;
	width: 32%;
}
.referenzenBlock .referenzenRight {
	float: left;
	width: 68%;
	padding: 0 0 0 22px;
}

/* form styles */
.contentPart {
	position: relative;
}
.contactPart p {
	
}
.contactPart .row {
	margin: 0 -5px;
}
.contactPart form {
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px dashed #d1d1d1;
}
.contactPart .row .formFiled {
	float: left;
	width: 50%;
	padding: 0 5px;
}
.contactPart .formFiled {
	margin-bottom: 10px;
}
.formControl {
	border: 1px solid transparent;
	outline: 0;
	width: 100%;
	height: 40px;
	color: #555;
	transition: all .3s ease-in-out;
	padding: 13px;
	-webkit-transition: all .3s ease-in-out;
	font-size: 13px;
	font-family: 'sansationregular';	
}
textarea.formControl {
	height: 180px;
	resize: none;
}
.formControl:focus {
	border-color: #b08d46;
}
.contactPart p {
	padding-bottom: 0;
}
.contactPart form p {
	padding-top: 15px;
	text-align: center;
	font: 13px/20px 'sansationregular';
	color: #9e8a62;
}
.contactPart address {
	clear: both;
	padding: 17px 0 0 0;
}
.contactPart address p,.contactPart address span {
	font: 13px/18px 'sansationregular';
	margin-bottom: 15px;
}
.contactPart address .addressBlock {
	float: left;
}
.contactPart address aside  p:last-child {
	margin-bottom: 0;
}
.contactPart address .facebook {
	float: right;
	width: 70px;
	text-align: right;
}
.contactPart address a {
	color: #555;
}
.contactPart address a:hover {
	text-decoration: underline;
}
.contactPart address span {
	display: block;
	margin: 6px 0 4px;
}
.facebook a {
	float: right;
	width: 55px;
	height: 55px;
	background: url(../images/facebook.png) no-repeat center center;
}
.contactPart address .facebook a:hover {
	text-decoration: none;
	background-image: url(../images/facebook_hover.png);
}
.impressumBlock h3 {
	margin-bottom: 20px;
}
 /* ==========================================================================
   Owl Carousel - Animate Plugin
   ========================================================================== */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
 @-webkit-keyframes fadeOut {
0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
@keyframes fadeOut {
0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden; /* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: auto;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-item img.tab2 {
	display: none;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
/* No Js */
.no-js .owl-carousel {
	display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}
.owl-controls {
	position: absolute;
	left: 0;
	right: 0;
	font-size: 10px;
	line-height: 0;
	bottom: 19px;
	text-align: center;
}
.owl-controls .owl-dot {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 3px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	border: 1px solid #bda574;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	background: #fff;
}
.owl-controls .owl-dot:hover,.owl-controls .owl-dot.active {
	border-color: #fff;
	background: #bda574;
}

.has-error .help-block, .has-error .help-inline, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
	color:#a94442;
	font:11px/16px "sansationregular"
}   

.has-error .formControl{
	border-color:#ebccd1;
}

.hidden{
	visibility:hidden;
	display:none;
}

.error_block{
	padding:0px 0px 10px 10px;
	text-align:center;
}

 /* ==========================================================================
   Responsive styles
   ========================================================================== */
@media (max-width:1199px) {
.content .contentPart {
	padding: 40px 30px 20px;
}
.contentPart  p {
	font: 15px/18px 'sansationregular';
}
.container {
	width: 950px;
}
.sliderContent {
	width: 400px;
}
.sliderTab .tabHead li {
	margin-right: 13px;
}
.scrollBar .content {
	max-height: 650px;
}
.contactPart address {
	padding-top: 5px;
}
}
@media (max-width:979px){
.container {
	width: 730px;
}
#logo {
	margin-left: 0;
}
header nav ul li {
	margin-left: 25px;
}
.sliderContent {
	width: 370px;
	top: 25px;
}
.sliderContent p {
    margin-top: 8px;
}
.sliderContent h2 {
    font: 18px/24px "noto_serifregular";
}
.scrollBar .content {
    max-height: 664px;
}
.referenzenBlock .referenzenRight {
	padding-left: 10px;
}
.referenzenBlock figure {
	width: 25%;
}
.referenzenBlock .referenzenRight {
	width: 74%;
}
.content .contentPart {
	padding: 26px 17px 20px;
}
.referenzenBlock {
	padding-bottom: 0;
}
#logo {
	float: none;
	width: 170px;
	margin: 25px auto;
}
header nav {
	padding: 0;
	float: none;
	text-align: center;
}
}
@media (max-width:767px){
.contact_image_container img {
	width: 100%;	
}
.contact_image_container {
	width:100%;
	max-height:480px;
}
.container {
	width: 100%;
}
.owl-carousel .owl-item img {
	max-width:100% !important;
}
.owl-carousel {
	min-height:1px !important;
}
.hiddenXs {
	display: none;
}
.scrollBar .content {
    max-height: 1000006px;
}
.visibleXs {
	display: block;
}
.content .contentPart,.content .contentImage,.sliderContent {
	width: 100%;
}
header {
	padding: 0;
}
header nav ul {
	display: none;
	border-bottom: 1px solid #bda574;
}
header nav ul li {
	display: block;
	margin: 0;
	text-align: center;
	border-top: 1px solid #555555;
}
header nav ul li a {
	padding: 5px 0;
}
.toggleMenu {
	display: block;
}
.slider .item {
	overflow: hidden;
}
.slider figure {
	font-size: 0;
	line-height: 0;
}
.sliderContent {
    top: 37px;
    width: 315px;
}
.sliderContent h2 {
    font: 22px/28px "noto_serifregular";
}
.sliderContent p {
	font: 15px/22px "sansationregular";
}
.owl-controls,.mCustomScrollBox::after {
	display: none;
}
.footerLinsk ul {
	padding: 10px;
}
.footerLinsk ul li {
	padding: 0 7px 0 0;
}
.referenzenBlock figure {
	margin-bottom: 10px;
}
.referenzenPart .row {
	margin-bottom: 10px;
	padding-bottom: 0;
}
.contentPart p {
	padding-bottom: 10px;
}
.contactPart address {
	padding-top: 20px;
}
.mCSB_scrollTools {
	display: none !important;
}
.mCSB_inside > .mCSB_container {
	margin-right: 0;
}
.owl-carousel .owl-item {
	background: #efeeee;
}
.support ul li img {
  max-width: 100%;
}

.sliderContent
{
	margin-bottom: 40px;
}
.sliderContent p {
    font: 13px/17px "sansationregular";
}
.sliderContent {
	position: relative;
	top: auto;
	width: 100%;
	padding: 25px 15px 35px;
	background: none;
}
.sliderContent p {
    font: 15px/22px "sansationregular";
}
}

.g-recaptcha {
	height:77px;
	margin-bottom:10px;
}
.owl-carousel .owl-item img {
	max-width:none;
}
ul.tabHead li:nth-child(2n) {
	margin-top:10px;
}

@media (min-width:767px) {
	.owl-carousel {
		min-width: 100%;
	}
	.owl-item {
		width:1140px;
	}
	.owl-item figure img {
		display:none !important;
	}
	.owl-item figure {
		background-position: 50% 0 !important;
		min-height:710px;
		width:100%;	
	}
}	

.owl-carousel.hide {
	display:none;
}

.no_slide .owl-dots {
	display:none !important;
}