/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');
@font-face {
  font-family: "atelier";
  src: url("//5541267.fs1.hubspotusercontent-na1.net/hubfs/5541267/Haltermann_Carless_March2019/Fonts/atelier/si-atelier.eot") format("embedded-opentype"),
    url("//5541267.fs1.hubspotusercontent-na1.net/hubfs/5541267/Haltermann_Carless_March2019/Fonts/atelier/si-atelier.woff") format("woff"),
    url("//5541267.fs1.hubspotusercontent-na1.net/hubfs/5541267/Haltermann_Carless_March2019/Fonts/atelier/si-atelier.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */



/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */
:root {
  --primaryColor: #005e94;  
}


/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 22.5px;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #222222;
  -webkit-font-smoothing: antialiased;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px
}

/* Highlighted Text 
::-moz-selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
*/
/* =============== Typography =============== */

/* Basic text */
p {
    margin: 0 0 24px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin:0 10px 15searchpx 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    line-height: 42px;
    font-size: 28px;
}
h2 {
  line-height: 32px;
  font-size: 24px;
  color: #333333;
}
h3 {
  line-height: 22.5px;
  font-size: 18px;
  color: #005e94;
}
h4 {
  line-height: 22.5px;
  font-weight: 400;
  font-size: 13px;
  color: #005e94;
}
h5 {
  line-height: 22.5px;
  font-weight: 400;
  font-size: 14px;

}
h6 {
  font-family: Lato;
  line-height: 16px;
  font-weight: 400;
  font-size: 12px;
}

/* Anchor Links */
a {
  outline: none!important;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  color: #005e94;
  text-decoration: none;
}
a:hover, a:focus {
    color: #999999;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

.body-container-wrapper .hs_cos_wrapper_type_rich_text ul,
.body-container-wrapper .hs_cos_wrapper_type_rich_text ol{
  margin: 0 0 20px;
  padding: 0;
  line-height: 160%;
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text ol {
    padding-left: 15px;
}
/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ebebeb;
  background-color: #ebebeb;
  height: 2px;
  border: none;
}

.color-white,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white p,
.color-white li {
  color: #fff;
}

/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}
/* Margin Padding */
.margin-10  {margin: 10px 0;}
.margin-20 {margin: 20px 0;}
.margin-30 {margin: 30px 0;}
.margin-40 {margin: 40px 0;}
.margin-50 {margin: 50px 0;}
.margin-60 {margin: 60px 0;}
.margin-70 {margin: 70px 0;}
.margin-80 {margin: 80px 0;}
.margin-90 {margin: 90px 0;}
.margin-100 {margin: 100px 0;}
.margin-110 {margin: 110px 0;}
.margin-120 {margin: 120px 0;}

.margin-top-10  {margin-top: 10px;}
.margin-top-20 {margin-top: 20px;}
.margin-top-30 {margin-top: 30px;}
.margin-top-40 {margin-top: 40px;}
.margin-top-50 {margin-top: 50px;}
.margin-top-60 {margin-top: 60px;}
.margin-top-70 {margin-top: 70px;}
.margin-top-80 {margin-top: 80px;}
.margin-top-90 {margin-top: 90px;}
.margin-top-100 {margin-top: 100px;}
.margin-top-110 {margin-top: 110px;}
.margin-top-120 {margin-top: 120px;}

.margin-bottom-10  {margin-bottom: 10px;}
.margin-bottom-20 {margin-bottom: 20px !important;}
.margin-bottom-30 {margin-bottom: 30px;}
.margin-bottom-40 {margin-bottom: 40px;}
.margin-bottom-50 {margin-bottom: 50px;}
.margin-bottom-60 {margin-bottom: 60px;}
.margin-bottom-70 {margin-bottom: 70px;}
.margin-bottom-80 {margin-bottom: 80px;}
.margin-bottom-90 {margin-bottom: 90px;}
.margin-bottom-100 {margin-bottom: 100px;}
.margin-bottom-110 {margin-bottom: 110px;}
.margin-bottom-120 {margin-bottom: 120px;}


@media (max-width: 767px) {
  .mb-margin-10  {margin: 10px 0;}
  .mb-margin-20 {margin: 20px 0;}
  .mb-margin-30 {margin: 30px 0;}
  .mb-margin-40 {margin: 40px 0;}
  .mb-margin-50 {margin: 50px 0;}
  .mb-margin-60 {margin: 60px 0;}
  .mb-margin-70 {margin: 70px 0;}
  .mb-margin-80 {margin: 80px 0;}
  .mb-margin-90 {margin: 90px 0;}
  .mb-margin-100 {margin: 100px 0;}
  .mb-margin-110 {margin: 110px 0;}
  .mb-margin-120 {margin: 120px 0;}

  .mb-margin-top-10  {margin-top: 10px;}
  .mb-margin-top-20 {margin-top: 20px;}
  .mb-margin-top-30 {margin-top: 30px;}
  .mb-margin-top-40 {margin-top: 40px;}
  .mb-margin-top-50 {margin-top: 50px;}
  .mb-margin-top-60 {margin-top: 60px;}
  .mb-margin-top-70 {margin-top: 70px;}
  .mb-margin-top-80 {margin-top: 80px;}
  .mb-margin-top-90 {margin-top: 90px;}
  .mb-margin-top-100 {margin-top: 100px;}
  .mb-margin-top-110 {margin-top: 110px;}
  .mb-margin-top-120 {margin-top: 120px;}

  .mb-margin-bottom-10  {margin-bottom: 10px;}
  .mb-margin-bottom-20 {margin-bottom: 20px;}
  .mb-margin-bottom-30 {margin-bottom: 30px;}
  .mb-margin-bottom-40 {margin-bottom: 40px;}
  .mb-margin-bottom-50 {margin-bottom: 50px;}
  .mb-margin-bottom-60 {margin-bottom: 60px;}
  .mb-margin-bottom-70 {margin-bottom: 70px;}
  .mb-margin-bottom-80 {margin-bottom: 80px;}
  .mb-margin-bottom-90 {margin-bottom: 90px;}
  .mb-margin-bottom-100 {margin-bottom: 100px;}
  .mb-margin-bottom-110 {margin-bottom: 110px;}
  .mb-margin-bottom-120 {margin-bottom: 120px;}
}
.padding-10  {padding: 10px 0;}
.padding-20 {padding: 20px 0;}
.padding-30 {padding: 30px 0;}
.padding-40 {padding: 40px 0;}
.padding-50 {padding: 50px 0;}
.padding-60 {padding: 60px 0;}
.padding-70 {padding: 70px 0;}
.padding-80 {padding: 80px 0;}
.padding-90 {padding: 90px 0;}
.padding-100 {padding: 100px 0;}
.padding-110 {padding: 110px 0;}
.padding-120 {padding: 120px 0;}

.padding-top-10  {padding-top: 10px;}
.padding-top-20 {padding-top: 20px;}
.padding-top-30 {padding-top: 30px;}
.padding-top-40 {padding-top: 40px;}
.padding-top-50 {padding-top: 50px;}
.padding-top-60 {padding-top: 60px;}
.padding-top-70 {padding-top: 70px;}
.padding-top-80 {padding-top: 80px;}
.padding-top-90 {padding-top: 90px;}
.padding-top-100 {padding-top: 100px;}
.padding-top-110 {padding-top: 110px;}
.padding-top-120 {padding-top: 120px;}

.padding-bottom-10  {padding-bottom: 10px;}
.padding-bottom-20 {padding-bottom: 20px;}
.padding-bottom-30 {padding-bottom: 30px;}
.padding-bottom-40 {padding-bottom: 40px;}
.padding-bottom-50 {padding-bottom: 50px;}
.padding-bottom-60 {padding-bottom: 60px;}
.padding-bottom-70 {padding-bottom: 70px;}
.padding-bottom-80 {padding-bottom: 80px;}
.padding-bottom-90 {padding-bottom: 90px;}
.padding-bottom-100 {padding-bottom: 100px;}
.padding-bottom-110 {padding-bottom: 110px;}
.padding-bottom-120 {padding-bottom: 120px;}


@media (max-width: 767px) {
  .mb-padding-10  {padding: 10px 0;}
  .mb-padding-20 {padding: 20px 0;}
  .mb-padding-30 {padding: 30px 0;}
  .mb-padding-40 {padding: 40px 0;}
  .mb-padding-50 {padding: 50px 0;}
  .mb-padding-60 {padding: 60px 0;}
  .mb-padding-70 {padding: 70px 0;}
  .mb-padding-80 {padding: 80px 0;}
  .mb-padding-90 {padding: 90px 0;}
  .mb-padding-100 {padding: 100px 0;}
  .mb-padding-110 {padding: 110px 0;}
  .mb-padding-120 {padding: 120px 0;}

  .mb-padding-top-0  {padding-top: 0px;}
  .mb-padding-top-10  {padding-top: 10px;}
  .mb-padding-top-20 {padding-top: 20px;}
  .mb-padding-top-30 {padding-top: 30px;}
  .mb-padding-top-40 {padding-top: 40px;}
  .mb-padding-top-50 {padding-top: 50px;}
  .mb-padding-top-60 {padding-top: 60px;}
  .mb-padding-top-70 {padding-top: 70px;}
  .mb-padding-top-80 {padding-top: 80px;}
  .mb-padding-top-90 {padding-top: 90px;}
  .mb-padding-top-100 {padding-top: 100px;}
  .mb-padding-top-110 {padding-top: 110px;}
  .mb-padding-top-120 {padding-top: 120px;}

  .mb-padding-bottom-10  {padding-bottom: 10px;}
  .mb-padding-bottom-20 {padding-bottom: 20px;}
  .mb-padding-bottom-30 {padding-bottom: 30px;}
  .mb-padding-bottom-40 {padding-bottom: 40px;}
  .mb-padding-bottom-50 {padding-bottom: 50px;}
  .mb-padding-bottom-60 {padding-bottom: 60px;}
  .mb-padding-bottom-70 {padding-bottom: 70px;}
  .mb-padding-bottom-80 {padding-bottom: 80px;}
  .mb-padding-bottom-90 {padding-bottom: 90px;}
  .mb-padding-bottom-100 {padding-bottom: 100px;}
  .mb-padding-bottom-110 {padding-bottom: 110px;}
  .mb-padding-bottom-120 {padding-bottom: 120px;}
}

/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.top-header {
    border-bottom: 2px solid #e3e3e3;
    background: #ffffff;
    border-bottom-color: #efefef;
}
.top-header-menu {
    width: auto !important;
    margin: 0 !important;
    float: right !important;
    padding-left: 15px;
}
.top-header-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-header-menu ul li {
    float: left;
    position: relative;
    border-left-color: #efefef;
    border-right-color: #efefef;
    font-size: 12px;
    margin: 0;
}
.top-header-menu ul li a {
    line-height: 36px;
    padding: 0 10px;
    display: block;
    color: #666666;
}

.top-header-menu ul li:last-child a {
    padding-right: 0;
}
.top-header-menu ul li a:hover {
    color: #005e94!important;
}
.custom-header .page-center > .row-fluid-wrapper > .row-fluid {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    position: relative;
}
.header-logo {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 !important;
    position: absolute;
    left: 0;
    top: 0;
    width: auto !important;
    z-index: 99;
    max-width: 25%;
    transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    height: 105px;
    line-height: 105px;
    max-height: 105px;
}
.header-logo img {
    max-height: 65px;
    padding: 0;
    width: auto;
}

.header-search {
    position: relative;
    display: inline-block;
    float: right !important;
    padding-left: 25px;
    right: 0;
    padding-right: 25px;
    height: 105px;
    line-height: 105px;
    width: auto !important;
    z-index: 99;
    margin: 0 !important;
}
.header-search .aux-item {
    display: inline-block;
    vertical-align: top;
    padding: 0 26px 0 30px;
    max-height: 100%;
    transition: border-color .3s ease-in-out;
    -moz-transition: border-color .3s ease-in-out;
    -webkit-transition: border-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out;
}
.header-search .aux-item,
.header-search .aux-item:only-child {
    border-left: 2px solid #e3e3e3;
    padding-left: 25px;
}
.header-search .aux-item {
    padding-left: 10px;
    padding-right: 10px;
}
.header-search .aux-item {
    margin-left: -4px;
}
.header-search .aux-item:first-child {
    margin-left: 0;
    border-left-width: 0;
}
.header-search .aux-item {
    border-color: transparent!important;
}
.header-search nav{
    font-family: Verdana, Geneva, sans-serif;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
}
.header-search .std-menu {
    float: right;
}
.std-menu ul.menu {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  line-height: inherit;
}
.std-menu ul.menu>li {
    float: left;
    position: relative;
    display: inline-block;
}
.std-menu .menu > li > a {
  color: #333333;
  font-size: 12px;
  height: 105px;
  line-height: 105px;
  display: block;
  padding: 0 10px;
}
.std-menu ul.sub-menu {
    display: none;
    margin-bottom: 0;
    margin-left: 0;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9995;
    min-width: 180px;
    letter-spacing: normal;
    list-style: none;
    padding: 0;
    line-height: 160%;
    background-color: #FFFFFF;
}
.header-search nav.std-menu ul.sub-menu {
    right: 0;
    left: auto;
    top: 100%!important;
}
.std-menu ul.menu>li:hover > ul {
    display: block !important;
}
.header-search nav.std-menu ul.sub-menu li {
    border-top: 1px solid #e3e3e3;
    line-height: 150%;
    text-align: left;
    position: relative;
    border-top-color: #d8d8d8;
    border-top-style: none;
}
nav.std-menu ul.sub-menu>li>a,
nav.std-menu ul.sub-menu>li>div.current-language {
    padding: 10px 15px;
    font-weight: normal;
    font-size: 14px;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    display: block;
}
nav.std-menu ul.sub-menu>li>a:hover {
    color: #005e94;
}
.aux-item.aux-language ul.menu>li.aux-languages>a>span {
    display: none;
}
.header-search .aux-item:last-child {
    padding-right: 0!important;
}

 .aux-languages img {
    margin-right: 5px;
    vertical-align: -2px;
}
.sf-icon-search:before {
    content: "\e605";
    height: 24px;
}
i[class^="sf-icon-"], i[class*=" sf-icon-"] {
    font-family: 'atelier';
    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;
}
nav .menu li>a>i {
    margin-right: 10px;
    display: inline-block;
    height: 17px;
}
 .aux-item ul.menu>li>a.header-search-link i {
    height: 30px;
    vertical-align: middle;
    margin-right: 0;
}
.aux-item nav.std-menu ul.menu>li.menu-search>a>i {
    margin-right: 0;
    vertical-align: middle;
    margin-top: 1px;
}
 .aux-item nav.std-menu ul.menu>li.menu-search>a {
    padding: 0;
}
.ajax-search-wrap {
    position: absolute;
    top: 100%;
    right: 0;
    border: 2px solid #e3e3e3;
    width: 300px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    display: none;
}
.ajax-search-wrap {
  background-color: #fff;
  border-color: #d8d8d8;
  top: 105px!important;
  right: -10px;
}
.aux-item ul.menu>li>a.header-search-link {
  font-size: 24px;
  color: #005e94;
}
.std-menu ul.menu {
    margin: 0;
}

.banner-area {
    position: relative;
    overflow: hidden;
}
.banner-image {
    background-attachment: local;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    text-align: center;
    min-height: 300px;
    padding: 0;
    overflow: hidden;
    transition: all 1s cubic-bezier(0.725,0.000,0.000,0.995);
    -moz-transition: all 1s cubic-bezier(0.725,0.000,0.000,0.995);
    -webkit-transition: all 1s cubic-bezier(0.725,0.000,0.000,0.995);
    -o-transition: all 1s cubic-bezier(0.725,0.000,0.000,0.995);
    background-color: #005e94;
    position: relative;
}
.media-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #005e94;
  opacity: 0.40;
}
.heading-wrap {
    position: absolute;
    bottom: 0!important;
    width: 100%;
}
.heading-text {
  background-color: #FFFFFF;
  line-height: 42px;
  z-index: 3;
  position: relative;
  text-align: left;
  top: auto;
  margin-top: 0!important;
  padding: 30px 15px 25px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.banner-area h1 {
    margin-top: 0;
    margin-bottom: 0;
    white-space: normal;
    margin-left: 15px;
    line-height: inherit;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
}


/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}
.custom-footer {
    position: relative;
    z-index: 10;
}
.copyright {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    border-top: 0 solid transparent;
    background-color: #ffffff;
    border-top-color: #ffffff;
    position: relative; /*von LuP geändert; war vorher fixed*/
    width: 100%;
    z-index: 999;
    bottom: 0;
    padding: 0px;
    min-height: 50px;
    -webkit-box-shadow: 0px -2px 10px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -2px 10px -5px rgba(0,0,0,0.75);
    box-shadow: 0px -2px 10px -5px rgba(0,0,0,0.75);
}
.copyright-content {
    width: auto !important;
    margin: 0 !important;
    font-size: 11px;
    float: left !important;
    margin-bottom: 0;
    line-height: 40px;
    max-width: 50%;
    padding: 10px 0;
}
.footer-logo {
    margin: 0 !important;
    width: auto !important;
    border-left: 0px solid #d4d4d4;
    padding: 10px 0;
    font-size: 11px;
    margin-bottom: 0;
    line-height: 40px;
    float: right !important;
    text-align: right;
    max-width: 50%;
}
img {
    vertical-align: middle;
}
.copyright img {
    height: 40px;
    width: auto;
    margin: 0;
}
.top-footer {
  background: #333333;
  padding: 40px 0 0;
  border-top: 0 solid transparent;
  color: #ffffff;
  padding-bottom: 100px;
}
.top-footer .page-center > .row-fluid-wrapper > .row-fluid {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}
.footer-col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left !important;
    margin: 1em 0 0 0 !important;
    width: 25% !important;
    padding-bottom: 30px;
}
.footer-col ul {
  margin: 0;
  padding: 0;
}
.footer-col.footer-social-share-wrapper {
    width: 50% !IMPORTANT;
}
.footer-menu .hs-menu-wrapper > ul > li {
    height: auto;
    overflow: hidden;
}
.footer-menu .hs-menu-wrapper > ul > li > a,
.footer-social-share-wrapper h3{
    color: #ffffff;
    display: block;
    width: 100%;
    cursor: auto;
    margin: 0;
    line-height: 150%;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 3px;
   margin-bottom: 30px;
}
.footer-menu .hs-menu-wrapper > ul > li > ul {
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 0;
    line-height: 160%;
}
.footer-menu .hs-menu-wrapper > ul > li > ul > li {
    margin-bottom: 0;
    line-height: 150%;
    border-top: 2px solid transparent;
}
.footer-menu .hs-menu-wrapper > ul > li > ul > li:first-child {
    border: 0;
}
.footer-menu .hs-menu-wrapper > ul > li > ul > li > a {
    padding: 5px 0;
    color: #ffffff;
    white-space: normal !important;
}
ul.social-icons {
    height: auto;
    overflow: hidden;
    list-style: none!important;
    padding: 0;
    margin: 0;
}
ul.social-icons li {
    float: none;
    display: inline-block;
    height: 36px;
      margin-bottom: 0;
    line-height: 150%;
}
ul.social-icons li:not(.sf-love) a {
    display: inline-block;
    padding: 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .35s;
    padding: 5px 0;
}
.custom-footer a{ 
color: #ffffff;
}
i[class^="fa-"] {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul.social-icons li:not(.sf-love) a i {
    display: block;
    height: 100%;
    position: relative;
    top: 0;
    transition: top .35s;
    width: 100%;
    margin-bottom: 31px;
}
ul.social-icons li a:hover i {
    top: -51px;
}
ul.social-icons li.twitter a:hover {
    background-color: #00aced;
}
ul.social-icons li a:hover {
    color: #fff!important;
}
ul.social-icons li.facebook a:hover {
    background-color: #3b5998;
}
ul.social-icons li.linkedin a:hover {
    background-color: #007bb6;
}
ul.social-icons li.xing a:hover {
    background-color: #026466;
}
.footer-social-share-wrapper h3 {
    margin-bottom: 26px;
}





/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary {
  text-align: right;
  max-width: 100% !important;
  width: auto !important;
  padding-right: 25px;
  z-index: 98;
  height: 105px;
  float: none !important;
  margin: 0 !important;
  text-transform: none;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
}
@media (min-width:768px) {
  .custom-menu-primary {
    padding-right: 0;
  }
  
}
@media (max-width:767px) {
  .custom-menu-primary {
    position: relative;
  }
}
.custom-menu-primary .hs-menu-wrapper > ul {
  display: inline-block;
  text-align: center;
  float: none;
  margin: 0;
  line-height: 108px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  float: none !important;
  margin-right: -4px;
  display: inline-block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
  margin-left: -15px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  padding: 0 15px;
  height: 105px;
  line-height: 105px;
  color: #333333;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
/* .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {
  position: static !important;
} */
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
  position: absolute;
  background-color: #FFFFFF;
  width: 100% !important;
  left: 0 !important;
 /* top: 100% !important;*/ /*disabled by hs support */
  top:85px; /*added by hs support */
  line-height: 1.6;
  padding: 0 15px;
  z-index: 999;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > .page-center > li {
  width: 33%;
  float: left;
  padding: 25px 35px;
  min-height: 215px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:last-child > ul > .page-center > li {
  width:25%;
  
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > .page-center > li > a {
  float: none;
  display: block;
  text-align: left;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > .page-center > li:hover > a {
  color: #005e94!important;
}

.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
  list-style: none;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 767px){
  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }
}

/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}

.section.post-body img {
    display: inline-block;
    float: none !important;
  } 

.blog-content-detail .page-center > .row-fluid-wrapper > .row-fluid {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.blog-content {
  width: 66.66666667% !important;
  float: left !important;
  margin: 0 !important;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.blog-sidebar {
  width: 33.33333333% !important;
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  float: left !important;
  margin: 0 !important;
}
.sidebar-content {
  padding-top: 10%;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 10%;
  background-color: #ebebeb;
}
.sidebar-content h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.post-item {
  padding-top: 60px;
  height: auto;
  overflow: hidden;
}
.post-item:nth-child(1) {
  padding-top: 0px;
}
.mini-blog-item-wrap {
  border-top: 1px solid #e4e4e4;
  padding-top: 60px;
  border-color: #e4e4e4;
}
.post-item:first-child .mini-blog-item-wrap {
  border-top: 0;
  padding-top: 0;
}
.thumb-media-image {
  margin: 0;
  width: 446px;
  float: left;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
}
.blog-details-wrap h3 {
  margin-top: -3px;
  margin-bottom: 20px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.blog-details-wrap h3 a {
  color: #005e94;
}
.excerpt {
  margin-top: 20px;
  margin-bottom: 25px;
}
.read-more-button {
  float: left;
  font-size: 12px;
  line-height: 18px;
  height: auto;
  padding: 14px 16px;
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.1);
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.1);
  box-shadow: 1px 1px 1px rgba(0,0,0,.1);
  font-weight: bold;
  display: inline-block;
  border-bottom-width: 0;
  background-color: #FFFFFF;
}
.read-more-button:hover {
  color: #005e94;
  border-color: #005e94;
}

.page-heading {
  padding-top: 35px;
  padding-bottom: 35px;
  margin-top: 0;
  margin-bottom: 0!important;
  position: relative;
  text-align: left;
  border-top: 0!important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #005e94;
}
.page-heading-heading-text {
  float: left;
  padding-top: 1px;
  padding-bottom: 1px;
  line-height: 42px;
  text-align: left;
}
.page-heading-heading-text h1 {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  white-space: normal;
}
#breadcrumbs {
  float: right;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-left: 20px;
  background: transparent;
  font-size: 14px;
  line-height: 42px;
  font-size: 9px;
  color: #9bd2ef;
  white-space: nowrap;
}
#breadcrumbs .container>span {
  padding: 0 5px;
}
#breadcrumbs a, #breadcrumb i {
  color: #ffffff;
}

.body-container-wrapper {

}
.blog .body-container-wrapper .page-center{
  padding-top: 0;
  padding-bottom: 0;
}

.post-info {
  border-top: 2px solid #e3e3e3;
  padding: 30px 0;
  margin: 75px 0 0;
  border-color: #e4e4e4;
}
.post-info-fw .post-details-wrap {
  float: none;
  width: 100%;
}
.sf-share-counts {
  padding: 15px 0;
}
.sf-share-counts .share-text {
  display: inline-block;
  margin: 0 25px 0 0;
  float: left;
  line-height: 28px;
  font-weight: normal;
  font-size: 16px;
}
.sf-share-counts>a {
  margin-right: 20px;
  font-size: 16px;
  opacity: .6;
  line-height: 28px;
  display: inline-block;
}
.sf-share-counts>a span {
  font-size: 13px;
  vertical-align: 1px;
  opacity: 0;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
  line-height: inherit;
  display: inline-block;
  display: none;
}
.sf-share-counts>a:hover {
  opacity: 1;
}



/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {
  margin-left: 10px;   
  margin-right: 10px;
}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
width: 100%; /*von LuP ergänzt, damit Events-Listing Page full-width ist*/
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {
  padding: 0px;
  margin: 8px 0px 15px;
} 
.blog-post-wrapper .post-body img {
    display: inline-block!important;
    width: 100%!important;
}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}
/*Listing von LuP ergänzt - übernommen von MVV*/

/* Post Author von LuP ergänzt - übernommen von MVV*/
.about-author-sec {
  border-top: 1px solid #ddd;
  border-bottom:1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 50px;
}
body.style-02 .about-author-sec h3 {
  color: #005e94;
}
.about-author-sec img { 
/*   float: left;
  margin-right: 15px; */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}
.about-author-sec .span10 {
  padding-left: 10px;
}
.about-author-sec .span10 > h3,
.about-author-sec .span10 > h3 a {
  color: #005e94;
  font-size: 20px;
  font-weight: 900;
}
.about-author-sec .span10 > p {
  color: #000;
  padding-top: 10px;
}
.about-author-sec .hs-author-social-links {
  display: inline-block;
}
.about-author-sec .hs-author-social-links a {
  display: inline-block;
  margin-right: 5px;
  font-size: 30px;
  color: #000;
}
.about-author-sec .hs-author-social-links a:hover {
  color: #005e94;
}
/* Blog Commments */


.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}

#comments-listing {
  border-bottom: 0px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
#comments-listing.no-comments {
  border: none;
}
.comment.depth-0 {
  border-bottom: 0px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-body {
  border-bottom: medium none;
  color: ;
  display: block;
  font-family: ;
  font-size: ;
  line-height: ;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.comment-date {
  color:  !important;
  display: block !important;
  text-align: left;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}

.blog-pagination a.all-posts-link {
   margin-left: 10px;
   margin-right: 10px;
}

.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* --------------
 * Blog 02 (Listing Only)
 * ------------------------- */

/* Listing */
body.blog-02 .blog-listing-intro .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
body.blog-02.hs-blog-listing .blog-content-detail .page-center > .row-fluid-wrapper > .row-fluid {
  margin-left: 0;
  margin-right: 0;
}
body.blog-02 .jscroll-added .post-listing > .post-listing-item,
body.blog-02 .post-listing .jscroll-inner > .post-listing-item {
  background: #ebebeb;
}
body.blog-02 .post-listing-item .post-listing-featured {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.blog-02 .post-listing-item .post-listing-featured:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
body.blog-02 .post-listing-item .post-listing-featured img {
  max-width: 100%;
  width: 100%;
  margin: 0;
}
body.blog-02 .post-listing-item .post-listing-content {
  padding: 20px 55px;
}
body.blog-02 .post-listing-item .post-listing-content p {
  font-size: 14px;
}
body.blog-02 .post-listing-item .post-listing-content h2 {
  font-size: 24px;
  line-height: 1.2;
}
body.blog-02 .post-listing-item .post-listing-content p#hubspot-topic_data {
  margin-bottom: 15px;
}
body.blog-02 .post-listing-item .post-listing-content p#hubspot-topic_data a {
  font-weight: bold;
  color: var(--primaryColor);
  margin-right: 5px;
}
body.blog-02 .post-listing-item .post-listing-content .btn.hs-button-secondary {
  padding: 12px 30px;
  font-size: 18px;
  letter-spacing: initial;
}
@media (min-width:768px) {
  body.blog-02 .jscroll-added .post-listing,
  body.blog-02 .post-listing .jscroll-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.blog-02 .jscroll-added .post-listing > .post-listing-item,
  body.blog-02 .post-listing .jscroll-inner > .post-listing-item {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    width: 48%;
    margin-bottom: 4%;
  }
  body.blog-02 .post-listing-item .post-listing-featured img {
    display: none!important;
  }
}
@media (max-width:767px) {
  body.blog-02 .jscroll-added .post-listing > .post-listing-item,
  body.blog-02 .post-listing .jscroll-inner > .post-listing-item {
    margin-bottom: 20px;
    width: 100%;
  }
  body.blog-02 .post-listing-item .post-listing-featured {
    background: none!important;
  }
  body.blog-02 .post-listing-item .post-listing-featured:before {
    display: none;
  }
  body.blog-02 .post-listing-item .post-listing-content {
    padding: 20px 35px;
  }
}

/* Author Page */
body.blog-02 .blog-listing-wrapper .hs-author-profile {
  width: 600px;
  max-width: 100%;
  margin: auto;
  border: 1px solid #ccc;
  padding: 30px 20px;
}
body.blog-02 .blog-listing-wrapper .hs-author-listing-header {
  text-align: center;
  margin: 50px 0 30px;
  font-size: 30px;
}
body.blog-02 .blog-listing-wrapper .hs-author-profile .hs-author-avatar {
  float: none;
}
@media (min-width:768px) {
  body.blog-02 .blog-listing-wrapper .hs-author-profile > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width:767px) {
  body.blog-02 .blog-listing-wrapper .hs-author-profile .hs-author-avatar {
    margin-bottom: 20px;
/*     padding-left: 13px; */
/*     width: 118px; */
  }
}

/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {
margin:0 0 20px 0;
}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {
  margin: .25em 0;
  font-weight: bold;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  display: block;
  outline: 0;
  border-radius: 0;
  box-shadow: none;
  border: 2px solid #e3e3e3;
  font-size: 14px;
  padding: 10px 0;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  color: #222222;
  border-color: #e4e4e4;
  height: auto;
  margin: .25em 0;
  width: 100%;
  font-family: inherit;
  line-height: inherit;
}

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

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{
  clear: left;
  display: block;
  color: red;
  font-size: 80%;
}
ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}

/* Custom styling Form Default von LuP ergänzt
   --------------------------- */

.form-default {
    padding: 30px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
    border: 1px solid #f6f7f8;
}
.form-default .hs_cos_wrapper_type_form input {
    box-shadow: none;
    color: ;
}
.form-default input[type="text"],
.form-default input[type="password"],
.form-default input[type="datetime"],
.form-default input[type="datetime-local"],
.form-default input[type="date"],
.form-default input[type="month"],
.form-default input[type="time"],
.form-default input[type="week"],
.form-default input[type="number"],
.form-default input[type="email"],
.form-default input[type="url"],
.form-default input[type="search"],
.form-default input[type="tel"],
.form-default input[type="color"],
.form-default input[type="file"],
.form-default textarea,
.form-default select {
    background: none;
    border: none;
    border-radius: 0;
    border: 1px solid #ddd;
    margin-top: 10px;
    padding: 20px 10px!important;
    width: 100%!important;
}
.form-default  input[type="submit"] {
    background: ;
    color: #fff;
    padding: 20px;
    display: inline-block;
    border: none;
    width: 100%;
}
    .form-default .hs_cos_wrapper_type_form input[type="submit"]:hover {
        background: ;
        color: #333;
    }
.form-default .hs_cos_wrapper_type_form input:focus {
    box-shadow: none;
    border-color: ;
}

.form-default .hs-error-msgs li {
    color: ;
    font-size: 12px;
}
/* Custom styling Form 01 von LuP ergänzt
   --------------------------- */
.form-01 {
    background: #ebebeb;
    padding: 25px;
    -webkit-box-shadow: 0px 22px 45px -15px rgba(0,0,0,0.5) !important;
    -moz-box-shadow: 0px 22px 45px -15px rgba(0,0,0,0.5) !important;
    box-shadow: 0px 22px 45px -15px rgba(0,0,0,0.5) !important;
}
.form-01 h2 {
    font-weight: 700;
    color: #222222;
}
.form-01 label {
    font-weight: 400;
    color: #222222;
}
.form-01 input {
    border-radius: 0px!important;
}
.form-01 input[type="submit"] {
    padding: 20px;
    background: #005e94;
    color: #ffffff;
    border: 1px solid #005e94;
    cursor: pointer;
    display: block;
    width: 100%;
}
.form-01 input[type="submit"]:hover {
    background: #000000;
    border-color: #000000;
}
/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  height: auto;
  padding: 14px 22px;
  margin: 20px 0;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: transparent;
  border: 2px solid #e3e3e3;
  position: relative;
  overflow: hidden;
  outline: 0;
  text-shadow: none;
  text-decoration: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  vertical-align: middle;
  max-width: 100%;
  border-color: #e4e4e4;
  color: #222222;
  font-family: inherit;
  outline:0;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #222222;
  border-color: #222222;
  color: #ffffff;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}

.hs-button-secondary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  height: auto;
  padding: 14px 22px;
  margin: 20px 0;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: #005e94;
  border: none;
  position: relative;
  overflow: hidden;
  outline: 0;
  text-shadow: none;
  text-decoration: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  vertical-align: middle;
  max-width: 100%;
  color: #ffffff;
  font-family: inherit;
  outline:0;
}

.hs-button-secondary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #222222;
  border-color: #222222;
  color: #ffffff;
}

.hs-button-secondary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
}

.hs-button-tertiary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  height: auto;
  padding: 14px 22px;
  margin: 20px 0;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: #222222;
  border: none;
  position: relative;
  overflow: hidden;
  outline: 0;
  text-shadow: none;
  text-decoration: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  vertical-align: middle;
  max-width: 100%;
  color: #ffffff;
  font-family: inherit;
  outline:0;
}

.hs-button-tertiary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #005e94;
  border-color: #005e94;
  color: #ffffff;
}

.hs-button-secondary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}

.hs-button-fourth,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  height: auto;
  padding: 14px 22px;
  margin: 20px 0;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: #ffffff;
  border: none;
  position: relative;
  overflow: hidden;
  outline: 0;
  text-shadow: none;
  text-decoration: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  vertical-align: middle;
  max-width: 100%;
  color: #005e94;
  font-family: inherit;
  outline:0;
}

.hs-button-fourth:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #222222;
  border-color: #222222;
  color: #ffffff;
}

.hs-button-fourth:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
}

/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
figure.animated-overlay .img-wrap {
  position: relative;
  overflow: hidden;
}
figure.animated-overlay>a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
figure a {
  display: block;
}
figure.animated-overlay .figcaption-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}

figure.animated-overlay figcaption {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  text-align: center;
  overflow: hidden;
}
figure.animated-overlay figcaption {
  background-color: #005e94;
}

figure.animated-overlay figcaption:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
figcaption .thumb-info {
  width: 90%;
  height: auto;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
figcaption .thumb-info-alt {
  bottom: 0!important;
  height: 100%!important;
}
figure.animated-overlay figcaption * {
  color: #ffffff;
}
figcaption .thumb-info>i {
  font-size: 20px;
  line-height: 30px;
  height: 24px;
  width: 24px;
  display: block;
  -moz-text-shadow: 0 0 5px rgba(0,0,0,.2);
  -webkit-text-shadow: 0 0 5px rgba(0,0,0,.2);
  text-shadow: 0 0 5px rgba(0,0,0,.2);
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: 50%;
  margin-top: -12px;
}
figcaption .thumb-info-alt>i {
  font-size: 32px;
  line-height: 42px;
  height: 30px;
  width: 24px;
  top: 50%;
  margin-top: -19px;
  margin-left: -12px;
  left: 50%;
  position: absolute;
}
figure.animated-overlay figcaption * {
  color: #ffffff;
}
.sf-icon-chevron-next:before {
  content: "\e602";
}
figure.animated-overlay:hover figcaption {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
figure img {
  width: 100%;
  height: auto;
}
.blog-item figure img {
  display: block;
}
figure.animated-overlay img {
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
  z-index: 2;
  position: relative;
}
.hs-blog-listing #breadcrumbs {
  line-height: 40px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a,
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover{
  color: #005e94;
}
.more-information {
  margin-top: 50px;
  padding-top: 10%;
  padding-bottom: 10%;
  padding-left: 10%;
  padding-right: 10%;
  background: #a0d3ef;
}
.more-information h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.more-information p {
  color: #222222;
}
.more-information a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: #222;
  opacity: 0;
}
.more-information a:hover {
  opacity: .1;
}
.more-information {
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>.page-center>li> ul {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  font-weight: normal;
  text-align: left;
  font-size: 11px !important;
  padding-top: 4px;
  position: static !important;
  padding: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>.page-center>li> ul li a {
  white-space: normal !important;
  text-align: left;
  padding-bottom: 10px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>.page-center>li>a {
  padding-bottom: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>.page-center>li:hover> ul li a {
  color: #005e94 !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
  display: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul {
  display:block;
}
.blog-pagination {
  text-align: center;
  padding: 20px;
}
.hs-blog-listing #breadcrumbs {
  float: right;
  bottom: 50%;
  position: absolute;
  right: 0;
  margin-right: 25px;
  color: #222222;
}
.hs-blog-listing #breadcrumbs a{
  color: #222222;
  opacity: .7;
}
.blog-details-wrap h3 a:hover {
  color: #999999;
}
.hs-blog-post .body-container-wrapper {
  padding-top: 100px;
  padding-bottom: 60px;
}
#breadcrumbs span>a:hover {
  opacity: 1;
}

.no-nav .header-search {
  opacity: 0 !important;
  visibility: hidden !important;
  z-index: -99 !important;
}
.no-nav .custom-menu-primary {
  opacity: 0 !important;
  visibility: hidden !important;
  z-index: -99 !important;
}
.no-nav .mobile-header-opts {
  display: none !important;
}
.content-divider-wrap .content-divider {
  border-bottom: 2px solid #e3e3e3;
}
.content-divider-wrap .content-divider {
  border-color: #e4e4e4;
}
.spb-asset-content h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}
.hs-blog-listing .body-container-wrapper {
  padding: 50px 0;
}
.spb_divider.standard {
  margin-top: 30px!important;
}
.spb-asset-content {
  padding-bottom: 20px;
}
.spb_divider.standard {
  border-bottom-style: solid;
  border-color: #e4e4e4;
  border-bottom-width: 2px;
}
.title-wrap {
  margin-bottom: 30px;
  height: auto;
  overflow: hidden;
}
.filter-wrap {
  width: 100%;
  text-align: center;
}
.filter-wrap ul {
  list-style: none;
  margin: 0 0;
  padding: 0;
  line-height: 160%;
}
.post-filter-tabs li {
  margin-left: 20px;
  display: none;
  line-height: 70px;
  display: inline-block;
}
.post-filter-tabs li:first-child {
  margin-left: 0;
}
.post-filter-tabs li.selected {
  font-weight: bold;
}
#back-to-top {
  height: 50px;
  width: 50px;
  background-color: #191919;
  background-color: rgba(20,20,20,0.4);
  position: fixed;
  bottom: -80px;
  right: 10px;
  z-index: 1000;
  padding: 9px 13px 7px;
  cursor: pointer;
  -webkit-transform: translate3d(0,0,0);
}
#back-to-top.in {
  bottom: 10px;
}
#back-to-top i {
  line-height: 32px;
  font-size: 24px;
  color: #fff;
  display: block;
  width: 24px;
  margin: 0 auto;
}
.sf-icon-chevron-up:before {
  content: "\e60c";
}

.mobile-search-form ::placeholder {
  color: #ffffff !important;
}
::placeholder {
  color: #222222 !important;
}
.body-container-wrapper .page-center {
  padding-top: 50px;
  padding-bottom: 30px;
}
.custom-form{
  width:50% !important;
}
.custom-form-secondary{
  width:100% !important;
}

.ajax-search-wrap form.ajax-search-form {
  height: 75px;
}
.ajax-search-wrap input[type="text"] {
  border: 0;
  background: transparent;
  padding: 24px 30px;
  width: 100%;
  margin: 0;
  height: 75px;
  line-height: 22.5px;
  vertical-align: top;
  color: #333333;
  font-family: Verdana, Geneva, sans-serif;
  text-transform: none;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
}
.search-open .header-search-link-alt:after {
  content: "\e60d";
  font-family: 'atelier';
  position: absolute;
  bottom: 10%;
  left: 50%;
  margin-left: -6px;
  height: 15px;
  line-height: 15px;
  font-size: 12px;
}

/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1199px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 0 10px;
    display: block;
  }
  .heading-text {
    padding: 14px 20px;
  }
  .banner-area h1 {
    margin-bottom: 10px;
    word-wrap: normal;
    white-space: normal;
    word-break: break-word;
  }
  .hs-blog-listing #breadcrumbs {
    position: relative !important;
    margin: 0 !important;
    bottom: 0 !important;
    float: none !important;
  }  
}

@media (max-width: 991px) {
  .thumb-media-image {
    width: 50%!important;
    margin-right: 2%;
  }
  .section.post-body img {
    display: inline-block;
    float: none !important;
  } 
  .post-filter-tabs li {
    line-height: 30px;
  }  
}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .body-container-wrapper .hs_cos_wrapper_type_rich_text ul,
  .body-container-wrapper .hs_cos_wrapper_type_rich_text ol {
   padding-left: 15px;
  }
  .mobile-search-form input[type="text"]:focus {
    border-color: #005e94!important;
  }
  .blog-sidebar {
    margin-top: 30px;
    clear: both;
    text-align: left;
    border-top: 2px solid #e3e3e3;
    padding-top: 40px;
    border-color: #e4e4e4;
  }
  .filter-wrap {
    display: none;
    clear: both!important;
  }
  .hs-blog-post #breadcrumbs {
    display: none !important;
  }
  .custom-form{
    width:100% !important;
  }
  .copyright {
    position: relative !important;
  }
  .copyright-content {
    width: 100% !important;
    float: none !important;
    margin-bottom: 20px !important;
    max-width: 100%;
    text-align: center;
  }
  .footer-logo {
    border-left: none;
    padding: 0;
    width: 100% !important;
    float: none !important;
    max-width: 100%;
    text-align: center;
  }
  .footer-col {
    width: 100% !important;
  }
  .footer-col.footer-social-share-wrapper {
    width: 100%!IMPORTANT;
  } 
  .top-header {
    display: none !important;
  }
  .header-group {
    display: none !important;
  }
  .mobile-header {
    padding: 20px;
    position: relative;
    border-bottom: 2px solid #e3e3e3;
    width: 100%;
    left: 0;
    z-index: 9998;
    background-color: #ffffff;
    border-bottom-color: #e4e4e4;
  }
  .mobile-logo {
    float: left !important;
    text-align: left;
    max-width: 50%;
    max-height: 65px;
    margin: 0 !important;
  }
  .mobile-logo img {
    display: inline-block;
    height: auto;
    width: auto;
    max-width: 100%;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    max-height: 65px;
  }
  .mobile-header-opts {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 25px;
  }
  .mobile-header-opts a {
    font-size: 24px;
    line-height: inherit;
    width: 20px;
    height: 15px;
    display: inline-block;
    text-indent: -9999em;
    vertical-align: middle;
    top: 50%;
    position: relative;
    margin-top: -13px;
    color: #005e94;
  } 
  a.menu-bars-link span,
  a.menu-bars-link span:before,
  a.menu-bars-link span:after {
    webkit-transition: all .5s cubic-bezier(0,0.275,0.125,1);
    -moz-transition: all .5s cubic-bezier(0,0.275,0.125,1);
    -o-transition: all .5s cubic-bezier(0,0.275,0.125,1);
    transition: all .5s cubic-bezier(0,0.275,0.125,1);
    background-color: #1d1d1d;
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    left: 0;
  }
  a.menu-bars-link span {
    top: 6px;
  }
  .mobile-header a.mobile-menu-link span.menu-bars,
  .mobile-header a.mobile-menu-link span.menu-bars:before,
  .mobile-header a.mobile-menu-link span.menu-bars:after {
    background-color: #005e94;
  } 
  a.menu-bars-link span:before,
  a.menu-bars-link span:after {
    content: "";
  }
  a.menu-bars-link span:before {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    top: -6px;
    z-index: 10;
  }
  a.menu-bars-link span:after {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: 6px;
  } 
  .mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    z-index:99999;
    width: 280px !important;
    height: 100%;
    background: #222;
    overflow-y: scroll;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    background-color: #005e94;
    color: #ffffff;
    right: -280px;
    left: auto;
  }
  .menu-open .mobile-menu  {
    right: 0;
  }  
  body.menu-open {
    overflow: hidden;
  }
  .mobile-search-form {
    position: relative;
  }
  .mobile-search-form>i {
    position: absolute;
    right: 16px;
    top: 17px;
    font-size: 24px;
  }
  .sf-icon-search:before {
    content: "\e605";
  }
  .mobile-search-form input[type="text"] {
    margin: 0;
    padding: 15px 20px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    height: 60px;
    background: transparent;
    font-size: 18px!important;
    color: #ffffff;
    border-bottom-color: #9bd2ef;
    font-family: Verdana, Geneva, sans-serif;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
  }  
  .custom-menu-primary-mobile {
    max-height: 100%;
    position: relative;
    font-size: 16px!important;
    padding-bottom: 60px;
    max-width: 100%;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
  }
  .custom-menu-primary-mobile .hs-menu-wrapper > ul > li {
    border-top: 1px solid #333;
    border-bottom: 0;
    width: 100%;
    border-color: #9bd2ef;
  }
  .custom-menu-primary-mobile .hs-menu-wrapper > ul > li:first-child {
    border-top: 0;
  }  
  .custom-menu-primary-mobile .hs-menu-wrapper>ul>li > a {
    display: block;
    padding: 15px 20px;
    background: transparent!important;
    color: #fff;
  }
  .custom-menu-primary-mobile .hs-menu-wrapper>ul {
    line-height: 160%;
  }
  .custom-menu-primary-mobile .hs-menu-wrapper>ul>li.hs-item-has-children > a:after {
    content: "\e60d";
    font-family: "atelier";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    font-size: 24px;
    margin-right: -3px;
    opacity: .5;
    float: right;
    color: #ffffff;
  } 
  .custom-menu-primary-mobile .hs-menu-wrapper>ul>li> ul li a {
    display: block;
    padding: 15px 20px;
    background: transparent!important;
    color: #fff;
    padding-left: 30px;
  }  
  .custom-menu-primary-mobile .hs-menu-wrapper>ul>li> ul li {
    border-top: 1px solid #333;
    border-bottom: 0;
    width: 100%;
    border-color: #9bd2ef;
    font-size: 13px;
  } 
  .custom-menu-primary-mobile .hs-menu-wrapper>ul>li> ul {
    line-height: 160%;
  }
  .custom-menu-primary-mobile .hs-menu-wrapper>ul>li.hs-item-has-children.sub-menu-open >a:after {
    content: "\e60c";
  }
  .overlay {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    z-index: 9999;
    cursor: pointer;
    -webkit-transition: opacity .5s,width .1s .5s,height .1s .5s;
    transition: opacity .5s,width .1s .5s,height .1s .5s;
  }
  .menu-open .overlay {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
  } 
  .banner-image {
    min-height: 200px!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
  }
  .heading-text {
    padding: 15px;
  }
  .banner-area h1 {
    margin-left: 0;
  } 
  .blog-sidebar {
    width: 100% !important;
  }
  .blog-content {
    width: 100% !important;
  }
 .thumb-media-image {
   /* display: none;*/
    width: 100%!important;
    float: none;
    margin-right: 0!important;
    margin-left: 0!important;
    margin-bottom: 30px;
  } 
  .hs-blog-listing .blog-sidebar {
  width: 100% !important;
}
.hs-blog-listing .blog-content {
  width: 100% !important;
}
}  


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .hs-blog-listing #breadcrumbs {
    white-space: normal;
  }
  .banner-image {
    min-height: 100px!important;
  }
}

@media (max-width: 350px) {
  .hs-blog-listing #breadcrumbs {
    line-height: 24px;
  }
  .banner-image {
    min-height: 70px!important;
  }  
}


@media(min-width: 768px) {
  html, body {
    overflow-x: hidden;
  }
  .container-fluid .row-fluid .page-center {
    min-width:750px
  }
  .mobile-header,
  .mobile-menu{
    display: none!important;
  }
  .no-nav-page .body-container-wrapper {
    padding-bottom: 60px;
  } 
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  } 
  /**.hs-blog-post .blog-content {
    margin-left: 16.66666667% !important; von LuP entfernt**/
  }
  .scroll-header .custom-header {
    position: fixed;
    top: 0px;
    background-color: #fff;
    z-index: 99;
  }
  .header-wrapper {
    position: relative;
    min-height: 105px!important;
  }  
}

@media(min-width: 992px) {
  .container-fluid .row-fluid .page-center {
    width:970px
  }
  .banner-image {
    min-height: 300px!important;
  }
}

@media(min-width: 1200px) {
  .container-fluid .row-fluid .page-center {
    width: 1170px;
  } 
  .banner-image {
    min-height: 400px!important;
  }
}
@media(min-width: 1500px) {
  .banner-image {
    min-height: 500px!important;
  }
}


@media (min-width: 1200px) {
   .container-fluid .row-fluid .page-center {
      width: 1170px;
   } 
}

@media (min-width: 1500px) {
   .container-fluid .row-fluid .page-center {
      width: 1470px;
   }
}
/* -------------------------------------------------------------------
 * Services
 * ----------------------------------------------------------------- */

/* Services with Background
----------------------------------------------- */

.service-with-bg {
    background: #fff;
    background: rgba(255,255,255,.1);
}
/* -------------------------------------------------------------------
 * Box
 * add paddings to all sides (top, right, bottom, and left)
 * ----------------------------------------------------------------- */

.box-10 {
    padding: 10px;
}
.box-15 {
    padding: 15px;
}
.box-20 {
    padding: 20px;
}
.box-25 {
    padding: 25px;
}
.box-30 {
    padding: 30px;
}
/* Backgrounds */
.bgWhite      { background: #fff; }
.bgBlue       { background: #9bd2ef; }
.bgGreen      { background: #cbdc92; }
.bgRed        { background: #ee9a9d; }

/* =============== Header History=============== */

.header-container-wrapper {}
.header-container {}

.top-header-history {
    border-bottom: 2px solid #e3e3e3;
    background: #ffffff;
    border-bottom-color: #efefef;
}
.top-header-menu-history {
    width: auto !important;
    margin: 0!important;
    float: left !important;
    /*padding-left: 15px;*/
}
.top-header-menu-history ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-header-menu-history ul li {
    float: left;
    position: relative;
    border-left-color: #efefef;
    border-right-color: #efefef;
    font-size: 15px;
    margin: 0;
}
.top-header-menu-history ul li a {
    line-height: 36px;
    padding: 0 40px;
    display: inline-block;
    color: #005e94;
    font-weight: 700;
    line-height: 23px;
}

.top-header-menu-history ul li:last-child a {
    padding-right: 0;
}
.top-header-menu-history ul li a:hover {
    color: #005e94!important;
}
/* =============== Header Products=============== */

.header-container-wrapper {}
.header-container {}

.top-header-products {
    border-bottom: 2px solid #e3e3e3;
    background: #fff;
    border-bottom-color: #efefef;
}
.top-header-menu-products {
    width: 100% !important;
    margin: 0!important;
    float: left !important;
    /*padding-left: 15px;*/
}
.top-header-menu-products ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-header-menu-products ul li {
    float: center;
    position: relative;
    border-left-color: #efefef;
    border-right-color: #efefef;
    font-size: 15px;
    margin: 0;
    text-align: center;
}
.top-header-menu-products ul li a {
    line-height: 36px;
    padding-right: 0;
    display: inline-block;
    color: #005e94;
    font-weight: 700;
    line-height: 70px;
}

.top-header-menu-products ul li:last-child a {
    padding-right: 0;
}
.top-header-menu-products ul li a:hover {
    color: #000!important;
}
/* =============== Bullet Points =============== */
.list-style-01 ul:not(.slick-dots) {
  padding-left: 20px;
}
.list-style-01 ul:not(.slick-dots) li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 5px;
  list-style: none;
}
.list-style-01 ul:not(.slick-dots) li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 4px;
  height: 4px;
  background: #222222;
  border-radius: 100%;
}


/* ===============================================
 * Header New Styling
 * =============================================== */

/* Header - Language Switch */
.custom-header .globe_class {
  position: relative;
  width: 55px;
  background-position: center right;
  background-size: initial;
  border-radius: 0;
  height: 105px;
}
.custom-header .globe_class .lang_list_class {
  width: 180px;
  padding: 0;
  margin: 0;
  background: #fff;
  text-align: left;
  top: 100%;
  left: auto;
  float: right;
  transform: translateX(2em) !important;
  -webkit-transform: translateX(2em) !important;
  -ms-transform: translateX(2em) !important;
  right: 0;
}
.custom-header .globe_class .lang_list_class:before,
.custom-header .globe_class .lang_list_class:after {
  display: none;
}
.custom-header .globe_class .lang_list_class li {
  border: 0!important;
  margin: 0;
  padding: 10px 15px;
  font-size: 14px;
}
.custom-header .globe_class .lang_list_class a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  font-size: 14px;
  padding: 0;
}
.custom-header .globe_class .lang_list_class a[data-language="en"]:before {
  content: url('https://www.haltermann-carless.com/hubfs/Haltermann_Carless_May2019/icons/en.png');
  display: inline-block;
  margin-right: 5px;
  
}
.custom-header .globe_class .lang_list_class a[data-language="de"]:before {
  content: url('https://www.haltermann-carless.com/hubfs/Haltermann_Carless_May2019/icons/de.png');
  display: inline-block;
  margin-right: 5px;
}

/* Header */
.header-group-en .globe_class {
  background-image: url('https://www.haltermann-carless.com/hubfs/Haltermann_Carless_May2019/icons/en.png');
  background-size: 18px 12px!important;
}
.header-group-de .globe_class {
  background-image: url('https://www.haltermann-carless.com/hubfs/Haltermann_Carless_May2019/icons/de.png');
  background-size: 18px 12px!important;
}

/* Header Logo (Desktop) */
@media (min-width:768px) {
  .custom-header .page-center > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
/*   .custom-header .header-logo {
    position: relative;
    height: auto;
    max-height: none;
    line-height: initial;
  } */
  .custom-header .page-center .custom-header-rightcol {
    position: relative;
    width: 100%!important;
    margin: 0!important;
  }
  .custom-header .page-center .custom-header-rightcol > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .custom-header .custom-menu-primary {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .custom-header .span3.header-language {
    width: auto!important;
    padding-right: 12px;
    padding-left: 0;
    order: 2;
  }
  .custom-header .span1.header-search-wrapper {
    order: 3;
    position: relative;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    height: 105px;
    line-height: 108px;
    width: auto !important;
    margin: 0 !important;
  }
  .custom-header .span1.header-search-wrapper i {
    font-size: 24px;
    color: #005e94;
    line-height: 17px;
  }
  .custom-header .span1.header-search-wrapper .header-search-link {
    display: block; 
    padding-top: 3px;
  }
  .custom-header .span1.header-search-wrapper.search-active .header-search-link:after {
    content: "\e60d";
    font-family: 'atelier';
    position: absolute;
    bottom: 10%;
    left: 50%;
    margin-left: -6px;
    height: 15px;
    line-height: 15px;
    font-size: 24px;
    color: #005e94;
  }
  .custom-header .header-search-wrapper .header-search-field {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    border: 2px solid #d8d8d8;
    width: 300px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    background-color: #fff;
    z-index: 99;
/*     display: none; */
  }
  .custom-header .header-search-wrapper .header-search-field input {
    border: 0;
    background: transparent;
    padding: 24px 30px;
    width: 100%;
    margin: 0;
    height: 75px;
    line-height: 22.5px;
    vertical-align: top;
    color: #333;
    font-family: Verdana,Geneva,sans-serif;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
  }
  
  /* Search suggestion */
  .hs-search-field--open .hs-search-field__suggestions {
    line-height: 1.2;
  }
  .hs-search-field--open .hs-search-field__suggestions li {
    padding: 5px 10px;
  }
}
@media (max-width:767px) {
  .hs-search-field--open .hs-search-field__suggestions {
    display: none;
  }
}
/* Teaser von LuP ergänzt
 * ------------------------------------------------*/
.teaser-container {
    overflow:hidden
    }
.teaser-1, .teaser-2, .teaser-3 {
    background-color:#9F9; 
    padding-bottom:1000px; 
    margin-bottom:-1000px; 
    float:left; 
    width:40%; 
    margin-right:1%;
    }
.teaser-1 {
    background-color:#ebebeb;
    }
.teaser-2 {
    background-color: #c6c6c6;
    }
.teaser-3{
  background-color: #ffffff;
}




/*
.header-language {
    padding-top: 10px !important;
}


@media (min-width: 768px) and (max-width: 1200px) {
    .custom-header .globe_class {
       width: 38px;
       height:100px;
   }
   .header-logo img {
    max-height:41px;
   }
}

@media (min-width: 768px) {
  .custom-header .span1.header-search-wrapper {
      padding-left: 5px;
      padding-right: 12px;
  }
}
@media (max-width: 1199px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
     padding: 0 5px;
  }
}

@media (max-width: 990px) {
    .hcs-banner-slider-01-repeater h2 {
        font-size: 34px;
    }
    
    .hcs-banner-slider-01-repeater h3 {
        font-size: 24px;
    }
  
    .hcs-banner-slider-01 .hcs-banner-slider-01-slide {
      min-height: 675px!important;
      height: 88vh;
    }
}

*/



.display_none {
   display: none!important;
}


.header img {
    max-width: 100%;
}