/*===========================================================
 Common CSS
============================================================*/

body {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #52575a;
    background: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    overflow-x: hidden !important;

    -text-align: justify;
}

footer * {
  text-align: left;
}

ul {
    padding: 0;
    margin: 0;
}

li,
li:hover,
a:hover,
.btn,
.btn:hover {
    transition: all .3s ease;
}

a {
  color: #d5501f;
}

a:hover {
  text-decoration: underline !important;
}

*:active,
*:focus {
    outline: none;
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
}

strong {
    font-weight: 700;
}

u {
    border-bottom: 1px solid #fff;
    line-height: 1;
    text-decoration: unset;
}

.cboth {
    overflow: hidden;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

button {
    background-color: transparent;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {

  color: #d5501f;
}

button:active,
button:focus {
    outline: 0;
    outline: 0;
}

/*===========================================================
 Placeholder Style
============================================================*/

::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #b6b6b6;
}

:-moz-placeholder {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #b6b6b6;
}

::-moz-placeholder {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #b6b6b6;
}

:-ms-input-placeholder {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #b6b6b6;
}



/*===========================================================
Preloader CSS
============================================================*/
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    z-index: 99999999;
}

#preloader-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loading-msg {
    width: 100%;
    font-size: 0.75em;
    color: #555;
    position: fixed;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 50%);
    text-align: center;
}

.spinner {
    width: 80px;
    height: 80px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #2489CE;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation: spin 1s infinite ease;
    animation: spin 1s infinite ease;
}

@-webkit-keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#loading-msg {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 25px;
    text-align: center;
    color: #333;
    font-size: 0.8em;
}

/*===========================================================
 Scroll To Top
============================================================*/

.go-top {
    bottom: 15px;
    display: none;
    position: fixed;
    right: 15px;
    z-index: 999;
}

.go-top img {
    width: 35px;
}

.go-top span {
    /*background-color: #4285F4;*/
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 10px;
}

.go-top span:hover {
    color: #fff;
}


/*===========================================================
 Navigation Menu Desktop
============================================================*/
.header-area {
    position: absolute;
    width: 100%;
    z-index: 1;
    transition: .6s;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-area.fixed-menu {
    padding-top: 8px;
    padding-bottom: 8px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

body.admin-bar .header-area.fixed-menu {
    top: 32px;
}

.header-area + div {
  padding-top: 76px;
}

/*
.header-area:before {
    position: absolute;
    content: '';
    width: 100%;
    right: 0;
    height: 50px;
    top: 0;
    background: #fff;
    z-index: -1;

}*/

.hero-area {
    position: relative;
    z-index: 0;
}

.hero-area:before {
    position: absolute;
    content: '';
    width: 70%;
    right: 0;
    height: 30%;
    top: 0;
    background: #fff;
    z-index: -1;

}

.header .menu {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.menu ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

.menu ul li a {
    color: #3e3e3e;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none !important;
    transition: all .3s ease;
}

.menu ul li:hover > a:not(.phn-btn),
.menu ul li.current-menu-item > a:not(.phn-btn):not([href*='#']),
.menu ul li.current_page_item > a:not(.phn-btn):not([href*='#']),
.menu ul li.current-menu-ancestor > a:not(.phn-btn):not([href*='#']),
.menu ul li.current_page_ancestor > a:not(.phn-btn):not([href*='#']) {
    text-decoration: underline !important;
}

.menu ul li a.phn-btn:hover,
.menu ul li a.phn-btn.active,
.banner-text a:hover,
a.vc_btn3:hover,
.wpforms-page .wpforms-field .wpforms-page-next:hover,
.wpforms-page .wpforms-field .wpforms-page-prev:hover,
.wpforms-submit-container .wpforms-submit:hover {
    box-shadow: 0px 0px 10px #000;
}

.logo img {
    height: 80px;
    width: auto;
}

/*===========================================================
 Navigation Menu slideout
============================================================*/
main .mobileMenuOpener {
    display: none;
}

.panel-header {
    display: none;
}

/* .slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px !important;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
} */
.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    background-color: #FFF;
    min-height: 100vh;

}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

.slideout-open .slideout-menu {
    background: #d5501f;
    padding-left: 15px;
}

.btn-hamburger {
    cursor: pointer;
}

.menu-section-list {
    padding: 25px 10px;
}

.menu-section-list li a:hover {
    color: #bdc3c7;
}

.menu-section-list li a {
    line-height: 2;
    /* color: #fff; */
}

.menu-section-list li {
    display: block;
}

.btn-hamburger img {
    width: 27px;
}

/*Hamburger Menu Icon*/
.hamburger .line {
    width: 40px;
    height: 5px;
    background-color: #fff;
    display: block;
    margin: 8px auto;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

.hamburger:hover .line {
    opacity: .8;
}

.slideout-open .line:nth-child(2) {
    opacity: 0;
}

.slideout-open .line:nth-child(1) {
    transform: translateY(13px) rotate(45deg);
}

.slideout-open .line:nth-child(3) {
    transform: translateY(-13px) rotate(-45deg);
}

.menu ul li .dropdown-menu li {
    display: block;
}

.menu ul li .dropdown-menu li a {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #575C6B;
    padding: 10px 20px;
    display: block;
}

.dropdown-menu {
    margin: 0;
    border: 0;
    border-radius: 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    width: 130px;
    margin-top: 12px;
}

.dropdown a {
    position: relative;
    transition: .3s;
}



.dropdown>a:hover::after {
    color: #d25419;
}

.dropdown>a::after {
    content: "";
    position: absolute;
    background-image: url("../img/CaretDown.png");
    width: 24px;
    height: 24px;
    top: 15px;
}

.dropdown>a::before {
    height: 0 !important;
}


.menu {
    width: 100%;
    text-align: right;
    position: relative;
}

.menu ul li {
    list-style: none;
}

.menu ul li a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #d5501f;
    text-decoration: none !important;
}

.dropdown-menu {
    top: 20px;
    left: 20px;
}

.menu ul li .dropdown-menu li a {
    padding: 8px 0;
    line-height: 1.2;
    display: block;
}

.header-top .dropdown-menu {
    top: 30px;
    left: -10px;
    padding: 8px 10px;
}

.dropdown>a:hover::after {
    /*color: #d25419;*/
}



.dropdown {
    margin-right: 23px;
}

.header-top .dropdown-menu {
    width: auto;
    min-width: 50px;
}

/*===========================================================
 Header
===========================================================*/
.logo {
    /* background: #fff;
    position: absolute;
    left: 0;
    top: 0; */
}


.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /*padding-bottom: 15px;*/
    line-height: 50px;
}

.header-top-left a {
    margin-right: 15px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #52575a;
    text-decoration: none;
}

.header-top-left a:hover {
    color: #d5501f;
}

.mrl-20 {
    margin-left: 20px;
}

.header-top-right a {
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #000;
    text-decoration: none;
}

.header-top-right a span {
    color: #d5501f;
}


.header-top li {
    list-style: none;
}

.single-slider p {
    font-size: 16px;
    line-height: 1.75;
    color: #424e57;
}

.phn-btn,
.banner-text a,
.vc_btn3.vc_btn3-style-modern,
.wpforms-page .wpforms-field .wpforms-page-next,
.wpforms-page .wpforms-field .wpforms-page-prev,
.wpforms-submit-container .wpforms-submit {
    width: fit-content;
    padding: 13px 20px;
    flex-grow: 0;
    border-radius: 8px !important;
    background-color: #fff !important;
    color: #d5501f !important;
    justify-content: center;
    text-decoration: none !important;
    background-image: none !important;
    border: 1px solid #52575a1a !important;
    box-shadow: 0px 0px 0px #000;
    transition: .3s;
}

.wpforms-submit-container .wpforms-submit {
    background-color: #d5501f !important;
    color: #fff !important;
}

/*===========================================================

===========================================================*/

.search label {
    font-size: 0.75em;
    font-weight: 400;
    text-indent: -9999em;
    display: block;
    float: left;
    font-size: 16px;
    line-height: 1.5;
    color: #1d2327;
}

.search input[type="text"] {
    text-indent: 1px;
    padding: 3px 0 3px 22px;
    width: 5px;
    height: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    background-image: url(../img/search.svg);
    background-repeat: no-repeat;
    color: #fff;
    line-height: 20px;
    -webkit-text-shadow: 1px 1px 1pxrgba(0, 0, 0, 0.05);
    text-shadow: 1px 1px 1pxrgba(0, 0, 0, 0.05);
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 1px 1px 0rgba(0, 0, 0, 0.125);
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    padding: 8px 22px;
    margin-left: 15px;
    cursor: pointer;
}

.search input[type="text"]:focus {
    width: 250px;
    outline: none;
    -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.125);
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    cursor: text;
    color: #000;
    border: 1px solid #000;
}


/*===========================================================
 banner Area
===========================================================*/

.header-area {
    background-color: #fff;
}


.banner-area {
    background-image: url(../img/banner.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    padding: 70px 0;
}

.banner-text {
    max-width: 785px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.banner-text h2 {
    font-size: 44px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 20px;

    text-shadow: #000 0px 0px 10px;
}

.banner-text h2 span {
    font-size: 33px;
}

.banner-text p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 20px;
}

.slick-dots {
    width: auto;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: #fff;
    border: solid 1px #fff;
}

.slick-dots li button:before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    border-radius: 50%;
    left: -3px;
    top: -3px;
    opacity: 0;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #000;
}

.slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px !important;
    padding: 0 !important;

    width: 100%;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 10px;
}

/*===========================================================
 Uber Area
===========================================================*/
.uber-uns-1 {
    padding-top: 60px;
    margin-bottom: 40px;
}

.vision-area {
    background-color: #fafafa;
    padding: 55px 0;
}

.vision-area .uber-uns-single {
    padding: 0;
}

.uber-uns-area {
    /*padding: 90px 0;*/
}

.uber-uns-title {}

.uber-uns-title h2 {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
    color: #d5501f;
}

.uber-uns-img {
    max-width: 570px;
    width: 100%;
}

.uber-uns-text {
    /*max-width: calc(100% - 570px);*/
    max-width: 616px;
    width: 100%;
}

.uber-uns-text h3 {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
}

.uber-uns-text h5 {
    font-weight: bold;
    color: #1b1e20;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
}

/* .uber-uns-text div:first-child {
    border-bottom: 1px solid #aeaeae;
    padding-bottom: 20px;
    margin-bottom: 15px;
} */

.uber-uns-single {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 55px 0;

}

.row-reverse {
    flex-direction: row-reverse;
}

/*===========================================================
 Contact Area
===========================================================*/

.contact-area {
    padding-top: 30px;
    padding-bottom: 140px;
    background-color: #fafafa;
}

.maincontent h1 {
    color: #d5501f;
    font-weight: bold;
}

.maincontent h2 {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.47;
    color: #d5501f;
    margin-bottom: 40px;
}

.maincontent h1:not(:last-child),
.maincontent h2:not(:last-child),
.maincontent h3:not(:last-child),
.maincontent h4:not(:last-child),
.maincontent h5:not(:last-child),
.maincontent h6:not(:last-child),
.maincontent p:not(:last-child),
.maincontent ul,
.maincontent ol {
    margin-bottom: 10px;
}

.maincontent ul li,
.maincontent ol li {
    margin-bottom: 5px;
}

.maincontent ul,
.maincontent ol {
  padding-left: 2rem;
}

.contact-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-left {
    width: 50%;
    text-align: right;
    padding-right: 100px;
}

.contact-right {
    width: 50%;
}

.contact-text {
    max-width: 511px;
    width: 100%;
}

.contact-text p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.75;
    letter-spacing: normal;
    color: #464646;
    margin-top: 15px;
}

.contact-text li {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.75;
    letter-spacing: normal;
    color: #464646;
    /*list-style: none;*/
}

.single-form,
.wpforms-field {
    margin-bottom: 12px;
}

.textarea label,
.select label,
.single-form label,
.wpforms-field label {
    font-size: 14px !important;
    font-weight: normal !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1 !important;
    letter-spacing: normal !important;
    color: #1d1a1a;
    margin-right: 12px !important;
    display: inline-block !important;
}

.select label span,
.single-form label span,
.wpforms-field label span {
    color: #d41111;
}

.single-form input,
.wpforms-field input:not([type="checkbox"]) {
    border-radius: 8px !important;
    border: solid 1px rgba(0, 0, 0, 0.16) !important;
    font-size: 14px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1 !important;
    letter-spacing: normal !important;
    color: #b6b6b6 !important;
    height: 40px !important;
    padding: 0 12px !important;
    width: 300px !important;
    display: inline-block !important;
    max-width: 100% !important;
}

.wpforms-field .wpforms-datepicker-wrap {
    width: 300px !important;
    display: inline-block !important;
    max-width: 100% !important;
}

.select select {
    border-radius: 8px !important;
    border: solid 1px rgba(0, 0, 0, 0.16) !important;
    font-size: 14px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1 !important;
    letter-spacing: normal !important;
    color: #b6b6b6 !important;
    height: 40px !important;
    padding: 0 12px !important;
    width: 300px !important;
    background: transparent !important;
    margin-bottom: 12px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: #fff url("../img/down-arrow.svg") no-repeat 94% center !important;
}

.wpforms-field-textarea {
    margin-bottom: 20px !important;
}

.wpforms-field textarea {
    width: 300px !important;
    height: 177px !important;
    resize: none;
    border-radius: 8px !important;
    border: solid 1px rgba(0, 0, 0, 0.16) !important;
    font-size: 14px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1 !important;
    letter-spacing: normal !important;
    color: #b6b6b6 !important;
    padding: 6px 12px !important;
    display: inline-block !important;
}

.bttn {
    font-size: 16px !important;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal !important;
    color: #fff !important;
    width: 107px !important;
    line-height: 48px;
    border-radius: 8px !important;
    background-color: #d5501f !important;
    display: inline-block !important;
}

.form-group {
    width: 300px !important;
    text-align: left;
    margin-left: auto !important;
}

.form-group.wpforms-field-checkbox {
    width: 100% !important;
}

.form-group label {
    font-size: 14px !important;
    font-weight: normal !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57 !important;
    letter-spacing: normal !important;
    color: #000;
    cursor: pointer;
}

.datenschutz {
    width: 300px;
    text-align: left;
    margin-left: auto;
    margin-top: 10px;
}

.datenschutz a {
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;

    color: #161616;
}

/*===========================================================
 Footer Area
===========================================================*/


.footer-area {
    background-color: #464646;
    padding-top: 73px;
}

.footer-left {}

.footer-left p,
.single-footer p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 10px;
}

.footer-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 16px 0;
    margin-top: 100px;
}

.footer-btm p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #fff;
}

.footer-btm span,
.footer-btm a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #fff;
    text-decoration: none;
}

.single-footer {}

.single-footer h3 {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -1.1px;
    color: #d5501f;
    margin-bottom: 5px;
}

.single-footer a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #fff;

    display: block;
    text-decoration: none;
}

.single-footer div {
    margin-top: 20px;
}

.single-footer div a {
    display: inline-block;
}

.footer-last {
    float: right;
}



/*===========================================================

===========================================================*/

/*===========================================================
 Responsive Menu
===========================================================*/
@media (min-width: 992px) {}

@media (max-width: 991px) {

    .slick-prev {
      left: -10px;
    }

    .slick-next {
      right: -10px;
    }

    .slick-next,
    .slick-prev {
      transform: none !important;
      top: 240px !important;
    }

    .mobile-logo img {
      height: 60px;
      width: auto;
    }

    .header-top-area {
        display: none;
    }

    .phn-btn,
    .banner-text a,
    .vc_btn3.vc_btn3-style-modern,
    .wpforms-page .wpforms-field .wpforms-page-next,
    .wpforms-page .wpforms-field .wpforms-page-prev,
    .wpforms-submit-container .wpforms-submit {
        -margin: 0 auto !important;
        margin-top: 15px !important;
    }

    .menu ul li a {
        text-align: left;
    }

    .contact-title h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .header-area {
        display: none;
    }

    .dropdown-menu {
        padding-top: 0;
    }

    .menu ul li .dropdown-menu li {
        padding-left: 10px;

    }

    .menu ul li .dropdown-menu li a {
        padding-left: 0;
        padding-right: 0;
    }

    .dropdown-menu {
        width: 220px;
        background-color: transparent;
        background-clip: padding-box;
        border: none;
        position: unset;
        top: unset;
        background: #fff;
    }

    .dropdown>a::after {
        right: 10px;
        position: absolute;
        top: 50%;
        margin-top: -1px;
        background-image: url(../img/white-arrow.svg);
    }

    .menu {
        width: auto;
    }

    main .mobileMenuOpener {
        display: block;
        position: absolute;
        width: 20px;
        height: 100%;
        z-index: 10;
    }

    .menu ul li {
        display: block;

    }

    .menu ul li a {
        color: #fff;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        text-decoration: none;
        line-height: 2;
        margin-left: 0;
    }

    .menu ul li a:not(.phn-btn) {
      padding: 10px 0;
      padding-left: 25px;
    }

    .menu ul li a.phn-btn {
      margin-left: 10px;
    }

    .menu-section-list {
        padding: 0;
    }

    .menu ul li .dropdown-menu li a {
        line-height: 2;
    }

    .dropdown>a::after {
        right: 10px;
        position: absolute;
        top: 50%;
        margin-top: -7px;
    }

    .slideout-open .slideout-menu {
        padding-left: 0;
        padding-top: 25px;
    }

    .dropdown {
        margin-right: 0;
    }

    .dropdown-menu {
        margin-left: auto;
        margin-right: auto;
    }

    /*Menu Activation*/
    .panel-header {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #d5501f;
        box-shadow: 0px 1px 3px #eee;
        padding: 10px 15px;

        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10;
    }

    .menu ul {
        flex-direction: column;
    }
}

/*===========================================================
 Responsive
============================================================*/

@media (max-width: 1399px) {
    /* .uber-uns-text {
        width: 48%;
    } */

    .uber-uns-img {
        width: 48%;
    }

    .contact-left {
        padding-right: 70px;
    }

}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    .uber-uns-img {
        width: 100%;
    }

    .uber-uns-text {
        width: 100%;
    }

    .uber-uns-single {
        flex-direction: column;
    }

    .uber-uns-text {
        margin-top: 40px;
    }

    .uber-uns-single {
        padding: 30px 0;
    }

    .uber-uns-1 {
        padding-top: 50px;
        margin-bottom: 0;
    }

    .banner-text h2 {
        font-size: 42px;
    }

    .banner-text h2 span {
        font-size: 30px;
    }

    .contact-left {
        width: 100%;
        text-align: left;
        padding-right: 0;
    }

    .contact-right {
        width: 100%;
        margin-top: 50px;
    }

    .textarea label,
    .select label,
    .single-form label,
    .wpforms-field label {
        width: 180px !important;
        text-align: right;
    }

    .textarea {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    .datenschutz,
    .form-group {
        width: 100% !important;
        padding-left: 190px !important;
    }

    .bttn {
        text-align: center;
        margin-top: 25px;
    }

    .contact-text {
        max-width: 100%;
    }

    .contact-area {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .footer-btm {
        margin-top: 40px;
    }

    .logoHolder .slick-track {
      display: block !important;
    }
}

@media (max-width: 767px) {
    .banner-text h2 {
        font-size: 31px;
    }

    .banner-text h2 span {
        font-size: 26px;
    }

    .uber-uns-text h3 {
        font-size: 22px;
    }

    .footer-last {
        float: left;
    }

    .footer-btm {
        margin-top: 30px;
    }

    .single-footer {
        margin-top: 25px;
    }

    .footer-area {
        padding-top: 60px;
    }

    .footer-area .logoHolder {
        margin-top: 30px;
    }

    .footer-area .logoHolder .vc_column-inner {
        padding-top: 0 !important;
    }

    .contact-area {
        padding-bottom: 80px;
    }

}

@media (max-width: 575px) {
    .banner-text h2 {
        font-size: 26px;
    }

    .banner-text h2 span {
        font-size: 22px;
    }

    .uber-uns-title h2 {
        font-size: 32px;
    }

    .uber-uns-1 {
        padding-top: 30px;
        margin-bottom: 0;
    }

    .uber-uns-text h3 {
        font-size: 20px;
    }

    .vision-area {
        padding: 35px 0;
    }

    .textarea label,
    .select label,
    .single-form label,
    .wpforms-field label {
        width: auto;
        text-align: left;
        display: block !important;
        margin-bottom: 13px;
    }

    .single-form input,
    .wpforms-field input,
    .select select,
    .textarea textarea {
        width: 100% !important;
    }

    .textarea {
        flex-direction: column;
    }

    .datenschutz,
    .form-group {
        width: 100% !important;
        padding-left: 0;
    }

    .contact-right {
        width: 100%;
        margin-top: 40px;
    }

    .contact-area {
        padding-bottom: 60px;
    }
}

/* Mobile Menu Fix */


.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
}


@media (max-width: 991px) {

    /*Menu Activation*/
    .panel-header {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-shadow: 0px 1px 3px #eee;
        padding: 10px 15px;
    }
}
