:root {
    --brand-color: #dc1411;
    --secondary-brand-color: #fecc00;
    --default-text-color: #000000;
    --default-font-size: 1.3rem;

    --header-font-size: 1.4rem;
    --header-text-color: #000000;
    --header-background-color: #9eb9c6;

    --footer-font-size: 1.1rem;
    --footer-text-color: #ffffff;
    --footer-background-color: transparent;
}

* {
    scroll-margin-top: 4rem;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--default-text-color);
    font-family: "Barlow", sans-serif;
    font-size: var(--default-font-size);
    background-color: #ffffff;
}

main {
    min-height: 100%;
    padding: 0 0 10rem 0;
    background-color: rgba(229, 195, 124, 1);
    background-image: url("../img/Desktop-Background.jpg"), linear-gradient(90deg, rgba(224, 190, 126, 1) 0%, rgba(229, 195, 124, 1) 50%, rgba(239, 203, 124, 1) 100%);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% auto;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer ul li {
    display: inline-block;
}

footer a {
    color: var(--footer-text-color);
    text-decoration: none;
}

footer a:hover {
    color: var(--footer-text-color);
    text-decoration: none;
}

.footer {
    position: relative;
    margin-top: auto;
    align-items: center;
    /* overflow: hidden; */
}

.footer,
.footer a {
    color: rgb(255, 255, 255);
    display: flex;
}

.footer a {
    transition: 0.2s;
}

.footer a:not(.footer__social-link):not(.footer__logo) {
    padding: 8px;
}

@media only screen and (min-width: 1025px) {
    .no-touch .footer a:hover {
        color: rgb(223, 37, 38);
    }
}

@media only screen and (min-width: 768px) {
    .footer {
        justify-content: space-between;
        background: url("../img/background-grass.png") 50% center / cover no-repeat rgb(126, 174, 94);
    }
}

@media only screen and (max-width: 767.98px) {
    .footer {
        flex-direction: column;
        padding: 50px 20px 26%;
        background: url("../img/background-grass-mobile.jpg") 50% center / cover no-repeat rgb(126, 174, 94);
    }
}

.region-footer-left {
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 992px) {
    .region-footer-left {
        padding: 23px 20px 35px 350px;
    }
}

@media only screen and (min-width: 768px) {
    .region-footer-left {
        /* flex: 0 2 50.6%; */
        padding: 20px 20px 32px 295px;
        justify-content: center;
        align-self: stretch;
        min-height: 164px;
        position: relative;
    }
}

@media only screen and (max-width: 767.98px) {
    .region-footer-left {
        width: 100%;
        flex-direction: column;
    }
}

.footer__title {
    display: block;
    font-family: Canoodle, sans-serif;
    font-size: 3.5rem;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .footer__title {
        min-width: 177px;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer__title {
        width: 250px;
        margin-bottom: 8px;
    }
}

@media only screen and (min-width: 768px) {
    .footer__divider {
        position: absolute;
        top: 50%;
        right: 0px;
        height: 105px;
        width: 16px;
        transform: translate(50%, -50%);
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 426.3'%3E%3Cpath d='M.2 426s-.5-2.4 0-4c1.6-5.4 5.8-16.4 5-21-1-6 6-86 6-86s5-88 5-123-9-145-9-145V5s2-5 7-5 8 4 8 7 3 82 6 129c.9 14.6 1.4 57.7-1 103-1.5 29.3-5.4 60.2-7 83-3.8 55.2-6 64.8-7 77-2 25-11.5 28.5-13 27z' fill='%23f9c623'/%3E%3C/svg%3E") 50% center / contain no-repeat;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer__divider {
        position: relative;
        width: 40px;
        height: 40px;
        margin: 0px auto;
    }

    .footer__divider::after {
        content: "";
        width: 35px;
        height: 230px;
        position: absolute;
        top: 50%;
        left: 50%;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 426.3'%3E%3Cpath d='M.2 426s-.5-2.4 0-4c1.6-5.4 5.8-16.4 5-21-1-6 6-86 6-86s5-88 5-123-9-145-9-145V5s2-5 7-5 8 4 8 7 3 82 6 129c.9 14.6 1.4 57.7-1 103-1.5 29.3-5.4 60.2-7 83-3.8 55.2-6 64.8-7 77-2 25-11.5 28.5-13 27z' fill='%23f9c623'/%3E%3C/svg%3E") 50% center / contain no-repeat;
        transform: translate(-50%, -50%) rotate(90deg);
    }
}

.footer__img {
    position: absolute;
}

@media only screen and (min-width: 992px) {
    .footer__img {
        left: 375px;
    }
}

@media only screen and (min-width: 768px) {
    .footer__img {
        top: 0px;
        height: 100%;
        transform: translateX(-100%);
        width: auto;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer__img {
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: auto;
    }
}

.footer__logo {
    position: absolute;
    z-index: 1;
    width: 127px;
    height: 67px;
}

@media only screen and (min-width: 768px) {
    .footer__logo {
        top: 50%;
        left: 110px;
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 767.98px) {
    .footer__logo {
        bottom: 7vw;
        left: 50%;
        transform: translateX(-50%);
    }
}

.region-footer-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.region-footer-right nav:last-of-type {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .region-footer-right {
        flex: 0 1 46%;
        padding: 13px 32px 35px 20px;
    }
}

@media only screen and (max-width: 767.98px) {
    .region-footer-right {
        padding: 3px 20px 15px;
        width: 100%;
    }

    .region-footer-right nav {
        width: 100%;
    }
}

.footer__legal-nav,
.footer__main-nav,
.footer__social-nav {
    display: flex;
    align-items: center;
    margin: 0px;
}

@media only screen and (min-width: 768px) {

    .footer__main-nav,
    .footer__social-nav {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 767.98px) {

    .footer__main-nav,
    .footer__social-nav {
        justify-content: center;
    }
}

.footer__legal-nav {
    font-size: var(--footer-font-size);
    flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
    .footer__legal-nav {
        margin-top: 0;
        justify-content: left;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer__legal-nav {
        justify-content: center;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer__legal-item {
        margin-bottom: 8px;
    }
}

.footer__main-nav {
    font-size: 1.25rem;
    font-weight: 700;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767.98px) {
    .footer__main-nav {
        margin-bottom: 6px;
    }
}

@media only screen and (min-width: 768px) {
    .footer__social-nav {
        justify-content: flex-end;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer__social-nav {
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 1025px) {
    .no-touch .footer__social-link:hover {
        border-radius: 40%;
        transform: translateY(-5px);
        box-shadow: rgba(0, 0, 0, 0.3) 0px 15px 7px -3px;
    }
}

@media only screen and (min-width: 768px) {
    .footer__social-link {
        margin: 9px;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer__social-link {
        margin: 10px;
    }
}

h1,
h2,
h3,
h4,
h5 {
    color: var(--brand-color);
    font-family: "Canoodle", serif;
    font-weight: normal;
    line-height: 100%;
    text-transform: uppercase;
}

h1 {
    font-size: 6rem;
}

h2 {
    font-size: 5.5rem;
}

h3 {
    font-size: 4.5rem;
}

h4 {
    font-size: 4rem;
}

h5 {
    font-size: 3.5rem;
}

p {
    margin-bottom: 0;
}

a,
a:hover {
    color: var(--default-text-color);
    text-decoration: underline;
}

.navbar {
    padding: 1rem 7rem;
}

.bg-light {
    background-color: var(--header-background-color) !important;
}

.navbar-brand img.logo {
    height: 75px;
}

.navbar-light .navbar-toggler {
    padding: 0;
    font-size: 1.5rem;
    border: none;
    border-radius: 0;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("../img/menu.svg");
    background-repeat: no-repeat;
    background-size: contain
}

.nav-link {
    padding-left: 1.75rem !important;
    color: var(--header-text-color) !important;
    font-size: var(--header-font-size);
    font-weight: bold;
}

a.nav-link,
a:hover.nav-link {
    text-decoration: none;
    text-transform: uppercase;
}

a:hover.nav-link {
    text-shadow: 5px 3px 4px #ccc;
}

.width-100,
.full-width {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
}

.width-75 {
    width: 75%;
    min-width: 75%;
    max-width: 75%;
    height: auto;
}

.to-upper {
    text-transform: uppercase;
}

.break-out {
    position: relative;
    left: calc(-1 * (100vw - 100%) / 2);
    width: 100vw;
}

.btn-animated {
    transition: all 350ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.btn-animated:hover {
    transform: scale(1.2) perspective(1px);
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); */
}

.btn-animated:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}

.btn-animated:disabled {
    color: var(--secondary-brand-color);
    transform: none;
    transition: none;
    box-shadow: none;
}

div.container-2 {
    padding-bottom: 10rem;
}

@media (max-width: 991.98px) {
    .navbar {
        padding: 1.25rem 4rem;
    }

    .nav-link {
        padding-left: .75rem !important;
    }
}

@media (max-width: 767.98px) {
    h2 {
        font-size: 4.5rem;
    }

    .navbar {
        padding: .5rem 1rem;
    }

    .navbar-brand img.klima {
        width: 100px;
    }

    .navbar-brand img.logo {
        height: 50px;
    }

    footer {
        padding: 1.5rem 0;
    }

    footer ul li {
        display: block;
        text-align: center;
    }

    footer a {
        margin-left: 0;
    }
}

@media (max-width: 575.98px) {
    body {
        font-size: 1.1rem;
    }

    h2 {
        font-size: 3.5rem;
    }
}

.mat-howto {
    margin: 0;
    padding: 3rem 0 0;
    list-style: none;
}

.mat-howto li {
    margin-bottom: 1.25rem;
}

.mat-howto li img {
    width: 3rem;
    max-width: 3rem;
}

.circle {
    display: inline-block;
    line-height: 0px;
    border-radius: 50%;
    font-family: Canoodle;
    font-size: 2rem;
    background-color: var(--secondary-brand-color);
    color: var(--brand-color);
}

.circle span {
    display: inline-block;
    padding-top: 37%;
    padding-bottom: 55%;
    margin-left: 14px;
    margin-right: 14px;
}
