.post-wrapper > * {
	width: 1200px;
	margin: auto;
}
.post-wrapper > .alignfull {
	width: 100%;
  margin: 0;
}

.produkteslider .arrow-left, 
.produkteslider .arrow-right {
	top: 26%;
	position: absolute;
	font-size: 50px;
	z-index: 2;
	cursor: pointer;
}
.produkteslider .arrow-left {
  right: auto;
  margin-left: 20px;
}
.produkteslider .arrow-color {
  color: #aaa;
}
.produkteslider .dashicons-arrow-left-alt2:before,
.produkteslider .dashicons-arrow-right-alt2:before {
  height: 60px;
  width: 60px;
  display: block;
  background-position: center;
  background-size: 40px 40px;
  text-align: center;
  margin: auto;
  background-repeat: no-repeat;
  border-radius: 50% 50%;
  margin-top: 9px;
  position: absolute;
  padding-top: 14px;
  z-index: 99;
  left: 0%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.produkteslider .arrow-left.dashicons.dashicons-arrow-left-alt2:before {
	margin-top: 0;
}
.produkteslider-wrapper {
	width: auto;
}
.produkteslider-wrapper > a {
	margin: auto;
	display: block;
	width: max-content;
	margin-top: 40px;
	padding: 15px 20px;
	background-color: #003E67;
	color: #fff;
	font-weight: 500;
  transition: 0.3s linear;
  transition-property: background-color, color;
}
.produkteslider-wrapper > a:hover {
	background-color: #D7D2D8;
	color: #003E67;
}
.produkteslider-content {
	margin: 0 15px;
}
.postbild {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.produkte-content,
.home-slider-info-wrapper .category_list {
  position: relative;
  display: none;
  flex-wrap: wrap;
}
.produkte-content .produkte-column {
  position: relative;
}
.produkte-content .produkte-column:first-of-type {
  flex-basis: 35%;
  padding-right: 66px;
}
.produkte-content .produkte-column:last-of-type {
  flex-basis: 65%;
  max-width: 65%;
}
.produkte-wrapper .produkte-column > p {
  margin-top: 0;
}
.produkte_category > .sort-button,
.category_list > .sort-button {
  border: 2px solid;
  width: max-content;
  padding: 5px 10px;
  border-radius: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-color: #d48506;
  background-color: #fff;
  color: #d48506;
  transition: 0.3s linear;
  transition-property: color, background-color;
}
.produkte_category > .sort-button.active,
.produkte_category > .sort-button:hover,
.category_list > .sort-button.active,
.category_list > .sort-button:hover {
  background-color: #d48506;
  color: #fff;
  cursor: pointer;
}
.produkte_category {
  display: flex;
  flex-wrap: wrap;
}
.produkteslider-content a {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  transition: 0.3s linear;
  transition-property: background-color;
}
.produkteslider-content .produkte-block:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.produkte-post {
  position: relative;
  height: 253px;
  margin-bottom: 10px;
}
.produkte-post a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s linear;
  transition-property: background-color, transform;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.produkte-post a:hover {
  background-color: rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
}
.produkte-block {
  position: relative;
	height: 250px;
  width: 100%;
  opacity: 1;
  transition: 0.3s linear;
  transition-property: opacity;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #aaa;
}
.produkte-overlay.dashicons.dashicons-arrow-right-alt2 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.produkte-overlay.dashicons.dashicons-arrow-right-alt2::before {
  font-size: 80px;
  color: #fff;
  opacity: 0;
  transition: 0.3s linear;
  transition-property: opacity;
}
.produkteslider-content .produkte-overlay.dashicons.dashicons-arrow-right-alt2::before {
  left: auto;
  padding-top: 0;
  margin-top: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.produkte-overlay.dashicons.dashicons-arrow-right-alt2:hover::before {
  opacity: 1;
}
.produkte-block p {
  color: #fff;
}
.produkte-column .produkte_slider .slick-track .slick-slide:nth-child(1) .produkte-post {
  margin-bottom: 20px;
}
.produkte-wrapper .slick-arrow {
  position: absolute;
  left: 0;
  top: calc(50% - 20px);
  transform: translate(-50%, -50%);
  height: 50px;
  width: 50px;
  background-color: #d48506;
  z-index: 6;
  border-radius: 50px;
  border: 4px solid #fff;
  transition: 0.3s linear;
  transition-property: background-color;
}
.produkte-wrapper .slick-arrow:hover {
  background-color: #333333;
  cursor: pointer;
}
.produkte-wrapper .arrow-right.slick-arrow {
  left: unset;
  right: 0;
  transform: translateY(-50%);
}
.produkte-wrapper .slick-arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
}
.produkte_slider .slick-slide {
  padding: 0 10px;
  z-index: 4;
  min-width: 380px;
}
.produkte_slider .slick-list {
  padding: 0 !important;
  width: calc(100% + 20px);
  left: -10px;
  z-index: 3;
}
.produkte_slider .slick-list::before,
.produkte_slider .slick-list::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 10px;
  background-color: #fff;
  z-index: 5;
}
.produkte_slider .slick-list::after {
  right: 0;
  top: 0;
}
.produkte-overlay {
  padding: 20px;
  display: flex;
  text-align: center;
  align-items: center;
  height: 100%;
  transition: 0.3s linear;
  transition-property: background-color;
}
.produkte-overlay:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.produkte-overlay p {
  opacity: 0;
  transition: 0.3s linear;
  transition-property: opacity;
  width: 100%;
  color: #fff !important;
}
.produkte-overlay:hover p {
  opacity: 1;
}

#news {
	display: flex;
	flex-wrap: wrap;
}

.mosaic-post {
  position: relative;
  height: 400px;
  margin-bottom: 0px;
  border: 1px solid #666;
}
.mosaic-post a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s linear;
  transition-property: background-color, transform;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* .mosaic-post a:hover {
  background-color: rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
} */
.mosaic-wrapper {
	width: calc(100% / 2 - 25px);
	margin-left: 50px;
  margin-bottom: 50px;
}
.mosaic-wrapper:nth-child(2n + 1) {
  margin-left: 0px;
}
.mosaic-wrapper > p, 
.mosaic-wrapper > a {
	color: #003E67;
	font-weight: 600;
	margin: 0;
}
.mosaic-wrapper > a {
  transition: 0.3s linear;
  transition-property: color;
}
.mosaic-wrapper:hover > a {
	color: #aaa;
}
.mosaic-block {
  position: relative;
  height: 100%;
  width: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.3s linear;
  transition-property: opacity, background-color;
}
.mosaic-overlay.dashicons.dashicons-arrow-right-alt2 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mosaic-overlay.dashicons.dashicons-arrow-right-alt2::before {
  font-size: 80px;
  color: #fff;
  opacity: 0;
  transition: 0.3s linear;
  transition-property: opacity;
}
.postgalerie-content .mosaic-overlay.dashicons.dashicons-arrow-right-alt2::before {
  left: auto;
  padding-top: 0;
  margin-top: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.mosaic-overlay.dashicons.dashicons-arrow-right-alt2:hover::before {
  opacity: 1;
}
.mosaic-block p {
  color: #fff;
}
.mosaic-overlay {
  padding: 20px;
  display: flex;
  text-align: center;
  align-items: center;
  height: 100%;
  transition: 0.3s linear;
  transition-property: background-color;
}
.mosaic-overlay:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mosaic-overlay p {
  opacity: 0;
  transition: 0.3s linear;
  transition-property: opacity;
  width: 100%;
  color: #fff !important;
}
.mosaic-overlay:hover p {
  opacity: 1;
}
.detailed-post {
  position: relative;
  height: unset !important;
  max-height: 410px !important;
  margin-bottom: 10px;
  min-height: 311px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
}
.detailed-image a {
  width: 100%;
  display: inline-block;
  height: 100%;
}
.detailed-block {
  position: relative;
  width: 60%;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.3s linear;
  transition-property: background-color;
  right: 0;
  top: 0;
  padding: 0 10px 0 40px;
}
.detailed-block {
  width: 100%;
}
.detailed-block h3 {
  margin-top: -6px;
  transition: 0.3s linear;
  transition-property: color;
}
.detailed-block h3:hover {
  color: #209648 !important;
}
.detailed-block > a:last-child {
  margin-bottom: 20px;
  padding: 5px 20px;
  background-color: #105090;
  color: white !important;
  transition: 0.3s linear;
  transition-property: background-color;
}
.detailed-block > a:last-child:hover {
  background-color: #209648;
}
.detailed-post {
  transition: 0.3s linear;
  transition-property: background-color;
  background-color: #fff;
}
.detailed-image {
  height: inherit;
  background-size: cover;
  background-position: center;
	width: 40%;
	height: 311px;
}
.detailed-image {
  width: 40%;
  height: 311px;
}
.detailed-image {
  height: 250px;
}
.detailed-overlay {
  width: 100%;
  height: 100%;
  font-size: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 254px;
  background: rgba(0, 0, 0, 0.2);
}
.detailed-overlay::before {
  color: #fff;
}
.detailed-overlay {
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0 !important;
  transition: 0.3s linear !important;
  transition-property: opacity !important;
}
.detailed-overlay .arrow-right {
  background: url(/wp-content/uploads/2021/01/pfeil-rechts.svg) no-repeat center !important;
  width: 100%;
  height: 254px;
  background-size: 15% !important;
  filter: invert(100%);
}

#news {
	display: flex;
	flex-wrap: wrap;
}
#news .detailed-post {
  width: 100%;
  margin-bottom: 30px;
}
#news .detailed-post:nth-child(3n + 1) {
  margin-left: 0px;
}
.produkteslider .arrow-left.slick-arrow {
	left: -50px;
}
.produkteslider .arrow-right.slick-arrow {
	right: -50px;
}
.produkteslider figure {
	margin: 0 15px !important;
}
.produkteslider-content a p {
	font-weight: 500;
	margin: 0;
}
.produkteslider-content a p:not(:last-child) {
  margin-top: 10px;
}
.produkteslider-content a p:last-child {
	transition: 0.2s linear;
  transition-property: color;
}
.produkteslider-content a:hover p:last-child {
	color: #aaa;
}