
@media (max-width: 500px) {

 :root {
      --mediaHeight: 25vh;
      --conHeight: 50vh;
      --varTop: 6vh;  
      --varBottom: max(5vh,20px);
      --varFontSizeH1: 3vh;   
      --varFontSizeH2: 2vh;
      --varFontSizeH3: 2.5vh;
      --varFontSizeText: 2vh;
      --varFontSizeLogo: 2.5vh;
      --varFontSizeTitle: 5px;
      --varFontSizeBottom: 18px;
      --varFontSizeLang: 12px;
      --varH1Padding: 9vh;
      --varMenuTopFontSize: 10px;
      --varMenuTopElementMargin: min(8vw,80px);
      }


#myLinks {
    display: none;
}

body.dark-mode {
    background-color: #121212;
    color: #ffffff;
}

body.dark-mode .topnav,
body.dark-mode .wrapperSubmenu,
body.dark-mode .menuTop,
body.dark-mode .menuLang,
body.dark-mode .subMenuTop,
body.dark-mode footer,

body.dark-mode div.topnav a.icon {
    background-color: #222;
}
body.dark-mode table {
    background-color: #232323;
    border-color: #444;
}

body.dark-mode th, 
body.dark-mode td {
    border-color: #444;
    color: #e0e0e0;
}

body.dark-mode tr:hover {
    background-color: #353535;
}

body.dark-mode .topnav {
    background-color: #333;
}

body.dark-mode .topnav a {
    color: #e0e0e0;
}

body.dark-mode .topnav a:hover, 
body.dark-mode .topnav a.active {
    background-color: #555;
    color: #fff;
}

body.dark-mode #cetLogo {
    background: #222;            
    background-color: #222;      
    color: #e0e0e0;            
}


body.dark-mode .s_tableM td {
    background-color: #333;   
    color: #e0e0e0;         
    padding: 8px;
    font-weight: 400;
    margin-bottom: 0;  
    padding-top: 6px;
    padding-bottom: 6px;
}

body.dark-mode .s_tableM {
    background-color: #444;
     }

body.dark-mode .u_tableM {
    display: block;
    margin-top:  40px;
    overflow-y: auto;
     }


body.dark-mode .u_tableM td {
    background-color: #333;  
    color: #e0e0e0;      
    padding: 6px;
    font-weight: 400;
    margin-bottom: 0;  
    margin-bottom: 0; 

}


body.dark-mode ::-webkit-scrollbar {
    width: 10px;  
}

body.dark-mode ::-webkit-scrollbar-track {
    background: #2a2a2a;  
}

body.dark-mode ::-webkit-scrollbar-thumb {
    background: #444;  
    border-radius: 5px;  
}

/* For Firefox */
body.dark-mode {
    scrollbar-color: #444 #2a2a2a;  
}

body.dark-mode .u_tableM td.ucolor {
    background-color: #444;
  }

body.dark-mode .s_tableM td.sercolor {
    background-color: #E6676B;
}

body.dark-mode .headerMask {
    background-color: #222;
}





#centerContainer{
  width: min(100vw,calc(var(--varMaxWidth)));
  margin-top: 0;
  padding-top: 0;
}

.spacer{
  display: none;
}

.innerContentWrapper{
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  max-width: 900px;
  margin-top: 0;
  margin-bottom: auto;


 }

.titleContent{
  border-radius: 2px;
  margin-bottom: 5vh;
  width: 75vw;
  max-width: 485px;
  height: 8vh;
  background: white;
  vertical-align:middle;
}
.titleContent H1{
    
      margin-top: 2vh;
      text-decoration: none;
      font-family: 'Syncopate', sans-serif;
      color: red;
      text-shadow:  4px 4px 8px grey;
      font-size: min(var(--varFontSizeH1),50px);
      text-align: center;
      background-color: white;
      color: #3b6363;
}




.contentWrapper{
  margin-top: 47px;
  margin-bottom: 0;
  /*height: calc(100vh - 50px - 6vh);*/
}

.formWrapper{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
  background-image: url('../img/4_2.jpg');
  background-size: 100% 100%;
    
}

/* Style sandwitch button to X */

svg{
  width: 20px; 
  height:20px;
}

.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}
.line {
  fill: none;
  stroke: darkslategrey;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

/* Style the navigation menu */

.topnav {
  position: fixed;
  top: 0;
  left: 2vw;
  width: 96%;
  font-family: 'Syncopate', sans-serif;
  overflow: hidden;
  background-color: white;
  z-index: 5;
}

.topnav_index {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Syncopate', sans-serif;
  overflow: hidden;
  background-color: white;
  z-index: 5;
  width: 100%;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  background: darkslategrey;
  /*padding: 14px 16px;*/
  padding: 12px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: white;
  color: darkslategrey;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: white;
  color: darkslategrey;
}

#cetLogo{
  font-size: 20px;
  background: white;
  color:  darkslategrey;
  font-weight: bold;
}

#cetLogo:hover{
  background-color: darkslategrey;
  color: white;
 }

/* Style the active link (or home/logo) */
.active {
  background-color: white;
  color: darkslategrey;
} 

/* Style menu bottom index page */

.menuBottom_index {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: min(100vw,var(--varMaxWidth));
  height: var(--varBottom);
  font: white;
  color: white;
  z-index: 4;
}

.menuBottom_index nav {
display: flex;
align-items: center;
justify-content: center;
margin-left: auto;
margin-right: auto;
width: auto;
height: var(--varBottom);
font-family: 'Syncopate', sans-serif;
} 

.menuBottom_index a {
margin-left:  2vw;
margin-right: 2vw;
text-decoration: none;
font-size: var(--varFontSizeBottom);
float: left;
text-align: center;
}

.menuBottom_index a:hover {
font-weight: 600;
cursor: default;
}

/* Style menu bottom other pages */
.menuBottom {
  left: 0;
  bottom: 0;
  background-color: white;
  width: min(100vw,var(--varMaxWidth));
  height: var(--varBottom);
  z-index: 4;
}

.menuBottom nav {
display: flex;
align-items: center;
justify-content: center;
margin-left: auto;
margin-right: auto;
width: auto;
height: var(--varBottom);
font-family: 'Syncopate', sans-serif;
} 

.menuBottom a {
margin-left:  2vw;
margin-right: 2vw;
text-decoration: none;
font-size: var(--varFontSizeBottom);
float: left;
text-align: center;
color: darkslategrey;
}

.menuBottom a:hover {
font-weight: 600;
cursor: default;
}

.wrapperTop{
  display: none;
}

/* media < 500px end */ 
}


@media (max-width: 500px) {

  /* Mobile scroll table background */
  .u_tableM,
  #u_tableM,
  #u_table_idM,
  #u_table_idM thead,
  #u_table_idM tbody,
  #uTableM {
    background-color: #121212;
  }

  /* Mobile table rows */
  #u_table_idM tr,
  #uTableM tr {
    background-color: #121212;
  }

  /* Mobile table cells */
  #u_table_idM th,
  #u_table_idM td,
  #uTableM td {
    background-color: #121212 !important;
    color: #e0e0e0;
  }

  /* Keep your special status color */
  #uTableM td.ucolor {
    background-color: #444 !important;
  }

}