/*
 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;
  z-index: 10;
  margin: auto;
}


.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;
}



.blur 
{
display: block;
/* color with alpha transparency */
background-color: rgba(0, 0, 0, 0.8) !important;
/* stretch to screen edges */
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 9;
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
transition: .7s;
opacity: 0;
}


.overlay.blur
{
  transition: 0.5s;
  opacity: 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;
   
}



#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 */


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-mcc
{
--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: 33%;
    font-size: 30px;
    padding-right: 50px;
    font-family: 'Poppins Semibold';
}



.content_block_right
{
  width: 66%;
    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%;
}





/* Immo Swiper */


.wrapper_immoSwiper
{
    background-color: #EAEAEA;
    padding: 1px 0 80px 0;
}


.immoSwiper
{
    max-width:100%;
    margin: auto;
    margin: 0 10% 0 10%;
    margin-top: 100px;
    overflow: hidden;
    background-color: #fff;
}


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







.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;
}





/* Immo Angebote Swiper */



.immoSwiper.angebote
{
  background-color: transparent;
  padding-bottom: 30px;
}



.immo_wrapper_schatten
{
  -webkit-box-shadow: 4px 10px 18px -6px rgba(0,0,0,0.27);
  -moz-box-shadow: 4px 10px 18px -6px rgba(0,0,0,0.27);
  box-shadow: 4px 10px 18px -6px rgba(0,0,0,0.27);
}



.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;
 }
 
















/* 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 Bold';

  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;
}


.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;
}

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;
}





/* Google Maps */



.wrapper_map
{
  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);
}


.immo_footer
{
  position: absolute;
  top: 50px;
  right: 70px;
  max-width: 60px;
}



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;
}




/* Immobiilie Übersicht */


#loadMore
{
  display: none;
}


.post-type-archive-immobilien #page
{
    display: block;
}



.post-type-archive-immobilien .grid-item 
{
  width: 33%;

  position: relative !important;
  display: inline-block;
  left: auto !important;
  top: auto !important;

}



.post-type-archive-immobilien h2
{
   margin-bottom: 40px;
}

.immo_buttons
{
  margin: auto;
  width: auto;
}



.immo_buttons .btn-mcc:nth-child(1)
{
  border-radius: 8px 0 0 8px;
  border-right: 0;
}



.immo_buttons .btn-mcc:nth-child(2)
{
  border-radius: 0;

}


.immo_buttons .btn-mcc:nth-child(3)
{
  border-radius: 0 8px 8px 0;
  border-left: 0;
}



.btn-mcc.immo
{
float: left;
margin: 50px auto 10px auto;
}




.post-type-archive-immobilien .button-group.filters-button-group,
.post-type-archive-referenzen .button-group.filters-button-group
{
  margin-bottom: 200px;
}


.wrapper_alle_immobilien
{
  position: relative;
}




.wrapper_alle_immobilien .immo_info_immoart_icon,
.wrapper_alle_immobilien .immo_info_neu_icon
{
  bottom: 0px;
}



.grid-item {
  width: 32%;
  padding-left: 30px;
  padding-top: 30px;
}




.uebersicht.angebote
{
  background-color: transparent;
  padding-bottom: 30px;
}


.uebersicht-angebote
{
margin: 0 10px 0 10px;
}


.uebersicht-angebote-img 
{
position: relative;
}



.uebersicht-angebote-img img
{
 
  max-height: 210px;
  object-fit: cover;

}



.uebersicht-angebote-text
{
 

padding:20px;
height: 25vh;
overflow: auto;
}







/* Immobilie  */


body.single-immobilien
{
  height: auto;
}



.objekt-navi {
  display: flex;

}


.objekt-navi-next-prev
{
  width:20%;
  display: flex;
}



.objekt-navi-next-prev div:nth-child(1)
{
  flex: 1;          /* shorthand for: flex-grow: 1, flex-shrink: 1, flex-basis: 0 */
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.objekt-navi-next-prev div:nth-child(2)
{
  flex: 1;          /* shorthand for: flex-grow: 1, flex-shrink: 1, flex-basis: 0 */
  display: flex;
  justify-content: center;
  align-items: center;
}


.objekt-navi-next-prev div:nth-child(3)
{
  flex: 1;          /* shorthand for: flex-grow: 1, flex-shrink: 1, flex-basis: 0 */
  display: flex;
  justify-content: flex-end;
  align-items: center;
}





.immo_uebersicht
{
  font-size: 16px;
  font-family: 'Roboto Regular';
  width:80%;
  align-items: center;
  margin:0 0 20px 0;
}



.immo_uebersicht img
{
  float: left;
  max-height: 16px;
  margin: 3px 10px 0px 5px;
} 

[rel="prev"]:before,
[rel="next"]:after {
  content: "";
}



.page-link
{
background: #fff;
    border-radius: 87px;
    padding: 3px;
    height: 30px;
    width: 30px;
    text-align: center;
}




.page-link:hover
{
background: #eaeaea;
    border-radius: 87px;
    padding: 3px;
    height: 30px;
    width: 30px;
    text-align: center;
}




.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
#thumbnail-slider .flex-control-nav,
#thumbnail-slider .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.mySwiperImmo {
  margin: 0;
  padding: 0;
}

.mySwiperImmo .swiper-wrapper  .swiper-slide img {
  width: 100%;
  display: block;
}
.mySwiperImmo .swiper-wrapper:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .mySwiperImmo .swiper-wrapper {
  display: block;
}
* html .mySwiperImmo .swiper-wrapper {
  height: 1%;
}
.no-js .mySwiperImmo .swiper-wrapper > li.swiper-slide:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.mySwiperImmo {
  margin: 0 0 60px;
  background: transparent;
 
  position: relative;
  zoom: 1;

  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}


.swiper.mySwiperImmo {
  margin: 0;
  height: auto;
}


.swiper.mySwiperImmo ul {

  padding: 0;
}

.mySwiperImmo .swiper-wrapper  .swiper-slide {
  zoom: 1;
  height: auto;
}




#slider.mySwiperImmo .swiper-wrapper  .swiper-slide img {

  height: 684px;
  object-fit: cover;
}




.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
#thumbnail-slider .flex-direction-nav {
  *height: 0;
}
#thumbnail-slider .flex-direction-nav a.flex-next {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 20px;
  margin: -20px 0 0;
  position: absolute;
  top: 100%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: #fff;
  background-color: #333;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -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;
}



#thumbnail-slider .swiper-button-prev {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 20px;
  margin: 0;
  position: absolute;
  top: 0%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: #333;
  background-color: #333;

  -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;
}



#thumbnail-slider .swiper-button-next {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 20px;
  margin: 0;
  position: absolute;
  top: 0%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: #333;
  background-color: #333;

  -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;
}

#thumbnail-slider .flex-direction-nav a:before {
  font-family: "flexslider-icon";
  width: 15px;
  display: block;

  color: rgb(255 255 255 / 80%);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  height: 15px;
  margin: auto;


}



#thumbnail-slider 
{
  position: relative;
}


#thumbnail-slider  .swiper-button-prev
{
position: absolute;
    left: auto;
    right: auto;
    display: block;
    top: 0;
    
}




#thumbnail-slider  .swiper-button-next
{
position: absolute;
    left: auto;
    right: auto;
    display: block;

    bottom: 0;
    top: auto;
}




#thumbnail-slider  .swiper-button-prev:before {
  content: url(img/GG_MCC_Icon_Arrow.svg) !important;
  display: block;
  top: 0;
  transform: rotate(0deg);
  margin-top: -4px;
  position: absolute;
  width: 14px;
  height: 18px;
  left: 44%;  
}





#thumbnail-slider  .swiper-button-next:before {
  content: url(img/GG_MCC_Icon_Arrow.svg) !important;
  display: block;
  top: 0;
  transform: rotate(180deg);
  margin-top: 6px;
  position: absolute;
  width: 14px;
  height: 18px;
  left: 44%;  
}



#thumbnail-slider .swiper-button-prev:hover,
#thumbnail-slider .swiper-button-next:hover
 {
  opacity: 1;
}





#thumbnail-slider.mySwiperImmothumb:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
#thumbnail-slider .flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

#thumbnail-slider .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
#thumbnail-slider .flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#thumbnail-slider .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#thumbnail-slider .flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
#thumbnail-slider .flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
#thumbnail-slider .flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
#thumbnail-slider .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
#thumbnail-slider .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#thumbnail-slider .flex-control-thumbs img:hover {
  opacity: 1;
}
#thumbnail-slider .flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * 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;
}





.mySwiperImmothumb .swiper-wrapper {
  width: auto;
  row-gap: 0px;
} 


.mySwiperImmothumb.vertical-carousel .slides li {
  float: none !important;
  margin-bottom: 5px;
  width: auto !important;

}


.mySwiperImmothumb.vertical-carousel .flex-viewport {
  max-height: 100%;
}



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



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



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



.immo_info_immoart_icon
{
  position: absolute;
  z-index: 1;
  bottom: 36px;
  right: 9px;
  font-size: 12px;
  font-family: 'Poppins Light';
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 153px;
  height: 30px;
  border-bottom: 25px solid #fff;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}



.immo_info_immoart_icon span
{
position: absolute;
top: 8px;
left: 0;
right: 0;
margin: auto;
text-align: center;
}




.immo_info_neu_icon
{
  position: absolute;
  z-index: 1;
  bottom: 36px;
  right: 137px;
  font-size: 12px;
  font-family: 'Poppins Light';
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 80px;
  height: 30px;
  border-bottom: 25px solid #dc3545;
  border-left: 25px solid transparent;
}



.immo_info_neu_icon span
{
position: absolute;
top: 8px;
left: 0;
right: 0;
color: #fff;
margin: auto;
}





.single-immobilien .immo_info_immoart_icon,
.single-immobilien .immo_info_neu_icon
{
  z-index: 2;
}


.immo_wrapper
{
 display: flex;
}



.immo_titel
{
  font-family: 'Poppins Medium';
  font-size: 36px;
  max-width: 80%;
}




.immodetails_wrapper
{

/*  width: calc(100% - 320px);  */
width:80%;

}



.immodetails_wrapper div div
{
  padding: 8px 0 8px 0;

}



.immodetails_wrapper div:first-child
{
/*  padding: 0; */

}


.immo_standort
{
  color: #D20027;
  font-family: 'Roboto Regular';
  font-size: 16px;
}



.immo_detail_einleitungstext
{
  font-family: 'Roboto Light';
  font-size: 18px; 
  margin-top: 50px;
}


.immo_abschnitt_titel
{
  font-family: 'Roboto Regular';
    font-size: 24px;
    border-bottom: 1px solid #D20027;
    margin-top: 50px;
    padding-bottom: 8px;
}


.immo_detail_titel
{
  flex-basis: 30%; 
  border-bottom: 1px solid #333;
  font-family: 'Roboto Light';
  font-size: 18px;
}



.immo_detail_wert
{
  border-bottom: 1px solid #333;   
  flex-basis: 70%;
  font-family: 'Roboto Light';
  font-size: 18px;
}


.immo_ausstattung_titel
{
  font-family: 'Poppins Medium';
  font-size: 36px;
  margin-top: 50px;
}


ul.immo_ausstattung
{
  padding-left:20px;
}

ul.immo_ausstattung li
{
  list-style-image: url('https://mcc.studio37-muenchen.de/wp-content/themes/bootscore-child-main/img/hexagon-li.svg');
  font-size: 18px;
}

 

.immodetails_wrapper_rechts
{
width:20%;
margin-left: 20px;
}


.ausstattung_detail_li
{
  margin-top: 10px;
}


.ausstattung_bold
{
  font-weight: bold;
}





/* Button */

.btn-expose
{
--bs-btn-color: #333;
--bs-btn-bg: transparent;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #333;
--bs-btn-hover-border-color: #333;
--bs-btn-focus-shadow-rgb: 49, 132, 253;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #333;
--bs-btn-active-border-color: #333;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
border: 1px solid #333333;
margin: auto;
margin-top:50px;
margin:0 auto 50px auto;
padding: 5px 20px 5px 20px;
border-radius: 8px;
display: block;
font-family: 'Poppins Light';
letter-spacing: 2px;
text-transform: uppercase;
}


.makler_foto img {

  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);

  height: 212px;

  }

  .makler_name
  {
    font-family: 'Roboto Medium';
    font-size:18px;
    margin-top:20px;
  }


  hr
  {
    width: 30px;
    border: 1px solid #D20027;
    opacity: 1;
  }




  .expose_wrapper
{
    max-width: 1320px;
    display: flex;
    margin: auto;
}




.expose_wrapper input,
.expose_wrapper textarea,
.expose_wrapper select
{
  width: 100%;
  background-color: #f4f4f4;
  padding: 18px;
  border: 0;
  color:#333;
  font-family: 'Roboto Regular';
}





.expose_wrapper select
{
    color: #959595;
}





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


  
.expose_links
{
   width:80%;
}



.expose_rechts
{
 margin-left: 20px; 
 width:20%;
}


.immo_expose_titel
{
  font-family: 'Poppins Medium';
  font-size: 36px;
 text-align: center;
 margin: auto;
  margin-top: 90px;
  max-width: 1320px;
}


.immo_expose_subtitel
{
  font-family: 'Roboto Light';
  font-size: 18px;
 text-align: center;
  margin: 90px auto 90px auto; 
  max-width: 1320px;
}




.expose_wrapper input.wpcf7-submit {

  border: 1px solid #333333;
  margin-top: 40px;
  background-color: #fff;
  padding: 5px 20px 5px 20px;
  border-radius: 8px;
  display: block;
  width: auto;
  font-family: 'Poppins Light';
  letter-spacing: 2px;
  text-transform: uppercase;
}



/* Referenzen Übersicht */


.immo_referenzen
{
  font-family: 'Roboto Light';
  font-size: 24px;
  margin: auto;
  width: auto;
  text-align: center;
}



.post-type-archive-referenzen .grid-item 
{
  width: 33%;

  position: relative !important;
  display: inline-block;
  left: auto !important;
  top: auto !important;

}



body.single-referenzen
{
  height: auto;
}






/* 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;
}












/* Dienstleistung */




.page-template-dienstleistung .navbar,
.page-template-dienstleistung-2 .navbar
{
  background-color: #fff;
}



.page-template-dienstleistung .site-content,
.page-template-dienstleistung-2 .site-content  
{
    max-width: 100%;
    padding: 0% !important;
    margin: 0% !important;
    margin-top: -115px !important;
}




.page-template-dienstleistung .fixed-top.bg-body-tertiary,
.page-template-dienstleistung-2 .fixed-top.bg-body-tertiary  
{
  background-color: rgba(255, 255, 255, 1) !important;
}


.page-template-dienstleistung .fixed-top.bg-body-tertiary.blurnav,
.page-template-dienstleistung-2 .fixed-top.bg-body-tertiary.blurnav
{

  background-color: rgba(0, 0, 0, 0) !important;
 
}






.headerbild
{
  max-height: 780px;
  position: relative;
}



.headerbild::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(51, 51, 51, 0.15); /* Change the color and opacity as needed */
  z-index: 0;
  background-blend-mode: multiply;
}




.headerbild img
{
  width: 100%;
  position: relative;
  z-index: -1;
  max-height: 780px;
  object-fit: cover;
}



.headerbild .triangle {
  position: absolute;
  width: 20vw;
  height: 36vh;
  border-left: 0px solid transparent;
  border-right: 469px solid transparent;
  border-bottom: 223px solid rgba(255, 255, 255, 0.4);
  bottom: 0;
}

@media (min-width: 2340px) 

{

  .headerbild .triangle 
  {  
    width: 16vw;
  }

}




.hexa_ueberschrift
{
  text-align: center;
  font-family: 'Roboto Medium';
  color: #D20027;
  margin: 40px 0 40px 0;
  font-size: 18px;
}


.hexa_text
{
  text-align: center;
  font-family: 'Roboto Light';
  font-size: 18px;
}



.dienstleistung_bild_text img
{
  max-height: 650px;
  object-fit: cover;
  width: 100%;
}



.dienstleistung_bild_text_inner
{
  display: flex;
  flex-wrap: wrap;
  line-height: normal;
}



.dienstleistung_bild.links
{
  flex: 61%; 
  order: 1;
  margin-top: 100px;
}


.dienstleistung_bild.links img
{
  clip-path: polygon(27% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 27%);
}


.dienstleistung_bild.rechts
{
  flex: 61%; 
  order: 3;
  margin-top: 100px;
}


.dienstleistung_bild.rechts img
{
  clip-path: polygon(73% 0%, 100% 27%, 100% 100%, 0% 100%, 0% 0%);
}


.dienstleistung_text.rechts
{
  flex: 39%; 
  order: 2;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-self: end;
  font-family: 'Roboto Light';

  padding-left: 20px;
  letter-spacing: 1px;
}


.dienstleistung_text.rechts p:last-child
{
  margin-bottom: 0;
}


.dienstleistung_text.links
{
  flex: 39%; 
  order: 2;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-self: end;
  align-items: end;
  font-family: 'Roboto Light';

  padding-right: 20px;
  text-align: right;
  letter-spacing: 1px;
}



.dienstleistung_text.links p:last-child
{
  margin-bottom: 0;
}


.dienstleistung_text.links ul
{
  text-align: left;
}



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




.dienstleistung_text.links p:nth-child(2), 
.dienstleistung_text.rechts p:nth-child(2)

{

font-size: 36px;
letter-spacing: normal;
}



.dienstleistung_text.rechts li, 
.dienstleistung_text.links li 
{

  font-size: 18px;
  letter-spacing: normal;
  }
  
  .dienstleistung_text.links li, 
 .dienstleistung_text.rechts li {
    list-style-image: url(https://mcc.studio37-muenchen.de/wp-content/themes/bootscore-child-main/img/hexagon-li.svg);
    font-size: 18px;
}


.dienstleistung_text.links p:first-child, 
.dienstleistung_text.rechts p:first-child
{
font-family: 'Roboto Regular';
font-size: 18px;
}



.dienstleistung_vorteile_wrapper ol
{
  max-width: 1320px;
    margin: auto;
    list-style-position: inside;
}


.dienstleistung_vorteile_wrapper ol li
{
font-size: 36px;
text-transform: uppercase;
font-family: 'Roboto Light';
border-bottom: 1px #333 solid;
line-height: 6;
}


.dienstleistung_vorteile_wrapper ol li:first-child
{
border-top: 1px #333 solid;
}


ol
{
  list-style: none;
  
}

ol li
{
   counter-increment: step-counter;<!--from  w  w  w  .jav  a 2  s .  c o  m-->
   
}
ol li::before
{
   content: counter(step-counter);
}

ol li::before
{

  margin-right: 20px;
  background-color: #333;
  color: #fff;
  padding-left: 30px;
  line-height: 2.7;
  display: inline-block;
  width: 80px;
  height: 92px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  font-size: 36px;
        
}


.page-template-dienstleistung-2 .grid-parent {
  margin-top: 140px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-gap: 0px;
  }


/* MCC RE */

.page-id-333 .grid-parent {
  margin-top: 80px;
  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;
  }








/* Dienstleistung Verkaufen */


.page-template-dienstleistung .hexagon img
{
  margin-right: 3vw;
  margin-left: 3vw;

}





  .page-template-dienstleistung .parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: auto 80px auto;
    grid-template-rows: auto;
    }
    
    .page-template-dienstleistung .div1 { grid-area: 1 / 1 / 2 / 2; }
    .page-template-dienstleistung .div2 { grid-area: 1 / 2 / 2 / 3; }
    .page-template-dienstleistung .div3 { grid-area: 1 / 3 / 2 / 4; }
    .page-template-dienstleistung .div4 { grid-area: 2 / 1 / 3 / 2; }
    .page-template-dienstleistung .div5 { grid-area: 2 / 2 / 3 / 3; }
    .page-template-dienstleistung .div6 { grid-area: 2 / 3 / 3 / 4; }
    .page-template-dienstleistung .div7 { grid-area: 3 / 1 / 4 / 2; }
    .page-template-dienstleistung  .div8 { grid-area: 3 / 2 / 4 / 3; }
    .page-template-dienstleistung  .div9 { grid-area: 3 / 3 / 4 / 4; }
    .page-template-dienstleistung .div10 { grid-area: 4 / 1 / 5 / 2; }
    .page-template-dienstleistung .div11 { grid-area: 4 / 2 / 5 / 3; }
    .page-template-dienstleistung .div12 { grid-area: 4 / 3 / 5 / 4; }
    .page-template-dienstleistung .div13 { grid-area: 5 / 1 / 6 / 2; }
    .page-template-dienstleistung  .div14 { grid-area: 5 / 2 / 6 / 3; }
    .page-template-dienstleistung  .div15 { grid-area: 5 / 3 / 6 / 4; }



  .page-template-dienstleistung .div1,   .page-template-dienstleistung .div7,   .page-template-dienstleistung .div13
  {
    text-align: right;
   margin-right: 100px;
   margin-top: 35px;
  }


  
  .page-template-dienstleistung .div2,   
  .page-template-dienstleistung .div5,
  .page-template-dienstleistung .div8,
  .page-template-dienstleistung .div11
  {
    background: url('img/vermieten_methode_bg.svg');
   
  }
 

  
  .page-template-dienstleistung .div6,
  .page-template-dienstleistung .div12
  {
    margin-left: 100px;
    margin-top: 35px;
  }


  .container_methode_verkauf
  {
      background-color: #333333;
      color: #fff;
      font-size: 18px;
      font-family: 'Roboto Light';
  }

  
  
  section.container_methode_verkauf
  {
    margin-top: 0;
    padding-bottom: 50px;
  }
  
  
  .container_methode_verkauf_wrapper
  {
    max-width: 1320px;
    margin: auto;
      padding: 30px;
  }
  
  
  .container_methode_verkauf h3
  {
      padding-top: 100px;
      margin-top: 0;
      color: #fff;
      letter-spacing: 2px;
      font-size: 36px;
      font-family: 'Poppins Light';
     text-align: center;
  }
  
  
  .container_methode_verkauf h4
  {
      margin:auto;
      margin-bottom: 20px;
      color: #fff;
      letter-spacing: 2px;
      font-size: 36px;
      font-family: 'Poppins Medium';
      width: auto;
      text-align: center;
  }


.methode_verkauf_einleitung
{
  font-size: 24px;
  font-family: 'Roboto Light';
  text-align: center;
}


.methode_verkauf_einleitung2
{
  font-size: 18px;
  font-family: 'Roboto Light';
  text-align: center;
  margin: 50px 0 100px 0;
}



  .methode_verkaufe_h
  {
    color: #D20027;
    display: block;
    margin-bottom: 20px;
  }


  
  section.container_methode_verkauf .btn.btn-mcc
{
    color: #fff;
    border-color: #fff;

}




section.container_methode_verkauf .btn.btn-mcc:hover
{

    color: #333;
    border-color: #333;
    background: #fff;
}



.methodeSwiper
{
  display: none !important;
}



/* Dienstleistung Vermieten */


.dienstleistung_vermieten_text
{
  max-width: 1320px;
  font-size: 24px;
  font-family: 'Roboto Light';
  text-align: center;
  margin: auto;
  margin-bottom: 50px;
}




/* Ueber uns */




.page-template-ueber-uns .navbar
{
  background-color: #fff;
}



.page-template-ueber-uns .site-content
{
    max-width: 100%;
    padding: 0% !important;
    margin: 0% !important;
    margin-top: -115px !important;
}




.page-template-dienstleistung .fixed-top.bg-body-tertiary,
.page-template-ueber-uns .fixed-top.bg-body-tertiary  
{
  background-color: rgba(255, 255, 255, 1) !important;
}




.page-template-ueber-uns .fixed-top.bg-body-tertiary  
{
  background-color: rgba(255, 255, 255, 1) !important;
}


.page-template-ueber-uns .fixed-top.bg-body-tertiary.blurnav
{

  background-color: rgba(0, 0, 0, 0) !important;
 
}


.ueber_uns_text_wrapper
{
  max-width:1320px;
  margin: auto;
  margin-top: 80px;
  display: flex;
}







.ueber_uns_einleitung
{
  max-width: 1320px;
  font-size: 24px;
  font-family: 'Roboto Light';
  text-align: center;
  margin: auto;
}



.ueber_uns_text_links
{
  text-align: left;
  font-size: 36px;
  text-transform: uppercase;
  color: #D20027;
  font-family: 'Roboto Light';
  flex: 50%;
  margin-right: 30px;
  line-height: normal;
}



.ueber_uns_text_rechts
{
  text-align: left;
  font-size: 18px;
  font-family: 'Roboto Light';
  flex: 50%;
  margin-left: 30px;
}





.page-template-ueber-uns .swiper.mySwiper
{
  margin-top: 100px;
}


.video_wrapper
{
  max-width:1320px;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}






.swiper_kunde {
  width: 100%;
  height: 50vh;
  z-index: 0;
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),/* the gradient on top, adjust color and opacity to your taste */
  url('/wp-content/uploads/2024/03/GG_MCC2311_ReDesignWebsite_Unternehmen_Kundenempfehlungen.webp');
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 100px;
  overflow: hidden;
}





.swiper_kunde h3
{
  text-align: center;
  margin-top: 0;
  padding-top: 100px;
  margin-bottom: -100px;
  color: #fff;
  font-family: 'Poppins Medium';
}




.swiper-slide.kunden {
   
  flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}



.slider_kunde_text
{
font-size: 24px;
font-family: 'Roboto Light';
max-width: 1320px;
word-break: normal;
line-height: normal;
color:#fff;
}

 


.slider_kunde_name, .slider_kunde_immobilie
{
font-family: 'Roboto Light';
font-size:18px;
word-break: normal;
color:#fff;
}



/* Team */



.ueber_uns_text_wrapper
{
  max-width:1320px;
  margin: auto;
  margin-top: 80px;
  display: flex;
}

.team_text_rechts
{
  text-align: left;
  font-size: 36px;
  text-transform: uppercase;
  color: #D20027;
  font-family: 'Roboto Light';
  flex: 50%;
  margin-left: 30px;
  line-height: normal;
}



.team_text_links
{
  flex: 50%;
  margin-right: 30px;
}


.team_name_gf
{
  font-family: 'Roboto Light';
  font-size: 18px;
  color: #333;
  text-transform: none;
  display: block;
  width: 30%;
  margin-top: 20px;
}


.team_position_gf
{
  font-family: 'Roboto Light';
  font-size: 18px;
  color: #959595;
  text-transform: none;
  display: block;
  width: 30%;
}




.team_wrapper
{
  max-width: 1320px;
  margin: auto;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(3, 1fr);
}


.team_wrapper_h
{
  font-size: 18px;
  color: #D20027;
  font-family: 'Roboto Medium';
  margin: 50px 0 10px 0;
}



.team_member_wrapper
{

  -webkit-box-shadow: 3px 3px 11px 2px rgba(0,0,0,0.17);
-moz-box-shadow: 3px 3px 11px 2px rgba(0,0,0,0.17);
box-shadow: 3px 3px 11px 2px rgba(0,0,0,0.17);
padding: 40px;

text-align: center;
margin-right: 40px;
margin-top: 40px;
}


.team_member_wrapper .team_member_foto
{

overflow:hidden;
}


.team_member_foto img
{
  transform: scale(1.0);
  transition: transform 0.3s ease;
}



.team_member_wrapper:hover .team_member_foto img
{

  transform: scale(1.1);
  transition: transform 0.3s ease;
}





.team_member_foto {
  width: 60%;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);

  margin: auto;

  }


 

  .team_member_wrapper hr {
    width: 30x;
    border: 1px solid #D20027;
    opacity: 1;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}



/* Charity */




.page-template-charity .navbar
{
  background-color: #fff;
}



.page-template-charity .site-content
{
    max-width: 100%;
    padding: 0% !important;
    margin: 0% !important;
    margin-top: -115px !important;
}




.page-template-charity .fixed-top.bg-body-tertiary
{
  background-color: rgba(255, 255, 255, 1) !important;
}




.page-template-charity  .fixed-top.bg-body-tertiary  
{
  background-color: rgba(255, 255, 255, 1) !important;
}


.page-template-charity  .fixed-top.bg-body-tertiary.blurnav
{

  background-color: rgba(0, 0, 0, 0) !important;
 
}




.charity_einleitung_2
{
  margin: auto;
  margin-top:50px;
  max-width: 1320px;
  margin-bottom:100px;
  font-family: 'Roboto Light';
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
}


.charity_einleitung_2 p:first-child
{
font-family: 'Roboto Medium';
font-size: 18px;
color: #D20027;
}


.zitat_charity
{
  font-family: 'Roboto Light';
  font-size: 36px;
  color: #D20027; 
  width: 50%;
}



.zitat_charity_name
{
  font-family: 'Roboto Light';
  font-size: 18px;
  color: #D20027; 
  width: 50%;
}


.page-template-charity  .dienstleistung_bild.links .charity_bildunterschrift
{
  font-family: 'Roboto Light';
  font-style: italic;
  font-size: 16px;
  padding: 10px 0 0 30px;
  position: absolute;
}



.page-template-charity  .dienstleistung_bild.rechts .charity_bildunterschrift
{
  font-family: 'Roboto Light';
  font-style: italic;
  font-size: 16px;
  padding: 10px 30px 0 0;
  position: absolute;
  right:0;
}


.page-template-charity  .dienstleistung_bild.links, .page-template-charity  .dienstleistung_bild.rechts
{
  position: relative;
}



.page-template-charity .dienstleistung_text.links p, .page-template-charity  .dienstleistung_text.rechts p
{
  position: relative;
  margin: 0;
}


.dienstleistung_bild.rechts
.charity_bildunterschrift
{
  text-align: right;
}



.mission_text
{
  margin: auto;
  margin-top:50px;
  max-width: 1320px;
  font-family: 'Roboto Light';
  text-align: left;
  margin-bottom: 50px;
  font-size: 18px;
}






.charity_hilfe {
  width: 100%;
  height: 50vh;
  z-index: 0;
  background:linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),/* the gradient on top, adjust color and opacity to your taste */
  url('../../../wp-content/uploads/2024/03/GG_MCC2311_ReDesignWebsite_Charity_Spenden-1.webp');
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
    background-size: cover;
}





.charity_hilfe h3
{
  text-align: center;
  margin-top: 0;
  padding-top: 8vh;

  color: #fff;
  font-family: 'Poppins Medium';
}



.charity_hilfe h4
{

  color: #fff;

}




.charity_hilfe_wrapper {
   

    position: relative;

}




.charity_hilfe.spende {
   
  flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: flex;
    justify-content: center;
    flex-direction: column;
}



.charity_hilfe_text
{
font-size: 24px;
font-family: 'Roboto Light';
letter-spacing: 2px;
max-width: 1320px;
margin: auto;
text-align: center;
color:#fff;
}

 

.charity_hilfe_bank
{
font-size: 24px;
font-family: 'Roboto Medium';
letter-spacing: 2px;
max-width: 1320px;
margin: auto;
text-align: center;
color:#fff;
}



/* 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: 20px;
  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;
}



/* Responsive */



@media (max-width: 1919px) 

{

  .uebersicht-angebote-text ,   .swiper-immo-teaser-text 
  {
    height: 25vh;
  }


  .swiper-immo-teaser-img img

{
  height: 27vh !important;
}
  


}






@media (max-width: 1399px) 

{

.grid_dienstleistung_text 
{
    font-size: 24px;
}


.page-template-team .kontakt_wrapper, .page-template-kontakt  .kontakt_wrapper, .post-type-archive-referenzen  .kontakt_wrapper
{
  padding: 0px;
}




.kontakt_wrapper 
{
  padding: 30px;
}






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



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



.post-type-archive-immobilien .grid-item 
{
  width: 49%;
}



.swiper-immo-teaser-img img
 {

   height: auto;
}



.uebersicht-angebote-text, .swiper-immo-teaser-text {
  height: 27vh;
  overflow-y: auto;
}


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


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


#slider.mySwiperImmo .swiper-wrapper .swiper-slide img 
{
  height: 638px;
}



.expose_links
{
  padding-left: 30px;
}


.expose_rechts
{
  padding-right: 30px;
}


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




.team_position_gf, .team_name_gf {

  width: 50%;
}


.charity_einleitung_2 , .mission_text, .dienstleistung_einleitung_2
{
  max-width: 100%;
  padding: 0 30px 0 30px;
}



.charity_hilfe h3 
{
  padding-top: 4vh;
}



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



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



.dienstleistung_vorteile_wrapper ol li 
{
  font-size: 32px;
}


ol li::before 
{
  width: 76px;
  height: 86px;
  font-size: 32px;
}



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



}








@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;
  }


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


  .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;
  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;
  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;
}




.swiper-immo-teaser-img img {
  height: 23vh;
}



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




#content
{
  padding:0 30px;
}



.grid_dienstleistung_text {
  font-size: 22px;
  width: 90%;
}



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


.dienstleistung_vorteile_wrapper ol li 
{
  font-size: 28px;
}


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%;

}




.btn-mcc
{
  margin: 30px auto 50px auto;
}


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



.top-button
 {
  bottom: 120px;
}






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


.immo_footer {
  position: absolute;
  top: 210px;
  right: 40px;
  max-width: 60px;
}


.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;
}



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


  .immo_wrapper_schatten {
    -webkit-box-shadow: 4px 6px 12px -6px rgba(0,0,0,0.27);
    -moz-box-shadow: 4px 6px 12px -6px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 6px 12px -6px rgba(0,0,0,0.27);
}


  .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 {
  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;
} 







.swiper-immo-teaser {
  padding: 0;
}




.immoSwiper 
{
  margin-top: 40px;
}


.wrapper_immoSwiper 
{
  padding-bottom: 40px;
}


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


.grid_dienstleistung_text
{
  font-size: 22px;
}

.grid_dienstleistung_text:after
{
  content: url('img/Icon_Hexagon_dienstleistungen_mobil.svg') !important;
  width: 40px;
  height: 40px;
  position: absolute;
  margin-top: 70px;
  left: 43%;
}



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



.circle canvas, .circle2 canvas, .circle3 canvas, .circle4 canvas, .circle5 canvas, .circle6 canvas {
  width: 60%;
  height: 100%;

  position: relative;
}


.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%;
}











/* Immobilien */


#loadMore
{
  display: block;
}


#cpt-wrap
{
  height: auto !important;
}


.post-type-archive-immobilien .button-group.filters-button-group, .post-type-archive-referenzen .button-group.filters-button-group {
  margin-bottom: 20px;
}


.btn-mcc.immo
{
  font-size: 14px;
  padding: 10px;
}



.uebersicht-angebote-text {

  height: 26vh;
 
}

.post-type-archive-immobilien h2 {
  margin-bottom: 0;
}


.product-image-gallery {
  display: block;
  max-height: 740px;
}

.product-image-gallery #slider,
.product-image-gallery #thumbnail-slider
{
  width: 100%;
}


.mySwiperImmothumb.vertical-carousel .slides li {
  float: left !important;
  margin-bottom: 5px;
  width: 110px !important;
}


#slider.flexslider .slides img {
  max-height: 21vh;
  object-fit: cover;
}


.post-type-archive-immobilien .grid-item {
  width: 100%;
  padding-left: 0;
}


 .kontakt_links {
  width: 100%;
  padding: 0;
}



.objekt-navi-next-prev
{
  display: none;
}


.single-immobilien .immo_info_neu_icon,
.single-immobilien .immo_info_immoart_icon {
 
  bottom: 40px;
 
}



.swiper-pagination {

  margin-bottom: 10px;
}


#slider.mySwiperImmo .swiper-wrapper .swiper-slide img {
  height: calc(100% - 24px);
  object-fit: cover;
}


#thumbnail-slider
{
  margin: 0;
  height: auto;
}


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





#thumbnail-slider .swiper-button-prev {
  
  width: 20px;
  height: 100%;
 
}



#thumbnail-slider .swiper-button-next {

  width: 20px;
  right: 0;
  height: 100%;
 
}




#thumbnail-slider  .swiper-button-prev:before 
{
  transform: rotate(-90deg);
  margin-top: 25px;
  left: -3%;
}





#thumbnail-slider  .swiper-button-next:before {

  transform: rotate(90deg);
  margin-top: 25px;

}


.immo_wrapper
{
  flex-direction: column;
}


.immodetails_wrapper,
.immodetails_wrapper_rechts
{
  width: 100%;
}


.immodetails_wrapper_rechts button 
{
  display: none;
}

.immo_titel
 {
  font-size: 22px;
  max-width: 100%;
}


.immo_abschnitt_titel,
.immo_ausstattung_titel
{
  font-size: 22px;
}

.immo_detail_titel,
.immo_detail_wert
{
  font-size: 14px;
}

.immodetails_wrapper_rechts {
  width: 100%;
  margin-left: 0px;
  margin-top: 50px;
}


.makler_foto
{
  float: left;
  margin-right: 20px;
  margin-top: -20px;
}


.makler_foto img 
{
    height: 181px;
}


.immodetails_wrapper_rechts hr 
{
  display: none;
}


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


.immo_expose_subtitel 
{
  font-size: 16x;
  margin: 30px auto 30px auto;
}

.expose_wrapper
{
  display: block;
}


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


.expose_rechts
{
  display: none;
}


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





/* 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) 

{

  .home .col-sm.hexagon img 
  {
    width: 70%;
  }

  .col-sm.hexagon img 
  {
    width: 60%;
  }


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



  .slide-captions {
    
      top: 60%;
  }


  .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) 

{
 
.bootscore-info 
{   
    width: 94%;
}

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

}