/*Globals*/
:root {
    --tdd_logo_rot: #9e032f;
    --tdd_rot: #d897a8;
    --tdd_lt_rot: #FB6800; /*Dublettendialog*/
    --tdd_pink: #dd95a7;
    --tdd_blau: #95cadd;
    --tdd_grau: #d2d7d9;
    --tdd_lt_grau: #F8F9FB;
    --tdd_dark_grau: #646464;
    --tdd_orange_red: #FFA9A9;
    --tdd_olive: #edecd5;
    --tdd_lt_green: #e1f495;
}

div.tooltip {
    max-width: 600px;
    background-color: #e1f495;
    color: black;

    padding: 4px 8px 4px 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 1000;
    border-radius: .4em;
    font-size: 100%;
    /*font-weight: bold;*/
    font-family: Arial, Helvetica, sans-serif;
}
/*Pfeil*/
/*div.tooltip:after { 
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right-color: #e1f495;
    border-left: 0;
    margin-top: -8px;
    margin-left: -8px;
    z-index: 1000;
}
*/
.tooltip .title {
    font-size: 110%;
    margin-bottom: 2px;
    font-weight: bold;
    color: #646464;
}
div.tooltip_diagnose_msg {
    max-width: 600px;
    background-color: #FFA9A9;
    color: black;

    padding: 4px 8px 4px 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 1000;
    border-radius: .4em;
}
div.tooltip_diagnose_msg:after { 
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right-color: #FFA9A9;
    border-left: 0;
    margin-top: -8px;
    margin-left: -8px;
    z-index: 1000;
}
.tooltip_diagnose_msg .title {
    /*font-size: 120%;*/
    margin-bottom: 2px;
    font-weight: bold;
    color: #646464;
}
.ui-tooltip-content ul {
    /*background-color: red;*/
    margin: 0;
    padding: .4em 0 .4em 1em;
    /*padding-left: 1em;*/
    /*padding-top: .4em;*/
}
.ui-tooltip-content li {
    /*background-color: red;*/
    margin: 0;
    padding: 0;
}
/*Dialog-Boxes*/
#tdd_alert_dialog {
    display: none;
}
.ui-dialog.tdd_alert_dialog .ui-widget-header {
    background: #FFA9A9;
    border: 0;
    color: #fff;
    font-weight: normal;
}
#tdd_confirm_dialog {
    display: none;
}
.ui-dialog.tdd_confirm_dialog .ui-widget-header {
    background: #b0de78;
    border: 0;
    color: #fff;
    font-weight: normal;
}
.ui-dialog-title {
    color: black;
    font-weight: bold;
}
/* Dubletten-Dialog*/
#dubletten_dialog {
    display: none;
    font-size: 110%;
}
#dubletten_dialog p {
    /*line-height: 2px;*/
    margin: 5px;
}
#dubletten_dialog table {
    /*background: #FB6800;*/
    font-size: 100%;
/*    width: 1100px;*/
}
#dubletten_dialog table th,
#dubletten_dialog table td {
    width: 6rem;
}
#dubletten_dialog table th {
    /*background: #FB6800;*/
    font-size: 90%;
}
#dubletten_dialog table td {
    /*background: #FB6800;*/
    /*width: 120px;*/
}
#dubletten_dialog table a {
    background-color: #e1f495;
    margin: 15px;
    text-decoration: underline;    
}
.ui-dialog.dubletten_dialog .ui-widget-header {
    background: #FB6800;
    border: 0;
    color: #fff;
    font-weight: normal;
}

/* Print Preview-Dialog*/
#print_preview_dialog_div {
    display: none;
}
#print_preview_dialog table {
    font-size: 100%;
}
/**** jQuery Dialog Theming: https://api.jqueryui.com/dialog/ > Theming ****/
/*.ui-dialog-titlebar {
    background-color: #e1f495;
}
*/
.print_preview_dialog_titlebar {
    background-color: #e1f495 !important;
}

.ui-dialog-titlebar-close {
  display: none;
}
/*Dialog-Boxes*/

/*Reset*/
h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}

h1 {
    /*margin-top: 10px;*/
    margin-bottom: 10px;
    font-size: 160%;
    font-weight: bold;
    clear: both;
}

h2 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 140%;
    font-weight: bold;
    clear: both;
/*    color: #d897a8;
*/    /*float:left;*/
}

/*HELP / FAQ*/
div.faq {
    line-height: 1.5em;
}
.faq h2 {
    color: #43b4de;
    /*float:left;*/
}

.faq .answer {
    display: none;
    /*unicode-bidi: embed;*/
    /*font-family: monospace;*/
    /*white-space: pre;*/
    margin-left: 30px;
    background-color: #F8F9FB;
    width: 900px;
    /*max-width: 500px;*/
    line-height: 1.5em;
    padding: 10px;

    white-space: pre-wrap;       /* css-3 */
    /*white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    /*white-space: -pre-wrap;      /* Opera 4-6 */
    /*white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word; 
}


h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 120%;
    font-weight: bold;
    clear: both;
    /*float:left;*/
}

h4 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 100%;
    font-weight: bold;
    clear: both;
}

body {
    /*background-color: #D5F9FF;*/
    font-family: Verdana, Arial, sans-serif;
    font-size: 90%;
    color: #646366;
}

#content_wrapper {
/*    width: 1200px;*/
    margin-left: 30px;
    /*margin: 50px auto;*/
}

#content_wrapper_reporting {
    /*width: 1700px;*/
    margin-left: 30px;
    /*margin: 50px auto;*/
}

a.link {
    color: #646366;   
    text-decoration: none; 
}

a {
    color: #646366;   
    text-decoration: none; 
}

a.uri {
    text-decoration: underline;
}
a.menu {
    border-bottom: 3px solid #6BC3DC !important;
    margin-bottom: -1px !important;
}
#action {
    float: left;
    margin-top: 20px;
    clear: both;    
        /*border: 1px solid black;*/

}

.error {
    background-color: #FFA9A9 !important;
    display: none;
}
.warn {
    background-color: #fcb085 !important;
    display: none;
    max-width: 1550px !important;
    font-size: 120%;
    top: 1px !important;
    left: 200px !important;
}
#mako_render_error {
    width: max-content;
    background-color: #FFA9A9;
/*    font-size: 140%;*/
    font-size: 1rem;
    color: black;
    padding: 2rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#mako_render_error p {
    margin: .6rem 0 .6rem 0;
}
/*.error {
    background-color: #ffc383;
}
*/
/*Balloon*/
/*#error_tooltip {
    border: 2px solid #c00d3f;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 2;
    -moz-box-shadow: 3px 3px 4px rgba(0,0,0, .65);
    -webkit-box-shadow: 3px 3px 4px rgba(0,0,0, .65);
    box-shadow: 3px 3px 4px rgba(0,0,0, .65); 

    color:#fff;

    background:#c00d3f; 

}
*/
#home {
    width: 900px;
    font-size: 120%;
}
#home table {
    border: none;
    border-collapse: collapse;
}
#home table td,th {
    border: none;
    padding-left: 0;
}

/*Messages*/
.message {
    position: absolute;
    top: 1rem;
    left: 300px;
    min-width: 100px;
    max-width: 700px;
    padding: 6px;
    z-index: 100;
    word-wrap: break-word;
    /*font-size: 90%;*/
    line-height: 1.5em;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: none;
    color: black;
}

.message.info {
    display: block;
    background-color: #e1f495;
    font-size: 1rem;
/*    font-size: 95%;*/
    /*content:url(http://placehold.it/350x150);*/
}
.message.info .close_box {
    float: right;
    width: 1.5rem;
    margin-top: 10px;
    position: relative;
    top: -5px;
    margin: 0;
    padding: 0;
    right: -2px;
    cursor: pointer;
}
.message.info .close_box img {
    width: 100%;
}
#message span {
    float: left;
    clear: left;
}
#message span::before {
    content: "* ";
}
/*div.info {
    background-color: #e1f495;
}
*/div.info p {
    margin: 0;
    padding: 0;
}


div.error div {
    clear: left;
}

/*SUCHRESULTATE*/
#bk_edit div.hits {
    /*position: fixed;*/
    line-height: 1.3em;
    height: 400px;
    /*width: 800px;*/
    padding: 0;
    margin: 0;
    margin-top: 2px;
    display: none;
    /*top: 30px;*/
    /*left: 180px;*/
    float: left;
    clear: both;
    /*margin-right: 300px;*/
    z-index: 3;
    overflow-y: auto;
    overflow-x: hidden;    
}
div.hits_entry {
    display: block;
    /*width: 700px;*/
    width: 100%;
    list-style-image: none;
    list-style-type: none;
    background-color: #edecd5;
    margin: 0px;
    padding: 4px;
    white-space: normal;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-bottom: 1px solid white;
    float: left;
    clear: both;
    font-size: 90%;
    line-height: 1.4em;
}
div.hits_entry:hover {
    background-color: #DEE7EC;
}
div.hits_entry_field {
    float: left;
    margin-right: 10px; 
    /*width: 30%;*/
    width: 250px;
}
div.hits_entry_field span {
    float: left;
    clear: left;
}
div.hits_entry_field span:first-child {
    font-weight: bold;
}
div.hits_entry.ls_highlight {
    background-color: #DEE7EC;
}

#sozialfachstelle #counts,
#abgabestelle #counts,
#benutzer #counts,
#kunde #counts {
    float: left;
    font-size: 80%;
    margin-top: 7px;
    margin-left: 1rem;
    margin-right: 5px;
}
div.edit {
    position: relative;
    top: 20px;
    background-color: #F8F9FB;
    clear: both;
    line-height: 1.7em;
    padding: 8px;
    overflow: auto;
    margin-bottom: 10px;
}

#login {
    display: block;
    width: 800px;
    margin-top: 20px;
}
#login div.entry {
    margin-bottom: 2px
}
#login div.entry .label {
    float: left;
    clear: left;
    /*width: 250px;*/
    width: 100px;
}
#login div.entry input {
    width: 250px;
}

span.info {
    background-color: #D7CB00;
}

.value.go {
    /*background-color: #d4ffc8;*/
}

.value.warn {
    background-color: #ffe792;
}

span.warn {
    background-color: #ffe792;    
}
.critical_1 {
    background-color: #ffe792;       
}
.value.stop {
    background-color: #ff9999;
}

span.stop {
    clear: both;
    background-color: #ff9999;    

}
.critical_2 {
    background-color: #ff9999;       
}

#spinner {
    display:    none;
    float: left;
    z-index:    1000;
    height:     20px;
    width:      20px;
    margin-top: 4px;
    margin-left: 10px;
    background: rgba( 255, 255, 255, .8 ) 
        url('../../static/images/ajax-loader.gif') 
        50% 50% 
        no-repeat;
}
#search_spinner {
    position: fixed;
    left: 50%;
    top: 35%;
    display: none;
    background: url("../../static/images/ajax-loader_gross.gif");
    /*background: url("../../static/images/ajax-loader_gross.gif") 100px 100px no-repeat;*/
    background-size: 50px;
    z-index: 1000;
    height: 50px;
    width: 50px;

/*    display:    none;
    z-index:    1000;
    height:     20px;
    width:      20px;
    margin-top: 4px;
    margin-left: 10px;
    background: rgba( 255, 255, 255, .8 ) 
        url('../../static/images/ajax-loader_gross.gif') 
        50% 50% 
        no-repeat;
*/
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: grey;
}

#cover-spin {
    /*Overlay mit leichter Transparenz (0.8)*/
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.8);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

ul.editlist {
    margin: 0px;
    padding: 0px;
    display: block;
    list-style-image: none;
    list-style-type: none;
    width: 400px;
}



ul.editlist li span.value {
    /*display: block;*/
    /*width: 300px;*/
}

#header {
    position: relative;
    height: 110px;
    margin-bottom: 10px;
    border-bottom: solid 2px #d897a8;
    /*border-bottom: solid 2px #D897A8;*/
}
#header_left {
    position: static;

}
#header_right {
    position: relative;
    display: inline-block;
    float: right;
    margin-right: 20px;
}
/*MENU*/
#menu {
    position: absolute;
    /*width: 600px;*/
    margin-left: 30px;
    bottom: 5px;
    float: left;
}
ul.menulist {
    margin: 0px;
    padding: 0px;
    font-size: 110%;
    display: block;
    list-style-image: none;
    list-style-type: none;
    /*max-width: 700px;*/
}
ul.menulist li {
    display: inline-block;
}
li span.menuitem {
    float: left;
    margin-right: 10px;
    /*display: inline-block;*/
    /*clear: none;*/
/*    border: 1px solid black;*/
}
span.menuitem a {
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid #d2d7d9;
}
/*MENU*/

/*SUBMENU*/
#datenschutz_submenu {
    display: none;
    font-size: .8rem;
    background-color: white;
    position: absolute;
    padding: 8px 8px 8px 8px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    z-index: 1000;
}
#kurzanleitung {
    margin-left: 270px;
    overflow-y: scroll;
    max-height: 900px;
    width: 1000px;
}
#kurzanleitung_nav {
    position: fixed;
    display: block;
    z-index: 10000;
    font-size: 90%;
    word-wrap: break-word;
    width: 240px;
    line-height: 17px;    
}
#kurzanleitung_submenu {
    display: none;
    font-size: .8rem;
    background-color: white;
    position: absolute;
    padding: 8px 8px 8px 8px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    z-index: 1000;
}
#kurzanleitung img.zoomable {
    cursor: zoom-in;
    margin-top: 25px;
}
ul.submenu {
    margin: 0;
    padding: 0;
    font-size: 110%;
    list-style-image: none;
    list-style-type: none;
}
ul.submenu li {
    border-bottom: 1px solid #d2d7d9;
    margin: 10px 0px 4px 0px;
}
#dvv_text {
    width: 700px;
    font-size: 1rem;
}
#dvv_text li {
    margin-bottom: 7px;
}
div.dvv_signature {
    float: left;
    margin-right: 20px;
}
div.dvv_signature div {
    height: 110px;
}
div.dvv_signature img {
/*    width: 200px;*/
}
/*DATENSCHUTZ TABLE*/
#datenschutz_technisch td.title {
    padding-left: .5rem;
    padding-top: .5rem;
    padding-bottom: 01em;
    margin: 0;    
    font-weight: bold;
}
#datenschutz_technisch td.title a {
    text-decoration: underline;
    font-size: .9rem;
}
#datenschutz_technisch table {
    border-collapse: collapse; 
    margin-bottom: 1.2rem;
    border: 1px solid #d2d7d9;

}
#datenschutz_technisch table thead {
    height: 2.5rem;
/*    border-right: 1px solid green;*/
/*    border-left: 1px solid green;*/
}

#datenschutz_technisch table tbody {
    border-right: 1px solid #d2d7d9;

}
#datenschutz_technisch table tr {
    border-bottom: 1px solid #95cadd;
}
#datenschutz_technisch table th,
#datenschutz_technisch table td {
    padding: 4px 8px 4px 8px;
    border: none;
    border-right: 1px solid #d2d7d9;
}

#datenschutz_technisch table thead tr {

/*    background-color: #e1f495;*/
}
#datenschutz_technisch table tbody tr.totale {

    padding-top: 2rem;
    font-weight: bold;
}
#datenschutz_technisch table tbody td {
    vertical-align: top;
}
#datenschutz_technisch table tbody td[colspan="2"] {
/*#datenschutz_technisch table tbody td.center {*/
    text-align: center;
}
#datenschutz_technisch table tbody td:nth-child(n+1) {
    width: 300px;
}

/*Tel-Nr*/
#datenschutz_technisch table tbody td.nowrap {
    white-space: nowrap;
}
/*SUBMENU*/

/*KURZANLEITUNG*/
#kurzanleitung .screen {
    width: 1000px;
}
#kurzanleitung hr {
    margin: 30px 0px 30px 0px;
    color: #bcbcbc;
}
/*KURZANLEITUNG*/

/*LOGO*/
#logo {
    margin-bottom: 8px;
    /*float: right;*/
    /*margin-right: 100px;*/
}
#logo img {
    height: 35px;
    /*height: 48px;*/
}
#bk_online_logo {
    float: left;
    margin-top: 8px;
    /*width: 400px;*/
    margin-left: 30px;
}
#bk_online_logo img {
    height: 30px;
}

#language {
    position: relative;
    display: inline-block;
/*    z-index: 1000;*/
/*    font-size: 80%;*/
/*    float: right;*/
/*    margin-top: -3px;*/
    margin-left: 3px;
    margin-right: 3px;
}
#language a {
    text-decoration: underline;
}
#language #language_menu {
    font-size: 80%;
}

#login_user {
    display: inline-block;
    position: relative;
/*    width: 13.5rem;*/
/*    margin-left: 2px;*/
/*    font-size: 80%;*/
/*    bottom: 2px;*/
/*    top: 44px;*/
}
#login_user #benutzer {
    float: left;
}
#login_user #firma {
    float: left;
    clear: left;
    max-width: 80%;
    display: none;
}
#login_user #login_user_menu {
    font-size: 80%;
}

#stelle {
    display: inline-block;
    position: absolute;
    width: 13.5rem;
/*    float: left;*/
    margin-left: 2px;
    font-size: 80%;
    bottom: 2px;
    top: 44px;
}
#stelle a {
    border-bottom: 1px solid black;
} 
#stelle #benutzer {
    float: left;
    /*top: 10px;*/
    /*right: 49px;*/
    /*font-size: 75%;*/
}
#stelle #firma {
    float: left;
    clear: left;
    max-width: 80%;
    display: none;
    /*top: 10px;*/
    /*right: 49px;*/
    /*font-size: 75%;*/
}
#passwordPolicy {
    display: none;
/*    display: inline-block;*/
    position: absolute;
/*    position: relative;*/
    border-radius: .4em;
    border: 1px solid #646464;    
    background-color: white;
    right: 47px;
/*    top: 98px;*/
    width: 220px;
/*    width: 185px;*/
/*    float: right;*/
    font-size: .8rem;
    line-height: 14px;
    padding: 6px;
    z-index: 10000;
}
#pwd_recover #passwordPolicy {
/*    position: relative;*/
/*    display: inline-block;*/
    right: 20px;
    top: 50px;
}
#register #passwordPolicy {
/*    display: inline-block;*/
/*    position: absolute;*/
    right: 150px;
    top: 93px;
}
#pwd_renew {
    width: 800px;
}
#pwd_renew #edit {
    display: inline-block;
    position: relative;
    width: 65%;
}
#pwd_renew #email {
    color: #494949;
}

#pwd_renew #passwordPolicy {
/*    display: none;*/
/*    position: relative;*/
/*    display: inline;*/
/*    right: 15px;*/
    right: 100px;
    top: 130px;
}
#passwordPolicy span {
    display: block;
}
#passwordPolicy span img {
    width: 12px;
    margin: 0px 0px 0px 34px;
    padding: 0px 0 0 0;
    position: relative;
    float: right;
}

#togglePassword,
#togglePasswordConfirm
{
    position: relative;
    display: inline-block;
    left: -30px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: #007BFF;
}
#register #togglePassword,
#register #togglePasswordConfirm
{
/*    left: 590px;*/
}

#pwd_recover #togglePassword {
    /*left: 380px;
    top: 62px;*/
}
#pwd_recover #togglePasswordConfirm {
    /*left: 380px;
    top: 98px;*/
}

#togglePassword img,
#togglePasswordConfirm img
{
    width: 22px;
    display: inline-block;
    position: relative;
}

/**** pwd_renew ****/
/*#pwd_renew #edit .label {
    display: inline-block;
    width: 200px;
}
*/
#pwd_renew #togglePassword img,
#pwd_renew #togglePasswordConfirm img {
/*    right: 216px;*/
}
#passwort_reset_reminder_dialog {
    display: none;
}
.passwort_reset_reminder_dialog {
    top: 2px !important;
    left: 2px !important;
}
.passwort_reset_reminder_dialog_titlebar {
    background-color: #e1f495 !important;
}
.passwort_reset_reminder_dialog_close {
    display: none !important;
}
#passwort_reset_reminder_dialog span {
    display: inline-block;
    margin: 25px 0 0 0;
}



#passwort_reset_account_disabled_dialog {
    display: none;
}

.passwort_reset_account_disabled_dialog {
    top: 2px !important;
    left: 2px !important;
}

.passwort_reset_account_disabled_dialog_titlebar {
    background-color: #FB6800 !important;
}

.passwort_reset_account_disabled_dialog_close {
    display: none !important;
}

#passwort_reset_account_disabled_dialog span {
    display: inline-block;
    margin: 25px 0 0 0;
}

#rks #hits {
    position: absolute;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    margin-top: 50px;
    margin-left: 183px;
    display: none;
}

#hits ul {
    margin: 0px;
    padding: 0px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    z-index: 10;
    border: 2px solid #d2d7d9;
}

#hits li {
    display: block;
    list-style-image: none;
    list-style-type: none;
    background-color: #edecd5;
    margin: 0px;
    padding: 4px;
    white-space: normal;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-bottom: 1px solid white;
}

#hits li:hover {
    background-color: #DEE7EC;
}

#hits li.ls_highlight {
    background-color: #DEE7EC;
}

#hits  span.ls_description {
    display: block;
    margin-bottom: 1px;
    font-size: 90%;
}

#hits  span.ls_description a {
    color: #7F7F7F;
}

#hits li a {
    text-decoration: none;
    color: black;
}

/*BK-Erfassung*/
div.erfassung.one_col {
    /*float: left;*/
    /*width: 100%;*/
    /*display: block;*/
    display: inline-block;
    /*background-color: red;*/
    /*clear: both;*/
}

div.erfassung.two_cols {
    /*float: left;*/
    /*width: 1000px;*/
    /*display: block;*/
    display: inline-block;
    /*background-color: red;*/
    /*clear: both;*/
}

#search {
    /*overflow: auto;*/
    float: left;
    /*width: 250px;*/
    font-size: 110%;
    clear: both;
    display: none;
}

#search one_col {
    width: 100%;
    /*min-height: 200px;*/
}

#search.two_cols {
    float:left;
    width: 1000px;
    /*width: 50%;*/
}
#search_text_field {
    height: 27px;
    clear: left;
}
label[for=search_text_field] {
    font-size: 90%;
    line-height: 14px;
    margin-bottom: 10px !important;
    /*width: 220px;*/
}
#bezugskarte #submenu  {
    /*font-size: 90%;*/
    margin-bottom: 8px;
}
#bezugskarte #submenu a {
    border-bottom: 2px solid #d2d7d9;
    display: inline-block;
    margin-right: 10px;
    font-size: 110%;
}




/* Regionale Koordinationsstellen */
#rks_edit {
    float: left;
    display: none;
    /*width: 100%;*/
    /*clear: right;*/
}

#found_rks {
    display: block;
    width: 700px;
    list-style-image: none;
    list-style-type: none;
    background-color: #edecd5;
    margin: 0px;
    padding: 4px;
    white-space: normal;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-bottom: 1px solid white;
}

#found_rks:hover {
    background-color: #DEE7EC;
}

#found_rks.ls_highlight {
    background-color: #DEE7EC;
}

#found_rks a {
    text-decoration: none;
    color: black;
}

#found_rks {
    float: left;
    clear: both;
}

#found_rks #angaben {
    float: left;
    width: 40%;
    padding-right: 20px;
}

#found_rks #angaben #name {
    font-weight: bold;
}

#found_rks #auslastung {
    float: left;
    font-size: 90%;
}

#found_rks #auslastung #nutzung {
    float: left;
    padding-right: 20px;
}

#found_rks #auslastung #kapazitaet {
    float: left;
}

#found_rks #auslastung #bk_stopp {
    float: right;
    margin-left: 20px;
}

#sfs_kontingentserhoehung {
    float:left;
    /*width: 800px;*/
    margin-top: 20px;
    display: inline-block;
}

#sfs_kontingentserhoehung #sfs_dict {
    float:left;
    background-color: #edecd5;
    width: 1000px;
    margin-bottom: 2px;
    font-size: 90%;
    padding: 5px;
}
#sfs_kontingentserhoehung #sfs_dict span {
    display: inline-block;
    /*margin-left: 12px;*/
    /*margin: 8px;*/
    margin-bottom: 5px;
}
#sfs_kontingentserhoehung #sfs_dict .sfs_angaben {
    float: left;
    margin-left: 5px;
    margin-right: 10px;
    width: 500px;
}
#sfs_kontingentserhoehung #sfs_dict .nutzung {
    float: left;
    margin-left: 5px;
    margin-right: 10px;
    /*width: 500px;*/
}
#sfs_kontingentserhoehung #sfs_dict .sfs_angaben input {
    margin-left: -1px;
}
#sfs_kontingentserhoehung #sfs_dict .bk_nutzung {
    float: left;
    font-size: 85%;
    display: inline-block;
    clear: both;
}
#sfs_kontingentserhoehung #sfs_dict .nutzung .bk_kontingent {
    margin-bottom: 5px;
}

/*Druck & Versand*/
#bk_druck {
    margin-top: 20px;
}
#bk_druck #search_text_field {
    height: 27px;
    /*clear: left;*/
    float: left;
}

#bk_druck #filter {
    /*font-size: 90%;*/
    margin-bottom: 8px;

}
#bk_druck #filter a {
    border-bottom: 2px solid #d2d7d9;
    display: inline-block;
}
#bk_druck .hits {
    position: relative;
    margin-top: 90px;
}
/*für den Rahmen*/
#bk_druck #bk_list {
    overflow: auto;
    /*width: 900px;*/
    display: inline-block;
    float: left;
}
#bk_druck #mikro_action {
    margin-top: 8px;
    /*font-size: 90%;*/
    float: left;
    clear: both;
}
#bk_druck #mikro_action a {
    border-bottom: 2px solid #d2d7d9;    
}
#show_printed {
}

#show_not_printed {
}

#show_all {
}

#bk_druck div.bezugskarte {
    background-color: #edecd5;
    border-bottom: 1px solid white;
    /*max-width: 900px;*/
    padding: 4px;
    display: inline-block;
    float: left;
    clear: both;
    /*min-width: 500px;*/
    /*width: calc(30% + 100px);*/
}
#bk_druck div.bezugskarte a {
    /*display: inline-block;*/
}
/*Druck & Versand*/


div.bezugskarte #abgabestelle #title {
    float: left;
    width: 380px;
    margin-bottom: 4px;
    padding-left: 2px;
}

#title .text {
    /*width: 95%;*/
    /*float: left;*/
    font-weight: bold;
    margin-left: 8px;
    /*clear: right;*/
}

/*Start Bezugskarte*/
#bk_edit {
    float: left;
    top: 5px;
    /*background-color: red;*/
    /*width: 100%;*/
    /*width: 1100px;*/
    clear: left;
    overflow: auto;
    display: none;
}

#kunde {
    float: left;
    margin-right: 20px;
    /*width: 40%;*/
    /*width: 800px;*/
}

#kunde .label, #edit > .label{
    float: left;
    width: 180px;
    margin: 2px;
    padding: 0;
    clear: left;
}
#search .label {
    float: left;
    width: 800px;
    margin: 2px;
    padding: 0;
    clear: left;    
}
#sozialfachstelle #search .label {
    margin-bottom: 0px !important;
}
#sozialfachstelle #search ol {
    line-height: 22px;
}

/*.value.validation_error {
    background-color: #ffc383;
}
*/
.checkbox {
    padding-left: 0px;
    float: left;
}

/*#kunde .value, #search .value, .edit > .label, .edit > .value {*/
#bk_edit input[type="text"] {
    float: left;
    width: 220px;
    padding: 2;
    font-size: 90%;
}
#bk_edit select {
    float: left;
    /*background-color: red;*/
    width: 228px;
}
/* Abgabestelle */
#bk_edit input[type="radio"] {
    float: left;
    margin: 0;
    padding: 0;
}

#kunde span.zwischentitel {
    width: 414px;
    margin-top: 10px;
    margin-bottom: 0px;
    float:left;
    clear: left;
    font-weight: bold;
    /*text-decoration: underline;*/
}
#show_zustelladresse a,
#show_ma_name a {
    display: inline-block;
    width: 90%;
}
#kunde span.zwischentitel #zustelladresse_aktiv_checkbox,
#kunde span.zwischentitel #show_ma_name_aktiv_checkbox
 {
    float: right;
}
#kunde #activate_zustelladresse {

}
#kunde #zustelladresse {
    display: none;
}
#copy_sfs_address {
    float: left;
    clear: left;
    margin-bottom: 10px;
}

#bezugskarte #hits {
    position: absolute;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    margin-top: 22px;
    margin-left: 183px;
    display: none;
}

#bezugskarte #abgabestelle_status {
    overflow: auto;
    width: 700px;
}

#bk_edit #abgabestellen {
    width: 100%;
}
#bezugskarte #abgabestelle {
    /*border-bottom: 1px solid #d4d4d4;*/
    /*margin-bottom: 8px;*/
    /*width: 100%;*/
    overflow: auto;
    padding: 8px;
    font-size: 90%;
    background-color: #ebf0f2;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-bottom: 1px solid white;

}

#bezugskarte #abgabestelle .label {
    clear: left;
}

#bezugskarte #abgabestelle #bk_stopp {
    float: right;
    margin-left: 10px;
    /*background-color: red;*/
}


#bezugskarte #abgabestelle #nutzung {
    /*width: 280px;*/
    float: left;
    margin-left: 21px;
    /*background-color: red;*/
    /*clear: left;*/
}
#bezugskarte #abgabestelle #bemerkung_oeffnungszeit {
    float: right;
    clear: both;
    color: red;
    font-weight: bold;
    font-size: 110%;
}
/*#bezugskarte #abgabestelle #nutzung span {
    width: 55px;
    display: inline-block;
    font-size: 80%;
    margin-right: 5px;
}
*/
#bezugskarte #abgabestelle #kapazitaet {
    /*width: 230px;*/
    width: 44%;
    margin-left: 21px;
    float: left;
    clear: left;
}

#bezugskarte #abgabestelle #kapazitaet #as {
    float: left;
    margin-left: 10px;
    width: 150px;
}

#bezugskarte #abgabestelle #kapazitaet #log {
    float: left;
    margin-left: 10px;
    width: 150px;
}

#bezugskarte #bk_kontingent {
    float: left;
    /*margin-top: 4px;    */
}
#bezugskarte #kontingent_anfrage {
    background-color: #FFA9A9;
} 

#bk_kontingent .text {
    /*margin-right: 8px;*/
    font-weight: bold;
}

#bk_kontingent .value {
    /*margin-right: 8px;*/
    font-weight: bold;
    color: red;
}

#bezugskarte #status {
    width: 650px;
    /*background-color: red;*/
    float: left;
    margin-top: 10px;
    line-height: 20px;
}

#bezugskarte #status .entry {
    width: 100%;
    float: left;
}

#bezugskarte #status .label {
    width: 60%;
    float: left;
    /*clear: right;*/
}

#bezugskarte #status .value {
    float: left;
}

#bezugskarte #action_wrapper {
    float: left;
    width: 100%;    
    background-color: #b7e3f3;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*margin-top: 25px;*/
}
#bezugskarte #action {
    margin: 10px;
   
}
#action_wrapper #send {
    border: 3px solid #cc0000;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #cc0000;
    color: white;
    font-size: 120%;
    font-weight: bold;
}
#action_wrapper #returned {
    border: 3px solid #cc0000;
    -moz-border-radius: 2px;
    border-radius: 2px;    
    background-color: #cc0000;
    color: white;
    font-size: 120%;
    font-weight: bold;
}

/* Ende Bezugskarte*/

/*BENUTZER*/
#benutzer .hits {
    line-height: 1.3em;
    margin-top: 70px;
    z-index: 3;
}
#benutzer #search_text_field {
    height: 27px;
    float: left;
}
#benutzer .entry .label {
    width: 200px;
    display: inline-block;
    font-weight: bold;
}
#benutzer div.edit {
    position: relative;
    top: -60px;
    background-color: #F8F9FB;
    clear: both;
    line-height: 1.7em;
    padding: 8px;
    overflow: auto;
    margin-bottom: 10px;
}
/*// BENUTZER*/

/*START BK LISTE*/
#bk_liste .bezugskarte {
    clear: both;
}
#bk_liste .bezugskarte div.long {
    width: 13em;
    margin-right: 8px;
    float: left;
}
#bk_liste .bezugskarte div.short {
    width: 5em;
    margin-right: 8px;
    float: left;
}
#bk_liste #mikro_action {
    clear: both;
}
#bk_liste .count {
    width: 20px;
    background-color: #b7e3f3;
    clear: both;
}
/*ENDE BK LISTE*/
/*Fehlertext*/
div.validation_error {
    color: black;
    position: absolute;
    width: 210px;
    font-size: 90%;
    background: #FFA9A9;
    border-radius: .4em;
    padding: 4px 8px 4px 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 1000;
    line-height: 18px;
}
/*Pfeil*/
div.validation_error:after { content: '';
     position: absolute;
     left: 0;
     top: 50%;
     width: 0;
     height: 0;
     border: 4px solid transparent;
     border-right-color: #FFA9A9;
     border-left: 0;
     margin-top: -4px;
     margin-left: -4px;
}
/*input-Felder*/
.validation_error {
    background-color: #FFA9A9;
}
#validation_error {
    position: fixed;
    top: 8px;
    right: 320px;
    padding: 4px;
    background-color: #FFA9A9;
    font-weight: bold;
    font-size: 110%;
    /*display: none;*/
}

#validation_error ul {
    margin: 0;
    margin-left: 1em;
    padding: 0;
}


/*START ABGABESTELLEN*/
#abgabestelle_neu {
/*    clear: right;*/
    margin-top: .7rem;
    margin-left: 3rem;
/*    display: inline-block;*/
}
#abgabestelle #search_text_field {
    height: 27px;
    /*clear: left;*/
    float: left;
}

#abgabestelle_title {
    /*width: 200px;*/
    float: left;
    font-weight: bold;
    margin-right: 10px;
}

#abgabestelle_edit{
    float: left;
    display: none;
    /*width: 100%;*/
    clear: left;
}
#abgabestelle div.edit {
    width: 1000px;
    display: none;
    /*position: absolute;*/
    /*top:  -30px;*/
    background-color: #F8F9FB;
    /*clear: both;*/
    line-height: 1.7em;
    padding: 8px;
    /*overflow: auto;*/
    margin-bottom: 10px;
}
#abgabestelle #input_fields {
    width: 500px;
    float: left;
}
#abgabestelle #plan {
    /*position: absolute;*/
    width: 500px;
    float: left;
    /*margin: 0px 0px 0px 500px;*/
}
#abgabestelle #plan img {
    width: 500px;
    /*float: left;*/
}

#abgabestelle_edit #nutzung span {
    display: inline-block;
    width: 75px;
}

#abgabestelle_edit #edit {
    float: left;
}

#abgabestelle .entry {
    margin-bottom: 2px;
    /*display: block;*/
    overflow: auto;
}

#abgabestelle .entry .label{
    float: left;
    clear: left;
    width: 220px;
}

#abgabestelle .entry .value{
    float: left;
    /*width: 300px;*/

}
#abgabestelle .time {
    width: 60px;
}
/*#abgabestelle #rks_pulldown {
    margin-left: 10px;
}*/
#abgabestelle #id_rks {
    width: 202px;
    /*margin-left: 186px;*/
}

#abgabestellen_wrapper {
    /*width: 100%;*/
    overflow: auto;
}
/*scroll window*/
#abgabestellen {
    float: left;
    /*width: 100%;*/
    overflow-y: scroll;
    /*overflow-x: auto;*/
    height: 300px;
    /*background-color: white;*/
    /*border: 4px solid #D7816D;*/
    /*border: 1px solid #eeeeee;*/
    margin-top: 10px;
    border: 1px solid #d2d7d9;
    box-sizing: border-box; /*damit wird border in die width miteingerechnet*/
}

/*#abgabestellen .validation_error{
    border: 4px solid #D7816D;
}
*/
#abgabestelle #title {
    float: left;
    /*width: 320px;*/
    margin-bottom: 6px;
}
/*#abgabestelle input[type="radio"] {
    float: left;
    margin: 0;
    padding: 0;
}*/

/*#abgabestelle #hits {
    padding: 0;
    margin: 0;
}*/
#abgabestelle #nutzung_kapazitaet {
    /*margin: 0px;*/
    margin-top: 30px;
    /*margin-left: -20px;*/
    /*padding: 0px;*/
    margin-left: -30px;
    /*margin-top: -20px; */
}

#abgabestelle div.hits {
    display: block;
    position: absolute;
    top: 17rem;
/*    background-color: lightblue;*/
    line-height: 1.3em;
    width: 97%;
    padding: 0;
    margin: auto;
    display: none;
    z-index: 3;
}
#found_abgabestelle_list {
/*    float: left;*/
}
.found_abgabestelle {
    display: grid;
/*    grid-template-columns: auto auto auto auto auto;*/
    grid-template-columns: 18% 26% 32% 15% auto;
/*    max-width: 80%;*/
    font-size: .9rem;
    list-style-image: none;
    list-style-type: none;
    background-color: #edecd5;
    margin: 0px;
    border-radius: 2px;
    border-bottom: 1px solid white;
/*    float: left;*/
/*    clear: both;*/
    z-index: -1000;
}

.found_abgabestelle:hover {
    background-color: #DEE7EC;
}

.found_abgabestelle.ls_highlight {
    background-color: #DEE7EC;
}

.found_abgabestelle a {
    text-decoration: none;
    color: black;
    overflow: auto;
}
.found_abgabestelle > div {
    border-right: 1px solid #fafaf3;
    padding: .5rem .5rem .5rem .5rem;
}
.found_abgabestelle #angaben {
    /*float: left;
    width: 205px;
    padding: 8px;
    border-right: 1px solid #fafaf3;*/
}

.found_abgabestelle #angaben #name {
    font-weight: bold;
}

.found_abgabestelle #auslastung {
    float: left;
    font-size: 90%;
    /*width: 70%;*/
    /*padding-left: 8px;*/
    /*width: 570px;*/
}

.found_abgabestelle #auslastung #nutzung {
    float: left;
    padding: 8px;
    width: 340px !important;
    /*width: 260px;*/
    /*margin: 4px;*/
    /*border-right: 1px solid #fafaf3;*/
}

.found_abgabestelle #auslastung #nutzung #aktpers {
    margin-top: 2px;
}

.found_abgabestelle #kapazitaet {
/*    float: left;*/
    /*width: 47%;*/
    /*margin: 4px;*/
    /*padding: 8px;*/
    /*padding-right: 8px;*/
/*    border-right: 1px solid #fafaf3;*/
/*    border-left: 1px solid #fafaf3;*/
}

.found_abgabestelle #kapazitaet #as {
    float: left;
    margin-right: 0.5rem;
/*    padding: 8px;*/
    /*width: 50%;*/
}
.found_abgabestelle #kapazitaet #as #kapa_as_pers {
/*    margin-top: 2px;*/
}

.found_abgabestelle #kapazitaet #log {
/*    float: left;*/
    margin-left: 0.4rem;
/*    padding: 8px;*/
    /*width: 50%;*/
}
.found_abgabestelle #kapazitaet #log #kapa_log_pers {
/*    white-space: nowrap;*/
/*    margin-top: 2px;*/
}
.found_abgabestelle #bk_stopp {
/*    float: left;*/
/*    padding: 8px;*/
    /*width: 130px;*/
/*    font-size: 90%;*/
/*    border-left: 1px solid white;*/
}
.found_abgabestelle #bemerkung_oeffnungszeit {
    color: red;
    font-weight: bold;
    font-size: 110%;
}
.found_abgabestelle #bk_count {
    /*float: left;
    padding: 8px;
    width: 137px;
    font-size: 90%;*/
}
.found_abgabestelle #nutzung span {
    width: 60px;
    display: inline-block;
    font-size: 80%;
    margin-right: 10px;
}
#csv_download {
    float: left;
    clear: left;
    /*margin-bottom: 5px;*/
    margin-top: 5px;
    margin-bottom: 10px;
    display: none;
}
#csv_download a {
    text-decoration: underline;
    font-weight: bold;
}
/*START LEBENSMITTEL_ABGABESTELLE*/
/*#lebensmittel_abgabestelle .search {
    float: left;
}
*/

/**** TDD NUTZUNGSZAHLEN ABGABESTELLE ****/
#abgabestelle.readonly {
    font-size: 90%;
}
#abgabestelle.readonly .found_abgabestelle {
    grid-template-columns: 16% 28% 35% 11% auto;
/*    width: 1100px;*/
}
#abgabestelle.readonly .found_abgabestelle #auslastung #nutzung {
    width: 300px !important;
}
#abgabestelle.readonly .found_abgabestelle #bk_count {
    width:  100px;
}
#abgabestelle.readonly div.edit {
    font-size: 110%;
    width: 1000px;
    display: none;
    /*position: absolute;*/
    /*top: 160px;*/
    /*top:  -30px;*/
    background-color: #F8F9FB;
    clear: both;
    line-height: 1.7em;
    padding: 8px;
    overflow: auto;
    margin-bottom: 10px;
}
#abgabestelle.readonly div.hits {
    top: 5rem;
    width: 99%;
    height: 600px;
    overflow-y: scroll;
/*    margin-top: 70px;*/
}
table.as_readonly {
/*    background-color: red;*/
}
table.as_readonly td {
    word-break:break-all;
    vertical-align: top;
}
table.as_readonly th {
/*    word-break:break-all;*/
    white-space: normal;
    vertical-align: top;
}
#ausstellende_sfs.as_readonly {
    width: 1090px;
}
/*#abgabestelle.readonly #ausstellende_sfs_pane {
    width: 23rem;
}*/

#search_abgabestelle_ausstellende_sfs {
    display: block;
    position: relative;
    cursor: pointer;
    margin-top: .5rem;
}

#search_abgabestelle_ausstellende_sfs a {
    text-decoration: underline;
    color: #646366;
}
#ausstellende_sfs_pane {
    position: absolute;
    display: none;
/*    max-width: 70rem;*/
/*    width: 70rem;*/
    z-index: 1000;
    background-color: #e1f495;
    padding-left: .5rem;
/*    border: 1px solid #d2d7d9;*/
/*    box-shadow: 0 4px 2px -2px #bfa5a5;*/
    box-shadow: 3px 3px 5px #bfbfbf;
}
#ausstellende_sfs_pane .close_box {
    position: absolute;
    width: 1.5rem;
    right: -1.5rem;
    top: -1.5rem;
    cursor: pointer;
    z-index: 1000;
}
#ausstellende_sfs_pane .close_box img {
    width: 100%;
}
#ausstellende_sfs {
    position: relative;
/*    max-height: 5rem;*/
    max-height: 15rem;
    overflow-y: scroll;
    padding-top: 0rem;
}
#ausstellende_sfs td.title {
    padding-left: .5rem;
    padding-top: .5rem;
    padding-bottom: 01em;
    margin: 0;    
    font-weight: bold;
}
#ausstellende_sfs td.title a {
    text-decoration: underline;
    font-size: .9rem;
}
/* "border-collapse: separate", siehe: https://github.com/lai32290/TableHeadFixer;*/
#ausstellende_sfs table {
    border-collapse: collapse; 
/*    margin-top: 1.2rem;*/
    margin-bottom: 1.2rem;
/*    border: 1px solid #d2d7d9;*/

}
#ausstellende_sfs table thead {
    height: 2.5rem;
/*    background-color: #e1f495;*/
/*    z-index: 1000;*/
/*    border-bottom: 1px solid #d2d7d9;*/
}

#ausstellende_sfs table tbody {

}
#ausstellende_sfs table tr {
    padding-top: .3rem; 
    padding-bottom: .3rem;
}
#ausstellende_sfs table th,
#ausstellende_sfs table td {
    padding: 4px 8px 4px 8px;
    border: none;
    border-right: 1px solid #d2d7d9;
}

#ausstellende_sfs table thead tr {

    background-color: #e1f495;
}
#ausstellende_sfs table tbody tr.totale {

    padding-top: 2rem;
    font-weight: bold;
}
#ausstellende_sfs table tbody td.center {
    text-align: center;
}
/*#ausstellende_sfs table tbody tr td:nth-child(7) {
    text-align: center;
}
*/
/*Tel-Nr*/
#ausstellende_sfs table tbody td.nowrap {
    white-space: nowrap;
}
/*#ausstellende_sfs table tbody tr td {
    padding: 4px 8px 4px 8px;
}*/
/*#ausstellende_sfs #list_body #list_row:nth-child(1) {
    background-color: lightcoral;
    position: sticky;
}*/
/*#ausstellende_sfs #list_body div:nth-child(-n+7) {
    background-color: lightcoral;
    position: fixed;
}*/
/*#ausstellende_sfs .header {
    position: fixed;
}*/
#ausstellende_sfs .grid_header {
    font-weight: bold;
    margin-bottom: 0.5rem;
}
#ausstellende_sfs .center {
    margin: auto;
}
#ausstellende_sfs .line {
    grid-column: 1 / 8;
    border-bottom: 1px solid #646464;
}
/*END ABGABESTELLEN*/

/*LEBENSMITTEL LAYOUT*/
/*2-spaltig*/
#lebensmittel_content_wrapper {
    height: 80vh;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 3.5rem 1fr;
    overflow: hidden; 
}
/*    von Line 1 bis Line 3*/
#lebensmittel_header {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    margin-top: .1rem;
/*    margin-top: 5rem;*/
}
#lebensmittel_header .label {
    font-size: 110%;
    margin-right: 10px;
/*    margin-top: 5px;*/
    padding: 0 !important;
}    
#lebensmittel_header #search_text_field {
    border: 2px solid #d2d7d9;
    border-radius: 2px;
    height: 2rem;
    padding-left: .3rem;
}    

/*    overflow: hidden bringt den Inhalt (as_wrapper > liste) zum scrollen*/
#lebensmittel_body {
    display: grid;
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
    overflow: hidden; 
}
/*    overflow: hidden bringt den Inhalt (Liste) zum scrollen*/
#lebensmittel_as_wrapper {
    grid-column: 1 / 2;
    display: grid;
    grid-template-rows: 2rem 1fr;        
    overflow: hidden; 
}
#lebensmittel_sfs_wrapper {
    grid-column: 2 / 3;
    display: grid;
    grid-template-rows: 2rem 1fr;
    overflow: hidden; 
}
#lebensmittel_as_wrapper #as_list_title,
#lebensmittel_sfs_wrapper #sfs_list_title {
    grid-row: 1 / 2;
    display: grid;
    grid-template-columns: 1.2rem 1fr;
    font-size: 110%;
    font-weight: bold;
}
#as_list_title .number,
#sfs_list_title .number {
/*    float: left;*/
/*    margin-right: .3rem;*/
    grid-column: 1 / 2;
}
#as_list_title .text,
#sfs_list_title .text {
    grid-column: 2 / 3;
}
#lebensmittel_as_wrapper #as_list,
#lebensmittel_sfs_wrapper #sfs_list {
    grid-row: 2 / 3;
    overflow-y: auto;
/*    overflow-y: scroll;*/
    overflow-x: hidden;
    min-height: 4rem;
    max-height: 100%;
/*    scrollbar-width: auto;*/
}
.as_list_item,
.sfs_list_item {
    position: relative;
    display: block;
    padding: .2rem 0rem .2rem .5rem;
    list-style-image: none;
    list-style-type: none;
    background-color: #edecd5;
    margin: 0px;
    white-space: normal;
    border-radius: 2px;
    border-bottom: 1px solid white;
}
.sfs_list_item {
    background-color: #C8FBC6;
}
.as_list_item a,
.sfs_list_item a {
    text-decoration: none;
    color: #646366;
    overflow: auto;
    display: block;
}
.as_list_item .plan {
/*    float: right;*/
    position: absolute;
    margin-top: 8px;
    right: 2rem;
    text-decoration: underline;
}
.as_list_item #firma1,
.as_list_item #firma2,
.as_list_item #adresse,
.as_list_item #oeffnungszeit {
    float: left;
    clear: both;
    margin-right: 10px;
    margin-bottom: 2px;    
}

/*float: left;
width: 25%;
width: 400px;
padding-left: 8px;
padding-bottom: 8px;
padding-top: 8px;

*/.as_list_item #firma1 {
    font-weight: bold;
}
/*LEBENSMITTEL LAYOUT*/




#lebensmittel_abgabestelle #search_header {
    height: 10%;
}
#lebensmittel_abgabestelle #search_body {
    height: 90%;
}

#lebensmittel_abgabestelle #search {
    position: relative;
    height: 60vh;
    font-size: 100%;
}
#lebensmittel_abgabestelle .label {
    font-size: 110%;
    width: auto;
    /*margin: 0 !important;*/
    margin-right: 10px;
    margin-top: 5px;
    padding: 0 !important;
}
#lebensmittel_abgabestelle #search_text_field {
    border: 2px solid #d2d7d9;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#found_as {
    float: left;
    clear: left;
}
#found_sfs {
    float: left;
    /*clear: left;*/
    margin-top: 10px;
}

/*LEBENSMITTELSUCHE*/
#lebensmittel_content_wrapper #counts {
    position: absolute;
    display: block;
    font-size: 110%;
    margin-top: -30px;
    margin-left: 570px;
    width: 40%;
}

span.found_lebensmittel_abgabestelle {
    height: 8%;
    display: inline-block;
    font-size: 110%;
    font-weight: bold;
/*    width: 350px;*/
}
span.found_lebensmittel_abgabestelle ol {
    margin: 0;
    padding-left: 20px;
}
/* Achtung: Höhe durch iFrame begrenzt, sonst entsteht rechts ein Scrollbalken */
.found_lebensmittel_stelle_list {
    height: 90%;
    width: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
#lebensmittel_abgabestelle #found_sfs {
    /*background-color: yellow;*/
    float: left;
    margin-left: 10px;
    margin-top: 25px;
}

#found_lebensmittel_abgabestelle:hover {
    background-color: #DEE7EC;
}
#found_lebensmittel_abgabestelle.ls_highlight {
    background-color: #DEE7EC;
}

#found_lebensmittel_abgabestelle #angaben #sozialfachstellen {
    float: left;
    clear: none;
    text-decoration: underline;
}
/*#found_lebensmittel_abgabestelle #angaben div {
    float: left;
    clear: left;
}*/
#found_lebensmittel_abgabestelle #bemerkung_oeffnungszeit {
    font-weight: bold;
    color: red;
}
#found_lebensmittel_sfs #angaben {
    float: left;
    padding: 8px;
    padding-bottom: 2px;
}
#found_lebensmittel_sfs #angaben #name {
    float: left;
    clear: both;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 2px;
}
#found_lebensmittel_sfs #plan {
    float: left;
    clear: left;
    margin-left: 10px;
    margin-bottom: 5px;
    text-decoration: underline;
}
#found_lebensmittel_sfs #angaben #sozialfachstellen {
    float: left;
    clear: none;
    text-decoration: underline;
}
#found_lebensmittel_sfs #angaben div {
    float: left;
    clear: left;
    /*margin-right: 10px;*/
}

/*START SOZIALFACHSTELLE*/
#sozialfachstelle {
    width: 800px;
}
#sozialfachstelle h3 {
    margin-left: 8px
}
#sozialfachstelle .entry {
    margin-bottom: 5px;
    margin-left: 8px;
    clear: left;
    display: block;
    font-size: 90%;
    overflow: auto;
}
#sozialfachstelle .entry span.label{
    width: 180px;
    font-weight: bold;
    float: left;
    /*margin-bottom: 5px;*/
}
#sozialfachstelle .entry input {
    width: 200px;
}
#sozialfachstelle .entry .checkbox {
    width: .9rem;
}
#sozialfachstelle .entry #einladungs_mail_master {
    /*min-width: 200px;*/
    width: initial;
}
#sozialfachstelle div.edit {
    display: none;
    position: absolute;
    top: 155px;
    /*top: 140px;*/
    background-color: #F8F9FB;
/*    clear: both;*/
    line-height: 1.7em;
    padding: 0;
    padding-top: 8px;
/*    overflow: auto;*/
    margin-bottom: 10px;
    width: 800px;
}

#sozialfachstelle #action_wrapper {
    float: left;
    width: 100%;    
    background-color: #b7e3f3;
}
#sozialfachstelle #action_wrapper #action {
    margin: 1rem auto 1rem 1rem;
    float: none;
}
#sozialfachstelle #action_wrapper #action #loeschen {
    float: right;
    margin-right: 1.2rem;
    border: 1px solid #8f8f9d;
    border-radius: .3rem;
    background-color: #cc0000;
    color: white;
    font-weight: bold;
}
/*#sozialfachstelle #sozialfachstelle_edit span.label {
    float: left;
    width: 270px;
}
#sozialfachstelle_edit {
    clear: left;
    float: left;
    top: 15px;
}
*/
#sozialfachstelle #einladungs_mail {
    display: none;
    position: relative;
    /*top: 20px;*/
    top: -110px;
    background-color: #F8F9FB;
    clear: both;
    line-height: 1.7em;
    padding: 8px;
    overflow: auto;
    margin-bottom: 10px;
}
#sozialfachstelle #einladungs_mail span.label {
    width: 150px;
    font-weight: bold;
    clear: left;
    float: left;
}
#sozialfachstelle #einladungs_mail span.content {
    width: 100px;
    /*font-weight: bold;*/
    float: left;
}
#sozialfachstelle #einladungs_mail input {
    width: 600px;
    /*font-weight: bold;*/
    float: left;
}
#sozialfachstelle #einladungs_mail_abbrechen {
    width: 200px !important;
}
#sozialfachstelle #mail_senden {
    width: 200px !important;
}
#sozialfachstelle #einladungs_mail textarea {
    float: left;
    color: #787878;
    clear: both;
    width: 750px;
    height: 550px;
    font-size: 100%;
    font-family: Verdana, Arial, sans-serif;
}
#sozialfachstelle #master_registrierung {
    position: relative;
    left: 180px;
    width: 550px;
    /*float: left;*/
    /*font-size: 90%;*/
    line-height: 17px;
    margin-top: 5px;
    margin-bottom: 10px;
}
#sozialfachstelle #master_registrierung ul {
    margin: 0;
    padding-left: 1em;
/*    position: relative;
    left: 150px;
    width: 550px;
    float: left;
*/    /*font-size: 90%;*/
    /*line-height: 17px;*/
    /*margin-top: 2px;*/
    /*margin-bottom: 5px;*/
}
#sozialfachstelle #master_registrierung ul li {
    line-height: 1.8em;
    height: auto;
}

/* SFS Dubletten-Dialog*/
.sfs_dialog .ui-dialog-titlebar {
    background-color: #FB6800;
}
.sfs_dialog .ui-dialog-buttonpane {
/*.sfs_dialog  {*/
    border: none;
}
.sfs_dialog img.option_icon_right {
    width: 1.4rem;
    margin-left: .4rem;
    margin-top: -2rem;
}
.sfs_dialog img.option_icon_left {
    width: 1.4rem;
    margin-right: .4rem;
}

#sozialfachstelle #modal_dialog {
    display: none;
/*    display: block;*/
    font-size: 110%;    
}
#sozialfachstelle .dubletten_dialog {
    display: none;
    display: block;
    font-size: 110%;
}
#sozialfachstelle .dubletten_dialog p {
    margin: 5px;
    padding-bottom: .3rem;
}
#sozialfachstelle .dubletten_dialog table {
    /*background: #FB6800;*/
    font-size: 100%;
    width: 1100px;
}
#sozialfachstelle .dubletten_dialog table th {
    /*background: #FB6800;*/
    font-size: 90%;
}
#sozialfachstelle .dubletten_dialog table td {
    /*background: #FB6800;*/
    /*width: 120px;*/
}
#sozialfachstelle .dubletten_dialog table a {
    background-color: #e1f495;
    margin: 15px;
    text-decoration: underline;    
}
#sozialfachstelle .ui-dialog.dubletten_dialog .ui-widget-header {
    background: #FB6800;
    border: 0;
    color: #fff;
    font-weight: normal;
}


/*END SOZIALFACHSTELLE*/


/*SEARCH SOZIALFACHSTELLE*/
#sozialfachstelle div.hits {
    /*position: fixed;*/
    line-height: 1.3em;
    /*width: 800px;*/
    padding: 0;
    margin: 0;
    margin-top: 45px;
    display: none;
    /*top: 30px;*/
    /*left: 180px;*/
    /*float: right;*/
    /*margin-right: 300px;*/
    z-index: 3;
}
#sozialfachstelle #search_text_field {
    height: 27px;
    /*clear: left;*/
    float: left;
    margin: 0px 0px 25px 25px;
}

div.found_sozialfachstelle {
    /*display: block;*/
    width: 1100px;
    /*width: 950px;*/
    list-style-image: none;
    list-style-type: none;
    background-color: #edecd5;
    margin: 0px;
    padding: 4px;
    white-space: normal;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-bottom: 1px solid white;
    float: left;
    clear: both;
    font-size: 100%;
    /*font-size: 90%;*/
    line-height: 1.4em;
}
/*div.found_sozialfachstelle a {
    display: block;
}
*/div.found_sozialfachstelle:hover {
    background-color: #DEE7EC;
}
div.found_sozialfachstelle.ls_highlight {
    background-color: #DEE7EC;
}
div.found_sozialfachstelle a {
    display: block;
    text-decoration: none;
    /*color: black;*/
    overflow: auto;
}
div.found_sozialfachstelle .entry .address {
    float: left;
    margin-right: 20px;
    width: 220px;
}
div.found_sozialfachstelle .entry .address span.title{
    font-weight: bold;
}
div.found_sozialfachstelle .entry .nutzung {
    float: left;
    width: 250px;
    margin-right: 20px;
}
div.found_sozialfachstelle .entry .nutzung .bk_kontingent {
    /*float: left;*/
}
div.found_sozialfachstelle .entry .nutzung .abgabestellen {
    /*float: left;*/
    margin-top: 1px;
}
div.found_sozialfachstelle .entry .nutzung .abgabestellen .bk_nutzung {
    float: left;
    clear: left;
    /*font-size: 80%;*/
    margin-bottom: 2px;
}
div.found_sozialfachstelle .entry .nutzung .abgabestellen .bk_nutzung div {
    margin-left: 10px;
    font-size: 90%;
    /*margin-bottom: 4px;*/
}
div.found_sozialfachstelle .entry .master_registrierung {
    float: left;
    margin-right: 20px;
    width: 370px;
    /*border-right: 1px solid white;*/
}
div.found_sozialfachstelle .entry .master_registrierung span.title{
    float: left;
    clear: left;
    margin-right: 5px;
    font-weight: bold;
}
div.found_sozialfachstelle .entry .master_registrierung span.content{
    float: left;
    clear: right;
}
div.found_sozialfachstelle .entry .anmerkung {
    float: left;
    margin-right: 5px;
    width: 170px;
    /*border-right: 1px solid white;*/
}
div.found_sozialfachstelle .entry .anmerkung span.title{
    font-weight: bold;
    float: left;
}
div.found_sozialfachstelle .entry .anmerkung span.content{
    float: left;
    clear: left;
}
a.email_diagnostic {
    /*width: 20px;*/
    /*margin-top: -5px;*/
    /*position: relative;*/
    /*top: 5px;*/
    text-decoration: underline;
}

/*SEARCH_SOZIALFACHSTELLE*/

#register {
    width: 950px;
}
#stelle_pulldowns {
    /*overflow: auto;*/
    display: inline-block;
}
#register #edit input {
    width: 250px;
}
#register #edit .label {
    /*background-color: red;*/
    /*width: 30%;*/
    float: left;
    width: 300px;
    clear: left;
}

#register #edit select {
    /*background-color: red;*/
    /*width: 30%;*/
    float: left;
    width: 490px;
}
#register #entry {
    display: inline-block;
}

#pwd_recover {
    width: 800px;
    height: 120px;
}
#pwd_renew {
    width: 70%;
    height: 250px;
}
#pwd_renew #edit span.label {
    width: 50%;
    float: left;
}
#pwd_renew #edit input {
    width: 40%;
/*    float: left;*/
}

#pwd_recover #edit .entry {
    float: left;
    clear: both;
    margin-bottom: 2px;
}
#pwd_recover #edit span.label {
    /*background-color: red;*/
    width: 200px;
    float: left;
    /*min-width: 150px;*/
}
#pwd_recover #edit > div {
    margin-top: 10px;
}
#pwd_recover #edit p {
    line-height: 10px;
    font-size: 110%;
}
#pwd_recover input {
    width: 300px;
}


/*#pwd_recover #entry .label{
    float: left;
    width: 200px;

}*/
/*#pwd_recover #edit #entry_password {
    display: none;
}
*/
/*reporting (Balanced Score Card)*/
#reporting {
    /*font-size: 97%;*/
    overflow: auto;
    color: black;
}
.reporting_year {
    font-size: 80%;
    margin-top: -8px;
/*    float: right;
    margin-top: 13px;
    margin-right: 10px;
*/}

#reporting_table {
    font-size: 80%;
    margin-top: 20px;
    border-collapse: collapse;
    border: 1px solid #d2d7d9;
    color: black;
}
#reporting_table th, td {
    border: 1px solid #d2d7d9;
    padding: 2px;
}
#reporting_table th:nth-child(1n+2) {
    text-align: center;

}
#reporting_table td:nth-child(1n+2) {
    text-align: right;
}

#reporting .title {
    background: white;
    position: absolute;
    top: 180px;
    z-index: 1;
    height: 20px;
}
#reporting a {
    border-bottom: 2px solid #d2d7d9;
}

/*Spezifische Tables*/
/*Produktespenden*/
#ps_table {
    font-size: 80%;
    margin-top: 20px;
    border-collapse: collapse;
    border: 1px solid #d2d7d9;
    color: black;
}
#ps_table th, td {
    border: 1px solid #d2d7d9;
    padding: 2px;
}
#ps_table th:nth-child(1n+5) {
    text-align: center;
}
#ps_table td:nth-child(1n+5) {
    text-align: right;
}

/*DIV überhalb der Tabelle AS-Mengen*/
div.as_table {
    height: 600px;
    margin-top: 20px;
    width: 1200px; 

    /*overflow-x:scroll;  */
    /*margin-left:100px; */
    /*overflow-y:visible;*/
    /*padding-bottom:1px;*/
    /*width: 1800px !important;*/
}


#as_table {
    /*width: 1800px !important;*/
    font-size: 80%;
    color: black;
    border-collapse: collapse;
    /*border-collapse: separate;*/
}


#as_table td:first-child {
    text-align: left;
    width: 100px;
}

#as_table thead tr:nth-child(1) {
    background-color: #d2d7d9;
}


#as_table td, th {
    text-align: left;
    margin:0;
    border-top-width:0px; 
    white-space:nowrap;
    /*border-collapse: collapse;*/
}

/*#reporting table th.head_col {
    position:absolute; 
    width:5em; 
    left:40px;
    top:auto;
    border-right: 0px none black; 
    border-top-width:3px;
    margin-top:-3px
}
*/


#reporting span.hilite {
    /*font-size: 80%;*/
    background-color: #FB6800;
}
#reporting .prozess_art {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
    overflow: auto;
    float: left;
    clear: both;
}

#reporting .prozess_art  .subtitle {
    font-size: 100%;
    font-weight: bold;
    margin: 4px;
    margin-bottom: 4px;
    color: #95cadd;
}

#reporting #month_header_list {
    float: left;
}

#reporting .year {
    margin: 4px;
    margin-bottom: 10px;
}

#reporting .row_header {
    width: 60px;
    font-weight: bold;
    float: left;
    text-align: left;
    /*padding: 2px;*/
    font-size: 80%;
}

#reporting .row_header div {
    height: 18px;
    /*margin: 4px;*/
    clear: both;
    float: left;
}

#reporting .month {
    width: 7%;
    float: left;
    border: 1px solid #d2d7d9;
    /*padding: 2px;*/
}

#reporting .month .month_third {
    float: left;
    padding: 2px;
    width: 29%;
}

#reporting .month .month_third .amount {
    /*background-color: red;*/
    text-align: right;
}

#reporting .sum {
    width: 9%;
    padding-top: 1px;
    padding-left: 1px;
    border-left: 2px solid #d2d7d9;
}

#reporting .sum .amount {
    text-align: right;
}

#reporting .month .month_head {
    width: 100%;
    font-weight: bold;
    font-size: 80%;
    margin: 4px;
    /*margin: auto;*/
    /*display: inline-block;*/
    text-align: center;
    float: left;
    /*clear: right;*/
    /*padding: 2px;*/
    /*border-bottom: 1px solid #d2d7d9;*/
}

#reporting .month .amount {
    /*width: 100%;*/
    /*text-align: right;*/
    /*float: right;*/
    /*clear: both;*/
    height: 17px;
    /*margin-top: 4px;*/
    /*margin-bottom: 4px;*/
    /*margin: 1px;*/
    font-size: 70%;
    /*margin-right: 0px;*/
    /*margin-left: 10px;*/
    /*padding: 2px;*/
    /*float: left;*/
    /*display: inline-block;*/
    /*text-align: right;*/
}



#reporting span.label {
    width: 160px;
    font-weight: bold;
    float: left;
}

#corona_infoschreiben .entry {
    margin-bottom: 20px;
}

/*PFLICHTENHEFT*/
#pflichtenheft {
    width: 1000px;
    color: #343434;
    font-size: 120%;
}

/*LANDING-PAGE*/
#landing_info_pflichtenheft {
    background-color: #e1f495;
    width: 250px;
    left: 650px;
    display: inline-block;
    position: relative;
    top: 50px;
    padding: 5px;
    font-size: 90%;
}

/*BK-ANALYSE*/
#analyse_bk_stopp {
    border: 1px solid #d4d4d4;
    padding: 10px;
    /*display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    color: black;*/

}

/*div.hits_entry_field span:first-child {
    font-weight: bold;
}
*/
#analyse_bk_stopp #row_titles {
    float:  left;
    display: inline-block;
}
#analyse_bk_stopp #row_titles table {
    /*border-left: 1px solid #d4d4d4;*/
    /*border-top: 1px solid #d4d4d4;*/
    /*border-bottom: 1px solid #d4d4d4;*/
    border-spacing: 0 10px;
}
#analyse_bk_stopp #nutzung {
    float:  left;
    width:  675px;
    overflow: auto;
    margin-top: 40px;
}
#analyse_bk_stopp #nutzung table {
    /*border-spacing: 0 10px;*/
    border-spacing: 10px;
}
#analyse_bk_stopp #kapazitaet {
    float:  left;
    margin-left:  40px;
    /*width:  500px;*/
    /*overflow: auto;*/
}
#analyse_bk_stopp #kapazitaet table {
    border-spacing: 0 13px;
}
#analyse_bk_stopp th, td {
    padding: 4px 8px 4px 8px;
}
#analyse_bk_stopp #kapazitaet .as {
    background-color: #62ade2;
    color:  white;
}
#analyse_bk_stopp #kapazitaet .log {
    background-color: #bfa5a5;
    color:  white;
}
/*1. AS, 2. Log*/
#analyse_bk_stopp #nutzung .as_warn {
    border-bottom: 4px solid #62ade2;
}
#analyse_bk_stopp #nutzung .as_stop {
    border: 4px solid #62ade2;
}
#analyse_bk_stopp #nutzung .log_warn {
    /*border: 4px solid #e28562;*/
    box-shadow: 0 4px 2px -2px #bfa5a5;
}
#analyse_bk_stopp #nutzung .log_stop {
    /*border: 4px solid #e28562;*/
    box-shadow: 0 0 0 4px #bfa5a5;
}

/* COCKPIT */
#cockpit {
    position: relative;
    display: inline-block;
    margin-top: 2rem;
}
#cockpit .label {
    display: inline-block;
    width: 13rem;
    margin-bottom: 1rem;
}
#cockpit .jahr_select {
    position: relative;
    display: inline-block;
}
/* COCKPIT */

/* GRANDE FESTA */
#grande_festa {
/*    padding: 1rem 1rem 1rem 1rem;*/
}
#grande_festa #gf_header_logo {
/*    width: 100%;*/
}
#grande_festa #gf_header_streifen {
  position: relative;
/*  position: fixed;*/
  z-index: 800;
  width: 100%;
  background: #fff;
  padding: 15px 0 30px 0;
  background: url("/static/images/gf_tischtuch.svg") repeat-x right bottom #fff;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
/*#grande_festa #gf_header #gf_header_streifen {
    width: 100%;
}
*/#grande_festa #gf_title {
    margin: 1.5rem 0rem 1rem 1rem ;
/*    margin-top: 1rem;*/
    color: #9e032f;
    font-size: 270%;
}
#grande_festa .gf_sub_title {
    font-size: 120%;
    margin-bottom: 1rem;
}
#grande_festa #gf_sub_title {
    margin-left: 1rem;
}
#grande_festa #scan_result {
    display: none;

}
#grande_festa #scan_result_data {
    font-size: 170%;

}
#grande_festa #result_vorname,
#grande_festa #result_nachname {
    color: blue;
    font-weight: bold;
}
#grande_festa .gf_button {
    margin: 2rem 0 0 1rem;
    width: 11rem;
    height: 2rem;
    font-size: 1.3rem;
}
#grande_festa #stopp_button {
    display: none;
}
#grande_festa #qr-reader {
    display: none;
    margin: 2rem 0rem 0rem 1rem;
    width: 300px;
}
#grande_festa #qr-reader video {
/*    height: 200px;*/
}
#grande_festa #scan_result {
    margin: 2rem 0rem 0rem 1rem;
}
/* GRANDE FESTA */

/* Impersonate */
#impersActive {
    display: block;
    top: 10px;
    left: 200px;
}
#impersActive p {
    margin: 0;
    padding: 0;
}
/* Impersonate */
/*MOBILE*/
/*Normal Screen*/
@media (max-width: 770px) {
    body {
        margin: 0;
    }
    h1 {
        font-size: 1rem;
    }
    #lebensmittel_content_wrapper {
        height: 100vh;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 5rem 1fr;
    }    

    #lebensmittel_header {
        grid-column: 1 / 2;
/*        grid-row: 1 / 2;*/
/*        margin-top: .1rem;*/
    }
/*    1 Spalte, 2 Zeilen*/
    #lebensmittel_body {
        display: grid;
        grid-column: 1 / 2;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(2, 1fr);
        row-gap: 1.2rem;
    }

    #lebensmittel_as_wrapper {
        display: grid;
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        grid-template-rows: 2.4rem 1fr;
        overflow: hidden;
/*        display: none;*/
    }
    #lebensmittel_sfs_wrapper {
        display: grid;
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        grid-template-rows: 2.4rem 1fr;
        overflow: hidden;
    }

    #lebensmittel_as_wrapper #as_list_title, 
    #lebensmittel_sfs_wrapper #sfs_list_title {
        font-size: 100%;
    }

    #lebensmittel_abgabestelle {
    }
    #lebensmittel_abgabestelle #found_sfs {
        margin-left: 0px;
    }
    #found_lebensmittel_abgabestelle_list {
        margin-top: .8rem;
        height:  40%;
    }
    #found_lebensmittel_abgabestelle {
        position: relative;
        width: 100%;
    }
    #found_lebensmittel_sfs {
        display: block;
        width: 100%;
    }
    .found_lebensmittel_stelle_list {
        width: 100%;
    }
    #found_lebensmittel_sfs_list {
        margin-top: 2rem;
        height: vh;
    }
    span.found_lebensmittel_abgabestelle {
        width: 100%;
        height:  1rem;
    }
    #lebensmittel_abgabestelle .label {
        /*display: block;*/
        width: 100%;
        /*clear: right;*/
    }
    #search_text_field {
        display: inline-block;
        width: 10rem;
        clear: none;
        margin-top: 0.7rem;
        margin-left: .1rem;
    }
    #counts {
        display: block;
        margin-top: -1.9rem;
        margin-left: 10.6rem;
        font-size: .8rem;
        width: 50%;
    }
    #found_lebensmittel_abgabestelle #angaben {
        font-size: .9rem;
    }
    #found_lebensmittel_abgabestelle #plan {
        position: absolute;
        right: 1rem;
        float: none;
        margin: 0;
    }

}
/*MOBILE*/