/*-----------------------------Post-Header---------------------*/
.post-header {
display: flex;
  gap: 2rem;
  background-color: var(--wws-hellgruen);
  height: 150px;
  padding: 2rem;
  color: white;
	  align-items: center;        
justify-content: space-between;
	  padding: 0 10%;
}

.post-header .img-wrapper {
  position: relative;
width: 500px;
  height: 300px;
  flex-shrink: 0;
}

/*
.post-header .img-wrapper::before {
  content: '';
  position: absolute;
top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: white; 
  clip-path: polygon(6px 4px, 97.4% 4px, 93.86% 93.24%, 8.98% 92.59%);
  z-index: 1;
}
*/

.post-header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.2s ease;
  z-index: 2;
	
}
/*
.post-header img:hover {
  transform-origin: top right;
  transform: scale(2);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	border:10px solid white;
}
*/


.post-header h2 {
  font-size: 2.5rem;
  margin: 0;
background-color: white;
  padding: 10px 20px;
  clip-path: polygon(2px 4px, 98.72% 2px, 99.82% 93.24%, 0.98% 91.18%);
	color:var(--wws-dunkelgruen);

}


/*-----------------------------TEXT-BLÖCKE---------------------*/
.text-block1 em {
  font-weight: 100;
  font-size: 30px;align-content
}

.text-block1 {
  width: 90%;
  padding: 3% 3%;
  max-width: 1100px;
  margin-left: 7%;
  text-align: left;
}

.text-block2 {
  width: 100%;
  padding: 3% 3% 1.5% 3%;
  max-width: 1410px;
  margin: 0 auto;
  text-align: center;
}




.text-block p, .text-block a{
 font-size: 25px;
  font-family: Source Sans Pro;
  font-weight: 600;
  letter-spacing: 0.020em;
  line-height: 143%;
 text-decoration: none;
 
	transition:0.1s;
}
.text-block p{ color: var(--wws-dunkelgruen);}
.text-block a strong{color:var(--wws-tuerkis);}
.text-block a {font-weight:bold;color: var(--wws-dunkelgruen);}

.text-block a strong:hover, .text-block a:hover{
color: var(--wws-dunkelrot);
}


.text-block strong {
  font-family: Misrow;
  font-weight: normal;
  font-size: 36px;
  letter-spacing: 1.7px;
}

/*-----------------------------TEXT-BLÖCKE2---------------------*/
.text-block h4 {
  font-size: 43px;
  margin-top: 50px;
  margin-left: 44px;
  letter-spacing: 3px;
  font-weight: normal;
  margin-bottom: 0px;
}

.text-block h4 + p {
margin-top: 13px;
  margin-bottom: 0px
}



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


@media (max-width: 575.98px) {
	#primary {  margin-top: 230px;}
	.post-header {height:110px;padding: 4%;}
	.post-header h2 { z-index:1; font-size: 30px;}
	.text-block p, .text-block a, .text-block strong { font-size: 18px;}
		.text-block h4 {font-size: 24px;}
		.post-header .img-wrapper {z-index:0;  width: 280px;    height: 196px;    position: absolute;   top: 176px;    right: 0px;    overflow: hidden;}
	.post-header img { left: 50px;}
	.text-block{overflow-wrap: break-word;}

	
}


@media (min-width: 576px) and (max-width: 767.98px) {
	#primary {  margin-top: 280px;}	
		.post-header .img-wrapper {  width: 280px;height: 196px;}

	.post-header {height: 80px;padding: 4%;padding-left: 10%;}
	.post-header h2 {  font-size: 26px;}
	.text-block p, .text-block a, .text-block strong { font-size: 18px;}
	.text-block h4 {font-size: 24px;}
.text-block{overflow-wrap: break-word;}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	#primary {  margin-top: 280px;}
	.post-header .img-wrapper {  width: 280px;}
	.post-header { height: 104px;padding: 4%;padding-left: 10%;}
	.post-header h2 {  font-size: 34px;}
		.text-block p, .text-block a, .text-block strong { font-size: 25px;}
	  .text-block h4 {font-size: 38px;}
.text-block{overflow-wrap: break-word;}

}

@media (min-width: 992px) and (max-width: 1199.98px) {

	.post-header {height: 214px;}
	.post-header h2 {  font-size: 34px;}

	
}


@media (min-width: 1200px) and (max-width: 1399.98px) {
	
	
	.post-header h2 {  font-size: 38px;}

	
}
	
/*-------------------KORREKTUREN-------------------*/
	#primary{margin-bottom: -50px;}