/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
#g-page-surround::before, #g-page-surround::after {
  border-width: 0px !important;
}
#g-page-surround {
  background: url('../images/wood.jpg') no-repeat top left fixed #620404;
  background-size: cover;
}
ul, ol, dl {
  margin-top: 1rem;
}
.fa-4x {
  font-size: 0.8em;
  padding: 0 0.2rem;
  top: -2px;
  position: relative;
}
.g-logo img {
  padding-right: 0rem;
  width: 350px;
}
.page-header h2 {
  color: #620404;
  font-family: "UnifrakturMaguntia", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 2.6rem;
  line-height: 1.15;
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding-bottom: 0.5rem;
}
h1, h2, h3, h4, h5 {
  margin: 0.5rem 0 0.75rem 0;
  color: #620404;
}
.uk-h5 {
  font-size: 1.6rem;
  text-align: center;
}
.uk-overlay-panel {
  padding: 10px !important;
}
.uk-overlay-background {
  background: rgba(255, 255, 255, 0.9) !important;
  color: #620404 !important;
}
h3.g-title {
  font-size: 2rem;
  font-family: "UnifrakturMaguntia", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  text-transform: none !important;
  display: inline-block;
  line-height: 0.5;
  color: #620404;
}
#g-top .sprache .g-content {
  margin: 0 0.625rem -5rem;
  padding: 0.2rem 0.938rem 0rem;
  position: relative;
  z-index: 2;
}
#g-slideshow .g-container {
  width: 100%;
}
#g-showcase {
  padding: 0rem;
}
#g-showcase p {
  margin: 0px;
}
#g-expanded {
  padding: 0;
}
#g-expanded .g-container {
  background: rgba(255, 255, 255, 0.9);
}
#g-bottom {
  padding: 0;
}
#g-bottom .g-container {
  background: #620404;
}
#g-bottom p {
  margin: 0;
  line-height: 1.8;
}
#g-bottom a {
  color: #ffffff;
  text-decoration: underline;
}
#g-bottom a:hover {
  color: #bf3939;
  text-decoration: underline;
}
#g-footer {
  padding: 0 0 2rem 0;
}
/* Menü Leiste anpassen */
#g-navigation {
  padding: 0.2rem 0;
  border-bottom: 8px double #620404;
  border-top: 8px double #620404;
}
#g-navigation .g-container .g-block > .g-content, #g-top .g-content {
  margin: 0;
}
#g-navigation .g-main-nav .g-toplevel > li {
  margin: 0 1.8rem;
}
#g-navigation .g-main-nav {
  margin-top: 0rem;
}
@media (min-width: 1025px) {
  #g-navigation .g-main-nav .g-toplevel > li .g-menu-item-container {
    font-size: 1.1rem;
  }
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #620404;
}
#g-navigation .g-main-nav .g-toplevel > li.active .g-menu-item-container {
  color: #bf3939;
}
#g-navigation .g-main-nav .g-toplevel > li:hover .g-menu-item-container {
  color: #bf3939;
}
/* Footer Navigation anpassen */
.g-main-nav .g-toplevel > li .g-menu-item-container, .g-main-nav .g-sublevel > li .g-menu-item-container {
  padding-right: 30px;
  font-size: 1rem;
  font-weight: 600;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}
/* Mobile Menü anpassen (Menüpunkt größer, Breite der Offcanvas Menüs
etc.*/
.g-offcanvas-toggle {
  color: white;
  font-size: 2.5rem;
  line-height: 30px;
  text-align: center;
}
#g-offcanvas {
  width: 15rem;
}
@media (max-width: 767px) {
  #g-navigation {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .g-logo {
    font-size: 3rem !important;
    padding-top: 20px !important;
  }
}
/* Anpassung Wetter Plugin */
.flatWeatherPlugin div.wiToday > p.wiTemperature {
  font-size: 3.2rem;
}
.flatWeatherPlugin .wiToday .wiIconGroup div.wi {
  font-size: 3.2rem;
}
.flatWeatherPlugin .wiToday > .wiIconGroup p {
  font-size: 1rem;
  padding-bottom: 10px;
}
.flatWeatherPlugin h2 {
  font-family: "UnifrakturMaguntia", "Helvetica";
  color: #620404;
  font-size: 2rem;
}
.wiForecasts {
  font-size: 0.8rem;
}
.flatWeatherPlugin ul.wiForecasts li > span {
  width: 32%;
}
.flatWeatherPlugin ul.wiForecasts ul.wiForecast {
  width: 68%;
}
@media (min-width: 481px) and (max-width: 1024px) and (orientation: portrait) {
  .flatWeatherPlugin div.wiToday > p.wiTemperature {
    font-size: 2.2rem;
  }
  .flatWeatherPlugin .wiToday .wiIconGroup div.wi {
    font-size: 2.2rem;
  }
  .flatWeatherPlugin .wiToday > .wiIconGroup p {
    font-size: 0.8rem;
    padding-bottom: 10px;
  }
  .flatWeatherPlugin ul.wiForecasts li > span {
    width: 75%;
  }
  .flatWeatherPlugin ul.wiForecasts ul.wiForecast {
    width: 25%;
  }
  .flatWeatherPlugin ul.wiForecasts ul.wiForecast li {
    width: 100%;
  }
  .flatWeatherPlugin ul.wiForecasts ul.wiForecast li.wiMax {
    display: none;
  }
  .flatWeatherPlugin ul.wiForecasts ul.wiForecast li.wiMin {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .flatWeatherPlugin ul.wiForecasts li > span {
    width: 50%;
  }
  .flatWeatherPlugin ul.wiForecasts ul.wiForecast {
    width: 50%;
  }
  .flatWeatherPlugin ul.wiForecasts ul.wiForecast li {
    width: 50%;
  }
  .flatWeatherPlugin ul.wiForecasts ul.wiForecast li.wiMin {
    display: none;
  }
}
/* RS-FORM Anpassen */
input[type="radio"] {
  margin-right: 10px !important;
}
.rsform-calendar-box {
  max-width: 70% !important;
}
input[type="radio"] {
  margin: 0px 7px 0px 1px;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  padding: 0px;
}
input[type="checkbox"] {
  margin: 0px 7px 0px 1px;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  padding: 0px;
}
.uk-button-primary {
  background-color: #620404 !important;
  color: #fff;
  border-color: transparent !important;
}
.uk-button-primary:focus, .uk-button-primary:hover {
  background-color: #bf3939 !important;
  color: #fff;
  border-color: transparent !important;
}
.uk-button-danger {
  background-color: #bf3939 !important;
  color: #fff;
  border-color: transparent !important;
}
.uk-button-danger:focus, .uk-button-danger:hover {
  background-color: #620404 !important;
  color: #fff;
  border-color: transparent !important;
}
.wa-label {
  padding-right: 20px;
}
/* Sprachmodul */
.mod-languages {
  text-align: right;
  padding-top: 10px;
}
/* Cookies Accept Einstellungen */
#ca_banner a {
  font-family: Tahoma, Geneva, sans-serif !important;
  font-weight: 500 !important;
  color: #8d4618 !important;
}
#ca_banner h2 {
  font-family: Tahoma, Geneva, sans-serif !important;
  font-size: 0.8em !important;
  font-weight: 500 !important;
}
#ca_banner p {
  font-family: Tahoma, Geneva, sans-serif !important;
  font-size: 0.6em !important;
  font-weight: 300 !important;
}
#ca_banner .accept {
  font-family: Tahoma, Geneva, sans-serif !important;
  font-size: 0.7em !important;
  font-weight: 500 !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 480px) {
  #ca_banner {
    min-height: 140px;
  }
}
@media (min-width: 481px) and (max-width: 680px) {
  #ca_banner {
    min-height: 100px;
  }
}
@media (min-width: 681px) {
  #ca_banner {
    min-height: 100px;
  }
}
#ca_banner .accept {
  background: #8d4618 linear-gradient(#8d4618 0%, #9a5e36 100%) repeat scroll 0 0 !important;
  text-shadow: 1px 1px 0 #8d4618 !important;
}
#ca_banner .infoplus {
  text-decoration: none !important;
  font-size: 1.2em !important;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .page-header h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.8rem;
  }
  h5 {
    font-size: 1.6rem;
  }
  .g-logo img {
    padding-right: 0rem;
  }
  #g-navigation .g-container .g-block.topmenu > .g-content {
    margin: 2.9rem 0.8rem 0.625rem;
    padding: 0.5rem 0rem;
  }
  #g-navigation .g-main-nav .g-toplevel > li {
    margin: 0 0.9rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-header h2 {
    font-size: 2.2rem;
    line-height: 1.4;
  }
  h3 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  h3.g-title {
    font-size: 1.4rem;
  }
  .g-logo img {
    padding-right: 0rem;
  }
  #g-expanded #txtjQcal5_0, #g-expanded #txtjQcal5_1 {
    width: 60%;
  }
  #g-navigation .g-main-nav .g-toplevel > li {
    margin: 0 2rem;
  }
  #g-navigation .g-container .g-block.topmenu > .g-content {
    margin: 0.625rem 2.6rem 0.625rem;
    padding: 0.2rem 0rem;
  }
  #g-navigation .g-main-nav .g-toplevel > li .g-menu-item-container {
    line-height: 2.3rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .g-logo img {
    padding: 2rem 1rem 0rem;
    width: 100%;
  }
  #g-navigation .g-container .g-block:first-child > .g-content {
    margin-left: 0rem;
    padding-left: 0;
  }
  .page-header h2 {
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.3;
  }
  h3 {
    font-size: 1.9rem;
    text-align: center;
    line-height: 2.5rem;
  }
  h4 {
    font-size: 1.7rem;
  }
  h5 {
    font-size: 1.5rem;
  }
  #g-top .sprache-mobil .mod-languages {
    text-align: center !important;
    padding-top: 0px;
  }
  #g-mainbar p {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .spalte-links, .spalte-30 {
    width: 100%;
    float: none;
    clear: float;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    border-right: none !important;
  }
  .spalte-rechts, .spalte-70 {
    width: 100%;
    float: none;
    clear: float;
    margin: 0px 0px 10px;
  }
  .bilder-links {
    clear: left;
    float: none;
    display: block;
    margin: 0px auto 10px;
    max-width: 100%;
  }
  .bilder-rechts {
    clear: right;
    float: none;
    display: block;
    margin: 0px auto 10px;
    max-width: 100%;
  }
  #g-footer .g-content {
    padding: 0rem 0.938rem 0 0.938rem;
  }
}
@media only screen and (max-width: 480px) {
  .g-logo img {
    padding: 2rem 1rem 0rem;
    width: 100%;
  }
  #g-top .sprache-mobil .mod-languages {
    text-align: center !important;
    padding-top: 0px;
  }
  #g-navigation .g-container .g-block:first-child > .g-content {
    margin-left: 0rem;
    padding-left: 0;
  }
  #g-mainbar p {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .page-header h2 {
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.3;
  }
  h3 {
    font-size: 1.8rem;
    text-align: center;
    line-height: 2.6rem;
  }
  h4 {
    font-size: 1.6rem;
    line-height: 2.3rem;
    text-align: center;
  }
  h5 {
    font-size: 1.4rem;
  }
  #txtjQcal5_0, #txtjQcal5_1 {
    width: 70%;
  }
  .spalte-links, .spalte-30 {
    width: 100%;
    float: none;
    clear: float;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    border-right: none !important;
  }
  .spalte-rechts, .spalte-70 {
    width: 100%;
    float: none;
    clear: float;
    margin: 0px 0px 10px;
  }
  .bilder-links {
    clear: left;
    float: none;
    display: block;
    margin: 0px auto 10px;
    max-width: 100%;
  }
  .bilder-rechts {
    clear: right;
    float: none;
    display: block;
    margin: 0px auto 10px;
    max-width: 100%;
  }
  #g-footer .g-content {
    padding: 0rem 0.938rem 0 0.938rem;
  }
}
/*# sourceMappingURL=custom_9.css.map */