/* - - - - - - - - - - - - - - - - - - - - */
/* dechent Medienkommunikation             */
/* dechent.co                              */
/*                                         */
/* dechentEINS - purist style              */
/*                                         */
/* - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - */
/* farben                                  */
/* - - - - - - - - - - - - - - - - - - - - */
/* ganzWerk blau: #004563                  */
/* - - - - - - - - - - - - - - - - - - - - */


.bg-tuerkis {
	background: #728179;
}
.bg-lila {
	background: #543a7b;
}
.bg-helllila {
	background: #a272aa;
}
.bg-gelb {
	background: #d0d23e;
}
.bg-gruen {
	background: #8fbf21;
}
.bg-dunkelblau {
	background: #103255;
}
.bg-blau {
	background: #004786;
}
.bg-hellblau {
	background: #23a7db;
}
.bg-rot {
	background: #a00;
}
.bg-weiss {
	background: #fff;
}
.bg-schwarz {
	background: #444;
}
.tuerkis {
	background: #728179;
}
.lila {
	background: #543a7b;
}
.helllila {
	background: #a272aa;
}
.gelb {
	background: #d0d23e;
}
.gruen {
	background: #8fbf21;
}
.dunkelblau {
	background: #103255;
}
.blau {
	background: #004786;
}
.hellblau {
	background: #23a7db;
}
.rot {
	background: #a00;
}
.weiss {
	background: #fff;
}
.schwarz {
	background: #444;
}

@font-face {
	font-family: "webfont";
	src: url("../fonts/webfont.ttf") format("truetype");
}
@font-face {
	font-family: "webfont-black";
	src: url("../fonts/webfont-black.ttf") format("truetype");
}
@font-face {
	font-family: "webfont-italic";
	src: url("../fonts/webfont-italic.ttf") format("truetype");
}
@font-face {
	font-family: "webfont-headline";
	src: url("../fonts/webfont-headline.ttf") format("truetype");
}

html {
	font-family: "webfont", Arial, Helvetica, sans-serif;
	font-size: 20px;
	/* font-size: 18px; */
	line-height: 1.5;
	overflow-x: hidden;
	overflow-y: scroll;
}
@media (max-width: 1200px) {
	html {
		font-size: 16px;
	}
}
@media (max-width: 600px) {
	html {
		font-size: 14px;
	}
}


.skip-link {
	display: none;
}
*,
*:after,
*:before {
	box-sizing: border-box;
}
* {
	padding: 0;
	margin: 0;
	outline: none;
	font-weight: normal;
}
img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

/* pvd: Anpassungen Aufzählung wieder rückgängig

ul,
ol {
	list-style-position: inside;
	font-size: 1.25rem;
	margin-bottom: 1.25rem;

}
*/

ul, ol {
	margin-left: 1.8em;
	line-height: 1.35;
	padding-bottom: 0.7em;
}
ul {
	margin-left: 1.1em;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
body {
	position: relative;
	/* background: #F2F2F2; /* debug */
	/* color: #444; */
	color: black;
	/* background: black; */
}
/* pvd: Abstand von oben (header) definieren - s. jetzt
div.post {
	margin-top: 120px;
	outline: 1px dashed orange;
}
*/

#page {
	/* margin-top: 120px; */
	/* padding-bottom: 200px; */
	/* background: #444; */
}
#page > *:first-child {
	margin-top: 120px;
}
/* pvd: Trennung */
#page {
	/* hyphens: auto; */
}

#content div.category-projekte {
	background: white;
	padding-top: 100px;
	padding-bottom: 100px;
	/* padding-bottom: 0px; */
}
body.home #content {
	padding-bottom: 0px;
}

section {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0%;
	/* pvd: Abstand Header - andere Lösung s. page!
	padding-top: 8rem; /* Abstand oben ALLER Einträge */
}
section.cover-image {
	height: 640px;
	background: black;
	background-position: center;
	text-align: center;
	z-index: 1;
}

a,
a:visited {
	color: inherit;
	text-decoration: underline;
}
p {
	font-family: webfont;
	font-size: 1rem;
	line-height: 1.35;
	/* color: #444; */
	color: black;
	/* margin-bottom: 1em; */
	padding-bottom: 0.7em;
}
@media (max-width: 400px) {
	p {
		width: 100%;
	}
}
p a, 
figcaption a {
	text-decoration: none;
	border-bottom: 1.6px solid;
	border-color: #ccc;
	transition: border-color 0.9s;
}

p a:hover, 
figcaption a:hover {
	border-bottom: 1.6px solid;
	border-color: black;
	transition: border-color 0.2s;
}
strong {
	font-family: webfont;
	font-weight: bolder;
}
i,
em {
	font-family: webfont-italic;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: webfont-headline;
	clear: both;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
	border: none;
}
h1 {
	font-size: 1.8rem;
	/* color: #444; */
	color: black;
	text-transform: uppercase;
	line-height: 140%;
	margin-bottom: 0.6em;
}
h2 {
	font-size: 2rem;
	/* color: #444; */
	color: black;
	text-transform: normal;
	/* padding-bottom: 0.5em; */
	padding-bottom: 1.0em;
}
h3 {
	font-family: webfont-headline;
	font-size: 1.6rem;
	line-height: 1.15;
	/* color: #444; */
	color: black;
	/* margin-bottom: 1rem; */
	padding-bottom: 0.7em;
}
h4 {
	font-size: 1.25rem;
	/* color: #444; */
	color: black;
}
h5 {
	font-size: 1.25rem;
	/* color: #444; */
	color: black;
	line-height: 140%;
	margin-bottom: 1em;
}
h6 {
	font-size: 2rem;
	line-height: 150%;
	/* color: #004786; */
	/* color: #444; */
	color: black;
	text-transform: normal;
	margin-top: 1rem;
}
figure.wp-block-table table,
table.tableliste {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
figure.wp-block-table table td,
table.tableliste tr td {
	/* pvd: Ränder innerhalb von Tabellen-Zellen */
	padding: 0.2em 0.7em 0.2em 0;
	/* pvd: immer alles oben ausrichten */
	vertical-align: top;
	/* pvd: Trennung NUR in den Tabellen */
	hyphens: auto;
	/* pvd: Speziell für Apple */
	-webkit-hyphens: auto;
	line-height: 1.1;
	/* border: 1px red solid; */
	border: 1px #0000 solid;
}
@media (max-width: 600px) {
	figure.wp-block-table table tr,
	table.tableliste tr {
		display: block;
		margin-top: 1rem;
		padding-bottom: 3px;
		/* border-bottom: 1px #ccc solid !important; */
		/*border-bottom: 1px black solid !important; */
		border: none;
	}
}
@media (max-width: 600px) {
	figure.wp-block-table table td,
	table.tableliste tr td {
		padding: 0 0;
		display: block;
		border-bottom: 0 black solid !important;
	}
}
figure.wp-block-table table tr td a,
table.tableliste tr td a {
	text-decoration: none;
	color: #004786;
}
figure.wp-block-table table td img,
table.tableliste tr td img {
	max-height: 1em;
}

/* =header */

header {
	display: block;
	/* position: fixed; */
	position: sticky;
	top: 0;
	width: 100%;
	height: 120px;
	background: white;
	/* background: yellow; */
	padding-top:20px;
	z-index: 9999;
}
/*
header:after {
	content: " ";
	position: absolute;
	width: 100%;
	bottom: 2px;
	border: 1px #004563 solid;
}
*/
#header-logo {
	position: relative;
	display: block;
	text-align: right;
	height: 80px;
}
@media (max-width: 900px) {
	#header-logo {
		height: 35px;
	}
}
#header-logo a {
	margin: 10px 0 0 0;
	font-size: 12px;
}
#header-logo a img {
	width: auto;
	height: 100%;
}
#header-navigation {
	position: absolute;
	left: 0;
	top: 39px;
}
@media (max-width: 600px) {
	#header-navigation {
		top: 50px;
	}
}


#header-navigation a {
	text-decoration: none;
	/* color: #004563; */
	color: black;
	border-bottom: 1.6px solid white;
	transition: border 0.5s;
}
#header-navigation a:hover {
	border-bottom: 1.6px solid black;
	transition: border 0.5s;
}


#navigation {
	text-align: left;
	max-width: 400px;
	padding-top: 80px;
}
#navigation li {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li a {
	font-family: webfont-black;
	font-size: 1.4rem;
	color: #23a7db;
	transition: color 1.25s;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 1.1rem 0 0;
	padding: 0rem 0 0 0;
	text-decoration: none;
}
#navigation li a:hover {
	color: #a00;
	transition: color 0.4s;
}
#navigation li.current-menu-item a {
	color: #103255;
	transition: color 1.4s;
}
#hamburger {
	display: none;
}
@media (max-width: 600px) {
	#hamburger {
		display: block;
		position: absolute;
		left: 28px;
		top: 15px;
		width: 36px;
		height: 36px;
		z-index: 10;
	}
}
#hamburger-close {
	display: none;
}
@media (max-width: 600px) {
	#hamburger-close {
		display: block;
		position: absolute;
		left: 28px;
		top: 15px;
		width: 36px;
		height: 36px;
		z-index: 10;
	}
}
#hamburger-overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 0;
	opacity: 0.88;
	z-index: 1;
	transition: width 0.3s ease;
}
@media (max-width: 600px) {
	a.close-subnav {
		display: none;
	}
}

article {
	position: static;
	width: 1200px;
	margin: 0 auto;
	padding: 3rem 0.25rem 2rem 0.25rem;
}
@media (max-width: 1400px) {
	article {
		width: 80vw;
	}
}
@media (max-width: 800px) {
	article {
		width: 90vw;
	}
}
@media (max-width: 400px) {
	article {
		width: 90vw;
	}
}
.alignwide-solo {
	width: 100%;
	margin: 0 auto;
	padding: 2% 5%;
}
.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}
.alignwide {
	position: relative;

	margin-left: calc(25% - 25vw);
	margin-right: calc(25% - 25vw);

/*
	margin-left: 10%;
	margin-right: 10%;
*/

	width: auto;
	max-width: 100vw;
	/* background: white; /* debug */
}
.wp-block-embed__wrapper {
	text-align: center;
}
.wp-block-media-text img,
.wp-block-column img {
	height: auto;
}
.wp-block-columns.has-background {
	padding: 1em;
}
.wp-block-quote {
	padding: 0 0;
	font-style: normal;
	font-size: 0.7rem;
}
.wp-block-quote p {
	font-family: webfont-italic;
	font-style: italic;
	padding: 0;
	margin: 0;
}
footer {
	padding: 6rem 0;
	width: 100%;
	background: #444;
}
@media (max-width: 800px) {
	footer {
		padding: 6% 5%;
	}
}
footer h3 {
	color: #fff;
}
footer hr {
	display: block;
	margin: 1rem 0;
	width: 100%;
	height: 2px;
	background: #fff;
}
.button {
	font-family: webfont-black;
	color: #444;
	display: block;
	margin: 0 auto;
	width: 10em;
	padding: 1em 2em;
	border: 3px solid #444;
	border-radius: 1.2em;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}
.button.invers {
	color: #fff;
	background: #444;
	border: 3px solid #fff;
}
.button:hover {
	color: #fff;
	background: #444;
}
.button:hover.invers {
	color: #444;
	background: #fff;
	border-color: #444;
}
.abgerundet {
	border-radius: 20px;
}
img.schatten {
	border-radius: 7px;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.75);
}
div.boxes {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}
div.boxes div.box1-2 {
	width: 50%;
}
div.boxes div.box2-2 {
	width: 50%;
}
div.box {
	padding: 0 0rem;
}
.flex-links {
	justify-content: left;
}
.links {
	text-align: left;
}
.mitte {
	text-align: center;
}
.rechts {
	text-align: right;
}
a#top-button {
	display: none;
	position: fixed;
	right: -3rem;
	bottom: 1rem;
	width: 7rem;
	height: 3.5rem;
	background: url(../bilder/top-SVG.svg) no-repeat;
	background-size: 80% 80%;
	background-position: center;
	line-height: 0;
	font-size: 0;
	color: transparent;
	opacity: 0.6;
	z-index: 1000;
	transition: all 0.2s ease-out;
}
a#top-button:hover {
	right: -1.5rem;
	opacity: 1;
}
.zoom {
	transition: transform 0.8s;
	transform: scale(1.01);
	shape-rendering: auto;
}
.zoom:hover {
	transform: scale(1.1);
	transition: transform 0.2s;
}
.zoom2 {
	transition: transform 0.8s;
	transform: scale(1.01);
	shape-rendering: auto;
}
.zoom2:hover {
	transform: scale(1.4);
	transition: transform 0.2s;
}

/* pvd: Spezielle Anpassungen */

.wp-block-columns {
	/* margin-bottom: 0; /* war: 1.75em; */
	margin-bottom: 1.75em;
}

/* Den Abstand (gap) zwischen Spalten verkleinern */
.is-layout-flex .gap-01 {
	gap: 0.5em;
}

body .is-layout-flow > * + * {
	/* war: margin-block-start: 24px; */
	margin-block-start: 0 !important;
	margin-block-end: 0;
}

.gabi01 {
	border-top: white 20px solid !important;
}

.wp-block-image figcaption {
	line-height: 1.2;
	font-size: 1rem;
}

/* Team-Bilder auf mobile kleiner (zeile) */

@media (max-width: 400px) {
	figure.team {
		max-width: 66%;
	}
}

@media (max-width: 800px) {
	.prio2 {
		display: none;
	}
}

/* Geschäftsführer-Bilder auf mobile kleiner (table) */

@media (max-width: 800px) {
	.tabelle-mobil {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}
