@font-face {
    font-family: 'SourceSansPro';
    src: url('fonts/SourceSansPro-Regular-webfont.eot');
    src: url('fonts/SourceSansPro-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/SourceSansPro-Regular-webfont.woff') format('woff'),
         url('fonts/SourceSansPro-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'SourceSansProLight';
    src: url('fonts/SourceSansPro-Light-webfont.eot');
    src: url('fonts/SourceSansPro-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/SourceSansPro-Light-webfont.woff') format('woff'),
         url('fonts/SourceSansPro-Light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'SourceSansProSemibold';
    src: url('fonts/SourceSansPro-Semibold-webfont.eot');
    src: url('fonts/SourceSansPro-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/SourceSansPro-Semibold-webfont.woff') format('woff'),
         url('fonts/SourceSansPro-Semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

html,body {
	margin:0px;
	padding:0px;
	background-color:#272727;
	height:100%;
}
body {
/*  */
	position:relative;
	color:#e5e5e5;
	font-family:SourceSansPro,serif;
	font-size:15px;
	line-height:1.4;
	-webkit-font-smoothing:subpixel-antialiased;
}
a img {
	border:none;
	outline:none;
}
a {
	color:inherit;
	text-decoration:none;
}
p {
	margin:0;
	padding:0;
	line-height:1.5;
}

h1,h2,h3,h4,h5,h6 {
	font-size:25px;
	line-height:1.1;
	margin:0;
	padding:0;
	font-family:SourceSansProLight,serif;
	font-weight:normal;
	/*text-transform:uppercase;*/
}

/* Head */
.top {
	position:relative;
	width:100%;
	height:90px;
	display:table;
	z-index:999;
}
.top .left {
	display:table-cell;
	width:10px;
	background:transparent url(top-left-bgnd.png) repeat-x 0 bottom;
}
.top .right {
	display:table-cell;
	width:10px;
	background:transparent url(top-left-bgnd.png) repeat-x 0 bottom;
}
.center {
	width:auto;
	height:90px;
	display:table-cell;
}
.header {
	width:auto;
	height:90px;
	background:transparent url(top-left-bgnd.png) repeat-x 0px bottom;
	position:relative;
	border-top:none;
}
#home {
	display:block;
	position:absolute;
	right:15px;
	top:20px;
	width:149px;
	height:45px;
	background:transparent url(logo-mokrani-149.png) no-repeat;
}
.wrapper {
	width:initial;
	min-height:0;
	margin:-23px auto 0px auto;
	background-color:#434343;
	padding:23px 0px;
}
.mainTitle {
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
	padding:5px 10px 0px 15px;
}
.menu_holder {
	position:absolute;
	left:15px;
	bottom:32px;
	width:20px;
	height:20px;
	background:transparent url(menu_bgnd.png) no-repeat;
}
.menu {
	box-sizing:border-box;
	font-size:16px;
	border:2px solid white;
	background-color:#a01c2c;
	padding:8px 15px;
	box-shadow:0px 0px 8px rgba(20,20,20,0.6);
	border-radius:3px;
	position:absolute;
	left:40px;
	top:-15px;
	display:none;
}
.menu_holder.active .menu {
	display:block;
}
.menu:after, .menu:before {
	top: 25px;
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.menu:after {
	border-color: rgba(160, 44, 28, 0);
	border-right-color: #a02c1c;
	border-width: 10px;
	margin-top: -10px;
}
.menu:before {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 14px;
	margin-top: -14px;
}
.menu a {
	color:#fff;
	text-decoration:none;
	display:block;
	margin:0px 5px;
	letter-spacing:1px;
	word-spacing:5px;
	text-transform:uppercase;
	margin:5px 0px;
	white-space:nowrap;
}
.menu a:hover, .menu a.active {
}
.menu .sep {
	display:none;
}

.cover {
	box-sizing:border-box;
	position:relative;
	height:250px;
	margin:0px 10px 10px 10px;
}
.sc {
	width:100%;
	height:250px;
	position:relative;
}
#slides {
	width:100%;
}
.cover_image {
	box-sizing:border-box;
	width:767px;
	height:250px;

	overflow:hidden;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	position:relative;
}
.cover_image .description {
	box-sizing:border-box;
	padding:10px 5px 12px 5px;
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	overflow:hidden;
	color:#181621;
	background-color:rgba(234,236,244,0.78);
	font-weight:normal;
	font-size:12px;
}

.cover_image .description h2 {
	font-size:19px;
	margin-bottom:0px;
	color:#000;
}

.cover .pagination {
	position:absolute;
	right:9px;
	bottom:-9px;
	z-index:999;
	display:block;
	text-align:right;
}
.cover .pagination li {
	display:inline-block;
	float:none;
	line-height:1;
}
.cover .pagination button {
	color:transparent;
	border:0;
	background-color:transparent;
	width:15px;
	height:27px;
	padding:0;
	margin:0;
	line-height:1;
}
.cover .pagination button:before {
	content: "•";
	font-size:26px;
	color:#666;
	line-height:1;
	padding:0;
}
.cover .pagination .slick-active button:before {
	color:#aa1130;
}

.homepage {
/*
	width:980px;
*/
	overflow:hidden;
}
.homepage h1, .homepage h2 {
	text-transform:uppercase;
}
.col {
	width:236px;
	min-height:20px;
	margin:0px 0px 0px 10px;
	float:left;
}
.columns {
	overflow:hidden;
	width:initial;
	min-height:100px;
	padding:10px;
}
.cols {
	width:initial;
	min-height:100px;
	padding:10px;
	width:auto;
	float:none;
	background-color:#282828;
}
.homecols {
	display:none;
}
.nocols {
	display:block;
	overflow:hidden;
}

.rtf h1 {
	margin-top:18px;
}
.rtf a {
	color:inherit;
	text-decoration:underline;
}
.rtf a:hover {
	color:#b0162b;
}

.link_box {
	background-color:#282828;
	margin-bottom:10px;
	padding-bottom:34px;
	cursor:pointer;
	position:relative;
}
.link_box h2 {
	font-size:29px;
	line-height:25px;
	margin-bottom:10px;
}
.link_box .text {
	padding:30px 10px 10px 10px;
	margin:0px 0px 10px 0px;
}
.link_box .text img {
	display:block;
	float:left;
	margin:0px 10px 5px 0px;
}
.link_box .list, .side .link_box ul {
	padding:20px 10px;
	margin:0px 0px 0px 0px;
	list-style-type:none;
}
.link_box .list li, .side .link_box li {
	line-height:1.5;
	display:block;
	padding:4px 0px;
	border-bottom:1px solid #434343;
}

.link_box .link {
	position:absolute;
	left:0px;
	bottom:0px;
	text-decoration:none;
	display:block;
	height:34px;
	width:234px;
	background:transparent url(link-bgnd.png) no-repeat;
}
.link_box:hover {
	color:#e5e5e5;
	background-color:#af162a;
}

.link_box .link:hover, .link_box:hover .link {
	display:block;
	height:34px;
	width:234px;
	background:transparent url(link-bgnd-active.png) no-repeat;
}
.link_box:hover .list li {
	border-bottom:1px solid #ccc;
}

.link_box:hover .menulist .list li {

}

.link_box.b3 {
	min-height:571px;
}

.side {
	float:none;
	clear:both;
	margin:10px 0 0 0;
}
.side.col {
	box-sizing:border-box;
	width:initial;
}
/*
.side .link_box {
	margin-bottom:10px;
}
.side .link_box h2 {
	font-size:22px;
}
*/
.link_box.nolink .link {
	width:100%;
	background:transparent url(link-stripe.png) repeat-x left bottom;
}
.link_box.nolink:hover {
	background-color:#282828;
	cursor:default;
}
.link_box.nolink .link:hover, .link_box.nolink:hover .link {
	cursor:default;
}

.homepage .nocols {
	box-sizing:border-box;
	overflow:hidden;
	padding-left:5px;
}

.homepage .link_box {
	box-sizing:border-box;
	width:48%;
	float:left;
	margin:5px;
	min-height:367px;
}
.link_box .link {
	width:100%;
	left:auto;
	right:0px;
	background-position:right bottom;
}
.homepage .link_box .ref img {
	display:block;
	float:none;
	width:100%;
	height:auto;
}
.link_box {
	background-image:url(link-stripe.png);
	background-position:left bottom;
	background-repeat:repeat-x;
}
.link_box:hover {
	background-image:url(link-stripe-active.png);
}

@media screen and (max-width: 610px) {
	.homepage {
		overflow:hidden;
		width:auto;
	}
	.nocols {
		overflow:hidden;
		margin:0px;
		padding:0px 15px 10px 0px;
	}
	.homepage .link_box {
		box-sizing:border-box;
		display:block;
		width:100%;
		float:none;
		margin:0px 0px 10px 5px;
		min-height:220px;
	}
	.pagination {
		font-size:10px;
		right:5px;
	}

}
.pictures button {
	display:none;
}

/*
.side .text a {
	color:#b0162b;
}
*/
/* Leistungen */
.collapsible {
	border-top:1px solid #373737;
	padding:5px 0px 5px 0px;
}
.collapsible .headline, .footer .headline {
	height:30px;
	padding:0px 0px 0px 0px;
	font-size:18px;
	font-weight:normal;
	line-height:1;
	margin:0px 0px 0px 0px;
	background-color:#373737;
	white-space:nowrap;
	overflow:hidden;
}
.headline .title {
	vertical-align:top;
	display:inline-block;
	padding:8px 10px 0px 15px;
}
.headline .subtitle {
	font-size:15px;
}
.headline .icn {
	vertical-align:top;
	display:inline-block;
	width:30px;
	height:30px;
	border-right:3px solid #282828;
	background:transparent url(toggle-plus.png) no-repeat;
}
.headline.active .icn {
	background-image:url(toggle-minus.png);
}

.collapsible .content {
	padding:5px 0px;
}
.collapsible .pict {
	display:block;
	border:3px solid #fff;
	margin:5px 0px 5px 0px;
	max-width:300px;
	height:auto;
}
.collapsible .rtf {
	font-size:15px;
	line-height:1.4;
	margin:10px 0px 20px 0px;
}
.collapsible .headline.wImage {
	height:auto;
	min-height:75px;
	overflow:hidden;
	text-transform:none;
	position:relative;
}
.collapsible .headline.wImage .img {
	display:inline-block;
	height:75px;
	overflow:hidden;
}
.collapsible .headline.wImage .imgActive {
	display:none;
}
.collapsible .headline.wImage.active .img,
.collapsible .headline.wImage:hover .img {
	display:none;
}
.collapsible .headline.wImage.active .imgActive,
.collapsible .headline.wImage:hover .imgActive {
	display:inline-block;
	height:75px;
	overflow:hidden;
}
.collapsible .headline.wImage .icn {
	border-right:none;
	border-bottom:4px solid #282828;
	border-right:4px solid #282828;
	background:transparent url(toggle-plus.png) no-repeat;
}
.collapsible .headline.wImage.active .icn {
	background-image:url(toggle-x.png);
}
.collapsible .headline.wImage .title {
	display:block;
	white-space:normal;
	line-height:1.2;
	padding:5px 10px 5px 30px;
}

/* Slides */
.slides .cont {
	position:relative;
/*
	min-height:185px;
*/
	margin-bottom:30px;
	margin-right:5px;
}
.slides .cont img {
	box-sizing:border-box;
	max-width:100%;
	height:auto;
}
/*
.slides .cont img {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	max-width:100%;
	height:auto;
}
.slides .cont img:first-child {
	display:block;
}
*/

.collapsible .slides .cont img {
	position:static;
	display:block;
}

.pict {
	border:3px solid #fff;
}
.project {
}
.head {
	padding-top:15px;
	border-top:1px solid #3f3f3f;
	overflow:hidden;
}
.head .rtf {
	line-height:1.3;
}

.col1 {
	float:none;
	width:initial;
	min-height:8px;
	margin:0px 0px 10px 0px;
	text-align:left;
}
.col2 {
	float:none;
	width:initial;
	float:left;
	min-height:8px;
}
.homepage .col2 {
	width:472px;
	overflow:hidden;
}
.ref {
	min-height:195px;
}
.ref img {
	display:block;
	margin:0;
}

.project .subtitle,
.projects .subtitle {
	margin:5px 0px;
	color:#b0162b;
	font-style:italic;
}
.toptitle {
	color:#b0162b;
	font-size:12px;
}
.project .main {
	clear:both;
	margin-top:30px;
}

.projects .head {
	padding-bottom:10px;
}
.projects .head h2 {
	font-size:25px;
	line-height:1.1;
}
.projects .head .pict,
.project .head .pict {
	box-sizing:border-box;
	display:block;
	float:none;
	width:100%;
	height:auto;
}

.rtf.block {
	margin:10px 0px;
}
a.more {
	text-decoration:none;
}
.dotted {
	clear:both;
	border-top:1px solid #3f3f3f;
}
.backlink {
	clear:both;
	margin-top:5px;
}
a.back:hover {
	color: #b0162b;
}

.pictures {
	position:relative;
}
.xpictures .fancy {
	position:relative;
}
.pictures a {
	display:block;
	line-height:1;
	margin:0px 11px 11px 0px;
	position:relative;
}
.pictures a img {
	display:block;
	width:100%;
	height:auto;
}
.bu {
	display:none;
	line-height:1;
	position:absolute;
	left:3px;
	right:3px;
	bottom:5px;
	background-color:rgba(40,40,40,0.69);
	padding:10px;
	color:#ccc;
	opacity:0;
}

/*
.fancy:hover .bu {
	display:block;
	opacity:1;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
*/
.pictures.one a {
	margin:0px 0px 11px 0px;
}
.pictures.two a {
}
.pictures.three a {
}
.fancy .loupe {
	position:absolute;
	right:5px;
	bottom:10px;
	display:none;
}
/*
.fancy:hover .loupe {
	opacity:1;
	-webkit-transition:opacity 0.5s;
	transition:opacity 0.5s;
}
*/
.one a.fancy .loupe {
}
.three a.fancy .loupe {
	width:40px;
	height:auto;
	left:102px;
	top:50px;
}

/* Maps */
.map_frame {
	position:relative;
	margin:0px 0px 20px 0px;
	width:100%;
	height:200px;
	overflow:hidden;
}
#map_canvas {
	width:100%;
	height:200px;
}
.map_results {
	display:none;
/*
	position:absolute;
	left:620px;
	top:0px;
	background-color:#fff;
	width:268px;
	height:450px;
	overflow:auto;
	padding-top:3px;
	-webkit-box-shadow:-3px 0px 4px #666;
	box-shadow:-3px 0px 4px #666;
*/
}
.map_card {
	padding:2px 10px 3px 30px;
	margin:3px 0px 2px 0px;
	border-top:1px dotted #888;
}
.map_card h4 {
	font-weight:bold;
	font-size:13px;
	color:#b0162b;
	text-indent:-20px;
	line-height:1.3em;
	margin:0px;
	padding:0px;
}
.map_card h4 span {
	padding-right:10px;
}
.map_card .map_address {
	font-size:11px;
	line-height:1.3em;
}
.map_info {
	color:#282828;
}
.map_info h4 {
	font-weight:normal;
	font-size:13px;
	color:#b0162b;
	line-height:1.3em;
	margin:0px;
	padding:0px;
}
.text_image {
	overflow:hidden;
}
.text_image .image {
	float:none;
	width:250px;
	min-height:8px;
}
.text_image .image img {
	max-width:222px;
	height:auto;
}
.text_image .rtf {
	float:none;
	width:auto;
	min-height:8px;
}
.image .caption {
	font-size:12px;
}
.footer {
	margin:10px 15px;
}