/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
.studio .logo--right{
  display: none;
}
fieldset,
hr {
  border: 0;
  padding: 0;
}
.cookie-notice .legal-links,
.visuallyhidden {
  white-space: nowrap;
}
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  margin: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
body {
  font-family: "PT Sans", sans-serif;
}
h1,
h2,
h3 {
  font-family: "Fredericka the Great", cursive;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  -moz-hyphens: auto;
  hyphens: auto;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  word-break: normal;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  h1,
  h2,
  h3 {
    font-size: 2.8rem;
  }
}
.generic-content h1,
.generic-content h2,
.generic-content h3 {
  text-align: left;
}
.generic-content h2 {
  font-size: 2.2rem;
}
h3 {
  font-size: 1.8rem;
}
p {
  font-size: 1.1rem;
}
.c-module-wrapper {
  padding: 30px 5px 40px;
}
@media screen and (min-width: 768px) {
  .c-module-wrapper {
    padding: 70px 15px 90px;
  }
  .c-studio-wrapper{
    padding: 30px 15px 50px 15px;
  }
}
.c-module-wrapper--blue {
  background: #0196c1;
  position: relative;
}
.c-module-wrapper--blue h1,
.c-module-wrapper--blue h2,
.c-module-wrapper--blue h3,
.c-module-wrapper--blue p {
  color: #fff;
}
.c-module-wrapper .c-contact-form p {
  color: #2b2b2b;
}
.c-star-decorator {
  color: #2b2b2b;
  text-align: center;
  letter-spacing: 0.3rem;
  font-size: 1.7rem;
  margin-bottom: 40px;
}
.c-star-decorator--white {
  color: #fff;
}
.c-fixed-top {
  border-top: 15px solid #2b2b2b;
  width: 100%;
  position: fixed;
  z-index: 100;
}
.c-header {
  padding-top: 30px;
  position: relative; /*z-index:20;*/
}
.c-intro {
  margin-top: -50px;
}
@media (min-width: 992px) {
  .c-header {
    padding-top: 60px;
    position: relative; /*z-index:5;*/
  }
  .c-intro {
    margin-top: auto;
  }
}
.logo {
  margin-top: -20px;
  z-index: 1;
}
.logo-wrapper {
  display: block;
  position: relative;
}
.logo-announcement {
  display: block;
  margin: 0 auto;
  position: absolute;
}
.logo-slider .logo-announcement {
  display: none;
}
.logo-slider .logo-show {
  display: block;
}
@media (max-width: 991px) {
  .logo-addon {
    display: block;
    margin: 0 auto;
    padding-top: 0;
  }
  .logo--anouncement .logo {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .logo-addon {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .logo-addon {
    width: 33%;
    right: 0;
    position: absolute;
    top: 0;
  }
  .logo-announcement {
    margin: 25px auto;
  }
  .logo {
    margin-top: -80px;
    z-index: 1;
  }
  .logo-wrapper {
    margin-top: 50px;
  }
  .logo--right {
    margin-top: -120px;
  }
}
.c-request-ribbon__wrapper {
  position: relative;
}
.c-request-ribbon {
  margin-top: -20px;
  position: absolute;
  background: #0097c4;
  height: 44px;
  width: 100px;
  display: none;
  text-align: center;
  padding: 40px 0;
  text-transform: uppercase;
  font-size: 1.1rem;
  right: 0;
  color: #fff;
  z-index: 10;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.4);
}
.c-request-ribbon:after,
.c-request-ribbon:before {
  content: "";
  position: absolute;
  border-top: 35px solid #0097c4;
  height: 0;
  width: 0;
  top: 100%;
}
.c-request-ribbon:after {
  border-left: 50px solid transparent;
  right: 0;
}
.c-request-ribbon:before {
  border-right: 50px solid transparent;
  left: 0;
}
.c-request-ribbon:hover {
  background: #12a5d1;
  color: #fff;
  text-decoration: none;
}
.c-request-ribbon:hover:after,
.c-request-ribbon:hover:before {
  border-top: 35px solid #12a5d1;
}
.navbar-nav {
  position: relative;
  z-index: 2;
}
.navbar-nav:before {
  content: "";
  width: 5000px;
  height: 40px;
  position: absolute;
  margin-left: -5000px;
  background: #0097c4;
}
.navbar-inverse .navbar-nav > li > a {
  background: #0097c4;
  color: #fff;
  text-transform: uppercase;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: #19adda;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  background-color: #12a5d1;
}
@media (min-width: 768px) {
  .navbar-inverse .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.navbar-inverse {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}
.navbar-toggle {
  background: #3bbaed;
}
.navbar-inverse .navbar-toggle {
  border-color: #2199ca;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border: none;
}
.c-intro {
  padding-bottom: 80px;
}
.c-testimonial-wrapper {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .c-request-ribbon {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .c-testimonial-wrapper {
    text-align: center;
    margin: 40px 0;
  }
}
.c-testimonial {
  cursor: pointer;
}
.c-testimonial__stars {
  font-size: 44px;
  color: #fbc600;
  margin: 0;
}
.c-testimonial blockquote {
  padding: 0;
  margin: -10px 0 20px;
  border-left: 0;
}
.c-testimonial blockquote p {
  font-style: italic;
  margin: 10px 0 5px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 10px 0;
}
.c-testimonial blockquote footer {
  font-weight: 700;
  color: #2b2b2b;
}
.c-intro__subline {
  text-transform: none;
  font-size: 30px;
}
.subline{
  text-align: center;
}
.c-contact-form {
  background: #fff;
  padding: 40px 40px 60px;
}
.c-contact-form__intro {
  margin-bottom: 30px;
}
.c-contact-form h3 {
  color: #2b2b2b;
  text-align: left;
  border-bottom: 1px solid #2b2b2b;
  padding-bottom: 5px;
  margin: 0 0 15px;
}
.c-package,
.c-page-footer {
  text-align: center;
}
.c-contact-form p {
  margin-bottom: 20px;
}
.form-control {
  background-color: #cce9f1;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  color: #004153;
  padding: 8px 12px;
  height: 38px;
}
.has-error .form-control {
  border: 1px solid #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-group label {
  font-weight: 400;
}
.form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #dceef3;
}
@media (max-width: 767px) {
  form .btn {
    display: block;
    width: 100%;
  }
}
.c-contact-wrapper {
  padding-top: 20px;
  padding-bottom: 80px;
}
.c-privacy-notice {
  margin: 20px 0;
}
.c-privacy-notice small {
  display: block;
  margin-top: 10px;
}
.c-page-footer {
  background-color: #0080a5;
  padding: 10px 15px;
  color: #fff;
}
.c-page-footer a {
  color: #fff;
}
.c-testimonials-wrapper {
  padding: 50px 15px 100px;
}
.c-info-spenden {
  background-color: #fff;
  padding: 15px;
}
.c-info-spenden p {
  color: #2b2b2b;
  font-size: 0.8rem;
}
.c-package h3 {
  margin-bottom: 15px;
  color: #0097c4;
}
.c-package ul {
  text-align: left;
  font-size: 1rem;
}
.c-package li:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin: 0 10px 0 -20px;
  color: #fff;
}
.c-gallery-module li{
  list-style: none;
}
.c-gallery-module li:before {
  font-family: FontAwesome;
  content: "\2713\0020";
  margin: 0 10px 0 -20px;
  color: #000;
  font-weight: bold;
}
.c-package li {
  list-style-type: none;
  padding: 10px 0;
}
.c-package-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}
.c-package {
  margin-top: 40px;
}
.c-package-content img {
  margin-top: 20px;
  margin-bottom: 20px;
  transform: scale(1.2);
}
.c-package-list {
  color: #fff;
  background: #0291bd;
  padding: 10px 10px 15px;
}
#referenzen-sorter{
  text-align: center;
  font-weight: 900;
  font-size: 15px;
  color: #0080a5;
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
.referenz--card{
  background-color: #fff;
  position: relative;
  min-height: 1px;
  margin-bottom: 2rem;
}
.c-module-wrapper--blue .referenz--card{
  background-color: transparent;
}
.referenzen--flex{
  display: flex;
}
.referenzen--flex .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.referenzen--logo{
  display: flex;
  justify-content: center;
}
.teaser{
  margin-top: 30px;
  margin-bottom: 2rem;
}
.referenz--card-wrapper{
  margin: 1rem .7rem 0 .7rem;
  box-shadow: 1px 5px 10px 5px rgba(77, 77, 77, .4);
  height: 100%;
  display: block;
  position: relative;
}
.teaser-footer{
  display: flex;
  height: 30px;
  width: 100%;
  background-color: #0080a5;
  padding: 0 10px;
  position: absolute;
  bottom: 0;
}
.teaser-kategorie{
  font-weight: 700;
  color: #fff;
  flex-grow: 1;
  margin: 0;
  display: flex;
  align-items: center;
}
#referenzen-sorter span{
  display: flex;
  cursor: pointer;
}
#referenzen-sorter span::after{
    content: '*';
    font-size: 21px;
    margin: 0 10px;
}
#referenzen-sorter span:last-child::after{
  content: none;
}
.teaser-headline{
  font-size: 17px;
        color: #0080a5;
        font-family: 'PT Sans';
        text-transform: none;
        font-weight: 700;
        margin: 1.5rem;
}
.teaser-text{
  font-size: 14px;
        padding: 0 35px;
        font-weight: 600;
}
.teaser-botton{
  display: flex;
  color: #fff;
  border: 1px solid #fff;
  margin-top: 2px;
  margin-bottom: -6px;
  height: 25px;
  font-size: 15px;
  padding: 0 5px;
}
.image{
  width: 100%;
  /* height: 50%; */
  background-color: #222;
}
.c-package-footer {
  padding: 20px;
}
.c-package-footer p {
  font-size: 1rem;
  margin: 0;
  text-align: center;
}
.c-package-footer b {
  font-size: 3rem;
  font-weight: 400;
}
.c-package-content {
  padding: 10px;
}
.btn-primary {
  background-color: #0291bd;
}
.btn-submit {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .btn-submit {
    margin-top: 0;
    float: right;
  }
  .c-contact-form .btn-default {
    float: left;
  }
}
.c-package-footer .btn {
  margin-top: 5px;
  margin-right: 10px;
}
.fade-slider {
  margin-bottom: 30px;
}
.c-reference-wrapper {
  text-align: center;
}
.reference {
  display: inline-block;
  margin: 10px;
  max-width: 75px;
}
.c-video-title {
  font-size: 0.8rem;
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
}
.c-gallery-wrapper {
  padding: 0;
  position: relative;
  text-align: center;
}
.slick-slide {
  position: relative;
  z-index: 1;
}
.toStudio{
  width: 100%;
  text-align: center;
}
.c-gallery-link,
.c-studio-link {
  padding: 5px 20px;
  background: #fff;
  color: #018fbd;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  z-index: 30;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4);
  font-family: "Fredericka the Great", cursive;
  font-size: 1.2rem;
  text-transform: uppercase;
  border-radius: 4px;
  margin-left: -90px;
}
.c-gallery-link:hover,
.c-studio-link:hover {
  text-decoration: none;
  color: #fff;
  background: #018fbd;
}
@media (min-width: 992px) {
  .c-gallery-link,
  .c-studio-link {
    padding: 5px 20px;
    background: #fff;
    color: #018fbd;
    display: block;
    right: 10px;
    top: 10px;
    font-size: 1.6rem;
    margin-left: 0;
    bottom: auto;
  }
  .c-gallery-wrapper {
    text-align: left;
  }
}
.popup-grafik {
  display: flex;
  flex-direction: column;
}
.popup-grafik img {
  margin-bottom: 1.5rem
}
.c-crosslinks h2,
.switch {
  font-size: 20px;
}
.c-crosslinks,
.c-site__intro,
.cookie-notice,
.switch-wrapper {
  text-align: center;
}
.current-video {
  margin-bottom: 40px;
}
.c-about-wrapper .slick-arrow {
  display: none !important;
}
.gallery-slider img {
  height: 300px;
}
@media (min-width: 768px) {
  .reference {
    max-width: 100px;
  }
  .gallery-slider img {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .gallery-slider img {
    height: 600px;
  }
  .c-gallery-link,
  .c-studio-link {
    right: 40px;
    top: 40px;
  }
}
.c-frame {
  position: relative;
}
.btn-engage {
  margin-top: 20px;
  margin-bottom: 30px;
}
.c-karrikaturen-next,
.c-karrikaturen-prev {
  display: block;
  position: absolute;
  cursor: pointer;
  z-index: 50;
}
.c-karrikaturen-prev {
  left: 15px;
  top: 170px;
}
.c-karrikaturen-next {
  right: 5px;
  top: 200px;
}
@media (min-width: 1200px) {
  .gallery-slider img {
    height: 720px;
  }
  .c-karrikaturen-prev {
    left: 35px;
    top: 240px;
  }
  .c-karrikaturen-next {
    right: 22px;
    top: 270px;
    width: 69px;
    height: 81px;
  }
}
.switch,
.switch div {
  height: 1em;
  border-radius: 1em;
  cursor: pointer;
}
@media (min-width: 992px) {
  .c-karrikaturen-galerie {
    margin-top: -50px;
  }
}
img.c-frame--active {
  display: block;
}
.promi-slider-digital *,
.promi-slider-papier *,
.testimonial-slider * {
  outline: 0;
}
.btn-promis {
  position: relative;
  margin-top: -125px;
  margin-right: 80px;
  z-index: 50;
}
.switch-label {
  display: inline-block;
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.c-papier,
.c-tablet {
  display: none;
}
.c-kslider--active {
  display: block;
}
.c-crosslinks {
  border-top: 1px solid #4aafcc;
  color: #fff;
}
.c-video-thumb .play-button:before,
.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.c-crosslinks a,
.c-crosslinks a:hover {
  color: #fff;
}
.switch input {
  position: absolute;
  opacity: 0;
}
.switch {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  width: 2em;
  background: #ccc;
}
.switch div {
  width: 1em;
  background: #018fbd;
  box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.switch input:checked + div {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.c-gallery__list {
  margin-bottom: 50px;
}
.c-gallery-list__item {
  margin-top: 30px;
  margin-bottom: 30px;
}
.c-gallery-list__iframe,
.c-gallery-list__image {
  display: block;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-gallery-list__item:nth-of-type(even) .c-gallery-list__iframe:hover,
.c-gallery-list__item:nth-of-type(even) .c-gallery-list__image:hover {
  -moz-transform: scale(1.1) rotate(-3deg);
  -webkit-transform: scale(1.1) rotate(-3deg);
  -o-transform: scale(1.1) rotate(-3deg);
  -ms-transform: scale(1.1) rotate(-3deg);
  transform: scale(1.1) rotate(-3deg);
}
.c-gallery-list__item:nth-of-type(odd) .c-gallery-list__iframe:hover,
.c-gallery-list__item:nth-of-type(odd) .c-gallery-list__image:hover {
  -moz-transform: scale(1.1) rotate(3deg);
  -webkit-transform: scale(1.1) rotate(3deg);
  -o-transform: scale(1.1) rotate(3deg);
  -ms-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}
.c-gallery_inlinedownload,
.c-gallery_inlinedownload:hover {
  color: #fff;
}
.c-site__intro {
  margin-top: 30px;
  margin-bottom: 40px;
}
.c-gallery-module {
  margin-bottom: 140px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.c-video-thumb,
.youtube {
  background-color: #000;
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.c-video-thumb__title {
  text-align: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 2px 5px;
  width: 100%;
  bottom: 0;
}
.c-video-thumb img,
.youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.9;
}
.c-video-thumb .play-button,
.youtube .play-button {
  background-color: #0097c4;
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.youtube .play-button {
  width: 90px;
  height: 60px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}
.youtube .play-button:before {
  border-width: 15px 0 15px 26px;
}
.c-video-thumb .play-button {
  width: 40px;
  height: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.c-video-thumb .play-button:before {
  border-width: 10px 0 10px 13px;
}
.c-video-thumb .play-button,
.c-video-thumb img,
.youtube .play-button,
.youtube img {
  cursor: pointer;
}
.c-video-thumb .play-button,
.c-video-thumb .play-button:before,
.c-video-thumb iframe,
.c-video-thumb img,
.youtube .play-button,
.youtube .play-button:before,
.youtube iframe,
.youtube img {
  position: absolute;
}
.c-video-thumb .play-button,
.c-video-thumb .play-button:before,
.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.youtube iframe {
  top: 0;
  left: 0;
}
.m-t-30 {
  margin-top: 30px;
}
.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.karrikaturen {
  -moz-transform: scale(1.6);
  -webkit-transform: scale(1.6);
  -o-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
  margin: 80px 110px;
}
@media screen and (max-width: 767px) {
  #columns[data-columns]::before {
    content: "1 .col-xs-12";
    visibility: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #columns[data-columns]::before {
    content: "2 .col-sm-6";
    visibility: hidden;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #columns[data-columns]::before {
    content: "3 .col-md-4";
    visibility: hidden;
  }
}
@media screen and (min-width: 1200px) {
  #columns[data-columns]::before {
    content: "3 .col-lg-4";
    visibility: hidden;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: 0;
  margin-left: 0;
}
input[type="date"],
input[type="select"] {
  display: block;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
@media screen and (max-width: 767px) {
  .c-header .navbar {
    top: 15px;
    border-width: 0 0 1px;
    position: fixed;
    right: 10px;
    left: 10px;
    z-index: 1030;
    display: inline-block;
  }
  /* .navbar-toggle {
    margin-right: 0;
  } */
  .c-intro {
    margin-top: 0;
  }
}
.panel-heading {
  display: block;
}
.back-to-top,
.no-cookies {
  display: none;
}
.cookie-notice {
  display: none;
  width: 100%;
  bottom: 0;
  z-index: 9999;
  position: fixed;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
.cookie-notice button {
  color: #fff;
  outline: 0;
  border: none;
  text-decoration: none;
  padding: 4px 8px;
  margin: 2px 10px;
  border-radius: 4px;
  font-weight: 700;
  background: rgba(148, 148, 148, 0.7);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}
.cookie-notice button:hover {
  background: rgba(148, 148, 148, 0.5);
}
.cookie-notice a {
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
}
.cookie-notice abbr {
  text-decoration: none;
  border-bottom: 1px dotted #fff;
  cursor: help;
}
.back-to-top {
  position: fixed;
  bottom: 60px;
  right: 15px;
  background-color: rgba(148, 148, 148, 0.7);
  color: #fff;
  padding: 8px 10px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 10;
}
.back-to-top:hover {
  background-color: rgba(148, 148, 148, 0.5);
}
.video-container-16-9 {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container-16-9 embed,
.video-container-16-9 iframe,
.video-container-16-9 object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video-container-4-3 {
  position: relative;
  padding-bottom: 75%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container-4-3 embed,
.video-container-4-3 iframe,
.video-container-4-3 object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hidden {
  display: none !important;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}
.invisible {
  visibility: hidden;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
@media print {
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }
  *,
  :after,
  :before,
  :first-letter,
  blockquote:first-line,
  div:first-line,
  li:first-line,
  p:first-line {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #999;
  }
  thead {
    display: table-header-group;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.input-group-lg input[type="date"],
input[type="date"].form-control,
input[type="date"].input-lg,
input[type="date"].input-sm {
  line-height: normal;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #19adda;
  border-color: #ddd;
}
.container .row li {
  font-size: 1.1rem;
}
.c-gallery-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog ul {
  list-style-type: none;
}
.blog ul li:before {
  content: "\2713\0020";
  font-weight: bold;
}
.c-module-wrapper--blue a {
  color: #ccc;
  text-decoration: underline;
}
.c-module-wrapper--blue a.btn-primary {
  color: #fff;
  text-decoration: none;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
  text-align: center;
}
.white-popup h2{
  font-family: "PT Sans", sans-serif;
  color: #0080a5;
  font-weight: bold;
}
a.aj,
a.start{
  color: #fff;
}
.popup-content .inhalt{
  max-height: 400px;
  overflow-y: auto;
}

#refs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}

@media (orientation:landscape) and 
(min-device-width: 319px) and 
(max-device-width: 480px)  {
  #refs {
    padding-top: 2rem;
  }
}

#refs.other {
  justify-content: left;
  gap: 5%;
}

#refs img {
  width: 100%;
  max-width: 160px;
}

ul.sub-nav {
  background-color: #0097c4;
  padding: 0;
  position: absolute;
  opacity: 0;
  transition: ease-in-out all .3s;
  pointer-events: none;
  width: 100%;
}
li:first-child:hover ul.sub-nav {
  opacity: 1;
  pointer-events: all;
}

ul.sub-nav li {
  list-style: none;
  padding: .5rem;
  width: 100%;
}

ul.sub-nav li:hover {
  background-color: #19adda;
}

ul.sub-nav a {
  width: 100%;
}

ul.sub-nav li a {
  color: #fff;
  text-decoration: none;
}
@media (max-width:991px) {
  #refs {
    justify-content: center;
    margin-bottom: 1rem;
  }
  #refs img {
    width: 100%;
    max-width: 140px;
  }
  #refs.other {
    justify-content: center;
  }
}
@media (max-width:767px) {
  ul.sub-nav {
    opacity: 1;
    pointer-events: all;
    position: relative;
  }
  ul.sub-nav li {
    padding: .5rem 2rem;
  }
  
}