@font-face {
	font-family: 'a1qa';
	src: local('ALS Schlange sans_a1qa'),
		url('../fonts/a1qa_regular.woff2') format('woff2'),
		url('../fonts/a1qa_regular.woff') format('woff');
	font-display: swap;
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'a1qa-bold';
	src: local('ALS Schlange sans_a1qa'),
		url('../fonts/a1qa_bold.woff2') format('woff2'),
		url('../fonts/a1qa_bold.woff') format('woff');
	font-display: swap;
	font-weight: 700;
	font-style: normal;
}

html {
    padding: 0;
    box-sizing: border-box;
    font-family: 'a1qa';
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    font-variant-ligatures: none;
}

.bold-text {font-weight: bold;}
body a {color: #1e85e9; text-decoration: none;}
body {
    min-height: 100vh;
    background: url('../img/background2.jpg') top right no-repeat;
    background-size: cover;
}

.hero__logo {
    display: inline-block;
    position: relative;
  }
  
.hero__logo img {
    width: 3.9rem;
}

.hero__logo::after {
    content: "";
    position: absolute;
    background: url('../img/hero_logo_addition.svg') no-repeat center center;
    width: 11.7rem;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.site-logo {
    padding: 3rem 2rem 2rem;
}

/*page-content*/
.page-content {
    padding: 2.2rem 3.8rem 2.2rem 8.8rem;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
}

section.page-proposal {
    max-width: 850px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
/*    justify-content: space-between;
    -webkit-justify-content: space-between;*/
    margin-right: 2rem;
}

.title {font-size: 2.5rem;}
.text-content {font-size: 1.2rem;}

.highlight {
    background: linear-gradient(-45deg,#1e85e9 0,#8671f3 20%,rgba(192,108,253,.99) 71%,#ffbee8 100%);
    background-clip: text; -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

span.highlight {
    box-decoration-break: clone; -webkit-box-decoration-break: clone;
    display: inline;
}
.call-to-action {margin-top: 1.6rem;}
.advantages-list {margin-top: 2.6rem; padding-inline-start: 1rem;}
.advantages-list li {padding-bottom: 1rem;}

.facts {text-align: center; 
    display: flex; display: -webkit-flex; 
    justify-content: space-between; -webkit-justify-content:space-between;

    padding-top: 1rem;
}
.facts .highlight {display: inline-block;}
.fact-number{font-size: 2.6rem;}
.fact-text{font-size: 1rem; margin-top: 0.2rem;}

/*Form*/
.section_heading {
    font-size: 1.5rem;
    padding-top: 0.2rem;
    text-align: center;
}
.contact {
    max-width: 510px;
    margin: 0 auto;
}
.contactform_container {
    color: #151515;
    margin-top: 1rem;
    border-radius: 15px;
    padding: 1rem 2rem 2rem 2rem;
    margin-bottom: 0.1rem;
    background: rgba(246,247,251, 0.85);
}

.form {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.form_element {
    padding-top: 1rem;
    width: 100%;
    height: 100%;
}

.form_element label {
    display: block;
    padding-bottom: 6px;
    font-size: 1rem;
}

.form_element_last {
    width: 100%;
    padding-top: 1rem;
}

.form_element input.field {
    height: 1.68rem;
    width: 100%;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
    color: #151515;
    font-size: 0.8rem;
}

.form_element input.field:focus {
    outline: none;
    border: 2px solid #bac3da;
}

.approve_checkbox {
    display: flex;
    display: -webkit-flex;
    padding: 0.1rem 0 0.3rem;
}

.approve_checkbox_text {
    font-size: 0.85rem;
    color: #151515;
    margin-top: 0.2rem;
}

.checkbox {
    margin-right: 10px;
    transform: scale(1.2);
}

.confirm {
    display:block;
    width: 16px;
    height: 16px;
    min-width:16px;
    padding:0;
    box-sizing: border-box;
    background:#fff;
    margin-right:6px;
    border:none;
    margin-top: 0.2rem;
}

.confirm.selected {
    background:url('../img/ico-checked.svg') no-repeat center #ffffff;
}

.requirement_desc {
    font-size: 0.85rem;
    color: #151515;
    padding-top:0.5rem;
}

.form-message {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center; -webkit-align-items: center;
    text-align: center;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #2541C4;
    height: 1.8rem;
    font-size: 0.85rem;
}
.error-msg {color: red;}

input.empty-field, .confirm.empty-field, select.empty-field {
    border: 1.4px solid red !important;
}

.accent {
    color: red;
}

button {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    vertical-align: top;
    background: 0 0;
    text-align: center;
    text-decoration: none;
    padding: 11px 32px;
    min-width: 160px;
    border: thin solid #b26ff8;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: inset 0 0 0 1px transparent;
    box-shadow: inset 0 0 0 1px transparent;
    -webkit-transition: -webkit-box-shadow .2s ease;
    -o-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease,-webkit-box-shadow .2s ease;
}
button:hover {
    -webkit-box-shadow: inset 0 0 0 1px #b26ff8;
    box-shadow: inset 0 0 0 1px #b26ff8;
}
button:active, button:focus { outline: none; }

/*Other footer*/
.web-footer {display: none; font-size: 0.6rem; color: #bdbdbd;}
footer {
    display: block;
    text-align: center;
    font-size: 0.75rem;
    color: #bdbdbd;
    padding: 20px 0;
}

@media screen and (max-width: 1500px) {
    .page-proposal>div:not(:nth-child(1)) {padding-top: 2rem;}
    .facts>div:nth-child(n+2){padding-left: 0.5rem;}
    .facts>div:nth-child(-n+2){padding-right: 0.5rem;}
    body {
        background: rgba(0, 0, 0, .45) url('../img/background2.jpg') top right no-repeat;
        background-blend-mode: darken;
        background-size: cover;
    }
    .page-content {padding-bottom: 3.5rem;}
    .web-footer {display: none;}
    footer {display: block; text-align: center; padding-bottom: 2.2rem;}
}
@media screen and (max-width: 1400px) {
    .contact {max-width: 450px;}
}

@media screen and (max-width: 1360px) {
    section.page-proposal {padding: 0 7rem 3rem 7rem; margin-right: 0; max-width: initial;}
    .page-content {padding: 0rem; flex-direction: column; -webkit-flex-direction: column;}
    .hero__logo img {width: 2.9rem;}
    .hero__logo::after {width: 8.7rem;}
    .contact {padding-bottom: 3rem; width: 60%;}
}

@media screen and (max-width: 1024px) {
    html {font-size: 19px;}
    .hero__logo::after {display: none;}
    .site-logo {padding: 2rem 4rem;}
    section.page-proposal {padding: 0 4rem 3rem 4rem;}
    .section_heading {padding-top: 0; font-size: 1.3rem;}
    .header-container {margin-right: 2rem; margin-top: 6rem;}
    body {
        background: rgba(0, 0, 0, .25) url('../img/mob2.jpg') bottom center no-repeat;
        background-blend-mode: darken;
        background-size: cover;
    }
} 

@media screen and (max-width: 768px) {
    html {font-size: 18px;}
    body {background: url('../img/mob.jpg') bottom center no-repeat; background-size: cover;}
    .site-logo {padding: 2rem;}
    section.page-proposal {padding: 0 2rem 3rem 2rem;}
    .contact {padding: 0 2rem 3rem; width: 80%;}
}
@media screen and (max-width: 450px) {
    .title {font-size: 1.8rem;}
    .fact-number {font-size: 2.2rem;}
    .facts {flex-direction: column; -webkit-lex-direction: column; padding-top:0}
    .facts>div:nth-child(n+2){padding-left: 0;}
    .facts>div:nth-child(-n+2){padding-right: 0;}
    .facts>div:not(:last-child){padding-bottom: 1.5rem;}
}
@media screen and (max-width: 380px) {
    html {font-size: 16px;} 
    .contactform_container {padding: 1rem;}
}