:root{
    --mg-blau: #CBE6E1;
    --mg-blaudunkel: #8EA1A0;
    --mg-lila: #A18E9C;
    --mg-dunkelgrau: #283033;
    --mg-schwarz: #000;

    /*Abstufungen der Farben für Hintergründe*/
    --mg-blau-15: #EFF2F2;
}
.desktopElement{
    display: none;
}
body{
    width: 100%;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
}
/*Header*/
header{
    position: fixed;
    /*Damit Header ganz oben ist*/
    z-index: 4;
    width: 100%;
    
}

/*Burgermenü*/
.burgermenue{
    position: fixed;
    top: 1.5em;
    right: 2em;

    /*Damit Burgermenü zu sehen bleibt*/
    z-index: 2;
}
.burgermenuediv{
    height: 0.4em;
    width: 2.6em;
    background-color: var(--mg-schwarz);
    margin-top: 0.5em;
    transform-origin: 0% 0%;
}
.burgermenuediv2{
    height: 0.4em;
    width: 2.6em;
    background-color: var(--mg-schwarz);
    margin-top: 0.5em;
}
.burgermenuediv3{
    height: 0.4em;
    width: 2.6em;
    background-color: var(--mg-schwarz);
    margin-top:  0.5em;
    transform-origin: 0% 100%;
}
.menueDropDown{
    position: fixed;
    background-color: var(--mg-blau);
    height: 0%;
    width: 100%;
}
.menue{
    position: absolute;
    width: 100%;
    height: 100%;
    top: -40em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 4;     
}
.menuepunkt{
    align-self: center;
    text-align: center;
    width: 10em;
    font-size: 1.9em;
    margin: auto;
    font-weight: 800;
    padding: 1em 0 1em 0;
    z-index: 4;
}
.menue a{
    color: black;
    text-decoration: none;
}
.menue a:visited{
    color: black;
}
h1{
    font-family: 'Merriweather', serif;
    font-weight: 900;
    margin: 0px;
    color: var(--mg-lila);
    text-align: center;
}
.blogarticle{
    margin: 2em;
    margin-top: 6em;
    text-align: justify;
    display: flex;
    flex-direction: column;
}
a{
    color: var(--mg-blaudunkel);
}
#blogImg{
    width: 17em;
}
/*Back to Top Button*/
#backToTop{
    position: fixed;
    display: flex;
    align-items: center;
    bottom: 2em;
    right: -7em;
    opacity: 0;
    z-index: 4;
    transition: all 600ms ease;
}
/*Grundeinstellung*/
#backToTop svg rect{
    width: 68px;
    transition: all 600ms ease;
}
#backToTop svg text{
    opacity: 0%;
    transition: all 100ms ease;
}


@media only screen and (min-width: 800px){
    .blogarticle{
        margin: 10em 20em 10em 20em;
        text-align: justify;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .blogText{
        width: 70em;
        margin-right: 10em;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .blogInfo{
        width: 15em;
        background-color: var(--mg-blau-15);
        padding: 2em;
        height: 20em;
    }
    #blogImg{
        width: 30em;
        align-self: center;
    }
}
/*@media only screen and (min-width: 1200px){*/
    table{
        font-size: 15px;
    }
    #container{
        flex-direction: row;
        align-items: flex-start;
        margin-top: 10em;
        justify-content: center;
    }
    #impressum{
        margin-top: 0;
        width: 25%;
        margin-left: 10em;
        margin-right: 10em;
        position: fixed;
        left: 0;
    }
    h1{
        padding-bottom: 1em;
        border-bottom: 1px solid var(--mg-dunkelgrau);
        
    }
    #policy{
        margin-right: 10em;
        width: 60%;
        margin-left: 40%;
    }

    header{
        background-color: white;
        top: 0;
    }
    .HeaderDesktop{
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-left: 10em;
        padding-right: 10em;
        align-items: center;
        
    }
    .HeaderLogoDesktop{
        width: 10em;
    }
    .menueDesktop{
        display: flex;
        flex-direction: row;
    }
    .menueDesktop a{
        align-self: center;
        text-align: center;
        
        font-size: 0.45em;
        margin: auto;
        font-weight: 800;
        padding: 1em 0 1em 0;
        
        text-decoration: none;
        display: flex;
        width: 60%;
        
    }
    .menueDesktop a:visited{
        color: var(--mg-dunkelgrau);
    }
    /*.mobileElement{
        display: none;
    }*/
    .desktopElement{
        display: flex;
    }
/*}*/

/*Header*/
header{
    position: fixed;
    /*Damit Header ganz oben ist*/
    z-index: 4;
    width: 100%;
    
}

/*Burgermenü*/
.burgermenue{
    position: fixed;
    top: 1.5em;
    right: 3em;

    /*Damit Burgermenü zu sehen bleibt*/
    z-index: 2;
}
.burgermenuediv{
    height: 0.4em;
    width: 2.6em;
    background-color: var(--mg-schwarz);
    margin-top: 0.5em;
    transform-origin: 0% 0%;
}
.burgermenuediv2{
    height: 0.4em;
    width: 2.6em;
    background-color: var(--mg-schwarz);
    margin-top: 0.5em;
}
.burgermenuediv3{
    height: 0.4em;
    width: 2.6em;
    background-color: var(--mg-schwarz);
    margin-top:  0.5em;
    transform-origin: 0% 100%;
}
.menueDropDown{
    position: fixed;
    background-color: var(--mg-blau);
    height: 0%;
    width: 100%;
}
.menue{
    position: absolute;
    width: 100%;
    height: 100%;
    top: -40em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 4;     
}
.menuepunkt{
    align-self: center;
    text-align: center;
    width: 10em;
    font-size: 1.9em;
    margin: auto;
    font-weight: 800;
    padding: 1em 0 1em 0;
    z-index: 4;
}
.menue a{
    color: black;
    text-decoration: none;
}
.menue a:visited{
    color: black;
}
/*Header*/
header{
    position: fixed;
    /*Damit Header ganz oben ist*/
    z-index: 5;
    width: 100%;
    height: 6em;
}

/*Burgermenü*/
.burgermenue{
    position: fixed;
    top: 1.5em;
    right: 3em;

    /*Damit Burgermenü zu sehen bleibt*/
    z-index: 5;
}
.burgermenuediv{
    height: 0.4em;
    width: 2.6em;
    background-color: var(--mg-schwarz);
    margin-top: 0.5em;
    transform-origin: 0% 0%;
    border-radius: 5px;
}
.burgermenuediv2{
    height: 0.4em;
    width: 2.6em;
    background-color: var(--mg-schwarz);
    margin-top: 0.5em;
    border-radius: 5px;
}
.burgermenuediv3{
    height: 0.4em;
    width: 2.6em;
    background-color: var(--mg-schwarz);
    margin-top:  0.5em;
    transform-origin: 0% 100%;
    border-radius: 5px;
}
.menueDropDown{
    position: fixed;
    background-color: var(--mg-blau);
    height: 0%;
    width: 100%;
}
.menue{
    position: absolute;
    width: 100%;
    height: 100%;
    top: -40em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 4;     
}
.menuepunkt{
    align-self: center;
    text-align: center;
    width: 10em;
    font-size: 1.9em;
    margin: auto;
    font-weight: 800;
    padding: 1em 0 1em 0;
    z-index: 4;
}
.menue a{
    color: black;
    text-decoration: none;
}
.menue a:visited{
    color: black;
}
