.kontakt{
    background: rgb(184,7,35);
background: linear-gradient(0deg, rgba(184,7,35,1) 0%, rgba(103,48,56,1) 20%, rgba(66,66,66,1) 25%);
    width: 100vw;
    min-height: max-content;
    padding-top: 5%;
}

.kont {
    color: white;
}

.kontakt-container{
    position: relative;
    width: 100%;
    height: 80%;
}

.verlinkungen{
    width: 40%;
    height: 50%;
    margin-top: 10%;
    margin-left: 2%;
    border: 1px solid black;
    float: left;
}

.social{
    width: 40%;
    height: 40%;
    margin-top: 10%;
    margin-right: 2%;
    float: right;
    border: 1px solid white;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}

.facebook, .instagram{
    transform: scale(2);
    color: white;
}
.links{

    width: 90%;
   
   
    min-height: max-content;
    margin: auto;
    border-bottom: 1px solid white;
    padding-bottom: 5%;
}
.links-content{
    margin-top: 1%;
    width: 100%;
    height: 80%;
   display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}

.links-content a:hover{
    color: rgb(184,7,35);
}

.links-header{
    color: white;
}

.icons{
   
    width: 30%;
    height: 50%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    color: white;
}


.icons a{
    text-decoration: none;
    color: white;
    transition: .5s;
}

.icons a:hover{
    color: black;
    transition: .5s;
}
.link-logo{
    
    height: 100%;
     width: 50%;
     display: flex;
     justify-content: flex-end;
     align-items: center;
    flex-direction: row;
}
.link-logo img{
    width: 50%;
    height: 50%;
    margin-top: 5%;
}



.recht, .site, .offnung{
    width: 50%;
    color: white;
    
}

.offnung table{
    text-align: left;
}

.recht a, .site a{
    text-decoration: none;
    color: white;
}

.link-logo img{
    max-width: 100%;
    max-height: 100%;
}

.bottom{
    height: 32%;
    margin-top: 2%;
    /* background-color: rgb(184, 7, 35); */
   display: flex;
   justify-content: center;
   align-items: center;
}

.bottom-container{
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.name{
    font-family: 'Brush Script MT', cursive;
    font-size: 2rem;
    color: white;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media only screen and (max-width: 620px) {

    .kontakt{
        height: max-content;
    }
    .links-content{
        margin-top: 5%;
        flex-direction: column;
        align-items: flex-start;
        height: max-content;
    }
    .link-logo{
        width: 100%;
    }

    .link-logo{
        width: 50%;
        height: 50%;
    }
    .offnung table{
        margin-left: 5%;
        text-align: left;
    }

    .bottom-container{
        width: 100%;
    }

    .name{
        font-size: 1.5rem;
        width: 50%;
    }

    .icons{
        width: 50%;
    }

}