/*
Theme Name: Fieldsets
Version: 2.5 2025
*/


@font-face {
  font-family: "Akrobat";
  src: url("assets/fonts/Akrobat-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Akrobat";
  src: url("assets/fonts/Akrobat-SemiBold.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Akrobat";
  src: url("assets/fonts/Akrobat-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Akrobat";
  src: url("assets/fonts/Akrobat-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Akrobat";
  src: url("assets/fonts/Akrobat-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}


/* basics / resets */

html {
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 22px;

	--blue: #002b59;
	--orange: #f59459;
	--dark-green: #456e4d;
	--light-green: #a3b291;
}
@media (max-width: 1299px) {
	html { font-size: 21px; }
}
@media (max-width: 1099px) {
	html { font-size: 20px; }
}
@media (max-width: 839px) {
	html { font-size: 19px; }
}
@media (max-width: 719px) {
	html { font-size: 17.5px; }
}
@media (max-width: 639px) {
	html { font-size: 16px; }
}
@media (max-width: 579px) {
	html { font-size: 15px; }
}
@media (max-width: 511px) {
	html { font-size: 3.75vw; }
}


body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	font-family: "Akrobat", Arial, sans-serif;
	font-size: 1em;
	background-color: white;
	color: var(--blue);
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

* {
	-webkit-tap-highlight-color: transparent;
}


::-moz-selection {
	background: #333;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #333;
	color: #fff;
	text-shadow: none;
}

form {
	margin: 0;
	padding: 0;
}

table, td, input, textarea, select {
	font-family: inherit;
	font-size: 1em;
}

img, iframe {
	border: 0;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
}

.abdunkeln {
	filter: brightness(0.66);
}


/* page */

#page {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
	
	min-height: 100vh;
}

main {
	-webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
body.no-image-header main {
	padding-top: 8em;
}

/* header */

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	box-sizing: border-box;
	transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
	color: white;
	z-index: 1000;
}

body.no-image-header header,
html.ready body.burger-menu-open header,
html.ready body:not(.at-top) header {
	background-color: white;
	color: var(--blue);
}
.no-image-header header {
	box-shadow: 0 0 4px #0002;
}

footer > .wrap,
header > .wrap {
	margin: 0 auto;
	padding: 0.75em 2em;
	box-sizing: border-box;
	max-width: 64em;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

header > .wrap {
	align-items: flex-start;
}


#primary-menu {
	padding-top: 0.8em;
	margin-right: -0.75em;
}

#footer-logo {
	filter: contrast(0) brightness(10);
}
#footer-logo,
#logo {
	position: relative;
	display: block;
	width: 10.5em;
	height: auto;
}
#logo-c {
	opacity: 0;
}
#logo-w {
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 1;
	filter: contrast(0) brightness(10);
}
#logo img {
	transition: opacity 0.3s ease;
}

body.no-image-header #logo-c,
html.ready body.burger-menu-open #logo-c,
html.ready body:not(.at-top) #logo-c {
	opacity: 1;
}
body.no-image-header #logo-w,
html.ready body.burger-menu-open #logo-w,
html.ready body:not(.at-top) #logo-w {
	opacity: 0;
}



form.forminator-ui {
		padding: 1em 0 !important;
}
.forminator-ui * {
	font-size: 1em !important;
	font-weight: normal !important;
}

.forminator-edit-module {
	display: none;
}

.forminator-checkbox input:checked + .forminator-checkbox-box, .forminator-select-dropdown-container--open .forminator-dropdown--default .forminator-checkbox input:checked + .forminator-checkbox-box {
	border-color: var(--blue) !important;
}

.forminator-checkbox .forminator-checkbox-box, .forminator-select-dropdown-container--open .forminator-dropdown--default .forminator-checkbox .forminator-checkbox-box {
	color: var(--blue) !important;
}


.center,
.content-text {
	max-width: 42em;
}
.center {
	margin: 0 auto;
}



@media (max-width: 899px) {
	.min-height-text, .min-height-text img {
		min-height: 100vw;
	}
}

@media (max-width: 699px) {
	.min-height-text, .min-height-text img {
		min-height: 115vw;
	}
}


.round-button {
	position: relative;
	z-index: 100;
	height: 0;
	margin: 0 !important;
}
.round-button p {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	transform: translateY(-85%);
	background-color: var(--light-green);
	width: 8.5em;
	height: 8.5em;
	border-radius: 50%;
	line-height: 130%;
}
.round-button a {
	text-decoration: none;
	text-align: center;
	position: absolute;
	left: 1em;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
	color: white;
	font-size: 0.9em;
}

.rounded {
	border-radius: 1em;
	overflow: hidden;
}

.rounded-top {
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	position: relative;
	z-index: 1;
	margin-top: -1em;
}
.rounded-bottom {
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	position: relative;
	z-index: 1;
	margin-bottom: -1em;
}

.bg-green {
	background-color: #dfe6d6;
}
.bg-gray {
	background-color: #EAE8E4;
}
.bg-white {
	background-color: white;
}
.bg-blue {
	background-color: var(--blue);
	color: white;
}



/* footer */

footer {
	position: relative;
	background-color: var(--blue);
	color: white;
}

footer nav {
	margin-right: -0.75em;
}

footer ul,
footer li {
	display: inline;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
footer ul a {
	display: inline-block;
	padding: 0 0.75em;
	text-decoration: none;
}

@media (max-width: 511px) {
	#footer-logo,
	footer nav {
		font-size: 0.8em;
	}
}


/* breakpoints */

.mobile-only {
	display: none;
}

@media (max-width: 999px) {
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: block;
	}
}

@media (max-width: 511px) {
	form,
	.content-text h2[data-style=section],
	.content-text p:not([data-style]) {
		font-size: 1.15em;
	}
	footer {
		padding-bottom: 1.25em;
	}
}



/*lang*/
#menu-item-67{display:none !important;}
