@font-face {
    font-family: 'Bloomer';
    src: url('fonts/Bloomer-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Caveat';
    src: url('fonts/CaveatBrush-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans';
    src: url('fonts/MuseoSans.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@media only screen and (orientation: landscape) {
h1 {
    font-family: "Bloomer" !important;
    font-size: 98px !important;
    color: #E86D6F !important;
    font-kerning: auto !important;
    font-weight: 100 !important;
    line-height: 90px !important;
}

.map-headline {
    font-family: "Bloomer" !important;
    font-size: 40px !important;
    color: #E86D6F !important;
    line-height: 40px !important;
    margin-bottom: 5px !important;
    -webkit-text-stroke-width: 1px !important;
    -webkit-text-stroke-color: #4D4D4D !important;
}


/*#animations {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
  height: 20px;
  width: 20px;
  background: red !important;
  color: white !important;
}*/

/*[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    background-color:white !important;
    border-radius: 3px;
}*/

input[type=checkbox] {
accent-color: white !important;
height: 18px;
width: 18px;
}

input[type=checkbox]:checked {
    color: #095594 !important;
    height: 18px;
    width: 18px;
}

input[type=checkbox]:hover {
cursor: pointer;
}
    

.opening_description {
    font-family: "Caveat" !important;
    font-size: 25px !important;
    color: #095594 !important;
}

.options {
    font-family: "Caveat" !important;
    font-size: 45px !important;
    color: #ffffff !important;
}

#options {
    font-family: "Caveat" !important;
    font-size: 30px !important;
    color: #ffffff !important;
}

label {
    padding-bottom: 5px !important;
    display: inline-block !important;
}

.options h1 {
    font-family: "Caveat" !important;
    font-size: 45px !important;
    color: #ffffff !important;
    margin: 5px !important;
}

.hotspot_list {
    font-family: "Caveat" !important;
    font-size: 45px !important;
    color: #4d4d4d !important;
}

.map-corner h1 {
    font-family: "Bloomer" !important;
    font-size: 98px !important;
    color: #E86D6F !important;
    margin: 15px !important;
    font-weight: 100 !important;
    line-height: 90px !important;
}

.options_small {
    font-family: "Caveat" !important;
    font-size: 30px !important;
    color: #ffffff !important;
}

.hotspot_small {
    font-family: "MuseoSans" !important;
    font-size: 30px !important;
    color: #4d4d4d !important;
}

.options_small a {
    font-family: "Caveat" !important;
    font-size: 30px !important;
    color: #ffffff !important;
}

.button {
    box-shadow: 5px 5px 10px darkslategray;   
}

.button div {
    top: 40% !important;
    font-family: "Caveat" !important;
    font-size: 45px !important;
    line-height:72px;
    color: #ffffff !important;
}

.mini div div h1 {
    font-family: "Bloomer" !important;
    font-size: 50px !important;
    color: #E86D6F !important;
    margin: 0px;
    line-height: 48px !important;
}

.popup-text-headline {
    font-family: "Bloomer" !important;
    font-size: 50px !important;
    color: #ffffff !important;
    margin: 0px;
    line-height: 48px !important;
}

.map {
    width: 100% !important;
    height: auto !important;
}

.popup-text-description {
    font-family: "MuseoSans" !important;
    font-size: 20px !important;
    color: #ffffff !important;
}

.county-line {
    font-family: "Caveat" !important;
    font-size: 33px !important;
    color: #ffffff !important;
    padding-bottom: 20px;
}

.map_intro {
    font-family: "MuseoSans" !important;
    font-size: 22px !important;
    color: #4D4D4D !important;
}

.complex-popup-text-headline h1 {
    font-family: "Bloomer" !important;
    font-size: 50px !important;
    color: #59A55D !important;
    margin: 0px;
    line-height: 48px !important;
}

.complex-popup-county {
    font-family: "Caveat" !important;
    font-size: 30px !important;
    color: #E86D6F !important;
    margin: 0px;
    line-height: 48px !important;
}

.credit-line {
    font-family: "MuseoSans" !important;
    font-size: 10px !important;
    color: #4D4D4D !important;
}

.complex-opener {
    font-family: "Caveat" !important;
    font-size: 35px !important;
    color: #59A55D !important;
    margin: 0px;
    line-height: 48px !important;
}

.complex-opener-three {
    font-family: "Caveat" !important;
    font-size: 35px !important;
    color: #59A55D !important;
    margin: 0px;
    line-height: 48px !important;
}

.icon-shadow {
    box-shadow: 5px 5px 10px darkslategray;
    border-radius:100px;
}

.icon-shadow:focus-visible:before{
    position:absolute;
    content:" ";
    top:-10px;
    left:-10px;
    right:-10px;
    bottom:-10px;
    border-radius:10px;
    border:2px solid blue;
    outline: 0px;
}

.slideshow-tint:focus-visible:before{
    position:absolute;
    content:" ";
    top:-10px;
    left:-10px;
    right:-10px;
    bottom:-10px;
    border-radius:10px;
    border:2px solid blue;
    outline: 0px;
}


.icon-border {
    border: 4px solid #E86D6F;
    border-radius:100px;
}

.slideshow-cover-title {
    font-family: "Bloomer" !important;
    font-size: 50px !important;
    color: #ffffff !important;
}

.slideshow-cover-intro {
    font-family: "Caveat" !important;
    font-size: 30px !important;
    color: #ffffff !important;
}

.complex-popup-text-description {
    font-family: "MuseoSans" !important;
    font-size: 20px !important;
    color: #4D4D4D !important;
}

.close {
    font-family: "Bloomer" !important;
    font-size: 50px !important;
    color: #ffffff !important;
}

.close-hs {
    font-family: "Bloomer" !important;
    font-size: 50px !important;
    color: #4D4D4D !important;
}

.map-icon-stroke {
    box-shadow: 5px 5px 10px white;
    border-radius:100px;
}

.safety-scene h1 {
    font-family: "Bloomer" !important;
    font-size: 50px !important;
    color: #ffffff !important;
    line-height: 50px !important;
    -webkit-text-stroke-width: 1px; 
    -webkit-text-stroke-color: #4D4D4D; 
}

.go-button {
    font-family: "Caveat" !important;
    font-size: 40px !important;
    color: #59A55D !important;
}

.safety-caption {
    font-family: "Bloomer" !important;
    font-size: 20px !important;
    color: #4D4D4D !important;
}   

.read-resize {
    font-family: "Bloomer" !important;
    font-size: 50px !important;
}


.end-headline {
    font-family: "Bloomer" !important;
    font-size: 115px !important;
    color: #E86D6F !important;
} 

.loading-screen-button {
        font-family: "Caveat" !important;
        font-size: 40px !important;
        color: #59A55D !important;
}

.end-button {
    font-family: "Caveat" !important;
    font-size: 45px !important;
    line-height:72px;
    color: #ffffff !important;
}

.mirror {
    transform: scaleX(-1);
}

.tooltip {
    font-family: "MuseoSans" !important;
    font-size: 10px !important;
    color: #4D4D4D !important;
}


.tooltip-three {
    font-family: "MuseoSans" !important;
    font-size: 14px !important;
    color: #ffffff !important;
}

.tooltip-four {
    font-family: "MuseoSans" !important;
    font-size: 11px !important;
    color: #4D4D4D !important;
}

.tooltip-five {
    font-family: "MuseoSans" !important;
    font-size: 11px !important;
    background-color: #4D4D4D !important;
    color: #ffffff !important;
}


.pano-hotspot:focus {
    color: white;
    border: 3px solid white;
}

.loading {
    font-family: "Bloomer" !important;
    font-size: 105px !important;
    color: #ffffff !important;
}

.sound_message {
        font-family: "Caveat" !important;
        font-size: 50px !important;
        color: #ffffff !important;
}

.button-pink {
    box-shadow: 5px 5px 10px darkslategray;
}

.button-pink div {
    top: 40% !important;
    font-family: "Caveat" !important;
    font-size: 45px !important;
    line-height:72px;
    color: #4D4D4D !important;
}
}

@media only screen and (orientation: portrait) {
    h1 {
        font-family: "Bloomer" !important;
        font-size: 98px !important;
        color: #E86D6F !important;
        font-kerning: auto !important;
        font-weight: 100 !important;
        line-height: 90px !important;
    }

   .map-headline {
        font-family: "Bloomer" !important;
        font-size: 65px !important;
        color: #E86D6F !important;
        line-height: 65px !important; 
        margin-bottom: 5px !important;
        margin-top: 15px !important;
        -webkit-text-stroke-width: 1px !important;
        -webkit-text-stroke-color: #4D4D4D !important;
        
    }

    input[type=checkbox] {
        accent-color: white !important;
        height: 18px;
        width: 18px;
        }
        
        input[type=checkbox]:checked {
            color: #095594 !important;
            height: 18px;
            width: 18px;
        }
        
        input[type=checkbox]:hover {
        cursor: pointer;
        }
    
    
    .opening_description {
        font-family: "Caveat" !important;
        font-size: 25px !important;
        color: #095594 !important;
    }
    
    .options {
        font-family: "Caveat" !important;
        font-size: 45px !important;
        color: #ffffff !important;
    }

    .options h1 {
        font-family: "Caveat" !important;
        font-size: 45px !important;
        color: #ffffff !important;
        margin: 5px !important;
    }

    label {
        padding-bottom: 5px !important;
        display: inline-block !important;
    }
    
    .hotspot_list {
        font-family: "Caveat" !important;
        font-size: 45px !important;
        color: #4d4d4d !important;
    }
    
    .options_small {
        font-family: "Caveat" !important;
        font-size: 30px !important;
        color: #ffffff !important;
    }
    
    .hotspot_small {
        font-family: "MuseoSans" !important;
        font-size: 30px !important;
        color: #4d4d4d !important;
    }
    
    .options_small a {
        font-family: "Caveat" !important;
        font-size: 30px !important;
        color: #ffffff !important;
    }
    
    .button {
        box-shadow: 5px 5px 10px darkslategray;   
    }
    
    .button div {
        top: 40% !important;
        font-family: "Caveat" !important;
        font-size: 45px !important;
        line-height:72px;
        color: #ffffff !important;
    }
    
    .mini div div h1 {
        font-family: "Bloomer" !important;
        font-size: 70px !important;
        color: #E86D6F !important;
        margin: 0px;
        line-height: 70px !important;
    }
    
    .popup-text-headline {
        font-family: "Bloomer" !important;
        font-size: 50px !important;
        color: #ffffff !important;
        margin: 0px;
        line-height: 48px !important;
    }
    
    .map {
        width: 100% !important;
        height: auto !important;
    }
    
    .popup-text-description {
        font-family: "MuseoSans" !important;
        font-size: 20px !important;
        color: #ffffff !important;
    }
    
    .county-line {
        font-family: "Caveat" !important;
        font-size: 33px !important;
        color: #ffffff !important;
        padding-bottom: 20px;
    }
    
    .map_intro {
        font-family: "MuseoSans" !important;
        font-size: 20px !important;
        color: #4D4D4D !important;
    }
    
    .complex-popup-text-headline h1 {
        font-family: "Bloomer" !important;
        font-size: 50px !important;
        color: #59A55D !important;
        margin: 0px;
        line-height: 48px !important;
    }
    
    .complex-popup-county {
        font-family: "Caveat" !important;
        font-size: 30px !important;
        color: #E86D6F !important;
        margin: 0px;
        line-height: 48px !important;
    }
    
    .credit-line {
        font-family: "MuseoSans" !important;
        font-size: 10px !important;
        color: #4D4D4D !important;
    }
    
    .complex-opener {
        font-family: "Caveat" !important;
        font-size: 35px !important;
        color: #59A55D !important;
        margin: 0px;
        line-height: 48px !important;
    }
    
    .complex-opener-three {
        font-family: "Caveat" !important;
        font-size: 35px !important;
        color: #59A55D !important;
        margin: 0px;
        line-height: 48px !important;
    }
    
    .icon-shadow {
        box-shadow: 5px 5px 10px darkslategray;
        border-radius:100px;
        position:absolute;
    }

    .icon-shadow:focus-visible:before{
        position:absolute;
        content:" ";
        top:-10px;
        left:-10px;
        right:-10px;
        bottom:-10px;
        border-radius:10px;
        border:2px solid blue;
        outline: 0px;
    }

    .slideshow-tint:focus-visible:before{
        position:absolute;
        content:" ";
        top:-10px;
        left:-10px;
        right:-10px;
        bottom:-10px;
        border-radius:10px;
        border:2px solid blue;
        outline: 0px;
    }
    
    .icon-border {
        border: 4px solid #E86D6F;
        border-radius:100px;
    }
    
    .slideshow-cover-title {
        font-family: "Bloomer" !important;
        font-size: 50px !important;
        color: #ffffff !important;
    }
    
    .slideshow-cover-intro {
        font-family: "Caveat" !important;
        font-size: 30px !important;
        color: #ffffff !important;
    }
    
    .complex-popup-text-description {
        font-family: "MuseoSans" !important;
        font-size: 20px !important;
        color: #4D4D4D !important;
    }
    
    .close {
        font-family: "Bloomer" !important;
        font-size: 50px !important;
        color: #ffffff !important;
    }
    
    .close-hs {
        font-family: "Bloomer" !important;
        font-size: 50px !important;
        color: #4D4D4D !important;
    }
    
    .map-icon-stroke {
        box-shadow: 5px 5px 10px white;
        border-radius:100px;
    }
    
    .safety-scene h1 {
        font-family: "Bloomer" !important;
        font-size: 50px !important;
        color: #ffffff !important;
        line-height: 50px !important;
        -webkit-text-stroke-width: 1px; 
        -webkit-text-stroke-color: #4D4D4D; 
    }
    
    .go-button {
        font-family: "Caveat" !important;
        font-size: 40px !important;
        color: #59A55D !important;
    }
    
    .safety-caption {
        font-family: "Bloomer" !important;
        font-size: 20px !important;
        color: #4D4D4D !important;
    }   
    
    .read-resize {
        font-family: "Bloomer" !important;
        font-size: 50px !important;
    }
    
    
    .end-headline {
        font-family: "Bloomer" !important;
        font-size: 115px !important;
        color: #E86D6F !important;
    } 
    
    .loading-screen-button {
            font-family: "Caveat" !important;
            font-size: 40px !important;
            color: #59A55D !important;
    }
    
    .end-button {
        font-family: "Caveat" !important;
        font-size: 45px !important;
        line-height:72px;
        color: #ffffff !important;
    }
    
    .mirror {
        transform: scaleX(-1);
    }
    
    .tooltip {
        font-family: "MuseoSans" !important;
        font-size: 14px !important;
        color: #4D4D4D !important;
    }


    .tooltip-three {
        font-family: "MuseoSans" !important;
        font-size: 14px !important;
        color: #ffffff !important;
    }

    .tooltip-four {
        font-family: "MuseoSans" !important;
        font-size: 11px !important;
        color: #4D4D4D !important;
    }

    .tooltip-five {
        font-family: "MuseoSans" !important;
        font-size: 11px !important;
        background-color: #4D4D4D !important;
        color: #ffffff !important;
    }
    
    
    .pano-hotspot:focus {
        color: white;
        border: 3px solid white;
    }
    
    .loading {
        font-family: "Bloomer" !important;
        font-size: 90px !important;
        color: #ffffff !important;
    }

    .three-desc {
        font-family: "MuseoSans" !important;
        font-size: 20px !important;
        color: #4D4D4D !important;
    }
    
    .sound_message {
            font-family: "Caveat" !important;
            font-size: 45px !important;
            color: #ffffff !important;
    }
    
    .button-pink {
        box-shadow: 5px 5px 10px darkslategray;
    }

    #options {
        font-family: "Caveat" !important;
        font-size: 30px !important;
        color: #ffffff !important;
    }
    
    .button-pink div {
        top: 40% !important;
        font-family: "Caveat" !important;
        font-size: 45px !important;
        line-height:72px;
        color: #4D4D4D !important;
    }
    }
    












@media screen and (orientation: portrait) and (max-width: 500px) {
    h1 {
        font-family: "Bloomer" !important;
        font-size: 55px !important;
        color: #E86D6F !important;
        font-kerning: auto !important;
        font-weight: 100 !important;
        line-height: 55px !important;
    }
    
    .map-headline {
        font-family: "Bloomer" !important;
        font-size: 40px !important;
        color: #E86D6F !important;
        line-height: 40px !important;
        margin-bottom: 5px !important;
        -webkit-text-stroke-width: 1px !important;
        -webkit-text-stroke-color: #4D4D4D !important;
    }
    
    .opening_description {
        font-family: "Caveat" !important;
        font-size: 19px !important;
        color: #095594 !important;
    }
    
    .options {
        font-family: "Caveat" !important;
        font-size: 45px !important;
        color: #ffffff !important;
    }

    label {
        padding-bottom: 5px !important;
        display: inline-block !important;
    }

    input[type=checkbox] {
        accent-color: white !important;
        height: 18px;
        width: 18px;
        }
        
        input[type=checkbox]:checked {
            color: #095594 !important;
            height: 18px;
            width: 18px;
}
        
        input[type=checkbox]:hover {
        cursor: pointer;
    }

    .slideshow-tint:focus-visible:before{
        position:absolute;
        content:" ";
        top:-10px;
        left:-10px;
        right:-10px;
        bottom:-10px;
        border-radius:10px;
        border:2px solid blue;
        outline: 0px;
    }

    #options {
        font-family: "Caveat" !important;
        font-size: 30px !important;
        color: #ffffff !important;
    }

    .options h1 {
        font-family: "Caveat" !important;
        font-size: 45px !important;
        color: #ffffff !important;
        margin: 5px !important;
    }
    
    .hotspot_list {
        font-family: "Caveat" !important;
        font-size: 45px !important;
        color: #4d4d4d !important;
    }
    
    .options_small {
        font-family: "Caveat" !important;
        font-size: 30px !important;
        color: #ffffff !important;
    }
    
    .hotspot_small {
        font-family: "MuseoSans" !important;
        font-size: 30px !important;
        color: #4d4d4d !important;
    }
    
    .options_small a {
        font-family: "Caveat" !important;
        font-size: 30px !important;
        color: #ffffff !important;
    }
    
    .button {
        box-shadow: 5px 5px 10px darkslategray;   
    }
    
    .button div {
        top: 40% !important;
        font-family: "Caveat" !important;
        font-size: 45px !important;
        line-height:72px;
        color: #ffffff !important;
    }
    
    .mini div div h1 {
        font-family: "Bloomer" !important;
        font-size: 37px !important;
        color: #E86D6F !important;
        margin: 0px;
        line-height: 40px !important;
    }
    
    .popup-text-headline {
        font-family: "Bloomer" !important;
        font-size: 30px !important;
        color: #ffffff !important;
        margin: 0px;
        line-height: 30px !important;
    }
    
    .map {
        width: 100% !important;
        height: auto !important;
    }
    
    .popup-text-description {
        font-family: "MuseoSans" !important;
        font-size: 18px !important;
        color: #ffffff !important;
    }
    
    .county-line {
        font-family: "Caveat" !important;
        font-size: 22px !important;
        color: #ffffff !important;
        padding-bottom: 20px !important;
        line-height: 22px !important;
    }
    
    .map_intro {
        font-family: "MuseoSans" !important;
        font-size: 18px !important;
        color: #4D4D4D !important;
    }
    
    .complex-popup-text-headline h1 {
        font-family: "Bloomer" !important;
        font-size: 40px !important;
        color: #59A55D !important;
        line-height: 40px !important;
        margin-bottom: 10px !important;
    }
    
    .complex-popup-county {
        font-family: "Caveat" !important;
        font-size: 25px !important;
        color: #E86D6F !important;
        margin: 0px;
        line-height: 25px !important;
    }
    
    .credit-line {
        font-family: "MuseoSans" !important;
        font-size: 10px !important;
        color: #4D4D4D !important;
        line-height: 12px !important;
    }
    
    .complex-opener {
        font-family: "Caveat" !important;
        font-size: 35px !important;
        color: #59A55D !important;
        margin: 0px;
        line-height: 48px !important;
    }

    .three-desc {
        font-family: "MuseoSans" !important;
        font-size: 18px !important;
        color: #4D4D4D !important;
    }
    
    .complex-opener-three {
        font-family: "Caveat" !important;
        font-size: 28px !important;
        color: #59A55D !important;
        margin: 0px;
        line-height: 32px !important;
    }
    
    .icon-shadow {
        box-shadow: 5px 5px 10px darkslategray;
        border-radius:100px;
    }

    .icon-shadow:focus-visible:before{
        position:absolute;
        content:" ";
        top:-10px;
        left:-10px;
        right:-10px;
        bottom:-10px;
        border-radius:10px;
        border:2px solid blue;
        outline: 0px;
    }

    
    .icon-border {
        border: 4px solid #E86D6F;
        border-radius:100px;
    }
    
    .slideshow-cover-title {
        font-family: "Bloomer" !important;
        font-size: 40px !important;
        color: #ffffff !important;
    }
    
    .slideshow-cover-intro {
        font-family: "Caveat" !important;
        font-size: 24px !important;
        color: #ffffff !important;
        line-height: 24px !important;
    }
    
    .complex-popup-text-description {
        font-family: "MuseoSans" !important;
        font-size: 20px !important;
        color: #4D4D4D !important;
    }
    
    .close {
        font-family: "Bloomer" !important;
        font-size: 50px !important;
        color: #ffffff !important;
    }
    
    .close-hs {
        font-family: "Bloomer" !important;
        font-size: 50px !important;
        color: #4D4D4D !important;
    }
    
    .map-icon-stroke {
        box-shadow: 5px 5px 10px white;
        border-radius:100px;
    }
    
    .safety-scene h1 {
        font-family: "Bloomer" !important;
        font-size: 35px !important;
        color: #ffffff !important;
        line-height: 35px !important;
        -webkit-text-stroke-width: 1px; 
        -webkit-text-stroke-color: #4D4D4D; 
    }
    
    .go-button {
        font-family: "Caveat" !important;
        font-size: 40px !important;
        color: #59A55D !important;
    }
    
    .safety-caption {
        font-family: "Bloomer" !important;
        font-size: 20px !important;
        color: #4D4D4D !important;
    }   
    
    .read-resize {
        font-family: "Bloomer" !important;
        font-size: 50px !important;
    }
    
    
    .end-headline {
        font-family: "Bloomer" !important;
        font-size: 115px !important;
        color: #E86D6F !important;
    } 
    
    .loading-screen-button {
            font-family: "Caveat" !important;
            font-size: 40px !important;
            color: #59A55D !important;
    }
    
    .end-button {
        font-family: "Caveat" !important;
        font-size: 45px !important;
        line-height:72px;
        color: #ffffff !important;
    }
    
    .mirror {
        transform: scaleX(-1);
    }
    
    .tooltip {
        font-family: "MuseoSans" !important;
        font-size: 14px !important;
        color: #4D4D4D !important;
    }

    .tooltip-three {
        font-family: "MuseoSans" !important;
        font-size: 14px !important;
        color: #ffffff !important;
    }

    .tooltip-four {
        font-family: "MuseoSans" !important;
        font-size: 11px !important;
        color: #4D4D4D !important;
    }

    .tooltip-five {
        font-family: "MuseoSans" !important;
        font-size: 11px !important;
        background-color: #4D4D4D !important;
        color: #ffffff !important;
    }
    
    .pano-hotspot:focus {
        color: white;
        border: 3px solid white;
    }
    
    .loading {
        font-family: "Bloomer" !important;
        font-size: 50px !important;
        color: #ffffff !important;
    }
    
    .sound_message {
            font-family: "Caveat" !important;
            font-size: 30px !important;
            color: #ffffff !important;
    }
    
    .button-pink {
        box-shadow: 5px 5px 10px darkslategray;
    }
    
    .button-pink div {
        top: 40% !important;
        font-family: "Caveat" !important;
        font-size: 45px !important;
        line-height:72px;
        color: #4D4D4D !important;
    }
    }
    

















































