@font-face {
   font-family:'PT Sans';
   font-style: normal;
   font-weight: 400;
   src: local('PT Sans regular'), local('PT Sans-regular'),
   url('fonts/pt-sans-v12-latin-regular.woff2') format('woff2'),
   url('fonts/pt-sans-v12-latin-regular.woff') format('woff');
}

@font-face {
   font-family:'PT Sans';
   font-style: bold;
   font-weight: 700;
   src: local('PT Sans bold'), local('PT Sans-bold'),
   url('fonts/pt-sans-v12-latin-700.woff2') format('woff2'),
   url('fonts/pt-sans-v12-latin-700.woff') format('woff');
}

:root {
    --clr-primary: #005D75;
    --clr-secondary: #ACC937;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'PT Sans', sans-serif;
    color: black;
    line-height: 1.7;
    overflow-x: hidden;
    background-color: var(--clr-secondary);
}

main {
    width: 80%;
    margin: 2rem auto;
    margin-top: 0rem;
    margin-bottom: 2rem;
    padding: 2rem 0rem 2rem 0rem;
    z-index: 2;
    color: var(--clr-primary);
}

h2 {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.2rem;
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 1.2rem;
    }
}

h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    margin-top: 1.2rem;
    letter-spacing: 0.05rem;
}

h4 {
    font-weight: 900;
    font-size: 1rem;
}

p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4rem;
    margin-top: 1.4rem;
}

audio {
    margin-top: 1.4rem;
    width: 350px;
}

@media screen and (max-width: 400px) {
    audio {
        width: 250px;
    }
}

button {
    display: block;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 1px solid;
    padding: 0.9rem 2.2rem;
    margin-top: 3rem;
    transition: 0.2s;
    cursor: pointer;
    color: var(--clr-primary);
    background: transparent;
    border-color: var(--clr-primary);
}

button:hover {
    color: var(--clr-secondary);
    background-color: var(--clr-primary);
    border-color: var(--clr-primary);
}


/*Map*/


#map {
    z-index: 10;
}

#impressum {
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
}

#logo {
    position: fixed;
    z-index: 100;
    right: 0;
    top: 0;
}

@media screen and (max-width: 767px) {
    #logo {
        height: 220px;
        width: auto;
    }
}

.impressum_datenschutz {
    width: 160px;
    height: 20px;
    background-color: var(--clr-primary);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    border-radius: 0px 5px 0px 0px;
}

@media screen and (max-width: 767px) {
    .impressum_datenschutz {
        bottom: 16.5px;
        left: unset;
        right: 0;
        border-radius: 6px 0px 0px 0px;
    }
}

.impressum_datenschutz_text {
    color: white;
    margin-top: 0;
    font-size: 0.8rem;
    text-align: center;
    letter-spacing: 0.01rem;
}

.impressum_datenschutz_text a {
    color: white;
    text-decoration: none;
}

.leaflet-popup-content {
    margin: 8px 20px !important;
}

.leaflet-popup-content {
    color: var(--clr-secondary) !important;
    font-family: PT Sans !important;
}

.leaflet-popup-content a {
    color: var(--clr-secondary) !important;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: var(--clr-primary) !important;
    box-shadow: 0 3px 14px rgba(0,0,0,0.1) !important;
}

.leaflet-popup-content-wrapper {
    border-radius: 5px !important;
}




/*Unterseite*/


.main-header {
    background-color: var(--clr-primary);
    color: white;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    width: 100vw;
    padding: 0 10vw 0 10vw;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    z-index: 100;
    transition: .4s ease-out;
    top: 0;
}

.header_title {
    line-height: 1.6rem;
    margin-right: 4rem;
    font-size: 1.6rem;
    color: white;
    text-decoration: none;
}

.header_title:visited {
    color: white;
    text-decoration: none;
}

.logo_unterseite {
    margin-right: auto;
    vertical-align: middle;
    height: 60px;
    width: auto;
}

@media screen and (max-width: 560px) {
    .logo_unterseite {
        height: 40px;
    }
}

@media screen and (max-width: 560px) {
    .header_title {
        line-height: 1.2rem;
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 450px) {
    .header_title {
        margin-right: 1.1rem;
    }
}

.number_circle {
    color: var(--clr-secondary);
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--clr-primary);
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 1.2rem;
}

.sound_img {
    width: 150px;
    height: auto;
    margin-top: 4rem;
}

.link_extern {
    color: var(--clr-primary);
}

.link_extern:hover {
    color: var(--clr-primary);
}

.place_flex {
    display: block;
    margin-top: 4rem;
}

.arrow {
    border: solid var(--clr-primary);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-left: 0.5rem;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.arrow_two {
    left: -5px;
    position: relative;
    margin-left: 0rem;
}

.previous_place_text {
    display: inline;
    line-height: 0.8rem;
}

.previous_place_text p {
    display: inline;
}

.next_place_text {
    display: inline;
    line-height: 0.8rem;
}

@media screen and (min-width: 768px) {
    .next_place_text {
        text-align: right;
    }
}

.next_place_text p {
    display: inline;
}

.previous_place {
    width: 100%;
    display: flex;
}

.next_place {
    width: 100%;
    display: flex;
    margin-top: 1.8rem;
}

.arrow_one {
    margin-right: 0.5rem;
    min-width: 45px;
    margin-top: 0.6rem;
}

@media screen and (min-width: 768px) {
    .next_place {
        flex-direction: row-reverse;
        width: 48%;
        display: flex;
        margin-top: 0rem;
    }
    
    .previous_place {
        width: 48%;
        display: flex;
    }
    
    .place_flex {
        display: flex;
        justify-content: space-between;
    }
    
    .arrow_one {
        min-width: 36px;
        margin-right: 0rem;
    }
    
    .previous_place_text {
        margin-left: 0.6rem;
    }
    
    .next_place_text {
        margin-right: 0.6rem;
    }
}

.place_line_one {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.place_line_one a {
    color: var(--clr-primary);
    text-decoration: none;
}

.place_line_one a:hover {
    color: var(--clr-primary);
    text-decoration: none;
}

.place_line_two a {
    color: var(--clr-primary);
}

.place_line_two a:hover {
    color: var(--clr-primary);
}

.text_sonstiges {
    font-size: 0.8rem;
    margin-top: 4rem;
    line-height: 1.3rem;
}

.text_sonstiges b {
    text-transform: uppercase;
}

.impressum_datenschutz_link_unterseite {
    margin-top: 1rem;
}

.impressum_datenschutz_link_unterseite a,
.impressum_datenschutz_link_unterseite a:hover {
    color: var(--clr-primary);
    text-decoration: none;
}

/*Leaflet Mobile*/

html, body, #map {
    height: 100%;
    width: 100vw;
}

body {
    padding: 0;
    margin: 0;
}

/*Sonstiges*/

.page_id_1 .previous_place {
    display: none;
}

.page_id_1 .place_flex {
    justify-content: end;
}

.page_id_56 .next_place {
    display: none;
}

.pfeil_zwei_zeilen {
    margin-top: 1.3rem !important;
}

.second_link {
    margin-top: 0.6rem;
}
