/*
--------------- Cookie law info Plugin
*/

#cookie-law-info-bar {
    left: 0;
  }
  
  #CONSTANT_OPEN_URL {
      padding: 10px 16px 10px;
  }
  
  @media(max-width: 576px) {
  #cookie-law-info-bar a {
      display: block;
      clear: both;
      margin: 0.5em 1em 0 1em;
      width: auto;
  }}
  
.cli-plugin-main-button.cookie_action_close_header.cli_action_button:hover {
    cursor: pointer;
    font-weight: bold;
}

/*
---------------- Wiederverwendbare Styles
*/

.bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; 
}

.heighthundert {
    height: 100%;
}



/*
---------------- Menü
*/

nav.navbar.navbar-expand-md.navbar-dark.bg-primary {
    background-color: #ffffff !important;
    max-height: 65px;
}

nav.navbar.navbar-expand-md.navbar-dark.bg-primary a {
    color: #777777;
}

.bar1, .bar2, .bar3 {
    transition: 0.4s;
    width: 35px;
    height: 5px;
    background-color: #1C3661;
    margin: 6px;
}

[aria-expanded="true"] .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px,7px);
    transform: rotate(-45deg) translate(-8px,7px);
}

[aria-expanded="true"] .bar2 {
    opacity: 0;
}

[aria-expanded="true"] .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px,-8px);
    transform: rotate(45deg) translate(-8px,-8px);
}

.navbar-collapse {
    background-color: #fff;
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    padding-bottom: 1rem;
    padding-left: 1rem;
}

@media (min-width: 768px) {
.navbar-collapse {
    z-index: 9999;
    position: unset;
    left: 0;
    top: 0;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
}}

.navbar-toggler:focus {
    outline: none;
}





/*
------------ KMU Styles 
*/


html {
    font-size: 20px;
    scroll-behavior: smooth;
}

body {
    font-family: calibri, sans-serif;
    font-weight: 400;
    font-style: normal;
}

h2 {
    font-size: 1.3rem;
    font-weight: bold;
    color: white;
}

h3 {
    font-size: 1.3rem;
    font-weight: bold;
    color: white;
}

.impressumtext h3 {
    color: #1C3661;
    padding-top: 1.5rem;
}

.impressumtext {
    padding-bottom: 2rem;
}

.impressumtext a:hover {
    color: #e4e4e4;
}

h4 {
    font-size: 1.3rem;
    color: #1C3661;
    font-weight: bold;
}

h5 {
    font-size: 1rem;
    color: #777777;
    font-weight: bold;
}

@media (min-width: 992px) {
    h2 {
    font-size: 2.2rem;
}
    h4 {
    font-size: 1.6rem;
}
}

a {
    color: #777777;
}

a:hover {
    text-decoration: none;   
    color: white; 
}

p {
    color: #1C3661;
}

.btn-primary, .wp-block-button__link {
    color: #e4e4e4;
    background: none;
    border: 2px solid #e4e4e4;
    border-radius: 0;
    padding: 0.2rem 1.2rem;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 1rem;
}

.btn-primary:hover {
    color: #777777;
    background: none;
    border: 2px solid #777777;
}

.btn-dunkel .wp-block-button__link {
    color: #777777;
    background: none;
    border: 2px solid #777777;
    border-radius: 0;
    padding: 0.2rem 1.2rem;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 1rem;
}
.btn-dunkel .wp-block-button__link:hover {
    color: #e4e4e4;
    background: none;
    border: 2px solid #e4e4e4;
}

.btn-primary:not(:disabled):not(.disabled):active {
color: #777777;
background: none;
border: 2px solid #777777;
}

.btn-primary:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.row.header-bg.align-items-center {
    height: 0;
}

.row.wf_banner {
    height: 0;
}

.header-color {
    background-color: #ffffff !important;
}   

.linkforlogo img   {
    width: 150px;
}

@media (min-width: 576px){
.linkforlogo img {
    width: 200px;
}}


a.linkforlogo {
    z-index: 99999;
}

.nav-link {
    color: #777777;
    font-weight: bold;
    font-size: 1.1rem;
}

.current-menu-item .nav-link {
    color: #1C3661 !important;
}



.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 textarea {
    border-radius: 0px;
    border: none;
    margin-bottom: 2rem;
}

.wpcf7 input[type=text] {
    width: 50%;
}

.wpcf7 input[type=text].floatleft {
    float: left;
}

.wpcf7 input[type=text].floatright {
    float: right;
} 

.wpcf7 input[type=submit] {
    border: 3px solid #777777;
    color: #777777;
    font-weight: bold;
    border-radius: 0px;
}

.wpcf7 input[type=submit]:hover {
    color: white;
    background-color: #777777;
    border-color: #777777;
    float: right;
    padding: .5rem 3rem;
    width: unset;
    height: unset;
}

.row.bg.head {
    height: 35vh;
    margin: 0;
    background-position: top;
}

.blue_title_box {
    background-color: #1C3661;
    padding: 1.5rem;
}

.blue_title_box h2 {
    color: white;
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 0;
}

@media (min-width: 768px) {



    .blue_title_box h2 {
        font-size: 2rem;
    }

    .row.bg.head {
    height: calc(40vh);
    }
}


.teamboxblue {
    height: 100vh;
    widows: 5;
}


/*
------- Login
*/

.login h1 a {
    background-image: url('/wp-content/uploads/2019/08/KMUFORUM_Logo.png');
    background-size: 200px;
    width: 200px;
}

.login form {
  background: none;
}

.login input {
  max-width: 100%;
}

.wp-core-ui .button-primary {
    background: #1C3661;
    border: none;
    box-shadow: none;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}

.wp-core-ui .button-primary:hover {
  background: #777777;
}

input[type=checkbox]:checked:before {
  color: #1C3661;
}

.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
  color: #777777;
}

.login #login_error, .login .message, .login .success {
  background: none;
}

input[type=checkbox]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=radio]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus {
  border-color: #1C3661;
  box-shadow: none;
  outline: 2px solid transparent;
}



/*
---------- WF-Team-More-Slider
*/

.wf-z-index-3 {
    z-index: 3;
}

.wf-team-more {
    padding: 3rem 2rem;
    background-color: #fff;
}

.wf-team-more-slider li {
    font-size: 0.8rem;
}

.teamtextcard-wrapper {
    background-color: #1C3661;
}
.teamtextcard-wrapper h3, .teamtextcard-wrapper p {
    color: white;
}

.wf-team-more-hidden {
    z-index: 2;
    position: relative;
    transition: .5s transform;
    opacity: 0;
    padding: 2rem 1rem;
}

.teamtextcard {
    padding: 0rem 2rem;
}

.wf-team-more-hidden .heighthundert {
    transform: scale(0.0000001);
    transition: .4s transform;
    transition-delay: .3s;
}

.wf-team-more-hidden.show .heighthundert {
    transform: scale(1);
}

.wf-team-more-slider .wf-team-more-wrapper .wf-team-more-hidden.show {
    opacity: 1;
}

@media (min-width: 1200px) {
    .wf-team-more-hidden {
        position: absolute;
        opacity: 1;
        left: 0;
        top: 0;
        padding: 3rem 5rem;
        height: 100%;
    }
    .wf-team-more-slider .wf-team-more-wrapper:nth-child(odd) .wf-team-more-hidden.show {
        transform: translate(100%, 0);
    }
    .wf-team-more-slider .wf-team-more-wrapper:nth-child(even) .wf-team-more-hidden.show {
        transform: translate(-100%, 0);
    }
    .wf-team-more-hidden .row {
        height: 100%;
    }
    .wf-team-more-slider .wf-team-more-wrapper:nth-child(3n+1) .wf-team-more-hidden.show {
        background-color: #1C3661;
    }
    .wf-team-more-wrapper:nth-child(odd) button, .wf-team-more-wrapper:nth-child(odd) a.CVF_Card, .wf-team-more-wrapper:nth-child(odd) .kontaktbutton a {
        float: right;
    }
    
    .wf-team-more-wrapper:nth-child(even) button, .wf-team-more-wrapper:nth-child(even) a.CVF_Card {
        float: left;
    }
.wf-team-more .btn.btn-primary, .wf-team-more-slider .wf-team-more-wrapper .wf-team-more-hidden.show .btn.btn-primary {
    color: #777777;
    border: 2px solid #777777;
}
.wf-team-more .btn.btn-primary:hover, .wf-team-more-slider .wf-team-more-wrapper .wf-team-more-hidden.show .btn.btn-primary:hover {
    color: #e4e4e4;
    border: 2px solid #e4e4e4;
}
.wf-team-more-wrapper:nth-child(3n+1) .wf-team-more .btn.btn-primary, .wf-team-more-slider .wf-team-more-wrapper:nth-child(3n+1) .wf-team-more-hidden.show .btn.btn-primary {
    color: #e4e4e4;
    border: 2px solid #e4e4e4;
}
.wf-team-more-wrapper:nth-child(3n+1) .wf-team-more .btn.btn-primary:hover, .wf-team-more-slider .wf-team-more-wrapper:nth-child(3n+1) .wf-team-more-hidden.show .btn.btn-primary:hover {
    color: #777777;
    border: 2px solid #777777;
}
.wf-team-more-slider .wf-team-more-wrapper p, .wf-team-more-slider .wf-team-more-wrapper ul li, .wf-team-more-slider .wf-team-more-wrapper h2, .wf-team-more-slider .wf-team-more-wrapper a:hover {
    color: #1C3661;
}
.wf-team-more-wrapper:nth-child(3n+1) p, .wf-team-more-wrapper:nth-child(3n+1) h2, .wf-team-more-wrapper:nth-child(3n+1) ul li {
    color: #fff;
}
}



@media (max-width: 1199px) {
    .wf-team-more-slider .wf-team-more-wrapper:nth-child(odd) .wf-team-more, .wf-team-more-slider .wf-team-more-wrapper:nth-child(odd) .wf-team-more-hidden.show {
        background-color: #1C3661;
    }
    .wf-team-more-slider .wf-team-more-wrapper:nth-child(even) .wf-team-more, .wf-team-more-slider .wf-team-more-wrapper:nth-child(even) .wf-team-more-hidden.show {
        background-color: #ffffff;
    }
    .wf-team-more-slider .wf-team-more-wrapper:nth-child(odd) .wf-team-more h2, .wf-team-more-slider .wf-team-more-wrapper:nth-child(odd) .wf-team-more p, .wf-team-more-wrapper:nth-child(odd) .wf-team-more-hidden.show h2, .wf-team-more-wrapper:nth-child(odd) .wf-team-more-hidden.show p, .wf-team-more-wrapper:nth-child(odd) .wf-team-more-hidden.show ul li, .wf-team-more-slider .wf-team-more-wrapper:nth-child(odd) .wf-team-more ul li  {
        color: #ffffff;
    }
    .wf-team-more-slider .wf-team-more-wrapper:nth-child(even) .wf-team-more h2, .wf-team-more-slider .wf-team-more-wrapper:nth-child(even) .wf-team-more p, .wf-team-more-wrapper:nth-child(even) .wf-team-more-hidden.show h2, .wf-team-more-wrapper:nth-child(even) .wf-team-more-hidden.show p, .wf-team-more-wrapper:nth-child(even) .wf-team-more-hidden.show ul li, .wf-team-more-slider .wf-team-more-wrapper:nth-child(even) .wf-team-more ul li {
        color: #1C3661;
    }
    .wf-team-more-hidden p {
        padding: 2rem 0rem;
    }
    .wf-team-more-wrapper:nth-child(odd) .wf-team-more-hidden.show .btn.btn-primary, .wf-team-more-slider .wf-team-more-wrapper:nth-child(odd) .wf-team-more .btn.btn-primary {
        color: #e4e4e4;
        border: 2px solid #e4e4e4;  
    }
    .wf-team-more-wrapper:nth-child(odd) .wf-team-more-hidden.show .btn.btn-primary:hover, .wf-team-more-slider .wf-team-more-wrapper:nth-child(odd) .wf-team-more .btn.btn-primary:hover {
        color: #777777;
        border: 2px solid #777777;  
    }
    .wf-team-more-wrapper:nth-child(even) .wf-team-more-hidden.show .btn.btn-primary, .wf-team-more-slider .wf-team-more-wrapper:nth-child(even) .wf-team-more .btn.btn-primary {
        color: #777777;
        border: 2px solid #777777; 
    }
    .wf-team-more-wrapper:nth-child(even) .wf-team-more-hidden.show .btn.btn-primary:hover, .wf-team-more-slider .wf-team-more-wrapper:nth-child(even) .wf-team-more .btn.btn-primary:hover  {
        color: #e4e4e4;
        border: 2px solid #e4e4e4; 
    }
    .wf-team-more-slider .wf-team-more-wrapper:nth-child(even) .wf-team-more a:hover {
        color: #e4e4e4;
    }
    .wf-team-more-hidden .btn.btn-primary.hide {
        float: right;
    }
}

.wf-team-more-slider .wf-team-more-wrapper:nth-child(3n+1) {
    background-color: #1C3661;
}

.wf-team-more-slider .wf-team-more-wrapper:nth-child(3n+1) a:hover {
    color: #fff;
}

.wf-z-index-3 .btn-primary.show {
    display: none;
}

.wf-team-more-wrapper:nth-child(3n+1) .wf-team-more {
    background-color: #1C3661;
}

.wf-team-more-wrapper:nth-child(even) button, .wf-team-more-wrapper:nth-child(even) a.CVF_Card {
    float: unset;
}

.wf-team-more-slider .wf-team-more-wrapper .wf-team-more-hidden.show {
    background-color: #fff;
}


/*
------ Border (WF-Team-More-Slider)


.wf-team-more-slider .wf-team-more-wrapper:nth-child(odd) .wf-team-more {
    border: 7px solid white;
    border-right: none;
}

.wf-team-more-slider .wf-team-more-wrapper:nth-child(odd) .wf-team-more-hidden.show {
    border: 7px solid white;
    border-left: none;
}

.wf-team-more-slider .wf-team-more-wrapper:nth-child(even) .wf-team-more {
    border: 7px solid white;
    border-left: none;
}

.wf-team-more-slider .wf-team-more-wrapper:nth-child(even) .wf-team-more-hidden.show {
    border: 7px solid white;
    border-right: none;
}

.wf-team-more-slider .wf-team-more:nth-child(4n+1) {
    border: 7px solid #1C3661 !important;
    border-left: none !important;
}

.wf-team-more-slider .wf-team-more-hidden.show:nth-child(4n+1) {
    border: 7px solid #1C3661 !important;
    border-left: none !important;
}

*/




/*
------- Rechtsgebiete
*/

.leitbild {
    padding: 5rem 0rem;
}

.leitbild p {
    color: #1C3661;
}

.rechtsgebiet-links {
    padding: 0;
}

.rechtsgebiet-wrapper {
    background-color: #1C3661;
    padding: 5rem 1rem;
}

.rechtsgebiet-content-wrapper {
    padding: 0;
}

.rechtsgebiet-links .nav-link {
    color: #777777;
    font-weight: bold;
    font-size: 1rem;
    border: 1px solid white;
    border-radius: 0;
    padding: 0.8rem;
    color: white;
    text-transform: uppercase;
}


.rechtsgebiet-links .nav-link.active, .rechtsgebiet-links .nav-link:active {
    color: #1c3661;
    background-color: #fff;
}   


.rechtsgebiet-wrapper .tab-content .tab-pane {
background-color: white;
color: #1C3661;
padding: 2rem;
}

.rechtsgebiet-wrapper .tab-content .tab-pane h4 {
    font-size: 1.3rem;
}

.rechtsgebiet-wrapper .tab-content .tab-pane p {
    color: #1C3661;
    padding-top: 1rem;
}

.rechtsgebiet-wrapper .buttonrechtsgebiete {
    padding: 0;
}

.rechtsgebiet-wrapper .buttonrechtsgebiete .btn[aria-expanded="true"]{
    background-color: white;
    color: #1C3661;
}

.rechtsgebiet-wrapper .contentrechtsgebiete {
    max-height: 100%; 
    padding: 0;
}

.rechtsgebiet-wrapper .buttonrechtsgebiete .btn-link {
    border: 2px solid white;
    border-radius: 0;
    font-weight: bold;
    color: white;
    padding: .6rem 0;
    width: 100%;
    border-bottom: none;
    overflow: hidden;
}

.angebot-wrapper div.col-12:nth-last-child(2) button {
    border-bottom: 2px solid white !important;
}

.btn-link.focus, .btn-link:focus {
    text-decoration: none;
}

.btn:hover, .wpcf7 input:hover[type=submit] {
    text-decoration: none;
}

.contentrechtsgebiete .contentrechtsgebiete-wrapper {
    background-color: white;
    padding: 1rem;
    position: relative;
}


@media(min-width: 768px) {
    .contentrechtsgebiete .contentrechtsgebiete-wrapper {
        padding: 2rem;
    }
}

.accordion .card-header {
    background: none;
    border-radius: 0;
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 0;
}

.accordion .card-header .btn-link {
    border: 2px solid white;
    border-radius: 0;
    font-weight: bold;
    color: white;
    padding: .6rem 6rem;
    border-bottom: none;
    width: 100%;
    height: 100%;

}

.contentrechtsgebiete-wrapper .btn.btn-primary {
    color: #777777;
    border: 2px solid #777777; 
}

.contentrechtsgebiete-wrapper .btn.btn-primary:hover {
    color: #e4e4e4;
    border: 2px solid #e4e4e4; 
}

.accordion .card {
    border-radius: 0;
    background: none;
}

.accordion .card-body {
    background-color: #ffffff;
}

.accordion .card-body p {
    color: #1c3661;
}

@media(min-width: 992px) {
.contentrechtsgebiete .collapsing {
    transition: none !important;
    opacity: 0 !important;
}
.contentrechtsgebiete .collapse .contentrechtsgebiete-wrapper {
    width: 0;
    transition: .2s;
}
.contentrechtsgebiete .collapse.show .contentrechtsgebiete-wrapper {
    opacity: 1;
    width: 100%;
}
.contentrechtsgebiete .collapse:not(.show) .contentrechtsgebiete-wrapper {
    opacity: 0;
}
.rechtsgebiet-wrapper .contentrechtsgebiete {
    max-height: 0; 
    margin-left: -2px;
}
.contentrechtsgebiete .collapse.half {
    transform: translate(0, calc(2.7rem + 4px  - 100%));
    -ms-transform: translate(0px, -81%);
}}



/*
------- Kontakt
*/

.kontaktseite-wrapper .col1 {
    background-image: url(/wp-content/uploads/2019/08/KMU_Forum_Kontakt_BG.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} 

.kontakt-wrapper {
    padding: 1rem;
}

.kontakt-wrapper .col-12, .kontakt-wrapper .col-6 {
    padding: 1rem .6rem;   
}

@media (min-width: 576px) {
.kontakt-wrapper .col-12, .kontakt-wrapper .col-6 {
    padding: 1.5rem;
}}

.kontaktseite-wrapper .col2 {
    background-color: #1C3661;
}

.kontaktseite-wrapper .col2 a {
    color: white;
}


.kontaktseite-wrapper .col2 a:hover {
    color: #777777;
}


.kontaktseite-wrapper .col2 p {
    color: white;
}




/*
------- Home
*/

.home_bluebox {
    margin-top: -4rem;
}

.blue_title_box a {
    color: #e4e4e4;
}

.blue_title_box a:hover, .blue_title_box i:hover {
    color: #777777!important;
}


.home_bluebox .blue_title_box {
    width: 100%;
    padding: .5rem;
    padding-bottom: 1.5rem;
}

.home_bluebox .blue_title_box h3 {
    text-align: left;
}

.home_bluebox .blue_title_box p {
    color: #fff;
    text-align: left;
}

.home_bluebox .blue_title_box a {
    float: right;
}

.row.blue_title_box.heighthundert {
    margin: auto;
}

.mandate_box {
    background-color: #1C3661;
    border: none;
    padding: 3rem 0rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 2.5rem 2.1rem
}

.col-12.col-md-6.col-lg-5.col-xl-4.gridklasse {
padding-top: 1rem;
}

@media (min-width: 1500px) {
.col-12.col-md-6.col-lg-5.col-xl-4.gridklasse {
padding: 1rem 6rem;
}}

.mandate_box p {
    color: white;
    font-size: .8rem;
}

.mandate_box h4 {
    color: white;
    font-size: 1.4rem;
}

.mandate_box h3 {
    padding-bottom: 2rem;
    font-size: 1.8rem;
}

.mandate_box .col-12.col-lg-2 {
    padding: 1rem;
}

@media (min-width: 786px) {
    .home_bluebox .blue_title_box {
        padding: 2rem;
    }
    .mandate_box {
        border: 1rem solid white;


    }
    .mandate_box .col-12.col-lg-2 {
        padding: unset;
    }

}

/*
---- Aktuelles-Cards
*/

.aktuellescard-wrapper {
    background-color: #1c3661;
    padding: 2rem 1.5rem;
    border: none;
    border-bottom: 1rem solid white;
}

.aktuellescard-wrapper h4, .aktuellescard-wrapper p {
    color: white;
}

.aktuellescard-wrapper p {
    font-size: .8rem;
}

.aktuellescard-wrapper a {
    float: right;
}


@media (min-width: 786px) {
    .aktuellescard-wrapper {
        border: 1rem solid white;
    }
}

.aktuellestitel {
    color: #1C3661;
}

.aktuell-thumbnail {
    display: none;
}

.single-aktuell .home_bluebox {
    margin-top: -7rem;
    margin-bottom: 2rem;
}

.single-aktuell .blue_title_box {
    padding-top: 2rem;
}


.single-aktuell .home_bluebox h1, .single-aktuell .home_bluebox p {
color: white;
text-transform: uppercase;
font-weight: bold;
}

.single-aktuell .card-body {
    padding: 0;
}

.single-aktuell h2, .single-aktuell h3, .single-aktuell h4 {
    color: #1C3661;
}

.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
    color: #777777;
}






/*
------- Footer
*/

footer h2 {
    color: #1C3661;
}

footer h3 {
    color: #1C3661;
}

footer .navbar-collapse {
    background: none;
    z-index: unset;
    position: unset;
    left: unset;
    top: unset;
    width: 100%;
    padding-bottom: unset;
    padding-left: 0;
}
footer .nav-link {
    font-size: 1.1rem;
}

footer .col-12 {
    margin-bottom: 2rem;
}

a:not([href]):not([tabindex]) {
    color: #777777;
}

.footerbild_kmu {
    padding-left: .3rem;
}

footer .nav-link {
    padding: unset;
}

footer a:hover {
    color: #1C3661;
}

.footercopyright {
    color: #777777;
    padding-top: 1rem;
}

@media (min-width: 768px) {
.footercopyright {
float: right;
padding-bottom: 0rem;
}}

/*
--------------- Infitity Slider 
https://codepen.io/joshhunt/pen/LVQZRa
*/  


* {
    box-sizing: border-box;
  }
  
  #wf_infinity_gallery a:link,
  #wf_infinity_gallery a:hover,
  #wf_infinity_gallery a:active,
  #wf_infinity_gallery a:visited {
    transition: color 150ms;
    color: #95a5a6;
    text-decoration: none;
  }
  #wf_infinity_gallery a:hover {
    color: #7f8c8d;
    text-decoration: underline;
  }
  .contain {
    width: 100%;
  }
  #wf_infinity_gallery::-webkit-scrollbar { 
    display: none; 
  }
  #wf_hide_scrollbar {
    overflow: hidden;
  }
  #wf_infinity_gallery.row {
    overflow: scroll;
    margin-bottom: -100px;
    padding-bottom: 100px;

  }
  #wf_infinity_gallery .row__inner {
    transition: 450ms -webkit-transform;
    transition: 450ms transform;
    transition: 450ms transform, 450ms -webkit-transform;
    font-size: 0;
    white-space: nowrap;
    margin: 70.3125px 0;
}
  .tile {
    position: relative;
    display: inline-block;
    width: 250px;
    max-width: 66vw;
    height: 140.625px;
    margin-right: 10px;
    font-size: 20px;
    cursor: pointer;
    transition: 450ms all;
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  .tile:first-child:hover {
    margin-left: 100px;
  }
  .tile__img {
    width: 250px;
    height: 140.625px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .tile__details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    font-size: 10px;
    opacity: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
    transition: 450ms opacity;
  }
  
  .tile:hover .tile__details {
    opacity: 1;
  }
  .tile__title {
    position: absolute;
    bottom: 0;
    padding: 10px;
  }
  #wf_infinity_gallery .row__inner:hover {
    -webkit-transform: translate3d(-62.5px, 0, 0);
            transform: translate3d(-62.5px, 0, 0);
  }
  #wf_infinity_gallery .row__inner:hover .tile {
    opacity: 0.3;
  }
  #wf_infinity_gallery .row__inner:hover .tile:hover {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 1;
  }
  .tile:hover ~ .tile {
    -webkit-transform: translate3d(125px, 0, 0);
            transform: translate3d(125px, 0, 0);
  }





/*
--------------- Infitity Slider 
https://codepen.io/joshhunt/pen/LVQZRa
*/  

.contain {
    width: 100%;
    }
    #wf_infinity_gallery::-webkit-scrollbar { 
    display: none; 
    }
    .wf_hide_scrollbar {
    overflow: hidden;
      position: relative;
    }
    #wf_infinity_gallery.row {
    overflow: scroll;
    }

    #wf_infinity_gallery .row__inner {
    transition: 250ms -webkit-transform;
    transition: 250ms transform;
    transition: 250ms transform, 250ms -webkit-transform;
    font-size: 0;
    white-space: nowrap;
    }
        
        .carousel-control-next-icon {
          width: 30px;
          height: 30px;
          background-color: black;
          background-size: 60%;
          border-radius: 50%;
          background-position-x: 60%;
        }
        
        .carousel-control-prev-icon {
        width: 30px;
        height: 30px;
        background-color: black;
        background-size: 60%;
        border-radius: 50%;
        background-position-x: 40%;
        }
        
        .carousel-control-next, .carousel-control-prev {
          max-width: 60px; 
        }

        .carousel-control-next:hover, .carousel-control-prev:hover {
            cursor: pointer;
          }