/*
Theme Name: Turtlebox
Description: Turtlebox child theme
Author: Adtention, Rune Zeuthen
Author URI: https://adtention.dk
Version: 2.0.0
Theme Date: January 2025
Template: flatsome
*/


/* ====== Root ====== */
/* ====== UTILITIES ====== */
    /* Body */
    /* Headers and paragraph */
    /* Buttons */
    /* Lists */
    /* Padding */
    /* Borders */
    /* Image fill */

/* ====== HEADER NAVIGATION MENU ====== */
    /* Header */
    /* Dropdown */
    /* Mobile navigation */
    /* Off-canvas sidebar */ 

/* ====== TEMPLATES ====== */
    /* hero */
    /* home blog archive */
    /* single-case */
    /* single-presse */
    /* single-product */
    /* blogpost */

/* ====== FOOTER ====== */
    /* footer */

/* ====== UX BLOCKS ====== */
    /* tabs */
    /* slider */
    /* Slider Carousel */
    /* accordion loader */
    /* Accordion */
    /* Image text box */
    /* CTA banner */
    /* Industy grid */
    /* Contact Person Image Box */
    /* Partners */

/* ====== PLUGINS   ====== */
    /* Poolinggrafik */
    /* Image Map Hotspot */
    /* Turtlebox Co2 Calculator */
    /* GTranslate */
    /* Gravity Forms */

/*************** ADD CUSTOM CSS HERE.   ***************/



:root {
    --darkgreen: #284C3E;
    --green: #2b7865;
    --darkblue: #546e91;
    --lightblue: #dce3ed;
    --black: #2a2a2a;
    --darkgrey: #808080;
    --lightgrey: #F5F5F5;
    --white: #FFFFFF;
    --success: #00e517;
    --warning: #ff9900;
    --error: #ff0505;

    --font-family: "Outfit", serif;
    --btn-border-radius: 30px;

    --h1-size: 64px;
    --h2-size: 48px;
    --h3-size: 32px;
    --h4-size: 24px;
    --h5-size: 20px;
    --body-size: 18px;
    --label-size: 12px;
    --button-size: 18px;

    --box-shadow: 4px 4px 4px rgba(0,0,0,.25);

}

@media only screen and (max-width: 850px) {
    :root {
    --h1-size: 38px;
    --h2-size: 28px;
    --h3-size: 24px;
    --h4-size: 22px;
    --h5-size: 18px;
    --body-size: 16px;
    --label-size: 12px;
    --button-size: 18px;
    }

}
/* ====== UTILITIES ====== */
body {
    font-size: var(--body-size);
    line-height: 135%;
}

.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1280px;
}
 
h1, .banner h1 {
    font-size: var(--h1-size)!important;
    font-weight: 600!important;
    line-height: 120%;
    font-family: var(--font-family);
}

h1.thin-font {
    font-size: var(--h1-size)!important;
    font-weight: 300!important;
    line-height: 120%;
    font-family: var(--font-family);
}

h2, .banner h2 {
    font-size: var(--h2-size)!important;
    font-weight: 600!important;
    line-height: 120%;
    font-family: var(--font-family);
}

h2.thin-font {
    font-size: var(--h2-size)!important;
    font-weight: 300!important;
    line-height: 120%;
    font-family: var(--font-family);
}

h3, .banner h3 {
    font-size: var(--h3-size)!important;
    font-weight: 600!important;
    line-height: 120%;
    font-family: var(--font-family);
}

h3.thin-font {
    font-size: var(--h3-size)!important;
    font-weight: 300!important;
    line-height: 120%;
    font-family: var(--font-family);
}

h4 {
    font-size: var(--h4-size)!important;
    font-weight: 600!important;
    line-height: 120%;
    font-family: var(--font-family);
}

h4.thin-font {
    font-size: var(--h4-size)!important;
    font-weight: 300!important;
    line-height: 135%;
    font-family: var(--font-family);
}

h5 {
    font-size: var(--h5-size)!important;
    font-weight: 600!important;
    line-height: 120%;
    font-family: var(--font-family);
}

.uppercase {
    letter-spacing: 0!important;
}

p {
    font-size: var(--body-size);
}

p.lead {
    font-size: var(--h4-size);
    font-weight: 300;
    line-height: 135%;
}

.label,
.date {
    font-size: var(--label-size);
    line-height: 135%;
}

hr {
    border-top: 1px solid var(--black);
}




@media only screen  and (max-width: 850px) {
  
    
    
    body {
        font-size: 16px;
        line-height: 135%;
    }
    
    h1 {
        line-height: 110%;
        font-family: var(--font-family);
    }
    
    h1.light {
        line-height: 110%;
        font-family: var(--font-family);
    }
    
    h2 {
        line-height: 120%;
        font-family: var(--font-family);
    }
    
    h2.light {
        line-height: 120%;
        font-family: var(--font-family);
    }
    
    h3 {
        line-height: 120%;
        font-family: var(--font-family);
    }
    
    h3.light {
        line-height: 120%;
        font-family: var(--font-family);
    }
    
    h4 {
        line-height: 120%;
        font-family: var(--font-family);
    }
    
    h4.light {
        line-height: 135%;
        font-family: var(--font-family);
    }
    
    h5 {
        line-height: 120%;
        font-family: var(--font-family);
    }
    
        
    } /* end media < 850px */
    
    
    
    
    @media screen and (max-width: 550px) {
        /* Mobile navigation */
        #header .mobile-nav .hide-for-small {
            display: block!important;
        }
    
    
        /* ====== FOOTER ====== */
    footer .some-icons {
        justify-content: start;
    }
    
    
    }/* end media < 550px */


.box-shadow {
    box-shadow: var(--box-shadow);
}

button, .button {
    font-size: var(--button-size);
    font-weight: 600;
    /*line-height: 16px;*/
    font-family: var(--font-family);
}
.button,
.button:hover {
    box-shadow: none; 
}

.button.plain {
    background-color: var(--black);
    color: var(--white);
}

/* PRIMARY BUTTON */
.button.primary, input[type="submit"] {
    background-color: var(--black)!important;
    color: var(--white)!important;
    border-radius: var(--btn-border-radius)!important;
    font-size: var(--button-size);
    border: 2px solid var(--black);
}

.button.primary:hover {
    background-color: var(--white)!important;
    color: var(--black)!important;
    border: 2px solid var(--black);
}

.button.primary:active {
    background-color: var(--lightgrey);
    color: var(--black);
    border: 2px solid var(--black);
}

.button.primary:focus {
    background-color: var(--black);
    color: var(--white);
    border: 4px solid var(--darkblue);
}

.button.primary:disabled {
    opacity: .5;
}


/* SECUNDARY BUTTON */

.button.secondary {
    background-color: var(--white)!important;
    color: var(--black)!important;
    border-radius: var(--btn-border-radius);
    font-size: var(--button-size);
    border: 2px solid var(--white);
}

.button.secondary:hover {
    background-color: var(--black)!important;
    color: var(--white)!important;
    border: 2px solid var(--black);
}

.button.secondary:active {
    background-color: #000;
    color: var(--white);
    border: 2px solid #000;
}


.button.secondary:focus {
    background-color: var(--white);
    color: var(--black);
    border: 4px solid var(--darkblue);
}

.button.secondary:disabled {
    opacity: .5;
}

/* Button Arrow */
.button.btn-arrow {
    background-color: var(--black);
    border-radius: 100%;
    border: 2px solid var(--black);
    background-image: url('../turtlebox/img/arrow_white_right.svg');
    background-repeat: no-repeat;
    background-position: center center;
    height: 48px;
    width: 48px;
}

.btn-arrow .btn-arrow-sm {
    height: 32px;
    width: 32px;
}

.button.btn-arrow:hover {
    background-color: var(--white)!important;
    color: var(--black)!important;
    border: 2px solid var(--black);
    background-image: url('../turtlebox/img/arrow_black_right.svg');
}

.button.btn-arrow:active {
    background-color: var(--lightgrey);
    color: var(--black);
    border: 2px solid var(--black);
    background-image: url('../turtlebox/img/arrow_black_right.svg');
}

.button.btn-arrow:focus {
    background-color: var(--black);
    color: var(--white);
    border: 2px solid var(--darkblue);
    background-image: url('../turtlebox/img/arrow_black_right.svg');
}

.button.btn-arrow:disabled {
    opacity: .5;
}

/* White Text BUTTON */

/* text-button */

.button.white,
.button.text-button {
    background-color: none;
    border: 0;
    background-repeat: no-repeat;
    background-position: center right;
    padding: 0;
    color: var(--black)!important;
}

.button.white:after,
.button.text-button:after {
    content: url('../turtlebox/img/btn-text-arrow.svg');
    margin-left: 8px;
}

.button.white:focus,
.button.text-button:focus {
    border: 2px solid var(--darkblue);
    border-radius: 8px ;
}




.menu-item a {
    text-decoration: none;
}

.menu-item a:hover:not(.has-dropdown a.nav-top-link),
.menu-item a:active:not(.has-dropdown a.nav-top-link) {
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
    text-decoration-color: var(--darkblue);
}



/* Lists  */

li {
    margin-bottom: 0;
}

/* Padding */

.p-0 {
    padding: 0px!important;
}

.p-16 {
    padding: 16px!important;
}

.p-24 {
    padding: 24px!important;
}

.p-32 {
    padding: 32px!important;
}

.p-40 {
    padding: 40px!important;
}

.p-48 {
    padding: 48px!important;
}

/* Borders */
.border-top {
    border-top: 1px solid var(--darkblue);
}

.border-right {
    border-right: 1px solid var(--darkblue);
}

.border-bottom {
    border-bottom: 1px solid var(--darkblue);
}

.border-left {
    border-left: 1px solid var(--darkblue);
}



/* Image fill */

.img-fill,
.img-fill .img-inner {
    height: 100%;
    width: 100%;
}
.img-fill img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}



/* ====== HEADER NAVIGATION MENU ====== */


/* HEADER BREAKPOPINTS // MEDIUM VERSION */
@media (min-width: 850px) and (max-width: 1250px) {
    #header .show-for-medium {
        display: block!important;
    }
    #header .hide-for-medium.flex-left .header-nav {
        display: none!important;
    }

}


#header {
    position: absolute;
}

#header .nav-left,
#header .nav-right li {
    box-shadow: var(--box-shadow);
}

#header #logo {
    width: auto;
    box-shadow: var(--box-shadow);
    border-radius: 14px;
}

#header .nav {
    width: inherit!important;
   }


@media screen and (max-width: 850px;) {
    #header #logo {
        margin-left: -16px;
    }
}



#header .header-inner {
    gap: 16px;
}

#header .header-nav-main .menu-item {
    font-size: 18px;
    color: var(--back);
    background-color: var(--white);
    margin: 0;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
}

#header a.nav-top-link {
 font-size: var(--button-size);
 text-transform: capitalize;
}

#header .has-dropdown .icon-angle-down {
    color: var(--black);
    font-size: var(--button-size);
    opacity: 1;
    transform: rotate(0);
    transition: .3s;
    text-decoration: none;
}

#header .has-dropdown.current-dropdown .icon-angle-down {
    transform: rotate(180deg);
    transition: .3s;
}

#header .nav-left {
    float: right;
}

#header .nav-right .nav>li {
    margin: 0 8px;
}

#header .header-button .button {
    padding: 14px 20px;
}

/* DROPDROWN */
#header .nav-dropdown {
    left: 0;
    margin-top: 8px;
    min-width: 200px;
}

#header .nav-dropdown li {
    padding: 0;
}

#header .nav-dropdown li a {
    font-size: var(--button-size);
    font-weight: 600;
    color: var(--black);
    padding: 12px 24px;
}

#header .nav-dropdown li a:hover {
    background-color: transparent;
}

/* Remove arrow in drop down box */
.nav-dropdown-has-arrow li.has-dropdown:after, .nav-dropdown-has-arrow li.has-dropdown:before {
    display: none;
}


/* Mobile navigation */

#header i.icon-menu {
    display: none;
}

#header .mobile-nav .nav-icon {
    margin-top: -40px;
    background: var(--white);
    padding-left: 20px;
    padding-right: 20px;
    line-height: 72px;
}

#header .mobile-nav .nav-icon a {
    font-size: var(--button-size);
    color: var(--black);
    
}

#header .mobile-nav .menu-title {
    margin-left: 0;
}

#header .mobile-nav .uppercase {
    text-transform: capitalize!important;
}





/* Off-canvas sidebar */


.off-canvas button.mfp-close {
    top: 16px;
    right: 16px;
    opacity: 1;
    mix-blend-mode: normal!important;
}

.off-canvas .mfp-content {
    background-color: var(--darkgreen);
    padding: 20px;
}

.off-canvas .mfp-content .menu-item, .off-canvas .mfp-content .menu-item:active,
.nav-sidebar.nav-vertical>li.menu-item.active, .nav-sidebar.nav-vertical>li.menu-item:hover {
    background: transparent;
}

.off-canvas .mfp-content .header-divider {
    height: 15dvh;
}

.off-canvas .nav-vertical li>a {
    padding-left: 0!important;
}

.off-canvas .mfp-content .nav-sidebar li {
    border-top: 0;
}

.off-canvas .mfp-content .menu-item {
    padding: 16px 24px;
}

.off-canvas .mfp-content .menu-item,
.off-canvas .mfp-content .menu-item a {
    color: var(--white)!important;
    font-size: var(--h2-size)!important;
    font-weight: 600;
    opacity: 1;
}

.off-canvas a.button {
    background: var(--white) ;
    color: var(--black);
    width: 100%;
    border-radius: var(--btn-border-radius);
}



@media only screen  and (max-width: 850px) {   
    
    /* Mobile navigation */
    
    #header #logo img {
        height: 54px;
    }
    
    #header i.icon-menu {
        display: none;
    }
    
    #header .mobile-nav .nav-icon {
        margin-top: 0;
        background: var(--white);
        padding-left: 14px;
        padding-right: 14px;
        line-height: 54px;
    }
    
    
    
    
    } /* end media < 850px */
    
    
    
    
    @media screen and (max-width: 550px) {
        /* Mobile navigation */
        #header .mobile-nav .hide-for-small {
            display: block!important;
        }
    
    
       
    
    
    }/* end media < 550px */


/* ====== TEMPLATES ====== */

.hero {
    overflow: hidden;
    padding-top: 200px!important;
}

.hero h1 {
    margin-bottom: 0;
}

section:has(.section-bg img) {
    text-shadow: 0 4px 4px rgba(0,0,0,.25);
    overflow: hidden;
}

@media screen and (max-width: 850px) {
    .hero {
        padding-top: 80px!important;
    }
}


/* home.php blog archive */

#blogarchive,
#archive {
    padding-top: 250px;
}

#blogarchive .thumbnail,
#archive .thumbnail {
    margin-bottom: 8px;
}

 
/* Single-*.php */ 
#single-cases,
#single-presse,
#single-product,
#blogpost {
    padding-top: 250px;
}

@media screen and (max-width: 850px) {
 /* home.php blog archive */

#blogarchive,
#archive {
    padding-top: 100px;
}

 
/* Single-*.php */ 
#single-cases,
#single-presse,
#single-product,
#blogpost {
    padding-top: 100px;
}   
}

 
#blogpost .container {
    max-width: 1062px;
    margin: auto;
}

#blogpost .thumbnail img {
    max-height: 526px;
}

.product_tabs .tab-panels {
    background: var(--lightgrey);
    padding: 24px;
}

#presse-archive .col {
    padding: 15px;
}

@media screen and (min-width: 850px) {
    #presse-archive #btn-presse {
        text-align: right;
    }
}


.label,
.date {
    font-size: var(--label-size);
    margin: 8px 0;
}
#aktuelleUseCases .thumbnail {
    max-height: 220px;
    overflow: hidden;
    margin: 8px 0;
}

#aktuelleUseCases .thumbnail img {
    width: 100%;
}

#aktuelleUseCases .title {
    margin-top: .5em;
}

#aktuelleUseCases .description {
    height: 86px;
}


/* ====== FOOTER ====== */

#footer .turtlebox-logo img {
max-width: 175px;
max-height: 39px;
}

#footer hr {
    border-top: 1px solid #fff;
}

#footer a,
#footer a:hover {
    color: var(--white)
}

#footer a[href^="mailto:"] { 
  color: #7CB5D5;
}

#footer {
    background-color: var(--darkgreen);
    color: var(--white);
    padding: 64px 0;
}

#footer .ux-menu-title,
#footer h5 {
    font-size: var(--h5-size);
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white);
    min-height: 0;
    padding-bottom: 24px;
    padding-top: 0;
}

#footer .ux-menu--divider-solid,
#footer .ux-menu-link__link {
    border-bottom-width: 0;
    border-bottom-style: none;
}

#footer .ux-menu-link {
    font-size: var(--body-size);
    text-transform: capitalize;
    color: var(--white);
}

#footer .copyright-footer {
    color: var(--white);
    display: flex;
    gap: 12px;
}

#footer .some-icons {
    display: flex;
    gap: 24px;
    justify-content: end;
}

@media screen and (max-width: 850px) {

    .copyright-footer {
        display: block !important;
        text-align: left;
    }
    
    .footer-secondary {
        text-align: left;
    }

    .copyright {
        display: block;
    }

     footer .some-icons {
        justify-content: start;
    }
}




/* *************** UX BLOCKS *************** */



.align-center .col-inner {
    align-content: center;
}


.row-collapse .col-inner:has(.text) {
    padding: 3rem;
}

@media screen and (max-width: 850px) {
    .slider, 
    .row-collapse .col-inner:has(.text) {
        padding: 1.8rem;
    }   
}

.dark .heading-font, .dark a.lead, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark label, .hover-dark:hover a, .hover-dark:hover h1, .hover-dark:hover h2, .hover-dark:hover h3, .hover-dark:hover h4, .hover-dark:hover h5, .hover-dark:hover h6, .hover-dark:hover p, .dark, .dark p, .dark td {
    color: var(--white);
}

.light .heading-font, .light a.lead, .light h1, .light h2, .light h3, .light h4, .light h5, .light h6, .light label, .hover-light:hover a, .hover-light:hover h1, .hover-light:hover h2, .hover-light:hover h3, .hover-light:hover h4, .hover-light:hover h5, .hover-light:hover h6, .hover-light:hover p, .light, .light p, .light td {
    color: var(--black);
}

.box-text p {
    margin-bottom: 1rem;
    margin-top: 1rem;
}



/* Tabs */

.tabbed-content .tab-panels {
    border: 0;
}

.tabbed-content .nav-vertical .tab {
    margin-bottom: 32px;
}

.tabbed-content .nav {
    margin-bottom: 24px;
}

.tabbed-content .tab {
    margin-right: 24px;
    border-bottom: 2px solid var(--white)!important;
}
.tabbed-content .tab a:before {
    height: 0!important;
    width: 0!important;
}
.tabbed-content .tab a {
    font-size: var(--h4-size);
    color: var(--black);
   
}

.tabbed-content .tab.active,
.tabbed-content .tab:hover,
.tabbed-content .tab:active {
    border-top: 0!important;
    border-bottom: 2px solid var(--darkblue)!important;
}

.tabbed-content .tab {
    font-size: var(--h4-size);
    color: var(--black);
    border: 0;
}



/* Slider */

.slider {
    padding: 3rem 0;
}


.slider, .flickity-prev-next-button {
    opacity: 1!important;
    border: 0;
    border-color: var(--black);
    display: block!important;
}
   .flickity-prev-next-button {
   
}

.flickity-button {
    border: 0!important;
    position: absolute!important;
}

.flickity-button-icon,
svg.flickity-button-icon,
.flickity-prev-next-button svg {
    border-radius: 100%;
    border: 0 !important;
    padding: 8px !important;
    height: 36px!important;
    width: 36px !important;
    max-height: 36px!important;
    max-width: 36px!important;
}

.flickity-button svg,
.flickity-prev-next-button .arrow, 
.flickity-prev-next-button svg,
.flickity-prev-next-button svg {
    fill: var(--white)!important;
    background-color: var(--black)!important;
    border: 2px solid var(--black)!important;
}


 .flickity-prev-next-button.previous {
    top: auto;
    right: 80px!important;
    bottom: 24px!important;
    left: auto;
}

 .flickity-prev-next-button.next {
    top: auto;
    right: 24px!important;
    bottom: 24px!important;
    left: auto;
}

@media screen and (max-width: 549px) {
    .row-slider .flickity-prev-next-button svg {
        padding: 8px !important;
    }
}

/* Slider Carousel */

.carousel .flickity-slider>div {
    width: 40%!important;
    margin-right: 10px;
}

@media screen and (max-width: 850px) {
    .carousel .flickity-slider>div {
        width: 75%!important;
    }   
}
/* accordion loader */
.accordion-loader {
    text-align: center;
    font-size: var(--button-size);
}

.accordion-loader .accordion-inner {
    padding: 0;
}

.accordion-loader i {
    display: none;
}

.accordion-loader .accordion-title {
    border-top: 0;
    border-bottom: 0;
    background-color: transparent;
}

.accordion-loader .accordion-title span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-loader .accordion-title span::after{
    content: url('../turtlebox/img/loader.svg');
    padding: 12px;
    
}


.accordion-loader .accordion-title.active {
    visibility: hidden;
    padding: 0;
    margin-top: -52px;
}



/* Accordion */

.accordion-title,
.accordion-title.active {
    background-color: transparent;
    border-color: var(--black);
    color: var(--black);
    font-weight: 600;
    border-top: 1px solid var(--black);
    padding: 40px;
}

.accordion div.accordion-item:first-child .accordion-title{
    border-top: 0;
  }

.accordion .toggle {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 1;
    top: 50%;
    left: auto;
    right: 0;
}

.accordion .toggle i {
    color: var(--white);
    background-color: var(--black);
    border-radius: 30px;
    height: 32px;
    width: 32px;
    line-height: 32px;
}

.accordion .accordion-title i {
    transform: rotate(0);
    transition: ease .3s;
}

.accordion .accordion-title.active i {
    transform: rotate(180deg);
    transition: ease .3s;
}

/* Image text box */

.image-text .img, 
.image-text .img-inner {
    height: 100%;
}

.image-text .col-inner {
    align-content: center;
}

.image-text .col-inner .row {
    padding: 3rem;
}

@media screen and (max-width: 850px) {
    .image-text .col-inner .row {
        padding: 1.8rem;
    }
}

.image-text img {
    height: 100%;
    width: auto;
    object-fit: cover;
    padding: 0;
}


/* CTA Banner */

.cta-banner .img, 
.cta-banner .img-inner {
    height: 100%;
}

.cta-banner .col-inner {
    align-content: center;
}

.cta-banner img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

/* INDUSTRY GRID */

.industry-grid .icon-box {
    background-color: var(--lightgrey);
    min-height: 141px;
    padding: 24px;
}

.industry-grid .icon-box-img {
    align-content: flex-end;
}    

@media screen and (max-width: 850px) {
    .industry-grid .icon-box {
        background-color: var(--lightgrey);
        min-height: 56px;
        padding: 8px;
    }
    
    .industry-grid .icon-box-img,
    .industry-grid .icon-box-text {
        align-content: center;
    }    
    .industry-grid h1, 
    .industry-grid h2, 
    .industry-grid h3, 
    .industry-grid h4, 
    .industry-grid h5, 
    .industry-grid h6 {
        margin-bottom: 0;
    }
}



/* Contact Person Image Box */

.contact-person {
    background-color: var(--lightblue);
    height: 100%;
}

.contact-person .box-text p {
    margin-top: 0;
}

.contact-person .box-text-inner {
    padding: 32px;
    word-break: break-word;
}

.contact-person a[href^="mailto:"] { 
    text-decoration: underline var(--black);
  }

  @media screen and (max-width: 850px) {
    .contact-person .box-text-inner {
        padding: 8px;
    }   
  }



  /* Partners */

  .partner .box-image {
    background-color: var(--lightgrey);
    height: 164px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .partner .box-image img {
    max-height: 59px;
    width: auto;
    text-align: center;
  }

/*************** PLUGINS   ***************/



/* ====== Poolinggrafik ====== */
.poolinggrafik-desktop {
    display: block;
}
.poolinggrafik-mobile {
    display: none;
}

.poolinggrafik-desktop {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 1050px;
    margin: auto;
    }
    
    .poolinggrafik-desktop .f1 { 
        grid-area: 1 / 1 / 2 / 2; 
        display: flex;
        align-items: end;
        justify-content: end;
    }
    .poolinggrafik-desktop .f2 { 
        grid-area: 1 / 2 / 2 / 3; 
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .poolinggrafik-desktop .f3 { 
        grid-area: 1 / 3 / 2 / 4; 
        display: flex;
        align-items: end;
        justify-content: start;
    }
    .poolinggrafik-desktop .f4 { 
        grid-area: 1 / 4 / 2 / 5; 
        display: flex;
        align-items: end;
        justify-content: end;
    }
    .poolinggrafik-desktop .f5 { 
        grid-area: 1 / 5 / 2 / 6; 
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .poolinggrafik-desktop .f6 { 
        grid-area: 1 / 6 / 2 / 7; 
        display: flex;
        align-items: end;
        justify-content: start;
    }
    .poolinggrafik-desktop .f7 { 
        grid-area: 2 / 1 / 3 / 2; 
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .poolinggrafik-desktop .f8 { 
        grid-area: 2 / 2 / 3 / 3; 
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .poolinggrafik-desktop .f9 { 
        grid-area: 2 / 3 / 3 / 5; 
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .poolinggrafik-desktop .f10 { 
        grid-area: 2 / 5 / 3 / 6; 
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .poolinggrafik-desktop .f11 { 
        grid-area: 2 / 6 / 3 / 7;
        display: flex;
        align-items: center;
        justify-content: center;
     }
    .poolinggrafik-desktop .f12 { 
        grid-area: 3 / 1 / 4 / 2; 
        display: flex;
        align-items: start;
        justify-content: end;
    }
    .poolinggrafik-desktop .f13 { 
        grid-area: 3 / 2 / 4 / 3; 
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .poolinggrafik-desktop .f14 { 
        grid-area: 3 / 3 / 4 / 4; 
        display: flex;
        align-items: start;
        justify-content: start;}
    .poolinggrafik-desktop .f15 { 
        grid-area: 3 / 4 / 4 / 5; 
        display: flex;
        align-items: start;
        justify-content: end;
    }
    .poolinggrafik-desktop .f16 { 
        grid-area: 3 / 5 / 4 / 6; 
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .poolinggrafik-desktop .f17 { 
        grid-area: 3 / 6 / 4 / 7; 
        display: flex;
        align-items: start;
        justify-content: start;
    }

    .poolinggrafik p {
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .poolinggrafik .icon-wrapper {
        
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    


    .poolinggrafik .icon {
        width: 168px;
        height: 168px;
        aspect-ratio: 1 / 1;
        background-color: var(--white);
        border-radius: 100%;
        border: 2px solid var(--white);
        text-align: center;
        padding: 24px 12px;
        cursor: pointer;
        
    }

    .poolinggrafik .icon:hover {
        border: 2px solid var(--darkblue);
    }
    
    .poolinggrafik .icon:active {
        border: 2px solid var(--black);
    }


    .poolinggrafik .icon img {
        width: 72px;
        height: 72px;
    }

    .poolinggrafik .icon-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 140px;
    }

    .poolinggrafik .description {
        background-color: var(--darkgreen);
        color: var(--white);
        padding: 16px;
        text-align: left;
        visibility: hidden;
        position: absolute;
        width: 250px;
        z-index: +1;
        margin-top: 360px;
    }

    .poolinggrafik .icon-wrapper:hover .description {
        visibility: visible;
    }

    .poolinggrafik .circle_title {
        font-size: var(--h3-size);
        font-weight: 300;
        color: var(--darkblue);
        text-align: center;
    }

                            
                            @media (min-width: 850px) and (max-width: 1100px) {
                                .poolinggrafik {
                                    zoom: 0.7; 
                                }
                            }

                                    @media screen and (max-width: 850px) {
                                        .poolinggrafik-desktop {
                                            display: none;
                                        }
                                        .poolinggrafik-mobile {
                                            display: block;
                                        }
                                    


                                    .poolinggrafik .icon-wrapper {
                                        gap: 12px;
                                        width: 100%;
                                        background-color: transparent;
                                        border: 0;
                                    }
                                    .poolinggrafik .icon-wrapper:hover,
                                    .poolinggrafik .icon-wrapper:active {
                                        border: 0;
                                    }
                                    
                                    .poolinggrafik .icon {
                                        width: 91px;
                                        height: 91px;
                                        aspect-ratio: 1 / 1;
                                        background-color: var(--white);
                                        border-radius: 100%;
                                        border: 2px solid var(--white);
                                        text-align: center;
                                        display: flex;
                                        justify-content: center;
                                        align-items: center;
                                        cursor: pointer;
                                        padding: 3px;
                                    }

                                    .poolinggrafik .icon p {
                                        font-size: var(--label-size);
                                        margin-top: 6px;
                                        line-height: 135%;
                                    }

                                    .poolinggrafik .icon img {
                                        width: 32px;
                                        height: 32px;
                                    }

                                    .poolinggrafik .icon-inner {
                                        position: relative;
                                        top: auto;
                                        left: auto;
                                        transform: translate(0%, 0%);
                                        min-width: 80px;
                                    }

                                    .poolinggrafik .description {
                                        background-color: transparent;
                                        color: var(--black);
                                        text-align: left;
                                        visibility: visible;
                                        width: fit-content;
                                        position: static;
                                        margin: 8px;
                                        font-size: var(--label-size);
                                    }

                                    .poolinggrafik .mobile_arrow {
                                        text-align: center;
                                        padding: 19px;
                                    }
                                    .poolinggrafik .circle_title {
                                        text-align: left;
                                        font-size: var(--h4-size);
                                        color: var(--black);
                                        font-weight: 600;
                                    }

                                }

/* ====== Image Map Hotspot ====== */

.imh-6310-annotation-box {
    background: transparent!important;
}

.imh-6310-annotation-box .fa-map-marker-alt:before {
    content: "\f041"!important;
    font-size: 36px!important;
}

.imh-6310-annotation-box .fa-map-marker-alt:after {
    content: url(../turtlebox/img/turtle-icon-sm.svg);
    position: relative;
    top: -13px;
    left: -22px;
}

/* ====== Turtlebox Co2 Calculator ====== */
#CardboardCo2CalculatorSlider {
    background-color: var(--lightgrey);
    padding: 40px;
    margin: 16px 0;
}

#TurtleboxCo2CalculatorSlider {
    background-color: var(--lightblue);
    padding: 40px;
    margin: 16px 0;
}

#CardboardCo2CalculatorSlider h3,
#TurtleboxCo2CalculatorSlider h3 {
    margin-bottom: 48px;
}

    #TurtleboxCo2CalculatorResult,
    #CardboardCo2CalculatorResult {
        background: #284C3E;
        color: #fff;
        text-align: center;
        padding: 30px;
        margin: 16px 0;
    }
    .TurtleboxCo2SavingResult,
    .CardboardCo2SavingResult {
        font-size: var(--h2-size);
        font-weight: 600;
        line-height: 120%;
    }

/* ====== GTranslate ====== */

.gt_white_content {
    height: auto!important;
    width: auto!important;
    max-height: 50dvh!important;
}

.gt_languages {
    display: block!important;
}


#header .gtranslate_wrapper {
    background-color: var(--white);
}

#header .gtranslate_wrapper a.glink  {

}

#header .header-nav li.html:has(.gtranslate_wrapper)   {
    background-color: var(--white);
    line-height: 1;
    padding: 27px 20px;
    
}

#header .gtranslate_wrapper a.glink span  {
    color: var(--black)!important;
    font-size: var(--button-size);
    font-weight: 600;
}

.off-canvas .gtranslate_wrapper {

}

.off-canvas .gtranslate_wrapper a.glink  {
    color: var(--white);
    line-height: 1;
    padding: 27px 20px;
}

.off-canvas .gtranslate_wrapper a.glink span {
    margin-left: 8px;
    font-size: var(--button-size);
    font-weight: 600;
}

.off-canvas .gt_languages a span{
    color: var(--black);
}




/* Gravity Forms   Inputs and forms */
.gform-body fieldset,
.gform-body .gfield:has(input),
.gform-body .gfield:has(textarea) {
    background-color: var(--lightgrey)!important;
    border: 2px solid var(--lightgray)!important;
    border-radius: 0!important;
    padding: 12px!important;
    box-shadow: none!important;
}

.gform-body input::placeholder,
.gform-body textarea::placeholder,
.gform-body select::placeholder {
    font-size: var(--body-size)!important;
}

.gform-body input:not([type="submit"]), 
.gform-body textarea, 
.gform-body select {
    background-color: var(--lightgrey)!important;
    border: 0px solid var(--lightgray)!important;
    box-shadow: none!important;
    padding: 0!important;

    
}

.gform-body label {
    color: var(--darkgreen)!important;
    font-size: var(--label-size);
}

.gform-body input:not([type="submit"]):focus, textarea:focus, select:focus {
    border: 2px solid var(--darkgreen)!important;
}

.gform_button {
    font-size: var(--button-size)!important;
    padding: 16px 32px!important;
    text-align: center!important;
    margin: auto !important;
}

@media screen and (max-width: 850px) {
    .gform_button {
        width: 100%!important;
    }
}

