
.animatcarousel .carousel-item .carousel-caption {
    visibility:hidden;
}

.animatcarousel .carousel-item.active .carousel-caption {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
}

/*.animatcarousel  .carousel-item.active .carousel-caption.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animatcarousel .carousel-item.active .carousel-caption.flipOutX,
.animatcarousel .carousel-item.active .carousel-caption.flipOutY,
.animatcarousel .carousel-item.active .carousel-caption.bounceIn,
.animatcarousel .carousel-item.active .carousel-caption.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
*/
.animatcarousel .item .carousel-caption.fadeIn,
.animatcarousel .item .carousel-caption.fadeInDown,
.animatcarousel .item .carousel-caption.fadeInDownBig,
.animatcarousel .item .carousel-caption.fadeInLeft,
.animatcarousel .item .carousel-caption.fadeInLeftBig,
.animatcarousel .item .carousel-caption.fadeInRight,
.animatcarousel .item .carousel-caption.fadeInRightBig,
.animatcarousel .item .carousel-caption.fadeInUp,
.animatcarousel .item .carousel-caption.fadeInUpBig{
    opacity:0;
}


.slidercontent { transition: 0.5s ease-in-out;  border-bottom:solid 6px #0057a8;; width:440px; max-width:100%; text-align:left; padding: 1rem; }
.slidercontent:hover { border-color:#ffbd00; box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.275)!important; }

.slidercontent p { margin-bottom:0px; }
.slidercontent a, .slidercontent h5 { color:#0057a8; }


.slider1pos1 { right: auto; top: 1.25rem; left: 15%; bottom:auto; } /* links oben */
.slider1pos2 { right: auto; top: calc(50% - 100px); left: 15%; bottom:auto; }  /* links mitte */
.slider1pos3 { right: auto; bottom: 1.25rem; left: 15%; }  /* links unten */
.slider1pos4 { right: 15%; top: 1.25rem; bottom:auto; left: auto; }  /* rechts oben */
.slider1pos5 { right: 15%; bottom: auto; top: calc(50% - 100px); left: auto; }  /* rechts mitte */
.slider1pos6 { right: 15%; bottom: 1.25rem; left: auto; }  /* rechts unten */
.slider1pos7 { right: auto; top: 1.25rem; bottom:auto; left: calc(50% - 220px); }  /* mitte oben */
.slider1pos8 { right: auto; bottom: auto; top: calc(50% - 100px); left: calc(50% - 220px); }  /* mitte mitte */
.slider1pos9 { right: auto; bottom: 1.25rem; left: calc(50% - 220px); }  /* mitte unten */

.carousel a div { font-weight:300; }

.carouseldot {
    justify-content: right!important;
    padding-right: 1rem;
}
.carouseldot button { 
    border-radius: 100%;
    width: 15px!important;
    height: 15px!important; 
    cursor: pointer;
    border: 2px solid #fff!important;
    background-color: transparent!important;
}
.carouseldot button:hover, .carouseldot button.active {
    background-color:#ffbd00!important;
}

.carouseltextmob { display:none; }


@media (max-width: 767px) {
    .carousel-indicators { display:none; }
    .carouseltextmob { display:block; border-bottom: solid 6px #0057a8; }
}