@charset "UTF-8";
/* All */
body {
  font-family: "Encode Sans Condensed", sans-serif; }

/* Men├╝ */
#menu_top > ul {
  width: 100%; }

.topMenu .logo {
  background-image: url("../bilder/dots.jpg");
  background-position: center bottom;
  background-size: cover; }
.topMenu .navbar-toggler {
  padding: 0;
  border: none;
  border-radius: 0; }
  .topMenu .navbar-toggler .icon-bar {
    display: block;
    height: 4px;
    border-radius: 4px;
    background-color: #0e4194;
    margin: 4px 0;
    width: 2rem;
    content: ""; }
    .topMenu .navbar-toggler .icon-bar:first-child {
      margin-top: 0; }
    .topMenu .navbar-toggler .icon-bar:last-child {
      margin-bottom: 0; }
.topMenu nav.navbar {
  padding: 0.5rem 0; }
  @media (min-width: 768px) {
    .topMenu nav.navbar {
      flex-flow: wrap; } }
  .topMenu nav.navbar .logoMobile {
    padding-right: 1rem; }
    .topMenu nav.navbar .logoMobile img {
      max-height: 2rem; }
  .topMenu nav.navbar > .container {
    display: block; }
  @media (min-width: 992px) {
    .topMenu nav.navbar .menu {
      border-top: 1px solid #898989;
      padding-top: 0.5rem; } }

@media (min-width: 992px) {
  #menu_top > ul > li > a.nav-link {
    display: inline-block;
    color: #0e4194;
    font-weight: bold;
    border-bottom: 4px solid transparent; }
  #menu_top > ul > li > a.nav-link:hover, #menu_top > ul > li.active > a.nav-link {
    border-bottom: 4px solid #ff0200; } }
@media (max-width: 991.98px) {
  #menu_top > ul {
    border: 1px solid #898989;
    border-radius: 5px;
    padding: 0;
    margin-top: 1rem; }
    #menu_top > ul > li {
      border-bottom: solid 1px #e2e2e2; }
      #menu_top > ul > li:last-child {
        border: none; }
    #menu_top > ul > li > a.nav-link {
      color: #0e4194;
      padding: 1rem; }
    #menu_top > ul > li > a:hover.nav-link, #menu_top > ul > li.active > a.nav-link {
      color: #ff0200; } }

.carousel-indicators li {
  cursor: pointer; }

/* Panels */
@media (min-width: 992px) {
  .card-columns {
    column-count: 3; } }

#main_content > .card {
  border: none;
  border-radius: 0; }
  #main_content > .card > .card-body {
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    #main_content > .card > .card-body p:last-child {
      margin-bottom: 0; }
  #main_content > .card > .card-header {
    border: none;
    border-radius: 0;
    background-color: #898989;
    color: #FFF;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 1.5rem; }

#pinnwand > div > .card {
  border-radius: 0;
  border: none;
  font-size: 14px; }
  #pinnwand > div > .card > .card-body {
    padding: 1rem 0.5rem;
    background-color: transparent; }
  #pinnwand > div > .card > .card-header, #pinnwand > div > .card > a > .card-header {
    border: none;
    border-radius: 0;
    background-color: transparent;
    color: #333;
    border-bottom: 1px solid #e2e2e2;
    font-size: 1.4rem;
    transition: all 0.1s;
    padding: 0.3rem; }
  #pinnwand > div > .card > a:hover, #pinnwand > div > .card > a:hover > .card-header {
    text-decoration: none;
    color: #ff0200; }
  #pinnwand > div > .card .subContent {
    border: none;
    border-radius: 0;
    background-color: #f8f8f8; }
    @media (min-width: 576px) {
      #pinnwand > div > .card .subContent .card-body {
        padding: 0.5rem; } }
    @media (min-width: 576px) {
      #pinnwand > div > .card .subContent .row .card-body {
        padding-right: calc(0.5rem + 15px);
        padding-left: 0; } }
  #pinnwand > div > .card .text-muted {
    font-size: 11px; }

.card-title {
  color: #ff0200;
  font-size: 16px; }
  .card-title a {
    color: #ff0200;
    transition: all 0.3s; }
    .card-title a:hover {
      text-decoration: none;
      color: #000; }

.card-img-bottom {
  color: #fff;
  padding-top: 66.66%;
  height: 100%;
  background: center no-repeat;
  background-size: cover;
  border-radius: 0; }

.card.subContent.ig .card-img-bottom {
  padding-top: 100%; }

.content .card {
  border-radius: 0;
  border: none;
  background-color: #f8f8f8; }
  .content .card .card-body {
    border-radius: 0; }
.content .card-img-bottom {
  padding-top: 66.66%; }
.content .text-muted {
  font-size: 12px; }

a.more {
  color: #0e4194;
  text-decoration: none;
  transition: all 0.1s; }
  a.more:hover {
    color: #ff0200; }

#termine.content .card-header {
  border: none;
  font-size: 1.3rem;
  background-color: transparent; }
#termine.content .card-body {
  padding-left: 5rem; }

#gallery.content .card {
  background: none; }
#gallery.content .card-img-top {
  border-radius: 0; }
#gallery.content .card-header {
  border: none;
  font-size: 1.3rem;
  background-color: transparent; }
#gallery.content .card-body {
  background-color: #f8f8f8; }

.footer {
  background-color: transparent; }
  @media (max-width: 991.98px) {
    .footer .card-deck > .card {
      min-width: 360px; } }
  .footer .impressum {
    color: #CCC;
    font-size: 0.8rem;
    margin-bottom: 1rem; }
    .footer .impressum a {
      color: #CCC;
      text-decoration: none;
      transition: all 0.3s; }
      .footer .impressum a:hover {
        color: #CCC;
        text-decoration: underline; }
    .footer .impressum p:first-child {
      margin-top: 0; }
    .footer .impressum p:last-child {
      margin-bottom: 0; }

/* Content diverses */
a.video .vidContainer {
  transition: .5s ease;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0; }

.play {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 20%; }

a.video:hover .vidContainer {
  opacity: 1; }

div.yt {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 1rem; }
  div.yt iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.page-link {
  color: #0e4194;
  border-radius: 0 !important; }
  .page-link:hover {
    color: #ff0200; }

.socials {
  border-radius: 5px;
  background-color: #FFF; }
  .socials .img-socials {
    height: 1.5rem; }
  .socials a:hover > .img-socials {
    opacity: 0.6; }

.contentImageGallery {
  margin-top: 2em; }
  .contentImageGallery > a {
    transition: all 0.3s;
    margin-bottom: 1em; }
    .contentImageGallery > a:hover {
      transform: scale(0.95);
      opacity: .8; }
    .contentImageGallery > a > img {
      border: 1px solid #DDD;
      padding: 5px;
      box-shadow: 3px 3px 3px 0px #DDD; }

#sponsoren > div {
  background-color: #898989; }
  #sponsoren > div > div {
    background-color: #0e4194; }
    #sponsoren > div > div h4 {
      color: #fff;
      font-size: 1.2rem;
      padding: 0;
      margin: 0.2em 0 0.2rem 0; }

#footercol > div {
  background-color: #0e4194; }
  #footercol > div .card {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    color: #fff; }
    #footercol > div .card .card-header {
      background-color: transparent;
      border: none;
      font-size: 1.5rem;
      padding-bottom: 0; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }
div.loadlater:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.75rem;
  margin-left: -0.75rem;
  border-radius: 50%;
  border: 4px solid #ccc;
  border-top-color: #333;
  animation: spinner 1.3s linear infinite; }

/* Cookie Container */
#cookie_directive_container {
  color: white; }
  #cookie_directive_container > nav {
    background-color: rgba(0, 0, 0, 0.7); }
    #cookie_directive_container > nav > div {
      padding-top: 1em; }

/*# sourceMappingURL=styles.css.map */
