:root {
    --main-color: #2601bd;
}

.home_slider {
    position: relative;
    height: 88vh;
}

.home_slider .overlay {
    position: absolute;
    top: 89px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    color: #ffffff;
    justify-content: left;
    align-items: center;
}

.home_slider .overlay h2 {
    color: #ffffff;
}

.header_placeholder {
    width: 100%;
    padding: 60px;
}

.content_image {
    width: 100%;
}

.scale-with-grid {
    max-width: 75%;
}

.logos-slider .inner {
    padding: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper-hover {
    cursor: pointer;
    transition: 1s all;
}

.img-hover {
    transition: 1s all;
}

.wrapper-hover:hover .img-hover {
    transform: scale(1.2) rotateZ(4deg) !important;
}

section.unterseite .text-content {
    padding: 50px 0;
}

section.unterseite .text-content h2 {
    font-size: 34px;
}

.home_slider .overlay .inner p {
    font-size: 30px;
    line-height: 1.2;
}

.prospekt img {
    width: 100%;
}

tr:hover th {
    background-color: var(--main-color);
    color: #ffffff !important;
}

tr:hover {
    background-color: var(--main-color);
    color: #ffffff;
}

.element {
    margin-bottom: 4rem;
}

.home_slider img {
    width: 100%;
}

.home_slider {
    overflow: hidden;
}

#parallax .text h1 {
    font-size: 4.95rem;
    color: var(--main-color);
}

#parallax .text p {
    font-size: 1.3rem;
    color: var(--main-color);
    padding-top: 1rem;
    line-height: 1.4;
}

.angebot_box {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.angebot_box img {
    object-fit: cover;
}

.angebot_box img:hover {
    -webkit-filter: saturate(100%);
    filter: saturate(100%);
}

.pinkbox {
    border: 3px solid var(--main-color);
}

.referenzen {
    background-image: url(/template/images/images/background.jpg);
    background-position: center center;
}

.referenzen .h2 {
    color: #ffffff;
}

#kontaktbar {
    background: #f8f8f8;
}

.kontaktbar {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    margin-top: 5%;
    margin-bottom: 5%;
}

.btn-wide {
    width: 25rem;
    margin-top: 2%;
}

footer {
    background-color: rgb(243, 243, 243);
}


a {
    color: #383838;
}


.logos-slider button {
    background-image: url(/template/images/images/background.jpg);
    background-position: left;
    background-size: 2000%;
}

.pinkbox {
    border: 3px solid var(--main-color);
}

.dienstleistung .themecolor {
    color: var(--main-color);
}

#Top_bar img {
    width: 350px;
    padding: 1rem;
}

@media (min-width: 1028px) {
    .align-right {
        align-items: end;
        justify-content: end;
        display: flex;
    }

}

#Top_bar {
    display: flex;
    background-color: rgba(255, 255, 255, 0.904);
    margin-left: 0;
}

.logo-outer {
    flex: 0 0 16%;
}

.menu-toggler {
    display: none;
}

.menu-toggler .hamburger {
    border: 0;
    outline: none;
    transform: scale(0.8);
    box-shadow: none;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
    background-color: var(--main-color);
}

.home_slider p {
    text-shadow: 1px 1px rgba(34, 34, 34, 0.295);
}

.home_slider h1 {
    text-shadow: 1px 1px rgba(34, 34, 34, 0.295);
}

h1 {
    color: var(--main-color);
    font-size: 2.5rem;
}

#menu>ul>li>a,
.action_button,
#overlay-menu ul li a {
    font-weight: 700;
    color: #4c4c4c;
}

nav .dropdown li a {
    font-weight: 500;
    min-width: 100%;
}

#Top_bar .menu li ul li a {
    padding: 10px 40px 10px 10px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

nav .dropdown li a {
    font-size: 13px;
}

#Top_bar .menu li ul {
    position: absolute;
    left: 0px;
    top: calc(100% + 29px);
    z-index: 205;
    margin: 0;
    display: none;
    background-repeat: repeat-x;
    background-position: left top;
}

#Top_bar .menu li.dropdown>a:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: 29px;
    background: none;
}

#Top_bar #menu ul li.submenu .menu-toggle {
    color: #4c4c4c;
}

nav .dropdown ul {
    border-bottom: 3px solid #4c4c4c;
}

#Top_bar #menu ul li a span {
    color: #4c4c4c;
}

.spacer-top {
    margin-top: 15%;
}

.cta {
    margin-top: 4%;
    margin-bottom: 6%;
}


.ctabtn:hover {
    border-color: transparent !important;
}


.angebote figure img:hover {
    transform: scale(1.5) rotate(15deg);
    transition: 0.3s ease-in;
}

.angebote figure img {
    transition: 0.3s ease-in;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.angebote figure {
    overflow: hidden;
    line-height: 0;
    /*   box-shadow: 0 32px 64px rgba(0, 0, 0, 0.212); */
}

#parallax {
    background-attachment: fixed;
    height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.slick-track {
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

#Top_bar a {
    color: var(--main-color);
}

#Top_bar .menu>li ul li a:hover {
    color: var(--main-color);
}

#Top_bar #menu ul li a span:hover {
    color: var(--main-color);
}

#Top_bar .menu>li>a:hover {
    color: var(--main-color);
}

.slickwrap {
    margin: 3rem 0;
    background-color: #999999;
    background-position: center;
    background-size: cover;
}

.btn-primary {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.btn-primary:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

#myCookie .myCookie_buttons .btn.button-color {
    background-color: var(--main-color);
    transition: 0.5s;
}

#myCookie .myCookie_buttons .btn.button-color[name="decline_all"] {
    background-color: var(--vision-color-secondary);
    transition: 0.5s;
}

.btn-wide {
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    font-size: 1.5rem;
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.178);
    border-radius: 30px;
}

.btn-wide:hover {
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.267);
    transition-duration: 1s;
}


.portfolio-box li {
    display: flex;
    align-items: center;
}


/* MenÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ weniger Transparenz */

@media (min-width: 1240px) {
    #Top_bar .menu li ul {
        background-color: rgba(255, 255, 255, 0.973);
    }
}

#Top_bar {
    background-color: rgba(255, 255, 255, 0.973);
}

#Top_bar .menu li ul li a {
    font-weight: 600;
}

#Top_bar nav {
    cursor: pointer;
}

#Top_bar .menu>li>a:after {
    color: var(--vision-color-secondary);
}

/* SAMUELS  */
@font-face {
    font-family: "SAMUELS";
    font-style: normal;
    font-weight: 400;
    src: local(""), url("../../fonts/SAMUELS.TTF") format("truetype");
    /* Safari, Android, iOS */
}

.ctabtn {
    font-size: 1.4rem;
}

#Top_bar .menu>li>a:after {
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -4px;
    z-index: 203;
    opacity: 0;
    background-color: #010a6f;
}

#Top_bar .menu>li ul li a:hover,
#Top_bar .menu>li ul li.hover>a {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.027);
}

nav .dropdown ul {
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0px 0 0;
}

nav .dropdown ul {
    border-bottom: 4px solid var(--main-color);
}

h1,
.h1 {
    color: var(--main-color);
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2.5rem;
    color: var(--main-color);
}

h3,
.h3 {
    font-size: 1.4rem;
    color: var(--main-color);
    font-weight: 600;
}

h4,
.h4 {
    color: #4c4c4c;
}

strong,
.strong,
.bold {
    color: #4c4c4c;
}

p {
    font-size: 1rem;
}

.element li {
    display: flex;
    align-items: center;
}

.editable li {
    display: flex;
    align-items: center;
}

.fa-caret-right {
    font-size: 1.6rem;
    color: var(--vision-color-secondary);
}



.editable i {}

.portfolio-box i {
    margin-right: 1rem;
}

.portfolio-box li {
    margin-bottom: 1rem;
}

.element i {
    margin-right: 1rem;
}

.gesamtcontainerfooter {
    display: flex;
    align-items: flex-start;
}

.gesamtcontainerfooter i {
    font-size: 1.6rem;
    color: var(--main-color);
    margin-bottom: 1.5rem;
}

.kontaktformular .btn-primary {
    font-family: "SAMUELS";
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.178);
    border-radius: 30px;
    background-image: url(/template/images/images/hintergrund_neu.jpg);
}

a.button,
a.tp-button {
    background-color: #e8e8eb;
    color: #18093a;
}

.icon-mobile {
    color: var(--main-color);
}

.f-center {
    display: flex;

    align-items: center;
}

.textwidget p strong {
    font-weight: 500;
    color: #fff;
}

.flv_sections_20 {
    padding: 2rem;
}

.flv_sections_21 {
    padding: 2rem;
    background-color: #f3f3f3;
}

#parallax .inside {
    z-index: 10;
}

#parallax h1,
#parallax h2,
#parallax .h1,
#parallax .h2 {
    position: relative;
    z-index: 9;
    color: var(--main-color);
}

#parallax.unterseiten {
    height: 300px;
}

#parallax.unterseiten h1,
#parallax.unterseiten h2,
#parallax.unterseiten .h1,
#parallax.unterseiten .h2 {
    color: #FFF;
}


.flv_sections_20 .desc a {
    font-size: 20px;
    font-weight: 500;
}

.pholder {
    padding-top: 118px;
}

#sec-text {
    background: #fbfbfb;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    align-items: center;
}

#sec-text b {
    font-size: 23px;
    color: #000f70;
}

.d-flex-ff {
    display: flex;
    flex-direction: column;
}

.topbar {
    height: 40px;
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
}

.topbar a {
    padding: 0 20px;
}

.topbar a i {
    padding: 0 9px;
}

.list_item .list_left {
    color: var(--main-color);
}

.get_in_touch,
.infobox {
    background-color: var(--main-color);
}

.column_map .google-map-contact-wrapper .get_in_touch:after {
    border-top-color: var(--main-color);
}

.get_in_touch ul li .icon {
    color: rgb(255, 255, 255);
    font-size: 35px;
}

.topbar .container-fluid .row .col-md-6 {
    display: flex;
    justify-content: flex-end;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.dienstleistung .column {
    width: 100%;
    height: 100%;
    margin: 0;
}

.pinkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#parallax {
    margin-bottom: 4rem;
    position: relative;
}


.widget_box {
    margin-bottom: 2rem;
}


.fa-file-pdf {
    font-size: 2rem;
}

.prospekt:hover {
    color: var(--main-color);
}

.fa-caret-right {
    margin-right: 1rem;
}

.b404_img {
    max-width: 100%;
}

.b404_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.topbar {
    z-index: 999999;
}

.flv_sections_21 {
    background: #fbfbfb;
}

.datenschutz {
    margin-bottom: 1rem;
}

.column .contact_info {
    font-size: 0.9rem;
}


.btn-wide.btn-primary {
    transition: 0.2s;
    text-decoration: none !important;
}

.btn-wide.btn-primary:hover {
    background-color: #f00967;
    text-decoration: none !important;
}

.ctabtn a {
    color: #fff;
    text-decoration: none;

}

.video .col-lg-4 video {
    width: 100%;
}

.video .col-lg-4 {
    height: 180px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video {
    margin-bottom: 4rem;
}

.dienstleistung_box .frontpageimg {
    width: 119%;
    max-width: 119%;
}

.dienstleistung_box {
    overflow: hidden;
}

#Content .dienstleistung_box img {
    max-width: 100%;
    height: auto;
}

.pinkbox .fas {
    font-size: 2rem;
    color: #06c32f;
}

.pinkbox {
    padding: 24px;
}


.myCookie_select ul li {
    display: flex;
}

.myCookie_select ul li .switch {
    margin-right: 10px !important;
    top: 2px !important;
}



/* --------------------------------- Topbar --------------------------------- */


.topbar {
    background: #F7F7F7;
    padding: 0px 105px;
}

.topbar_info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: end;
}

.topbar_info li:not(:last-child) {
    border-right: 1px solid #D6DADC;
    padding-right: 30px;
    padding-left: 30px;
}

.topbar_info li {
    padding-left: 30px;
}

.topbar_info li a {
    color: inherit;
    display: block;
    padding: 17px 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 2px;
}

.topbar_info li a:hover {
    color: var(--vision-color-secondary);
    text-decoration: none !important;
}

.topbar_info li a i {
    color: var(--main-color);
    font-size: 18px;
    margin-right: 5px;
}

/* -------------------------------- Parallax -------------------------------- */

#pageid-1 #parallax:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255 255 255 / 65%);
    z-index: 9;
}

/* ---------------------------------- Menu ---------------------------------- */

.menu-outer {
    flex: 0 0 75%;
}

/* --------------------------------- Footer --------------------------------- */
footer#Footer,
footer#Footer a {
    color: #333c72;
}


/* ------------------------------ PDF Download ------------------------------ */

a.download-item {
    display: flex;
    background-color: #e6e6e6;
    margin: 17px 0;
    position: relative;
    min-height: 75px;
    text-decoration: none;
    align-items: center;
}

a.download-item:hover {
    background-color: #ccc;
    text-decoration: none;
}

a.download-item i {
    font-size: 30px;
    width: 50px;
    color: #fff;
    background-color: #e4013d;
    text-align: center;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.download-item .title {
    font-size: 15px;
    display: block;
    padding: 0 0 0 15px;
    color: #545454;
}

a.download-item span {
    font-size: 13px;
    display: block;
    color: #797979;
}



.social_media a.instagram,
.social_media a.instagram i {
    color: #405de6 !important;
}

.social_media a.whatsapp,
.social_media a.whatsapp i {
    color: #128c7e !important;
}

.social_media a.twitter,
.social_media a.twitter i {
    color: #1da1f2 !important;
}

.social_media a.facebook,
.social_media a.facebook i {
    color: #1877f2 !important;
}



.alert {
    padding: 1.5rem 1rem;
}

.alert p:last-child {
    margin-bottom: 0;
}

.alert.alert-info {
    background-color: hwb(201deg 95% 0%);
    border: 2px solid #2595D3;
    border-radius: 0;
    padding-left: 4rem;
    color: #2595D3;
}

.alert.alert-info:before {
    content: "\f05a";
    position: absolute;
    top: calc(50% - 25px);
    height: 50px;
    display: flex;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
    left: 1rem;
    color: #2595D3;
}





footer {
    padding: 4rem 0;
    font-size: 1.02rem;
    line-height: 1.6;
}

footer .f-title {
    font-weight: 600;
    font-size: 1.25rem;
    padding-bottom: 1rem;
    color: var(--main-color);
}

footer ul.links {
    margin: 0;
    padding: 0;
}

footer ul.links li a {
    position: relative;
    text-decoration: none !important;
    padding-left: .8rem;
    transition: all .3s;
    padding: .15rem 0 .15rem .8rem;
}

footer ul.links li a:before {
    content: "\f105";
    padding-right: 0.5rem;
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

footer ul.links li a:hover {
    padding-left: 1rem;
    color: inherit;
}

footer ul.links li a:hover:before {
    color: var(--vision-color-secondary);
}

footer address {
    /* font-size: 1.05rem; */
}

footer address span {
    display: block;
}

footer address span i {
    width: 16px;
    display: inline-block;
    text-align: center;
    margin-right: .5rem;
}

footer address span a:hover {
    color: var(--vision-color-secondary);
    text-decoration: none !important;
}



footer img,
footer .img-fluid {
    width: 75%;
    max-width: 75%;
}


footer .row {
    margin-right: -15px;
    margin-left: -15px;
}

#home_banner {
    /*  background: #FC466B;  
  background: -webkit-linear-gradient(to right, #3F5EFB, #FC466B);  
  background: linear-gradient(to right, #3F5EFB, #FC466B);  */

}

#home_banner::after {
    content: none !important;
}

body,
p,
a,
span,
b,
strong {
    font-family: "Outfit", sans-serif;
}

.d-center {
    display: flex;
    align-items: center;
}

.google-rating {
    background-color: #fff;
    padding: 10px;
    width: 200px;
    position: absolute;
    bottom: 75px;
    right: 0;
    border-radius: 20px 0px 0px 20px;
    z-index: 999;
}

.google-rating img {
    width: 100%;
    height: auto;
}

@media (max-width:1198px) {


    .logo-outer {
        flex: 0 0 250px;
    }
}

.btn-row {
    align-items: center;
    gap: 12px;
    margin-top: 2rem;
}

.btn-row .btn {
    padding: 15px 40px;
    border-radius: 12px;
    font-weight: 200;
    font-size: 20px;
}

#home_dienstleistungen {
    margin: 4rem 0;
}

#home_dienstleistungen h3 {
    margin: 0;
}

#home_dienstleistungen .content {
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;

    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.178);
}

#home_dienstleistungen .content .cover-text {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: rgb(27 1 135 / 81%);
    padding: 20px;
    transition: 0.3s;
    color: #fff;

}

#home_dienstleistungen .content .cover-text p {
    font-size: 20px;
    line-height: 30px;
}

#home_dienstleistungen .btn.invert {
    background-color: #fff;
    color: var(--main-color);
}

#home_dienstleistungen .content .text {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#home_dienstleistungen .content .text i {
    font-size: 25px;
    color: var(--main-color);
}

#home_dienstleistungen .content img {
    width: 100%;
    min-height: 455px;
    object-fit: cover;
}

#home_dienstleistungen .content:hover .cover-text {
    opacity: 1;
    cursor: pointer;
}

#home_dienstleistungen .content .cover-text.on {
    opacity: 1;
}

#home_dienstleistungen .last-item {
    height: 100%;
    display: flex;
    align-items: center;
}

#home_dienstleistungen .last-item p {
    font-size: 20px;
    line-height: 30px;
}

#home_dienstleistungen .last-item .text {
    display: block;
}

#home_dienstleistungen .last-item.invert {
    background-color: var(--main-color);
    color: #fff;
}

#home_dienstleistungen .last-item.invert h3 {
    color: #fff;
}

.title p {
    font-size: 18px;
    line-height: 26px;
}

.align-end-button {
    display: flex;
    align-items: center;
    justify-content: end;
}

@media (max-width: 1198px) {
    #home_dienstleistungen .content {
        margin-bottom: 2rem;
    }
}

.grid-sizer {
    width: 33.33333%;
}

.grid-item {
    width: 33.33333%;
    padding: 5px;
}

.grid-item img {
    width: 100%;
}

.pd-x {
    padding: 2rem 3rem;
}

.unterseiten {
    background-color: var(--main-color);
    padding: 4rem 0;
    margin-bottom: 4rem;
}

.unterseiten h1,
.unterseiten h2 {
    color: #fff;

}

h3,
h2 {
    color: #444;
}

.contact-onsite {
    background-color: var(--main-color);
    color: #fff;
    padding: 4rem 0;
}

.contact-onsite p,
.contact-onsite a,
.contact-onsite span,
.contact-onsite b,
.contact-onsite h2,
.contact-onsite h3 {
    color: #fff;
}

.contact-onsite textarea {
    background-color: #fff;
    width: 100%;
    color: #444;
}

.contact-onsite [type="submit"] {
    background-color: #1b984b;
}