/*------------------------------------------------------------------
Project:    Styria Wohnbau
Author:     Concepta Werbeagentur GmbH
URL:
Version:    2.0
-------------------------------------------------------------------*/



/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}


/* ==================================================================
Bootstrap fix for WinPhone 8 and IE10
================================================================== */

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }



/* ==================================================================
Bootstrap fix - same Column Height
================================================================== */

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

/* columns of same height styles */

.row-height {
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
}
.col-height {
	display: table-cell;
	float: none;
	height: 100%;
}
.col-top {
	vertical-align: top;
}
.col-middle {
	vertical-align: middle;
}
.col-bottom {
	vertical-align: bottom;
}



/* ==================================================================
General
================================================================== */

h1 {
	font-size: 50px;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	line-height: 40px;
	margin:0;
	padding:0;
	margin-bottom:40px;
	display:block;
	color:#9D9D9D;
}

h1 span {
	color: #e40e25;
	font-size: 50px;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
}

p {
	font-size: 18px;
	line-height: 25px;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	color:#9d9d9d;
	margin-bottom:5%;
}



p.lead-in {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}





/* ==================================================================
Spinner
================================================================== */

.loader-wrapper {
	background: white none repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 999;
}


.sk-fading-circle {
	margin: auto;
	width: 40px;
	height: 40px;
	position: relative;

	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top:-20px;
	z-index: 99999;
}

.sk-fading-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.sk-fading-circle .sk-circle:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #D3006D;
	border-radius: 100%;
	-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
	animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
	0%, 39%, 100% { opacity: 0; }
	40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
	0%, 39%, 100% { opacity: 0; }
	40% { opacity: 1; }
}


.sk-folding-cube {
	margin: auto;
	width: 80px;
	height: 80px;
	position: relative;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);

	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top:-40px;
}

.sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #D3006D;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	} 25%, 75% {
		  -webkit-transform: perspective(140px) rotateX(0deg);
		  transform: perspective(140px) rotateX(0deg);
		  opacity: 1;
	  } 90%, 100% {
			-webkit-transform: perspective(140px) rotateY(180deg);
			transform: perspective(140px) rotateY(180deg);
			opacity: 0;
		}
}

@keyframes sk-foldCubeAngle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	} 25%, 75% {
		  -webkit-transform: perspective(140px) rotateX(0deg);
		  transform: perspective(140px) rotateX(0deg);
		  opacity: 1;
	  } 90%, 100% {
			-webkit-transform: perspective(140px) rotateY(180deg);
			transform: perspective(140px) rotateY(180deg);
			opacity: 0;
		}
}


/* ==========================================================================
     CUSTOM STYLES
   ========================================================================== */


html{
	overflow-y: scroll;
	-ms-overflow-style: scrollbar;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
html, body{
	height: 100%;
	-webkit-font-smoothing: antialiased;
	position:relative;
}


.margin-bottom-5 {
	margin-bottom: 5px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}


.margin-bottom-15 {
	margin-bottom: 15px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-25 {
	margin-bottom: 25px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-35 {
	margin-bottom: 35px;
}

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

.margin-bottom-50 {
	margin-bottom: 50px;
}

.margin-bottom-80 {
	margin-bottom: 80px;
}



.margin-top-5 {
	margin-top: 5px;
}

.margin-top-10 {
	margin-top: 10px;
}


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

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-25 {
	margin-top: 25px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-35 {
	margin-top: 35px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-top-80 {
	margin-top: 80px;
}


.padding-top-80 {
	padding-top: 80px;
}

.padding-bottom-80 {
	padding-bottom: 80px;
}


.padding-top-188 {
	padding-top: 188px;
}


.padding-bottom-188 {
	padding-bottom: 188px;
}


.text-left {
	text-align: left!important;
}

.text-center {
	text-align: center!important;
}

.text-right {
	text-align: right!important;
}

.float-left {
	float:left!important;
	text-align: left;
}

.float-right {
	float:right!important;
	text-align: right;
}

.no-margin {
	margin: 0 !important;
}

.no-left-margin {
	margin-left: 0 !important;
}

.no-right-margin {
	margin-right: 0 !important;
}

.no-top-margin {
	margin-top: 0 !important;
}

.no-bottom-margin {
	margin-bottom: 0 !important;
}


.no-padding {
	padding:0!important;
}

.no-margin {
	margin:0!important;
}


.absolute-center {

	/* Internet Explorer 10 */
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;

	/* Firefox */
	display:flex;
	justify-content:center;
	align-items:center;*

	/* Safari, Opera, and Chrome */
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;

	/* W3C */
	display:box;
	box-pack:center;
	box-align:center;

}


.vertical-center-wrapper {
	overflow: hidden;
	position: relative;
	display: table;
	min-height: 508px;
}

.vertical-center {
	height: 100%;
	min-height: 100%;
	display: table-cell;
	vertical-align: middle;
}


/* Buttons */

.carousel-caption .btn {
	text-shadow: none;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.btn-default {
	color: white;
	background-color: transparent;
	text-transform:	uppercase;
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	padding: 8px 43px;
	font-size: 16px;
	/*line-height: 50px;*/
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform: uppercase;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;

	-moz-transform: matrix( 1.29917256294868,0,0,1.29917256294868,0,0);
	-webkit-transform: matrix( 1.29917256294868,0,0,1.29917256294868,0,0);
	-ms-transform: matrix( 1.29917256294868,0,0,1.29917256294868,0,0);

	border: 2px solid white;
}






/* Side Panel */

.cd-panel {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	-webkit-transition: visibility 0s 0.6s;
	-moz-transition: visibility 0s 0.6s;
	transition: visibility 0s 0.6s;
	z-index: 10;
}
.cd-panel::after {
	/* overlay layer */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	cursor: pointer;
	content: '';
	-webkit-transition: background 0.3s 0.3s;
	-moz-transition: background 0.3s 0.3s;
	transition: background 0.3s 0.3s;
}
.cd-panel.is-visible {
	visibility: visible;
	-webkit-transition: visibility 0s 0s;
	-moz-transition: visibility 0s 0s;
	transition: visibility 0s 0s;
}
.cd-panel.is-visible::after {
	background: rgba(16, 16, 16, 0.8);
	-webkit-transition: background 0.3s 0s;
	-moz-transition: background 0.3s 0s;
	transition: background 0.3s 0s;
}
.cd-panel.is-visible .cd-panel-close::before {
	-webkit-animation: cd-close-1 0.6s 0.3s;
	-moz-animation: cd-close-1 0.6s 0.3s;
	animation: cd-close-1 0.6s 0.3s;
}
.cd-panel.is-visible .cd-panel-close::after {
	-webkit-animation: cd-close-2 0.6s 0.3s;
	-moz-animation: cd-close-2 0.6s 0.3s;
	animation: cd-close-2 0.6s 0.3s;
}
@-webkit-keyframes cd-close-1 {
	0%,
	50% {
		-webkit-transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(45deg);
	}
}
@-moz-keyframes cd-close-1 {
	0%,
	50% {
		-moz-transform: rotate(0);
	}
	100% {
		-moz-transform: rotate(45deg);
	}
}
@keyframes cd-close-1 {
	0%,
	50% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@-webkit-keyframes cd-close-2 {
	0%,
	50% {
		-webkit-transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(-45deg);
	}
}
@-moz-keyframes cd-close-2 {
	0%,
	50% {
		-moz-transform: rotate(0);
	}
	100% {
		-moz-transform: rotate(-45deg);
	}
}
@keyframes cd-close-2 {
	0%,
	50% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
.cd-panel-header {
	position: fixed;
	width: 90%;
	height: 50px;
	line-height: 50px;
	background: #d80d23;
	z-index: 4;
	-webkit-transition: top 0.3s 0s;
	-moz-transition: top 0.3s 0s;
	transition: top 0.3s 0s;
}

.cd-panel-header h1 {
	font-weight: bold;
	padding-left: 5%;
	margin: 5px 60px 0 0;
	font-family: 'Ubuntu', sans-serif;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
	font-size: 18px;
}

.from-right .cd-panel-header,
.from-left .cd-panel-header {
	top: -50px;
}
.from-right .cd-panel-header {
	right: 0;
}
.from-left .cd-panel-header {
	left: 0;
}
.is-visible .cd-panel-header {
	top: 0;
	-webkit-transition: top 0.3s 0.3s;
	-moz-transition: top 0.3s 0.3s;
	transition: top 0.3s 0.3s;
}

.cd-panel-close {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 60px;
	/* image replacement */
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.cd-panel-close::before,
.cd-panel-close::after {
	/* close icon created in CSS */
	position: absolute;
	top: 22px;
	left: 20px;
	height: 3px;
	width: 20px;
	background-color: #ffffff;
	/* this fixes a bug where pseudo elements are slighty off position */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	content: '';
}
.cd-panel-close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-panel-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.no-touch .cd-panel-close:hover {
	background-color: #6B6C6E;
}
.no-touch .cd-panel-close:hover::before,
.no-touch .cd-panel-close:hover::after {
	background-color: #CCC;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.no-touch .cd-panel-close:hover::before {
	-webkit-transform: rotate(220deg);
	-moz-transform: rotate(220deg);
	-ms-transform: rotate(220deg);
	-o-transform: rotate(220deg);
	transform: rotate(220deg);
}
.no-touch .cd-panel-close:hover::after {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.cd-panel-container {
	position: fixed;
	width: 90%;
	height: 100%;
	top: 0;
	background: #ffffff;
	z-index: 3;
	text-align: left;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.from-right .cd-panel-container {
	right: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.from-left .cd-panel-container {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.is-visible .cd-panel-container {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}
.cd-panel-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 120px 5% 70px 5%;
	overflow: auto;
	z-index: 4;
	/* smooth scrolling on touch devices */
	-webkit-overflow-scrolling: touch;
}
.cd-panel-content p {
	margin-bottom: 40px;
	color: #6B6C6E;
}
.cd-panel-content h2 {
	font-size: 16px;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
}
.cd-panel-content a,.cd-panel-content a:hover {
	color:black;
	text-decoration: underline;
}



/* Preloader */

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #101010;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}
.preloader .status {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../img/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	margin: -20px 0 0 -20px;
}



/* Background Image Holder */

.background-image-holder {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	background-size: cover !important;
	z-index: 0;
	background-position: 50% 50% !important;
}

.parallax-background {
	height: 120%;
	top: -10%;
}


/* Header */


.sidemenu-is-active .main-container {
	-webkit-transition: margin 0.2s ease;
	-moz-transition: margin 0.2s ease;
	-o-transition: margin 0.2s ease;
	transition: margin 0.2s ease;
}

.main-container {
	-webkit-transition: margin 0.2s ease;
	-moz-transition: margin 0.2s ease;
	-o-transition: margin 0.2s ease;
	transition: margin 0.2s ease;
	position: relative;
	z-index: 1;
	margin-left: 0;
}


.sidemenu-is-active .main-container {
	-webkit-transition: margin 1s ease;
	-moz-transition: margin 1s ease;
	-o-transition: margin 1s ease;
	transition: margin 1s ease;
}

.main-container {
	-webkit-transition: margin 1s ease;
	-moz-transition: margin 1s ease;
	-o-transition: margin 1s ease;
	transition: margin 1s ease;
	position: relative;
	z-index: 1;
	margin-left: 0;
}




.togglemenu {
	display: block;
	width: 60px;
	height: 100px;
	line-height: 100px;
	float: right;
	font-size: 3em;
	text-align: center;
	border-left: solid 1px #e1e3e8;
	position: relative;
	z-index: 9;
}


.togglemenu .icon-menu {
	color:#E40E25;
}


.togglemenu:hover,
.togglemenu:focus {
	text-decoration: none;
	color: #000;
}





/* Hauptnav */


header {
	position: relative;
}


header.sticky {
	position: fixed;
	font-size: 24px;
	line-height: 48px;
	height: 48px;
	width: 100%;
	background: #efc47D;
	text-align: left;
	padding-left: 20px;
}


header .mobile_logo {
	float: left;
	height: 100px;
	padding: 20px 0;
	width: auto;
	cursor:default;
}

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



header .totop {
	width: 40px;
	margin-right: 20px;
	text-align: center;
	height: 100px;
	line-height: 100px;
	outline:0;
	color:white;
	border:0 solid;
	float:left;
	background-color: #e40e25;
	color: #ffffff;
	display: block;
	position: relative;
	z-index: 2;
}


header .container {
	position: relative;
	z-index: 3;
}

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

.main-container {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translate3d(0px, 0, 0);
	-moz-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
	/*overflow: hidden;*/
}
.main-container.reveal-nav {
	-webkit-transform: translate3d(-300px, 0, 0);
	-moz-transform: translate3d(-300px, 0, 0);
	transform: translate3d(-300px, 0, 0);
}

.top-bar {
	position: absolute;
	background: #fff;
	width: 100%;
	z-index: 10;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	line-height: 0;
	top: 0;
}
.top-bar .logo {
	max-width: 222px;
	position: relative;
	top: 25px;
	right:40px;
	background: url(../img/styria_logo_w.png) left top no-repeat;
	display:block;
	width:222px;
	height:92px;
}


.top-bar.nav-sticky .logo {
	top:10px;
}

.top-bar.nav-sticky .logo {
	background: url(../img/styria_logo_g.png) left top no-repeat;
	background-size: 80% 80%;
}

.top-bar.nav-sticky .logo img{
	max-width:180px;
}


.top-bar.nav-sticky {
	border-bottom:1px solid #777777;
}


.overlay-bar {
	background: none;
}
.overlay-bar .has-dropdown:after {
	color: #fff;
}
.menu {
	padding-top: 30px;
	padding-left: 20px;
	margin: 0;
	display: inline-block;
	position: relative;
	top: 2px;
	list-style: none;
	float: left;
}


.menu li {
	float: left;
	margin-right: 30px;
	position: relative;
}
.menu li:last-child {
	margin-right: 0px;
}
.menu li a {

	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;

	text-transform: uppercase;
	letter-spacing: 1px;
	color: #777777;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	padding-bottom: 40px;
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	outline:0;
	text-decoration:none;
}
.menu li a:hover {
	color: #333333;
}

.top-bar .social-icons li a {
	font-size: 16px;
}
.top-bar .logo-light {
	display: none;
}
.overlay-bar .menu li a {
	color: #fff;
}
.overlay-bar .menu li a:hover {
	color: #fff;
}
.overlay-bar .social-icons li a {
	color: #fff;
}
.overlay-bar .subnav li a {
	color: #777777;
}
.overlay-bar .subnav li a:hover {
	color: #333333;
}
.overlay-bar .logo-dark {
	display: none;
}
.overlay-bar .logo-light {
	display: block;
}


.nav-sticky {
	position: fixed !important;
	top: 0;
}
.nav-sticky .logo {
	bottom: 5px;
}

.logo.logo-wide {
	max-width: 140px;
	bottom: 12px;
	margin-bottom: -6px;
}
.logo.logo-square {
	max-width: 100px;
	max-height: 60px;
	bottom: 20px;
	margin-bottom: -20px;
}
.nav-sticky .logo-wide {
	bottom: 12px !important;
}
.nav-sticky .logo-square {
	bottom: 20px !important;
}

.nav-sticky hr {
	display: none !important;
}
.top-bar.nav-sticky {
	background: rgba(255, 255, 255, 0.9);
}
.top-bar.nav-sticky .nav-menu {
	padding-top: 32px;
}
.top-bar.nav-sticky .menu li a {
	padding-bottom: 32px;
}
.top-bar.nav-sticky .subnav {
	background: rgba(255, 255, 255, 0.9);
}
.overlay-bar.nav-sticky .logo-light {
	display: none;
}
.overlay-bar.nav-sticky .logo-dark {
	display: block;
}
.overlay-bar.nav-sticky .menu li a {
	color: #777777;
}
.overlay-bar.nav-sticky .social-icons li a {
	color: #333333;
}
.overlay-bar.nav-sticky .has-dropdown:after {
	color: #333333;
}



.overlay-bar .menu li a {
	padding:8px 14px;
	border: 2px solid rgba(0,0,0,0);
	text-shadow:1px 0 0 rgba(0,0,0,0.75);
	-webkit-text-shadow:1px 0 0 rgba(0,0,0,0.75);
	-moz-text-shadow:1px 0 0 rgba(0,0,0,0.75);
	font-size: 15px;
	font-weight: 600;
	background: transparent;
}


.overlay-bar .menu li a:hover,
.overlay-bar .menu li a:focus,
.overlay-bar .menu li.active a,
.overlay-bar .menu li a.active {
	border: 2px solid #fff;
	box-shadow:1px 2px 0 0 rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.75));
	-moz-box-shadow:1px 2px 0 0 rgba(0, 0, 0, 0.75);
	background: transparent;
}
.top-bar.nav-sticky .menu li {
	padding-bottom: 32px;
}
.top-bar.nav-sticky .menu li a{
	padding-bottom: 8px;
	text-shadow:1px 0 0 rgba(255,255,255,0.75);
	-webkit-text-shadow:1px 0 0 rgba(255,255,255,0.75);
	-moz-text-shadow:1px 0 0 rgba(255,255,255,0.75);
	background: transparent;
}


.overlay-bar .menu li a:hover,
.overlay-bar .menu li a:focus,
.top-bar.nav-sticky .menu li.active a,
.top-bar.nav-sticky .menu li.active a:hover,
.top-bar.nav-sticky .menu li.active a:focus,
.top-bar.nav-sticky .menu li a.active:hover,
.top-bar.nav-sticky .menu li a.active:focus,
.top-bar.nav-sticky .menu li a.active{

	border-color: #777;
	box-shadow: none;
	background: transparent;
}



.top-bar.base-format .menu li a:hover {
	border: 2px solid #fff;
	box-shadow:1px 2px 0 0 rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.75);
	-moz-box-shadow:1px 2px 0 0 rgba(0, 0, 0, 0.75);
	background: transparent;
}

.align-vertical .col-md-12.col-sm-12 {
	text-align: center;
}




/* First Section : Hero Unit */


.text-white {
	color: #fff;
}

.hero-slider ul {
	list-style: none;
	padding: 0px;
}

.hero-slider {
	padding: 0px;
	position: relative;
	background: #fff url(../img/shadow.png) repeat-x 0 top!important;
}

.hero-slider .slides li {
	height: 650px;
	position: relative;
}


.overlay:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	content: '';
	opacity: 0.9;
	z-index: 2;
	background-color: #e74c3c;
	left: 0;
}
.overlay .container {
	position: relative;
	z-index: 3;
}

.divider-video .overlay {
	z-index: 1;
	opacity: 0.4;
}



.hero-slider .caption-content {
	max-width: 930px;
	position:absolute;
	z-index: 99999;

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}


.hero-slider .caption-content h1 {

	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;

	font-size: 95px;


	text-transform: uppercase;
	margin-bottom: 15px;
	text-shadow: 0.5px 0.866px 2px rgba(87, 86, 86, 0.9);
}

.hero-slider .caption-content h4 {

	font-family: 'Source Sans Pro';
	font-style: normal;

	font-size: 35px;
	font-weight: 400;
	text-shadow: 0.5px 0.866px 2px rgba(87, 86, 86, 0.9);

	margin-bottom:50px;
	line-height: 1.5;

}



.hero-slider .caption-content p {
	color:white;
	font-size: 24px;
	text-shadow: 1px 1px 0 #FFE0EB;
	font-weight: 600;
	font-family: 'Source Sans Pro';
	text-shadow: 0.5px 0.866px 2px rgba(87, 86, 86, 0.9);
}

.flex-control-nav {
	top: 40%;
	width: auto;
	right: 50px;
}



.flex-control-nav li {
	display: block;
	margin: 10px 0;
}


.flex-control-paging li a {
	width: 15px;
	height: 15px;
	border: 2px solid #d40d22;
	background: #d40d22;
}



.flex-control-nav.flex-control-paging {
	display:none;
}


.flex-direction-nav {
  display:block;
}

.flex-direction-nav a {
	line-height: 64px;
}

.scrollNow {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	z-index: 100;
}

.mouse {
	width: 100%;
	text-align: center;
}
.scrollNow h5 {
	color: #fff;
	font-size: 12px;
	margin-top: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.scrollNow h5 a {
	color: #fff;
	font-weight:bold;
}
.hero-slider .slides li.overlay:before {
	background-color: rgba(0,0,0,0);
}
/*
section:nth-of-type(2n) {
	background: #fff url(../img/shadow.png) repeat-x 0 top;
}*/
.bg-white-shadow {
	background: #fff url(../img/shadow.png) repeat-x 0 top !important;
}

.align-center {
	text-align: center;
}

.bg-white{
	background: #fff;
	border-top:1px solid #e9e9e9;
}





	/* Second Section : Lage */

#lage {
	background: #fff url(../img/shadow.png) repeat-x 0 top;
	position:relative;
}


#lage .lageplan {
	position:relative;
	/*max-height:800px;
	height:800px;*/
	overflow:hidden;
}

#lage .lageplan img {
	width:100%;
	max-width:100%;
}


#lage .lageplan .cover {
	position: fixed;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
}
#lage .lageplan img.cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
	overflow-x: hidden;
}



.bg-place-holder {
	background-position: 50% 50% !important;
	height: 100%;
	top: 0;
	width: 100%;
	background-size: cover !important;
	background-repeat: no-repeat;

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

}




.list-circle {
	text-align: center;
}
.list-circle .list-circle-icon {
	width: 100%;
	height: 100%;
	max-height: 140px;
	text-align: center;
	display: block;
	margin: 1em auto 3em;
	background: #d4d3d4;
	margin-bottom:0;
}
.list-circle .list-circle-icon i {
	color: white;
	font-size: 5em;
	line-height: 140px;
	text-align: center;
	display:block;
}

.list-circle .list-circle-content h4 {
	text-transform: uppercase;
	font-size: 26px;
	color:#e40e25;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	width: 100%;
	background: #e41714;
	color: white;
	padding: 0;
	margin: 0;
    margin-bottom:1em;
	line-height: 45px;
}

.list-circle .list-circle-content p {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height:28px;
	color:#2B2B2B;
	padding: 0 20px;
}



.list-circle .list-circle-content {
}

.list-style-1 {
	list-style: none;
	padding-left: 0;
}

.list-style-1 li {
	border:0 solid;
	padding: 10px;
	font-size: 30px;
	color:white;
}
.list-style-1 li:first-child {

}

.list-style-1 li strong {
	font-size: 30px;
}





/* Third Section: Projekt */


#projekt {
	position:relative;
	display:block;
    background: #f2f3f3;
}



#projekt .projekt-details {
	background:#d80d23;
}

#projekt .projekt-details .bx-content {
	background:#d80d23;
}

#projekt .projekt-details .bx-content .btn {
	padding:4px 40px;

}


#projekt .projekt-details .bx-content .list-style-1 {
	display: inline-block;
	margin: 0 auto;
	margin-bottom:40px;
}



#projekt .projekt-details .bx-content .list-style-1 li {
	font-size: 30px;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
}


#projekt .projekt-details .bx-content .list-style-1 li strong{
    font-size: 30px;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
}






/* Fourth Section : Teaser Content */

#teaserContent {
	position:relative;
	padding-top: 170px;
	padding-bottom: 137px;
}


#teaserContent .projects-wrapper {
	text-align: center;
	position:relative;
	/*height: 345px;*/
}

#teaserContent .project {
	height: 345px;
	max-height: 345px;
	max-width: 100%;
}

#teaserContent .project.col-md-4 .background-image-holder {
	width: 100%;
}


#teaserContent .project .hover-state {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	background-color: rgba(44, 62, 80, 0.9);
	text-align: center;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
	padding-right: 15px;
}

#teaserContent .project .hover-state {
	background: rgba(0,0,0,.6);
}

#teaserContent .project:hover .hover-state {
	opacity: 1;
}


#teaserContent .project .hover-state h1 {
	margin-bottom: 8px;
	font-size: 24px;
}

#teaserContent .project .hover-state h3 {
	font-size: 40px;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	line-height: 40px;
	margin:0;
	padding:0;
	margin-bottom:50px;
	white-space: normal;
}


#teaserContent .project .hover-state h3 span {
	color: white;
	font-size: 40px;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
}

#teaserContent .project .hover-state p {
	margin-bottom: 24px;
	font-size: 18px;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	padding:0 30px;

}

#teaserContent .hover-state .align-vertical {
	-webkit-transform: translate3d(0, 200px, 0);
	-moz-transform: translate3d(0, 200px, 0);
	transform: translate3d(0, 200px, 0);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
}
#teaserContent .project:hover .align-vertical {
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
	opacity: 1;
}


#teaserContent .container-fluid {
	padding-left:0;
	padding-right:0;
}


#teaserContent .teaser-img-wrapper {
	padding-left:0;
	padding-right:0;
}

.forwhom {
}

.forwhom .forwhom-row {
	position: relative;
}

.forwhom .col-content {
	padding: 152px 159px 190px 78px;
}

.forwhom .forwhom-row-1 .col-content {
	padding: 152px 78px 190px 78px;
	text-align: right;
}




.forwhom .col-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right;
}



.forwhom .col-content p {
	margin: 0 0 35px;
	font-size: 22px;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	line-height: 35px;
}

.forwhom .col-content h3 {
	font-size: 40px;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	line-height: 40px;
	margin:0;
	padding:0;
	margin-bottom:100px;
	display:block;
	color:#9D9D9D;
}

.forwhom .col-content h3 span {
	color: #e40e25;
	font-size: 40px;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
}


.forwhom .col-content.col-content-red {
	background:#d80d23;
	color: #ffffff;
}
.forwhom .col-content.col-content-green h3 {
	color: #ffffff;
}
.forwhom .col-content.col-content-gray {
	background-color: #f9f9f9;
}
.forwhom .col-img {
	max-height: 600px;
	height:600px;
}
/*
.forwhom .col-content-1 {
	background-image: url("../img/forwhom-content-bg.jpg");
}
*/
.forwhom .col-img-1 {
	background-image: url("../img/perfektes-zuhause.jpg");
}
.forwhom .col-img-2 {
	background-image: url("../img/reiner-genuss-img.jpg");
}
.forwhom .col-img-3 {
	background-image: url("../img/hochwertige-ausstattung-img.jpg");
}

/*
.forwhom .col-img-4 {
	background-image: url("../img/forwhom-img-bg-4.jpg");
}*/

.forwhom h3 {
	font-weight: 400;
	font-size: 30px;
	line-height: 35px;
}




/* Sixt Section Container - Pläne */

#plaene.bg-gray {
	background:#F6F7F7;
    position: relative;
}


#plaene .tab-content #tab_lage img {
	width:100%;
	/*max-height: 800px!important;*/
}


#plaene {
	/*margin-bottom: 5em;*/
}
#plaene .plane-nav-wrapper {
	overflow: hidden;
}
#plaene .nav-tabs-wrapper {
	/*float: left;
	position: relative;
	left: 50%;*/
	/*margin-bottom: 4em;*/
}
#plaene .nav-tabs-wrapper ul.nav {
	/*position: relative;
	left: -50%;*/
	max-width: 1030px;
	margin: 0 auto;
}

#plaene .nav-tabs-wrapper ul.nav > li {
	width: 33%;
}

.nav-pills>li+li {
	margin-left:0;
}


#plaene .nav-tabs-wrapper ul.nav > li:nth-child(2) {
	margin-left: 0.5%;
	margin-right:0.5%;
}


#plaene .nav-tabs-wrapper ul.nav > li > a {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 180px;
	outline:0;
	border:0 solid;
	border-radius: 0;
	background-color: #9D9D9D;
	color:white;

	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;

	font-size: 18px;
	text-transform: uppercase;
	width: 100%;

}



#plaene .nav-pills>li.active>a,
#plaene .nav-pills>li.active>a:hover,
#plaene .nav-pills>li.active>a:focus,
#plaene .nav-pills>li>a:active,
#plaene .nav-pills>li>a:hover,
#plaene .nav-pills>li>a:focus {
	color: #fff!important;
	background-color: #E40E25!important;
	border:0 solid;
	border-radius: 0;
}


.master-slider {
	-moz-transform: translate3d(0, 0, 1px);
}

.ms-container {
	background:white!important;
}

.ms-slide {
	background:#EEEFF0;
}

.ms-inner-controls-cont {
	/* max-width:100%!important; */
}

.ms-staff-carousel {
	/*max-width: 1600px;*/
	overflow: hidden;
	margin: auto;
	position: relative;
}
.ms-staff-carousel .ms-view {
	/*overflow: visible;*/
	background-color: transparent;
}
.ms-staff-carousel .ms-nav-prev,
.ms-staff-carousel .ms-nav-next {
	background-color: #FFFFFF;
	color: #ffffff;
	width: 50px;
	height: 50px;
	left: 0;
	margin-top: -47px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	-webkit-border-radius: 30px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 30px;
	-moz-background-clip: padding;
	border-radius: 0px;
	background-clip: padding-box;
	border: 2px solid gray;
	border-radius: 30px;
}
.ms-staff-carousel .ms-nav-prev:after,
.ms-staff-carousel .ms-nav-next:after {
	position: absolute;
	top: 0;
	left: 12px;
	font-family: 'iconfont';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 2em;
	line-height: 50px;
	color:gray;
}
.ms-staff-carousel .ms-nav-prev:after {
	content: "\e603";
}
.ms-staff-carousel .ms-nav-next {
	right: 0;
	left: auto;
}
.ms-staff-carousel .ms-nav-next:after {
	content: "\e601";
}
.ms-staff-carousel .ms-caption {
	/*width: 35%;*/
	width: 28%;
	top: 60px;
	left: 40px;
	position: absolute;
	z-index: 2;
	text-align: left;
}


.ms-staff-carousel .ms-nav-prev {
	left: -80px;
}
.ms-staff-carousel .ms-nav-next {
	right: -80px;
}




.ms-staff-carousel .ms-caption p {
	color: #000000;
	font-size: 16px;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	line-height: 26px;
}

.ms-staff-carousel .ms-caption h4 {
	color: #000000;
	font-size: 22px;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	margin-bottom:50px;
	line-height: 32px;
}



.ms-staff-carousel .ms-caption h3 {
	line-height: 100%;
	font-size: 36px;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	color: #E40E25;
	margin-bottom:16px;

}

.ms-staff-carousel .ms-caption h3 em {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
}


.ms-staff-carousel .ms-caption h3:after {
	bottom: -25px;
}

.ms-staff-carousel .ms-caption p {
	display: none;
}

.ms-staff-carousel .ms-caption p.download {
	position: relative;
	display: block;
	padding-left: 20px;
	margin-top: 1em;
	color: #AAA;
	line-height: 1.3;
	font-size: 15px;
}

.ms-staff-carousel .ms-caption p.download:before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1.8em;
	font-family: 'iconfont';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e60c";
}

.ms-staff-carousel .ms-caption.intro-caption p.download {
	padding-left: 60px;
}

.ms-staff-carousel .ms-caption.intro-caption p.download:before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1.8em;
	font-family: 'iconfont';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: " ";

	background: url(../img/download-icon.png) center center no-repeat!important;
	max-width: 50px;
	width: 47px;
	height: 47px;
	background-size: cover;

}



.ms-staff-carousel .ms-caption p.download a {
	text-transform: uppercase;
	font-size: 15px;

	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;

	color: #E40E25;

}







.ms-staff-carousel .ms-caption p.download a:hover,
.ms-staff-carousel .ms-caption p.download a:focus {
	text-decoration: none;
}
.ms-fullscreen-template .slide-pattern {
	background: url(pattern.png) scroll;
	width: 100%;
	height: 100%;
	z-index: 8;
	-webkit-transform: translateZ(0.4px);
	-moz-transform: translateZ(0.4px);
	-ms-transform: translateZ(0.4px);
	-o-transform: translateZ(0.4px);
	transform: translateZ(0.4px);
	position: absolute;
	top: 0;
}
.ms-layer.bold-text-white {
	color: #FFF;
	font-weight: 900;
	font-size: 85px;
	text-shadow: -1px 1px black;
	margin: 0;
}
.ms-layer.thin-text-white {
	color: #FFF;
	background: rgba(0, 0, 0, 0.72);
	font-size: 77px;
	font-weight: 100;
	padding: 20px 25px;
	margin: 0;
	text-shadow: -1px 1px #000000;
}
.ms-layer.thin-text-black {
	color: black;
	font-size: 77px;
	font-weight: 100;
	background: rgba(255, 255, 255, 0.78);
	padding: 20px 25px;
	margin: 0;
	text-shadow: -1px 1px rgba(255, 255, 255, 0.51);
}
.slide-1 .captiontext {
	color: #FFF;
	top: 41% !important;
	margin-top: 100px;
	left: 256px;
	font-weight: 300;
	padding: 20px;
	text-align: center;
	width: 46%;
	font-size: 25px;
	border: solid 2px #FFF;
	text-shadow: -1px 1px #000000;
}
.slide-1 .bigtext {
	top: 42% !important;
	width: 100%;
	text-align: center;
}
.slide-2 .blacktext {
	top: 43% !important;
	left: 16% !important;
}
.slide-2 .whitetext {
	top: 43% !important;
	left: 54% !important;
}
.slide-3 .bigtext {
	width: 100%;
	text-align: center;
	top: 50% !important;
}
.slide-3 .blacktext {
	left: 27% !important;
	top: 50% !important;
	padding: 7px 20px;
	margin-top: -10%;
}
.slide-4 {
	color: white;
	text-shadow: -1px 1px black;
}
.slide-4 .box {
	left: 60px;
	top: 40% !important;
	width: 46%;
	padding-bottom: 18% !important;
	background: rgba(0, 0, 0, 0.72);
}
.slide-4 .small-text {
	margin: 0;
	top: 40% !important;
	font-weight: 300;
	left: 82px;
	padding: 0;
	margin-top: 16px;
}
.slide-4 .medium-text {
	font-weight: 100;
	top: 40% !important;
	font-size: 77px;
	left: 73px;
	margin: 0;
	padding: 0;
	margin-top: 25px;
}
.slide-4 .big-text {
	font-weight: 900;
	left: 77px;
	top: 40% !important;
	padding: 0;
	font-size: 80px;
	margin: 0;
	margin-top: 90px;
}
.slide-5 .video-caption {
	color: #FFF;
	border: solid 4px #FFF;
	padding: 12px 10px;
	width: 71%;
	left: 106px;
	font-weight: 600;
	text-align: center;
	font-size: 52px;
	top: 44% !important;
}



#loadingbar {
	position: fixed;
	z-index: 2147483647;
	top: 0;
	left: -6px;
	width: 1%;
	height: 6px;
	background: #bac600;
	-webkit-border-radius: 1px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 1px;
	-moz-background-clip: padding;
	border-radius: 1px;
	background-clip: padding-box;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
#loadingbar.left {
	left: 100%;
	right: 0px;
	width: 100%;
}
#loadingbar.up {
	left: 0px;
	top: 100%;
	width: 5px;
	bottom: 0px;
	height: 100%;
}
#loadingbar.down {
	left: 0;
	width: 5px;
	height: 0;
}
#loadingbar.waiting dd,
#loadingbar.waiting dt {
	-moz-animation: pulse 2s ease-out 0s infinite;
	-ms-animation: pulse 2s ease-out 0s infinite;
	-o-animation: pulse 2s ease-out 0s infinite;
	-webkit-animation: pulse 2s ease-out 0s infinite;
	animation: pulse 2s ease-out 0s infinite;
}
#loadingbar dt {
	opacity: .6;
	width: 180px;
	right: -80px;
	clip: rect(-6px, 90px, 14px, -6px);
}
#loadingbar dd {
	opacity: .6;
	width: 20px;
	right: 0;
	clip: rect(-6px, 22px, 14px, 10px);
}
#loadingbar dd,
#loadingbar dt {
	position: absolute;
	top: 0;
	height: 2px;
	-moz-box-shadow: #b91f1f 1px 0 6px 1px;
	-ms-box-shadow: #b91f1f 1px 0 6px 1px;
	-webkit-box-shadow: #B91F1F 1px 0 6px 1px;
	box-shadow: #B91F1F 1px 0 6px 1px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
#loadingbar.left dt {
	opacity: .6;
	width: 180px;
	left: -4px;
	clip: rect(-6px, 185px, 14px, 25px);
}
#loadingbar.left dd {
	opacity: .6;
	width: 20px;
	left: 0;
	margin: 0;
	clip: rect(-6px, 22px, 14px, 0px);
}
#loadingbar.left dd,
#loadingbar.left dt {
	top: 0;
	height: 2px;
}
#loadingbar.down dt {
	opacity: .6;
	height: 180px;
	top: auto;
	bottom: -47px;
	clip: rect(-6px, 20px, 130px, -6px);
}
#loadingbar.down dd {
	opacity: .6;
	height: 20px;
	top: auto;
	bottom: 0;
	clip: rect(-6px, 22px, 20px, 10px);
	margin: 0;
}
#loadingbar.down dd,
#loadingbar.down dt {
	left: -5px;
	right: auto;
	width: 10px;
}
#loadingbar.up dt {
	opacity: .6;
	height: 180px;
	bottom: auto;
	top: -10px;
	clip: rect(13px, 20px, 190px, -6px);
}
#loadingbar.up dd {
	opacity: .6;
	height: 20px;
	bottom: auto;
	top: 0;
	clip: rect(-6px, 22px, 25px, 10px);
	margin: 0;
}
#loadingbar.up dd,
#loadingbar.up dt {
	left: -5px;
	right: auto;
	width: 10px;
}

@keyframes pulse {
	30% {
		opacity: 0.6;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 0.6;
	}
}
@-moz-keyframes pulse {
	30% {
		opacity: 0.6;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 0.6;
	}
}
@-ms-keyframes pulse {
	30% {
		opacity: 0.6;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 0.6;
	}
}
@-webkit-keyframes pulse {
	30% {
		opacity: 0.6;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 0.6;
	}
}



/* Last Section - Kontakt */


#kontakt {
	position:relative;
	min-height: 686px;
}

#kontakt .bg-red {
	background-color:#d80d23;
}


#kontakt .vertical-center-wrapper {
	position:relative;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	display:block;
	min-height: 686px;
}

/*
#kontakt .vertical-center-wrapper .vertical-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
*/

#kontakt .col-map-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-image:url(../img/GoogleMap.jpg);
	position:relative;

}

#kontakt .col-map-img a {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

#kontakt .row-height {
	max-height: 800px;
	height: 686px;
}



#kontakt .bx-content {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    width: 80%;
}

#kontakt .bx-content a:hover,
#kontakt .bx-content a {
	color:white;
	text-decoration:none;
}

#kontakt .bx-content h3{
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	color:white;
	font-size: 60px;
}

#kontakt .bx-content h4{
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	color:white;
	font-size: 26px;
	margin-bottom: 75px;
}

#kontakt .bx-content p {
	color:white;
	font-size:26px;
	line-height: 36px;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;

}







/* Footer */



footer {
	width: 100%;
	background-color: white;
	color: #6B6C6E;
	font-size: 0.93333333em;
	/*padding-top: 18px;
	padding-bottom: 18px;*/
	border-top:1px solid #D9DBDF;
	border-bottom:1px solid #D9DBDF;
	line-height: 51px;
}


footer a {
	color: #6B6C6E;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
    font-size: 14px;
}

footer .col-copyright {
	white-space: nowrap;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
}




footer a:hover,
footer a:focus {
	color: #6B6C6E;
}

footer nav ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}


footer nav li {
	display: inline-block;
	border-right: solid 1px #D9DBDF;
	line-height: 51px;
}

/*
footer nav li:last-child {
	border-right: none;
}
*/

footer nav a {
	padding: 0 30px;
}

footer nav ul li a.btn-to-top {
	padding:5px 18px 5px 14px;
	color:#D3006D;
	text-decoration: none;
	font-size: 22px;
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

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

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}



/* ==========================================================================
   Print styles.
   ========================================================================== */

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/*
	 * Printing Tables:
	 * http://css-discuss.incutio.com/wiki/Printing_Tables
	 */

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}