 /**
 * Stylesheet for custom styles - This will be useful to override styles from styleshhets other than style.css like responsponsive.css, styles given from options panel.
 *
 */
 
 
/* 
* Basics
* 
*/
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
	font-family: Franklin Gothic, Arial, Helvetica, sans-serif !important;
}
h1 {
	margin-bottom: 20px;
}
h2 {
	margin-bottom: 15px;
}
h3 {
	margin-bottom: 10px;
}
.h1 {
	font-size: 60px;
	font-weight: 600;
	line-height: 60px;
	margin-top: 0;
}
a:active, a:focus {
	color: #333399;
}
b, strong {
	font-weight: 600;
}
video {
	width: 100%;
	max-width: 600px;
	height: auto;
}
.widget ul li {
	display: list-item;
}
/* header */
body.single-post #header-wrapper {
	margin-bottom: 0;
}
#header-v3 #search-icon, #header-v4 #search-icon, #header-v5 #search-icon, #header-v6 #search-icon {
	background-color: #410133;
	color: #ffffff;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#header-v3 #search-icon:hover, #header-v4 #search-icon:hover, #header-v5 #search-icon:hover, #header-v6 #search-icon:hover {
	background-color: #410133;
}
#header-v4 #header {
	padding: 50px 0 50px 0;
}
#header-v4 .sf-menu a {
	padding: 20px 0 20px 0;
	margin: 0 0 0 25px;
}
.header-right {
	margin-top: 5px;
}
#header-sticky {
    z-index: 9999;
}
#header-sticky .header-sticky-inner {
	box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.25);
}
#header-sticky .sf-menu a {
	margin: 0 0 0 50px;
	padding-bottom: 25px;
}
.feature-image figcaption, .header-search-wrapper, .header-search-wrapper input[type="text"], .header-search-wrapper input[type="search"], .post-format-icon:hover, .quote-icon {
	background-color: #410133;
}
#topbar .topbar-info {
    margin-top: 0;
}
#page-header {
	margin: 0 0 50px;
}
/* header-search */
.header-search-wrapper input[type="text"], .header-search-wrapper input[type="search"] {
	padding: 25px 30px 25px 0 !important;
}
.search-close-icon {
	color: #ffffff;
}
/* menu */
.sf-menu ul, .sf-menu ul ul {
	background-color: #ffffff;
}
.sf-menu li li a, #header-sticky .sf-menu li li a {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.sf-menu li li a, #header-sticky .sf-menu li li a {
	border-bottom-color: #d4d4d4;
}
.slicknav_menu {
	background: #000000;
}
.slicknav_btn {
    background-color: transparent;
}
.slicknav_nav a {
    font-weight: 500;
    text-transform: uppercase;
}
.slicknav_nav ul {
    padding: 0 0 0 15px;
    margin: 0;
    background: #410133;
}
/* footer */
#footer {
	border-top: 20px solid #000000;
	margin-top: 60px;
}
#footer h4 a {
	font-size: 1em;
	font-weight: inherit;
}
#footer .logo-footer {
	padding-top: 20px;
	text-align: right;
}
@media (max-width: 767px) {
	#footer {
		text-align: center;
	}
	#footer .logo-footer {
		padding-top: 0;
		text-align: center;
	}
	#footer .logo-footer img {
		margin: 5px 20px 20px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	#footer .logo-footer {
		padding-top: 0;
	}
}
.widget-title {
	margin-bottom: 40px;
	text-transform: uppercase;
}
.copyright {
	font-size: 12px;
	line-height: 44px;
	text-align: center;
}
/* list ol */
.main-container ol {
	list-style-position: outside;
	margin-left: 25px;
}
.main-container ol li {
	margin-bottom: 10px;
}
/* list ul with icon square */
.list-square{
	list-style-image: url(/wp-content/themes/fazkonferenzen/img/ul-list-square.png);
	list-style-position: outside;
	margin-left: 25px;
}
/* social */
.social li a {
	background-color: #000000 !important;
	margin-right: 5px;
}
.social a:hover {
	background-color: #333399 !important;
}
.social li a.xing:before {
	font-family: 'icomoon';
	content: "\f345";
}

/* breadcrumb */
.breadcrumbs {
	clear: both;
	float: left;
	font-weight: 700;
	margin: 0 0 20px;
	text-align: left;
	text-transform: uppercase;
}
.breadcrumbs i {
	font-size: 11px;
}
body.single-post .breadcrumbs {
	color: #333399;
	margin: 0 0 15px;
}
body.single-post .breadcrumbs a {
	color: #333399 !important;
}

/* primary category (post) */
body.single-post #page-header #category p {
	background: #333399;
	float: none;
	font-weight: 700;
	font-size: 18px;
	margin: 0 auto 45px !important;
	padding: 10px 20px;
	text-align: center;
	text-transform: none;
	width: 100%;
	max-width: 250px;
}
body.single-post #page-header #category p a {
	color: #ffffff;
}
body.single-post #page-header #category.has-thumbnail p {
	margin: -55px auto 45px !important;
}
@media screen and (min-width: 768px) {
	body.single-post #page-header #category {
		background: #ffffff;
		padding: 0 30px;
		position: relative;
		max-width: 1025px;
	}
	body.single-post #page-header #category.has-thumbnail {
    	margin-top: -150px;
    	padding: 30px 30px 0 !important;
	}
}
@media screen and (max-width: 767px) {
	body.single-post #page-header #category {
		display: none;
	}
}

/* take-to-top */
#take-to-top {
	font-size: 32px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	z-index: 9999;
}
/* form */
form {
	max-width: 614px
}
label, input, button, select, textarea, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="number"], input[type="tel"], input[type="search"] {
	color: #444444;
}
select, textarea, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="number"], input[type="tel"], input[type="search"] {
	border-radius: 3px;
	padding: 13px 10px;
}
.select2-container .select2-choice, .form-row .chosen-container-single .chosen-single {
	border-radius: 3px;
	height: auto !important;
	line-height: 1em !important;
	padding: 13px 10px;
}
input[type=radio], input[type=checkbox] {
	margin: 0 10px 0 2px;
	-ms-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-o-transform: scale(1.4);
}
::-webkit-input-placeholder {
	color: #444444 !important;
}
:-moz-placeholder {
	color: #444444 !important;
}
::-moz-placeholder {
	color: #444444 !important;
}
:-ms-input-placeholder {
	color: #444444 !important;
}
input[type="submit"] {
	background-color: #000000;
	border: 1px solid #000000;
}
input[type="submit"]:hover {
	background-color: #303030;
	border: 1px solid #303030;
}
.wpcf7-checkbox span.wpcf7-list-item, .wpcf7-radio span.wpcf7-list-item.first {
    margin: 0 0 10px;
}
span.wpcf7-list-item {
	display: block;
}
div.wpcf7-response-output {
	background: #e53b33;
	border: 2px solid #e53b33;
	border-radius: 3px;
	color: #000000;
	font-weight: bold;
	margin: 25px 0 0;
	padding: 10px 15px;
}
div.wpcf7-mail-sent-ok {
	background: #00c494;
	border: 2px solid #00c494;
}
div.wpcf7-spam-blocked {
	background: #ffa500;
	border: 2px solid #ffa500;
}
div.wpcf7-acceptance-missing {
	background: #ffd742;
	border: 2px solid #ffd742;
}
span.wpcf7-not-valid-tip {
	color: #e53b33;
	font-size: 12px;
}
/* Ninja Forms */
.nf-form-cont .nf-form-fields-required {
	display: none;
}
.nf-form-cont .nf-form-content {
	padding: 0;
}
.nf-form-cont .nf-multi-cell .nf-cell {
	padding: 0 5px 0 0 !important;
}
.nf-form-cont .listcheckbox-container .nf-field-element label {
	font-size: 16px;
	line-height: 26px;
}
.nf-form-content .list-select-wrap .nf-field-element>div:focus, .nf-form-content input:not([type=button]):focus, .nf-form-content textarea:focus {
	color: #474747 !important;
}
.nf-form-content label {
	font-size: 16px !important;
}
.listradio-wrap .nf-field-element label.nf-checked-label:before {
	top: 0.29em !important;
}
.nf-form-cont .mybtn-small {
	font-size: 16px !important;
	line-height: 16px !important;
	padding: 15px !important;
	width: 100% !important;
	max-width: 240px;
}
.nf-form-cont .mybtn-black {
	background-color: #000000 !important;
	border: 1px solid #000000 !important;
}
.nf-form-cont .mybtn-black:hover {
	background-color: #303030 !important;
	border: 1px solid #303030 !important;
}
.nf-form-content .nf-error.field-wrap .nf-field-element:after {
	z-index: 999;
}
.nf-form-content .nf-error .nf-field-element>div {
	border-color: #e80000 !important;
}
/* mybtn */
.mybtn, #submit, input[type="submit"] {
	font-size: 16px;
	line-height: 16px !important;
	white-space: normal;
	width: 100%;
	max-width: 240px;
	text-align: center;
	text-transform: none;
}
.mybtn-small {
	font-size: 16px;
	line-height: 16px;
	padding: 15px;
}
.mybtn-white {
	background-color: #fff;
	border: 1px solid #fff;
	color: #000000 !important;
}
.mybtn-white:hover {
	background-color: #000000;
	border: 1px solid #000000;
	color: #fff !important;
}
.mybtn-flat-white:hover {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #000000 !important;
}
.mybtn-black {
	background-color: #000000;
	border: 1px solid #000000;
	color: #ffffff !important;
}
.mybtn-black:hover {
	background-color: #303030;
	border: 1px solid #303030;
	color: #ffffff !important;
}
.mybtn-flat-black {
	background-color: transparent;
	border: 1px solid #000000;
	color: #000000 !important;
}
.mybtn-flat-black:hover {
	background-color: #000000;
	border: 1px solid #000000;
	color: #ffffff !important;
}
.mybtn-violet {
	background-color: #333399;
	border: 1px solid #333399;
	color: #fff !important;
}
.mybtn-violet:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #fff !important;
}
.mybtn-flat-violet {
	background-color: transparent;
	border: 1px solid #333399;
	color: #333399 !important;
}
.mybtn-flat-violet:hover {
	background-color: #333399;
	border: 1px solid #333399;
	color: #fff !important;
}
.mybtn i, .mybtn-big i, .mybtn-small i {
	margin-right: 10px;
	vertical-align: middle;
}
/* Tabs, Accordion */
.wpb_tabs .wpb_tabs_nav li.ui-tabs-active, .wpb_tabs .wpb_tabs_nav li:hover { background-color: #333399 !important; color: #fff; font-family: Roboto; font-size: 16px; }
.wpb_tabs .wpb_tabs_nav li { background: #f1f1f1; font-family: Roboto; font-size: 16px; }
.vc-icon-tab .wpb_tabs_nav li.ui-tabs-active, .vc-icon-tab .wpb_tabs_nav li:hover { background-color: #333399 !important; color: #fff; font-family: Roboto; font-size: 16px; }

.wpb_accordion .ui-state-active.wpb_accordion_header { background-color: #333399 !important; color: #fff; }
.wpb_accordion .ui-state-active.wpb_accordion_header a { color: #fff; font-size: 16px; font-family: Roboto; font-weight: 700; }
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header { background-color: #f1f1f1; }
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a { font-size: 16px; font-family: Roboto; font-weight: 700; }
.wpb_accordion .wpb_accordion_wrapper .ui-state-default:before { background-color: #333399 !important; color: #fff; }

.wpb_tour .wpb_tabs_nav li.ui-tabs-active, .wpb_tour .wpb_tabs_nav li:hover { background-color: #333399 !important; color: #fff; font-family: Roboto; font-size: 16px; }
.wpb_tour .wpb_tabs_nav li { background: #f1f1f1; font-family: Roboto; font-size: 16px; }

.vc_tta-color-violet.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading { background-color: #333399 !important; }
.vc_tta-color-violet.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus, .vc_tta-color-violet.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover { background-color: #000000 !important; }
.vc_tta-color-violet.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading { background-color: #000000 !important; }
.vc_tta-color-black.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading { background-color: #000000 !important; }
.vc_tta-color-black.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus, .vc_tta-color-black.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover { background-color: #303030 !important; }
.vc_tta-color-black.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading { background-color: #303030 !important; }
.vc_tta.vc_general .vc_tta-panel-title>a { padding: 10px 20px !important; }

.vc_tta-color-violet.vc_tta-style-flat .vc_tta-tab>a { background-color: #333399 !important; }
.vc_tta-color-violet.vc_tta-style-flat .vc_tta-tab>a:focus, .vc_tta-color-violet.vc_tta-style-flat .vc_tta-tab>a:hover { background-color: #000000 !important; }
.vc_tta-color-violet.vc_tta-style-flat .vc_tta-tab.vc_active>a { background-color: #000000 !important; }
.vc_tta-color-black.vc_tta-style-flat .vc_tta-tab>a { background-color: #000000 !important; }
.vc_tta-color-black.vc_tta-style-flat .vc_tta-tab>a:focus, .vc_tta-color-black.vc_tta-style-flat .vc_tta-tab>a:hover { background-color: #303030 !important; }
.vc_tta-color-black.vc_tta-style-flat .vc_tta-tab.vc_active>a { background-color: #303030 !important; }
.vc_tta.vc_general .vc_tta-tab>a { padding: 10px 20px !important; }

.vc_tta-title-text { font-size: 18px !important; }
/* separator */
.vc_separator h4 {
	font-size: 30px;
	line-height: 40px;
}
/* hoverbox */
.vc-hoverbox-block h2 {
	font-weight: 400;
}
.vc-hoverbox-block .vc-hoverbox-front-inner {
	bottom: 0;
	padding: 0;
	position: absolute;
	width: 100%;
}
.vc-hoverbox-block .vc-hoverbox-front-inner h2 {
	background: rgba(255, 255, 255, 0.85);
	padding: 10px 5px;
}

/*
* 	Custom
*
*/
/* hide breadcrump */
@media (max-width: 767px) {
    .breadcrumbs {
        display: none;
    }
}
/* Cookie Policy Bar */
#cookie-policy-bar {
	background: rgba(41,41,41,0.9);
	bottom: 0;
	color: #ffffff;
	display: inherit;
	font-size: 12px;
	line-height: 20px;
	padding: 10px 0;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 9999;
}
#cookie-policy-bar span {
	display: inline-block;
	margin: 0 15px;
}
#cookie-policy-bar .more, #cookie-policy-bar .agree {
	display: inline-block;
}
#cookie-policy-bar .agree {
	border: 1px solid #ffffff;
	border-radius: 5px;
	padding: 5px 10px;
}
#cookie-policy-bar .more a, #cookie-policy-bar .agree a {
	color: #ffffff !important;
	cursor: pointer;
	font-weight: 700;
}

/* posts */
body.single-post #page-header {
    background-color: #ffffff;
	padding: 25px 0 0;
	margin: 0;
}
#content-main {
    padding-top: 0;
    padding-bottom: 0;
}
#primary #content-main article .post-content p {
	margin: 0 0 35px;
}
#sidebar {
    margin-top: 0;
}
body.single-post .post-navigation {
    display: none;
}
.post-meta {
    text-transform: uppercase;
}
.post-meta a, .post-meta span {
    color: #a0a0a0;
    font-family: 'Roboto';
}
.post-meta-wrapper {
	text-align: center;
}
.post-meta-wrapper .post-meta-header, .post-meta-wrapper .post-summary {
	margin-bottom: 0;
	padding-bottom: 30px !important;
}
.post-summary p {
	font-size: 30px;
	line-height: 40px;
}
.post-date-author a {
	border-bottom: 1px solid #333399;
	font-weight: 700;
}
.post-date-author a:hover {
	border-bottom: 1px solid #000000;
}
.post-date-author p {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	color: #333399;
	margin: 0 auto 25px;
}
.post-thumb img {
	-ms-object-fit: cover;
	-moz-object-fit: cover;
	-o-object-fit: cover;
	-webkit-object-fit: cover;
	object-fit: cover;
	max-height: 400px !important;
	width: 100%;
}
.post-thumb figcaption {
	font-size: 12px;
	line-height: 16px;
	text-align: right;
	position: absolute;
	bottom: -30px;
	right: 30px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	-o-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	z-index: 9;
}
@media screen and (min-width: 1200px) {
	.post-thumb figcaption {
		position: relative;
		bottom: 16px;
		right: -5px;
	}
}
@media screen and (max-width: 1199px) {
	.post-thumb figcaption {
		bottom: -100px;
		right: 0;
		-webkit-transform-origin: right top;
		-moz-transform-origin: right top;
		-o-transform-origin: right top;
		-ms-transform-origin: right top;
		transform-origin: right top;
		width: 1em;
		white-space: nowrap;
	}
}
@media screen and (max-width: 767px) {
	h1.post-title.entry-title {
		font-size: 36px;
		line-height: 46px;
	}
	body.single-post #page-header .post-thumb figcaption {
		bottom: 0;
		right: 0;
		padding: 0 10px;
		position: relative;
		-webkit-transform: unset;
		-moz-transform: unset;
		-o-transform: unset;
		-ms-transform: unset;
		transform: unset;
		-webkit-transform-origin: unset;
		-moz-transform-origin: unset;
		-o-transform-origin: unset;
		-ms-transform-origin: unset;
		transform-origin: unset;
		width: 100%;
		white-space: normal;
	}
}
body.single .post-content hr {
    margin-top: 45px;
    margin-bottom: 45px;
    border-top: 5px solid #f1f1f1;
}
blockquote, blockquote.pull-right {
	border-color: #333399;
	border-width: 0 0 0 5px;
	margin: 25px 0;
}
blockquote, blockquote p {
	font-size: 22px;
	line-height: 32px;
}
.post-footer {
	border-bottom: 5px solid #EBEBEB;
}

@media screen and (min-width: 768px) {
	body.single-post #header-wrapper {
		margin-bottom: 0;
	}
	body.single-post .post-meta-wrapper .main-container {
		background: #ffffff;
		padding: 0 30px;
		position: relative;
		margin-bottom: 0;
		max-width: 1025px;
	}
	body.single-post .post-summary p {
		font-size: 26px;
		line-height: 36px;
		font-weight: 700;
	}
	body.single-post #content-wrapper {
		font-size: 18px;
		line-height: 30px;
		max-width: 960px;
	}
}
@media screen and (max-width: 1199px) {
	body.single-post #page-header .post-thumb {
		width: 100%;
	}
}
body.single-post #content-wrapper h2, body.single-post #content-wrapper h3 {
	margin: 35px 0 15px;
}
body.single-post .post-author {
	display: none;
}

/* categories-links / tags-links */
.categories-title, .tags-links {
	font-weight: 700;
}
.categories-links, .tags-links {
	display: block;
	margin-top: 20px;
}
.categories-links a, .tags-links a {
	background: #333399;
	border-radius: 10px;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	margin: 0 0 5px;
	padding: 5px 10px;
}
.categories-links a:hover, .tags-links a:hover {
	background-color: #000000;
	color: #ffffff;
}

/* archive */
body.archive .post-title {
    margin-bottom: 15px;
}
body.archive .post-summary p {
    font-size: 16px;
    line-height: 26px;
}
/* search */
body.search-results #content-wrapper form {
	padding: 0 15px 50px;
}
body.search-results #content-wrapper .archive-inner {
    background-color: #f1f1f1;
    border: 0;
	padding: 25px;
}
body.search-results #content-wrapper .archive-inner h4.archive-entry-title a {
	font-weight: 600;
}
body.search-results #content-wrapper .archive-inner span.search-from {
	display: none;
}
@media screen and (min-width: 768px) {
	body.search-results #content-wrapper .archive-inner {
		min-height: 350px;
	}
}
/* 404 */
.error-404 {
    padding: 0;
}
/* search */
.search-wrapper input {
    padding: 10px !important;
}
.search-input-icon {
    font-size: 14px;   
}
/* nextgen gallery */
.ngg-galleryoverview {
	margin-top: 0 !important;
}
.ngg-gallery-thumbnail {
	border: 0 !important;
	margin: 5px 5px 13px !important;
}
.ngg-gallery-thumbnail a {
	margin: 4px !important;
}
.ngg-navigation {
	font-size: 1em;
	font-weight: bold;
}
.ngg-navigation .current , .ngg-navigation .next, .ngg-navigation .prev, .ngg-navigation .page-numbers {
	border: 0 !important;
	display: inline-block;
	margin-right: 0 !important;
	padding: 0 5px !important;
	width: 40px !important;
}
.ngg-navigation a.next:hover, .ngg-navigation a.page-numbers:hover, .ngg-navigation a.prev:hover, .ngg-navigation span.next:hover, .ngg-navigation span.page-numbers:hover, .ngg-navigation span.prev:hover {
	background-color: #333399 !important;
}
.ngg-imagebrowser h3 {
	display: none !important;
}
.ngg-imagebrowser .pic {
	border: 0 !important;
}
.ngg-imagebrowser .pic a {
	margin: 0 !important;
}
.ngg-imagebrowser-nav {
	padding: 0 !important;
}
.ngg-imagebrowser-nav .back, .ngg-imagebrowser-nav .next {
	background: #333399;
	border: 0 !important;
	border-radius: 3px;
	padding: 10px 20px !important;
	text-align: center;
	text-transform: uppercase;
	min-width: 120px;
}
.ngg-imagebrowser-nav a {
	color: #ffffff !important;
	font-weight: bold;
}
@media (min-width: 1200px) {
	.ngg-gallery-thumbnail-box {
		width: 240px;
	}
}
@media (max-width: 1199px) and (min-width: 768px) {
	.ngg-gallery-thumbnail-box {
		width: 205px;
	}
}
@media (max-width: 767px) {
	.ngg-gallery-thumbnail-box {
		width: 100%;
	}
	.ngg-gallery-thumbnail img {
		width: 100%;
	}
}
/* smart slider */
.n2-ss-section-main-content {
	padding: 0 !important;
}
.n2-ss-button-container.n2-ss-fullwidth a {
	-webkit-transition: all .2s ease !important;
	-moz-transition: all .2s ease !important;
	-ms-transition: all .2s ease !important;
	-o-transition: all .2s ease !important;
	transition: all .2s ease !important;
}
.n2-ss-slider .nextend-arrow img {
	width: 100% !important;
}
.n2-ss-slider .nextend-arrow {
	width: 75px !important;
	height: 75px !important;
}
@media (max-width: 767px) {
	.n2-ss-slider .n2-ss-layer.mybtn-slider {
		max-width: 100% !important;
	}
	.n2-ss-slider .nextend-arrow img {
		display: none !important;
	}
}
@media (max-width: 991px) {
	.n2-ss-section-main-content {
		padding: 40px 0 !important;
	}
}
@media (max-width: 1199px) {
	.n2-ss-layers-container {
		max-width: 940px !important;
		margin: 0 auto !important;
	}
}
/* jumptarget */
@media (min-width: 992px) {
	.jumptarget::before {
		content: "";
		display: block;
		height: 110px;
		margin: -110px 0 0;
	}
}


/*
* 	Media Queries
*
*/
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dppx) {
	.logo .logo-retina {
		display: inline-block;
	}
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	.content-area {
		width: 600px;
	}
	#sidebar {
		width: 300px;
	}
	#header-v4 .sf-menu .menu-back, #header-sticky .sf-menu .menu-back {
		display: none;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	#header-secondary {
		display: none;
	}
	#header {
		border-bottom: 0;
	}
	.logo {
		float: none;
		text-align: center;
	}
	.post-summary p {
		font-size: 24px;
		line-height: 34px;
	}
	.img-box {
		width: 90%;
	}
	.content-area {
		width: 370px;
	}
	#sidebar {
		width: 300px;
	}
}
@media (max-width: 767px) {
	#topbar {
		padding: 0;
	}
	.topbar-left {
		float: left;
	}
	.topbar-left #search-icon {
		margin: 0 !important;
		position: absolute;
	}
	.topbar-left .secondary-menu {
		display: none;
	}
	.topbar-right {
		float: right;
	}
	.topbar-right .topbar-info {
		float: right;
		margin: 0;
	}
	#header {
		border-bottom: 0;
	}
	.logo {
		margin-bottom: 0;
	}
	.vc_col-sm-9.wpb_column.vc_column_container {
		margin-bottom: 20px;
	}
	h1, .h1, .page-title {
		font-size: 250%;
		line-height: 1;
		margin: 0;
	}
	.post-summary p {
		font-size: 24px;
		line-height: 34px;
	}
	iframe.video {
		width: 90%;
		height: auto;
	}
	.img-box {
		width: 90%;
	}
	.wpb_tabs .wpb_tabs_nav li {
		border-bottom: 4px solid #e0e0e0;
		margin-bottom: 10px;
		width: 100%;
	}
	.mybtn, #submit, input[type="submit"] {
		max-width: none;
	}
}

/* display posts */
.display-posts-listing .listing-item {
    display: inline-block;
    margin-bottom: 40px;
}
.display-posts-listing .listing-item::after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.display-posts-listing .listing-item .image {
	float: left;
	margin-right: 20px;
}
.display-posts-listing .listing-item .image img.attachment-thumbnail {
	width: 100%;
}
.display-posts-listing .listing-item a.image {
	/*background-image: url(/wp-content/themes/wir/img/article-no-image.png);*/
	background-position: center;
	background-size: cover;
	height: 190px;
	width: 190px;
}
.display-posts-listing .listing-item .title {
	display: block;
	color: #000000;
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 0.5rem;
}
.display-posts-listing .listing-item .title:hover {
	color: #4e4c3c;
}
.display-posts-listing .listing-item .excerpt p {
    display: inline;
}
.latest-posts-grid .latest-posts-title {
	margin: 45px auto;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.latest-posts-grid .display-posts-listing .listing-item a.image {
		width: 100%;
		margin-bottom: 15px;
		overflow: hidden;
		height: 190px;
	}
	.latest-posts-grid .display-posts-listing .listing-item a.image img {
		/*max-height: 190px !important;*/
		-ms-object-fit: cover;
		-moz-object-fit: cover;
		-o-object-fit: cover;
		-webkit-object-fit: cover;
		object-fit: cover;
		top: 50%;
		left: 50%;
		position: relative;
		transform: translate(-50%,-50%);
	}
}
@media screen and (max-width: 767px) {
	.display-posts-listing .listing-item {
		font-size: 14px;
		line-height: 22px;
	}
}
@media screen and (max-width: 599px) {
	.display-posts-listing .listing-item a.image {
		margin-bottom: 10px;
		margin-right: 0;
		width: 100%;
		max-height: 300px;
		height: auto;
	}
	.display-posts-listing .listing-item .image img.attachment-thumbnail {
		max-height: 280px;
		-ms-object-fit: cover;
		-moz-object-fit: cover;
		-o-object-fit: cover;
		-webkit-object-fit: cover;
		object-fit: cover;
	}
}
.display-posts-listing .listing-item .excerpt-dash {
    display: inline;
}
.display-posts-listing .listing-item .title::after, .display-posts-listing .listing-item .category-display::after {
	white-space: normal;
}
/* display posts pagination */
.display-posts-pagination .screen-reader-text {
	display: none;
}
.display-posts-pagination .nav-links .page-numbers {
	display: none;
}
.display-posts-pagination .nav-links a.next.page-numbers, .display-posts-pagination .nav-links a.prev.page-numbers {
	background-color: #00662F;
	border: 1px solid #00662F;
	border-radius: 4px;
	color: #ffffff !important;
	display: inline-block;
	font-size: 14px;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	height: auto;
	line-height: 22px;
	margin-right: 20px !important;
	padding: 10px 40px;
	text-transform: uppercase;
	transition: color .1s linear,background-color .1s linear,border-color .1s linear;
}
.display-posts-pagination .nav-links a.next.page-numbers:hover, .display-posts-pagination .nav-links a.prev.page-numbers:hover {
	background-color: #2a2a2a !important;
	border: 1px solid #2a2a2a !important;
}


/* Display Posts Shortcode - Category */
.display-posts-listing .listing-item .category, .latest-posts-listing .listing-item .category {
	font-size: 13px;
	line-height: 20px;
}
.display-posts-listing .listing-item .category a, .latest-posts-listing .listing-item .category a {
	background: #e0e0e0;
	border-radius: 5px;
	color: #474747;
	display: inline-block;
	font-weight: 700;
	margin-bottom: 10px;
	padding: 0 10px;
}

/* Display Posts Shortcode - Advertorial */
article.category-advertorial .advertorial a, .display-posts-listing .listing-item.category-advertorial .category a, .latest-posts-listing .listing-item.category-advertorial .category a {
	background: #c71012 !important;
	color: #ffffff !important;
}
article.category-advertorial .listing-item .date, .display-posts-listing .listing-item.category-advertorial .date, article.category-advertorial .listing-item .excerpt-dash, .display-posts-listing .listing-item.category-advertorial .excerpt-dash {
	display: none;
}
article.category-advertorial span.date.author {
	display: block;
}

/***
Bechtle
***/

body.single-post.cat-digitalkompetenz-aufsichtsraete #page-header #category p {
    background-color: #008854; /* Kategoriefarbe Bechtle Artikel */
}

body.single-post.cat-digitalkompetenz-aufsichtsraete .post-date-author p {
	color: #008854; 
}

body.single-post.cat-digitalkompetenz-aufsichtsraete .post-footer-meta.clearfix {
display: none;
}

body.single-post.cat-digitalkompetenz-aufsichtsraete h1 {
font-size: 50px;
}

body.single-post.cat-digitalkompetenz-aufsichtsraete .logo img {
	width: 150px;
}

body.single-post.cat-digitalkompetenz-aufsichtsraete #header-v4 #header {
    padding: 15px 0 15px 0;	
}

.page-id-14933 #header-v4 #header,
.page-id-14884 #header-v4 #header,
.page-id-10267 #header-v4 #header,
.page-id-12404 #header-v4 #header,
.page-id-11500 #header-v4 #header,
.page-id-11656 #header-v4 #header

{
    padding: 15px 0 15px 0 !important;	
}

.page-id-14933 .logo img,
.page-id-14884 .logo img,
.page-id-10267 .logo img,
.page-id-12404 .logo img,
.page-id-11500 .logo img,
.page-id-11656 .logo img {
	max-width: 150px !important;
}

@media screen and (max-width: 510px){
	body.single-post.cat-digitalkompetenz-aufsichtsraete h1 {
		font-size: 8vw;
	}
}	

@media screen and (max-width: 468px){
	body.single-post.cat-digitalkompetenz-aufsichtsraete h1 {
		font-size: 8vw;
}	body.single-post.cat-digitalkompetenz-aufsichtsraete .post-summary p  {
		font-size: 20px;
}
}

@media screen and (max-width: 768px){
.page-id-14933 #header-v4 #header,
.page-id-14884 #header-v4 #header,
.page-id-10267 #header-v4 #header,
.page-id-12404 #header-v4 #header,
.page-id-11500 #header-v4 #header,
.page-id-11656 #header-v4 #header {
    padding: 15px 0 30px 0 !important;	
	}
}