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

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size:100%;
    font-family: 'Roboto', sans-serif;
    scroll-behavior: smooth;
}

body {
    font-size: 100%;
    color:#4d4d4d;
    background-color: #ffffff;
    font-weight:300;
}

a, a:link, a:visited, a:active {
    color: #009cd8;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
a:hover {
    color: #005a8c;
}

p {
    line-height:1.6rem;
    margin-bottom: 18px;
    font-size:1rem;
}

p.headline {
    font-size:1.4rem;
}
p.bigfont {
    font-size:1.6rem;
    line-height:2.2rem;
}
p.mediumfont {
    font-size:1.3rem;
    line-height:2rem;
}
p.smallfont {
    font-size:0.9rem;
    line-height:1.3rem;
}
span.spanindent {
    margin-left:20px;
}
span.bluefont {
    color:#199cd8;
}
.right {
    float:right;
}
.align-right, .text-right {
    text-align: right;
}

b, bold, strong {
    font-weight:600;
}
em {
    font-style:italic;
}

img {
    width: 100%;
    height:auto;
}


/* Header */
.headermx {
    margin-left: 5rem;
    margin-right: 5rem;
}
.dropDownMenu > li {
    margin-left:2rem;
}
@media only screen and (min-width: 1px) and (max-width: 1650px) {
    .headermx {
        margin-left: 4rem;
        margin-right: 4rem;
    }
    .dropDownMenu > li {
        margin-left:1.5rem;
    }

}
@media only screen and (min-width: 1px) and (max-width: 1550px) {
    .headermx {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }
    .dropDownMenu > li {
        margin-left:1rem;
    }

}

@media only screen and (min-width: 1px) and (max-width: 1470px) {
    .headermx {
        margin-left: 3rem;
        margin-right: 3rem;
    }
    .dropDownMenu > li {
        margin-left:0rem;
    }
}
@media only screen and (min-width: 1px) and (max-width: 1330px) {
    .headermx {
        margin-left: 0rem;
        margin-right: 0rem;
    }

}


/* img hover
--------------------------------------------------------------------------------------- */
figure, .news-image {
    display: inline-block;
    transition: all 0.3s ease 0s;
    position:relative;
}
figure a img, .news-image a img {
    display: block;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease 0s;
}
figure a:hover, .news-image a:hover {
    background: #fff none repeat scroll 0 0;
}
figure a:hover img, .news-image a:hover img {
    opacity: 0.5;
}

button {
    border:0px;
    background:transparent;
}

.clear{
    clear:both
}

input {
    font-family: sans-serif;
    font-size: 1rem;
}

input[type="search"]::-ms-clear {
    display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

blockquote {
    margin: 30px 0 30px 80px;
    position: relative;
}

blockquote:before {
    content: ',,';
    letter-spacing: -15px;
    position: absolute;
    font-size: 180px;
    opacity: 1;
    font-family: 'Times New Roman';
    top: -145px;
    left: -90px;
    color:#005a8c;
}

/* Liste */
.content .spacer .row ul {
    margin-bottom:18px;
}
.content .spacer .row ul li,
.standorte .standort-content ul li, .standorte .standort-content ul li p {
    padding-left:20px;
    list-style: none;
    position: relative;
    line-height:1.8rem;
    margin:0px;
}

.content .spacer .row ol {
    margin-bottom:18px;
}
.content .spacer .row ol li {
    list-style: decimal;
    line-height:1.8rem;
    margin:0px;
    margin-left:1rem;
}

.content .spacer .row ul.checklist li {
    padding-left:25px;
}

.content .spacer .row ul li:before,
.standorte .standort-content ul li:before {
    content: "■";
    width: 35px;
    height: 5px;
    display: block;
    position: absolute;
    top:14px;
    left: 0;
    font-size: 1rem;
    color: #009cd8;
    font-weight:900;
    font-style:normal;
    line-height:0rem;
}

sup {
    line-height:0rem;
}

.content .spacer .row ul.checklist li:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    width: 35px;
    height: 26px;
    display: block;
    position: absolute;
    top: 14px;
    left: 0;
    font-size: 1rem;
    color: #009cd8;
    font-weight:900;
}

.border-bottom {
    border-bottom:1px solid #eee;
    padding-bottom:30px;
    margin-bottom:30px;
}

.border-bottom-container:after {
    content:"";
    width:100%;
    position:absolute;
    bottom:30px;
    left:1px;
    display:table;
    border-bottom:1px solid #eee;
    z-index:1;
    height:1px;
}

/* headline */

h1 {
    font-size:2.3rem;
    line-height:2.9rem;
    margin:0px 0px 18px;
    font-weight:300;
}

.blue.lightpad h1 {
    margin:0px;
    font-size:1.9rem;
}

.content h1, h2, h3, h4, h5, .pseudoh2 {
    font-size:2rem;
    margin:0px 0px 30px;
    padding-bottom:14px;
    font-weight:300;
    position:relative;
}

h3 {
    font-size:1.3rem;
}



.content h2, .content h3, .content h4, .content h5, .pseudoh2 {
    font-size:1.6rem;
}

.content h3 {
    font-size:1.3rem;
}

h2.stroke, h3.stroke, h4.stroke, h5.stroke,
.blue h2, .blue h3, .blue h4, .blue h5 {
    margin:0px;
    font-size:2rem;

}

h2.stroke, h3.stroke, h4.stroke, h5.stroke {
    padding:0px;
}

.content h1:after, h2:after, h3:after, h4:after, h5:after, .pseudoh2:after {
    position: absolute;
    background-color: #009bd8;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    width:60px;
}

h1.nosubline:after, h2.nosubline:after, h3.nosubline:after, h4.nosubline:after, h5.nosubline:after {
    display:none;
}

h2.text-center:after, h3.text-center:after, h4.text-center:after, h5.text-center:after,
h2.ce-headline-center:after, h3.ce-headline-center:after, h4.ce-headline-center:after, h5.ce-headline-center:after{
    background-color: #009bd8;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    width: 60px;
}

.blue h2:after, .blue h3:after, .blue h4:after, .blue h5:after {
    background-color: #fff;
}

h2.stroke span,
h3.stroke span {
    background-color:#fff;
    padding:0px 20px 0px 0px;
    position:relative;
    z-index:99;
}
h2.stroke.text-center span,
h3.stroke.text-center span {
    padding:0px 20px;
}
h2.stroke:after, h3.stroke:after {
    display:none;
}
h2.stroke:before, h3.stroke:before {
    content:"";
    position:absolute;
    height:1px;
    width:100%;
    background-color:#009bd8;
    left:0px;
    top:20px;
    z-index:90;
}
.blue h2.stroke span, .blue h3.stroke span  {
    background-color:#009bd8;
}
.gray h2.stroke span, .gray h3.stroke span  {
    background-color:#f7f7f7;
}
.blue h2.stroke:before, .blue h3.stroke:before  {
    background-color:#fff;
}

.footerheadline, p.footerheadline {
    font-size: 1.32em;
    padding-bottom: 10px;
    margin-bottom: 18px;
    position: relative;
}
.footerheadline:after, p.footerheadline {
    position: absolute;
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    width: 60px;
}

.blue p {
    margin:9px 0px;
}

span.subhead {
    display:block;
    opacity:0.6;
    margin-bottom:10px;
}

span.bluefont {
    color:#009cd8;
}

p.text-right {
    text-align:right;
}
p.text-center, .text-center {
    text-align:center;
}

.center div[class^="col-md"]{
    text-align:center;
}

/* spacer */
.spacer {
    padding:50px 0px;
    background-color:#fff;
    position:relative;
}
.spacer.nopad, .spacer.elevator {
    padding:0px;
}
.spacer.nopadtop {
    padding:0px 0px 50px;
}
.spacer.nopadbottom {
    padding:50px 0px 0px;
}
.spacer.lightpad {
    padding:15px 0px;
}
.spacer.elevator {
    margin-bottom:120px;
}
.spacer.blue {
    background-color:#009cd8;
    color:#fff;
}
.spacer.blue a {
    color:#fff;
}
.spacer.gray {
    background-color: #f7f7f7;
}
.spacer {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.spacer.cta {
    position:relative;
    display:table;
    width:100%;
}

.spacer.cta:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.6);
    left: 0;
    top: 0;
}

.spacer.trustsignals .frame {
    position:absolute;
    right: 0px;
    top: -117px;
}

.spacer.trustsignalshead {
    position:absolute;
    right: auto;
    left:0px;
    top:10px;
    background-color:transparent;
}

.trustsignals .ce-row {
    display:table;
}

.trustsignals .ce-column {
    display:table-cell;
    float:none;
    width:auto;
    padding:0px 10px;
}

/*.trustsignals .ce-column:last-child {
    display:none;
}*/

.trustsignals .ce-column figure {
    margin: 0px auto;
}

.spacer.trustsignals.subpage .frame {
    position:absolute;
    right: 0px;
    top: -137px;
}

.trustsignals img {
    height:70px;
    width:auto;
}

.container.crumb {
    position:relative;
    /*top:-120px;*/
}
.container.crumb .col-md-6 {
    float:none;
    padding:0px;
}

.headlinegrid .col-md-6 {
    width:auto;
}
.headlinegrid .col-md-6.right {
    padding-right:0px;
}

/* Text Teaser */
.textteaser div[class^="col-md"] .frame {
    background-color:#f7f7f7;
    padding:38px 20px 20px 20px;
}
.textteaser h3,
.textteaser i {
    font-size:1.4rem;
    color:#005a8c;
    padding-bottom:0px;
    margin-bottom:10px;
}

.row.textteaser {
    display:table;
    height:100%;
    width:100%;
}

.row.textteaser div[class^="col-md"] {
    display:table-cell;
    height:100%;
    float:none;
    vertical-align: top;
}

.row.textteaser div[class^="col-md"] .frame {
    display:table;
    table-layout:fixed;
    height:100%;
    width:100%;
}

.row.textteaser div[class^="col-md"] h2:after,
.row.textteaser div[class^="col-md"] h3:after {
    display:none;
}

.cta .textteaser div[class^="col-md"] .frame {
    background-color:#fff;
}

/* Text Teaser mit Border */
.textteaser.wborder div[class^="col-md"] .frame {
    background-color:#fff;
    border:1px solid #009cd8;
}

/* Image Teaser */
.imageteaser div[class^="col-md"] .frame {
    padding:0px;
}
.imageteaser h3,
.imageteaser i {
    font-size:1.4rem;
    color:#005a8c;
    padding-bottom:0px;
    margin-bottom:10px;
}

.row.imageteaser {
    display:table;
    height:100%;
    width:100%;
}

.row.imageteaser div[class^="col-md"] {
    display:table-cell;
    height:100%;
    float:none;
}

.row.imageteaser div[class^="col-md"] .frame {
    display:table;
    table-layout:fixed;
    height:100%;
    width:100%;
}

.row.imageteaser div[class^="col-md"] h2:after,
.row.imageteaser div[class^="col-md"] h3:after {
    display:none;
}

.row.imageteaser div[class^="col-md"] .ce-gallery {
    margin-bottom:0px;
}

.row.imageteaser div[class^="col-md"] .ce-textpic {
    position:relative;
}

.row.imageteaser div[class^="col-md"] .ce-bodytext {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    display:flex;
    height:100%;
    align-items: center;
    justify-content: center;
    flex-direction:column;
}

.imageteaser .ce-gallery figure {
    position:relative;
    display:table;
    width:100%;
}

.imageteaser .ce-gallery figure:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.8);
    left: 0;
    top: 0;
}


/* top */
.spacer.top {
    background-color:#199cd8;
    color:#fff;
    height:43px;
}

/* Page Header
--------------------------------------------------------------------------------------- */
.elevator {
    position: relative;
}
.elevator .spacer {
    padding:0px;
}
.elevator img {
    width:100%;
    max-width:100%;
}
.elevator .absolute {
    position:absolute;
    bottom:0px;
    height:auto;
    left:50%;
    width:600px;
    margin-left:-600px;
    z-index:2;
    background: rgba(0,90,140,.8) none repeat scroll 0 0;
    padding:30px 0px;
    color:#fff;
}

.elevator .absolute p {
    font-size:1.4rem;
    margin-bottom:0px;
    margin-top:10px;
}

.elevator .ce-above .ce-gallery {
    margin-bottom:0px;
}
.elevator .ce-left .ce-gallery, .elevator .ce-column ,
.absolutewidth .ce-left .ce-gallery, .absolutewidth .ce-column {
    float:none;
}
.elevator .ce-gallery figure {
    display: block;
}
.absolutewidth .ce-gallery figure {
    width:100%;
}

.elevator .absolute.layer p, .elevator .absolute.layer strong, .elevator .absolute.layer b {
    color:#fff;
}
.elevator .absolute.layer p {
    line-height:1.9rem;
}
.elevator .absolute.layer p a {
    text-shadow:none;
    font-size:1.1rem;
    font-weight:600;
    margin-top:25px;
}
.elevator h1 {
    margin:0px;
}

.elevator .absolute.layer p.bigfont,
.elevator h2 {
    font-size:2.2rem;
    line-height:2.9rem;
    margin:0px;
    font-weight:300;
    padding:0px;
}

.elevator .absolute.layer p.smallfont {
    font-size:1rem;
    line-height:1.5rem;
}

.elevator h2:after {
    display:none;
}

.elevator .absolute.layer p.bigfont {
    margin:0px;
}

.elevator .ce-center .ce-outer,
.elevator .ce-center .ce-inner,
.absolutewidth .ce-center .ce-outer,
.absolutewidth .ce-center .ce-inner,
.videotop .ce-center .ce-outer,
.videotop .ce-center .ce-inner,
.col-md-4 .boxframe .ce-center .ce-outer,
.col-md-4 .boxframe .ce-center .ce-inner {
    position: relative;
    float: none;
    right:0px;
}

.videotop .ce-left .ce-gallery, .videotop .ce-column,
.col-md-4 .boxframe .ce-left .ce-gallery, .boxframe .ce-column {
    float: none;
}

.videotop .ce-gallery figure,
.col-md-4 .boxframe .ce-gallery figure {
    width:100%;
}

.boxframe {
    border:1px solid #009cd8;
    padding:20px;
    margin-bottom:30px;
}

.boxframe h2, .boxframe h3, .boxframe h4, .boxframe h5,
.headlineframe h2, .headlineframe h3, .headlineframe h4, .headlineframe h5 {
    font-size: 1.3rem;
    line-height:1.7rem;
    margin: 0px 0px 20px;
    position: relative;
}

.boxframe p:last-child, .content .spacer .row .boxframe ul:last-child {
    margin-bottom:0px;
}

.elementindent {
    width:70%;
    margin:0px auto;
}

/* Bildunterschrift Elevator */
.elevator .ce-gallery figcaption {
    position:absolute;
    z-index:2;
    background-color: #009cd8;
    color: #fff;
    bottom:-68px;
    padding:20px;
    font-size:1.5rem;
    text-align:right;
    display:table;
    left:50%;
    width:600px;
    margin-left:-600px;
    font-weight:400;
    height:68px;
    letter-spacing:0.2rem;
}

.elevator .ce-textpic, .elevator .ce-image, .elevator .ce-nowrap .ce-bodytext, .elevator .ce-gallery, .elevator .ce-row {
    overflow:visible;
}

/* Bildunterschrift Content */
.content figure.image {
    position:relative;
}
.content .ce-gallery figcaption {
    margin:10px 2px 18px;
}
.content .captioninimg .ce-gallery figcaption {
    width:auto;
    max-width:60%;
    position:absolute;
    z-index:2;
    right:0px;
    background-color:#fff;
    padding:10px;
    font-size:0.9rem;
    display:flex;
    align-self: flex-end;
    bottom:0px;
}

/* Rahmen um Bilder */
.ce-border img {
    border:1px solid #fff;
    padding: 0px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.team .ce-textpic, .ce-image {
    overflow: visible;
}

/* button */

a.button,
a.framebutton,
button.submitbtn {
    background: #009cd8 none repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    padding: 6px 20px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    z-index: 1;
    color:#fff !important;
    text-decoration:none;
    position:relative;
    font-weight:400;
}

a.button:before,
a.framebutton:before,
button.submitbtn:before {
    background-color: #005a8c;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0.5, 1);
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: -1;
}

a.button:hover:before,
a.framebutton:hover:before,
button.submitbtn:hover:before {
    opacity: 1;
    transform: scale(1, 1);
}

a.framebutton {
    background:transparent;
    border:1px solid #009cd8;
    color:#009cd8 !important;
}

.blue a.framebutton {
    border:1px solid #fff;
    color:#fff !important;
}

a.specbutton,
select#select {
    background: linear-gradient(top,#009cd8 0%,#009cd8 50%,#005b8d 100%);
    background: -moz-linear-gradient(top,#009cd8 0%,#009cd8 50%,#005b8d 100%);
    background: -webkit-linear-gradient(top,#009cd8 0%,#009cd8 50%,#005b8d 100%);
    background: -ms-linear-gradient(top,#009cd8 0%,#009cd8 50%,#005b8d 100%);
    background: -o-linear-gradient(top,#009cd8 0%,#009cd8 50%,#005b8d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#009cd8,endColorstr=#009cd8,GradientType=1);
    color: #fff;
    display: inline-block;
    position:relative;
    font-weight: 300;
    margin: 0;
    padding: 6px 0px;
    width:300px;
    text-align:center;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    cursor:pointer;
    font-size: 1.3rem;
    line-height: 2rem;
}

select#select {
    border:0px;
    padding:25px 20px;
    text-align:center;
}

a.specbutton:hover,
#select:hover {
    background:#f6c900;
    transition: all 0.3s ease-in-out 0s;
}


/* sticky nav */
header {
    width: 100%;
    position: fixed;
    z-index:101;
    background-color:#fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}

header .container {
    padding:0px;
}

a.brand img {
    margin-top:18px;
    margin-left:0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    width:100%;
    max-width:240px;
}

.fixed a.brand img {
    max-width:127px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    margin-top:7px;
}

header.fixed {
    box-shadow: 0 0 5px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 25%);
}

.col-md-3.logofix {
    position:absolute;
    z-index:99;
}

.col-md-9.right {
    width:100%;
}

/* img hover
--------------------------------------------------------------------------------------- */
figure, .news-image {
    display: inline-block;
    transition: all 0.3s ease 0s;
    position:relative;
}
figure a img, .news-image a img {
    display: block;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease 0s;
}
/*figure a:hover, .news-image a:hover {background: #fff none repeat scroll 0 0;}
figure a:hover img, .news-image a:hover img {opacity: 0.5;}
figure a:hover:after, .news-image a:hover:after {position:absolute;margin:0px auto;top:40%;color:#009cd8;width:100%;height:100%;text-align:center;font-size:28px;display:table;text-align:center;transition: all 0.3s ease 0s;}*/

/* suche */
.modal-body input.text.search-input {
    padding: 10px;
    border: 1px solid #5b7391;
    float: left;
    width:90%;
    text-align: center;
    margin: 0px auto;
    display: table;
}

.modal-body button {
    background-color:#005a8c;
    color:#fff;
    border:0px;
    font-size:1.4rem;
    padding: 9px 20px;
    margin: 0px 0px 0px -15px;
}

.modal-body button i {
    color:#fff;
}

#footer .modal-body {
    padding:60px 30px;
    text-align:center;
    color:#535357;
}

#footer form.search-box {
    display: table;
    width: 60%;
    text-align: center;
    margin: 0px auto;
}

#footer form.search-box i {
    color: #fff;
    margin-right: 0px;
}

/* Top */
.top i {
    color:#005a8c;
    margin-right:5px;
    font-size:1.2rem;
    margin-top: 3px;
    float: left;
}

.top .frame.frame-type-text, .top .frame.frame-type-html {
    display:inline-block;
    margin:9px 20px;
    position:relative;
}
.top .topdetails .muc1,
.top .topdetails .muc2,
.top .topdetails .ham1,
.top .topdetails .ham1a,
.top .topdetails .ham2,
.top .topdetails .hamspec {
    display:inline-block;
    position:relative;
}

.standorte .standort-content .frame-type-html ul li a {
    color: #595959;
}
.top .frame.frame-type-text a, .top .frame.frame-type-html a {
    color:#fff;
}
.top .frame.frame-type-text p, .top .frame.frame-type-html p {
    margin:0px;
}
.top .topdetails {
    float:right;
    margin-right:85px;
}

.top .topdetails .frame:nth-child(4) p i,
.top .topdetails .muc1 .frame p i,
.top .topdetails .muc2 .frame p i,
.top .topdetails .ham1 .frame p i,
.top .topdetails .ham2 .frame p i,
.top .topdetails .hamspec .frame p i {
    color:#f6c900;
}


/* Breadcrumb
--------------------------------------------------------------------------------------- */
.bread-crumb {
    position: relative;
    text-align: left;
    display:table;
    float:right;
    width:auto;
    margin-top:12px;
}
.bread-crumb i {
    color:#fff;
}

.bread-crumb li:before {
    content: "";
    text-decoration: none;
    display: block;
    width: 8px;
    height: 8px;
    margin: 0;
    position: absolute;
    top: 4px;
    right: -7px;
    z-index: 10;
    border: 1px solid transparent;
    overflow: hidden;
    cursor: pointer;
    color: rgba(0,0,0,0.8);
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    text-indent: -900em;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEBJREFUeNpiYBgEQACIzwPxfFpbFADE/6GY5pYljFo2atmoZSPQMiaGIQLoEnSjloxaMmrJIGqc0K25RVUAEGAAlSBBoFUp8c0AAAAASUVORK5CYII=) no-repeat center center;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjZweCIgaGVpZ2h0PSIyNnB4IiB2aWV3Qm94PSIwIDAgMjYgMjYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI2IDI2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjcuMzEyLDI0LjM3OCAxOC42ODgsMTMuMDAxIDcuMzEyLDEuNjIyIA0KCSIvPg0KPC9zdmc+DQo=),none;
    background-size: 8px;
    opacity:0.5;
}

.bread-crumb li:last-child:before {
    display:none;
}
.bread-crumb li:first-child {
    margin-left: 0;
}
.bread-crumb li {
    display: inline-block;
    font-size:0.8rem;
    margin-left: 10px;
    position: relative;
    color:#fff;
    padding-right:5px;
}

.bread-crumb li a {
    text-decoration:none;
    color:#fff;
}
.bread-crumb li:first-child {
    text-indent:-999em;
    padding-right:27px;
}

.bread-crumb li:first-child a:after {
    content:"\f015";
    font-family: 'Font Awesome 5 Free';
    width:auto;
    display:inline-block;
    position:absolute;
    left:0px;
    top:0px;
    font-weight:900;
    color:#fff;
    text-indent:0px;
    font-size:0.8rem;
}

.crumb .bread-crumb {
    margin-top:0px;
}
.crumb .bread-crumb li a,
.crumb .bread-crumb li,
.crumb .bread-crumb li:first-child a:after {
    color:#009cd8;
}

.crumb .bread-crumb {
    float:none;
}

/* scrollup
--------------------------------------------------------------------------------------- */
.scrollup {
    background-color:#009cd8;
    display: none;
    height:30px;
    position: fixed;
    right:0px;
    bottom:0px;
    width:75px;
    opacity: 0.7;
    transition:background-color 0.5s ease 0s, opacity 0.5s ease 0s;
    z-index:25;
    text-align:center;
}
.scrollup.visible {
    display:block;
}
a.scrollup:hover {
    background-color:#009cd8;
    opacity:1;
    transition:background-color 0.5s ease 0s, opacity 0.5s ease 0s;
}

a.scrollup i {
    text-align:center;
    color:#fff;
    font-size:18px;
    position:relative;
    top:8px;
}

/* Modalbox
--------------------------------------------------------------------------------------- */
/* Styling the Popup Window */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10002; /* Sit on top */
    padding-top: 150px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

.modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    border: 0px;
    width: 100%;
    max-width:900px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    line-height:0rem;
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top:-300px;
        opacity:0
    }
    to {
        top:0;
        opacity:1
    }
}
@keyframes animatetop {
    from {
        top:-300px;
        opacity:0
    }
    to {
        top:0;
        opacity:1
    }
}
/* The Close Button */
.close {
    color: white;
    font-size: 3rem;
    font-weight: 300;
    padding:18px 8px 21px;
    display:block;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-header {
    padding:0px;
    background-color: #199cd8;
    color: white;
    display:block;
    width:40px;
    text-align:center;
    position:absolute;
    right:0px;
    top:-39px;
}
.modal-body {
    padding:0px;
}
.modal-body h5 {
    margin-bottom:20px;
}

button.my-btn {
    background: transparent none repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    padding:0px;
    position: absolute;
    right:15px;
    text-align: left;
    transition: all 0.5s ease 0s;
    z-index: 1;
    color:#fff;
    text-decoration:none;
    border:0px;
    margin-bottom:0px;
    font-size:1rem;
    width:auto;
    padding:9px 0px;
}
.top button.my-btn {
    padding:0px;
}
.top button.my-btn i {
    border: 0px;
    padding: 5px;
    margin: 0px;
    top: 6px;
    position: relative;
}

.content button.my-btn {
    position: relative;
    padding:0px;
    right:auto;
    color:#4d4d4d;
}

.videotop p {
    padding:10px 2px 18px;
}

.videotop .image {
    position:relative;
}
.videotop .image:before {
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    background: rgba(255,255,255,0.5) url(/fileadmin/content/Icons/play-circle-regular.png) no-repeat center;
    background-size: 15%;
}

/*standort*/
.hide--first > *:first-child {
    display: none;
}

.hide--second > *:last-child {
    display: none;
}

.standorte, .iz {
    display:inline-block;
    vertical-align:top;
    margin-top:6px;
}

.standorte, .iz {
    font-size: 0.9rem;
    color: #595959;
    position:static;
    z-index:101;
    width:auto;
    text-align:left;
}

.standorte, .iz {
    max-width: 100%;
}

.standort-header, .backlink {
    cursor: pointer;
    padding:7px 20px 6px 10px;
    position:relative;
    height:32px;
    border:1px solid #fff;
    color:#fff;
    z-index:99;
}

.standort-header {
    min-width:280px;
    overflow:hidden;
}

.backlink a {
    color:#fff;
}

.top .standort-header i, .iz i {
    margin-right: 9px;
    font-size: 1.1rem;
    margin-top: 0px;
    float: left;
}

.standort-header.active i {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    -ms-filter: "FlipV";
    filter: FlipV;
}

.standort-content {
    display: none;
    position:absolute;
    left:15px;
    margin-top:5px;
    width:calc(100% - 30px);
    background-color:#fff;
    border: 0px;
    border-radius: 0;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    padding:10px 0px;
    z-index:999;
}

.standort-content li {
    color:#ccc;
    list-style-type:none;
    text-align:left;
    display:block;
    font-style:italic;
    width:100%;
}
.standort-content li a, .standorte .standort-content ul li p {
    color:#595959;
    text-decoration:none !important;
    font-style:normal;
    padding:3px 0px;
    margin:0px;
    font-size:0.9rem;
}
.standort-content li:hover {
    background-color:#f2f2f2;
}
.standort-content li.active {
    background-color:#52368a;
}
.standorte a.close {
    font-size:1rem;
}

.top .standort-content .frame.frame-type-text a {
    color:#595959;
}
.standort-content div[class^="col-md"] p {
    padding:12px 0px;
    margin-bottom:0px;
}

.standort-header .message {
    float:right;
}

.standort-header .message p {
    margin:0px;
    line-height:1.1rem;
}

.standort-header .message p a {
    color:#fff;
}

[aria-current="page"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

/* page-title */
.page-title {
    line-height:0px;
    border-bottom:1px solid #fff;
    position:relative;
}

/* Inhalte ausrichten */
.row.middlepos {
    display:table;
    width:100%;
    height:100%;
}
.row.middlepos div[class^="col-md"] {
    display:table-cell;
    float:none;
    vertical-align:middle;
    padding:0px;
}

.row.middlepos div[class^="col-md"] .frame-type-text {
    padding:0px;
}

.row.middlepos div[class^="col-md"]:first-child .frame-type-text {
    padding:0px 30px 0px 15px;
}

.marginbottom {
    margin-bottom:40px;
}
.margintop {
    margin-top:40px;
}

/* Accordion */
.row.showhide {
    margin-bottom:20px;
}
.row.showhide.complete {
    width:100%;
    margin-top:0px;
}
.row.showhide.complete.margint143 {
    margin-top:143px;
}

.showhide .acccontent {
    display:none;
}
.showhide .acccontent {
    padding:12px 0px 12px 0px;
    position: relative;
    z-index: 99;
    background-color: #fff;
}
.showhide  {
    padding-left:0px;
    padding-right:0px;
}
.showhide .row.showhidebox {
    margin-bottom:0px;
}

.showhide.acchead {
    padding:0px;
}

span.show {
    cursor: pointer;
    position: relative;
    display: table;
    width: 100%;
    margin: 0px ;
    padding:15px 0px;
    background-color: transparent;
    border-bottom: 1px solid #eee;
    font-size:1.1rem;
    color:#009bd8;
}

span.show:before {
    content: '\f107';
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    color: #c9c9ca;
    font-weight: 900;
    font-size:1.2rem;
    padding-right: 7px;
    position: absolute;
    right: 0px;
}

.open span.show:before {
    content: '\f106';
    color:#199cd8;
}

.showhide .acchead:hover span.show:before {
    color:#199cd8;
}

.showhide .initial-open {
    display:block;
}

/* Images */
.teaser .ce-left .ce-gallery, .teaser .ce-column,
.picteaser .ce-left .ce-gallery, .picteaser .ce-column {
    float: none;
}

.teaser .ce-center .ce-outer,
.teaser .ce-center .ce-inner,
.picteaser .ce-center .ce-outer,
.picteaser .ce-center .ce-inner {
    position: relative;
    float: none;
    right:0px;
}

.teaser .ce-gallery figure,
.picteaser .ce-gallery figure {
    width:100%;
    position:relative;
}

.teaser .ce-gallery figure a {
    position:relative;
    display:table;
    width:100%;
}

.teaser .ce-gallery figure a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.4);
    left: 0;
    top: 0;
}

.teaser div[class^="col-md"] {
    margin-bottom:30px;
}

.teaser div[class^="col-md"] .frame {
    background-color:#f7f7f7;
    position:relative;
}

.teaser div[class^="col-md"] .frame .ce-bodytext {
    padding:10px 20px;
    position:absolute;
    bottom:0px;
}

.teaser div[class^="col-md"] .frame .ce-bodytext p {
    font-size:1.2rem;
    color:#005a8c;
    margin-bottom:10px;
}

.teaser div[class^="col-md"] .frame .ce-bodytext p a {
    color:#005a8c;
}
.teaser div[class^="col-md"] .frame .ce-bodytext p a:hover {
    color:#009cd8;
}

.teaser div[class^="col-md"] .ce-intext.ce-right .ce-gallery, .teaser div[class^="col-md"] .ce-intext.ce-left .ce-gallery, .teaser div[class^="col-md"] .ce-above .ce-gallery {
    margin-bottom:0px;
}

.picteaser {
    margin-bottom:30px;
}
.picteaser .frame {
    background-color:#fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.picteaser .groupName .frame {
    box-shadow: none;
}

.picteaser .ce-bodytext {
    padding:10px;
}
.picteaser .ce-bodytext p {
    font-size:1.4rem;
    margin-bottom:0px
}
.picteaser .ce-intext.ce-right .ce-gallery, .picteaser .ce-intext.ce-left .ce-gallery, .picteaser .ce-above .ce-gallery {
    margin-bottom:0px;
}

.picteaser .groupName .originalimg .ce-center img,
.originalimg .boxframe .ce-center img {
    width:auto;
    margin:0px auto;
}

.originalimg img {
    width:auto;
}

.normalfont.picteaser .ce-bodytext p {
    font-size:1rem;
}

.normalfont.picteaser .ce-bodytext p.mediumfont {
    font-size:1.4rem;
    margin-bottom:10px;
}

.hometeaser h3 {
    margin-bottom:0px;
    margin-top:8px;
}

.hometeaser h3:after {
    display:none;
}

.hometeaser .picteaser .ce-bodytext {
    padding: 20px 20px 0px 20px;
}

/*ICONS*/
.icons img {
    min-height:49px;
}
.icons .ce-bodytext p.mediumfont {
    padding-top:10px;
}
.icons .frame-type-textpic {
    margin-bottom:28px;
}

/*META FOOTERLINKS*/
#footer .spacer {
    background:transparent;
}
.ftbottom {
    border-top:1px solid #056faa;
    position:relative;
}

.ftbottom:before {
    content:"";
    background: url(../images/Zahnarzt_Muenchen.svg) no-repeat center 30% !important;
    background-size: 150px !important;
    -webkit-filter: invert(100%);

    filter: brightness(0) invert(1);
    position:absolute;
    width:100%;
    display:flex;
    z-index:0;
    height:80px;
    opacity:0.4;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ftbottom:before {
        background: url(../images/logo-alldent-ms.jpg) no-repeat center 30% !important;
    }
}

#footer .row {
    padding:20px 0px;
}
#footer ul.meta li a {
    text-decoration:none;
    color:#fff;
    font-weight:300;
}
#footer span.copyright {
    color:#fff;
}
#footer a {
    text-decoration:none;
}
#footer i {
    color:#f6c900;
    margin-right:3px;
}
#footer ul li {
    line-height:1.6rem;
    position:relative;
    padding-left:15px;
}
#footer #c10445 ul li,
#footer #c11182 ul li {
    width:50%;
    float:left;
}

#footer ul li:before {
    content: "";
    font-family: 'Font Awesome 5 Free';
    color: #f6c900;
    position: absolute;
    left: 0;
    font-size: 10px;
    font-weight: 900;
}



#footer .spacer.gray.nopad {
    padding:40px 0px;
}
#footer .spacer.smallpad {
    padding:40px;
}
#footer .spacer.gray.nopad .col-md-6 ul {
    margin-left:12px;
}
#footer .spacer.gray.nopad .col-md-6 ul li {
    width:50%;
    float:left;
}

#footer .col-md-4:first-child .ce-left .ce-gallery, #footer .col-md-4:first-child .ce-column {
    float: left;
    width: 12%;
}

#footer h6 {
    font-size:1.32em;
    padding-bottom:10px;
    margin-bottom:18px;
    position:relative;
}

#footer h6:after {
    position: absolute;
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height:2px;
    left: 0;
    width:60px;
}


#footer .col-md-4:first-child .ce-column {
    margin-right: 0px;
}

#footer .col-md-4:nth-child(2),
#footer .col-md-4:nth-child(3){
    padding-top:50px;
}

.copyright {
    font-size:0.9rem;
    color:#a2a2a2;
}
#footer .meta {
    display:table;
    width:auto;
    float:right;
}
#footer .meta li {
    display:inline;
    padding-left:0px;
}
.meta li a {
    color:#a2a2a2;
    display:inline-block;
    padding:0px;
    font-size:0.9rem;
}
#footer .meta li:before {
    display:none;
}
.meta li a:hover {
    color:#fff;
}


.meta li:last-child:after {
    display:none;
    margin:0px;
}

#footer .meta li i {
    color:#fff;
    font-size:1.2rem;
    margin-left:10px;
}

/* News */
.article {
    background-color:#fff;
}

.news-teaser {
    padding:30px;
}

.news .row {
    display:table;
    height:100%;
    table-layout:fixed;
}

.news .row .col-md-4 {
    display:table-cell;
    height:100%;
    vertical-align:top;
    float:none;
}

.news .row .col-md-4 .article {
    display:table;
    height:100%;
    table-layout:fixed;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.news-img-wrap {
    float:right!important;
    width:450px;
    margin:0px 0px 20px 20px;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {
    .news-img-wrap {
        float:left!important;
    }
}

.news .docitemms .row {
    height:auto;
}

.news .row.team.wcat {
    width:100%;
}

.news .docitemms .row.team.wcat.marginbottom:last-child {
    margin-bottom:140px;
}

.news .row.team.wcat .showhidebox {
    width:100%;
    display:table;
}

.news .docitemms .col-md-3 img {
    max-width:170px;
}


/* OWL Carousel */
.owl-carousel i {
    color:#199cd8;
    font-size:2rem;
    margin-bottom:18px;
}
.owl-carousel h3 {
    font-size:1.3rem;
    margin:0px 0px 5px 0px;
    font-weight:400;
}
.owl-carousel h3:after {
    content: "";
    background-color: #199cd8;
    height: 2px;
    width: 30px;
    position: relative;
    display: block;
    margin: 10px auto 0px;
    left:0px;
}

/* Sticky button */
#stickyumfrage {
    display: inline-block;
    position: fixed;
    right: 0px;
    top: 50%;
}
#stickyumfrage a {
    color: #fff;
    padding: 10px;
    background-color: #009cd8;
    box-shadow: 0px 0px 3px 2px #ccc;
    border-radius: 10px 0px 0px 10px;
}

@keyframes wiggle {
    0% {
        transform: rotate(0deg);
    }
    80% {
        transform: rotate(0deg);
    }
    85% {
        transform: rotate(15deg);
    }
    95% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

a.wiggle {
    display: inline-block;
    animation: wiggle 2.5s infinite;
}

a.wiggle:hover {
    animation: none;
}

/* Video */
.sk-video-modal {
    z-index: 10003 !important;
    background-color: rgba(0,0,0,0.7);
}

.sk-video-modal .disclaimer {
    max-height:inherit !important;
}

button.cancel.btn {
    background-color:#ccc;
    padding:10px 20px;
    display:inline-block;
    color:#fff;
}
button.continue.btn {
    background-color:#009cd8;
    padding:10px 20px;
    display:inline-block;
    color:#fff;
}

.sk-video-supercontainer .sk-video-playbutton {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    background: rgba(0,0,0,0.0) url(../images/play-circle-regular.png) no-repeat center;
    background-size: 12%;
    transition: transform .15s ease-out;
}

.teaser_icon img {
    width:auto;
}

.news-teaser {
    position:relative;
    border:1px solid red;
    display:contents;
    height:100%;
}

.news-teaser a.button {
    position:Absolute;
    bottom:30px;
}

.teaser-inner {
    padding:30px;
}

.teaser-text {
    padding-bottom:38px;
}

.news-list-date {
    font-style:italic;
    color:#bbb;
    font-size:0.9rem;
}

/* Team */
.team h3 {
    font-size:1.4rem;
    margin:10px 0px 0px;
}

.team h3:after {
    display:none;
}

.team span.show:before {
    content: '+';
    display: inline-block;
    font-family: 'Roboto';
    color: #009cd8;
    font-weight: 300;
    font-size: 1.2rem;
    padding-right: 7px;
    position: absolute;
    right: auto;
    left:0px;
    top:13px;
}

.team .open span.show:before {
    content: '-';
}

span.show {
    cursor: pointer;
    position: relative;
    display: table;
    width: 100%;
    margin: 0px;
    padding: 15px 0px 15px 20px;
    background-color: transparent;
    border-bottom: 1px solid #eee;
    font-size: 1.1rem;
    color: #009bd8;
}

/* equal height */
[data-match-height]{
    display: inline-block;
    vertical-align: top;
    background-color:#fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    width:100%;
}

div[class^="col-md"][data-match-height] {
    margin:0px 15px;
    width:calc(33.33333333% - 40px);
    padding:0px;
}

div[class^="col-md"][data-match-height]  .ce-bodytext {
    padding:30px;
}

/* default modal */
.mitarbeiter .my-btn {
    margin:0px 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.mitarbeiter .my-btn img {
    min-width:250px;
}

.content .mitarbeiter .ce-gallery figcaption {
    margin:20px 10px;
    font-size:1.1rem;
}

.modal-content.defaultmodal {
    padding:50px;
    max-width:700px;
    text-align:left;
}

.modal-content.defaultmodal blockquote:before {
    top: -70px;
    left: -83px;
}

/* Mitarbeiter Teaser */
.mitarbeiterteaser {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    margin:0px auto 30px;
    width:70%;
    text-align:left;
}

.mitarbeiterteaser .ce-bodytext {
    padding:30px 20px 0px 30px;
}

.mitarbeiterteaser .frame-mitarbeiter img {
    max-width:170px;
}

.mitarbeiterteaser .ce-intext.ce-right .ce-gallery, .mitarbeiterteaser .ce-intext.ce-left .ce-gallery, .mitarbeiterteaser.ce-above .ce-gallery {
    margin-bottom:0px;
}

.c-gallery figure {
    width:25%;
    float:left;
    padding:0px 5px 10px;
}

/* Tabellen */
.contenttable tr:nth-child(odd) {
    background-color:#ebebeb;
}
.contenttable td {
    border:solid 1px #ccc;
    padding-left:10px;
    padding-right:10px;
    padding-top:2px;
}

/* FAQ */
.faqbox {
    background-color:#fff;
    padding:30px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    margin-bottom:30px;
}

.faqbox h3 {
    font-size:1.3rem;
}

.hideondesktop {
    display:none;
}

.dpnglossary.link:hover:after,
.dpnglossary.link:hover:before {
    display:none
}

.glalpha {
    margin-right:0.25rem;
}

#hamburger-menu {
    display:none;
}

.tx-kesearch-pi1 #kesearch_ordering div.ordering {
    max-width:100% !important;
}

.content .spacer .row .tx-kesearch-pi1 ul li {
    padding-left:0px;
}

.content .spacer .row .tx-kesearch-pi1 ul li:before {
    display:none;
}

.docdesc p {
    margin-bottom:0px;
}

.docdesc p:last-child {
    margin-bottom:18px;
}


.waagerechte_elemente .frame-default {
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    width: 100%;
    margin-bottom:2rem;
    padding:20px;
}

.waagerechte_elemente .frame-default h1, .waagerechte_elemente .frame-default h2, .waagerechte_elemente .frame-default h3, .waagerechte_elemente .frame-default h4, .waagerechte_elemente .frame-default h5, .waagerechte_elemente .frame-default .pseudoh2 {
    margin: 0 0 10px;
}

/* Pro Con Box */
.proconbox {
    border: 1px solid #009cd8;
    padding:1rem;
    background-color:#f7f7f7;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.proconbox li p {
    margin-bottom:0px;
    line-height: 2rem;
}

/* DocSlider */
.docslide .title {
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
}

.docslide .content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.docslide .content-overlay {
    background: rgba(0, 90, 140, 0.9);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.docslide:hover .content-overlay {
    opacity: 1;
}

.docslide .content-image {
    width: 100%;
}

.docslide .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.docslide .content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.docslide .content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.docslide .content-details p {
    color: #fff;
    font-size: 0.8em;
}

.docslide .fadeIn-top {
    top: 20%;
}

/* Buchungslink aerzteprofile */
.docbuchungslink {
    margin-bottom:1rem;
}

/* Zusammenfassungsbox */
.zusammenfassung {
    box-shadow: 0px 0px 10px #ccc;
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    max-width: 900px;
}

/* Sticky footer mobile */

.stickyfooter {
    display:none;
}
.stickyfooter_neu {
    display:none;
}
@media only screen and (min-width: 1px) and (max-width: 1230px) {

    .fixed .stickyfooter_neu {
        display: block;
        left: 0;
        padding-left: 0;
        position: fixed;
        bottom: 0;
        top: auto;
        width: 100%;
        color:#fff;
        background-color:#fff;
        box-shadow: 0px 0px 10px 3px #bcbcbc;
    }
    .sficons {
        font-size: 2rem;
    }
    .sftextalign {
        text-align:center;
    }
    .sfpadding {
        padding-top:0.5rem;
        padding-bottom:0.5rem;
    }
    .sfkontakt {
    }
    .sfoeffnungszeiten {
        border-left:solid 1px #199cd8;
        border-right:solid 1px #199cd8;
    }
    .sftermin {
        background-color:#199cd8;
        display:table;
    }
    .sftermin a {
        display: table-cell;
        height: 2.4rem;
        color: #fff;
        vertical-align: middle;
        width:100%;
        text-align: center;
    }
    .sfnotdienst {
        background-color:#005a8c;
        padding-top:0.25rem;
        padding-bottom:0.25rem;
    }



    /* old */
    .fixed .topdetails, .mobile-menu.fixed .top {
        display:none;
    }

    .fixed .stickyfooter {
        margin-top:0px;
        border-top:0px;
        padding-bottom:0px;
    }
    .fixed .stickyfooter .sf1 {
        background-color: #005a8c;
        padding:0.5rem;
    }
    .fixed .stickyfooter .sf1 p {
        margin-bottom:0px;
        font-size:0.8rem;
    }
    .fixed .stickyfooter .sf2 p,  .fixed .stickyfooter .sf2b p, .fixed .stickyfooter .sf3 p {
        margin-bottom:0px;
    }
    .fixed .stickyfooter .sf1 a {
        color:#fff;
    }

    .fixed .stickyfooter {
        display: flex;
        left: 0;
        width: 100%;
        padding-left: 0;
        position: fixed;
        bottom: 0;
        top: auto;
        width: 100%;
        background-color:#009cd8;
        color:#fff;
    }
    .fixed .stickyfooter .sf2, .fixed .stickyfooter .sf2b {
        display: flex;
        right: 6px;
        padding-top: 8px;
        padding-left:20px;
    }

    .fixed .stickyfooter .sf3 {
        display: flex;
        right: 6px;
        padding-top: 8px;
        padding-right:8px;
        padding-left:8px;
        padding-bottom:8px;
    }

    .stickyfooter .sf2 a, .stickyfooter .sf2b a, .stickyfooter .sf3 a {
        background-color: #f6c900;
        display: block;
        text-align: center;
        padding: 6px 16px;
        color:#fff;
        padding-bottom:8px;
    }

    .stickyfooter .sf1 {
        max-width:33%;
    }
    .stickyfooter .sf2, .stickyfooter .sf3, .stickyfooter .sf2b {
        max-width:33%;
    }

}

@media only screen and (min-width: 1px) and (max-width: 376px) {
    .stickyfooter .sf2 i, .stickyfooter .sf3 i, .stickyfooter .sf2b i {
        display:block;
    }

}


/* A/B Testing */

#ham-navigation .termine {
    background-color:#f6c900;
}


.news .article .news-img-wrap img {
    float: left;
    height: auto;
    width: auto;
    max-width: 460px;
    height: auto;
}

.news-single .article .news-img-wrap {
    display:table;
}


@media only screen and (min-width: 1px) and (max-width: 600px) {
    .news .article .news-img-wrap img  {
        max-width:100%;
    }
    .news-single .article .news-img-wrap {
        margin-left:0px!important;
        width:100%!important;
    }
}


/* Anpassung Darstellung mobiler Header Hamburg Bergedorf */
@media only screen and (min-width: 1px) and (max-width: 666px) {
    #c51269 {
        right: auto;
        left: 7rem;
    }
}

.einfachesprache {
    position: absolute;
    right: 55px;
}
.einfachesprache img {
    width:20px;
    margin-top:8px;
}

@media only screen and (min-width: 1px) and (max-width: 1229px) {

    .einfachesprache {
        right: 50px;
    }
    .einfachesprache img {
        margin-top:9px;
    }

}

