@charset 'utf-8';

/**
 * CONTENTS
 *
 * SETTINGS
 * Global...............Globally-available variables and config.
 * 588/589 Umschaltung Header 19-02-2023
 */

/*------------------------------------*\
  #VARIABLE
\*------------------------------------*/
:root {
    --akzentfarbe: #3da1da;
    --akzentfarbe2: #3da1da;
    --akzentfarbe50: rgba (61, 161, 218, .5);
    --grau: #414449;
    --schriftcolor: black;
    --header-padding: 20px;

}

body {
    font-size: 16px;
    line-height: 1.6;
    color: var(--schriftcolor);
    overflow-x:hidden;
    margin: 0;
}

/*typo*/
h1,
h2,
h3,
h4 {
    font-weight: 400;
}

h1,
h2,
h3 {
    font-family: "Exo", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
.h1 {
    font-size: 2.5rem;
    line-height: 1.4;
}

h2,
.h2 {
    font-size: 2rem;
    margin-top: 8px;
    margin-bottom: 5px;
}

h3,
.h3 {
    font-size: 1.5rem;
    margin-top: 6px;
    margin-bottom: 5px;
}

.textumbruch {
    hyphens: auto;
}

.textumbruch #main {
    padding-top: 100px;
}
.textumbruch h1 
{ font-size: calc(1vw + 1.5rem);}
.textumbruch h2 
{ font-size: calc(1vw + 1.3rem);}
.textumbruch h3 
{ font-size: calc(1vw + 1.2rem);}

@media screen and (max-width:58.813em) {
    .textumbruch .row{grid-gap: 0;}
}


/*classen*/
.text--center {
    text-align: center;
}

.element--center {
    margin-left: auto;
    margin-right: auto;
}

/*bg colors*/
.bg-color-01 {
    background-color: var(--akzentfarbe);
}

.bg-color-02 {
    background-color: var(--grau);
}

.text-color-01 {
    color: var(--akzentfarbe);
}

.text-color-02 {
    color: var(--akzentfarbe2);
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-60 {
    margin-top: 30px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 30px;
}

.mt-80 {
    margin-bottom: 80px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

@media screen and (min-width:58.75em) {
    .mt-60 {
        margin-top: 60px;
    }

    .mb-60 {
        margin-bottom: 60px;
    }
}

/***************
 #header
 ****************/
/*#header {
    background-color: var(--akzentfarbe);
}*/

.header__group {
    width: 100%;
    height: 100px;
    position: fixed;
    overflow: visible;
    /*padding-left: 20px;*/
    z-index: 99;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0) 90%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0) 90%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0) 90%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.header-blau .header__group {
	background-color: #ffffff;
}
@media screen and (min-width:589px) {
	.header-blau .header__group {
	background-color: var(--akzentfarbe);
 }
	
}

@media screen and (min-width:589px) {
    .header__group {
        padding-left: var(--header-padding);
        padding-top: var(--header-padding);
    }
}

.logo-schriftzug {
    display: inline-block;
}

.image_container {
    position: relative;
}

.header-image.mod_article {
    position: relative;
    padding: 80px 0 0 0;
    overflow: hidden;
}

@media screen and (min-width:34.375em) {
    .header-image.mod_article {
        padding: 0 0 0 0;
    }
}

.header-image.mod_article .header__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.header-image .image_container img {
    display: block;
    width: 100%;
    height: calc(100vh - 100px);
    object-fit: cover;
    max-width: none;
    /*vertical-align: initial;*/
}
@media screen and (min-width:34.375em) {
	.header-image .image_container img {
	    height: calc(90vh);
	}
}


/*.header-image.mod_article .content_wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;

}

.content_wrapper h1 {
    color: white;
    font-size: 1.4rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.582);
    background: var(--akzentfarbe);
    padding: .3em .5em .2em .4em;
    display: inline;
    line-height: 150%;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}*/

@media screen and (min-width:34.375em) {
    .content_wrapper h1 {
        font-size: 1.8rem;
    }
}

@media screen and (min-width:48em) {
    .content_wrapper h1 {
        font-size: 2.5rem;
    }
}

@media screen and (min-width: 58.75em) {
    .content_wrapper h1 {
        font-size: 3.5rem;
    }
}

@media screen and (min-width: 120.063em) {
    .content_wrapper h1 {
        font-size: 4.5rem;
    }
}



/************
* #headroom
*************/

.headroom {
    transition: transform .25s ease-in-out;
    will-change: transform;
}

.headroom--pinned {
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.headroom--unpinned {
    -ms-transform: translateY(-160%);
    -webkit-transform: translateY(-160%);
    transform: translateY(-160%);
}

/**************
 #nav-mobile
 **************/
#mobile-menu {
    position: absolute;
    text-align: center;
    top: 100%;
    right: 20px;
    height: 250px;
    width: 250px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 0px 0px 8px 3px rgba(0, 0, 0, 0);
    box-shadow: 0px 10px 13px -7px #000000, 0px 0px 8px 3px rgba(0, 0, 0, 0);
    transform: scale(1, 0);
    /*transform-origin: top;*/
    transition: transform 400ms ease-in-out;
}

@media screen and (min-width:589px) {
    #mobile-menu {
        right: var(--header-padding);
    }
}

#mobile-menu ul {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}

#mobile-menu li {
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
}

#mobile-menu a,
#mobile-menu strong {
    color: var(--akzentfarbe);
    text-decoration: none;
    font-size: 1.2rem;
    text-transform: uppercase;
}

#mobile-menu a:hover,
#mobile-menu strong {
    color: var(--grau);
}

.nav-toggle:checked~#mobile-menu {
    transform: scale(1, 1);
}

.nav-toggle {
    display: none;
}

.nav-toggle-label {
    position: absolute;
   /* top: 90px;*/
    right: 20px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:var(--akzentfarbe);
    cursor: pointer;
}

.home .nav-toggle-label {
	background-color: transparent;
}
.nav-toggle-label:hover{
    background-color: var(--grau);
}


@media screen and (min-width: 589px) {
    .nav-toggle-label {
        right: var(--header-padding);
        top: 10px;
        background-color: transparent;
    }
}

.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
    display: block;
    background: white;
    height: 5px;
    width: 30px;
    border-radius: 2px;
    position: relative;
    transition: transform 350ms ease-in-out, opacity 200ms linear;
}

.nav-toggle-label span::before,
.nav-toggle-label span::after {
    content: '';
    position: absolute;
}

.nav-toggle-label span::before {
    bottom: 10px;
}

.nav-toggle-label span::after {
    top: 10px;
}

.nav-toggle:checked~.nav-toggle-label span {
 transform: rotate(45deg);
}
.nav-toggle:checked~.nav-toggle-label span::before {
    opacity: 0;
   }
.nav-toggle:checked~.nav-toggle-label span::after {
    transform: rotate(90deg) translate(-9px);
   }

/***************
 #Main-Container
 **************/

#main div.mod_article:not(.vollebreite),
.content-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.vollebreite {
    position: relative;
}

/*bike-cards*/
.bike-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bike-cards::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 50%;
    top: -25px;
    margin-left: -100px;
    background: rgb(255, 220, 65);
}

.bike-cards h3 {
    margin-top: 4px;
    margin-bottom: 4px;
}

.bike-cards p {
    height: 100%;
}

.bike-cards table {
    background-color: white;
    width: 100%;
    font-size: 0.8rem;
}

.bike-cards th {
    background-color: var(--akzentfarbe);
    color: white;
}

.bike-cards--table td {
    text-align: center;
    padding: 0.5em;
    background-color: var(--grau);
    color: white;
}

@media screen and (min-width:34.375em) {
    .bike-cards {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (min-width:58.75em) {
    .bike-cards {
        padding-left: 20px;
        padding-right: 20px;
        height: 100%;
    }
}

/* CTA */
.cta {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 100px;
    margin-bottom: 100px;
    color: white;
}


/*button und links*/
a {
    text-decoration: none;
    color: var(--schriftcolor);
}
a:hover img {
    opacity: 0.6;
}

.btn,
button {
    display: inline-block;
    padding: .75rem 1.25rem;
    color: #fff;
    border: 1px solid white;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .15rem;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--akzentfarbe);
    z-index: -2;
}

.btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: var(--grau);
    transition: all .3s;
    z-index: -1;
}

.btn:hover {
    color: #fff;
}

.btn:hover::before {
    width: 100%;
}
/*formular*/

.ce_form {
    padding: 10px 10px;
    background-color: rgba(0,0,0,0.3);
}


button {
    background-color: var(--grau);
    margin-top: 20px;
}

button:hover {
    cursor: pointer;
    background-color: var(--akzentfarbe);
}

form h3 {
    margin-top: 0;
    margin-bottom: 5px;
}

label {
    display: none;
}
.leihdatum-label {
    align-self: start;
}
.leihdatum-label p {
    margin-top: 0;
    margin-bottom: 0;
}
 .widget-text input, textarea {
    border: 1px solid var(--grau);
    margin-bottom: 10px;
    width: 100%;
    padding: 4px;
    outline: none;
}
.widget-text input:focus, textarea:focus {
    outline: 1px solid var(--akzentfarbe) ;
}

.widget-text input:focus::-webkit-input-placeholder { color:transparent;} 
.widget-text input:focus::-moz-placeholder { color:transparent;}
.widget-text input:focus:-ms-placeholder { color:transparent;}
textarea:focus::-webkit-input-placeholder { color:transparent;} 
textarea:focus::-moz-placeholder { color:transparent;}
textarea:focus:-ms-placeholder { color:transparent;}

@media screen and (max-width:58.813em) {
    form .row{grid-gap: 0;}
}

/*hintergrund bild*/
.bg-style-1 {
    background-image: url("../images/bg-style1.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.overlay-1::before {
background: -moz-linear-gradient(top,  rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.06) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.06) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

[class*="overlay"]::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    content: '';
    z-index: 1;
}
.index--2{
    z-index: 2;
}

/**********
#footer
***********/

footer {
    margin-top: 50px;
    padding-top: 40px;
    background-color: var(--akzentfarbe);
    color: white;
}

footer .copyright {

    border-top: 1px solid white;
}

/*  neue Seiten Preisliste */

.preisliste-grid {
	
	gap: 5px!important;
}
.preisliste-item {
    background-color: var(--akzentfarbe);
    padding: 2.2em 2em;
}
.preisliste-item h3 {
	color:var(--grau);
	text-transform: uppercase;
    font-size: 1.8em;
    font-weight: bolder;
}
.preisliste-item p {
	font-size: 1.7rem;
    color: #fff;
    font-weight: bolder;
    margin-block: 0;
}

.header-image.unterseite .image_container img {
	height: 60vh;
	object-position: center;
}
