@charset "UTF-8";
@font-face {
    font-family : 'FontAwesome';
    src         : url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
    src         : url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight : normal;
    font-style  : normal;
}        

html {
    width                    : 100%;
    height                   : 100%;
    overflow-y               : scroll;
    overflow-x               : hidden;
    background-color: rgba(245, 245, 245, 1);
}        

body {
    width: 100%;
    min-height: 100%;
    height: auto;h
    font-size: 14px;                            
    line-height: 1.4em;            
    letter-spacing: 0.05em;
    font-weight: 300;
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
    position: relative;   
   -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);     
    color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;  
    opacity: 1;
    color: rgb(90, 90, 90);
    font-family : 'Roboto';
    opacity: 0;
}       

body.c7n-loaded {
    opacity: 1;
}    

body.cke_editable {
    background-color : #FFFFFF;
}

::-moz-selection { background : rgba(0,92,169,1); text-shadow : none; color : #ffffff; }

::selection { background : rgba(0,92,169,1); text-shadow : none; color : #ffffff; }

#PoweredByFooter {
    display: none;
}

div#preview-content {
    padding-bottom: 0px !important;
}

/* START SET PADDING ODF BOOTSTRAP */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 25px;
    padding-right: 25px;
}

.row {
    margin-left: -25px;
    margin-right: -25px;
}

.container,
.container-fluid {
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
}

.c7n-content-tpl {     
    padding-bottom: 50px;
}


.c7n-center-vertically {
    left: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
}   

hr.c7n-backend-only {
    margin: 0;
    padding: 0;
    height: 0;
    visibility: hidden;              
    display: block;    
    width: 100%;  
    
    clear: both;                      
}

/* END SET PADDING ODF BOOTSTRAP */ 

.c7n-share-buttons,
.c7n-share-buttons li{
    list-style: none;
    display: inline-block;     
    margin: 0;
    padding: 0;
} 
                       
.c7n-share-buttons li a{
    list-style: none;
    display: block;
    border: 1px solid #000000;
    padding: 8px;
} 

header {
    position: fixed;
    top: 0;
    width: 100%; 
    height: auto;   
    padding-top: 10px;      
    z-index: 999;                      
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;   
    border-bottom: 1px solid  rgba(245, 245, 245, 0);  
}   

header.c7n-small {
    border-bottom: 1px solid  rgba(245, 245, 245, 1);   
    padding-top: 10px;       
    background-color: #ffffff;
}         

header.c7n-navigation-open.c7n-small,  
header.c7n-navigation-open,
header.c7n-search-open.c7n-small,  
header.c7n-search-open  {  
   background-color:   rgba(245, 245, 245, 1);  
   padding-bottom: 0px;
}          

.c7n-logo,
header.c7n-small .c7n-logo {  
    width: 105px;  
} 

.c7n-logo a,  
.c7n-logo a:focus,
.c7n-logo a:active,
.c7n-logo a:hover {  
    border-bottom: 0px;
} 

.c7n-logo img,
.c7n-logo svg{
    width: 100%;
    height: auto;    
} 

.c7n-searchform {  
    position: relative;
}  

header .c7n-searchform {                       
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;     
    display: inline-block;      
    width: 33.3333%;
    position: absolute;
    bottom: 0;
    left: 33.3333%;  
    opacity: 0;
} 
                                   
.c7n-searchform:after {           
    color: rgba(0,0,0,0.2) !important;   
    content: "\f002";
    top: 0;
    right: 1px;
    position: absolute;
    width: auto;
    height: 40px;                    
    font-family : 'FontAwesome';
    font-size: 1.4em;  
    line-height: 40px;
}

header.c7n-search-open .c7n-searchform{    
    opacity: 1;
}   

.c7n-functions {   
    position: absolute;
    bottom: 0;   
    right: 25px;
    /* Changes RS */
    height: 100%;
    display: flex;
    align-items: center;
    
}       

#clx-open-mobile-navigation,    
#clx-close-mobile-navigation,    
#clx-open-slide-navigation,    
#clx-close-slide-navigation {    
    height: auto; /* 100% */  
    display: inline-block;   
    padding-right: 25px;           
}     

#clx-open-mobile-navigation img,
#clx-open-mobile-navigation svg,
#clx-open-slide-navigation img,
#clx-open-slide-navigation svg {              
    height: 20px;
    width: auto;
    vertical-align: bottom;   
}

#clx-close-mobile-navigation img,
#clx-close-mobile-navigation svg,
#clx-close-slide-navigation img,
#clx-close-slide-navigation svg{
    height: auto;
    width: 41px;
    vertical-align: bottom;   
}    

#c7n-toggle-search { 
    display: inline-block;     
    vertical-align: text-bottom;
}

#c7n-toggle-search  img,
#c7n-toggle-search  svg{
    height: 20px;
    width: auto;           
    vertical-align: bottom;
}

#c7n-lang-navigation{  
    display: none;    
    line-height: 20px;
    font-size: 18px;
    font-weight: 400;  
    vertical-align: initial;    
}

#c7n-mobile-lang-navigation{         
    font-size: 0.9em;
    font-weight: 400;           
}
                            
#c7n-lang-navigation a,    
#c7n-mobile-lang-navigation a{    
    color: #000000;
    padding-left: 5px;
    display: inline-block;
    border-bottom: 0px;
}   

#c7n-mobile-lang-navigation a{    
    color: #000000;
    padding:  0 12px;          
} 

#clx-open-slide-navigation:hover,    
#clx-close-slide-navigation:hover,    
#c7n-toggle-search:hover,   
#c7n-lang-navigation a:hover,   
#c7n-lang-navigation a.active,   
#c7n-mobile-lang-navigation a:hover,   
#c7n-mobile-lang-navigation a.active{   
    color: rgb(0, 92, 169);           
    text-decoration: none;
    cursor: pointer;                         
}    
                                          
header.c7n-navigation-open #clx-open-slide-navigation .st0,       
#clx-open-slide-navigation:hover .st0,                                            
header.c7n-navigation-open #clx-close-slide-navigation .st0,   
header.c7n-navigation-open #clx-close-mobile-navigation .st0,       
#clx-close-slide-navigation:hover .st0,      
#c7n-toggle-search:hover .cls-1,
header.c7n-search-open #c7n-toggle-search .cls-1   {       
    stroke: rgb(0, 92, 169) !important;   
}  
                                          
header.c7n-navigation-open #clx-open-slide-navigation .st1,                                               
#clx-open-slide-navigation:hover .st1,
header.c7n-navigation-open #clx-close-slide-navigation .st1, 
header.c7n-navigation-open #clx-close-mobile-navigation .st1,                                               
#clx-close-slide-navigation:hover .st1{           
    fill: rgb(0, 92, 169) !important;         
}     
                                         
header.c7n-navigation-open #clx-open-mobile-navigation,
header #clx-close-mobile-navigation {
    display: none;
}
                                         
header.c7n-navigation-open #clx-close-mobile-navigation,
header #clx-open-mobile-navigation  {
    display: inline-block;
}    
          
#clx-open-slide-navigation,
#clx-close-slide-navigation {
    display: none;                 
}

.container-fluid.c7n-upper,
header.c7n-small .container-fluid.c7n-upper {    
    margin-bottom: 20px;
}  

.container-fluid.c7n-lower {
    background-color: #ffffff;
}       

#c7n-slider {
    z-index: 100;
    position: relative;
} 

#c7n-slider .c7n-slide:before {
    content: "";
    position: absolute;    
    top: 0;
    width: 100%;
    height: 66%;                    
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
  
#c7n-slider .c7n-prev-slide,
#c7n-slider .c7n-next-slide,
#c7n-shop-discounts .c7n-prev-slide,
#c7n-shop-discounts .c7n-next-slide {                  
    position: absolute;
    top: calc(100% - 25px);
    width: 25px;   
    height: 50px;  
    z-index: 400; 
    text-align: center;
    cursor: pointer;
    transform: translate(0%, -100%);    
}

#c7n-slider .c7n-cover > img {
    width: 100% !important;
    height: 100% !important;
}

#c7n-shop-discounts .c7n-prev-slide,
#c7n-shop-discounts .c7n-next-slide { 
    top: 50%;
}

#c7n-slider .c7n-prev-slide,
#c7n-shop-discounts .c7n-prev-slide {
    left: 0;     
}
                   
#c7n-slider .c7n-next-slide,
#c7n-shop-discounts .c7n-next-slide {     
    right: 0;
}

#c7n-slider .c7n-prev-slide .cls-1,
#c7n-slider .c7n-next-slide .cls-1 {
    stroke: rgb(255, 255, 255);      
    fill: none;    
}   

#c7n-shop-discounts .c7n-prev-slide .cls-1,
#c7n-shop-discounts .c7n-next-slide .cls-1 {     
    stroke: rgb(113, 113, 113);   
    fill: none;       
}     

#c7n-slider .c7n-prev-slide svg,
#c7n-slider .c7n-next-slide svg,
#c7n-shop-discounts .c7n-prev-slide svg,
#c7n-shop-discounts .c7n-next-slide svg {
    height: 100%;
    width: auto; 
}

#c7n-slider .c7n-scroll-down {
    position: absolute;
    bottom: 0;
    left: 50%;    
    transform: translate(-50%, 0%);
    width: 150px;
    height: auto;
    background-color: rgba(255,255,255,0.5);
    z-index: 500;
    text-align: center;   
}

#c7n-slider .c7n-scroll-down img {
    padding: 10px 25px 10px 40px;
    height: 50px;
}

#c7n-slider .c7n-scroll-down:hover {  
    background-color: rgba(255,255,255,0.8); 
    cursor: pointer;    
}

#c7n-eyecatcher {
    width: 100%;
    height: auto;
    max-height: 500px;
    min-height: 200px;
    position: relative;   
    z-index: 100; 
    overflow: hidden;
}     

#c7n-eyecatcher img {
    width: 100% !important;
    height: 100% !important;
    min-height: 200px;
    display:inline-block;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    z-index: 200;     
    position: relative;        
}   

#c7n-eyecatcher .c7n-gradient {   
    content: "";
    position: absolute;    
    top: 0;
    width: 100%;
    height: 100%;                   
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    z-index: 300;              
}

#c7n-competences {
    z-index: 200;
    position: relative;
    margin-block: 3rem;
}       

#c7n-competences:before, 
#c7n-competences:after {
    content: " ";
    display: table;
    width: 100%;
}

#c7n-competences .col-xs-12.col-sm-6.col-md-4 {border: 0.25rem solid white;}

.c7n-link-box {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: hidden;
    z-index: 100;
    background-color: rgba(0,92,169,1);  
}    

.c7n-link-box img {
    width: 100%;
    height: 100%;
    display:inline-block;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;  
    z-index: 110;
    background-color: rgba(0,92,169,1);  
}  

.c7n-link-box:hover img {    
     transform: scale(1.02);
     transform: scale(1.05);
}  

.c7n-link-box.c7n-no-scale:hover img {           
     transform: none;
}       
                   
.c7n-link-box .c7n-image-prop-height {  
    z-index: 120;                 
    background-color: rgba(0,92,169,0.1);  
} 

.c7n-link-box .c7n-image-prop-height::after {  
    padding-bottom: 50%;
}    

.c7n-link-box h2 {   
    width: 100%;       
    height: 100%;              
    display:block;               
    position: absolute;
    top: 0;               
    padding: 0;
    margin: 0;    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
    background-color: rgba(0,92,169,0.7); 
    line-height: 1em;   
    z-index: 130;
    font-weight: 500;
}

.c7n-link-box h2:hover {     
    background-color: rgba(0,92,169,0.85);  
}


.c7n-link-box h2 a {    
    width: 100%;       
    height: 100%;            
    display:block;                          
    color: #ffffff;                             
    text-align: center;           
    padding-top: calc(25% - 13px);    
    line-height: 1.2em;
    font-size: 26px;
}      

.c7n-link-box h2 a:hover {               
    color: #ffffff;
    text-decoration: none;
}                              


#c7n-shop-discounts,     
#c7n-onlineshop {     
    min-height: 300px;
    background-color: rgba(245, 245, 245, 1);
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 300;
    position: relative;
}        

#c7n-product-slider {
}

#c7n-product-slider .c7n-slide{
    border: 0px solid #00ff00;        
    padding: 0 25px;    
    white-space: normal;   
}

.c7n-product-box {
    background-color: #ffffff;
    padding: 25px 25px;
    margin-bottom: 50px;      
}      

.c7n-product-box h3 {     
    color: rgba(0,92,169,1);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.4em;      
    white-space: normal;
}         

.c7n-product-box h4 {     
    color: rgba(0,0,0,1);     
    font-weight: 300;
    font-size: 1.4em;
    margin-bottom: 20px;    
    white-space: normal;
}  

.c7n-price {
    font-size: 1.1em;
    color: rgba(219,101,38,1);
    font-weight: 700;
    padding-bottom: 25px;
}   

.c7n-meta-infos {
    font-size: 1em;
    color: rgba(123,123,123,1);
}   

.c7n-employee {
    padding-bottom: 25px;
}

.c7n-employee-image {
    margin-bottom: 25px;
}

.c7n-employee-image:before {  
    z-index: 120;                 
    background-color: rgba(0,92,169,0.05);  
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.c7n-employee-image.c7n-image-prop-height {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: auto;
    width: 100%;
    position: relative;
}

@media (min-width: 768px) {
    .c7n-employee-text {
        min-height: 135px;
    }
}

.c7n-employee a{      
    color: rgb(90, 90, 90); 
    border-bottom: 0px;
}

.c7n-employee-name {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 1rem;
    margin: 0;
    line-height: normal;
    background-color: rgba(0, 0, 0, 0.3);
}

.c7n-employee-name h4 {
    margin: 0;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    font-size: clamp(1.75rem, 1.8654rem + -0.5128vw, 1.25rem);
}

#mediadir.team .isotope-grid {
    display: flex;
    flex-wrap: wrap;
}

.c7n-competence {
    background-color: rgba(255,255,255,1);
    margin-bottom: 10px;                
    width: 100%;  
    float: left;  
    height: auto;
}

.c7n-competence-sidebar {
    padding-left: 0px;
}

.c7n-competence-content {      
    padding-top: 25px;          
    padding-bottom: 25px;    
}

.c7n-competence-intro .c7n-lead {
    font-size: 1em;
    color: rgba(90,90,90,1);
    padding-bottom: 0;
}

.open .c7n-competence-intro .c7n-lead {
    font-size: 1.2em;
    color: rgba(0,92,169,1); 
    padding-bottom: 1.25em;
}   

.c7n-competence-gallery,      
.c7n-competence-desc{      
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;   
    opacity: 0;  
    display: none;
}

.open .c7n-competence-gallery,      
.open .c7n-competence-desc{              
    opacity: 1; 
    display: block;        
}

.open .c7n-competence-image {
    margin-bottom: 10px;
    position: relative;
}

.c7n-competence-image.c7n-image-prop-height::after { 
    padding-bottom: 50%;
}   

.c7n-competence-image:before {  
    z-index: 120;                 
    background-color: rgba(0,92,169,0.05);  
    content: "";
    width: calc(100%);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
} 

.c7n-competence-gallery img{
    width: 100%;
    height: auto;
}

.c7n-competence-label {
    padding: 0 0 10px 25px;   
}    

.c7n-search-article,
.c7n-history{    
    background-color: #ffffff;
    padding: 25px;  
}  

.c7n-search-article h2{        
    margin-top: 0;  
} 

.c7n-search-article h2 b{
    font-weight: 300;   
}  

.c7n-search-article p{  
    padding-bottom: 0;  
}  


#c7n-content {     
    min-height: 300px;                           
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgba(245, 245, 245, 1);       
    z-index: 400;
    position: relative;
}  

#c7n-content h1:first-child {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}     

#c7n-content h2:first-child {
    padding-top: 0;
    margin-top: 0;
}        

h1, h2, h3 {                     
    line-height: 1.3em;
    letter-spacing: 0.03em;
}
    

h1 {
    font-size: 1.75em;
    font-weight: 700;
    color: rgba(0,92,169,1);
}

h2 {
    font-size: 1.4em;
    font-weight: 300;
    color: rgba(0,92,169,1);
}
       
h3 {
    font-weight: 400;     
}

p.c7n-lead {
    font-size: 1.1em;
    line-height: 1.5em;
    padding-bottom: 1.25em;
    color: rgba(0,92,169,1);
}

p {
    padding-bottom: 25px;
    margin-bottom: 0;
}

#c7n-content ul {
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
}


 ul li{
    padding: 0 0 0 20px;
    margin: 0;
    list-style: none;
    position: relative;
    
}

#c7n-content ul li:before{   
    content: "\f0c8";  
    font-family : 'FontAwesome';
    position: absolute;
    left: 1px;
    font-size: 0.5em;
    color: rgba(0,92,169,1);   
}

a,          
a:active,  
a:focus  {
    color: rgba(0,92,169,1);
    text-decoration: none;                       
}

a:hover {                         
    text-decoration: underline;
    color: rgba(0,92,169,0.75);
    text-underline-offset: 5px;
}

a.c7n-no-content {    
    cursor: default !important;
}

a.c7n-button {
    color: #ffffff;
    padding: 15px 40px;
    background-color: rgba(0,92,169,1); 
    display: inline-block;
    font-size: 1.1em;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

a.c7n-button:hover {       
    background-color: rgba(0,92,169,0.75);   
}


table {
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
    width: 100% !important;
}    

table th{        
    text-align: left;
    font-size: 1.1em;
    font-weight: 500;
    border-bottom: 1px solid rgba(205,205,205,1);
    padding: 10px 25px 10px 1px;
    vertical-align: top;
    white-space:nowrap;
}

table td{                
    border-bottom: 1px solid rgba(205,205,205,1);    
    padding: 10px 10px 10px 1px;
    vertical-align: top;
}     

table.bt tfoot th:before, 
table.bt tfoot td:before, 
table.bt tbody td:before { 
    background: rgba(205,205,205,0.2);
    padding: 10px;  
    margin-right: 10px;
    display: inline-block;
    width: em;
}                             

table.bt tfoot th .bt-content, 
table.bt tfoot td .bt-content, 
table.bt tbody td .bt-content {  
    display: inline-block;
    padding: 10px;  
}

table.bt tr td {          
    border-bottom: 1px solid rgba(205,205,205,0.2);  
    padding: 0;    
}

table.bt tr:nth-of-type(2n+2) td {
    background: rgba(205,205,205,0.2);
    border-bottom: 1px solid rgba(255,255,255,1);  
}

footer {     
    background-color: rgba(255, 255, 255, 1);
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 500;
    position: relative;
}

footer a {     
    color: rgb(90, 90, 90) !important;    
    border-bottom: 0px !important; 
}   

footer a:hover {
    color: rgba(0,92,169,0.75)  !important; 
}    

footer .col-xs-12:first-child{    
    padding-bottom: 25px;
}

@media (min-width: 768px) {
    body {          
        font-size: 15px;   
    }      
    
    #c7n-slider .c7n-prev-slide,
    #c7n-slider .c7n-next-slide {
        width:50px;
        height: 75px;     
    }  
    
    #c7n-shop-discounts .c7n-prev-slide,
    #c7n-shop-discounts .c7n-next-slide {   
        height: 75px;     
    }  
                   
    footer .col-xs-12:first-child{   
        padding-bottom: 0;
    }
    
    a.c7n-button {                 
        width: auto;    
        min-width: 180px;      
    }  
}

@media (min-width: 992px) {
    header {                
        padding-top: 60px;         
    } 
        
    .container-fluid.c7n-upper {    
        margin-bottom: 40px;
    }  
    
    .c7n-logo {
        width: 180px;                          
    }   
             
    #clx-open-slide-navigation,
    #clx-close-slide-navigation {
        display: inline-block;   
        padding-right: 40px;                   
    }     
    
    header.c7n-navigation-open #clx-open-slide-navigation,
    header #clx-close-slide-navigation {
        display: none;
    }

    header.c7n-navigation-open #clx-close-slide-navigation,
    header #clx-open-slide-navigation {
        display: inline-block;
    }     
             
    #clx-open-mobile-navigation,
    #clx-close-mobile-navigation {
        display: none !important;                 
    }    
    
    #clx-open-slide-navigation img,
    #clx-open-slide-navigation svg {              
        height: 30px;              
    }
    
    #clx-close-slide-navigation img,
    #clx-close-slide-navigation svg{    
        width: 62px;                 
    }   
    
    #c7n-toggle-search {             
        padding-right: 10px;             
    }
    
    #c7n-lang-navigation{  
        display: inline-block;         
    }
    
    .c7n-competence-content {      
        padding-top: 50px;          
        padding-bottom: 50px;    
    }

    .c7n-search-article, 
    .c7n-history {
        min-height: 180px;    
    }  
}

@media (min-width: 1200px) {
    body {          
        font-size: 16px;   
    }
    
    .container-fluid {
        padding-left: 100px;
        padding-right: 100px;
    }
    
    .c7n-functions {           
        right: 100px;           
    }   
    
    #c7n-slider .c7n-prev-slide,
    #c7n-slider .c7n-next-slide,
    #c7n-shop-discounts .c7n-prev-slide,
    #c7n-shop-discounts .c7n-next-slide {         
        width: 100px;    
        height: 80px;        
        transform: translate(0%, -50%); 
        top: 50%;    
        opacity: 0.5;        
    }
    
    #c7n-slider .c7n-prev-slide:hover,
    #c7n-slider .c7n-next-slide:hover { 
        opacity: 1;        
    }
    
    #c7n-shop-discounts .c7n-prev-slide,
    #c7n-shop-discounts .c7n-next-slide {     
        opacity: 1;        
    }
                                             
    #c7n-shop-discounts .c7n-prev-slide:hover,
    #c7n-shop-discounts .c7n-next-slide:hover { 
        opacity: 0.5;        
    }
    
    .c7n-link-box h2 a {                
        padding-top: calc(25% - 20px);           
        font-size: 40px;
    }    
    
    .c7n-product-box {                
        padding: 40px 100px;     
        min-height: 500px;
        overflow: hidden;    
    }  
    
    .c7n-meta-infos {
        font-size: 1.1em;            
    }   
    
    .c7n-product-box h3 {         
        font-size: 2em;
    }  
    
    .c7n-product-box h4 {        
        font-size: 2em;
        margin-bottom: 40px;
    }  
    
    h1 {
        font-size: 3.5em;     
    }

    h2 {
        font-size: 2em;     
    }     

    p.c7n-lead {
        font-size: 1.2em;         
    }

    .c7n-search-article, 
    .c7n-history {
        min-height: 250px;    
    }  
}

@media (min-width: 1400px) {
    .container {
        width: 1320px;
    }
}

@media (min-width: 1600px) {
    p.c7n-lead {          
        width: 66.66%;   
    }
    
    .c7n-competence-intro .c7n-lead {               
        width: 100%; 
    }
    
    .container {
        width: 1540px;
    }
}

/* ==========================================================================
   Added 23.08.2023 | AS
   ========================================================================== */
#socialmedia {
    display: flex;
}

#socialmedia li {
    margin-right: 1rem!important;
}

/* ==========================================================================
   PrivacyBee
   ========================================================================== */
privacybee-widget .oSc-KW_listWrapper {
  max-width: 100%;
  gap: 0.5rem;
  }

privacybee-widget ._7Q79CG_techWrapper {
  max-width: 100%;
  gap: 0.5rem;
  }

privacybee-widget .CCca4W_expandableWrapper {
  padding: 0 1rem;
  border-radius: 0;
  }

privacybee-widget .KFaIpG_h1 {
  display: none;
  }

privacybee-widget .KFaIpG_h2 {
  font-size: clamp(1.5rem, 1.4363rem + 0.2614vw, 1.75rem);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.25px;
  color: #005ca9;
  margin-bottom: 1rem;
  }

privacybee-widget .KFaIpG_h3 {
  font-size: clamp(1.5rem, 1.4363rem + 0.2614vw, 1.75rem);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.25px;
  color: #005ca9;
  margin-bottom: 0.5rem;
  }

privacybee-widget .KFaIpG_text, privacybee-widget .CCca4W_expandableText {
  max-width: 100%;
  font-size: 1em;
  letter-spacing: 0.2px;
  color: #000000;
  margin-bottom: 2rem;
  }

privacybee-widget .KFaIpG_text.undefined {
  max-width: 699px;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  color: #000000;
  }

privacybee-widget .KFaIpG_listElement, privacybee-widget a.KFaIpG_link {
  max-width: 100%;
  font-size: 1em;
  letter-spacing: 0.2px;
  color: #000000;
  margin-bottom: 0.5rem;
  }

privacybee-widget .CCca4W_expandableName {
  max-width: 100%;
  letter-spacing: 0.2px;
  color: #000000;
  margin-bottom: 0.5rem;
  }

privacybee-widget .CCca4W_expandableImage {
  background-color: transparent !important;
  }

privacybee-widget .CCca4W_expandableImage svg {
  max-width: 45px;
  max-height: 45px;
  }

privacybee-widget a, privacybee-widget a.KFaIpG_link {
  color: #5a5a5a;
  }

privacybee-widget a:hover {
  color: #005ca9;
  }
  
@media (min-width: 1400px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}



   
    /* ============================================================
   Base / Reset
   ============================================================ */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family:
        -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
        sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #1a1a1a;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ============================================================
   Typography
   ============================================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.25;
    color: #111111;
}

h1 {
    font-size: 2.25rem;
}
h2 {
    font-size: 1.875rem;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.25rem;
}
h5 {
    font-size: 1.125rem;
}
h6 {
    font-size: 1rem;
}

p {
    margin-bottom: 1rem;
}

a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* ============================================================
   Layout
   ============================================================ */
.container {
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 1.5rem;
}

/* ============================================================
   Utilities
   ============================================================ */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.c7n-link-box {
    aspect-ratio: 4/3;
}

.c7n-link-box h2 a {
    padding-top: calc(33.33% - 13px);
}

/* ============================================================
   Hero
   ============================================================ */

.hero {
    width: 100%;
    height: 100svh;
    position: relative;
}

.hero__content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    color: white;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
}

.hero__content.quote {
    margin-top: 12rem; margin-right: 2rem; margin-bottom: 0;
}

.hero__title {
    font-family: "Bitter", sans;
    font-size: 4rem;
    font-weight: 400;
    color: white;
    text-align: center;
    z-index: 1000;
}

.hero__quote {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    align-self: flex-end;
    margin-top: 1.5rem;
    font-family: "Bitter", sans;
    font-size: 1.5rem;
    font-style: italic;
    margin-top: 6rem;
    margin-right: 2rem;
    margin-bottom: 0;
}

.hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ============================================================
   Footer
   ============================================================ */

/* Shared container */
.footer__container {
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 2rem;
}

.footer__newsletter {
    background-color: #1a5fa8;
    padding-block: 2.5rem;
}

.footer__newsletter-inner {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.footer__newsletter-text {
    flex: 0 0 auto;
    max-width: 280px;
}

.footer__newsletter-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.35rem;
    line-height: 1.2;
}

.footer__newsletter-desc {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    margin-bottom: 0;
}

.footer__newsletter-form-wrap {
    flex: 1 1 0;
    min-width: 0;
}

.footer__newsletter-form {
    width: 100%;
}

.footer__newsletter-fields {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.footer__newsletter-input {
    flex: 1 1 140px;
    min-width: 0;
    padding: 0.65rem 0.9rem;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 0.875rem;
    font-family: inherit;
    outline: none;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease;
}

.footer__newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.footer__newsletter-input:focus {
    border-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.15);
}

.footer__newsletter-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.65rem 1.4rem;
    border: none;
    border-radius: 4px;
    background-color: #ffffff;
    color: #1a5fa8;
    font-size: 0.875rem;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    white-space: nowrap;
    transition:
        background-color 0.2s ease,
        transform 0.15s ease;
}

.footer__newsletter-btn:hover {
    background-color: #e8f0fa;
    transform: translateY(-1px);
}

.footer__newsletter-btn:active {
    transform: translateY(0);
}

.footer__main {
    background-color: #f4f4f4;
    padding-block: 3rem 2.5rem;
    border-top: 1px solid #e0e0e0;
}

.footer__main li {
    padding: 0;
}

.footer__main-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 2.5rem;
}

/* Brand column */
.footer__brand-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
}

.footer__logo-link {
    display: inline-block;
    text-decoration: none;
}

.footer__logo-link:hover {
    text-decoration: none;
    opacity: 0.85;
}

.footer__logo-img {
    height: 48px;
    width: auto;
}

/* Contact block */
.footer__contact {
    margin-top: 1.25rem;
    font-size: 1.2rem;
}

.footer__contact p {
    margin-bottom: 0.2rem;
    color: #555555;
    line-height: 1.5;
    padding: 0;
}

.footer__company-name {
    font-weight: 700;
}

.footer__link {
    color: #1a5fa8;
    text-decoration: none;
}

.footer__link:hover {
    text-decoration: underline;
}

.footer__link--bold {
    font-weight: 600;
}

/* Social links */
.footer__social {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
}

.footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    color: #555555;
    text-decoration: none;
    transition:
        color 0.2s ease,
        border-color 0.2s ease;
}

.footer__social-link:hover {
    color: #1a5fa8;
    border-color: #1a5fa8;
    text-decoration: none;
}

/* Navigation columns */
.footer__nav-col {
    display: flex;
    flex-direction: column;
}

.footer__nav-heading {
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(0, 92, 169, 1);
    margin-bottom: 0.85rem;
    padding-bottom: 0.5rem;
}

.footer__nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.footer__nav-list a {
    font-size: 1.2rem;
    color: #555555;
    text-decoration: none;
    transition: color 0.15s ease;
}

.footer__nav-list a:hover {
    color: #1a5fa8;
    text-decoration: none;
}

.footer__legal {
    background-color: rgba(0, 92, 169, 1);
    padding-block: 0.85rem;
}

.footer__legal-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__copyright {
    color: white;
}

.footer__legal-nav {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.footer__legal-link {
    color: white !important;
    text-decoration: none;
}

.footer__legal-link:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.footer__legal-sep {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 960px) {
    .footer__main-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer__brand-col {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .footer__newsletter-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .footer__newsletter-text {
        max-width: 100%;
    }

    .footer__newsletter-fields {
        flex-direction: column;
    }

    .footer__newsletter-input {
        flex: 1 1 auto;
    }

    .footer__main-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer__brand-col {
        grid-column: auto;
    }

    .footer__legal-inner {
        flex-direction: column;
        gap: 0.4rem;
        align-items: center;
    }
}

@media (min-width: 1200px) {
    .c7n-link-box h2 a {                
        padding-top: calc(33.33% - 1rem);           
        font-size: 2rem;
    }
}

/* ============================================================
   Base / Reset
   ============================================================ */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family:
        -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
        sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #1a1a1a;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ============================================================
   Typography
   ============================================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.25;
    color: #111111;
}

h1 {
    font-size: 2.25rem;
}
h2 {
    font-size: 1.875rem;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.25rem;
}
h5 {
    font-size: 1.125rem;
}
h6 {
    font-size: 1rem;
}

p {
    margin-bottom: 1rem;
}

a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* ============================================================
   Layout
   ============================================================ */
.container {
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 1.5rem;
}

/* ============================================================
   Utilities
   ============================================================ */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ============================================================
   Footer
   ============================================================ */

/* Shared container */
.footer__container {
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 2rem;
}

/* ============================================================
   Newsletter
   ============================================================ */

.newsletter {
    background-color: #1a5fa8;
    padding-block: 2.5rem;
}

.newsletter__container {
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 2rem;
}

.newsletter__inner {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.newsletter__text {
    flex: 0 0 auto;
    max-width: 280px;
}

.newsletter__title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.35rem;
    line-height: 1.2;
}

.newsletter__desc {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    margin-bottom: 0;
}

.newsletter__form-wrap {
    flex: 1 1 0;
    min-width: 0;
}

.newsletter__form {
    width: 100%;
}

.newsletter__fields {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.newsletter__input {
    flex: 1 1 140px;
    min-width: 0;
    padding: 0.65rem 0.9rem;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 0.875rem;
    font-family: inherit;
    outline: none;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease;
}

.newsletter__input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.newsletter__input:focus {
    border-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.15);
}

.newsletter__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.65rem 1.4rem;
    border: none;
    border-radius: 4px;
    background-color: #ffffff;
    color: #1a5fa8;
    font-size: 0.875rem;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    white-space: nowrap;
    transition:
        background-color 0.2s ease,
        transform 0.15s ease;
}

.newsletter__btn:hover {
    background-color: #e8f0fa;
    transform: translateY(-1px);
}

.newsletter__btn:active {
    transform: translateY(0);
}

.footer__main {
    background-color: #f4f4f4;
    padding-block: 3rem 2.5rem;
    border-top: 1px solid #e0e0e0;
}

.footer__main-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 2.5rem;
}

@media (max-width: 960px) {
    .tile__title {
        font-size: 1.5rem;
    }

    .hero__title {
        font-size: 2.5rem;
    }

    .hero__quote {
        font-size: 1.15rem;
        margin-top: 3rem;
    }
}

@media (max-width: 960px) {
    .footer__main-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer__brand-col {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .hero__title {
        font-size: 1.75rem;
    }

    .hero__quote {
        font-size: 1rem;
        margin-top: 2rem;
        margin-right: 0;
        align-self: center;
    }

    .tiles {
        grid-template-columns: 1fr;
    }

    .tile__title {
        font-size: 1.25rem;
    }

    .hero__content {
        padding: 1.25rem;
    }

    .newsletter__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .newsletter__text {
        max-width: 100%;
    }

    .newsletter__form-wrap {
        width: 100%;
    }

    .newsletter__fields {
        flex-direction: column;
    }

    .newsletter__input {
        flex: 0 0 auto;
        width: 100%;
    }

    .newsletter__btn {
        flex: 0 0 auto;
        width: 100%;
        justify-content: center;
    }

    .footer__main-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer__brand-col {
        grid-column: auto;
    }

    .footer__legal-inner {
        flex-direction: column;
        gap: 0.4rem;
        align-items: center;
    }
}
