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

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

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

html, body
{
	text-align: center; 
	font-size: 12px; 
	font-family: "Open Sans", arial, tahoma, verdana, helvetica, sans-serif;
	margin:0 auto;
	padding:0;
}

#main {
	color: #1F2126;
	vertical-align: top;
	text-align: center;
	max-width: 1220px;
	margin-left:auto; 
	margin-right:auto;  
	padding: 0;
}

header, section, footer, aside, nav, main, article, figure {
    display: block;
}

#header-main {
	max-width: 1220px;
	margin-left:auto; 
	margin-right:auto; 
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}


.header-tab {
	float: right;
	margin: 56px 0 0 0;
	font-weight: 400;
}
.header-tab ul {
	display: inline;
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.header-tab ul li {
	display: inline;
	color: #000;
}
.header-tab ul li a {
	font-size: 18px;
	text-decoration: none;
	color: #000;
	display: block;
	float: left;
	background: url(/img/point.png) no-repeat -20px -11px;
	padding: 0 24px 0 24px;
	margin: 0 16px 0 16px;
}
.header-tab ul li a:hover {
	color: #4fbb4e;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	transition: all 0.10s ease-in-out;
	-webkit-transition: all 0.10s ease-in-out;
	background: url(/img/point.png) no-repeat 0px -11px;
}


.tgrey {
	clear: both;
	float: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 26px;
	margin: 8px 10px 0 0px;
	color: #4b4b4b;
	text-shadow: 1px 1px #a0a0a0;	
}
.twhite-gbg {
	clear: both;
	float: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 26px;
	margin: 8px 10px 8px 0px;
	color: #ffffff;
	text-shadow: 1px 1px #c5c5c5;
	background-color: #c5c5c5;
	width: 310px;
		border-radius: 2px;

}
.twhite-gbg a {
	display: block;
	width: 296px;
	color: #ffffff;
	text-shadow: 1px 1px #c5c5c5;
	text-decoration: none;
	padding-left: 14px;
}
.twhite-gbg a:hover {
	color: #777;
	text-shadow: 1px 1px #eee;
	background-color: #dadada;
	border-left: 4px solid #78ca00;
	width: 292px;
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -ms-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;	
  	border-radius: 2px;

}
.twhite a {
	color: #fff;
	text-decoration: none;
}
.twhite a:hover {
	color: #eee;
	text-decoration: none;
}
.gpoints {
	clear: both;
	float: left;
	width: 408px;
	height: 4px;
	background: url(/img/gpoint.png) repeat-x 0 0;
	margin: 20px 0 10px 0;
}
.twhite {
	clear: both;
	float: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 26px;
	margin: 6px 10px 0 0px;
	color: #ffffff;
	text-shadow: 1px 1px #c5c5c5;
	padding-left: 34px;
}
.ico-tel {
	background: url(/img/icons.png) no-repeat -16px -192px;
}
.ico-clock {
	background: url(/img/icons.png) no-repeat -16px -255px;
}
.arrow-right-small {
	margin: 12px 0 0 2px;
	float: left;
	display: block;
	width: 13px;
	height: 20px;
	background: url(/img/arrow-right-small.png) no-repeat 0 0;
}
#article-block {
	width: 100%;
	background: #fff url(/img/green-line2.jpg) no-repeat bottom center;
}
#article {
	max-width: 1220px;
	margin-left:auto; 
	margin-right:auto; 
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
}
#article h1, #article h2, #article h3 {
	font-weight: 300;
}

#article h1 {
	margin: 6px 10px 0 0;
	color: #4fbb4e;
	font-size: 32px;
	font-weight: 300;
	margin-top: 0;
}
#article h2 {
	color: #4fbb4e;
	font-size: 24px;
	font-weight: 400;
	margin: 26px 10px 0 0;
}
#article p, #article ul {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 12px 10px 12px 0;
}
#article table {
	font-size: 16px;
	font-weight: 400;
    border-spacing: 0;
    border-collapse: collapse;
	padding: 0;
}
#article td {
	padding-right: 20px;
	padding-left: 0;
	vertical-align: top;
}
#article ul {
	padding: 0 0 10px 0;
}
#article li {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	list-style-type: none;
	padding: 0 0 6px 20px;
	background: url(/img/bullet.png) no-repeat 0px 8px;
}
#article strong {
	font-weight: 600;
}
#article a {
	color: #3ab63a;
}


#leistungen {
	width: 100%;
	background-color: #efefef;
}

.category {
	width: 300px;
	height: 430px;
	background-color: #fff;
	margin: 20px 62px 30px 0;
	float: left;
	color: #000;
	background: #fff url(/img/green-arrow.png) no-repeat bottom right;
}
.category  a {
	display: block;
	width: 300px;
	height: 430px;
	text-decoration: none;
	color: #000;
}
.category  a:hover {
	box-shadow: 0 0 8px #ccc;
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}
.category h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 26px;
	font-weight: 400;
	margin: 6px 10px 0 10px;
}
.category p {
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	line-height: 20px;
	margin: 6px 10px 6px 10px;
}


.header-container {
	max-width: 1220px;
	margin-left:auto; 
	margin-right:auto; 
}
.header-logo {
	float: left;
	padding: 30px 0;
}
.header-name {
	float: left;
	width: 300px;
	text-align: left;
	color: #000;
	padding: 30px 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.header-name a {
	text-decoration: none;
	color: #000;
}

.header-slideshow {
	width: 100%;
	background-color: #f2f2f2;
	border-top: 6px solid #ededed;
	clear: both;
}
#slide-container {
	max-width: 1220px;
	margin-left:auto; 
	margin-right:auto; 
	text-align: left;
	height: 500px;
	border-top: 6px solid #4fbb4e;
	margin-top: -6px;
}
.slide1 {
	background: url(/img/hausarzt-daxlanden.jpg) no-repeat 0 0;
	width: 1220px;
	height: 500px;
}
.slide1 .jameda {
	right: 0;
	bottom: 0;
	display: block;
	position: absolute;
}
.slide1 .slide-termin {
    left: 571px;
    bottom: 28px;
    display: block;
    position: absolute;
    padding: 8px 10px;
    border: 1px solid #4fbb4e;
    background-color: #4fbb4e;
    border-radius: 3px;
    box-shadow: 0 0 2px #aaa;
}
.slide1 .slide-termin a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

@media screen and (max-width: 948px)
{
	.slide1 .jameda, .slide1 .slide-termin {
		display: none;
	}
}
.slide1 h2 {
	color: #4fbb4e;
	font-weight: 300;
	font-size: 42px;
	margin-left: 570px;
	margin-top: 54px;
	position: absolute;
}
.slide1 h3 {
	color: #4fbb4e;
	font-weight: 300;
	font-size: 24px;
	margin-left: 590px;
	margin-top: 230px;
	position: absolute;
}
.slide2 {
	background: url(/img/ultrachalluntersuchung.jpg) no-repeat 0 0;
	width: 1220px;
	height: 500px;
}
.slide2 h2 {
	color: #fff;
	font-weight: 300;
	font-size: 42px;
	margin-left: 590px;
	margin-top: 70px;
	position: absolute;
	text-shadow: 0px 0px 20px #000;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 10px 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.slide3 {
	background: url(/img/immunkur.jpg) no-repeat 0 0;
	width: 1220px;
	height: 500px;
	cursor: pointer;
}
.slide3 h2 {
	color: #4fbb4e;
	font-weight: 300;
	font-size: 42px;
	margin-left: 640px;
	margin-top: 70px;
	position: absolute;
	padding: 10px 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.slide3 h3 {
	color: #4fbb4e;
	font-weight: 300;
	font-size: 26px;
	margin-left: 640px;
	margin-top: 140px;
	position: absolute;
	padding: 10px 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.slide4 {
	background: url(/img/mikrobiologische-therapie.jpg) no-repeat 0 0;
	width: 1220px;
	height: 500px;
	cursor: pointer;
}
.slide5 {
	background: url(/img/vitamin-c.jpg) no-repeat 0 0;
	width: 1220px;
	height: 500px;
	cursor: pointer;
}
.slide4 h2 {
	color: #3ca6f0;
	font-weight: 300;
	font-size: 42px;
	margin-left: 500px;
	margin-top: 70px;
	position: absolute;
	padding: 10px 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.slide4 h3 {
	color: #de226d;
	font-weight: 300;
	font-size: 26px;
	margin-left: 502px;
	margin-top: 140px;
	position: absolute;
	padding: 10px 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.slide5 h2 {
	color: #ffbc53;
	font-weight: 300;
	font-size: 42px;
	margin-left: 650px;
	margin-top: 70px;
	position: absolute;
	padding: 10px 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0 0 2px #1d1512;
}
.slide5 h3 {
	color: #def89e;
	font-weight: 300;
	font-size: 26px;
	margin-left: 654px;
	margin-top: 140px;
	position: absolute;
	padding: 10px 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0 0 2px #1d1512;
}
#kontakt {
	width: 100%;
	background-color: #4fbb4e;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 20px;
}
.address-info {
	width: 360px;
	float: left;
}
.address-info a {
	color: #fff;
}
.tel-info, .tel2-info, .fax-info {
	width: 320px;
	float: left;
}
.termin-vereinbaren {
	display: block;
	clear: both;
}
.tel2-info, .fax-info, .termin-vereinbaren {
	padding-top: 20px;
}
.tel-info b {
	background-color: #008000;
	padding: 1px 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
}
.termin-vereinbaren a {
	color: #fff;
}
.open-hours {
	width: 420px;
	float: right;
}
.open-hours table { 
    border-spacing: 0;
    border-collapse: collapse;
}
.open-hours td {
	padding-right: 10px;
	padding-left: 0;
	vertical-align: top;
}
.address-info, .tel-info {
	padding-left: 40px;

}
.address-info:before, .address-map:before, .tel-info:before, .tel2-info:before, .fax-info:before, .open-hours:before,
.termin-vereinbaren:before {
	width: 30px;
	height: 30px;
	content: " ";
	position: absolute;
	margin-left: -40px;
}
.address-info:before {
	background: url(/img/icons.png) no-repeat -10px -12px;
}
.address-map:before {
	background: url(/img/icons.png) no-repeat -10px -67px;
}
.tel-info:before, .tel2-info:before {
	background: url(/img/icons.png) no-repeat -89px -13px;
}
.fax-info:before {
	background: url(/img/icons.png) no-repeat -89px -67px;
}
.open-hours:before {
	background: url(/img/icons.png) no-repeat -152px -10px;
}
.termin-vereinbaren:before {
	background: url(/img/icons.png) no-repeat -151px -68px;
}
.open-hours i {
	float: left;
	clear: both;
}
.open-hours span {
	float: left;
}

#praxis {
	width: 100%;
	background-color: #fff;
	padding-bottom: 60px;
}
#praxis h2 {
	color: #4fbb4e;
	font-size: 32px;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 20px;
}

.tel {
	padding: 20px 0 0 36px;
	background: url(/img/icons.png) no-repeat -10px 14px;
}
.mail {
	padding: 20px 0 0 36px;
	background: url(/img/icons.png) no-repeat -10px -49px;
}
.mail a {
	color: #fff;
	text-decoration: none;
}
.mail a:hover {
	color: #eeffd1;
	text-decoration: underline;
}

#map {
	width: 100%;
	height: 400px;
}
#footer {
	background-color: #ececec;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding-bottom: 20px;
	color: #444;
}
.footer-container {
	max-width: 1220px;
	margin-left:auto; 
	margin-right:auto; 
	text-align: left;
	padding-top: 20px;
}
.footer-left {
	float: left;
}
.footer-right {
	float: right;
}

#footer a {
	color: #444;
	text-decoration: none;
}
.widgettitle {
	font-size: 26px;
	font-weight: 400;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	list-style-type: none;
	font-size: 18px;
}
#footer ul li ul li ul li {
	margin: 0;
	padding: 3px 0 3px 0;

}


.social-buttons {
	text-align: center;
	margin: auto;
}
.social-buttons div {
	width: 72px;
	height: 72px;
	display: inline-block;
	margin: 0 10px 24px 10px;
}
.social-buttons div a {
	width: 72px;
	height: 72px;
	display: block;
	background-image: url(/img/ico-social1.png);
	background-repeat: no-repeat;
}
.social-buttons div a {
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -ms-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;	
}
.sb-facebook a {
	background-position: 0px 0px;
}
.sb-facebook a:hover {
	background-position: 0px -72px;
}
.sb-google a {
	background-position: -74px 0px;
}
.sb-google a:hover {
	background-position: -74px -72px;
}
.sb-twitter a {
	background-position: -150px 0px;
}
.sb-twitter a:hover {
	background-position: -150px -72px;
}
.sb-linkedin a {
	background-position: -228px 0px;
}
.sb-linkedin a:hover {
	background-position: -228px -72px;
}
.sb-instagram a {
	background-position: -305px 0px;
}
.sb-instagram a:hover {
	background-position: -305px -72px;
}
.sb-pinterest a {
	background-position: -382px 0px;
}
.sb-pinterest a:hover {
	background-position: -382px -72px;
}
.clear {
	clear: both;
}

.wp-post-image {
	float: right;
	margin-left: 20px;
}



.alignright {
	float: right;
	/*
	-webkit-border-radius: 100px;
	border-radius: 100px;
	border-top-right-radius: 100px;
	border: 3px solid #ededed;
	box-shadow: 0px 0px 3px #aaa;
	*/
}
.alignleft {
	 float: left; 
	
	/* border-top-right-radius: 100px;
	border: 3px solid #ededed;
	box-shadow: 1px 1px 3px #aaa;
	*/
}
.team {
	-webkit-border-radius: 130px;
	border-radius: 130px;
	margin: -30px 20px 30px 45px;
	width: 150px;
	height: 150px;
	float: left;
	clear: both;
}
.team-block {
	clear: both;
	padding-top: 30px;
}
.team-block strong {
	font-size: 16px;
}
.team-block p strong {
	padding-top: 20px;
}

.team-block-name {
	padding-top: 70px;
	padding-right: 10px;
	float: left;
}

#article em {
	border-top: 3px solid #4fbb4e;
	background-color: #f5f5f5;
	padding: 6px 6px 4px 6px;
	margin: 2px;
	font-style: normal;
	display: block;
	float: right;
	max-width: 460px;
	font-size: 14px;
}
.info-block {
	border-top: 3px solid #4fbb4e;
	background-color: #f5f5f5;
	padding: 6px 6px 4px 16px;
	margin: 2px;
	font-style: normal;
	display: block;
	font-size: 14px;
	clear: both;
}
.circle {
	-webkit-border-radius: 150px;
	border-radius: 150px;
	margin: 10px -10px 10px 10px;
	clear: left;
}
.rcircle {
	-webkit-border-radius: 150px;
	border-radius: 150px;
	vertical-align: top;
}
#article pre {
	clear: both;
}
span.wp-caption-text {
	display: block;
	border-top: 3px solid #4fbb4e;
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 4px 6px;
	margin: -4px 10px 8px 0px;
	
}
.wp-caption {
	margin-right: 6px;
}
.pics {
	margin: 0px;

}
#post-6 {
	padding-bottom: 30px;
}
.more {
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	width: 26px;
	height: 26px;
}
.wp-post-image {
	-webkit-border-radius: 150px;
	border-radius: 150px;
	margin-top: 10px;
}
.menu-block {
	border-top: 3px solid #4fbb4e;
	display: none;
	width: 520px;
	position: absolute;
	z-index: 5;
	background-color: #fff;
	padding: 10px;
	box-shadow: 0 0 2px #aaa;
	top: 90px;
}
.menu-block a:hover {
	color: #4fbb4e;
}
.menu-block img {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	vertical-align: middle;
	margin-right: 6px;
	float: left;
}
.menu-block-article {
	display: block;
	text-align: left;
	width: 240px;
	float: left;
	padding: 6px;
}
.menu-block-article a {
	text-decoration: none;
	font-size: 14px;
	color: #000;
	width: 240px;
	height: 50px;
	display: block;
}
.menu-block-article-main-title {
	padding-top: 12px;
}
.menu-block-article-img {
	width: 60px;
	float: left;
}
.menu-block-article-title {
	width: 180px;
	float: left;
}
.menu-sigle-line {
	padding-top: 14px;
}
.menu-two-lines {
	padding-top: 6px;
}
.menu-block .menu-block-main {
	display: block;
	text-align: left;
	width: 510px;
	float: left;
	padding: 6px;
}
.menu-block .menu-block-main a {
	text-decoration: none;
	font-size: 18px;
	color: #000;
	width: 510px;
	display: block;
}
#menu-close {
	display: none;
	font-style: normal;
	font-size: 16px;
	color: #4fbb4e;
	float: right;
	margin-top: -4px;
	cursor: pointer;
	padding: 2px 6px;
}
.clear1 {
	border-bottom: 3px solid #eee;
	margin-bottom: 10px;
}
.clear1 a {
	padding-bottom: 10px;
}

@media screen and (max-width: 1270px)
{

#header-main, #article {
	width: 100%;
}
.header-logo, .twhite-gbg, .gpoints, .twhite, .tgrey, #article h1, #article h2, #article h3, #article p, #article ul , .categories, #praxis h2, .footer-left,
.leistungen-block-article {
	margin-left: 3%;
}
.footer-right {
	margin-right: 3%;
}
.gpoints {
	width: 36%;
	min-width: 328px;
}
.wp-post-image {
	max-width: 100%;
	height: auto;
}

#footer .footer-container {
	width: 100%;
}

.widget_pages {
	padding-left: 10px;
}
.wp-caption {
	margin-left: 3%;
}
.wp-post-image, .circle {
	margin-right: 3%;
}

#termin input, #termin-select, #termin-list {
	width: 75%;
}

#contact {
	padding-left: 3%;

}
#hmenu-box {
	display: none;
}

	#praxis img {
		width: 100%;
	}

	.slide {
		width: 100%;
		background-size: 100% auto;
	}
	.slide h2 {
		margin-left: 50%;
	}
	.slide h3 {
		margin-left: 50%;
	}
    .slide1 .slide-termin {
        left: 50%;
    }
	.address-info, .tel-info, .open-hours {
		margin-left: 3%;
		margin-bottom: 20px;

	}
	.open-hours {
		clear: both;
		float: left;
		display: block;
	}
	.open-hours {
		padding-left: 40px;
	}
	.footer-container { 
		margin: 0;
	}
	.article-left {
		margin-left: 3%;
	}
	#article div p {
		margin-left: 0;
	}

	.team-block {
		margin-left: 3%;
	}

}
@media screen and (max-width: 1040px) {
    .slide1 .slide-termin {
        left: 40%;
    }
}
@media screen and (max-width: 775px)
{
	.footer-right {
		clear: both;
		float: left;
		margin-left: 3%;
		margin-top: 3%;
	}
	.header-name {
		width: auto;
	}
	.wp-post-image, .circle {
		width: 20%;
		height: auto;
	}

	.team-block-name {
		padding-top: 0;
	}

}
@media screen and (max-width: 450px)
{
	.team-block-name {
		clear: both;
	}
}


@media screen and (max-width: 1220px)
{
	.header-tab ul li a {
		padding: 0 10px 0 24px;
		margin: 0 6px 0 6px;
	}
}
@media screen and (max-width: 1048px)
{
	.header-tab ul li a {
		padding: 0 4px 0 24px;
		margin: 0 2px 0 6px;
	}
}
@media screen and (max-width: 994px)
{
	.header-name {
		width: auto;
	}
	.header-tab ul li a {
		font-size: 16px;
		padding: 0 4px 0 20px;
		margin: 0 2px 0 6px;
		background: url(/img/point.png) no-repeat -20px -13px;
	}
	.header-tab ul li a:hover {
		background: url(/img/point.png) no-repeat 0px -13px;
	}	
		

	
}
@media screen and (max-width: 875px)
{
	.header-tab {
		margin: 0 10px 12px 0;
	}
	.header-tab ul li {
		display: block;	
	}
	.header-tab ul li a {
		margin: 4px 0;
		padding-left: 24px;
	}	
}
@media screen and (max-width: 510px)
{
	.header-tab {
		margin-left: 2%;
		width: 90%;
		float: left;
	}
	.header-tab ul li {
		display: inline;
		padding: 0;
		margin: 0;
	}
	.header-tab ul li a {
		margin: 4px 0;
		padding: 0 12px 0 20px;
		width: 70px;
		clear: right;
	}
	.header-logo img {
		width: 60px;
	}
	.header-logo {
		padding-top: 36px;
	}
}

@media screen and (max-width: 1270px)
{
	.slide h2 {
		font-size: 36px;
	}
	.slide h3 {
		font-size: 20px;
	}
}

@media screen and (max-width: 995px)
{
	.slide h2 {
		font-size: 32px;
	}
	.slide h3 {
		font-size: 18px;
	}	
}
@media screen and (max-width: 858px)
{
	.slide h2 {
		margin-top: 50px;
		font-size: 24px;
	}
	.slide h3 {
		font-size: 16px;
	}
	.slide1 h3 {
		margin-top: 165px;
	}		
	.slide3 h3, .slide4 h3 {
		margin-top: 90px;
	}		
}
@media screen and (max-width: 650px)
{
	.slide h2 {
		margin-top: 30px;
		font-size: 20px;
	}
	
	.slide h3 {
		font-size: 15px;
	}
	.slide1 h3 {
		margin-top: 120px;
	}		
	.slide3 h3, .slide4 h3 {
		margin-top: 60px;
	}	
	
}
@media screen and (max-width: 535px)
{
	.slide h2 {
		margin-top: 20px;
		font-size: 18px;
	}
	
	.slide h3 {
		font-size: 12px;
	}
	.slide1 h3 {
		margin-top: 110px;
	}		
	.slide3 h3, .slide4 h3 {
		margin-top: 50px;
	}		
	
	.menu-block {
		width: 98%;
		padding-left: 0;
		padding-right: 0;
	}
	.menu-block .menu-block-main {
		width: 98%;
		padding-left: 0;
		padding-right: 0;
		margin-left: 1%;
		margin-right: 1%;
	}
	.menu-block-main a {
		padding-left: 0;
		padding-right: 0;
		font-size: 14px;
	}
	.menu-block-main a:first-child {
		width: 99%;
	}	
	.menu-block-main a:nth-child(2) {
		width: 90%;
	}	
	.menu-block-article {
		width: 98%;
	}
	.menu-block-article a {
		width: 100%;
	}
	.header-name {
		padding: 26px 0 10px 14px;
		font-size: 15px;
	}
	.wp-caption {
		max-width: 90% !important;
	}
	.wp-caption img {
		width: 100%;
		height: auto;
	}
	.wp-caption span {
		margin-right: 0;
	}
}
@media screen and (max-width: 480px)
{
	.slide h2 {
		margin-top: 14px;
		font-size: 16px;
		font-size: 3vw; 
	}
	.slide h3 {
		font-size: 12px;
		font-size: 2.5vw; 
	}
	.slide1 h3 {
		margin-top: 80px;
	}		
	.slide3 h3, .slide4 h3 {
		margin-top: 38px;
	}			
	
	.tel-info {
		display: none;
	}
	.address-info, .tel-info, .open-hours {
		display: block;
		width: auto;
	}

}

@media screen and (min-width: 1300px)
{
	.bjqs-controls {
		left: -40px;
		width: 1300px;
	}
}
@media screen and (max-width: 1299px)
{
	.bjqs-controls {
		width: 98%;
		left: 1%;
	}
}
@media screen and (min-width: 920px)
{
	.article-left {
		float: left;
		width: 40%;
	}
	.article-tab {
		float: left;
		/* width: 44%; */
	}
}
@media screen and (max-width: 919px)
{
	.article-left {
		float: none;
		width: auto;
	}
	.article-tab {
		float: none;
		width: auto;
		margin-left: 3%;
	}

}

.leistungen-block-article {
    width: 40%;
    margin-right: 5%;
    float: left;
    font-size: 16px;
}
@media screen and (max-width: 1110px)
{
    .leistungen-block-article {
        width: auto;
        clear: both;
    }
}
.leistungen-block-article a {
    display: block;
    text-decoration: none;
}
.leistungen-block-article img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    vertical-align: middle;
    margin-right: 10px;
}
@media screen and (max-width: 480px)
{
    .leistungen-block-article img {
        width: 60px;
        height: 60px;
    }
}

.image-right-margin {
	margin-right: 10px;
	margin-left: 10px;
}
@media screen and (max-width: 1024px) {
	.image-right, .image-right-margin {
		width: auto;
		height: 150px !important;
	}
}
#opening-hours-hint {
	/* float: right; */
	border: 1px solid #3ab63a;
	color: #3ab63a;
	font-size: 16px;
	width: 240px;
	padding: 10px;
}
.opening-hours-hint {
	border-left: 3px solid #3ab63a;
	color: #3ab63a;
	font-size: 16px;
	width: 240px;
	padding: 10px !important;
	background-color: rgba(76, 246, 76, 0.04);
	box-shadow: 2px 2px 1px #eee;
}
.footer-open-hours-hint {
	margin-bottom: 0;
}

.sticky-note {
	border-left: 3px solid #fff065;
	background-color: #fffaca;
	margin-bottom: 30px;
	padding: 10px 20px;
	box-shadow: 2px 2px 1px #eee;
}

.sticky-note-alert {
	border-left: 3px solid #ffad65;
	background-color: #ffcfa4;
	margin-bottom: 10px;
	padding: 10px 20px;
	box-shadow: 2px 2px 1px #eee;
}