/* https://www.promptnet.ch */
:root {
	--pn-primary: #97C1E6;
	--pn-secondary: #FFD0FD;
	--pn-border-color: var(--pn-primary);
	--pn-font-size-body: 20px;
	--pn-font-size-small: 14px;
	--pn-font-size-footer: 23px;
	--pn-font-size-h1: 110px;
    --pn-line-height-h1: 0.91;
	--pn-font-size-h2: 45px;
	--pn-line-height-h2: 1.11;
	--pn-font-size-h3: 28px;
    --pn-line-height-h3: 1.07;
	--pn-font-size-h4: 24px;
	--pn-font-size-main-nav: 53px;
    --pn-font-size-lead: 32px;
    --pn-line-height-lead: 1.13;
	--pn-font-size-breadcrumb: 18px;
	--pn-content-element-padding: 150px;
	--bs-breadcrumb-divider: '›';
	--pn-font-color: #000000;
	--pn-main-nav-color: #ffffff;
	--pn-font-family-body: "Heebo", sans-serif;
	--pn-image-padding: 15px;
	--pn-border-radius: 33px;
    --pn-padding-body-top: 0;
    --pn-top-header: 0;
    --pn-scroll-margin-top: 100px;
    --pn-header-height: 150px;
    --pn-media-width: 1;
    --pn-media-height: 1;
    --pn-category-sorting: 1;
}
@media (max-width: 991px) {
	:root {
		--pn-content-element-padding: 100px;
		--pn-font-size-body: 17px;
		--pn-font-size-h1: 50px;
        --pn-line-height-h1: 1;
		--pn-font-size-h2: 30px;
		--pn-font-size-h3: 30px;
        --pn-font-size-lead: 22px;
        --pn-line-height-lead: 1.27;
        --pn-font-size-main-nav: 30px;
	}
}
@media (max-width: 767px) {
	:root {
		--pn-content-element-padding: 50px;
	}
}

/* for CKE */
.ck.ck-content {
	background-color: rgba(166, 172, 205, 0.5) !important;
}

p.half-margin-bottom {
    margin-bottom: 0.5rem;
}
p.no-margin-bottom {
    margin-bottom: 0;
}
.no-link {
    cursor: default;
}
.lead {
    font-size: var(--pn-font-size-lead);
    line-height: var(--pn-line-height-lead);
    margin-bottom: 1.5rem;
}
.heebo {
    font-family: var(--pn-font-family-body) !important;
}
.big-h2 {
    font-size: 80px;
}
.material-icon-in-text {
	transform: translateY(4px);
}
.material-symbols-outlined {
	font-family: 'Material Symbols Outlined' !important;
}
.material-symbols-outlined.material-icon-link {
	font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 00, 'opsz' 24;
	transform: translateY(8px);
}
.link-with-arrow {
	display: inline-block;
	position: relative;
	margin-top: 20px;
}
.link-with-arrow::after {
	content: "chevron_right";
	font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
	font-family: 'Material Symbols Outlined';
	font-size: 1.2em;
	transform: translateY(0.2em);
	display: inline-block;
	padding-left: 10px;
}
.link-with-arrow::before,
.footer-right a::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background-color: var(--pn-primary);
	transition: all 0.3s cubic-bezier(0.99, 0.01, 0.58, 1);
}
.footer-right a::before {
	background-color: white;
}
.link-with-arrow:hover::before,
.footer-right a:hover::before{
	width: 100%;
}
.footer-link {
	display: inline-block;
	font-size: var(--pn-font-size-footer-link);
	line-height: 60px;
	transform: translateY(11px);
}
.footer-link::after {
	content: "›";
	padding-left: 30px;
}
p:empty {
	display: none;
}
.relative {
	position: relative;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex: 1 0 auto;
}
.bodytext ul,
.bodytext ol {
	margin-left: 0;
	padding-left: 0;
}
.bodytext ol {
	padding-left: 20px;
}
.bodytext ol li::marker {
	font-weight: 700;
}
.bodytext li {
	margin-bottom: 0.3em;
}
.bodytext ul > li {
	list-style: none;
	padding-left: 20px;
	position: relative;
}
.bodytext ul > li::before {
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--pn-font-color);
	left: 0;
	top: 0.5em;
}

.image-caption {
	font-size: 0.6rem;
}
figure {
    margin: 0;
}

.nopaddingtop {
	padding-top: 0.1px !important;
}
.nopaddingbottom {
	padding-bottom: 0.1px !important;
}
.halfpaddingtop {
	padding-top: calc(var(--pn-content-element-padding) / 2) !important;
}
.halfpaddingbottom {
	padding-bottom: calc(var(--pn-content-element-padding) / 2) !important;
}
.doublepaddingtop {
	padding-top: calc(var(--pn-content-element-padding) * 2) !important;
}
.doublepaddingbottom {
	padding-bottom: calc(var(--pn-content-element-padding) * 2) !important;
}
.nomarginbottom {
	margin-bottom: 0 !important;
}
.frame-space-before-extra-small {
	margin-top: 6px;
}
.frame-space-before-small {
	margin-top: 12px;
}
.frame-space-before-medium {
	margin-top: 18px;
}
.frame-space-before-large {
	margin-top: 24px;
}
.frame-space-before-extra-large {
	margin-top: 30px;
}
.frame-space-after-extra-small {
	margin-bottom: 6px;
}
.frame-space-after-small {
	margin-bottom: 12px;
}
.frame-space-after-medium {
	margin-bottom: 18px;
}
.frame-space-after-large {
	margin-bottom: 24px;
}
.frame-space-after-extra-large {
	margin-bottom: 30px;
}
.with-bg-color .main-content {
	color: white;
}
.with-bg-color .breadcrumb-item+.breadcrumb-item::before,
.with-bg-color .breadcrumb-text,
.with-bg-color .breadcrumb-item.active {
	color: var(--pn-main-nav-color);
}
.with-bg-color .lead-text,
.with-bg-color .main-content a,
.with-bg-color h1,
.with-bg-color h2,
.with-bg-color h3,
.with-bg-color h4 {
	color: white;
}
.with-bg-color a:hover {
	color: white;
	opacity: 0.6;
}
.bg-color-primary {
	background-color: var(--pn-primary) !important;
}
.bg-color-secondary {
	background-color: var(--pn-secondary) !important;
}
.color-primary {
    color: var(--pn-primary) !important;
}
.use-pn-definitions .btn {
	font-size: var(--pn-font-size-body);
	padding: 15px 23px;
	border: 2px solid transparent;
	margin-top: 10px;
	border-radius: 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.use-pn-definitions .btn::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    right: -20px;
    width: calc(100% + 30px);
    height: 100%;
    border-radius: 50%;
    background: var(--pn-primary);
    transform-origin: 100% 50%;
    transform: scale3d(0, 2.5, 0);
    transition: transform 0.5s, opacity 0.3s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}
.use-pn-definitions .btn:hover::before {
    transform: scale3d(1.2, 2.5, 1);
}
.element-preview-content .btn {
	font-size: 12px;
}
.use-pn-definitions .btn-primary {
	background-color: white;
	color: black;
    border-color: black;
}
.use-pn-definitions .btn-primary.inverted {
	color: white;
	background-color: black;
	border-color: white;
}
.use-pn-definitions .btn-alternative {
	color: var(--pn-primary);
	background-color: white;
    border-color: var(--pn-primary);
}
.use-pn-definitions .btn:hover,
.use-pn-definitions .btn:active,
.use-pn-definitions .btn:focus,
.use-pn-definitions .btn:focus-visible {
	box-shadow: none;
	outline: none;
}
.use-pn-definitions .btn-primary:hover,
.use-pn-definitions .btn-alternative:hover {
    color: white;
}
.use-pn-definitions .btn-alternative.inverted {
    color: white;
    background-color: var(--pn-primary);
    border-color: white;
}
.use-pn-definitions .btn-alternative.inverted::before {
    background-color: black;
}
.border-color-1 {
    border-color: var(--pn-primary) !important;
}
.border-color-2 {
    border-color: black !important;
}
.border-color-3 {
    border-color: var(--pn-secondary) !important;
}
.use-pn-definitions .table>:not(caption)>*>* {
	border-bottom-width: 0;
	box-shadow: none;
}
.height-auto {
	height: auto !important;
}
.height-100-percent {
	height: 100% !important;
}

/* hide upload-button in backend */
.t3js-drag-uploader {
	display: none;
}

@media (min-width: 1400px) {
	.not-on-desktop {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1399px) {
	.not-on-laptop {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.not-on-tablet-landscape {
		display: none !important;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.not-on-tablet-portrait {
		display: none !important;
	}
}
@media (max-width: 991px) {
	figure.audio {
		display: block;
	}
	figcaption.audio-caption {
		margin-left: 22px;
	}
    .line-height-2-mobile {
        line-height: 2 !important;
    }
}
@media (max-width: 767px) {
	.link-with-arrow {
		margin-top: 4px;
	}
}
@media (max-width: 575px) {
	.not-on-phone {
		display: none !important;
	}
}