body {
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: #fff;
}
* {
    scrollbar-width: auto;
    scrollbar-color: #000 #fff;
}
::-webkit-scrollbar {
    width: 16px;
}
::-webkit-scrollbar-track {
    background: #fff;
}
::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 0;
    border: 0 solid #fff;
}
@media only screen and (max-width: 1200px) {
    :root {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1000px) {
    :root {
        font-size: 14px;
    }
}
@media only screen and (max-width: 600px) {
    :root {
        font-size: 12px;
        font-size: 10px;
    }
}
.home-container {
    height: 100vh;
    min-height: 700px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.home-container-image {
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    height: 100%;
}
#home-phone {
    display: none;
    width: 200px;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 12px;
    min-width: 200px;
}
.welcome-card {
    width: 50%;
    justify-content: center;
    align-items: flex-start;
    padding: 50px;
    background: hsla(0, 0%, 100%, 0.75);
}
.welcome-card,
.welcome-card-text {
    display: flex;
    flex-direction: column;
}
.welcome-card-text {
    width: 100%;
}
.welcome-card h1 {
    color: #000;
    margin-bottom: 25px;
    font-size: 3.5rem;
    line-height: 120%;
    word-break: keep-all;
}
.welcome-card p {
    font-size: 2rem;
    line-height: 120%;
}
.rating-home {
    margin-bottom: 15px;
    margin-left: -15px;
    font-size: 50px;
}
.google {
    display: flex;
    align-items: center;
    margin-left: -15px;
    cursor: pointer;
    margin-top: 10px;
}
.g-icon {
    width: 80px;
    margin-right: 15px;
}
#home-phone {
    color: #fff;
    font-size: 16px;
    width: -moz-fit-content;
    width: fit-content;
}
@media only screen and (max-width: 1200px) {
    .welcome-card {
        width: 75%;
    }
}
@media only screen and (max-width: 1000px) {
    .welcome-card {
        padding: 25px;
    }
    #home-phone {
        display: block;
    }
    .home-container {
        align-items: flex-end;
    }
}
@media only screen and (max-width: 800px) {
    .welcome-card {
        width: 100%;
    }
    .google {
        margin-top: -10px;
        margin-left: -10px;
    }
    .google p {
        transform: translateY(10px);
    }
    .g-icon {
        width: 65px;
    }
    .v-rating__item {
        width: 35px;
    }
}
@media only screen and (max-width: 600px) {
    .home-container-image .v-img__img--cover {
        position: absolute;
        width: auto;
        left: -40%;
    }
    .g-icon {
        width: 50px;
        margin-right: 5px;
    }
    .google p {
        margin-left: 2px;
    }
}
@media only screen and (max-width: 300px) {
    .google {
        display: none;
    }
}
.leistung-container {
    width: 80%;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 0;
}
.leistung-card-container {
    flex-wrap: wrap;
}
.leistung-container h2 {
    font-size: 2.5rem;
    text-align: center;
    background-color: #161f3b;
    color: #fff;
    padding: 10px;
}
.leistung-col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}
.leistung-card {
    margin-bottom: 20px;
    cursor: pointer;
    width: 100%;
    position: relative;
    height: 20vw;
    min-height: 350px;
    min-width: 300px;
    display: flex;
    flex-flow: column;
}
.leistung-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    line-height: 140% !important;
    min-height: 50px;
    text-align: left;
    white-space: normal;
    overflow: visible;
    width: 100%;
}
.leistung-card-text,
.leistung-title {
    background-color: #161f3b;
    color: #fff;
    padding: 15px;
}
.leistung-card-text {
    height: 100%;
}
.leistung-card ul {
    list-style-position: inside;
    padding-top: 10px;
}
.leistung-img {
    flex: 1 1 auto;
}
.v-card--reveal {
    bottom: 0;
    opacity: 1 !important;
    position: absolute;
    width: 100%;
}
.leistung-card-text p {
    font-size: 18px;
    line-height: 120%;
    margin-top: 10px;
    text-align: left;
}
.leistung-card-actions {
    display: flex;
    align-items: center;
    padding-left: 15px;
    background: #333;
    color: #fff;
    position: relative;
    z-index: 10;
    font-size: 16px;
}
.vorteile-row {
    margin-top: 20px;
}
.vorteile-card {
    height: 250px;
    width: 100%;
    cursor: pointer;
}
.vorteile-card-text {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
}
.vorteile-card-text p {
    line-height: 120%;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}
@media only screen and (max-width: 1200px) {
    .leistung-container {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 800px) {
    .leistung-container {
        width: 95%;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .leistung-card {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 350px) {
    .leistung-card {
        min-width: 200px;
    }
}
.about-container {
    background-color: #fff;
    box-shadow: 1px 1px 5px #d3d3d3;
    padding: 0;
    margin: 0;
}
.about-title {
    background-color: #161f3b;
    color: #fff;
    font-size: 2rem;
}
.about-description,
.about-title {
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-description {
    padding: 50px;
    font-size: 1.5rem;
}
.about-customer-container,
.about-story-container {
    display: flex;
    flex-direction: row;
    margin: 0 !important;
}
.about-customer {
    background-color: #161f3b;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 50px;
}
.about-customer p {
    color: #fff;
    margin: 10px;
    font-size: 18px;
    text-align: center;
}
.about-customer h2 {
    text-align: center;
    font-size: 2.5rem;
    color: #fff;
    padding-top: 50px;
}
.about-customer-image {
    padding: 50px;
}
.about-customer-comments {
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.comment-card {
    margin-bottom: 25px;
    min-width: 80%;
    padding: 10px;
}
.comment-card p {
    font-size: 18px;
    line-height: 120%;
}
@media only screen and (max-width: 960px) {
    .about-description {
        text-align: center;
        font-size: 20px;
        padding: 35px;
    }
    .about-customer-comments {
        padding: 25px;
    }
    .about-customer-container {
        flex-direction: column-reverse;
        width: 100%;
    }
    .about-story-container {
        flex-direction: column;
        width: 100%;
    }
    .comment-card p {
        font-size: 16px;
    }
    .about-customer p {
        margin: 5px;
    }
}
.contact-container {
    width: 80%;
    max-width: 3000px;
    justify-content: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin-bottom: 100px;
    margin-top: 100px;
    position: relative;
    padding: 0;
}
.card-row,
.contact-container {
    display: flex;
    align-items: center;
}
.card-row {
    justify-content: space-between;
    flex-direction: column;
    flex: 1;
    height: 100%;
    min-width: 300px;
}
.card-row a {
    width: 100%;
    height: 48%;
    margin-left: -20px;
}
.contact-card,
.contact-card-text {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-card-text {
    flex-direction: column;
}
.contact-card-text p:first-of-type {
    font-weight: 700;
}
.contact-card-text p {
    font-size: 18px;
    line-height: 120%;
    margin-top: 10px;
}
.contact-form-container h2 {
    padding: 25px;
    text-align: center;
    background: #161f3b;
    color: #fff;
    font-size: 2.5rem;
}
.contact-form-container {
    flex: 2.5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-top: 0 !important;
    margin-right: 50px;
}
.contact-form-card {
    width: 100%;
}
.contact-form {
    padding: 50px;
    background-color: #161f3b;
}
.contact-form-field {
    background-color: #fff;
    margin-bottom: 10px;
}
.v-input__details {
    background-color: #161f3b;
}
.contact-form p,
.v-input,
.v-label,
.wn-menu-content-list .v-select-select option {
    font-size: 14px;
}
.form-btns {
    display: flex;
    width: 100%;
}
.form-btns .v-btn {
    width: 150px;
    margin: 10px;
    margin-left: 0;
}
@media only screen and (max-width: 1000px) {
    .contact-container {
        flex-direction: column;
        width: 90%;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .contact-form-container {
        width: 100%;
        margin-right: 0;
    }
    .card-row {
        margin-bottom: 0;
        margin-top: 20px;
        width: 100%;
        flex-direction: row;
    }
    .card-row a {
        width: 48%;
        margin: 0;
        margin-bottom: 50px;
        height: 300px;
    }
    .form-btns {
        justify-content: space-between;
    }
    .form-btns .v-btn {
        width: 45%;
    }
    .contact-form {
        padding: 25px;
    }
}
@media only screen and (max-width: 800px) {
    .card-row a {
        margin-bottom: 25px;
        width: 100%;
    }
    .contact-container {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}
.faq-container {
    width: 80%;
    padding: 0;
    margin-bottom: 100px;
    z-index: 0;
}
.faq-container h2 {
    text-align: center;
    font-size: 2rem;
    background: #333;
    color: #fff;
    padding: 10px;
}
.faq-panel-item {
    background-color: #f5f5f5;
    color: #000;
    width: 100%;
}
.faq-panel-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
}
.faq-panel-text {
    font-size: 14px;
}
@media only screen and (max-width: 1000px) {
    .faq-container {
        width: 90%;
        margin-bottom: 50px;
    }
}
.footer-styles {
    background: #161f3b;
    color: #fff;
    padding: 0;
}
.rights,
.social {
    width: 100%;
    padding: 25px;
}
.social {
    display: none;
}
.rights {
    background: #111;
    font-size: 14px;
    text-align: center;
}
.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #222;
    width: 100%;
}
.footer-link {
    margin-left: 50px;
    margin-right: 50px;
}
.footer-link p,
.seo-txt {
    font-size: 14px;
}
.seo-txt {
    background: #111;
    height: 0;
    overflow: hidden;
    text-align: center;
}
@media screen and (max-width: 800px) {
    .footer-link p {
        font-size: 12px;
    }
    .footer-link {
        margin-left: 0;
        margin-right: 0;
    }
}
.toolbar-styles {
    background: #161f3b;
    color: #fff;
    z-index: 100;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
#logo {
    max-width: 310px;
}
#burger {
    display: none;
    font-size: 20px;
}
.highlighted {
    background-color: #000;
}
.drawer-item {
    color: #fff;
    text-align: center;
    font-size: 16px;
}
#drawer,
.drawer-list,
.v-navigation-drawer__content {
    overflow: hidden;
}
#nav-phone {
    font-size: 16px;
}
@media only screen and (max-width: 1000px) {
    .toolbar-links {
        display: none;
    }
    #burger {
        display: block;
    }
    #nav-phone {
        display: none;
    }
    #logo {
        max-width: 290px;
    }
}
.impressum-container {
    padding: 0;
}
.impressum {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: left;
    padding: 3%;
    padding-left: 10%;
    padding-right: 10%;
}
.impressum-card {
    padding: 5%;
    padding-top: 2%;
    width: 100%;
}
.impressum h3 {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100%;
    font-size: 20px;
}
.impressum a,
.impressum p {
    font-size: 16px;
}
.impressum a {
    color: #000;
}
@media screen and (max-width: 800px) {
    .sub-nav {
        height: -moz-fit-content;
        height: fit-content;
        justify-content: center;
        flex-direction: column;
    }
    .sub-col:first-of-type {
        justify-content: center;
        padding-top: 20px;
    }
    .sub-col:nth-of-type(2) {
        justify-content: center;
    }
    .sub-nav #logo {
        min-width: 200px;
    }
    .home-btn {
        margin-bottom: 10px;
    }
}
.privacy-container {
    padding: 0;
}
.privacy {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: left;
    padding: 3%;
    padding-left: 10%;
    padding-right: 10%;
}
.privacy-card {
    padding: 5%;
    padding-top: 2%;
    width: 100%;
}
.privacy h3 {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100%;
    font-size: 20px;
}
.privacy a,
.privacy p {
    color: #000;
    font-size: 16px;
}
.privacy ul {
    padding-left: 20px;
}
.backlink-container {
    padding: 0;
}
.backlink-card {
    width: 75%;
    margin: 5%;
}
.backlinks {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.backlink-list {
    text-align: center;
}
.backlink-list p {
    font-size: 18px;
}
.backlink-list a {
    color: #000;
}
.sub-nav {
    width: 100%;
    background: #161f3b;
    color: #fff;
    margin: 0;
    justify-content: space-between;
    min-height: 60px;
}
.sub-col,
.sub-nav {
    display: flex;
    align-items: center;
}
.sub-col {
    flex-direction: row;
    justify-content: center;
    height: 100%;
    padding: 10px;
}
.sub-col:first-of-type {
    justify-content: flex-start;
}
.sub-col:nth-of-type(3) {
    justify-content: flex-end;
}
.home-btn,
.sub-phone {
    font-size: 16px;
}
.item a {
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 1000px) {
    .sub-col:nth-of-type(2) {
        justify-content: flex-end;
    }
    .sub-col:nth-of-type(3) {
        display: none;
    }
}
@media screen and (max-width: 800px) {
    .sub-nav {
        height: -moz-fit-content;
        height: fit-content;
        justify-content: center;
        flex-direction: column;
    }
    .sub-col:first-of-type {
        padding-top: 20px;
        justify-content: center;
    }
    .sub-col:nth-of-type(2) {
        justify-content: center;
    }
    .sub-nav #logo {
        min-width: 200px;
    }
    .home-btn {
        margin-bottom: 10px;
    }
}
