/* Version 1.1.3 */
html, body {background-color: #c57d61}
/* Include the Verdana font */
@font-face {
  font-family: "Verdana";
  src: local("Verdana"), local("Verdana-Regular"), url(assets/fonts/Verdana-Bold.woff) format("woff");
}
/* Definitions */
/* Set Standard Font */
body {
  font: 100% Verdana, sans-serif;
  color: #000000;
}

h1 {
  color: #fff;
  font-size: 34px;
  line-height: 34px;
  font-weight: bold;
}

h2 {
  color: #fff;
  font-size: 34px;
  line-height: 34px;
  font-weight: bold;
}

h3 {
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  font-weight: normal;
}

h4 {
  color: #666666;
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
}

p {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
}

.center{
  text-align: center;
}
 .max800{max-width: 800px}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 28px;
  }

  h2 {
    font-size: 26px;
    line-height: 26px;
  }

  h3 {
    font-size: 17px;
    line-height: 19px;
  }

  h4 {
    font-size: 15px;
    line-height: 17px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 479px) {
  table {
    font-size: 13px;
    line-height: 18px;
  }
}
a, a:visited, a:hover, a:active {
  color: #000000;
  text-decoration: none;
}

.navbar {
  background-color: #ff0000;
}

.bg-gray {
  background-color: #cccccc;
}

.bg-white {
  background-color: #ffffff;
}

.logo-container {
  width: 200px;
  text-align: center;
}

.logo {
  max-height: 106px;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.grusswort img {
  max-height: 100px;
}

.hamburger-menu {
  height: 0;
}

.btn-action {
  max-width: 250px !important;
  height: auto;
}

#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}

#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
  background-color: red;
}

#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
  background-color: red;
}

#menu__toggle:checked ~ .menu__box {
  right: 0 !important;
}

.menu__btn {
  position: relative;
  right: 0;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 9999;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition-duration: 0.25s;
}

.menu__btn > span::before {
  content: "";
  top: -8px;
}

.menu__btn > span::after {
  content: "";
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #ECEFF1;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  transition-duration: 0.25s;
  z-index: 9998;
}

.menu__item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: 0.25s;
}

.menu__item:hover {
  background-color: #CFD8DC;
}

#table-messe img {
  max-height: 30px;
}
#table-messe td:nth-child(3) {
  width: 60px;
  text-align: center;
}

.separator {
  margin-top: 20px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #666666;
}

/*# sourceMappingURL=style.css.map */
