/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
	0. 	Normalize CSS 
    0.  Standard
	1. 	Base Elements
        a. Typografie
        b. Space
        c. Buttons
        d. Default Element Style
        e. Links
	2. 	Header
        a. Navigation
        b. Page Header
    3.  Footer
    4.  Custom Theme Elements
        a. Custom Sections
	5. Media Queries

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


/*	0. Normalize
/* -------------------------------------------------------------------------- */



/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

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

h1 {
    font-size: 2em;
}

/* 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: underline 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;
}

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

/*	0. Standard
/* -------------------------------------------------------------------------- */


/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    text-rendering: optimizeLegibility;
}

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;
    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;
}

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

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

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

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

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}


li {
    margin: 0 !important;
    padding: 0 !important;
}

ul {
    list-style: none;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

img {
    height: auto;
}

figure {
    margin: 1em 0;
}

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

/* Forms
--------------------------------------------- */
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);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

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%;
}

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

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

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

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

/* 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-left: auto;
    margin-right: auto;
}

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

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

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

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

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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 !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    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. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


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

/*	1a. Base Elements: Typografie
/* -------------------------------------------------------------------------- */

/* Text
--------------------------------------------- */

.small_txt {
    font-size: .935rem !important;
}

.regular_txt {
    font-size: 1rem;
}

.medium_txt {
    font-size: 1.25rem;
}

.large_txt {
    font-size: 1.375em;
}

/* Heading
--------------------------------------------- */
.small_heading {
    font-size: 1.5rem;
}

.medium_heading {
    font-size: 1.8rem;
}

.large_heading {
    font-size: 2.4rem;
}

.xl_heading {
    font-size: 2.9rem;
}

.d_page_title {
    font-size: 3.5rem;
}

.d_page_subtitle {
    font-size: 1.575rem;
}

/* Weight
--------------------------------------------- */
h1 {
    font-weight: 700;
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

body,
p {
    font-weight: 400;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.bold {
    font-weight: 700;
}

.extra_bold {
    font-weight: 900;
}

/* Color
--------------------------------------------- */
body {
    color: #707070;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
}

.primary_color {
    color: #f08318;
}

.secondary_color {
    color: #222222;
}

/* Font-Family
--------------------------------------------- */

body {
    font-family: "Lato" !important;
}

.font_primary {
    font-family: "Lato" !important;
}

.font_secondary {
    font-family: "Roboto Condensed" !important;
}


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

/*	1b. Base Elements: Space
/* -------------------------------------------------------------------------- */


/* Section Space Top
--------------------------------------------- */
.section-t-xs {
    margin-top: 1.5rem;
}

.section-t-s {
    margin-top: 3rem;
}

.section-t-m {
    margin-top: 4.5rem;
}

.section-t-l {
    margin-top: 6rem;
}

.section-t-xl {
    margin-top: 7.5rem;
}


/* Section Space Bottom
--------------------------------------------- */
.section-b-xs {
    margin-bottom: 1.5rem;
}

.section-b-s {
    margin-bottom: 3rem;
}

.section-b-m {
    margin-bottom: 4.5rem;
}

.section-b-l {
    margin-bottom: 6rem;
}

.section-b-xl {
    margin-bottom: 7.5rem;
}

/* Spacer
--------------------------------------------- */
.spacer-xs {
    height: .5rem;
}

.spacer-s {
    height: 1rem;
}

.spacer-m {
    height: 1.5rem;
}

.spacer-l {
    height: 2rem;
}

.spacer-xl {
    height: 2.5rem
}

.line-spacer {
    border: 1px solid;
}

.d_mb_1 {
    margin-bottom: calc(1.5rem + .5vh);
}

.d_mb_2 {
    margin-bottom: calc(2.5rem + 1vh);
}

.d_mb_3 {
    margin-bottom: calc(3.5rem + 1.5vh);
}

.d_mt_4 {
    margin-bottom: calc(4.5rem + 2vh);
}

.d_mb_5 {
    margin-bottom: calc(5.5rem + 2.5vh);
}

.d_mb_6 {
    margin-bottom: calc(6.5rem + 3vh);
}


.d_mt_1 {
    margin-top: calc(1.5rem + .5vh);
}

.d_mt_2 {
    margin-top: calc(2.5rem + 1vh);
}

.d_mt_3 {
    margin-top: calc(3.5rem + 1.5vh);
}

.d_mt_4 {
    margin-top: calc(4.5rem + 2vh);
}

.d_mt_5 {
    margin-top: calc(5.5rem + 2.5vh);
}

.d_mt_6 {
    margin-top: calc(6.5rem + 3vh);
}


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

/*	1b. Base Elements: Buttons
/* -------------------------------------------------------------------------- */


.d_btn_default,
.d_btn {
    font-size: 1.075rem;
}

.d_btn_default {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    font-size: 1.075rem;
    line-height: 1.5;
    height: auto;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: .75rem 2rem;
    font-family: "Roboto Condensed";
}

/* Button Primary
--------------------------------------------- */
.d_btn_primary {
    color: #ffffff !important;
    background-color: #f08318 !important;
    border-color: #f08318 !important;
    position: relative !important;
    overflow: hidden;
}

.d_btn_primary:hover {
    border-color: #f08318 !important;
    background-color: transparent !important;
    color: #f08318 !important;
}

/* Button Transparent
--------------------------------------------- */
.d_btn_transparent {
    background: transparent !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}

.d_btn_transparent:hover {
    background-color: #f08318 !important;
    border-color: #f08318 !important;
    color: #ffffff !important;
}

/* Button Outline
--------------------------------------------- */
.d_btn_outline {
    background: transparent !important;
    border-color: #000000 !important;
    color: #000000 !important;
}

.d_btn_outline:hover {
    background-color: #f08318 !important;
    border-color: #f08318 !important;
    color: #ffffff !important;
}

.btn_group {
    display: block;
}

.btn_group a:first-child {
    margin-right: 1.5rem;
}

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

/*	1d. Base Elements: Default Elements
/* -------------------------------------------------------------------------- */


/* Line Height
--------------------------------------------- */
.lh-s {
    line-height: 1.4;
}

.lh-m {
    line-height: 1.6;
}

.lh-l {
    line-height: 1.8;
}

/* Weight
--------------------------------------------- */
.normal {
    font-weight: 400;
}

.bold {
    font-weight: 700;
}

/* Container
--------------------------------------------- */

.container_wide {
    max-width: 90rem;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-large {
    max-width: 95rem;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* Image 
--------------------------------------------- */

img.pos-img-over {
    max-width: 25rem;
    position: absolute;
    right: 20%;
    top: 30%;
}

/* Color
--------------------------------------------- */
.txt_light {
    color: #ffffff !important;
}

.txt_dark {
    color: #000000 !important;
}

.txt_theme {
    color: #6f8d07 !important;

}

/* Other
--------------------------------------------- */
.border-2 {
    border: 2px solid;
}

.border-radius-0 {
    border-radius: 0;
}

.rounded {
    border-radius: 100%;
}

.d_uppercase {
    text-transform: uppercase;
}

.d_shadow {
    -webkit-box-shadow: 0 0 1.45rem rgb(0 0 0 / 40%);
    -moz-box-shadow: 0 0 1.45rem rgb(0 0 0 / 40%);
    box-shadow: 0 0 1.45rem rgb(0 0 0 / 40%);
}

.d_image_shadow {
    -webkit-box-shadow: 0 0 0.625rem rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0 0.625rem rgb(0 0 0 / 30%);
    box-shadow: 0 0 0.625rem rgb(0 0 0 / 30%);
}

.txt_center {
    text-align: center !important;
}

svg {
    height: 25px;
}

img {
    width: 100%;
}

.pos-center {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: auto !important;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.border-shadow-white {
    border: .45rem solid #ffffff;
    -webkit-box-shadow: 0 0 1.45rem rgb(0 0 0 / 40%);
    -moz-box-shadow: 0 0 1.45rem rgb(0 0 0 / 40%);
    box-shadow: 0 0 1.45rem rgb(0 0 0 / 40%);
}

.filter {
    filter: invert(1);
}

/* Scrollbar
--------------------------------------------- */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #f08318;
}

::-webkit-scrollbar-thumb:hover {
    background: #181716;
}

.d_nav_header .current-menu-item>a {
    color: #f08318 !important;
}

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

/*	1e. Base Elements: Links
/* -------------------------------------------------------------------------- */

a {
    color: #000000;
}

a,
a:hover {
    text-decoration: none;
}

a:visited {
    color: #f08318;
}

a:hover,
a:focus,
a:active {
    color: #f08318;
}

a:focus {
    outline: thin dotted;
}

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


:focus {
    outline: none !important;
}

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

/*	2.a Header: Navigation
/* -------------------------------------------------------------------------- */


.d_nav_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0;
}

.d_navbar_fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    height: calc(4rem + 1.5vh);
}

.d_navbar_dark {
    background: #ffffff;
    min-height: 6rem;
    -webkit-box-shadow: 0 0 1.45rem rgb(0 0 0 / 40%);
    -moz-box-shadow: 0 0 1.45rem rgb(0 0 0 / 40%);
    box-shadow: 0 0 1.45rem rgb(0 0 0 / 40%);
    padding: 1rem;
    margin: 0 !important;
}

.d_navbar_dark .nav-link {
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: "Roboto Condensed" !important;
}

.d_navbar_light img.d_logo {
    filter: invert(1);
}

/* Nav Links
--------------------------------------------- */
.d_navbar_light .nav-link {
    color: #ffffff !important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: "Open Sans" !important;
}

.d_navbar_light .nav-link:hover {
    opacity: .75;
    color: #ffffff;
}

.nav-link:hover {
    color: #f08318;
}

/* Logo
--------------------------------------------- */
.d_brand {
    display: inline-block;
    white-space: nowrap;
}

img.d_logo {
    width: 15rem !important;
}

img.d_logo .light {
    filter: invert(1) !important;
}

/* Nav Scroll
--------------------------------------------- */
.scroll .nav-link {
    color: #000000 !important;
}

.scroll .nav-link:hover {
    color: #f08318 !important;
    opacity: 1;
}

.scroll {
    background: #ffffff;
    min-height: 6rem;
    -webkit-box-shadow: 0 0 1.45rem rgb(0 0 0 / 40%);
    -moz-box-shadow: 0 0 1.45rem rgb(0 0 0 / 40%);
    box-shadow: 0 0 1.45rem rgb(0 0 0 / 40%);
    padding: 1rem;
    margin: 0 !important;
}

.nav_right {
    display: flex;
}

.phone_wrapper {
    display: flex;
    margin: auto;
    align-items: center;
    margin-left: 2rem;
}

.phone_number a,
.phone_number span {
    display: block;
    line-height: 1.3;
}

a.medium_txt.bold {
    display: block;
}

.container.d_nav_container {
    width: 100% !important;
    max-width: 100% !important;
}

.circle {
    background: #f08318;
    display: flex;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding: 0.5rem;
    border-radius: 100%;
    margin-right: 1rem;
}

.phone_icon svg {
    margin: auto;
}

.phone_icon svg path {
    fill: #ffffff;
}

.nav-toggle {
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin: auto;
    display: flex;
    justify-content: center;
}

span.icon-bar {
    position: absolute;
    display: block;
    width: 26px;
    height: 2px;
    background-color: #000000;
}

.icon-bar:nth-child(1) {
    top: 17px;
}

.icon-bar:nth-child(2) {
    top: 24px;
}

.icon-bar:nth-child(3) {
    top: 31px;
}

span.icon-bar {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


/* ICON BARS ANIMATION */
.nav-toggle.active .icon-bar:nth-child(1) {
    top: 24px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-toggle.active .icon-bar:nth-child(2) {
    width: 0;
}

.nav-toggle.active .icon-bar:nth-child(3) {
    top: 24px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


button.navbar-icon {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    padding: 0;
    position: relative;
    display: flex;
}

.bg_theme {
    background-color: #222222;
}

.bg_theme {
    padding: 6rem 0;
}

/* Side Nav
--------------------------------------------- */

body.overflow-hidden {
    overflow: hidden;
}

#side-nav {
    display: none;
    position: fixed;
    width: 330px;
    top: 0;
    right: -330px;
    height: 100%;
    overflow-y: auto;
    z-index: 99999;
    background: #fff;
    padding: 20px 30px;
    transition: 0.4s;
}

body.is-visible #side-nav {
    transform: translateX(-330px);
}

#side-nav .contents {
    margin-top: 2rem;
}

#side-nav li {
    padding: .5rem 0 !important;
}

#side-nav .nav-link {
    color: #000000;
    font-size: 1.35rem !important;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: .01rem;
    font-family: "Roboto Condensed" !important;
}

#side-nav .nav-link:hover {
    color: #f08318;
}

#side-nav .active a {
    color: #f08318;
}

.nav-overlay {
    position: fixed;
    left: 0;
    top: 0;
    min-width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: none;
}

#side-nav.side-menu-left {
    right: auto;
    left: -330px
}

body.menu-visible #side-nav.side-menu-left {
    transform: translateX(-330px);
}

.mobile-toggle-icon {
    display: block;
    width: 36px;
    height: 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.close {
    font-weight: 200;
    font-size: 3.5rem;
    position: absolute;
    top: 0;
    right: 10%;
}

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

/*	2.a Header: Page Header
/* -------------------------------------------------------------------------- */


.overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0000000%, rgba(79, 79, 79, 0.29) 74%, rgba(84, 84, 84, 0.67) 98%);
    opacity: .75;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.d_header img {
    max-height: 30rem;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.d_header .header_content {
    position: absolute;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    bottom: -10%;
    transform: unset;
    top: unset;
}

.d_header,
.d_header_frontpage {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    margin-top: 6rem
        /* only if navbar is fixed */
}

.d_header .d_page_title {
    background: #fff;
    color: #000;
    display: inline-block;
    padding: 20px 35px;
    position: relative;
    -ms-transform: skewX(-15deg);
    backface-visibility: hidden;
    font-size: calc(1.5rem + 2vh);
    margin-bottom: 1rem;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0 0 10px rgb(0 0 0 / 35%);
    box-shadow: 0 0 10px rgb(0 0 0 / 35%);
}

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

.d_header_frontpage .d_page_title {
    color: #ffffff;
}

.header_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1250px;
    padding-right: 15px;
    padding-left: 15px;
}

.no-image {
    margin-top: 10rem;
}

#breadcrumb_nav {
    position: absolute;
    bottom: 5%;
    right: 5%;
}

#breadcrumb_nav a {
    color: #ffffff !important;
    margin-right: .35rem;
}

#breadcrumb_nav a:hover {
    color: #ffffff !important;
    border-bottom: 1px solid;
}

span.breadcrumb_last {
    margin-left: .35rem;
}


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

/*	3. Footer
/* -------------------------------------------------------------------------- */


#footer,
#footer a {
    color: #ffffff;
}

#footer {
    background: #222222;
    padding-top: 6rem;
    padding-bottom: 1.5rem;
}

#footer .icon_logo {
    max-width: 5rem;
}

.widget-footer-nav li>a {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.widget-footer-nav ul {
    display: flex;
}

#footer p {
    margin: 0;
}

#footer .container_wide {
    max-width: 85rem !important;
    margin: auto;
}

.d_footer_bottom {
    padding: 1rem 0;
}

.d_footer_bottom a,
.d_footer_bottom p {
    font-size: 1.065rem;
}

#footer a:hover {
    color: #f08318;
}

#footer .widget-footer-nav li>a {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .01rem;
    font-family: 'Roboto Condensed';
}

#footer .widget-footer-nav li>a:hover {
    color: #f08318;
}

.widget-footer-nav li {
    margin-right: 1rem !important;
}

.d_footer_bottom_3_col a,
.d_footer_bottom_3_col p {
    font-size: .95rem
}

/* Footer Nav
--------------------------------------------- */
ul.social_media_list {
    display: block;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
    float: right;
}

ul.footer_nav {
    display: block;
    list-style: none;
    text-align: right;
}

.footer_nav>li {
    margin-right: 1rem !important;
    display: inline-block;
}

.footer_nav>li:last-child {
    margin-right: 0rem !important;
}

.social_media_list>li {
    display: inline-block;
}

.social_media_list li>a svg {
    transition: all .5s;
}

.social_media_list li>a:hover svg {
    transform: translateY(-5px);
}

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

/*	4. Custom Theme Elements
/* -------------------------------------------------------------------------- */


/* Hero Section
--------------------------------------------- */
.d_hero_body {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0%, -50%);
    color: #ffffff;
}

.d_hero_header {
    position: relative;
    height: 100%;
}

.d_hero_header .title {
    color: #ffffff;
    margin-bottom: 1.5rem !important;
}

.d_hero_img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    min-height: 45rem;
    max-height: 45rem;
}

.d_hero_header .xl_heading {
    font-size: 3.85rem;
}

/* FAQ
--------------------------------------------- */

#faq {
    background: #f7f7f7 !important;
    padding: 10rem 0;
}

#accordion .card {
    margin-bottom: .75rem;
}

button[aria-expanded="true"] span {
    color: #f08318;
}

#accordion .card,
#accordion .card:last-child .card-header {
    border: none;
}

#accordion p {
    margin: 0;
}

#accordion .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
}

#accordion button {
    width: 100%;
    font-weight: bold;
    color: #222222;
    padding: 0;
}

#accordion button,
#accordion button:hover,
button:active,
#accordion button:focus {
    border: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    -webkit-appearance: none !important;
}

/* OWL Carousel
--------------------------------------------- */

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.owl-nav {
    position: absolute;
    left: 0;
    bottom: 5%;
    margin: 0;
    padding: 0 1.5rem;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.nav-icon-right {
    transform: rotate(0deg);
}

.nav-icon-left {
    transform: rotate(-180deg);
}

.owl-nav button {
    background: transparent;
    border: none;
}

ul.icon_list li img {
    max-width: 4rem;
}

ul.icon_list span {
    width: 100%;
    display: block;
    font-size: 1.1rem;
    font-weight: 900;
    color: #000000;
    margin-top: .65rem;
}

ul.icon_list {
    display: flex;
    justify-content: space-between;
    text-align: center;
}


.image_overlay_content {
    position: relative;
}

.overlay_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1250px;
    padding-right: 15px;
    padding-left: 15px;
}

.image_overlay_content img {
    min-height: 20rem;
    object-fit: cover;
}

.overlay_content h4 {
    color: #ffffff;
}

.overlay_content_icon svg {
    width: 6rem;
    height: 6rem;
}

.overlay_content_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    filter: invert(1);
}

/* Steps */
.step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    color: #000000;
}

.step_number {
    font-size: 10rem;
    color: #f08318;
    font-weight: 700;
}

.step_title {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-left: 1rem;
    font-weight: 700;
    margin: .25rem;
}

.step_description {
    text-align: center;
    margin-top: -1rem;
    line-height: 1.8;
}

.bg_theme {
    padding: 8rem 0;
}

/* Service Box */

.service_icon svg {
    width: 6rem;
    height: 6rem;
}

.service_box {
    background: #ffffff;
    padding: 2rem;
    box-shadow: 0 0 10px rgb(0 0 0 / 35%);
    text-align: center;
    color: #000000;
    display: block;
    margin: auto;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    max-height: 18rem;
    min-height: 18rem;
}

.service_box:hover {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

section#leistungen {
    padding: 8.5rem 0;
}

.service_box_theme {
    background: #f08318;
    width: auto;
    padding: 2rem;
    color: #ffffff;
    min-height: 25rem;
    margin: auto !important;
    display: flex;
    align-items: center;
}

.service_box_theme h3 {
    color: #ffffff;
}

/* Checklist
-------------------------------------------------- */

.checklist {
    margin: 0;
    padding: 0;
}

.checklist .item {
    padding-bottom: 1.5rem !important;
}

.checklist .item:last-child {
    padding-bottom: 0 !important;
}

.checklist .item::before {
    content: "";
    padding-right: 0;
    background: url(/wp-content/themes/troedel-koening/assets/images/icons/check-icon.svg) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle;
}

.checklist_dark li:before {
    filter: invert(1);
}

/* Forms
--------------------------------------------- */

.wps-form {
    width: 100%;
    margin: 0 auto;
}

.wps-form-row {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.wps-form-row .wpcf7-form-control {
    width: 100%;
}

.wps-form-column {
    flex: 1;
    padding: 0.5rem 0;
    width: 100%;
}

.checkbutton {
    display: flex;
}

span.wpcf7-list-item {
    display: inline-block;
    padding-right: .4rem;
}

.wps-form p:last-child {
    margin: 0 !important;
}

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-bottom: 2px solid #ccc !important;
    border: none;
}

.dsgvo_checkbox_text {
    vertical-align: super;
}

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

/* Checkbox Style */
.wps-form label {
    position: relative;
    cursor: pointer;
}

.wps-form input[type=checkbox] {
    position: relative;
    visibility: hidden;
}

.wps-form input[type=checkbox]+span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 20px;
    width: 20px;
    top: 5px;
    border: 2px solid #222;
}

.wps-form input[type=checkbox]+span:after {
    display: block;
    position: absolute;
    content: '\2713';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: -1px;
    left: 5px;
    visibility: hidden;
    font-size: 1rem;
}

.checkbox-285 span.wpcf7-list-item-label {
    margin-right: 1rem;
    vertical-align: super;
}


.wps-form input[type=checkbox]:checked+span:before {
    background: transparent;
}

.wps-form input[type=checkbox]:checked+span:after {
    visibility: visible;
}

.wps-form input[type="submit"] {
    border: none;
    border-color: #ccc #ccc #bbb;
    border-radius: 0;
    background: #f08318;
    color: rgb(255 255 255 / 80%);
    line-height: 1;
    padding: 0.6em 1em;
    max-width: 20rem;
}

.wps-form:input[type="submit"]:hover {
    color: #181716;
}

.wps-form input:focus,
textarea:focus {
    border-bottom: 2px solid #f08100 !important;
}

span.wpcf7-list-item-label {
    vertical-align: middle;
}

.wpcf7 .wpcf7-submit:disabled {
    opacity: .5;
}

.wps-form input[type="submit"] {
    border: none;
    border-radius: 0;
    background: #f08318;
    color: #ffffff;
    line-height: inherit;
    padding: 0.6em 1em;
    font-weight: 700;
    cursor: pointer;
    pointer-events: all;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wps-form input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 1rem;
}

.wps-form .necessary_field {
    color: #999999;
    font-size: .8rem;
}

.wps-form .info_field {
    color: #999999;
    font-size: .8rem;
}

.codedropz-upload-inner h3 {
    margin: 1rem 0;
}

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

/*	5.a Custom Sections
/* -------------------------------------------------------------------------- */

/* Imprint
--------------------------------------------- */

#imprint .medium_txt {
    margin-bottom: .35rem;
}

#imprint p {
    color: #000000
}


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

/*	5. Media Queries
/* -------------------------------------------------------------------------- */

@media (min-width: 992px) {

    /* Modal -------------------------------- */

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }

    .customer_modal .col-lg-6,
    .customer_modal .col-lg-5 {
        padding: 0;
    }

    /* Nav -------------------------------- */

    .mobile-menu-button {
        display: none !important;
    }

    .d_navbar_fixed {
        margin-top: 1rem;
    }

    .image-small {
        max-width: 30rem;
    }

    #breadcrumb_nav {
        font-size: 1.1rem
    }
}

@media (min-width: 1200px) {
    .d_navbar_fixed {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .d_navbar_fixed .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .d_navbar_fixed .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .d_navbar_fixed>.container,
    .d_navbar_fixed>.container-fluid,
    .d_navbar_fixed>.container-sm,
    .d_navbar_fixed>.container-md,
    .d_navbar_fixed>.container-lg,
    .d_navbar_fixed>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-collapse {
        flex-grow: unset;
    }

    .d_navbar_fixed .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .d_navbar_fixed .navbar-icon {
        display: none;
    }

    .nav_right {
        margin-right: 1.5rem;
    }

}

@media (max-width: 600px) {

    /* Section, Spacing -------------------------------- */

    .section-t-xs,
    .section-t-s,
    .section-t-m,
    .section-t-l,
    .section-t-xl {
        margin-top: 3rem;
    }

    .section-b-xs,
    .section-b-s,
    .section-b-m,
    .section-b-l,
    .section-b-xl {
        margin-bottom: 3rem;
    }

    /* Custom Elements -------------------------------- */

    .d_header .d_page_title {
        padding: 10px 25px;
        font-size: calc(1rem + 1vh);
    }
}

@media (max-width: 991px) {

    /* Text, Heading, Button -------------------------------- */

    body,
    .regular_txt,
    .d_btn_default,
    .d_btn {
        font-size: 1rem;
    }

    .medium_txt {
        font-size: 1.025rem;
    }

    .large_txt {
        font-size: 1.05rem;
    }

    .small_heading {
        font-size: 1.095rem;
    }

    .medium_heading {
        font-size: 1.25rem;
    }

    .large_heading {
        font-size: 1.4rem;
    }

    .xl_heading {
        font-size: 1.4rem;
    }

    .d_page_title {
        font-size: 1.5rem;
    }

    .d_page_subtitle {
        font-size: 1.05rem;
    }

    .d_hero_header .xl_heading {
        font-size: 1.65rem;
    }

    /* Header -------------------------------- */

    .d_header img {
        max-height: 30vh;
        object-fit: cover;
        object-position: 30%;
    }

    .d_header_frontpage img {
        max-height: 50vh;
        object-fit: cover;
        object-position: 30%;
    }

    .d_brand {
        margin: unset;
    }

    .d_navbar_fixed {
        margin: 1rem;

    }

    img.d_logo {
        width: 100%;
    }

    .d_header .header_content {
        top: 50%;
    }

    .phone_icon.circle {
        width: 2.5rem;
        height: 2.5rem;
        margin-right: 0;
    }

    .phone_icon svg {
        height: 20px;
    }

    .phone_link {
        max-width: 100px;
    }

    /* Footer -------------------------------- */

    #footer {
        text-align: center;
    }

    .widget-footer-nav ul {
        display: block;
        text-align: center;
    }

    .widget-footer-nav ul>li {
        margin-bottom: 1rem !important;
        margin-right: 0 !important;
    }

    ul.social_media_list {
        float: unset;
        margin-top: 1rem;
    }

    ul.footer_nav {
        text-align: center;
    }


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

    .d_center_m {
        text-align: center !important;
    }

    .d_footer_bottom ul {
        text-align: center;
    }

    ul.icon_list {
        display: grid;
        justify-content: unset;
    }

    ul.icon_list li {
        margin-bottom: 3rem !important;
    }

    img.pos-img-over {
        position: unset;
        margin-top: 1.5rem;
        width: 100%;
        max-width: 100%;
        top: unset;
        right: unset;
    }

    .step {
        display: block;
    }

    /* Responsive Space -------------------------------- */

    .d_lg_mb_1 {
        margin-bottom: .5rem !important;
    }

    .d_lg_mb_2 {
        margin-bottom: 1rem !important;
    }

    .d_lg_mb_3 {
        margin-bottom: 1.5rem !important;
    }

    .d_lg_mb_4 {
        margin-bottom: 2.5rem !important;
    }

    .d_lg_mb_5 {
        margin-bottom: 3rem !important;
    }

    .d_lg_mt_1 {
        margin-top: .5rem !important;
    }

    .d_lg_mt_2 {
        margin-top: 1rem !important;
    }

    .d_lg_mt_3 {
        margin-top: 1.5rem !important;
    }

    .d_lg_mt_4 {
        margin-top: 2.5rem !important;
    }

    .d_lg_mt_5 {
        margin-top: 3rem !important;
    }

    .d_mb_1 {
        margin-bottom: calc(.5rem + .5vh);
    }

    .d_mb_2 {
        margin-bottom: calc(1.5rem + 1vh);
    }

    .d_mb_3 {
        margin-bottom: calc(2.5rem + 1.5vh);
    }

    .d_mb_4 {
        margin-bottom: calc(3.5rem + 2vh);
    }

    .d_mb_5 {
        margin-bottom: calc(4.5rem + 2.5vh);
    }

    .d_mt_1 {
        margin-top: calc(.5rem + .5vh);
    }

    .d_mt_2 {
        margin-top: calc(1.5rem + 1vh);
    }

    .d_mt_3 {
        margin-top: calc(2.5rem + 1.5vh);
    }

    .d_mt_4 {
        margin-top: calc(3.5rem + 2vh);
    }

    .d_mt_5 {
        margin-top: calc(4.5rem + 2.5vh);
    }
}

@media (max-width: 1199.98px) {

    /* Navbar -------------------------------- */

    .d_navbar_fixed>.container,
    .d_navbar_fixed>.container-fluid,
    .d_navbar_fixed>.container-sm,
    .d_navbar_fixed>.container-md,
    .d_navbar_fixed>.container-lg,
    .d_navbar_fixed>.container-xl {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar.icon {
        display: none;
    }
}

@media (max-width: 1199.99px) {
    .widget-footer-nav ul {
        display: grid
    }

    .nav_right {
        display: flex;
        width: auto;
        margin: auto;
        justify-content: space-evenly;
        align-items: center;
    }

    .phone_number {
        display: none;
    }

    .nav_left {
        width: 80%;
    }

    .phone_wrapper {
        margin-left: 1rem;
    }
}

@media only screen and (min-width: 48em) {
    .wps-form-column {
        padding: 1rem 0;
    }
}

.info-icon>img {
    max-height: 240px;
}

.info-icon-wrapper {
    position: relative;
    z-index: 2;
}

.home #breadcrumb_nav {
    display: none;
}

@media(min-width:992px) {
    .info-icon-wrapper {
        position: absolute;
        top: 50%;
        z-index: 9;
        left: 75%;
        transform: rotate(5deg);
    }
}

a.info-icon {
    width: 100%;
    height: 100%;
    display: block;
}

@media(max-width:991px) {
    .d_header_frontpage img.attachment-post-thumbnail {
        height: 100vh;
    } 
    .d_header_frontpage {
        margin-bottom: 12.5rem;
    }
    .info-icon-wrapper img {
        width: 190px;
        height: 190px;
        max-height: 190px;
    }
    a.info-icon {
        position: absolute;
        bottom: -80px;
        right: 0;
        transform: rotate(5deg);
    }
    a.info-icon {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

#box-reinigung .service_icon svg {
    max-height: 75px;
}

.small-info-text {
    font-size: 12px;
}

.d_header_frontpage .d_btn_primary:hover,
.bg_theme .d_btn_primary:hover {
    border-color: #ffffff !important;
    background-color: transparent !important;
    color: #ffffff !important;
}

/** 404 */
.error-404 .d-header .header-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    bottom: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    max-width: 1250px;
    padding-right: 15px;
    padding-left: 15px;
}

.error-404 .d-header img {
    max-height: 75vh;
    min-height: 60vh;
    object-fit: cover;
    object-position: 30%;
}

.error-404 .d-header {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    margin-top: 6rem;
}

ul#benefits.checklist .item:before {
    filter: invert(1);
    width: 25px;
    height: 25px;
    margin-right: 20px;
}

ul#benefits.checklist .item {
    padding-bottom: 1.125rem !important;
}


.square-list .item:before {
    content: "";
    padding-right: 0;
    width: 18px;
    height: 18px;
    min-width: 18px;
    background: #ffffff;
    display: flex;
    margin-right: 11px;
    margin-top: 3px;
}

.square-list .item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.square-list .item div {
    display: flex;
    flex-direction: column;
}

.square-list .item {
    padding-bottom: 1rem !important;
}

.info_box_theme {
    background: #f08318;
    width: auto;
    padding: 2rem;
    color: #ffffff;
    min-height: 20rem;
    margin: auto !important;
    display: flex;
    align-items: center;
}

.info-notice {
    background: #f08317;
    color: #ffffff;
    padding: 2rem;
    max-width: 500px;
    margin: auto;
    font-weight: 700;
    text-align: center;
}

.info-notice-box {
    width: 160px;
    height: 160px;
    background: #ef8418;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    font-size: 11px;
    border-radius: 100px;
    flex-direction: column;
    transform: rotate(5deg);
}

.info-notice-box>span {
    color: #ffffff;
}

span.info-text {
    max-width: 80%;
    word-wrap: break-word;
}

span.info-icon {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4px;
}

.info-notice-box {
    position: absolute;
    top: -170px;
    right: 30px;
}

@media(min-width:992px) {
    .info-notice-box {
        top: -135px;
        }
}

form .info_field {
    padding: 5px 0;
    display: block;
}

form .legal-form-notice {
    font-size: 14px;
    padding-bottom: 15px;
    display: block;
}

form .wps-form-column {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

section#leistungen {
    background-size: cover;
}