/*
Theme Name: pd-f Theme
Author: Jochen Dippel
Description: pd-f Theme
*/

/* space-grotesk-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/space-grotesk-v16-latin-regular.woff2') format('woff2');
}

/* space-grotesk-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/space-grotesk-v16-latin-700.woff2') format('woff2');
}

* {
	box-sizing: border-box;
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 400;
	--bodywidth: 1024px;
	--sliderheight: 520px;
	--slidertextwidth: 600px;
}
@media (max-width: 1024px) {
	body.admin-bar {
		margin-top: -32px;
	}
}
@media (max-width: 782px) {
	body.admin-bar {
		margin-top: -46px;
	}
}
body {
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: .05rem;
	margin: 0;
	padding: 0;
	color: var(--layout-black);
	background-color: var(--layout-white);
}
.bodywrap {
	position: relative;
	width: var(--bodywidth);
	min-height: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}
@media (max-width: 1024px) {
	.bodywrap {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.pagebody {
	margin-top: 150px;
}
.pagehead {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	height: 150px;
	width: 100%;
	background-color: var(--layout-white);
	transition: height .3s;
}
.pagehead.scrolled {
	box-shadow: 0 3px 5px rgba(0,0,0,.2);
}
.pagehead .logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	transition: height .3s;
}
.pagehead .logo img {
	padding: 17%;
	width: 100%;
	height: 100%;
	transition: padding .3s;
}
.pagehead .menubox {
	position: absolute;
	bottom: 23px;
	right: 0;
}
.pagehead .menubox > ul {
	display: inline-block;
}
.pagehead .mainmenubox li:first-child {
	margin-left: 0;
}
.pagehead .mainmenubox li:last-child {
	margin-right: 40px;
}
@media (min-width: 1025px) {
	.pagehead.small {
		height: 66px;
	}
	.pagehead.small .logo {
		height: 66px;
	}
	.pagehead.small .logo img {
		padding: 5%;
	}
}
.menubox {
	position: relative;
	font-size: 0;
	line-height: 0;
}
.menubox ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	vertical-align: middle;
}
.menubox li {
	display: inline-block;
	margin: 0 15px;
}
.menubox a {
	font-size: 14px;
	line-height: 1;
	color: var(--layout-black);
	font-weight: 700;
	text-decoration: none;
}
.menubox .current_page_item > a, .menubox li:hover > a {
	color: var(--layout-red);
	text-decoration: none;
}
body.logged-in .mainmenubox .login-link {
	display: none;
}
body.logged-out .mainmenubox .profile-link {
	display: none;
}
.socialmenubox li {
	margin: 0 10px;
}
.socialmenubox a {
	font-size: 0;
	line-height: 0;
	width: 20px;
	height: 20px;
	display: block;
	background: url(img/SR_PDF_FacebookIcon.svg) no-repeat center;
	background-size: contain;
}
.socialmenubox .smfb a {
	background-image: url(img/SR_PDF_FacebookIcon.svg);
}
.socialmenubox .smli a {
	background-image: url(img/SR_PDF_LinkedInIcon.svg);
}
.socialmenubox .smig a {
	background-image: url(img/SR_PDF_InstagramIcon.svg);
}
.pagefooter .socialmenubox .smfb a {
	background-image: url(img/SR_PDF_FacebookIcon_Orange.svg);
}
.pagefooter .socialmenubox .smli a {
	background-image: url(img/SR_PDF_LinkedInIcon_Orange.svg);
}
.pagefooter .socialmenubox .smig a {
	background-image: url(img/SR_PDF_InstagramIcon_Orange.svg);
}
.pagefooter {
	position: relative;
	background-color: var(--layout-darkgrey);
	padding: 40px 0;
}
.pagefooter a {
	color: var(--layout-white);
}
.pagefooter ul {
	text-align: center;
}
.pagefooter .socialmenubox {
	margin-bottom: 25px;
}
.mobilemenu {
	position: absolute;
	top: 0;
	right: 0;
	width: 75px;
	height: 100%;
	background: url(img/Menue.svg) no-repeat center;
	background-size: 35%;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	display: none;
}
.mobilemenu.open {
	background-image: url(img/Menue-close.svg);
}

@media (max-width: 1024px) {
	.bodywrap {
		width: 100%;
		padding: 0 20px;
	}
	.pagefooter a {
		line-height: 2;
	}
	.mobilemenu {
		display: block;
		z-index: 10;
	}
	#wpadminbar {
		display: none;
	}
	.pagehead {
		position: fixed;
		top: 0;
		left: 0;
		height: 50px;
		box-shadow: 0 3px 5px rgba(0,0,0,.2);
		z-index: 100;
	}
	.pagebody {
		margin-top: 50px;
	}
	.pagehead .logo {
		width: 50px;
		height: 50px;
		z-index: 10;
	}
	.pagehead .menushade {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: var(--layout-white);
		z-index: 1;
	}
	.pagehead .menubox {
		position: fixed;
		display: block;
		top: -100vh;
		right: 0;
		width: 100%;
		height: auto;
		max-height: 50vh;
		overflow: auto;
		transition: all .3s ease-in-out;
		background-color: var(--layout-white);
		box-shadow: 0 3px 5px rgba(0,0,0,.2);
		z-index: 0;
	}
	.pagehead .menubox.open {
		top: 50px;
	}
	.pagehead .menubox > ul {
		display: block;
		text-align: center;
	}
	.pagehead .mainmenubox li {
		display: block;
		margin: 10px 0 !important;
	}
	.pagehead .mainmenubox a {
		line-height: 2;
	}
	.pagehead .socialmenubox {
		margin: 30px 0;
	}
}

h1, h2, h3, h4, h5, h6 {
	color: var(--layout-black);
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
a {
	color: var(--layout-black);
	text-decoration: underline;
}
strong {
	font-weight: 700;
}
.content .outerwrap {
	padding: 75px 0;
}

.content p:first-child {
	margin-top: 0;
}
.content p:last-child {
	margin-bottom: 0;
}
.content .authorimage {
	display: block;
	width: 300px;
	height: 300px;
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
.content .author {
	display: block;
	margin-top: 30px;
}
.content .author .name {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}
.content .author .position {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin-top: 14px;
}
.content h1.short, .content h2.short {
	text-transform: uppercase;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--layout-black);
}
.content h1.short.noline, .content h2.short.noline {
	border-bottom: 0 none;
}
.linkcircle {
	position: absolute;
	bottom: -85px;
	right: 60px;
	width: 170px;
	height: 170px;
	padding: 50px 30px;
	border-radius: 200px;
	background-color: var(--layout-green);
	text-align: center;
}
.linkcircle a {
	text-decoration: none;
	display: block;
}
.linkcircle .t {
	display: block;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	text-decoration: none;
	line-height: 1;
}
.linkcircle .s {
	display: block;
	margin-top: 8px;
	text-decoration: underline;
}
@media (max-width: 768px) {
	.type-intro .block, .type-introquestion .block {
		margin-bottom: 190px !important;
	}
	.linkcircle {
		bottom: -195px;
		left: auto !important;
		right: 50% !important;
		transform: translateX(50%);
	}
}
.content .images > div {
	display: block;
	width: 100%;
	height: auto;
}
.content .images img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.content .images .image {
	font-size: 0;
	line-height: 0;
}
.content .images .info {
	padding: 15px 20px;
	background-color: var(--layout-white);
}
.content .images .info .desc.table {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 5px 20px;
	margin-bottom: 30px;
}
@media (max-width: 768px) {
	.content .images .info .desc.table {
		grid-template-columns: 1fr;
	}
}
.content .images .info .desc.table > div:nth-child(odd) {
	font-weight: 700;
}
.content .images .info .download {
	margin-top: 10px;
}
.content .downloadimage, .content .downloadimages, .content .imagegrouplink {
	background: url(img/SR_PDF_DownloadIcon.svg) no-repeat center left transparent;
	background-size: 20px;
	padding-left: 30px;
	text-decoration: none;
	font-weight: 700;
	display: inline-block;
}
.content .downloadimages {
	background-image: url(img/SR_PDF_Bildergallerie_Download.svg);
}
.content .imagegrouplink {
	background-image: url(img/SR_PDF_Bildergallerie_Download.svg);
}
.content .img span {
	display: none;
}
.content .images .missingimg {
	border: 1px dotted var(--layout-black);
	background-color: var(--layout-grey);
	padding: 20px;
}
.content .link .button {
	display: inline-block;
	padding: 20px 25px;
	background-color: var(--layout-black);
	color: var(--layout-white);
	text-decoration: none;
	font-size: .9rem;
}
.content .imagegroup {
	display: grid;
	margin: 40px 0;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 40px;
	align-items: start;
	justify-items: start;
}
@media (max-width: 1024px) {
	.content .imagegroup {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 768px) {
	.content .imagegroup {
		grid-template-columns: 1fr;
	}
}
.content .imagegroup > div {
	position: relative;
	background-color: var(--layout-white);
}
.content .imagegroup > div .info {
	padding: 10px;
}
.content .imagegroup img {
	max-width: 100%;
}

.type-title h1, .type-introarticle h1, .type-title h2, .type-introarticle h2 {
	text-transform: uppercase;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--layout-black);
}
.type-title .subtitle, .type-introarticle .subtitle {
	padding-top: 50px;
}
.type-intro .block {
	position: relative;
	border: 1px solid var(--layout-black);
	padding: 40px 60px;
	margin-left: 280px;
	margin-bottom: 75px;
}
.type-intro .block h1, .type-intro .block h2 {
	text-transform: uppercase;
	padding-bottom: 40px;
}
.type-intro .authorimage {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.type-introquestion h1, .type-introquestion h2 {
	text-transform: uppercase;
	padding-bottom: 40px;
}
.type-introquestion .text {
	font-weight: 700;
	margin-bottom: 75px;
	padding-bottom: 40px;
	padding-right: 200px;
	border-bottom: 1px solid var(--layout-black);
}
.type-introquestion .linkcircle {
	right: 0;
	background-color: var(--layout-red);
}
@media (max-width: 768px) {
	.type-intro .authorimage {
		position: relative;
	}
	.type-intro .block {
		padding: 20px 30px;
		margin-left: 0;
	}
}
.type-summary ul {
	margin: 50px 0 0 0;
	padding: 0;
	list-style: none;
}
.type-summary li {
	padding-left: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.type-summary li::before {
	content: '\2022';
	font-size: 20px;
	line-height: 1;
	display: inline-block;
	width: 20px;
	margin-left: -20px;
	font-weight: 700;
}
.type-text .text {
	display: flex;
	margin: 50px 0;
}
.type-text .text.noimages {
	margin: 0;
}
.type-text h1 + .text.noimages, .type-text h2 + .text.noimages {
	margin-top: 50px;
}
.type-text + .type-text.bg-repeated, .type-text + .type-quotefree.bg-repeated, .type-quotefree + .type-text.bg-repeated {
	padding-top: 0;
}
.type-text .columns {
	flex: 1;
	column-count: 2;
	column-gap: 60px;
}
.type-text .columns.singlecolumn {
	column-count: 1;
}
.type-text .images {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 60px;
}
.type-text .images.singlecolumn {
	grid-template-columns: 1fr;
}
@media (max-width: 768px) {
	.type-text .columns {
		column-count: 1;
	}
	.type-text .images {
		grid-template-columns: 1fr;
	}
}
.type-imgtext {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-blend-mode: overlay;
}
.type-imgtext .floatbox {
	padding: 50px;
	background-color: rgba(0,0,0,.8);
	color: var(--layout-white);
}
@media (max-width: 768px) {
	.type-imgtext .floatbox {
		padding: 25px;
	}
}
.type-imgtext .title {
	text-transform: uppercase;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--layout-white);
	color: var(--layout-white);
}
.type-imgtext .text {
	margin-top: 50px;
	margin-bottom: 50px;
}
.type-imgtext .button {
	filter: invert();
}
.type-imgtext a {
	color: var(--layout-white);
}
.type-gallery .imgslider, .type-gallery .imgslider-nav {
	position: relative;
	margin-top: 50px;
	background-color: var(--layout-white);
}
.type-gallery .imgslider img {
	width: 100%;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.type-gallery .slick-arrow {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 10;
	width: 40px;
	height: 150px;
	background: url(img/SR_PDF_Bildergallerie_Pfeil_Links.svg) no-repeat center var(--layout-green);
	background-size: 35%;
	border: 0 none;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}
.type-gallery .slick-next {
	left: auto;
	right: 0;
	background-image: url(img/SR_PDF_Bildergallerie_Pfeil_Rechts.svg);
}
.type-gallery .imgslider-nav {
	height: 150px;
}
.type-gallery .imgslider-nav .imagebox {
	display: block;
	height: 150px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 1px 0 0;
	cursor: pointer;
}
.type-gallery .imginfo {
	padding: 15px 20px;
}
.type-gallery .imginfo a {
	display: inline-block;
}
.type-gallery .downloadimages, .type-gallery .downloadimage {
	margin-right: 20px;
}
.type-gallery .info {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-gap: 20px;
	padding: 0 20px 15px 20px;
	background-color: var(--layout-white);
}
.type-gallery .info > div:nth-child(2) {
	align-self: end;
}
.type-gallery .extlink {
	padding: 5px 20px !important;
}
.type-gallery .img {
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.type-gallery .slick-slide {
	display: flex !important;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	height: 100%;
	flex-direction: column;
}
.type-gallery img {
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
}

.type-gallery .imgslider {
	overflow: hidden;
}
.type-gallery .imgslider,
.type-gallery .imgslider .slick-list,
.type-gallery .imgslider .slick-track {
  max-height: 768px;
  display: flex;
  align-items: center;
}
.type-gallery .imgslider .imgbox {
	width: 100%;
}
.type-gallery .imgslider .img {
	height: 700px;
}
@media (max-width: 1024px) {
	.type-gallery .imgslider,
	.type-gallery .imgslider .slick-list,
	.type-gallery .imgslider .slick-track {
	  max-height: 500px;
	}
	.type-gallery .imgslider .img {
		height: 440px;
	}
}

.type-btw h1.short, .type-btw h2.short {
	border-bottom: 0 none;
}
.type-btw .boxes {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 60px;
}
.type-btw .box {
	padding: 30px 25px 0 25px;
	margin-bottom: 70px;
	border: 1px solid var(--layout-black);
}
.type-btw .title {
	text-transform: uppercase;
	padding: 30px 25px;
	font-size: 24px;
}
.type-btw .text {
	padding: 30px 25px;
	font-weight: 700;
}
.type-btw .box1 .title {
	background-color: var(--layout-green);
	color: var(--layout-white);
}
.type-btw .box2 .title {
	background-color: var(--layout-black);
	color: var(--layout-green);
}
.type-btw .box3 .title {
	background-color: var(--layout-white);
	color: var(--layout-red);
}
@media (max-width: 768px) {
	.type-btw .boxes {
		grid-template-columns: 1fr;
		grid-gap: 0;
	}
}
.type-similar h1, .type-similar h2 {
	margin-bottom: 80px;
}
.type-similar .box {
	display: grid;
	grid-template-columns: 500px 1fr;
	background-color: var(--layout-white);
	margin-bottom: 60px;
}
.type-similar .img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.type-similar .content {
	align-self: center;
	padding: 50px 60px;
}
.type-similar .title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 35px;
}
@media (max-width: 768px) {
	.type-similar .content {
		padding: 25px 30px;
	}
}
.type-similar .text {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 2em;
}
.type-similar .link a {
	font-weight: 700;
	text-decoration: none;
}
@media (max-width: 1024px) {
	.type-similar .box {
		grid-template-columns: 1fr;
	}
	.type-similar .img {
		padding-top: 66%;
	}
	.type-similar .content {
		padding-left: 0;
		padding-right: 0;
	}
}
.type-imgslider {
	padding: 0 !important;
	text-align: center;
}
.type-imgslider .image {
	height: var(--sliderheight);
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.type-imgslider .name {
	text-transform: uppercase;
	color: var(--layout-white);
	font-size: 26px;
	line-height: 1em;
	font-weight: 700;
	text-align: center;
	width: var(--slidertextwidth);
	margin: 25px auto 25px auto;
	opacity: 1;
	transition: opacity 0.2s;
}
@media (max-width: 768px) {
	.type-imgslider .name {
		font-size: 18px;
	}
}
.type-imgslider a {
	text-decoration: none;
	border: 1px solid var(--layout-white);
	color: var(--layout-white);
	display: inline-block;
	padding: 8px 15px;
	margin: 15px 0 20px;
	opacity: 1;
	transition: opacity 0.2s;
}
.type-imgslider.bg-none .name, .type-imgslider.bg-none a {
	color: var(--layout-black);
}
.type-imgslider.bg-none a {
	border-color: var(--layout-black);
}
.type-imgslider .name + a {
	margin-top: -25px;
}
.type-imgslider .slide:not(.slick-active) .name, .type-imgslider .slide:not(.slick-active) a {
	opacity: 0;
}
.type-imgslider .slick-arrow {
	position: absolute;
	top: calc(((100% - var(--sliderheight)) / 2) + var(--sliderheight) - 30px);
	left: calc((50vw - (var(--bodywidth) / 2)) + ((var(--bodywidth) - var(--slidertextwidth)) / 2) - 30px);
	width: 30px;
	height: 60px;
	margin: 0;
	font-size: 0;
	line-height: 0;
	z-index: 10;
	border: 0 none;
	background: url(img/SR_PDF_PfeilLinks_weiss.svg) no-repeat center transparent;
	background-size: cover;
	cursor: pointer;
}
.type-imgslider .slick-next {
	left: auto;
	right: calc((50vw - (var(--bodywidth) / 2)) + ((var(--bodywidth) - var(--slidertextwidth)) / 2) - 30px);
	background-image: url(img/SR_PDF_PfeilRechts_weiss.svg);
}
@media (max-width: 1024px) {
	* {
		--sliderheight: calc(100vw * .66);
	}
	.type-imgslider .slick-arrow {
		left: 10px;
	}
	.type-imgslider .slick-next {
		left: auto;
		right: 10px;
	}
	.type-imgslider .name {
		width: 100%;
	}
}
.filteroptions {
	display: none;
}
.filteroptions.visible {
	display: block;
	margin-bottom: 80px;
}
.filteroptions .flipfilter {
	border: 1px solid var(--layout-black);
	padding: 6px 30px 6px 10px;
	background: url(img/SR_PDF_Pfeil_Dropdown_Geschlossen_schwarz.svg) no-repeat center right +10px transparent;
	background-size: 12px;
	font-size: 10px;
	line-height: 1em;
	font-weight: 700;
	cursor: pointer;
}
.filteroptions .flipfilter.open {
	background-image: url(img/SR_PDF_Pfeil_Dropdown_Offen_schwarz.svg);
}
.filteroptions .flipfilter + .filters {
	border-bottom: 1px solid var(--layout-black);
	margin-top: 20px;
}
.filteroptions .flipfilter.open + .filters {
	margin-top: 60px;
}
.filteroptions .flipfilter + .filters > .filterform {
	display: none;
}
.filteroptions .flipfilter.open + .filters > .filterform {
	display: block;
}
.filteroptions .filterblock {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 100px;
	justify-items: start;
	align-items: start;
}
.filteroptions .title {
	border-style: solid;
	border-color: var(--layout-black);
	border-width: 0 0 1px 0;
	padding-bottom: 4px;
	margin-bottom: 20px;
	display: inline-block;
}
.filteroptions .textfield {
	padding-left: 20px;
	background-image: url(img/SR_PDF_Volltextsuche.svg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 16px;
}
.filteroptions .textfield input {
	width: 140px;
	border: 0 none;
	padding: 0 2px;
	font-size: 1rem;
	background-color: transparent;
}
.filteroptions .textfield input::placeholder {
	color: var(--layout-black);
	font-variant: normal;
	font-weight: 400;
	font-size: 1rem;
	opacity: 1;
}
.filteroptions .textfield input:focus-visible {
	border: 0 none;
	outline: 0;
}
.filteroptions .hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	display: none;
}
.filteroptions label {
	font-size: 12px;
	display: block;
	padding: 4px 0;
	cursor: pointer;
}
.filteroptions input[type="checkbox"], .filteroptions input[type="radio"] {
	display: none;
}
.filteroptions input[type="checkbox"]:checked + label, .filteroptions input[type="radio"]:checked + label {
	font-weight: 700;
}
.filteroptions .submit {
	background: var(--layout-black);
	color: var(--layout-white);
	font-size: 14px;
	line-height: 1em;
	padding: 12px 16px;
	border: 0 none;
	cursor: pointer;
}
.filterbuttons {
	margin-top: 60px;
}
.userpage .notice {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-left: 4px solid #00a32a;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	margin: -20px 5px 35px 2px;
	padding: 8px 12px;
}
.controlbuttons {
	display: inline-block;
	float: right;
	& .button {
		font-weight: 400 !important;
		margin: 0 10px 0 0 !important;
		&:last-child {
			margin-right: 0 !important;
		}
	}
}
@media (max-width: 768px) {
	.controlbuttons {
		float: none;
		display: block;
		margin: 5px 0 !important;
		& .button {
			margin: 5px !important
		}
	}
}
.ui-autocomplete {
	position: absolute;
	background-color: var(--layout-white);
	border: 1px solid var(--layout-black);
	max-height: 200px;
	overflow-y: auto;
	z-index: 1000;
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
}
.ui-menu-item {
	cursor: pointer;
	color: var(--layout-black);
	border-bottom: 1px solid var(--layout-black);
	padding: 5px 10px;
	overflow: hidden;
	display: block;
}
.ui-menu-item:hover, .ui-menu-item .ui-state-active {
	background-color: var(--layout-black);
	color: var(--layout-white);
}
.ui-menu-item:last-child {
	border-bottom: 0 none;
}
.postfilter .loader {
	display: block;
	margin: 40px auto;
	width: 200px;
	height: 200px;
	background: url(img/SR_PDF_Logo.svg) no-repeat center transparent;
	background-size: contain;
	transform-origin: center;
	animation: spin 2s linear infinite;
}
@keyframes spin {
	from {
		transform: rotate(360deg);
	}
	to {
		transform: rotate(0deg);
	}
}
.filteroptions:not(.visible) + .filterlist {
	margin-top: 40px;
}
.filterlist .postsection {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
	column-gap: 60px;
	overflow: hidden;
}
.filterlist .postbox {
	background-color: var(--layout-white);
	width: calc(33.3333% - 40px);
	margin-bottom: 60px;
}
@media (max-width: 1024px) {
	.filterlist .postbox {
		width: calc(50% - 30px);
	}
}
@media (max-width: 768px) {
	.filterlist .postbox {
		width: 100%;
	}
}
@media (max-width: 1024px) {
	.filteroptions .filterblock {
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px;
	}
}
@media (max-width: 512px) {
	.filteroptions .filterblock {
		grid-template-columns: 1fr;
	}
}
.filterlist .postbox a {
	display: block;
	text-decoration: none;
}
.filterlist .postbox .postimage {
	position: relative;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}
.filterlist .postbox .layout-square {
	padding-top: 100%;
}
.filterlist .postbox .layout-landscape {
	padding-top: 66%;
}
.filterlist .postbox .layout-portrait {
	padding-top: 133%;
}
.filterlist .postbox .postimage .videomarker {
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: 50px;
	height: 50px;
	background: url(img/SR_PDF_VideoIcon.svg) no-repeat center transparent;
	background-size: contain;
}
.filterlist .postbox .content {
	position: relative;
	padding: 20px;
}
.filterlist .postbox .content .title {
	font-size: 18px;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.filterlist .postbox .content .info {
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 10px;
}
@media (max-width: 768px) {
	.filterlist .postbox .content .info {
		font-size: 1rem;
		line-height: 1.5;
	}
}
.filterlist .postbox .content .footer {
	margin-bottom: -5px;
}
.filterlist .postbox .content .category {
	font-size: 12px;
	line-height: 1.4em;
}
.filterlist .scrollup button {
	position: absolute;
	right: 0;
	bottom: 30px;
	border: 0;
	width: 40px;
	height: 40px;
	background: url(img/SR_PDF_Pfeil_Dropdown_Offen_schwarz.svg) no-repeat center transparent;
	background-size: contain;
	cursor: pointer;
	z-index: 100;
}
.filterlist .activetags {
	position: relative;
	display: block;
	margin-top: -40px;
	margin-bottom: 40px;
}
.filterlist .activetags > div {
	position: relative;
	display: inline-block;
	margin: 0 10px 4px 0;
	padding: 2px 20px 2px 6px;
	border: 1px solid var(--layout-black);
	font-size: 12px;
	line-height: 1.4em;
	cursor: pointer;
}
.filterlist .activetags > div span {
	position: relative;
	display: inline-block;
	margin-right: 4px;
	color: var(--layout-darkgrey);
}
.filterlist .activetags > div:last-child {
	margin-right: 0;
}
.filterlist .activetags > div::after {
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	background: url(img/Menue-close.svg) no-repeat center transparent;
	background-size: contain;
	width: 10px;
	height: 10px;
	content: '';
}
article.content .marker {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	background: url(img/SR_PDF_MerkenIcon_Outline.svg) no-repeat center transparent;
	background-size: 20px 20px;
	cursor: pointer;
}
article.content .marker.marked {
	background-image: url(img/SR_PDF_MerkenIcon_Full.svg);
}
article.content .marker.textmarker {
	position: relative;
	bottom: auto;
	right: auto;
	width: auto;
	padding-left: 30px;
	background-position: left center;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	line-height: 30px;
	font-weight: 700;
}
.filterlist .loadmore {
	position: relative;
	border-bottom: 1px solid var(--layout-black);
	padding-top: 40px;
	padding-bottom: 40px;
}
.filterlist .loadmore button {
	display: block;
	background: transparent;
	color: var(--layout-black);
	border: 1px solid var(--layout-black);
	padding: 6px 20px;
	margin: 0 auto;
	font-size: 10px;
	line-height: 1em;
	font-weight: 700;
	cursor: pointer;
}
.filterlist .nomore {
	text-align: center;
}
.type-authornote .contact > div, .type-quote .quotebox > div, .type-quotefree .quotebox > div {
	display: grid;
	grid-template-columns: 300px 1fr;
	grid-gap: 60px;
}
.type-authornote .image {
	border-bottom: 1px solid var(--layout-black);
}
.type-authornote .contact > div:first-child .right, .type-quote .quotebox > div:first-child .right, .type-quotefree .quotebox > div:first-child .right {
	align-self: end;
	padding-bottom: 40px;
}
.type-authornote .contact .text {
	margin-bottom: 20px;
}
.type-authornote .link .button {
	color: var(--layout-black);
	background-color: var(--layout-white);
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	padding: 10px 25px;
	margin-top: 40px;
}
.content .authorinfo .image {
  width: 300px;
	min-height: 300px;
  height: 100%;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.content .authorcontact div {
	display: inline-block;
}
.content .authorcontact div:first-child {
	margin-top: 20px;
}
.content .authorcontact a {
	display: block;
	width: 220px;
	background: url(img/SR_PDF_MailIcon_weiss.svg) no-repeat center left +10px var(--layout-black);
	background-size: 30px;
	padding: 10px 10px 10px 50px;
	margin: 20px 0 0 0;
	color: var(--layout-white);
	text-decoration: none;
}
.content .authorcontact a.phone {
	background-image: url(img/SR_PDF_TelefonIcon_weiss.svg);
}
.content .authorcontact a.images {
	background-image: url(img/SR_PDF_ProfildatenIcon.svg);
}
@media (max-width: 768px) {
	.type-authornote .contact > div, .type-quote .quotebox > div, .type-quotefree .quotebox > div {
		grid-template-columns: 1fr;
		grid-gap: 40px;
	}
	.content .authorcontact div {
		display: block;
	}
	.content .authorcontact a {
		margin-top: 20px;
	}
}
.type-quote .quotebox > div:first-child, .type-quotefree .quotebox > div:first-child {
	border-bottom: 1px solid var(--layout-black);
}
.type-quote .quote, .type-quotefree .quote {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}
.type-quote .text, .type-quotefree .text {
	margin-top: 40px;
	font-size: 12px;
	line-height: 2em;
}
.type-author .author {
	display: grid;
	grid-template-columns: 300px 1fr;
	grid-template-areas: "author text";
	grid-gap: 60px;
	padding: 40px;
	margin-bottom: 150px;
}
.type-author .author .left {
	grid-area: author;
}
.type-author .author .right {
	grid-area: text;
}
.type-author .author:nth-child(even) {
	grid-template-areas: "text author";
	grid-template-columns: 1fr 300px;
}
.type-author .image {
	border-bottom: 1px solid var(--layout-black);
}
.type-author .quote {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.type-author .description {
	margin-top: 40px;
}
.type-author .description .readmore {
	font-weight: 700;
	cursor: pointer;
}
.type-author .description .text {
	display: none;
}
@media (max-width: 768px) {
	.type-author .author {
		display: block;
		padding: 20px;
	}
	.type-author .right {
		margin-top: 40px;
	}
}
.type-interview .interview {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-gap: 0;
	background-color: var(--layout-green);
}
.type-interview .image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}
.type-interview .content {
	display: grid;
	grid-template-rows: 1fr 100px;
	grid-gap: 20px;
	padding: 40px;
}
.type-interview .upper {
	justify-self: start;
	align-self: center;
}
.type-interview .quote {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.type-interview .text {
	font-weight: 700;
	color: var(--layout-white);
}
.type-interview .link {
	justify-self: start;
	align-self: end;
}
@media (max-width: 768px) {
	.type-interview .content {
		padding: 20px;
	}
	.type-interview .interview {
		grid-template-columns: 1fr;
	}
	.type-interview .image {
		padding-top: 66%;
	}
}
.type-promote .title {
	font-weight: 700;
	margin-bottom: 20px;
}
.type-promote .text {
	position: relative;
	width: 100%;
	height: auto;
	transform: skewY(-15deg);
	font-size: 80px;
	line-height: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 0 200px 0;
	color: var(--layout-red);
	word-break: break-word;
	word-wrap: break-word;
}
@media (max-width: 768px) {
	.type-promote .text {
		font-size: 40px;
		padding-bottom: 60px;
	}
}
.type-newsletter {
	background-repeat: repeat;
	background-image: url(img/SR_PDF_Newsletter_Background_Kachel_Black.svg);
	padding: 150px 0 !important;
}
.type-newsletter.bg-brown {
	background-image: url(img/SR_PDF_Newsletter_Background_Kachel_Tuerkis.svg);
}
.type-newsletter.bg-green {
	background-image: url(img/SR_PDF_Newsletter_Background_Kachel_Beige.svg);
}
.type-newsletter.bg-red {
	background-image: url(img/SR_PDF_Newsletter_Background_Kachel_White.svg);
}
.type-newsletter.bg-grey {
	background-image: url(img/SR_PDF_Newsletter_Background_Kachel_Black.svg);
}
.type-newsletter .newsletter {
	padding: 40px;
	background-color: var(--layout-red);
	margin: 0 100px;
}
.type-newsletter .newsletter .title {
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.type-newsletter .newsletter .text {
	font-weight: 700;
	margin-bottom: 40px;
}
@media (max-width: 768px) {
	.type-newsletter .newsletter {
		margin: 0;
	}
}
.type-video .video {
	margin-top: 40px;
}
.type-video .videobox .videopreview {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 56.25%;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}
.type-video .videobox .playbutton {
	position: absolute;
	top: calc(50% - 80px);
	left: calc(50% - 40px);
	width: 80px;
	height: 80px;
	display: block;
	background: url(img/SR_PDF_VideoIcon.svg) no-repeat center transparent;
	background-size: contain;
	cursor: pointer;
}
.type-video iframe {
	width: 100%;
	border: 0 none;
}
.type-video .info {
	padding: 15px 20px;
	background-color: var(--layout-white);
}
.type-podcast .podcast {
	margin-top: 60px;
}
.type-news .newsslider {
	margin-top: 60px;
	margin-right: -60px;
	padding-bottom: 120px;
}
.type-news .image {
	width: 100%;
	padding-top: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.type-news .slide {
	margin: 0 60px 0 0;
	background-color: var(--layout-white);
}
.type-news .content {
	position: relative;
	padding: 30px 25px 20px 25px;
}
.type-news .content .title {
	margin-bottom: 20px;
}
.type-news .button {
	font-size: 12px;
	color: var(--layout-white);
	background-color: var(--layout-black);
	font-weight: 700;
	text-decoration: none;
	padding: 6px 15px;
}
.type-news .more {
	margin-top: 20px;
}
.type-news .subtitle {
	font-weight: 700;
	margin-bottom: 20px;
}
.type-news .more .button {
	color: var(--layout-black);
	background-color: var(--layout-green);
}
.type-news .slick-arrow {
	position: absolute;
	bottom: 25px;
	left: 0;
	padding: 0;
	width: 25px;
	height: 50px;
	background: url(img/SR_PDF_PfeilLinks_schwarz.svg) no-repeat center transparent;
	background-size: contain;
	border: 0 none;
	font-size: 0;
	cursor: pointer;
}
.type-news .slick-next {
	left: 60px;
	background-image: url(img/SR_PDF_PfeilRechts_schwarz.svg);
}
@media (max-width: 1024px) {
	.type-news .bodywrap {
		overflow: hidden;
	}
}
.type-sitemap + .type-sitemap {
	padding-top: 0;
}
.introimg .img {
	margin-top: 60px;
	text-align: center;
	font-size: 0;
	line-height: 0;
	max-width: 100%;
}
.introimg .img img {
	max-width: 100%;
}
.introimg .info {
	display: none;
}
.introimg .downloadbar {
	margin-top: 30px;
	padding: 20px;
}
.introimg .downloadbar a, .introimg .downloadbar .dateinfo {
	display: inline-block;
	padding-left: 30px;
	background-size: contain;
	background: url(img/SR_PDF_DownloadIcon.svg) no-repeat center left transparent;
	font-size: 12px;
	line-height: 20px;
	font-weight: 700;
	text-decoration: none;
	margin-right: 40px;
}
.introimg .downloadbar .dateinfo {
	background: none;
	float: right;
	line-height: 30px;
	margin-right: 0;
}
.type-iframe iframe {
	width: 100%;
	height: 100%;
	border: 0 none;
}
.type-code h1, .type-code h2 {
	text-transform: uppercase;
	padding-bottom: 20px;
}
.type-code .code {
	margin-top: 40px;
}
.cookiesrequired {
	display: block;
	padding: 40px;
	background-color: var(--layout-white);
	border: 1px dashed var(--layout-black);
	cursor: pointer;
}
.cookiesrequired .button, .wpcf7-submit, .site_form .button, .site_form input[type="submit"] {
	border: 1px solid var(--layout-black);
	margin-top: 20px;
	font-size: 1rem;
	color: var(--layout-black);
	background-color: var(--layout-white);
	font-weight: 700;
	text-decoration: none;
	padding: 6px 24px;
	cursor: pointer;
}
.cookiesrequired ul {
	padding: 0;
	margin: 20px 0;
	list-style: none;
}
.cookiesrequired ul li {
	padding: 0;
	margin: 0;
}
.cookiesrequired ul li::before {
	display: inline-grid;
	content: '-';
	margin-right: 6px;
}
.contactform {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
}
.contactform > div {
	align-self: start;
	justify-self: start;
	display: grid;
	grid-gap: 20px;
	align-items: start;
	align-content: start;
	width: 100%;
}
.contactform .row1 {
	grid-template-columns: 1fr 1fr 1fr;
}
.contactform .row2 {
	grid-template-columns: 1fr;
}
.contactform .row3 {
	grid-template-columns: 1fr;
}
.contactform p {
	margin: 0;
	padding: 0;
}
.contactform label {
	font-weight: 700;
}
.contactform input[type="text"], .contactform input[type="email"], .contactform textarea, .site_form input[type="text"], .site_form input[type="email"], .site_form input[type="password"], .site_form textarea {
	width: 100%;
	border: 0 none;
	padding: 6px;
	background-color: var(--layout-grey);
	color: var(--layout-black);
	font-size: 14px;
	line-height: 1.4em;
}
.wpcf7-not-valid-tip.password-validation-error {
	display: none;
}
.wpcf7-form p > label, .site_form .textfields p > label {
	font-weight: 700;
}
.wpcf7-list-item {
	margin-left: 0 !important;
	display: block !important;
}
.wpcf7-list-item label {
	position: relative;
}
.wpcf7-list-item label span, .site_form .block label span {
	position: relative;
	margin-left: 60px;
	padding-top: 10px;
	vertical-align: top;
	display: inline-block;
}
.wpcf7-list-item input[type="checkbox"], .wpcf7-list-item input[type="radio"] {
	display: none;
}
.site_form input[type="checkbox"], .site_form input[type="radio"] {
	position: relative;
	appearance: none;
	-webkit-appearance: none;
}
.wpcf7-list-item input[type="checkbox"] + span::before, .wpcf7-list-item input[type="radio"] + span::before, .sib_form input[type="checkbox"] + span::before, .sib_form input[type="radio"] + span::before, .site_form input[type="checkbox"]::before, .site_form input[type="radio"]::before {
	position: absolute;
	top: 0;
	left: -60px;
	content: '';
	width: 48px;
	height: 41px;
	background: url(img/check_off.png) no-repeat center transparent;
	cursor: pointer;
	vertical-align: middle;
}
.site_form input[type="checkbox"], .site_form input[type="radio"] {
	margin-left: 30px;
}
.site_form input[type="checkbox"]::before, .site_form input[type="radio"]::before {
	top: -12px;
	left: -30px;
	width: 24px;
	height: 20px;
	background-size: contain;
}
.wpcf7-list-item input[type="checkbox"]:checked + span::before, .wpcf7-list-item input[type="radio"]:checked + span::before, .sib_form input[type="checkbox"]:checked + span::before, .sib_form input[type="radio"]:checked + span::before, .site_form .login-remember input[type="checkbox"]:checked::before {
	background-image: url(img/check_on.png);
}
.wpcf7-form .captchafield .captcha_math_formula {
	display: inline-block;
	margin: 0 0 2px 10px;
	padding: 0 4px;
	border: 1px solid var(--layout-darkgrey);
}
.site_form h1, .site-form h2 {
	text-transform: uppercase;
	margin-bottom: 40px;
}
.site_form p label {
	display: block;
}
.site_form .list-selection {
	margin-bottom: 40px;
}
.loginsplit {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
}
@media (max-width: 767px) {
	.loginsplit {
		grid-template-columns: 1fr;
	}
}
.user-profile .myprofile {
	padding-top: 0;
}
.user-profile .outerwrap:first-child {
	padding-bottom: 0;
}
.myprofile .authorcontact > div {
	display: block;
}
.myprofile a.profile {
	background-image: url(img/SR_PDF_ProfildatenIcon.svg);
}
.myprofile a.profile.white {
	background-color: var(--layout-white);
	color: var(--layout-black);
	border: 1px solid var(--layout-black);
}
.updateprofileform input[name="your-username"] {
	font-style: italic;
}
.user-update .myprofile-updated {
	padding-top: 0;
	display: none;
}
.gobacklink {
	position: fixed;
	left: 10%;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid var(--layout-black);
	background: url(img/SR_PDF_PfeilLinks_schwarz.svg) no-repeat left +10px center var(--layout-white);
	background-size: 10px;
	padding: 10px 20px 10px 40px;
	font-size: 14px;
	line-height: 1em;
	font-weight: 700;
	width: auto;
	height: auto;
	cursor: pointer;
	z-index: 100;
}
@media (max-width: 1400px) {
	.gobacklink {
		left: 20px;
		font-size: 0;
		line-height: 0;
		background-position: center;
		padding: 15px 10px;
	}
}
@media (max-width: 1024px) {
	.gobacklink {
		display: none;
	}
}
.floatlogin {
	position: absolute;
	z-index: 100;
	background-color: #fff;
	border: 1px solid #000;
	padding: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	width: 200px;
}
.floatlogin input {
	margin-bottom: 5px;
}
.floatlogin button {
	display: block;
	margin: 10px auto 0 auto;
	text-align: center;
}
.floatlogin .waiting {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	display: none;
}
.floatlogin.load .waiting {
	display: block;
}
.floatlogin .error {
	margin-top: 6px;
	display: block;
	border: 1px solid #a00;
	background-color: #faa;
	padding: 5px;
	border-radius: 5px;
	font-size: 12px;
}

.pagefooter.showloginreminder {
	margin-bottom: 140px;
}
.loginreminder {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,.5);
	padding: 20px 40px;
	& .closebutton {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 20px;
		height: 20px;
		background: url(img/Menue-close.svg) no-repeat center transparent;
		background-size: contain;
		cursor: pointer;
	}
	& .content {
		max-width: 800px;
		width: 100%;
		margin: 0 auto;
		display: block;
		& .logintext {
			display: grid;
			grid-template-columns: auto 150px;
			align-content: center;
			justify-items: center;
			margin-bottom: 10px;
			& > div {
				align-self: center;
			}
			& .button {
				display: inline-block;
				margin-top: 0;
			}
		}
		& .registertext, .newslettertext {
			font-size: .9rem;
		}
	}
}
@media (max-width: 768px) {
	.loginreminder .logintext {
		grid-template-columns: 1fr !important;
		& .button {
			margin-top: 10px !important;
		}
	}
	.pagefooter.showloginreminder {
		margin-bottom: 200px;
	}
}
@media (max-width: 512px) {
	.pagefooter.showloginreminder {
		margin-bottom: 270px;
	}
}