@charset "utf-8";
/* CSS Document */
*{
    padding:0;
    margin:0;
}

.html, body {
height: 100%;
background: #efefef;
font-family: 'Montserrat-Light', sans-serif;
font-size: 17px;
line-height: 24px;
color: #000;
}

#editarticle-1
{
   display: none !important;
}

.float-end
{
    display: none !important;
}

.hide {
    display: none;
}

.show {
    display: block;
}

/********************** FONTS  ***********************/


@font-face {
  font-family: "Montserrat-Light";
  src: url("/templates/bopimmo/fonts/Montserrat-Light.woff") format("woff");
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("/templates/bopimmo/fonts/Montserrat-SemiBold.woff") format("woff");
}



/************ VIDEO ***************/
#bgvideo {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    background: #efefef;
}



video {
   
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}


@media(max-width:700px) {
video {
    height: 100%;
   
    }
}

/************ LOGO ***************/
#boplogo {
    position: absolute;
    top: 70px;
    left: 70px;
    margin: 0;
    width: 280px;
    height: auto;
    z-index: 5000;
}


@media(max-width:1500px) {
#boplogo {
    position: absolute;
    top: 30px;
    left: 30px;
    margin: 0;
    width: 180px;
    height: auto;
    }
}

.logoimage {
    width: 100%;
    max-width: 280px;
    height: auto;
}


@media(max-width:1500px) {
.logoimage {
   max-width: 180px;
	
	
    }
}

/************ SPRACHWAHL ***************/
#sprachwahl{
    position: absolute;
    top: 70px;
    right: 300px;
    margin: 0;
    width: 120px;
    height: 30px;
    background: transparent;
    font-size: 15px;
    z-index: 9000;
}


@media(max-width:1500px) {
#sprachwahl {
   position: absolute;
    top: 75px;
    right: 15px;
    margin: 0;
    width: 120px;
    height: 30px;
    background: transparent;
    font-size: 15px;
    text-align: right;
      
    }
}


div.mod-languages a {
  padding: 5px !important;
  text-decoration: none;
}




/************ NAVIGATION  ***************/
#insta {
    position: absolute;
    top: 71px;
    right: 440px;
    margin: 0;
    width: 30px;
    height: 30px;
    background: transparent;
    z-index: 9000;
}

@media(max-width:1500px) {
#insta {
    top: 33px;
    right: 73px;
    margin: 0;
   
   
  
    }
}

.insta-pic
{
  width: 100%;
    max-width: 22px;
  height: auto;

}

/************ NAVIGATION  ***************/
#navigation {
    position: absolute;
    margin-right: 50px;
    top: 230px;
    left: 70px;
    background: transparent;
    width: auto;
    padding: 0;
    z-index: 5000;
    height: auto;
   }


@media(max-width:1500px) {
#navigation {
    position: absolute;
    margin-right: 0px;
    width: auto;
    top: 25px;
    left: auto;
    right: 0px;
    background: transparent;
      
    }
}

/************ CONTENT ***************/




#content {
    position: absolute;
    padding:5px 25px 25px 25px;
    margin:0;
    bottom: 0;
    left: 0;
    width:100%;
    height: auto;
    min-height: 170px;
    text-align: center;
    background: transparent;
    box-sizing: border-box;
    animation: fadeIn 6s;
    
  
}


@media(max-width:700px) {
#content {
   position: relative;
    padding: 30px 25px 25px 25px;
    margin: 0;
    width:100%;
    height: auto;
    background: transparent;
    animation: fadeIn 2s;
         
    }
}


@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


#content-text {
    position: relative;
    margin: 0 auto 0;
    padding:230px 50px 25px 200px;
    width:100%;
    max-width: 1600px;
    height: auto;
    text-align: left;
    background: transparent;
    box-sizing: border-box;
   
}


@media(max-width:1500px) {
#content-text {
    position: relative;
     padding: 150px 30px 30px 30px;
    overflow: hidden;
    box-sizing: border-box;
           
    }
}


.dotted {
    border-bottom: 1.5px dotted #000;
  color: #000;
  height: 10px;
  width: 100%;
margin-bottom: 6px;
}




/************ FOOTER ***************/
#footer
{
    position: absolute;
    left: 0;
    bottom: -44px;
    padding:10px;
    margin:0;
    width:100%;
    height: auto;
    min-height: 35px;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
     font-size: 13px !important;
}

@media(max-width:700px) {
#footer {
 position: relative;
    bottom: 0;
    padding:10px;
    left:0;
    width:100%;
    height: auto;
    min-height: 35px;
    text-align: center;
    background: #efefef;
    box-sizing: border-box;
     font-size: 13px !important;
         
    }
}


/********************** LINKS ***********************/



a:link,a:visited
{
  color: #000000;
  text-decoration:none;
	
}

a:hover,a:active,a:focus
{
  color: #203360;
  text-decoration:underline;
}



/********************** HEADLINES ***********************/


h1 {
	font-family: 'Montserrat-Bold', sans-serif;
    font-size: 17px;
    line-height: 24px;
    color: #203360;

}


@media(max-width:700px) {
h1 {
	font-size: 17px;
    line-height: 24px;
	
	
    }
}



/********************** BILD ***********************/



.pic-standort
{
  width: 100%;
  height: auto;
min-width: 700px;
    overflow: hidden;

}


.bild
{
  width: 100%;
  height: auto;

}



/********************** OBJEKTE-SLIDER ***********************/



#objekt-wrapper
{
 margin: 0 auto 0;
 position: relative;
width: 100%;
height: auto;
z-index: 0;
background: transparent;

}

#objekt-wrapper:after {
  content: "";
  display: table;
  clear: right;
}

#slider
{
position: relative;
float: right;
overflow: hidden;
width: 100%;
max-width: 825px;
padding-bottom: 40px;
height: 560px;
margin: 0 auto;

}

#karte
{
    position: relative;
    padding-top: 80px;
    margin: 0 auto;
    float: left;
    display: inline-block;
    width: 100%;
    max-width: 350px;
/*    height: 560px; */
    background: transparent;
    box-sizing: border-box;
}

#karte img {
  display: block;
  max-width: 100%;
  height: auto;
}

.kartenpic
{
width: 100%;
max-width: 550px;
height: auto;
}

#slider ul
{
 list-style: none;
 position: absolute;
 top: 0;
 left: 0;
 margin: 0;
 height: 100%;
 padding: 0;
}

#slider ul li
{
text-align: right !important;
}


.objektbeschreibung
{
 width: 98%;
font-size: 15px;
   
  }

#slider ul > a
{
 position: relative;
 float: left;
 width: 100%;
 max-width: 100%;
 height: 100%;
 max-height: 100%;
 text-align: center;
 text-decoration: none;
}
.control
{
 display: block;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 width: auto;
 height: auto;
 padding: 20px 7px 20px 7px;
 background: #9a9b9b;
 color: #fff !important;
 opacity: 0.9;
 z-index: 1;
 cursor: pointer;
 text-decoration: none !important;
    
}
.control:hover
{
 opacity: 1;
 transition: all 0.2s ease;
    text-decoration: none !important;
}
.prev
{
 border-radius: 0 4px 4px 0;
}
.next
{
 right: 0;
 border-radius: 4px 0 0 4px;
}

#objektbild img 
{
  border: none;
  max-width: 100%;
  max-height: 449px;
  float: right;
  margin-bottom: 8px;
}

.map-marker {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50% ;
    background: #D2DDED;
    transform: rotate(-45deg);
}

.map-marker:hover {
    position: absolute;
    margin-left: -2px;
    margin-top: -2px;
    width: 12px;
    height: 12px;
    border-radius: 50% ;
    background: #003575;
    transform: rotate(-45deg);
    border: 0px solid #fff;
}

.map-marker-active {
    position: absolute;
    margin-left: -3px;
    margin-top: -3px;
    width: 13px;
    height: 13px;
    border-radius: 50% ;
    background: #003575;
    transform: rotate(-45deg);
    border: 0px solid #fff;
}



  #one {
    top: 17%;
    left: 4%;
  }

  #two {
    top: 46%;
    left: 34%;
  }

.visually-hidden, .sr-only,
.visually-hidden-focusable:not(:focus):not(:focus-within) 
{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}