html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 300;
    src: local("Lato Light"), local("Lato-Light"),
        url("../fonts/lato-v14-latin-300.woff2") format("woff2"),
        url("../fonts/lato-v14-latin-300.woff") format("woff");
}
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    src: local("Lato Regular"), local("Lato-Regular"),
        url("../fonts/lato-v14-latin-regular.woff2") format("woff2"),
        url("../fonts/lato-v14-latin-regular.woff") format("woff");
}
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    src: local("Lato Bold"), local("Lato-Bold"),
        url("../fonts/lato-v14-latin-700.woff2") format("woff2"),
        url("../fonts/lato-v14-latin-700.woff") format("woff");
}
body {
    font-family: "Lato", sans-serif;
    color: #666;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    color: #4d4d4d;
    color: #50acf5;
    margin-top: 0;
    line-height: 1;
    font-family: "Lato", sans-serif;
}
a {
    text-decoration: none;
    color: #68b7f6;
    transition: all 0.3s ease;
}
a:hover,
a:focus {
    color: #2095f2;
}
.small {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.page-headline {
    padding-bottom: 10px;
    border-bottom: 1px solid #68b7f6;
    margin-bottom: 30px;
}
.text h2 {
    font-size: 18px;
    line-height: 1.5;
}
.text h3 {
    font-size: 17px;
    line-height: 1.5;
}
.text figcaption {
    font-size: 14px;
}
.text p,
.text blockquote,
.text figure {
    margin: 0 0 20px 0;
    line-height: 1.5;
}
.text blockquote {
    display: block;
    background: #fff;
    padding: 15px 20px 0 65px;
    margin: 0 0 20px 0;
    position: relative;
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 1.2;
    font-style: italic;
    text-align: justify;
}
.text blockquote::before {
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #68b7f6;
    position: absolute;
    left: 20px;
    top: 5px;
}
.text blockquote::after {
    content: "";
}
.text cite {
    font-size: 16px;
    font-style: normal;
}
.text ul {
    margin: 0 0 20px 0;
    padding: 0;
    display: table;
    border-collapse: collapse;
}
.text ul li {
    display: table-row;
    line-height: 1.5;
    border-bottom: solid transparent 5px;
}
.text ul li:before {
    content: "\2022";
    display: table-cell;
    padding-right: 8px;
    color: #68b7f6;
}
.text ol {
    display: table;
    margin: 0 0 20px 0;
    padding-left: 0;
    list-style: none;
    border-collapse: collapse;
}
.text ol li {
    display: table-row;
    counter-increment: table-ol;
    line-height: 1.5;
    border-bottom: solid transparent 5px;
}
.text ol li:before {
    content: counter(table-ol) ".";
    display: table-cell;
    padding-right: 0.4em;
    text-align: right;
}
.text > *:last-child,
.text > *:last-child > *:last-child,
.text > *:last-child > *:last-child > *:last-child {
    margin: 0;
}
html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
img {
    max-width: 100%;
    height: auto;
}
body {
    border-top: 5px solid #68b7f6;
}
.wrapper {
    width: auto;
    max-width: 1040px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.wrapper::after {
    content: "";
    display: table;
    clear: both;
}
.wrapper-large {
    width: auto;
    max-width: 1440px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.wrapper-large::after {
    content: "";
    display: table;
    clear: both;
}
.col-1-2 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
}
.col-1-2::after {
    content: "";
    display: table;
    clear: both;
}
.col-1-2:last-child {
    margin-right: 0%;
}
.col-1-3 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.3333333333%;
    margin-left: 0%;
    margin-right: 3%;
}
.col-1-3::after {
    content: "";
    display: table;
    clear: both;
}
.col-1-3:last-child {
    margin-right: 0%;
}
@media (max-width: 48.75em) {
    .col-1-3 {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .col-1-3:first-child {
        margin-left: auto;
    }
    .col-1-3:last-child {
        margin-right: auto;
    }
}
.col-2-3 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.6666666667%;
    margin-left: 0%;
    margin-right: 3%;
}
.col-2-3::after {
    content: "";
    display: table;
    clear: both;
}
.col-2-3:last-child {
    margin-right: 0%;
}
@media (max-width: 48.75em) {
    .col-2-3 {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .col-2-3:first-child {
        margin-left: auto;
    }
    .col-2-3:last-child {
        margin-right: auto;
    }
}
header::after,
section::after,
.main::after {
    content: "";
    display: table;
    clear: both;
}
.main {
    margin: 60px 0;
}
@media (max-width: 48.75em) {
    .main {
        margin-bottom: 40px;
    }
}
.sidebar {
    padding: 0;
}
@media (max-width: 48.75em) {
    .sidebar {
        text-align: center;
    }
}
.page {
    padding: 0 40px 0 0;
}
@media (max-width: 48.75em) {
    .page {
        padding: 0;
        margin-bottom: 40px;
    }
}
.mapinfo {
    text-align: center;
    background: #68b7f6;
    color: white;
    text-transform: uppercase;
    padding: 20px 0;
}
.mapinfo h3 {
    color: white;
    margin: 0;
    padding-top: 10px;
}
.map {
    width: 100%;
    height: 400px;
}
#mobile-menu-wrap {
    display: none;
    overflow: hidden;
    clear: both;
    margin-bottom: 0px;
}
.menu-open #mobile-menu-wrap {
    display: block;
}
#mobile-menu-toggle {
    display: block;
    background: #68b7f6;
    text-align: center;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}
#mobile-menu-toggle {
    margin: 20px 0 0 0;
    height: 60px;
    line-height: 60px;
}
#mobile-menu-close {
    height: 40px;
    line-height: 40px;
}
#site-nav {
    display: block;
    clear: both;
    padding: 0;
    text-transform: uppercase;
}
#site-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
#site-nav ul li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ededed;
}
#site-nav ul ul.sub-menu {
    display: block;
    padding: 0;
    border-top: 1px solid #ededed;
}
#site-nav ul li a {
    padding: 10px 0;
    text-decoration: none;
    width: 100%;
    display: block;
    color: #666;
}
#site-nav ul li li {
    padding: 0;
}
#site-nav ul li li a {
    text-transform: none;
}
@media (min-width: 63.75em) {
    #mobile-menu-toggle,
    #mobile-menu-close {
        display: none !important;
    }
    #mobile-menu-wrap {
        display: block !important;
        margin-bottom: 0;
    }
    #mobile-menu-wrap {
        overflow: visible;
    }
    #site-nav {
        line-height: 1;
    }
    #site-nav ul {
        position: relative;
        margin: 0;
        padding: 0;
        text-align: right;
    }
    #site-nav ul li {
        position: relative;
        display: inline-block;
        height: 60px;
        margin: 0 0 0 30px;
        padding: 0;
        border-bottom: none;
        white-space: nowrap;
        text-align: left;
        border-bottom: 1px solid white;
    }
    #site-nav ul li:last-child {
        border: none;
    }
    #site-nav ul li a {
        display: block;
        padding: 20px 0;
    }
    #site-nav ul li a:hover {
        color: #68b7f6;
    }
    #site-nav ul li li a:hover {
        border-bottom: none;
        color: white;
    }
    #site-nav ul li li {
        padding: 0;
        margin: 0;
    }
    #site-nav ul ul.sub-menu {
        display: none;
        position: absolute;
        left: 0;
        margin: 0;
        padding: 0;
        z-index: 1000;
    }
    #site-nav ul ul.sub-menu:before {
        position: absolute;
        z-index: -1;
        content: "";
        top: -0.7em;
        left: 0;
        border-top: 0.7em solid transparent;
        border-bottom: 0.7em solid transparent;
        border-left: 0.7em solid #68b7f6;
    }
    #site-nav ul.sub-menu li {
        display: block;
        padding: 0;
        height: auto;
    }
    #site-nav ul.sub-menu a {
        height: auto;
        display: block;
        padding: 10px 14px;
        border-bottom: none;
        background: #68b7f6;
        color: white;
        letter-spacing: 1px;
    }
    #site-nav ul.sub-menu a:hover {
        background: #38a0f3;
        transition: all ease-in-out 0.4s;
    }
    #site-nav ul li:hover > ul {
        display: block;
        padding: 0;
        transition: all ease-in-out 0.4s;
    }
    #site-nav ul li a:hover {
        transition: all ease-in-out 0.4s;
    }
    #site-nav .active {
        color: #68b7f6;
    }
}
header {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 63.75em) {
    header {
        display: block;
    }
}
.header-1-3 {
    width: 20%;
}
@media (max-width: 63.75em) {
    .header-1-3 {
        width: 100%;
    }
}
.header-2-3 {
    width: 80%;
}
@media (max-width: 63.75em) {
    .header-2-3 {
        width: 100%;
    }
}
@media (max-width: 63.75em) {
    .logo {
        text-align: center;
    }
}
.slider {
    padding: 4em 0;
    background: #68b7f6 url("../images/header1.jpg") 50% 50% no-repeat;
    background-size: cover;
}
h2.marked {
    width: 1%;
    margin-bottom: 0;
    font-family: "Lato", sans-serif;
    letter-spacing: 2px;
}
@media (max-width: 22.5em) {
    h2.marked {
        font-size: 18px;
    }
}
.marked span {
    background-color: #2095f2;
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 2px;
    white-space: nowrap;
    color: white;
}
@-webkit-keyframes fadeintext {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    50% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeintext {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    50% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.caption {
    -webkit-animation: fadeintext 2s;
    animation: fadeintext 2s;
}
.openinghours {
    margin: 0 0 26.6666666667px 0;
    padding: 0;
    list-style: none;
}
.openinghours li {
    padding: 6px 10px;
}
.openinghours li::after {
    content: "";
    display: table;
    clear: both;
}
.openinghours li:nth-child(2n) {
    background: #f0f0f0;
}
.openinghours li:nth-child(2n + 1) {
    background: #e3e3e3;
}
.openinghours li.activeday {
    background: #68b7f6;
    color: white;
}
.day,
.hours {
    display: block;
}
.day {
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.3333333333%;
    margin-left: 0%;
    margin-right: 0%;
}
.day::after {
    content: "";
    display: table;
    clear: both;
}
@media (max-width: 58.75em) {
    .day {
        padding-bottom: 4px;
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .day:first-child {
        margin-left: auto;
    }
    .day:last-child {
        margin-right: auto;
    }
}
.hours {
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.6666666667%;
    margin-left: 0%;
    margin-right: 0%;
    text-align: right;
}
.hours::after {
    content: "";
    display: table;
    clear: both;
}
@media (max-width: 58.75em) {
    .hours {
        text-align: left;
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .hours:first-child {
        margin-left: auto;
    }
    .hours:last-child {
        margin-right: auto;
    }
}
@media (max-width: 48.75em) {
    .hours {
        text-align: center;
    }
}
.sidebox {
    margin-bottom: 26.6666666667px;
    padding: 10px 10px 10px 60px;
}
.sidebox:last-child {
    margin: 0;
}
.sidebox .telephone {
    display: block;
    padding-top: 5px;
    font-size: 18px;
}
@media (max-width: 48.75em) {
    .sidebox {
        padding: 50px 10px 10px 10px;
    }
}
.accent {
    background: #68b7f6;
}
.terminbox {
    /* background: url(../images/svg/telephone.svg) no-repeat left 10px center; */
    border: 1px solid #68b7f6;
    padding: 10px 20px;
}
@media (max-width: 48.75em) {
    .terminbox {
        /* background: url(../images/svg/telephone.svg) no-repeat top 10px center; */
    }
}
.akutbox {
    background: url(../images/svg/akut.svg) no-repeat left 10px center;
    border: 1px solid #e78e84;
}
@media (max-width: 48.75em) {
    .akutbox {
        background: url(../images/svg/akut.svg) no-repeat top 10px center;
    }
}
.centerinfo {
    text-align: center;
    margin-bottom: 26.6666666667px;
}
.centerinfo h5 {
    margin: 5px 0;
}
.centerinfo .telephone {
    font-size: 18px;
}
.portraits {
    margin-bottom: 20px;
}
.portraits::after {
    content: "";
    display: table;
    clear: both;
}
.portrait {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
    border-radius: 50%;
    border: 2px solid #68b7f6;
    background: white;
    padding: 5px;
}
.portrait::after {
    content: "";
    display: table;
    clear: both;
}
.portrait:last-child {
    margin-right: 0%;
}
@media (max-width: 30em) {
    .portrait {
        width: 44% !important;
        float: left;
        clear: none;
        text-align: inherit;
        width: 47%;
        margin-left: 0%;
        margin-right: 6%;
        margin-bottom: 6%;
    }
    .portrait::after {
        content: "";
        display: table;
        clear: both;
    }
    .portrait:last-child {
        margin-right: 0%;
    }
}
.box-headline {
    display: inline-block;
    padding: 10px;
    margin: 0;
    color: white;
    font-family: lato;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.box-headline-rot {
    background: #e78e84;
}
.box-headline-blau {
    background: #68b7f6;
}
.infobox {
    padding: 20px;
    margin-bottom: 20px;
}
.infobox p {
    margin-bottom: 0;
}
.infobox::after {
    content: "";
    display: table;
    clear: both;
}
.infobox_rot {
    border: 1px solid #e78e84;
}
.infobox_blau {
    border: 1px solid #68b7f6;
}
.infobox_full_blau {
    background: #68b7f6;
    color: white;
}
.infobox_full_rot {
    background: #e78e84;
    color: white;
}
.big {
    display: block;
    padding-top: 5px;
    font-size: 18px;
}
.urgentnumber {
    display: inline-block;
    margin-top: 10px;
    font-size: 18px;
    color: white;
}
.tab-content {
    display: none;
}
.tab-content.current {
    display: inherit;
}
.tabs img {
    opacity: 0.5;
    transition: all 0.4s ease;
}
.tabs img.current,
.tabs img:hover {
    opacity: 1;
    cursor: pointer;
}
.teamfoto {
    margin-top: 40px;
}
.footer {
    padding: 40px;
    background: #68b7f6;
    color: white;
    text-align: center;
}
.footer a {
    color: white;
}
.button_info {
    display: inline-block;
    color: white;
    background: #68b7f6;
    padding: 8px 12px;
}
.button_info:hover {
    color: white;
    background: #2095f2;
}
.button_info:after {
    content: "\27A4";
    padding-left: 10px;
}
*[class^="icon-"] {
    display: inline-block;
    width: 24px;
    height: 24px;
    fill: currentColor;
}
.icon-facebook {
    color: #e78e84;
}
@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .footer,
    .map,
    .mapinfo,
    .sidebar,
    .slider,
    .portraits,
    #mobile-menu-toggle {
        display: none;
    }
}
/*# sourceMappingURL=main.css.map */
