body{
    background-color: #CCCCCC;
    color:dimgray;
}

@media all and (max-width : 1024px) {
    .layout {
    width: 100%;
        margin: auto;
    }
    .cptable{
    width: 90%;
    border: none;
    margin: auto;
        border-spacing: 5px;
    }
    .cpdtable{
    width: 90%;
    border: none;
    margin: auto;
        border-spacing: 10px;
    }
    .contact{
    width: 75%;
    border: none;
    margin: auto;
    }
    .company{
    width: 90%;
    text-align: justify;
    border: none;
    margin: auto;
}
    
    .ntable{
    width: 90%;
    border: none;
    margin: auto;
}
    
    .imgnews {
  max-width: 100%;
    border-radius: 8px;
}
    
}
    
@media all and (min-width : 1024px) {
    .layout {
    width: 63%;
       margin: auto;
    }
    .cptable{
    width: 70%;
    border: none;
    margin: auto;
        border-spacing: 5px;
    }
    .cpdtable{
    width: 75%;
    border: none;
    margin: auto;
    border-spacing: 10px;
    }
    .contact{
    width: 50%;
    border: 1p solid;
    margin: auto;
        border-spacing: 10px;
    }
    .company{
    width: 65%;
    text-align: justify;
    border: none;
    margin: auto;
}
    .ntable{
    width: 50%;
    border: none;
    margin: auto;
}
    .imgnews {
  max-width: 100%;
    border-radius: 8px;
}
    
}
    
.menlayout{
    display: flex;
    background-color: white;
    padding-left: 1px;
    padding-right: 2px;
}


a:link, a:visited {
 text-decoration: none;
    color: #FFFFFF; 
}

a.class1 {color:dimgray;}
a.class1:link  {text-decoration: none; color: dimgray;}
a.class1:visited {text-decoration: none; color: dimgray;}
a.class1:hover {text-decoration: none; color: #5AAE4E;}
a.class1:active {text-decoration: none; color: dimgray;}

.headline{
    display:flex;
    background-image: linear-gradient(92.88deg, #5AAE4E 9.16%, #5AAE4E 43.89%, #5AAE4E 64.72%);
    align-items: center;
    justify-content: center;
    font-family: "Arial";
    font-size: 0.7rem;
    max-height: 4em;
    min-height: 4em;
    color: #FFFFFF;
    border-radius: 20px 20px 0px 0px;
}
.subline{
    display:flex;
    background-image: linear-gradient(92.88deg, #5AAE4E 9.16%, #5AAE4E 43.89%, #5AAE4E 64.72%);
    align-items: center;
    justify-content: center;
    font-family: "Arial";
    font-size: 0.7rem;
    color: #FFFFFF;
    max-height: 4em;
    min-height: 4em;
    border-radius: 0px 0px 20px 20px;
}
.header{
    display:flex;
    background-color: white;
    align-items: center;
    justify-content: center;
    color:#FFFFFF;

    font-family: "Arial";
    font-size: 4em;
    text-shadow: 3px 3px 4px silver;

    
    height:2em;

}

img {
  max-width: 100%;
  height: auto;
}



.button {
  background-image: linear-gradient(92.88deg, #5AAE4E 9.16%, #5AAE4E 43.89%, #5AAE4E 64.72%);
  border-radius: 8px;
  border-style: none;
  color: #FFFFFF;
  cursor: pointer;
  flex-shrink: 0;
  font-family: "Inter UI","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
font-size: 0.8em;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
  transition: all .5s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
    min-width: 33%;
    max-width: 66%;
    min-height: 4em;
    max-height: 4em;
    align-items: center;
    justify-content: center;
    margin: 1px;
    height: 25px;
}

.bas {
  background-image: linear-gradient(92.88deg, #5AAE4E 9.16%, #5ACC00 66.89%, #5AAE4E 92.72%);
}

.buttoncontact {
  background-image: linear-gradient(92.88deg, #5AAE4E 9.16%, #5AAE4E 43.89%, #5AAE4E 64.72%);
  border-radius: 8px;
  border-style: none;
  color: #FFFFFF;
  cursor: pointer;
  flex-shrink: 0;
  font-family: "Inter UI","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
font-size: 0.9em;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
  transition: all .5s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
    min-width: 33%;
    max-width: 66%;
    min-height: 3em;
    max-height: 3em;
    align-items: center;
    justify-content: center;
    margin: 1px;
}

.buttonCP {
  background-color: white;
    border-color: #455EB5;
  color: #FFFFFF;
  text-align: left;
  text-decoration: none;
  font-size: 1em;
    min-width: 33%;
    max-width: 33%;
    min-height: 1.5em;
    max-height: 1.5em;
    padding: 5px;
box-shadow: 1px 1px 2px #999;
  align-items: center;
    justify-content: center;
    cursor: pointer;
}
.buttonCPr {
  background-color: white;
    border-color: #455EB5   ;
  color: #FFFFFF;
  text-align: left;
  text-decoration: none;
  font-size: 1em;
    min-width: 33%;
    max-width: 33%;
    min-height: 1.5em;
    max-height: 1.5em;
    padding: 5px;
    box-shadow: 1px 1px 2px #999;
    cursor: pointer;
    

  align-items: left;
    justify-content: center;
}



.buttonDP {
  background-image: linear-gradient(92.88deg, #5AAE4E 9.16%, #5AAE4E 43.89%, #5AAE4E 64.72%);
  border-radius: 100% 100% 100% 100%;
  border-style: none;
  color: #FFFFFF;
  cursor: pointer;
  flex-shrink: 0;
  font-family: "Inter UI","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
font-size: 1.2em;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
  transition: all .5s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
    margin: 1px;
    box-shadow: 1px 1px 5px #999;
    padding: 10px;
}

.buttonfacts {
  background-image: linear-gradient(92.88deg, #5AAE4E 9.16%, #5AAE4E 43.89%, #5AAE4E 64.72%);
  border-radius: 40% 40% 40% 40%;
  border-style: none;
  color: #FFFFFF;
  cursor: pointer;
  flex-shrink: 0;
  font-family: "Inter UI","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
font-size: 1.2em;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
  transition: all .5s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
    margin: 1px;
    box-shadow: 1px 1px 5px #999;
    padding: 5px;
}

.button1 {border-radius: 2px;}
.button2 {border-radius: 4px;}
.button3 {border-top-left-radius: 6px;}
.button4 {border-bottom-right-radius: 6px;}
.button5 {border-radius: 50%;} 

.main{
    padding-top: 5px;
    height:auto;
    padding-bottom: 5px;
    padding-left: 1%;
    padding-right: 1%;
    background-color: white;
    border-color: antiquewhite;
    text-align: left;
    font-family: "Arial";
    font-size: 0.9em;
    color: dimgray;

}

.submain{
    padding-top: 50px;
    height:auto;
    padding-bottom: 50px;
    background-color: white;
    border-color: antiquewhite;
    text-align: center;
    font-family: "Arial";
    font-size: 0.9em;
    color: dimgray;

}




.news{
    width: 90%;
    vertical-align: top;
    padding-right: 10px;
    align-content: center;
}
.newshead{
    border-bottom: 0.5px dotted;
    border-bottom-color: dimgray;
    font-weight: bold;
    font-size: 1rem;
}


.ntr{
    border: 1px solid;
    border-bottom-color: aqua;
}
.newscontent{
    text-align: justify;
    color: dimgray;
}
.imprint{
    width: 75%;
    text-align: left;
    border: none;
    margin: auto;
}
