/*
orange color #b7422f  
grey icon color #8d8d8d
*/
a {
    color: inherit;
    text-decoration: none;
}


/* cookies */
#info_cookie_background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: black;
    opacity: 0.5;
    z-index: 10;
}

#info_cookie_container {
    display: none;
    position: fixed;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-start;
    z-index: 15;
    width: 70%;
    top: 50%;
    left: 50%;
    max-width: 400px;
    transform: translate(-50%, -50%);
    max-height: 100vh;
    overflow: scroll;
    padding: 30px 0;
    box-sizing: border-box;
}

#info_cookie {
    position: relative;
    background-color: whitesmoke;
    padding: 45px 50px 45px 50px;
    position: relative;
    max-width: 100%;
}

#info_cookie_header {
    font-size: 40px;
    color: #b7422f;
    font-weight: 100;
    text-align: center;
    line-height: 45px;
}

span.cookie_bold {
    font-weight: 700;
}

div#info_cookie_text_1 {
    position: absolute;
    top: 158px;
    background: #F5F5F5;
    font-weight: 100;
    font-size: 14px;
    text-align: center;
    width: calc(100% - 100px);
    color: black;
}

#info_cookie_text {
    font-weight: 100;
    font-size: 14px;
    text-align: center;
    margin-top: 25px;
    padding-bottom: 15px;
    color: black;
}

#info_cookie_close {
    height: 40px;
    width: 80%;
    max-width: 200px;
    background-color: #b7422f;
    color: whitesmoke;
    font-weight: 100;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 40px auto 10px; */
    margin: 23px auto 35px;
}

div#info_cookie_close_1 {
    height: 40px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 80%;
    max-width: 200px;
    background-color: #b7422f;
    color: whitesmoke;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 23px auto 35px;
}

/* div#info_cookie_close_1:after {
    content: '';
    width: 7px;
    height: 7px;
    border-right: 3px solid;
    border-bottom: 3px solid;
    transform: rotate(-45deg) translate(9px, 10px);
} */

/* #version {
    color: #bababa;
    position: absolute;
    bottom: 5px;
    font-size: 10px;
    width: 100%;
    max-width: 300px;
    text-align: center;
} */

/* info bottom */
#info_bottom_part {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
    width: calc(100% - 10px);
    color: #bababa;
    position: absolute;
    /* bottom: 5px; */
    bottom: 25px;
    left: 5px;
    font-size: 10px;
    text-align: center;
}

.info_links {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
}

.info_links a {
    /* color: #bababa; */
    color: #999999;
    margin: 5px;
}

.info_links a:hover {
    color: #808080;
}

/* news banner */
#redBanner {
    position: absolute;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 102%;
    background-color: #b7422f;
    color: white;
    top: 100%;
    left: 50%;
    z-index: 5;
    box-sizing: border-box;
    transform: translate(-50%, 0px);
    padding: 14px 30px;
    font-size: 14px;
    cursor: pointer;
}

#banner_title {
    font-weight: 700;
}

/* fixed 2 icons on top */
#nav_top {
    position: fixed;
    top: 0;
    /* width: 100%; */
    width: 90vw;
    margin: 0 5vw;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    z-index: 4;
}

#nav_top .nav_btn {
    background-color: whitesmoke;
}

.nav_btn {
    /* background: whitesmoke; */
    margin: 20px 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8c8c8c;
    border: 1px solid #d9d9d9;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 400;
}

#nav_side .nav_btn:hover {
    background: transparent;
    color: black;
    border-color: black;
}

#lang_btn,
#lang_btn_d {
    font-size: 13px;
    letter-spacing: -0.5px;
    font-weight: 600;
}

#lang_btn:hover,
#info_btn:hover {
    color: white;
    /* border: 1px solid #b7422f; */
    background-color: #b7422f;
}


/* logo and search field  */
#search_logo_nav {
    /* position: fixed; */
    position: relative;
    top: 0;
    right: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px 45px;
    width: 100%;


    /* max-width: 1500px; */
    margin: auto;
    box-sizing: border-box;
}

#search_logo_nav #logo {
    margin: 0 auto 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

#nav_website_name {
    display: none;
    color: #b7422f;
    position: relative;
    top: 9px;
}

#search_logo_nav #logo img {
    width: 190px;
    border: none;
    /*  margin-right: 20px; */
    /* box-shadow: inset 0px 0px 40px 40px rgba(255,255,255,0.6), 0px 0px 50px 50px rgba(255,255,255,0.6); */
}

#search_logo_nav #desktop_nav_menu {
    display: none;
    align-items: center;
    justify-content: flex-end;

}

.desktop_nav_menu_item {
    font-size: 14px;
    margin-right: 15px;
}

#menu_lang_btn_container {
    position: relative;
    margin: 0 0 0 10px;
    width: 45px;
}

#menu_lang_btn {
    font-weight: 700;
    padding: 0 0 0 8px;
    display: inline-block;
}

#menu_lang_btn_container .arrow_down {
    margin-left: 6px;
    margin-bottom: 3px;
    width: 5px;
    height: 5px;
}

#menu_lang_btn_drop {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    padding: 8px 0 0px;
    z-index: 10;
}

#menu_lang_btn_drop .lang_btn {
    padding: 5px 8px;
    background: white;
}

#menu_lang_btn_drop .lang_btn:hover,
#menu_lang_btn_drop .lang_btn.active:hover {
    background: #d7d7d7;
}

#menu_lang_btn_drop .lang_btn.active {
    background: #efefef;
}



/* mobile menu */


#mobile_menu_btn {
    order: -1;
    width: 30px;
    height: 28px;
    margin-bottom: 5px;
    position: relative;
}

.mobile_menu_hr {
    margin: 0;
    transition: all ease-out 0.5s;
    width: 100%;
    height: 2px;
    border: none;
    position: absolute;
    background-color: #8c8c8c;
    left: 0px;
    top: 0px;
}

#menu_hr_2 {
    top: 40%;
}

#menu_hr_3 {
    top: 80%;
}

#mobile_menu_btn.active #menu_hr_1 {
    transform: rotate(135deg);
    top: 50%;
}

#mobile_menu_btn.active #menu_hr_2,
#mobile_menu_btn.active #menu_hr_3 {
    transform: rotate(-135deg);
    top: 50%;
}

#lang_btn {
    margin: 6px 0 20px;
}



#mobile_menu_dd {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translate(-50%, 0px);
    order: 0;
    width: 100%;
    background: white;
    padding: 30px 0 8px;
    display: none;
    z-index: 6;
    border-bottom: 1px solid #cdcfd2;
}

.mobile_menu_item {
    display: block;
    text-align: left;
    font-size: 24px;
    padding: 12px 0 12px 20px;
    box-sizing: border-box;
}

.mobile_menu_item:active {
    background-color: #b7422f;
    color: white;
}



#search_logo_nav #search_field_icon {
    position: relative;
    width: 100%;

    justify-content: center;
    height: 45px;
    /* margin: 0px 0px 15px; */
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    z-index: 6;

    margin: 0;
    order: 1;

    height: 68px;
    border: 1px solid #cdcfd2;
    padding: 15px;
    box-sizing: border-box;


}

#search_logo_nav #search_field {
    width: calc(100% - 50px);
    height: 45px;
    border: 1px solid #dfe1e5;
    border: 1px solid #cdcfd2;
    border-right: none;
    -webkit-border-radius: 0;
    padding: 0;
    outline: none;
    padding-left: 10px;
    /* transition: all 0.3s ease-in-out; */
    font-size: 24px;
    font-weight: 200;
    font-family: 'Open Sans', sans-serif;
    caret-color: #c26f61;
    background: whitesmoke;
    -webkit-appearance: none;
    opacity: 1;
}

#search_field::placeholder {
    opacity: 0.5;
    /* Firefox */
}

#search_field:-ms-input-placeholder {
    opacity: 0.5;
    /* Firefox */
}

#search_field::-ms-input-placeholder {
    opacity: 0.5;
    /* Firefox */
}

#search_logo_nav #search_field:focus,
#search_logo_nav #search_field:not(:placeholder-shown) {
    /* border: 1px solid #cdcfd2; */
    /* border: none; */
    /* border-bottom: 1px solid #cdcfd2; */
}

#search_btn_container {
    /*  width: 15%; */
    height: 47px;
    width: 47px;
    background-color: #b7422f;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}

img#search_btn {
    height: 25px;
}


/* fulltext search button */
#full_text_flag_container {
    position: absolute;
    top: 100%;
    right: -1px;
    background-color: white;
    border: 1px solid #cdcfd2;
    border-top: 0;
    z-index: 4;
    padding: 0px 15px 10px 20px;
    display: flex;
    flex-flow: row nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 200px;
}

#full_text_flag {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: black;
}

#full_text_flag.active {
    color: #b7422f;
}

.slider_btn_container {
    position: relative;
    /* display: inline-block; */
    width: 40px;
    height: 20px;
    box-sizing: border-box;
    margin-left: 12px;
}


.slider_btn {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.slider_btn:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 24px;
}

#full_text_flag.active .slider_btn {
    background-color: #b7422f;
}


#full_text_flag.active .slider_btn:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    border-radius: 50%;
}


#full_text_info_icon {
    border: 1px solid black;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    padding: 0px 6px 0px 8px;
    background-color: white;
    min-width: 24px;
    min-height: 24px;
    box-sizing: border-box;
    cursor: pointer;
}

#full_text_info_icon.active {
    color: white;
    background-color: black;
}


#full_text_info_text {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    right: -1px;
    padding: 20px;
    background-color: white;
    width: 305px;
    /* text-align: justify; */
    box-sizing: border-box;
}

#full_text_info_text.active {
    display: inline-block;
}

/* auto complete drop down */
#auto_complete_container {
    display: none;
    width: calc(100% - 236px);
    position: absolute;
    top: calc(100% + 1px);
    left: -1px;
    background-color: whitesmoke;
    z-index: 6;
    border: 1px solid #cdcfd2;
    border-top: none;
    max-height: 50vh;
    overflow-y: scroll;
}

#auto_complete_container::-webkit-scrollbar {
    display: none;
}


#auto_complete_background {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
}

.auto_complete_result {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    /* margin: 10px 15px 15px 10px; */
    padding: 7px 15px 8px 15px;

}

.auto_complete_result_selected {
    background: rgba(0, 0, 0, 0.1);
}

.auto_complete_result img {
    width: 20px;
}

.auto_complete_keywords {
    font-weight: 100;
    color: #b2b2b2;
}

.auto_complete_keywords b {
    font-weight: 400;
    color: grey;
}


/* fixed nav on bottom */
#nav_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-around;
    height: 70px;
    background-color: #b7422f;
    color: whitesmoke;
    z-index: 7;
}

.tap_btn {
    opacity: 0.5;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 14px;
    font-weight: 100;
    color: whitesmoke;
}

.tap_btn img {
    /* width: 25px; */
    height: 28px;
    margin-bottom: 2px;
}



/* desktop version */

/* side nav on big screens */
#nav_side {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 100vh;
    background-color: #b7422f;
    color: whitesmoke;
    z-index: 5;
}

#side_taps {
    height: 30vh;
    min-height: 150px;
    max-height: 300px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-between;
}


.side_tap {
    position: relative;
    opacity: 0.5;
    width: 50px;
    text-align: center;
}

.side_tap_lable {
    visibility: hidden;
    position: absolute;
    left: 100%;
    background: #ffffff;
    color: #b7422f;
    font-size: 18px;
    padding: 4px 8px;
    border-radius: 0px 2px 2px 0;
    overflow: hidden;
}

.side_tap:hover,
.tap_btn:hover {
    opacity: 1 !important;
}

.side_tap:hover .side_tap_lable {

    visibility: visible;
}


.tap_btn_link {
    display: inline-block;
}

#nav_side .nav_btn:last-of-type {
    background: transparent;
}

#entdecken_tap img,
#entdecken_tap_d img,
#search_tap img,
#search_tap_d img,
#favs_tap img,
#favs_tap_d img {
    width: 22px;
    border: none;
}

#entdecken_tap img,
#entdecken_tap_d img {
    position: relative;
    left: -1px;
}

#search_tap img,
#search_tap_d img {
    width: 28px;
}

/* #favs_tap, */
/* #favs_tap_d {
    visibility: hidden;
}
#favs_tap_link{
    display: none;
} */
#favs_tap img,
#favs_tap_d img {
    width: 30px;
}






/* ! media queries */
@media only screen and (min-width: 1200px) {

    #redBanner {
        width: 98%;
        padding: 14px 15px;
    }


    #nav_side {
        display: flex;
    }

    #nav_bottom {
        display: none;
    }

    #container {
        margin-left: 50px;
    }

    #nav_top {
        display: none;
    }

    .nav_btn {
        color: whitesmoke;
    }

    #search_logo_nav {
        /*  width: calc(100% - 50px); */
        margin-bottom: 5px;
        padding: 20px 20px 45px;
    }

    #nav_website_name {
        display: inline-block;
    }

    #search_logo_nav #logo {
        /* margin: 15px 0px 10px; */
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-width: 300px;
    }

    #search_logo_nav #desktop_nav_menu {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin: 0 auto;
        max-width: 1200px;
        width: calc(100% - 300px);

    }

    #search_logo_nav #search_field_icon {
        margin: 20px auto 0;
        order: 1;
        max-width: 1500px;
    }

    .mobile_menu_btn,
    #mobile_menu_dd {
        display: none !important;
    }

}





/* ! mobile screen */


@media only screen and (min-width: 1200px) {}



@media only screen and (max-width: 600px) {
    #info_cookie {
        padding: 45px 15px 77px;
    }

    div#info_cookie_text_1 {
        width: calc(100% - 30px);
        top: 165px;
    }
}



@media only screen and (max-width: 517px) {
    div#info_cookie_text_1 {
        top: 150px;
    }
}

@media only screen and (max-width: 456px) {
    div#info_cookie_text_1 {
        top: 195px;
    }
}

@media only screen and (max-width: 330px) {
    #search_logo_nav #logo img {
        width: 160px;
    }
}



/*! height */
@media screen and (max-height: 1000px) {}