/* body {
  color: black;
  font-family: arial;
  font-size: 14px;
  } 
  
20190926 - Überarbeitung CSS Fieldset  
20191008 - Überarbeitung, Extration aus anderen Dateien
  
  */

 body {
        font-family: 'arial';
        font-size: 14px;
        color: #1C1C1C;
            
      }
        
 /* Customize the label (the container) */
.container {
/*  display: block; */
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #BDBDBD;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ffffff;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 

.inpfeld {
        border: 0px;
        background-color: #BDBDBD;
        border-radius: 6px;
        color: #1C1C1C;
        font-family: 'arial';
        font-size: 16px;
        font-weight: bold;
        padding: 5px;
	margin: 3px;
      }
      
.inpfeld:hover {
        background-color: #A4A4A4;
        color: #1C1C1C;
      }

  
.knopf {
  border: 2px;
  border-color: grey;
  font-family: arial;
  font-size: 20px;
  background: grey;
  color: white;
  text-decoration: none; 
  }
  
.knopf:hover {
  border: 2px;
  border-color: white;
  font-family: arial;
  font-size: 20px;
  background: white;
  color: grey;
  }

.input {
  border: 0px;
  background-color: white;
  color : #5e8bbd;
  }

.legende {
  background: #E6E6E6;
  padding: 3px;
  border-radius: 3px;
  font-family: arial;
  font-size: 18px;
  font-weight: bold;
  }
      
.feldinhalt {
  background: #f2f2f2;
  border: 0px;
  border-radius: 3px;
  } 

.text {
  font-family: arial;
  font-size: 16px;
  }

.textbold {
  font-family: arial;
  font-size: 16px;
  }
      
   
  
div.tabelle {
  display: table;
  border-collapse: collapse;
  width: 100%;
  border-spacing: 0.5em;
}

div.reihe {
  display: table-row;
}

div.zelle {
  display: table-cell;
  padding: 2px;
  vertical-align: middle;
}


#bclink:link, #bclink:visited, #bclink:active {
    text-decoration: none;
    color: white;
}


#bclink:hover {
    text-decoration: none;
    color: darkgrey;
}

#kasten {
    float: left;
    background-color:#708090;
    width: 100px; height: 100px;
    margin: 15px 15px 15px 15px; 
    color: #FFFFFF;
    font-family: arial; font-size: 16px; font-weight: bold; 
    border: 0px;
    border-radius: 7px;
    font-size: 14px;
}

#textkasten {
    position: relative;
	 top: 40px;    
    text-align: center;
}

#textkasten_zwei {
    position: relative;
    top: 33px;
    text-align: center;
}

#textkasten_drei {
    position: relative;
    top: 26px;
    text-align: center;
}

#textkasten_breit {
    position: relative;
    top: 10px;
    text-align: center;
}

#kasten:hover, #kasten_breit:hover, #kasten_klein:hover {
    border: 0px;
    color: #444444;
    box-shadow: 2px 2px 3px 3px grey;
    border: 0px;
    background-color:white;
}

#kasten_breit {
    float: left;
    background-color:#708090;
    width: 400px; height: 100px;
    margin: 15px 15px 15px 15px;
    color: #FFFFFF;
    font-family: arial; font-size: 16px; font-weight: bold; 
    border: 0px;
    border-radius: 7px;
}
