@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:13px;
	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:127px;
	display:table;
	z-index:999;
}
.top .left {
	display:table-cell;
	width:33%;
	background:transparent url(top-left-bgnd.png) repeat-x;
}
.top .right {
	display:table-cell;
	width:33%;
	background:transparent url(top-right-bgnd.png) repeat-x;
}
.center {
	width:1035px;
	height:127px;
	display:table-cell;
}
.header {
	width:1035px;
	height:127px;
	background:transparent url(top-bgnd-logo.png) no-repeat;
	position:relative;
	border-top:none;
}
#home {
	display:block;
	position:absolute;
	right:15px;
	top:15px;
	width:250px;
	height:70px;
}
.wrapper {
	width:984px;
	min-height:600px;
	margin:-30px auto 0px auto;
	background-color:#434343;
	padding:0px 0px 10px 10px;
}
.mainTitle {
	display:none;
}
.menu {
	position:absolute;
	left:25px;
	top:65px;
	font-size:16px;
}
.menu a {
	color:#fff;
	text-decoration:none;
	display:inline-block;
	margin:0px 5px;
	letter-spacing:1px;
	text-transform:uppercase;
}
.menu a:hover, .menu a.active {
}


.cover {
	position:relative;
	width:974px;
	height:460px;
	overflow:hidden;
	margin-bottom:10px;
}
.sc {
	width:974px;
	position:relative;
}
.cover_image {
	width:974px;
	height:460px;
	position:relative;
	overflow:hidden;
	background-size:cover;
	background-position:center center;
}
.cover_image .description {
	width:954px;
	padding:10px;
	position:absolute;
	left:0px;
	bottom:0px;
	color:#181621;
	background-color:rgba(234,236,244,0.78);
}
.cover_image img {
	width:auto;
	height:auto;
}
.cover_image .description h2 {
	font-size:25px;
	margin-bottom:10px;
	color:#000;
}
.pagination {
	position:absolute;
	right:15px;
	bottom:-5px;
	z-index:999;
	display:block;
	text-align:right;
}
.pagination li {
	display:inline-block;
	float:none;
}
.pagination button {
	color:transparent;
	border:0;
	background-color:transparent;
	width:15px;
	height:27px;
	padding:0;
	line-height:1;
}
.pagination button:before {
	content: "•";
	font-size:26px;
	color:#666;
}
.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 10px 10px;
	float:left;
}
.homepage .col:first-child {
	margin-left:0px;
}
.nocols {
	display:none;
}

.columns {
	overflow:hidden;
	width:974px;
	min-height:200px;
	padding-top:35px;
}
.cols {
	min-height:600px;
	padding:10px;
	width:695px;
	float:left;
	background-color:#282828;
}
.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 .link_box {
	margin-bottom:10px;
}
.side .link_box h2 {
	font-size:22px;
}

.link_box.nolink .link {
	width:235px;
	background:transparent url(side-box-bgnd.png) no-repeat;
}
.link_box.nolink:hover {
	background-color:#282828;
	cursor:default;
}
.link_box.nolink .link:hover, .link_box.nolink:hover .link {
	background:transparent url(side-box-bgnd.png) no-repeat;
	cursor:default;
}

.side .text a {
	color:#b0162b;
}

/* Leistungen */
.collapsible {
	border-top:1px solid #373737;
	padding:5px 0px 5px 0px;
}
.collapsible .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;
}
.collapsible .headline .title {
	vertical-align:top;
	display:inline-block;
	padding:8px 10px 0px 15px;
}
.collapsible .headline .subtitle {
	font-size:13px;
}
.collapsible .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;
}
.collapsible .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:688px;
	/*width:688px;*/
	height:auto;
}
.collapsible .rtf {
	font-size:13px;
	line-height:1.5;
	margin:10px 0px 20px 0px;
}
.collapsible .headline.wImage {
	height:75px;
	overflow:hidden;
	text-transform:none;
}
.collapsible .headline.wImage .img {
	display:inline-block;
	height:75px;
	overflow:hidden;
	border-left:4px solid #282828;
	border-right:4px solid #282828;
}
.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;
	border-left:4px solid #282828;
	border-right:4px solid #282828;
}

.collapsible .headline.wImage .icn {
	border-right:none;
	border-bottom: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 {
	max-width:430px;
	max-height:75px;
	overflow:hidden;
	line-height:1.2;
}
/* Slides */
.slides .cont {
	position:relative;
	min-height:185px;
	margin-bottom:30px;
}
/*
.slides .cont img {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	max-width:688px;
	height:auto;
}
.slides .cont img:first-child {
	display:block;
}
*/
/*
.collapsible .slides .cont img {
	position:static;
	display:block;
}
*/
.collapsible .slides .cont img {
	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:left;
	width:250px;
	min-height:8px;
}
.col2 {
	width:440px;
	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 {
	width:216px;
	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 {
	width:705px;
}
.pictures .fancy {
	position:relative;
}
.pictures a {
	display:inline-block;
	line-height:1;
	margin:0px 11px 11px 0px;
}
.pictures a img {
	display:inline-block;
}
.bu {
	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 {
}
.pictures.one img {
	max-width:688px;
	height:auto;
}
.pictures.two img {
	width:334px;
	height:auto;
}
.pictures.three img {
	width:216px;
	height:auto;
}

.fancy .loupe {
	position:absolute;
	right:5px;
	bottom:10px;
	opacity:0;
}
.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:695px;
	height:535px;
	overflow:hidden;
}
#map_canvas {
	width:695px;
	height:535px;
}
.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:left;
	width:250px;
	min-height:8px;
}
.text_image .image img {
	max-width:222px;
	height:auto;
}
.text_image .rtf {
	float:left;
	width:440px;
	min-height:8px;
}
.image .caption {
	font-size:12px;
}
.footer {
	padding:15px 0px 15px 0px;
	width:984px;
	margin:0 auto;
}
.footer-menu {
}
.footer-menu a {
	display:inline-block;
	margin:0 10px;
}
.footer-menu a:first-child {
	margin-left:0;
}