/* personal */
#menu_outer_div
{
    display: none;
}
#top_line
{
    width: 100%;
    color: var(--menu-fg-color);
    background-color: var(--menu-bg-color);
    padding-top: 10px;
    padding-bottom: 10px;
    max-height: 40px;
    display: flex;
}
#inner_div, #inner_div_centered, #inner_flex_centered
{
    max-width: 1920px;
}
#logo
{
    display: none;
}
#logo_box
{
    padding-top: 10px;
    height: 145px;
    width: 100%;
    background-color: var(--bottom-bg-color);
}
#logo_box_extended
{
    padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
    background-color: var(--bottom-bg-color);
    text-align: center;
    display: block;
}
#menu_box
{
    padding-top: 10px;
    padding-bottom: 15px;
    width: 100%;
    background-color: var(--menu-bg-color);
    color: var(--menu-fg-color);
    display: none;
}
#menu_box a
{
    color: var(--menu-fg-color);
}
#menu_box_tiger
{
    display: block;
    float: left;
    padding-right: 20px;
    padding-top: 50px;
}
.menu_box_voice
{
    color: var(--menu-fg-color);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
}
.menu_box_all_voices
{
    color: var(--menu-fg-color);
    padding-left: 0px;
    padding-right: 10px;
    font-size: 16px;
}
.menu_box_voice img
{
    height: 20px;
    position: relative;
    top: 5px;
    padding-right: 5px;
}
.menu_box_hamburger
{
    width: 30px;
    position: relative;
    top: 5px;
    padding-right: 10px;
    z-index: 12;
}
#menu_box_additional
{
    padding-top: 10px;
    padding-bottom: 15px;
    width: 100%;
    background-color: var(--bottom-bg-color);
    color: var(--menu-fg-color);
    display: none;
}
#menu_box_additional a
{
    color: var(--menu-fg-color);
}
#left_border
{
    width: 5%;
    display: block;
    float: left;
}
.bold
{
    font-weight: bolder;
}
#tiger
{
    height: 130px;
}
#tiger_box
{
    position: relative;
    top: 0px;
    display: inline-block;
    z-index: 12;
}
#seek_area
{
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    top: -100px;
    height: 60px;
    display: none;
    z-index: 11;
}
.seek_box
{
    padding: 15px;
    width: 400px;
    font-size: var(--font-std);
    z-index: 11;
}
.seek_box_2
{
    width: 80%;
    font-size: var(--font-std);
    z-index: 11;
}
.seek_box:focus, .seek_box_2:focus
{
    outline: none;
    box-shadow: none;
    border: 1px solid #ccc;
}

.seek_image
{
    height: 25px;
    position: relative;
    left: -45px;
    top: 5px;
}
#language_box
{
    position: relative;
    margin-left: auto;
    right: 50px;
    top: 0px;
    width: 180px;
}
#language_box img
{
    height: 20px;
    position: relative;
    top: 3px;
    padding-right: 5px;
}
#main_image
{
    height: 500px;
    width: 100%;
}
#column_50
{
    width: 99%;
    clear: none;
    float: left;
    text-align: left;
}
#text_box, #text_box_white
{
    clear: both;
    width: 100%;
    background-color: var(--section-bg-color);
    color: var(--menu-fg-color);
    display: table;
    font-size: var(--font-mid);
}
#text_box_white
{
    color: var(--menu-bg-color);
    background-color: var(--box-bg-grey-color);
}
#text_box_memo
{
    padding-left: 20px;
    padding-right: 20px;
    display: block;
}
#text_box_title
{
    font-family: SecondFont;
    font-size: var(--font-large);
    color: var(--card-title-fg-color);
    text-transform: uppercase;
    clear: both;
    ___margin-top: 150px;
    margin-top: 120px;
    margin-left: 20px;
}
#text_box_button
{
    margin-left: 100px;
    display: block;
}
#text_box_image
{
    height: 800px;
    width: 100%;
    background-size: cover;
    background-position: center;
}
h1, h2
{
    font-family: SecondFont;
    font-size: var(--font-large);
    text-transform: uppercase;
}
h1
{
    font-size: var(--font-very-large);
}
.h2_small
{
    font-family: SecondFont;
    font-size: var(--font-mid);
    text-transform: uppercase;
    font-weight: bold;
}
#kostenlose_beratung, #kostenlose_beratung_schwarz
{
    padding-top: 10px;
    padding-bottom: 15px;
    width: 100%;
    background-color: var(--menu-bg-color);
    color: var(--menu-fg-color);
    clear: both;
    height: 190px;
}
#kostenlose_beratung_schwarz
{
    background-color: var(--section-bg-color);
}
#col_25_beratung
{
    width: 49%;
    float: left;
    margin-top: 30px;
    text-align: center;
    font-size: var(--font-mid);
}
#beratung_image
{
    margin-right: 10px;
}
#col_20_bottom a, #col_40_bottom a, .bottom_text_last_line a, #formular a, #col_20_bottom_hide a
{
    color: var(--bottom-link-color);
}
#col_20
{
    width: 20%;
    float: left;
}
#col_20_address
{
    margin-top: 20px;
    width: 50%;
    float: left;
}
#col_20_bottom, #col_20_bottom_hide
{
    width: 99%;
    float: left;
}
#col_20_bottom_hide
{
    display: none;
}
#col_40_bottom, #col_40, #col_40_address
{
    width: 99%;
    float: left;
}
#tiger_box:hover, .cat_card_image:hover, .menu_box_voice:hover, .menu_box_all_voices:hover, .bottom_text_link:hover, .pers_card_image:hover,
#button:hover, #link_full_pro:hover, #link_hallo_pillow:hover, .bottom_text_last_line:hover, #button_no_margin:hover, #small_button:hover
{
    opacity: 0.4;
}
.bottom_text, .bottom_text_bold, .bottom_text_link
{
    margin-left: 70px;
    margin-bottom: 10px;
    font-size: var(--font-std);
}
.bottom_text_bold
{
    font-weight: bolder;
    margin-top: 50px;
    margin-bottom: 20px;
}
.bottom_text img, .bottom_text_link img
{
    margin-right: 10px;
}
#bottom_ok_image
{
    height: 15px;
    margin-right: 0px;
}
.bottom_mail_image
{
    width: 15px;
    margin-right: 0px;
}
#page_image
{
    height: 650px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
}
#page_image_memo
{
    position: relative;
    top: 30%;
    left: 20px;
    color: var(--card-title-fg-color);
    width: 800px;
    max-width: 90%;
}
#gut_zu_wissen
{
    padding-top: 10px;
    padding-bottom: 15px;
    width: 100%;
    background-color: #FFFFFF;
    color: #000000;
    clear: both;
    display: flex;
    flex-wrap: wrap;
}
#col_25_gut
{
    width: 99%;
    float: left;
    text-align: center;
    font-size: var(--font-mid);
    display: flex;
}
#col_25_gut_inner
{
    margin-top: 20px;
    margin-left: 10px;
    background-color: rgb(249, 249, 249);
    padding-top: 30px;
    padding-bottom: 30px;
    flex: 1;
}
#memo_gut
{
    padding-left: 50px;
    padding-right: 50px;
}
#shop_box
{
    position: relative;
    width: 100%;
    top: -140px;
    right: 50px;
    text-align: right;
}
.menu_shop_icon
{
    padding-left: 1px;
}
#button, #button_no_margin
{
    margin-left: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0px; 
}
#button_no_margin
{
    margin-left: 0px;
}
#link_full_pro
{
    margin-top: 30px;
    height: 50px;
}
#link_hallo_pillow
{
    margin-top: 30px;
    height: 50px;
}
#bottom_button
{
    margin-left: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--button-bg-color);
    background-color: var(--button-fg-color);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
#bottom_button a
{
    color: var(--button-bg-color);
}
.bottom_input
{
    background-color: var(--bottom-input-bg-color);
    border-color: var(--bottom-input-bg-color);
    border-width: 1px;
    padding: 11px;
    color: var(--input-bg-color);
}
.bottom_input:focus
{
    border-color: var(--bottom-input-bg-color);
    outline: none;
}
#floating_box 
{
    position: fixed;
    bottom: 60px;
    right: 10px;
    background: transparent;
    padding: 0;
    z-index: 9999;
    display: none;
}
#floating_box img 
{
    display: block;
    width: 60px;
    height: auto;
}
#floating_image
{
    height: 60px;
}
#floating_image img:hover
{
    opacity: 0.9;
}
#floating_image:hover .floating_image_tooltip 
{
    opacity: 1;
    transform: translateY(0);
}
.floating_image_tooltip
{
    position: relative;
    right: 150px;
    top: 50px;
    bottom: 100%;
    pointer-events: none;
    white-space: nowrap;
    transform: translateY(5px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    opacity: 0;
    color: var(--menu-fg-color);
    background: var(--floating-box-bg-color);
    padding: 6px 10px;
    border-radius: 4px;
    width: 100px;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}
#last_bottom_line
{
    clear: both;
    color: var(--bottom-fg-color);
    background-color: var(--section-bg-color);
    position: relative;
    width: 100%;
    display: inline-block;
}
.bottom_text_last_line
{
    margin-left: 0px;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: var(--font-small);
    float: left;
}
.bottom_text_last_line_first
{
    margin-left: 70px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: var(--font-small);
    float: left;
}
.social
{
    height: 25px;
    margin-top: 15px;
    margin-left: 5px;
}
.cat_home 
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: clamp(8px, 2vw, 13px);
}
.cat_card 
{
    flex: 0 1 424px;
    height: 640px;
    background-color: var(--card-bg-color);
    display: flex;
    border-radius: 12px;
    overflow: hidden;
}
.cat_card a, .pers_card a
{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}
.cat_card_image, .pers_card_image 
{
    flex: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.cat_card_title, .pers_card_title 
{
    padding: 16px;
    font-family: SecondFont;
    font-size: var(--font-large);
    color: var(--card-title-fg-color);
    background-color: transparent;
    text-align: left;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-shadow: 0 2px 4px rgba(0,0,0,0.6);
}
#memo_large
{
    padding-left: 5%;
    padding-right: 5%;
    display: block;
}
.pers_home 
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: clamp(8px, 2vw, 10px);
}
.pers_card 
{
    flex: 0 1 400px;
    height: 400px;
    background-color: var(--card-bg-color);
    display: flex;
    border-radius: 12px;
    overflow: hidden;
}
#col_100, #col_100_black, #col_100_green, #col_100_no_padding, #col_100_white
{
    width: 100%;
    clear: both;
    display: flex;
}
#col_100_grey_pers, #col_100_white_pers
{
    width: 100%;
    clear: both;
    display: inline-block;
}
#col_100_no_padding
{
    padding: 0px;
}
#col_100_black
{
    background-color: var(--menu-bg-color);
    color: var(--menu-fg-color);
}
#col_100_green
{
    background-color: var(--button-bg-color);
    color: var(--menu-fg-color);
}
#col_70, #col_70_address
{
    width: 70%;
    float: left;
}
#col_70_address
{
    font-size: var(--font-small);
}
#col_30, #col_30_center, #col_30_right
{
    width: 30%;
    float: left;
}
#col_50_form
{
    width: 50%;
    float: left;
    padding-right: 40px;
}
#col_30_pers, #col_70_pers
{
    width: 100%;
    clear: both;
}
#col_30_center
{
    text-align: center;
}
#col_30_center img
{
    max-width: 80%;
}
#col_30 img, #col_30_pers img
{
    max-width: 90%;
}
#col_30_right
{
    text-align: right;
}
#col_40_rest
{
    width: 30%;
}
#move_down_big_step
{
    clear: both;
    height: 60px;
}
.settings_box 
{
    width: 100%;
    padding: 10px;
    background: #eee;
    position: relative;
}
.settings_box::after 
{
    content: "▾";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
#formular_image
{
    height: 650px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
    overflow: hidden;
    position: relative;
}
#formular_image::before 
{
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
    background: rgba(0,0,0,0.6);
}
#formular
{
    position: relative;
    z-index: 1;
    padding: 20px;
    color: var(--menu-fg-color);
}
.formular_input
{
    background-color: var(--bottom-input-bg-color);
    border-color: var(--bottom-input-bg-color);
    border-width: 1px;
    padding: 11px;
    color: var(--input-bg-color);
    width: 100%;
}
.formular_input:focus
{
    border-color: var(--bottom-input-bg-color);
    outline: none;
}
#mobile_divisor_1700
{
    display: block;
}
#mobile_divisor_1200
{
    display: block;
    clear: both;
}
#menu_mobile_header, #ihr_partner
{
    display: none;
}
#mobile_divisor_tiger, #mobile_divisor_text
{
    display: block;
    clear: both;
    margin-top: 80px;
}
#mobile_divisor_bottom_line
{
    display: block;
    height: 1px;
    clear: both;
    position: relative;
    width: 70px;
    float: left;
}
#column_100, #column_100_center
{
    padding: 10px;
}
#min_700
{
    display: none;
}
.language_dropdown a
{
    color: var(--menu-fg-color);
}
.dropdown_arrow 
{
    font-size: 10px;
    color: var(--menu-fg-color);
    top: 12px;
}
.language_dropdown 
{
    display: inline-block;
    position: relative;
    margin-right: 50px;
}
.dropdown-panel 
{
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    width: 180px;
    background-color: var(--menu-bg-color);
    display: none;
    z-index: 10;
    border-radius: 8px;
}
.dropdown-option a
{
    display: block;
    padding: 5px;
    color: var(--menu-fg-color);
}
.dropdown-option a:hover 
{
    color: var(--floating-box-bg-color);
}
.panel-arrow 
{
    text-align: center;
    font-size: 12px;
    margin-top: -12px;
    color: white;
}
#shop_categories
{
    width: 100%;
    background-color: var(--menu-bg-color);
    color: var(--menu-fg-color);
}
#shop_categories a
{
    color: var(--menu-fg-color);
    line-height: 30px;
}
#shop_sub_category_line
{
    text-align: center;
    width: 100%;
    clear: both;
    display: inline-block;
    line-height: 40px;
}
.shop_sub_category a
{
    margin-left: 20px;
    margin-right: 20px;
}
#column_100_no_margin
{
    width: 100%;
    clear: both;
    display: inline-block;
    text-align: left;
    float: none;
}
#label_50, #label_D
{
    float: left;
    width: 30%;
    display: block;
    text-align: right;
    color: var(--label-fg-color);
    font-size: var(--font-std);
}
#input_C, #input_D
{
    float: left;
    width: 70%;
    display: block;
    text-align: left;
}
#label_50
{
    width: 50%;
}
#overlay_screen
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.4);
    z-index: 9998;
}
#small_button
{
    background-color: var(--button-bg-color);
    color: var(--button-fg-color);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0px; 
    font-size: var(--font-std);
    display: inline-block;
}
#small_button a
{
    color: var(--button-fg-color);
    text-decoration: none;
}
input, textarea, select
{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0px;
}
#label, #label_B, #label_C
{
    margin-top: 10px;
}
#yes_no
{
    width: 100%;
    clear: both;
    display: inline-block;
    float: none;
    text-align: center;
}
#yes_no_button
{
    background-color: var(--button-bg-color);
    color: var(--button-fg-color);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    font-size: var(--font-std);
    border-radius: 5px; 
    margin-left: 20px;
}
#yes_no_button a
{
    color: var(--button-fg-color);
    text-decoration: none;
}
#label_C
{
    float: none;
    width: 100%;
    display: block;
    text-align: left;
    color: var(--label-fg-color);
    font-size: var(--font-std);
}
.right
{
    text-align: right;
}
#noData
{
    text-align: center;
    font-size: var(--font--mid);
    font-weight: bold;
    color: var(--error-fg-color);
}


@media (max-width: 950px) 
{
    .cat_home, .pers_home 
    {
        justify-content: center;
    }
}

@media (min-width: 600px) 
{
    #kostenlose_beratung, #kostenlose_beratung_schwarz
    {
        height: 150px;
    }
    #text_box_memo
    {
        padding-left: 50px;
        padding-right: 50px;
    }
    #text_box_title, #button
    {
        margin-left: 50px;
    }
    h1, h2
    {
        font-size: var(--font-extra-large);
    }
}

@media (min-width: 720px) 
{
    #shop_box
    {
        top: -90px;
    }
    #label_C
    {
        float: left;
        width: 30%;
        text-align: right;
    }
    #ihr_partner
    {
        display: block;
    }
    #mobile_divisor_tiger
    {
        display: none;
    }
    #text_box_memo
    {
        padding-left: 100px;
        padding-right: 100px;
    }
    #text_box_title, #button
    {
        margin-left: 100px;
    }
    #mobile_divisor_bottom_line
    {
        display: none;
    }
    .bottom_text_last_line
    {
        margin-left: 30px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    #page_image_memo
    {
        left: 50px;
    }
    #col_25_gut
    {
        width: 49%;
    }
    #col_30_pers
    {
        width: 30%;
        clear: none;
        float: left;
    }
    #col_70_pers
    {
        width: 70%;
        clear: none;
        float: left;
    }
    #col_100_grey, #col_100_grey_pers
    {
        background-color: var(--box-bg-grey-color);
    }
    #col_70_address
    {
        font-size: var(--font-std);
    }
    #min_700
    {
        display: block;
    }
}

@media (min-width: 880px) 
{
    #col_20_bottom
    {
        width: 46%;
    }
    #column_100, #column_100_center
    {
        padding: 50px;
    }
    #col_20_address
    {
        width: 33%;
    }
}

@media (min-width: 1050px) 
{
    .seek_box
    {
        width: 600px;
    }
    #floating_box 
    {
        display: block;
    }
}

@media (min-width: 1200px) 
{
    #col_20_bottom_hide
    {
        display: block;
    }
    #mobile_divisor_1200
    {
        display: none;
    }
    #col_20_bottom
    {
        width: 22%;
    }
    #col_40_bottom, #col_40
    {
        width: 34%;
    }
    #kostenlose_beratung, #kostenlose_beratung_schwarz
    {
        height: 90px;
    }
    #col_25_beratung, #col_25_gut
    {
        width: 25%;
    }
    #seek_area
    {
        text-align: center;
        display: block;
    }
    #shop_box
    {
        top: -140px;
    }
    #logo_box_extended
    {
        display: none;
    }
    #column_50
    {
        width: 50%;
    }
    #mobile_divisor_text
    {
        display: none;
    }
}

@media (min-width: 1300px) 
{
    .seek_box
    {
        width: 800px;
    }
    #menu_box, #menu_box_additional
    {
        display: block;
    }
    #menu_box_tiger
    {
        display: none;
    }
}

@media (min-width: 1400px) 
{
    #col_40_address
    {
        width: 34%;
    }
    #col_20_address
    {
        width: 20%;
        margin-top: 5px;
    }
    #col_40_rest
    {
        width: 33%;
    }
}

@media (min-width: 1500px) 
{
    .menu_box_voice, .menu_box_all_voices
    {
        padding-left: 15px;
        font-size: var(--font-std);
    }
    .menu_box_all_voices
    {
        font-size: var(--font-std);
    }
}

@media (min-width: 1700px)
{
    #mobile_divisor_1700
    {
        display: none;
    }
    #floating_box
    {
        right: 40px;
    }
    .menu_box_voice
    {
        padding-left: 25px;
        padding-right: 25px;
    }
    .menu_box_all_voices
    {
        ___padding-right: 15px;
    }
}

@media (min-width: 2100px)
{
    #floating_box
    {
        right: 130px;
    }
}
