body {
	color: #000000;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}
body * {
	box-sizing: border-box;
}
.item-page {
	padding: 120px 0 80px;
}
.c-black {
	color: #000000;
}
.c-black:hover {
	color: #000000;
}
h1, h2, h3, h4, h5, h6, .site-title {
    font-family: 'Roboto', sans-serif;
}
h2 {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}
.bg-light {
	background-color: #fff!important;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.container {
	max-width: 1600px;
}
a.nu {
	text-decoration: none;
}
.ul.lsn {
	list-style: none;
}
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-50 {
	margin-bottom: 50px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.show-mob-image {
	display: none;
}
.show-480 {
	display: none;
}

header {
	min-height: 135px;
}

/*** top info ***/
.info_block {
    height: 40px;
    align-items: center;
	justify-content: flex-end;
	font-size: 16px;
	min-width: 500px;
}
.info_mail, .info_tel {
	position: relative;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left top 6px;
	color: #4d7457;
}
.info_mail {
	margin-right: 30px;
	background-image: url(../../../images/mail.png);
}
.info_tel {
	background-image: url(../../../images/mob.png);
	background-position: left top 5px;
}
.info_block a:hover {
	color: #000000;
}

/*** Logo ***/
#logo a.brand img {
	margin-top: -30px;
}

/*** Main-menu ***/
.main-menu {
	height: 100%;
	padding-top: 30px;
	display: block;
}
.main-menu ul.navbar-nav {
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	width: 100%;
}
.main-menu ul.navbar-nav>li>a{
	text-decoration: none;
	color: #000000;
}
.main-menu ul.navbar-nav>li>a:hover {
	color: #4d7457;
}
.main-menu ul.navbar-nav>li.current.active>a {
	color: #4d7457;
	font-weight: bold;
}

/*** rigt top module ***/
.rigt-top-mod {
	padding-top: 20px;
} 
.rigt-top-mod .rt-mod {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.rigt-top-mod a {
	display: block;
	text-decoration: none;
	width: 315px;
	max-width: 100%;
	position: relative;
	padding: 11px 20px 11px 15px;
	background-color: #107aca;
	color: #fff;
	background-image: url(../../../images/doctolib.png);
	background-position: right 6px bottom 9px;
	background-repeat: no-repeat;
}
.rigt-top-mod a:hover {
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
}
.rigt-top-mod a::after {
	content: "";
	position: relative;
	display: inline-block;
	background-image: url(../../../images/double-arrow.png);
	width: 18px;
	height: 14px;
	margin-left: 8px;
}

/*** Main-image ***/
.large-image {
	height: 840px;
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: 300;
}
.main-image .pre-head {
	font-size: 30px;
	margin-top: 120px;
	color: #fff;
}
.main-image .post-head {
	font-size: 30px;
	margin-top: 80px;
	color: #fff;
	line-height: 1.33;
	margin-bottom: 110px;
}
h1 {
	margin-top: 60px;
	font-size: 60px;
	color: #b5dbbd;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
a.button {
	display: block;
	max-width: 350px;
	color: #fff;
	background-color: #107aca;
	padding: 12px 35px;
	font-size: 24px;
	position: relative;
	text-decoration: none;	
	font-weight: 400;
}
a.button:hover {
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
}
a.button::after {
	content: "";
	position: absolute;
	width: 18px;
	height: 14px;
	background: url(../../../images/double-arrow.png) no-repeat;
	right: 38px;
	top: 24px;	
}

.big-title {
	font-size: 45px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 60px;
}
.big-title::after {
	content: "";
	position: relative;
	display: inline-block;
	background-image: url(../../../images/three.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100px;
	height: 30px;
	margin-left: 50px;
}

/*** Tab module ***/
.tab-module {
	padding: 100px 0;
}
.tab-flex {
	margin-top: 80px;
	display: flex;
}
.left-b, .right-b {
	width: 32%;
	padding: 80px 0 40px;
}
.center-b {
	width: 36%;
}
.tab-flex .inner {
	border: 1px solid #b3bdb6;
	font-size: 16px;
	padding: 40px 0;
}
/* .left-b .inner {
	border-right: none;
}
.right-b .inner {
	border-left: none;
} */
.tab-flex .inner ul>li {
	line-height: 2.8;
}
.tab-flex .inner .head {
	font-size: 30px;
	text-align: center;
	margin-bottom: 60px;
}
.center-b .inner {
	margin-left: -1px;
	margin-right: -1px;
	padding: 30px 20px 40px 30px;
	height: 100%;
	z-index: 1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
}
.img {
	width: 100%;
}
.img>img {
	max-width: 100%;
}


/*** article-module ***/

.article-module {
	padding: 10px 0 30px;
}
.article-module h2 {
	margin-bottom: 100px;
}
.green-title {
	font-size: 30px;
	color: #4d7457;
	margin-bottom: 15px;
	margin-top: 30px;
}
.article-module .title {
	font-size: 45px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 60px;
}
.article-module .text {
	line-height: 1.65;
	margin-bottom: 30px;
}
.green-link {
	color: #4d7457;
	text-decoration: underline;
}
.green-link:hover {
	color: #6e8d76;
}

/*** vorteile module ***/
.vorteile-module .row.row-border {
	border: 1px solid #a4d3ae;
	padding: 10px 0 50px;
	margin-left: 0;
	margin-right: 0;
}
.vorteile-module .inner {
	padding: 20px 60px;
}
.vorteile-module .green-title {
	text-align: center;
	line-height: 1;
	margin-bottom: 30px;
}
.vorteile-module .img {
	margin-bottom: 35px;
}
.vorteile-module .text {
	margin-bottom: 20px;
}


/*** carousel module ***/
.carousel {
	padding: 160px 0 60px;
}
.carousel h2 {
	margin-bottom: 40px;
}
.carousel .inner {
	border: 1px solid #b3bdb6;
	padding: 45px 0 45px;
}
.carousel .inner .text {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 30px;
	line-height: 1.33;
	text-align: center;
	min-height: 200px;
}
.carousel .owl-nav {
	position: relative;
}
.carousel .owl-carousel {
	max-width: 1100px;
	margin: 0 auto;
}
.carousel .owl-carousel .owl-nav button {
	position: absolute;
	bottom: 130px;
}
.carousel .owl-carousel .owl-nav button:focus {
	outline: none;
}
.carousel .owl-carousel .owl-nav button.owl-prev {
	left: -100px;
}
.carousel .owl-carousel .owl-nav button.owl-next {
	right: -100px;
}
.carousel .owl-carousel .owl-nav button span {
	font-size: 60px;
	border-left: 4px solid #a4d3ae;
	border-bottom: 4px solid #a4d3ae;
	width: 60px;
	height: 60px;
	display: block;
}
.carousel .owl-carousel .owl-nav button.owl-prev span {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.carousel .owl-carousel .owl-nav button.owl-next span {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
}
.owl-carousel .owl-dots {
	/* margin-top: 100px; */
	text-align: center;
}
.owl-carousel button.owl-dot span {
	display: block;
	width: 15px;
	height: 15px;
	background-color: #4d7457;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin: 0 22px;
}
.owl-carousel button.owl-dot:focus {
	outline: none;
}
.owl-carousel button.owl-dot.active span {
	width: 20px;
	height: 20px;
}

/*** termin-module ****/
.termin-module {
	margin-top: 60px;
	background-image: url(../../../images/termin.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 100px 0 60px;
	min-height: 520px;
}

.termin-module .pre-title {
	font-size: 30px;
	color: #fff;
	margin-bottom: 10px;
	line-height: 1.3;
}

.termin-module .title {
	font-size: 60px;
	color: #b5dbbd;
	margin-bottom: 50px;
}







/**** Footer *****/
.copyright {
	font-size: 14px;
    background-color: #4d7457;
	padding-top: 30px;
    padding-bottom: 30px;
	color: #fff;
}
.copyright a {
	color: #fff;
	text-decoration: none;
}

footer .footer-flex {
	padding: 80px 0;
	display: flex;
}
.f_logo {
	width: 14%;
}
footer .social-links {
	margin-top: 40px;
	padding-left: 10px;
}
footer .social-links a {
	margin-left: 15px;
	margin-right: 15px;
}
footer .text {
	line-height: 1.93;
	margin-bottom: 29px;
}

.f_inform {
	width: 25%;
	padding: 10px 20px 0;
}
.f_inform .title {
	font-size: 30px;
	font-weight: bold;
}
.f_inform .subtitle {
	font-weight: bold;
	margin-bottom: 10px;
}

.f_hours {
	width: 25%;
	padding: 93px 20px 0;
}
.f_hours .text {
	line-height: 1.88;
}

.footer-flex .nav.mod-list {
	width: 18%;
	display: flex;
	flex-direction: column;
	list-style: none;
	padding-top: 93px;
}
.footer-flex .nav.mod-list li a {
	color: #000;
	text-decoration: none;
	line-height: 1.84;
}



/*** Page contact ***/
.contact {
	padding: 120px 0 80px;
}
.contact-image h1, .praxis-image h1 {
	margin-top: 220px;
}
.contact-image a.button, .praxis-image a.button {
	margin-top: 70px;
}
.contact .contact-info{
    margin-top: 30px;
}

.contact .contact-info .image {
    width: 65px;
}
.contact-form legend{
    font-size: 18px;
}
.contact-wraper .title{
    margin-bottom: 10px;
	color: #4d7457;
	font-size: 30px;
}
.contact-wraper .p-title {
	color: #83c390;
	margin-top: 5px;
	margin-bottom: 20px;
}
.contact-wraper .f-button {
	background-color: #107aca;
	border: none;
	color: #fff;
	padding: 10px 0;
	min-width: 160px;
	text-align: center;
	font-size: 24px;
}
.contact-form .control-group.field-spacer{
    font-size: 12px;
    color: #dd3232;
}
.contact-wraper{
    padding: 30px 60px 30px 0;
	max-width: 720px;
}
.contact-form input, .contact-form textarea{
    width: 100%;    
}
.contact-form .control-label{
    display: none;
}
.contact-form .controls input[type=text],
.contact-form .controls input[type=email],
.contact-form .controls textarea{
    font-size: 18px;
	padding: 10px 10px;
	margin-bottom: 15px;
	border: 1px solid #cecece;
}
.contact-form .controls textarea{
    height: 180px;
	resize: none;
}
.contact-form label{
    margin-bottom: 0px;
}
.contact-form form > .control-group .controls{
    text-align: right;
}
.contact-mobile {
	padding-left: 65px;
}
.contact-address {
	padding: 60px 20px 76px 60px;
	max-width: 520px;
	border: 1px solid #a6b9ab;
}
.contact-address .title {
	font-size: 30px;
	color: #4d7457;
	padding-left: 50px;
	margin-bottom: 40px;
}
.contact-address dd span.contact-street {
	line-height: 2.22;
}
.contact-address .contact-emailto a {
	color: #000;
	text-decoration: none;
}
.mob-margin {
	margin-bottom: 35px;
}

/*** Google map ***/
.g-map {
	margin-bottom: 100px;
}
.g-map .map {
	height: 480px;
}


/*** Praxis page ***/
.praxis-page {
	padding: 120px 0 160px;
}
.praxis-page h2 {
	margin-bottom: 100px;
}
.praxis-page .green-title {
	margin-bottom: 15px;
	margin-top: 30px;	
}
.praxis-page .text {
	line-height: 1.65;
	margin-bottom: 30px;
}

/*** Coociepolicy ***/
.cookiepolicy{
    display:none;
    position: fixed;
    bottom:0px;
    background:#eaecec;
    border-top:1px solid rgb(124, 124, 124);
    font-size:12px;
    width:100%;
    padding:5px;
    text-align:center;
    z-index:999;
    line-height: 1.5;
}
.cookiepolicy .btn{
    cursor: pointer;
}
.btn-success{
    background-color:#5cb85c;
    border:1px solid #4cae4c;    
    color: #111;
}
a.btn-success{
    color: #111;
}
.cookiepolicy .btn-success{
    margin-left: 5px;
    background-color: #c8dcc1;
    border: 1px solid #c8dcc1;
    background-image: none;
    padding: 5px 15px;
    font-size: 16px;
}
.cookiepolicy .btn-success:hover {
    color: #111;
}

/*** behandlung page ***/
.item-page.behandlung-page {
	padding-bottom: 0;
}
.behandlung-image h1 {
	margin-top: 220px;
}
.behandlung-page h2 {
	margin-bottom: 100px;
}
.behandlung-image a.button {
	margin-top: 70px;
}
.behandlung-page .green-title:first-child {
	margin-top: 0;
}

/*** Anwendungsgebiete page ***/
.anwendungs-image h1 {
	margin-top: 220px;
}
.anwendungs-image a.button {
	margin-top: 70px;
}
.anwendungsgebiete-page h2 {
	margin-bottom: 100px;
}
.green-area {
	max-width: 1000px;
	margin: -40px auto 0;
	z-index: -1;
	padding: 80px 80px 120px;
	background-color: #e8f4eb;
}
.anwendungs-page .center-b {
	z-index: 5;
	background-color: #fff;
}
.green-area .title {
	font-size: 30px;
	text-align: center;
}
.green-area .text {
	line-height: 1.65;
	margin-top: 30px;
}

/**** Die Stosswelle page ***/

.stosswelle-image h1 {
	margin-top: 220px;
}
.stosswelle-image a.button {
	margin-top: 70px;
}
.stosswelle-page h2 {
	margin-bottom: 100px;
}
.stosswelle-page .green-title:first-child {
	margin-top: 0;
}

/*** Wirkungweise page ****/
.wirkung-image h1 {
	margin-top: 220px;
}
.wirkung-image a.button {
	margin-top: 70px;
}
.wirkung-page h2 {
	margin-bottom: 100px;
}
.wirkung-page .green-title:first-child {
	margin-top: 0;
}



@media (max-width:1350px) {
	.rigt-top-mod a {
		background-size: 23%;
		background-position: right 6px bottom 15px;
		padding: 11px 10px 11px 15px;
	}
	.main-menu ul.navbar-nav {
		justify-content: flex-start;
		padding-left: 30px;
	}
	.main-menu ul.navbar-nav>li {
		margin-right: 20px;
	}
	.carousel .owl-carousel .owl-nav button.owl-next {
		right: -23px;
	}
	.carousel .owl-carousel .owl-nav button.owl-prev {
		left: -23px;
	}
	.termin-module .title, .article-module .title {
		font-size: 40px;
	}
	.termin-module .pre-title {
		font-size: 24px;
	}
}

@media (max-width:1200px) {
	.main-menu ul.navbar-nav {
		flex-wrap: wrap;
	}
	.rigt-top-mod a {
		background-image: none;
	}
	.carousel .inner {
		padding: 45px 50px;
	}
	.carousel .owl-carousel .owl-nav button.owl-next {
		right: -32px;
	}
	.carousel .owl-carousel .owl-nav button.owl-prev {
		left: -32px;
	}
	.info_block {
		font-size: 14px;
		min-width:100%;
	}
	.info_mail, .info_tel {
		background-position: left top 4px;
	}
	.f_logo .img img {
		width: 100px;
	}
	.contact-wraper {
		padding: 30px 0 30px 0;
	}
}

@media (max-width:991px) {
	header {
		min-height: 110px;
	}
	#logo a.brand img {
		margin-top: 16px;
		width: 120px;
	}
	.rigt-top-mod {
		padding-top: 30px;
	}
	.rigt-top-mod a {
		background-image: url(../../../images/doctolib.png);
		background-size: 25%;
		width: 280px;
	}
    button.navbar-toggler {
		background-color: transparent;
		border: none;
	}
	.main-menu {
		text-align: end;
		padding-top: 35px;
	}
	.navbar-collapse {
		position: absolute;
		top: 105%;
		background-color: #fff;
		right: -15px;
		width: 100vw;
		z-index: 2;
	}
	.navbar-toggler:focus {
		outline: none;
	}
	.main-menu ul.navbar-nav {
		flex-direction: column;
		padding-left: 0;
	}
	.main-menu ul.navbar-nav li {
		width: 100%;
		margin-right: 0;
	}
	.main-menu ul.navbar-nav li a {
		width: 100%;
		padding: 12px 25px;
		display: block;
		border-top: 1px solid #b5dbbd;
		text-align: left;
	}
	h1 {
		display: inline-block;
		color: #768f7c;
		background-color: #f0f0f0;
		opacity: 0.8;
	}
    .tab-flex .inner ul {
		padding-left: 22px;
	}
	.tab-flex .inner ul li {
		line-height: 1.5;
		font-size: 14px;
	}
	.vorteile-module .inner {
		padding: 20px 15px;
	}
	.vorteile-module .green-title {
		font-size: 20px;
	}
	.carousel .inner .text {
		font-size: 24px;
	}
	footer .social-links a {
		margin-left: 10px;
    	margin-right: 10px;
	}
	footer .text, .footer-flex .nav.mod-list li a {
		font-size: 16px;
	}
	.top-info-row {
		display: none;
	}
}

@media (max-width:767px) {
	.rigt-top-mod {
		padding-top: 26px;
	}
	.rigt-top-mod a {
		width: 180px;
		height: 56px;
		background-size: 70px;
		background-position: center bottom 7px;
		padding: 4px 10px 10px 10px;
	}
	.rigt-top-mod a::after {
		display: none;
	}
	.main-menu.navbar {
		padding: 34px 0 0 0;
	}
	.item-page {
		padding: 60px 0 20px;
	}
	.large-image {
		height: 700px;
	}
	h1 {
		font-size: 30px;
		font-weight: normal;
	}
	.main-image .pre-head, .main-image .post-head, h2 {
		font-size: 22px;
	}
	a.button {
		max-width: 290px;
		padding: 12px 25px;
		font-size: 20px;
	}
	a.button::after {
		top: 21px;
	}

    .tab-module {
		padding: 50px 0;
	}
	.tab-flex {
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.left-b, .right-b, .center-b {
		width: 100%;
	}
	.left-b, .right-b {
		padding: 15px 0;
	}
	.center-b .inner {
		box-shadow: none;
	}
	.tab-flex .inner {
		padding: 20px 10px;
	}
	.tab-flex .inner .head {
		font-size: 22px;
	}
	.tab-flex .inner ul li, .article-module .text, .green-link, .vorteile-module .text {
		font-size: 16px;
	}

	.article-module h2 {
		margin-bottom: 40px;
	}
	.green-title {
		font-size: 20px;
	}
	.article-module .green-title {
		margin-top: 0;
	}
	.termin-module .title, .article-module .title, .big-title {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.article-module .text {
		margin-bottom: 20px;
	}
	.mb-40 {
		margin-bottom: 30px;
	}
	.carousel {
		padding: 60px 0 40px;
	}
	.carousel .inner .text {
		font-size: 20px;
	}
	.carousel .owl-carousel .owl-nav button {
		bottom: 110px;
	}
	.carousel .owl-carousel .owl-nav button span {
		font-size: 40px;
		border-left: 3px solid #a4d3ae;
		border-bottom: 3px solid #a4d3ae;
		width: 40px;
		height: 40px;
	}
	.carousel .inner .text {
		min-height: 160px;
	}
	.termin-module .pre-title {
		font-size: 22px;
		text-align: center;
	}
	.termin-module {
		margin-top: 20px;
		min-height: 425px;
	}
	.termin-module .title {
		font-size: 30px;
		text-align: center;
		color: #b5dbbd;
		margin-bottom: 0;
	}
	.termin-module a.button {
		margin: auto;
	}
	.termin-module .overlay {
		background-color: rgba(0, 0, 0, 0.1);
		padding: 15px 0;
		margin: 0 -15px 12px;
	}

	footer .footer-flex {
		flex-wrap: wrap;
	}
	.footer-flex .nav.mod-list, .f_inform, .f_hours {
		width: 50%;
		padding: 15px 15px;
	}
	.f_logo {
		order: 5;
		width: 100%;
		display: flex;
	}
	.f_logo .img {
		display: none;
	}
	.f_inform .title {
		font-size: 22px;
	}
	.f_inform .subtitle {
		font-size: 16px;
	}
	.g-map .map {
		height: 400px;
	}
	.g-map {
		margin-bottom: 20px;
	}
	.contact {
		padding: 60px 0 40px;
	}
	.contact-image.large-image, .praxis-image, .behandlung-image, .anwendungs-image, .stosswelle-image, .wirkung-image {
		height: 380px;
	}
	.contact-image h1, .praxis-image h1, .behandlung-image h1, .anwendungs-image h1, .stosswelle-image h1, .wirkung-image h1 {
		margin-top: 90px;
	}
	.contact-address, .contact-form .controls input[type=text], .contact-form .controls input[type=email], .contact-form .controls textarea {
		font-size: 16px;
	}
	.contact-address .title, .contact-wraper .title, .contact-wraper .f-button {
		font-size: 20px;
	}
	.praxis-page, .behandlung-page {
		padding: 60px 0 30px;
	}
	.big-title::after {
		display: none;
	}
	.item-page .text {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.praxis-page h2, .behandlung-page h2, .wirkung-page h2, .stosswelle-page h2 {
		margin-bottom: 40px;
	}
	.green-area {
		margin: 0px auto 0;
		padding: 60px 30px 80px;
	}
}


@media (max-width:480px) {
	.show-480 {
		display: block;
	}
	.hide-480 {
		display: none;
	}
	.main-image h1 {
		background-color: transparent;
		opacity: 1;
		color: #a3d2ac;
		margin-top: 25px;
	}
	.main-image .post-head {
		margin-top: 30px;
		margin-bottom: 40px;
	}
	.show-mob-image {
		display: block;
		position: relative;
	}
	.show-mob-image .pre-head {
		position: absolute;
		bottom: 15px;
		margin-top: 0;
		padding: 0 15px;
		line-height: 1;
	}
	.show-mob-image img {
		width: 100%;
	}
	.main-image.large-image {
		max-height: 600px;
		background-color: #4d7457;
		background-image: none!important;
	}
	.rigt-top-mod a {
		font-size: 14px;
		text-align: center;
	}
	.carousel .inner .text {
		font-size: 18px;
	}
	.info_block {
		flex-direction: column;
		align-items: flex-start;
		padding: 10px 0 10px;
		height: auto;
	}
	.termin-module {
		background-image: url(../../../images/termin-mob.png);
		background-size: contain;
	}
	footer .footer-flex {
		padding: 50px 0;
	}
	.f_hours {
		margin-top: 35px;
	}
	.footer-flex>div, .footer-flex .nav.mod-list {
		padding: 15px 15px 15px 0;
	}
	.copyright {
		font-size: 12px;
		padding-top: 20px;
    	padding-bottom: 20px;
	}
	.g-map .map {
		height: 300px;
	}
	.contact-address {
		padding: 30px 15px 50px 20px;
	}
	.contact .contact-info .image {
		width: 50px;
	}
	.contact-mobile {
		padding-left: 50px;
	}
	.anwendungs-page {
		padding: 40px 0;
	}
	.green-area {
		padding: 40px 15px 40px;
	}
}

@media (max-width:400px) {
	header {
		min-height: 90px;
	}
	#logo a.brand img {
		margin-top: 15px;
		width: 90px;
	}
	.main-menu.navbar {
		padding: 25px 0 0 0;
	}
	.rigt-top-mod {
		padding-top: 20px;
	}
	.rigt-top-mod a {
		font-size: 12px;
		height: 50px;
		min-width: 125px;
		margin-right: -10px;
	}
}

@media (max-width:360px) {
	.termin-module {
		min-height: 345px;
	}
	.f_hours .text {
		word-wrap: break-word;
	}
	.main-image.large-image {
		max-height: 465px;
	}
	.main-image .post-head {
		margin-top: 0px;
		margin-bottom: 15px;
	}
	footer .footer-flex {
		padding: 10px 0 50px;
	}
}
