html{
  /*scroll-behavior: smooth;*/
  /*
    Chrome Bug, Required Meldung wird nicht angezeigt. ggf. wieder aktivieren wenn Bug behoben
    https://chromium-review.googlesource.com/c/chromium/src/+/5905966
  */
}

html, body{
  font-size: 14px !important;
  font-family: 'quicksand', sans-serif;
  background-color: #f8f8f8 !important;
}

body {
  padding-top: 100px;
}

html:has(body.noLayout){
  background-color: #fefefe !important;
}

body.noLayout{
  padding: 15px;
  background-color: #fefefe !important;
}

.material-icons{
  color: #333;
}

.btn:not(.btn-default) .material-icons{
  color: #fff;
}

.sun-editor{
  font-family: 'quicksand', sans-serif !important;
}

.sun-editor button[title="Lesezeichen"], .se-dialog-form-footer{
  display: none !important;
}

/*.sun-editor-editable * {
  font-size: 14px;
}*/

.title{
  margin-bottom: 15px;
  margin-top: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.title:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

td{
    vertical-align: top;
    font-size: 14px !important;
}

a, a:focus, a:visited, a:hover{
    color: #333;
    text-decoration: none;
}

.container{
  width: 1280px !important;
}

.container.pflege{
  float: left;
}

.container-new.wrapper{
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 25px 30px;
  min-width: 1140px;
  max-width: none;
}

.container-new.wrapper, .card, .sub-menue{
  background-color: #fefefe;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  border-radius: 15px;
}

.container-new.wrapper.after-sub-menue{
  margin-top: 20px;
}

.card-title{
  background-color: #FAF9F9;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-weight: 800;
  font-size: 17px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 1px -2px, rgba(0, 0, 0, 0.04) 0px 2px 2px 0px, rgba(0, 0, 0, 0.03) 0px 1px 5px 0px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.card-title-color{
  color: #fff !important;
}

option:disabled{
  color: rgba(0,0,0, 0.5);
}

.text-underline{
  cursor: pointer;
}

input, select, textarea{
  border-radius: 15px !important;
  /* border: 0; */
  box-shadow: none !important;
}

select{
  padding: 6px 12px !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6" fill="none" stroke="%23555555" stroke-width="2"><path d="M1 1l4 4 4-4"/></svg>') !important;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 11px 8px;
  line-height: normal !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=radio]{
  margin-left: 5px;
  position: relative;
  top: 1px;
}

.pell-content a{
  text-decoration: underline !important;
}

/*button fuer den Inernetexplorer ausblenden, weil der wie immer schrott ist*/
@media screen\0 {
  .pell-button[title="Link"]{
    display: none !important;
  }
}

.config_sort_input{
  text-align: center;
  width: 50px;
}

.gs-button{
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pfeil {
  margin: 0px 7px 0 10px;
  width: 0;
  height: 0;
  border-left: 10px solid #666;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  float: left;
}

.pfeil.ebene3{
  margin-left: 25px;
}


.materialbox {
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 10px 25px;
  display: block;
  margin-top: 20px;
  background-color: #fff;
}

.materialbox:hover{
  box-shadow: 0 2px 5px 0 rgba(152, 192, 31, 0.6), 0 2px 10px 0 rgba(152, 192, 31, 0.6);
}

.materialbox-icon {
  background-color: #337ab7;
  border-radius: 50%;
  display: table;
  height: 100px;
  margin: 0 auto;
  width: 100px;
  margin-top: -61px;
}

.materialbox-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.materialinfo h4 {
    font-size: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.materialinfo h5 {
    font-size: 18px;
	color: #717171;
    text-transform: uppercase;
}

.materialinfo > p, .materialinfo > div:not(.alert) {
    color: #717171;
    font-size: 16px;
    text-align: justify;
}

.materialinfo > p, .materialinfo > div:not(.alert):not(.details):not(.clearBoth) {
    padding-top: 10px;
}

.materialbutton {
	background-color: #337ab7;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}

.materialbutton:hover {
    background-color: #2196f3;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}

.login_head{
  border-radius: 100px;
}



.form-control:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(149,190,17,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8;
    position: relative;
}

.glyphicon.hinweis-icon{
  top: 3px;
  font-size: 15px;
}

.material-icons.hinweis-icon{
  top: 4px;
  font-size: 17px !important;
  position: relative;
  margin: -2px 0;
  color: #888;
}

.material-icons.hinweis-icon.no-position{
  top: auto;
  margin: auto;
}

.h-klein{
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

.h2-popover{
    color: #333;
}

h4 .popover-content{
    color: #333 !important;
}

.popover{
    width: 400px;
    max-width: 100vw;
}

#paginationData .popover{
  width: 600px;
}

.colorpicker{
  z-index: 10000000;
}

.colorpicker_submit{
  background: none !important;
  background-color: #fff !important;
  border-radius: 5px;
  width: 40px !important;
  left: 304px !important;
  font-weight: bold;
  text-align: center;
  border: 1px solid #ccc;
}

.header-variante-button{
  background-color: transparent !important;
  color: #333 !important;
  border-color: #ccc !important;
  font-size: 14px;
  margin-top: 0px;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
}

.header-variante-button-wrapper{
  width: 140px;
}


.slider-loeschen-button{
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 100;
  cursor: pointer;
  font-size: 18px;
}

.slider-sort-input{
  width: 50px;
  margin-top: 10px;
  display: inline-block;
  margin-left: 10px;
}


.slider-img-wrapper img{
  max-height: 200px;
  max-width: 100%;
}

#dummy-iframe{
  position: absolute;
  top: 125px;
  left: 147px;
}

#dummy-iframe iframe{
  border-bottom-right-radius: 39px;
  border-bottom-left-radius: 39px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

#dummy-img{
  width: 467px;
  float: right;
  position: relative;
  top: 28px;
  right: -64px;
}

.mannschaft-img{
  height: 150px;
  max-width: 100%;
}

.galerie_img_delete{
  position: absolute;
  right: 20px;
  top: 5px;
  font-size: 16px;
  color: #b50000;
  cursor: pointer;
}

.tooltip_beschreibung{
  text-decoration: underline !important;
}

.uebersicht-table select{
  padding: 2px;
}

.uebersicht-row:hover{
  background-color: #ddd;
}

.uebersicht-row td{
  padding-top: 3px;
  padding-bottom: 3px;
  vertical-align: middle;
}

.uebersicht-row textarea{
  display: block;
}

input[readonly], select[readonly], .readonly{
  pointer-events: none;
  opacity: 0.6;
}

.button-disabled{
  opacity: 0.4;
}

.turnier-wrapper{
  display: table;
  width: 100%;
}

.turnier-spalte{
  float: right;
  padding: 0 40px 0 0;
}

.turnier-spalte:first-child{
  padding: 0;
}

.turnier-spiel{
  border: 1px solid #aaa;
  background-color: #eee;
  margin-bottom: 12px;
  display: inline-block;
  width: 100%;
  position: relative;
}

.turnier-spiel input{
  color: #555;
}

.turnier-mannschaft:first-child{
  border-bottom: 1px solid #aaa;
}

.turnier-mannschaft{
  padding: 1px 0 1px 5px;
  font-size: 12px;
  font-weight: 500;
  position: relative;
}

.turnier-mannschaft .input_ergebnis{
  position: absolute;
  right: 0;
  height: 100%;
  width: 30px;
  padding: 0;
  margin-top: -1px;
  border: 0;
  border-left: 1px solid #aaa;
  color: #333;
  text-align: center;
}

.turnier-mannschaft.raus, .legende-color.raus{
  background-color: #bd2424;
  color: #fff;
}

.turnier-mannschaft.weiter, .legende-color.weiter{
  background-color: #1b872a;
  color: #fff;
}

.turnier-mannschaft.nebenrunde, .legende-color.nebenrunde{
  background-color: #444444;
  color: #fff;
}


.turnier-spalte:last-child .turnier-pfeil-left, .turnier-spalte:first-child .turnier-pfeil-right{
  display: none;
}

.turnier-pfeil-left{
  position: absolute;
  width: 20px;
  left: -21px;
  border-top: 1px solid #444;
  top: calc( 50% - 1px );
}

.turnier-pfeil-right{
  position: absolute;
  width: 20px;
  right: -21px;
  border-top: 1px solid #444;
  top: calc( 50% - 1px );
  height: 50px;
  border-right: 1px solid #444;
}

.turnier-pfeil-right.i0{
  border-top: 0;
  bottom: calc( 50% - 1px );
  top: initial;
  border-bottom: 1px solid #444;
}

.legende{
  width: 515px;
  margin: 0 auto;
  padding-top: 5px;
}

.legende-color{
  height: 13px;
  width: 13px;
  float: left;
  margin: 3px 7px 0 20px;
}

.legende-text{
  float: left;
}

.mannschaft-name{
  width: calc(100% - 30px);
  float: left;
  display: block;
}

.mannschaft-name-inner{
  width: calc( 100% - 40px );
  float: left;
}

.mannschaft-name .glyphicon{
  float: right;
  margin-right: 3px;
  margin-top: 1px;
}

input.mannschaft-name{
  color: #555;
}




.news-push-button{
  background-color: #ccc;
  padding: 5px 10px;
}

.news-push-button .glyphicon{
  margin-top: 2px;
}

.news-wrapper a{
  text-decoration: underline !important;
}


#spieler .form-group-sm{
  margin-bottom: 5px;
}

#spieler .form-group-sm label{
  font-size: 14px !important;
  font-weight: 500;
}

#spieler .input-sm{
  font-size: 14px !important;
  margin-top: 2px;
  height: 28px;
}  

.ajax-loader{
  width: 14px;
  height: 14px;
  background-size: 14px;
  font-size: 17px;
  top: 2px;
}

.ajax-loader-img {
    background-image: url(../images/ajax-loader.gif);
}

.uebersicht-warning, .uebersicht-warning a{
  color: red !important;
  font-weight: 800;
}


.tooltip-screens{
  margin-top: 15px;
}

.tooltip-screens img{
  float: left;
  width: 260px;
}

.tooltip-screens img:last-child{
  float: right;
}

.kv-title{
  background-color: #efefef;
  font-weight: 800;
}

.kv-title td{
  padding: 5px !important;
}

.kv-title td:first-child{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.kv-title td:last-child{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}



.kv-trenner{
  border-bottom: 1px solid #ccc;
}

.kv-trenner-dick{
  border-bottom: 1px solid #000;
}

.kv-trenner td{
  padding-bottom: 5px !important;
}

.kv-trenner-dick td{
  padding-bottom: 10px !important;
}



.platzplan-uebernehmen-icon{
  position: absolute;
  right: 5px;
  top: 10px;
}

.platzbelegung-platz-wrapper{
  position: relative;
}

.platzbelegung-platz-wrapper input{
  padding-right: 25px;
}

.platzbelegung-row{
  position: relative;
}

.platzbelegung-row:hover{
  border-top: 1px solid rgb(172, 202, 76);
  border-bottom: 1px solid rgb(172, 202, 76);
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.platzbelegung-remove-icon{
  position: absolute;
  right: -25px;
  top: 12px;
}

.platzbelegung-row:hover .platzbelegung-remove-icon{
 top: 11px !important; 
}

.turnierkalender-platz{
  border: 1px solid #888;
  margin-top: 20px;
}

.turnierkalender-spiel{
  border: 1px solid #ccc;
  margin: 5px;
  width: 250px;
  float: left;
}

.turnierkalender-platz-titel{
  font-weight: bold;
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid #888;
  display: flex;
  align-items: center;
  justify-content: center;
}


.new_turnierkalender_spiel_button{
  margin-top: 25px;
  margin-left: 5px;
}

.turnierkalender-spiele-scroller{
  overflow-y: auto;
  width: calc(100% - 40px);
  float: left;
}

.nav>li{
  flex: 1 0 auto;
}

.nav>li>a{
  padding: 18px 30px !important;
  font-weight: 600;
  font-size: 16px !important;
  color: #555;
}

.navbar-default{
  background-color: #fefefe;
  box-shadow: rgb(0 0 0 / 10%) 0px 3px 1px -2px, rgb(0 0 0 / 5%) 0px 2px 2px 0px, rgb(0 0 0 / 2%) 0px 1px 5px 0px;
  border: 0;
  border-bottom: 2px solid;
}

.navbar-default a{
  height: 70px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}

.navbar-default .dropdown-menu a{
  height: 40px;
}

.navbar-default .container{
  display: flex;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav a:hover,
.navbar-default .navbar-nav>.active>a .material-icons, .navbar-default .navbar-nav>.active>a:focus .material-icons, .navbar-default .navbar-nav>.active>a:hover .material-icons, .navbar-default .navbar-nav a:hover .material-icons{
  color: #fff !important;
}

.navbar-default .badge{
  margin-left: 7px;
  margin-top: 2px;
  height: 15px;
  width: 15px;
  padding: 0;
}

.badge{
  border: 1px solid #fff;
  font-weight: 600;
}

.navbar-brand{
  padding: 0px 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}

.navbar-default a .material-icons{
  margin-right: 10px;
  font-size: 20px;
  transition: color 0.4s;
}

.nav{
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.gs-table td, .gs-table th{
  vertical-align: middle !important;
}

#paginationData.v-align-top .gs-table td, .gs-table th{
  vertical-align: top !important;
}

#paginationData .btn:not(.material-icons,.btn-sm){
  display: flex;
  align-items: center;
}

.material-icons{
  cursor: pointer;
}

.form-check-label{
  margin-left: 5px;
}

.csvInputWrapper{
  position: relative;
  overflow: hidden;
}

.csvInputFile{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 26px;
  opacity: 0;
}

.csvInputButton{
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

label:not(.form-check-label){
  display: block;
}

.paginationImage{
  padding: 3px !important;
  width: 70px;
  text-align: center;
  margin: 0 !important;
  vertical-align: center !important;
}

.paginationImage .fancybox-input-bild{
  margin-left: 10px !important;
}

.gs-table-body .pagination-buttons, .gs-table-body td:has(.pagination_icons){
  line-height: 0 !important;
}

.fancybox-input-bild{
  float: left;
  height: 50px;
  width: 50px;
  text-align: center;
  margin-right: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.fancybox-input-bild-nopdf{
  opacity: 0.7;
}

.fancybox-input-bild img{
  max-width: 50px;
  max-height: 50px;
}

.fancybox-input-bild.size2{
  height: 75px;
  width: 75px;
}

.fancybox-input-bild.size2 img{
  max-width: 75px;
  max-height: 75px;
}

.fancybox-input-bild.size0{
  height: 30px;
  width: 30px;
  justify-content: left;
  margin: 0;
}

.fancybox-input-bild.size0 img{
  max-width: 30px;
  max-height: 30px;
}

.fancybox-input-bild.size3{
  height: 100px;
  width: 100px;
}

.fancybox-input-bild.size3 img{
  max-width: 100px;
  max-height: 100px;
}

.fancybox-input-bild.size4{
  height: 150px;
  width: 150px;
}

.fancybox-input-bild.size4 img{
  max-width: 150px;
  max-height: 150px;
}

.platzbuchung_kategorie_farbe{
  width: 15px;
  height: 15px;
  border-radius: 50px;
}

#statistik th{
  padding: 0 2px;
}

.vorschau-webseite-button{
  display: flex;
  align-items: center;
  padding: 10px 20px !important;
  font-weight: 600;
  font-size: 18px;
  width: 380px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: #fff !important;
  text-align: center;
  margin: 0 auto;
}

.vorschau-webseite-button img{
  width: 30px;
  margin-right: 30px;
}

.vorschau-website-bild{
  width: 267px;
  margin-bottom: 20px;
}



.dropdown-menu.app-pflege{
  width: 250px;
}

.dropdown-menu.app-pflege.i0{
  left: -290px;
  z-index: 100;
}

.dropdown-menu.app-pflege.i1{
  left: -42px;
  z-index: 200;
}

.dropdown-menu.app-pflege.i2{
  width: auto;
  left: 206px;
  z-index: 100;
}

.dropdown-menu:not(.app-pflege){
  z-index: 9999;
}

.se-image-container{
  margin: 0 10px !important;
}

.video-icon{
  background-image: url(/images/video_icon.jpg);
  height: 90px;
  width: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.modal-content{
  overflow: hidden;
}


.modal-title{
  color: #fff !important;
}

.modal-header .close{
  font-size: 26px !important;
}

.modal-body p{
  margin: 20px 0;
}

.ansprechpartner-pflege{
  margin: 50px auto;
  max-width: 600px;
  text-align: left;
  padding: 30px 30px !important;
}

input[type=color]{
  padding: 0 !important;
  display: block;
}

input[type=file]{
  border-radius: 0 !important;
}

.hinweis-wrapper .panel-heading{
  background-color: #d9edf7 !important;
  border-color: #bce8f1 !important;
}

.hinweis-wrapper .glyphicon{
  top: 2px;
}

.panel-heading{
  border-radius: 15px;
  
}

.panel-heading>div[role="button"], .panel-heading{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.panel-heading[data-toggle]{
  cursor: pointer;
}

.panel{
  border: 0 !important;
  box-shadow: rgb(0 0 0 / 20%) 0px 3px 1px -2px, rgb(0 0 0 / 14%) 0px 2px 2px 0px, rgb(0 0 0 / 12%) 0px 1px 5px 0px;
  border-radius: 15px !important;
}

.panel-body{
  border-top: none !important;
}


.menue-left{
  width: 320px;
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}

.menue-left a, .menue-left .dropdown-toggle{
  padding: 7px 7px 7px 15px;
  font-weight: 500 !important;
  border-radius: 15px;
  display: flex;
  align-items: center;
}

.menue-left .dropdown{
  border-radius: 15px;
}

.menue-left a:hover, .menue-left .dropdown:hover{
  background-color: #f6f6f6;
}

.menue-left .card .active>a, .menue-left .dropdown.active{
  color: #fff !important;
}

.active .pfeil{
  border-left: 10px solid #fff;
}

.menue-left .glyphicon{
  font-size: 11px;
}

.menue-zwischenueberschrift{
  background-color: #494949;
  text-align: center;
  font-weight: 700;
  padding: 10px 5px !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  text-transform: uppercase;
  color: #fff;
}

.menue-left .divider{
  height: 1px;
  background-color: #ccc;
  padding: 0;
  margin: 3px 0;
}

.menue-left .card .menue-part>div.inactive, .menue-left .card .menue-part li.inactive{
  opacity: 0.6;
}

.menue-left .card .menue-part>div:not(.inactive) .inactive-text{
  display: none;
}
.inactive-text{
  margin-left: 5px;
}

.menue-left .card .menue-part .inactive.dauerhaft-deaktiviert{
  display: none;
}

.container-outer{
  width: 1675px;
}

#content{
  padding-bottom: 50px;
}


#empfaenger .material-icons{
  color: red;
}

#empfaenger-hinzufuegen .material-icons{
  color: green;
}

.nl-hinweis-icon{
  padding: 10px 50px 10px 10px;
  top: -7px !important;
  left: -10px;
}

.nl-hinweis-icon-wrapper{
  margin-bottom: -5px;
}

.empfaenger-row.abgemeldet{
  opacity: 0.5;
}

.newstext-suneditor a{
  text-decoration: underline !important;
  color: #333 !important;
}

.sub-menue{
  display: flex;
}

.sub-menue-col{
  padding: 10px;
  text-align: center;
  width: 100%;
  border-left: 1px solid #ccc;
}

.sub-menue-col:first-child{
  border: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.sub-menue-col:last-child{
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.sub-menue-col.active{
  color: #fff;
  /*border-radius: 15px;*/
}

.sub-sub-menue{
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.sub-sub-menue .sub-menue-col{
  padding: 7px 10px;
}

.sub-sub-menue .sub-menue-col:first-child{
  border-top-left-radius: 0;
}

.sub-sub-menue .sub-menue-col:last-child{
  border-top-right-radius: 0;
}

.sub-menue.with-sub-sub-menue-left{
  border-bottom-left-radius: 0;
}

.sub-menue.with-sub-sub-menue-left .sub-menue-col:first-child{
  border-bottom-left-radius: 0;
}

.sub-menue.with-sub-sub-menue-right{
  border-bottom-right-radius: 0;
}

.sub-menue.with-sub-sub-menue-right .sub-menue-col:first-child{
  border-bottom-right-radius: 0;
}

.platzbuchung-season-schalter{
  width: 75%;
  background-color: #fff;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  position: relative;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 42px;
}

.pb-season-schalter-folgediv{
  z-index: 2;
  position: relative;
  border-top-right-radius: 0 !important;
}

.platzbuchung-season-schalter-title{
  font-size: 16px;
  font-weight: 800;
  margin-right: 10px;
}

.platzbuchung-season-schalter select{
  padding: 3px 12px;
  height: 28px;
}

.input-einheit{
  position: absolute;
  right: 0;
  top: 31px;
  font-weight: 400;
  font-size: 16px;
}

.input-einheit.nolabel{
  top: 7px;
}

.input-einheit-75{
  position: absolute;
  left: 95px;
  top: 31px;
  font-weight: 400;
  font-size: 16px;
}

.bs_splitt_delete{
  margin-top: 3px;
}

.bs_splitt_border{
  width: 450px;
  float: left;
}

.as_title{
  margin: -15px 0 -30px 0;
  text-align: center;
}

.nopaginatoin .gs-pagination{
  display: none;
}

.mitgliederklickliste-input{
  top: -5px;
  position: relative;
}

#turnierkalender_anmeldelinks>div:first-child .glyphicon{
  display: none;
}

.galerie-img{
  width: calc(12.5% - 10px);
  margin: 5px;
}

.galerie-img .galerie-img-wrapper{
  display: block;
  width: 100%;
  height: 130px;
  text-align: center;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.galerie-img .galerie-img-wrapper img{
  max-width: 100%;
  max-height: 100%;
}

.galerie-imgs-wrapper{
  display: flex;
  flex-wrap: wrap;
}

.gruppen-select{
  width: 100% !important;
}

.gruppen-select-untergruppe{
  font-size: 16px !important;
  margin-right: 5px !important;
  display: inline-block;
  position: relative;
  top: 2px;
}

.filter-option-inner-inner .gruppen-select-untergruppe{
  display: none;
}

.weiteres-mitglied-anlegen-button{
  float: right;
  position: relative;
  top: -7px;
}

.titelbilder-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}

.titelbild-col{
  width: 30%;
  position: relative;
  display: flex;
  align-items: end;
  margin-bottom: 10px;
}

.titelbild-col img{
  width: 100%;
}

.titelbild-delete{
  position: absolute;
  padding: 4px;
  right: 2px;
  bottom: 2px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px; 
  border-radius: 50px;
}

.titelbild-delete .material-icons{
  font-size: 20px;
}

.nowrap3{
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


@media (max-width: 767px) {
  .app-title{
    display: block;
    margin-bottom: 5px;
  }

  .galerie-img{
    width: calc(33.3333% - 10px);
  }

  .galerie-img .delete-icon{
    margin-left: 0 !important;
  }

  /*.paginationImage{
    display: none;
  }
  .gs-table-head th:first-child:has(:empty){
    display: none;
  }*/
  .gs-table-body td:has(.pagination-hidden-xs){
    display: none;
  }
  .gs-table-head th:has(.gs-button>span.pagination-hidden-xs){
    display: none;
  }

  .se-btn[data-command="hiliteColor"],
  .se-btn[data-command="removeFormat"],
  .se-btn[data-command="SUP"],
  .se-btn[data-command="SUB"],
  .se-btn[data-command="strike"],
  .se-btn[data-command="italic"],
  .se-btn[data-command="horizontalRule"],
  .se-btn[data-command="lineHeight"],
  .se-btn[data-command="table"],
  .se-btn[data-command="showBlocks"],
  .se-btn[data-command="codeView"],
  .se-btn[data-command="SE_customPluginPaste"],
  .se-btn[data-command="formatBlock"]
  {
    display: none;
  }

  .se-wrapper-wysiwyg{
    height: 300px !important;
  }

  .pagination-buttons:not(.app-nowrap){
    display: flex;
    flex-wrap: wrap;
    width: 24px;
  }
  .pagination-buttons:not(.app-nowrap)>*{
    margin: 0 !important;
  }
  .pagination-buttons:not(.app-nowrap) .v-hidden{
    display: none;
  }

  .title{
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .title .app-title{
    flex-grow: 1;
  }
}

.platzbuchung_statistik_plaetze_wrapper{
  max-width: 500px;
  margin: 0 auto;
}

.democode-wrapper{
  border: 1px solid #8a0000;
  background-color: #fff;
  border-radius: 10px;
  margin: 10px 0 0 130px;
  padding: 20px;
}

button .lds-rolling, .btn .lds-rolling{
  width: 27px;
  margin: -3.5px 20px;
}

.selectpicker-default-black .bootstrap-select>.dropdown-toggle.bs-placeholder{
  color: #333;
}

.bootstrap-select{
  width: 100% !important;
}

.bootstrap-select:not(.w-100){
  max-width: 400px;
}

#footer{
  width: 100% !important;
  min-width: 1280px;
}

.footer-inner{
  display: flex;
  width: 100%;
  color: #fff;
  padding: 50px 50px 100px 50px;
}

.footer-1{
  width: 25%;
}

.footer-2{
  width: 55%;
}

.footer-3{
  width: 20%;
}

.footer-3 .btn{
  width: 105px;
}

.ansprechpartner{
  padding: 0 50px;
}

.btn{
  border-radius: 50px;
  padding: 6px 25px;
  outline: 0 !important;
  outline-offset: 0 !important;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.btn-sm{
  padding: 4px 20px;
}

.btn.only-icon{
  padding: 6px 6px;
}

.btn-sm.only-icon{
  padding: 4px 4px;
}

.btn-default:not(.dropdown-toggle){
  background-color: #f4f4f4;
  transition: background-color 0.3s;
}

.btn-default:not(.dropdown-toggle):hover{
  background-color: #efefef;
}

.btn-lg{
  padding: 15px 40px;
}

.footer-janine{
  border-radius: 1000px;
  width: 120px;
  margin-right: 50px;
}

.footer-1{
  display: flex;
  align-items: center;
}

.footer-1 img{
  width: 150px;
  filter: brightness(100);
}

.footer-3{
  display: flex;
  align-items: flex-end;
  justify-content: end;
}

.config-allgemein-card{
  width: calc(50% - 20px);
  margin-bottom: 40px;
}

.config-allgemein-card label{
  line-height: 1.2;
}

.config-allgemein-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.baukasten-website .config-allgemein-card{
  width: calc(30% - 20px);
}

.config-website-vorschau-wrapper{
  width: calc(40% - 20px);
  text-align: center;
}

input[type=color]{
  width: 30px;
  height: 30px;
  border: 1px solid #555;
}

input[type=color]::-webkit-color-swatch{
  border: none;
  border-radius: 500px;
  padding: 0;
}

input[type=color]::-webkit-color-swatch-wrapper {
  border: none;
  border-radius: 500px;
  padding: 0;
}

input[type=color]::-moz-color-swatch {
  border: none;
  border-radius: 500px;
  padding: 0;
}

.file-edit-wrapper{
  display: flex;
}

.file-edit-button{
  padding: 5px;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
  position: relative;
}

.file-edit-button .material-icons{
  font-size: 20px;
}

.file-edit-button input{
  width: 33px;
  height: 33px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.file-button-badge, .badge-top{
  width: 17px;
  height: 17px;
  border-radius: 100px;
  position: absolute;
  top: -8px;
  right: -8px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  display: none;
}

.file-edit-button.file-selected .file-button-badge, .badge-top{
  display: block;
}

.config-logo{
  max-width: 100px;
  margin-right: 15px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  border-radius: 15px;
}

.material-switch > input[type="checkbox"] {
  display: none;   
}

.material-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative; 
  width: 40px;  
}

.material-switch > label::before {
  background: rgb(0, 0, 0);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: '';
  height: 16px;
  margin-top: -8px;
  position:absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px;
}
.material-switch > label::after {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: '';
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
  background: inherit;
  opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
  background: inherit;
  left: 20px;
}

.config-headerfooter-subtitle{
  font-size: 12px;
  font-weight: 600;
}

.range-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.range-wrapper input{
  margin-right: 10px;
  width: calc(100% - 42px);
}

.range-label{
  width: 32px;
  display: block;
}


input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
}
input[type="range"]::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.config-demo-qrcode-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}

.config-title, .sub-title{
  font-weight: 800;
  font-size: 20px;
  padding: 3px 50px;
  display: inline-block;
  margin-bottom: 20px;
  border-bottom: 2px solid;
}

.sub-title{
  font-size: 16px;
}

.config-aktiv-inaktiv-title{
  font-weight: 900;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  color: #97BF0D;
}

.config-aktiv-inaktiv-title.inaktiv{
  color: #e00000;
}

.baukasten-row{
  margin-bottom: 17px;
  align-items: center;
}

.baukasten-row-inner{
  display: flex;
  align-items: center;
}

.baukasten-row.child{
  height: 42px;
  min-height: auto;
  box-shadow: none;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0;
}

.baukasten-childs-wrapper{
  width: 100%;
  position: relative;
  z-index: 0;
}

.baukasten-row.parent .baukasten-row-inner{
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  position: relative;
  z-index: 2;
  border-radius: 15px;
}

.baukasten-row.child .baukasten-row-inner{
  box-shadow: none;
}

.baukasten-row.child .btn-group .btn{
  padding: 1px 15px;
}

.baukasten-row, .baukasten-row-icon, .baukasten-row-menue-sort, .baukasten-row-kosten{
  min-height: 70px;
}

.baukasten-row.child .baukasten-row-icon, .baukasten-row.child .baukasten-row-menue-sort, .baukasten-row.child .baukasten-row-kosten{
  min-height: auto;
  height: 40px;
}

.baukasten-row.child .baukasten-row-kosten{
  margin-top: 1px;
  border-radius: 0;
}

.baukasten-row.parent .baukasten-row-kosten{
  border-bottom-right-radius: 0;
}

.baukasten-row.child:last-child{
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.baukasten-row.child:last-child .baukasten-row-kosten{
  margin-top: 2px;
  border-bottom-right-radius: 15px;
}

.baukasten-row.child:first-child{
  padding-top: 1px;
  height: 43px;
}

.baukasten-row input[type="text"], .baukasten-row select, .baukasten-row .dropdown-toggle{
  padding: 4px 12px;
  height: 28px;
  font-size: 13px;
}

.baukasten-row .dropdown-toggle .caret{
  right: auto;
}

.baukasten-row select{
  width: 135px;
}

.baukasten-row-bezeichnungen input{
  height: 26px !important;
}

.baukasten-row-icon{
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  position: relative;
}

.baukasten-row-icon img{
  height: 30px;
  z-index: 2;
}

.baukasten-row-bezeichnung{
  width: 19%;
  padding-left: 15px;
}

.baukasten-row-schatten{
  background-color: rgba(0,0,0,0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.baukasten-row-bezeichnung span{
  font-weight: 700;
  font-size: 14px;
}

.baukasten-row-bezeichnungen{
  width: 20%;
  padding: 0 15px; 
}

.baukasten-row-bezeichnungen input::placeholder {
  opacity: 0.6;
}

.baukasten-row-bezeichnungen input::-ms-input-placeholder {
  opacity: 0.6;
}

.baukasten-row-aktiv-inaktiv-details{
  width: 23%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.baukasten-row-menue-sort{
  width: 20%;
  display: flex;
  align-items: center;
  background-color: #F0F0F0;
}

.child .baukasten-row-menue-sort .form-control{
  margin-top: 0 !important;
}

.baukasten-row-kosten{
  width: 8%;
  background-color: #3d3d3d;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 12px;
}

.baukasten-row-kosten-einmalig{
  font-size: 17px;
}

.baukasten-row.child .baukasten-row-kosten{
  font-size: 12px;
}

.baukasten-row.child .baukasten-row-kosten-einmalig{
  font-size: 15px;
}

.baukasten-row-sort{
  text-align: center;
  margin-left: 25px;
  width: 60px;
}

.baukasten-row-menue{
  text-align: center;
  margin-left: 25px;
}

.baukasten-website .baukasten-row-menue{
  margin-left: 17px;
}

.baukasten-row-sort input{
  width: 45px !important;
  margin: 0 auto;
  margin-top: 5px;
  text-align: center;
}

.baukasten-row-menue .dropdown{
  width: 100px !important;
  margin-top: 5px;
}

.btn-group .btn-on:not(:last-child){
  margin-right: 5px;
}

.btn-on, .btn-off{
  box-shadow: none !important;
  border-radius: 15px !important;
  border: none !important;
  background-color: transparent !important;
  border: 1px solid transparent !important;
  padding: 2px 15px;
}

.startseite-schwarz-weiss-wrapper .btn-on, .startseite-schwarz-weiss-wrapper .btn-off{
  padding: 2px 10px;
}

.btn-on:hover, .btn-off:hover{
  background-color: #d4d4d4 !important;
}

.btn-off.active{
  border: 1px solid #ca0000 !important;
  color: #ca0000 !important;
  font-weight: 500;
}

.btn-on.active, .btn-off.radio-green.active{
  border: 1px solid #97BF0D !important;
  color: #97BF0D !important;
  font-weight: 500;
}

.btn-group-toggle{
  background-color: #F0F0F0;
  border-radius: 15px;
  padding: 2px;
}

.input-sm .dropdown-toggle, .btn-sm.dropdown-toggle{
  padding: 4px 12px;
}

.dropdown.input-sm{
  padding: 0;
}

.baukasten-indi-bezeichnung{
  width: 60%;
  font-weight: 600;
}

.baukasten-indi-input{
  width: 40%;
  padding-left: 50px;
}

.baukasten-inid{
  width: 700px;
  margin: 0 auto;
}

.baukasten-indi-row{
  display: flex;
  align-items: center;
  height: 50px;
}

.platzbuchung-statistik-plaetze-filter{
  width: 100% !important; 
}

.menue-part.i1{
  background-color: #F0F0F0;
}

.menue-part:last-child{
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.alert{
  border-radius: 15px;
}

table.noborder, table.noborder td, table.noborder tr{
  border: none !important;
}

.vorschau-title{
  position: absolute;
  left: 235px;
}

.config-allgemein-header-footer-left{
  width: 55%;
}

.config-allgemein-header-footer-right{
  width: 45%;
}

.caret {
  border: solid #555 !important;
  border-width: 0 2px 2px 0 !important;
  display: inline-block;
  padding: 2.5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.caret.white, .active .caret{
  border-color: #fff !important;
}

.module{
  padding-top: 80px;
}

.module-title-wrapper{
  height: 120px;
  margin-bottom: -45px;
}

.module-title{
  text-align: center;
  position: fixed;
  bottom: -50px;
  width: 440px;
  height: 120px;
  left: calc(50% - 220px);
  margin: 0 auto;
  z-index: 99999999;
}

.module-title .config-title{
  border: 0 !important;
  color: #fff;
  margin: 0 !important;
  padding: 0 !important;
  transition: color 0.3s;
}

.module-title .material-icons{
  font-size: 28px;
  opacity: 1;
  transition: opacity 0.3s;
}

.module-title-inner{
  color: #fff !important;
  padding: 0 20px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 2px solid;
  transition: background-color 0.3s, border-radius 0.5s;
}

.module-title-inner-fixed{
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}

.module-title-inner-fixed .material-icons{
  color: #fff;
}

.module-title-inner-not-fixed{
  border-radius: 0;
}

.config-speichern-button{
  height: 40px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  z-index: 100;
  font-weight: 600;
  margin-left: 97px;
}

.config-speichern-button img{
  width: 22px;
  margin-right: 10px;
}

.config-speichern-button-fixed{
  /*position: fixed;
  right: calc(50% - 75px);
  bottom: -45px;*/
  margin: 0 auto;
  margin-top: 40px;
  font-size: 16px;
  height: 45px;
  width: 170px;
}

.import_export_button img{
  height: 15px;
}

.website-allgemein-config-titels{
  display: flex;
  justify-content: center;
}

.website-allgemein-config-titels .title1{
  width: 60%;
  text-align: center;
}

.website-allgemein-config-titels .title2{
  width: 40%;
  text-align: center;
}


/* Für Chrome, Safari, Edge */
input[type="time"].no-nativ-timepicker::-webkit-calendar-picker-indicator {
  display: none;
}

/* Für Firefox */
input[type="time"].no-nativ-timepicker {
  -moz-appearance: textfield;
}

/* Optional: Entfernt die Auf- und Ab-Pfeile */
input[type="time"].no-nativ-timepicker::-webkit-inner-spin-button {
  display: none;
}

#individuelles_css, #individuelles_js{
  overflow: auto;
  white-space: nowrap;
}

.no-opacity{
  opacity: 1 !important;
  color: #333 !important;
}

.kostenvoranschlag-monatskosten .panel-group{
  width: 450px;
  margin: 0 auto;
}

.table-monatskosten tr td:last-child{
  text-align: right;
}

.kostenvoranschlag-wrapper{
  width: 560px;
  padding-bottom: 20px;
}

.kostenvoranschlag-wrapper table{
  width: 450px;
}

.kostenvoranschlag-wrapper>.p-15{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.kostenvoranschlag-wrapper .panel-body::before, .kostenvoranschlag-wrapper .panel-body::after{
  content: "";
  display: none;
}

.kostenvoranschlag-wrapper td{
  padding: 5px 5px 0 5px;
}

.kostenvoranschlag-wrapper td:last-child{
  text-align: right;
}

.sub-menue-platzbuchung .sub-menue-col:last-child, .sub-menue-platzbuchung{
  border-top-right-radius: 0px;
}

.inputMeldung{
  font-size: 12px;
  padding: 0 14px;
}

.inputMeldung.danger{
  color: #a94442;
}

.form-group:not(.has-error) .glyphicon-remove{
  display: none;
}

.form-group:not(.has-error) .form-control{
  padding-right: 12px;
}

input:invalid, select:invalid, textarea:invalid {
  scroll-margin-top: 120px; /* Höhe des Menüs + etwas Abstand */
}

.arbeitseinsatz-anmeldung-row{
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.arbeitseinsatz-anmeldung-row:last-child{
  border: none;
}

.info-icon{
  font-size: 20px;
}

.dropdown-toggle{
  display: flex !important;
  align-items: center !important;
  background-color: transparent !important;
}

.dropdown-toggle .material-icons{
  font-size: 18px !important;
  color: #FFF !important;
}

.dropdown-toggle .caret, .btn .caret{
  position: relative;
  top: -2px;
  right: -10px;
  margin-left: auto;
}

.bootstrap-select .dropdown-toggle{
  padding: 6px 12px;
}

.bootstrap-select .dropdown-toggle .caret{
  right: 0px;
}

.menue-left .dropdown-toggle .caret{
  margin-right: 7px;
  right: auto;
}

.menue-left .badge{
  margin-left: auto;
}

.menue-left-sub a, .menue-left-sub .dropdown-toggle{
  padding-left: 5px;
}

.menue-left .material-icons.trenner{
  font-size: 18px;
}

.dropdown-menu a{
  display: flex !important;
  align-items: center !important;
}

.dropdown-menu a .material-icons{
  font-size: 18px;
  margin-right: 10px;
}

.modal-footer{
  display: flex;
  justify-content: flex-end;
}

.dropdown:not(.bootstrap-select) .dropdown-menu>li>a{
  padding: 5px 20px;
}

.voe-status-title{
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 30px;
  text-align: center;
}

.voe-status{
  width: 100%;
  display: flex;
}

.voe-status-col{
  flex: 1;
  position: relative;
  text-align: center;
  font-weight: 800;
  font-size: 16px;
}

.voe-status-icon{
  border: 2px solid #bbb;
  border-radius: 15px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 1px -2px, rgba(0, 0, 0, 0.04) 0px 2px 2px 0px, rgba(0, 0, 0, 0.02) 0px 1px 5px 0px;
}

.voe-status-icon .material-icons{
  font-size: 26px;
}

.voe-status-col.ready .material-icons{
  color: #fff;
}

.voe-status-col.ready.process .voe-status-icon{
  padding: 2px;
  background-clip: content-box;
  border-color: #bbb !important;
}

.voe-status-process-bar{
  height: 3px;
  background-color: #bbb;
  position: absolute;
  width: calc(100% - 60px - 12px);
  right: calc(-50% + 30px + 6px);
  top: 49px;
}

.voe-status-process-bar-inner{
  width: 0px;
  height: 100%;
}

.voe-status-col.ready .voe-status-process-bar-inner{
  width: 100%;
}

.voe-status-col.ready.process .voe-status-process-bar-inner{
  width: 0px;
}

.voe-beauftragen{
  margin-top: 100px;
}

.voe-title{
  font-weight: 800;
  font-size: 16px;
  padding: 12px 20px;
  border-radius: 15px;
  color: #fff;
  z-index: 1;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 1px -2px, rgba(0, 0, 0, 0.04) 0px 2px 2px 0px, rgba(0, 0, 0, 0.02) 0px 1px 5px 0px;
}

.voe-title.inactive{
  background-color: #bbb;
}

.voe-beauftragen-col{
  background-color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  width: calc(50% - 15px);
  position: relative;
  top: -20px;
  padding-top: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 1px -2px, rgba(0, 0, 0, 0.04) 0px 2px 2px 0px, rgba(0, 0, 0, 0.02) 0px 1px 5px 0px;
  cursor: pointer;
  overflow: hidden;
}

.voe-beauftragen-col:has(input:not(:checked)) {
  opacity: 0.5;
}

.voe-beauftragen-col-inner{
  width: 300px;
  margin: 50px auto;
}

.voe-beauftragen-col.voe-beauftragt{
  pointer-events: none;
  opacity: 1 !important;
}

.voe-beauftragt-schild{
  display: none;
}

.voe-beauftragen-col.voe-beauftragt .voe-beauftragt-schild{
  display: flex;
  position: absolute;
  width: calc(100% + 100px);
  color: #fff;
  font-size: 25px;
  text-align: center;
  opacity: 0.4;
  transform: rotate(-20deg);
  top: calc(50% - 30px);
  height: 60px;
  left: -50px;
  align-items: center;
  justify-content: center;
}

.voe-beauftragen-col.voe-beauftragt input{
  visibility: hidden;
}

.voe-beauftragen-inner{
  display: flex;
  justify-content: space-between;
}

input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 19px;
  height: 19px;
  border: 2px solid;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  margin: 0;
  outline: 0 !important;
  top: -1px;
  border-radius: 5px !important;
}

input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 19px;
  height: 19px;
  border: 2px solid;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  margin: 0;
  outline: 0 !important;
  top: -1px;
  border-radius: 50% !important; /* Kreis statt eckig */
}

input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}


.dropdown-toggle, .bootstrap-select{
  box-shadow: none !important;
  outline: none !important;
}

.voe-beauftragen-row1{
  display: flex !important;
  align-items: center;
}

.voe-beauftragen-row1 .material-icons{
  margin: 0 20px 0 40px;
  font-size: 40px;
}

.voe-beauftragen-col-title{
  font-weight: 800;
  font-size: 30px;
}

.voe-beauftragen-kosten{
  display: flex;
  justify-content: space-between;
  line-height: 1.8;
  margin-top: 30px;
  font-weight: 700;
}

.voe-infos{
  margin-top: 100px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 1px -2px, rgba(0, 0, 0, 0.04) 0px 2px 2px 0px, rgba(0, 0, 0, 0.02) 0px 1px 5px 0px;
}

.voe-infos .panel-heading, .panel-heading-white{
  color: #555;
  background-color: transparent !important;
  border: none !important;
  font-weight: 800;
  font-size: 16px;
  transition: all 0.5s;
}

.voe-infos .panel-heading:not(.collapsed), .panel-heading-white:not(.collapsed){
  background-color: #f3f3f3 !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 1px -2px, rgba(0, 0, 0, 0.04) 0px 2px 2px 0px, rgba(0, 0, 0, 0.02) 0px 1px 5px 0px;
}

@media print {
  .navbar {
    display: none;
  }
  body{
    padding-top: 0px;
  }
  .kva_dnone, #footer{
    display: none !important;
  }
  .kostenvoranschlag-wrapper{
    border: 1px solid #000;
    width: 480px;
  }
  .container{
    width: 1050px !important;
  }
}

.pflege-startseite-pfeil{
  font-size: 100px !important;
  position: absolute;
  left: 24px;
  top: -46px;
  transform: rotate(-25deg);
}

.logo-control-center{
  background-color: #494949;
  color: #fff;
  font-weight: 500;
  font-size: 11px;
  border-radius: 15px;
  line-height: 1.5;
  position: absolute;
  bottom: -11px;
  height: 22px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menue-logo{
  max-width: 140px;
  max-height: 45px;
  margin-bottom: 10px;
}

.ub-row{
  margin: 0;
  margin-bottom: 10px;
}

.ub-row .panel-heading{
  font-weight: 500;
  font-size: 14px;
  padding: 5px 10px;
}

.ub-logo{
  width: 40px;
  overflow: hidden;
  height: 30px;
  display: flex;
  align-items: center;
}

.ub-logo img{
  max-height: 30px;
  max-width: 30px;
}

.ub-name{
  margin-left: 10px;
}

.ub-row .loading-ctn{
  display: flex;
  align-items: center;
}

.ub-row .loading-ctn svg{
  height: 25px;
}

.ub-row .loading-ctn circle{
  stroke: #1B9E43;
}

.ub-acc-auffueller{
  width: 100%;
  height: 30px;
  cursor: pointer;
}

.ub-subtitle{
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
  cursor: pointer;
}

.ub-trello-icon{
  width: 24px;
}

a[onclick]{
  cursor: pointer;
}

.detail-admin-menue .material-icons{
  transition: 0.5s;
}