html {
height: 101%;
}

@font-face {
font-family: Sofia-Regular;
src: url(sofia/Sofia-Regular.otf);
}

@font-face {
font-family: Caroni-Regular;
src: url(caroni/Caroni-Regular.otf);
}

body {
background-color: #eaf2f8;
}

#kopfbereich {	
position: sticky;
	top: 0;
width: 95%;
margin: 20px auto 10px auto;
border-bottom: 3px solid green;
background-color: #eaf2f8;
}

.kopf {
	display: flex;
    flex-direction: row;
	justify-content: space-between;
}


.naturland img {
margin: 0 0px 0 0px;
}

.name {
color: green;
font-family: Sofia-Regular, gabriola, noteworthy, lilyupc, papyrus, chalkduster, chalkboard, arial, helvetica, sans-serif;
font-size: 0.9em;
font-weight: normal;
line-height: 1.1;
margin: 0 0px 0 0;
}	

.nav {
	margin: 0 0px 0 0;
}

.nav img {
width: 40px;
height: 40px;
margin: 30px 0 0 30px;
}

.hauptteil {
	text-align: center;
}

.hauptteillinks {
width: 95%;
  display: flex;
  flex-direction: column-reverse;
  column-gap: 2em;
  margin: 0 auto 0 auto;
}

.hauptteilrechts {
width: 95%;
  display: flex;
  flex-direction: column;
  column-gap: 2em;
  padding: 0;
  margin: 0 auto 0 auto;
}

.bild img {
  width: 60%;
  margin: auto;
  height: auto;
  border-radius: 6px;
}

.hauptteil h1 {
text-align: center;
margin: 10px 70px 0 0;
padding: 0;
color: green;
font-family: Caroni-Regular; /* , gabriola, noteworthy, lilyupc, papyrus, chalkduster, chalkboard, arial, helvetica, sans-serif */
font-size: 2.5em;
font-weight: normal;
line-height: 1.1;
}

.hauptteil h2 {
text-align: center;
margin: 10px 0 0 0;
padding: 0;
color: green;
font-family: Caroni-Regular; /* gabriola, noteworthy, lilyupc, papyrus, chalkduster, chalkboard, arial, helvetica, sans-serif */
font-size: 1.8em;
font-weight: normal;
line-height: 1.1;
}

.hauptteil p {
font-size: 0.9em;
}

a {
white-space: nowrap;
}

li { 
display: block;
list-style-type: none;
}

.social {
	height: 40px;
	width: 40px;
}


p, li {
color: #000000;
font-family: helvetica, gabriola, noteworthy, lilyupc, papyrus, chalkduster, chalkboard, arial, helvetica, sans-serif;
font-weight: normal;
line-height: 1.5;
text-align: left;
hyphens: auto;
hyphenate-limit-chars: auto 5;
hyphenate-limit-lines: 4;	
}

.bild p {
text-align: center;
margin: -40px 0 0 0;
font-size: 1.5em;
font-weight: bold;
}

/*in der Breite */
@media (min-width: 1056px) {
	
body {
width: 90%;
margin: 0 auto;
}

#kopfbereich {	
margin: 20px auto 10px auto;
}	

.kopf li {
	display: inline-block;
	margin: 10px;
}

  .hauptteillinks, .hauptteilrechts {
    flex-direction: row;
    align-items: center;
  }

  .bild, .bildtext {
    flex: 1;
  }
  
  .bildtext, .text  {
font-size: 1.1em;
line-height: 1.2;
margin:  0 50px 0px 50px ;
  }

.bild img {
	width: 100%;

} 

.bild p {
text-align: center;
	margin: -40px 0 0 0;
font-size: 1.7em;
font-weight: bold;
}
 
 }

/*in der Breite */
@media (min-width: 1400px) {
	
body {
width: 70%;
margin: 0 auto;
} 	

.kopf li {
	display: inline-block;
}

  .bildtext, .text  {
font-size: 1.2em;
}

.bild p {
text-align: center;
margin: -40px 0 0 0;
font-size: 1.9em;
font-weight: bold;
}
}

/*in der Schmäle */
@media (max-width: 650px) {
#kopfbereich {	
position: static;
}
}

/*in der Schmäle */
@media (max-width: 500px) {

.naturland img {
width: 90px;
height: auto;	
}	
	
.name {
font-size: 0.7em;	
}

.nav img {
width: 40px;
height: auto;	
}
}


/*in der Schmäle */
@media (max-width: 400px) {

.naturland img {
width: 0px;
height: auto;	
}

/*in der Schmäle */
@media (max-width: 350px) {

.bild p {
font-size: 1em;
margin: -25px 0 0 0;
}
}