html, body{min-height:100%;}
:root {
    --yellow: #f0b310;
    --grey: #6d6e71;
    --lightred: rgba(194, 6, 58, 0.4);
    --lightgrey: rgba(109, 110, 113, 0.4);
    --darkgrey: rgba(109, 110, 113, 1);
}

body {
    color:var(--darkgrey);
    height:100vh;
    width:100%;
    margin:0px;
    padding:0px;
    font-size:18px;
    font-family:raleway;
    overflow: auto;
}

.table, .variant_part {
    color:var(--darkgrey);
}

h1 {
    font-size:2.9rem;
    color:var(--yellow);
    font-weight:bold;
}

.table {
    --bs-table-striped-bg: #D9E2EA;
}

.yellow {
    background-color: var(--yellow);
}

.logo {
    padding-top:10px !important;
    padding-bottom:10px !important;
}

.navigation {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: center;
}

.popup_confirm {
    display:none;
    position: absolute;
    padding-top:30px;
    right:30px;
}

.popup_inner {
    width:250px;
    height:100px;
    border-radius: 10px;
    margin:0 auto;
    padding:3px;
}

.popup_choose {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-evenly;
}

.popup_yes {
    border: 1px solid var(--yellow);
    padding: 10px;
    border-radius: 7px;
    background-color: var(--yellow);
    transition: 1s;
    color:#ffffff;
    cursor:pointer;
}

.popup_no {
    border: 1px solid var(--yellow);
    padding: 10px;
    border-radius: 7px;
    background-color: var(--yellow);
    transition: 1s;
    color:#ffffff;
    cursor:pointer;
}

.cellrow {
    width:100%;
    display:flex;
    flex-wrap: wrap;
    border-bottom:solid 1px;
    min-height:50px;
    align-items: center;
}

textarea {
    margin-top:5px;
    margin-bottom:5px;
}

.create_new_variant {
    padding-top:3px;
    cursor:pointer;
}

.m3button {
    border: 1px solid var(--yellow);
    padding: 10px;
    border-radius: 7px;
    background-color: var(--yellow);
    transition: 1s;
    color:#ffffff;
}

.m3button_pdf {
    border: 1px solid var(--yellow);
    padding: 10px;
    padding-left: 35px;
    border-radius: 7px;
    background-color: var(--yellow);
    transition: 1s;
    color:#ffffff;
    background-image:url("../m3icons/printer.png");
    background-position: 10px 15px;
    background-repeat:no-repeat;
}

input[type="file"]::file-selector-button {
    border: 1px solid var(--yellow);
    padding: 0.2em 0.4em;
    border-radius: 7px;
    background-color: var(--yellow);
    transition: 1s;
    color:#ffffff;
}

.requirementrow {
    width:100%;
    display:flex;
    flex-wrap: wrap;
    margin-bottom:15px;
}

.stripedcells > div {
    padding-left:10px;
    padding-right:10px;
}

.stripedcells > div:nth-of-type(odd) {
    background-color: #D9E2EA;
}

.allgroups {
    padding-left:0px !important;
    padding-right:0px !important;
    background-color: #fff !important;
}

.stripedcellsinside {
    background-color: #D9E2EA;
    padding-left:10px;
    padding-right:10px;
}

.stripedcellnot {
    padding-left:10px;
    padding-right:10px;
}

.firstcell {
    font-weight:bold;
    width:30%;
}

.firstcellsmall {
    font-weight:bold;
    width:20%;
}

.secondcell {
    width:70%;
    padding-left:5px;
}

.radiobuttons {
    display:flex;
    flex-wrap:wrap;
    align-items: center;
}

input[type="radio"] {
    margin-left:5px;
    margin-right:15px;
}

.requirementcell {
    width:70%;
}

.requirementtick {
    width:30%;
    padding-left:5px;
}

.dokumente {
    width:300px;
}

.dokumente img {
    padding-right:5px;
}

.dokument_size {
    width:250px;
}

.application_size {
    width:160px;
}

.showdata, #step1, #step2, #step3, #step4, #step5, #step6 {
    cursor:pointer;
}

.col-12 {
    padding-left:50px;
    padding-right:50px;
    padding-top:50px;
    padding-bottom:50px;
}

.picture {
    max-width:150px;
    max-height:100px;
    width: auto;
    height: auto;
    transition: transform .2s; /* Animation */
    cursor:pointer;
    transform-origin: top;
}

.zoomin {
    transform-origin: top;
    transform: scale(5);
}

.thirdcell {
    width:10%;
}

.hide {
    display:none;
}

#step1, #step2, #step3, #step4, #step5, #step6, #anleitung {
    cursor:pointer;
}

.nav-link {
    font-weight:bold;
    min-height:40px;
    font-size:15px;
    color:var(--bs-white) !important;
}

.nav-link:hover {
    background-color: var(--bs-white) !important;
    color: var(--yellow) !important;
}

.nav-link.active {
    color:#fff !important;
}

.nav-item {
    margin-right:10px;
}

.navbar {
    padding-bottom:0px;
}

.search {
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
}

.searchslot {
    width:500px;
    padding-left:10px;
    padding-right:10px;
    padding-top:3px;
    padding-bottom:3px;
    margin-right:15px;
    border: 1px solid;
    border-color: var(--bs-black-rgb) !important;
    border-radius: 7px;
}

.button-width {
    width:200px;
}

.border_nav  {
    border-color: var(--bs-white);
    border:1px solid;
    color: #ffffff !important;
}

.border {
    border-color:var(--yellow) !important;
    border-radius: 7px;
}

.lefttable {
    padding:15px;
    margin-bottom:15px;
}

.form-control {
    background-color:#bebebf;
}

.padding-row {
    height: 20px;
    width: 100%;
}

.padding-row-small {
    height:10px;
    width:100%;
}

.login-headline {
    padding-top:120px;
}

.headline {
    padding-top:40px;
}

.login-form {
    padding-bottom:120px;
}

.btn-primary {
    background-color:var(--yellow) !important;
    border:0px;
}

.secondbutton {
    margin-left:15px;
}

.green {
    color:#0B7000 !important;
    font-weight:700;
}

.printpdf {
    background-color:#9cfd9e !important;
}

.orange {
    color: #fd7e14;
    font-weight:700;
}

.red {
    color: #C2063A !important;
    font-weight:700;
}

.lightred {
    background-color:rgba(194, 6, 58, 0.4);
    opacity:0.8;
}

.published_false > td
 {
    background-color:rgba(236,164,164) !important;
    box-shadow:inherit;
}

.variant_choosen.published_false > td {
    background-color:rgba(236,120,120) !important;
    box-shadow:inherit;
}

.lightgreen {
    background-color:rgba(11, 112, 0, 0.4);
    opacity:0.8;
}

h2 {
    font-size:50px;
    color: #C2063A !important;
}

h3 {
    font-size:17px;
    font-weight:700;
    line-height:30px;
}

.top_space {
    margin-top:15px;
    padding-top:15px;
}

.btn {
    width:100%;
}

input, .form-control {
    border-color:var(--grey) !important;
    background-color:#FFFFFF !important;
}
.variant_choosen {
    --bs-table-accent-bg:var(--yellow) !important;
    background-color:var(--yellow) !important;
}

.form-check-input:checked {
    background-color:var(--yellow) !important;
    border-color:var(--yellow) !important;
}
.form-check-input {
    border-color:var(--yellow) !important;
}

a, a:visited, a:active {
    color:var(--yellow);
    text-decoration:none;
    text-decoration:underline;
}

.baseproduct, .baseproduct:visited, .baseproduct:active {
    color:var(--bs-black-rgb);
    text-decoration:none;
    padding-bottom:10px;
}

.footer {
    height:89px;
    padding-top:15px;
    color:#212529;
    text-decoration:none;
    padding-bottom:20px;
}

.footer a, .footer a:visited, .footer a:active {
    color:#212529;
    text-decoration:none;
}

.footer a:hover {
    text-decoration:underline;
}

.contentpart {
    background-color:#ececec;
    min-height:calc(100% - 89px);
}

.border_button {
    padding-top:7px;
    padding-left:10px;
    margin-bottom:10px;
    border: 1px solid;
    border-radius:5px;
    color:var(--yellow);
    border-color:var(--yellow);
}
/*
input[type="radio"], input[type="checkbox"]{
    appearance: none;
    border: 1px solid #d3d3d3;
    width: 25px;
    height: 25px;
    content: none;
    outline: none;
}

input[type="radio"]:checked {
    appearance: none;
    outline: none;
    content: none;
}
*/
input[type="radio"]:checked::before{
    position: absolute;
    color: var(--yellow) !important;
    content: "\00A0\2713\00A0" !important;
    font-weight: bolder;
    font-size: 17px;
}

.change_icons {
    list-style: none;
}

.change_icons li {
    padding-top:8px;
    margin-bottom:5px;
}

.allproducts {
    display:flex;
    flex-wrap:wrap;
}

.product_image img, .product_image_gallery img {
    max-width:200px;
    max-height:200px;
}

.product_preview {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    width:290px;
    height:100%;
    border:1px solid;
    border-radius:10px;
    margin:5px;
}

.product_pictures {
    display:flex;
    flex-wrap:wrap;
}

.product_image_gallery {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    width:200px;
    height:200px;
    margin-right:10px;
    padding-bottom:5px;
}

.notpublished {
    cursor:pointer;
    /*background-color:var(--lightgrey);*/
    opacity:0.3;
}

.notpublished:hover {
    cursor:pointer;
    /*background-color:var(--lightgrey);*/
    opacity:0.5;
}

.product_preview:hover {
    cursor:pointer;
    background-color:var(--yellow);
}

.product_preview:hover .product_name {
    color:var(--darkgrey) !important;
}

.product_name {
    text-align:center;
    width:270px;
    padding-left:5px;
    padding-right:5px;
    color:var(--yellow);
    font-size:23px;
    font-weight:bold;
}

.stay_big {
    font-weight:bold !important;
}

.product_headings {
    font-size:23px;
    font-weight:bold;
}

.border_bottom {
    margin-top:10px;
    margin-bottom:10px;
    border-bottom:2px solid;
    border-color:var(--lightgrey);
}

.product_detail, .product_detail_no_hover {
    display:flex;
    flex-wrap:wrap;
    margin-bottom:10px;
}

.product_detail_name {
    width:400px;
    padding:10px;
    margin-right:10px;
    border:1px solid;
    border-color:var(--darkgrey);
    border-radius:10px;
}

.product_detail:hover {
    background-color:var(--yellow);
    border-radius:10px;
}

.product_detail_value {
    width:calc(100% - 410px);
    padding:10px;
    border:1px solid;
    border-color:var(--darkgrey);
    border-radius:10px;
}

.product_detail_value_big {
    width:100%;
    padding:10px;
    border:1px solid;
    border-color:#bbb;
    border-radius:10px;
}

.accordion-button {
    width:100%;
    cursor:pointer;
    font-size:27px;
    border-bottom:2px solid;
    border-color:var(--lightgrey);
    color:var(--darkgrey);
    font-weight:bold;
}
.stammdaten_value {
    margin-top:10px;
}

.accordion-item {
    border:0px;
}

.accordion-button, .accordion-collapse, .accordion-item  {
    background-color: #ececec !important;
}

.accordion-button:not(.collapsed), .accordion-button h2 {
    color:var(--bs-black-rgb);
    background-color: #ececec !important;
}
.accordion-button {
    padding-left:0px;
}
.accordion-button:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
    border-color:var(--lightgrey) !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.savebutton, .overlay_savebutton, .overlay_dismissbutton {
    width:300px;
    padding:10px;
    border:1px solid !important;
    border-radius:5px !important;
    background-color:var(--yellow) !important;
    border-color:var(--yellow) !important;
    color:#fff;
}

.overlay_dismissbutton {
    margin-left:20px;
}

.delete_yes {
    margin-right:10px;
}

.delete_yes, .delete_no {
    border: 1px solid var(--yellow);
    padding: 10px;
    border-radius: 7px;
    background-color: var(--yellow);
    transition: 1s;
    color:#ffffff;
    cursor:pointer;
}

.overlay, .delete_overlay {
    position: fixed;
    display:none;
    flex-wrap:wrap;
    justify-content: center;
    align-items:flex-start;
    align-content:flex-start;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top:30px;
    background-color:rgb(255,255,255,0.7);
}

.inner_overlay, .inner_delete_overlay {
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    align-content:flex-start;
    width:1000px;
    padding-top:30px;
    padding-bottom:30px;
    padding-left:30px;
    padding-right:30px;
    background-color:#fff;
    border:1px solid !important;
    border-radius:10px !important;
    border-color:var(--yellow) !important;
}

.overlay_actions, .overlay_delete_actions {
    display:flex !important;
    flex-wrap: wrap;
    justify-content: left;
    height:30px;
    width:100%;
}

.overlay_inhalt_hinzu, .overlay_inhalt_weg {
    display:none;
    width:100%;
}

.overlay_inhalt_hinzu h3, .overlay_inhalt_weg h3 {
    margin-top:20px;
    margin-bottom:4px;
}

.overlay_heading {
    width:100%;
    text-align:left;
    font-size:28px;
}

/*
.variant {
    display:flex;
    flex-wrap:wrap;
}

.variant_heading {
    padding-left:3px;
    padding-right:3px;
}

.variant_part {
    padding-left:3px;
    padding-right:3px;
}*/