@charset "utf-8"; /* CSS Document */
.flexslider .slides > li, .initial {
    -webkit-backface-visibility: hidden
}

.flexslider .slides img, .flexslider .slides img:first-child {
    /* margin-top: 0; */
    margin-bottom: 0
}

.flex-container a:active, .flex-container a:focus, .flexslider a:active, .flexslider a:focus {
    outline: 0
}

.flex-control-nav, .flex-direction-nav, .slides {
    margin: 0;
    padding: 0;
    list-style: none
}

.slides {
    overflow: hidden
}

.flexslider {
    padding: 0;
    text-align: center;
    margin: 0;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    zoom: 1; /* height: 530px; */
}

.flexslider .slides > li {
    display: none
}

.flex-direction-nav, .flex-prev, .flex-next  {
    display: none!important;
    visibility:hidden!important;
}

.flex-direction-nav a, .no-js .slides > li:first-child, .slides:after, html[xmlns] .slides {
    display: block
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flexslider.video-flex .slides img {
    min-width: 100%;
    margin-left: 0;
    float: left;
    max-width: 100%;
    min-width: inherit;
    margin-top: 0;
    margin-left: inherit;
}

.flexslider.video-flex .slides button.dropvideo {
    float: left;
    width: 100%;
    padding: 0;
    border: 0;
}

.flexslider.video-flex .slides button.dropvideo img {
    min-width: 100%;
    margin-left: 0;
    margin-top: 0;
    float: left;
    margin: 0;
}

.flexslider.video-flex .slides #video15 {
    float: left;
    max-width: 100%;
    min-width: inherit;
    display: none;
}

.flex-pauseplay span {
    text-transform: capitalize
}

.loading {
    min-height: 280px;
    background: url(preloader1.gif) center center no-repeat
}

.slides:after {
    content: "\0020";
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

* html .slides {
    height: 1%
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flexslider .slides {
    zoom: 1 }

.carousel li {
    margin-right: 5px
}

.flex-direction-nav a {
    width: 70px;
    height: 90px;
    margin: -20px 0 0;
    position: absolute;
    top: 45%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(255, 255, 255, .7);
    text-shadow: 1px 1px 0 rgba(140, 140, 140, .2);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 0
}

.flex-caption h2, .flex-caption p {
    /* text-transform: uppercase; */
    /* text-shadow: 2px 3px 8px rgba(76, 76, 76, .87); */
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

.flexslider:hover .flex-prev {
    opacity: .7;
    left: 10px
}

.flexslider:hover .flex-next {
    opacity: .7;
    right: 10px
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default
}

.flex-direction-nav a:before {
    font-family: "Font Awesome 5 Free";
    font-size: 50px;
    display: inline-block;
    content: '\f137';
    font-weight: 900;
}

.flex-direction-nav a.flex-next:before {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
}

.flex-direction-nav a.flex-next:hover {
    /* opacity:.7; */
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: .9;
    color: #bfc3c5;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
    display: none
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1 }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3)
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, .7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, .9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

.flex-caption {
    color: #fff;
    background7: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, .2); */
    /* background: red; */
    top: 25px;
}

.flex-caption p {
    padding: 0 0 5px
}

.initial {
    display: none
}

.caption_title_line {
    position: relative;
    margin-right: 0;
    float: left;
    padding: 0;
    text-align: left;
    width: 100%;
    max-width: 800px;
    top: 0%;
    left: 0%;
    margin-top: -8px;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}

.caption_title_line-1 {
    position: relative;
    margin-right: 0;
    padding: 0;
    text-align: left;
    width: 70%;
    max-width: 800px;
    top: 0%;
    left: 15%;
    /* margin-top: -8px; */
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    background-color: rgb(243 244 245 / 90%);
    opacity: 1;
}

.flex-caption h2 {
    margin7-top: -10px;
    color: #fff;
    font-weight: 400;
    /* display: inline-block; */
    line-height: 1.3;
    font-size: 20px;
    padding-bottom: 10px;
    margin: 0;
    color: #c51a2c;
    color: #fff;
}

.flex-caption p {
    color: #1e1d1d;
    font-size: 45px;
    #padding: 0 0 5px 0; line-height: .8;
    fmargin-bottom: -10px;
    margin: 0;
    padding-bottom: 13px;
    /* font-weight: 600; */
    color7: rgba(255, 255, 255, .9);
    /* display: none; */
    text-align: left;
}

.flex-caption {
    /* display: none; */
}

.flex-caption span.captionsubindent {
    color: #505d68;
}

#flexslidercontent .flex-active-slide img {
    animation: kenburns 4500ms
}

.flex-caption p.slidehead {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 600;
    /* padding-left: 50px; */
    margin-top: 0px;
    text-align: left;
    color: #b90c0c;
    text-transform: uppercase;
    text-shadow: none;
    padding-bottom: 0;
}

.flex-caption h1.slidehead {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 600;
    /* padding-left: 50px; */
    margin-top: 0px;
    text-align: left;
    color: #b90c0c;
    text-transform: uppercase;
    text-shadow: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.flex-caption h1.mb-20  {   
    margin-bottom: 20px;
}


.flex-caption p.slidehead a, .flex-caption p.slidehead_small a {
    color: #fff;
}

.flex-caption p.slidehead a:hover, .flex-caption p.slidehead_small a:hover {
    color: rgb(255 255 255 / 70%);
}

.flex-caption p.slidehead_small strong {
    font-weight: 600;
}

.flex-caption p.slidehead span, .flex-caption p.slidehead_small {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    margin-top: 10px;
    padding-bottom: 0;
    text-shadow: none;
    color: #1e1d1d;
}

.flex-caption p.slidehead_small-2 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1;
    margin-top: 11px;
    color: #b90c0c;
    opacity: 1;
    text-shadow: none;
}

@keyframes kenburns {
    0% {
        transform: scale(1.3);
        opacity: 1
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: .7;
        left: 2px
    }

    .flex-direction-nav .flex-next {
        opacity: .7;
        right: 2px
    }
}

@media only screen and (max-width: 450px) {
    .flex-caption {
        visibility: hidden;
        display: none
    }
}

@media only screen and (max-width: 650px) {
    .caption_title_line {
        position: relative;
        margin1-right: 15px;
        padding: 20px 0 10px 10px;
        float: left
    }

    .flex-caption p {
        color: #fff;
        font-size: 25px;
        margin: 0 0 -5px;
        /* font-weight: 700; */
        /* text-transform: uppercase; */
        text-shadow: 2px 3px 8px rgba(0, 0, 0, .87);
        color: rgba(255, 255, 255, .9)
    }

    .flexslider .slides img {
        min-width: 180%;
        margin-left: -50%
    }
}

@media only screen and (max-width: 710px) {
    .caption_title_line {
        /* position:relative; */ margin1-right: 15px;
        padding: 20px 0 10px 10px;
        /* float: left; */
    }

    .flex-caption p {
        color: #fff;
        font-size: 25px;
        /* font-weight: 700; */
        /* text-transform: uppercase; */
        text-shadow: 2px 3px 8px rgba(0, 0, 0, .87);
    }
}

@media only screen and (min-width: 600px) {
    .flexslider .slides img {
        min-width: 140%;
        margin-left: -25%;
    }

    .flex-caption h2 {
        font-size: 25px;
        /* padding: 15px 20px 10px; */
        margin: 0
    }
}

@media only screen and (min-width: 710px) {
    .flexslider .slides img {
        /* min-width: 135%; */ /* margin-left: -20%; */
    }
}

@media only screen and (min-width: 768px) {
    .flexslider .slides img {
        /* min-width: 100%; */ /* margin-left: -30%; */
    }

    .kris3 .flexslider .slides img {
        min-width: 120%;
        margin-left: -5%;
    }

    .kris3 .poster-video {
        overflow: hidden;
    }

    .kris3 .poster-video {
        /* SCALE */
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        /* VERZÖGERUNG */
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s lease;
        transition: all 0.6s ease;
    }

    .kris3 .poster-video:hover {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    .flex-caption h2 {
        font-size: 30px;
        padding: 10px 40px;
        text-align: left;
    }

    .flex-caption h2.slidehead {
        font-size: 30px;
        padding: 10px 0px;
        text-align: left;
        width: 800px;
        display: block;
        margin-top: 20px;
    }

    .flex-caption h2.slidehead span {
        font-size: 22px;
        line-height: 1;
        display: block;
        margin-top: 20px;
    }

    .captionindent {
        text-align: right;
        float: right
    }

    .flex-caption span.captionsubindent {
        font-size: 18px;
        line-height: 1.2;
        /* background: rgb(88 88 86 / 30%); */
        padding: 0rem 1rem 1rem 0px;
        display: inline-block;
        font-weight: 300;
    }

    .caption_title_line {
        position: relative;
        margin-right: 0;
        width: 100%;
        padding-left: 50px;
        height: 100%;
        max-width: 50%;
        top: 0px;
        left: 0%;
        margin-top: 0px;
        padding-top: 0px;
        background-color: #d0dae3;
    }

    .caption_title_line-1 {
        position: relative;
        margin-right: 0;
        height: 60%;
        max-width: 450px;
        top: 48%;
        top: 0%;
        /* left: 5%; */
        height: 73%;
        height: 220px;
        /* bottom: 10%; */
        left: 10%;
        margin-top: 0px;
        /* padding: 20px; */
        /* padding-left: 20px; */
        padding-right: 20px;
        /* margin-right: 100px; */
        /* background-color: rgb(12 12 12 / 50%); */
        /* background-color: rgb(2 10 23 / 50%); */
        /* background-color: rgb(242 244 247 / 70%); */
    }

    .flex-caption {
        backgroundj: rgba(0, 0, 0, .2);
        /* margin-top: 150px; */
        top: 25px;
    }

    .flex-caption p.slidehead {
        font-size: 25px;
        line-height: 1.1;
        /* font-weight: 300; */
        /* padding-left: 50px; */
        margin-top: 0px;
        text-align: left;
        padding-bottom: 0;
    }

    .flex-caption h1.slidehead {
        font-size: 25px;
        line-height: 1.1;
        /* font-weight: 300; */
        /* padding-left: 50px; */
        margin-top: 0px;
        text-align: left;
        padding-bottom: 0;
    }

    .flex-caption p.slidehead_small strong {
        font-weight: 600;
    }

    .flex-caption p.slidehead span, .flex-caption p.slidehead_small {
        font-size: 20px;
        /* line-height: 1.3; */
        margin-top: 15px;
    }

    .flex-caption p.slidehead_small-2 {
        margin-top: 15px;
        font-size: 18px;
    }

    .flexslider.video-flex .slides img {
        /* min-width: 100%; */
        margin-left: 0;
        float: left;
        max-width: 50%;
        min-width: inherit;
        margin-top: 0;
        margin-left: inherit;
    }

    .flexslider.video-flex .slides button.dropvideo {
        float: left;
        width: 50%;
        padding: 0;
        border: 0;
    }

    .flexslider.video-flex .slides button.dropvideo img {
        min-width: 100%;
        margin-left: 0;
        margin-top: 0;
        float: left;
        margin: 0;
    }

    .flexslider.video-flex .slides #video15 {
        float: left;
        max-width: 50%;
        min-width: inherit;
    }
}

@media only screen and (min-width: 860px) {
    .flex-caption h2 {
        font-size: 30px;
        /* padding: 15px 40px; */
    }
}

@media only screen and (min-width: 960px) {
    .flex-direction-nav a:before {
        font-size: 60px;
    }

    .flex-caption h2 {
        font-size: 32px;
        /* padding: 20px 40px; */
    }

    .caption_title_line-1 {
        max-width: 500px;
        /* top: 0%; */
        left: 15%;
        /* height: 79%; */
        height: 230px;
        max-width: 500px;
        top: 5%;
        /* left: 12%; */
        margin-top: 0px;
        padding-left: 20px;
    }

    .flex-caption p.slidehead {
        font-size: 30px;
        line-height: 1.1;
        /* font-weight: 300; */
        /* padding-left: 50px; */
        /* margin-top: 20px; */
        text-align: left;
    }

    .flex-caption h1.slidehead {
        font-size: 30px;
        line-height: 1.1;
        /* font-weight: 300; */
        /* padding-left: 50px; */
        /* margin-top: 20px; */
        text-align: left;
    }

    .flex-caption p.slidehead_small strong {
        font-weight: 600;
    }

    .flex-caption p.slidehead span, .flex-caption p.slidehead_small {
        font-size: 21px;
        line-height: 1.13;
        /* margin-top: 20px; */
    }

    .flex-caption p.slidehead_small-2 {
        margin-top: 15px;
        font-size: 18px;
    }
}

@media screen and (min-width: 1100px) {
    .flexslider .slides img {
        /* min-width: 100%; */ margin-left: -25%;
    }

    .flex-caption h2 {
        font-size: 40px;
        width: 1100px;
        text-align: left;
    }

    #sliding {
        /* margin-top: 135px; */
    }

    .caption_title_line {
        position: relative;
        margin-right: 0;
        float: left;
        padding: 0;
        width: 100%;
        padding-left: 0px;
        height: 100%;
        max-width: 50%;
        top: 0px;
        left: 0%;
        margin-top: 0px;
        padding-top: 0px;
        background-color: #d0dae3;
    }

    .caption_title_line-1 {
        max-width: 550px;
        top: 5%;
        left: 15%;
        height: 70%;
        height: 270px;
        margin-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .flex-caption {
        /* top: 67px; */
    }

    .flex-caption p.slidehead {
        font-size: 32px;
        line-height: 1.1;
        /* font-weight: 300; */
        /* padding-left: 50px; */
        margin-top: 15px;
        text-align: left;
    }

    .flex-caption h1.slidehead {
        font-size: 32px;
        line-height: 1.1;
        /* font-weight: 300; */
        /* padding-left: 50px; */
        margin-top: 15px;
        text-align: left;
    }

    .flex-caption p.slidehead_small strong {
        font-weight: 600;
    }

    .flex-caption p.slidehead span, .flex-caption p.slidehead_small {
        /* font-size: 22px; */
        /* line-height: 1.3; */
        /* margin-top: 22px; */
    }

    .flex-caption p.slidehead_small-2 {
        margin-top: 18px;
        font-size: 22px;
    }

    .flex-caption h2.slidehead {
        font-size: 35px;
        /* padding: 10px 50px; */
        text-align: left;
        /* width: 800px; */
        /* margin-top: 50px; */
    }

    .flex-caption h2.slidehead span {
        font-size: 25px;
        line-height: 1;
        display: block;
        margin-top: 20px;
    }

    .flex-caption span.captionsubindent {
        font-size: 18px;
        line-height: 1.2;
        /* background: rgb(88 88 86 / 30%); */
        padding: 0rem 1rem 1rem 40px;
        display: inline-block;
        font-weight: 300;
        padding-left: 50px;
        /* display: inline-block; */
        margin-top: 20px;
    }
}

@media screen and (min-width: 1250px) {
    .flex-caption h2 {
        /* font-size:80px; */
    }

    .flexslider .slides img {
        min-width: 120%;
        margin-left: -8%;
        /* margin-top: -30px; */
    }

    .kris3 .flexslider.video-flex .slides img {
        /* min-width: 100%; */
        /* margin-left: 0; */
        float: left;
        max-width: 50%;
        min-width: inherit;
        margin-top: 0;
        margin-left: inherit;
    }

    .flexslider.video-flex .slides button.dropvideo {
        float: left;
        width: 50%;
        padding: 0;
        border: 0;
    }

    .flexslider.video-flex .slides button.dropvideo img {
        min-width: 100%;
        margin-left: 0;
        margin-top: 0;
        float: left;
        margin: 0;
    }
}

@media screen and (min-width: 1300px) {
    .caption_title_line {
        position: relative;
        margin-right: 0;
        float: left;
        padding: 0;
        /* text-align: center; */
        width: 100%;
        background: rgb(143 7 7 / 80%);
        height: 300px;
        max-width: 600px;
        /* top: 92px; */
        left: 9%;
        /* margin-top: 0px; */
        padding-top: 30px;
        padding-left: 0px;
        padding-left: 100px;
        height: 100%;
        max-width: 50%;
        top: 0px;
        left: 0%;
        margin-top: 0px;
        padding-top: 0px;
        background-color: #d0dae3;
    }

    .caption_title_line-1 {
        /* position: relative; */
        /* margin-right: 0; */
        /* padding-left: 0px; */
        /* height: 75%; */
        /* max-width: 640px; */
        /* top: 35%; */
        /* left: 59%; */
        /* top: 0%; */
        /* left: 8%; */
        /* margin-top: 0px; */
        /* padding-top: 0px; */
        /* margin-right: 140px; */
        /* background-color: rgb(15 9 43 / 50%); */
        /* background-image: url(back_slide.png); */
        /* background-color: rgb(3 20 49 / 70%); */
        /* background-color: rgb(15 15 15 / 45%); */
    }

    .caption_title_line-1 {
        /* height: 62%; */
        min-height: 260px;
        max-width: 600px;
        top: 5%;
        left: 15%;
        margin-top: 0px;
        padding-top: 15px;
        /* margin-right: 120px; */
        /* background-color: rgb(12 12 12 / 50%); */
    }

    .flex-caption {
        /* top: 200px; */
    }

    .flex-caption h2.slidehead {
        /* font-size: 40px; */
        /* padding: 10px 40px; */
        /* text-align: left; */
        /* max-width: 700px; */
    }

    .flex-caption h2.slidehead span {
        font-size: 30px;
    }

    .flex-caption span.captionsubindent {
        font-size: 18px;
        line-height: 1.2;
        /* background: rgb(88 88 86 / 30%); */
        padding: 0rem 1rem 1rem 0px;
        display: inline-block;
        font-weight: 300;
        padding-left: 40px;
        /* display: inline-block; */
        margin-top: 50px;
    }

    .flex-caption p.slidehead {
        font-size: 35px;
        line-height: 1.1;
        /* font-weight: 300; */
        /* padding-left: 50px; */
        margin-top: 25px;
        text-align: left;
    }

    .flex-caption h1.slidehead {
        font-size: 35px;
        line-height: 1.1;
        /* font-weight: 300; */
        /* padding-left: 50px; */
        margin-top: 25px;
        text-align: left;
    }

    .flex-caption p.slidehead_small strong {
        font-weight: 600;
    }

    .flex-caption p.slidehead span, .flex-caption p.slidehead_small {
        font-size: 24px;
        /* line-height: 1.3; */
        /* margin-top: 15px; */
    }

    .flex-caption p.slidehead_small-2 {
        margin-top: 30px;
    }

    .flexslider .slides img {
        min-width: 100%;
        margin-left: 0%;
        /* margin-top: -30px; */
    }

    .kris3 .flexslider .slides img {
        min-width: 100%;
        margin-left: 0%;
        /* margin-top: -30px; */
    }
}

@media screen and (min-width: 1450px) {
    #sliding {
        /* margin-top: 140px; */ /* max-height: 535px; */ overflow: hidden;
    }

    .flexslider {
        max-height: 535px;
    }

    .flexslider .slides img {
        min-width: 100%;
        margin-left: 0%;
        margin-top: -5px;
    }

    .flex-caption h2 {
        /* padding:30px 40px; */
        margin: 0
    }

    .flex-caption h2.slidehead {
        font-size: 40px;
        line-height: 1.2;
        /* font-weight: 300; */
    }

    .flex-caption span.captionsubindent {
        font-size: 30px;
        line-height: 1.2;
        font-size: 21px;
        /* background: none; */
        /* padding-right: 100px; */
        padding-left: 40px;
        /* display: inline-block; */
        margin-top: 50px;
    }

    .caption_title_line {
        position: relative;
        margin-right: 0;
        float: left;
        padding: 0;
        /* text-align: center; */
        width: 100%;
        background: rgb(143 7 7 / 80%);
        height: 46%;
        max-width: 700px;
        top: 93px;
        left: 17%;
        margin-top: 0px;
        padding-top: 20px;
        padding-left: 0px;
        padding-left: 100px;
        height: 100%;
        max-width: 50%;
        top: 0px;
        left: 0%;
        margin-top: 0px;
        padding-top: 0px;
        background-color: #d0dae3;
    }

    .caption_title_line-1 {
        /* height: 70%; */
        /* max-width: 35%; */
        /* max-width: 640px; */
        /* top: 0%; */
        /* left: 6%; */
        /* margin-top: 0px; */
        /* padding-top: 0px; */
        /* margin-right: 140px; */
        /* background-color: rgb(12 12 12 / 50%); */
    }

    .caption_title_line-1 {
        /* height: 62%; */
        /* height: 310px; */
        max-width: 660px;
        top: 6%;
        left: 20%;
        margin-top: 0px;
        padding-top: 15px;
        /* margin-right: 120px; */
        /* background-color: rgb(12 12 12 / 50%); */
    }
}

@media screen and (min-width: 1650px) {
    .flex-caption h2 {
        /* padding:30px 40px; */ margin: 0;
    }

    .flex-caption p.slidehead {
        font-size: 45px;
        line-height: 1.1;
        /* font-weight: 300; */
        /* padding-left: 50px; */
        margin-top: 25px;
        margin-top: 10px;
        text-align: left;
    }

    .flex-caption h1.slidehead {
        font-size: 45px;
        line-height: 1.1;
        /* font-weight: 300; */
        /* padding-left: 50px; */
        margin-top: 25px;
        margin-top: 10px;
        text-align: left;
    }

    .flex-caption p.slidehead_small strong {
        font-weight: 600;
    }

    .flex-caption p.slidehead span, .flex-caption p.slidehead_small {
        font-size: 31px;
        line-height: 1.1;
        margin-top: 22px;
        margin-top: 5px;
    }

    .flex-caption p.slidehead_small-2 {
        margin-top: 35px;
    }

    .flex-caption h2.slidehead {
        font-size: 45px;
        line-height: 1.2;
        /* font-weight: 300; */
        /* padding-left: 50px; */
        margin-top: 30px;
    }

    .flex-caption span.captionsubindent {
        /* font-size: 20px; */
        line-height: 1.3;
        font-size: 25px;
        /* background: none; */
        /* padding-right: 120px; */
        padding-left: 100px;
        /* display: inline-block; */
        margin-top: 50px;
        max-width: 800px;
        /* position: relative; */
        /* left: 0px; */
    }

    .flex-caption h2.slidehead span {
        font-size: 35px;
        line-height: 1;
        display: block;
        margin-top: 20px;
    }

    .caption_title_line {
        position: relative;
        margin-right: 0;
        float: left;
        padding: 0;
        /* text-align: left; */
        width: 100%;
        /* background: rgb(143 7 7 / 80%); */
        background-color: #d0dae3;
        height: 45%;
        max-width: 800px;
        top: 93px;
        left: 19%;
        margin-top: 0px;
        padding-top: 26px;
        padding-left: 0px;
    }
}

@media screen and (min-width: 1650px) {
    .caption_title_line {
        height: 42%;
        max-width: 800px;
        top: 93px;
        left: 19%;
        margin-top: 0px;
        padding-top: 26px;
        padding-left: 100px;
        height: 100%;
        max-width: 50%;
        top: 0px;
        left: 0%;
        margin-top: 0px;
        padding-top: 0px;
        background-color: #d0dae3;
    }

    .caption_title_line-1 {
        /* height: 62%; */
        /* height: 310px; */
        /* CORNER-SHAPE: SUPERELLIPSE(0.5); */
        top: 5%;
        left: 25%;
        margin-top: 0px;
        padding-top: 25px;
        /* margin-right: 120px; */
        /* background-color: rgb(12 12 12 / 50%); */
        max-width: 750px;
    }
}

@media screen and (min-width: 1850px) {
    .caption_title_line {
        height: 100%;
        max-width: 50%;
        top: 0px;
        left: 0%;
        margin-top: 0px;
        padding-top: 0px;
        /* padding-left: 0px; */
    }

    .flex-caption h2.slidehead {
        /* padding-left: 200px; */
        /* margin-top: 50px; */
    }

    .flex-caption span.captionsubindent {
        /* font-size: 28px; */
        padding-left: 200px;
        /* display: inline-block; */
        margin-top: 50px;
        max-width: 800px;
        /* position: relative; */
        /* left: 0px; */
    }
}

@media screen and (min-width: 2100px) {
    .flexslider {
        max-height: 580px;
        max-width: 2420px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 2300px) {
    .flexslider {
        max-height: 620px;
        max-width: 2420px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 2420px) {
    .flexslider {
        max-height: 650px;
        max-width: 2420px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 2620px) {
    .flexslider {
        max-height: 685px;
        max-width: 2420px;
        margin: 0 auto;
    }
}
