/***********************************\
* IMPORTS
\***********************************/

/***********************************\
* MIXINS
\***********************************/

/***********************************\
* COMPONENTS
\***********************************/

#top-nav {
  position: fixed;
  width: 100%;
  top: 0;
  min-height: 68px;
  color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  background: #2E2E2D;
  font-size: 18px;
  z-index: 999;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#top-nav .navigation-wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 100%;
}

@media screen and (max-width: 1306px) {
  #top-nav .navigation-wrap {
    display: block;
  }
}

#top-nav ul ::before {
  display: none;
}

@media screen and (max-width: 1306px) {
  #top-nav {
    display: block;
    box-shadow: none;
  }
}

#top-nav #axio-logo {
  margin: 17px 20px 0 20px;
}

@media screen and (max-width: 1306px) {
  #top-nav #axio-logo {
    position: fixed;
  }
}

.header_responsiv_icon {
  padding: 1rem;
  text-align: right;
}

.header_responsiv_icon svg {
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 10px;
}

.header_responsiv_icon svg .a {
  stroke: #f07400;
}

@media screen and (min-width: 1306px) {
  .header_responsiv_icon {
    display: none;
  }
}

.header_responsiv_icon #icon_menu_close {
  display: none;
}

.navigation_optional ul {
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
}

.navigation_optional ul > li {
  list-style: none;
}

.navigation_optional ul > li a {
  display: block;
  padding: 0.8rem;
  color: inherit;
  border-bottom: 0.125rem solid transparent;
}

@media screen and (min-width: 1306px) {
  .navigation_optional ul > li a {
    line-height: 2.5rem;
  }
}

.navigation_optional ul > li::before {
  display: none;
}

.header_naviagtion_overlay {
  margin-left: 0;
}

.header_naviagtion_overlay #main-nav {
  display: flex;
}

.header_naviagtion_overlay ul#main-navigation {
  margin: 0;
  padding: 0;
  display: flex;
  overflow: visible;
}

.header_naviagtion_overlay ul#main-navigation > li {
  padding-right: 20px;
  list-style: none;
  white-space: nowrap;
}

.header_naviagtion_overlay ul#main-navigation > li a {
  display: block;
  padding: 0.8rem 0;
  color: inherit;
  border-bottom: 0.125rem solid transparent;
}

@media screen and (max-width: 1306px) {
  .header_naviagtion_overlay ul#main-navigation > li a {
    white-space: normal;
  }
}

@media screen and (min-width: 1306px) {
  .header_naviagtion_overlay ul#main-navigation > li a {
    line-height: 2.5rem;
  }
}

.header_naviagtion_overlay ul#main-navigation > li::before {
  display: none;
}

@media screen and (min-width: 1306px) {
  .header_naviagtion_overlay ul#main-navigation > li {
    display: inline-block;
    transition: border-bottom-color 0.5s ease-in-out;
  }

  .header_naviagtion_overlay ul#main-navigation > li:hover > a {
    border-bottom-color: #f07400;
  }
}

.header_naviagtion_overlay #main-navigation {
  color: #fff;
}

.header_naviagtion_overlay #main-navigation img,
.header_naviagtion_overlay #main-navigation p {
  display: none;
}

@media screen and (min-width: 1306px) {
  .header_naviagtion_overlay #main-navigation img,
  .header_naviagtion_overlay #main-navigation p {
    display: inline-block;
  }
}

.header_naviagtion_overlay #main-navigation li {
  z-index: 50;
}

.header_naviagtion_overlay #main-navigation li div.submenu-container {
  z-index: 40;
  max-height: 0;
  position: absolute;
  opacity: 0;
  display: flex;
  transition: opacity 0.5s;
  left: 0;
  right: 0;
  justify-content: left;
  align-items: flex-end;
  overflow-x: hidden;
  overflow-y: auto;
}

@media screen and (min-width: 1306px) {
  .header_naviagtion_overlay #main-navigation li div.submenu-container {
    display: none;
    box-shadow: 0px 3px 6px #00000029;
    background: #424242;
  }
}

.header_naviagtion_overlay #main-navigation li div.submenu-container .submenu-content-container {
  margin-right: 12px;
  width: 100%;
}

@media screen and (min-width: 1306px) {
  .header_naviagtion_overlay #main-navigation li div.submenu-container .submenu-content-container {
    margin: auto;
    display: flex;
    min-height: 343px;
  }
}

.header_naviagtion_overlay #main-navigation li div.submenu-container .page-description {
  align-self: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 3rem 3rem 3rem 200px;
}

.header_naviagtion_overlay #main-navigation li div.submenu-container .page-description .textbox {
  position: absolute;
  bottom: 0;
  right: -50%;
  width: 234px;
  padding: 20px 20px;
  white-space: normal;
}

.header_naviagtion_overlay #main-navigation li div.submenu-container .page-description .textbox p,
.header_naviagtion_overlay #main-navigation li div.submenu-container .page-description .textbox h3 {
  background-color: unset;
  padding: 0;
}

@media screen and (max-width: 1306px) {
  .header_naviagtion_overlay #main-navigation li div.submenu-container .page-description {
    display: none;
  }
}

.header_naviagtion_overlay #main-navigation li div.submenu-container ul.submenu {
  position: relative;
  display: block;
  padding-left: 283px;
}

@media screen and (min-width: 1306px) {
  .header_naviagtion_overlay #main-navigation li div.submenu-container ul.submenu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 1306px) {
  .header_naviagtion_overlay #main-navigation li div.submenu-container ul.submenu {
    padding: 0;
  }
}

.header_naviagtion_overlay #main-navigation li div.submenu-container ul.submenu li.submenu-item {
  padding: 0.4rem 0.4rem 0.4rem 20px;
  color: inherit;
  width: 100%;
}

@media screen and (min-width: 1306px) {
  .header_naviagtion_overlay #main-navigation li div.submenu-container ul.submenu li.submenu-item {
    padding-right: 1.4rem;
  }
}

.header_naviagtion_overlay #main-navigation li div.submenu-container ul.submenu li.submenu-item > .submenu-button {
  display: none;
}

.header_naviagtion_overlay #main-navigation li div.submenu-container ul.submenu li.submenu-item.sub > ul {
  display: block;
}

.header_naviagtion_overlay #main-navigation li div.submenu-container ul.submenu li.submenu-item > ul {
  display: none;
}

.header_naviagtion_overlay #main-navigation li div.submenu-container ul.submenu li.submenu-item > ul > li:hover {
  color: #f07400;
}

.header_naviagtion_overlay #main-navigation li div.submenu-container ul.submenu li.submenu-item > ul > li:hover a {
  color: #f07400;
}

@media screen and (min-width: 1306px) {
  .header_naviagtion_overlay #main-navigation li div.submenu-container ul.submenu li.submenu-item:hover > ul {
    top: 0;
    bottom: 0;
    left: 100%;
    display: block !important;
    position: absolute;
    z-index: 100;
    padding: 0 40px 40px 40px;
  }
}

.header_naviagtion_overlay #main-navigation li div.submenu-container ul.submenu li.submenu-item {
  display: block;
  border-bottom: none;
  transition: all 0.3s;
}

.header_naviagtion_overlay #main-navigation li div.submenu-container ul.submenu li.submenu-item > a {
  padding: 0.4rem 0;
}

.header_naviagtion_overlay #main-navigation li div.submenu-container ul.submenu li.submenu-item:hover > a {
  color: #f07400;
}

.header_naviagtion_overlay #main-navigation li div.submenu-container:hover {
  max-height: 100vh;
  opacity: 1;
  display: block;
}

.header_naviagtion_overlay #main-navigation li div.submenu-container:hover ~ div.background-div {
  height: 500px;
  width: 100%;
  background: white;
}

@media screen and (max-width: 1306px) {
  .header_naviagtion_overlay #main-navigation li div.submenu-container {
    position: relative;
    justify-content: flex-start;
    border-top: none !important;
  }

  .header_naviagtion_overlay #main-navigation li div.submenu-container ul {
    margin-left: 1rem;
  }
}

.header_naviagtion_overlay #main-navigation li:hover > div.submenu-container {
  overflow: visible;
  position: absolute;
  max-height: 100vh;
  opacity: 1;
  display: flex;
}

.header_naviagtion_overlay .navigation_optional {
  margin-top: 5rem;
  color: #f07400;
}

.header_naviagtion_overlay .navigation_optional li {
  white-space: nowrap;
  padding-right: 20px;
}

.header_naviagtion_overlay .navigation_optional li a {
  transition: all 0.5s ease-in-out;
  padding: 0.8rem 0;
}

.header_naviagtion_overlay .navigation_optional li a svg {
  height: 28px;
  margin: auto;
}

.header_naviagtion_overlay .navigation_optional li a svg .a {
  stroke: #f07400;
  transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 1306px) {
  .header_naviagtion_overlay .navigation_optional li:hover {
    border-bottom-color: transparent !important;
  }
}

@media screen and (min-width: 1306px) {
  .header_naviagtion_overlay .navigation_optional {
    margin-top: 0;
  }
}

.header_naviagtion_overlay .navigation_optional #modus-icon {
  display: inline-block;
}

.header_naviagtion_overlay .navigation_optional #modus-icon-dark {
  display: none;
}

.header_naviagtion_overlay .submenu-button {
  display: none;
}

@media screen and (max-width: 1306px) {
  .header_naviagtion_overlay {
    flex-direction: column;
    justify-content: space-between;
    overflow: auto;
    transition: height ease-in-out 0.5s;
    height: 0;
    opacity: 0;
  }

  .header_naviagtion_overlay .submenu-button {
    cursor: pointer;
    display: inline-flex;
    float: right;
    width: 20px;
    height: 54px;
  }
}

.header_naviagtion_overlay.open {
  height: 91vh;
  opacity: 1;
  max-width: 900px;
  width: 100%;
  padding: 20px;
  margin: auto;
}

.header_naviagtion_overlay.open li:hover > a {
  color: #f07400 !important;
}

.header_naviagtion_overlay.open ul#main-navigation,
.header_naviagtion_overlay.open ul {
  display: block;
  width: 100%;
}

.header_naviagtion_overlay.open ul#main-navigation li.menu-li-1,
.header_naviagtion_overlay.open ul li.menu-li-1 {
  position: relative;
}

.header_naviagtion_overlay.open ul#main-navigation li.menu-li-1 .submenu-button svg,
.header_naviagtion_overlay.open ul li.menu-li-1 .submenu-button svg {
  margin: auto;
}

.header_naviagtion_overlay.open ul#main-navigation li.menu-li-1 .submenu-button svg .a,
.header_naviagtion_overlay.open ul li.menu-li-1 .submenu-button svg .a {
  stroke: #f07400;
}

.header_naviagtion_overlay.open ul#main-navigation li.menu-li-1 .submenu-container,
.header_naviagtion_overlay.open ul li.menu-li-1 .submenu-container {
  position: relative;
  display: none;
}

.header_naviagtion_overlay.open ul#main-navigation li.menu-li-1 .submenu-container .submenu,
.header_naviagtion_overlay.open ul li.menu-li-1 .submenu-container .submenu {
  width: 100%;
}

.header_naviagtion_overlay.open ul#main-navigation li.menu-li-1 .submenu-container .submenu li.submenu-item.sub > ul,
.header_naviagtion_overlay.open ul li.menu-li-1 .submenu-container .submenu li.submenu-item.sub > ul {
  padding: 0;
  display: block;
}

.header_naviagtion_overlay.open ul#main-navigation li.menu-li-1 .submenu-container .submenu li.submenu-item.sub > .submenu-button,
.header_naviagtion_overlay.open ul li.menu-li-1 .submenu-container .submenu li.submenu-item.sub > .submenu-button {
  display: inline-flex;
  height: 41px;
}

.header_naviagtion_overlay.open ul#main-navigation li.menu-li-1 a,
.header_naviagtion_overlay.open ul li.menu-li-1 a {
  display: inline-block;
}

.header_naviagtion_overlay.open ul#main-navigation li.menu-li-1.m-open > span.submenu-button > svg,
.header_naviagtion_overlay.open ul li.menu-li-1.m-open > span.submenu-button > svg {
  transform: rotateZ(90deg);
}

.header_naviagtion_overlay.open ul#main-navigation li.menu-li-1.m-open > ul,
.header_naviagtion_overlay.open ul li.menu-li-1.m-open > ul {
  display: block !important;
  width: 100%;
}

.header_naviagtion_overlay.open ul#main-navigation li.menu-li-1.m-open .submenu-container,
.header_naviagtion_overlay.open ul li.menu-li-1.m-open .submenu-container {
  max-height: unset;
  opacity: 1;
  display: flex;
}

.header_naviagtion_overlay.open ul#main-navigation li.m-open > span.submenu-button > svg,
.header_naviagtion_overlay.open ul li.m-open > span.submenu-button > svg {
  transform: rotateZ(90deg);
}

.header_naviagtion_overlay.open ul#main-navigation li.m-open > ul,
.header_naviagtion_overlay.open ul li.m-open > ul {
  display: block !important;
}

@media screen and (min-width: 1306px) {
  .header_naviagtion_overlay {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;
    width: calc(100% - 300px);
  }
}

#hero-image {
  overflow-x: hidden;
  position: relative;
}

#hero-image img {
  width: auto;
  height: 16rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
}

@media screen and (max-width: 798px) {
  #hero-image img {
    max-width: unset;
  }
}

#hero-image div {
  text-align: center !important;
}

#hero-image div img {
  text-align: center !important;
}

@media screen and (max-width: 798px) {
  #hero-image h1 {
    display: none;
  }
}

@media screen and (min-width: 798px) {
  #hero-image img {
    width: 100% !important;
    height: auto;
  }

  #hero-image h1 {
    position: absolute;
    right: 15%;
    bottom: 2rem;
    font-weight: bold;
    max-width: 480px;
    text-align: right;
  }
}

footer {
  position: relative;
  background: #2E2E2D;
  color: #fff;
  min-height: 8rem;
}

footer h1,
footer h2,
footer h4,
footer p {
  color: #fff;
}

footer form .form-group {
  margin-bottom: 0;
}

footer form .form-group:focus-within label.control-label,
footer form .form-group.notempty label.control-label {
  color: white !important;
}

footer form .form-group input.form-control {
  background-color: transparent;
  color: white !important;
}

footer form button.btn {
  background: none;
  outline: none;
  border: none;
  color: #f07400;
  font-weight: 600;
}

footer form button.btn:hover,
footer form button.btn:active,
footer form button.btn:focus {
  background: none !important;
  outline: none;
  border: none;
  color: white;
}

footer form button.btn::before {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS4yMDYiIGhlaWdodD0iMTQuODI4IiB2aWV3Qm94PSIwIDAgMTUuMjA2IDE0LjgyOCI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6bm9uZTtzdHJva2U6I2YwNzQwMDtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2Utd2lkdGg6MnB4O308L3N0eWxlPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjc4LjUgLTE1NjYuMDg2KSI+PGxpbmUgY2xhc3M9ImEiIHgyPSIxMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjc5LjUgMTU3My41KSIvPjxwYXRoIGNsYXNzPSJhIiBkPSJNMjY4LjUsMTYwOS4zbDYtNiw2LDYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE4OTUuNTk2IDEyOTkpIHJvdGF0ZSg5MCkiLz48L2c+PC9zdmc+") no-repeat;
  background-position: center;
  border-radius: 0;
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.5rem;
}

footer .map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

footer a:active,
footer a:focus {
  color: #f07400;
}

footer a:hover {
  color: white;
}

.footer_responsiv_icon {
  display: block;
  text-align: center;
  cursor: pointer;
  padding: 50px 0 25px 0;
}

.footer_responsiv_icon svg {
  transform: rotateZ(90deg);
}

@media (max-width: 767px) {
  .footer_responsiv_icon svg {
    height: 60px;
  }
}

.footer_responsiv_icon svg .a,
.footer_responsiv_icon svg .b,
.footer_responsiv_icon svg .d {
  stroke: #fff;
}

.footer_responsiv_icon svg:hover .a,
.footer_responsiv_icon svg:hover .b,
.footer_responsiv_icon svg:hover .d {
  stroke: #f07400;
}

@media screen and (min-width: 1306px) {
  .footer_responsiv_icon {
    display: none;
  }
}

.footer_flex {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
  justify-content: space-between;
}

@media (max-width: 1650px) {
  .footer_flex {
    justify-content: space-evenly;
  }
}

@media screen and (max-width: 1306px) {
  .footer_flex .footer_flex_section {
    max-width: 50%;
    margin-bottom: 80px;
  }
}

.footer_flex #footer-1 {
  max-width: 257px;
}

@media (max-width: 767px) {
  .footer_flex #footer-1 {
    max-width: 80%;
  }
}

.footer_flex #footer-2 {
  max-width: 260px;
}

@media (max-width: 767px) {
  .footer_flex #footer-2 {
    max-width: 80%;
  }
}

.footer_flex #footer-3 {
  max-width: 400px;
}

@media (max-width: 767px) {
  .footer_flex #footer-3 {
    max-width: 80%;
  }
}

.footer_flex #footer-4 {
  max-width: 110px;
}

@media (max-width: 767px) {
  .footer_flex #footer-4 {
    max-width: 80%;
  }
}

.footer_flex .footer_flex_section {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

@media (max-width: 1199px) {
  .footer_flex .footer_flex_section {
    flex-basis: 40%;
  }
}

@media (max-width: 767px) {
  .footer_flex .footer_flex_section {
    flex-basis: 80%;
  }
}

@media (max-width: 1199px) {
  .footer_flex .footer_flex_section {
    width: 50%;
    display: block;
    max-width: 80%;
  }
}

.footer_flex .footer_flex_section h4 {
  color: #fff;
  font-weight: lighter;
}

.footer_flex .footer_flex_section h4 span {
  color: #f07400;
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
  display: block;
}

.footer_flex .footer_flex_section ul li {
  color: #f07400;
  margin: 1rem 0;
}

.footer_flex .footer_flex_section ul li::before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS4yMDYiIGhlaWdodD0iMTQuODI4IiB2aWV3Qm94PSIwIDAgMTUuMjA2IDE0LjgyOCI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6bm9uZTtzdHJva2U6I2YwNzQwMDtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2Utd2lkdGg6MnB4O308L3N0eWxlPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjc4LjUgLTE1NjYuMDg2KSI+PGxpbmUgY2xhc3M9ImEiIHgyPSIxMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjc5LjUgMTU3My41KSIvPjxwYXRoIGNsYXNzPSJhIiBkPSJNMjY4LjUsMTYwOS4zbDYtNiw2LDYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE4OTUuNTk2IDEyOTkpIHJvdGF0ZSg5MCkiLz48L2c+PC9zdmc+") no-repeat;
  background-position: center;
  border-radius: 0;
  width: 0.8rem;
  height: 0.8rem;
}

.footer_flex .footer_flex_section span {
  font-weight: lighter;
  font-size: 2rem;
  display: block;
}

.footer_flex .footer_flex_section img {
  width: 100%;
  height: auto;
}

section.content_breadcrumb {
  display: none;
  margin: 1rem auto 2rem auto;
}

@media screen and (min-width: 1306px) {
  section.content_breadcrumb {
    max-width: 90%;
  }
}

@media screen and (min-width: 798px) {
  section.content_breadcrumb {
    display: block;
  }
}

section.content_breadcrumb ul li {
  display: inline-block;
}

section.content_breadcrumb ul li::before {
  display: none;
}

section.content_breadcrumb ul li::after {
  content: "";
  padding: 0 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  color: #f07400;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2LjMyOCIgaGVpZ2h0PSI5LjgyOCIgdmlld0JveD0iMCAwIDYuMzI4IDkuODI4Ij48ZGVmcz48c3R5bGU+LmF7ZmlsbDpub25lO3N0cm9rZTojZjA3NDAwO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS13aWR0aDoycHg7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJhIiBkPSJNMTA1Mi45OTMsNjM2LjA1MmwzLjUsMy41LTMuNSwzLjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDUxLjU3OSAtNjM0LjYzOCkiLz48L3N2Zz4=") no-repeat;
  background-position: center;
}

section.content_breadcrumb ul li:last-child {
  font-weight: bold;
}

section.content_breadcrumb ul li:last-child::after {
  display: none;
}

section.content_breadcrumb ul li a {
  color: inherit;
}

/***********************************\
* DCE
\***********************************/

#phone {
  position: fixed;
  z-index: 20;
  bottom: 3rem;
  right: 3rem;
  height: 63px;
  background: #f07400;
  transition: all 0.3s;
  font-size: 16px;
  padding: 1rem 0.8rem 0.8rem 1rem;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  box-shadow: 0.3rem 0.3rem 0.5rem #00000029;
}

#phone .subheader span {
  font-weight: 600 !important;
}

#phone svg {
  vertical-align: unset;
}

#phone svg path {
  stroke: #fff;
}

@media screen and (min-width: 1306px) {
  #phone {
    bottom: 8rem;
    right: 3rem;
  }
}

#phone div.footer_flex_section {
  color: #fff;
  display: none;
  opacity: 0;
  transition: all 0.9s;
  margin-left: 1rem;
  padding-right: 0.5rem;
  flex-direction: column;
  justify-content: center;
}

#phone div.footer_flex_section h4 {
  color: #fff;
  font-weight: lighter;
  margin: 0;
}

#phone div.footer_flex_section h4 span {
  display: block;
  font-weight: normal;
  text-transform: none;
  font-size: 1rem;
  color: #2E2E2D;
}

#phone div.footer_flex_section span {
  font-weight: lighter;
}

#phone div.footer_flex_section a {
  color: inherit;
}

#phone div.footer_flex_section .text-heighlight {
  color: #2E2E2D;
}

#phone:hover {
  min-height: 15rem;
  min-width: 16.6rem;
  height: unset;
  width: 360px;
  max-width: calc(100vw - 3rem);
  padding: 2rem 1rem 1rem 2rem;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#phone:hover div {
  display: flex;
  opacity: 1;
}

.dce-downloads .text-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.dce-downloads .text-container .left-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dce-downloads .text-container .left-col .subheader,
.dce-downloads .text-container .left-col h2 {
  margin: 0;
}

.dce-downloads .text-container .right-col {
  padding: 14px 0;
}

.dce-downloads .text-container .right-col .download_fileinfo {
  padding-right: 30px;
}

@media (max-width: 767px) {
  .dce-downloads .text-container .right-col {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
  }
}

.frame:not(.news_pi1):not(.ke_search_pi2) ul:not(.no-list-style) li:not(.no-list-style)::before {
  display: block;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #f07400;
  border-radius: 50%;
  margin-left: -14px;
  margin-bottom: -18px;
}

.frame:not(.news_pi1):not(.ke_search_pi2) ul:not(.no-list-style) li:not(.no-list-style) ul li:not(.no-list-style)::before {
  display: block;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #f07400;
  background: transparent;
  border-radius: 50%;
  margin-left: -14px;
  margin-bottom: -18px;
}

.top-content {
  padding-bottom: 40px;
}

.top-content div.frame {
  max-width: 820px;
  margin: auto;
}

.bottom-content {
  background: #f4f4f4;
  padding: 30px 0;
}

.bottom-content .frame {
  padding: 30px 0;
}

.bottom-content .frame.dce-downloads {
  padding: 0 0;
}

.bottom-content .frame.dce-downloads div.color-background {
  padding: 0;
}

.bottom-content .frame.dce-downloads:nth-of-type(1) {
  padding-top: 30px;
}

.bottom-content .frame.dce-downloads:nth-of-type(1) div.color-background {
  padding-top: 40px;
}

.bottom-content .frame.dce-downloads:nth-last-of-type(1) {
  padding-bottom: 30px;
}

.bottom-content .frame.dce-downloads:nth-last-of-type(1) div.color-background {
  padding-bottom: 40px;
}

.bottom-content .frame.news_pi1 {
  width: 100%;
  max-width: 100%;
}

.bottom-content .frame header {
  margin-left: 20%;
}

@media (max-width: 767px) {
  .bottom-content .frame header {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.bottom-content .frame div.color-background {
  position: relative;
  padding: 40px 0;
  margin-left: -15px;
  overflow-x: hidden;
}

.bottom-content .frame div.color-background:before {
  content: "";
  background-color: #f07400;
  width: 27vw;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.bottom-content .frame div.content {
  display: inline-block;
  max-width: 1140px;
  width: 80%;
  margin-left: 15%;
  margin-right: 25%;
  position: relative;
  background: white;
  padding: 60px 40px;
}

@media (max-width: 767px) {
  .bottom-content .frame div.content {
    margin-left: 20px;
    width: calc(100% - 40px);
    margin-right: 20px;
    padding: 25px;
  }
}

.bottom-content .frame div.content-news {
  display: inline-block;
  width: 100%;
  margin-left: 20%;
}

@media (max-width: 767px) {
  .bottom-content .frame div.content-news {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/***********************************\
* NEWS
\***********************************/

.news {
  position: relative;
}

.news .news-list-view.no-slick-slider {
  max-width: 80%;
  display: flex;
  flex-wrap: wrap;
}

.news .news-list-view.no-slick-slider .article {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  min-height: 400px;
}

.news .btn-icon svg {
  transform: rotateZ(270deg);
}

.news .arrow-container {
  position: absolute;
  left: calc(-10% - 35px);
  width: 10%;
  top: calc(50% - 50px);
  text-align: center;
}

@media (max-width: 767px) {
  .news .arrow-container {
    display: none !important;
  }
}

.news .slick-arrow {
  display: block;
  border: 0;
  cursor: pointer;
  font-size: 0;
  padding-bottom: 20px;
}

.news .slick-arrow svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  overflow: visible;
}

.news .slick-arrow svg .a,
.news .slick-arrow svg .b,
.news .slick-arrow svg .c,
.news .slick-arrow svg .d {
  stroke: #fff;
}

.news .slick-arrow svg .c {
  display: none;
}

.news .slick-arrow:hover svg .a,
.news .slick-arrow:hover svg .b,
.news .slick-arrow:hover svg .c,
.news .slick-arrow:hover svg .d {
  stroke: #2E2E2D;
}

.news .news-list-view {
  max-width: 100%;
}

.news .news-list-view .article {
  background-color: white;
  margin-right: 20px;
  width: 400px !important;
  position: relative;
}

@media (max-width: 767px) {
  .news .news-list-view .article {
    min-width: 280px !important;
    max-width: 90vw;
  }
}

.news .news-list-view .article .headline {
  color: #2E2E2D;
  margin: 0;
}

.news .news-list-view .article .headline a {
  color: inherit;
}

.news .news-list-view .article .teaser-text,
.news .news-list-view .article .header,
.news .news-list-view .article .more {
  padding: 10px;
}

.news .news-list-view .article .teaser-text {
  padding-bottom: 50px;
}

.news .news-list-view .article .more {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.news .news-list-view .article .news-list-date {
  color: #f07400;
  font-weight: 500;
}

.news .news-list-view .slick-dots {
  position: absolute;
  left: calc(-10% - 35px);
  top: calc(50% + 150px);
  display: flex !important;
  padding: 0;
  width: 10%;
}

.news .news-list-view .slick-dots > li {
  flex-grow: 1;
}

.news .news-list-view .slick-dots > li.slick-active button {
  background-color: #2E2E2D;
}

@media (max-width: 767px) {
  .news .news-list-view .slick-dots {
    display: none !important;
  }
}

.news .news-list-view .slick-dots button {
  font-size: 0;
  width: 100%;
  height: 2px;
  background: white;
  border: none;
}

.news .news-list-view .slider {
  width: 400px;
  background: black;
}

.news .news-list-view .slider .ui-slider-handle {
  display: block;
  width: 40px;
  height: 20px;
  cursor: pointer;
  position: relative;
}

.news.news-single {
  padding: 50px 0;
}

.news.news-single .news-img-wrap {
  margin-bottom: 2rem;
}

.news.news-single .headline {
  color: #2E2E2D;
  font-weight: 300;
  margin: 0;
}

.news.news-single .headline a {
  color: inherit;
}

.news .news-backlink-wrap {
  text-transform: uppercase;
}

.js-map {
  max-width: 100%;
}

.js-map div.gmnoprint,
.js-map div.gmnoscreen {
  display: none;
}

.js-map img[src="http://maps.gstatic.com/mapfiles/google_white.png"] {
  display: none;
}

form,
.kesearchbox {
  margin-top: 2rem;
}

form textarea:hover,
form input:not([type=checkbox]):hover,
form input:not([type=checkbox]):focus,
form input:not([type=checkbox]):active,
form textarea:active,
form textarea:focus,
form button:focus,
form button:active,
form button:hover,
form label:focus,
form .form-control:focus,
form .btn:active,
form .btn.active,
.kesearchbox textarea:hover,
.kesearchbox input:not([type=checkbox]):hover,
.kesearchbox input:not([type=checkbox]):focus,
.kesearchbox input:not([type=checkbox]):active,
.kesearchbox textarea:active,
.kesearchbox textarea:focus,
.kesearchbox button:focus,
.kesearchbox button:active,
.kesearchbox button:hover,
.kesearchbox label:focus,
.kesearchbox .form-control:focus,
.kesearchbox .btn:active,
.kesearchbox .btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
  border-color: #f07400;
}

form .form-group,
.kesearchbox .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
}

form .form-group label.control-label,
.kesearchbox .form-group label.control-label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 22px;
  top: 17px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

form .form-group:focus-within label.control-label,
form .form-group.notempty label.control-label,
.kesearchbox .form-group:focus-within label.control-label,
.kesearchbox .form-group.notempty label.control-label {
  top: -25px;
  font-size: 14px;
  font-weight: 600;
  color: #282828;
}

form .form-group input[type=text],
form .form-group input[type=email],
form .form-group input[type=tel],
form .form-group select,
form .form-group textarea,
.kesearchbox .form-group input[type=text],
.kesearchbox .form-group input[type=email],
.kesearchbox .form-group input[type=tel],
.kesearchbox .form-group select,
.kesearchbox .form-group textarea {
  height: 60px;
  padding: 16px 19px;
  border-radius: 0;
  border-color: #f07400;
}

form .form-group textarea,
.kesearchbox .form-group textarea {
  height: 288px;
}

form .form-group .input.checkbox .form-check,
.kesearchbox .form-group .input.checkbox .form-check {
  padding: 0;
}

form .form-group .input.checkbox .form-check input[type=checkbox],
.kesearchbox .form-group .input.checkbox .form-check input[type=checkbox] {
  box-shadow: none;
  width: 20px;
  height: 20px;
  margin-left: 0px;
  padding-right: 15px;
}

form .form-group .input.checkbox .form-check input[type=checkbox] ~ span:first-of-type,
.kesearchbox .form-group .input.checkbox .form-check input[type=checkbox] ~ span:first-of-type {
  padding-left: 5px;
}

form .form-group .input.checkbox .form-check input[type=checkbox] ~ span:first-of-type:before,
.kesearchbox .form-group .input.checkbox .form-check input[type=checkbox] ~ span:first-of-type:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #fff;
  border: 2px solid #f07400;
  left: 0;
}

form .form-group .input.checkbox .form-check input[type=checkbox] ~ span:first-of-type:after,
.kesearchbox .form-group .input.checkbox .form-check input[type=checkbox] ~ span:first-of-type:after {
  content: "";
}

form .form-group .input.checkbox .form-check input[type=checkbox]:checked ~ span:after,
.kesearchbox .form-group .input.checkbox .form-check input[type=checkbox]:checked ~ span:after {
  content: "";
  visibility: visible;
  position: absolute;
  z-index: 10;
  width: 7px;
  height: 12px;
  border-bottom: 2px solid #2E2E2D;
  border-right: 2px solid #2E2E2D;
  transform: rotate(45deg);
  left: 6px;
  top: 2px;
}

form form button,
form form input[type=submit],
.kesearchbox form button,
.kesearchbox form input[type=submit] {
  width: 340px;
  max-width: 100%;
  height: 66px;
  border: 1px solid #f07400;
  background-color: transparent;
  border-radius: 0;
  text-align: center;
  display: block;
  color: #2E2E2D;
  font-weight: 600;
  position: relative;
}

form form button:after,
form form input[type=submit]:after,
.kesearchbox form button:after,
.kesearchbox form input[type=submit]:after {
  content: url("/fileadmin/templates/bohlsener-muehle.de/img/icon/arrow-icon.svg");
  width: 25px;
  right: 15%;
  bottom: 13px;
  position: absolute;
}

@media (max-width: 1087px) {
  form form button:after,
  form form input[type=submit]:after,
  .kesearchbox form button:after,
  .kesearchbox form input[type=submit]:after {
    display: none;
  }
}

form form button:hover,
form form input[type=submit]:hover,
.kesearchbox form button:hover,
.kesearchbox form input[type=submit]:hover {
  background-color: transparent;
  border-color: #f07400;
  color: #2E2E2D;
}

form form select,
.kesearchbox form select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}

form form .form-group:focus-within label[for*=singleselect] ~ div.input::after,
form form .form-group.notempty label[for*=singleselect] ~ div.input::after,
.kesearchbox form .form-group:focus-within label[for*=singleselect] ~ div.input::after,
.kesearchbox form .form-group.notempty label[for*=singleselect] ~ div.input::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}

label[for=kontaktformular-256-multicheckbox-1],
label[for=contactform-298-multicheckbox-1] {
  display: none;
}

footer form input {
  background: transparent;
}

.tx-kesearch-pi1 .hit {
  font-weight: 600;
}

.tx-kesearch-pi1 input[type=text] {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
  border: 2px solid #f07400;
}

.tx-kesearch-pi1 .result-title {
  font-weight: 600;
}

.tx-kesearch-pi1 .resetbutt a span,
.tx-kesearch-pi1 .submitbutt input {
  padding: 0.5rem 1rem;
  background-color: white;
  border: 2px solid #f07400;
  border-radius: 0;
  color: #2E2E2D;
  transition: all 0.3s;
  text-transform: uppercase;
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tx-kesearch-pi1 .resetbutt a span:focus,
.tx-kesearch-pi1 .submitbutt input:focus {
  outline: none;
  box-shadow: none;
}

.tx-kesearch-pi1 .resetbutt a span:hover,
.tx-kesearch-pi1 .submitbutt input:hover {
  background: #f07400;
  border-color: #f07400;
  color: #fff;
}

.tx-kesearch-pi1 .resetbutt a span:active,
.tx-kesearch-pi1 .submitbutt input:active {
  background: #f07400 !important;
  border-color: #f07400 !important;
}

.tx-kesearch-pi1 #ke_search_sword {
  padding: 0.5rem 1rem;
}

.tx-kesearch-pi1 .kesearch_pagebrowser ul {
  padding: 0;
}

.tx-kesearch-pi1 .kesearch_pagebrowser ul li {
  padding-right: 10px;
  padding-top: 15px;
  display: inline-block;
  font-weight: 600;
}

.tx-kesearch-pi1 .kesearch_pagebrowser ul li a.current {
  color: #2E2E2D;
}

.tx-kesearch-pi1 .kesearch_pagebrowser ul li:before {
  display: none;
}

* {
  box-sizing: border-box;
  font-family: futura-pt;
  color: inherit;
}

:focus {
  outline: none;
}

html,
body {
  background: #fff;
}

body {
  font-size: 18px;
  overflow-x: hidden;
  padding-top: 59px;
}

input:not[type=submit],
textarea,
select {
  border: 2px solid #f07400 !important;
  background: none;
  outline: none;
  width: 100%;
  padding: 0.3rem;
}

ul {
  list-style: none;
}

ul.no-list-style {
  padding: 0;
}

h1,
h2,
.headline {
  font-family: futura-pt;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
}

h3,
h4,
.subline {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

h5,
h6 {
  font-size: 1.75rem;
}

h3,
h4,
h5,
h6 {
  color: #2E2E2D;
}

strong {
  font-weight: 600;
}

.subheader {
  color: #f07400;
  font-size: 18px;
  font-weight: 600;
}

a {
  color: #f07400;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #2E2E2D;
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1px !important;
}

.container-big {
  max-width: 1610px;
}

.color-highlight {
  color: #f07400;
}

strong {
  font-weight: 600;
}

.btn {
  padding: 0.5rem 1rem;
  background-color: white;
  border: 2px solid #f07400;
  border-radius: 0;
  color: #2E2E2D;
  transition: all 0.3s;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn:hover {
  background: #f07400;
  border-color: #f07400;
  color: #fff;
}

.btn:active {
  background: #f07400 !important;
  border-color: #f07400 !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.btn-icon {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  color: #2E2E2D;
}

.btn-icon span {
  transition: all 0.3s;
  color: #2E2E2D !important;
}

.btn-icon svg {
  margin-left: 0.8rem;
}

.btn-icon svg .a {
  transition: all 0.3s;
  stroke: #f07400;
}

.btn-icon:hover span {
  color: #fff !important;
}

.btn-icon:hover svg .a {
  stroke: #fff;
}

section.contant_mainpage {
  margin: 1rem auto 2rem auto;
}

section.contant_mainpage h3 {
  font-weight: lighter;
}

section.contant_mainpage h3 span {
  display: block;
  color: #f07400;
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
}

section.content_news {
  background: #D2D2D4;
  padding: 5rem 0 3rem 0;
  position: relative;
  width: 100%;
  z-index: 8;
}

section.content_news div {
  position: relative;
  z-index: 10;
}

section.content_news div h5,
section.content_news div h6 {
  font-weight: lighter;
}

section.content_news div span {
  color: #f07400;
}

section.content_news div p {
  margin-bottom: 0;
}

section.content_news div img {
  width: 100%;
}

section.content_news div.headline-container {
  position: absolute;
  top: 1rem;
  width: 100%;
  color: #2E2E2D;
}

section.content_news div.headline-container h4 {
  font-weight: lighter;
}

section.content_news div.bg-container {
  bottom: 100px;
  background-color: #2E2E2D;
  left: 0;
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 9;
}

@media screen and (min-width: 798px) {
  section.content_news div.bg-container {
    bottom: 2rem;
    right: auto;
    top: 4rem;
    width: 25%;
  }
}

section.content_news div.text-container {
  padding: 1.5rem;
  background-color: #fff;
}

section.content_news div.news-article {
  background: #fff;
  padding: 0;
}

section.content_news div.news-article p,
section.content_news div.news-article h5,
section.content_news div.news-article h6,
section.content_news div.news-article button {
  margin: 0.5rem;
}

section.content_news span.download_fileinfo {
  display: inline-block;
  margin-right: 0.5rem;
  color: inherit;
  line-height: 3rem;
  vertical-align: bottom;
  font-size: 1rem;
  text-transform: none;
  font-width: normal;
}

#modus-overlay {
  background: #2E2E2D;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
}

.arrow-link {
  background: none;
  outline: none;
  border: none;
  color: #f07400;
  font-weight: 500;
}

.arrow-link::before {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS4yMDYiIGhlaWdodD0iMTQuODI4IiB2aWV3Qm94PSIwIDAgMTUuMjA2IDE0LjgyOCI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6bm9uZTtzdHJva2U6I2YwNzQwMDtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2Utd2lkdGg6MnB4O308L3N0eWxlPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjc4LjUgLTE1NjYuMDg2KSI+PGxpbmUgY2xhc3M9ImEiIHgyPSIxMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjc5LjUgMTU3My41KSIvPjxwYXRoIGNsYXNzPSJhIiBkPSJNMjY4LjUsMTYwOS4zbDYtNiw2LDYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE4OTUuNTk2IDEyOTkpIHJvdGF0ZSg5MCkiLz48L2c+PC9zdmc+") no-repeat;
  background-position: center;
  border-radius: 0;
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.5rem;
}

body.light-theme #top-nav {
  color: #2E2E2D;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
}

@media screen and (min-width: 1306px) {
  body.light-theme #top-nav .submenu-item:hover {
    background-color: #eeeeee;
  }

  body.light-theme #top-nav .submenu-item:hover > ul {
    background-color: #eeeeee;
  }
}

body.light-theme .slick-active button {
  background: #2E2E2D !important;
}

@media screen and (min-width: 1306px) {
  body.light-theme .switch-background {
    background-color: #fff;
  }
}

@media screen and (min-width: 798px) {
  body.light-theme .navigation_optional li:hover a {
    color: #2E2E2D;
  }

  body.light-theme .navigation_optional li:hover a svg .a {
    stroke: #2E2E2D;
  }
}

body.light-theme #main-navigation.navigation_mainmenu {
  color: #2E2E2D;
}

body.light-theme #main-navigation.navigation_mainmenu a {
  color: #2E2E2D;
}

body.light-theme #main-navigation.navigation_mainmenu .textbox {
  background-color: #2E2E2D;
  color: white;
}

body.light-theme #main-navigation.navigation_mainmenu li div {
  background: #fff;
}

body.light-theme #main-navigation.navigation_mainmenu li div p {
  background: #2E2E2D;
  color: #fff;
}

body.light-theme #main-navigation.navigation_mainmenu li div p strong {
  color: #f07400;
}

body.light-theme section.content_news div.bg-container {
  background-color: #f07400;
}

body.dark-theme .news .slick-arrow:hover svg .a,
body.dark-theme .news .slick-arrow:hover svg .b,
body.dark-theme .news .slick-arrow:hover svg .c,
body.dark-theme .news .slick-arrow:hover svg .d {
  stroke: #f07400;
}

body.dark-theme .slick-active button {
  background: #f07400 !important;
}

@media screen and (min-width: 1306px) {
  body.dark-theme .switch-background {
    background-color: #424242;
  }
}

body.dark-theme #top-nav {
  color: #fff;
  background: #2E2E2D;
}

@media screen and (min-width: 1306px) {
  body.dark-theme #top-nav .submenu-item:hover {
    background-color: #4e4e4e;
  }

  body.dark-theme #top-nav .submenu-item:hover > ul {
    background-color: #4e4e4e;
  }
}

body.dark-theme .header_naviagtion_overlay .navigation_mainmenu {
  color: #fff;
}

body.dark-theme .header_naviagtion_overlay .navigation_mainmenu .textbox {
  background-color: white;
  color: #2E2E2D;
}

@media screen and (min-width: 1306px) {
  body.dark-theme .header_naviagtion_overlay .navigation_mainmenu li div {
    background-color: #424242;
  }
}

body.dark-theme .header_naviagtion_overlay .navigation_mainmenu li div p {
  background: #f4f4f4;
  color: #2E2E2D;
}

body.dark-theme .header_naviagtion_overlay .navigation_mainmenu li div p strong {
  color: #f07400;
}

@media screen and (min-width: 798px) {
  body.dark-theme .header_naviagtion_overlay .navigation_optional li:hover a {
    color: #fff;
  }

  body.dark-theme .header_naviagtion_overlay .navigation_optional li:hover a svg .a {
    stroke: #fff;
  }
}

body.dark-theme .bottom-content div.color-background:before {
  background-color: #2E2E2D;
}

body.dark-theme section.content_news div.bg-container {
  background-color: #2E2E2D;
}

