



@media (max-width: 767px){
	.location-body-right {
		margin-top: 45px;
		margin-left: -30px!important;
		margin-right: -30px!important;
		width: calc(100vw)!important;
	}
	.elementor-widget-tabs .elementor-tab-content {
		padding: 20px;
	}
	
	
	.bdt-ep-advanced-image-gallery.bdt-grid > * {
		    padding-left: 0px!important;
	}
}

@media (min-width: 768px){
	.elementor-widget-tabs .elementor-tab-content {
		padding: 40px;
	}
	

}


/* seminar room image overlay */



	body.modal-open {
	  height: 100vh;
	  overflow-y: hidden;
	}





   /* The Modal */

   .modal {
      /* Hidden by default */
      position: fixed;
      /* Stay in place */
      z-index: 9999;
      /* Sit on top */
      padding-top: 100px;
      /* Location of the box */
      left: 0;
      top: 0;
      width: 100%;
      /* Full width */
      height: 100%;
      /* Full height */
      overflow: auto;
      /* Enable scroll if needed */
      background-color: rgb(0, 0, 0);
      /* Fallback color */
      background-color: rgba(0, 0, 0, 0.9);
      /* Black w/ opacity */
   }

   /* Modal Content (image) */

   .modal-content {
      margin: auto;
      display: block;
      width: 80%;
      max-width: 1024px!important;
	  
	  /*top: 50%;
	  left: 50%;

	  transform: translate(-50%,-50%);
	  -ms-transform: translate(-50%,-50%);*/
   }

   /* Caption of Modal Image */

   #caption {
      margin: auto;
      display: block;
      width: 80%;
      max-width: 700px;
      text-align: center;
      color: #ccc;
      padding: 10px 0;
      height: 150px;
   }

   /* Add Animation */

   .modal-content,
   #caption {
      -webkit-animation-name: zoom;
      -webkit-animation-duration: 0.6s;
      animation-name: zoom;
      animation-duration: 0.6s;
   }

   @-webkit-keyframes zoom {
      from {
         -webkit-transform: scale(0);
      }
      to {
         -webkit-transform: scale(1);
      }
   }

   @keyframes zoom {
      from {
         transform: scale(0);
      }
      to {
         transform: scale(1);
      }
   }

   /* The Close Button */

   .close {
      position: absolute;
      top: 15px;
      right: 35px;
      color: #f1f1f1;
      font-size: 40px;
      font-weight: bold;
      transition: 0.3s;
   }

   .close:hover,
   .close:focus {
      color: #bbb;
      text-decoration: none;
      cursor: pointer;
   }

   /* 100% Image Width on Smaller Screens */

   @media only screen and (max-width: 700px) {
      .modal-content {
         width: 100%;
      }
   }























/* hide widgets only for config purpose */
#tab-config-item, #gallery-config-item, #accordeon-config-item {
	display: none!important;
}

#bdt-ep-custom-carousel-e90cb15 {
	max-width: 1640px;
	margin: 0 auto;
} 

/* general */
.full-container {
	width: 100%;
}

/* bugfix after update 02-2024 */
.swiper-carousel {
	overflow: hidden;
}

/* bugfix elementor not showing arrows on mobile even if config says */


.bdt-ep-custom-carousel .bdt-visible\@m {
	display: block !important;
}

.bdt-ep-custom-carousel-thumbnail {
    background-size: contain!important;
}

.bdt-ep-custom-carousel .swiper-carousel .swiper-slide {
	height: auto!important;
}

.slider_image {
	object-fit: cover;
}

.elementor-element-5920983 > .elementor-element-populated {
	padding: 0px !important;
}


.table_icon {
	color: grey; 
	margin-left:7px;
    font-size: 16px;
}
.bdt-grid-small, .bdt-grid-column-small {
	margin-left: 0px !important;
}

.table_icon:hover {
	color: #333;
}
#location-contacts-accordeon {
	margin-top: 35px;
}



/*
*
* DETAIL
*
*/



.location-contact-person-item {
	margin-top: 5px;
	margin-bottom: 10px;
	overflow-wrap: break-word;
}


.elementor-2666 .elementor-element.elementor-element-525ab09 > .elementor-element-populated {
  background-color: var( --e-global-color-9778d45 );
  padding: 15px;
}

/* List without dots */
.list-without-dots li{
	list-style: none;
}
.list-without-dots a{
	display: inline-block;
    overflow-wrap: anywhere;
}
.list-without-dots i{
	display: flex;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 5px;
}
.elementor-tab-content .list-wrapper-two-column li, .elementor-tab-content .list-wrapper-three-column li,
.location-body-left .list-wrapper-two-column li, .location-body-left .list-wrapper-three-column li{
	margin-left: 15px;
	margin-right: 0px;
}




.location-body-left li {
		margin-left: -20px;
		margin-right: -20px;
		line-height: 1.6em!important;
}
.list-wrapper-two-column li, .list-wrapper-three-column li, .list-wrapper-one-column li {
		margin-left: -25px;
		margin-right: 35px;
}
.list-without-dots{
	margin-left: -40px;
}
@media (max-width: 766px){
	.list-wrapper-two-column li {
		margin-left: 15px;
	}
	.elementor-tab-content .list-wrapper-two-column li,
	.location-body-left .list-wrapper-two-column li,
	.elementor-tab-content .list-wrapper-three-column li,
	.location-body-left .list-wrapper-three-column li {
		margin-left: 20px;
		margin-right: 0px;
	}
	
	.list-wrapper-two-column li {
		width: 100%;
	}

	.list-wrapper-one-column li {
		margin-left: -20px;
	}

}

@media (max-width: 480px){
	
	/* Three column listing */

	.list-wrapper-three-column li {
		width: calc(100% - 20px)!important;
	}
	
}

@media (max-width: 767px){

	/* Two column listing */
	.list-wrapper-two-column {
		width: 100%;
		margin: 0;
		padding: 0;
		display: block;
	}
	.list-wrapper-two-column li {
		float: left;
		width: calc(100% - 15px);
	}

	/* Three column listing */
	.list-wrapper-three-column {
		width: 100%;
		margin: 0;
		padding: 0;
		display: block;
	}
	.list-wrapper-three-column li {
		float: left;
		width: calc(50% - 20px);
	}
}


@media (min-width: 767px){
	.half-left, .half-right {
		width: 50%;
		float: left;
	}

	/* Two column listing */
	.list-wrapper-two-column {
		width: 100%;
		margin: 0;
		padding: 0;
		display: block;
	}
	.list-wrapper-two-column li {
		float: left;
		width: calc(50% - 15px);
	}

	/* Three column listing */
	.list-wrapper-three-column {
		width: 100%;
		margin: 0;
		padding: 0;
		display: block;
	}
	.list-wrapper-three-column li {
		float: left;
		width: calc(33.3% - 20px);
	}
	
}

.elementor-tab-title {
	vertical-align: bottom;
}

/*
@media (min-width: 767px){
	.location-body-left .list-wrapper-two-column li {
		margin-left: -20px;
	}
}
 */  

/* Overlay icon */
.small-icon {
	margin-left: -15px;
    color: var(--e-global-color-d39869a );
    position: relative;
}
.small-icon:hover {
    color: var(--e-global-color-primary ) !important;
}


.small-icon .info {
    position:absolute;
    background: rgba(255,255,255,0.9);
	width: 330px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px;
}

.info{
	display: none;
}
.small-icon:hover .info{
	display: block;
}


/* Detail page */

.location-header{
     width: 100%;
}
.location-body {
     /* display: flex;
     flex-wrap: nowrap; */
     margin-left: auto;
     margin-right: auto;
}
.location-body-left {
     width: calc(70% - 100px);
     margin-right: 100px;
	 float: left;
}
.location-body-right {
     width: 30%;
	 float: left;
}

.location-body-right .elementor-button-link {
	width: 100%;
}
	
.green-bg {
	 background-color: var( --e-global-color-9778d45 );
}

.location-image-wrapper img {
    /*width: 100%;
     margin: 45px;
    */
}

.location-title-wrapper p {
     font-weight: bold;
     margin-bottom: 15px;
}
.icons-wrapper {
    /* overflow: overlay; */
	margin-bottom: 40px;
	display: flex; 
	flex-direction: row;
    flex-wrap: wrap;
	 
}
.icons-wrapper i, .location-modules-wrapper i {
     /* padding: 10px 20px;
     border: solid 1px #ddd;*/
     margin: 5px 15px 5px 0px;
     padding: 5px 5px 5px 0px;
	 flex-wrap: wrap;
     align-items: center;
}

.fa-icon-innter-text {
	margin-left: 8px;
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-weight: 500 !important;
}









.location-box-wrapper {
	padding: 40px;
}
.location-box-inner {
	/*
     border: solid 1px #ddd;
     padding: 24px;
	 height: 100%; 
	 overflow: auto;
	 */
}

/*
.location-contact-box ul {
     list-style-type: none;
}
.location-contact-box-adress {
     margin-top: 15px;
}
.location-contact-form a{
     width:100%;

}*/

.location-body i {
     color: #333;
}

	
@media (max-width: 1024px){
	
	.location-body-left {
		 width: 100%;
	}
	.location-body-right {
		 width: 100%;
	}
	
}
	

/* Member images */
.member-image-item img{
	max-height: 45px;
	width: auto;
	float:left;
	margin: 15px;
	
}


@media (min-width: 1024px){
	.left-box, .right-box {
		width: 50%;
		float: left;
		padding-left: 15px;
		padding-right: 15px;
	}
	
}
@media (min-width: 1420px){
	[class*=" elementor-widget-bdt-"] .swiper-carousel {
		height: 420px;
	}
}
@media (max-width: 1023px){
.left-box, .right-box {
		margin-top: 25px;
	}
	
}
@media (max-width: 1023px){
.elementor-widget-tabs .elementor-tab-desktop-title {
		padding: 20px 15px!important;
	}
	
}
/*
#anfrage-formular {
	background-color: #E1ECEA;
	padding: 12px;
}

.custom-form-fields-wrapper {
	margin-top: -5px;
}*/
/*
.gallery-image-item img {
	max-height: 250px;
	float: left;
	margin: 5px;
}

.gallery-image-wrapper {
	clear: both;
}
*/


/* TABELLE */
.table-item {
  overflow: auto;
  min-width: 100%;
}

@media (max-width: 992px){
	.table-item {
	  display: block;
	}
}
.table-item .table-row:hover {
  cursor: pointer;
}
.table-item .table-row.nohover:hover {
  cursor: default!Important;
}
.table-item .table-row.nohover:hover > td{
  background-color: transparent;
}
.table-item .table-row.nohover:nth-child(2n+1):hover > td{
  background-color: hsla(0,0%,50.2%,.0705882353)!important;
}

.table-item thead, .table-item tbody {
  /* display: table; */
  min-width: 100%;
}
.table-head-row {
  text-align: left;
  border-bottom: 2px solid #ddd;
}


/* GALLERY */
.gallery_image_title, .gallery_image_licence {
	display: block;
	width: 100%
}
.gallery_image_licence {
	font-style: italic;
}
.gallery-image-item a:hover {
  box-shadow: 0 6px 10px 0 rgba(0,0,0,.1),0 1px 18px 0 rgba(0,0,0,.2),0 3px 5px -1px rgba(0,0,0,.3),0 0 0 transparent;
}  
.gallery-image-item img {
  transition: all .3s cubic-bezier(.4,0,.2,1);
}  
.gallery-image-item img:hover {
  transition: all .15s cubic-bezier(.4,0,.2,1);
} 

.bdt-ep-advanced-image-gallery.bdt-grid > * {
  padding-left: 15px;
  margin-top: 15px;
}

/* DOWNLOAD */
.download-item a {
	display: block;
	position: relative;
	margin-top: 20px;
	padding: 13.33333px;
	border: solid 1px #ddd;
	transition: all .3s cubic-bezier(.4,0,.2,1);  
	color: inherit;
	  text-decoration: none;
	  cursor: pointer;
}

.download-item a:hover {
  transition: all .15s cubic-bezier(.4,0,.2,1);
  box-shadow: 0 6px 10px 0 rgba(0,0,0,.1),0 1px 18px 0 rgba(0,0,0,.2),0 3px 5px -1px rgba(0,0,0,.3),0 0 0 transparent;
	border: none;
}


.download-item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 73px;
  color: #fff;
  background-color: var( --e-global-color-primary );
  height: 100%;

}
.download-item a:hover i {
  background-color: var( --e-global-color-d39869a );
}


.location-footer-body-full-width {
	clear: both;
}




.content-box-wrapper {
	margin-bottom:40px; 
}
.googlemap-box-wrapper {
	margin-bottom:20px; 
}


/* custom style only for location */

h1 {
	font-size: 2.7rem !important;
	line-height: 1;
	color: #202020 !important;
	margin-bottom: 0px;
	overflow-wrap: break-word;
}
h2 {
	font-size: 2rem !important;
	margin-top: 40px;
	overflow-wrap: break-word;
}

h3 {
	font-size: 1.2rem !important;
}

.location-title-wrapper p {
	margin-bottom: 20px;
}

.bookmark-button-wrapper { 
    display: flex;
    margin-bottom: 10px;
    justify-content: flex-end;
    align-items: center;
}















