@charset "UTF-8";
/* merriweather-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/merriweather-v30-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/merriweather-v30-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/merriweather-v30-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-kr-100 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/noto-sans-kr-v36-latin-100.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-kr-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/noto-sans-kr-v36-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-kr-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-kr-v36-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-kr-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-kr-v36-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-kr-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/noto-sans-kr-v36-latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* KONTINENTE */
.bg-europa {
  background-color: #78333c;
}
.bg-afrika {
  background-color: #af6f2b;
}
.bg-afrika .card-body p, .bg-asien .card-body p, .bg-amerika .card-body p, .bg-australien .card-body p {
  color: #fff !important;
}
.bg-asien {
  background-color: #457f75;
}
.bg-amerika {
  background-color: #266ab9;
}
.bg-australien {
  background-color: #a83424;
}
/* HERR GENERAL */
body {
  font-family: "Noto Sans KR", sans-serif;
  color: #343a40;
  padding-top: 50px;
  background-image: url(/media/allgemein/greifgrau.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.rounded {
  border-radius: 0px !important;
}
.card-img, .card-img-top {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.card-footer:last-child {
  border-radius: 0 0 0px 0px;
}
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: #d8a160;
  color: #343a40;
  border: 0;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: rgba(134, 142, 150, 0.8);
  color: #fff;
}
.thumbnail {
  border: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #343a40;
  clear: both;
}
.page-header {
  margin-top: 30px;
  margin-bottom: 60px;
}
.well {
  border: 0;
  box-shadow: inset 0 0 0;
  background-color: #fff;
  border-radius: 0px;
}
.form-control {
  background-color: rgba(255, 255, 255, 0.7);
}
.img-dark {
  filter: brightness(80%);
}
a {
  color: #d8a160;
}
a[href^="tel"] {
  color: inherit;
}
/* ALERT */
.alert-dark {
  color: #343a40;
  background-color: #fcd115;
  border: 0;
}
.alert-heading {
  padding-top: 10px;
  padding-bottom: 10px;
}
.alert p {
  color: #343a40;
}
/* CAROUSEL */
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.carousel .item {
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}
.carousel-control {
  border-radius: 6px;
}
.carousel-caption {
  font-weight: 700;
  color: #fff;
}
.carousel-trans {
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .carousel-caption {
    font-size: 16px;
    line-height: 14px;
    bottom: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .carousel-caption {
    font-size: 18px;
    line-height: 18px;
    bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .carousel-caption {
    font-size: 20px;
    line-height: 20px;
    bottom: 115px;
  }
}
@media only screen and (min-width: 1200px) {
  .carousel-caption {
    font-size: 25px;
    line-height: 22px;
    bottom: 100px;
  }
}
/* KARTE */
#map_canvas {
  width: 100%;
  height: 600px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* CARD */
.card {
  border: 0;
}
.card-body {
  background-color: #f8f9fa;
}
.card-header {
  background-color: #d8a160;
}
.card-footer {
  background-color: #343a40;
  border-top: 0;
}
.card-footer a {
  color: #fff;
  font-size: 1em;
}
.card p {
  color: #343a40;
}
/* HEADLINING */
h1 {
  font-size: 1.8em;
  text-transform: uppercase;
  letter-spacing: 0.05vw;
  font-weight: 900;
  padding-bottom: 20px;
}
@media (min-width: 576px) {
  h1 {
    font-size: 2em;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.3em;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 2.5em;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.7em;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 3em;
  }
}
h2 {
  font-size: 1.15em;
  line-height: 1.7em;
  font-weight: 300;
}
h3 {
  font-size: 1.1em;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 900;
}
p {
  font-size: 1em;
  line-height: 1.6em;
  font-weight: 300;
}
/* NAV TABS */
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-link {
  border: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
  background-color: #e9ecef;
  color: #343a40;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
  background-color: #fcd115;
  color: #343a40;
}
.nav-item {
  margin-right: 8px;
}
.tab-content {
  padding: 30px;
  background-color: #fff;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.tab-pane p {
  color: #343a40;
}
HAUPTNAVI .bg-dark {
  background-color: #d8a160 !important;
}
.navbar-dark {
  background-color: #d8a160 !important;
  letter-spacing: 0.1em;
  font-weight: 900;
}
.navbar-dark .navbar-nav .nav-link {
  color: #343a40 !important;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #d8a160;
}
/* 
THEMENNAVI
.bg-dark { background-color: $vordergrundfarbe !important; }
.fixed-top-2 { margin-top: 56px; }
.navbar-dark .navbar-nav .nav-link { color: rgba(255,255,255,.7); }
*/
/* BEREICHE */
.bildernavigation {
  padding: 60px 0 0 0;
}
.bildernavigation a {
  color: #000;
  text-transform: uppercase;
}
.headliner {
  background-color: #f8f9fa;
  padding: 30px 0;
}
.inhalt {
  background-color: #fff;
  padding: 30px 0;
}
.social {
  background-color: #d8a160;
  padding: 30px 0 0 0;
}
.social h3 {
  color: #fff;
}
.vierer {
  background-color: #d8a160;
  padding: 30px 0;
}
.fuss {
  background-color: #343a40;
  padding: 30px 0;
}
.fuss p {
  color: #fff;
}
/* BUTTON */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  letter-spacing: 0.1em;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0px;
}
.btn-link {
  color: #fff;
  border: 0;
}
.btn-link:hover {
  color: #fff;
}
.btn-bd {
  color: #fff;
  background-color: #343a40;
  border: 0;
}
.btn-bd:hover {
  color: #fcd115;
}
.active.btn-link {
  color: #d8a160;
}
.card-link {
  color: #fcd115;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-transform: uppercase;
}
.card-link:hover {
  color: #fff;
}
.btn-primary {
  color: #343a40;
  background-color: #fff;
  border: 0;
}
.btn-primary:hover {
  color: #fff;
  background-color: transparent;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #de9f5d;
}
.nav-pills .nav-link {
  background-color: #fff;
}
/* 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;
}
/* GOOGLE SEO STYLE */
.google {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 2px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border: 1px solid #e7e7e7;
  padding: 30px;
  max-width: 700px;
}
.google .title {
  color: #1a0dab;
  cursor: pointer;
  font-family: arial, regular;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  visibility: visible;
  white-space: nowrap;
}
.google .title:hover {
  text-decoration: underline;
}
.google .link {
  color: #006621 !important;
  font-family: arial, regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  visibility: visible;
}
.google .description {
  color: #545454;
  font-family: arial, regular;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  visibility: visible;
  word-wrap: break-word;
}
.google .arrow {
  border-bottom-color: #006621;
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 4px;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 4px;
  border-top-color: #006621;
  border-top-style: solid;
  border-top-width: 5px;
  color: gray;
  cursor: default;
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  height: 0;
  position: absolute;
  line-height: 27px;
  margin-left: 3px;
  margin-top: 6px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: visible;
  white-space: nowrap;
  width: 0;
}
/* VIDEO-LISTE */
.video-list-thumbs > li {
  margin-bottom: 30px;
}
.video-list-thumbs > li > a {
  display: block;
  position: relative;
  background-color: #fff;
  color: #fff;
  padding: 8px;
  border-radius: 0;
}
.video-list-thumbs > li > a:hover {
  background-color: #ccc;
  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;
  color: #fff;
}
.video-list-thumbs .fa-youtube-play {
  color: #fff;
  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: #fff;
  opacity: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  transition: all 500ms ease;
}
.video-list-thumbs .duration {
  background-color: #e6e6e6;
  border-radius: 2px;
  color: #fff;
  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;
  }
}
