@import 'theme-01-webfonts.css';
@import 'theme-02-grid.css';
@charset "UTF-8";

/* BACKEND-ANSICHT BASIS-STYLES */


.abstand-unten-einfach {
  margin-bottom: 1.125rem !important;
}
.abstand-unten-doppelt {
  margin-bottom: 2.25rem !important;
}
.abstand-keiner {
  margin-bottom: 0 !important;
	
}

.mp-bg-image,
.mp-bg-cover {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.mp-over-secondary, .mp-over-third, .mp-over-fourth, .mp-over-fifth {
  position: relative;	
}
.mp-over-secondary::before,
.mp-over-third::before,
.mp-over-fourth::before,
.mp-over-fifth::before {
  background-color: rgba(255,255,255,0.8) !important;
  color: #000 !important;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mp-bg-secondary *, 
.mp-bg-third *, 
.mp-over-secondary *,
.mp-over-third *, 
.mp-over-fourth *,
.mp-over-fifth * {
  color: inherit;
}

.containerRow-false > .container > .row {
  display: block;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
