@charset "UTF-8";
/*
Theme Name: Seelen Theme
Theme URI: https://litesoft.agency
Author: liteSoft agency
*/

textarea,
input {
  font-size: 16px;
}

.promo {
  padding: 120px 0 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.promo:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 19, 81, 0.75);
  z-index: 0;
}
.promo .container {
  position: relative;
  z-index: 1;
}

.promo__title {
  max-width: 610px;
  margin: 0 auto;
}

.breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  list-style-type: none;
  margin-top: 20px;
}

.breadcrumbs__item {
  margin-right: 40px;
  position: relative;
}

.breadcrumbs__item:first-child .breadcrumbs__link svg {
  fill: #f45db5;
  margin-right: 8px;
}

.breadcrumbs__item:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: calc(100% + 13px);
  width: 12px;
  height: 12px;
  background-image: url(https://mediumderneuenzeit.ch/wp-content/themes/ls-themes-engelshira/assets/static/img/breadcrumb-arr.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.breadcrumbs__item:last-child {
  margin-right: 0;
}

.breadcrumbs__item:last-child:after {
  display: none;
}

.breadcrumbs a.breadcrumbs__link {
  color: rgba(255,255,255,0.6);
  font-size: 16px;
  transition: 0.3s;
  text-decoration: none;
}

.breadcrumbs__item:first-child .breadcrumbs__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs span.breadcrumbs__link {
  color: #fff;
  font-size: 16px;
}

/*article*/
.article__body {
  background-color: #140a31;
}
.article__body-top {
  position: relative;
    padding-bottom: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px 6px 0 0;
}
.article__body-top img {
  width: 100%;
}
.article__body-content {
  padding: 35px 25px 30px;
}
.article__body-content p{
  font-size: 16px;
  color: #fff;
}
.sidebar-services__item {
	margin-bottom: 15px;
}
.sidebar-services__item-wrp {
	background-color: #fff;
    display: block;
    border-radius: 6px;
    overflow: hidden;
}
.sidebar-services__image {
	padding-bottom: 40%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: #fa559e;
}
.sidebar-services__wrapper-content {
	padding: 6px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}
.sidebar-services__title {
	font-size: 16px;
    line-height: normal;
    color: #f45db5;
    font-family: 'Yeseva One',cursive;
    transition: .3s;
}
.sidebar-services__link {
	font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #1b1041;
    transition: .3s;
    margin-top: 15px;
}
}
/*Angels*/
.footer {
  position: relative;
}
.footer-engel-f {
  position: absolute;
  bottom: 85%;
  left: 5%;
}
.footer-engel-s {
  position: absolute;
  bottom: 90%;
  right: 5%;
}
@media screen and (max-width: 1600px) {
  .footer-engel-f {
    bottom: 90%;
    left: 3%;
  }
  .footer-engel-s {
    bottom: 95%;
    right: 1%;
  }
}

@media screen and (max-width: 1500px) {
  .footer-engel-f {
    
  }
  .footer-engel-f img {
    width: 120px;
  }
  .footer-engel-s img {    
    width: 150px;
  }
}

@media screen and (max-width: 1300px) {
  .footer-engel-f img {
    width: 100px;
  }
  .footer-engel-s img {    
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  .footer-engel-f {
    bottom: 93%;
  }
  .footer-engel-f img {
    width: 90px;
  }
  .footer-engel-s {
    bottom: 92%;
  }
  .footer-engel-s img {
    width: 100px;
  }
}

/*Angels*/