p{
    margin: 0px;
}
body{
    margin: 0px;
    padding: 0px;
    color: var(--text-color);
    font-family: Arial, Helvetica, sans-serif;
}

 img{
    max-width: 100%;
}




@font-face {
    font-family: 'atairVectore';
    src: url('../css/atari-vector.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Use the custom font */







:root{
    --background-color: #EFF6FC;
    --darkerBackground-color: rgba(0,0,0,0.05);
    --footer-Background-color: rgb(200,200,255)
  
    --text-color:#070E15;
    --rinconPower-Logo: url(../images/Logo_full.svg);
    --accent-color:#4890D8;
    --menu-color:#282828;
    --menu-logo: url(../images/RinconPowerLogoLight.png);
    --menu-text-color:#EFF6FC;
   
}

@keyframes slideInMenuAnimationFull {
    from {left:calc(0px - 100vw);}
    to {left:0;}
}
@keyframes slideInMenuAnimation350{
    from {left: calc(0px - 350px);}
    to {left:0px;}
}
@keyframes slideOutMenuAnimationFull {
    from{left:0px;}
    to{left: calc(0 - 100vh)}
}
@keyframes slideOutMenuAnimation350 {
    from{left:0px;}
    to{left: calc(0px - 350px)}
}
@keyframes slideInContact{
    from{height: 0px;}
    to{
        height: auto;
    }
}
.icon-big {
    font-size: 4.5em;
}




/*grid*/
.aic{
    justify-content: center;
}
.btn{
    background-color: var(--background-color);
    border:3px solid var(--accent-color);
    width: fit-content;
    font-size: 1.2em;
    border-radius: 7px;
    font-weight: bolder;
}
.btn:hover{
    background-color: rgba(72, 144, 216, 0.282);
}
.darkBackground{
    background-color: var(--menu-color);
}
.marginLR{
    margin-right: auto;
    margin-left: auto;
}
.Centered{
     margin-left: auto;
     margin-right: auto;
}
.fatUnderlined{
    font-weight: bolder;
   border-bottom: 5px solid var(--accent-color);
}
.borderColorNone{
    border-color: transparent;
}
.borderBottomb005{
    border-bottom: 3px solid rgba(0,0,0,0.05);
}
.blue{
    color: blue;
}
.padgeHeadline{
    text-decoration: underline;
    font-size: 4em;
    text-decoration-color: var(--accent-color);
}
.container{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: var(--background-color);
}
.main{
    min-height: 100vh;
    width: 100%;
}
/*flex...*/
.flex1{
    flex: 1;
}
.pandflex20{
    padding: 20px;
    flex: 1;
}
.row{
    display:flex;
    flex-wrap: wrap;
   
}
.flexDirectionColumn{
    display: flex;
    flex-direction: column;
}
.flex{
    display:flex;
}
.flexWrap{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flexLeft{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.rowBreakPoint{
display: flex;
}
.column{
   flex:1;
   min-width: 450px;
}
.column1{
    min-width: 50%;
    padding: 20px;
}
.column2{
    min-width: 50%;
    
}
.flexCentered{
    display: flex;
    align-items: center;
    justify-content: center;
}
.textCentered{
    text-align: center;
}
.topSmall{
    font-size: 0.4em;
    display: flex;
    width: fit-content;
}
.flexCenteredWrap{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

}
.textAlignCenter{
    text-align: center;
}
/*flex...*/
.fitContent{
    width: fit-content;
}
.padding20px{
    padding: 20px;
}
.pmb20px{
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.p10px{
    padding: 10px;
}
.pTopBottom{
    padding-top: 20px;
    padding-bottom: 20px;
}
.p5px{
    padding: 5px;
}
.margin40px{
    margin: 40px;
}
.margin100px{
    margin: 100px 200px 100px 200px;
    margin-top: 0px;
}
.marignLeft20px{
    margin-left: 20px;
}

.marginBottom10px{
    margin-bottom: 10px;
}
.PMNone{
    margin: none;
    padding: none;
}
.w100{
    width: 100%;
}

.DN{
    display: none;
}
.lowerContent{
    padding: 80px;
    text-align: center;
}
.notALink img{
    max-width: 20px;
    padding-right:10px;
}
.bigger img{
    max-width: 40px;
    padding-right: 20px;
}
.jcc{
    align-items: center;
}
/*grid*/
/*text*/
.TextColorBorderTop{
    border-top: 6px solid black;
}
.notALink{
    text-decoration: none;
    color: inherit;
}
.RPColor{
    color:var(--accent-color);
}
.text{
    color: var(--text-color);
}
.smaler{
    font-size: 0.7em;
    text-align: center;
     margin: -10px;
}
.smalerL{
    font-size: 0.7em;
    margin-left: 20px;
    margin-top: -15px;
}
.toBig{
    font-size: 5em;
}
/*text*/


 

/*head*/
.slideInMenuAnimationFull{
    animation-name: slideInMenuAnimationFull;
    animation-duration: 0.5s;
    
}
.slideInMenuAnimation350{
    animation-name: slideInMenuAnimation350;
    animation-duration: 0.5s;
}
.slideOutMenuAnimationFull{
    animation-name: slideOutMenuAnimationFull;
    animation-duration: 0.5s;
}
.slideOutMenuAnimation350{
    animation-name: slideOutMenuAnimation350;
    animation-duration: 0.5s;
}
.slideInContact{
    animation-name: slideInContact;
    animation-duration: 0.5s;
}
.head{
    color: var(--text-color);
    z-index: 2;
    top: 0px;
    position: -webkit-sticky;
    position: sticky;
}
.subHead{
    z-index: 3;
    display: flex;
    align-items: flex-start;
    justify-content: left;
    background-color: var(--darkerBackground-color);
}
.blur{
    backdrop-filter: blur(4px);
    background-color: rgba(255,255,255,0.7);
    background-color: rgba(229,233,238,0.7);
}
.headButtonsDiv{
    margin: 10px;
    margin-left: auto;
    margin-right: 20px;
}
.headButtonColumn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.headButtonsDiv{
    margin-left: auto;
}
.headButtonsSubDiv{
 flex-grow: 1;
 flex-shrink: 1;
    display: flex;
    flex-direction: column;
    margin: 4px;
}
/*language*/
.showLanguageMenu{
    position: fixed;
    top: 50px;
    padding: 5px;
    border: 2px solid var(--accent-color);
    background-color: rgba(255,255,255,1);
    z-index:4;
    font-size: 20px;
}
.languageMenuDiv{
    position: relative;
    width: 50px;
}
.languageButton{
    position: absolute;
    top: -20px;
    left: 0px;
}
.LanguageCover{
    position: absolute;
    left: -3px;
    top: -18px;
    background-color: rgba(0,0,0,0.3);
    width:63px;
    height: 39px;
    border-radius: 6px;
    border: 2px solid var(--accent-color);
}
.languageMenu{
    flex-direction: column;
    display: flex;
}
/*language*/
.fixedSideDivDivs{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.headButtons{
    color: var(--text-color);
    border: 0px;
    outline: none;
    padding: 8px;
    font-size: 20px;
    border-radius: 5px;
}
.headButtons:hover{
    background-color: rgba(72, 144, 216, 0.282);
}
.headLineImage{
    margin: 10px;
      background-image: var(--rinconPower-Logo);
    background-size: cover ;
    width: 262px;
    height: 57px;
    margin-left: 10px;
}
.whiteMenuLine{
    width: 100%;
    height: 5px;
   
    background-color: var(--background-color);
}
.menuDiv{ 
    height: 100%;
 padding: 20px;
    background-color: var(--menu-color);
   
    
   }
.menuOverDiv{
    position: fixed;
    z-index: 9;
    
    
    background-color: var(--menu-color);
    height: 100%;
    width: 350px;
    left: calc(0px - 100vw);
    animation-fill-mode: forwards;
    color: var(--menu-text-color);
    padding-top: 0px;
}
.languageMenuInMenu{
    margin-left: 10px;
}
.menuButtonDiv {
      margin-left: auto;
    margin-right:20px ;
    display: none;
    cursor: pointer;
    align-self: center;
}
.closeMenuSimbol{
    padding: 10px;
    margin-left: auto;
    background-color: rgba(0,0,0,0);
    color:  white;
}
.fa-solid{
    font-size: 3rem;
    cursor: pointer;
}
.activeHeadButton{
    border: 2.5px solid var(--accent-color);
}

.menuHead{
    display: flex;
    
}
.menuheadButtons{
    font-size: 2em;

 padding: 5px;
padding-left: 15px;
 margin-top:15px;
 margin-bottom:15px;

}
.menuHeadButtonsSubDiv{
    display: flex;
    flex-direction: column;
}
.activeMenuHeadButton{
background-color: var(--accent-color);

 border-radius: 23.5px;
}
.menuHeadLineImage{
    background: var(--menu-logo);
    margin: 10px;
    
  background-size: cover ;
  width: 262px;
  height: 57px;
}


.checContactMark{
    color: rgb(0, 255, 0);
}

.fixedContactDiv{
    z-index: 3;
    position: fixed;
    top: 120px;
    right: 0px;
    
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
   background-color: rgba(255,255,255,0.7);
    border: 1px solid rgba(0,0,0,0.07);
}
.subContactDiv{
     background-color: var(--darkerBackground-color);
     border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.contactIcon{
    font-size: 2em;
    padding: 7px;
}

.productButtonDiv{
text-align: center;
    margin-top: 10px;
    margin-top: -6px;
}
.productButtonDiv .smaler{
    margin-top: -15px;
}


.oneEm{
    font-size: 1em;
}
.oneDot2Em{
    font-size: 1.2em;
}
/*aboutUs*/
.rowAboutUsDiv{
    display: flex;
    align-items: stretch;
   
}
/*aboutUs*/
/*gtc*/
.gtcList { 
    list-style-type: none;
     padding: 0;  
     margin: 0;
}
/*gtc*/

/*service*/

.serviceUl{
    max-width: 500px;
}
.serviceIcon{
    font-size: 10em;
    
    margin-left:auto;
    margin-right: auto;
}
.serviceDiv{
    display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: fit-content;
        max-width: 1900px;
     
}

.TSDiv{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: atairVectore,sensreff;
    flex-direction: column;
    margin: 15px;
    margin-left: 0px;
    width: fit-content;
}
.TS{
    font-size: 50px;
    
}
.TSB{
    font-size: 90px;
}
/*service


/*index*/
/*index*/
.noMOrP{
    margin: 0px;
    padding: 0px;
}
.pT13{
    padding-top: 13px;
}
.pTop10{
    padding-top: 10px;
}

.eventsAndNewsDiv{
    display: flex;
    justify-content: center;
    width: 100%;
}
.upcommingEventsImage{
    padding: 10px;
}
.EANCard{
    max-width: 500px;
    border-radius: 20px;
    border: 4px solid var(--accent-color);
    display: flex;
    flex-direction: column;
   
    margin: 20px;
    flex: 1;  
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    
    }
.EANInfoLine{
    padding: 10px;
}
.EANIcons{
    color: #4890D8;
    font-size: 1.5em;
    padding-right: 10px;
}


.EANCard h2{
    width: fit-content;
   
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    font-size: 3em;
    color: var(--text-color);
}
.latestNeswEAN{
    display: flex;
    justify-content: center;
    max-height: 200px;
}
.EANNewsImages{
    max-height: 150px;
}
.pTagEANSubHeadline{
    margin-top: 7px;
    font-weight: bolder;
    padding-bottom: 10px;
    text-align: center;
}


/*product*/
.pCardHead{
    padding: 5px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 3px solid var(--accent-color);
    text-align: center;
    font-size: 1em;
    padding-left: 1px;
    padding-right: 1px;
   
}
.productsDiv{
    display: flex;
    flex-direction: column;
   
}
.productsDiv h2{   
    
    margin-left: auto;
    margin-right: auto;
    color: var(--text-color);
    width: fit-content;
}
.products{
   
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 equal columns */
    grid-template-rows: 1fr; /* 1 row */
    gap: 30px; /* Adjust spacing */
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
    margin-left:auto;
    margin-right:auto;
}


.productsHeadLine{
    font-size: 3em;
    display: flex;
    flex-direction: row;
}
.productCardContent{
    border: 3px solid var(--background-color);
    flex-grow: 1;
    border-top: none;
    border-radius:0px 0px 15px 15px ;
    display: flex;
    flex-direction: column;
    
}

.productCard{
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 19px;
    background-color: rgba(72,144,216,0.07);
    max-width: 400px;
    align-items: stretch;
    flex: 1;
}

.protductImg2{
    transform: rotate(-8.5deg);
}

.lowerCardContent{
    margin-top: auto;
    margin-bottom: 10px;
}

.pCardHead:hover + .productCardContent {
    border-color: var(--accent-color);
}
.productCardContent:hover{
    border-color: var(--accent-color);
}

/*popUp*/
.popUpX{
    margin-left: 50px;
    color: red;
    font-weight: 900;
    margin-top: -80px;
}
.popUpDiv{
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: fixed;
    width: 100vw;
    background-color: var(--background-color);
    z-index: 9;
}
button .popUpX{
    border: none;
    background-color: var(--background-color);
}
/*popUp*/
/*index*/




/*slider*/



#splide0{
    background: url('../images/colage.jpg');
    background-size: cover; 
     background-position: center;
     width: 100%;
     height: 100%;
    text-align: center;
}
.imgOnSlide0{
    max-height: 45vh;
    margin: 20px;
    object-fit: contain;
    max-width: none;
    
}
.imageDivSlide0{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
 }
  .textOnSlide{
    font-size: 1.5em;
    color: var(--menu-text-color);
  }
 
 .headLineOnSlide{
    color: var(--menu-text-color);
    margin: 0px;
    font-size: 3em;
}



#splide01-slide02{
    background: url('../images/background5.jpg');
    background-size: cover; 
     background-position: center;
    

}
.imageDivSlide1{
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.imageOnSlide1{
    transform: rotate(-8.5deg);
    max-height: 40vh;
}
 .headLineOnSlide1{
   margin: 20px;
  }
#splide01-slide03{
    background: url('../images/background9.jpg');
    background-size: cover; 
     background-position: center;
}
.imageDivSlide2{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    transform: rotate(-5deg);
}
.imagesOnSlide2{
   max-height: 70vh;
}
#splide01-slide04{
    background: url('../images/background7.jpg');
    background-size: cover; 
     background-position: center;
}
.imageOnSlide3{
    max-height: 55vh;
}
.imageDivSlide3{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#splide01-slide05{
    background: url('../images/background2.jpg');
    background-size: cover; 
     background-position: center;
}
.imageOnSlide4{
    max-height: 70vh;
}
.imageDivSlide4{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.imageDivSlide5{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.imageOnSlide5{
    max-height: 70vh;
}
#splide5{
    background: url('../images/background8.png');
    background-size: cover; 
     background-position: center;
     width: 100%;
     height: 100%;
}
/*spildes*/
.splide{
    overflow-x: hidden;
}
.splide__slide{
    width: 100vw;
    height: 80vh;
}
.splide__track{
    overflow-x: hidden;
}

.splide__progress{
    background-color: rgb(0, 0, 0);
}
.splide__progress__bar {
    height: 3px;
    background-color: rgb(0, 128, 255);
}
/*spildes*/

/*arrows*/
.splide__arrow{
    background-color: rgb(0,0,0,1);
    font-size: 20px;
    color: var(--accent-color);
}
#arrow_backwards{
    margin-left: 120px;
}
#arrow_forwards{
    margin-left: 20px;
}
.fa-arrow-left{
    font-size: 0.9em;
    color: var(--background-color);
    opacity: 1;
}
.fa-arrow-right{
    font-size: 0.9em;
    color: var(--background-color);
    opacity: 1;
}
/*arrows*/
/*splider*/







/*property*/ 

.propertyIcons{
    font-size: 10em;
    margin-top: 10px;
    margin-bottom: 10px;
}
.propertyWholeWidthDiv{
    position: relative;
    display: flex;
    
}
.propertyH2{
    font-size: 3em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.bigTextCard{
    border: var(--text-color);
    border-radius: 10px;
    margin: 20px;
    padding: 10px;
}
#property2Div{
    margin-left: auto;
    margin-right: auto;
}
.propertyDivs{
    padding: 10px;
      max-width: 400px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100px;
}
.propertySpanDivClass{
    display: flex;
    justify-content: center;
   }
.propertyTextDiv{
    text-align: center;
}
.lineOverProperty{
    width: 90%;
    margin: 0px auto 0px  auto;
    height: 4px;
    background-color: var(--accent-color);
}
/*property*/



/*contact*/

.contactIconSize{
    font-size: 1.5em;
}
.copiedText{
    padding: 5px;
    border: 3px solid white;
    border-radius: 7px;
    position: fixed;
   left: 45vw;
    bottom: 10px;
}
.mailAdressImgButtonSW{
    width: 230px;
   }
.contactsContactName{
    font-size: 1.44em;
}
.contactCard{
    display: flex; flex-direction: column;font-weight: bolder;
    border: 3px solid rgb(72,144,216);
    width: fit-content;
    margin: 20px;
    border-radius: 15px;
}
.contactCardHead{
    padding: 20px;
    text-align: center;
    border-bottom: 3px solid var(--accent-color);
}
/*form*/
.contactFormContainer{
    text-align: center;
   border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    margin-bottom: 20px;
}
.f1dot5em{
    font-size: 1.5em;
}
.contactForm{
    display: flex;
    flex-direction: column;
    padding: 30px;
    border: 3px solid var(--accent-color);
    border-radius: 15px;
    text-align: center;
}
.formInput{
    font-size: 1.2em;
    border: none;
    border-bottom: 2px solid var(--text-color);
    background-color: var(--background-color);
    margin-bottom: 5px;
   
}
.successMessage{
    background-color: var(--background-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 15px;
}
.formInput:focus {
    outline: none; 
    border: none; 
    border-bottom:2px solid var(--text-color)
  }
input.formInput{
    padding: 10px;
}
.subFormDiv label{
font-weight: bolder;
}
/*checkbox*/
.custom-checkbox {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .custom-checkbox input {
    opacity: 0;
    position: absolute;
    cursor: pointer;
    
  }
  .checkboxLable{
    width: fit-content;

}
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    border: 2px solid #000000;
  }
  .custom-checkbox input:checked ~ .checkmark {
    background-color: transparent;
  }
  .custom-checkbox input:checked ~ .checkmark:after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    top: 100%;
    width: 20px;
    height: 20px;
    border: solid var(--accent-color);
    border-width: 0 4px 4px 0;
    transform: translate(-50%, -50%) rotate(225deg);
  }
  .custom-checkbox input:checked ~ .checkmark:before {
    content: "";
    position: absolute;
    display: block;
    left:50%;
    top: 0;
    width: 20px;
    height: 20px;
    border: solid var(--accent-color);
    border-width: 0 4px 4px 0;
    transform: translate(-50%, -50%) rotate(45deg);
  }
 
.checkboxLable{
    max-width: 400px;
}
.subFormDiv{

}
/*checkbox*/
/*form*/
/*contact*/
.footerSection{
  margin-top:auto;
}
.footer{
    background-color:#dde1e5;
    color: var(--text-color);
    padding: 20px;
    display: flex;
    flex-direction: column;
    bottom: 0px;
}
.subDivFooter{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%; 
    gap: 20px;
}
.samesize{
    flex: 1 1 calc(50% - 20px);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.footerUl{
    margin-left: 10px;
    padding-left: 10px;
}
/*single footerDivs*/
.footerTextProducts{
    display: flex;
    flex-direction: column;
}
.footerUlAdress{
    padding-left: 0px;
    list-style: none;
}
/*single footerDivs*/
.fontWeightNormal{
    font-weight: 500;
}
.lowestFooterPart{
    display: flex;
    flex-wrap: wrap;
}
.lowestFooterDiv{
    margin-left: auto;
    margin-right: auto;
}
.footerLinkB{
    font-size: 1.2em;
    padding: 20px;
}
.lowestFooterOverDiv{
    border-top: 3px solid rgba(0,0,0,0.2);
}
.foterText{
    padding: 30px;
     border-left: 3px solid rgba(0,0,0,0.2);
     margin: 15px;
     margin-top: 0px;
    flex: 1;
    height: max-content;
}
.footerLogoImage{
    width: 262px;
    height: 57px;
    background-image: var(--rinconPower-Logo);
    background-position: center;
    background-size: cover;
   }
   .foterTextAdress{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 50px;
}
/*footer*/
@media screen and (max-width: 1380px){
    .products{
        grid-template-columns: repeat(2, 1fr); /* 2 equal columns */
        grid-template-rows: repeat(2, 1fr);
    }
    .productCard{
        min-width: 350px;
    }
}


@media screen and (max-width:1300px) {
    .subDivFooter{
        grid-template-columns: repeat(2, 1fr);
    }
    .serviceIcon{
        font-size: 250px;
    }
    .TSDiv{
        width:100%;
        margin-right: 0;
    }
}
@media screen and (max-width:1250px){
    .eventsAndNewsDiv{
        flex-direction: column;
        align-items: center;
    }
}


@media screen and (max-width:920px){
    .material-symbols-outlined-big{
        font-size: 250px;
    }
    .propertyWholeWidthDiv{
        flex-direction: column;
        align-items: center;
    }
    #property2Div{
        margin: 0px;
    }
    .rowAboutUsDiv{
        flex-wrap: wrap;
    }
     .padding100px{
        padding: 100px;
    }
     .imgOnSlide0{
        max-height: 30vh;
    }
    .serviceDiv{
        margin: 50px;
        flex-direction: column;
    }
}



@media screen and (max-width:860px){
    .headButtonsDiv{
        display: none;
    }
     .menuButtonDiv{
        display: block;
    }
    .propertyH2{
        font-size: 2em;
    }
    .margin100px{
        margin:25px;
    }
   .serviceDiv{
    flex-direction: column;
    flex-wrap: nowrap;
   }
   .row{
    flex-direction: column;
   }
}
@media screen and (max-width: 850px){
    .productsHeadLine{
        font-size: 2em;
    }
    .products{
        grid-template-rows: repeat(4, 1fr); /* Creates 4 equal rows */
  grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 750px){
    .productCardsLayout{
        grid-template-columns: 1fr;
        align-items: stretch; /* Ensure children have the same height */
    }
}

@media screen and (max-width: 680px) {
    .subDivFooter{
        grid-template-columns: auto;
        grid-template-rows: auto;
        
    }
    .foterText{
        border:none;
        border-top: 3px solid rgba(0,0,0,0.2);
        text-align: center;
    }
    .footerUl{
        list-style: none;
    }
    .foterTextAdress{
        margin-left: 15px;
    }

}
@media screen and (max-width:640px){
    .imgOnSlide0{
        max-height: 25vh;
    }
    .headLineOnSlide{
        
        font-size: xx-large;
      }
}
@media screen and (max-width:580px) {
    .lowerContent{
        padding: 20px;
    }
    .productsHeadLine{
        font-size: 1.2em;
    }
}

@media screen and (max-width:550px) {
    .column{
        min-width: 200px;
    }
    .margin100px{
        margin: 10px;
    }
    .textSD{
        font-size: 1.5em;
    }
   
}
@media screen and (max-width:450px){
    .menuOverDiv{
        width:100%
    }
    .imgOnSlide1{
        max-height: 20vh;
    }
    .TAndCHeadLine{
        font-size: 1.5em;
        width: fit-content;
    }
    .checkboxLable{
        font-size: 1em;
    }
}
@media screen and (max-width: 410px) {
    .productCard{
        min-width: 200px;
        width: 100%;
    }
}
@media screen and (max-width: 380px) {
    .EANNewsImages{
        max-height: 100px;
    }
    .EANCard{
        font-size: 0.8em;
    }
    .productsHeadLine{
        font-size: 1em;
    }
}

@media screen and (max-width:360px){
    .footerLogoImage{
        width: 131px;
        height: 28.5px;
    }
    .headLineImage{
        width: 131px;
        height: 28.5px;
    }
    .menuHeadLineImage{
        width: 131px;
        height: 28.5px;
    }
    .menuButton{
        font-size: 2em;
    }
  
    .lowerContent{
        padding: 40px;
    }
    .headLineOnSlide{
        font-size: x-large;
    }
    .padgeHeadline{
        font-size: 3em;
    }
    .checkboxLable{
        font-size: 0.83m;
    }
    .TS{
        font-size: 30px;
    }
    .TSB{
        font-size: 54px;
    }
}
@media screen and (max-width:300px) {
    .margin40px{
        margin: 0px;
        padding: 20px;
    }

}
@media screen and (min-width:1400px) {
    .imageDivSlide0{
        max-height: 90vh;

    }
}
@media (min-aspect-ratio: 2/1) {
    .imageOnSlide1{
        max-width: 30vw;
    }
    .textSD{
        font-size: 4vh;
    }
}
