body {
    font-family:Arial, Helvetica, sans-serif;
    overflow-x:hidden;
    overflow-y:scroll;
    width:100%;
    height:100%;
    min-height: 100%;
    min-width: 100%;
    top:0;
    margin:0;
}

.shadow-img-new {
          -webkit-box-shadow: 10px 10px 14px 2px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 14px 2px rgba(0,0,0,0.75);
box-shadow: 10px 10px 14px 2px rgba(0,0,0,0.75);
          }
          
          
          .flag_width {
           width: 100px;
          } 
          
          
             .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
      
      .checkbox_size {
          font-size:20px;
          height:20px;
          width:20px;
         padding-top:2px;
      }


.label_checked{  
    font-size:20px;
    text-decoration: line-through;
}
.label_unchecked{  
    font-size:20px;
  
}


 .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}



.halbjahr {
    position:absolute; 
    top:30px; 
    right:5px; 
    height:20px;
    color:#000;
}

.halbjahr_modify {
    font-size: 10px; 
    height:12px; 
    width:11px;
    color:#000;
}

.halbjahr_modify a, .halbjahr_modify a:active, .halbjahr_modify a:link {
    font-size: 10px; 
    height:12px; 
    width:11px;
    color:#000;
}