html {
    height: 100%;
    }

body {
    background-color: #1f1f20;
    color: #F6F1F1;
    font-family: Roboto;
}

table, th, td {
    border: none;
    border-color: black;
    width: 100%;
    background-color: #F6F1F1;
}



.top_show {
       text-align: center;
       color: #F6F1F1;
       margin-top: 20px;
       margin-bottom: 20px;
}

.logo {
    width: 300px;

}

.logo_contact {
    text-align: center;
    background-color: #F6F1F1;
    margin-top: 5px;
    padding-top: 5px;
    width: 100%;
    border: 3px;
    
}

.button-call {
    text-align: center;
    background-color: #19A7CE;
    color: #1f1f20;
    width: 170px;
    height: 50px;
    padding: 5px;
    border: 1px solid;
    border-radius: 30px;
    margin: 5px;
    }

.phonepic {
    height: 40px;
    padding-top: 5px;
    position: relative;

}

.button-call a, active {
    text-decoration: none;
    color: #1f1f20;
}

.button-call:hover {
    color: #1f1f20;
    background-color: #146C94;
}

.main1 {
    background-color: #F6F1F1;
    color: #1f1f20;
    margin-top: 25px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}



hr {
    border: 1px solid #19A7CE;
}

#telefonnummer {
    float: right;
    padding-right: 30px;
    font-weight: bolder;
}

