@charset "UTF-8";

/* ≡≡≡ Webfonts ≡≡≡ */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto/roboto_300.eot');
    src: local(''),
    url('../fonts/roboto/roboto_300.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto/roboto_300.woff2') format('woff2'),
    url('../fonts/roboto/roboto_300.woff') format('woff'),
    url('../fonts/roboto/roboto_300.ttf') format('truetype'),
    url('../fonts/roboto/roboto_300.svg#Roboto') format('svg');
}


@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto/roboto.eot');
    src: local(''), url('../fonts/roboto/roboto.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto/roboto.woff2') format('woff2'),
    url('../fonts/roboto/roboto.woff') format('woff'),
    url('../fonts/roboto/roboto.ttf') format('truetype'),
    url('../fonts/roboto/roboto.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto/roboto_700.eot');
    src: local(''), url('../fonts/roboto/roboto_700.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto/roboto_700.woff2') format('woff2'),
    url('../fonts/roboto/roboto_700.woff') format('woff'),
    url('../fonts/roboto/roboto_700.ttf') format('truetype'),
    url('../fonts/roboto/roboto_700.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto_serif/noto_serif.eot');
    src: local(''),
    url('../fonts/noto_serif/noto_serif.eot?#iefix') format('embedded-opentype'),
    url('../fonts/noto_serif/noto_serif.woff2') format('woff2'),
    url('../fonts/noto_serif/noto_serif.woff') format('woff'),
    url('../fonts/noto_serif/noto_serif.ttf') format('truetype'),
    url('../fonts/noto_serif/noto_serif.svg#NotoSerif') format('svg');
}

@font-face {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/noto_serif/noto_serif_700.eot');
    src: local(''),
    url('../fonts/noto_serif/noto_serif_700.eot?#iefix') format('embedded-opentype'),
    url('../fonts/noto_serif/noto_serif_700.woff2') format('woff2'),
    url('../fonts/noto_serif/noto_serif_700.woff') format('woff'),
    url('../fonts/noto_serif/noto_serif_700.ttf') format('truetype'),
    url('../fonts/noto_serif/noto_serif_700.svg#NotoSerif') format('svg');
}


/* ≡≡≡ Colors ≡≡≡ */
.turquoise { color: #1abc9c !important; }
.bg-turquoise { background-color: #1abc9c !important; }
.turquoise-dark { color: #16a085 !important; }
.bg-turquoise-dark { background-color: #16a085 !important; }
.bg-turquoise-light { background-color: #9affde !important; }

.green { color: #2ecc71 !important;}
.bg-green { background-color: #2ecc71 !important; }
.green-dark { color: #27ae60 !important; }
.bg-green-dark { background-color: #27ae60 !important; }
.bg-green-light { background-color: #abffcd !important; }

.blue { color: #3498db !important; }
.bg-blue { background-color: #3498db !important; }
.blue-dark { color: #2980b9 !important; }
.bg-blue-dark { background-color: #2980b9 !important; }
.bg-blue-light { background-color: #addfff !important; }

.purple { color: #9b59b6 !important; }
.bg-purple { background-color: #9b59b6 !important; }
.purple-dark { color: #8e44ad !important; }
.bg-purple-dark { background-color: #8e44ad !important; }
.bg-purple-light { background-color: #ebbcff !important; }

.black { color: #34495e !important; }
.bg-black { background-color: #34495e !important; }
.black-dark { color: #2c3e50 !important; }
.bg-black-dark { background-color: #2c3e50 !important; }

.yellow { color: #f1c40f !important; }
.bg-yellow { background-color: #f1c40f !important; }
.yellow-dark { color: #f39c12 !important; }
.bg-yellow-dark { background-color: #f39c12 !important; }
.bg-yellow-light { background-color: #ffe7c1 !important; }

.orange { color: #e67e22 !important; }
.bg-orange { background-color: #e67e22 !important; }
.orange-dark { color: #d35400 !important; }
.bg-orange-dark { background-color: #d35400 !important; }
.bg-orange-light { background-color: #ffd0b3 !important; }

.red { color: #e74c3c !important; }
.bg-red { background-color: #e74c3c !important; }
.red-dark { color: #c0392b !important; }
.bg-red-dark { background-color: #c0392b !important; }
.bg-red-light { background-color: #ffb9b1 !important; }

.white { color: #ecf0f1 !important; }
.bg-white { background-color: #ecf0f1 !important; }
.white-dark { color: #bdc3c7 !important; }
.bg-white-dark { background-color: #bdc3c7 !important; }
.bg-white-light { background-color: #d8d8d8 !important; }

.grey { color: #95a5a6 !important; }
.bg-grey { background-color: #95a5a6 !important; }
.grey-dark { color: #7f8c8d !important; }
.bg-grey-dark { background-color: #7f8c8d !important; }


/* ≡≡≡ Core ≡≡≡ */
:root {
    --maxwidth: 1200px;
    --maxwidth-large: 1400px;

    --spacing-v: 35px;
    --spacing-h-sm: 30px;
    --spacing-h-md: 80px;
    --spacing-h-lg: 155px;
    --spacing-content: 30px;

    --font-main: 'Roboto';
    --font-sub: 'Noto Serif';
    --font-size: 14px;
    --line-height: 1.2;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    outline: none;
}

body {
    margin: 0px;
    padding: 0px;
    background: #ffffff;
    font-size: var(--font-size);
    line-height: var(--line-height);
    font-weight: 400;
    font-family: var(--font-main);
    color: var(--color-sub-a);
    word-break: break-word;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden; /* Ist drin wegen Testimonials */
}
.hidden {
    display: none!important;
}

/* === Headings === */

h1, .h1 {
    display: block;
    margin: 0px 0px var(--spacing-content) 0px;
    font-size: 36px;
    line-height: 44px;
    font-weight: 400;
    font-family: var(--font-sub);
}

h2, .h2 {
    display: block;
    margin: 0px 0px calc(var(--spacing-content) * 0.75) 0px;
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
    font-family: var(--font-sub);
}

h3, .h3 {
    display: block;
    margin: 0px 0px calc(var(--spacing-content) * 0.5) 0px;
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    font-family: var(--font-sub);
}

h4, .h4,
h5, .h5,
h6, .h6 {
    display: block;
    margin: 0px 0px calc(var(--spacing-content) * 0.25) 0px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    font-family: var(--font-sub);
}
/* === Text === */

p {
    margin: 0px 0px var(--spacing-content) 0px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    color: var(--color-sub-b);
}

p:last-child {
    margin-bottom: 0px;
}

strong, b {
    font-weight: 700;
}

/* === Links === */

a {
    color: var(--color-main-b);
    text-decoration: none;
    transition: color 0.15s ease;
}

a:hover {
    color: var(--color-main-a);
    text-decoration: none;
    transition: color 0.3s ease;
}

/* === Lists === */

ul ul,
ol ol,
ul ol,
ol ul {
    margin-top: 13px;
}

/* --- Unordered Lists --- */

ul {
    margin: 0px 0px var(--spacing-content) 0px;
    padding: 0px 0px 0px 20px;
    list-style: none;
}

ul > li {
    position: relative;
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    color: var(--color-sub-b);
}

ul > li::before {
    display: inline-block;
    position: absolute;
    top: 7px;
    left: -18px;
    content: '';
    width: 7px;
    height: 7px;
    background: var(--color-main-b);
    border-radius: 7px;
}

ul > li > ul > li::before {
    background: var(--color-sub-d);
}

/* --- Ordered Lists --- */

ol {
    margin: 0px 0px var(--spacing-content) 0px;
    padding: 0px 0px 0px 25px;
    list-style: none;
    counter-reset: ol-list;
}

ol > li {
    position: relative;
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    color: var(--color-sub-b);
    counter-increment: ol-list;
}

ol > li::before {
    position: absolute;
    top: 0px;
    left: -23px;
    content: counter(ol-list) ". ";
    color: var(--color-main-b);
}

ol > li > ol > li::before {
    color: var(--color-sub-d);
}

/* === Lines === */

hr {
    display: block;
    opacity: 0.25;
    width: 100%;
    height: 1px;
    margin: var(--spacing-content) 0px;
    background-color: currentColor;
    border: 0px;
    color: inherit;
}

/* === Tables === */

.table-wrap {
    margin: 0px 0px var(--spacing-content) 0px;
}

table {
    border: 0px;
    border-spacing: 0px;
}

table th {
    padding: 13px 24px 11px 24px;
    background: var(--color-main-d);
    border: 0px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: var(--color-sub-a);
}

table th:first-child {
    border-top-left-radius: 4px
}

table th:last-child {
    border-top-right-radius: 4px
}

table td {
    padding: 18px 24px 17px 24px;
    border: 0px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}

table tr:last-child td {
    border-bottom: 0px;
}

/* === Images === */

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

/* === Figures === */

figure {
    margin: 0px 0px var(--spacing-content) 0px;
}

figure img {
    border-radius: 20px;
}

figcaption {
    margin: 0px;
    padding: 6px 0px 0px 0px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: var(--color-sub-c);
    text-align: right;
}

/* === Forms === */

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

legend {
    width: 100%;
    margin: 0px 0px var(--spacing-content) 0px;
    padding: 0px;
    float: none;
}

label {
    display: inline-block;
}

input,
textarea,
button,
select {
    margin: 0px;
}

select {
    text-transform: none;
    word-wrap: normal;
}

textarea {
    resize: vertical;
}

button {
    border-radius: 0px;
    cursor: pointer;
    text-transform: none;
}

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

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

/* Formular START */

legend {
    margin: 0px 0px var(--spacing-content) 0px;
}

input, textarea,
button, select {
    margin: 0px;
}

input[type="radio"], input[type="checkbox"] {
    position: relative;
    top: 6px;
    width: 26px;
    height: 26px;
    margin-right: 5px;
    border: 2px solid var(--color-sub-g);
    box-shadow: 0px 0px 0px 2px var(--color-sub-g);
    transition: 0.2s all linear;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="radio"] {
    border-radius: 50%;
}

input[type="checkbox"] {
    border-radius: 6px;
}

input[type="radio"]:checked {
    border: 4px solid var(--color-sub-f);
    background: var(--color-main-a);
}

/*input#checkbox:checked:after{
	content: '✓';
	font-size: 36px;
	position: absolute;
	color: var(--color-main-a);
	margin-top: -17px;
	display: inline;
	font-weight: 700;
}*/

.checkbox-wrap {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-top: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 11px;
    font-weight: lighter;
    padding-right: 0px;
    line-height: 14px;
}

.checkbox-wrap.checkbox-lta{
    margin-top: 0px;
    font-size: 18px;
    font-weight: lighter;
    padding-right: 0px;
    line-height: 22px;
}

.checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    top: 0px;
    left: 0px;
}

.checkbox-wrap .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 25px;
    width: 25px;
    /*border: 2px solid var(--color-sub-g);
    box-shadow: 0px 0px 0px 2px var(--color-sub-g);*/
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 2px #fff;
    border-radius: 6px;
    background-color: #fff;
}
.checkbox-wrap .checkmark.check-lta {
    border-color: #ebebeb;
}

/* checkbox groupon */
.checkbox-wrap.checkbox-wrap-groupon {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    margin-top: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 11px;
    font-weight: lighter;
    padding-right: 0px;
    line-height: 18px;
    padding-top: 4px;
}


.checkbox-wrap .checkmark.checkmark-groupon {
    background-color: #fefefe;
    border: 2px solid #ebebeb;
    border-radius: 6px;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 0px;
    left: 0;
    box-shadow: 0px 0px 0px 2px #fff;
}




.checkbox-wrap input:checked ~ .checkmark {
    background-color: var(--color-sub-e);
    background-color: #fff;

}


.checkbox-wrap .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-wrap input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-wrap .checkmark:after {
    left: 8px;
    top: -6px;
    width: 11px;
    height: 25px;
    border: solid var(--color-main-a);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.checkbox-wrap a {
    text-decoration: underline;
}

.checkbox-error {
    border-color: hsl(0, 100%, 50%) !important;
}

.error-msg-text {
    color: hsl(0, 100%, 50%);
    font-size: 12px;
    font-weight: 300;
    margin-top: 5px;
}

.text-danger{
    color: hsl(0, 100%, 50%);
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
}

.text-success{
    color: hsl(120, 100%, 30%);
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
}

.text-warning{
    color: hsl(40, 100%, 50%);
    font-size: 12px;
}


input[type="text"], input[type="number"],
input[type="password"], input[type="email"],
input[type="tel"], input[type="time"], input[type="date"], select {
    padding: 0px 10px;
    line-height: 38px;
}

input[type="text"], input[type="number"], input[type="password"], input[type="email"], input[type="tel"], input[type="time"], input[type="date"], select, textarea {
    border: 2px solid var(--color-sub-g);
    border-radius: 6px;
    font-family: 'Roboto';
    font-size: 16px;
    width: 100%;
    color: var(--color-sub-a);
}


input[type="number"] {
    padding: 0px 0px 0px 10px;
}

select {
    /*padding: 7px 10px;*/
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) calc(50% - 2px);
}

input#checkbox {
    position: relative;
    right: 30px;
    margin-bottom: -18px;
}

textarea {
    height: 100px;
    padding: 8px 12px;
}

span.star {
    color: var(--color-main-a);
    font-weight: 100;
}

fieldset button, fieldset input[type="submit"], fieldset input[type="button"] {
    color: var(--color-sub-f);
    background-color: var(--color-main-a);
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 18px;
}

fieldset button:hover, fieldset input[type="submit"]:hover, fieldset input[type="button"]:hover {
    background-color: var(--color-main-b);
}

label {
    padding-right: 20px;
    margin-bottom: 5px;
    font-weight: lighter;
    color: #464646;
}

/*select.valid, textarea.valid, input.valid{
    border-color:var(--color-sub-d);
}*/
select:focus, textarea:focus, input[type="text"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="date"]:focus {
    border-color: var(--color-sub-d);
}

/* Formular END */

/* === Blockquotes === */

blockquote {
    margin: 0px 0px var(--spacing-content) 0px;
}

/* === Pre === */

pre {
    margin: 0px 0px var(--spacing-content) 0px;
}

/* === Maxwidths === */

.maxwidth {
    max-width: var(--maxwidth);
    margin: 0 auto;
}

.maxwidth-large {
    max-width: var(--maxwidth-large);
    margin: 0 auto;
}

/* === Spacings === */

.spacing-top-sm {
    padding-top: var(--spacing-h-sm);
}

.spacing-top-md {
    padding-top: var(--spacing-h-md);
}

.spacing-top-lg {
    padding-top: var(--spacing-h-lg);
}

.spacing-bot-sm {
    padding-bottom: var(--spacing-h-sm);
}

.spacing-bot-md {
    padding-bottom: var(--spacing-h-md);
}

.spacing-bot-lg {
    padding-bottom: var(--spacing-h-lg);
}

/* === Text Aligns === */

.text-left {
    text-align: left;
}

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

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

.text-justify {
    text-align: justify;
}

/* === Flexbox === */

.display-flex {
    display: flex;
    align-items: flex-start;
}

/* === Buttons === */

.btn {
    display: inline-block;
    padding: 9px 24px 7px 24px;
    background-color: var(--color-main-c);
    border: none;
    border-radius: 5px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.18);
    cursor: pointer;
    font-weight: 700;
    color: var(--color-main-a);
    text-align: center;
    text-decoration: none;
    transition: color 0.15s ease, background 0.15s ease;
    vertical-align: middle;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    appearance: none;
}

.btn:hover {
    background-color: var(--color-main-d);
    color: var(--color-main-b);
    transition: color 0.3s ease, background 0.3s ease;
}

.btn:disabled,
.btn.disabled {
    opacity: 0.65;
    pointer-events: none;
}

.btn-checkout {
    display: flex;
    padding: 10px 16px 8px 16px;
    background-color: var(--color-main-a);
    border: none;
    border-radius: 5px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.18);
    cursor: pointer;
    font-weight: 700;
    color: var(--color-main-e);
    text-align: center;
    text-decoration: none;
    transition: color 0.15s ease, background 0.15s ease;
    vertical-align: middle;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    appearance: none;
}
.btn-checkout span{

    color: var(--color-main-e)!important;
    font-size: var(--font-size)!important;

}

.btn-checkout.btn-checkout-final {
    padding: 6px 40px;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    max-width: 300px;
    text-align: center;
    justify-content: center;
}


.btn-checkout-prev {
    padding-right: 20px;
}

.btn-checkout-next, .btn-groupon-next {
    padding-left: 20px;

}



.btn-checkout-next i, .btn-groupon-next i {
    margin-left: 10px;
    transform: translateX(0px);
    transition: all 300ms ease;
}

.btn-checkout-prev i {
    margin-right: 10px;
    transform: translateX(0px);
    transition: all 300ms ease;
}

.btn-checkout:hover, .btn-groupon-next:hover {
    background-color: var(--color-main-c);
    /*background-color: #fdc9b3;*/
    color: var(--color-main-a);
}

.btn-checkout-next:hover i, .btn-groupon-next:hover i {
    transform: translateX(8px);
}

.btn-checkout-prev:hover i {
    transform: translateX(-8px);
}


/* === GROUPON BUTTONS === */

.btn-groupon-next {
    max-height: 38px;
    margin-top: 5px;
    font-size: 13px;
    float: right;
}



/* === INPUT RADIO SWITCH === */
.gutschein-rabatt-wrapper {
    padding: 10px;
}

input.radio-switch {
    appearance: none !important;
    height: 20px !important;
    width: 40px !important;
    /*background-color: #e9531d !important;*/
    background-color: var(--color-sub-c) !important;
    cursor: pointer !important;
    border-radius: 10px !important;
    position: relative !important;
    transition: background-color 0.3s ease !important;
    border: none !important;
    /*box-shadow: 0px 0px 0px 2px #f0e1db !important;*/
    box-shadow: 0px 0px 0px 2px var(--color-main-e) !important;
    margin: 0px 10px 0px 10px !important;
    cursor: pointer;
}

input.radio-switch::before {
    content: "" !important;
    height: 100% !important;
    width: 50% !important;
    background-color: #fff !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #e8e8e8));
    position: absolute !important;
    border-radius: 50% !important;
    /*border: #e9531d solid 0.2em !important;*/
    border: var(--color-main-a) solid 0.2em !important;
    transition: transform 0.3s ease, border-color 0.3s ease !important;
}
input.radio-switch:checked {
    /*background-color: #e9531d !important;*/
    background-color: var(--color-main-a) !important;
}

input.radio-switch:checked::before {
    border-color: #e9531d !important;
    border-color: var(--color-main-a) !important;
    transform: translateX(100%) !important;
}





/* === Gutschein / Rabattcode === */

.gutscheinrabatt-checkbox-wrapper span {
    font-weight: lighter;
}

.gutscheinrabatt-checkbox-wrapper span:first-child {
    margin-left: 30%;
}

.gutschein-rabattcode-box {
    padding: 10px;
    margin-top: 20px;
    /*border: solid 2px #f0e1db;*/
    border: solid 2px var(--color-main-d);
    border-radius: 5px;
}

.gutschein-rabattcode-box label {
    font-size: 12px;
    font-weight: lighter;
    margin-top: 10px;
}

input.rabattcode, input.gutscheincode {
    font-size: 14px !important;
    padding: 5px 10px !important;
    line-height: 14px !important;
    border: 0px !important;
    width: 86% !important;
    border-radius: 4px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;

}



.btn-rabattcode, .btn-gutschein {
    font-size: 12px;
    /*background: #C0B4AF;*/
    background: var(--color-aux-a);
    color: #fff;
    padding: 6px 10px 6px 10px;
    line-height: 14px;
    cursor: pointer;
    transition: background 0.8s ease;
    position:absolute;
    float:right
}

.btn-rabattcode.glow, .btn-gutschein.glow {
    transition: background 0.8s ease;
    animation-name: glow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(255, 137, 46, 0);
    -moz-box-shadow: 0px 0px 5px 3px rgba(255, 137, 46, 0);
    box-shadow: 0px 0px 5px 3px rgba(255, 137, 46, 0);
    /*background: #C0B4AF;*/
    background: var(--color-aux-a);
}

.btn-rabattcode.valid, .btn-gutschein.valid {
    background: #279d07;
    padding: 6px 8px 6px 8px;
}


/* === Utilities === */

.noselect {
    cursor: default;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

/* === Fixes === */

.wow {
    visibility: hidden;
}

/* ≡≡≡ Template ≡≡≡ */

/* === Header === */

#header-wrap {
    background-color: var(--color-main-c);
}

#header {
    position: fixed;
    z-index: 998;
    background: #ffffff;
    box-shadow: 0px 3px 30px hsla(0, 0%, 0%, 0.1);
    width: 100%;
}

#header.is-stuck {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
}

#header > .inner {
    display: flex;
    align-items: center;
}

#header .logo-wrap {
    width: 100%;
    max-width: 250px;
    text-align: center;
    margin: 15px 64px 25px 0px;
}

#header .checkout-wrap {
    width: 100%;
}


#header.is-stuck .logo-wrap {
    padding-bottom: 0px;
    transition: padding 0.3s ease;
}

#header .mainmenu-wrap {
    margin-right: auto;
}

#header .warenkorb-wrap {
    margin-left: auto;
}

/* === Logo === */

#logo {
    display: inline-block;
    height: 60px;
    margin: 0 auto;
    transition: height 0.15s ease 0.15s;
}

.is-stuck #logo {
    height: 24px;
    transition: height 0.3s ease;
}

#logo svg {
    display: block;
    height: 100%;
    margin: 0 auto;
}

#logo svg .whi-long {
    opacity: 1;
    transition: opacity 0.15s ease 0.15s;
}

.is-stuck #logo .whi-long {
    opacity: 0;
    transition: opacity 0.3s ease;
}

#logo .whi-short {
    opacity: 0;
    transition: opacity 0.15s ease;
}

.is-stuck #logo .whi-short {
    opacity: 1;
    transition: opacity 0.3s ease 0.3s;
}


/* === Checkout Steps === */
div.checkout-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 32%, rgb(225, 225, 225) 35%, rgba(225, 225, 225, 1) 36%, rgba(225, 225, 225, 1) 37%, rgba(255, 255, 255, 1) 38%);
    margin-top: 10px;
}

div.checkout-steps a {
    cursor: default;
}

div.checkout-steps .off {
    pointer-events: none !important;
    cursor: not-allowed;
}

div.checkout-steps > * {
    min-width: 120px;
    text-align: center;
    color: #ffffff;
}

div.checkout-steps > * .bgw {
    background-color: #ffffff;
    padding: 0px 8px;
}

div.checkout-steps .off .label,
div.checkout-steps .off .number {
    opacity: 0.5;
}

div.checkout-steps .label {
    margin: 5px;
    color: #333333;
    display: block;
    background-color: unset;
    font-size: 15px;
    font-weight: normal;
    text-shadow: unset;
}

select.invalid,
textarea.invalid,
input.invalid {
    border-color: var(--color-main-a) !important;
}


input[type="checkbox"] {
    cursor: pointer;
}

div.checkout-steps .number {
    background-color: var(--color-main-a);
    border: 2px solid var(--color-main-a);
    color: #ffffff;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.12em;
}

div.checkout-steps .ready .number {
    content: '✓';
    color: var(--color-main-a);
    background-color: #ffffff;
}


/* === Form === */

.form-section-lieferadresse, .form-section-zertifikat {
    margin-top: 20px;
}

.form-section-zusammenfassung {
    margin-top: 40px;
}


.form-section.border-bottom {
    border-bottom: solid 1px #F1F1F1;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 15px;
    margin-right: -40px;
}


.form-section span {
    font-size: 15px;
    font-weight: lighter;
    color: #aaaaaa;
}




.form-section hr {
    margin: 10px 0px;
    background-color: #aaaaaa;

}

.formrow select {
    background-color: #ffffff !important;
}

.formrow .row textarea,
.formrow .row select,
.formrow .row input {
    width: 100%;
}

.formrow .row {
    padding: 4px 0px 20px 0px;
}

.form-control-feedback {
    position: absolute;
    color: #777;
    margin-left: 4px;
    font-size: 11px;
}

.lieferadresse {
    margin-top: 30px;
}

/* === Zusammenfassung === */

.zusammenfassung {
    /*background: #ffefe8;*/
    background: var(--color-main-d);
    border: solid 0px #fff;
    border-radius: 20px;
    padding: 20px;
    margin-left: 20px;
}

.zusammenfassung .checkboxes {
    margin-top: 20px;
}

.zusammenfassung .label {
    font-family: "Noto Serif";
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
}

.zusammenfassung .auflistung {
    padding: 10px;
}
.zusammenfassung .subnote, .subnote {
    font-size: 10px;
    font-weight: normal;
    line-height: 14px;
    /*color: #C0B4AF;*/
    color: var(--color-aux-a);
    margin-right: 40px;
    margin-top: 3px;
}

.subnote {
    color: #aaaaaa;
}


.flexline2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: baseline;
    align-content: space-between;
    /*border-bottom: 1px solid #F0E1DB;*/
    border-bottom: 1px solid var(--color-aux-b);
    padding: 10px 0px;
    font-size: 16px;
    font-weight: lighter;
}

.flexline2.big {
    border-bottom: none;
}

.flexline2.flexline2-top {
    border-bottom: none;
    /*border-top: 1px solid #F0E1DB;*/
    border-top: 1px solid var(--color-aux-b);
}

.flexline2 > * {
    flex: 1 1 auto;
}

.flexline2 > *:last-child {
    text-align: right;

}

.flexline2.big {
    font-weight: bold;
}

.flexline2 small {
    font-size: 0.65em;
    /*color: #C0B4AF;*/
    color: var(--color-aux-a);
    font-weight: lighter;
}

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

.checkout-nav.final {
    justify-content: center;
}

div.headline {
    font-size: 18px;
    line-height: 28px;
    margin-top: 13px;
    font-weight: 400;
}

div.headline + span {
    font-weight: lighter;

}

/* === Payment methods === */
input.payment-methods {
    width: 26px !important;
    height: 26px !important;
    border: 0px solid var(--color-sub-g) !important;
    top: 25px !important;
    cursor: pointer;
}


input.payment-methods:checked {
    border: 4px solid var(--color-sub-f) !important;
}

label[for="#jform_bezahlmethode_klarna"] {
    background: #fff url(../img/payment_klarna.svg) no-repeat center;
    background-size: contain;
    width: 135px;
    height: 75px;
    cursor: pointer;
}


label[for="#jform_bezahlmethode_klarna_neu"] {
    background: #fff url(../img/payment_klarna_neu.png) no-repeat center;
    background-size: contain;
    width: 135px;
    height: 75px;
    cursor: pointer;
}

label[for="#jform_bezahlmethode_paypal"] {
    background: #f5f5f5 url(../img/payment_paypal.svg) no-repeat center;
    background-size: contain;
    border: solid 10px #f5f5f5;
    border-radius: 15px;
    width: 135px;
    height: 75px;
    cursor: pointer;
}

label[for="#jform_bezahlmethode_paypalrate"] {
    background: #f5f5f5 url(../img/payment_paypal.svg) no-repeat center;
    background-size: contain;
    border: solid 10px #f5f5f5;
    border-radius: 15px;
    width: 135px;
    height: 75px;
    cursor: pointer;
}


label[for="#jform_bezahlmethode_bankueberweisung"] {
    background: #f5f5f5 url(../img/payment_vorkasse.png) no-repeat center;
    background-size: contain;
    border: solid 4px #f5f5f5;
    border-radius: 15px;
    width: 135px;
    height: 75px;
    cursor: pointer;
}

label[for="#jform_bezahlmethode_bankueberweisungrate"] {
    background: #f5f5f5 url(../img/payment_vorkasse.png) no-repeat center;
    background-size: contain;
    border: solid 4px #f5f5f5;
    border-radius: 15px;
    width: 135px;
    height: 75px;
    cursor: pointer;
}


label[for="#jform_bezahlmethode_finapi_einmal"] {
    background: #f5f5f5 url(../img/payment_sepa.png) no-repeat center;
    background-size: contain;
    border: solid 10px #f5f5f5;
    border-radius: 15px;
    width: 135px;
    height: 75px;
    cursor: pointer;
}

label[for="#jform_bezahlmethode_finapi_rate"] {
    background: #f5f5f5 url(../img/payment_sepa.png) no-repeat center;
    background-size: contain;
    border: solid 10px #f5f5f5;
    border-radius: 15px;
    width: 135px;
    height: 75px;
    cursor: pointer;
}




/* === CHECKOUT COMPLETE PAGE  === */
.checkout-summary-text {
    font-size: 18px;
    line-height: 22px;
    font-weight: lighter;
    /*white-space: nowrap;*/
}

.asterix {
    font-size: 12px;
    margin-top: -27px;
    color: #a4a4a4;
    margin-right: -10px;
}

.checkout-summary-zertifikatname {
    line-height: 20px;
    margin-left: 15px;
    font-weight: lighter
}

.checkout-summary-zertifikatname strong {
    color: var(--color-main-a);
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.checkout-complete-page {
    background: #fff;
    display: grid;
    align-items: center;
    height: 450px;
    justify-content: space-around;
}

.checkout-complete-page.checkout-success {
    background: url(../img/checkout_complete_success.png) no-repeat right;
    background-size: contain;
}
.checkout-complete-page.checkout-error {
    background: url(../img/checkout_complete_error.png) no-repeat right;
    background-size: contain;
}


.checkout-complete-page .checkout-complete-headline {
    font-family: "Noto Serif";
    font-weight: bold;
    font-size: 30px;
    line-height: 42px;
}

.checkout-complete-page .checkout-complete-subhead {
    font-family: "Noto Serif";
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    max-width: 500px;
}

.checkout-complete-page .checkout-complete-copytext {
    font-family: "Roboto";
    font-weight: lighter;
    font-size: 16px;
    line-height: 25px;
    max-width: 600px;
    margin: 20px 130px 30px 0px;
}


.checkout-complete-copytext ul{
    padding-left: 15px;
    max-width:500px;
    margin-top:10px;
}

.checkout-complete-copytext li::before{
    display: inline-block;
    top: 6px;
    left: -15px;
    width: 6px;
    height: 6px;
    margin-left: auto;
    background: none;
    border-top: 2px solid var(--color-main-a);
    border-right: 2px solid var(--color-main-a);
    border-radius: 0px;
    transition: border 0.15s ease;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
}

.checkout-complete-copytext li{
    font-size: 14px;
    line-height: 18px;
    color: var(--color-sub-b);
}

.checkout-complete-copytext a{

}



/* === Footer === */

#footer {
    padding-top: 40px;
    padding-bottom: 20px;
    background: #ffffff;
}

#footer > div {
    padding: 25px var(--spacing-v);
    border-bottom: 1px solid #f1f1f1;
}

#footer > div:last-child {
    border-bottom: 0px;
}

#footer .topside .leftside {
    flex: 1 1 auto;
    margin-right: auto;
}

#footer .topside .leftside .module {
    margin-right: 40px;
}

#footer .topside .leftside .module:last-child {
    margin-right: auto;
}

#footer .topside .rightside {
    flex: 1 0 auto;
    flex-direction: column;
    margin-left: 70px;
}

#footer .topside .rightside .module {
    margin-bottom: 35px;
    margin-left: auto;
}

#footer .topside .rightside .module:last-child {
    margin-bottom: 0px;
}

#footer .module-headline {
    margin-bottom: 15px;
}

#footer .module-headline .headline {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    font-family: var(--font-main);
}

/* Groupon-Angebote Seite */

#footer .mod-menu .lv-0 > li > .menu-link {
    font-weight: 300;
    color: var(--color-sub-b);
}

#footer .mod-menu .lv-0 > li > .menu-link:hover {
    color: var(--color-main-a);
}

/* Ende Groupon-Angebote Seite */

/* --- Quicklinks --- */

#footer .mod-menu .lv-0 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#footer .mod-menu .lv-0 > li {
    margin: 0px 0px 6px 0px;
    font-size: 14px;
    line-height: 20px;
}

#footer .mod-menu .lv-0 > li::before {
    display: none;
}

#footer .mod-menu .lv-0 > li:last-child {
    margin-bottom: 0px;
}

#footer .mod-menu .lv-0 > li > .nav-item {
    font-weight: 300;
    color: var(--color-sub-b);
}

#footer .mod-menu .lv-0 > li > .nav-item:hover {
    color: var(--color-main-a);
}

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

#footer-menu {
    padding-top: 25px;
    padding-bottom: 12px;
}

#footer-menu .mod-menu .lv-0 {
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#footer-menu .mod-menu .lv-0 > li {
    display: inline-block;
    position: relative;
    margin: 0px 8px 0px 0px;
    padding-right: 9px;
    font-size: 12px;
    line-height: 18px;
}

#footer-menu .mod-menu .lv-0 > li:first-child {
    margin-left: auto;
}

#footer-menu .mod-menu .lv-0 > li:last-child {
    margin-right: auto;
}

#footer-menu .mod-menu .lv-0 > li::before {
    display: none;
}

#footer-menu .mod-menu .lv-0 > li::after {
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 0px;
    content: '';
    width: 1px;
    height: 14px;
    background: #cccccc;
}

#footer-menu .mod-menu .lv-0 > li:last-child::after {
    display: none;
}

#footer-menu .mod-menu .lv-0 > li > .nav-item {
    font-weight: 300;
    color: var(--color-sub-b);
}

#footer-menu .mod-menu .lv-0 > li > .nav-item:hover {
    color: var(--color-main-a);
}

/* --- Copyright --- */

#footer-copyright p {
    font-size: 12px;
    line-height: 18px;
    color: var(--color-sub-c);
}

/* === CONTENT === */

#content {
    padding: 270px 20px 20px 20px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}

/* ≡≡≡ Modules ≡≡≡ */


/* === SI Footer Hotline === */

.mod-si-footer-hotline {
    text-align: right;
}

.mod-si-footer-hotline a {
    position: relative;
    padding-left: 47px;
    font-size: 36px;
    line-height: 44px;
    font-family: var(--font-sub);
    color: var(--color-sub-a);
}

.mod-si-footer-hotline a:hover {
    color: var(--color-main-a);
}

.mod-si-footer-hotline .icon-phone {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    top: 8px;
    left: 0px;
    width: 37px;
    height: 37px;
    background: var(--color-main-a);
    border-radius: 37px;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
}


/* === SI Footer Social Media === */

.mod-si-footer-socialmedia {
    margin-left: 45px;
    text-align: right;
}

.mod-si-footer-socialmedia .social-media {
    display: flex;
    align-items: center;
}

.mod-si-footer-socialmedia .social-media > .item {
    margin-right: 12px;
}

.mod-si-footer-socialmedia .social-media > .item:first-child {
    margin-left: auto;
}

.mod-si-footer-socialmedia .social-media > .item:last-child {
    margin-right: 0px;
}

.mod-si-footer-socialmedia .social-media a {
    opacity: 0.25;
    width: 43px;

    height: 43px;
    transition: opacity 0.3s ease, filter 0.3s ease;
    filter: grayscale(100%);
}

.mod-si-footer-socialmedia .social-media a:hover {
    opacity: 1;
    filter: grayscale(0%);
}

.mod-si-footer-socialmedia .social-media svg {
    width: 100%;
}

/* --- Newsflash (List) --- */

.mod-articles-news ul {
    max-width: 300px;
    padding-left: 15px;
}

.mod-articles-news li::before {
    display: inline-block;
    top: 6px;
    left: -15px;
    width: 6px;
    height: 6px;
    margin-left: auto;
    background: none;
    border-top: 2px solid var(--color-main-a);
    border-right: 2px solid var(--color-main-a);
    border-radius: 0px;
    transition: border 0.15s ease;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
}

.mod-articles-news li {
    line-height: 0px;
}

.mod-articles-news a {
    font-size: 14px;
    line-height: 18px;
    color: var(--color-sub-b);
}

.mod-articles-news a:hover {
    color: var(--color-main-a);
}


/* === Diverse === */
.margin-left-minus-20 {
    margin-left: -20px;
}

.margin-left-minus-30 {
    margin-left: -30px;
}

.margin-left-minus-40 {
    margin-left: -40px;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-right-35 {
    padding-right: 35px !important;
}


/* GROUPON CSS */

.groupon-check-steps {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    padding: 10px;
}

.copytext {
    padding: 10px;
    font-weight: 300;
}

.copytext * {
    font-size: 14px;
    line-height: 20px;
}

.copytext ol li {
    font-size: 14px;
    line-height: 20px;

}

.errortext {
    color: red;
    font-weight: 300;
    margin: 10px 0px;
    line-height: 24px;
}

.produktheadline {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 13px;
    color: var(--color-main-a); /*#e9531d;*/

}


/* === Modal === */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: solid 2px var(--color-main-a);
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    /*width: 40%;*/
    text-align: center;
    max-width: 600px;
}

.modal-content h2 {
    font-size: 24px;
}

.modal-content p {
    font-size: 16px;
    text-align: left;
}

.modal-content button {
    background-color: var(--color-main-a);
    color: white;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.18);

}

.modal-content button:hover {
    background-color: var(--color-aux-b);
    color: var(--color-main-a);
}

.modal-content button.close {
    float: right;
}

.modal-content button.close:hover {
    background-color: var(--color-aux-b);
    color: var(--color-main-a);
}

.modal-content button.close span {
    font-size: 24px;
    padding: 5px 5px;
    line-height: 24px;
}

.modal-content button.close span:hover {
    color: var(--color-main-a);
}

.modal-content button.close span:active {
    color: var(--color-aux-b);
}

.modal-content button.close span:focus {
    color: var(--color-aux-b);
}

.modal-content button.close span:visited {
    color: var(--color-aux-b);
}

.modal-content button.close span:link {
    color: var(--color-aux-b);
}



/* === Modal SAVE CODE === */

#couponModal .modal-dialog{
    transform: scale(1);
    animation: zoomInWobble 0.8s ease-out;
    animation-delay: 0s; /* Adjust delay as needed */
}

#couponModal .modal-content {
    position: relative;
    opacity: 1;


}

#couponModal .modal-content button.close {
    position: absolute;
    right: -6px;
    top: -10px;

}

.price-tag {
    position: absolute;
    bottom: -167px; /* Adjust based on your preference */
    right: -206px;
    animation: swing 5s infinite ease-in-out;
    z-index: -1; /* Ensures the tag hangs behind the modal frame */
    transform-origin: top left;
}

.price-tag img {
    display: block;
    max-width: 230px; /* Adjust based on your image size */
}

@keyframes swing {
    0% { transform: rotate(0deg); }
    15% { transform: rotate(15deg); }
    30% { transform: rotate(-10deg); }
    45% { transform: rotate(5deg); }
    60% { transform: rotate(-5deg); }
    75% { transform: rotate(2deg); }
    100% { transform: rotate(0deg); }
}

@keyframes zoomInWobble {
    0% {
        transform: scale(0.8);
        opacity: 0;
        z-index: 99;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
        z-index: 99;
    }
    65% {
        transform: scale(0.95);
        opacity: 1;
        z-index: 99;
    }
    75% {
        transform: scale(1.02);
        opacity: 1;
        z-index: 99;
    }
    100% {
        transform: scale(1);
        opacity: 1;
        z-index: 99;
    }
}


/* ≡≡≡ Responsive ≡≡≡ */

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
    /* col-md-x */

    #content {
        padding: 150px 20px 20px 20px;
        background-image: url(../img/bg_content.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
    }

    label {
        padding-left: 7px;
        padding-right: 20px;
        margin-top: 10px;
        margin-bottom: 5px;
        font-weight: lighter;
        color: #464646;
    }
    .checkout-checkbox-wrapper {
        text-align: center;
    }

    div.checkout-steps > * {
        min-width: 40px;
        text-align: center;
        color: #ffffff;
    }
    div.checkout-steps .number {
        background-color: var(--color-main-a);
        border: 2px solid var(--color-main-a);
        color: #ffffff;
        border-radius: 100%;
        width: 35px;
        height: 35px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 1.1em;
    }
    div.checkout-steps .label {
        margin: 5px;
        color: #333333;
        display: block;
        background-color: unset;
        font-size: 12px;
        font-weight: normal;
        text-shadow: unset;
    }

    .formrow .row {
        padding: 0px 0px 0px 0px;
    }

    .form-section.border-bottom {
        border-bottom: solid 1px #F1F1F1;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom:10px;
    }


    .zusammenfassung {
        min-width:310px;
    }

    .padding-left-15 {
        padding-left: 7px !important;
    }
    .padding-left-30 {
        padding-left: 0px !important;
    }

    .padding-right-35 {
        padding-right: 0px !important;
    }

    .margin-left-minus-30 {
        margin-left: 0px;
    }

    .checkout-complete-page {
        background: #fff;
        display:block;
        height: 710px;
        text-align: center;
    }

    .checkout-complete-page.checkout-success {
        background: url(../img/checkout_complete_success.jpg) no-repeat right;
        background-size: contain;
        background-position-y: 190px;
    }
    .checkout-complete-page .checkout-complete-headline {
        font-family: "Noto Serif";
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        margin-top: 10px;
    }
    .checkout-complete-page .checkout-complete-subhead {
        font-family: "Noto Serif";
        font-weight: bold;
        font-size: 18px;
        line-height: 24px;
        max-width: unset;
        margin: 10px 0px 10px 0px;
    }
    .checkout-complete-page .checkout-complete-copytext {
        font-family: "Roboto";
        font-weight: lighter;
        font-size: 16px;
        line-height: 25px;
        max-width: unset;
        margin: auto 20px;
    }
    .checkout-complete-copytext ul {
        padding-left: 15px;
        margin-top:10px;
        max-width:unset;
        text-align: left;
        display: inline-block;

    }

    .hidden-phone {
        display: none!important;
    }


    /* Groupon-Angebote Seite */




    .row.produktwrap{
        flex-direction: column;
        align-items: center;
    }
    .row.produktwrap .produktimage{
        width: 100%;
    }
    .row.produktwrap .produktimage img{
        width: 80% !important;
        display: block;
        margin: 0 auto;
    }

    .row.produktwrap div.text-right{
        text-align: center;
        margin-top: 0px!important;
        margin-bottom:20px!important;
    }

    #footer .topside .leftside {
        flex: 1 1 auto;
        /*! margin-right: auto; */
        /*! margin: 0 auto; */
        /*! display: block; */
        display: flex;
        flex-direction: column;
        margin-left:10px;
    }


    /* ENDE Groupon-Angebote Seite */


}

@media (max-width: 767.98px) {

}

@media (max-width: 575.98px) {
    /* LOGO */
    /* has to be centered on top */
    #header > .inner {
        display: block;
        /*! align-items: center; */
    }

    #header .logo-wrap {
        position: relative;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: 10px auto;
        max-width: 185px;
    }

    #header .checkout-wrap {
        width: 100%;
        margin-bottom: 10px;
    }

    #logo {
        display: block;
        height: 70px;
        margin: 0 auto;
        transition: height 0.15s ease 0.15s;
    }

    #content {
        padding: 150px 20px 20px 20px;
        background-image: url(../img/bg_content.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
    }

    .checkbox-wrap.checkbox-lta {
        margin-top: 10px;
        font-size: 14px;
        font-weight: lighter;
        padding-right: 0px;
        line-height: 22px;
    }

    h1, .h1 {
        display: block;
        margin: 0px 0px 10px 0px;
        font-size: 24px;
        line-height: 44px;
        font-weight: 400;
        font-family: var(--font-sub);
    }

    label {
        padding-left: 7px;
        padding-right: 20px;
        margin-top: 10px;
        margin-bottom: 5px;
        font-weight: lighter;
        color: #464646;
    }

    .btn-checkout {
        display: flex;
        padding: 10px 16px 8px 16px;
        background-color: var(--color-main-a);
        border: none;
        border-radius: 5px;
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.18);
        cursor: pointer;
        font-weight: 700;
        color: var(--color-main-e);
        text-align: center;
        text-decoration: none;
        transition: color 0.15s ease, background 0.15s ease;
        vertical-align: middle;
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        appearance: none;
        font-size: 16px;
    }

    .display-flex {
        display: block;
        /*align-items: flex-start;*/
    }

    #footer {
        padding: 0px 25px;
        background: #ffffff;
    }

    #footer > div {
        padding: 0px;
        border-bottom: 1px solid #f1f1f1;
    }

    #footer .module-headline {
        margin-bottom: 5px;
        margin-top: 10px;
        border-bottom: solid 1px #ebebeb;
    }

    #footer .topside .leftside .module {
        margin-right: 0px;
    }

    #footer .topside .rightside {
        flex: 1 0 auto;
        flex-direction: column;
        margin-left: 0px;
    }

    #footer-menu {
        padding-top: 0px;
        padding-bottom: 12px;
    }

    #footer-menu .mod-menu .lv-0 {
        display: block;
        align-items: center;
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    .checkout-complete-page.checkout-success {
        background: url(../img/checkout_complete_success.jpg) no-repeat right;
        background-size: contain;
        background-position-y: 360px;
    }

    div.checkout-steps > * {
        min-width: 50px;
        text-align: center;
        color: #ffffff;
    }
    div.checkout-steps .number {
        background-color: var(--color-main-a);
        border: 2px solid var(--color-main-a);
        color: #ffffff;
        border-radius: 100%;
        width: 20px;
        height: 20px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 0.8em;
    }
    div.checkout-steps .label {
        margin: 5px;
        color: #333333;
        display: block;
        background-color: unset;
        font-size: 11px;
        font-weight: normal;
        text-shadow: unset;
    }

    input.payment-methods {
        width: 16px !important;
        height: 16px !important;
        border: 0px solid var(--color-sub-g) !important;
        top: 25px !important;
        cursor: pointer;
    }

    .checkout-summary-text {
        font-size: 14px;
        line-height: 18px;
        font-weight: lighter;
    }

    label[for="#jform_bezahlmethode_finapi_einmal"] {
        background: #f5f5f5 url(../img/payment_sepa.png) no-repeat center;
        background-size: contain;
        border: solid 4px #f5f5f5;
        border-radius: 10px;
        width: 70px;
        height: 40px;
        cursor: pointer;
    }

    label[for="#jform_bezahlmethode_finapi_rate"] {
        background: #f5f5f5 url(../img/payment_sepa.png) no-repeat center;
        background-size: contain;
        border: solid 4px #f5f5f5;
        border-radius: 10px;
        width: 70px;
        height: 40px;
        cursor: pointer;
    }

    label[for="#jform_bezahlmethode_klarna"] {
        background: #fff url(../img/payment_klarna.svg) no-repeat center;
        background-size: contain;
        width: 70px;
        height: 40px;
        cursor: pointer;
    }

    label[for="#jform_bezahlmethode_paypal"] {
        background: #f5f5f5 url(../img/payment_paypal.svg) no-repeat center;
        background-size: contain;
        border: solid 4px #f5f5f5;
        border-radius: 10px;
        width: 70px;
        height: 40px;
        cursor: pointer;
    }

    label[for="#jform_bezahlmethode_paypalrate"] {
        background: #f5f5f5 url(../img/payment_paypal.svg) no-repeat center;
        background-size: contain;
        border: solid 4px #f5f5f5;
        border-radius: 10px;
        width: 70px;
        height: 40px;
        cursor: pointer;
    }

    label[for="#jform_bezahlmethode_bankueberweisung"] {
        background: #f5f5f5 url(../img/payment_vorkasse.png) no-repeat center;
        background-size: contain;
        border: solid 4px #f5f5f5;
        border-radius: 10px;
        width: 70px;
        height: 40px;
        cursor: pointer;
    }

    div.headline {
        font-size: 16px;
        line-height: 20px;
        margin-top: 13px;
        font-weight: 400;
    }
    div.headline + span {
        font-weight: lighter;
        font-size: 12px;
    }

    .formrow .row {
        padding: 0px 0px 0px 0px;
    }

    .form-section-lieferadresse, .form-section-zertifikat {
        margin-top: 20px;
    }

    .zusammenfassung {
        background: var(--color-main-d);
        border: solid 0px #fff;
        border-radius: 20px;
        padding: 20px;
        margin-left: 0px;
        margin-top:20px;
    }



    .price-tag {
        right: unset;

    }





}

/* Kleinunternehmer disabled input styling */
.disabled-input {
  background-color: #f5f5f5 !important;
  color: #6c757d !important;
  cursor: not-allowed !important;
}

/* USt-ID + Kleinunternehmer inline layout */
.ust-inline {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
.ust-inline #jform_ustID {
  flex: 1 1 auto;
  min-width: 0;
}
.ust-inline-label {
  margin: 0 !important;
  white-space: nowrap;
}
.ust-inline #jform_kleinunternehmer_checkbox {
    margin: 0 0 12px 6px;
    max-width: 50px;
    width: 34px;
    height: 28px;
    border: solid 2px #eaeaea !important;
    border-radius: 2px;
    box-shadow: unset;
}
.ust-inline #jform_kleinunternehmer_checkbox:checked {
    background: url(../img/checkmark.svg) no-repeat center;
    background-size: cover;
    border: solid 2px #eaeaea !important;
}
