/* noto-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-v36-latin-regular.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/noto-sans-v36-latin-italic.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-v36-latin-700.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-700italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/noto-sans-v36-latin-700italic.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* LESS */
/* ABSTAND */
.abstandobenunten {
  padding-top: 30px;
  padding-bottom: 30px;
}
.abstandoben {
  padding-top: 30px;
}
.abstandunten {
  padding-bottom: 30px;
}
.keinabstandunten {
  margin-bottom: 0;
}
/* HERR GENERAL */
body {
  font-family: 'Noto Sans', sans-serif;
  color: #000000;
  padding-top: 50px;
  background-image: url(/media/hg/1.png);
}
.img-rounded {
  border-radius: 4px;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #8ec640;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #73a330;
  color: #ffffff;
}
.thumbnail {
  border: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #000000;
  clear: both;
}
.page-header {
  margin-top: 30px;
  margin-bottom: 60px;
}
.well {
  border: 0;
  box-shadow: inset 0 0 0;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 15px;
}
.form-control {
  background-color: rgba(255, 255, 255, 0.7);
}
a {
  color: #8ec640;
}
a:hover {
  color: #000;
}
.img-dark {
  filter: brightness(80%);
}
.card-footer {
  background-color: #000000;
  border-top: 0;
}
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
.hand {
  cursor: zoom-in;
}
.clocker {
  background-image: url(/media/allgemein/clock.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
}
.pencil {
  background-image: url(/media/allgemein/pencils.jpg);
  background-position: top right;
  background-repeat: no-repeat;
}
.badge {
  font-size: 85%;
}
.badge-secondary {
  color: #ffffff;
  background-color: #000000;
  font-weight: 400;
  transform: rotate(-2deg);
}
.navbg {
  background-color: #8ec640;
}
h1 {
  font-size: 2em;
  font-weight: 400;
  color: #8ec640;
  text-transform: uppercase;
}
h2 {
  font-size: 1.2em;
  line-height: 1.5em;
}
h3 {
  font-size: 1.1em;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-weight: 700;
  color: #8ec640;
}
p {
  font-size: 1em;
  line-height: 1.6em;
}
/* NAV TABS */
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-link {
  border: 0;
  font-weight: 700;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  background-color: rgba(142, 198, 64, 0.3);
  color: #ffffff;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
  background-color: #8ec640;
  color: #ffffff;
}
.nav-item {
  margin-right: 8px;
}
.tab-content {
  padding: 30px;
  background-color: #ffffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* BEREICHE */
.headliner {
  padding: 30px 0;
}
.inhalt {
  padding: 30px 0;
}
.japan {
  background-image: url(/media/allgemein/japan25.png);
  background-position: center right;
  background-repeat: no-repeat;
}
.social {
  padding: 30px 0;
}
.vierer {
  background-color: rgba(142, 198, 64, 0.3);
  padding: 30px 0;
}
.vierer h3 {
  color: #000000;
  font-weight: 700;
}
.fuss {
  background-color: #8ec640;
  padding: 30px 0 10px 0;
}
.fuss a,
.fuss p {
  color: #ffffff;
}
/* HAUPTNAVI */
.navbar {
  background-color: #8ec640;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase;
}
.nav-link {
  color: #ffffff;
}
.navbar-brand {
  color: #f9f8f3;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.bg-dark {
  background-color: #8ec640 !important;
}
.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
}
/* BUTTON */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  letter-spacing: 0.25em;
  font-weight: 700;
  border-radius: 4px;
  text-transform: uppercase;
}
.btn-link {
  color: #8ec640;
  text-transform: uppercase;
}
.btn-link:hover {
  color: #000;
}
.btn-bd {
  color: #ffffff;
  background-color: #8ec640;
  border-color: #8ec640;
}
.btn-bd:hover {
  color: #8ec640;
  background-color: #ffffff;
  border-color: #ffffff;
}
.card-link {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}
/* AKKORDION */
.card-header {
  background-color: rgba(142, 198, 64, 0.3);
  border: 0;
}
.card-header .btn-link {
  color: #000000;
}
.card-header .btn-link:hover {
  color: #8ec640;
  text-decoration: none;
}
.card {
  border: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #8ec640;
}
.nav-pills .nav-link {
  background-color: rgba(142, 198, 64, 0.3);
  margin-bottom: 5px;
}
.video-list-thumbs > li {
  margin-bottom: 12px;
}
.video-list-thumbs > li > a {
  display: block;
  position: relative;
  background-color: rgba(142, 198, 64, 0.3);
  color: #000000;
  padding: 8px;
  border-radius: 0;
}
.video-list-thumbs > li > a:hover {
  background-color: rgba(87, 123, 37, 0.3);
  transition: all 500ms ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.video-list-thumbs h2 {
  bottom: 0;
  font-size: 1.2em;
  height: 33px;
  margin: 8px 0 0;
}
.video-list-thumbs .fa-youtube-play {
  color: #ffffff;
  font-size: 60px;
  opacity: 0.6;
  position: absolute;
  right: 39%;
  top: 31%;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.video-list-thumbs > li > a:hover .glyphicon-play-circle {
  color: #ffffff;
  opacity: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  transition: all 500ms ease;
}
.video-list-thumbs .duration {
  background-color: rgba(115, 163, 48, 0.3);
  border-radius: 2px;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  left: 12px;
  line-height: 13px;
  padding: 2px 3px 1px;
  position: absolute;
  top: 12px;
}
.video-list-thumbs > li > a:hover .duration {
  background-color: #000;
  transition: all 500ms ease;
}
@media (min-width: 320px) and (max-width: 480px) {
  .video-list-thumbs .glyphicon-play-circle {
    font-size: 35px;
    right: 36%;
    top: 27%;
  }
  .video-list-thumbs h2 {
    bottom: 0;
    font-size: 12px;
    height: 22px;
    margin: 8px 0 0;
  }
}
/* BILDER FÜR WYSIWYG */
.img-responsive-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-responsive-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-50-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-50-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-33-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-33-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-25-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-25-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
/* COOKIE BAR */
#cookie-bar {
  background: rgba(40, 40, 40, 0.7);
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 10px 0;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
  z-index: 1000;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}
#cookie-bar .cb-enable {
  background: #82b646;
}
#cookie-bar .cb-enable:hover {
  background: #000000;
}
#cookie-bar .cb-disable {
  background: #f6ae01;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  background: #0033bb;
}
#cookie-bar .cb-policy:hover {
  background: #0055dd;
}
