/*-------------- fonts --------------*/

@font-face {
    font-family: 'Open Sans bold';
    src: url('/fonts/OpenSans-Bold.woff2') format('woff2'),
    url('/fonts/OpenSans-Bold.woff') format('woff');

}

@font-face {
    font-family: 'Open Sans semibold';
    src: url('/fonts/OpenSans-SemiBold.woff2') format('woff2'),
    url('/fonts/OpenSans-SemiBold.woff') format('woff');

}

@font-face {
    font-family: 'Open Sans extrabold';
    src: url('/fonts/OpenSans-ExtraBold.woff2') format('woff2'),
    url('/fonts/OpenSans-ExtraBold.woff') format('woff');

}

@font-face {
    font-family: 'Open Sans light';
    src: url('/fonts/OpenSans-Light.woff2') format('woff2'),
    url('/fonts/OpenSans-Light.woff') format('woff');

}

@font-face {
    font-family: 'Open Sans regular';
    src: url('/fonts/OpenSans-Regular.woff2') format('woff2'),
    url('/fonts/OpenSans-Regular.woff') format('woff');

}



.main{
    margin: 0px;
    padding: 0px;
    display: block;
}

.header_k{
    margin: 0px;
    padding: 20px;
    display: flex;
    z-index: 101;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);

}

.filter{
    background-color: rgba(255, 255, 255, 1);
    margin-top: 0px;
    margin-right:0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    /*display: flex;*/
    z-index: 100;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);

}

.filter_layer {
    font-family: Open Sans SemiBold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    vertical-align: middle;
    padding-top: 7px;
    margin-bottom: 5px;
    margin-right: 5px;
    min-width: 100px;
    display: flex;

}

.filter_alle_spalten{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.filter_button {
    font-family: Open Sans SemiBold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    vertical-align: middle;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-bottom: 5px;

    min-width: 100px;
}

.filter_button a{
    color: #000000;
}

.filter_button a:hover{
    color: #000000;
    text-decoration: none;
}

.k_name {
    font-family: Open Sans light;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    vertical-align: middle;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    min-width: 200px;
    position: absolute;
    z-index: 2;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);

}

.k_start {
    font-family: Open Sans light;
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    min-width: 300px;

}

.k_start span{
    font-size: 14px;
    line-height: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    min-width: 300px;
    text-transform: none;

}


.f_feld {
    color: #ffffff;
    background-color: #000000;
}

.f_option {
    color: #000000;
    background-color: #e5e5e5;
}

.f_auswahl {
    color: #ffffff;
    background-color: #b2b2b2;
}

.f_auswahl_zurueck {
    color: #ffffff;
    background-color: #de1723;
    min-width: 160px;
}

.f_inaktiv {
    color: #b1b1b1;
    background-color: #f2f2f2;
}



.feld_logo{
    display: flex;
    width: 50%;
    height: 80px;
}

.feld_logo img{
    height:60px;
}
/*needs to be adopted in custom CSS, this is for contur*/
.feld_logo_holder{background:#424242;width:290px;padding:10px;height:80px}


.feld_logo_holder{background:unset;width:290px;padding:10px;height:80px}

.icon_menue{
    width: 50%;
    text-align: right;
}

.k_nav p{
    color: #de1723;
    font-family: Open Sans SemiBold;
    /*text-transform: uppercase;*/
    font-size: 12px;
    line-height: 18px;
    margin-left: 0px;
    text-transform: uppercase;

}

.k_nav a{
    color: #000000;
    text-transform: uppercase;
}

.k_nav a:hover{
    color: #de1723;
    text-decoration: none;

}

.content_50_50{
    margin: 0px;
    padding: 0px;
    display: flex;
    z-index: 1;
    width: 100%;
    /*height: 100%;*/
    flex-wrap: wrap;
    padding-bottom:60px;

}

.content_25{
    background-color: #333333;
    margin: 0px;
    padding: 0px;
    display: flex;
    z-index: 1;
    width: 100%;
    /*height: 100%;*/
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);

}

.k_feld_25{
    background-color: #333333;
    width: 25%;
    z-index: 1;
    overflow: hidden;
    padding: 20px;
    min-width: 316px;
    min-height: 316px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;

}
.k_feld_25 h1{
    font-family: Open Sans light;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 20px;


}

.k_feld_25 span{
    font-family: Open Sans semibold;
    color: #de1723;
    font-size: 24px;
    line-height: 30px;
    text-align: left;

}


.k_feld_25 p{
    font-family: Open Sans light;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    text-align: left;


}

.k_feld_25 img{
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}


.kuechenbild{
    background-color: #333333;
    width: 50%;
    z-index: 1;
    overflow: hidden;
}

.kuechenbild img{
    object-fit: contain;
    width: 100%;
    padding-right: 1px;
    padding-bottom: 1px;
}

.startbild{
    background-color: #333333;
    width: 33.33%;
    z-index: 1;
    overflow: hidden;
    border-right: 1px solid #000000;
}

.startbild img{
    object-fit: contain;
    /*width: 100%;*/
    padding-right: 1px;
    padding-bottom: 1px;
}


/*---------------- Küchenfilter -------------------*/

.k_form_gerade, .k_form_l_form, .k_form_u_form, .k_form_insel, .k_stil_modern, .k_stil_landhaus, .k_stil_industrial, .k_stil_grifflos, .k_farbe_weiss, .k_farbe_schwarz, .k_farbe_blau, .k_farbe_gelb, .k_farbe_gruen, .k_farbe_braun, .k_farbe_holzfarben, .k_farbe_grau, .k_farbe_betonfarben, .k_farbe_rot, .k_farbe_natur, .k_farbe_metallic, .k_farbe_struktuiert, .k_farbe_marmor, .k_material_lackmatt, .k_material_lackglanz, .k_material_glasfronten, .k_material_holzfronten, .k_material_kunststofffronten, .k_material_lacklaminat, .k_funktion_theke, .k_funktion_essplatz, .k_funktion_backofen, .k_funktion_weinkuehler, .k_funktion_dampfgarer, .k_funktion_kaffeemaschine
{
    width: 100%;

}



/*------------- animation -------------*/

/*
@keyframes example {
    from { opacity: 0; }
    to { opacity: 1;}
}

*/

@keyframes example {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@-webkit-keyframes example {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}


.move2 img{
    animation-name: example;
    opacity: 0;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes example {
    from { opacity: 0; }
    to { opacity: 1;}
}
.move img{
    animation-name: example;animation-duration: 0.5s; object-fit: unset;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 100;
    padding-top: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Content */
.modal-content {
    position: relative;
    /*background-color: #fefefe;*/
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1280px;

}

/* The Close Button */
.close {
    font-family: "Open Sans regular";
    color: white;
    z-index: 2;
    position: absolute;
    padding: 10px;
    top: 20px;
    line-height: 0.6;
    text-shadow: 0 0px 0 #fff;
    transition: 0.3s ease;
    right: 20px;
    font-size: 36px;
    font-weight: normal;
    background-color: rgba(0, 0, 0, 0.25);
    opacity:1;
}

.close:hover,
.close:focus {
    color: #02b5dd;
    text-decoration: none;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.8);
    opacity:1;
}

/* Hide the slides by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    font-family: "Open Sans regular";
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 20px;
    margin-top: -40px;
    color: white;
    font-weight: normal;
    font-size: 36px;
    transition: 0.3s ease;
    border-radius: 0 3px 3px 0;
    background-color: rgba(0, 0, 0, 0.25);
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #02b5dd;
    text-decoration: none;
}

/* Number text (1/3 etc) */
.numbertext {
    font-family: "Open Sans regular";
    color: #f2f2f2;
    font-size: 12px;
    line-height: 0.6;
    padding: 10px;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.6);;

}

/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.filter_spalte{max-height:0;overflow:hidden;transition: max-height 500ms;margin-right:10px; padding-top: 1px;}
.filter_spalte_open{max-height:285px;transition: max-height 500ms;}

.filterflipper_gedreht{
    margin-top: 3px;
}

.filterflipper{transition:rotate 500ms;max-width: 12px;max-height: 15px;text-align: center;margin-left: 5px;}


.filter_scroll{max-height:223px;overflow-y:auto;}

#modal{display:none;width:100%;height:100%;z-index:100;top:0;left:0;position:fixed;background:rgb(0,0,0,0.75);}
#modalinner{width: 80%;height: 80%;display:flex;margin:1.5% auto;}
#modalinner img {width:100%;object-fit:scale-down; border: 1px solid #333333;box-shadow: 0px 5px 10px #000000;}
.modalcloseer{
    position: fixed;
    top: 20px;right: 20px;
    font-weight: 900;
    text-transform: uppercase;
    background-color: black;
    color: white;
    border: none;
}

.footbar {
    z-index:5;
    background: #1f1f1f;
    display: flex;
    justify-content: space-between;
    height: 60px;
    width: 100%;
    align-items: center;
    position: fixed;
    bottom: 0
}
.footbar_logo{padding:0 10px;}