:root {
  --main-text-color:rgb(110, 110, 110);
  --radius-img:0px 20px 20px 20px;
  --font-txt:300 1rem/1.8rem 'LexendDeca-Regular', sans-serif;
  --white:rgb(255,255,255);
  --brown:rgb(168,152,88);
  --beige:rgb(223,217,196);
  --darkred:rgb(58,17,0);
  --font-middle:300 1.6rem/2.5rem 'LexendDeca-Regular', sans-serif;
  --border-radius:3px 50% 50% 50% / 3px 20% 20% 20%;
  --radius:1px 30px 30px 30px;

}

@font-face {
    font-family: 'LexendDeca-Regular';
    src: url('../Font/LexendDeca-Regular.woff2') format('woff2'),
         url('../Font/LexendDeca-Regular.woff') format('woff'),
         url('../Font/LexendDeca-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LexendDeca-Medium';
    src: url('../Font/LexendDeca-Medium.woff2') format('woff2'),
         url('../Font/LexendDeca-Medium.woff') format('woff'),
         url('../Font/LexendDeca-Medium.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LexendDeca-SemiBold';
    src: url('../Font/LexendDeca-SemiBold.woff2') format('woff2'),
         url('../Font/LexendDeca-SemiBold.woff') format('woff'),
         url('../Font/LexendDeca-SemiBold.ttf') format('ttf');
    font-weight: bold;
    font-style: normal;
}

/* RESET  */
html, body, div, span, applet, object, iframe,
 blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
.clearfix:after  {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1px;
}
.clearfix {
	display: block;
}
body, html {
	font: var(--font-txt);
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
  color: var(--main-text-color);
}
html {
  overflow-x: hidden;
}
main{
  overflow: hidden;
}

/* ####################### BASE ####################### */
a{
  color: var(--brown);
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover{
  color: var(--darkred);
}
a.bsw-link{
  position: relative;
  padding: 15px 0;
  margin: 13px 0 10px 30px;
  display: inline-block;
}
a.bsw-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  height: 100%;
  width: 1px;
  background: var(--beige);
  z-index: 1;
}
a.bsw-link:hover {
  padding-left: 10px;
  color: var(--darkred);
}
.bsw-image-zoom{
  overflow: hidden;
}
.bsw-image-zoom img,
.news-list-view-img img{
  -webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.bsw-image-zoom:hover img,
.news-list-view-img:hover img{
  transform: scale(1.2);
}

h1{
  font: bold 2.5rem/2.8rem 'LexendDeca-SemiBold', sans-serif;
  color: var(--dark-grey);
  position: relative;
  margin-bottom: 30px;
  margin-left: 45px;
  color:var(--darkred);
}
h1::after, .cont.bsw-news-all .frame-layout-3 h2:after{
  position: absolute;
  content: "";
  top: -12px;
  left: -45px;
  width: 30px;
  height: 70px;
  background: url("../Grafik/signet.svg");
  background-repeat: no-repeat;
  background-size: 30px auto;
}
h2{
  font:300 1.6rem/2rem 'LexendDeca-Regular', sans-serif;
  color: var(--brown);
}
h4 {
    margin-left: 46px;
    margin-bottom: -25px;
    color: var(--beige);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1rem;
}
.cont, .header, .footer-top, .footer-bottom{
  width: 80%;
  max-width: 1440px;
  margin: auto;
}
.bsw-left-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bsw-left, .bsw-right {
  width: 48%;
}
header{
  width: 100%;
  position: relative;
  background: var(--white);
  position: relative;
}
header::before{
  position: absolute;
  content: "";
  background: var(--brown);
  width: 50%;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 0;
}
header::after{
  position: absolute;
  content: "";
  background: var(--brown);
  width: 50%;
  bottom: -30px;
  right: 0;
  height: 32px;
  z-index: 2;
}
.header{
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.logo{
  width: 20%;
  padding: 20px 0;
}
.logo img{
  width: 100%;
  height: auto;
}
.nav-all{
  width: 75%;
  background: var(--brown);
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: right;
  align-items: center;
  position: relative;
  padding-top: 30px;
}
.nav-all::after{
  position: absolute;
  content: "";
  background: var(--brown);
  width: 100%;
  bottom: -30px;
  right: 0;
  height: 32px;
  border-radius: 0 0 0 30px;
  z-index: 2;
}
.header-image-wrap {
  line-height: 0;
  position: relative;
  z-index: 1;
}
      .header-image-wrap::before,.header-image-wrap::after{
        position: absolute;
        content: "";
        z-index: -1;
        height: 100%;
        width: 100%;
      }
      .header-image-wrap::after{
        bottom: -30px;
        left: 0;
        background: var(--main-text-color);
        clip-path: polygon(0 0, 100% 0, 100% 70%, 30% 100%, 0 80%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 30% 100%, 0 80%);
      }
      .header-image-wrap::before{
        bottom: -80px;
        right: -20%;
        background: var(--brown);
        clip-path: polygon(0 0, 100% 0, 100% 55%, 30% 100%, 0 80%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 55%, 30% 100%, 0 80%);
      }

.header-image-bg{
  clip-path: polygon(0 0, 100% 0, 100% 80%, 30% 100%, 0 80%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 30% 100%, 0 80%);
  background:rgb(30,10,0);
}

.header-image img {
  object-fit: cover;
  width: 100%;
  height: 700px;
  opacity: .8;
  overflow: hidden;

  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  top: 0;
}
.bsw-image{
  border-radius: var(--border-radius);
  overflow: hidden;
  line-height: 0;
}

.header-image-wrap-sub {
  line-height: 0;
  position: relative;
  z-index: 1;
  margin-bottom: 200px;
}
      .header-image-wrap-sub::before,.header-image-wrap-sub::after{
        position: absolute;
        content: "";
        z-index: -1;
        height: 100%;
        width: 100%;
      }
      .header-image-wrap-sub::after{
        bottom: -30px;
        left: 0;
        background: var(--main-text-color);
        clip-path: polygon(0 0, 100% 0, 100% 70%, 30% 100%, 0 80%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 30% 100%, 0 80%);
      }
      .header-image-wrap-sub::before{
        bottom: -80px;
        right: -20%;
        background: var(--brown);
        clip-path: polygon(0 0, 100% 0, 100% 55%, 30% 100%, 0 80%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 55%, 30% 100%, 0 80%);
      }

      .header-image-sub img {
        object-fit: cover;
        width: 100%;
        height: 500px;
        opacity: .8;
        overflow: hidden;

        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        position: relative;
        top: 0;
      }



/* ####################### BASE END ####################### */

.bsw-slogan {
  text-align: left;
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
}
.bsw-slogan h2 {
  padding: 35px 35px 35px 0;
  display: inline-block;
  font-size: 3.1rem;
  line-height: 3.4rem;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0,0,0,0.2);
  max-width: 400px;
  width: 100%;
  min-width: 30%;
  position: relative;
}
.bsw-slogan h2::before{
  position: absolute;
  content: "";
  top: 0;
  left: 20%;
  width: 80%;
  height:100%;

  border: 6px solid #fff;
  border-radius: 0px 20px 20px 20px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 85%, 8% 85%, 8% 15%, 0% 15%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 85%, 8% 85%, 8% 15%, 0% 15%);
}

.st-service-wrap{
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: -200px;
  padding: 300px 0 3rem 0;
}
.st-service-wrap::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: url("../Grafik/top-bg.jpg");
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: .3;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 30% 100%, 0 80%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 30% 100%, 0 80%);
}
.st-service-wrap::after{
  position: absolute;
  content: "";
  top: 30px;
  left: 0;
  width: 100%;
  height: 62%;
  background: var(--beige);
  z-index: -2;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 30% 100%, 0 80%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 30% 100%, 0 80%);
}
.st-service-txt {
  width: 45%;
  margin:6rem 0 6rem 55%;
  font:var(--font-middle);
  color: rgb(100,100,100);
}
.st-service-wrap-innen {
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.st-service-item {
  width: 45%;
}

.st-service-item img {
  width: 100%;
  height:auto;
  -webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.st-service-item:first-child {
  margin-top: -20%;
}
.st-service-item h2 {
  position: relative;
  display: inline-block;
  margin: 60px 0 0 60px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.st-service-item h2::after{
  position: absolute;
  content: "";
  width: 1px;
  height: 200px;
  top: -170px;
  left: -20px;
  background: var(--beige);
}
.st-service-item:hover h2{
  padding-left: 30px;
}
.st-service-image{
  line-height: 0;
  -webkit-box-shadow: 0px 0px 35px -10px rgba(0,0,0,.3);
  box-shadow: 0px 0px 35px -10px rgba(0,0,0,.3);
}

.st-service-item:hover img{
  transform: scale(1.2);
}
.st-about-wrap{
  width: 100%;
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 5rem;
}
.st-about-wrap::before{
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 70%;
  height: 80%;
  background: var(--beige);
  z-index: -1;
  border-radius: 0 0 0 50px;
}
.st-about-wrap::after{
  position: absolute;
  content: "";
  top: 0;
  right: ;
  width: 100%;
  height: 100%;
  background: url("../Grafik/muster-left.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: -1;
}

.st-about-wrap-innen{
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.st-about-item{
  width: 50%;
}
.st-about-item:first-child {
  width: 50%;
  position: relative;
  right: -90px;
  z-index: 1;
  font:var(--font-middle);
}
.st-about-item:first-child > div{
  background: #fff;
  padding: 30px 50px;
  position: relative;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,.2);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,.2);
}
.st-about-item:first-child a{
  font:var(--font-txt);
}

.st-about-item img{
  width: 100%;
  height: auto;
}

footer{
  width: 100%;
  margin-top: 6rem;
  overflow: hidden;
}
footer img{
  width: 100%;
  height: auto;
}
.footer-top{
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--beige);
  border-bottom: 1px solid var(--beige);
  padding: 3rem 0;
  margin: 3rem auto;
}
.footer-top-item:first-child{
  width: 35%;
}
.footer-top-item:last-child{
  width: 60%;
}
.footer-top-item img{
  width: 100%;
  height: auto;
}
.footer-bottom-all{
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
.footer-bottom-all::after, .footer-bottom-all::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(43% 0%, 100% 15%, 100% 100%, 0 100%, 0 15%);
  clip-path: polygon(43% 0%, 100% 15%, 100% 100%, 0 100%, 0 15%);
  opacity: .5;
}
.footer-bottom-all::before{
  background: var(--darkred);
  left: 0;
  top: -30px;
  z-index: -3;
}
.footer-bottom-all::after{
  background: var(--main-text-color);
  left: 20%;
  z-index: -2;
  top: -20px;
}
.footer-bottom-wrap{
  position: relative;
  width: 100%;
  background: var(--brown);
  -webkit-clip-path: polygon(50% 0%, 100% 11%, 100% 100%, 0 100%, 0 12%);
  clip-path: polygon(50% 0%, 100% 11%, 100% 100%, 0 100%, 0 12%);
  padding-top: 10%;
  padding-bottom: 3rem;
}

.footer-bottom{
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.footer-item {
    width: 60%;
    color: #fff;
    position: relative;
    z-index: 1;
}
.footer-item img {
  max-width: 150px;
}
.footer-item h3 {
  font-size: 1.6rem;
}
.footer-item:last-child {
  width: 45%;
  text-align: center;
  position: absolute;
  right: 0;
  z-index: 0;
}
.footer-nav{
  border-top: 1px solid rgba(255,255,255,.3);
  padding-top: 8px;
  margin-top: 20px;
}
.footer-nav a{
  color: #fff;
  font-size: .8rem;
}
.footer-nav a:hover{
  color: var(--darkred);
}
.ce-gridgallery{
  margin: 3rem auto;
}

/* BILD ANIMATION */
.bsw-move-toop{
  -webkit-transition: 1.5s!important;
  -moz-transition: 1.5s!important;
  -ms-transition: 1.5s!important;
  -o-transition:1.5s!important;
  transition: 1.5s!important;

  transform: translateY(200px);
  opacity: 0;

}
.fade-in > div{
  -webkit-transition: 3s!important;
  -moz-transition: 3s!important;
  -ms-transition: 3s!important;
  -o-transition:3s!important;
  transition: 3s!important;

  transform: translateY(10px);
  opacity: 0;

}

.bsw-move-top > div,
.bsw-move-top > div, .bsw-move-top > img,
.bsw-move-left > div, .bsw-move-left > img,
.bsw-move-right > div, .bsw-move-right > img,
.ce-gridgallery > div, .ce-gridgallery > a,
.bsw-move-right > h1 {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
  opacity: 0;
}
.bsw-move-top > div,
.ce-gridgallery > div, .ce-gridgallery > a{
  transform: translateY(200px);
}
.bsw-move-left > div {
  transform: translateX(-200px);
}

.bsw-move-right > div, .bsw-move-right > img,
.bsw-move-right > h1 {
  transform: translatex(200px);
}
.fade-in-img > div{
  -webkit-transition: 1.5s!important;
  -moz-transition: 1.5s!important;
  -ms-transition: 1.5s!important;
  -o-transition:1.5s!important;
  transition: 1.5s!important;

  transform: scale(1.05);
  -ms-transform:scale(1.05);
  -webkit-transform:scale(1.05);
  -o-transform:scale(1.05);
  -moz-transform:scale(1.05);
  opacity: 0;

}

/* BILD ANIMATION END */

/******  NEWS  **********/
.bsw-news-all {
position: relative;
padding: 2rem 0;
margin-top: 3rem;
}
.mediaelement.mediaelement-image img{
  width: 100%;
  height: auto;
}
.cont.bsw-news-all::before {
  content: "";
  position: absolute;
  right: 0;
  height: 60%;
  width: 30%;
  background: var(--beige);
  z-index: -2;
  left: 0;
  margin: auto;
  opacity: .4;

  webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  border-radius: var(--radius);
}
.cont.bsw-news-all::after {
  position: absolute;
    content: "";
    bottom: 0;
    right: -70px;
    width: 80%;
    height: 50%;
    background: url(../Grafik/muster-left.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: bottom left;
    z-index: -1;

    webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.bsw-news-all.sub {
position: relative;
}
.cont.bsw-news-all .frame-layout-3 h2 {
  position: absolute;
  left: 65%;
  width: 25%;
  text-align: left;
  top: 170px;
  margin: 0;
  color: var(--darkred);
  font:bold 2.5rem/2.8rem 'LexendDeca-SemiBold', sans-serif;
}
.news .news-list-view {
	padding-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
  margin-top: 3rem;
  padding-top: 360px;
}
.news-article-wrap {
  flex: 0 1 calc(50% - 60px);
  max-width: calc(50% - 60px);
  margin: 30px;
  display: flex;
}
.news-article-wrap:nth-child(odd){
  position: relative;
  top: -360px;
}
#c3 .news-btn-all {
  display: none;
}
.news .news-list-view .article {
  -webkit-box-shadow: 0px 0px 26px -10px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 26px -10px rgba(0,0,0,0.25);
  border-radius: var(--radius);
  overflow: hidden;
  padding-bottom: 56px;
  background: var(--white);
  width: 100%;
}
.news-article-innen {
  padding: 40px 50px;
}
.news-list-view-img {
  line-height: 0;
  border-radius: 1px 30px 30px 0;
  overflow: hidden;
  border-bottom: 10px solid var(--brown);
}
.news-list-view-img img{
  object-fit: cover;
  width: 100%;
  height: 300px;
}
.news-list-date-wrap {
  font-size: .9rem;
  color: #909090;
}
.news-article-innen h3 {
  margin: 0;
  font-size: 2rem;
  line-height: 2.8rem;
  text-transform: none;
  color: var(--brown);
}
.bsw-icon-arrow-btn{
  display: block;
  text-align: center;
  font-size: 45px;
  width: 35px;
  margin: auto;
  color: var(--brown);
  height: 35px;
  padding: 20px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bsw-icon-arrow-btn:hover {
  left: 10px;
}

.bsw-news-category-wrap{
  display: flex;
  font-size: 1rem;
  flex-wrap: wrap;
  width: 100%;
  justify-items: center;
  margin: auto;
  justify-content: center;
}

.bsw-news-category-item {
  padding: 5px 20px;
  background: #e0e0e0;
  margin: 5px;
  border-radius: 20px;
}
.bsw-news-category-item a.active{
  color:#999;
}
img.category-menu {
  width: 100%;
  max-width:30px;
  height: auto;
}
img.category-menu:hover {
  opacity: .6;
}

.news-btn-all {
  width: 36%;
  margin-left: 64%;
  margin-top: -360px;
  margin-bottom: 120px;
  font-size: 1.5rem;
}
a.bsw-link::after {
    bottom: 0;
    top: inherit;
    height: 150px;
}



/******************** Newsslider *********************/
.swiper-cont{
  position: relative;
}
#swiper-1 .card:hover img, #swiper-1 .card:hover video {
-webkit-transform:none!important;
-ms-transform: none!important;
transform: none!important;
}
#swiper-1 .card {
display: flex!important;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
-webkit-transform: scale(1);
}
#swiper-1 .card figure{
  width: 55%;
  margin: 0!important;
}
.cont #swiper-1 .card {
height: auto!important;
}
#swiper-1 .slider-link {
height: inherit!important;
}
#swiper-1 .swiper-slide img {
max-height: 400px!important;
object-fit: cover!important;
width: 100%!important;
height: 100%!important;
}
#swiper-1 .news-teaser {
font-size: initial!important;
}
.cont .swiper-pagination {
  position: absolute!important;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 9999;
  width: 22px!important;
  top: 25%!important;
  right: 0;
  left: initial!important;
}
.cont .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: var(--text-color);
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
background: var(--green);
}
#swiper-1 .card::before{
  display: none;
}

.news-single .news-img-wrap {
float: right;
max-width: 550px;
width: 100%;
margin: 0 0 3rem 3rem;
}
.news-single .news-img-wrap:last-child{
  margin-bottom: 0;
}
.news-img-caption {
font-size: .8rem;
line-height: 1.2rem;
}
/* ############ NEWS END  ############ */

.img-txt-wrap {
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;

  flex-direction: row;
}
.img-txt-item {
    width: 50%;
    font-size: 1.2rem;
}
.img-txt-item img{
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 0px 35px -10px rgba(0, 0, 0, .3);
  box-shadow: 0px 0px 35px -10px rgba(0, 0, 0, .3);
}
.img-txt-item.img-txt-item-img {
    width: 40%;
    position: relative;
    line-height: 0;
    border-radius: var(--border-radius);
    padding-bottom: 30px;
}
.img-txt-item.img-txt-item-img::after{
  content: "";
  position: absolute;
  bottom: 0;
  right: -30px;
  background: var(--beige);
  width: 50%;
  height: 50%;
  z-index: -1;
  border-radius: var(--border-radius);
}

/*############*/
.grid-element-wrap{
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding-top: 250px;
}
.grid-element-item{
  flex: 0 1 calc(50% - 160px);
  max-width: calc(50% - 160px);
  margin: 10px;
  padding: 40px 60px;
  background: var(--beige);
  border-radius: 0 30px 0 30px;
  border: 10px solid rgba(255, 255, 255, .2);
}
.grid-element-item:nth-child(2),
.grid-element-item:nth-child(3),
.grid-element-item:nth-child(6),
.grid-element-item:nth-child(7),
.grid-element-item:nth-child(10),
.grid-element-item:nth-child(11),
.grid-element-item:nth-child(14),
.grid-element-item:nth-child(15) {
  background: var(--brown);
  color: var(--white);
}
.grid-element-item:nth-child(2) h2,
.grid-element-item:nth-child(3) h2,
.grid-element-item:nth-child(6) h2,
.grid-element-item:nth-child(7) h2,
.grid-element-item:nth-child(10) h2,
.grid-element-item:nth-child(11) h2,
.grid-element-item:nth-child(14) h2,
.grid-element-item:nth-child(15) h2 {
  color: var(--beige);
}
.grid-element-item:nth-child(even){
  top: -200px;
  position: relative;

}

/* ################ accordion ################*/
.accordion-all{
  width: 100%;
  margin: 3rem 0;
  display: inline-block;
}
.accordion-wrap{
}
.accordion-wrap .accordion {
	background-color: #fff;
	cursor: pointer;
	padding: 30px;
	width: 100%;
	text-align: center;
	border: none;
  border-radius: var(--radius);
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  font-size: 1.4rem;
	color:var(--white);
  background: var(--brown);

  margin: 10px 0;
  position: relative;
}
.accordion-wrap .active, .accordion-wrap .accordion:hover {
	color: var(--brown);
  background: #f1f1f1;
}
.accordion-wrap .accordion.active h2, .accordion-wrap .accordion:hover h2 {
  color: var(--brown);
}
.accordion-wrap h2, .accordion-wrap .accordion h2 {
  color: var(--beige);
}
.accordion-wrap > div:nth-child(odd){
  margin-left: 30%;
}
.accordion-wrap > div {
  width: 70%;
}
.panel-innen {
  flex: 0 1 calc(85% - 59px);
  max-width: calc(85% - 59px);
  padding:15px 30px;
  margin: auto;
  border-left: 1px solid #fff;
}
.accordion-wrap .panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.6s ease-in-out;
	-webkit-transition: max-height  0.6s ease-in-out;
	-moz-transition: max-height  0.6s ease-in-out;
	-ms-transition: max-height   0.6s ease-in-out;
	-o-transition: max-height  0.6s ease-in-out;
  color: #555;
}
.accordion-wrap .accordion:after {
  display: none;
	content: '\02795';
	font-size: 15px;
	color: var(--beige);

position: absolute;
left: 30px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
top: 50%;
height: 25px;
}
.accordion-wrap .active:after {
	content: "\2796";
	color:rgb(255,255,255);
}
/* ################ accordion end ################*/

.breadcrumb, .breadcrumb-text, .breadcrumb .breadcrumb-link a {
  color: var(--white);
}
.breadcrumb-text a {
  margin: 0 6px 0 0;
  color: var(--white);
}
.breadcrumb span {
  margin: 0 6px;
}
.breadcrumb a img {
  width: 15px!important;
  height: auto!important;
  position: relative!important;
  top: 1px!important;
}
.rootline{
  position: absolute;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 55%;
  text-align: center;
  width: 100%;
}
.rootline h2{
  color: var(--white);
  margin: 10px 0 0 0;
}

.cont-split-all {
  display: inline-block;
  background: var(--beige);
  width: 100%;
  margin: 6rem auto;
  clip-path: polygon(52% 7%, 100% 0, 100% 94%, 48% 100%, 0 88%, 0 0);
  -webclip-path: polygon(52% 7%, 100% 0, 100% 94%, 48% 100%, 0 88%, 0 0);
  padding: 5rem 0;
  position: relative;
}
.cont-split-all::after {
  content: "";
  position: absolute;
  background: url("../Grafik/feld.jpg");
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .2;
}

.cont-split-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  max-width: 1440px;
  margin: 2rem auto;
  align-items: center;
  justify-content: space-between;
}
.cont-split-item {
width: 50%;
}
.cont-split-item:last-child {
width: 40%;
}
.cont-split-item:last-child h2{
  font-size: 2.5rem;
  line-height: 2.8rem;
  color: var(--darkred);
}



/****** TIMELINE **********/


.timeline-all {
  display: inline-block;
  margin:8rem auto 6rem;
  position: relative;
  padding-bottom: 6rem;
}
.timeline-all::after {
  content: "";
  position: absolute;
  background: var(--beige);
  top: 7%;
  left: 50%;
  width: 100%;
  height: 93%;
  z-index: -1;
  border-radius: 0 0 0 30px;
}
.timeline-all::before {
  content: "";
  position: absolute;
  background: url("../Grafik/feld.jpg");
  background-size: cover;
  top: 0;
  left: 0;
  width: 50%;
  height: 93%;
  z-index: -1;
  opacity: .2;
  background-attachment:fixed;
  border-radius: 0 30px 30px 0;
}
.timeline-txt {
  text-align: center;
  width: 60%;
  max-width: calc(60% - 100px);
  margin: 50px auto 6rem 40%;
  padding: 30px 50px;
  -webkit-box-shadow: 0px 0px 27px -10px rgba(0,0,0,.2);
  box-shadow: 0px 0px 27px -10px rgba(0,0,0,.2);
  background: #fff;
  border-radius: var(--radius);
}

.timeline-wrap {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  margin-inline: auto;
}

/* line */


/* row gaps */
.timeline-wrap .timeline-item:not(:last-child) {
margin-bottom: var(--row-gap);
}

/* card */
.timeline-wrap .timeline-item {
  grid-column: 2;
  --inlineP: 0;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}
/* timeline-date */
.timeline-wrap .timeline-item .timeline-date {
  --dateH: 3rem;
  margin-inline: calc(var(--inlineP) * -1);

  text-align: center;
  background-color: var(--accent-color);

  color: white;
  font-weight: 700;

  display: grid;
  place-content: center;
  position: relative;

  border-radius: var(--radius);

  font-size: 1.5rem;
  padding: 2rem;
  position: relative;
}
.timeline-wrap .timeline-item .timeline-date-head{
  position: relative;
  background: var(--brown);
  border-radius: var(--radius);
  width: 150px;
}
.timeline-wrap .timeline-item:nth-child(even) .timeline-date-head, .timeline-wrap .timeline-item:nth-child(even) .timeline-date::before{

}

.timeline-wrap .timeline-item .timeline-date-head::after{
  content:"";
  position: absolute;
  background-image: url(../Grafik/welle-btn.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
  background-position: bottom;
  border-radius: var(--radius);
}
.timeline-date-head span{
  position: relative;
  z-index: 1;
}
.timeline-wrap .timeline-item .timeline-date::before{
  content: "";
  position: absolute;
  left: -12px;
  height: 30px;
  width: 30px;
  background: var(--brown);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -moz-transform:rotate(45deg) translateY(-50%);
  -ms-transform:rotate(45deg) translateY(-50%);
  -o-transform:rotate(45deg) translateY(-50%);
  transform:rotate(45deg) translateY(-50%);
  top: 50%;
}

/* date flap */


/* circle */
.timeline-wrap .timeline-item .timeline-date::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
  background: var(--brown);
  border: 6px solid var(--beige);
  border-radius: 50%;
  top: 50%;

  -webkit-transform: rotate(45deg) translateY(-50%);
  -moz-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  -o-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);

  left: -60px;
}




/* timeline-cont */
.timeline-wrap .timeline-item .timeline-cont {
  position: relative;
  padding-inline: 1.5rem;
}
.timeline-wrap .timeline-item .timeline-cont {
  padding-block: 2rem 3rem;
  font-weight: 300;
  border-radius: var(--radius);
  background: #fff;
  margin-top: 40px;
}



@media (min-width: 40rem) {
  .timeline-wrap {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }
  .timeline-wrap::before {
    grid-column: 2;
  }
  .timeline-wrap .timeline-item:nth-child(odd) {
    grid-column: 1;
    justify-items: flex-end;
  }
  .timeline-wrap .timeline-item:nth-child(even) {
    grid-column: 3;
    justify-items: flex-start;
  }

  /* start second card */
  .timeline-wrap .timeline-item:nth-child(2) {
    grid-row: 2/4;
  }


  .timeline-wrap .timeline-item:nth-child(odd) .timeline-date::after {
    right: -39px;
    left: initial;
  }
  .timeline-wrap .timeline-item:nth-child(odd) .timeline-date::before{
    right: -12px;
    left: inherit;

    -webkit-transform: rotate(-45deg) translateY(-50%);
    -moz-transform:rotate(-45deg) translateY(-50%);
    -ms-transform:rotate(-45deg) translateY(-50%);
    -o-transform:rotate(-45deg) translateY(-50%);
    transform:rotate(-45deg) translateY(-50%);
    top: 50%;
  }

}

/****** TIMELINE END **********/


/****** Team  **********/

.team-all{
  position: relative;
  padding: 3rem 0;
}
.team-all::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 31%;
  background: var(--beige);
  z-index: -1;
  border-radius: 0 30px 30px 30px;
  opacity: .4;
}
.team-wrap {
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}
.team-items {
  width: calc(40% - 60px);
  flex: calc(40% - 60px);
  margin: 3rem 30px;
  max-width: 340px;
}
.team-items:nth-child(odd) {
  margin-top: -100px;
}
.team-all h1 {
  width: 50%;
  left: 50%;
  position: relative;
}
.team-img {
  width: 100%;
  border-radius: 0 30px 30px 30px;
  overflow: hidden;
  line-height: 0;
  position: relative;
}
.team-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  background: var(--brown);
  z-index: -1;
  border-radius: 0 30px 30px 30px;
}
.team-img img {
  height: auto;
  width: 100%;
}
.team-txt {
  width: 80%;
  margin: auto auto auto 20%;
  position: relative;
}
.team-txt::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  left: -15%;
  top: -50px;
  background: var(--beige);

}
/****** Team END **********/





.justified-gallery > a > .caption, .justified-gallery > div > .caption, .justified-gallery > figure > .caption {
display: none;
position: absolute;
bottom: 0;
padding: 30px;
background-color: var(--main-text-color);
left: 0;
right: -100%;
margin: 0;
color: white;
font-size: 15px;
font-weight: 300;
font-family: sans-serif;

-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
top: 50%;

-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}

.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible,
.justified-gallery > figure > .caption.caption-visible {
  right: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/* ########## Kontakt ############## */

form#kontakt-32 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
form#kontakt-32 h2{
  width: 100%;
}
form#kontakt-32 .form-group {
width: 50%;
}
form#kontakt-32 .form-group:nth-child(5) {
width: 100%;
}
.required {
  display: none;
}
form#kontakt-32 input, form#kontakt-32 textarea {
width: 100%;
padding: 30px;
border: none;
max-width: calc(100% - 60px);
background: rgba(255,255,255, 1);
font-size: .9rem;
}
form#kontakt-32 .input {
margin: 10px;
}
form#kontakt-32 .form-check-label input{
  width:20px;
}
form#kontakt-32 textarea {
  max-height: 100px;
  min-height: 100px;
  resize: none;
}
.form-label {
  display: none;
}
form#kontakt-32 .input.checkbox {
display: flex;
flex-wrap: wrap-reverse;
}
form#kontakt-32 .actions {
  text-align: center;
  width: 50%;
}
form#kontakt-32.form-navigation {
  margin: auto;
}
form#kontakt-32 button {
  align-items: center;
  background-color: var(--brown);
  border: none;
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

form#kontakt-32 button:hover,
form#kontakt-32 button:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: rgba(255, 255, 255, 1);
  background: var(--darkred);
}

.button-6:hover {
  transform: translateY(-1px);
}

.button-6:active {
  background-color: #F0F0F1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
}

/*  Box  */
.kontakt-all {
  padding: 5rem 0;
  position: relative;
  margin: 4rem 0;
}
.kontakt-all::after{
  content: "";
  position: absolute;
  width: 96%;
  right: 0;
  top: 0;
  height: 100%;
  background: var(--beige);
  z-index: -1;
  border-radius: 30px 0 0 30px;
}
.kontakt-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kontakt-item:first-child {
  width: 35%;
}
.kontakt-item:last-child {
  width: 60%;
}

/* ########## Kontakt END ############## */


/* ###########################################################
####################### MOBILE ####################################
###########################################################
*/

@media screen and (min-width: 1500px){
  .team-items {
    max-width: 450px;
}
}
@media screen and (max-width: 1600px){
  .header-image img {
    height: 650px;
  }
}
@media screen and (max-width: 900px){
  .header-image-wrap-sub {
    margin-bottom: 160px;
}
  .header-image-wrap::before, .header-image-wrap-sub::before {
    clip-path: polygon(0 0, 100% 0, 100% 63%, 30% 82%, 0 70%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 63%, 30% 82%, 0 70%);
  }
  .header-image-wrap::after, .header-image-wrap-sub::after {
      clip-path: polygon(0 0, 100% 0, 100% 70%, 30% 90%, 0 76%);
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 30% 90%, 0 76%);
  }
  .header-image, .header-image-bg {
      clip-path: polygon(0 0, 100% 0, 100% 80%, 30% 100%, 0 80%);
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 30% 90%, 0 80%);
  }
  .nav-all{
    width: 55%;
  }
  .logo{
    width: 30%;
  }
  .st-about-item:first-child {
    font: var(--font-txt);
  }
  .st-about-item:first-child{
    right: -50px;
  }
}
@media screen and (max-width: 850px){
  .team-items:nth-child(odd){
    margin-top: 40px;
  }
  .team-items {
    margin-top: 0px;
  }
  .team-all h1 {
    width: 100%;
    left: 0;
  }
  .team-items {
    width: calc(80% - 60px);
    flex: calc(80% - 60px);
    max-width: 340px;
  }
  .team-all::before {
    left: 20%;
    right: inherit;
    width: 120%;
  }

.news-article-wrap {
    flex: 0 1 calc(100% - 60px);
    max-width: calc(100% - 60px);
  }
  .news-article-wrap:nth-child(odd) {
    top: 0;
  }
  .news .news-list-view {
    padding-top: 0;
  }
  .cont.bsw-news-all .frame-layout-3 h2 {
    position: relative;
    left: 0;
    right: 0;
    width: 70%;
    top: 0;
    margin: 3rem auto auto;
}
  .news-btn-all {
    width: 250px;
    margin-left: 40px;
    margin-top: 80px;
    margin-bottom: 0;
  }
  .cont.bsw-news-all::before {
    width: 60%;
  }
  .st-about-txt {
    margin: 3rem 0;
  }
  .img-txt-item, .img-txt-item.img-txt-item-img{
    width: 100%;
  }
  .img-txt-wrap {
    flex-direction: column-reverse;
  }
  .img-txt-item {
    margin-bottom: 3rem;
  }
  .kontakt-item:first-child,
  .kontakt-item:last-child {
    width: 100%;
  }
  .kontakt-item:first-child{
    text-align: center;
    margin-bottom: 30px;
  }
  .grid-element-item {
    flex: 0 1 calc(100% - 160px);
    max-width: calc(100% - 160px);
  }
  .grid-element-item:nth-child(even) {
    top: 0;
  }
  .grid-element-item:nth-child(2), .grid-element-item:nth-child(3), .grid-element-item:nth-child(6), .grid-element-item:nth-child(7), .grid-element-item:nth-child(10), .grid-element-item:nth-child(11), .grid-element-item:nth-child(14), .grid-element-item:nth-child(15) {
    background: var(--beige);
    color: inherit;
  }
  .grid-element-item:nth-child(2) h2, .grid-element-item:nth-child(3) h2, .grid-element-item:nth-child(6) h2, .grid-element-item:nth-child(7) h2, .grid-element-item:nth-child(10) h2, .grid-element-item:nth-child(11) h2, .grid-element-item:nth-child(14) h2, .grid-element-item:nth-child(15) h2 {
    color: var(--brown);
  }
  .grid-element-item:nth-child(even){
    background: var(--brown);
    color: #fff;
  }
  .grid-element-item:nth-child(even) h2{
    color: var(--beige);
  }

}
@media screen and (max-width: 750px){

  .bsw-left, .bsw-right {
    width: 100%;
  }

  .st-about-item:first-child{
    right: 0;
    width: 100%;
  }
  .st-about-item:first-child > div{
    padding-bottom: 40px;
  }
  .st-about-wrap-innen {
    justify-content: center;
  }
  .st-about-item:last-child {
    width: 70%;
    margin-top: -40px;
    z-index: 1;
  }
  .st-about-txt.bsw-move-top {
    margin-bottom: 4rem;
  }

  .st-service-txt {
    max-width: calc(100% - 60px);
    width: 100%;
    margin: 3em 0 10rem 0;
    background: rgba(255,255,255,.8);
    -webkit-box-shadow: 0px 0px 35px -10px rgba(0,0,0,.3);
    box-shadow: 0px 0px 35px -10px rgba(0,0,0,.3);
    padding: 30px;
  }
  .footer-item {
      width: 100%;
  }
  .timeline-txt {
    width: 100%;
    max-width: calc(100% - 100px);
    margin: 50px auto 6rem 0%;
  }
}
@media screen and (max-width: 600px){
  .header-image-wrap-sub {
    margin-bottom: 140px;
  }

  .news-article-wrap {
      flex: 0 1 calc(100% - 0px);
      max-width: calc(100% - 0px);
      margin: 30px 0;
  }
  .news-article-innen {
    padding: 40px 30px;
  }
  .nav-all, header::before{
    width: 40%;
  }
  .logo{
    width: 50%;
  }
  header::after{
    width: 30%;
  }
  .footer-bottom{
    margin: 3rem auto;
  }
  form#kontakt-32 .form-group {
    width: 100%;
  }

}
@media screen and (max-width: 500px){
  .st-service-txt {
    margin: 3em 0 6rem 0;
  }
  .st-service-item:first-child {
    margin-top: 0;
    margin-bottom: 3rem;
  }
  .st-service-item {
    width: 100%;
  }
  .bsw-slogan h2 {
    font:bold 2rem/2.5rem 'LexendDeca-Bold', sans-serif;
    max-width: 290px;
    padding: 50px 20px 35px 0;
  }
  .header-image img {
      height: 550px;
  }
  .st-service-wrap::before {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 30% 100%, 0 90%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 30% 100%, 0 90%);
  }
  .st-service-wrap::after {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 30% 100%, 0 85%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 30% 100%, 0 85%);
  }
  .bsw-slogan {
    top: 45%;
  }
  .bsw-slogan h2::before {
    left: 15%;
  }
}

@media screen and (max-width: 420px) {
  .team-all h1 {
  font: bold 2rem/2.4rem 'LexendDeca-SemiBold', sans-serif;
  }
  .st-service-txt h1 {
      font: bold 2.2rem / 2.5rem 'LexendDeca-SemiBold', sans-serif;
  }
  .st-service-txt {
      font-size: 1rem;
      line-height: 1.4rem;
      color: rgb(100, 100, 100);
  }
}

@media screen and (max-width: 350px) {
  .bsw-slogan h2 {
    max-width: 230px;
  }
}
