@media screen {
*,
*:before,
*:after {
    box-sizing: inherit;
}
html {
    box-sizing:border-box;
        background-repeat: no-repeat;
        background-position: top center !important;
        background-attachment: scroll !important;
        background-size: 100vw auto,contain !important;
        scroll-behavior: smooth;
}
body.startseite {
    height:100%;
    min-height:890px;
    font:.9rem/1.4rem Verdana,Arial,Helvetica,sans-serif;
    font-weight:normal;
    color:#555;
}
.startseite h1 {
    font-size:2.2rem;
    line-height:2.7rem;
    color:#d18d0d;
    letter-spacing: 0.1rem;
        font-family: 'Arizonia', cursive;
      text-shadow: 0 -1px 1px #fff, 0 1px 1px #999;
}
h2 {
    font-size:1.2em;
    font-weight:bold;
    color:#d18d0d;
}
.startseite #main {
}
.w1024 {
    margin: 0 auto 4rem;
    max-width:1024px;
    padding:0 1rem 0;
}
.w1024 .image_container + h1 {
    margin-top:5rem;
}
#footer {
    margin: 0 auto;
        max-width: 1024px;
        padding: 10px;
}
.startseite .Logo {
    color: #fff;
     /*   margin-left: auto;
        margin-right: auto;*/
        margin-top: 0 !important;
        width: 100%;
}
.mod_changelanguage {
    position: absolute;
        left: 4rem;
        top: 4em;
}
.lang-en, .lang-de {
    color:#fff;
}
a:hover.lang-en, a:hover.lang-de {
    color:#f75307;
}
.startseite .mod_newslist {
    margin: 4rem auto 0.5rem;
    max-width:1024px;
}
.mod_newsarchive .layout_latest {
    padding:2em 0 3em;
    background-image:url("files/Dateien Wies/Layout/line9.gif");
    background-position:center bottom;
    background-repeat:no-repeat;
}
#main .mod_newsarchive .info,
#main .mod_newsarchive .more a {
    margin-bottom:1em;
    font-size:12px;
    color:#a1250a;
}
.mod_newsarchive h2 a {
    font-weight:bold;
    text-decoration:underline;
    color:#d18d0d;
}
.mod_newsarchive a:hover,
mod_newsarchive a:focus {
    text-decoration:underline;
}
.startseite .layout_latest .image_container {
    margin: 0 !important;
    max-width:100%;
}
.startseite .layout_latest .last {
    padding: 0 0 0 1rem;
}
figcaption.caption {
    font-size:0.6rem;
    padding-bottom:0.8rem;
    line-height:1.5;
}
.scrollup {
    width:50px;
            height:50px;
            bottom:0;;
            position:absolute;
            display:none;
             right:0;
            z-index: 9999999999;
}
a.scrollup,
a.scrollup:link,
a.scrollup:visited {
    /*padding-bottom:4rem;*/
    text-decoration:none;
    color:#faa805;
}
a.scrollup:before {
    font:3em FontAwesome;
            content: "\F139";
}

.equalHMVWrap {
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.eq {
    padding:10px;
}
.eqWrap {
    display:flex;
    display:-webkit-flex;
}
.equalHMV {
    width:30%; margin:1%;
}
.more > a,
.ce_text.last.block a {
    font-weight:bold;
}
}
