/*

Theme Name:   Hostmev2 Child

Version: 1.0
Author: unbekannt

Description: Hostmev2 Child Theme
License: GNU General Public License

Template:  hostmev2

*/




.primarymenu a{

    text-transform: uppercase;
}

.logo{

    margin-top: 15px;
    display: inline-block;
}



#footer{

    padding-top: 20px;
    color: white; 
    text-align: center;
}



#footer a{

    color: white;
    opacity: 1;
    font-size: 15px;
}


#footer .widget {

    margin: 0;
}


#footer .one_third{

    margin: 0;

}

.rightsidebar #main{

    width: 100%;
}

#atp_menu a {

    color: #ffffff;
}

.sf-menu ul li {

    background: rgba(0,0,0,0.8);
}

.tss_next_buttton_left{

    margin: 60px 0 30px;
    text-align: center;
}


.tss_next_buttton_right{

    margin: 60px 0 30px;
    text-align: center;
}

.tss_next_buttton_left a{

    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    border: 1px solid #333;
}


.tss_next_buttton_left a:hover{
    
    background-color: whitesmoke;
    color: #333;
}


.tss_next_buttton_right a{

    padding: 10px 20px;
    background-color: rgb(5, 91, 196);
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    border: 1px solid rgb(5, 91, 196);
}


.tss_next_buttton_right a:hover{
    
    background-color: whitesmoke;
    color: rgb(5, 91, 196);
}

/* --------------- startseite --------------- */





/* --------------- ende --------------- */



@media (max-width: 600px) {

    /* --------------- startseite --------------- */


}


@media (min-width: 600px) and (max-width: 767px) {





}


