html, body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-size: 100%;
    font-family: 'Old Standard TT', 'sans-serif';
}

body {
    background-image: url('../../static/images/background/eggy_background.jpg');
}

a {text-decoration: none; color: #7d131e;}
a:hover {text-decoration: underline;
    cursor: pointer;}

.center {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);}

.section_wrapper {
    width:100%;
    height:auto;
    float:left;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;}

/*for position sticky to work must set all float values to none*/

.return {
    position: sticky;
    top:0;
    margin-top: 30px;
    width: 100%;
    height: auto;
    float: left;
}

#return_box {
    float: left;
    margin-left: 3rem;
    padding: 5px 15px;
    color: #7d131e;
    background-color: transparent;
    transition: color 0.8s, background-color 0.8s;
}

@media screen and (min-width: 1025px) {
#return_box:hover {
    color: white;
    background-color: rgba(125,19,30,0.9);}
}

#return_text {
    font-size: 1.3rem;
    color: inherit;
    float: left;
    text-decoration: none;}

.Impressum {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
    height: auto;
}

@media screen and (max-width: 767px) {
    .Impressum {
        width: 80%;}

    #return_box {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin:0;
        border: 1px solid #7d131e;
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #return_box {
        border: 1px solid #7d131e;
    }
}

header {
    width: 100%;
    font-size: 1.7rem;
    float: left;
    color: #7d131e;
    font-weight: bold;}

#daten {margin-top: 30px; margin-bottom: 20px;}

#important_header {
    color: black;
    font-size: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;}

.ds_font {font-family: Arial, Helvetica, sans-serif;}

.information {
    width: 100%;
    float: left;
    font-size: 1.1rem;}

.sub_header {color: black; font-size: 1.3rem; margin-top: 20px;}