footer strong {
  font-size: 32px;
	margin-bottom: 18px;
	display: block;

}

footer {
  margin-top: 148px;
}
.footer-content2 a img{
  height: 100%;      
  width: auto;       
  display: block;
	margin-right: 43px;

}

.footer-content2 a{
  color: var(--wws-hellgruen);text-decoration:none;	
  display: inline-block; 
  height: 55px;
  transition:0.2s ease;
}

footer a:hover {
  transform: scale(1.05);
}


.footer-content2 .both{
padding-top: 27px;
  padding-bottom: 66px
}

.footer-content2{ background-color: var(--wws-dunkelgruen);}
.footer-content2 .both{
display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  height: 230px;

  color: var(--wws-hellgruen);
	max-width: 1618px;
	width: 95%;
	margin: 0 auto;
}


.right-inner strong {
  margin-left: 20px;
  font-size: 26px;
  margin-bottom: 0px;
	
	margin-top: 10px;
}

.right {
  flex: 1;
  position: relative;
}

.right-inner {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 1rem;
  padding: 10px;
}

.left,
.right {
  width: 50%; 
}


.footer-content {
border-top: solid 20px var(--wws-hellgruen);

  padding-top: 46px;
  border-bottom: solid 83px var(--wws-hellgruen);
  padding-bottom: 60px;
}
/*-----------------------LOGOS-------------------*/

.logobalken {
  display: flex;
  flex-direction: row;
  gap: 1%;
  width: 95%;
  margin: 0 auto;
  max-width: 1618px;
}

.balken1, .balken2 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* Neue Gewichtung */
.balken1 {
  flex: 0 0 40%;
}

.balken2 {
  flex: 0 0 60%;
}



.logozeile {
  display: flex;
  gap: 1rem;
  width: 95%;
align-items: center;
}


.logozeile a {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
	 transition:0.2s ease;
}

.logozeile img {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
}






/*----------Responsiv Ü ----------*/


@media (max-width: 575.98px) {
.logobalken {    flex-direction: column;    gap: 2rem;  }
	footer strong {  font-size: 24px;	}
	.balken2 .logozeile {display: grid;  grid-template-columns: repeat(2, 1fr);}
  
	.footer-content2 .both { padding-bottom: 10px; gap:0; flex-direction: column;}
	.right-inner strong {  font-size: 21px;margin-left:0px}
	  .left {    width: 100%;    justify-content: center;    display: flex;    margin-bottom: 50px;    margin-top: 5px;  }
	.left, .right {  width: 100%;}
	.footer-content2 a img {  margin-right: 0px; margin-left:5px}
	.left strong{margin-right:5px;margin-bottom: 0px; margin-top: 6px;}
	.right-inner {  position: relative; bottom: unset;  right: unset;  display: flex;  gap: 1rem;  padding: 10px;  justify-content: center;}
	
	
}


@media (min-width: 576px) and (max-width: 767.98px) {
.logobalken {    flex-direction: column;    gap: 2rem;  }
	footer strong {  font-size: 24px;	}
	.balken1 .logozeile  {  width: 65%;}
	.balken2 .logozeile  {  width: 100%;}
}
	
@media (min-width: 768px) and (max-width: 991.98px) {
   .logobalken {    flex-direction: column;    gap: 2rem;  }
	footer strong {  font-size: 24px;	}
	.balken1 .logozeile  {  width: 65%;}
	.balken2 .logozeile  {  width: 100%;}
}


@media (min-width: 992px) and (max-width: 1199.98px) {
footer strong {  font-size: 20px;	}
}


@media (min-width: 1200px) and (max-width: 1399.98px) {

	footer strong {  font-size: 24px;	}
}

