/* Variablen */
/* Mixins */
/* SCSS */
* {
  box-sizing: border-box;
}
html.dark {
  color-scheme: dark;
}
body {
  margin: 0px;
  padding: 0px;
  max-width: 100vw;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 17px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.75);
}
html.dark body {
  color: #CCC;
  background-color: #202020;
}
@media only screen and (max-width: 639px) {
  body {
    font-size: 18px;
  }
}
.headline p {
  margin: 0px;
}
.CMS_LINK_EDIT img, .CMS_LINK_SAVE img {
  float: none !important;
  padding: 0px !important;
  border: 0px none !important;
}
a {
  color: #000;
}
html.dark a {
  color: #CCC;
}
a img {
  border: 0px none;
}
img {
  pointer-events: none;
}
html.dark hr {
  border: 1px solid white;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.message, .error {
  margin: 20px 0px;
  padding: 8px;
  overflow: hidden;
  font-weight: bold;
  text-align: center;
}
.message {
  color: #0C0;
  background-color: rgba(0, 196, 0, 0.25);
  border: 1px solid #0C0;
}
.error {
  color: #F00;
  background-color: rgba(255, 0, 0, 0.25);
  border: 1px solid #F00;
}
.red {
  font-weight: bold;
  color: #855748 !important;
}
@media only screen and (max-width: 767px) {
  .red {
    color: orange !important;
  }
}
div.video {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
}
div.video svg {
  width: 60px;
  height: 100%;
}
div.video svg .ytp-large-play-button-bg {
  transition: fill 0.5s ease;
}
@media only screen and (max-width: 767px) {
  div.video svg .ytp-large-play-button-bg {
    fill: #F00;
  }
}
div.video:hover svg .ytp-large-play-button-bg {
  fill: #F00;
}
#CenterAll, .centerAll {
  margin: 0px auto;
  padding: 0px 4px;
  width: 100%;
  max-width: 1300px;
}
#DarkBackground {
  display: none;
  position: fixed;
  z-index: 3;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url("../images/ajax-loader.gif") center center no-repeat rgba(32, 32, 32, 0.75);
}
#ImageWindow {
  display: none;
  position: fixed;
  z-index: 210;
  margin-left: 0px;
  margin-top: 0px;
  left: 50%;
  top: 50%;
  background-color: white;
  border: 8px solid #FFF;
  -webkit-box-shadow: 0px 0px 30px white, 0px 0px 20px white;
  -moz-box-shadow: 0px 0px 30px white, 0px 0px 20px white;
  -ms-box-shadow: 0px 0px 30px white, 0px 0px 20px white;
  -o-box-shadow: 0px 0px 30px white, 0px 0px 20px white;
  box-shadow: 0px 0px 30px white, 0px 0px 20px white;
}
html.dark #ImageWindow {
  background-color: #202020;
  border: 8px solid darkgray;
  -webkit-box-shadow: 0px 0px 30px gray, 0px 0px 20px gray;
  -moz-box-shadow: 0px 0px 30px gray, 0px 0px 20px gray;
  -ms-box-shadow: 0px 0px 30px gray, 0px 0px 20px gray;
  -o-box-shadow: 0px 0px 30px gray, 0px 0px 20px gray;
  box-shadow: 0px 0px 30px gray, 0px 0px 20px gray;
}
@media only screen and (max-width: 1023px) {
  #ImageWindow #Image {
    text-align: center;
  }
}
#ImageWindow #Image img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  #ImageWindow #Image img {
    vertical-align: middle;
  }
}
html.dark #ImageWindow #Image img {
  filter: brightness(90%);
}
@media only screen and (max-width: 1023px) {
  #ImageWindow {
    position: fixed;
    margin: 0px !important;
    left: 0px !important;
    top: 0px !important;
    width: 100vw !important;
    min-height: 100vh !important;
    overflow: auto;
  }
}
#ImageWindow #ClosePopup {
  position: absolute;
  top: -22px;
  right: -22px;
  z-index: 220;
}
@media only screen and (max-width: 1023px) {
  #ImageWindow #ClosePopup {
    position: fixed;
    padding: 8px;
    top: 0px;
    right: 0px;
  }
}
#FullscreenImage {
  display: none;
  position: fixed;
  z-index: 210;
  width: 100%;
  height: 100vh;
  text-align: center;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#FullscreenImage #CloseFullscreenImage, #FullscreenImage #PrevImage, #FullscreenImage #NextImage {
  position: absolute;
  z-index: 1;
  width: 48px;
  height: 48px;
  background-size: contain;
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=0.6);
  transition: all 0.2s ease 0s;
}
#FullscreenImage #CloseFullscreenImage:hover, #FullscreenImage #PrevImage:hover, #FullscreenImage #NextImage:hover {
  opacity: 1;
  filter: alpha(opacity=1);
}
#FullscreenImage #CloseFullscreenImage {
  top: calc(1vh);
  right: calc(1vw);
  background-image: url("../images/ClosePopup.png");
}
#FullscreenImage #PrevImage, #FullscreenImage #NextImage {
  top: calc(50vh - 24px);
}
#FullscreenImage #PrevImage {
  left: calc(1vw);
  background-image: url("../images/PrevImage.png");
}
#FullscreenImage #NextImage {
  right: calc(1vw);
  background-image: url("../images/NextImage.png");
}
#FullscreenImage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hiddens {
  display: none;
}
/**** Overlays ****/
#Image {
  position: relative;
}
#Image #Overlay {
  padding: 24px 30px 24px 30px;
  height: 384px;
  background-image: url("../images/BgOverlay.png");
  background-position: center center;
  background-size: cover;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
}
html.dark #Image #Overlay {
  background-image: url("../images/BgOverlay-dark.png");
}
#Image #Overlay h3 {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  font-size: 30px;
  font-weight: 300;
  line-height: 34px;
}
#Image #Overlay p {
  margin: 10px 0px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  /*background-color: rgba(white, 0.5);*/
}
#Image #Overlay textarea {
  max-width: 100%;
  font-family: inherit;
  font-size: inherit;
}
#Image #Overlay #BewertungAbgeben img {
  pointer-events: all;
}
#Image #Overlay .bewerten {
  cursor: pointer;
}
#Image #Overlay a {
  display: inline-block;
  color: #000;
}
#Image #Overlay a.big {
  display: inline-block;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
}
#Image #Overlay .bottom {
  position: fixed;
  bottom: 24px;
}
@media only screen and (max-width: 559px) {
  #Image #Overlay .bottom {
    position: relative;
    bottom: 0px;
  }
}
#Image #Overlay input[type=button], #Image #Overlay input[type=submit] {
  padding: 10px 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
  background-color: #867330;
  border: 0px none;
  cursor: pointer;
}
#Image #AccountOverlay {
  padding: 38px 50px;
  height: 384px;
  /*324px;*/
  text-shadow: 0px 0px 2px #202020, 0px 0px 2px #202020;
  color: #FFF;
  background-image: url("../images/BgOverlay.png");
  background-position: center center;
  background-size: cover;
}
html.dark #Image #AccountOverlay {
  background-image: url("../images/BgOverlay-dark.png");
}
#Image #AccountOverlay #Caption {
  margin: 0px 0pc 20px 0px;
  padding: 0px;
  font-size: 30px;
  font-weight: bold;
  /*text-transform: uppercase;*/
}
#Image #AccountOverlay #Text {
  margin: 20px 0px;
}
#Image #AccountOverlay strong {
  font-size: 20px;
  /*font-weight: normal;*/
  line-height: 28px;
  /*text-transform: uppercase;*/
}
#Image #AccountOverlay a {
  text-decoration: none;
  color: #FFF;
}
#Account, #AccountOverlay {
  margin-top: -1px;
}
#Account #Loginbox, #AccountOverlay #Loginbox {
  margin-top: -4px;
}
@media only screen and (max-width: 767px) {
  #Account #Loginbox, #AccountOverlay #Loginbox {
    margin: -3px 0px;
  }
}
#Account #Loginbox form, #AccountOverlay #Loginbox form {
  margin: 0px 0px 4px 0px;
}
@media only screen and (max-width: 767px) {
  #Account #Loginbox form, #AccountOverlay #Loginbox form {
    margin: 0px;
  }
}
#Account #Loginbox form div, #AccountOverlay #Loginbox form div {
  margin: 4px 0px;
}
#Account #Loginbox input[type=text], #Account #Loginbox input[type=password], #AccountOverlay #Loginbox input[type=text], #AccountOverlay #Loginbox input[type=password] {
  margin: 0px;
  padding: 0px 6px;
  width: 206px;
  font-family: inherit;
  font-size: inherit;
  line-height: 26px;
  color: #000 !important;
  background-color: rgba(255, 255, 255, 0.75) !important;
  border: 1px solid #AAA !important;
}
html.dark #Account #Loginbox input[type=text], html.dark #Account #Loginbox input[type=password], html.dark #AccountOverlay #Loginbox input[type=text], html.dark #AccountOverlay #Loginbox input[type=password] {
  color: #CCC !important;
  background-color: rgba(32, 32, 32, 0.75) !important;
  border: 1px solid #666 !important;
}
@media only screen and (max-width: 767px) {
  #Account #Loginbox input[type=text], #Account #Loginbox input[type=password], #AccountOverlay #Loginbox input[type=text], #AccountOverlay #Loginbox input[type=password] {
    height: 30px;
    width: 100%;
  }
}
#Account #Loginbox input[type=submit], #Account #Loginbox input[type=button], #AccountOverlay #Loginbox input[type=submit], #AccountOverlay #Loginbox input[type=button] {
  padding: 0px;
  height: 26px;
  font-weight: normal;
  color: #FFF;
  background-color: #754738;
  background-image: url("../images/button-bg.png");
  border: 0px none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #Account #Loginbox input[type=submit], #Account #Loginbox input[type=button], #AccountOverlay #Loginbox input[type=submit], #AccountOverlay #Loginbox input[type=button] {
    height: 32px;
    font-size: 16px;
  }
}
#Account #Loginbox input[type=submit], #AccountOverlay #Loginbox input[type=submit] {
  width: 92px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #Account #Loginbox input[type=submit], #AccountOverlay #Loginbox input[type=submit] {
    width: 44%;
  }
}
#Account #Loginbox input[type=button]#Registrieren, #AccountOverlay #Loginbox input[type=button]#Registrieren {
  width: 109px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #Account #Loginbox input[type=button]#Registrieren, #AccountOverlay #Loginbox input[type=button]#Registrieren {
    float: right;
    width: 55%;
  }
}
#Account #Loginbox input[type=button]#Vergessen, #AccountOverlay #Loginbox input[type=button]#Vergessen {
  width: 206px;
}
@media only screen and (max-width: 767px) {
  #Account #Loginbox input[type=button]#Vergessen, #AccountOverlay #Loginbox input[type=button]#Vergessen {
    width: 100%;
  }
}
#Account a, #AccountOverlay a {
  line-height: 17px;
}
/**** Header ****/
#Header {
  position: relative;
  height: calc(((100vw * 32) / 122) + 50px);
}
@media only screen and (max-width: 767px) {
  #Header {
    height: calc(((100vw * 48) / 122) + 50px);
  }
}
#Header #TopRow {
  position: fixed;
  top: 0px;
  width: 100%;
  height: calc(((100vw * 2.2) / 50) + 45px);
  z-index: 2;
  background-color: white;
  border-bottom: 1px solid white;
  -webkit-box-shadow: -2px 0px 10px rgba(32, 32, 32, 0.75);
  -moz-box-shadow: -2px 0px 10px rgba(32, 32, 32, 0.75);
  -ms-box-shadow: -2px 0px 10px rgba(32, 32, 32, 0.75);
  -o-box-shadow: -2px 0px 10px rgba(32, 32, 32, 0.75);
  box-shadow: -2px 0px 10px rgba(32, 32, 32, 0.75);
}
html.dark #Header #TopRow {
  background-color: #202020;
  border-bottom: 1px solid #202020;
}
@media only screen and (max-width: 767px) {
  #Header #TopRow {
    -webkit-box-shadow: -1px 0px 8px rgba(32, 32, 32, 0.5);
    -moz-box-shadow: -1px 0px 8px rgba(32, 32, 32, 0.5);
    -ms-box-shadow: -1px 0px 8px rgba(32, 32, 32, 0.5);
    -o-box-shadow: -1px 0px 8px rgba(32, 32, 32, 0.5);
    box-shadow: -1px 0px 8px rgba(32, 32, 32, 0.5);
  }
}
#Header #TopRow #Logo {
  position: absolute;
  top: 3px;
  height: calc(((100vw * 2.22) / 50) + 35px);
}
#Header #TopRow #Logo a {
  display: inline-block;
  height: inherit;
}
#Header #TopRow #Logo a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: inherit;
  border-radius: 12px;
}
html.dark #Header #TopRow #Logo a img.light {
  display: none;
}
#Header #TopRow #Logo a img html.dark {
  display: none;
}
html.dark #Header #TopRow #Logo a img html.dark {
  display: inline;
  filter: brightness(0.8);
}
#Header #TopRow #Logo a img:hover {
  filter: brightness(1.5) !important;
  background-color: rgba(85, 85, 85, 0.365);
  box-shadow: 0px 0px 18px 12px rgba(85, 85, 85, 0.4);
}
html.dark #Header #TopRow #Logo a img:hover {
  background-color: rgba(255, 255, 255, 0.365);
  box-shadow: 0px 0px 18px 12px rgba(255, 255, 255, 0.4);
}
#Header #TopRow #Navigation {
  float: right;
  margin-top: calc(((((100vw * 2.25) / 50) + 45px) / 2) - 12px);
}
#Header #TopRow #Navigation .navi {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  #Header #TopRow #Navigation .navi {
    display: none;
    position: absolute;
    z-index: -1;
    top: 100%;
    right: 0px;
    left: 0px;
    padding: 10px 0px 10px 0px;
    color: white;
    background-color: #754738;
    -webkit-box-shadow: 0px 2px 3px rgba(32, 32, 32, 0.4);
    -moz-box-shadow: 0px 2px 3px rgba(32, 32, 32, 0.4);
    -ms-box-shadow: 0px 2px 3px rgba(32, 32, 32, 0.4);
    -o-box-shadow: 0px 2px 3px rgba(32, 32, 32, 0.4);
    box-shadow: 0px 2px 3px rgba(32, 32, 32, 0.4);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.2s ease 0s;
  }
  #Header #TopRow #Navigation .navi.open {
    opacity: 1;
    filter: alpha(opacity=1);
  }
}
#Header #TopRow #Navigation .navi ul {
  margin: 0px;
  padding: 0px;
}
#Header #TopRow #Navigation .navi ul li {
  display: inline-block;
  position: relative;
  margin: 1px 12px 0px 0px;
  background-position: left bottom;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #Header #TopRow #Navigation .navi ul li {
    display: block;
    margin: 0px;
  }
}
#Header #TopRow #Navigation .navi ul li .button {
  min-width: 44px;
  height: 20px;
}
@media only screen and (max-width: 767px) {
  #Header #TopRow #Navigation .navi ul li .button {
    height: 36px;
  }
}
#Header #TopRow #Navigation .navi ul li.navi_normal a, #Header #TopRow #Navigation .navi ul li.navi_active a, #Header #TopRow #Navigation .navi ul li.admin div.button, #Header #TopRow #Navigation .navi ul li.account div.button, #Header #TopRow #Navigation .navi ul li.settings div.button {
  padding: 0px 4px 0px 4px;
  line-height: 20px;
  text-decoration: none;
  display: block;
}
@media only screen and (max-width: 767px) {
  #Header #TopRow #Navigation .navi ul li.navi_normal a, #Header #TopRow #Navigation .navi ul li.navi_active a, #Header #TopRow #Navigation .navi ul li.admin div.button, #Header #TopRow #Navigation .navi ul li.account div.button, #Header #TopRow #Navigation .navi ul li.settings div.button {
    padding: 8px;
    color: white;
    height: 36px;
  }
}
#Header #TopRow #Navigation .navi ul li.navi_normal a:hover, #Header #TopRow #Navigation .navi ul li.navi_normal a:focus, #Header #TopRow #Navigation .navi ul li.navi_active > a, #Header #TopRow #Navigation .navi ul li.navi_active > div.button, #Header #TopRow #Navigation .navi ul li.admin div.button:hover, #Header #TopRow #Navigation .navi ul li.admin div.button:focus, #Header #TopRow #Navigation .navi ul li.account div.button:hover, #Header #TopRow #Navigation .navi ul li.account div.button:focus, #Header #TopRow #Navigation .navi ul li.settings div.button:hover, #Header #TopRow #Navigation .navi ul li.settings div.button:focus {
  filter: brightness(1.5);
  text-shadow: 0px 0px 14px #555, 0px 0px 10px #555;
}
html.dark #Header #TopRow #Navigation .navi ul li.navi_normal a:hover, html.dark #Header #TopRow #Navigation .navi ul li.navi_normal a:focus, html.dark #Header #TopRow #Navigation .navi ul li.navi_active > a, html.dark #Header #TopRow #Navigation .navi ul li.navi_active > div.button, html.dark #Header #TopRow #Navigation .navi ul li.admin div.button:hover, html.dark #Header #TopRow #Navigation .navi ul li.admin div.button:focus, html.dark #Header #TopRow #Navigation .navi ul li.account div.button:hover, html.dark #Header #TopRow #Navigation .navi ul li.account div.button:focus, html.dark #Header #TopRow #Navigation .navi ul li.settings div.button:hover, html.dark #Header #TopRow #Navigation .navi ul li.settings div.button:focus {
  text-shadow: 0px 0px 14px #CCC, 0px 0px 10px #CCC;
}
#Header #TopRow #Navigation .navi ul li.navi_normal a:hover.red, #Header #TopRow #Navigation .navi ul li.navi_normal a:focus.red, #Header #TopRow #Navigation .navi ul li.navi_active > a.red, #Header #TopRow #Navigation .navi ul li.navi_active > div.button.red, #Header #TopRow #Navigation .navi ul li.admin div.button:hover.red, #Header #TopRow #Navigation .navi ul li.admin div.button:focus.red, #Header #TopRow #Navigation .navi ul li.account div.button:hover.red, #Header #TopRow #Navigation .navi ul li.account div.button:focus.red, #Header #TopRow #Navigation .navi ul li.settings div.button:hover.red, #Header #TopRow #Navigation .navi ul li.settings div.button:focus.red {
  text-shadow: 0px 0px 14px #754738, 0px 0px 10px #754738 !important;
}
@media only screen and (max-width: 767px) {
  #Header #TopRow #Navigation .navi ul li.navi_normal a:hover.red, #Header #TopRow #Navigation .navi ul li.navi_normal a:focus.red, #Header #TopRow #Navigation .navi ul li.navi_active > a.red, #Header #TopRow #Navigation .navi ul li.navi_active > div.button.red, #Header #TopRow #Navigation .navi ul li.admin div.button:hover.red, #Header #TopRow #Navigation .navi ul li.admin div.button:focus.red, #Header #TopRow #Navigation .navi ul li.account div.button:hover.red, #Header #TopRow #Navigation .navi ul li.account div.button:focus.red, #Header #TopRow #Navigation .navi ul li.settings div.button:hover.red, #Header #TopRow #Navigation .navi ul li.settings div.button:focus.red {
    text-shadow: 0px 0px 14px orange, 0px 0px 10px orange !important;
  }
}
#Header #TopRow #Navigation .navi ul li.settings {
  margin-bottom: -4px !important;
}
#Header #TopRow #Navigation .navi ul li.settings .button {
  min-width: 20px;
  background-image: url("../images/Zahnrad.png");
}
@media only screen and (max-width: 767px) {
  #Header #TopRow #Navigation .navi ul li.settings .button {
    margin-bottom: 0px;
    width: auto;
    height: auto;
    background-image: none;
  }
  #Header #TopRow #Navigation .navi ul li.settings .button:after {
    content: "Einstellungen";
  }
}
#Header #TopRow #Navigation .navi ul li.settings #Settings {
  margin-top: 4px;
}
#Header #TopRow #Navigation .navi ul li.settings #Settings label {
  line-height: 30px;
}
#Header #TopRow #Navigation .navi ul li:last-child {
  margin: 1px 0px 0px 0px;
}
#Header #TopRow #Navigation .navi ul li.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  #Header #TopRow #Navigation .navi ul li.mobile {
    display: block;
  }
}
#Header #TopRow #Navigation .navi ul .subnavi {
  display: none;
  position: absolute;
  z-index: 1;
  margin: calc(((((100vw * 2.25) / 50) + 45px) / 2) - 12px) 0px 0px -18px;
  padding: 0px 18px 10px 18px;
  left: 0px;
  white-space: nowrap;
  color: #754738;
  background-color: white;
  box-shadow: 3px 3px 4px rgba(32, 32, 32, 0.5);
  cursor: default;
}
html.dark #Header #TopRow #Navigation .navi ul .subnavi {
  color: #855748;
  background-color: #202020;
}
@media only screen and (max-width: 767px) {
  #Header #TopRow #Navigation .navi ul .subnavi {
    margin: 0px;
    padding: 8px;
    width: 100vw;
    -webkit-box-shadow: -2px 0px 10px rgba(32, 32, 32, 0.75);
    -moz-box-shadow: -2px 0px 10px rgba(32, 32, 32, 0.75);
    -ms-box-shadow: -2px 0px 10px rgba(32, 32, 32, 0.75);
    -o-box-shadow: -2px 0px 10px rgba(32, 32, 32, 0.75);
    box-shadow: -2px 0px 10px rgba(32, 32, 32, 0.75);
  }
}
#Header #TopRow #Navigation .navi ul .subnavi ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#Header #TopRow #Navigation .navi ul .subnavi ul li.navi_normal, #Header #TopRow #Navigation .navi ul .subnavi ul li.navi_active {
  display: block;
  margin-bottom: 8px;
}
#Header #TopRow #Navigation .navi ul .subnavi ul li.navi_normal:last-child, #Header #TopRow #Navigation .navi ul .subnavi ul li.navi_active:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  #Header #TopRow #Navigation .navi ul .subnavi ul li.navi_normal a, #Header #TopRow #Navigation .navi ul .subnavi ul li.navi_active a {
    color: black;
    height: 36px;
  }
  html.dark #Header #TopRow #Navigation .navi ul .subnavi ul li.navi_normal a, html.dark #Header #TopRow #Navigation .navi ul .subnavi ul li.navi_active a {
    color: white;
  }
}
#Header #TopRow #Navigation .navi ul .subnavi a, #Header #TopRow #Navigation .navi ul .subnavi strong {
  margin-bottom: 10px;
  text-decoration: none;
}
#Header #TopRow #Navigation .navi ul .subnavi a:last-child, #Header #TopRow #Navigation .navi ul .subnavi strong:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  #Header #TopRow #Navigation .navi ul .subnavi a, #Header #TopRow #Navigation .navi ul .subnavi strong {
    margin-bottom: 12px;
    font-size: 20px;
  }
}
#Header #TopRow #Navigation .navi ul .subnavi a, #Header #TopRow #Navigation .navi ul .subnavi label {
  display: block;
  color: black;
}
html.dark #Header #TopRow #Navigation .navi ul .subnavi a, html.dark #Header #TopRow #Navigation .navi ul .subnavi label {
  color: #ccc;
}
#Header #TopRow #Navigation .navi ul .subnavi a:hover, #Header #TopRow #Navigation .navi ul .subnavi label:hover {
  filter: brightness(1.5);
  text-shadow: 0px 0px 14px #754738, 0px 0px 10px #754738;
}
#Header #TopRow #Navigation .navi ul .subnavi.red a, #Header #TopRow #Navigation .navi ul .subnavi.red label {
  color: #754738;
}
html.dark #Header #TopRow #Navigation .navi ul .subnavi.red a, html.dark #Header #TopRow #Navigation .navi ul .subnavi.red label {
  color: #754738;
}
#Header #TopRow #Navigation .mobileNavToggle {
  display: none;
  width: 40px;
  height: 30px;
  background-image: url("../images/MobileNavigationToggle.png");
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.2s ease 0s;
}
@media only screen and (max-width: 767px) {
  #Header #TopRow #Navigation .mobileNavToggle {
    display: block;
    cursor: pointer;
  }
}
#Header #TopRow #Navigation .mobileNavToggle.open {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media only screen and (max-width: 767px) {
  #Header #TopRow #Navigation {
    margin-top: calc(((((100vw * 2.2) / 50) + 45px) / 2) - 15px);
  }
}
#Header #HeaderImage {
  position: fixed;
  z-index: -1;
  top: calc(((100vw * 2.2) / 50) + 45px);
  width: 100vw;
}
html.dark #Header #HeaderImage {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
}
#Header #HeaderImage img {
  position: absolute;
  width: 100%;
}
/**** Content Area ****/
#ContentArea {
  padding-bottom: 30px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
@media only screen and (max-width: 767px) {
  #ContentArea {
    padding-bottom: 50px;
  }
}
#ContentArea .centerAll {
  /*min-height: calc(100vh - ((100vw * 32) / 122) - 60px);*/
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.75);
  -ms-box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.75);
  -o-box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.75);
  border: 10px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
html.dark #ContentArea .centerAll {
  background-color: rgba(32, 32, 32, 0.75);
  -webkit-box-shadow: 0px 0px 10px 10px rgba(32, 32, 32, 0.75);
  -moz-box-shadow: 0px 0px 10px 10px rgba(32, 32, 32, 0.75);
  -ms-box-shadow: 0px 0px 10px 10px rgba(32, 32, 32, 0.75);
  -o-box-shadow: 0px 0px 10px 10px rgba(32, 32, 32, 0.75);
  box-shadow: 0px 0px 10px 10px rgba(32, 32, 32, 0.75);
}
@media only screen and (max-width: 767px) {
  #ContentArea .centerAll {
    /*padding-bottom: 20px;*/
    border: 0px none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
}
#ContentArea h1 {
  margin: 4px 0px 16px 0px;
  font-size: 27px;
  font-weight: bold;
}
#ContentArea h1 ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#ContentArea h1 ol li {
  margin: 0px 10px 0px 0px;
  display: inline;
  padding-left: 24px;
  vertical-align: text-top;
  background-image: url("../images/NaviPathSeparator.png");
  background-position: left center;
  background-repeat: no-repeat;
}
#ContentArea h1 ol li:first-child {
  padding-left: 0px;
  background-image: none;
}
#ContentArea h1 ol li a {
  text-decoration: none;
}
#ContentArea h1 ol li a:hover {
  text-decoration: underline;
}
#ContentArea h2 {
  margin: 4px 0px 16px 0px;
  font-size: 24px;
  font-weight: normal;
}
#ContentArea h3 {
  margin: 4px 0px 10px 0px;
  font-size: 20px;
  font-weight: normal;
}
#ContentArea p {
  margin: 0px 0px 16px 0px;
}
#ContentArea p:last-child {
  margin: 0px 0px 4px 0px;
}
#ContentArea #NeuesteBeitraege {
  margin: 14px 0px;
  padding: 10px 0px 0px 0px;
  text-align: justify;
  border-top: 1px solid rgba(32, 32, 32, 0.3);
  border-bottom: 1px solid rgba(32, 32, 32, 0.3);
}
html.dark #ContentArea #NeuesteBeitraege {
  border-top: 1px solid rgba(196, 196, 196, 0.3);
  border-bottom: 1px solid rgba(196, 196, 196, 0.3);
}
#ContentArea #NeuesteBeitraege .beitrag {
  display: inline-block;
  width: 31.447%;
  vertical-align: top;
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0);
  -moz-box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0);
  -ms-box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0);
  -o-box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0);
  cursor: pointer;
  filter: brightness(0.8);
  transition-property: background-color, box-shadow, filter;
  transition-duration: 0.75s;
  transition-timing-function: ease;
}
html.dark #ContentArea #NeuesteBeitraege .beitrag {
  -webkit-box-shadow: 0px 0px 20px 10px rgba(32, 32, 32, 0);
  -moz-box-shadow: 0px 0px 20px 10px rgba(32, 32, 32, 0);
  -ms-box-shadow: 0px 0px 20px 10px rgba(32, 32, 32, 0);
  -o-box-shadow: 0px 0px 20px 10px rgba(32, 32, 32, 0);
  box-shadow: 0px 0px 20px 10px rgba(32, 32, 32, 0);
}
html.dark #ContentArea #NeuesteBeitraege .beitrag {
  filter: brightness(0.75);
}
#ContentArea #NeuesteBeitraege .beitrag:hover {
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0px 0px 20px 10px white;
  -moz-box-shadow: 0px 0px 20px 10px white;
  -ms-box-shadow: 0px 0px 20px 10px white;
  -o-box-shadow: 0px 0px 20px 10px white;
  box-shadow: 0px 0px 20px 10px white;
  filter: brightness(1);
}
html.dark #ContentArea #NeuesteBeitraege .beitrag:hover {
  background-color: rgba(32, 32, 32, 0.75);
  -webkit-box-shadow: 0px 0px 20px 10px #202020;
  -moz-box-shadow: 0px 0px 20px 10px #202020;
  -ms-box-shadow: 0px 0px 20px 10px #202020;
  -o-box-shadow: 0px 0px 20px 10px #202020;
  box-shadow: 0px 0px 20px 10px #202020;
  filter: brightness(0.95);
}
@media only screen and (max-width: 767px) {
  #ContentArea #NeuesteBeitraege .beitrag {
    display: block;
    margin-top: 20px;
    width: 100%;
  }
  #ContentArea #NeuesteBeitraege .beitrag:first-child {
    margin-top: 0px;
  }
}
#ContentArea #NeuesteBeitraege .beitrag .typ {
  position: absolute;
  z-index: 1;
  padding: 1px 3px 0px 3px;
  font-size: 0.8em;
  background-color: rgba(255, 255, 255, 0.75);
}
html.dark #ContentArea #NeuesteBeitraege .beitrag .typ {
  background-color: rgba(32, 32, 32, 0.75);
}
#ContentArea #NeuesteBeitraege .beitrag .image {
  position: relative;
}
#ContentArea #NeuesteBeitraege .beitrag .image img {
  width: 100%;
  max-height: 100%;
  height: auto;
  vertical-align: bottom;
}
html.dark #ContentArea #NeuesteBeitraege .beitrag .image img {
  filter: brightness(0.9);
}
#ContentArea #NeuesteBeitraege .beitrag .image p {
  padding-top: 68px;
  height: 150px;
  font-size: 0.9em;
  text-align: center;
  color: rgba(32, 32, 32, 0.25);
  background-color: rgba(211, 211, 211, 0.75);
}
#ContentArea #NeuesteBeitraege .beitrag .image .image {
  position: relative;
  width: 100%;
  margin-bottom: 4.5px;
  padding-bottom: 37.5%;
}
#ContentArea #NeuesteBeitraege .beitrag .image .image .video {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0px none;
}
#ContentArea #NeuesteBeitraege .beitrag .image .image .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0px none;
}
#ContentArea #NeuesteBeitraege .beitrag .ueberschrift {
  font-size: 20px;
}
#ContentArea #NeuesteBeitraege .beitrag .datum {
  display: inline-block;
  font-size: 0.75em;
}
#ContentArea #NeuesteBeitraege .beitrag .datum::after {
  content: ",";
}
#ContentArea #NeuesteBeitraege .beitrag .user {
  display: inline-block;
  font-size: 0.75em;
}
#ContentArea #NeuesteBeitraege .beitrag .kommentare {
  float: right;
  font-size: 0.75em;
}
#ContentArea #NeuesteBeitraege .beitrag .kommentare::before {
  content: "(";
}
#ContentArea #NeuesteBeitraege .beitrag .kommentare::after {
  content: ")";
}
#ContentArea #NeuesteBeitraege .beitrag .inhalt {
  margin: 4px 0px 0px 0px;
  height: calc(2.2 * 1.2em);
  overflow: hidden;
  line-height: 1.2em;
  background-image: linear-gradient(180deg, black, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Exclude IE 10 and 11 */
}
html.dark #ContentArea #NeuesteBeitraege .beitrag .inhalt {
  background-image: linear-gradient(180deg, white, transparent);
}
@media (-ms-high-contrast: none) {
  #ContentArea #NeuesteBeitraege .beitrag .inhalt {
    background-image: none;
  }
}
@media only screen and (max-width: 767px) {
  #ContentArea #NeuesteBeitraege .beitrag .inhalt {
    margin-top: 0px;
  }
}
#ContentArea #NeuesteBeitraege .link {
  font-weight: bold;
  color: #867330;
}
#ContentArea #NeuesteBeitraege .link a {
  color: #867330;
}
#ContentArea #NeuesteBeitraege .placeholder {
  display: inline-block;
  width: 100%;
  height: 0px;
}
#ContentArea #ScoutBlogHolder {
  position: relative;
  padding-top: 0.5px;
}
#ContentArea #ScoutBlogHolder #ParkLogo {
  float: right;
  background-color: rgba(255, 255, 255, 0.75);
}
#ContentArea #ScoutBlogHolder #ParkLogo .image img {
  max-width: 100%;
  vertical-align: bottom;
}
#ContentArea #ScoutBlogHolder #Bewertung #BewertungProzent {
  float: left;
}
#ContentArea #ScoutBlogHolder #Bewertung #BewertungThumbs, #ContentArea #ScoutBlogHolder #Bewertung #BewertungAbgeben, #ContentArea #ScoutBlogHolder #Bewertung #Registrieren, #ContentArea #ScoutBlogHolder #Bewertung #Bearbeiten {
  float: left;
  margin: 15px 20px 14px 0px;
}
#ContentArea #ScoutBlogHolder #Bewertung #BewertungThumbs a, #ContentArea #ScoutBlogHolder #Bewertung #BewertungAbgeben a, #ContentArea #ScoutBlogHolder #Bewertung #Registrieren a, #ContentArea #ScoutBlogHolder #Bewertung #Bearbeiten a {
  color: #867330;
}
#ContentArea #ScoutBlogHolder #GeneralInformation {
  margin-top: 16px;
  text-align: justify;
}
#ContentArea #ScoutBlogHolder #GeneralInformation div {
  display: inline-block;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
}
#ContentArea #DeleteBox {
  float: right;
  margin: -60px -14px 0px 0px;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.75);
  -ms-box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.75);
  -o-box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.75);
}
html.dark #ContentArea #DeleteBox {
  background-color: rgba(32, 32, 32, 0.75);
  -webkit-box-shadow: 0px 0px 10px 10px rgba(32, 32, 32, 0.75);
  -moz-box-shadow: 0px 0px 10px 10px rgba(32, 32, 32, 0.75);
  -ms-box-shadow: 0px 0px 10px 10px rgba(32, 32, 32, 0.75);
  -o-box-shadow: 0px 0px 10px 10px rgba(32, 32, 32, 0.75);
  box-shadow: 0px 0px 10px 10px rgba(32, 32, 32, 0.75);
}
#ContentArea #DeleteBox a {
  display: inline-block;
  padding: 0px 10px;
  font-size: 22px;
  line-height: 40px;
  text-align: left;
  text-decoration: none;
  color: #FFF;
  border: 0px none;
  cursor: pointer;
}
#ContentArea #DeleteBox a.release {
  background-color: green;
}
#ContentArea #DeleteBox a.edit {
  background-color: blue;
}
#ContentArea #DeleteBox a.block {
  background-color: darkorange;
}
#ContentArea #DeleteBox a.delete {
  background-color: #E30613;
}
#ContentArea #DeleteBox a[disabled] {
  filter: brightness(0.4);
  pointer-events: none;
}
#ContentArea #NewBox {
  float: right;
  margin-top: -8px;
}
#ContentArea #NewBox a {
  display: inline-block;
  padding: 0px 10px;
  font-size: 22px;
  line-height: 40px;
  text-align: left;
  text-decoration: none;
  color: #FFF;
  background-color: #867330;
  border: 0px none;
  cursor: pointer;
}
#ContentArea #ScoutBlogListe {
  transition: all 0.5s ease;
}
#ContentArea #ScoutBlogListe #ViewToggle {
  float: right;
  margin: -8px 0px 0px 10px;
  width: 40px;
  height: 40px;
  color: white;
  background-image: url("../images/ViewSwitch.svg");
  background-position: top center;
  background-size: 40px 80px;
}
#ContentArea #ScoutBlogListe #ViewToggle.list {
  background-position: bottom center;
}
html.dark #ContentArea #ScoutBlogListe #ViewToggle {
  background-image: url("../images/ViewSwitch_DM.svg");
}
@media only screen and (max-width: 767px) {
  #ContentArea #ScoutBlogListe #ViewToggle {
    display: none;
  }
}
#ContentArea #ScoutBlogListe .blogArea {
  padding: 30px 0px;
  border-top: 1px solid #F4F4F4;
}
@media only screen and (max-width: 559px) {
  #ContentArea #ScoutBlogListe .blogArea {
    background-color: white;
  }
  html.dark #ContentArea #ScoutBlogListe .blogArea {
    background-color: #202020;
  }
}
#ContentArea #ScoutBlogListe .blogArea .blog {
  cursor: pointer;
}
#ContentArea #ScoutBlogListe .blogArea .blog .bild {
  position: relative;
  float: left;
  margin: 0px 20px 0px 0px;
  max-width: 100%;
  max-height: calc((100vw - 8px) * 20 / 36);
}
html.dark #ContentArea #ScoutBlogListe .blogArea .blog .bild {
  filter: brightness(0.9);
}
#ContentArea #ScoutBlogListe .blogArea .blog .bild img {
  max-height: 100%;
  width: 100%;
  height: auto;
}
#ContentArea #ScoutBlogListe .blogArea .blog .bild p {
  padding-top: 24%;
  text-align: center;
  height: 100%;
  color: rgba(0, 0, 0, 0.25);
  background-color: rgba(211, 211, 211, 0.75);
}
@media only screen and (max-width: 767px) {
  #ContentArea #ScoutBlogListe .blogArea .blog .bild {
    float: none;
    margin: 0px;
  }
}
#ContentArea #ScoutBlogListe .blogArea .blog .bild .image {
  position: relative;
  width: 100%;
  padding-bottom: 55.55556%;
}
#ContentArea #ScoutBlogListe .blogArea .blog .bild .image .video {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0px none;
}
#ContentArea #ScoutBlogListe .blogArea .blog .bild .image .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0px none;
}
#ContentArea #ScoutBlogListe .blogArea .blog .info .datum {
  display: inline-block;
  font-size: 0.8em;
}
#ContentArea #ScoutBlogListe .blogArea .blog .info .datum::after {
  content: ":";
}
#ContentArea #ScoutBlogListe .blogArea .blog .info .name {
  display: inline-block;
  margin: 0px;
  font-size: 22px;
}
#ContentArea #ScoutBlogListe .blogArea .blog .info .scout {
  display: inline-block;
  font-size: 0.8em;
}
#ContentArea #ScoutBlogListe .blogArea .blog .info .kommentare {
  display: inline-block;
  font-size: 0.8em;
}
#ContentArea #ScoutBlogListe .blogArea .blog .info .kommentare::before {
  content: "(";
}
#ContentArea #ScoutBlogListe .blogArea .blog .info .kommentare::after {
  content: ")";
}
#ContentArea #ScoutBlogListe .blogArea .blog .info .bewertungThumbs {
  float: right;
  margin-top: 4px;
}
#ContentArea #ScoutBlogListe .blogArea .blog .info .bericht {
  margin: 12px 0px;
  height: calc(6 * 1.25em);
  overflow: hidden;
  line-height: 1.2em;
  text-overflow: ellipsis;
  background-image: linear-gradient(180deg, black, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#ContentArea #ScoutBlogListe .blogArea .blog .info .bericht.short {
  height: calc(4 * 1.3em);
}
html.dark #ContentArea #ScoutBlogListe .blogArea .blog .info .bericht {
  background-image: linear-gradient(180deg, white, transparent);
}
@media only screen and (max-width: 767px) {
  #ContentArea #ScoutBlogListe .blogArea .blog .info .bericht {
    height: auto !important;
    max-height: calc(4 * 1.2em);
  }
}
#ContentArea #ScoutBlogListe .blogArea .blog .info .link {
  font-weight: bold;
  color: #867330;
}
#ContentArea #ScoutBlogListe .blogArea .blog .info .link a {
  color: #867330;
}
@media only screen and (min-width: 767px) {
  #ContentArea #ScoutBlogListe.grid {
    text-align: justify;
  }
  #ContentArea #ScoutBlogListe.grid .blogArea {
    display: inline-block;
    margin: 0px 30px 0px 30px;
    padding: 0px;
    width: 360px;
    height: 330px;
    overflow: hidden;
    border: 0px none;
  }
  #ContentArea #ScoutBlogListe.grid .blogArea .blog .bild {
    float: none;
    margin: 0px;
  }
  #ContentArea #ScoutBlogListe.grid .blogArea .blog .info {
    position: relative;
  }
  #ContentArea #ScoutBlogListe.grid .blogArea .blog .info .datum {
    position: absolute;
    margin-top: 28px;
  }
  #ContentArea #ScoutBlogListe.grid .blogArea .blog .info .datum:after {
    content: ",";
  }
  #ContentArea #ScoutBlogListe.grid .blogArea .blog .info .bewertungThumbs {
    position: absolute;
    margin-top: 21px;
  }
  #ContentArea #ScoutBlogListe.grid .blogArea .blog .info .name {
    position: absolute;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #ContentArea #ScoutBlogListe.grid .blogArea .blog .info .scout {
    position: absolute;
    margin-top: 28px;
    left: 74px;
    top: 0px;
  }
  #ContentArea #ScoutBlogListe.grid .blogArea .blog .info .kommentare {
    position: absolute;
    margin-top: 28px;
    top: 0px;
    right: 0px;
  }
  #ContentArea #ScoutBlogListe.grid .blogArea .blog .info .berichtArea {
    padding-top: 44px;
  }
  #ContentArea #ScoutBlogListe.grid .blogArea .blog .info .berichtArea .anschrift {
    display: none;
  }
  #ContentArea #ScoutBlogListe.grid .blogArea .blog .info .berichtArea .bericht {
    margin: 3px 0px;
    height: calc(2 * 1.25em);
  }
}
#ContentArea #ScoutBlogListe #SeitenNavigation {
  margin: 0px;
  padding: 30px 0px;
  font-size: 30px;
  font-weight: 300;
  border-top: 1px solid #F4F4F4;
}
#ContentArea #ScoutBlogListe #SeitenNavigation a {
  text-decoration: none;
  color: #000;
}
#ContentArea #ScoutBlogListe #SeitenNavigation strong {
  font-weight: normal;
  text-decoration: underline;
  color: #7A032A;
}
#ContentArea #Konto a {
  text-decoration: none;
  color: #867330;
}
#ContentArea #Konto a:hover {
  text-decoration: underline;
}
#ContentArea #Konto h2 {
  margin: 20px 0px 10px 0px;
  font-size: 22px;
  font-weight: normal;
  color: #867330;
}
#ContentArea #Konto #ChangeMail, #ContentArea #Konto #ChangePassword, #ContentArea #Konto #ChangeAddress {
  display: none;
  margin: 4px 0px 30px 0px;
  padding-top: 8px;
  border-top: 1px solid #867330;
}
#ContentArea #myShop .SprdMain .sprd-breadcrumb {
  line-height: 1.3em;
}
#ContentArea #myShop .customPageBackground, #ContentArea #myShop #sprd-main {
  background-color: transparent !important;
}
html.dark #ContentArea #myShop .customPageBackground .sprd-startpage-teaser, html.dark #ContentArea #myShop #sprd-main .sprd-startpage-teaser {
  background-color: #202020;
}
html.dark #ContentArea #myShop .customPageBackground .sprd-startpage-teaser__image, html.dark #ContentArea #myShop #sprd-main .sprd-startpage-teaser__image {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
}
#ContentArea #myShop .customPageBackground .sprd-header, #ContentArea #myShop .customPageBackground .sprd-navigation, #ContentArea #myShop .customPageBackground .sprd-bg-m1, #ContentArea #myShop #sprd-main .sprd-header, #ContentArea #myShop #sprd-main .sprd-navigation, #ContentArea #myShop #sprd-main .sprd-bg-m1 {
  color: #000 !important;
  background-color: transparent !important;
}
html.dark #ContentArea #myShop .customPageBackground .sprd-header, html.dark #ContentArea #myShop .customPageBackground .sprd-navigation, html.dark #ContentArea #myShop .customPageBackground .sprd-bg-m1, html.dark #ContentArea #myShop #sprd-main .sprd-header, html.dark #ContentArea #myShop #sprd-main .sprd-navigation, html.dark #ContentArea #myShop #sprd-main .sprd-bg-m1 {
  color: #CCC !important;
}
#ContentArea #myShop .customPageBackground .sprd-basket-prices, #ContentArea #myShop .customPageBackground .sprd-basket__payment, #ContentArea #myShop .customPageBackground .sprd-img-spinner, #ContentArea #myShop .customPageBackground .sprd-bc-m3, #ContentArea #myShop .customPageBackground .sprd-burgermenu, #ContentArea #myShop #sprd-main .sprd-basket-prices, #ContentArea #myShop #sprd-main .sprd-basket__payment, #ContentArea #myShop #sprd-main .sprd-img-spinner, #ContentArea #myShop #sprd-main .sprd-bc-m3, #ContentArea #myShop #sprd-main .sprd-burgermenu {
  background-color: white !important;
}
html.dark #ContentArea #myShop .customPageBackground .sprd-basket-prices, html.dark #ContentArea #myShop .customPageBackground .sprd-basket__payment, html.dark #ContentArea #myShop .customPageBackground .sprd-img-spinner, html.dark #ContentArea #myShop .customPageBackground .sprd-bc-m3, html.dark #ContentArea #myShop .customPageBackground .sprd-burgermenu, html.dark #ContentArea #myShop #sprd-main .sprd-basket-prices, html.dark #ContentArea #myShop #sprd-main .sprd-basket__payment, html.dark #ContentArea #myShop #sprd-main .sprd-img-spinner, html.dark #ContentArea #myShop #sprd-main .sprd-bc-m3, html.dark #ContentArea #myShop #sprd-main .sprd-burgermenu {
  background-color: #202020 !important;
}
html.dark #ContentArea #myShop .customPageBackground .sprd-bg-s3, html.dark #ContentArea #myShop .customPageBackground .sprd-tracking-menu__dropup, html.dark #ContentArea #myShop #sprd-main .sprd-bg-s3, html.dark #ContentArea #myShop #sprd-main .sprd-tracking-menu__dropup {
  background-color: #202020;
}
html.dark #ContentArea #myShop .customPageBackground .sprd__caption, html.dark #ContentArea #myShop .customPageBackground .sprd-startpage-trust-elements__sections, html.dark #ContentArea #myShop .customPageBackground .sprd-c-s2, html.dark #ContentArea #myShop .customPageBackground .sprd__headline, html.dark #ContentArea #myShop .customPageBackground .sprd-filterpane-sections, html.dark #ContentArea #myShop .customPageBackground .sprd-f-s2, html.dark #ContentArea #myShop .customPageBackground #sprd-content, html.dark #ContentArea #myShop #sprd-main .sprd__caption, html.dark #ContentArea #myShop #sprd-main .sprd-startpage-trust-elements__sections, html.dark #ContentArea #myShop #sprd-main .sprd-c-s2, html.dark #ContentArea #myShop #sprd-main .sprd__headline, html.dark #ContentArea #myShop #sprd-main .sprd-filterpane-sections, html.dark #ContentArea #myShop #sprd-main .sprd-f-s2, html.dark #ContentArea #myShop #sprd-main #sprd-content {
  color: #CCC;
}
html.dark #ContentArea #myShop .customPageBackground #sprd-icon-ruler path, html.dark #ContentArea #myShop #sprd-main #sprd-icon-ruler path {
  fill: #CCC;
}
html.dark #ContentArea #myShop .customPageBackground .sprd-img-spinner, html.dark #ContentArea #myShop #sprd-main .sprd-img-spinner {
  filter: brightness(90%);
}
#ContentArea #myShop .customPageBackground .sprd-bg-m3, #ContentArea #myShop #sprd-main .sprd-bg-m3 {
  background-color: transparent;
}
#ContentArea #myShop .customPageBackground .sprd-product-list-item--hover, #ContentArea #myShop #sprd-main .sprd-product-list-item--hover {
  background-color: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0.75);
}
html.dark #ContentArea #myShop .customPageBackground .sprd-product-list-item--hover, html.dark #ContentArea #myShop #sprd-main .sprd-product-list-item--hover {
  background-color: #202020;
  border-color: rgba(32, 32, 32, 0.75);
}
#ContentArea #myShop .sprd-burgermenu {
  margin-top: calc(((100vw * 2.22) / 50) + 45px);
  max-height: calc(100vh - (((100vw * 2.22) / 50) + 45px) - 85px);
}
#ContentArea .shariff {
  margin-top: 20px;
}
html.dark #ContentArea .shariff {
  opacity: 0.7;
  filter: alpha(opacity=0.7);
}
#ContentArea #Besucherzaehler {
  margin: 14px 0px 0px 0px;
  max-width: 100vw;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.5);
}
html.dark #ContentArea #Besucherzaehler {
  color: #CCC;
}
#ContentArea #Besucherzaehler .werte {
  text-align: justify;
}
#ContentArea #Besucherzaehler .werte .x {
  font-weight: bold;
}
#ContentArea #Besucherzaehler .werte .x, #ContentArea #Besucherzaehler .werte #Gesamt, #ContentArea #Besucherzaehler .werte #LetzterMonat, #ContentArea #Besucherzaehler .werte #DieserMonat, #ContentArea #Besucherzaehler .werte #Gestern, #ContentArea #Besucherzaehler .werte #Heute, #ContentArea #Besucherzaehler .werte #Morgen, #ContentArea #Besucherzaehler .werte #Gesamt2, #ContentArea #Besucherzaehler .werte #LetzterMonat2, #ContentArea #Besucherzaehler .werte #DieserMonat2, #ContentArea #Besucherzaehler .werte #Gestern2, #ContentArea #Besucherzaehler .werte #Heute2, #ContentArea #Besucherzaehler .werte #Morgen2 {
  display: inline-block;
  margin-right: 4px;
  white-space: nowrap;
}
#ContentArea #Besucherzaehler .werte #Morgen, #ContentArea #Besucherzaehler .werte #Morgen2 {
  margin: 0px;
  width: 100%;
  height: 0px;
}
#ContentArea #Besucherzaehler #Regionen {
  margin: auto;
  width: 100%;
  height: 650px;
}
html.dark #ContentArea #Besucherzaehler #Regionen {
  filter: brightness(2.5);
}
@media only screen and (max-width: 767px) {
  #ContentArea #Besucherzaehler #Regionen {
    /*height: 250px;*/
    height: calc(100vw * 650 / 1272);
  }
}
#ContentArea #Besucherzaehler #Regionen span {
  display: none;
}
#FacebookImage, #FacebookAlternative {
  display: none;
}
.formHolder {
  text-align: center;
}
.formHolder form {
  display: inline-block;
  width: 800px;
  max-width: 100%;
  text-align: left;
}
.formHolder form .formRow {
  position: relative;
}
.formHolder form .formRow .formColumn .fileUpload {
  display: inline-flex;
  position: relative;
  margin: 10px 10px 10px 0px;
  width: 272px;
  vertical-align: top;
  overflow: hidden;
}
.formHolder form .formRow .formColumn .fileUpload span {
  display: inline-block;
  width: 272px;
  line-height: 39px;
  text-align: center;
  color: #000;
  background-color: #A2A2A2;
}
.formHolder form .formRow .formColumn .fileUpload input.upload {
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
  width: 272px;
  height: 39px;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.formHolder form .formRow .formColumn span.uploadSelection {
  display: inline-block;
  margin: 10px 0px;
  line-height: 39px;
}
.formHolder form .formRow .formColumn .bild {
  position: relative;
  height: 204px;
  overflow: hidden;
  text-align: center;
  vertical-align: center;
  background-color: rgba(128, 128, 128, 0.1);
  background-image: url("../images/KeinBild.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.formHolder form .formRow .formColumn .bild div, .formHolder form .formRow .formColumn .bild img {
  max-width: 100%;
  max-height: 100%;
  background-color: white;
}
@media only screen and (max-width: 639px) {
  .formHolder form .formRow .formColumn.left, .formHolder form .formRow .formColumn.right {
    float: none;
    width: 100%;
  }
}
.formHolder form .formFields {
  padding-bottom: 10px;
  max-width: 100%;
}
.formHolder form .formFields .caption {
  padding-bottom: 2px;
}
.formHolder form .formFields input[type=text], .formHolder form .formFields input[type=password], .formHolder form .formFields input[type=file], .formHolder form .formFields input[type=email], .formHolder form .formFields select, .formHolder form .formFields textarea {
  margin: 0px;
  padding: 0px 4px;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  line-height: 38px;
  color: #000 !important;
  background-color: rgba(255, 255, 255, 0.75) !important;
  border: 1px solid #AAA !important;
}
html.dark .formHolder form .formFields input[type=text], html.dark .formHolder form .formFields input[type=password], html.dark .formHolder form .formFields input[type=file], html.dark .formHolder form .formFields input[type=email], html.dark .formHolder form .formFields select, html.dark .formHolder form .formFields textarea {
  color: #CCC !important;
  background-color: rgba(32, 32, 32, 0.75) !important;
  border: 1px solid #666 !important;
}
.formHolder form .formFields textarea {
  padding: 8px 4px;
  height: 164px;
  line-height: 1.3em;
  vertical-align: top;
}
.formHolder form .formFields select {
  padding: 5px 44px 5px 4px;
  height: 41px;
  background-image: url("../images/DropDownArrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  border: 1px solid #AAA;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.formHolder form .formFields select:invalid {
  color: gray;
}
.formHolder form .formFields select.small {
  margin-right: 7px;
  width: 186px;
}
.formHolder form .formFields select.small:last-of-type {
  margin: 0px;
}
.formHolder form .formFields select::-ms-expand {
  display: none;
}
.formHolder form .formFields select option {
  padding: 10px 8px;
  font-family: inherit;
  font-size: inherit;
}
.formHolder form .formFields input[type=checkbox], .formHolder form .formFields input[type=radio] {
  position: absolute;
  margin: 0px;
  width: 43px;
  height: 43px;
  background-color: transparent;
  border: 0px none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  /*
                &:not(:checked) + label::before {
                    background-image: url('../images/CheckboxUnchecked.png');
                }
*/
}
.formHolder form .formFields input[type=checkbox]:checked, .formHolder form .formFields input[type=checkbox]:not(:checked), .formHolder form .formFields input[type=radio]:checked, .formHolder form .formFields input[type=radio]:not(:checked) {
  padding: 0px;
}
.formHolder form .formFields input[type=checkbox]:checked + label, .formHolder form .formFields input[type=checkbox]:not(:checked) + label, .formHolder form .formFields input[type=radio]:checked + label, .formHolder form .formFields input[type=radio]:not(:checked) + label {
  line-height: 24px;
  display: table-cell;
}
.formHolder form .formFields input[type=checkbox]:checked + label .margin, .formHolder form .formFields input[type=checkbox]:not(:checked) + label .margin, .formHolder form .formFields input[type=radio]:checked + label .margin, .formHolder form .formFields input[type=radio]:not(:checked) + label .margin {
  display: inline-block;
  padding: 10px 0px;
}
.formHolder form .formFields input[type=checkbox]:checked + label::before, .formHolder form .formFields input[type=checkbox]:not(:checked) + label::before, .formHolder form .formFields input[type=radio]:checked + label::before, .formHolder form .formFields input[type=radio]:not(:checked) + label::before {
  content: " ";
  position: relative;
  float: left;
  /*display: inline-block;*/
  margin: 0px 10px 0px 0px;
  width: 41px;
  height: 41px;
  vertical-align: text-top;
  background-color: white;
  border: 1px solid #AAA;
}
.formHolder form .formFields input[type=checkbox]:checked + label::before, .formHolder form .formFields input[type=radio]:checked + label::before {
  background-image: url("../images/CheckboxChecked.png");
}
.formHolder form .formFields input[type=radio]:checked + label::before {
  background-image: url("../images/RadioChecked.png");
}
.formHolder form .confirm {
  margin: 20px 0px;
}
.formHolder form .confirm input[type=submit], .formHolder form .confirm input[type=button] {
  padding: 0px 10px;
  min-width: 370px;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  background-color: #867330;
  border: 0px none;
  cursor: pointer;
}
@media only screen and (max-width: 639px) {
  .formHolder form .confirm input[type=submit], .formHolder form .confirm input[type=button] {
    min-width: 100%;
  }
}
.formHolder form .toolbar {
  margin: 0px;
  padding-bottom: 1px;
  background-color: #F0F0F0;
  border: 1px solid #AAA;
  border-bottom: 1px solid #C9C9C9;
}
html.dark .formHolder form .toolbar {
  background-color: #303030;
  border: 1px solid #666;
  border-bottom: 1px solid #292929;
}
.formHolder form .toolbar .button {
  margin-right: 3px;
  padding: 1px 3px;
  min-width: 24px;
  font-family: "Times New Roman", times, serif;
  font-size: 14px;
  color: #000;
  background-color: transparent;
  border: 0px none;
  cursor: pointer;
}
html.dark .formHolder form .toolbar .button {
  color: #CCC;
}
.formHolder form .toolbar .button:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.formHolder form .toolbar + textarea {
  border-top: 0px none;
}
#ScoutBlogEintrag #BlogGalerie {
  margin: 30px 0px;
  text-align: center;
}
#ScoutBlogEintrag #BlogGalerie .image {
  display: inline-block;
  position: relative;
  margin: 0px 0px 0.5% 0px;
  max-width: 800px;
  cursor: pointer;
  transition: filter 0.5s;
}
#ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(1) {
  width: 100%;
}
#ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(2), #ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(2) ~ div {
  margin-right: 0.5%;
  width: 49.5%;
}
#ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(3), #ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(3) ~ div {
  margin-right: 0.5%;
  width: 32.8%;
}
#ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(4), #ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(4) ~ div {
  margin-right: 0.5%;
  width: 24.5%;
}
#ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(5), #ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(5) ~ div {
  margin-right: 0.5%;
  width: 19.5%;
}
#ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(6), #ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(6) ~ div {
  margin-right: 0.5%;
  width: 32.8%;
}
#ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(7), #ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(7) ~ div {
  margin-right: 0.5%;
  width: 24.5%;
}
#ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(8), #ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(8) ~ div {
  margin-right: 0.5%;
  width: 24.5%;
}
#ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(9), #ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(9) ~ div {
  margin-right: 0.5%;
  width: 19.5%;
}
#ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(10), #ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(10) ~ div {
  margin-right: 0.5%;
  width: 19.5%;
}
@media only screen and (min-width: 767px) {
  #ScoutBlogEintrag #BlogGalerie .image:last-child, #ScoutBlogEintrag #BlogGalerie .image:nth-child(3):nth-last-child(4), #ScoutBlogEintrag #BlogGalerie .image:nth-child(4):nth-last-child(4), #ScoutBlogEintrag #BlogGalerie .image:nth-child(4):nth-last-child(5), #ScoutBlogEintrag #BlogGalerie .image:nth-child(5):nth-last-child(5), #ScoutBlogEintrag #BlogGalerie .image:nth-child(5):nth-last-child(6) {
    margin-right: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  #ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(3), #ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(3) ~ div, #ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(4), #ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(4) ~ div, #ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(5), #ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(5) ~ div, #ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(6), #ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(6) ~ div, #ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(7), #ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(7) ~ div, #ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(8), #ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(8) ~ div, #ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(9), #ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(9) ~ div, #ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(10), #ScoutBlogEintrag #BlogGalerie .image:first-child:nth-last-child(10) ~ div {
    margin-right: 0.5%;
    width: 49.5%;
  }
  #ScoutBlogEintrag #BlogGalerie .image:nth-child(1), #ScoutBlogEintrag #BlogGalerie .image:nth-child(3), #ScoutBlogEintrag #BlogGalerie .image:nth-child(5), #ScoutBlogEintrag #BlogGalerie .image:nth-child(7), #ScoutBlogEintrag #BlogGalerie .image:nth-child(9) {
    margin-right: 0.5% !important;
  }
  #ScoutBlogEintrag #BlogGalerie .image:nth-child(even) {
    margin-right: 0px !important;
  }
}
#ScoutBlogEintrag #BlogGalerie .image img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
}
html.dark #ScoutBlogEintrag #BlogGalerie .image {
  filter: brightness(0.9);
}
html.dark #ScoutBlogEintrag #BlogGalerie .image:hover {
  filter: brightness(1.1);
}
#ScoutBlogEintrag #Datum, #ScoutBlogEintrag .datum {
  display: inline-block;
  font-size: 0.8em;
}
#ScoutBlogEintrag #Datum::after, #ScoutBlogEintrag .datum::after {
  content: ":";
}
#ScoutBlogEintrag #Name, #ScoutBlogEintrag .ueberschrift {
  display: inline-block;
  margin: 4px 0px;
  font-size: 22px;
  font-weight: bold;
}
#ScoutBlogEintrag .ueberschrift {
  font-size: 20px;
}
#ScoutBlogEintrag #Scout, #ScoutBlogEintrag .name {
  display: inline-block;
  font-size: 0.8em;
}
#ScoutBlogEintrag #Bericht, #ScoutBlogEintrag .inhalt {
  margin: 10px 0px;
  padding: 10px 0px;
  background-color: rgba(255, 255, 255, 0.25);
}
html.dark #ScoutBlogEintrag #Bericht, html.dark #ScoutBlogEintrag .inhalt {
  background-color: rgba(32, 32, 32, 0.25);
}
#ScoutBlogEintrag #Bericht .videoHolder, #ScoutBlogEintrag .inhalt .videoHolder {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
#ScoutBlogEintrag #Bericht .videoHolder .video, #ScoutBlogEintrag .inhalt .videoHolder .video {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0px none;
}
#ScoutBlogEintrag #Kommentare .kommentar {
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.5);
}
#ScoutBlogEintrag #Kommentare .kommentar.ebene0 {
  padding-left: 30px;
}
#ScoutBlogEintrag #Kommentare .kommentar.ebene1 {
  padding-left: 60px;
}
#ScoutBlogEintrag #Kommentare .kommentar .comment {
  text-align: right;
  /*
                #Kommentar {
                    
                }
*/
}
#ScoutBlogEintrag #Kommentare .kommentar .comment .confirm {
  text-align: right;
}
#ScoutBlogEintrag #Kommentare .kommentar .comment > input[type=button] {
  display: inline-block;
  margin: 0px 0px 0px 4px;
  padding: 0px 10px;
  /*width: 100%;*/
  font-size: 20px;
  line-height: 40px;
  text-align: left;
  color: #FFF;
  background-color: #867330;
  border: 0px none;
  cursor: pointer;
}
#ScoutBlogEintrag #Kommentare .kommentar .comment > input[type=button].adminEdit {
  background-color: #047BBF;
}
#ScoutBlogEintrag #Kommentare .kommentar .comment > input[type=button].adminDelete {
  background-color: #E30613;
}
#ScoutBlogEintrag #Kommentare #Kommentar {
  margin-top: 20px;
  text-align: left;
}
#ScoutBlogEintrag #Schlagworte {
  margin: 30px 0px;
  font-size: 0.85em;
  color: rgba(0, 0, 0, 0.6);
}
.beitrag {
  font-size: 20px;
}
.name {
  margin: 14px 0px;
}
.inhalt {
  margin: 30px 0px;
}
.schlagworte {
  margin: 4px 0px;
  font-size: 0.85em;
  color: rgba(0, 0, 0, 0.6);
}
#SeitenNavigation {
  margin: 20px 0px 0px 0px;
  padding: 10px 0px;
  border-top: 1px solid #F4F4F4;
}
#SeitenNavigation a {
  text-decoration: none;
  color: #000;
}
html.dark #SeitenNavigation a {
  color: #CCC;
}
#SeitenNavigation strong {
  font-weight: normal;
  text-decoration: underline;
  color: #7A032A;
}
/**** Footer ****/
#Footer {
  position: fixed;
  z-index: 1;
  bottom: 0px;
  padding: 4px 0px;
  width: 100%;
  font-size: 17px;
  text-align: center;
  background-color: white;
  -webkit-box-shadow: 2px 0px 10px rgba(32, 32, 32, 0.75);
  -moz-box-shadow: 2px 0px 10px rgba(32, 32, 32, 0.75);
  -ms-box-shadow: 2px 0px 10px rgba(32, 32, 32, 0.75);
  -o-box-shadow: 2px 0px 10px rgba(32, 32, 32, 0.75);
  box-shadow: 2px 0px 10px rgba(32, 32, 32, 0.75);
}
html.dark #Footer {
  background-color: #202020;
}
#Footer div {
  display: inline-block;
  padding: 0px 5px;
}
@media only screen and (max-width: 767px) {
  #Footer #Copyright {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #Footer {
    -webkit-box-shadow: 1px 0px 8px rgba(32, 32, 32, 0.5);
    -moz-box-shadow: 1px 0px 8px rgba(32, 32, 32, 0.5);
    -ms-box-shadow: 1px 0px 8px rgba(32, 32, 32, 0.5);
    -o-box-shadow: 1px 0px 8px rgba(32, 32, 32, 0.5);
    box-shadow: 1px 0px 8px rgba(32, 32, 32, 0.5);
    font-size: 16px;
  }
}
/**** Additional Stuff ****/
#Timings {
  margin: -14px 0px 30px 0px !important;
  text-align: center;
  color: white;
  mix-blend-mode: difference;
}
@media only screen and (max-width: 767px) {
  #Timings {
    margin: -60px 0px 70px 0px !important;
    color: black !important;
    background-color: white !important;
    mix-blend-mode: normal !important;
  }
  html.dark #Timings {
    color: #CCC !important;
    background-color: rgba(32, 32, 32, 0.75) !important;
  }
}
