/*
Theme Name: mb-netzwerk
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mb-netzwerk
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

mb-netzwerk is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*------------- fonts ----------------------------------------*/
@font-face {
  font-family: 'NunitoSans-Regular';
  src: url('fonts/NunitoSans-Regular.eot?#iefix') format('embedded-opentype'),  
	   url('fonts/NunitoSans-Regular.woff') format('woff'), 
	   url('fonts/NunitoSans-Regular.ttf')  format('truetype'),
	   url('fonts/NunitoSans-Regular.svg#NunitoSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

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


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	font-size:16px;
	font-family:'NunitoSans-Regular', Arial, sans-serif;
}

body {
	margin: 0;
	background-color:#fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	color:#b3302c;
}
a:hover {
	opacity:0.7;
}

a:active,
a:hover {
	outline: 0;
	opacity:0.7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'NunitoSans-Bold', arial, sans-serif;
	clear: both;
}
h1, h2, h3, h4 {
	font-weight:normal;
}
h1 {
	font-size:30px;
	margin-bottom:10px;
	margin-top:10px;
}
h2 {
	font-size:24px;
	margin-bottom:8px;
	margin-top:5px;
}
h3 {
	font-size:24px;
}
h3 {
	font-size:18px;
}
abbr[title] {
	border-bottom: 1px dotted;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #555;
	line-height: 1.5;
}


p {
	margin: 0.7em 0 1.5em 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}
ul li,
ol li {
    margin-bottom:0.6em;    
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="submit"] {
	border:1px #ccc solid;
	padding:10px 20px 10px 20px;
	font-size:14px;
	text-transform:uppercase;
	color:#555;
}
input[type="submit"]:hover {
	color:#fff;
	background-color:#999;
}

button,
input[type="button"],
input[type="reset"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	width:100%;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	
}

textarea {
	width: 100%;
} 

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
	width:190px;
	margin:5px 0;
} 
.headerFirstRow {
	background:#ddd;
	height:20px;
}
.headerSecondRow {
	max-width:1160px;
	margin:auto;
    background:#fff;
	display:flex;
	justify-content: space-between;
	padding:15px 0;
}
.site-header {
	border-bottom:1px #ccc solid; 
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    max-width:1160px;
}

.main-navigation ul {
	display:flex;
	justify-content: flex-end;
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
	
}

.main-navigation li {
	position: relative;
	margin-left: 20px;
	line-height:1;
    margin-bottom:0;
}
.main-navigation li:first-of-type {
	margin-left: 0;
}

.main-navigation li a {
	font-family:'NunitoSans-Bold', Arial, sans-serif;
	display: block;
	text-decoration: none;
	color:#444;
	font-size:15px;
	letter-spacing:0px;
	padding-top:12px;
	padding-bottom:12px;
}

.main-navigation ul ul {
	/*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);*/
	position: absolute;
	top: 39px;
	left: -999em;
	margin-left:0px;
	z-index: 99999;
	background-color:#f2f2f2;
	padding:12px 8px 12px 12px;
	text-align:left;
	min-width:220px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	padding:8px 0 8px 0;
	text-transform:none;
	color:#444;
}

.main-navigation ul ul li {
	margin-left:0;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	opacity:0.7;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.main-navigation ul ul .current_page_item > a,
.main-navigation ul ul .current-menu-item > a,
.main-navigation ul ul .current_page_ancestor > a,
.main-navigation ul ul .current-menu-ancestor > a {
	color:#444;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	background:#fafafa;
	
}
.footer-first-row {
	padding:30px 0 0 0;
	text-align:left;
}
.footer-fr-inner {
	max-width:1160px;
	margin:auto;
	display:flex;
	justify-content: space-between;
}
.footer-bar ul {
	display:block;
	padding:0;
	margin:0;
	list-style:none;
}
.footer-bar ul li {
	margin-bottom:0;
}
.footer-bar {
	width:25%;
	color:#0F1217;
	font-size:15px;
}
.footer-bar a {
	color:#0F1217;
	text-decoration:none;
}
.footer-bar .widget-title {
	font-size:16px;
	font-family:'NunitoSans-Regular', Arial, sans-serif;
	margin-bottom:8px;
}
.footer-bar .widget-title p {
	margin-top:0;
}
.facebook {
	width:40px;
	border-radius:4px;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#main {
	max-width:1160px;
	margin:auto;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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



/*-------------------------------------------------
# Custom
-------------------------------------------------*/

/*------------------------------ paddings + margins -------------------------------*/
.mb30 {
	margin-bottom:30px;
}
.mb100 {
	margin-bottom:100px;
} 
.mt30 {
	margin-top:30px;
}
.pb30 {
	padding-bottom:30px;
}
.tac {
	text-align:center;
}
.rowPad {
	padding:40px 0 30px 0;
}

/*----------------- Start Header ---------------------*/
.headerTitle {
	text-align:center;
	padding:60px 0;
	color:#fff;
}
.headerTitle .title1 {
	font-family: 'NunitoSans-Bold', 'Arial, sans-serif';
	font-size:40px;
	line-height: 1.4;
}
.headerTitle .title1 u {
	text-decoration-color:#E4AE3D;
	text-decoration-thickness:8px;
	font-size:50px;
}
.headerTitle .big  {
	font-size:50px;
}
.headerTitle .title2 {
	font-size:25px;
	margin-top:30px;
}

 /*----------------------------------------------*/
.vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
	font-size:18px;
	padding:10px 20px;
}
.vc_btn3.vc_btn3-color-primary, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
  	background-color: #657C8E !important;
	font-size:18px;
	padding:10px 20px;
}
.kachel > .vc_column_container > .vc_column-inner {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2) !important;
	margin-bottom:15px;
	padding:5px 25px 5px 25px;
}
.kachel > .vc_column_container > .vc_column-inner h3 {
	padding:10px 0 2px 45px;
	background-size:32px 32px;
	background-position:0px 6px;
	background-repeat:no-repeat;
}
.kachel > .vc_column_container > .vc_column-inner h3 a {
	color:#444;
	text-decoration:none;
}
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner {
	padding-top:0 !important;
}
.boxPad {
	padding:25px 15px 5px 15px;
}
.icon-email {
	background-image: url('/wp-content/themes/mb-netzwerk/icons/icon-email.png');
}
.icon-wordpress {
	background-image: url('/wp-content/themes/mb-netzwerk/icons/icon-wordpress.png');
}
.icon-wordpress-n {
	background-image: url('/wp-content/themes/mb-netzwerk/icons/icon-wordpress-n.png');
}
.icon-webseite {
	background-image: url('/wp-content/themes/mb-netzwerk/icons/icon-webseite.png');
}
.icon-daten {
	background-image: url('/wp-content/themes/mb-netzwerk/icons/icon-daten.png');
}
.icon-seo {
	background-image: url('/wp-content/themes/mb-netzwerk/icons/icon-seo.png');
}
.icon-pflege {
	background-image: url('/wp-content/themes/mb-netzwerk/icons/icon-pflege.png');
}
.icon-backup {
	background-image: url('/wp-content/themes/mb-netzwerk/icons/icon-backup.png');
}
.icon-sicherheit {
	background-image: url('/wp-content/themes/mb-netzwerk/icons/icon-sicherheit.png');
}
.icon-texte {
	background-image: url('/wp-content/themes/mb-netzwerk/icons/icon-texte.png');
}
.icon-bilder {
	background-image: url('/wp-content/themes/mb-netzwerk/icons/icon-bilder.png');
}
.icon-layout {
	background-image: url('/wp-content/themes/mb-netzwerk/icons/icon-layout.png');
}
.icon-layout-neu {
	background-image: url('/wp-content/themes/mb-netzwerk/icons/icon-layout-neu.png');
}
.icon-seo-link {
	background-image: url('/wp-content/themes/mb-netzwerk/icons/icon-seo-link.png');
}
.icon-seo-onpage {
	background-image: url('/wp-content/themes/mb-netzwerk/icons/icon-seo-onpage.png');
}
.icon-seo-ads {
	background-image: url('/wp-content/themes/mb-netzwerk/icons/icon-seo-ads.png');
}
.icon-seo-business {
	background-image: url('/wp-content/themes/mb-netzwerk/icons/icon-seo-business.png');
}
.icon-tool-wetter {
	background-image: url('/wp-content/themes/mb-netzwerk/icons/icon-tool-wetter.png');
}
.icon-tool-doku {
	background-image: url('/wp-content/themes/mb-netzwerk/icons/icon-tool-doku.png');
}
.icon-tool-calc {
	background-image: url('/wp-content/themes/mb-netzwerk/icons/icon-tool-calc.png');
}
.icon-tool-konfig {
	background-image: url('/wp-content/themes/mb-netzwerk/icons/icon-tool-konfig.png'); 
}
.icon-tool-kalend {
	background-image: url('/wp-content/themes/mb-netzwerk/icons/icon-tool-kalend.png');
}
.icon-tool-dash {
	background-image: url('/wp-content/themes/mb-netzwerk/icons/icon-tool-dash.png');
}
.bgGrau {
	background: #EDEFF1;
}
.bgDarkBlau {
	background:#4D6379;
	color:#fff;
}
.bgHellBlau {
	background-color:#DAE0E4;
}
.box h2 {
	font-size:22px;
	margin-top:8px;
}
.box a {
	text-decoration:none;
	color:#5081A9;
	font-family: 'NunitoSans-SemiBold', 'Arial, sans-serif';
}
.box a:before {
	content:"» ";
}
.textPers {
	padding-left:15px;
}
.h1sub {
	font-size:24px;
	text-decoration:underline;
	text-decoration-color:#E4AE3D;
	text-decoration-thickness:4px;
}
.refBox {
	border:1px #ccc solid;
	text-align:center;
}
.footer-bar > .widget {
	margin-bottom:0;
}
.footer-bar .widget:first-of-type > p,
.widget-title {
	margin:0 0 8px 0;
	font-size:16px;
	font-weight:600;

}
.footer-bar .widget figure {
	margin:0;
}
.headerh1 {
	color:#fff;
	padding:45px 0 0 0;
}
.headerh1 h1 {
	font-size:38px;
}
.interesse {
	text-align:center;
	font-family:'NunitoSans-Regular', Arial, sans-serif;
	font-size:20px;
	max-width:600px;
	margin:auto;
}
.interesse .call {
	font-size:26px;
	font-weight:600;
}
.bgBox { 
	min-height:300px !important;
}
.wp-image-140 {
	max-width:160px !important;
}
@media screen and (max-width: 1190px) {
	.site-content,
	.footer-fr-inner {
		padding:0 20px;
	}
	.headerSecondRow {
		padding:0 20px;
	}
	.kachel {
		padding-left:20px;
		padding-right:20px;
	}
}
@media screen and (min-width: 860px) {
	.menu-toggle {
		display: none;
	}
	.main-menu-container > div > ul {
		display: flex;
		justify-content:flex-end;
	}
}
@media screen and (max-width: 860px) {
	.main-menu-container {
		display:none;
		position:absolute;
		right:0;
		top:-15px;
		background-color:#fff;
		width:400px;
		height:100vh;
		min-height:600px;
		z-index:999;
		padding:80px 20px 0 20px;
	}
    
	.toggled .main-menu-container {
		display:block;
	}
	.main-navigation {
		display: flex;
  		justify-content: flex-end;/* horizontal */
  		align-items: center;     /* vertikal */
	}
	.main-navigation li {
		position:static;
		float:none;
		text-align:right;
		border-bottom:1px #eee solid;
		margin-left:0;
	}
	.main-navigation li a {
		font-size:22px;
		padding:8px 0 8px 0;
		color:#444;
	}
	.main-navigation ul ul  {
		background:transparent;
		position:static;
		border:none;
		height:auto;
		min-height:0;
		padding:10px 0 10px 0;
		width:100%;
		margin-left:0;
	}
	.main-navigation ul ul li {
		border:none;
		padding:0;
	}
	.main-navigation ul ul a {
		width:100%;
		font-family:'NunitoSans-Regular', Arial, sans-serif;
		padding:8px 0 0 0;
		color:#fff;
	}
	.main-navigation ul ul .current-menu-item > a {
		color:#f2f2f2;
	}
	.menu-toggle {
        right:2%;
		width:35px;
		height:24px;
		border:none;
		border-radius:0px;
		box-shadow:none;
		padding:0;
		background:transparent;
	}
	.menu-toggle span {
		display:block;
		width:25px;
		height: 2px;
		background-color: #404040;
		margin-bottom: 6px;
	}
	.toggled .menu-toggle {
		position: absolute;
		right:10px;
		top:32px;
		z-index:999999;
		width:35px;
		height:24px;
		border:none;
		border-radius:0px;
		box-shadow:none;
		padding:0;
		background-image:url(/wp-content/themes/mb-netzwerk/images/close.png);
		background-repeat:no-repeat;
		text-shadow:none;
		background-color:transparent;
	}
	.toggled .menu-toggle span {
		background:transparent;
	}
	
}
@media screen and (max-width: 767px) {
	.menu-toggle {
		margin-top:9px;
	}
	.textPers {
		padding-left:0; 
	}
	.headerh1 h1 {
		font-size:30px;
		line-height:1.2;
	}
	.headerh1 {
		padding:0;
		margin-bottom:10px !important;
	}
	h2 {
		font-size:22px;
	}
}
@media screen and (max-width: 610px) {
	.footer-fr-inner {
		display:block;
	}
	.footer-bar {
		width:100%;
	}
	.footer-bar .widget figure {
		margin:20px 0 20px 0;
	}
}
@media screen and (max-width: 560px) {
	html {
		font-size:15px;
	}
	.site-content,
	.headerSecondRow {
		padding:0 10px;
	}
}
@media screen and (max-width: 460px) {
	.logo {
		width:150px;
	}
	.menu-toggle {
		margin-top:4px;
	}
	h1 {
		font-size:26px;
	}
	body {
		hyphens: auto;
	}
	.headerTitle {
		padding:30px 0;
		color:#fff;
	}
	.headerTitle .title1 {
		font-size:30px;
		line-height: 1.4;
	}
	.headerTitle .title1 u {
		text-decoration-thickness:6px;
		font-size:35px;
	}
	.headerTitle .big  {
		font-size:35px;
	}
	.headerTitle .title2 {
		font-size:22px;
	}
}