  /*
* ===================================================================================== very small =====================================================================================
*/
@media screen {
  /*                                                          
              ----------------------Impressum----------------------
*/

#impressum-wrapper {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0;
    margin-left: 0;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    padding-left: 10px;
}

#impressum-left {
    width: 75%;
    max-height: 65vh;
}

#impressum-right {
    display: flex;
    flex-direction: column;
    margin-top: 5%;
    margin-bottom: 5%;
}

#impressum {
    color: white;
    text-align: center;
}

#impressum-head {
    font-size: 3rem;
    padding-top: 3%;
}

#impressum-caption {
    color: black;
    text-align: left;
    width: auto;
    margin-top: 3%;
    font-weight: bold;
    font-size: 1.4rem;
}

#impressum-body-middle {
    margin-top: 5%;
    padding: 0 7%;
    height: 50vh;
    color: white;
}

.impressum-list {
    list-style: none;
    margin-left: 0;
    font-size: 1.1rem;
}

.impressum-list > li > a {
    color: #ff9999; 
}

.impressum-list > li > a:hover {
    color: whitesmoke; 
}

#impressum-list-center {
    align-content: center;
}

#impressum-list-right {
    align-content: center;
    font-weight: 300;
}


/* PRIVACY POLICY */

#privacy-policy-caption {
    font-size: 1.4rem;
    margin-bottom: 2%;
    font-weight: bold;
}

#privacy-policy-content > h2{
    font-size: 1.3rem;
}

#privacy-policy-content > p{
    font-size: 1.1rem;
}

#privacy-policy-content {
    font-size: 1.2rem;
    max-height: 45vh;
    width: 88vw;
    overflow-y: scroll;
    overflow-x: visible;
}
}
  /*
* ===================================================================================== small phone =====================================================================================
*/
@media screen and (min-width: 375px){

}

  /*
* ===================================================================================== phone =====================================================================================
*/
@media screen and (min-width: 481px){
  
}

  /*
* ===================================================================================== tablet =====================================================================================
*/
@media screen and (min-width: 769px){
  
}

  /*
* ===================================================================================== laptop =====================================================================================
*/
@media screen and (min-width: 1024px){
    /*                                                          
              ----------------------Impressum----------------------
*/

#impressum-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 5%;
    margin-left: 5%;
    font-family: "Roboto", sans-serif;
}

#impressum-left {
    width: 75%;
    max-height: 65vh;
    margin-left: 10px;
}

#impressum-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 25%;
    margin-left: 5%;
    margin-top: 10%;
}

#impressum {
    color: white;
    text-align: center;
    font-size: calc(var(--content-height) * 0.06);
}

#impressum-head {
    font-size: calc(var(--content-height) * 0.08);
    padding-top: 3%;
}

#impressum-caption {
    color: black;
    text-align: left;
    width: auto;
    margin-top: 3%;
    font-size: 3rem;
}

#impressum-body-middle {
    margin-top: 5%;
    padding: 0 7%;
    height: 50vh;
    color: white;
}

.impressum-list {
    list-style: none;
    margin-top: 4%;
    margin-left: 0;
    font-size: 1.7rem;
    line-height: 1.5;
}

.impressum-list > li > a {
    color: #ff9999; 
}

.impressum-list > li > a:hover {
    color: whitesmoke; 
}

#impressum-list-left {
}

#impressum-list-center {
    align-content: center;
}

#impressum-list-right {
    align-content: center;
    font-weight: 300;
}


/* PRIVACY POLICY */

#privacy-policy-caption {
    font-size: 1.8rem;
    margin-bottom: 2%;
    font-weight: bold;
}

#privacy-policy-content {
    font-size: 1.2rem;
    max-height: 60vh;
    max-width: 100%;
    overflow-y: scroll;
    overflow-x: visible;
}

/* IPad Pro */
@media screen and (orientation: landscape) {
    #impressum-left {
        width: 55%;
    }
}

}


@media screen and (min-width: 2500px) {

    #impressum-wrapper {
        margin-top: 0;
    }

    #privacy-policy-caption {
        font-size: 3.5rem;
    }

    #impressum-caption {
        font-size: 3.5rem;
    }

    #impressum-list-left {
        font-size: 2.6rem;
    }

    
    #privacy-policy-content > h2 {
        font-size: 2.2rem;
    }

    #privacy-policy-content > p {
        font-size: 1.8rem;
    }
}