/* @linkfarbe: rgba(145,135,115,1); */
@font-face {
  font-family: Hind;
  src: url('../fonts/Hind-Regular.ttf');
  font-weight: normal;
}
@font-face {
  font-family: Hind;
  src: url('../fonts/Hind-Light.ttf');
  font-weight: 200;
}
@font-face {
  font-family: Hind;
  src: url('../fonts/Hind-Medium.ttf');
  font-weight: 400;
}
@font-face {
  font-family: Hind;
  src: url('../fonts/Hind-Semibold.ttf');
  font-weight: 600;
}
@font-face {
  font-family: Hind;
  src: url('../fonts/Hind-Bold.ttf');
  font-weight: 800;
}
body {
  font-family: "Hind", Helvetica, Arial, sans-serif;
}
a {
  color: #8c1e32;
}
a:hover {
  color: #a50a28;
  text-decoration: none;
}
h2 {
  margin: 0;
}
.navbar-nav {
  margin: inherit;
}
nav {
  /*	height: calc(@mosaic_mobile_width_base/(4/11));*/
  float: left;
}
.toggle_menu a:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */
  content: "\e260";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: grey;
  /* adjust as needed */
}
.toggle_menu a.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e259";
  /* adjust as needed, taken from bootstrap.css */
}
/*nav ul {
	height: calc(@mosaic_mobile_width_base/(4/11));
}*/
.nav > li > a {
  margin: inherit;
  padding: 0.3em;
  line-height: 1em;
}
.toolbar div.sprachwahl {
  display: inline;
}
.toolbar a {
  margin-right: 10px;
  color: #A5A5A5;
}
.toolbar a:hover {
  color: black;
}
.toolbar a#searchbox_toggle {
  margin-left: 12px;
}
.toolbar .searchbox {
  width: 250px;
  position: absolute;
}
.toolbar .searchbox button {
  border-radius: 0;
  padding: 4px 6px;
  height: 25px;
}
.toolbar .searchbox input {
  height: 25px;
  font-size: 14px;
  padding: 0px 6px;
}
.dropdown_menu_box > a {
  background-color: #a50a28;
  color: white;
  height: 40px;
  width: 40px;
  display: block;
  padding: 0;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}
.dropdown_menu_box > a:hover,
.dropdown_menu_box > a:focus {
  text-decoration: none;
}
#accordion li.panel {
  margin-bottom: 0px;
  background-color: inherit;
  border: 1px solid white;
  border-radius: inherit;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #a50a28;
}
.container {
  margin: 0 0 0 0px;
  padding: 0;
}
.navbar-nav {
  margin: inherit;
}
.navbar-nav > li > a {
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
}
#accordion li.panel {
  margin-bottom: 0px;
  background-color: inherit;
  border: 1px solid white;
  border-radius: inherit;
}
.menu_overlay {
  width: 180px;
  background-color: #EBEBEB;
  z-index: 100;
  position: absolute;
  left: 40px;
  border-bottom: 1px solid white;
}
.menu_overlay a {
  font-size: 13px;
  font-weight: 200;
}
.menu_overlay ul {
  padding: 0;
  margin: 0;
}
.menu_overlay ul li {
  float: left;
  width: 180px;
  list-style: none;
  border-top: 2px solid white;
}
.menu_overlay ul li a {
  padding: 5px 10px;
  width: 180px;
  height: inherit;
  background-color: transparent;
  color: #333333;
  float: left;
}
.menu_overlay ul li a:hover {
  color: #a50a28;
}
.menu_overlay ul li a.toggle_menu:after {
  float: right;
  width: 12px;
  color: #A5A5A5;
  font-size: 12px;
  margin: 1px 0 0 7px;
  top: 0px;
  font-family: 'Glyphicons Halflings';
  content: "\e260";
}
.menu_overlay ul li a.toggle_menu[aria-expanded="true"]:after {
  content: "\e259";
}
.menu_overlay ul li a.toggle_menu:hover:after {
  color: #a50a28;
}
.menu_overlay ul li.active a {
  color: #a50a28;
  text-decoration: none;
}
.menu_overlay ul li.active a.toggle_menu:after {
  color: #a50a28;
  text-decoration: none;
  content: "\e259";
}
.menu_overlay ul li.active a.toggle_menu[aria-expanded="false"]:after {
  content: "\e260";
}
.menu_overlay ul li.active ul a {
  color: #333333;
}
.menu_overlay ul li ul {
  background-color: #c8c8c8;
}
.menu_overlay ul li ul li {
  width: 177px;
  list-style: none;
  background-color: #d7d7d7;
}
.menu_overlay ul li ul li a {
  margin-left: 1px;
  width: 160px;
}
.menu_overlay ul li ul li a:hover {
  color: #a50a28;
}
.menu_overlay ul li ul li.active a {
  color: #a50a28;
  text-decoration: none;
}
.cross {
  background: #a50a28;
  height: 4.8vw;
  position: absolute;
  width: 0.4vw;
}
.cross:after {
  background: #a50a28;
  content: "";
  height: 0.4vw;
  left: -2vw;
  position: absolute;
  top: 2vw;
  width: 4.8vw;
}
.cross_container {
  position: absolute;
  left: -2.2vw;
  top: -2.2vw;
  background-color: transparent;
  width: 4.8vw;
  height: 4.8vw;
  padding-left: 2vw;
  z-index: 11;
}
footer {
  background-image: url('/img/layout/footer/Tree_of_Life_Footer_Subseiten.png');
  background-size: cover;
  position: relative;
}
footer .footer_content {
  padding: 20px;
}
footer .footer_content .footer_logo img {
  width: 315px;
  max-width: 83vw;
  margin-bottom: 1em;
}
footer .footer_content a {
  color: inherit;
}
footer .footer_content .sectionelementcontent_infotext {
  font-size: 1.2vw;
}
footer .footer_content .footer_imprintdsgvo_wrapper div {
  display: inline-block;
  padding: 0.5vw 1vw 0 0;
}
footer .footer_content .footer_imprintdsgvo_wrapper div a {
  font-size: 12px;
}
footer .footer_transparent_overlay {
  width: calc(40% - 94px);
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  right: 0;
}
/* Desktop */
@media (min-width: 768px) {
  .cross {
    background: #a50a28;
    height: 20px;
    position: absolute;
    width: 2px;
  }
  .cross:after {
    background: #a50a28;
    content: "";
    height: 2px;
    left: -9px;
    position: absolute;
    top: 9px;
    width: 20px;
  }
  .cross_container {
    position: absolute;
    left: -3px;
    top: -10px;
    background-color: transparent;
    width: 20px;
    height: 20px;
    padding-left: 2px;
    z-index: 11;
  }
}
.counter.warning {
  color: orange;
}
.counter.exceeded {
  color: red;
}
