.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button {
  height: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
}
.sl-wrapper .sl-close:focus,
.sl-wrapper .sl-navigation button:focus {
  outline: 0;
}
body.hidden-scroll {
  overflow: hidden;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: .7;
  display: none;
  z-index: 1050;
}
.sl-wrapper .sl-close,
.sl-wrapper .sl-counter {
  top: 30px;
  display: none;
  color: #000;
  position: fixed;
}
.sl-wrapper {
  z-index: 1040;
}
.sl-wrapper button {
  border: 0;
  background: 0 0;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  right: 30px;
  z-index: 1060;
  margin-top: -14px;
  margin-right: -14px;
  width: 44px;
  font-size: 3rem;
}
.sl-wrapper .sl-counter {
  left: 30px;
  z-index: 1060;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  width: 22px;
  text-align: center;
  display: block;
  z-index: 1060;
  color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0;
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-image iframe,
  .sl-wrapper .sl-image img {
    border: 0;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-image iframe,
  .sl-wrapper .sl-image img {
    border: 0;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0%,
  100% {
    opacity: 0;
  }
  0% {
    transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
  }
}
/*------------------------------------------------------*/
/*------------------------------------------------------*/
body {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  font-family: "din-2014", sans-serif;
  color: #e3061b;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  color: #0a7558;
  line-height: 1.4em;
}
i.h1,
i.h2,
i.h3,
i.h4,
i.h5,
i.h6 {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
}
h1,
.h1 {
  font-size: 40px;
  margin-bottom: 60px;
  hyphens: manual;
}
h1 small,
.h1 small,
h1 .small,
.h1 .small {
  font-size: 30px;
  display: block;
}
@media screen and (max-width: 575px)  {
  h1,
  .h1 {
    font-size: 37px;
  }
}
h2,
.h2 {
  font-size: 30px;
  margin-bottom: 50px;
}
h2 small,
.h2 small,
h2 .small,
.h2 .small {
  font-size: 15px;
  display: block;
}
h3,
.h3 {
  font-size: 30px;
  margin-bottom: 40px;
}
h3 small,
.h3 small,
h3 .small,
.h3 .small {
  font-size: 15px;
  display: block;
}
h4,
.h4 {
  font-size: 20px;
  margin-bottom: 1.42857em;
}
h5,
.h5 {
  font-size: 20px;
}
h1.big {
  font-size: 80px;
}
/*------------------------------------------------------*/
a {
  color: #0a7558;
  transition: color ease-in-out 0.25s;
  text-decoration: underline;
}
a:hover {
  color: #e3061b;
  text-decoration: none;
}
p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
a.anchor {
  display: block;
  position: relative;
  top: -200px;
  visibility: hidden;
}
/*------------------------------------------------------*/
p,
ul,
table,
address {
  hyphens: auto;
  -webkit-hyphens: auto;
  font-weight: 300;
  color: #3e3e3e;
  margin-bottom: 1.42857em;
}
p.last,
p:last-child {
  margin-bottom: 0;
}
.lead {
  font-size: 30px;
  color: #0a7558;
  line-height: 45px;
}
/*------------------------------------------------------*/
ol,
ul {
  padding: 0;
}
ul li {
  margin: 0 0 1em 1em;
}
ul li ul {
  padding-top: 0.5em;
}
ul li ul li {
  margin-bottom: 0.25em;
}
ul.boxed {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
ul.boxed.bgprimary > li > span {
  background: #0a7558;
}
ul.boxed.bgtertiary > li > span {
  background: #3e3e3e;
}
ul.boxed li {
  color: #ffffff;
  display: block;
  font-size: 24px;
  padding: 10px 0;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}
ul.boxed li span {
  position: relative;
  padding: 10px 20px 10px 45px;
  display: block;
}
ul.boxed li span:before {
  position: absolute;
  left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}
ul.boxed li span small {
  font-size: 16px;
}
ul.boxed li span ul {
  padding-top: 10px;
}
ul.boxed li span ul li {
  font-size: 20px;
  padding: 0;
  padding-left: 30px;
  position: relative;
}
ul.boxed li span ul li:before {
  content: '\f35a';
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
ul.boxed.checklist li > span:before {
  content: '\f058';
}
ul.boxed.arrowed li > span:before {
  content: '\f35a';
}
ul.teaser {
  list-style-type: none;
  margin-bottom: 0;
}
ul.teaser * {
  color: #cee3de;
}
ul.teaser li {
  text-align: center;
  margin-left: 0;
}
ul.teaser li a.teaser-link {
  height: 100%;
  text-decoration: none;
  display: flex;
  flex-flow: row wrap;
  background: #0a7558;
  padding: 30px 20px;
}
ul.teaser li a.teaser-link .teaser-headline {
  width: 100%;
  margin-bottom: 30px;
}
ul.teaser li a.teaser-link .teaser-icon {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
ul.teaser li a.teaser-link .teaser-text {
  width: 100%;
  align-self: flex-end;
}
/* -----------------------------*/
strong {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
}
/* -----------------------------*/
.button,
a.button {
  display: inline-block;
  width: auto;
  padding: 15px 20px ;
  margin: 0 0 1.4em 0;
  transition: all ease-in-out 0.25s;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
}
.button.button-white,
a.button.button-white {
  color: #0a7558;
  border: 1px solid #fff;
  background: #fff;
}
.button.button-white:hover,
a.button.button-white:hover,
.button.button-white:active,
a.button.button-white:active,
.button.button-white:focus,
a.button.button-white:focus {
  background: #cee3de;
  border: 1px solid #cee3de;
  color: color-primary;
  box-shadow: none;
}
.button.button-primary,
a.button.button-primary {
  color: #cee3de;
  border: 1px solid #0a7558;
  background: #0a7558;
}
.button.button-primary:hover,
a.button.button-primary:hover,
.button.button-primary:active,
a.button.button-primary:active,
.button.button-primary:focus,
a.button.button-primary:focus {
  background: #0ea47b;
}
.button.button-secondary,
a.button.button-secondary {
  color: #fff;
  border: 1px solid #e3061b;
  background: #e3061b;
}
.button.button-secondary:hover,
a.button.button-secondary:hover,
.button.button-secondary:active,
a.button.button-secondary:active,
.button.button-secondary:focus,
a.button.button-secondary:focus {
  background: #f92337;
}
.button.button-tertiary,
a.button.button-tertiary {
  color: #cee3de;
  border: 1px solid #3e3e3e;
  background: #3e3e3e;
}
.button.button-tertiary:hover,
a.button.button-tertiary:hover,
.button.button-tertiary:active,
a.button.button-tertiary:active,
.button.button-tertiary:focus,
a.button.button-tertiary:focus {
  background: #252525;
  border: 1px solid #cee3de;
}
.button-hilight {
  color: #fff;
  border: 1px solid #007558;
  background: #007558;
}
.button-hilight:hover,
.button-hilight:active,
.button-hilight:focus {
  background: #006b50;
  border: 1px solid #fff;
  color: #fff;
}
form .button {
  padding: 10px 30px;
}
figcaption {
  font-size: 16px;
  lein-height: auto;
}
/*------------------------------------------------------*/
hr {
  border: 0;
  height: 1px;
  background: #0a7558;
  margin: 40px auto;
  opacity: 1;
}
/*------------------------------------------------------*/
#master-footer,
#master-footer a {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #master-footer,
  #master-footer a {
    font-size: 16px;
  }
}
#master-footer #map a {
  font-size: inherit;
}
#master-footer * {
  color: #fff;
  line-height: 1.2;
}
#master-footer a {
  text-decoration: none;
}
#master-footer a:hover {
  color: #cee3de;
  text-decoration: none;
}
#master-footer .footer-logo-text {
  display: block;
}
#master-footer address .label {
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  #master-footer * {
    text-align: center;
  }
  #master-footer .border-sm {
    padding-top: 20px;
    border-bottom: 1px solid #e3061b;
  }
}
#main-header {
  z-index: 999;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 30px 0;
  border-top: 15px solid #0a7558;
  background: transparent;
}
#main-header #logo-header {
  min-width: 120px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#main-header #navi-header {
  border-top: 2px solid #0a7558;
  border-bottom: 2px solid #0a7558;
  margin: 0 15px;
  background: rgba(255, 255, 255, 0.3);
}
#main-header.fixed {
  position: fixed!important;
  bottom: auto!important;
  z-index: 9999;
}
#main-header.fixed .container-fluid {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  background: #fff;
}
/*
nav.navbar 
---> .navbar-brand
---> .navbar-toggler
---> #navbarCollapse
---> ---> ul#main-navigation
---> ---> ---> li
---> ---> ---> ---> a 
*/
/*--- CONTAINER -------------------*/
.navbar {
  position: relative;
  z-index: 1042;
  padding-bottom: 0;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .navbar {
    border: none;
    box-shadow: none;
  }
}
/*--- HAMBURGER BUTTON -------------*/
.navbar-toggler {
  background: #e3061b;
  z-index: 1000;
  position: fixed;
  top: 30px;
  right: 15px;
  z-index: 9999;
  font-size: 1em;
  padding: 4px 10px;
  border-radius: 0;
}
/*------------------------------------------------------------*/
/*--- HAUPTNAVI STANDARD (ab > @sm) ---*/
#navbarCollapse ul#main-navigation {
  font-size: 20px;
  font-family: "din-2014", sans-serif;
  position: relative;
  font-weight: 600;
  hyphens: none;
  white-space: nowrap;
}
#navbarCollapse ul#main-navigation li {
  margin: 0;
  position: relative;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  transition: all linear 0s;
}
#navbarCollapse ul#main-navigation li a {
  position: relative;
  padding: 20px 15px;
  color: #e3061b;
  background: rgba(255, 255, 255, 0);
  text-decoration: none;
  transition: color ease-in-out 0.25s;
}
#navbarCollapse ul#main-navigation li a:hover,
#navbarCollapse ul#main-navigation li a.show {
  color: #0a7558;
  text-decoration: none;
}
#navbarCollapse ul#main-navigation li a.show {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  background: #fff;
}
@media screen and (max-width: 991px) {
  #navbarCollapse ul#main-navigation li a {
    font-size: 18px;
    padding: 25px 10px;
  }
}
#navbarCollapse ul#main-navigation li.active a {
  color: #0a7558;
  background: rgba(255, 255, 255, 0);
}
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*--- HAUPTNAVI MOBILE (@xs, @sm oder @md) ------------------------*/
@media screen and (max-width: 767px) {
  .navbar {
    padding: 0;
  }
  #navbarCollapse {
    background: #0a7558;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  }
  #navbarCollapse ul#main-navigation {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #navbarCollapse ul#main-navigation li {
    display: block;
  }
  #navbarCollapse ul#main-navigation li a {
    display: block;
    padding: 15px 0;
    box-shadow: none;
    font-size: 18px;
    background: none;
    color: #fff;
  }
  #navbarCollapse ul#main-navigation li:hover,
  #navbarCollapse ul#main-navigation li.active,
  #navbarCollapse ul#main-navigation li:hover > a,
  #navbarCollapse ul#main-navigation li.active > a {
    color: #fff!important;
  }
}
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
#navbarCollapse ul#main-navigation li {
  z-index: 0;
}
#navbarCollapse ul#main-navigation li a.dropdown-toggle:after {
  border: none;
  display: none;
}
#navbarCollapse ul#main-navigation li a.dropdown-toggle.show {
  background: #fff;
  color: #3e3e3e !important;
}
#navbarCollapse ul#main-navigation li {
  z-index: 2;
}
#navbarCollapse ul#main-navigation li .dropdown-menu.show {
  top: 100%;
  min-width: 100%;
  box-shadow: 0 9px 8px rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 0;
  margin-top: 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #navbarCollapse ul#main-navigation li .dropdown-menu.show {
    box-shadow: none;
  }
}
#navbarCollapse ul#main-navigation li .dropdown-menu.show li {
  align-items: flex-start;
  text-align: left;
  padding-bottom: ;
  padding-top: ;
  padding: 0 15px;
  width: 100%;
}
#navbarCollapse ul#main-navigation li .dropdown-menu.show li:before {
  display: none;
}
#navbarCollapse ul#main-navigation li .dropdown-menu.show li:last-child a {
  border-bottom: none;
}
#navbarCollapse ul#main-navigation li .dropdown-menu.show li a {
  width: 100%;
  padding: 10px 0;
  box-shadow: none;
  background: #fff;
  border-bottom: 1px solid #cee3de;
  font-weight: 400;
  font-size: 18px;
  color: #3e3e3e !important;
}
#navbarCollapse ul#main-navigation li .dropdown-menu.show li a:hover {
  color: #e3061b !important;
}
@media screen and (max-width: 767px) {
  #navbarCollapse ul#main-navigation li .dropdown-menu.show li a {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  #navbarCollapse ul#main-navigation {
    border-left: 0;
  }
  #navbarCollapse ul#main-navigation li a .caret {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 20px;
  }
  #navbarCollapse ul#main-navigation li.show ul.dropdown-menu {
    margin-top: 5px;
    background: none;
    box-shadow: none;
  }
  #navbarCollapse ul#main-navigation li.show ul.dropdown-menu li {
    align-items: center;
    text-align: center;
  }
}
ul#header-navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
ul#header-navigation.horizontal li {
  line-height: inherit;
  display: block;
  float: left;
  margin-bottom: 0;
}
ul#header-navigation.horizontal li:last-child,
ul#header-navigation.horizontal li.last {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  ul#header-navigation.horizontal li {
    display: block;
    float: none;
    margin-right: 0;
    text-align: right;
  }
}
ul#header-navigation.horizontal li a {
  color: #3e3e3e;
}
.footer-navi-row {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .footer-navi-row {
    justify-content: center;
  }
}
ul#footer-nav {
  list-style-type: none;
  margin: 0;
  font-size: 16px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  ul#footer-nav {
    text-align: center;
    padding: 20px 0 0 ;
  }
}
ul#footer-nav li {
  margin-bottom: 0;
  margin-left: 0;
}
ul#footer-nav li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  ul#footer-nav li {
    padding: 1em 0;
  }
}
ul#footer-nav a {
  text-decoration: none;
  transition: all ease-in-out 0.25s;
  color: #fff;
}
ul#footer-nav a:hover {
  text-decoration: none;
  color: #cee3de;
}
ul#footer-nav.horizontal li {
  line-height: inherit;
  display: inline;
  padding: 0 10px;
}
@media screen and (max-width: 991px) {
  ul#footer-nav.horizontal li {
    padding: 0 5px;
  }
}
@media screen and (max-width: 575px)  {
  ul#footer-nav.horizontal li {
    display: block;
    padding: 5px 0;
    border: 0;
  }
}
ul#footer-nav.horizontal li:first-child,
ul#footer-nav.horizontal li .first {
  border: none;
  padding-left: 0;
}
#lang-nav {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 0 10px;
}
@media screen and (max-width: 991px) {
  #lang-nav {
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  #lang-nav {
    margin-right: 50px;
  }
}
.language_navigation {
  display: inline-block;
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.language_navigation li {
  float: left;
  display: inline;
  line-height: 0;
  padding: 5px;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .langnav_txt {
    display: none;
  }
}
.language_navigation li a {
  font-size: 11px;
  color: #ccc;
}
.langnav_flag {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin: 0 auto;
  opacity: 0.5;
  transition: opacity ease-in-out 0.25s;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .langnav_flag {
    width: 22px;
    height: 22px;
    border-radius: 11px;
  }
}
.language_navigation li.active a,
.language_navigation li a:hover {
  color: #3e3e3e;
}
.language_navigation li.active a .langnav_flag,
.language_navigation li a:hover .langnav_flag {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .language_navigation {
    z-index: 1000;
    position: fixed;
    top: 30px;
    right: 75px;
    border: none;
  }
  .language_navigation li {
    float: none;
    display: inline-block;
    padding: 5px 10px;
  }
  .language_navigation li div {
    display: inline;
  }
  .language_navigation li:last-child {
    border: none;
  }
}
#newsslider {
  height: 100%!important;
}
#newsslider .carousel-indicators {
  bottom: -20px;
  margin-bottom: 0;
}
#newsslider .carousel-inner {
  padding-bottom: 20px;
}
#newsslider .carousel-control-next,
#newsslider .carousel-control-prev {
  opacity: 1;
  width: 32px;
}
#newsslider .carousel-control-next {
  right: -30px;
}
#newsslider .carousel-control-prev {
  left: -30px;
}
@media screen and (max-width: 1199px) {
  #newsslider p {
    font-size: 16px;
  }
}
#CybotCookiebotDialogBody * {
  font-family: "din-2014", sans-serif !important;
}
#CybotCookiebotDialogBodyContentTitle {
  color: #0a7558 !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
  text-transform: none!important;
  padding: 5px!important;
}
a#CybotCookiebotDialogBodyLevelButtonAccept,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: #0a7558 !important;
  border-color: #0a7558 !important;
  text-transform: none!important;
  padding: 5px!important;
}
#map-canvas {
  width: 100%;
  height: 500px;
  background: #3e3e3e;
}
.bg-primary *,
.bg-primary-100 * {
  color: #cee3de;
}
.bg-primary hr,
.bg-primary-100 hr {
  background: #cee3de;
}
.bg-primary-10 h1,
.bg-primary-10 h2,
.bg-primary-10 h3,
.bg-primary-10 h4,
.bg-primary-10 h5 {
  color: #e3061b;
}
.bg-secondary *:not(a.button),
.bg-secondary-100 *:not(a.button) {
  color: #fff;
}
.bg-secondary hr,
.bg-secondary-100 hr {
  background: #fff;
}
.bg-tertiary *:not(a.button),
.bg-tertiary-100 *:not(a.button) {
  color: #cee3de;
}
.bg-tertiary hr,
.bg-tertiary-100 hr {
  background: #cee3de;
}
.bg-hilight * {
  color: #fff;
}
.bg-hilight hr {
  background: #fff;
}
section header {
  margin-bottom: 50px;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  background: #fff;
}
/*---- LAYOUT  ----------------------------------------*/
#master {
  height: auto!important;
  min-height: 100%;
  width: 100%;
}
#hero {
  padding-top: 65.4%;
  position: relative;
}
#hero .master-headline {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
@media screen and (max-width: 767px) {
  #hero .master-headline {
    position: relative;
  }
}
#hero .hero-bg {
  position: absolute;
  overflow: hidden;
  top: 0;
  width: 100%;
  z-index: -1;
}
#hero .hero-bg img {
  width: 100%;
  object-fit: contain;
  object-position: center top;
}
#hero.subsite {
  padding-top: 50%;
}
#content {
  padding-top: 50px;
  position: relative;
}
/*---- MISC ----------------------------------------*/
#master-headline-box {
  width: 100%;
  max-width: 750px;
  margin-top: 20%;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
#master-headline-box h1 {
  font-size: 42px;
}
#master-headline-box h1,
#master-headline-box h1 small {
  margin-bottom: 0;
  transition: all ease-in-out 0.25s;
}
@media screen and (max-width: 1399px) {
  #master-headline-box h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1199px) {
  #master-headline-box h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  #master-headline-box {
    margin-top: 0;
  }
}
.batch {
  position: absolute;
  width: 170px;
  height: 100%;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .batch {
    width: 100%;
    top: 0!important;
  }
}
#shop-batch a {
  background: #007558;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 30px 15px;
  transition: all ease-in-out 0.25s;
}
#shop-batch a strong {
  display: block;
}
#shop-batch a i {
  display: block;
  font-size: 2em;
  margin-bottom: 15px;
}
#shop-batch a:hover {
  background: #006b50;
}
@media screen and (max-width: 767px) {
  #shop-batch a {
    padding: 10px;
    font-size: 0.8em;
  }
  #shop-batch a i,
  #shop-batch a strong {
    display: inline;
  }
  #shop-batch a i {
    font-size: 1em;
    margin-right: 10px;
  }
}
#footerbanner {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #0a7558 url('_images/bg_footerbanner.jpg') no-repeat center center;
  background-size: cover;
}
#footerbanner p,
#footerbanner address,
#footerbanner td,
#footerbanner li {
  color: #cee3de;
}
#footerbanner h2 {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  color: #007558;
  padding: 20px 0;
}
#footerbanner h2 i {
  font-size: 60px;
}
/*---- TEASER ----------------------------------------*/
/*---- MAP ----------------------------------------*/
#map {
  width: 100%;
  background: #000;
  min-height: 270px;
}
/*---- FOOTER ----------------------------------------*/
#master {
  margin-bottom: 156px;
}
#master-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 156px;
}
#master-footer .footer-1 {
  padding: 30px 0;
  background: #3e3e3e;
}
#master-footer footer address {
  margin-bottom: 0;
}
/*XS*/
@media screen and (max-width: 991px) {
  #master {
    margin-bottom: 0px;
  }
  #master-footer {
    height: auto;
    position: relative;
  }
}
.footer-logo {
  position: relative;
  padding-right: 10px;
  top: -5px;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
  .footer-logo img {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .footer-logo-text {
    width: 100%;
    text-align: center;
    display: block;
  }
}
#sec {
  display: none;
}
label {
  color: #3e3e3e;
  line-height: 1em;
  margin-bottom: 0;
  padding-top: 7px;
  padding-right: 0!important;
}
@media screen and (max-width: 991px) {
  label {
    text-align: left;
  }
}
.self-align-start {
  align-self: flex-start;
  padding-top: 7px;
}
input[type=text],
input[type=email],
textarea.form-control {
  font-size: 18px !important;
  font-family: "din-2014", sans-serif;
  border-radius: 0;
  border: #f2f7fb;
  background: #f2f7fb;
  margin-bottom: 0px;
}
textarea {
  resize: vertical;
  height: 285px;
}
select.form-select {
  width: 100%;
  background-color: #f2f7fb;
  border-radius: 0;
  border: #3e3e3e;
}
input[type=checkbox] {
  position: relative;
  top: 2px;
}
.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c2c2c2;
  opacity: 1;
  /* Firefox */
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c2c2c2;
}
.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c2c2c2;
}
.btn-primary {
  color: #cee3de;
  background-color: #0a7558;
  border-color: #0a7558;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: #0a7558;
  background-color: #cee3de;
  border-color: #0a7558;
}
form hr,
hr.big {
  margin: 20px 0;
  height: 2px;
}
.errorhint {
  color: #da7b00;
}
.error input.form-control {
  border-color: #da7b00;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.error label:not(.privacypolicy),
.error .formlabel,
.error.formlabel {
  color: #da7b00;
}
.error label:not(.privacypolicy):not(.label-small):before,
.error .formlabel:not(.label-small):before,
.error.formlabel:not(.label-small):before {
  content: '\f071';
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  margin-right: 5px;
  position: relative;
}
.errorlabel label {
  color: #da7b00;
}
.errorlabel label:before {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  content: '\f071';
  margin-right: 5px;
  position: relative;
}
em.error_msg {
  color: #da7b00;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  margin-bottom: 20px;
}
/* --------------------------------------------------- */
/* Custom Breakpoint sensitive Rules (like: col-sm-6): */
@media screen and (min-width: 0)  {
  .no-border-right-xs {
    border-right: none;
  }
}
@media screen and (min-width: 576px) {
  .no-border-right-sm {
    border-right: none;
  }
}
@media screen and (min-width: 768px) {
  .no-border-right-md {
    border-right: none;
  }
}
@media screen and (min-width: 992px) {
  .no-border-right-lg {
    border-right: none;
  }
}
@media screen and (min-width: 1200px) {
  .no-border-right-lg {
    border-right: none;
  }
}
@media screen and (min-width: 0)  {
  .pb-50-xs {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 576px) {
  .pb-50-sm {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .pb-50-md {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .pb-50-lg {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .pb-50-lg {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 0)  {
  .pb-120-xs {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 576px) {
  .pb-120-sm {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 768px) {
  .pb-120-md {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 992px) {
  .pb-120-lg {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .pb-120-lg {
    padding-bottom: 120px;
  }
}
.border-right {
  border-color: #3e3e3e !important;
}
@media screen and (max-width: 767px) {
  .border-right {
    border: none!important;
  }
}
.container,
.container-fluid,
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  transition: all ease-in-out 0.2s;
}
/* ------------------------------------------------ */
/* --- COLORS ------------------------------------- */
.bg-white {
  background-color: #fff !important;
}
.bg-white-0 {
  background-color: #ffffff;
}
.bg-trans-white-0 {
  background-color: rgba(255, 255, 255, 0);
}
.bg-white {
  background-color: #fff !important;
}
.bg-white-1 {
  background-color: #ffffff;
}
.bg-trans-white-1 {
  background-color: rgba(255, 255, 255, 0.01);
}
.bg-white {
  background-color: #fff !important;
}
.bg-white-2 {
  background-color: #ffffff;
}
.bg-trans-white-2 {
  background-color: rgba(255, 255, 255, 0.02);
}
.bg-white {
  background-color: #fff !important;
}
.bg-white-3 {
  background-color: #ffffff;
}
.bg-trans-white-3 {
  background-color: rgba(255, 255, 255, 0.03);
}
.bg-white {
  background-color: #fff !important;
}
.bg-white-4 {
  background-color: #ffffff;
}
.bg-trans-white-4 {
  background-color: rgba(255, 255, 255, 0.04);
}
.bg-white {
  background-color: #fff !important;
}
.bg-white-5 {
  background-color: #ffffff;
}
.bg-trans-white-5 {
  background-color: rgba(255, 255, 255, 0.05);
}
.bg-white {
  background-color: #fff !important;
}
.bg-white-10 {
  background-color: #ffffff;
}
.bg-trans-white-10 {
  background-color: rgba(255, 255, 255, 0.1);
}
.bg-white {
  background-color: #fff !important;
}
.bg-white-20 {
  background-color: #ffffff;
}
.bg-trans-white-20 {
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-white {
  background-color: #fff !important;
}
.bg-white-30 {
  background-color: #ffffff;
}
.bg-trans-white-30 {
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-white {
  background-color: #fff !important;
}
.bg-white-40 {
  background-color: #ffffff;
}
.bg-trans-white-40 {
  background-color: rgba(255, 255, 255, 0.4);
}
.bg-white {
  background-color: #fff !important;
}
.bg-white-50 {
  background-color: #ffffff;
}
.bg-trans-white-50 {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-white {
  background-color: #fff !important;
}
.bg-white-60 {
  background-color: #ffffff;
}
.bg-trans-white-60 {
  background-color: rgba(255, 255, 255, 0.6);
}
.bg-white {
  background-color: #fff !important;
}
.bg-white-70 {
  background-color: #ffffff;
}
.bg-trans-white-70 {
  background-color: rgba(255, 255, 255, 0.7);
}
.bg-white {
  background-color: #fff !important;
}
.bg-white-80 {
  background-color: #ffffff;
}
.bg-trans-white-80 {
  background-color: rgba(255, 255, 255, 0.8);
}
.bg-white {
  background-color: #fff !important;
}
.bg-white-90 {
  background-color: #ffffff;
}
.bg-trans-white-90 {
  background-color: rgba(255, 255, 255, 0.9);
}
.bg-white {
  background-color: #fff !important;
}
.bg-white-100 {
  background-color: #ffffff;
}
.bg-trans-white-100 {
  background-color: #ffffff;
}
.bg-black {
  background-color: #000 !important;
}
.bg-black-0 {
  background-color: #ffffff;
}
.bg-trans-black-0 {
  background-color: rgba(0, 0, 0, 0);
}
.bg-black {
  background-color: #000 !important;
}
.bg-black-1 {
  background-color: #fcfcfc;
}
.bg-trans-black-1 {
  background-color: rgba(0, 0, 0, 0.01);
}
.bg-black {
  background-color: #000 !important;
}
.bg-black-2 {
  background-color: #fafafa;
}
.bg-trans-black-2 {
  background-color: rgba(0, 0, 0, 0.02);
}
.bg-black {
  background-color: #000 !important;
}
.bg-black-3 {
  background-color: #f7f7f7;
}
.bg-trans-black-3 {
  background-color: rgba(0, 0, 0, 0.03);
}
.bg-black {
  background-color: #000 !important;
}
.bg-black-4 {
  background-color: #f5f5f5;
}
.bg-trans-black-4 {
  background-color: rgba(0, 0, 0, 0.04);
}
.bg-black {
  background-color: #000 !important;
}
.bg-black-5 {
  background-color: #f2f2f2;
}
.bg-trans-black-5 {
  background-color: rgba(0, 0, 0, 0.05);
}
.bg-black {
  background-color: #000 !important;
}
.bg-black-10 {
  background-color: #e6e6e6;
}
.bg-trans-black-10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-black {
  background-color: #000 !important;
}
.bg-black-20 {
  background-color: #cccccc;
}
.bg-trans-black-20 {
  background-color: rgba(0, 0, 0, 0.2);
}
.bg-black {
  background-color: #000 !important;
}
.bg-black-30 {
  background-color: #b3b3b3;
}
.bg-trans-black-30 {
  background-color: rgba(0, 0, 0, 0.3);
}
.bg-black {
  background-color: #000 !important;
}
.bg-black-40 {
  background-color: #999999;
}
.bg-trans-black-40 {
  background-color: rgba(0, 0, 0, 0.4);
}
.bg-black {
  background-color: #000 !important;
}
.bg-black-50 {
  background-color: #808080;
}
.bg-trans-black-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-black {
  background-color: #000 !important;
}
.bg-black-60 {
  background-color: #666666;
}
.bg-trans-black-60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.bg-black {
  background-color: #000 !important;
}
.bg-black-70 {
  background-color: #4d4d4d;
}
.bg-trans-black-70 {
  background-color: rgba(0, 0, 0, 0.7);
}
.bg-black {
  background-color: #000 !important;
}
.bg-black-80 {
  background-color: #333333;
}
.bg-trans-black-80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-black {
  background-color: #000 !important;
}
.bg-black-90 {
  background-color: #1a1a1a;
}
.bg-trans-black-90 {
  background-color: rgba(0, 0, 0, 0.9);
}
.bg-black {
  background-color: #000 !important;
}
.bg-black-100 {
  background-color: #000000;
}
.bg-trans-black-100 {
  background-color: #000000;
}
.bg-primary {
  background-color: #0a7558 !important;
}
.bg-primary-0 {
  background-color: #ffffff;
}
.bg-trans-primary-0 {
  background-color: rgba(10, 117, 88, 0);
}
.bg-primary {
  background-color: #0a7558 !important;
}
.bg-primary-1 {
  background-color: #fbfffe;
}
.bg-trans-primary-1 {
  background-color: rgba(10, 117, 88, 0.01);
}
.bg-primary {
  background-color: #0a7558 !important;
}
.bg-primary-2 {
  background-color: #f8fefd;
}
.bg-trans-primary-2 {
  background-color: rgba(10, 117, 88, 0.02);
}
.bg-primary {
  background-color: #0a7558 !important;
}
.bg-primary-3 {
  background-color: #f4fefb;
}
.bg-trans-primary-3 {
  background-color: rgba(10, 117, 88, 0.03);
}
.bg-primary {
  background-color: #0a7558 !important;
}
.bg-primary-4 {
  background-color: #f1fefa;
}
.bg-trans-primary-4 {
  background-color: rgba(10, 117, 88, 0.04);
}
.bg-primary {
  background-color: #0a7558 !important;
}
.bg-primary-5 {
  background-color: #edfdf9;
}
.bg-trans-primary-5 {
  background-color: rgba(10, 117, 88, 0.05);
}
.bg-primary {
  background-color: #0a7558 !important;
}
.bg-primary-10 {
  background-color: #dcfcf3;
}
.bg-trans-primary-10 {
  background-color: rgba(10, 117, 88, 0.1);
}
.bg-primary {
  background-color: #0a7558 !important;
}
.bg-primary-20 {
  background-color: #b8f9e7;
}
.bg-trans-primary-20 {
  background-color: rgba(10, 117, 88, 0.2);
}
.bg-primary {
  background-color: #0a7558 !important;
}
.bg-primary-30 {
  background-color: #95f6dc;
}
.bg-trans-primary-30 {
  background-color: rgba(10, 117, 88, 0.3);
}
.bg-primary {
  background-color: #0a7558 !important;
}
.bg-primary-40 {
  background-color: #72f3d0;
}
.bg-trans-primary-40 {
  background-color: rgba(10, 117, 88, 0.4);
}
.bg-primary {
  background-color: #0a7558 !important;
}
.bg-primary-50 {
  background-color: #4ff0c4;
}
.bg-trans-primary-50 {
  background-color: rgba(10, 117, 88, 0.5);
}
.bg-primary {
  background-color: #0a7558 !important;
}
.bg-primary-60 {
  background-color: #2bedb8;
}
.bg-trans-primary-60 {
  background-color: rgba(10, 117, 88, 0.6);
}
.bg-primary {
  background-color: #0a7558 !important;
}
.bg-primary-70 {
  background-color: #13dfa8;
}
.bg-trans-primary-70 {
  background-color: rgba(10, 117, 88, 0.7);
}
.bg-primary {
  background-color: #0a7558 !important;
}
.bg-primary-80 {
  background-color: #10bc8d;
}
.bg-trans-primary-80 {
  background-color: rgba(10, 117, 88, 0.8);
}
.bg-primary {
  background-color: #0a7558 !important;
}
.bg-primary-90 {
  background-color: #0d9873;
}
.bg-trans-primary-90 {
  background-color: rgba(10, 117, 88, 0.9);
}
.bg-primary {
  background-color: #0a7558 !important;
}
.bg-primary-100 {
  background-color: #0a7558;
}
.bg-trans-primary-100 {
  background-color: #0a7558;
}
.bg-secondary {
  background-color: #e3061b !important;
}
.bg-secondary-0 {
  background-color: #ffffff;
}
.bg-trans-secondary-0 {
  background-color: rgba(227, 6, 27, 0);
}
.bg-secondary {
  background-color: #e3061b !important;
}
.bg-secondary-1 {
  background-color: #fffcfd;
}
.bg-trans-secondary-1 {
  background-color: rgba(227, 6, 27, 0.01);
}
.bg-secondary {
  background-color: #e3061b !important;
}
.bg-secondary-2 {
  background-color: #fffafa;
}
.bg-trans-secondary-2 {
  background-color: rgba(227, 6, 27, 0.02);
}
.bg-secondary {
  background-color: #e3061b !important;
}
.bg-secondary-3 {
  background-color: #fff7f8;
}
.bg-trans-secondary-3 {
  background-color: rgba(227, 6, 27, 0.03);
}
.bg-secondary {
  background-color: #e3061b !important;
}
.bg-secondary-4 {
  background-color: #fff4f5;
}
.bg-trans-secondary-4 {
  background-color: rgba(227, 6, 27, 0.04);
}
.bg-secondary {
  background-color: #e3061b !important;
}
.bg-secondary-5 {
  background-color: #fff2f3;
}
.bg-trans-secondary-5 {
  background-color: rgba(227, 6, 27, 0.05);
}
.bg-secondary {
  background-color: #e3061b !important;
}
.bg-secondary-10 {
  background-color: #fee4e7;
}
.bg-trans-secondary-10 {
  background-color: rgba(227, 6, 27, 0.1);
}
.bg-secondary {
  background-color: #e3061b !important;
}
.bg-secondary-20 {
  background-color: #fec9ce;
}
.bg-trans-secondary-20 {
  background-color: rgba(227, 6, 27, 0.2);
}
.bg-secondary {
  background-color: #e3061b !important;
}
.bg-secondary-30 {
  background-color: #fdaeb6;
}
.bg-trans-secondary-30 {
  background-color: rgba(227, 6, 27, 0.3);
}
.bg-secondary {
  background-color: #e3061b !important;
}
.bg-secondary-40 {
  background-color: #fc939d;
}
.bg-trans-secondary-40 {
  background-color: rgba(227, 6, 27, 0.4);
}
.bg-secondary {
  background-color: #e3061b !important;
}
.bg-secondary-50 {
  background-color: #fb7885;
}
.bg-trans-secondary-50 {
  background-color: rgba(227, 6, 27, 0.5);
}
.bg-secondary {
  background-color: #e3061b !important;
}
.bg-secondary-60 {
  background-color: #fb5d6c;
}
.bg-trans-secondary-60 {
  background-color: rgba(227, 6, 27, 0.6);
}
.bg-secondary {
  background-color: #e3061b !important;
}
.bg-secondary-70 {
  background-color: #fa4254;
}
.bg-trans-secondary-70 {
  background-color: rgba(227, 6, 27, 0.7);
}
.bg-secondary {
  background-color: #e3061b !important;
}
.bg-secondary-80 {
  background-color: #f9273b;
}
.bg-trans-secondary-80 {
  background-color: rgba(227, 6, 27, 0.8);
}
.bg-secondary {
  background-color: #e3061b !important;
}
.bg-secondary-90 {
  background-color: #f90c23;
}
.bg-trans-secondary-90 {
  background-color: rgba(227, 6, 27, 0.9);
}
.bg-secondary {
  background-color: #e3061b !important;
}
.bg-secondary-100 {
  background-color: #e3061b;
}
.bg-trans-secondary-100 {
  background-color: #e3061b;
}
.bg-tertiary {
  background-color: #3e3e3e !important;
}
.bg-tertiary-0 {
  background-color: #ffffff;
}
.bg-trans-tertiary-0 {
  background-color: rgba(62, 62, 62, 0);
}
.bg-tertiary {
  background-color: #3e3e3e !important;
}
.bg-tertiary-1 {
  background-color: #fdfdfd;
}
.bg-trans-tertiary-1 {
  background-color: rgba(62, 62, 62, 0.01);
}
.bg-tertiary {
  background-color: #3e3e3e !important;
}
.bg-tertiary-2 {
  background-color: #fbfbfb;
}
.bg-trans-tertiary-2 {
  background-color: rgba(62, 62, 62, 0.02);
}
.bg-tertiary {
  background-color: #3e3e3e !important;
}
.bg-tertiary-3 {
  background-color: #f9f9f9;
}
.bg-trans-tertiary-3 {
  background-color: rgba(62, 62, 62, 0.03);
}
.bg-tertiary {
  background-color: #3e3e3e !important;
}
.bg-tertiary-4 {
  background-color: #f7f7f7;
}
.bg-trans-tertiary-4 {
  background-color: rgba(62, 62, 62, 0.04);
}
.bg-tertiary {
  background-color: #3e3e3e !important;
}
.bg-tertiary-5 {
  background-color: #f5f5f5;
}
.bg-trans-tertiary-5 {
  background-color: rgba(62, 62, 62, 0.05);
}
.bg-tertiary {
  background-color: #3e3e3e !important;
}
.bg-tertiary-10 {
  background-color: #ececec;
}
.bg-trans-tertiary-10 {
  background-color: rgba(62, 62, 62, 0.1);
}
.bg-tertiary {
  background-color: #3e3e3e !important;
}
.bg-tertiary-20 {
  background-color: #d8d8d8;
}
.bg-trans-tertiary-20 {
  background-color: rgba(62, 62, 62, 0.2);
}
.bg-tertiary {
  background-color: #3e3e3e !important;
}
.bg-tertiary-30 {
  background-color: #c5c5c5;
}
.bg-trans-tertiary-30 {
  background-color: rgba(62, 62, 62, 0.3);
}
.bg-tertiary {
  background-color: #3e3e3e !important;
}
.bg-tertiary-40 {
  background-color: #b2b2b2;
}
.bg-trans-tertiary-40 {
  background-color: rgba(62, 62, 62, 0.4);
}
.bg-tertiary {
  background-color: #3e3e3e !important;
}
.bg-tertiary-50 {
  background-color: #9f9f9f;
}
.bg-trans-tertiary-50 {
  background-color: rgba(62, 62, 62, 0.5);
}
.bg-tertiary {
  background-color: #3e3e3e !important;
}
.bg-tertiary-60 {
  background-color: #8b8b8b;
}
.bg-trans-tertiary-60 {
  background-color: rgba(62, 62, 62, 0.6);
}
.bg-tertiary {
  background-color: #3e3e3e !important;
}
.bg-tertiary-70 {
  background-color: #787878;
}
.bg-trans-tertiary-70 {
  background-color: rgba(62, 62, 62, 0.7);
}
.bg-tertiary {
  background-color: #3e3e3e !important;
}
.bg-tertiary-80 {
  background-color: #656565;
}
.bg-trans-tertiary-80 {
  background-color: rgba(62, 62, 62, 0.8);
}
.bg-tertiary {
  background-color: #3e3e3e !important;
}
.bg-tertiary-90 {
  background-color: #515151;
}
.bg-trans-tertiary-90 {
  background-color: rgba(62, 62, 62, 0.9);
}
.bg-tertiary {
  background-color: #3e3e3e !important;
}
.bg-tertiary-100 {
  background-color: #3e3e3e;
}
.bg-trans-tertiary-100 {
  background-color: #3e3e3e;
}
.bg-hilight {
  background-color: #007558 !important;
}
.bg-hilight-0 {
  background-color: #ffffff;
}
.bg-trans-hilight-0 {
  background-color: rgba(0, 117, 88, 0);
}
.bg-hilight {
  background-color: #007558 !important;
}
.bg-hilight-1 {
  background-color: #fbfffe;
}
.bg-trans-hilight-1 {
  background-color: rgba(0, 117, 88, 0.01);
}
.bg-hilight {
  background-color: #007558 !important;
}
.bg-hilight-2 {
  background-color: #f7fffd;
}
.bg-trans-hilight-2 {
  background-color: rgba(0, 117, 88, 0.02);
}
.bg-hilight {
  background-color: #007558 !important;
}
.bg-hilight-3 {
  background-color: #f3fffc;
}
.bg-trans-hilight-3 {
  background-color: rgba(0, 117, 88, 0.03);
}
.bg-hilight {
  background-color: #007558 !important;
}
.bg-hilight-4 {
  background-color: #effffb;
}
.bg-trans-hilight-4 {
  background-color: rgba(0, 117, 88, 0.04);
}
.bg-hilight {
  background-color: #007558 !important;
}
.bg-hilight-5 {
  background-color: #ebfffa;
}
.bg-trans-hilight-5 {
  background-color: rgba(0, 117, 88, 0.05);
}
.bg-hilight {
  background-color: #007558 !important;
}
.bg-hilight-10 {
  background-color: #d8fff5;
}
.bg-trans-hilight-10 {
  background-color: rgba(0, 117, 88, 0.1);
}
.bg-hilight {
  background-color: #007558 !important;
}
.bg-hilight-20 {
  background-color: #b0ffec;
}
.bg-trans-hilight-20 {
  background-color: rgba(0, 117, 88, 0.2);
}
.bg-hilight {
  background-color: #007558 !important;
}
.bg-hilight-30 {
  background-color: #89ffe2;
}
.bg-trans-hilight-30 {
  background-color: rgba(0, 117, 88, 0.3);
}
.bg-hilight {
  background-color: #007558 !important;
}
.bg-hilight-40 {
  background-color: #62ffd8;
}
.bg-trans-hilight-40 {
  background-color: rgba(0, 117, 88, 0.4);
}
.bg-hilight {
  background-color: #007558 !important;
}
.bg-hilight-50 {
  background-color: #3bffce;
}
.bg-trans-hilight-50 {
  background-color: rgba(0, 117, 88, 0.5);
}
.bg-hilight {
  background-color: #007558 !important;
}
.bg-hilight-60 {
  background-color: #13ffc5;
}
.bg-trans-hilight-60 {
  background-color: rgba(0, 117, 88, 0.6);
}
.bg-hilight {
  background-color: #007558 !important;
}
.bg-hilight-70 {
  background-color: #00ebb1;
}
.bg-trans-hilight-70 {
  background-color: rgba(0, 117, 88, 0.7);
}
.bg-hilight {
  background-color: #007558 !important;
}
.bg-hilight-80 {
  background-color: #00c493;
}
.bg-trans-hilight-80 {
  background-color: rgba(0, 117, 88, 0.8);
}
.bg-hilight {
  background-color: #007558 !important;
}
.bg-hilight-90 {
  background-color: #009c76;
}
.bg-trans-hilight-90 {
  background-color: rgba(0, 117, 88, 0.9);
}
.bg-hilight {
  background-color: #007558 !important;
}
.bg-hilight-100 {
  background-color: #007558;
}
.bg-trans-hilight-100 {
  background-color: #007558;
}
.color-primary,
.color-primary * {
  color: #0a7558 !important;
}
.color-secondary,
.color-secondary * {
  color: #e3061b !important;
}
.color-tertiary,
.color-tertiary * {
  color: #3e3e3e !important;
}
.color-neutral,
.color-neutral * {
  color: #3e3e3e !important;
}
.color-white,
.color-white * {
  color: #fff!important;
}
.color-black,
.color-black * {
  color: #000!important;
}
/* ------------------------------------------------ */
/* --- PADDING und MARGIN  ------------------------ */
.p-200 {
  padding: 200px!important;
}
.pt-200 {
  padding-top: 200px!important;
}
.pl-200 {
  padding-left: 200px!important;
}
.pr-200 {
  padding-right: 200px!important;
}
.pb-200 {
  padding-bottom: 200px!important;
}
.m-200 {
  margin: 200px!important;
}
.mt-200 {
  margin-top: 200px!important;
}
.ml-200 {
  margin-left: 200px!important;
}
.mr-200 {
  margin-right: 200px!important;
}
.mb-200 {
  margin-bottom: 200px!important;
}
.p-190 {
  padding: 190px!important;
}
.pt-190 {
  padding-top: 190px!important;
}
.pl-190 {
  padding-left: 190px!important;
}
.pr-190 {
  padding-right: 190px!important;
}
.pb-190 {
  padding-bottom: 190px!important;
}
.m-190 {
  margin: 190px!important;
}
.mt-190 {
  margin-top: 190px!important;
}
.ml-190 {
  margin-left: 190px!important;
}
.mr-190 {
  margin-right: 190px!important;
}
.mb-190 {
  margin-bottom: 190px!important;
}
.p-180 {
  padding: 180px!important;
}
.pt-180 {
  padding-top: 180px!important;
}
.pl-180 {
  padding-left: 180px!important;
}
.pr-180 {
  padding-right: 180px!important;
}
.pb-180 {
  padding-bottom: 180px!important;
}
.m-180 {
  margin: 180px!important;
}
.mt-180 {
  margin-top: 180px!important;
}
.ml-180 {
  margin-left: 180px!important;
}
.mr-180 {
  margin-right: 180px!important;
}
.mb-180 {
  margin-bottom: 180px!important;
}
.p-170 {
  padding: 170px!important;
}
.pt-170 {
  padding-top: 170px!important;
}
.pl-170 {
  padding-left: 170px!important;
}
.pr-170 {
  padding-right: 170px!important;
}
.pb-170 {
  padding-bottom: 170px!important;
}
.m-170 {
  margin: 170px!important;
}
.mt-170 {
  margin-top: 170px!important;
}
.ml-170 {
  margin-left: 170px!important;
}
.mr-170 {
  margin-right: 170px!important;
}
.mb-170 {
  margin-bottom: 170px!important;
}
.p-160 {
  padding: 160px!important;
}
.pt-160 {
  padding-top: 160px!important;
}
.pl-160 {
  padding-left: 160px!important;
}
.pr-160 {
  padding-right: 160px!important;
}
.pb-160 {
  padding-bottom: 160px!important;
}
.m-160 {
  margin: 160px!important;
}
.mt-160 {
  margin-top: 160px!important;
}
.ml-160 {
  margin-left: 160px!important;
}
.mr-160 {
  margin-right: 160px!important;
}
.mb-160 {
  margin-bottom: 160px!important;
}
.p-150 {
  padding: 150px!important;
}
.pt-150 {
  padding-top: 150px!important;
}
.pl-150 {
  padding-left: 150px!important;
}
.pr-150 {
  padding-right: 150px!important;
}
.pb-150 {
  padding-bottom: 150px!important;
}
.m-150 {
  margin: 150px!important;
}
.mt-150 {
  margin-top: 150px!important;
}
.ml-150 {
  margin-left: 150px!important;
}
.mr-150 {
  margin-right: 150px!important;
}
.mb-150 {
  margin-bottom: 150px!important;
}
.p-140 {
  padding: 140px!important;
}
.pt-140 {
  padding-top: 140px!important;
}
.pl-140 {
  padding-left: 140px!important;
}
.pr-140 {
  padding-right: 140px!important;
}
.pb-140 {
  padding-bottom: 140px!important;
}
.m-140 {
  margin: 140px!important;
}
.mt-140 {
  margin-top: 140px!important;
}
.ml-140 {
  margin-left: 140px!important;
}
.mr-140 {
  margin-right: 140px!important;
}
.mb-140 {
  margin-bottom: 140px!important;
}
.p-130 {
  padding: 130px!important;
}
.pt-130 {
  padding-top: 130px!important;
}
.pl-130 {
  padding-left: 130px!important;
}
.pr-130 {
  padding-right: 130px!important;
}
.pb-130 {
  padding-bottom: 130px!important;
}
.m-130 {
  margin: 130px!important;
}
.mt-130 {
  margin-top: 130px!important;
}
.ml-130 {
  margin-left: 130px!important;
}
.mr-130 {
  margin-right: 130px!important;
}
.mb-130 {
  margin-bottom: 130px!important;
}
.p-120 {
  padding: 120px!important;
}
.pt-120 {
  padding-top: 120px!important;
}
.pl-120 {
  padding-left: 120px!important;
}
.pr-120 {
  padding-right: 120px!important;
}
.pb-120 {
  padding-bottom: 120px!important;
}
.m-120 {
  margin: 120px!important;
}
.mt-120 {
  margin-top: 120px!important;
}
.ml-120 {
  margin-left: 120px!important;
}
.mr-120 {
  margin-right: 120px!important;
}
.mb-120 {
  margin-bottom: 120px!important;
}
.p-110 {
  padding: 110px!important;
}
.pt-110 {
  padding-top: 110px!important;
}
.pl-110 {
  padding-left: 110px!important;
}
.pr-110 {
  padding-right: 110px!important;
}
.pb-110 {
  padding-bottom: 110px!important;
}
.m-110 {
  margin: 110px!important;
}
.mt-110 {
  margin-top: 110px!important;
}
.ml-110 {
  margin-left: 110px!important;
}
.mr-110 {
  margin-right: 110px!important;
}
.mb-110 {
  margin-bottom: 110px!important;
}
.p-100 {
  padding: 100px!important;
}
.pt-100 {
  padding-top: 100px!important;
}
.pl-100 {
  padding-left: 100px!important;
}
.pr-100 {
  padding-right: 100px!important;
}
.pb-100 {
  padding-bottom: 100px!important;
}
.m-100 {
  margin: 100px!important;
}
.mt-100 {
  margin-top: 100px!important;
}
.ml-100 {
  margin-left: 100px!important;
}
.mr-100 {
  margin-right: 100px!important;
}
.mb-100 {
  margin-bottom: 100px!important;
}
.p-90 {
  padding: 90px!important;
}
.pt-90 {
  padding-top: 90px!important;
}
.pl-90 {
  padding-left: 90px!important;
}
.pr-90 {
  padding-right: 90px!important;
}
.pb-90 {
  padding-bottom: 90px!important;
}
.m-90 {
  margin: 90px!important;
}
.mt-90 {
  margin-top: 90px!important;
}
.ml-90 {
  margin-left: 90px!important;
}
.mr-90 {
  margin-right: 90px!important;
}
.mb-90 {
  margin-bottom: 90px!important;
}
.p-80 {
  padding: 80px!important;
}
.pt-80 {
  padding-top: 80px!important;
}
.pl-80 {
  padding-left: 80px!important;
}
.pr-80 {
  padding-right: 80px!important;
}
.pb-80 {
  padding-bottom: 80px!important;
}
.m-80 {
  margin: 80px!important;
}
.mt-80 {
  margin-top: 80px!important;
}
.ml-80 {
  margin-left: 80px!important;
}
.mr-80 {
  margin-right: 80px!important;
}
.mb-80 {
  margin-bottom: 80px!important;
}
.p-70 {
  padding: 70px!important;
}
.pt-70 {
  padding-top: 70px!important;
}
.pl-70 {
  padding-left: 70px!important;
}
.pr-70 {
  padding-right: 70px!important;
}
.pb-70 {
  padding-bottom: 70px!important;
}
.m-70 {
  margin: 70px!important;
}
.mt-70 {
  margin-top: 70px!important;
}
.ml-70 {
  margin-left: 70px!important;
}
.mr-70 {
  margin-right: 70px!important;
}
.mb-70 {
  margin-bottom: 70px!important;
}
.p-60 {
  padding: 60px!important;
}
.pt-60 {
  padding-top: 60px!important;
}
.pl-60 {
  padding-left: 60px!important;
}
.pr-60 {
  padding-right: 60px!important;
}
.pb-60 {
  padding-bottom: 60px!important;
}
.m-60 {
  margin: 60px!important;
}
.mt-60 {
  margin-top: 60px!important;
}
.ml-60 {
  margin-left: 60px!important;
}
.mr-60 {
  margin-right: 60px!important;
}
.mb-60 {
  margin-bottom: 60px!important;
}
.p-50 {
  padding: 50px!important;
}
.pt-50 {
  padding-top: 50px!important;
}
.pl-50 {
  padding-left: 50px!important;
}
.pr-50 {
  padding-right: 50px!important;
}
.pb-50 {
  padding-bottom: 50px!important;
}
.m-50 {
  margin: 50px!important;
}
.mt-50 {
  margin-top: 50px!important;
}
.ml-50 {
  margin-left: 50px!important;
}
.mr-50 {
  margin-right: 50px!important;
}
.mb-50 {
  margin-bottom: 50px!important;
}
.p-40 {
  padding: 40px!important;
}
.pt-40 {
  padding-top: 40px!important;
}
.pl-40 {
  padding-left: 40px!important;
}
.pr-40 {
  padding-right: 40px!important;
}
.pb-40 {
  padding-bottom: 40px!important;
}
.m-40 {
  margin: 40px!important;
}
.mt-40 {
  margin-top: 40px!important;
}
.ml-40 {
  margin-left: 40px!important;
}
.mr-40 {
  margin-right: 40px!important;
}
.mb-40 {
  margin-bottom: 40px!important;
}
.p-30 {
  padding: 30px!important;
}
.pt-30 {
  padding-top: 30px!important;
}
.pl-30 {
  padding-left: 30px!important;
}
.pr-30 {
  padding-right: 30px!important;
}
.pb-30 {
  padding-bottom: 30px!important;
}
.m-30 {
  margin: 30px!important;
}
.mt-30 {
  margin-top: 30px!important;
}
.ml-30 {
  margin-left: 30px!important;
}
.mr-30 {
  margin-right: 30px!important;
}
.mb-30 {
  margin-bottom: 30px!important;
}
.p-20 {
  padding: 20px!important;
}
.pt-20 {
  padding-top: 20px!important;
}
.pl-20 {
  padding-left: 20px!important;
}
.pr-20 {
  padding-right: 20px!important;
}
.pb-20 {
  padding-bottom: 20px!important;
}
.m-20 {
  margin: 20px!important;
}
.mt-20 {
  margin-top: 20px!important;
}
.ml-20 {
  margin-left: 20px!important;
}
.mr-20 {
  margin-right: 20px!important;
}
.mb-20 {
  margin-bottom: 20px!important;
}
.p-15 {
  padding: 15px!important;
}
.pt-15 {
  padding-top: 15px!important;
}
.pl-15 {
  padding-left: 15px!important;
}
.pr-15 {
  padding-right: 15px!important;
}
.pb-15 {
  padding-bottom: 15px!important;
}
.m-15 {
  margin: 15px!important;
}
.mt-15 {
  margin-top: 15px!important;
}
.ml-15 {
  margin-left: 15px!important;
}
.mr-15 {
  margin-right: 15px!important;
}
.mb-15 {
  margin-bottom: 15px!important;
}
.p-10 {
  padding: 10px!important;
}
.pt-10 {
  padding-top: 10px!important;
}
.pl-10 {
  padding-left: 10px!important;
}
.pr-10 {
  padding-right: 10px!important;
}
.pb-10 {
  padding-bottom: 10px!important;
}
.m-10 {
  margin: 10px!important;
}
.mt-10 {
  margin-top: 10px!important;
}
.ml-10 {
  margin-left: 10px!important;
}
.mr-10 {
  margin-right: 10px!important;
}
.mb-10 {
  margin-bottom: 10px!important;
}
.p-5 {
  padding: 5px!important;
}
.pt-5 {
  padding-top: 5px!important;
}
.pl-5 {
  padding-left: 5px!important;
}
.pr-5 {
  padding-right: 5px!important;
}
.pb-5 {
  padding-bottom: 5px!important;
}
.m-5 {
  margin: 5px!important;
}
.mt-5 {
  margin-top: 5px!important;
}
.ml-5 {
  margin-left: 5px!important;
}
.mr-5 {
  margin-right: 5px!important;
}
.mb-5 {
  margin-bottom: 5px!important;
}
.p-0 {
  padding: 0px!important;
}
.pt-0 {
  padding-top: 0px!important;
}
.pl-0 {
  padding-left: 0px!important;
}
.pr-0 {
  padding-right: 0px!important;
}
.pb-0 {
  padding-bottom: 0px!important;
}
.m-0 {
  margin: 0px!important;
}
.mt-0 {
  margin-top: 0px!important;
}
.ml-0 {
  margin-left: 0px!important;
}
.mr-0 {
  margin-right: 0px!important;
}
.mb-0 {
  margin-bottom: 0px!important;
}
/* ------------------------------------------------ */
/* --- NEGATIVES MARGIN  -------------------------- */
.m--200 {
  margin: -200px!important;
}
.mt--200 {
  margin-top: -200px!important;
}
.ml--200 {
  margin-left: -200px!important;
}
.mr--200 {
  margin-right: -200px!important;
}
.mb--200 {
  margin-bottom: -200px!important;
}
.m--150 {
  margin: -150px!important;
}
.mt--150 {
  margin-top: -150px!important;
}
.ml--150 {
  margin-left: -150px!important;
}
.mr--150 {
  margin-right: -150px!important;
}
.mb--150 {
  margin-bottom: -150px!important;
}
.m--100 {
  margin: -100px!important;
}
.mt--100 {
  margin-top: -100px!important;
}
.ml--100 {
  margin-left: -100px!important;
}
.mr--100 {
  margin-right: -100px!important;
}
.mb--100 {
  margin-bottom: -100px!important;
}
.m--90 {
  margin: -90px!important;
}
.mt--90 {
  margin-top: -90px!important;
}
.ml--90 {
  margin-left: -90px!important;
}
.mr--90 {
  margin-right: -90px!important;
}
.mb--90 {
  margin-bottom: -90px!important;
}
.m--80 {
  margin: -80px!important;
}
.mt--80 {
  margin-top: -80px!important;
}
.ml--80 {
  margin-left: -80px!important;
}
.mr--80 {
  margin-right: -80px!important;
}
.mb--80 {
  margin-bottom: -80px!important;
}
.m--70 {
  margin: -70px!important;
}
.mt--70 {
  margin-top: -70px!important;
}
.ml--70 {
  margin-left: -70px!important;
}
.mr--70 {
  margin-right: -70px!important;
}
.mb--70 {
  margin-bottom: -70px!important;
}
.m--60 {
  margin: -60px!important;
}
.mt--60 {
  margin-top: -60px!important;
}
.ml--60 {
  margin-left: -60px!important;
}
.mr--60 {
  margin-right: -60px!important;
}
.mb--60 {
  margin-bottom: -60px!important;
}
.m--50 {
  margin: -50px!important;
}
.mt--50 {
  margin-top: -50px!important;
}
.ml--50 {
  margin-left: -50px!important;
}
.mr--50 {
  margin-right: -50px!important;
}
.mb--50 {
  margin-bottom: -50px!important;
}
.m--40 {
  margin: -40px!important;
}
.mt--40 {
  margin-top: -40px!important;
}
.ml--40 {
  margin-left: -40px!important;
}
.mr--40 {
  margin-right: -40px!important;
}
.mb--40 {
  margin-bottom: -40px!important;
}
.m--30 {
  margin: -30px!important;
}
.mt--30 {
  margin-top: -30px!important;
}
.ml--30 {
  margin-left: -30px!important;
}
.mr--30 {
  margin-right: -30px!important;
}
.mb--30 {
  margin-bottom: -30px!important;
}
.m--20 {
  margin: -20px!important;
}
.mt--20 {
  margin-top: -20px!important;
}
.ml--20 {
  margin-left: -20px!important;
}
.mr--20 {
  margin-right: -20px!important;
}
.mb--20 {
  margin-bottom: -20px!important;
}
.m--15 {
  margin: -15px!important;
}
.mt--15 {
  margin-top: -15px!important;
}
.ml--15 {
  margin-left: -15px!important;
}
.mr--15 {
  margin-right: -15px!important;
}
.mb--15 {
  margin-bottom: -15px!important;
}
.m--10 {
  margin: -10px!important;
}
.mt--10 {
  margin-top: -10px!important;
}
.ml--10 {
  margin-left: -10px!important;
}
.mr--10 {
  margin-right: -10px!important;
}
.mb--10 {
  margin-bottom: -10px!important;
}
.m--5 {
  margin: -5px!important;
}
.mt--5 {
  margin-top: -5px!important;
}
.ml--5 {
  margin-left: -5px!important;
}
.mr--5 {
  margin-right: -5px!important;
}
.mb--5 {
  margin-bottom: -5px!important;
}
.m--1 {
  margin: -1px!important;
}
.mt--1 {
  margin-top: -1px!important;
}
.ml--1 {
  margin-left: -1px!important;
}
.mr--1 {
  margin-right: -1px!important;
}
.mb--1 {
  margin-bottom: -1px!important;
}
/* ------------------------------------------------ */
/* ---  WIDTH and HEIGHT -------------------------- */
.w5-px {
  width: 5px!important;
}
.h5-px {
  height: 5px!important;
}
.w10-px {
  width: 10px!important;
}
.h10-px {
  height: 10px!important;
}
.w15-px {
  width: 15px!important;
}
.h15-px {
  height: 15px!important;
}
.w20-px {
  width: 20px!important;
}
.h20-px {
  height: 20px!important;
}
.w25-px {
  width: 25px!important;
}
.h25-px {
  height: 25px!important;
}
.w30-px {
  width: 30px!important;
}
.h30-px {
  height: 30px!important;
}
.w35-px {
  width: 35px!important;
}
.h35-px {
  height: 35px!important;
}
.w40-px {
  width: 40px!important;
}
.h40-px {
  height: 40px!important;
}
.w45-px {
  width: 45px!important;
}
.h45-px {
  height: 45px!important;
}
.w50-px {
  width: 50px!important;
}
.h50-px {
  height: 50px!important;
}
.w55-px {
  width: 55px!important;
}
.h55-px {
  height: 55px!important;
}
.w60-px {
  width: 60px!important;
}
.h60-px {
  height: 60px!important;
}
.w65-px {
  width: 65px!important;
}
.h65-px {
  height: 65px!important;
}
.w70-px {
  width: 70px!important;
}
.h70-px {
  height: 70px!important;
}
.w75-px {
  width: 75px!important;
}
.h75-px {
  height: 75px!important;
}
.w80-px {
  width: 80px!important;
}
.h80-px {
  height: 80px!important;
}
.w85-px {
  width: 85px!important;
}
.h85-px {
  height: 85px!important;
}
.w90-px {
  width: 90px!important;
}
.h90-px {
  height: 90px!important;
}
.w95-px {
  width: 95px!important;
}
.h95-px {
  height: 95px!important;
}
.w100-px {
  width: 100px!important;
}
.h100-px {
  height: 100px!important;
}
.w110-px {
  width: 110px!important;
}
.h110-px {
  height: 110px!important;
}
.w120-px {
  width: 120px!important;
}
.h120-px {
  height: 120px!important;
}
.w130-px {
  width: 130px!important;
}
.h130-px {
  height: 130px!important;
}
.w140-px {
  width: 140px!important;
}
.h140-px {
  height: 140px!important;
}
.w150-px {
  width: 150px!important;
}
.h150-px {
  height: 150px!important;
}
.w160-px {
  width: 160px!important;
}
.h160-px {
  height: 160px!important;
}
.w170-px {
  width: 170px!important;
}
.h170-px {
  height: 170px!important;
}
.w180-px {
  width: 180px!important;
}
.h180-px {
  height: 180px!important;
}
.w190-px {
  width: 190px!important;
}
.h190-px {
  height: 190px!important;
}
.w200-px {
  width: 200px!important;
}
.h200-px {
  height: 200px!important;
}
.w250-px {
  width: 250px!important;
}
.h250-px {
  height: 250px!important;
}
.w300-px {
  width: 300px!important;
}
.h300-px {
  height: 300px!important;
}
.w400-px {
  width: 400px!important;
}
.h400-px {
  height: 400px!important;
}
.w100pro {
  width: 100%!important;
}
.h100pro {
  height: 100%!important;
}
/* ------------------------------------------------ */
/* --- TYPO --------------------------------------- */
.no-bullets {
  list-style-type: none!important;
  padding: 0;
  margin: 0;
}
.no-bullets li {
  margin-left: 0;
}
.uppercase {
  text-transform: uppercase!important;
  letter-spacing: .1em;
}
.lowercase {
  text-transform: lowercase!important;
}
.regularcase {
  text-transform: none!important;
  letter-spacing: normal;
}
.regular {
  font-weight: 400 !important;
}
.black {
  font-weight: 900 !important;
}
.italic {
  font-style: italic;
}
.big {
  font-size: 1.5em;
}
.no-hyphens {
  hyphens: none;
}
@media screen and (min-width: 0) and (max-width: 575px)  {
  .text-center-xs {
    text-align: center;
  }
}
/* ------------------------------------------------ */
.pos-absolute {
  position: absolute;
}
.pos-relative {
  position: relative;
}
.pos-fixed {
  position: fixed;
}
/* ------------------------------------------------ */
.master-same-height {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  display: flex;
  flex-flow: row wrap;
}
/* ------------------------------------------------ */
iframe {
  border: none;
  background: none;
}
/* ------------------------------------------------ */
.box {
  padding: 30px;
}
.shadowed {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.img-circle {
  border-radius: 50%;
}
/* ------------------------------------------------ */
.test {
  position: fixed;
  top: 300px;
  left: 0;
  padding: 10px;
  background: yellow;
  z-index: 9999;
}
