
/*
Theme Name: bkoeck.at by CC
Theme URI: https://contentcreators.at
Author: ContentCreators
Author URI: https://contentcreators.at
Description: Our Base Wordpress Theme that is highly optimized.
Version: 1.0.0
Text Domain: backsy
*/

:root {
    --cc-base: 0.625rem;
    --cc-font-size: 14px;
    --cc-font-size10px: 10px;
    --cc-margin-bottom: 28px;
    --bs-form-invalid-border-color: #F00;
    --bs-form-invalid-color: #FF0101;
    --bs-body-padding-right: 0px;
}

@media (min-width: 768px) {
    :root {
        --cc-font-size: 16px;
    }
}

@media (min-width: 2560px) {
    :root {
        --cc-font-size: 20px;
        --cc-margin-bottom: 40px;
        --cc-font-size10px: 14px;
    }
}

@font-face {
    font-family: 'Maison Neue';
    src: url('fonts/MaisonNeue-Demi.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    
}

@font-face {
    font-family: 'Maison Neue';
    src: url('fonts/MaisonNeue-DemiItalic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Maison Neue';
    src: url('fonts/MaisonNeue-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maison Neue';
    src: url('fonts/MaisonNeue-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Maison Neue';
    src: url('fonts/MaisonNeue-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maison Neue';
    src: url('fonts/MaisonNeue-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Maison Neue';
    src: url('fonts/MaisonNeue-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maison Neue';
    src: url('fonts/MaisonNeue-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Argone';
    src: url('fonts/Argone-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Argone';
    src: url('fonts/Argone-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Argone';
    src: url('fonts/Argone.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Argone';
    src: url('fonts/Argone-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}








.no-script-msg { font: 1.2rem Arial, verdana, Helvetica, sans-serif; background:#FFFFCC url(gfx/icon-noScript.gif) no-repeat 5px 8px; width: auto; padding: 0.625em 0.625em 0.625em 2em; margin: 0.5rem; border: .1rem solid #CD3D18; font-weight: bold; height: auto; font-size: 12px; color: #000000; line-height: 1.5em; clear: both; position: relative; left: 0; top: 0; z-index: 11; }
input[type="text"], input[type="email"], input[type="password"],input[type="number"], input[type="tel"], input[type="button"],input[type="reset"],input[type="submit"], button{-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased; font-family: 'Maison Neue', sans-serif; font-weight: 300; -moz-appearance: none; appearance: none; -webkit-appearance: none; }
html { font-size: 10px; margin-top: 0 !important; scroll-behavior: smooth; }
body,html { position: relative; background:#fff; font-family: 'Maison Neue', sans-serif; font-weight: 300; }
body { min-width: 320px; color: #000; font-size: var(--cc-font-size); line-height: 1.875; overflow-x: hidden; margin: 0; }

::-webkit-input-placeholder { color:#59606A; opacity: 1; font-weight: 300; }
:-moz-placeholder { color:#59606A; opacity: 1; font-weight: 300; }
::-moz-placeholder { color:#59606A; opacity: 1; font-weight: 300; }
:-ms-input-placeholder { color:#59606A; opacity: 1; font-weight: 300; } 
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { appearance: none; -webkit-appearance: none; margin: 0; }
input[type=number] { -moz-appearance: none; -moz-appearance: textfield; margin: 0; }

a { color: inherit; cursor: pointer; -webkit-transition: color 0.15s linear; transition: color 0.15s linear; text-decoration: none; outline: none; }
a:hover:not(.btn) { color: inherit; text-decoration: underline; }
a:not(:hover):focus { outline: thin dotted; outline-offset: -1px; }

.text-primary {color: #e5b707 !important;}

/*btn*/
.btn { position: relative; outline: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; font-size: 1.6rem; font-family: 'Maison Neue',sans-serif; font-weight: 400; padding: 1.4rem 2.4rem 1rem 2.4rem;text-transform: uppercase; letter-spacing: 0.125em; transition: color 0.15s linear, background-color 0.15s linear, border-color 0.15s linear, -webkit-transform 0.15s linear; -webkit-transition: color 0.15s linear, background-color 0.15s linear, border-color 0.15s linear, -webkit-transform 0.15s linear; transition: transform 0.15s linear, color 0.15s linear, background-color 0.15s linear, border-color 0.15s linear; transition: transform 0.15s linear, color 0.15s linear, background-color 0.15s linear, border-color 0.15s linear, -webkit-transform 0.15s linear; border-radius: 10rem; border: 1px solid; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.btn:not(:disabled):not(.disabled):active { -webkit-transform: scale(.9); -ms-transform: scale(.9); transform: scale(.9); }

.btn-text { display: block; min-height: 1.5em; }
.btn i { font-size: 1.5em; }
.btn i + .btn-text { -webkit-margin-start: 0.6rem; margin-inline-start: 0.6rem; }
.btn .btn-text + i { -webkit-margin-end: 0.6rem; margin-inline-end: 0.6rem; }

.btn-group-sm > .btn, 
.btn-sm { padding: 1.1rem 1.8rem 0.7rem 1.8rem; font-size: 1.2rem;}

.btn-primary { color: #000; background-color: #fdd209; border-color: #fdd209; }
.btn-primary:not(:disabled):not(.disabled):hover,
.btn-primary:not(:disabled):not(.disabled):focus,
.btn-primary:not(:disabled):not(.disabled):active { color: #000; background-color: #e7c007; border-color: #e7c007; }
.btn-primary.disabled, .btn-primary:disabled {color: #000;background-color: #e7c007;border-color: #e7c007;}

.btn-outline-primary {color: #000;border-color: #fdd209;background-color: #fff;}
.btn-outline-primary:not(:disabled):not(.disabled):hover,
.btn-outline-primary:not(:disabled):not(.disabled):focus,
.btn-outline-primary:not(:disabled):not(.disabled):active { color: #000; background-color: #fdd209; border-color: #fdd209; }
.btn-outline-primary.disabled, .btn-outline-primary:disabled {color: #fdd209;background-color: #fff;}


[class*="bk-icon-"] {font-size: 1em; width: 1em; display: block; position: relative; }
[class*="bk-icon-"]::before { content: ""; display: block; padding-top: 100%; position: relative; width: 100%; z-index: 1;}
[class*="bk-icon-"] svg,
[class*="bk-icon-"] img { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 0; }
.bk-icon-logo {font-size: 10.5rem;}
.bk-icon-logo::before {padding-top: 36.19%;}

.skip-to-main-content-link { position: absolute; top: 0; left: 0; }

.layout { position: relative; z-index: 1;}

@media (max-width: 767px) {
    .layout {overflow: clip;}
}

.bk-section { position: relative; overflow: clip; }

.container,
.row { --bs-gutter-x: 4rem; }
.row.g-20 { --bs-gutter-x: 2rem; }


@media (min-width: 768px) {
    .container, 
    .container-lg, 
    .container-md, 
    .container-sm, 
    .container-xl, 
    .container-xxl { max-width: 98.4rem; }

    .container-736 { max-width: 90%; margin-left: auto; margin-right: auto; }
}

@media (min-width: 1600px) {
    .container, 
    .container-lg, 
    .container-md, 
    .container-sm, 
    .container-xl, 
    .container-xxl { max-width: 114rem; --bs-gutter-x: 2rem; }

    .container-736 { max-width: 73.6rem; }
}

@media (min-width: 2560px) {
    .container, 
    .container-lg, 
    .container-md, 
    .container-sm, 
    .container-xl, 
    .container-xxl { max-width: 145.8rem; }
    .container-736 { max-width: 124.2rem; }
}

option { font-weight: 300; padding: 5px 14px; font-size: 1em; line-height: 1.5; font-family: Arial, Helvetica, sans-serif; }

small,
.small { font-size: 0.8em; line-height: 1.4; display: inline-block; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 { display: block; font-family: 'Argone', sans-serif; font-weight: 900; }

h1,
.h1 { font-size: 3.2rem; line-height: 1.063; margin-bottom: 2rem !important; }

h2,
.h2 { font-size: 2.4rem; line-height: 1.333; margin-bottom: 2rem; }

h3,
.h3 { font-size: 2.4rem; line-height: 1; margin-bottom: 2.4rem; }

h4,
.h4 { font-size: 1.6rem; line-height: 1.55; margin-bottom: 2rem; }

h5,
.h5,
h6,
.h6 { font-size: 1.6rem; line-height: 1.65; margin-bottom: 2rem; }

@media (min-width: 1366px) {
    h1,
    .h1 { font-size: 4.8rem; line-height: 1.33; }
    h3,
    .h3 { font-size: 2.8rem; }
}

@media (min-width: 1600px) {
    h3,
    .h3 { font-size: 3.4rem; }
}

@media (min-width: 2560px) {
    h1,
    .h1 { font-size: 7.2rem; line-height: 1.33; margin-bottom: 4rem !important; }
    h2,
    .h2 { font-size: 3.2rem; line-height: 1; }
    h3,
    .h3 { font-size: 5.2rem; }
}

.blockquote,
blockquote {font-size: 1.6rem;}

strong, b { font-weight: 700; }

p { margin-bottom: var(--cc-margin-bottom); }

.p1 {font-size: 1.6rem;}
.p2 {font-size: 1.4rem; line-height: 1.714em; }

.p1 > :last-child,
.p2 > :last-child {margin-bottom: 0;}

dl { position: relative; margin: 0 0 var(--cc-margin-bottom) 3rem; }
dt { margin: 0; position: relative; font-weight: 700; }
dd { padding-left: 0; position: relative; margin: 0 0 0.5rem 0; }
dd::before { content: ""; display: block; position: absolute; top: 0.625em; left: -2rem; width: 0.5em; height: 0.5em; background-color: #ffd32c; border-radius: 50%; }

ul, ol { display: block; margin: 0 0 var(--cc-margin-bottom) 0; padding-left: 3.6rem; list-style: none; }

ul:first-child:not(.no-firstchild),
ol:first-child:not(.no-firstchild) { margin-top: 0; }

ul:last-child:not(.no-lastchild),
ol:last-child:not(.no-lastchild) { margin-bottom: 0; }

ul > li:last-child,
ol > li:last-child,
ul > li > :last-child,
ol > li > :last-child { margin-bottom: 0; }

ul ul,
ul ol,
ol ol,
ol ul { margin: 0; }

li { position: relative; }

ul > li { display: block; list-style: none; }
ul > li::before { content: ""; display: block; position: absolute; top: 0.625em; left: -2.6rem; width: 0.5em; height: 0.5em; background-color: #ffd32c; border-radius: 50%; }

ol { counter-reset: li; }
ol > li { display: block; list-style: none outside none; }
ol > li::before { content: counter(li, decimal)'.'; counter-increment: li; left: -3.9rem; position: absolute; text-align: right; top: 0; width: 2.6rem; color: #000; font-weight: 700; }

.entry-thumb{position: relative;}

.btn-spacer { display: -webkit-box; display: -ms-flexbox; display: flex; }
.bk-typo::before { display: block; content: ''; }
.bk-typo::after { display: block; content: ''; clear: both; }
.bk-typo > * { margin-bottom: var(--cc-margin-bottom); }
.bk-typo > :first-child { margin-top: 0 !important; }
.bk-typo > :last-child { margin-bottom: 0 !important; }

/* .bk-typo h2,
.bk-typo .h2,
.bk-typo h3,
.bk-typo .h3 { margin: 4.6rem 0 1rem 0; }
.bk-typo h4,
.bk-typo .h4 { margin-bottom: 1rem; }
.bk-typo h5,
.bk-typo .h5,
.bk-typo h6,
.bk-typo .h6 { margin: 1rem 0; } */

.bk-typo > ul,
.bk-typo > ol { margin-top: 1rem; }

.bk-typo blockquote,
.bk-typo .blockquote { margin: 0 0 var(--cc-margin-bottom) 0; }

.bk-typo a { text-decoration: underline; color: #e5b707; }
.bk-typo a:hover,
.bk-typo a:focus { text-decoration: none; color: #e5b707; }

.bk-typo .figure { margin: 0 0 var(--cc-margin-bottom) 0; }
.bk-typo img { max-width: 100%; height: auto; border-radius: 0.5rem; }
.bk-typo iframe { max-width: 100%; border: 0; }
.bk-typo .wp-caption-text, .bk-typo figcaption { display: block; width: 100%; font-style: italic; font-size: 1.4rem; line-height: 1.714; margin: 1rem 0 0 0; text-align:right; }

.bk-typo.alignnone, 
.bk-typo.aligncenter, 
.bk-typo.attachment-fullsize{float: none;}

.bk-typo .alignnone, 
.bk-typo .aligncenter, 
.bk-typo .alignleft, 
.bk-typo .alignright, 
.bk-typo .attachment-fullsize { margin-bottom: var(--cc-margin-bottom); max-width: 100%; height: auto; }

.bk-typo .alignleft,
.bk-typo .alignright{ max-width: 44%; text-align: right; }
.bk-typo .alignleft .wp-caption-text,
.bk-typo .alignright .wp-caption-text { font-style: normal; }

.bk-typo .alignleft { display: inline; float: left; margin-right: 2rem; }
.bk-typo .alignright { display: inline; float: right; margin-left: 2rem; }
.bk-typo .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

/* @media (max-width: 575px) {
    .bk-typo h1, .bk-typo .h1,
    .bk-typo h2, .bk-typo .h2,
    .bk-typo h3, .bk-typo .h3,
    .bk-typo h4, .bk-typo .h4 { font-size: 1.6rem; }
} */

@media (max-width: 479px) {
    .bk-typo .alignleft,
    .bk-typo .alignright { max-width: 100%; width: 100%; margin-left: 0; margin-right: 0; }

    .bk-typo .alignleft img,
    .bk-typo .alignright img { width: 100%; }
}

/* form */
.form-group { margin-bottom: 1rem; }
.form-control-wrapper { position: relative; }
.form-label { color: var(--bs-black); font-size: 1.4rem; font-weight: 300; line-height: 2.143; display:block; }
.form-control { --bs-border-radius: 0.4rem; --bs-body-bg: var(--bs-white); --bs-border-color: #EBE5DE; height: 4.5rem; padding: 0.8rem 1.6rem; font-size: 1.4rem; font-weight: 300; line-height: 1.714; -webkit-box-shadow: none !important; box-shadow: none !important; }
.form-control-arrow { width: 1.6rem; height: 1.6rem; font-size: 1.6rem; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 1.1rem; position: absolute; z-index: 1; pointer-events: none; }
.form-control-wrapper.with-icon .form-control { padding-right: 4rem; }
textarea.form-control { height: 12rem; resize: none; }
.form-control:focus { border-color: #FDD209; }
.invalid-feedback { font-size: var(--cc-font-size10px); margin-top: 0.7rem; font-weight: 300; }
.valid-feedback { font-size: var(--cc-font-size10px); margin-top: 0.7rem; font-weight: 300; }
.cc-form-error { font-size: var(--cc-font-size10px); margin-top: 0.7rem; font-weight: 300; color: var(--bs-form-invalid-color); }

.bk-checkradio { position: relative; display: block; }
.bk-checkradio-row { display: -webkit-box; display: -ms-flexbox; display: flex ; -webkit-box-align: center; -ms-flex-align: center;
align-items: center; margin: 0; position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.bk-checkradio input { width: 1px; height: 1px; z-index: 3; font-size: 1em; position: absolute; top: 0; left: 0; opacity: 0; padding: 0; }
.bk-vote-form .bk-checkradio input { width: 100%; height: 100%; font-size: 100%; opacity: 0 !important; background-color: transparent !important; }
.bk-checkradio-ui { width: 2.5rem; height: 2.5rem; border: 1px solid #EBE5DE; border-radius: 0.4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
-ms-flex-negative: 0;
    flex-shrink: 0; font-size: 1.6rem; background-color: var(--bs-white); color: var(--bs-body-color); -ms-flex-item-align: start; align-self: flex-start; margin-right: 1rem; }
.bk-checkradio-ui i { opacity: 0; -webkit-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; }

.bk-checkradio-text { display: block; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; width: 1%; font-size: var(--cc-font-size10px); line-height: 1.214; font-weight: 300; color: var(--bs-black); line-height: 1.6; }
.bk-checkradio-text a { color: #AC5403; text-decoration: underline; }
.bk-checkradio input:checked ~ .bk-checkradio-row .bk-checkradio-ui i { opacity: 1; }
.form-control.is-invalid ~ .bk-checkradio-row .bk-checkradio-ui { border-color: var(--bs-form-invalid-border-color); }
.bk-checkradio input:focus ~ .bk-checkradio-row .bk-checkradio-ui { border-color: #FDD209; }



@media (min-width: 768px) {
    .form-group { margin-bottom: 2rem; }
    .form-label { font-size: 1.6rem; line-height: 1.875; margin-bottom: 0.6rem; }
}

@media (min-width: 2560px) {
    .form-group { margin-bottom: 4rem; }
}


.bk-typo a.btn-sm-extra { text-transform: none; font-size: 1.4rem; font-weight: 300; text-decoration: none; color: #000; padding: 0.5rem 2rem 0.3rem 2rem; min-width: 22rem; }

.bk-compo-form-header { margin-bottom: 2rem; }
.bk-share-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-top: 2.9rem; padding-bottom: 3.7rem; }
.bk-share-lbl { margin-right: 3.3rem;}
.bk-share-btns { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -0.65rem; padding: 0; }
.bk-share-btns > li { margin: 0 0.65rem; }
.bk-share-btns > li::before { display: none; }
.bk-share-btn { width: 3.2rem; height: 3.2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 2.4rem; color: #171D2E; }
.bk-share-btn:not(.btn):hover,
.bk-share-btn:not(:hover):focus { color: #FDD209; }

@media (min-width: 1366px) {
    .bk-share-row { padding-bottom: 5.7rem; }
}

@media (min-width: 2560px) {
    .bk-compo-form-header { margin-bottom: 4rem; }
}

.bk-icon-agkl-text { font-size: 65.867vw; }
.bk-icon-agkl-text::before { padding-top: 26.06232294617564%; }
.bk-icon-agkl-text-expired { font-size: 65.867vw; }
.bk-icon-agkl-text-expired::before { padding-top: 26.06232294617564%; }
.bk-radio-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; max-width: 73rem; margin: 0 auto 0 auto; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.bk-radio-cell { width: 30vw; -ms-flex-negative: 0; flex-shrink: 0; }
.bk-radio-content { padding: 0 1rem; }
.bk-radio-ui { --bs-aspect-ratio: 96.93251533742331%; display: block; width: 100%; z-index: 1; }
label .bk-radio-ui { cursor: pointer; }
.bk-radio-ui > img { display: none; }
.bk-radio-ui > img:nth-child(1) { display: block; }
.bk-checkradio input:disabled ~ .bk-radio-ui { cursor: default; }
.bk-checkradio input:active ~ .bk-radio-ui img:nth-child(1) { display: none; }
.bk-checkradio input:active ~ .bk-radio-ui img:nth-child(2) { display: block; }

.bk-checkradio input:focus-visible ~ .bk-radio-ui { outline: 0.1rem dotted #171D2E; }

.bk-backsy-store-value { display: block; width: 100%; margin: 2rem 0 0 0; background-repeat: no-repeat; background-size: 100% 100%; padding: 0.5rem 2rem 0.5rem 2rem; text-align: center; min-height: 4.4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.bk-backsy-store-value.yes { background-image: url(./gfx/bk-green-shap-text.png); text-align: left; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
.bk-backsy-store-value.no { background-image: url(./gfx/bk-red-shap-text.png); text-align: right; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
.bk-radio-group { margin-bottom: 2.8rem; margin-top: 0; }

@media (min-width: 576px) {
    .bk-radio-cell { width: 25vw; }
}

@media (min-width: 768px) {
    .bk-icon-agkl-text { font-size: 35.3rem; }   
    .bk-icon-agkl-text-expired { font-size: 35.3rem; }   
    .bk-radio-cell { width: 16.3rem; }
    .bk-radio-content { padding: 0 2.8rem; }
    .bk-radio-row { margin: 0 auto 3.8rem auto;  }
    .bk-radio-row.small .bk-radio-cell { width: 5.8rem; }
    .bk-radio-row.small .bk-icon-agkl-text { font-size: 20.2rem; }
    .bk-radio-row.small .bk-icon-agkl-text-expired { font-size: 20.2rem; }
    .bk-radio-row.small .bk-radio-content { padding: 0 1rem; }
    .bk-radio-row .bk-radio-cell:last-child { margin-top: -3.5rem; }
    
}

@media (min-width: 992px) {
    .bk-radio-row.small .bk-icon-agkl-text { font-size: 25.2rem; }
    .bk-radio-row.small .bk-icon-agkl-text-expired { font-size: 25.2rem; }
    .bk-radio-row.small .bk-radio-cell { width: 6.9rem; }
}

@media (min-width: 1366px) {
    .bk-radio-row.small .bk-icon-agkl-text { font-size: 27.2rem; }
    .bk-radio-row.small .bk-icon-agkl-text-expired { font-size: 27.2rem; }
    .bk-radio-group { margin-bottom: 1.3rem; }
}

@media (min-width: 1600px) {
    .bk-radio-row.small .bk-icon-agkl-text { font-size: 29.3rem; }
    .bk-radio-row.small .bk-icon-agkl-text-expired { font-size: 29.3rem; }
    .bk-radio-group { margin-bottom: 2rem; }
}

@media (min-width: 2560px) {
    .bk-radio-row { max-width: 98.3rem; margin-top: 0; }
    .bk-radio-cell { width: 22rem; }
    .bk-icon-agkl-text { font-size: 47.7rem; }
    .bk-icon-agkl-text-expired { font-size: 47.7rem; }
    .bk-radio-row.small .bk-radio-cell { width: 10rem; }
    .bk-radio-group { margin-bottom: 3.9rem; }
}



/* :: D1 */

.header-h { height: 4.7rem; display: block; }

.bk-icon-backsy { font-size: 15.7rem; }
.bk-icon-backsy::before { padding-top: 26.7515923566879%; }
.bk-icon-about-us { font-size: 11.1rem; }
.bk-icon-about-us::before { padding-top: 25.45195573572916%; }
.bk-icon-qa { font-size: 4.6rem; }
.bk-icon-qa::before { padding-top: 62.59500542888165%; }
.bk-icon-compitition { font-size: 16rem; }
.bk-icon-compitition::before { padding-top: 19.375%; }
.bk-icon-impressum { font-size: 7rem; }
.bk-icon-impressum::before { padding-top: 20.41272998508205%; }
.bk-icon-datenschutz { font-size: 9rem; }
.bk-icon-datenschutz::before { padding-top: 16.91737069853699%; }

.bk-header { position: relative; background-color: #fff; }
.bk-header-inner { padding: 2rem 0; }
.bk-header-content { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.bk-header-logo { display: none; --bs-aspect-ratio: 14.53804347826087%; max-width: 15.4rem; width: 100%; margin: 0 auto 1rem auto; line-height: 1; }

.bk-backsy-logo { padding: 0.5rem 0.6rem; display: block; margin: 0; line-height: 1; }
.bk-header-nav { padding: 1.5rem 0 1.5rem 2rem; top: 0; left: 0; position: fixed; z-index: 11; display: block; }
.bk-header-nav-menu { margin: 0 0 1rem 0; padding: 0; }
.bk-header-nav-menu > li { padding: 0; margin: 1rem 0; }
.bk-header-nav-menu > li::before { display: none; }
.bk-header-nav-menu > li > a { padding: 0.4rem 0.6rem; position: relative; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; display: block; }
.bk-header-nav-menu > li > a > i { -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.bk-nav-active-arrow { font-size: 1.2rem; right: 100%; margin-right: 0.2rem; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); position: absolute; display: none }
.bk-header-nav-menu > li > a.active > .bk-nav-active-arrow { display: -webkit-box; display: -ms-flexbox; display: flex; }

.bk-header-social { padding: 0; margin: 0; list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.bk-header-social > li { padding: 0; margin: 0; }
.bk-header-social > li::before { display: none; }
.bk-header-social > li > a { padding: 0.4rem; font-size: 2.4rem; display: block; }
.bk-header-social > li > a > i { -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }

.bk-backsy-toggle { display: none; }
.bk-mo-toggle-row { display: none; }


@media( max-width: 1199px ){
	.bk-backsy-toggle { display: block; font-size: 2.5rem; padding: 0.8rem; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: -0.8rem; position: absolute; z-index: 11; border: none; background: none; color: #000 !important; }

    html.nav-expanded,
	html.nav-expanded body { overflow: hidden; }
    
    .bk-header-nav { width: calc(100vw - 9.4rem); height: 100%; padding: 0; top: 0; left: auto; right: 0; position:fixed; z-index: 21; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-transition: all .45s ease; transition: all .45s ease; visibility: hidden; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); display: block; pointer-events: none; min-width: 29rem; opacity: 1; }
    html.nav-expanded .bk-header-nav { visibility: visible; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }

    .bk-nav-backdrop-ui { width: 100%; height: 100%; top: 0; left: 0; position:fixed; -webkit-transition: visibility 0s linear .45s, opacity .45s; transition: visibility 0s linear .45s, opacity .45s; opacity: 0; visibility: hidden; z-index: 20; display: block; }

    html.nav-expanded .bk-nav-backdrop-ui { opacity: 1; visibility: visible; -webkit-transition: visibility 0s linear 0s, opacity .45s; transition: visibility 0s linear 0s, opacity .45s; }

    .bk-header-nav-in { max-height: 100%; height: 100%; overflow: hidden; overflow-y: auto; padding: 1rem 1.8rem; background-color: #000; pointer-events: auto; }

    .bk-header { width: 100%; top: 0; left: 0; position: fixed; z-index: 20; min-width: 32rem; display: block; }
    .bk-header-nav-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
    .bk-backsy-logo { margin-bottom: 0.5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
    .bk-header-nav-menu { margin-bottom: 1.5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
    .bk-nav-active-arrow { right: auto; left: 100%; margin-right: 0; margin-left: 0.4rem; }
    .bk-nav-active-arrow i { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
    .bk-header-nav-menu > li > a { color: #fff; }
    .bk-header-nav-menu > li > a:hover:not(.btn) { color: #FDD209; }
    .bk-header-nav-menu > li > a > i.bk-icon-about-us { font-size: 14.1rem; }
    .bk-header-nav-menu > li > a > i.bk-icon-qa { font-size: 7rem; }
    .bk-header-nav-menu > li > a > i.bk-icon-compitition { font-size: 20.3rem; }
    .bk-header-nav-menu > li > a > i.bk-icon-impressum { font-size: 10rem; }
    .bk-header-nav-menu > li > a > i.bk-icon-datenschutz { font-size: 11rem; }
    .bk-header-social > li > a { font-size: 4.4rem; padding: 0.8rem; color: #fff; }
    .bk-header-social > li > a:hover:not(.btn) { color: #FDD209; }

    .bk-mo-toggle-row { margin-bottom: 1.8rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
    .bk-mo-toggle { padding: 0.8rem; font-size: 2.5rem; border: none; background: none; display: block; color: #fff; }
    .bk-mo-toggle:hover { color: #FDD209; }

}

@media( max-width: 359px ){
	.bk-header-nav { width: calc(100vw - 3rem); }
}

@media( min-width: 375px ){
	.bk-header-logo { max-width: 18.4rem; }
}

@media( min-width: 768px ){
	.header-h { height: 6.6rem; }
	.bk-header-inner { padding: 1.5rem 0; }
	.bk-header-logo { max-width: 100%; width: 55.19vw; margin-bottom: 1.5rem; }
}

@media( min-width: 992px ){
	.header-h { height: 7.4rem; }
}

@media( min-width: 1200px ){
	.header-h { display: none; }
	.bk-header-nav { visibility: visible !important; }
	.bk-header-nav-menu > li > a:hover > i { color: #FDD209; }
	.bk-header-social > li > a:hover > i { color: #FDD209; }

	.bk-backsy-logo i { font-size: 12.6rem; }
	.bk-header-nav-menu > li > a > i.bk-icon-about-us { font-size: 8.8rem; }
	.bk-header-nav-menu > li > a > i.bk-icon-qa { font-size: 3.8rem; }
	.bk-header-nav-menu > li > a > i.bk-icon-compitition { font-size: 12.8rem; }

    .bk-header-logo { display: block; }
    .bk-header-logo-wrap { position: -webkit-sticky; position: sticky; top: 0; z-index: 111; background-color: #fff; }
    .bk-header-logo-wrap::before { display: block; height: 2rem; width: 100%; top: 98%; left: 0; position: absolute; z-index: 1;
        background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(rgba(255, 255, 255, 0.00)));
        background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%); content: ''; }
    .bk-nav-home { margin-bottom: 2rem !important; }
}

@media( min-width: 1366px ){
	.bk-header-inner { padding: 2rem 0; }
	.bk-header-logo { width: 52.19vw; margin-bottom: 2rem; }
	.bk-header-nav { padding: 1.5rem 0 1.5rem 2rem; }

	.bk-backsy-logo i { font-size: 12.6rem; }
	.bk-header-nav-menu > li > a > i.bk-icon-about-us { font-size: 8.8rem; }
	.bk-header-nav-menu > li > a > i.bk-icon-qa { font-size: 3.8rem; }
	.bk-header-nav-menu > li > a > i.bk-icon-compitition { font-size: 12.8rem; }
}


@media( min-width: 1600px ){
    .bk-header-logo { width: 42.19vw; }
 }

@media( min-width: 1920px ){
	.bk-header-inner { padding: 3rem 0; }
	.bk-header-logo { width: 38.33vw; margin-bottom: 3rem; }
	.bk-header-nav { padding: 2.5rem 0 2rem 4rem; }
	.bk-header-social > li > a { padding: 0.5rem 0.6rem; font-size: 2.7rem; }

	.bk-backsy-logo i { font-size: 15.7rem; }
	.bk-header-nav-menu { margin-bottom: 1.5rem; }
	.bk-header-nav-menu > li > a { padding: 0.5rem 0.6rem; }
	.bk-header-nav-menu > li > a > i.bk-icon-about-us { font-size: 11.1rem; }
	.bk-header-nav-menu > li > a > i.bk-icon-qa { font-size: 4.6rem; }
	.bk-header-nav-menu > li > a > i.bk-icon-compitition { font-size: 16rem; }
}

@media( min-width: 2560px ){
	.bk-backsy-logo i { font-size: 22.4rem; }
	.bk-header-nav-menu { margin-bottom: 2.7rem; }
    .bk-header-nav-menu > li { padding: 0; margin: 2rem 0; }
	.bk-header-nav-menu > li > a { padding: 0.7rem 0.6rem; }
	.bk-header-nav-menu > li > a > i.bk-icon-about-us { font-size: 20rem; }
	.bk-header-nav-menu > li > a > i.bk-icon-qa { font-size: 7.5rem; }
	.bk-header-nav-menu > li > a > i.bk-icon-compitition { font-size: 22rem; }
	.bk-header-social > li > a { padding: 0.8rem; font-size: 3.8rem; }
    .bk-icon-impressum { font-size: 12.9rem; }
    .bk-icon-datenschutz { font-size: 15.6rem; }
    .bk-icon-backsy { font-size: 30rem; }
    .bk-nav-home { margin-bottom: 4rem !important; }
}

/* footer */
.bk-footer { background-color: #fff; width: 100%; position: fixed; left:0; bottom: 0; z-index: 11; display: block; }
.bk-footer::before { display: block; height: 5.5rem; width: 100%; bottom: 100%; left: 0; position: absolute; z-index: 1; background: -webkit-gradient(linear, left bottom, left top, from(#FFF), to(rgba(255, 255, 255, 0.00))); background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%); content: ''; }
.bk-footer-logos { padding: 0.4rem 2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.bk-stroeck-logo-f { pointer-events: auto; --bs-aspect-ratio: 35.5%; max-width: 6.2rem; width: 100%; display: block; }
.bk-back-kunst-logo { pointer-events: auto; --bs-aspect-ratio: 47.84688995215311%; max-width: 6.2rem; width: 100%; display: block; }

@media( min-width: 992px ){
	.bk-stroeck-logo-f { max-width: 10rem; }
	.bk-back-kunst-logo { max-width: 10rem; }
}

@media( min-width: 1200px ){
	.bk-footer-logos { padding: 2rem 2.6rem; }
    .bk-footer { pointer-events: none; background: none; }
    .bk-footer::before { display: none; }
}

@media( min-width: 1920px ){
	.bk-footer-logos { padding: 2rem 4rem; }
	.bk-stroeck-logo-f { max-width: 15rem; }
	.bk-back-kunst-logo { max-width: 15rem; }
}

@media( min-width: 2560px ){
	.bk-footer-logos { padding: 3rem 4rem; }
	.bk-stroeck-logo-f { max-width: 20rem; }
	.bk-back-kunst-logo { max-width: 20rem; }
}


/* backsy-at :: D2 */
.ratio.contain { -o-object-fit: contain; object-fit: contain; }

.bk-section { position: relative; padding: 0 0 9rem 0; }
.bk-section .container { position: relative; z-index: 1; }

@media (min-width: 1200px) {
    .bk-section { padding: 0 0 14rem 0; }
}

@media (min-width: 1920px) {
    .bk-section { padding: 0 0 6rem 0; }
}

/* bk-social-grid */
.ratio-9x16 { --aspect-ratio: calc(16 / 9* 100%); }

.bk-social-grid { margin: -0.4rem -0.4rem 0 -0.4rem; }
.bk-social-grid:not(.grid-initialized) { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.bk-hashtag-post { display: block; padding: 0.4rem; position: relative; text-decoration: none; color: #fff !important; border-radius: 1rem; overflow: hidden; }
.bk-hashtag-post img { -o-object-fit: cover; object-fit: cover; width: 100%; height: 100%; }
.bk-hashtag-post video { -o-object-fit: contain; object-fit: contain; width: 100%; height: 100%; }
.bk-hashtag-text-block { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; text-align: end; padding: 1.5rem; }
.bk-hashtag-social-icon { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 2.8rem; height: 2.8rem; background-color: #000; border-radius: 0.6rem; }
.bk-hashtag-post-time { display: block; width: 100%; line-height: normal; }
.bk-hashtag-thumb { display: block; top: 0; left: 0; position: absolute; z-index: 1; width: 100%; height: 100%; }

.bk-social-grid .bk-hashtag-post-content { width: 50%; max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; padding: 0.4rem; }
.bk-social-grid .bk-icon-play { color: #fff; font-size: 3.2rem; position: absolute; top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); z-index: 1; }
.bk-social-grid .bk-hashtag-post .instagram-media { margin: 0 !important; border: 0 !important; min-width: 100% !important; width: 100% !important; -webkit-box-shadow: none !important; box-shadow: none !important; border-radius: 0 !important; }
.bk-social-grid .bk-hashtag-post .instagram-media > * { padding: 0 !important; }
.bk-social-grid .fb_iframe_widget { display: block !important; }
.bk-social-grid .fb_iframe_widget > span { display: block !important; width: 100% !important; }
.bk-social-grid .fb_iframe_widget > span iframe { width: 100% !important; }

.bk-social-grid .bk-hashtag-post.p-0 { background-color: transparent; }
.bk-social-grid .tiktok-embed { margin: 0 !important; width: 100% !important; min-width: 100% !important; }


@media (min-width: 576px) {
    .bk-social-grid .bk-hashtag-post-content { width: 50%; max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }
    .bk-social-grid .bk-hashtag-post-content.large { width: 100%; max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; }
}

@media (min-width: 768px) {
    .bk-social-grid { margin: -0.8rem -0.8rem 0 -0.8rem; }
    .bk-social-grid .bk-hashtag-post-content { width: 33.333%; max-width: 33.333%; -webkit-box-flex: 0; -ms-flex: 0 0 33.333%; flex: 0 0 33.333%; padding: 0.8rem; }
    .bk-social-grid .bk-hashtag-post-content.large { width: 66.666%; max-width: 66.666%; -webkit-box-flex: 0; -ms-flex: 0 0 66.666%; flex: 0 0 66.666%; }
}

@media (min-width: 992px) {
    .bk-social-grid { margin: -1.2rem -1.2rem 0 -1.2rem; }
    .bk-social-grid .bk-hashtag-post-content { width: 25%; max-width: 25%; -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; padding: 1.2rem; }
    .bk-social-grid .bk-hashtag-post-content.large { width: 50%; max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }
}


/* bk-faq-accordion */
.bk-faq { padding-top: 2rem; }
.bk-faq-heading { --bs-aspect-ratio: 54.14012738853503%; width: 100%; max-width: 19.4rem; margin: 0 auto 3rem auto; }
/* .bk-faq-content { margin-left: -2rem; margin-right: -2rem; } */
.bk-faq-content .accordion-item { border: 0; padding: 0; margin-bottom: 1rem; background: #fff; }
.bk-faq-content .accordion-button { padding: 1.7rem 2rem; background-color: #fff !important; color: #000 !important; font-weight: 400; font-size: 1.6rem; line-height: 2.5rem; word-break: break-all; font-family: 'Argone', sans-serif; background-image: url('./gfx/faq-frame.png'); background-repeat: no-repeat; background-size: 100% 100%;  }
.bk-faq-content .accordion-button:not(:focus-visible) { -webkit-box-shadow: none; box-shadow: none; }
.bk-faq-content .accordion-button::after { display: none; }
.bk-faq-content .accordion-button > span { display: block; -webkit-padding-end: 0.5rem; padding-inline-end: 0.5rem; }
.bk-faq-content .accordion-button i { -ms-flex-negative: 0; flex-shrink: 0; font-size: 1.2rem; -webkit-margin-start: auto; margin-inline-start: auto; -webkit-transition: -webkit-transform 0.2s ease-in-out; transition: -webkit-transform 0.2s ease-in-out; transition: transform 0.2s ease-in-out; transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
.bk-faq-content .accordion-button:not(.collapsed) i { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); }
.bk-faq-content .accordion-body { padding: 1rem 2rem 0 2rem; font-family: 'Argone', sans-serif; font-weight: 400; line-height: 1.333; }

@media (min-width: 576px) {
    .bk-faq-content { margin: 0; }
}

@media (min-width: 768px) {
    .bk-faq-heading { margin-bottom: 4rem; }
    .bk-faq-content .accordion-item { margin-bottom: 1.7rem; padding: 0; }
    .bk-faq-content .accordion-button { padding: 2rem 2.4rem; font-size: 1.8rem; }
    .bk-faq-content .accordion-button i { font-size: 1.4rem; }
    .bk-faq-content .accordion-body { padding: 2rem 2.4rem 0 2.4rem; }
}

@media (min-width: 992px) {
    .bk-faq-heading { max-width: 24.4rem; }
}

@media (min-width: 2560px) {
    .bk-faq-heading { margin-bottom: 10rem; }
    .bk-faq-content .accordion-button { padding: 3.3rem 2.4rem; font-size: 3.4rem; }
    .bk-faq-content .accordion-body { padding: 2rem 2.4rem 0 2.4rem; font-size: 2.8rem; }
    .bk-faq-heading { max-width: 31.4rem; }
    .bk-faq-content .accordion-button i { font-size: 2.4rem; }
}


/* modal */
.modal-a .modal-dialog { margin: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.modal-a .modal-dialog::before { display: block; content: ''; height: calc(100vh - 2rem); }
.modal-a .modal-content { background-color: #fff; border-radius: 1rem; border: 0; -webkit-box-shadow: 0 0.3rem 1.5rem 0 rgba(0, 0, 0, 0.08); box-shadow: 0 0.3rem 1.5rem 0 rgba(0, 0, 0, 0.08); padding: 1rem; }
.modal-a .modal-body { z-index: 0; }

.modal-a-close { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 1.2rem; border: 0; position: absolute; z-index: 1; top: 1rem; right: 1rem; width: 4rem; height: 4rem; padding: 0; border-radius: 50%; background-color: #fdd209; }

.modal-a-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; max-width: 54rem; margin: 0 auto; }
.modal-a-content > :last-child { margin-bottom: 0; }

.modal-a-icon { display: block; font-size: 1.667em; margin: 0 0 0.650em 0; }
.modal-a-icon i { margin: 0 auto; }


@media (min-width: 576px) {
    .modal-a .modal-dialog { max-width: calc(100% - 4rem); margin: 2rem; }
    .modal-a .modal-dialog::before { height: calc(100vh - 4rem); }
    .modal-a .modal-content { padding: 3rem; }
}

@media (min-width: 1920px) {
    .modal-a .modal-dialog { max-width: 186rem; }
    .modal-a .modal-dialog { margin-left: auto; margin-right: auto; }
}


.btn-text-2 { opacity: 0; display: block; width: 30px; height: 30px; position: absolute; top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); background: url(gfx/loader-black.svg) no-repeat center center; }

.bk-compo-form .btn:disabled .btn-text { opacity: 0; }
.bk-compo-form .btn:disabled .btn-text-2 { opacity: 1; }



.grecaptcha-badge { bottom: calc(var(--cc-font-size)*4) !important; z-index: 1; }

@media (min-width: 768px) {
    .grecaptcha-badge { bottom: calc(var(--cc-font-size)*6) !important; }
}

.bk-radio-text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.bk-radio-text > i.bk-icon-agkl-text { -webkit-transform: rotate(2deg); -ms-transform: rotate(2deg); transform: rotate(2deg); }
.bk-radio-text > i.bk-icon-agkl-text-expired { -webkit-transform: rotate(2deg); -ms-transform: rotate(2deg); transform: rotate(2deg); }
.bk-icon-agkl-text2::before { padding-top: 12.67605633802817%; }
.bk-icon-agkl-text2 { width: 80.45325779036827%; -webkit-box-flex: 0; -ms-flex: 0 0 80.45325779036827%; flex: 0 0 80.45325779036827%; max-width: 80.45325779036827%; }
.bk-radio-text > i.bk-icon-agkl-text2 { -webkit-transform: rotate(2deg); -ms-transform: rotate(2deg); transform: rotate(2deg); }


.bk-nav-home-mo { display: block; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 0; position: absolute; z-index: 1; }

@media (max-width: 1199px) {
    .bk-header-content { min-height: 5.4rem; }
}

@media (max-width: 991px) {
    .bk-header-content { min-height: 4.6rem; }
}

@media (max-width: 767px) {
    .bk-header-content { min-height: 2.6rem; }
    .bk-nav-home-mo { margin-top: 0.5rem; }
    .bk-nav-home-mo .bk-icon-backsy { font-size: 14.7rem; }
}

@media (min-width: 1200px) {
    .bk-nav-home-mo { display: none; }
}

.bk-header-logo-mo-row { padding: 3rem 0; }
.bk-header-logo-mo-row > :last-child { margin-bottom: 0 !important; }
.bk-header-logo-mo { --bs-aspect-ratio: 45.76399394856278%; width: 80%; max-width: 90%; margin: 0 auto; display: block; transition: transform 0.3s ease-in-out; }

@media (max-width: 767px) {
    .bk-header-logo-mo-row { padding: 3rem 0 29% 0; }
    .bk-radio-row { margin-left: -2rem;margin-right: -2rem; -ms-flex-pack: distribute; justify-content: space-around; position: relative; }
    .bk-radio-content { bottom: 100%; margin-bottom: 1.5rem; left: 50%; transform: translateX(-50%); position: absolute; z-index: 1; display: block; }
}

@media (max-width: 1199px) {
    .bk-header-logo-mo-row { position: sticky; top: 5.4rem; left: 0;  z-index: 11; }
    .bk-header-logo-mobile { display: block; position: relative; background-color: #fff; }
    html.is-pinned .bk-header-logo-mo { transform: scale(0.7); }
}

@media (max-width: 991px) {
    html.is-pinned .bk-header-logo-mo { transform: scale(0.7); }
    .bk-header-logo-mo-row { top: 4.5rem; }
}

@media (max-width: 767px) {
    html.is-pinned .bk-header-logo-mo { transform: scale(0.7); }
    .bk-header-logo-mo-row { top: 3.6rem; }
}

@media (min-width: 576px) {
    .bk-header-logo-mo { max-width: 70%; }
}

@media (min-width: 768px) {
    .bk-header-logo-mo { max-width: 60%; }
}

@media (min-width: 992px) {
    .bk-header-logo-mo { max-width: 50%; }
}


/* Modal Css */
.bk-modal { --bs-modal-bg: transparent; --bs-modal-border-width: 0; --bs-modal-padding: 0; --bs-modal-width: 96rem; --bs-modal-margin: 2rem; }
.bk-modal .modal-body { overflow: hidden; overflow-y: auto; }
.bk-modal .modal-dialog { margin: 2rem; }
.bk-modal-body { background-color: #fff; border: 0.7rem solid #00ff00; padding: 4rem 2rem 2rem 2rem; }
.modal-backdrop { --bs-backdrop-opacity: 0.6; }
.bk-no-repeat-modal .bk-modal-body,
.bk-no-modal .bk-modal-body { border-color: #ff0000; }
.bk-modal .btn-close { --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.8); font-size: 2.2rem; width: 3.4rem; height: 3.4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; --bs-btn-close-bg: none; padding: 0; position: absolute; top: 1rem; right: 1rem; opacity: 1; }
.bk-modal-body .bk-typo { text-transform: uppercase; font-family: 'Argone', sans-serif; font-weight: 300; }
.bk-modal-repetition-form-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 2rem; }
.bk-modal-repetition-form-l { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; width: 1%; margin-right: 0.5rem; }
.bk-modal-repetition-form-l .form-group { margin: 0; }
.form-control.type-b { background-color: #000000; border-radius: 0; border-color: #000000; text-transform: uppercase; color: #fff; font-family: 'Argone', sans-serif; font-weight: 300; }
.form-control.type-b::-webkit-input-placeholder { color:#fff; opacity: 1; font-weight: 300; }
.form-control.type-b:-moz-placeholder { color:#fff; opacity: 1; font-weight: 300; }
.form-control.type-b::-moz-placeholder { color:#fff; opacity: 1; font-weight: 300; }
.form-control.type-b:-ms-input-placeholder { color:#fff; opacity: 1; font-weight: 300; } 
.bk-modal-repetition-form-r { -ms-flex-negative: 0; flex-shrink: 0; }

.form-control.type-b:-webkit-autofill:-webkit-autofill,
.form-control.type-b:-webkit-autofill:-webkit-autofill:hover,
.form-control:-webkit-autofill:-webkit-autofill:active,
.form-control.type-b:-webkit-autofill:-webkit-autofill:focus { background-color: #000000 !important;color: #fff !important;-webkit-box-shadow: 0 0 0 1000px #000000 inset !important;-webkit-text-fill-color: #fff !important; }
.form-control.type-b:autofill:-webkit-autofill,
.form-control.type-b:autofill:-webkit-autofill:hover,
.form-control.type-b:autofill:-webkit-autofill:active,
.form-control.type-b:autofill:-webkit-autofill:focus { background-color: #000000 !important;color: #fff !important;-webkit-box-shadow: 0 0 0 1000px #000000 inset !important;-webkit-text-fill-color: #fff !important; }


.bk-modal-repetition-form-wrap { margin-top: 2rem; }
.bk-modal-repetition-form-content { margin-bottom: 2rem; }
.bk-form-btn { width: 4rem; height: 4.5rem; font-size: 2.6rem; background-color: #000000; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; border: 0; outline: 0; position: relative; }
.bk-checkradio-ui-b { width: 2.6rem; height: 2.6rem; border: 1px solid #000000; background-color: #000000; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-negative: 0; flex-shrink: 0; font-size: 1.8rem; color: #fff; -ms-flex-item-align: start; align-self: flex-start; margin-right: 1rem; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.bk-checkradio-ui-b i { opacity: 0; -webkit-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; }
.bk-modal-repetition-form-wrap .bk-checkradio-text { font-size: 1.4rem; font-family: 'Argone', sans-serif; font-weight: 300; }

.bk-checkradio input:checked ~ .bk-checkradio-row .bk-checkradio-ui-b i { opacity: 1; }
.form-control.is-invalid ~ .bk-checkradio-row .bk-checkradio-ui-b { border-color: var(--bs-form-invalid-border-color); }
.bk-checkradio input:focus ~ .bk-checkradio-row .bk-checkradio-ui-b { border-color: #FDD209; }
.bk-repetition-form-thumb { display: block; width: 100%; --bs-aspect-ratio: 66.71428571428571%; }
.bk-modal .bk-modal-footer .bk-backsy-store-value.yes { position: relative; }
.bk-modal .bk-modal-footer .bk-backsy-store-value.no { position: relative; }
.bk-yes-repeat-modal .bk-modal-footer .bk-backsy-store-value.yes::before { display: block; content: ''; background-color: #fff; position: absolute; top: 0.156vw; left: 0.156vw; right: 0.26vw; bottom: 0.156vw; z-index: -1; }
.bk-yes-modal .bk-modal-footer .bk-backsy-store-value.yes::before { display: block; content: ''; background-color: #fff; position: absolute; top: 0.156vw; left: 0.156vw; right: 0.26vw; bottom: 0.156vw; z-index: -1; }
.bk-no-modal .bk-modal-footer .bk-backsy-store-value.no::before { display: block; content: ''; background-color: #fff; position: absolute; top: 0.156vw; left: 0.156vw; right: 0.26vw; bottom: 0.156vw; z-index: -1; }
.bk-no-repeat-modal .bk-modal-footer .bk-backsy-store-value.no::before { display: block; content: ''; background-color: #fff; position: absolute; top: 0.156vw; left: 0.156vw; right: 0.26vw; bottom: 0.156vw; z-index: -1; }

@media (min-width: 768px) {
    .bk-modal-repetition-form-l { margin-right: 1rem; }
    .bk-modal .btn-close { font-size: 2.7rem; width: 4rem; height: 4rem; top: 2rem; right: 2rem; }
    .bk-modal-body { background-color: #fff; border: 1rem solid #00ff00; }
    .bk-form-btn { width: 5rem; height: 4.5rem; font-size: 3.6rem; }
    .bk-modal-repetition-form-wrap .bk-checkradio-text { font-size: 1.6rem; } 
    .bk-checkradio-ui-b { width: 3.2rem; height: 3.2rem; }
}

@media (min-width: 992px) {
    .bk-modal-repetition-form-wrap { margin-top: 3rem; }
    .bk-modal-repetition-form-row { margin-bottom: 3rem; }
    .bk-modal-repetition-form-content { margin-bottom: 3rem; }
    .bk-modal-body { padding: 4rem; }
    .bk-modal .modal-dialog { margin: 2rem auto; }
}

@media (min-width: 1920px) {
    .bk-modal-body .modal-title { font-size: 6rem; line-height: 1; }
    .bk-modal-body .bk-typo { font-size: 3.6rem; line-height: 1.25; }
}

@media (min-width: 3840px) {
    .bk-yes-repeat-modal .bk-modal-footer .bk-backsy-store-value.yes::before { top: 0.15vw; left: 0.15vw; bottom: 0.1vw; right: 0.26vw; }
    .bk-no-repeat-modal .bk-modal-footer .bk-backsy-store-value.no::before { top: 0.1vw; right: 0.1vw; bottom: 0.1vw; left: 0.1vw; }
}

.bk-no-repeat-modal .bk-backsy-store-value.yes,
.bk-yes-repeat-modal .bk-backsy-store-value.no,
.bk-yes-modal .bk-backsy-store-value.no,
.bk-no-modal .bk-backsy-store-value.yes { background-color: #666; }
.btn-loader { opacity: 0; display: block; width: 30px; height: 30px; position: absolute; top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); background: url(gfx/loader-white.svg) no-repeat center center; }

.bk-form-btn:disabled i,
.bk-form-btn.disabled i { opacity: 0; }
.bk-form-btn:disabled .btn-loader,
.bk-form-btn.disabled .btn-loader { opacity: 1; }

.bk-footer-nav {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-bottom: 0; pointer-events: auto; padding: 0; }
.bk-footer-nav > li::before { display: none; }
.bk-footer-nav > li > a {font-size: 1.2rem;text-transform: uppercase;text-decoration: none !important;letter-spacing: 0.167em;margin: 0 1.6rem;display: block;}
.bk-footer-nav > li > a > span {display: block;position: relative;}
.bk-footer-nav > li > a > span::before {width: 100%;height: 1px;background-color: #000;left: -0.1rem;display: block;content: '';position: absolute;top: 100%;-webkit-transform: scaleX(0);-ms-transform: scaleX(0);transform: scaleX(0);-webkit-transform-origin: 0 0;-ms-transform-origin: 0 0;transform-origin: 0 0;-webkit-transition: -webkit-transform 0.15s ease;transition: -webkit-transform 0.15s ease;transition: transform 0.15s ease;transition: transform 0.15s ease, -webkit-transform 0.15s ease;margin-top: -0.5rem;}
.bk-footer-nav > li > a:hover > span::before {-webkit-transform: scaleX(1);-ms-transform: scaleX(1);transform: scaleX(1);}


@media (max-width: 360px) {
    .bk-footer-nav > li > a { font-size: 1rem; }
}

@media (min-width: 2560px) {
    .bk-footer-nav > li > a { font-size: 1.8rem; }
}


/* soon */
.soon-layout { position: fixed; top: 0; left: 0; width: 100%; min-width: 320px; height: 100%; }
.soon-layout-gfx { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; -o-object-fit: contain; object-fit: contain; }
.soon-layout-logo { position: absolute; top: 2rem; left: 50%; z-index: 1; font-size: 15.7rem; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); line-height: 1; margin: 0 !important; padding: 0; }
.soon-layout-logo i { font-size: 1em; }

@media (min-width: 576px) {
    .soon-layout-logo { left: 2rem; -webkit-transform: none; -ms-transform: none; transform: none; }
}

@media (min-width: 768px) {
    .soon-layout-logo { left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
}

@media (min-width: 992px) {
    .soon-layout-logo { left: 2rem; -webkit-transform: none; -ms-transform: none; transform: none; }
}

@media (min-width: 1920px) {
    .soon-layout-logo { left: 0.7529411764705882vw; top: 0.7529411764705882vw; font-size: 7.8125vw; }
}

.bk-live-stream-space { width: 100%; max-width: 20rem; min-width: 20rem; right: 1rem; bottom: 4rem; position: fixed; z-index:15; display: block; }
body.modal-open .bk-live-stream-space { right: calc(1rem + var(--bs-body-padding-right)); }
.bk-live-stream-frame { padding: 2.95% 2.95% 6.2% 2.9%; background-image: url("gfx/backsy-fram-bg.png"); background-position: 0 0; background-repeat: no-repeat; background-size: 100% 100%; }
.bk-live-stream { width: 100%; background-color: #ff00ff; display: block; }
.bk-live-stream > * { border: 0; }
.bk-live-stream-blank-height { height: 12.5rem; width: 100%; display: block; }

@media (min-width: 768px) {
    .bk-live-stream-space { max-width: 30rem; bottom: 5rem; }
    .bk-live-stream-blank-height { height: 18.7rem; }
}

@media (min-width: 992px) {
    .bk-live-stream-space { bottom: 6rem; }
}

@media (min-width: 1200px) {
    .bk-live-stream-space { bottom: 8rem; }
}

@media (min-width: 1600px) {
    .bk-live-stream-space { max-width: 18.58vw; bottom: 9rem; }
    .bk-live-stream-blank-height { height: 22.2rem; }
}

@media (min-width: 1920px) {
    .bk-live-stream-space { bottom: 11rem; }
    .bk-live-stream-blank-height { display: none; }
}

@media (min-width: 2560px) {
    .bk-live-stream-space { bottom: 14rem; }
}

.bk-about { padding-top: 2rem; }
.bk-icon-kik { font-size: 27rem; margin: 0 auto; }
.bk-icon-kik::before { padding-top: 14.08057179987005%; }
.bk-about .bk-typo { line-height: 1.333; font-family: 'Argone', sans-serif; font-weight: 400; text-align: center; }
.bk-about-title { margin-bottom: 4rem; }
.bk-about-shap { --bs-aspect-ratio: 75.81967213114754%; width: 100%; max-width: 11.4rem; margin: 2rem auto 0 auto; display: block; }

@media (min-width: 768px) {
    .bk-icon-kik { font-size: 52.448vw; }
    .bk-about-shap { max-width: 24.4rem; }
}

@media (min-width: 1400px) {
    .bk-icon-kik { font-size: 34vw; }
}

@media (min-width: 1600px) {
    .bk-icon-kik { font-size: 30vw; }
}

@media(min-width: 2560px) {
    .bk-icon-kik { font-size: 100.6rem; }
    .bk-about .bk-typo { font-size: 3.4rem; }
    .bk-about-title { margin-bottom: 10rem; }
    .bk-about-shap { margin-top: 6rem; }
}


.backsy-video { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; }
.backsy-video > video { width: 100%; height: 100%; display: block; -o-object-fit: cover; object-fit: cover; }
.backsy-video-link { text-decoration: none; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }


html.mobile .fancybox-slide--video { padding: 0; }
html.mobile .fancybox-slide--video .fancybox-content { width: 100% !important; height: 100% !important; }

.bk-voting-desc { padding-top: 2rem; font-size: 2.4rem; line-height: 1.333;font-family: 'Argone', sans-serif;font-weight: 400;text-align: center; display: block; }
.bk-voting-desc > :last-child { margin-bottom: 0; }

@media(min-width: 992px) {
    .bk-voting-desc { font-size: 2.8rem; }
}

@media(min-width: 1600px) {
    .bk-voting-desc { font-size: 3.2rem; }
}