
:root {
    --bs-body-font-family: 'Barlow',Helvetica,Arial,Lucida,sans-serif;
    --bs-body-font-size: 20px;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.4;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #44a4d5;
}

* {
    word-break: break-word;
}

html, body {
    max-width: 100vw;
    overflow-x: hidden;
    hyphens: auto;
}

html {
    overflow-y: scroll;
}

body {
    color: #44a4d5;
    padding: 30px;
    position: relative;
    min-height: 100vh;
}

h1 {
    font-size: 30px;
    line-height: var(--bs-body-line-height);
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}

p {
    margin-bottom: 1em;
}

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

img[src=""], img:not([src]) {
    display: none;
}

img + .loader {
    display: none;
    pointer-events: none;
    text-align: center;
    color: #44a4d5;
}

img[src=""] + .loader, img:not([src]) + .loader {
    display: block;
}

a {
    color: #BEC0D0;
    text-decoration: none;
    transition: all .15s ease-in-out;
}

a:hover,
a:focus {
    color: #3B4272;
}

.logo-wrapper {
    max-width: 175px;
    margin: 0 auto 45px;
}

.form-label {
    padding-left: 25px;
    display: none;
}

.form-select {
    background-image: none !important;
    margin-bottom: 10px;
    background-position: right 25px center !important;
    background-size: 10px 9px !important;
    font-size: 18px;
    line-height: 28px;
    padding: 5px 35px 5px 25px;
    box-shadow: none !important;
    border: 1px solid #ccc;
    color: #555;
    background-color: #fff;
    border-radius: 4px;
}

.input-style {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='9' viewBox='0 0 10 9'%3E%3Cpath d='M5,0l5,9H0Z' transform='translate(10 9) rotate(180)' fill=''/%3E%3C/svg%3E%0A") !important;
}

.input-style:focus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='9' viewBox='0 0 10 9'%3E%3Cpath d='M5,0l5,9H0Z' fill=''/%3E%3C/svg%3E%0A") !important;
}

.btn {
    position: relative;
    --bs-btn-padding-x: 25px;
    --bs-btn-padding-y: 6px;
    --bs-btn-font-size: 18px;
    --bs-btn-line-height: 28px;
    --bs-btn-border-radius: 4px;
    --bs-btn-border-width: 0;
    text-align: left;
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e;
}

.btn:hover {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e;
}

.btn-group-sm > .btn, .btn-sm {
    --bs-btn-padding-y: 5px;
    --bs-btn-font-size: 16px;
    --bs-btn-line-height: 24px;
    --bs-btn-border-radius: 18px;
}

.btn-primary {
    --bs-btn-color: #44a4d5;
    --bs-btn-bg: #BF7E3D;
    --bs-btn-hover-color: #BF7E3D;
    --bs-btn-hover-bg: #fff;
    --bs-btn-active-color: #BF7E3D;
    --bs-btn-active-bg: #fff;
    --bs-btn-disabled-color: #44a4d5;
    --bs-btn-disabled-bg: #BF7E3D;
}
.btn-secondary {
    --bs-btn-color: #44a4d5;
    --bs-btn-bg: #3B4272;
    --bs-btn-hover-color: #3B4272;
    --bs-btn-hover-bg: #fff;
    --bs-btn-active-color: #3B4272;
    --bs-btn-active-bg: #fff;
    --bs-btn-disabled-color: #44a4d5;
    --bs-btn-disabled-bg: #3B4272;
}

.btn > .icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    line-height: 1;
    text-align: center;
    width: calc(var(--bs-btn-border-radius) * 2);
    background: var(--bs-btn-color);
    color: var(--bs-btn-bg);
    padding: calc(var(--bs-btn-border-radius) / 2.3);
    border-radius: var(--bs-btn-border-radius);
}

.btn > .icon > svg {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

/* Snowfall */
.snow-wrapper {
    pointer-events: none;
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    opacity: 0.6;
}

/* Cookie Banner */
.cookie-box {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    font-size: 16px;
    text-align: left;
    padding: 15px 25px;
    background: #00073B;
    box-shadow: rgba(255, 255, 255, 0.2) 0 5px 30px;
    transition: all .75s ease-in-out;
}

@media (min-width: 992px) {
    .logo-wrapper {
        max-width: 300px;
        margin-bottom: 60px;
    }

    h1 {
        font-size: calc(var(--bs-body-font-size) * 1.8);
    }
}

/* 2023 */

body {
	background-size:cover;
}

.intro-text, .form-wrapper, .wie-funktionierts {
	border-radius:25px;
	padding:60px;
}

.form-wrapper {
    max-width: 992px;
    margin: 0 auto;
}

.btn-primary, .btn-secondary {
    --bs-btn-color: #44a4d5;
    --bs-btn-bg: #44a4d5;
    --bs-btn-hover-color: #44a4d5;
    --bs-btn-hover-bg: #fff;
    --bs-btn-active-color: #64797a;
    --bs-btn-active-bg: #fff;
    --bs-btn-disabled-color: #44a4d5;
    --bs-btn-disabled-bg: #64797a;
}
/*
.btn-secondary {
    --bs-btn-color: #44a4d5;
    --bs-btn-bg: #3B4272;
    --bs-btn-hover-color: #3B4272;
    --bs-btn-hover-bg: #fff;
    --bs-btn-active-color: #3B4272;
    --bs-btn-active-bg: #fff;
    --bs-btn-disabled-color: #44a4d5;
    --bs-btn-disabled-bg: #3B4272;
}
*/


@media (max-width:767px) {
    .container {
        padding: 0px;
    }

    body {
        padding: 20px;
    }

    .intro-text, .form-wrapper, .wie-funktionierts {
        padding: 20px !important;
    }

    .cookie-box {
        display:block;
        text-align: center;
    }

    .btn-create {
        padding: 5px !important;
    }

    #js-cookie-button {
        margin-top: 15px;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 22px;
    }
}

svg.response-container {
    width: 100px;
    height: 100px;
}