/* .... LAZY BLOCKS.... */


/* .... ABSTAENDE .... */

.lazy-margin {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.lazy-top-margin {
    margin-top: 5rem;
}
.lazy-bottom-margin {
    margin-bottom: 5rem;
}


/* .... FULLWIDTH SECTION .... */
.fullwidth {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: #f3f3f3;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.fullwidth.fullwidth-dark {
    background-color: var(--primary-clr);
    color: #fff;
}
.fullwidth.fullwidth-medium {
    background-color: #616161;
}
.fullwidth.fullwidth-light {
    background-color: #f3f3f3;
}
.fullwidth.fullwidth-cta {
    background-color: var(--cta-clr);
    color: #fff;
}

.fullwidth .fullwidth-content {
    position: relative;
    z-index: 5;
    padding: 0px 40px;
    margin: 0 auto;
}
.fullwidth.fullwidth-padding .fullwidth-content {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.entry-content > .wp-block-lazyblock-fullwidth-section:last-child {
    margin-bottom: -8rem;
}

/* fullscreen */
#hero.fullscreen {
    height: calc(100vh - 135px); 
    overflow: hidden;
}
#hero.fullscreen img {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    z-index: 1;
}
#hero.fullscreen .textbox {
    top: 100px;
}
@media (max-width:1100px) {
    #hero.fullscreen {
        height: calc(100vh - 135px); 
    }
}


/* dark */
.fullwidth.fullwidth-dark h2,
.fullwidth.fullwidth-dark h3 {
    color: #fff;
}
/* parallax */
.fullwidth-parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.fullwidth.imageonly .fullwidth-content {
    height: 400px;
}
/* ios hack (hier funktioniert der parallax effekt nicht */
@supports (-webkit-hyphens:none){
    .fullwidth-parallax {
        background-attachment: local;
        background-size: auto;
    } 
}



/* .... OVERLAY Fullwidth und Hero .... */
.overlay::after {
    content: '';
    position: absolute;
    z-index: 1;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
}

/*
.wp-block-lazyblock-fullwidth-section + .wp-block-lazyblock-fullwidth-section {
    margin-top: -6rem;
}
*/

/* .... SLIDESHOW (Hero und Content) .... */
.slideshow {
    position: relative;
}
.slideshow .gallery {
    margin-bottom: 0 !important;
}
.slideshow img {
    width: 100%;
    height: auto;
}
.slideshow .slide {
    position: relative;
}
.slideshow .slide img.line {
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: auto;
}
.slideshow .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 2rem;
    text-align: center;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
}
.slideshow .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background-position: left center;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-color: rgba(0,0,0,0.7);
    border-radius: 50%;
    transition: all 0.5s;
    opacity: 0;
}
.slideshow:hover .slick-arrow {
    opacity: 1;
}
.slideshow .slick-arrow:hover {
    transform: scale(1.1);
}
.slideshow .slick-arrow::before {
    display: none;
}
.slideshow .slick-prev { 
    left: -40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Pro v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2026 Fonticons, Inc.--%3E%3Cpath fill='rgb(255, 255, 255)' d='M212.7 331.3C206.5 325.1 206.5 314.9 212.7 308.7L372.7 148.7C378.9 142.5 389.1 142.5 395.3 148.7C401.5 154.9 401.5 165.1 395.3 171.3L246.6 320L395.3 468.7C401.5 474.9 401.5 485.1 395.3 491.3C389.1 497.5 378.9 497.5 372.7 491.3L212.7 331.3z'/%3E%3C/svg%3E");/* light */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Pro v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2026 Fonticons, Inc.--%3E%3Cpath fill='rgb(255, 255, 255)' d='M210.3 325.7C207.2 322.6 207.2 317.5 210.3 314.4L386.3 138.4C389.4 135.3 394.5 135.3 397.6 138.4C400.7 141.5 400.7 146.6 397.6 149.7L227.3 320L397.7 490.3C400.8 493.4 400.8 498.5 397.7 501.6C394.6 504.7 389.5 504.7 386.4 501.6L210.4 325.6z'/%3E%3C/svg%3E");/* thin */
}




.slideshow .slick-next {
    right: -40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Pro v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2026 Fonticons, Inc.--%3E%3Cpath fill='rgb(255, 255, 255)' d='M427.3 308.7C433.5 314.9 433.5 325.1 427.3 331.3L267.3 491.3C261.1 497.5 250.9 497.5 244.7 491.3C238.5 485.1 238.5 474.9 244.7 468.7L393.4 320L244.7 171.3C238.5 165.1 238.5 154.9 244.7 148.7C250.9 142.5 261.1 142.5 267.3 148.7L427.3 308.7z'/%3E%3C/svg%3E"); /* light */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Pro v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2026 Fonticons, Inc.--%3E%3Cpath fill='rgb(255, 255, 255)' d='M429.7 314.3C432.8 317.4 432.8 322.5 429.7 325.6L253.7 501.6C250.6 504.7 245.5 504.7 242.4 501.6C239.3 498.5 239.3 493.4 242.4 490.3L412.7 320L242.3 149.7C239.2 146.6 239.2 141.5 242.3 138.4C245.4 135.3 250.5 135.3 253.6 138.4L429.6 314.4z'/%3E%3C/svg%3E"); /* thin */
}

@media (min-width:768px) {
    .slideshow .slick-arrow {
        margin-top: -30px;
        width: 60px;
        height: 60px;
        background-size: 60px 60px;
    }
}
@media (min-width:1000px) {
    .slideshow .slick-arrow {
        margin-top: -35px;
        width: 70px;
        height: 70px;
        background-size: 70px 70px;
    }
}
@media (min-width:1400px) {
    .slideshow .slick-arrow {
        margin-top: -40px;
        width: 70px;
        height: 70px;
        background-size: 70px 70px;
    }
}

/* Dots */
.slick-dots {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    background: none !important;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-size: 50px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #000;
}



/* .... ACCORDION .... */
.wp-block-lazyblock-accordion {
    margin-top: 2em;
    margin-bottom: 2em;
    padding-bottom: 2em;
}
.accordion-container,
.accordion-wrap {
    max-width: 1000px;
    margin: 0 auto;
}
.wp-block-lazyblock-accordion .grid-container {
    padding-left: 0;
}
button.accordion,
h3.accordion,
h3.accordion {
    background-color: var(--primary-clr);
    color: #fff;
    cursor: pointer;
    margin: 0;
    padding: 10px 20px 8px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 1.2rem;
    font-family: var(--font-body);
}
button.accordion:hover,
button.accordion:focus,
h3.accordion:hover,
h3.accordion:focus {
    background-color: var(--darker-primary-clr);
}
.wp-block-lazyblock-accordion button.accordion.active {
    background-color: var(--darker-primary-clr);
}
button.accordion:after,
h3.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: normal;
    float: right;
    margin-left: 5px;
    font-size: 1.4em;
    margin-top: 0;
    line-height: .7em;
}
button.accordion.active:after,
h3.accordion.active:after {
    content: "\2212";
}
button.accordion + .panel,
h3.accordion + .panel {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 15px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.accordion + .panel .panel-content {
    padding: 2rem 0;
    padding: 20px 20px 20px;
    background: #f3f3f3;
}
.accordion + .panel p {
    margin: 0 0 20px;
    max-width: 100% !important;
}






/* .... TEAM .... */
.team-card {
    background: transparent;
}

/* bild rechts */
.team-card.img-left {
    display: flex;
}
.team-card.img-right img {
    float: right;
}
/* kachel */
.team-tiles .tiles {
    display: flex;
    flex-direction: column; 
}
.team-tiles .tiles .image {
    display: flex;
    justify-content: center;
}
.team-tiles .tiles .text {
    text-align: center;
}
/* bild und text */
.team img {
    display: block;
}
.team .text {
    padding: 15px;
}
.team .text p.name {
    margin-bottom: 0;
    font-weight: bold;
}
.team .text .title {
    margin-bottom: 10px;
}

/* bild rechts */
.team-card.img-right:not(.noimage) {
    display: grid;
    grid-template-columns: 66.66666% 33.33333%;    
    gap: 1rem;
}
.team-card.img-right .image {
    order: 2; 
}
.team-card.img-right .text {
    order: 1; 
}

/* bild links */
.team-card.img-left:not(.noimage) {
    display: grid;
    grid-template-columns: 33.33333% 66.66666%;    
    gap: 1rem;
}
.team .img-left .text {
    text-align: left;
}


/* MULTIPLE */
.team-tiles.team-multiple .image {
    display: block;
    position: relative;
    margin-bottom: 1.3rem;
    padding-bottom: 60%;
    height: 0;
}
.team-multiple img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
}


/* .... KONTAKT .... */
.entry-content .contact {
    margin-bottom: 2em;
}
.contact .title {
    font-weight: 500;
    margin-bottom: 5px;
}
.contact i {
    width: 25px;
    margin-right: 10px;
    margin-top: 3px;
    font-size: 20px;
    text-align: center;
}
main.site-main .contact p {
    margin-left: 0;
}
.contact > div {
    display: flex;
    margin-top: 15px;
}
/* in top bar */
.top-bar .contact {
    display: flex;
    flex-direction: row-reverse;
    gap: 1rem;
    line-height: 1em;
}
.top-bar .contact > div {
    margin-top: 0;
}
.top-bar .contact i {
    margin-right: 3px;
    margin-top: 0;
    font-size: 13px;
    color: #fff;
}

/* .... Contact Single .... */
.contactsingle .name,
.contactsingle .position {
    font-weight: 700;
}
.contactsingle div {
    margin-bottom: 5px;
}



/* .... TEASER .... */
.teaser {
    position: relative;
}
.teaser.teaser-more {
    padding-top: 1rem;
}
.teaser a.button-more {
    position: absolute;
    top: -4rem;;
    right: 0;
}


/* .... TEASERBOX .... */
.teaserbox {
    padding: 0;
}
.teaserbox-single {
    margin-bottom: 2rem;
}
@media (min-width:700px) and (max-width:999px) {
    .teaser .grid-3 .teaserbox:last-child {
        grid-column: 1 / 3;
    }
}
.fullwidth .teaserbox {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    background: #fff;
    border: none;
}
.teaserbox img {
    display: block;
}
.teaserbox .headline {
    margin-top: 15px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.2em;
}
.teaserbox .headline-top .headline {
    margin: 0 0 15px;
}
.teaserbox .textbox a {
    display: block;
    margin-top: 15px;
    text-align: center;
}
.teaserbox .text {
    margin-bottom: 15px;
    text-align: center;
}
.teaserbox .text p {
    margin-bottom: 0;
}
.teaserbox a.button {
    display: block;
    text-align: center;
    color: var(--cta-clr) !important;
}


/* teaser tiles */
.teaser-tiles .teaserbox {
    position: relative;
    min-height: 300px;
}
.teaser-tiles .teaserbox .inner {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.teaser-tiles:not(.format-original) .teaserbox .image {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.teaser-tiles:not(.format-original) .teaserbox .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.teaser-tiles .teaserbox .textbox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgb(0, 0, 0, 0.6);
    padding: 1rem;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

.teaser-tiles .teaserbox a:hover .textbox {
    background: rgb(0, 0, 0, 0.9);
}
.teaser-tiles .teaserbox .textbox .headline {
    margin: 0;
    font-size: 1.4rem;
    color: #fff !important;
}
.teaser-tiles .teaserbox .textbox h3::after {
    display: none;
}
.teaser-tiles .teaserbox .textbox .text {
    height: 0;
    overflow: hidden;
    margin: 0;
    color: #fff;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

/* ... BILD MIT TEXT .... */
.bild-text {
    background: transparent;
}
.bild-text:not(.fullwidth) {
    margin: 6rem 0;
}
.bild-text.img-right .text {
    order: -1;
    padding-left: 0;
}
.bild-text .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bild-text .text {
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: flex-start;
    padding: 2.5rem 30px;
}
.bild-text .text p {
    margin-left: 0;
}
@media (min-width:1001px) {
    .bild-text {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .bild-text.img-medium.img-left {
        grid-template-columns: 40% 60%;
    }
    .bild-text.img-medium.img-right {
        grid-template-columns: 60% 40%;
    }
    .bild-text .text {
        padding: 4.0rem 40px 4.0rem 40px;
    }
    .bild-text .text .inner  {
        max-width: 100%;
        margin-right: 0;
        margin-left: auto;
    }
    .fullwidth.bild-text .text .inner  {
        width: 620px;
    }
    .bild-text.img-left .text .inner  {
        margin-right: auto;
        margin-left: 0;
    }
}
@media (min-width:1200px) {
    .bild-text .text {
        padding: 0 50px 0 50px;
    }
    .bild-text.img-right .text {
        order: -1;
        padding-left: 40px;
    }
}
@media (min-width:1310px) and (max-width:1370px) {
    .bild-text.img-right .text {
        padding-left: 10px;
    }
}
@media (min-width:1371px) {
    .bild-text.img-right .text {
        padding-left: 0;
    }
}

.bild-text .gallery a {
    display: block;
    position: relative;
}
.bild-text .gallery a::after {
    content: "\f002";
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 5px 8px 8px 8px;
    background: var(--cta-clr);
    color: #fff;
    font-family: "Font Awesome 7 Pro";
    display: inline-block;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    opacity: 0.9;
}
.bild-text .gallery a:hover::after {
    opacity: 1;
}


/* .... DOWNLOAD .... */
.downloads {
    margin: 2rem 0;
}
.download {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.download .fas {
    font-size: 1.4rem;
    color: var(--primary-clr);
    margin-right: 10px;
}
.download a {
    line-height: 1.2em;
    font-size: 1.1rem;
}


/* .... HERO .... */
#hero {
  position: relative;
  margin-bottom: 4rem;
}
#hero.hero-nomargin {
    margin-bottom: 0;
}
#hero .textbox {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-textbox!important;
    display: flex!important;
    font-size: 2.5rem;
}
#hero .textbox .grid-container {
    display: flex;
    width: 100%;
    padding: 3% 30px;
}
@media (min-width:769px) {
    #hero .textbox .grid-container {
        padding: 3% 40px;
    }
    #hero .textbox {
        font-size: 3rem;
    }
}
#hero .textbox .content {
    display: flex;
    flex-direction: column;
}

/* hero niedrig */
/*
#hero.low {
    height: 300px;
    overflow: hidden;
}
#hero.low img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
    */

/* box vertical  */
#hero .textbox.valign-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
#hero .textbox.valign-top {
    -ms-flex-align: flex-start!important;
    align-items: flex-start!important;
}
#hero .textbox.valign-bottom {
    -ms-flex-align: flex-end!important;
    align-items: flex-end!important;
}

/* box left */
#hero .textbox.align-left .grid-container {
    justify-content: flex-start;
}
#hero .textbox.align-left .content {
    align-items: flex-start;
}
/* box right */
#hero .textbox.align-right .grid-container {
    justify-content: flex-end;
}
#hero .textbox.align-right .content {
    align-items: flex-end;
}
/* box center */
#hero .textbox.align-center .grid-container {
    justify-content: center;
}
#hero .textbox.align-center .content {
    align-items: center;
}

#hero img {
    display: block;
	width: 100%;
}

#hero .headline,
#hero .text {
    display: inline-block;
    padding: 10px 20px;
}
#hero .contrast .headline,
#hero .contrast .text {
    background: rgba(0,0,0,0.7);
}
#hero .contrast.black .headline,
#hero .contrast.black .text {
    background: rgba(255,255,255,0.7);
}
#hero .black .headline,
#hero .black .text {
    color: #000;
}
#hero h1,
#hero h2,
#hero h3,
#hero h4,
#hero .headline {
    margin: 0;
    font-weight: 800;
}
#hero .text {
    margin-top: 20px;
    font-size: 1.5rem;
}

#hero .text.reference {
    margin-top: 0;
}
#hero .text.reference {
    margin-top: 0;
    padding: 0;
}
#hero .text.reference a {
    display: block;
    padding: 10px 20px;
}
#hero .text.reference a:hover,
#hero .text.reference a:focus {
    background: #000;
}




/* .... badge (noch nicht im Template integriert) .... */
#hero .badge {
    position: absolute; 
    padding: 0;
    color: #fff;
    white-space: normal;
    hyphens: auto;
    line-height: 1.6rem;
    font-size: 1.2rem;
}
#hero .badge-right {
    top: -10px;
    right: 5%;
    transform: rotate(8deg);
}
#hero .badge-left {
    top: -10px;
    left: 5%;
    transform: rotate(-8deg);
}
#hero .badge-rightbottom {
    bottom: -40px;
    right: 5%;
    transform: rotate(8deg);
}
#hero .badge-leftbottom {
    bottom: -40px;
    left: 5%;
    transform: rotate(-8deg);
}
#hero .badge p {
    margin: 0;
    line-height: 1.8rem;
}
#hero .badge span,
#hero .badge a:link, 
#hero .badge a:visited {    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
    width: 140px;
    height: 140px;
    border-radius: 70px;
    background: #56ada0;
    color: #fff;
    padding: 1.2rem;
}

@media (min-width:768px) {
    #hero .badge {
        line-height: 1.8rem;
        font-size: 1.35rem;
    }
    #hero .badge span,
    #hero .badge a:link, 
    #hero .badge a:visited {  
        width: 150px;
        height: 150px;
        border-radius: 75px;
    }
}
@media (min-width:1600px) {
    #hero .badge-right {
        top: -20px;
        right: 15%;
    }
    #hero .badge-left {
        top: -20px;
        left: 15%;
    }
    #hero .badge-rightbottom {
        right: 15%;
    }
    #hero .badge-leftbottom {
        left: 15%;
    }
}


/* .... BREADCRUMB .... */
.breadcrumb {
    margin-bottom: 4rem;
    font-size: 0.9em;
}
.breadcrumb p {
    margin-bottom: 5px;
}
main .breadcrumb a {
    color: #ccc;
    font-weight: 500;
}


/* .... SUBMENU .... */
ul#submenu {
    column-count: 3;
    column-gap: 20px;
    list-style: none;
    padding: 0;
    margin-left: 0;
}
ul#submenu li {
    break-inside: avoid;
    margin-bottom: 10px;
}
ul#submenu .current-menu-item,
ul#submenu .current_page_item {
    display: none;
}


/* .... Team 3spaltiger Block .... */
.team-3spaltig {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 4rem;
}
.site-main .team-3spaltig .gallery {
    margin-bottom: 0;
}

@media (min-width:1200px) {
    .team-3spaltig {
        flex-direction: row;
    }
    .team-3spaltig .content .lazyblock-inner-blocks {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
}

/* .... Kontakt Single (für Team) .... */
figure + .wp-block-lazyblock-contact-single {
    margin-top: 2rem;
}
.singlecontact.right {
    text-align: right;
}
.singlecontact .name,
.singlecontact .position {
    font-weight: 800;
}
.singlecontact .name {
    font-size: 1.6rem
}


/* .... IMAGEROW .... */
.imagerow {
  display: flex;
  width: 100%;
  gap: 30px;
}

.imagerow img {
  opacity: 0;             
  transition: opacity 0.3s ease;
  display: block;
}

/* .... PRODUCT MATERIAL .... */
ul.material em,
.professionals em {
    letter-spacing: 3px;
    font-weight: 600;
}

/* .... PRODUCT DIMENSIONS .... */
.dimensions table {
    width: auto;
    border: none;
}
.dimensions table th,
.dimensions table td {
    border: none;
    padding: 8px 10px 8px 10px;
    text-align: left;
}
.dimensions table th {
    white-space: nowrap;
    font-weight: 600;
}
.dimensions table th:first-child,
.dimensions table td:first-child {
    padding-left: 0;
}
.dimensions .mobile {
    display: none;
}
.dimensions .price {
    padding-left: 60px;
    text-align: right;
}

/*
@media (max-width: 1000px) {
    .dimensions .desktop {
        display: none;
    }
    .dimensions tr.mobile {
        display: table-row;
    }
    .dimensions td.mobile {
        display: block;
    }
    .dimensions .price {
        text-align: left;
    }
}
*/

/* .... PROFESSIONALS .... */
.professionals h3 {
    font-size: 26px;
}
.professionals .downloads > *:first-child {
    margin-top: 0;
}
.professionals .download .fas {
    color: #fff;
}
@media (min-width: 1000px) {
    .professionals .grid-2 {
        grid-template-columns: 2fr 1fr;
    } 
}