@font-face {
    font-family: 'my_icons';
    src:  url('../images/my_icons/my_icons.eot?56ow9o');
    src:  url('../images/my_icons/my_icons.eot?56ow9o#iefix') format('embedded-opentype'),
      url('../images/my_icons/my_icons.ttf?56ow9o') format('truetype'),
      url('../images/my_icons/my_icons.woff?56ow9o') format('woff'),
      url('../images/my_icons/my_icons.svg?56ow9o#my_icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'my_icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
  
.icon-arrow-right-solid:before {
    content: "\e900";
    padding-left: 0.3em;
}
.icon-arrow-up-right-from-square-solid:before {
    content: "\e901";
}
.icon-phone-solid:before {
    content: "\e902";
}



.my_sans_serif {
    font-family: 'Segoe UI', Arial, sans-serif;
}
.my_serif {
    font-family: 'Times New Roman', Times, serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Times New Roman', 'Playfair Display', serif;
}
p {
    text-indent: 1rem;
}
p.noindent {
    text-indent: 0;
}
a {
    text-decoration: none;
}
a:hover {
    color:#f00;
}

/* BOOTSTRAP START */
.accordion-button {
    /* background-color: #F4E5C4; */
    background-color: #d5b389;
    color: #000;
}
.accordion-button-blue {
    background-color: #536d8a;
    color: #fff
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button:hover {
    background-color: #fff5e0;
}
.my_accordion_header {
    font-size: large;
}
/* BOOTSTRAP END */
.font_size_80 {
    font-size: calc(80% + 1vw + 1vh);
}

.my_box_shadow {
    box-shadow: 10px 15px 46px 10px #B6B6B6;
}

.bg_blue_01 {
    /* background-color: #536d8a; */
    /* background-color: #c9ab84; */
    /* background-color: #525E75; */
    /* background-color: #78938A; */
    /* background-color: #8FBDD3; */
    background-color: #789395;
}
.bg_creme {
    background-color: #F4E5C4;
    /* background-color: #B7CADB; */
    
}
.bg_creme_01 {
    background-color: #c9ab84;
}
.my_box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
}

.my_table_width {
    min-width: 992px;
}

.intro_area {
    height: 500px;
    display: table-row;
    /* background-color: #536d8a; */
    background-color: #c9ab84;
    /* background-color: #E3CAA5; */
}
.intro_text_area {
    width: 66%;
    display: table-cell;
    text-align: center;
    color: #fff;
}
.intro_img_area {
    width: 34%;
    display: table-cell;
}

.icon_right_arrow::after {
    display: inline-flex;
    content: '';
    background-image: url("../images/SVGs/arrow-right-solid.svg");
    background-size: 30px 16px;
    width: 30px;
    height: 16px;
}


.bg_img_01 {
    background-image: url("../images/waiting_room.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg_img_kontakt {
    background-image: url("../images/kontakt.jpg");
    background-position: 45% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.nav-link:hover {
    color: rgb(85, 201, 255) !important;
}


.header_width {
    width: 100%;
}

.ch_bigger {
    font-size: larger;
}
.my_title::first-letter {
    font-size: larger;
}
.title, .subtitle {
    font-family: 'Segoe UI', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 100;
}
.title {
    font-size: 2em;
    line-height: 0.8em;
}
.subtitle {
    font-size: 1.5em;
    line-height: 0.9em;
}


.logo_text {
    color: #fff;
    font-family: 'Times New roman', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 2.4em;
    padding: 0;
}
.logo_red {
    color: #f00;
}
.logo_name {
    font-size: 0.8em;
}

.box_shadow {
    box-shadow: 10px 15px 46px 10px #B6B6B6;
}

#my_enum li {
    font-size: 24px;
}


.my_row {
    margin: 7em auto 5em;
    display: flex;
    justify-content: center;
    width: 90%;
    max-width: 1320px;
}
.col_left {
    width: 40%;
    position: relative;
}
.col_left img {
    width: 100%;
    height: auto;
    background-color: #fff;
    position: relative;
    top: -2em;
    right: -1em;
    box-shadow: 10px 15px 26px 5px #B6B6B6;
}
.col_right {
    font-size: larger;
    width: 60%;
    padding: 1em 3em;
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 10px 15px 26px 5px #B6B6B6;
}


/* Privatleistungen BEGIN*/
.leistung_fig {
    max-width: 50%;
    float: right;
    padding: 0 0 0 1em;
}
.leistung_img {
    width: 100%;
    height: auto;
}
.leistung_cap {
    text-align: center;
    font-size: 0.7em;
    color: #444;
    padding-top: 1em;
    text-indent: 0;
}

.hero_container {
    width: 100%;
    height: 500px;
    background-color: #536d8a;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.753), rgba(0, 0, 0, 0)), url("../images/leistungen/header_img.jpg");
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    color: #fff;
    align-items: center;
    padding-left: 2rem;
}
/* Privatleistungen END */

.hero_container_contact {
    width: 100%;
    height: 500px;
    margin-top: 60px;
    background-color: #536d8a;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url("../images/kontakt_img.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    color: #fff;
    align-items: center;
    padding-left: 2rem;
}

.hero_container_data {
    width: 100%;
    height: 500px;
    margin-top: 60px;
    background-color: #536d8a;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url("../images/datenschutz.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    color: #fff;
    align-items: center;
    padding-left: 2rem;
}

.hero_container_disclosure {
    width: 100%;
    height: 500px;
    margin-top: 60px;
    background-color: #536d8a;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url("../images/impressum_img.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    color: #fff;
    align-items: center;
    padding-left: 2rem;
}

footer table {
    font-size: small;
}
footer .footer_hours_left_border {
    border-left: 1px solid #444;
}
footer .bg_plant {
    background-image: linear-gradient(to right, #0c070a00, #0c070a00), url("../images/footer_flower.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}
footer .footer_map {
    background-image: url("../images/map_01.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 90%;
    max-width: 500px;
    height: 100px;
    border-radius: 4px;
}
footer .footer_map:hover {
    filter: brightness(75%);
}

@media (max-width: 1200px) {
    footer .footer_hours_left_border {
        border-left: none;
    }
}

@media (max-width: 992px) {
    .intro_area {
        display: block;
        width: 100%;
    }
    .intro_img_area {
        display: none;
        width: 0;
    }
    .intro_text_area {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .leistung_fig {
        max-width: 100%;
        padding: 0 1em 1em 1em;
    }

    .my_row {
        flex-direction: column;
        width: 80%;
        box-shadow: 10px 15px 26px 5px #B6B6B6;
    }
    .col_left {
        width: 100%;
    }
    .col_left img {
        top: 0;
        right: 0;
        box-shadow: none;
    }
    .col_right {
        box-shadow: none;
        width: 100%;
        padding: 2em;
    }
}

@media (max-width: 768px) {
    .logo_text {
        font-size: 2rem;
    }
    .my_header_area {
        height: 360px;
    }
    .my_header_area .display-1 {
        font-size: 1.6rem;
    }
    .my_header_area .display-5 {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .my_row {
        width: 90%;
    }
    .col_right {
        padding-left: 1em;
        padding-right: 1em;
    }
}
