/* *****************
Flexslider Config
******************** */
.flex-control-nav li a {
    background: rgba(255, 255, 255, 0.5); 
}
.flex-direction-nav a {
    /* background: rgba(249, 234, 246, 0.80) !important; */
}
#headertext2 .flexslider {
    max-height: 350px;
}  

/** Overlay **/
.caption-text {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%);
    width: 350px !important;
    max-width: calc(100% - 150px);
    background-color: rgba(255, 255, 255, 0.58) !important;
    border-radius: 10px;
    padding: 20px !important;
}
.caption-text .caption-title {
    color: transparent !important;
    background-image: url("/fileadmin/mantik/Dateien/bilder-fotos/Icons/mantik_text.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 50px;
    margin: 0px;
}
.caption-text .caption-body {
    margin-top: 20px;
    text-shadow: 0px 0px 3px #fff;
    font-weight: bold;
    color: #666;
}

/* *****************
Flexslider Basic
******************** */
.flexslider {
    margin: 0 auto;
    border: 0px solid transparent !important;
    border-radius: 0px !important;
    width: auto;
    width: 100%;
    overflow: hidden;
}

.flexslider ul.slides {
    width: 100%;
    /* margin-left: 45px; */
    max-height: 800px;
    height: 100% !important;
}
.flexslider slides > li {
    position: relative;
}

/** Punkt-Navigation **/
.flex-control-nav {
	bottom: 10px;
	z-index: 99;
}
.flex-control-nav li a {
    width: 12px;
    height: 12px;
    border: 2px solid #333;
}

/** Direction-Navigation **/
.flex-direction-nav a {
    /* opacity: 1 !important; */
    height: 110%;
    top: -5%;
    min-width: 45px;
    margin: 0px;
    border: 0px !important;
    text-shadow: none !important;
    color: transparent !important;
    font-family: 'arial', sans-serif !important;
}
.flex-direction-nav .flex-next {
    right: 0px !important;
}
.flex-direction-nav .flex-prev {
    left: 0px !important;
}
.flex-direction-nav a:before {
    content: "" !important;
    display: block;
    position: absolute;
    height: 20px;
    width: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    color: transparent !important;
    background-image: url("/fileadmin/mantik/template/images/nachOben.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(1);
}
.flex-direction-nav a.flex-next:before {
    transform: translate(-50%, -50%) rotate(90deg);
}

/* *****************
Full Width Slider
******************** */
#kopfbild.full-width .flexslider .slides {
    max-height: 900px !important;
    overflow: hidden;
}
#kopfbild.full-width .slides li {
    height: 600px;
}
#kopfbild.full-width .slides img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    max-width: 10000%;
    width: auto;
}
