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



/* montserrat-200 - 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: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    src: url('fonts/montserrat-v26-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* montserrat-300 - 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: 'Montserrat Light';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/montserrat-v26-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* montserrat-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: 'Montserrat Regular';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/montserrat-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
/* montserrat-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: 'Montserrat Medium';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/montserrat-v26-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* montserrat-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: 'Montserrat ';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/montserrat-v26-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }


  /* roboto-300 - 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: 'Roboto Light';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/roboto-v30-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-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: 'Roboto Regular';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-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: 'Roboto Medium';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/roboto-v30-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  /* roboto-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: 'Roboto Black';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/roboto-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }



body
{
    width:100vw;
    overflow-x:hidden;
}


.row
{
  margin-right: 0;
}


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



/* Nav allgemein */

@media (min-width: 992px) {



.nav_logo.mobil
{
  display: none;
}


#nav-main
{
  /*  margin-left: calc(100vw - 100%); */
  padding: 15px 0 15px 0;
  position: relative;
  z-index: 10;
}


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


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



.navbar.fixed-top
{
  background: #fff;
  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;
}



.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: 'Montserrat Regular';
    color:#fff;
    text-transform: uppercase;
    padding:0;
}

 

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

    color:#000;
    
}



.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: 'Montserrat Regular';
    color:#333;
    text-transform: uppercase;
    padding:0;
    transition: .7s;
    font-size: 18px;
    line-height: 2;
}




#nav-main:hover .navbar-nav > li a:hover
{
   
    color:#B69F96;
    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
{
    max-height: 80px;
   
}



#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;
    letter-spacing: 2px;
    font-size: 36px;
    font-family: 'Montserrat Medium';
    text-align: center;
}


h2
{
    margin:auto;
    margin-bottom: 80px;
    color: #333333;
    letter-spacing: 2px;
    font-size: 36px;
    font-family: 'Montserrat Light';
    width: 60%;
    text-align: center;
}




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


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





#kontaktlasche {
    
  position: fixed;
  right: -38px;
  width: 70px;
  top: 50%;
  z-index: 11;
  transition: 0.3s;
}




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



/* Hexagon */


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


.hexagon
{

    margin-right: 5vw;
}


.hexagon:last-child
{

    margin-right: 0vw;
}



/* Button */

.btn-mcc
{
--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);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #333;
--bs-btn-disabled-border-color: #333;
border: 1px solid #333333;
margin: auto;
margin-top:50px;
margin:50px auto 100px auto;
padding: 10px 20px 10px 20px;
border-radius: 8px;
display: block;
font-family: 'Roboto Light';
font-size:18px;
letter-spacing: 2px;
text-transform: uppercase;
}





/* 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: #B69F96;
    z-index: 5;
}

.swiper-caption
{
  color:#fff;
}



/* Slide captions Home */


.slide-captions {
	position: absolute;
	top: 70%;
	left: 15%;
	color: #FFF;
	z-index: 999;
	transform: translateY(-50%);
  width: -webkit-fill-available;
}
.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;
}





/* 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-angebote
{
padding: 0 40px 0 40px;

}


.swiper-angebote-img
{
  /* height: 23vh; */
  height:50%;
  background-size: 100% !important;  
  webkit-transition: background-size 500ms linear;
  -moz-transition: background-size 500 linear;
  -o-transition: background-size 500 linear;
  -ms-transition: background-size 500ms linear;
  transition: background-size 500ms linear;

  background-position: center;
  background-color: #fff !important; 
 
background-repeat: no-repeat !important;

overflow: hidden; /* Verberge den Überlauf */
  position: relative; /* Stelle sicher, dass die positionierten Elemente relativ zum Container sind */

}

.swiper-angebote-img img
{
 /* netzlounge 
  max-height: 22vh; */
  height: 23vh;
  object-fit: cover;
  background-color: #fff !important;
 
/* netzlounge 
display: none;  */
width: 100%; /* Vollständige Breite des Bildes */

transition: transform 0.3s ease; 
}


.swiper-angebote-img img:hover,
a.taphover:hover  .swiper-angebote-img img
{
 
  webkit-transition: background-size 500ms linear;
  -moz-transition: background-size 500 linear;
  -o-transition: background-size 500 linear;
  -ms-transition: background-size 500ms linear;
  transition: background-size 500ms linear;
  background-size: 110% !important;  
  background-position: center;
  transform: scale(1.1);
  transition: transform 0.3s ease; 
}



.swiper-angebote-text
{
 
  background-color: #fff !important;
padding:20px;

min-height:250px;
}




.angebote_teaser_standort:before
{
  content: url('../../../wp-content/uploads/2024/10/MCC-Real-Estate-Icon-Location-beige.svg') !important;
  width: 16px;
  position: absolute;
  margin-left: -18px;
  margin-top: 3px;
}



.angebote_teaser_standort
{
  font-family: 'Roboto Regular';
  font-size:16px;
  color: #B69F96;
  margin-left: 15px;
  position: relative;
}


.angebote_teaser_titel
{
  font-family: 'Montserrat Medium';
  font-size:22px;
  height: 64px;
  display: inline-block;
  overflow: hidden;
}


.angebote_teaser_info
{
  font-family: 'Roboto Regular';
  font-size:12px;
  color: #959595;
}


.angebote_teaser_preis
{
  display: block;
  margin-top: 10px;
}


.swiper-pagination-immo 
{
margin: auto;
    text-align: center;
    margin-top: 40px;
}



/* 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: 'Roboto Light';
        letter-spacing: 3.5px;
        width: max-content;
        text-align: center;
   }


   
  .grid_dienstleistung_text a
  {
     
      color:#fff;
     
 }




/* Counting Numbers */


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


.circle, .circle2, .circle3,
.circle4, .circle5, .circle6
{
    position: relative;
}


.circle canvas, .circle2 canvas, .circle3 canvas
, .circle4 canvas, .circle5 canvas, .circle6 canvas
{
    width: 60% !important;
    height: 100% !important;
    margin: 0 20% 0 20%;
    position: relative;
}

.circle span, .circle2 span, .circle3 span, .circle4 span, .circle5 span, .circle6 span
{
font-size: 40px;
}



.circle_span_wrapper
{
  position:absolute; 
  top:47%; 
  left:50%; 
  transform:translate(-50%, -50%); 
  width:50%; /* You can specify ANY width values here */ 
  text-align: center;
}


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



.counting_numbers.swiper, .counting_numbers .swiper-wrapper {
  height: auto !important;
}


.slide_card {
  text-align: center;
  font-size: 18px;
  background: #f5f7f9;
  padding: 100px 50px;
}
@media (min-width: 1000px) {
  .swiper-wrapper {
    width: auto;
    row-gap: 30px;
  }
}
@media (max-width: 999.98px) {
  .swiper-wrapper.row {
    --bs-gutter-x: 0;
  }
}



@media (min-width: 1000px)
{
.flex-xl-wrap {
    flex-wrap: wrap !important;
}

.col-xl-4 {
  flex: 0 0 auto;
  width: 33.33333333% !important;
}
}


.counting_numbers sup
{
  top: -20px;
}




.swiper-pagination_numbers 
{
display: none;
}




/* Abstand oben Folgeseiten */

section
{
  margin-top: 120px;
}




/* 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: 100vh;
  margin-top: 14px;
}



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

.swiper-slide {
   
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: top left;
    height: 100vh;
}

.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: #B69F96;
    z-index: 5;
}


.slider_link_text a
{
font-size: 14px;
font-family: 'Montserrat';
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: #B69F96;
    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: 40px;
font-family: 'Montserrat Medium';
letter-spacing: 2px;
width:36%;
word-break: normal;
line-height: normal;
text-shadow: 5px 5px 20px #000000c9;
}

 


.slider_caption_text
{
font-family: 'Roboto Regular';
width:35%;
font-size:18px;
word-break: normal;
text-shadow: px 3px 10px #000000c9;

}


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


.container_gespraech
{
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto Light';
    display: flex;
    justify-content: flex-end;
    background: url('https://mcc.studio37-muenchen.de/wp-content/uploads/2024/04/GG_MCC_Pattern1-scaled.webp');
    background-size: cover;
    background-repeat: no-repeat;
}



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

    margin-top: -40px;
}


.container_gespraech h3
{
    margin-top: 0px;
    color: #fff;
    letter-spacing: 2px;
    font-size: 36px;
    font-family: 'Roboto Light';
   text-align: left;
}


.container_gespraech h4
{
    margin:auto;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: 2px;
    font-size: 36px;
    font-family: 'Montserrat Medium';
    width: auto;
    text-align: left;
}


.gespraech_links
{
   
    margin-right: 50px;
    width: 100vw;
    align-self: self-end;
}


.gespraech_mitte
{
  text-align: center;
  align-self: center;
  margin-top: 30px;
  padding: 20px 0 20px 0;
}




.gespraech_mitte h3, .gespraech_mitte h4
{
  text-align: center;
}



.gespraech_rechts
{
    
  margin-left: 50px;
  width: 100vw;
  align-self: self-end;
  text-align: right;
}



.gespraech_rechts img, .gespraech_links img
{
  min-width: 300px;
}



.gespraech_mitte .btn.btn-mcc
{
margin-left: 0;
    color: #fff;
    border-color: #fff;
    margin:50px auto 0px auto;
}




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




.ti-reviews-container
{
   max-width: 1320px; 
   margin: auto;
   margin-bottom: 100px;
}


.ti-review-content
{

}





/* Immoscout Google */


.immoscout_wrapper
{
  max-width: 1320px;
  margin: auto;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}





/* Social Media */


.google_logo 
{

  text-align: center;
}


.google_logo img
{
 max-width: 200px;

}


.wrapper_google_link
{
  font-size: 18px;
  text-align: center;
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}


.wrapper_google_link_links
{
  width: 50%;
    text-align: right;
    padding: 10px;
}


.wrapper_google_link_rechts
{
  width: 50%;
    text-align: left;
    padding: 10px;
}


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



.ti-inner .ti-stars
{
  position: absolute !important;
  top: 50px !important;
  left: 70px !important;
  margin-bottom: 0 !important;
}


.ti-widget.ti-goog .ti-profile-details {

  justify-content: flex-start !important;
}


.ti-widget.ti-goog .ti-review-content 
{
  flex: 1 !important;
}


.ti-widget.ti-goog .ti-review-header 
{
  width: 280px !important;
}


.wrapper_instagram
{
    background-color: #EAEAEA;
    padding: 100px 0 70px 0;
}





.wrapper_instagram h3

{
    margin-top: 0px;
    margin-bottom: 130px;
    color: #333333;
    letter-spacing: 2px;
    font-size: 36px;
    font-family: 'Montserrat Medium';
    text-align: center;
}



.wrapper_instagram .swiper-container
{
 /* overflow: unset !important; */
 padding-bottom: 50px;
}




.wrapper_instagram .swiper-container .swiper-button-prev {
  position: relative;
  top: 50px;
  left: 40%;
}



.wrapper_instagram .swiper-container .swiper-button-next {
  position: relative;
  top: 30px;
  float: right;
  right: 40%;
}




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


.wrapper_instagram .swiper-button-prev:after,
.wrapper_instagram .swiper-button-next:after
{
  font-size: 20px !important;
  color: #333 !important;
}







/* Kontakt */

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




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

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



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




.kontakt_wrapper select
{
    color: #959595;
}



.kontakt_links
{
   width:70%;
}



.kontakt_rechts
{
 margin-left: 20px; 
}


.kontakt_1_zeile
{
    width: 49%;
    float: left;
    margin-right: 1%;
}



.kontakt_2_zeile
{
    width: 49%;
    float: left;
    margin-left: 1%;
   
}


.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: #B69F96;
}



.kontakt_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: 'Roboto Light';
    letter-spacing: 2px;
    text-transform: uppercase;
}



.wpcf7-not-valid-tip {
    color: #B69F96;
    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;
}




/* Footer */

footer
{
background: #333;
margin-top: 100px;
color: #fff;
font-size: 18px;
}


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 .widget-title.h5
{
    font-family: 'Roboto Medium';
    width: auto;
    text-align: left;
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 0;
}


footer .widget-title.h5:after 
{ 
    content: " ";
    margin-top: 4px;
    display: block;
    background: none repeat scroll 0 0 transparent;
    height: 2px;
    width: 30px;
    background: #B69F96;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
  }



  footer div
{
    font-family: 'Roboto Regular';

}


.bootscore-info
{
    margin: auto;
    max-width: 1320px;
    height: 70px;
}


#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: #fff;
font-size: 16px;
font-family: 'Roboto Regular';
margin: -3px 16px 0 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: 'Roboto 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: 'Roboto 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: 'Montserrat 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: #B69F96;
  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 #B69F96;
    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: 'Montserrat 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: 'Roboto 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 #B69F96;
    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: 'Montserrat 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: 'Roboto 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: #B69F96;
  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: #B69F96;
  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: 'Roboto Light';
     text-align: center;
  }
  
  
  .container_methode_verkauf h4
  {
      margin:auto;
      margin-bottom: 20px;
      color: #fff;
      letter-spacing: 2px;
      font-size: 36px;
      font-family: 'Montserrat 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: #B69F96;
    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: #B69F96;
  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: 'Montserrat 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: #B69F96;
  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: #B69F96;
  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 #B69F96;
    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: #B69F96;
}


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



.zitat_charity_name
{
  font-family: 'Roboto Light';
  font-size: 18px;
  color: #B69F96; 
  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: 'Montserrat 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-imp_dat .container.py-5
{
  padding-top: 0 !important;
}


.page-template-imp_dat h5:first-child
{

  margin-top: 0px;
}


.page-template-imp_dat h5
{
  font-size: 18px;
  text-transform: uppercase;
  color: #B69F96;
  font-family: 'Roboto Medium';
  margin-top: 50px;
}





/* Responsive */



@media (max-width: 1919px) 

{

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


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



.slide-captions 
{
  left: 10%;
}



.slider_caption_ueberschrift 
{
  width: 80%;
}



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



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



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



.swiper-angebote-img img
 {

   height: auto;
}



.uebersicht-angebote-text, .swiper-angebote-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: 1024px) 

{

.gespraech_rechts img, .gespraech_links img
{
  min-width: 200px;
}

}




@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: 22px;
  position: absolute;
  top: 20px;
  }


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


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



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



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



#nav-main
{
  position: fixed;
  z-index: 999;

  width: 100%;
  padding: 30px 0 30px 0;
  background-color: #fff;
}






.nav_logo.mobil_home
{
  display: none;
}


.home .nav_logo.mobil_home
{
  display: block;
  width: 130px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -20px;
}



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

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



.nav_logo.mobil
{
  display: block;
  width: 130px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -20px;
}




.show .logo_mobil_overlay
{
  
  display: block;
  width: 130px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
margin-top: -16px;
}


.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: rgba(51, 51, 51, 0.8) !important;


  }



  .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: 'Montserrat Regular';
    color:#fff;
    text-transform: uppercase;
    padding:0;
    transition: .7s;
    font-size: 18px;
    line-height: 2;

}




.navbar-nav  li a
{
   

    margin-top: 60px;
}





.navbar-nav  li ul li a
{
   

    margin-top: 10px;
}




#bootscore-navbar
{
margin-top: 100px;
}


.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: #B69F96;
}




.swiper-angebote-img img {
  height: 23vh;
}



.container
{
  padding: 0 30px 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;
}



  


}










@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;
    width: 90%;
}





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


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




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


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



.top-button
 {
  bottom: 120px;
}


footer {
  margin-top: 0;
  font-size: 18px;
}




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



/* Home */



  .home .swiper.mySwiper 
  {
     height: 90vh;
  }


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


  .home .swiper.mySwiper 
  {
    margin-top: -8px !important;
  }



  .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
  {
    font-size: 30px;
    width: 90%;
  }



  .slider_caption_text 
  {  
    width: 80%;
    font-size: 14px;
  }



  .slider_link_text a 
  {
    font-size: 12px;
}



.swiper-container-horizontal > .swiper-pagination-bullets 
{
  bottom: 20px;
}




.angebote_teaser_titel
{
  font-size: 18px;
  height:60px;
}


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




.col-sm.hexagon
{
  text-align: center;
}


.col-sm.hexagon img 
{
  width: 50%;
  margin-top: 50px;
}





.swiper-angebote {
  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;
  background: none;
  background-color: #333;
}



.container_gespraech_wrapper
{
  display: grid;
  margin-top: 0;
  width: 100%;
}




.gespraech_links
{
  order: 2;
  grid-column: 1 / 2;
  width: 50vw;
  margin: 0;
}


.gespraech_mitte
{
  order: 1;
  width: 100%;
  padding: 30px;
  grid-column: 1 / 3; 
}



.gespraech_rechts
{
  order: 3;
  grid-column: 2 / 2;
  width: 50vw;
  margin: 0;
}




.gespraech_rechts img, .gespraech_links img
{
  min-width: auto;
}

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




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



/* Referenzen */


.immo_referenzen
{
font-size: 16px;
}


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







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


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

}





@media (max-width: 420px) 

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

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

}