body {
    background: url('../img/body-bg.jpg');
    background-attachment: fixed;
    background-size: cover;
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: lighter;
    letter-spacing: 1px;
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #ba0549;
    border-color: #ba0549;
}

.btn-primary:hover {
    background-color: #890536;
    border-color: #890536;
}

.tooltip-inner {
    background-color: #575757;
    border-color: #575757;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #575757;
}

img {
    visibility: visible;
}

img[data-sizes="auto"] {
    display: block;
    width: 100%;
    max-width: 100%;
}

.form-control,
.btn {
    border-radius: 0;
}

.form-control {
    background-color: #fff;
}

.form-control:focus {
    border-color: #ba0549;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(186, 5, 73, 0.60)
}

.punkte:after {
    position: absolute;
    left: 1%;
    top: 32px;
    content: ' ';
    background: url('../img/punkte.png') repeat-x;
    width: 98%;
    height: 10px;
    margin: 0 -15px;
}

header {
    background: #646463;
}

header nav,
header nav a {
    color: #f0f0f0;
    text-decoration: none;
    display: block;
}

header nav a:hover {
    color: #FFF;
}

header nav ul {
    display: none;
}

header nav a.mobile {
    font-size: 32px;
    margin: 4px 0 0 5px;
}

header nav a.mobile:active,
header nav a.mobile:focus {
    color: #FFF;
}

header nav a.mobile.active + ul {
    display: block;
}

header nav li.active a {
    text-decoration: underline;
}

header .logo {
    text-align: right;
}

header .magenta,
header .magenta:before {
    height: 313px;
}

header .magenta {
    background: #ba0549;
    overflow: hidden;
}

header .magenta:after {
    position: absolute;
    z-index: 2;
    width: 62px;
    height: 313px;
    background: url('../img/rundung.png') no-repeat 0 0;
}

header .magenta:before {
    position: absolute;
    width: 50%;
    left: 0;
    background: #ba0549;
}

header .magenta > div {
    padding-left: 0;
    padding-right: 0;
}

header .cap {
    position: absolute;
    z-index: 99;
    top: 10px;
    background: rgba(0, 0, 0, .6);
    width: 70%;
    height: 52px;
    left: 50%;
    top: 90px;
    margin-left: -35%;
    text-align: center;
    padding: 0;
}

header .cap h2 {
    line-height: 52px;
    font-size: 18px;
    color: #FFF;
    padding: 0;
    margin: 0;
    letter-spacing: 1px;
    word-spacing: 2px;
}

footer {
    background: #000;
    color: #FFF;
    transition: margin-top .3s;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 10px 15px 0 15px;
}

header .container,
footer .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

footer.bottom {
    background: #000;
    color: #646463;
    height: 30px;
    line-height: 30px;
    padding-top: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

footer.bottom a {
    color: #666;
}

footer.bottom a + a {
    margin-left: 20px;
}

.tpl-ueberuns .container,
.tpl-impressum .container {
    padding-top: 10px;
    padding-bottom: 20px;
}

.tpl-ueberuns h1,
.tpl-impressum h1 {
    font-size: 24px;
}

.tpl-impressum .seite h2 {
    margin-top: 5px;
}

.seite {
    margin-top: 40px;
}

.seite h1 {
    margin: 0 5px 30px 5px;
    padding: 0;
    font-size: 20px;
}

.seite h2 {
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}

.head {
    position: relative;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-flow: row;
    flex-flow: row;
    -webkit-align-items: stretch;
    align-items: stretch;
    padding: 10px 0 20px 0;
    overflow-x: hidden;
}

.head h2 {
    font-size: 20px;
    font-weight: 400;
    white-space: nowrap;
    margin-right: 20px;
}

.head h2 span {
    display: inline-block;
}

.head .line {
    flex: 1;
    height: 1px;
    width: 100%;
    background: #333;
    margin-top: 30px;
}

#vorschauBereiche {
    position: relative;
}

#vorschauBereiche .wrapper {
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 282px;
    opacity: 0;
    text-align: center;
    transition: opacity .2s;
}

#vorschauBereiche .wrapper b {
    display: inline-block;
    font-size: 26px;
    margin-top: 100px;
}

#vorschauBereiche.active .wrapper {
    z-index: 2;
    opacity: 1;
}

.unserebauten.noactive {
    opacity: 0;
}

.owl-carousel {
    display: block;
    height: 250px;
    overflow-y: hidden;
}

.owl-carousel .owl-stage {
    overflow: hidden;
}

.owl-stage-outer {
    overflow-y: hidden;
    height: 220px;
}

.row .gallerie div[class^="col-"] {
    padding-left: 12px;
    padding-right: 12px;
    margin: 0;
}

.row .gallerie .row {
    margin-right: -12px;
    margin-left: -12px;
}

.row .gallerie a {
    position: relative;
    display: block;
}

.row .gallerie a:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(184, 6, 74, .5);
    opacity: 0;
}

.row .gallerie a span {
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    height: 50px;
    width: 100%;
    padding: 0;
    margin: -25px 0 0 0;
    text-align: center;
    opacity: 0;
    color: #FFF;
}

.row .gallerie a:after {
    content: '';
    background: url('../img/zoom.png') no-repeat;
    position: absolute;
    z-index: 2;
    display: block;
    bottom: 0;
    right: 0;
    width: 28px;
    height: 28px;
    opacity: 0;
}

.row .gallerie a:before,
.row .gallerie a:after,
.row .gallerie a span {
    transition: opacity .3s;
}

.row .gallerie a:hover:before,
.row .gallerie a:hover:after,
.row .gallerie a:hover span {
    opacity: 1;
}

.owl-theme .owl-dots .owl-dot span {
    background: #777;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ba0549;
}

ul.icons {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 24px;
}

ul.icons li {
    text-align: center;
    width: 24%;
    padding: 0;
    margin: 0;
}

ul.icons i {
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    color: #FFF;
    font-size: 30px;
    padding: 0;
    margin: 0;
    border-radius: 100px;
    background: #ba0549;
    margin: 0 auto;
}

.bx {
    background: #575757;
    color: #FFF;
    padding: 2px 25px;
    min-height: 100px;
    line-height: 1.65em;
}

.bx h3 {
    font-size: 18px;
}

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

#cform {
    margin-top: 40px;
}

#cform input.form-control {
    border: none;
}

#cform .btn {
    background-color: #646463;
    border: none;
    color: #FFF;
    margin-top: 12px;
}

#cform .form-control + .form-control {
    margin-top: 11px;
}

.mail-error,
.mail-success {
    margin-top: 10px;
    padding: 5px;
}

.mail-error {
    background: #ba0549;
    color: #FFF;
}

.mail-success {
    background: #ba0549;
    color: #FFF;
}

.panel {
    border: none;
}

.panel-heading {
    border-radius: 0;
}

.panel-default > .panel-heading {
    color: #FFF;
    background-color: #646463;
    border-color: #50504f;
}

.panel-title > a {
    display: inline-block;
    height: 100%;
    width: 100%;
}

article.noactive {
    opacity: .4;
}

a.schließen {
    color: #ba0549;
    display: block;
    margin-top: 5px;
}

.zweiSpalten {
    text-align: justify;
}

.adresse .lbl{
    display: inline-block;
    width: 40px;
}

.impGestUms{
    background: #646460;
    padding: 10px 20px;
    color: #FFF;
}

.impGestUms a{
    display: block;
}

.impGestUms h2{
    font-weight: normal;
}