@charset "UTF-8";

/*
Theme Name: gov
Author: Agentur medienlabor
Author URI: https://agentur-medienlabor.de/
Version: 1
Text Domain: gov
*/

/* Variables */
:root {
	--color-turq-light: #D0EDF1;
	--color-turq-gov: #63C3D1;
	--color-turq-dark: #3C808B;
	--color-gov-red: #F45565;
	--color-gov-blue: #3D33AE;
	--color-black: #232323;
	--color-background: #f8f8f8;
	--color-gray-1: #57585A;
	--color-gray-2: #818286;
	--color-gray-3: #D9D9D9;
	--color-white: #ffffff;
	--color-hover-text: #818286;
	--color-hover-button: #F45565;

	--gap: 8px;
}

.has-turq-light-background-color {
	background-color: var(--color-turq-light);
}

.has-turq-gov-background-color {
	background-color: var(--color-turq-gov);
}

.has-turq-dark-background-color {
	background-color: var(--color-turq-dark);
}

.has-gov-red-background-color {
	background-color: var(--color-gov-red);
}

.has-gov-blue-background-color {
	background-color: var(--color-gov-blue);
}

.has-black-background-color {
background-color: var(--color-black);
}

.has-background-background-color {
background-color: var(--color-background);
}

.has-gray-1-background-color {
background-color: var(--color-gray-1);
}

.has-gray-2-background-color {
background-color: var(--color-gray-2);
}

.has-gray-3-background-color {
background-color: var(--color-gray-3);
}

.has-white-background-color {
background-color: var(--color-white);
}

.has-hover-text-background-color {
background-color: var(--color-hover-text);
}

.has-hover-button-background-color {
background-color: var(--color-hover-button);
}




/* 1.0 - Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
	min-height: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: var(--color-background);
	height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

b, strong {
	font-family: 'Open Sans';
	font-weight: 600;
}

/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: var(--color-black);
	font-family: "Open Sans";
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "bold";
	margin-bottom: 1.7em;
	color: var(--color-black);
}

h1 {
	font-size: 31px;
	line-height: 45px;
	text-transform: none;
	font-family: 'Open Sans';
	font-weight: normal;
	margin-bottom: calc(var(--gap) * 5);
}

body.home h1 {
	margin-bottom: 0;
	text-transform: uppercase;
}

h2 {
	font-size: 31px;
	line-height: 38px;
	margin-bottom: calc(var(--gap) * 4);
	padding-top: calc(var(--gap) * 2);
	font-family: 'Open Sans';
	font-weight: normal;
}

h2:first-child {
	padding-top: 0;
}

body:not(.home) h2 {
	font-size: 25px;
	line-height: 40px;
	font-weight: 400;
}

h3 {
	color: #262626;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: var(--gap);
	font-family: 'Open Sans';
	font-weight: 600;
}

h4 {
	font-family: 'Open Sans';
	font-weight: normal;
	font-size: 19px;
	line-height: 30px;
	margin-bottom: var(--gap);
}

h5 {
	color: #262626;
	font-family: 'Open Sans';
	font-size: 20px;
	margin-bottom: var(--gap);
}

p {
	margin-bottom: calc(var(--gap) * 4);
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: var(--color-turq-dark);
	text-decoration: underline;
	font-weight: 600;
	transition: .3s all;
}

a:hover {
	color: var(--color-hover-text);
	transition: .3s all;
}

span.meta {
	font-family: 'Open Sans';
	text-decoration: none;
	letter-spacing: .2px;
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	color: var(--color-gray-2);
	text-transform: uppercase;
}

dfn,
cite,
em,
i {
	font-family: "Open Sans";
	font-weight: normal;
	font-style: italic;
}

blockquote {

}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * 4.0 Elements
 */

hr {

}

ul,
ol {
	margin: 0 0 calc(var(--gap) * 3) calc(var(--gap) * 2);
}

ul.check li {
	margin: 0 0 calc(var(--gap) * 3);
	padding: 0 0 0 calc(var(--gap) * 4);
	list-style: none;
	background-image: url("img/check.svg");
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: 18px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	height: 100%;
	width: 100%;
	vertical-align: top;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* - - - - - Basic Styles - - - - - */

#content {
	padding-top: 79px;
}

.full {
	grid-area: full;
}

.main {
	grid-area: main;
}

.row {
	max-width: 1728px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
}

.row.full-template {
	grid-template-areas: "full full full full full full full full full full full full";
}

.row.main-template {
	grid-template-areas: ". main main main main main main main main main main .";
}

.hide {
	display: none !important;
}

.container {
	width: 100%;
	padding: 0 30px;
}

a.edit-post-link,
a.wp-block-button__link,
a.btn-read-more {
	margin-top: calc(var(--gap) * 2);
	display: block;
	font-weight: 400;
}

.wp-block-button {
	position: relative;
}

[class^='is-style-round'],
[class*='is-style-round'],
[class^='is-style-square'],
[class*='is-style-square'] {
	margin-top: 18px;
	display: inline-block;
}

[class^='is-style-round'] a,
[class*='is-style-round'] a,
[class^='is-style-square'] a,
[class*='is-style-square'] a {
	display: inline-block;
	text-decoration: none;
	position: relative;
	padding: 13px 20px;
}

[class^='is-style-round'] a,
[class*='is-style-round'] a {
	border-radius: 100px;
}

.is-style-square,
[class^='is-style-square'] a,
[class*='is-style-square'] a {
	border-radius: 4px;
	padding: 13px 72px;
}

.is-style-square {
	padding: 0;
}

.is-style-round-icon-right a,
.is-style-square-icon-right a {
	padding: 13px 54px 13px 20px;
}

.is-style-round-icon-left a,
.is-style-square-icon-left a {
	padding: 13px 20px 13px 54px;
}

.is-style-round-icon-right a:after,
.is-style-square-icon-right a:after {
	content: url('img/forward-white.svg');
	height: 24px;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
}

.is-style-square-icon-right a.has-gray-3-background-color:after,
.is-style-square-icon-right a.has-white-background-color:after,
.is-style-round-icon-right a.has-gray-3-background-color:after,
.is-style-round-icon-right a.has-white-background-color:after {
	content: url('img/forward-black.svg');
}

.is-style-round-icon-right a:hover:after,
.is-style-square-icon-right a:hover:after {
	content: url('img/forward-white.svg');
}

.is-style-round-icon-left a:after,
.is-style-square-icon-left a:after {
	content: url('img/prev-white.svg');
	height: 24px;
	width: 24px;
	position: absolute;
	top: 50%;
	left: 16px;
	transform: translateY(-50%);
}

.is-style-square-icon-left a.has-gray-3-background-color:after,
.is-style-square-icon-left a.has-white-background-color:after,
.is-style-round-icon-left a.has-gray-3-background-color:after,
.is-style-round-icon-left a.has-white-background-color:after {
	content: url('img/prev-black.svg');
}

.is-style-round-icon-left a:hover:after,
.is-style-square-icon-left a:hover:after {
	content: url('img/prev-white.svg');
}


[class^='is-style-square'] a:hover,
[class*='is-style-square'] a:hover,
[class^='is-style-round'] a:hover,
[class*='is-style-round'] a:hover {
	background-color: var(--color-gov-red) !important;
	color: var(--color-white) !important;
}

[class^='is-style-square'] a.has-gov-red-background-color:hover,
[class*='is-style-square'] a.has-gov-red-background-color:hover,
[class^='is-style-round'] a.has-gov-red-background-color:hover,
[class*='is-style-round'] a.has-gov-red-background-color:hover  {
	background-color: var(--color-gov-blue) !important;
	color: var(--color-white) !important;
}

/* [class^='is-style-square'] a.has-gov-blue-background-color:hover,
[class*='is-style-square'] a.has-gov-blue-background-color:hover,
[class^='is-style-round'] a.has-gov-blue-background-color:hover,
[class*='is-style-round'] a.has-gov-blue-background-color:hover  {
	background-color: var(--color-gov-red) !important;
	color: var(--color-white) !important;
}

[class^='is-style-square'] a[class^='has-gray-']:hover,
[class*='is-style-square'] a[class*='has-gray-']:hover,
[class^='is-style-round'] a[class^='has-gray-']:hover,
[class*='is-style-round'] a[class*='has-gray-']:hover {
	background-color: var(--color-black) !important;
	color: var(--color-white) !important;
}

[class^='is-style-square'] a[class^='has-turq-']:hover,
[class*='is-style-square'] a[class*='has-turq-']:hover,
[class^='is-style-round'] a[class^='has-turq-']:hover,
[class*='is-style-round'] a[class*='has-turq-']:hover {
	background-color: var(--color-black) !important;
	color: var(--color-white) !important;
}

[class^='is-style-square'] a.has-white-background-color:hover,
[class*='is-style-square'] a.has-white-background-color:hover,
[class^='is-style-round'] a.has-white-background-color:hover,
[class*='is-style-round'] a.has-white-background-color:hover  {
	background-color: var(--color-black) !important;
	color: var(--color-white) !important;
} */

.is-style-image-round-3-1 {
	aspect-ratio: 3 / 1;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	margin: calc(var(--gap) * 10) 0 calc(var(--gap) * 10);
}

.is-style-image-round-2-1 {
	aspect-ratio: 2 / 1;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	margin: calc(var(--gap) * 10) 0 calc(var(--gap) * 10);
}

.is-style-image-round-3-1 img,
.is-style-image-round-2-1 img {
	width: 100%;
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wp-block-columns {
	margin-bottom: calc(var(--gap) * 4);
}

.wp-block-cover {
	border-radius: 20px;
	overflow: hidden;
	background-color: #d0edf1;
	padding: calc(var(--gap) * 10) calc(var(--gap) * 7) calc(var(--gap) * 8);
	margin-bottom: calc(var(--gap) * 4);
}

.wp-block-cover img {
	opacity: .35;
}

blockquote {
	background-color: var(--color-gray-3);
	padding: calc(var(--gap) * 4);
	border-radius: 20px;
	margin-bottom: calc(var(--gap) * 4);
}

.wp-block-quote {
	background-image: url(img/quote.svg);
	background-size: contain;
	background-position: left 32px top -20px;
	background-repeat: no-repeat;
}

.wp-block-quote p {
	font-family: 'Literata';
	font-size: 20px;
	line-height: 40px;
}

.wp-block-quote cite {
	font-size: 12px;
	line-height: 32px;
	font-family: 'Open Sans';
	font-weight: 400;
	letter-spacing: 2.4px;
	text-transform: uppercase;
}

.lightweight-accordion {
	margin: -1px 0 0 !important;
}

.lightweight-accordion .lightweight-accordion-title {
	padding: calc(var(--gap) * 2.5) calc(var(--gap) * 2) !important;
	background-color: var(--color-white) !important;
	border-top: 1px solid var(--color-gray-3);
	border-bottom: 1px solid var(--color-gray-3);
	position: relative;
}

.lightweight-accordion-title h1,
.lightweight-accordion-title h2,
.lightweight-accordion-title h3,
.lightweight-accordion-title h4,
.lightweight-accordion-title h5,
.lightweight-accordion-title h6,
.lightweight-accordion-title p,
.lightweight-accordion-title span {
	font-weight: 600 !important;
	font-size: 20px !important;
	line-height: 28px !important;
	padding: 0 !important
}

.lightweight-accordion .lightweight-accordion-title::marker {
	content: '';
}

.lightweight-accordion .lightweight-accordion-title:after {
	content: url(img/add.svg);
	position: absolute;
	width: 24px;
	height: 24px;
	right: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s all;
}

.lightweight-accordion details[open] .lightweight-accordion-title:after {
	transform: translate(-50%, -50%) rotate(45deg);
	transition: .3s all;
}

.lightweight-accordion .lightweight-accordion-body {
	padding: calc(var(--gap) * 4) 0 !important;
}

.wpcf7 {
	margin-top: calc(var(--gap) * 10);
}

form.wpcf7-form br {
	display: none;
}

.form-col-1 {
	display: block;
	margin-bottom: calc(var(--gap) * 4);
}

.form-col-1-row {
	display: block;
	margin-bottom: calc(var(--gap) * 4);
}

.form-col-1-row:last-child {
	margin-bottom: 0;
}

.form-col-2 {
	display: block;
	margin-bottom: calc(var(--gap) * 4);
}

.form-col-2-row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: calc(var(--gap) * 3);
	margin-bottom: calc(var(--gap) * 4);
}

.form-col-2-row:last-child {
	margin-bottom: 0;
}

.wpcf7-form-control-wrap,
.wpcf7-form-control {
	display: block;
	width: 100%;
}

.wpcf7-form-control,
.wpcf7-form-control::placeholder {
	font-size: 18px;
	line-height: 30px;
	padding: var(--gap) calc(var(--gap) * 1.65);
	color: var(--color-gray-2);
}

.wpcf7-form-control::placeholder {
	padding: 0;
}

select.wpcf7-form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("img/down.svg") calc(100% - (var(--gap) * 1.5)) / calc(var(--gap) * 3) no-repeat;
}

input.wpcf7-form-control,
select.wpcf7-form-control,
button.wpcf7-form-control,
textarea.wpcf7-form-control {
	border-radius: 4px;
	border: 1px solid var(--color-gray-3);
	outline: 0;
	color: var(--color-black);
}

.wpcf7-form label {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	display: block;
	margin-bottom: calc(var(--gap) * 2);
}

input.wpcf7-form-control.wpcf7-file {
	opacity: 0;
	height: 100%;
}

.form-col-2-item.upload {
	position: relative;
}

.form-col-2-item.upload .wpcf7-form-control-wrap {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 100;
}

.form-col-2-item.upload:hover .upload-overlay {
	/* opacity: .65; */
	cursor: pointer;
	transition: .3s all;
}

.form-col-2-item.upload .upload-overlay {
	display: block;
	border-radius: 4px;
	border: 1px dashed var(--color-gray-3);
	padding: calc(var(--gap) * 4) calc(var(--gap) * 18);
	text-align: center;
	transition: .3s all;
}

.form-col-2-item.upload .upload-overlay .upload-icon {
	background-image: url("img/upload.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: calc(var(--gap) * 7);
	height: calc(var(--gap) * 7);
	margin: 0 auto calc(var(--gap) * 3);
	opacity: .65;
	transition: .3s all;
}

.form-col-2-item.upload .upload-overlay span {
	display: block;
	color: var(--color-gray-2);
	transition: .3s all;
}

.form-col-2-item.upload .upload-overlay span:first-child {
	margin-bottom: var(--gap);
	color: var(--color-gray-1);
	transition: .3s all;
}

.form-col-2-item.upload:hover .upload-overlay {
	border-color: var(--color-black);
}

.form-col-2-item.upload:hover .upload-overlay .upload-icon {
	opacity: 1;
	transition: .3s all;
}

.form-col-2-item.upload:hover .upload-overlay span:first-child {
	color: var(--color-black);
	transition: .3s all;
}

.wpcf7-form-control.wpcf7-radio {
	padding: 0;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item.first {
	margin-left: 0;
}

.wpcf7-list-item-label {
	font-weight: 400;
}

.wpcf7-list-item > label {
	margin-bottom: 0;
}

input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 12px;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
	color: var(--color-black);
}

input.wpcf7-submit[type="submit"] {
	display: inline-block;
	width: auto;
	background-color: var(--color-black);
	border: 0;
	color: var(--color-white);
}

input.wpcf7-submit[type="submit"]:not([disabled]):hover {
	background-color: var(--color-gov-red);
}

.wpcf7 .wpcf7-submit:disabled {
	background-color: var(--color-gray-3);
}

input[type="text"]:hover,
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
	border: 1px solid var(--color-gray-1) !important;
}

.form-col-2-item.label-inside {
	position: relative;
}

.form-col-2-item.label-inside label {
	position: absolute;
	z-index: 100;
	top: 8px;
	left: 14px;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	margin: 0;
}

.form-col-2-item.label-inside .wpcf7-form-control {
	background-color: var(--color-white);
	position: relative;
	z-index: 200;
	transition: .3s all;
}

.form-col-2-item.label-inside .wpcf7-form-control.active-element {
	background-color: transparent;
	padding: calc(var(--gap) * 1.75) calc(var(--gap) * 1.65) calc(var(--gap) * 0.25);
	z-index: 90;
	transition: .3s all;
}

.wp-block-table table {
	border-radius: 12px;
	overflow: hidden;
}

.wp-block-table table,
.wp-block-table table th,
.wp-block-table table td,
.wp-block-table table thead {
	border: 0;
}

.wp-block-table table thead {
	background-color: var(--color-black);
}

.wp-block-table table thead th {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	padding: 14px 24px 12px;
}

.wp-block-table table tbody tr:nth-child(even) {
	background-color: var(--color-background);
}

.wp-block-table table tbody tr:nth-child(even) td {
	color: var(--color-gray-1);
}

.wp-block-table table tbody tr td {
	color: var(--color-gray-2);
	padding: 14px 24px;
}

.wp-block-separator {
	clear: both;
	float: none;
	display: block;
	margin: 0 0 calc(var(--gap) * 4);
	padding-top: calc(var(--gap) * 4);
	border-top: 0;
	border-bottom: 1px solid black;
}

.wp-block-gallery,
.wp-block-file,
.wp-block-media-text,
.wp-block-embed {
	margin-bottom: calc(var(--gap) * 5);
}

.wp-block-file {
	background-color: var(--color-background);
	padding: calc(var(--gap) * 2) calc(var(--gap) * 4);
	border-radius: 12px;
}

.wp-block-file__button {
	background-color: var(--color-black);
	color: var(--color-white);
	padding: calc(var(--gap) * 1) calc(var(--gap) * 2);
}

.wp-block-embed iframe {
  width: 100%;
  height: unset;
  aspect-ratio: 16/9;
}

/* - - - - - Header Styles - - - - - */

header#page-header {
	background-color: #fff;
	box-shadow: 0px 2px 9px 2px rgba(0, 0, 0, 0.05);
	position: fixed;
	width: 100%;
	z-index: 999;
}

header#page-header .container {
	display: flex;
}

header#page-header .site-logo {
	position: relative;
	width: 200px;
}

header#page-header .site-logo img {
	height: 27px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.menu-toggle {
	display: none;
}

nav.primary-navigation {
	flex-grow: 1;
}

nav.primary-navigation ul {
	list-style: none;
	margin: 0;
	text-align: center;
}

nav.primary-navigation ul li {
	display: inline-block;
	padding: 25px 35px;
	position: relative;
}

nav.primary-navigation ul li a {
	text-decoration: none;
	color: var(--color-black);
	font-size: 16px;
	font-weight: 400;
	position: relative;
}

nav.primary-navigation ul li:hover > a {
	color: var(--color-hover-text);
}

nav.primary-navigation ul li ul.sub-menu {
	display: none;
}

nav.primary-navigation ul li.menu-item-has-children > a:after {
	content: url(img/expand.svg);
  position: absolute;
  top: 0;
  right: -28px;
  width: 24px;
  height: 24px;
	transition: .3s all;
}

nav.primary-navigation ul li.menu-item-has-children:hover > a:after {
	transform: rotate(180deg);
	transition: .3s all;
}

nav.primary-navigation ul li.menu-item-has-children:hover ul.sub-menu {
	display: block;
	position: absolute;
	text-align: initial;
	background-color: #fff;
	padding: 10px 20px;
	width: max-content;
	top: 75px;
	left: 15px;
}

nav.primary-navigation ul li.menu-item-has-children:hover ul.sub-menu li {
	display: block;
	padding: 0;
}

nav.primary-navigation ul li.menu-item-has-children:hover ul.sub-menu li a {
	display: block;
	padding: 5px 0;
}

#search img.open-trigger {
	width: 30px;
	position: relative;
	z-index: 999;
	transition: .3s all;
}

#search img.open-trigger:hover {
	opacity: .5;
	transition: .3s all;
}

.searchform-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: var(--color-white);
	opacity: 0;
	pointer-events: none;
	transition: .3s all;
	padding: 25vh 15vw;
}

/* .searchform-wrapper form {
	position: absolute;
	left: 50%;
	top: 25%;
	transform: translate(-50%, -25%);
	width: 80%;
}

.searchform-wrapper form div {
	display: flex;
	gap: 16px;
}

.searchform-wrapper form input {
	outline: 0;
	font-size: 18px;
	line-height: 30px;
	border-radius: 6px;
}

.searchform-wrapper form input#s {
	width: 90%;
	background-color: var(--color-white);
	border: 1px solid var(--color-gray-3);
	background-image: url(img/search.svg);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding: 12px 18px 12px 54px;
}

.searchform-wrapper form input#s::placeholder {
	color: var(--color-black);
}

.searchform-wrapper form input#searchsubmit {
	color: #fff;
	background-color: var(--color-black);
	border: 0;
	background-image: url(img/forward-white.svg);
	background-repeat: no-repeat;
	background-position: top 15px right 15px;
	padding: 12px 46px 12px 20px;
	transition: .3s all;
}

.searchform-wrapper form input#searchsubmit:hover {
	background-color: var(--color-turq-gov);
	cursor: pointer;
	transition: .3s all;
} */

/* Plugin */
#ajaxsearchliteres1 {
	padding: 0;
	box-shadow: none;
}

div.asl_r {
	margin-top: 12px !important;
}

div.asl_r .results .item,
div.asl_r .results .item .asl_content {
	padding: 0 !important;
}

div.asl_r .results .item div.etc,
div.asl_r.asl_w.vertical .results .item::after {
	display: none !important;
}

div.asl_r .results .item {
	margin-bottom: 8px !important;
}

div.asl_r.vertical .results .item:last-child {
  margin-bottom: 0 !important;
}

div.asl_r .results .item .asl_content h3:before {
	content: ' ';
  width: 20px;
  height: 20px;
  background-image: url(img/search.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  display: block;
  float: left;
  top: 6px;
  position: relative;
  margin-right: 8px;
}

div.asl_r .results .item .asl_content h3 a {
	color: var(--color-black) !important;
}

div.asl_w#ajaxsearchlite1 {
	box-shadow: none !important;
}

div.asl_m .probox {
	gap: 16px !important;
}

#ajaxsearchlite1 .probox, div.asl_w .probox {
	height: auto !important;
}

#ajaxsearchlite1 .probox .proinput, div.asl_w .probox .proinput {
	border: 1px solid var(--color-gray-3) !important;
	border-radius: 6px !important;
	padding: 7px 12px !important;
	margin-left: 0 !important;
	transition: .3s all;
}

#ajaxsearchlite1 .probox .proinput:hover,
div.asl_w .probox .proinput:hover {
	border: 1px solid var(--color-gray-1) !important;
	transition: .3s all;
}

#ajaxsearchlite1 .probox .proinput, div.asl_w .probox .proinput input {
	font-size: 16px !important;
}

div.asl_w .probox .proclose {
	height: 42px !important;
}

div.asl_w .probox .promagnifier {
	width: auto !important;
	background-color: var(--color-black) !important;
	box-shadow: none !important;
	padding: 7px 12px !important;
	border-radius: 4px !important;
	transition: .3s all;
}

div.asl_w .probox .promagnifier:hover {
	background-color: var(--color-gov-red) !important;
	transition: .3s all;
}

span.innericon {
	color: #fff !important;
	padding: 3px 0 !important;
	font-size: 16px !important;
}

.arrow-right-icon {
	content: ' ';
	width: 20px;
	height: 20px;
	background-image: url(img/forward-white.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	display: block;
	float: right;
 	top: 2px;
	position: relative;
	margin-left: 6px !important;
}

.asl_desc,
div.asl_r .results .item .asl_content .asl_desc {
	background-color: var(--color-gray-3);
	color: var(--color-black);
	padding: 4px 10px;
	border-radius: 24px;
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 2.4px;
}

.asl_desc.contenttype-cat1 {
	background-color: var(--color-gov-red);
	color: var(--color-white);
}

.asl_desc.contenttype-cat2 {
	background-color: var(--color-gray-3);
}

.asl_desc.contenttype-cat3 {
	background-color: var(--color-turq-dark);
	color: var(--color-white);
}

div.asl_r .results .item .asl_content h3 a {
	display: inline-block;
	padding-right: 8px !important;
}

/* - - - - - Home Styles - - - - - */

section#themen,
section#partner,
section#news {
	padding: calc(var(--gap) * 7) 0 0;
}

.frontpage-wrapper {
	position: relative;
	background: linear-gradient(260deg, rgba(99, 195, 209, 0.70) -0.29%, rgba(60, 128, 139, 0.70) 49.33%, rgba(99, 195, 209, 0.70) 100%);
	/* aspect-ratio: 16 / 9; */
	overflow: hidden;
	height: 680px;
	width: 100%;
}

.frontpage-wrapper > .row {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.frontpage-wrapper .frontpage-article > * {
	color: #fff;
	font-size: 28px;
	line-height: 48px;
}

.frontpage-wrapper .frontpage-article .wp-block-buttons {
	margin-top: 60px;
	font-size: 18px;
	line-height: 30px;
}

.frontpage-wrapper #background-video {
}

.frontpage-themen-wrapper {
	overflow: hidden;
	position: relative;
}

.frontpage-themen-wrapper .swiper-wrapper {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: space-between !important;
	gap: calc(var(--gap) * 4) !important;
}

.frontpage-themen-wrapper .swiper-wrapper {
	position: inherit;
	width: inherit;
	height: inherit;
	z-index: inherit;
	display: inherit;
	transition-property: none;
	transition-timing-function: unset;
	box-sizing: inherit;
	align-items: unset;
}

.frontpage-themen-wrapper .swiper-slide {
	flex-shrink: unset;
  width: inherit;
  height: inherit;
  position: inherit;
  transition-property: none;
  display: inherit;
	justify-content: unset;
	align-items: unset;
}

.swiper-navigation {
  display: none;
  position: absolute;
  top: 22.5%;
  transform: translateY(-22.5%);
  z-index: 998;
  width: 100%;
  height: 40px;
}

.swiper-button-next,
.swiper-button-prev {
	width: 40px !important;
	height: 40px !important;
}

.swiper-button-next {
	right: 4px !important;
}

.swiper-button-prev {
	left: 4px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  line-height: .975 !important;
	width: 20px;
	height: 54px;
}

.swiper-button-next:after {
	padding-left: 2px;
	content: url(img/next.svg) !important;
}

.swiper-button-prev:after {
	padding-right: 2px;
	content: url(img/prev.svg) !important;
}

.frontpage-themen-wrapper article {
	flex: 1 0 21%;
	background-color: var(--color-white);
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
}

.frontpage-themen-wrapper article .frontpage-themen-header {
	padding: calc(var(--gap) * 4) calc(var(--gap) * 4) 0;
}

.frontpage-themen-wrapper article .frontpage-themen-content {
	padding: 0 calc(var(--gap) * 4);
}

.frontpage-themen-wrapper article .frontpage-themen-footer {
	padding: 0 calc(var(--gap) * 4) calc(var(--gap) * 4);
}

.frontpage-themen-wrapper article .themen-thumbnail-wrapper {
	padding: 52px 0;
	margin-bottom: calc(var(--gap) * 4);
}

.frontpage-themen-wrapper article .themen-thumbnail-wrapper img {
	margin: 0 auto;
	display: block;
	height: 122px;
	width: auto;
}

.frontpage-themen-wrapper article .frontpage-themen-footer .wp-block-button,
.frontpage-themen-wrapper article .frontpage-themen-footer .wp-block-buttons {
	display: block;
	overflow: hidden;
}

.frontpage-themen-wrapper article .frontpage-themen-footer a.btn-read-more {
	float: right;
	margin-top: 58px;
}

.frontpage-themen-wrapper article .frontpage-themen-footer {
	margin-top: auto;
}

.frontpage-themen-wrapper article .frontpage-themen-content {
	word-wrap: break-word;
}


.frontpage-partner-wrapper {
	width: 100%;
  height: 480px;
	overflow: hidden;
	position: relative;
	padding: 0 60px;
	background: linear-gradient(260deg, rgba(99, 195, 209, 0.70) -0.29%, rgba(60, 128, 139, 0.70) 49.33%, rgba(99, 195, 209, 0.70) 100%);
}

.swiper-wrapper {
	align-items: center;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

#background-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
  position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
  z-index: -1;
}


.frontpage-news-wrapper .frontpage-news-article {
	display: flex;
	flex-shrink: 0;
	margin-bottom: calc(var(--gap) * 4);
	background-color: var(--color-white);
	border-radius: 20px;
	overflow: hidden;
}

.frontpage-news-wrapper .frontpage-news-article:nth-child(2n) {
	flex-direction: row-reverse;
}

.frontpage-news-image,
.frontpage-news-content {
	width: 50%;
}

.frontpage-news-image img {
	width: 100%;
	object-fit: cover;
}

.frontpage-news-content {
	position: relative;
}

.frontpage-news-content.no-thumbnail {
	width: 85%;
}

.frontpage-news-content.no-thumbnail .frontpage-news-content-inner-wrapper {
	position: relative;
	top: unset;
	transform: unset;
	padding: 50px;
}
/* Old styles, create overflow error on smaller devices. */
/* .frontpage-news-content-inner-wrapper {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 50px;
}
*/

/* Updated styles, 23.01.25 */ 
/* Wrapped in mediaquery to omit override on mobile devices. */
@media(min-width: 1281px){
	.frontpage-news-content-inner-wrapper {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 50px;
	}
}

/* - - - - - Footer Styles - - - - - */

main#page-content {

}

.main-article-content {
	padding: calc(var(--gap) * 5) 0 calc(var(--gap) * 10);
	background-color: var(--color-white);
}

body.archive .main-article-content {
	background-color: var(--color-background);
}

.page-header-image {
	background: linear-gradient(92deg, rgba(60, 128, 139, 0.80) 0%, rgba(60, 181, 219, 0.80) 38.37%, rgba(99, 195, 209, 0.80) 82.12%);
}

body.afc-geschaeftsfelder .page-header-image,
body.afc-thema .page-header-image,
body.parent-pageid-16 .page-header-image {
	background: none !important;
}
body.afc-geschaeftsfelder .page-header-image img,
body.afc-thema .page-header-image img,
body.parent-pageid-16 .page-header-image img {
	opacity: 1 !important;
}

.article-header-image {
	margin-bottom: calc(var(--gap) * 4);
	border-radius: 20px;
	overflow: hidden;
}

.page-header-image img {
	opacity: .35;
}

#related-topics .full {
	padding: calc(var(--gap) * 5) 0 calc(var(--gap) * 15);
}

#related-topics .full h2 {
	margin-bottom: calc(var(--gap) * 5);
}

/* .related-topics-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: calc(var(--gap) * 4);
} */

.related-topics-wrapper {
	overflow: hidden;
	position: relative;
}

.related-topics-wrapper .swiper-navigation {
	top: 50%;
	transform: translateY(-50%);
}

.related-topics-wrapper .swiper-wrapper {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: space-between !important;
	gap: calc(var(--gap) * 4) !important;
}

.related-topics-wrapper .swiper-wrapper {
	position: inherit;
	width: inherit;
	height: inherit;
	z-index: inherit;
	display: inherit;
	transition-property: none;
	transition-timing-function: unset;
	box-sizing: inherit;
	align-items: unset;
}

.related-topics-wrapper .swiper-slide {
	flex-shrink: unset;
  width: inherit;
  height: inherit;
  position: inherit;
  transition-property: none;
  display: inherit;
	justify-content: unset;
	align-items: unset;
}

article.related-topic {
	flex: 1 0 21%;
	background-color: var(--color-white);
	border-radius: 20px;
	display: flex !important;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
}

article.related-topic header.related-topic-header {

}

.related-topic-content {
	padding: calc(var(--gap) * 4) calc(var(--gap) * 6);
}

footer.related-topic-footer {
	margin-top:auto;
	padding: 0 calc(var(--gap) * 4) calc(var(--gap) * 4);
}

.shortcode-personen-wrapper {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	gap: calc(var(--gap) * 6) calc(var(--gap) * 4);
	margin-bottom: calc(var(--gap) * 4);
}

.shortcode-personen-item {
	flex: 0 0 calc(100% / 3 - calc(var(--gap) * 4) / 3 * (3 - 1));
}

.shortcode-personen-item .shortcode-personen-thumbnail-wrapper {
	border-radius: 20px;
	overflow: hidden;
}

.shortcode-personen-item header.shortcode-personen-header {
	margin-top: calc(var(--gap) * 2);
}

.shortcode-personen-item header.shortcode-personen-header span.function {

}

.shortcode-personen-item .shortcode-personen-content {
	margin-top: calc(var(--gap) * 4);
}

.shortcode-personen-item .shortcode-personen-content img {
	width: 20px;
	padding-top: 6px;
	margin-right: 12px;
}

.shortcode-personen-item .shortcode-personen-content a {
	text-decoration: none;
	color: var(--color-black);
	transition: .3s all;
}

.shortcode-personen-item .shortcode-personen-content a:hover {
	color: var(--color-gray-2);
	transition: .3s all;
}

#search-results {
	background-color: var(--color-background);
}

.search-items-wrapper {
	margin-top: calc(var(--gap) * 4);
}

.search-items-wrapper > a {
	text-decoration: none;
	font-weight: inherit;
	color: inherit;
}

.search-items-wrapper > .search-item:hover .search-item-header img {
	opacity: .3;
	transition: .3s all;
}

.search-items-wrapper > .search-item:hover {
	background-color: #F3F3F3;
	transition: .3s all;
}

.search-items-wrapper > a:hover .search-item .search-item-content .wp-block-buttons span {
	background-color: var(--color-gov-red) !important;
}

.search-item {
	background-color: var(--color-white);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column: reverse;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: calc(var(--gap) * 4);
	transition: .3s all;
}

.search-item .search-item-content {
	padding: calc(var(--gap) * 7) calc(var(--gap) * 5);
	order: 1;
}

.search-item .search-item-content h3 {
	margin-top: calc(var(--gap) * 2)
}

.search-item .search-item-header {
	order: 2;
}

.search-item .search-item-header img {
	object-fit: cover;
	transition: .3s all;
}


.shortcode-partner-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: calc(var(--gap) * 4);
	padding: calc(var(--gap) * 8);
	align-items: center;
}

.shortcode-partner-item {
	flex: 0 0 21%;
	padding: 0 calc(var(--gap) * 2);
}

.shortcode-partner-thumbnail-wrapper img {
	opacity: 1;
	transition: .3s all;
}

.shortcode-partner-thumbnail-wrapper a:hover img {
	opacity: .65;
	transition: .3s all;
}

/* - - - - - Footer Styles - - - - - */

footer#page-footer {
	background-color: var(--color-turq-dark);
	padding: 75px 0 30px;
	position: relative;
}

footer#page-footer .row {
	display: flex;
}

footer#page-footer nav.footer-navigation {
	width: 45%;
	padding-right: calc(var(--gap) * 12);
}

footer#page-footer .newsletter {
	width: 55%;
	padding: 0 calc(var(--gap) * 12);
}

footer#page-footer .newsletter * {

}

.widget h2 {
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 20px;
}

.widget > p:first-child {
	margin-bottom: 0;
}

.cr_body {
	background-color: unset !important;
}

.cr_form, .cr_form .submit_container,
.cr_form .cr_header_text, .cr_form .cr_ipe_item.ui-sortable,
.cr_ipe_item label {
	margin: 0 !important;
	padding: 0 !important;
}

.cr_ipe_item label {
	display: none !important;
}

/* .editable_content {
	display: flex;
	gap: 24px;
} */

.cr_form-component--email {
	width: calc(70% - 10px) !important;
	float: left;
}

.cr_form-component--submit {
	width: calc(30% - 10px) !important;
	float: right;
}

.cr_button {
	margin: 0 !important;
	width: 100% !important;
}

.cr_ipe_item input,
.cr_ipe_item button {
	border-radius: 4px !important;
	border: 0 !important;
	padding: 8px 16px;
	height: unset !important;
	line-height: 24px !important;
	font-size: 16px !important;
}

.cr_ipe_item button {
	background-color: var(--color-black);
	color: var(--color-white);
	font-weight: 400;
}

.cr_ipe_item button:hover {
	background-color: var(--color-gov-red);
	color: var(--color-white);
	opacity: 1 !important;
}

.cr_form-component--submit.cr_ipe_item.ui-sortable {
	margin-bottom: calc(var(--gap) * 2) !important;
}

.cr_form .cr_form-component--checkbox.cr_ipe_item.ui-sortable {
	position: relative;
	clear: both;
}

.cr_form-component--group .cr_form-component--header {
	display: none !important;
}

.cr_form-component--group .cr_form-inputgroup--typecheckbox label {
	display: block !important;
	color: #fff;
	padding-left: calc(var(--gap)* 4) !important;
}

nav.footer-navigation ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: calc(var(--gap) * 3);
}

nav.footer-navigation ul li {
}

nav.footer-navigation ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
}

nav.footer-navigation ul li a[href|="#"] {
	pointer-events: none;
}

nav.footer-navigation ul li ul.sub-menu {
	display: block;
	padding: 0;
	margin: 0;
}

nav.footer-navigation ul li ul.sub-menu li {
	float: none;
}

nav.footer-navigation ul li ul.sub-menu li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	margin-top: 12px;
	display: block;
	transition: .3s all;
}

nav.footer-navigation ul li ul.sub-menu li a:hover {
	opacity: .65;
	transition: .3s all;
}

footer#page-footer span.meta {
	color: var(--color-white);
	display: block;
	text-align: right;
	width: 100%;
	margin-top: calc(var(--gap) * 16);
}

footer.single-article-footer span.meta {
	display: block;
	margin-bottom: calc(var(--gap) * 4);
}

footer .site-logo {
	background-color: #fff;
	border-radius: 50px;
	padding: 12px 17px 10px;
	display: block;
	margin: calc(var(--gap) * 4) auto;
	width: max-content;
	display: none;
}

footer .site-logo img {
	max-height: 27px;
}

.scroll-to-top {
	position: absolute;
	top: -36px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	width: calc(var(--gap) * 9);
	height: calc(var(--gap) * 9);
	border-radius: 100%;
	background-color: var(--color-white);
	padding: 24px;
	filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.20));
	display: none;
}

.scroll-to-top:hover {
	background-color: var(--color-turq-gov);
}


/* Custom Radio */
.wpcf7-radio .wpcf7-list-item label,
.wpcf7-acceptance .wpcf7-list-item label {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none
  user-select: none;
}
.wpcf7-radio .wpcf7-list-item label input,
.wpcf7-acceptance .wpcf7-list-item label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before,
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:before {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: var(--color-white);
	border-radius: 20px;
	border: 3px solid var(--color-black);
	transition: .3s all;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:before {
	border-radius: 0;
}

.wpcf7-radio .wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before,
.wpcf7-acceptance .wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
  background-color: var(--color-gray-3);
	transition: .3s all;
}
.wpcf7-radio .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before,
.wpcf7-acceptance .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
  background-color: var(--color-white);;
}
.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:after,
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
}
.wpcf7-radio .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after,
.wpcf7-acceptance .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
  display: block;
}

/* Style the checkmark/indicator */
.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:after,
.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:after {
	left: 7px;
  top: 7px;
  width: 11px;
  height: 11px;
  background-color: var(--color-black);
  border-radius: 100%;
}







/* Custom Select */
.gov-s-hidden {
  visibility: hidden;
  padding-right: 10px;
}
.gov-select {
	cursor: pointer;
	position: relative;
	border-radius: 4px;
	border: 1px solid var(--color-gray-3);
	outline: 0;
	color: var(--color-gray-2);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("img/down.svg") calc(100% - (var(--gap) * 1.5)) / calc(var(--gap) * 3) no-repeat;
	width: calc(100% + 2px);
  margin-left: -1px;
}
.gov-styled-select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--gap) calc(var(--gap) * 1.65);
  color: var(--color-gray-2);
	border-radius: 3px;
}
.gov-styled-select:active,
.gov-styled-select.active {
  background-color: #fff;
  border: 1px solid var(--color-gray-1);
	background: url(img/up-angle.svg) calc(100% - (var(--gap) * 1.5)) / calc(var(--gap) * 3) no-repeat;
}
.gov-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid var(--color-gray-3);
  background-color: white;
  border-radius: 0 0 4px 4px;
}
.gov-options li {
  margin: 0 0;
  padding: 5px 10px;
}
.gov-options li:hover {
  background: rgb(204,233,237);
	background: linear-gradient(90deg, rgba(204,233,237,1) 8%, rgba(204,233,237,0) 100%);
}
