/*
 Theme Name:     Twenty Sixteen Child Theme
 Theme URI:      http://hyperlinkcode.com/blog/?p=1021
 Description:    A bare-bones child theme for use with Twenty Sixteen Theme. Pick matching colors quickly at <a href="http://www.html-color-names.com/">html-color-names.com</a>.
 Author:         Edward Zivkovic
 Author URI:     http://hyperlinkcode.com/blog/
 Template:       twentysixteen
 Version:        1.0.0
*/
 
/* Add Custom CSS after this line */

html {
	font-family: "Open Sans", Arial, sans-serif;
}

body {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	color: #3f604c;
	background-color: #e1dbcf;
	line-height: 24px;
}

body.custom-background {
	background-repeat: repeat-x !important;
}

a,
a:active {
	text-decoration: none;
	outline: none !important;
	color: #fd6c00;
	box-shadow: unset !important;
	box-sizing: unset;
	-moz-box-sizing: unset;
	-webkit-box-sizing: unset;
}

h1,
h1.entry-title,
.entry-content h1 {
	font-size: 27px;
	font-weight: normal;
	line-height: 36px;
	margin: 0;
	padding: 0 0 20px;
	}

.entry-content h1 img.alignright {
	margin-top: 0px;
	margin-bottom: 0.5em;
}	

h1.smaller {
	padding-top: 30px;
	color: #3f604c;
	font-size: 1.4em;
	clear: both;
}

h2.entry-title {
	font-size: 14px;
}	

.entry-content h2,
.entry-content h1 span.subheader {
	font-size: 16px;
	margin-top: 0;
	font-weight: bold;
}

h5 {
	font-size: 16px !important;
}

.site {
	max-width: 970px;
	margin: 0px auto;
}

.site-header {
	padding: 0;
	text-align: right;
	background: #263a2e;   
    width: 970px;
    /* margin: -40px auto;
    position: relative;*/

}

/* .slider-pro {height: 326px;}  
.slider-pro img.sp-image {width: 960px !important; height: auto !important;} 
.slider-pro .sp-mask {height: 326px !important;} */

.site-header-main {
	/* display: block; */

}

/* Language Switcher */

.language-switcher {
	text-align: left;
	width: 100%;
	font-weight: bold;
    color: #c1c7c3;
    font-size: 14px;
}

.language-switcher ul {
	list-style: none;
	margin: 0;
}

.language-switcher ul li {
	float: left;
	margin-left: 10px;
}

.language-switcher ul li a {
	color: #c1c7c3;
}

.language-switcher ul li img {
	margin-top: -3px;
}


/* 
.flexslider {
    margin-bottom: 0 !important;
} */

.site-header-menu {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

h2.slide-title {
	display: none;
}

div.site-branding {
    height: 36px;
    /*position: absolute;
    right: 0px;
    bottom: 50px;*/
    width: 100%;
}

.custom-logo {
	max-width: 430px;
}

#wrap {
	/* box-shadow: 0 0 3px #9b9b9b; */
}

#header-banner,
#site-header-menu,
#content,
.breadcrumb {
	box-shadow: 0 3px 3px #9b9b9b;
}

.sp-slides-container {
-webkit-box-shadow: 0 0 3px #9b9b9b;
-moz-box-shadow: 0 0 3px #9b9b9b;
box-shadow: 0 0 3px #9b9b9b;
}

/* menu */

/* reset default styles */

.main-navigation {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	margin: 0;
}

.main-navigation a {
	line-height: 25px;
}

.main-navigation li:hover > a, 
.main-navigation li.focus > a {
	color: #ffffff; 

}
.main-navigation .primary-menu > li {
    border-top: 0;
    border-bottom: 0;
    border-right: 1px solid #1c3b27;
	border-left: 1px solid #547260; 
}

.main-navigation .primary-menu > li:first-child {
    border-left: none; 
}

.main-navigation .primary-menu > li#searchform {
    border-right: none;
    width: 160px;
}

.site-header-menu {
	/*position: absolute;
    top: 366px;*/
    width: 100%;
    background: #3e5f4c;
}

.site-header-menu > ul li {
    float: left;
    height: 43px;
    color: #FFF;
    line-height: 43px;
    font-weight: bold;
    border-right: 1px solid #1c3b27;
    border-left: 1px solid #547260;
}

.site-header-menu ul li {
 	width: 134px;
 	float: left;
	height: 43px;
	color: #FFF;
	line-height: 43px;
	font-weight: bold;
	border-right: 1px solid #1c3b27;
	border-left: 1px solid #547260;
	text-align: left;
}

.site-header-menu ul > li:hover,
.site-header-menu ul > li:active,
.site-header-menu ul > li:focus {
    background: #ff6d00;
    color: #fff;
}

.site-header-menu ul > li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;

}

.site-header-menu ul > li:hover a,
.site-header-menu ul > li:active a,
.site-header-menu ul > li:focus a {
    color: #fff;
    text-decoration: none;
}

.site-header-menu ul li.current-page-ancestor,
.site-header-menu ul li.current-menu-item {
	background: #ff6d00;
}

.site-header-menu ul li ul li.current-page-ancestor,
.site-header-menu ul li ul li.current-menu-item {
	background: rgb(82, 112, 94);
}

/* Chevron down */
.site-header-menu .menu-item-has-children > a::after {
    content: "";
    position: absolute;
    right: 0.625em;
    top: 0.8125em;
    }

/* weißes Dreieck */ 
.site-header-menu ul ul::after {
	display: none;
} 

.site-header-menu li:hover > ul,
.main-navigation li.focus > ul {
		left: 0;
		right: auto;
}

.site-header-menu ul li ul {
	width: auto;	
	background: #52705e;
	border: 0px;
	padding: 10px 0 5px 0;
	border: 1px solid #3a5946;
	margin: -1px 0 0 -1px;
	text-align: left;
}

.site-header-menu ul li ul:first-child {
	margin: -1px 0 0 0 !important;
}

.site-header-menu ul li ul li {
	display: block;
	margin: 0px;
	border: 0px;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	width: auto;
	line-height: 18px;	
	background-color: rgb(82, 112, 94);
}

.site-header-menu ul li ul::before {
    background: none repeat scroll 0 0 transparent;
    border-color: #FF6D00 transparent;
    border-style: solid;
    border-width: 7px 7px 0;
    content: "";
    display: block;
    left: 17px;
    position: absolute;
    top: -1px;
    width: 0;
}

.site-header-menu ul li ul li:first-child,
.site-header-menu ul li ul li:first-child a {
   border-color: transparent;
}

.site-header-menu ul li ul li:hover,
.site-header-menu ul li ul li:active,
.site-header-menu ul li ul li:focus {
    color: #fff;
    text-decoration: none;
    background-color: rgb(82, 112, 94);
}

.site-header-menu ul li#searchform:hover {
	background-color: transparent;
}

.site-header-menu ul li ul li:hover a,
.site-header-menu ul li ul li:active a,
.site-header-menu ul li ul li:focus a,
.site-header-menu ul li ul li a:hover,
.site-header-menu ul li ul li a:active,
.site-header-menu ul li ul li a:focus  {
    color: #c7dfd0;
    text-decoration: none;
    background-color: rgb(82, 112, 94);
}


.site-header-menu ul li ul li a {
	border: 0px;
	color: #c7dfd0 !important;
	border-top: 1px solid #3a5946;
	display: block;
	margin: 0 20px;
	padding: 10px 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
}

.site-header-menu ul li ul li:hover a {
	color: #fff !important;
}

input.search-field[type="search"] {
	background: #ffffff url(/wp-content/uploads/input-search.png) 3px 4px no-repeat;
	width: 97%;
	height: 20px;
	border: 0px;
	padding: 0px;
	padding-left: 21px;
	padding-right: 5px;
	margin-top: 3px;
	margin-left: 5px;
	font-size: 12px;
	font-weight: normal;
	padding-top: 1px;
	font-family: 'Open Sans', Arial, sans-serif;
	border-radius: 7px;
}

input.search-field::before {
	content: "\f400";
	font-size: 24px;
	right: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
	color: green;
}

li#searchform form label input.search-field::before {
	content: "\f400";
	font-size: 24px;
	right: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
	color: green;
	}

.search-submit {
	display: none;
}	

/* breadcrumb */
.breadcrumb {
	background: #e3e1dd;
	text-align: left;
	font-size: 12px;
	color: #3f604c;
	height: 39px;
	padding: 10px 7px 8px 7px;
}

.breadcrumb span,
.breadcrumb a {
	margin: 0 18px 0 18px;
	font-weight: 400;	
}

.breadasdacrumb span:first-child,
.breadcasdrumb a:first-child {
	margin: 0 20px 0 0;
}

/* content */

.content-area {
	width: 71.8%;
    padding-right: 20px;
}

#secondary {
	margin-left: 71.8%;
	width: 25.2%;
}

.site-content {
	background: #f4f2eb;
	padding: 40px 20px 0px 20px;
	color: #3f604c;
}

.site-content ul {
    line-height: 20px;
    list-style: square outside none;
    padding-right: 10px;
    padding-left: 40px;
}

.site-content ul li {
    margin-bottom: 5px;
}

.content-area-wide,
.content-area-single {
	 float: left;
	 margin-right: -100%;
	 width: 100%;
 }

 .content-area-wide .entry-content,
 .content-area-single .entry-content {
	 margin: 0;
	 padding: 0 15px;
 }

 .content-area-wide .entry-content div,
 .content-area-single .entry-content div {
	 float:left;
 }

 .site-content .separated-content {
 	border-top: 1px solid #E1E2DB;
 	padding-top: 17px;
 }

 .site-content .separated-content h2 {
 	color: #3F604C !important;
	font-weight: bold;
	font-size: 18px;
}

.site-content .separated-content img.alignleft {
 	/* margin-bottom: 4em; */
}

.alignleft {
	margin: 0.375em 1.75em 0.25em 0;
}

.site-content .separated-content p {
	margin-left: 180px;
}

/* Table bei Sektorenübersicht */

table.sektoren td {
	line-height: 1.2em;
	padding-bottom: 15px;
}

table.sektoren td a img {
	margin-bottom: 5px;
}

/* M&A im Überblick */

.ma-arrow-box {
	width: 100%;
}

.ma-arrow-box div {
	 width: 33.3%; 
	 float: left; 
	 text-align: center;
}

.ma-arrow-box div p { 
	color: #3f604c; 
	font-weight: bold; 
	font-size: 14px;
}

.ma-top-banner {
	background: #456652; 
	color: #ffffff; 
	margin: 0; 
	text-align: center; 
	line-height: 1.5em; 
	padding: 7px;
}

.ma-white-box-wrapper {
	width: 33.3%;
	float: left; 
	text-align: center;
}

.ma-white-box {
	width: 90%; 
	background: #ffffff;
	padding: 5px;
	text-align: left;
	margin: 0 5%;
}

.ma-white-box p.box-title {
	text-align: left;
    color: #ff7300;
    font-weight: bold;
    border-bottom: 1px solid #456652;
    line-height: 25px;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 0 0 5px;
}

.ma-white-box ul,
.ma-bigger-white-box ul {
	margin-left: 1px;
	padding-top: 0px;
	list-style: square;
	padding-left: 16px;
	color: #3f604c;
}

.ma-white-box ul li,
.ma-bigger-white-box ul li {
	color: #ff7300 !important;
}

.ma-white-box ul li span,
.ma-bigger-white-box ul li span {
	color: #3f604c;
}

p.title {
	color: #3f604c; 
	font-weight: bold; 
	font-size: 14px;
	text-align: center;
	width: 100%;
}

.ma-smaller-white-box-wrapper {
	width: 14.1%;
	min-height: 80px;
	float: left; 
	text-align: center;
}

.ma-smaller-white-box {
	width: 90%;
	background: #ffffff;
	min-height: 70px;
	text-align: center;
	margin: 0px 5%;
	line-height: 1.2em;
	font-size: 13px;
	vertical-align: middle;
	padding: 9% 2%;
	display: flex;
	align-items: center;
}

.ma-smaller-white-box a {
	width: 100%;
}

.ma-bigger-white-box-wrapper {
	width: 100%;
	float: left; 
	text-align: center;
}

.ma-bigger-white-box {
	width: 98%; 
	background: #ffffff;
	padding: 3px;
	text-align: left;
	margin: 0%;
}

.ma-bigger-white-box ul {
	margin-bottom: 0;
}


/* inline popups  */

.nivo-lightbox-content {
	margin: 0px auto;
	height: 100%;
	width: 700px;
	overflow: hidden;
	border: 5px solid white;
	background: url(/wp-content/uploads/bg.jpg) repeat-x #263a2e;
}

html.lightbox-inline {
	margin-top: 0px !important;
	height: 776px;
	width: 700px;
	overflow: hidden !important;
	background-color: transparent;
	background: url(/wp-content/uploads/bg.jpg) repeat-x #263a2e;
	border: 5px solid #FFFFFF;
}

html.lightbox-inline body {
	height: 100%;
}

html.lightbox-inline #wrap {
	margin: 0px 20px 0px 20px;
}

html.lightbox-inline h1 {
	padding: 22px 15px;
	color: #353535;
}

html.lightbox-inline .site-header {
	height: 120px;
	width: 650px;
	margin: 0 auto;
	position: relative;
}

html.lightbox-inline .site-header-main {
	padding-top: 70px;
}

html.lightbox-inline #content {
	background: #f4f2eb;
	padding: 40px 20px 0px 20px;
	color: #3f604c;
	height: 525px;
}

/* 4 Boxen pro Breite bei Unternehmenskauf und -verkauf */ 

.rows4-container {
	height: 250px;
}

.rows4 {
	width: 225px;
	min-height: 287px; 
	background-color: #FFFFFF;
	margin: 0 15px 0 0;
	padding: 14px 8px 0px 9px;
	font-weight: normal;
	position: absolute; 
}

.r4first {
	width: 237px;
	left: 0px;
}

.r4second {
	width: 237px;
	left: 252px;
}

.r4third {
	width: 200px;
	left: 504px;
}

.r4fourth {
	width: 201px;
	left: 719px;
	margin-right: 0;
}

.rows4 ul {
	margin-left: -25px;
}

.rows4 li {
    list-style-type: square;
    color: #FF6500;
}

.rows4 li span {
	color: #3F604C;
}

.rows4weiterlesen {
	height: 30px;
	background-color: #FFFFFF;
	color: #FE6700;
	text-align: right;
	font-weight: normal;
	padding-right: 17px;
	padding-top: 10px;
	
	position: absolute;
	bottom: 5px;
	right: 5px;
	}

.rows2 {
	 background: transparent; 
	 top: 360px; 
	 min-height: 30px; 
	 float: none !important;
	 position: absolute;
}

.r2first { 
	font-weight: bold; 
	color: #fd6c00; 
	font-size: 14px;
	width: 289px;
}

.r2second {
	width: 626px;
	left: 294px;
	top: 371px;
}

.r2second hr { 
	color: #fd6c00;
	height: 2px;
	background-color: #fd6c00;
	width: 626px;
}

/* 3 Boxen bei Trnsaktionen */

.box3 {
	float: left;
	width: 235px;
	height: 310px;
	overflow: hidden;
	font-family: arial;
	margin: 20px;
	margin-bottom: 15px;
}

.wp-caption .wp-caption-text {
    color: #686868;
    font-size: 12px;
    font-size: 0.7125rem;
    font-style: normal;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}

/* neu */
		
.box {
	float:left;
	width: 216px;
	margin-right: 10px;
	margin-top: 20px;
	background: #ffffff;
	padding: 10px 10px 30px 10px;
	position: relative;
	font-size: 13px;
	line-height: 20px;
}

.box ul {
	margin-left: -25px;
}

.box li {
    list-style-type: square;
    color: #FF6500;
    line-height: 1.2em;
}

.box li span {
	color: #3F604C;
	font-size: 13px;
	line-height: 20px;
}


.header {
	color: #FE6700;
	font-weight: bold;
	text-decoration: none;
}

.unten {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0px 10px 10px 0px;
}

.unten img {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
}

.four-box-container {
	width: 898px;
}

.firstrow {
	height: 278px;
}

.firstrowplus {
	height: 337px;
}

.separatorrow1 {
	background: transparent;
	height: 5px;
	width: 285px;
	padding: 0px;
}

.separatorrow2 {
	background: transparent;
	height: 5px;
	width: 599px;
	padding: 0px;
	margin-right: 0px;
	margin-top: 27px;
}

.separatorrow2 hr { 
	color: #fd6c00;
	height: 2px;
	background-color: #fd6c00;
	
}

.thirdrow {
	height: 121px;
}


 /* accordions */

.accordion {
	width: 100%;
}

 h3.ui-accordion-header {
 	color: #fd6c00; 
	font-size: 14px; 
	cursor: pointer; 
	margin-top: 0.5em; 
	margin-bottom: 0.5em;
	width: 100%;
	border-bottom: 1px solid #dddddd;
	padding-top: 5px;
	padding-bottom: 12px;
}

 h3.ui-accordion-header.ui-state-focus,
 h3.ui-accordion-header.ui-state-active {
	outline: none;
}

h3.ui-accordion-header.ui-state-active {
	border-bottom: none;
}

h3.ui-accordion-header.ui-state-active + div.ui-accordion-content {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 12px;
}

h3.ui-accordion-header:first-child {
 	padding-top: 12px;
	padding-bottom: 12px; 
 	border-top: 1px solid #dddddd;
 }

.ui-icon.iconOpen {
    background:url('/wp-content/uploads/acc-icon-open.png') no-repeat;
    background-size:31px;
    width:31px;
    height:31px;
    float:right;
    margin-top: -7px;
    margin-right: 5px;
}
.ui-icon.iconClosed {
    background:url('/wp-content/uploads/acc-icon-closed.png') no-repeat -5px;
    background-size:31px;
    width:31px;
    height:31px;
    float:right;
    margin-top: -7px;
}

 /* Glossar / Name Directory */

 .name_directory_index {
	font-size: 20px;
}

.name_directory_column {
	width: 100%;
}

.name_directory_name_box_header {
	 float: left; 
	 width: 100%; 
	 border-top: 1px solid #dddddd;
}

.name_directory_name_box_header h3 {
	color: #fd6c00; 
	font-size: 14px; 
	cursor: pointer; 
	margin-top: 0.5em; 
	margin-bottom: 0.5em;
}

.name_directory_name_box {
	 float: left; 
	 width: 100%;
}

.name_directory_names p {
	display: none;
}

/* news */

.post h1 {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 36px;
	padding: 0 0 20px;
}

.post .entry-content {
	float: none !important;
	width: 100% !important;
	margin: 5px 0 !important;
	padding: 0px;
}

.post-date {
	font-size: 11px;
	display: block;
	color: #A5A39E;
	padding-left: 0;
	font-weight: bold;
	margin-bottom: 0;
}

.post .entry-summary,
.search .entry-summary,
.post .entry-header,
.search .entry-header,
body:not(.search-results) .entry-summary {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0.4em;
}

.post .entry-summary p {
	font-size: 14px;
    margin: 5px 0;
   	font-weight: bold;
    padding: 0px;
    color: #3f604c;
}

/* news-übersicht / posts */

div.posts-container {
	margin-bottom: 0;
	clear:both;
}

h2.posts {
	margin-top: 0;
	margin-bottom: 0;
}

h2.posts a {
	color: #3F604C !important;
	font-weight: normal;
	font-size: 18px !important;
	text-decoration: none;
	box-shadow: 0;
}

h2.posts:hover,
h2.posts + p + p.posts a:hover {
	text-decoration: underline;
	color: #fd6c00;
}

h2.posts + p {
	margin-bottom: 0;
}

/* search */

.search .page-header {
	margin-left: 0px;
	margin-right: 0px;
	border-top: 0px;
}

.search h2 a {
	color: #3F604C !important;
	font-weight: normal;
	font-size: 18px !important;
	text-decoration: none;
	box-shadow: 0;
}

.search h2:hover {
	text-decoration: underline;
	color: #fd6c00;
}

.search article {
	margin-bottom: 2em;
}

/* pagination */

.pagination {
	margin-left: 7px !important;
	margin-right: 7px !important;
	border-top: none;
}

.page-nav-container {
	margin-top: 40px;
	clear:both;
}

.page-nav-container ul {
	padding-left: 0;
}

.page-numbers {
	background-color: #ffffff;
	color: #fd6c00;
	display: block;
	padding: 1px 6px 1px 9px;
	float: left;
	margin: 0px 2px;
	font-size: 11px;
	font-weight: bold;
}

.page-numbers:hover {
	background: #fd6c00;
	color: #ffffff;
}

.current {
	background-color: #fd6c00;
	color: #ffffff;
	display: block;
	padding: 1px 9px 1px 9px;
	font-weight: normal;
}

.pagination .nav-links::after,
.pagination .next,
.pagination::before,
.pagination::after {
	display :none;
}

/* Transaktionen */

.mini-gallery-wrapper {
	margin: 0px auto;
	width: 314px;
	text-align: center;
	float: none !important;
}

#tchsp .viewport{
	width:224px;
}

#tchsp .buttons {
	background: transparent !important;
	font-size: 0px !important;
	top: 22% !important;
}

#tchsp .prev {
	left: 12px!important;
	right: auto !important;
}

#tchsp .next {
	right: 16px !important;
	left: auto !important;
}

/* widgets */

.widget { 
	background-color: #fff;
	color: #3f604c;
	width: 280px;
	border-top: 0;
	padding-top: 0;
	margin-bottom: 40px;
	line-height: 20px;
}

.widget .widget-title { 
	font-family: "Open Sans", Arial, sans-serif;
	margin: 0;
	padding: 0 18px 0 20px;
    width: 280px;
	height: 48px;
	background: url(/wp-content/uploads/box-head.jpg);
	line-height: 36px;
	color: #fff;
	text-transform: none;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: normal;
	}


.widget a,
.widget a:hover,
.widget a:active  {
    color: #FD6C00 !important;
    font-size: inherit;
    text-decoration: none;
    font-weight: normal;
    box-shadow: none;
}	

.textwidget,
.quotescollection-quote {
	padding: 20px;
}

.quotescollection-quote p::before {
	content: '"';
	float: left;
}

.quotescollection-quote p::after {
	content: '"';
	float: none;
}


.quotescollection-quote .attribution,
.quotescollection-quote .title {
	font-weight: bold;
}

.widget ul {
	margin-left: 1px;
	padding-top: 0px;
	list-style: square;
	padding-left: 16px;
}

.widget ul li {
	margin-left: 1px;
}

.widget ul li p {
	color: #3f604c;
}

.widget-hr {
	background-color: #3f604c;
	clear: right;
	height: 1px;
	border: none;
	padding: 0;
	margin: 0;
}

.widget_recent_entries_extended span + a,
.widget_recent_entries_extended span + a:hover {
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	text-decoration: none;
} 

.widget_recent_entries_extended ul {
	list-style: none;
}

/* footer */

.site-footer {
	height: 38px;
	background: url(/wp-content/uploads/bg-foot.jpg);
	border: 1px solid #547260;
	line-height: 38px;
	color: #fff;
	padding: 0 2.5455% 0.6em;
}

.footer-navigation {
	display: block;
	width: 100%;
	padding: 0 0 1% 0;
	font-size: 0.8125rem;
}
 
.footer-navigation ul {
	list-style: none;
	margin: 0 0 -0.4375em;
	color: #fff;
}

.footer-navigation ul li {
	display: inline;
	color: #fff;
}

.footer-navigation a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    border-right: 1px solid #fff;
    padding: 0 10px;
}

.footer-navigation li:last-child a {
    border-right: none;
}

.footer-navigation a:hover {
	text-decoration: underline;
	color: #fff;
}

.footer-navigation a:hover,
.footer-navigation a:focus {
	color: #fff;
}

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

	html {
		background: #3f604c;
	}

	.site-header {
		width: 100%;
	}

	.site-content {
		padding: 0;
	}

	.content-area {
	    width: 100%;
	    padding-right: 0;
	}

	.entry-content {
		margin-right: initial;
    	margin-top: 7.6923%;
	}

	a.screen-reader-shortcut {
		display: none;
	}

	#secondary {
		margin-left: 0;
		width: 100%;
		padding: 0 20px;
	}

	/* .slider-pro {height: 100%;}  */
	/* .slider-pro img.sp-image {width: 100% !important; height: auto !important;} */
	/* .slider-pro .sp-mask {height: auto} */

	.menu-toggle {
		position: absolute;
		right: 6px;
		top: 52px;
	}

	.site-header-menu {
		position: absolute;
		top: 105px;
		z-index: 99999;
	}

	.site-header-menu ul {
		float: left;
	}

	.site-header-menu ul li {
		clear: both;
	}

	.site-header-menu ul li ul {
		position: relative;
		left: 133px !important;
		top: -48px;
	}

	button.menu-toggle {
		display: none;
	}

	.breadcrumb {
		display: none;
	}

	.nivo-lightbox-content {
		width: 100%;
	}

	.nivo-lightbox-item {
		width: 100%;
	}

	html.lightbox-inline {
		width: 100%;
		overflow: initial;
		border: 0;
	}

	html.lightbox-inline .site-header {
		width: 100%;
		height: 10%;
	}

	html.lightbox-inline .site-header-main {
	    padding-top: 4%;
	}

	html.lightbox-inline h1 {
	    padding: 22px 15px;
	}

	html.lightbox-inline #content {
		padding: 5px;
	}

	.site-footer {
		height: 100%;
		background-color: #3f604c;
		background-image: none;
		border: none;
	}

	.footer-navigation a {
		color: #ffffff;
		display: block;
		line-height: 1.3125;
		outline-offset: -1px;
		padding: 0.84375em 0;
		text-align: left;
		border-top: 1px solid #d1d1d1;
		border-right: none;
		margin: 0;
	}

	.footer-navigation ul li:first-child a {
		border-top: none;
	}

	.footer-navigation a:hover {
		text-decoration: none;
		color: #bbbbbb;
	}

	.footer-navigation {
		border-bottom: 1px solid #d1d1d1;
		margin-bottom: 0px;
	}

}

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

	body {
		hyphens: auto;
	}

	.site-branding  {
		width: 100%;
		padding: 3%;
	}

	.site-branding img {
		width: 100%;
	}

	.entry-content,
	.content-area-wide .entry-content {
		font-size: 13px;
		line-height: 1.5em;
		padding: 20px 15px 0px 15px;
	}

	.entry-content h1:first-child {
		font-size: 22px;
		line-height: 1.1em;
	}

	.site-content .separated-content p {
		margin-left: 0px;
	}
	.site-content .separated-content img {
		width: 100%;
	}

	.accordion img {
		margin-right: 25%;
	}

	.entry-content img.tegeg {
		margin-right: 50%;
		margin-top: 16px; 
	}

	.widget {
		width: 100%;
	}

	.widget .widget-title {
		width: 100%;
		padding-right: 0px;
	}

	.widget img {
		width: 100%;
	}	

}

/* sitemap */

.wsp-container ul.wsp-pages-list {
	margin-left: 35px;
}

.wsp-container ul.wsp-pages-list li {
	list-style-image: url(/wp-content/uploads/folder-off.gif);
	margin: 5px -35px;
}

.wsp-container ul.wsp-pages-list ul.children li {
	list-style-image: url(/wp-content/uploads/page.gif);
}

.wsp-container ul.wsp-pages-list li a {
	text-decoration: none;
	box-shadow: none;
}

/* Slider */

.sp-buttons {
	display: none;
}