/*
 Theme Name:   MDZC-Child
 Description:  MDZC Child Theme
 Author:       Frank Börner
 Author URI:   https://digitalzentrum-chemnitz.de
 Template:     mdzc
 Version:      1.0
 Text Domain:  mdzc-child
*/

/*.vnt table {
	margin: 2em;
	background-color: #ddd;
}
tab*/


/* Roboto Regular (400) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url( './fonts/roboto/Roboto-Regular.woff2' ) format('woff2'),
       url( './fonts/roboto/Roboto-Regular.woff' ) format('woff');
}

/* Roboto Bold (700) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url( './fonts/roboto/roboto-v20-latin-700.woff2' ) format('woff2'),
       url( './fonts/roboto/roboto-v20-latin-700.woff' ) format('woff');
}

.article__sidebar .icon  {
	width: unset;
	max-width: 3rem;
}
.article__sidebar__group--author{
	padding: unset;
	border: unset;
	border-radius: unset;
	text-align: justify;
}

a.article__sidebar__group__list__item__link {
    color: #cd0a1e;
}

a.article__sidebar__group__list__item__link:hover {
    color: #007bc3;
}

aside.article__sidebar{
	padding: 1rem; 
    border: 3px solid #cd0a1e;
    border-radius: 1rem 0 1rem 1rem;
	height: fit-content;
}

.category-hub__read-more {
    font-style: italic;
    text-align: end;
}

.category-hub__content {
    text-align: justify;
	hyphens: auto;
	color: unset;
}

.category-hub__link {
  /*padding: 2rem;*/
  display: contents;
  width: 100%;
  height: 100%;
  color: inherit;          /* Textfarbe beibehalten */
  text-decoration: none;   /* Unterstreichung entfernen */
}

.category-hub--knowledge .category-hub__content {
	text-align: center;
}

.category-hub--project .category-hub__item:hover {
	border-radius: 1em 0 1em 1em;
	background-color: #cae2e5;
}
.team-results details.team-accordion {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 1em;
  background: #f9f9f9;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.team-results details.team-accordion[open] {
  background: #fff;
  border-color: #aaa;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.team-results details.team-accordion summary.team-accordion-summary {
  list-style: none;
  cursor: pointer;
  padding: 0.75em 1em;
  font-weight: bold;
  background: #eee;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
}

.team-results details.team-accordion summary.team-accordion-summary::-webkit-details-marker {
  display: none;
}
.team-results details.team-accordion summary.team-accordion-summary::marker {
  display: none;
}

/* Pfeil per CSS */
.team-results details.team-accordion summary.team-accordion-summary::before {
  content: "►";
  display: inline-block;
  margin-right: 0.5em;
  transition: transform 0.3s ease;
  font-size: 1em;
}

.team-results details.team-accordion[open] summary.team-accordion-summary::before {
  transform: rotate(90deg);
}

.team-results details.team-accordion div.team-accordion-content {
  padding: 1em;
  background: transparent;
}


.podcast-container {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  background: #f9f9f9;
  min-width: 22rem;
  max-width: 38rem;
  position: relative;
  margin: 0 auto 0;
}

.podcast-snippet {
  margin-bottom: 20px;
  background-color: #cae2e5;
  border-radius: 0.25rem 0 0.25rem 0.25rem;
  text-align: center;
}

/*.podcast-snippet h3 {
  margin-bottom: 10px;
  font-size: 1.2em;
  display: flex;
  align-items: center;
}

.podcast-snippet h3 i.fa-play {
  margin-right: 10px;
  color: #0073aa;
}*/

.podcast-footer {
  text-align: right;
  font-size: 0.9em;
  color: #555;
  border-top: 1px solid #ccc;
/* padding-top: 10px;
  margin-top: 20px;*/
}


		.vnt .circled{
		  display: inline-block;   /* Ermöglicht Breite/Höhe */
		  width: 1.2em;             /* Breite des Kreises */
		  height: 1.2em;            /* Höhe des Kreises */
		  line-height: 1.2em;       /* Zeilenhöhe, damit die Zahl vertikal zentriert ist */
		  border-radius: 50%;      /* Macht den Rahmen rund */
		  text-align: center;      /* Zentriert den Text horizontal */
		  font-weight: bold;       /* Fettgedruckter Text, optional */
		  margin-right: .25em;      /* Abstand zum Text, optional */
		  background-color: #000;
		  color: #fff;
		  font-size: 80%;
    	}
		.vnt details {
			margin-bottom: .75em;
			padding: 0.5em 0.75em;
			border: 1px solid #ddd;
			border-radius: 5px 0 5px 5px;
		}

		.vnt summary {
			cursor: pointer;
			/* Zeigt an, dass das Element klickbar ist */
			font-weight: bold;
			/* Betont den Titel */
			list-style: none;
			/* Entfernt das typische Dreieck/Bullet in manchen Browsern */
		}

		.vnt details:hover {
			background-color: #f9f9f9;
		}

		.vnt summary::-webkit-details-marker {
			display: none;
			/* Entfernt das Standard-Dreieck in Chrome/Safari */
		}

		.vnt details[open] {
			background-color: #f9f9f9;
		}

		.vnt details p {
			margin: 0.5em 0 0;
			font-size: smaller;
			/* Abstand zum Text im ausgeklappten Zustand */
		}
/* Grundstil für die Tabelle */
table.veranstaltungsplan {
  width: 100%;
  border-collapse: collapse; /* Verhindert doppelte Rahmen */
  margin: 1em 0;            /* Etwas Abstand über und unter der Tabelle */
  background-color: #eee;
}

/* Zellen- und Kopfzeilen-Stil */
table.veranstaltungsplan th,
table.veranstaltungsplan td {
  padding: 0.75em 1em;       /* Innenabstand */
  vertical-align: top;       /* Inhalt am oberen Rand ausrichten */
  text-align: left;          /* Text linksbündig */
}

/* Linien zwischen den Zeilen: dotted */
table.veranstaltungsplan tr {
  border-bottom: 1px dashed #999;
}

/* Letzte Zeile ohne untere Linie */
table.veranstaltungsplan tr:last-child {
  border-bottom: none;
}

/* Optionale Formatierung für die Zeit-Spalte, z.B. schmaler halten */
table.veranstaltungsplan td.zeit {
  white-space: nowrap;       /* Verhindert Zeilenumbruch bei Zeitangaben */
  width: 8rem;              /* Beispiel-Breite */
  text-align: right;
}

/* Grundstil für die Tabelle .hotels */
table.hotels {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
}

/* Kopfzeilen-Formatierung (optional) */
table.hotels thead th {
  font-weight: bold;
  padding: 0.75em 1em;
  text-align: left;
}

/* Zellenstil */
table.hotels th,
table.hotels td {
  padding: 0.75em 1em;
  vertical-align: middle;
  border-bottom: 1px dashed #999;
  text-align: left;
}

table.hotels td {
	background-color: #eee;
}
table.hotels th {
  border-bottom: none;
}

table.hotels tr:last-child > td {
  border-bottom: none;
}

.vnt a {
	color: #007BC3;
	transition: .5s;
	white-space: nowrap;  
}

.vnt a > i {
	background-color: #007BC3;
	color: #fff;
	padding: .25rem;
	border-radius: 0.25rem 0 0.25rem 0.25rem;
	margin-left: 0.25rem;
	margin-right: 0.25rem; 
}

.vnt a:hover {
	color: #cd0a1e;
	transition: .5s;

}

.vnt a:hover > i {
	background-color: #cd0a1e;
	transition: .5s;
}

.vnt .text-red{
	color: #cd0a1e;
}

h3.category-hub__title > * {
    hyphens: auto;
}

select.ee-reg-qstn-30 {
    margin-block-start: 1rem;
    height: 14rem;
}

ul.check-list {
  list-style-type: none; /* Entfernt Standard-Listenpunkte */
  padding-left: 0; /* Entfernt das Standard-Padding */
  margin-left:1em !important;
}

ul.check-list li {
  position: relative;
  padding-left: 30px; /* Platz für das Rechteck lassen */
  margin-bottom: 0.35em;
  line-height: 1.25em;
}

ul.check-list li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  width: 16px !important; /* Breite des Rechtecks */
  height: 16px !important; /* Höhe des Rechtecks */
  border-radius: 2px !important;
  border: 2px solid #cd0a1e !important; /* Roter Rand für das leere Rechteck */
  background-color: #fff !important; /* Innenraum des Rechtecks weiß */
}
ul.check-list li::after {
content: '';
display: none !important;
}


.knowledge .related-post-item a {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    display: block;
} 

.knowledge a{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
    vertical-align: bottom;
}

.hinweis_bulb {
  position: relative;
  background-color: #cae2e5; /* Hellblauer Hintergrund */
  padding: 20px;
  border-radius: 8px;
  font-size: 16px;
  max-width: 800px;
  margin: 20px auto;
}

.hinweis_bulb i {
  position: absolute;
  top: -15px; /* Etwas über dem Container */
  right: -15px; /* Etwas nach links versetzt */
  font-size: 24px; /* Größe des Icons */
  color: #007fc3; /* Farbe des Icons */
  background-color: #ffffffcc; /* Weißer Hintergrund um das Icon */
  padding: 15px;
  border-radius: 50%; /* Macht den Hintergrund des Icons rund */
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); /* Leichter Schatteneffekt */
  width: 2em;
  height: 2em;
  display: flex; /* Flexbox um das Symbol zu zentrieren */
  justify-content: center; /* Horizontal zentrieren */
  align-items: center; /* Vertikal zentrieren */
}

/* Styling für die Tabelle */
.monthly-post-counts-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.monthly-post-counts-table th,
.monthly-post-counts-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.monthly-post-counts-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}


#checksTable {
    width: 100%;
    border-collapse: collapse;
}

.check-title {
    background-color: #f0f0f0;
    font-weight: bold;
    padding: 10px;
}

.subcheck-title {
    background-color: #e0e0e0;
    padding-left: 10px;
    padding: 5px;
}

.merkmal-title {
    width: 50%;
    padding: 5px;
}

.rg-block {
    display: inline-block;
    text-align: center;
    margin: 5px;
}

.rg-block img {
    max-width: 50px;
    height: auto;
}

.rg-block p {
    margin: 5px 0 0;
}


.article__title {
	hyphens: unset;
}

.article__intro, .article__archive__summary {
	text-align: justify;
	hyphens: auto;
}
.home .article__additional__thumbnail__image {
    display: block;
    /* width: auto; */
    height: 100%;
    aspect-ratio: 1.5;
}

.footer__info, .wrapper {
    max-width: min(90rem, calc(100vw - 4 rem));
}

.wrapper--small {
    max-width: 55rem;
}

.related-post-content .related-post-tags, .related-post-content .related-post-categories{
	display: none;
}
/* Versteckt den Standard-Radio-Button, behält aber die Funktionalität */
.wpcf7-list-item input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Erstellt einen benutzerdefinierten Radio-Button */
.wpcf7-list-item input[type="radio"] + .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    user-select: none;
}

/* Das gestylte Radio-Button Kästchen */
.wpcf7-list-item input[type="radio"] + .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    left: 0;
    /*top: 50%;
    transform: translateY(-50%);*/
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #cd0a1e;
    border-radius: 4px;
    box-sizing: border-box;
    transition: background-color 0.2s, border-color 0.2s;
}

/* Das Kreuz im ausgewählten Zustand */
.wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label::before {
    background-color: #cd0a1e;
    border-color: #cd0a1e;
}

.wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Hover-Effekt für Radio-Buttons */
.wpcf7-list-item input[type="radio"] + .wpcf7-list-item-label:hover::before {
    background-color: #007bc3;
    border-color: #007bc3;
}

/* Versteckt die Standard-Checkbox, behält aber die Funktionalität */
.wpcf7-list-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Erstellt eine benutzerdefinierte Checkbox */
.wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    user-select: none;
}

/* Das gestylte Checkbox-Kästchen */
.wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    left: 0;
    /*top: 50%;
    transform: translateY(-50%);*/
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #cd0a1e;
    border-radius: 3px;
    box-sizing: border-box;
    transition: background-color 0.2s, border-color 0.2s;
}

/* Häkchen im ausgewählten Zustand */
.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    background-color: #007bc3;
    border-color: #007bc3;
}

.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 10px;
    height: 16px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/* Hover-Effekt für Checkboxen */
.wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label:hover::before {
    background-color: #cd0a1e;
    border-color: #cd0a1e;
}


/* Styling für alle Radio-Buttons */
.wpcf7-list-item label input[type="radio"], 
.wpcf7-list-item.first.last input[type="radio"] {
    width: 20px; /* Größere Breite des Radio-Buttons */
    height: 20px; /* Größere Höhe des Radio-Buttons */
    margin-right: 10px; /* Abstand zwischen Radio-Button und Text */
    flex-shrink: 0; /* Verhindert, dass der Radio-Button schrumpft */
    vertical-align: middle; /* Vertikale Ausrichtung */
}

/* Styling für alle Labels */
.wpcf7-list-item-label {
    display: block;
    line-height: 1.2; /* Reduziert den Zeilenabstand */
	padding-bottom: 0.5em;
}

.wpcf7-list-item label {
    display: flex;
    align-items: center; /* Zentriert den Radio-Button vertikal zum Text */
}

article#digitalisierung-und-recht-schwerpunkte-im-mittelstand-digital-zentrum-chemnitz .related-posts-mdzc {
    display: none;
}

.related-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr)); /* Flexibles Grid-Layout */
    gap: 20px;
}

.related-post-item {
    display: flex;
    flex-direction: column; /* Bild oben, Text unten */
	align-items: stretch;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
    width: 100%;
    max-width: 100%;
    min-width: 0;
	border: thin solid #bbb;
}

.related-post-category-label {
    font-size: small;
    line-height: 1;
}

.related-post-tags, .related-post-categories {
    font-size: small;
}

.related-post-item:hover {
    transform: scale(1.02);
	cursor: pointer;
}

.related-post-item.fallback-post {
	background-color: #f0f0f0;
}

.related-post-item.related-post-espresso_events {
    /*border: 4px red dotted;*/
}

.related-post-thumbnail {
    flex: 1;
    overflow: hidden;
}

.related-post-thumbnail img {
    width: 100%;
    height: 100%;
	aspect-ratio: 2;
    object-fit: cover;
	border-bottom: thin solid #ccc;
}

.related-post-thumbnail > figure {
    border-radius: 0 !important;
    margin: 0 !important;
}

.related-post-content {
    flex: 2;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.related-post-title {
    font-size: 1.2em;
    margin: 0 0 10px 0;
}

h4.related-post-title {
    margin-top: 0;
    line-height: 1.25;
}

.related-post-excerpt {
    font-size: 0.85em;
    color: #333;
    line-height: 1.4;
    hyphens: auto;
    text-align: justify;
}

/* Klassen für spezifische CPTs */
.related-post-post {}
.related-post-page {}
.related-post-knowledge {}
.related-post-project {}

.toggle {
  cursor: pointer;
  padding: 10px;
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  margin-bottom: 5px;
}

.toggle-content {
  display: none;
  padding: 10px;
  border: 1px solid #ddd;
  border-top: none;
}
/* Wrapper um die Tabelle, der die volle Breite einnimmt und horizontal scrollt, falls nötig */

.download-summary-container {
    margin-left: calc((100vw - 1400px) / -2);
    margin-right: calc((100vw - 1400px) / -2);
    overflow-y: auto;
    /* max-height: 500px; */
    /* width: calc(100% + 40px); */
}

/* Tabelle anpassen */
.download-summary-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
		margin-bottom: 2em;
}

.download-summary-table th, .download-summary-table td {
    padding: 8px;
    text-align: left;
    border: 1px solid #ddd;
}

.download-summary-table th {
    background-color: #f2f2f2;
    font-weight: bold;
	hyphens: auto;
}

.download-summary-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Tabelle anpassen */
.workshop-summary-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
	margin-bottom: 2em;
}

.workshop-summary-table th, .workshop-summary-table td {
    padding: 8px;
    text-align: left;
    border: 1px solid #ddd;
}

.workshop-summary-table th {
    background-color: #f2f2f2;
    font-weight: bold;
	hyphens: auto;
}

.workshop-summary-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}


/*----*/
.p-1 {
	padding: 1em;
}
a.text-link
{
	color: #c0c0c0;
}
.sub_page_link{
	display: contents;
}
.article__archive__thumbnail figure {
	border-radius: 0.25em;
	overflow: hidden;
	box-shadow: 0px 0px 5px -1px #333;
	border: unset;
}
 picture img.article__archive__thumbnail__img.wp-post-image{
    border: unset;
}

.content figure {
    border: unset;
    box-shadow: 0px 0px 5px -1px #888;
    border-radius: 0.35em;
	overflow:hidden;
}

h3.subpage-hub__title > a {
    hyphens: auto;
}

.magnify .magnify-lens {
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 20% 0 20% 20%;
    -webkit-box-shadow: 0 0 0 3px rgba(205, 10, 30, 0.85), 0 0 7px 7px rgba(0, 123, 195, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 3px rgba(205, 10, 30, 0.85), 0 0 7px 7px rgba(0, 123, 195, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    cursor: none;
    display: none;
    z-index: 100;
}

.search__form button {
    color: #cd0a1e;
    border-color: #cd0a1e;
}

.search__form button:hover {
    color: #fff;
    
}

.slider {
  position: relative;
  width: 100%;
  height: 400px;
  max-height: 30vw;
  overflow: hidden;
}

.slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
}

.slider .slide.active {
  opacity: 1;
  z-index: 1;
}

img.article__archive__thumbnail__img.wp-post-image {
    border: thin solid #ddd;
}

body::after {
    top: 0%;
    z-index: -2;
    height: 200vh;
	width: 200vw;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: -webkit-linear-gradient(225deg,#cd0a1e,#002d4c);
    background: linear-gradient(-135deg,#cd0a1e,#002d4c);
    background-size: 100% 100%;
    -webkit-animation: gradient-rotate 120s ease-in-out infinite;
    animation: gradient-rotate 120s ease-in-out infinite;
	display: inherit !important;
}

.event-calendar__event .event-calendar__event__title:hover  > a{
    color: #cd0a1e !important;
} 
.event-calendar__event .event-calendar__event__title:hover  > span{
    color: #cd0a1e !important;
} 

.event-calendar__event .event-calendar__event__title:hover{
    background-color: #fff;
	border: thin solid #cd0a1e;
} 
.event-calendar__event--transferveranstaltung .event-calendar__event__title:hover  > a{
    color: #007bc3 !important;
} 
.event-calendar__event--transferveranstaltung .event-calendar__event__title:hover  > span{
    color: #007bc3 !important;
} 

.event-calendar__event--transferveranstaltung .event-calendar__event__title:hover{
    background-color: #fff;
	border: thin solid #007bc3;
} 

li.event-calendar__cell.today {
    background-color: #e0e0e0;
	border: 1px solid #aaa;
}

.event-calendar__cell .past-event {
	cursor: not-allowed;
}


h1.article__title.article__title--page.article__title--frontpage {
    display: none;
}

.article__content, .article__header {
    margin-top: 6rem;
}

.footer__newsletter {
    width: 66%!important;
}

.kernpunkte section {
    background: #fff;
    border: thin solid #cd0a1e;
    padding: 1em;
    border-radius: 0.5em;
	margin-bottom: 1em;
	break-inside: avoid;
}

.kernpunkte {
  column-count: 3;
  column-gap: 1em;
}

@media (max-width: 1280px) {
  .kernpunkte {
    column-count: 2;
  }
}

@media (max-width: 768px) {
  .kernpunkte {
    column-count: 1;
  }
}

.kernpunkte section > h1{
	margin-top: 0.25em;
	}

.kernpunkte .events {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1em;
}

.kernpunkte .events .event{
	border: thin solid #007bc3;
	padding: 1em;
	border-radius: 0.25em;
}
.kernpunkte .events .event > *{
	hyphens: auto;
}
.kernpunkte .events .event > p{
	text-align: justify;
}

.kernpunkte .events .event > h4{
	display: none;
}
.kernpunkte .events .event > ul{
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 3em;
}
.kernpunkte .events .event > h3{
	margin-top: 0.5em;
}

.knowledge .conclusion {
	background: #cae2e5;
	max-width: 1000px;
	margin: 2em auto 2em;
	border-radius: 0.35em;
	padding: 2em;
	box-shadow: 0px 0px 5px -1px #888;
}
.knowledge .conclusion.blue {
	text-align: justify;
	color: #fff;
    background: #007bc3;
    padding: 2em;
    padding: 0.5em 2em;
    margin: 2em auto 2em;
    border-radius: 1em 0 1em 1em;
    border: 0.5em double #f6f6f6;
    max-width: 750px;
}

.knowledge .conclusion.blue a{
	color: #fff!important;
}

.knowledge .conclusion.blue a:hover{
	color: #bbb;
	font-weight: bold;
}

.knowledge .conclusion.blue figcaption{
	color: #334046 !important;
}

.katex {
    text-rendering: auto;
    font: normal 1em KaTeX_Main,Times New Roman,serif !important;
    line-height: 1.2;
    text-indent: 0;
}

svg.ext_link_symbol {
    fill: currentColor;
    height: 1em;
}

.article__thumbnail {
    display: block;
}

.articla__thumbnail > figure {
	background-color: #ccc;
    border: thin solid #555;
}

.ee-question-desc, .ee-question-option-desc {
    margin: 0 0 0 0.25em;
    font-size: 1.0em!important;
    letter-spacing: 1px;
    color: #333!important;
}

.katex-display {
    display: block;
    margin: 1em 0;
    text-align: center;
    padding: 1em;
    background-color: #fff;
    border-radius: 0.25em;
    border: thin solid #ddd;
	/*font-size: 1.25em !important;*/
	    font-size: min(1.5vw, 1.25rem) !important;
}

h3 > * {
    hyphens: auto;
}

.tipp{
	background-color: #fff;
	text-align: justify;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	border-radius: 0.35em;
}

.tipp > h3 {
    margin-top: 0;
}
.espresso_event_categories-transferveranstaltung .event__ticket-form{
	display: none;
}
.blueText{
	color: #007bc3;
}

.redText{
	color: #cd0a1e;
}

.content>*+*, .content p+ol, .content p+p, .content p+ul, .content ul+p {
    margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.content figure, .content figure > img {
    max-width: 900px;
    margin: 0 auto 0;
}

.content figure{
	margin-bottom: 1em;
	margin-top: 1em;
	background-color: #fff;
}

.content figcaption, table > caption{
	text-align: right;
	padding: 0.35em 1em;
	font-style: italic;
	font-size: 90%;
	width: 100%;
	background-color: #fff;
	border-radius: 0 0 0.35em 0.35em;
	border: thin solid #eee;
}
table > caption{
	text-align: left;
	padding: 0.35em 1em;
	border-radius: 0.35em 0.35em 0 0;
}

.content figcaption:before {
    content: "↑";
    color: #cd0a1e;
    margin: 0.5em;
    font-weight: bold;
	font-style: normal;
	font-size: 110%;
}

.content table >caption:after {
    content: "↓";
    color: #cd0a1e;
    margin: 0.5em;
    font-weight: bold;
	font-style: normal;
	font-size: 110%;
}

.caption-wrap{
	position: relative;
}
.caption-wrap > p.caption-copyright {
    position: absolute;
    z-index: 2;
    color: #fff;
    padding: 4px;
    font-size: 75%;
    text-align: right;
    margin-bottom: 0 !important;
    text-shadow: 1px 0px 3px #000, 0px 1px 3px #000, 1px 1px 3px #000;
}

span.highlight {
    font-weight: bold;
    color: #007bc3;
}

.h5p-interactive-book-cover-title{
	text-align: left;
}
.content ol > li {
    padding-left: 0.6em;
}
.content ol {
    list-style: decimal;
    /*padding-left: 2em;*/
}

.content ol {
    margin-left: 2em;
}

.knowledge table {
	margin: 1em auto 1em;
	background-color: #fff;
	border-collapse: collapse;
	min-width: 90%
}

.knowledge table td,
.knowledge table th {
	border: 1px solid #888;
	padding: 0.5em;
	text-align: left;
}

.knowledge table th{
	font-weight: 600;
	font-size: 115%;
}
.knowledge table tbody th{
	background-color: #ccc;
}

.knowledge table tbody tr:nth-child(odd){
	background-color: #eee;
}

.knowledge table thead {
	color: #fff;
	background-color: #cd0a1e;
	font-weight: bold;
	text-align: center;
}

.hopo{
	display: none;
}
.article__archive__title, .article__title, .category-hub__title, .content h2, .event-calendar__event__title, .hyphen, .subpage-hub__title {
	/*hyphens: initial;*/
}

#selbstcheck-digitalisierung section.article__content.content {
    padding-top: 13px;
}

.focus{
	color: #cd0a1e;
	text-decoration: capitalize;
	font-weight: bold;
}

a{
	text-decoration: none !important;
}

.article__main-content > p, .article__content > p, .event-content > p, .article__content .wrapper >p {
	text-align: justify;
	/* hyphens: auto; */
}

.agenda tr > td:nth-child(1), .agenda tr > td:nth-child(1) {
    border-right: 2px solid #cd0a1e;
}
.article__main-content td, .article__content td{
    padding: 0.25em;
}

.flex-block{
	display: flex;    
	column-gap: 1em;
    align-items: center;
    justify-content: space-between;
}

figure.article__thumbnail__img.wp-post-image {
    background-color: #e0e0e0;
    /*border: thin solid #e0e0e0;
    border-radius: 0.5em 0 0.5em 0.5em;*/
    overflow: hidden;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border-color: #cd0a1e !important;
    color: #cd0a1e !important;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    border-color: #007bc3 !important;
    color: #fff !important;
}

li.article__sidebar__group__list__item {
    display: flex;
    column-gap: 0.5em;
 /*   align-items: center;*/
}
li.article__sidebar__group__list__item > svg {
    /*margin-top: 0.25em;*/
	    height: 1.5em;
}

svg.progress, div.progress__count{
	display: none !important;
}

div#espresso_calendar{
	font-family: arial;
	font-size: min(1.4vw,14px) !important;
    margin: auto;
    width: calc(100% - 2em) !important;
}

#espresso_calendar .fc-event-title {
	font-size: min(1.4vw,14px) !important;
	hyphens: auto;
}

#espresso_calendar:not(.ui-widget).calendar_fullsize .fc-state-highlight {
	background: #cde2e5;
}
.fc-event-inner {
	border: 2px solid #cd0a1e;
	border-radius: .5em 0 .5em .5em;
}
.transferveranstaltung .fc-event-inner {
	border: 2px solid #007bc3;
	border-radius: .5em .5em 0 .5em;
}

.kick-off .fc-event-inner {
	border: 2px solid #cd0a1e;
	color: #fff;
	background-color: #cd0a1e;
	border-radius: .5em .5em 0 .5em;
}


#espresso_calendar .fc-event-title{
	font-weight: bold;
	font-size: min(1.5vw, 14px);
}

.qtip-titlebar {
	background-color: #cd0a1e !important;
	color: #fff;
	font-size: 125%;
	line-height: 1.25;
	letter-spacing: .25px;
}

.fc-other-month {
	background: #f0f0f0 !important;
}
.qtip {
	padding: 0 !important;
	border-radius: 1em !important;
	/* overflow: hidden; */
}
.qtip_info .sold-out-dv {
	background: #cd0a1e !important;
}

.fc-today {
	background-color: #cae2e5 !important;
}

/* damit eine H1 definiert ist */
h1 {
    display: block;
    font-size: 2.5em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    color:#cd0a1e;
}

.content ol>li {
    list-style: decimal !important;
    position: initial !important;
}

.team__member__position {
    font-size: 1rem;
    font-weight: normal;
    text-transform: none;
}

.footer a:hover{
    color: #007bc3;
}

.footer__social .nav__item:hover{
    background-color: #007bc3;
}

.footer__social .nav__item a:hover{
    color: #fff;
}

a.elevator:hover{
    color:#fff;
}

.mdc_pa{
    background-color: #cae2e5;
    padding: 1em;
    border: thin solid #cd0a1e;
    border-radius: .5em 0 .5em .5em;
    font-size: 80%;
}

.wpcf7-list-item > input {
    margin: 0 2em;
}

table.attendee-list{
    width:100%;
}

.attendee-list > td{
    min-width: 80px;
	padding: 0 3px;
}

.event-tickets .important-notice, .event-content .important-notice{
	color: #cd0a1e;
}

.tkt-slctr-tbl > thead,
.tkt-slctr-tbl .display-tckt-slctr-tkt-details,
.tkt-slctr-tbl .tckt-slctr-tbl-td-price,
.tkt-slctr-tbl .ticket-sales-sold-out{
	display:none;
}

h2#spco-steps-big-hdr, div#spco-steps-display-dv, legend.spco-attendee-lgnd{
    display: none;
}

.ee-reg-form-qstn-grp-dv p+p{
    margin-top: -1em;
}

.ee-reg-form-qstn-grp-dv ~ p {
    display: none;
}

select.ee-reg-qstn, input.ee-reg-qstn, label.ee-reg-qstn {
    margin-bottom: 1em;
}

.ee-checkbox-label-after {
    margin: 0em 0 1em;
}

fieldset.ee-reg-form-attendee-dv {
    border-color: #007bc3;
    border-radius: 1.2em 0 1.2em 1.2em;
}

fieldset.ee-reg-form-attendee-dv select, fieldset.ee-reg-form-attendee-dv input {
    padding: 0.25em;
    border: 1px solid #cae2e5;
    border-radius: 0.25em;;
}

#ee-single-page-checkout-dv .ee-asterisk {
    margin-left: 0.125em !important;
}
.ee-required-text{
    margin-top: -1em;
}





.wissen_{
	max-width:1400px;
	margin: 0 auto 0;
}
.wissen a.cta_{
	padding: 10px;
	font-weight: 600;
	border: 2px solid #cd0a1e;
	border-radius: .5em 0 .5em .5em;
	transition: all .35s;
}

.wissen a.cta_:hover{
	border: 2px solid #007bc3;
	background-color: #cae2e5;
	text-decoration: none;
}

/*.wissen a:hover{
	text-decoration: underline;
}*/

.wissen caption {
	color: #cd0a1e;
	text-align: left;
	font-weight: bold;
	font-size: 90%;
}

.wissen figure {
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	-webkit-margin-before: 1em;
	margin-block-start: 1em;
	-webkit-margin-after: 1em;
	margin-block-end: 1em;
	-webkit-margin-start: 0px;
	margin-inline-start: 0px;
	-webkit-margin-end: 0px;
	margin-inline-end: 0px;
	caption-side: bottom;
}

.wissen h2,h1{
	margin-bottom: 0;
	margin-top: 1em;
}
.wissen figure figcaption {
	color: #cd0a1e;
	text-align: left;
	font-weight: bold;
	font-size: 90%;
}

.wissen figure .caption-copyright {
	background: none;
/* 	text-shadow: 1px 1px 2px #333, 1px -1px 2px #333; */
	text-shadow: 1px 0px 3px #000, 0px 1px 3px #000, 1px 1px 3px #000;
}

.wissen table {
	margin: 0 auto 0;
	background-color: #fff;
	border-collapse: collapse;
}

.wissen table td,
.wissen table th {
	border: 1px solid #000;
	padding: 0.5em;
	text-align: left;
}

.wissen table th{
	font-weight: 600;
	font-size: 115%;
}
.wissen table tbody th{
	background-color: #ccc;
}

.wissen table tbody tr:nth-child(odd){
	background-color: #eee;
}

.wissen table thead {
	color: #fff;
	background-color: #cd0a1e;
	font-weight: bold;
	text-align: center;
}

.wissen {
	/*padding: 1rem ;*/
	position: relative;
	top: 4em;
	padding-bottom: 0em;
	/*background-color: #f6f6f6;*/
	margin-bottom: 5em;
}

.wissen .blueText {
	color: #007bc3;
}

.wissen .red {
	color: #cd0a1e;
}

.wissen figure,
.wissen table {
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
}

.wissen .cta_ {
	font-weight: 600;
	color: #fff;
	background-color: #cd0a1e;
	padding: 0.5em;
	border-radius: 0.5em 0.5em 0;
}

.wissen .cta_:hover {
	color: #cd0a1e;
	background-color: #fff;
	border: 2px solid #cd0a1e;
}

.wissen .gear_::before {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	content: " ";
	background-image: url("/img/i3/gear.svg");
	background-size: 1rem ;
	height: 1rem ;
	width: 1rem ;
	margin: 0 0.5em 0 0;
	vertical-align: middle;
}

.wissen .content {
	position: relative;
	top: -3em;
}

.wissen img {
	max-width: 950px;
	width: 100%;
	display: block;
	border: 1px solid #cd0a1e;
	padding: .5em;
	border-radius: 1rem  0 1rem  1rem ;
	background-color: #fff;
}

.wissen .redFramed {
	border-radius: 1rem  0 1rem  1rem ;
	border: 3px solid #cd0a1e;
	width: calc(100% - 8px);
}

/* .wissen:before {
	content: "";
	background-color: #f6f6f6;
	padding: 0.5em;
	left: -0.75em;
	font-size: 200%;
	top: -2em;
	position: relative;
	border-radius: 1em 1em 0 0;
}

.wissen ul {
	position: relative;
	list-style: none;
	text-align: left;
	// margin-top: -0.5em;
}

.wissen ul li:before {
	content: "";
	position: absolute;
	color: #b50900;
	background-color: #b50900;
	border-radius: 0.35em 0.35em 0;
	width: 1em;
	height: 1em;
	margin-top: 0.2em;
	-webkit-transform: translateX(-2em);
	transform: translateX(-2em);
}

.wissen li {
	padding-bottom: 0.25em;
} */

/*.wissen.kg:before {
	content: "Kurz gefasst";
	color: #b50900;
}

.wissen.ng:before {
	content: "Nachgelesen";
	color: #b50900;
}

.wissen.pb:before {
	content: "Praxisbeispiel";
	color: #b50900;
}

.wissen.tag-produkte-gestalten {
	position: relative;
}

.wissen.tag-produkte-gestalten:after {
	content: "";
	background-image: url("/img/cat/PG.png");
	background-size: cover;
	width: 120px;
	height: 120px;
	position: absolute;
	top: -70px;
	right: -20px;
	z-index: 100;
	-webkit-filter: drop-shadow(1px 1px 8px #003087);
	filter: drop-shadow(1px 1px 8px #003087);
	-webkit-transform: rotateZ(15deg);
	transform: rotateZ(15deg);
}

.wissen.tag-alles-unternehmen {
	position: relative;
}

.wissen.tag-alles-unternehmen:after {
	content: "";
	background-image: url("/img/cat/AU.png");
	background-size: cover;
	width: 120px;
	height: 120px;
	position: absolute;
	top: -70px;
	right: -20px;
	z-index: 100;
	-webkit-filter: drop-shadow(1px 1px 8px #003087);
	filter: drop-shadow(1px 1px 8px #003087);
	-webkit-transform: rotateZ(15deg);
	transform: rotateZ(15deg);
}

.wissen.tag-leistung-bringen {
	position: relative;
}

.wissen.tag-leistung-bringen:after {
	content: "";
	background-image: url("/img/cat/LB.png");
	background-size: cover;
	width: 120px;
	height: 120px;
	position: absolute;
	top: -70px;
	right: -20px;
	z-index: 100;
	-webkit-filter: drop-shadow(1px 1px 8px #003087);
	filter: drop-shadow(1px 1px 8px #003087);
	-webkit-transform: rotateZ(15deg);
	transform: rotateZ(15deg);
}

.wissen.tag-recht-behalten {
	position: relative;
}

.wissen.tag-recht-behalten:after {
	content: "";
	background-image: url("/img/cat/RB.png");
	background-size: cover;
	width: 120px;
	height: 120px;
	position: absolute;
	top: -70px;
	right: -20px;
	z-index: 100;
	-webkit-filter: drop-shadow(1px 1px 8px #003087);
	filter: drop-shadow(1px 1px 8px #003087);
	-webkit-transform: rotateZ(15deg);
	transform: rotateZ(15deg);
}

.wissen.tag-menschen-machens {
	position: relative;
}

.wissen.tag-menschen-machens:after {
	content: "";
	background-image: url("/img/cat/MM.png");
	background-size: cover;
	width: 120px;
	height: 120px;
	position: absolute;
	top: -70px;
	right: -20px;
	z-index: 100;
	-webkit-filter: drop-shadow(1px 1px 8px #003087);
	filter: drop-shadow(1px 1px 8px #003087);
	-webkit-transform: rotateZ(15deg);
	transform: rotateZ(15deg);
}

.wissen.tag-sicher-bleiben {
	position: relative;
}

.wissen.tag-sicher-bleiben:after {
	content: "";
	background-image: url("/img/cat/SB.png");
	background-size: cover;
	width: 120px;
	height: 120px;
	position: absolute;
	top: -70px;
	right: -20px;
	z-index: 100;
	-webkit-filter: drop-shadow(1px 1px 8px #003087);
	filter: drop-shadow(1px 1px 8px #003087);
	-webkit-transform: rotateZ(15deg);
	transform: rotateZ(15deg);
}*/

/* .wissen .columns {
	text-align: initial;
	-webkit-columns: 2 2350px;
	columns: 2 2350px;
	-webkit-column-gap: 2em;
	column-gap: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
}

.wissen .columns > h3:first-child {
    margin-top: 0;
}
.wissen .columns p:first-of-type {
	margin-top: 0;
}

.wissen .columns p:last-of-type {
	margin-bottom: 0;
}

.wissen .columns div {
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	margin-bottom: 2em;
}

.wissen .columns div *:first-child {
	margin-top: 0;
}

.wissen .columns div *:last-child {
	margin-bottom: 0;
} */

.wissen .highlight {
	color: #cd0a1e;
	font-weight: 600;
}

.wissen .conclusion {
	background-color: #cd0a1e;
	color: #fff;
	padding: 0.5em 2em;
	margin: 2em 0;
	border-radius: 1rem  0 1rem  1rem ;
	border: 0.8em double #f6f6f6;
}

.wissen .conclusion h3 {
	color: #fff;
}

.wissen .conclusion ul li:before {
	color: #fff;
	/*background-color: #fff;*/
}

.wissen .blue {
	background-color: #007bc3;
	border: 0.8 double #f6f6f6;
}

.wissen .zitat {
	color: #007bc3;
	text-align: right;
	font-size: 125%;
	max-width: 750px;
	margin: 0 auto 0;
	background-color: #fff;
	border-left: 3px solid #007cb3;
	padding: 1em;
}

.wissen .zitat .zitierter {
	font-weight: bold;
}

.wissen .contact {
	width: calc(100%-2em);
	border: thin solid #cae2e5;
	padding: 1em;
}

.wissen .contact i {
	font-size: 150%;
	vertical-align: middle;
	padding-right: 0.5em;
	color: #cd0a1e;
}
.wissen .conclusion a {
	color: #fff;
}

.wissen .formel {
  padding: 1em;
  border-radius: 0.75em 0 0.75em  0.75em ;
  width: calc(100% - 0em);
  border: 1px solid #ccc;
}
.wissen h2,
.wissen h3,
.wissen h4 {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}

.wissen h2::after,
.wissen h3::after,
.wissen h4::after {
  content: "";
  display: block;
  height: 100px;
  margin-bottom: -100px;
}

.wissen table {
  font-size: min(1.5vw, 100%);
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}

.ee-registration-details-h3, 
.ee-registration-details-dv{
	display: none;
}

@media (min-width: 60rem)
.article__content, .article__header {
    margin-top: 5rem;
}
.home .article__news {
    margin-top: 5rem;
}

h3 > * {
    hyphens: initial;
}