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;
}

#footer {
    box-sizing: unset !important;
}

#breadcrumbs {
    box-sizing: unset !important;
}

#header {
    box-sizing: unset !important;
}

#address {
    box-sizing: unset !important;
}

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;
}

/* End reset */

/* Layout 8 fixed */


/* Layout 14 flexible */
html,
body {
    margin: 0;
    padding: 0;
    font-family: Verdana, sans-serif;
}

body {
    font-size: 101%;
}

#container {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    margin: 0;
    padding: 0;
    color: #fff;
    height: 185px;
    border-bottom: 1px solid #73899a;
    background-image: url(images/bg_header.gif);
    background-repeat: repeat-x;
}

div#header h1 {
    float: left;
    margin: 50px 0 0 27px;
    width: 550px;
    font-weight: bold;
    font-size: 110%;
}

div#header p {
    float: left;
    ;
    margin: 35px 0 0 0;
    font-weight: bolder;
    font-size: 75%;
    line-height: 120%;
}

div#header p#headerleft {
    width: 250px;
    margin-left: 27px;
    line-height: 135%;
}

div#header p#headerright {
    width: 310px;
    margin-left: 11px;
    line-height: 135%;
}

div#navigation {
    float: left;
    width: 602px;
    margin-top: 25px;
}

ul#navi {
    margin: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    ;
    display: inline;
}

.bold {
    font-weight: bold;
}

.list-with-dots li{
    margin-left: 50px;
    list-style: circle;
    font-size: 100%;
}

.list-without-type li{
    list-style: disc;
    margin-left: 35px;;
    margin-bottom: 5px;
}

.list-with-dots ul{
    margin-left: -50px;
    font-size: 100% !important;
}

.table-costs {
    margin: 0 auto;
    border-collapse: collapse;
}

.table-costs td, th {
    border: 1px solid #6d6d6d;
    text-align: left;
    padding: 8px;
}

ul#navi li,
ul#navi2 li {
    list-style: none;
    display: inline;
    margin: 0 2.0em;
    padding: 0;
    font-size: 10px;
    font-weight: bolder;
}

ul#navi a,
ul#navi2 a {
    text-decoration: none;
    color: #696969;
}

ul#navi a:hover,
ul#navi a[href="#"],
ul#navi2 a:hover,
ul#navi2 a[href="#"] {
    color: #e1825d;
}

ul#navi span,
ul#navi2 span {
    color: #e1825d;
}

ul#navi2 li {
    display: block;
    font-family: Verdana, sans-serif;
    padding: 15px 0 0 0;
}

div#wrapper {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    min-height: 500px;
    margin: 0;
}

div#content {
    min-height: 470px;
    margin: 0 148px 10px 170px;
    font-family: Verdana, sans-serif;
    background-color: #fff;
    background-image: url(images/bg_content.gif);
    background-repeat: repeat-x;
}

div#content.lg {
    background-image: url(images/bg_content_lg.gif);
}

div#content.xlg {
    background-image: url(images/bg_content_xlg.gif);
}

div#content > p > a,
div#content p > a {
    color: #e1825d;
    text-decoration: none;
    font-weight: bolder;
}

div#content > p > a[href="#"] {
    color: #818181;
}

div#content > p > strong,
div#content p > strong {
    font-weight: bolder;
}

div#content th {
    font-weight: bolder;
    text-align: left;
}

div#content td.right {
    text-align: right;
}

div#content dd {
    margin: -16px 0 5px 60px;
}

div#content h1,
div#content h2,
div#content h3,
div#content p,
div#content ul,
div#content table,
div#content dl {
    color: #818181;
    font-size: 75%;
    line-height: 1.4;
    padding: 0 40px 15px 50px;
    text-align: justify;
}

div#content ul {
    padding-left: 27px;
}

div#content h1,
div#content h2 {
    font-weight: bolder;
}

div#content h3 {
    font-weight: bolder;
    padding-bottom: 5px;
}

div#content h2 {
    padding-bottom: 5px;
}

div#navigation2 {
    height: 160px;
    background-color: #fffaf0;
    margin-bottom: 40px;
}




div#address {
    float: left;
    width: 155px;
    padding-right: 15px;
    margin-left: -100%;
    padding-top: 30px;
    color: #73899a;
    font-size: 70%;
    text-align: right;
    line-height: 1.4em;
}

div#address a {
    color: #e1825d;
    ;
    text-decoration: none;
}

div#address a[href^="mailto"] {
    color: #73899a;
    text-decoration: none;
}

div#extra {
    float: left;
    width: 148px;
    margin-left: -148px;
}

div#footer {
    clear: both;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #73899a;
    margin-bottom: 40px;
    padding-top: 5px;
    padding-bottom: 10px;
    color: #818181;
}

div#breadcrumbs {
    float: left;
    width: 55%;
    font-size: 65%;
    padding-bottom: 4px;
    padding-left: 170px;
    height: 20px;
}

div#impressum,
div#datenschutz {
    width: 15%;
    float: right;
    text-align: left;
    font-size: 65%;
    padding-bottom: 4px;
}

div#datenschutz {}

div#impressum a:link,
div#impressum a:visited,
div#datenschutz a:link,
div#datenschutz a:visited,
div#breadcrumbs a:link,
div#breadcrumbs a:visited {
    color: #73899a;
    text-decoration: none;
    padding-bottom: 17px;
}

a:hover,
div#impressum a:hover,
div#datenschutz a:hover,
div#address a:hover,
div#breadcrumbs a:hover,
div#breadcrumbs a[href="#"] {
    color: #e1825d;
}

div#content form {
    margin: 0;
}

div#content form dl {
    width: 100%;
    padding: 0;
}

div#content form dt,
div#content form dd {
    display: block;
    float: left;
    width: 60%;
    height: 25px;
    margin: 0 0 5px 0;
    padding: 0;
}

div#content form dt {
    width: 22%;
    clear: both;
    margin-left: 50px;
    font-weight: bold;
}

div#content form dd {
    float: right;
    margin-right: 20px;
}

div#content form dd.abstand {
    margin-bottom: 19px;
}

div#content form dd.minus {
    margin-top: -10px
}

div#content form dd.abstandlg {
    margin-bottom: 40px;
}

div#content form input {
    margin-right: 7px;
    vertical-align: text-bottom;
}

div#content form input#absenden {
    display: block;
    clear: both;
    margin-left: 47px;
    margin-bottom: 10px;
    font: inherit;
    font-size: 13px;
}

button,
input {
    display: inline-block;
    width: auto;
}

button,
input,
textarea,
.button,
a.button,
select {
    color: #333;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: auto;
    width: auto;
    line-height: 1.5em;
    padding: 0.25em 0.25em;
    text-decoration: none;
}

button,
.button,
a.button {
    padding: 0.25em 1em;
    cursor: pointer;
    color: #ddd;
    text-align: center;
    font-weight: 700;
    background-color: #e1825d;
}

select {
    line-height: 1em;
    padding: 0;
    background: transparent;
}

span.praxisimg img {
    width: 240px;
    height: auto;
}

span.praxisimg figcaption {
    padding-bottom: 7px;
}

#info-text {
    background-color: red;
    color: white;
    padding: 3px;
    margin: 0 auto;
    height: 20px;
}

div#mobile-view {
    display: none;
}


@media screen and (max-device-width: 480px) {
    div#container {
        display: none;
    }

    div#mobile-view {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 1.42857143;
        display: block;
        font-size: 40px;
    }

    div#location-info {
        padding: 20px;
        text-align: center;
        font-size: 50px;
        background-color: #fefaef;
    }

    div#header-mobile {
        font-size: 60px;
        background-color: #ffffff;
        font-weight: bold;
        margin-bottom: 30px;
        height: 300px;
        display: flex;
        justify-content: flex-start;
    }

    div#header-img {
        height: 100%;
        margin-left: 40px;
    }

    div#header-img img {
        height: 100%;
    }

    div#header-txt {
        font-size: 80px;
        font-weight: lighter;
        margin: 50px 0px 0px 50px;
        font-family: Myriad-Pro-Light;

    }

    div#second-header {
        color: white;
        font-family: initial;
        text-align: center;
        font-size: 50px;
        font-weight: bold;
        background-image: url(images/SecondHeaderImg.jpg);
        background-size: cover;
        padding: 140px 80px 140px 80px;
    }

    div#avatar {
        margin: 80px 0px 80px 0px;
        text-align: center;
    }

    div#avatar img {
        border-radius: 50%;
        width: 400px;
        border: 4px solid #b2b2b3;
    }

    div#content-mobile {
        padding: 30px 70px 30px 70px;
    }

    div#content-mobile h3 {
        font-size: 50px;
        font-weight: bold;
    }


    div#content-mobile ul {
        list-style: disc;
        padding-inline-start: 80px;
    }

    div#content-mobile ul ul {
        list-style: circle;
        padding-inline-start: 80px;
    }

    div#content-mobile ul ul ul {
        list-style: none;
        padding-inline-start: 80px;
    }

    div#footer-mobile {
        display: flex;
        background-color: lightgray;
        padding: 20px;
        justify-content: space-around;
    }

    div#contact-buttons {
        position: fixed;
        bottom: 0px;
        height: 150px;
        background-color: #fefaef;
        width: 100%;
        text-align: center;
    }

    div#contact-buttons:after {
        display: table;
    }

    a.contact-button {
        float: left;
        width: 33%;
        color: #337ab7;
        font-size: 60px;
        height: 100%;
        line-height: 140px;
    }

    #form {
        padding: 50px;
    }

    #form input[type=radio] {
        border: 0px;
        width: 100px;
        height: 30px;
    }

    #form input[type=checkbox] {
        border: 0px;
        width: 100px;
        height: 30px;
    }

    #form-mobile {
        padding: 50px;
    }

    #form-mobile input {
        margin-bottom: 40px;
    }

    #form-mobile input[type=radio] {
        border: 0px;
        width: 100px;
        height: 30px;
    }

    #form-mobile input[type=checkbox] {
        border: 0px;
        width: 100px;
        height: 30px;
    }
    
    #mitteilung {
        display: none;
    }

    #speziellerTerminwunsch:checked ~ #mitteilung {
        display: block;
      }

    #form-mobile textarea {
        height: 250px;
        margin-bottom: 40px;
    }

    div#impressum {
        width: 100%;
        padding: 50px;
    }

    div#impressum h1 {
        font-size: 80px;
    }

    div#impressum p {
        font-size: 40px;
        margin-bottom: 50px;
    }

    div#datenschutz {
        width: 100%;
        padding: 50px;
    }

    div#datenschutz h1 {
        font-size: 80px;
        font-weight: bold;
    }

    div#datenschutz h2 {
        font-size: 60px;
        font-weight: bold;
    }

    div#datenschutz h3 {
        font-size: 55px;
        font-weight: bold;
    }

    div#datenschutz p {
        font-size: 40px;
        margin-bottom: 50px;
    }

    div#datenschutz a {
        word-break: break-all;
    }

    ul#images {
        flex-wrap: wrap;
        margin-left: 70px;
        display: flex;
        text-align: center;
    }

    li.image {
        width: 40%;
    }

    ul#images img {
        padding: 10px;
        max-width: 100%;
        height: 260px;
    }
}

@font-face {
    font-family: "Myriad-Pro-Light";
    src: url(fonts/Myriad_Pro_Light.otf) format("truetype");
}
