body
{
  font-size: .875rem;
  overflow-y: scroll;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contentbody
{
   margin-bottom: 50px !important;
}


/******** Sidebar ********/

.sidebar
{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 48px 0 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px)
{
  .sidebar
  {
    top: 5rem;
  }
}

.sidebar-sticky
{
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link
{
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather
{
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link:hover .feather, .sidebar .nav-link.active .feather
{
  color: inherit;
}

.col-fixed
{
  width: 240px;
  float: left;
}

.col-fluid
{
  width: calc(100% - 250px);
  float: left;
}
.col-fluid:after
{
   content: ".";
   display: block;
   clear: both;
   font-size: 0;
   height: 0;
   visibility: hidden;
}

@media (max-width: 767.98px)
{
  .col-fixed
  {
    width: 100%;
  }
  .col-fluid
  {
    margin-left: 10px;
    position: relative;
    left: 0;
    width: 95%;
  }
}

#sidebar
{
   padding-bottom: 60px;
   padding-top: 10px;
}

#sidebar > ul > li > a
{
   padding-left:5px;
}

#sidebar > ul > li > ul > li
{
   display: block;
   width: 100%;
   padding-left:15px;
}

#sidebar > ul > li > ul
{
   padding-left: 15px;
}

#sidebar > ul > li > ul > li > ul > li
{
   display: block;
   width: 100%;
   padding-left: 20px;
}


/******** Top ********/

.navbar-brand
{
  padding: .75rem 0 .75rem 16px;
  font-size: 1rem;
}

.navbar .navbar-toggler
{
  top: .25rem;
  right: 1rem;
}

.navbar .nav-link
{
  color: black;
}

.navbar .form-control
{
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark
{
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus
{
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}


/******** Footer ********/

.footer
{
  width: 100%;
  height: 30px;
}
.footer .container
{
  position: fixed;
  bottom: 0;
  text-align: center;
  padding: 10px;
}

.footer ul
{
   clear: both;display:table;
}
.footer .navbar-nav > li
{
   height: 30px;
   float: left;
   position: relative;
   display: block;
   padding: 7px 20px 0 4px;
   font-size: 8pt;
}


/******** Modal ********/

#modaldialog .modal-dialog
{
   width: 98% !important;
   max-width: 98% !important;
}
#modaldialog .modal-header
{
   border-bottom: 0;
}


/******** Etc ********/

.table-responsive td
{
   min-height: 30px !important;
   font-size: 10pt !important;
   padding-top: 6px !important;
   padding-bottom: 6px !important;
}

.navbar-toggler:focus
{
  box-shadow: none;
}

.banner
{
  max-width:100%;
  width: 100% !important;
  object-fit: cover;
  object-position: top center;
}

.contentbody select.form-control, .contentbody input:not([type='file']).form-control
{
  line-height: 1;
  //padding-left: 5px !important;
  font-size: 10pt;
  font-family: Arial;
  /*background-color: red !important;*/
}

.contentbody input[type='file'].form-control
{
  padding-left: 5px !important;
}

.h2
{
  font-size: 20pt;
}

.btn
{
   height: 30px !Important;
}

.btndropdownleft
{
   padding-right: 3px;
   margin-right: 2px;
}
.buttonanddropdown
{
   padding-left: 4px;
}

.nav-link 
{
   margin-top: 2px;
   padding: 5px 10px;
}
.nav-item:not(.active) .nav-link
{
   border-color: transparent transparent #000000 !important;
   padding-top: 7px;
   padding-bottom: 7px;
   border-width: 1px !important;
}

#topmenu
{
  padding-left:14px;
}

#topmenu .nav-item
{
  background-color:white;
  margin-left:16px;
  padding:0 1px;
  margin:3px;
/*  border-radius:4px; */
}

#anmelden
{
  background-color:white;
  margin:8px 28px 8px 16px;
  padding:5px 25px;
/*  border-radius:4px; */
}

.naviconsright
{
   padding:12px 5px 12px 16px;
}

.naviconsright > div > a
{
   margin-right:28px;
}

#logindialog .modal-content
{
   padding: 0 20px;
}

#logindialog input
{
   width:100%;
}

.mitgliedsfoto30
{
   height: 30px;
   width: 30px;
   border-radius: 50%;
   object-fit: cover;
}


.form-select
{
  background-position: right .25rem center;
  border-radius: 0;
/*  padding: 0; */
}
.form-control
{
  border-radius: 0;
  font-size: 0.9rem;
}

.navbar
{
justify-content: flex-start;
}


.btn-secondary
{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select
{
  padding-right: 20px;
}

#cookie_accept
{
  padding:0;
}

