/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/38320f");
@font-face {
  font-family: 'open_sansregular';
  src: url('../fonts/opensans-variablefont_wdthwght-webfont.woff2') format('woff2'), url('../fonts/opensans-variablefont_wdthwght-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PeriodPieceJNL';
  src: url('../webfonts/38320F_0_0.eot');
  src: url('../webfonts/38320F_0_0.eot?#iefix') format('embedded-opentype'), url('../webfonts/38320F_0_0.woff2') format('woff2'), url('../webfonts/38320F_0_0.woff') format('woff'), url('../webfonts/38320F_0_0.ttf') format('truetype');
}
body {
  background-color: #fff !important;
  color: #555;
  line-height: 28px;
  font-family: 'open_sansregular';
  font-size: 16px;
}
a {
  color: #622f55;
}
a:hover {
  color: #333;
}
.fa {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
}
.fas, fab {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
h1.sppb-addon-title, .title h2 {
  font-family: 'PeriodPieceJNL';
  color: #813E73;
  letter-spacing: 3px;
  line-height: 45px;
}
h1 {
    font-size: 36px;
  }
h2, .h2 {
  font-size: 25px;
  color: #828282;
}
.title h2, .sppb-title-heading {
  font-family: 'PeriodPieceJNL';
  color: #813E73;
  letter-spacing: 2px;
  font-size: 30px !important;
}
.action .sppb-addon-title {
  color: #F5F4DD !important;
}
h3.sppb-media-heading {
  margin: 0 0 30px;
}
#offcanvas-toggler {
  font-size: 35px;
}
.sppb-addon-feature .sppb-addon-content .sppb-icon {
  border: 12px solid #fff;
  border-radius: 50%;
  height: 88px;
  left: 0;
  margin: 0 auto;
  padding-top: 17px;
  position: absolute;
  right: 0;
  top: -44px;
  width: 88px;
  background: #622f55;
}
.sppb-addon-feature .sppb-addon-content h3 {
  font-weight: 400;
  line-height: 1.3;
  text-transform: none;
  font-size: 17px;
}
#sp-bottom p {
  color: #C1A9C6;
  margin: 0;
  line-height: 21px;
}
#sp-bottom h3 {
  color: #C1A9C6;
  margin: 0 0 15px 0;
}
#sp-bottom h3 {
  font-family: 'PeriodPieceJNL';
  letter-spacing: 2px;
  line-height: 23px;
  font-size: 17px;
}
span.sp-copyright a {
  color: #fff;
  text-decoration: underline;
}
.sppb-addon-feature .sppb-addon-content {
  padding: 38px 0px 10px;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.sppb-addon-feature .sppb-addon-content:hover {
  background: #f2f2f2;
}
.image-layout-preset-style-overlap .sppb-image-layout-title {
  font-family: 'PeriodPieceJNL';
  color: #813E73;
  letter-spacing: 2px !important;
  font-size: 28px;
  padding: 8px 0;
  line-height: 43px;
  font-weight: 400;
}
.image-layout-tittle-wrap {
  margin-left: -30%;
}
#sp-header {
  height: 162px;
  border-bottom: 1px #813E73 solid;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#813e73+1,ffffff+20,ffffff+20&0.12+0,1+100 */
  background: -moz-linear-gradient(top, rgba(129, 62, 115, 0.12) 0%, rgba(129, 62, 115, 0.13) 1%, rgba(255, 255, 255, 0.3) 20%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(129, 62, 115, 0.12) 0%, rgba(129, 62, 115, 0.13) 1%, rgba(255, 255, 255, 0.3) 20%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(129, 62, 115, 0.12) 0%, rgba(129, 62, 115, 0.13) 1%, rgba(255, 255, 255, 0.3) 20%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f813e73', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}



.offcanvas-menu {
  background-color: #622f55;
  color: #252525;
}
.burger-icon {
  width: 35px;
}
.burger-icon > span {
  height: 5px;
  border-radius: 5px;
  background-color: #878787;
}
.offcanvas-menu .offcanvas-inner {
  padding: 25px 15px;
}
.offcanvas-active .burger-icon > span:nth-child(1), #modal-menu-toggler.active .burger-icon > span:nth-child(1) {
  transform: translate(0, 14px) rotate(-45deg);
}
.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
  background-color: #fff;
}
.offcanvas-menu .offcanvas-inner ul.menu > li {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
  color: #FFF;
}
.offcanvas-menu .offcanvas-inner ul.menu > li a:hover, .offcanvas-menu .offcanvas-inner ul.menu > li a:focus, .offcanvas-menu .offcanvas-inner ul.menu > li span:hover, .offcanvas-menu .offcanvas-inner ul.menu > li span:focus {
  color: #FFF;
  background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
  color: #fff;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
  display: block;
}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
  right: 0px;
}




#sp-menu .sp-column.d-flex, #sp-menu .sp-megamenu-wrapper.d-flex {
  display: block !important;
}
.sp-megamenu-wrapper {
  vertical-align: bottom;
  position: relative;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
  display: block;
  float: left;
  position: absolute;
  bottom: -163px;
  right: 0;
}
.sp-megamenu-parent > li > a {
  color: #622f55 !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 64px;
  padding: 0 14px;
  text-transform: none;
  position: relative;
}
.sp-megamenu-parent > li:last-child > a {
  padding: 0px 15px;
}
.sp-megamenu-parent > li > a::after {
  border: 5px solid #f2f4f7;
  border-radius: 50%;
  bottom: -10px;
  content: "";
  height: 20px;
  left: -2px;
  margin: 0 auto !important;
  position: absolute;
  right: 0;
  top: auto;
  width: 20px;
  z-index: 99;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  background-color: #622f55;
  transform: scale(0);
}
.sp-megamenu-parent > li:hover a::after, .sp-megamenu-parent > li.active a::after {
  transform: scale(1);
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
  font-size: 0px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #ffffff;
    padding: 20px 0;
    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  padding: 8px 30px;
  color: #878787;
  font-size: 16px;
  line-height: 28px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #622f55;
}




.sppb-image-content-title.sppb-addon-title {
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 30px;
  word-wrap: break-word;
}
.sppb-addon-text strong {
  color: #813E73;
}
.btn, .sppb-btn {
  border: 1px solid #F5F4DD !important;
  border-radius: 4px;
  color: #F5F4DD !important;
  font-size: 15px;
  line-height: 21px;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
ul.typ1 li {
  list-style-type: none;
  list-style-image: url(../images/bullet-point.png);
  line-height: 40px;
}
.highlight1 {
  color: #293787;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  text-decoration: black;
  text-justify: inherit;
}
.highlight2 {
  color: #813E73;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  text-decoration: black;
  text-justify: inherit;
}
.sppb-image-holder {
  border-radius: 5px;
}
.sticky-wrapper.is-sticky #sp-header {
  background-image: url(../images/hintergrund_ringe_left_top.png) !important;
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #fff;
}
.sticky-wrapper.is-sticky #sp-header #sp-logo .logo img {
  top: 0;
}


#sp-bottom {
  padding: 50px 0;
  font-size: 16px;
}
#sp-bottom::before {
  height: 275px;
  background-image: none;
}
#sp-footer, #sp-bottom {
  background: #622f55;
}
#sp-footer a, #sp-bottom a {
  color: #fff;
}
#sp-bottom a:hover {
  color: #cccccc;
}
#sp-footer {
  text-align: center;
}
#sp-footer ul.menu li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#sp-footer ul.menu li a:hover, #sp-footer ul.menu li a:focus, #sp-footer ul.menu li a:active {
  color: #401e37;
}



section#sp-topleiste {
    
    color: #fff;
    
    font-weight: bold;   
}

section#sp-topleiste p a{
    color: #fff;
}
.sppb-column.bg_ringe {
  background-size: 250px !important;
  background-color: #fff;
}
.image-layout-preset-style-card .sppb-addon-image-layout-image, .image-layout-preset-style-card .sppb-img-responsive, .image-layout-preset-style-overlap .sppb-addon-image-layout-image, .image-layout-preset-style-overlap .sppb-img-responsive {
  height: auto !important;
}



@media (min-width: 576px) {
.container, .container-sm {
  max-width: 98%;
}
}
@media (min-width: 768px) {
.container, .container-md, .container-sm {
  max-width: 98%;
}
}
@media (min-width: 992px) {
.container, .container-lg, .container-md, .container-sm {
  max-width: 98%;
}
#sp-menu .justify-content-end {
  justify-content: flex-start !important;
}
}
@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1140px;
}
}
@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1140px;
}
}


@media (max-width: 992px) {

}
@media (max-width:991.99px) {
#sp-header {
  height: 180px !important;
}
#sp-header .logo {
  height: 180px !important;
}
.logo-image {
  height: 174px !important;
}
}
@media (max-width:767.99px) {

}
@media (max-width: 576px) {

}
@media (max-width:575.99px) {
#sp-header {
  height: auto !important;
}
#sp-header .logo {
  height: auto !important;
}
.logo-image {
  height: auto !important;
  max-width: 235px;
}
}



@media (min-width: 768px) {
  .col-lg-3 {
    width: 25%;
  }
}
@media (min-width: 1000px) {
  .sppb-col-md-6 {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }
}
@media (max-width: 1200px) {
  .image-layout-tittle-wrap {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  h1.sppb-addon-title {
    letter-spacing: 2px;
    line-height: 33px;
    font-size: 30px;
  }
  .title h2 {
    font-size: 25px !important;
    line-height: 28px;
    letter-spacing: 1px;
  }
  .image-layout-preset-style-overlap .sppb-addon-image-layout-content {
    text-align: center !important;
    padding: 20px;
  }
  #sp-header {
    height: 180px;
    border-bottom: 1px #813E73 solid;
  }
}
@media (max-width: 480px) {}
@media (-webkit-min-device-pixel-ratio: 1.5), not all, not all, not all {
  .sticky-wrapper.is-sticky #sp-header #sp-logo .logo .sp-retinascroll-logo {
    z-index: 2;
    visibility: visible;
    opacity: 1;
    max-width: 240px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #sp-top1 {
    display: block !important;
  }
  #sp-header #sp-logo .logo .sp-default-logo {
    visibility: inherit;
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #sp-top1 {
    display: block !important;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-moz-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  #sp-header #sp-logo .logo .sp-retina-logo {
    z-index: 2;
    visibility: visible;
    opacity: 1;
    width: 30%;
  }
}