@import "/Stylesheets_general/Stylesheet_Menu.css";
@import "/Stylesheets_general/Stylesheet_BodyNavFooter.css";


/*--------IMPRESSUM PAGE-------------------------------------------------------------------------------------------------------*/
#i_überschrift-1{
    padding-top: 20vh;
    color: #ee9e00;
}

#i_item-1{
    font-weight: 700;
    font-size:  5vw;
    font-family: ff-providence-sans-web-pro, sans-serif;
}

#i_item-2 {
    font-weight: 400;
    font-size:  2vh;
    font-family: prestige-elite-std, monospace;
    text-decoration: none;
}

#i_überschrift-2{
    padding-top: 5vh;
    color: #ee9e00;
}

#i_item-3{
    font-weight: 700;
    font-size:  3vw;
    font-family: ff-providence-sans-web-pro, sans-serif;
}

#i_item-4 {
    font-weight: 400;
    font-size:  2vh;
    font-family: prestige-elite-std, monospace;
    text-decoration: none;
}

#datenschutz{
    color: #ee9e00;
    font-weight: 400;
    font-size:  2vh;
    font-family: prestige-elite-std, monospace;
    text-decoration: none;
}

a{
    color:hotpink;
    text-decoration: none;
}

#terms_and_condition_link{
    color: #ee9e00;
    font-family: "Sunflower", sans-serif;
}


@media screen and (max-width: 768px) {

    #c_überschrift-1{
        display: block;
    }

    #c_item-1 {
        font-size: 10vw;
        
    }

    #c_item-2 {
        font-size: 4vw;
        
    }

    #callcenter{
        display: none;
    }

}