:root {
	--font: #1e90ff;
	--link: #ffffff;
	--link-hover: transparent;
	--noweda-blue: #004f9f;
	--noweda-red: #e3051b;
	--card-columns-desktop: 3;
	--card-columns-smalldisplay: 2;
	--card-columns-mobile: 1;
  }

/*
-----------------------------
Hausschrift: Lexend Deca
----------------------------- 
*/

*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

img, picture, svg, video {
  max-width: 100%;
  height: auto;
  display: block;
}

.logo_mobile {
	display:none;
}

a {
	color: var(--font);
	text-decoration: none;
	transition: color .15s ease, opacity .15s ease;
	cursor: pointer;
}

a:hover,
a:focus {
	color: var(--noweda-blue);
	outline: none;
}

a:active {
	opacity: .9;
}

a:focus-visible {
	box-shadow: 0 0 0 3px rgba(0,79,159,0.12);
	border-radius: 2px;
}

.weiss {
	background-color: #ffffff;
}

/* Lexend Deca Light */
@font-face {
	font-display: swap;
	font-family: 'Lexend Deca';
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/lexend-deca-v21-latin-200.woff2') format('woff2'),
		 url('../fonts/lexend-deca-v21-latin-200.ttf') format('truetype');
  }

  /* Lexend Deca Medium */
  @font-face {
	  font-display: swap;
	  font-family: 'Lexend Deca';
	  font-style: normal;
	  font-weight: 300;
	  src: url('../fonts/lexend-deca-v21-latin-300.woff2') format('woff2'),
		   url('../fonts/lexend-deca-v21-latin-300.ttf') format('truetype');
	}

  /* Lexend Deca Normal */
  @font-face {
	font-display: swap;
	font-family: 'Lexend Deca';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/lexend-deca-v21-latin-500.woff2') format('woff2'),
		 url('../fonts/lexend-deca-v21-latin-500.ttf') format('truetype');
  }
  
  /* Lexend Deca Bold */
  @font-face {
	  font-display: swap;
	  font-family: 'Lexend Deca';
	  font-style: normal;
	  font-weight: 700;
	  src: url('../fonts/lexend-deca-v21-latin-700.woff2') format('woff2'),
		   url('../fonts/lexend-deca-v21-latin-700.ttf') format('truetype');
	}
  
  /* Lexend Deca ExtraBold */
  @font-face {
	  font-display: swap;
	  font-family: 'Lexend Deca';
	  font-style: normal;
	  font-weight: 800;
	  src: url('../fonts/lexend-deca-v21-latin-800.woff2') format('woff2'),
		   url('../fonts/lexend-deca-v21-latin-800.ttf') format('truetype');
	}


/*
-----------------------------
Basislayout
----------------------------- 
*/


* { box-sizing: border-box; }

html { font-size: 16px; background-color: rgb(206, 228, 252); }

body { 
	margin: 0;
	font-family: Lexend Deca, sans-serif;
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 1.8rem;
	color: #202020;
	display: flex;
   	flex-direction: column;
   	min-height: 100vh;
	background: linear-gradient(45deg, rgb(206, 228, 252) 0.000%, rgb(187, 219, 251) 25.000%, rgb(213, 234, 250) 100.000%);
}

.skip-link {
	position: absolute;
	left: -999px;
	top: 0.75rem;
	background: #fff;
	color: #000;
	padding: 0.75rem 1rem;
	border-radius: 0.5rem;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	z-index: 500;
	text-decoration: none;
	font-weight: 700;
	border: 2px solid #004f9f;
	transition: left 0.15s ease, box-shadow 0.2s ease;
}

.skip-link:focus-visible {
	left: 1rem;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
	outline: none;
}

.cursor-highlight {
	position: fixed;
	top: 0;
	left: 0;
	width: 640px;
	height: 640px;
	border-radius: 50%;
	pointer-events: none;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.35) 40%, rgba(255, 255, 255, 0) 70%);
	transform: translate3d(-9999px, -9999px, 0);
	opacity: 0;
	transition: opacity 0.18s ease, transform 0.06s ease;
	mix-blend-mode: screen;
	z-index: 0;
}

.cursor-highlight.is-visible {
	opacity: 0.4;
}

.highlight {
	display: inline-block; 
	background-color: #FF0000; 
	padding: 0 0.4rem; 
	color: #FFFFFF; 
	font-weight: 700;
}



.page-wrapper {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 4rem;
    display: flex;
    flex-direction: column;
    flex: 1;
	position: relative;
	z-index: 1;
}

.print {
	height:100%;
	width:100%;
	position: fixed;
	border: 18px solid #ffffff;
}

.schnittmarke {
	position: fixed;
	display: block;
	height: 42px;
	width: 42px;
	z-index: 2000;
}

.schnittmarke.topleft { left: 0px; } 
.schnittmarke.topright { right:0px; transform:rotate(90deg); }
.schnittmarke.bottomright { bottom:0px; right:0px; right:0px; transform:rotate(180deg); } 
.schnittmarke.bottomleft { bottom:0px; left:0px; right:0px; transform:rotate(-90deg); } 

.passerkreuz {
	position: fixed;
	display: block;
	height: 28px;
	width: 28px;
	top:calc(50% - 14px);
	z-index: 2000;
}

.passerkreuz.left { left: 14px; }
.passerkreuz.right { right: 14px; } 

.faecher {
	position: absolute;
	right: 0;
	margin-right: -100px;
	transform: rotate(180deg);
	width: 760px;
	top:-300px;
}

.farbkontrolle {
	display: absolute;
	margin-bottom: 3rem;
}

.farbkontrolle img {
	height: 1.6rem;
	float: right;
}

header, main {
    padding: 2rem 0;
}

footer {
    padding: 2rem 0 3rem 0;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width:280px;
	margin-top: 3rem;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 2rem;
    margin: 0;
    padding: 0;
}

nav a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

main {
    flex: 1;
	z-index: 100;
}

.hero {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 6rem 0 1rem 0;
}

.btn-primary {
    padding: 0.75rem 1.5rem;
    background: #000;
    color: #fff;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 600;
}

.content-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
}

.feature-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(var(--card-columns-desktop, 3), minmax(0, 1fr));
}

.card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0.75rem;
    padding: 1.25rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    text-align: left;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
    transition: transform 220ms ease, box-shadow 220ms ease;
    will-change: transform, box-shadow;
}

.card.empty {
    background: none;
    border: none;
    border-radius: 0.75rem;
    padding: 1.25rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    text-align: left;
    box-shadow: none;
    transition: transform 220ms ease, box-shadow 220ms ease;
    will-change: transform, box-shadow;
}

.card:hover {
    transform: scale(1.02);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08);
}

.card-icon {
	width: 3.8rem;
	min-width: 3.8rem;
	max-width: 3.8rem;
	height: auto;
	flex: 0 0 3.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.card-content h3 {
    margin: 0;
}

footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
    color: #555;
    font-size: 1rem;
	line-height: 1.6rem;
}

.footer-links {
    display: flex;
    gap: 2rem;
}

.footer-links a {
    text-decoration: none;
}

h1 {
	font-family: Lexend Deca, sans-serif;
	font-weight: 800;
	font-size: 3.8rem;
	line-height:4.0rem;
	margin-top: 0;
	color: #202020;

}
h2 {
	font-family: Lexend Deca, sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
	line-height:1.8rem;
}
h3 {
	font-family: Lexend Deca, sans-serif;
	font-weight: 700;
	font-size: 1.2rem;
	line-height:1.6rem;
}
h4 {
	font-family: Lexend Deca, sans-serif;
	font-weight: 700;
	font-size: 1.1rem;
	margin: 0 0 1rem 0;
}

footer p {
	margin: 0
}

@media (max-width: 1280px) {

}	


@media (max-width: 1048px) {

.feature-grid {
	grid-template-columns: repeat(var(--card-columns-smalldisplay, 2), minmax(0, 1fr));
}

.faecher {
	right: 0;
	margin-right: -90px;
	width: 540px;
	top:-240px;
}
	
}


@media (max-width: 768px) {


body { 
	font-size: 1rem;
	line-height: 1.3rem;
}

h1 {
	font-size: 1.6rem;
	line-height:2rem;
	margin-bottom: 0;
}

h3 {
	font-size: 1rem;
	line-height:1.3rem;
}

.logo {
    display:none
}

.feature-grid {
	grid-template-columns: repeat(var(--card-columns-mobile, 1), minmax(0, 1fr));
}


.page-wrapper {
	padding: 0 3.4rem;
}

header {
	flex-direction: column;
	align-items: stretch;
	gap: 0.75rem;
}

.faecher {
	right: 0;
	margin-right: -60px;
	width: 380px;
	top:-140px;
}

.hero {
    padding: 10rem 0 1rem 0;
}

.logo_mobile {
	display:block;
	margin-top:1rem;
	margin-bottom: 1rem;
}

#OffizinFLYER_Head {
	display: none;
	
}

footer {
    padding: 2rem 0 3rem 0;
	gap:0;
}

footer p {
	margin: 0
}

}
