* {
    margin: 0;
    padding: 0;
    border: 0;
}
html, body {
    background: #FFFFFF;
}
.trauerbanner {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 25%;
    max-width: 400px;
    height: auto;
}
@font-face {
    font-family: 'TMaps29L001';
    src: url('../fonts/TitilliumMaps29L.otf');
}
@font-face {
    font-family: 'TMaps29L400';
    src: url('../fonts/TitilliumMaps29L001.otf');
}
@font-face {
    font-family: 'TMaps29L800';
    src: url('../fonts/TitilliumMaps29L002.otf');
}
@font-face {
    font-family: 'TMaps29L999';
    src: url('../fonts/TitilliumMaps29L003.otf');
}
h1 {
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    padding-top: 90px;
    padding-bottom: 70px;
}
h2 {
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 40px;
}
.bgwhite {
    background: #FFFFFF;
}
.bgpink {
    background: #89175d;
}
.bggrey {
    background: #3B3C3D;
}
.fwhite {
    color: #FFFFFF;
}
.fgrey {
    color: #3B3C3D;
}
.fpink {
    color: #89175d;
}
.inner {
    width: 90%;
    max-width: 950px;
    margin: 0 auto;
}
.fw1 {
    font-family: 'TMaps29L001', sans-serif;
}
.fw2 {
    font-family: 'TMaps29L400', sans-serif;
}
.fw3 {
    font-family: 'TMaps29L800', sans-serif;
}
.fw4 {
    font-family: 'TMaps29L999', sans-serif;
}
header {
    min-height: 100px;
    background: #3B3C3D;
    overflow: hidden;
    width: 100%;
}
#headertext {
    font-size: 18px;
    line-height: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
    letter-spacing: 0.5px;
}
#headerwrapper {
    clear: both;
    position: fixed;
    top: 0;
    z-index: 1000;
    height: 60px;
    width: 100%;
    background: rgba(0, 0, 0, .5)
}
#headerwrapper img {
    height: 50px;
    width: 50px;
    margin-top: 5px;
}
#navlinks {
    float: left;
    width: 15%;
}
#navrechts {
    float: right;
    width: 80%;
}
#mainnavigation {
    z-index: 1000;
}
.klammer {
    display: inline;
    visibility: hidden;
}
#mainnavigation .menu {
    list-style-type: none;
}
#mainnavigation .menu li a {
    display: block;
    float: left;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    margin: 0px 15px;
    line-height: 60px;
    text-transform: uppercase;
}
#mainnavigation .menu li a:hover {
    color: #89175d;
}
#mainnavigation .menu li a:hover div {
    visibility: visible;
}
#ueberuns {
    background: #89175D;
    width: 100%;
}
#lkontakt2 a {
    color: #fff;
    text-decoration: none;
}
.drumrum {
    overflow: hidden;
    position: relative;
}
.zeile {
    clear: both;
    position: relative;
}
.wgcontent {
    height: 125px;
    font-size: 18px;
    line-height: 22px;
    font-family: 'TMaps29L001', sans-serif;
    color: #ffffff;
    margin-top: 40px;
    padding-left: 50px;
    display: none;
    position: relative;
}
#d1 {
    display: block;
}
.ueberunstext {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 35px;
}
.ueberunstext h4 {
    margin-bottom: 15px;
}
.ueberunstext p {
    margin-bottom: 11px;
}
#ueberuns .clear {
    clear: both;
    overflow: hidden;
}
#ueberuns .links {
    float: left;
    width: 45%;
    margin-right: 3%;
}
#ueberuns .rechts {
    float: right;
    width: 52%;
}
#leistungen {
    min-height: 500px;
    background: #89175D;
}
#leistungen img {
    margin-bottom: -5px;
}
#tri1 {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #89175d transparent;
    margin-left: 57px;
    margin-right: 0px;
    margin-top: -20px;
}
#leistungcontent {
    background: url(../img/bgleist1_neu.png) no-repeat;
    background-size: auto 100%;
}
/*.spalte6a{float:left;width:100%;height:170px;margin-top:75px;line-height:40px;font-size:24px;}*/

.spalte6a {
    float: left;
    width: 100%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin-top: 75px;
    line-height: 40px;
    font-size: 24px;
}
.spalte6a li {
    margin-left: 25px;
}
#wrappermerch, #wrapperpm, #wrapperspez {
    display: none;
}
#wrapperladen {
    display: block;
}
#lkontakt1 {
    font-size: 18px;
    margin-top: 25px;
}
#lkontakt2 {
    font-size: 50px;
    margin-top: 10px;
    padding-bottom: 70px;
}
.col {
    float: left;
    width: 33%;
    background: #fff;
    position: relative;
}
.col img {
    display: block;
    margin: auto;
    background: #3B3C3D;
    width: 90%;
    max-width: 200px;
}
/*.col img{display:block;margin:auto;background:#3B3C3D;width:90%;max-width:155px;}*/

.col img:hover {
    background: #89175d;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.col p {
    background: #ffffff;
    width: 90%;
    font-size: 18px;
    line-height: 22px;
    font-family: 'TMaps29L001', sans-serif;
    color: #3b3c3d;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    height: 50px;
}
#select2 {
    background: #fff;
}
.tri1b {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #89175d transparent;
    margin-left: 50%;
    left: -20px;
    bottom: 0;
    position: relative;
    z-index: 100;
    visibility: hidden;
}
#col1 #tri1b1 {
    visibility: visible;
}
#referenzen {
    min-height: 100px;
    background: #3B3C3D;
    padding-bottom: 40px;
}
#referenzencontent {
    position: relative;
}
#reftextwrapper {
    clear: both;
    overflow: hidden;
    margin-bottom: 30px;
}
#reftext_l {
    float: left;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    width: 40%;
}
#reftext_l h4 {
    width: 60%;
    font-size: 18px;
    text-transform: uppercase;
    padding: 2%;
}
#reftext_l img {
    margin-top: 20px;
    width: 60%;
}
#reftext_l p {
    color: #aaa;
}
#reftext_l em {
    font-size: 16px;
    line-height: 35px;
}
#reftext_r {
    float: right;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    padding-left: 7%;
    margin-top: 50px;
    width: 53%;
}
#reftext_r p {
    margin: 10px 0;
    font-size: 19px;
}
#reftext_r li {
    margin-left: 40px;
}
#reftext_r p strong {
    margin-top: 15px;
    font-size: 24px;
}
.gross {
    font-size: 24px!important;
    margin-top: 20px!important;
}
#refbutton {
    text-decoration: none;
    background: #fff;
    line-height: 24px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 35px;
}
#refbutton:hover {
    background: #89175d;
    color: #fff;
}
#refbutton:hover #tri3 {
    visibility: visible;
}
#tri3 {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #89175d transparent transparent transparent;
    margin-left: 15px;
    margin-top: 4px;
    position: absolute;
    visibility: hidden;
}
.refbox {
    display: none;
}
#ref1 {
    display: block;
}
#moreref p {
    text-decoration: none;
    display: block;
    font-size: 18px;
    line-height: 24px;
}
#moreref {
    min-height: 200px;
    background: #89175d;
    display: none;
}
#mrwrapper {
    clear: both;
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
}
#mrwrapper p {
    font-family: 'TMaps29L001', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}
#mrwrapper h4 {
    font-size: 18px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'TMaps29L400', sans-serif;
}
#mrwrapper .sub {
    margin-bottom: 25px;
}
#mrwrapper .sub2 {
    margin-bottom: 30px;
}
.mrleft {
    float: left;
    width: 350px;
}
.mrright {
    float: right;
    width: 600px;
}
#tri2 {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #ffffff transparent;
    margin-left: 50px;
    margin-top: -20px;
    position: absolute;
}
#jobs {
    min-height: 100px;
    background: #FFFFFF;
    padding-bottom: 75px;
}
#jobs p, #jobs ul {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}
#jobs a {
    display: block;
    font-size: 18px;
}
#jobs .clear {
    clear: both;
    overflow: hidden;
}
#jobs .links {
    float: left;
    width: 48%;
    margin-right: 4%;
}
#jobs .rechts {
    float: right;
    width: 48%;
}
#jobs .rueckein {
    margin-left: 45px;
}
#jobs .accordion {
    clear: both;
    padding-top: 50px;
}
    #jobs .accordion a {
        display: inline;
    }
    .accordionjs .acc_section {
        border: none;
    }
        .accordionjs .acc_head {
            user-select: none;
            transition: background .2s;
        }
            .accordionjs .acc_head::before,
            .accordionjs .acc_head::after {
                font-size: 1.5em;
                line-height: 0;
                vertical-align: -.1em;
                color: #89175d;
            }
            .accordionjs .acc_head::before {
                content: "[ ";
            }
            .accordionjs .acc_head::after {
                content: " ]";
            }
        .accordionjs .acc_head:hover {
            background: #f9f9f9;
        }
        .accordionjs .acc_content {
            background: #f0f0f0;
        }
            #jobs .accordion  p:last-child,
            #jobs .accordion ul:last-child {
                margin-bottom: 0;
            }
    .accordionjs .acc_section.acc_active > .acc_head {
        border: none;
    }
#kontakt {
    min-height: 100px;
    background: #ffffff;
    position: relative;
}
#kontakt a {
    color: #89175d;
    text-decoration: none;
}
#kontaktwrapper {
    position: relative;
}
#filter {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
fieldset>label {
    display: block;
    font-size: 18px;
    margin: 4px 0px 2px 0px;
    z-index: 5;
}
fieldset>input {
    display: block;
    width: 225px;
    font-size: 18px;
    line-height: 34px;
    padding-left: 5px;
    z-index: 5;
}
fieldset>textarea {
    display: block;
    width: 420px;
    max-width: 420px;
    height: 120px;
    max-height: 420px;
    font-size: 18px;
    line-height: 24px;
    padding: 5px;
    z-index: 5;
}
.submitButton input {
    color: #fff;
    display: block;
    line-height: 34px;
    width: 230px;
    border: 0;
    background: #3b3c3d;
    font-size: 18px;
    text-align: center;
    z-index: 5;
}
#kkontakt1 {
    font-size: 18px;
    margin-top: 50px;
}
#kkontakt2 {
    font-size: 50px;
    margin-top: 10px;
    padding-bottom: 45px;
}
#kontakt img {
    width: 42%;
    position: absolute;
    bottom: 0;
    right: 0;
}
#tri4 {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #fff transparent transparent transparent;
    margin-top: -70px;
    position: absolute;
    z-index: 10;
}
#close {
    position: absolute;
    right: 0;
}
.coben img, .cunten img {
    width: 40px;
}
.coben {
    position: absolute;
    right: 0;
    top: 70px;
}
.cunten {
    position: absolute;
    right: 0;
    bottom: 70px;
}
#impressum {
    display: none;
}
#impressumwrapper,
#datenschutzwrapper {
    padding: 70px 0;
    position: relative;
}
#impressum p,
#datenschutzwrapper p {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0;
}
#impressumwrapper .firstParagraph,
#datenschutzwrapper .firstParagraph {
    max-width: 700px;
}
#impressumwrapper a,
#datenschutzwrapper a {
    border-bottom: 1px solid #fff;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
#impressumwrapper a:hover,
#datenschutzwrapper a:hover {
    border-bottom: 2px solid #fff;
}
#datenschutzwrapper strong
{
	font-family: 'TMaps29L999', sans-serif;
}
#datenschutzwrapper li
{
    font-size: 18px;
    line-height: 24px;
}
#datenschutzwrapper ul
{
    margin-left: 2em;
}
#datenschutzwrapper h2
{
    font-size: 30px;
}
span.col1 {
    float: left;
    display: block;
    width: 100px;
    font-weight: bold;
}
#agb_k {
    display: none;
}
#agb_d {
    display: none;
}
#agbwrapper {
    padding: 70px 0;
    font-size: 18px;
    line-height: 24px;
    position: relative;
}


#agbwrapper p {
    padding: 10px 0;
}
#agbwrapper h2 {
    font-size: 34px;
    line-height: 48px;
    padding: 10px 0;
}
#agbwrapper h3 {
    font-size: 26px;
    line-height: 34px;
    padding: 10px 0;
}
#agbwrapper a {
    border-bottom: 1px solid #fff;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
#agbwrapper ol, #agbwrapper ul {
    margin-left: 40px;
}
#agbwrapper a:hover {
    border-bottom: 2px solid #fff;
}
#close a, #close a:hover {
    border-bottom: none;
}
footer {
    min-height: 100px;
    background: #3B3C3D;
}
#footerwrapper {
    clear: both;
    padding-bottom: 40px;
    overflow: hidden;
    position: relative;
}
footer a {
    float: left;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 55px;
    margin-right: 20px;
    font-size: 18px;
}
#adresse {
    font: 13px/20px Arial, Helvetica, sans-serif;
    float: left;
    border-left: 1px solid #fff;
    margin-left: 55px;
    margin-top: 30px;
    padding-left: 50px;
}
#gmapsbutton {
    font-size: 18px;
    float: right;
    background: #fff;
    padding: 5px 20px;
}
.slider {
    width: 100%;
}
.flexslider {
    margin: 0;
    padding: 0;
    width: 100%;
}
.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    width: 100%;
    display: block;
    margin-top: -20px;
}
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns].slides {
    display: block;
}
* html .slides {
    height: 1%;
    overflow: hidden;
}
.no-js .slides>li:first-child {
    display: block;
}
.flexslider {
    background: #fff;
    position: relative;
    zoom: 1;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.flexslider .slides {
    zoom: 1;
}
.flex-direction-nav {
    display: none;
}
.flex-control-nav {
    display: none;
}
.flexslider .slides p {
    width: 100%;
    font-size: 44px;
    line-height: 62px;
    text-transform: uppercase;
    z-index: 10;
}
.span1, .span2 {
    font-family: 'TMaps29L999', sans-serif;
    display: inline-block;
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 10;
}
.span1 {
    top: 50px;
}
.span2 {
    top: 50px;
}
.slidertext {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -475px;
    padding-bottom: 10px;
}
.slidertext2 {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -475px;
    padding-bottom: 20px;
}
.oben {
    position: absolute;
    z-index: 100;
    bottom: 0px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    height: 230px!important;
    margin-top: -210px;
}
.unten1 {
    position: absolute;
    height: 250px;
}
@media screen and (max-width:1024px) {
    .inner {
        margin: 0px 40px;
    }
    .slidertext {
        left: 0%;
        margin-left: 0px;
        padding-left: 40px;
        padding-bottom: 10px;
    }
    .slidertext2 {
        left: 0%;
        margin-left: 0px;
        padding-left: 40px;
    }
    .oben {
        height: 120px!important;
    }
    h1 {
        font-size: 40px;
        line-height: 40px;
        text-transform: uppercase;
        padding-top: 50px;
        padding-bottom: 40px;
    }
    h2 {
        font-size: 40px;
        line-height: 40px;
        text-transform: uppercase;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #headerwrapper {
        position: absolute;
    }
    #mainnavigation .menu li a {
        font-size: 14px;
        margin: 0px 5px;
    }
    .flexslider .slides p {
        font-size: 24px;
        line-height: 32px;
    }
    .oben {
        height: 95px;
    }
    #headertext {
        font-size: 16px;
        line-height: 20px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .spalte6 {
        width: 30%;
        height: 120px;
        margin-top: 40px;
    }
    #tri3 {
        display: none;
    }
    #lkontakt2 {
        font-size: 40px;
        margin-top: 10px;
        padding-bottom: 40px;
    }
    .mrleft {
        width: 30%;
    }
    .mrright {
        width: 70%;
    }
    #kontakt {
        height: 686px;
    }
    #kontaktwrapper {
        height: 502px;
        position: relative;
    }
    fieldset>textarea {
        position: absolute;
    }
    #filter {
        height: 400px;
        bottom: 0;
    }
    #kkontakt1 {
        position: absolute;
        z-index: 20;
        left: 40px;
        top: 500px;
        text-shadow: 0px 0px 5px #fff;
        filter: dropshadow(color=#fff, offx=0, offy=0);
    }
    #kkontakt2 {
        position: absolute;
        z-index: 20;
        left: 40px;
        top: 570px;
        text-shadow: 0px 0px 5px #fff;
        filter: dropshadow(color=#fff, offx=0, offy=0);
    }
    #kontaktwrapper {
        height: 686px;
    }
    .submitButton input {
        margin-top: 132px;
    }
    #kontakt img {
        width: 60%;
    }
    #adresse {
        margin-left: 20px;
        padding-left: 45px;
    }
    footer a {
        margin-right: 15px;
    }
}
@media screen and (max-width:840px) {
    #reftext_l h4 {
        font-size: 14px;
    }
    .inner {
        margin: 0px 0px 0px 10px;
    }
    .slidertext {
        left: 0%;
        margin-left: 0px;
        padding-left: 10px;
    }
    .slidertext2 {
        top: 30px;
        left: 0%;
        margin-left: 0px;
        padding-left: 10px;
    }
    .oben {
        height: 100px!important;
    }
    .flexslider .slides p {
        font-size: 20px;
        line-height: 27px;
    }
    #headerwrapper {
        position: absolute;
    }
    .spalte6a {
        line-height: 26px;
        font-size: 18px;
    }
    .col p {
        font-size: 15px;
    }
    #jobs .inner {
        display: flex;
        flex-direction: column;
    }
    #jobs .links {
        float: none;
        width: 100%;
        margin-bottom: 25px;
    }
    #jobs .rechts {
        float: none;
        width: 100%;
        order: 1;
    }
    #jobs .accordion {
        padding-top: 0;
        padding-bottom: 20px;
    }
    #ueberuns .links {
        float: none;
        width: 100%;
        margin-bottom: 25px;
    }
    #ueberuns .rechts {
        float: none;
        width: 100%;
    }
    #referenzencontent {
        background: #3B3C3D;
    }
    #reftext_r {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
        margin-top: 50px;
        margin-left: 0px;
        margin-bottom: 55px;
    }
    #kontaktwrapper {
        height: 504px;
    }
    .mrleft {
        margin-top: 25px;
        float: none;
        width: 100%;
    }
    .mrright {
        margin-top: 25px;
        float: none;
        width: 100%;
    }
    #kkontakt1, #kkontakt2 {
        left: 10px;
    }
    #footerwrapper {
        padding-top: 25px;
    }
    footer a {
        float: none;
    }
    #adresse {
        float: none;
        border-left: none;
        margin-left: 0px;
        margin-top: 30px;
        margin-bottom: 25px;
        padding-left: 0px;
    }
    #gmapsbutton {
        float: none;
    }
}
@media screen and (max-width:720px) {
    .inner {
        margin: 0px 10px;
    }
    .slidertext {
        left: 0%;
        margin-left: 0px;
        padding-left: 10px;
    }
    .slidertext2 {
        left: 0%;
        margin-left: 0px;
        padding-left: 10px;
    }
    #headerwrapper {
        position: absolute;
    }
    h1 {
        font-size: 30px;
        line-height: 30px;
        text-transform: uppercase;
        padding-top: 30px;
        padding-bottom: 25px;
    }
    h2 {
        font-size: 30px;
        line-height: 30px;
        text-transform: uppercase;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #navrechts {
        float: right;
        width: 85%;
    }
    #kontaktwrapper {
        height: 460px;
    }
    #mainnavigation .menu li a {
        font-size: 12px;
        margin: 0px 2px;
    }
    #kontakt img {
        width: 50%;
    }
    #kkontakt1, #kkontakt2 {
        left: 5px;
    }
    #kkontakt2 {
        font-size: 32px;
        padding-bottom: 25px;
    }
    #lkontakt2 {
        font-size: 32px;
        padding-bottom: 25px;
    }
}
@media screen and (max-width:490px) {
    #filter {
        display: none;
    }
    fieldset>textarea {
        width: 90%;
        max-width: 90%;
        max-height: 120px;
    }
}
.klickweiss {
    background: #fff !important;
}
#zl_test1, #zl_test2, #zl_test3, #zl_test4 {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    background: #9b1a69;
}
.zl_neu1:hover {
    background: #fff;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.zl_neu1 {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.zl_neu1:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.zl_neu1 img {
    -webkit-transition: all .2s;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
}
#zl_test1 {
    position: relative;
}
#zl_test2 {
    background: #89175d;
    margin-top: -5px;
    padding-top: 10px;
    margin-bottom: 5px;
}
#zl_test3 {
    position: absolute;
    z-index: 10;
    width: 90%;
    background: transparent!important;
    overflow: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
#zl_test4 {
    background: #89175d;
    width: 100%;
    height: 5px;
    margin-top: -5px;
    position: absolute;
    z-index: 10;
}
.zl_bildoben, .zl_bildunten {
    width: 100%;
}
.zl_neu {
    display: inline-block;
    width: 11.1112%
}
.zl_neu1 {
    display: inline-block;
    width: 11.1112%
}
.zl_text {
    line-height: 22px;
    font-size: 18px;
    text-align: center;
    background: #89175d;
    color: #fff;
}
#zl_weiss {
    background: #fff;
    height: 66px;
    width: 100%;
    position: absolute;
    left: -88.88888%;
    top: 0px;
    z-index: -1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
#zl_lilla {
    background: #9b1a69;
    height: 66px;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
}
.abstand {
    margin-top: 100px;
}
#ueberuns h2 div {
    margin-bottom: 30px;
}
#dirty1 {
    position: absolute;
    width: 100%;
    background: #89175d;
    height: 5px;
    z-index: 20;
    bottom: 0px;
}
#dirty2 {
    position: absolute;
    width: 1px;
    background: #89175d;
    height: 200px;
    z-index: 20;
    top: 0px;
    right: 0px;
}
.ovw {
    position: absolute;
    bottom: 10px;
    font-size: 13px;
    right: 0;
}
.ovw a {
    float: none;
    text-transform: inherit;
    font-size: 13px;
}
fieldset.checkbox
{
	max-width: 420px;
}
footer a.privacy
{
	margin-right: 0;
}

#datenschutz 
{
    display: none;
}
#kontakt fieldset.checkbox a
{
	text-decoration: underline;
}
.g-recaptcha,
fieldset.checkbox 
{
	 margin: 10px 0;
}
fieldset.checkbox,
#kontakt fieldset.checkbox a
{
	font: 13px/18px Arial, Helvetica, sans-serif;
	color: #fff;
}
fieldset.checkbox input[type="checkbox"]
{
	width: 15px;
	display: inline;
}




/* neu */

#zeitleiste {


width: 90%;
max-width: 950px;
margin: 0 auto;
overflow:hidden;
font-family: 'TMaps29L001', sans-serif;
}

#zeitmaske {
    width:1667px;
     -webkit-transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-ms-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
transition: all 0.4s linear;
    
}

#zeitmaske ul li {
    display:inline-block;
    height:140px;
}

#zeitmaske ul li a {
   
    display:block;
    width:100px;
   
    text-align:center;
    color:#fff;
    text-decoration:none;
    font-size:18px;
  
    
}

#zeitmaske ul li a span {
    display:block;
    width:100%;
    text-align:center;
    padding-top:2px;
    padding-bottom:2px;
    margin-top:19px;
    
}
#zeitmaske ul li a div {
    margin-left:auto;
    margin-right:auto;
    background:rgba(255,255,255,0.2);
    width:80px;
    height:68px;


   
}

#zeitmaske ul li a:hover, #zeitmaske ul li a.active {
    color:#89175D;
}    

#zeitmaske ul li a:hover div, #zeitmaske ul li a.active div {
    background:rgba(255,255,255,1);
    width:100px;
    height:87px;
}
#zeitmaske ul li a:hover span,#zeitmaske ul li a.active span  {
    background-color:#fff;
    margin-top:0px;
}
#zeitmaske ul li a img {
    margin-bottom:-5px;
}

#hammer_container {
    width:100%;
    height:37px;
    position:relative;
    
    background:rgba(255,255,255,0.2);
}

#hammer_container #hammerweiss {
    width:96px;
    height:37px;
    position:absolute;
    z-index:0;
    background-color:#fff;
    -webkit-transition: all 0.8s linear;
-moz-transition: all 0.8s linear;
-ms-transition: all 0.8s linear;
-o-transition: all 0.8s linear;
transition: all 0.8s linear;

}

#hammer_container #hammer {
    position:absolute;
    display:block;
    z-index:10;
    height:37px;
    width:100%;
    background-image:url('../img/hammper.png');
    background-repeat:repeat-x;
}

#zeitnav a {

    color:#fff;
    display:block;
    text-decoration:none;
    font-size:70px;
}

#zeitnav #scroll_left {
    float:left;
    left:0;
    display:none;
}
#zeitnav #scroll_right {
    float:right;
    right:0;
    
}

.cookie a {
    color: #fff;
    font-size: 18px;
    font-family: 'TMaps29L999', sans-serif;
    float: right;
}

#kontakt .uc-text-embedding {
    color: #fff;
    width: 50%;
    font:  13px/18px Arial, Helvetica, sans-serif;
    border: 1px solid #fff;
    padding: 5px;
    margin: 5px 0 10px;
}

#kontakt .uc-text-embedding .description-text a {
    color: #fff;
    text-decoration: underline;
}

#footerlinks {
    position:absolute;
    top:0;
    left:0;
    margin-top:30px;
}

#footerlinks a {
    float:none !important;
}
#adresse {
     margin-left: 238px;
}

@media screen and (max-width: 1024px) {

    #footerlinks {
        position:relative;
    }
    #adresse {
        margin-left: 0px;
    }
}