@font-face {
    font-family: 'Righteous';
    src: url('fonts/Righteous-Regular.eot');
    src: url('fonts/Righteous-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Righteous-Regular.woff2') format('woff2'),
        url('fonts/Righteous-Regular.woff') format('woff'),
        url('fonts/Righteous-Regular.ttf') format('truetype'),
        url('fonts/Righteous-Regular.svg#Righteous-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Old Standard TT';
    src: url('fonts/OldStandardTT-Italic.eot');
    src: url('fonts/OldStandardTT-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/OldStandardTT-Italic.woff2') format('woff2'),
        url('fonts/OldStandardTT-Italic.woff') format('woff'),
        url('fonts/OldStandardTT-Italic.ttf') format('truetype'),
        url('fonts/OldStandardTT-Italic.svg#OldStandardTT-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Old Standard TT';
    src: url('fonts/OldStandardTT-Bold.eot');
    src: url('fonts/OldStandardTT-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/OldStandardTT-Bold.woff2') format('woff2'),
        url('fonts/OldStandardTT-Bold.woff') format('woff'),
        url('fonts/OldStandardTT-Bold.ttf') format('truetype'),
        url('fonts/OldStandardTT-Bold.svg#OldStandardTT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Old Standard TT';
    src: url('fonts/OldStandardTT-Regular.eot');
    src: url('fonts/OldStandardTT-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/OldStandardTT-Regular.woff2') format('woff2'),
        url('fonts/OldStandardTT-Regular.woff') format('woff'),
        url('fonts/OldStandardTT-Regular.ttf') format('truetype'),
        url('fonts/OldStandardTT-Regular.svg#OldStandardTT-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
    background: url('images/zura-bg.jpg') no-repeat;
	background-color: #e0ecd4;
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto;
    font-family: 'Old Standard TT', Georgia, Times New Roman;
    font-size: 12pt;
    line-height: 16pt;
    text-align:left;
    color:#242224;
	z-index: 0; /* wichtig für das Overlay */
}

.textblock {
  background-color: rgba(224, 236, 212, 0.5);
  padding: 15px 10px;
  border-radius: 6px; /* abgerundet, wirkt softer */
  max-width: 800px;   /* optional für schönere Zeilenbreite */
  margin: 0 auto;     /* zentriert den Block */
}

#topnavi {
    position: absolute;
    width: 400px;
    left: 380px;
    top: 10px;
    padding: 10px;
}

a.navi:link, a.navi:visited, a.navi:active {
  display: block;
  font: 16px 'Righteous', sans-serif;
  color: #b5bb38;
  background-color: #2b2b2d;
  border-right: 10px solid #b5bb38;
  font-weight: normal;
  text-align: right;
  text-transform: uppercase;
  padding: 5px 12px;
  margin: 0 0 3px 0;
  text-decoration: none;
  transition: all 0.25s ease;
}

a.navi:hover {
  color: #467fd8;
  background-color: #e0ecd4;
  border-right: 20px solid #467fd8;
  transform: translateX(-4px);
}

h1 {
  font-family: 'Righteous';
  font-size: 32pt;
  line-height: 34px;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  padding: 25px 0 5px 5px;
  margin: 20px 0 20px 0;
  border-bottom: 2px solid #467fd8;
  
  /* Gradient Text */
  background: linear-gradient(to right, #0045ca, #467fd8);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

h2{
font-family: 'Righteous';
font-size:26pt;
line-height: 35px;
letter-spacing:1px;
text-align:left;
font-weight:normal;
font-style: normal;
color:#467fd8;
border-left:20px solid #b5bb38;
padding-left: 28px;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 30px;
}

h3{
font-family: 'Old Standard TT', Georgia;
font-size:20pt;
line-height: 22px;
letter-spacing:1px;
text-align:left;
text-transform: uppercase;
font-weight:bold;
font-style: italic;
padding-left: 10px;
padding:5px;
margin:20px 0 15px 0;
color:#b5bb38;
border-bottom:1px solid #467fd8;
}

h4{
font-family: 'Old Standard TT', Georgia;
font-size:18pt;
line-height: 16px;
letter-spacing:-1px;
text-align:left;
text-transform: normal;
font-weight:bold;
font-style: italic;
padding-left: 0px;
padding:5px;
margin:5px;
color:#2e2f31;
}

b, strong { 
	color: #467fd8; 
	font-weight: 900; 
}

i, em { 
	color: #0045ca; 
	font-weight: 600; 
}

u { 
	color: #0045ca; 
	font-weight: 600; 
	text-decoration: underline; 
}

a:link, a:visited, a:active {
	color:#0045ca;
	text-decoration:underline;
}

a:hover{
	color:#b5bb38;
	font-weight: bold;
	text-decoration:none;
}

textarea{
	background-color:#d9de7c;
	border:2px solid #b5bb38;
	width: 450px; height: 100px;
	color:#2e2f31;
}

blockquote {
    margin: 5px;
    font-family: 'Old Standard TT', Helvetica;
    text-align: center;
    color: #e0ecd4;
    background-color: #467fd8;
    background-image: url("images/trenner-stats.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto;
    border-left: 10px dotted #0045ca;
    border-right: 1px solid #b5bb38;
    border-top: 1px solid #b5bb38;
    border-bottom: 1px solid #b5bb38;
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 250px;
    background-origin: padding-box;
    border-radius: 8px;
	height: 240px;
}

blockquote:before {
        content: open-quote;
        font-weight: bold;
        color: #467fd8;
        font-family: 'Righteous', serif;
        font-size: 68px;
	    float:left;
}

blockquote:after {
        content: close-quote;
        font-weight: bold;
        color: #467fd8;
        font-family: 'Righteous', serif;
        font-size: 68px;
        float:right;
}

blockquote strong,
blockquote b {
  color: #e0ecd4;
}

#footer {
  background: transparent; /* keine Farbe am äußeren Footer */
  padding: 5px;
}

.footer-box {
  background: #0045ca;
  color: #e0ecd4;
  font-family: 'Righteous', Helvetica;
  font-size: 12pt;
  display: flex;
  align-items: center;
  padding: 15px;
  margin: 0 auto;
  max-width: 450px;
  border-radius: 8px;
  letter-spacing: 1px;
}

.footer-box a:link,
.footer-box a:visited,
.footer-box a:active {
  font-weight: 300;
  color: #b5bb38;
  text-decoration: none; /* falls du keine Unterstreichung willst */
  transition: color 0.3s ease;
}

.footer-box a:hover {
  color: #e0ecd4; /* kleines Highlight beim Hover, kannst du anpassen */
  font-weight: 300; /* bleibt gleich, nur Farbe ändert sich */
}

/* Allgemeine Formularfelder */
input[type="text"],
input[type="email"],
input[type="url"],
select,
textarea {
  color: #3b5ca0;
  border: 1px solid #467fd8;
  background: #e0ecd4;
  font-size: 14pt;
  font-family: 'Righteous', serif;
  width: 320px;
  margin: 5px 0;
  padding: 6px 10px;
  border-radius: 8px;
  box-sizing: border-box;
}

/* Submit-Button */
input[type="submit"] {
  background: #467fd8;
  color: #fff;
  border: none;
  font-size: 14pt;
  font-family: 'Righteous', serif;
  padding: 8px 20px;
  margin-top: 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

input[type="submit"]:hover {
  background: #b5bb38;
  color: #2b2b2d; /* dunkler für Kontrast */
}

