/* Allgemeine Einstellungen */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=4bc87947-5530-4261-b00f-cf28a038e0c7");

:root {
    --body: #333;
    --primary: #e7c325;
    --secondary: #3F445F;
    --tertiary: ;
    --lighter: ;
    --darker: ;
    --lightgrey: #F8F5F0;
    --darkgrey: #E7EDED;
    --altgrey: ;
    --white: #fff;
    --black: #000;
    --alternative: #ccc;

    --box-shadow: 0 0 10px rgb(0 0 0 / 10%);

    --background: ;
    --gradient: ;

    --max-width: 1920px;
    --inner_wrapper: 1380px;
    --wide: 900px;
    --narrow: 555px;
    --narrower: px;

    --primary_font: 'Poppins', sans-serif;
    --secondary_font: 'Allura', cursive;
    --tertiary_font: 'Tenor Sans', sans-serif;

    --border-color: #eee;
    --border-radius: 23px;

    --gap: 20px;
}

::selection {
    background: var(--primary);
}

::selection {
    color: var(--white);
}

#page-container {
    overflow-x: hidden;
}


html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: Helvetica, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address, dl, ol, ul {
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #000;
    background-color: transparent
}

a, a:hover {
    text-decoration: underline
}

a:hover {
    color: #e7c325
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img, svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

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

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

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

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: Emona W90 Bold, serif;
    font-weight: 900;
    line-height: 1.2
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1, .display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3, .display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.entry-content ul.list,
.list {
    padding-left: 0;
    list-style: none;
}

.list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}

.list li::before {
    content: url(../img/listenpunkt.png);
    position: absolute;
    left: 0;
    top: 2px;
}

.et_pb_blurb.bg_primary {
    background-color: var(--primary);
}

.et_pb_blurb.bg_primary .et_pb_blurb_content,
.et_pb_blurb.bg_primary .et_pb_main_blurb_image {
    max-width: unset;
    display: block;
    width: 100%;
}

.et_pb_blurb.bg_primary .et_pb_blurb_description {
    padding-right: 15px;
    padding-left: 15px;
}

.et_pb_blurb.bg_primary .et_pb_blurb_description p {
    font-style: italic;
}

.et_pb_blurb.bg_primary .et_pb_blurb_description p::before {
    content: url(../img/quotation.png);
    height: 50px;
    width: 50px;
}

@media only screen and ( min-width: 981px ) {
    .et_pb_blurb.bg_primary .et_pb_blurb_content {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .et_pb_blurb.bg_primary {
        height: 280px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .et_pb_blurb.bg_primary .et_pb_main_blurb_image {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        position: relative;
    }

    .et_pb_blurb.bg_primary .et_pb_main_blurb_image img {
        width: auto;
        margin: auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        vertical-align: middle;
    }

    .et_pb_blurb.bg_primary .et_pb_blurb_container {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    footer .et_pb_column.et-last-child .et_pb_text_inner {
        text-align: right;
    }
}

@media only screen and ( max-width: 980px ) {
    .et_pb_blurb.bg_primary .et_pb_image_wrap {
        text-align: center;
    }
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014\00A0"
}

.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header {
    position: unset;
}

#main-header {
    padding: 1rem 0;
    border-bottom: 5px solid var(--primary);
}

#logo {
    width: 260px;
    height: auto;
    max-height: unset;
}

@media only screen and ( min-width: 981px ) {
    #et-top-navigation {
        float: unset;
        transform: translateY(10px);
        padding-left: 330px !important;
    }
}

#top-menu li:not(:last-of-type) {
    padding-right: 40px;
}

#top-menu a {
    color: var(--body);
    font-size: 21px;
}

.et_pb_section_first {
    padding-top: 50px !important;
}

.bg-dot.dot-right:before {
    left: auto;
    right: -20px;
}

.bg-dot.dot-lg:before {
    height: 475px;
    width: 475px;
}

.bg-dot:before {
    display: block;
    content: "";
    position: absolute;
    top: -50px;
    left: -20px;
    height: 350px;
    width: 350px;
    background-image: url(/wp-content/themes/benzdigital/img/form.png);
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.entry-content .et_pb_section:not(.fullwidth):not(.wide) .et_pb_row {
    max-width: 960px;
    margin: 0 auto;
}

.et_pb_section.fullwidth .et_pb_row {
    max-width: unset;
    width: 100%;
    margin: 0 auto;
}

.et_pb_section.bg_primary {
    background-color: var(--primary);
    color: var(--body);
    box-shadow: var(--box-shadow);
}

.et_pb_section.bg_primary .et_pb_module.et_pb_image {
    width: 100px;
    margin-bottom: 0;
}

.et_pb_text.centered {
    text-align: center;
}

footer {
    border-top: 5px solid var(--primary);
}

footer .et_pb_section {
    padding: 0;
}

#menu-footernav li {
    display: inline-block;
}

#menu-footernav li:not(:last-of-type) {
    margin-right: 15px;
}

#menu-footernav li a {
    font-weight: bold;
}

button, button:hover,
.et_pb_button, .et_pb_button:hover,
.et_pb_module .et_pb_button, .et_pb_module .et_pb_button:hover,
.btn-primary, .btn-primary:hover,
.btn-secondary, .btn-secondary:hover,
.btn-transparent, .btn-transparent:hover,
.leistungsbox .et_pb_blurb_description a,
#blog article a.more-link,
#news article a.more-link,
#related article a.more-link {
    padding: 10px 35px;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: unset;
    line-height: initial;
    box-shadow: var(--box-shadow);
    text-decoration: none;
    border-radius: 0.25rem;
}

.et_pb_button, .et_pb_button:hover,
.et_pb_module .et_pb_button, .et_pb_module .et_pb_button:hover,
.btn-primary, .btn-primary:hover,
.btn-secondary, .btn-secondary:hover,
.btn-transparent, .btn-transparent:hover,
.leistungsbox .et_pb_blurb_description a,
#blog article a.more-link,
#news article a.more-link,
#related article a.more-link {
    box-shadow: unset;
}

.et_pb_button:before, .et_pb_button:after,
.leistungsbox .et_pb_blurb_description a:before, .leistungsbox .et_pb_blurb_description a:after {
    display: none;
}

.et_pb_button:hover, .et_pb_module .et_pb_button:hover {
    border: unset;
}

.btn-primary,
.et_pb_bg_layout_light.btn-primary {
    color: #212529;
    background-color: var(--primary);
    border: 0;
}

.btn-primary:hover,
.et_pb_bg_layout_light.btn-primary:hover {
    filter: brightness(90%);
    color: #212529;
    background-color: var(--primary);
    border: 0;
}

#top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, .mobile_menu_bar:after, .mobile_menu_bar:before {
    color: var(--body);
}

@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
    #main-header {
        padding: 5px 0 30px 0;
    }
}

@media only screen and ( max-width: 980px ) {
    .et_pb_section.wide, .et_pb_section.wide .et_pb_row {
        padding-top: 0;
    }

    #main-header .et_mobile_menu {
        background-color: var(--white) !important;
    }

    .et_mobile_menu {
        top: 105px;
        border-top: 0;
    }

    .et_mobile_menu li a {
        text-align: center;
        color: var(--body);
        font-size: 21px;
        border-bottom: 0;
        text-decoration: unset;
    }

    footer .et_pb_row .et_pb_column:first-of-type {
        margin-bottom: 0;
    }
}

/*================================================
    BorlabsCookie
================================================*/

#BorlabsCookieBox ._brlbs-btn:hover,
#BorlabsCookieBox ._brlbs-btn-accept-all:hover,
#BorlabsCookieBox ._brlbs-btn,
#BorlabsCookieBox ._brlbs-refuse-btn a, #BorlabsCookieBox a._brlbs-refuse-btn,
#BorlabsCookieBox ._brlbs-manage-btn a {
    background: var(--primary);
    color: #fff;
}

#BorlabsCookieBox a,
#BorlabsCookieBox ._brlbs-manage a,
#BorlabsCookieBox a:hover,
#BorlabsCookieBox ._brlbs-manage a:hover {
    color: var(--primary);
}

#BorlabsCookieBox a:hover,
#BorlabsCookieBox ._brlbs-manage a:hover {
    filter: brightness(90%);
}

#BorlabsCookieBox ._brlbs-btn:hover,
#BorlabsCookieBox ._brlbs-btn-accept-all:hover,
#BorlabsCookieBox ._brlbs-refuse-btn a:hover, #BorlabsCookieBox a._brlbs-refuse-btn:hover,
#BorlabsCookieBox ._brlbs-manage-btn a:hover {
    filter: brightness(90%);
    background: var(--primary);
    color: #fff;
}

.BorlabsCookie ._brlbs-btn-switch input:checked + ._brlbs-slider {
    background-color: var(--primary);
}

.BorlabsCookie ._brlbs-checkbox input:checked ~ ._brlbs-checkbox-indicator {
    background-color: var(--primary);
    border-color: var(--primary);
}

.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator {
    border-color: var(--primary);
}

.BorlabsCookie ._brlbs-checkbox input:disabled ~ ._brlbs-checkbox-indicator::after {
    border-color: #eee;
}