.dce-text-iconbox .fa {
    float: left;
    margin: 15px;
    font-size: 28px;
    width: 54px;
    height: 54px;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dce-text-iconbox a {
    text-decoration: none;
}

.dce-text-iconbox.topicon-1 i.fa {
    float: none;
    margin: auto;
    width: 86px;
    height: 86px;
    font-size: 32px;
}

.dce-text-iconbox.topicon-1 h5 {
     text-align: center;
}

.dce-text-iconbox.roundicon-1 i.fa {
    border-style: solid;
    border-width: 5px;
    border-radius: 50% !important;
    padding: 22px;
}

.dce-text-iconbox.roundicon-1.topicon-1 i.fa {
    border-width: 10px;
    padding: none;
}

.dce-text-iconbox i object {
    
}

/* #################################### */
/* ### START FULLSLIDESHOW         #### */
/* #################################### */

.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    max-height: 500px;
    height: 450px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-item img {
    max-width: 100%;
    height: auto;
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right, .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
}
/* #################################### */
/* ### STOP FULLSLIDESHOW          #### */
/* #################################### */

/* #################################### */
/* ### START SLIDESHOWITEM         #### */
/* #################################### */

.slideshow-element {
    display: flex !important;
    min-height: 550px;
    max-height: 550px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.slideshow-element .textbox {
    border-left: 5px solid var(--theme-color);
    background-color: rgba(255,255,255,0.95);
    padding: 10px 25px;
    margin: 25px;
    max-width: 500px;
}

.slideshow-element .w3-display-container {
    height: 550px;
}

/* #################################### */
/* ### STOP SLIDESHOWITEM          #### */
/* #################################### */

/* #################################### */
/* ### START Image Small           #### */
/* #################################### */

.bgimagesmall {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-size: cover;
    background-position: center center;
    min-height: 250px;
}

/* #################################### */
/* ### STOP Image Small            #### */
/* #################################### */



/* #################################### */
/* ### START KONTAKT ITEM          #### */
/* #################################### */
.dce-contact {
    container-type: inline-size;
}

.dce-contact-container {
     display: flex;
      /*border: 1px solid #f2f2f2;
      background-color: #ffffff;*/
      color: #444;
      /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);*/
}

.dce-contact .avatar {
    width: 28%;
    padding: 25px 50px;
}

.dce-contact .avatar img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 8px solid var(--theme-color);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.dce-contact header,
.dce-contact footer {
     width: 36%;
     align-content: center;
     padding: 0;
}

.dce-contact .no-avatar header,
.dce-contact .no-avatar footer {
     width: 50%;
     align-content: center;
     padding: 0;
}

.dce-contact header {
     padding-left: 100px;
     padding-right: 100px;
}

.dce-contact .fa {
     display: block;
     font-size: 15px;
     padding: 4px 0;
     font-family: 'Montserrat';
}

.dce-contact .fa:before {
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 32px;
    width: 40px;
    display: inline-block;
    text-align: center;
    margin: 5px;
    position: relative;
    top: 6px;
}

.dce-contact a {
    text-decoration: none;
}

.dce-contact .fa-phone {
    letter-spacing: 0.2em;
}
@container (max-width: 600px) {
    .dce-contact-container {
        flex-direction: column;
    }
    
    .dce-contact .no-avatar header,
    .dce-contact header {
        width: 100%;
        text-align: center;
        padding: 18px 0;
        order: 2;
    }
    
    .dce-contact .avatar {
        width: 50%;
        align-self: center;
        padding: 30px 0 0 0;
        order: 1;
        position: relative;
    }
    
    .dce-contact .no-avatar footer,
    .dce-contact footer {
        order: 3;
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }
}

@container (max-width: 300px) {
    .dce-contact-container {
        flex-direction: column;
    }
    
    .dce-contact header {
        width: 100%;
        text-align: center;
        padding: 18px 0;
        order: 2;
    }
    
    .dce-contact .avatar {
        width: 50%;
        align-self: center;
        padding: 30px 0 0 0;
        order: 1;
        position: relative;
    }
    
    .dce-contact footer {
        order: 3;
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
        display: flex;
        flex-direction: row;
        padding: 0 25px;
    }
    
    .dce-contact a {
        flex: 1;
        padding: 0 0 8px 0;
        border: 1px solid #ccc;
        background-color: #fdfdfd;
        border-left: 1px solid #fdfdfd;
    }
    
    .dce-contact a:hover {
        border: 1px solid #ccc !important;
        background-color: #e2e2e2;
    }
    
    .dce-contact a:first-child {
        flex: 1;
        padding: 0 0 8px 0;
        border: 1px solid #ccc;
        -webkit-border-top-left-radius: 8px;
        -webkit-border-bottom-left-radius: 8px;
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-bottomleft: 8px;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }
    
    .dce-contact a:last-child {
        -webkit-border-top-right-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
        -moz-border-radius-topright: 8px;
        -moz-border-radius-bottomright: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }
    
    .dce-contact a span {
        display: none;
    }
    
    .dce-contact .fa:before {
        font-size: 16px;
    }
}

/* #################################### */
/* ### STOP KONTAKT ITEM           #### */
/* #################################### */

/* #################################### */
/* ### START NEWS ITEM             #### */
/* #################################### */
.dce-newstickeritem {
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
}

.dce-newstickeritem .newsimage {
    height: 150px;
    background-size: cover;
}

.dce-newstickeritem header {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f3f3f3;
    font-weight: 600;
    padding: 8px 10px;
}

.dce-newstickeritem content {
    background-color: #fafafa;
    padding: 5px 15px;
    display: block;
    overflow-wrap: break-word;
}

.dce-newstickeritem a {
    text-decoration: none;
}


/* #################################### */
/* ### STOP NEWS ITEM              #### */
/* #################################### */

/* #################################### */
/* ### START TEXTPIC ITEM          #### */
/* #################################### */
.dce-statistics {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
}

.dce-statistics .ce-gallery {
}

.dce-statistics .ce-gallery img {
    width: 100%;
    height: auto;
}

.dce-statistics .ce-bodytext {
    color: #fff;
    font-size: 350%;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-top: 22px;
}
/* #################################### */
/* ### STOP TEXTPIC ITEM           #### */
/* #################################### */

.flip-container {
    display: flex;
    flex-wrap: wrap;
}

.flip-card.flip-l-2 { width: 16.66667%;}
.flip-card.flip-l-3 { width: 25%;}
.flip-card.flip-l-4 { width: 33%;}
.flip-card.flip-l-6 { width: 50%;}
.flip-card.flip-l-12 { width: 100%;}

.flip-card {
  background-color: transparent;
  perspective: 1000px;
  height: auto;
  min-height: 250px;
  max-height: 250px;
  width: 100%;
  padding: 8px 15px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid #ccc;
}

.flip-card-front {
  color: black;
  background-position: center center;
  background-size: cover;
}

.flip-card-back {
  background-color: #fff;
  color: white;
  transform: rotateY(180deg);
  overflow: auto;
  padding-left: 15px;
  padding-right: 15px;
  
  background-position: center center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.85);
  background-blend-mode: lighten;
}

.flip-card-back h1,
.flip-card-back h2,
.flip-card-back h3,
.flip-card-back h4,
.flip-card-back h5,
.flip-card-back h6 {
  color: black;
}

.container-item .flip-card {
    margin-left: auto;
    margin-right: auto;
}



/* #################################### */
/* ### START DCE Accordion         #### */
/* #################################### */
.dce_accordion {
}

.dce_accordion button{
    white-space: normal;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);*/
    font-size: 118%;
}

.dce_accordion button.frame-text-0{
    color: #fff;
}

.dce_accordion button.frame-layout-0{
    background-color: #9f9f9f;
}

.dce_accordion button:hover {
    box-shadow: none;
    background-color: #b9b9b9;
    color: #000;
}

.dce_accordion button .fa{
    float: right;
    position: relative;
    top: 2px;
    width: 24px;
    height: 24px;
    border: 1px solid #666;
    line-height: 16px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #222;
    background-color: #d2d2d2;
    padding: 4px;
}

.dce_accordion button.opened {
    background-color: #d9d9d9;
    color: #000;
}

.dce_accordion button.opened .fa {
    line-height: 13px;
}

.dce_accordion button.opened .fa-caret-down:before{
    content: "\f0d8";
}

.dce-container-accordion .dce_accordion:first-child button{
    /*-webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
}

.dce-container-accordion .dce_accordion:last-child button,
.dce-container-accordion .dce_accordion:last-child > div{
    border-bottom: 1px solid #ddd;
    /*-webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;*/
}
.dce_accordion > div{
    /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);*/
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

/* #################################### */
/* ### STOP DCE Accordion          #### */
/* #################################### */