/* source-sans-3-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-3-v15-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+ */
}
/* source-sans-3-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/source-sans-3-v15-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+ */
}
/* source-sans-3-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-sans-3-v15-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+ */
}
/* special-elite-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Special Elite';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/special-elite-v18-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+ */
}
/* LANDING-PAGE */
.bg-bd {
  background-color: #cfdbcb;
}
.abstandoben {
  padding-top: 30px;
}
.abstandunten {
  padding-bottom: 30px;
}
.abstandobenunten {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* HERR GENERAL */
body {
  font-family: 'Source Sans 3', sans-serif;
  background-color: #4d0559;
  color: #045aac;
  padding-top: 50px;
  color: #ffffff;
}
.img-rounded {
  border-radius: 1px;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #eb0f8a;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #32363b;
  color: #ffffff;
}
.thumbnail {
  border: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #4d0559;
  clear: both;
}
label,
.help-block {
  color: #4d0559;
}
.form-control {
  background-color: rgba(255, 255, 255, 0.7);
}
a {
  color: #ffffff;
}
a:hover {
  color: #b4cee6;
}
.modal-body a {
  color: #adb5b6;
}
.tab-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.img-dark {
  filter: brightness(80%);
}
.abstand {
  padding-top: 30px;
  padding-bottom: 30px;
}
.card {
  border: 0px;
  border-radius: 1px;
}
.tropfen {
  background-image: url('/media/allgemein/tropfen.png');
  background-repeat: no-repeat;
  background-position: bottom right;
}
.randoben {
  border-top: 5px solid #ffffff;
}
.randunten {
  border-bottom: 5px solid #ffffff;
}
.randobenunten {
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
}
.badge {
  font-weight: 300;
}
h1 {
  font-family: 'Special Elite', cursive;
  margin-bottom: 30px;
  font-size: 2.5em;
  color: #ffffff;
}
h1 strong {
  color: #ca114d;
  font-weight: 300;
}
h2 {
  font-size: 1.2em;
  line-height: 1.2em;
  color: #ffffff;
  margin-bottom: 60px;
}
h3 {
  font-family: 'Special Elite', cursive;
  font-size: 1.5em;
  line-height: 1.5em;
  color: #ffffff;
}
h4 {
  font-size: 1.3em;
  line-height: 1.3em;
  color: #045aac;
}
p,
ul,
ol {
  font-size: 1.1em;
  line-height: 1.3em;
  color: #ffffff;
  letter-spacing: 0.04em;
}
/* BEREICHE */
.social {
  padding: 30px 0;
}
.topthemen {
  background-color: #eeb422;
  padding: 30px 0;
}
.vierer {
  background-color: #d6336c;
  padding: 30px 0;
}
.vierer p {
  color: #fcc2d7;
}
.fuss {
  background-color: #495057;
  padding: 30px 0;
}
.fuss p {
  color: #adb5b6;
}
.fuss .btn-link {
  color: #adb5b6;
}
/* BUTTON */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  letter-spacing: 0.1em;
  font-weight: 300;
  border-radius: 1px;
  text-transform: uppercase;
}
.btn-link {
  color: #eb0f8a;
  text-transform: uppercase;
}
.btn-bd {
  color: #4d0559;
  background-color: #b4cee6;
  border-color: #b4cee6;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #eb0f8a;
}
.nav-pills .nav-link {
  background-color: #d6336c;
}
/* NAVBAR */
.navbar-light .navbar-nav .nav-link {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.navbar-light {
  background-color: #ffffff !important;
}
.dropdown-menu {
  border: 0px solid rgba(0, 0, 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: #282828;
  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: #045aac;
}
#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;
}
.video-list-thumbs > li {
  margin-bottom: 12px;
}
.video-list-thumbs > li > a {
  display: block;
  position: relative;
  background-color: #d6336c;
  color: #045aac;
  padding: 8px;
  border-radius: 0;
}
.video-list-thumbs > li > a:hover {
  background-color: #881b41;
  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: #b22456;
  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;
  }
}
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
