.features .actions li {
  width: 100%;
  margin: 0;
}

/*
	@include breakpoint('<=large') {
      .row > .col-6 { width: 100%; text-align: left; }      
      
}

*/
#main a:link { color:#00f;}
#main a:visited, #main a:hover, #main a:active, #main a:focus { color:#000;}
#main {
  color: #333;
}

#header p {
  font-size: 1em;
  letter-spacing: 0em;
}

#WrapperHeader {
  color: #000;
  background-image: url("../../images/Praxis-Brinkmann-Start.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.Leistungen {
  display: block;
  border: none !important;
}

.Leistungen h3 {
  margin-top: 1rem;
}

.Kreis {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0px auto 0px auto;
  vertical-align: middle;
  border-radius: 40px;
  border: 2px solid;
}

.KreisA {
  border-color: #a5ae34;
}

.KreisC {
  border-color: #d8ab17;
}

.KreisI {
  border-color: #009de0;
}

.KreisS {
  border-color: #c4004b;
}

.WrapperBuchstaben {
  display: table;
  width: 100%;
  height: 100%;
}

.Kreis span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}

.KreisA span {
  color: #a5ae34;
}

.KreisC span {
  color: #d8ab17;
}

.KreisI span {
  color: #009de0;
}

.KreisS span {
  color: #c4004b;
}

.Leistungen:hover,
.Leistungen:hover h3 {
  color: #c4004b !important;
}

.Leistungen:hover .Kreis {
  border-color: #c4004b !important;
}


.Breit {
  padding: 0 !important;
  border: none !important;
}

/* #Praxisrundgang {
  padding: 5em 5em 3em 5em !important;
  border-top: solid 1px #dddddd !important;
} */

.image img {
  border-radius: 0;
  display: block;
}

#HZV2 .spotlight {
  text-align: left;
}

.parallax {
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallaxAktuell {
  background-image: url("../../images/Praxis_Brinkmann-133.webp");
}

.parallaxLeistungen {
  background-image: url("../../images/Praxis_Brinkmann-109.webp");
  background-position: center bottom;
}

.parallaxAllgemeinmedizin {
  background-image: url("../../images/Praxis_Brinkmann-16.webp");
}

.parallaxSportmedizin {
  background-image: url("../../images/Praxis_Brinkmann-_Sportmedizin-128.webp");
}

.parallaxChirotherapie {
  background-image: url("../../images/Praxis_Brinkmann_Chirotherapie-142.webp");
}

.parallaxIGeL {
  background-image: url("../../images/Praxis_Brinkmann_Igel-151.webp");
  background-position: right;
}

.parallaxHZV {
  background-image: url("../../images/Praxis_Brinkmann-28.webp");
}

.parallaxKontakt {
  background-image: url("../../images/Praxis_Brinkmann-75.webp");
}

.parallaxFooter {
  background-image: url("../../images/Praxis_Brinkmann-95.webp");
}

#akkordeon {
  margin: 30px 0 60px;
}

.hide {
  margin-bottom: 20px;
  display: inline-block;
}

#akkordeon:not(:target) .inhalt,
#akkordeon:not(:target) .hide,
#akkordeon:target .show {
  display: none;
}

#akkordeon:target .inhalt {
  display: block;
}

#akkordeonStelle {
  margin: 30px 0 60px;
}

#akkordeonStelle:not(:target) .inhalt,
#akkordeonStelle:not(:target) .hide,
#akkordeonStelle:target .show {
  display: none;
}

#akkordeonStelle:target .inhalt {
  display: block;
}

.inhalt {
  border: 1px solid #c4004b;
  padding: 20px 20px 1px;
  margin: 0px 0px 10px;
}


.Bildunterschrift {
  display: block;
  text-align: center;
  color: #000;
  font-weight: bold;
}


.RundesBild {
  border-radius: 50%;
  width: 150px !important;
  height: 150px !important;
  margin: 0;
  padding: 4px !important;
  background-image: -moz-linear-gradient(90deg, #a5ae34, #009de0, #c4004b, #d8ab17);
  background-image: -webkit-linear-gradient(90deg, #a5ae34, #009de0, #c4004b, #d8ab17);
  background-image: -ms-linear-gradient(90deg, #a5ae34, #009de0, #c4004b, #d8ab17);
  background-image: linear-gradient(90deg, #a5ae34, #009de0, #c4004b, #d8ab17);
  object-fit: cover;
  object-position: center 15%;
}

button.Rund {
  border-radius: 50%;
  width: 150px !important;
  height: 150px !important;
  margin: 0;
  min-width: auto;
  padding: 0 !important;
  font-size: 100%;
  list-style: 1;

}


/*Slideshow*/
* {
  box-sizing: border-box
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides,
.TeamSlides,
.TeamSlidesJM,
.TeamSlidesMK,
.TeamSlidesSD,
.TeamSlidesTL,
.TeamSlidesJW {
  display: none;
}

.text {
  color: #000;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}



.rows:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.rows {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.column {
  margin-right: 30px;
}

.column:last-child {
  margin-right: 0px;
}

.column img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center 15%;
}

.SliderThumbs {
  justify-content: center;
}


img.Teamdot,
img.TeamdotJM,
img.TeamdotMK,
img.TeamdotSD,
img.TeamdotTL,
img.TeamdotJW {
  opacity: 0.8;
}

.active,
.Teamdot:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.TeamSlides img,
.TeamSlidesJM img,
.TeamSlidesMK img,
.TeamSlidesSD img,
.TeamSlidesTL img,
.TeamSlidesJW img {
  max-height: 600px;
}



/*Barrierefrei*/
/* Verstecken über HTML hidden */
[hidden] {
  display: none !important;
}



/* Skiplink zugänglich machen */
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0.5rem 1rem;
  background: #fff;
  color: #000;
  z-index: 1000;
}

.slider button {
  all: unset;
}

dialog {
  max-height: 80vh;
  overflow: auto;
  padding: 1rem;
  border-radius: 8px;
}

dialog[open] {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

.slider {
  position: relative;
  max-width: 900px;
  margin: auto;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  /* max-height: calc(80vh - 140px); */
  width: 100%;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  /*  height: calc(100% - 50px);  Feste Höhe minus Platz für Pagination */
  min-height: 0;
}

.slides>* {
  width: 100%;
  flex-shrink: 0;
}

.slide {
  height: 100%;
  overflow: hidden;
  text-align: center;
}

.slide img {
  max-width: 100%;
  max-height: calc(70vh - 170px);
  width: auto;
  height: auto;
  object-fit: contain;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  padding-top: 1rem;
  gap: 0.5rem;
  /* height: 40px; */
  align-items: center;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
}

.slider button {
  background: #fff !important;
  color: black;
  border: none;
  padding: 5px;
  cursor: pointer;
  font-size: 1.5rem;
}

.slider .controls button {
  background: #fff;
  color: black;
  border: none;
  padding: 0px 10px;
  cursor: pointer;
  font-size: 1.5rem;
  box-shadow: none !important;
}

.slider button:focus {
  outline: 3px solid green !important;
}


.pagination button {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: none;
  background: #bbb;
  cursor: pointer;
  line-height: 1rem;
}

#main .pagination button.active {
  background: green !important;
  box-shadow: inset 0 0 0 1px green !important;
  color: #fff !important;
}

.pagination button:focus {
  outline: 2px solid #00f;
}


dialog::backdrop {
  background-color: #333333;
  opacity: 0.8;
}

.js-open-dialog {
  margin-right: 20px !important;
}

.ButtonPraxisrundgang {
  max-width: 100%;
  width: auto;
  height: auto;
  padding: 0;
  box-shadow: none !important;
  border: 0;
  border-radius: 0;
  line-height: 1rem;
}

.js-close-dialog {
  width: fit-content;
}

.ButtonPraxisrundgang img {
  max-width: 100%;
}

/*Mobile Nav*/
.dropdown {
  display: none;
}

.roterKasten { display: inline-block; padding: 1rem; border: 1px solid #c4004b; width: 100%; max-width: 759px; margin-bottom: 50px; }

@media screen and (max-width:980px) {
  .column img {
    width: 120px;
    height: 120px;
  }

}

@media screen and (max-width:850px) {
  /* #WrapperHeader { background-image: url("../../images/Praxis_Brinkmann_unscharf-800.webp"); background-position: center; */

  .parallax {
    min-height: 400px;
  }

  .slide img {
    max-height: calc(70vh - 200px);
  }

}





@media (max-width: 736px) {
  .dropdown {
    position: fixed;
    display: block;
    z-index: 15555;
    width: 70px;
  }

  .dropbtn {
    background-color: #c4004b;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    display: block;
    box-shadow: none;
    border-radius: 0%;
    height: auto;
    line-height: inherit;
  }

  .dropbtn:hover {
    color: white !important;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 220px;
  }

  .dropdown-content li {
    padding: 0;
  }

  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown-content a:hover {
    background-color: #f1f1f1;
    color: #c4004b !important;
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }

  .dropdown:hover .dropbtn {
    background-color: #3e8e41;
  }

}

@media screen and (max-width:550px) {
  .row>.col-6 {
    width: 100%;
  }

  .parallax {
    min-height: 300px;
  }

  .column img {
    width: 60px;
    height: 60px;
  }

  .slide img {
    max-height: calc(70vh - 240px);
  }

}
