.user-logged-in #usercentrics-root {
    display: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    margin: 0;
}
/**** Fahrzeuge ****/
.qrcode {
    width: 100%;
    max-width: 290px;
}
.qrcode canvas {
    width: 200px !important;
    height: 200px !important;
}

/***** Fahrtenbuch ****/
.views-field-edit-node .fahrt-bearbeiten {

}
.views-field-edit-node .fahrt-beenden {
    margin: -5px -15px;
    padding: 5px 15px;
    border-radius: 30px;
    border: 5px solid red;
}
.view-footer .mein-fahrtenbuch {
    display: block;
    background: var(--bluecolor);
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px; 
    width: fit-content;    
}
.page-node-type-fahrtenbuch .freiplatzmeldungen,
.page-node-type-fahrtenbuch #main-menu .nav-drill.page-right,
.page-node-type-fahrtenbuch #block-views-block-logos-und-partner-block-1,
.page-node-type-fahrtenbuch #block-views-block-logos-und-partner-block-2 {
    display: none !important;
}
.page-node-type-fahrtenbuch .artikel-inhalt {
    padding: 0;
}
.page-node-type-fahrtenbuch .artikel-inhalt .fahrt{

}
.view-mittagstisch .views-table tr {
  position: relative !important;
  top: auto !important;
}
.view-mittagstisch .views-field-field-mittagstisch-datum,
.view-mittagstisch .field--name-field-speisen-inhalt {
    font-weight: bold;
}
.view-mittagstisch .field--name-field-speise-zusatzstoffe {
    font-size: 0.8rem;
}
.node-essen-bestellen-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 0px; 
}
.node-essen-bestellen-form .field--name-field-essen-bestellen-einzel { grid-area: 1 / 1 / 2 / 2; }
.node-essen-bestellen-form .field--name-field-essen-bestellen-datum { grid-area: 1 / 2 / 2 / 3; }
.node-essen-bestellen-form .field--name-field-essen-bestellen-et { grid-area: 1 / 1 / 2 / 2; }
.node-essen-bestellen-form .field--name-field-essen-bestellen-rm { grid-area: 1 / 1 / 2 / 2; }
.node-essen-bestellen-form .field--name-field-essen-bestellen-voll { grid-area: 2 / 1 / 2 / 1; }
.node-essen-bestellen-form .field--name-field-essen-bestellen-veg { grid-area: 2 / 2 / 2 / 2; }
.node-essen-bestellen-form .field--name-field-essen-bestellen-voll-ex { grid-area: 3 / 1 / 3 / 1; }
.node-essen-bestellen-form .field--name-field-essen-bestellen-veg-ex { grid-area: 3 / 2 / 3 / 2; }
.node-essen-bestellen-form .field--name-field-essen-bestellen-mitnehmen { grid-area: 4 / 1 / 4 / 1; }
.node-essen-bestellen-form .js-form-type-vertical-tabs { grid-area: 5 / 2 / 5 / 2; } 
.node-essen-bestellen-form .form-actions {  grid-area:  5 / 1 / 5 / 1; padding: 15px 0;} 
.node-essen-bestellen-form h4 {
    margin-bottom: 0.5rem;
    font-weight: normal;
    color: var(--color);
}
.view-fahrtenbuch #edit-datum-wrapper legend,
.view-fahrtenbuch #edit-von-wrapper legend,
.view-fahrtenbuch #edit-bis-wrapper legend,
.view-bestellte-essen #edit-datum-wrapper legend,
.view-bestellte-essen #edit-datum-wrapper--2 legend,
.view-bestellte-essen #edit-von-wrapper legend,
.view-bestellte-essen #edit-bis-wrapper legend,
.view-mittagstisch #edit-von-wrapper legend,
.view-mittagstisch #edit-bis-wrapper legend,
.view-raumbuchung #edit-von-wrapper legend,
.view-raumbuchung #edit-bis-wrapper legend,
.essen-bestellen #views-exposed-form-mittagstisch-block-1 #edit-datum-wrapper legend {
    font-size: 1rem;
    line-height: inherit;
}

.view-fahrtenbuch .form-item-datum-date,
.view-fahrtenbuch .form-item-von-date,
.view-fahrtenbuch .form-item-bis-date,
.view-bestellte-essen .form-item-datum-date,
.view-bestellte-essen .form-item-von-date,
.view-bestellte-essen .form-item-bis-date,
.view-mittagstisch .form-item-von-date,
.view-mittagstisch .form-item-bis-date,
.view-raumbuchung .form-item-von-date,
.view-raumbuchung .form-item-bis-date,
.essen-bestellen #views-exposed-form-mittagstisch-block-1 .form-item-datum-date {
    margin: 0;
}

.view-raeume .caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: var(--maincolor);
  text-align: left;
  caption-side: top;
  font-weight: bold;
}
.view-adressbuch .views-table tr {
  position: relative !important;
  top: auto !important;
}
.view-mein-account {
    margin: 2rem 0;
}
.view-mein-account,
.region-intern .block-views {
    padding:5px 15px 15px 15px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
}
.view-raumbuchung .fc,
.view-fahrzeugbuchung .fc {
    font-size: 0.8rem;
}
.view-raumbuchung .fc table,
.view-fahrzeugbuchung .fc table {
    font-size: 0.8em;
}
.view-raumbuchung .fc-toolbar,
.view-fahrzeugbuchung .fc-toolbar {
    display: block;
}
details.intern {
    border: none;
}
details.intern p {
    background: rgba(237,124,0,0.29);
    padding: 10px;
    font-size: 0.8rem;
}
.view-raumbuchung .view-header a {
 
}
.view-raumbuchung.view-display-id-page_3 .caption,
.view-raumbuchung.view-display-id-page_4 .caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: var(--maincolor);
  text-align: left;
  caption-side: top;
  font-weight: bold;
  font-size: 1.4rem;
}
.view-raumbuchung.view-display-id-page_3 .views-field-field-raumbuchung-datum-1,
.view-raumbuchung.view-display-id-page_4 .views-field-field-raumbuchung-datum-1 {
    width: 110px;
}
.view-raumbuchung.view-display-id-page_3 .views-field-field-raumbuchung-raum-et {
  width: 15%;
}
.view-raumbuchung.view-display-id-page_4 .views-field-field-raumbuchung-raum-rm {
  width: 15%;
}

.farbe-bg-163 {
    background: #8B0000 !important;
    color: #fff !important;
}
.farbe-bg-164 {
    background: #00008B !important;
    color: #fff !important;
}
.farbe-bg-165 {
    background: #006400 !important;
    color: #fff !important;
}
.farbe-bg-166 {
    background: #8A2BE2 !important;
    color: #fff !important;
}
.farbe-bg-167 {
    background: #FF8C00 !important;
    color: #fff !important;
}
.farbe-bg-168 {
    background: #B8860B !important; 
    color: #fff !important;
}
.farbe-bg-169 {
    background: #008B8B !important;
    color: #fff !important;
}
.farbe-bg-170 {
    background: #FF1493 !important;
    color: #fff !important;
}
.farbe-bg-171 {
    background: #A9A9A9 !important;
    color: #fff !important;
}
.farbe-bg-172 {
    background: #8B4513 !important;
    color: #fff !important;
}


.view-fahrzeugbuchung .view-content,
.view-raumbuchung .view-content,
.view-mittagstisch .view-content,
.view-fahrtenbuch .view-content {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.view-fahrzeugbuchung .view-content .table,
.view-raumbuchung .view-content .table,
.view-mittagstisch .view-content .table,
.view-fahrtenbuch .view-content .table {
  white-space: nowrap;
  font-size: 0.8rem;
}
.view-fahrzeugbuchung .view-content:before,
.view-raumbuchung .view-content:before,
.view-mittagstisch .view-content:before,
.view-fahrtenbuch .view-content:before {
    display: block;
    content: 'Um die Tabelle vollständig anzuzeigen, schieben Sie sie seitlich hin und her:'
}
.ui-dialog .ui-dialog-titlebar-close {
top: 4px;
width: 25px;
margin: 0 0 0 0;
height: 25px;
}
.ui-dialog-titlebar-close {
    position: relative;
}
.ui-dialog-titlebar-close:after {
    content: 'X';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.4rem;
}
.abteilung-65 {
    background: var(--augustinus);
    padding: 2px 7px;
    color: #fff;
    border-radius: 5px;
    line-height: 2;
}
.abteilung-66 {
    background: var(--franziskus);
    padding: 2px 7px;
    color: #fff;
    border-radius: 5px;
    line-height: 2;
}
.abteilung-67 {
    background: var(--beruflichebildung);
    padding: 2px 7px;
    color: #fff;
    border-radius: 5px;
    line-height: 2;
}
.abteilung-102 {
    background: var(--guthellberg);
    padding: 2px 7px;
    color: #fff;
    border-radius: 5px;
    line-height: 2;
}
.view-intern-news .views-field-field-intern-news-teaser {
    padding: 15px 0;
}
/*
@media (max-width: 992px){    
    .view-fahrtenbuch .view-content .views-view-table thead {
        display: none !important;
    }    
    .view-fahrtenbuch .view-content .views-view-table td {
        display: grid;
        grid-template-columns: 15ch auto;
    } 
    .view-fahrtenbuch .view-content .views-view-table td.views-field-field-fahrten-datum-anfang{
        font-weight: 700;
    }       
    .view-fahrtenbuch .view-content .views-view-table td.views-field-field-fahrten-datum-anfang::before {
        content: 'Abfahrt: ';
    }   
    .view-fahrtenbuch .view-content .views-view-table td.views-field-field-fahrten-ort::before {
        content: 'Ort: ';
    }        
    .view-fahrtenbuch .view-content .views-view-table td.views-field-field-fahrten-km-anfang::before {
        content: 'km-Stand: ';
    }    
    .view-fahrtenbuch .view-content .views-view-table td.views-field-field-fahrten-datum-ende::before {
        content: 'Ankunft: ';
        font-weight: 700;
    }   
    .view-fahrtenbuch .view-content .views-view-table td.views-field-field-fahrten-reiseziel::before {
        content: 'Reiseziel: ';
    }        
    .view-fahrtenbuch .view-content .views-view-table td.views-field-field-fahrten-km-ende::before {
        content: 'km-Stand: ';
    }
    .view-fahrtenbuch .view-content .views-view-table td.views-field-nothing::before {
        content: 'gefahrene km: ';
    }     
    .view-fahrtenbuch .view-content .views-view-table td.views-field-field-fahrten-anlass::before {
        content: 'Anlass: ';
        font-weight: 700;
    }         
    .view-fahrtenbuch .view-content .views-view-table td.views-field-title::before {
        content: 'Fahrzeug: ';
        font-weight: 700;
    }     
    .view-fahrtenbuch .view-content .views-view-table td.views-field-field-fahrzeug-kennzeichen::before {
        content: 'Kennzeichen: ';
    }        
    .view-fahrtenbuch .view-content .views-view-table td.views-field-field-user-vorname::before {
        content: 'Fahrer:in: ';
        font-weight: 700;
    }       
    .view-fahrtenbuch .view-content .views-view-table td.views-field-edit-node {
        display: block;
    }
    .view-mittagstisch .view-content .views-view-table thead {
        display: none !important;
    }    
    .view-mittagstisch .view-content .views-view-table td {
        display: grid;
        grid-template-columns: 15ch auto;
    }     
    .view-mittagstisch .view-content .views-view-table td.views-field-field-mittagstisch-vollkost::before {
        content: 'Vollkost';
        font-weight: bold;
    }    
    .view-mittagstisch .view-content .views-view-table td.views-field-field-mittagstisch-vegetarisch::before {
        content: 'Vegetarisch';
        font-weight: bold;
    }    
    .view-mittagstisch .view-content .views-view-table td.views-field-field-mittagstisch-muslimisch::before {
        content: 'Muslimisch';
        font-weight: bold;
    }
    .view-mittagstisch .view-content .views-view-table td.views-field-edit-node {
        display: block;
    } 
    .view-adressbuch .view-content .views-view-table thead {
        display: none !important;
    }    
    .view-adressbuch .view-content .views-view-table td {
        display: grid;
        grid-template-columns: 15ch auto;
    }     
    .view-adressbuch .view-content .views-view-table td.views-field-nothing::before {
        content: 'Kontakt:';
        font-weight: bold;        
    }    
    .view-adressbuch .view-content .views-view-table td.views-field-nothing-1::before {
        content: 'Kommunikation:';
        font-weight: bold;        
    }    
    .view-adressbuch .view-content .views-view-table td.views-field-nothing-2::before {
        content: 'Adresse:';
        font-weight: bold;        
    }    
    .view-adressbuch .view-content .views-view-table td.views-field-nothing-3::before {
        content: 'Bereich / Abteilung:';
        font-weight: bold;        
    }
    .view-adressbuch .view-content .views-view-table td.views-field-edit-node {
        display: block;
    }     
}*/
@media (min-width: 768px) {
    .view-raumbuchung .fc,
    .view-fahrzeugbuchung .fc {
        font-size: 1rem;
    }
    .view-raumbuchung .fc table,
    .view-fahrzeugbuchung .fc table {
        font-size: 1em;
    }
    .view-raumbuchung .fc-toolbar,
    .view-fahrzeugbuchung .fc-toolbar {
        display: flex;
    }    
}
@media (min-width: 992px) {
    .view-fahrtenbuch .form--inline,
    .view-bestellte-essen .form--inline,
    .view-raumbuchung .form--inline,
    .view-mittagstisch .form--inline {
        display: flex; 
    }
    .view-fahrtenbuch #edit-actions, 
    .view-bestellte-essen #edit-actions,
    .view-bestellte-essen #edit-actions--2,
    .view-mittagstisch #edit-action,
    .view-raumbuchung #edit-actions {
        margin-top: 48px;
    }    
    .view-fahrtenbuch .form--inline .form-item,
    .view-bestellte-essen .form--inline .form-item,
    .view-mittagstisch .form--inline .form-item {
        float: none; 
    }
    .view-fahrtenbuch .view-content .views-view-table,
    .view-bestellte-essen .view-content .table,
    .view-mittagstisch .view-content .table,
    .view-fahrzeugbuchung .view-content .table,
    .view-raumbuchung .view-content .table {
        font-size: 0.8rem;
    }
    .view-fahrzeugbuchung .view-content .table,
    .view-raumbuchung .view-content .table,
    .view-mittagstisch .view-content .table,
    .view-fahrtenbuch .view-content .table {
      white-space: normal;
    }    
    .view-fahrzeugbuchung .view-content:before,
    .view-raumbuchung .view-content:before,
    .view-mittagstisch .view-content:before,
    .view-fahrtenbuch .view-content:before {
        display: none;
        content: ''
    }    
}
