@import url("cookieconsent.min.css");
* {
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
    height: 100%;
}

img {
    border: none;
}

a {
    color: #005c8b;
}

header {
    height: 150px;
    background-color: #ffffff;
}

.header {
    overflow: hidden;
}

.header img.img-responsive {
    margin-top: 20px;
}

.header a {
    display: block;
}

.navbar-collapse {
    padding: 0;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px dashed #000000;
    border-top: 1px dashed #000000;
}

.newsbox {
    display: block;
    width: 222px;
    height: 173px;
    float: right;
    padding: 20px 60px 0 20px;
    background: url(../img/post-it-web.jpg) no-repeat 0 0;
}

.newsbox p {
    display: block;
    width: 160px;
    font-family: "Times New Roman";
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
}

.slogan {
    font-family: "Times New Roman";
    font-size: 24px;
    line-height: 30px;
    font-style: italic;
}

.main {
    border-bottom: 1px dashed #000000;
    padding-bottom: 30px;
    min-height: 400px;
}

.content {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.8);
    padding: 50px;
    overflow: hidden;
}

.content h1 {
    color: #005387;
}

.content ul {
    margin-left: 1.2em;
}

.haus+.content ul li {
    list-style-image: url(../img/listpunkt_h.png);
}

.gyn+.content ul li {
    list-style-image: url(../img/listpunkt_g.png);
}

.kind+.content ul li {
    list-style-image: url(../img/listpunkt_k.png);
}

.intro {
    min-height: 100px;
    padding: 50px;
    margin-bottom: 15px;
}

.intro h1,
.intro p {
    color: #ffffff;
}

.content .nav-tabs>li>a {
    border-radius: 0;
}

.content ul.nav-tabs {
    margin-left: 0;
    border-bottom: 1px solid #999;
}

.content ul.nav-tabs li a {
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    margin-left: 2px;
}

.haustab>li>a {
    color: #005387;
}

.haustab>li>a:hover,
.haustab>li>a:focus,
.haustab>li.active>a,
.haustab>li.active>a:focus {
    background-color: #005387;
    color: #fff;
}

.kindtab>li>a {
    color: #6aa025;
}

.kindtab>li>a:hover,
.kindtab>li>a:focus,
.kindtab>li.active>a,
.kindtab>li.active>a:focus {
    background-color: #6aa025;
    color: #fff;
}

.gyntab>li>a {
    color: #93127b;
}

.gyntab>li>a:hover,
.gyntab>li>a:focus,
.gyntab>li.active>a,
.gyntab>li.active>a:focus {
    background-color: #93127b;
    color: #fff;
}

.content .tab-pane {
    padding-top: 20px;
}

.kind {
    background-color: #6aa025;
}

.gyn {
    background-color: #93127b;
}

.haus {
    background-color: #005387;
}

.main .col-md-3 {
    padding: 0px;
}

.sprechzeiten h2,
.team h2 {
    font-size: 16px;
    color: #005c8b;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 40px;
}

.sprechzeiten h2:first-child {
    margin-top: 0;
}

.sprechbox div:first-child {
    background-color: #dddedf;
    padding: 10px;
    float: left;
    min-height: 317px;
}

.sprechbox .col-md-5 {
    padding-left: 0;
}

.sprechbox div span {
    width: 100px;
    display: block;
    float: left;
}

.sprechbox div p {
    margin: 5px 0;
}

.sprechbox img {
    height: auto;
}

.team .col-md-4 {
    text-align: center;
    margin-bottom: 20px;
}

.team .col-md-4 img {
    width: 100%;
}

.team .caption {
    background-color: #dddedf;
    padding: 10px;
}

.team .caption span {
    font-style: italic;
}

.linie {
    margin: 30px 0;
    border-top: 1px dashed #999;
}

#textendebox a {
    background-image: url(../img/pfeilh.png);
    background-position: center;
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 20px;
    border: 0;
}

#textendebox a:focus {
    outline: none;
}

#textendebox a.collapsed {
    background-image: url(../img/pfeil.png);
}

.subnavi .fbox {
    display: inline-block;
    width: 142px;
    height: 32px;
    overflow: hidden;
    float: left;
    margin: 10px;
    padding: 0;
}

.subnavi .fbox div {
    display: block;
    padding: 0;
    line-height: 32px;
    transition: margin .4s;
}

.subnavi .leistung:hover .off,
.subnavi .orga:hover .off,
.subnavi .links:hover .off,
.subnavi .kontakt:hover .off {
    margin-top: -35px;
}

.rbox {
    width: 220px;
    height: 100px;
    margin: 0px 0px 5px 5px;
    overflow: hidden;
    padding: 0;
}

.right .kind,
.right .gyn,
.right .haus {
    display: inline-block;
}

.kind .kind-on,
.kind .kind-off,
.gyn .gyn-on,
.gyn .gyn-off,
.haus .haus-on,
.haus .haus-off {
    display: block;
    padding: 0;
    line-height: 100px;
    transition: margin .4s;
}

.kind:hover .kind-off,
.haus:hover .haus-off,
.gyn:hover .gyn-off {
    margin-top: -103px;
}

footer {
    min-height: 200px;
    background-color: #005387;
    border-top: 5px solid #ffffff;
    overflow: hidden;
}

.footer {
    margin: 30px auto;
}

.footer .fbox {
    display: inline-block;
    width: 140px;
    height: 40px;
    overflow: hidden;
    float: left;
    margin: 10px;
    padding: 0;
}

.footer .fbox div {
    display: block;
    padding: 0;
    line-height: 40px;
    transition: margin .4s;
}

.not:hover .off,
.rezept:hover .off,
.ueberw:hover .off,
.termin:hover .off,
.kontakt:hover .off {
    margin-top: -50px;
}


/* *** Formulare *** */

.formular {
    padding: 0px;
}

.formular .col-sm-6,
.formular .col-sm-12 {
    padding: 0 6px;
}

.formular input,
.formular textarea {
    background-color: #dddedf;
    border-radius: 0px;
    color: #000000;
    border: 0;
}

.form-control::-moz-placeholder {
    color: #999999;
}

.form-group {
    margin: 0;
}

.radio-inline {
    background-color: #dddedf;
    color: #999999;
    width: 235px;
    padding: 20px;
    height: 60px;
    margin-bottom: 10px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"] {
    margin-left: 0px;
    position: relative;
}

.formular .sendenbtn,
.formular .sendenbtn .off,
.formular .sendenbtn .on {
    display: block;
    width: 196px;
    height: 35px;
    transition: margin .4s;
    border: 0;
    overflow: hidden;
    float: right;
}

.formular .sendenbtn:hover .off {
    margin-top: -38px;
}


/* Menü ****/

.dropdown-menu>li {
    position: relative;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display: none;
    margin-top: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: #fff;
    box-shadow: none;
}

.right-caret:after {
    content: "";
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid orange;
    display: inline-block;
    height: 0;
    opacity: 0.8;
    vertical-align: middle;
    width: 0;
    margin-left: 5px;
}

.left-caret:after {
    content: "";
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-right: 4px solid orange;
    display: inline-block;
    height: 0;
    opacity: 0.8;
    vertical-align: middle;
    width: 0;
    margin-left: 5px;
}

@media (max-width: 767px) {
    .newsbox {
        display: none;
    }
}

@media (max-width: 480px) {}

.haus+.content ul.timeline li {
    list-style-type: none !important;
    list-style-image: none;
}

.timeline {
    list-style: none !important;
    padding: 20px 0 20px;
    position: relative;
}

.timeline.historie:before {
    top: 40px;
    bottom: 45px;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: #005c8b;
    left: 15px;
    margin-left: -1.5px;
}

.timeline>li {
    list-style-type: none !important;
    margin-bottom: 20px;
    position: relative;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: 80%;

    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline>li>.timeline-badge {
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 20px;
    font-weight: bold;
    font-size: 1.0em;
    padding-top: 30px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 0;
    margin-left: -25px;
    background-color: #787878;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline>li>.timeline-badge-hgp {
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 20px;
    font-weight: bold;
    font-size: 1.0em;
    padding-top: 30px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 0;
    margin-left: -25px;
    background-color: #005c8b;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}


.timeline>li>.timeline-badge-kap {
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 20px;
    font-weight: bold;
    font-size: 1.0em;
    padding-top: 30px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 0;
    margin-left: -25px;
    background-color: #69a024;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline>li>.timeline-badge-gp {
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 20px;
    font-weight: bold;
    font-size: 1.0em;
    padding-top: 30px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 0;
    margin-left: -25px;
    background-color: #93117a;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}


.timeline.historie>li>.timeline-badge {
    padding-top: 15px;
}

.timeline.historie>li>.timeline-badge-hgp {
    padding-top: 15px;
}

.timeline.historie>li>.timeline-badge-kap {
    padding-top: 15px;
}

.timeline.historie>li>.timeline-badge-gp {
    padding-top: 15px;
}


.timeline>li.timeline-inverted>.timeline-panel {
    margin-left: 80px;
    margin-top: 15px;
    background: #ccc;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;
}

.timeline-body>p+p {
    margin-top: 5px;
}

/*for Doctolib button*/
@media(max-width: 1200px){
  footer > .container {
    padding-bottom: 150px;
  }
}