/*
Theme Name: Amica - 2018
Theme URI: http://www.peqard.de
Author:  Peqard Team
Author URI: http://www.peqard.de
Description: Amica Wordpress Theme  - 2018
Version: 1
Tags: peqard
*/

/* Bootstrap */
/* Basic structure */


body {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top center;
	color: #4d4d4d;
	font-family: 'Assistant', sans-serif;
	font-size: 18px;
	line-height: 140%;
}

a {
	color: #f02d34;
	text-decoration: none;
	-webkit-transition: all .33s ease-in 0s;
	-moz-transition: all .33s ease-in 0s;
	transition: all .33s ease-in 0s;
	outline: 0;
}

a:hover {
	outline: 0;
}

a:active {
	outline: 0;
}

a:focus {
	outline: 0;
}

p {
	margin-bottom: 20px;
}

img {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	max-width: 100%;
	height: auto;
}

.no-padding-bottom {
	padding-bottom: 0px !important;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.swipeit {
	height: 40px;
	overflow: hidden;
	padding: 5px 0 5px 55px;
	width: 0;
	-webkit-transition: width .33s ease-in 0s;
	-moz-transition: width .33s ease-in 0s;
	transition: width .33s ease-in 0s;
}

.swipeit .inner-txt {
	display: block;
	min-width: 106px;
}

.swipeit:hover,
.swipeit:focus {
	padding: 5px 0px 5px 55px;
	width: 150px;
}

.row {
	margin-right: -15px;
	margin-left: -15px
}

.row:after,
.row:before,
.section-content:after,
.section-content:before {
	display: table;
	content: " ";
}

.row:after,
.section-content:after {
	clear: both;
}

:before,
:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

[class*="col-"] {
	padding-top: 10px;
	padding-bottom: 10px;
}

[class*="col-"] {
	padding-left: 15px;
	padding-right: 15px;
	min-height: 1px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#wrapper {
	margin: 0px auto;
	position: relative;
	width: 100%;
	overflow: hidden;
}

ul.leistungen {
	margin: 0px 0px 15px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
	border: medium none;
	outline: medium none;
}

ul.leistungen li {
	margin: 0px 0px 10px;
	padding: 2px 0px 10px 20px;
	border-bottom: 1px dotted #6D6E71;
	font-style: italic;
	background: url("images/bg-check.png") no-repeat scroll 0px 2px transparent;
}

.section-wrapper {}

/* .section-wrapper .section-content { min-height: 350px; } */
.section-content {
	width: 95%;
	min-height: 1px;
	max-width: 1500px;
	margin: auto;
}

.section-content.unfixed {
	min-height: initial;
}

/* Slider */
.metaslider.custom-slider .caption-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent;
	color: #4d4d4d;
	opacity: 1;
	margin: 0;
	display: block;
	width: 100%;
	height: 90%;
	line-height: 1.4em;
}

.slider-logo-wrapper {
	background-image: url('/wp-content/themes/amica-pflege-2018/images/logo.png');
	height: 173px;
	background-repeat: no-repeat;
	background-size: contain;
}

.slider-logo-wrapper a {
	width: 173px;
	height: 173px;
	position: absolute;
	left: 0;
	top: 0;
}

#logo {
	display: inline-block;
}

#logo img {
	max-width: 100%;
}

.info-box {
	background-color: rgba(255, 255, 255, 0.85);
	padding: 20px 25px 40px 25px;
}

.info-box h1,
.info-box h2,
.info-box h3 {
	padding-left: 0px;
	border-left: 0px;
}

.btn-red {
	display: inline-block;
	background-color: #f02d34;
	color: #fff;
	padding: 10px 15px;
	-webkit-transition: all .33s ease-in 0s;
	-moz-transition: all .33s ease-in 0s;
	transition: all .33s ease-in 0s;
}

.btn-red:hover {
	background-color: #c72127;
	color: #fff;
}

.btn-grey {
	background-color: #4d4d4d;
	color: #fff;
	padding: 10px 15px;
	text-transform: uppercase;
	-webkit-transition: all .33s ease-in 0s;
	-moz-transition: all .33s ease-in 0s;
	transition: all .33s ease-in 0s;
}

.btn-grey:hover {
	background-color: #000;
	color: #fff;
}

.sidebar-box .btn-grey {
	position: absolute;
	bottom: -10px;
	right: -10px;
}

.onlineanfrage {
	padding: 10px 15px 10px 60px;
	background-image: url("images/bg_onlineanfrage.png");
	background-position: 9% center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	right: 5px;
}

.metaslider.custom-slider .caption-wrap .section-content {
	position: absolute;
	min-height: 100%;
	right: 0;
	left: 0;
}

.metaslider.custom-slider .caption-wrap .row+.row {
	position: absolute;
	bottom: 40px;
	width: 102%;
}

/***************************/
/********* Header **********/
/***************************/
#header {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 9999;
	background-color: #e0e0e0;
	color: #484848;
}

.logged-in #header {
	top: 35px;
}

.slicknav_menu {
	background-color: transparent !important;
}

.slicknav_menu .slicknav_menutxt {
	display: none !important;
}

.slicknav_menu .slicknav_icon {
	float: left;
	width: 1.125em;
	height: .875em;
	margin: 0 !important;
}

.slicknav_btn {
	background-color: #e0e0e0 !important;
	top: 10px;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #4d4d4d !important;
	box-shadow: none;
}

.slicknav_nav {
	background-color: #e0e0e0;
	margin-top: 25px !important;
}

.slicknav_nav .menu-item a {
	color: #4d4d4d !important;
}

.slicknav_nav .menu-item a:hover {
	color: #f02d34 !important;
}

#header-kontakt {
	width: 100%;
	background-color: #929191;
	color: #fff;
	text-align: left;
	font-size: 1em;
}

#header-navigation {
	width: 100%;
	background-color: #fff;
}

.no-padding-left {
	padding-left: 0px !important;
}

/** Navigation Oben **/
#navigation {
	text-align: left;
	width: 100%;
	font-weight: 300;
	text-transform: uppercase;
	padding: 7px 0;
}

#nav_oben {
	display: inline-block;
	z-index: 99;
}

#nav_oben>li.menu-item {
	float: left;
	display: inline-block;
}

#nav_oben>li+li.menu-item {
	border-left: 0px solid #ffffff;
	color: #fff;
	padding-left: 0;
	margin-left: 0;
}

/*Hauptnanigation*/
#nav_oben>li.menu-item a {
	display: block;
	padding: 10px 15px;
	color: #484848;
}

#nav_oben>li.menu-item a:hover,
#nav_oben>li.menu-item.current-menu-item a {
	color: #f02d34;
}

#nav_oben>li.menu-item.current-menu-item a:hover {
	color: #000;
}

#nav_oben>#menu-item-33.menu-item a {
	padding: 10px 15px 10px 0px;
}

#btn-hotline {
	background-color: #f02d34;
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	text-align: right;
	text-transform: uppercase;
	line-height: 80%;
	padding: 21px 15px;
	background-image: url("images/bg_hotline.png");
	background-position: 5% center;
	background-repeat: no-repeat;
}

#btn-hotline .small {
	font-size: 18px;
}

#nav_oben ul.sub-menu {
	display: none;
}

#nav_oben.dropdown li.menu-item:hover>ul.sub-menu,
#navigation li.page_item:hover>ul.children {
	display: block;
	position: absolute;
	z-index: 109;
}

#navigation .dropdown ul.sub-menu li:hover a:after,
#navigation .dropdown ul.children li:hover a:after {
	float: left;
	display: inline-block;
	content: "";
}

/*Unternavigation*/
#nav_oben>li>ul.sub-menu>li>a {
	padding: 15px;
	color: #929191;
}

#nav_oben>li>ul.sub-menu>li {
	background-color: #fff;
}

#nav_oben>li>ul.sub-menu>li:hover {}

#nav_oben>li>ul.sub-menu>li:hover>a {
	color: #f02d34;
}

#navigation .dropdown ul.sub-menu li:hover ul.sub-menu,
#navigation .dropdown ul.children li:hover ul.children {
	left: 100%;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
	background: transparent !important;
}

/* 
#sub-menu-left { margin: 70px 0 0 15px; }

#sub-menu-left li.current-page-ancestor .sub-menu,
#sub-menu-left li.current_page_ancestor .sub-menu { display: block; }
#sub-menu-left > li.menu-item { display: none; }
#sub-menu-left li.current-page-ancestor,
#sub-menu-left li.current_page_ancestor { display: block; }
#sub-menu-left > li.current-page-ancestor > a,
#sub-menu-left > li.current_page_ancestor > a { display: none; }
#sub-menu-left li.current_page_ancestor .sub-menu li,
#sub-menu-left li.current-page-ancestor .sub-menu li,
#sub-menu-left li.current-menu-ancestor ul.sub-menu li,
#sub-menu-left li.current_menu_ancestor ul.sub-menu li { margin: 0.25em 0; } */

/* Sidebar */
.sidebar-box {
	border: 3px solid #e0e0de;
	padding: 25px 20px 0 20px;
	position: relative;
	min-height: 400px;
	box-sizing: border-box;
}

#job-teaser {
	background-image: url("images/job-teaser.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
}

#aktuelles-teaser {
	margin-top: 30px;
}

#aktuelles-teaser img {
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

/** Inhaltsbereich **/
#site-content {
	padding-top: 30px;
}

/* Startseite */
.bg_grey {
	background-color: #eeeeee;
}

.home .bg_grey h3 {
	margin-bottom: 35px;
}

.home .bg_grey {
	padding: 30px 20px;
	min-height: 300px;
}

.home .bg_grey li {
	background-image: url("images/bg_list_grey.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 40px;
	margin-left: 30px;
	margin-bottom: 20px;
}

/* Über uns */
#ueber_uns {
	margin-bottom: 60px;
}

#ueber_uns img {
	border: 3px solid #f02d34;
	max-width: 100%;
	height: auto;
	display: inline-block;
	box-sizing: border-box;
}

/* Pflegekonzept */
#pflegekonzept {
	margin-bottom: 60px;
}

.sm-nav {
	margin-top: 30px;
	display: inline-block;
	margin-bottom: 30px;
}

.sm-nav li {
	display: inline-block;
	float: left;
	margin-right: 30px;
}

.sm-nav li a {
	display: inline-block;
}

.zfr {
	list-style: decimal;
}

.zfr li {
	margin-left: 40px;
}

/* Team */
#team img {
	max-width: 100%;
	height: auto;
}

#team {
	text-align: center;
}

.leistungs-list {
	margin-top: 60px;
	margin-bottom: 40px;
}

.leistungs-list li {
	margin: 40px 0 40px 30px;
	padding-left: 30px;
	background-image: url("images/bg_leistungs-list.png");
	background-position: left center;
	background-repeat: no-repeat
}

#content {
	min-height: 500px;
	line-height: 1.4em;
	width: 100%;
}

.red {
	color: #f02d34;
}

h1,
h2,
h5 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 600;
	border-left: 3px solid #f02d34;
	padding: 10px 0 10px 20px;
	margin-bottom: 30px;
	line-height: 100%;
}

h1 .small,
h2 .small,
h5 .small {
	font-weight: 400;
	text-transform: none;
	font-size: 24px;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
}

h3 {
	font-size: 32px;
	font-weight: 600;
	color: #4d4d4d;
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height: 120%;
}

h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 10px;
	line-height: 120%;
}

h8 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 15px;
	display: inline-blocK;
	margin-bottom: 10px;
	line-height: 120%;
}

h8 .pos {
	color: #767676;
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
}

/* Aktuelles */
#content.category {
	overflow: auto;
	padding: 20px 20px 0;
}

#content.post-detail {
	overflow: auto;
	padding: 20px 20px 0;
}


/** Leere-Seite wie Popup */
#content.empty {
	background: none;
	height: auto;
}

#sitemap {}

#content.sitemap ul {
	list-style-type: disc;
	padding-left: 2em;
}

#weitere-leistungen {
	background-color: #e0e0de;
	color: #4d4d4d;
	padding: 40px 0;
	background-image: url("images/bg_weitere-leistungen.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}

#weitere-leistungen ul {
	margin: 40px 0 45px;
}

#weitere-leistungen ul li {
	margin-bottom: 15px;
	margin-left: 10px;
	padding-left: 40px;
	background-image: url("images/bg_weitere-leistungen-list.png");
	background-position: left center;
	background-repeat: no-repeat;
}

#phone {
	background-image: url("images/bg_hotline.png");
	background-position: 8% center;
	background-repeat: no-repeat;
	background-color: #f02d34;
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	text-align: right;
	text-transform: uppercase;
	padding: 15px 35px 15px 50px;
	margin-top: 50px;
	float: right;
}

#footer {
	background-color: #f02d34;
	color: #fff;
	clear: both;
	min-height: 300px;
	position: relative;
	overflow: hidden;
}

.kontakt-list {
	margin: 40px 0 30px;
}

#rufbereitschaft {
	background-image: url("images/bg_rufbereitschaft.png");
	background-position: 10% center;
	background-repeat: no-repeat;
	background-color: #fff;
	color: #f02d34;
	font-size: 29px;
	font-weight: 600;
	text-align: right;
	text-align: right;
	line-height: 80%;
	padding: 30px 40px 30px 80px;
	text-transform: uppercase;
}

#rufbereitschaft .small {
	font-size: 22px;
}

.gmap {
	position: absolute;
	min-height: 300px;
	left: 0px;
	top: 0px;
	width: 135%;
}

#footer-bar {
	background-color: #4d4d4d;
	color: #fff;
	padding: 10px 0;
}

#btn-facebook img {
	width: 40px;
	height: auto;
	position: absolute;
	top: 3px;
	-webkit-filter: invert(100%);
	/* Safari */
	filter: invert(100%);
	-webkit-transition: all .33s ease-in 0s;
	-moz-transition: all .33s ease-in 0s;
	transition: all .33s ease-in 0s;
}

#btn-facebook:hover img {
	width: 38px;
	height: auto;
	position: absolute;
	top: 5px;
}

#nav_footer {
	float: right;
}

#nav_footer>li.menu-item {
	display: inline-block;
}

#nav_footer a {
	color: #fff;
}

#nav_footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/** Kontaktformular **/
div.wpcf7 .wpcf7-form label {
	cursor: pointer;
	vertical-align: top;
	display: inline-block;
}

#kontaktformular {
	margin: auto;
}

#kontaktformular .wpcf7 .wpcf7-form label {
	width: 10em;
}

#content div.wpcf7 .wpcf7-form label span {
	/* color: #ffffff; */
}

.section-content div.wpcf7 input.wpcf7-text,
#kontaktformular input.wpcf7-text,
.section-content div.wpcf7 input.wpcf7-captchar,
#kontaktformular input.wpcf7-captchar {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	background-color: rgba(255, 255, 255, 0.0);
	color: #a9a9a9;
	padding: 15px 5px 15px 15px;
	min-height: 40px;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	box-sizing: border-box;
	font-size: 11pt;
	position: relative;
	margin-bottom: 20px;
	-webkit-transition: all .33s ease-in 0s;
	-moz-transition: all .33s ease-in 0s;
	transition: all .33s ease-in 0s;
}

#kontaktformular input.wpcf7-text,
#kontaktformular input.wpcf7-captchar {
	width: 25em;
}

#vorbestellformular span.vorbestell-fields {
	vertical-align: middle;
}

#vorbestellformular span.vorbestell-fields input.wpcf7-text {
	width: 170px;
}

.section-content div.wpcf7 textarea.wpcf7-textarea,
#kontaktformular textarea.wpcf7-textarea {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.0);
	color: #a9a9a9;
	padding: 15px 5px 15px 15px;
	min-height: 300px;
	height: 300px;
	max-height: 300px;
	font-family: 'Raleway', sans-serif;
	box-sizing: border-box;
	transition: background-color ease-in-out .3s;
	font-size: 11pt;
	position: relative;
	-webkit-transition: all .33s ease-in 0s;
	-moz-transition: all .33s ease-in 0s;
	transition: all .33s ease-in 0s;
}

.section-content div.wpcf7 input.wpcf7-text:focus,
.section-content div.wpcf7 textarea.wpcf7-textarea:focus,
.section-content div.wpcf7 input.wpcf7-captchar:focus,
#kontaktformular input.wpcf7-text:focus,
#kontaktformular textarea.wpcf7-textarea:focus,
#kontaktformular input.wpcf7-captchar:focus {
	background-color: rgba(255, 255, 255, 0.70);
	transition: background-color ease-in-out .3s;
	outline: 0px;
	border-left: 0px;
	border-top: 1px solid #f02d34;
	border-right: 1px solid #f02d34;
	border-bottom: 1px solid #f02d34;
	box-shadow: 0em 0em .3em #fff;
}

.wpcf7-form-control-wrap.textarea-963 {
	padding-top: 17%;
}

.wpcf7-form-control-wrap.textarea-963::before {
	content: "";
	position: absolute;
	left: 0px;
	top: -10px;
	width: 2px;
	height: 100%;
	background-color: #f02d34;
}

.wpcf7-form-control-wrap.textarea-268 {
	padding-top: 17%;
}

.wpcf7-form-control-wrap.textarea-268::before {
	content: "";
	position: absolute;
	left: 0px;
	top: -10px;
	width: 2px;
	height: 100%;
	background-color: #f02d34;
}

.wpcf7-form-control-wrap::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 2px;
	height: 100%;
	background-color: #f02d34;
}

.wpcf7-form-control-wrap.textarea-793::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 2px;
	height: 270px;
	background-color: #f02d34;
	top: -260px;
}

/* Senden */
.wpcf7-form-control.wpcf7-submit {
	/* color:#fff; */
	/* background-color:#f02d34; */
	border: none;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
	/* -webkit-transition: all .33s ease-in 0s; */
	/* -moz-transition: all .33s ease-in 0s; */
	/* transition: all .33s ease-in 0s; */
	/* display:inline-block; */
	padding: 10px 30px;
	margin-top: 20px;
	float: right;
	cursor: pointer;
}

/* .wpcf7-form-control.wpcf7-submit:hover,.wpcf7-form-control.wpcf7-submit:focus,.wpcf7-form-control.wpcf7-submit:active { color:#2f711f;background-color:transparent;border:none; } */
div.wpcf7-response-output {
	margin: 4em 0.5em 1em !important;
}

/* .wpcf7 input.wpcf7-text:focus,
.wpcf7 input.wpcf7-textarea:focus,
.wpcf7 input.wpcf7-captchar:focus{outline: 0px;} */
/* #kontaktformular .wpcf7-form-control.wpcf7-submit:hover, input.wpcf7-form-control.wpcf7-submit:focus,input.wpcf7-form-control.wpcf7-submit:active {background: rgba(61,61,61,.7);outline:0;} */

#kontaktformular .wpcf7-form-control.wpcf7-submit {
	width: 100%;
	box-sizing: border-box;
	background: rgba(61, 61, 61, .5);
	border: 1px solid #fff;
	padding: .5em;
	color: #ffffff;
}

#gmapoverlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

#gmapoverlay.hidden {
	display: none;
}

/** Aufklappbares Menü**/
.flipper .panel,
.flipper .flip {
	padding: 5px;
	text-align: left;
}

.flipper .flip {
	background-image: url('images/btn-open.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 40px;
	color: #000;
	background-color: #c7d42d;
	border-radius: 20px;
	margin-bottom: 10px;
}

.flipper .flip:hover {
	cursor: pointer;
}

.flipper .flip.open {
	background-image: url('images/btn-close.png');
}

.flipper .panel {
	display: none;
	padding: 1em;
}

.fb-like iframe {
	max-width: none;
}

@media(min-width: 280px) {
	.sidebar-box {
		width: 100%;
		float: left;
	}

	.sidebar-box+.sidebar-box {
		margin-left: 0%;
	}

	#aktuelles-teaser {
		margin-top: 30px;
	}

	#aktuelles-teaser {
		margin-top: 30px;
	}

	.home .bg_grey h3 {
		font-size: 24px;
	}

	.metaslider.custom-slider .caption-wrap {
		height: 90%;
	}

	h8 {
		font-size: 20px;
	}

	h8 .pos {
		font-size: 14px;
	}

	h4 {
		font-size: 18px;
	}
}

@media(max-width: 450px) {
	#btn-hotline {
		font-size: 18px;
		padding: 24px 15px;
		background-size: 25px;
	}

	.sidebar-box {
		min-height: 300px;
	}

	.btn-red {
		margin-bottom: 15px;
	}
}

@media(max-width: 767px) {
	.custom-slider .slides .slide-10 {
		min-width: 150%;
		margin-left: -25%;
		position: relative;
	}

	#job-teaser {
		background-size: 75%;
	}

	#aktuelles-teaser img {
		width: 75%;
		right: 0px;
		left: auto;
	}

	h1,
	h2,
	h5 {
		font-size: 28px;
	}

	h1 .small,
	h2 .small,
	h5 .small {
		font-size: 20px;
	}
}

@media(min-width: 768px) {
	.sidebar-box {
		width: 48%;
		float: left;
	}

	.sidebar-box+.sidebar-box {
		margin-left: 4%;
	}

	#aktuelles-teaser {
		margin-top: 0px;
	}

	.metaslider.custom-slider .caption-wrap {
		height: 85%;
	}
}

@media(min-width: 992px) {
	.slider-logo-wrapper {
		height: 307px;
	}

	.slider-logo-wrapper a {
		width: 307px;
		height: 307px;
	}

	#header {
		font-size: 13px;
	}

	#nav_oben>li.menu-item a {
		padding: 10px 7px;
	}

	#nav_oben>#menu-item-33.menu-item a {
		padding: 10px 7px 10px 0px;
	}

	.sidebar-box {
		width: 100%;
		float: none;
	}

	#aktuelles-teaser {
		margin-top: 30px;
	}

	.sidebar-box+.sidebar-box {
		margin-left: 0%;
	}

	.home .bg_grey h3 {
		font-size: 32px;
	}

	h4 {
		font-size: 24px;
	}
}

@media(max-width: 992px) {
	.info-box {
		display: none;
	}

	.gmap {
		position: relative;
		min-height: 300px;
		left: 0px;
		top: 0px;
		width: 100%;
	}
}

@media(max-width: 1200px) {
	#weitere-leistungen {
		background-image: none;
	}

	.info-box h1,
	.info-box h2 {
		display: none;
	}
}

@media(min-width: 1200px) {
	#header {
		font-size: 16px;
	}

	#nav_oben>li.menu-item a {
		padding: 10px 15px;
	}

	#nav_oben>#menu-item-33.menu-item a {
		padding: 10px 15px 10px 0px;
	}

	#btn-hotline {
		font-size: 20px;
		padding: 24px 15px;
	}

	.metaslider.custom-slider .caption-wrap {
		height: 90%;
	}

	h8 {
		font-size: 24px;
	}

	h8 .pos {
		font-size: 18px;
	}
}

@media(max-width: 1200px) {
	#wrapper {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
}

@media(min-width: 1300px) {
	#header {
		font-size: 18px;
	}

	#btn-hotline {
		font-size: 20px;
	}

}

@media(min-width: 1400px) {
	#btn-hotline {
		font-size: 24px;
		padding: 21px 15px;
	}
}