@media only screen and (max-width: 768px) {

    .LeftReturnBox {
        display: none;
        background: none;
        outline: none;
        box-shadow: none;
    }
    
    .img1 {
        display: none;
    }
    
    .img2 {
        display: none;
    }
    
    .Description {
        width: 50em;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5.5em;
        color: #efefef;
        font-family: "Lato";
        font-size: 0.55em;
        text-align: center;
    }
    
    .RightReturnBox {
        display: none;
        background: none;
        outline: none;
        box-shadow: none;
    }

    .parent-container {
        margin-top: -20em;
    }

    .RadialColorLeft {
        display: none;
    }

    .LogoBoxCenter {
        margin-top: 24em;
        margin-left: auto;
        margin-right: auto;
        background: #f2f2f2;
        height: 28em;
        width: 19em;
        border-radius: 1px;
        box-shadow: 0px 0px 2px 3px #0f0f0f;
    }

    .Logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    img {
        position: relative;
        padding-left: 0em;
        width: 19em;
    }

    a:hover,
    a:visited,
    a:link,
    a:active {
        text-decoration: none;
    }

    .RadialColorRight {
        display: none;
    }

    .XLogosvg{
        height: 25px;
        width: 25px;
        margin-top: 0.2em;
    }

    .InstagramHoverBox{
        margin-top: 0.05em;
    }

    .ContactWrap {
        margin-top: 6em;
        margin-right: 0.3em;
    }

    .Email{
        width: auto;
        font-size: 18px;
        font-weight: bold;
        padding-top: 4px;
    }

    .InstagramHoverBox{
        margin-top: 0.05em;
    }

    .Impressum {
        margin-right: 0.3em;
    }

    .DataPrivacyPolicy{
        margin-right: 0.3em;
    }

    .CopyrightTag{
        font-size: 0.6em;
        margin-right: -0.2em;
    }
}