/* Aussehen der Seite */

/* Standard-Formatierungen - fix */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html {
    font-size: 1.2rem; /* Standard-Schriftgröße */
    height: 100%; /* Damit das Body-Flexbox-Layout korrekt funktioniert */
}



/* Textfarben */

/*Standard-Farbe Text */
body {
  color: #000;
}

/* Allgemeine Stile für Body */
body {
    height: 100%;
    margin: 0;
    padding-top: 1em;
    padding-bottom: 3em;
    display: flex;
    justify-content: center; /* Zentriert horizontal */
    background-color: #fff5e8; /* Standard-Hintergrundfarbe */
    background-image: url('background.jpg'); /* Optional: Hintergrundbild */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-family: 'Sansumi', Arial, sans-serif; /* Eigener Font mit Fallback */
    color: #a12837; /* Standard-Schriftfarbe */
    line-height: normal; /* Keine globale Zeilenhöhe auf Body */
}

/* Zentrierter Content */
.content {
    text-align: center; /* Zentriert Text horizontal */
    font-size: 1em; /* Übernimmt die Standard-Schriftgröße */
    line-height: 1.6; /* Standard-Zeilenhöhe nur für den Inhalt */
}

.footerTop {
  color: #989898;
  background-color: transparent;
}

a {
	color: inherit;
    background-color: transparent;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

.vcf a {
    color:#333;
    background-color: transparent;
    text-decoration: underline;
}
.vcf a:hover {
    text-decoration: none;
}

/* Textgrößen */

/* Standard-Größe text */
body {
  font-size: 16px;
  line-height: 1.15em;
}
h1 {
    font-size: 27px;
	line-height: 1.15em;
}
/* Überschrift-Stil */
h1 {
    font-size: 2.5rem; /* Größere Schrift für Überschrift */
    margin-bottom: 1rem; /* Abstand zum nächsten Element */
    font-weight: 600;
}

h2 {
    font-size: 20px;
	line-height: 1.15em;
}
h2 {
	font-weight: 600;
}

/* Stil für Absätze */
p {
    line-height: inherit; /* Erbt die Zeilenhöhe von .content */
}

strong, b {
font-weight: bold;
}

.footer {
  font-size: 10px;
}
.footerBottom {
  line-height: 38px;
}
body {
	background-color: white;
}

.mainContent.container {
	padding: 50px;
	border: 0px solid blue;
	}
	
.rightCol {
	width: 320px;
	margin-top: 116px;
}

.footer {
	padding-top: 70px;
}

.footerBottom {
	height: 38px;
}

#logo {
	width: 100%; 
	height: auto; 
	margin: 2em 0 2em 0;
	border: 0px solid yellow; 
	}

.logo {
	width:70%;
	max-width: 178px;
	height: auto;
	}

/* Logo-Stil */
.logo {
    display: block; /* Damit das Logo als Block behandelt wird */
    margin: 60px auto 60px auto; /* Horizontal zentrieren und 60px Abstand nach unten */
    max-width: 300px; /* Maximale Breite des Logos */
    height: auto; /* Behalte das Seitenverhältnis */
}

h1,h2,p {
	padding-left: 0px;
	}

ul {
	padding-left: 0px;
	margin-left: 30px;
   	}


/*** CSS für Bildschrimbreiten bis zu 411 Pixel ***/
      @media (max-width: 414px) {
        body {
		background-color: white;
        }
		
		.header {
			height: 0px;
		}
		
		.mainContent.container {
			padding: 30px;
			border: 0px solid blue;
		}

		.rightCol {
			width: 320px;
			margin-top: 0px;
		}

		.footer {
			padding-top: 0px;
		}
		
		.footerBottom {
			height: 0px;
		}

        #logo {
			width: 100%; 
			height: auto; 
			margin: 2em 0 2em 0;
			border: 0px solid yellow; 
		}

		.logo {
			width:70%;
			max-width: 183px;
			height: auto;
			}

		h1,h2,p {
			padding-left: 0px;
		}
		
		ul {
			padding-left: 0px;
			margin-left: 30px;
    	}

      }
      @media (max-width: 736px) and (min-width: 415px)  {
        body {
          background-color: white;
        }

		.header {
			height: 0px;
		}
		
		.mainContent.container {
			padding: 30px;
			border: 0px solid blue;
		}

		.rightCol {
			width: 320px;
			margin-top: 0px;
		}

		.footer {
			padding-top: 0px;
		}
		
		.footerBottom {
			height: 0px;
			}

        #logo {
			width: 100%; 
			height: auto; 
			margin: 2em 0 2em 0;
			border: 0px solid yellow; 
			}

		.logo {
			width:70%;
			max-width: 183px;
			height: auto;
		}

		h1,h2,p {
			padding-left: 0px;
		}

		ul {
			padding-left: 0px;
			margin-left: 30px;
    	}

      }
      @media (max-width: 962px) and (min-width: 736px) {
		body {
			background-color: white;
		}

		.header {
			height: 0px;
		}
		
		.mainContent.container {
			padding: 50px;
			border: 0px solid blue;
		}

		.rightCol {
			width: 320px;
			margin-top: 0px;
		}

		.footer {
			padding-top: 0px;
		}
		
		.footerBottom {
			height: 0px;
		}

        #logo {
			width: 100%; 
			height: auto; 
			margin: 2em 0 2em 0;
			border: 0px solid yellow; 
		}

		.logo {
			width:70%;
			max-width: 183px;
			height: auto;
		}

		h1,h2,p {
			padding-left: 0px;
		}

		ul {
			padding-left: 0px;
			margin-left: 30px;
    	}

}


/* Hintergrund aussen */

body {
  /*background-color: #fff;*/
}

.pageOuterWrap {
  background-color: transparent;
}

.header {
  background-color: transparent;
  border-bottom: 0px solid #d9d9d9;
}
.headerInnerWrap {
  background-color: transparent;
}
.content {
  background-color: transparent;
    border: 0px solid red;
}
.footerBottom {
  background-color: transparent;
  border-top: 0px solid #d9d9d9;
}