.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);
  }
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  src: url('_fonts/Ubuntu-R.woff') format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: bold;
  font-weight: 700;
  src: url('_fonts/Ubuntu-B.woff') format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  src: url('_fonts/Ubuntu-R.woff') format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: bold;
  font-weight: 700;
  src: url('_fonts/Ubuntu-B.woff') format('woff');
}
/*------------------------------------------------------*/
/*------------------------------------------------------*/
body {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #252525;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: auto;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  color: #a64091;
  hyphens: manual;
}
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 {
  display: block;
}
h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child {
  margin-top: 0;
}
h1,
.h1 {
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 70px;
}
h1 small,
.h1 small {
  font-size: 20px;
  color: #706f6f;
}
@media screen and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 30px;
  }
  h1 small,
  .h1 small {
    font-size: 16px;
  }
}
h2,
.h2 {
  font-size: 24px;
  margin-bottom: 2rem;
  font-weight: 600;
}
h2 small,
.h2 small {
  font-size: 14.4px;
}
h3,
.h3 {
  font-size: 20px;
  margin-bottom: 1rem;
  font-weight: 700;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 14px;
}
h1.big {
  font-size: 80px;
}
/*------------------------------------------------------*/
a {
  color: #a64091;
  transition: color ease-in-out 0.25s;
  text-decoration: none;
}
a:hover {
  color: #252525;
  text-decoration: underline;
}
p a {
  color: #252525;
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
a.anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
  width: 1px;
  height: 1px;
}
/*------------------------------------------------------*/
p,
ul,
table,
address {
  hyphens: auto;
  margin-bottom: 1.42857em;
}
p.last,
p:last-child {
  margin-bottom: 0;
}
.lead {
  font-size: 18px;
}
/*------------------------------------------------------*/
.fa-duotone {
  color: #a64091;
  --fa-secondary-opacity: 0.5;
}
.circled-icons {
  width: 100px;
  aspect-ratio: 1;
  position: relative;
}
.circled-icons i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 56px;
}
.circled-icons-background {
  border: 1px solid #a64091;
  padding: 15px;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 100%;
  display: inline-block;
  position: absolute;
}
.circled-icons-background:before {
  content: '';
  display: block;
  border-radius: 50%;
  aspect-radius: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #f6ecf4;
  z-index: -1;
  top: -5%;
  left: 0;
}
.circled-icons-background:after {
  content: '';
  display: block;
  border-radius: 50%;
  aspect-radius: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #c0bfbf;
  z-index: 2;
  top: 5%;
  left: -7%;
}
/*------------------------------------------------------*/
ol,
ul {
  padding: 0;
}
ul li {
  margin: 0 0 0.5em 1em;
}
ul.logo-a {
  list-style-type: none;
  margin: 0;
}
ul.logo-a li {
  padding: 0 0 0 40px;
  margin: 0 0 0.5em 0 ;
  line-height: 30px;
  background: url("_images/logo_a_sign.png") no-repeat;
  background-size: 30px auto;
}
ul.logo-a li:last-child {
  margin: 0;
}
ul.logo-a li a {
  transition: all ease-in-out 0.25s;
  background: #706f6f;
  padding: 5px 10px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  display: block;
}
ul.logo-a li a:hover {
  background: #a64091;
}
#top-header {
  font-size: 16px;
  color: #fff;
}
/* -----------------------------*/
strong {
  font-weight: 600;
}
.small {
  font-size: 0.8em;
  line-height: 1em;
}
/* -----------------------------*/
.button,
a.button {
  display: inline-block;
  width: auto;
  padding: 15px ;
  margin: 0 0 1.4em 0;
  border-radius: 12px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  transition: all ease-in-out 0.25s;
  text-decoration: none;
  font-size: 18px;
  font-family: "Ubuntu", sans-serif;
  line-height: 1;
}
.button.button-default,
a.button.button-default {
  color: #fff;
  border: 1px solid #a64091;
  background: #a64091;
}
.button.button-default:hover,
a.button.button-default:hover,
.button.button-default:active,
a.button.button-default:active,
.button.button-default:focus,
a.button.button-default:focus {
  background: #bf5aaa;
}
.button.button-primary,
a.button.button-primary {
  color: #fff;
  border: 1px solid #a64091;
  background: #a64091;
}
.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: #bf5aaa;
}
.button.button-secondary,
a.button.button-secondary {
  color: #fff;
  border: 1px solid #706f6f;
  background: #706f6f;
}
.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: #8a8888;
}
.button.button-tertiary,
a.button.button-tertiary {
  color: #a64091;
  border: 1px solid #d5b0cc;
  background: #d5b0cc;
}
.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: #e7d1e1;
}
address table tr td {
  vertical-align: top;
}
address table tr td:first-child {
  padding-right: 10px;
}
address table .label-times {
  display: inline-block;
  width: 70px;
}
/*------------------------------------------------------*/
hr {
  border: 0;
  height: 1px;
  background: #a64091;
  margin: 40px auto;
}
/*------------------------------------------------------*/
blockquote {
  border-left: none;
  margin: 0 ;
  font-size: 30px;
  font-weight: 400;
  color: #a64091;
  font-family: serif;
}
/*------------------------------------------------------*/
figcaption {
  margin-top: 5px;
  font-size: 12px;
  font-style: italic;
  color: #706f6f;
}
/*------------------------------------------------------*/
#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 {
  line-height: 1.4;
}
#master-footer * {
  color: #fff;
}
#master-footer a:hover {
  color: #706f6f;
  text-decoration: none;
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  src: url('_fonts/Ubuntu-R.woff') format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: bold;
  font-weight: 700;
  src: url('_fonts/Ubuntu-B.woff') format('woff');
}
#main-header {
  z-index: 1040;
  background-color: #fff;
  padding: 30px 0;
}
#main-header #logo-box {
  width: 100%;
  max-width: 64px;
}
@media screen and (max-width: 767px) {
  #main-header #logo-box {
    padding: 15px 0 0 10px;
  }
}
#main-header #logo {
  max-width: 180px;
  transition: all ease-in-out 0.25s;
}
@media screen and (max-width: 991px) {
  #main-header #logo {
    max-width: 150px;
  }
}
#main-header #logo img {
  transition: all ease-in-out 0.25s;
}
#main-header #navi-header {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #main-header #navi-header {
    z-index: 9999;
    top: 14px;
    left: 0;
    right: 0;
    padding: 5px ;
  }
}
#main-header.fixed {
  position: fixed;
  z-index: 9999;
  width: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#main-header.fixed #logo {
  max-width: 80px;
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  src: url('_fonts/Ubuntu-R.woff') format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: bold;
  font-weight: 700;
  src: url('_fonts/Ubuntu-B.woff') format('woff');
}
ul#main-navigation {
  font-size: 18px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  hyphens: none;
  height: 100%;
  white-space: nowrap;
}
ul#main-navigation li {
  margin: 0;
  padding: 0 40px;
  position: relative;
}
ul#main-navigation li:first-child {
  padding-left: 0;
}
ul#main-navigation li:last-child {
  padding-right: 0;
}
ul#main-navigation li a {
  color: #252525;
  font-weight: 500;
  background: transparent;
  text-decoration: none;
  transition: all ease-in-out 0.02s;
}
ul#main-navigation li.active a,
ul#main-navigation li a:hover,
ul#main-navigation li a:focus,
ul#main-navigation li a:active {
  color: #a64091;
}
ul#main-navigation li.emphasized a {
  background: #a64091;
  padding: 8px 12px;
  border-radius: 4px;
  color: #fff;
}
ul#main-navigation li.emphasized.active a,
ul#main-navigation li.emphasized a:active,
ul#main-navigation li.emphasized a:focus,
ul#main-navigation li.emphasized a:hover {
  background: #706f6f;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  ul#main-navigation li {
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  ul#main-navigation li {
    padding: 0 15px;
  }
  ul#main-navigation li a {
    font-size: 14px;
  }
}
ul#main-navigation ul.dropdown-menu[data-bs-popper] {
  z-index: 999;
  left: 20px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 0;
  margin-top: 0;
  font-size: 16px;
}
ul#main-navigation ul.dropdown-menu[data-bs-popper] li {
  padding: 10px 15px;
}
@media screen and (max-width: 991px) {
  ul#main-navigation ul.dropdown-menu[data-bs-popper] {
    left: 5px;
  }
}
.offcanvas.show .offcanvas-header {
  background: #a64091;
  padding: 15px;
}
.offcanvas.show .offcanvas-header * {
  color: #706f6f;
}
.offcanvas.show ul#main-navigation li {
  padding: 15px 35px;
}
.offcanvas.show ul#main-navigation li:before {
  font: var(--fa-font-regular);
  margin-right: 10px;
}
.offcanvas.show ul#main-navigation li#nav-startseite:before {
  content: "\e487";
}
.offcanvas.show ul#main-navigation ul.dropdown-menu[data-bs-popper] {
  z-index: 999;
  left: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-top: 0;
  font-size: 16px;
}
.offcanvas.show ul#main-navigation ul.dropdown-menu[data-bs-popper] li {
  padding: 10px 0 10px 35px;
}
ul#footer-nav,
ul#social-nav {
  list-style-type: none;
  font-size: 16px;
  text-align: right;
}
ul#footer-nav li,
ul#social-nav li {
  margin-left: 0;
}
ul#footer-nav li:last-child,
ul#social-nav li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  ul#footer-nav li,
  ul#social-nav li {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 6px;
  }
}
@media screen and (max-width: 575px)  {
  ul#footer-nav,
  ul#social-nav {
    text-align: center;
  }
}
ul#footer-nav a,
ul#social-nav a {
  text-decoration: none;
  color: #fff;
}
ul#footer-nav a:hover,
ul#social-nav a:hover {
  text-decoration: none;
  color: #d5b0cc;
}
ul#social-nav {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}
ul#social-nav a i {
  color: #fff;
  transition: color ease-in-out 0.25s;
}
ul#social-nav a:hover i {
  color: #d5b0cc;
}
@media screen and (max-width: 991px) {
  ul#social-nav {
    flex-flow: row wrap;
    justify-content: center;
  }
  ul#social-nav li {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px)  {
  ul#social-nav {
    padding-top: 16px;
  }
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  src: url('_fonts/Ubuntu-R.woff') format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: bold;
  font-weight: 700;
  src: url('_fonts/Ubuntu-B.woff') format('woff');
}
.slider-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 575px)  {
  .slider-container {
    width: 100%!important;
  }
}
/*---- CAROUSEL  ----------------------------------------*/
.carousel-fade .carousel-item {
  transition-duration: 5s;
}
#img-slider #carousel,
#img-slider-sub #carousel {
  width: 100%;
  position: relative;
}
#img-slider #carousel img,
#img-slider-sub #carousel img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #img-slider #carousel .carousel-inner,
  #img-slider-sub #carousel .carousel-inner {
    width: 1024px;
    left: 50%;
    margin-left: -512px;
  }
}
#fixed-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed-caption .container,
#fixed-caption .row {
  position: relative;
  width: 100%;
  height: 100%;
}
#fixed-caption .caption {
  position: absolute;
  display: table;
  bottom: 13%;
  left: 0;
  padding: 30px;
  background: rgba(166, 64, 145, 0.6);
}
#img-slider-sub #fixed-caption .container .row {
  display: flex;
  align-items: center;
}
#img-slider-sub #fixed-caption .container .row .caption {
  position: relative;
  bottom: auto;
}
@media screen and (max-width: 991px) {
  #img-slider-sub #fixed-caption .container .row .caption {
    padding: 15px;
  }
}
#bulletnavigation {
  z-index: 9998;
}
#map-canvas {
  width: 100%;
  height: 400px;
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  src: url('_fonts/Ubuntu-R.woff') format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: bold;
  font-weight: 700;
  src: url('_fonts/Ubuntu-B.woff') format('woff');
}
.bg-primary *,
.bg-primary-100 * {
  color: #fff;
}
.bg-primary hr,
.bg-primary-100 hr {
  background: #fff;
}
.bg-secondary *:not(a.button),
.bg-secondary-100 *:not(a.button) {
  color: #fff;
}
.bg-secondary hr,
.bg-secondary-100 hr {
  background: #fff;
}
.bg-tertiary *,
.bg-tertiary-100 * {
  color: #a64091;
}
.bg-tertiary hr,
.bg-tertiary-100 hr {
  background: #a64091;
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  src: url('_fonts/Ubuntu-R.woff') format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: bold;
  font-weight: 700;
  src: url('_fonts/Ubuntu-B.woff') format('woff');
}
html {
  position: relative;
  min-height: 100%;
}
body {
  background: #fff;
  background-image: url('_images/bg_body.svg');
  background-position: top center ;
  background-size: 90% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
/*---- LAYOUT  ----------------------------------------*/
#master {
  height: auto!important;
  min-height: 100%;
  width: 100%;
}
.hero .hero-image-container {
  -webkit-mask-image: url(_images/sub_mask.svg);
  -webkit-mask-repeat: no-repeat;
  mask-image: url(_images/sub_mask.svg);
  mask-repeat: no-repeat;
  overflow: hidden;
  aspect-ratio: 3.149;
  top: -1px;
  position: relative;
}
.hero .hero-image-container:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  aspect-ratio: 8.5714285714;
  background: url(_images/hero_shutter.svg) center -1px no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
}
.hero #hero-logo-container {
  bottom: 10%;
  position: absolute;
  z-index: 999;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hero #hero-logo-container {
    bottom: -10%;
  }
}
#home .hero .hero-image-container {
  -webkit-mask-image: url(_images/hero_mask.svg);
  -webkit-mask-repeat: no-repeat;
  mask-image: url(_images/hero_mask.svg);
  mask-repeat: no-repeat;
  overflow: hidden;
  aspect-ratio: 1.950;
  position: relative;
}
#home .hero .hero-image-container:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  aspect-ratio: 8.5714285714;
  background: url(_images/hero_shutter.svg) center -1px no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
}
#home .hero #hero-logo-container {
  bottom: 10%;
  position: absolute;
  z-index: 999;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #home .hero #hero-logo-container {
    bottom: -10%;
  }
}
#content {
  position: relative;
}
/*---- MISC ----------------------------------------*/
#welcome {
  position: relative;
}
#welcome header {
  position: relative;
}
#welcome header h1 {
  white-space: nowrap !important;
}
@media screen and (max-width: 767px) {
  #welcome {
    padding-top: 40px;
  }
}
.stoerer {
  background: #a64091;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  transform: rotate(15deg);
  position: absolute;
  top: -100px;
  right: 0;
}
.stoerer * {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .stoerer {
    left: auto;
    right: 0;
    top: -75px;
    width: 150px;
    height: 150px;
  }
  .stoerer h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px)  {
  .stoerer {
    top: -60px;
    width: 120px;
    height: 120px;
  }
  .stoerer h2 {
    font-size: 14px;
  }
}
.box {
  border-radius: 12px;
  background: #fff;
  border: 1px solid #a64091;
}
.galerie-pic {
  position: relative;
}
.galerie-pic img {
  width: 100%;
  aspect-ratio: 1.25;
  object-position: center;
  object-fit: cover;
}
/*---- MAP ----------------------------------------*/
.googlemaps_hint {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-size: 80%;
  transition: all ease-in-out 0.25s;
}
.googlemaps_hint:hover {
  opacity: 1;
}
/*---- FOOTER ----------------------------------------*/
#master-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  aspect-ratio: 5.333333333;
  background: url('_images/bg_footer.svg') center bottom no-repeat;
  background-size: cover ;
  padding: 0;
}
#master-footer #footer-row {
  align-items: center;
}
/*XS*/
@media screen and (max-width: 991px) {
  #master {
    margin-bottom: 0px;
  }
  #master-footer {
    aspect-ratio: auto;
    height: auto;
    background: #a64091;
  }
  #master-footer #footer-row {
    align-items: flex-end;
    padding: 16px 0 16px 0;
  }
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  src: url('_fonts/Ubuntu-R.woff') format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: bold;
  font-weight: 700;
  src: url('_fonts/Ubuntu-B.woff') format('woff');
}
/* --------------------------------------------------- */
/* 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: #252525 !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: #a64091 !important;
}
.bg-primary-0 {
  background-color: #ffffff;
}
.bg-trans-primary-0 {
  background-color: rgba(166, 64, 145, 0);
}
.bg-primary {
  background-color: #a64091 !important;
}
.bg-primary-1 {
  background-color: #fefdfe;
}
.bg-trans-primary-1 {
  background-color: rgba(166, 64, 145, 0.01);
}
.bg-primary {
  background-color: #a64091 !important;
}
.bg-primary-2 {
  background-color: #fdfbfd;
}
.bg-trans-primary-2 {
  background-color: rgba(166, 64, 145, 0.02);
}
.bg-primary {
  background-color: #a64091 !important;
}
.bg-primary-3 {
  background-color: #fdf9fc;
}
.bg-trans-primary-3 {
  background-color: rgba(166, 64, 145, 0.03);
}
.bg-primary {
  background-color: #a64091 !important;
}
.bg-primary-4 {
  background-color: #fcf7fb;
}
.bg-trans-primary-4 {
  background-color: rgba(166, 64, 145, 0.04);
}
.bg-primary {
  background-color: #a64091 !important;
}
.bg-primary-5 {
  background-color: #fbf5fa;
}
.bg-trans-primary-5 {
  background-color: rgba(166, 64, 145, 0.05);
}
.bg-primary {
  background-color: #a64091 !important;
}
.bg-primary-10 {
  background-color: #f7ebf5;
}
.bg-trans-primary-10 {
  background-color: rgba(166, 64, 145, 0.1);
}
.bg-primary {
  background-color: #a64091 !important;
}
.bg-primary-20 {
  background-color: #efd7ea;
}
.bg-trans-primary-20 {
  background-color: rgba(166, 64, 145, 0.2);
}
.bg-primary {
  background-color: #a64091 !important;
}
.bg-primary-30 {
  background-color: #e8c2e0;
}
.bg-trans-primary-30 {
  background-color: rgba(166, 64, 145, 0.3);
}
.bg-primary {
  background-color: #a64091 !important;
}
.bg-primary-40 {
  background-color: #e0aed6;
}
.bg-trans-primary-40 {
  background-color: rgba(166, 64, 145, 0.4);
}
.bg-primary {
  background-color: #a64091 !important;
}
.bg-primary-50 {
  background-color: #d89acb;
}
.bg-trans-primary-50 {
  background-color: rgba(166, 64, 145, 0.5);
}
.bg-primary {
  background-color: #a64091 !important;
}
.bg-primary-60 {
  background-color: #d086c1;
}
.bg-trans-primary-60 {
  background-color: rgba(166, 64, 145, 0.6);
}
.bg-primary {
  background-color: #a64091 !important;
}
.bg-primary-70 {
  background-color: #c872b7;
}
.bg-trans-primary-70 {
  background-color: rgba(166, 64, 145, 0.7);
}
.bg-primary {
  background-color: #a64091 !important;
}
.bg-primary-80 {
  background-color: #c15dac;
}
.bg-trans-primary-80 {
  background-color: rgba(166, 64, 145, 0.8);
}
.bg-primary {
  background-color: #a64091 !important;
}
.bg-primary-90 {
  background-color: #b949a2;
}
.bg-trans-primary-90 {
  background-color: rgba(166, 64, 145, 0.9);
}
.bg-primary {
  background-color: #a64091 !important;
}
.bg-primary-100 {
  background-color: #a64091;
}
.bg-trans-primary-100 {
  background-color: #a64091;
}
.bg-secondary {
  background-color: #706f6f !important;
}
.bg-secondary-0 {
  background-color: #ffffff;
}
.bg-trans-secondary-0 {
  background-color: rgba(112, 111, 111, 0);
}
.bg-secondary {
  background-color: #706f6f !important;
}
.bg-secondary-1 {
  background-color: #fefefe;
}
.bg-trans-secondary-1 {
  background-color: rgba(112, 111, 111, 0.01);
}
.bg-secondary {
  background-color: #706f6f !important;
}
.bg-secondary-2 {
  background-color: #fcfcfc;
}
.bg-trans-secondary-2 {
  background-color: rgba(112, 111, 111, 0.02);
}
.bg-secondary {
  background-color: #706f6f !important;
}
.bg-secondary-3 {
  background-color: #fbfbfb;
}
.bg-trans-secondary-3 {
  background-color: rgba(112, 111, 111, 0.03);
}
.bg-secondary {
  background-color: #706f6f !important;
}
.bg-secondary-4 {
  background-color: #f9f9f9;
}
.bg-trans-secondary-4 {
  background-color: rgba(112, 111, 111, 0.04);
}
.bg-secondary {
  background-color: #706f6f !important;
}
.bg-secondary-5 {
  background-color: #f8f8f8;
}
.bg-trans-secondary-5 {
  background-color: rgba(112, 111, 111, 0.05);
}
.bg-secondary {
  background-color: #706f6f !important;
}
.bg-secondary-10 {
  background-color: #f1f1f1;
}
.bg-trans-secondary-10 {
  background-color: rgba(112, 111, 111, 0.1);
}
.bg-secondary {
  background-color: #706f6f !important;
}
.bg-secondary-20 {
  background-color: #e2e2e2;
}
.bg-trans-secondary-20 {
  background-color: rgba(112, 111, 111, 0.2);
}
.bg-secondary {
  background-color: #706f6f !important;
}
.bg-secondary-30 {
  background-color: #d4d4d4;
}
.bg-trans-secondary-30 {
  background-color: rgba(112, 111, 111, 0.3);
}
.bg-secondary {
  background-color: #706f6f !important;
}
.bg-secondary-40 {
  background-color: #c6c5c5;
}
.bg-trans-secondary-40 {
  background-color: rgba(112, 111, 111, 0.4);
}
.bg-secondary {
  background-color: #706f6f !important;
}
.bg-secondary-50 {
  background-color: #b8b7b7;
}
.bg-trans-secondary-50 {
  background-color: rgba(112, 111, 111, 0.5);
}
.bg-secondary {
  background-color: #706f6f !important;
}
.bg-secondary-60 {
  background-color: #a9a9a9;
}
.bg-trans-secondary-60 {
  background-color: rgba(112, 111, 111, 0.6);
}
.bg-secondary {
  background-color: #706f6f !important;
}
.bg-secondary-70 {
  background-color: #9b9a9a;
}
.bg-trans-secondary-70 {
  background-color: rgba(112, 111, 111, 0.7);
}
.bg-secondary {
  background-color: #706f6f !important;
}
.bg-secondary-80 {
  background-color: #8d8c8c;
}
.bg-trans-secondary-80 {
  background-color: rgba(112, 111, 111, 0.8);
}
.bg-secondary {
  background-color: #706f6f !important;
}
.bg-secondary-90 {
  background-color: #7e7d7d;
}
.bg-trans-secondary-90 {
  background-color: rgba(112, 111, 111, 0.9);
}
.bg-secondary {
  background-color: #706f6f !important;
}
.bg-secondary-100 {
  background-color: #706f6f;
}
.bg-trans-secondary-100 {
  background-color: #706f6f;
}
.bg-tertiary {
  background-color: #d5b0cc !important;
}
.bg-tertiary-0 {
  background-color: #ffffff;
}
.bg-trans-tertiary-0 {
  background-color: rgba(213, 176, 204, 0);
}
.bg-tertiary {
  background-color: #d5b0cc !important;
}
.bg-tertiary-1 {
  background-color: #fffefe;
}
.bg-trans-tertiary-1 {
  background-color: rgba(213, 176, 204, 0.01);
}
.bg-tertiary {
  background-color: #d5b0cc !important;
}
.bg-tertiary-2 {
  background-color: #fefdfe;
}
.bg-trans-tertiary-2 {
  background-color: rgba(213, 176, 204, 0.02);
}
.bg-tertiary {
  background-color: #d5b0cc !important;
}
.bg-tertiary-3 {
  background-color: #fefdfd;
}
.bg-trans-tertiary-3 {
  background-color: rgba(213, 176, 204, 0.03);
}
.bg-tertiary {
  background-color: #d5b0cc !important;
}
.bg-tertiary-4 {
  background-color: #fdfcfd;
}
.bg-trans-tertiary-4 {
  background-color: rgba(213, 176, 204, 0.04);
}
.bg-tertiary {
  background-color: #d5b0cc !important;
}
.bg-tertiary-5 {
  background-color: #fdfbfc;
}
.bg-trans-tertiary-5 {
  background-color: rgba(213, 176, 204, 0.05);
}
.bg-tertiary {
  background-color: #d5b0cc !important;
}
.bg-tertiary-10 {
  background-color: #fbf7fa;
}
.bg-trans-tertiary-10 {
  background-color: rgba(213, 176, 204, 0.1);
}
.bg-tertiary {
  background-color: #d5b0cc !important;
}
.bg-tertiary-20 {
  background-color: #f7eff5;
}
.bg-trans-tertiary-20 {
  background-color: rgba(213, 176, 204, 0.2);
}
.bg-tertiary {
  background-color: #d5b0cc !important;
}
.bg-tertiary-30 {
  background-color: #f2e7f0;
}
.bg-trans-tertiary-30 {
  background-color: rgba(213, 176, 204, 0.3);
}
.bg-tertiary {
  background-color: #d5b0cc !important;
}
.bg-tertiary-40 {
  background-color: #eedfeb;
}
.bg-trans-tertiary-40 {
  background-color: rgba(213, 176, 204, 0.4);
}
.bg-tertiary {
  background-color: #d5b0cc !important;
}
.bg-tertiary-50 {
  background-color: #ead8e5;
}
.bg-trans-tertiary-50 {
  background-color: rgba(213, 176, 204, 0.5);
}
.bg-tertiary {
  background-color: #d5b0cc !important;
}
.bg-tertiary-60 {
  background-color: #e6d0e0;
}
.bg-trans-tertiary-60 {
  background-color: rgba(213, 176, 204, 0.6);
}
.bg-tertiary {
  background-color: #d5b0cc !important;
}
.bg-tertiary-70 {
  background-color: #e2c8db;
}
.bg-trans-tertiary-70 {
  background-color: rgba(213, 176, 204, 0.7);
}
.bg-tertiary {
  background-color: #d5b0cc !important;
}
.bg-tertiary-80 {
  background-color: #ddc0d6;
}
.bg-trans-tertiary-80 {
  background-color: rgba(213, 176, 204, 0.8);
}
.bg-tertiary {
  background-color: #d5b0cc !important;
}
.bg-tertiary-90 {
  background-color: #d9b8d1;
}
.bg-trans-tertiary-90 {
  background-color: rgba(213, 176, 204, 0.9);
}
.bg-tertiary {
  background-color: #d5b0cc !important;
}
.bg-tertiary-100 {
  background-color: #d5b0cc;
}
.bg-trans-tertiary-100 {
  background-color: #d5b0cc;
}
.color-primary,
.color-primary * {
  color: #a64091 !important;
}
.color-secondary,
.color-secondary * {
  color: #706f6f !important;
}
.color-tertiary,
.color-tertiary * {
  color: #d5b0cc !important;
}
.color-neutral,
.color-neutral * {
  color: #252525 !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;
}
