
@font-face {
    font-family: 'Montserrat-Thin';
    src: url('../fonts/Montserrat-Thin.woff2') format('woff2'),
    url('../fonts/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
    url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body
{
    background: #ffffff;
    font-family: Montserrat-Regular;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    padding: 0;
    margin: 0;
    padding-top: 0;
}

:focus {
    outline: none;
}
.container-fluid {
    padding-bottom: 20px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 10px;
}


.row {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
/*
    Sometimes the sub menus get too large for the page and prevent the menu from scrolling, limiting functionality
    A quick fix is to change .side-menu to

    -> position:absolute

    and uncomment the code below.
    You also need to uncomment

    -> <div class="absolute-wrapper"> </div> in the html file

    you also need to tweek the animation. Just uncomment the code in that section
    --------------------------------------------------------------------------------------------------------------------
    If you want to make it really neat i suggest you look into an alternative like http://areaaperta.com/nicescroll/
    This will allow the menu to say fixed on body scoll and scoll on the side bar if it get to large
*/
/*.absolute-wrapper{
    position: fixed;
    width: 300px;
    height: 100%;
    background-color: #f8f8f8;
    border-right: 1px solid #e7e7e7;
}*/

h2{
    font-family: 'Montserrat-SemiBold';
    font-size: 16px;
    color: #54442e;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
    font-weight: unset;
    line-height: 22px;

}

h3{
    font-family: 'Montserrat-SemiBold';
    font-size: 14px;
    color: #54442e;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
    font-weight: unset;
    line-height: 20px;

}

.side-menu {
    position: fixed;
    width: 300px;
    height: 100%;
    background-color: #f8f8f8;
    border-right: 1px solid #e7e7e7;
}
.side-menu .navbar {
    border: none;
}
.side-menu .navbar-header {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
}
.side-menu .navbar-nav .active a {
    background-color: transparent;
    margin-right: -1px;
    border-right: 5px solid #e7e7e7;
}
.side-menu .navbar-nav li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
}
.side-menu .navbar-nav li a {
    padding: 15px;
}
.side-menu .navbar-nav li a .glyphicon {
    padding-right: 10px;
}
.side-menu #dropdown {
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}
.side-menu #dropdown .caret {
    float: right;
    margin: 9px 5px 0;
}
.side-menu #dropdown .indicator {
    float: right;
}
.side-menu #dropdown > a {
    border-bottom: 1px solid #e7e7e7;
}
.side-menu #dropdown .panel-body {
    padding: 0;
    background-color: #f3f3f3;
}
.side-menu #dropdown .panel-body .navbar-nav {
    width: 100%;
}
.side-menu #dropdown .panel-body .navbar-nav li {
    padding-left: 15px;
    border-bottom: 1px solid #e7e7e7;
}
.side-menu #dropdown .panel-body .navbar-nav li:last-child {
    border-bottom: none;
}
.side-menu #dropdown .panel-body .panel > a {
    margin-left: -20px;
    padding-left: 35px;
}
.side-menu #dropdown .panel-body .panel-body {
    margin-left: -15px;
}
.side-menu #dropdown .panel-body .panel-body li {
    padding-left: 30px;
}
.side-menu #dropdown .panel-body .panel-body li:last-child {
    border-bottom: 1px solid #e7e7e7;
}
.side-menu #search-trigger {
    background-color: #f3f3f3;
    border: 0;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 18px;
}
.side-menu .brand-name-wrapper {
    min-height: 80px;
}
.side-menu .brand-name-wrapper .navbar-brand {
    display: block;
}
.side-menu #search {
    position: relative;
    z-index: 1000;
}
.side-menu #search .panel-body {
    padding: 0;
}
.side-menu #search .panel-body .navbar-form {
    padding: 0;
    padding-right: 50px;
    width: 100%;
    margin: 0;
    position: relative;
    border-top: 1px solid #e7e7e7;
}
.side-menu #search .panel-body .navbar-form .form-group {
    width: 100%;
    position: relative;
}
.side-menu #search .panel-body .navbar-form input {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    height: 50px;
}
.side-menu #search .panel-body .navbar-form .btn {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 0;
    background-color: #f3f3f3;
    padding: 15px 18px;
}
/* Main body section */
.side-body {
}



.sortable {
    list-style-type: none;
    cursor: move;
}

.sortable > li {
    padding:10px;
}

.lefttd >tbody >tr > td{
    padding:10px;
}
.maindiv {
    color: #000000;
}

tr.disabled {
    color:black;
    text-decoration: line-through;
}

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

.center {
    bottom: 300px;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 200px;
    height: 200px;
    opacity: 1;
/*    background: #faf9f8;*/
    text-align: center;
}

#ulist_wrapper{
    padding:10px;
}
#rlist td{
    color: #000000;
    background-color: white;
}

.table td{
    color: #000000;
}


.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate{
    color:white !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    background-color:white;
}
.dataTables_wrapper .dataTables_length select{
    color:black !important;
}


a{
    font-family: Montserrat-SemiBold;
    font-size: 12px;
    color: #80807f;
    padding-right: 5px;
    text-decoration: none;
}

.flag_choice a{
    font-family: Montserrat-SemiBold;
    font-size: 12px;
    color: #80807f;
    padding-right: 5px;
    text-decoration: none;
}

a:hover,a:visited, a:focus, a:active{
    font-family: Montserrat-SemiBold;
    font-size: 12px;
    color: black;
    text-decoration: underline;
}

.text_links{
    max-width: 900px;

}

.side_by_side_nav{
    float:left;
    padding: 5px;
}

.paginate_button{
    margin-top: 10px;
    margin-bottom: 10px;
}

.pagerdefault, .pagerback, .pagerforward{
    font-family: Montserrat-Bold;
    font-size: 12px;
    color: #000000;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 4px;
    padding-left: 5px;
    text-decoration: unset;
    background-color: #dddad5;
}

.pagerselected{
    color: #ffffff;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 4px;
    padding-left: 5px;
    background-color: #54442e;
}

.csel_all{
    margin-bottom: 20px;
}

.csel_all span{
    font-family: Montserrat-Regular;
    font-size: 12px;
    color: #000000;
}

.csel_all input[type=checkbox]{
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 0px;

}



input[type=text], input[type=password], 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);
}

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


.invertnav, .navbar-nav>li.invertnav>a{
    color: white;
    background-color: darkgray;
}
.greencheck{
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background: #FFFFFF;
    border:2px solid black;
    border-radius: 6px;
    box-sizing: border-box;
    position: relative;
    box-sizing: content-box ;
    width: 30px;
    height: 30px;
    transition: all .3s linear;
}
.greencheck:checked{
    background-color: #2ECC71;
}


/*------------------- NEU ---------------*/

.felder_2{
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
}

.login img{

}

#mainlogo{

}


.navbar .navbar-nav>li>a {
    color: #000000;
    font-size: 14px;
    margin-left: 20px;
}
.navbar-nav>li.active {
    background-color: #FFFFFF;
}
.uform{
    max-width:600px;
}

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

.navbar {
    background-color: #f6f5f4;
    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;
}

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

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

.nav>li>a:focus, .nav>li>a:hover {
    color: #000000;
    text-decoration: none;
    background-color: #ffffff;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .2);
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #ffffff;
    border-color: unset;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 20px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 180px;
    padding: 5px 5px 5px 5px;
    margin: 0px 0px 0px 0px;
    font-family: 'Montserrat-Regular';
    font-size: 12px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -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: 5px 5px 5px 10px;
    color: #333;
}

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


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

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

.form-group {
    display: flex;
    margin-bottom: 10px;
}

.center .form-group{
    display: block;

}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: unset;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    width: unset;
    margin-right: 10px;
    font-family: 'Montserrat-Regular';
    font-size: 12px;
}

.felder_2 .col-sm-10{
    width: 220px;
    margin-right: 20px;
}

.col-sm-10 span{
    margin: 5px 10px 0px 5px;
    vertical-align: text-bottom;
}

.col-sm-10 select[multiple]{
    height: auto;
    min-height: 157px;
    width: auto;
    max-width: 220px;
    min-width: 220px;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 10px 0px;
    font-size: 12px;
    color: #555;
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / 0.1);
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -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;

}

.radios{
    margin-top: -20px;
}

hr{
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #dddad5;
}



.rechner_filter{
    display: flex;
}

.rechner_filter .btn{
    margin-right: 10px;
}

.chk_accurate{
    margin-right: 20px;
}

.btn, html input[type=button]{
    font-family: 'Montserrat-Regular';
    font-size: 12px;
    color: #fff;
    background-color: #877c6c;
    display: inline-block;
    height: 30px;
    min-width: 120px;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 10px 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 rgb(0 0 0 / 30%), 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;
}

#search{
    display: flex;
}

.feld_flex{
    display: flex;
    flex-wrap: wrap;
    background-color: #eeecea;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px;
    min-width: 480px;
}

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

.feld_input{
    min-width: 200px;
}

.glyphicon {
    margin-right: 5px;
}

input{
    margin-bottom: 10px;
}

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

.form-control, select{
    width: auto;
    max-width: 220px;
    min-width: 220px;
    height: 30px;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 10px 0px;
    font-size: 12px;
    color: #555;
    background-color: #fff;
    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;
}

.flowlabel select{
    width: auto;
    max-width: 220px;
    min-width: 220px;
    height: 30px;
    padding: 5px 10px 5px 10px;
    margin: 0px 10px 10px 0px;
    font-size: 12px;
    color: #555;
    background-color: #fff;
    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;
}

.table{
    font-family: 'Montserrat-Regular';
    font-size: 12px;
    max-width: 100%;
    margin-bottom: 20px;
    width: 100%;
    border-top: 1px solid rgb(0 0 0 / 0.1);

}

table {
    border-spacing: 0;
    border-collapse: unset;
}


.table>thead>tr>th {
    padding: 5px 10px 2px 20px;
    vertical-align: middle;
    font-family: 'Montserrat-Regular';
    font-size: 12px;
    color: #000000;
    background-color: #eeecea;
    border-top: 1px solid rgb(0 0 0 / 0.1);
    border-bottom: 1px solid rgb(0 0 0 / 0.1);
    min-width: 150px;
    height: 30px;
    /* max-width: 300px; */
    font-weight: normal;

}

.table>tbody>tr>td {
    padding: 2px 0px 0px 20px;
    vertical-align: middle;
    font-family: 'Montserrat-SemiBold';
    font-size: 12px;
    color: #000000;
    background-color: #ffffff;
    border-top: 0px solid rgb(0 0 0 / 0.1);
    border-bottom: 1px solid rgb(0 0 0 / 0.1);
    min-width: 150px;
    height: 30px;

}

td a, td a:visited, td a:active {
    font-family: 'Montserrat-Regular';
    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;
}

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;
}
.codediv{
    overflow: auto;
    max-height: 400px;
    max-width: 300px;
}


.afterstore{
    font-family: 'Montserrat-Regular';
    font-size: 12px;
    color: #fff;
    display: inline-block;
    height: 30px;
    min-width: 120px;
    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;

}

.afterstore a{
    padding: 7px 10px 5px 10px;
    margin-right: 5px;
    color: #fff;
    background-color: #877c6c;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .3), 0px 15px 10px rgb(255 255 255 / 20%) inset;
}

.msgbox{
    background: #dddddd;
}

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


.flowlabel{

    padding-left: 20px;
    padding-right: 10px;
    display: flex;
    padding-bottom: 10px;
    background: #dddad5;
    margin-bottom: 20px;
}

.noflow{
    display: block;
}

.title{
    font-family: 'Montserrat-Regular';
    font-size: 12px;
    width: 220px;
    height: 30px;
    margin-right: 10px;
    margin-top: 5px;
    padding-top: 5px;
}

.reinput{
    align: right;
}

/* qr code project */


.content_frame
{
    max-width: 800px;
}

.zusatzinfo_badea {
    float: left;
    margin-bottom: 0px;
}
.zusatzinfo_badea_details {
    float: left;
    font-size: 10px;
    margin-left: 5px;
    background-color: #eee;
    padding: 5px;
    min-height: 25px;
    width: 115px;
    text-align: center;
}
.environment_design_3
{
    font-family: Montserrat-SemiBold;
    font-size: 14px;
    padding-left: 10px;
    text-transform: uppercase;
}
#environment_design_3
{
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

.environment_design_2
{
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px; /*20px;*/
    margin-top: 10px;
    border-top: solid 1px black;
    padding-top: 10px;
    text-align: left;
    text-transform: uppercase;
    height: 58px;
}

.environment_design_2b
{
    text-align: right;
    margin-top:-68px;
    border: unset;
}

.landingpage_content{
    font-family: Montserrat-SemiBold;
    font-size: 14px;
    color: black;

}

.landingpage_content .topright1
{
    margin-top: 10px;
    background-color: black;
    padding: 10px;
    color: white;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
}

.content_landingpage
{
    height: 100%;

}

.landingpage_button
{
    display: flex;
    margin: 15px 10px 20px 0px;
    height: 40px;

}

.landingpage_button_text
{
    font-size: 12px;
    font-family: 'Montserrat-SemiBold';
    color: black;
    width: fit-content;
    text-align: center;
    border: solid 1px black;
    padding: 10px;
    text-transform: uppercase;
    background-color: white;

}

.landingpage_button_arrow{
    font-size: 40px;
    margin-left: 10px;
    margin-top: -12px;

}

.content_landingpage a, .content_landingpage a:hover, .content_landingpage a:focus{
    text-decoration: none;

}

.environment_design
{
    font-family: Montserrat-Bold;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: solid 1px black;
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
}

.environment_design_additional
{
    font-family: Montserrat-SemiBold;
    font-size: 12px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: left;
}

.environment_design_additional_right {
    margin-left: 10px;
    display: flex;
}

.scroller_navi {
    border-top: solid 1px black;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.scroller_left, .scroller_right
{
    font-size: 40px;
}

.scroller_right
{
    margin-left:30px;
}
.farben_rahmen
{
    overflow: auto;
    display: flex;
    /*margin-bottom: 20px;*/
}
.farben_rahmen_l
{
    width: 140px;
}
.farben_rahmen_r
{
    width: 400px;
    overflow-y: hidden;
}
.color_available
{
    width:120px; /*99px;*/
    height:45px;
    border-right: solid 1px white;
    border-bottom: solid 1px white;
    background-color: #eee;
    padding: 5px;
}
.color_available.white {
    background-color: #fff;
}
.color_available_x
{
    /*height:58px;*/
    display: flex;
}
.choosen
{
    background-color: #B3B2B0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-top: 8px;
}
.chosenfront
{
    border-bottom: 10px solid #198754;


}
.header {
    background-color: #fff;
}
.content
{
    wdith:400px;
    background-color: #fff;
}

footer p
{
    margin-top: 0px; /*5px*/
    margin-bottom: 1rem;
    float: right;
}

footer img {
    height: 20px;
    padding-right: 5px;
}

footer {
    background-color: #B3B2B0;
    height: 25px;

}

.footer_landing {
    background-color: #B3B2B0;
    height: 25px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin-left: -5px;
}

.content_picture
{
    width:150px;

}
.variants
{
    display: flex;
    overflow-y: hidden; /* Hide horizontal scrollbar */
    overflow-x: hidden; /* Hide horizontal scrollbar */
    min-width: 230px;
}
.variants_2
{
    margin-right: 10px;
}
.flag
{
    margin-right: 5px;
    margin-right: 5px;
    margin-left: 5px;
    width: 30px;
    height: 15px;
}
.logo
{
    width: 43px;
    height: 40px;
}
.umgebungsfarben
{
    background-color: #d7d7d7;
    margin-top:30px;
    margin-bottom:30px;
    width: 500px;
}
.front_description {
    width: 325px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.front_description_l {
    width: 120px;
    float: left;
    font-family: Montserrat-SemiBold;
    font-size: 12px;
    line-height: 20px;

}
.front_description_l2 {
    font-family: Montserrat-SemiBold;
    font-size: 11px;
    width: 140px;
    float: left;
    height: 45px;
    background-color: #DADADA;
    border-right: solid 1px white;
    border-bottom: solid 1px white;
    padding:5px;
}
.front_description_r {
    width: 200px;
    float: left;
    font-family: Montserrat-Regular;
    font-size: 12px;
    line-height: 20px;
}
.front_description_r2 {
    width: 600px;
    float: left;
    height: 45px;
    padding: 0px;
}

.front_description_r3 {
    width: 600px;
    float: left;
    height: 60px;
    padding: 0px;
}

.first_line
{
    background-color: #DADADA;
    overflow: hidden;
    font-family: Montserrat-SemiBold;
    font-size: 11px;
    height: 60px;
}

.first_line_2
{
    background-color: #DADADA;
    overflow: hidden;
    font-family: Montserrat-SemiBold;
    font-size: 11px;
}

.first_line_empty
{
    background-color: #eee;
}
.flag_choice
{
    float:right;
    padding-top:8px;
}
.variants_template
{
    width:400px;
    display: flex;
}
.variants_scroller
{
    font-size: 80pt;
    width:50px;
    padding-top:45px;
    text-align: center;
}
.cll
{
    clear: left;
}
.clr
{
    clear: right;
}

.display_none
{
    display: none;
}
.spacer
{
    height: 20px;
    margin-bottom: 0px;
}
.spacer600
{
    width: 600px;
}

.front_description_l2.first_line_empty.navi2 {
    text-align: center;
    font-size: 40px;
    padding: 0px;
    vertical-align: center;
    height: 60px;
}

.gradient_2
{
    position:relative;
}

#gradient_left {
    height: 242px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    width: 80px;
    z-index: 2;
    position: absolute; /* relative;*/
    left: 0; /* will be changed via javascript */
    top: 0px;
}

#gradient_right {
    height: 242px;
    background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
    width: 80px;
    z-index: 2;
    position: absolute; /* relative;*/
    /*right:0;*/
    left: 250px; /* will be changed via javascript */
    top:0px;
}


     /** LIGHTBOX MARKUP **/
 .lightbox
 {
     /* legt sich ueber den gesammten bildschirm - schwarz, transparent*/
     /** Default lightbox to hidden */
     display: none;
     /** Position and style */
     position: fixed;
     z-index: 999;
     width: 100%;
     height: 100%;
     text-align: left;
     top: 0;
     left: 0;
     background: rgba(0,0,0,0.8);
 }
.lightbox .text
{
    /* textdarstellung innerhalb der lightbox - sehr hell */
    position : fixed;
    top:5%;
    left: 5%;
    right: 5%;
    height: 90%;
    width: 26%;
    overflow: auto;
    scroll-behavior: auto;
    background-color: #ffffff;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    box-shadow: 0 4px 20px 0 rgb(0 0 0), 0 4px 20px 0 rgb(0 0 0);

}
.lightbox_legend{
    font-family: Montserrat-SemiBold;
    font-size: 12px;
    margin-top: 5px;
}

#xlbildiframe .text
{
    position : fixed;
    top: 5%;
    left: 5%;
    right: 5%;
    height: 90%;
    overflow: auto;
    scroll-behavior: auto;
    background-color: #f1eeeb;
    padding: 0px;
    box-shadow: 0 4px 20px 0 rgb(0 0 0), 0 4px 20px 0 rgb(0 0 0);
}

.lightbox .text_produkt
{
    position: fixed;
    top: 5%;
    left: 20%;
    right: 20%;
    height: 83%;
    overflow: auto;
    scroll-behavior: auto;
    background-color: #f1eeeb;
    /*
	padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    */
    box-shadow: 0 4px 20px 0 rgb(0 0 0), 0 4px 20px 0 rgb(0 0 0);
    width: 60%;
}

.lightbox img
{
    /** Pad the lightbox image */
    /*max-width: 600px;*/
    height: 90%;
    margin-top: 20px;
    /*border: 1px solid #18191a;*/
    /*padding: 20px;*/
    /*margin-bottom: 10px;*/
    /*margin-right: 20px;*/
}
.lightbox .image180px
{
    max-width: 150px;
}

.lightbox:target
{
    /** Remove default browser outline */
    outline: none;
    /** Unhide lightbox **/
    display: block;
}
.lightbox .closebutton
{
    font-family: IvyStyle Sans semibold;
    line-height: 15px;
    position : fixed;
    text-align: center;
    padding: 5px;
    min-width: 30px;
    background-color: rgba(0, 0, 0, 0.25);
    color: white;
    right: 20px;
    top:20px;
    font-size: 32px;
}
.lightbox .closebutton a
{
    color: white;
    text-decoration: none;
}
/** / LIGHTBOX MARKUP **/

input#searchvalue
{
    min-width: 140px;
    width: 170px;
}
.navi_buttons
{
    display: flex;
}
.importer_buttons
{
    background-color: #ddd;
    width: 200px;
    padding: 10px;
    margin: 10px;
    border: solid 2px #000;
}
.abstand_20
{
    margin-top:20px;
}
#spacer_left, #spacer_left_, #spacer_right
{
    width: 48px;
}

a.choosen {
    background-color: #fff;
    font-size: 16px;
}


#kitchen_handles, #kitchen_variants, #kitchen_pictures
{
    display: none;
}

@media (min-width:600px){

    .flag {
        margin-right: 5px;
        margin-left: 5px;
        width: 60px;
        height: 30px;
    }
    .logo {
        width: 64px;
        height: 60px;
    }

    .flag_choice
    {
        float:right;
        padding-top:20px;
    }
    .environment_design_3
    {
        font-family: Montserrat-SemiBold;
        font-size: 26px;
        padding-left: 20px;
        text-transform: uppercase;
    }
    #environment_design_3
    {
        font-weight: bold;
        font-size: 26px;
    }
    .environment_design_2
    {
        font-size: 22px;
    }
    .environment_design
    {
        font-size: 18px;
    }
    .farben_rahmen_r {
        width: 600px;
    }

    .front_description {
        width: 325px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;

    }
}

@media (min-width:740px) {

    .environment_design_additional_right {
        display: none;
    }
}
@media (max-width: 1920px) {

    .lightbox .text {
        /* textdarstellung innerhalb der lightbox - sehr hell */
        position: fixed;
        top: 4%;
        left: 10%;
        right: 0%;
        height: 90%;
        width: 80%; /* 26% */
        overflow: auto;
        scroll-behavior: auto;
        background-color: #ffffff;
        padding-top: 0px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        box-shadow: 0 4px 20px 0 rgb(0 0 0), 0 4px 20px 0 rgb(0 0 0);

    }

    .lightbox img {
        /* max-width: 425px; */
        height: 90%;
        margin-top: 20px;
        /* border: 1px solid #18191a; */
        /* padding: 20px; */
        /* margin-bottom: 10px; */
        /* margin-right: 20px; */
        width: auto;
    }
}



@media (max-width: 1200px) {

    .lightbox .text {
        /* textdarstellung innerhalb der lightbox - sehr hell */
        position: fixed;
        top: 4%;
        left: 10%; /*32%*/
        right: 0%;
        height: 90%;
        width: 80%; /*44% 37%;*/
        overflow: auto;
        scroll-behavior: auto;
        background-color: #ffffff;
        padding-top: 0px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        box-shadow: 0 4px 20px 0 rgb(0 0 0), 0 4px 20px 0 rgb(0 0 0);

    }

    .lightbox img {
        /* max-width: 425px; */
        height: 90%;
        margin-top: 20px;
        /* border: 1px solid #18191a; */
        /* padding: 20px; */
        /* margin-bottom: 10px; */
        /* margin-right: 20px; */
        width: auto;
    }
}



/* small screen */
@media (max-width: 768px) {
    .side-menu {
        position: relative;
        width: 100%;
        height: 0;
        border-right: 0;
        border-bottom: 1px solid #e7e7e7;
    }

    .lightbox .text
    {
        /* textdarstellung innerhalb der lightbox - sehr hell */
        position : fixed;
        top:4%;
        left: 0%;
        right: 0%;
        height: 90%;
        width: 100%;
        overflow: auto;
        scroll-behavior: auto;
        background-color: #ffffff;
        padding-top: 0px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        box-shadow: 0 4px 20px 0 rgb(0 0 0), 0 4px 20px 0 rgb(0 0 0);

    }

    .lightbox img {
        /* max-width: 425px; */
        height: auto;
        margin-top: 20px;
        /* border: 1px solid #18191a; */
        /* padding: 20px; */
        /* margin-bottom: 10px; */
        /* margin-right: 20px; */
        width: 100%;
    }

    .flag_choice
    {
        float:right;
        padding-top:8px;
    }

    .front_description {
        width: 325px;
        margin-top: 10px;
        margin-bottom: 10px;
        float: left;
        margin-left: 0;
        margin-right: 0;


    }

    .side-menu .brand-name-wrapper .navbar-brand {
        display: inline-block;
    }
    /* Slide in animation */
    @-moz-keyframes slidein {
        0% {
            left: -300px;
        }
        100% {
            left: 10px;
        }
    }
    @-webkit-keyframes slidein {
        0% {
            left: -300px;
        }
        100% {
            left: 10px;
        }
    }
    @keyframes slidein {
        0% {
            left: -300px;
        }
        100% {
            left: 10px;
        }
    }
    @-moz-keyframes slideout {
        0% {
            left: 0;
        }
        100% {
            left: -300px;
        }
    }
    @-webkit-keyframes slideout {
        0% {
            left: 0;
        }
        100% {
            left: -300px;
        }
    }
    @keyframes slideout {
        0% {
            left: 0;
        }
        100% {
            left: -300px;
        }
    }
    /* Slide side menu*/
    /* Add .absolute-wrapper.slide-in for scrollable menu -> see top comment */
    .side-menu-container > .navbar-nav.slide-in {
        -moz-animation: slidein 300ms forwards;
        -o-animation: slidein 300ms forwards;
        -webkit-animation: slidein 300ms forwards;
        animation: slidein 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .side-menu-container > .navbar-nav {
        /* Add position:absolute for scrollable menu -> see top comment */
        position: fixed;
        left: -300px;
        width: 300px;
        top: 43px;
        height: 100%;
        border-right: 1px solid #e7e7e7;
        background-color: #f8f8f8;
        -moz-animation: slideout 300ms forwards;
        -o-animation: slideout 300ms forwards;
        -webkit-animation: slideout 300ms forwards;
        animation: slideout 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    /* Uncomment for scrollable menu -> see top comment */
    /*.absolute-wrapper{
          width:285px;
          -moz-animation: slideout 300ms forwards;
          -o-animation: slideout 300ms forwards;
          -webkit-animation: slideout 300ms forwards;
          animation: slideout 300ms forwards;
          -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
      }*/
    @-moz-keyframes bodyslidein {
        0% {
            left: 0;
        }
        100% {
            left: 300px;
        }
    }
    @-webkit-keyframes bodyslidein {
        0% {
            left: 0;
        }
        100% {
            left: 300px;
        }
    }
    @keyframes bodyslidein {
        0% {
            left: 0;
        }
        100% {
            left: 300px;
        }
    }
    @-moz-keyframes bodyslideout {
        0% {
            left: 300px;
        }
        100% {
            left: 0;
        }
    }
    @-webkit-keyframes bodyslideout {
        0% {
            left: 300px;
        }
        100% {
            left: 0;
        }
    }
    @keyframes bodyslideout {
        0% {
            left: 300px;
        }
        100% {
            left: 0;
        }
    }
    /* Slide side body*/
    .side-body {
        margin-left: 10px;
        margin-right: 10px;
        /*        margin-top: 70px;*/
        position: relative;
        -moz-animation: bodyslideout 300ms forwards;
        -o-animation: bodyslideout 300ms forwards;
        -webkit-animation: bodyslideout 300ms forwards;
        animation: bodyslideout 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .body-slide-in {
        -moz-animation: bodyslidein 300ms forwards;
        -o-animation: bodyslidein 300ms forwards;
        -webkit-animation: bodyslidein 300ms forwards;
        animation: bodyslidein 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    /* Hamburger */
    .navbar-toggle {
        border: 0;
        float: left;
        padding: 18px;
        margin: 0;
        border-radius: 0;
        background-color: #f3f3f3;
    }
    /* Search */
    #search .panel-body .navbar-form {
        border-bottom: 0;
    }
    #search .panel-body .navbar-form .form-group {
        margin: 0;
    }
    .navbar-header {
        /* this is probably redundant */
        position: fixed;
        z-index: 3;
        background-color: #f8f8f8;
    }
    /* Dropdown tweek */
    #dropdown .panel-body .navbar-nav {
        margin: 0;
    }
}



/*   qr code kitchen specific classes  */

.accessories1
{
    /*width: 48%;*/ /*200px;*/
    width:155px;
    margin-bottom: 10px;
    margin-left: 2px;
    margin-right: 10px;
    /*padding: 5px;*/
    display: inline-flex;
    flex-direction: column;
}

.accessories2
{
    width: calc(100% - 70px); /*100%;*/ /*300px;*/

    height: calc((100vw - 70px) * 0.67); /*  0.67 = bildverhältnis 3:2 */


    margin-bottom:10px;
    margin-right: 0px; /*10px*/
    padding: 5px;
    display: inline-flex;
    flex-direction: row;
}

.accessories1_img
{
    width:155px;
    min-height: 120px;
    max-height: 245px; /*302px;*/
    margin-bottom:10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px black;
}
.accessories1_img img {
    /*width: 198px;*/
    width: 100%;
    object-fit: scale-down;
    height: 100%;
}

.accessories1_img.handle
{
    border: solid 1px black;
}
.accessories2_img
{
/*    width:100%; */
    /*min-height: 120px;*/

/*14.9.    max-width: calc(100% - 80px); */

    max-height: calc((100vw - 80px) * 0.67); /*  0.67 = bildverhältnis 3:2 */
    /*margin-bottom:10px;*/
    text-align: center;

}

.accessories2_img img, .pic_upholstery {
    /*width: calc(100vw - 115px);*/ /* -105px navi + 10px padding */ /*100%;*/ /*300px;*/

    max-width: calc(100% - 80px);
    max-height: calc((100vw - 80px) * 0.67); /*  0.67 = bildverhältnis 3:2 */


}



.accessories2:nth-child(odd) {
    /*background: #eee;*/
}

.accessories2:nth-child(even) {
    /*background: #ddd;*/
}




.pictures_headline
{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}

.pictures_list
{
    display: flex;
    width:100%;
    flex-wrap: wrap;
}
.pictures_list_2
{
    width:100%;
}

#kitchen_handles, #kitchen_pictures, #kitchen_variants, #kitchen_glas, #upholstery_details, #upholstery_sofacover, #upholstery_fabrics, #upholstery_feet, #upholstery_alternatives
{
    display: none;
}

.navbar-collapse2 {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    margin-top: -16px;
    z-index: 42;
    margin-left:300px;
}

@media (min-width: 300px)
{
    .burger_ {
        width: 30px;
        height: 4px;
        background-color: black;
        margin: 5px 0;
    }
    .navbar-expand-md .navbar-toggler {
        display: block;
    }
    .navbar-nav
    {
        z-index: 99;
    }
    .navbar-nav a
    {
        color: white;
        padding: 10px;
        width: 200px;
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: column;
    }

    .navbar-expand-md .navbar-collapse /* new */
    {
        display: unset!important;
    }

    .navbar-expand-md .navbar-nav, .bg-dark, .navbar
    {
        background-color: #eee;
    }
    .navbar-expand-md .navbar-nav
    {
        border-color: black;
    }
    .navbar-dark .navbar-nav .nav-link{
        color: black; /*rgba(255,255,255,.55);*/
    }
    .navbar-dark .navbar-nav .nav-link:hover {
        color: #949494; /*rgba(255,255,255,.55);*/
    }
    .navbar-dark .navbar-toggler {
        color: rgba(0,0,0,.55);
        border-color: black;
    }

    .navbar>.container-md, .navbar>.container-fluid
    {
        justify-content: flex-end;
        max-width: 98%;
    }

    /* baustelle folgt ... */


    .collapse:not(.show) {
        display: none;
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        margin-top: -16px;
        z-index: 42;
    }

    .offcanvas-collapse {
        /*position: fixed;*/
        top: 56px;
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        /*visibility: hidden;*/
        /*background-color: #343a40;*/
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    }
    .navbar-nav {
        float: left;
        margin-top: 20px;
        margin-right: 20px;
        margin-bottom: 20px!important;
        margin-left: 20px;
        line-height: 1;
        width: 250px;
        flex-direction: column;
        padding-left: 0;
        list-style: none;
        /*display: none!important;*/ /* */;
    }
    .me-auto {
        margin-right: auto!important;
    }
    .navbar-expand-md .navbar-collapse show {
        display: flex!important; /* */
    }
    .navbar-nav {
        float: left;
        margin-top: 20px;
        margin-right: 20px;
        margin-bottom: 20px!important;
        margin-left: 20px;
        line-height: 1;

        /*display: flex;*/  /**/
        flex-direction: column;
        padding-left: 0;
        list-style: none;
    }
    .bg-dark {
        --bs-bg-opacity: 1;
        background-color: #eee!important;
    }

    .navbar .navbar-nav>li>a {
        color: #000000;
        font-size: 14px;
        margin-left: 20px;
        text-decoration: none;
    }
    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-nav>li>a {
        font-size: 14px;
        color: #000000;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }
    .nav-link {
        display: block;
        padding: .5rem 1rem;
        color: #0d6efd;
        text-decoration: none;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    }
    .nav-link.active {
        color: black !important;
        font-weight: bold;
    }
    /*    .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-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

    /* Show it's not fixed to the top */
    /* <link href="https://getbootstrap.com/docs/5.1/examples/navbar-static/navbar-top.css" rel="stylesheet">

    body {
        min-height: 75rem;
    }*/
}


/* qr code kitchen - class */


.environment_design
{
    margin-bottom: 0px;
}
.sub_navi_wrapper
{
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: solid 1px black;
    display: flex;
    font-size: 12px;
    font-family: 'Montserrat-SemiBold';
}
.sub_navi
{
    width: calc(33% - 5px);
    border : solid 1px black;
    text-align: center;
    padding: 5px;
    margin-right: 5px;
}
.sub_navi_lastone
{
    width: calc(34% - 0px);
}



.sub_navi50
{
    width: calc(50% - 5px);
    border : solid 1px black;
    text-align: center;
    padding: 5px;
    margin-right: 5px;
}
.sub_navi_lastone50
{
    width: calc(50% - 0px);
    margin-right: 0px;
}
.sub_navi.sub_navi_active,.sub_navi50.sub_navi_active  {
    background-color: black;
    color: white;
}

.pictures_list_2
{
    display: flex;
}
.pictures_list
{
    margin-top: 15px;
}
.moodpictures_
{
    width: calc(100% - 70px);

    margin-left: 10px;
    margin-right: 10px;
    overflow-y: hidden;
}
.moodpictures_navi
{
    font-size: 80px;
    padding-top: 20px;
}


.pictures_headline
{
    margin-top: 20px;
}

.moodpictures_slider {
    min-width: 800px;
    display: flex;
}


nav.navbar.navbar-expand-lg.fixed-top.navbar-dark.bg-dark {
/*    display: none;*/
}

.giftgruen
{
    color: #01FA2E;
}

.giftrot
{
    color: #FF232A;
}

@media (min-width: 500px) {

    .accessories1 {
        /*  width: 32%; *//*200px;*/
    }

}

@media (min-width: 768px)
{
    .navbar-collapse2, .navbar-collapse
    {
        /* relevant for the drop down menu navigation */
        /*margin-top: 290px;*/
        /*margin-left: -250px;*/ /*-75px;*/
        /*max-width: 250px;*/

    }
    .navbar-expand-md .navbar-collapse2, .navbar-expand-md .navbar-collapse {
        /*       display: unset !important; */
    }



}


@media (min-width: 800px) {

    .accessories2 {
        width: calc(800px - 70px);
        height: 487px;  /*<--- berechnen !!! */

    }
    .accessories2_img {
        width: calc(800px - 80px);
        text-align: center;
    }
    .accessories2_img img, .pic_upholstery {
        /*width: calc(800px - 80px);*/
        width: unset;
        max-width: calc(800px - 80px);
        max-height: 480px; /* <!-- berechnen !!!*/
    }
}



@media (min-width: 2800px) {
    .lightbox .text {
        top: 5%;
        height: 90%;

    }
}




