@charset "UTF-8";
@font-face {
  font-family: "icons";
  src: url("../Fonts/icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}

.icon-international:before {
  content: "";
}

.icon-hallplan:before {
  content: "";
}

.icon-timetable:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-location:before {
  content: "";
}

.icon-national:before {
  content: "";
}

.icon-right:before {
  content: "";
}

.icon-pdf:before {
  content: "";
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1rem;
}

.overflowhidden {
  height: 100%;
  overflow: hidden;
}

hr {
  border: 0.5px solid #d8d8d8;
}

p {
  margin-bottom: 10px;
}

a {
  color: #0184c2;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

a[href$=".pdf"] {
  position: relative;
  margin-left: 20px;
}
a[href$=".pdf"]:before {
  position: absolute;
  font-family: "Icons";
  content: "";
  margin-left: -20px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a[href$=".pdf"]:before {
    margin-left: -40px;
  }
}
a[href$=".pdf"]:after {
  content: "| PDF";
  padding-left: 5px;
}
a[href$=".pdf"]:hover {
  text-decoration: underline;
}

a[href$=".doc"],
a[href$=".docx"] {
  position: relative;
  margin-left: 20px;
}
a[href$=".doc"]:before,
a[href$=".docx"]:before {
  position: absolute;
  font-family: "Icons";
  content: "";
  margin-left: -20px;
}
a[href$=".doc"]:after,
a[href$=".docx"]:after {
  content: "| Word Dokument";
  padding-left: 5px;
}
a[href$=".doc"]:hover,
a[href$=".docx"]:hover {
  text-decoration: underline;
}

.mb-30 {
  margin-bottom: 30px;
}

main > .container {
  padding: 50px 0;
}

.quote {
  padding: 10px;
  display: block;
  border-left: 3px solid #0184c2;
  text-align: center;
  font-style: italic;
  margin: 20px 0;
}

main .col-8 ul {
  list-style: none;
  margin-bottom: 10px;
}
main .col-8 ul li {
  position: relative;
  padding-left: 25px;
}
main .col-8 ul li:before {
  content: "—";
  margin-left: -25px;
  position: absolute;
}

@keyframes door-left {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(-180px, 0px);
  }
}
@keyframes door-right {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(200px, 0px);
  }
}
@keyframes bild {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(2);
  }
}
@keyframes opacity {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
.container {
  max-width: 95%;
  position: relative;
  margin: 0 auto;
}

.row {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

[class^=col-], [class*=" col-"] {
  margin-bottom: 30px;
  padding: 0 15px;
}

.col-3,
.col-4,
.col-6,
.col-8,
.col-12 {
  width: 100%;
}

.col-4 {
  order: 2;
}

aside {
  display: flex;
  flex-flow: row wrap;
}
aside nav {
  order: 2;
}
aside div {
  order: 1;
}

.col-8 {
  order: 1;
}

@media screen and (max-width: 767px) {
  .row .row .col-3 {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .col-3 {
    width: 50%;
  }

  .col-4 {
    width: 100%;
  }

  .col-6 {
    width: 50%;
  }

  .container {
    max-width: 90%;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 90%;
  }

  .col-3 {
    width: 25%;
  }

  .col-4 {
    width: 33%;
    order: 1;
  }

  .col-6 {
    width: 50%;
  }

  .col-8 {
    width: 66.66%;
    order: 2;
  }

  .col-12 {
    width: 100%;
  }

  aside nav {
    order: 1;
  }
  aside div {
    order: 2;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}
[class^=col-] > .row > [class^=col-],
[class*=" col-"] > .row > [class*=" col-"] {
  padding: 0;
}

.simplethings [class*=" col-"],
.simplethings [class^=col-],
.footer [class^=col-],
.footer [class*=" col-"] {
  margin-bottom: 0;
}

.veranstaltungen .col-4 {
  order: 1;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .veranstaltungen .col-4 {
    width: 33%;
  }
}
.veranstaltungen .col-8 {
  order: 2;
}

.col-8 > .row:first-child > .col-12 > h2 {
  margin-top: 0;
}

header {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
header .container {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container > a {
  max-width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  header .container > a {
    max-width: 50%;
  }
}
header .container > a img {
  width: 80%;
}

h1, .h1 {
  font-size: 32px;
  font-size: 2rem;
}
@media only screen and (min-width: 576px) {
  h1, .h1 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

h2, .h2 {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 10px;
}
@media only screen and (min-width: 576px) {
  h2, .h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

h3, .h3 {
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (min-width: 576px) {
  h3, .h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h4, .h4 {
  font-size: 20px;
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 15px;
}

h6, .h6 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Bahnschrift", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.2;
}

header nav ul {
  display: none;
  list-style: none;
}
@media screen and (min-width: 768px) {
  header nav ul {
    display: block;
  }
}
header nav ul li {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Bahnschrift", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  margin-right: 30px;
}
header nav ul li:last-child {
  margin-right: 0;
}
header nav ul li a {
  color: #1b1b1b;
  text-decoration: none;
  position: relative;
}
header nav ul li a:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  display: block;
  margin-top: 2px;
  right: 0;
  background: white;
  transition: width 0.2s ease;
}
header nav ul li a:hover {
  color: #0184c2;
}
header nav ul li a:hover:after {
  width: 100%;
  left: 0;
  bottom: 0;
  background: #0184c2;
}
header nav ul li a.active {
  color: #0184c2;
}
header nav ul li a.active:after {
  width: 100%;
  left: 0;
  bottom: 0;
  background: #0184c2;
}
header nav label.hamburg {
  margin-left: auto;
  margin-right: -10px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  display: block;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  header nav label.hamburg {
    display: none;
  }
}
header nav label.hamburg:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
header nav #hamburg:checked + .hamburg + ul {
  display: flex;
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  background: rgba(1, 132, 194, 0.8);
  overflow: hidden;
  height: 100vh;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
  z-index: 9;
  animation-name: fadeIn;
  animation-duration: 2s;
}
header nav #hamburg:checked + .hamburg + ul li {
  display: block;
  padding: 10px;
  margin: 0;
  font-size: 24px;
}
header nav #hamburg:checked + .hamburg + ul li a {
  color: white;
}
header nav #hamburg:checked + .hamburg + ul li a.active:after, header nav #hamburg:checked + .hamburg + ul li a:hover::after {
  background: white;
}
header nav .line {
  position: absolute;
  left: 10px;
  height: 5px;
  width: 30px;
  background: #0184c2;
  border-radius: 2px;
  display: block;
  transition: 0.5s;
  transform-origin: center;
}
header nav .line:nth-child(1) {
  top: 12px;
}
header nav .line:nth-child(2) {
  top: 24px;
}
header nav .line:nth-child(3) {
  top: 36px;
}
header nav #hamburg:checked + .hamburg .line:nth-child(1) {
  transform: translateY(12px) rotate(-45deg);
}
header nav #hamburg:checked + .hamburg .line:nth-child(2) {
  opacity: 0;
}
header nav #hamburg:checked + .hamburg .line:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}
header nav #hamburg:checked + .hamburg .line {
  background: white;
}
header nav #hamburg + .hamburg:hover .line:nth-child(2) {
  width: 20px;
}
header nav #hamburg + .hamburg:focus .line:nth-child(2) {
  width: 24px;
}
header input#hamburg {
  display: none;
}

footer {
  color: white;
}
footer nav {
  text-align: left;
  margin-top: 10px;
}
@media screen and (min-width: 605px) {
  footer nav {
    margin-top: 0;
  }
}
footer nav ul {
  list-style: none;
  float: left;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  footer nav ul {
    float: right;
  }
}
footer nav ul li {
  display: inline;
  margin-right: 10px;
}
@media screen and (max-width: 375px) {
  footer nav ul li {
    margin-right: 5px;
  }
}
footer nav ul li:last-child {
  margin-right: 0;
}
footer nav ul li a {
  color: white;
  text-decoration: none;
  position: relative;
}
footer nav ul li a:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  display: block;
  margin-top: 2px;
  right: 0;
  background: white;
  transition: width 0.2s ease;
  -webkit-transition: width 0.2s ease;
}
footer nav ul li a:hover:after {
  width: 100%;
  left: 0;
  background: white;
}
footer nav ul li a.active:after {
  width: 100%;
  left: 0;
  background: white;
}

.submenu {
  width: 100%;
  display: none;
  background-color: #f0f0f0;
  padding: 20px 20px 20px 10px;
}
@media screen and (min-width: 1200px) {
  .submenu {
    display: block;
  }
}
.submenu button {
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
}
.submenu button:before {
  color: #0184c2;
  background-color: transparent;
}
.submenu button:focus {
  outline: none;
}
.submenu button:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: -10px;
  top: -7px;
}
.submenu ul {
  list-style: none;
}
.submenu ul li {
  margin-bottom: 10px;
}
.submenu ul li:last-child {
  margin-bottom: 0;
}
.submenu ul li a {
  margin-left: 25px;
  color: #1b1b1b;
  font-family: -apple-system, BlinkMacSystemFont, "Bahnschrift", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.submenu ul li a:hover {
  color: #0184c2;
}
.submenu ul li button + a {
  margin-left: 0 !important;
}
.submenu ul li ul {
  margin-left: 25px;
  margin-top: 10px;
  display: none;
}
.submenu ul li ul li a {
  margin-left: 33px;
}
.submenu ul li button[aria-expanded=false]:before {
  font-family: "icons";
  content: "";
  padding: 3px;
  font-size: 12px;
  font-size: 0.75rem;
}
.submenu ul li button[aria-expanded=true]:before {
  font-family: "icons";
  content: "";
  padding: 3px;
  font-size: 12px;
  font-size: 0.75rem;
}
.submenu ul li button[aria-expanded=true] + a + ul {
  display: block;
}
.submenu ul li.active > a {
  font-weight: 700;
  color: #0184c2;
}
.submenu ul li.open > ul {
  display: block;
}
.submenu ul li.open > button:before {
  color: #0184c2;
  content: "";
}

.mobile-submenu {
  background-color: #f0f0f0;
  margin: 30px 0 10px 0;
}
@media screen and (min-width: 1200px) {
  .mobile-submenu {
    display: none;
  }
}
.mobile-submenu > button {
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  background: #0184c2;
  padding: 10px 10px;
  font-size: 16px;
  font-size: 1rem;
  color: white;
}
.mobile-submenu > button:after {
  font-family: "icons";
  content: "";
  float: right;
}
.mobile-submenu > button:focus {
  outline: none;
}
.mobile-submenu > button[aria-expanded=true]:after {
  font-family: "icons";
  content: "";
}
.mobile-submenu ul {
  display: none;
}
.mobile-submenu button[aria-expanded=true] + a + ul,
.mobile-submenu button[aria-expanded=true] + ul {
  display: block;
  padding: 20px 10px;
  list-style: none;
}
.mobile-submenu button[aria-expanded=true] + a + ul li,
.mobile-submenu button[aria-expanded=true] + ul li {
  display: block;
  margin-bottom: 10px;
  margin-left: 20px;
  position: relative;
}
.mobile-submenu button[aria-expanded=true] + a + ul li:last-child,
.mobile-submenu button[aria-expanded=true] + ul li:last-child {
  margin-bottom: 0;
}
.mobile-submenu button[aria-expanded=true] + a + ul li.active > a,
.mobile-submenu button[aria-expanded=true] + ul li.active > a {
  color: #0184c2;
}
.mobile-submenu button[aria-expanded=true] + a + ul li a,
.mobile-submenu button[aria-expanded=true] + ul li a {
  color: #1b1b1b;
  font-family: -apple-system, BlinkMacSystemFont, "Bahnschrift", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.mobile-submenu button[aria-expanded=true] + a + ul li a:hover,
.mobile-submenu button[aria-expanded=true] + ul li a:hover {
  color: #0184c2;
}
.mobile-submenu button[aria-expanded=true] + a + ul li:before,
.mobile-submenu button[aria-expanded=true] + ul li:before {
  display: none;
}
.mobile-submenu button[aria-expanded=true] + a + ul li button,
.mobile-submenu button[aria-expanded=true] + ul li button {
  border: none;
  background: none;
  margin-left: -20px;
}
.mobile-submenu button[aria-expanded=true] + a + ul li button[aria-expanded=false]:before,
.mobile-submenu button[aria-expanded=true] + ul li button[aria-expanded=false]:before {
  font-family: "icons";
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 0;
  color: #0184c2;
}
.mobile-submenu button[aria-expanded=true] + a + ul li button[aria-expanded=false]:after,
.mobile-submenu button[aria-expanded=true] + ul li button[aria-expanded=false]:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: -30px;
  top: 0;
}
.mobile-submenu button[aria-expanded=true] + a + ul li button[aria-expanded=false]:focus,
.mobile-submenu button[aria-expanded=true] + ul li button[aria-expanded=false]:focus {
  outline: none;
}
.mobile-submenu button[aria-expanded=true] + a + ul li button[aria-expanded=true]:before,
.mobile-submenu button[aria-expanded=true] + ul li button[aria-expanded=true]:before {
  font-family: "icons";
  content: "";
  transform: rotate(180deg);
  margin-right: 0;
  color: #0184c2;
}
.mobile-submenu button[aria-expanded=true] + a + ul li button[aria-expanded=true]:after,
.mobile-submenu button[aria-expanded=true] + ul li button[aria-expanded=true]:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: -30px;
  top: 0;
}
.mobile-submenu button[aria-expanded=true] + a + ul li button[aria-expanded=true]:focus,
.mobile-submenu button[aria-expanded=true] + ul li button[aria-expanded=true]:focus {
  outline: none;
}
.mobile-submenu button[aria-expanded=true] + a + ul li ul,
.mobile-submenu button[aria-expanded=true] + ul li ul {
  padding: 0;
  display: none;
}
.mobile-submenu button[aria-expanded=true] + a + ul li button[aria-expanded=true] + a + ul,
.mobile-submenu button[aria-expanded=true] + ul li button[aria-expanded=true] + a + ul {
  margin-top: 10px;
  display: block !important;
}
.mobile-submenu button[aria-expanded=true] + a + ul li button[aria-expanded=true] + a + ul li,
.mobile-submenu button[aria-expanded=true] + ul li button[aria-expanded=true] + a + ul li {
  margin-left: 20px;
}

.breadcrumb {
  list-style: none;
}
.breadcrumb li {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #0184c2;
  margin-right: 15px;
}
.breadcrumb li:after {
  position: absolute;
  font-family: "icons";
  content: "";
  padding-left: 5px;
  vertical-align: bottom;
}
.breadcrumb li:hover {
  text-decoration: underline;
}
.breadcrumb li:last-child {
  color: #1b1b1b;
  text-decoration: underline;
}
.breadcrumb li:last-child:after {
  display: none;
}

.event {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  padding: 20px 10px;
  background-color: #f1f1f1;
  transition: background-color 0.2s ease-in-out;
  border-left: 3px solid #f1f1f1;
  border-bottom: 0.5px solid #d8d8d8;
}
.event:hover {
  background-color: white;
  transition: background-color 0.2s ease-in-out;
  border-left: 3px solid white;
}
.event .col-8 {
  margin-left: 20px;
  padding: 15px 5px;
}
.event p.date,
.event p.place {
  margin-bottom: 0;
}
.event p.title {
  margin-bottom: 5px;
}

.title {
  font-family: -apple-system, BlinkMacSystemFont, "Bahnschrift", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}

.previewimage {
  position: relative;
  height: 200px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 25px;
}

.previewimage img {
 width: 100%;
  height: auto;
}


.event-hit {
  background-color: white;
}
@media screen and (min-width: 992px) {
  .event-hit {
    padding: 0 30px;
  }
}
.event-hit hr {
  margin: 30px 0;
}

.col-12.event-hit {
  padding: 0;
}

.event-details {
  margin: 30px 0 0 0;
}
.event-details .col-6 {
  padding: 0;
  align-self: center;
  margin-bottom: 0;
}
.event-details .location {
  position: relative;
  margin-left: 50px;
}
@media only screen and (max-width: 767px) {
  .event-details .location {
    margin-bottom: 10px;
  }
}
.event-details .location p {
  margin-bottom: 0;
}
.event-details .location:before {
  position: absolute;
  font-family: "icons";
  content: "";
  margin-left: -50px;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 30px;
  font-size: 1.875rem;
  color: #484848;
}
.event-details .info {
  position: relative;
  margin-left: 50px;
}
.event-details .info:before {
  position: absolute;
  font-family: "icons";
  content: "";
  margin-left: -50px;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 30px;
  font-size: 1.875rem;
  color: #484848;
}
.event-details .info p {
  margin-bottom: 5px;
}
.event-details a {
  text-decoration: underline;
}
.event-details a:hover {
  color: #0184c2;
  text-decoration: none;
}

.overlay {
  position: absolute;
  bottom: 0;
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.registration {
  margin: 30px 0;
}
.registration a {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 575px) {
  .registration a {
    width: 100%;
  }
}
.registration .col-6 {
  padding: 0;
}
.registration .col-6:first-child a {
  display: block;
  width: 100%;
  float: left;
}
@media screen and (min-width: 768px) {
  .registration .col-6:first-child a {
    display: inline-block;
    width: auto;
  }
}
.registration .col-6:last-child a {
  display: block;
  width: 100%;
  float: right;
}
@media screen and (min-width: 768px) {
  .registration .col-6:last-child a {
    display: inline-block;
    width: auto;
  }
}

.more {
  margin: 0;
  text-align: center;
}
.more a {
  color: inherit;
  text-decoration: none;
}
.more a:hover {
  color: #0184c2;
}
.more a:hover:before {
  color: #01618f;
}
.more a:before {
  margin-right: 0;
  font-size: 28px;
  color: #0184c2;
}

.site-title a {
  position: relative;
  color: #d8d8d8;
  text-decoration: none;
}
.site-title a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 3px solid #d8d8d8;
  transition: border-top-width 0.2s ease-in-out;
}
.site-title a:hover {
  color: #0184c2;
}
.site-title a:hover:before {
  border-top: 0px solid #d8d8d8;
  transition: border-top-width 0.2s ease-in-out;
}
.site-title a.active {
  color: #0184c2;
  text-decoration: underline;
}
.site-title a.active:before {
  display: none;
}

.filter {
  margin-bottom: 10px;
}
.filter a {
  text-decoration: none;
  display: block;
  width: 100%;
  margin: 0;
  text-align: center;
}
.filter a .row {
  margin-left: -15px;
}

.text-center {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .anmeldung .col-4 {
    order: 2;
  }
  .anmeldung .col-8 {
    order: 1;
  }
  .anmeldung .col-8 .btn {
    display: none;
  }

  .veranstaltungen .col-4, .veranstaltungen .col-8,
  .anmeldung .col-4 , .anmeldung .col-8 { padding: 0; }
}
@media screen and (min-width: 922px) {
  .anmeldung .col-4 .btn {
    display: none;
  }

  .step1 .container .row:nth-child(3) .col-12 {
    padding: 0;
  }
}
.documents {
  display: flex;
  justify-content: space-between;
}

.documents a { text-align: center; }

.documents a:first-child { margin-right: 10px; }

@media only screen and (max-width: 575px) {
  .documents { flex-direction: column; }

  .documents a { width: 100%; }

  .documents a:first-child { margin-bottom: 10px; }
}

a .card {
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.2s ease-in-out;
  height: 100%;
  background-color: #f0f0f0;
  text-decoration: none;
  color: #1b1b1b;
}
a .card .preview {
  position: relative;
  overflow: hidden;
  height: 250px;
}
a .card .preview img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
a .card .preview .category {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: #0184c2;
  padding: 5px 10px;
  color: white;
  width: 100%;
  text-align: center;
}
a .card .card-body {
  padding: 20px 20px 40px 20px;
}
a .card .card-body .continue {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #0184c2;
  font-size: 16px;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Bahnschrift", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  padding-right: 20px;
}
a .card .card-body .continue:after {
  position: absolute;
  right: 0;
  font-family: "icons";
  content: "";
}
a .card .card-body .price {
  position: absolute;
  bottom: 50px;
}
a .card:hover {
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.2s ease-in-out;
}
a:hover {
  text-decoration: none;
}

.card-selection {
  border: 2px solid #0184c2;
  margin-bottom: 20px;
}
.card-selection .card-title {
  background: #0184c2;
  padding: 5px 10px;
  width: calc(100% + 2px);
  color: white;
  text-align: center;
}
.card-selection .card-body {
  padding: 20px;
}
.card-selection .card-body span {
  font-weight: 700;
}
.card-selection .card-body p:last-child {
  margin: 0;
}

.btn {
  padding: 10px 15px;
  display: inline-block;
}

.btn.blue {
  background-color: #0184c2;
  color: white;
  transition: background-color 0.2s ease-in-out;
}
.btn.blue:hover {
  background-color: #01618f;
  transition: background-color 0.2s ease-in-out;
}
.btn.blue.step {
  float: right;
}
.btn.blue.step:after {
  font-family: "icons";
  content: "";
  /* padding-left: 10px; */
}

.btn.lightblue {
  background-color: #3F9FCC;
  color: white;
  transition: background-color 0.2s ease-in-out;
}
.btn.lightblue:hover {
  background-color: #2d83ab;
  transition: background-color 0.2s ease-in-out;
}
.btn.lightblue.step {
  float: right;
}
.btn.lightblue.step:after {
  font-family: "icons";
  content: "";
  padding-left: 10px;
}

.btn.blue-outline {
  background-color: white;
  border: 2px solid #0184c2;
  color: #0184c2;
  margin-left: 0;
  transition: all 0.2s ease-in-out;
}
.btn.blue-outline:hover {
  background-color: #0184c2;
  color: white;
  transition: all 0.2s ease-in-out;
}
.btn.blue-outline:after, .btn.blue-outline:before {
  display: none;
}

.btn.grey {
  background-color: #d8d8d8;
  color: #1b1b1b;
  transition: background-color 0.2s ease-in-out;
}
.btn.grey:hover {
  background-color: #bebebe;
  transition: background-color 0.2s ease-in-out;
}

.form-group {
  display: block;
}
.form-group label {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin-bottom: 5px;
}
.form-group select,
.form-group input {
  height: 40px;
  width: 100%;
  border: none;
  background: #f4f4f4;
  padding: 0 10px;
}
.form-group select:focus,
.form-group input:focus {
  outline: none;
}
.form-group .row .col-6 {
  width: calc(100% + 30px);
  margin-left: -15px;
  padding-right: 0;
}
@media screen and (min-width: 576px) {
  .form-group .row .col-6 {
    width: 50%;
  }
  .form-group .row .col-6:first-child {
    margin-left: -15px;
  }
  .form-group .row .col-6:last-child {
    margin-left: 0;
  }
}
.form-group input[type=radio] {
  display: none;
  width: auto;
}
.form-group input[type=radio] + label {
  display: inline-block;
  padding: 20px;
  cursor: pointer;
}
.form-group input[type=radio] + label:last-child {
  margin-right: 0;
}
.form-group input[type=radio] + label img {
  height: 40px;
}
@media screen and (min-width: 768px) {
  .form-group input[type=radio] + label img {
    height: 50px;
  }
}
@media screen and (min-width: 992px) {
  .form-group input[type=radio] + label img {
    height: 70px;
  }
}

input[type=radio]:checked + label {
  padding: 20px;
  background: #eaeaea;
}

input[type=checkbox] {
  height: auto;
  width: auto;
  display: inline;
}

form fieldset {
  border: none;
}

fieldset[disabled] {
  opacity: 0.5;
}
fieldset[disabled] input, fieldset[disabled] label {
  cursor: not-allowed;
}

.zahlungsart form {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.rechnungsanschrift,
.daten,
.zahlungsart {
  margin-bottom: 20px;
}
.rechnungsanschrift h3,
.daten h3,
.zahlungsart h3 {
  margin-bottom: 10px;
}

.alternative {
  display: none;
}

#alternative:checked + label + .alternative {
  display: block;
  margin-top: 30px;
}

label[for=gutschein] {
  margin-top: 30px;
}

input#gutschein + .info {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 12px;
  font-size: 0.75rem;
}
input#gutschein + .info.danger {
  color: red;
}
input#gutschein + .info.success {
  color: green;
}

.settings-info ul {
  list-style: none;
  margin-bottom: 20px;
}
.settings-info ul li {
  color: #858585;
  margin-bottom: 5px;
}
.settings-info ul.priceoverview li {
  display: flex;
  justify-content: space-between;
}
.settings-info ul.priceoverview li div:last-child {
  text-align: right;
  white-space: nowrap;
}
.settings-info ul.priceoverview li:last-child {
  border-top: 1px solid #1b1b1b;
  margin-top: 10px;
  padding-top: 10px;
  color: #1b1b1b;
  font-weight: 700;
}

footer {
  background-color: #0184c2;
}
footer .footer {
  padding: 20px 0;
}
footer .simplethings {
  padding: 5px 0;
  background-color: #016b9c;
  text-align: center;
}
footer .simplethings a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}
footer .simplethings a:hover {
  text-decoration: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  min-height: 295px;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: auto;
  min-height: 1px;
  overflow: hidden;
  display: none;
}
.slick-slide:focus {
  outline: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: calc(50% + 45px);
  background: #0184c2;
  border: 3px solid #0184c2;
  border-radius: 100%;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 8;
  cursor: pointer;
  color: transparent;
  outline: none;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 992px) {
  .slick-prev,
.slick-next {
    top: calc(50% + 47px);
    background: transparent;
    border: 3px solid #0184c2;
  }
}

.slick-prev:hover,
.slick-next:hover {
  background: #0184c2;
  color: white;
  outline: none;
  transition: all 0.2s ease-in-out;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: white;
  transition: color 0.2s ease-in-out;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "icons";
  font-size: 20px;
  display: flex;
  justify-content: center;
  color: white;
  transition: color 0.2s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 992px) {
  .slick-prev:before,
.slick-next:before {
    color: #0184c2;
  }
}

.slick-prev {
  left: 10px;
}
@media screen and (min-width: 992px) {
  .slick-prev {
    left: 0;
  }
}

.slick-prev:before {
  content: "";
  padding-right: 2px;
}

.slick-next {
  right: 10px;
}
@media screen and (min-width: 992px) {
  .slick-next {
    right: 0;
  }
}

.slick-next:before {
  content: "";
  padding-left: 2px;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  top: 50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  border-radius: 100%;
  border: 3px solid #0184c2;
  padding: 0;
  cursor: pointer;
  background: white;
  transition: background-color 0.2s ease-in-out;
}
.slick-dots li:hover {
  background: #0184c2;
  transition: background-color 0.2s ease-in-out;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active {
  background: #0184c2;
}

.slide-title {
  font-family: -apple-system, BlinkMacSystemFont, "Bahnschrift", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #0184c2;
  text-align: center;
  margin-bottom: 50px;
}

.slide-preview {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.slide-preview img {
  width: 100%;
  height: auto;
  border-radius: 50px;
}
.slide-preview img.logo {
  position: relative;
  height: 100%;
  min-width: auto;
}

.slick-vertical {
  margin-top: 80px;
  margin-bottom: 70px;
}
.slick-vertical .slick-prev {
  top: -50px;
  bottom: unset;
}
.slick-vertical .slick-next {
  bottom: -50px;
  top: unset;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .slick-vertical .slick-next {
    bottom: -50px;
    top: auto;
  }
}
.slick-vertical .slick-prev {
  left: calc(50% - 20px);
  transform: rotate(90deg);
}
.slick-vertical .slick-prev:before {
  padding-right: 2px;
}
.slick-vertical .slick-disabled {
  background: transparent;
  border: 3px solid #858585;
  color: #858585;
  opacity: 0.5;
}
.slick-vertical .slick-disabled:before {
  color: #858585;
  opacity: 1;
}
.slick-vertical .slick-disabled:hover {
  background: transparent;
}
.slick-vertical .slick-next {
  right: calc(50% - 20px);
  transform: rotate(90deg);
}
.slick-vertical .slick-next:before {
  padding-left: 2px;
}
.slick-vertical .slick-slide {
  border-bottom: 0.5px solid #d8d8d8;
}
.slick-vertical .active.slick-slide {
  position: relative;
  border-left: 3px solid #0184c2;
  background-color: white;
}
.slick-vertical .active.slick-slide:before {
  position: absolute;
  display: flex;
  align-items: center;
  font-family: "icons";
  width: 100%;
  height: 100%;
  margin: -20px -10px;
  justify-content: flex-end;
  font-size: 50px;
  opacity: 0.1;
}
@media screen and (min-width: 1200px) {
  .slick-vertical .active.slick-slide:before {
    content: "";
  }
}

.animation {
  display: flex !important;
  justify-content: center;
}
.animation svg {
  width: 60%;
  overflow: visible;
}
@media screen and (min-width: 992px) {
  .animation svg {
    margin: 50px 0;
  }
}
.animation .door-left {
  animation-name: door-left;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
.animation .door-right {
  animation-name: door-right;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
.animation .bild {
  position: relative;
  animation-name: bild;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  transform-origin: center;
  border: 5px solid white;
  animation-delay: 1s;
}
.animation .bild image {
  opacity: 0.1;
  animation-name: opacity;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
.animation .font {
  opacity: 0;
  animation-name: opacity;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

.slider a {
  width: 100%;
}
.slider a:focus {
  outline: none;
}

.mitglied {
  display: flex;
  justify-content: space-between;
  background: white;
}
.mitglied:last-child {
  margin-bottom: 0;
}
.mitglied a {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  color: inherit;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .mitglied a {
    padding: 20px 20px 5px 10px;
    margin-bottom: 0;
  }
}
.mitglied a:hover {
  transition: background-color 0.2s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .mitglied a:hover {
    background: #f1f1f1;
  }
}
.mitglied a:hover p:last-child {
  color: #0184c2;
}
@media screen and (max-width: 1200px) {
  .mitglied a:hover p.continue {
    text-decoration: underline;
  }
}
.mitglied .logo {
  padding: 0 20px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 1200px) {
  .mitglied .logo {
    padding: 0 20px 20px 10px;
  }
}
@media screen and (min-width: 576px) {
  .mitglied .logo {
    justify-content: center;
  }
}
@media screen and (min-width: 576px) {
  .mitglied .logo {
    width: 30%;
  }
}
.mitglied .logo img {
  width: 100%;
  background: white;
  border: 10px solid white;
}
@media screen and (max-width: 576px) {
  .mitglied .logo img {
    max-width: 200px;
  }
}
.mitglied .beschreibung {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 576px) {
  .mitglied .beschreibung {
    padding: 10px;
    width: 70%;
    margin-top: 0;
    padding: 0;
  }
}
.mitglied .beschreibung p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.mitglied .beschreibung p:last-child {
  float: right;
}
.mitglied .beschreibung p:last-child {
  margin-right: 10px;
}
.mitglied .beschreibung p.continue {
  position: relative;
  color: #0184c2;
  font-family: -apple-system, BlinkMacSystemFont, "Bahnschrift", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-right: 25px;
  overflow: visible;
}
.mitglied .beschreibung p.continue:after {
  position: absolute;
  right: 0;
  font-family: "icons";
  content: "";
  margin-right: -25px;
}

.praesidium {
  border: 2px solid #f0f0f0;
  display: flex;
  justify-content: flex-start;
  height: 100%;
}
.praesidium img {
  width: 100%;
}
.praesidium .role {
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, "Bahnschrift", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
}
.praesidium .name {
  font-family: -apple-system, BlinkMacSystemFont, "Bahnschrift", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
.praesidium p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
}
.praesidium .image {
  width: 30%;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
}
.praesidium .image img {
  height: auto;
  width: 100%;
}
.praesidium .description {
  width: 70%;
  padding: 10px;
}
.praesidium a:hover {
  text-decoration: underline;
}

.widget {
  display: flex;
  flex-flow: row wrap;
}
.widget .praesidium {
  height: auto;
  margin-top: 20px;
  width: 100%;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .widget .praesidium {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1200px) {
  .widget .praesidium {
    width: 100%;
  }
}
.widget .praesidium .description {
  padding: 0 0 0 10px;
}
@media screen and (min-width: 768px) {
  .widget .praesidium:nth-child(2n) {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .widget .praesidium:nth-child(2n) {
    margin-left: 0;
  }
}

.col-4 .widget .description p:last-child {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .col-12 .widget .praesidium {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 768px) {
  .col-12 .widget .praesidium:nth-child(2n) {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .col-12 .widget .praesidium:nth-child(1), .col-12 .widget .praesidium:nth-child(2) {
    margin-top: 0;
  }
}

.col-12 > h2 {
  margin-top: 20px;
}

main .col-8 .tabs {
  overflow: hidden;
}
main .col-8 .tabs .tab {
  width: 100%;
  color: white;
  overflow: hidden;
  margin-bottom: 20px;
}
main .col-8 .tabs .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  position: relative;
  background: #01618f;
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}
main .col-8 .tabs .tab-label span {
  position: absolute;
  right: 50px;
  top: calc(50% - 7px);
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
}
main .col-8 .tabs .tab-label:hover {
  background: #015076;
}
main .col-8 .tabs .tab-label::after {
  font-family: "icons";
  transform: rotate(90deg);
  content: "";
  width: 1em;
  text-align: center;
  transition: all 0.35s;
}
main .col-8 .tabs .tab-content {
  display: none;
  color: #858585;
  max-height: 0;
  background: #ececec;
  transition: all 0.35s;
}
main .col-8 .tabs .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #0184c2;
  cursor: pointer;
}
main .col-8 .tabs .tab-close:hover {
  background: #01618f;
}
main .col-8 .tabs .tab input {
  display: none;
}
main .col-8 .tabs .tab ul {
  list-style: none;
}
main .col-8 .tabs .tab ul li {
  display: block;
  padding: 10px 15px;
  border-left: 3px solid #ececec;
  transition: all 0.2s ease-in-out;
}
main .col-8 .tabs .tab ul li label {
  display: block;
  cursor: pointer;
}
main .col-8 .tabs .tab ul li:hover {
  background: #e0dfdf;
  border-left: 3px solid #e0dfdf;
}
main .col-8 .tabs .tab ul li:before {
  content: none;
}
main .col-8 .tabs .tab ul input:checked + li {
  background: #c3ecff;
  border-left: 3px solid #0184c2;
  transition: all 0.2s ease-in-out;
}
main .col-8 .tabs .tab ul input:checked + li label {
  color: #1b1b1b;
}
main .col-8 .tabs input:checked + .tab-label {
  background: #01618f;
}
main .col-8 .tabs input:checked + .tab-label::after {
  transform: rotate(-90deg);
}
main .col-8 .tabs input:checked ~ .tab-content {
  display: block;
  max-height: 100vh;
  transition: max-height 0.3s ease-in-out;
}
