/* English ,Deutsch ,login and book now style */

#en:link, #en:visited {
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

#en:hover, #en:active {
  background-color: none;
  text-decoration: underline;
  color: #f3e53d;
}

#de:link, #de:visited {
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

#de:hover, #de:active {
  background-color: none;
  text-decoration: underline;
  color: #f3e53d;
}

#lo:link, #lo:visited {
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

#lo:hover, #lo:active {
  background-color: none;
  text-decoration: underline;
  color: #f3e53d;
}

#co:link, #co:visited {
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

#co:hover, #co:active {
  background-color: none;
  text-decoration: underline;
  color: #007bff;
}

#et:link, #et:visited {
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

#et:hover, #et:active {
  background-color: none;
  text-decoration: underline;
  color: #007bff;
}

#bs:link, #bs:visited {
  color: #007bff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

#bs:hover, #bs:active {
  background-color: none;
  text-decoration: underline;
  color: none;
}




/*-------------------------------------------------
	Login / Register / Forgot password
-------------------------------------------------------*/
