#gritsch-defaultHeader
{
  width: 100%;
  float: left;
}

body
{
  margin: 0px;
}

#gritsch-defaultHeader-content
{
  background: linear-gradient(90deg, rgba(253,253,254,0.8) 0%, rgba(162,172,185,0.8) 100%);
  height: 136px;
  border-bottom: 1px solid #000000;
}

#gritsch-defaultHeader-image
{
  width: 20%;
  float: left;
  margin-left: 10%;
  padding-top: 30px;
}

#defaultHeader-list
{
  width: 65%;
  float: left;
  padding-top: 65px;
}

#defaultHeader-list li
{
  width: 20%;
  float: left;
  list-style-type: none;
}

.defaultHeader-list-short
{
  width: 15% !important;
}

.defaultHeader-list-long
{
  width: 20% !important;
}

#defaultHeader-list a,
#defaultHeader-list 
{
  font-family: "Gotham";
  color: #4d4c4c;
  text-decoration: none;
  font-size: 22px;
}

#defaultHeader-list-menu
{
  cursor: pointer;
}

#defaultHeader-list a:hover,
#defaultHeader-list:hover
{
  text-decoration: underline;
}

.messageText
{
  width: 100%;
  float: left;
  padding: 20px;
}

.messageText.error
{
  background-color: rgba(210, 146, 128, 0.8);
}

.messageText.success
{
  background-color: rgba(212, 237, 218, 0.8);
}

.messageText.info
{
  background-color: rgba(209, 236, 241, 0.8);
}

@font-face {
  font-family: "Gotham";
  src: url("/view/fonts/Gotham Light.otf");
}

@font-face {
  font-family: "Gotham";
  src: url("/view/fonts/Gotham-Black.otf");
  font-weight: bold;
}

@font-face {
  font-family: "Gotham";
  src: url("/view/fonts/Gotham-XLightItalic.otf");
  font-style: italic;
}

body
{
  background-image: url("/view/images/background-default.jpg");
  background-size: 100%;
}

#defaultHeader-userlist
{
  display: none;
  position: absolute;
  right: 11%;
  top: 100px;
  background-color: #e3ebf0;
  padding: 15px;
  min-width: 200px;
  z-index: 99999;
}

#defaultHeader-userlist li
{
  list-style-type: none;
}

#defaultHeader-userlist a
{
  color: #000000;
  text-decoration: none;
  font-family: "Gotham";
  font-size: 18px;
  line-height: 2;
}

#defaultHeader-userlist a:hover
{ 
  text-decoration: underline;
}

#gritsch-defaultHeader-hamburger
{
  display: none;
}

#gritsch-whatsapp
{
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}

#gritsch-whatsapp img
{
  width: 100px;
}

@media only screen and (max-width: 600px)
{

  #gritsch-whatsapp
  {
    bottom: 5px;
    right: 5px;
  }

  #gritsch-whatsapp img
  {
    width: 75px;
  }

  #login-header-logo
  {
    width: 90%;
    margin-left: 8%;
  }

  #login-header-items,
  #defaultHeader-list
  {
    display: none;
    position: absolute;
    width: 60% !important;
    float: left !important;
    background: rgb(198,203,215);
    background: linear-gradient(31deg, rgba(198,203,215,1) 0%, rgba(159,171,183,1) 100%);
    top: 100px;
    padding-top: 0px !important;
    z-index: 999;
  }
  
  #defaultHeader-userlist
  {
    display: none;
    position: absolute;
    top: 300px !important;
    right: inherit !important;
    float: left !important;
    background: rgb(198,203,215);
    background: linear-gradient(140deg, rgba(198,203,215,1) 0%, rgba(159,171,183,1) 100%);
    padding-top: 0px !important;
    z-index: 999;
    width: 62.4%;
  }
  
  #login-header-button
  {
    display: none;
  }

  #gritsch-defaultHeader-hamburger
  {
    display: block;
    width: 10%;
    float: left;
  }

  #img-header-hamburger
  {
    margin-left: 20%;
    width: 150%;
    margin-top: 40px;
    cursor: pointer;
  }

  #img-header-logo,
  #image-defaultHeader-gritsch
  {
    width: 100%;
    padding-top: 20px !important;
  }

  #list-header-items li,
  #defaultHeader-list li
  {
    width: 100% !important;
    float: left !important;
    margin-top: 20px !important;
    margin-left: -20px !important;
  }

  #gritsch-defaultHeader-image
  {
    width: 40%;
    margin-left: 15% !important;
    margin-top: 0px;
    padding-top: 0px;
  }

  #defaultHeader-list
  {
    padding-bottom: 20px;
  }

  #defaultHeader-userlist li
  {
    width: 100%;
    margin-left: 2% !important;
  }
  
  #defaultHeader-userlist li a
  {
    color: #4d4c4c;
    font-size: 22px;
  }

  #defaultHeader-list-menu
  {
    display: none;
  }
}
