html, body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}
a {
  color: #BF7B74;
  text-decoration: underline;
}
a:hover {
  color: #F5C8BA;
}
.hero-section .wrapper, .citation .wrapper, .wedding-section .wrapper, .impressum .wrapper, .datenschutz .wrapper {
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1780px) {
  .hero-section .wrapper, .citation .wrapper, .wedding-section .wrapper, .impressum .wrapper, .datenschutz .wrapper {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
figure img, figure picture {
  max-width: 100%;
  display: block;
  height: auto;
}
.hero-section {
  position: relative;
}
.hero-section .inside {
  margin-bottom: 2em;
  background: #f7f6f9 url("../../bundles/mariabasic/img/background_image_400_c.jpg") center center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 2001px) {
  .hero-section .inside {
    background-image: url("../../bundles/mariabasic/img/background_image_2500_b.jpg");
  }
}
@media only screen and (max-width: 2000px) {
  .hero-section .inside {
    background-image: url("../../bundles/mariabasic/img/background_image_2000_b.jpg");
  }
}
@media only screen and (max-width: 1600px) {
  .hero-section .inside {
    background-image: url("../../bundles/mariabasic/img/background_image_1600_b.jpg");
  }
}
@media only screen and (max-width: 1280px) {
  .hero-section .inside {
    background-image: url("../../bundles/mariabasic/img/background_image_1280_b.jpg");
  }
}
@media only screen and (max-width: 1024px) {
  .hero-section .inside {
    background-image: url("../../bundles/mariabasic/img/background_image_1024_b.jpg");
  }
}
@media only screen and (max-width: 800px) and (orientation: landscape) {
  .hero-section .inside {
    background-image: url("../../bundles/mariabasic/img/background_image_800_b.jpg");
  }
}
@media only screen and (max-width: 800px) and (orientation: portrait) {
  .hero-section .inside {
    background-image: url("../../bundles/mariabasic/img/background_image_800_c.jpg");
  }
}
@media only screen and (max-width: 600px) and (orientation: landscape) {
  .hero-section .inside {
    background-image: url("../../bundles/mariabasic/img/background_image_600_b.jpg");
  }
}
@media only screen and (max-width: 600px) and (orientation: portrait) {
  .hero-section .inside {
    background-image: url("../../bundles/mariabasic/img/background_image_600_c.jpg");
  }
}
@media only screen and (max-width: 400px) and (orientation: landscape) {
  .hero-section .inside {
    background-image: url("../../bundles/mariabasic/img/background_image_400_b.jpg");
  }
}
@media only screen and (max-width: 400px) and (orientation: portrait) {
  .hero-section .inside {
    background-image: url("../../bundles/mariabasic/img/background_image_400_c.jpg");
  }
}
.hero-section .wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-direction: reverse;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 1250px;
}
.hero-section .wrapper figure {
  margin-bottom: -7em;
  margin-right: 2em;
}
.hero-section .wrapper a {
  display: inline-block;
  font-family: "InterBold", helvetica, arial, sans-serif;
  letter-spacing: 0.2em;
  font-size: 0.9em;
  color: #fff;
  padding: 0.76em 1.35em;
  background: #F5C8BA;
  outline: 2px solid #F5C8BA;
  outline-offset: 2px;
  text-transform: uppercase;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.hero-section .wrapper a:hover {
  background: #BF7B74;
  outline: 2px solid #BF7B74;
}
.hero-section .wrapper .hero-left {
  width: 55%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.hero-section .wrapper .hero-left h1 {
  margin-bottom: 0.41em;
}
.hero-section .wrapper .hero-left p {
  margin-bottom: 1.5em;
}
@media only screen and (orientation: portrait) {
  .hero-section .inside {
    height: 100%;
    padding-bottom: 4em;
    background-size: cover;
    margin-bottom: 0;
  }
  .hero-section .inside .wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-section .inside .wrapper figure {
    margin-top: 3em;
    margin-bottom: 0;
    max-width: 60%;
  }
  .hero-section .inside .wrapper .hero-left {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 100%;
  }
  .hero-section .inside .wrapper .hero-left h1 {
    margin-top: 0;
  }
  .hero-section .inside .wrapper .hero-left a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
@media only screen and (max-width: 415px) {
  .hero-section .inside .wrapper figure {
    max-width: 100%;
  }
}
@media only screen and (min-width: 2001px) {
  .has-webp .hero-section .inside {
    background-image: url("../../bundles/mariabasic/img/background_image_2500_b.webp");
  }
}
@media only screen and (max-width: 2000px) {
  .has-webp .hero-section .inside {
    background-image: url("../../bundles/mariabasic/img/background_image_2000_b.webp");
  }
}
@media only screen and (max-width: 1600px) {
  .has-webp .hero-section .inside {
    background-image: url("../../bundles/mariabasic/img/background_image_1600_b.webp");
  }
}
@media only screen and (max-width: 1280px) {
  .has-webp .hero-section .inside {
    background-image: url("../../bundles/mariabasic/img/background_image_1280_b.webp");
  }
}
@media only screen and (max-width: 1024px) {
  .has-webp .hero-section .inside {
    background-image: url("../../bundles/mariabasic/img/background_image_1024_b.webp");
  }
}
@media only screen and (max-width: 800px) and (orientation: landscape) {
  .has-webp .hero-section .inside {
    background-image: url("../../bundles/mariabasic/img/background_image_800_b.webp");
  }
}
@media only screen and (max-width: 800px) and (orientation: portrait) {
  .has-webp .hero-section .inside {
    background-image: url("../../bundles/mariabasic/img/background_image_800_c.webp");
  }
}
@media only screen and (max-width: 600px) and (orientation: landscape) {
  .has-webp .hero-section .inside {
    background-image: url("../../bundles/mariabasic/img/background_image_600_b.webp");
  }
}
@media only screen and (max-width: 600px) and (orientation: portrait) {
  .has-webp .hero-section .inside {
    background-image: url("../../bundles/mariabasic/img/background_image_600_c.webp");
  }
}
@media only screen and (max-width: 400px) and (orientation: landscape) {
  .has-webp .hero-section .inside {
    background-image: url("../../bundles/mariabasic/img/background_image_400_b.webp");
  }
}
@media only screen and (max-width: 400px) and (orientation: portrait) {
  .has-webp .hero-section .inside {
    background-image: url("../../bundles/mariabasic/img/background_image_400_c.webp");
  }
}
.citation {
  position: relative;
  margin-top: 2.3em;
  margin-bottom: 2.3em;
}
.citation .wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
.citation .wrapper p:first-child:before {
  content: url("../../bundles/mariabasic/img/icons/heart_icon.svg");
  display: block;
  width: 1em;
  height: 1em;
  margin: 1em auto;
}
.citation .wrapper p:nth-child(2) {
  margin: 0;
  margin-top: 1.8em;
  font-family: "InterBold", helvetica, arial, sans-serif;
  letter-spacing: 0.2em;
  font-size: 0.9em;
  text-transform: uppercase;
}
.citation .wrapper p:nth-child(3) {
  font-family: "InterRegular", helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.86em;
}
.citation .wrapper p cite {
  margin-bottom: 1em;
  font-style: italic;
}
@media only screen and (max-width: 715px) {
  .citation .wrapper {
    width: 90%;
  }
  .citation br {
    content: ' ';
    margin-right: 0.33em;
    display: inline-block;
  }
}
@media only screen and (max-width: 660px) {
  .citation {
    margin: 1.1em 0;
  }
}
.wedding-section {
  background: #F9F9F8;
  height: 100%;
  text-align: center;
  padding-top: 2.5em;
  padding-bottom: 5.5em;
  position: relative;
  margin: 0 auto;
}
.wedding-section h2 {
  max-width: 29em;
  margin: 0 auto;
  margin-bottom: 2em;
}
.wedding-section ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  margin-top: 2em;
}
.wedding-section ul li {
  display: block;
  height: 100%;
  position: relative;
  text-transform: uppercase;
  font-size: 1.4em;
  letter-spacing: 0.2em;
  max-width: 37%;
  border: 0.65em solid #fff;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.13);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.13);
  -webkit-backface-visibility: hidden;
}
.wedding-section ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 25%;
}
.wedding-section ul li.trauung {
  background: url("../../bundles/mariabasic/img/trauung.jpg") center center no-repeat;
  background-size: cover;
  width: 387px;
  height: auto;
}
.wedding-section ul li.elopement {
  background: url("../../bundles/mariabasic/img/elopement.jpg") center center no-repeat;
  background-size: cover;
  width: 387px;
  height: auto;
  transform: rotate(-6deg);
  position: absolute;
  z-index: 100;
  left: 33%;
  top: 5%;
}
.wedding-section ul li.elopement p {
  line-height: 3em;
}
.wedding-section ul li.gesang {
  background: url("../../bundles/mariabasic/img/gesang.jpg") center center no-repeat;
  background-size: cover;
  width: 387px;
  height: auto;
  transform: rotate(3deg);
}
.wedding-section ul li.gesang p {
  line-height: 3em;
}
.wedding-section ul li p {
  margin-bottom: 12em;
}
@media only screen and (max-width: 735px) {
  .wedding-section .wrapper {
    width: 100%;
  }
  .wedding-section .wrapper h2 {
    width: 90%;
  }
  .wedding-section .wrapper li {
    font-size: 1em;
  }
}
@media only screen and (max-width: 500px) {
  .wedding-section .wrapper li {
    font-size: 0.75em;
  }
}
.mod_newslist {
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 3em;
}
@media screen and (max-width: 1780px) {
  .mod_newslist {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
.mod_newslist .swiper-container {
  padding-bottom: 4.5em;
}
.mod_newslist .swiper-container .swiper-wrapper figure {
  overflow: hidden;
}
.mod_newslist .swiper-container .swiper-wrapper figure a::before {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.mod_newslist .swiper-container .swiper-wrapper figure a img {
  position: relative;
  width: 340px;
  height: auto;
  transition: transform 0.5s ease-in-out;
}
.mod_newslist .swiper-container .swiper-wrapper figure a:hover::before {
  opacity: 0.5;
}
.mod_newslist .swiper-container .swiper-wrapper figure a:hover img {
  transform: scale(1.1);
}
.mod_newslist .swiper-container .swiper-pagination-bullet {
  margin: 0 1em;
  height: 0.8em;
  width: 0.8em;
}
.mod_newslist .swiper-container .swiper-pagination-bullet:focus {
  outline: none;
}
.mod_newslist .swiper-container .swiper-pagination-bullet-active {
  background: #F5C8BA;
  opacity: 1;
  position: relative;
}
.mod_newslist .swiper-container .swiper-pagination-bullet-active::before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  border-radius: 30px;
  border: 2px solid #F5C8BA;
}
@media only screen and (max-width: 500px) {
  .mod_newslist {
    margin-bottom: 0;
  }
  .mod_newslist .swiper-container {
    padding-bottom: 4em;
  }
  .mod_newslist .swiper-container .swiper-wrapper figure a:before {
    content: none;
  }
  .mod_newslist .swiper-container .swiper-pagination-bullet {
    margin: 0 0.5em;
    height: 0.8em;
    width: 0.8em;
  }
}
.privacy-bar button, .ce_privacyPopOpener .open-privacy-settings {
  display: inline-block;
  font-family: "InterBold", helvetica, arial, sans-serif;
  letter-spacing: 0.2em;
  font-size: 0.9em;
  color: #fff;
  padding: 0.76em 1.35em;
  background: #F5C8BA;
  outline: 2px solid #F5C8BA;
  outline-offset: 2px;
  text-transform: uppercase;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-size: 0.7em;
  margin-left: 1em;
}
.privacy-bar button:hover, .ce_privacyPopOpener .open-privacy-settings:hover {
  background: #BF7B74;
  outline: 2px solid #BF7B74;
}
@media screen and (max-width: 907px) {
  .ce_privacyPopOpener .open-privacy-settings {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-top: 1em;
  }
}
.privacy-bar .btn-holder {
  width: 100%;
}
.privacy-bar .button.button-enable-all {
  margin-right: 2em !important;
}
.privacy-bar p a {
  color: #BF7B74;
  text-decoration: underline;
}
.privacy-bar p a:hover {
  color: #F5C8BA;
}
.ce_privacyPopOpener {
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1780px) {
  .ce_privacyPopOpener {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#privacy-settings p a {
  color: #BF7B74;
  text-decoration: underline;
}
#privacy-settings p a:hover {
  color: #F5C8BA;
}
body.impressum, body.datenschutz {
  background: url("../../bundles/mariabasic/img/background_image_smudge_400.jpg") center top no-repeat;
  background-size: 100% auto;
  background-color: #fcfcfc;
}
body.impressum a, body.datenschutz a {
  word-wrap: break-word;
}
body.impressum #container, body.datenschutz #container {
  padding-top: 10em;
}
@media only screen and (min-width: 2001px) {
  body.impressum, body.datenschutz {
    background-image: url("../../bundles/mariabasic/img/background_image_smudge_2500.jpg");
  }
}
@media only screen and (max-width: 2000px) {
  body.impressum, body.datenschutz {
    background-image: url("../../bundles/mariabasic/img/background_image_smudge_2000.jpg");
  }
}
@media only screen and (max-width: 1600px) {
  body.impressum, body.datenschutz {
    background-image: url("../../bundles/mariabasic/img/background_image_smudge_1600.jpg");
  }
}
@media only screen and (max-width: 1280px) {
  body.impressum, body.datenschutz {
    background-image: url("../../bundles/mariabasic/img/background_image_smudge_1280.jpg");
  }
}
@media only screen and (max-width: 1024px) {
  body.impressum, body.datenschutz {
    background-image: url("../../bundles/mariabasic/img/background_image_smudge_1024.jpg");
  }
}
@media only screen and (max-width: 800px) {
  body.impressum, body.datenschutz {
    background-image: url("../../bundles/mariabasic/img/background_image_smudge_800.jpg");
  }
  body.impressum #container, body.datenschutz #container {
    padding-top: 5em;
  }
}
@media only screen and (max-width: 600px) {
  body.impressum, body.datenschutz {
    background-image: url("../../bundles/mariabasic/img/background_image_smudge_600.jpg");
  }
}
@media only screen and (max-width: 400px) {
  body.impressum, body.datenschutz {
    background-image: url("../../bundles/mariabasic/img/background_image_smudge_400.jpg");
  }
}
@media only screen and (min-width: 2001px) {
  .has-webp body.impressum, .has-webp body.datenschutz {
    background-image: url("../../bundles/mariabasic/img/background_image_smudge_2500.webp");
  }
}
@media only screen and (max-width: 2000px) {
  .has-webp body.impressum, .has-webp body.datenschutz {
    background-image: url("../../bundles/mariabasic/img/background_image_smudge_2000.webp");
  }
}
@media only screen and (max-width: 1600px) {
  .has-webp body.impressum, .has-webp body.datenschutz {
    background-image: url("../../bundles/mariabasic/img/background_image_smudge_1600.webp");
  }
}
@media only screen and (max-width: 1280px) {
  .has-webp body.impressum, .has-webp body.datenschutz {
    background-image: url("../../bundles/mariabasic/img/background_image_smudge_1280.webp");
  }
}
@media only screen and (max-width: 1024px) {
  .has-webp body.impressum, .has-webp body.datenschutz {
    background-image: url("../../bundles/mariabasic/img/background_image_smudge_1024.webp");
  }
}
@media only screen and (max-width: 800px) {
  .has-webp body.impressum, .has-webp body.datenschutz {
    background-image: url("../../bundles/mariabasic/img/background_image_smudge_800.webp");
  }
}
@media only screen and (max-width: 600px) {
  .has-webp body.impressum, .has-webp body.datenschutz {
    background-image: url("../../bundles/mariabasic/img/background_image_smudge_600.webp");
  }
}
@media only screen and (max-width: 400px) {
  .has-webp body.impressum, .has-webp body.datenschutz {
    background-image: url("../../bundles/mariabasic/img/background_image_smudge_400.webp");
  }
}
body.impressum .impressum-text h2 {
  font-family: "SourceSerifpro", serif;
  font-size: 1em;
  color: #707070;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 0;
}
body.impressum .impressum-text:nth-child(2)::after {
  content: url("../../bundles/mariabasic/img/icons/heart_icon.svg");
  display: block;
  margin: 0 auto;
  width: 1em;
  margin-bottom: 4.2em;
  margin-top: 4.2em;
}
body.impressum .impressum-text:nth-child(3)::after {
  content: url("../../bundles/mariabasic/img/icons/ring_icon.svg");
  display: block;
  margin: 0 auto;
  width: 1em;
  margin-bottom: 4.2em;
  margin-top: 4.2em;
}
body.datenschutz #main .ce_text:nth-child(n + 4) h2:before {
  position: relative;
  content: "";
  width: 30%;
  left: 35%;
  display: block;
  margin: 2.8em 0;
  border-top: 1px solid #707070;
}
body.datenschutz #main .text-bcg {
  background: rgba(165, 165, 165, 0.2);
  padding: 2.5em;
}
body.datenschutz #main ul {
  padding: 1em;
}
body.datenschutz #main ul li {
  margin-bottom: 1.4em;
  position: relative;
  padding-left: 1.5em;
}
body.datenschutz #main ul li::before {
  content: "";
  display: block;
  height: 0.56em;
  width: 0.56em;
  border-radius: 50%;
  background-color: #D5ADA1;
  position: absolute;
  left: 0;
  top: 0.4em;
}
body.trident .hero-section .wrapper .hero-left, body.ios .hero-section .wrapper .hero-left {
  display: block;
}
body.trident #footer .inside .ce_text.first ul li.icon-instagram a, body.trident #footer .inside .ce_text.first ul li.icon-facebook a, body.ios #footer .inside .ce_text.first ul li.icon-instagram a, body.ios #footer .inside .ce_text.first ul li.icon-facebook a {
  width: 4em;
}
body.trident #footer .inside .ce_text.first p a, body.ios #footer .inside .ce_text.first p a {
  width: 8em;
}
body.trident.datenschutz h3 {
  font-weight: bold;
}
body.safari * {
  text-rendering: optimizeLegibility;
}
body.safari .hero-section .hero-left {
  text-align: center;
}
body.safari .hero-section .hero-left h1, body.safari .hero-section .hero-left p {
  text-align: left;
}
@media only screen and (max-width: 350px) {
  body.ios .mod_newslist .swiper-container {
    height: auto;
    min-height: 100%;
  }
  body.ios .privacy-bar {
    font-size: 0.8em;
  }
}
.sf-error-toolbar {
  display: none !important;
}
body.firefox .privacy-bar button {
  font-size: 0.9em;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%2Fwww%2Fvirtual%2Fmaria-blanke.abnahme-server.de%2Fhtdocs%2Fprivate-bundles%2Fmagmell-agentur%2Fmaria-basic%2Fsrc%2FResources%2Fpublic%2Fcss%2Fstyles.scss%22%2C%22var%2Fwww%2Fvirtual%2Fmaria-blanke.abnahme-server.de%2Fhtdocs%2Fprivate-bundles%2Fmagmell-agentur%2Fmaria-basic%2Fsrc%2FResources%2Fpublic%2Fcss%2F_mixins.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACyCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACHJ%3BAAAA%3BAAAA%3BAAAA%3BADOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMR%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQhB%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAMR%3BAACI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKR%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7QI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADoRA%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcR%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5UI%3BAAAA%3BAAAA%3BAAAA%3BADmVJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGH%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBZ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAQJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%22%7D */