body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-family: 'Poppins', sans-serif;
    padding-top: 91px;
}

::-moz-focus-inner {
    border: 0;
}

a,
a:hover,
a:visited,
a:active {
    text-decoration: none;
    color: inherit;
    outline: 0 !important;
}

header {
    background-color: black !important;
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
}

header::before {
    content: '';
    position: absolute;
    -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    background-color: white;
    width: 100%;
    height: 100%;
    z-index: 1;
    right: -15px;
    top: 0;
    max-width: 410px;
}

header .navbar {
    position: relative;
}

header .navbar.bg-dark {
    background-color: black !important;
}

header .navbar.navbar-dark .navbar-nav .nav-link {
    color: white;
    font-size: 14px;
}

header .navbar.navbar-dark .navbar-nav .nav-link:focus,
header .navbar.navbar-dark .navbar-nav .nav-link:active,
header .navbar.navbar-dark .navbar-nav .nav-link:visited {
    color: white;
}

header .navbar.navbar-dark .navbar-nav .nav-link:hover {
    color: #df2222;
}

header .navbar.navbar-dark .navbar-nav .active .nav-link {
    color: #df2222 !important;
}

header .navbar::before {
    content: '';
    position: absolute;
    -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    background-color: white;
    width: 200px;
    height: 100%;
    z-index: 1;
    right: -15px;
    top: 0;
}

header .phone-number {
    background-color: white;
    color: black;
    position: relative;
    font-size: 14px;
    z-index: 2;
}

header .phone-number i {
    color: #df2222;
    margin-right: 15px;
    font-size: 14px;
}

header .dropdown-menu {
    background-color: black;
    color: white;
    font-size: 14px;
}

header .dropdown-item {
    color: white;
}

header .dropdown-item:focus,
header .dropdown-item:hover {
    background-color: transparent;
    color: #df2222;
}

header .dropdown-toggle::after {
    display: none;
}

.slick-initialized .slick-slide {
    outline: 0 !important;
}

.slider {
    position: relative;
    max-height: 800px;
    margin-bottom: 30px;
}

.slider .slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 800px;
    position: relative;
}

.slider .slide::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../images/overlay.png");
    background-position: left;
    width: 100%;
    height: 100%;
}

.slider .slide .slide-content {
    max-width: 1140px;
    position: relative;
    padding-top: 200px;
    margin: 0 auto;
}

.slider .slide .slide-content .slide_text {
    max-width: 550px;
}

.slider .slide .slide-content h3 {
    font-weight: bold;
    color: white;
    font-size: 82px;
    margin: 0;
}

.slider .slide .slide-content p {
    font-size: 18px;
    color: white;
    margin-bottom: 20px;
}

.slider .slick-prev,
.slider .slick-prev:focus,
.slider .slick-next,
.slider .slick-next:focus {
    position: absolute;
    z-index: 2;
    display: block;
    height: 47px;
    width: 52px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    border-radius: 50%;
    color: white;
    top: 50%;
    padding: 0;
    outline: none;
    text-align: center;
    border: none;
    background-color: transparent;
    border-radius: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.slider .slick-prev:before,
.slider .slick-next:before {
    content: "";
}

.slider .slick-prev,
.slider .slick-prev:focus {
    left: 0px;
    background-image: url("../images/left-arrow.png");
}

.slider .slick-next,
.slider .slick-next:focus {
    right: 0px;
    background-image: url("../images/right-arrow.png");
}

.sub_title {
    color: #df2222;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}

.title {
    color: #333333;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.txt {
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
}

.btn_default {
    background-color: #df2222;
    text-transform: uppercase;
    transition: all 0.3s;
    color: white;
    outline: none;
    box-shadow: none;
    border: none;
    padding: 10px 15px;
    border-radius: 3px;
    display: inline-block;
}

.btn_default:focus,
.btn_default:visited,
.btn_default:active {
    background-color: #df2222;
    color: white;
    outline: none;
    box-shadow: none;
    border: none;
}

.btn_default:hover {
    color: white;
    text-decoration: none;
    background-color: black;
}

.wrapper {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.online-anfrage {
    max-width: 500px;
    background-color: white;
    border-radius: 5px;
    position: absolute;
    top: 80px;
    right: 100px;
    padding: 20px 30px;
}

.online-anfrage h1 {
    font-size: 30px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
    text-transform: uppercase;
}

.online-anfrage h1 b {
    font-weight: 700;
    color: #df2222;
}

.online-anfrage p {
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
}

.online-anfrage p b,
strong {
    display: block;
}

.online-anfrage p span {
    color: #df2222;
    font-weight: bold;
}

.online-anfrage .btn_default {
    margin-top: 10px;
}

.form-control {
    border: 1px solid #e3e7ec;
    height: 45px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #333333;
}

.form-control:focus {
    border-color: #df2222;
    box-shadow: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333333;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #333333;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #333333;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #333333;
}

.custom-file-label {
    border: 1px solid #e3e7ec;
    height: 45px;
    padding: 10px;
    color: #333333;
}

.custom-file-label::after {
    display: none !important;
}

.custom-file-input:focus~.custom-file-label {
    box-shadow: none;
    outline: none;
    border-color: #df2222;
}

textarea {
    resize: none;
}

.social-list {
    position: absolute;
    max-width: 1140px;
    margin: -80px auto 0 auto;
    left: 0;
    right: 0;
    padding-left: 0;
}

.social-list .list-inline-item {
    padding-right: 20px;
}

.social-list .list-inline-item a {
    color: white;
    font-size: 18px;
    transition: all 0.3s;
}

.social-list .list-inline-item a:hover {
    color: #df2222;
}

.regular_padding {
    padding: 80px 0;
}

.cta-section .card {
    border: 1px solid #f0f2f4;
    padding: 30px;
    text-align: center;
    margin: 40px 15px 0 15px;
    transition: all 0.3s;
}

.cta-section .card:hover {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.11);
}

.cta-section .card .card-body {
    padding: 0;
}

.cta-section .card .card-body h3 {
    font-size: 20px;
    margin: 30px 0 15px 0;
    font-weight: bold;
}

.cta-section .card .card-body p {
    font-size: 16px;
    margin-bottom: 15px;
}

.cta-section .card-group>.card+.card {
    margin-left: 15px;
    border-left: 1px solid #f0f2f4;
}

.circle {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 1px solid #f0f2f4;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}

.circle img {
    max-width: 50px;
}

.fluid-section {
    overflow: hidden;
    max-width: 100%;
}

.fluid-section article {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.fluid-section article .fluid-section-left {
    background-color: white;
}

.fluid-section article .fluid-section-left .fluid-section-img {
    position: relative;
    padding-right: 15px;
    max-height: 455px;
    margin-left: -15px;
    overflow: hidden;
}

.fluid-section article .fluid-section-left .fluid-section-img.height_620,
.fluid-section article .fluid-section-right .fluid-section-img.height_620 {
    max-height: 620px;
}

.fluid-section article .fluid-section-left .fluid-section-img.height_500,
.fluid-section article .fluid-section-right .fluid-section-img.height_500 {
    max-height: 500px;
}

.fluid-section article .fluid-section-left .fluid-section-txt {
    margin: 0 auto;
    margin-right: 0;
    padding: 40px 15px 40px 50px;
    max-width: 600px;
    z-index: 10;
}

.fluid-section article .fluid-section-left .fluid-section-txt.padding_80 {
    padding: 80px 15px 80px 50px;
}

.fluid-section article .fluid-section-left .abs-img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.fluid-section article .fluid-section-right {
    background-color: white;
}

.fluid-section article .fluid-section-right .fluid-section-img {
    position: relative;
    padding-left: 15px;
    max-height: 455px;
    margin-right: -15px;
    overflow: hidden;
}

.fluid-section article .fluid-section-right .fluid-section-txt {
    margin: 0 auto;
    margin-left: 0;
    padding: 40px 15px 40px 50px;
    max-width: 600px;
    z-index: 10;
}

.fluid-section article .fluid-section-right .fluid-section-txt.padding_80 {
    padding: 80px 15px 80px 50px;
}

.fluid-section article .fluid-section-right .abs-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.fluid-section ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

.fluid-section ul li {
    position: relative;
    font-size: 16px;
    color: #333333;
    padding-left: 15px;
}

.fluid-section ul li::before {
    width: 5px;
    height: 5px;
    background-color: #df2222;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%;
    content: '';
}

.mb-80 {
    margin-bottom: 80px;
}

.mt-80 {
    margin-top: 80px;
}

.background_section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.background_section.background_section_bottom {
    background-position: bottom;
}

.about {
    position: relative;
}

.about img {
    position: relative;
    top: 80px;
}

.about ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.about-texts .title_22 {
    font-size: 22px;
    color: #df2222;
    margin: 30px 0;
    font-weight: bold;
}

.about-texts ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
}

.about-texts ul li {
    font-size: 16px;
    color: #df2222;
    font-weight: 300;
}

.about-texts ul li b,
strong {
    color: #333333;
}

.title_30 {
    font-size: 30px;
    margin: 30px 0;
    font-weight: 300;
}

.title_30 b {
    display: block;
    font-weight: 700;
}

#googleMap {
    height: 400px;
}

/*gmpc*/
.gmpc_wrap {
    position: relative;
}

.gmpc_btn {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-position: center;
    background-size: cover;
}

.gmpc_btn span {
    display: inline-block;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 15px;
    border: 1px solid #eee;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 200px;
    width: 100%;
    transition: all .2s;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    color: #222;
}

.gmpc_btn:hover span {
    border-color: #df2222;
    background-color: #df2222;
    color: #fff;
}

footer {
    background-color: #1a1a1a;
    color: white;
}

footer img {
    margin-bottom: 40px;
}

footer ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
}

footer ul li {
    position: relative;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 5px;
}

footer ul li a {
    color: white;
}

footer ul li a:hover {
    color: #df2222;
}

footer ul li.active a {
    color: #df2222;
}

footer ul.nav_list li {
    padding-left: 20px;
}

footer ul.nav_list li::before {
    position: absolute;
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    left: 0;
    font-size: 12px;
}

footer h3 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

footer .copyright {
    border-top: 1px solid #2e2d2d;
    padding-top: 30px;
}

footer .copyright p {
    font-size: 14px;
    margin: 0;
    font-weight: 300;
}

footer .copyright #toTop {
    background-color: rgba(106, 106, 106, 0.5);
    font-size: 16px;
    color: white;
    transition: all 0.3s;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid white;
    border-radius: 50%;
    display: block;
}

footer .copyright #toTop:hover {
    background-color: white;
    color: #df2222;
}

.header-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 533px;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.header-image::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/header-img-overlay.png");
    background-repeat: no-repeat;
    background-position: left;
}

.header-image .page-title {
    position: absolute;
    bottom: 30px;
    max-width: 1140px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.header-image .page-title a {
    font-size: 16px;
    color: #df2222;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.header-image .page-title h2 {
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    color: white;
}

.header-image .cta-link {
    position: absolute;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: -32px;
    bottom: 0;
    right: 0;
    width: 500px;
    padding: 5px 10px;
    color: #df2222;
    font-weight: bold;
}

.header-image .cta-link a {
    position: relative;
    z-index: 2;
    left: 40px;
}

.header-image .cta-link a img {
    margin-right: 15px;
}

.header-image .cta-link::before {
    content: '';
    position: absolute;
    -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    background-color: white;
    width: 500px;
    height: 100%;
    z-index: 0;
    left: 20px;
    top: 0;
}

.anfrage .form-control {
    margin-bottom: 20px;
}

.anfrage .custom-file {
    margin-bottom: 20px;
}

.anfrage textarea {
    height: 250px;
}

.anfrage .custom-control-input:checked~.custom-control-label::before {
    background-color: #df2222;
}

.anfrage .custom-control-input:checked~.custom-control-label::before:focus {
    outline: none;
    border: none;
}

.anfrage .custom-control-label::after,
.anfrage .custom-control-label::before {
    width: 20px;
    height: 20px;
    left: -2rem;
}

.anfrage .custom-control {
    padding-left: 30px;
}

.anfrage .btn_default {
    margin-top: 20px;
    margin-bottom: 20px
}

.points-section {
    text-align: center;
    position: relative;
}

.points-section h3 {
    font-size: 25px;
    font-weight: bold;
    margin: 30px 0;
    color: #df2222;
}

.points-section .abs-left {
    position: absolute;
    left: -100px;
    top: 40px;
    max-width: 200px;
}

.points-section .abs-right {
    position: absolute;
    right: -100px;
    top: 40px;
    max-width: 200px;
}

.message-contact {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    color: #0c0f15;
    margin-bottom: 20px;
    line-height: 1;
}

.message-contact strong {
    font-size: 20px;
}

.kontakt .form-control {
    margin-bottom: 20px;
}

.kontakt textarea.form-control {
    height: 200px;
    resize: none;
}

.kontakt h4 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.kontakt ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.kontakt ul li {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
}

.kontakt ul li b {
    color: #df2222;
    margin-right: 20px;
    font-weight: 800;
}

.kontakt .btn_default {
    min-width: 150px;
}

.impressum a {
    text-decoration: none;
    color: inherit;
}

.impressum a:hover {
    text-decoration: underline;
}

.impressum h2 {
    margin-bottom: 0;
    margin-top: 40px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.impressum h2 a {
    text-decoration: underline;
}

.impressum ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 30px;
}

.impressum ul li {
    font-size: 15px;
    line-height: 1.8;
    font-weight: 300;
}

.impressum ul li b {
    font-weight: 600;
    color: #df2222;
}

.impressum p {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 300;
}

.impressum p a {
    text-decoration: underline;
}

.impressum p b {
    font-weight: 500;
}

.impressum .disc-list li {
    position: relative;
    padding-left: 15px;
}

.impressum .disc-list li::before {
    content: "";
    width: 4px;
    height: 1px;
    background-color: black;
    position: absolute;
    left: 0;
    top: 13px;
}

.impressum h3,
.impressum h4,
.impressum h5 {
    font-size: 15px;
    margin: 0;
    font-weight: 600;
    line-height: 1.8;
}

.cookies-message {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 100000000;
    bottom: 0;
    width: 100%;
    left: 0;
    display: none;
  }
  
  .cookies-message div {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    padding: 30px 75px 20px 15px;
  }
  
  .cookies-message p {
    color: white !important;
    margin-bottom: 10px;
  }
  
  .cookies-message p a {
    text-decoration: underline;
    text-transform: uppercase;
    transition: all 0.2s;
    color: white !important;
  }
  
  .cookies-message p a:hover {
    opacity: 0.75;
  }
  
  .cookies-btn {
    padding: 10px;
    text-transform: uppercase;
    border: 1px solid white;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 30px;
    color: white !important;
    transition: all 0.2s;
    font-weight: bold;
    background-color: transparent !important;
  }
  
  .cookies-btn:hover {
    background-color: #fff !important;
    color: #222 !important;
  }

@media only screen and (max-width: 767px) {
    .impressum {
        word-wrap: break-word;
    }
}

.error-page {
    text-align: center;
}

.error-page h2 {
    font-size: 300px;
    margin: 0;
    font-weight: bold;
    color: #df2222;
}

.error-page h3 {
    font-size: 45px;
    color: black;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 600;
    text-transform: uppercase;
    font-weight: bold;
}

/*************
MEDIA
*************/
/******
1499
******/
@media only screen and (max-width: 1450px) {

    header::before,
    header .navbar::before {
        display: none;
    }

    header .phone-number {
        color: white;
        background-color: transparent;
    }
}

/******
1199
******/
@media only screen and (max-width: 1199px) {
    .slider .slide .slide-content {
        max-width: 930px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .social-list,
    .header-image .page-title {
        max-width: 930px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .online-anfrage {
        position: relative;
        max-width: 930px;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 0;
        border: 1px solid #e3e7ec;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/******
991
******/
@media only screen and (max-width: 991px) {
    .slider .slide {
        height: 400px;
    }

    .slider .slide .slide-content {
        max-width: 690px;
        padding-top: 70px;
    }

    .slider .slide .slide-content h3 {
        font-size: 48px;
    }

    .social-list,
    .online-anfrage,
    .header-image .page-title {
        max-width: 690px;
    }

    .navbar-dark .navbar-toggler {
        border: none;
        z-index: 5;
    }

    .navbar-dark .navbar-toggler:focus {
        outline: none;
    }

    header .navbar-nav {
        padding: 10px 0;
    }

    header .navbar.navbar-dark .navbar-nav .nav-link {
        font-size: 16px;
    }

    header .navbar-nav.phone {
        color: white;
    }

    header .navbar-nav.phone i {
        color: #df2222;
        margin-right: 10px;
    }

    header .dropdown-menu {
        font-size: 16px;
        display: block !important;
    }

    header .dropdown-item {
        padding: 8px 10px;
    }

    .fluid-section article .fluid-section-left .fluid-section-txt,
    .fluid-section article .fluid-section-right .fluid-section-txt {
        max-width: 100%;
        padding: 40px 15px;
    }

    .fluid-section article .fluid-section-left .fluid-section-txt.padding_80,
    .fluid-section article .fluid-section-right .fluid-section-txt.padding_80 {
        padding: 40px 15px;
    }

    .fluid-section article .fluid-section-left .fluid-section-img,
    .fluid-section article .fluid-section-right .fluid-section-img {
        max-height: inherit;
        text-align: left;
        margin: 0;
    }

    .fluid-section article .fluid-section-left .fluid-section-img img,
    .fluid-section article .fluid-section-right .fluid-section-img img {
        width: 100%;
    }

    .title,
    .header-image .page-title h2 {
        font-size: 28px;
    }

    .title_30,
    .online-anfrage h1 {
        font-size: 24px;
    }

    .header-image {
        height: 350px;
    }

    .header-image .cta-link {
        width: 100%;
        background-color: white;
        border-bottom: 1px solid #f0f2f4;
    }

    .header-image .cta-link a {
        left: 0;
    }

    .header-image .page-title {
        left: 15px;
        right: 15px;
        bottom: 100px;
    }

    .header-image .page-title.b-30 {
        bottom: 30px;
    }

    .mb-80 {
        margin-bottom: 40px;
    }

    .captcha img {
        margin-bottom: 20px;
    }

    .points-section .abs-right,
    .points-section .abs-left {
        display: none;
    }

    .points-section h3 {
        font-size: 20px;
    }

    .kontakt form {
        margin-bottom: 40px;
    }

    .error-page h2 {
        font-size: 120px;
    }

    .phone-number-mobile {
        position: absolute;
        top: 35px;
        color: #df2222;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 24px;
    }
}

/******
767
******/
@media only screen and (max-width: 767px) {
    body {
        padding-top: 61px;
    }

    .phone-number-mobile {
        top: 15px;
    }

    .navbar-dark .navbar-brand {
        max-width: 130px;
    }

    header .navbar.bg-dark {
        padding-left: 0;
        padding-right: 0;
    }

    .slider .slide {
        height: 400px;
    }

    .slider .slide .slide-content {
        max-width: 100%;
        padding: 40px 15px 0 15px;
    }

    .slider .slide .slide-content h3 {
        font-size: 36px;
    }

    .slider .slide .slide-content p {
        font-size: 16px;
    }

    .social-list {
        max-width: 100%;
        padding: 0 15px;
    }

    .online-anfrage {
        max-width: 100%;
        margin: 0 15px;
    }

    .cta-section .card-group {
        margin: 0;
    }

    .cta-section .card {
        margin: 40px 0 0 0;
    }

    .cta-section .card-group>.card+.card {
        margin-left: 0;
    }

    .regular_padding {
        padding: 40px 0;
    }

    .copyright {
        text-align: center;
    }

    .copyright #toTop {
        margin: 20px auto 0 auto;
    }

    .header-image .page-title {
        max-width: 100%;
    }

    .about img {
        top: 50px;
    }
}

/******
479
******/

/*# sourceMappingURL=style.css.map */