@import url(https://fonts.googleapis.com/css?family=Hind:400,700,600);

/* Schriftschnitte:
Hind Normal 400
Hind Semi-Bold 600 
Hind Bold 700
*/

body {
	font-family: "Hind", sans-serif;
	font-size:16px;
    line-height: 1.5em;
	font-weight:400;
    padding: 0px;
    margin: 0px;
	color: #2e2d2c;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{padding-left:0px;padding-right:0px}

.container-fluid, .row {position:relative; margin-left:0px; margin-right:0px;padding-left:0px; padding-right:0px;}

a:link, a:visited {
	color: #a60838;
	text-decoration:none;
	outline:none;
	-webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

a:hover, a:active, a:focus {color: #2e2d2c;text-decoration:none;outline:none;}

b, strong {font-family: "Hind", sans-serif; font-weight:600;}
i, cite, em, var, address, dfn {font-family: "Hind", sans-serif; font-style: italic; font-weight:400;}

.btn {
    padding: 9px 30px 5px 30px;
    border-radius: 0px;
    font-weight: 600;
}

a.btn-primary, .btn-primary {
    color: #ffffff;
    background-color: #a60838;
    border-color: #a60838;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-primary:active:focus, .btn-primary:active:hover, 
.btn-primary:focus, .btn-primary:hover {
    color: #a60838;
    background-color: #ffffff;
    border-color: #a60838;
    outline: none;
}

.clear {clear:both}


/* Navigation */
.navbar-default {
    background-color: #ffffff;
    border: 0px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(100,100,100,1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(100,100,100,1);
    box-shadow: 0px 2px 10px 0px rgba(100,100,100,1);
}

.navbar-collapse {position: relative; border: 0px;}

.navbar-brand {height: auto;}

.container-fluid>.navbar-collapse, 
.container-fluid>.navbar-header, .container>.navbar-collapse, 
.container>.navbar-header {margin-top:10px;}

.container>.navbar-collapse {float: right;}


.navbar-nav {
    float: left;
    margin-top: 45px;
}

.nav>li {display: block !important;}

.dropdown-submenu {position:relative;}

.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-5px;
    margin-left:0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dropdown-submenu:hover>.dropdown-menu {display:block;}

.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#6e6e6e;
    margin-top:5px;margin-right:-15px;
}

.dropdown-submenu:hover>a:after {border-left-color:#ffffff;}

.dropdown-menu>li>a:hover

.dropdown-submenu.pull-left {float:none;}

.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.navbar-default .navbar-nav>li>a {
    font-size: 17px;
    font-weight: 600;
	color: #2e2d2c;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    color: #a60838;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
    color: #a60838;
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
    color: #a60838;
    background-color: transparent;
}

.navbar-brand>img {
    width: 300px;
}

.dropdown-menu {
    font-size: 16px;
    background-color: #eaebeb;
    border: 0px;
    border-radius: 0px ;
    -webkit-box-shadow: 0px 6px 15px 0px rgba(165,166,166,0.6);
    -moz-box-shadow: 0px 6px 15px 0px rgba(165,166,166,0.6);
    box-shadow: 0px 6px 15px 0px rgba(165,166,166,0.6);
}

.dropdown-menu>li>a {
    padding: 5px 30px 5px 15px;
	color: #2e2d2c;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover {
    color: #ffffff;
    background-color: #a60838;
}

.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover {
    color: #ffffff;
    background-color: #c3c3c3;
}
.footer-nav .dropdown-menu>.active>a,
.footer-nav .dropdown-menu>.active>a:focus,
.footer-nav .dropdown-menu>.active>a:hover {
    text-decoration: underline;
    background-color: transparent;
}


/* Sprache */
.sprachwahl {
    position: absolute;
    right: 60px;
    top: 2px;
    width: 115px;
    height: auto;
}

.sprachwahl select {
    font-size: 1em;
    width: 100%;
    color: #6e6e6e;
    padding:.5em 0.5em .1em 0.5em;
    background-color:white;
    background-image:url(../images/select-arrow.png);
    background-position: 100% 58%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
    outline: 0 none;
    cursor: pointer;
}

.sprachwahl select:hover {color: #a60838;}
select::-ms-expand {display:none;}
.lt-ie10 select {background-image: none;}
option {color: #6e6e6e;}


/* Suche */
.controls .radio {
    float: left !important;
    margin: 0 20px!important;
}

dd.result-text {
    margin-bottom: 15px;
}

.such-icon {
    position: absolute;
    right: 20px;
    top: 10px;
}

.such-icon a .glyphicon-search {
    font-size: 18px;
    color: #6e6e6e;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.such-icon a:focus .glyphicon-search,
.such-icon a:hover .glyphicon-search {
    color: #a60838;
}

.modal-dialog {
    width: 400px;
    margin: 100px auto;
}

.modal-content {
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;  
}

.modal-content input[type="search"] {
    margin: 0;
    width: 250px;
    font-size: 14px;
    color: #2e2d2c;
    padding: 6px 10px 5px 10px;
    border: solid 1px #6e6e6e;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -ms-border-radius: none;
    -o-border-radius: none;
    border-radius: none;
}

.modal-content input[type="search"]:focus {
    border: solid 1px #a60838;
    outline: none;
}

.modal-content .btn {margin-left: 5px;}


/* Slideshow */
.slideshow-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    margin: 95px 0 0 0;
    padding: 0px;
}

.headline-wrapper {position: relative;}

.headline-borders {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 16px;
    border-left: 1px solid #a60838;
    border-top: 1px solid #a60838;
    border-bottom: 1px solid #a60838;
}

.headline-wrapper .headline {
    font-size: 32px !important; 
    line-height: 1.2em !important;
    font-weight: 600;
    margin: 0px;
    padding: 20px 0 5px 16px;
    color: #a60838;
    text-transform: uppercase;
}

.headline-wrapper .subline {
    font-size: 26px !important; 
    line-height: 1.2em !important;
    font-weight: 400;
    margin: 0px;
    padding: 0 0 18px 16px;
    color: #2e2d2c;
    text-transform: uppercase;
}

.slideshow-wrapper p {
    font-family: "Hind", sans-serif !important;
    font-size: 18px !important; 
    line-height: 1.5em !important;
    font-weight: 400 !important;
    margin: 0px !important;
    padding: 28px 0 0 16px !important;
}

.slideshow-wrapper .btn {
    font-family: "Hind", sans-serif !important;
    margin-top: 15px;
    padding: 9px 30px 5px 30px;
    font-weight: 600 !important;
}

.slideshow-wrapper a.btn-primary, .slideshow-wrapper .btn-primary {
    color: #ffffff !important;
    border: 1px solid #a60838 !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
}

.slideshow-wrapper .slider-button {padding: 0 0 0 16px !important;}

.slideshow-wrapper .btn-primary:active:focus, .slideshow-wrapper .btn-primary:active:hover, 
.slideshow-wrapper .btn-primary:focus, .slideshow-wrapper .btn-primary:hover {
    color: #a60838 !important;
    border: 1px solid #a60838 !important;
}


/* Produktwahl */

.alles-aus-einer-hand .produktwahl-wrapper, 
.service-und-wartung .produktwahl-wrapper,
.everything-from-a-single-source .produktwahl-wrapper,
.customer-service-and-maintenance .produktwahl-wrapper {
    margin: -142px auto 35px auto;
}

.produktwahl-wrapper-aussen {
    padding-left: 0px;
    padding-right: 0px;
}

.produktwahl-wrapper {
    position: absolute;
    color: #ffffff;
    background-color: #646464;
    margin: -252px auto 35px auto;
    padding: 20px;
    z-index: 10;
}

.produktwahl-headline {width: 21%;}

.produktwahl-headline p {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.produkt-dropdown select {
    font-size: 1em;
    width: 265px;
    color: #2e2d2c;
    padding: 10px 10px 7px 10px;
    margin-left: 15px;
    background-color:white;
    background-image:url(../images/select-arrow.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
    outline: 0 none;
    cursor: pointer;
}

.produkt-dropdown select:hover {color: #a60838;}


/* Aktuelle News */
.news-wrapper {
    background-color: #a50c38;
    color: #ffffff;
    padding:  30px 0 25px 0;;
    z-index: 10;
}

.news-wrapper .container {position: relative;}

.news-wrapper .news-headline {
    position:absolute;
    top: -41px;
    left: 0px;
    background-color: #ffffff;
    border: 1px solid #a60838;
}

.news-headline .border-hg  {
    position: absolute;
    background-color: #ffffff;
    left: 15px;
    right: 15px;
    top:-1px;
    bottom: 0px;
}

.news-headline div  {position: relative;}

.news-headline div p {
    color: #a60838;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px 6px 20px;
    margin: 0px;
}

.news-wrapper ul {
    list-style: none;
    margin-left: 242px;
    padding: 0px;
}

.news-wrapper ul li {
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
}

.news-wrapper ul li .mod-articles-category-date {
    position: absolute;
    top: 25px;
    left: 20px;
    width: 165px;
    height: auto;
    font-size: 65px;
    line-height: 0.9em;
    font-weight: 800;
}

.news-wrapper ul li .mod-articles-category-date:before {
    display: block;
    content: "Veröffentlicht:";
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 600;
    text-transform: uppercase;
}

.news-wrapper ul li .mod-articles-category-introtext {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: none;
    margin-top: 10px;
}

.news-wrapper .btn-primary {
    color: #ffffff;
    border-color: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary, .btn-primary:active:focus, .btn-primary:focus {
    color: #fff;
    background-color: #a60838;
    border-color: #a60838;
}

.news-wrapper .btn-primary:active:focus, .news-wrapper .btn-primary:active:hover, 
.news-wrapper .btn-primary:focus, .news-wrapper .btn-primary:hover {
    color: #a60838;
    background-color: #ffffff;
    border-color: #ffffff;
    outline: none;
}


/* Breadcrumb */
.wrapper-breadcrumb {padding-left: 0px; padding-right: 0px;}

.content .breadcrumb {
    background-color: transparent;
    padding: 0px;
    margin: 0 0 40px 0;
    border-radius: 0px;
}

.content .breadcrumb>li+li:before {
    content: " ";
    padding: 0px;
}

.content ul.breadcrumb li:before {content: none;}

.content ul.breadcrumb li { 
    padding-left: 0px; 
}

.breadcrumb>.active , .breadcrumb .divider {color: #666666;}


/* Content */
blockquote{
    padding: 10px 20px;
    margin: 0 0 0px;
    font-size: 16px;
    border-left: 5px solid #eee;
    font-style: italic;
    color: #666666;
}

.jcepopup img {
    height: auto;
    border: 2px solid #c4c4c4;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.jcepopup img:hover{
    border: 2px solid #a60838;
}

.content-wrapper {margin-top: 60px;}
.content {padding-right: 30px;}

.content h1 {
    line-height: 1.2em;
    font-weight: 600;
    color: #a60838;
    text-transform: uppercase;
}

.content h2  {
    line-height: 1.2em;
    font-weight: 400;
    margin-top: 10px;
    color: #2e2d2c;
    text-transform: uppercase;
}

.content h3, .content h4, .content h5, .content h6 {
    line-height: 1.2em;
    font-weight: 400;
    color: #a60838;
}

.content h1 {font-size: 32px; margin-top: 0px;}
.content h2 {font-size: 24px;}
.content h3 {font-size: 22px;}
.content h4 {font-size: 18px;}
.content h5 {font-size: 18px;}
.content h6 {font-size: 18px;}


.content ul {list-style-image: url('../images/list-dot.png');padding:5px 0 5px 20px;}
.content ol {padding-left: 20px;}

.panel {
	border-radius:0px !important;
	border: 0px;
	box-shadow:none;
}

.panel-default>.panel-heading {border-radius:0px; padding: 0px;}
.panel+.panel {margin-top:12px;}
h4.panel-title { font-size: 18px;}

.panel-title>a {
	display:block;
	padding: 8px 15px;
	background-color:#a60838;
	color:#ffffff;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.panel-title>a.collapsed {background-color:#c4c4c4;}

.panel-title>a:hover, .panel-title>a:focus {
	background-color:#a60838;
	color:#ffffff;
	text-decoration:none;
}

.panel-title a.collapsed:after, .panel-title a:after {
    content: url(../images/select-arrow-white.png);
    color: #a60838;
    float: right;
    transform: rotateX(0deg);
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}

.panel-title a.collapsed:after{transform: rotateX(0deg);}
.panel-title a:after {transform: rotateX(180deg);}

.content table {
    width:100%;
    height:100%;
    margin:0 0 20px 0;
    padding:0px;
}

.content td, .content th {
    vertical-align:middle;
    border:0px;
    text-align:left;
    padding:8px;
}

.content th {background-color:#ffffff;font-weight:600;}
.content table tr:nth-child(odd) { background-color:#eaebeb;}
.content table tr:nth-child(even) { background-color:#d2d2d2;}

.ansprechpartner .content td:first-child{
    max-width:90px;
    min-width:90px;
}

.ansprechpartner .content td:nth-child(2){
    min-width:200px;
    max-width:200px;
}
.ansprechpartner .content td:nth-child(3){
    min-width:200px;
    max-width:200px;
}
.ansprechpartner .content td:nth-child(4){
    min-width:150px;
    max-width:150px;
}
.ansprechpartner .content td:nth-child(5){
    min-width:220px;
    max-width:220px;
}

.ansprechpartner .item-page{
    overflow: scroll;
}


/* Content Kategortien */

.items-leading>div {margin-bottom: 40px;}

.blog .clearfix>div:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin: 25px 0 40px 0;
    background: #646464;
}

.item-image img {
    width: 200px;
    height: auto;
    border: 0px;
    margin: 4px 15px 80px 0;
}

.page-header {
    padding-bottom: 0px;
    margin: 0px;
    border: 0px;
}

.page-header h2 {
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 600;
    color: #a60838;
    text-transform: uppercase;
    margin-top: 0px;
}

.pagination {
    float: right;
    margin: 0 0 15px 0;
    border-radius: 0px;
}

.content .pagination ul {
	display: inline-block;
    width: auto;
    margin-right: 15px;
    padding: 0px;
    list-style-image: none;
}

.pagination ul > li {display: inline;}

.pagination ul > li > a, .pagination ul > li > span {
    float: left;
	padding: 6px 14px 5px 14px;
    font-size: 14px;
    font-weight: 600;
	text-decoration: none;
	border: 1px solid #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pagination ul > li > a {
    color: #ffffff;
	background-color: #a60838;
}

.pagination ul > li > span {
    color: #2e2d2c;
	background-color: #eaebeb;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus {
	background-color: #eaebeb;
    color: #2e2d2c;
    text-decoration: none ;
}

.pagination p.pull-right {
    margin-top: 6px;
}


/* Sidebar */
.sidebar .module {
    position: relative;
    border: 1px solid #a60838;
    padding: 15px 15px 5px 15px;
    margin-bottom: 30px;
}

.sidebar .module>div:before  {
    position: absolute;
    content: " ";
    background-color: #ffffff;
    left: 15px;
    right: 15px;
    top: -2px;
    bottom: -2px;
}

.sidebar .custom, 
.sidebar .module div div div {position: relative;}

.sidebar .custom h5,
.sidebar .module div div div h3 {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
    color: #7a7a7a;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.sidebar .custom ul,
.sidebar .module div div div ul {
    list-style-image: url(../images/list-arrow.jpg);
    padding-left: 16px;
}

.sidebar .custom ul li,
.sidebar .module div div div ul li {
    margin: 5px 0;
}

.sidebar .module .navbar-nav {
    float: none;
    margin-top: 0px;
}

.sidebar .module .nav>li {
    display: list-item;
    float: none;
}

.sidebar .module .nav>li .nav-header {
    font-weight: 600;
    background-color: #fff;
    margin-left: -21px;
    padding: 5px;

}

.sidebar .module .navbar-nav>li>a {
    padding: 0px;
    line-height: inherit;
}

.sidebar .module .nav>li>a:focus, 
.sidebar .module .nav>li>a:hover {
    color: #2e2d2c;
    background-color: transparent;
}

.sidebar .module .navbar-nav>li.active>a {
    color: #2e2d2c;
}


/* Generalunternehmer */
.wrapper-generalunternehmer {
    margin-top: 40px; 
    margin-bottom: 60px; 
    padding: 0px;
}

.wrapper-generalunternehmer .headline p {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
}

.wrapper-generalunternehmer p {margin-top: 22px;}


/* Wartung und Automatisieren */
.wrapper-wartung-automatisieren {
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 0px;
}

.wrapper-wartung-automatisieren .container {
    padding-left: 0px;
    padding-right: 0px;
}

.wrapper-wartung-automatisieren .automatisieren {padding-right: 10px}
.wrapper-wartung-automatisieren .wartung {padding-left: 10px}

.wartung-automatisieren {
    background-color: #eaebeb;
    padding: 25px;
}

.wartung-automatisieren h5 {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
    color: #7a7a7a;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}


/* Leistungen */
.wrapper-leistungen {
    background-color: #eaebeb;
    border-top: 1px solid #a60838;
    margin: 30px 0 0 0;
}

.wrapper-leistungen .container {
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
}

.wrapper-leistungen .leistungen-headline {
    position:absolute;
    top: -12px;
    left: 0px;
    background-color: #ffffff;
    border: 1px solid #a60838;
}

.leistungen-headline .border-hg  {
    position: absolute;
    background-color: #ffffff;
    left: 15px;
    right: 15px;
    top:-1px;
    bottom: -1px;
}

.leistungen-headline div  {position: relative;}

.leistungen-headline div p {
    color: #a60838;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px 6px 20px;
    margin: 0px;
}

.wrapper-leistungen .leistungen-row {margin: 60px -10px 60px -10px;}

.leistungen-img-wrapper {padding: 10px;}
.leistungen-img-wrapper img {border: solid 4px #ffffff;}

.leistungen-img-wrapper .leistungen-img {position: relative;}

.leistungen-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.leistungen-img a div {
    display: table;
    position: inherit;
    width: 100%;
    height: 100%;
    background-color: rgba(165, 12, 56, 0.8);
    margin-top: 100%;
    -webkit-transition: margin-top 0.3s ease-in-out;
    -moz-transition: margin-top 0.3s ease-in-out;
    -o-transition: margin-top 0.3s ease-in-out;
    transition: margin-top 0.3s ease-in-out;
}

.leistungen-img a:hover div {margin-top: 0;}

.leistungen-img a div span {
    display: table-cell;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
}


/* Referenzen */
.wrapper-referenzen {
    background-color: #ffffff;
    border-top: 1px solid #a60838;
    margin: 0;
}

.wrapper-referenzen .container {
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
}

.wrapper-referenzen .referenzen-headline {
    position:absolute;
    top: -12px;
    left: 0px;
    background-color: #ffffff;
    border: 1px solid #a60838;
}

.referenzen-headline .border-hg  {
    position: absolute;
    background-color: #ffffff;
    left: 15px;
    right: 15px;
    top:-1px;
    bottom: -1px;
}

.referenzen-headline div  {position: relative;}

.referenzen-headline div p {
    color: #a60838;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px 6px 20px;
    margin: 0px;
}

.wrapper-referenzen .referenzen-row {margin: 80px -10px 80px -10px;}

.bt-cs .bt-inner {
    border: solid 2px #e3e3e3;
    margin: 0 10px !important;
    padding: 10px 15px !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bt-cs .bt-inner a.bt-category {
    color: #a60838;
    font-weight: 400;
    font-size: 14px;
}

.bt-cs .bt-inner a.bt-category:hover {
    color: #2e2d2c;
    text-decoration:none;
    outline:none;
}

.bt-cs .bt-inner a.bt-title {
    color: #2e2d2c;
    font-size: 19px;
    line-height: 1.2em;
    font-weight: 600;
    margin: 5px 0;
}

.bt-cs .bt-center {
    margin: 5px -15px 10px -15px  !important;
}

.bt-cs .bt-inner img {
    outline: none !important;
    border: none !important;
    max-width: 100% !important;
    margin: 0 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.bt-cs .bt-inner .bt-image-link:before {
    content:"Mehr erfahren";
    color: #fff;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -45px;
    font-weight: 600;
    font-size: 19px;
    text-transform: uppercase;
    opacity:0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bt-introtext {
    color: #a7a7a8;
    margin-top: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bt-introtext h1 {
    display: none;
}

.bt-introtext h2 {
    display: none;
}

.bt-inner p.readmore {    
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    margin: 0;
}

.bt-inner .readmore a {
    position: absolute;
    width: 100%;
    height: 100%;
    text-indent: -10000px;
}

.bt-cs .bt-inner:hover {
    background-color: #e3e3e3;
}

.bt-cs .bt-inner:hover > .bt-introtext {color: #2e2d2c;}
.bt-cs .bt-inner:hover .bt-image-link:before {opacity: 1;}
.bt-cs .bt-inner:hover img {opacity: 0.2;}


.bt-center{background-color: #a60838}

.bt-cs a.prev {
    margin: 0 0 0 -55px !important;
    background: url(../images/re-left.png) left center no-repeat !important;
}

.bt-cs a.next {
    margin: 0 -55px 0 0 !important;
    background: url(../images/re-right.png) left center no-repeat !important;
}

.bt-cs .next, .bt-cs .prev {display: block !important;}


/* Kontakt */
.wrapper-kontakt {
    position: fixed;
    width: 48px;
    height: auto;
    right: 0px;
    top: 160px;
    z-index: 20;
}

.kontakt-info {
    display: block;
    position: relative;
    margin-bottom: 5px;
}

.kontakt-info a {display: block;}
.kontakt-info a:hover img{background-color: #a60838;}

.kontakt-info img {
    background-color: #646464;
    padding: 8px 12px 8px 8px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.kontakt-info-hover-1, .kontakt-info-hover-2 {
    position: absolute;
    top: -11px;
    right: 55px;
    width: 200px;
    height: auto;
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(100,100,100,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(100,100,100,1);
    box-shadow: 0px 0px 10px 0px rgba(100,100,100,1);
}


/* Kontaktformular */
.bfClearfix .control-group {margin-bottom: 15px;}
.bfQuickMode .controls .control-label {width: 20% !important;}
.bfQuickMode label {font-weight: 400 !important;}
.bfQuickMode .bfPage h2 {margin-bottom: 50px;}
.bfQuickMode input:focus, .bfQuickMode textarea:focus {outline: none; border: 1px solid #a60838; padding: 2px;}
.bfQuickMode .pull-right {float:none !important; margin-left:20%; margin-bottom: 50px;}
.bfQuickMode .alert {background-color: #e4b9b9; border-radius: 0px !important;}


/* Footer */
.wrapper-footer {
    background-color: #eaebeb;
    border-top: 1px solid #a60838;
    margin: 0;
    padding: 60px 0;
}

.wrapper-footer .container {
    padding-right: 0px;
    padding-left: 0px;
}

.footer-kontakt-wrapper {
    position: relative;
    margin: 0 20px 0 0;
    padding: 15px 15px 0 15px;
    border: solid 1px #a60838;
    line-height: 1.3em;
}

.footer-kontakt-wrapper .border-hg  {
    position: absolute;
    background-color: #eaebeb;
    left: 15px;
    right: 15px;
    top:-1px;
    bottom: -1px;
}

.footer-kontakt-wrapper .custom {position: relative}

.footer-kontakt .custom h6 {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
    margin: 0 0 15px 0;
    color: #2e2d2c;
}

.footer-nav .navbar-nav {
    margin: 16px 0 0 20px;
    float: left;
}

.footer-nav .navbar-nav .nav-header {
    display: block;
    color: #2e2d2c;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px;
}

.footer-nav .dropdown-menu {
    position: relative;
    display: block;
    background-color: transparent;
    box-shadow: none;
    margin-right: 50px;
}

.footer-nav .dropdown-menu>li>a {
    color: #a6a6a6;
    padding: 0px;
    line-height: 1.6em;
}

.footer-nav .dropdown-menu>li>a:focus, 
.footer-nav .dropdown-menu>li>a:hover {
    color: #a60838;
    background-color: transparent;
}

.footer-rechtliches .navbar-nav {
    margin: -15px 10px 0 6px;
}

.footer-rechtliches .navbar-nav>li>a {
    padding: 0 10px 0 10px;
    color: #a6a6a6;
}

.footer-rechtliches .navbar-nav>li>a:hover, 
.footer-rechtliches .navbar-nav>li>a:active, 
.footer-rechtliches .navbar-nav>li>a:focus,
.footer-rechtliches .navbar-nav>li.active>a {
    color: #a60838;
    background-color: transparent;
}

.footer-sn {
    padding-top: 10px;
}

.footer-sn .icon-sn {
    margin-top: 10px;
    width: 50px;
    height: auto;
    border: 0px;
}
