
* {
    padding: 0;
    margin: 0;
    font-family: "proxima-nova", sans-serif;
    word-break: break-word;
    font-size: 0;
}

body {
    background-color: #5ec5ec;
}

p, li, strong {
    color: #ffffff;
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: left;
}

strong {
    font-weight: 700;
}

li {
    margin-bottom: 2px;
    margin-left: 20px;
}

h1 {
    color: #ffffff;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: center;
    text-transform: uppercase;
}

h2 {
    color: #ffffff;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: center;
}

a {
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
}


body .inner {
    width: 1150px;
    max-width: calc(100% - 50px);
    min-height: calc(100vh - 110px);
    margin: 15px auto 30px auto;
    padding: 0 25px 50px 25px;
    display: block;
    text-align: center;
    position: relative;
}

body .inner_subpage {
    width: 800px;
}


#main_navi {
    margin-top: 60px;
    text-align: right;
    padding: 0 20px;
    width: calc(100% - 40px);
}

#main_navi #navi_logo {
    background-image: url("../image/logo_klein.png");
    display: inline-block;
    width: 120px;
    height: 50px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    float: left;
    margin-top: -28px;
}

#main_navi a {
    margin-left: 80px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 1000px) {
    #main_navi a {
        display: block;
    }
}

.content {
    margin-bottom: 400px;
}

#sprechblase_box {
    display: inline-block;
    width: 100%;
}

#sprechblase {
    background-image: url("../image/sprechblase_2024.png");
    display: inline-block;
    width: 800px;
    max-width: 100%;
    height: 450px;
    margin-top: 150px;
    margin-bottom: 70px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
}

body.en #sprechblase {
    background-image: url("../image/sprechblase_2024_en.png");
}

.zwischentext {
    display: inline-block;
    width: 650px;
    max-width: 100%;
    margin-bottom: 60px;
}

.zwischentext#leistungen {
    margin-bottom: 200px;
}

.zwischentext p,
.zwischentext p strong {
    font-size: 24px;
    line-height: 30px;
}

.zwischentext p strong {
    font-weight: 700;
    font-size: 26px;
}

#logo {
    background-image: url("../image/logo_gross.png");
    display: inline-block;
    width: 650px;
    max-width: 100%;
    height: 400px;
    margin-top: 0;
    margin-bottom: 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
}

#logo_subpage {
    background-image: url("../image/logo_klein.png");
    display: inline-block;
    width: 400px;
    height: 160px;
    max-width: 100%;
    margin-bottom: 40px;
    background-size: 90% auto;
    background-repeat: no-repeat;
    background-position: center top;
}

#visitenkarte_box {
    display: inline-block;
    max-width: 100%;
    width: 650px;
    padding: 30px 0 0 0;
    text-align: left;
    position: relative;
}

#visitenkarte {
    display: inline-block;
    max-width: calc(100%);
    width: 400px;
    padding: 0;
    text-align: left;
}

#visitenkarte p,
#visitenkarte a {
    font-size: 20px;
    line-height: 26px;
}

#visitenkarte #logo_klein {
    background-image: url("../image/logo_klein.png");
    display: inline-block;
    height: 110px;
    width: 260px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 20px;
}

#visitenkarte p {
    font-weight: 600;
}

#visitenkarte p.name {
    text-transform: uppercase;
    font-weight: 700;
}

#visitenkarte .social_media {
    margin-top: 30px;
}

#visitenkarte .social_media .social_media_icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    margin-right: 15px;
}

#visitenkarte .social_media .social_media_icon.facebook {
    background-image: url("../image/facebook.png");
}

#visitenkarte .social_media .social_media_icon.instagram {
    background-image: url("../image/instagram.png");
}

#visitenkarte_stoerer {
    background-image: url("../image/button_dentnet.png");
    position: absolute;
    right: -200px;
    top: 30px;
    width: 250px;
    height: 250px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: right top;
}

body.en #visitenkarte_stoerer {
    background-image: url("../image/button_dentnet_en.png");
}

@media (max-width: 1050px) {
    #visitenkarte_stoerer {
        right: 0;
    }
}

@media (max-width: 700px) {
    #visitenkarte_stoerer {
        width: 120px;
        background-size: 100% auto;
        background-position: right top;
        margin-top: 100px;
        right: -22px;
    }

}

footer {
    position: absolute;
    bottom: 0;
    width: calc(100% - 50px);
}

footer #footer_navi a {
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

footer #footer_navi a:first-of-type {
    margin-right: 50px;
}

footer #footer_navi a:last-of-type {
    margin-left: 50px;
}

footer #footer_navi p {
    text-align: center;
    color: #dddddd;
}


/* Ansicht für Smartphones */
@media (max-width: 700px) {
    .content {
        margin-bottom: 150px;
    }

    #sprechblase {
        margin-top: 100px;
        margin-bottom: 50px;
        height: 250px;
        background-size: 70% auto;
    }

    #logo {
        height: 350px;
        margin-bottom: 0;
    }

    .zwischentext {
        margin-bottom: 60px;
    }

}

@media (max-width: 600px) {

    #logo {
        height: 280px;
        margin-bottom: 60px;
    }

    #sprechblase {
        height: 250px;
        background-size: 90% auto;
    }
}

@media (max-width: 400px) {
    #logo {
        height: 200px;
    }

    #sprechblase {
        height: 180px;
    }
}

@media (max-width: 300px) {
    #logo {
        height: 120px;
    }

    #sprechblase {
        height: 110px;
    }
}