@charset "UTF-8";

@font-face {
    font-display: swap;
    font-family: Merriweather Sans;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/merriweather-sans-v10-latin-300.woff2) format("woff2"), url(../fonts/merriweather-sans-v10-latin-300.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Merriweather Sans;
    font-style: normal;
    font-weight: 400;

    src: url(../fonts/merriweather-sans-v10-latin-regular.woff2) format("woff2"), url(../fonts/merriweather-sans-v10-latin-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Merriweather Sans;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/merriweather-sans-v10-latin-italic.woff2) format("woff2"), url(../fonts/merriweather-sans-v10-latin-italic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Merriweather Sans;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/merriweather-sans-v10-latin-700.woff2) format("woff2"), url(../fonts/merriweather-sans-v10-latin-700.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Merriweather Sans;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/merriweather-sans-v10-latin-700italic.woff2) format("woff2"), url(../fonts/merriweather-sans-v10-latin-700italic.woff) format("woff")
}
/* 
    Generelle/grobe styles CSS 
 */

html, .konsentas body {
    font-feature-settings: "kern", "liga", "clig", "calt";
    -webkit-font-feature-settings: "kern", "liga", "clig", "calt";
    font: 16px/1.5 Merriweather Sans, Lato, Helvetica, sans-serif !important;
    font-kerning: normal;
    background: white !important;
    -webkit-font-kerning: normal;
    font-variant-ligatures: common-ligatures contextual;
    -webkit-font-variant-ligatures:common-ligatures contextual;
    min-height: 100vh;
    
}

img, svg, video, canvas, audio, iframe, embed, object {
    display: block !important;
    vertical-align: middle !important;
}

h1, h2, h3, h4, h5, h6{
    font-weight: 600 !important;
    line-height: 1.25 !important;
    margin-bottom: 1rem !important;
    font-family: 'Fira Sans' , sans-serif !important;
    text-decoration: none !important;
}

h6{
    hyphens: auto !important;
    overflow-wrap: break-word!important;
    word-break: break-word !important;
}

p, ul, ol, table {
    font-size: 1rem !important;
    /* font-weight: 1.5 !important; */
    line-height: 1.5 !important;
    font-family: 'Fira Sans' , sans-serif !important;
}


#page {
    min-height: 100% !important;
}



#header {
    width: 280mm;
    margin: auto;
    margin-top: 30px;
       flex-wrap: nowrap !important;
    gap: 0 !important;
}

#header #logo {
    text-align: left;
    width: 17.19rem;
    display: flex;
    justify-content: left;
}

.fuerth_logo{
    height: 150px;
}

#header #heading {
    text-align: left;
    display: flex;
    align-items: center;
}

input {
    background: #FFF !important;
    padding: 10px !important;
    font-size: 1.2em !important;
    height: 2.4em !important;
    font-size: 1.2em !important;
    font-weight: bold !important;
    border-radius: 0px !important;
    padding-bottom: 0;
    
}
input:focus {
    box-shadow: 0 3px 0 0 #26262c !important;
}

.radio, checkbox {
    position: relative;
}
.radio label .symbol:before {
    box-sizing: border-box;
    border: 3px solid #26262c;
    border-radius: 50%;
    content: "";
    display: block;
    height: 1.88rem;
    transition: all .3s ease;
    width: 1.88rem;
}
.checkbox label .symbol:before {
    box-sizing: border-box;
    border: 3px solid #26262c;
    content: "";
    display: block;
    height: 1.88rem;
    transition: all .3s ease;
    width: 1.88rem;
}

nav#navbar-wrapper{
    display: none !important;
} 

.radio input , .checkbox input {
    content : "";
    height: 1px;
    opacity: 0;
    left: 0.94rem;
    position: absolute;
    top: 0.94rem;
    transform: translate(-50%,-50%);
    width: 1px;
    z-index: -1;
}

.radio label, .checkbox label {
    padding-left: 0px !important;
    display: flex;
    margin-bottom: calc(.4rem - .2em);
    margin-top: calc(.2em - .4rem);
}

.radio label .symbol, .checkbox label .symbol {
    display: flex;
    align-items: center;
}

.radio label .symbol span, .checkbox label .symbol span {
    margin-left: 10px;
    line-height: 2em;
}

.toggleCheckbox label {
    height: 2em;
}
.toggleCheckbox label:hover {
    border-color: #ffb300 !important;
}

#moreSearchfilter {
    margin: 15px;
}

.radio label.checked .symbol:after {
    position: absolute;
    transform: scale(1);
    border-radius: 50%;
    background: black;
    content: " ";
    display: block;
    box-sizing: border-box;
    background-color: currentcolor;
    border: 6px solid white;
    font-size: inherit;
    height: calc(1.88rem - 6px);
    left: 3px;
    top: 3px;
    width: calc(1.88rem - 6px);
}



.checkbox label.checked .symbol:after {
    
    /* content: ' ';
     background-image: url("../img/check.svg");
    position: absolute;
    
    background: black;
    content: " ";
    display: block;
    box-sizing: border-box;
    
    border: 6px solid white;
    font-size: inherit;
    height: .94rem;
    height: calc(1.88rem - 7px);
    left: 3px;
    top: 0px;
    width: calc(1.88rem - 7px); */
    
    
    content: "";
    position: absolute;
    display: block;
    width: 10px; /* Breite des Hakens */
    height: 20px; /* Höhe des Hakens */
    margin-left: 0.65rem;
    margin-top: 0.1rem;
    border: solid #000;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    top: 0px;
    
}

.toggleCheckbox symbol {
    height: 2em;
}

.toggleCheckbox .symbol:before {
    display: none !important;
}

/* .toggleCheckbox label span {
    position: absolute;
    left: 1.5em;
    line-height: 2em;
} */

.konsentas #moreSearchfilter label .fa-light {
    position: absolute;
    left: 8px !important;
    top: 4px;
}

#moreSearchfilter{
    position: relative !important;
    margin-left: 5px;
}   

.btn-secondary{
    font-size: 1.13rem !important;
    line-height: 1.6111111111 !important;
}


select {
    background: #FFF !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    border-radius: 0 !important;
    padding-right: calc(1.25rem + .94em) !important;
    padding-bottom: 0px !important;
    float: left;
    display: block !important;
    width: 100% !important;
    appearance: none !important;
    -webkit-appearance:none !important;
    cursor: pointer;
    height: calc(3.25rem - 1px) !important;
    border: 1 solid !important;
    font-size: inherit !important;;
    margin-bottom: 5px !important;
}

select.no-bg {
    background-color: white !important;
}

[data-type=select] .form-group:after {
    content: '' !important;
    background: url('../img/dropdown.svg') 100% 100% no-repeat;
    transform: translateY(-50%) scale(2.25);
    background-size: 20px 20px;
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 20px;
    height: 20px;
;
}

.konsentas .row{
    flex-wrap: nowrap;
}

.row{
    display: flex;
    
}

.checkbox label .symbol:before {
    margin-right: 5px !important;
}


.input-group-addon {
    background: #00493d !important;
    border-radius: 0px !important;
}

.input-group-addon .fa {
    width: 50px !important;
    font-size: 1.2em;
}

.dropdown-toggle{
    border-radius: 0 !important;
}

#ota_content {
    margin-top: 80px;
    border: 0px;
}

#formpage_header,#formpage_wrapper,#formpage_save {
    border: 0px !important;
    max-width: 280mm !important;
}
/* 
Accordian design
*/
.konsentas .accordion-item.process-accordion {
    background-color: #FFF !important;
    border-top: 1px solid #949494 !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

.konsentas .accordion-item:first-of-type {
    border-radius: 0 !important;
}

.konsentas .accordion-item{
    border: none !important;
}

.konsentas .accordion-button{
    background-color: #FFF!important;
}

.konsentas .input-group>.form-control{
    background-color: #FFF !important;
    /* border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important; */
    border-top: 1px solid #949494 !important;
    border-right: 1px solid #949494 !important;
    border-bottom: 1px solid #949494 !important;
}

/*
    Placeholder für Inputfeld PLZ
*/

input.form-control[type="number"]::placeholder {
   font-size: 80%; 

}
  

/*
    Datenschutz link anpassung
*/

a[href="https://services.fuerth.de/datenschutzerklaerung/"]{
    margin-left: 5px !important;
    
}

/*
    Select felder des Girona Forms
*/

select[name="GF_Anrede"] {
    border-radius: 0 !important;
  }
  
/* Girona Form änderungen */
.konsentas .input-group-text{
    border-radius: 0 !important;
}

.input-description{
    color: rgb(102, 112, 109);
    margin-top: -10px;
}


/* Alert im DOI Baustein */
.alert_info{
    border: 1px solid rgb(255, 192, 31);
    border-radius: 4px;
    padding: 16px;
    background-color: rgba(255, 192, 31, 0.2);
    margin-bottom: 3rem;
}

.alert_info_list{
    margin: 0 !important;
}

/* Hide input arrows */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


/* 
    loading animation
 */

 #loading-indicator{
    display: block;
    backdrop-filter: blur(10px);
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    z-index: 9999;
    transition: opacity ease-in-out .2s;
 }

 #base{
    height: 10px;
    width: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: animb 5s infinite linear;
 }

#base , #label{
    position: absolute;
}
 
 #tail{
    perspective: 1000px;
    overflow: hidden;
    transform: translate(-50%,0);
 }

 #tail:after{
    content: "";
    margin-top: -5px;
    width: 20px;
    left: 33%;
    border-radius: 100%;
    border-right: 5px solid #658500;
    transform-origin: 0 0;
    transform: rotate(25deg);
 }

 #lf, #tail:after{
    position: absolute;
    height: 100px;
 }

 #leafbase{
    transform-origin: 0 0;
    transform: translate(-50%, -50%) rotateX(55deg) rotateY(20deg);
 }

 #leafbase, #tail{
    transform-style: preserve-3d;
    position: absolute;
    height: 100px;
    width: 100px;
    top: 50%;
    left: 50%;
 }

 #lf{
    transform-style: preserve-3d;
    width: 100px;
    animation: anim 1.5s infinite linear;
 }
 
/******************************************************************** 
 Leaf 1 
********************************************************************/

 #leaf1, #leaf2, #lf{
    left: 50%;
    top: 50%;
    transform-origin: 0 0;
 }

#leaf1{
    transform-style: preserve-3d;
    perspective: 1000px;
    position: absolute;
    transform: translate(-50%, -100%);
}

#leaf1, #leaf2{
    width: 60px;
    height: 60px;
}

.leaf11{
    right: 29px;
    width: 30px;
    transform: rotateY(15deg);
}

.leaf11:after{
    right: -15px;
    border-top-left-radius: 50px;
    border-top-right-radius: 30px;
    background-color: #77a101;
    transform: rotate(-45deg);
}

.leaf12{
    left: 29px;
    width: 32px;
    transform: rotateY(-15deg);
}

.leaf12:after{
    left: -15px;
    border-top-left-radius: 30px;
    border-top-right-radius: 50px;
    background-color: #658500;
    transform: rotate(45deg);
}

.leaf11, .leaf12{
    margin-top: -5px;
    height: 70px;
    overflow: hidden;
}

#leaf2, #leaf3, .leaf11, .leaf12{
    position: absolute;
    transform-style: preserve-3d;
}

.leaf11:after, .leaf12:after{
    content: "";
    position: absolute;
    width: 40px;
    height: 60px;
}

/******************************************************************** 
 Leaf 2 
********************************************************************/

#leaf2{
    transform: rotate(120deg) translate(-50%, -100%);
}

/******************************************************************** 
 Leaf 3 
********************************************************************/
#leaf3{
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    transform-origin: 0 0;
    transform: rotate(240deg) translate(-50%, -100%);
}

/******************************************************************** 
 Label 
********************************************************************/

#label{
    top: 50px;
}

.entry-title{
    font-size: 1.25rem !important;
}


/* 
 Keyframes für die loading animation 
 */

 @keyframes animb{

    0%, 50%, 100%{
        top: 50%;
    }

    25%{
        top: 48%;
    }

    75%{
        top: 52%;
    }
 }

 @keyframes anim {
    
    0%{
        transform: rotateZ(0deg) translate(-50%, -50%);
    }

    100%{
        transform: rotateZ(360deg) translate(-50%, -50%);
    }
 }

 /*
  subheading
 */
 .subheader{
    display: none;
    visibility: hidden;
 }

/*
    Footer Style start
 */

#footer {
    clear: both;
    padding: 50px;
    background-color: #2a403a;
    color: white;
    height: 400px;
    
   
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.footer_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: calc(1rem *3) calc(1rem *2);
    align-items: flex-start;
    justify-content: center;
    max-width: 1440px;
    margin: 0 auto;

    background-color: #2a403a;
    color: white !important;
    /* padding-left: 13rem;
    padding-right: 13rem; */
}

.footer_container{
    display: contents;
    width: calc(100% - calc(1rem *2)) !important;
    max-width: 1200px !important;
}

.fuerth_logo_footer{
    max-width: 80px;
}

.footer_column{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
       
}

.footer_headline{
    color: #fff;
    font-size: 1.125rem !important;
    margin-top: 0;

}

.footer_list{
    padding: 0;
    margin: 0;
}

.footer_list_agb{
    display: flex;
    gap: 1rem;
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left;

}

.footer_list_link:not(:last-child) {
    margin-bottom: calc( 1rem * 0.5) !important;
}

.footer_list_link{
    color: rgba(255, 255, 255, 0.75) !important;
    text-decoration: underline;
}


.footer_list li{
    list-style: none;
    text-decoration: underline;
}

.link{
    color: rgba(255, 255, 255, 0.75) !important;
}

.footer_address_text, .footer_address_title{
    margin: 0 !important;
    text-align: left!important;
    font-style: normal!important;
    color: #FFF;
}

.footer_address_text{
    display: flex;
    margin: 0 !important;

}

.footer_address_text:not(:last-child) {
    margin-bottom: calc(1rem* 0.5);
}

.footer_phone{
    margin-top: calc(1rem * 2) !important;
}

.icon{
    display: inline-block;
    box-sizing: border-box;
    flex-shrink: 0;
    height: 1.25rem;
    width: 1.25rem;
}

.fa-phone.icon{
    margin-right: 1rem;
}
.fa-envelope.icon{
    margin-right: 1rem;
}

.footer_address_link{
    color: rgba(255, 255, 255, 0.75) !important;
    text-decoration: underline;
}

.footer_button_grid{
    gap: 1rem;
}

.footer_button{
    font-size: 1rem;
    padding: calc(1rem * 0.5) calc(1rem* 1.5);
    border-radius: 0.25rem;
    border-width: 1px;
    border: 1px solid #FFF;
    display: flex;
    flex-direction: row;
    text-decoration: none;
    width: 100%;
    align-items: center;
    gap: calc(1rem * 0.5);
    background-color: transparent;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}

.footer_link{
    justify-content: space-between;
    max-width: 320px;
    color: rgba(255, 255, 255, 0.75) !important;
}


.footer_bottom{
    display: flex;
    gap: calc(1rem * 3) calc(1rem * 2);
    align-items: flex-start;
    justify-content: center;
    max-width: 1440px;
    margin: 0 auto;
}

.footer_botto_agb{
    flex: 1;
}

.footer_copyright{
    align-items: flex-end;
    color: #FFF;
}

.footer_line{
    display: flex;
    border-top: 1px solid #FFF;
    margin-top: calc(1rem*1.5);
    padding-top: calc(1rem*1.5);
}



#footer_content .St_Button:hover {
    border-color: #00493d;

}

.SPi-link {
    height: 1em;
    fill: #fff;
    margin-left: -.15em;
    margin-right: .75em;
    margin-top: .3em;
    position: static;
    transform: scale(2.5);
}

.St_Button {
    padding: 8px;
    background: none;
    border: 3px solid white;
    font-size: 1.13rem;
    line-height: 1.6111111111;
    font-style: normal;
}


.St_Button_Text {
    align-self: center;
    display: inline-flex;
    flex-wrap: wrap;
    margin-bottom: .05em;
    color: #fff;
}

#ota_content {
    padding-bottom: 250px;
    position: relative;
}

.konsentas .btn-primary {
    background-color: rgb(19, 124, 96) !important;
    border-color: #00493d !important;
    color: #FFF !important;
    font-size: 1.13rem !important;
    line-height: 1.6111111111 !important;
    font-style: normal;
}

.konsentas.btn-primary:hover {
    background-color: #00493d !important;
    border-color: #00493d !important;
    color: #fff !important;
}

.signupform_message_wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}



/**************************************************************
*Responsiv Design (Media Querys)
**************************************************************/

/* small mobile Phones*/
@media only screen and (min-width: 17em) and (max-width: 25em) {

    body{
        margin: 0 auto;
    }

    #header{
        max-width: 100vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #heading{
        width: 100vw;
        text-align: center !important;
    }

    h1{
        font-size: 1.25em;
    }

    .radio label .symbol, .checkbox label .symbol {
        flex-direction: column;
    }

    .konsentas .btn-group {
        position: relative;
        display: flex !important;
        vertical-align: middle;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }

    .fc-prev-button, .fc-next-button{
        width: 80%;
        border-radius: 5px !important;
    }


    .fc-listDay-button, .fc-listDay-button, .fc-dayGridMonth-button{
        width: 90%;
    }


    #footer{
        height: 100%;
        width: auto;
        padding: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .footer_anschrift{
        line-height: 1;
    }

    .footer_kontakt{
        line-height: 1;
    }


    .footer_content{
        grid-template-columns: 1fr !important;
        margin-top: 50px;
    }

    .footer_botto_agb{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .e-Mail_link{
        line-height: 1.2;
    }

    .footer_liste ul{
        padding: 0;
    }
}

/*Mobile Phones*/
@media only screen and (min-width: 25em) and (max-width: 33em) {

    body{
        margin: 0 auto;
    }

    #header{
        max-width: 100vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #heading{
        width: 100vw;
        text-align: center !important;
    }

    
    #footer{
        height: 100%;
        width: auto;
        padding: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .footer_content{
        grid-template-columns: 1fr !important;
        margin-top: 50px;
    }

    .footer_botto_agb{
        display: grid;
        grid-template-columns: 1fr ;
    }

    .e-Mail_link{
        line-height: 1.2;
    }

    .footer_liste ul{
        padding: 0;
    }
}

@media only screen and (min-width: 33em) and (max-width: 48em) {

    body{
        margin: 0 auto;
    }

    #ota_content{
        margin-top: 0;
        padding-bottom: 0;
    }

    #header{
        max-width: 100vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #heading{
        max-width: 100vw;
        text-align: center !important;
        justify-content: center !important;
    }

    .konsentas .col-md-4{
        display: contents;
    }

    #header #logo{
        width: 100vw;
        max-width: 100vw;
    }

  

    .konsentas h1.entry-title {
        text-align: center;
    }

    #footer{
        height: 100%;
        width: auto;
        padding: 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


    .footer_content{
        grid-template-columns: 1fr 1fr !important;
        margin-top: 50px;
    }

    .footer_botto_agb{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .footer_anschrift{
        line-height: 1;
    }

    .footer_kontakt{
        line-height: 1;
    }

    .e-Mail_link{
        line-height: 1.2;
    }

    .footer_liste ul{
        padding: 0;
    }

   

 
}

@media only screen and (min-width: 48em) and (max-width: 65em) {

    body{
        margin: 0 auto;
    }

    #header{
        max-width: 85vw;
        display: flex;
        align-items: center;
    }

    #heading{
        width: 100vw;
        text-align: center !important;
    }

    .row{
        gap: 3rem;
    }
    #navbar-wrapper > div:nth-child(2){
        justify-content: center;
    }

    #ota_header{
        text-align: center !important;
    }

    #footer{
        height: 100%;
        width: auto;
        
    }

    #footer_content{
        display: flex;
        flex-direction: column;
        gap: 3rem;
        max-width: 50vw;
        margin: 0 auto;
    }

    .footer_liste ul{
        padding: 0;
    }



}




