/* # DEV SECTION START # */
/* Please maintain all css rules in this main 'style.css' file  */
/*@import "style_biking.css";*/
/*@import "style_code.css";*/
/*@import "style_contact.css";*/
/*@import "style_error.css";*/
/*@import "style_global.css";*/
/*@import "style_home.css";*/
/*@import "style_ocean.css";*/
/*@import "style_responsive.css";*/
/* # DEV SECTION END # */

/* ################## */
/** Table of Contents
 * DELETE AT GO-LIVE
 * FONTS
 * GLOBALS
    ** tags
    ** classes
    ** ids
 * BOOTSTRAP
    ** [...]
 * CUSTOMS
 * HOME
    ** NAVBAR
    ** HERO
    ** TECH STACK
    ** INTERESTS
    ** CODE
    ** BTT-BUTTON
    ** FAQ ACCORDION
 * CODE
    ** GPX
 * OCEAN
    ** HERO
    ** CONTENT
    ** PARALLAX EFFECT
    ** SLIDER
 * BIKING
 * CONTACT
 * FOOTER
 * GDPR/IMPRINT
 * ERROR
 * RESPONSIVE
 */
/* ################## */

/* DELETE AT GO-LIVE START */
.wip {
    height: 25%;
    width: 75%;
    margin: 25% 0 0 25%;
    font-size: 1.1vw;
}

.content-center {
    margin: 0 0 0 10%;
    font-size: 1.5rem;
}

.content-bottom {
    margin: 5% 0 0 0;
}

.hero-subtitle {
    width: 400px;
    font-size: 2vw;
    letter-spacing: 1.875vw;
    padding-top: 5%;
}

.hero-subsubtitle {
    width: 400px;
    font-size: 2vw;
    letter-spacing: 1.35vw;
}

/* DELETE AT GO-LIVE END */


/* # FONTS START # */
@font-face {
    font-family: "GaretBook";
    src: url(../../includes/fonts/Garet/Garet-Book.woff2) format("woff2"),
    url(../../includes/fonts/Garet/Garet-Book.woff) format("woff"),
    url(../../includes/fonts/Garet/Garet-Book.ttf) format("truetype"),
    url(../../includes/fonts/Garet/Garet-Book.otf) format("opentype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "GaretHeavy";
    src: url(../../includes/fonts/Garet/Garet-Heavy.woff2) format("woff2"),
    url(../../includes/fonts/Garet/Garet-Heavy.woff) format("woff"),
    url(../../includes/fonts/Garet/Garet-Heavy.ttf) format("truetype"),
    url(../../includes/fonts/Garet/Garet-Heavy.otf) format("opentype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "InriaSerifRegular";
    src: url(../../includes/fonts/Inria/InriaSerif-Regular.woff2) format("woff2"),
    url(../../includes/fonts/Inria/InriaSerif-Regular.woff) format("woff"),
    url(../../includes/fonts/Inria/InriaSerif-Regular.ttf) format("truetype"),
    url(../../includes/fonts/Inria/InriaSerif-Regular.otf) format("opentype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "CoolveticaCondensed";
    src: url(../../includes/fonts/Coolvetica/coolvetica-condensed-rg.woff2) format("woff2"),
    url(../../includes/fonts/Coolvetica/coolvetica-condensed-rg.woff) format("woff"),
    url(../../includes/fonts/Coolvetica/coolvetica-condensed-rg.ttf) format("truetype"),
    url(../../includes/fonts/Coolvetica/coolvetica-condensed-rg.otf) format("opentype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
/* # FONTS END # */

/* # GLOBALS START # */
body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: GaretBook, Tahoma, sans-serif;
    color: #a7c2d6 !important;
}

h1, h2 {
    font-weight: bold !important;
    color: #a7c2d6;
}

h1 {
    top: 5.4%;
    left: 23%;
    line-height: 1.35em !important;
}

h2 {
    font-size: 1.55rem !important;
}

h3 {
    font-size: 1.25rem !important;
}

hr {
    width: 90vw !important;
    margin: 2% 0 0.75% 0 !important;
    opacity: 0.4 !important;
}

main {
    height: 105%;
}

sup {
    font-size: 0.65em !important;
}

line {
    text-decoration-line: line-through;
    font-weight: 900;
}

/* # GLOBALS END # */

/* # BOOTSTRAP START # */
.py-5 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
    /* next line isn't working - you have to host bootstrap locally and fix it in _utilities.scss:74 */
    padding-bottom: 0px !important;
}

hero .container-content,
code .container-content {
    height: 45vw;
    width: 99%;
}

code .container-content {
    padding-bottom: 2% !important;
}

hero .container-content {
    margin: 0 0 5% 3%;
}

code .container-content,
gpx .container-content,
biking .container-content,
error .container-content {
    height: 100%;
    background: linear-gradient(
            to left bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 50%,
            rgba(255, 255, 255, 0.9) 100%
    );
    margin: 0 0 0% 3%;
    padding: 1.5% 0 0% 2%;
}

.container-fluid {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
    margin: 3.5% 0 0 0% !important;
}

.list-unstyled {
    margin: 0 !important;
}

.card {
    text-align: center;
    margin: 5% 0 0 0;
    max-width: 310px !important;
    min-width: 305px !important;
    background-color: #ffffff00 !important;
}

.card-header {
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color) !important;
    font-size: 1rem;
}

.card-body {
    height: 200px;
    font-size: 1rem;
}

/* # BOOTSTRAP END # */

/* # CUSTOM START # */
.center {
    margin: auto 0;
}

.cf-btn, .cf-btn:hover, .cf-btn:focus {
    background-color: #a7c2d6DD !important;
    color: #6c757d !important;
}

.cf-btn {
    display: inline-block;
    text-align: center;
    padding: 10px 16px;
    border-radius: 9px;
    border: 1px solid #a7c2d6DD;
    width: 250px;
    cursor: pointer;
    /*transition: transform 0.1s ease-in;*/
    transition: box-shadow 0.075s ease-in;
}

.cf-btn:active {
    margin-top: 1px;
    border: none;
    font-size: 1.01rem;
    letter-spacing: normal;
    transform: scale(0.98);
    box-shadow: 0 0 4px #43484d;
}

.margin-of-last-element {
    margin-bottom: 1.5% !important;
}

.border-left {
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    overflow: hidden;
}

.border-right {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    overflow: hidden;
}

.vw-45 {
    width: 45%;
}

.vw-75 {
    width: 75%;
    margin: 5% auto;
}

.vh-90 {
    height: 90%;
}

.vw-95 {
    max-width: 96.5%;
}

.vw-90 {
    max-width: 90%;
}

.vw-100 {
    min-width: 99% !important;
    margin: 0 0 0 3.5% !important;
}

/* # CUSTOM END # */

/* # HOME START # */
/* NAVBAR START */
nav {
    visibility: hidden;
    width: 70vw;
}

.nav-item {
    font-size: 1.3rem;
}

.nav-link {
    color: #6c757d !important;
}

.navbar-toggler {
    margin: 0 20px 0 0;
}

.navbar-toggler,
.navbar-toggler-icon:focus,
.navbar-toggler-icon:active {
    border: none !important;
    box-shadow: none !important;
}

.nav-adjust {
    margin: 35px 0 0 53.65vw;
    background-color: #a7c2d6DD;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
/* NAVBAR END */

/* HERO START */
.thumbnail {
    border-radius: 15px;
    height: auto;
    width: 100%;
    margin-left: 2.8vw;
    overflow: hidden;
    transition: transform 0.8s, filter 0.6s ease-in-out;
    filter: brightness(95.5%);
    transition: box-shadow 0.4s ease-in-out;
}

.thumbnail:hover {
    box-shadow: 5px 5px 5px rgba(167, 194, 214, 1);
    filter: brightness(98%);
    transform: scale(1.01);
}

.hovertext, .img-text {
    font-weight: 100;
    font-size: 1.65vw !important;
    letter-spacing: 0.3px;
    color: #97afc2FF;
    line-height: 1.5em;
    position: relative;
}

.hovertext:before {
    content: attr(data-hover);
    text-align: center;
    visibility: hidden;
    top: 17vw;
    opacity: 0.1;
    transition: opacity 0.7s ease-in-out;
    -webkit-transition: opacity 0.7s ease-in-out;
    position: absolute;
    width: 88.15%;
    margin-left: 12.1%;
    z-index: 1;
}

.hovertext:hover:before {
    background-image: linear-gradient(to right, #f9f7f4, #f9f7f4C0);
    opacity: 1;
    visibility: visible;
}

.hero-hr {
    width: 19vw !important;
}

#slogan {
    margin: 15vw 5vw 0 0vw;
}

#logo {
    opacity: .7;
}

#content-center {
    text-align: justify;
    margin: 0 0 4.25% 4% !important;
}

#spacer {
    margin-top: 30px;
    margin-bottom: 0;
}

#quote {
    text-align: center;
}

#gpx-link {
    padding: 2.5% 0 2% 4%;
    margin: 4% 0 0 0%;
    width: 55%;
}

/* HERO END */

/* TECH STACK START */
techstack .container-content {
    height: 100%;
    background: linear-gradient(
            to left top,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 50%,
            rgba(255, 255, 255, 0.9) 100%
    );
    padding: 2% 2% 2% 3%;
    margin: 0 0 3.5% 0;
}

techstack .container-fluid {
    margin-left: 0;
}

techstack img {
    width: 96px !important;
    margin: 10% auto;
    opacity: 0.6;
}

.card {
    margin: 1% auto 0 auto !important;
}

.offer-img {
    opacity: .875;
}

.further {
    max-width: 325px !important;
    min-width: 310px !important;
}

.margin-bottom {
    margin-bottom: .5rem;
}
/* TECH STACK END */

/* INTERESTS START */
.interests {
    height: 100%;
    background: linear-gradient(
            to left top,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5) 15%,
            rgba(255, 255, 255, 1) 50%,
            rgba(255, 255, 255, 0.8) 85%,
            rgba(255, 255, 255, 0) 100%
    );
}

.interests-top {
    margin: 0 0 0 3%;
    position: relative;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    overflow: hidden;
}

.interests-bottom {
    margin: 0 3% 0 0;
    position: relative;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
}

.bottom-left {
    position: absolute;
    bottom: 5%;
    left: 2.5%;
}

.top-right {
    position: absolute;
    top: 6%;
    right: 2.5%;
}

.interests-img {
    height: auto;
    width: 100%;
}

.interests-text {
    text-align: center;
    line-height: 2em;
    padding-top: 0.5%;
}

.interests-img-text {
    font-size: 2.5em;
}

/* INTERESTS END */

/* CODE START */
code {
    font-family: GaretBook !important;
    color: #a7c2d6FF !important;
    font-size: 1rem !important;
}

/* CODE END */

/* BTT-BUTTON START */
#btn-back-to-top {
    position: fixed;
    height: 5.25%;
    bottom: 69px;
    right: 20px;
    display: none;
    background-color: #a7c2d6DD;
    border: none;
    border-radius: 50%;
    z-index: 999;
}

/* BTT-BUTTON END */

/* FAQ ACCORDION START */
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}

.accordion-fitter {
    --bs-gutter-x: 5.5rem !important;
}

.text-justify {
    text-align: justify !important;
}

/*offer area*/
.offer-area {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.offer-tab-link {
    text-align: center;
}

.offer-tab-link ul li {
    display: inline-block;
    padding: 10px 0;
    margin: 0 -3px;
}

.offer-tab-link ul li a {
    display: block;
    color: #000;
    font-size: 20px;
    padding: 10px 60px;
    border-bottom: 4px solid #000;
    font-weight: 500;
}

.offer-tab-link ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
    justify-content: center;
}

.offer-tab-link ul li a.active {
    color: darkcyan;
    border-color: darkcyan;
}

.offer-content p {
    text-align: left;
    margin: 0;
    width: 100%;
}

.offer-content h2 {
    text-align: left;
}

.offerItem {
    padding: 0 15px;
    width: 64px;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
}

.offer-img {
    margin: 0 -15px;
}

.offer-detail {
    width: 800px;
}

.offerItemTitle {
    position: absolute;
    left: 35px;
    z-index: 1;
    width: 550px;
    color: #fff;
    transform: rotate(-90deg);
    transform-origin: left;
    text-align: left;
    margin: 0 auto;
    top: 92.6%;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-transform: uppercase;
    padding-left: 20px
}

.offerItem.active {
    width: calc(100% - 6 * 80px);
}

.offerItem.active .offer-detail {
    width: 1007px;
}

.offerItem.active .offer-img {
    max-width: 415px;
}

.offerItem.active .offer-detail .row .col:first-child {
    max-width: 40% !important;
}

.offer-content {
    max-width: 460px;
    margin: 0 auto;
    top: 50%;
    position: relative;
    transform: translate(0, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.offer-tabs.tab-content {
    padding: 10px 0;
}

.offerslide:after {
    content: '';
    clear: both;
    display: block;
}

.offer-content p {
    color: #97afc2FF;
}

.offer-content h3 {
    font-size: 24px;
    color: #97afc2FF;
    text-transform: uppercase;
}

.offerItemTitle.hide {
    display: none;
}

.offerItem.active .offer-content {
    transition: 0.3s ease;
    opacity: 1;
}

.offer-content a {
    background: darkcyan;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 10px;
    border: 0;
    border-radius: 3px;
}

/*end*/


/*media area*/
@media (max-width: 1750px) {
    .container {
        max-width: 1540px;
    }
}

@media (max-width: 1550px) {
    .container {
        max-width: 1340px;
    }
}

@media (max-width: 1505px) {
    .adjust-badge-all {
        padding-right: 15% !important;
    }
}

@media (max-width: 1450px) {
    .container {
        max-width: 1240px;
    }

    .offer-content {
        margin: 0;
        max-width: 480px;
    }
}

@media (max-width: 1399px) {
    .adjust-badge-all {
        padding-right: 0%;
    }
}

@media (max-width: 1380px) {
    .adjust-badge-all {
        padding-right: 5%;
    }
}

@media (max-width: 1355px) {
    .adjust-badge-all {
        padding-right: 10%;
    }
}

@media (max-width: 1300px) {
    .adjust-badge-all {
        padding-right: 20%;
    }
}

@media (max-width: 1280px) {
    .container {
        max-width: 1140px;
    }

    .offerItem.active .offer-detail {
        width: 750px;
    }

    .offer-detail {
        width: 595px;
    }

    .adjust-badge-1 {
        top: 64.5%;
    }

    .adjust-badge-2 {
        top: 67.7%;
    }

    .adjust-badge-3 {
        top: 58.5%;
    }

    .adjust-badge-4 {
        top: 87%;
    }

    .adjust-badge-5 {
        top: 82%;
    }

    .adjust-badge-6 {
        top: 55.3%;
    }
}

@media (max-width: 1199px) {
    .container {
        max-width: 960px;
    }

    h4.offerItemTitle {
        height: 50px;
        line-height: 50px;
        left: 25px;
        top: 94%;
    }

    .offerItem {
        width: 50px;
    }

    .offerItem.active {
        width: calc(100% - 7.4 * 50px);
    }

    .offerItem.active .offer-content {
        margin-left: 20px;
    }

    .text-justify {
        margin-left: -7px !important;
    }

    .adjust-badge-1 {
        top: 86.5%;
        padding-left: 15px;
    }

    .adjust-badge-2 {
        top: 90.7%;
        padding-left: 18px;
    }

    .adjust-badge-3 {
        top: 73% !important;
        padding-left: 13px !important;
    }

    .adjust-badge-4 {
        top: 90%;
        padding-left: 14px;
    }

    .adjust-badge-5 {
        top: 91%;
        padding-left: 18px;
    }

    .adjust-badge-6 {
        top: 71.4% !important;
        padding-left: 13px !important;
    }

    .adjust-badge-7 {
        padding-left: 23px;
    }
}

@media (max-width: 1120px) {
    .adjust-badge-all {
        margin-left: -10% !important;
    }
}

@media (max-width: 1070px) {
    .adjust-badge-all {
        padding-right: 22% !important;
        margin-left: -47px !important;
    }
}

@media (max-width: 1020px) {
    .adjust-badge-all {
        padding-right: 32% !important;
        margin-left: -55px !important;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 540px;
    }

    .offerItem {
        width: 100%;
    }

    .offer-detail {
        width: 100%;
        max-height: unset;
        display: none;
    }

    h4.offerItemTitle {
        text-align: left;
        padding-left: 15px;
        position: relative;
        transform: rotate(0);
        border-bottom: 1px solid #999;
        height: 40px;
        line-height: 40px;
        width: 100%;
        left: 0;
    }

    .offer-img {
        margin: 0;
    }

    .offer-content {
        margin: 0;
        max-width: 100%;
    }

    .offerItemTitle.hide {
        background: #de9400;
        display: block;
    }

    .offerItem.active .offer-detail {
        width: 100%;
        display: block;
    }

    .offerItem.active .offer-detail .row .col:first-child {
        max-width: 50% !important;
    }

    .offerItem.active {
        width: 100%;
    }
}

@media (max-width: 525px) {
    .text-justify {
        font-size: .65rem !important;
    }
}

@media (max-width: 476px) {
    .text-justify {
        font-size: .55rem !important;
    }
}

@media (max-width: 410px) {
    code {
        visibility: hidden !important;
        display: none !important;
    }
}
/*end*/
/* FAQ ACCORDION END */

/* # HOME END # */

/* # CODE START # */
/* GPX-CALCULATOR START */
.content-center-sub {
    padding: 2.5% 0 1% 4% !important;
    margin-left: 0% !important;
}

#shor-box {
    width: 55%;
}

/* GPX-CALCULATOR END */
/* # CODE END # */
.gpx-spacer {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
}

.icon-spacer {
    margin: auto 0 !important;
}

#komoot-logo {
    width: 200px !important;
    opacity: .6 !important;
}

/* # OCEAN START # */
/* HERO START */
a {
    text-decoration: none !important;
}

.anti-spacer {
    margin-bottom: 0 !important;
}

.bg-img {
    width: 100%;
}

.container-content {
    height: 100%;
    position: relative;
}

.ocean h1 {
    position: fixed;
    top: 49.4%;
    left: 49.75%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.items {
    font-family: coolveticaCondensed;
    font-size: 4.5vw;
    font-weight: 400;
    background: -webkit-linear-gradient(#529499E9, #0e2937C9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 1px #ffffffD9);
    visibility: hidden;
    opacity: .85;
}

.visible {
    visibility: visible;
}

.vw-max-100 {
    width: 100%;
}

#item {
    font-family: coolveticaCondensed;
    font-size: 10vw;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.14em;
    background: -webkit-linear-gradient(#529499e9, #ffffffa9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: default;
}

#left {
    text-align: right;
    margin: 28.5% 0 0 8%;
    padding: 0 60% 0 0;
    position: fixed;
    background-color: #fff;
}

#mid {
    text-align: center;
    margin: 30% 0 0 36.2%;
    position: fixed;
    background-color: #fff;
}

#right {
    margin: 28.5% 0 0 67%;
    padding: 0 0 0 2%;
    position: fixed;
    background-color: #fff;
}

/* HERO END */

/* CONTENT START */
.content-border {
    margin: 10% 15%;
}

.topics-intro {
    font-size: 1.25rem;
    text-align: justify;
}

.topic-col {
    margin: 5% 0;
    float: left;
    width: 47%;
}

.left {
    padding: 0 3% 0 0;
}

.right {
    padding: 0 0 0 3%;
}

.topic-text {
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    font-size: 1.25rem;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.topic-text p {
    display: inline-block;
    line-height: 24px;
}

.topic-link {
    display: block;
    margin: 3% 0;
}

.teaser-img {
    height: auto;
    width: 80%;
    border-radius: 1.5%;
    overflow: hidden;
    border: 1px solid #ccc;
}

.float-right {
    float: right !important;
    padding-right: 0px !important;
}

.float-left {
    float: left !important;
    padding-left: 0px !important;
}

.no-border {
    border: none;
}

.ocean {
    margin: 0 !important;
}

.topic-row {
    margin: 3% 0 10% 0 !important;
}

/* CONTENT END */

/* PARALLAX EFFECT START */
.parallax {
    /* The image used */
    background-image: url("../../includes/images/green_ocean.webp");

    /* Set a specific height */
    min-height: 950px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: sticky;
    /*z-index: -1;*/
}

/* PARALLAX EFFECT END */

/* SLIDER START */
#slider {
    overflow-y: scroll;
    height: 750px; /* Adjust the height as needed */
}

#slider::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari, and Opera */
}

#slider {
    scrollbar-width: none; /* Hide scrollbar for Firefox */
}

/* SLIDER END */
/* # OCEAN END # */

/* # BIKING START # */
biking footer, biking h1, biking h2 {
    color: #9c7757 !important;
}

#container-komoot-iframe {
    margin: 4% 4% 0 4%;
}
/* # BIKING END # */

/* # CONTACT START # */
.get-in-touch {
    max-width: 800px;
    margin: -14px auto 20px auto;
    position: relative;

}

.get-in-touch .title {
    text-align: center;
    line-height: 48px;
    padding-bottom: 18px;
    color: #a7c2d6;
}

.contact-form .form-field {
    position: relative;
    margin: 16px 0;
}

.contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #a7c2d6;
    line-height: 26px;
}

.contact-form .input-text:focus {
    outline: none;
}

.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
}

.contact-form .label {
    position: absolute;
    left: 20px;
    bottom: 11px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #5543ca;
    cursor: text;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,
    -webkit-transform .2s ease-in-out;
}

.contact-form .submit-btn {
    display: inline-block;
    float: right;
    background-color: #a7c2d6DD;
    color: #6c757d;
    padding: 8px 16px;
    border-radius: 7px;
    border: none;
    width: 170px;
    cursor: pointer;
}

input, textarea {
    background-color: #ffffff00;
}

textarea.input-text {
    height: 120px !important;
}

.send {
    --bs-gutter-x: 0.5rem !important;
}

.gdpr {
    margin: 0.75rem 0 0 0.5rem !important;
    padding: 0 1.25rem 0 0 !important;
}

textarea::-webkit-scrollbar-button {
    display: none !important;
}

/* # CONTACT END # */

/* # FOOTER START # */
footer .container-fluid {
    margin-top: 0 !important;
}

.materializer {
    display: none;
    margin: -1rem auto 0.75rem auto;
    padding: 0 25%;
}

.footer-title {
    font-size: 1.15rem;
    font-weight: bold;
}

.footer-title a:hover {
    color: #a7c2d6FF !important;
}

.footer-text {
    font-size: 1rem;
}

.icons {
    color: #6c757d;
}

.disable {
    opacity: 0.5;
}

.changeColor, .changeColor:active, .changeColor:visited {
    color: #a7c2d6FF;
}

#linkedIn {
    width: 15px;
}

/* # FOOTER END # */

/* # GDPR/IMPRINT START # */
#imprint, #gdpr {
    text-align: justify;
}

#imprint h2 {
    text-align: left;
}

#gdpr h2 {
    text-align: left;
}
/* # GDPR/IMPRINT END # */

/* # ERROR START # */
error p {
    text-align: justify;
}

.image-error {
    width: 366px;
    height: auto;
}

.container-image-error {
    padding-top: 3%
}

#container-404 {
    margin: 120px 0;
}

#content-404 {
    padding-top: 1.5%;
    height: 275px;
}

#container-500 {
    margin: 100px 0;
}

#content-500 {
    padding-top: 2.5%;
}
/* # ERROR END # */

/* # RESPONSIVE START # */
/* Breakpoints:
 *
 * xxl - 1400 - desktop
 * xl  - 1200 - lap-/desktop
 * lg  -  992 - tablet (horizontal)
 * md  -  768 - tablet (vertical)
 * sm  -  576 - mobile
 * xs  - <576 - mobile
 */

@media (max-width: 1399px) {
    h1 {
        font-size: 2.5rem !important;
        text-align: center;
    }

    ocean h1 {
        top: 50.4%;
    }

    ocean #item {
        font-size: 7vw !important;
    }

    gpx h1, gpx h2 {
        text-align: left;
    }

    error h1 {
        text-align: left;
    }

    error p {
        text-align: justify;
    }

    .nav-adjust {
        margin: 35px 0 0 56.65vw;
    }

    .further {
        margin: 2% auto !important;
    }

    .offer-content {
        margin: 0 0 0 -5%;
        max-width: 400px;
        padding: 0 1% 0 0;
    }

    .btn-error {
        margin-top: 1% !important;
        width: 35% !important;
    }

    .img-center {
        margin: auto auto !important;
    }

    #logo {
        width: 9.5vw;
    }

    #left, #right {
        margin-top: 40% !important;
    }

    #mid {
        margin-top: 42% !important;
    }

    #btn-back-to-top {
        height: 5% !important;
        bottom: 69px !important;
    }

    #top-text {
        padding-top: 2% !important;
    }
}

@media (max-width: 1199px) {
    h1 {
        font-size: 1.9rem !important;
    }

    hr {
        margin: -1% 0 -3.25% 0 !important;
    }

    error h2 {
        font-size: 1.45vw !important;
    }

    techstack h2 {
        margin-left: 3vw;
    }

    ocean h1 {
        top: 51% !important;
    }

    gpx h1 {
        text-align: left;
    }

    section p {
        font-size: .85rem;
    }

    .card {
        margin: 5% auto !important;
        min-width: 259px !important;
    }

    .further {
        margin: 7% auto 0 auto !important;
    }

    .text-justify {
        margin-left: 0 !important;
    }

    .nav-adjust {
        margin: 35px 0 0 56.65vw;
    }

    .nav-item {
        margin: 0 2% 0 2%;
    }

    #mainNav {
        margin-left: 3.75vw;
    }

    #logo {
        width: 10.5vw;
    }

    #left, #right {
        margin-top: 48% !important;
    }

    #mid {
        margin-top: 50% !important;
    }

    #short-box {
        width: 69% !important;
    }

    #top-text {
        padding-top: 6% !important;
    }
}

@media (max-width: 992px) {
    h1 {
        font-size: 1.75rem !important;
    }

    techstack h2 {
        font-size: 1.4rem !important;
    }

    ocean h1 {
        top: 51% !important;
    }

    error h2 {
        font-size: 1.55vw !important;
    }

    .cf-btn {
        width: 200px !important;
    }

    .offerItem.active .offer-content {
        margin-left: -14%;
        padding-right: 18%;
    }

    .neutralizer {
        display: none;
    }

    .materializer {
        display: block;
        padding: 0 38.5% !important;
    }

    .image-error {
        margin-left: -27% !important;
    }

    #slogan {
        margin: 12vw 5vw 0 0vw;
    }

    #left, #right {
        margin-top: 59% !important;
    }

    #mid {
        margin-top: 61% !important;
    }

    #short-box {
        width: 96% !important;
    }
}

@media (max-width: 886px) {
    #top-text {
        padding-top: 12% !important;
        padding-bottom: 7% !important;
    }

    #left, #right {
        margin-top: 63% !important;
    }

    #mid {
        margin-top: 65% !important;
    }
}

@media (max-width: 816px) {
    #top-text {
        padding-top: 18% !important;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 1.25rem !important;
    }

    h2 {
        font-size: 1.1rem !important;
    }

    ocean h1 {
        top: 50.8% !important;
    }

    ocean #item {
        font-size: 11vw !important;
    }

    gpx #content-center {
        padding-right: 4% !important;
    }

    gpx h1, gpx h2 {
        text-align: center !important;
    }

    error h1, error h2, error p {
        text-align: center;
    }

    error h1 {
        font-size: 3.5vw !important;
    }

    error h2 {
        font-size: 2.25vw !important;
    }

    .nav-adjust {
        margin: 35px 0 0 71.65vw;
    }

    .navbar-expand-md {
        margin: 35px 0 0 93.5vw;
    }

    .w-90 {
        width: 90% !important;
    }

    .further {
        margin: 3% auto 0 auto !important;
    }

    .interests {
        margin: 9% 0 9% 0;
    }

    .get-in-touch {
        margin-top: 0 !important;
    }

    .form-control {
        width: 80% !important;
        margin: 0 auto !important;
    }

    .form-check, .form-width {
        margin: 0 10% !important;
    }

    .cf-btn {
        width: 175px !important;
    }

    .image-error {
        margin-left: 25% !important;
    }

    .btn-error {
        width: 32% !important;
        margin-bottom: 4% !important;
    }

    .materializer {
        padding: 0 34.5% !important;
    }

    .offerItem.active .offer-content {
        margin-left: -14%;
        padding-right: 0%;
    }

    #logo {
        width: 11.5vw;
    }

    #slogan {
        margin: 25% 5vw 0 0vw;
    }

    #btn-back-to-top {
        height: 5% !important;
        bottom: 68px !important;
    }

    #left, #right {
        margin-top: 75% !important;
    }

    #mid {
        margin-top: 77% !important;
    }

    #top-text {
        padding-top: 22% !important;
    }

    #komoot-logo {
        display: none;
    }
}

@media (max-width: 700px) {
    #left, #right {
        margin-top: 82% !important;
    }

    #mid {
        margin-top: 84% !important;
    }

    #top-text {
        padding-top: 29% !important;
    }
}

@media (max-width: 680px) {
    #top-text {
        padding-top: 34% !important;
    }
}

@media (max-width: 657px) {
    #top-text {
        padding-top: 42% !important;
    }

    .col-space {
        margin-top: 24% !important;
    }
}

@media (max-width: 620px) {
    #left, #right {
        margin-top: 92% !important;
    }

    #mid {
        margin-top: 94% !important;
    }

    #top-text {
        padding-top: 49% !important;
    }

    #plankton {
        margin-top: 25% !important;
    }
}

@media (max-width: 576px) {
    body {
        background-repeat: round !important;
    }

    hero h1 {
        padding-top: 2.5rem;
    }

    error .cf-btn {
        width: 240px !important;
    }

    h1 {
        font-size: 1.375rem !important;
    }

    h2 {
        font-size: 1rem !important;
        text-align: center;
    }

    h3 {
        font-size: .95rem !important;
    }

    ocean #item {
        top: 51% !important;
    }

    .py-5 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .float-left {
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }

    .nav-adjust {
        margin: 35px 0 0 91.65vw;
    }

    .navbar-expand-md {
        margin: 35px 0 0 60vw;
    }

    .hovertext::before {
        top: 13vw !important;
        color: #97afc2FF !important;
    }

    .thumbnail {
        width: 17vw;
        margin-left: 20.5% !important;
    }

    .nav-item {
        margin: 0 2% 0 5.5%;
    }

    .card {
        height: 27rem !important;
        max-width: 253px !important;
        min-width: 253px !important;
        margin: 7% 0 0 0;
    }

    .further {
        margin: 3% auto !important;
    }

    .interests-img-text {
        font-size: .9rem !important;
    }

    .no-space-right {
        margin-right: 0px !important;
        padding-right: 0px !important;
    }

    .offer-content {
        margin-left: -42px !important;
    }

    .offerItemTitle {
        top: 93.5% !important;
        left: 2% !important;
        line-height: 60px !important;
        height: 15% !important;
    }

    .text-justify {
        font-size: .75rem;
    }

    .ocean {
        margin: 0 0 -4% 0 !important;
    }

    .ocean h1 {
        top: 50.5% !important;
    }

    .mainline, .subline {
        font-size: 1rem !important;
    }

    .menu-positioner {
        margin-top: -15% !important;
    }

    .content-positioner {
        margin-bottom: 72% !important;
    }

    .items {
        display: inline-block !important;
        visibility: visible;
        font-size: 5vw !important;
        top: 40% !important;
    }

    .content-border {
        margin: 12% 8%;
    }

    .topic-row {
        margin: -10% 0 0 -2.5% !important
    }

    .topics-intro {
        font-size: 1.05rem;
        margin-top: 4% !important;
    }

    .topic-text {
        height: 500px !important;
        font-size: 1.05rem !important;
        padding: .75rem !important;
    }

    .teaser-img {
        width: 100%;
    }

    .img-center {
        margin: auto 0 !important;
    }

    .image-error {
        margin-left: 13% !important;
    }

    .vw-45 {
        width: 82.5% !important;
        padding-right: 2.5% !important;
    }

    .gpx-spacer {
        margin-bottom: -14% !important
    }

    .hidden {
        visibility: visible;
    }

    .btn-error {
        margin-left: -1.5% !important;
    }

    .space-bottom {
        margin-bottom: 3.75% !important;
    }

    #hero-div {
        padding-top: 3.75% !important;
    }

    #logo {
        width: 8.5vw;
    }

    #slogan {
        margin: 5vw 0 0 -7.2vw;
    }

    #hero-div {
        margin-top: 10rem;
    }

    #btn-back-to-top {
        height: 5.75%;
    }

    #item {
        font-size: 16vw !important;
    }

    #container-left {
        margin-left: -6% !important;
    }

    #top-text {
        margin: 5% 0 0 0 !important;
    }

    #slider {
        height: 1275px;
    }

    #plankton {
        padding-top: 10% !important;
    }

    #left, #right {
        margin-top: 32% !important;
    }

    #mid {
        margin-top: 34% !important;
    }

    #content-center {
        padding-right: 3% !important;
    }

    #container-404, #container-500 {
        margin: 0px 0;
    }
}

@media (max-width: 445px) {
    .col-space {
        margin-top: 60% !important;
    }

    .materializer {
        padding: 0 26.5% !important;
    }

    #top-text {
        padding: 12% 0 0 3% !important;
    }

    #just-another-spacer {
        margin-top: 110%;
    }

    #anotherer-spacer {
        margin-top: 170%;
    }

    #plankton {
        margin-top: 80% !important;
    }

    #last-spacer {
        margin-top: 110%;
    }
}
/* # RESPONSIVE END # */