@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: almarai;
    src: url(../fonts/Almarai-Regular.ttf);
}

@font-face {
    font-family: almarai;
    font-weight: bold;
    src: url(../fonts/Almarai-Bold.ttf);
}

html {
    font-size: 14px;
    scroll-behavior:smooth;
}

body {
    font-family: almarai, helvetica, sans;
    color: #515e61;
    max-width: 1260px;
    margin: 0 auto;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1 {
    font-weight:bold;
    font-size: 3em;
    line-height: 1.1em;

}

h2 {
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 2.5em;
    line-height: 1.1em;
}
h3 {
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.1em;
    margin-top: 0;
}

h3 em {
    color: white;
    font-style:normal;
}

h4 {
    color: #4d9797;
    font-weight: bold;
    margin-bottom: 0;
}

h4.small {
    margin-bottom: 12px;
}

h5 {
    font-size: 1em;
}

h5.small {
    margin-bottom: -12px;
}

.svg-image {
    margin: -4%;
}

[data-page="about"] h3 {
    margin-bottom: 1rem;
    margin-top: 0;
}

p {
    line-height: 1.4em;
    /* max-width: 80%; */
}

.lineheight {
    line-height: 1.6em;
}

a.anchor {
    display: block;
    position: relative;
    top: -150px;
    top: calc(-80px - 2rem - 1rem);
    visibility: hidden;
}

.uppercase {
    text-transform: uppercase;
}

.banner {
    background: #9bcacb;
    background-size: cover;
    background-position: right top;
}

[data-page="about"] .banner {
    background-position: right center;
}

.banner p {
    width: 24rem;
    font-size: 1.1em;
    line-height: 1.3rem;
}

.index .banner {
    background-image: url(../images/rhecord_web_header_home.jpg);
}

[data-page="about"] .banner {
    background-image: url(../images/rhecord_web_header_about.jpg);
}

[data-page="for-physicians"] .banner {
    background-image: url(../images/rhecord_web_header_arzt.jpg);
}

[data-page="for-patients"] .banner {
    background-image: url(../images/rhecord_web_header_patienten.jpg);
}


.banner h1 {
    padding-top: 3rem;
}

.banner h3 {
    padding-top: 1rem;
    font-weight: inital;
    margin-bottom: 1rem;
}

[data-page="index"] h4 {
    font-size: 1.2em;
}



.banner button {
    background: transparent;
    color: white;
    padding: 8px;
    padding-right: 2rem;
    padding-left:  2rem;
    margin-bottom: 2rem;

    border: 1px solid white;
    border-radius: 20px;
    background: transparent;
}

.banner {
    padding: 4rem 4rem 3rem 4rem;
}

button {
 border: 1px solid #4d9797;
    border-radius: 20px;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    background: #4d9797;
    color: white;
    font-weight: bold; 
}

.anchor-links {
    display: flex;
    flex-direction: column;
    left: -10rem;
    min-width: 13rem;
    max-width: 94% !important;
    height: 100%;
    margin: 2%;
    margin-right: 3rem; 
}

.anchor-links a {
    border-top: 1px solid #4d9797;
    color: #4d9797;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 40px;
    position: relative;
    text-align: left;
}

.anchor-links a:last-child {
    border-bottom: 1px solid #4d9797;
}

.anchor-links a::after {
    content: '';
    position: absolute;
    right: 0px;
    top: calc(50% - 16px);
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/icons/arrow-down.svg);
    background-size: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.with-links {
    display: flex;
}


[data-page="for-physicians"] .anchor-links {
    left: 0px;
    position: relative
}

.dot-headline::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-bottom: 3px;
    background: #4d9797;
    border-radius: 15px;
}

.dot-headline {
    font-size: 1em;
    font-weight:bold;
    color: #4d9797;
    text-transform: uppercase;
    margin-bottom: 0.7rem;    
    margin-top: 3%;
}


.faq > div:not(:last-child) {
    border-bottom: 1px solid #aaa;
}


.faq span {
    display: block;
    color: #4d9797;
    font-weight: bold;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
    transition: padding-bottom 0.3s;
    padding-right: 4%;
}


.faq span::after {
    content: '';
    position: absolute;
    right: 0px;
    top: calc(50% - 16px);
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/icons/arrow-wide-down.svg);
    background-size: 400%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: transform 0.3s;
}

.faq .open span {
    padding-bottom: 1rem;
}

.faq .open span::after {
    transform: rotate(180deg);
}

.faq .answer {
    padding-bottom: 1rem;
}

.small-header {
    font-size: 0.9rem;
    font-weight:bold;
    text-transform: uppercase;
    color: #4d9797;
    margin-bottom: 0.5rem;
    margin-top: 3%;
}

.numbered-bg.one > div::before {
    content:'01';
}

.numbered-bg.two > div::before {
    content:'02';
}

.numbered-bg.three > div::before {
    content:'03';
}

.numbered-bg.four > div::before {
    content:'04';
}

.numbered-bg.five > div::before {
    content:'05';
}

.numbered-bg {
    padding: 0 15%;
}

.numbered-bg > div::before {
    display: inline-block;
    position: absolute;
    font-size: 4rem;
    color: #9bcacb;
    opacity: 0.4;
    font-weight: bolder;
    left: -3rem;
    top: 0.2rem;
}

.numbered-bg > div {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.icon-box .small-header,
.numbered-bg .small-header {
    padding-bottom: 1rem;
}

.dark-mint .dot-headline::before {
    background: white;
}

.dark-mint .dot-headline {
    color: white;
}

.top-padding {
    padding-top: 7rem;
}
.top-padding-big {
    padding-top: 15rem;
}

.bottom-padding {
    padding-bottom: 4rem;
}
.bottom-padding-big {
    padding-bottom: 30rem;
}


ul ul {
    list-style: disc;
}

ul,
ol {
    padding-inline-start: 16px;
    line-height: 1.4em;
}

.numbers ul {

}



/* li {
    margin-bottom: 6px;  
    margin-left: 4%;
    max-width: 80%;
  } */


.bold,
h5,
h6,
h7 {
    font-weight: bold;
}




.indent {
    margin-left: 25px;
}

.indent2 {
    margin-left: 45px;
}

.logo img {
    height: 2.125rem;
}

.body.new-window .navigation .logo {
    position: relative;
}

header {
    display: flex;
    position: fixed;
    /* margin-top: -60px; */
    width: 100%;
    max-width: 1260px;
    z-index: 3;
    top: 0px;
    justify-content: space-between;
    background: white;
    color: #73858c;             /* header-gray */
    padding: 1rem;
    height: 5.5rem;
}

header a {
    display: flex;
    align-items: center;
}

header button {
    color: #6d8089;
    border: 1.5px solid #6d8089;
    background: white;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    font-size: 1em;
}

.navigation {
    display: flex;
    margin-right: 1%
}
.navigation > div {
    padding-right: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.navbar-expand-lg .navbar-nav {
    padding-left: 0.5rem;
}
.nav-item {
    padding-right: 1.7rem;
}
a.dropdown-item:hover {
    background-color: #61a2a3;
    color: white;
    font-weight: bold;
}

.hamburger-menu-icon {
    display: none;
}

.hamburger-logo {
    max-height: 4rem;
}

.navbar-nav .dropdown-menu {
    overflow: hidden;
}

.scroll-up {
    position: fixed;
    opacity: 0;
    transition: opacity 0.3s;
    bottom: 2rem;
    right: 2rem;
    background: white url(../images/icons/scroll-up.svg);
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: 5px 3px;
    border-radius: 48px;
    border: 1px solid #61a2a3;
    width: 48px;
    height: 48px;
    padding: 0px;
    z-index: 90;
}

.scroll-up.visible {
    opacity: 1;
}

main {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

main .app-links {
    text-align: center;
    display: flex;
    flex-direction: column;
}



.max-width {
    flex-direction: column;
}

footer {
    background: white;
    text-align: center;
    padding-bottom: 2rem;
    font-size: 0.9em;
    margin-top: 4%;
}

.imprint p {
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

[data-page="index"] footer {

}

footer img {
    height: 1.5rem;
    margin-bottom: 2rem;
}

.contactmail {
    margin: -4px;
    display: inline-block;
    height: 1.4rem;
}

footer hr {
    margin-top: 3rem;
    margin-bottom: 2rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.footer-links {
    display: flex;
    justify-content: space-around;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;    
    margin-bottom: 5%;
}

.for-patients .app-boxes {
    margin-bottom: 100px;
}
.for-patients .app-boxes .icon-box {
    min-width: 400px;
}

.icon-boxes,
.link-boxes,
.app-boxes {
    display: flex;
    justify-content: center;
    column-gap: 1.2rem;
}

.first-block {
    width: 64%;
}


.icon-boxes > * {
    flex: 1;
}

.icon-boxes-absolute {
    position: absolute;
    top: 20rem;
    left:0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.app-boxes {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    margin-bottom: 4%;
    flex-wrap: wrap;
}

.app-boxes .icon-box {
    max-width: unset;
    width: 18rem;
    height: 15rem;
}

[data-page="about"] .app-boxes .icon-box {
    width: 24rem;
    height: 20rem;
}



[data-page="for-patients"] .app-boxes .icon-box {
    width: auto;
}

/* [data-page="index"] .app-boxes { */
/*     top:  */
/* } */

.for-patients .app-boxes .icon-box {
    height: auto
}

.icon-box {
    flex: 1;
    background: transparent;
    justify-content: start;
    display: flex;
    min-height: 100%;
    font-size: 1rem;
    background-image: url(../images/rhecord_boxes_home_iphone.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-box.iphone {
    background-image: url(../images/rhecord_boxes_home_iphone.svg);
}

.icon-box.android {
    background-image: url(../images/rhecord_boxes_home_android.svg);
}

/* about page */

#about-page .icon-box.iphone {
    background-image: url(../images/rhecord_boxes_about_01.svg);
}

#about-page .icon-box.android {
    background-image: url(../images/rhecord_boxes_about_02.svg);
}

.icon-box.for-patients {
    background-image: url(../images/rhecord_boxes_about_03.svg);
}

.icon-box.for-physicians {
    background-image: url(../images/rhecord_boxes_about_04.svg);
}

.icon-box.give{
    background-image: url(../images/rhecord_boxes_about_05.svg);
}

.icon-box.workout{
    background-image: url(../images/rhecord_boxes_about_06.svg);
}

.icon-box.doc-communication{
    background-image: url(../images/rhecord_boxes_about_07.svg);
}






/* .absolute .icon-box { */
/*     max-width: 20rem; */
/* } */

.icon-boxes .max-width-w > * {
    flex: 1;
}

.icon-boxes * > .icon-box {
    margin-right: 1.5rem;
}

.icon-boxes *:last-child > .icon-box,
.app-boxes *:last-child > .icon-box {
    margin-right: 0px;
    margin-bottom: 0px;
}

.icon-box img {
    position: absolute;
    top: -2rem;
    left: calc(50% - 2.625rem);
    width: 5.5rem;
    border: 2px solid #4d9797;
    border-radius: 100px;
    margin-top: -10px;
    background: white;
    /* margin-left: auto; */
    /* margin-right: auto; */
    padding: 0.25rem;
}

.icon-box span.store-name {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: -1rem;
}

button.dark-mint,
.icon-box button {
    color: white;
    background:  #4d9797;
    border-color: #4d9797;
    padding: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    min-width: 160px;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    font-size: 1rem;
}

.link-boxes {
    margin-top: 1.5rem;
}

.img-link-box {
    background: white;
    box-shadow: 0px 5px 30px #dedede ;
    border-radius: 20px;
    margin-right: 1.5rem;
    justify-content: start;
    display: flex;
    flex: 1;
    color: #4d9797;
}
.img-link-box:last-child {
    margin-right: 0px;
}

.img-link-box img {
    width: 8rem;;
    border-radius: 20px;
}

.img-link-box div {
    padding: 1rem;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    flex: 1;
}

.img-link-box div::after {
    content: '';
    position: absolute;
    right: 10px;
    top: calc(50% - 16px);
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/icons/arrow-wide-right.svg);
    background-size: 100%;
}

.img-link-box span {
    display: block;
    font-size: 1.1rem;
    font-weight: bold;
}



.logos-block {
    display: flex;
    position: relative;
    top: 100px;
    justify-content:center;
}

.logos-block > div {
    background: white;
    box-shadow: 0px 5px 30px #dedede ;
    border-radius: 20px;
    margin-right: 1.5rem;
    height: 9rem;
    min-height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 0.65rem;
    padding: 0.5rem;
}
.logos-block > div:last-child {
    margin-right: 0px;
}

.logos-block > div > img {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    max-height: 30%;
    width: auto;
}

.logos-block > div > span {
    height: 50%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.product-boxes {
    display: flex;
    justify-content: center;
    position: relative;
    gap: 3%;
}
.product {
    background: white;
    box-shadow: 0px 5px 30px #dedede ;
    border-radius: 20px;
    margin-right: 15px;
    padding: 30px;
    flex: 1;
    line-height: 1.4em;
    /* max-width: 450px; */

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product:last-child {
    margin-right: 0px;
}

.product strong {
    color: #be1622;
}

.product-links {
    padding-top: 2rem;
}

.product-links a {
    position: relative;
    display: block;
    padding: 0.5rem;
}

.product-links a::after {
    content: '';
    position: absolute;
    right: 10px;
    top: calc(50% - 16px);
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/icons/download.svg);
    background-size: 100%;
}

.product-links a:not(:last-child) {
    border-bottom: 2px solid #dedede;
}

.product img {
    display:block;
    height: 1.75rem;
    margin-right: auto;
    margin-bottom: 3rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.red-button {
    color: white;
    background: #be1622;
    border: none;
    /* width: 50%; */
    margin-bottom: 1rem;
    font-size: 1.2rem;
    padding: 0.7rem 10rem;

}


.review-boxes {
    position: relative;
    top: -30rem;
    justify-content: start;
    display: flex;
    overflow: auto scroll;
}

.review {
    flex: 1;
    min-width: 190px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 5px 30px #dedede ;
    border-radius: 20px;
    margin-right: 15px;
    border-radius: 10px;
    background: white
}

.review img {
    width: 100%;
    border-bottom: 5px solid #4d9797;
    background: white;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

}

.review-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.review span {
    padding: 1.5rem;
}

.review .name {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 1rem;
}


.contact-form {
    background: white;
    box-shadow: 0px 10px 30px #cfcfcf;
    border-radius: 20px;
    padding: 4rem;
    color: #515e61;
    margin-bottom: 40px !important;
}

.contact-form > div.group > div,
.contact-form > div:not(.group) {
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem;
    width: 100%;
}

.contact-form button {
    width: fit-content;
    flex-shrink: 1;
}

.needs-input span {
    color: red;
}
.contact-form textarea, .contact-form .needs-input input {
    border-color: red;
}

.contact-form span {
    font-size: 0.9rem;
    font-weight: bold;
}

.contact-form > div.group > div:not(:last-child) {
    margin-right: 1.5rem;
}

.contact-form textarea,
.contact-form input {
    border-radius: 10px;
    border: 1px solid #aaa;
    font-size: 1.8rem;
    padding-left: 0.5rem;
    width: 100%;
}

.input-margin {
    margin-bottom: 2%;
}
input:focus {
    border-color:#4d9797;
}

.exclaimation-box::before {
    content: '!';
    display: inline-block;
    font-size: 4rem;
    color: #4d9797;
    font-weight: bolder;
    top: 34px;
    position: relative;
    left: -4px;
    margin-left: -20px;
    line-height: 0;
}

.exclaimation-box {
    /* width: 40%; */
    margin-left: 3rem;
    line-height: 1.4rem;
}

.manual-box::before {
    content: '!';
    display: inline-block;
    font-size: 4rem;
    color: #4d9797;
    font-weight: bolder;
    top: 34px;
    position: relative;
    left: -4px;
    margin-left: -20px;
    line-height: 0;
    visibility: hidden;
}

.manual-box {
    margin-left: 3rem;
    line-height: 1.4rem;
}

.red-box {
    width: auto;
    padding: 1.5rem;
    padding-bottom: 2rem;

    border: 2px solid #a61c27;
    color: #a61c27;
    /* border-right: 0px; */
    border-radius: 10px;
    height: 38%;
}


.bottom-padding-for-icon-boxes-15 {
    padding-bottom: 15rem;
}

.bottom-padding-for-icon-boxes-20 {
    padding-bottom: 20rem;
}
.top-padding-for-icon-boxes-20 {
    padding-top: 25rem;
}

.bottom-padding-for-icon-boxes-5 {
    padding-bottom: 5rem;
}

.top-20rem {
    top: 27rem;
}


@media (max-width: 1023px) {
   
    header,
    main > div {
        /* padding-left: 1rem;
        padding-right: 4rem; */
    }

    body {
        margin: 0 auto;
        font-size: 1rem;
        color: #515e61;
    }

    header .navigation {
        display: none;
    }

    header .hamburger-menu-icon {
        display: block;
        width: 48px;
        height: 48px;
        background: url(../images/icons/hamburger-menu.svg);
        margin-right: 2%;
    }

    .hamburger-menu {
        display: flex;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        min-height: 100%;
        overflow: scroll none;
        z-index: 100;
        flex-direction: column;
        background: #4d9797;
        font-size: 1em;
    }

    .hamburger-menu .hamburger-header {
        padding: 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .hamburger-menu .close {
        width: 48px;
        height: 48px;
    }


    .hamburger-menu .hamburger-body .chapter,
    .hamburger-menu .hamburger-body .subchapters,
    .hamburger-menu .hamburger-body {
        display: flex;
        flex-direction: column;
        color: white;
    }

    .banner .max-width {
        position: relative;
        left: unset;
    }

    .chapter {
        border-bottom: 1px solid #c0e2e4;
        padding-bottom: 1rem;
        margin: 1rem;
        /* margin-left: 2rem;
        /* margin-right: 2rem; */
        /* margin-top: 2 */
    }

    .chapter > span {
        position: relative;
    }

    .chapter > span::after {
        content: '';
        position: absolute;
        right: 10px;
        top: calc(50% - 16px);
        display: inline-block;
        width: 32px;
        height: 32px;
        background: url(../images/icons/arrow-down-white.svg);
        background-size: 500%;
        background-position: 50%;
        transition: transform 0.3s;
    }

    .chapter.open > span::after {
        transform: rotate(180deg);
    }


    .chapter:last-child {
        border-bottom: none;
    }

    .hamburger-menu .hamburger-body .subchapters a {
        color: #c0e2e4;
        margin: 1rem;
    }

    .hamburger-menu .hamburger-body .subchapters {
        display: flex;
        flex-direction: column;
        padding-left: 1rem;
    }


    main {
    }

    .hamburger-footer .footer-links {
        flex-direction: column;
        text-align: center;
    }
    .hamburger-footer .footer-links a {
        color: white;
    }

    .footer-links {
        flex-direction: column;
    }
    .footer-links a {
        margin-bottom: 1rem;
    }

    .icon-boxes {
        flex-direction: column;
        /* left: calc(50% - (300px / 2)); */
        width: 100%;
    }
    .icon-boxes > * {
        margin-left: auto;
        margin-right: auto;
    }

    .icon-boxes-absolute {
        position: relative;
        top: 0px;
    }

    .bottom-padding-for-icon-boxes-15 {
        padding-bottom: 1rem;
    }

    .top-20rem {
        top: 5rem;
    }
    .bottom-padding-for-icon-boxes-20 {
        padding-bottom: 0rem;
    }
    .top-padding-for-icon-boxes-20 {
        padding-top: 7rem;
    }


    .app-boxes {
        /* left: calc(50% - (355px / 2) - 1rem); */
    }

    .app-boxes .icon-box {

    }

    .icon-boxes * > .icon-box {
        margin-right: 0rem;
    }
    .icon-box {
       
    }

    .icon-boxes > :not(:first-child) {
        margin-top: 2rem;
    }

    .link-boxes {
        flex-direction: column;
    }
    .link-boxes .img-link-box {
        margin-top: 2rem;
        margin-right: 0px;
    }

    .with-links {
        flex-direction: column;
    }

    .max-width-w {
        flex-direction: column;
    }

    .anchor-links {
        width: 100%;
        /* margin-bottom: 5rem; */
        margin-right: auto;
    }
    .anchor-links .anchor-link {
        color: white;
        border: 1px solid #4d9797;
        border-radius: 25px;
        color: #4d9797;
        text-align: center;
        font-size: 1rem;
    }

    .anchor-links .anchor-link:after {
        right: 1rem;
    }

    .anchor-links .anchor-link:not(:first-child) {
        display: none;
    }

    .logos-block {
        /* flex-wrap: wrap; */
        /* flex-flow: column wrap; */
        display: grid;
        grid-template-columns: repeat(auto-fill,minmax(10rem, 1fr));
        row-gap: 1.5rem;
        column-gap: 1.5rem;
    }

    .logos-block > div {
        width: calc(195px - 1rem);
        margin-top: 1rem;
    }

    .product-boxes {
        flex-direction: column;
    }
    .product-boxes .product {
        margin-top: 2rem;
        margin-left: auto;
        margin-right: auto;
    }

    .contact-form {
        /* top: 5rem;
        left: 0.5rem;
        margin-left: 0px;
        margin-right: 0px;
        width: 95%; */
    }

    .contact-form > div.group {
        display: flex;
        flex-direction: column;
    }

    .contact-form > div.group > div {
        width: 100%;
    }

    .for-patients .app-boxes,
    .app-installation,
    .image-combo {
        flex-direction: column;
    }
    .image-combo > img {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .image-combo > div {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }


    .for-patients .app-boxes {
        left: 0px;
        width: 100%;
    }
    .for-patients .app-boxes > * {
        margin-top: 3rem;
        margin-left: auto;
        margin-right: auto;
    }

    .exclaimation-box {
        width: 80%;
    }
    .app-installation button {
        margin-left:15%;
        margin-right:15%;
        width: 70%;
    }

    .app-installation .red-box {
        border: 4px solid #a61c27;
        border-radius: 20px;
        position: relative;
        width: 80%;
        margin-left: 10%;
        margin-left: 10%;
        left: 0px;
    }

    [data-page="about"] h3 {
        margin-bottom: -10px;
        margin-top: 0;
    }
    h4.small {
        margin-bottom: -12px;
      }
}

/* EFFECTS */


.icon-box {
    transition: transform 0.3s;
    transform: perspective(500px) rotate(0deg);
}

.icon-box p {
    transition: transform 0.3s;
    transform: perspective(500px) rotate(0deg);
}


.icon-box:hover {
    /* transform: perspective(500px) rotateX(-5deg); */
}

.icon-box:hover p {
    /* transform: perspective(500px) rotateX(5deg); */
}

button {
    position: relative;
    transition: transform 0.2s;
}


button::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;

    background-color: #4d9797;
}

button.red-button::after {
    background-color: #be1622;
}

button:link,
button:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 100px;
    transition: all .2s;
    position: absolute;
}

button:hover {
    /* transform: translateY(-3px); */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

button:active {
    /* transform: translateY(-1px); */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}


button:hover::after {
    transform: scaleX(1.05) scaleY(1.1);
    opacity: 0;
}


@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(5px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}


/* effects END */


/*  */


main > div {
    /* padding-top: 2rem;
    padding-bottom: 2rem; 
    max-height: 630px;*/
}

.gray {
    background: #eeeeee;
}
.gray-text {
    color: #71858f;
}
.mint {
    background: #e3f0f0;
}
.dark-mint {
    background: #4d9797;
    color: white;
}

.dark-mint-text {
    color: #4d9797;
}

.relative {
    position: relative;
}

.no-relative {
    position: unset;
    top: unset;
}
.center {
    text-align: center;
}


/* .active .nav-link {
    border-bottom: 3px solid #bd1823;
    padding-right: 0;
} */


img.icon-medizinprodukt {
    width: 120px;
    margin-top: -34px;
}
.box-text.box1 {
    font-size: 13px;
}
.tipps-box {
    position: absolute;
    z-index: 1;
    top: 200px;
    background-color: #61a2a3;
    color: #fff;
    padding: 2rem;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

img.icon-tipps {
    width: 80px;
    margin-top: -63px;
    margin-left: -53px;
}

.right2 {
    position: relative;
}


.headertxt {
    background-image: url(../images/rhecord_anleitung_trenner.png);
    background-size: cover;
}

.grid-anleitung>div.headertxt.transparent {
    background-image: none;
    padding: 0;
}

.green-bg {
    position: relative;
    background-color: #eaf2f3;
    width: 70%;
    padding-right: 70px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.image-right {
    position: absolute;
    left: 92%;
    top: 100px;
    z-index: 1;
    width: 300px;
}

.headertxt.head span {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}

.grid-anleitung>div.headertxt {
    /* border: 1px dashed #888; */
    padding: 4% 4% 2% 3%;
}

.img-box {
    display: flex;
    align-items: center;
    background-color: #eaf2f3;
    flex-direction: column;
}
.img-box img {
    margin-bottom: 20px;
}

.justify-center {
    justify-content: center;
}

.grid-anleitung img {
    width: 80%;
}

.extra-margin-bottom {
    margin-bottom: 7%;
}

.hinweis-box {
    border: 1px solid #bd1823;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    width: 197%;
    display: block;
    background-color: #fff;
    padding: 3%;
    margin-bottom: 15%;
}
.hinweis-box ol, .hinweis-box ul, .hinweis-box p {
    margin-bottom: 0px;
}



.label {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top: -30px;
    background-color: white;
    padding-right: 8px;
    padding-left: 8px;
    color: #bd1823;
}

.hinweis-box-text {
    margin-top: -27px;
}

.margin-bottom20 {
    margin-bottom: 20px;
}

.margin-bottom40 {
    position: relative;
    margin-bottom: 40px;
}

.margin-bottom100 {
    margin-bottom: 100px;
}

.margin-bottom145 {
    margin-bottom: 145px;
}
.margin-bottom200 {
    margin-bottom: 200px;
}
.margin-top40 {
    margin-top: 40px;
}
.margin-top60 {
    margin-top: 60px;
}
.margin-top70 {
    margin-top: 70px;
}
.margin-top80 {
    margin-top: 80px;
}
.margin-top100 {
    margin-top: 100px;
}

.margin-top145 {
    margin-top: 145px;
}
.margin-top200 {
    margin-top: 200px;
}
.margin-top220 {
    margin-top: 220px;
}
.margin-top300 {
    margin-top: 300px;
}

.margin-top400 {
    margin-top: 400px;
}
.margin-top500 {
    margin-top: 500px;
}
.padding-left20 {
    padding-left: 20px;
}
.padding-top20 {
    padding-top: 20px;
}
.grid-container>div.padding-top25 {
    padding-top: 25px;
}
.grid-container>div.padding-top50 {
    padding-top: 50px;
}

.padding40 {
    padding: 40px !important;
}

.main7 {
    display: flex;
    flex-direction: row;
    margin-top: 30%;
}

.main7 img.rhecord-healthcare-logo {
    width: 230px;
}

.main7 .text {
    margin-top: 35px;
    display: flex;
    margin-right: 5%;
}

.address {
    margin-top: 40px;
    margin-left: 30px;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.btn {
    background-color: #bd1823;
    padding: 2px 20px;
    color: white;
    border-radius: 8px;
}

a {
    color: #515e61;
        text-decoration: none;
        background-color: transparent;
    
}

a.margin-left {
    margin-left: -6%
}

a:hover {
    text-decoration: none;
}


a.arrow-link {
    color: #4d9797;
    font-weight: bold;
    background: url(../images/icons/arrow_teal_right.svg);
    background-size: 5.5%;
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 7%;
}

.links {
    padding-left: 30px;
}

body.new-window {
    background-image: none;
}

.bg-white {
    background-color: white;
}

.sprung {
    visibility: hidden;
    height: 0px !important;
    position: absolute;
    margin: -160px;
}

.nav__indicator {
    position: absolute;
    left: 0;
    bottom: 14px;
    height: 3px;
    z-index: 1;
    border-radius: 8px 8px 0 0;
    background-color: #bd1823;
}

.green-border {
    border-top: 5px solid #61a2a3;
}

.fachkreise {
    position: relative;
    top: 190px;
    display: flex;
    flex-direction: column;
}

.fachkreise .main {
    display: flex;
    justify-content: center;
    background-color: #e6f2ee;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 10px solid white;
    border-right: 10px solid white;
}

.fachkreise > .footer {
    margin-top: 20px;
}

/******     Fachkreise Login Page   ******/
#app {
    position: relative;
}

.btn--back {
    position: absolute;
    right: 25px;
    top: 0;
    height: 100px;
    width: 100px;
    z-index: 5;
    align-items: center;
    justify-content: end;
    display: flex;
}

.prax-doc-container {
    position: relative;
    top: 100px;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    .prax-doc-container {
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
    }

}

.itemcard {
    position: relative;
    width: 95%;
    max-width: 550px;

    margin-bottom: 5px;
}

.itemcard__header {
    position: relative;
    width: 100%;
    z-index: 2;
}

.itemcard__header img {
    width: 100%;
}

.itemcard__body {
    height: 390px;
    background-color: #e6f2ee;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.itemcard ~ .itemcard .itemcard__item:not(.itemcard__item ~ .itemcard__item) {
    margin-top: 37px
}

.itemcard__item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 35px;
}

.itemcard__item ~ .itemcard__item::before {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    width: 100%;
    background-color: #5fa59e;
}

.itemcard__links {
    color: #c21c2b;
    width: 130px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.itemcard__links a:first-of-type {
    font-weight: bold;
}

.itemcard__links a:first-of-type::after {
    content: "";
    position: relative;
    left: 5px;
    display: inline-block;
    height: 15px;
    width: 3px;
    background-color: white;
}

.footer--relative {
    position: relative;
    top: 130px;
}



@media (min-width: 600px) {
    .itemcard__body {
        height: 370px;
        padding-left: 30px;
        padding-right: 30px;
    }
    p {
        line-height: 1.4em;
        max-width: 100%;
    }
}



@media (min-width: 1024px) {
    .prax-doc-container {
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
    }
    p {
        line-height: 1.4em;
        max-width: 80%;
    }
}

.new-window {
    padding: 5%;
}

.new-window h3 {
    font-size: 1.1em;
    margin-bottom: 0.2em;
}

.new-window p {
   margin-top: 0;
}

.antispaem {
    position:absolute;
    left:-500000px;
}
