/* =============================================================================
  #RESET
============================================================================= */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 1em;
}

/* =============================================================================
  #TOOLS
============================================================================= */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

@font-face {
    font-family: 'VAGRoundedStd-Bold';
    src: url('fonts/VAGRoundedStd-Bold.woff2') format('woff2'),
        url('fonts/VAGRoundedStd-Bold.woff') format('woff'),
        url('fonts/VAGRoundedStd-Bold.otf') format('opentype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'VAGRoundedStd-Light';
    src: url('fonts/VAGRoundedStd-Light.woff2') format('woff2'),
        url('fonts/VAGRoundedStd-Light.woff') format('woff'),
        url('fonts/VAGRoundedStd-Light.otf') format('opentype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Bodoni';
    src: url('fonts/Bodoni-72-OS.woff') format('woff');
    font-style: normal;
    font-optical-sizing: auto;
}

/* =============================================================================
  #CSS VARIABLES
============================================================================= */
:root {
    --primary-color: #d7b470;
    --primary-color-dark: #a78749;
    --primary-color-light: #d4b466;

    --primary-bright: #d5a23f;
    --accent-color: #fc4c02;

    --primary-gradient: -webkit-linear-gradient(
        180deg,
        #fce5a1,
        #907031,
        #e9c580,
        #7e5f23
    );

    --primary-gradient: -webkit-linear-gradient(
        243deg,
        #bb9658 7.93%,
        #fcce88 53%,
        #caa263 99.9%
    );

    --gradient-simple: rgb(210, 163, 7);
    --gradient-new: linear-gradient(
        55deg,
        rgba(210, 163, 7, 1) 0%,
        rgba(253, 206, 136, 1) 50%,
        rgba(173, 138, 78, 1) 100%
    );
    --secondary-color: #fcf3df;
    --background-color: #252626;

    --text-color: #3e4b58;

    --grey: #d6c9ae;
    --grey-light: #baae96;
    /* --grey-light: #D6C9AE; */
    --hr-color: #f7f1e4;

    --white: #fff;

    --border-settings: 1px solid #D7B470;
    --border-settings-light: 1px solid #D7B470;
    --border-radius: 20px;
    --border-radius-small: 6px;

    --default-padding: 24px;
    --default-large-padding: 30px;
    --default-medium-padding: 20px;
    --default-small-padding: 12px;

    --min-btn-width: 200px;
    --header-height: 230px;

    --default-font: 'VAGRoundedStd-Light', sans-serif;
    --bold-font: 'VAGRoundedStd-Bold', sans-serif;
    --bodoni-font: 'Bodoni', sans-serif;

    --font-size-heading-px: 30px;
    --font-size-heading-rem: 3rem;

    --font-size-subheading-px: 26px;
    --font-size-subheading-rem: 2.6rem;

    --font-size-numbers-px: 38px;
    --font-size-numbers-rem: 3.8rem;

    --font-size-px: 24px;
    --font-size-rem: 2.4rem;

    --small-font-size-px: 24px;
    --small-font-size-rem: 2.4rem;

    /* --small-font-size-px: 18px;
    --small-font-size-rem: 1.8rem; */

    --default-transition: all 150ms ease-in-out;
    --basic-transition: 150ms ease-in-out;
}

/* =============================================================================
  #ORIENTATION
============================================================================= */
/*@media only screen and (orientation: landscape) {*/
/*    html body * {*/
/*        display: none;*/
/*    }*/
/*    body {*/
/*        height: 100vh;*/
/*    }*/

/*    html {*/
/*        overflow: hidden;*/
/*    }*/

/*    #landscape_orientation {*/
/*        position: absolute;*/
/*        top: 50%;*/
/*        left: 50%;*/

/*        transform: translate(-50%, -50%);*/

/*        text-align: center;*/
/*    }*/

/*    #landscape_orientation,*/
/*    #landscape_orientation * {*/
/*        display: block !important;*/
/*    }*/

/*    #landscape_orientation p {*/
/*        margin-top: 12px;*/
/*    }*/

/*    .ipad-animaiton {*/
/*        position: relative;*/
/*        margin-top: 18px;*/
/*        display: flex;*/
/*        align-items: center;*/
/*    }*/

/*    .ipad-animaiton p {*/
/*        !* position: absolute;*/

/*        top: 50%;*/
/*        left: 50%;*/

/*        transform: translate(calc(-50% + 120px), -50%); *!*/

/*        margin-bottom: 0 !important;*/
/*        margin-top: 18px;*/
/*    }*/

/*    #landscape_orientation .ipad-animaiton img {*/
/*        display: inline-block !important;*/
/*        width: 60px;*/
/*        height: auto;*/

/*        animation-name: spin;*/
/*        animation-duration: 2000ms;*/
/*        animation-direction: alternate-reverse;*/
/*        animation-iteration-count: infinite;*/
/*        animation-timing-function: linear;*/
/*        !* transform: rotate(90deg); *!*/
/*    }*/

/*    @keyframes spin {*/
/*        0%,*/
/*        10% {*/
/*            transform: rotate(0deg);*/
/*        }*/

/*        40%,*/
/*        100% {*/
/*            transform: rotate(90deg);*/
/*        }*/
/*    }*/
/*}*/

@media only screen and (orientation: portrait) {
    body {
        height: auto;
    }
    html {
        overflow: none;
    }
    #landscape_orientation {
        display: none;
    }
}

/* =============================================================================
  #GENERAL
============================================================================= */
* {
    font-family: inherit;
    line-height: inherit;
    color: inherit;
}

html {
    overflow-x: hidden;

    min-height: 100%;
    height: 100%;

    font-size: 16px;
    font-size: 62.5%;
    background-color: var(--background-color);
}

html.full-screen {
    overflow: hidden;
}

body {
    overflow-x: hidden !important;
    position: relative;
    min-height: 100vh;
    font-family: var(--default-font);
    color: var(--text-color);
    font-size: var(--font-size-px);
    font-size: var(--font-size-rem);
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    background-color: var(--background-color);

    max-width: 800px;

}


.home {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home::before {
    content: "";
    position: fixed;

    top: 0;
    right: 0;

    width: 120px;
    height: 235px;

    background-image: url('../img/pattern-right.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.home::after {
    content: "";
    position: fixed;

    bottom: 0;
    left: 0;

    width: 120px;
    height: 235px;

    background-image: url('../img/pattern-left.png');
    background-size: contain;
    background-repeat: no-repeat;
}


.header--title::before {
    content: "";
    position: absolute;

    top: 0;
    right: 0;

    width: 120px;
    height: 235px;

    background-image: url('../img/pattern-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.header--title::after {
    content: "";
    position: absolute;

    top: 0;
    left: 0;

    width: 120px;
    height: 235px;

    background-image: url('../img/pattern-left_header.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

/* =============================================================================
  #BUTTONS
============================================================================= */
.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: calc(var(--default-medium-padding) + 5px) var(--default-padding)
        var(--default-medium-padding) var(--default-padding);
    min-width: var(--min-btn-width);

    font-family: var(--bold-font);
    color: var(--background-color);
    /* color: var(--white); */
    font-size: var(--small-font-size-px);
    font-size: var(--small-font-size-rem);
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;

    cursor: pointer;
    background-color: var(--primary-bright);

    border: none;
    border-radius: var(--border-radius-small);

    transition: var(--default-transition);
}

.btn:hover {
    background-color: var(--primary-color-dark);
    /* background-color: var(--accent-color); */
}


.btn:disabled {
    pointer-events: none;
    opacity: 50%;
    /* background-color: #e9d5ae; */
    /* background: #e9d5ae; */
}

/* .btn:disabled:hover { background-color: var(--primary-color); } */

/* Button modifiers */
.btn--block {
    display: block;
    width: 100%;
}

.btn--gradient {
    position: relative;
    background: var(--gradient-new);
    /* background-color: #FC4C02; */
    overflow: hidden;
}

/* Button icon */
.btn i {
    margin-right: var(--default-small-padding);
}

.btn--inline,
.btn--small {
    padding: 12px;
    display: inline-block;
    font-size: 16px;
}

.btn--medium {
    padding: 16px;
    display: inline-block;
    font-size: 18px;
    line-height: normal;
}

.btn--inline {
    /* color: var(--accent-color); */
    background-color: transparent;
}

.btn--inline i {
    margin-right: 5px;
}
/* .btn--cta { background-color: var(--secondary-color); } */

.btn--round {
    padding: var(--default-medium-padding) var(--default-padding);
    position: absolute;
    top: 50%;
    left: var(--default-padding);
    /* background-color: var(--primary-bright); */

    transform: translateY(-50%);

    margin: 0;

    min-width: 60px;
    width: 60px;
    height: 60px;

    border-radius: 50%;
    background-color: transparent;
        background: var(--primary-gradient);
}

.btn--home {
    left: auto;
    right: var(--default-padding);
}

.btn--round i {
    margin: 0;
    font-size: 22px;
}

.link {
    color: #FFF;
    /* color: var(--primary-color); */
    font-size: var(--small-font-size-px);
    font-size: var(--small-font-size-rem);
    font-weight: 700;
}

.btn--ghost {
    border: var(--border-settings);
    color: var(--primary-color);
    background-color: transparent;
}

.btn--ghost:hover {
    background-color: #202020;
}

.btn--secondary {

    background-color: var(--accent-color);
    color: #fff;
}

* + .btn-container {
    margin-top: 24px;
}
/* =============================================================================
  #UTILITIES
============================================================================= */
.hide {
    display: none;
}

/* Text aligns */
.ta-left {
    text-align: left;
}
.ta-center {
    text-align: center;
}
.ta-right {
    text-align: right;
}

/* Put this on the wrapping div you want to clear */
.clearfix:before,
.clearfix:after {
    content: ' ';
    display: table;
}

.clearfix:after {
    clear: both;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.5%;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container {
    margin: 0 auto;
    padding: 0 var(--default-padding);
    width: 100%;
}

.home .container {
    max-width: 560px;
}

a.hide,
.hide {
    display: none;
}

/* =============================================================================
  #TYPOGRAPHY
============================================================================= */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;

    color: var(--primary-color);
    line-height: 1.1;
    /* font-family: var(----bodoni-font); */
}

/* Heading 1 */
h1 {
    /* margin-bottom: var(--default-padding); */
    font-size: var(--font-size-heading-px);
    font-size: var(--font-size-heading-rem);
    /* color: #000; */

    /*background: var(--primary-gradient);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}

h1 + .menu,h2+.menu {
    margin-top: var(--default-padding);
}

/* Heading 2 */
h2 {
    color: var(--primary-color);
    /* margin-bottom: var(--default-medium-padding); */
    font-size: var(--font-size-subheading-px);
    font-size: var(--font-size-subheading-rem);
    
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h1 + h2 {
    margin-top: 5px;
}

/* Heading 3 */
h3 {
    margin-bottom: var(--default-small-padding);

    text-transform: none;
    font-size: var(--small-font-size-px);
    font-size: var(--small-font-size-rem);

    font-weight: 400;
    font-family: var(--default-font);
   color: #DDC79F;
}

.lead {
    font-size: 120%;
}
strong {
    font-weight: bold;
}
em,
i {
    font-style: italic;
}

p {
    font-family: var(--default-font);
    font-size: 18px;
    font-size: 1.8rem;
    color: var(--primary-color);
    margin-bottom: 1em;
}

/* Lists */
.ol,
.ul {
    margin-bottom: 2rem;
    padding-left: var(--default-large-padding);
}

.ul {
    list-style: disc;
}

.ol {
    list-style: decimal;
}

.ul li + li,
.ol li + li {
    margin-top: 0.25em;
}

/* =============================================================================
  #ELEMENTS
============================================================================= */
img {
    max-width: 100%;
    font-style: italic;
    vertical-align: middle;
}

img[width],
img[height] {
    max-width: none;
}

hr {
    margin: var(--default-large-padding) 0;

    height: 4px;

    background-color: #474747;
    border: none;
}

/* =============================================================================
  #MESSAGES
============================================================================= */
/* Messages */
.message {
    display: block;
    margin: 0 0 var(--default-medium-padding) 0;
    padding: 16px 20px;

    color: var(--white);
    font-size: var(--small-font-size-px);
    font-size: var(--small-font-size-rem);
    font-weight: 700;

    border-radius: var(--border-radius-small);
    transition: var(--default-transition);
}

.message.hide {
    display: none;
}

.message h1,
.message h2,
.message h3,
.message h4 {
    color: #fff;
    margin-bottom: 5px;
}

.message p {
    color: #fff;
}

.message--info p {
    color: #87795f;
}

/* No margin on last item in message */
.message *:last-child {
    margin-bottom: 0;
}

.message--error {
    background-color: #e23c3c;
}
.message--warning {
    background-color: #df920d;
}
.message--success {
    background-color: #71b62c;
}
.message--info {
    background-color: var(--grey);
}

/* =============================================================================
  #FORM STYLING
============================================================================= */
/* FORM LABEL BLOCK */
.form__section {
    margin-bottom: var(--default-large-padding);
}

.form__section--group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.form__section--group > .form__section {
    width: 100%;
    margin: 0;
}

/* Form button */
.form__section .btn {
    min-width: 200px;
}

/* Labels */
.form__label {
    display: block;
    margin-bottom: var(--default-small-padding);
    margin-right: 0;

    color: #FFF;
    font-family: var(--bold-font);
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
}

.btn + .schuldbekentenis {
    margin-top: 16px;
}

.schuldbekentenis .message p {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: var(--default-font);
}

.schuldbekentenis .form__label {
    /* color: #000; */
}

.form__label--text {
    font-size: 18px;
    font-size: 1.8rem;
    color: #c1af8b !important;
    text-transform: none;
}

label + label {
    margin-left: var(--default-large-padding);
}
.form__label + label {
    margin-left: 0;
}

.form__label--radio {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
        color: #FFF;
}

.form__label--radio + .form__label--radio {
    margin-left: 0;
    margin-top: 5px;
}

.form__data,
.form__data--group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.form__data--group {
    width: 100%;
    border-right: 4px solid #f7f1e4;
}

.form__data--group + .form__data__item {
    width: 100%;
    /* width: 90%; */
}

.form__data--group .form__data__item {
    width: 100%;
}

.form__data--group .form__data__item:first-of-type {
    border-right: 4px solid #f7f1e4;
}

.form__data h3 {
    font-size: 26px;
    font-size: 2.6rem;
    color: var(--primary-color-light);

    margin-top: 8px;
    margin-bottom: 0;
}

.form__data p {
    font-size: 16px;
    font-size: 1.6rem;
    color: #FFF;
    font-weight: 400;
    margin: 0;
}

.form__data + *,
* + .form__data {
    margin-top: var(--default-medium-padding);
    padding-top: var(--default-medium-padding);

    border-top: 4px solid #474747;
}

/* Default */
select,
input {
    font-size: var(--font-size-px);
    font-size: var(--font-size-rem);
}

select,
textarea,
input:focus {
    outline: none;
}

/* Radio and checkbox input */
input[type='radio'],
input[type='checkbox'] {
    margin-right: 8px;
}

/* General text inputs */
textarea,
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='password'],
input[type='number'] {
    display: block;
    padding: 10px 14px;
    width: 100%;
    /* max-width: 320px; */

    color: #FFF;
    font-family: var(--default-font);
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;

    border-radius: var(--border-radius-small);
    background-color: var(--background-color);
    /* box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 0 0 0 rgba(0, 0, 0, 0); */
    border: var(--border-settings);
    box-shadow: none;
    transition: box-shadow var(--basic-transition);
}

input[type='text'],
input[type='tel'] {
    padding: 15px 14px 10px 14px;
}

textarea:focus,
input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='number']:focus {
    border: 2px solid var(--primary-color);
    /* box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0), 0 2px 2px 0 rgba(0, 0, 0, 0.05); */
}

/* placeholder color */
input[type='text']::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

/* Textarea */
textarea {
    min-height: 200px;
    /* max-width: 360px; */
    width: 100%;
}

/* Select input */
select {
    height: 42px;
    width: 100%;

    border: none;
    background-color: #f3f3f3;

    cursor: pointer;
}

/* Error input */
textarea.error,
input[type='text'].error,
input[type='tel'].error,
input[type='email'].error,
input[type='password'].error,
input[type='number'].error {
    border: 2px solid #e23c3c;
}

.field-error.hide,
.field-warning.hide {
    display: none;
}

.form--login label.error,
.field-error,
.field-warning {
    display: block;
    margin-top: 10px;
    padding: 10px;
    margin-left: 0 !important;
    border-radius: 3px;

    font-size: 18px;
    color: var(--white);
    background-color: #e23c3c;
}

.field-warning {
    background-color: var(--primary-color-dark);
}

.form__section--switch {
    margin: 0 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: var(--default-small-padding);
}

.form__section--switch label {
    cursor: pointer;
}

.form__section--switch input[type='checkbox'] {
    visibility: hidden;
    height: 0;
    width: 0;
    position: absolute;
}

.form__label {
    font-weight: bold;
}

.form__label small {
    display: block;

    font-weight: normal;
    line-height: 1.1;
}

/* =============================================================================
  ##FORM UPLOAD ============================================================= */
.form__upload__input {
    height: 0;
    width: 0;
    opacity: 0;
    float: left;
}

.progress-bar {
    padding: 8px;
    max-width: 100%;
    width: auto !important;

    color: var(--white);
    text-align: right;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.6);

    background-image: linear-gradient(
        135deg,
        #4e1b57 25%,
        #663a6d 25%,
        #663a6d 50%,
        #4e1b57 50%,
        #4e1b57 75%,
        #663a6d 75%,
        #663a6d 100%
    );
    background-size: 28.28px 28.28px;
    border-radius: 22px;
    box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.1),
        inset 0 -2px 2px 0 rgba(0, 0, 0, 0.15);
}

.progress-bar[aria-valuenow='0'] {
    display: none;
}

/* =============================================================================
  ##INPUT TOGGLE ============================================================= */
.toggle {
    position: relative;
    width: 40px;
    height: 24px;

    background-color: #ffffff;
    border: 2px solid #072b45;
    border-radius: 12px;

    cursor: pointer;

    transition: background-color var(--basic-transition);
}

.toggle__switch {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 16px;
    width: 16px;

    background-color: #cee3f3;
    border-radius: 50%;

    transition: var(--default-transition);
}

.toggle:hover .toggle__switch {
    background-color: #96bddb;
}

input:checked + .toggle {
    background-color: #4fb360;
}
input:checked + .toggle .toggle__switch {
    background-color: var(--white);
    transform: translateX(100%);
}

/* ==========================================================================
	#MENU
========================================================================== */
.menu {
    display: grid;

    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: var(--default-medium-padding);
    margin: 0 auto;

    max-width: 560px;
}

.menu + * {
    margin-top: 18px;
}

.menu__item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: var(--default-small-padding);
    min-height: 220px;

    color: var(--primary-color);

    text-decoration: none;

    /* font-family: var(--bold-font); */
    font-size: var(--font-size-px);
    font-size: var(--font-size-rem);
    text-align: center;
    line-height: 1;

    background-color: transparent;
    border: var(--border-settings);
    border-radius: var(--border-radius);
}

.menu__item:nth-of-type(2) a {
    border-top-right-radius: 80px;
}

.menu__item:nth-of-type(3) a {
    border-bottom-left-radius: 80px;
}

.menu__item a.disabled {
    opacity: 35%;
    pointer-events: none;
}

.menu__item i {
    margin-bottom: 28px;
    font-size: 45px;
    font-size: 4.5rem;
    color: var(--primary-color);
}

.menu--inline .menu__item i {
    margin-right: 6px;
    margin-bottom: 0;
    width: 30px;

    font-size: 20px;
    text-align: center;
}

/* =============================================================================
  #MAIN
============================================================================= */
.main {
    position: relative;
    padding: 0 0 60px 0;
    z-index: 3;
}

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

.main .container {
    position: relative;
}

.home .main {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    padding: 0;
    /* 
    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%); */
    width: 100%;
}

.main--home {
    text-align: center;
}
.main--home h2 {
    text-align: left;
}


.btn--logout {
    position: fixed;
    bottom: 24px;
    right: 24px;

    width: 50px;
    height: 50px;
    
    display: flex;
    align-items: center;
    justify-content: flex-end;

    background-color: transparent;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.logo {
    position: fixed;
    bottom: 24px;
    left: 50%;

    transform: translateX(-50%);

    max-width: 160px;
}

/*=============================================
#TABLES
=============================================*/
.tables-page .main .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tables-page .main {
    padding-bottom: 0;
}

.tables {
    display: grid;

    grid-template-columns: repeat(6, 80px);
    grid-auto-rows: 1fr;

    gap: 18px;
}

.table__item a {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 80px;
    border-radius: 50%;

    text-decoration: none;
    font-family: var(--bold-font);
    color: var(--primary-color);

    border: var(--border-settings);
    background-color: var(--background-color);
}

.table__item a p {
    /* color: var(--pr); */
    font-size: var(--font-size-numbers-px);
    font-size: var(--font-size-numbers-rem);
    margin: 10px 0 0 0;

        background: var(--primary-gradient);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
}

.tables--guests .table__item a p {
    margin: 5px 0 0 0;
}

/*----------  GUESTLIST  ----------*/
.tables--guests {
    grid-template-columns: repeat(2, 1fr);
    /* padding: 0 40px; */
}

.dashboard .tables--guests {
    padding: 0;
}

.tables--guests .table__item a {
    height: 100%;
    padding: var(--default-small-padding) 12px;
    border-radius: var(--border-radius-small);
}

.tables--guests .table__item a p {
    font-size: 26px;
    text-align: center;
}

/*=============================================
#LOTTERY PICKER
=============================================*/
.lottery-numbers {
    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    grid-auto-rows: 1fr;

    gap: 4px;
    margin: 0 45px 0 auto;
    list-style-type: none;

    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

.lottery-numbers li {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 50px;

    border-radius: 12px;
}

.dashboard .lottery-number__item {
    flex-direction: column;
    text-align: center;
}

.dashboard .lottery-number__item > * {
    width: 100%;
}

.dashboard .lottery__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 6px;
}

.lottery-numbers i {
    font-size: 13px;
    font-size: 1.3rem;
}

.lottery-numbers p {
    font-family: var(--bold-font);
    color: #ccbd9b;
    margin: 6px 0 0 0;
}

.lottery-numbers .already-selected p {
    color: var(--background-color) !important;
}

/*=============================================
    #AUCTION
=============================================*/
.auction {
    list-style: none;
    padding: 0;
}

.auction__item {
    color: var(--primary-color);
}

.auction__item.hide {
    display: none !important;
}

.auction__item a,
.auction__item--nolink {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;

    padding: 0 0 0 0;

    text-decoration: none;
    border: var(--border-settings);

    border-radius: 12px;
    background-color: var(--background-color);
}

.auction__item a.hide {
    display: none;
}

.auction__item--action i {
    color: var(--primary-color);
    font-size: 18px;
    font-size: 1.8rem;
}

.auction__item--action {
    display: flex;
    align-items: center;
}

.auction__item--action p {
    margin: 0;
    color: var(--primary-color);
}

.dashboard .auction__item {
    padding-right: 18px;
    justify-content: space-between;
}

.auction__number {
    position: absolute;

    top: -1px;
    left: -1px;
    bottom: -1px;

    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-new);
    padding: 18px;

    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;

    width: 70px;
}

.auction__number p {
    margin: 5px 0 0 0;

    font-family: var(--bold-font);

    color: var(--background-color);
    font-size: 24px;
    font-size: 2.4rem;
}

.auction__number--extra p {
    font-size: 20px;
}

.auction__item h3 {
    font-size: 20px;
    font-size: 2rem;
    color: var(--primary-color);
    margin: 5px 0 0 0;
}

.auction__label {
    display: inline-block;
    font-family: var(--bold-font);
    font-size: 16px;
    font-size: 1.6rem;
    background-color: #f4e6c6;
    padding: 4px 12px 2px 12px;
    margin-bottom: 5px;
    border-radius: 5px;
    text-transform: uppercase;
}

.auction__number + .auction__heading {
    margin-left: 65px;
}

.auction__heading p {
    margin: 0;
    font-family: var(--default-font);
}

.auction__heading {
    padding: 12px 18px;
}

.auction__item + .auction__item {
    margin-top: var(--default-small-padding);
}

.form__data--auction {
    display: flex;
    align-items: flex-start;
    gap: 24px;

    margin-top: 24px;
}

.auction__data__item {
    margin: 0;
}

.auction__data__item--price {
    width: 35%;
}

.auction__about {
    width: 65%;
}

.auction__about p {
    font-size: 18px;
    font-size: 1.8rem;
}

.auction__price {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 150px;
    padding: 12px;

    border: var(--border-settings);
    background-color: var(--background-color);
    border-radius: 8px;
}

.auction__price--fixed {
    height: 80px;
}

.price__container {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
}

.price__container::before {
    content: '';
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 4px;
    background-color: #e9d6a9;
    z-index: 50;
}

.price__container--fixed::before {
    display: none;
}

.price__container--fixed {
    margin-top: 5px;
}

.auction__price p,
.auction__price input {
    font-size: 32px;
    font-size: 3.2rem;
    color: var(--primary-color);
}

.auction__price input {
    display: inline-block;

    padding: 0;

    font-family: var(--bold-font);
    text-align: center;

    border: none;
    background-color: var(--secondary-color);
}

.auction__price input:focus {
    border: none;
}

.auction__price input::placeholder {
    color: #e9d6a9;
}

.auction__price p:last-of-type {
    margin-top: -5px;
}

.input-wrap {
    position: relative;
    margin: -11px 6px 0 6px;
}

.input-wrap .input {
    position: absolute;
    width: 100%;
    left: 0;
    top: -3px;
}

.width-machine {
    padding: 0 16px;
}
/* =============================================================================
  #INPUT TOGGLE
============================================================================= */
.toggle-container {
    display: flex;
    margin-top: 24px;
    width: 100%;
}

.toggle-container input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.btn--toggle {
    color: #4e1b57;
    border: 2px solid #4e1b57;
    background-color: var(--white);
    margin-top: 0;
    padding: 10px;
    min-width: auto;
    width: 100%;
    cursor: pointer;
}

.btn--toggle:hover {
    color: var(--white);
    background-color: #4e1b57;
}

.btn--toggle.active {
    background-color: #4e1b57;
    color: var(--white);
}

.btn-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.icon-container {
    display: flex;
    align-items: center;
}

.icon-container a {
    border: none;
}

.icon-container a + a {
    margin-left: 16px;
}

.btn-container + .btn-container label {
    border-left: none;
}

/* =============================================================================
  #HEADER
============================================================================= */
/* ##BASIC HEADER PROPERTIES ================================================ */
.header {
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
    padding: 3rem 1rem;
    /* padding: var(--default-medium-padding) var(--default-small-padding); */

    /* height: var(--header-height); */
    width: 100%;

    z-index: 300;
    overflow: hidden;
}

.home .header h1, .login h1 {
    text-transform: uppercase;
}

.home .header {
    padding-bottom: 9rem;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    padding-bottom: 0;
}

.header--title {
    position: relative;
    flex-direction: column;
    height: 180px;
    z-index: 1;
    overflow: visible;
}

.header--title h3 {
    margin: 0;
}

.header__content {
    text-align: center;
}

/* ##HEADER LOGO ============================================================ */
.header__logo img {
    display: block;
    width: 200px;
    height: auto;
}

/* =============================================================================
  #DASHBOARD
============================================================================= */
/* .is-sold .auction__title { color: #ccc; } */

.lottery__item {
    margin-bottom: 2px;
    padding: 3px;
}

.lottery__item.is-available {
    background: #f2e2c5;
}
.is-available {
    color: black;
}

/* ##DASHBOARD OPTIONS =========================================================== */
.dashboard__options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    /* display: flex;
    align-items: center;
    justify-content: space-between; */
}

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

.main--dash .dashboard__options {
    align-items: unset;
    justify-content: unset;
    gap: 12px;
}

* + .dashboard__options {
    margin-top: var(--default-large-padding);
}

.main--dash .dashboard__options .btn {
    width: 100%;
    padding: calc(var(--default-medium-padding) + 5px) 6px
        var(--default-medium-padding) 6px;
    margin: 0;
}

.main--dash .dashboard__options .btn + .btn {
    margin: 0;
}

.dashboard__options .btn {
    min-width: auto;

}

.dashboard__options .btn--small {
    width: auto !important;
    padding: 6px 12px;
}

.dashboard__options p {
    margin: 0;
}

.dashboard__options .btn + .btn {
    margin-left: var(--default-small-padding);
}
/* =============================================================================
  #DASHBOARD STATS
============================================================================= */
.stats {
    display: flex;
    justify-content: space-between;
}

.stats--row {
    flex-direction: row;
}
.stats--column {
    flex-direction: column;
}

.stats + * {
    margin-top: var(--default-large-padding);
}

.stats__item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    border-radius: 8px;
    border: var(--border-settings);
    background-color: var(--background-color);
}

.stats__item--tables {
    justify-content: center;
}
.stats--row .stats__item {
    width: 50%;
}

.stats__item--content.stats__item--singular {
    text-align: left;

    justify-content: space-between;
    flex-direction: row;

    padding: calc(var(--default-medium-padding) + 5px)
        var(--default-medium-padding) var(--default-medium-padding)
        var(--default-medium-padding);

    background: var(--background-color);
    border: var(--border-settings);
    color: #fff;
}

.stats__item--content.stats__item--singular h2 {
    color: #c1af8b;
}

.stats__item--content.stats__item--singular p {
    color: var(--primary-color);
    font-size: 26px;
    font-size: 2.6rem;
    /* color: #000; */
}

.stats__item p,
.stats__item h2,
.stats__item h3 {
    margin: 0;
}

.stats__item a {
    text-decoration: none;
}

.stats__item p {
    font-size: 15px;
    font-size: 1.5rem;
}
.stats__item__total p {
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
}

.stats__item h2 {
    text-transform: uppercase;
    font-size: 22px;
    font-size: 2.2rem;
}

.stats__number {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 3px !important;
}

.stats__number + p {
    font-size: 20px;
    font-size: 2rem;
    color: var(--primary-color);
}

.stats__item--content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    padding: var(--default-medium-padding);
}

.stats__item__details {
    margin: var(--default-small-padding) 0 0 0;
}

.stats__item__total {
    background-color: var(--accent-color);
    color: #fff;
    padding: var(--default-small-padding);
}

.stats__item__action {
    /* background-color: var(--primary-color); */
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;

    /* margin: 0 -2px -2px -2px; */
}

.stats__item__action .btn {
    width: 100%;

    padding: 14px 20px;

    font-size: 18px;
    font-size: 1.8rem;

    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;

    margin: 0;
}

.stats__item + .stats__item {
    margin-left: var(--default-padding);
}

.stats__item + .stats__item--singular {
    margin-left: 0;
    margin-top: var(--default-padding);
}

/*=============================================
    #SIGNATURE
=============================================*/
.signature {
    display: flex;
    flex-direction: column;
    gap: var(--default-padding);
}

.signature .form__section {
    width: 100%;
}

.form__signature__data {
    display: flex;
    flex-direction: column;
}

.form__signature__data p {
    /* color: var(--accent-color); */
    font-size: 20px;
    font-size: 2rem;
}

.form__signature .form__label {
    margin-bottom: 5px;
}

.form__signature__data .form__section + .form__section {
    margin-top: 20px;
}

.signature .form__section,
.signature p {
    margin: 0;
}

.signature {
    position: relative;
}

.signature .btn {
    position: absolute;
    bottom: -32px;
    left: 0;
    right: 0;

    padding: 0;

    height: 40px;
    width: 100%;

    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.signature .btn i {
    margin: 0;
    color: var(--background-color);
}

.js-signature {
    position: relative;
}
.form__signature {
    display: flex;
    align-items: center;
    gap: 24px;
}

.form__signature + .field-error {
    margin-top: 45px;
    margin-bottom: 0;
}

.select2-container .select2-selection--single {
    display: flex !important;
    align-items: center !important;

    height: 52px !important;
    background-color: var(--background-color)!important;
    border: var(--border-settings)!important;
    border-radius: 8px!important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    margin-top: 5px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #FFF!important;
}

/*=============================================
    #ATTENDEES
=============================================*/
.attendees {
    margin-top: 24px;
}

.attendee__item {
    padding: 18px;
    background-color: var(--background-color);
    border: var(--border-settings);
}

.attendee__item h3 {
    margin-bottom: 16px;
    padding-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;

    border-bottom: var(--border-settings);
}

.attendee__item a,
.attendee__item p {
    color: #c1af8b;
}

.attendee__item p {
    font-family: var(--default-font);
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
}

.guest__wrap + .guest__wrap {
    margin-top: 8px;
}

.attendee__item + .attendee__item {
    margin-top: 12px;
}

@media screen and (max-width: 600px) {
    :root {
        --font-size-heading-px: 22rem;
        --font-size-heading-rem: 2.2rem;
        --font-size-subheading-px: 20rem;
        --font-size-subheading-rem: 2.0rem;

        --header-height: 120px;

        --default-padding: 20px;

        --font-size-numbers-px: 22px;
        --font-size-numbers-rem: 2.2rem;
    }

    .main--home .logo {
        max-width: 120px;
    }

    .header--title {
        height: 140px;
    }

    .header__logo img {
        width: 120px;
    }

    .home .main {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    .home.thankyou .main {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .main {
        padding: 0 0 20px 0;
    }

    .home .main::before,
    .home .main::after {
        display: none;
    }

    /* .home::before,
    .home::after {
        height: 80px;
    } */

    .menu {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .menu__item a {
        align-items: center;
        flex-direction: row;
        justify-content: flex-start;
        min-height: auto;
        border-radius: 8px!important;
        padding: 18px 12px;
    }

    .menu__item a span {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .menu__item i {
        margin: 0 10px 0 0;
        font-size: 18p;
        font-size: 1.8rem;
    }

    .btn--round {
        min-width: 40px;
        width: 40px;
        height: 40px;
        padding: 0 !important;
        left: 0;

        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .btn--home {
        left: auto;
        right: 0;

        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .btn--round i {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .tables {
        grid-template-columns: repeat(6, 1fr);
        gap: 12px;
        padding: 0;
        width: 100%;
    }

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

    .table__item a {
        height: 65px;
        border-radius: var(--border-radius-small);
    }

    .tables--guests .table__item a p {
        font-size: 20px;
    }

    .table__item a p {
        margin-top: 5px;
    }

    .form__section--group {
        flex-direction: column;
    }

    .form__data {
        flex-direction: column;
    }

    .form__data--group {
        border-right: none;
        border-bottom: 4px solid #f7f1e4;
        padding-bottom: 20px;
    }

    .form__data h3 {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .form__signature {
        align-items: flex-start;
        flex-direction: column;
    }

    .form__signature__data {
        margin-top: 30px;
    }

    .signature {
        padding-bottom: 0;
    }

    .js-signature canvas {
        width: 100% !important;
    }

    .btn-container {
        flex-direction: column;
    }

    .schuldbekentenis .btn-container {
        flex-direction: column-reverse;
    }

    .btn {
        padding: 16px 12px 12px 12px;
    }

    .auction__number {
        width: 30px;
    }

    .auction__item h3 {
        font-size: 16px;
        font-size: 1.6rem;
        margin: 2px 0 0 0;
    }

    .auction__number + .auction__heading {
        padding: 12px 18px;
    }

    .auction__heading {
        margin-left: 30px;
    }

    .auction__number p {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .auction__about,
    .auction__data__item--price {
        width: 100%;
    }

    .input-wrap .input {
        top: -5px;
    }

    .stats .stats--row {
        flex-direction: column;
    }

    .stats--row .stats__item {
        width: 100%;
    }

    .stats--row .stats__item + .stats__item {
        margin: var(--default-padding) 0 0 0;
    }

    .stats__item h2 {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .stats__number {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .stats__item--content.stats__item--singular {
        flex-direction: column;
    }

    .dashboard__options {
        grid-template-columns: 1fr;
    }

    .dashboard__options .btn {
        width: 100%;
    }

    .dashboard__options .btn + .btn {
        margin: 12px 0 0 0;
    }

    .attendee__item p {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .attendee__item h3 {
        font-size: 20px;
        font-size: 2rem;
    }

    .guest__wrap + .guest__wrap {
        margin-top: 5px;
    }
}

.price__input {
    display: inline-flex;
    align-items: center;
}

.price__input input {
    width: 60%;
}

.price__input p {
    margin: 0;
    font-size: 22px;
    font-size: 2.2rem;
}

.price__input p + input,
.price__input input + p {
    margin: 0 0 0 14px;
}

.form--guest-info,
.schuldbekentenis--donation {
    padding-bottom: 60px;
}
