/* von: germerott.de */

div#mobile_menu ul {
  display: inline-block;
  clear: both;
  width: auto;
  padding: 0 48px 20px;
}
div#mobile_menu ul li {
  font-size: 18px;
  font-weight: 600;
  list-style-type: none;
  padding: 9px 14px;
}
div#mobile_menu ul li a {
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  color: #4a4a4a;
}
div#mobile_menu ul li a:hover {
  color: #b51827 !important;
}
div#mobile_menu {
  display: none;
}
div#mobile_trigger {
  display: none;
  cursor: pointer;
}
#mobile_menu:after,
#mobile_menu:before {
  display: block;
  content: "";
  clear: both;
}
@font-face {
  font-family: HelveticaNeueLT-Roman;
  src: url(../fonts/HelveticaNeueLT-Roman.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/HelveticaNeueLT-Roman.woff) format("woff"),
    url(../fonts/HelveticaNeueLT-Roman.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: BebasNeueRegular;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/BebasNeue-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/BebasNeue-webfont.woff) format("woff"),
    url(../fonts/BebasNeue-webfont.ttf) format("truetype"),
    url(../fonts/BebasNeue-webfont.svg#BebasNeueRegular) format("svg");
}
@font-face {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=3.0.1)
      format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff?v=3.0.1) format("woff"),
    url(../fonts/fontawesome-webfont.ttf?v=3.0.1) format("truetype");
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
  #normal_menu {
    display: none;
  }
  div#mobile_menu {
    display: block;
  }
}
@media screen and (min-width: 479px) and (max-width: 768px) {
  #normal_menu {
    display: none;
  }
  div#mobile_menu {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  #normal_menu {
    display: none;
  }
  div#mobile_menu {
    display: block;
  }
}
* {
  margin: 0;
  padding: 0;
}
a {
  color: #d50c2f;
  text-decoration: none;
}
div.clear {
  clear: both;
}
div#header div#mobile_menu a#logo {
  display: block;
  height: 80px;
  text-align: right;
}
div#header div#normal_menu {
  z-index: 100;
  padding-left: 0;
  overflow: inherit;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
}
div#header div#normal_menu .logo {
  float: left;
  display: block;
  margin-right: 60px;
  margin-top: 12px;
  padding-left: 35px;
}
div#header div#normal_menu #logo {
  float: none;
  height: 69px;
  display: block;
  width: 206px;
}
div.mobile_trigger {
  display: none;
}
div#body {
  font-family: "Open Sans";
  height: 100%;
  width: 100%;
  z-index: -1;
}
@keyframes stage {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
div#body {
  overflow-x: hidden;
  overflow-y: hidden;
}
#mobile_menu li a[href^="karriere"] > span {
  position: relative;
}
#mobile_menu li a[href^="karriere"] > span > i {
  display: none;
}
#mobile_menu li a[href^="karriere"] > span > i {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #d50c2f;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  bottom: 12px;
  right: -19px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 2px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
@media (max-width: 1050px) {
  #mobile_menu li a[href^="karriere"] > span > i {
    right: -23px;
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Main */

.header-text {
  font-family: "Allura", cursive;
  font-size: 28px;
  font-weight: 400;
  align-self: flex-end;
  margin-bottom: 5px;
  position: relative;
}

#normal_menu {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

#normal_menu::before {
  content: "";
  display: block;
  height: 13px;
  width: 300px;
  background-color: #d50c2f;
  top: 0;
  right: 100px;
  position: absolute;
}
