
@font-face {
  font-family: 'Helvetica_Bold'; /* Name your font family */
  src: url('../fonts/Helvetica-Bold.ttf') format('ttf'),
       url('../fonts/Helvetica.ttf') format('ttf'),
       url('../fonts/helvetica-rounded-bold-5871d05ead8de_1.ttf') format('ttf'),
       url('../fonts/Helvetica-BoldOblique.ttf') format('ttf');   
  font-weight: bold; /* Or specify a numerical weight like 400 */
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica_Neue_BOLD'; /* Name your font family */
  src: url('../fonts/helvetica-neue-bold_0.ttf') format('ttf'),   
       url('../fonts/HelveticaNeueLTStd-Lt.ttf');
  font-weight: bold; /* Or specify a numerical weight like 400 */
  font-style: normal;
}
@font-face
{
    font-family: 'Helvetica_Neue_LT_Std';
    src:url('../fonts/HelveticaNeueLTStd-Lt.ttf')  format('ttf');
    font-weight: bold; /* Or specify a numerical weight like 400 */
    font-style: normal;

}

@font-face
{
    font-family: 'Helvetica_Light_Regular';
    src:url('../fonts/helvetica-light-587ebe5a59211.ttf')  format('ttf');
    font-weight: normal; /* Or specify a numerical weight like 400 */
    font-style: normal;

}
/***** 1-st Block Start *******************/
 /*******************************************/

 /**** main Div with logo at left side *******/
 .toplogo {
    position: relative;
    width:99%;
    height: 100px;
    align-content: center;
  /*  background-image: url("../images/LOGO_White_300.png");*/
    background-repeat: no-repeat;
    background-size:  auto 120%; 
    background-position: left;
}

/***** Right Partner Login Button ****************/
.LoginPageButton{
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    width: 130px; /* Example width */
    height: 40px; /* Example height */
    background-image: url("../images/Partner_Login.png");
    background-size:contain;
    background-repeat: no-repeat;
    background-position: left;
    padding-right: 5px;;
    align-content: center;
}

.LogLogoImg{
    position: absolute;
    top: -10px;
    left: 10px;
    width: 120px; /* Example width */
    height: 120px; /* Example height */
    background-image: url("../images/LOGO_White_300.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size:  auto 100%; 
    cursor: pointer;
}

/***** Show hand cursor when over the image*****/
.LoginPageButton:hover{
    cursor:none;
    display: block;
}

/***** Right Navigation menu ******/
.menunavigation-div {
     width: 330px;
     height: 40px;
     text-align:top;
     color: teal;
     position: absolute; /* Position relative to the parent */
     bottom: 0; /* Align to the bottom edge */
     right: 0; /* Align to the right edge */
     display: flex;
     font-family:"Helvetica Rounded Bold", sans-serif;
 }

 .menuDiv{
    width:33.333333%;
    text-align:center;
    font-weight: bold;
    font-size: 22px;
    align-content: center;
 }

 .menuDiv:hover{
    cursor: pointer;
    color:orange;
    background-color: #D6E0DF;
}

 .menuDivActive{
    width:33.333333%;
    text-align:center;
    font-weight: bold;
    font-size: 22px;
    align-content: center;
    color:#F28B15;
    background-color: #07464D;
 }
                
 /**************************************/
/********** 1-st Block End ************/


 /***** 2-st Block Start *******************/
 /*******************************************/

 /****** Main div that include others *****************/
.div2{
    position: relative;
    width:100%;height: 300px;
    align-content: right;
    color:orange;
    background-color: #D6E0DF;
    display: flex;
}

.div2Contact{
    position: relative;
    width:100%;
    min-height: 300px;
    padding-top: 50px;
    padding-bottom: 50px;
    align-content: center;
    align-items: center;
    justify-content: center;
    color:black;
  /*  background-color: #D6E0DF;*/
    display: flex;
    flex-direction: column;
}
  
/***** Left picture with machine**********/
.div2Inside1{
    width:50%;
    height: auto;
    background-image: url("../images/11111.jpg");
    background-size:cover;
    background-repeat: no-repeat;
}

.div2Inside12
{
    display: block;
    width:auto
}

.subjectCuption
{
    color:#F28B15;
    font-size: 24px;
    font-weight: bold;
    margin-top:10px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-family:"Helvetica_Bold";
}



.list-element {
      background-image: url("../images/web1.jpg");
      background-repeat: no-repeat; /* Prevents image from repeating */
      background-position: 7px 4px; /* or 0% 0% */
      background-size: 18px 18px;
      width:auto;
      height: auto;
      color:#031a1a;
      font-weight: bold;
      font-size:13px;
      padding-top: 7px;
      padding-bottom: 5px;
      font-family:"Helvetica Neue", sans-serif;
      padding-left: 30px;
    }

    .list-element:hover
    {
        color:#F28B15;
        cursor: pointer;
        background-image: url("../images/web1_1.JPG");
    }


/********* Dark Line Between with white text****************/
.div3{
    position: relative;
    height: 60px;
    display: flex;
    justify-content:left; /* Centers horizontally */
    align-items: center;    /* Centers vertically */
    color:white;
    padding-left: 20%;
    font-size: 20px;
    font-weight: bold;;
    background-color: #07464D;
    font-family:'Helvetica_Neue_BOL', sans-serif;
}
/**********************************************************/


.div4{
    position: relative;
    width:99%;height: 300px;
    align-content: right;
    color:#F28B15;
    background-color: white;
    display: flex;
   
}

.div4Inside1{
    width:300px;
    height: auto;
    background-image: url("../images/Orange pic_1.png");
    background-size:cover;
    background-repeat: no-repeat;
}

.div4Inside2{
    height: 100%;
    width:50px;
  /*  background-image: url("../images/Blok4.png");
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
    */
}

.divImg1
{
    background-image: url("../images/Blok6_1.png");
     background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 25%;
}
.divImg1:hover
{
    background-image: url("../images/Blok6_11.png");
    cursor:auto;
}

.divImg2
{
    background-image: url("../images/Blok6_2.png");
     background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 25%;
}
.divImg2:hover
{
    background-image: url("../images/Blok6_21.png");
    cursor:auto;
}

.divImg3
{
    background-image: url("../images/Blok6_3.png");
     background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 25%;
}
.divImg3:hover
{
    background-image: url("../images/Blok6_31.png");
    cursor:auto;
}

.divImg4
{
    background-image: url("../images/Blok6_4.png");
     background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 25%;
}
.divImg4:hover
{
    background-image: url("../images/Blok6_41.png");
    cursor:auto;
}


td{
    color:#031a1a;
    font-weight: bold;
    font-size:14px;
    padding-top: 5px;
    font-family: "Helvetica_Neue_BOLD";
}

.td_img{
    background-image: url("../images/web1.jpg");
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}

.capText
{
    color:#F28B15;
    font-weight: bold;
    font-size:16px;
    font-family: 'Helvetica_Neue_LT_Std';

}

.usualText
{
    color:#031a1a;
    font-size:14px;
    font-family: 'Helvetica_Light_Regular';
}

.div5Inside1{
    width:50%;
    height: auto;
    background-image: url("../images/Hand_500.jpg");
    background-size:cover;
    background-repeat: no-repeat;

}

.div5Inside2
{
    width:50%;
    height: auto;
    background-image: url("../images/web2.JPG");
    background-size:80%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
}

.div2_2{
    position: relative;
    width:99%;height: 250px;
    align-content: right;
    color:orange;
    background-color: #D6E0DF;
    display: flex;
}

.div6{
    display: flex;
    position: relative;
    height: 300px;
    align-content: center;
    justify-content: center; /* Centers content horizontally */
    align-items: center;    /* Centers content vertically */
    background-image:  url("../images/Orange pic_2.png");
    background-position: right; /* Aligns to the right and vertically centers by default */
    background-repeat: no-repeat; /* Prevents image from repeating */
    background-size: auto 100%;
   /*  opacity: 0.5; Set transparency (0.0 to 1.0) */
}

.tbl_h_99
{
    height:99%;
    /*border: 1px solid red;*/
}

.usualTextBlack
{
    color:#191a1a;
    font-size:14px;
    font-weight: normal;
    font-family:"Helvetica Neue", sans-serif;
}

.capTextDark
{
    color:#e27c08;
    font-weight: bold;
    font-size:16px;
    font-family: 'Helvetica_Neue_BOLD';

}

.div7Inside1{
    width:50%;
    height: auto;
    background-image: url("../images/35.png");
    background-size:cover;
    background-repeat: no-repeat;
    justify-content:center;
    display: flex;
    padding-top: 20px;
}

.divBottom{
    position: relative;
    width:100%;height: 120px;
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;    /* Centers vertically */
    color:white;
    font-size: 20px;
    font-weight: bold;;
    background-image: url("../images/3.png");
    background-size:contain;
    font-family:Arial, Helvetica, sans-serif;
}

.machine1{
    margin: 5px;
    width:130px;
    height: auto;
    background-image: url("../images/Gusto 6 mini_150px.png");
    background-size:contain;
    background-repeat: no-repeat;
    color:white;
    font-size: 18px;
    font-weight: bold;
    flex-direction: column;
    justify-content: flex-end;
   
}

.machine2{
    margin: 5px;
    width:130px;
    height: auto;
    background-image: url("../images/Gusto 6_150px.png");
    background-size:contain;
    background-repeat: no-repeat;
    color:white;
    font-size: 18px;
    font-weight: bold;
    flex-direction: column;
    justify-content: flex-end;
   
}


.machine3{
    margin: 5px;
    width:130px;
    height: auto;
    background-image: url("../images/Gusto 8 lift_150px.png");
    background-size:contain;
    background-repeat: no-repeat;
    color:white;
    font-size: 18px;
    font-weight: bold;
    flex-direction: column;
    justify-content: flex-end;
   
}

.machine4{
    margin: 5px;
    width:130px;
    height: auto;
   
   background-image: url("../images/Gusto Drum_150px.png");
    background-size:contain;
    background-repeat: no-repeat;
    color:white;
    font-size: 18px;
    font-weight: bold;
    flex-direction: column;
    justify-content: flex-end;
}

.divRignImg
{
    width:500px;
    height: 300px;
  /*  background-image: url("../images/Blok5.png");*/
    background-size:80%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
}

.div_Logo_Bootom
{
    position: absolute;
    left: 0;
   
}

.child-div {
  position: absolute;
  right: 0; /* Aligns to the right edge of the parent */
  top: 10; /* Or adjust as needed for vertical alignment */
}

.OrangeTitle
{
    color:#f28a19;
    font-size: 20px;
    font-style:normal;
	font-weight:bold;
    width:200px;
    font-family:"Helvetica_Bold", sans-serif;

}

.WhiteTitle
{
    color:white;
    font-size: 14px;
    font-weight:bold;
    width:200px;
    padding-top:10px;
    font-family: 'Helvetica_Neue_BOLD';
}

.WhiteUsualTest
{
    color:white;
    font-size: 14px;
    font-weight:bold;
    width:200px;
    padding-top:8px;
    font-family: 'Helvetica_Neue_BOLD', sans-serif;

}

.WhiteUsualTestAddress
{
    color:white;
    font-size: 14px;
    font-weight:bold;
    width:200px;
    padding-top:8px;
    font-family: 'Helvetica_Neue_BOLD', sans-serif;

}

.imgGoogle
{
    width: 22px; 
    height: auto; 
    cursor: pointer;
}

.spMap
{
   font-family: Arial, Helvetica, sans-serif; 
}

.spMap:hover .GooglMapPopUp
{
    display: block;
    cursor: pointer;
}


.OliveTitle
{
    color:#47b9b4;
    font-size: 20px;
    font-weight:bold;
    width:200px;
    font-family: 'Helvetica_Bold', sans-serif;


}

.WhiteTitleBold
{
    color:white;
    font-size: 18px;
    font-weight:bold;
    padding-top:10px;
    padding-left:20px;
    font-family:"Helvetica_Bold", sans-serif;

}

.OrangeTitleBold
{
    color:#f28a19;
    font-size: 18px;
    font-style:bold;
	font-weight:bold;
    font-family:"Helvetica_Bold", sans-serif;

}

.blackBold
{
    color:black;
    font-size: 14px;
    font-style:bold;
	font-weight:bold;
    font-family:"Helvetica Neue", sans-serif;
    padding-left:20px;
}
.blackNormallSmall
{
    color:black;
    font-size: 12px; 
    font-style:normal;
	font-weight:normal;
    font-family:"Helvetica Neue", sans-serif;
    padding-left:20px;
}


.list-element2_1 {
      background-image: url("../images/Blok4_1.png");
      background-repeat: no-repeat; /* Prevents image from repeating */
      background-size: 50px 50px; /* or 0% 0% */
      height: 50px;
      padding-top: 5px;
      margin:5px;
      font-family: "Helvetica_Light_Regula";
      padding-left: 70px;
      font-size: 18px;;
      width:100%;
      display: inline-block;  
    }

.list-element2_1:hover
    {
        cursor: pointer;
        color: #f28a19;
        background-image: url("../images/Blok4_12.png");
    }

.list-element2_2 {
      background-image: url("../images/Blok4_2.png");
      background-repeat: no-repeat; /* Prevents image from repeating */
      background-size: 50px 50px; /* or 0% 0% */
      height: 50px;
      padding-top: 5px;
      margin:5px;
      font-family: "Helvetica_Light_Regula";
      font-size: 18px;
      padding-left: 70px;
      width:100%;
      display: inline-block;  
    }

.list-element2_2:hover
    {
        cursor: pointer;
        background-image: url("../images/Blok4_21.png");
        color: #f28a19;
    }

.list-element2_3 {
      background-image: url("../images/Blok4_3.png");
      background-repeat: no-repeat; /* Prevents image from repeating */
      background-size: 50px 50px; /* or 0% 0% */
      height: 50px;
      padding-top: 5px;
      margin:5px;
      font-family: "Helvetica_Light_Regula";
      font-size: 18px;
      padding-left: 70px;
      width:100%;
      display: inline-block;  
    }

    .list-element2_3:hover
    {
        cursor: pointer;
        background-image: url("../images/Blok4_31.png");
        color: #f28a19;
    }

.list-element2_4 {
      background-image: url("../images/Blok4_4.png");
      background-repeat: no-repeat; /* Prevents image from repeating */
      background-size: 50px 50px; /* or 0% 0% */
      height: 50px;
      padding-top: 5px;
      margin:5px;
      font-family: "Helvetica_Light_Regula";
      font-size: 18px;;
      padding-left: 70px;
      width:100%;
      display: inline-block;  
    }

    .list-element2_4:hover
    {
        cursor: pointer;
        background-image: url("../images/Blok4_41.png");
        color: #f28a19;
    }



    .popup-content {
        display: none; /* Initially hide the popup */
        position: absolute; /* Position the popup relative to its parent (.hover-trigger) */
        top: 100%; /* Place the popup below the trigger */
        left: -100px;
        background-color: rgb(217, 21, 21);
        border: 1px solid gray;
        color: white;
        padding: 10px;
        z-index: 10; /* Ensure the popup appears above other content */
        min-width: 150px; /* Optional: Set a minimum width for the popup */
    }


    .GooglMapPopUp {
        display: none; /* Initially hide the popup */
        position: absolute; /* Position the popup relative to its parent (.hover-trigger) */
        left: -250px;
        top:-350px;
        z-index: 10; /* Ensure the popup appears above other content */
        min-width: 300px; /* Optional: Set a minimum width for the popup */
    }

    .kontakt-rounded-div {
        height: 80%;
        border: 2px solid #07464D; /* Example border */
        border-radius: 15px; /* Rounds all corners by 15 pixels */
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 20px;
        padding-bottom: 30px;
        background-color: #07464D;
    }

    .rounded-input  {
        border-radius: 10px; /* Rounds all corners by 10 pixels */
        height: 40px;
        width:400px;
        padding-left: 15px;
        font-size:18px;
    }

    .Contackt_Title_Field{
        padding-top: 30px;
        justify-content:left; /* Centers horizontally */
        color:white;
        font-size: 18px;
        font-weight: bold;;
        font-family:'Helvetica_Neue_BOL', sans-serif;
    }

    .Contact_Title_Orange{
        padding-top: 20px;
        text-align: center;
        width:100%;
        justify-content: center;
        color:#f28a19;
        font-size: 28px;
        font-weight: bold;
        font-family:'Helvetica_Neue_BOL', sans-serif;
    }

    .Kontakt_SendButton{
        position: relative;
        bottom: -30px;
        right: -290px;
        width: 130px; /* Example width */
        height: 40px; /* Example height */
        background-image: url("../images/Blok13.png");
        background-size:contain;
        background-repeat: no-repeat;
        background-position: left;
        padding-right: 5px;;
        align-content: center;
        cursor: pointer;
        padding-bottom: 20px;
    }

    .CutedOrange{
        position: absolute;
        top: 250px;
        left: 0;
        width: 200px;
        height: 480px; /* Example width */
        background-image: url("../images/Blok16.png");
        background-size:contain;
        background-repeat: no-repeat;
        background-position: left;
        padding-right: 5px;;
        align-content: center;
        display: flex;

    }

    .CutedOrange17{
        position: absolute;
        top:-20px;
        right: 0;
        width: 200px;
        height: 460px; /* Example width */
        background-image: url("../images/Blok17.png");
        background-size:contain;
        background-repeat: no-repeat;
        background-position: left;
        padding-right: 5px;
        align-content: center;
        display: flex;

    }

     input.valid {
        border-color: #28a745;
        background: #eaffea;
    }

    input.invalid {
        border-color: #dc3545;
        background: #ffeaea;
    }

    #msg {
        margin-top: 6px;
        font-size: 14px;
        font-family: Arial, sans-serif;
    }

    #msg.ok {
        color: #28a745;
    }

    #msg.err {
        color: #dc3545;
    }

    #msgMail {
        margin-top: 6px;
        font-size: 14px;
        font-family: Arial, sans-serif;
        
    }

    #msgMail.ok {
        color: #28a745;
    }

    #msgMail.err {
        color: #dc3545;
    }