


/** WORDPRESS WYSIWYG **/
.alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}
.alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}
.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}
.wp-block-image {
	display: flex;
	margin: 0px;
}
/** GUTENBER BLÖCKE / MODULE **/
/* Gutenberg Fixes */
.block-core-column.block {
    padding: 0 25px;
    flex-basis: 0;
    flex-grow: 1;
}
.block-core-column.block:first-child {
    padding-left: 0px;
}
.block-core-column.block:last-child {
    padding-right: 0px;
}
.wp-block-column .block {
    padding: 0px;
}
.wp-block-columns {
    margin-bottom: 0px;
}
/* Custom Basics */
section.block section.block {
    padding-top: 0px;
    padding-bottom: 0px;
}
.block {
    padding: 30px 0px;
}
/* Einfacher Text */
.block-einfacher-text h3 {
    font-size: 1.0em;
    color: #062c5b;
}
.block-einfacher-text .accordion-arrow {
    display: flex;
    align-items: center;
    height: 25px;
    width: 30px;
    justify-content: flex-start;
}
.block-einfacher-text .accordion-arrow svg {
    transition: transform 0.3s ease;
}
.active .block-einfacher-text .accordion-arrow svg {
    transform: rotate(180deg);
}
.block-einfacher-text .accordion-content {
    padding-left: 0px;
}


/** ACCORDION **/

.accordion-group {
}
.accordion {}
.accordion-trigger {
    cursor: pointer;
	margin-bottom: 1.667em;
}
.accordion-arrow {
    flex: 0 0 13px;
    height: 25px;
	margin-right: 20px;
}
.accordion-arrow svg {
    transition: transform 0.3s ease;
}
.active .accordion-arrow svg {
    transform: rotate(180deg);
}
.accordion-title {
    flex: 1 1 50%;
	color: rgb(0,41,89);
    font-weight: 600;
}
.accordion-content {
    padding-bottom: 30x;
}
.accordion-teaser {
    flex: 1 1 50%;
	margin-left: 30px;
}

/* Accordion Columns */

.accordion-group.columns-02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: calc(100% + 20px);
	margin-left: -10px;
}
.accordion-group.columns-02 .accordion {
	flex: 0 1 calc(50% - 20px);
	margin: 0px 10px;
}
.accordion-group.columns-02 .accordion.style-01:nth-child(-n+2) {
    border-top: 1px solid rgb(237,238,242);
}

/* Accordion - Style 01*/

.accordion.style-01:nth-child(-n+1) {
    border-top: 1px solid rgb(237,238,242);
}
.accordion.style-01 {
    border-bottom: 1px solid rgb(237,238,242);
}
.accordion.style-01 .accordion-trigger {
	margin-bottom: 0px;
    padding: 27.5px 0px;
}
.accordion.style-01 .accordion-arrow {
	flex: 0 0 120px;
	margin-right: 0px;
}
.accordion.style-01 .accordion-content {
    padding: 0px 0px 30px 120px;
}


/** AKKORDEON MIT ICON **/

.block-aufklapptext-mit-icon .accordion-trigger {
    border: none;
    padding: 0;
}


/* Icon Textblock */
.block-icon-textblock h3 {
    font-size: 1.0em;
    margin-top: 0px;
}
.col-icon {
    width: 60px;
}
.col-icon img {
    max-width: 30px;
}
/* Liste */
.list {
    width: 100%;
}
.list.style-01 li {
    padding: 20px 0px;
    border-top: 1px solid #e6e8ea;
}
.list.style-01 li:last-child {
    border-bottom: 1px solid #e6e8ea;
}
.list.style-01 h4 {
    margin-bottom: 5px;
}
.list.style-02 li {
    border-top: 1px solid #e6e8ea;
}
.list.style-02 li:last-child {
    border-bottom: 1px solid #e6e8ea;
}
.listensymbol {
	float: left;
	display: flex;
	height: 24px;
	align-items: center;
	padding-right: 10px;
}
/* Linkliste */
.block-linkliste li {
    padding: 0px;
}
.block-linkliste a {
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 600;
    color: #062c5b;
}
.block-linkliste a svg {
    margin-left: 10px;
    transition: transform 0.2s ease;
}
.block-linkliste a:hover svg {
    transform: translateX(5px);
}
/* Downloadliste */
.block-downloads li {
    padding: 0px;
}
.download-row {
    color: #062c5b;
    font-weight: 600;
    min-height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.download-icon {
    height: 40px;
    border-left: 1px solid #e6e8ea;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.download-icon span {
    display: none;
}
.download-beschreibung {
    font-weight: 100;
    color: #999999;
}
.download-icon svg {
    transition: transform 0.2s ease;
}
.download-row:hover .download-icon svg {
    transform: translateY(2px);
}
.download-ansicht-gross .download-icon {
    height: 60px;
    background: #f0f1f3;
    border: none;
    width: 100%;
    max-width: 180px;
    justify-content: space-between;
    padding: 0px 20px;
}
.download-ansicht-gross .download-icon span {
    display: flex;
}
/* Text & Bild (Teaser) */
.block-text-bild-teaser {
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.col-text-bild-teaser-thumb {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    left: 0px;
}
.col-text-bild-teaser-thumb img {
    max-width: 525px;
    object-fit: cover;
    max-height: 360px;
}
.text-bild-teaser-link {
    position: absolute;
    height: 120px;
    width: 120px;
    background: #062c5b;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-bild-teaser-link:hover svg {
    transform: translateX(5px);
}
.text-bild-teaser-link svg {
    transition: transform 0.2s;
}
.col-text-bild-teaser-content {
    max-width: 620px;
    border: 20px solid #f0f1f3;
    margin-top: 120px;
    padding: 60px 50px 60px 100px;
}
.block-text-bild-teaser h4 {
    align-self: flex-end;
    font-size: 1.867em;
    margin-bottom: 0px;
}
/* Bild & Text (50/50) */
.block-bild-text-50-50 .col {
    flex: 1 1 50%;
    margin: 30px;
}
.block-bild-text-50-50 .col:first-child {
    margin-left: 0px;
}
.block-bild-text--50-50 .col:last-child {
    margin-right: 0px;
}
.block-bild-text-50-50 .accordion-trigger {
    padding: 30px 0;
    border: 0px;
}
.block-bild-text-50-50 .accordion-arrow {
    width: 13px;
    margin-right: 20px;
}
.block-bild-text-50-50 .accordion-group {
    border-bottom: none;
}
.block-bild-text-50-50 .accordion-content {
    padding: 0;
}
/* Bild & Text (Frame) */
.text-bild-rahmen-thumb {
    max-width: 600px;
}
.text-bild-rahmen-thumb {
    max-width: 600px;
    height: 100%;
    max-height: 360px;
}
.text-bild-rahmen-content-box {
    border-width: 30px;
    border-style: solid;
    border-image: linear-gradient(90deg, rgb(0, 148, 79) 0%, rgb(0, 41, 89) 100%) 1 round;
    padding: 60px 60px 60px 280px;
    margin-left: -240px;
    max-width: 720px;
    margin-top: 60px;
    font-weight: 600;
    height: 100%;
    min-height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.block-text-bild-rahmen h2 {
    min-height: 180px;
    font-size: 1.0em;
    margin-right: 300px;
}
.text-bild-rahmen-links.col {
    align-items: flex-end;
}
/* PERSON */
.person-inhalt h2 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.person-inhalt h3 {
    margin-top: 20px;
    margin-bottom: 0px;
}
.person-funktion {
    min-height: 0px;
}
.person-info {
	padding: 0 0 1.667em;
}
.block-person img {
	max-height: 360px;
	width: auto;
}
/* Teaser (Textbox) */
.block-teaser-textbox h2 {
    font-size: 1.4em;
}
.block-teaser-textbox a {
    cursor: pointer;
    color: #062c5b;
    font-weight: 600;
    display: flex;
}
.popup-trigger-pfeil {
    height: 24px;
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.block-teaser-textbox a svg {
    transition: transform 0.2s ease;
}
.block-teaser-textbox a:hover svg {
    transform: translateX(5px);
}

/* Teaser (Icon) */
.block-teaser-icon img {
	margin-bottom: 1.5em;
}
.teaser-icon-button {
	height: 60px;
	background: #f0f1f3;
    color: #062c5b;
	border: none;
	min-width: 180px;
	justify-content: center;
	padding: 0px 20px;
	display: inline-flex;
	align-items: center;
    font-weight: 600;
    transition: transform 0.2s ease;
}
.teaser-icon-button:hover {
	transform: translateY(1px);
}


/* Teaser (Text & Bild) */
.teaser-text-bild-wrapper {
	background: #f0f1f3;
	min-height: 360px;
}
.teaser-text-bild-wrapper .wrapper {
	align-items: center;
	height: 100%;
	min-height: 360px;
}
.col.teaser-text-bild-inhalt, .col.teaser-text-bild-bild {
    flex: 1 1 50%;
}
.teaser-text-bild-bild {
	margin-left: 30px;
	position: relative;
	display: flex;
	justify-content: center;
}
.teaser-text-bild-bild img {
	object-fit: cover;
	height: 100%;
	min-height: 360px;
}
.teaser-text-bild-pfeil {
	position: absolute;
	background: #ffffff;
	height: 120px;
	width: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	right: -60px;
}
.teaser-text-bild-pfeil svg {
	transition: transform 0.2s ease;
}.teaser-text-bild-pfeil:hover svg {
	transform: translateX(5px);
}
.teaser-text-bild-pfeil.bg-blau {
    background: rgb(0,41,89);
}

.teaser-text-bild-pfeil.bg-blau svg path {
    fill: #ffffff;
}
/* Teaser (Highlight Content) */
.teaser-highlight-content-wrapper {
    	background: #f0f1f3;
	min-height: 360px;
}
.teaser-highlight-content-wrapper .wrapper {
	margin-top: 120px;
}
.highlight-links, .highlight-rechts {
	flex: 1 1 50%;
	margin-top: -120px;
}
.highlight-links {
	margin-right: 30px;
}.highlight-rechts {
	margin-left: 30px;
}
.block-teaser-highlight-content h2 {
    font-size: 1.4em;
}
.block-teaser-highlight-content p {
	padding-bottom: 90px;
}
.block-teaser-highlight-content p.kicker {
	padding-bottom: 0px;
}
.highlight-thumb {
	height: 240px;
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
}
.blog-icon {
	background: #062c5b;
	height: 60px;
	width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* TERMINE */
.termin {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 120px;
}
.termin-col h3 {
	margin-bottom: 0px;
}
.termin-col h3 span:first-child {
	margin-right: 10px;
}
.termin-col h3 span:last-child {
	font-size: 0.75em;
}
.anmelde-button {
	height: 60px;
	background: #f0f1f3;
	border: none;
	width: 100%;
	max-width: 180px;
	justify-content: space-between;
	padding: 0px 20px;
	align-items: center;
	display: flex;
	color: #062c5b;
    font-weight: 600;
    cursor: pointer;
}

.anmelde-button:hover svg {
    transform: translateX(2px);
}
.anmelde-button svg {
    transition: transform 0.2s ease;
}
/* Termin Popup */
.termin .popup h3 {
	color: #062c5b;
	font-size: 1.4em;
	margin-bottom: 0px;
}
.termin .popup h4 {
	margin: 0px 0px 30px 0;
}