body{
    background-color: #DDDDDD;
    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;
}
}
    
@media all and (min-width : 1024px) {
    .layout {
    width: 50%;
       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;
}
}
    
.menlayout{
    display: flex;
    background-color: white;
    padding-left: 1px;
    padding-right: 2px;
}


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

.log{
    background-color: darkgray;
    color: #1f365c;
    font-size: x-small;
    text-align: left;
    width: 75%;
    margin: auto;
    font-family:'Courier New', Arial;
    
}

.headline{
    display:flex;
    background-image: linear-gradient(92.88deg, #1f365c 9.16%, #1f365c 43.89%, #1f365c 64.72%);
    align-items: center;
    justify-content: center;
    font-family: "Arial";
    font-size: 0.7rem;
    max-height: 4em;
    min-height: 4em;
    color: #f99a31  ;
    border-radius: 20px 20px 0px 0px;
}
.subline{
    display:flex;
    background-image: linear-gradient(92.88deg, #1f365c 9.16%, #1f365c 43.89%, #1f365c 64.72%);
    align-items: center;
    justify-content: center;
    font-family: "Arial";
    font-size: 0.7rem;
    color: #f99a31;
    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:dimgray;

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

    
    height:2em;

}
.login{
    color:dimgray;
    font-family: "Arial";
    font-size: 1.8em;
    text-shadow: 3px 3px 4px silver;
    height:2em;
}
.loginf{
    color:dimgray;
    font-family: "Arial";
    font-size: 1em;
}
img {
  max-width: 100%;
  height: auto;
}

.button {
  background-image: linear-gradient(92.88deg, #f99a31 9.16%, #f99a31 43.89%, #f99a31 64.72%);
  border-radius: 8px;
  border-style: none;
  color: #1f365c;
  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: 4em;
    max-height: 4em;
    align-items: center;
    justify-content: center;
    margin: 1px;
}

.buttoncontact {
  background-image: linear-gradient(92.88deg, #455EB5 9.16%, #455EB5 43.89%, #455EB5 64.72%);
  border-radius: 8px;
  border-style: none;
  color: #1f365c;
  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-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px solid;
    border-color: #455EB5;
  color: dimgray;
  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-top: 0px;
    border-left: 0px dotted;
    border-right: 0px;
    border-bottom: 0px solid;
    border-color: #455EB5   ;
  color: dimgray;
  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, #455EB5 9.16%, #5643CC 43.89%, #455EB5 64.72%);
  border-radius: 100% 100% 100% 100%;
  border-style: none;
  color: #000066;
  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, #455EB5 9.16%, #455EB5 43.89%, #455EB5 64.72%);
  border-radius: 40% 40% 40% 40%;
  border-style: none;
  color: #000066;
  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; border-bottom-right-radius: 0px;}
.button4 {border-top-left-radius: 0px; border-bottom-right-radius: 6px;}
.button5 {border-radius: 50%;} 

.main{
    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: 33%;
    vertical-align: top;
    padding-right: 10px;
}
.newshead{
    border-bottom: 0.5px dotted;
    border-bottom-color: dimgray;
    font-weight: bold;
    font-size: 1rem;
}
.ntable{
    width: 90%;
    border: none;
    margin: auto;
}

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

.wrap { background: white; margin: auto; width: 70%; }
.wrapxs { background: white; margin: auto; width: 40%; }
.s1 { float: left; width: 40%; background: lightgrey; margin-top: 2px;font-size: 1.2em; height:20px; align-content: center;}
.s2 { float: left; width: 35%; background: lightgrey; margin-top: 2px;font-size: 0.75em; height:20px; align-content: center;}
.s3 { float: left; width: 20%; background: lavender; margin-top: 2px;font-size: 0.75em; height:20px; align-content: center;}
