html, body {
    font-family: "Arial";
    height: 100%;
    width: 100%;
}

a,
a:hover {
    color: #BA120F;
}

#header {
    height: 100%;
}

.mood-pic {
    position: static;
}

@media screen and (min-width: 450px) {
    .neu-patient-container > div {
        width: calc(66% - 10px) !important;
    }
    .neu-patient-container > img {
        width: calc(33% - 10px) !important;
        object-fit: contain;
    }
}

.focuspoint {
    position: relative;
    height: 100%;
    width: 100%;
    max-height: none;
    max-width: none;
    overflow: hidden;
    min-width: 100%;
    min-height: 100%;
    margin: 0;

}

section > div.container{
	padding-top: 20px;
	padding-bottom: 20px;
}

/* navigation */

nav {
    z-index: 10;
    position: fixed;
    left: 0px;
    top: 0px;
}

nav .container-fluid {
    padding: 0px;
}

.navbar-default .navbar-brand {
    color: #4D4D4D;
    text-transform: uppercase;
    background-color: #FFF !important;
    font-weight: bold;
    font-size: 36px;
    letter-spacing: 2px;
    margin-top: 30px;
    height: 120px;
    padding-left: 30px;
}

.navbar {
    position: fixed;
}

.navbar-brand img {
    width: 217px;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    background-color: #FFF;
}

.navbar-default .navbar-nav > li a span,
.navbar-default .navbar-nav > li > span {
    color: #FFF;
    text-transform: uppercase;
    padding-left: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;

}

.navbar-default .navbar-nav > li.active > span {
    color: #4D4D4D;

}

.navbar-nav > li {
    float: none;
    cursor: pointer;
}

#regmark {
    font-size: 14px;
    vertical-align: super;
    margin-left: 2px;
}

#claim {
    font-size: 18px;
    display: block;
    text-transform: none;
    line-height: 20px;
    font-weight: normal;
    margin-top: 14px;
    letter-spacing: normal;

}

.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar-default .navbar-brand:hover {
    background-color: #FFF;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: #C4C4C7;
    font-weight: bold;
}

.navbar-nav li {
    background-color: #BA120F;
    color: #FFF;
    margin: 10px 0px;
}

#zw_navbar {
    clear: both;
    padding: 0px;
    margin-top: 10px;
}

#nav_concept {
    width: 119px;
}

#nav_services {
    width: 173px;
}

#nav_team {
    width: 91px;
}

#nav_news {
    width: 140px;
}

#nav_appointments {
    width: 173px;
}

#nav_contact {
    width: 140px;
}

#nav_language {
    width: 115px;
    padding-left : 15px;
}

#nav_language>a {
	padding : 15px 5px 15px 5px;
}

#nav_language>a:hover {
	background-color : #BA120F;
}

#nav_language a {
    display: inline-block;
}

.first-content-row {
    margin-top: 25px;
}

.highlight-text {
    color: #CC0000;
    font-style: italic;
}

.highlight-text-bold {
    color: #CC0000;
    font-style: italic;
    font-weight: bold;
}

.center-row {
    border-bottom: 2px dotted #C4C4C7;
}

section {
    margin-bottom: 50px;
}

section p {
    line-height: 28px;
}

section h2 {
    color: #4D4D4D;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

section h3 {
    color: #BA120F;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.redicon {
    color: #BA120F;
    cursor: pointer;
}

.redicon-padded {
    float: right;
    line-height: 40px;
    color: #BA120F;

}

.clickableheadline {
    cursor: pointer;
}

.redicon-title {
    color: #BA120F;
    cursor: pointer;
    float: right;
}

li {
    color: #BA120F;
}

li > span {
    color: #4D4D4D;
    line-height: 40px;

}

.room-tour {
    padding-bottom: 20px;

}

.invis1 {
    position: absolute;
    top: 478px;
    left: 600px;
}

.calcRow {
    margin-top: 15px;
}

.calcSeparator {
    border-bottom: 1px #000 solid;
    height: 80px;
}
.calcSeparator.invisalign {
    height: 85px;
}

.calcTitle {
    color: #BA120F;
}

.footnotes {
  text-align: justify;
}

.mood-text {
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: 20%;
    right: 4%;
    text-transform: uppercase;
    color: #666666;
    width: 28%;
    text-align: right;
    letter-spacing: 2px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;

}

.nav .active {
    background-color: #9C9C9C;
}

.room-tour-image img {
    margin: 3px 2px 2px 0;
}

#mood-spacer {
    background-color: #FFF;
    width: 100%;
    height: 30px;
    position: fixed;
    top: 210px;
    left: 0px;
    z-index: 6;
    display: none;
}

#teamlist {
    margin-top: 36px;
    margin-bottom: 36px;
}

.teammember {
    width: 135px;
    display: inline-block;
    margin-bottom: 22px;
    height: 188px;
    vertical-align: top;
}

.teammember p,
.teammember-two-col p {
    line-height: 14px;
    margin: 5px 0px;
}

.teammember-two-col {
    width: 275px;
    display: inline-block;
    margin-bottom: 15px;
}

.image-caption {
    display: none;
}

.partner-name {
    color: #BA120F;
    line-height: normal;
}

.partner-address {
    color: #666666;
    line-height: normal;
}

.partnerlisting li {
    margin-bottom: 15px;
}

#impressum {
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: #FFF;
    padding: 5px 10px;
    z-index: 1000;
}#datenschutz {
     position: fixed;
     bottom: 0;
     left: 85px;
     padding: 5px 10px;
     background-color: white;
    z-index: 1000;
}
#barrierefreiheit{
	position: fixed;
    bottom: 0;
    left: 180px;
    padding: 5px 10px;
    background-color: white;
    z-index: 1000;
	}

#impressumModal h2 ,
#datenschutzModal h2 {
    font-size: 20px;
    color: #BA120F;
}
#impressumModal h2.modal-title,
#datenschutzModal h2.modal-title{
    font-size: 24px ;
    color: black;
}
#datenschutzModal h3 {
    font-size: 18px;
    color: #BA120F;
}

.rmark {
    font-size: 14px;
    position: relative;
    top: -4px;
}

.navbar-toggle {
    background-color: #BA120F !important;
    border-radius: 0;
    margin-top: 30px;
    margin-left: 5px;
}

.room-tour-image-tripple-width img {
    width: 552px;
}

.room-tour-image-double-width img {
    width: 366px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

@media (max-width: 991px) {

    #zw_navbar {
        width: 267px;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse,
    .navbar-collapse.collapsing {
        margin-top: 10px !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.in,
    .navbar-collapse.collapsing {
        display: inline-block !important;
        margin-top: 10px !important;

    }
}

@media (max-width: 1400px) {

    .legal-page #zw_navbar {
        width: 267px;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .legal-page .navbar-collapse.collapse {
        display: none !important;
    }

    .legal-page .navbar-collapse,
    .legal-page .navbar-collapse.collapsing {
        margin-top: 10px !important;
    }

    .legal-page .navbar-toggle {
        display: block;
    }

    .legal-page .navbar-collapse.in,
    .legal-page .navbar-collapse.collapsing {
        display: inline-block !important;
        margin-top: 10px !important;

    }
}

.mood-badge-band-small {
    display: none;
}

.mood-badge-band {
    /* background-color: rgba(255,255,255,0.8);*/
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 10px;
}

.mood-badge-band .mood-siegel{
    margin: 0 5px;
}

.mood-badge-band .mood-siegel.double{
    text-align: center;
}

.mood-badge-band .mood-siegel.double > div{
		margin: 0 15px 15px;
	}

#blue-safety img{
    width: 100px;
    height: auto;
}

#lufthansa-badge img {
    width: 250px;
}

@media only screen and (max-width: 1200px){
    .mood-badge-band {
        position: relative;
        top: 100%;
        height: 500px;
        background-color: lightgrey;
        justify-content: center;
        align-items: flex-start;
    }
    #mood_concept{
        margin-bottom: 500px;
    }
    .mood-badge-band .mood-siegel{
        margin: 10px 0;
        display: flex;
        justify-content: center;
        width: 33.3%;
    }

	.mood-badge-band .mood-siegel.double{
		flex-direction: column;
	}
	

    .mood-badge-band .mood-siegel img{
        max-width: 100%;
    }
}

@media only screen and (max-width: 800px){
    .mood-badge-band {
        background-color: lightgrey;
		height: 700px;
    }
	#mood_concept{
        margin-bottom: 700px;
    }
    .mood-badge-band .mood-siegel{
        margin: 10px;
        width: auto;
    }
}

@media only screen and (max-width: 650px){
    .mood-badge-band {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        height: 900px;
        padding-bottom: 10px;
    }
    #mood_concept{
        margin-bottom: 900px;
    }
}


#side-fb {
    position: absolute;
    top: 50px;
    width: 166px;
    height: 300px;
}

.lf_side {
    display: block;
}

.sf_side {
    display: none;
}

@media (max-width: 480px) {
    .navbar-toggle {
        margin-top: 0px;
        margin-top: 10px;
    }

    .navbar-default .navbar-brand {
        margin-top: 0px;
        height: 90px;
    }

    .navbar-brand img {
        width: 185px;
    }

    #claim {
        font-size: 13px;
        line-height: 15px;
        margin-top: 5px;
    }

    #zw_navbar {
        width: 100%;
        background-color: white;
        margin-top: 0px !important;
        border-bottom: 1px solid #BA120F;
    }

    .navbar {
        width: 100%;
    }

    .container-fluid > .navbar-header {
        background-color: white;
        border-bottom: 1px solid lightgray;
    }

    #nav_concept {
        width: 300px;
    }

    #nav_services {
        width: 380px;
    }

    #nav_team {
        width: 335px;
    }

    #nav_news {
        width: 313px;
    }

    #nav_appointments {
        width: 355px;
    }

    #nav_contact {
        width: 281px;
    }

    #room-tour .room-tour-image img {
        width: 90px;
    }

    #room-tour .room-tour-image.room-tour-image-tripple-width img {
        width: 282px;
    }

    #room-tour .room-tour-image.room-tour-image-double-width img {
        width: 186px;
    }

    #concept .mood-text {
        position: absolute;
        left: 0;
        top: 90%;
        text-transform: uppercase;
        color: #666666;
        width: 100%;
        text-align: right;
        /* letter-spacing: 2px; */
        font-size: 16px;
        text-align: right;
        font-weight: bold;
        padding: 5px;
        background: rgba(255, 255, 255, 0.8);
    }

    #services .mood-text {
        position: absolute;
        left: 0;
        top: 80%;
        color: #666666;
        width: 100%;
        font-size: 14px;
        text-align: right;
        padding: 5px;
        background: rgba(255, 255, 255, 0.8);
    }

    .mood-text p {
        line-height: 20px;
    }

    #team .mood-text {
        position: absolute;
        left: 0;
        top: 84%;
        color: #666666;
        width: 100%;
        text-align: right;
        font-size: 14px;
        text-align: right;
        padding: 5px;
        background: rgba(255, 255, 255, 0.8);
    }

    #news .mood-text {
        position: absolute;
        left: 0;
        top: 84%;
        color: #666666;
        width: 100%;
        text-align: right;
        font-size: 14px;
        text-align: right;
        padding: 5px;
        background: rgba(255, 255, 255, 0.8);
    }

    #appointments .mood-text {
        position: absolute;
        left: 0;
        top: 85%;
        color: #666666;
        width: 100%;
        text-align: right;
        font-size: 14px;
        text-align: right;
        padding: 5px;
        background: rgba(255, 255, 255, 0.8);
    }

    #contact .mood-text {
        position: absolute;
        left: 0;
        top: 85%;
        color: #666666;
        width: 100%;
        text-align: right;
        font-size: 14px;
        text-align: right;
        padding: 5px;
        background: rgba(255, 255, 255, 0.8);
    }


    #jameda-badge-band {
        float: none;
    }

    #docbewertung-badge {
        float: none;
        margin-top: 8px;

    }

    #thanksdoc-badge {
        float: none;
        margin-top: 0px;
    }

    #side-fb {
        width: 100%;
        padding: 15px;
        float: none;
        position: static;
        width: 100%;
        height: auto;
    }

    #hlbehandlung {
        font-size: 15px;
    }

    #drb {
        text-align: center;
    }

    #drb img {
        padding-bottom: 10px;
    }

    #teamlist {
        text-align: center;
    }


    .lf_side {
        display: none;
    }

    .sf_side {
        display: block;
        margin-bottom: 15px;
    }


}

@media (max-width: 1024px) {
    .mood-pic-spacer {
        display: none;
    }
}


.navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-nav {
    margin: 10px 0px
}

.container-fluid > .navbar-collapse {
    margin: 10px 0;
}

.fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe {
    width: 100% !important;
}

.legal-iframe{
	width: 100%;
	min-height: 80vh;
	overflow-x: hidden;
	overflow-y: hidden;
	border: none;
}

/* Consent Manager Styles */

#klaro .cookie-modal{
    z-index: 10000;
}


.iframe-placeholder{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid #BA120F;
    padding: 40px;
    text-align: center;
}

.iframe-placeholder strong{
    font-size: 1.5em;
    color: #BA120F;
    margin: 20px 0 5px;
}

.iframe-placeholder a{
    display: inline-block;
    margin: 20px 0;
    padding: 10px 15px;
    text-decoration: none;
    background: #980400;
    color: #fff;
    transition: all 300ms;
}

#instagallery-iframe{
    max-width: 100%;
    width: 100%;
    height: 380px;
}

@media all and (max-width: 990px){
    #instagallery-iframe{
        height:550px;
    }
}

@media all and (max-width: 800px){
    #instagallery-iframe{
        height:70vw;
    }
}

#instagram-gallery-placeholder a:hover,
#instagram-gallery-placeholder a:focus{
    background: #BA120F;
}

#doctena-placeholder{
    display: none;
}

.social-icons-heading{
	text-align: center;
}

div.social-icons{
	display: flex;
	justify-content: center;
	text-align: center;
}

a.social-icon-link{
	margin: 0 10px;
    padding: 6px;
    display: inline-block;
    border-radius: 2px;
	background: #4D4D4D;
	transition: 300ms;
}

a.social-icon-link:hover,
a.social-icon-link:focus{
	background: #BA120F;