/*
	Theme Name: Mibag
	Theme URI: http://www.unit25.at
	Description: Mibag Theme
	Author: unit25
	Author URI: http://www.unit25.at/
	Text Domain: mibag
	Version: 1.0

	Tags: one-column, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, rtl-language-support

	Template: genesis
	Template Version: 2.2+
	
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Additional Content Elements
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,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:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;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-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}


html.normal {
}

html.large {
	font-size: 100%;  
}

html.larger {
	font-size: 125%;  
}

/* Chrome fix */
body > div {
    font-size: 16px;
    font-size: 1.6rem;
}

body {
	background-color: #fff;
	color: #6b6b6b;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.42;
	margin: 0;
}

.lsow-dark-bg {
	color: #FFF;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

a {
	color: #24509B;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #C20016;
	text-decoration: none;
}

[data-whatinput='keyboard'] a:focus {
	text-decoration: underline;
}

p {
	margin: 0 0 30px;
	margin: 0 0 3.0rem;
	padding: 0;
}
p:empty {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}  

ol,
ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

li {
	list-style-position: outside;
	padding-bottom: 5px;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
	margin: 4.0rem;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 20px;
	margin: 0 0 2.0rem;
}

h1 {
	font-size: 30px;
	font-size: 3.0rem;
	color: #24509b;
}

article.type-post h1.entry-title:first-child {
	margin-top: 0px;
	margin-top: 0rem;
}

h2 {
	font-size: 26px;
	font-size: 2.6rem;
	color: #24509b;
}

article.type-post h2.intro {
	font-size: 20px;
	font-size: 2.0rem; 
	font-weight: bold;
	line-height: 20px;
	line-height: 2.0rem;
	color: #24509b;
	margin-top: 2px;
	margin-top: 0.2rem;
}

.image-section h2,
.solid-section h2 {
	font-size: 54px;
}

h3 {
	color: #24509b;
	font-size: 20px;
	font-size: 2.0rem;
}

h4 {
	color: #24509b;
	font-size: 16px;
	font-size: 1.6rem;
}

.image-section h4,
.solid-section h4 {
	font-size: 40px;
	font-size: 4.0rem;
	margin-bottom: 40px;
	margin-bottom: 4.0rem;
}

.home-mid-left h3,
.home-mid-left h4 {
	font-size: 20px;
	font-size: 2.0rem;
}

.home-mid-right h4 {
	font-size: 20px;
	font-size: 2.0rem;
	margin-bottom: 40px;
	margin-bottom: 4.0rem;
}

.home-mid-wide {
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding;
	background-clip:         padding-box;
	position: relative;
	z-index: 9;
}

.front-page-1 .image-section h4 {
	margin-bottom: 10px;
	margin-bottom: 1.0rem;
}

h5 {
	color: #24509b;
	font-size: 14px;
	font-size: 1.4rem;
}

h6 {
	color: #24509b;
	font-size: 12px;
	font-size: 1.2rem;
}

/* ## Objects
--------------------------------------------- */

.hidden {
	display: none;
}

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-caption {
	font-size: 15px;
	font-size: 1.5rem;	
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

[data-whatinput='keyboard'] input:focus,
[data-whatinput='keyboard'] textarea:focus {
	border: 1px solid #24509B;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-webkit-border-radius: 0;
	background-color: #24509B;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 10px 30px;
	padding: 1.0rem 3.0rem;
	text-transform: uppercase;
	width: auto;
	word-spacing: 2px;
	word-spacing: 0.2rem;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #24509B;
	color: #fff;
}

body .ow-button-align-center {
	text-align: center;
}

body .so-widget-sow-button .ow-button-base a,
body .ow-button-base a {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1em;
	padding: 15px 18px;
    padding: 1.5rem 1.8rem;
    background: #24509B;
    border: 1px solid;
    border-color: #24509B #24509B #24509B #24509B;
    color: #FFFFFF !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
    text-shadow: 0 1px 0 rgba(0,0,0,0.05);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition:    all .2s ease-in-out;
	-ms-transition:     all .2s ease-in-out;
	-o-transition:      all .2s ease-in-out;
	transition:         all .2s ease-in-out;
}

body .so-widget-sow-button .ow-button-base a:hover,
body .ow-button-base a:hover {
	background: #24509B;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition:    all .2s ease-in-out;
	-ms-transition:     all .2s ease-in-out;
	-o-transition:      all .2s ease-in-out;
	transition:         all .2s ease-in-out;
	border-color: #24509B #24509B #24509B #24509B;
}

.site-inner .button:hover,
.entry-content .button:hover,
.entry-content .button:focus {
	background: #24509B;
	color: #000;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #24509B;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

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

.site-inner .gform_wrapper .gform_footer input.button, 
.site-inner .gform_wrapper .gform_footer input[type=submit] {
    font-size: 16px;
	font-size: 1.6rem;
}

.site-inner .gform_wrapper input[type=text], 
.site-inner .gform_wrapper input[type=url], 
.site-inner .gform_wrapper input[type=email], 
.site-inner .gform_wrapper input[type=tel], 
.site-inner .gform_wrapper input[type=number], 
.site-inner .gform_wrapper input[type=password] {
	padding: 20px;
	padding: 2.0rem;
}

.site-inner .gform_wrapper ul li.gfield {
    margin-bottom: 20px;
	margin-bottom: 2.0rem;
}

/* Buttons and Colors */

a.button.medium {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 12px 60px;
	padding: 1.2rem 6.0rem;
}

a.button.large {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 15px 40px;
	padding: 1.5rem 4.0rem;
}

a.button.clear-button {
	background: none;
	border: 1px solid #fff;
}

a.button.clear-button:hover {
    border: 1px solid #24509B;
}

a.button.black {
	background: #000;
}

a.button.white {
	background: #fff;
	color: #333;
}

a.button.white-clear {
	background: none;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4.0rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}

th {
	font-weight: 300;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut,
.search-form label {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
} 

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-weight: bold;
	padding: 15px 23px 14px;
	padding: 1.5rem 2.3rem 1.4rem;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	/*box-shadow: 0 0 2px 2px rgba(0,0,0,.6);*/
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-header .wrap {
	float: none;
	margin: 0 auto;
	max-width: none;
}
.site-header .title-area,
.site-header .nav-primary {
	max-width: 1170px;
	margin: 0 auto;
	 
}
.site-inner,
.wrap {
	float: none;
	margin: 0 auto;
	max-width: 1170px;
	
}

.header-push {
	display: block;	
	height: 148px;
}

.menu-wrap {
	float: none;
    margin: 0 auto;
    max-width: 1170px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	position: relative;
	z-index: 9;
	-word-wrap: break-word;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
}

.front-page .site-container .site-inner {
	margin-top: 0;
	/*max-width: 100%;*/
	overflow: hidden;
	padding-top: 80px;
	padding-top: 8.0rem;
}

.mibag-landing .site-container .site-inner {
	margin-top: 100px;
	margin-top: 10.0rem;
}

.secondary-nav .site-inner {
	margin-top: 250px;
	margin-top: 25.0rem;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 700px;
	padding-left: 15px;
    padding-right: 15px;
	position: relative;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.mibag-sitemap {
	margin-top: 50px;
	margin-top: 5rem;	
}




.nothing-found-center {
	text-align: center;
	margin: 15px 0 20px 0;
	margin: 1.5rem 0 2rem 0;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-bottom: 40px;
	margin-bottom: 4.0rem;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.author-box .avatar {
	border-radius: 99%;
	-moz-border-radius: 99%;
	-ms-border-radius: 99%;
	-webkit-border-radius: 99%;
	height: 100px;
	width: 100px;
}

.entry-comments .avatar {
	height: 70px;
	width: 70px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	border-radius: 99%;
	margin: 0 16px 24px 0;
	-moz-border-radius: 99%;
	-ms-border-radius: 99%;
	-webkit-border-radius: 99%;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2.0rem;
}

.archive-description,
.author-box {
	background-color: #222;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4.0rem;
}

.author-box-title {
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 300;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
	text-transform: uppercase;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
	margin-top: 1.2rem;
}

.entry-content .search-form,
.search-content .search-form,
.site-header .search-form {
	width: 70%;
}

.entry-content .search-form input[type=search],
.search-content .search-form input[type=search],
.site-header .search-form input[type=search] {
	width: 70%;
	margin-right: 10px;
}

.search-content {
	margin-top: 30px;
	margin-top: 3rem;
}

.site-header .ubermenu-submenu .search-form {
	width: 100%;
}

.site-header .ubermenu-submenu .search-form input[type=search] {
	width: 100%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	/* position: absolute;*/
	width: 1px;
}
.ubermenu-accessible .search-form input:not(:hover):focus {
	box-shadow: 0 0 8px #FFF!important;
	outline: 1px solid #FFF!important;
}
.widget_search input[type="submit"]:focus {
	margin: 2rem 0 1rem 0.5rem;
}


/* ## Search Results
--------------------------------------------- */
.search-results .entry,
.search-no-results .entry {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;	
	
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-title {
	font-size: 30px;
	font-size: 3.0rem;
}

h1.entry-title:first-child {
	margin-top: 30px;
	margin-top: 3rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #24509B;
}

.sidebar .widget-title,
.sidebar h4 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.footer-widgets .widget-title {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 1.8px;
	letter-spacing: 0.18rem;
	text-transform: uppercase;
}



/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	padding-left: 2rem;
	text-indent: -20px;
	text-indent: -2rem;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	margin: 0 0 0 3rem;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

.home .featured-content .entry-title {
	font-weight: 400;
	text-transform: uppercase;
}

.featuredpage .entry-title {
	font-size: 30px;
	font-size: 3.0rem;
}

.single .featured-image {
	margin-bottom: 40px;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	/*color: #fff;*/
}

.enews-widget input,
.enews-widget input:focus {
	/*border: 1px solid #333;*/
}

.enews-widget input {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	letter-spacing: 1.5px;
	letter-spacing: 1.5rem;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	margin-right: 10px;
	margin-right: 1.0rem;
	padding: 16px 14px;	
	padding: 1.6rem 1.4rem;
	width: 30%;
}

.sidebar .enews-widget input, 
.footer-widgets .enews-widget input {
	width: 55%;	
}

.sidebar .enews-widget input[type="submit"],
.footer-widgets .enews-widget input[type="submit"] {
	width: auto;
}

.enews-widget input[type="submit"] {
	background-color: #000;
	color: #fff;
	margin: 0;
	/*width: 100%;*/
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
	background: #333;
	color: #fff;
}

.enews form + p {
	/*margin-top: 24px;*/
}

.front-page-2 form {
	background: rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding: 20px 0 5px;
	padding: 2rem 0 0.5rem;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
	padding: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
	padding-bottom: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: none;
	border: none;
    box-shadow: none;
}

[data-whatinput='keyboard'] :focus,
[data-whatinput='keyboard'] input:focus,
[data-whatinput='keyboard'] .gform_wrapper :focus {
	color: #333;
	outline: 1px solid #24509B;
	border: none;
    box-shadow: 0 0 8px #24509B;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #FFF;
	border-bottom: none;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	border-top: none;
}
/*.front-page .site-header {
	border-bottom: 1px solid #ddd;
	padding-top: 30px;
	padding-top: 3rem;
}*/

.featured-section .site-header {
	background-color: transparent;
	border:  none;
}

.site-header.light {
	background-color: #FFF;
	padding-top: 0;
}

.site-header.light .nav-secondary {
	/*display: none;*/
}

.admin-bar .site-header {
	top: 32px;
	top: 3.2rem;
}

/* # Slider
 ---------------------------------------------------------------------------------------------------- */
.tparrows:focus {
	background-color: #24509B;
	background-color: rgba(243, 145, 0, 0.85);
}

.widget_revslider.panel-first-child {
	margin-bottom: 0rem;	
}



/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
	width: 325px;
	height: 110px;
}

.site-header.light .title-area {
	padding: 0;
	height: 51px;
}

.site-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:hover {
	color: #fff;
}

.front-page .site-header .site-title a,
.front-page .site-header .site-title a:hover {
	color: #fff;
}

.front-page .site-header.light .site-title a,
.front-page .site-header.light .site-title a:hover {
	color: #fff;
}

.header-image .title-area,
.header-image .site-header.light .title-area {
	padding: 0;
}

.site-title {
	position: relative;
}

.site-title > a {
	position: absolute;
	height: 115px;
	width: 169px;
	top: -22px;
	margin-left: 15px;
	display: block;
	text-indent: -9999px;
	-webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
	background-image: url(images/mibag_flammen.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain!important;
}

.light .site-title > a {
	position: absolute;
	height: 36px;
	width: 100px;
	top: 8px;
	margin-left: 15px;
	display: block;
	text-indent: -9999px;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	background-image: url(images/mibag_ohne_flammen.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain!important;
}

@media only screen and ( -webkit-min-device-pixel-ratio: 1.3 ),
       only screen and (    min--moz-device-pixel-ratio: 1.3 ),
       only screen and (      -o-min-device-pixel-ratio: 2.6/2 ), /* returns 1.3, see Dev.Opera */
       only screen and (         min-device-pixel-ratio: 1.3 ),
       only screen and ( min-resolution: 124.8dpi ),
       only screen and ( min-resolution: 1.3dppx ) {
		.site-title > a {
			background-image: url( 'images/mibag_flammen@2x.png' );
		}
		.light .site-title > a {
			background-image: url( 'images/mibag_ohne_flammen@2x.png' );
		}
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
	
}

/* ## Ubermenu
--------------------------------------------- */


.site-header nav.ubermenu-main.ubermenu-loc-primary a {
	-webkit-transition: all 0s, background-color 0.4s ease-in-out, border 0.4s ease-in-out, outline 0.4s ease-in-out, color 0.4s ease-in-out;
    -moz-transition: all 0s, background-color 0.4s ease-in-out, border 0.4s ease-in-out, outline 0.4s ease-in-out, color 0.4s ease-in-out;
    -ms-transition: all 0s, background-color 0.4s ease-in-out, border 0.4s ease-in-out, outline 0.4s ease-in-out, color 0.4s ease-in-out;
    -o-transition: all 0s, background-color 0.4s ease-in-out, border 0.4s ease-in-out, outline 0.4s ease-in-out, color 0.4s ease-in-out;
    transition: all 0s, background-color 0.4s ease-in-out, border 0.4s ease-in-out, outline 0.4s ease-in-out, color 0.4s ease-in-out;
}

.site-header nav.ubermenu-main.ubermenu-loc-primary {
	margin-top: 60px;
	margin-top: 6.0rem;
	-webkit-transition: all 0s, background-color 0.4s ease-in-out, border 0.4s ease-in-out, outline 0.4s ease-in-out, color 0.4s ease-in-out, margin 0.15s ease-in-out;
    -moz-transition: all 0s, background-color 0.4s ease-in-out, border 0.4s ease-in-out, outline 0.4s ease-in-out, color 0.4s ease-in-out, margin 0.15s ease-in-out;
    -ms-transition: all 0s, background-color 0.4s ease-in-out, border 0.4s ease-in-out, outline 0.4s ease-in-out, color 0.4s ease-in-out, margin 0.15s ease-in-out;
    -o-transition: all 0s, background-color 0.4s ease-in-out, border 0.4s ease-in-out, outline 0.4s ease-in-out, color 0.4s ease-in-out, margin 0.15s ease-in-out;
    transition: all 0s, background-color 0.4s ease-in-out, border 0.4s ease-in-out, outline 0.4s ease-in-out, color 0.4s ease-in-out, margin 0.15s ease-in-out;
} 

.site-header.light nav.ubermenu-main.ubermenu-loc-primary {
	margin-top: 0px; /*14px;*/
	margin-top: 0.0rem; /*1.4rem; */
	-webkit-transition: all 0s, background-color 0.4s ease-in-out, border 0.4s ease-in-out, outline 0.4s ease-in-out, color 0.4s ease-in-out, margin 0.4s ease-in-out;
    -moz-transition: all 0s, background-color 0.4s ease-in-out, border 0.4s ease-in-out, outline 0.4s ease-in-out, color 0.4s ease-in-out, margin 0.4s ease-in-out;
    -ms-transition: all 0s, background-color 0.4s ease-in-out, border 0.4s ease-in-out, outline 0.4s ease-in-out, color 0.4s ease-in-out, margin 0.4s ease-in-out;
    -o-transition: all 0s, background-color 0.4s ease-in-out, border 0.4s ease-in-out, outline 0.4s ease-in-out, color 0.4s ease-in-out, margin 0.4s ease-in-out;
    transition: all 0s, background-color 0.4s ease-in-out, border 0.4s ease-in-out, outline 0.4s ease-in-out, color 0.4s ease-in-out, margin 0.4s ease-in-out;
} 


/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	line-height: 1;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 300;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	padding: 30px 15px;
	padding: 3.0rem 1.5rem;
	text-transform: uppercase;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover {
	color: #24509B;
}

.site-header.light .genesis-nav-menu a {
	/*padding: 30px 15px;*/
}

.site-header.light .genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu li.highlight a:hover::before {
	color: #fff;
}

.genesis-nav-menu li.highlight > a {
	font-weight: 800;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #222;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 20px;
	padding: 2rem;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
	background-color: #24509B;
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -53px 0 0 199px;
	margin: -5.3rem 0 0 19.9rem;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	padding: 2.7rem 2rem;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	padding: 0 2.0rem 2.0rem;
	width: 50%;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	text-align: left;
	
}

.nav-primary .genesis-nav-menu {
	float: left;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	/* border-bottom: 1px solid #444; */
}

/* Footer Navigation
--------------------------------------------- */

.nav-footer .genesis-nav-menu {
	padding: 20px 0;
	padding: 2rem 0;
}

.nav-footer .genesis-nav-menu a {
	border: none;
	font-weight: 400;
	letter-spacing: 3px;
	letter-spacing: 0.3rem;
	margin: 0 20px;
	margin: 0 2rem;
	padding: 0;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	text-align: center;
}

.responsive-menu-icon::before {
	color: #aaa;
	content: "\f333";
	font: normal 24px/1 "dashicons";
	margin: 0 auto;
}

.nav-secondary .responsive-menu-icon {
	margin: 10px auto 0;
	margin: 1rem auto 0;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* Front Page
--------------------------------------------- */

.image-section,
.solid-section {
	clear: both;
	text-align: center;
	width: 100%;
}

.image-section {
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}

.image-section .widget-area {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.image-section,
.image-section a {
	color: #fff;
}

.image-section a:hover,
.image-section .featured-content .entry-title a:hover {
	color: #24509B;
}

.solid-section {
	background-color: #fff;
}

.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7,
.front-page-8,
.front-page-9,
.front-page-10,
.front-page-11,
.front-page-12,
.front-page-13 {
	/*margin-top: -54px;*/
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding;
	background-clip:         padding-box;
	position: relative;
	z-index: 9;
}

.front-page-1,
.front-page-4,
.front-page-5,
.front-page-7,
.front-page-9,
.front-page-12 {
	/*background-attachment: fixed;*/
	background-position: 50% 0;
	background-repeat: no-repeat;
	/*-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;*/
}

.front-page-1 {
	max-height: 740px;
	position: relative;
}

.front-page-1 .image-section {
	/*padding-top: 200px;*/
}

.front-page-1 p {
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 1px;
}

.front-page-2 .image-section {
	background: #24509B;
	padding: 60px 0 20px;
}

.front-page-2 {
	margin-left: auto;
	margin-right: auto;
	margin-top: -160px;
	position: relative;
	width: 1000px;
}

.front-page-2 h4 {
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.front-page-2 .wrap {
	padding: 0 5%;
}

.front-page-2 h3 {
	line-height: 1.5;
	margin-bottom: 20px;
}

.front-page-2 p {
	margin-bottom: 15px;
}

.front-page-2 .flexible-widgets {
	padding: 0;
}

.front-page-3 .solid-section h4 {
	margin-bottom: 20px;
}

.front-page-4 {
	background-color: #191a1c;
}

.front-page-4 img {
	margin-bottom: 20px;
}

.home-mid {
	background: #f3f3f3;
}

.home-mid-inner {
	margin: 0 auto;
	max-width: 1200px;
}

.home-mid-left {
	float: left;
	margin-top: 200px;
	padding: 0;
	width: 25%;
}

.home-mid-right {
	background: #fff;
	float: right;
	margin-top: 120px;
	padding: 70px;
	width: 70%;
}

.front-page-9 {
	background-color: #24509B;
}

.front-page-12 {
	background-color: #f3f3f3;
}

.front-page-12 .image-section {
	color: #333;
}

.front-page-12 .image-section a {
	color: #24509B;
}

.secondary-nav .front-page-1 .image-section {
	padding-top: 150px;
}

.bottom-image {
	margin-bottom: -160px;
	margin-top: 50px;
}

.bottom-image img {
	margin-bottom: -10px;
}

.front-page .field-wrap:last-child {
	margin-bottom: 0;
}

.fp-left {
	float: left;
	display: inline-block;
	margin-top: 100px;
	padding: 0;
	position: relative;
	text-align: left;
	width: 49%;
	vertical-align: top;
}

.fp-right {
	display: inline-block;
	margin: 0;
	max-width: none;
	padding: 0;
	position: relative;
	text-align: left;
	width: 40%;
	vertical-align: top;
}

.fp-right img {
	max-width: none;
}

.fp-left2 {
	display: inline-block;
	margin: 0;
	max-width: none;
	min-height: 700px;
	padding: 0;
	position: relative;
	text-align: left;
	width: 40%;
	vertical-align: top;
}

.fp-right2 {
	float: right;
	display: inline-block;
	margin-top: 100px;
	padding: 0;
	position: relative;
	text-align: left;
	width: 49%;
	vertical-align: top;
}

.fp-left2 img {
	max-width: none;
	position: absolute;
	right: 0;
}

.fp-left ul,
.fp-right2 ul {
	margin-bottom: 40px;
}

.fp-left li,
.fp-right2 li {
	list-style-type: disc;
	margin-left: 24px;
	margin-bottom: 5px;
}

/* Dashicons
--------------------------------------------- */

.front-page .dashicons {
	font-size: 40px;
	font-size: 4rem;
	height: 40px;
	height: 4rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	width: 40px;
	width: 4rem;
}

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets {
	padding: 140px 0 120px;
	padding: 14rem 0 12rem;
}

.flexible-widgets .widget {
	margin: 0 0 40px;
	margin: 0 0 4rem;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	background: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
}

.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
	margin-left: 0;
}

.flexible-widgets.widget-halves h2,
.flexible-widgets.widget-thirds h2,
.flexible-widgets.widget-fourths h2 {
	font-size: 36px;
	font-size: 3.6rem;
}

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding: 0;
}

.content .entry {
	/*background-color: #fff;*/
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-bottom: 2.8rem;
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.content ol ol,
.content ul ul {
	margin-bottom: 0;
}


.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
	padding-top: 2.4rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

/* ## After Entry
--------------------------------------------- */

.after-entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.after-entry h3 {
	font-size: 20px;
	font-size: 2.0rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
	margin: 4rem 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #333;
	color: #656565;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 4px 12px;
	padding: 0.4rem 1.2rem;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #24509B;
	text-decoration: underline;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.entry-comments {
	padding: 40px 0;
	padding: 4rem 0;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

li.comment { }

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
	padding: 2.4rem;
}

/* # Mibag styles */
.copy-red {
	color: #C20016;
}
.copy-red li {
	color: #C20016;
}

.copy-blue {
	color: #24509B;
}
.copy-blue li {
	color: #24509B;
}

.copy-white {
	color: #FFF;
}
.copy-white li {
	color: #FFF;
}


.explode-width {
	opacity: 0.0;
	-webkit-transition: opacity 0.5s; /* Safari */
    transition: opacity 0.5s;
	margin: 0px auto;
	position: relative;
}

.explode-width-container {
	position: relative;
    width: 100%;
    height: auto;
}


/* # Additional Content Elements
---------------------------------------------------------------------------------------------------- */

.mibag-boxes {
	text-align: center;
}

.mibag-box {
	width: 212px;
	height: 212px;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: left;
	border: 10px solid #e0e0e0;
	color: #24509b;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: bold;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 26px;
	padding: 15px;
	-webkit-transition: color 0.2s, background-color 0.2s; /* Safari */
    transition: color 0.2s, background-color 0.2s;
	display: inline-block;
	/*float: left;*/
	vertical-align: top;
}

.mibag-box:last-child {
	margin-right: 0;
}

.mibag-box.mibag-blue,
.mibag-box.mibag-red{
	background-color: #FFF;
}

.mibag-box:hover { 
	-webkit-transition: color 0.2s, background-color 0.2s; /* Safari */
    transition: color 0.2s, background-color 0.2s;
}

a.mibag-box:hover {
	background-image:  url(images/mibag-box-nav.png);
	background-repeat: no-repeat;
	background-position: bottom 15px right 15px;
}

.mibag-box.mibag-blue:hover {
	background-color: #24509b;
	color: #FFF;
}

.mibag-box.mibag-red:hover {
	background-color: #c20016;
	color: #FFF;
}

.mibag-competences-box {
	width: 261px;
	height: 261px;
	background-color: #c20016;
	border: 10px solid #e0e0e0;
	color: #FFF;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 30px;
	line-height: 3.0rem;
	padding: 22px 26px 22px 26px;
	margin-top: 73px;
	margin-left: 15px;
	overflow: hidden;
}

.mibag-competences-box div {
	width: 100%;
}

.vc-content-centered {
	text-align: center;
}


.mibag-competences-header {
	background-color: #24509b;
	height: 160px;
}

.mibag-competences-intro {
	margin-top: 170px;
}

.mibag-competences-header-container {
	margin-bottom: 0px;
	margin-bottom: 0rem;
}

.mibag-competences-header {
	background-color: #24509b;
	height: 160px;
}

.mibag-competences-intro {
	margin-top: 170px;
}


.competences-breadcrumbs-offset-col {
	padding-bottom: 30px;
	padding-bottom: 3rem;
}
.competences-breadcrumbs {
	padding-bottom: 30px;
	padding-bottom: 3rem;
}


/* # STANDORTE */

.mibag-standort-liste .wpb_text_column.wpb_content_element .wpb_wrapper p:first-of-type {
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
}

.mibag-standort-liste .wpb_text_column.wpb_content_element .wpb_wrapper p a {
	text-decoration: underline;
	padding-bottom: 5px;
	padding-bottom: 0.5rem;
	display: inline-block;
}

body .mibag-standort-liste .wpb_wrapper .vc_tta-panel-body .wpb_text_column.wpb_content_element a,
body .vc_tta-panel-body .wpb_text_column.wpb_content_element a {
	display: inline-block;
}

.wpb_single_image.vc_align_left.wpb_content_element {
	margin-bottom: 15px;
}

/*.vc_tta-accordion .vc_tta-panel-body .wpb_single_image img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' 	values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
	filter: gray;

}*/


/*! Gray v1.6.0 (https://github.com/karlhorky/gray) | MIT */
.grayscale,
.vc_tta-accordion .vc_tta-panel-body .wpb_single_image img {
	/* Firefox 10-34 */
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");

	/*
      Chrome 19+,
      Safari 6+,
      Safari 6+ iOS,
      Opera 15+
    */
	-webkit-filter: grayscale(1);

	/* Firefox 35+ */
	filter: grayscale(1);

	/* IE 6-9 */
	filter: gray;
}

.grayscale.grayscale-fade,
.vc_tta-accordion .vc_tta-panel-body .wpb_single_image img.grayscale-fade {
	transition: filter .5s;
}

/* Webkit hack until filter is unprefixed */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.grayscale.grayscale-fade,
	.vc_tta-accordion .vc_tta-panel-body .wpb_single_image img.grayscale-fade {
		-webkit-transition: -webkit-filter .5s;
		transition:         -webkit-filter .5s;
	}
}

.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover,
.vc_tta-accordion .vc_tta-panel-body .wpb_single_image img.grayscale-off,
.vc_tta-accordion .vc_tta-panel-body .wpb_single_image img.grayscale-off:hover {
	-webkit-filter: grayscale(0);
	filter:         grayscale(0);
}

/* Background element */
.grayscale.grayscale-replaced,
.vc_tta-accordion .vc_tta-panel-body .wpb_single_image img.grayscale-replaced {
	-webkit-filter: none;
	filter:         none;
}

.grayscale.grayscale-replaced > svg,
.vc_tta-accordion .vc_tta-panel-body .wpb_single_image img.grayscale-replaced > svg {
	-webkit-transition: opacity .5s ease;
	transition:         opacity .5s ease;
	opacity: 1;
}

.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg,
.vc_tta-accordion .vc_tta-panel-body .wpb_single_image img.grayscale-replaced.grayscale-off > svg ,
.vc_tta-accordion .vc_tta-panel-body .wpb_single_image img.grayscale-replaced.grayscale-fade:hover > svg
{
	opacity: 0;
}


/* # MEDIA */

.mibag-mediacenter-header-container {
	margin-bottom: 60px;
}
.mibag-mediacenter-header {
	background-color: #24509b;
	height: 120px;
}
.mibag-mediacenter-header-content {
	font-size: 38px;
	font-size: 3.8rem;
	line-height: 38px;
	line-height: 3.8rem;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	margin-top: 36px;
	margin-top: 3.6rem;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
}
.mibag-mediacenter-header-filter {
    font-size: 12px;
    font-size: 1.2rem;
    color: #FFF;
}
.mibag-mediacenter-header-filter a {
	padding-left: 15px;
	padding-right: 15px;
	color: #FFF;
	border-right: 1px solid #FFF;
}
.mibag-mediacenter-header-filter a:last-child {
	border-right: none;
}
.mibag-mediacenter-header-filter a:hover {
	color: #C20016;
}
.mibag-mediacenter-header-filter a.filter-on {
	color: #FFF;
	text-decoration: underline;
}

.media-item {
	border: 10px solid #e0e0e0;
	margin-right: 20px;
	margin-bottom: 22px;
	display: block; 
	cursor: pointer;
}
.media-item .media-item-image > a {
	background-size: cover;
	background-position:  center center;
}
.media-item.box-size-2x2 {
	width: 360px;
	height: 360px;
	position: relative;
	float: left;
}
.media-item.box-size-2x2 .media-item-image > a,
.media-item.box-size-2x2 .media-item-overlay {
	width: 340px;
	height: 340px;
	display: block; 
}
.media-item.box-size-2x3 {
	width: 360px;
	height: 540px;
}
.media-item.box-size-2x3 .media-item-image > a,
.media-item.box-size-2x3 .media-item-overlay {
	width: 340px;
	height: 520px;
	display: block; 
}
.media-item.box-size-2x4 {
	width: 360px;
	height: 740px;
}
.media-item.box-size-2x4 .media-item-image > a,
.media-item.box-size-2x4 .media-item-overlay {
	width: 340px;
	height: 720px;
	display: block; 
}
.media-item.box-size-4x2 {
	width: 740px;
	height: 360px;
}
.media-item.box-size-4x2 .media-item-image > a,
.media-item.box-size-4x2 .media-item-overlay {
	width: 720px;
	height: 340px;
	display: block; 
}
.media-item.box-size-4x4 {
	width: 740px;
	height: 740px;
}
.media-item.box-size-4x4 .media-item-image > a,
.media-item.box-size-4x4 .media-item-overlay {
	width: 720px;
	height: 720px;
	display: block; 
}

.media-item .media-item-info {
	position: absolute;
	bottom: 24px;
	padding-left: 28px;
	padding-right: 105px;
	width: 100%;
	transition: all 0.8s ease-in-out;
}

.media-item .media-item-title {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 32px;
	line-height: 3.2rem;
	color: #FFF;
	padding: 0;
	margin: 0;
}

.media-item .media-item-title-small
{
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #FFF;
	padding: 0;
	margin: 0;
}

.media-item .media-item-title, .media-item .media-item-subtitle  {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
	color: #FFF;
}

.media-item:hover .media-item-title a {
	color: #FFF;
}
.media-item .media-item-subtitle {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	color: #FFF;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

.media-item .media-item-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.2);
	background-image: none;
	background-position: right 20px bottom 20px;
	background-repeat: no-repeat;
	opacity: 1.0;
	transition: all 0.2s;
	
}
.media-item:hover .media-item-overlay {
	background-color: rgba(36, 80, 155, 0.6);
	/*background-image: url(images/mibag-box-nav-l.png);*/
	opacity: 1.0;
	transition: all 0.2s;
}


#breadcrumbs {
	margin-top: 12px;
	margin-top: 1.2rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
}

.featherlight .caption {
	position: absolute;
    bottom: 0px;
    background-color: #FFF;
    padding: 1rem 2rem 1rem 2rem;
	white-space: pre-line;
}

body .featherlight .featherlight-content {
    padding: 0;
	overflow: hidden;
	margin-left: 5%;
    margin-right: 5%;
    max-height: 90%;
	border-bottom: none;
}

body .featherlight-previous {
	top: 25px;
	bottom: 25px;
	transition: all 0.3s ease-in-out;
}
body .featherlight-previous:hover {
	transition: all 0.3s ease-in-out;
}
body .featherlight-previous span {
	left: 27%;
	text-indent: -9999px;
	display: inline-block;
	background-image: url(images/prev.png);
	width: 74px;
	height: 74px;
	opacity: 0.5;
	transition: all 0.3s ease-in-out;
}
body .featherlight-previous:hover span {
	opacity: 1.0;
	transition: all 0.3s ease-in-out;
}

body .featherlight-next {
	top: 25px;
	bottom: 25px;
	transition: all 0.3s ease-in-out;
}
body .featherlight-next:hover {
	transition: all 0.3s ease-in-out;
}
body .featherlight-next span {
	right: 27%;
	text-indent: -9999px;
	display: inline-block;
	background-image: url(images/next.png);
	width: 74px;
	height: 74px;
	opacity: 0.5;
	transition: all 0.3s ease-in-out;
}
body .featherlight-next:hover span {
	opacity: 1.0;
	transition: all 0.3s ease-in-out;
}

.media-gallery-hidden {
	display: none;
}

/** MEDIA SINGLE (POSTS) **/

/** no-bottom-margin **/
.nbm {
	margin-bottom: 1px;
}

.post-breadcrumbs {
	margin-bottom: 50px;
	margin-bottom: 5.5rem;
}

.mibag-posts-header {
	 
}


.mibag-posts-header-container {
	margin-bottom: 10px;
}

.mibag-posts-header.header-type-color {
	height: 415px;
}

.mibag-posts-header.header-type-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 415px;
}

.mibag-posts-header.header-type-slider {
	height: auto;
}

.mibag-posts-file {
	background-image: url(images/download-icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 67px;
	min-height: 67px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 16px;
	line-height: 1.6rem;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	color: #24509a;
	display: flex;
    justify-content: flex-start; /* align horizontal */
    align-items: center; /* align vertical */
	margin-bottom: 10px;
	margin-bottom: 1.0rem;
}

.mibag-posts-file:hover {
	background-image: url(images/download-icon-red.png);
	color: #C20016
}




/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.sidebar p {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;	
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #C20016;
	clear: both;
	text-align: left;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.1;
}

.footer-widgets .large {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

.footer-widgets .wrap {
	padding-bottom: 1px;
	padding-bottom: 0.1rem;
	padding-top: 35px;
	padding-top: 3.5rem;
}

.footer-widgets,
.footer-widgets a {
	color: #fff;
}

.footer-widgets a {
	font-weight: 400;
}

.footer-widgets input {
	border: 1px solid #333;
}

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

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.footer-widgets .widget {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	margin: 0 0 20px 0;
	width: 33%;
	float: left;
	padding: 13px 20px 0px 20px;
	min-height: 50px; 
}

.footer-widgets-1 {
	border-right: 1px dashed #FFF;
	text-align: left;
}

.footer-widgets-2 {
	border-right: 1px dashed #FFF;
	text-align: center;
}

.footer-widgets-3 {
	text-align: right;
	
}


/* # Plans
---------------------------------------------------------------------------------------------------- */

.plans {
	margin-top: 60px;
	margin-top: 6rem;
}

.plan {
	background: #fff;
	border: 1px solid #ddd;
	color: #333;
	float: left;
	padding: 60px 20px;
	padding: 6rem 2rem;
	width: 25%;
}

.popular {
	background: #24509B;
	border: none;
	color: #fff;
	position: relative;
	transform: scale(1.06);
	-webkit-transform: scale(1.06);
}

.plan h2 {
	font-size: 62px;
	font-size: 6.2rem;
	font-weight: 300;
}

.popular h2 {
	color: #fff;
}

.plan .price {
	font-size: 90px;
	font-size: 9rem;
	font-weight: 400;
	margin: 0 0 20px;
	margin: 0 0 2rem;
}

.plan sup {
	font-size: 30px;
	font-size: 3rem;
	top: -1.36em;
}

.plan .monthly {
	font-size: 18px;
	font-size: 1.8rem;
}

.plan small {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0;
}


/*
Portfolio
---------------------------------------------------------------------------------------------------- */

.entry-portfolio {
	margin: 0 0 40px;
	margin: 0 0 4rem;
	padding: 0;
}

.content .portfolio {
	background: none;
	float: left;
	margin: 0 2% 40px 0 !important;
	margin: 0 2% 4rem 0 !important;
	overflow: hidden;
	padding: 0;
	width: 30.555555555%;
}

.portfolio .post-image {
	border: none;
	margin: 0 0 10px;
	padding: 0;
}

.portfolio .post-image:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	opacity: 0.6;
}

.portfolio .post .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	margin: 10px 0;
}

.portfolio .entry-title a {
	color: #333;
}

.portfolio .entry-title a:hover {
	color: #4c5e6b;
}
	
.portfolio .entry-title a {
	margin: 0;
	text-decoration: none;
}

.portfolio .entry-meta {
	display: none;
}

.portfolio .more-link {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	display: block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
	margin: 20px 0 0;
	margin: 2rem 0 0;
	text-align: center;
	text-decoration: none;	
	max-width: 150px;
}
	
.content .portfolio .more-link:hover {
	background: #555;
	color: #fff;
}

.portfolio-clear {
	clear: none;
}

.portfolio-clear-2 {
	clear: both;
}


/* # Miscelaneous
---------------------------------------------------------------------------------------------------- */

.uppercase {
	text-transform: uppercase;
}

.tiny {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
}

.tiny2 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
}

small {
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
}

.italic {
	font-style: italic;
}

.centered {
	margin: 0 auto;
	text-align: center;
}

.author-circle {
	border: 4px solid #fff;
	border-radius: 50px;
}

.quote {
	background: #fff;
	border-radius: 6px;
	border: 1px solid #ddd;
	color: #888;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 20px 40px;
	padding: 2rem 4rem;
}

.quote-arrow {
	background-image: url(images/quote-arrow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 10px;
	margin: 0 0 1rem;
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
	position: relative;
}

.quote-black {
	background: #121212;
	border-radius: 6px;
	border: 1px solid #353535;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 20px 40px;
	padding: 2rem 4rem;
}

.quote-arrow-black {
	background-image: url(images/quote-arrow-black.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 10px;
	margin: 0 0 1rem;
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
	position: relative;
}

.quote-black a {
	color: #aaa;
}

.quote-black p {
	color: #fff;
}

.left-content {
	float: left;
	padding: 0 20px 0 0;
	padding: 0 2rem 0 0;
	text-align: left;
}

.left-content .fa,
.right-content .fa {
	padding: 40px 0;
	padding: 4rem 0;
}

.right-content {
	overflow: hidden;
	text-align: left;
}

.left-content,
.right-content h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
}

.leftrow {
	background: #fff;
	color: #333;
	float: left;
	min-height: 320px;
	padding: 70px 30px 40px;
	padding: 7rem 3rem 4rem;
	text-align: left;
	width: 60%;
}

.rightrow {
	background: rgba(23, 148, 255, 0.8);
	color: #fff;
	float: right;
	min-height: 320px;
	padding: 70px 30px 40px;
	padding: 7rem 3rem 4rem;
	text-align: center;
	width: 40%;
}

.features {
	text-align: left;
}

.features .fa {
	font-size: 40px;
	font-size: 4rem;
	float: left;
	padding: 0 20px 0 0;
	padding: 0 2rem 0 0;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

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

div.pp_default .pp_content,
div.light_rounded .pp_content {
	background-color: #000 !important
}

div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_content_container .pp_right,
div.pp_default .pp_content_container .pp_content,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
	background: none !important;
}

.journal-title {
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	text-transform: uppercase;	
}

#journal hr {
	border: 1px solid #ddd;
	margin: 30px 0;
	margin: 3rem 0;
	width: 100px;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.to-top {
	display:inline-block;
	height:66px;
	width:66px;
	position:fixed;
	bottom:40px;
	right:10px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap; 
	/*background:rgba(36,80,155,0.8) url(images/to-top.svg) no-repeat center 50%;*/
	background-image: url(images/up-blue-s.png);
	background-position: center center;
	background-repeat: no-repeat;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
	z-index: 999;
}

.to-top:hover,
.to-top.top-is-visible:hover {
	background-image: url(images/up-blue-s.png);
	opacity:1;
}

.to-top.top-is-visible {
	visibility:visible;
	opacity:.7;
}

.to-top.top-fade-out {
	opacity:.5;
}
.to-top.top-fade-out:hover {
	opacity:1;
}

.no-touch .to-top:hover {
	background-image: url(images/up-white-s.png);
	opacity:1;
}


.site-footer {
	background-color: #c20016;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 1px 0;
	padding: 0.1rem 0;
	text-align: center;
	text-transform: uppercase;
}

.site-footer p {
	font-size: 12px;
	font-size: 1.2rem;
   	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	margin-bottom: 0;
}

body .site-footer a {
	color: #fff;
}

body .site-footer a:hover,
body .site-footer a:focus {
	color: #24509B;
}

[data-whatinput='keyboard'] .site-footer a:focus {
	color: #FFF;
}

/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translateY(20px); }
    to { opacity: 1; -webkit-transform: translateY(0); }
} 

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
} 

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1800px) {
	
	.front-page-1,
	.front-page-4,
	.front-page-5,
	.front-page-7,
	.front-page-9,
	.front-page-12 {
		-webkit-background-size: auto;
		-moz-background-size:    auto;
		background-size: auto;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 1140px;
	}
	.single-trades .content,
	.single-trades.full-width-content .content {
		/* max-width: 1140px; */
		max-width: 700px;
	}
	
}

@media only screen and (max-width: 1200px) {
	
	.site-inner,
	.wrap {
		max-width: 960px;
	}
	
	.category-mediacenter .site-inner,
	.category-news .site-inner,
	.category-karriere .site-inner,
	.category-mediacenter .wrap,
	.category-news .wrap,
	.category-karriere .wrap {
		max-width: 100%;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary {
		width: 300px;
	}
	
	.title-area {
		width: 210px;
	}
	
	.mibag-competences-box {
		width: 220px;
    	height: 220px;
		font-size: 26px!important;
		font-size: 2.6rem!important;
		line-height: 26px!important;
		line-height: 2.6rem!important;
	}
	
	body .vc_tta-title-text {
		font-size: 14px;
	}
	body .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
		padding-left: 36px;
	}
	body .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
		left: 18px;
	}
	
	body .vc_tta-panel-body {
		font-size: 80%;
	}
	body .vc_tta-panel-body p {
		margin-bottom: 20px;
		margin-bottom: 2.0rem;
	}
	body .mibag-standort-liste .wpb_wrapper .vc_tta-panel-body .wpb_text_column.wpb_content_element a,
	body .vc_tta-panel-body .wpb_text_column.wpb_content_element a {
		font-size:100%;
	}
	body .mibag-standort-liste .wpb_wrapper .wpb_text_column.wpb_content_element h4 {
		font-size: 90%;
	}
	body .mibag-standort-liste .wpb_wrapper .wpb_text_column.wpb_content_element a {
		font-size: 90%;
	}
	body .mibag-standort-liste .wpb_wrapper > h2 {
		font-size: 20px!important;
	}


}

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

	.front-page-2 {
		padding: 0 5%;
		width: 100%;
	}
	
}	



@media only screen and (min-width: 1024px) {
	.to-top {
		height:60px;
		width:60px;
		right:30px;
		bottom:30px;
	}
}


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

	body .ubermenu.ubermenu-responsive .ubermenu-column:nth-of-type(2n+1) {
		clear: none;
	}
	
	.site-title > a,
	.light .site-title > a{
		right: 10px;
		height: 85px;
		width: 126px;
		top: -22px;
		margin-left: 15px;
		background-image: url(images/mibag_flammen.png);
	}
	
	.site-header .title-area,
	.site-header.light .title-area {
		height: 80px;
	}
	
	.site-inner,
	.wrap {
		max-width: 768px;
	}
	.site-inner {
		padding: 0 15px 0 15px;
	}
	
	.secondary-nav .site-inner {
		margin-top: 80px;
		margin-top: 8rem;
	}

	.front-page .site-inner {
		max-width: 768px;
	}

	.site-header {
		position: static;
	}
	
	.site-header .wrap {
		padding: 0 0 0 0;
	}
	
	.site-header.light,
	.site-header {
		padding-top: 0;
	}
	
	.front-page .site-header {
		background-color: #000;
	}
	
	.front-page .site-header > .wrap {
		border: none;
	}

	.content,
	.sidebar,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.site-header .title-area,
	.site-header.light .title-area {
		/*padding: 15px 0;
		padding: 1.5rem 0;*/
	}
	
	.header-image .title-area, 
	.header-image .site-header.light .title-area {
		padding: 0;
	}
	
	
	
	.genesis-nav-menu,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	
	.header-image .site-title > a {
		background-position: center !important;
	}
	
	.nav-primary .genesis-nav-menu {
		float: none;
	}
	
	.nav-secondary,
	.site-header.light .nav-secondary {
		border-bottom: none;
		display: block;
	}

	.genesis-nav-menu a,
	.site-header.light .genesis-nav-menu a {
		padding: 10px 10px 20px;
		padding: 1rem 1rem 2rem;
	}
	
	.site-header nav.ubermenu-main.ubermenu-loc-primary {
		margin-top: 0;
	}

	.front-page .site-inner {
		margin-top: 0;
	}
	
	.front-page-1,
	.front-page-4,
	.front-page-5,
	.front-page-7,
	.front-page-9,
	.front-page-12 {
		/*background-attachment: scroll;*/
		-webkit-background-size: auto;
		-moz-background-size:    auto;
		background-size:         auto;
	}

	.site-inner {
		margin-top: 0px;
		margin-top: 0rem;
	}

	.full-width-content .content {
		padding: 0;
	}

	.full-width-content img.pull-left {
		margin-left: 0;
	}

	.full-width-content img.pull-right {
		margin-right: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0 0 40px;
		margin: 0 0 4rem;
		width: 100%;
	}
	
	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.flexible-widgets.widget-fourths .widget {
		margin: 0 auto 20px;
		margin: 0 auto 2rem;
		width: 100%;
	}
	
	.front-page-1 .image-section,
	.secondary-nav .front-page-1 .image-section {
		padding-top: 0;
	}
	
	.plan .price {
		font-size: 60px;
		font-size: 6rem;
	}
	
	.plan sup {
    	font-size: 30px;
		font-size: 3rem;
    	top: -.7em;
	}
	
	.enews-widget input {
		width: 40%;
	}
	
	.single-trades .content,
	.single-trades.full-width-content .content {
		/* max-width: 768px; */
		max-width: 660px;
	}
	
	.header-push {
		display: none;	
		
	}
	.site-header nav.ubermenu-main.ubermenu-loc-primary {
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	} 
	
	.site-header.light nav.ubermenu-main.ubermenu-loc-primary {
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	
	.footer-widgets {
		padding-left: 15px;
    	padding-right: 15px;
	}    
	
	.competences-breadcrumbs-offset-col.one-fourth.first {
		width: 25%;
	}
	.competences-breadcrumbs.three-fourths {
		width: 74%;
		padding-left: 15px;
	}
	.mibag-competences-box {
		width: 180px;
    	height: 180px;
		font-size: 22px!important;
		font-size: 2.2rem!important;
		line-height: 22px!important;
		line-height: 2.2rem!important;
		padding: 16px 18px 16px 18px;
		margin-left: 0px;
	}
	
	.competences .vc_col-sm-3 h2 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 20px;
		line-height: 2rem;
	}
	
	body .vc_tta-title-text {
		font-size: 12px;
	}
	body .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
		padding-left: 36px;
	}
	body .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
		left: 13px;
	}
	body .vc_tta-panel-body {
		font-size: 70%;
	}
	body .vc_tta-panel-body p {
		margin-bottom: 12px;
		margin-bottom: 1.2rem;
	}
	body .mibag-standort-liste .wpb_wrapper .vc_tta-panel-body .wpb_text_column.wpb_content_element a,
	body .vc_tta-panel-body .wpb_text_column.wpb_content_element a
	{
		font-size:100%;
	}
	body .mibag-standort-liste .wpb_wrapper .wpb_text_column.wpb_content_element h4 {
		font-size: 80%;
	}
	body .mibag-standort-liste .wpb_wrapper .wpb_text_column.wpb_content_element a {
		font-size: 80%;
	}
	body .mibag-standort-liste .wpb_wrapper > h2 {
		font-size: 18px!important;
	}
}

@media only screen and ( -webkit-min-device-pixel-ratio: 1.3 ) 		and (max-width: 1023px),
       only screen and (    min--moz-device-pixel-ratio: 1.3 ) 		and (max-width: 1023px),
       only screen and (      -o-min-device-pixel-ratio: 2.6/2 ) 	and (max-width: 1023px), /* returns 1.3, see Dev.Opera */
       only screen and (         min-device-pixel-ratio: 1.3 ) 		and (max-width: 1023px),
       only screen and ( min-resolution: 124.8dpi ) 				and (max-width: 1023px),
       only screen and ( min-resolution: 1.3dppx ) 					and (max-width: 1023px) {
		.site-title > a {
			background-image: url( 'images/mibag_flammen@2x.png' );
		}
		.light .site-title > a {
			background-image: url( 'images/mibag_flammen@2x.png' );
		}
}

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

	/*.site-inner,
	.wrap {
		max-width: 768px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
		padding: 2rem 1.6rem;
	}

	.site-header .search-form {
		margin: 16px auto;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.features .main-img {
		padding-top: 0;
	}
	
	*/
	.mibag-competences-intro {
		margin-top: 0px;
	}
	
	.mibag-competences-header-container {
		margin-bottom: 70px;
		margin-bottom: 7rem;
	}
	.mibag-competences-box {
		margin-left: 70px;
		margin-left: 7rem;
		margin-top: 25px;
		margin-top: 2.5rem;
	}
	
	.media-item.box-size-4x2 {
		width: 740px;
		height: 360px;
		max-width: 100%
	}
	.media-item.box-size-4x2 .media-item-image > a,
	.media-item.box-size-4x2 .media-item-overlay {
		width: 720px;
		height: 340px;
		display: block; 
		max-width: 100%
	}
	.media-item.box-size-4x4 {
		width: 740px;
		height: 740px;
		max-width: 100%
	}
	.media-item.box-size-4x4 .media-item-image > a,
	.media-item.box-size-4x4 .media-item-overlay {
		width: 720px;
		height: 720px;
		display: block; 
		max-width: 100%
	}
	
	

}

@media only screen and (min-width: 761px) {
	.to-top {
		right:20px;
		bottom:20px;
	}
}


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

	
	.mibag-box {
		width: 180px;
		height: 180px;
		font-size: 20px;
		font-size: 2rem;
		line-height: 20px;
		line-height: 2rem;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 10px;
	}

	.front-page-2 form {
		background: none;
	}

	.plan {
		float: none;
		margin: 0 auto 40px;
		margin: 0 auto 4rem;
		width: 75%;
	}
	
	.popular {
	    transform: none;
	    -webkit-transform: none;
	}
	
	.footer-widgets .wrap {
		padding-top: 20px;
		padding-top: 2rem;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
		text-align: left;
		border-left: none;
		border-right: none;
		padding-left: 10px;
		padding-right: 0;
		margin: 0 auto;
		min-height: 0px;
		
	}
	
	.footer-widgets .large {
		font-size: 14px;
	}
	
	
	.competences-breadcrumbs-offset-col {
		padding-bottom: 0px;
		padding-bottom: 0rem;
	}
	.competences-breadcrumbs {
		padding-bottom: 30px;
		padding-bottom: 3rem;
	}
	.mibag-competences-header-container {
		margin-bottom: 40px;
		margin-bottom: 4rem;
	}
	
	body .vc_tta-title-text {
		font-size: 14px;
	}
	body .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
		padding-left: 40px;
	}
	body .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
		left: 18px;
	}
	body .vc_tta-panel-body {
		font-size: 90%;
	}
	body .vc_tta-panel-body p {
		margin-bottom: 20px;
		margin-bottom: 2.0rem;
	}

	
}


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

	.content .portfolio {
		width: 48%;
	}
	
	.portfolio-clear {
		clear: both;
	}
	
	.portfolio-clear-2 {
		clear: none;
	}
	
	.content .portfolio .post-image {
		width: 100%;
	}
	
}

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

	.front-page-1,
	.front-page-4,
	.front-page-5,
	.front-page-7,
	.front-page-9,
	.front-page-12 {
		background-size: cover;
	}

}

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

	.content .portfolio {
		text-align: center;
		width: 100%;
	}
	
	.content .portfolio .post-image {
		width: 100%;
	}
	
	.content .portfolio .more-link {
		margin: 20px auto 0;
		margin: 2rem auto 0;
		padding: 6px;
		padding: 0.6rem;
		width: 60%;
	}

	.image-section h4,
	.solid-section h4 {
		font-size: 34px;
		font-size: 3.4rem;
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}
	
	.front-page-2 .image-section h4 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.enews-widget input {
		width: 100%;
	}
	
	.left-content,
	.right-content {
		text-align: center;
		width: 100%;
	}
	
	.left-content .fa,
	.right-content .fa {
		padding: 20px;
		padding: 2rem;
	}
	
	body .lsow-container .lsow-onecol.lsow-zero-margin, 
	body .lsow-container .lsow-twocol.lsow-zero-margin, 
	body .lsow-container .lsow-onefifthcol.lsow-zero-margin, 
	body .lsow-container .lsow-threecol.lsow-zero-margin, 
	body .lsow-container .lsow-fourcol.lsow-zero-margin, 
	body .lsow-container .lsow-fivecol.lsow-zero-margin, 
	body .lsow-container .lsow-sixcol.lsow-zero-margin, 
	body .lsow-container .lsow-sevencol.lsow-zero-margin, 
	body .lsow-container .lsow-eightcol.lsow-zero-margin, 
	body .lsow-container .lsow-ninecol.lsow-zero-margin, 
	body .lsow-container .lsow-tencol.lsow-zero-margin, 
	body .lsow-container .lsow-elevencol.lsow-zero-margin {
		width: 100%;
	}
	



}

@media only screen and (max-width: 450px) {
	.mibag-box {
		width: 140px;
		height: 140px;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 16px;
		line-height: 1.6rem;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 10px;
	}
}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
		top: -10rem;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

.ubermenu-icon.fa.fa-chevron-down {
	position: relative;
}
.ubermenu-icon.fa.fa-chevron-down:before {
	border-color: #ffffff;
	content: ''!important;
	border-style: solid;
	border-width: 3px 3px 0 0;
	display: inline-block;
	height: 10px;
	position: absolute;
	right: -11px;
	top: 1px;
	transform: rotate(135deg);
	vertical-align: top;
	width: 10px;
}
li:hover .ubermenu-icon.fa.fa-chevron-down:before {
	border-color: #444;
}
