.content {
    margin: auto;
    text-align: center;
    background-color: rgba(224, 223, 223, 0.835);
    width: 60%;
    padding: 25px;
    color: rgb(0, 0, 0);
    border-radius: 5px;
    min-height: 100vh;
    box-shadow: 4px 1px 10px rgb(29, 29, 29);
    font-size: 20px;
}

.content iframe {
    width: 90%;
    height: 350px;
}

.logo {
    display: none;
}

.Pc_logo {
    display: block;
    position: absolute;
    top: 20px;
    left: 30px;
    width: 200px;
    border-radius: 5px;
}

.Logo2 {
    width: 50%;
}

.more-btn {
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    transition: all 0.4s;
    background-color: rgb(80, 91, 150);
    color: white;
    text-decoration: none;
}

.more-btn:hover {
    opacity: 0.7;
    transition: all 0.4s;
}

.Leistungen {
    background-color: rgba(134, 134, 134, 0.335);
    padding: 25px;
    border-radius: 5px;
}

.Leistungen hr {
    width: 50%;
    border: none;
    border-radius: 5px;
    height: 2px;
    background-color: rgb(0, 0, 0);
    margin: auto;
}

.Leistungen img {
    height: 100px;
    width: auto;
}

.column {
    
    padding: 20px;
    text-align: center;
    margin: auto;
}

.column2 {
    float: left;
    width: 50%;
    padding: 20px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
    text-align: center;
}

.kontakt {
    width: 100%;
    float: left;
    text-align: left;
}

.kontakt p {
    font-size: 20px;
    text-align: center;
}

@media only screen and (max-width: 900px) {
    .column {
        width: 100%;
    }
    .content {
        width: 90%;
    }
    .column2 {
        width: 100%;
    }
    .logo {
        width: 100%;
        display: block;
    }
}

@media only screen and (max-width: 1200px) {
    .Pc_logo {
        display: none;
    }
}