*{
	outline: none!important;
}
html,body{
	width: 100%;

}
html.open,body.open{
	height: 100%;
	overflow: hidden;
}
#werbung{
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	      animation: changeColor 240s infinite alternate linear;

}
#site-wrapper{
	position: relative;
	z-index: 1;
}
.text-small{
	font-size:14px!important;
	line-height:16px!important;
}
button.navbar-toggler {
    z-index: 2;
    position: absolute;
    top: 45px;
}
a.navbar-brand.mx-auto {
    z-index: 2;
}
a.navbar-brand .standart{
	display: block;
	margin-top: -40px;
}
a.navbar-brand.open .standart{
	display: none;
	
}
a.navbar-brand .menue-open{
	display: none;
	margin-top: -40px;
}
a.navbar-brand.open .menue-open{
	display: block;
}
/* Menühintergrundverlauf */
body.open nav.navbar {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
/* Permalink - use to edit and share this gradient. Permalink - Zum Bearbeiten und Teilen dieses Verlaufs verwenden: https://colorzilla.com/gradient-editor/#ffffff+0,eaf2d9+100 */
background: linear-gradient(135deg,  #ffffff 0%,#eaf2d9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */




}

.menue-icon {
    width: 100px;
    height: 25px;
    background-image: url(../images/menue.svg);
    display: inline-block;
    background-repeat: no-repeat;
	margin-left: -43px;
	margin-top: -930px;
}
.menue-icon:hover {
    width: 100px;
    height: 25px;
    background-image: url(../images/menue-hover.svg);
    display: inline-block;
    background-repeat: no-repeat;
}
.menue-icon.open {
    width: 100px;
    height: 23px;
    background-image: url(../images/menue-schliessen.svg);
    display: inline-block;
    background-repeat: no-repeat;
}
/* Schriftfarbe der Menülinks */
.navbar a,.navbar a:visited,.navbar a:active{
	font-family: BricolageGrotesque_24pt-ExtraLight, Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 32px;
line-height: 1.5em;	
	color:#000;
	text-decoration: none;
}
.navbar a:hover{
	color:#86bc24;
}
.navbar li:hover{
	border-color:#86bc24!important;
}
/* Standart Schriftart und Farbe */
body,p{
	font-family: BricolageGrotesque_24pt-ExtraLight, Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 22px;
	line-height: 32px;
	color:#000000;
	/* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}



a {
    color: #86bc24; /* Farbe des Links */
    text-decoration: underline; /* Unterstrich */
    transition: border-bottom-width 0.3s; /* Übergangseffekt für die Dicke des Unterstrichs */
}

/* Hover-Effekt: dickerer Unterstrich */
a:hover {
    border-bottom-width: 2px; color: #000000;  /* Dicke des Unterstrichs beim Überfahren mit der Maus */
}

/* Schriftfarbe Footerlinks */
footer a{				
	color: #000000
}
footer a:hover{				
	color: #86bc24
}

h1{
	font-family: BricolageGrotesque_24pt-ExtraLight, Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 64px;
	line-height: 1.3em;	
	color:#000000;
}
h2{
	font-family: BricolageGrotesque_24pt_Condensed-ExtraBold, Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-style: normal;
font-size: 22px;
	line-height: 38px;
	color:#86bc24;
	margin-bottom: 0;
}
h3{
	font-family: BricolageGrotesque_24pt_Condensed-ExtraBold, Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 22px;
	line-height: 38px;
	color:#86bc24;
	margin-bottom: 0;
}

.R2 {
    width: 48%;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #6f6e64;
}


.R3 {
    width: 48%;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    position: absolute;
    top: 0;
    right: 0;
    border: 2px solid #6f6e64;
}



     /* CSS für den Link-Button */
        .link-button {
            display: inline-block;
            padding: 5px 10px;
            color: #ffffff;
            text-decoration: none;
            border: 2px solid #000000;
            border-radius: 5px;
            font-size: 22px;
            cursor: pointer;
            -webkit-transition: background-color 0.3s, color 0.3s; /* Safari-Präfix */
            transition: background-color 0.3s, color 0.3s;
        }

        .link-button:hover, .link-button:active {
            background-color: #000000;
            color: #ffffff;
        }





 /* CSS für den Link-Button */
        .link-button2 {
            display: inline-block;
            padding: 5px 10px;
            color: #000000;
		    background-color: #ffffff;
            text-decoration: none;
            border: 2px solid #ffffff;
            border-radius: 5px;
            font-size: 22px;
            cursor: pointer;
            -webkit-transition: background-color 0.3s, color 0.3s; /* Safari-Präfix */
            transition: background-color 0.3s, color 0.3s;
        }

        .link-button2:hover, .link-button2:active {
        color: #000000;
		background-color: !important;

        }








 #kalender {
            width: 100%;
            margin: 4%;
            padding: 0%;
            border-top: 1px solid black;
            display: flex;
            flex-wrap: wrap;
        }

        #datum {
            width: 20%;
            margin-right: 8px;
            padding: 0px;
        }

        #datum span {
	font-family: BricolageGrotesque_24pt_Condensed-ExtraBold, Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 64px;
	line-height: 56px;
	color:#000000;
        }

        #veranstaltungen {
            width: 45%;
            margin: 0px;
            padding-left: 30px;
			padding-top: 7px;
        }

        #veranstaltungen span {
            font-family: BricolageGrotesque_24pt_Condensed-ExtraBold, Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 32px;
	line-height: 32px;
	color:#000000; Ändern Sie die gewünschte Schriftfamilie für Veranstaltungen */
        }

        #bild {
            width: 30%;
            height: auto;
			padding-top: 7px;
			margin-top: 13px;
        }







.row ul li{
	list-style-type: none;
}
.row ul li::before {
    display: inline-block;
    content: '';
    background-image: url(../images/listenelement.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    position: relative; /* Füge die Position: relative; Eigenschaft hinzu */
    top: 4px; /* Ändere die top-Eigenschaft auf 17px */
    margin-right: 5px;
    margin-left: -30px; /* Ändere den linken Rand, um den Versatz anzupassen */
    line-height: 0px;
}

/* Farbe der Border (Umrandungen) */
.border-light {
    border-color: #000000!important;
}
.border-dark {
    border-color: #000000!important;
}
/* Hintergrundfarbe der Kästen */
.bg-dark {
    background-color: #!important;
}
.bg-light {878787
    background-color: #!important;
}




.Apothekenraum {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.Apotheke {
    float: left;
    width: 48%;
    margin: 1%;
    background: linear-gradient(135deg, #f0f0ef 0%, #d6d6d3 100%);
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #6f6e64;
}













@media (max-width: 768px) {
    .Apotheke {
        width: 100%;
        margin: 0 0 20px;
    }
}



/* Eigenschaften auf Smartphones */
@media (max-width: 767px){
	.navbar a {
	    font-size: 25px;
	    line-height: 1.5em;	
	}
	.text-small {
	    font-size: 12px!important;
	    line-height: 14px!important;
	}
	a.navbar-brand img {
	    max-width: 245px!important;
	}
	.menue-icon,
	.menue-icon.open,
	.menue-icon:hover{
	    width: 70px;
	    height: 25px;
		margin-top: -20px!important;
	}
	.menue-icon.open {
	    width: 70px;
	    height: 24px;
		padding-top: 20px!important;

	}
	button.navbar-toggler {
	    top: 48px;
		padding-left: 40px;}
	
	
	.R2 {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #6f6e64;
}


.R3 {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    position: absolute;
    top: 0;
    right: 0;
    border: 2px solid #6f6e64;
}
	
	
	
	
	
	
	#kalender {
            width: 100%;
            margin: 4%;
            padding: 0%;
            border-top: 1px solid black;
            display: flex;
            flex-wrap: wrap;
        }

        #datum {
            width: 40%;
            margin-right: 8px;
			padding-right: 0px;
			padding-bottom: 0px;
			margin-right: 30px;
        }

        #datum span {
	font-family: BricolageGrotesque_24pt_Condensed-ExtraBold, Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 80px;
	line-height: 50px;
	color:#000000;
        }

        #veranstaltungen {
            width: 100%;
            padding-left: 0px;
			padding-top: 7px;
			padding-right: 30px;
			padding-bottom: 30px;
			margin-right: 30px;

        }

        #veranstaltungen span {
            font-family: BricolageGrotesque_24pt_Condensed-ExtraBold, Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 32px;
	line-height: 32px;
	color:#000000; Ändern Sie die gewünschte Schriftfamilie für Veranstaltungen */
        }

        #bild {
            width: 100%;
            height: 400px;
			padding-top: 7px;
			margin-top: 13px;
        }
	
	
	h1{
	font-family: BricolageGrotesque_24pt-ExtraLight, Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 40px;
	line-height: 50px;
	color:#000000;
}
	
}