/*!
Theme Name:   Buchstabenlieferant
Theme URI:    https://buchstabenlieferant.de
Author:       Notthoff GmbH
Author URI:   https://notthoff.de
Description:  Theme für Buchstabenlieferant
Version:      1.0
 */

@font-face {
    font-family: 'Rockwell Std';
    src: url('Fonts/RockwellStd-BoldItalic.eot');
    src: url('Fonts/RockwellStd-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('Fonts/RockwellStd-BoldItalic.woff2') format('woff2'),
    url('Fonts/RockwellStd-BoldItalic.woff') format('woff'),
    url('Fonts/RockwellStd-BoldItalic.ttf') format('truetype'),
    url('Fonts/RockwellStd-BoldItalic.svg#RockwellStd-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Rockwell Std';
    src: url('Fonts/RockwellStd-Bold.eot');
    src: url('Fonts/RockwellStd-Bold.eot?#iefix') format('embedded-opentype'),
    url('Fonts/RockwellStd-Bold.woff2') format('woff2'),
    url('Fonts/RockwellStd-Bold.woff') format('woff'),
    url('Fonts/RockwellStd-Bold.ttf') format('truetype'),
    url('Fonts/RockwellStd-Bold.svg#RockwellStd-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Rockwell Std';
    src: url('Fonts/RockwellStd.eot');
    src: url('Fonts/RockwellStd.eot?#iefix') format('embedded-opentype'),
    url('Fonts/RockwellStd.woff2') format('woff2'),
    url('Fonts/RockwellStd.woff') format('woff'),
    url('Fonts/RockwellStd.ttf') format('truetype'),
    url('Fonts/RockwellStd.svg#RockwellStd') format('svg');
    font-weight: normal;
    font-style: normal;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

::-moz-selection {
    /* Code for Firefox */
    color: rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, 0.2);
}

::selection {
    color: rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, 0.2);
}

.content-padding {
    padding: 0px 0px;
}

.centered {
    margin: 0 auto;
}

.box-shadow {
    -webkit-box-shadow: 0 0px 40px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0px 40px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0px 40px 0 rgba(0, 0, 0, 0.05);
}

.only-small-inline {
    display: none;
}

a {
    transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
    text-decoration: none;
}

a img,
a svg {
    transition: opacity ease-in-out .15s;
    -webkit-transition: opacity ease-in-out .15s;
    -moz-transition: opacity ease-in-out .15s;
    -o-transition: opacity ease-in-out .15s;
}

a:hover img {
    opacity: 0.8;
}

a.cta:link,
a.cta:visited {
    font-family: "Source Sans Pro", sans-serif;
    color: rgb(26, 26, 26);
    padding: 12px 18px;
    display: inline-block;
    background-color: #FAFAFA;
    text-decoration: none !important;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.10);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.10);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.10);
    border: 2px solid #F7BC26;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
}

a.cta:hover,
a.cta:active,
a.cta.cta-white:hover,
a.cta.cta-white:active {
    background-color: rgba(247, 188, 38, 0.1);
}


a.cta.cta-fullwidth {
    display: block;
    width: 100%;
}

a.cta.cta-centeredtext {
    text-align: center;
}

a.cta.cta-white {
    background-color: white;
}

.cta-wrapper {
    margin-bottom: -10px;
    margin-top: 60px;
}

.cta-wrapper > a:link {
    margin-right: 10px;
    margin-bottom: 10px;
}

.cta-wrapper > a:last-child {
    margin-right: 0px;
}

.cta-wrapper.inline {
    margin-bottom: 0px;
    margin-top: 0px !important;
}

.cta-wrapper.inline a.cta:link,
.cta-wrapper.inline a.cta:visited {
    color: inherit;
    padding: 0px 15px 20px;
    display: inline-block;
    background-color: transparent;
    border: none;
    text-decoration: none !important;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
}

.cta-wrapper.inline a.cta:hover,
.cta-wrapper.inline a.cta:active {
    color: inherit;
}

html {
    height: 100%;
}

html, body {
    margin: 0;
}

body {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 30px;
    background-color: #1A1A1A;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    min-height: 100%;
    position: relative;
}

h1,
.h1-style {
    font-family: "Source Sans Pro", serif;
    font-weight: 300;
    font-size: 42px;
    color: #F7BC26;
    line-height: 48px;
}

h1 + .subheadline,
.h1-style + .subheadline {
    margin-top: 10px;
}

h1 + p,
.h1-style + p {
    margin-top: 40px;
}

h2,
.h2-style {
    font-family: "Source Sans Pro", serif;
    font-weight: 600;
    font-size: 20px;
    color: #1A1A1A;
    text-transform: uppercase;
    line-height: 24px;
}

h3,
.h3-style {
    font-family: "Source Sans Pro", serif;
    font-weight: 600;
    color: #1A1A1A;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
}

.subheadline {
    font-family: "Source Sans Pro", serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    color: #B3B3B3;
    text-align: left;
}

.subheadline + p {
    margin-top: 40px;
}

.orange-slash {
    color: #F7BC26;
    display: inline-block;
    padding-right: 10px;
}

.body-content-wrapper {
    width: 1320px;
    margin: 0 auto;
    background-color: #f2f2f2;
    -webkit-box-shadow: 0 0px 40px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0px 40px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0px 40px 0 rgba(0, 0, 0, 0.05);
}
.header-spacer {
    width: 100%;
    height: 140px;
    background-color: #f2f2f2;
    position: relative;
}

.header-spacer .gradient {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 280px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.2+0,0+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.header-spacer.is-front {
    background-color: #b6b6b6;
}

.header-spacer.is-front .gradient {
    display: none;
}

.header {
    width: 1280px;
    height: 120px;
    padding: 0px 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 2;
}

.header .content {
    background-color: white;
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    padding: 0px 80px;
    position: relative;
}

.header .content .logo {
    margin: 0;
    width: 420px;
    height: 120px;
    padding: 0px 0px 0px 0px;
    transition: width ease-in-out .15s, margin-top ease-in-out .15s;
    -webkit-transition: width ease-in-out .15s, margin-top ease-in-out .15s;
    -moz-transition: width ease-in-out .15s, margin-top ease-in-out .15s;
    -o-transition: width ease-in-out .15s, margin-top ease-in-out .15s;
    text-align: left;
    float: left;
}

.header .content .logo .helper {
    display: inline-block;
    height: 100%;
    width: 0px;
    vertical-align: middle;
}

.header .content .logo img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.header .navigation a:link,
.header .navigation a:visited {
    color: #F7BC26;
    text-transform: uppercase;
}

.header .navigation a:hover,
.header .navigation a:active {
    color: rgba(247, 188, 38, 0.6);
}

.header .navigation {
    float: right;
    padding: 43px 0px;
}

.header .navigation ul,
.header .sub-navigation ul {
    list-style: none;
}

.header .navigation .menu-header-hauptnavigation-container {
    display: inline-block;
}

.header .navigation ul > li,
.header .sub-navigation ul > li {
    display: inline-block;
}

.header .navigation ul > li:first-child {
    font-weight: 600;
}

.header .navigation ul > li:after {
    content: "/";
    display: inline-block;
    margin: 0px 26px;
    font-size: 28px;
    color: #8c8c8c;
}

.header .navigation .cart-icon {
    display: inline-block;
    position: relative;
    top: 5px;
}

.header .navigation .cart-icon img {
    height: 25px;
    width: auto;
}

.header .navigation .cart-icon .cart-count {
    position: absolute;
    top: -16px;
    right: -16px;
    background-color: #F7BC26;
    color: black;
    font-size: 16px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
}

.header .sub-navigation {
    position: absolute;
    right: 80px;
    top: 10px;
    font-size: 16px;
    line-height: 24px;
}

.header .sub-navigation ul > li {
    text-transform: uppercase;
}

.header .sub-navigation ul > li + li {
    margin-left: 44px;
}

.header .sub-navigation a:link,
.header .sub-navigation a:visited {
    color: #8c8c8c;
    text-transform: uppercase;
}

.header .sub-navigation a:hover,
.header .sub-navigation a:active {
    color: rgba(140, 140, 140, 0.6);
}

.footer {
    background-color: #F7BC26;
    padding-top: 120px;
    font-size: 18px;
}

.footer .content {
    width: 1280px;
    margin: 0 auto;
}

.footer .content a:link,
.footer .content a:visited {
    color: #1A1A1A;
    text-decoration: none;
}

.footer .content a.underlined:link,
.footer .content a.underlined:visited {
    text-decoration: underline;
}

.footer .content a:hover,
.footer .content a:active {
    color: rgba(26, 26, 26, 0.7);
}

.footer .content .first-row {
    padding: 0px 120px 90px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.footer .content .block h2 {
    margin-bottom: 40px;
}

.footer .content .block .key-value-options .description,
.footer .content .block .offnungszeiten .tag {
    float: left;
    width: 90px;
}

.footer .content .block.anschrift {
    width: 230px;
}

.footer .content .block.beratung {
    width: 220px;
}

.footer .content .block.beratung .social-wrapper {
    margin-top: 60px;
}

.footer .content .block.beratung .social-wrapper .facebook-button,
.footer .content .block.beratung .social-wrapper .instagram-button {
    float: left;
}
.footer .content .block.beratung .social-wrapper .instagram-button {
    margin-left: 20px;
}

.footer .content .block.beratung .social-wrapper .instagram-button .white {
}

.footer .content .block.beratung .social-wrapper .facebook-button svg .white,
.footer .content .block.beratung .social-wrapper .instagram-button svg .white {
    fill: #F6A20A;
    -webkit-transition: fill 0.15s ease-in-out 0s;
    -moz-transition: fill 0.15s ease-in-out 0s;
    -ms-transition: fill 0.15s ease-in-out 0s;
    -o-transition: fill 0.15s ease-in-out 0s;
    transition: fill 0.15s ease-in-out 0s;
}

.footer .content .block.beratung .social-wrapper .facebook-button svg:hover .white,
.footer .content .block.beratung .social-wrapper .instagram-button svg:hover .white {
    fill: white;
}

.footer .content .block.zahlung .cash-icons {
    width: 280px;
}

.footer .content .block.zahlung .cash-icons img {
    display: block;
    height: auto;
    width: 100%;
}

.footer .content .last-row {
    color: white;
    font-size: 14px;
    line-height: 18px;
    padding: 0px 10px 30px;
}

.footer .content .last-row a:link,
.footer .content .last-row a:visited {
    color: white;
}

.footer .content .last-row a:hover,
.footer .content .last-row a:active {
    color: rgba(255, 255, 255, 0.7);
}

.footer .content .last-row .copyright {
    float: left;
    text-transform: uppercase;
}

.footer .content .last-row .footer-navigation {
    float: right;
    text-transform: uppercase;
}

.footer .content .last-row .footer-navigation ul {
    list-style-type: none;
    list-style-position: inside;
}

.footer .content .last-row .footer-navigation ul li {
    display: block;
    float: left;
}

.footer .content .last-row .footer-navigation ul li + li {
    margin-left: 40px;
}

    /* Module */

.page-content {
    position: relative;
    z-index: 2;
    margin-bottom: -80px;
}

.module + .module {
    margin-top: 95px;
}

/* Startbild */
.module.startbild {
    position: relative;
    background-color: #b6b6b6;
}

.module.startbild > .description {
    margin-top: 0px;
    width: 100%;
    min-width: 1280px;
    padding-right: 20px;
    position: relative;
    z-index: 2;
}

.module.startbild .description img.funf-schritte {
    width: 994px;
    display: block;
}

.module.startbild .description .step-description {
    float: left;
}

.module.startbild .description .step-description .yellow-bar {
    background-image: url(assets/balken_orange.png);
    height: 93px;
    width: 993px;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.module.startbild .description .step-description .yellow-bar .text {
    color: #2a2929;
    text-transform: uppercase;
    font-size: 44px;
    line-height: 44px;
    padding-top: 24px;
}

.module.startbild .description .step-description .top-grey-bar {
    background-image: url(assets/balken_grau_oben.png);
    height: 44px;
    width: 909px;
    margin-top: 5px;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.module.startbild .description .step-description .bottom-grey-bar {
    background-image: url(assets/balken_grau_unten.png);
    height: 44px;
    width: 869px;
    margin-top: 5px;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.module.startbild .description .step-description .top-grey-bar .text,
.module.startbild .description .step-description .bottom-grey-bar .text {
    color: white;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 44px;
    padding-top: 0px;
    font-weight: 300;
}

.module.startbild .description .start-button {
    float: left;
    margin-left: 20px;
    margin-top: 46px;
    position: relative;

    width: 225px;
    height: 114px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#060503+0,393837+100 */
    background: rgb(6,5,3); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(6,5,3,1) 0%, rgba(57,56,55,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(6,5,3,1) 0%,rgba(57,56,55,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(6,5,3,1) 0%,rgba(57,56,55,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#060503', endColorstr='#393837',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 20px;
    top: 20px;
    border: 3px solid white;
    box-shadow: 0 0 0 10px #F7BC26;
    animation: pulse 2s infinite;
    -webkit-transition: transform 0.35s ease-in-out 0s;
    -moz-transition: transform 0.35s ease-in-out 0s;
    -ms-transition: transform 0.35s ease-in-out 0s;
    -o-transition: transform 0.35s ease-in-out 0s;
    transition: transform 0.35s ease-in-out 0s;
}

.module.startbild .description .start-button:hover {
    animation: none;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: transform 0.15s ease-in-out 0s;
    -moz-transition: transform 0.15s ease-in-out 0s;
    -ms-transition: transform 0.15s ease-in-out 0s;
    -o-transition: transform 0.15s ease-in-out 0s;
    transition: transform 0.15s ease-in-out 0s;
}


@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 10px #F7BC26,
        0 0 0 10px rgba(247, 188, 38, 0.7);
        box-shadow: 0 0 0 10px #F7BC26,
        0 0 0 10px rgba(247, 188, 38, 0.7);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px #F7BC26,
        0 0 0 30px rgba(247, 188, 38, 0);
        box-shadow: 0 0 0 10px #F7BC26,
        0 0 0 30px rgba(247, 188, 38, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 10px #F7BC26,
        0 0 0 10px rgba(247, 188, 38, 0);
        box-shadow: 0 0 0 10px #F7BC26,
        0 0 0 10px rgba(247, 188, 38, 0);
    }
}

.module.startbild .description .start-button .text {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 48px;
    line-height: 48px;
    font-weight: bold;
    text-transform: uppercase;
    color: #F7BC26;
    transition: opacity ease-in-out .15s;
    -webkit-transition: opacity ease-in-out .15s;
    -moz-transition: opacity ease-in-out .15s;
    -o-transition: opacity ease-in-out .15s;
}

.module.startbild .steps-wrapper {
    margin-top: 32px;
    width: 100%;
    padding: 0px calc(50% - 640px);
    min-width: 1280px;
    position: relative;
    z-index: 2;
    padding-bottom: 28px;
}

.module.startbild .steps-wrapper .background {
    background-color: #252525;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 190px;
    z-index: -1;
}

.module.startbild .steps-wrapper .step {
    float: left;
    width: 256px;
}

.module.startbild .steps-wrapper .step .image {
    height: 225px;
    text-align: center;
    transition: transform ease-in-out .8s;
    -webkit-transition: transform ease-in-out .8s;
    -moz-transition: transform ease-in-out .8s;
    -o-transition: transform ease-in-out .8s;

    -webkit-transform-origin: center 50%;
    -moz-transform-origin: center 50%;
    -ms-transform-origin: center 50%;
    -o-transform-origin: center 50%;
    transform-origin: center 50%;
}

.module.startbild .steps-wrapper .step:nth-child(2n) .image {

    -webkit-transform-origin: center 45%;
    -moz-transform-origin: center 45%;
    -ms-transform-origin: center 45%;
    -o-transform-origin: center 45%;
    transform-origin: center 45%;
}

.module.startbild .steps-wrapper .step .image:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.module.startbild .steps-wrapper .step:hover:nth-child(2n) .image {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.module.startbild .steps-wrapper .step .image img {
    height: 100%;
    width: auto;
}

.module.startbild .steps-wrapper .step .text {
    width: 100%;
    text-transform: uppercase;
    color: white;
    text-align: center;
    margin-top: 10px;
}

.module.startbild .steps-wrapper .step .text .number {
    font-weight: bold;
    font-style: italic;
    font-size: 65px;
    line-height: 70px;
    display: inline-block;
    font-family: "Rockwell Std", sans-serif;
}

.module.startbild .steps-wrapper .step .text .description {
    display: inline-block;
    line-height: 25px;
    margin-left: 10px;
    text-align: left;
}

/* Leistungen Slider */
.module.leistungenslider {
    background-color: #f2f2f2;
}
.module + .module.leistungenslider {
    margin-top: 0px;
    width: 100%;
    padding: 65px 0px 60px;
}

.module.leistungenslider .headline-row {
    padding: 0px 40px;
}

.module.leistungenslider .headline-row .title {
    float: left;
    padding-top: 4px;
}

.module.leistungenslider .headline-row .leistungen-navigation {
    float: right;
}
.module.leistungenslider .headline-row .leistungen-navigation .nav-prev,
.module.leistungenslider .headline-row .leistungen-navigation .nav-next {
    -webkit-transition: opacity 0.15s ease-in-out 0s;
    -moz-transition: opacity 0.15s ease-in-out 0s;
    -ms-transition: opacity 0.15s ease-in-out 0s;
    -o-transition: opacity 0.15s ease-in-out 0s;
    transition: opacity 0.15s ease-in-out 0s;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    cursor: pointer;
}

.module.leistungenslider .headline-row .leistungen-navigation .nav-prev:hover,
.module.leistungenslider .headline-row .leistungen-navigation .nav-next:hover {
    opacity: 0.5;
}

.module.leistungenslider .headline-row .leistungen-navigation .nav-prev {
    float: left;
}

.module.leistungenslider .headline-row .leistungen-navigation .nav-next {
    float: right;
    margin-left: 40px;
}

.module.leistungenslider .leistungen-wrapper {
    margin-top: 40px;
}

.module.leistungenslider .leistungen-wrapper .swiper-container {
    position: relative;
}

.module.leistungenslider .leistungen-wrapper .swiper-container .fade-left {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 20px;
    z-index: 3;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f2f2+0,f2f2f2+100&1+0,0+100 */
    background: -moz-linear-gradient(left, rgba(242,242,242,1) 0%, rgba(242,242,242,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(242,242,242,1) 0%,rgba(242,242,242,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(242,242,242,1) 0%,rgba(242,242,242,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#00f2f2f2',GradientType=1 ); /* IE6-9 */
}

.module.leistungenslider .leistungen-wrapper .swiper-container .fade-right {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 20px;
    z-index: 3;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f2f2+0,f2f2f2+100&0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(242,242,242,0) 0%, rgba(242,242,242,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(242,242,242,0) 0%,rgba(242,242,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(242,242,242,0) 0%,rgba(242,242,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f2f2f2', endColorstr='#f2f2f2',GradientType=1 ); /* IE6-9 */
}

.module.leistungenslider .leistungen-wrapper .leistung {
    box-shadow: 0 1px 20px 0 rgba(0,0,0,0.10);
    background-color: white;
    border-radius: 4px;
    width: 413px;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-grow: 1;
    height: auto;
    position: relative;
}

.module.leistungenslider .leistungen-wrapper .leistung .title {
    padding: 20px;
}

.module.leistungenslider .leistungen-wrapper .leistung .img-wrapper {
    width: 100%;
    height: 0px;
    padding-top: 88.09%;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.module.leistungenslider .leistungen-wrapper .leistung .img-wrapper .picture {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.module.leistungenslider .leistungen-wrapper .leistung .text-wrapper {
    padding: 20px 20px 148px;
}

.module.leistungenslider .leistungen-wrapper .leistung .text-wrapper ul {
    list-style-type: none;
    list-style-position: inside;
}

.module.leistungenslider .leistungen-wrapper .leistung .text-wrapper ul li {
    position: relative;
    padding-left: 20px;
}

.module.leistungenslider .leistungen-wrapper .leistung .text-wrapper ul li::before {
    content: "+";
    color: #F7BC26;
    position: absolute;
    left: 0px;
}

.module.leistungenslider .leistungen-wrapper .leistung .configurator-cta {
    padding: 60px 20px 30px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
}

/* Bild Text */
.module.bild_text {
}

.module + .module.bild_text {
    margin-top: 0px;
    width: 100%;
    padding: 60px 20px 80px;
}

.module.last-module.bild_text {
    padding-bottom: 0px;
}


.module.bild_text .title {
    margin-bottom: 100px;
}

.module.bild_text .content {
    background-color: #fafafa;
    box-shadow: 0 1px 40px 0 rgba(0,0,0,0.10);
    border-radius: 4px;
    padding: 20px 20px 140px;
}

.module.bild_text .content .text {
    width: 500px;
    margin-left: 100px;
    float: left;
}

.module.bild_text .content .grafik {
    float: right;
    width: 500px;
    margin-right: 54px;
}

.module.bild_text .content .grafik img {
    width: 100%;
}

/* Single Product*/
.woocommerce-page .body-content-wrapper >.content {
    background-color: #f2f2f2;
    padding: 20px;
}

.woocommerce-page .woocommerce {
    margin: 0px 20px 20px;
    padding: 80px;
    background-color: white;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.10);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.10);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.10);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    z-index: 2;
}

.product-template-default.woocommerce {
    background-color: #1A1A1A;
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message{
    border-top-color: #F7BC26;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.woocommerce-info::before,
.woocommerce-message::before {
    color: #F7BC26;
}

.woocommerce .button.wc-backward {
    background-color: #F7BC26;
    color: #1A1A1A;
}

.woocommerce .button.wc-backward:hover {
    background-color: rgba(247, 188, 38, 0.8);
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 40px;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #1A1A1A;
    font-family: "Montserrat";
    font-weight: 500;
}

.woocommerce .woocommerce-breadcrumb span {
    color: #F7BC26;
}

.woocommerce .woocommerce-breadcrumb a:link,
.woocommerce .woocommerce-breadcrumb a:visited {
    color: #1A1A1A;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images,
.woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 600px;
}


.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #F7BC26;
    font-weight: 300;
    font-size: 30px;
    line-height: 37px;
    font-family: "Montserrat", sans-serif;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 520px;
    margin-right: 70px;
}

.woocommerce .summary h1.product_title {
    margin-top: 0px;
    font-family: "Montserrat", sans-serif;
    font-size: 42px;
    line-height: 48px;
    font-width: 300;
}

.woocommerce .summary .wdm-custom-fields .price-hint {
    font-size: 14px;
    line-height: 19px;
    font-style: italic;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(26, 26, 26, 0.5);
    margin-top: 10px;
    margin-bottom: 40px;
}

.woocommerce .summary .wdm-custom-fields input[type="text"] {
    border-radius: 4px;
    background-color: white;
    height: 54px;
    border: 2px solid transparent;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 30px;
    color: #1A1A1A;
    transition: border-color ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;

}
.woocommerce .summary .wdm-custom-fields .select2-container .select2-selection--single {
    border: 2px solid transparent;
    transition: border-color ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f3f1f1;
}

.woocommerce .summary .wdm-custom-fields input[type="text"]:hover,
.woocommerce .summary .wdm-custom-fields input[type="text"]:focus,
.woocommerce .summary .wdm-custom-fields .select2-container:hover .select2-selection--single {
    border: 2px solid rgba(247, 188, 38, 0.5);
}

.woocommerce .summary .wdm-custom-fields input.not-empty,
.woocommerce .summary .wdm-custom-fields .select2-container.not-empty .select2-selection--single {
    border: 2px solid rgba(247, 188, 38, 1);
}

.woocommerce .summary .wdm-custom-fields input[type="range"].not-empty {
    border: none;
}


.woocommerce .summary .wdm-custom-fields input[type="text"]::-webkit-input-placeholder {
    color: #808080;
}
.woocommerce .summary .wdm-custom-fields input[type="text"]::-moz-placeholder {
    color: #808080;
}
.woocommerce .summary .wdm-custom-fields input[type="text"]:-ms-input-placeholder {
    color: #808080;
}
.woocommerce .summary .wdm-custom-fields input[type="text"]:-moz-placeholder {
    color: #808080;
}


.woocommerce .summary input[type="number"] {
    border-radius: 4px;
    background-color: white;
    height: 54px;
    border: 2px solid transparent;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 30px;
    color: #1A1A1A;
    transition: border-color ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    outline: none;
}

.woocommerce .summary input[type="number"]:hover,
.woocommerce .summary input[type="number"]:focus {
    border: 2px solid rgba(247, 188, 38, 0.5);
}

.woocommerce .summary .wdm-custom-fields select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid transparent;
    border-radius: 4px;
    width: 100%;
    height: 54px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 30px;
    color: #1A1A1A;
    margin-top: 10px;
    background-color: white;


    background-image: url(assets/arrow-down-alpha.svg);
    background-position: right 20px center;
    background-repeat: no-repeat;
    transition: color ease-in-out .15s, border-color ease-in-out .15s, background-color ease-in-out .15s;
    -webkit-transition: color ease-in-out .15s, border-color ease-in-out .15s, background-color ease-in-out .15s;
    -moz-transition: color ease-in-out .15s, border-color ease-in-out .15s, background-color ease-in-out .15s;
    -o-transition: color ease-in-out .15s, border-color ease-in-out .15s, background-color ease-in-out .15s;
}

.woocommerce .summary .wdm-custom-fields select.not-empty {
    border: 2px solid rgba(247, 188, 38, 1);
}

.woocommerce .summary .wdm-custom-fields select::-ms-expand {
    display: none;
}

.woocommerce .summary .wdm-custom-fields select:hover {
    border: 2px solid rgba(247, 188, 38, 0.5);
    background-image: url(assets/arrow-down.svg);

}

.woocommerce .summary .wdm-custom-fields select:focus:active {
    background-color: rgb(255, 255, 255);
}

.woocommerce .summary .wdm-custom-fields select ~ .hint {
    color: rgba(0,0,0,0.5);
    font-family: Montserrat, sans-serif;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
}

.woocommerce .summary .wdm-custom-fields option {
    border-top: 1px solid #444;
    padding: .3em 1em .3em 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 20px 14px 0 0;
}

.woocommerce div.product form.cart div.quantity input {
    width: 54px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt,
.woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: white;
    border: 2px solid #b3b3b3;
    color: #1A1A1A;
    -webkit-font-smoothing: antialiased;
    margin-top: 20px;
    height: 54px;
    width: calc(100% - 68px);
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    transition: border-color ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    width: 100%;
    padding: .618em 1em;
}

.woocommerce .word-preview {
    border-radius: 4px;
    background-color: white;
    min-height: 100px;
    border: 0px solid transparent;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    transition: border-color ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    outline: none;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    cursor: not-allowed;
    width: 100%;
}

.woocommerce .word-preview.dark-background {
    background-color: #1A1A1A;
}

.woocommerce .word-preview .hint {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    color: rgba(26, 26, 26, 0.25);
}

.woocommerce .word-preview.dark-background .hint {
    color: white;
}

.woocommerce .word-preview .text {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    width: 100%;
}
.woocommerce .word-preview input[type=range] {
    -webkit-appearance: none;
    margin: 18px 0px 0px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    box-shadow: none;
    padding: 0px;
    background: rgba(247, 188, 38, 0.2);
    transition: background 0.3s ease-in-out 0s;
}

.woocommerce .word-preview input[type=range]:hover {
    background: rgba(247, 188, 38, 0.5);
}

.woocommerce .word-preview input[type=range]:focus {
    outline: none;
}
.woocommerce .word-preview input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    animate: 0.2s;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    transition: background 0.3s ease-in-out 0s;
}

.woocommerce .word-preview input[type=range]::-webkit-slider-runnable-track:hover {
    background: rgba(247, 188, 38, 0.5);
}

.woocommerce .word-preview input[type=range]::-webkit-slider-thumb {
    border: 2px solid rgba(247, 188, 38, 1);
    height: 25px;
    width: 25px;
    border-radius: 99px;
    background: rgba(247, 188, 38, 1);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
}

.woocommerce .word-preview input[type=range]:focus::-webkit-slider-runnable-track {
}

.woocommerce .word-preview input[type=range]::-moz-range-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    animate: 0.2s;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    transition: background 0.3s ease-in-out 0s;
}

.woocommerce .word-preview input[type=range]::-moz-focus-outer {
    border: 0;
}

.woocommerce .word-preview input[type=range]::-moz-range-track:hover {
    background: rgba(247, 188, 38, 0.5);
}

.woocommerce .word-preview input[type=range]::-moz-range-thumb {
    border: 2px solid rgba(247, 188, 38, 1);
    height: 25px;
    width: 25px;
    border-radius: 99px;
    background: rgba(247, 188, 38, 1);
    cursor: pointer;
}

.woocommerce .word-preview input[type=range]::-ms-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    animate: 0.2s;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-color: transparent;
    color: transparent;
    transition: background 0.3s ease-in-out 0s;
}

.woocommerce .word-preview input[type=range]::-ms-track:hover {
    background: rgba(247, 188, 38, 0.5);
}

.woocommerce .word-preview input[type=range]::-ms-fill-lower {
    background: rgba(247, 188, 38, 0.2);
}

.woocommerce .word-preview input[type=range]::-ms-fill-upper {
    background: rgba(247, 188, 38, 0.2);
}

.woocommerce .word-preview input[type=range]::-ms-thumb {
    border: 2px solid rgba(247, 188, 38, 1);
    height: 25px;
    width: 25px;
    border-radius: 99px;
    background: rgba(247, 188, 38, 1);
    cursor: pointer;
}

.woocommerce .word-preview input[type=range]:focus::-ms-fill-lower {
    background: rgba(247, 188, 38, 0.2);
}

.woocommerce .word-preview input[type=range]:focus::-ms-fill-upper {
    background: rgba(247, 188, 38, 0.2);
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    border: 2px solid rgba(247, 188, 38, 1);
    background-color: white;
    color: #1A1A1A;
}

.woocommerce .product .left-column {
    float: left;
}

.woocommerce .product .product-image {
    width: 600px;
    height: 600px;
    position: relative;
    background-size: cover;
    background-position: center center;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
}

.woocommerce .product .product-image .spinner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.woocommerce .product .product-image .spinner-overlay.show{
    opacity: 1;
    visibility: visible;
}

.woocommerce .product .product-image .spinner-overlay .spinner-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.woocommerce .product .product-image .spinner-overlay .spinner-wrapper .spinner{
    border: 4px solid #F7BC26;;
    border-top: 4px solid #555;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 0.8s linear infinite;
}

.woocommerce .product .description {
    width: 600px;
    float: left;
    margin-top: 100px;
    padding: 0px 20px;
}

.woocommerce .product .description .read-more-btn {
    width: 100%;
    box-shadow: 0 -14px 25px -1px #f3f1f1;
    padding: 8px 16px;
    z-index: 999;
    position: relative;
    display: flex;
    justify-content: center;
    background: #f3f1f1;
    opacity: 1;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    cursor: pointer;
}

.woocommerce .product .description .read-more-btn .btn-inner {
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}

.woocommerce .product .description .read-more-btn .btn-inner:hover{
    opacity: 0.5;
}

.woocommerce .product .description .read-more-btn.expanded{
    transform: translateY(10px);
}

.woocommerce .product .description h2 {
    font-size: 20px;
    line-height: 24px;
    font-family: Montserrat, sans-serif;
    color: #B3B3B3;
}

.woocommerce .product .description h2 + p {
    margin-top: 30px;
}

.woocommerce .product .description p {
    font-size: 18px;
    line-height: 30px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    color: #1A1A1A;
}

.woocommerce .product .description p.p1{
    max-height: 200px;
    transition: max-height 0.3s ease-in-out 0s;
    overflow: hidden;
    opacity: 1;
}

.woocommerce .product .description p.p1.expanded{
    max-height: 1500px;
}

.woocommerce .product {
    padding-bottom: 120px;
}

/* Cart */
.woocommerce table.shop_table {
    overflow: hidden;
    border-radius: 4px;

    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 30px;
}

.woocommerce table.shop_table a:link,
.woocommerce table.shop_table a:visited {

    color: #1A1A1A;
    font-weight: 500;
}

.woocommerce table.shop_table .variation {
    color: #4f4f4f;
}

.woocommerce table.shop_table input[type="number"] {
    border-radius: 4px;
    background-color: #f9f9f9;
    height: 54px;
    border: 2px solid transparent;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    font-size: 18px;
    line-height: 30px;
    color: #1A1A1A;
    transition: border-color ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    outline: none;
}

.woocommerce table.shop_table input[type="number"]:hover,
.woocommerce table.shop_table input[type="number"]:focus {
    border: 2px solid rgba(247, 188, 38, 0.5);
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead {
    background-color: rgba(247, 188, 38, 1);
}



.woocommerce table.shop_table input[type="text"] {
    border-radius: 4px;
    background-color: white;
    height: 54px;
    border: 2px solid transparent;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 30px;
    color: #1A1A1A;
    transition: border-color ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    text-align: center;

}

.woocommerce table.shop_table input[type="text"]:hover,
.woocommerce table.shop_table input[type="text"]:focus {
    border: 2px solid rgba(247, 188, 38, 0.5);
}

.woocommerce table.shop_table input.not-empty {
    border: 2px solid rgba(247, 188, 38, 1);
}

.woocommerce table.shop_table input[type="text"]::-webkit-input-placeholder {
    color: #808080;
    text-align: center;
}
.woocommerce table.shop_table input[type="text"]::-moz-placeholder {
    color: #808080;
}
.woocommerce table.shop_table input[type="text"]:-ms-input-placeholder {
    color: #808080;
}
.woocommerce table.shop_table input[type="text"]:-moz-placeholder {
    color: #808080;
}

.woocommerce table.shop_table input[type="text"]#coupon_code {
    margin-right: 40px;
    width: 180px;
}

.woocommerce table.shop_table button {
    height: 54px;
}

.cart_totals h2 {
    margin: 20px 0px;
}

.cart_totals table {
    border-radius: 4px;
}

.woocommerce .cart_totals table.shop_table a:link,
.woocommerce .cart_totals  table.shop_table a:visited {
    color: #b3b2b2;
}

.cart_totals tr.cart-subtotal,
.cart_totals tr.order-total {
    background-color: #F7BC26;
}

/* Checkout */




.checkout.woocommerce-checkout input[type="text"],
.checkout.woocommerce-checkout input[type="tel"],
.checkout.woocommerce-checkout input[type="email"]{
    border-radius: 4px;
    background-color: #f3f1f1;
    height: 54px;
    border: 2px solid transparent;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 30px;
    color: #1A1A1A;
    transition: border-color ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    text-align: center;

}

.checkout.woocommerce-checkout input[type="text"]:hover,
.checkout.woocommerce-checkout input[type="text"]:focus {
    border: 2px solid rgba(247, 188, 38, 0.5);
}

.checkout.woocommerce-checkout input.not-empty {
    border: 2px solid rgba(247, 188, 38, 1);
}

.checkout.woocommerce-checkout input[type="text"]::-webkit-input-placeholder {
    color: #808080;
    text-align: center;
}
.checkout.woocommerce-checkout input[type="text"]::-moz-placeholder {
    color: #808080;
}
.checkout.woocommerce-checkout input[type="text"]:-ms-input-placeholder {
    color: #808080;
}
.checkout.woocommerce-checkout input[type="text"]:-moz-placeholder {
    color: #808080;
}

.checkout.woocommerce-checkout .address-field .select2-container .select2-selection--single{
    height: 20px;
    width: 100%;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    background-color: #f3f1f1;
}


.checkout.woocommerce-checkout .address-field .select2-container .select2-selection--single .select2-selection__arrow{
    display: flex;
    align-items: center;
    height: 100%;
}

.checkout.woocommerce-checkout .address-field .select2-container .select2-selection--single .select2-selection__arrow b{
    position: relative;
    top: auto;
}

.checkout.woocommerce-checkout .col-2 .woocommerce-additional-fields textarea {
    background-color: #f3f1f1;
    border: none;
    border-radius: 4px;
    height: 8em;
    padding: 20px;
}

.woocommerce table.shop_table input[type="text"]#coupon_code {
    margin-right: 40px;
    width: 180px;
}

.woocommerce a{
    color: #F7BC26;
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}

.woocommerce a:hover{
    opacity: 0.7;
}

@media only screen and (max-width: 1320px) {
    body {
        font-size: 20px;
        line-height: 30px;
    }

    .orange-slash {
        color: #F7BC26;
        display: inline-block;
        padding-right: 10px;
    }

    .body-content-wrapper {
        width: 984px;
    }

    .header-spacer {
        width: 100%;
        height: 140px;
    }

    .header {
        width: 944px;
        height: 120px;
    }

    .header .content {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        padding: 0px 40px;
    }

    .header .content .logo {
        width: 420px;
        height: 120px;
    }

    .header .navigation {
        float: left;
        padding: 21px 0px 0px 70px;
    }

    .header .navigation ul,
    .header .sub-navigation ul {
        list-style: none;
    }

    .header .navigation .menu-header-hauptnavigation-container {
        display: block;
    }

    .header .navigation ul > li,
    .header .sub-navigation ul > li {
        display: block;
    }

    .header .navigation ul > li:first-child {
        font-weight: 600;
    }

    .header .navigation ul > li:after {
        display: none;
    }

    .header .navigation .cart-icon {
        display: block;
        position: absolute;
        top: 35px;
        right: 40px;
    }

    .header .navigation .cart-icon img {
        height: 50px;
        width: auto;
    }

    .footer {
        padding-top: 120px;
        font-size: 18px;
    }

    .footer .content {
        width: 984px;
    }

    .footer .content .first-row {
        padding: 0px 40px 90px;
    }

    .footer .content .last-row {
        padding: 0px 10px 30px;
    }

    .footer .content .last-row .copyright {
        float: none;
        text-transform: uppercase;
        text-align: center;
    }

    .footer .content .last-row .footer-navigation {
        float: none;
        text-transform: uppercase;
        text-align: center;
        margin-top: 20px;
    }

    .footer .content .last-row .footer-navigation ul {
        list-style-type: none;
        list-style-position: inside;
    }

    .footer .content .last-row .footer-navigation ul li {
        display: inline-block;
        float: none;
    }

    .footer .content .last-row .footer-navigation ul li + li {
        margin-left: 40px;
    }

    /* Startbild */
    .module.startbild > .description {
        min-width: 944px;
        padding-right: 20px;
    }

    .module.startbild .description img.funf-schritte {
        width: 733px;
        display: block;
    }

    .module.startbild .description .step-description {
        float: left;
    }

    .module.startbild .description .step-description .yellow-bar {
        height: 68px;
        width: 732px;
        padding-left: 40px;
    }

    .module.startbild .description .step-description .yellow-bar .text {
        font-size: 32px;
        line-height: 32px;
        padding-top: 18px;
    }

    .module.startbild .description .step-description .top-grey-bar {
        height: 34px;
        width: 670px;
        margin-top: 5px;
        padding-left: 40px;
    }

    .module.startbild .description .step-description .bottom-grey-bar {
        height: 34px;
        width: 641px;
        margin-top: 5px;
        padding-left: 40px;
    }

    .module.startbild .description .step-description .top-grey-bar .text,
    .module.startbild .description .step-description .bottom-grey-bar .text {
        color: white;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 32px;
    }

    .module.startbild .description .start-button {
        float: left;
        margin-left: 25px;
        margin-top: 34px;

        width: 166px;
        height: 84px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        top: 15px;
    }

    .module.startbild .description .start-button .text {
        font-size: 35px;
        line-height: 35px;
    }

    .module.startbild .steps-wrapper {
        margin-top: 32px;
        width: 100%;
        padding: 0px calc(50% - 492px);
        min-width: 984px;
        position: relative;
        z-index: 2;
        padding-bottom: 28px;
    }

    .module.startbild .steps-wrapper .background {
        background-color: #252525;
        height: 190px;
    }

    .module.startbild .steps-wrapper .step {
        float: left;
        width: 196px;
    }

    .module.startbild .steps-wrapper .step .image {
        height: 172px;
    }

    .module.startbild .steps-wrapper .step .text {
        margin-top: 10px;
    }

    .module.startbild .steps-wrapper .step .text .number {
        font-size: 65px;
        line-height: 70px;
    }

    .module.startbild .steps-wrapper .step .text .description {
        line-height: 25px;
        margin-left: 10px;
    }

    /* Bild Text */

    .module + .module.bild_text {
        padding: 60px 20px 80px;
    }

    .module.last-module.bild_text {
        padding-bottom: 0px;
    }

    .module.bild_text .title {
        margin-bottom: 100px;
    }

    .module.bild_text .content {
        padding: 20px 20px 140px;
    }

    .module.bild_text .content .text {
        width: 400px;
        margin-left: 20px;
        float: left;
    }

    .module.bild_text .content .grafik {
        float: right;
        width: 400px;
        margin-right: 20px;
    }

    .module.bild_text .content .grafik img {
        width: 100%;
    }
}


@media only screen and (max-width: 984px) {

    .body-content-wrapper {
        width: 730px;
    }

    .header-spacer {
        width: 100%;
        height: 120px;
    }

    .header {
        width: 730px;
        height: 100px;
    }

    .header .content {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        padding: 0px 40px;
    }

    .header .content .logo {
        width: 250px;
        height: 100px;
    }

    .header .navigation ul > li,
    .header .sub-navigation ul > li {
        display: none;
    }

    .header .navigation .cart-icon {
        display: block;
        position: absolute;
        top: 30px;
        right: 120px;
    }

    .header .navigation .cart-icon img {
        height: 40px;
        width: auto;
    }

    .footer {
        padding-top: 120px;
        font-size: 18px;
    }

    .footer .content {
        width: 730px;
    }

    .footer .content .first-row {
        padding: 0px 40px 90px;
        flex-wrap: wrap;
    }

    .footer .content .first-row .block:nth-child(n+3) {
        margin-top: 80px;
    }

    .footer .content .last-row {
        padding: 0px 10px 30px;
    }

    .footer .content .last-row .copyright {
        float: none;
        text-transform: uppercase;
        text-align: center;
    }

    .footer .content .last-row .footer-navigation {
        float: none;
        text-transform: uppercase;
        text-align: center;
        margin-top: 10px;
    }

    .footer .content .last-row .footer-navigation ul {
        list-style-type: none;
        list-style-position: inside;
    }

    .footer .content .last-row .footer-navigation ul li {
        display: inline-block;
        float: none;
        padding-top: 10px;
    }

    .footer .content .last-row .footer-navigation ul li + li {
        margin-left: 40px;
    }

    /* Startbild */
    .module.startbild > .description {
        min-width: 100%;
        padding-right: 0px;
    }

    .module.startbild .description img.funf-schritte {
        width: 100%;
        display: block;
    }

    .module.startbild .description .step-description {
        float: none;
    }

    .module.startbild .description .step-description .yellow-bar {
        height: 65px;
        width: 700px;
        padding-left: 40px;
    }

    .module.startbild .description .step-description .yellow-bar .text {
        font-size: 30px;
        line-height: 28px;
        padding-top: 18px;
    }

    .module.startbild .description .step-description .top-grey-bar {
        height: 34px;
        width: 640px;
        margin-top: 5px;
        padding-left: 40px;
    }

    .module.startbild .description .step-description .bottom-grey-bar {
        height: 34px;
        width: 611px;
        margin-top: 5px;
        padding-left: 40px;
    }

    .module.startbild .description .step-description .top-grey-bar .text,
    .module.startbild .description .step-description .bottom-grey-bar .text {
        color: white;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 32px;
    }

    .module.startbild .description .start-button {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 34px;

        width: 166px;
        height: 84px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        top: 15px;
    }

    .module.startbild .description .start-button .text {
        font-size: 35px;
        line-height: 35px;
    }

    .module.startbild .steps-wrapper {
        margin-top: 60px;
        width: 100%;
        padding: 0px calc(50% - 365px);
        min-width: 730px;
        position: relative;
        z-index: 2;
        padding-bottom: 28px;
    }

    .module.startbild .steps-wrapper .background {
        background-color: #252525;
        height: 502px;
    }

    .module.startbild .steps-wrapper .step {
        float: left;
        width: 196px;
    }

    .module.startbild .steps-wrapper .step.first-step {
        margin-left: 71px;
    }

    .module.startbild .steps-wrapper .step.fourth-step {
        margin-left: 169px;
    }

    .module.startbild .steps-wrapper .step.fourth-step,
    .module.startbild .steps-wrapper .step.fifth-step {
        margin-top: 60px;
    }

    .module.startbild .steps-wrapper .step .image {
        height: 172px;
    }

    .module.startbild .steps-wrapper .step .text {
        margin-top: 10px;
    }

    .module.startbild .steps-wrapper .step .text .number {
        font-size: 65px;
        line-height: 70px;
    }

    .module.startbild .steps-wrapper .step .text .description {
        line-height: 25px;
        margin-left: 10px;
    }

    /* Leistungen Slider */
    .module.leistungenslider .leistungen-wrapper .leistung {
        width: calc(50% - 30px);
    }

    /* Bild Text */

    .module + .module.bild_text {
        padding: 60px 20px 80px;
    }

    .module.last-module.bild_text {
        padding-bottom: 0px;
    }

    .module.bild_text .title {
        margin-bottom: 100px;
        order: 1;
    }

    .module.bild_text .content {
        padding: 20px 20px 40px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .module.bild_text .content .text {
        width: 100%;
        margin-left: 0px;
        padding: 0px 20px;
        margin-top: 60px;
        float: left;
        order: 3;
    }

    .module.bild_text .content .grafik {
        float: right;
        width: 100%;
        margin-right: 20px;
        order: 2;
    }

    .module.bild_text .content .grafik img {
        width: 100%;
    }
}


@media only screen and (max-width: 760px) {

    .body-content-wrapper {
        width: 100%;
    }

    .header-spacer {
        width: 100%;
        height: 120px;
    }

    .header {
        width: 100%;
        height: 100px;
    }

    .header .content {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        padding: 0px 20px;
    }

    .header .content .logo {
        width: 250px;
        height: 100px;
    }

    .header .navigation .cart-icon {
        display: block;
        position: absolute;
        top: 35px;
        right: 20px;
    }

    .header .navigation .cart-icon img {
        height: 40px;
        width: auto;
    }

    .footer {
        padding-top: 120px;
        font-size: 18px;
    }

    .footer .content {
        width: 100%;
    }

    .footer .content .first-row {
        padding: 0px 40px 90px;
        flex-wrap: wrap;
        display: block;
    }

    .footer .content .first-row .block:nth-child(n+2) {
        margin-top: 80px;
    }

    .footer .content .last-row {
        padding: 0px 40px 30px;
    }

    .footer .content .last-row .copyright {
        float: none;
        text-transform: uppercase;
        text-align: center;
    }

    .footer .content .last-row .footer-navigation {
        float: none;
        text-transform: uppercase;
        text-align: center;
        margin-top: 10px;
    }

    .footer .content .last-row .footer-navigation ul {
        list-style-type: none;
        list-style-position: inside;
    }

    .footer .content .last-row .footer-navigation ul li {
        display: inline-block;
        float: none;
        padding-top: 10px;
    }

    .footer .content .last-row .footer-navigation ul li + li {
        margin-left: 40px;
    }

    /* Startbild */
    .module.startbild > .description {
        min-width: 100%;
        padding-right: 0px;
    }

    .module.startbild .description img.funf-schritte {
        width: 100%;
        display: block;
    }

    .module.startbild .description .step-description {
        float: none;
        padding-right: 0px;
    }
    .module.startbild .description .step-description .yellow-bar {
        background-image: none;
        height: auto;
        width: 100%;
        -webkit-background-size: contain;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        padding-left: 0px;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7c02b+0,fdd366+50,fac54e+50,f7b41e+100 */
        background: #f7c02b; /* Old browsers */
        background: -moz-linear-gradient(top, #f7c02b 0%, #fdd366 50%, #fac54e 50%, #f7b41e 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #f7c02b 0%,#fdd366 50%,#fac54e 50%,#f7b41e 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #f7c02b 0%,#fdd366 50%,#fac54e 50%,#f7b41e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7c02b', endColorstr='#f7b41e',GradientType=0 ); /* IE6-9 */
        border-top: 2px solid white;
        border-bottom: 2px solid white;
    }

    .module.startbild .description .step-description .yellow-bar .text {
        font-size: 30px;
        line-height: 32px;
        text-align: center;
        padding: 20px;
    }

    .module.startbild .description .step-description .top-grey-bar {
        height: auto;
        width: 100%;
        margin-top: 0px;
        padding-left: 0px;
        background-image: none;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#484746+0,070503+50,484745+100 */
        background: #484746; /* Old browsers */
        background: -moz-linear-gradient(top, #484746 0%, #070503 50%, #484745 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #484746 0%,#070503 50%,#484745 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #484746 0%,#070503 50%,#484745 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484746', endColorstr='#484745',GradientType=0 ); /* IE6-9 */
    }

    .module.startbild .description .step-description .top-grey-bar .text {
        text-align: center;
    }

    .module.startbild .description .step-description .bottom-grey-bar {
        height: auto;
        width: 100%;
        background-image: none;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#484746+0,070503+50,484745+100 */
        background: #484746; /* Old browsers */
        background: -moz-linear-gradient(top, #484746 0%, #070503 50%, #484745 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #484746 0%,#070503 50%,#484745 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #484746 0%,#070503 50%,#484745 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484746', endColorstr='#484745',GradientType=0 ); /* IE6-9 */

    }

    .module.startbild .description .step-description .top-grey-bar .text,
    .module.startbild .description .step-description .bottom-grey-bar .text {
        color: white;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 32px;
        padding: 10px 20px;
    }

    .module.startbild .description .start-button {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 34px;

        width: 166px;
        height: 84px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        top: 15px;
    }

    .module.startbild .description .start-button .text {
        font-size: 35px;
        line-height: 35px;
    }

    .module.startbild .steps-wrapper {
        margin-top: 60px;
        width: 100%;
        padding: 0px 20px 28px;
        min-width: unset;
        position: relative;
        z-index: 2;
    }

    .module.startbild .steps-wrapper .background {
        background-color: #252525;
        height: calc(100%);
    }

    .module.startbild .steps-wrapper .step {
        float: none;
        width: 100%;
        position: relative;
        z-index: 5;
    }

    .module.startbild .steps-wrapper .step.first-step {
        margin-left: 0px;
        padding-top: 80px;
    }

    .module.startbild .steps-wrapper .step.fourth-step {
        margin-left: 0px;
    }

    .module.startbild .steps-wrapper .step.second-step,
    .module.startbild .steps-wrapper .step.third-step,
    .module.startbild .steps-wrapper .step.fourth-step,
    .module.startbild .steps-wrapper .step.fifth-step {
        margin-top: 80px;
    }

    .module.startbild .steps-wrapper .step .image {
        height: auto;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .module.startbild .steps-wrapper .step .image img {
        height: auto;
        width: 100%;
    }

    .module.startbild .steps-wrapper .step .text {
        margin-top: 10px;
    }

    .module.startbild .steps-wrapper .step .text .number {
        font-size: 65px;
        line-height: 70px;
    }

    .module.startbild .steps-wrapper .step .text .description {
        line-height: 25px;
        margin-left: 10px;
    }

    /* Leistungen Slider */
    .module.leistungenslider .leistungen-wrapper .leistung {
        width: calc(100% - 40px);
    }

    /* Bild Text */

    .module + .module.bild_text {
        padding: 60px 20px 80px;
    }

    .module.last-module.bild_text {
        padding-bottom: 0px;
    }

    .module.bild_text .title {
        margin-bottom: 100px;
        order: 1;
    }

    .module.bild_text .content {
        padding: 20px 20px 40px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .module.bild_text .content .text {
        width: 100%;
        margin-left: 0px;
        padding: 0px 20px;
        margin-top: 60px;
        float: left;
        order: 3;
    }

    .module.bild_text .content .grafik {
        float: right;
        width: 100%;
        margin-right: 20px;
        order: 2;
    }

    .module.bild_text .content .grafik img {
        width: 100%;
    }
}
