html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-display: optional;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v29-latin-300.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/roboto-v29-latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v29-latin-300.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/roboto-v29-latin-300.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-v29-latin-300.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-v29-latin-300.svg#Roboto') format('svg');
    /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-display: optional;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v29-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v29-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/roboto-v29-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-v29-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-v29-latin-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-display: optional;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v29-latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/roboto-v29-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v29-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/roboto-v29-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-v29-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-v29-latin-700.svg#Roboto') format('svg');
    /* Legacy iOS */
}


* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cleaner {
    clear: both;
}

body {
    color: #606060;
    font: 400 14px/21px 'Roboto', sans-serif;
}

.content p {
    font: 400 14px/21px 'Roboto', sans-serif;
}

header {
    position: relative;
}

img.logo {
    position: absolute;
    top: 4%;
    left: 4%;
    width: 25%;
    height: auto;
}

img.head {
    width: 100%;
    height: auto;
    display: block;
}

img.head-res {
    display: none;
}

#praxis {
    background: url(../images/praxis-bg-min.jpg) repeat-y;
    background-size: contain;
    padding-bottom: 100px;
}

.webp #praxis {
    background: url(../images/webp/praxis-bg-min.webp) repeat-y;
}

.no-webp #praxis {
        background: url(../images/praxis-bg-min.jpg) repeat-y;
}

.einleitung {
    width: 60%;
    float: left;
    color: #fff;
    padding: 4%;
}

.icons {
    width: 40%;
    float: left;
    padding: 4%;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

p {
    margin-bottom: 15px;
}

strong {
    font-weight: 700;
}

h1,
h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

h2,
h4 {
    font-size: 25px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 30px;
}

.box {
    width: 50%;
    float: left;
    margin-bottom: 50px;
}

.icon {
    font-size: 35px;
    color: #23536a;
    margin-bottom: 20px;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 80%;
    padding: 0;
    margin: -100px 10% 0 10%;
}

.rslides li {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;    
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

#team h3,
footer h3,
.zielverweis h2 {
    color: #007a7a;
}

h6 {
    font-weight: 700;
    color: #3b8ab0;
}

h5 {
    color: #3b8ab0;
    font-size: 20px;
    padding: 20px 0;
}

footer p a {
    color: #3b8ab0;
    text-decoration: none;
}

#team {
    padding: 8% 0;
}

.inhalt {
    margin: 0 15% 0 20%;
}

.anfahrt {
    width: 40%;
    float: left;
}

.anfahrt img {
    width: 100%;
    height: auto;
    display: block;
}

.leistung {
    width: 60%;
    float: left;
    background: #3b8ab0;
    padding: 8% 4%;
    color: #fff;
}

ul.list {
    width: 30%;
    float: left;
}

ul.list li {
    background: url(../images/list-min.png) no-repeat left top;
    padding-left: 20px;
    margin-bottom: 10px;
}

img.puffer {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 50px;
}

footer {
    padding: 4%;
}

article {
    width: 50%;
    float: left;
}

.col1 {
    padding-right: 3%;
}

.col2 {
    padding-left: 3%;
}

nav.main {
    width: 2%;
    position: absolute;
    right: 4%;
    top: 4%;
    z-index: 9;
}

nav.main img {
    width: 100%;
    height: auto;
    display: block;
}

.sidenav {
    display: block;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    background-color: #3b8ab0;
    ;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 15px;
}

.sidenav a {
    padding: 5%;
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase
}

.sidenav a:hover,
.offcanvas a:focus {
    color: #007a7a;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    overflow: scroll;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    width: 70%;
    position: relative;
    transition: all 2s ease-in-out;
    background: #3b8ab0;
    color: #fff;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}

#hierhin {
    width: 0;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
}

nav.sub a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

nav.sub {
    position: absolute;
    text-align: right;
    right: 4%;
    top: 10%;
}

.icons a {
    color: #fff;
    text-decoration: none;
}

.vorstellung {
    margin-top: 100px;
}

img.pfoten {
    width: 20%;
    float: left;
}

.detail {
    width: 40%;
    float: left;
    border: 5px solid #3b8ab0;
    padding: 2%;
}

.pics {
    width: 40%;
    float: left;
}

.zielverweis.hide {
    display: none;
}

.pics img {
    width: 46%;
    float: left;
    margin: 0 1% 2% 1%;
}

.zielverweis ul li {
    list-style: disc;
    margin-left: 15px;
}

img.up {
    position: fixed;
    right: 2%;
    bottom: 2%;
}

img,
figure {
    pointer-events: none;
}

.notsafe {
    pointer-events: auto !important;
}

.aktiv {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.info {
    background: #28779d;
    padding: 35px 15px 15px 15px;
    display: inline-block;
}


@media screen and (max-width: 1200px) {
    img.logo {
        width: 30%;
    }
}

@media screen and (max-width: 900px) {
    img.logo {
        width: 35%;
    }

    nav.main {
        width: 4%;
    }

    nav.sub {
        top: 15%;
    }

    h1,
    h3 {
        font-size: 25px;
    }

    h2,
    h4 {
        font-size: 20px;
        line-height: 25px;
    }

    .icons {
        font-size: 15px;
    }

    ul.list {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 768px) {
    img.logo {
        width: 40%;
    }

    .icons {
        font-size: 12px;
    }

    .vorstellung {
        margin-top: 50px;
    }
}

@media screen and (max-width: 600px) {
    img.logo {
        width: 50%;
    }

    h1,
    h3 {
        line-height: 30px;
    }

    .box {
        width: 100%;
        float: none;
    }

    .inhalt {
        margin: 0 4% 0 4%;
    }

    .rslides {
        width: 92%;
        margin: -100px 4% 0 4%;
    }

    img.pfoten {
        display: none;
    }

    .detail,
    .pics {
        width: 50%;
    }
}

@media screen and (max-width: 450px) {
    img.logo {
        width: 60%;
        left: 20%;
    }

    nav.main {
        width: 6%;
        top: 30%;
    }

    nav.sub {
        top: 40%;
    }

    .einleitung,
    .icons {
        width: 100%;
        float: none;
    }

    #praxis {
        background: none;
        padding-bottom: 4%;
    }

    .einleitung {
        background: #007a7a;
    }

    .icons {
        background: #3b8ab0;
        padding-top: 15%;
    }

    .box {
        width: 50%;
        float: left;
    }

    img.head {
        display: none;
    }

    img.head-res {
        width: 100%;
        height: auto;
        display: block;
    }

    .rslides {
        width: 100%;
        margin: 0 0 0 0;
    }

    .detail {
        width: 80%;
    }

    .pics {
        width: 20%;
    }

    .pics img {
        width: 100%;
        float: none;
        margin: 0 0 2% 0;
    }

    .anfahrt,
    article {
        width: 100%;
        float: none;
    }

    .leistung {
        width: 100%;
        float: none;
        padding: 4% 4%;
    }

    .col1 {
        padding-right: 0;
    }

    .col2 {
        padding-left: 0;
    }

    img.up {
        display: none;
    }
}

.dsa-secure-plugin {
    border-radius: 5px;
    position: relative
}

.dsa-secure-plugin .dsa-secure-image {
    width: 100%;
    height: 100%
}

.dsa-secure-plugin {
    font-size: 12px;
    line-height: 16px
}

.dsa-secure-plugin .dsa-buttons {
    width: 90%;
    margin: auto;
    text-align: center
}

.dsa-secure-plugin .dsa-buttons a:nth-of-type(2n) {
    margin-top: 10px
}

.dsa-secure-plugin .undercheck {
    background-color: #fff;
    color: #222 !important;
    border-radius: 5px;
    padding: 4px;
    margin: 8px 50% 16px;
    width: 202px;
    transform: translateX(-50%)
}

.dsa-secure-plugin .check-slide-content {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    margin: auto;
    -webkit-transform: translateY(100%);
    transform: translateY(-50%)
}

.dsa-secure-plugin .dsa-switch {
    position: relative;
    width: 60px;
    height: 34px;
    display: block
}

.dsa-secure-plugin .check-slide {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity .5s linear
}

.dsa-secure-plugin .dsa-secure-plugin input {
    display: none
}

.dsa-secure-plugin iframe {
    width: 100%
}

.dsa-secure-plugin .dsa-switch {
    margin-left: calc(50% - 30px)
}

.dsa-secure-plugin p,
.dsa-secure-plugin p {
    text-align: center;
    font-family: arial;
    padding: 10px 0;
    display: block;
    margin: auto;
    font-weight: 700
}

.dsa-secure-plugin .check-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-min.png);
    color: #000
}

.dsa-secure-plugin .check-slide.hide {
    display: none
}

.dsa-secure-plugin a {
    font-size: 12px;
    text-align: center;
    font-family: arial;
    display: block;
    margin: auto;
    width: calc(100% - 20px);
    max-width: 300px;
    background-color: #cc1417;
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: none;
    color: #fff
}

.dsa-secure-plugin a:hover {
    background-color: #dd171b
}

.dsa-secure-plugin:hover .check-slide,
.dsa-secure-plugin .check-slide:hover {
    visibility: visible;
    opacity: 1;
    visibility: visible;
    opacity: 1
}

.dsa-secure-plugin .dsa-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #000
}

.dsa-secure-plugin .dsa-buttons a:hover {
    color: #fff !important
}

.dsa-secure-plugin .dsa-tooltip .tooltiptext {
    font-size: 12px;
    visibility: hidden;
    width: 100%;
    max-width: 300px;
    background-color: #cc1417;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 0;
    margin-left: 0;
    opacity: 0;
    transition: opacity .3s
}

.dsa-secure-plugin .dsa-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent
}

.dsa-secure-plugin .dsa-tooltip:hover .tooltiptext,
.dsa-tooltip.active .tooltiptext {
    visibility: visible;
    opacity: 1
}

.dsa-secure-plugin .dsa-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    -webkit-transition: .4s;
    transition: .4s
}

.dsa-secure-plugin .dsa-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.dsa-secure-plugin input:checked+.dsa-slider {
    background-color: #cc1417
}

.dsa-secure-plugin input:focus+.dsa-slider {
    box-shadow: 0 0 1px #cc1417
}

.dsa-secure-plugin input:checked+.dsa-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.dsa-secure-plugin .dsa-slider.round {
    border-radius: 34px
}

.dsa-secure-plugin .dsa-slider.round:before {
    border-radius: 50%
}

.dsa-cookie-notice-close:hover {
    background-color: #000
}

.dsa-cookie-notice-close {
    position: absolute;
    display: block;
    height: 20px;
    bottom: 20px;
    width: 20px;
    line-height: 20px;
    right: 5px;
    top: 5px;
    text-decoration: none;
    color: #fff !important;
    background-color: #515151
}

.dsa-cookie-notice {
    font-family: arial;
    font-size: 16px;
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 99999 !important;
    background-color: #3b8bb0;
    margin: auto;
    width: 100%;
    text-align: center;
    color: #fff
}

.dsa-cookie-notice a {
    color: #fbcc00
}

.dsa-cookie-notice.hide {
    display: none
}

.cookie-inner {
    padding: 25px
}

@media (max-width:900px) {

    .dsa-secure-plugin .check-slide,
    .dsa-secure-plugin .check-slide {
        visibility: visible;
        opacity: 1;
        visibility: visible;
        opacity: 1
    }
}
.portrait{
height: auto; 
width:100%; 
max-width:290px;
}

