.modal__layout {
    display: block;
    position: absolute;
}



.team__content-n {
	
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
	grid-column: span 2;
}

	.page-template-tmpl-impressum .layout__article.article_secondary .article__layout {
		
		padding-left: 0;
	}

	.page-template-tmpl-impressum .wysiwyg {

		width: 100%;
	}

@media (min-width: 768px) {
	
	.layout__team .team__item {
	
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		grid-template-columns: auto;
		overflow: hidden;
        width: 100%;
	}
	
	.layout__team .team__picture {
		
		grid-column: unset;
		width: 100%;
	}
	
	.team__list {
		
		grid-template-columns: repeat(4, 1fr) !important;
	}
	
	
	.team__content-n {
		
		grid-column: unset;
	}
	
	.page-template-tmpl-impressum .layout__article.article_secondary .article__layout {
		
		padding-left: 0;
	}
	
	.page-template-tmpl-impressum .layout__article.article_secondary .article__picture img {
		
		left: unset;
		right: 0;
	}
	

	
	.page-template-tmpl-impressum .layout__article.article_secondary .article__sidebar {
		
		-webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
	}
}

@media (min-width: 1280px) {
	
	.page-template-tmpl-impressum .layout__article.article_secondary {
		
		grid-template-columns: 26.75rem auto;
        gap: 7.5rem 11.25rem;
	}
}

@media (max-width: 767px) {
	
	.page-template-tmpl-impressum .layout__article {
		
		display: flex;
		flex-direction: column;
	}
	
	.page-template-tmpl-impressum .wysiwyg {
		
		width: 100%;
	}
}



[data-section="projekts-slider"] .swiper-slide:nth-child(1) .swiper-button-prev,
[data-section="projekts-slider"] .swiper-slide:nth-last-child(1) .swiper-button-next {
	
	opacity: 0.5;
	pointer-events: none;
}

[data-section="projekts-slider"] .swiper-slide:nth-child(1) .swiper-button-prev .swiper-symbol:hover:before,
[data-section="projekts-slider"] .swiper-slide:nth-last-child(1) .swiper-button-next .swiper-symbol:hover:before {
	
	gap: unset;
}


[data-section="projekts-slider"] .swiper-slide:nth-child(1) .swiper-button-prev .swiper-symbol:hover svg, 
[data-section="projekts-slider"] .swiper-slide:nth-child(1) .swiper-button-prev .swiper-symbol:hover img,
[data-section="projekts-slider"] .swiper-slide:nth-last-child(1) .swiper-button-next .swiper-symbol:hover svg, 
[data-section="projekts-slider"] .swiper-slide:nth-last-child(1) .swiper-button-next .swiper-symbol:hover img{
	
	transform: unset;
}



[data-section="projekts-archive"] .picture:hover img {
	
	transform: unset;
}


.gallery__slider .swiper-navigation {
	
	position: initial;
	justify-content: flex-end;
}





[data-section="article"] .btn {
  color: #0e1419;
  border: 0.125rem solid rgb(118, 150, 162);
  background-color: transparent;
  border-radius: 0.75rem;
  position: relative;
}
[data-section="article"] .btn:hover::before, 
[data-section="article"] .btn:hover::after {
  width: 0;
}
[data-section="article"] .btn:hover .btn__text::before, 
[data-section="article"] .btn:hover .btn__text::after {
  height: 0;
}
[data-section="article"] .btn::before, 
[data-section="article"] .btn::after {
  content: "";
  width: 4.5rem;
  height: 0.5rem;
  background-color: #fff;
  position: absolute;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
[data-section="article"] .btn::before, 
[data-section="article"] .btn::after {
    width: 9.5rem;
  }
}
[data-section="article"] .btn::before {
  top: -0.125rem;
  left: 6.75rem;
}
[data-section="article"] .btn:after {
  bottom: -0.5rem;
  left: 9rem;
}
[data-section="article"] .btn .btn__text {
  position: relative;
}
[data-section="article"] .btn .btn__text::before, 
[data-section="article"] .btn .btn__text::after {
  content: "";
  width: 0.25rem;
  height: 2rem;
  background-color: #fff;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
[data-section="article"] .btn .btn__text::before {
  left: -2.0625rem;
}
[data-section="article"] .btn .btn__text:after {
  right: -2.25rem;
}




[data-section="article"][data-style="dark"] .btn {
	
	color: #fff;
}


[data-section="article"][data-style="dark"] .btn::before, 
[data-section="article"][data-style="dark"] .btn::after,
[data-section="article"][data-style="dark"] .btn .btn__text::before, 
[data-section="article"][data-style="dark"] .btn .btn__text::after{
	
	background-color: #0e1419;
}


