@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: "Roboto-Black";
    src: url("../fonts/Roboto-Black.ttf");
}
@font-face {
    font-family: "Roboto-BlackItalic";
    src: url("../fonts/Roboto-BlackItalic.ttf");
}
@font-face {
    font-family: "Roboto-Bold";
    src: url("../fonts/Roboto-Bold.ttf");
}
@font-face {
    font-family: "Roboto-BoldItalic";
    src: url("../fonts/Roboto-BoldItalic.ttf");
}
@font-face {
    font-family: "Roboto-Italic";
    src: url("../fonts/Roboto-Italic.ttf");
}
@font-face {
    font-family: "Roboto-Light";
    src: url("../fonts/Roboto-Light.ttf");
}
@font-face {
    font-family: "Roboto-LightItalic";
    src: url("../fonts/Roboto-LightItalic.ttf");
}
@font-face {
    font-family: "Roboto-Medium";
    src: url("../fonts/Roboto-Medium.ttf");
}
@font-face {
    font-family: "Roboto-MediumItalic";
    src: url("../fonts/Roboto-MediumItalic.ttf");
}
@font-face {
    font-family: "Roboto-Regular";
    src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
    font-family: "Roboto-Thin";
    src: url("../fonts/Roboto-Thin.ttf");
}
@font-face {
    font-family: "Roboto-ThinItalic";
    src: url("../fonts/Roboto-ThinItalic.ttf");
}

*, *:after, *:before {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

body, html {
    padding:0;
    margin:0;
    height:100%;
}

html {
    -webkit-text-size-adjust:none; /* Prevent font scaling in landscape (Schriftgröße) */
}

body {
    background-color:#143b7c;
    font-family: "Roboto-Regular";
    text-align: left;
    font-size: 13px;
    word-wrap: break-word;
    color:#666666;
}

ul {
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    -moz-margin-before: 0px;
    -moz-margin-after: 0px;
    -moz-margin-start: 0px;
    -moz-margin-end: 0px;
    -moz-padding-start: 0px;
    -ms-margin-before: 0px;
    -ms-margin-after: 0px;
    -ms-margin-start: 0px;
    -ms-margin-end: 0px;
    -ms-padding-start: 0px;
    margin-before: 0px;
    margin-after: 0px;
    margin-start: 0px;
    margin-end: 0px;
    padding-start: 0px;
    margin-top:0px;
    margin-bottom:0px;
    padding-left:0px;
}

a {
    color:#666;
}

img {
    display:block
}

b {
    font-family: "Roboto-Medium";
}

table {border-collapse: collapse;}
td    {padding: 0px;}

#info_cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  padding: 20px;
  box-shadow: 0px 0px 2px #666;
  box-sizing: border-box;
  z-index: 9999;
}
#text_cookie {
  float: left;
  width: calc(100% - 30px);
}
#close_cookie {
  float: right;
  cursor: pointer;
  font-size: 16px;
}

#content img {
    border:solid 2px #ccc;
    width:100%;
    height:auto;
}

#wrapper {
	background-color:#F4F4F4;
}

/* Header */
#header {
    position:relative;
    background-color:#fff;
    top:0px;
    width:100%;
    height:150px;
    z-index:10;
}

#banner {
    display:block;
    position:relative;
    width:100%;
    max-width:1170px;
    height:100px;
    margin-left:auto;
    margin-right:auto;
}
#banner .slogan {
    position: relative;
    height: 50px;
    background-image: url(../img/logo_s.png);
    background-repeat: no-repeat;
    background-size: 35px 50px;
    background-position: left center;
    color:#333;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 40px;
    font-family: "Roboto-Light";
    font-size: 28px;
    line-height: 50px;
    text-indent: 50px;
    text-transform: uppercase;
    cursor:pointer;
}
#banner a {
    text-decoration:none;
}
#banner .slogan .bold {
    font-family: "Roboto-Bold";
}
#banner .subnavi {
    display:block;
    position:absolute;
    top:0;
    right:40px;
    height:100px;
    font-size:13px;
    line-height:100px;
    text-indent:32px;
}
#banner .subnavi .email {
    display:inline-block;
    background-image:url(../img/email.svg);
    background-repeat:no-repeat;
    background-size:24px 24px;
    background-position:left center;
    margin-right:20px;
}
#banner .subnavi .telefon {
    display:inline-block;
    background-image:url(../img/telefon.svg);
    background-repeat:no-repeat;
    background-size:24px 24px;
    background-position:left center;
}

/* Navi */
#navi {
    display:block;
    position:absolute;
    background-color:#143b7c;
    bottom:0px;
    left:0px;
    width:100%;
    height:50px;
}
#button6 {
	display: none;
}

/* Spezielle Angaben für die Navigation */
* html #navi {
    top:expression(auto);
}
* html #menue {
    top:expression(auto);
}
.fixed-navi {
    top:0px;
    position:fixed !important;
    position:absolute;
}
* html .fixed-navi {
    top:expression(documentElement.scrollTop);
}
/****************************************/

#navi ul {
    position:relative;
    width:792px;
    width: intrinsic;           /* Safari/WebKit verwendet einen nicht standardisierten Namen */
    width: -moz-max-content;    /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
    width: max-content;
    height:100%;
    margin-left:auto;
    margin-right:auto;
}
#navi ul li {
    float:left;
    list-style-type:none;
    height:50px;
    transition:background-color 0.2s;
}
#navi ul li span {
    display: block;
    padding:0px 30px;
    text-transform:uppercase;
    font-size:13px;
    line-height:50px;
}
#navi ul li span a {
    display: block;
    width:100%;
    height:100%;
    text-decoration:none;
    color:#fff;
}
#navi ul li.current {
    background-color:#285eb4;
}
#navi ul li:hover,
#navi ul li:active {
    background-color:#285eb4;
    transition:background-color 0.2s;
}

#menue {
    display:none;
}

/* Headerbild */
#headerbild {
    /*background-image:url(../uploads/headerbild.jpg);*/
    position:relative;
    width:100%;
    height:500px;
    background: rgb(235, 244, 253);
    background: -moz-linear-gradient(90deg, rgb(235, 244, 253) 0%, rgb(189, 215, 242) 100%);
    background: -webkit-linear-gradient(90deg, rgb(235, 244, 253) 0%, rgb(189, 215, 242) 100%);
    background: -o-linear-gradient(90deg, rgb(235, 244, 253) 0%, rgb(189, 215, 242) 100%);
    background: -ms-linear-gradient(90deg, rgb(235, 244, 253) 0%, rgb(189, 215, 242) 100%);
    background: linear-gradient(180deg, rgb(235, 244, 253) 0%, rgb(189, 215, 242) 100%);
}

/* Nur für firefox */
/* Header wird 50px nach oben geschoben, um den Zwischenraum zu verhindern */
@-moz-document url-prefix() {
    #headerbild {
        margin-top:-50px;
    }
}

/* Microsoft Edge Browser 12+ (All) - @supports method */
@supports (-ms-ime-align:auto) {
    #headerbild {
        margin-top:-50px;
    }
}


#headerbild .text {
    position:relative;
    width:100%;
    height: 100%;
    max-width:1170px;
    margin-left:auto;
    margin-right:auto;
}
#headerbild .text img {
    position: relative;
    height: 500px;
    float: left;
    width: auto;
    margin-left:120px;
}
#headerbild .text h2 {
    display: block;
    position: relative;
    float: right;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Roboto-Bold";
    font-size: 48px;
    line-height:150%;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin-right:120px;
    color:#414141;
}
#headerbild .text h2 span {
    display: block;
}
#headerbild .text h2 span:nth-child(1) { text-indent: -300px;}
#headerbild .text h2 span:nth-child(2) { text-indent: -200px;}
#headerbild .text h2 span:nth-child(3) { text-indent: -100px;}

#content {
    position:relative;
    padding: 50px 0;
}

.section {
    position:relative;
    width:100%;
    max-width:1170px;
    margin-left:auto;
    margin-right:auto;
    padding:20px 40px;
}

.team {
    position:relative;
    max-width:100%;
    padding:20px 0px;
}

/* Layout Frontend */
h1 {
    color: #414141;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    background-color: transparent;
    margin-top:0px;
    margin-bottom:46px;
    font-size: 36px;
    line-height:44px;
    font-family: "Roboto-Medium";
}
.team h1 {
    text-align: center;
}

h3 {
    color: #414141;
    margin-top:0px;
    margin-bottom:16px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 22px;
    font-family: "Roboto-Medium";
    line-height: 26px;
    text-transform: uppercase;
    padding: 0px;
}
h4 {
    margin-bottom:8px;
    margin-top:0px;
    line-height: 24px;
    font-family: "Roboto-Medium";
    color:#414141;
    text-transform: uppercase;
}

.section p {
    margin-top:0px;
    margin-bottom:16px;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
}
.section ul {
    display:inline-block;
    list-style-type:none;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
}
.section ul li {
    float:left;
}

p strong {
    font-family: "Roboto-Bold";
}

/* Linke Spalte */
.index ul li {
    width:calc(50% - 20px);
}
.index ul li:first-child {
    margin-right:40px;
}
.index ul li:first-child p {
    margin-top:0px;
    margin-bottom:24px;
}

/* Listen in der linken Spalte */
.index ul li:first-child ul {
    margin-bottom:16px;
}
.index ul li:first-child ul li::before {
    color: #143b7c;
}

.index ul li:first-child ul li {
    background-image: url(../img/list.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position:0px 0px;
    width:100%;
    line-height:20px;
    padding:1px 0 1px 26px;
    margin-bottom:8px;
    margin-right:0px;
    font-size:unset;
}
.index ul li:first-child ul li:before {
    font-size:13px;
    line-height:22px;
}

/* Rechte Spalte */
.index ul ul li:last-child {
    max-width:100%;
}
.index .eingabeformular li:last-child {
    max-width:100%;
}

/* Bilder in der rechten Spalte */
.index ul li:last-child .bild {
    position:relative;
    background: rgb(235, 244, 253);
    background: -moz-linear-gradient(90deg, rgb(235, 244, 253) 0%, rgb(189, 215, 242) 100%);
    background: -webkit-linear-gradient(90deg, rgb(235, 244, 253) 0%, rgb(189, 215, 242) 100%);
    background: -o-linear-gradient(90deg, rgb(235, 244, 253) 0%, rgb(189, 215, 242) 100%);
    background: -ms-linear-gradient(90deg, rgb(235, 244, 253) 0%, rgb(189, 215, 242) 100%);
    background: linear-gradient(180deg, rgb(235, 244, 253) 0%, rgb(189, 215, 242) 100%);
}
.index ul li:last-child img {
    display:block;
}

/* Letzter Absatz Allgemein */
.index ul li p:last-child,
.index ul li:first-child ul:last-child {
    margin-bottom:0px;
}

/* Layout Unser Team */
.team {
	margin-bottom:-70px;
}
.therapien {
	margin-bottom:0px;
}
.teambox {
    padding-top:70px;
    padding-bottom:70px;
}
.teambox:first-child {
    padding-top:0px;
}
.teambox:nth-child(1) {
    background-color:#F4F4F4;
    background-color:#F4F4F4;
}
.teambox:nth-child(2) {
    background-color:#fff;
}
.team .teambox:nth-child(2) ul li:nth-child(odd) .bild {
    opacity: 0;
}
.team ul {
    width:100%;
    max-width:1090px;
    margin-left:calc((100% - 1090px) / 2);
    padding:0px 40px;
}
.team ul li:nth-child(odd) {
    width:calc(40% - 20px);
    margin-right: 40px;
}
.team ul li:nth-child(odd) img {
    max-width:250px;
    float: right;
}

.team ul ul li:nth-child(odd) {
    max-width:100%;
}

.team ul li:nth-child(even) {
    width:calc(60% - 20px);
}
.team ul li  ul {
    padding:0px 0px;
    margin-left:0px;
}
.team ul li:nth-child(even) ul li {
    background-image: url(../img/list.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position:0px 0px;
    width:100%;
    line-height:20px;
    padding:1px 0 1px 26px;
    margin-bottom:8px;
    margin-right: 0px;
    font-size:unset;
    margin-top:0px;
}

/* Praxis */
.zweispalten {
    width:100%;
}
.zweispalten li {
    width:calc(50% - 20px);
}
.zweispalten li img {
    margin-bottom:32px;
}
.zweispalten li:nth-child(odd) {
    margin-right:40px;
}
.zweispalten li ul li {
    background-image: url(../img/list.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position:0px 0px;
    width:100%;
    line-height:20px;
    padding:1px 0 1px 26px;
    margin-bottom:8px;
    font-size:unset;
}
.zweispalten li:nth-child(odd) ul li,
.zweispalten li:nth-child(even) ul li {
    margin-right: 0px;
    padding-right:0px;
}
.zweispalten li#box3 {
	margin-right: 0;
}

/* Leistungen */
.leistungen .box {
    margin-top:32px;
}
.leistungen .box:nth-child(1),
.leistungen .box:nth-child(2) {
    margin-top:0px;
}

/* Therapien */
.therapie {
    margin-bottom:32px;
}
.therapie:last-child {
    margin-bottom: 0;
}
.therapie .bild:first-child img {
    margin-bottom: 24px;
}

/* Karte */
#karte {
    position:relative;
    width:100%;
    height:56.25vw;
    max-height: 700px;
}

/* Kontakt */
.kontakt .eingabeformular {
    width:100%;
    max-width:100%;
}
.kontakt .eingabeformular li {
    margin-bottom:8px;
}
.kontakt .eingabeformular li:nth-child(odd) {
    width:calc(50% - 4px);
    font-size:14px;
    margin-right:4px;
}
.kontakt .eingabeformular li:nth-child(even) {
    width:calc(50% - 4px);
    font-size:14px;
    margin-right:0px;
    margin-left:4px;
}
.kontakt .eingabeformular li:last-child {
    margin-bottom: 0px;
}
.kontakt .eingabeformular li.center {
    width:100%;
}
.kontakt .eingabeformular input[type="text"],
.kontakt .eingabeformular input[type="email"] {
    border:1px solid #fff;
    height:50px;
    width:100%;
    outline:none;
    padding: 6px;
    box-sizing: border-box;
    font-size:14px;
}
input[type=checkbox],
input[type=radio]{
    display: none;
}
input[type=checkbox] + label,
input[type=radio] + label {
    display: inline-block;
    width:100%;
    height: 24px;
    padding-left: 32px;
    background-position: 0 0;
    background-size:24px 48px;
    background-repeat: no-repeat;
    line-height: 24px;
    cursor: pointer;
}
input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
  	background-position: left -24px;
}
label{
 	background-image:url("../img/check.svg");
}
.file label {
    background-image:none;
}
.section p.message {
    text-align: center;
    margin-top: 8px;
    font-size: 14px;
}
.kontakt .eingabeformular textarea {
    border:1px solid #fff;
    height:150px;
    width:100%;
    resize:none;
    outline:none;
    padding: 6px;
    font-size:14px;
}
.kontakt .eingabeformular .checkbox {
  margin-bottom: 16px;
}
.kontakt .eingabeformular .button_upload {
    display: block;
    position:relative;
    padding: 0 0 0 0;
    width:256px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0px;
    font-size:16px;
}
.kontakt .eingabeformular li.klein {
    font-size:12px;
    margin-bottom:20px;
    color:#333;
}

/* Footer */
#footer {
    background-color:#143b7c;
    width:100%;
}
#footerbox {
    position:relative;
    width:100%;
    max-width:1170px;
    margin-left:auto;
    margin-right:auto;
    padding:30px 40px 30px 40px;
}
#footer .footerkontakt {
    display:inline-block;
    width:100%;
	margin-bottom: 28px;
}
#footer .footerkontakt li {
    float:left;
    list-style-type:none;
    color:#fff;
    font-size: 13px;
    line-height: 22px;
}
#footer .footerkontakt li {
    width: 25%;
}
#footerbox span {
	display: inline-block;
	width: 100%;
	text-align: center;
}
#footer p {
    display: block;
    margin-top:0px;
    margin-bottom:0px;
    font-family: "Roboto-Regular";
    line-height: 22px;
}
#footer a {
    text-decoration:none;
    color:#fff;
    font-family: "Roboto-Regular";
}
#footer h4,
#footer .link {
    margin-top:0px;
    margin-bottom:0px;
    padding-bottom: 0px;
    border-bottom: none;
    font-family: "Roboto-Regular";
    color:#fff;
}
#footer h4 {
    font-family: "Roboto-Medium";
}
#footer h3 {
    margin-bottom:10px;
}

/*********/
/* ADMIN */
/*********/

.admin h1,
.admin h4.subheadline {
	text-align:left;
	margin-top:0px;
	margin-bottom:16px;
}
.admin .element {
	width:100%;
	max-width:728px;
	margin-bottom:40px;
}
.admin .textblock ul {
    margin-left:20px;
    margin-bottom:16px;
}
.admin .textblock ul li::before {
    color: #143b7c;
}
.admin .textblock ul li {
    width:100%;
    list-style-type: disc;
    font-size:unset;
}
.admin .bilder {
	width:100%;
}
.admin .bilder li {
	width:calc(25% - 15px);
	max-width:256px;
	min-width:200px;
	margin-right:20px;
}
.admin .bilder li:nth-child(4){
    margin-right:0px;
}

.admin .bilder li .bild {
	width:100%;
	margin-bottom:20px;
}
.admin .info {
	margin-top:-16px;
	font-size:13px;
}
.admin .info .hinweis {
	display:inline-block;
	font-style:italic;
	margin-right:10px;
}
.admin .info a {
	color:#285eb4;
}
.admin .input input[type="text"],
.admin .input input[type="email"] {
	width:100%;
	max-width:728px;
	height:50px;
	line-height:50px;
	font-family: "Roboto-Regular";
	font-size:13px;
	padding:0 10px;
}
.admin .input textarea {
	width:100%;
	max-width:728px;
	font-family: "Roboto-Regular";
	font-size:13px;
	line-height:22px;
	padding:10px;
	resize:none;
}
.admin .tip {
	margin:20px 0 16px 0;
}

/* Datei importieren */
#uploadimage {
    position:relative;
}
#image_preview {
    margin:20px 0;
}
#content img#previewing {
    display:block;
    position:relative;
    width:200px;
	height:auto;
}
.button_upload {
    background-color:#285eb4;
    width:200px;
    height:50px;
    color:#fff;
    font-family:"Roboto-Regular";
    font-size:16px;
    text-align:center;
    line-height:50px;
    border:none;
    transition:background-color 0.2s;
}
.message {
    position:relative;
    font-size:13px;
	margin-top:8px;
}
.link {
    display:inline-block;
    text-decoration:none;
    margin-bottom:20px;
    border-bottom:1px solid #143b7c;
    padding-bottom:2px; color:#143b7c;
}
.editor {
    margin-bottom:0px;
    margin-top:20px;
}
.button_upload:active,
.button_upload:hover {
    background-color:#143b7c;
    transition:background-color 0.2s;
}

.top {
	display:none;
	position:fixed;
	background-size:32px 32px;
	background-position:center center;
	bottom:20px;
	right:20px;
	background-color:#143b7c;
	background-image:url(../img/top.svg);
	border:1px solid #ccc;
	width:40px;
	height:40px;
	transition:background-color 0.2s;
}

.top a {
	display:block;
	width:100%;
	height:100%;
}

.top:active,
.top:hover {
	background-color:#285eb4;
	transition:background-color 0.2s;
}

.footerkontakt table {
    margin:0px;
    padding:0px;
    border-spacing: 0px;
}
.footerkontakt table tr td:first-child {
    width:55px;
}

@media (max-width: 1170px) {
    .team ul {
        margin-left:0px;
    }
}

@media (max-width: 1169px) {
    /* Header zentriert */
    #header {
        height:200px;
    }

    #banner {
        height:150px;
    }
    #banner .slogan {
        position: relative;
        top: 66%;
        width:644px;
        margin-left: auto;
        margin-right:auto;
    }
    #banner .subnavi {
        position: absolute;
        top: 10px;
        left: 50%;
        right: unset;
        width: 444px;
        height: 50px;
        margin-left: -238px;
        line-height: 50px;
    }
}

@media (max-width: 1024px) {
    #headerbild .text h2 {
        margin-right: 80px;
    }
    #headerbild .text img {
        margin-left: 80px;
    }
    #content {
        padding: 30px 0;
    }

    .section {
        padding:20px 30px;
    }

    .section.team {
        padding:20px 0px;
    }

  	.team {
  		margin-bottom:-50px;
  	}
  	.teambox {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 1023px) {
    /* Tablet Hochformat */

    h1 {
        font-size: 28px;
        line-height:34px;
        margin-bottom:40px;
    }
    h3 {
        font-size:18px;
        line-height:24px;
    }

    /* Menü */
    #header {
        position:relative;
        background-color:#fff;
        top:0px;
        width:100%;
        height:auto;
        z-index:10;
    }

    #banner {
        position:relative;
        width:100%;
        max-width:1170px;
        height:80px;
        margin-left:auto;
        margin-right:auto;
    }
    #banner .slogan {
        position: relative;
        background-size: 25px 36px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width:415px;
        margin-left: auto;
        margin-right:auto;
        font-size: 18px;
        line-height: 50px;
        text-indent: 35px;
    }
    #banner .subnavi {
        display:none;
    }

    #menue {
        display:block;
        position:relative;
        background-color:#143b7c;
        border-bottom: 1px solid #fff;
        height:80px;
        width:100%;
    }
    #menue .slogan {
        padding:20px 20px;
    }
    #menue .slogan span {
        display:block;
        color:#fff;
        margin-bottom:10px;
        text-indent:30px;
    }
    #menue .slogan .email {
        background-image:url(../img/email-weiss.svg);
        background-repeat:no-repeat;
        background-size:24px 24px;
        background-position:left center;
        font-size:13px;
    }
    #menue .slogan .telefon {
        background-image:url(../img/telefon-weiss.svg);
        background-repeat:no-repeat;
        background-size:24px 24px;
        background-position:left center;
        font-size:13px;
    }
    #menue .slogan .telefon a,
    #menue .slogan .email a {
        color:#fff;
        text-decoration:none;
    }
    #menuebutton {
        position:absolute;
        top:0;
        right:0;
        width:80px;
        height:80px;
        background-image:url(../img/menue.svg);
        background-repeat:no-repeat;
        background-size:40px 40px;
        background-position:center center;
        text-transform:uppercase;
    }

    #navi {
        display:none;
        position:relative;
        top:0px;
        bottom:unset;
        width:100%;
        height:300px;
        -webkit-box-shadow:0px 2px 2px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow:0px 2px 2px 0px rgba(50, 50, 50, 0.75);
        box-shadow:0px 2px 2px 0px rgba(50, 50, 50, 0.75);
    }
    .fixed-navi {
        top:0px;
        position:relative !important;
        position:relative;
    }
    #navi.naviadmin {
        height:300px;
    }
    #navi ul {
        width:100%;
    }
    #navi ul li {
        width:100%;
        height:50px;
        background-image:url(../img/pfeil.svg);
        background-repeat:no-repeat;
        background-size:64px 32px;
        background-position:right center;
        border-bottom: 1px solid #fff;
    }
    #navi ul li:first-child {
        margin-left:0px;
    }
    #navi ul li:last-child {
        border-bottom: none;
    }
    #navi ul li a span {
        padding:0px 20px;
    }

    #headerbild {
        height:360px;
    }
    #headerbild .text {
        max-width: 696px;
    }
    #headerbild .text img {
        height: 360px;
        margin-left: 60px;
    }

    #headerbild .text h2 {
        font-size: 40px;
        margin-right: 60px;
    }
    #headerbild .text h2 span:nth-child(1) { text-indent: -150px;}
    #headerbild .text h2 span:nth-child(2) { text-indent: -100px;}
    #headerbild .text h2 span:nth-child(3) { text-indent: -50px;}

    #navi ul li span {
      padding: 0 24px;
    }
    #content {
        padding: 20px 0 30px 0;
    }

    .section {
        padding:20px 20px;
    }

    /* Startseite */
    /* Linke Spalte */
    .index ul li:first-child {
        width:100%;
        margin-right:0px;
        margin-bottom: 32px;
    }

    /* Rechte Spalte */
    .index ul li:last-child {
        width:100%;
        max-width:100%;
    }
    .index ul li:first-child .text {
        width:100%;
        position: relative;
        width: 100%;
        max-width: 528px;
        margin-left: auto;
        margin-right: auto;
    }
    .index ul li:last-child .bild {
        width:100%;
        position: relative;
        width: 100%;
        max-width: 528px;
        margin-left: auto;
        margin-right: auto;
    }

  	.team {
  		margin-bottom: -40px;
  	}
  	.teambox {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .leistungen .box h3,
    .leistungen .box ul {
        margin-left:0px;
    }
    .therapie {
        margin-bottom: 32px;
    }

    .admin {
        margin-top:0px;
    }

    .team ul {
        padding: 0px 20px;
    }
    .team ul li:nth-child(odd) {
        width:100%;
        max-width:100%;
        margin-right: 0px;
    }
    .team ul li:nth-child(even) {
        width:100%;
    }
    .team ul li:nth-child(odd) .bild {
        width:100%;
        position: relative;
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom:40px;
    }
    .team ul li:nth-child(odd) .bild img {
      max-width:300px;
      float: none;
    }
    .team ul li:nth-child(even) .text {
        width:100%;
        position: relative;
        width: 100%;
        max-width: 528px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom:10px;
    }
    .team .teambox:nth-child(2) ul li:nth-child(odd) .bild {
        height: 0px;
        margin-bottom: 0px;
    }
    .bilderblock li {
        width:50%;
    }

    .zweispalten li {
        width:100%;
        margin-bottom:32px;
    }
    .zweispalten li img {
        margin-bottom:0px;
    }
    .zweispalten li:nth-child(odd) {
        margin-right:0px;
    }
    .zweispalten li:last-child,
    .leistungen .zweispalten li {
        margin-bottom:0px;
    }

    .zweispalten li p,
    .zweispalten li ul {
        margin-right:0px;
    }
    .zweispalten li .text,
    .therapien h4 {
        width:100%;
        position: relative;
        max-width: 528px;
        margin-left: auto;
        margin-right: auto;
    }
    .zweispalten li .bild {
        width:100%;
        position: relative;
        max-width: 528px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom:32px;
    }
    .zweispalten li ul li {
        width: 100%;
        margin-bottom: 8px;
    }

    .leistungen .box {
        margin-top:32px;
        margin-bottom:24px;
    }
    .leistungen .box:nth-child(2) {
        margin-top:32px;
    }
    .leistungen .zweispalten li ul li {
        width: 100%;
        margin-bottom: 8px;
    }
    .therapien .zweispalten li:nth-child(odd) {
        margin-bottom: 0px;
    }
    .therapien .zweispalten li:nth-child(odd) ul li,
    .therapien .zweispalten li:nth-child(even) ul li {
        width: 100%;
        margin-bottom: 8px;
    }
    .therapien .bilderblock {
        width:100%;
        position: relative;
        max-width: 528px;
        margin-left: auto;
        margin-right: auto;
    }
    .therapien .bilder li {
        width:calc(50% - 10px);
        max-width:254px;
        margin-right:20px;
    }
    .therapien .bilder li:nth-child(1){
        margin-bottom: 20px;
    }
    .therapien .bilder li:nth-child(2){
        margin-right:0px;
        margin-bottom: 20px;
    }
    .therapien .zweispalten li:nth-child(odd) ul li:last-child,
    .therapien .zweispalten li:nth-child(even) ul li:last-child {
        margin-bottom: 0px;
    }

	.impressum .zweispalten li {
        width:100%;
    }
    .impressum .zweispalten li:nth-child(odd) {
        margin-right:0px;
    }
    .impressum .zweispalten li:last-child {
        margin-bottom:0px;
    }
    .impressum .zweispalten li ul li {
        width:calc(100% - 16px);
        list-style-type:disc;
        margin-left:16px;
        margin-bottom:8px;
    }
    .impressum .zweispalten li p,
    .impressum .zweispalten li ul {
        margin-right:0px;
    }

    .kontakt .eingabeformular li:nth-child(odd) {
        margin-bottom: 8px;
    }

    #footerbox {
      max-width: 528px;
      padding:28px 0px;
    }
    #footer .footerkontakt li {
      width: calc(100% - 216px);
      margin-bottom:20px;
    }
    #footer .footerkontakt li:nth-child(2),
    #footer .footerkontakt li:nth-child(4) {
      width: 216px;
    }
    #footer .footerkontakt li:nth-child(3) {
      clear: left;
    }
    #footer .footerkontakt li:nth-child(3),
    #footer .footerkontakt li:nth-child(4) {
      margin-bottom:0px;
    }
}

@media (max-width: 767px) {
    /* Smartphone Querformat */

    h1 {
        font-size: 24px;
        line-height:30px;
        margin-bottom: 32px;
    }
    h3 {
        font-size:16px;
        line-height:21px;
    }

    #headerbild {
        margin-top:0px;
        height:240px;
    }
    #headerbild .text {
        max-width: 528px;
    }
    #headerbild .text img {
        height: 240px;
        margin-left: 40px;
    }

    #headerbild .text h2 {
        font-size: 28px;
        margin-right: 40px;
    }

    #content {
        margin-top:0px;
    }
    #content.index {
        margin-top:0px;
    }

    .team h1 {
        margin-bottom: 32px;
        padding: 0px 20px;
     }
    .teambox {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .therapie {
        margin-bottom: 40px;
    }

    #karte {
        margin-top:0px
    }

    .index .eingabeformular li:nth-child(odd) {
        width: 100%;
        margin-right: 0px;
        margin-bottom:8px;
    }
    .kontakt .eingabeformular li:nth-child(odd) {
        width:100%;
        margin-right:0px;
    }
    .kontakt .eingabeformular li:nth-child(even) {
        width:100%;
        margin-left:0px;
    }

    #footerbox {
        padding:20px;
    }
}

@media (max-width: 567px) {
    /* Smartphone Querformat, kleines Display */

    h1 {
        margin-bottom: 24px;
    }

    #menuebutton {
        position:absolute;
        top:10px;
        right:5px;
        width:60px;
        height:60px;
        background-image:url(../img/menue.svg);
        background-repeat:no-repeat;
        background-size:30px 30px;
        background-position:center center;
        text-transform:uppercase;
    }

    #navi ul li span {
        padding:0px 20px;
    }

    #headerbild {
        height:200px;
    }
    #headerbild .text img {
        height:200px;
    }
    #headerbild .text h2 {
        font-size: 24px;
    }

    #content {
        padding: 10px 0 30px 0;
    }

    .leistungen .box h3{
        margin-top:0px;
    }
    .leistungen .box h3,
    .leistungen .box ul {
        margin-left:0px;
    }
}

@media (max-width: 479px) {
    /* Smartphone Hochformat */

    #banner {
        height:80px;
        padding-top:20px;
    }
    #banner .slogan {
        position: relative;
        background-size: 25px 36px;
        top: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        width:238px;
        height:40px;
        margin-left: auto;
        margin-right:auto;
        font-size: 18px;
        line-height: 20px;
        text-indent:0px;
        padding-left: 35px;
    }

    #headerbild {
        height:160px;
    }
    #headerbild .text img {
        height:160px;
    }
    #headerbild .text h2 {
        font-size: 20px;
    }
    #headerbild .text h2 span:nth-child(1) { text-indent: -96px;}
    #headerbild .text h2 span:nth-child(2) { text-indent: -64px;}
    #headerbild .text h2 span:nth-child(3) { text-indent: -32px;}

    .team ul li:nth-child(even) .text {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    #footer .footerkontakt li {
        width: 100%;
        margin-bottom:20px;
    }
    #footer .footerkontakt li:nth-child(2),
    #footer .footerkontakt li:nth-child(4) {
      width: 100%;
    }
    #footer .footerkontakt li:nth-child(3) {
        margin-bottom:20px;
    }
    #footer .footerkontakt li:nth-child(4) {
        margin-bottom:10px;
    }
}

@media (max-width: 374px) {
    /* Smartphone Hochformat, kleines Display */

    h1 {
        font-size:22px;
        line-height:26px;
    }
}
@media (max-width: 320px) {
    /* Smartphone Hochformat, kleines Display */
    #headerbild {
        height: 150px;
    }
    #headerbild .text img {
        height: 140px;
        margin-top: 10px;
        margin-left: 24px;
    }
    #headerbild .text h2 {
        font-size: 18px;
        margin-right: 24px;
    }
    #headerbild .text h2 span:nth-child(1) { text-indent: -96px;}
    #headerbild .text h2 span:nth-child(2) { text-indent: -64px;}
    #headerbild .text h2 span:nth-child(3) { text-indent: -32px;}
}
