:root {
  --bg: #fff;
  --surface: #ffffff;
  --text: #1f2937;
  --muted: #6b7280;
  --primary: #078086;
  --primary-dark: #0aafb7;
  --border: #e5e7eb;
  --ueber: #e3090a;
  --unter: #fff;
  --hellgrau: #ccc;
  --hellergrau: #eee;
  --dunkel: #333;
  --mittel: #666;
  --h1: #6487CC;
  --ocker: #dd8d15;
  --hellocker: #f7c883;
  --weiss: #fff;
  --hellgruen: #61e8ef;
  --salo: #a60000;
  --schwarz: #000;

}

.tabellevoll {
   margin-top: 10px;
   margin-bottom: 20px;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   font-size: 0.9em;
}
.tabellelinks {
  padding-left: 50px;
  font-size: 1.3em;
}
.tabellemitte {
  text-align: center;
}
.tabellerechts {
  padding-right: 50px;
  font-size: 1.3em;
}


.zurueck {float:left}
.home {text-align:right}

.rot {color: var(--ueber)}

a {
	color: var(--ueber);
    text-decoration: none;
}

.ao30 {
	margin-top: 30px;
}

.leist {
       text-align:right;
       background: var(--hellergrau);
       padding-right: 9%;
       padding-bottom: 3px;
       padding-top: 3px;
       border-bottom: 1px solid var(--hellgrau);
}

.bb {
	float: right;
	margin-left: 20px;
}

.bb2 {
	float: left;
        margin-right: 20px;
	margin-top: 0px;
}

.bild {
	float: left; 
        margin-right: 20px;
	margin-top: 0px;
	max-width: 100%;
        height: auto;   
}

.bild2 img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 20px;
  display: block;
}

.brand2 {
  margin-left: 10%;
  margin-top: 0px;
  opacity: 0.5;

}
.brand3 {
    border: 1px solid #e3090a;
    border-radius: 2px;
    background: #fff;
    margin-top: 30px;
    margin-left: 10%;
    padding: 10px;
    width: 290px;
    opacity: 0.7;

}

.brand4 {
    font: 1.5em Calibri, Lucida Sans Unicode, Lucida Grande, sans-serif;
    color: #000;
    margin-left: 10%;
    margin-top: 10px;
    font-weight: normal;
}

.brand5 {
    font: 1em Calibri, Lucida Sans Unicode, Lucida Grande, sans-serif;
    color: #e3090a;
    margin-left: 10%;
    margin-top: 10px;
    font-weight: normal;
}
.brand5 a {
    text-decoration: underline;
}

.brand5 a:hover {
    color: #000;
}

.brand6 {
    font: 1em Calibri, Lucida Sans Unicode, Lucida Grande, sans-serif;
    color: #e3090a;
    margin-left: 10%;
    margin-top: 20px;
    font-weight: normal;
}





.recht {
        margin-left: 9%;
        margin-top: 5%;
        opacity: 0.3;
        border-radius: 6px;
}

.button_infozeile {
	width: 370px;
	background:var(--bg);
	font:0.9em Calibri,Lucida Sans Unicode,Lucida Grande,sans-serif;
	color: var(--primary);
	border-radius:2px;
	text-align: center;
	textdecoration: none;
	margin-bottom: 0px;
}

.button_infozeile a{
	display:block;
	padding: 5px;
	border: 1px solid var(--primary);
	color: var(--primary);
	text-decoration: none;
}

.button_infozeile a:hover {
	background:var(--dunkel);
	border: 1px solid var(--dunkel);
	color: var(--bg);
}

.button_infozeile:hover {
	background: #333;
	color: #fff !important;
}

.button_reihe {
	display: flex;
        justify-content: flex-end;
}

.button_blau_header {
	width: 100px;
	background: #000;
	font:0.9em Calibri,Arsenal,Lucida Sans Unicode,Lucida Grande,sans-serif;
	text-align: center;
	color: #fff;
	padding: 5px;
	textdecoration: none;
	margin-left: 0px;
	margin-right: 5px;
        border-top: 0px #fff solid;
	border-radius: 2px !important;
}
.button_blau_header a{
	padding: 0px;
	border: 0px solid #000;
	color: #fff;
	text-decoration: none;
}

.button_blau_header a:hover {
	background: #666;
	color: #fff !important;
}

.button_blau_header:hover {
	background: #666;
}

.button_ocker_header {
	width: 100px;
	background: #000;
	font:0.9em Calibri,Arsenal,Lucida Sans Unicode,Lucida Grande,sans-serif;
	text-align: center;
	color: #fff;
	padding: 5px;
	textdecoration: none;
	margin-left: 0px;
	margin-right: 5px;
	border-top: 0px #fff solid;
	border-radius: 2px !important;
}
.button_ocker_header a{
	padding: 0px;
	border: 0px solid #000;
	color: #fff;
	text-decoration: none;
}

.button_ocker_header a:hover {
	background: #666;
	color: #fff !important;
}

.button_ocker_header:hover {
	background: #666;
}

.button_gruen_header {
	width: 100px;
	background: #000;
	font:0.9em Calibri,Arsenal,Lucida Sans Unicode,Lucida Grande,sans-serif;
	text-align: center;
	color: #fff;
	padding: 5px;
	textdecoration: none;
	margin-left: 0px;
	margin-right: 5px;
	border-top: 0px #fff solid;
	border-radius: 2px !important;
}
.button_gruen_header a{
	padding: 0px;
	border: 0px solid #000;
	color: #fff;
	text-decoration: none;
}

.button_gruen_header a:hover {
	background: #666;
	color: #fff !important;
}

.button_gruen_header:hover {
	background: #666;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font:1.2em Calibri,Arsenal,Lucida Sans Unicode,Lucida Grande,sans-serif;
  line-height: 1.4em;
  color: var(--text);
  
}

html {
    scroll-behavior: smooth;
}

hr {
	border: dashed 1px var(--hellgrau);
}


.bil {
	width: 100%;
	min-height: 400px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background:url(bilder/header/headx1.jpg) 50% 50% no-repeat;
	background-size:cover;
	border-bottom: 1px solid var(--hellergrau);
}

.bil2 {
	width: 100%;
	min-height: 400px;
	padding-top: 0px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background:url(bilder/header/pinwand.jpg) 50% 50% no-repeat;
	background-size:cover;
	border-top: 1px solid #ccc;
}

.headtext_2 {
	font:1.3em Calibri, Lucida Sans Unicode,Lucida Grande,sans-serif;
	color: #000;
	margin-left:150px;
        margin-top:150px;
	font-weight: normal;
}

.ganzoben {
	padding-top: 20px;
        padding-right: 9%;
	text-align: left;
        color: var(--bg);
        position: relative;
        opacity: 0.5;       
 }

#ganzoben a {
	padding: 0 5px 0 5px;
	color: #000;
	text-decoration: none;
}

#ganzoben a:hover {
	color: #fff;
	background: #e3090a;
	border-radius: 2px;
}


h1 {
	font:1.8rem calibri,Lucida Sans Unicode,Lucida Grande,sans-serif; 
	margin-top: 0px;
}

h2 {
	font:1.7rem calibri,Lucida Sans Unicode,Lucida Grande,sans-serif;
	color: var(--dunkel);
	margin-top: 0px;
}


.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--surface);
  border-bottom: 0px solid var(--border);
}

.footer {
  width: 100%;
  background: var(--hellergrau);
  color: var(--text);
  padding: 0.1rem;
  text-align: center;
  border-top: 1px solid var(--hellgrau);
  
 }

.footer a {
  color:var(--dunkel);
}

.footer a:hover{
  color:var(--ueber);
}

.nav-wrapper {
  width: 83%;
  margin: 0 auto;
  padding: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-left: 0px solid var(--hellgrau)
}

.brand {
  margin: 0;
  font-size: 1.2rem;
}



.inhalt_reihe {
	display: flex;
        justify-content: flex-end;
	margin-bottom: 15px;
}

.inhalt_reihe2 {
        margin-top: 250px;
        float: right;
}


.inhalt_button {
	width: 220px;
	background: #eee;
	font:0.9em Calibri,Arsenal,Lucida Sans Unicode,Lucida Grande,sans-serif;
	text-align: center;
	color: #fff;
	padding: 5px;
	textdecoration: none;
	margin-top: 5px;
	border: 1px solid var(--mittel);
	border-radius: 2px;
}
.inhalt_button a{
	padding: 0px;
        border: 0px #e3090a solid;
	color: #000;
	text-decoration: none;
}

.inhalt_button a:hover {
	background: #e3090a;
	color: #fff;
        border: 1px #e3090a solid;
}

.inhalt_button:hover {
	background: #e3090a;
        color: #fff;
        border: 1px #e3090a solid;

}


.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 0.35rem 0.55rem;
  font-size: 1.8rem;
  cursor: pointer;
}

.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.1rem;
}

.nav-menu a {
  text-decoration: none;
  color: var(--text);
  padding: 0.45rem 0.75rem;
  border-radius: 0px;
  display: inline-block;
  background: var(--hellergrau);
  width: 110px;
    text-align: center;
}

.nav-menu a:hover,
.nav-menu a.active {
  background: var(--ueber);
  color: white;
}

main {
  width: 83%;
  margin: 1.05rem auto;
  padding: 0 1rem;
  padding-bottom: 20px;
  border-left: 0px solid var(--hellergrau);
}

.card {
  background: var(--surface);
  border: 0px solid var(--border);
  border-radius: 12px;
  padding: 0rem;
}

.contact-form {
  width: 100%;
  margin: 0px auto;
  padding: 10px;
  background: #f7f7f7;
  border-radius: 3px;
}

.contact-form h1 {
  margin-top: 0;
}

.contact-form label {
  display: block;
  margin-top: 16px;
  margin-bottom: 6px;
  font-weight: normal;
}

.contact-form label a {
color: #666;  
text-decoration: none;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
  margin-top: 20px;
  padding: 12px 18px;
  background: #c00;
  color: white;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
}

.contact-form button:hover {
  background: #a00000;
}

.form-success {
  padding: 12px;
  background: #d8f5d0;
  border: 1px solid #7ac96f;
}

.form-error {
  padding: 12px;
  background: #ffd7d7;
  border: 1px solid #d66;
}

.hidden-field {
  display: none;
}

.pfeil_oben a {
   color: var(--dunkel);  
}

@media (max-width: 850px) {
  .nav-toggle { display: block; }
   

  .nav-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    display: none;
    flex-direction: column;
    padding: 0.5rem 1rem 1rem;
  }

  .nav-menu.open { display: flex; }

.bild {
   margin-bottom: 20px;
}
main {
   border-left: 0px solid var(--hellergrau);
}
}

/* Container für die drei Spalten */
.drei_spalten {
    display: flex;
    width: 100%;
    gap: 1rem;
    padding: 0%;
}

/* Einzelne Spalten */
.column {
    background-color: #F2F2F2;
    box-shadow: 1px 3px 4px 0px #888;
    -webkit-box-shadow: 1px 3px 4px 0px #888;
    -moz-box-shadow: 1px 3px 4px 0px #888;
    background-color: #eee;  
    border: 1px solid #ddd;
    padding: 10px;
    flex: 1;
    border-radius: 4px;
}

.column h2 {
    margin-bottom: 0.5rem;
}

/* Responsiv: auf kleinen Bildschirmen untereinander */
@media (max-width: 850px) {
    .drei_spalten {
        flex-direction: column;
    }
    .nav-wrapper {
  width: 95%;
}
  main {
  width: 95%;
}
h1 {
    margin-top: 20px;
   font:1.5rem calibri,Lucida Sans Unicode,Lucida Grande,sans-serif;
}

.ganzoben {
	text-align: left;
        margin-left: 20px;

}
.inhalt_button {
	width: 200px;
	font:0.7em Calibri,Arsenal,Lucida Sans Unicode,Lucida Grande,sans-serif;
}
.tabellelinks {
  padding-left: 5px;
}

.tabellerechts {
  padding-right: 5px;
}

}
