/* roboto-condensed-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: bold;
    font-weight: 700;
    src: url('./fonts/roboto-condensed-v27-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    margin: 0;
    font-family: "Roboto Condensed";
    overflow: hidden;
}

header {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 30px 0 30px 0;
}

header h1 {
    font-weight: normal;
    font-size: 50px;
    margin: 0;
    position: relative;
    top: 45px;
}

header h3 {
    font-weight: normal;
    font-size: 30px;
    position: relative;
    top: 15px;
    left: 60px;
}

header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

.menudiv {
    padding: 10px 0 10px 0;
    width: 100%;
    background: #ebf3e4;
    text-align: center;
}

.menudiv h3 {
    color: #32784b;
    font-size: 22px;
    line-height: 26px;
    margin: 10px;
}

svg {
    /*background-image: url(map3.png);
    background-position: center;*/
    /*background: #f1f1f1;*/
    position: relative;
}

section {
    position: relative;
}

#map {
    position: relative;
    top: 0;
    height: 100%;
    min-height: 750px;
    width: 100%;
}

.leaflet-control-zoom {
    display: none;
}

#adresse-overlay {
    z-index: 9999;
    opacity: 0;
    background: #fff;
    color: #000;
    padding: 8px;
    text-decoration: none;
    border-radius: 20px;
    border: 4px solid #803689;
    font-weight: bold;
}

.menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
}
  
#menu-toggle {
    display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
    display: block;
    background-color: #000;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
}

.menu-button::before {
    content: '';
    margin-top: -8px;
}

.menu-button::after {
    content: '';
    margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
}

.icongGlockeBlau {
	background: url(img/glocke-blau.png);
	background-size: cover;	
    width: 34px;
	height: 36px;
}

.icongGlockeBlau.activeicon {
	background: url(img/glocke-blau.png) !important;
	width: 30px !important;
	height: 31px !important;
	margin-left: -14px !important;
	margin-top: -31px !important;
	-webkit-transition: all 0.1s cubic-bezier(1,1,0,1);
    transition: all 0.1s cubic-bezier(1,1,0,1);
}

.icongGlockeBraun {
	background: url(img/glocke-braun.png);
	background-size: cover;	
    width: 34px;
	height: 36px;
}

.icongGlockeBraun.activeicon {
	background: url(img/glocke-braun.png) !important;
	width: 30px !important;
	height: 31px !important;
	margin-left: -14px !important;
	margin-top: -31px !important;
	-webkit-transition: all 0.1s cubic-bezier(1,1,0,1);
    transition: all 0.1s cubic-bezier(1,1,0,1);
}

.icongGlockeLila {
	background: url(img/glocke-lila.png);
	background-size: cover;	
    width: 34px;
	height: 36px;
}

.icongGlockeLila.activeicon {
	background: url(img/glocke-lila.png) !important;
	width: 30px !important;
	height: 31px !important;
	margin-left: -14px !important;
	margin-top: -31px !important;
	-webkit-transition: all 0.1s cubic-bezier(1,1,0,1);
    transition: all 0.1s cubic-bezier(1,1,0,1);
}

.tooltipGR {
    background: #803689 !important;
    border: 0 !important;
    color: #fff !important;
    border-radius: 15px !important;
}

.tooltipGR::before {
    display: none;
}

.tooltipSchoepsNeisse {
    background: #fff !important;
    border: 1px solid #007aa0 !important;
    color: #007aa0 !important;
    border-radius: 15px !important;
}

.tooltipSchoepsNeisse::before {
    display: none;
}

.tooltipVersoehnung {
    background: #fff !important;
    border: 1px solid #572380 !important;
    color: #572380 !important;
    border-radius: 15px !important;
}

.tooltipVersoehnung::before {
    display: none;
}

.tooltipVersoehnung a {
    color: #572380 !important;
    text-decoration: none;
}

.tooltipMarkersdorfKH {
    background: #fff !important;
    border: 1px solid #754342 !important;
    color: #754342 !important;
    border-radius: 15px !important;
}

.tooltipMarkersdorfKH::before {
    display: none;
}

.tooltipMarkersdorfKH a {
    color: #754342 !important;
    text-decoration: none;
}

.tooltipGR a {
    color: #fff !important;
    text-decoration: none;
}

.leaflet-tooltip a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 900px) {
    /*.menudiv {
        height: 50px;
    }

    .menu-button-container {
        display: flex;
    }

    .menu {
        position: absolute;
        margin-top: 0;
        padding: 0;
        left: 0;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        z-index: 99999;
        overflow-x: hidden;
    }

    #menu-toggle ~ .menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
        overflow: hidden;
    }

    #menu-toggle:checked ~ .menu li {
        height: 2.5em;
        padding: 0.5em;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .menu > li {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        color: white;
        background-color: #cfd0d2;
    }

    .menudiv ul li {
        display: block;
    }

    header {
        padding: 20px 0 20px 0;
    }

    .kreis1 {
        background-color: #e85d9a;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        top: -180px;
        left: -190px;
    }
    
    .kreis2 {
        background-color: #803689;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        top: -30px;
        right: 120px;
    }
    
    .kreis2::after {
        content: '';
        background-color: #fff;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        top: 5px;
        left: 5px;
    }
    
    .kreis3 {
        background-color: #803689;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        top: -160px;
        right: -120px;
    }

    header div {
        width: 90%;
        margin-left: 5%;
    }

    header h1 {
        font-size: 30px;
        margin: 0;
        position: relative;
        top: 25px;
        left: -10px;
    }
    
    header h3 {
        font-size: 14px;
        top: 14px;
        left: 10px;
    }

    .logo img {
        height: 100px;
    }

    #adresse-overlay {
        display: none !important;
    }

    .menudiv ul li a {
        padding: 10px 15px 10px 0;
    }*/

    header {
        width: 90%;
        margin-left: 5%;
    }

    header .logo {
        gap: 4%;
    }

    header .logo div {
        flex-grow: 0;
        flex-shrink: 1;
    }

    header .logo img {
        width: 100%;
    }
}