html, body {
  font-size:100%;
  height:100%;
  line-height:1.3;
  color:#444;
}

body {
  font-size:16px;
  min-height:100vh;
  display:flex;
  flex-direction:column;
}

p {
  padding:0;
  margin:0;
}

ul {
  padding-left:20px;
  margin:0;
}

li {
  padding:0 0 6px 0;
}

.fa-bars {
  color:white;
}

.cursor {
    cursor:pointer;
}

.top-panel {
  text-align:center;
  padding:10px 10px;
  margin-bottom:20px !important;
  background-color:#f6e3ce;
  border-bottom:1px solid #ddd;;
}

.top-panel a {
  font-size:16px;
  color:black;
  font-weight: bold;
  text-decoration:none;
  font-family:Lato;
  display:inline-block;
}


.top-panel a.icon {
  background-color:#aaa;
  float:left;
  position:relative;
}

#navMenu {
  margin-top:46px;
  background-color:#f1f1f1;
  border-top:1px solid #ddd;
  font-size:18px;
}

.menu-item {
  font-size:16px;
  color: black;
  font-weight: 600;
  font-family: Lato;
  display: inline-block;
  border:0;
}

.menu-item:hover {
  color:#848484;
}

.menu-item-padding {
  padding:6px 16px;
}

.sub-menu-header {
  color:white;
  font-size:1.05rem;
  max-width:550px;
  margin:auto;
  border-top:1px solid #dbdbdb;
}

.header-sub-pages,
.footer-sub-pages {
  padding-right:20px;
  border:0;
  white-space:nowrap;
  line-height:2rem;
  font-size:14px;
}
.footer-sub-pages:hover,
.current {
  color:#848484;
}

a.menu-item-selected {
  color:#848484;
  cursor:default;
}

a.menu-item-selected:hover {
  text-decoration:none;
}

.contact-info {
  font-family:Lato,sans-serif;
  line-height:1.6rem;
  font-size:16px !important;
}

h3 a {
  font-weight:400;
}

a {
  text-decoration:none;
  border-bottom:1px solid black;
}

#id_page_content a {
  border-bottom:1px solid black;
}

#id_page_content a:hover {
  color:black;
}

.language-chooser span {
  white-space:nowrap;
}

footer {
  padding:0 0 30px 0;
  border-top:1px solid #bbb;
  border-bottom:1px solid #bbb;
  margin:20px 0 auto 0;
  color:#222;
  background-color:#f8f8f8;
  background-color:#f6e3ce;
  height:100%;
}

footer .footer-middle img {
  width:110% !important;
}

footer .footer-middle a {
  border:0;
}

footer a {
  color:black;
  font-weight:450;
}

footer .w3-third {
  padding-top:30px;
}

h3 {
  margin:5px 0 0 0 !important;
  padding-bottom:5px;
}

h1, h2, h3, h4, h6 {
  font-family:Lato;
  font-weight:600;
}

h1 {
  font-family:Lato;
  font-weight:300;
}

h2 {
  color:#1f6357;
  text-align:center;
}

h3 {
  font-size:120%;
  margin: 10px 0 0 0;
}

h4 {
  font-size:110%;
  font-weight:500;
  margin: 10px 0 0 0;
}

.w3-content {
  max-width:800px;
}

.w3-button {
  padding:6px 14px;
}

.modal-anreise,
.modal-anreise img {
  width:600px !important;
}

/* Image menu */

.menu-image-wrapper {
  width:100%;
  max-width:250px;
  display:inline-block;
  margin:10px 12px 10px 0px;
}

.menu-images-wrapper a {
  border-bottom:0 !important;
  color:#565656;
}

.menu-image-wrapper:hover {
  opacity:0.7;
}

.menu-image {
  padding:0;
}

/* Scroll to top */

.scroll-to-top {
  position: relative;
}
.scroll-to-top span {
  color:#c4c4c4;
}

.btn-position {
  position: fixed;
  bottom: 40px;
  right: 25px;
  z-index: 20;
}

.btn-style {
  border: 2px solid #c4c4c4;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  color: white;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}

@media only screen and (max-width:479px) {
  .menu-item {
    padding-top:12px;
  }
  .sub-menu-header {
    color:white;
    margin:auto;
    border-top:1px solid grey;
  }

  #id_page_content {
    margin-top:0px;
  }
  .btn-position {
    position:fixed;
    bottom:20px;
    right:10px;
    z-index:20;
  }
  .top-panel {
    padding:0;
  }
  .top-panel a {
    font-size:18px;
  }
  .menu-image-wrapper {
    width:100%;
    max-width:280px;
    height:230px;
    display:inline-block;
    margin:12px 0px 12px 0px;
  }
  .menu-image-wrapper header {
    font-weight:500;
  }
  .menu-image img {
    max-width:250px;
    max-height:180px;
  }
  .footer-middle {
    width:100%;
  }
}

