/*
Theme Name: Phara
Tags: html5, naked, clean, basic
*/

.aligncenter	{ display: block; margin: 0 auto; }
.alignleft		{ float: left; margin: 0 20px 20px 0; }
.alignright		{ float: right; margin: 0 0 20px 20px; }
.wp-caption		{ border: 1px solid #999; text-align: center; background: #eee; padding: 10px; margin: 10px; }

/* Fonts */

@font-face {
  font-family: 'AvenirLight';
  src: url('../fonts/AvenirLight.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvenirLight.woff') format('woff'),
		url('../fonts/AvenirLight.ttf')  format('truetype'),
		url('../fonts/AvenirLight.svg#Avenir-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirMedium';
  src: url('../fonts/AvenirMedium.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvenirMedium.woff') format('woff'), url('../fonts/AvenirMedium.ttf')  format('truetype'), url('../fonts/AvenirMedium.svg#Avenir-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirBlack';
  src: url('../fonts/AvenirBlack.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvenirBlack.woff') format('woff'), url('../fonts/AvenirBlack.ttf')  format('truetype'), url('../fonts/AvenirBlack.svg#Avenir-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirRoman';
  src: url('../fonts/AvenirRoman.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvenirRoman.woff') format('woff'), url('../fonts/AvenirRoman.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}


* {
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
}
body {
	float: left;
	width: 100%;
	padding: 40px 5.8%;
	background-color: #f7f7f7;
	font-family: AvenirLight;
	font-weight: normal;
	line-height: 1.4em;
	font-size: 15px;
	color: #000;
}
a:hover, a:active, a:focus {
	color: #d40031;
}
a{
	color: #000;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: AvenirBlack;
}
.body_wrapper {
	float: left;
	width: 100%;
	box-shadow: 2px 5px 30px 10px rgba(0, 0, 0, 0.24);
	background-color: #fff;
	margin-bottom: 70px;
}


.header_top {
	display: inline-block;
	width: 100%;
	border-top: 5px solid #d40031;
	margin-bottom: 20px;
}
.header_social {
	float: right;
	list-style: none;
	margin-right: 10%;
	font-size: 0;
}
.header_social li {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}

.header_social li a {
	background-color: #d40031;
	width: 45px;
	height: 45px;
	padding: 7px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
}
.header_social li img {
	max-width: 20px;
	max-height: 20px;
}

.menu_area {
	display: block;
	padding-left: 16px;
	margin-top: 9px;
}
.headermenu {
	float: left;
	width: auto;
}
.header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100% - 156px);
	background-color: #fff;
	z-index: 1;
	margin: 0 78px;
	padding: 20px 0 15px;
}
.headermenu li {
	display: inline-block;
	padding: 0 8px;
	position: relative;
}

.headermenu > li a {
	font-size: 18px;
	font-family: AvenirLight;
	text-decoration: none;
	padding: 5px 0;
	display: block;
	transition: all 0.4s ease;
}
.headermenu > li.current-menu-item > a {
	border-bottom: 4px solid #d40031;
}

.headermenu li .sub-menu {
	position: absolute;
	z-index: 1;
	left: 9px;
	top: 33px;
	transition: 200ms ease;
	visibility: hidden;
	opacity: 0;
	min-width: 500px;
}

.headermenu li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}
.headermenu li .sub-menu li {
	margin-bottom: 5px;
	display: block;
	width: auto;
}
.headermenu > li .sub-menu li a {
	background-color: rgba(255, 255, 255, 0.9);
	display: inline-block;
	width: auto;
	padding: 6px 12px 6px 30px;
	font-size: 15px;
	box-shadow: 1px 2px 5px 1px rgba(0, 1, 1, 0.22);
	background-image: url("../images/submenu-arrow.png");
	background-repeat: no-repeat;
	background-position: center left 12px;
	background-size: 7px;
}
.logo_blue {
	float: left;
	width: auto;
	margin: 1px 0 0 10px;
}
.logo_blue img {
	max-height: 20px;
	width: auto;
}
.main_area {
	display: block;
	margin-top: 30px;
}
.slider_section {
	margin-bottom: 30px;
	display: block;
}
.main_content {
	display: block;
	padding: 0 8%;
}

.footer_section {
	display: block;
	margin-top: 100px;
}
.footer-title {
	font-size: 15px;
	font-family: AvenirRoman;
	padding-bottom: 8px;
	border-bottom: 1px solid #fe959c;
	margin-bottom: 20px;
}
.kmo-logo {
	margin-top: 65px;
	padding-left: 15px;
}
.footer_section ul {
	list-style: none;
	float: left;
	width: 100%;
}
.footer_section ul li{
	list-style: none;
	float: left;
	width: 100%;
}
.footer_section .menu li a {
	font-family: AvenirRoman;
	text-decoration: none;
	padding: 4px 0;
	display: block;
	font-size: 15px;
}
.footer_section .menu li .sub-menu {
	padding-left: 15px;
}
.footer_section .menu li .sub-menu a {
	font-family: AvenirLight;
	font-size: 13px;
}
.footer_area {
	background-color: #f2f4f3;
	float: left;
	width: 100%;
	padding: 20px 35px 60px;
}
.last-fmenu {
	position: relative;
}
.footer_area li a img {
	display: inline-block;
	/* max-height: 17px; */
	width: auto;
	margin: 0 10px 10px 0;
}
.footer_area li a .kleiner {
	max-height: 25px;
	margin-bottom: 0;
}
.mrtag {
	text-align: center;
	font-size: 13px;
	margin-bottom: 20px;
}

.cookie_policy {
	bottom: 1px;
	background-color: #F0F0F0;
	width: 100%;
	left: 0;
	padding: 10px 0 0;
	position: fixed;
	transition: all 0.4s ease;
	box-shadow: 2px 5px 30px 10px rgba(0, 0, 0, 0.24);
}
.pharamrtag {
	margin: 0;
	text-align: left;
}
.pharamrtagl {
	text-align: right;
	margin: 0;
}
.main_content h1, .main_content .h1 {
	font-size: 24px;
	font-weight: 400;
}

.contentleft {
	float: left;
	width: 50%;
	padding: 0 15px 0 0;
	margin: 15px 0;
}

.contentright {
	float: left;
	width: 50%;
	padding: 0 0 0 15px;
	margin: 15px 0;
}