@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700;900&display=swap');

/*
Theme Name: Twenty Twenty
Text Domain: twentytwenty
Version: 2.0
Tested up to: 6.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */


html,
body {
    border: none;
    margin: 0 !important;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
    border: none;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
}

blockquote::before,
blockquote::after {
    content: "";
}

iframe {
    transition: opacity 1s ease-in-out;
}

label {
    cursor: pointer;
}

/* -------------------------------------------------------------------------- */

/*	1. Document Setup
/* -------------------------------------------------------------------------- */

html {
    font-size: 100%; /* 1rem = 16px */
    line-height: 1.67;
    scroll-behavior: smooth;
}

img {
    outline: none !important;
}

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */
.scrollbar {
    overflow: overlay
}

/* total width */
.scrollbar::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, 0);
    width: 1rem;
    height: 1rem;
    z-index: 999999;
}

/* background of the scrollbar except button or resizer */
.scrollbar::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
}

/* scrollbar itself */
.scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 1rem;
    border: 0 solid #fff;
}

/* set button(top and bottom of the scrollbar) */
.scrollbar::-webkit-scrollbar-button {
    display: none;
}

/* scrollbar when element is hovered */
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #a0a0a5;
    border: 0.25rem solid #fff;
}

/* scrollbar when scrollbar is hovered */
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #a0a0a5;
    border: 0.25rem solid #f4f4f4
}

html .testimonials-area .h2 {
    display: flex;
    justify-content: center;
    width: 100%;
}

#BorlabsCookieBox ._brlbs-block-content._brlbs-bg-dark {
    display: flex;
    align-items: center;
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 150%; /* 1rem = 24px */
    }

    html .kosten-info .swiper-wrapper .swiper-slide-2 .servicekosten-info .content-text,
    html .kosten-info .servicekosten-info .content-text {
        padding-bottom: 0;
    }

    html body .kosten-info .content-slider {
        margin-left: 4.5645rem;
        margin-right: 4.5645rem;
        width: calc(100% - 9.129rem);
        padding-left: 0;
        padding-right: 0;
    }

    html body .kosten-info .content-slider .services li {
        font-size: 0.67rem;
    }

    html .awingu-architektur .h2 {
        padding-bottom: 2.4975rem;
    }

    html .testimonials-area .swiper-button-next {
        right: 10.440rem;
    }

    html .testimonials-area .swiper-button-prev {
        left: 10.440rem;
    }

    footer,
    main {
        max-width: 1920px;
        margin: 0 auto;
    }

    html .testimonials-area .h2::after {
        min-height: 1.45rem;
        transform: translateY(-0.2rem);
        width: 2.9311rem;
    }

    html .gleich-image img {
        max-height: 12rem;
    }

}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

html, body {
}

body {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    margin: 0;
}

main,
header,
div {
    box-sizing: border-box;
}

footer > div,
main > div,
header .banner-text {
    padding: 0 8.543rem;
    width: 100%;
    display: block;
    overflow: hidden;
}

header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

header .inner {
    background-color: rgba(0, 0, 0, 0.55);
    padding-top: 2.09375rem;
    padding-bottom: 4.648125rem;
    position: relative;
    z-index: 30;
}

html header#site-header {
    position: relative;
    overflow: hidden;
}

html header#site-header,
html header#site-header a {
    color: #fff;
}

main img,
header img {
    max-width: 100%;
}

html header#site-header .h1 {
    font-size: 5rem;
    line-height: 1;
}

html .probieren-area > .h2,
html .einrichtung-area > .h2,
html .kosten-info > .h2,
html .testimonials-area .h2,
html header#site-header .h2 {
    font-weight: 700;
    font-size: 1.675rem;
    margin: 0;
}

html header#site-header .h2 {
    font-size: 2.47rem;
}

html .einrichtung-area > .h2 {
    padding-bottom: 1.256rem;
    line-height: 1.235;
}

html header#site-header .h2 {
    padding-bottom: 1.8843rem;
}

html header#site-header .h1 span:first-of-type + span + span {
    display: block;
    clear: both;
    float: none;
    line-height: 0.6;
}

header#site-header .h2 + div {
    padding-bottom: 2.59rem;
    font-size: 1rem;
    line-height: 1.666;
    font-weight: 700;
}

html header#site-header .services li,
html header#site-header .services {
    display: block;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html header#site-header .services li {
    font-size: 20px;
    line-height: 2;
    padding: 0 0 0 3.51rem;
    position: relative;
    font-weight: 700;
}



#contact-form .success-message .h2::before,
.faqs-area details summary::after,
.wir-installieren-block details summary::after,
.kosten-info .servicekosten-info li::after,
.gleich-area .gleich-item::before,
html header#site-header .services li::after {
    border-top: 0.35rem solid #fff;
    border-right: 0.35rem solid #fff;
    transform: rotate(135deg);
    position: absolute;
    transform-origin: center center;
    left: 0;
    top: 0.9rem;
    content: "";
    width: 1.55rem;
    height: 0.65rem;
    display: block;
}

#contact-form .success-message .h2::before {
    top: 1.1rem;
    left: calc(50% - 1.035rem);
    text-align: center;
    z-index: 2;
}

html header#site-header .services {
    padding-bottom: 2.219375rem;
}

html header .top-big-image {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 30%;
}

header .top-small-banner img {
    border-radius: 0.251rem;
    overflow: hidden;
    display: block;
    width: 5.9043rem;
    height: auto;
    cursor: initial;
}

header .top-small-banner {
    margin-right: 2.7rem;
}

main .testimonials-area .swiper-wrapper::before,
main .testimonials-area .swiper-wrapper::after,
main .gleich-row .bottom-button-area::before,
main .gleich-row .bottom-button-area::after,
main .vorortarbeit-row::before,
main .vorortarbeit-row::after,
header .top-small-area::after,
header .top-small-area::before,
footer > div::after,
footer > div::before {
    display: none;
}

header .top-small-area {
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

button,
.btn.btn-default {
    min-width: 15.54rem;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #F86011;
    box-shadow: 0.628rem 0.628rem 0.837rem rgba(0, 0, 0, 0.14), inset 0.251rem 0.251rem 0.293rem rgba(0, 0, 0, 0.25);
    font-weight: 900;
    font-size: 1rem;
    text-align: center;
    padding: 0.75rem 1.3rem 0.8rem 1.31rem;
    line-height: 1.04;
    border-radius: 1.8rem;
    white-space: pre;
    transition: box-shadow 0.3s linear;
}

button:hover,
.btn.btn-default:hover {
    box-shadow: 0.628rem 0.628rem 0.837rem rgba(0, 0, 0, 0.14);
    transition: box-shadow 0.3s linear;
}

.row {
    width: 100%;
    clear: both;
    float: none;
    position: relative;
}

.remotezugriff-row,
.virtuelle-maschine-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vorortarbeit-row {
    padding-top: 3.94rem;
    padding-bottom: 1.8rem;
    position: relative;
    clear: both;
    float: none;
}

.virtuelle-maschine-row {
    background: rgba(248, 96, 17, 0.03);
}

.virtuelle-maschine-row .sub-title,
.vorortarbeit-row .sub-title {
    padding-bottom: 1rem;
    font-size: 0.84rem;
}

.einrichtung-info .h3,
.servicekosten-info .h2,
.testimonials-area .h2,
.gleich-row .h2,
.remotezugriff-row .h2,
.virtuelle-maschine-row .h2,
.vorortarbeit-row .h2 {
    padding-bottom: 1.49rem;
    font-weight: 700;
    font-size: 1.65rem;
    line-height: 1.225;
}

.virtuelle-maschine-row {
    padding-top: 5.276rem;
    padding-bottom: 5.276rem;
}

.awingu-architektur {
    padding-top: 3.602rem;
    padding-bottom: 3.602rem;
}

.awingu-architektur .h2 {
    font-size: 2.68rem;
    line-height: 1;
    font-weight: 700;
}

.awingu-architektur-image .content-text {
    text-align: center;
}

.awingu-architektur-info .content-text {
    padding-bottom: 2.386rem;
}

.remotezugriff-row {
    background-color: rgba(38, 143, 198, 0.03);
}

.remotezugriff-row {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.gleich-area .gleich-info {
    padding: 0.796rem 1.968rem 0.838rem 1.466rem;
}

.gleich-area .gleich-item {
    padding-left: 5.988rem;
    position: relative;
}

.gleich-area .gleich-item::before {
    top: calc(50% - 0.8215rem);
    z-index: 4;
    left: 1rem;
}

#contact-form .success-message .h2::after,
.gleich-area .gleich-item::after {
    content: "";
    display: block;
    background: #92C7E2;
    box-shadow: 0.209rem 0.209rem 0.418rem rgba(0, 0, 0, 0.22);
    border-radius: 50%;
    width: 1.805rem;
    height: 1.805rem;
    position: absolute;
    left: 0;
    top: calc(50% - 0.9025rem);
}

.gleich-area .gleich-item::before {
    top: calc(50% - 0.515rem);
    z-index: 4;
    left: 0.25rem;
    border-top: 0.23rem solid #fff;
    border-right: 0.23rem solid #fff;
    width: 1rem;
    height: 0.5rem;
}

#contact-form .success-message .h2::after {
    top: 0;
    left: calc(50% - 1.835rem);
    width: 5.25rem;
    height: 5.25rem;
    background-color: #1CB862;
}

#contact-form .success-message .h2::before {
    border-top: 0.7rem solid #fff;
    border-right: 0.7rem solid #fff;
    width: 2.5rem;
    height: 1.5rem;
    left: calc(50% - 0.85rem);
}

#contact-form div[role="form"] {
    overflow: visible;
}

.gleich-area .gleich-item .gleich-row.row {
    margin-top: 1.214rem;
    clear: both;
    float: none;
    overflow: hidden;
    position: relative;
    box-shadow: -0.335rem -0.335rem 0.838rem rgba(38, 143, 198, 0.1);
}

.gleich-row .h2 {
    padding-bottom: 1rem;
}

.gleich-item + .bottom-button-area {
    display: flex;
    justify-content: flex-end;
    padding-top: 2.261rem;
    padding-bottom: 3.601rem;
}

.testimonials-area {
    background: rgba(38, 143, 198, 0.03);
    padding-top: 3.601rem;
    padding-bottom: 4.564rem;
    position: relative;
}

.testimonials-area .swiper-button-next {
    right: 5.025rem;
}

.testimonials-area .swiper-button-prev {
    left: 5.025rem;
}

.testimonials-area .swiper-button-next,
.testimonials-area .swiper-button-prev {
    font-weight: 700;
    font-size: 0;
    top: calc(50% + 2.303rem);
}

.testimonials-area .swiper-button-next:after,
.testimonials-area .swiper-button-prev:after {
    font-size: 2.303rem;
    color: #000;
}

.testimonials-area .swiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2.093rem;
}

.swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.swiper:not(.swiper-initialized) ~ .swiper-button-next {
    display: none !important;
}

.testimonials-area .testimonials-wrapper {
    padding: 0 5.95rem;
}

.testimonials-area .swiper.swiper-initialized .swiper-wrapper {
    gap: 0;
}

.kosten-info .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide,
.testimonials-area .swiper:not(.swiper-initialized) .swiper-slide {
    display: none;
}

.testimonials-area .swiper:not(.swiper-initialized) .swiper-slide:first-of-type,
.testimonials-area .swiper:not(.swiper-initialized) .swiper-slide:first-of-type + div,
.testimonials-area .swiper:not(.swiper-initialized) .swiper-slide:first-of-type + div + div {
    display: block;
}

.kosten-info .swiper.swiper-initialized .swiper-wrapper .swiper-slide,
.kosten-info .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide:first-of-type,
.kosten-info .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide:first-of-type + div,
.kosten-info .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide:first-of-type + div + div {
    display: flex;
}

.testimonials-area .h2 {
    padding-bottom: 3.811rem;
    line-height: 1;
    display: flex;
    align-items: flex-end;
}

.testimonials-area .h2::after {
    content: "";
    background: url(./assets/images/testimonials.svg) center top no-repeat;
    width: 4rem;
    display: inline-block;
    background-size: contain;
    min-height: 2.45rem;
    transform: translateY(-0.3rem);
}

.gleich-area {
    padding-top: 3.81rem;
}

.kosten-info .h2 {
    padding-bottom: 1.256rem;
}

.kosten-info .content-text {
    padding-bottom: 4rem;
}

.kosten-info .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 2.931rem;
}

.kosten-info .swiper.swiper-initialized .swiper-wrapper .swiper-slide {
    padding-left: 1.4655rem;
    padding-right: 1.4655rem;
}

.kosten-info .swiper-wrapper .swiper-slide {
    justify-content: center;
    align-items: center;
}

.kosten-info .swiper-wrapper .swiper-slide .servicekosten-area {
    background: #FFFFFF;
    box-shadow: 1.256rem 0 1.675rem rgba(0, 0, 0, 0.1), -0.628rem 0.418rem 1.675rem 0.209rem rgba(0, 0, 0, 0.1);
    border-radius: 2.09rem;
    overflow: hidden;
    width: 100%;
}

.kosten-info .swiper-wrapper .swiper-slide .servicekosten-area .h2 {
    text-align: left;
    padding: 1.466rem 1.801rem 1.214rem 1.759rem;
    background: rgba(0, 190, 162, 0.5);
    font-size: 12px;
}

.kosten-info {
    padding-top: 3.601em;
}

.kosten-info .servicekosten-info .content-text {
    padding: 1.131rem 1rem 1.843rem 0.963rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.173rem;
}

.kosten-info .servicekosten-info .content-text::after {
    content: "";
    border-bottom: 0.08rem solid #000000;
    position: absolute;
    bottom: 0.063rem;
    left: 3.729rem;
    right: 3.729rem;
    z-index: 3;
}

.kosten-info .servicekosten-info .bottom-button-area {
    text-align: center;
    padding-bottom: 2.172rem;
    overflow: hidden;
}

.kosten-info .servicekosten-info .bottom-button-area .btn.btn-default {
    padding: 0.712rem 2.169rem 0.730rem 2.169rem;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
    background: #80DFD0;
    color: #000;
    font-size: 1rem;
    line-height: 1.208;
    border-bottom: none;
    text-decoration: none;
    font-weight: 700;
    border-radius: 1.8rem;
    box-shadow: none;
    max-width: 100%;
    min-width: auto;
}

.kosten-info .servicekosten-info ul,
.kosten-info .servicekosten-info li {
    padding: 0;
    margin: 0;
    display: block;
    width: min-content;
}

.kosten-info .servicekosten-info ul {
    margin: auto;
}

.kosten-info .servicekosten-info li {
    padding-left: 1.647rem;
    margin-top: 1.256rem;
}

.kosten-info .servicekosten-info li:first-of-type {
    margin-top: 0;
}

.kosten-info .servicekosten-info li {
    line-height: 1.7;
    position: relative;
}

.kosten-info .servicekosten-info li::after {
    border-top-width: 0.15rem;
    border-right-width: 0.15rem;
    border-top-color: #80DFD0;
    border-right-color: #80DFD0;
    top: 10px;
    width: 0.4325rem;
    height: 0.226rem;
}

.kosten-info .swiper-slide-2 .servicekosten-info li::after {
    border-top-color: #FF9F63;
    border-right-color: #FF9F63;
}

.kosten-info .swiper-slide-3 .servicekosten-info li::after {
    border-top-color: #92C4DE;
    border-right-color: #92C4DE;
}

.testimonials-area .testimonials-info a {
    color: #000;
    text-decoration: none;
}

.kosten-info .swiper-wrapper .swiper-slide-2 .servicekosten-area .bottom-button-area .btn.btn-default,
.kosten-info .swiper-wrapper .swiper-slide-2 .servicekosten-area .h2 {
    background: #FF9F63;
}

.kosten-info .swiper-wrapper .swiper-slide-2 .servicekosten-area {
    background: rgba(255, 159, 99, 0.1);
}

.kosten-info .swiper-wrapper .swiper-slide-3 .servicekosten-area .bottom-button-area .btn.btn-default,
.kosten-info .swiper-wrapper .swiper-slide-3 .servicekosten-area .h2 {
    background: #92C4DE;;
}

.kosten-info .swiper-wrapper {
    padding-bottom: 2.889rem;
}

.kosten-info > .bottom-button-area {
    padding-bottom: 1.925rem;
    text-align: right;
}

.einrichtung-info ol,
.einrichtung-info ol li {
    padding: 0;
    display: block;
    margin: 0;
    position: relative;
}

.einrichtung-info ol li {
    margin-top: 1.466rem;
    padding-left: 2.094rem;
}

.einrichtung-info ol li:first-of-type {
    counter-reset: section;
}

.einrichtung-info ol li::after {
    counter-increment: section;
    content: counter(section);
    line-height: 1.235;
    font-size: 1rem;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 6px;
}

.einrichtung-info {
    z-index: 2;
}

.einrichtung-area .bottom-button-area {
    text-align: right;
    padding-top: 3.277rem;
    padding-bottom: 4.313rem;
    clear: both;
    float: none;
}

.virtuelle-maschine-image.col-md-3,
.einrichtung-area .einrichtung-image,
.gleich-item,
.gleich-area .gleich-item .gleich-row.row,
.gleich-image.col-md-6 {
    overflow: visible;
}

.gleich-item,
.gleich-area .gleich-item .gleich-row.row {
    display: flex;
}

.einrichtung-image img,
.testimonials-image img,
.vorortarbeit-image img,
.remotezugriff-image img,
.virtuelle-maschine-image.col-md-3 img,
.gleich-image img,
.gleich-image:hover img {
    transition: all 0.3s linear;
    transform: scale(1);	
}

.wir-installieren-block {
    background: rgba(248, 96, 17, 0.03);
    padding-top: 2.931rem;
    padding-bottom: 4.397rem;
}

.wir-installieren-block .content-text ul,
.wir-installieren-block .content-text ul li {
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
}

.wir-installieren-block .content-text ul li {
    padding-left: 1.968rem;
    margin-top: 0.67rem;
}

.wir-installieren-block .content-text ul li::after {
    content: "";
    width: 0.976rem;
    height: 0.976rem;
    border-radius: 50%;
    display: block;
    background: linear-gradient(180deg, #C9E3F0 0%, #258EC7 100%);
    position: absolute;
    top: calc(50% - 0.488rem);
    left: 0;
}

details[open]::marker,
details::marker {
    display: none;
}

details > summary {
    list-style: none;
}

details > summary::marker,
details > summary::-webkit-details-marker {
    display: none;
}

details summary {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

details summary,
details {
    outline: none;
    display: block;
}

.wir-installieren-block .content-text,
.wir-installieren-block details summary {
    padding-left: 3.769rem;
    position: relative;
}

.wir-installieren-block details summary::after {
    border-top-color: #F86011;
    border-right-color: #F86011;
    border-top-width: 0.15rem;
    border-right-width: 0.15rem;
    width: 0.656rem;
    height: 0.656rem;
}

.faqs-area details[open] summary::after {
    transform-origin: top center;
    transform: rotate(-45deg);
}

.testimonials-image {
    margin-bottom: 1rem;
}

.wir-installieren-block details[open] summary::after {
    transform-origin: top center;
    transform: rotate(-45deg);
    top: 1rem;
}

.probieren-area {
    padding-top: 5.025rem;
    padding-bottom: 5.025rem;
}

.probieren-area > .h2 {
    color: #F86011;
    line-height: 2.025;
    text-decoration: underline;
    padding-bottom: 1.508rem;
}

.probieren-area .content-text {
    font-size: 1rem;
    line-height: 1.235;
}

.probieren-area .bottom-button-area {
    text-align: right;
}

.faqs-area > .h2 {
    font-size: 1.675rem;
    line-height: 1.235;
    font-weight: 700;
    padding-bottom: 1.926rem;
}

.faqs-area details summary {
    position: relative;
    border-top: 1px solid rgba(175, 175, 175, 0.8);
    font-weight: 500;
    line-height: 1.667;
    font-size: 1rem;
    padding: 1.256rem 0;
}

.faqs-area details {
    border-bottom: 1px solid rgba(175, 175, 175, 0.8);
}

.faqs-area details summary {
    padding-right: 3.266rem;
}

.faqs-area details summary + div {
    padding-bottom: 1.256rem;
}

.faqs-area details summary::after {
    position: absolute;
    right: 1.507rem;
    top: 1.507rem;
    left: auto;
    border-top-color: #605F5F;
    border-right-color: #605F5F;
    border-top-width: 0.2rem;
    border-right-width: 0.2rem;
    width: 0.5rem;
    height: 0.5rem;
}

.einrichtung-info .content p label span {
    color: #007aff;
}

#sicheres-lightbox-chk,
#contact-form-chk,
#einrichtung-lightbox-chk {
    display: none;
}

.text-lightbox-area {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    transition: all 0.3s linear;
    opacity: 0;
}

#sicheres-lightbox-chk:checked + .text-lightbox-area,
#einrichtung-lightbox-chk:checked + .text-lightbox-area,
#contact-form-chk:checked + .text-lightbox-area {
    display: flex;
    transition: all 0.3s linear;
    opacity: 1;
}

.text-lightbox-inner {
    width: 80%;
    height: 90%;
    position: fixed;
    z-index: 1001;
    top: 5%;
    left: 10%;
    display: none;
    justify-content: center;
    align-items: center;
}

.text-lightbox-content.scrollbar {
    padding-right: 20px;
}

.text-lightbox-inner .text-lightbox-content {
    width: 100%;
}

.text-lightbox-inner .text-lightbox-body {
    padding: 4.48rem 5.48rem;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    height: auto;
    display: flex;
    width: 100%;
    position: relative;
    max-height: 100%;
}

#sicheres-lightbox-chk:checked + label + .text-lightbox-inner,
#contact-form-chk:checked + label + .text-lightbox-inner,
#einrichtung-lightbox-chk:checked + label + .text-lightbox-inner {
    display: flex;
}

.text-lightbox-inner .close {
    box-sizing: border-box;
    position: absolute;
    top: 1.173rem;
    right: 1.675rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.089rem;
    height: 1.089rem;
    background: #D9D9D9;
    border: 0.042rem solid #D9D9D9;
    border-radius: 0.126rem;
    font-size: 0;
    line-height: 1;
}

.text-lightbox-inner .close::after {
    content: "";
    position: absolute;
    bottom: 40%;
    left: 0;
    display: block;
    width: 0.961rem;
    height: 0;
    border-top: 0.126rem solid #636262;
    transform: matrix(0.74, 0.74, -0.61, 0.74, 0, 0);
}

.text-lightbox-inner .close::before {
    content: "";
    display: block;
    width: 0.961rem;
    position: absolute;
    bottom: 40%;
    left: 0;
    height: 0;
    border-top: 0.126rem solid #636262;
    transform: matrix(0.74, -0.74, 0.61, 0.74, 0, 0);
}

.text-lightbox-inner p {
    padding-bottom: 1rem;
}

.text-lightbox-inner .h2 {
    font-size: 1.675rem;
    font-weight: 700;
    line-height: 1.235;
    padding-bottom: 1.507rem;
}

.text-lightbox-inner .top-text .h2 {
    margin-top: 20px;
}

.text-lightbox-inner .prices {
    background: #FFF1E8;
    margin: 1.931rem 0 2.763rem 0;
    box-sizing: border-box;
    padding: 0.795rem 1.34rem 0.921rem 2.093rem;
}

.text-lightbox-inner .price-row::after,
.text-lightbox-inner .price-row::before {
    display: none;
}

.text-lightbox-inner .price-row {
    display: flex;
    justify-content: space-between;
}

#contact-form .success-message {
    display: none;
}

#contact-form.has-result .contacn-form {
    display: none;
}

#contact-form.has-result .success-message {
    display: block;
}

#contact-form {
    border-radius: 3.392rem;
    padding: 2.513rem 2.722rem 2.303rem 2.764rem;
    background: #FFFFFF;
    max-width: 27.847rem;
    box-shadow: 0 0.168rem 0.168rem rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}

.form-control {
    padding: 0.625rem;
    box-sizing: border-box;
    background: #fbfbfb;
    display: block;
    margin-top: 1.424rem;
    width: 100%;
    min-width: 100%;
    overflow: hidden;
    border-radius: 0.3125rem;
    border: 0.0625rem solid #e8e8e8;
    color: #9e9e9e;
    outline: none;
}

textarea.form-control {
    height: 3.910rem;
    min-height: 3.910rem;
}

#contact-form input[type="submit"] {
    border-radius: 0.3125rem;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    margin-top: 1.107rem;
    cursor: pointer;
}

#contact-form .wpcf7-spinner {
    position: absolute;
    bottom: 0;
    right: 0;
}

.testimonials-area .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    width: calc(33.33% - 1.395rem) !important;
}

#contact-form .wpcf7-response-output {
    border-radius: 0.3125rem;
    width: 100%;
    margin: 0;
    margin-top: 1.507rem;
    color: #fff;
    background: #F86011;
    border: none;
    outline: none;
    font-weight: 700;
    line-height: 1.04;
    padding: 0.75rem 1.3rem 0.8rem 1.31rem;
}

#contact-form .wpcf7-not-valid-tip {
    color: #F86011;
    margin-top: 0.75rem;
    display: block;
}

#contact-form .success-message .h2 {
    padding-top: 6.562rem;
    text-align: center;
    position: relative;
}

#contact-form .content-text {
    text-align: center;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.img-fluid {
    max-width: 100%;
}

.video.iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 1rem;
}

.video.iframe:not(.loaded)::after {
    content: "";
    position: absolute;
    left: calc(50% - 3rem);
    top: calc(50% - 3rem);
    width: 6rem;
    height: 6rem;
    background: url(./assets/images/icons8-youtube-96.svg) center center no-repeat;
    cursor: pointer;
    z-index: 5;
}

.video.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.faqs-area {
    padding-bottom: 3.64rem;
}

footer {
    background: #010101;
    color: #fff;
}

footer > div.footer-inner {
    display: flex;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    justify-content: space-around;
}

footer > div .column {
    width: 25%;
    text-align: center;
}

footer > div a {
    color: #fff;
}

footer > div nav,
footer > div ul li,
footer > div li {
    display: block;
    margin: 0;
    padding: 0;
}

footer > div .social ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer > div .social li {
    margin-right: 0.665rem;
}

footer > div .text li {
    margin-bottom: 0.665rem;
}

footer > div .social li img {
    width: 1.5rem;
    height: auto;
    display: block;
}

footer .h2 {
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 0.875rem;
    padding-bottom: 1rem;
}

footer a {
    text-decoration: none;
}

footer > div .column:first-of-type ~ div {
    width: 25%;
}

html header .banner-text {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

html header .top-big-image label,
html header .top-big-image img,
html header .top-big-image {
    line-height: 1;
    display: block;
}

html header .top-big-image img {
    position: relative;
}

html header .top-big-image label {
    overflow: hidden;
    background: radial-gradient(131.16% 131.16% at 58.04% 118.84%, #1E4A6D 20.72%, #265F8A 51.1%, #245981 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 0.67rem;
}

html header .top-big-image {
    overflow: hidden;
    border-radius: 0.67rem;
}

header .top-big-image label span,
header .top-big-image iframe {
   display: none!important;
    border-radius: 2.7637rem;
}

.f-20 {
    font-size: 20px;
}

@media screen and (min-width: 480px) {

    .video-lightbox-inner {
        max-width: 40rem;
        left: calc(50% - 20rem);
    }

    .video-lightbox-inner .close {
        right: calc(50% - 19rem);
    }

    #contact-form .close {
    }

    #contact-form {
        width: 30rem;
    }

}

@media screen and (max-width: 1199px) {

    .awingu-architektur .h2 {
        font-size: 1.5rem;
    }

    html .gleich-row .h2 {
        font-size: 1rem;
    }

    html .gleich-image img {
        max-width: 60%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    html .testimonials-area .h2::after {
        display: none;
    }

    footer > div,
    main > div,
    header .banner-text {
        padding-left: 5.625rem;
        padding-right: 5.625rem;
    }

    html header#site-header .h2 + div {
        line-height: 1.35;
    }

    html header .top-small-banner img {
        width: 3.672rem;
    }

    html header .top-big-image {
        bottom: 2.625rem;
    }

    button,
    .btn.btn-default {
        min-width: 12.375rem;
        padding: 0.5rem 1rem 0.476rem 1rem
    }

    header .top-small-banner {
        margin-right: 4.75rem;
    }

    html header#site-header .h1 {
        line-height: 1;
        font-weight: 700;
    }

    html header#site-header .h1 + p {
        line-height: 1.2;
        padding-bottom: 1.875rem;
    }

    html header#site-header .services li {
        padding-bottom: 0;
    }

    html header#site-header .services li::after {
        width: 1.15rem;
        top: 0.8rem;
        border-top-width: 0.25rem;
        border-right-width: 0.25rem;
    }

    .einrichtung-area .content {
        width: 50%;
        min-height: 18.25rem;
        display: flex;
        align-items: center;
    }

    .einrichtung-area .bottom-button-area {
        padding-top: 4.0625rem;
        text-align: center;
    }

    .gleich-row,
    .virtuelle-maschine-row {
        flex-wrap: wrap;
    }

    .gleich-item + .bottom-button-area {
        justify-content: center;
    }

    .probieren-area .bottom-button-area,
    .kosten-info .bottom-button-area,
    .probieren-area > .h2,
    html .einrichtung-area > .h2,
    .kosten-info > .h2,
    html .testimonials-area .h2,
    .awingu-architektur,
    .virtuelle-maschine-row {
        text-align: center;
    }

    .gleich-row > div,
    .virtuelle-maschine-row > div {
        width: 100%;
    }

    .einrichtung-area .services {
        clear: both;
        float: none;
    }

    .einrichtung-area .einrichtung-image {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        height: 18.25rem;
    }

    .kosten-info .bottom-button-area,
    .probieren-area .bottom-button-area {
        padding-top: 4rem;
    }

    html .probieren-area > .h2,
    html .einrichtung-area > .h2,
    html .kosten-info > .h2,
    html .testimonials-area .h2 {
        font-size: 1.25rem;
        margin: 0;
        padding-bottom: 2.1875rem;
    }

    html .kosten-info .swiper-wrapper .swiper-slide-2 .servicekosten-info .content-text,
    html .kosten-info .servicekosten-info .content-text {
        margin-bottom: 0;
    }

}

@media screen and (min-width: 1024px) {
    .kosten-info .content-slider {
        margin-left: -3rem;
        margin-right: -3rem;
        width: calc(100% + 6rem);
    }
}

@media screen and (max-width: 1023px) {

    .kosten-info .swiper-wrapper .swiper-slide-2 .servicekosten-area .bottom-button-area .btn.btn-default,
    html .kosten-info .swiper-wrapper .servicekosten-area .bottom-button-area .btn.btn-default {
        min-width: 0;
        width: auto;
        font-size: 1rem;
        padding: 0.375rem 1.125rem 0.4375rem 1.125rem;
    }

    .kosten-info .swiper-wrapper .swiper-slide-2 .servicekosten-area .bottom-button-area,
    .kosten-info .servicekosten-info .bottom-button-area {
        padding-top: 0.5rem;
        padding-bottom: 0.75rem;
    }

    header .top-small-banner {
        margin-right: 1rem;
    }

    footer > div,
    main > div,
    header .banner-text {
        padding-left: 3.75rem;
        padding-right: 3.75rem;
    }

    main > div.testimonials-area {
        padding-left: 0;
        padding-right: 0;
    }

    .testimonials-area .swiper-button-next {
        right: 2rem;
    }

    .testimonials-area .swiper-button-prev {
        left: 2rem;
    }

    html body .servicekosten-info .h2 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .kosten-info .swiper:not(.swiper-initialized) .swiper-wrapper {
        gap: 1.75rem;
    }

    html body .kosten-info .swiper.swiper-initialized .swiper-slide {
        padding-left: 0.4375rem;
        padding-right: 0.4375rem;
    }

    html .kosten-info .servicekosten-info li {
        margin-top: 1.1875rem;
    }

    html .kosten-info .swiper-wrapper .swiper-slide-2 .servicekosten-info .content-text {
        padding-top: 1rem;
    }

    html .kosten-info .servicekosten-info .content-text {
        padding-top: 0.625rem;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }

    html .kosten-info .servicekosten-info li {
        font-size: 0.75rem;
    }
}

@media screen and (max-width: 1023px) {

    footer > div,
    main > div,
    header .banner-text {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }

}

@media screen and (min-width: 768px) {

    header .top-small-area {
        background: rgba(217, 217, 217, 0.6);
        border-top-right-radius: 3.936rem;
        border-bottom-right-radius: 3.936rem;
        padding: 0.921rem 1.884rem 1.026rem 8.543rem;
        transform: translateX(-8.543rem);
        box-sizing: border-box;
        max-width: calc(50% + 8.543rem);
    }

    .text-lightbox-inner .price-row .label.title {
        font-weight: 500;
        white-space: pre;
    }

    .kosten-info .swiper-wrapper .swiper-slide-2 .servicekosten-area .bottom-button-area .btn.btn-default {
        padding: 0.85rem 1.464rem 0.897rem 1.512rem;
    }

    .kosten-info .swiper-wrapper .swiper-slide-2 .servicekosten-info .content-text {
        padding-top: 2.881rem;
    }

    .kosten-info .swiper-wrapper .swiper-slide-2 .servicekosten-area .h2 {
        padding-top: 1.464rem;
        padding-bottom: 0.945rem;
    }

    .kosten-info .swiper-wrapper .swiper-slide-2 .servicekosten-info .content-text {
        margin-bottom: 2.172rem;
        padding-bottom: 1rem;
    }

    .kosten-info .swiper-wrapper .swiper-slide-2 .servicekosten-area .bottom-button-area {
        padding-bottom: 2.172rem;
    }

    .kosten-info .swiper-button-next.servicekosten,
    .kosten-info .swiper-button-prev.servicekosten {
        display: none;
    }

    .kosten-info .swiper:not(.swiper-initialized) .swiper-wrapper {
        display: flex;
        align-items: stretch;
        justify-content: space-around;
        gap: 1.75rem;
    }

    .kosten-info .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
        width: 35%;
    }

    .kosten-info .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide.swiper-slide-2 {
        width: 40%;
    }

    .kosten-info .swiper {
        overflow: visible !important;
    }

    .kosten-info .swiper-wrapper .swiper-slide-3,
    .kosten-info .swiper-wrapper .swiper-slide-1 {
        margin-top: 1.875rem;
    }

    .kosten-info .swiper-wrapper .swiper-slide-3 .servicekosten-info li {
        margin-top: 0.838rem;
    }

    .kosten-info .swiper-wrapper .swiper-slide-3 .servicekosten-info li:first-of-type {
        margin-top: 0;
    }

    .vorortarbeit-row {
        display: grid;
        grid-template-columns: 24% 25% 44%;
        justify-content: space-around;
    }

    .vorortarbeit-row .vorortarbeit-image {
        grid-column: 1 / 3;
        grid-row: 1 / 3;
    }

    .vorortarbeit-row .vorortarbeit-info {
        grid-column: 3;
        grid-row: 1 / 2;
        align-self: end;
    }

    .vorortarbeit-row .vorortarbeit-image + .vorortarbeit-info {
        grid-column: 3;
        grid-row: 2 / 3;
        align-self: start;
    }

    .einrichtung-area .content-text {
        display: grid;
        grid-template-columns: 24% 24% 52%;
        justify-content: space-around;
    }

    .einrichtung-area .einrichtung-image {
        grid-column: 3;
        grid-row: 1 / 3;
    }

    .einrichtung-area .content {
        grid-column: 1 / 3;
        grid-row: 1 / 2;
        align-self: end;
    }

    .einrichtung-area .services {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        align-self: start;
    }

    .einrichtung-info {
        position: relative;
    }

    .testimonials-area .swiper.swiper-initialized .swiper-wrapper .swiper-slide {
        padding-left: 0.69575rem;
        padding-right: 0.69575rem;
    }

    header#site-header .h2 + div {
        max-width: 50%;
    }

    html header#site-header .services {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {

    html,
    html body {
        font-size: 100%;
    }

    html .text-lightbox-inner .text-lightbox-body,
    html #contact-form {
        padding: 0.625rem;
    }

    html #contact-form {
        padding-top: 1rem;
    }

    #contact-form {
        border-radius: 0.625rem;
    }

    .einrichtung-info ol li {
        margin-top: 0.9375rem;
        padding-left: 1rem;
    }

    .einrichtung-info ol li::after {
        font-size: 0.9375rem;
    }

    .einrichtung-area .content-text {
        display: flex;
        flex-wrap: wrap;
    }

    .einrichtung-area .services,
    .einrichtung-area .content,
    .einrichtung-area .einrichtung-image {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        height: auto;
        min-height: auto;
    }

    .einrichtung-area .content {
        order: 1;
    }

    .einrichtung-area .einrichtung-image {
        order: 2;
    }

    .einrichtung-area .services {
        order: 3;
    }

    html .testimonials-area .swiper.swiper-initialized .swiper-wrapper,
    html .kosten-info .swiper .swiper-wrapper {
        gap: 0;
    }

    html .vorortarbeit-row {
        text-align: center;
    }

    html .awingu-architektur-info .content-text {
        padding-bottom: 0.625rem;
    }

    html .remotezugriff-row .h2 {
        text-align: center;
    }

    html .gleich-area .gleich-info {
        padding: 0.5rem 0.75rem;
    }

    html .kosten-info .swiper-wrapper {
        padding-bottom: 0;
    }

    html .gleich-image img {
        max-width: 100%;
    }

    html .probieren-area .h2 {
        font-size: 0.935rem;
        text-align: left;
        padding-bottom: 0.935rem;
    }

    html .probieren-area .content-text {
        font-size: 0.6875rem;
    }

    html .wir-installieren-block .content-text ul li::after {
        width: 0.333rem;
        height: 0.333rem;
        top: calc(50% - 0.1666rem);
    }

    html .wir-installieren-block .content-text ul li {
        padding-left: 0.8125rem;
        margin-top: 0.5rem;
    }

    html .faqs-area > .h2 {
        font-size: 0.6875rem;
        text-align: center;
    }

    html .faqs-area details summary {
        padding: 0.625rem 0.625rem 0.625rem 0;
        font-size: 0.625rem;
        font-weight: 500;
    }

    .faqs-area details summary + div {
        padding-bottom: 0.625rem;
        font-size: 0.625rem;
    }

    html .faqs-area details summary::after {
        width: 0.325rem;
        height: 0.325rem;
        right: 0;
        top: 0.5rem;
    }

    html footer .footer-inner {
        flex-wrap: wrap;
    }

    html footer .h2 {
        padding-top: 0;
    }

    footer > div .column:first-of-type {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #contact-form input[type="submit"] {
        max-width: 7rem;
    }

    #contact-form .row {
        text-align: center;
    }

    footer > div .column:first-of-type,
    html footer > div .column:first-of-type ~ div,
    html footer > div .column {
        width: 50%;
    }

    html footer > div .column {
        padding-bottom: 1.25rem;
    }

    html .kosten-info,
    html .kosten-info .bottom-button-area, .probieren-area .bottom-button-area {
        padding-top: 1.25rem;
    }

    html .probieren-area,
    html .kosten-info .bottom-button-area,
    html .gleich-item + .bottom-button-area,
    html .testimonials-area,
    html .gleich-area,
    html .awingu-architektur,
    html .vorortarbeit-row,
    html .virtuelle-maschine-row,
    html .wir-installieren-block,
    html .einrichtung-area .bottom-button-area {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    html .text-lightbox-inner .h2,
    html .faqs-area > .h2 {
        padding-bottom: 1.25rem;
    }

    html .wir-installieren-block .content-text,
    html .wir-installieren-block details summary {
        padding-left: 1.875rem;
    }

    html .kosten-info .content-slider {
        padding-left: 3.125rem;
        padding-right: 3.125rem;
        position: relative;
    }

    html .kosten-info .servicekosten-info li {
        padding-left: 1rem;
        margin-top: 0.9375rem;
    }

    html .kosten-info .swiper-wrapper .content-text {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }

    html .kosten-info .bottom-button-area {
        padding-top: 0;
    }

    html .kosten-info .content-text,
    html .kosten-info > .h2 {
        padding-bottom: 1.25rem;
    }

    html footer > div,
    html main > div,
    html header .banner-text {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }

    html header#site-header .h2 + div,
    html header#site-header .services li,
    html footer > div,
    html main > div,
    html header .inner {
        font-size: 0.8125rem;
        padding-bottom: 5.676rem;
    }

    html header#site-header .services li::after {
        top: 0.4rem;
    }

    html header#site-header .services li {
        padding-left: 1.25rem;
    }

    .faqs-area details summary::after,
    .wir-installieren-block details summary::after,
    .kosten-info .servicekosten-info li::after,
    .gleich-area .gleich-item::before,
    html header#site-header .services li::after {
        width: 0.55rem;
        height: 0.325rem;
        border-top-width: 0.165rem;
        border-right-width: 0.165rem;
    }

    html header#site-header .services {
        padding-bottom: 1.75rem;
    }

    button,
    .btn.btn-default {
        padding: 0.1875rem 0.375rem;
        font-size: 0.5rem;
        min-width: 7rem;
    }

    html header .top-small-banner img {
        width: 2.25rem;
    }

    html header#site-header .h1 {
        font-size: 1.5rem;
        line-height: 1.2;
    }

    html header#site-header .h1 + p {
        font-size: 0.8125rem;
    }

    html header#site-header .h1 + p {
        padding-bottom: 0.875rem;
    }

    html header .inner {
        padding-top: 0.6875rem;
        padding-bottom: 0;
    }

    html header .banner-text {
        display: flex;
        flex-wrap: wrap;
    }

    html header .banner-text > p,
    html header .banner-text > div,
    html header .banner-text > ul {
        width: 100%;
        display: block;
    }

    .banner-text > p.h1 {
        padding-bottom: 15px;
    }

    html header .banner-text .top-small-area {
        display: flex;
        justify-content: flex-start;
        width: calc(100% - 8.875rem);
        padding-left: 0.9375rem;
        margin-left: -0.9375rem;
        margin-right: 2rem;
        background: rgba(217, 217, 217, 0.6);
        height: 2.75rem;
        border-top-right-radius: 1.377rem;
        border-bottom-right-radius: 1.377rem;
    }

    html header .banner-text .top-big-image {
        position: relative;
        right: auto;
        bottom: auto;
        width: 6.875rem;
        margin-top: -0.8rem;
        max-width: 6.875rem;
        align-self: flex-end;
    }

    html header .banner-text > p.h1 {
        order: 1;
    }

    html header .banner-text > p.h2 {
        order: 2;
    }

    html header .banner-text > ul {
        order: 3;
    }

    html header .top-small-area {
        order: 4;
    }

    html header .top-big-image {
        order: 5;
    }

    html header#site-header .h2 + div {
        order: 6;
        background: rgba(0, 0, 0, 0.5);
        padding: 0.6875rem 1rem;
        box-sizing: border-box;
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
        width: calc(100% + 1.875rem);
    }

    html .gleich-area .gleich-item {
        padding-left: 1.875rem;
    }

    #contact-form .success-message .h2 {
        padding-top: 4.562rem;
    }

    .gleich-area .gleich-item::after {
        width: 1.25rem;
        height: 1.25rem;
        top: calc(50% - 0.615rem);
    }

    .gleich-area .gleich-item::before {
        top: calc(50% - 0.35rem);
        z-index: 4;
        left: 0.2rem;
    }

    .text-lightbox-inner .close {
        right: 0.5rem;
        top: 0.5rem;
        font-size: 1rem;
    }

    .text-lightbox-inner .h2,
    .einrichtung-info .h3,
    .servicekosten-info .h2,
    .testimonials-area .h2,
    .gleich-row .h2,
    .remotezugriff-row .h2,
    .virtuelle-maschine-row .h2,
    .vorortarbeit-row .h2 {
        padding-bottom: 0.625rem;
        font-weight: 700;
        font-size: 0.6875rem;
        line-height: 1.225;
    }

    .text-lightbox-inner .h2,
    .awingu-architektur .h2 {
        font-size: 0.8125rem;
        padding-bottom: 0.625rem;
    }

    .row {
        flex-wrap: wrap;
        gap: 0;
    }

    .vorortarbeit-row > div {
        width: 100%;
    }

    .virtuelle-maschine-row .sub-title,
    .vorortarbeit-row .sub-title {
        font-size: 0.5rem;
        padding-bottom: 0.25rem;
    }

    .testimonials-area .testimonials-wrapper {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .testimonials-area .testimonials-wrapper .swiper.swiper-initialized .swiper-slide {
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
    }


    .testimonials-area .testimonials-image {
        margin-bottom: 0.25rem;
    }

    .testimonials-area .swiper-button-next {
        right: 0;
        top: calc(50% - 0.25rem);
    }

    .testimonials-area .swiper-button-prev {
        left: 0;
        top: calc(50% - 0.25rem);
    }

    .kosten-area .swiper-button-prev.servicekosten,
    .kosten-area .swiper-button-next.servicekosten {
        font-size: 0;
        color: #000;
        text-decoration: none;
        width: 1.375rem;
        height: 1.375rem;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        background: rgba(255, 159, 99, 0.5);
    }

    .testimonials-area .swiper-button-prev.testimonials::after,
    .testimonials-area .swiper-button-next.testimonials::after {
        font-weight: 700;
        color: #000;
        font-size: 0.675rem;
    }

    .kosten-area .swiper-button-next.servicekosten:after,
    .kosten-area .swiper-button-prev.servicekosten:after {
        font-size: 0.5rem;
    }

    .testimonials-area .testimonials-wrapper .content-text {
        font-size: 0.5rem;
    }

    .testimonials-area .swiper .swiper-wrapper {
        gap: 0;
    }

    .kosten-info .swiper-wrapper .swiper-slide {
        padding: 0.75rem;
    }

    html .kosten-info .swiper-wrapper .swiper-slide {
        display: none;
        width: 100%;
    }

    html .kosten-info .swiper-wrapper .swiper-slide:not(.swiper-initialized):first-of-type {
        display: block;
    }

    .kosten-info .swiper-wrapper .swiper-slide .servicekosten-area {
        box-shadow: -0.218rem 0 0.584rem rgba(0, 0, 0, 0.1), 0.218rem 0.146rem 0.584rem 0.073rem rgba(0, 0, 0, 0.1);
        border-radius: 0.75rem;
    }

    .kosten-info .swiper-wrapper .swiper-slide-2 .servicekosten-area .h2 {
        font-size: 0.75rem;
        text-align: center;
        padding: 0.437rem 0.875rem 0.3125rem 0.875rem;
    }

    .swiper-button-next.servicekosten {
        right: 0;
    }

    .swiper-button-prev.servicekosten {
        left: 0;
    }

}

@media screen and (min-width: 1200px) {

    html header .top-big-image, 
    html header .top-big-image label {
        border-radius: 2.7637rem;
    }

    header .top-big-image label span,
    html header .top-big-image iframe {
        display: block!important;
    }

    header .top-big-image label span::after {
        background: rgba(0,0,0,0.35);
        content: "";
        position: absolute;
        z-index: 2;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }

    html .kosten-info .swiper-wrapper .swiper-slide .servicekosten-area .h2 {
        text-align: center;
    }

    html .kosten-info .swiper-wrapper .swiper-slide .servicekosten-area .h2 span.justify {
        display: inline-block;
        text-align: left;
    }

    html .faqs-area {
        padding-top: 5rem;
    }

    html header#site-header .services {
        width: 60%;
    }

    html header .top-big-image {
        right: 8.543rem;
    }

    .einrichtung-info .h3 {
        font-size: 1rem;
        padding-bottom: 1.265rem;
    }

    .einrichtung-info ol li {
    }

    html .kosten-info .content-slider {
        margin-left: 2.5645rem;
        margin-right: 2.5645rem;
        width: calc(100% - 5.129rem);
    }

    html .kosten-info .content-slider .services li {
        font-size: 1rem;
        white-space: pre;
    }

    .gleich-image img {
        height: 100%;
        width: auto;
        max-width: 100%;
        max-height: 18rem;
        object-fit: contain;
    }

    .kosten-info .swiper-slide-2 .servicekosten-info .content-text {
        padding: 2.303rem 2.764rem 2.052rem 2.764rem;
        margin-bottom: 2.513rem;
    }

    .gleich-area .gleich-item .gleich-image {
        width: 45%;
    }

    .gleich-area .gleich-item .gleich-row.row {
        align-items: stretch;
        justify-content: space-between;
    }

    .remotezugriff-info {
        width: 40.87%;
    }

    .remotezugriff-row .remotezugriff-image {
        width: 59.13%;
    }

    .virtuelle-maschine-row .virtuelle-maschine {
        width: 25.6%;
    }

    .virtuelle-maschine-row .virtuelle-maschine-image {
        width: 47.8%;
    }

    .awingu-architektur-image {
        max-width: 61.15%;
        margin-left: auto;
        margin-right: auto;
    }

    .virtuelle-maschine-row .mehr-sicherheit {
        width: 26.6%;
    }

    .einrichtung-area .einrichtung-image img {
        transform: scale(1.1) translate(-1.256rem, 1.256rem);
    }

    .gleich-image:hover img {
        transform: scale(1.205);
    }

    .testimonials-image:hover img,
    .vorortarbeit-image:hover img,
	    .remotezugriff-image:hover img {
        transform: scale(1.05);
    }

    .virtuelle-maschine-image.col-md-3:hover img {
        transform: scale(1.05);
    }

    .probieren-area .content-text {
        padding: 0 0 3.601rem 0;
        max-width: 55.149rem;
    }

    .kosten-info > .h2 + .content-text {
        max-width: 38.274rem;
    }

    .gleich-area .gleich-item.no-image {
        margin-right: 12.144rem;
        width: calc(100% - 12.144rem);
    }

    .awingu-architektur-image img {
        width: 100%;
    }

    .col-md-3,
    .col-md-6 {
        width: 50%;
        float: left;
        box-sizing: border-box;
        position: relative;
    }

    .awingu-architektur-info .content-text {
        padding-left: 46.5%;
    }

    html .remotezugriff-row {
        padding-top: 3.750rem;
        padding-bottom: 4.375rem;
    }

    .col-md-3 {
        width: 33.333%;
    }

    .virtuelle-maschine-row {
        gap: 0;
    }

    .remotezugriff-row {
        gap: 0;
    }

    .kosten-info .content-slider {
        padding: 0 2.848rem;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1919px) {

    html .kosten-info .content-text {
        padding-bottom: 1.875rem;
    }

    html .einrichtung-area .content-text {
        display: grid;
        grid-template-columns: 15% 15% 70%;
        justify-content: space-around;
    }

    html .einrichtung-area .einrichtung-image img {
        transform: scale(1) translate(2rem, 7.056rem);
        height: 32.825rem;
        width: auto;
    }

    html .einrichtung-info .content .h3 + p label span {
        color: #3d99cc;
    }

    html .einrichtung-info .content {
        position: relative;
        z-index: 2;
    }

    html .einrichtung-info .content .h3 + p{
        white-space: pre;
        font-size: 20px;
    }

    html .einrichtung-info .content .h3 + p > br {
        display: none;
    }

    html .gleich-area .gleich-item:not(.no-image) .gleich-info {
        width: 45%;
        box-sizing: border-box;
        padding-right: 2.938rem;
    }

    html .gleich-area .gleich-item .gleich-image {
        padding: 0.563rem 2.438rem 0.625rem 0;
        box-sizing: border-box;
        width: 55%;
    }


    html .wir-installieren-block details summary {
        font-size: 1.250rem;
        padding-left: 2.625rem;
    }

    html .wir-installieren-block .content-text {
        padding-left: 2.625rem;
    }

    html .probieren-area {
        padding-top: 3.750rem;
        padding-bottom: 5.000rem;
    }

    html .probieren-area {
        position: relative;
    }

    html .faqs-area > .h2 {
        font-size: 2rem;
        padding-bottom: 2.875rem;
    }

    html .faqs-area details summary {
        font-size: 1.250rem;
        padding: 0.938rem 0;
    }

    html .faqs-area details .content-text {
        padding-top: 0.312rem;
        padding-bottom: 0.938rem;
        font-size: 1.250rem;
    }

    html .probieren-area .content-text {
        max-width: 55%;
    }

    html .probieren-area .bottom-button-area {
        position: absolute;
        bottom: 5rem;
        right: 6.25rem;
    }

    html .wir-installieren-block {
        padding-top: 3.750rem;
        padding-bottom: 3.750rem;
    }

    html .einrichtung-info .content li {
        font-size: 1.250rem;
    }

    html .einrichtung-area .bottom-button-area {
        padding-top: 2.188rem;
    }

    html .einrichtung-area {
        padding-top: 3.750rem;
        padding-bottom: 3.812rem;
    }

    html .kosten-info .servicekosten-info li {
        margin-top: 1.563rem;
        padding-left: 1.875rem;
    }

    html .kosten-info .swiper-wrapper .swiper-slide-3 .servicekosten-info .content-text,
    html .kosten-info .servicekosten-info .content-text {
        padding: 2.107rem 0.936rem 1rem 1.188rem;
        margin-bottom: 0.688rem;
        box-sizing: border-box;
    }

    html .kosten-info .servicekosten-info .bottom-button-area {
        padding-bottom: 1.875rem;
    }

    html .kosten-info .servicekosten-info .bottom-button-area .btn.btn-default {
        font-size: 1.500rem;
        line-height: 1.203;
        padding: 0.750rem 1.768rem 0.734rem 1.768rem;

    }

    html .kosten-info .servicekosten-info li:first-of-type {
        margin-top: 0;
    }

    html .vorortarbeit-row {
        padding-top: 4.375rem;
        padding-bottom: 5.625rem;
    }

    html .virtuelle-maschine-row .sub-title,
    html .vorortarbeit-row .sub-title {
        font-size: 1rem;
        padding-bottom: 1.875rem;
    }

    html .remotezugriff-row .h2,
    html .virtuelle-maschine-row .h2,
    html .vorortarbeit-row .h2 {
        font-size: 1.875rem;
        padding-bottom: 2.188rem;
    }

    html .gleich-area .gleich-item .gleich-row.row {
        margin-top: 1.563rem;
    }

    html .gleich-area {
        padding-top: 4.687rem;
        padding-bottom: 6.250rem;
    }

    html .gleich-area .gleich-item::after {
        width: 2.694rem;
        height: 2.694rem;
        top: calc(50% - 1.347rem);
    }

    html .gleich-area .gleich-item::before {
        top: calc(50% - 0.715rem);
        left: 0.4rem;
        border-top: 0.4rem solid #fff;
        border-right: 0.4rem solid #fff;
        width: 1.4858rem;
        height: 0.74rem;
    }

    html .gleich-area .gleich-item {
        padding-left: 5.563rem;
    }

    html .gleich-area .gleich-item.no-image {
        margin-right: 0;
        width: 100%;
    }

    html .gleich-item + .bottom-button-area {
        padding-bottom: 0;
        padding-top: 3.125rem;
    }

    html .gleich-row .content-text,
    html .remotezugriff-row .content-text,
    html .virtuelle-maschine-row .content-text,
    html .vorortarbeit-row .vorortarbeit-image + .vorortarbeit-info {
        font-size: 1.250rem;
    }

    html .gleich-row .h2 {
        font-size: 1.256rem;
        padding-bottom: 1.250rem;
    }

    html .testimonials-area {
        padding-top: 3.750rem;
        padding-bottom: 4.375rem;
    }

    html .probieren-area > .h2,
    html .einrichtung-area > .h2,
    html .kosten-info > .h2,
    html .testimonials-area .h2,
    html .awingu-architektur .h2 {
        font-size: 3rem;
        padding-bottom: 2.188rem;
    }

    html .awingu-architektur .h2 {
        padding-bottom: 1rem;
    }

    html .probieren-area > .h2 {
        padding-bottom: 0.750rem;
        line-height: 2;
    }

    html .probieren-area .content-text {
        font-size: 1.250rem;
        padding-bottom: 0;
    }

    html .testimonials-area .h2 {
        padding-bottom: 2.513rem;
    }

    html .einrichtung-info .h3 {
        font-size: 1.500rem;
    }

    html .einrichtung-info .h3,
    html .einrichtung-area > .h2,
    html .kosten-info > .h2 {
        padding-bottom: 1.875rem;
    }

    html .einrichtung-info .content {
        font-size: 1.500rem;
        padding-bottom: 0.250rem;
    }

    html .einrichtung-info ol.services li {
        margin-top: 1.875rem;
        padding-left: 2.188rem;
        font-size: 1.25rem;
    }

    html .einrichtung-info ol.services li:last-of-type {
        width: 300%;
    }

    html .einrichtung-info .h3, html .einrichtung-area > .h2, html .kosten-info > .h2 {
        width: 200%;
    }

    html .kosten-info {
        padding-top: 5.625rem;
        padding-bottom: 1.875rem;
    }

    .kosten-info > .h2 + .content-text {
        max-width: 100%;
        font-size: 1.250rem;
    }

    html .kosten-info .content-slider .services li {
        font-size: 1rem;
    }

    html .kosten-info .content-slider {
        padding-left: 0;
        padding-right: 0;
    }

    html .kosten-info .content-slider {
        padding-left: 2.5645rem;
        padding-right: 2.5645rem;
    }

    html .kosten-info .swiper.swiper-initialized .swiper-wrapper .swiper-slide {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        box-sizing: border-box;
    }

    html .kosten-info .swiper-wrapper .swiper-slide .servicekosten-area .h2 {
        padding: 0.688rem 4.563rem;
    }

    html .testimonials-area .testimonials-info {
        font-size: 0.875rem;
    }

    html .testimonials-area .testimonials-image {
        margin-bottom: 0.496rem
    }

    html .testimonials-area .swiper.swiper-initialized .swiper-wrapper .swiper-slide {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 254px;
        height: 209px !important;
    }

    html .testimonials-area .testimonials-wrapper {
        padding-left: 6.5625rem;
        padding-right: 6.5625rem;
    }

    html .testimonials-area .swiper-button-next {
        right: 10.440rem;
    }

    html .testimonials-area .swiper-button-prev {
        left: 10.440rem;
    }

    html .awingu-architektur-info .content-text {
        font-size: 1rem;
        padding-bottom: 1rem;
    }

    html .awingu-architektur {
        padding-top: 2.5rem;
        padding-bottom: 3rem;
    }

    html .virtuelle-maschine-row {
        padding-top: 3.750rem;
        padding-bottom: 4.375rem;
    }

    html header#site-header .h2 + div {
        max-width: 60%;
        width: 60%;
    }

    footer > div,
    main > div,
    header .banner-text {
        padding: 0 6.250rem;
    }

    header .top-small-area {
        padding-left: 10.25rem;
        transform: translateX(-6.250rem);
        max-width: calc(50% + 6.250rem);
    }

    html header .top-big-image {
        right: 6.250rem;
    }

    html header .inner {
        padding-top: 3.188rem;
        padding-bottom: 3rem;
    }

    html header#site-header .h2 + div,
    html header#site-header .h2,
    html header#site-header .h1 {
        padding-bottom: 1.3rem;
    }

    html header#site-header .h2,
    html header#site-header .h1 {
        line-height: 1;
    }

    html header#site-header .h2 + div {
        font-size: 1.250rem;
    }

    html .gleich-area .gleich-info {
        padding: 1.875rem 0.563rem 1.875rem 1.250rem;
    }

    html .kosten-info .swiper-wrapper .swiper-slide-2 .servicekosten-area .h2 {
        padding: 15px 20px 15px 40px;
    }

    html .kosten-info .swiper-wrapper .swiper-slide-3 .servicekosten-area .h2 {
        padding: 15px 20px 15px 35px;
    }

    html .kosten-info .swiper-wrapper .swiper-slide-2 .servicekosten-info .content-text {
        padding: 2.932rem 2.434rem 1rem 1.075rem;
        margin-bottom: 1.875rem;
    }

    html .kosten-info .swiper-wrapper .swiper-slide-2 .servicekosten-info li {
        margin-top: 1.875rem;
    }

    html .kosten-info .swiper-wrapper .swiper-slide-2 .servicekosten-info li:first-of-type {
        margin-top: 0;
    }

    html .kosten-info .swiper-wrapper .swiper-slide-2 .servicekosten-info li {
        margin-top: 1.250rem;
    }

    html .kosten-info .swiper-wrapper .swiper-slide-2 .servicekosten-info li:first-of-type {
        margin-top: 0;
    }


}


@media screen and (min-width: 1200px) and (max-width: 1500px) {

    html header .inner {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    html header#site-header .services,
    html header#site-header .h2 + div,
    html header#site-header .h2,
    html header#site-header .h1 {
        padding-bottom: 1rem;
    }

    html header#site-header .services li {
        padding-bottom: 0;
    }

    html header#site-header .services li::after {
        width: 1.15rem;
        height: 0.45rem;
        top: 0.5rem;
    }

}

@media (min-width: 1280px) {
    .kosten-info .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide.swiper-slide-2 {
        width: 30%;
    }

    .kosten-info .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
        width: 35%;
    }

    html .kosten-info .swiper-wrapper .swiper-slide .servicekosten-area .h2 span.justify {
        font-size: 24px;
        width: 100% !important;
    }

    .kosten-info .swiper-wrapper .swiper-slide-1 .servicekosten-area .h2 {
        padding: 15px 55px !important;
    }
}

html header#site-header .h1 {
    padding-bottom: 10px;
}

header .top-big-image label::before {
    content: "";
    background-image: url(data:image/png;base64,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);
    display: block;
    position: absolute;
    z-index: 9;
    background-size: 120px 120px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

    
@media (max-width: 568.98px) {
    header .top-big-image label::before {
        background-size: 24px 24px;
    }

    header .top-small-banner {
        margin-right: 10px;
    }

    html header .top-small-banner img {
        width: 36px;
        height: 36px;
        max-width: 36px;
    }

    html header .banner-text .top-small-area {
        margin-right: 13px;
        width: 182px;
    }

    html header .banner-text .top-small-area .bottom-button-area {
        width: 111px;
    }

    html header .banner-text .top-big-image {
        margin-bottom: 10px;
    }

    html header#site-header {
        background-size: 141%;
    }

    html header .banner-text .top-small-area label.btn {
        min-width: auto;
        height: 23px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    html header#site-header .services li {
        font-size: 11px;
    }

    html .kosten-info .content-slider {
        padding-left: 10px;
        padding-right: 10px;
    }

    html .kosten-info .servicekosten-info li {
        width: 100%;
        font-size: 9px;
    }

    .kosten-info .servicekosten-info ul {
        margin-left: 20px;
        margin-right: 30px;
    }
    
    .einrichtung-area {
        margin-top: 30px;
        padding-bottom: 0;
    }

    .einrichtung-info ol li::after {
        font-size: 10px;
        top: 4px;
    }

    .text-lightbox-inner {
        left: 0;
        width: 100%;
    }

    .text-lightbox-content .prices .price-row > div {
        font-size: 10px;
    }

    .text-lightbox-inner .prices {
        padding-left: 17px;
    }

    .wir-installieren-block details summary::after {
        width: 0.55rem;
        height: 0.55rem;
    }

    .faqs-area {
        margin-top: 20px;
    }
}

@media (max-width: 568px) {
    .kosten-area {
        padding-bottom: 0;
    }

    .kosten-info .swiper-wrapper .swiper-slide-2 .servicekosten-area .h2 {
        /* font-weight: 700; */
        /* font-size: 24px; */
        /* line-height: 123.5%; */
    }

    .kosten-info .swiper-wrapper .swiper-slide .servicekosten-area .h2 {
        padding: 6px 14px;
        line-height: 14px;
    }

    
    html .kosten-info .swiper-wrapper .content-text,
    .kosten-info .swiper-wrapper .swiper-slide .servicekosten-area {
        width: max-content;
        margin: auto;
    }

    .kosten-info .swiper-wrapper .swiper-slide .servicekosten-area .h2 span {
        max-width: 106px;
        width: 106px;
        display: block;
        text-align: center;
        margin: auto;
        line-height: 14px;
    }

    html header .banner-text .top-big-image {
        margin-left: 15%;
    }
}

@media (max-width: 768px) {
    header .top-big-image label::before {
        background-size: 24px 24px;
    }

    header .top-small-banner {
        margin-right: 10px;
    }

    html header .top-small-banner img {
        width: 36px;
        height: 36px;
        max-width: 36px;
    }

    html header .banner-text .top-small-area {
        margin-right: 13px;
        width: 182px;
    }

    html header .banner-text .top-small-area .bottom-button-area {
        width: 111px;
    }

    html header .banner-text .top-big-image {
        margin-bottom: 10px;
    }

    html header#site-header {
        background-size: 117%;
    }

    html header .banner-text .top-small-area label.btn {
        min-width: auto;
        height: 23px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    html header#site-header .services li {
        font-size: 11px;
        padding-bottom: 0;
    }
}

@media (min-width: 569px) and (max-width: 768px) {
    html .kosten-info .servicekosten-info li {
        font-size: 9px;
    }

    html .kosten-info .content-slider {
        padding-left: 0;
        padding-right: 0;
    }

    .kosten-info .swiper.swiper-initialized .swiper-wrapper .swiper-slide {
        padding-left: 10px;
        padding-right: 10px;
    }

    .kosten-area .swiper-button-prev.servicekosten, .kosten-area .swiper-button-next.servicekosten {
        display: none;
    }

    .kosten-info .servicekosten-info ul {
        width: 85%;
        margin-left: 7px;
    }

    .kosten-info .servicekosten-info li {
        width: 100%;
    }

    .kosten-info .swiper-wrapper .swiper-slide .servicekosten-area .h2 {
        font-size: 12px;
        padding: 7px 15px;
        text-align: center;
        line-height: 16px;
    }

    .kosten-info .servicekosten-info .bottom-button-area .btn.btn-default {
        font-size: 13px;
    }

    html .faqs-area details summary::after,
    .wir-installieren-block details summary::after {
        width: 6px;
        height: 6px;
    }

    .faqs-area details[open] summary::after {
        transform-origin: center;
    }

    .kosten-info .swiper.swiper-initialized .swiper-wrapper .swiper-slide-2 .servicekosten-info li {
        font-size: 12px;
    }

    .kosten-info .swiper.swiper-initialized .swiper-wrapper .swiper-slide-1,
    .kosten-info .swiper.swiper-initialized .swiper-wrapper .swiper-slide-3 {
        height: 260px;
    }

    html .kosten-info .swiper .swiper-wrapper  {
        align-items: center ;
    }

    .einrichtung-area {
        margin-top: 40px;
    }

    .einrichtung-info ol li::after {
        font-size: 10px;
        top: 4px;
    }

    .text-lightbox-content .prices .price-row > div {
        font-size: 12px;
    }

    .kosten-area,
    .einrichtung-area {
        padding-bottom: 0;
    }
}

@media (min-width: 568px) and (max-width: 768px) {
    html header .banner-text .top-big-image {
        margin-left: 230px;
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    header .inner {
        padding-top: 45px;
        padding-bottom: 0;
    }

    html header .banner-text {
        padding-left: 59px;
        padding-right: 48px;
    }

    html header#site-header .h1 {
        font-size: 48px;
    }

    html header#site-header .h1 + p {
        font-size: 32px;
    }

    html header .banner-text > div > p {
        line-height: 25px;
    }
    
    html header#site-header .services li {
        font-size: 16px;
        padding-left: 30px;
    }

    html header#site-header .services {
        width: 45%;
    }

    html header#site-header .services li::after {
        width: 0.75rem;
        height: 0.31rem;
    }

    header .top-small-area {
        flex-direction: row-reverse;
        max-width: initial;
    }

    header .top-small-banner {
        margin-left: 55px;
        margin-right: 0;
    }

    html header .top-big-image {
        right: 44px;
    }

    header .top-big-image label::before {
        background-size: 56px 56px;
    }

    .awingu-architektur-image {
        margin-top: 30px;
    }

    .kosten-info .servicekosten-info ul {
        width: 85%;
    }

    .einrichtung-area {
        margin-top: 60px;
    }

    html header .banner-text .top-small-area {
        display: flex;
        justify-content: center;
        width: 65%;
        padding-left: 0.9375rem;
        margin-left: -59px;
        margin-right: 2rem;
        background: rgba(217, 217, 217, 0.6);
        height: 66px;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px
    }

    html header .banner-text .top-small-area .bottom-button-area {
        width: auto;
    }

    html header .banner-text .top-small-area label.btn {
        width: 198px;
        height: 38px;
        font-size: 12px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    html header .top-small-banner img {
        width: 44px;
        height: 44px;
        max-width: 44px;
    }

    html header#site-header .h1 span:first-of-type + span + span {
        line-height: 1;
    }

    header#site-header .h2 + div {
        padding-bottom: 20px;
    }

    html header#site-header {
        background-size: 143%;
    }
}

@media (min-width: 567px) {
    html header .banner-text > div > p strong {
        font-size: 24px;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    html header .banner-text .top-small-area {
        margin-left: 78px;
    }

    html .kosten-info .servicekosten-info li {
        width: 90%;
    }

    .kosten-info .swiper-wrapper .swiper-slide .servicekosten-area .h2 {
        font-size: 16px;
        text-align: center;
    }

    .einrichtung-info .h3 {
        font-size: 20px;
    }

    .einrichtung-area .services {
        width: 200%;
    }

    .einrichtung-info ol li::after {
        top: 6px;
    }

    .kosten-info .swiper-wrapper .swiper-slide-2 .servicekosten-area .bottom-button-area {
        padding-bottom: 1.172rem;
    }

    .einrichtung-area .content {
        width: 100%;
    }

    .text-lightbox-inner .text-lightbox-body {
        padding: 4.48rem 1.48rem;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    html header .top-big-image {
        right: 44px;
        bottom: 0;
    }

    html header#site-header .h1 {
        font-size: 50px;
    }

    html header#site-header .h1 + p {
        font-size: 40px;
    }

    .banner-text p br {
        display: none;
    }

    header .top-big-image label::before {
        background-size: 56px 56px;
    }

    .awingu-architektur .h2 {
        margin-bottom: 35px;
    }

    .kosten-info .servicekosten-info ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .kosten-info .servicekosten-info li {
        width: 70%;
        font-size: 12px;
        padding-left: 15px;
    }

    .kosten-info .swiper-wrapper .swiper-slide-3 .servicekosten-info li {
        width: 85%;
    }

    .kosten-info .swiper-wrapper .swiper-slide-2 .servicekosten-info li {
        width: 80%;
    } 

    .kosten-info .swiper-wrapper .swiper-slide-1 .servicekosten-info li {
        width: 83%;
    }
    
    .kosten-info .swiper-wrapper .swiper-slide-2 .servicekosten-info li {
        font-size: 14px;
    }

    .kosten-info .swiper-wrapper .swiper-slide-2 .servicekosten-info .content-text {
        padding-top: 15px;
    }

    .kosten-info .swiper-wrapper .swiper-slide-1 .servicekosten-area .h2,
    .kosten-info .swiper-wrapper .swiper-slide-3 .servicekosten-area .h2 {
        font-size: 17px !important;
    }
    

    .kosten-info .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
        width: 21%
    }

    .kosten-info .swiper-wrapper .swiper-slide .servicekosten-area .h2 {
        font-size: 20px;
        text-align: center;
        padding: 10px;
    }

    .kosten-info .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide.swiper-slide-2 {
        width: 25%;
    }

    .kosten-info .swiper:not(.swiper-initialized) .swiper-wrapper {
        gap: 60px;
        justify-content: center;
    }

    .kosten-info .servicekosten-info .content-text {
        min-height: auto !important;
        padding-bottom: 18px;
    }

    .kosten-info .servicekosten-info .bottom-button-area {
        padding-top: 9px;
        padding-bottom: 12px;
    }

    .kosten-info .swiper-wrapper .swiper-slide .servicekosten-area {
        border-radius: 17px;
    }

    .einrichtung-area .content {
        width: 100%;
    }

    .text-lightbox-inner .text-lightbox-body {
        padding: 1.48rem 1.48rem;
    }

    html header .banner-text .top-small-area .bottom-button-area {
        margin-left: 100px
    }

    header .inner {
        padding-bottom: 43px;
    }

    .einrichtung-info .h3 {
        font-size: 20px;
    }

    .einrichtung-area .services {
        width: 200%;
    }
}

@media (min-width: 1920px) {
    html header#site-header .services li::after {
        width: 24px;
        height: 10px;
        top: 0.2rem;
    }

    header#site-header .h2 + div {
        padding-bottom: 1.5rem;
    }

    header#site-header .h2 + div {
        font-size: 20px;
    }

    .einrichtung-info ol li,
    .einrichtung-info .content p {
        font-size: 20px;
    }

    html header#site-header .h1 span:first-of-type + span + span {
        line-height: 1;
    }

    .awingu-architektur-image {
        max-width: 73%;
    }

    .awingu-architektur-info .content-text {
        padding-left: 46%;
    }

    div label.btn.btn-default {
        font-size: 20px;
        width: 320px;
        min-width: 320px;
        height: 75px;
        border-radius: 43.5px;
        display: inline-flex;
        padding: 0;
        align-items: center;
        justify-content: center;
    }

    .kosten-info > .bottom-button-area {
        padding-bottom: 180px;
    }

    html .kosten-info > .h2 {
        font-size: 48px;
        padding-bottom: 20px;
    }

    .kosten-info > .h2 + .content-text {
        padding-bottom: 21px;
    }

    .kosten-info .swiper:not(.swiper-initialized) .swiper-wrapper {
        padding-bottom: 58px;
    }

    html .einrichtung-area > .h2 {
        font-size: 48px;
    }

    .einrichtung-info .content label span {
        color: #258EC7;
    }

    .einrichtung-info .content p:not(.h3) br {
        display: none;
    }

    html .kosten-info .swiper-wrapper .swiper-slide .servicekosten-area .h2 {
        padding: 18px 30px;
    }

    html .kosten-info .swiper-wrapper .swiper-slide .servicekosten-area .h2 span {
        /* width: 100% !important */
    }

    .kosten-info .servicekosten-info .bottom-button-area {
        padding-bottom: 33px;
    }

    .probieren-area .content-text {
        max-width: 1018px;
    }

    .probieren-area__container {
        display: flex;
        justify-content: space-between;
    }

    .faqs-area details summary {
        padding: 25px 0;
    }

    html .testimonials-area .h2 {
        font-size: 48px;
    }

    .testimonials-info .content-text p {
        font-size: 20px;
    }

    .kosten-info .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
         width: 25%;
    }

    .kosten-info .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide.swiper-slide-2 {
        width: 28%;
    }

    html .kosten-info .swiper-wrapper .swiper-slide .servicekosten-area .h2 span.justify {
        font-size: 36px;
    }

    .kosten-info .swiper-wrapper .swiper-slide-2 .servicekosten-info .content-text {
        padding-top: 1.881rem;
    }

    .kosten-info .servicekosten-info .bottom-button-area .btn.btn-default {
        max-width: 90%;
    }

    .kosten-info .servicekosten-info .content-text {
        padding: 1.131rem 1rem 1.843rem 0.963rem;
    }

    html .kosten-info .swiper-wrapper .swiper-slide-3 .servicekosten-info .content-text,
    html .kosten-info .swiper-wrapper .swiper-slide-1 .servicekosten-info .content-text {
        height: 300px;
    }

    .einrichtung-area .services {
        width: 90%;
    }
}
