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

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


.orbit-container .orbit-slides-container > * .orbit-caption {
	position: absolute;
	bottom: 0;
	background-color: rgba(51, 151, 51, 0.8);
	color: white;
	width: 100%;
	padding: 0.625rem 0.875rem;
	font-size: 0.875rem;
}

.top-bar {
	background: #337722 url(../img/headBackground.png) no-repeat;
}
.top-bar .name h1 {
	font-size: 1rem;
	font-weight: bold;		
	margin-top: 0px;
}

.top-bar-section ul {
	background: #337722;
}
.top-bar-section ul li > a {
  background: transparent;
}
.top-bar-section li:not(.has-form) a:not(.button) {
  background: transparent;
}
.top-bar-section li a:not(.button) {
  background: transparent;
}
/* Aktiver Menüpunkt ohne Maus drüber */
.top-bar-section li.active:not(.has-form) a:not(.button)
{
	background-color: #99bb80;
}
/* Aktiver Menüpunkt mit Maus drüber */
.top-bar-section li.active:not(.has-form) a:not(.button):hover
{
	background-color: #60804b;
}
/* Nicht aktiver Menüpunkt mit Maus drüber */
.top-bar-section li:not(.has-form) a:not(.button):hover
{
	background-color: #304028;
}

.top-bar.expanded .title-area {
	background: #337722;
}

.aufzaehlung {
	list-style-image: url(../img/flower.svg);
	margin-left: 24px;
}

#indexbody,
#behandlungbody,
#schwerpunktebody,
#kontaktbody,
#impressumbody,
#datenschutzbody {
	background: #ffffdd;
	overflow-y: scroll;
}

#nav {
	background: #ffffdd;
}

#wrapper {
	background: #ffffdd;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
}

#nav h1 img {
	margin-right: 10px;
}

#kopf h1 {
	color: #39af20;
	font-family: 'Open Sans', sans-serif;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

#kopf h1.name {
	color: #000000;
	font-size: 2.25rem;
}

#kopf h1.motto {
	font-size: 2.25rem;
	-moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

#kopf h2 {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}

@media only screen and (max-width: 40em) {
	#kopf h1 {
		font-size: 2.0rem;
	}
	
	#kopf h1.name {
		font-size: 1.5rem;
	}

	#kopf h1.motto {
		font-size: 1.5rem;
	}

	#kopf h2 {
		font-size: 0.8rem;
	}
}

#main h1 {
	color: #39af20;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 30px;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

/*
#main h1:before {
	content: url(../img/flower.svg);
	margin-top: 10px;
	display: block;
}
*/

#main h1:first-child::before {
	/*content: "@"; */
	display: block;
}

#main h2 {
	color: #39af20;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	font-weight: bold;
	border-bottom: 1px solid #39af20;
	text-transform: uppercase;
	margin-top: 1.25rem;
}

#main  p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.25rem;
	font-weight: normal;
}

#main  li {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.25rem;
	font-weight: normal;
}

@media only screen and (max-width: 40em) {
	#main h1 {
		font-size: 1.2rem;
	}
	#main h2 {
		font-size: 0.8rem;
	}
	#main  p {
		font-size: 1.0rem;
	}
	#main  li {
		font-size: 1.0rem;
	}
}

#osm {
	margin-left: 14px;
	margin-right: 14px;
}

#osm iframe {
	border: 1px solid #369321;
}

#footer {
	margin-top: 4rem;
	text-align: left;
	color: #369321;
}
#footer div.row {
	border-top-style: solid;
	border-width: 2px;
	border-color: #369321;
}
#footer ul {
	margin: 0.5rem 0rem 0rem 0rem;
}
#footer li {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9rem;
	font-weight: normal;
	display: inline;
	padding: 0rem 0rem 1rem 0rem;
}

#footer li.right {
	padding: 0rem 0rem 1rem 0.5rem;
	text-align: right;
}

#footer li a {
	color: #369321;
}
#footer li a:hover {
	color: #0078a0;
}

#impressum h1, #datenschutz h1 {
	color: #289810;
	font-size: 2rem;
	font-weight: bold;
	margin-top: 30px;
}
#impressum h2, #datenschutz h2 {
	color: #289810;
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 10px;
}
#impressum h3, #datenschutz h3 {
	color: #289810;
	font-size: 1rem;
	font-weight: bold;
	margin-top: 10px;
}

.roundcorner {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px
}

a {
	color: #369321;
}

address { 
	display: block;
	font-style: normal;
}