body {
	margin-bottom: 100px;
	font-family: Calibri, Arial, sans-serif;
}

p {
	font-family: Calibri, Arial, sans-serif;
}

#wrapper {
	width: 90%;
	min-width: 600px;
	max-width: 110em;
	margin-top: 10px;
	margin-right: auto; 
	margin-bottom: 10px;
	margin-left: auto; 
}

.mehrspaltig_2 {
	padding-top: 50px;
	padding-right: 15px;
	column-count: 2;
	gap: 4em;

}

.mehrspaltig_3 {
	padding-top: 20px;
	padding-left: 15px;
	column-count: 3;
	gap: 4em;
}

.mehrspaltig_4 {
	padding-top: 20px;
	padding-left: 15px;
	column-count: 4;
	gap: 4em;
}

.spalte {
	break-inside: avoid-column;
	
}

footer {
	bottom: 0;
	background-color: #646F27;
	color: white;
	position: fixed;
	width: 100%;
	height: 35px;
	margin-left: -8px;
	text-align: center;
	font-size: 1em;
	line-height: 2px;
	margin-bottom: 0px;
}

.aufmacher {
	width: 70%;
	display: block;
	margin: auto;
}

.kreise {
	height: 200px;
	width: auto;
}

.schwerpunkte {
	max-height: 600px;
	max-width: 800px;
	width: auto; 
	margin-left: -100px;
}

.behandlung {
	max-height: 600px;
	max-width: 800px;
	width: auto; 
	margin-left: -190px;
}

.erfolg {
	max-height: 600px;
	width: auto; 
	margin-left: -90px;
	margin-top: 25px;
}

.befund {
	max-height: 600px;
	max-width: 800px;
	margin-left: -275px;
}

.preise {
	width: 100%;
	display: block;
	margin: auto;
	margin-left: -50px;
}

h0 {
	font-family: Calibri, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #686c70;
	margin-bottom: -15px;
}

h1 {
	font-family: Calibri, Arial, sans-serif;
	font-size: 1.4em;
	color: #646F27;
	margin-bottom: -15px;
}


h2 {
	font-family: Calibri, Arial, sans-serif;
	font-size: 1.3em;
	margin-bottom: -15px;
}

h3 {
	font-family: Calibri, Arial, sans-serif;
	font-size: 1.2em;
	margin-bottom: -15px;
}

p {
	font-size: 1.2em;
}

.zitat{
	font-size: 1.5em;
}

.logo {
    padding-top: 10px;
    width: 400px;
    heigt: auto;
    margin-right: 10px;
}

.nav-links {
    list-style-type: none;
    margin-top: -42px;
    padding: 0;
    text-align: right;
}

div.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

li.navitem {
    display: inline-block;
    margin-left: 30px;
    margin-right: 5px;
}

    li.navitem a {
        font-family: Calibri, sans-serif;
        font-size: 1.2em;
        text-align: center;
        text-decoration: none;
        color: #686c70;
    }

        li.navitem a:hover {
            color: #646F27;
        }

        li.navitem a:active {
            color: #000;
        }

#menuToggle {
    display: none;
}


.slideshow-container {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}


.slideshow img {
	width: 100%;
	height: auto;
}

.controls {
  text-align: center;
  margin-top: 20px;
}

.dot {
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.active {
  background-color: #717171;
}

ul.aufzaehlung {
	font-size: 1.2em;
}

ul.aufzaehlung_none {
	font-size: 1.2em;
	list-style: none;
}


.maps {
	margin-top: 40px
}

/*--------------------------------------------------------- MAX 600px -----------------------------------------------------*/

@media only screen and (max-width:600px) {

#wrapper {
	min-width: 300px;
}

.logo {
    padding-top: 10px;
    width: 300px;
    height: auto;
    margin-right: 10px;
}

#menuToggle {
	padding-top: 15px;
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        margin-bottom: 30px;
    }

        #menuToggle a {
            text-decoration: none;
            color: #686c70;
            transition: color 0.3s ease;
        }

            #menuToggle a:hover {
                color: #646F27;
            }

            #menuToggle a:active {
                color: #000;
            }

        #menuToggle input {
            display: block;
            width: 40px;
            height: 32px;
            position: absolute;
            top: -7px;
            left: -5px;
            cursor: pointer;
            opacity: 0;
            z-index: 2;
            -webkit-touch-callout: none;
        }

        #menuToggle span {
            display: block;
            width: 33px;
            height: 4px;
            margin-bottom: 5px;
            position: relative;
            background-color: #646F27;
            border-radius: 3px;
            z-index: 1;
            transform-origin: 4px 0px;
            transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
        }

            #menuToggle span:first-child {
                transform-origin: 0% 0%;
            }

            #menuToggle span:nth-last-child(2) {
                transform-origin: 0% 100%;
            }

        #menuToggle input:checked ~ span {
            opacity: 1;
            transform: rotate(45deg) translate(-2px, -1px);
        }

            #menuToggle input:checked ~ span:nth-last-child(3) {
                opacity: 0;
                transform: rotate(0deg) scale(0.2, 0.2);
            }

            #menuToggle input:checked ~ span:nth-last-child(2) {
                transform: rotate(-45deg) translate(0, -1px);
            }

    #menu {
        position: absolute;
        width: 150px;
	right: -15px;
        margin: -100px 0 0 -50px;
        padding: 50px;
        padding-top: 125px;
        background: #e8e8e8;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform: translate(100%, 0);
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }

        #menu li {
            padding: 10px 0;
            font-size: 22px;
        }

    #menuToggle input:checked ~ ul {
        transform: none;
    }

    #normal {
        display: none;
}

.slideshow-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slideshow {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.slideshow img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.dot {
  height: 10px;
  width: 10px;
  margin: 0 3px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.active {
  background-color: #717171;
}

.controls {
  text-align: center;
  margin-top: 0px;
}

h0 {
	font-size: 1.3em;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}

p {
	font-size: 1em;
}

ul.aufzaehlung {
	font-size: 1em;
}

ul.aufzaehlung_none {
	font-size: 1em;
	list-style: none;
}

.zitat {
	font-size: 1.3em;
}


.mehrspaltig_2 {
	column-count: 1;
	column-width: 600px;
}

.mehrspaltig_3 {
	column-count: 1;
	column-width: 600px;
}

.mehrspaltig_4 {
	column-count: 1;
	column-width: 600px;
}

.aufmacher {
	width: 30%;
	margin: auto;
}

.kreise {
	height: 150px;
	width: auto;
}

.schwerpunkte {
	min-width: 50%;
	max-width: 90%;	
	margin-left: 0px;
}

.behandlung {
	min-width: 40%;
	max-width: 80%;	
	margin-left: 0px;
}

.erfolg {
	min-width: 40%;
	max-width: 80%;	
	margin-left: 0px;
	margin-top: 0px;
}

.befund {
	min-width: 40%;
	max-width: 80%;	
	margin-left: 0px;
}


}



/*--------------------------------------------------------- MIN 601px MAX 1024 -----------------------------------------------------*/
@media only screen (min-width: 601px) and (max-width: 1024px) {

.logo {
    padding-top: 10px;
    width: 300px;
    height: auto;
    margin-right: 10px;
}

    #menuToggle {
	padding-top: 15px;
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        margin-bottom: 30px;
    }

        #menuToggle a {
            text-decoration: none;
            color: #686c70;
            transition: color 0.3s ease;
        }

            #menuToggle a:hover {
                color: #646F27;
            }

            #menuToggle a:active {
                color: #000;
            }

        #menuToggle input {
            display: block;
            width: 40px;
            height: 32px;
            position: absolute;
            top: -7px;
            left: -5px;
            cursor: pointer;
            opacity: 0;
            z-index: 2;
            -webkit-touch-callout: none;
        }

        #menuToggle span {
            display: block;
            width: 33px;
            height: 4px;
            margin-bottom: 5px;
            position: relative;
            background-color: #646F27;
            border-radius: 3px;
            z-index: 1;
            transform-origin: 4px 0px;
            transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
        }

            #menuToggle span:first-child {
                transform-origin: 0% 0%;
            }

            #menuToggle span:nth-last-child(2) {
                transform-origin: 0% 100%;
            }

        #menuToggle input:checked ~ span {
            opacity: 1;
            transform: rotate(45deg) translate(-2px, -1px);
        }

            #menuToggle input:checked ~ span:nth-last-child(3) {
                opacity: 0;
                transform: rotate(0deg) scale(0.2, 0.2);
            }

            #menuToggle input:checked ~ span:nth-last-child(2) {
                transform: rotate(-45deg) translate(0, -1px);
            }

    #menu {
        position: absolute;
        width: 150px;
	right: -15px;
        margin: -100px 0 0 -50px;
        padding: 50px;
        padding-top: 125px;
        background: #e8e8e8;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform: translate(100%, 0);
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }

        #menu li {
            padding: 10px 0;
            font-size: 22px;
        }

    #menuToggle input:checked ~ ul {
        transform: none;
    }

    #normal {
        display: none;
    }

#wrapper {
	min-width: 601px;
}

.slideshow-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slideshow {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.slideshow img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.dot {
  height: 10px;
  width: 10px;
  margin: 0 3px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.active {
  background-color: #717171;
}

.controls {
  text-align: center;
  margin-top: 0px;
}

h0 {
	font-size: 1.3em;
}

h1 {
	font-size: 1.2em;
}

p {
	font-size: 1em;
}

ul.aufzaehlung {
	font-size: 1em;
}

ul.aufzaehlung_none {
	font-size: 1em;
	list-style: none;
}

.zitat {
	font-size: 1.3em;
}


.mehrspaltig_2 {
	column-count: 1;
	column-width: 1024px;
}

.mehrspaltig_3 {
	column-count: 1;
	column-width: 1024px;
}

.mehrspaltig_4 {
	column-count: 1;
	column-width: 1024px;
}

.aufmacher {
	width: 30%;
	margin: auto;
}

.kreise {
	height: 10%;
	width: auto;
}

.behandlung {
	min-width: 30%;
	max-width: 60%;	
	margin-left: 0px;
}

.erfolg {
	min-width: 30%;
	max-width: 70%;	
	margin-left: 0px;
	margin-top: 0px;
}

.befund {
	min-width: 30%;
	max-width: 70%;	
	margin-left: 0px;
}
}

/*--------------------------------------------------------MIN 961----------------------------------------*/
@media only screen and (max-width:961px) {
 #menuToggle {
	padding-top: 15px;
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        margin-bottom: 30px;
    }

        #menuToggle a {
            text-decoration: none;
            color: #686c70;
            transition: color 0.3s ease;
        }

            #menuToggle a:hover {
                color: #646F27;
            }

            #menuToggle a:active {
                color: #000;
            }

        #menuToggle input {
            display: block;
            width: 40px;
            height: 32px;
            position: absolute;
            top: -7px;
            left: -5px;
            cursor: pointer;
            opacity: 0;
            z-index: 2;
            -webkit-touch-callout: none;
        }

        #menuToggle span {
            display: block;
            width: 33px;
            height: 4px;
            margin-bottom: 5px;
            position: relative;
            background-color: #646F27;
            border-radius: 3px;
            z-index: 1;
            transform-origin: 4px 0px;
            transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
        }

            #menuToggle span:first-child {
                transform-origin: 0% 0%;
            }

            #menuToggle span:nth-last-child(2) {
                transform-origin: 0% 100%;
            }

        #menuToggle input:checked ~ span {
            opacity: 1;
            transform: rotate(45deg) translate(-2px, -1px);
        }

            #menuToggle input:checked ~ span:nth-last-child(3) {
                opacity: 0;
                transform: rotate(0deg) scale(0.2, 0.2);
            }

            #menuToggle input:checked ~ span:nth-last-child(2) {
                transform: rotate(-45deg) translate(0, -1px);
            }

    #menu {
        position: absolute;
        width: 150px;
	right: -15px;
        margin: -100px 0 0 -50px;
        padding: 50px;
        padding-top: 125px;
        background: #e8e8e8;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform: translate(100%, 0);
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }

        #menu li {
            padding: 10px 0;
            font-size: 22px;
        }

    #menuToggle input:checked ~ ul {
        transform: none;
    }

    #normal {
        display: none;
    }
}
}









/*--------------------------------------------------------- MIN 1025 -----------------------------------------------------*/
@media only screen and (min-width: 1025px) {
 }