body {
    font-family: 'TheMix';
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: top center;
    background-attachment: fixed;
    margin: 0px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer {
    align-items: flex-end !important;
    justify-content: center !important;
    display: flex !important;
    background-color: #4D4D4D;
    margin-top: 50px;
}

.article-clean {
    color: rgba(0, 0, 0, 1);
    font-family: 'TheMix';
}

p, li {
    font-family: 'TheMix';
    font-size: 16px;
}

a {
    color: #008CB1 !important;
}

.text h1, .text h2, .text h3, h1, h2, h3 {
    font-family: "Lizo", Verdana, Geneva, sans-serif;
    font-style: normal;
    font-weight: normal !important;
    color: #008CB1 !important;
}

.text h1, h1 {
    font-size: 4rem !important;
}
.text h2, h2 {
    font-size: 3.5rem !important;
}
.text h3, h3 {
    font-size: 3rem !important;
}

.text h4, .text h5, .text h6, h4, h5, h6 {
    font-family: "TheMix", Verdana, Geneva, sans-serif;
    font-style: normal;
    font-weight: bold !important;
    font-variant: small-caps;
    color: #008CB1 !important;
}

.container-text {
    margin-top: 30px;
    margin-bottom: 15px;
}

.text img {
    width: 100%;
}

header {
  position: relative;
  background-color: transparent;
  background-size: cover;
  width: 100%;
  height: 45vw;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
    header {
        height: 55vw;
    }
}
@media screen and (max-width: 980px) {
    header {
        height: 75vw;
    }
}
@media screen and (max-width: 768px) {
    header {
        height: 100vw;
    }
}
@media screen and (max-width: 465px) {
    header {
        height: 120vw;
    }
}

//* header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  opacity: 1;
  z-index: 2;
} */

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 100%;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
header img.headerfoto {
  position: absolute;
  width: auto;
  height: 100%;
  z-index: 0;
}

@media (min-width: 990px) {
    header .container {
        position: relative;
        z-index: 20;
        background: url("/media/gw_bogen.png") top right / contain no-repeat;
        max-width: 100%;
  }
}

@media screen and (max-width: 989px) {
    header .container {
        position: relative;
        z-index: 20;
        background: url("/media/gw_bogen_smal.png") top right / contain no-repeat;
        max-width: 100%;
    }
}

.logo-video {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .logo-video img {
        width: 250px;
        height: auto;
    }
}
@media screen and (max-width: 990px) {
    .logo-video img {
        display: none;
    }
    .navbar {
        padding-top: 0.1rem;
        padding-bottom: 0rem;
    }
    .navbar-logo {
        width: 150px;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .navbar-logo {
        width: 120px;
        height: auto;
    }
}

.navbar-brand {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-right: 0.2rem;
}

.col.social-icons-right img {
  margin-left: 3px;
  margin-right: 5px;
  width: 64px;
  height: 64px;
}

@media screen and (max-width: 990px) {
    .col.social-icons-right img {
      width: 48px;
      height: 48px;
    }
}
@media screen and (max-width: 480px) {
    .col.social-icons-right img {
      width: 34px;
      height: 34px;
    }
}

/*// START Navigation //*/

.navbar-dark {
    background-color: #4D4D4D;
}

@media screen and (min-width: 990px) {

    /* #navbar {
        overflow: hidden;
        padding: 10px 5px;
        transition: 0.4s;
    }  */

    nav ul {
    	-webkit-font-smoothing: antialiased;
    	list-style: none;
    	margin: 0 auto;
    	padding: 0;

    }
    nav li {
    	margin: 0;
    	padding: 0;
    	position: relative;
        border-left: rgba(255, 255, 255, .90) solid 1px;
    }
    nav li:first-child {
        border-left: none;
    }
    nav a {
        color: rgba(255, 255, 255, .95) !important;
    	display: block;
        font-family: "TheMix-Caps", Verdana, Geneva, sans-serif;
    	font-size: 18px;
        padding-right: 20px;
        padding-left: 20px;
    	text-decoration: none;
    }

    nav li:hover a {
        text-decoration: none;
        color: rgba(255, 255, 255, .75);
    }
    nav li ul {
        white-space: nowrap;
    	opacity: 1;
    	position: absolute;
    	visibility: hidden;
    	z-index: 100;
        background: linear-gradient(90deg, rgba(77, 77, 77, 1), rgba(77, 77, 77, .8));
        padding-top: 2px;
    }
    nav li:hover ul {
    	opacity: 1;
    	visibility: visible;
    }
    nav li:hover ul li {
        border-left: none;
    }

    nav li:hover ul li a {
        text-decoration: none;
    	color: #fff;
        padding-left: 15px;
        font-size: 18px;
        line-height: 24px;
        margin-top: 3px;
    }
    nav li:hover ul li ul {
        position: relative;
    	opacity: 1;
    	visibility: visible;
        background: linear-gradient(90deg, rgba(255,255,255,.7), rgba(36,181,221,.7));
    }
    nav li:hover ul li ul li {
        line-height: 18px;
    }
    nav li:hover ul li ul li:last-child {
        padding-bottom: 10px;
    }
    nav li:hover ul li ul li a {
        font-size: 16px;
    }
}

@media screen and (max-width: 989px) {
  /*Formatierung Mobiles Menue */
    nav.navbar {
        margin-bottom: 0px;
    }
    .cssnav li, .cssnav > ul, .cssnav > ul > li  {
      float: none;
      list-style: none;
      font-size: 16px;
      line-height: 18px;
      border-bottom: #000 1px dotted;
    }
    .cssnav a {
        display: block;
        color: #000;
        font-weight: 500;
    }
    .cssnav li ul li {
      border-top: none;
    }
    .cssnav li ul li:last-child {
        border-bottom: none;
    }

    .cssnav > ul > li > ul, nav > ul > li:hover > ul {
      position: relative;
    }
    p, li {
        font-weight: 400;
    }
    .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 2rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    }
    .sticky-top {
        position: relative;
        z-index: 5;
    }
}

.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 2000;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0,0,0,1), rgba(0,0,0,.6));
  overflow-x: hidden;
  transition: .75s;
  padding-top: 60px;
}

.sidepanel ul li ul {
    list-style: none;
    margin-left: -25px;
}

.sidepanel ul li a {
    font-weight: bold;
}

.sidepanel ul li ul li a {
    font-weight: normal;
}

.sidepanel li:first-child {
    border-top: 1px dotted #444444;
}

.sidepanel li {
    border-bottom: 1px dotted #444444;
}
.sidepanel li:last-child {
    border-bottom: none;
}

.sidepanel a {
  padding: 10px 10px 10px 16px;
  text-decoration: none;
  font-family: 'TheMix';
  font-size: 20px;
  color: #fff;
  display: block;
}

.sidepanel a:hover {
  color: rgba(255, 255, 255, .7);
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 46px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color:#444;
}

.d-inline {
    z-index: 1;
}
/*// ENDE Navigation //*/

@media screen and (min-width: 990px) {
    header p {
        font-family: 'TheMix-Caps';
        font-size: 3rem;
        line-height: 3rem;
        font-weight: lighter;
        text-shadow: 5px 5px 9px #000000;
        margin-bottom: 0;
    }
    header h1, header h2 {
        font-family: 'Chin up Buttercup';
        font-size: 8rem;
        text-shadow: 7px 7px 12px #000000;
        line-height: 8rem;
        margin-bottom: 0;
    }
    header h3 {
        font-family: 'TheMixBold-Caps';
        font-size: 4rem;
        text-shadow: 7px 7px 12px #000000;
        line-height: 3.9rem;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 989px) {
    header p {
        font-family: 'TheMix-Caps';
        font-size: 2rem;
        font-weight: lighter;
        text-shadow: 5px 5px 9px #000000;
        margin-bottom: 0;
    }
    header h1, header h2 {
        font-family: 'Chin up Buttercup';
        font-size: 4rem;
        text-shadow: 7px 7px 12px #000000;
        margin-bottom: 0;
    }
    header h3 {
        font-family: 'TheMixBold-Caps';
        font-size: 2.5rem;
        text-shadow: 7px 7px 12px #000000;
        line-height: 2.4rem;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 375px) {
    header p {
        font-family: 'TheMix-Caps';
        font-size: 1.3rem;
        font-weight: lighter;
        text-shadow: 5px 5px 9px #000000;
        margin-bottom: 0;
    }
    header h1, header h2 {
        font-family: 'Chin up Buttercup';
        font-size: 3rem;
        text-shadow: 7px 7px 12px #000000;
        margin-bottom: 0;
    }
    header h3 {
        font-family: 'TheMixBold-Caps';
        font-size: 2rem;
        text-shadow: 7px 7px 12px #000000;
        line-height: 2rem;
        margin-bottom: 0;
    }
}

/*/// Linkboxen ///*/

.container-linkbox {
    padding-top: 25px;
}

.linkbox {
    background: #008CB1 !important;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.5);
    box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.5);
    padding-bottom: 3px;
    margin-bottom: 15px;
}
.linkbox a {
    text-decoration: none;
}
.linkbox a:hover {
    text-decoration: none;
}

.linkbox img.linkboxpicture {
    width: 100%;
    height: auto;
}
.linkbox-title {
    background: #008CB1;
}
.linkbox-title h2 {
    font-family: 'TheMix-Caps';
    font-size: 22px !important;
    font-weight: normal;
    color: #008CB1 !important;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    border: 2px #96BD0D solid;
    padding-top: 3px !important;
    width: auto;
    margin: 24px;
}
.linkbox-teaser {
    margin: 15px;
}
.linkbox-teaser a, .linkbox-teaser a:hover {
    color: rgba(0, 0, 0, 1) !important;
}

.inhalt-text {
    margin-top: 10px;
    margin-bottom: 30px;
}



/*CC 2.0 License Iatek LLC 2018
Attribution required

*/

@media (min-width: 768px) {

    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
        margin-right: initial;
    }

    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }

    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}

.carousel-text {
  font-size: 18px;
  font-family: 'TheMixBold-Caps';
  text-align: center;
  color: rgb(3, 34, 133);
  margin-bottom: 0;
}


.brands {
    padding-top: 50px;
    padding-bottom: 20px;
}

img.listpic {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.aktuell-link {
    font-size: 18px;
}
.bilderliste {
    width: 100%;
}
.inhalt-text img {
    max-width: 100%;
    margin: 5px;
}

/*/////// Blog CSS Start ////////////*/
.blog {
overflow: hidden;
}

.blogbeitrag {
    margin: 15px 0 15px 0;
    padding-bottom: 15px;
    overflow: hidden;
}

.blogbeitrag p {
    margin: 0px;
    padding: 15px;
}

.blogbeitrag .head {
    width: 100%;
}

.blogbeitrag .head h1 {
    position: relative;
    margin: 0px;
    padding: 10px 0 0px 10px;
    font-size: 26px;
    line-height: 30px;
    text-align: left;
}

.blogbeitrag .head img {
    margin-top: -61px;
    border-bottom: 1px solid #808080;
    -webkit-box-shadow: 1px 1px 3px #969696;
    -moz-box-shadow: 1px 1px 3px #969696;
    box-shadow: 1px 1px 3px #969696;
}

.blogbeitrag .teaser h1 {
    font-size: 26px;
    line-height: 30px;
    text-align: left;
}

.blogbeitrag .teaser img {
    margin-top: -81px;
}

.blogbeitrag .btn {
    text-shadow: none;
    font-weight: normal;
    border-radius: 0px;
    border-width: 1px;
    box-shadow: 2px 2px 4px rgba(150, 150, 150, 1);
}

.blog {
    width: 100%;
}

.blog .beitrag {
    margin-bottom: 25px;
}

.blog .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog .youtube {
    position: relative;
    padding-bottom: 56.25%; /* Bestimmt das Seitenverhältnis */
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.blog .buttons {
    margin: 0 0 25px 0;
    text-align: center;
}

.blog-rss-abo {
    width: 60px;
    height: 55px;
    z-index: 7000;
    position: fixed;
    background: rgba(255, 102, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 1);
    border-left: none;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
    bottom: 35%;
    left: -45px;
    padding: 5px 0 0 15px;
    -webkit-box-shadow: 1px 1px 3px #969696;
    -moz-box-shadow: 1px 1px 3px #969696;
    box-shadow: 1px 1px 3px #969696;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;%
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.blog-rss-abo i {
    color: #FFF;
    font-size: 30px;
}

.blog-rss-abo:hover {
    left: 0px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 102, 0, 1);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;%
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.blog-rss-abo:hover i {
    color: #FF6600;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;%
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
p.headdate {
    font-size: 12px !important;
    color: rgba(0, 0, 0, .7);
    padding: 0 0 0 10px;
}

/*///// Blog CSS Ende //////////*/

.image-style-align-right {
    float: right;
}
.inhalt-text ul {
    list-style: outside;
    list-style-image: url(/media/pfeil-list-elemente.gif) !important;
}

footer p {
    color: rgba(255, 255, 255, 1) !important;
    font-family: TheMix-Caps;
    font-weight: normal;
    font-size: 19px;
}
footer p.copy {
    font-size: 15px;
    color: rgba(212, 212, 212, 1) !important;
}

footer .text-center img {
    width: 75px;
    height: auto;
    padding: 5px;
}
footer .container {
    margin-top: 15px;
}
footer ul.navbar-nav, footer li {
    display: inline;
    flex-direction: row;
}

footer ul.list-centered {
    text-align: center;
}
footer ul.list-centered li {
    display: inline;
    float: none;
    text-align: center;
}
footer ul.list-centered li a {
    display: inline-block;
}

footer li {
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px solid rgba(255, 255, 255, 1);
}
footer li:first-child {
    border-left: none;
}

footer a {
    color: rgba(255, 255, 255, 1) !important;
    font-family: TheMix-Caps;
    font-size: 19px;
}
footer a:hover {
    color: rgba(255, 255, 255, .8);
}

footer .schranke {
    padding-top: 20px;
}

/*// Carousel Test START ///*/
/*
inspired from http://codepen.io/Rowno/pen/Afykb
& https://jsfiddle.net/q0rgL8ws/
*/
.carousel-fade .carousel-inner .carousel-item {
  opacity: 0;
  transition-property: opacity;
    overflow:hidden;
}
/* .active img {
    transition: transform 7000ms linear 0s;
    transform: scale(1.05, 1.0);
} */
.carousel-fade .carousel-inner .active {
  opacity: 1 !important;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    font-size: 4em;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 0em;
    color: rgba(0, 140, 177, 1);
}

/*// Carousel Test ENDE ///*/


.hovershadow:hover {
  box-shadow: 0px 0px 20px  rgba(0, 0, 0, .9);
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  transition: box-shadow 1s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.hovershadow:hover::after {
  opacity: 1;
}

.footer-dark .item.social > a {
    box-shadow: none;
}

.image-style-align-left {
    float: left;
    margin-right: 10px;
}
.article-clean .text figure {
    margin-top: 0px;
    margin-bottom: 5px;
}
.image-style-align-center {
    margin: 0 auto;
}

.table th {
    text-align: left;
}
iframe {
    width: 90%;
    height: 1680px;
}
.inhalt-text {
    clear: both;
}
figcaption {
    margin-top: -10px;
    padding-top: 0px;
    margin-bottom: 25px;
}

/*// START SLIDER RkModulsammlung ****************************** */
.slider .frames {
    overflow: hidden;
    padding: 0;
    height: auto;
    width: 100%;
}
.slider .frames li {
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 5px;
    height: 500px;
    max-height: 833px;
    list-style: none;
    position: relative;
    width: 100%;
}
.slider .frames li:target {
    z-index: 10;
}
.slider .frames li nav a {
    background: hsla(0,0%,0%,.75);
    color: #fff;
    line-height: 50px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 50%;
    width: 80px;
    visibility: hidden;
    z-index: 10;
    font-size: 60px;
}
.slider:hover .frames li nav a {
    visibility: visible;
}
.slider .frames li nav .prev {
    border-radius: 0 50px 50px 0;
    left: 0;
}
.slider .frames li nav .next {
    border-radius: 50px 0 0 50px;
    right: 0;
}
/*// ENDE SLIDER RkModulsammlung ****************************** */


/*/// Burnseffect Slider ****************************************/
.pic-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /*animation*/
  animation: slideShow 24s linear infinite 0s;
  -o-animation: slideShow 24s linear infinite 0s;
  -moz-animation: slideShow 24s linear infinite 0s;
  -webkit-animation: slideShow 24s linear infinite 0s;
}

.pic-1 {
  opacity: 1;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.pic-2 {
  animation-delay: 6s;
  -o-animation-delay: 6s;
  -moz--animation-delay: 6s;
  -webkit-animation-delay: 6s;
  -webkit-background-size:  cover !important;
  -moz-background-size:  cover !important;
  -o-background-size:  cover !important;
  background-size:  cover !important;
}

.pic-3 {
  animation-delay: 12s;
  -o-animation-delay: 12s;
  -moz--animation-delay: 12s;
  -webkit-animation-delay: 12s;
  -webkit-background-size:  cover !important;
  -moz-background-size:  cover !important;
  -o-background-size:  cover !important;
  background-size:  cover !important;
}

.pic-4 {
  animation-delay: 18s;
  -o-animation-delay: 18s;
  -moz--animation-delay: 18s;
  -webkit-animation-delay: 18s;
  -webkit-background-size:  cover !important;
  -moz-background-size:  cover !important;
  -o-background-size:  cover !important;
  background-size:  cover !important;
}

.pic-5 {
  animation-delay: 24s;
  -o-animation-delay: 24s;
  -moz--animation-delay: 24s;
  -webkit-animation-delay: 24s;
  -webkit-background-size:  cover !important;
  -moz-background-size:  cover !important;
  -o-background-size:  cover !important;
  background-size:  cover !important;
}
.pic-6 {
  animation-delay: 30s;
  -o-animation-delay: 30s;
  -moz--animation-delay: 30s;
  -webkit-animation-delay: 30s;
  -webkit-background-size:  cover !important;
  -moz-background-size:  cover !important;
  -o-background-size:  cover !important;
  background-size:  cover !important;
}

@keyframes slideShow {
    0% {
        opacity: 0;
        transform:scale(1);
        -ms-transform:scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        transform:scale(1.1);
        -ms-transform:scale(1.1);
    }
    100% {
        opacity: 0;
        transform:scale(1);
        -ms-transformm:scale(1);
    }
}

@-o-keyframes slideShow {
    0% {
        opacity: 0;
        -o-transform:scale(1);
    }
    5% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        -o-transform:scale(1.1);
    }
    100% {
        opacity: 0;
        -o-transformm:scale(1);
    }
}

@-moz-keyframes slideShow {
    0% {
        opacity: 0;
        -moz-transform:scale(1);
    }
    5% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        -moz-transform:scale(1.1);
    }
    100% {
        opacity: 0;
        -moz-transformm:scale(1);
    }
}

@-webkit-keyframes slideShow {
    0% {
        opacity: 0;
        -webkit-transform:scale(1);
    }
    5% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        -webkit-transform:scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transformm:scale(1);
    }
}

figure.image {
    animation: none;
    opacity: 1;
}
.back-to-top {
    display: none;
    background: rgba(0, 140, 177, .75);
    position: fixed;
    bottom: 0px;
    right: 10px;
    padding: 0.7em;
    border-radius: 0px;
    z-index: 100;
}
.back-to-top-kontakt {
    background: rgba(0, 140, 177, 1);
    position: fixed;
    bottom: 0px;
    right: 70px;
    padding: 0.7em;
    border-radius: 0px;
    z-index: 100;
}
.back-to-top-kontakt:hover {
    background: rgba(0, 140, 177, 1);
}
@media (max-width: 768px) {
    .back-to-top-kontakt img {
        width: 81px;
        height: 41px;
    }
}
#instafeed {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-left: 4%;
}

img.instabild {
    width: 23%;
    margin: 4px;
}

@media (max-width: 990px) {
    img.instabild {
        width: 45%;
    }
}

.content-text {
    margin-top: 25px;
}
.datenschutz h2 {
    font-family: 'TheMix';
    font-size: 1.8rem !important;
}
.datenschutz h3 {
    font-family: 'TheMix';
    font-size: 1.4rem !important;
}
.datenschutz h4 {
    font-family: 'TheMix';
    font-size: 1.2rem !important;
}
.datenschutz a {
    color: #008CB1;
}
.datenschutz a:hover {
    color: #008CB1;
    text-decoration: none;
    border-bottom: 1px dotted #008CB1;
}

/* ---Preistabelle --- */
.katpreis {
  align-content: center;
  text-align: center;
}

.katueb {
  text-align: center;
  font-weight: 600;
  background-color: #cbd9ee;
  border-radius: var(--bs-border-radius-sm)!important;
  border-width: 3px!important;
}

.katpreis-a {
  background-color: #e7eecd;
}

.katpreis-b {
  background-color: #c2d89a;
}

.katpreis-c {
  background-color: #a7c86f;
}

.preisdesc {
  background-color: #cbd9ee;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.preistabelle p {
  margin-bottom: 0px !important;
  margin-top: 8px;
}

@media (max-width: 992px) {
    .preistabelle p {
        margin-bottom: 8px !important;
        margin-top: 7px;
    }
}

.preistabelle {
  max-width: 900px !important;
}

.dckatpreis-a {
    background-color: #e7eecd;
}
.preishead {
    background-color: #cbd9ee;
    border-left: 1px rgba(255, 255, 255, 1) solid;
    border-right: 1px rgba(255, 255, 255, 1) solid;
    font-family: "Lizo", Verdana, Geneva, sans-serif;
    font-style: normal;
    font-weight: normal !important;
    color: #006A32 !important;
}