

/* TEASER
-------------------------------------------------- */

.el-teaser {
    padding: 15px 0;
}
.teaser-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-right: -30px;
}
.teaser-block {
    flex-basis: calc(33.33% - 30px);
    border-radius: 10px;
    transition: all 0.2s ease-out;
    background-size: cover;
    background-position: 50% 0;
}
.teaser-block.haslink:hover {
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
}
.teaser-inside {
    padding: 20px 30px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.teaser-inside > div {
    flex-basis: 100%;
}

.teaser-block a {
    background: url('../img/arrow.svg') no-repeat right bottom;
    background-size: 50px;
    background-position: right 10px bottom 10px;
}

.teaser-block.bg-brown a,
.teaser-block.bg-blue a,
.teaser-block.bg-olive a,
.teaser-block.bg-red     a {
    background: url('../img/arrow-white.svg') no-repeat right bottom;
    background-size: 50px 50px;
    background-position: right 10px bottom 10px;
}

.teaser-block.block-image {
    min-height: 350px;
}



/* partner */
.single-partners .teaser-block {
    flex-basis: calc(50% - 30px);
}
.single-partners .teaser-block a {
    background: none;
    background-color: var(--blue);
}


@media only screen and (max-width: 1200px) {
    .teaser-block {
        flex-basis: calc(50% - 30px);
    }
}
@media only screen and (max-width: 991px) {
    .el-teaser {
        padding: 0;
    }
    .teaser-container {
        gap: 0;
        margin-right: 0;
    }
    .teaser-block {
        flex-basis: calc(100%);
        margin-bottom: 15px;    
        min-height: 250px;
    }
    .teaser-container .teaser-block:last-of-type {
        margin-bottom: 0; 
    }
    .single-partners .teaser-block {
        flex-basis: calc(100%);
    }
}

@media only screen and (max-width: 768px) {
    
    .offsite-negative .teaser-block {
        border-radius: 0;
    }
    
}




/* TEXT-IMAGE
-------------------------------------------------- */

.el-textimage {
    padding: 15px 0;
    z-index: 10;
    position: relative;
}
.textimage-container {
    border-radius: 10px;
    padding: 50px 75px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.textimage-container > div {
    flex-basis: 50%;
}
.textimage-left {
    padding-right: 10%;
}
.ti-description {
    padding: 15px 0;
}

.textimage-container .textimage img {
    margin: -100px 0 -50px 100px;
    border-radius: 10px;
}

@media only screen and (max-width: 1400px) {
    .textimage-container .textimage img {
        margin: -60px 0 -50px 100px;
    }
}
@media only screen and (max-width: 991px) {
    .textimage-container {
        margin-top: 0;
        padding: 30px 30px;
    }
    .textimage-container > div {
        flex-basis: 100%;
    }
    .textimage-container .textimage img {
        margin: 50px 0 0 0;
    }
}
@media only screen and (max-width: 575px) {
    .el-textimage {
        margin: 0 -12px;
    }
}

/* EXPERIENCES
-------------------------------------------------- */
.el-experiences {
    padding: 15px 0;
    z-index: 5;
    position: relative;
}
.experiences-container {
    color: #fff;
    padding: 75px 50px 50px 50px;
    text-align: center;
    border-radius: 10px;
}
.ex-topline::before {
    background: #fff;
}
.experiences-entries {
    display: flex;
    justify-content: space-between;
}
.experiences-block {
    padding: 75px 50px 25px 50px;
    text-align: center;
}
.ex-number {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 500;
}
.ex-text {
    padding-top: 30px;
    text-transform: uppercase;
}

.el-textimage + .el-experiences .experiences-container {
    margin-top: -65px;
}



@media only screen and (max-width: 991px) {
    .experiences-entries {
        flex-wrap: wrap;
    }
    .experiences-block {
        flex-basis: 50%;
    }
}
@media only screen and (max-width: 768px) {
    .experiences-container {
        padding: 75px 15px 50px 15px;
        border-radius: 0;
    }
    .experiences-entries {
        padding-top: 30px;
    }
    .experiences-block {
        padding: 30px 0 15px 0;
    }
    .ex-number {
        font-size: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .el-experiences {
        margin: 0 -12px;
    }
}

/* IMAGETEASER
-------------------------------------------------- */
.el-imageteaser {
    padding: 15px 0;
}
.imageteaser-container {
    padding-top: 30px;
    text-align: center;
}
.imageteaser-entries {
    display: flex;
    flex-wrap: wrap;   
    gap: 20px;
    padding-top: 30px;
}
.imageteaser-block {
    flex-basis: calc(50% - 10px);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.itb-title {
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    bottom: 25px;
    color: #fff;
    width: 100%;
    font-size: 20px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}
.imageteaser-link {
    padding: 35px 0 0 0;
}
@media only screen and (max-width: 991px) {
    .imageteaser-block {
        flex-basis: calc(100%);
    }
}


/* SOCIALMEDIA
-------------------------------------------------- */
.social-link  {
    padding-top: 40px;
    display: flex;
    justify-content: center;
}
.social-link.acf  {
    padding-top: 0;
    justify-content: left; 
}
.social-link div {
    padding: 10px;
}
.social-link img {
    
    border-radius: 20px;
    box-shadow: 0px 5px 13px 1px rgba(0,0,0,0.22);
}

/* LISTITEM
-------------------------------------------------- */

.el-listitems {
    padding: 15px 0;

}
.listitem {
    border-bottom: 1px solid var(--olive);
    padding: 0 0 20px 0;
    margin-bottom: 20px;
}
.listitem:last-of-type {
    border: none;
}
.listitem img {
    border-radius: 8px;
    max-width: 75px;
}
.listitem h3 {
    font-weight: 700;
}
@media only screen and (max-width: 575px) {
    .listitem-text {
        padding-top: 15px;
    }
    
}


/* FEEDBACK
-------------------------------------------------- */
.el-feedback {
    padding: 15px 0;
}
.feedback-container {
    padding-top: 30px;
    text-align: center;
}
.feedback-stars {
    padding: 25px 0;
}
.swiper-feedback-pagination {
    align-items: center;
    padding-top: 20px;
}
.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    border: 3px solid var(--black);
    background: #ffffff !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    background: var(--black) !important;
}

.fe-name {
    font-weight: 700;
    font-size: 18px;
    margin-top: 50px;
}
.fe-name::before {
    content: "";
    height: 3px;
    width: 10px;
    position: absolute;
    border-radius: 5px;
    background: #000;
    margin-top: -25px;
    left: 0;
    left: 50%;
    margin-left: -5px;
}
.fe-text {
    width: 75%;
    margin: auto;
}

.single-partners .el-feedback {
    padding: 15px 0 50px 0;
}

@media only screen and (max-width: 768px) {
    .single-partners .el-feedback.offside {
        padding: 30px;
    }
    
}


/* SWIPER
-------------------------------------------------- */
.el-swiper {
    padding: 15px 0;
    margin: 0 -12px;
}
.myswiper-container {
    text-align: center;
}
.swiper-header {
    border-radius: 10px;
    padding: 50px 0 50px 0;
}
.swiper-entries {
    display: flex;
    flex-wrap: wrap;   
    gap: 20px;
}
.swiper-block {
    flex-basis: calc(50% - 10px);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.swiper-element {
    max-width: 990px;  
}
.swiper-element img {
    border-radius: 10px;
}
.se-text {
    display: none;
}
.swiper-panel {
    background: var(--black);
    color: #fff;
    padding: 50px 25px 25px 50px;
    border-radius: 10px;
    margin-top: -100px;
    margin-left: auto;
    z-index: 1000;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    width: 50%;
    min-height: 130px;
}
.swiper-pagination {
    display: flex;
    margin-left: auto;
    position: relative !important;
    padding-top: 40px;
}
.swiper-button-prev-unique {
    height: 35px;
    width: 20px;
    background: url('../img/chevron-left.svg') no-repeat;
}
.swiper-button-prev-unique.swiper-button-disabled {
    background: url('../img/chevron-left-fade.svg') no-repeat;
}
.swiper-button-next-unique {
    height: 35px;
    width: 20px;
    background: url('../img/chevron-right.svg') no-repeat;
}
.swiper-button-next-unique.swiper-button-disabled {
    background: url('../img/chevron-right-fade.svg') no-repeat;
}
.swiper-pagination-fraction {
    width: auto !important;
    padding: 6px 10px;
}
.element-title {
    font-size: 20px;
    flex-basis: 100%;
    line-height: 1.2em;
    text-align: center;
}
@media only screen and (max-width: 1200px) {
    .swiper-element {
        max-width: 720px;
    }
}
@media only screen and (max-width: 991px) {
    .el-swiper {
        padding: 30px 0;
    }
    .swiper-panel {
        width: 75%;
    }
}
@media only screen and (max-width: 575px) {

    .el-swiper {
        /*margin: 0 -12px;*/
        border-radius: 0;
    }
    .swiper-element img {
        border-radius: 0;
    }
    .swiper-panel {
        padding: 30px 15px 15px 15px;
        margin-top: -30px;
        width: 100%;
        border-radius: 0;
    }
    .element-title {
        font-size: 22px;
    }
    .swiper-pagination {
        margin: auto;
        padding-top: 25px;
    }
}


/* SWIPER-CUT
-------------------------------------------------- */

.swiper-cut-header {
    text-align: left;
    padding-left: 15px;
}
.swiper-cut-entries {
    padding: 0 15px;
}
.swiper-cut .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-cut .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-cut .swiper-slide {
    width: 90%;
  }

  .swiper-cut .swiper-element {
    padding-right: 30px;
  }
  .swiper-cut .scut-text {
    text-align: left;
    padding: 15px;
  }
 


/* LISTIMAGE
-------------------------------------------------- */
.imagelist-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2%;
}
.imagelist-element {
    flex-basis: 32.5%;
}
.imagelist-element img {
    border-radius: 10px;
}

@media only screen and (max-width: 991px) {
    .imagelist-container {
        gap: 1.8%;
        row-gap: 12px;
    }
    .imagelist-element {
        flex-basis: 49%;
    }
}
@media only screen and (max-width: 575px) {

    .imagelist-container {
        gap: 0;
        row-gap: 0
    }
    .imagelist-container .imagelist-element {
        flex-basis: 100%;
        margin-top: -15px;
    }
    .imagelist-container .imagelist-element img {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
    .imagelist-container .imagelist-element:first-of-type {
        margin-top: 0;
    }
    .imagelist-container .imagelist-element:first-of-type img {
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
}

/* ACADEMY
-------------------------------------------------- */
.el-academy {
    padding: 50px 0;
}
.academy-container {
    padding: 30px 0 100px 0;
    text-align: center;
    background: var(--lightpurple);
    border-radius: 10px;
}

.academy-logo {
    padding: 25px 0 50px 0;
}
.academy-text {
    padding: 25px 0 50px 0;
    width: 75%;
    margin: auto;
}

.form-container {
    margin: auto;
    width: 640px;
}
.form-container .mb-3 {
   margin-bottom: 10px !important;
}

.academy-container .btn {
    background: var(--blue);
    color: #fff;
    padding: 25px;
    width: 100%;
}
.academy-container input {
    border-radius: 5px;
    padding: 0 30px;
}
.container-interesse {
    display: flex;
}
.container-interesse .btn {
    margin-left: 10px;
}
@media only screen and (max-width: 991px) {
    .form-container {
        width: calc(100% - 30px);
    }
    .el-academy {
        padding: 15px 0;
    }
}

/* NEWSLETTER
-------------------------------------------------- */
.el-newsletter {
    margin-top: -100px;
}
.newsletter-container {
    padding: 100px 0;
    background: var(--brown);
    border-radius: 10px;
    color: #fff;
}

.nl-topline::before {
    background: #ffffff;
    left: 0;
    margin-left: 0;
}
.newsletter-container .logo {
    width: 160px;
    height: auto;
}
.newsletter-container .headline {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2em;
}
.newsletter-container .text {
    padding: 25px 0;
    font-size: 28px;
    line-height: 1.2em;
}
.newsletter-container .input {
    border-bottom: 1px solid #fff;
    font-weight: 100;
    padding: 25px 0;
}
@media only screen and (max-width: 991px) {
    .newsletter-container {
        padding: 30px 0;
    } 
}

@media only screen and (max-width: 575px) {
    .el-newsletter {
        margin: 0 -12px;
    }
    .newsletter-container {
        border-radius: 0;
    }
    .newsletter-container .col-logo {
        display: none;
    }
    .newsletter-container .col-text {
        padding-left: 15px;
    }
}


/* PRODUCTS
-------------------------------------------------- */
.el-products {
    padding: 15px 0;
}
.products-container {
    padding-top: 30px;
}
.products-entries {
    display: flex;
    flex-wrap: wrap;   
    gap: 20px;
    padding-top: 30px;
}
.products-block {
    flex-basis: calc(50% - 10px);
    overflow: hidden;
    position: relative;
}
.products-block img {
    border-radius: 10px;
}
.products-block .title {
    font-weight: 600;
    font-size: 24px;
    padding: 15px 0 8px 0;
}
.products-block .moreinfo {
    cursor: pointer;
}
.products-block .moreinfo span {
    border-bottom: 1px solid var(--black);
    line-height: 18px;
    display: inline-block;
    text-transform: uppercase;
}

.products-block .description {
    display: none;
    padding: 15px 0 0 0;
}

/* id- draft styles */
.page-id-196 .products-block {
    background: #eee;
    padding: 15px 30px 30px 30px;
    border-radius: 10px;
}


@media only screen and (max-width: 991px) {
    .products-block {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .el-products .products-container {
        padding-top: 0;
    }
    
}


/* TEXT
-------------------------------------------------- */
.element-text {
    padding: 50px 0;
}
.element-text-content {
    padding: 50px 0 0 0;
}


/* SERVICES
-------------------------------------------------- */
.el-services {
    margin: 15px 0;
}
.services-container {
    padding: 75px 15px;
    text-align: center;
    background: var(--red);
    border-radius: 10px;
    color: #fff;
}
.services-container .btn-light {
    border: 1px solid #fff;
    color: #fff;
}
.services-block {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
}
.services-entries {
    padding: 30px;
    flex-basis: 50%;
}
.services-entries .icon {
    border: 1px solid #fff;
    border-radius: 10px;
    width: 145px;
    height: 145px;
    margin: auto;
}
.services-entries .icon:hover {
    background: var(--brown);
}
.services-entries .icon span {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.services-entries .icon-1 span {
    background: url('../img/services-house.svg') no-repeat center;
}
.services-entries .icon-2 span {
    background: url('../img/services-star.svg') no-repeat center;
}
.services-entries .icon-17 span {
    background: url('../img/services-tiles.svg') no-repeat center;
    background-size: 65px 65px;
}
.services-entries .icon-4 span {
    background: url('../img/services-house.svg') no-repeat center;
}
.services-entries .icon-5 span {
    background: url('../img/services-pattern.svg') no-repeat center;
    background-size: 75px 75px;
}
.services-entries .icon-6 span {
    background: url('../img/services-screwdriver.svg') no-repeat center;
    background-size: 65px 65px;
}
.services-entries .icon-7 span {
    background: url('../img/services-sun.svg') no-repeat center;
    background-size: 65px 65px;
}
.services-entries .icon-8 span {
    background: url('../img/services-knive.svg') no-repeat center;
    background-size: 65px 65px;
}
.services-entries .headline {
    padding: 15px 0 10px 0;
    font-size: 22px;
}
.services-entries .description {
    font-weight: 300;
    opacity: 0.8;
}
@media only screen and (max-width: 991px) {
    .services-entries {
        padding: 30px;
        flex-basis: 100%;
    }
    .services-container {
        padding: 25px 15px;
    }
}
@media only screen and (max-width: 575px) {
    .el-services {
        margin: 0 -12px;
    }
    .services-container {
        border-radius: 0;
    }
}

/* BRANDS
-------------------------------------------------- */

.brand-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0 100px;
    justify-content: center;
}
.brand-item {
    flex-basis: 33%;
}
.brand-item a {
    padding: 30px;
    display: inline-block;
    min-width: 200px;
}
.brand-item img {
    height: 70px;
    width: auto;
}
@media only screen and (max-width: 991px) {
    .brand-container {
        padding: 0;
    }
}
@media only screen and (max-width: 768px) {
    .brand-item a {
        padding: 20px 10px;
        min-width: 150px;
    }
    .brand-item img {
        height: 50px;
        width: auto;
    }
}
@media only screen and (max-width: 575px) {
    .brand-item {
        flex-basis: 50%;
    }
}

/* PARTNER STATIC COLORS
-------------------------------------------------- */



.page-id-2 .experiences-container {
    background: var(--sage);
    
}

.page-id-2 .swiper-header {
    background: #ffffff;
}


/* BUTTONS
-------------------------------------------------- */


.button-link {
    padding: 35px 0;
}
.call-link {
    padding: 10px 0 35px 0;
}



/* draft styles */
.select {
    text-align: center;
    padding: 25px 0;
}
.select .form-select {
    margin-left: 30%;
    width: 40%;
}