
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
    url('../fonts/Roboto-Bold.woff') format('woff');
    /*font-weight: bold;*/
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
    url('../fonts/Roboto-Regular.woff') format('woff');
    /*font-weight: normal;*/
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
    url('../fonts/Roboto-Medium.woff') format('woff');
    /*font-weight: 500;*/
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/Roboto-Black.woff2') format('woff2'),
    url('../fonts/Roboto-Black.woff') format('woff');
    /*font-weight: 900;*/
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'),
    url('../fonts/Roboto-Light.woff') format('woff');
    /*font-weight: 300;*/
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Thin';
    src: url('../fonts/Roboto-Thin.woff2') format('woff2'),
    url('../fonts/Roboto-Thin.woff') format('woff');
    /*font-weight: 100;*/
    font-style: normal;
    font-display: swap;
}



body{
    background: #faf9f8;
    font-family: 'Roboto-Regular';
    font-size: 12px;
    padding-top: 0px;

}

.row {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    --bs-gutter-x: 0;
}



.col {
    /*flex: 1 0 0%;*/
    padding: 10px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.center {
    bottom: 0; left: 0; top: 0; right: 0;
    margin: auto;
    position: absolute;
    width: 200px;
    height: 200px;
    opacity:0.95;
    background: #faf9f8;
}

.center input[type=text], .center input[type=password],.center input[type=search] {
    height: 30px;
    min-width: 220px;
    width: auto;
    border-radius: 0px;
    border: 1px solid rgb(0 0 0 / 0.1);
    padding: 5px 10px 5px 10px;
    margin-right: 10px;
    box-shadow: inset 0 38px 0px rgb(255 255 255);
}

.logo_big{
    justify-content: center;
    margin-bottom: 50px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}

.container{
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: -10px;
    margin-left: -10px;
}


.side-body {
    margin-right: 0px;
}

.side-body .album{
    margin-right: -20px;
}

.bg-light {
    background-color: #f8f9fa!important;
}

.d-flex {
    display: flex!important;
    margin-top: 25px;
}

input[type=checkbox], input[type=radio] {
    margin: 0px 5px 0px 0px;
    line-height: normal;
}

.col-sm-10>span{
    margin-right: 10px;
    vertical-align: text-bottom;

}

.rechts_kacheln{
    display: flex;
    flex-wrap: wrap;
    padding: 0;

}



.form-control, select {
    width: 200px;
    height: 30px;
    padding: 5px 10px 5px 10px;
    margin: 0px 5px 10px 0px;
    font-size: 12px;
    font-weight: unset;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / 0.1);
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn{
    font-size: 12px;
    color: #fff;
    background-color: #877c6c;
    display: inline-block;
    height: 30px;
    min-width: 120px;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 5px 0px;
    font-weight: unset;
    text-align: left;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid rgb(0 0 0 / 0);
    border-radius: 0px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .3), 0px 15px 10px rgb(255 255 255 / 20%) inset;
    line-height: 1.5;
}

.btn:hover, .btn-primary:hover, .btn-primary:focus{
    color: #fff;
    background-color: #54442e;
    border: 1px solid rgb(0 0 0 / 0.1);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, .3);
}

.btn a, .btn a:hover, .btn a:focus {
    color: #fff;
    text-decoration: none;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: unset;
    vertical-align: middle;
}

.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
    margin-left: 0px;
}

.py-5 {
    padding-top: 0!important;
    padding-bottom: 3rem!important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 20px 20px;
}

.card-text{

}

.text-muted {
    color: #6c757d!important;
}

.small, small {
    font-size: .875em;
}

.g-3, .gy-3 {
    --bs-gutter-y: 0;
}

.g-3, .gx-3 {
    --bs-gutter-x: 0;
}

label{
    font-family: 'Roboto-Regular';
    font-size: 12px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 2px;
    font-weight: unset;
}

.legende, .form-group label{
    font-family: 'Roboto-Regular';
    font-size: 12px;
    color: #000000;
    max-width: 200px;
    font-weight: unset;
    padding: 0px;
    height: 30px;
    min-width: 120px;
    background-color: #dddad5;
    padding: 7px 10px 5px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

input[type=text], input[type=password], input[type=search] {
    height: 30px;
    width: 200px;
    border-radius: 0px;
    border: 1px solid rgb(0 0 0 / 0.1);
    padding: 5px 10px 5px 10px;
    margin-right: 10px;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    border: unset;
    background-color: unset;
    color: #ffffff;
}

.feld_flex{
    display: flex;
}

.feld_1{

}

.produktseite{
    display: flex;
    flex-wrap: wrap;
}

.kachel_produkt{
    width: 440px;
    height: 220px;
    margin: 10px

}

.links_funktion{
    width: 440px;
    flex: 1;
    display: contents;
}

.links_funktion_1{
    width: 440px;
    height: 700px;
    background-color: #55595c;
}

.radios{
    height: 30px;
    margin-top: 5px;
}
.radios > span{
    bottom: 3px;
    position: relative;
    margin-right: 10px;
}

/*------- footer ------*/
footer {
    /*position: fixed;*/
    bottom: 0px;
    width: 100%;
}
.dk_footer {
    float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    background-color: #2b2b2b;
}

.copyright {
    display: flex;
    padding: 10px 10px 10px 10px;
}

.impressum{
    font-size: 12px;
    color: #ffffff;
    margin-left: 40px;
    margin-top: 20px;
}
}

.impressum > a{
    color: #ffffff;
    text-decoration: none;

}


/*------- footer ende ------*/

/*----------- table -----------*/

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
    font-size: 12px;
}
.table>tbody {
    vertical-align: middle;
}

.table>:not(caption)>*>* {
    padding: 5px 5px;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

td a {
    font-size: 12px;
    color: #fff;
    background-color: #877c6c;
    display: inline-block;
    height: 30px;
    min-width: 120px;
    padding: 7px 10px 5px 10px;
    margin: 0px 0px 0px 0px;
    font-weight: unset;
    text-align: left;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid rgb(0 0 0 / 0);
    border-radius: 0px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .3), 0px 15px 10px rgb(255 255 255 / 20%) inset;
    float: right;
    text-decoration: none;
}

td a:hover, td a:focus{
    color: #fff;
    background-color: #54442e;
    border: 1px solid rgb(0 0 0 / 0.1);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, .3);
    text-decoration: none;
}

/*----------- table ende -----------*/

/*----------- navbar -----------*/

.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000000;
    padding: 0;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #000000;
    font-size: 14px;
    margin-left: 20px;
}


.navbar .navbar-nav>li>a {
    color: #000000;
    font-size: 14px;
    margin-left: 20px;
    text-decoration: none;
}
.navbar-nav>li.active {
    background-color: #FFFFFF;
}

.navbar-nav>li>a {
    font-size: 14px;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.navbar-nav>li>a:hover {
    color: red;
}

.navbar {
    background-color: #f6f5f4!important;
    border-radius: 0px;
    position: relative;
    min-height: 40px;
    height: 80px;
    border: none;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .2);
    margin-bottom: 0px;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-header{
float: left;
margin: 20px 20px 20px 20px;
}

.navbar-nav {
float: left;
margin-top: 20px;
margin-right: 20px;
margin-bottom: 20px!important;
margin-left: 20px;
line-height: 1;

}

.dropdown-menu {
position: absolute;
top: 100%;
left: 20px;
z-index: 1000;
display: none;
float: left;
min-width: 150px;
padding: 5px 5px 10px 5px;
margin: 0px 0px 0px 0px;
font-family: 'Roboto-Regular';
font-size: 12px;
text-align: left;
list-style: none;
background-color: #f6f5f4;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: unset;
border-radius: 0px;
-webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, .2);
box-shadow: inset 0px -2px 2px rgba(0, 0, 0, .2);
}

.dropdown-menu>li>a {
    padding: 0px 5px 10px 0px;
    text-decoration: none;
    color: #333;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
color: #262626;
text-decoration: none;
background-color: #f5f5f5;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 5px;
    margin-top: .125rem;
}

.dropdown-item {
    padding: 7px 10px 7px 10px;

}

li.dropdown-item:hover {
    background-color: rgba(0, 0, 0, .05);
}

.dropdown-menu>li>a:hover {
    background-color: unset;
}

.row.threebuttons{
    display: flex;
    flex-wrap: inherit;
    width: 125px;
  }


/*----------- navbar ende -----------*/


/*----------- media queries -----------*/

@media (min-width: 576px){

    .container, .container-sm {
        /*max-width: 540px;*/
        max-width: 100%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: -webkit-fill-available;
    }

}

@media (min-width: 768px){

    .container, .container-md, .container-sm {
        /*max-width: 720px;*/
        max-width: 100%;
    }

2xcontent_big {
        flex: 0 0 auto;
        width: 100%;
    }

}

@media (min-width: 992px){

    .container, .container-lg, .container-md, .container-sm {
        /*max-width: 960px;*/
        max-width: 100%;
    }

2xcontent_big {
        flex: 0 0 auto;
        width: 50%;
    }

}

@media (min-width: 1200px){

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        /*max-width: 1140px;*/
        max-width: 100%;
}

}

@media (min-width: 1600px){

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        /*max-width: 1920px;*/
        max-width: 100%;
}



}


@media (max-width: 991.98px){

    .navbar-brand {
        padding-top: 0px;
        padding-bottom: 0x;

    }

    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%);
    }

    .offcanvas-collapse {
        position: fixed;
        top: 82px;
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        overflow-y: auto;
        visibility: hidden;
        background-color: #f6f5f4;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    }
    .navbar-nav .dropdown-menu {
        position:absolute;
        margin-left: -20px;
        margin-top: -5px;
        font-size: 14px;
    }

    .dropdown-item {
        padding: 0px 10px 0px 10px;
    }

    .navbar-nav {
        margin-top: 70px;
        line-height: 40px;
    }

    .navbar-nav>li>a {
        font-size: 14px;
        color: #000000;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 10px;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #000000;
        padding: 10px 0 15px 0;
        font-size: 16px;
    }

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        margin-left: 0px;
    }

    .navbar .navbar-nav>li>a {
        margin-left: 0px;
        font-size: 16px;

    }

    .d-flex {
        display: flex!important;
        margin-top: 25px;
        position: absolute;
        margin-left: 20px;
    }

    input[type=search] {
        width: 150px;
    }

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-right: auto;
        margin-left: auto;
    }

    td a {

        min-width: unset;

    }

    .row.threebuttons{
        display: block;
        flex-wrap: inherit;
        width: 120px;
    }

}

@media (max-width: 411px){

    .feld_flex {
        display: block;
    }

    .feld_flex > .btn {

        margin: 10px 0px 5px 0px;

    }

}
