/* Global */

html,
body {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    background: #e1e1e1;
}


a.link_blau {

    text-decoration: none;
    color: #135367;
}

a.link_blau:hover {
    font-weight: bold;
    color: #135367 !important;
}

a.link_blau:active {
    color: #135367;
}

a.link_blau:visited {
    color: #135367;
}


a.link_schwarz {

    text-decoration: none;
    color: #000;
}

a.link_schwarz:hover {
    color: #135367 !important;
}

a.link_schwarz:active {


    color: #000;
}

a.link_schwarz:visited {


    color: #000;
}


a.link_weiss {


    text-decoration: none;
    color: #FFF;
}

a.link_weiss:hover {


    color: #000 !important;
}

a.link_weiss:active {


    color: #FFF;
}

a.link_weiss:visited {


    color: #FFF;
}

a {


    text-decoration: none;
    color: #000;
}

a:hover {
    color: #000;
}

a:active {
    color: #000;
}

a:visited {
    color: #000;
}

/* Global End */


/* Template */

div#main_container {
    min-width: 800px;
    min-height: 100%;
    height: auto;
    max-width: 1189px;
    width: 95%;
    margin: 0 auto;
    box-shadow: -8px 0 12px -8px rgba(0, 0, 0, .3),
    8px 0 12px -8px rgba(0, 0, 0, .3);
}


div#sub_container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;

}

div#logo_doctor {
    width: 100%;
    height: 120px;
    padding-left: 50px;
    vertical-align: middle;
    position: relative;
    background-color: #fff;
    border-top: 10px solid #135367;
    box-sizing: border-box;
}

div#logo_doctor img {
    height: 50px;
    padding-top: 20px;
    width: auto;
}

div#logo_doctor h1 {
    margin-top: 0px;
}

div#navigation {
    height: 35px;
    background-color: #135367;
    position: relative;
    padding-top: 16px;
}

div#bg_slider_01 {
    margin-left: auto;
    margin-right: auto;
    width: 1150px;
    height: 800px;
    position: relative;
    background-image: url(../images/bg_02.jpg);
    background-size: cover;
    z-index: 0;
}

div#bg_slider_02 {
    margin-left: auto;
    margin-right: auto;
    width: 1150px;
    height: 660px;
    position: relative;
    background-image: url(../images/bg_01.jpg);
    background-size: cover;
    visibility: hidden;
    z-index: 1;
}


div#content {

}

.bg-container {
    position: relative;
    overflow: hidden;
}

.bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: opacity 2s ease;
}

.bg1 {
    opacity: 1;
}

.bg2 {
    opacity: 0;
}

.content {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, .85);
    padding: 2rem;
}

div#content_left {
    width: 67%;
    float: left;
}

div#content_right {
    width: 30%;
    min-width: 300px;
    float: right;
}

div#content_right img {
    width: 100%;
    height: auto;
}

div.rightbox {
    padding-left: 10px;
    border-left: 1px solid gray;
}

div#content_right h3 {
    margin-top: 20px;
    font-size: 15px;
}

div#content_right h3 span {
    display: block;
    font-size: 12px;
}

div.clear {
    clear: both;
}


div#footer {
    padding: 25px;
    border-top: 10px solid #135367;
    background: #375c69;
font-size: 16px;
    min-height: 30px;
}

div#footer span {
    line-height: 30px !important;
}

div#footer_navigation {
    float: right;
    width: 200px;
    height: 30px;
    padding-right: 10px;
    margin-right: 90px;
    text-align: right;
    vertical-align: middle;
    position: relative;
}

div#footer_navigation span {
    line-height: 30px !important;
}

/* Template End  */


/* Popup */

div#praxis {
    top: 100px;
    left: 50%;
    margin-left: -270px;
    width: 500px;
    height: 400px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 25px;
    visibility: visible;
    background-color: #fff;
    border: 1px solid #000;
    position: absolute;
    z-index: 600;
    -moz-box-shadow: 3px 3px 3px #999;
    -webkit-box-shadow: 3px 3px 3px #999;
    box-shadow: 3px 3px 3px #999;
}

div#praxis #scrollbox {
    margin-top: -5px;
    overflow: auto;
    width: 100%;
}

div#praxis_close {
    top: -15px;
    right: -30px;
    float: right;
    width: 25px;
    height: 25px;
    position: relative;
}

div#praxis_close a {

    font-size: 16px;
    font-weight: bold;
    color: #000;
}

/* Popup End */


/* Contact */

div#contact {
    width: 100%;
    margin: 0px;
    position: relative;
    margin-bottom: 25px;
}

div#contact fieldset {
    padding: 0px;
    width: 300px;
    border: 0;
}

div#contact fieldset label {


    line-height: 25px;
    color: #000;
}

div#contact fieldset input {
    float: none;
    margin: 0px;
    border: 1px solid #808080;
    height: 18px;
    display: block;
}

div#contact fieldset textarea {
    margin: 0px;
    border: 1px solid #808080;
    display: block;

}

div#contact input#btn {
    display: block;
    cursor: pointer;
    width: 120px;
    height: 23px;
    margin-top: 15px;
    padding-bottom: 1px;
    vertical-align: top;
    background-color: #135367;
    color: #fff;
    border: 0px;
}

div#contact_error {


    font-weight: bold;
    line-height: 25px;
    height: 25px;
    color: #135367;
    text-decoration: none;
}

/* Contact End */


.spacer {
    font-size: 1px;
}


.headline {
    font-weight: bold;
    line-height: 18px;
    color: #135367;
    text-decoration: none;
}

.text_schwarz {

    color: #000;
    text-decoration: none;
}


.text_weiss {


    color: #fff;
    text-decoration: none;
}

.text_blau {
    color: #135367;
    text-decoration: none;
}


#logo_doctor h1 {
    margin: 0;
    padding-top: 20px;
    color: #135367;
}

#logo_doctor h2 {
    margin: 0;
    padding-top: 5px;
    color: #135367;
}


h2 {
    margin-top: 5px;
    font-size: 23px;
}

h3 {
    margin-top: 5px;
    font-size: 23px;
}

h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;

}

h5 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 14px;

}

h2, h3 {
    position: relative;
    padding-bottom: 8px;
}

h2::after,
h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 240px;
    height: 2px;
    background: linear-gradient(90deg, #9f9f9f, transparent);
}

h3::after {
    width: 240px;
    height: 2px;
}

#phone {
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: 380px;
    width: 140px;
    color: #135367;
    text-align: center;
    padding: 7px;
    border: 2px solid #135367;
    height: 40px;
    border-radius: 15px;
}

#phone b {
    display: block;
    font-size: 18px;
}

#phone2 {
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: 45px;
    width: 310px;
    color: #135367;
    text-align: center;
    padding: 7px;
    border: 2px solid #135367;

    border-radius: 15px;
    height: 40px;
}

#phone2 b {
    display: block;
    font-size: 14px;
}

.clearbreak {
    clear: both;
}

.topmargin {
    padding-top: 15px;
}


ul {
    list-style: none;
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
}

.infobox2 {
    padding: 10px;
    border: 1px solid #777;
    margin-right: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
}

.infobox2 img {
    float: left;
    width: 50%;
    margin-right: 15px;
}


.infobox {
    background-color: #EEEEEE;
    padding: 10px;
    padding-left: 20px;
    margin-left: -10px;
    border-left: 10px solid #135367;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
}

.infobox h2, .infobox h3 {
    margin-top: 0;
}


.border {
    border-bottom: 1px solid #135367;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

ul.list2 {
    margin-bottom: 20px;
}

ul.list2 li {
    margin: 0;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-top: 5px;
}

ul.list2 li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 6px;
    display: block;
    width: 4px;
    height: 4px;
    background-color: #135367;
}

ul.list3 li {
    margin: 0;
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
    padding-bottom: 5px;
    margin-left: 10px;
    border-bottom: 1px solid lightblue;
}

ul.list3 li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 9px;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
}

ul.list3 li {
    hyphens: auto;
    -moz-hyphens: inherit;
}

ul.list3 li a {
    color: white;
}

.picture {
    padding: 9px;
    border: 1px solid #777;
    margin-right: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
}


#navigation {
    padding-left: 30px;
}

#nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

#nav li {
    display: flex;
    align-items: center;
}

#nav li:not(:last-child)::after {
    content: "";
    display: block;
    height: 16px;
    width: 1px;
    background: rgba(255, 255, 255, .5);
    margin: 0 15px;
}

#nav a {
    color: #fff;
    text-decoration: none;
    font-size: 16px; /* größer */
    font-weight: 500;
    transition: opacity .2s ease;
}

#nav a:hover {
    opacity: .7;
}

#nav a.active {
    font-weight: 700;
}


#footer_navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

#footer_navigation ul li {
    display: flex;
    align-items: center;
}

#footer_navigation ul li:not(:last-child)::after {
    content: "";
    display: block;
    height: 16px;
    width: 1px;
    background: rgba(255, 255, 255, .5);
    margin: 0 15px;
}

#footer_navigation ul a {
    color: #fff;
    text-decoration: none;
    font-size: 16px; /* größer */
    font-weight: 500;
    transition: opacity .2s ease;
}


table.times {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

table.times td {
    padding: 8px 12px;
    vertical-align: top;
}

table.times tr:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

table.times td:first-child {
    font-weight: 600;
    white-space: nowrap;
    color: #333;
}

table.times td:last-child {
    color: #555;
}

table.times tr:hover {
    background: rgba(0, 0, 0, .03);
}