/* ==========================================================================
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.4.0/css/font-awesome.min.css');
@import url('//cdn2.hubspot.net/hubfs/4404883/Stocklin_July2019_Theme/Css/jquery.mmenu.all.css');
@import url("//hello.myfonts.net/count/3288eb");

@font-face {
  font-family: 'KorolevCondensed-Bold';
  src: url('//cdn2.hubspot.net/hubfs/4404883/Stocklin_July2019_Theme/fonts/3288EB_0_0.eot');
  src: url('//cdn2.hubspot.net/hubfs/4404883/Stocklin_July2019_Theme/fonts/3288EB_0_0.eot?#iefix') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/4404883/Stocklin_July2019_Theme/fonts/3288EB_0_0.woff2') format('woff2'),
    url('//cdn2.hubspot.net/hubfs/4404883/Stocklin_July2019_Theme/fonts/3288EB_0_0.woff') format('woff'),
    url('//cdn2.hubspot.net/hubfs/4404883/Stocklin_July2019_Theme/fonts/3288EB_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'KorolevCondensed-Light';
  src: url('//cdn2.hubspot.net/hubfs/4404883/Stocklin_July2019_Theme/fonts/3288EB_1_0.eot');
  src: url('//cdn2.hubspot.net/hubfs/4404883/Stocklin_July2019_Theme/fonts/3288EB_1_0.eot?#iefix') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/4404883/Stocklin_July2019_Theme/fonts/3288EB_1_0.woff2') format('woff2'),
    url('//cdn2.hubspot.net/hubfs/4404883/Stocklin_July2019_Theme/fonts/3288EB_1_0.woff') format('woff'),
    url('//cdn2.hubspot.net/hubfs/4404883/Stocklin_July2019_Theme/fonts/3288EB_1_0.ttf') format('truetype');
}


/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
  max-width: 100%;
  height: auto;
}

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} 
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

/* Forms */
textarea,
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"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
  padding: 0; 
}

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

/* Vertical Menu
========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
  background-color: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0px 5% 0px 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent;
}

@media all and (max-width: 400px) {
  .hs_cos_flex-slider .superimpose .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    width: 90%;
    padding: 0px 5% 0px 5%;
    top: 40%;
    text-align: center;
  }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}

.wp-float-right {
  float: right;
  margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== 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;
} 
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background: #fff;
  color: #4b4b4b;
  font-family: "KorolevCondensed-Light";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

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

/* =============== Typography =============== */

/* Basic text */
p {
  margin-top:0;
  margin-bottom: 15px;
}

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 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'KorolevCondensed-Light', cursive;
  margin-top: 0;
}

h1, .h1, .full-width-with-top-content h4 {
  font-size: 32px;
  padding-top: 0;
  font-family: "KorolevCondensed-Bold";
  text-align: center;
  color: #4B4B4B;
}

h2 {
  font-size: 25px;
  color: #b1525a;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 19px;
}

h6 {
  font-size: 17px;
}
/* Anchor Links */
a {
  color: #555;
  text-decoration: none;
}


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

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

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


/* =============== 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 {}


/* ==========================================================================
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 {}

.header-container-wrapper {
  min-height: 90px !important;
}
.header-container {
  position: fixed;
  left: 0;
  right: 0 !important;
  top: 0 !important;
  z-index: 99;
}
.custom-header {
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 1;
  background: rgba(66,66,66,.95);
  border-top: solid 10px #a89f98;
  position: relative;
  min-height: 90px !important;
}
.hs-logo {
  -webkit-transition: All .6s ease;
  position: absolute;
  right: 40px;
  top: -5px;
  max-width: 160px;
  height: auto !important;
}
.custom-header .page-center {
  position: relative;
}
.hs-logo img {
  vertical-align: middle;
  display: inline-block;
}
.custom-menu-primary {
  text-align: center;
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}
.hs-banner-gallery {
  margin-bottom:30px;
}
.hs-banner-gallery.custom-slider .hs_cos_gallery_main {
  padding: 0;
  margin: 0!important;
}
.hs-banner-gallery.custom-slider .slick-arrow {
  display: none!important;
}
.hs-banner-gallery.custom-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  position: relative;
  padding: 22vw 0 22vw;
  background-size: cover;
  display: block;
  background-position: left top;
}
.hs-banner-gallery.custom-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.below {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity .5s ease;
  transition-delay: .5s;
}
.hs-banner-gallery.custom-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.below h1 ,
.hs-banner-gallery.custom-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.below h2{
  line-height: .666667;
  border-width: 0px;
  margin: 0px 0px 19.2222px;
  color: white;
  font-family: "KorolevCondensed-Bold";
  font-size: 3em;
  text-transform: uppercase;
  letter-spacing: 0.09em !important;
  text-align: center;
  white-space: initial;
}
.hs-banner-gallery.custom-slider .hs_cos_gallery_main .slick-slide.slick-active .slick-slide-inner-wrapper .caption.below {
  opacity: 1;
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

.footer-container-wrapper {}
.footer-container {}
.custom-footer-wrapper {
  background: #424242;
  color: white;
  font-family: "KorolevCondensed-Light";
  font-size: 16px;
  padding: 20px 40px;
}
.rot {
  color: #b1525a;
}
.custom-footer-wrapper a {
  color: #d4cfcb;
  text-decoration: none;
}
.custom-footer-Address {
  margin-bottom: 30px;
  padding-left: 1%;
  padding-right: 1%;
}

.footer-menu .hs-menu-wrapper {}
.footer-menu .hs-menu-wrapper > ul {
  display: block;
  width: 100%;
}
.footer-menu .hs-menu-wrapper > ul > li {
  width: 25%;
  padding-left: 1%;
  padding-right: 1%;
}
.custom-footer-right-col > div {
  margin-left: -35%;
}
.footer-menu .hs-menu-wrapper > ul > li > a {
  color: white;
  font-family: "KorolevCondensed-Bold";
  text-transform: uppercase;
  display: inline-block !important;
}
.footer-menu .hs-menu-wrapper > ul > li.active > a {
  text-transform: none;
  font-family: "KorolevCondensed-Light";
  font-weight: bold;
}
.footer-menu .hs-menu-wrapper > ul > li > ul {
  display: block !important;
}
.footer-menu .hs-menu-wrapper > ul > li > ul > li {}
.footer-menu .hs-menu-wrapper > ul > li > ul > li > a {
  display: inline-block !important;
  white-space: normal !important;
  line-height: 25px;
}
.footer-menu .hs-menu-wrapper > ul > li > ul > li.active > a {
  color: #fff !important;
  font-weight: bold;
  text-decoration: none !important;
  pointer-events: none;
}
.social-icons .fa {
  color: #b03e4d;
  font-size: 30px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  margin: 0 3px;
}
.social-icons a:hover i {
  color: #d4cfcb;
}
.custom-footer-right-col {
  text-align: right;
  padding-right: 1%;
}
.custom-footer-wrapper a:hover {
  text-decoration: underline;
  color: rgba(104,104,104,0.8);
}
.hs-login-r1-c1-flexi {
  text-align: center;
}
.custom-footer-wrapper.lp {
  min-height: 365px!important;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */

.custom-menu-primary {
  margin: 0 auto !important;
  position: relative;
  max-width: 535px;
  float: none !important;
}

.custom-menu-primary .hs-menu-wrapper > ul{
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  font-family: "KorolevCondensed-Light";
  font-size: 1em;
  text-transform: uppercase;
  display: inline-block;
  text-align: left;
  list-style-type: none;
  z-index: 10;
  float:none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  text-transform: uppercase;
  float: none;
  padding: 0 15px;
  line-height: inherit;
  min-height: inherit;
  text-align: center;
  display: block;
  text-decoration: none;
  position: relative;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  font-size: 20px;
  color: #CEC2B4;
  font-weight: normal;
}
.custom-header {
  line-height: 80px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  background: #87817e none repeat scroll 0 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
  background: rgba(255, 255, 255, 0.1);
  color: #CEC2B4;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
  font-weight: bold;
}
/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background: rgba(50, 50, 50, 0.9);
  border: none;
  margin-top: 0;
  margin-bottom: 10px;
  box-shadow: 1px 8px 15px rgba(0,0,0,0.1);
  overflow: visible!important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper> ul ul li a {
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 0 0 10px;
  font-size: 0.75em;
  color: #CEC2B4;
  font-weight: normal;
  padding: 0 20px !important;
  line-height: 32px!important;
  letter-spacing: 0;
  border: 0;
  text-decoration: none;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  background: #87817e none repeat scroll 0 0;
  color: #464748;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch.active > a{
  background: rgba(255, 255, 255, 0.1);
  color: #CEC2B4;
  font-weight:bold;
  padding: 0 0 0 30px !important;
  margin-left: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch:not(.active) > a{
  color: rgb(177,82,90);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch:not(.active) > a:hover {
  background: #87817e none repeat scroll 0 0;
  color: #464748;
}


/* 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 */
@media screen and (min-width:911px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {
    left: auto !important;
    right: 0 !important;
  }
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
/*   display: none!important; */
  max-height: 100vh;
  overflow: auto !important;
}
.blog-post-wrapper .post-body h2 {
  color: #4b4b4b;
}

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

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

@media (max-width: 910px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 22px;
    left: 0;
    width: auto;
    height: auto;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
  }
  .mobile-trigger:after {
    font-family: "FontAwesome";
    content: '\f0c9';
    color: #fff;
    font-size: 17px;
    line-height: 36px;
    height: 36px;
    text-align: center;
    display: block;
    background: #b1525a;
    width: 36px;
    -webkit-font-smoothing: antialiased;
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .custom-header .page-center {
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* ===== Mobile Menu Styles ===== */  


  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* 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;
  }
  .custom-header {
    padding-left: 20px;
  }
  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #000;
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35);
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


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


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


.hs-blog-post .image_container_img {
  position: relative;
  padding-bottom: 66.5%;
}
.hs-blog-post .image_container_img img {
  position: absolute;
  top: -9999px;
  left: -9999px;
  bottom: -9999px;
  right: -9999px;
  margin: auto;
}

/* Blog Post and Listing Body Class */
.blog {}
a.btn-frontpage {
  border: 1px solid white;
  color: white !important;
  float: left;
  font-family: "KorolevCondensed-Bold";
  font-size: 26px;
  padding-top: 28px;
  min-height: 100px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  width: 33.333%;
  background: gray;
}
a.btn-frontpage:hover{
  opacity: 0.85; 
}
.hs-blog-post .body-container .page-center {
  padding: 20px;
  padding-bottom:0;
}
.hs-blog-post .body-container .page-center .blog-content {
  padding-left: 40px;
  padding-right: 40px;
}
.back a {
  color: white !important;
  display: block;
  font-size: 0.875em;
  text-align: center;
  width: 85px;
  background: rgb(168, 159, 152);
  border-radius: 8px;
  margin: 20px auto;
  padding: 4px;
}
.go-back {
  margin-top: 20px;
}
.back a:before {
  font-family: "FontAwesome";
  content: '\f100';
  margin-right: 5px;
}
a.partner-finden {
  background: #b03e4d !important;
}
a.kataloge-bestellen {
  background: #535353 !important;
}
.post-listing h1 {
  color: #4b4b4b;
  font-family: "KorolevCondensed-Bold";
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: bold;
  padding:0 15px;
  text-transform: uppercase;
}
.hs-blog-listing #hubspot-author_data {
  border-bottom: 1px solid #eee;
  font-family: "KorolevCondensed-Bold";
  font-size: 18px;
  text-align: center;
  line-height: 29px;
  color: #918383;
}
/* Blog Post */
.hs-blog-post {}
.hs-blog-post #hubspot-author_data {
  margin-bottom: 15px;
  font-family: KorolevCondensed-Light;
  font-size: 20px;
  line-height: 32px;
  color: #4b4b4b;
  text-align:center;
}
.hs-blog-post .section.post-header h1 {
  font-size: 32px;
  padding-top: 0;
  margin-bottom: 20px;
  text-align:center;
  line-height: 1.3;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'KorolevCondensed-Light', cursive;
}
.section.post-body{
  margin:0 0 15px;
  font-family: KorolevCondensed-Light;
  font-size: 20px;
  line-height: 32px;
  color: #4b4b4b;
  text-align:center;
}
/* Blog Listing */
.hs-blog-listing {}
.hs-blog-listing .body-container .page-center{
  padding:30px 0 0 !important;
  max-width:100% !important;
}
.hs-blog-listing .blog-content {
  border-bottom: 1px solid #eee;
  margin-bottom: 16px;
}
/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== 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 {}

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

/* Blog Post Title */
.hs-blog-listing .post-header{
  padding: 13px 10px; 
  text-align:center;
}

.post-header h2 {
  font-family: KorolevCondensed-Light, cursive;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  color: #918383;
  margin: 0.83em 0;
}
.post-header h2 a {
  color: inherit;
  text-decoration: none !important;
}
span.filter-link-count {
  display: none;
}
/* 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 {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  width:32.7%;
  display:inline-block;
  vertical-align:top;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
  color: #918383;
  text-transform: uppercase;
  font-size: 22px;
  line-height:35px;
  font-family:KorolevCondensed-Light;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.blog-listing-wrapper .post-listing .post-item .post-body h2
{
  margin-right: 5px;
}
.blog-listing-wrapper .post-listing .post-item .post-body p{
  margin:0; 
  text-align: center !important;
}
.blog-post-wrapper .post-body {text-align:left;}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
  overflow:hidden;
}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image, .recent-news-posts .newsteaser .newsteaser-v4 .image_container.float_above img{
  border-width: 0;
  max-width: 100%;
  /*  height: 100%;*/
  width: 100%;
  display: block !important;
  float: none;
  transition: all .4s ease-in-out;
  margin: 0;
  height: 260px;
  object-fit: cover;
  object-position: center;
}
.post-item:hover .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  transform: scale(1.1);
  opacity: 0.5;
}
/* Read More Link */
a.more-link {
  display:block;
  margin:15px 0;
}

/* 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;
}
.body-container .hs-blog-social-share li{
  background: none;
  padding: 0;
}
#comment-form .hs_subscribe li {
  list-style: none;
  padding: 0;
}


/* Blog Commments */
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

#comments-listing.no-comments {
  border: none;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
  border-bottom: 1px 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;
  font-size: 13px;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
  border: 1px solid #E2E2E2;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height:26.4px;
}

/* Pagination */
.blog-pagination > div{
  display:inline-block; 
}
.blog-pagination {
  text-align: center;
  margin: 0 0 10px;
}
.blog-pagination > div{
  display:inline-block; 
}
.blog-pagination {}
.blog-pagination a {
  background: none;
  display: inline-block;
  margin-right: 1px;
  color: #555;
  font-size: 20px;
  text-decoration: none;
  padding: 3px 10px;
  line-height: 32px;
  font-family: KorolevCondensed-Light;
}
.blog-pagination a:hover{
  color: rgb(177,82,90); 
}
.blog-pagination a.active{
  background: rgb(177,82,90); 
  color:#fff;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.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 .blog-sidebar .cell-wrapper{
  margin:0 0 30px;
}

/**********************15.3.2019 ***********************************/

.blog-section .blog-listing-wrapper .post-listing .post-item .post-header h2 a
{
  color: #918383;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 35px;
  /* font-family: KorolevCondensed-Light; */
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 10px;
  font-weight: normal;
}

.blog-listing-wrapper .post-listing .post-item .post-body p
{
  font-family: KorolevCondensed-Light, cursive;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  color: #918383;

}

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

/*Author Page*/
.hs-author-profile {
  margin-bottom: 20px;
}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {
  margin: 10px 0;
}
.hs-author-profile .hs-author-avatar {
  max-width: 75px;
  border-radius: 100%;
}
.hs-author-profile .hs-author-avatar img {
  border-radius: 100%;
}
h3.hs-author-listing-header {}

.custom_error_message.back a[title="Zurück"]:before {
  display: none;
}
.cst-search-404-grp .hs-search-field {
  margin: 0 auto 20px;
}

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

/*Form Background Styling*/
.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search, .widget-type-blog_subscribe, 
.widget-span.widget-type-form, .error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form, .subscription-template .body-container .widget-type-email_simple_subscription form, 
.body-container .hs_cos_wrapper_type_form, div#comment-form {
  display: block;
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
  margin-bottom: 30px;
}

.landing-page.one-column .body-container .hs_cos_wrapper_type_form, 
.body-container  .hs-search-field,
.password-template .body-container form, .subscription-template .body-container .widget-type-email_simple_subscription form {
  max-width: 500px;
}
.section.post-footer .hs-form {
  margin-bottom: 20px;
  margin-top: 20px;
}
body .hs-form-field > label, .widget-type-google_search label, li.hs-form-booleancheckbox label {
  display: block;
  margin-bottom: 3px;
  font-family: "KorolevCondensed-Light";
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  color: #4b4b4b;
}
/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* 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 {
  outline: none;
  display: block;
  width: 100%;
  padding: 14.5px 7px;
  border: none;
  border-bottom: 1px solid #ddd;
  background: transparent;
  margin: 0 0 15px;
  font-family: "KorolevCondensed-Light";
  line-height: normal;
  font-size: 20px;
}

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

/* Error */
.hs-error-msgs label {
  color: red;
}

ul.hs-error-msgs.inputs-list {
  margin: -7px 0 0;
  padding: 0;
  list-style: none;
}

/* 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{}

/* 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"] {}


/* ==========================================================================
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;
  -moz-box-shadow: inset 0px 1px 0px 0px #a79f98;
  -webkit-box-shadow: inset 0px 1px 0px 0px #a79f98;
  box-shadow: inset 0px 1px 0px 0px #a79f98;
  background-color: #a79f98;
  color: #FFFFFF;
  font-size: 14px;
  padding: 8px 18px;
  white-space: normal !important;
  text-decoration: none;
  transition: all 0.2s ease-out 0s;
  border-radius: 3px;
  line-height: normal;
  font-weight: bold;
  margin: 10px 0 0;
  border: 1px solid rgba(0,0,0,0.2);
  text-transform: uppercase;
  font-family: "KorolevCondensed-Light";
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: rgb(177,82,90);
}

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


/* =============== 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                                      
========================================================================== */

/*** Color Box Style **/
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}


/* =============================================================================
* colorbox 
* ========================================================================== */

#cboxPrevious,
#cboxNext,
#cboxClose {
  z-index: 100;
}

body #cboxWrapper .mod_article {
  padding: 0!important;
  margin: 0!important;
}

#cboxWrapper #wrapper {
  padding: 10px;
}

#cboxWrapper .mod_article {
  max-width: none!important;
}

#cboxNext,
#cboxPrevious {
  width: 75px!important;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;	
} 

#cboxNext:hover,
#cboxPrevious:hover {
  opacity: 1;
}

#cboxClose:hover {
  background-position: top center!important;
}

#cboxClose {
  width: 26px!important;
  height: 30px!important;
  top: 3px!important;
  right: 5px!important;
}

#cboxLoadedContent {
  border: 0!important;
}

#cboxCurrent {
  display: none!important;
}

body.no_scroll {
  overflow: hidden;
}

#cboxOverlay {
  opacity: 0.8!important;
}

#cboxNext,
#cboxPrevious,
#cboxClose {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAN4AAABBCAYAAAC+VxohAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjBFRTk5RkI1NDk1MTFFNUJCRTVFNzA5NjVBODdGQ0IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjBFRTk5RkM1NDk1MTFFNUJCRTVFNzA5NjVBODdGQ0IiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowNDhENkY3MDU0OTQxMUU1QkJFNUU3MDk2NUE4N0ZDQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMEVFOTlGQTU0OTUxMUU1QkJFNUU3MDk2NUE4N0ZDQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ptw5bj0AAAcTSURBVHja7J1faBRXGMVvUmhfSsASKehTY4XCWmliEGwJCD6oC0mMUfFBUHRFEqkg9C0IAfVNJWrfzJK0EWpsjEmKfxBjH6KYLvWhCa0mpUZBqPEviBHU1NvvXBwJISbZzc7MvTPnB5c7ibuJ+c45O3fm3pkp0IIis6WAJZgWemmWFLIEhDB4hDB4hBAGjxAGjwRDQUHBt4WFhWekV9k2eV+39N+xigweyZ52aV9KgL7PMrBp6b6S1sESWviByumE7OoVwh7P629Jd1vkSs7iPb3SfSKvLcXXAUpML3GPFy0kPF8gTBKq1hlC94N0H8vry1g17vG4x5vjHm/C16PSdYpsdVO89kfpvpZ/+3xSaLnH4x6PzHHP96l037wN2eRjusTk0BEGzxpevHihqqqq1IEDB1wNH47dKrzwSd+JMMr3l7nyN6D20ABaMHgxIJPJqPLycnXjxg2VSCRc/TP+k5B9Jv2YhO536f95ewzoDKg9NIAW0ITBizCnTp1SNTU1at68eerKlStm2/Fh59/SLZN+wLX/O2oPDaAFtqFN3I4ZIs/4+Ljes2ePXrBgga6vr5/Lj1JBt2lOuvwi7Vd8eEr/m7Qz02gcVMsJaAJtoBG0igORD97o6KheuXKlEbapqSkf9Qo9eBKyn6T9IZsfvv3WRxhySmtxMXgA2kAjaAXNGDyHuXTpkl64cKEuKSnR/f39+apXqMGTcLVLy7wnkH9Ja3YxeAAaQStoBu0YPAc5evSo+QRdvXq1vnfvXj7rFVrwsGxM2p8zzPsNTl5e5krwALSCZtAOGjJ4jjA2Nqa3bt1qhNu3b58f9QoleBImLHi+PctJ938xHHUxeB7QDhpCS2jK4FnM0NCQTiQSRrC2tja/6hV48CREP0vry3LFS7+0Ltn8wMXgAWgILaEptGXwLKSzs9OItHTpUj04OOhnvQJtEp6UtOFczljL+0ZwWZGrwQPQEppCW2jM4FmENyzZuHGjfvr0qd/1YgsweACaQlufDh8YvGx58OCBrq6uNoIcOnQoqHqxBRw8D2gMraE5tHcZZ69OuH79utqwYYPZbm5uVmvXrg3i1/L2fjOsx/D7F1y4cEGlUimz3dHRoVasWMElY0HR0tJiQrdo0SJ19erVoEJHLABaQ3NoDw/AC1wy5jOvXr3SdXV1ZriBHl+HMDRnC2moaZkX4nGMd+fOHV1RUWEKnU6nw6wXmwXB84AX4Al4Ax5h8PLIuXPnTHHRrl27Fna92CwKHoAnPH/AKwxeHjh8+LApaFVVlb5//74N9WKzLHgA3oBH4BV4hsHLkcePH+tNmzaZQjY0NNhULzYLg+cBr8Az8A48xOBlwcDAgF6yZIkpYHt7u231YrM4eACegXfgIXjJRqybTsCVyGvWrFHj4+Oqt7dXyScXz6GTrIBn4B14CF6y8ep2qybQZZigWltbzaQoJkcthBPoIU+gZwvm+rDYYtu2bergwYOcQJ+KsrIyNX/+fDUyMmJuhEPIXICH4CV4Ct7iypX3UFtbq3p6elRRUZG59VtTUxPdQ3IC3oGH4CV4Ct7iypVZsHfvXnOAnEql9OvXr3lyhSdXZgW8As/AO/AQz2rOYVVCaWmpvnnzJoPH4E0LPAKvhLy6yc2zmhPZvn276urqUvIpplatWqXOnz/PMRSZEngDHoFX4Bl4x+7TUA6ACyHXrVtnw2Q692oW7vG8SXN4xOcLoeOzZGwi+/fvNwVev369fv78OYMX8+DBA/ACPAFvuIRzV6D39PSYQi9evDhf98pk8BwMHrSHB+AFeMI1nLsQtrKyUl2+fFkVFxcr+bRTJ0+e5AFOzIDm0B4egBfgCfeWGjgKThvv2rXr3fMQAroQknu1EPd40Nh7zgK0t2iaKfpDzckcO3bs3T33Hz58yOBFNHjQ1nsGBjR3nUjc3q+vr8/cbx+iXLx4kcGLWPCgKbSFxtA6CkTmhrZ3797VyWTSCHT8+HEGLyLBg5bQFNpC46gQuWcnTLzn/rNnzxg8R4MH7Xx8BgaD5wfePfdxIeTw8DCD51jwoJl3IbRPz8DgdIIfbNmyxZxmfvPmjZIDcnX69Gmeg3cEaAXNoB00hJaRREeYJ0+e6M2bN5tPzsbGRu7xLN/jQSNoBc2gXZSJxTPQjxw5YgStqamZ653KGC4fggdNoA00glZxwNlnJ+Syen3nzp1m++zZs2r58uW5/Bje+mGGAVS2b8hkMkpCZ7ZPnDihkslkLApVGBdHQFCIjHvuQ2jc24WECzSAFtAE2sQldJE/xpuKly9f6t27d+e6op3DyTwNNb0rTaAFNIkbsRlqTiadTptFttXV1RxqhjDU7O7uVo8ePVI7duyIZaFiG7xc68US5PcYL64UsgSEMHiEMHiEEAaPEAaPEMLgEcLgEUIYPEIYPEKIUv8LMAA4V4X0rspAGgAAAABJRU5ErkJggg==')!important;
}
/** Color Box style **/







.team-member-page .hs-banner-gallery.custom-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.below h1, 
.hs-banner-gallery.custom-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.below h2 {
  line-height: 1.25;
}
.hs-full-width-with-top-pane-page .full-width-with-top-content .page-center {
  max-width: 1140px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.hs-full-width-with-top-pane-page .full-width-with-top-content {
  padding-left: 20px;
  padding-right: 20px;
}
.portfoliolist-wrapper {
  overflow: hidden;
}
.portfoliolist {
  margin-top: 70px;
  margin-bottom: 2.5em;
  margin-left: -10px;
  margin-right: -10px;
}
.btn-frontpage {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-frontpage a {
  border: 1px solid white;
  color: white !important;
  float: left;
  font-family: "KorolevCondensed-Bold";
  font-size: 26px;
/*   padding-top: 27px; */
  height: 100px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  width: 33.333%;
  background: gray none repeat scroll 0 0;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}
.btn-frontpage:hover {
  opacity: 0.85;
}
.btn-frontpage.partner-finden a {
  background: #b03e4d;
}
.btn-frontpage.kataloge-bestellen a {
  background: #535353;
}
.full-width-with-top-content {
  padding-bottom: 30px;
}
.portfoliolist .item {
  width: 33.27%;
  overflow: hidden;
}
.portfoliolist .item figure.image_container {
  background: rgb(255,255,255);
  margin: 0;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.portfoliolist .item a {
  margin-left: -22px;
  font-size: 18px;
}
.portfoliolist .item .image_container_img img {
  max-width: none;
  backface-visibility: hidden;
  opacity: 1;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  width: 100%;
  height: 330px;
  object-fit: cover;
}
.portfoliolist .item figure:hover img {
  opacity: 0.3;
  transform: scale3d(1.1,1.1,1);
  -webkit-transform: scale3d(1.1,1.1,1);
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
}
.portfoliolist .item figure:hover img {
/*   opacity: 0.2; */
  opacity: 1;
}
.portfoliolist .item a {
  display: block;
}
.portfoliolist .item figure.image_container:hover .info {
  bottom: 20%;
}
.portfoliolist .item figure.image_container:hover .info h5 {
  color: black !important;
}

/*** Overview Section **/

.overview-nav {
  background: #dfdbd7 none repeat scroll 0 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.overview-nav h2 {
  line-height: 1.3;
  font-weight: bold;
  text-transform: uppercase;
  background: #b1a7a7 none repeat scroll 0 0;
  color: white;
  cursor: pointer;
  font-family: korolevcondensed-bold;
  padding: 0.4em;
  text-align: center;
  margin-bottom: 0;
}
.overview-nav h2:before {
  color: #4c4c4c;
  content: "> ";
  font-family: korolevcondensed-bold;
  font-size: 1em;
  position: relative;
  top: -2px;
  display: inline-block;
  padding-right: 0.2em;
}
.overview-nav ul.level_1 {
  background: #dfdbd7 none repeat scroll 0 0;
  color: #b1a7a7;
  margin: 0;
  padding: 1em 0 0 0;
  list-style: none;
}
.overview-nav ul.level_1 li {
  float: left;
  font-family: korolevcondensed-bold;
  letter-spacing: 1px;
  text-align: right;
  text-transform: uppercase;
  width: 50%;
  padding-right: 0.8em;
  background: inherit;
}
.overview-nav ul.level_1 li a {
  color: #918383;
  text-decoration: none;
}
.overview-nav ul.level_1 li a:hover {
  color: #4c4c4c;
}
.overview-nav ul.level_1 li:nth-child(2n) {
  padding-left: 0.8em;
  text-align: left;
}
.overview-nav ul.level_1 li:last-child {
  margin-bottom: 1em;
}

.portfoliolist .item .content {
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 2em;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  opacity: 1;
  background: none;
}
.portfoliolist .item .content .info {
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 11px;
  left: 0;
  text-align: center;
  top: 54%;
  color: white;
  position: absolute;
  line-height: 1.3;
  bottom: 10%;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
}
.portfoliolist .item .content .info h5 {
  line-height: 1.3;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'KorolevCondensed-Light', cursive;
  position: relative;
  overflow: hidden;
  color: #fff;
  margin-bottom: 0;
  text-overflow: ellipsis;
  font-size: 1.8em;
}
.portfoliolist.dark-overlay .content {
  opacity: 0;
/*   background: black none repeat scroll 0 0; */
}
.portfoliolist.dark-overlay .item figure.image_container:hover .content  {
/*   opacity: 0.4; */
  opacity: 1;
  background: transparent;
}
.portfoliolist.dark-overlay .item figure.image_container:hover .content h5.title {
  color: #CEC2B4 !important;
  background: rgba(66,66,66,.95);
}


/*** Filter **/ 

.filter {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 65px;
  letter-spacing: 0;
  font-size: inherit;
  margin-top: 65px;
}
.filter a {
  margin-bottom: 5px;
  cursor: pointer;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  display: inline-block;
  background: #a89f98;
  border-radius: 4px;
  padding: 8px 15px;
  color: rgb(255,255,255);
}
.filter a:hover, .filter a.selected {
  border-radius: 4px;
  opacity: 0.6;
}

.topic-description-group {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
  clear: both;
  overflow: hidden;
}
.contact-address {
  text-align: center;
  margin-bottom: 30px;
}
.map-wrap {
  overflow: hidden;
}
.map-wrap iframe {
  margin-top: -120px;
  max-width: 100%;
}
.hs-team-member-wrapper .hs-team-member-columns {
  width: 33.3333%;
  float: left;
  position: relative;
}
.hs-team-member-wrapper .hs-team-member-columns:after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.hs-team-member-wrapper .hs-team-member-columns:hover:after {
  opacity: 1;
}
.hs-team-member-wrapper .hs-team-member-columns .ce_text_imagebox_image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  min-height: 357px;
  display: flex;
  align-items: center;
}
.hs-team-member-wrapper .hs-team-member-columns .ce_text_imagebox_image .inside {
  padding: 40px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
  opacity: 0;
}
.hs-team-member-wrapper .hs-team-member-columns .ce_text_imagebox_image .inside p:last-child {
  margin-bottom: 0;
}
.hs-team-member-wrapper .hs-team-member-columns .ce_text_imagebox_image .inside * {
  color: #fff;
}
.hs-team-member-wrapper .hs-team-member-columns:hover .ce_text_imagebox_image .inside {
  opacity: 1;
}


.hs-home-page .hs-banner-gallery {
  margin-bottom: 0;
}
.hs-home-page .hs-bottom-pane {
  margin-bottom: 30px;
  overflow: hidden;
}
.hs-home-page .full-width-with-top-content .page-center {
  max-width: 1140px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.newsteaser .newsteaser-v4 {
  width: 33.3333%;
  padding: 0;
  border: 1px solid white;
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
}
.newsteaser .newsteaser-v4 .image_container.float_above {
  position: relative;
  padding: 0;
  line-height: 0;
  border-radius: 0px;
  border: 0px;
  overflow: hidden;
  transition: all .4s ease-in-out;
}
.recent-news-posts .newsteaser .newsteaser-v4 .image_container.float_above img {
    height: 203px;
    object-fit: cover;
}
.newsteaser .newsteaser-v4 .image_container.float_above img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
  transform: scale(1);
  transition: all .4s ease-in-out;
  opacity: 1;
}
.newsteaser .newsteaser-v4:hover .image_container.float_above img {
  transform: scale(1.1);
  opacity: 0.5;
}
.newsteaser-v4 .news-overlay {
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -20px;
  height: 40px;
  width: 40px;
  background: rgb(175,185,191);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: center;
  display: none;
}
.newsteaser-v4 .news-overlay i {
  color: #fff;
  -webkit-transform: rotate(+45deg);
  transform: rotate(+45deg);
  text-align: center;
  font-size: 26px;
  line-height: 40px;
}

/** Gb-**/

.btm-30 .body-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget {
  margin: 0 0 30px;
  display: block;
}
.cst-title-grp {
  margin-bottom: 30px;
  padding-bottom: .1px;
  text-align: center;
}
.cst-location-grp .inner.clearfix .cst-location-col:nth-child(odd) {
  background: #f4f4f4 none repeat scroll 0 0;
}
.cst-location-grp .inner.clearfix .cst-location-col:nth-child(even) {
  background: #fafafa none repeat scroll 0 0;
}
.cst-location-grp .inner.clearfix .cst-location-col {
  padding: 20px;
  width: 33.333333333333333333333333333333333333333%;
  min-height: 311px;
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
}
.cst-location-grp .inner.clearfix .cst-location-col .header h3.title {
  color: #b1525a;
  margin-bottom: 8px;
}

.cst-location-grp .inner.clearfix .cst-location-col .partner-content > div {
  line-height: 1.5em;
}
.cst-location-grp .inner.clearfix .cst-location-col .partner-content .partner-strasse,
.cst-location-grp .inner.clearfix .cst-location-col .partner-content .partner-plzort {
  font-weight: bold;
}

.cst-location-grp .inner.clearfix .cst-location-col .partner-content .partner-plzort,
.cst-location-grp .inner.clearfix .cst-location-col .partner-content .partner-fax{
  margin-bottom: 8px;
}

.cst-location-grp .inner.clearfix .cst-location-col .partner-content a:hover {
  text-decoration: underline;
}
.cst-location-grp .inner.clearfix .cst-location-col .partner-content a {
  color: #b1525a;
}

div#mapsvg {
  margin-top: 30px;
  margin-bottom: 30px;
}

.back a:before {
  font-family: "FontAwesome";
  content: '\f100';
  margin-right: 5px;
}
.back a {
  color: #555;
  text-decoration: none;
}
.back a[title="Zurück"]:hover {
  opacity: 0.8;
}

.back a[title="Zurück"] {
  background: #a89f98;
  border-radius: 8px;
  color: white;
  display: block;
  font-size: 0.875em;
  margin: 20px auto;
  padding: 4px;
  text-align: center;
  width: 85px;
}

.hs-dealer div#mapsvg {
  margin-top: 0;
  margin-bottom: 0;
}

.hs-banner-gallery .hs_cos_gallery_main ul.slick-dots {
  margin: 0;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5px);
  width: auto;
  left: 50%;
  height: 19px;
  bottom: -11px;
  transform: translateX(-50%);
}
.hs-banner-gallery .hs_cos_gallery_main ul.slick-dots li {
  width: 19px;
  height: 19px;
  margin: 0 0;
  vertical-align: top;
}

.hs-banner-gallery .hs_cos_gallery_main:hover ul.slick-dots {
  opacity: 1;
}
.hs-banner-gallery .hs_cos_gallery_main ul.slick-dots li button {
  cursor: pointer;
  position: relative;
  background: url(//cdn2.hubspot.net/hubfs/4404883/Stocklin_July2019_Theme/Images/bullets2.png) no-Repeat bottom left;
  width: 100%;
  height: 100%;
  padding: 0;
}
.hs-banner-gallery .hs_cos_gallery_main ul.slick-dots li button:before {
  display:none;
}

.hs-banner-gallery .hs_cos_gallery_main ul.slick-dots li.slick-active button,
.hs-banner-gallery .hs_cos_gallery_main ul.slick-dots li:hover button{
  background-position: top left;
}

/* History Page Styling *****/

.hs-history-r1-c1-flexi .hs_cos_wrapper_type_rich_text {
  display: block;
  margin-bottom: 30px;
  padding-bottom: .1px;
  text-align: center;
}

.hs-history .hs-full-width-layout-wrapper .page-center {
  max-width: 1140px!important;
  padding-left: 0!important;
  padding-right: 0!important;
}


.cst-history-timeline-grp hr {
  max-width: 1140px;
  height: 1px;
  margin: 40px auto;
  color: blue;
  background: #a89f98;
}
.cst-history-timeline-grp .cst-history-item-col h3 {
  text-align: center;
  font-size: 2em;
  font-family: korolevcondensed-bold;
  color: #b1525a;
  line-height: 1em;
}
.cst-history-timeline-grp .cst-history-item-col p {
  color: #a89f98;
  font-family: korolevcondensed-bold;
  margin-top: -20px;
  letter-spacing: 0.07em;
  margin-bottom: 16px;
}
.cst-history-timeline-grp .cst-history-item-col {
  text-align: center;
  margin-bottom: -16px;
}
.cst-history-timeline-grp .cst-history-item-col:last-child {
  margin-bottom: 30px;
  padding-bottom: .1px;
}
.cst-history-timeline-grp .cst-history-item-col + .cst-history-item-col:before {
  background: #a89f98;
  content: "";
  display: block;
  height: 40px;
  margin: 0 auto;
  position: relative;
  width: 1px;
  border-top: 6px solid white;
  border-bottom: 8px solid white;
}

.full-width-content h2:not(:nth-of-type(1)) {
  margin-top: 26px;
}
.newsteaser .newsteaser-v4 .info {
  border-bottom: 1px solid #eee;
  font-family: "KorolevCondensed-Bold";
  font-size: 0.9em;
  color: #918383;
}
.newsteaser .newsteaser-v4 .ce_text.block {
  display: none;
} 
.newsteaser .newsteaser-v4 .content {
  text-align: center;
  background: rgb(255,255,255);
  padding: 13px 10px;
  border-radius: 0px;
  border: 0px;
}
.newsteaser .newsteaser-v4 .content .subheadline h2 {
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 1.1em;
  color: #918383;
  font-family: "KorolevCondensed-Light";
  line-height: 1.6;
  font-weight: 400;
}
.newsteaser .newsteaser-v4 .content h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.newsteaser .newsteaser-v4 .content h6 a {
  color: #918383;
      text-transform: uppercase;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 10px;
    font-weight: normal;
}
.newsteaser {
  border-bottom: 1px solid #eee;
  margin-bottom: 16px;
  margin-top: 26px;
}
.one_third {
  width: 33.33%;
}
.two_third {
  width: 66.6667%;
}
.ce_text_imagebox_image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.hs-services-item.element-item:after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.hs-services-item.element-item:hover:after {
  opacity: 1;
}

.hs-services-item.element-item .inside.overlay:after {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(195, 24, 24, 0.4);
}
.hs-services-item .inside {
  padding: 40px;
  position: relative;
  display: block;
  height: 100%;
}
.hs-services-item .inside .ce_headline {
  display: block;
  font-family: korolevcondensed-bold;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999;
}
.hs-services-item .inside h2 {
  color: #fff;
}
/* .hs-services-wrapper .hs-services-item {
float: left;
} */
.hs-services-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.height-275 .ce_text_imagebox_image {
  height: 275px;
}
.height-550 .ce_text_imagebox_image {
  height: 550px;
}
/***-gbe--*/

.hs-services-item.element-item.one_third.height-550 .ce_headline.attribute.headline {
  z-index: 2;
  text-align: center;
  font-family: korolevcondensed-bold;
  letter-spacing: 0.1em;
  position: relative;
  top: 0;
  transform: none;
}
.hs-services-item.element-item:hover:after {
  opacity: 1;
}
.topic-description-group .topic-description {
  margin-bottom: 15px;
}
.topic-description-group .topic-description p:last-child {
  margin-bottom: 0;
}
.hs-member.hs-full-width-with-top-pane-page .full-width-with-top-content .page-center {
  max-width: 1100px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.hs-services-wrapper .hs-services-item a {
  opacity: 1;
  display: block;
  position: relative;
  z-index: 1;
}
.hs-services-wrapper .hs-services-item:hover a {
  opacity: 0.8;
}
.hs-member .full-width-with-top-content {
  padding-bottom: 10px;
}
p a {
  color: rgb(177,82,90);
}
.hs-services-item.element-item.one_third.height-550 h2.h1 {
  font-size: 39.2px !important;
  color: #b03e4d !important;
}
.hs-in-house-page .full-width-with-top-content .page-center {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 1140px !important;
}
.light-box .portfoliolist {
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.light-box .portfoliolist .item {
  width: 33.20%;
}
.light-box .portfoliolist a {
  display: block;
  margin-left: 0;
}
.light-box .portfoliolist .item .content {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  opacity: 0;
}
.light-box .portfoliolist .item:hover .content{
  opacity:1;
}
.hs-production-page .hs-services-wrapper .hs-services-item a {
  opacity: 1 !important;
  display: block;
  position: relative;
}
/** Gb **/


.hs-partner-r1-c1-flexi .hs_cos_wrapper_type_rich_text {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
.cst-partner-grp.clearfix .cst-image-col {
  width: 16.6667%;
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
}
.cst-partner-grp.clearfix .cst-image-col .logo-col {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  height: 138px;
}
.cst-partner-grp.clearfix .cst-image-col .logo-col:after {
  content: '';
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.cst-partner-grp.clearfix .cst-image-col:hover .logo-col:after {
  opacity: 1;
}

.cst-staff-member-grp {
  border-bottom: 1px solid #eee;
  margin-bottom: 16px;
  margin-top: 6px;
}
.cst-staff-member-grp .inner-col.clearfix .cst-staff-items {
  padding: 0;
  border: 1px solid white;
  width: 33.3333%;
  display: block;
  float: left;
  overflow: hidden;
}
.post-listing {
  padding-left: 20px;
}

.cst-staff-member-grp .inner-col.clearfix .cst-staff-items .cst-staff-items-inside {
  margin: 0;
}

.cst-staff-member-grp .inner-col.clearfix .cst-staff-items .cst-staff-items-inside .image_container {
  overflow: hidden;
  transition: all .4s ease-in-out;
  border-radius: 0px;
  border: 0px;
  position: relative;
  padding: 0;
  line-height: 0;
}

.cst-staff-member-grp .inner-col.clearfix .cst-staff-items .cst-staff-items-inside .image_container img {
  transform: scale(1);
  transition: all .4s ease-in-out;
  opacity: 1;
}

.cst-staff-member-grp .inner-col.clearfix .cst-staff-items:hover .cst-staff-items-inside .image_container img {
  transform: scale(1.1);
  opacity: 0.5;
}
.cst-staff-member-grp .inner-col.clearfix .cst-staff-items .cst-staff-items-inside .image_container span.news-overlay {
  display: none;
}
.cst-staff-member-grp .inner-col.clearfix .cst-staff-items .cst-staff-items-inside .content {
  padding: 13px 10px;
  background: rgb(255,255,255);
  text-align: center;
}
.cst-staff-member-grp .inner-col.clearfix .cst-staff-items .cst-staff-items-inside .content h6 {
  margin-bottom: 10px;
}
.cst-staff-member-grp .inner-col.clearfix .cst-staff-items .cst-staff-items-inside .content h6 a {
  color: #918383;
}
#comments-listing:empty {
  display: none;
}
.hs-def-lay .body-container .page-center {
  padding-top: 40px;
  padding-bottom: 40px;
}
.hs-def-lay .body-container h1 {
  text-align: left;
}
.hs-def-lay .body-container .hs-search-field {
  display: block;
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
  margin-bottom: 30px;
}

.hs-team-member-wrapper {
  overflow: hidden;
}
.go-back a:before {
  font-family: "FontAwesome";
  content: '\f100';
  margin-right: 5px;
}
.language-switcher-main {
	position: absolute;
	top: 3px;
	left: 0;
}
.language-switcher-main .lang_list_class li {
	border: 0;
	background: rgba(50, 50, 50, 0.9);
	padding: 10px 20px;
}
.language-switcher-main .lang_list_class li a {
	color: #fff;
	white-space:nowrap;
}
.language-switcher-main .lang_list_class li:hover {
	background: #87817e;
}
.language-switcher-main .lang_list_class::after {
	display: none;
}
.language-switcher-main .globe_class {
	background-image: url("https://cdn2.hubspot.net/hubfs/4404883/Partner_Page/Bilder_Partner/globe-white.png");
}
.language-switcher-main .globe_class {
  background-image: none;
  position: relative;
  width: 33px;
}

.language-switcher-main .lang_list_class::before {
  border-bottom-color: rgba(50, 50, 50, 0.9);
}
.language-switcher-main .globe_class::before {
  position: absolute;
  left: 0;
  top: 0;
  color: #CEC2B4;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.language-switcher-main .globe_class::after {
  position: absolute;
  content: "";
  right: 0px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #CEC2B4;
  border-bottom: 2px solid #CEC2B4;
  transform: rotate(45deg);  
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  top: 5px;
}
.german-header .language-switcher-main .globe_class::before {
  content: "DE";
}
.french-header .language-switcher-main .globe_class::before {
  content: "FR";
}

@media (min-width: 1600px){

  .recent-news-posts .newsteaser .newsteaser-v4 .image_container.float_above img
  {
        height: 350px;
  }
  .portfoliolist .item .image_container_img img {
    height: 430px;
  }
}
@media (min-width: 991px) {
  .cst-map-col .form.hs_cos_wrapper_type_form {
    display: none;
  }
}

.hs-find-partner .cst-bdy-grp .page-center.content-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

/* Styles that do not fit into any of the available sections above can go here. */
@media (min-width: 911px) and (max-width:1120px) {
	.language-switcher-main {
	left: 30px;
}
}
@media (min-width: 911px) {
  .custom-menu-primary.mobile {
    display: none !important;
  }

}

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


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

.hs-services-item .inside p.hs-sub {
  color: #d4cfcb !important;
  font-family: korolevcondensed-bold;
  font-size: 2em;
  letter-spacing: 0.1em;
  text-align: center;
}
.hs-find-partner {
  overflow-x: hidden;
}

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

  .hs-services-item .inside p.hs-sub {

    font-size: 1.8em !important;

  }
}

/* =============================================================================
* Media Query Raster Text
* ========================================================================== */

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

  .hs-services-item .inside p.hs-sub {

    font-size: 1.6em !important;

  }
}


/* =============================================================================
* Media Query Raster Text
* ========================================================================== */

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

  .hs-services-item .inside p.hs-sub {

    font-size: 1.5em !important;

  }
}


/* =============================================================================
* Media Query Raster Text
* ========================================================================== */

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

  .hs-services-item .inside p.hs-sub {

    font-size: 1.4em !important;

  }
}



/* =============================================================================
* Media Query Raster Text
* ========================================================================== */

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

  .hs-services-item .inside p.hs-sub{

    font-size: 1.3em !important;

  }
}



/* =============================================================================
* Media Query Raster Text
* ========================================================================== */

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

  .hs-services-item .inside p.hs-sub  {

    font-size: 1.2em !important;

  }
  .portfoliolist .item .image_container_img img {
    height: 250px;
  }
}


/* =============================================================================
* Media Query Raster Text
* ========================================================================== */

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

  .big-text p {

    font-size: 1.1em !important;

  }
}






@media (max-width: 1140px) {
  .hs-404-error-page .body-container .page-center.content-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 95%;
  }
  .hs-history .hs-full-width-layout-wrapper .page-center {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 95%!important;
  }
  .hs-home-page .full-width-with-top-content .page-center {
    width: 95%;
    margin: 0 auto;
  }
  .custom-footer-Address {
    width: 100% !important;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image, .recent-news-posts .newsteaser .newsteaser-v4 .image_container.float_above img {
    height: 190px;
  }
  .custom-right-footer {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .custom-footer-right-col > div {
    margin-left: -24%; 
  }
  .custom-footer-right-col img {
    vertical-align: baseline;
  }
  .custom-footer-Address {
    margin-bottom: 0;
  }
  .hs-partner-r1-c1-flexi .hs_cos_wrapper_type_rich_text {
    width: 95%;
    margin: 0 auto;
  }

  /** New Change **/

  .hs-full-width-with-top-pane-page .full-width-with-top-content .page-center {
    width: 95%;
  }
  .hs-full-width-with-top-pane-page .full-width-with-top-content {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-full-width-with-top-pane-page.team-member-page .full-width-with-top-content {
    padding-bottom: 0;
  }
  /** New Style Change **/
}

@media (max-width: 991px) {
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image, .recent-news-posts .newsteaser .newsteaser-v4 .image_container.float_above img {
    height: 125px;
  }
  .hs-services-item .inside p.hs-sub {
    font-size: 1.1em !important;
  }
  .btn-frontpage a {
    width: 100%;
  }
  .one_third, .two_third {
    width:100%;
  }
  .blog-post-wrapper .post-body img {
    display: block !important;
    float: none !important;
    margin: 0 0 10px !important;
  }
  .hs-banner-gallery .hs_cos_gallery_main ul.slick-dots {
    bottom: -23px;
  }
  .portfoliolist .item .image_container_img img {
    height: 200px;
  }
}



@media (min-width:768px) and (max-width: 991px) {
  .portfoliolist .item .content .info h5 {
    font-size: 1.3em;
  }
}
@media (max-width: 910px) {
  .custom-menu-primary.desktop {
    display: none !important;
  }
  .custom-footer-wrapper.lp {
    min-height: 0!important;
  }
    .language-switcher-main {
	top: 3px;
	left: 22px;
}
}


@media (max-width: 990px) {
  .hs-banner-gallery.custom-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.below h1, 
  .hs-banner-gallery.custom-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.below h2 {
    margin: 0px 0px 8.93939px;
    font-size: 2em !important;
    line-height: 1.2em !important;
  }
  .cst-location-grp .inner.clearfix .cst-location-col {
    width: 50%;
    border-bottom: 2px solid #fff;
    min-height: 313px;
  }
  .hs-banner-gallery.custom-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    padding: 22vw 0 21.6vw;
  }
  .cst-map-col .form {
    max-width: 500px;
    padding: 30px;
    background: #FFFFFF;
    margin: 50px auto;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
  }
  .cst-map-col .form form select {
    height: 35px;
    outline: none;
    display: block;
    width: 100%;
    padding: 7px;
    border-radius: 0;
    line-height: 60px;
    font-size: 13.3333px;
    font-family: arial;
    margin-bottom: 10px;
  }
  .btn-frontpage a {
    width: 100%;
  }
  .mac .cst-map-col .form form select {
    font:400 11px -apple-system, system-ui;
  }
}

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

@media (max-width: 767px) {
  .post-listing {
    padding-right: 20px;
    padding-left: 20px;
  }
  .post-listing {
    padding-right: 20px;
  }
  .blog-listing-wrapper .post-listing .post-item {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .post-listing h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .portfoliolist .item .content .info {
    padding-left:2em;
    padding-right:2em;
  }
  .footer-menu .hs-menu-wrapper > ul > li > a {
    width: auto!important;
  }
  .hs-blog-post .body-container .page-center .blog-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hs-blog-post .light-box .portfoliolist {
    margin-top: 0;
  }
  .hs-blog-post .section.post-header h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .full-width-with-top-content {
    padding-bottom: 0;
  }
  .light-box .portfoliolist .item {
    width: 49.8%;
  }
  .hs-full-width-with-tabber.hs-full-width-with-top-pane-page .full-width-with-top-content {
    padding-bottom: 0;
    width: 95%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-full-width-with-tabber.hs-full-width-with-top-pane-page .full-width-with-top-content {
    padding-bottom: 0;
  }
  .filter a {
    display: block;
  }
  .filter {
    margin-top: 25PX;
    margin-bottom: 25px;
  }
  .custom-footer-right-col > div {
    margin-left: 0;
    margin-right: -1%;
  }
  .custom-footer-right-col {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-team-member-wrapper .hs-team-member-columns {
    width: 100%;
  }
  .custom-footer-right-col {
    padding-left: 1%;
  }
  .custom-footer-right-col img {
    vertical-align: baseline;
  }
  .hs-logo {
    right: 20px;
  }
  .footer-menu .hs-menu-wrapper > ul > li {
    width: 100%;
  }
  .custom-footer-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  h1, .h1, .full-width-with-top-content h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  h4 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 25px;
  }
  h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  h6 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .portfoliolist .item {
    width:100%;
  }
  .hs-banner-gallery.custom-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.below h1 , 
  .hs-banner-gallery.custom-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.below h2{
    font-size: 1.3em!important;
  }
  .hs-banner-gallery.custom-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    padding: 22vw 0 21.4vw;
  }  
  .cst-location-grp .inner.clearfix .cst-location-col {
    width: 100%;
  }
  .map-wrap iframe {
    width: 100%;
    margin-top: 0;
  }
  .hs-contact-us-page .page-center {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .newsteaser .newsteaser-v4 {
    width: 100%;
    margin-bottom: 20px;
  }
  .hs-member.hs-full-width-with-top-pane-page .full-width-with-top-content .page-center {
    max-width: 1100px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .cst-partner-grp.clearfix .cst-image-col {
    width: 100%;
  }
  .hs-partner-r1-grp .page-center {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
  .cst-staff-member-grp .inner-col.clearfix .cst-staff-items {
    width: 100%;
    margin-bottom: 20px;
  }
  .cst-staff-member-grp {
    margin-top: 11px;
  }
  .hs-services-item .inside {
    padding: 20px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image, .recent-news-posts .newsteaser .newsteaser-v4 .image_container.float_above img {
    max-width: 100%;
    float: none;
    display: block !important;
    margin: 0;
    height:auto;
  }
  .landing-page.one-column .body-container .hs_cos_wrapper_type_form, 
  .body-container  .hs-search-field,
  .password-template .body-container form, .subscription-template .body-container .widget-type-email_simple_subscription form, #email-prefs-form .email-edit {
    max-width: 100% !important;
    width: 100% !important;
  }
  
  /* 19-7-2019 */
  .recent-news-posts.newsteaser .newsteaser-v4 .image_container.float_above img {
		height: auto;
	}
  .portfoliolist .item .image_container_img img {
    height: auto;
  }
    /* 24-2-2020 */
  .language-switcher-main {
	left: 45px;
}
  .cst-location-grp .inner.clearfix .cst-location-col {
    min-height: auto;
  }
}  
@media (max-width: 600px) {
  .overview-nav ul.level_1 li {
    padding-left: 0.8em !important;
    text-align: center !important;
    width: 100%;
    padding-right: 0.8em;
  }
}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .btn-frontpage a {
    width: 100%;
    padding-top: 27px;
    padding-bottom: 27px;
    height: auto;
  }
  .hs-banner-gallery.custom-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    padding: 22vw 0 20.1vw;
  }
  .hs-banner-gallery .hs_cos_gallery_main ul.slick-dots {
    display: none!important;
  }
  .cst-location-grp .inner.clearfix .cst-location-col .partner-content a {
    white-space: normal!important;
    display: inline-block;
    word-break: break-all;
  }
  .portfoliolist .item .content .info h5 {
    font-size: 1.3em;
  }
}