
@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);
      }


#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 */ 
}