/*!
Theme Name: Kadence-Child-UMBAR
Theme URI: https://wp23.uckermark-barnim.de
Author: UMBAR WP
Author URI: ttps://wp23.uckermark-barnim.de
Template: kadence
Description: Child Theme for the Kadence
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence
Version: 1.0.0
*/

/* ========================= Mobile Geräte =============================*/
table { /* its scrollbalken für tabellen mobile geräte kleine displays */ }

.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: #950000;
}

/* ========================= Boxen UMBAR =============================*/
.umbar-box01 {
font-family: Verdana, Arial, Helvetica, sans-serif;
border: 0px solid;
border-color: #49a349;
border-bottom-left-radius: 5% 10%;
border-bottom-right-radius: 5% 10%;
box-shadow: 0 10px 10px  #950000;
margin: 0 auto;

padding: 1em;
}
