/*
 Theme Name:   bootScore Child
 Description:  bootScore Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.3.0
 Text Domain:  bootscore
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/


@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins Light';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/poppins-v22-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins Regular';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/poppins-v22-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins Medium';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/poppins-v22-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins Semibold';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/poppins-v22-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins Bold';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/poppins-v22-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


body
{
    width:100vw;
    overflow-x:hidden;
    font-family: 'Poppins Regular';
}


.row
{
  margin-right: 0;
}


a {
  color: #333;
  text-decoration: none;
}



/* Nav allgemein */

@media (min-width: 992px) {



.nav_logo.mobil
{
  display: none;
}


#nav-main
{
  padding: 2vh 10vw ;
  /* position: relative; */
  position: fixed;
  z-index: 10;
  margin: auto;
  width: -webkit-fill-available;
  width: -moz-available;
}




.navbar
{
  background: transparent;  
  transition: 0.5s;
}


.navbar>.container
{
  max-width: 100%;
  padding: 0 5% 0 5%;
}



.navbar.fixed-top
{
  background: #2B3841;
  filter: brightness(1);   
  transition: 0.5s;
  position: fixed !important;
}



.overlay 
{
    opacity: 0;
    transition: 0.5s;
    position: fixed;
    top: 0;
    left: 0;
bottom: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.8) !important;
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
z-index: -1;
}




.navbartrans
{
  background: transparent !important;
}



.inputtrans
{
  background-color: transparent !important;
  transition: background-color 300ms linear;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
}



.scrollbar
{
    overflow: hidden; /* Hide scrollbars */

 
}


.navbar-nav
{
    width: 100% !important;
    z-index: 10;
}



.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}



.navbar-expand-lg .navbar-nav .nav-link {
    padding:0;
}


.navbar-nav > li
{ 
    width: 20%;
}


.home .navbar-nav > li a
{
   
    text-align: center;
    background: transparent !important;
    font-family: 'Poppins Regular';
    color:#fff;
    padding:0;
}

 

.home .fixed-top .navbar-nav > li a
{

    color:#fff;
    
}



.fixed-top.navbartrans  .navbar-nav > li a
{

    color:#fff;
    
}



.navbartrans  .navbar-nav > li a,
.navbartrans .navbar-nav .nav-link.active, .navbar-nav .nav-link.show
{

    color:#fff;
    
}





 .navbar-nav > li a
{
   
    text-align: center;
    background: transparent !important;
    font-family: 'Poppins Regular';
    color:#333;
    padding:0;
    transition: .7s;
    font-size: 1.1vw;
    line-height: 2;
}




.navbar-nav .nav-link.active, .navbar-nav .nav-link.show
{
  color:#fff;
}




#nav-main:hover .navbar-nav > li a:hover
{
   
    text-decoration: underline;
    transition: .7s;
}


.home #menu-item-19
{
    display: block !important;
}



#menu-item-19
{
    display: none !important;
}


.home #menu-item-504
{
  display: none !important;
}



 #menu-item-504
{
  display: block !important;
}



.nav_logo
{
  /* height: 45px; */
  height: 75px;
}



#bootscore-navbar li
{
display: block;
}






    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: .7s;
        padding-top: 30px;
    }
    
    /* Open dropdown-menu on hover parent menu item */ 
    .navbar .nav-item:hover .dropdown-menu {
        visibility: visible !important;
        opacity: 1;
    }








.navbar-expand-lg .navbar-nav .dropdown-menu 
{
    position: absolute;
    top:30px;
    left: 0;
}



#bootscore-navbar li.nav-item-13 a,
#bootscore-navbar li.nav-item-20 a
{
    text-align: left;
}




#bootscore-navbar li.nav-item-47 a,
#bootscore-navbar li.nav-item-456 a 
{
    text-align: right;
}



#bootscore-navbar li.nav-item-47 .dropdown-menu
{
    right: 0;
}


.dropdown-menu
{
    background: transparent;
    border: 0;
}


.caret-off::before {
    display: none;
}
.caret-off::after {
    display: none;
}



}




.bg-body-tertiary
{
background-color: transparent !important;
}




/* Allgemein */





.home h1
{
  font-size: 30px;
   margin-top: 0;
    font-family: 'Poppins Semibold';
    text-align: left;
}



h1
{
    margin-top: 50px;
    color: #333333;
    font-size: 36px;
    font-family: 'Poppins Medium';
    text-align: center;
}


h2
{
    color: #333333;
    font-family: 'Poppins Regular';

}




h3
{
    margin-top: 100px;
    color: #333333;
    font-size: 36px;
    font-family: 'Poppins Medium';
    text-align: center;
}


h4
{
    margin:auto;
    margin-bottom: 80px;
    color: #333333;
    font-size: 36px;
    font-family: 'Poppins Light';
    width: 60%;
    text-align: center;
}





#kontaktlasche {
    
  position: fixed;
  right: -170px;
  width: 200px;
  top: 50%;
  z-index: 11;
  transition: 0.3s;
  background: #fff;
  padding: 6px;
  border: 2px solid #2B3841;
  font-size: 13px;  
  font-family: 'Poppins Semibold';
  display: flex;
    flex-direction: column;
}






#kontaktlasche:hover {
    
    transition: 0.3s;
    right: -34px;  
}


#kontaktlasche img {
    
 max-width: 16px;
 margin-right: 4px;
}



/* Button */

.button_wrapper
{
  text-align: center;
}

.btn-langer
{
--bs-btn-color: #fff;
--bs-btn-bg: #2B3842;

--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #3B4850;

--bs-btn-focus-shadow-rgb: 49, 132, 253;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #333;

--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #333;


margin: auto;
margin-top:50px;
margin: 30px auto 20px auto;
padding: 10px 40px 10px 40px;
border-radius: 3px;

font-family: 'Poppins Regular';
font-size:14px;

}





/* Content Block 1*/

.content_wrapper
{
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row;
    margin-top: 70px;
}



.content_block_left
{
  width: 35%;
    font-size: 30px;
    padding-right: 50px;
    font-family: 'Poppins Semibold';
    margin-left: 30px;
}



.content_block_right
{
  width: 65%;
    font-size: 14px;
}





/* Leistungen */


.row_leistung {
  display: flex;
  justify-content: space-between;
  background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 20px #00000029;
margin: 40px 0;
}


.container.leistungen > div:nth-child(1)
{
  margin-top: 80px;
}

.row_leistung.odd .box1 {
  order: 1;
  aspect-ratio: 1 / 1;
}

.row_leistung.odd .box2 {
  order: 2;
}

.row_leistung.even .box1 {
  order: 2;
  aspect-ratio: 1 / 1;
}

.row_leistung.even .box2 {
  order: 1;
}

.box {
  padding: 20px;
  /* flex: 1; */
}

.box1 {
  background-color: #dedcd8;
  width:25%;
  align-content: end;
  font-family: 'Poppins Semibold';
  font-size: 34px;
  position: relative;
  overflow: hidden;
  margin: 10px;
}

.box2 {
  background-color: #fff;
  width:75%;
  font-size: 13px;
}


.row_leistung.even .box.box2
{
  padding-left: 34px;
}


.row_leistung.odd .box.box2
{
  padding-right: 34px;
}


.container.leistungen h2
{
 
font-size: 20px;
margin: 20px 0;
font-family: 'Poppins Semibold';
}


.pre_titel_leistung
{
  text-transform: uppercase;
  display: block;
  font-size: 18px;
  font-family: 'Poppins Light';
}


.box1 span
{
  position: relative;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  word-break: break-word;
}


.box1 img
{
  position: absolute;
  top: 5%;
  right: -10%;
  filter: brightness(0) saturate(100%) invert(100%) sepia(75%) saturate(167%) hue-rotate(307deg) brightness(93%) contrast(82%);
  width: 90%;
}



.even .box1 img
{
  left: -10%;
}









.swiper {
    width: 100%;
    height: 100vh;
    z-index: 0;
}

.swiper-slide {
   
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    background-position: center !important;
}

.swiper-hero-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #D20027;
    z-index: 5;
}

.swiper-caption
{
  color:#fff;
}



/* Slide captions Home */


.slide-captions {
	position: absolute;
	top: 60%;
	right: 0;
  	color: #FFF;
	z-index: 999;

  background-color: rgba(43, 56, 65, 0.2);
  width: 65%;
}

.slide-captions .current-title {
  margin: 0;
	font-size: 48px;
}

.slide-captions .current-subtitle {
  margin: 10px 0 0 0;
	font-size: 28px;
}

/* Swiper arrows */
.swiper-pagination-bullet-active {
    background-color: #fff;
}

/* Swiper pagination */
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
}
.swiper-button-prev,
.swiper-button-next {
    color: #fff;
}



.swiper-button-next 
{
  right: var(--swiper-navigation-sides-offset, 20px) !important;
}


.swiper-button-prev
{
  left: var(--swiper-navigation-sides-offset, 20px) !important;
}






.swiper_teaser_wrapper
{
  background-color: #f2f2f2;
}



.home .leistungen_teaser.swiper.mySwiper2 {
  width: 100%;
  height: auto;
  margin-top: -40px;
}



.swiper-slide.swiper-leistungen-teaser
{

  background-color: #2B3841;
  text-align: center;
   /* Höhe ergibt sich automatisch aus der Breite */
   aspect-ratio: 1 / 0.8;
   /* Optional für hübsche Skalierung */
   flex-shrink: 0;        /* verhindert ungewolltes Schrumpfen */
   display: flex;         /* Inhalt zentrieren */
   align-items: center;
   justify-content: center;
}


.swiper-leistungen-teaser
{
padding: 30px;

}


.leistung_teaser_bild img
{

  width: 30%;
}




.leistung_teaser_uberschrift
{
 
font-size: 22px;

}


.leistung_teaser_text
{
 
font-size: 14px;
min-height: 90px;
font-family: 'Poppins Light';
}


.leistung_teaser_uberschrift, .leistung_teaser_text
{
 
  color: #fff !important;

}







/* Grid Dienstleistungen */


.grid-parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-gap: 0px;
    }
    
    .div1 { grid-area: 1 / 1 / 2 / 2; }
    .div2 { grid-area: 1 / 2 / 2 / 3; }
    .div3 { grid-area: 2 / 1 / 3 / 2; }
    .div4 { grid-area: 2 / 2 / 3 / 3; }
    .div5 { grid-area: 1 / 3 / 3 / 4; }


    .grid-parent  div {
    position: relative;
    height: 100%;
    
    }

    

    .grid-parent img {
        object-fit: cover;
  width: 100%;
  height: 100%;
  filter: brightness(0.4);
  transition: 0.5s;
      }



      
   .grid-parent a:hover div img
    {
        filter: brightness(1);   
        transition: 0.5s;
      }


            
   .grid-parent  div a:hover img,
   .grid-parent  div span
   {
       filter: brightness(1);   
       transition: 0.5s;
     }

  .grid_dienstleistung_text
    {
        position: absolute;   
        top: 50%;   
        left: 50%;   
        transform: translate(-50%, -50%);
        color:#fff;
        font-size: 32px;
        font-family: 'Poppins Light';
        letter-spacing: 3.5px;
        width: max-content;
        text-align: center;
   }


   
  .grid_dienstleistung_text a
  {
     
      color:#fff;
     
 }




 body .ti-widget.ti-goog .ti-controls-line 
 {
     bottom: 30px;
     display: block;
 }


 body .ti-name
 {
  display: none;
 }
 
















/* Abstand oben Folgeseiten */

section
{
  margin-top: 70px;
}




/* Home */

.home #page
{
    display: block;
}


.home .site-content 
{
    max-width: 100%;
    padding: 0% !important;
    margin: 0% !important;
   /* margin-top: -124px !important; */
}


.home .swiper.mySwiper {
  width: 100%;
  height: 70vh;
 /* margin-top: 34px; */
}



.swiper.mySwiper {
    width: 100%;
    height: 100vh;
    margin-top: -28px;
}

.swiper-slide {
   
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: top left;
    height: auto !important;

}

.swiper-slide-transform
{
background-color: rgb(51, 51, 51, 0.33); /* Change the color and opacity as needed */
z-index: 0;
background-blend-mode: multiply;
height: 100%;
}

.swiper-hero-progress {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 3px;
    background: #D20027;
    z-index: 5;
}


.slider_link_text a
{
font-size: 14px;
font-family: 'Poppins';
letter-spacing: 2px;
width:36%;
text-decoration: none;
color: #fff;
word-break: normal;
line-height: normal;
}






.slider_link_text a::after { 
    content: "";
    position: absolute;
    bottom: 0;
    left: 0%;
    display: block;
    background: none repeat scroll 0 0 transparent;
    height: 1px;
    width: 0;
    background: #D20027;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
  }
  
  .slider_link_text a:hover::after { 
    width: 30px; 
    left: 0; 
  }


.slider_caption_ueberschrift
{
  font-size: 2vw;
  font-family: 'Poppins Medium';
    margin-top: 0px;
    color: #fff;
    text-align: left;
  padding: 10px;
}


 


.slider_caption_text
{
font-family: 'Poppins Regular';
width:35%;
font-size:18px;
word-break: normal;

}


.swiper-pagination
{
    width:100%;
}



.swiper-pagination-bullet.swiper-pagination-bullet-active
{
    content: url('img/swiper_bullet_rot.svg') !important;
    background-color: transparent;
    width: 18px;
    height: 18px;
}


.swiper-pagination-bullet
{
    content: url('img/swiper_bullet_weiss.svg') !important;
    background-color: transparent !important;
    width: 18px !important;
    height: 18px !important;
    opacity: 1 !important;
    margin-right: 10px;
}



.swiper-button-next, .swiper-button-prev,
.swiper-button-next2, .swiper-button-prev2
{
  width: auto !important;
}



.swiper-button-prev::after {
  background-image: url('img/arrows/Icon-HeadTeaser-arrow.svg');
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  color: #FFFFFF00;
  opacity: 0.5;
  }



  
.swiper-button-next::after {
  background-image: url('img/arrows/Icon-HeadTeaser-arrow.svg');
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  color: #FFFFFF00;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  opacity: 0.5;
  }



  .mySwiper2 .swiper-button-prev::after {
    background-image: url('img/arrows/Icon-HeadTeaser-arrow.svg');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    color: #FFFFFF00;
  opacity: 1;
    }
  
  
  
    
    .mySwiper2 .swiper-button-next::after {
    background-image: url('img/arrows/Icon-HeadTeaser-arrow.svg');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    color: #FFFFFF00;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    opacity: 1;
    }
  


.container_gespraech
{
   
    color: #fff;

    display: flex;
    justify-content: flex-end;
    background: #F2F2F2;
}



.container_gespraech_wrapper
{
    /* width: calc(1320px + 20vw); */
    width: calc(100vw - 15vw);
    display: flex;
    gap: 0;
    justify-content: flex-end;

    margin-top: -40px;
}





.container_gespraech h4
{
    margin:auto;
    margin-bottom: 20px;
    color: #2B3941;

    font-size: 34px;
    font-family: 'Poppins Bold';
    width: auto;
    text-align: center;
}


.spalte_mit_bild_links
{
    width: 60%;
    text-align: center;
    align-self: center;
    margin-top: 30px;
    font-size: 14px;
    padding: 20px 0 20px 0;
    color: #2B3941;
    
}


.spalte_mit_bild_rechts
{
    width: 40%;
   
}



.gespraech_links .btn.btn-mcc
{
margin-left: 0;
    color: #fff;
    border-color: #fff;
}




.gespraech_links .btn.btn-mcc:hover
{
margin-left: 0;
    color: #333;
    border-color: #333;
    background: #fff;
}




.reviews_wrapper
{
  background-color: #F2F3F3;
  margin-top: 20px;
	    padding-bottom: 40px;
}


.reviews_wrapper h4
{
    margin:auto;
    margin-bottom: 20px;
    color: #2B3941;
    padding-top: 60px;
    font-size: 34px;
    font-family: 'Poppins Semibold';
    width: auto;
    text-align: center;
}




.cmplz-placeholder-1 {
  
    background-size: 300px !important;
    background-position: center;
    max-height: 300px !important;
}



body .ti-widget.ti-goog .ti-controls {
  top: calc(0% + 20px) !important;
  left: 20px;
}


body .ti-widget.ti-goog .ti-reviews-container-wrapper
{
  max-width: 1200px !important;
  text-align: center !important;
  margin: auto !important;
}



.ti-widget.ti-goog .ti-controls .ti-prev::after {
  background-image: url('img/arrows/Icon-HeadTeaser-arrow-dark.svg') !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  width: 100px !important;
  height: 100px !important;
  transform: rotate(0deg) !important;

}


.ti-widget.ti-goog .ti-controls .ti-prev::before
{
  display: none !important;
}



.ti-widget.ti-goog .ti-controls .ti-next
{
  right: 40px !important;  
}




.ti-widget.ti-goog .ti-controls .ti-next::after {
  background-image: url('img/arrows/Icon-HeadTeaser-arrow-dark.svg') !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  width: 100px !important;
  height: 100px !important;
  transform: rotate(180deg) !important;
  top: 8px !important;
}


.ti-widget.ti-goog .ti-controls .ti-next::before
{
  display: none !important;
}




.ti-footer
{
  display: none;
}







/* Logos */



.container_logos
{
  padding: 40px 0 ;
}



#rcbrandDemo1 {
  display:none;
  }
  
  .rc-rcbrand-container {
      position:relative;
      max-width:60%;
      margin: auto;
      margin-bottom: 20px;
  }
  .rc-rcbrand-ul {
      position:relative;
      width:99999px;
      margin:0px;
      padding:0px;
      list-style-type:none;   
      text-align:center;  
      overflow: auto;
      display: flex;
      align-items: center;
  }
  
  .rc-rcbrand-inner {
      position: relative;
      overflow: hidden;
      float:left;
      width:100%;

     
  }
  
  .rc-rcbrand-item {
      float:left;
      margin:0px;
    
      cursor:pointer;
      position:relative;
      line-height:0px; 
  }
  .rc-rcbrand-item img {
 
      max-height: 10vh;
      cursor: pointer;
      position: relative;
      margin-top: 10px;
      margin-bottom: 10px;
      padding: 0 30px 0 0px;
  }
  





  .mitgliedschaften a img
{
filter: grayscale(1);
transition: 0.4s ease-in-out;

}

 
  .mitgliedschaften a:hover img 
{
filter: grayscale(0);
transition: 0.4s ease-in-out;
}







/* Spalte Video */


section.container_video
{
  margin-top: 40px;
}


.container_video
{
   
    color: #fff;

    display: flex;
    justify-content: flex-end;
    background: #2B3842;
}



.container_video_wrapper
{
    /* width: calc(1320px + 20vw); */
    width: 80vw;
    display: flex;
    gap: 0;
    justify-content: flex-end;

    margin: auto;
}



.container_video_wrapper video
{
  width: -webkit-fill-available;
  width: -moz-available;
  padding: 35px;
}


.container_video h2
{

    color: #fff;
    font-size: 20px;
    margin: 20px 0;
    font-family: 'Poppins Semibold';
}


.spalte_video_links
{
    width: 50%;
   margin-right: 50px;
   position: relative;
}


.spalte_video_rechts
{
    width: 50%;
    font-size: 13px;
    align-content: center;
}



.play-overlay {
  position: absolute;
  inset: 0;                /* top/right/bottom/left: 0 → füllt Wrapper */
  display: flex;           /* Button hübsch zentrieren */
  align-items: center;
  justify-content: center;
  cursor: pointer;
 
}

.play-overlay.hidden {      /* verschwindet, sobald das Video läuft */
  opacity: 0;
  pointer-events: none;     /* klickt nicht mehr mit */
}

/* --- Der eigentliche Button -------------------------------- */
.play-overlay .play-btn {
  font-size: 4rem;          /* Button‑Größe */
  color: #fff;
  background: rgba(0,0,0,.45);
  border-radius: 50%;
  padding: .5em .6em .5em .7em;  /* Platz für Icon (Dreieck ist schmal) */
  line-height: 1;
  transition: transform .3s;
}

.play-overlay:hover .play-btn {
  transform: scale(1.1);
}


video[poster]{
  height:100%;
  width:100%;
  }



/* Kontakt */

.kontakt_wrapper
{
    max-width: 1320px;
    margin: auto;
    margin-top: 60px;
}



.kontakt_text
{
 text-align: center;
}



.kontakt_wrapper h4 {
  margin: auto;
  margin-bottom: 20px;
  color: #2B3941;
  padding-top: 20px;
  font-size: 34px;
  font-family: 'Poppins Semibold';
  width: auto;
  text-align: center;
}


.kontakt_felder li
{
  float: left;
  font-size: 14px;
  list-style: none;
  margin-right: 10px;
  width: 24%;
}




.kontakt_betreff li
{
  float: left;
  font-size: 14px;
  list-style: none;
  width: 50%;
}




.kontakt_nachricht li
{
  float: left;
  font-size: 14px;
  list-style: none;
  width: 100%;
}


.kontakt_betreff li label,
.kontakt_nachricht li label
{
  display: block;
}



.kontakt_wrapper ul
{
  display: block;
    clear: both;
    margin-top: 50px;
}


.kontakt_wrapper input.wpcf7-submit
{
  clear: both;
}








::placeholder
{
  color:#2B3842;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color:#2B3842;
}



.kontakt_wrapper input,
.kontakt_wrapper textarea,
.kontakt_wrapper select
{
  width: 100%;

  color: #333;
  font-family: 'Poppins Regular';
  border: 0;
  border-bottom: 1px solid #ccc;
}






.formular_klein, .acceptance
{
    font-size: 12px;
}


.kontakt_wrapper input[type=checkbox] 
{
width: 16px;
height: 16px;
-moz-appearance: none;
margin: 6px 10px 10px -15px;
float: left;
accent-color: #333333;
}


.acceptance a
{
    color: #D20027;
}



.kontakt_wrapper input.wpcf7-submit {


    margin-top: 40px;
    background-color: #2B3842ff;
    padding: 10px 40px 10px 40px;
    margin: auto;
    color: #fff;
    font-size: 14px;
    display: block;
    width: auto;
    font-family: 'Poppins Medium';
}







.wpcf7-not-valid-tip {
    color: #D20027;
    font-size: 12px;
}


.wpcf7 form.invalid .wpcf7-response-output
 {
    border-color: #333333;
}



.wpcf7 form .wpcf7-response-output {
    margin: auto;
    font-size: 12px;
    border: 1px solid #333333;
    text-align: center;
}


.wpcf7-not-valid-tip 
{
  position: absolute;
}


#widgetAnwaltde .widgetContent
{
	background-color:transparent !important;
}




/* Google Maps */



.wrapper_maps h4 {
  margin: auto;
  margin-bottom: 20px;
  color: #2B3941;
  padding-top: 20px;
  font-size: 34px;
  font-family: 'Poppins Semibold';
  width: auto;
  text-align: center;
}




.wrapper_maps
{
  position: relative;

  max-width: 1320px;
    margin: auto;
    margin-top: 50px;
}


#map {
  height: 30vh;
  width: 100%;
  left: 0;
  bottom: 0;
}



.kontakt_info
{
  display: flex;
  margin-top: 50px;
  font-size: 14px;
}



.kontakt_anfahrt
{
  flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 25%;
}



.kontakt_sprechzeiten strong
{
  font-family: 'Poppins Semibold';
}




/* FAQ */



.faq
{
  background-color: #F2F2F2;
  padding: 20px 0;
  margin-top: 50px;
}


.faq_thema_header
{
  font-family: 'Poppins Medium';
  padding: 20px 0;
}



.faq_text
{
  max-width: 1320px;
  margin: auto;
  margin-top: 60px;
  text-align: left;
  font-size: 14px;
  padding: 0 30px;
}



.faq_text h4 {
  margin: auto;
  margin-bottom: 20px;
  color: #2B3941;
  padding-top: 20px;
  font-size: 34px;
  font-family: 'Poppins Semibold';
  width: auto;
  text-align: left;
}




sup {
  top: -1em;
}
sub, sup {
  position: relative;
  font-size: 50%;
  line-height: 0;
  vertical-align: baseline;
}



.collapsing {
  transition: height 0.6s;
}


.card-header {
  padding: 10px;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0;
  border-top: 3px solid #343839;
  border-radius: 0 !important;
}


  .card 
{
 border:0;
}


.card-header h5 .btn
{
  color:#343839 !important;
      font-family: 'Prompt Semibold';
  font-size: 1.4vw !important;
}



.accordion-button,
.accordion-button:not(.collapsed),
.accordion-body
{
  background: #f2f2f2;
  font-size: 14px;
  color: #333333;
}


.accordion-button:focus
{
  border-color: transparent;
  box-shadow: none;
}


.accordion-item
{
  border: 0;
  border-top: 1px solid #CAC9C4;
}


.accordion-button:not(.collapsed) {
  
  box-shadow: none;
}




#accordion ul
{
margin-left: 4.4vw;
}




#accordion ul li
{
padding-left: 1vw;
}



.accordion .btn
{
    font-size: 1rem;
  font-weight:500;
  text-align: left;
}


.btn-link,
.btn-link:hover {
  color: #343839;
  text-decoration: none;
}


.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}


.btn-link.focus, .btn-link:focus {
  text-decoration: none;
}


 .btn.btn-link[aria-expanded="false"]:before {

 content: '';
  color: #343839;
  right: 0px !important;
  position: absolute;
width: 14px;
  height: 18px;
background-image:url(https://bfp-ing.de/wp-content/themes/bfp-ing/icons/angle-down-solid.svg);
   
 
}



.btn.btn-link[aria-expanded="true"]:before{

 content: '';
  color: #343839;
  right: 0px !important;
  position: absolute;
width: 14px;
  height: 18px;
background-image:url(https://bfp-ing.de/wp-content/themes/bfp-ing/icons/angle-down-solid.svg);
   
  transform:rotate(90deg) ;
}




.accordion .btn.btn-link.fa-angle-left.top:before , .accordion .btn.btn-link.fa-angle-left.top.collapsed:before {
  content: "\f104";
  font-size: 30px;
  color: transparent;
  right: 0px;
  position: absolute;
 left:auto !important;
 transform:rotate(0deg) !important;
}


 .btn.btn-link[aria-expanded="true"]:after >  .collapse.show   {

 content: '';
  color: #343839;
  right: 0px !important;
  position: absolute;
width: 14px;
  height: 18px;
background-image:url(https://bfp-ing.de/wp-content/themes/bfp-ing/icons/angle-down-solid.svg);
transform:rotate(0deg);
 
}

.top:not(.collapsed):before {
  background-image:url(https://bfp-ing.de/wp-content/themes/bfp-ing/icons/angle-down-solid.svg);
transform:rotate(180deg) !important;
}


.fussnote
{
  font-size:14px;
  margin-top:20px;
}



.fussnote a
{
 color: #343839; 
}


  .fussnote a:hover
{
 color: #343839; 
}


















/* Footer */

footer
{

color: #fff;
font-size: 14px;
}


.bootscore-footer.bg-body-tertiary.pt-5.pb-3
{
  background-color: #2B3841 !important;
}


.footer_spalte_titel
{
  font-size: 16px;
  font-family: 'Poppins Bold';
}


footer a
{
    color: #fff;
    text-decoration: underline 1px rgba(255, 255, 255, 0);
    transition: text-decoration-color 300ms;
}



footer a:hover
{
    text-decoration-color: rgba(255, 255, 255, 1);
}




footer .pt-5 {
  padding-top: 5rem !important;
  padding-bottom: 3rem !important;
}



footer .mb-5 {
  margin-bottom: 5rem !important;

}



.footer_widget.mb-5 img
{
  max-width: 250px !important;
} 




footer .footer_1 .widget-title.h5
{ 
  font-size: 16px;
  font-family: 'Poppins Bold';
  height: 54px;
  }


footer .widget-title.h5
{ 
  font-size: 16px;
  font-family: 'Poppins Bold';
  height: 30px;
  }



  footer     .col-lg-3 {
    flex: 0 0 auto;
    width: 22%;
    margin-right: 3%;
  }



.bootscore-info
{
    margin: auto;
    max-width: 1320px;
    display: block;
    padding: 20px 0;
}


#menu-footer-4 li
{
    float: left;
    font-size: 16px;
    list-style: none;
    border-left: 1px solid #fff;
    line-height: 1;
    padding-left: 16px;
    padding-right: 16px;
}



.bootscore-footer 
{
  position: relative;
}



.bootscore-info .textwidget
{
width: auto;
float: left;
color: #2B3842;
padding: 20px 0;
}


.btn.btn.btn-primary.top-button
{
    --bs-btn-color: #fff;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #fff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #fff;
    border:0;
    mix-blend-mode: difference;
}



.top-button {
  right:10px;
}






/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

.product-image-gallery {
  display: flex;
  max-height: 720px;
  margin-bottom: 50px;
}
#slider {
  width: 80%;
}
#thumbnail-slider {
  width: 20%;
  margin-left: 20px;
  overflow: hidden;
  height: calc(715px - 32px);
}

#thumbnail-slider ul {
padding-left: 0;
}





#thumbnail-slider img
{
  opacity: 0.7;
  width: 100%;
  height: 100%;
}



.swiper-slide-thumb-active img
{
  opacity: 1 !important;
}



.flex-viewport .slides
{
  width:auto !important;
}





/* Unterseiten allgemein */


.page-template-dienstleistung .slide-captions 

{
	top: 75%;
	left: 10%;
	color: #FFF;
  z-index:1;
}


.dienstleistung_einleitung_2
{
  margin: auto;
  margin-top:50px;
  max-width: 1320px;
  margin-bottom:100px;
  font-family: 'Roboto Light';
  text-align: center;

  font-size: 18px;
}





/* Impressum Datenschutz */


.page-template-page-blank-with-container .site-content
{
  margin-top: 100px;
  font-size: 14px;
}



.page-template-imp_dat .container.py-5
{
  padding-top: 0 !important;
}



.container_gespraech h4
{
    margin:auto;
    margin-bottom: 20px;
    color: #2B3941;

    font-size: 34px;
    font-family: 'Poppins Semibold';
    width: auto;
    text-align: center;
}




/* Impressum / Datenchutz */


.page-template-page-blank-with-container.page-id-174 .site-content,
.page-template-page-blank-with-container.page-id-176 .site-content
{
  margin-top: 170px;
  margin-bottom: 80px;
}


.page-id-174 #nav-main,
.page-id-176 #nav-main
{
  background-color: #f2f2f2;
}


.page-id-174 h1,
.page-id-176 h1
{
  font-size: 34px;
  font-family: 'Poppins Bold';
  text-align: left;
  margin-bottom: 20px;
}



.page-id-174 h2,
.page-id-176 h2,
.page-id-174 h3,
.page-id-176 h3,
.page-id-174 h4,
.page-id-176 h4
{
  font-size: 28px;
  text-align: left;
  margin: 40px 0px 20px 0px;
}



/* Responsive */










@media (max-width: 1399px) 

{




.kontakt_wrapper, .wrapper_maps
{
  padding: 30px;
}




.page-template-imp_dat .entry-content div 
{
  padding: 0;
}



.product-image-gallery 
{
  max-height: 674px;
}





#thumbnail-slider 
{
  height: calc(670px - 32px);
}


#thumbnail-slider img
 {
 object-fit: cover;
}




}









@media (max-width: 990px) 

{



  /* Allgemein */


  .navbar>.container
  {
    display: block;
  }



  .navbar>.container .d-flex
  {
    float: right;
  }


  .navbar>.container button
  {
   border:0;
  }




  .btn-outline-secondary
  {
    --bs-btn-hover-bg: transparent;
    --bs-btn-active-bg: transparent;
  }




 
  .home .navbar>.container button .fa-solid, .fas
  {
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 20px;
  right: 30px;
  }

	
	
	
  .page-id-174 .navbar>.container button .fa-solid, .fas,
	  .page-id-176 .navbar>.container button .fa-solid, .fas
  {

  font-size: 30px;
  position: absolute;
  top: 20px;
  right: 30px;
  }

    
  .navbar>.container button .fa-solid, .fas
  {
  color: #000;
  font-size: 30px;
  position: absolute;
  top: 20px;
  right: 30px;
  }

	
	  .navbar>.container button .fa-solid, .fas.fa-star
  {

  position: relative;
	  top: 0;
        right: 0;

  }
	

  .home #nav-main
  {
    position: fixed;
    z-index: 999;
  top: 0px;
    width: 100%;
    padding: 20px 0 10px 0;
    background-color: transparent;
  }



  .home #nav-main.fixed-top 
  {
    position: fixed;
    z-index: 999;
  top: 0px;
    width: 100%;
    padding: 20px 0 10px 0;
    background-color: #3b4850;
  }







#nav-main
{
  position: fixed;
  z-index: 999;
  top: 0px;
  width: 100%;
  padding: 20px 0 10px 0;
}






.nav_logo.mobil_home
{
  display: none;
}


.home .nav_logo.mobil_home
{

  display: block;
 /* width: 75vw; */
 width: 40vw;
  position: relative;
  margin-left: 20px;
  left: 0;
  right: 0;
  text-align: center;

}



.home .nav_logo.mobil
{
  display: none;
}

.home .fixed_top .nav_logo.mobil
{
  display: block;
}



.nav_logo.mobil
{
  display: block;
   /* width: 75vw; */
 width: 35vw;
  position: relative;
  margin-left: 20px;
  left: 0;
  right: 0;
  text-align: center; 
  max-width: 300px;
}




.show .logo_mobil_overlay
{
  
  display: none;
  width: 168px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
margin-top: -15px;
}


.offcanvas.offcanvas-end 
{
  transform: none !important;
  transition: 0.5s;
  opacity: 0;
}



 .offcanvas.offcanvas-end.show 
{
  transform: none !important;
  transition: 0.5s;
  opacity: 1;
}


  .offcanvas
  {
    width: 100% !important;
    background-color: #2B3841;


  }



  .btn-close
  {
    background-color: transparent;
    opacity: 1;
  }


  .btn-close:focus {
    outline: 0;
    box-shadow: none;

}


#menu-item-19,
#menu-item-504 
{
 display: none; 
}




.navbar-nav > li a
{
   
    text-align: center;
    background: transparent !important;
    font-family: 'Poppins Regular';
    color:#fff;
    text-transform: uppercase;
    padding:0;
    transition: .7s;
    font-size: 30px;
    line-height: 2;

}




.navbar-nav  li a
{
   

    margin-top: 30px;
}





.navbar-nav  li ul li a
{
   

    margin-top: 10px;
}





.offcanvas-header .btn-close
{
  margin: 0;

}


.dropdown-menu.depth_0.show 
{
  background: transparent;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show
{
  color: #fff;
}



.nav-link:hover, .nav-link:focus {
  color: #eee;
}






.container
{
  padding: 0 30px 0 30px;
}




#content
{
  padding:0 30px;
}




ol li::before 
{
  width: 74px;
  height: 78px;
  font-size: 28px;
}



#more_than_768
{
  display:none;
}




.page-id-174 h1, .page-id-176 h1
 {

  margin-top: 100px;
}


}










@media (min-width: 576px) and (max-width:990px)

{
.container, .container-sm {
    max-width: 960px;
}

}






@media (max-width: 768px) 

{



  /* Allgemein */



#more_than_768
{
  display:block;
}
  



#more_than_1200
{
  display:none;
}
  

  
h1
{
  margin-top: 40px;
    font-size: 22px;
}


h2
{
    margin-bottom: 40px;
    font-size: 22px;

}





h3
{
    margin-top: 50px;
    font-size: 22px;
}


h4, .reviews_wrapper h4
{
    margin-bottom: 50px;
    font-size: 22px;
    width: 90%;
}




#kontaktlasche {
 
  top: 40%;

}




.row>* 
{
  padding-right: 0px;
}



.top-button
 {
  bottom: 120px;
}






footer .mb-4 
{
  margin-bottom: 4.5rem !important;
}



.bootscore-info .textwidget 
{
 float: none; 
  font-size: 14px;
  margin: 10px 0px 0 0;
}


.bootscore-info 
{
  height: 100px;
  width: 84%;
}


ul#menu-footer-4 
{
padding: 0;
}


#menu-footer-4 li 
{
  font-size: 14px;
  border-left: 1px solid #fff;
}


#menu-footer-4 li:first-child
{
  border-left: 0;
  padding-left: 0;
}

#menu-footer-4 li:last-child
{
  padding-right: 0;
}


footer .bootscore-info .container
{
  padding: 0;
}


.btn-outline-secondary
{
  background-color: transparent;
}




.swiper-button-next, .swiper-button-prev,
.swiper-button-next2, .swiper-button-prev2
{
 display: none !important;
}




/* Home */



.home .leistungen_teaser.swiper.mySwiper2 .swiper-slide {
  width: 80% !important /* oder eine fixe Breite wie 300px */
}


.home .leistungen_teaser.swiper.mySwiper2
 {
  margin-top: -80px;
}




.home .swiper.mySwiper {
  width: 100%;
  height: 80vh;
  margin-top: 34px;
 /* margin-top: 100px !important; */
 margin-top: 0 !important;
}



  .home  .swiper-slide 
  {
    
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 0 10px 0 10px;
  }
  




  .slide-captions 
  {
    left: 5%;
    top: 70%;
  }




  .slider_caption_ueberschrift {
   
    width: 85%;
    margin-left: 0%;
    font-size: 18px;

}



.home .slide-captions-leistungen
{
  padding: 20px;
  font-size: 12px;
}



.leistung_teaser_text {
  font-size: 12px;
  min-height: 70px;
}


.leistung_teaser_uberschrift {
  font-size: 22px;
  margin: 20px;
}


.leistung_teaser_bild img {
  width: 13%;
  min-width: 80px;
}




.home .leistungen_teaser.swiper.mySwiper2 
{
  width: 92%;
  margin-left: 8%;
}


.reviews_wrapper {
  padding: 0 30px 0 30px;
}




/* Leistungen */




.container
{
  padding: 0;
}




.row_leistung 
{
  display: block;
}

.box1, .box2 
{
  
  width:100%;
  padding: 30px;
}


.row_leistung.odd .box1,
.row_leistung.even .box1
{
 
  width: auto;
  top: 30px;
  margin: 30px;
    padding-bottom: 30px;
}






/* Rezensionen */


h4, .reviews_wrapper h4 
{
  margin-bottom: 10px;
 
}


body .ti-widget.ti-goog .ti-review-item .ti-stars {
  height: 50px;
}


.ti-name, .ti-date
{
  display: none;
}

body .ti-widget.ti-goog .ti-stars .ti-star {
  width: 40px !important;
  height: 40px !important;
}




#rcbrand1 img 
{
  max-height: 100px;
    max-width: 80%;
    display: block;
    position: relative;
    margin: auto;
    margin-bottom: 50px;
}






/* Über */




.content_block_left {
  width: auto;
  padding-right: 0px;
}


section.container_gespraech {
  padding-top: 80px;
}


.spalte_mit_bild_links
 {
  margin-top: 0px;
  padding: 0;
}






/* Logos */



.rc-rcbrand-container 
{
  max-width:90%;
}



.rc-rcbrand-item img 
{
   padding:0px;
}





/* Container Video */



.container_video_wrapper video
 {
  padding: 30px 0 0 0;
}


.container_video_wrapper
{
    display: block;
}



.spalte_video_links,
.spalte_video_rechts
{
    width: 100%;
   margin-right: 0px;
   margin-bottom: 10px;
}




/* Kontakt */


.kontakt_wrapper,
.wrapper_maps
 {
  max-width: 100%;
  margin: auto;
  margin-top: 20px;
}



.wrapper_map
 {
  margin-top: 20px; 
}




/* Footer */


footer .col-lg-3 
{
  width: 100%; 

}



.bootscore-footer .container
{
  padding:0 30px;
} 





.grid-parent div 
{
  height: 290px;
}




.home .grid-parent {
  display: block;
}




.container_gespraech
{
  font-size: 16px;


}



.container_gespraech_wrapper
{
  display: grid;
  padding: 30px 30px 0 30px;
  width: 100%;
}




.gespraech_links
{
  order: 2;
  width: 100%;
}


.gespraech_rechts
{
  order: 1;
  width: 100%;
}




.spalte_mit_bild_links,
.spalte_mit_bild_rechts
{
    width: 100%;
   text-align: center;
    
}




.gespraech_rechts img 
{
  padding: 20px 0 20px 0;
}



.container_gespraech h3,
.container_gespraech h4
{
  font-size: 22px;
}



.gespraech_links .btn.btn-mcc 
{
  margin-left: auto;
}


.ti-inner 
{
  display: block !important;
}


.ti-widget.ti-goog .ti-review-content .ti-inner {

  margin-top: 30px !important;
}




.wrapper_instagram .swiper-container .swiper-button-next {
  position: static;
  top: var(--swiper-navigation-top-offset, 120%);
  right: 40%;
  margin: auto;
  margin-top: 40px;
  float: right;
  margin-right: 20%;
}



.wrapper_instagram .swiper-container .swiper-button-prev {
  position: static;
  top: var(--swiper-navigation-top-offset, 120%);
  right: 40%;

  margin: auto;
  margin-top: 40px;
  float: left;
  margin-left: 20%;
}


.wrapper_instagram 
{
  padding: 100px 0 20px 0;
}


.wrapper_instagram h3 {

  margin-bottom: 90px;

}


.kontakt_wrapper 
{
  display: block;
}



.home .kontakt_links {
  width: 100%;
  padding: 0 30px 0 30px;
}


.kontakt_1_zeile,
.kontakt_2_zeile
 {
  width: 100%;
  float: none;
  margin-left: 0;
}


.kontakt_wrapper input[type=checkbox]
 {
  margin: 6px 10px 40px -15px;
}


.acceptance {
  margin-left: 3px;
}


.kontakt_wrapper input.wpcf7-submit
{
  margin: 40px auto 40px auto;
}


.kontakt_rechts
{
  display: none;
}




.kontakt_felder li
 {
  width: 100%;
}



.kontakt_info
{
  display: block;
  padding: 0 30px;
}




/* FAQ */


.faq_text {
  max-width: 90%;
}







/* Content Block 1*/

.content_wrapper
{
    max-width: 100%;
    display: block;
    padding: 0 30px;
}



.content_block_left, .content_block_right
{
  width: 100%;

}







/* Unterseiten Allgemein */


.page-template-dienstleistung .site-content, .page-template-dienstleistung-2 .site-content,
.page-template-ueber-uns .site-content
{
  margin-top: 0 !important;
}



.headerbild img 
{
  
    min-height: 375px;
    margin-top: 70px;
}



.page-template-dienstleistung .slider_caption_ueberschrift,
.page-template-dienstleistung-2 .slider_caption_ueberschrift,
.page-template-ueber-uns .site-content .slider_caption_ueberschrift
{
  font-size: 20px;;
}


.page-template-dienstleistung .kontakt_wrapper,
.page-template-dienstleistung-2 .kontakt_wrapper,
.page-template-ueber-uns  .kontakt_wrapper
{
  padding: 0 30px 0 30px;
}



/* Dienstleistungen */


.dienstleistung_vermieten_text
 {
  font-size: 16px;
  padding: 0 30px 30px 30px;
}


.container_methode_verkauf h3 ,
.container_methode_verkauf h4
{
  font-size: 22px;
}



.methode_verkauf_einleitung {
  font-size: 18px;

}



.methode_verkauf_einleitung2 
{
  font-size: 16px;

}



.headerbild .triangle {
  display: none;
}




.dienstleistung_einleitung_2 {

  font-size: 16px;
  padding: 0 30px 30px 30px;
}




.dienstleistung_bild_text_inner,
.dienstleistung_bild.links
{
  display: block;
}


.dienstleistung_text.rechts,
.dienstleistung_text.links
{
  display: block;
  padding: 0 30px 30px 30px;
  margin-top: 30px;
}


.dienstleistung_text.links p, .dienstleistung_text.rechts p, .dienstleistung_text.rechts ul, .dienstleistung_text.links ul {
  max-width: 100%;
}



.dienstleistung_text.links p:first-child, .dienstleistung_text.rechts p:first-child {

  font-size: 16px;
}



.dienstleistung_text.links p:nth-child(2), .dienstleistung_text.rechts p:nth-child(2) 
{
  font-size: 22px;

}

.page-template-dienstleistung-2 .grid-parent {
  display: block;

}


.page-id-333 .grid-parent {
  display: block;

 
}



.grid_dienstleistung_text {

  font-size: 22px;

  width: 80%;

}


.dienstleistung_vorteile_wrapper ol li {
  font-size: 18px;
  line-height: normal;
  padding: 20px 0 20px 0;
}



ol li::before {

  padding-left: 17px;

  width: 42px;
  height: 50px;

  font-size: 18px;
}

.ueber_uns_text_wrapper {

  display: block;
  margin-top: 20px;
  padding: 0  30px 0 30px;
}


.ueber_uns_text_links {
 
  font-size: 22px;
  margin-right: 0px;
}


.ueber_uns_text_rechts 
{
  font-size: 16px;
  margin-left: 0px;
  margin-top: 30px;
}



/* Unternehmen */


.swiper.mySwiper {

  height: 50vh;

}



.swiper_kunde h3 
{
  padding-top: 40px;
}




.slider_kunde_text 
{
  font-size: 18px;

}


.swiper_kunde {
  width: 100%;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;

  position: relative;
  margin-top: 100px;


}



.video_wrapper 
{
padding: 30px;
margin: 10px 0 40px 0;
}




.page-template-ueber-uns .slide-captions
 {
    top: 71%;
}



.slide-captions 
{ 
  width: 100%;
        padding: 10px;
        background-color: rgba(43, 56, 65, 0.2);
}


.counting_numbers .div4,  .counting_numbers .div5,  .counting_numbers .div6
{
  margin-top: 0px;
}



.swiper-pagination_numbers 
{
text-align: center;
margin-top: 30px;
display: block;
}




.swiper-pagination_numbers .swiper-pagination-bullet 
{
  content: url(img/swiper_bullet_grau.svg) !important;

}


.swiper-pagination_numbers .swiper-pagination-bullet.swiper-pagination-bullet-active
{
  content: url(img/swiper_bullet_rot.svg) !important;

}




.slider_kunde_text
{
  margin: 0 70px 0 70px;
}


.swiper-slide.kunden
 {
 
  justify-content: end;
 
}



.swiper_kunde .swiper-pagination
{
  display: none;
}





.ueber_uns_einleitung
{

  font-size: 16px;

}

.team_text_links {
  
  margin-right: 0px;
}


.page-template-team .ueber_uns_text_wrapper {

  display: block;
  margin-top: 20px;
  padding: 0;
}



.team_text_rechts 
{
  font-size: 22px;
  margin-left: 0px;
  margin-top: 20px;
}

.team_wrapper
{
  display: block;
}


.team_member_wrapper
{
  margin-right: 0;
}






.charity_einleitung_2 , .mission_text
{
  padding: 0 30px 0 30px;
  margin-top: 0;
  font-size: 16px;
}

.dienstleistung_text.rechts, .dienstleistung_text.links 
{
  margin-top: 60px;
}


.zitat_charity, .zitat_charity_name
{
  width: 100%;
}



.page-template-charity .kontakt_wrapper
{
  padding: 0 30px 0 30px;
}


.charity_hilfe_wrapper
{
  padding: 0 30px 0 30px;
}




.charity_hilfe h3 
{
  padding-top: 40px;
}


.charity_hilfe_text, .charity_hilfe_bank
{
  font-size: 18px;
}



.container_methode_verkauf_wrapper
{
  display: none;
}




.methodeSwiper
{
  display: block !important;
  max-width: 100%;
  margin: auto;
  margin: 0 10% 0 10%;
  margin-top: 60px;
  overflow: hidden;
  height: auto;
}


.swiper-methode 
{
  text-align: center;
  padding: 0 30px 0 30px !important;
  font-size: 16px;
}


.swiper-pagination-methode 
{
  text-align: center;
  margin-top: 30px;
}


.swiper-methode  img
{
  width: 90px;
  margin-bottom: 30px;
}



}






@media (max-width: 500px) 

{



  ul#menu-footer-4 {
    display: inline-block;
}



  .slide-captions {
    
      top: 50%;
  }


  .home .leistungen_teaser.swiper.mySwiper2 {
    margin-top: -130px;
}



.container_gespraech h4 {

  font-size: 28px !important;


}


.content_block_left
{
  margin-bottom: 20px;
  font-size: 28px !important;
  font-family: 'Poppins Bold';
  text-align: left;
  line-height: 30px;
  width: 85%;
}




.ti-widget.ti-goog .ti-controls
{
  display: block !important;
}



.ti-widget.ti-goog .ti-controls-line
 {
  margin: 50px auto !important;
 }



 .ti-widget.ti-goog .ti-controls .ti-next:hover, .ti-widget.ti-goog .ti-controls .ti-prev:hover {
  cursor: pointer;
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}



.ti-widget.ti-goog .ti-controls .ti-next::after
 {
  background-image: url(img/arrows/Icon-HeadTeaser-arrow-dark.svg) !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  width: 50px !important;
  height: 50px !important;
  transform: rotate(180deg) !important;
  top: 200px !important;
}




.ti-widget.ti-goog .ti-controls .ti-prev::after 
 {
  width: 50px !important;
  height: 50px !important;
  top: 200px !important;
}



.kontakt_betreff li {
 
  width: 100%;
}


}





@media (max-width: 420px) 

{
	
	
	
	.page-id-174 h1,
.page-id-176 h1
{
  font-size: 26px;
}



.page-id-174 h2,
.page-id-176 h2,
.page-id-174 h3,
.page-id-176 h3,
.page-id-174 h4,
.page-id-176 h4
{
  font-size: 20px;
 
}
 
.bootscore-info 
{   
    width: 94%;
}

#menu-footer-4 li 
{
  font-size: 12px;
 
}

}