@import "fonts.css";

html {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: #46b3e6;
}

html,
body,
header,
.content-container {
    width: 100%;
    margin: 0;
    padding: 0;
}

header {
    padding-bottom: 54em;
}

nav {
    position: relative;
    height: 6em;
    padding: 0 1em;
    box-sizing: border-box;
}

nav > a > img {
    height: 4.5em;
    margin: 0.75em 0 0.75em 1em;
    box-sizing: border-box;
}

nav > img {
    height: 4.5em;
    margin: 0.75em 0 0.75em 1em;
    box-sizing: border-box;
}

nav > ul {
    position: absolute;
    padding: 0;
    margin: 0;
    vertical-align: baseline;
    right: 0;
    bottom: 1.5em;
}

nav > ul > li {
    display: inline-block;
    list-style-type: none;
}

nav > ul > li > a {
    color: #46b3e6;
    text-decoration: none;
    font-weight: 200;
    font-size: 1.2em;
    margin: 0 1em;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

nav > ul > li > a.active {
    cursor: default;
}

nav > ul > li > a:hover {
    text-decoration: none;
}

p {
    margin: 0;
}

h1,
h2 {
    font-weight: normal;
    color: #46b3e6;
}

.h2-margin {
    margin-bottom: 0;
    font-weight: bold;
}

.h3-margin {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.blue-bg {
    color: #fff;
    background-color: #46b3e6;
}

.content-container > * {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.bold {
    font-weight: bold;
}

.font-larger {
    font-size: 1.05em;
}

.font-much-larger {
    font-size: 1.2em;
}

.font-largest {
    font-size: 1.35em;
}

.font-smaller {
    font-size: 0.905em;
}

.menu-marker {
    position: absolute;
    width: 100%;
    height: 0.1em;
    background-color: #000;
    bottom: -0.2em;
    left: 0;

    transition: background-color ease-out 0.2s;
}

.menu-marker > .rect {
    border-right: solid 0.15em #000;
    border-bottom: solid 0.15em #000;
    transform-origin: center center;
    transform: rotate(45deg);
    position: absolute;
    left: 0.75em;
    height: 0.375em;
    width: 0.375em;
    bottom: -0.2em;
    background-color: #fff;

    transition: border-color ease-out 0.2s;
}

.lh-2 {
    line-height: 2;
}

.arzt {
    height: 10em;
    margin-left: 1.5em;
    margin-top: 1em;
}

.arztdropdown-content {
    visibility: hidden;
    position: absolute;
    top: -4em;
    left: 9em;
    width: 20em;
    z-index: 5;
}

#c2:hover .arztdropdown-content {
    visibility: visible;
}

#c2 a, #c2 a:link, #c2 a:visited, #c2 a:hover {
    text-decoration: none;
}


.right {
    float: right;
}

nav a:hover > .menu-marker,
nav a.active > .menu-marker {
    background-color: #46b3e6;
}

nav a:hover > .menu-marker > .rect,
nav a.active > .menu-marker > .rect {
    border-color: #46b3e6;
}

#banner {
    box-sizing: border-box;
    padding: 0.75em 7%;
    font-size: 1.1em;
}

#banner > div {
    display: inline-block;
}

#banner > div:last-child {
    float: right;
}

#banner > div > div {
    white-space: nowrap;
    float: right;
}

#banner > div > img {
    margin-right: 0.25em;
    height: 2.5em;
}

#slider,
#slider > img {
    width: 100%;
}

header,
#slider {
    position: relative;
    z-index: 1;
}

#slides,
#slider {
    margin-top: 0.5em;
}

header > img {
    position: absolute;
    width: 15em;
    left: 12%;
    top: -1em;
    z-index: 100;
}

header > div {
    position: absolute;
    z-index: 2;
    width: 42.5%;
    -webkit-box-shadow: 0 0 20px 1px #e0e0e0;
    -moz-box-shadow: 0 0 20px 1px #e0e0e0;
    -o-box-shadow: 0 0 20px 1px #e0e0e0;
    box-shadow: 0 0 20px 1px #e0e0e0;

    margin: -2.8em 2.5em;
}

#c1 {
    opacity: 0;
    z-index: 3;
    margin-left: -42.5%;
    animation: flyInFirstDiv ease 0.75s 0.25s forwards;
    width: 35em;
    height: 20em;
}

#erw {
    margin: 0;
}

#c2 {
    z-index: 2;
    margin: -2.8em 2.5em;
    opacity: 0;
    animation: flyInSecondDiv ease 0.75s 1s forwards;
    max-width: 16.2em;
}

#c3 {
    margin-top: 21em;
    height: 30.5em;
    width: calc(100% - 5em);
    opacity: 0;
    z-index: 3;
    margin-left: -42.5%;
    animation: flyInFirstDiv ease 0.75s 1.5s forwards;
}

.lh-3 {
    height: auto;
    color: #fff;
    background-color: #46b3e6;
}

.lh-3 > h2 {
    color: #fff;
}

header > div > div {
    padding: 1em 2em;
}

header > div > .title {
    min-height: 3.9em;
    font-size: 1.1em;
    line-height: 1.25;
}

#c1 > div:last-child,
#c2 > div:last-child {
    padding: 1em 2.2em;
    background-color: #fff;
    height: 12em;
}

#imprint,
#contact,
#privacy-policy {
    margin-bottom: 4em;
}

#imprint a {
    color: #46b3e6;
}

#imprint h2 {
    margin-bottom: 0;
}

#contact {
    height: 20vw;
    margin: 3em auto 4em auto;
}

#contact-left,
#contact-right {
    height: 100%;
    box-sizing: border-box;
}

#contact-left {
    width: 21%;
    padding: 2em;
    float: left;
    font-size: 1.05em;
    line-height: 1.5;
}

#contact-right {
    width: 79%;
    float: right;
}

#imprint,
#privacy-policy {
    color: #000;
    line-height: 1.5;
}

nav > h1 {
    display: inline-block;
    margin: 0.15em 0 0 1em;
    position: absolute;
    font-size: 2.5em;
}

nav > h2 {
    display: inline-block;
    margin: 1.85em 0 0 1.5em;
    position: absolute;
    font-size: 1.7em;
}

nav > h1 > br {
    display: none;
}

#sec header {
    padding-bottom: 18em;
}

#c5 {
    margin-left: 2.5em;
    margin-top: 1em;
}

.warning {
    color: red;
    font-size: 0.9em;
}

.c5header {
    padding-top: 0.8em;
    padding-left: 1.2em;
    padding-bottom: 0.8em;
    font-size: 1.5em;
}

#pas {
    font-size: 0.7em;
}

.abwesenheit {
    margin-top: 3em;
}

form > h4 {
    margin-bottom: 0;
    font-size: 1.2em;
}

form > div > h4 {
    margin-bottom: 0;
    font-size: 1.2em;
}

.felder {
    width: 100%;
    height: 1.5em;
    font-size: 1em;
}

#einloggen {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    background-color: #46b3e6;
    border: 1px solid #46b3e6;
    color: white;
    margin-top: 1em;
    font-size: 1em;
    padding: 0.5em;
}

.einloggen:hover {
    background-color: #4683e6;
}

.btn {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;

    padding: 0.25em 0.5em;
    border: none;
    font: inherit;

    cursor: pointer;
    background-color: #cbcbcb;
    color: #222;

    transition: background-color 0.25s cubic-bezier(0, 0, 0.1, 1);
}

.btn:hover {
    background-color: #bfbfbf;
}

@media only screen and (max-width: 1150px) {
    nav {
        height: 9em;
    }
}

@media only screen and (max-width: 1220px) {
    #imprint,
    #privacy-policy {
        padding: 0 2.5em;
        box-sizing: border-box;
    }

    nav > ul {
        right: 1.5em;
    }

    #c5 {
        margin-right: 1.5em;
    }

    #notiz {
        width: 95%;
        font-size: 1.3em;
        margin-right: 1.5em;
    }

    input {
        font-size: 1em;
    }

    /* #banner {
        padding: .75em .2em;
    } */
}

@media only screen and (orientation: portrait) {
    #contact {
        height: 20vh;
    }

    #contact-left {
        padding: 0.5em;
        font-size: 0.9em;
    }

    #sec header {
        padding-bottom: 0;
    }

    input {
        font-size: 0.8em;
    }

    #c2:hover .arztdropdown-content {
        visibility: hidden;
    }

}

@media only print {
    .hide-print {
        display: none;
    }

    #c1,
    #c2,
    #c3 {
        opacity: 1;
    }

    #c1 {
        margin-left: 2.5em;
        height: auto;
    }

    #c2 {
        margin: -2.8em 54.2%;
    }

    #c3 {
        margin-left: 2.5em;
    }

    #c5 {
        margin-left: 2.5em;
    }

    #notiz {
        width: 95%;
        font-size: 1.3em;
        margin-right: 1.5em;
    }

    input {
        font-size: 0.8em;
    }
}

@media only screen and (orientation: portrait), only screen and (max-width: 920px) {
    header {
        padding-bottom: 1em;
    }

    header > div {
        position: relative;
        width: 90%;
        width: calc(100% - 5em);
        margin: 2.8em 2.5em 0 2.5em /*-42.5%*/ !important;
        opacity: 0;
        animation-delay: 0.25s;
        animation-name: flyInLowRes !important;
        float: none;
    }

    nav > ul {
        right: 1.1em;
    }

    #c1 > div:last-child {
        height: auto;
    }

    button {
        font-size: 1em;
    }

    #c3 {
        height: auto;
    }

    #c5 {
        margin-left: 2.4em;
    }

    #notiz {
        width: 95%;
        font-size: 1.3em;
        margin-right: 1.5em;
    }

    input {
        font-size: 0.9em;
    }

    #c1, #c2, #c3 {
        margin: auto !important;
        margin-top: 2em !important;
        width: calc(100% - 5em) !important;
        max-width: unset;
    }

    #c2 > .lh-2 {
        display: flex;
        justify-content: center;
    }

    .arzt {
        margin-left: 0;

    }

}

@media only screen and (max-width: 760px) {
    nav {
        height: 13em;
    }

    nav > h1 {
        margin: 0.35em 0 0 1em;
        font-size: 2em;
    }

    nav > h2 {
        margin: 5.45em 0 0 -3.7em;
        font-size: 1.3em;
    }

    nav > h1 > br {
        display: initial;
    }

    .c5header {
        font-size: 1.6em;
        padding-bottom: 1em;
    }

    #notiz {
        width: 95%;
        font-size: 1.3em;
        margin-left: 1.5em;
    }

    input {
        font-size: 0.9em;
    }
}

@media only screen and (max-width: 510px) {
    body {
        font-size: 0.7em;
    }

    input::placeholder {
        font-size: 0.8em;
    }

    .pfeil {
        left: 6%;
    }

    #slider-pos-repr {
        bottom: 0.7em !important;
    }

    .notizBereich {
        position: relative;
        left: 0em;
        top: 0em;
        height: 0;
        overflow: hidden;
        z-index: 3;
        background-color: white;
        opacity: 1;
        margin-top: 0;
    }

    #notiz {
        margin-left: 0.4em;
    }

    .handy {
        display: block;
    }

    .formfloat,
    .divformfloat {
        float: left;
    }

    .end {
        float: left;
        width: 100%;
        font-size: 1.2em;
        padding: 0.5em;
    }

    #login {
        max-width: 75%;
        width: auto;
    }

    #tabelle {
        margin-left: 0.4em;
        width: 95%;
    }
}

@keyframes flyInFirstDiv {
    from {
        margin-left: -42.5%;
        opacity: 0;
    }

    to {
        margin-left: 2.5em;
        opacity: 1;
    }
}

@keyframes flyInSecondDiv {
    from {
        margin: -2.8em 2.5em;
        opacity: 0;
    }

    to {
        margin: -2.8em 54.2%;
        opacity: 1;
    }
}

@keyframes flyInLowRes {
    from {
        margin-left: -42.5%;
        opacity: 0;
    }

    to {
        margin-left: 2.5em !important;
        opacity: 1;
    }
}
