/* Global */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.42857143;
  font-family: 'Quicksand', sans-serif, "Titillium Web", sans-serif;
  color: var(--main-heading-color);
}

.app {
  height: 100%;
  min-height: 100vh;
  background-color: var(--main-bg-color);
  width: 100%;
  float: left;
  background-position: right;
}

.breadcrumb {
  background-color: transparent !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 15px;
  margin-bottom: 0;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

div#overlayMessages {
  position: fixed;
}
div.successbox,
.errorbox {
  border: 1px solid var(--secondary-color);
  padding: 6px 30px 6px 30px;
  margin: 0px 0px 6px 0px;
  background-repeat: no-repeat;
  background-position: center left;
  background-color: var(--secondary-color);
  color: #fff;
}
.successbox {
  width: 100%;
  clear: both;
  display: block;
  background-image: url("/layout/admin/img/2015/success.png");
  border-bottom-right-radius: 10px;
}
.errorbox {
  width: 100%;
  clear: both;
  display: block;
  background-image: url("/layout/admin/img/2015/error.png");
  border-bottom-right-radius: 10px;
}
div#overlayMessages .successbox {
  margin: 0;
  width: auto;
}


div#logo-area {
  background-repeat: no-repeat;
  background-position: center;
}


ol li,
ul li {
  color: var(--main-color);
  list-style-type: none;
}

a {
  color: var(--main-heading-color);
  text-decoration: none !important;
}
a:hover {
  color: var(--secondary-color);
}

input {
  padding: 10px 10px !important;
  border: 1px solid #acacac;
  border-radius: 5px;
}

label {
  font-weight: normal;
}

input[disabled="disabled"],
textarea[disabled="disabled"],
select[disabled] {
  cursor: not-allowed !important;
}

ul.buttonlist li a {
  margin-right: 10px;
  padding: 3px 0px 3px 21px;
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 20px;
}
a.button_img {
  background-image: url("/layout/frontend/manual/img/button_img.gif");
}

/* hamburger menu */
#toggle_navigation,
.hamburger-menu {
  display: none;
}
div#toggle_navigation {
  float: right;
  width: auto;
  padding: 0 !important;
  height: auto;
  background: transparent;
}

.hamburger-menu {
  background: #ececec;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  display: none;
}

#header-area .hamburger-menu li.level_1 {
  padding: 0;
  border-bottom: 1px solid #fff;
}
#header-area .hamburger-menu a {
  padding: 15px 20px !important;
  display: block;
}

#header-area .hamburger-menu li.level_1:last-child {
  border-bottom: 0 !important;
}

#header-area .hamburger-menu li.level_2 {
  padding: 20px 0px;
  color: #fff;
}

#header-area .hamburger-menu li.level_1 {
  list-style-type: none;
}

#toggle_navigation label.hamburg {
  display: block;
  background: transparent;
  width: 55px;
  height: 50px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  margin: 0;
  cursor: pointer;
}

.line {
  position: absolute;
  left: 10px;
  height: 4px;
  width: 35px;
  background: #4b4b4b;
  border-radius: 2px;
  display: block;
  transition: 0.5s;
  transform-origin: center;
}

.line:nth-child(1) {
  top: 12px;
}
.line:nth-child(2) {
  top: 24px;
}
.line:nth-child(3) {
  top: 36px;
}

div#toggle_navigation.active > .hamburg .line:nth-child(1) {
  transform: translateY(12px) rotate(-45deg);
}

div#toggle_navigation.active > .hamburg .line:nth-child(2) {
  opacity: 0;
}

div#toggle_navigation.active > .hamburg .line:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}

/* END hamburger menu */

/* owl */

.owl-nav {
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-50%);
  margin: 0 !important;
}
.owl-nav button {
  position: absolute;
  transform: translateY(-50%);
}
.owl-nav button.owl-prev {
  left: -30px !important;
}
.owl-nav button.owl-next {
  right: -30px !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
  outline: 0 !important;
}

.owl-theme .owl-nav [class*="owl-"] {
  margin: 0 !important;
}

.custom-owl-next {
  width: 20px;
  height: 20px;
  transition: 0.5s;
  transform: rotate(45deg);
  position: relative;
  float: left;
  cursor: pointer;
  background: transparent !important;
  border-top: 2px solid #606060;
  border-right: 2px solid #606060;
}

.custom-owl-previous {
  width: 20px;
  height: 20px;
  transition: 0.5s;
  transform: rotate(-45deg);
  position: relative;
  float: left;
  cursor: pointer;
  background: transparent !important;
  border-top: 2px solid #606060;
  border-left: 2px solid #606060;
}

/* owl */

/* Schriften */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  clear: both;
  font-weight: 700 !important;
  color: var(--main-heading-color);
  margin: 0;
}

h1 {
  font-size: 3.35rem;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 25px;
}

h4,
h5 {
  font-size: 20px;
}

h6 {
  font-size: 17px;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }
}
