/* ====================================================================================================================
* DEFAULT THEME GEÄNDERT
* ====================================================================================================================*/
.flexslider {
border: none !important;
}

@media (min-width: 502px){

	.slides h2 {
		font-size: 1rem;
	}

	.slides h2.tel {
		font-size: 1rem;
	}
	.slides p {
		font-size: 80%;
	}
}

@media (min-width: 812px){

	.slides h2 {
		font-size: 1.2rem;
		text-transform: uppercase;
	}

	.slides p {
		font-size: 90%
	}
}

@media (min-width: 992px){

	.slides h2 {
		font-size: 2rem;
	}

	.slides h2.tel {
		font-size: 2rem;
	}
	.slides p {
		font-size: 100%;
	}
}

/* CAPTION */

@media (min-width: 502px){

	.slides li div.caption-wrapper { 
		display: block !important;
		position: absolute;
		top:auto;
		bottom: 1em;
		left: 1em;
		background: rgba(0,0,0,0.7) !important;
	}
}
.slides li div.caption-wrapper {
	display: none;
}

.flex-control-nav {
	position: absolute;
	bottom: 1em;
	right: 1em;
	text-align: right;
	z-index: 1000;
}

.flex-control-nav li {
	margin: 0 .1em;
	display: inline-block;
	zoom: 1;
	text-align: center;
}

.flex-control-paging li a {
  font-weight: bold;
  color: #990033;
  width: 3em;
  height: 3em;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  text-indent: 0;
  line-height: 2.8em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.flex-control-paging li a.flex-active {
  background: rgba(153,0,51,0.7);
  color: white;
}

/* OWL */

div.mit_b {
	display: grid;
}

div.mit_b .link {
	display: grid;
	align-self: end;
	width: 50%;
}

div.mit_b .mb-4 {
	margin-bottom: .5rem !important;
}

.owl-carousel.owl-loaded {
	display: flex !important;
}

.owl-carousel .owl-item {
	display: flex;
}

.owl-carousel .owl-stage {
	display: flex;