/* open-sans-300 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v28-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v28-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v28-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v28-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v28-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v28-latin-ext_latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v28-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v28-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v28-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v28-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v28-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v28-latin-ext_latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-500 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v28-latin-ext_latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v28-latin-ext_latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v28-latin-ext_latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v28-latin-ext_latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v28-latin-ext_latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v28-latin-ext_latin-500.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v28-latin-ext_latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v28-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v28-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v28-latin-ext_latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v28-latin-ext_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v28-latin-ext_latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v28-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v28-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v28-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v28-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v28-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v28-latin-ext_latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}


html, body {
    max-width: 100vw;  /* Setzt die maximale Breite von html und body auf die Breite des Viewports */
    overflow-x: hidden; /* Verhindert horizontales Scrollen */
    position: relative; /* Stellt den Positionskontext sicher */
}


*, *:before, *:after {
    box-sizing: border-box; /* Bezieht Padding und Border in die Breite des Elements ein */
}

img, iframe, table {
    max-width: 100%;    /* Stellt sicher, dass diese Elemente nie breiter als ihr Container sind */
    height: auto;       /* Erhält das Seitenverhältnis von Bildern */
}

body   { 
	background-color: #efece5; 
	
	border: 0px;
    margin: 0px;
    padding: 0px;
	color: #000000;
	font-family: 'Open Sans', 'sans-serif';
	font-size: 1.3em;
	text-align: center;

}


img.logo  {
    border: 0px;
    padding: 0px;
    margin: 5% auto;     /* Zentriert die Box horizontal */
    width: auto;
    max-width: 500px;
   	height: auto;

}


#content-box {
	width: 100%;        /* Nutze die volle verfügbare Breite, aber nicht mehr als 500px */
    max-width: 500px;   /* Maximale Breite */
    margin: 0 auto;     /* Zentriert die Box horizontal */
}

h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display:none;
}

h2 {
	font-weight: 500;
	font-size: 1.0em;
	margin: 0px 0px 10px 0px;
	padding: 0px;

}

p {
	font-weight: 300;
}

p strong {
	font-weight: 500;
}

a {
	color: #1e81b4;
}

a.telefon {
	color: #000000;
	font-size: 1.2em;
	font-weight: 700;
	text-decoration: none;
	line-height: 2.4em;
}

a.telefon img {
	height: 1.9em;
	width: auto;
	vertical-align: middle;
	margin: 0px 15px 0px 0px;
}

a.mail {
	color: #000000;
	font-weight: 400;
}

a.mail:hover {
	color: #000000;

}

.icon {
	height: 30px;
	margin: 30px 5px 0 5px;
}



@media only screen and (max-width: 480px) {
    img.logo {
   	max-width: 94%;
    margin-top: 20px;
    height: auto;
    }
}

@media only screen and (max-width: 500px) {
    #content-box {
        width: 100%;    /* Nutze die volle Breite des Bildschirms */
        padding: 10px;  /* Mehr Abstand auf kleinen Bildschirmen */
    }
}
