/*
Stylesheet Hebammenpraxis in Oespel, hebammenraxis-in-oespel.de
(c) 2018
v1.0

Fonts: Lato
font-family: 'Lato', sans-serif; // font-weight: 300 & 400
*/

/* Vars */
/*orange*/
/*red*/


/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('https://old.hebammen-oespel.de/uploads/fonts/lato-v14-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Lato Light'), local('Lato-Light'),
       url('https://old.hebammen-oespel.de/uploads/fonts/lato-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://old.hebammen-oespel.de/uploads/fonts/lato-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://old.hebammen-oespel.de/uploads/fonts/lato-v14-latin-300.woff') format('woff'), /* Modern Browsers */
       url('https://old.hebammen-oespel.de/uploads/fonts/lato-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://old.hebammen-oespel.de/uploads/fonts/lato-v14-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('https://old.hebammen-oespel.de/uploads/fonts/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('https://old.hebammen-oespel.de/uploads/fonts/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://old.hebammen-oespel.de/uploads/fonts/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://old.hebammen-oespel.de/uploads/fonts/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://old.hebammen-oespel.de/uploads/fonts/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://old.hebammen-oespel.de/uploads/fonts/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('https://old.hebammen-oespel.de/uploads/fonts/lato-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'),
       url('https://old.hebammen-oespel.de/uploads/fonts/lato-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://old.hebammen-oespel.de/uploads/fonts/lato-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://old.hebammen-oespel.de/uploads/fonts/lato-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('https://old.hebammen-oespel.de/uploads/fonts/lato-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://old.hebammen-oespel.de/uploads/fonts/lato-v14-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

/* general settings */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 0.875em;
	color: #222;
	background: rgba(255, 208, 105,0.05);
}

.clrfix {
	clear: both;
}

a {
	color: rgba(118, 43, 0, 1);
}

a:hover {
	color: rgba(118, 43, 0, 1);
}

p {
	font-size: 1em; 
	line-height: 1.286em; 
	text-align: justify;
	margin: 0 0 10px 0;
	padding: 0;
}

h1 { 
	color: rgba(118, 43, 0, 1);
	font-family: "Lato",sans-serif;
	font-weight: 700;
	font-size: 2.143em;
	margin-bottom: 0.3em;
	padding: 0;
}

h2 { 
	color: rgba(118, 43, 0, 1);
	font-family: "Lato",sans-serif;
	font-weight: 700; 
	font-size: 1.714em; 
	margin: 0.7em 0 0.3em 0;
	padding: 0;
}

h3 { 
	color: rgba(118, 43, 0, 1);
	font-family: "Lato",sans-serif;
	font-weight: 700; 
	font-size: 1.429em; 
	margin-bottom: 0.7em;
}

h4 { 
	color: rgba(118, 43, 0, 1); 
	font-weight: 700; 
	font-size: 1em; 
	margin-bottom: 0.7em;
}

strong, b {
	font-weight: 700;
}

img,
table,
iframe {
	max-width: 100%;
	height: auto;
}

hr {
	border-bottom: 1px dashed rgba(118, 43, 0, 1);
	margin-bottom: .7em;
	width: 80%;
}

#header {
	width: 96%;
	margin: 4% auto 0;
	border: 1px solid rgba(118, 43, 0, 1);
	border-bottom: none;
}

#logo_center {
	text-align: center;
	margin: 2em 0;
}

#header_logo {
	background: rgba(255,255,255,0.8);
	padding: 10px;
}

#wrapper {
	width: 96%;
	margin: 0 auto 2em;
	background: rgba(118, 43, 0,0.05);
	border: 1px solid rgba(118, 43, 0, 1);
	border-top: none;
}

#image img {
	display: none;
}

#content {
/* 	background: rgba(255, 208, 105,1); */
	padding: 10px;
}

#content ul {
	font-size: 1em;
	margin-left: 1em;
	margin-bottom: 10px;
	list-style-position: outside;
}

#content ul li {
    position: relative;
    left: 1em;
    padding-right: 1em;    
}​

#content ul ul {
	list-style: circle;
}

.small {
	font-size: 0.786em;
}

.more {
	text-align: right;
	font-size: 0.786em;
	width: 95%;
}

.highlight {
	color: rgba(255, 208, 105,1);
}

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

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

#contact {
	display: none;
}

#footer {
	clear: both;
}

#footer p,
#footer ul {
	text-align: center;
	font-size: 0.786em;
	color: rgba(255, 208, 105,1);
	margin-bottom: 0.7em;
}

#footer ul li {
	display: inline;
}

#footer ul li:after {
	content: ' | ';
	color: #000;
}

#footer ul li:last-child:after {
	content: '';
}

.sitename {
	margin-top: 56px;
	font-size: 1.286em;
	font-weight: 400;
}

.sub-title {
	font-size: 0.857em;
	font-weight: 400;
	margin-bottom: 20px;
}

/*
#startseite #content {
	background: none;
}

#startseite a,
#startseite .sitename,
#startseite .sub-title,
#startseite #footer p,
#startseite #footer ul,
#startseite #footer ul li:after {
	color: #fff;
}

#startseite .sitename {
	margin-top: 40px;
	font-size: 2em;
}

#startseite a:hover {
	color: rgb(204, 204, 204);
}
*/

input,
select,
textarea {
	width: 96%;
	border: 1px solid black;
	margin:0 0 1em 0;
	padding:5px;
}

input[type=submit] {
	width: 50%;
	text-align: center;
	margin: auto;
}

.required:after {
	content: "*" ;
}

/* Tables */

table {
	border-collapse: collapse;
}

table td,
table th {
	vertical-align: top;
	padding: 6px 4px;
}

tr:nth-child(even) {
	background: rgba(255, 208, 105,0.05);
}

tr:nth-child(odd) {
	background: none;
}

/* cookie consent */
@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

#cookie_consent { 
	animation: 1s ease-out 0s 1 slideInFromBottom;
 background: #fff;
 position: fixed;
  bottom: 0;
  float: left;
  z-index: 100000;
  width: 100%;
  padding: 15px;
  border-top: 1px solid rgba(118, 43, 0, 1);
/*
  filter: alpha(opacity=70);
  opacity: 0.7;
*/
}
#cookie_consent p {
 text-align: center;
  color: #000;
 font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  filter: alpha(opacity=100);
  opacity: 1;
}
#cookie_consent a.accept_cookies,
#cookie_consent a.decline_cookies {
 margin: 0 5px;
  padding: 5px;
  color: #000;
 font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
  background: #6c0;
}
#cookie_consent a.decline_cookies {
  background: #f33;
}

#cookie_consent a.more_info {
	color: #000;
}

#cookie_consent a:hover.more_info {
	background: none;
}


/* CSS MENU */

#cssmenu {
	clear: both;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu ul li ul,
#cssmenu ul li ul li,
#cssmenu ul li ul li a,
#cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
}
#cssmenu:after,
#cssmenu > ul:after,
#cssmenu > ul > li > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
	width: auto;
}
#cssmenu > ul > li {
/*   float: left; */
}
#cssmenu.align-center > ul,
#cssmenu.align-center > ul > li > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li,
#cssmenu.align-center > ul > li > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li,
#cssmenu.align-right > ul > li > ul > li {
  float: right;
}
#cssmenu > ul > li > a,
#cssmenu > ul > li > ul > li > a,
#cssmenu > ul > li > ul > li > ul > li > a {
  padding: 1px 10px 11px 0;
  font-size: 1.143em;
  text-decoration: none;
  color: #000;
  -moz-transition:all .2s ease;
-webkit-transition:all .2s ease;
-ms-transition:all .2s ease;
-o-transition:all .2s ease;
transition:all .2s ease;
}
#cssmenu > ul > li:first-child > a {

}
#cssmenu.align-center > ul > li:first-child > a {
  border-radius: 0;
}
#cssmen.align-right > ul > li:first-child > a {
	-moz-border-radius:0;
-webkit-border-radius:0;
-ms-border-radius:0;
-o-border-radius:0;
border-radius:0;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li > ul > li:hover > a,
#cssmenu > ul > li > ul > li.active > a,
#cssmenu > ul > li > ul > li > ul > li:hover > a,
#cssmenu > ul > li > ul > li > ul > li.active > a {
	background: rgba(118, 43, 0, 1);
	-moz-border-radius:5px;
-webkit-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
	color: #fff;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li > ul > li:hover > a,
#cssmenu > ul > li > ul > li > a:hover,
#cssmenu > ul > li > ul > li > ul > li:hover > a,
#cssmenu > ul > li > ul > li > ul > li > a:hover {
  background: rgba(118, 43, 0, 1);
  -moz-border-radius:5px;
-webkit-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
  color: #fff;
}
#cssmenu > ul > li:after,
#cssmenu > ul > li > ul > li:after,
#cssmenu > ul > li > ul li > ul > li:after {
  content: '';
  position: absolute;
  top: 18px;
  right: 0;
  display: block;
  height: 20px;
  width: 1px;
  opacity: .15;
}
#cssmenu.align-right > ul > li:after,
#cssmenu.align-right > ul > li > ul > li:after,
#cssmenu.align-right > ul > li > ul > li > ul > li:after {
  right: auto;
  left: -1px;
}
#cssmenu > ul > li:before,
#cssmenu > ul > li > ul > li:before,
#cssmenu > ul > li > ul > li > ul > li:before {
  content: '';
  position: absolute;
  top: 18px;
  right: -1px;
  display: block;
  height: 20px;
  width: 1px;
  opacity: .35;
}
#cssmenu.align-right > ul > li:before,
#cssmenu.align-right > ul > li > ul > li:before,
#cssmenu.align-right > ul > li > ul > li > ul > li:before {
  right: auto;
  left: 0px;
}
#cssmenu > ul > li:last-child:after,
#cssmenu > ul > li:last-child:before,
#cssmenu > ul > li > ul > li:last-child:after,
#cssmenu > ul > li > ul > li:last-child:before,
#cssmenu > ul > li > ul > li > ul > li:last-child:after,
#cssmenu > ul > li > ul > li > ul > li:last-child:before {
  display: none;
}
#cssmenu.small-screen {
  width: 100%;
}
#cssmenu.small-screen > ul,
#cssmenu.small-screen.align-center > ul,
#cssmenu.small-screen > ul > li > ul,
#cssmenu.small-screen.align-center > ul > li > ul,
#cssmenu.small-screen > ul > li > ul > li > ul,
#cssmenu.small-screen.align-center > ul > li > ul > li > ul {
  width: 100%;
  text-align: left;
}
#cssmenu.small-screen > ul > li,
#cssmenu.small-screen > ul > li > ul > li,
#cssmenu.small-screen > ul > li > ul > li > ul > li,
#cssmenu.small-screen.align-center {
  float: none;
  display: block;
  border-top: 1px solid rgba(100, 100, 100, 0.1);
}
#cssmenu.small-screen > ul > li > a {
  padding: 10px 0 10px 25px;
}
#cssmenu.small-screen > ul > li > ul > li > a {
	padding : 10px 0 10px 35px;
}
#cssmenu.small-screen > ul > li > ul > li > ul > li > a {
	padding : 10px 0 10px 45px;
}
#cssmenu.small-screen > ul > li:after,
#cssmenu.small-screen > ul > li:before,
#cssmenu.small-screen > ul > li > ul > li:after,
#cssmenu.small-screen > ul > li > ul > li:before,
#cssmenu.small-screen > ul > li > ul > li > ul > li:after,
#cssmenu.small-screen > ul > li > ul > li > ul > li:before {
  display: none;
}
#cssmenu.small-screen #menu-button {
  display: block;
  padding: 18px 25px 19px 25px;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
  color: #000;
}
#cssmenu.small-screen #menu-button.menu-opened {
  color: #000;
}
#cssmenu.small-screen #menu-button:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 20px;
  display: block;
  -moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
-ms-box-sizing:content-box;
-o-box-sizing:content-box;
box-sizing:content-box;
/*
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
*/
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 18px;
  height: 3px;
}
#cssmenu.small-screen #menu-button.menu-opened:after {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
#cssmenu.small-screen #menu-button:before {
  content: "";
  position: absolute;
  right: 25px;
  top: 30px;
  display: block;
  width: 18px;
  height: 2px;
  background: #000;
}
#cssmenu.small-screen #menu-button.menu-opened:before {
  background: #000;
}

li.parent,
li.sectionheader {
	font-weight: 700;
}

li.parent li,
li.sectionheader li {
	font-weight: normal;
}

/* END MENU */


@media only screen and (min-width: 1000px) {
	
	#header {
		width: 100%;
		height: 400px;
		border: none;
		border-bottom: 1px solid rgba(118, 43, 0, 1);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: left center;
		margin: 0;
	}
	
	#header_wrapper {
		width: 990px;
		margin: auto;
	}
	
	#header_logo {
		width: 300px;
		height: 240px;
		text-align: center;
		padding: 0;
		position: relative;
		top: 160px;
	}
	
	#header_logo img {
		margin-top: 25px;
	}
	
	#wrapper {
		width: 990px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}
	
	#sidebar {
		float: left;
		width: 265px;
		padding-left: 35px;
	}
	
	#image img {
		display: block;
		float: right;
		margin: 2px 10px 25px 0;
	}
	
	#content {
		float: right;
		width: 610px;
		min-height: 600px;
		padding: 32px 55px 20px 25px;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
	}
	
	#cssmenu {
		width: 225px;
		padding-top: 35px;
	}
	
	#cssmenu > ul > li > a,
	#cssmenu > ul > li > ul > li > a,
	#cssmenu > ul > li > ul > li > ul > li > a {
		font-size: 1em;
		padding: 4px 0 4px 4px;
		margin-bottom: 0.57em;
	}
	
	#cssmenu > ul > li > ul {
		margin-left: 0.5em;
	}
	
	#cssmenu > ul > li > ul > li > ul {
		margin-left: 0.5em;
	}
	
	#contact {
		display: block;
		margin-top: 50px;
		color: #000;
	}
	
	#contact a {
		color: #000;
	}
	
	input,
	select,
	textarea {
		width: 460px;
		padding: 5px;
		border-radius: 3px;
		font-size: 1em;
		font-family: 'Lato', sans-serif;
	}
	
	input[type=checkbox] {
		width: auto;
	}
	
}

/*
#tinymce h1,
#tinymce h2,
#tinymce h3,
#tinymce h4,
#tinymce h5,
#tinymce h6,
#tinymce p,
#tinymce ul,
#tinymce ol,
#tinymce a {
	color: #000;
}
*/

#tinymce ul,
#tinymce ol {
	margin-left: 2em;
}
/* Stylesheet: style Modified On 2020-10-05 06:43:48 */
