/*
Theme Name: Henne
Theme URI: https://afterimagedesigns.com/ws/
Author: Winning Solutions
Author URI: https://afterimagedesigns.com/
Description:  Henne theme
Version: 1.0.99
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ws
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Fonts
# Typography
# Elements
# Forms
# Header blocks
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Visual composer
# Shortcodes
# Footer

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

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;
}

a:active,
a:hover {
  outline: 0;
}

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 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 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;
}

:focus { outline:0 !important; }

/*--------------------------------------------------------------
# Fonts \inc\assets\fonts
--------------------------------------------------------------*/
/* Open Sans - 300  */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans'),local(OpenSans),
       url('./inc/assets/fonts/OpenSans-Light.ttf')  format('truetype');
}
/* Open Sans - 400  */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'),local(OpenSans),
       url('./inc/assets/fonts/OpenSans-Regular.ttf')  format('truetype');
}
/* Open Sans - 500  */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: local('Open Sans'),local(OpenSans),
       url('./inc/assets/fonts/OpenSans-SemiBold.ttf')  format('truetype');
}
/* Open Sans - 700  */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans'),local(OpenSans),
       url('./inc/assets/fonts/OpenSans-Bold.ttf')  format('truetype');
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.75; /*28px*/
  font-weight: 300;
  color: #5f5f5f;
}
.high-light {
    color: #c00418;
}

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e900";
}
.icon-menu:before {
  content: "\e901";
}
.icon-chevron-down:before {
  content: "\e902";
}
.icon-chevron-left:before {
  content: "\e903";
}
.icon-chevron-right:before {
  content: "\e904";
}
.icon-chevron-up:before {
  content: "\e905";
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin-top: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;

}
h1 {
    /* font-size: 3rem;
    font-weight: 600; */
    font-size: 2.5rem;
    font-weight: 400;
  padding-bottom: 10px;
  line-height: 1.2;
  color: #c00418

}
h2 {
  font-size: 2.5rem; /*40px;*/
  font-weight: 400;
  padding-bottom: 0.3em;
  line-height: 1.2;
  color: #c00418
}
h3 {
  font-size: 1.9375rem; /*   31px  1.5625rem 25px;*/
  line-height: 1.4;
  color: #c00418;
  font-weight: 700
}
h4 {
  font-size: 1.5625rem; /*25px;*/
  color: #c00418;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 24px;
}
h5 {
  font-size: 1rem; /*16px;*/
  line-height: 1.75;
  font-weight: 500
}
h6 {
  font-size: 1rem; /*14px;*/
  line-height: 1.14;
  font-weight: 700
}

p {
  margin-bottom: 1.5em;
  /* text-align: justify; */
}
h1.post-title {
    margin-bottom: 0;
    padding-bottom: 5px;
}
h2.entry-title {
}
h3.widget-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  color: #4a4a4b;
  margin-top: 0;
  margin-bottom: 18px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

.subtitle {
    font-weight: 300;
    font-size: 1.5625rem; /*25px;*/
    margin-bottom: 10px;
}
.nowrap {
  white-space:nowrap;
}
.narrow-text {
  text-align: justify;
}
.bottom-margin > * {
  margin-bottom: 50px
}
/*   */

b, strong {
    font-weight: 700;
}

blockquote {
    display: block;
    border-width: 2px 0;
    border-style: solid;
    border-color: #eee;
    padding: 30px 0 15px;
    margin: 15px 0 15px;
    position: relative;
    font-style: italic;
    font-weight: bolder;
}
blockquote:before {
    content: '\201C';
    position: absolute;
    top: 0em;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 3rem;
    height: 2rem;
    font: 6em/1.08em 'PT Sans', sans-serif;
    color: #c00418;
    text-align: center;
}
/*
blockquote:after {
  content: "\2013 \2003" attr(cite);
  display: block;
  text-align: right;
  font-size: 90%;
  color: #c00418;
}
*/
/*  */
.entry-content ul {
    padding-left: 0
}
/* ul to show in visual composer text widget */
.wpb_text_column ul, ul.red-icon {
    padding-left: 0;
    margin-bottom: 40px
}
/* .wpb_text_column ul li:before, ul.red-icon li:before {
    content: '>';
    color: #c00418;
    font-weight: bold;
    padding-right: 8px;
    display: table-cell;
    width: 20px;
} */
/**/
.entry-content .widget_text ul, .wpb_text_column ul, ul.red-icon {
    margin-left:-3px
}
.entry-content .widget_text ul li, .wpb_text_column ul li, ul.red-icon li  {
    list-style-type: none;
    display: table;
    width: 100%;
}
.wpb_text_column ul li, ul.red-icon li {
    line-height: 1.4;
    margin-bottom: 10px;
}

.entry-content .widget_text ul li:before,
.wpb_text_column ul li:before, ul.red-icon li:before {
    font-weight: bold;
    padding-right: 5px;
    display: table-cell;
    content: '\e904';
    font-family: 'icomoon' !important;
    font-size: 14px;
    color: #c00418;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    pointer-events: none;
    text-rendering: auto;
    width: 20px;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header blocks
--------------------------------------------------------------*/
/* header high menu block  */
.high-menu {
    background-color: #c00418;
    padding: 50px 0;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    display:none;
    z-index:9999
}
.high-menu .container {
    position: relative;
}
.high-menu-head {
    height: 53px;
    margin: 0 0 40px;
}
.high-menu-head img {
    float: left;
}
.high-menu-head .high-menu-close {
    float:right;
    width: 43px;
    height:43px;
    padding:12px;
    cursor:pointer;
    border:1px solid #fff;
    background-color: transparent;
    transition: background-color .5s
}
.high-menu-close svg {
    stroke: #fff;
    stroke-width: 2px
}
.high-menu-close:hover {
    background-color: rgba(0,0,0,0.7);
}

/* widget menu shortcode */
.high-menu .footer-menu-title, .high-menu .footer-submenu-title, .high-menu .footer-menu li a {
    color: rgba(255,255,255,1);
}
.high-menu .footer-menu a:hover, .high-menu .footer-menu a:focus, .high-menu .footer-menu a.active {
    color: rgba(255,255,255,0.5);
}
.high-menu .second-column {
    padding-bottom: 30px
}
.high-menu .second-column:before, .high-menu .second-column:after {
    content:'';
    position: absolute;
    top:0;
    bottom:0;
    width:1px;
    background-color: rgba(255,255,255,0.3);
}
.high-menu .second-column:before {
    left:-26px;
}
.high-menu .second-column:after {
    right:26px
}
/*--------------------------------------------------------------
# Header social block
--------------------------------------------------------------*/
.social-block {
    width: 60px;
    top: 50%;
    margin-top: -100px;
    right: 0;
    position: fixed;
    z-index: 9;
}
.social-block a {
    background-color: rgba(0,0,0,0.7);
    color:#fff;
    font-size: 35px;
    width:60px;
    height:65px;
    text-align: center;
    display:block;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    transition: background-color .5s
}
.social-block a:last-child {
    border-bottom-width: 0
}
.social-block a:hover {
    color:#fff;
    background-color: rgba(0,0,0,1);
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
    width: 100%;
    top: 0;
    padding: 8px 0 23px;
    position: fixed;
    z-index: 9;
    background-color: #fff;
}
header#masthead:before {
    content: '';
    position: absolute;
    top:0;
    left:0;
    height: 8px;
    width: 100%;
    background-color: #c00518;
}
.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  display:inline-block;
  position: relative;
  z-index:999
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #c00418;
  transition: color .5s
}
a:hover, a:focus {
  text-decoration: underline;
  color: #c00418;
}

.red-button, .search-submit {
  padding: 13px 18px 13px 32px;
  color: #ffffff;
  background-color: #c00418;
  border:1px solid #c00418;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  transition: all .5s;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: background-color .5s;
  cursor:pointer;
}

.red-button:before {
    position: absolute;
    left: 12px;
    content: '\e904';
    font-size: 16px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.red-button:hover, .search-submit:hover, .red-button:focus, .search-submit:focus {
    text-decoration: none;
    background-color: #fff;
    color: #c00418;
}

/* breadscrumb  */
.breadscrumb-home {
    position: absolute;
    top:80px;
    z-index: 1
}
.page-breadscr {
    padding:18px 0 20px;
    display: table;
    width: 100%
}
.breadcrumbs li {
    list-style-type: none;
    float:left;
    font-size: 13px;
    font-weight: 300;
    margin-right:7px;
    color: #b1b1b1;
}
.breadcrumbs li:before {
    padding-right:6px;
    content: '\e904';
    font-size: 12px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.breadcrumbs {
    padding-left: 0;
}
.breadcrumbs a {
    color: #b1b1b1;
/*    text-transform: uppercase;*/
    display: inline-block;
    position: relative;
    transition: color .5s
}
.breadcrumbs a:hover {
    color:#c00418;
    text-decoration: none;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

.navbar-nav a {
  text-decoration: none;
}
#masthead .navbar-nav > li > a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 1px;
  color: #4a4a4b;
  position: relative;
  transition: color .5s
}
/* #masthead .navbar-nav > li.nav-item:last-child > a {
    padding-right: 0
} */
#masthead .navbar-nav > li.active > a,
#masthead .navbar-nav > li > a:hover,
#masthead .navbar-nav > li.current-menu-parent > a,
#masthead .navbar-nav > li.current-menu-ancestor > a {
  color: #c00418;
}
#masthead .navbar-nav > li.dropdown.show > a {
  z-index: 1001;
  color: #aaa
}
.navbar-brand {
  height: auto;
  padding: 0 0 9px;
}
.navbar-collapse {
  -webkit-justify-content: flex-end; /* Safari */
  justify-content:         flex-end;
}
.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-toggle::after,
.dropdown-menu .dropdown-toggle::after {
  display: none;
}



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

.dropdown-item {
  line-height: 1.2;
  padding: 0.5rem .5rem;
  text-transform: uppercase;
  color: #333344;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 1px;
}

.dropdown-menu {
  /* min-width: 12.500rem; */
  top: -12px;
  font-size: 14px;
  background-color: #fff;
  padding-top:45px;
  box-shadow: 0px 14px 20px rgba(33,33,36,0.09);
  border-radius: 0;
  border:none
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 100%;
  top: 0;
  padding-top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu > li:hover > a, .dropdown-menu > li.active > a,
.dropdown-menu > li.current_page_parent > a {
  color: #3c82e5;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0.5rem 0;
  }

  #masthead .navbar-nav > li > a {
      padding-bottom: 0.725rem;
      padding-top: 0.4rem;
  }

  .navbar-light .navbar-toggler {
    /* border: medium none; */
    outline: none;
  }
}

/*   uber menu */
.ubermenu .ubermenu-item .ubermenu-submenu-drop {    
/*    transition-delay: 0.2s;*/
    overflow:hidden!important;
    box-shadow: 0 0 20px -10px rgba(0,0,0,.15)!important;
}
.ubermenu-main > .ubermenu-nav > li:last-child > span {
    padding-right: 0!important;
    padding-left: 40px;
    margin-right: -5px
}
.ubermenu-main > .ubermenu-nav > li:last-child > span svg path {
    fill: #c00418;
}​
/**/


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 3em 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%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# 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;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  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
--------------------------------------------------------------*/
.align-justify {
  text-align:justify;
}
.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;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
#primary.col-lg-8 {
    padding-top: 8px;
}
#secondary .widget:not(:last-child) {
    margin-bottom:30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e6e6e6;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}
.widget_nav_menu .nav-link {
    padding: .5rem 0;
    color: #333344;
    text-decoration: none;
}
.widget_nav_menu .nav-link:hover, .widget_nav_menu .nav-link:focus {
    text-decoration: underline;
    color: #1ed5a7
}

/* search widget */
.widget-search-field,
.widget-search-submit {
    background-color: #4a4a4b;
    color: #fff;
    font-weight: 300;
    height: 49px;
    border: none;
    border-radius: 0;
}
.widget-search-field.form-control {
    font-size: 20px;
    padding: .375rem 0 .375rem 1.6rem;
}
.widget-search-submit {
    font-size: 22px;
    padding: .375rem 1.6rem ;
}
.widget-search-form .form-control:focus {
    color: #fff;
    background-color: #4a4a4b;
}
.widget-search-form input::placeholder {
    color: #fff;
    opacity: 1;
}
.widget-search-form input:-ms-input-placeholder {
    color:#fff;
}
.widget-search-form input::-ms-input-placeholder {
    color: #fff;
}

/* archive by year widget  */
.jqhelp_archives {
    position: relative;
}
.jqhelp_archives h3.widget-title {
    margin-bottom: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6
}
.archiv_year {
    border:none;
    /* position: absolute;
    top:0;
    right:0; */
    font-size: 20px;
    font-weight: 300;
}
/* change select by adding wrapper */
.select-wrapper {
    position: absolute;
    top:-5px;
    right:-5px;
}
.select-wrapper:before {
    content: '\e902';
    font-family: 'icomoon' !important;
    font-size: 24px;
    color: #c00418;
    speak: none;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -19px;
    pointer-events: none;
    text-rendering: auto;
}
select.archiv_year {
  padding-right: 30px;
  padding-left: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* CAUTION: IE hackery ahead */
select.archiv_year::-ms-expand {
    display: none; /* remove default arrow in IE 10 and 11 */
}
/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select.archiv_year {
        background:none\9;
        padding: 5px\9;
    }
}
/**/

.archiv_posts ul {
    padding-left: 0;
    margin-left: -4px;
    margin-bottom: 40px
}
.archiv_posts ul li {
    list-style-type: none;
    display: table;
    width: 100%;
    line-height: 1.4;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6
}
.archiv_posts ul li:before {
    content: '\e904';
    font-size: 17px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    color: #c00418;
    padding-right: 5px;
    padding-top: 2px;
    display: table-cell;
    width: 16px;
    vertical-align: top;
}
.archiv_posts ul li a {
    display:block;
    text-transform: uppercase;
    font-weight: 500;
    color:#4a4a4b
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*  top line header */
.top-line {
    height: 40px;
    margin-bottom: 10px
}

/*--------------------------------------------------------------
## WPML switcher
--------------------------------------------------------------*/
#language_list a {
    padding-left:50px;
    background: url('images/lang_map.png') no-repeat left center;
    color:#4a4a4b;
    display: block;
}
#language_list a:hover, #language_list a:focus {
    color:#c00418;
    text-decoration: none;
}
/**/
.high-menu-button.red-menu {
/*    border-left:1px solid #c00418;*/
	border-left:none;
    margin-left:20px;
    padding-left: 30px;
    color:#c00418;
    line-height: 30px;
    font-size: 36px;
    padding-top: 10px;
}
.lang-on .red-menu.high-menu-button {
	border-left: 1px solid #c00418;
}

.high-menu-button:hover {
    color: #4a4a4b;
    text-decoration: none
}
.high-menu-button i {
    vertical-align: bottom;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 90px;
  padding-top:145px;
}

/**/
.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

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

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

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 1rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/* Home page */
.vc_row.home-tabs {
    margin-top:0!important;
    margin-bottom: 18px!important;
    padding-top:4px;
    background-image: -moz-linear-gradient(top, rgba(74,74,75,1) 0%, rgba(74,74,75,1) 100%); /* FF3.6-15 */
    background-image: -webkit-linear-gradient(top, rgba(74,74,75,1) 0%,rgba(74,74,75,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background-image: linear-gradient(to bottom, rgba(74,74,75,1) 0%,rgba(74,74,75,1) 100%);
    background-size: 100% 63px;
    background-repeat: no-repeat;
}
/*
.home-tabs:before {
    background-color: #4a4a4b;
    top: 0;
    left: 0;
    right: 0;
    height: 63px;
    width: 100%;
    position: absolute;
}
*/
.vc_tta-tab {
    position: relative;
}

.wpb-js-composer .home-tabs .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab>a {
    padding: 14px 15px;
    font-size: 18px;
    border-width: 0;
}
.wpb-js-composer .home-tabs .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab>a,
.wpb-js-composer .home-tabs .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active>a {
    border-color: transparent;
    background-color: transparent;
    color: #fff;
    background-image: none;
    border-right: 1px solid rgba(255,255,255,0.2);
}
.wpb-js-composer .home-tabs .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab:first-child>a {
    padding-left: 0
}
.wpb-js-composer .home-tabs .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab:last-child>a {
    border-right-width: 0
}
.wpb-js-composer .home-tabs .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab>a:focus,
.wpb-js-composer .home-tabs .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab>a:hover {
    background-color: transparent
}

.wpb-js-composer .home-tabs .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active:after,
.wpb-js-composer .home-tabs .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab>a:focus:after,
.wpb-js-composer .home-tabs .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab>a:hover:after {
	top: 100%;
	left: 84px;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(74, 74, 75, 0);
	border-top-color: #4a4a4b;
	border-width: 16px;
	margin-left: -16px;
}
.wpb-js-composer .home-tabs .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active:first-child:after,
.wpb-js-composer .home-tabs .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab:first-child>a:focus:after,
.wpb-js-composer .home-tabs .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab:first-child>a:hover:after {
    left: 64px;
}
.wpb-js-composer .home-tabs .vc_tta.vc_general .vc_tta-panels,
.wpb-js-composer .home-tabs .vc_tta.vc_general .vc_tta-panels-container {
    margin-top:65px
}


/*  single post */
h2.post-general-title {
    margin-bottom:60px
}
.single-post .entry-content .vc_section, .single-post .entry-content > .vc_row {
    margin-bottom: 0;
    margin-top: 0;
}
.single-post header.entry-header {
    margin: 40px 0 0;
    position: relative;
}
.news-date {
    background-color: #c00418;
    color:#fff;
    text-align: center;
    width:49px;
    height:49px;
    margin-right: 2px;
    float: left;
    padding: 4px 5px
}
.news-date div {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px
}
.news-date div:first-child {
    border-bottom:1px solid #fff
}
.cat_icon { float:left}

.single-post h1.post-title {
    margin-left: 130px;
    margin-bottom: 40px;
    padding-top: 10px;
    color: #4a4a4b;
    font-size: 1.5625rem;
    font-weight: 400
}
.post-meta {
  color: #8d8e96;
  font-weight: 600;
  position: absolute;
  top:0;
  left:0
}

.item-img {
    margin:48px 0 12px
}

/*  single Karriere */
.single-karriere h3,
h3.block-title,
.wpb_text_column h3,
.single-karriere h3.header_with_scroll {
    font-size: 1.5625rem; /*25px;*/
    font-weight: 300;
    color: #4a4a4b;
    text-transform: none;
}

.single-karriere .entry-header {
    margin-bottom: 32px
}

.download-button {
    margin:20px 0
}


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

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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 {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
.bx-wrapper .bx-controls-direction a {
    z-index:8!important
}
/*--------------------------------------------------------------
# Visual Composer
--------------------------------------------------------------*/
.wpb_text_column ul li a {
    color: #5f5f5f
}
.vc_row.align-columns {
    display: flex;
}
.vc_row.align-columns>.vc_column_container.columns-justify {
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.vc_row.align-columns>.vc_column_container.columns-justify>.vc_column-inner>.wpb_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 30px;
}

.vc_desktop article .entry-footer, .vc_mobile article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content, .vc_mobile #content.site-content {
  /* padding-bottom: 0; */
  padding-top:145px;
  margin-top:0
}

.vc_desktop .entry-content, .vc_mobile .entry-content {
  margin-top: 0;
}

.wpb_content_element {
  /* position: relative; */
  z-index: 1
}
/* wpb_gallery_slides wpb_flexslider flexslider_fade flexslider  */
/*.wpb_gallery_slides.wpb_flexslider.flexslider {display:table}*/
/*   */
.section-title {
    /* padding-left: 65px;
    background: url('images/red_icon.png') no-repeat left top; */
    margin-bottom: 0;
    margin-top: 14px;
}
.section-subtitle {
    font-size: 1.5625rem; /*  25px	*/
}

/* dark section - change text colors to white */
.dark-block,
.dark-block h1, .dark-block h2, .dark-block h3, .dark-block h4, .dark-block h5 { color:#fff}

/* shadow for blue section */
.section-shadow {
  box-shadow: 0 5px 6px rgba(57, 123, 218, 0.3);
}

/* numbered section */
.ws_section_number {
  position: relative;
  text-align: center;
  font-family: arial, sans-serif;
  font-weight: bold;
  line-height: 0.8;
  z-index: 0;
  opacity:0.1
}
/* tour element - only styled (settings Modern - Square - White) */
.wpb-js-composer .ws-tour.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
  border-color: transparent;
  background:transparent;
  border-bottom-width: 2px
}
.wpb-js-composer .ws-tour.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .ws-tour.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus,
.wpb-js-composer .ws-tour.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover {
    border-color: transparent;
    background:transparent;
    border-bottom-color: #1ed5a7;
}
.wpb-js-composer .ws-tour.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .ws-tour.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after,
.wpb-js-composer .ws-tour.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before {
    border-color: transparent;
    padding: 14px 0;
}
.wpb-js-composer .ws-tour.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title>a {
    background: 0 0;
    padding: 14px 0;
    color: #bbb;
}
.wpb-js-composer .ws-tour.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title>a,
.wpb-js-composer .ws-tour.vc_tta.vc_general .vc_tta-panel-title>a:focus,
.ws-tour.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a:hover {
    color: #333344;
}
@media (min-width: 768px) {
  .wpb-js-composer .ws-tour.vc_tta-color-white.vc_tta-style-modern .vc_tta-tab>a {
      border-color: transparent;
      background: transparent;
      color: #bbb;
      letter-spacing: 1px;
      font-weight: 700;
      line-height: 24px;
      text-transform: uppercase;
      padding: 10px 0 0;
      margin-bottom: 8px;
      max-width: 200px;
      border-bottom-width: 2px
  }
  .wpb-js-composer .ws-tour.vc_tta-color-white.vc_tta-style-modern .vc_tta-tab.vc_active>a,
  .wpb-js-composer .ws-tour.vc_tta-color-white.vc_tta-style-modern .vc_tta-tab>a:focus,
  .wpb-js-composer .ws-tour.vc_tta-color-white.vc_tta-style-modern .vc_tta-tab>a:hover {
      border-color: transparent;
      border-bottom-color: #1ed5a7;
      background: transparent;
      color: #333344;
  }
  .wpb-js-composer  .ws-tour.vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
      background-color: transparent;
  }
  .wpb-js-composer .ws-tour.vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    padding-left: 35px;
    background: transparent
  }
  .wpb-js-composer  .ws-tour.vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
  .wpb-js-composer  .ws-tour.vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
  .wpb-js-composer  .ws-tour.vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before {
      border-color: transparent;
  }
}

/* horizontal_tabs */
.wpb-js-composer .vc_tta.vc_general.horizontal_tabs  .vc_tta-panel-body {
  padding-bottom: 0
}
.horizontal_tabs .vc_tta-tabs-container {
  float: left;
}
.wpb-js-composer .vc_tta.vc_general.horizontal_tabs .vc_tta-tabs-list {
  display: flex!important;
  flex-direction: column;
  margin-right: 45px
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat.horizontal_tabs .vc_tta-tab>a {
  background-color: #fff;
  color: #bbb;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  padding: 10px 0 0;
  border: none;
  margin-bottom: 10px;
  max-width: 200px;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat.horizontal_tabs .vc_tta-tab>a:focus,
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat.horizontal_tabs .vc_tta-tab>a:hover,
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat.horizontal_tabs .vc_tta-tab.vc_active>a {
  background-color: #fff;
  color: #333344;
}
.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.horizontal_tabs .vc_tta-tab.vc_active>a::after {
  display: none;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat.horizontal_tabs .vc_tta-tab>a:focus:before,
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat.horizontal_tabs .vc_tta-tab>a:hover:before,
.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.horizontal_tabs .vc_tta-tab.vc_active>a::before,
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat.horizontal_tabs .vc_tta-tab.vc_active>a:before {
  content: '';
  position: absolute;
  top:100%;
  left:0;
  right:0;
  height: 2px;
  background-color: #1ed5a7;
}


/*  logos */
.ws_logos {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.ws_logos img {
  margin: 30px 28px 10px
}

/* ws_writeus  */
.ws_writeus {
  text-align: center;
}
.ws_writeus h2 {
  font-size: 2.25rem; /*36px;*/
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 5px
}
.ws_writeus .subtitle {
  margin-bottom: 22px
}

/* recent posts */
.recent-posts {
  padding-top: 5px;
}
.recent-posts a {
  text-decoration: none;
}
.recent-post {
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-right: 15px
}
.recent-post:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1ed5a7;
    opacity: 0;
    transition: opacity .5s;
}
.recent-post:hover:before, .recent-post:focus:before {
    opacity: 0.9;
}
.recent-posts h3 {
  margin-top: 20px;
}
.recent-posts a:hover h3 {
  text-decoration: underline;
}
.posts-count > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 60px;
  color:#fff!important;
  font-size: 32px;
  font-weight: normal;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction:         column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  transition: opacity .5s
}
.posts-count img {
  transition: opacity .5s
}
.posts-count:hover img, .posts-count:focus img{
  opacity: 0.6
}
.posts-count span {
  opacity: 0.56;
  font-size: 20px;
  padding-top:15px
}
.posts-count:hover span, .posts-count:focus span{
  opacity: 1
}

/**/
h2.title_with_subtitle {
  padding-bottom: 5px;
  margin: 5px 0 0;
}

/*  text with image icon */
.ws_image_text {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items:         flex-start;
  margin:30px 0;
}
.ws_image_text img {
  margin-right: 20px
}
.ws_image_text h2 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  padding: 0;
  line-height: 1.3;
}
.ws_image_text .description {
}

/*  Featured block */
.ws_featured_block {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #333344;
  padding: 30px 24px 40px;
  text-align: center;
  position: relative;
  z-index: 1
}
.ws_featured_block .block_text {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}
.ws_featured_block .blue-button {
    border-radius: 26px;
    padding: 12px 16px 18px;
    min-width: 280px;
}
/*  ws accordion - only style for accordion element (for styles Modern - Square - White)*/
.ws-accordion {
}
.wpb-js-composer .ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel h2.vc_tta-panel-title {
    padding: 0
}

.wpb-js-composer .ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
  border-color: transparent;
  border-bottom-color: #e7e7e7;
  background: transparent
}
.wpb-js-composer .dark-block .ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
  border-color: transparent;
  border-bottom-color: rgba(255,255,255,0.2);
  background: transparent
}
.wpb-js-composer .filled-header.ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
  background: rgba(38,38,38,0.05)
}
.wpb-js-composer .ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title>a {
    color: #262626;
    padding: 14px 0;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px
}
.wpb-js-composer .dark-block .ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title>a {
    color: rgba(255,255,255,0.6);
}
.wpb-js-composer .filled-header.vc_tta.vc_general .vc_tta-panel {
    margin-bottom: 10px;
}
.wpb-js-composer .filled-header.ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title>a {
    color: #262626;
    padding: 14px 20px;
}

.wpb-js-composer .ws-accordion.vc_tta.vc_tta-style-modern .vc_tta-panel.vc_active+.vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer .ws-accordion.vc_tta.vc_tta-style-modern .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.wpb-js-composer .ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus,
.wpb-js-composer .ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
.wpb-js-composer .ws-accordion.vc_tta.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .ws-accordion.vc_tta.vc_tta-style-modern .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
  margin-bottom: 0;
  margin-top: 0;
}
.wpb-js-composer .ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
  background: transparent;
  padding: 20px 0 24px;
}
.wpb-js-composer .ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus,
.wpb-js-composer .ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover {
    border-color: transparent;
    border-bottom-color: #1ed5a7;
    background-color: transparent;
}
.wpb-js-composer .filled-header.ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .filled-header.ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus,
.wpb-js-composer .filled-header.ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover {
    border-bottom-color: transparent;
    background-color: #1ed5a7;
}

.wpb-js-composer .dark-block .ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .dark-block .ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus,
.wpb-js-composer .dark-block .ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover {
    border-bottom-color: #fff;
}
.wpb-js-composer .filled-header.ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .filled-header.ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus,
.wpb-js-composer .filled-header.ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover {
    border-bottom-color: transparent;
}
.wpb-js-composer .ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title>a,
.wpb-js-composer .ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title>a:focus,
.wpb-js-composer .ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title>a:hover {
  color: #1ed5a7;
}
.wpb-js-composer .filled-header.ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title>a,
.wpb-js-composer .filled-header.ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title>a:focus,
.wpb-js-composer .filled-header.ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title>a:hover,
.wpb-js-composer .dark-block .ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title>a,
.wpb-js-composer .dark-block .ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title>a:focus,
.wpb-js-composer .dark-block .ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title>a:hover {
  color: #fff;
}
.wpb-js-composer .ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after,
.wpb-js-composer .ws-accordion.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before {
    border-color: transparent;
}
/* custom classes on sections  */
.page-title-block {
  margin: 60px 0 140px!important;
}
/*   classes from vc custom elements*/
.city-name {
    font-size: 20px;
    font-weight: 500;
    line-height: 45px;
    text-transform: uppercase;
    padding-left: 15px
}
/* for 2column design - empty space between columns*/
@media (min-width: 1200px) {
    .single-post .col-lg-8 #main {
        max-width:660px
    }
    .container.container-full {
        max-width:100%;
        position: relative;
    }
    #masthead nav.navbar {
        position: relative;
        width: 100%;
        clear: both;
    }
    .ubermenu.ubermenu-main {
        width: 1114px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -32px;
    }

  /* .narrow_columns .vc_column_container.vc_col-sm-6:nth-of-type(1) { */
    .narrow_columns .vc_column_container.wpb_column:first-child {
      padding-left: 100px;
      padding-right: 40px;
  }
  /* .narrow_columns .vc_column_container.vc_col-sm-6:nth-of-type(2) { */
    .narrow_columns .vc_column_container.wpb_column:last-child {
      padding-left: 40px;
      padding-right: 100px;
  }
  .row.narrow_columns .col-md-6:nth-of-type(1) {
      padding-left: 165px;
      padding-right: 56px;
  }
  .row.narrow_columns .col-md-6:nth-of-type(2) {
      padding-left: 56px;
      padding-right: 165px;
  }
}
.gradient-bgr {
  background-image: linear-gradient(to top, rgba(242, 242, 244, 0.23) 0%, rgba(242, 242, 244, 0) 100%);
}

.entry-content .vc_section.no-margin, .entry-content > .vc_row.no-margin {
  margin-bottom:0;
  margin-top:0
}

/*  social share */
.ws_share_block, .addtoany_content .addtoany_header {
  border-top:1px solid #eee
}
.ws_share_block h4, .addtoany_content .addtoany_header {
  font-size: 16px;
  color: #5f5f5f;
  text-transform: initial;
  font-weight: 300;
  margin: 55px 0 24px;
}
.addtoany_content .addtoany_header {
    padding-top:35px
}
.addtoany_list {
  margin-left:-5px
}
.addtoany_list a, .widget .addtoany_list a {
  padding: 0 6px!important;
  border-right:1px solid #ddd!important
}
.addtoany_list a:first-child, .widget .addtoany_list a:first-child {
    padding-left:0!important
}
.addtoany_list a:last-child, .widget .addtoany_list a:last-child {
  padding-right: 0;
  border-right-width: 0
}
.addtoany_list a:hover span {
    opacity:1!important
}
.addtoany_list a svg:hover path {
  fill:#c00418!important;
  transition: fill .5s
}
/*--------------------------------------------------------------
# Shortcodes
--------------------------------------------------------------*/
/* .site-header .ubermenu-main.ubermenu-transition-shift .ubermenu-item .ubermenu-submenu-drop {
    margin-top: 40px;
} */
/* menu_gebrauchfahrzeuge */
.m_disable {
    display:none;
}

.menu_item_col1, .menu_item_col2 {
    padding: 6px 0;
    line-height: 1.2;
    cursor:pointer;
    border-bottom: 1px solid #eee;
    display: table;
    width: 100%;
}
.menu_item_col1:before, .menu_item_col2:before {
    content: '\e904';
    font-size: 14px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: table-cell;
    width: 20px;
}
.menu_item_col1.m_active, .menu_item_col2.m_active,
.menu_item_col1.m_active a, .menu_item_col2.m_active a,
.menu_item_col1.current, .menu_item_col2.current,
.menu_item_col1.current a, .menu_item_col2.current a {
    color: #c00418;
}

.menu_gebr {
    padding-top: 40px;
    padding-bottom: 60px
}
.menu_gebr a {
    color: #4a4a4b
}
.menu_gebr a.contacts_link {
    color: #c00418;
    display:block;
    margin-top:15px;
    width:506px;
    max-width:100%;
    float:right;
    clear:both
}
.menu_gebr a:hover {
    color: #c00418;
    text-decoration: none;
}
h4.submenu-title {
    font-weight: 300;
    margin:-8px 0 30px
}
.first-images {
    float:right;
    width: 130px;
    margin-right: 3px
}
.icon-container {
    background-color: #c00418;
    width: 130px;
    height: 104px;
    margin-bottom: 3px;
    overflow: hidden;
}
.menu_col3_first_image {
}
.menu_col3_second_image {
    float: right;
}

/* two column text */
.twocolumn {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    text-align: justify;
}


/* geschaftsbereiche-box images with text */
.ws-geschaftsbereiche {
    margin:40px 0;
}
.ws-geschaftsbereiche-box {
    cursor:pointer;
}
.ws-geschaftsbereiche-box h4 {
    font-size: 20px;
    color: #4a4a4b;
    line-height: 1.1;
    margin: 10px 0 40px;
    text-transform: none;
}
.geschaftsbereiche-img {
    position:relative;
    background-color: rgba(111,111,111,1);
}
.geschaftsbereiche-img img {
    width:272px;
    transition: filter .5s
}
.geschaftsbereiche-img .image-marker {
    color: #fff;
    background-color: rgba(111,111,111,0.8);
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 18px;
    right: 18px;
    text-align: center;
    transition: background-color .5s;
}
.ws-geschaftsbereiche-box:hover .image-marker {
    background-color:#c00418;
    content: '\e902';
}
.ws-geschaftsbereiche-box .image-marker span {
    display: inline-block;
    line-height: 50px;
    height:50px;
    width:50px;
    font-size: 35px;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    transition: transform .5s

}
.ws-geschaftsbereiche-box .image-marker span:before {
    display: inline-block;
    width: 50px;
    text-align:center;
    -webkit-backface-visibility: hidden;
    backface-visibility:hidden;
    transform-style: preserve-3d;
    transform: rotate(0deg);
    transition: transform .5s

}
.ws-geschaftsbereiche-box:hover .image-marker span:before  {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.ws-geschaftsbereiche-box:hover .geschaftsbereiche-img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.4
}
.ws-geschaftsbereiche-tab h2, .ws-geschaftsbereiche-tab h3, .ws-geschaftsbereiche-tab h4 {
    font-weight: 300;
    color: #4a4a4b;
    text-transform: none;
}

/* color and size for header with scroll on   */
.single-geschaftsbereiche .header_with_scroll {
    font-size: 25px;
    color:#c00418;
}

/*  ansprechpartner block search result */
#ansprechpartner_block .not-found {
    border-left:2px solid #c00418;
    padding-left:10px;
    font-weight:400;
    text-transform:uppercase
}
#ansprechpartner_block .anspr-content {
    border-top:1px solid #e6e6e6;
    margin-top:60px;
}
#ansprechpartner_block h3 {
    font-weight: 400;
    font-size: 1.56rem;
    margin: 80px 0 70px
}
#ansprechpartner_block .topic {
    font-size: 	1.125rem;
    font-weight: 400;
    margin-bottom: 50px;
    color:#4a4a4b;
    text-transform:uppercase
}
/* ansprechpartner item  */
.ansprechpartner-item {
    line-height: 1.25;
    margin-bottom:40px;
}
.ansprechpartner_name {
    font-weight: 500;
    margin-top:20px
}
.support-area {
    margin-top:15px;
}
.ansprechpartner_info {
    margin:15px 0 20px
}
.ansprechpartner_info > div span {
    display:inline-block;
    width: 45px;
}
/* refresh button*/
.partner-refresh {
    position:absolute;
    top: 20px;
    left: 15px;
    right: 15px;
    bottom:-100px;
    background-color: rgba(0,0,0,0.1);
    justify-content:center;
    align-items:center;
}
.visible-block  .partner-refresh {
    display:none
}
.novisible-block  .partner-refresh {
    display:flex
}
.visible-block  #ansprechpartner_block {
    filter:blur(0)
}
.novisible-block  #ansprechpartner_block {
    filter:blur(4px)
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 15px;
  line-height: 24px;
  padding: 112px 0 20px 0;
}
body:not(.theme-preset-active) footer#colophon {
  color: rgba(255,255,255,0.5);
  background-color:#4a4a4b;
}
/* .to-top */
footer#colophon > .container:first-child {
    position: relative;
}
.to-top {
    position: absolute;
    top: -210px;
    right: 15px;
    width:55px;
    height:55px;
    background-color: #c00418;
    transition: background-color .5s
}
.to-top:hover {
    background-color: #4a4a4b;
}
.to-top:before {
    bottom: 20px;
    left: 12px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 16px;
    cursor: pointer;
}


/*   footer widget zone */
#footer-widget {
    border-bottom:1px solid rgba(255,255,255,0.2);
    padding-top: 138px;
    padding-bottom: 54px;
    position: relative;
    /* background: url('images/henne_logo_white.png') no-repeat 0 60px; */
    background-position: 0 60px;
    background-repeat: no-repeat;
}


/* #footer-widget .widget-borders {
    border-left:1px solid rgba(255,255,255,0.1)
} */
#footer-widget .widget-borders:before, #footer-widget .widget-borders:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: rgba(255,255,255,0.1);
}
#footer-widget .widget-borders:before {
    left: -12px;
}
#footer-widget .widget-borders:after {
    right: 0;
}

footer p {
  margin-bottom: 24px;
  text-align: left;
}
footer .widget-title {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    margin: 0 0 14px;
}
footer #footer-widget .row .col-12:last-of-type .widget-title {
    color: #fff
}
.widget-without-title {
  margin-top:42px
}
footer a {
  text-decoration: none;
  transition: color .5s, background-color .5s
}
footer a:hover, footer a:focus {
    color: rgba(255,255,255,1);
    text-decoration: none;
}

footer .menu.nav {
  -webkit-flex-direction: column;
  flex-direction: column;
}
footer .menu.nav a.nav-link {
    display: block;
    padding: 0;
    color:#fff;
    text-decoration: none;
    font-weight: normal;
}
footer .menu.nav a:hover, footer .menu.nav a:focus {
    background-color: transparent;
    text-decoration: underline;
}
footer .site-info, footer .created-by {
    margin-top: 15px;
    color:rgba(255,255,255,0.1)
}
footer .site-info {
    float:left;
}
footer .created-by {
  float:right;
}

/* .copyright a, footer#colophon a {
  color: inherit;
} */

/*  shortcode menu */
.footer-menu-title {
    margin-bottom:10px;
    font-size: 16px;
    display: block;
}
.footer-submenu-title {
    margin-bottom: 0;
    font-size: 16px;
    display: block;
}
ul.footer-menu {
    padding-left: 0;
    margin-left: -2px;
    margin-bottom: 52px
}
.geschaftsbereiche-menu .col-sm-6 > ul.footer-menu:last-of-type {
    margin-bottom: 27px
}
.geschaftsbereiche-menu .col-sm-6:last-child > ul.footer-menu:first-of-type {
    margin-bottom: 28px
}
ul.footer-menu.footer_menu_karriere {
    margin-bottom: 44px
}
ul.footer-menu.footer_menu_karriere {
    margin-bottom: 44px
}
ul.footer-menu.footer_menu_legals {
    margin-bottom: 12px
}
.footer-menu li {
    list-style-type: none
}
.footer-menu li a {
    font-size: 15px;
    display: table;
}
.footer-menu li a:before {
    content: '\e904';
    font-size: 12px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: table-cell;
    width: 18px;
    line-height: 1.2;
}

.footer-menu a:hover, .footer-menu a:focus, .footer-menu a.active {
    text-decoration: none;
}


/* widget footer menu shortcode */
#footer-widget .footer-menu-title, #footer-widget .footer-submenu-title, #footer-widget .footer-menu li a {
    color: rgba(255,255,255,0.5);
}
#footer-widget .footer-menu a:hover, #footer-widget .footer-menu a:focus, #footer-widget .footer-menu a.active {
    color: #c00418;
}
#footer-widget .footer-submenu-title.no-submenu {
    margin-bottom:20px
}


/**/
.newsletter-footer {
    padding-bottom: 25px;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.newsletter-footer .open-close {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.newsletter-agree {
    font-size: 13px;
    line-height: 1.3;
}
.rapidmail-agree {
    margin-right:10px
}
.newsletter-footer .open-close:before {
    bottom: 0;
	left: 12px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 12px;
	margin-left: -12px;
    cursor:pointer;
}
.newsletter-footer .open-close:hover:before {
    border-bottom-color: rgba(255, 255, 255, 0.6);
}
.newsletter-form {
    padding-left: 38px;
    max-width: 100%;
    width: 418px; /* IE11 issue */
}
.rm-form-container {
    display:flex;
    padding-left: 0;
    margin-bottom:0;
    position: relative;
}
.rm-form-container li {
    float:left;
    position: relative
}
.newsletter-form .rm-form .rm-success-container {
    width: 100%;
    position: absolute;
}
.newsletter-form .rm-form .rm-success {
    background: #268044;
    position: absolute;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    top: 15px;
    z-index: 2;
    padding: 10px 15px;
    text-align: center;
}
.rm-form-container label {
    display:none
}
.newsletter-form .rm-form .rm-error {
    position:absolute;
    left:0;
    top: 100%;
    color: #c00418;
    background:transparent;
    padding:0
}
.newsletter-footer input[type="text"].mail, .newsletter-footer  input#rm-email {
    background-color: rgba(255,255,255,0.2);
    width:230px;
    border:none;
    margin: 0 15px 0 0;
    height: 37px;
    line-height: 37px;
    padding: 0 15px;
    color:#fff
}
.newsletter-footer input::placeholder {
    color: rgba(255,255,255,0.4);
    opacity: 1;
}
.newsletter-footer input:-ms-input-placeholder {
    color: rgba(255,255,255,0.4);
}
.newsletter-footer input::-ms-input-placeholder {
    color: rgba(255,255,255,0.4);
}

.newsletter-title {
     padding-left: 90px;
     margin-top: 7px;
     font-size: 20px;
     color: #fff;
     background: url('images/white-small-logo.png') no-repeat left center
}
.footer-button, .newsletter-footer input[type="submit"] {
  padding: 8px 18px;
  color: #ffffff;
  background-color: transparent;
  border:1px solid #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  transition: all .5s;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: background-color .5s
}
.footer-button:before {
    padding-right:6px;
    content: '\e904';
    font-size: 16px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer-button:hover, .footer-button:focus,
.newsletter-footer  input[type="submit"]:hover, .newsletter-footer  input[type="submit"]:focus {
    text-decoration: none;
    background-color: rgba(255,255,255,0.2);
    color: #fff;
}
/* footer social block  */
.footer-social a {
    background-color: rgba(255,255,255,0.4);
    color: #4a4a4b;
    font-size: 20px;
    line-height: 36px;
    width: 36px;
    height: 36px;
    text-align: center;
    display: block;
    transition: background-color .5s;
    float:left;
    margin-right: 18px;
}
.footer-social a:hover, .footer-social a:focus {
    background-color: rgba(255,255,255,0.6);
    color: #4a4a4b;
}


/* Contact form 7 */
.wpcf7 p {
    margin-bottom:18px
}

.wpcf7-form label {
  color: #4a4a4b;
  line-height: 20px;
  width: 100%;
  margin-bottom: 0
}
.wpcf7-form .form-control {
  color: #4a4a4b;
  font-size: 16px;
  font-weight: 400;
  line-height: 42px;
  height: 42px;
  border: 1px solid #4a4a4b;
  border-radius: 0;
  padding: 0 20px;
  margin-bottom:24px
}

.wpcf7-form input:-webkit-autofill, .wpcf7-form textarea:-webkit-autofill, .wpcf7-form select:-webkit-autofill {
  box-shadow: 0 0 20px 20px #fff inset;
  color:#4a4a4b!important;
}
/* .wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select, .wpcf7-form button {
  font-family: 'Gilroy', Arial, sans-serif;
} */
input[type="text"], .wpcf7-form textarea {
  width:100%;
}
.wpcf7-form .wpcf7-checkbox.form-control {
  border: none;
  text-transform: none;
  display: inline-block;
  font-size: 16px;
  padding: 0;
}
.wpcf7-form .wpcf7-checkbox.form-control span.wpcf7-list-item {
  margin-left:0;
  margin-right: 35px;
}
.wpcf7-form .wpcf7-form-control.wpcf7-acceptance  span.wpcf7-list-item {
    margin-left:0;
}
.wpcf7-form .wpcf7-form-control.wpcf7-acceptance  span.wpcf7-list-item > label {
    display:table;
}
.wpcf7-form .wpcf7-form-control.wpcf7-acceptance  span.wpcf7-list-item > label > * {
    display:table-cell;
}
.wpcf7-form .wpcf7-form-control.wpcf7-acceptance  span.wpcf7-list-item > label .wpcf7-list-item-label {
    padding-left: 15px;
    line-height: 1.6;
    padding-bottom: 15px;
}
.wpcf7-form .message-margin {
    margin-bottom: 56px;
}
.wpcf7-form  textarea.form-control.wpcf7-textarea {
  height: 250px;
}

/* .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-bottom-color: #1ed5a7;
  height: auto;
  outline: 0;
  box-shadow: none;
}
input:not([value=""]):not(:focus) {
  height: auto;
} */

.wpcf7-form-control.wpcf7-submit.red-button {
  width: 100%;
  height: 42px;
  line-height:42px;
  padding:0 20px;
  float: left;
  border-radius:0;
  margin: 20px 0;
}
.wpcf7-form-control.wpcf7-submit.red-button.btn-primary.disabled,
.wpcf7-form-control.wpcf7-submit.red-button.btn-primary:disabled {
    background-color: #c00418;;
    border-color: #c00418;
    opacity: 1;
}
.wpcf7-form-control.wpcf7-submit.red-button:focus,
.wpcf7-form-control.wpcf7-submit.red-button:hover,
.wpcf7-form-control.wpcf7-submit.red-button:active {
    color: #c00418;;
    border-color: #c00418;
    background-color:#fff;
    box-shadow:none;
}
.form-control:focus {
    box-shadow: none;
}
.wpcf7-form-control.wpcf7-submit.red-button.btn-primary.disabled:hover,
.wpcf7-form-control.wpcf7-submit.red-button.btn-primary:disabled:hover {
    background-color: #c00418;;
    border-color: #c00418;
    color:#fff
}

.wpcf7-radio span.wpcf7-list-item {
    position: relative;
    margin: 30px 30px 40px 0;
}
.wpcf7-radio input[type="radio"] {
    opacity: 0;
    width: 40px;
    position: relative;
    z-index: 2;
    margin-right: 15px;
}
.wpcf7-radio .wpcf7-list-item-label {
    line-height: 40px;
}
.wpcf7-radio input[type="radio"] + span::before {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #4a4a4b;
    line-height: 40px;
    margin: -1px 15px 0 0;
    vertical-align: middle;
    cursor: pointer;
    background-color: #fff;
    text-align: center;
    color: #c00418;
    position: absolute;
    left: 0;
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    padding-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;

}
.wpcf7-radio input[type="radio"] + span::before {
    content: '';
}
.wpcf7-radio input[type="radio"]:checked + span::before {
    content: '\f00c';
}

div.wpcf7-response-output {
    margin: 0 0 1em;
    padding: 0.7em 1em;
    line-height: 1.2;
}

.row.address-row {
    margin-top:35px;
    margin-bottom:60px;
}

.wpcf7-form-control-wrap.your-subject {
    display:block
}
.wpcf7-form-control-wrap.your-subject select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 15px;
    padding-right: 43px;
}
.wpcf7-form-control-wrap.your-subject:after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #c00418;
    right: 18px;
    top: 6px;
    position: absolute;
    pointer-events: none;
}
span.wpcf7-not-valid-tip {
    color: #c00418;
    font-size: 0.8rem;
    line-height:22px;
    margin-top: -24px;
    margin-bottom: 2px;
}

/**/

/* video modal */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* padding-top: 30px; */
    height: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#videoModal .modal-content {
  border-radius: 0
}
#videoModal .modal-header {
  background:#fff;
  border: none;
  border-radius: 0
}
#videoModal .modal-body {
  padding: 0
}
#videoModal .modal-header .close {
  padding: 1rem;
  margin: -1.4rem -1rem -1rem auto;
  font-size: 36px;
  text-shadow: none;
  color: #000;
  font-weight: lighter;
  font-family: verdana;
}
#videoModal .modal-header .close:hover {
  opacity: 1;
}
/* standort map sc */
.wpb_text_column h3.map_title {
    font-weight:400;
    color: #c00418;
    margin-bottom: 30px;
}
.map_standort {
    width:712px;
    height:957px;
    background: url('images/HENNE Karte_PLZ2.png') no-repeat 0px 0px;
    background-size:100% auto;
    position: relative;
    margin:20px 0 40px
}
.standort-marker {
    position:absolute;
    width:24px;
    height:24px;
    border: 6px solid #c00418;
    border-radius: 20px;
    cursor:pointer;
}
.item-map-info {
    display:block;
    visibility:hidden;
    opacity: 0;
    position:absolute;
    z-index: 1;
    left:-20px;
    bottom:32px;
    background-color: #c00418;
    padding: 11px 18px 14px;
    font-size: 13px;
    line-height:20px;
    color: #fff;
    width: 210px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    bottom:50px;
    transition: all .5s
}
.item-map-info:before {
    content:'';
    position:absolute;
    left:15px;
    top:100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #c00418 transparent transparent transparent;
}

.item-map-info .item-map-title {
    font-size:18px;
    font-weight:400;
    margin:5px 0
}
.item-map-info .item-map-title a, .standort-item .scroll_to_standort_informationen,
.standort-item .scroll_to_standort_ansprechpartner, .scroll_to {
    display: block;
    text-align: right;
    color: #fff;
    font-size: 13px;
    margin-top: 5px;
}
.standort-item .scroll_to_standort_ansprechpartner ,
.item-map-info .item-map-title .scroll_to_standort_ansprechpartner {
    margin-top:3px
}
.standort-marker:hover .item-map-info, .standort-marker.current  .item-map-info {
    z-index: 2;
    visibility: visible;
    opacity: 1;
    bottom:32px;
    transition: all 0 
}


/**/
.all-items {float:right}
.standort-item {
    font-weight:300;
    font-size:14px;
    line-height:20px;
    background-color:#b1b3b4;
    padding: 10px 18px 14px;
    max-width:310px;
    color:#fff;
    position:relative;
    margin:1px 0;
}
.standort-item .standort-item-info {
    max-height:0;
    visibility: hidden;
    transition: all .5s
}

.standort-item.active {
    background-color:#c00418;
}
.standort-item.active .standort-item-info {
    visibility:visible;
    max-height:500px
}

.standort-item.active:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 18px 0;
    border-color: transparent #c00418 transparent transparent;
}
.standorte-spec, .standorte-title span {
    font-weight: 400
}
.standorte-title {
    position: relative;
    cursor:pointer;
    padding-right: 25px
}
.standort-item.active .standorte-title {
    cursor: default;
}
.standorte-title span {
    font-size:17px
}
.standorte-title .scroll-to-next {
    position: absolute;
    font-size: 24px;
    top:50%;
    right: 0
}
.standort-item.active .standorte-title.header_closed .scroll-to-next {
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.standort-item img {
    margin:8px 0
}
.standorte-spec {
    margin-top:5px
}
/**/
.full-standort-info {
    line-height: 1.2;
}
.full-standort-info-title {
    font-size:1.5625rem;
    font-weight:400;
    margin: 80px 0 18px;
    color: #c00418
}
h3.full-standort-title {
    font-size:1.25rem;
    margin-bottom: 36px;
    line-height: 1.2;
    color: #4a4a4b;
    padding-right: 40px;
    padding-top: 36px;
    margin: 0 0 36px;
    position: relative;
    font-weight: 300;
    border-top: 1px solid #e8e8e8;
    cursor: pointer;
}
h3.full-standort-title div {
    font-weight:500;
    font-size: 1.5rem
}

h3.full-standort-title .scroll-to-next {
    position: absolute;
    color: #c00418;
    top: 34px;
    right: 0;
    z-index: 1;
    width: 34px;
    font-size: 40px;
    transition: transform .5s;
}
.full-standort-title.header_closed .scroll-to-next {
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

h3.full-standort-title:hover, h3.full-standort-title:hover .scroll-to-next {
    color: #4a4a4b;
}
/**/
.opening-hours-title {
    font-weight:400;
}
.opening-hours {
    margin-bottom: 60px;
}
.opening-hours td {
    padding: 5px 0;
}
.opening-hours td .icon-chevron-right {
    color: #c00418;
    padding-right:10px
}
.full-standort-tel {
    margin:0 0 45px
}
.full-standort-info .red-button {
    font-size:18px
}
.red-button.route-button:before {
    position: absolute;
    left: 12px;
    font-weight: 900;
    content: '\f3c5';
    font-size: 16px;
    font-family: 'Font Awesome 5 Free' !important;
}

/**********************************/
/* spinner  */
.spinner {
  margin: 50px auto;
  width: 66px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #c00418;
  height: 100%;
  width: 6px;
  margin: 1px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/*   404 & search */
.search-form {
    margin-bottom:50px
}
.search-submit {
    clear: both;
    display: table;
    margin-top: 20px;
}
.search-field {
    min-width: 240px
}

/* contact page */
.contact-map-container {
    height:516px;
    width:100%;
    background: url('images/contact-map-bgr.jpg') no-repeat center center;
    background-size: cover;
}
#ws-googlemap-wrap {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
     -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content:         center;
}
#ws-googlemap-wrap .privacy-message {
    width:400px;
    max-width:90%;
    background-color:#fff;
    padding: 20px;
    line-height: 1.2;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.4);
}
#accept-googlemap.red-button {
    margin: 25px auto 0;
    display: table;
    cursor: pointer;
}
/************************/
@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}

/*  Rev slider settings */
#rev_slider_1_1 .uranus .tp-bullet-inner {
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
}
#rev_slider_1_1 .uranus .tp-bullet.selected .tp-bullet-inner, #rev_slider_1_1 .uranus .tp-bullet:hover .tp-bullet-inner {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
}

.revslider-substr {
	display:block;
	margin-top:10px;
	font-size:25px;
	font-weight:300;
	line-height:28px
}
@media (max-width:768px) and (min-width:576px) {
	.revslider-substr {
		font-size:20px;
		line-height:22px
	}
}
@media (max-width:575px) {
	.revslider-substr {
		margin-top:5px;
		font-size:15px;
		line-height:18px
	}
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media only screen and (max-height: 600px) {
    .modal-content .embed-responsive-item {
        height: 95vh!important;
    }


}

@media (max-width: 479px) {
    .wpcf7-form-control.wpcf7-submit, .wpcf7-form .white-button {
       min-width: 110px;
   }

   h1 {
    font-size: 1.875rem;
    margin-top: 4px;
  }
  h2 {
    font-size: 1.7rem
  }

  h1, h2, h3 {
/* break long words */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;

    /* Adds a hyphen where the word breaks - must be set hyphen in word */
    /* -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; */

  }
  header#masthead {
    padding-top: 34px;
  }
  .header-contact {
    position: absolute;
    top: -54px;
    right: 50%;
    margin-right: -105px;
    padding: 22px 20px 4px;
    font-size: 13px;
  }
  .service-item {
    margin-left: 0
  }
  .posts-count img {
    height: 120px!important;
    width: 120px;
  }

  .ws_image_text {
    -webkit-align-items: center;
    align-items:         center;
    -webkit-flex-direction: column;
    flex-direction:         column;
  }
  .ws_image_text .ws-text {
    margin-top:15px
  }

  .page-title-block {
      margin: 40px 0 100px!important;
  }
  .ws_featured_block .blue-button {
    min-width: auto;
    max-width: 100%;
  }
  .to-top {
      top: -110px;
  }
    .standort-marker {
        width: 16px;
        height: 16px;
        border: 4px solid #c00418;
    }
    .item-map-info {
        left: -75px;
        bottom: 34px;
        padding: 9px 8px 10px;
        font-size: 10px;
        line-height: 1.2;
        width: 150px;
    }
    .standort-marker.current .item-map-info {
        bottom: 24px;
    }
    .item-map-info:before {
        left:69px
    }
   .item-map-info .item-map-title {
        font-size: 14px;
    }

    .contact-map-container {
        height:250px;
    }
    #ws-googlemap-wrap .privacy-message {
        padding: 15px
    }
    .wpcf7-form .form-control {
        padding: 0 10px;
        font-size:15px
    }
    .wpcf7-form-control-wrap.your-subject:after {top:8px}
    .wpcf7-form .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item > label .wpcf7-list-item-label {
        padding-left: 10px
    }
    .support-area {
        margin-top:10px;
    }

    .ansprechpartner_info {
        margin: 10px 0
    }
    .opening-hours td  { display:flex}
    .opening-hours td:last-child {
        padding-left:24px;
        padding-top:0
    }
    h3.full-standort-title {
        margin-bottom:20px
    }
    .full-standort-tel {
        margin-bottom: 22px;
    }
    .opening-hours {
        margin-bottom: 30px;
    }
    .ws-geschaftsbereiche {
        margin: 20px 0;
    }
    .ws-geschaftsbereiche-box h4 {
        margin-bottom:30px
    }
    .ws-partners {
        margin-top:10px!important
    }
    .blog-section {
        margin-top: 4px;
    }
    
    .newsletter-footer input[type="text"].mail, .newsletter-footer input#rm-email {
        margin:10px 0 5px;
        height: 42px;
        line-height: 42px;
        width:100%
    }
    .newsletter-footer .footer-button, .newsletter-footer input[type="submit"] {
        margin: 0;
        padding: 11px 18px 10px;
        width:100%
    }
    .rm-form-container {
        flex-direction: column;
    }
}
@media (min-width: 480px) {
  .page-title-block {
      margin: 34px 0 140px!important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .header-contact {
    position: absolute;
    top: 20px;
    right: 70px;
    padding: 6px 20px 10px;
    font-size: 13px;
  }
  .to-top {
      top: -110px;
  }

  .full-standort-info .red-button {
    font-size: 16px;
  }

  .contact-map-container {
      height:332px;
  }

}
@media (max-width: 575px) {
    #footer-widget .footer-first-block .widget, #footer-widget .widget-borders .widget {
        padding-bottom: 1px!important;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    ul.footer-menu.footer_menu_karriere {
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .ws-geschaftsbereiche-box {
        max-width: 272px;
        margin:0 auto
    }
    #ansprechpartner_block .anspr-content {
        margin-top:30px;
    }
    #ansprechpartner_block h3 {
        margin: 40px 0 30px
    }
    #ansprechpartner_block .topic, .ansprechpartner-item {
        margin-bottom: 30px;
    }

    .full-standort-info .red-button {
        font-size: 16px;
        width:100%;
        margin-bottom:15px!important;
    }
    h2.post-general-title {
        margin-bottom: 0px;
    }
    .single-post .post-meta {
        position:relative
    }
    .single-post h1.post-title {
        margin-left:0;
        padding-top: 24px;
        margin-bottom: 20px;
    }
    .item-img {
        margin-top: 8px;
    }

}
@media (min-width: 576px) and (max-width: 991px) {
    #footer-widget .footer-first-block, #footer-widget .widget-borders {
        padding-bottom:25px!important;
        margin-bottom:45px;
        border-bottom:1px solid rgba(255,255,255,0.1)
    }
    #ansprechpartner_block .anspr-content {
        margin-top:40px;
    }
    #ansprechpartner_block h3 {
        margin: 60px 0 50px
    }
    #ansprechpartner_block .topic {
        margin-bottom: 30px;
    }


}

@media (max-width: 767px) {
    .vc_row.align-columns {
        flex-direction: column;
    }

    .mm-wrapper_opening .mm-menu_position-bottom, .mm-wrapper_opening .mm-menu_position-front, .mm-wrapper_opening .mm-menu_position-top {
        -webkit-transform: translate(0,58px);
        -ms-transform: translate(0,58px);
        transform: translate(0,58px);
        -webkit-transform: translate3d(0,58px,0);
        transform: translate3d(0,58px,0);
    }
    .pl-4, .px-4 {
        padding-left: 24px!important;
    }
    .pr-4, .px-4 {
        padding-right: 24px!important;
    }

    .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
        margin-bottom: 20px!important;
    }

    .p-4 {
        padding: 0 24px!important;
    }
    h4 {
        font-size: 18px;
        margin-top: 18px;
    }
    h4 br {
        display:none
    }
    body {
        font-size: 14px;
        line-height: 1.4;
    }
    header#masthead {
        padding: 4px 0 15px;
    }
    header#masthead:before {
        height: 4px
    }
    /* header#masthead .container {
        max-width:100%;
        padding: 0 24px
    } */
    .top-line {
        height: 40px;
    }
    #language_list a {
        padding-left: 40px;
        background: url(images/lang_map_big.png) no-repeat left center;
        width: 40px;
        height: 29px;
        overflow: hidden;
        background-size: 40px auto;
        background-repeat: no-repeat;
    }
    .high-menu-button.mobile-menu {
        margin-left: 15px;
        width:43px;
        padding-top: 0px;
        height: 40px;
        font-size: 32px;
    }
    .mobile-menu span {
        top: 7px;
        right: -3px;
    }
    .mobile-menu span.close-icon {
        font-size: 30px;
        top: 8px;
        right: 0;
    }


    .navbar-brand {
        padding: 15px 0 9px;
    }
    .navbar-brand a img {
        width:118px
    }
    #content.site-content {
        padding-top: 75px;
        padding-bottom: 34px;
    }
    .vc_desktop #content.site-content, .vc_mobile #content.site-content {
      padding-top: 75px;
    }

    .social-block {
        display: none;
    }
    .red-button, .search-submit {
        padding: 9px 18px 9px 32px;
        font-size: 14px;
        line-height: 14px;
    }
    .red-button:before {
        font-size: 14px;
    }
    .section-subtitle {
        font-size: 14px;
        line-height: 1.2;
        padding-top: 5px;
    }

    h2.section-title {
        margin-top: 0;
        font-size: 22px;
    }
    .vc_row.home-tabs {
        background-size: 100% 44px;
    }
/*
    .home-tabs:before {
        height: 44px;
    }
*/
    .wpb_content_element.no-bottom-margin {
        margin-bottom: 0
    }
    .entry-content .vc_column-inner {
        margin-top:0px!important
    }
    .vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
    .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
        padding-top: 0!important;
    }
    .entry-content .vc_section, .entry-content > .vc_row {
        margin-bottom:20px!important;
        /* margin-top:20px!important */
    }
    .entry-content .vc_section.gradient-bgr {
        margin-bottom:-20px!important;
    }
    .recent-post {
        margin-right: 0
    }
    .recent-posts h3 {
        margin-bottom: 25px
    }

    .wpb-js-composer .ws-tour.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
        border-bottom-color: #f7f7f7;
    }
    .wpb-js-composer .vc_tta.vc_general.horizontal_tabs .vc_tta-panel-body {
        padding-bottom: 16px;
    }
    .wpb-js-composer .horizontal_tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a,
    .wpb-js-composer .horizontal_tabs.vc_tta.vc_general .vc_tta-panel-title>a:focus,
    .wpb-js-composer .horizontal_tabs.vc_tta.vc_general .vc_tta-panel-title>a:hover {
        color: #000;
    }
    .wpb-js-composer .horizontal_tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus,
    .wpb-js-composer .horizontal_tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover {
        background-color: #fff;
    }
    .wpb-js-composer .horizontal_tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a:before,
    .wpb-js-composer .horizontal_tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a:hover:before {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin-top: -1px;
        height: 2px;
        background-color: #1ed5a7;
    }
    .ws_logos img {
        margin: 20px;
    }
    .recent-posts .col-md-5,
    .recent-posts .col-md-2 {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items:         center;
        -webkit-flex-direction: column;
        flex-direction:         column;
    }
    .blog h3 {
        max-height: initial;
    }
    .posts-count img {
        height: 180px
    }
    .posts-count > div {
        bottom: 0
    }


    footer#colophon {
        padding-top: 46px
    }
    ul.footer-menu {
      margin-bottom: 20px!important;
    }
    /* ul.footer-menu.footer_menu_karriere {
        padding-bottom: 20px;
        border-bottom:1px solid rgba(255,255,255,0.1)
    } */
    /* #footer-widget .footer-first-block .widget , #footer-widget .widget-borders .widget  {
      padding-bottom:1px!important;
      margin-bottom:20px;
      border-bottom:1px solid rgba(255,255,255,0.1)
    } */
    .newsletter-footer {
        -webkit-flex-direction: column;
        flex-direction:         column;
        padding-bottom: 40px;
    }
    .newsletter-title {
      margin-bottom:20px;
      width: 100%;
    }
    #footer-widget {
      padding-top: 100px;
      /* background: url(images/big-white-logo.png) no-repeat 0 53px; */
      background-size: auto 24px;
      background-position: 0 53px;
      padding-bottom: 34px;
    }
    footer .created-by {
      float: left;
      clear:both;
      margin-top: 5px;
    }
    footer#colophon, .footer-menu li a {
      font-size: 14px
    }

    #mobile-current-item.all-items {
        float: none;
    }
    #mobile-current-item.all-items .standort-item {
        margin:0 auto
    }
    #mobile-current-item.all-items .standort-item.active:before {
        display:none
    }
    .full-standort-info-title {
        margin-top: 50px
    }
    .ansprechpartner-item {
        line-height: 1.5;
    }

    .contact-form-row {
      margin-top:30px!important
    }
    .wpcf7-radio span.wpcf7-list-item {
      margin: 10px 30px 24px 0;
    }
    .row.address-row {
      margin-top: 0;
      margin-bottom: 0
    }
    .wpcf7-form .message-margin {
      margin-bottom: 0;
    }
    .geschaftsbereiche-img  .image-marker {
        width: 38px;
        height: 38px;
        line-height: 40px;
        font-size: 30px;
        bottom: 15px;
        right: 15px;
    }
    .geschaftsbereiche-img  .image-marker span {
        line-height: 38px;
        height: 38px;
        width:38px;
        font-size: 30px;
    }
    .geschaftsbereiche-img  .image-marker span:before {
        width: 38px;
    } 
    .newsletter-form {
        padding-left: 0;
    }    
}
@media only screen and (orientation: landscape) and (max-height: 359px) {
}

@media (min-width: 768px) and (max-width: 991px) {
    .mm-wrapper_opening .mm-menu_position-bottom, .mm-wrapper_opening .mm-menu_position-front, .mm-wrapper_opening .mm-menu_position-top {
        -webkit-transform: translate(0,80px);
        -ms-transform: translate(0,80px);
        transform: translate(0,80px);
        -webkit-transform: translate3d(0,80px,0);
        transform: translate3d(0,80px,0);
    }

    .vc_desktop #content.site-content, .vc_mobile #content.site-content {
      padding-top: 116px;
    }
    .navbar-brand {
        padding: 25px 5px 9px;
    }
    header#masthead {
        padding: 4px 0 16px;
    }
    header#masthead:before {
        height: 4px
    }
    header#masthead .container {
        max-width:100%;
        /* padding: 0 24px */
    }
    .top-line {
        height: 50px;
        margin-right: 5px;
    }
    .high-menu-button {
        margin-left: 25px;
        width:68px;
    }
    .mobile-menu {
        font-size: 44px;
    }
    .mobile-menu span {
        top: 14px;
        right: -5px;
    }



    #language_list a {
        padding-left: 58px;
        background: url(images/lang_map_big.png) no-repeat left center;
        width: 58px;
        height: 29px;
        overflow: hidden;
    }
    /* #content.site-content {
        margin-top: 116px;
    } */
    h4 {
        font-size: 21px;
    }
    .to-top {
        top: -140px;
        right: 28px;
    }
    .red-button, .search-submit {
        padding: 9px 18px 9px 32px;
    }


    .wpb-js-composer .home-tabs .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab>a {
        font-size: 16px;
    }
    .wpb-js-composer .home-tabs .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active:after, .wpb-js-composer .home-tabs .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab>a:focus:after, .wpb-js-composer .home-tabs .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab>a:hover:after {
        left: 76px;
    }
  .entry-content .vc_section, .entry-content > .vc_row:not(.home-tabs) {
    margin-bottom:0px!important;
    margin-top:10px!important
  }
  .entry-content .vc_section.gradient-bgr {
    margin-bottom:-30px!important;
  }
 .upper-section {
      padding-top:50px
  }

  footer#colophon {
      padding-top: 57px
  }
  .newsletter-footer.justify-content-end {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
    margin: 0 5px;
  }
  .newsletter-footer input[type="text"].mail {
      margin-left:18px;
      height: 42px;
      line-height: 42px;
  }
  .footer-button {
      width:230px;
      padding: 11px 18px 10px;
  }
  #footer-widget {
      padding-top: 150px;
      padding-bottom: 38px;
      /* background: url(images/big-white-logo.png) no-repeat 0 97px; */
      background-size: auto 27px;
      background-position: 0 97px;
      margin: 0 5px;
  }
  .footer-menu-title {
      margin-bottom: 20px;
  }
  #footer-widget .footer-submenu-title.no-submenu {
        margin-bottom: 0;
  }
  .footer-social a {
      margin-top:8px
  }
  footer .site-info, footer .created-by {
      margin: 15px 5px 0;
  }
  .full-standort-info .red-button {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .upper-column {
    margin-top:-150px
  }
  .contact-form-row {
      margin-top:60px!important
  }

}

@media (max-width: 991px) {
    .red-menu {
        display:none
    }
    .mobile-menu {
        display: block;
        position: relative;
        color: #c00418!important
    }
    .mobile-menu span {
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: font-size .5s;
        position: absolute;
        display: block;
    }
    .mobile-menu span.open-icon:before {
      content: "\e901";
    }
    .mobile-menu span.close-icon:before {
      content: "\e900";
    }
    .mobile-menu span.open-icon {
      transition: opacity .3s, transform .3s;
      transform: rotate(0deg) scale(1);
      opacity: 1;
    }
    .mobile-menu span.close-icon {
        transition: opacity .3s, transform .3s;
        transform: rotate(-180deg) scale(.5);
        opacity: 0;
    }
    .mm-wrapper_opened .mobile-menu span.open-icon {
      transform: rotate(180deg) scale(.5);
	  opacity: 0;
    }
    .mm-wrapper_opened .mobile-menu span.close-icon {
      transition: opacity .3s, transform .3s;
      transform: rotate(0deg) scale(1);
      opacity: 1;
    }






/*  mmenu */
    .wpmm-menu {
        background: #fff!important;
        color: #5f5f5f!important;
        font-size: 15px;
    }
    .mm-navbars_top {
        border-bottom-width: 0;
        padding-top: 23px!important;
    }
    .mm-menu_navbar_top-1 .mm-panels {
        top: 63px!important;
    }
    .mm-listitem:after {
        left: 24px!important;
        right: 24px!important
    }
    .mm-listitem>a, .mm-listitem>span {
        padding: 11px 24px 15px!important
    }
    .mm-menu_theme-white .mm-btn:after, .mm-menu_theme-white .mm-btn:before,
    .mm-menu_theme-white .mm-listview .mm-btn_next:after {
        border-color: #5f5f5f!important
    }
    .mm-listitem .mm-btn_next:before {
        border-left-width: 0
    }
    .mm-btn_next:after, .mm-btn_prev:before {
        width: 7px;
        height: 7px;
    }
    .mm-btn_next:after {
        top: -2px;
        right: 27px;
    }
    .mm-btn_prev:before {
        top: 0;
        left: 25px;
    }
    .mm-menu .mm-navbar a, .mm-menu .mm-navbar>*,
    .mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
        color: #000;
    }
    .mm-menu .mm-listitem_selected>a:not(.mm-btn_next), .mm-menu .mm-listitem_selected>span {
        color: #c00418;
        background-color: #fff
    }
/**/
    .site-header .ubermenu-responsive-default.ubermenu {
        display: none!important;
    }
    .top-line {
        float:right;
    }
    .high-menu-button {
        padding-top: 20px;
        height: 50px;
    }
    #masthead nav {
        /* margin-left: -15px; */
        float: left;
    }

  .blog .col-md-12 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items:         center;
    -webkit-flex-direction: column;
    flex-direction:         column;
  }
  .ts-divider-holder {
      margin-top: 10px!important;
      margin-bottom: 10px!important;
  }
  .twocolumn {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }



  #footer-widget .widget-borders:before,
  #footer-widget .widget-borders:after {
      background-color: transparent
  }
}
@media (min-width: 992px) {
    .red-menu {
        display:inline-block;
        border-left: 1px solid #c00418;
        margin-left: 28px;
        padding-left: 24px;
        color: #c00418;
        line-height: 30px;
        font-size: 36px;
        padding-top: 14px;
        width: 53px;
    }
    .mobile-menu {
        display: none
    }
    .ubermenu-nav {
        float: right;
    }
  .entry-content .vc_section, .entry-content > .vc_row {
    margin-bottom:40px;
    margin-top:10px
  }
  .home .navbar-light .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.3);
  }
  /* #footer-widget .col-lg-4:nth-of-type(2) {
    padding: 0
  } */
  .twocolumn {
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
  }
  .wpb-js-composer .vc_tta.vc_general.horizontal_tabs .vc_tta-tabs-list {
      margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-contact {
    position: absolute;
    top: 14px;
    right: 70px;
  }
  .navbar-brand a img {
      width:134px
  }
    .vc_row.home-tabs {
        background-size: 100% 54px;
    }
  /* .home-tabs:before {
      height: 54px
  } */
  .ws-geschaftsbereiche-box h4 {
      font-size: 18px;
      margin: 10px 0 40px;
  }
  .geschaftsbereiche-img:after {
      width: 34px;
      height: 34px;
      line-height: 34px;
      font-size: 24px;
      bottom: 12px;
      right: 12px;
  }
  .contact-map-container {
      height:452px;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .container.container-full {
        max-width:100%;
        position: relative;
    }
    #masthead nav.navbar {
        position: relative;
        width: 100%;
        clear: both;
    }
    .ubermenu.ubermenu-main {
        width: 820px;
        margin-left: auto;
        margin-right: 22px;
        margin-top: -32px;
    }
    .menu_gebr a.contacts_link {
        width:429px;
    }

    .map_standort {
        width: 610px;
        height: 820px;
    }

}

@media (max-width: 1199px) {
    .to-top {
        right: 24px;
    }
    /*  uber submenu shortcode */
    .menu_col3_second_image {
        width: 319px;
    }
    .first-images {
        width: 110px;
    }
    .icon-container {
        width: 110px;
        height: 87px;
    }
    /**/
    .site-header .container {
        max-width: 100%
    }
    .breadscrumb-home {
        display:none
    }
  .entry-content .vc_row {
    padding-left:0!important;
    padding-right:0!important;
  }
  .entry-content .vc_row:not(.vc_row-no-padding) .vc_column-inner, .entry-content .vc_section {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
  .container.wide-container {
    max-width:100%
  }
  .navbar-collapse {
    border-top: 2px solid #ccc;
    top: 80px;
    position: absolute;
    /* width: 100%; */
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    right: -15px;
    left: -15px;
  }
  .navbar-collapse #menu-main-menu {
      padding-top: 15px;
      padding-bottom: 10px
  }
  #masthead .navbar-nav > li > a:hover::after,
  #masthead .navbar-nav > li.current_page_item > a::after,
  #masthead .navbar-nav > li.current-menu-parent > a::after {
    bottom: 14px;
    left: auto;
    right: 0;
  }
  .navbar-toggler:not(:disabled):not(.disabled) {
    position: absolute;
    top: 20px;
    right: 0;
  }
  .dropdown-menu {
    padding-top: 0
  }

  .narrow-text {
    width:100%!important
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
}

@media (min-width: 1441px) {
}
@media (min-width: 1440px) {
  .twocolumn {
    -webkit-column-gap: 65px;
    -moz-column-gap: 65px;
    column-gap: 65px;
  }
  .wpb-js-composer .ws-tour.vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
      padding-left: 65px;
  }

}
@media (min-width: 1200px) {
}
@media (min-width: 1280px) {
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link, .dropdown-item {
      padding-right: 15px;
      padding-left: 15px;
  }

  .geschaftsbereiche-menu .col-sm-6:last-child {
      padding-left:0
  }
  .contact-map-container {
      height:516px;
  }

}
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
  #masthead .navbar-nav > li.dropdown.show > a {
      color: #333344
  }

}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}
