*,
*:before,
*:after {
    box-sizing: border-box;
}

a:link,
a:visited {
    text-decoration: none;
    color: inherit;
}

a:hover,
a:active {
    text-decoration: none;
}

body {
    background-color: rgb(100, 100, 100);
    /*    background-image: linear-gradient(to right, rgb(128, 117, 115), rgb(100, 90, 89), rgb(128, 117, 115));*/
    color: black;
    font-family: serifa, serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.389em;
    margin: 0;
    padding: 0;
}

.wrapper {
    max-width: 1200px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
}

.container {
    width: 100%;
    box-shadow: 2px 1px 12px rgba(0, 0, 0, .3);
    background-color: white;
    float: left;
    position: relative;
}

.header {
    width: 100%;
    float: left;
        padding-top: 50px;
    padding-left: 80px;
    padding-right: 68px;
    padding-bottom: 60px;
}

.logo {
    text-align: left;
        position: relative;
    width: 55.133%;
    float: left;
}

.logo a:link,
.logo a:visited,
.logo a:hover,
.logo a:active {
    border-bottom: 0;
}

.navigation {
    width: 172px;
    position: relative;
    width: 35.9315%;
    float: right;
}

.menu {
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: .08em;
    list-style-type: none;
    float: left;
    width: 100%;
}

.linkespalte {
    width: 44.3%;
    float: left;
}

.rechtespalte {
    width: 44.3%;
    float: right;
}


.submenu {
    padding-top: 1em;
    padding-bottom: 1em;
    color: rgba(65, 58, 57, .6);
    list-style-type: none;
}

.menuseparator {
    width: 100%;
    float: right;
}

.submenuline {
    width: 44px;
    height: 1px;
    border: 0;
    margin-top: 0;
    margin-bottom: 1.5em;
    float: right;
    background-color: rgba(65, 58, 57, 1);
}

.menu li {
    border-bottom: 1px rgba(0, 0, 0, .3) solid;
    margin-bottom: 8px;
}

.menu li.active a:after {
    content: " ...";
}

.menu>li a:link,
.menu>li a:visited {
    text-decoration: none;
    color: inherit;
    border: none;
}

.menu>li a:hover {
    text-decoration: none;
    border: none;
    color: rgb(146, 31, 70);
}

.menu>li a:active {
    text-decoration: none;
    border: none;
    color: rgb(146, 31, 70);
}

.submenu li.active {
    color: rgba(65, 58, 57, 1);
}

.submenu>li a:hover {
    text-decoration: none;
    border: none;
    color: rgba(65, 58, 57, 1);
}

.submenu>li a:active {
    text-decoration: none;
    border: none;
    color: rgba(65, 58, 57, 1);
}

#mobile-header {
    display: none;
    position: absolute;
    top: 50px;
    right: 2em;
}

#mobile-header a {
    border-bottom: 0;
}

#responsive-menu-button {}

.contentcontainer {
    width: 100%;
    padding-left: 80px;
    padding-right: 68px;
    background-color: white;
    float: left;
    position: relative;
}

.contentheader {
    width: 100%;
    height: 64px;
    background-color: rgb(126, 54, 68);
    background-image: linear-gradient(to right, rgb(126, 54, 68), rgb(165, 65, 93));
    padding-left: 23px;
    padding-top: 23px;
}

.featurecontent {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 0;
    padding: 0;
}

.featurecontentleft {
    position: relative;
    width: 55.133%;
    float: left;
}

.featurecontentright {
    position: relative;
    width: 35.9315%;
    float: right;
}

.zusatztext {
position: absolute;
right: 0;
bottom: 0;
width: 35.932%;
}

.bildnavi {
    padding-bottom: 29px;
    line-height: 10px;
}

.bildnavipfeillinks,
.bildnavipfeilrechts {
    float: left;
}

.bildnavipfeillinks {
    padding-right: 24px;
}

.bildinfos {
    width: 100%;
    float: left;
}

.bildnummer,
.bildbeschreibung {
    text-align: left;
}

.bx-wrapper .bx-caption {
    position: relative;
    background-color: white;
    padding-bottom: 28px;
}

.bx-wrapper .bx-caption span {
    text-align: right;
    font-family: serifa, serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    margin: 0;
    color: black;
}

.bild {
    position: relative;
    float: left;
    width: 100%;
}

.bild img {
    max-width: 100%;
}

.subcontent {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 100px;
    padding: 0;
}

.subcontentleft {
    position: relative;
    width: 55.133%;
    float: left;
}

.subcontentleftline {
    width: 65.16%;
    text-align: left;
    float: left;
    background-color: rgba(0, 0, 0, .3);
    height: 1px;
    border: 0;
}

.subcontentlefttext {
    width: 100%;
    text-align: left;
    float: left;
    margin-top: 56px;
    margin-bottom: 48px;
}

.subcontentleftbutton {
    width: 100%;
    text-align: left;
    float: left;
}

.subcontentleftbutton a {
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: .08em;
    list-style-type: none;
    float: left;
    width: 100%;
}

.subcontentlefthiddentext {
    width: 100%;
    text-align: left;
    float: left;
}



.subcontentright {
    position: relative;
    width: 35.9315%;
    float: right;
}

.subcontentrightline {
    width: 68.7%;
    text-align: left;
    float: left;
    background-color: rgba(0, 0, 0, .3);
    height: 1px;
    border: 0;
}

.subcontentrighttext {
    width: 100%;
    text-align: left;
    float: left;
    margin-top: 56px;
    margin-bottom: 48px;
}



.contentmaintext {
    float: left;
    padding-top: 2.85em;
    width: 90%;
}

.footer {
    width: 55.133%;
    float: left;
        padding-top: 50px;

    padding-bottom: 60px;
}



.contentheader h1 {
    color: rgb(255, 255, 255);
    font-size: 1em;
    line-height: 22px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .15em;
}

h2 {
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 0 0;
    padding: 0 16px 0 0;
    float: left;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

#impressumtext h2, #datenschutztext h2 {
    float: none;
}


.subcontentright h2 {
    font-family: proxima-nova, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
    margin: 0 0 0 0;
    padding: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    float: none;
}

h3 {
    font-family: proxima-nova, sans-serif;
    font-size: 1em;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 0 0;
    padding: 0;
}

h4 {
    font-family: serifa, serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    margin: 0;
}

.contentmaintext h4:first-of-type {
    margin: 0;
}

p {
    margin: 0 0 1em 0;
    font-size: 1em;
    line-height: 25px;
    letter-spacing: 0.01em;
}

.zusatztext p {
    margin: 0;
}

.subcontentright p {
    font-size: 16px;
    line-height: 21px;
}

em {
    font-style: italic;
}

em a:link,
em a:visited,
em a:hover,
em a:active {
    text-decoration: none;
    border: none;
    color: rgb(146, 31, 70);
}




ul {
    margin: 0 0 1em 0;
    padding: 0;
    list-style-type: none;
}

li {
    padding-left: 0;
}

.subcontentlefttext ul, .subcontentrighttext ul {
    list-style-type: disc;
    padding-left: 1.2em;
}

p.halfline {
    margin-top: .5em;
}

.sidr {
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 700;
    color: black;
}

.sidr hr {
    display: none;
}

.sidr-class-submenu {
    color: rgba(65, 58, 57, .6);
}

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

    .zusatztext {
position: relative;
float: left;
width: 75%;
        margin-top:48px;
}
}

@media screen and (max-width: 940px) {
    .wrapper {
        max-width: none;
        margin-top: 0;
    }
    .header,
    .contentcontainer {
        padding-left: 2em;
        padding-right: 2em;
    }
    .navigation {
        padding-right: 3em;
    }
}

@media screen and (max-width: 800px) {
    #mobile-header {
        display: block;
    }
    .navigation {
        display: none;
    }

}

@media screen and (max-width: 640px) {
    .logo img {
        width: 140px;
    }
    #responsive-menu-button img {
        width: 19px;
    }
    .featurecontentleft, .featurecontentright, .subcontentleft, .subcontentright, .zusatztext, .footer {
        width: 100%;
    }
    .bildinfos {
        margin-top: 1em;
    }
    h2 {
        font-size: 20px;
        line-height: 24px;
    }

}