.btn{
	height: auto;
}
body{
    font-family: 'Titillium Web', sans-serif;
}
label{
    width: 100%;
}
label::after{
    content: "\A";
    white-space: pre;
    padding: 4px;
}
main{
    min-height: 75vh;
}

span.pflicht {
    color: red;
}

.hide{
    opacity: 0;
    height: 0;
}


.controls {
    margin: 0 5px;
    box-shadow: 0 0px 8px 0 rgb(23, 22, 19);
    padding:10px;
    margin-bottom: -10px;
}

.controls form {
    display: inline;
}

body {
    background-color: rgba(250, 214, 0, 0.12);
}

.item,.comments {
    box-shadow: 0 0px 8px 0 rgba(0,0,0,0.3);
    transition: 0.3s;
    background-color: white;
    animation-duration: 1.5s;
    padding: 5px;
    margin-top: 7px;
}
.singe.overview{
    border-bottom: 1px solid #00000063;
}
/*
*Header Design
*/
#schriftlogi {
    font-size: 1.7em;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,2.4));
    font-family: 'Titillium Web', sans-serif;
}
.logoschrift {
    margin-bottom: 0px;
    font-weight: 700;
}
#logobild img {
    width: 7em;
    padding-top: 2.8em;
    padding-right: 2em;
}
#logoContainer {
    color: white;
    font-family: 'Titillium Web', sans-serif;
    display: flex;
    margin-top: -2em;
}

#subseite {
    animation-duration: 3s;
    z-index: 15;
    position: absolute;
    top: 2em;
    left: 15px;
    transition: all 1s ease;
}

.nodeco {
    text-decoration: none;
    color: black;
}
#gemeinde {
    background-color: #54a026 !important;
}
#tourist {
    background-color: #A82846;
}
#brauchtum {
    background-color: #234F76;
}
.topKarte {
    margin: 2em;
    padding: 1em;
    background-color: #757575;
    color: white;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    padding-top: 4em;
}
#topBild {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 30vh;
    background-color: blue;
    background-image: url(https://www.lambrecht-pfalz.de/bilder/lambrecht900a.jpg);
    background-size: cover;
    border-bottom-right-radius: 45%;
    margin-bottom: 5px;
    border-bottom: 2px solid #550c0e;
    background-position: bottom;
    min-height: 16em;
    margin-bottom: 10px;
}
@media (max-width:662px){
	h1.logoschrift.logohaupt {
    font-size: 7.5vw;
	}
	.logoschrift {
    margin-bottom: 0px;
    font-size: 3.5vw;
	}
	#logobild img {
    width: 30vw;
    padding-top: 2.8vw;
    padding-right: 2em;
    max-width: 144px;
	}
	#logoContainer{
	margin-top: 3.5em;
	}
}
@media (max-width:580px){
	.topKarte {
	margin-left: 0px;
    margin-right: 0px;
	}
}
@media (max-width:390px){
	#subseite {
	font-size:4vw;
	margin-left:1vw;
	}

}
/*
* Footer
*/

#footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
}
#footer {
    min-height: 10vh;
    width: 100%;
    background-image: url(https://www.lambrecht-pfalz.de/bilder/lambrecht900b.jpg);
    background-size: cover;
    position: relative;
    bottom: 0px;
    right: 0px;
    border-top: 2px solid #5e191a;
    flex-wrap: wrap;
   margin-top: 10px;
}
.footer_item {
    background-color: rgba(0, 0, 0, 0.42);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    flex: 1 2 20px;
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/

.controls_area form {
    display: inline;
}
/**
Print
**/
@media print {
    .controls_area {
    display: none;
    }
    form {
    display: none;
    }
    .card, .card-panel {
    background-color: white !important;
    color: black !important;
    }
    #comments {
        background-color: white !important;
    }
    h3{
        display: none;
    }
    #goHome{
        display: none;
    }
    header{
        display: none;
    }
    footer{
        display: none;
    }
    #contact_box{
        margin-top: 0 !important;
    }
    .hide-print{
        display: none;
    }
}

select {
    display: block !important;
    margin-top: 30px !important;
    margin-left: 3rem !important;
    width: calc(100% - 3rem) !important;
}
