
.no-arrows::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.logintext__configurations__btn {
    font-size: 13px !important;
    padding: 8px 10px;
    margin-bottom: 5px;
}

.logintext__configurations__text {
    background-color: #40b143;
    color: #fff;
    vertical-align: top;
    border: 1px #40b143 solid;
    padding: 8px 10px;
    display: inline-block;
    line-height: 20px;
    font-size: 13px;
}

@media (max-width: 1200px) {
    .rearrangecart {
        flex-direction: column-reverse;
    }
}

.loader {
    font-size: 10px;
    text-indent: -9999em;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -75px;
    width: 150px;
    height: 150px;
}

.loader:before {
    width: 50%;
    height: 50%;
    background: #ffffff;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.loader:after {
    background: #40b143;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loader__text {
    position: fixed;
    top: 62%;
    left: 50%;
    width: 200px;
    color: white;
    margin-left: -75px;
}

.receipt__title {
    font-size: 24px;
    font-weight: bold;
}

.receipt__label {
    position: relative;
    color: #fff;
    padding: 5px 10px;
    width: 150px;
    float: right;
    top: -6px;
    font-size: 14px;
}

.receipt__label-machine {
    background: #40b143;
}

.receipt__label-option {
    background: #ea7125;
}

.receipt__label-attachment {
    background: #404040;
}

.receipt__label-document {
    background: #808080;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.js-mini-cart-button {
    display: none;
}

.media-list-item__sticker {
    background-color: #40b143;
}

.grid-caption {
    text-transform: none;
}

.masterDesktopToolsText-link {
    color: #fff;
    display: block;
}

.masterDesktopToolsText-link:hover {
    color: #fff !important;
}

.vacancy_lable,
.event_lable {
    font-weight: bold;
    font-weight: 500;
    margin-left: -5px;
}

.table--download .btn {
    white-space: nowrap;
}

/*Darker text in dealer search details*/
.dynamicweb-map__location-info,
.dynamicweb-map__location-contact {
    color: #2a2a2a;
    word-break: break-all;
}

.btn-location-clicked {
    opacity: .5;
}

.product-list__grid-item__footer {
    padding: 0px;
}

.grid__cell-img {
    width: 100%;
}

@media (max-width: 812px) {
    /*Make buttons align right in grid footer, iphone X horizontal and down*/
    /*.grid__cell-footer{
  	text-align:right;
  }*/
}


@media (max-width: 767px) {


    /*Hidden from 767 and down*/
    .u-hidden-767 {
        display: none !important;
    }

    /*make price and link align left in events list*/
    .fx-mod .u-ta-right {
        text-align: left;
    }
}

@media (min-width: 768px) {

    .logintext__configurations__btn {
        font-size: 16px !important;
        padding: 8px 30px;
    }


    .logintext__configurations__text {
        font-size: 16px;
    }


    /*Hidden from 768 and up*/
    .u-hidden-768 {
        display: none !important;
    }

    .product-list__grid-item__footer {
        padding: 0;
    }

    .product-list__grid-item__price-info {
        padding-left: 0;
        padding-right: 0;
    }

    /*.product-list__grid-item {
        padding: 1em;
    }

        .product-list__grid-item:nth-child(3n+1) {
            padding-left: 0;
        }

        .product-list__grid-item:nth-child(3) {
            padding-right: 0;
        }*/
}

/*/egholm-blogs/ */
@media (max-width: 767px) {
    #carousel_General .article__short-summary {
        display: none;
    }

    #carousel_General .carousel__slide {
        min-height: 159px !important;
    }
}

/* frontpage */
@media (max-width: 767px) {
    #Carousel_4629 .paragraph-container--height-xl,
    #Carousel_4630 .paragraph-container--height-xl,
    #Carousel_4631 .paragraph-container--height-xl,
    #Carousel_4472 .paragraph-container--height-xl {
        height: 250px !important;
    }

    #Carousel_4629 .paragraph-container--height-xl > .paragraph-container,
    #Carousel_4630 .paragraph-container--height-xl > .paragraph-container,
    #Carousel_4631 .paragraph-container--height-xl > .paragraph-container,
    #Carousel_4472 .paragraph-container--height-xl > .paragraph-container {
        height: 250px !important;
    }

    #Carousel_4629 .paragraph-container--height-xl .background-image__cover,
    #Carousel_4630 .paragraph-container--height-xl .background-image__cover,
    #Carousel_4631 .paragraph-container--height-xl .background-image__cover,
    #Carousel_4472 .paragraph-container--height-xl .background-image__cover {
        min-height: 250px !important;
    }

    #Carousel_4629 h1,
    #Carousel_4630 h1,
    #Carousel_4631 h1,
    #Carousel_4472 h1,
    #Carousel_4629 h2,
    #Carousel_4630 h2,
    #Carousel_4631 h2,
    #Carousel_4472 h2,
    #Carousel_4629 h4,
    #Carousel_4630 h4,
    #Carousel_4631 h4,
    #Carousel_4472 h4,
    #Carousel_4629 p,
    #Carousel_4630 p,
    #Carousel_4631 p,
    #Carousel_4472 p,
    #Carousel_4629 p a.btn,
    #Carousel_4630 p a.btn,
    #Carousel_4631 p a.btn,
    #Carousel_4472 p a.btn {
        font-size: 100% !important;
    }
}

/* /egholm-blogs/latest-news/... */
@media (max-width: 767px) {
    #Block__ArticleHead .paragraph-container--height-xl {
        height: 300px !important;
    }

    #Block__ArticleHead .paragraph-container--height-xl > .paragraph-container {
        height: 350px !important;
    }

    #Block__ArticleHead .paragraph-container--height-xl .background-image__cover {
        min-height: 350px !important;
    }

    #Block__ArticleHead h1,
    #Block__ArticleHead h2,
    #Block__ArticleHead h4,
    #Block__ArticleHead p,
    #Block__ArticleHead .article__leadtext,
    #Block__ArticleHead p a.btn {
        font-size: 100% !important;
    }
}


@media (min-width: 479px) {
    .u-visible-xxs {
        display: none !important;
    }
}

@media (min-width: 480px) {
    .u-visible-xs {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .u-visible-sm {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .u-visible-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .u-visible-lg {
        display: none !important;
    }
}

.u-mt-10px {
    margin-top: 10px;
}

.u-mt-20px {
    margin-top: 20px;
}

.u-mt-40px {
    margin-top: 40px;
}

.u-mt-50px {
    margin-top: 50px;
}

.u-mb-0px {
    margin-bottom: 0px;
}

.u-mb-10px {
    margin-bottom: 10px;
}


.builder__content__btn {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    padding: 10px 10px;
}

.builder__content__btn--green {
    border-color: #40b143;
    background-color: #40b143;
}

.builder__content__btn--orange {
    border-color: #ea7125;
    background-color: #ea7125;
}

.builder__content__btn--darkgrey {
    border-color: #404040;
    background-color: #404040;
}

.builder__content__btn--width100 {
    width: 100%;
}

.builder__content__btn--grey {
    border-color: grey;
    background-color: grey;
}

.builder__content__input {
    padding: 10px 10px;
    border-color: black;
    border-width: 1px;
}

.builder__content__text--spacer {
    margin-top: 35px;
    margin-bottom: 30px !important;
}

.builder__content__header {
    font-size: 28px;
    margin-top: 20px;
}

.builder__content__label {
    font-size: 20px;
}

.builder__content__label--spacer {
    margin-bottom: 5px;
}

.builder__header--fontsize-48 {
    font-size: 48px;
}

.builder__header--fontsize-28 {
    font-size: 28px;
}

.builder__content__image {
    height: 300px;
    object-fit: cover;
}

.builder__content__image--sm {
    height: 150px;
    object-fit: cover;
}

.builder__content__image--md {
    height: 200px;
    object-fit: cover;
}

.builder__content__image--lg {
    height: 250px;
    object-fit: cover;
}

.builder__content__card__header {
    font-size: 20px;
    /*margin-top: 20px;*/
    margin-bottom: 5px;
}

.builder__content__card__header--sm {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.builder__content__card__description {
    /*margin-bottom: 30px !important;*/
}

.builder__cart {
    background-color: lightgray;
    padding: 20px 15px;
    margin-top: 8px;
    font-size: 14px !important;
}

@media (max-width: 480px) {
    .builder__cart {
        padding: 20px 5px;
    }
}

.builder__cart__remove-item {
    color: #ea7125;
    font-weight: bold;
    float: right;
}

.builder__cart__edit-item {
    color: #ea7125;
    font-weight: bold;
    text-decoration: underline;
}

.builder__content__input--lg {
    height: 265px;
}

.builder__cart__tiny-input {
    width: 25px;
    height: 23px !important;
    text-align: center;
    padding: 5px !important;
    font-weight: 300;
    margin-right: 7px;
    margin-bottom: 0px;
}

.configurator-image {
    height: 320px;
    width: 100%;
}

@media (max-width: 480px) {
    .builder__header--fontsize-48 {
        font-size: 28px;
    }

    .builder__header--fontsize-28 {
        font-size: 18px;
    }

    .builder__content__header {
        font-size: 18px;
        margin-top: 20px;
    }

    .builder__content__text--spacer {
        margin-top: 5px;
        margin-bottom: 10px !important;
    }
}

.option-text {
    font-size: 12px;
}

@media (min-width: 321px) {
    /*.configurator-image {
        height: unset;
    }*/
    .option-text {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .video-player-title {
        font-size: 24px;
    }

    .video-player-subtitle {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    /*.configurator-image {
        height: 200px;
    }*/
}

@media (min-width: 992px) {
    /*.configurator-image {
        height: 250px;
    }*/
}

@media (min-width: 1200px) {
    .main-navigation-mobile {
        display: none;
    }
}

@media (max-width: 1200px) {
    .tools-navigation,
    .main-navigation {
        display: none;
    }
}

@media (min-width: 1200px) {
    /*.configurator-image {
        height: 295px;
    }*/
}

.video-text-mt {
    margin-top: 15px;
}

.video-text-mb {
    margin-bottom: 15px;
}

.options-modal-btn:disabled {
    background-color: #b3b3b3;
}

/* The Modal (background) */
.options-modal {
    display: none; /* Hidden by default */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*max-width: 600px;*/
    width: 100%;
    height: 100%;
    z-index: 100;
}

/* Modal Content */
.options-modal-header {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    /*position: relative;*/
    position: fixed;
    /*top: 50%;*/
    /*left: 370px;*/
    /*transform: translateY(-50%);*/
    /*max-width: 600px;*/
    top: 50%;
    left: 50%;
    transform: translate(-625px, -50%);
    max-width: 600px;
}

@media (max-width: 1280px) {
    .options-modal-header {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 480px) {
    .options-modal-header {
        top: 0px;
        left: initial;
        transform: initial;
    }
}

@media (max-width: 350px) {
    .options-modal-header {
        top: 0%;
        left: initial;
        transform: initial;
    }
}

@media (max-width: 480px) {
    .options-modal-content-tooltip {
        min-width: auto;
    }
}


.options-modal-content {
    padding: 20px;
    font-weight: initial;
}

.options-modal-content-icon {
    display: inline-block;
    background-color: #ea7125;
    border-radius: 50px;
    width: 18px;
    font-size: 14px;
    text-align: center;
    color: white;
    font-weight: 500;
    position: relative;
}

.options-modal-content-tooltip {
    visibility: hidden;
    overflow: scroll;
    background-color: white;
    color: black;
    text-align: left;
    -webkit-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 1);
    padding: 5px;
    min-width: 440px;
    width: 360px;
    max-width: 90%;
    position: absolute;
    z-index: 1;
    /*max-height: 200px;*/
}

.options-modal-content-tooltip::-webkit-scrollbar {
    display: none;
}

/*.js-options-container {*/
/*    overflow-x: scroll;*/
/*    max-height: 100px;*/
/*}*/

.js-options-container::-webkit-scrollbar {
    display: none;
}

@media (max-width: 768px) {
    .options-modal-content-tooltip {
        min-width: auto;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        position: fixed;
    }
}

.options-modal-content-tooltip img {
    /*margin-bottom: 10px;*/
    max-width: 200px;
    float: left;
    margin-right: 5px;
    border: 1px solid grey;
}

.options-modal-content-icon:hover .options-modal-content-tooltip {
    visibility: visible;
}

.options-modal-content-tooltip:hover .options-modal-content-tooltip {
    visibility: visible;
}

.options-modal-content-item {
    font-size: 16px;
    margin-bottom: 6px;
}

.options-modal-content-item input {
    margin-right: 10px;
}

.options-modal-content-item [type='checkbox'] {
    width: 20px;
    height: 20px;
    background: white;
    appearance: none;
    outline: none;
    position: relative;
    cursor: pointer;
    border: 1px solid black;
    float: left;
    margin-bottom: 0px;
}

.options-modal-content-item [type='checkbox']:checked {
    background: #40b143;
    color: white;
    border: none;
}

.options-modal-content-item [type='checkbox']:checked:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    line-height: 16px;
    margin-left: 2px;
}

.options-modal-header-item-name {
    background-color: #ea7125;
    padding: 17px;
    line-height: 1;
    font-size: 30px;
    font-weight: 500;
    color: white;
}

.options-modal-content .text {
    font-size: 16px;
    margin-bottom: 20px !important;
}

/* The Close Button */
.options-modal-close {
    color: white;
    float: right;
    font-size: 48px;
    font-weight: 300;
    line-height: 58px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: rgb(126, 126, 126);
    width: 64px;
    height: 64px;
    text-align: center;
}



.options-modal-btn {
    background-color: grey;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 5px 10px;
    text-align: center;
    color: white;
    border: none;
    display: block;
    width: 85%;
    /*margin-bottom: 0px;*/
}

.options-modal-close:hover,
.options-modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/*----------------------*/
/* The Modal (background) */
.equipment-modal {
    display: none; /* Hidden by default */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*max-width: 600px;*/
    width: 100%;
    height: 100%;
    z-index: 100;
}

/* Modal Content */
.equipment-modal-header {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    /*position: relative;*/
    position: fixed;
    /*top: 50%;*/
    /*left: 370px;*/
    /*transform: translateY(-50%);*/
    /*max-width: 600px;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 415px;
    min-width: 350px;
}

@media (max-width: 1280px) {
    .equipment-modal-header {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-height: 100vh;
    }
}

@media (max-width: 480px) {
    .equipment-modal-header {
        top: 0px;
        left: initial;
        transform: initial;
    }
}

@media (max-width: 350px) {
    .equipment-modal-header {
        top: 0%;
        left: initial;
        transform: initial;
    }
}

@media (max-width: 480px) {
    .equipment-modal-content-tooltip {
        min-width: auto;
    }
}


.equipment-modal-content {
    padding: 20px;
    font-weight: initial;
    overflow-y: auto;
    max-height: 80vh;
}

.equipment-modal-content .heading {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.equipment-modal-content p {
    line-height: 1.2;
}

.equipment-modal-content-icon {
    display: inline-block;
    background-color: #ea7125;
    border-radius: 50px;
    width: 18px;
    font-size: 14px;
    text-align: center;
    color: white;
    font-weight: 500;
    position: relative;
}

.equipment-modal-content-tooltip {
    visibility: hidden;
    overflow: scroll;
    background-color: white;
    color: black;
    text-align: left;
    -webkit-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 1);
    padding: 5px;
    min-width: 440px;
    width: 360px;
    max-width: 90%;
    position: absolute;
    z-index: 1;
    /*max-height: 200px;*/
}

.equipment-modal-content-tooltip::-webkit-scrollbar {
    display: none;
}

/*.js-options-container {*/
/*    overflow-x: scroll;*/
/*    max-height: 100px;*/
/*}*/

.js-options-container::-webkit-scrollbar {
    display: none;
}

@media (max-width: 768px) {
    .equipment-modal-content-tooltip {
        min-width: auto;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        position: fixed;
    }
}

.equipment-modal-content-tooltip img {
    /*margin-bottom: 10px;*/
    max-width: 200px;
    float: left;
    margin-right: 5px;
    border: 1px solid grey;
}

.equipment-modal-content-icon:hover .options-modal-content-tooltip {
    visibility: visible;
}

.equipment-modal-content-tooltip:hover .options-modal-content-tooltip {
    visibility: visible;
}

.equipment-modal-content-item {
    font-size: 16px;
    margin-bottom: 6px;
}

.equipment-modal-content-item input {
    margin-right: 10px;
}

.equipment-modal-content-item [type='checkbox'] {
    width: 20px;
    height: 20px;
    background: white;
    appearance: none;
    outline: none;
    position: relative;
    cursor: pointer;
    border: 1px solid black;
    float: left;
    margin-bottom: 0px;
}

.equipment-modal-content-item [type='checkbox']:checked {
    background: #40b143;
    color: white;
    border: none;
}

.equipment-modal-content-item [type='checkbox']:checked:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    line-height: 16px;
    margin-left: 2px;
}

.equipment-modal-header-item-name {
    background-color: #ea7125;
    padding: 17px;
    line-height: 1;
    font-size: 30px;
    font-weight: 500;
    color: white;
}

.equipment-modal-content .text {
    font-size: 16px;
    margin-bottom: 20px !important;
}

/* The Close Button */
.equipment-modal-close {
    color: white;
    float: right;
    font-size: 48px;
    font-weight: 300;
    line-height: 58px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: rgb(126, 126, 126);
    width: 64px;
    height: 64px;
    text-align: center;
}

.equipment-modal-close:hover,
.equipment-modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.equipment-modal-trigger {
    padding: 10px 0;
    display: block;
}

/*-----*/

.u-padding-0 {
    padding: 0px;
}

.d-none {
    display: none;
}


@media (max-width: 992px) {
    .js-options-modal-content-img {
        max-height: 200px;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .configurator-controls-d-none {
        display: none !important;
    }
}

/*KR 08-2021*/
.HeroVideo-Element-Container {
    position: relative;
}

.HeroVideo-Button-Container {
    position: absolute;
    right: 40px;
    bottom: 10px;
    z-index: 10;
    display: flex;
}

.HeroVideo-Button-Container button,
.HeroVideo-Button-Container a {
    border: none;
    background: transparent;
    cursor: pointer;
    height: 40px;
    width: 40px;
    display: inline-block;
    margin-left: 10px;
}

.HeroVideo-Button-Container button.pause {
    background-image: url(../images/EGH-Pause-40x40.png);
}

.HeroVideo-Button-Container button.play {
    background-image: url(../images/EGH-Play-40x40.png);
}

.HeroVideo-Button-Container a.more.en {
    background-image: url(../images/EGH-More-40x40.png);
}

.HeroVideo-Button-Container a.more.da {
    background-image: url(../images/EGH-More-40x40.png);
}

.HeroVideo-Button-Container a.more.de {
    background-image: url(../images/EGH-More-40x40.png);
}

.HeroVideo-Button-Container a.more.fr {
    background-image: url(../images/EGH-More-40x40.png);
}

.HeroVideo-Button-Container a.more.sv {
    background-image: url(../images/EGH-More-40x40.png);
}
/*.HeroVideo-Button-Container button i{
      font-size:4rem;
      opacity:.5;
      
     }
     .HeroVideo-Button-Container button i:hover{

      opacity:1;
      
     }*/

/*.HeroVideo-Video-Container {
       position:absolute;
      left:0px;
      top:0px;
      z-index:9; 
    }*/
.HeroVideo-Video-Container__video {
    width: 100%;
    height: 100%;
}

.heroVideoOverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color:rgba(0,0,0,0);*/
    text-align: center;
    display: grid;
    align-content: center;
}
/*KR 08-2021*/

.flex-configurator-product {
    display: flex;
    flex-direction: column;
}

.configurator-technicalDocument-link {
    margin-top: auto;
}

.responsive-video {
}

.responsive-video-controls {
    position: absolute;
    right: 5px;
    bottom: 5px;
    display: flex;
    justify-content: end;
    z-index: 10;
}
.responsive-video-title{
    margin-bottom: 10px;
}
.responsive-video-text p{
    margin-bottom: 12px !important;
}
.responsive-video-controls a,
.responsive-video-controls button, .more {
    border: none;
    background: transparent;
    cursor: pointer;
    height: 40px;
    width: 40px;
    display: inline-block;
    margin: 0;
}
.responsive-video-preview{
    width:100%;
    position: absolute;
    height:100%;


}
.responsive-video-controls .more {
    margin-left: 10px;
}
.responsive-video-controls button.pause {
    background-image: url(../images/EGH-Pause-40x40.png);
}

.responsive-video-controls button.play {
    background-image: url(../images/EGH-Play-40x40.png);
}

.responsive-video-controls a.more.en {
    background-image: url(../images/EGH-More-40x40.png);
}

.responsive-video-controls a.more.da {
    background-image: url(../images/EGH-More-40x40.png);
}

.responsive-video-controls a.more.de {
    background-image: url(../images/EGH-More-40x40.png);
}

.responsive-video-controls a.more.fr {
    background-image: url(../images/EGH-More-40x40.png);
}

.responsive-video-controls a.more.sv {
    background-image: url(../images/EGH-More-40x40.png);
}

.fs-1 {
    font-size: 2.5rem;
}
.fs-2 {
    font-size: 2rem;
}
.fs-3 {
    font-size: 1.75rem;
}
.fs-4 {
    font-size: 1.5rem;
}
.fs-5 {
    font-size: 1.25rem;
}
.fs-6 {
    font-size: 1rem;
}

@media (max-width: 991px) {
    .fs-md-1 {
        font-size: 2.5rem;
    }

    .fs-md-2 {
        font-size: 2rem;
    }

    .fs-md-3 {
        font-size: 1.75rem;
    }

    .fs-md-4 {
        font-size: 1.5rem;
    }

    .fs-md-5 {
        font-size: 1.25rem;
    }

    .fs-md-6 {
        font-size: 1rem;
    }

}

.invisible {

    visibility: hidden;
}

/*Partner portal section styling*/
.portal-header {
    background-color: #40b143;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.portal-section {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 30px;
}

.portal-section-title{
    color: white;
    text-align: center;
    font-size: 1.4rem;
    padding: 5px 10px;
}

.portal-item {
    min-width: 80px;
    width: 28%;
}

.portal-item-link {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.portal-item-link img {
    transition: all 0.3s ease;
}

.portal-item-link p {
    text-align: center;
    margin-top: 8px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    white-space:break-spaces;
    font-size:14px;
    color:black;
}

.portal-item-link:hover img {
    transform: scale(1.1);
}

.portal-item-icon{
    width:50px;
}

.portal-content {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    flex-direction: row; /* Stack items horizontally */
    gap: 15px; /* Add space between items */
    overflow-x: auto; /* Enable horizontal scrolling when content overflows */
    white-space: nowrap; /* Prevent wrapping */
    scroll-behavior: smooth; /* Smooth scrolling for better UX */
}

.content-space {
    flex: 0 0 auto; /* Ensure items maintain their natural width */
    display: inline-block; /* Prevent collapsing and ensure horizontal alignment */
}

.portal-youtube-icon{
    font-size:28px;
    color:red;
    border:2px solid lightgray;
    padding:10px;
    border-radius:8px;
}

.portal-youtube-link {
    width: 50px;
    height: 50px;
    transition:all ease 0.3s;
}

.portal-youtube-link:hover {
    transform:scale(1.1);
}


.portal-youtube-icon-text{
    font-size:14px;
    color:black;
    font-weight:400;
    padding-top:15px;
    max-width:70px;
}

#portal-youtubeElement {
    padding-top: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.portal-area {
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0 30px 0;
}

.portal-element {
    background-color: white;
    border-radius: 10px;
    height: 175px;
    margin: 10px;
    overflow:auto;
}

@media only screen and (min-width: 576px) {
    .portal-item {
        width: unset;
    }
}

@media only screen and (min-width: 1017px) {
    .portal-area {
        padding: 30px;
    }

    .portal-section {
        margin: 0;
    }
    
    .portal-area {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
    }
}

/*Partner portal section styling end*/

/*Partner portal TwoColmnParagraph styling*/
.flex-direction-two-column-paragraph-image {
    display: none;
}

.two-column-paragraph-area {
    background-repeat: no-repeat;
}

.two-column-paragraph-section{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:0;
}

.flex-direction-two-column-paragraph {
    display: -webkit-box; /* For Safari */
    display: -webkit-flex; /* For older versions of Safari */
    display: -ms-flexbox; /* For Internet Explorer */
    display: flex; /* Standard syntax */

    -webkit-flex-direction: row; /* For Safari */
    -ms-flex-direction: row; /* For Internet Explorer */
    flex-direction: row; /* Standard syntax */
}

.u-color-dark-gray--bg {
    background-color: #E5E6E7;
}

.image-bg {
    filter: grayscale(25%);
}

.container-full {
    width: 100%;
}

.menu__link i.active {
    color: #2e7f30;
}

@media only screen and (min-width: 769px) {
    .flex-direction-two-column-paragraph {
        display: -webkit-box; /* For Safari */
        display: -webkit-flex; /* For older versions of Safari */
        display: -ms-flexbox; /* For Internet Explorer */
        display: flex; /* Standard syntax */

        -webkit-flex-direction: row; /* For Safari */
        -ms-flex-direction: row; /* For Internet Explorer */
        flex-direction: row; /* Standard syntax */
        flex-wrap: wrap;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1200px) {
    .flex-direction-two-column-paragraph {
        display: -webkit-box; /* For Safari */
        display: -webkit-flex; /* For older versions of Safari */
        display: -ms-flexbox; /* For Internet Explorer */
        display: flex; /* Standard syntax */

        -webkit-flex-direction: row; /* For Safari */
        -ms-flex-direction: row; /* For Internet Explorer */
        flex-direction: row; /* Standard syntax */
        flex-wrap: wrap;
        overflow: hidden;
    }

}

.logo-img-none {
    display: none;
}

@media only screen and (min-width: 769px){
    .logo-img {
        width: 100%;
        height:auto;
        padding:20px;
    }

    .logo-img-sm-block {
        display: block;
    }

    .two-column-paragraph-text {
        padding-left: 15px;
    }
}

@media (min-width: 1201px) {
    .logo-img-md-block {
        display: block;
    }

    .two-column-paragraph-section {
        flex: 0 0 50%;
        justify-content:center;
    }

    .flex-direction-two-column-paragraph {
        display: -webkit-box; /* For Safari */
        display: -webkit-flex; /* For older versions of Safari */
        display: -ms-flexbox; /* For Internet Explorer */
        display: flex; /* Standard syntax */
        justify-content: space-between;
    }
}
/*Partner portal TwoColmnParagraph styling end*/
