/*******************Boadstats****************************/

.foot_container {
  width: 1045px;
  margin: auto;
  background-color: #506258;
	border:5px solid #506258;
  padding: 20px;
  color: #454545;
  font-family: 'Inter';
}

.foot_oben {
  padding: 20px;
  display: flex;
  justify-content: space-around;
}

.foot_unten {
  padding: 20px;
  display: flex;
}


.foot_heading {
  font-family: 'Playfair Display';
  font-size: 25px;
  text-align: center;
}


.foot_box {
  border: 1px solid;
  border-color: var(--mittel);
	 background-color: var(--hell);
  padding: 20px;
  width: 33%;
}

.foot_box2 {
  border: 1px solid;
  border-color: var(--mittel);
	 background-color: var(--hell);
  padding: 20px;
  width: 33%;
}


.foot_legende {
  text-align: center;
}

/* ********************* */
/* ******************************** */
.abwesend {
  background-color: var(--hell);
  padding: 20px;
border: 1px solid;
  font-size: 10px;
  text-align: justify;
  box-sizing: border-box;
  width: 1010px;
  /*height: 140px;*/
  overflow: auto;
 margin-left:20px;
 /* position: relative;*/
	scrollbar-width: none;
	 &::-webkit-scrollbar {
        display: none;
    }
}

.abwesendtitle {
  font-family: 'Playfair Display';
  text-transform: uppercase;
  font-size: 30px;
  
  padding: 10px;
	
}

.abwesendtext {
  text-align: justify;
  padding: 10px;
  font-size: 12px;
  font-family: 'Playfair Display';
  font-weight: 500;
  font-style: normal;
  margin-top: -10px;
}


