html,
body {
    width: 100%;
}

body>div {
    width: 100%;
}

.hf-bar {
    position: fixed;
    left: 0;
    border: solid black 0.5px;
    border-left: none;
    border-right: none;
    box-shadow: black 0 0 5px 0;
    padding: 0px 30px;
}

#HEAD {
    top: 0;
    height: 70px;
    background: linear-gradient(to bottom, rgb(243, 235, 40), rgb(238, 237, 236));
    /* background: linear-gradient(to bottom, rgb(243, 235, 40), #EFECB3); */
}

#head-logo, .head-logo {
    width: 200px;
    height: 100%;
    background: url('../images/logo_vec.png') no-repeat;
    background-position: center;
    background-size: contain;
}
.head-logo {
	height: 110px;
	width: 400px;
}
.hl_ctr {
 	background:linear-gradient(to bottom, rgb(243, 235, 40, 0.6), rgb(238, 237, 236, 0.8)); 
  	border-radius: 25px;
  	height: 140px;
}

#FOOT {
    bottom: 0px;
    height: 40px;
    background-color: white;
}

#BODY {
    height: calc(100% - 110px);
    position: absolute;
    top: 70px;
}


/* #BODY::after  */

.content::after {
    content: "";
    background: url('../images/platz_background.jpg') no-repeat;
    background-position: top;
    background-size: cover;
    opacity: 10%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -1;
}

#body-content {
    height: 100%;
    overflow: auto;
}
center
{
    height:100%;
}

#impressum {
    float: right;
    height: 100%;
    padding-top: 5px;
}
#impressum-content
{
    width: 90%;
    max-width: 1300px;
}
#impressum-content ul
{
    width: 360px;
    text-align: left;
}

#navbar {
    width: calc(100% - 215px);
    position: fixed;
    top: 0;
    left: 230px;
    text-align: center;
    font-size: 19px;
    height: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav-item.clicked {
    font-weight: bold;
}

#corona-info {
    background: rgb(243, 235, 40, 0.6);
    padding: 10px 0px;
    border-radius: 35px;
    font-size: 20px;
    width: 800px;
}

.attention-news {
    padding-top: 40px;
}

#corona-info a {
    color: #0056b3;
    margin-left: 50px;
    font-weight: bold;
}

tr td:first-child {
    text-align: right;
    padding-right: 50px;
}

.content {
    padding: 60px;
    max-width: 1300px;
    max-width: 90%;
    color: black;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 18px;
}
#home-content
{
    color:#666;
    font-size: 22px;
    font-weight: 700;
}

.link {
    cursor: pointer;
}
#corona-info .link
{
    margin-left: 0;
    font-weight: normal;
}

.link:hover {
    text-decoration: underline !important;
}

#cars {
    background-color: #f4f4f4;
    height: 100%;
    display: flex;
}

iframe {
    width: 100%;
    height: 100%;
}

.content h4
{
    font-weight: 600;
}
.content h3
{
    font-weight: 700;
}
.content h3, .content h4
{
    margin-bottom: 30px;
}

.logo
{
    height: 100%;
    padding: 5px;
    display: inline-block;
}
.logo img
{
    height: 100%;
    width: auto;
}

#copyright
{
    margin-right: 30px;
}

a.phone::before
{
    content:"\2706";
}
a.mail::before
{
    content:"\40";
}
a.phone::before, a.mail::before
{
    padding-right: 7px;
    font-weight: bold;
    font-size: 25px;
    color: black;
}

.half-grid
{
    display: flow-root;
    margin-bottom: 20px;
}
.half-grid p
{
    width: 45%;
    min-width: 350px;
    max-width: 500px !important;
    margin:2%;
}
.half-grid p:nth-child(2n+1)
{
    float: left;
}
.half-grid p:nth-child(2n)
{
    float: right;
}

#home-content p
{
    max-width:900px;
    margin-bottom: 50px;
}
#home-content>p:first-child
{
  font-size:150%;
}
#service-content p
{
    margin-bottom: 50px;
}

.flap-list 
{
    max-width: 600px;
    text-align: left;
    background-color: lightgray;
    padding: 10px 40px;
}
.flap-list li
{
    margin: 10px 0;
    padding-left: 10px;
}
.flap-list li::marker
{
    content:"+";
    font-weight: bold;
}
.flap-list li span:hover
{
    text-decoration: underline;
    cursor: pointer;
}
.flap-list .fl-content
{
    display: none;
    font-weight: 500;
    margin-bottom: 20px;
}
.flap-list li.clicked::marker
{
    content:"-";
    font-weight: bold;
}
.flap-list li.clicked .fl-content
{
    display: block;
}
.flap-list .fl-content, .flap-list .fl-content img
{
    padding-top: 20px;
}
.flap-list .fl-content img
{
    width: 100%;
}

.von-wo
{
    font-weight: bold;
}
.von-wo.head
{
    text-decoration: underline;
    font-size: 20px;
}

img
{
    width: 100%;
    height: auto;
}

#anreise-content h4
{
    margin-top: 60px;
}
#service-content .more-info
{
    font-weight: normal;
    font-size: smaller;
    position: relative;
    top: -30px;
}

.black
{
    color: black;
}

#history-content
{
    max-width: 1200px;
}
#history-content p
{
    margin-bottom: 30px;
    margin-top: 20px;
}

a.ext-link::after
{
    content:"";
    background: url(../images/link-icon.svg);
    width: 1.5rem;
    display: inline-block;
    height: 1.5rem;
    background-size: contain;
    margin-left: 10px;
}