/*
 * Name: Herr GrayGray
 * Target: Small Screens
 * Author: Leon Watermann
 * Website: leonsdepot.de
 * Version: 1.0.0
 */

/*
 * Elements
 */

/* Structures */

body {
  background-color: #464044;
  background-image: url(../img/backgrounds/bremerhaven_coast_and_hotel__720x405.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

header {
  padding: 20px;
  border-radius: 0px;
  box-shadow: none;
}

#navigation {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: none;
}

#navigation .buttonWithIcon {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

#navigation > #siteNavigation > #siteNavigationButton {
  display: flex;
}

#navigation > #siteNavigation > #siteNavigationBar {
  display: none;
}

#navigation > #siteNavigation > #siteNavigationBar.change {
  width: 100%;
  margin-top: 60px;
  position: absolute;
  left: 0px;
  display: flex;
  flex-direction: column;
  z-index: 99;
  border-radius: 2px;
}

#navigation > #siteNavigation > #siteNavigationBar .buttoNavigation  {
  height: 10vmax;
  min-height: 60px;
  width: 100%;
  border-radius: 0px;
}

#navigation > #siteNavigation > #siteNavigationBar .buttoNavigation:last-child  {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

main {
  padding: 20px;
  border-radius: 0px;
  box-shadow: none;
}

footer {
  padding: 20px;
  border-radius: 0px;
  box-shadow: none;
}

/* Controls */

.buttoNavigation:first-child {
  border-bottom-left-radius: 0px;
}

.buttoNavigation:last-child {
  border-bottom-right-radius: 0px;
}

/* Fonts */

h1 {
  font-size: 14vw;
}

h1::after {
  display: none;
}

/*
 * Spacing
 */

header, #navigation, main, footer {
  margin-bottom: 0px;
}

header {
  margin-top: 10px;
}
