html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/**/

body.show {
    position: relative;
    overflow: hidden;
}

/* = = = modulpark CSS = = = */

body {
    background-color: #fbecdb;
    font-size: 18px;
    font-family: 'EB Garamond', sans-serif;
    color: #000;
    letter-spacing: 1px;
    line-height: 1.6;
    overflow-x: hidden; /* Fix */
}

hr {
    border: 0;
    height: 1px;
    background: #d10535;
    /*background: url(BET_Linien_diagonal.svg) no-repeat;*/
    max-width: 400px;
    width: 90%;
    margin: 25px auto;
}

#main li {
    position: relative;
    padding-left: 30px;
    line-height: 1.5;
}

#main li::before {
    content: '';
    width: 12px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 2px;
    top: 15px;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: normal;
}

h1 {
    font-size: 3rem;
    color: #000;
}

h2 {
    font-size: 2rem;
    color: #d10535;
}

h3 {
    font-size: 18px;
    color: #d10535;
    margin-bottom: 0;
}

@media only screen and (min-width: 991px) {
    h1 {
        font-size: 66px;
    }
    h2 {
        font-size: 46px;
    }
}

a {
    color: #d30535;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

a:hover {
    color: #666;
}

/**/

.inside {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

/**/

.schrift-gross {
    font-size: 22px;
}

/* Logo */

#logo {
    text-align: right;
    background: url(BET_Superzeichen.svg) no-repeat 0 20px;
    background-size: 90px;
    padding-top: 30px;
    height: 150px;
}

#logo .mpg-logo img {
    width: 60%;
}

@media only screen and (min-width: 768px) {
    #logo {
        background-size: 150px;
        padding-top: 50px;
        height: 250px;
    }
}

/* UpScroll*/

#upScroll {
    position: fixed;
    cursor: pointer;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    z-index: 3;
    background: url(BET_Linien_Pfeil.svg) no-repeat;
    background-size: 40px;
}

/* About */

#wrapper {
    position: relative;
}

#about {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(251, 236, 219);
    z-index: 4;
    height: 100%;
    transform: translate(0, 100vh);
}

.show #about {
    opacity: 1;
    transform: translate(0, 0);
    overflow-y: scroll;
    overflow-x: hidden;
}

.about-button {
    background: none;
    border: none;
    width: 25px;
    height: 25px;
    padding: 0;
    opacity: .8;
    margin: 15px auto;
    display: block;
    cursor: pointer;
    transition: .4s ease-in-out;
    outline: none;
    border-right: 2px solid #fbebdb;
    border-top: 2px solid #fbebdb;
    transform: rotate(135deg);
}

.about-button:hover {
    border-right: 2px solid #000;
    border-top: 2px solid #000;
}

#about .about-button {
    border: 0;
    position: relative;
}

#about .about-button:before, #about .about-button:after {
    content: '';
    height: 35px;
    width: 2px;
    background: #000;
    position: absolute;
    top: 0;
    left: 17px;
    transition: .4s ease-in-out;
}

#about .about-button:hover:before, #about .about-button:hover:after {
    content: '';
    background: #d10535;
}

#about .about-button:after {
    transform: rotate(90deg);
}

.about-title {
    display: inline-block;
    cursor: pointer;
    transition: .4s ease-in-out;
}

.about-title:hover {
    color: #000;
}

/* prime-bg */

.prime-bg {
    background-color: #d10535;
    color: #fbecdb;
}

.prime-bg, .prime-bg h1, .prime-bg h2, .prime-bg h3, .prime-bg h4, .prime-bg h5, .prime-bg h6, .prime-bg a {
    color: rgb(251, 236, 219);
}

.prime-bg a:hover {
    color: #000;
}

/* BTN */

.btn-prime {
    font-size: 18px;
    color: #fff;
    background-color: #d10535;
    display: block;
    padding: 6px 14px;
}

.btn-prime:hover {
    color: #fff;
    background-color: #990327;
}

.btn-outline {
    border: 1px solid;
    display: block;
    padding: 6px 14px;
}

/* Footer */

footer {
    line-height: 1.3;
}
