/* default styles for extension "tx_frontend"  */
 html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px; /* Anpassen an die Smartphone Header-Höhe */
}

.ce-align-left {
    text-align: left;
}

.ce-align-center {
    text-align: center;
}

.ce-align-right {
    text-align: right;
}

.ce-table td,.ce-table th {
    vertical-align: top;
}

.ce-textpic,.ce-image,.ce-nowrap .ce-bodytext,.ce-gallery,.ce-row,.ce-uploads li,.ce-uploads div {
    overflow: hidden;
}

 .ce-gallery, .ce-column {
     float: left; 
}
.ce-left .ce-gallery,.ce-column {
    /* float: left; */
}

.ce-center .ce-outer {
    position: relative;
    float: right;
    right: 50%;
}

.ce-center .ce-inner {
    position: relative;
    float: right;
    right: -50%;
}

.ce-right .ce-gallery {
    float: right;
}

.ce-gallery figure {
    display: table;
    margin: 0;
}

.ce-gallery figcaption {
    display: table-caption;
    caption-side: bottom;
    margin-top: 1rem;
    font-style: italic;
    color: #fff;
}

.ce-gallery img {
    display: block;
}

.frame-figure_image_300 .ce-gallery figure.image {
    max-height: 300px!important;
    overflow: hidden!important;
    display: block;
}
.ce-gallery figure img {
    -webkit-box-shadow: 2px 2px 7px rgba(0,0,0,0.45);
    -moz-box-shadow: 2px 2px 7px rgba(0,0,0,0.45);
    box-shadow: 2px 2px 7px rgba(0,0,0,0.35);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* min-width: 280px; */
}
.frame-img_bg_white img {
    background-color: rgb(255 255 255 / 80%);
}

.ce-gallery iframe {
    border-width: 0;
}

.ce-border img,.ce-border iframe {
    border: 2px solid #000000;
    padding: 0px;
}

.ce-intext.ce-right .ce-gallery,.ce-intext.ce-left .ce-gallery,.ce-above .ce-gallery {
    margin-bottom: 20px;
}

.ce-image .ce-gallery {
    margin-bottom: 0;
}

.ce-intext.ce-right .ce-gallery {
    /* margin-left: 10px; */
}

.ce-intext.ce-left .ce-gallery {
    /* margin-right: 10px; */
    margin-right: 0%;
}
header h1, header h2, .ce-textpic .ce-bodytext header h1, .ce-textpic .ce-bodytext header h2 {
    text-align:left;
    margin-top: 0;
}
.ce-below .ce-gallery {
    margin-top: 10px;
}

.ce-column {
    margin-right: 10px;
}

.ce-column:last-child {
    margin-right: 0;
}

.ce-row {
    margin-bottom: 10px;
}

.ce-row:last-child {
    margin-bottom: 0;
}

.ce-above .ce-bodytext {
    clear: both;
}

.ce-intext.ce-left ol,.ce-intext.ce-left ul {
    padding-left: 40px;
    overflow: auto;
}

.ce-headline-left {
    text-align: left!important;
    margin-bottom: 1.25rem;
}

.ce-headline-center {
    text-align: center!important;
    margin-bottom: 1.25rem;
}

.ce-headline-right {
    text-align: right!important;
    margin-bottom: 1.25rem;
}

.text-center {
    text-align: center!important;
}
.text-end {
    text-align: end!important;
}

.ce-uploads {
    margin: 0;
    padding: 0;
}

.ce-uploads li {
    list-style: none outside none;
    margin: 1em 0;
}

.ce-uploads img {
    float: left;
    padding-right: 1em;
    vertical-align: top;
}

.ce-uploads span {
    display: block;
}

.ce-table {
    width: 100%;
    max-width: 100%;
}

.ce-table th,.ce-table td {
    padding: 0.5em 0.75em;
    vertical-align: top;
}

.ce-table thead th {
    border-bottom: 2px solid #dadada;
}

.ce-table th,.ce-table td {
    border-top: 1px solid #dadada;
}

.ce-table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.ce-table-bordered th,.ce-table-bordered td {
    border: 1px solid #dadada;
}

.ce-div {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgb(150 151 152);
    /* border-top: 1px solid #23416e; */
    margin: 2.75rem auto;
    margin: 3rem auto 3rem;
    padding: 0;
    width: 100%;
    max-width: 100%;
}
form .ce-div {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgb(150 151 152);
    /* border-top: 1px solid #23416e; */
    margin: 1.75rem auto;
    /* margin: 3rem auto 3rem; */
    padding: 0;
    width: 100%;
    max-width: 100%;
}


.mainmidtext .frame-default {
    float: left;
    width: 100%;
    padding: 0 3%;
}


.frame-type-textpic {
    float: left;
    width: 100%;
    /* padding: 0 7%; */
}
.frame-type-text, .frame-type-list, .frame-type-menu_sitemap {
    padding: 0 2%;
}


.frame-space-before-extra-small {
    margin-top: 1em;
}

.frame-space-before-small {
    margin-top: 2em;
}

.frame-space-before-medium {
    margin-top: 3em;
}

.frame-space-before-large {
    margin-top: 4em;
}

.frame-space-before-extra-large {
    margin-top: 5em;
}

.frame-space-after-extra-small {
    margin-bottom: 1em;
}

.frame-space-after-small {
    margin-bottom: 2em;
}

.frame-space-after-medium {
    margin-bottom: 3em;
}

.frame-space-after-large {
    margin-bottom: 4em;
}

.frame-space-after-extra-large {
    margin-bottom: 5em;
}

.frame-ruler-before:before {
    content: '';
    display: block;
    border-top: 1px solid rgba(0,0,0,0.25);
    margin-bottom: 2em;
}

.frame-ruler-after:after {
    content: '';
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.25);
    margin-top: 2em;
}

.frame-indent {
    margin-left: 15%;
    margin-right: 15%;
}

.frame-indent-left {
    margin-left: 33%;
}

.frame-indent-right {
    margin-right: 33%;
}

.ce-bodytext {
    width: 100%;
    /* float:none; */
    /* display: block; */
}


#wsslider-45 .owl-item {
    max-width: 245px;
}

@media only screen and (min-width: 768px) {
    .ce-right.ce-intext .ce-gallery {
        /* margin-left:30px; */
        display: block;
        clear: both;
        width: 33%;
        margin-top: 20px;
        margin-left: 5%;
    }

    .ce-intext.ce-left .ce-gallery {
        /* display: block; */
        /* clear: both; */
        /* width: unset; */
        /* margin-top: 20px; */
        /* margin-right: 3%; */
        /* width: 37%; */
        /* float: left; */
    }
    .ce-left.ce-intext .ce-gallery {
        display: block;
        clear: both;
        width: unset;
        /* margin-top: 20px; */
        margin-right: 5%;
        width: 33%;
        float: left;
    }

    .ce-right.ce-intext.ce-nowrap .ce-gallery {
        /* margin-left: 30px; */
        display: block;
        float: right;
        width: inherit;
        width: 33%;
        /* margin-left: 0; */
    }

    .ce-right.ce-intext.ce-nowrap .ce-bodytext {
        width: 62%;
        float: left;
        /* margin-right: 30px; */
        margin-top: 10px;
    }

    .ce-left.ce-intext.ce-nowrap .ce-gallery {
        width: 33%;
        float: left;
        /* margin-top: 20px; */
        margin-right: 5%;
    }

    .ce-left.ce-intext.ce-nowrap .ce-bodytext {
        width: 62%;
        float: left;
        /* margin-top: 0px; */
        /* float: right; */
    }
   .frame-bluebox .ce-bodytext {
       background: #e1e5e9;
       padding: 3rem;
       padding-top: 2.5rem;
    }
    html {
    scroll-padding-top: 200px; /* Anpassen an die Smartphone Header-Höhe */
}
}
@media only screen and (min-width: 1100px) {
.frame-type-text, .frame-type-list, .frame-type-menu_sitemap {
    float: left;
    width: 100%;
    padding: 0 7%;
}
}

@media (min-width: 601px) and (max-width: 991px) {
  .products.tablet-columns-3 .product {
    width: calc((100% - 60px) / 3 - 0.01px);
  }
  .products.tablet-columns-3 .product:nth-of-type(3n) {
    margin-right: 0;
  }
  .products.tablet-columns-3 .product:nth-of-type(3n + 4) {
    clear: both;
  }
}
  
 .products {
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
}
.products .product {
  list-style: none;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  text-align:center;  
}
.products .product p {  
   margin-top: 10px;
    margin-right: 30px;
  margin-bottom: 20px;  
  width: 100%;
  text-align:center;  
}
@media (min-width: 992px) {
  .products.columns-3 .product {
    width: calc((100% - 60px) / 3 - 0.01px);
  }
  .products.columns-3 .product:nth-of-type(3n) {
    margin-right: 0;
  }
  .products.columns-3 .product:nth-of-type(3n + 4) {
    clear: both;
  }
}

  
@media (min-width: 601px) and (max-width: 991px) {
  .products.tablet-columns-2 .product {
    width: calc((100% - 30px) / 2 - 0.01px);
  }
  .products.tablet-columns-2 .product:nth-of-type(2n) {
    margin-right: 0;
  }
  .products.tablet-columns-2 .product:nth-of-type(2n + 3) {
    clear: both;
  }
}
@media (max-width: 600px) {
  .products4.mobile-columns-1 .product {
    width: calc((100% - 30px) / 1 - 0.01px);
  }
  .products.mobile-columns-1 .product:nth-of-type(2n) {
    margin-right: 0;
  }
  .products.mobile-columns-1 .product:nth-of-type(2n + 3) {
    clear: both;
  }
}
