/*
Theme Name: wunu-theme
Theme URI:
Author: wunu webLab
Author URI: http://wunu.eu
Description: Theme für Website Nothegger
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wunu-theme
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
    ## Logo
    ## menu-btn
    ## language-switcher
# Responsive
    ## @media only screen and (min-width: 250px) and (max-width: 1024px) [HEADER]
    ## @media only screen and (min-width: 250px) and (max-width: 480px) [Footer]
    ## @media only screen and (min-width: 481px) and (max-width: 1024px) [Footer]
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
    --------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

a {
    color: black;
}

a:hover {
    color: black;
    text-decoration-line: none;
}

ul {
    padding-inline-start: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 25px;
    margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body, button, input, select, optgroup, textarea {
    color: #404040;
    font-family: 'Lato, sans-serif', sans-serif;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul, li > ol {
    visibility: visible;
    list-style: none;
    margin-bottom: 0;
}

li > ul:hover {
    visibility: visible;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# FORMS
--------------------------------------------------------------*/

.row.contact-form {
    padding: 5px 0;
    height: 800px;
}

@media (max-width: 1024px) {
    .row.contact-form {
        padding: 0 15px 0 10px;
        margin-top: 50px;
        height: 100%;
        display: block;
        margin-left: unset;

    }

    .row.contact-form .col {
        padding: 0;
    }

    .form-toggler {
        margin-right: 0;
    }

    h2.anfrage-formular {
        margin-left: 15px;
    }
}

#file_upload {
    display: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    line-height: 1;
    padding: .6em 1em .4em;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
    padding: 10px;
}

.date_locations {
    padding: 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

@font-face {
    font-family: 'Lato Bold';
    src: url('./fonts/Lato-Bold.ttf')
}

@font-face {
    font-family: 'Lato Regular';
    src: url('./fonts/Lato-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat Regular';
    src: url('./fonts/Montserrat-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat SemiBold';
    src: url('./fonts/Montserrat-SemiBold.ttf');
}

menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

header {
    display: flex;
    position: sticky;
    top: 30px;
    font-size: calc(13px + 7 * ((100vw - 1020px) / 1330)); /* Font-size changing from 13px(1020px) to 20px(100%viewwportidth) */
    align-items: center;
    justify-content: space-between;
    width: 95%;
    min-width: 985px;
    height: 62px;
    background-color: hsla(0, 0%, 100%, 90%);
    padding: 0 30px;
    border-radius: 20px;
    border-bottom-color: gray;
    margin: 25px auto 30px auto;
    box-shadow: 5px 5px 5px 5px #00000029;
    z-index: 2;
    max-width: 1600px;
    font-family: "Lato Bold", fantasy;
    font-weight: lighter;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.main-menu-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: calc(20% - 100px);
    overflow: hidden;
    gap: 21px;
    height: 62px;
    z-index: 800;
    margin-left: -20px;
}

.main-menu-icons a {
    margin-right: 3px;
    height: 22px;
    width: 21px;
}

.main-menu-icons a img {
    display: block;
    object-fit: fill;
    max-height: 22px;
    min-width: 21px;
}

@media only screen and (min-width: 1024px) and (max-width: 1433px) {

    .main-menu-icons {
        gap: 6px;
        min-width: calc(10% - 30px);
        margin-left: -30px;
    }

    .main-menu-icons a {
        height: 15px;
        width: 14px;
    }

    .main-menu-icons a img {
        max-height: 15px;
        min-width: 14px;
    }
}

.mobile-menu-socials {
    display: none;
}

.center {
    margin: 0 10px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    min-width: 620px;
    max-height: 62px;
    justify-content: space-between;
    flex-grow: 0.5;
}

#main-menu > li > span {
    float: right;
}

#main-menu > li > span.caret svg {
    height: 15px;
    text-align: center;
    display: list-item;
    margin-top: 25%;
}

.caret {
    display: inline;
    margin-right: 5px;
}

.caret:hover {
    transform: rotateY(180deg);
    margin-right: 5px;
}

#main-menu menu.submenu li {
    padding: 0 1em;
    text-align: left;
}

#main-menu > li > a {
    font-family: 'Lato Bold', serif;
    color: black;
    text-decoration-line: none;
    z-index: 50;
    padding: 18px 5px;
}

#main-menu > li:hover > a {
    color: white;
}

#main-menu > li div a:hover {
    color: gray;
    text-decoration: underline;
}

#main-menu > li.mega:not(.submenu):hover, #main-menu > .relative:hover {
    color: white;
    text-decoration-line: underline;
    align-content: center;
    height: 63px;
}

#main-menu > li > div > menu a:hover {
    background-color: transparent;
    text-decoration-line: underline;
}

#main-menu .relative:hover div {
    display: grid;
}

li.mega:hover span svg,
li.mega.active > a,
li.mega.active > span svg {
    color: white;
}

.active {
    background-color: black;
    color: white;
    align-content: center;
    height: 63px;
}

.active span:not(.submenu li a span) {
    color: white;
    text-decoration-line: underline;
}

.submenu {
    padding: 5px 10px 5px 20px;
    border-radius: 15px;
    background-color: hsla(0, 20%, 100%, 80%);
    margin: 10px 0 0 0;
    text-align: center;
    width: 300px;
    color: black;
    border-top: 40px;
}

#main-menu .submenu a {
    color: black;
}

.center .relative div {
    padding: 0 0 80px 0;
    position: absolute;
    top: 60px;

}

.megaSubMenu {
    display: none;
}


#main-menu .relative.mega:hover div,
#main-menu .relative .active.mega:hover div {
    display: grid
;
    width: 95vw;
    left: 0;
}

.relative.megaactive:hover .megaSubMenu, .relative.mega:hover .megaSubMenu {
    display: grid;
    background-color: hsla(0, 0%, 0%, 80%);
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    padding: 35px 70px 60px 70px;
    border-radius: 15px;
    gap: 5%;
    justify-content: center;
    width: 95vw;
    margin-top: 10px;
    min-width: 985px;
    max-width: 1600px;
    position:absolute;
}

.megaSubMenu li {
    text-align: center;
}

li.relativeMega:hover .relativeMega div {
    border-bottom: 30px;
}

li.relativeMega:hover div {
    display: grid;
    border-bottom: 30px;
    position: absolute;
    left: 2.5%;
    right: 2.5%;
    top: 0;
    z-index: -1;

}

li.relativeMega div {
    display: none;
}


.subMenu li {
    min-height: max-content;
}

.megaItems {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    height: 200px;
    align-items:center;
}

.megaImage {
    width: 150px;
    height: 130px;
    min-width: 150px;
    min-height: 130px;
    max-width: 150px;
    max-height: 130px;
    border-radius: 10px;
    object-fit: cover;
    margin: 0 auto;
}

@media (min-width: 1500px) {
    .megaImage {
        width: 200px;
        height: 150px;
        min-width: 200px;
        min-height: 150px;
        max-width: 200px;
        max-height: 150px;
        border-radius: 10px;
        object-fit: cover;
        margin: 0 auto;
    }
    .megaItems {
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: space-between;
        height: 230px;
        align-items:center;
    }
}

.center li.relative:hover {
    background-color: black;
    color: white;
}

li.megaactive {
    background-color: black;
    color: white;
    height: 62px;
    align-content: center;
}

li.megaactive a span {
    color: white;
    max-width: 139px;
    height:auto;
    text-wrap: auto;
}

li.megaactive div {
    position: absolute;
    left: 0;
    width: 100%;
}

.submenu a {
    line-height: 50px;
    color: black;
    background-color: transparent;
}

.relative > a::after, .mega > a::after {
    display: grid;
    width: 10px;
    font-size: 1.5rem;
    padding-left: 0.4em;
    padding-bottom: 0.6em;
}

#main-menu .relative div .submenu {
    display: none;
}

#main-menu .relative:hover div .submenu {
    display: grid;
}

#masthead > ul.language-switcher > li {
    display: block;
    text-transform: uppercase;
    position: relative;
    list-style: none;
    text-align: center;
    width: 30px;
    font-size: 8pt;
    color: black;
    margin-left: auto;
}

#masthead > ul > li > ul {
    display: none;
}

#mobile-menu {
    display: none;
    height: max-content;
}

/*--------------------------------------------------------------
## @media only screen and (min-width: 250px) and (max-width: 1024px) [HEADER]
--------------------------------------------------------------*/

@media only screen and (min-width: 250px) and (max-width: 1024px) {

    #masthead {
        z-index: 501;
    }

    .center {
        display: none;
    }

    .main-menu-icons {
        display: none;
    }

    main {
        position: sticky;
        padding-top: 15px;
    }

    header {
        font-size: 20px;
        position: relative;
        display: flex;
        justify-content: end;
        top: 30px;
        align-self: center;
        width: 85%;
        min-width: 220px;
        height: 50px;
        background-color: hsla(0, 0%, 100%, 90%);
        padding: 0 15px 0 15px;
        border-radius: 10px;
        margin: 25px 20px 0;
        box-shadow: 5px 5px 5px 5px hsla(0, 0%, 13%, 10%);
        z-index: 500;
    }

    .center {
        display: none;
    }

    body:has(#mobileMenuBackground) {
        /*overflow-y: hidden;*/
        overflow-x: clip;

        .mobile-menu-socials {
            display: flex;
            flex-direction: row;
            height: 42px;
            width: 100%;
            justify-items: center;
            align-items: end;
            justify-content: space-around;
            bottom: 45px;
            position: fixed;
            left: 0;
            z-index: -10;
        }

        .mobile-menu-socials img {
            height: 25px;
            width: 25px;
        }

        .mobile-menu-socials img a {
            height: 21px;
            width: 22px;
        }

        #mobile-menu {
            grid-area: nav;
            max-width: 100%;
            min-height: 100%;
            flex-direction: column;
            line-height: 3em;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            align-self: baseline;
            width: 100vw;
            left: 0;
        }

        menu#mobile-menu {
            position: absolute;
            margin-top: 105px;
            padding: 0 0 250px 0;
            width: 100vw;
        }
    }

    /* Mobile menu open/close with Button end*/
    .active {
        padding: 0;
    }

    #mobile-menu li:not(li.miniList) {
        width: inherit;
        align-content: center;
        margin-left: -53px;
        margin-right: -53px;
        display: table;
    }

    #mobile-menu > li > a:not(.active a):not(li.mega a):not(.megaactive a) {
        color: black;
        display: inline-block;
        width: 80%;
        float: left;
    }

    #mobile-menu > li > a:not(li.mega > a) {
        padding: 0 58px;
    }

    #mobile-menu > li > span, #mobile-menu > li.mega > span {
        color: black;
        display: list-item;
        text-align: right;
        float: right;
        margin-right: 37px;
        height: 25px;
    }

    #mobile-menu > li > span.caret svg {
        height: 20px;
        text-align: center;
    }

    #mobile-menu > li.toplist.active > span {
        color: white;
    }

    #mobile-menu > li > div {
        clear: both;
    }

    #mobile-menu-bg > menu > li .toplist > div > .sublist > li > a {
        overflow: visible;
        font-weight: 100;
    }

    #mobile-menu > .toplist:hover:not(.subs),
    #mobile-menu > .toplist:hover span:not(.mini.visible li a.subs span),
    #mobile-menu > .toplist:hover a:not(.subs, .reactive li a.relative) {
        color: white;
        text-decoration-line: revert;
        background-color: black;
        cursor: pointer;
    }

    li.toplist.megaactive {
        color: white;
        text-decoration-line: revert;
        background-color: black;
    }

    li.toplist.megaactive > a,
    .megaactive > span.caret svg path {
        color: white;
    }

    #mobile-menu li.mega:hover #mini li a {
        background-color: transparent;
        text-decoration-line: none;
    }

    li.mega a:nth-child(1) {
        color: black;
    }

    li.mega {
        width: 100%;
    }

    li.mega.active {
        background-color: black;
        color: white;
        object-fit: cover;
        padding: 0;
    }

    li.mega a:not(.mini.visible > li > a) {
        margin: 0;
        padding-left: 57px;
    }

    #mobile-menu > li > div > menu > li > a {
        color: white;
        font-family: 'Lato', sans-serif;
        font-weight: 100;
        text-decoration-line: none;
        font-size: 18px;
        padding: 0 53px;
    }

    #mobile-menu > li > div > menu > li > a:hover, .mini.visible li a span:hover {
        color: lightgrey;
        text-decoration-line: underline;
    }

    #mobile-menu-bg .toplist a {
        display: inline-block;
        color: black;
        width: 100%;
    }

    .sublist {
        display: none;
    }

    .sublist.visible {
        line-height: 3.5em;
        font-size: 10pt;
        display: flex;
        flex-direction: column;
        text-decoration-line: none;
        padding: 0 59px;
        width: 100%;
        background-color: hsl(0, 0%, 26%);
        z-index: 20;
        position: relative;
    }

    #mobile-menu > li > div > menu > li {
        color: white;
    }

    /*Mega-menu*/
    .mega div {
        top: 0;
    }

    .mini {
        display: none;
        margin-top: 0;
    }

    li.mega div menu.mini.visible {
        display: grid;
        position: relative;
        align-content: flex-start;
        z-index: 600;
        width: 100vw;
        margin-top: 0;
        background-color: hsla(0, 0%, 9%, 85%);
        min-height: 1793px;

        li.toplist:nth-child(3) {
            margin-top: 1600px;
        }
    }

    menu.mini.visible {
        color: white;
        font-family: 'Lato Bold', sans-serif;
        font-size: calc(14px + (20 - 14) * ((100vw - 1020px) / (1454 - 120)));
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
        align-items: center;
        justify-items: center;
        border-radius: 0;
        margin: 0;
        width: 100%;
        background-color: hsl(0, 0%, 26%);
        padding: 30px 30px;
        z-index: 5;
        position: relative;
    }

    menu.mini.visible li {
        padding: 0 10%;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .mini.visible li a {
        color: white;
        background-color: transparent;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap:10px;
    }

    menu.mini.visible img {
        height: 100px;
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
        max-width: 180px;
    }


    .mini.visible li a span {
        background-color: transparent;
        font-size: 14px;
        font-weight: 100;
        font-family: 'Lato', sans-serif;
        align-self: center;
        line-height: 24px;
    }

    .relative .mega {
        background-color: black;
    }

    /*Mega-menu end*/
    #mobileMenuBackground {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: hsla(66 100% 100% / 0.9);
        z-index: 500;

        div#page.site {
            height: max-content;
        }
    }

    /*Active page design */
    .active a {
        color: white;
        text-decoration-line: underline;
        padding-left: 4%;
    }

    /*Active page design end */
    .mobile-menu-icons {
        display: flex;
        flex-direction: row;
        height: 90px;
        width: 100%;
    }
}

.visible {
    display: block;
}

.rotate {
    transform: rotate(180deg);
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: white;
}

a:visited {
    color: white;
}

a:hover, a:focus, a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Logo
--------------------------------------------------------------*/

#logo {
    z-index: 100;
    position: relative;
    margin-top: 8px;
}

#logo a {
    height: auto;
}

@media only screen and (min-width: 250px) and (max-width: 407px) {
    #logo {
        display: block;
        width: 123px;
        align-items: center;
        position: absolute;
        left: 10px;
    }
}

@media only screen and (min-width: 408px) and (max-width: 1024px) {
    #logo > a > img {
        display: block;
        width: 145px;
        align-items: center;
    }

    #logo {
        align-self: center;
        margin-top: 11px;
        position: absolute;
        left: 20px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1152px) {
    #logo > a > img {
        display: block;
        width: 130px;
        align-items: center;
    }
}

@media only screen and (min-width: 1153px) and (max-width: 1252px) {
    #logo > a > img {
        display: block;
        width: 150px;
        align-items: center;
    }
}

@media (min-width: 1253px) {
    #logo > a > img {
        display: block;
        width: 180px;
        align-items: center;
    }
}

/** ------------------------------------------------------------------------------
## language-switcher
---------------------------------------------------------------------------------- */

@media only screen and (min-width: 250px) and (max-width: 1024px) {
    #wunu-ls > li > a {
        width: 30px;
        height: 46px;
        align-content: center;
    }

    .wpml-ls-flag {
        padding-right: 2px;
        padding-left: 5px;
    }

    .wpml-name {
        width: 25px;
        margin-bottom: 15px;
    }

    #wunu-ls > li > a {
        display: flex;
    }

    ul.language-switcher {
        list-style: none;
        margin: 21px 0 0 5px;
    }

    .wpml-ls-menu-item > a {
        display: flex;
        list-style: none;
        background-image: none;
        max-height: 20px;
        align-items: center;
        color: black;
        margin-top: 23px;
        margin-bottom: 23px !important;;
    }

    #wunu-ls > li > a > i {
        padding-left: 17px;
    }

    .wpml-ls-flag {
        padding-right: 2px;
        padding-left: 5px
    }

    #masthead > ul.language-switcher > li {
        display: block;
        text-transform: uppercase;
        position: relative;
        list-style: none;
        text-align: center;
        width: 30px;
        font-size: 8pt;
        color: black;
    }

    #masthead > ul > li > ul {
        display: none;
        padding-left: 0;
    }

    #wunu-ls {
        z-index: 100;
        width: 0;
        margin-bottom: 20px;
    }

    .language-switcher img.wpml-ls-flag {
        display: inline-flex;
        padding: 0;
        border-radius: 15px;
        display: inline-flex;
        min-height: 25px;
        height: 20px;
        width: 25px;
    }

    #masthead > ul.language-switcher:hover > li > ul {
        text-transform: uppercase;
        display: block;
        position: absolute;
        margin: -96px 0 0 0;
    }

    #wunu-ls > li > ul > li > a > span {
        padding-left: 0;
        display: none;
    }

    #wunu-ls > li > a > span {
        display: none;
    }
}

@media (min-width: 1024px) {

    #wunu-ls {
        z-index: 100;
    }

    .mobile-language-switcher {
        display: flex;
        text-align: center;
    }

    .fa-chevron-circle-down:before {
        content: "\f13a";

    }
}

@media (min-width: 1144px) {
    .wpml-name {
        visibility: visible;
        width: 20px;
        margin: 14px 0 15px -37px;
    }
}

@media only screen and (min-width: 250px) and (max-width: 1143px) {
    .wpml-name {
        visibility: hidden;
        width: 20px;
        margin: 14px 0 15px -37px;
    }
}

.wpml-ls-flag {
    padding-right: 2px;
    padding-left: 5px;
}

#wunu-ls > li > a {
    display: flex;
}

nav#site-navigation.wunu ul#mainMenu li.wpml-ls-menu-item:hover {
    font-weight: 700;
    color: #CD0013;
}

nav#site-navigation.wunu ul#mainMenu li.wpml-ls-current-language ul {
    width: fit-content;
    right: 0;
    left: 0;
    padding: 0;
    flex-direction: column;
    position: relative;
    height: fit-content;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    box-shadow: 0 1px 5px rgba(112, 112, 112, 0.15);

}

nav#site-navigation.wunu ul#mainMenu li.wpml-ls-current-language ul li {
    display: contents;
}

.wpml-ls-menu-item {
    width: 60px;
    margin-bottom: 0;
}

ul.language-switcher {
    list-style: none;
    margin: 21px 0 0 5px;
}

.wpml-ls-menu-item a {
    display: flex;
    list-style: none;
    background-image: none;
    height: 19px;
    align-items: center;
    color: black;
    margin-bottom: 20px;
}

#wunu-ls {
    position: relative;
    z-index: 100;
    width: 30px;
}

#masthead > ul.language-switcher {
    width: 40px;
}

#masthead > ul.language-switcher:hover > li > ul {
    text-transform: uppercase;
    display: block;
    position: absolute;
    margin: -96px 0 0 0;
}

.language-switcher img.wpml-ls-flag {
    display: inline-flex;
    height: 16px;
    max-width: 30px;
}

#wunu-ls > li > a > i {
    padding-left: 7px;
}

.custom-logo {
    vertical-align: baseline;
}

.wpml-ls-flag {
    padding-right: 2px;
    padding-left: 5px;
}

nav#site-navigation.wunu ul#mainMenu li.wpml-ls-current-language {
    padding-left: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
}

nav#site-navigation.wunu ul#mainMenu li.wpml-ls-menu-item {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 1px;
    display: flex;
    flex-direction: column;
}

nav#site-navigation.wunu ul#mainMenu li.wpml-ls-menu-item ul li {
    height: auto;
}

nav#site-navigation.wunu ul#mainMenu li.wpml-ls-menu-item .fa-chevron-circle-down,
nav#site-navigation.wunu ul#mainMenu li.wpml-ls-menu-item .fa-chevron-circle-up {
    display: none;
}

/*--------------------------------------------------------------
## menu-btn
--------------------------------------------------------------*/
@media (min-width: 1025px) {

    .menu-btn, #menu-btn, .menu-icon, .span-icon {
        display: none;
    }
}

@media only screen and (min-width: 250px) and (max-width: 1024px) {

    #menu-btn {
        position: absolute;
        top: -100%;
        left: -100%;
        z-index: 500;
    }

    .menu-icon {
        visibility: hidden;
    }

    input [class="menu-btn"] :checked {
        background: transparent;
    }

    .menu-btn {
        display: none;
    }

    .menu-icon {
        grid-area: hamburger;
        cursor: pointer;
        display: flex;
        justify-content: flex-end;
        align-items: baseline;
        position: relative;
        user-select: none;
        visibility: visible;
        padding-left: 35px;
    }

    .span-icon {
        background: #333;
        display: block;
        height: 2px;
        width: 25px;
        position: relative;
        margin: 4px;
    }

    .span-icon:before {
        top: 5px;
    }

    .span-icon:after {
        top: -5px;
    }

    .span-icon:before,
    .span-icon:after {
        background: #333;
        display: block;
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        transition: all 0.2s ease-out;
    }

    .menu-btn:checked ~ #mobile-menu {
        white-space: nowrap;
    }

    .menu-btn:checked ~ .menu-icon .span-icon {
        background: transparent;
    }

    .menu-btn:checked ~ .menu-icon .span-icon:before {
        transform: rotate(-45deg);
    }

    .menu-btn:checked ~ .menu-icon .span-icon:after {
        transform: rotate(45deg);
    }

    .menu-btn:checked ~ .menu-icon .span-icon:before,
    .menu-btn:checked ~ .menu-icon .span-icon:after {
        top: 0;
    }

    #main .container {
        padding-top: 20px;
    }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/**
Content width
 */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1500px;
    }
}

/**
CONTENT WIDTH FIXES END
 */
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.post, .page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# NOTHEGGER TRANSPORTE DESIGN STUFF
--------------------------------------------------------------*/
body.admin-bar header#masthead {
    top: 32px;
}

/* -------------------------------------------------------------
## LAYOUTS, COLORS AND TYPOGRAPHY
----------------------------------------------------------------*/
html, body {
    max-width: 100%;
    position: relative;
}

body {
    font-family: 'Lato, sans-serif', sans-serif;
    min-height: 100vh;
    color: #707070;
    -webkit-overflow-scrolling: auto;
    max-width: 100%;
    padding-left: 0;
    margin: 0;
}

.container-fluid {
    margin: auto;
}

.home-content {
    padding-left: 15px;
}

.container div.home-content h2 {
    font-size: 44px;
    margin-top: 78px;
    color: #CD0013;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .container div.home-content h2 {
        margin-top: 100px;
    }
}

.home-content h3 {
    font-weight: bold;
    font-size: 27px;
}

@media only screen and (min-width: 250px) and (max-width: 1024px) {

    #main div.container div.container {
        padding: 0;
    }

    .home-content {
        padding: 0;
    }

    .home-content h3 {
        font-weight: 400;
        font-size: 18px;
    }

    .container div.home-content h2 {
        font-size: 28px;
    }

    div.home-text p {
        font-size: 14px;
    }
}

/*main article {
    padding: 0 15px;
}*/

#page {
    display: flex;
    flex-direction: column;
    margin: 0;
    position: relative;
}

.no-header-image {
    margin-top: 50px;
}

@media screen and (min-width: 1023px) {
    .no-header-image {
        margin-top: 35px;
    }
}

.home #page, .kontakt-template-default #page, .page-template-default #page {
    min-height: 100vh;
}

.geschaftsbereich-template-default #page {
    height: 100vh;
    min-height: fit-content;
}

main, p, h2, h3, h4, h5, h6 {
    color: #707070;
    font-family: 'Lato, sans-serif', sans-serif;
}

h1 {
    font-family: 'Cormorant Garamond', serif;
    color: #707070;
    font-size: 1.8rem;
}

h2 {
    font-size: 1.5rem;
    font-family: 'Lato, sans-serif', sans-serif;
}

h3 {
    font-family: 'Lato, sans-serif', sans-serif;
    font-weight: 800;
    font-size: 1rem;
}

.home h1 {
    color: #CD0013;
}

@media screen-only and (min-width: 767px) {
    h1 {
        color: #707070;
        font-size: 2.5rem;
    }
}

main a,
main a:visited,
main a:focus,
main a:active,
main a.jobAngebot:hover {
    color: #CD0013;
    text-decoration: none;
}

main a:hover,
main a.jobAngebot {
    color: #CD0013;
    text-decoration: underline;
}

.news-infos a {
    text-decoration: underline;
}

.news-infos a:hover {
    color: #aaa;
}

a:focus, button:focus {
    outline: none;
    border: none;
}

.page {
    margin: 0;
}

article {
    margin: auto;
}

article.jobangebote {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    position: relative;
    top: 100px;
}

@media (max-width: 1024px) {
    article.jobs {
        padding: 0;
    }
}

/* ---------------------------------------------------------------------
## POST THUMBNAILS
------------------------------------------------------------------------*/
.post-thumbnail {
    width: 100%;
    margin: 0 auto;
    height: 400px;
    top: 0;
}

@media (min-width: 1024px) {
    .post-thumbnail {
        height: 500px;
    }
}

@media (min-width: 1400px) {
    .post-thumbnail {
        height: 520px;
    }
}

.post-thumbnail img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    top: -107px;
    position: relative;
}

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

/**-----------------------------------------------------------------------------
HEADER AND NAVIGATION
------------------------------------------------------------------------------*/
header.site-header {
    z-index: 1000;
    width: 100vw;
    padding-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.90);
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.site-branding {
    margin-left: 0;
    padding-left: 0;
}

#site-branding-logo {
    list-style: none;
    width: 170px;
}

#navbar-button {
    display: none;
}

nav#site-navigation.wunu a {
    text-decoration: none;
}

@media (min-width: 1024px) {

    .contact-items {
        display: none;
    }

    .after_mobile::before {
        display: none;
    }

    nav#site-navigation.wunu {
        width: 100%;
        max-width: 1600px;
        margin: auto;
    }

    header.site-header.opaque {
        -moz-box-shadow: 0 3px 5px -3px #aaa;
        -webkit-box-shadow: 0 3px 5px -3px #aaa;
        box-shadow: 0 3px 5px -3px #aaa;
        background-color: #fff;
        -moz-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    nav#site-navigation.wunu ul#mainMenu {
        list-style-type: none;
        display: flex;
        flex-direction: row;
        justify-content: center;
        font-size: 13px;
        font-weight: 500;
        font-family: Lato, sans-serif;
        height: 40px;
        line-height: 20px;
        position: relative;
        width: 100%;
        align-items: stretch;
        flex: 1;
    }

    nav#site-navigation.wunu ul#mainMenu li {
        flex-grow: 1;
        flex-shrink: 1;
        font-size: 16px;
        height: fit-content;
    }

    nav#site-navigation.wunu ul#mainMenu li a {
        display: flex;
        width: auto;
        text-decoration: none;
        color: #707070;
        align-items: baseline;
        background-size: 0 2px, auto;
        background-repeat: no-repeat;
        background-position: center bottom;
        transition: all .2s ease-out;
    }

    nav#site-navigation.wunu ul#mainMenu li.current-menu-ancestor a,
    nav#site-navigation.wunu ul#mainMenu li.current-menu-item a {
        color: #CD0013;
        font-weight: 600;
    }

    nav#site-navigation.wunu li.current-menu-ancestor a i.link_after:before,
    nav#site-navigation.wunu li.current-menu-item a i.link_after:before {
        content: '\f106';
    }

    nav#site-navigation.wunu li.current-menu-ancestor.other-item-hovered a i.link_after:before,
    nav#site-navigation.wunu li.current-menu-item.other-item-hovered a i.link_after:before {
        content: '\f107';
    }

    nav#site-navigation.wunu ul#mainMenu li.menu-item-has-children a i.link_after {
        display: inline-block;
        padding-left: 4px;
        font-size: 80%;
    }

    nav#site-navigation.wunu ul#mainMenu li.menu-item-has-children a:hover i.link_after:before {
        content: '\f106';
    }

    nav#site-navigation.wunu ul#mainMenu li a i.link_after,
    nav#site-navigation.wunu ul#mainMenu li.menu-item-depth-1 a i.link_after {
        display: none;
    }

    nav#site-navigation.wunu ul#mainMenu li:hover {
        transition-duration: 0.33s;
    }

    nav#site-navigation.wunu ul#mainMenu li:hover ul {
        transition-duration: 0.33s;
        display: flex;
        flex-direction: row;
        opacity: 1;
        visibility: visible;
    }

    nav#site-navigation.wunu ul.sub-menu li:hover {
        border-radius: 4px;
    }

    /*-------------------------------------------------------------------------------------------------------
    SUB MENU ITEMS
    ------------------------------------------------------------------------------------------------------*/
    nav#site-navigation.wunu ul#mainMenu li ul {
        font-size: 18px;
        margin-left: 0;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        height: 40px;
        line-height: 25px;
        padding-left: 0;
        padding-top: 8px;
        left: 0;
        width: 100%;
        display: inline-flex;
    }

    nav#site-navigation.wunu ul#mainMenu li.current-menu-ancestor.other-item-hovered ul,
    nav#site-navigation.wunu ul#mainMenu li.current-menu-item.other-item-hovered ul {
        visibility: hidden;
        display: none;
    }

    nav#site-navigation.wunu ul#mainMenu li ul li {
        flex-grow: 0;
        font-size: 14px;
        list-style: none;
    }

    nav#site-navigation.wunu ul#mainMenu li ul li:not(.current-menu-ancestor):not(.current-menu-item) a {
        color: #707070;
        font-weight: unset;
    }

    nav#site-navigation.wunu ul li ul li:not(:last-child) a {
        padding-right: 40px;
    }

    /** -----------------------------------------------------------------------------------
    HOVER EFFECTS
    -------------------------------------------------------------------------------------*/
    nav#site-navigation.wunu ul#mainMenu li:hover a {
        color: #707070;
        background-image: linear-gradient(#CD0013, #CD0013);
        background-size: 100% 2px, auto;
        display: inline-flex;
    }

    nav#site-navigation.wunu ul#mainMenul li:hover ul li a {
        background-size: 0 0, auto;
    }

    nav#site-navigation.wunu ul#mainMenu li ul li a {
        color: #707070;
        background-size: 0 0, auto;
        background-repeat: no-repeat;
        background-position: center bottom;
        transition: all .2s ease-out;
        display: block;
    }

    nav#site-navigation.wunu ul#mainMenu li ul li:not(:last-child) a:hover {
        padding-right: 40px;
        background-image: linear-gradient(#CD0013, #CD0013);
        background-size: calc(100% - 40px) 1px, auto;
        align-self: flex-start;
        background-position: bottom left;
    }

    nav#site-navigation.wunu ul#mainMenu li ul li:last-child a:hover {
        background-size: calc(100%) 1px, auto;
        align-self: flex-start;
    }

    /** ----------------------------------------------------------------------------------
    SOCIAL MEDIA ICONS
    -----------------------------------------------------------------------------*/
    .socialmedia, .social {
        font-style: normal;
    }

    .social-icons {
        margin-top: 3px;
        display: flex;
    }

    .social-icons a {
        flex-grow: 0;
        display: flex;
        background-image: none;
        padding: 0 4px;
    }

    #social-fb:hover {
        color: #3B5998;
    }

    #social-ig:hover {
        color: #4E433C;
    }

    #social-ld:hover {
        color: #4875B4;
    }

    nav#site-navigation.wunu ul#mainMenu li.socialmedia a:hover {
        background-size: 0 0, auto;
    }

    nav#site-navigation.wunu ul#mainMenu li.socialmedia {
        padding-right: 0;
    }
}

@media screen and (min-width: 1046px) and (max-width: 1220px) {
    #icons {
        display: none;
    }
}

@media screen and (min-width: 1221px) {
    #icons {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-end;
        justify-content: space-between;
        min-width: 10%;
        overflow: hidden;
        gap: 10%;
    }

    #icons a {
        margin-right: 3px;
    }

    #icons a img {
        height: 22px;
    }
}

@media only screen and (min-width: 1401px) {
    nav#site-navigation.wunu ul#mainMenu li.current-menu-ancestor ul,
    nav#site-navigation.wunu ul#mainMenu li.current-menu-item ul {
        display: flex;
        opacity: 1;
        visibility: visible;
    }

    nav#site-navigation.wunu ul#mainMenu li.wpml-ls-menu-item .fa-chevron-circle-down,
    nav#site-navigation.wunu ul#mainMenu li.wpml-ls-menu-item .fa-chevron-circle-up {
        display: none;
    }

    nav#site-navigation.wunu ul#mainMenu li a:hover ul {
        transition-duration: 0.2s;
        visibility: visible;
        display: flex;
        flex-direction: row;
        opacity: 1;
    }

    .after_mobile {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .inner-col-right {
        padding-right: 0;
    }

    .inner-col-left {
        padding-left: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    nav#site-navigation.wunu ul#mainMenu li.current-menu-ancestor ul,
    nav#site-navigation.wunu ul#mainMenu li.current-menu-item ul {
        visibility: hidden;
    }

    .main-menu-item {
        height: max-content;
    }

    nav#site-navigation.wunu ul#mainMenu li:hover ul {
        flex-direction: column;
        height: max-content;
        border: 1px solid #707070;
        width: max-content;
        position: absolute;
        background: rgba(255, 255, 255, 1);
        border-bottom: 1px solid rgba(112, 112, 112, 0.2);
        box-shadow: 0 1px 5px rgba(112, 112, 112, 0.15);
        left: auto;
        visibility: visible;
    }

    nav#site-navigation.wunu ul#mainMenu li:not(.wpml-ls-first-item) ul {
        padding: 10px;
        border: 1px solid rgba(112, 112, 112, 0.8);
    }

    .menu-item-depth-0.menu-item-has-children .after_mobile::after {
        font-weight: 900;
        content: '\f13a';
        font-style: normal;
        padding-left: 2px;
        color: #707070;
        font-size: 80%;
    }

    nav#site-navigation.wunu ul li.focus ul {
        position: relative;
        padding-left: 0;
    }

    nav#site-navigation.wunu ul li ul {
        visibility: hidden;
        position: absolute;
        padding-left: 0;
    }

    nav#site-navigation.wunu ul li a:hover ul {
        display: block;
        visibility: visible;
    }

    .menu-item-depth-0.menu-item-has-children ul li .after_mobile,
    .menu-item-depth-0.menu-item-has-children ul li .after_mobile::before,
    .link_after {
        display: none;
    }

    .flex_container {
        display: flex;
    }
}

/** ----------------------------------------------------------------------------------------------------------------
relevant for smaller screens
-------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1199px) {
    .fa-bars {
        color: #CD0013;
    }

    #site-navigation {
        padding: 0;
        background-color: #fff;
    }

    header.site-header {
        position: fixed;
    }

    #site-branding-logo {
        margin-left: 15px;
    }

    header .contact-items {
        width: fit-content;
        display: flex;
        justify-content: space-evenly;
        color: #CD0013;
        margin: 10% 25% 0 25%;
        padding-left: 24px;
    }

    header .contact-items .fa {
        margin: 0 15px;
    }

    header .wpml-ls-menu-item {
        display: flex;
    }

    header .mobile-language-switcher .wpml-ls-menu-item {
        display: flex;
        align-items: center;
        font-size: 13px;
        padding: 0;
        text-transform: uppercase;
    }

    .wpml-ls-first-item ul li span {
        padding-left: 0;
    }

    .wpml-ls-first-item ul li {
        display: contents;
    }

    header .mobile-language-switcher .wpml-ls-menu-item ul.show li a {
        display: inline-flex;
    }

    header .mobile-language-switcher {
        margin-right: 0;
        z-index: 99;
        margin-top: 1px;
    }

    header .mobile-language-switcher .wpml-ls-menu-item img {
        height: 12px;
        width: 18px;
        margin-left: 5px;
    }

    header .mobile-language-switcher .wpml-ls-menu-item ul.show {
        visibility: visible;
        background-color: rgba(255, 255, 255, 1);
        border-bottom: 1px solid rgba(112, 112, 112, 0.2);
        box-shadow: 0 1px 5px rgba(112, 112, 112, 0.15);
        width: 120px;
        text-transform: uppercase;
        align-items: flex-start;
        margin-left: -48px;
        margin-top: 90px;
        padding-left: 0;
    }

    header .mobile-language-switcher .wpml-ls-menu-item ul.show li {
        justify-content: center;
    }

    header .mobile-language-switcher .fa-chevron-circle-down,
    header .mobile-language-switcher .fa-chevron-circle-up {
        visibility: hidden;
    }

    #mainMenu {
        background: #fff;
        width: 100%;
        margin: 0;
        padding: 0 10px;
    }

    nav#site-navigation.wunu ul {
        margin: auto;
        list-style-type: none;
        display: flex;
        position: relative;
        flex-direction: column;
        align-items: center;
        padding-left: 0;
    }


    nav#site-navigation.wunu ul li {
        justify-content: flex-start;
    }

    .menu-item-depth-0.menu-item-has-children .after_mobile::after {
        font-weight: 900;
        content: '\f107';
        font-style: normal;
        padding-left: 9px;
        color: #707070;
    }

    .menu-item-depth-0.menu-item-has-children.focus .after_mobile::after {
        content: '\f106';
    }

    .wpml-ls-current-language .fa::before {
        content: '\f107';
        font-weight: 900;
    }

    .show .wpml-ls-current-language .fa::before {
        content: '\f106';
    }

    .menu-item-depth-0.menu-item-has-children ul li .after_mobile {
        display: none;
    }

    .link_after {
        display: none;
    }

    .mobile-language-switcher .link_after, .mobile-language-switcher .link_after::before {
        display: block;
        color: #707070;
        padding-left: 4px;
    }

    .st.row {
        display: flex;
        flex-direction: column;
    }

    .sub-menu.two-columns {
        columns: 1;
        -webkit-columns: 1;
        padding-right: 0;
    }

    .link_after {
        display: none;
    }

    #navbarCollapse {
        text-align: center;
    }

    .navbar-nav {
        float: none;
    }

    #navbar-button {
        display: flex;
        border: none;
        background-color: #fff;
        padding-right: 0;
        margin-right: 15px;
        margin-left: 10px;
    }

    .navbar-toggler-icon {
        display: inline-block;
        vertical-align: middle;
        color: #666;
    }

    .navbar-toggler-icon:after {
        content: '\f0c9';
        font-size: 8vw;
    }

    nav#site-navigation.wunu:not(.toggled) {
        background-color: #fff;
        align-items: center;
        width: 100%;
        position: fixed;
    }

    #navbarCollapse {
        background: #fff;
        padding: 10% 10px 0 10px;
        height: 100vh;
        overflow-y: scroll;
    }

    nav#site-navigation.wunu li {
        float: none;
    }

    nav#site-navigation.wunu li > a {
        padding: 0;
        background-color: rgba(255, 255, 255, 0);
    }

    nav#site-navigation.wunu li > a:hover {
        background-color: rgba(255, 255, 255, 0);
    }


    nav#site-navigation.wunu ul li ul {
        float: none;
    }

    nav#site-navigation.wunu ul li a {
        color: #707070;
        align-items: center;
        margin-left: 48px;
    }

    nav#site-navigation.wunu ul li {
        font-size: 2.7vmax;
        padding: 0.5vh 0;
    }

    nav#site-navigation.wunu ul li:not(.focus) ul {
        background-color: #123456;
    }

    nav#site-navigation.wunu ul li.focus ul {
        visibility: visible;
        position: relative;
        padding-left: 0;
    }

    nav#site-navigation.wunu ul li ul {
        visibility: hidden;
        position: absolute;
        padding-left: 0;
        padding-bottom: 30px;
    }

    nav#site-navigation.wunu ul li.focus ul li {
        padding-top: 1vh;
        padding-bottom: 0;
        font-size: 2.3vmax;
    }

    nav#site-navigation.wunu ul li ul li a i {
        visibility: hidden;
    }

    nav#site-navigation.wunu ul li.menu-item-has-children a i.link_after:after {
        font-weight: 900;
        content: '\f13a';
        font-style: normal;
        padding-left: 9px;
    }

    nav#site-navigation.wunu ul li.menu-item-has-children.unfolded a i.link_after:after {
        font-weight: 900;
        content: '\f139';
        font-style: normal;
        padding-left: 4px;
    }

    .contact-items .fa-envelope {
        font-size: 115%;
    }

    .socialmedia {
        visibility: hidden;
    }

    .flex_container {
        display: flex;
        align-items: baseline;
        flex-grow: 1;
    }

    .invis {
        margin-right: auto;
        visibility: hidden;
    }

    .spacer_div {
        margin-left: auto;
        font-size: 80%;
        width: 28px;
    }

    .main-menu-item {
        width: 100%;
    }

    .sub-menu:not(.locations-menu li ul.two-columns) {
        margin-left: 0;
    }

    .inner-col-right {
        padding-left: 15px;
    }

    .inner-col-left {
        padding-left: 0;
    }

    .form-element.message {
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .inner-col-right {
        padding-left: 0;
    }
}

/**--------------------------------------------------------------------------------------------------------------
PRIMARY
------------------------------------------------------------------------------------------------------------------*/
/**--------------------------------------------------------------------------
ELEMENTS THAT CAN BE TOGGLED
------------------------------------------------------------------------------*/
.row.toggler {
    cursor: pointer;
    padding: 5px 0;
}

.toggler .col-11 {
    max-width: fit-content;
}

/**-------------------------------------------------------------------------------------------------
GESCHÄFTSBEREICHE
-----------------------------------------------------------------------------------------------------*/
#primary .kontaktperson {
    background-color: #e2e2e2;
    margin-bottom: 40px;
}

#primary .unterpunkte .unterpunkt::after {
    height: 1px;
    display: block;
    width: 100%;
    background: #707070;
    content: '';
    margin: 66px 0;
}

#primary .unterpunkte div:last-child::after {
    height: 0;
    content: '';
}

.user-icon,
.icons_container {
    margin-bottom: auto;
    margin-top: 0;
}

.kontaktperson h2 {
    text-align: center;
}

.kontaktperson h2 small {
    font-weight: 800;
    font-size: 100%;
}

@media (max-width: 1023px) {
    .kontaktperson {
        padding: 15px;
    }

    .kontaktperson_daten {
        align-self: flex-end;
        width: 100%;
        margin-top: 40px;
    }

    .kontaktperson_daten .row {
        justify-content: space-around;
        align-items: center;
        margin: 0;
    }

    .user-icon {
        text-align: center;
        margin-bottom: 15px;
        padding: 0 10px;
        display: flex;
    }

    .user-icon img {
        margin: 0 auto 20px auto;
    }

    .user-icon, .icons_container {
        margin: auto 0;
    }

    .person_container {
        margin-top: 0;
        text-align: center;
    }

    .person_container .person {
        padding: 0;
    }

    .contact-icons {
        flex-direction: row;
        flex-grow: 1;
        width: max-content;
    }

    .icons_container {
        font-size: 60%;
        padding-top: 20px;
    }

    .user-icon img {
        width: 45px;
        height: auto;
        margin-left: 0;
    }
}

@media (min-width: 1024px) {
    .icons_container {
        padding-right: 0;
        margin-top: unset;
    }

    .contact-icons {
        text-align: right;
    }
}

.schnellanfrage .general, .hide-me {
    display: none;
}

.ms-title {
    font-size: 1.5em;
    font-weight: 600;
}

.col-lg-4.gesch {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: stretch;
    padding-right: 10%;
}

.anfrage-button {
    margin: auto;
    width: 100%;
    display: flex;
    min-width: max-content;
}

.anfrage-button div {
    padding: 12px;
    background: rgba(41, 117, 43, 0.498);
    display: flex;
    justify-content: center;
}

.anfrage-button div a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em;
}

.kontaktperson_daten div div.contact-icons {
    display: flex;
    flex-direction: row;
    width: fit-content;
    gap: 20px;
    text-align: center;
}

.kontaktperson_daten div div.contact-icons div, .kontaktperson_daten div div.contact-icons div a {
    max-width: 20px;
    min-width: 20px;
}

@media (min-width: 1024px) {

    .kontaktperson {
        display: flex;
        flex-direction: column;
        padding: 30px;
    }

    .kontaktperson_daten div div.contact-icons {
        display: flex;
        flex-direction: row;
        width: fit-content;
        gap: 40px;
        text-align: center;
    }

    .kontaktperson_daten div div.contact-icons div, .kontaktperson_daten div div.contact-icons div a {
        max-width: 35px;
        min-width: 35px;
    }
}

.user-icon .fas {
    font-size: 40px;
}

.kontaktperson_daten {
    align-self: flex-end;
    width: 100%;
    margin-top: 75px;
}

.kontaktperson_daten .row {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
    margin: 0 auto;
    gap: 10px;
}

.kontaktperson_daten div div.icons_container {
    padding: 0;
    margin: 0;
}

.kontaktperson_daten div div.person_container {
    width: 100%;
    max-width: unset;
    text-align: center;
}

.kontaktperson_daten .col, .kontaktperson_daten .col-lg-1, .kontaktperson_daten .col-lg-2, .kontaktperson_daten .col-lg-9 {
    flex-grow: 1;
    padding: 0;
}

.kontaktperson_daten .user-icon {
    width: 60px;
}

.user-icon img {
    width: 60px;
    height: auto;
    margin: 0 auto;
}

.contact-items {
    font-size: 15px;
}

.person {
    padding-left: 15px;
}

.container {
    font-family: Lato, sans-serif;
}

.geschaftsbereich-template-default #primary {
    margin-top: 80px;
}

.geschaftsbereich-template-default main {
    margin-top: 50px;
}

.gutter-sizer {
    width: 2%;
}

.fa-2x.fa-envelope:before {
    font-size: 125%;
}

.teaser {
    border-left: 2px solid #CD0013;
    margin-bottom: 60px;
}

@media screen and (min-width: 992px) {
    .kontaktperson_daten {
        margin-top: 100px;
    }

    .user-icon,
    .icons_container {
        margin: unset;
    }
}

/**-------------------------------------------------------------------
FUHRPARK
----------------------------------------------------------------------*/
.no-sticky-header-image {
    margin-top: 80px;
}

.content-text {
    font-size: 20px;

}


.row.fuhrpark {
    margin-left: auto;
    margin-right: auto;
}

.row.fuhrpark:not(:first-child)::before {
    content: "";
    display: inline-block;
    height: 1px;
    vertical-align: bottom;
    width: 100%;
    background-color: #707070;
    margin: 35px 0 55px;
}

.fuhrpark .col {
    padding: 0;
}

.the-text {
    margin-bottom: 40px;
}

.row.bilder .col {
    margin-bottom: 40px;
    max-width: fit-content;
}

.col-lg-4, .col-md-6, .col-sm-12 {
    margin-top: 15px;
}

.bilder img.lightbox_arrow {
    position: absolute;
    right: 10%;
    bottom: 10%;
    color: #CD0013;
    font-size: 1.7em;
    font-weight: 800;
}

.fuhrpark h2 {
    text-transform: uppercase;
    font-size: 1.2em;
}

/**-------------------------------------------------------------------
KONTAKTFORMULARE
----------------------------------------------------------------------*/
/*Schnellanfrage*/

.container_form {
    width: auto;
}

.container_form > div > div {
    background-color: hsl(0, 0%, 90%);
    padding: 10px;
}

div.first_row > div {
    padding: 10px 0;
    gap: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.address_and_number div div, .form_weight div, .dal_left div, .dal_right div {
    margin-bottom: 0;
}

.dal_left, .dal_right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
}

.meter_and_weight {
    display: flex;;
    flex-direction: column;
    gap: 10px;
}

.first_name, .last_name, .form_loading_meter, .dal_right > div.form-group, .dal_left > div.form-group {
    display: flex;
    flex-direction: column;
}

.form_freight_type > select {
    height: 38px;
    padding: 10px;
}

.dsgvo_checkbox > input#privacy_policy:checked {
    background-color: black;
    background-image: url("./images/close.png");
    -webkit-filter: invert(100%);
    background-size: 17px;
}

.dsgvo_checkbox > label {
    align-items: center;
    margin-bottom: 4px;
    vertical-align: middle;
}

#date_from, #date_to, #message {
    display: flex;
    padding: 10px;
}

#date_from::after, #date_to::after {
    visibility: hidden;
}

.quick-inquiry {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (min-width: 500px) and (max-width: 3000px) {

    /* Form: Request*/
    .container_form {
        padding-bottom: 40px;
        text-align: -webkit-center;
    }

    .form_request {
        padding-top: 5px;
        padding-bottom: 5px;
        height: auto;
        width: 100%;
        background-color: hsl(0, 0%, 90%);
        margin-bottom: 40px;
    }

    #contact-form-gsb {
        padding: 0;
        margin-top: 0;
    }

    .first-row, .second_row {
        width: 100%;
    }

    /* Name*/
    .form_name {
        display: flex;
        flex-direction: row;
        margin-top: 0;
        justify-self: center;
        width: 100%;
        gap: 10px;
    }

    .first_name, .last_name {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    #contact-form-gsb > div > div > div.col-lg-6.col-md-12.col-sm-12.form-element > div > div.first_name,
    #contact-form-gsb > div > div > div.col-lg-6.col-md-12.col-sm-12.form-element > div > div.last_name {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    /*  Name end
      Contact*/
    .first_name > label, .last_name > label,
    .nip_details > div > label, .meter_and_weight > div > label, .dal_left > div > label,
    .dal_right > div > label {
        text-align: start;
    }

    .address_and_number {
        display: flex;
        flex-direction: row;
        width: 100%;
        padding: 0;
        justify-content: space-between;
        gap: 10px;
    }

    div.first_row > div {
        padding: 10px 0;
        gap: 10px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .address_and_number div.form-element, #email, #phone {
        width: 100%;
    }

    div.address_and_number {
        text-align: start;
    }

    #contact-form-gsb > div > div > div.address_and_number > div {
        gap: 10%;
    }

    #contact-form-gsb > div > div > div.address_and_number > div > div > label {
        margin-right: -16px;
        align-content: center;
    }

    /*Contact end
    Details*/
    div.nip_details {
        text-align: start;
    }

    .nip_details {
        display: flex;
        flex-direction: row;
        width: 100%;
        padding: 0;
        justify-content: space-between;
    }

    .nip_details div {
        width: 100%;
    }

    .nip_details > div > select {
        text-align: center;
    }

    #contact-form-gsb > div > div > div.nip_details > div.form_weight {
        margin: 0;
        padding: 0;
    }

    #freight_type {
        width: 100%;
        text-align: left;
    }

    #loading_meter, #weight {
        width: 100%;
    }

    .meter_and_weight {
        display: flex;
        flex-direction: row;
        width: 100%;
        gap: 10px;
        justify-content: space-between;
    }

    .meter_and_weight div {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .meter_and_weight div:nth-child(1) {
        margin: 0;
        width: 100%;
    }

    #contact-form-gsb > div > div > div.nip_details > div.col-lg-6.col-md-12.col-sm-12 {
        margin-bottom: 16px;
    }

    /* Details end
     Date / location */
    .date_and_location {
        display: flex;
        flex-direction: row;
        width: 100%;
        padding: 10px 0;
        gap: 10px;
        justify-content: space-between;
        align-items: end;
    }

    div.dal_right, div.dal_left {
        padding: 0;
        width: 100%;
    }

    div.dal_right {
        justify-content: left;
    }

    .date_and_location > div > div.form-group {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    input[type="date"]:after {
        content: "\f073";
        padding: 0 5px;
        position: absolute;
        top: 10px;
        right: 0;
    }

    /*     Date / location end */
    /*    Message */
    .form_last_column {
        height: 234px;
    }

    .message {
        text-align: start;
        height: 200px;
        width: 100%;
    }

    .text_message {
        width: 100%;
    }

    #message {
        height: 150px;
        padding: 10px;
    }

    /*
        Dsgvo*/
    div.row_dsgvo {
        display: flex;
        flex-direction: row;
        margin-left: 0;
        align-items: flex-start;
        width: 100%;
        justify-content: space-between;
    }

    div.row_dsgvo > div {
        display: flex;
        flex-direction: row;
        gap: 5px;
    }

    .dsgvo_checkbox {
        width: 540px;
    }

    .dsgvo_checkbox input#privacy_policy {
        margin-left: 0;
    }

    .dsgvo_checkbox > input#privacy_policy:checked {
        background-color: black;
        background-image: url("./images/close.png");
        -webkit-filter: invert(100%);
        background-size: 17px;
        margin-bottom: 1px;
    }

    .submit_send {
        width: 330px;
        justify-content: flex-end;
    }

    .submission_pos {
        justify-items: center;
        align-items: center;
    }

    .form_submission_successful {
        font-size: 20px;
        margin: 20px 0;
    }

    #kontaktFormular {
        width: 100%;
        padding: 0 15px 40px 15px;
    }

    .service_name, .service_address_and_number {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        gap: 10pt;
        padding: 10px 0;
    }

    .service_address, .service_number, .name_one, .name_two {
        text-align: justify;
        width: 100%;
    }

    .service_address_and_number > div.service_address, .service_address_and_number > div.service_number, div.service_address > input#email, div.service_number > input#phone {
        width: 100%;
    }

    .message {
        padding: 10px 0;
    }

    #kontaktformular {
        padding: 0;
    }
}

@media only screen and (min-width: 250px) and (max-width: 560px) {

    #kontaktFormular {
        width: 100%;
        padding: 0 15px;
    }

    .service_name, .service_address_and_number {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: space-between;
        gap: 10pt;
        padding: 10px 0;
    }

    .service_address, .service_number, .name_one, .name_two {
        text-align: justify;
        width: 100%;
    }

    .service_address_and_number > div.service_address, .service_address_and_number > div.service_number, div.service_address > input#email, div.service_number > input#phone {
        width: 100%;
    }

    .message {
        padding: 10px 0;
    }
}

@media only screen and (min-width: 500px) and (max-width: 537px) {
    .container_form > div > div {
        background-color: hsl(0, 0%, 90%);
        padding: 10px 10px 50px 10px;
    }
}

@media only screen and (min-width: 560px) {
    .container_form > div > div {
        background-color: hsl(0, 0%, 90%);
        padding: 10px;
    }
}

/* Service & Kontakt Ende*/
@media (max-width: 1024px) {

    .col-lg-4 {
        margin-left: 0;
    }

    .dsgvo .error {
        margin-left: 15px;
    }
}

form.sent .contact-form,
form.sent .g-contact-form,
form.sent .k-contact-form {
    display: none;
}

.senden {
    padding-top: 20px;
}

label {
    margin-bottom: 1px;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    align-items: center;
}

#datenschutz {
    margin-right: 10px;
}

.contact-form {
    background-color: rgba(112, 112, 112, 0.2);
    padding: 20px 30px;
    color: #707070;
}

.contact-form .col .row {
    padding-right: 5px;
    padding-left: 5px;
}

@media (min-width: 1024px) {
    .contact-form .col .row {
        padding-right: 5px;
        padding-left: 5px;
    }
}

#contact-form-gsb {
    padding: 0;
}

input:not([type="checkbox"]):not([type="date"]) {
    padding: 10px;
    font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    border-radius: 0;
    background-color: #fff;
    width: 100%;
}

.input-icons:before {
    color: #707070;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 0;
}

.input-icons {
    width: 100%;
    position: relative;
}

.form-control {
    border-radius: 0;
    font-size: 12px;
    padding: 5px;
}

/**
NEUER DATEPICKER
 */
#datum,
#zeit {
    width: 100%;
}

input[type="date"] {
    position: relative;
    width: 100%;
    -webkit-appearance: unset;
    padding: 10px;
}

input[type="date"]:after {
    content: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}

input[type="date"]::-webkit-clear-button {
    z-index: 1;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    /*background-color:  rgba(41,117,43,.35);*/
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0 1000px rgba(41, 117, 43, .15) inset;
    border: 1px solid rgba(41, 117, 43, .45);
}

.form-toggler-container button {
    border-radius: 50%;
    background-color: #fff;
    color: #707070;
    border: 0;
}

.form-toggler-container button i::before {
    font-size: 25px;
}

.btn-file, .btn-file input {
    max-width: 100%;
}

.btn-file {
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 5px;
}

.fa-upload {
    padding-right: 2px;
}

.wpcf7-submit {
    cursor: pointer;
    color: #CD0013;
    border: none;
    font-size: 1.7em;
    background: #E2E2E2;
    margin-top: 0;
    left: auto;
    padding: 0 15px;
}

.wpcf7-submit i.fa-arrow-alt-circle-right {
    margin-right: 5px;
}

.wpcf7-form-control:focus, input[type="date"]:focus, .hasDatepicker:focus {
    color: #707070;
    background-color: #fff;
    border-color: #29752B;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(41, 117, 43, .35);
}

.wpcf7-submit:disabled {
    text-shadow: -1px -1px rgba(190, 190, 190, 0.5), 1px 1px rgba(255, 255, 255, 0.5);
    color: rgba(70, 70, 70, 0.5);
}

.dsgvo {
    padding-right: 0;
    margin-top: 60px;
}

.form-toggler {
    max-width: fit-content;
    margin-left: auto;
    padding: 0 0 0 0;
}

.dsgvo .col-lg-4 {
    margin-left: auto;
    max-width: fit-content;
    padding: 0 0 0 0;
    margin-top: 0;
}

.dsgvo .col-lg-8 {
    padding-left: 0;
    margin-bottom: auto;
    margin-top: auto;
}

div.wpcf7 .ajax-loader {
    display: inline-block;
    margin: 0 0 0 0;
    position: absolute;
    top: calc(50% - 8px);
    right: 150px;
}

input[type="checkbox"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: #fff;
    height: 20px;
    width: 20px;
    border: 1px solid #707070;
    min-height: 20px;
    min-width: 20px;
}

input[type="checkbox"]:checked:after {
    display: block;
}

input[type="checkbox"]:checked {
    background: #29752B;
}

.accCheckbox .wpcf7-list-item-label {
    margin-left: 20px;
    line-height: 20px;
}

input[type="checkbox"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: #fff;
    height: 15px;
    width: 15px;
    border: 1px solid #707070;
}

input[type="checkbox"]:checked:after {
    display: block;
}

.col-1.accCheckbox {
    max-width: 50px;
    padding-left: 0;
    padding-right: 0;
}

/**------------------------------------------------------------------
FEHLERMELDUNGEN
----------------------------------------------------------------------*/
input.invalid, textarea.invalid {
    border-color: #CD0013;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(205, 0, 19, .35);
}

.error {
    color: #CD0013;
    display: none;
    font-weight: 800;
}

.show-error .error {
    color: #CD0013;
    display: block;
}

/**------------------------------------------------------------------
GOOGLE MAPS ADVANCED CUSTOM FIELDS PRO
---------------------------------------------------------------------*/

.my-left-col {
    padding: 0 0 40px 0;
}

@media screen and (max-width: 1199px) {
    .acf-map {
        width: 100%;
        height: 700px;
        border: #ccc solid 1px;
    }

    .standort-template-default .my-right-col {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    #right_men {
        height: 600px !important;
    }
}

@media (min-width: 100px) {
    #right_men div ul:not(ul.sub-menu) {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(5, 1fr);
    }
}

@media (min-width: 475px) {
    #right_men div ul:not(ul.sub-menu) {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        overflow-x: clip;
    }
}

@media (min-width: 900px) {
    #right_men div ul:not(ul.sub-menu) {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        overflow-x: clip;
    }
}

@media screen and (max-width: 680px) {
    .st.row {
        flex-direction: column-reverse !important;
    }
}

@media screen and (min-width: 1200px) {
    .acf-map {
        width: 100%;
        border: #ccc solid 1px;
        margin: 20px 0;
    }

    .standort-template-default .my-right-col {
        margin-bottom: 0px;
        display: block;
        min-width: 100%;
    }

    .my-right-col {
        padding: 0;
    }
}

/* fixes potential theme css conflict */
.acf-map img {
    max-width: inherit;
}

.gm-style-iw-d {
    overflow: hidden;
    max-width: 636px;
    max-height: 214px;
    padding: 12px;

}

.gm-style-iw {
    padding: 0;
    max-width: 654px;
    max-height: 767px;
    height: fit-content;
}

.gm-style .gm-style-iw-c {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    box-shadow: none;
    width: 300px;
    height: 300px;
    padding: 0;

}

.gm-style .gm-style-iw-t::after {
    display: none;
}

button.gm-ui-hover-effect {
    color: #CD0013;
}

.gm-style-iw-t a {
    text-decoration: none;
    color: #CD0013;
}

.gm-style-iw-t a:hover {
    text-decoration: none;
}

.gm-style-iw-t a h4 {
    font-weight: 600;
    color: #CD0013;
}

.site-content.nolo-container {
    position: absolute;
    margin-top: 0;
}

/**-----------------------------------------------
FOOTER
-------------------------------------------------*/
footer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    position: relative;
    color: white;
    height: auto;
}

footer.site-footer {
    height: 371px;
    width: 100%;
    background: rgba(0, 0, 0, .85);
    padding: 20px;
    margin-top: auto;
    align-self: flex-end;
    display: flex;
    margin-bottom: 0;
    z-index: 909;
    background: url(images/bg_footer.jpg);
    object-fit: cover;
    background-position-x: -398px;
    background-position-y: center;
}

.overlay {
    background: rgba(0, 0, 0, .85);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: -35px;
    width: 100%;
    height: 371px;
}

menu.lastlist {
    display: flex;
    flex-direction: row;
    color: white;
    flex-wrap: nowrap;
    position: absolute;
    width: 100%;
    justify-content: space-around;
    line-height: 2em;
    padding: 68px 10px 0 10px;
    bottom: 0;
    height: inherit;
    gap: 5%;
}

.footer_first {
    display: flex;
    flex-direction: column;
}

.footer_first div a {
    display: block;
    min-height: 36px;
}

.footer_first div a img {
    height: 36px;
}

.footer_first p {
    color: white;
    font-size: 20px;
    font-weight: 100;
}

nav#iconlinks {
    display: flex;
    flex-direction: column;
    color: white;
    font-weight: 100;
    gap: 7px;
    font-size: 20px;
    margin-right: 5%;
    width: 200px;
}

nav#iconlinks a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

nav#iconlinks a img {
    -webkit-filter: invert(100%);
    width: 22px;
    height: 22px;
    object-fit: fill;
    display: list-item;
    margin-right: 10px;
}

#iconlinks a span {
    color: white;
    min-width: 150px;
    text-align-last: center;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
}

.linkslinks {
    color: white;
    text-decoration-thickness: 1px;
    font-weight: 100;
    font-size: 20px;
    margin-left: 15px;
    max-width: 170px;
}

.linkslinks li.relative a {
    display: flex;
    flex-direction: row;
}

.linkslinks li.relative a p {
    width: 15px;
    height: 10px;
    color: white;
    font-size: 16px;
}

.linkslinks li.relative a span {
    text-decoration-line: underline;
}

.linkslinks :hover {
    color: white;
}

nav#iconsFooter {
    width: 130px;
    justify-content: space-between;
    height: 30px;
    display: flex;
    flex-direction: row;
    margin-top: 8px;
    align-items: center;
    align-self: flex-start;
}

nav#iconsFooter > a {
    display: block;
    height: 30px;
    width: 30px;
}

nav#iconsFooter a img {
    max-height: 30px;
    width: 30px;
    object-fit: fill;
    -webkit-filter: invert(100%);
}

nav.ende {
    position: absolute;
    top: 86%;
}

nav.ende p {
    color: white;
    font-size: 20px;
    text-decoration-line: none;
    font-weight: 100;
    line-height: 2em;
    left: 0;
    height: 32px;
    margin-bottom: 0;
}

/** ---------------------------------------
## @media only screen and (min-width: 250px) and (max-width: 480px) [Footer]
-------------------------------------------*/
@media only screen and (min-width: 250px) and (max-width: 480px) {

    #wpadminbar {
        display: none
    }

    footer {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        position: relative;
        margin-left: 0;
        height: auto;
        top: 38px;
    }

    footer.site-footer {
        height: 918px;
        width: 100%;
        padding: 20px;
        align-self: flex-end;
        display: flex;
        margin-bottom: 0;
        z-index: 909;
        background-position-x: -776px;
    }

    .overlay {
        bottom: 0;
        height: 918px;
    }

    menu.lastlist {
        flex-direction: column;
        width: 70%;
        justify-content: flex-start;
        padding-left: 0;
        padding-top: 0;
        top: 0;
        margin-left: 5%;
        height: 918px;
    }

    .footer_first {
        display: grid;
        color: white;
        font-weight: 100;
    }

    .footer_first div {
        margin-bottom: 15px;
        margin-top: 62px;
        padding-left: 15px;
    }

    .footer_first div a {
        height: 30px;
    }

    .footer_first div a img {
        height: 27px;
        margin: 20px 0 15px -33px;
        padding-left: 33px;
    }

    .footer_first p {
        padding-left: 15px;
        line-height: 2em;
        margin-top: 15px;
        font-size: 16px;
    }

    nav#iconlinks {
        line-height: 2em;
        gap: 7%;
        font-size: 16px;
        padding-left: 15px;
    }

    nav#iconlinks a img {
        width: 15px;
        height: 15px;
    }

    #iconlinks a span {
        width: 150px;
        font-size: 16px;
        text-align-last: start;
    }

    .linkslinks {
        line-height: 2em;
        font-size: 16px;
    }

    .linkslinks li.relative a {
        width: 200px;
        align-items: baseline;
    }

    .linkslinks li.relative a p {
        text-decoration-line: none;
        padding-left: 0;
    }

    nav#iconsFooter {
        height: 40px;
        width: 120px;
        padding-left: 15px;
        gap: 80px;
    }

    nav#iconsFooter > a {
        height: 40px;
        width: 30px;
    }

    nav#iconsFooter a img {
        max-height: 30px;
        width: 29px;
    }

    nav.ende {
        position: relative;
        text-align: left;
        text-decoration-line: none;
        font-size: 16px;
        min-height: 100px;
        top: 0;
    }

    nav.ende p {
        font-size: 16px;
        text-align: left;
        padding-left: 15px;
        width: 90%;
        left: 0;
        height: 92px;
    }
}

/** ---------------------------------------
@media only screen and (min-width: 481px) and (max-width: 1024px) [Footer]
-------------------------------------------*/
@media only screen and (min-width: 481px) and (max-width: 1024px) {

    #wpadminbar {
        display: none
    }

    footer {
        flex-direction: column;
        margin-left: 0;
        top: 38px;
    }

    footer.site-footer {
        height: 918px;
        background-position-x: -776px;
    }

    .overlay {
        bottom: 0;
        height: 918px;
    }

    menu.lastlist {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        position: absolute;
        width: 70%;
        justify-content: flex-start;
        line-height: 2em;
        padding-left: 0;
        padding-top: 0;
        height: 100%;
        top: 0;
        margin-left: 5%;
    }

    .footer_first {
        display: grid;
        color: white;
        font-weight: 100;
        gap: 25px;
    }

    .footer_first div {
        margin-bottom: 15px;
        margin-top: 62px;
        padding-left: 15px;
    }

    .footer_first div a {
        display: block;
        height: 30px;
    }

    .footer_first div a img {
        height: 36px;
        margin: 20px 0 15px -33px;
        padding-left: 33px;
    }

    .footer_first p {
        padding-left: 15px;
        line-height: 2em;
        font-size: 20px;
        margin-bottom: 0;
    }

    nav#iconlinks {
        display: flex;
        flex-direction: column;
        color: white;
        font-weight: 100;
        line-height: 2em;
        gap: 7%;
        font-size: 20px;
        margin-right: 5%;
        width: 200px;
        padding-left: 15px;
    }

    nav#iconlinks a {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    nav#iconlinks a img {
        -webkit-filter: invert(100%);
        width: 15px;
        height: 15px;
        object-fit: fill;
        display: list-item;
        margin-right: 10px;
    }

    #iconlinks a span {
        color: white;
        width: 150px;
        text-decoration-line: underline;
        text-decoration-thickness: 1px;
        font-size: 20px;
        text-align-last: start;
    }

    .linkslinks {
        justify-content: left;
        font-weight: 100;
        line-height: 2em;
        font-size: 20px;
    }

    .linkslinks li.relative a {
        display: flex;
        flex-direction: row;
        width: 200px;
        align-items: baseline;
    }

    .linkslinks li.relative a span {
        text-decoration-line: underline;
    }

    .linkslinks li.relative a p {
        text-decoration-line: none;
        padding-left: 0;
    }

    nav#iconsFooter {
        height: 40px;
        padding-left: 15px;
        gap: 80px;
    }

    nav#iconsFooter > a {
        height: 40px;
        width: 30px;
    }

    nav#iconsFooter a img {
        max-height: 30px;
        width: 29px;
        object-fit: fill;
    }

    nav.ende {
        position: relative;
        text-align: left;
        text-decoration-line: none;
        font-size: 16px;
        top: -16px;
    }

    nav.ende p {
        font-size: 20px;
        font-weight: 100;
        line-height: 2em;
        text-align: left;
        padding-left: 15px;
        left: 0;
        height: min-content;
        margin-bottom: 0;
    }
}

/* Footer END */
/** ---------------------------------------
## COOKIE CONSENT
-------------------------------------------*/
.cc-banner {
    color: #707070;
    background: #f2f2f2;
}

.cc-btn {
    color: #e2e2e2;
    background-color: #CD0013;
    border-color: transparent;
}

.cc-revoke {
    display: none;
}

/**------------------------------------------------------------------
MASONRY
----------------------------------------------------------------------*/
.grid-item {
    overflow: hidden;
}

.grid-item img {
    transition: transform 1.5s, filter 1.5s ease-in-out;
    -webkit-filter: brightness(45%);
    filter: brightness(45%);
}

.grid-item.linked-item:hover {
    overflow: hidden;
}

.grid-item.linked_item:hover img {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
    transform: scale(1.1);
}

.ms-heading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ms-heading-container {
    position: relative;
    display: flex;
    flex-direction: column;
}

.grid-item h1 {
    color: #fff;
    margin: auto;
}

.grid-item-background {
    display: none;
}

.ms-subheading i {
    padding-right: 7px;
}

#ms-container {
    flex-grow: 1;
}

.row {
    margin-left: auto;
    margin-right: auto;
}

/**
* use smaller featured image as div background and center it horizontally and vertically
*/
@media (max-width: 1199px) {

    .home-text {
        width: 100%;
    }

    .home .grid-item-container {
        width: 100%;
        height: 100px;
    }

    .geschaftsbereich-template-default .grid-item-container,
    .wunu-jobs .grid-item-container {
        width: 100%;
        height: 100px;
    }

    .home .grid-item-background {
        width: 100%;
        height: 100px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-filter: brightness(40%);
        display: block;
    }

    .geschaftsbereich-template-default .grid-item-background,
    .wunu-jobs .grid-item-background {
        width: 100%;
        height: 100px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-filter: brightness(40%);
        display: block;
    }

    .decorative-picture {
        display: none;
    }

    .home .grid-item {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100px;
        z-index: 99;
    }

    .geschaftsbereich-template-default .grid-item,
    .wunu-jobs .grid-item {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100px;
        z-index: 99;
    }

    #site-navigation {
        -moz-box-shadow: 0 3px 5px -3px #aaa;
        -webkit-box-shadow: 03px 5px -3px #aaa;
        box-shadow: 0 3px 5px -3px #aaa;
    }

    .grid-item-background,
    .gutter {
        margin-bottom: 10px;
    }

    .gutter {
        margin-top: -110px;
    }


    .page {
        width: 100%;
    }

    .post-thumbnail {
        margin-top: -120px;
    }

    .site-header {
        background-color: rgba(255, 255, 255, 0);
    }

    .home .gutter {
        border: 0;
    }

    .ms-link img, .ms-subheading {
        display: none;
    }

    .ms-heading {
        -webkit-filter: brightness(100%);
        height: 100px;
    }
}

@media (min-width: 1400px) {
    #ms-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

.content.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.nolo-container {
    margin-left: auto;
    margin-right: auto;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
    .nolo-container {
        width: 100%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    .nolo-container {
        width: 100%;
    }
}

/**
ÜBER UNS START
 */
.page_navigation {
    margin-left: 15px;
    margin-top: 100px;
}

.page_navigation a img {
    height: 14px;
    width: 14px;
}

.page_navigation span {
    margin-left: 20px
}

.page_navigation a,
.page_navigation a:hover,
.page_navigation a:active,
.page_navigation a:visited {
    font-size: 2em;
    color: #93BB97;
    font-weight: 700;
    text-decoration: none;
}

.year {
    font-weight: 700;
    margin-left: 30px;
}

li.fade p, li.fade img {
    padding-left: 15px;
}

.page_item.current_page a {
    color: #707070;
}

.about-us {
    margin-top: 100px;
}

.page_item.current_page a {
    color: #123456;
}

ul.timeline {
    list-style-type: none;
    position: relative;
    margin: 0 0 0 -20px;
    padding-right: 0;
}

ul.timeline:before {
    content: ' ';
    background: #7FAC80;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 1px;
    height: 100%;
}

ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}

ul.timeline li:first-of-type {
    padding-top: 0;
}

ul.timeline > li:before {
    content: ' ';
    background: #7FAC80;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 5px solid #fff;
    left: 15px;
    width: 30px;
    height: 30px;
}

#colophon.site-footer {
    z-index: 1;
}

#container {
    height: 100vh;
}

.hidden {
    opacity: 0;
    display: none;
}

.counter {
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #707070;
}

.count-text {
    font-size: 15px;
    font-weight: normal;
    margin: 10px 0 0 0;
    text-align: center;
    color: #707070;
}

.icon {
    display: inline-block;
    width: 65px;
    height: 59px;
    background-repeat: no-repeat;
    background-size: 59px 65px;
}

.menu-item-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    color: white;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    display: flex;
    align-items: center;
}

.bg-img {
    overflow: hidden;
    height: 100px;
}

.bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.men-link .bg-img img {
    transition: transform 1.5s, filter 1.5s ease-in-out;
}

.men-link:hover .bg-img img {
    transform: scale(1.1);
}

.link-to-page {
    hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    font-size: 1.2em;
    max-width: 100%
}

.inner-overlay {
    height: 100%;
    width: 100%;
    display: flex;
    padding: 10px 10px;
    align-items: center;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
}

.current-page-item .inner-overlay {
    align-self: flex-end;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
    width: 100%;
    height: 30px;
}

.menu-item-ab {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.inner-overlay, .menu-item-ab, .menu-item-overlay {
    transition: transform 1.5s, filter 1.2s ease-in-out;
}

.menu-item-overlay:hover .inner-overlay {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
}

.two-columns {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

@media (max-width: 1023px) {
    .my-right-col {
        display: none;
    }
}

@media (max-width: 575px) {

    .entry-content.two-columns {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    .flex-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        flex-flow: column wrap;
    }

    .menu-item-ab {
        overflow: unset;
        margin-bottom: 20px;
    }

    .text-center {
        flex-direction: column;
    }
}

/**
ÜBER UNS ENDE
 */
/**
TRENNLINIE START
 */
.trennlinie {
    border-bottom: 1px solid #707070;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

/**
TRENNLINIE ENDE
 */
/**
GALERIE
 */
.galerieContainer .row {
    margin-bottom: 50px;
}

.bilderCol {
    padding-left: 5px;
    padding-right: 5px;
    height: 170px;
}

.galerieContainer img {
    height: 100%;
    width: auto;
    object-fit: cover;
    margin: auto;
    display: flex;
}

/**
Galerie ENDE
 */
/**
SLIDER BILDERGALERIE START
 */
.wunuSliderContainer li.lslide {
    height: 100%;
    width: 100%;
    min-height: 200px;
}

.wunuSliderContainer li.lslide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.lSPager li a {
    height: 5px;
    width: 5px;
    border-radius: 50%;
}

.lSPager li.active a,
.lSPager li a:hover,
.lSPager li a:active,
.lSPager li a:focus,
.lSPager li a:visited {
    background-color: #CD0013;
}

@media (min-width: 768px) {

    .wunuSliderContainer li.lslide {
        min-height: unset;
    }

    .galCol {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 1400px) {
    .wunuSliderContainer li.lslide img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
}

/**
SLIDER BILDERGALRIE ENDE
 */
/**
EINDPALTIG MIT GALERIE
 */
.einsGal {
    display: flex;
}

.einsGal .orderT-1,
.einsGal .orderG-1 {
    order: 1;
}

.einsGal .orderT-2,
.einsGal .orderG-2 {
    order: 2;
}

/**
EINSPALTIG MIT GALERIE ENDE
 */
/**
HOME START
 */
.home-content {
    min-height: 150px;
}

.home-text p {
    width: 90%;
    font-size: 20px;
    margin-bottom: 20px;
}

.gutter {
    border: 4px solid #fff;
}

.image_for_mobile {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: -70px;
}

.image_for_mobile img {
    width: 50%;
    height: 50%;
}

html {
    -webkit-overflow-scrolling: touch;
}

.entry-header {
    display: none;
    margin-top: 60px;
}

/**
HOME ENDE
 */
/**
EINSPALTIG MIT GALERIE START
 */
.container.einspaltig {
    padding-left: 0;
    padding-right: 0;
}

.einsGal {
    display: flex;
}

.einsGal .orderT-1,
.einsGal .orderG-1 {
    order: 1;
}

.einsGal .orderT-2,
.einsGal .orderG-2 {
    order: 2;
}

/*
EINSPALTIG MIT GALERIE ENDE
 */
/**
HOME PAGE GRID
 */
.homepageGrid {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 15px;
    grid-auto-rows: 140px;
    grid-auto-flow: dense;
    transition: transform .5s;
    padding: 0;
}

.geschaftsGrid {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 10px;
    grid-auto-rows: 100px;
    grid-auto-flow: dense;
    transition: transform .5s;
}

.karriereGrid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 1px;
    grid-auto-rows: 180px;
    grid-auto-flow: dense;
    transition: transform .5s;
    min-height: 400px;
}


.gridItem {
    overflow: hidden;
}

.gridItem a:hover {
    text-decoration: none;
}

.bgDiv {
    width: 100%;
    height: 100%;
    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bgDiv.hover:hover {
    transform: scale(1.07);
    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.bgDiv.hover:hover .gridLink,
.bgDiv.hover:hover .untertitel {
    transform: scale(1);
    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    color: #fff;
}

.displayNone {
    display: none;
}

.inner {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    text-align: left;
    justify-content: center;
}

.fillerImage {
    background-color: rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 100%;
    display: flex;
}

.homepageGrid .inner .gridLink {
    font-size: 25px;
    color: #fff;
    margin: auto;
    height: fit-content;
    text-decoration: none;
}

.geschaftsGrid .inner .gridLink,
.karriereGrid .inner .gridLink {
    font-size: 20px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    height: fit-content;
    text-decoration: none;
}

.geschaftsGrid div.gridQuerformat a div.inner, .geschaftsGrid div.gridQuatratisch a div.inner {
    text-align: center;
}

.geschaftsGrid .inner .gridLink {
    font-size: 20px;
    color: #fff;
    margin: auto;
    height: fit-content;
    text-decoration: none;
}

.karriereGrid .inner .untertitel {
    margin-left: 0;
    margin-top: 10px;
    color: #fff;
    line-height: 20px;
}

.karriereGrid .inner .untertitel .arrow {
    margin-right: 5px;
}

.gridImage {
    display: none;
}

@media (min-width: 750px) {
    .karriereGrid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        grid-gap: 1px;
        grid-auto-rows: 300px;
        grid-auto-flow: dense;
        transition: transform .5s;
        min-height: 400px;
    }

    .karriereGrid .inner .untertitel {
        margin-left: 13%;
        margin-top: 10px;
        color: #fff;
        line-height: 20px;
    }
}

@media (min-width: 1024px) {

    .homepageGrid {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-gap: 2px;
        grid-auto-rows: 200px;
        grid-auto-flow: dense;
        transition: transform .5s;
    }

    .geschaftsGrid {
        display: grid;
        grid-template-columns: 33% 33% 33%;
        grid-gap: 2px;
        grid-auto-rows: 165px;
        grid-auto-flow: dense;
        transition: transform .5s;
    }

    .geschaftsGrid .inner .gridLink {
        margin: 0 auto;
    }

    .karriereGrid {
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        grid-gap: 2px;
        grid-auto-flow: dense;
        grid-auto-rows: 104px;
        transition: transform .5s;
        height: 630px;
        padding: 20px 15px;
    }

    .contentRow.row {
        align-content: flex-end;
        padding-bottom: 40px;
    }

    .container .contentRow.row div.geschaftsGrid,  .container .contentRow.row div.col-12.col-lg-4  {
        min-height: 500px;
        align-content: center;
    }

    .gridImage {
        display: block;
    }

    .gridKurz, .gridQuatratisch, .gridLang, .gridHochformat, .gridQuerformat, .gridDoppelt {
        grid-column-end: span 1;
        grid-row-end: span 1;
    }
}

@media screen and (min-width: 1700px) {
    .karriereGrid {
        display: grid;
        grid-template-columns: 14% 14% 14% 14% 14% 14% 14%;
        grid-gap: 2px;
        grid-auto-flow: dense;
        grid-auto-rows: 100px;
        transition: transform .5s;
        height: inherit;
    }
}

/**
HOMEPAGE GRID ENDE
 */
/**
BREADCRUMBS
 */
.breadCrumbs {
    margin-bottom: 70px;
    position: relative;
    margin-top: -50px;
}

.breadCrumbs a {
    position: relative;
    padding-left: 5px;
    padding-right: 7px;
    font-size: 12px;
    color: #707070;
    font-weight: 300;
}

.breadCrumbs a:last-of-type {
    position: relative;
    padding-left: 5px;
    padding-right: 7px;
    font-size: 12px;
    color: #707070;
    font-weight: 800;
}

.breadCrumbs a:not(:last-of-type):after {
    display: block;
    z-index: 1;
    left: 100%;
    content: '';
    width: 0;
    height: 10px;
    position: absolute;
    border-left: 1px solid #707070;
    top: 2px;
}

/**
BREADCRUMBS
 */
/**
ZENTRIERTER TEXT IN DER MITTER DER SEITE
 */
.zentriert {
    display: flex;
}

.zentriert .row {
    max-height: fit-content;
    margin: auto;
}

.thanks {
    font-size: 40px;
}

/**
ZENTRIERTER TEXT IN DER MITTE DER SEITE
 */
/**
BLOG START
 */
.fa-external-link-alt:before {
    padding-right: 0;
}

@media (max-width: 1199px ) {
    .st.row {
        flex-direction: column;
        margin-top: 100px;
    }

    .my-left-col {
        width: 100%;
        order: 2;
    }

    .my-left-col .featured-image-col {
        position: relative;
        height: 520px;
    }

    .fi-overlay {
        height: 520px;
    }

    .fi-left {
        height: 520px;
        width: auto;
    }

    .featured-image-col:after {
        clear: both;
    }

    .social {
        width: 100%;
        order: 1;
    }

    .fi-overlay-content {
        width: 100%;
        color: #fff;
    }

    .fi-overlay-content p {
        color: rgba(255, 255, 255, 1);
        padding-top: 20px;
    }
}

@media (min-width: 1200px ) {
    .fi-overlay.hide {
        display: none;
    }
}

.fi-overlay-content p {
    color: rgba(255, 255, 255, 1);
    padding-top: 20px;
}

.fi-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.60);
    z-index: 999;
    display: flex;
    justify-content: center;
    color: #fff;
}

.fi-overlay-content {
    padding: 40px;
    width: 50%;
    color: #fff;

}

.fi-overlay-content a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    margin-top: 20px;
}

.fi-overlay-content i:before {
    padding-right: 6px;
    padding-left: 6px;
}

.fi-overlay-content h1 {
    color: #fff;
}

.wlss_date {
    color: #CD0013;
}

.col.loc {
    position: fixed;
    top: 0;
    bottom: 0;
    padding-right: 0;
}

body, html {
    height: 100%;
}

ul li div.sub {
    display: inline-block;
    border-bottom: 1px solid #000;
    width: 50%;
    padding-bottom: 0;
    margin-bottom: 20px;
}

ul li ul li div.sub {
    border: none;
    margin-bottom: 0;
}

.col.loc, .col.men {
    padding: 0;
}

.col.men {
    margin-top: 80px;
}

li.current_item a {
    font-weight: 900;
}

/*
BLOG ENDE
 */
/**
STANDORTE START
 */
.standort-template-default #navbarCollapse ul.is-parent {
    display: flex;
}

.standort-template-default #navbarCollapse li ul li ul.is-parent {
    display: none;
}

.menu-depth-2 {
    display: none;
}

.men.col {
    padding: 0;
}

.locations-menu {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.container-fluid {
    padding-left: 15px;
}

.st.row {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 auto !important;
    width: 100%;
}

#right_men {
    width: 100%;
    margin: 0 auto !important;
}

#right_men #locations-menu {
    width: 100%;
    justify-content: space-between;
    background-color: hsl(0 0 80);
}

#right_men div ul {
    display: flex;
    flex-direction: row;
    width: 90vw;
}

#right_men div ul li {
    display: flex;
    flex-direction: column;
    width: 200px;
}

#right_men div ul li ul {
    display: flex;
    flex-direction: column;
    width: 100px;
}

.locations-menu ul {
    list-style-position: inside;
    padding-left: 0;
}

.locations-menu li {
    list-style: none;
    background: #cdcdcd;
    height: 285px;
    padding: 30px 5px 30px 40px;
    order: 2;
    border: none;
}

.locations-menu li ul li {
    border: none;
}

.acf-map {
    display: flex;
    position: relative !important;
    height: 400px !important;
}

.acf-map div:nth-child(1) {
    display: flex;
}

.col.loc {
    position: fixed;
    top: 0;
    bottom: 0;
    padding-right: 0;
}

body.standort-template-default, html {
    height: 100%;
}

.standort-template-defaultul li div.sub {
    display: inline-block;
    border-bottom: 1px solid #000;
    width: 50%;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.standort-template-default ul li ul li div.sub {
    border: none;
    margin-bottom: 0;
}

.locations-menu li a {
    color: #707070;
    font-size: 24px;
    text-decoration: none;
    font-weight: 900;
}

.locations-menu li.current-menu-item, .locations-menu li.current-menu-ancestor {
    background: #fff;
    order: 1;
    border-width: 1px;
}

.locations-menu li.current-menu-item a, .locations-menu li.current-menu-ancestor a {
    color: #cd0013;
}

.locations-menu li ul.two-columns {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding-right: 20px;
    column-gap: 100px;
    width: fit-content;
    white-space: nowrap;
}

.locations-menu li ul li {
    border: none;
    list-style-type: disc;
    font-weight: bold;
    padding: 0;
    background: none;
    color: #707070;
    height: 20px;
}

.locations-menu li ul li a {
    font-weight: 400;
}

.locations-menu li ul li.current-menu-item {
    color: #cd0013;
}

.locations-menu li ul li.current-menu-item a {
    font-size: 14px;
    color: #cd0013;
    text-decoration: underline;
}

.locations-menu li ul li:not(.current-menu-item) a {
    font-size: 14px;
    color: #707070;
}

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 0 0;
}

.col.loc, .col.men {
    padding: 0;
}

.col.men {
    margin-top: 80px;
}

.nolomap {
    line-height: 2em;
    font-size: 1em;
}

.nolomap .headings {
}

.nolomap .headings a {
    color: #CD0013;
    font-size: 1.2em;
    font-weight: 600;
}

.nolomap .headings .untertitel {
    font-weight: 700;
}

.nolomap .kontakt {
    margin-top: 30px;
}

.nolomap .icons {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.nolomap .kontakt a {
    color: #CD0013;
    flex-grow: 1;
}

.nolomap .kontakt a:hover,
.nolomap .kontakt a:active,
.nolomap .kontakt a:focus {
    color: #707070;
}

.nolomap .kontakt .fas {
    font-size: 1em;
}

.standort-template-default li.current_item a {
    font-weight: 900;
}

/**
STANDORTE ENDE
 */
/**
CONTENT TEXT BUTTON START
 */
.buttonDiv {
    display: flex;
}

.buttonLink {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    background-color: rgba(41, 117, 43, .45);
    padding: 15px 20px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: auto;
    margin-right: auto;
}

.buttonLink:hover,
.buttonLink:active,
.buttonLink:focus {
    text-decoration: none;
    color: #fff;
    background-color: rgba(41, 117, 43, .4);
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.buttonLink:after {
    font-weight: 500;
    content: '\f35a';
    padding-left: 20px;
}

@media screen and (min-width: 922px) {
    .buttonDiv {
        margin-top: 70px;
    }

    .buttonDiv a {
        margin-left: unset;
        margin-right: unset;
    }

    .buttonLink {
        padding: 15px 50px;

    }
}

/**
CONTENT TEXT BUTTON ENDE
 */
/**
MASONRY SCREEN WIDTH STUFF
 */
@media (max-width: 1199px) {
    .ms-container-mobile {
        width: 100%;
    }
}

/**
TABELLE START
 */
.row {
    border: 1px #707070;
    display: flex;
}

.tablerow:not(:last-of-type) {
    border-bottom: 1px solid #707070;
}

.leftCol {
    font-weight: bold;
}

/**
TABELLE EMDE
 */
/**
JOBS START
 */
.job-offers {
    padding-top: 60px;
    padding-bottom: 60px;
}

.job-offers:not(:last-of-type) {
    border-bottom: 1px solid #707070;
}

h1 {
    margin-bottom: 60px;
}

.ms-title {
    font-size: 1.5em;
    font-weight: 600;
}

.ms-subheading {
    color: #fff;
}

.wunu-btn.btn {
    color: #777;
    background: #fff;
    border: 1px solid #777;
    cursor: pointer;
}

.jobs-template-default #main ul {
    margin: 10px 0;
    padding-left: 1.1225em;
}

.jobs-template-default #main ul li {
    list-style: none;
    position: relative;
    font-size: 1em;
}

.jobs-template-default #main ul li::before {
    color: #29752B;
    content: "\2022";
    display: inline-block;
    font-size: 1em;
    left: -1.1225em;
    position: absolute;
    top: 0;
}

.jobs-template-default .left {
    margin-right: 10px;
}

.jobs-template-default .jobs-template-default .right {
    margin-left: 10px;
}

.jobs-template-default .left:after, .right:after {
    clear: both;
}

.content-field {
    margin-top: 60px;
    margin-bottom: 60px;
}

.jobs-template-default .content-field:not(:last-child) {
    border-bottom: 1px solid #707070;
}

.jobs-template-default #jobtitle {
    display: none;
}

.jobs-template-default #empfaenger {
    display: none;
}

@media (max-width: 575px) {
    .jobs-template-default .contact-form {
        padding: 15px;
        margin-bottom: 50px;;
    }
}

/**
JOBS ENDE
 */
/**
KOTNAKTE START
 */
.infos {
    position: absolute;
    top: 0;
    padding: 20px;
    height: 100%;
    width: 100%;
}

.infos h4, .infos p {
    color: #fff;
}

.dark-overlay img {
    -webkit-filter: brightness(45%);
    filter: brightness(45%);
}

article {
    width: 100%;
    /*margin-top: 200px;*/
}

.verlinkung {
    position: absolute;
    left: 0;
    bottom: 0;
}

.verlinkung .grid-item {
    position: relative;
}

.dark-overlay a {
    color: #fff;
}

.dark-overlay a i.far {
    margin-right: 10px;
}

.dark-overlay p {
    text-transform: uppercase;
    word-break: break-all;
}

.kontaktinformation {
    margin-bottom: 100px;
    margin-top: 0;
}

@media (max-width: 575px) {
    .contact-form {
        padding: 15px 15px;
        margin: 50px 0;
    }

    article {
        margin-top: 0;
    }
}

.row.senden {
    align-items: baseline;
}

.row.senden .col-lg-4 {
    padding: 0;
}

.dsgvo.col-lg-8 {
    padding-left: 0;
}

.dsgvo {
    padding-left: 0;
}

.dsgvo input {
    margin-left: 0;
}

.senden div:not(.errorDiv):last-of-type {
    display: flex;
    justify-content: flex-end;
    padding-right: 0;
}

.senden button {
    padding-right: 0;
}

/**
KONTAKTE ENDE
 */
/**
STANDORTE
 */
.col-lg-5, .col-lg-7 {
    padding: 0;
    margin: 0;
}

#navbarCollapse ul.is-parent {
    display: flex;
}

#navbarCollapse li ul li ul.is-parent, .menu-depth-2 {
    display: none;
}

.men.col-lg-5 {
    padding: 0;
}

.locations-menu {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.locations-menu ul {
    list-style-position: inside;
    padding-left: 0;
}

.locations-menu li {
    list-style: none;
    background: #cdcdcd;
    padding: 30px 5px 30px 40px;
    order: 2;
    border: none;
}

.locations-menu li ul li {
    border: none;
    display: block;
}

.locations-menu li ul li a:before {
    content: '\f111';
    font-weight: 800;
    color: #707070;
    font-size: 5px;
    padding-right: 8px;
}

.col-lg-7.loc {
    position: fixed;
    top: 0;
    bottom: 0;
    padding-right: 0;
}

body, html {
    height: 100%;
}

#page {
    min-height: 100%;
}

ul li div.sub {
    display: inline-block;
    border-bottom: 1px solid #707070;
    width: 50%;
    padding-bottom: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1em;
}

ul li ul li div.sub {
    border: none;
    margin-bottom: 0;
}

.standort-title {
    line-height: initial;
    width: 155px;
}

.locations-menu li a {
    color: #707070;
    font-size: 24px;
    text-decoration: none;
    font-weight: 900;
}

.locations-menu li.current-menu-item, .locations-menu li.current-menu-ancestor {
    background: #fff;
    order: 1;
    border-width: 1px 1px 0 1px;
}

.locations-menu li.current-menu-item a, .locations-menu li.current-menu-ancestor a {
    color: #cd0013;
}

.locations-menu li ul.two-columns {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 100px;
    width: fit-content;
    white-space: nowrap;
    padding-right: 20px;
}

.locations-menu li ul li {
    border: none;
    list-style-type: disc;
    font-weight: bold;
    padding: 0;
    background: none;
    color: #707070;
    height: 20px;
}

.locations-menu li ul li a {
    font-weight: 400;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

.locations-menu li ul li.current-menu-item {
    color: #cd0013;
}

.locations-menu li ul li.current-menu-item a {
    font-size: 14px;
    color: #cd0013;
    font-weight: 800;
}

.locations-menu li a:hover {
    text-decoration: underline;
}

.locations-menu li ul li:not(.current-menu-item) a {
    font-size: 14px;
    color: #707070;
}

.acf-map {
    width: 100%;
    height: calc(80% - 100px);
    max-height: 800px;
    border: #ccc solid 1px;
    margin: 0;
}

.col-lg-7.loc, .col-lg-5.men {
    padding: 0;
}

.my-left-col {
    padding: 0 0 40px 0;
    min-width: 100%;
}

.my-right-col {
    padding-left: 0;
}

.col-lg-5.men {
    margin-top: 0;
}

.nolomap {
    line-height: 2em;
    font-size: 1em;
}

.nolomap .headings a {
    color: #CD0013;
    font-size: 1.2em;
    font-weight: 800;
}

.nolomap .headings a:hover {
    color: #CD0013;
    text-decoration: underline;
}

.nolomap .headings .untertitel {
    font-weight: 700;
}

.nolomap .kontakt {
    margin-top: 30px;
}

.nolomap .icons {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.nolomap .kontakt a {
    color: #CD0013;
    flex-grow: 1;
}

.nolomap .kontakt a:hover,
.nolomap .kontakt a:active,
.nolomap .kontakt a:focus {
    color: #707070;
}

.fa-icons {
    display: flex;
    align-items: center;
}

.col.standort-title {
    max-width: fit-content;
}

.fa-icons .fas {
    color: #CD0013;
    margin-left: 10px;
}

@media (min-width: 1024px ) {
    .fa-envelope {
        font-size: 155%;
    }
}

.standort-details {
    margin-top: 60px;
}

.standort-details h2, .headings a.standort {
    text-transform: uppercase;
}

li.current_item a {
    font-weight: 900;
}

@media (max-width: 1199px ) {
    .locations-menu li ul.two-columns {
        -webkit-columns: 1;
    }

    .col-lg-5.men {
        margin-top: 100px;
    }

    .standort-toggler {
        background: #cdcdcd;
    }

    .my-right-col {
        order: 2;
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .standort-toggler {
        display: none;
    }
}

/**
STANDORTE ENDE
 */
/**
GENERAL STUFF START
 */
.contentRowLessMargin {
    padding: 0;
    margin-bottom: -10px;
}

@media screen and (min-width: 1200px) {
    .contentRowLessMargin {
        padding: 0 0 40px 0;
        margin-top: unset;
    }
}

.wpcf7 .wpcf7-form .wpcf7-mail-sent-ok {
    display: none;
}

/*.errorDiv {
    height: 25px;
}*/

#contact-form-gsb .dsgvo input[type="checkbox"] {
    margin-left: 0;
}

#bewerbungsFormular .dsgvo .error {
    margin-left: 15px;
}

/**
GENERAL STUFF ENDE
 */
