body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 20px;
}

#k-zwo {
	display: none;
}

#slider {
	display: none;
	position: relative;
}

.slide {
	overflow: hidden;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}	
.slide img {
	height: auto;
	position: relative;
}

.navbar-right {
	display: none;
}
.navmeta {
	display: none;
}

.container {
	text-align: center;
}

.content {
	padding-top: 30px;
}

h1, .h1 {
	font-size: 28px;
	color: #009ee2;
	text-transform: uppercase;
	font-weight: 300;
}

h2, .h2 {
	font-weight: 300;
}

.home {
	margin-bottom: 80px;
}

.page {
	position: relative;
}

.subpage, .meta {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,1);
	font-size: 18px;
	z-index: 100;
}
.meta {
	position: relative;
}
.subpage .container, .meta .container {
	padding-bottom: 20px;
}

.subpage .container .text, .meta .container .text {
	position: relative;
	padding: 20px;
	text-align: justify;
	background-color: #f5f3f2;
}
.subpage .container .text td {
	width: 100%;
	display: block;
}
.subpage .container .gallery-container {
	position: relative;
	background-color: #f5f3f2;
}

.subpage h2, .meta h2 {
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: left;
}

.ms {
	position: relative;
	display: none;
}
.ms .container {
	padding: 0 0 15px 0;
}

.subnav {
	margin-top: 20px;
}

.subButton {
	background: #a59382;
	color: #fff;
	font-size: 20px;
	padding: 20px 0;
	height: 150px;
	display: block;
    position: relative;
	margin: 10px 0;
}
.subButton:hover, .subButton:focus, .subButton.active {
	background: #009ee2;
	color: #fff;
	text-decoration: none;
	
}
.subButton:hover:before, .subButton.active:before { 
    width: 0; 
    content: ''; 
    position: absolute; 
    bottom: 0; 
    right: 0; 
    border-bottom: 100px solid #ffffff; 
    border-left: 20px solid transparent; 
}
.subButton h2 {
	font-weight: 700;
	margin-top: 10px;
	font-size: 24px;
	text-transform: uppercase;
}
.subButton h3 {
	font-weight: 300;
	margin-top: 10px;
	font-size: 16px;
	text-transform: uppercase;
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}

.sublink {
	float: right;
	margin-top: 30px;
	font-size: 16px;
}
.sublink a {
    position: relative;
	display: block;
	text-transform: uppercase;
	padding: 10px;
	text-decoration: none;
	color: #fff;
	background: #a59382;
}
.sublink a:hover, .sublink a:focus {
	background: #009ee2;
	
}
.sublink a:hover:before { 
    width: 0; 
    content: ''; 
    position: absolute; 
    bottom: 0; 
    right: 0; 
    border-bottom: 42px solid #f5f3f2; 
    border-left: 8px solid transparent; 
}

.referenzen ul {
	text-align: left;
	margin-top: 30px;
}
.referenzen ul li {
	position: relative;
	padding-left: 20px;
	list-style: none;
}
.referenzen ul li:before {
	background: url(../img/list-style.png) left bottom no-repeat;
    width:16px;
    height:15px;
    display:block;
    position:absolute;
    content: " ";
    top:5px;
    left:0px;
}
.referenzen ul li.active:before {
	background-position: left top;
}

.referenzen ul ul {
	/* display: none; */
	margin-top: 0;
	padding: 0;
}

.referenzen ul ul li {
	color: #009ee2;
	padding: 0;
	cursor: auto;
}
.referenzen ul ul li:before {
	background: none;
}

.referenzen li.active {
	color: #a59382;
	background-position: left top;
}

.image {
	display: none;
}
.royalSlider {
	width: 100%;
	height: 200px;
}
.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
	background: #f5f3f2;
}
.gallery-close, .gallery-close:hover {
	position: absolute;
	display: block;
	right: 15px;
	bottom: 15px;
	text-transform: uppercase;
	background: #009ee2;
	color: #fff;
	text-decoration: none;
	padding: 4px 16px;
	font-size: 24px;
	z-index: 22;
}

.admin {
	position: absolute;
	top: 0;
	left: 0;
}

@media (min-width: 480px) {
	#slider {
		width: 100%;
		display: block;
		background: #E8E8E8;
		overflow: hidden;
	}
	.slide {
		display: none;
	}
}

@media (min-width: 640px) {
	a {
		cursor: pointer;
	}
	#k-zwo {
		position: absolute;
		top: -100px;
		z-index: 999999;
		display: block;
	}
	#slider {
		height: 430px;
	}
	.slide {
		-webkit-backface-visibility: hidden;
		-moz-transform: skew(-10deg, 0);
		-webkit-transform: skew(-10deg, 0);
		-o-transform: skew(-10deg, 0);
		-ms-transform: skew(-10deg, 0);
		transform: skew(-10deg, 0);
		overflow: hidden;
		position: absolute;
		width: 100%;
		border-right: 12px solid #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}	
	.slide img {
		height: auto;
		-moz-transform: skew(10deg, 0);
		-webkit-transform: skew(10deg, 0);
		-o-transform: skew(10deg, 0);
		-ms-transform: skew(10deg, 0);
		transform: skew(10deg, 0);
		position: relative;
		left: -50px;
	}
	.navbar-default {
		background-color: #f5f3f2;
	}
	.navbar {
		border: none;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-collapse {
		margin-top: 15px;
	}
	.navbar-nav{
		margin-top: 30px;
	}
	.navmeta .navbar-nav{
		margin-top: 0;
	}
	.navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-default .navbar-nav>li>a {
		color: #a59382;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 14px;
	}
	.navbar-default .navbar-nav>li>a {
		color: #a59382;
		text-transform: uppercase;
		font-weight: 600;
	}
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a.active {
		color: #009ee2;
	}
	.navbar-default .navbar-nav>li:first-child>a {
		margin-left: -15px;
	}
	.navmeta {
		display: block;
		background-color: #fff;
		padding-top: 0;
		position: relative;
		margin-top: -40px;
		margin-bottom: 0;
	}
	.meta {
		position: absolute;
	}
	.subpage .container .gallery-container {
		position: relative;
		display: none;
		background-color: #f5f3f2;
	}
	.subpage .container .text td {
		width: 33%;
	}
	.royalSlider {
		width: 940px;
		height: 520px;
	}
}

@media (min-width: 720px) {
	.navbar-right {
		display: block;
	}
	
	.image {
		display: block;
		position: relative;
		width: 100%;
		overflow: hidden;
		margin: 10px 0 40px 0;
	}	
	.image .bg {
		width: 100%;
		height: auto;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 970px;
	}
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}
