body {
	font-size: 1.2rem;
	line-height: 1.8rem;
	background-color: #f9f9f9;
	overflow-x: hidden !important;
	font-family: "mrs-eaves",serif !important;
}

html {
	overflow-x: hidden !important;
}

.entry-footer,
.entry-header {
	display: none;
}

body.post-template-default .entry-header {
	display: inherit;
	margin-bottom: 20px;
}

body.post-template-default .wp-post-image {
	display: none;
}

.wrapper-navbar {
	-position: fixed;
	z-index: 1;
	width: 100%;
}

/* Header */

.topbar {
	-max-width: 1100px;
	margin: 0 auto;
	height: 40px;
	padding: 0 20px 0 20px;
	position: fixed !important;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}

.topbar a {
	color: #212529;
}

.phone-contact {
	display: none;
}

.phone-contact i {
	vertical-align: middle;
}

.asmh-header .middle .brand img {
	position: absolute;
	-z-index: 999;
	margin-top: -30px;
}

.stick {
	top: 40px !important;
	border-bottom: 1px solid #ddd;
}

.stick .menu li a {
	color: rgba(0, 0, 0, 0.5);
}

.stick .menu li a:hover {
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
}

.stick .menu li.current-menu-item a {
	color: rgba(0, 0, 0, 1);
}

.wrapper-navbar {
	background: #fff;
	/*
	-webkit-box-shadow: 0px 0px 2px 0px rgba(64,64,64,1);
	-moz-box-shadow: 0px 0px 2px 0px rgba(64,64,64,1);
	box-shadow: 0px 0px 2px 0px rgba(64,64,64,1);
	*/
}

.navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
	flex-wrap: wrap !important;
}

.navbar-brand {
    text-align: center;
    margin: auto;
}

.navbar-brand img {
	max-width: 20px;
	position: relative;
	z-index: 3;
}

.navbar-nav {
	margin: 0 auto;
}

.navbar {
	clear: both;
	border-bottom: 1px solid #ddd;
}

.topbar .textwidget {
	margin-top: 5px;
}

.topbar .textwidget p {
	margin-bottom: 0 !important;
}

ul.tools-right {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.tools-right li {
	float: left;
}

ul.tools-right li li {
	float: none;
}

.search button {
	background: transparent;
}

#full-screen-search-container input {
	font-family: "mrs-eaves",serif !important;
}

/* Navigation */

.navbar-nav a.nav-link {}

.navbar-toggler {
	border: 0px solid transparent !important;
}

.navbar-toggler:hover {
	cursor: pointer;
}

.asmh-header .primary > ul > li > a {
	font-size: 18px !important;
}

/* Language Switch */

.language-switch {
	-background: #fff;
	margin-top: 7px;
}

.outer-lang {
    -display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle-lang {
    display: table-cell;
    vertical-align: middle;
}

.inner-lang {
    margin-left: auto;
    margin-right: auto; 
    width: /*whatever width you want*/;
}

.lang-field .language-switch {	
	display: none;
}

.lang-field {
	-background-color: #fff;
}

.lang-field-mobile {
	display: none;
	background: rgba(255,255,255,0.95);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	text-align: center;	
}

.lang-field-mobile li a {
	color: rgba(0, 0, 0, 0.5);
	font-size: 2rem;
}

.lang-field-mobile li a:hover {
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
}

.lang-field-mobile li.current-lang a {
	color: rgba(0, 0, 0, 1);
}

.lang-field-mobile ul {
	-padding: 50px 0 0 0;
}

.mobile-lang-close {
	border: 2px solid #222222;
	border-radius: 50%;
	margin: 10px 20px 0 0;
	padding: 11px 10px;
	line-height: 1.2rem;
	position: absolute;
	z-index: 1;
	right: 20px;
}

.mobile-lang-close:hover {
	border: 2px solid #222222;
	color: #222222;
}

.mobile-lang-close i {
	color: rgba(0, 0, 0, 15);
	font-size: 1rem;
}

#switchBtn {
	padding: 0.45rem 0.75rem;
	cursor: pointer;
	
	-display: none;
}

.lang-item-11 {
	-display: none;
}

.switchBtnMobile {
	-display: none !important;
}

.switchBtnMobile {
	padding: 0.5rem 0.7rem;
	cursor: pointer;
}

.language-switch ul {
	margin: 0;
	padding: 10px;
	list-style-type: none;
	display: inline;
}

.triangle-bottomright { width: 0; height: 0; border-bottom: 100px solid red; border-left: 100px solid transparent; }

.language-switch ul li {
	margin-right: 0;
	-margin-bottom: 20px;
	float: left;
	display: inline;
}

.language-switch ul li a {
	text-align: left;
	color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
}

.language-switch ul li a:hover {
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
}

.language-switch ul li.current-lang a {
	color: rgba(0, 0, 0, 1);
	font-weight: bold;
}

.lang-field {
	position: fixed;
	top: 40px;
	right: 20px;
	background-color: #fff;
	border-radius: 2px;
	text-align: right;
}

#menu-secondary-1 {
	position: relative;
}

/* Content */

#full-width-page-wrapper {
	-padding-top: 250px;
}

body.home #full-width-page-wrapper {
	padding-top: 0;
}

#home-firstentry h2,
.navbar-brand {
	font-family: "mrs-eaves-roman-small-caps",sans-serif;
}

.content-area a {
	color: #000;
	border-bottom: 1px solid #000;
}

.content-area a:hover {
	text-decoration: none;
	border-bottom: 0px solid #000;
}

.page-id-45 #page .wrapper,
.page-id-797 #page .wrapper,
.page-id-864 #page .wrapper {
	padding: 0 0 30px 0 !important;
}

.content-area ul {
	padding: 0;
	margin: 0 0 0 20px;
}

.content-area ul li {
	margin-bottom: 25px;
}

#wpfront-scroll-top-container img {
	display: none;
}

#wpfront-scroll-top-container:before {
	content: '\f102';
	font-family: 'FontAwesome';
	font-size: 2.3rem;
	border: 2px solid #000;
	border-radius: 50%;
	padding: 10px 17px;
}

.cq-accordion ul li {
	border-top: 1px dotted #999 !important;
}

.accordion-content {
	margin-bottom: 20px;
}

.understrap-read-more-link {
	background-color: transparent !important;
	border: none !important;
	padding: 0 !important;
}

.understrap-read-more-link:hover {
	color: #000 !important;
}

.search-results .entry-header {
	display: inline !important;
}

/* Footer */

.footer-border {
	border-top: 1px solid #000;
	margin-bottom: 50px;
	text-align: center;
}

.footer-logo {
	position: absolute;
	background: #f9f9f9;
	margin: -20px 0 0 -15px;
	max-width: 25px;
	display: block;
	left: 50%;	
}

.site-info {
	text-align: center;
	margin-bottom: 50px;
}

/* Social */

.social-links ul {
	list-style-type: none;
	padding: 0;
	margin: 6px 10px 0 0;
}

.social-links li {
	float: left;
	display: inline-block;
	margin-left: 15px;
}

.social-links ul li a {
	font-size: 1rem;
}

.social-links ul li a:hover {
	text-decoration: none;
}

/* Search */

.search button {
	cursor: pointer;
	margin-top: 2px;
}

#full-screen-search-close:before {
	font-family:'FontAwesome';
	content: '\f00d';
	color: #222222;
	
	border: 2px solid #222222;
	border-radius: 50%;
	margin: 0;
	padding: 11px 13px;
	line-height: 1.2rem;
	
	font-size: 1rem;
	
}

#full-screen-search button.close {
	display: block !important;
	height: 55px !important;
	top: 0 !important;
}

.btn-primary {
	background-color: rgba(0, 0, 0, 0.5);
}

.btn-primary:hover {
	background-color: rgba(0, 0, 0, 1);
	cursor: pointer;
}

#full-screen-search form {
	padding: 0 40px !important;
}

#full-screen-search form div {
	height: 100px;
    left: 5% !important;
    margin: 0 !important;
    position: absolute;
    top: 45%;
    width: 90% !important;
}

#full-screen-search form div input {
    background: transparent none repeat scroll 0 0 !important;
    border-bottom: 1px solid #222222 !important;
}

#full-screen-search{
	
	
	overflow:hidden!important;
	
	
}


.section-headline {
	font-size: 2rem;
	margin-top: 30px;
}

.cq-stepcard-cardcontainer {
	box-shadow: none !important;
}

.cq-tabs li.current a {
	background: #000000 none repeat scroll 0 0 !important;
}

.cq-tabmenu.style1 {
	border-bottom: 1px solid #000000 !important;
}

.cq-tabs li a {
	border-bottom: none !important;
}

.subnavigation {
	position: absolute;
	width: 100%;
	background-color: #fff;
	margin-top: -30px;
	padding-top: 5px;
	text-align: center;
	overflow: hidden !important;
}

.subnavigation .vc_btn3-container {
	margin-bottom: 10px;
}

.subnavigation .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
.subnavigation .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
	background-color: transparent;
	border: none;
	padding: 5px;
	color: rgba(0, 0, 0, 0.5);
	font-size: 18px;
}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
	background-color: transparent !important;
	border: none;
	padding: 5px;
	color: rgba(0, 0, 0, 0.5);
	font-size: 18px;
}


.subnavigation .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
	color: rgba(0, 0, 0, 1);
}

#home-firstentry .vc_btn3,
#vorsorge-banner .vc_btn3 {
	font-size: 1.6em;
}

/* Kontakt Form */

.nf-form-layout input,
.nf-form-layout textarea {
	background-color: transparent;
	border: 1px solid #222;
	padding: 5px;
}

#nf-field-4 {
	cursor: pointer;
}


.brdr-right {
	border-right: 1px solid #999 !important;
}

/* 404 */

#404-wrapper .page-title {
	text-align: center !important;
}

/* Responsive Styles */

@media (min-width: 1024px) {
	.hidden-xs {
		display: inline;
	}
	.visible-xs {
		display: none;
	}
}

@media (max-width: 1024px) {
	.content-area {
		margin-top: 90px;
	}
	.navbar {
		position: fixed;
		z-index: 2;
		background: #fff;
		width: 100%;
		margin-top: 40px;
	}
	.navbar-brand {
		margin: 0 !important;
	}
	.logo-tree {
		float: left;
		margin-right: 10px;
	}
	.hidden-xs {
		display: none;
	}
	.visible-xs {
		display: inline;
	}
	.topbar {
		border-bottom: 1px solid #ddd;
	}
	.subnavigation {
		padding-top: 15px;
	}
}

@media (max-width: 480px) {
	.logo-txt {
		display: none;
	}
	body {
		overflow-x: hidden !important;
	}
	.big-tree {
		max-width: 40px;
		margin: 0 auto;
	}	
}

@media (max-width: 768px) {
	.phone-contact {
		display: inline;
		margin-top: 5px;
		float: left;
	}
	.toolbar-widget {
		display: none;
	}
	#home-firstentry h2 {
		font-size: 2rem !important;
	}
	#home-firstentry h3 {
		font-size: 3rem !important;
	}
	.big-tree {
		max-width: 40px;
		margin: 0 auto;
	}
	.erasmy-icon img {
		max-width: 90px !important;
	}
	.spacer-none {
		display: none;
	}
	#menu-social-fr span,
	#menu-social span {
		display: none;
	}
}