/* ==========================================================================
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'); */

@font-face { font-family: Titillium Web; src: url('https://info.lapid.de/hubfs/01_Marketing/01_Blog%20Media/Blog_CSS_JS/Fonts/TitilliumWeb-Regular.ttf') format('truetype'); font-style: normal; font-weight: 400; font-display: swap; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: Titillium Web; src: url('https://info.lapid.de/hubfs/01_Marketing/01_Blog%20Media/Blog_CSS_JS/Fonts/TitilliumWeb-Bold.ttf') format('truetype'); font-style: normal; font-weight: 700; font-display: swap; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }



/* ==========================================================================
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-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; */
}

body {
    font-family: 'Saans', sans-serif;
    font-display: swap;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #000;
    background-color: #f0f0f0;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
    float: none;
    width: 100%;
    margin: 0 auto;
}

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

::selection {
    color: #fff;
    background: #0078D7;
    text-shadow: none;
}


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

/* Basic text */
p {}

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 */
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: "Titillium Web", sans-serif;
    color: #003266;
    margin: 2rem 0 .5rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {}


h1 {
    font-size: 3.5rem;
    /*color: #003266;*/
    font-weight: normal;
    font-family: "Titillium Web", sans-serif;
    margin: 2rem 0 .5rem;
}
h2 {
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.h2-no-line {
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 30px;
    color: #003266;
}

h2::after {
  position: relative;
  content: "";
  width: 60px;
  background-color: #6ebe01;
  margin-top: 16px;
  height: 3px;
  left: 0;
  display: block;
}

h2.no-line::after {
  display: none;
}

.blog-banner-title h2:after {
  display: none;
}

h3 {
    font-size: 1.7rem;
    font-weight: 600;
}
h4 {
    font-size: 1.4rem;
    font-weight: 600;
}
h5 {
    font-size: 1.25rem;
    font-weight: 600;
}
h6 {
    font-size: 1.1rem;
    letter-spacing: 0;
    font-weight: 600;
}

/* Anchor Links */
a {
    color: #008CC8;
    text-decoration: none;
    -webkit-transition: opacity 0.4s, color 0.4s, border-color 0.4s, background-color 0.4s;
    -o-transition: opacity 0.4s, color 0.4s, border-color 0.4s, background-color 0.4s;
    transition: opacity 0.4s, color 0.4s, border-color 0.4s, background-color 0.4s;
}

a:hover {
    color: #00567c;
    text-decoration: underline;
}

a:focus {
    text-decoration: none;
}

/* Lists */
ul,
ol {}

ul ul,
ul ol,
ol ol,
ol ul {}

li {}

/* Block Quotes */

blockquote {
    display: flow-root;
    background-color: #fff;
    padding: 20px 25px 25px 25px;
    border-radius: 10px;
    margin: 50px 20px 50px 30px;
    box-shadow: 0 .8px 2.2px rgba(0,0,0,0.02),0 1.9px 5.3px rgba(0,0,0,0.028),0 3.6px 10px rgba(0,0,0,0.035),0 6.5px 17.9px rgba(0,0,0,0.042),0 12.1px 33.4px rgba(0,0,0,0.05),0 29px 80px rgba(0,0,0,0.07);
}

blockquote.box-green {
 font-size:22px;
 width: 90%;
 border: 3px solid #6ebe01;
  padding: 35px;
  border-radius: 15px
}

blockquote.zitat {
    font-size: 22px;
    width: 90%;
    border-left: 3px solid #6ebe01;
    padding: 20px 0 20px 35px;
    border-radius: 15px;
    margin: 50px 20px 50px 30px;
    background-color: transparent;
    box-shadow: none;
}
  

blockquote.zitat::before {
    content: "";
    padding: 7px;
    line-height: 80px;
    margin: 0 0 0 -4rem;
    position: absolute;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #6ebe01;
    background-image: url(https://info.lapid.de/hubfs/lapid-zitate-icon.svg);
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: center;
}


blockquote.tipp, blockquote.gesetz, blockquote.info  {
    display: flow-root;
    background-color: #ffffff;
    padding: 20px 20px 28px 50px;
    border-radius: 10px;
    margin: 50px 20px 50px 30px;
    box-shadow: 0 0.8px 2.2px rgba(0, 0, 0, 0.02), 0 1.9px 5.3px rgba(0, 0, 0, 0.028), 0 3.6px 10px rgba(0, 0, 0, 0.035), 0 6.5px 17.9px rgba(0, 0, 0, 0.042), 0 12.1px 33.4px rgba(0, 0, 0, 0.05), 0 29px 80px rgba(0, 0, 0, 0.07);
    min-height: 120px;
}

blockquote.tipp::before, blockquote.gesetz::before, blockquote.info::before {
    content: "";
    padding: 7px;
    line-height: 80px;
    margin: 0 0 0 -6rem;
    position: absolute;
    opacity: 1;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;  
}

blockquote.tipp {
    border-left: 10px solid #6ebe01;
}

blockquote.tipp::before {
    background-color: #6ebe01;
    background-image: url(https://blog.lapid.de/hubfs/Lampe-Tipps.svg);
    background-size: 65%;
}


blockquote.gesetz {
    border-left: 10px solid #003264;
}

blockquote.gesetz::before {
    background-color: #003264;
    background-image: url(https://blog.lapid.de/hubfs/Paragraph_Gesetzestexte.svg);
    background-size: 40%;
}

blockquote.info {
    border-left: 10px solid #008ACB;
}

blockquote.info::before {
    background-color: #008ACB;
    background-image: url(https://info.lapid.de/hubfs/Info-Icon.svg);
    background-size: 65%;
}


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-group {
    position: relative;
    min-height: 77.59px !important;
    right: 0;
    left: 0;
}

.custom-header {
    position: relative;
    z-index: 1000;
    -webkit-transition: 0.3s background;
    -o-transition: 0.3s background;
    transition: 0.3s background;
    margin: 0rem auto 0 !important;
    width: 100% !important;
    z-index: 99;
    background: rgba(255,255,255,0.1);
    height: 80px;
    backdrop-filter: blur(2px);
}

.custom-header .page-center {
    padding: 0 5rem;
    margin: 0 auto;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.scroll-header .custom-header {
    position: fixed;
    top: 0;
    background: rgba(255,255,255,0.9);
    margin: 0 !important;
    box-shadow: 0 0 35px -10px rgba(0,0,0,.5);
    backdrop-filter: blur(4px);
}

.scroll-header .custom-header .page-center {
    box-shadow: none;
}

.mobile-open.scroll-header {
    position: relative !important;
}

.header-wrapper {
    padding: 0;
}

.custom-logo {
    padding: .4rem 0;
    margin: 0 !important;
    }


/* =============== Banner =============== */

.banner-image {
    padding: 12rem 0;
    background-size: cover !important;
    background-position: center !important;
    min-height: 720px !important;
    background-color: #000;
    margin: -1px 0 0 0;
    height: 100vh !important;
    max-height: 830px !important;
}

.banner-image .page-center {
    max-width: 1600px !important;
    width: calc(100% - 5rem) !important;
}

.banner-image h1 {
    line-height: 110%;
    padding-right: 25%;
    text-shadow: 0 0 10px #555;
    text-align: left;
    font-size: 56px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    letter-spacing: 0;
}

.banner-image p {
    margin: 16px 0 0 0;
    font-size: 1.9rem;
    color: #fff;
    line-height: 140%;
    padding-right: 25%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-shadow: 0 0 10px #555;
}

.banner-image .headerButton {
    margin: 64px auto 0;
}

.banner-image .headerButton a {
    font-size: 1rem;
    padding: 0.5rem 2rem;
    line-height: 120%;
    background-color: #003266;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 50px;
    border: none;
    max-width: 100%;
    color: #fff;
    -webkit-transition: opacity 0.4s, color 0.4s, border-color 0.4s, background-color 0.4s;
    -o-transition: opacity 0.4s, color 0.4s, border-color 0.4s, background-color 0.4s;
    transition: opacity 0.4s, color 0.4s, border-color 0.4s, background-color 0.4s;
    line-height: 19.2px;
}

.banner-image .headerButton a:hover {
    background-color: #003f80;
    text-decoration: none;
}

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

.body-container-wrapper {}

.body-container {}

.content-wrapper {}

.listing-wrapper {
  width: calc(100vw - 5rem) !important;
  max-width: 1724px;
    /*width: 83.2% !important;*/ 
    top: -100px;
    position: relative;
}

.main-content {}

.sidebar {}

.sidebar.right {}

.sidebar.left {}

.blog-sidebar .blog-post__tags {
  padding: 10px 0 25px 0;
}

.blog-sidebar .blog-post__tags .blog-post__tag-link {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 20px;
  border: solid 2px #003266;
  color: #003266;
  border-radius: 50px;
  transition: all 0.3s;
}

.blog-sidebar .blog-post__tags .blog-post__tag-link:hover {
  color: #fff;
  background: #003266;
  text-decoration: none;
}



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

.footer-container-wrapper {}

.footer-container {}

.custom-footer .page-center {
    max-width: 1600px !important;
    padding: 0 1rem;
}

.footer-menu-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75% !important;
    margin: 0 !important;
    padding: 0 15px;
}

.footer-contact {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25% !important;
    margin: 0 !important;
    padding: 0 15px;
}

.footer-contact .address img {
    margin-bottom: 16px;
}

.footer-menu .hs-menu-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-menu .hs-menu-wrapper>ul {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 3rem;
    display: flex;
}

.footer-menu .hs-menu-wrapper>ul>li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 16px;
    float: none !important;
}

.footer-menu .hs-menu-wrapper>ul>li>a {
    font-weight: bold;
    text-transform: uppercase;
    padding: 4.800px 0;
    font-size: 19.2px;
    color: #fff;
    white-space: nowrap;
    cursor: default;
}

.footer-menu .hs-menu-wrapper>ul>li>a:hover {
    text-decoration: none;
}

.footer-menu .hs-menu-wrapper>ul>li>ul>li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 16px;
}

.footer-menu .hs-menu-wrapper>ul>li>ul>li a {
    color: #fff;
    margin: 4.800px 0 0 0;
    font-size: 14.4px;
}

.footer-menu .hs-menu-wrapper>ul>li>ul>li a:hover {
    color: #fff;
    text-decoration: none;
}

.form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    float: left;
    padding: 0 15px 0 0;
}

.form-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    float: left;
    padding: 0 0 0 15px;
}

.footer-newsletter span {
    font-size: 19.2px;
    font-weight: bold;
    text-transform: uppercase;
}

.form-wrapper label {
    display: none;
}

.footer-newsletter form {
    position: relative;
    max-width: 350px;
    margin-top: 8px;
}

.footer-newsletter input[type="email"] {
    background: #fff;
    width: 100%;
    min-height: 38px;
    border-radius: 32px;
    border: none;
    padding: 0 38px 0 16px;
    font-family: "Titillium Web", sans-serif;
    font-size: 14.4px;
}

.footer-newsletter input[type="submit"] {
    width: 32px;
    height: 32px;
    background-color: #6AB701;
    background-size: 20px;
    background-position: 6px center;
    background-repeat: no-repeat;
    border-radius: 32px;
    border: none;
    position: absolute;
    top: 3px;
    right: 4px;
    cursor: pointer;
    font-size: 0;
    -webkit-transition: 0.3s background-color;
    -o-transition: 0.3s background-color;
    transition: 0.3s background-color;
    color: transparent;
    padding: 0;
    background-image: url(https://cdn2.hubspot.net/hubfs/2301857/Lapid%20-Dec2017/image/arrow-white.png?t=1514283428797);
    margin: 0;
}

.footer-newsletter input[type="submit"]:hover {
    background-color: #79d001;
}


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


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

/* Parent List */

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
      transition: all ease-in-out .1s;
    }

 .logo-front, .logo-back {
	    fill: #fff;
	    transition: all ease-in-out .1s;
    }
  
  .scroll-header .logo-front {
    fill: #018CC9;
  }
  
  .scroll-header .logo-back {
    fill: #1C355F;
  }

@media screen and (min-width: 1470px) {
    
    .form-label {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media screen and (min-width: 1250px) {
  
  .custom-menu-primary {
        margin: 0 !important;
        float: right !important;
    }
  
    .footer-menu .hs-menu-wrapper>ul>li>ul {
        padding: 8px 0;
        display: block !important;
        position: relative !important;
        opacity: 1 !important;
        visibility: hidden !important;
    }

    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper>ul ul {
        display: block !important;
    }

    .custom-menu-primary {
        margin: 0 !important;
        padding: 0;
        width: auto !important;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li {
        position: relative;
        list-style-type: none;
    }


    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        font-size: 1.25rem;
        position: relative;
        color: #fff;
        padding: 23px 17px;
    }
 

    .custom-menu-primary .hs-menu-wrapper ul li:hover>a, .custom-menu-primary .hs-menu-wrapper ul li.active-branch>a {
        color: #008CC8;
        text-decoration: none;
        text-shadow: 0.5px 0px 0px #008cc8, -0.5px 0px 0px #008cc8;
        background: rgba(255,255,255,0.9);
        border-bottom: 3px solid;
    }

    /* Child List */
  
   
  
    .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #003264;
  }
  
 .hs-menu-depth-1:nth-last-child(5) a {
    background: rgba(255,255,255,0.1);
    border-bottom: 3px solid;
  }
  
  /*===== Icon Kontakt =====*/
  
  .hs-menu-depth-1:last-child a, .hs-menu-depth-1:nth-last-child(2) a {
  padding-left: 3.5rem !important;
  }
  
   .hs-menu-depth-1:last-child a::before {
    content: '';
    display: block;
    background-image: url('https://www.lapid.de/wp-content/uploads/2023/10/contact_white.svg');
    background-size: 25px 25px;
    height: 25px;
    width: 25px;
    margin: 6px 0px -30px -35px;
  }
  
  .scroll-header .hs-menu-depth-1:last-child a::before {
    background-image: url('https://www.lapid.de/wp-content/uploads/2023/10/contact_darkblue.svg');
  }
  
   .hs-menu-depth-1:last-child a:hover {
    color: #6ebe01 !important;
    text-shadow: 0.5px 0px 0px #6ebe01, -0.5px 0px 0px #6ebe01 !important;  
  }
  
  .hs-menu-depth-1:last-child a:hover::before {
    background-image: url('https://www.lapid.de/wp-content/uploads/2023/10/contact_green.svg');
  }
  
  /*==== Icon Kundenbereich ====*/
  
    .hs-menu-depth-1:nth-last-child(2) a::before {
    content: '';
    display: block;
    background-image: url('https://www.lapid.de/wp-content/uploads/2024/03/kundenbereich_weiss.png');
    background-size: 25px 25px;
    height: 25px;
    width: 25px;
    margin: 6px 0px -30px -35px;
  }
  
  .scroll-header .hs-menu-depth-1:nth-last-child(2) a::before {
    background-image: url('https://www.lapid.de/wp-content/uploads/2024/03/kundenbereich_blau.png');
  }
  
  .hs-menu-depth-1:nth-last-child(2) a:hover {
    color: #003264 !important;
    text-shadow: 0.5px 0px 0px #003264, -0.5px 0px 0px #003264 !important;  
  }
  
  .hs-menu-depth-1:nth-last-child(2) a:hover::before {
    background-image: url('https://www.lapid.de/wp-content/uploads/2024/03/kundenbereich_blau.png');
  }
  
  /*==== End Icons ====*/
  
    
    .custom-menu-primary .hs-menu-wrapper>ul ul {
        position: absolute;
        background-color: rgba(255,255,255,0.9);
        border-color: #fcfcfc;
        padding: 1.2rem 0;
        box-shadow: 0 5px 15px rgba(0,0,0,.15);
        border-radius: 0 10px 10px 10px;
        width: 300px;
        backdrop-filter: blur(6px);
        top: 80px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition-property: opacity, visibility, -webkit-transform;
        transition-property: opacity, visibility, -webkit-transform;
        transition-property: opacity, visibility, transform;
        transition-property: opacity, visibility, transform, -webkit-transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }

    .custom-menu-primary li.hs-item-has-children:hover>.hs-menu-children-wrapper, .custom-menu-primary li.hs-item-has-children:active>.hs-menu-children-wrapper {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul li a {
        font-size: 19.2px;
        font-weight: normal;
        position: relative;
        padding: 0 20px;
        color: #003266;
    }

    .custom-menu-primary .hs-menu-children-wrapper .hs-item-has-children>a:before,
    .custom-menu-primary .hs-menu-children-wrapper .hs-item-has-children>a:after {
        content: '';
        position: absolute;
        right: 2rem;
        top: 50%;
        height: 2px;
        width: 10px;
        background: currentColor;
        -webkit-transition: .3s right ease-in-out;
        transition: .3s right ease-in-out;
    }

    .custom-menu-primary .hs-menu-children-wrapper .hs-item-has-children>a:before {
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right;
        -webkit-transform: translateY(-50%) rotateZ(45deg);
        transform: translateY(-50%) rotateZ(45deg);
    }

    .custom-menu-primary .hs-menu-children-wrapper .hs-item-has-children>a:after {
        -webkit-transform-origin: top right;
        transform-origin: top right;
        -webkit-transform: translateY(-50%) rotateZ(-45deg);
        transform: translateY(-50%) rotateZ(-45deg);
    }

    .custom-menu-primary .hs-menu-children-wrapper .hs-item-has-children:hover>a:before,
    .custom-menu-primary .hs-menu-children-wrapper .hs-item-has-children:hover>a:after {
        right: 1.5rem;
    }

    .custom-menu-primary .hs-menu-children-wrapper a:hover {
        color: #008CC8;
        text-decoration: none;
    }

    .custom-menu-primary .hs-menu-children-wrapper .hs-menu-children-wrapper {
        top: 0;
        left: 97%;
        background: #fafafa;
        -webkit-transform: translateX(-0.5rem);
        transform: translateX(-0.5rem);
        z-index: 99;
    }
}


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

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

@media (max-width:1249px) {


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

    .mobile-trigger {
        display: inline-block !important;
        /* Show button on mobile */
        cursor: pointer;
        /* Mouse pointer type on hover */
        position: absolute;
        /**************************************/
        top: 13px;
        /* Position Button at right of screen */
        right: 0px;
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        margin: 6.400px 0 8px;
        padding: 4px 32px;
        font-size: 1.25rem;
        line-height: 1;
        background: transparent;
    }

    .mobile-trigger .icon-bar {
        display: block;
        height: 4px;
        width: 32px;
        background-color: #fff;
        margin: 5px 0;
        border-radius: 2px;
        -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
        transition: opacity 0.4s, -webkit-transform 0.4s;
        -o-transition: opacity 0.4s, -o-transform 0.4s;
        transition: transform 0.4s, opacity 0.4s;
        transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s, -o-transform 0.4s;
    }
  
  .scroll-header .mobile-trigger .icon-bar {
     background-color: #1C355F;
  }

    .mobile-trigger .middle-bar+.middle-bar {
        margin-top: -9px;
        opacity: 0;
        -webkit-transition: opacity 0s, -webkit-transform 0.4s;
        transition: opacity 0s, -webkit-transform 0.4s;
        -o-transition: opacity 0s, -o-transform 0.4s;
        transition: transform 0.4s, opacity 0s;
        transition: transform 0.4s, opacity 0s, -webkit-transform 0.4s, -o-transform 0.4s;
    }

    /* Change button when menu is open */
    .mobile-open .mobile-trigger .icon-bar {
        opacity: 0;
    }

    .mobile-open .mobile-trigger .middle-bar {
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 1;
    }

    .mobile-open .mobile-trigger .middle-bar+.middle-bar {
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

}


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


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

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

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

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

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

.blog-banner {
    background: #0991cc;
    background: -webkit-linear-gradient(340deg, rgb(1, 183, 68) 0%, rgb(0, 50, 100) 70%);
    background: -webkit-linear-gradient(340deg, rgb(1, 183, 68) 0%, rgb(0, 50, 100) 70%);
    background: -o-linear-gradient(340deg, rgb(1, 183, 68) 0%, rgb(0, 50, 100) 70%);
    background: linear-gradient(340deg, rgb(1, 183, 68) 0%, rgb(0, 50, 100) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008CC8', endColorstr='#003266', GradientType=1);
    background-position: center center;
    min-height: 350px !important;
    position: relative;
    overflow: visible;
    background-repeat: no-repeat !important;
    width: 100% !important;
    background-size: cover;
    margin: -130px 0 0 0;
}

.hs-blog-post .blog-banner {
    background-position: center;
    background-attachment: fixed;
}

.blog-banner-group {
    padding: 192px 0 124px;
}


.blog-banner-group-listing {
    padding: 175px 0 124px;
    margin: 0 9%;
}


.blog-banner-title {
    text-align: left;
    width: calc(100vw - 5rem) !important;
    max-width: 1736px;
    margin: 35px auto;
    color: #fff !important;
    text-shadow: 
      0 0.7px 2.2px rgba(0, 0, 0, 0.25), 
      0 1.7px 5.3px rgba(0, 0, 0, 0.1), 
      0 3.1px 10px rgba(0, 0, 0, 0.035), 
      0 5.6px 17.9px rgba(0, 0, 0, 0.042), 
      0 10.4px 33.4px rgba(0, 0, 0, 0.05), 
      0 25px 80px rgba(0, 0, 0, 0.07);
      line-height: 120%;
      font-size: 56px;
      word-break: break-word;
      font-weight: normal;
      letter-spacing: 0;
      padding: 300px 0 75px 35px;
} 

.blog-banner-title-landing {
    text-align: center;
    width: calc(100vw - 5rem) !important;
    max-width: 1600px;
    margin: 35px auto;
    color: #fff !important;
    text-shadow: 
      0 0.7px 2.2px rgba(0, 0, 0, 0.25), 
      0 1.7px 5.3px rgba(0, 0, 0, 0.1), 
      0 3.1px 10px rgba(0, 0, 0, 0.035), 
      0 5.6px 17.9px rgba(0, 0, 0, 0.042), 
      0 10.4px 33.4px rgba(0, 0, 0, 0.05), 
      0 25px 80px rgba(0, 0, 0, 0.07);
      line-height: 120%;
      font-size: 56px;
      word-break: break-word;
      font-weight: normal;
      letter-spacing: 0;
      padding:0;
} 


.blog-banner-title-listing {
   text-align: left;
    width: 45%;
    margin: 25px 0;
    color: #fff !important;
    text-shadow: 
      0 0.7px 2.2px rgba(0, 0, 0, 0.25), 
      0 1.7px 5.3px rgba(0, 0, 0, 0.1), 
      0 3.1px 10px rgba(0, 0, 0, 0.035), 
      0 5.6px 17.9px rgba(0, 0, 0, 0.042), 
      0 10.4px 33.4px rgba(0, 0, 0, 0.05), 
      0 25px 80px rgba(0, 0, 0, 0.07);
}

.blog-banner-title-listing h2 {
  color: #fff;
  font-weight: normal;
  font-size: 1.8rem;
}

.blog-banner-title-listing h2::after {
    display: none;
}

.post-filter-container {
    width: 55% !important;
    position: relative;
    top: -88px;
    float: right !important;
    z-index: 98;
}

.post-filter {
    width: 450px;
    max-width: 100%;
    position: relative;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
    z-index: 98;
    margin: 0 auto;
}

.post-filter ul {
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    -o-transition: 0.3s -o-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform, 0.3s -o-transform;
    border-radius: 0 0 25px 25px;
    position: absolute;
    top: 30px;
    background: #fff;
    padding: 1.5rem 1rem 0.5rem;
    width: 100%;
    z-index: 70;
    margin-top: 0;
    margin-bottom: 1rem;
    list-style: none;
}

.post-filter ul li {
    list-style-type: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.post-filter ul li:last-child {
    border-bottom: none;
}

.post-filter ul a {
    width: 100%;
    color: #464F56;
    padding: 0.5rem 0;
    display: block;
    text-decoration: none;
    font-size: 1.1rem;
}

.post-filter ul a:hover {
    font-weight: bold;
    text-decoration: none;
}

.post-filter-current {
    border-radius: 25px;
    color: #fff;
    background: #6AB701;
    text-transform: uppercase;
    padding: 0.8rem 2rem;
    cursor: pointer;
    z-index: 80;
    position: absolute;
    top: 0;
    width: 100%;
}


.post-filter-current:before {
    content: '';
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 39px;
    top: 24px;
    -webkit-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    -o-transition: 0.3s -o-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform, 0.3s -o-transform;
}

.post-filter-current:hover:before {
    -webkit-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    right: 39px;
}


.post-filter-current:after {
    content: '';
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 31px;
    top: 24px;
    -webkit-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    -o-transition: 0.3s -o-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform, 0.3s -o-transform;
}

.post-filter-current:hover:after {
    -webkit-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    right: 32px;
}

.post-filter:hover ul {
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.body-container .page-center {
    padding: 0;
    max-width: 1736px;
    width: calc(100vw - 5rem) !important;
}

.post-listing {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}



/*----------- Hervorgehobene Beiträge Übersicht -----------*/

.highlight-listing {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.hs-inline-web-interactive-201509769435:hover {
                      text-decoration: none !important;
}

/*----------- Hervorgehobene Beiträge Übersicht Ende -----------*/


/*----------- First Child Übersicht -----------*/

.post-item:nth-of-type(-n+2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (max-width: 1367px) {
  
  .post-item:nth-of-type(-n+2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .post-item:nth-of-type(-n+2) .post-thumbnail {
  aspect-ratio: 1;
}
  
}

.post-item:nth-of-type(-n+2) .post-entry {
    -ms-flex-flow: column;
    flex-flow: row;
}

.post-item:nth-of-type(-n+2) .post-detail {
    /*border-color: #003266;
    background: #003266;*/
    padding: 2rem;
}

.post-item:nth-of-type(-n+2) .post-detail .post-date {
    /*color: #ffffff !important;*/
    font-size: 1.1rem;
}

.post-item:nth-of-type(-n+2) .post-detail h2 {
    font-size: 1.6rem;
    padding-right: 0rem;
    margin-bottom: 0;
}

.post-item:nth-of-type(-n+2) .post-detail-line {
  display: block;
}

.post-item:nth-of-type(-n+2) .post-body p {
    line-height: 140%;
}

.post-item:nth-of-type(-n+2) .post-thumbnail {
    min-height: 320px;
    max-height: 460px;
    aspect-ratio: 0.75;
}



/*----------- First Child Übersicht Ende -----------*/



/*----------- Navigationsbuttons Listing -----------*/

.page-listing-navigation {
    border-radius: 10px;
    transition: 0.3s all,
    overflow: hidden;
    height: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    color: #008cc8;
    text-decoration: none;
    box-shadow: 0 0px 9px rgba(0, 0, 0, 0.07);
    border: solid 4px #008cc8;
    text-align: center;
    padding: 40% 0;
    font-weight: bold;
    font-size: 1.75rem;
}

.page-listing-navigation:hover {
    border: solid 4px #00567c;
    text-decoration: none;
}


.page-listing-navigation svg {
     width: 30%;
     margin: 0 auto;
     transition: 0.3s all;
     padding-top: 1%;
}

.page-listing-navigation-shared {
    border-radius: 10px;
    transition: 0.3s all;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    color: #008cc8;
    text-decoration: none;
    box-shadow: 0 0px 9px rgba(0, 0, 0, 0.07);
    border: solid 4px #008cc8;
    text-align: center;
    padding: 40% 0;
    font-weight: bold;
    font-size: 1.75rem; 
}

.page-listing-navigation-shared:hover {
    border: solid 4px #00567c;
}

.page-listing-navigation-next {
    height: 50%;
    border-top: solid 4px rgba(0,140,200,0.5);
    padding-top: 10%;
}

.page-listing-navigation-next svg {
     width: 30%;
     margin: 0 auto;
     transition: 0.3s all;
     padding-top: 1%;
}


.page-listing-navigation-back {
   height: 50%;
   padding-top: 10%;
}

.page-listing-navigation-back svg {
     width: 30%;
     margin: 0 auto;
     transition: 0.3s all;
     padding-top: 1%;
}


.page-listing-navigation-next:hover {
    text-decoration: none;
}


.page-listing-navigation-back:hover {
    text-decoration: none;
}

/*------- Navigationsbuttons Listing Ende ---------*/

.post-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 8px;
    float: left;
}

.post-entry {
    border-radius: 10px;
    -webkit-transition: 0.3s box-shadow, 0.3s -webkit-transform;
    transition: 0.3s box-shadow, 0.3s -webkit-transform;
    -o-transition: 0.3s box-shadow, 0.3s -o-transform;
    transition: 0.3s box-shadow, 0.3s transform;
    transition: 0.3s box-shadow, 0.3s transform, 0.3s -webkit-transform, 0.3s -o-transform;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    color: #464F56;
    text-decoration: none;
    box-shadow: 0 0px 9px rgba(0, 0, 0, 0.07);
}

.post-entry:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
    z-index: 5;
    text-decoration: none;
}

.post-detail {
    padding: 1rem;
    /*border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0 4px 4px;*/
    border-top: none;
    background: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.post-thumbnail img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.post-detail .post-date {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
}

.post-detail h2 {
    text-transform: none;
    font-size: 1.4rem;
    line-height: 120%;
    margin-top: 0.3rem;
    margin-bottom: 0;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color: #003266;
    text-decoration: none;
    font-weight: 700;
    word-break: break-word;
}

.post-detail-line {
  display: none;
  width: 100%;  
  padding: 5px 0 10px 0;
  margin-left: 0 !important;
}

.post-detail h2::after {
    content: none;
}

.post-detail h2 a {
    color: #003266;
    text-decoration: none;
}

.post-detail h2 a:hover {
    color: #003266;
    text-decoration: none;
}

.post-detail .post-body {
    font-size: 16px;
    color: #464F56;
    line-height: 120%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    text-transform: regi
}

.blog-banner-date {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    margin: 16px 0 0 0;
    color: #fff;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
}

.hs-blog-post .body-container .page-center {
    background: #f0f0f0;
    color: #464F56;
    position: relative;
}

.hs-blog-post .blog-banner-title h1 {
    font-size: 3rem !important;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
}

.hs-blog-post .blog-banner-group {
    /*padding: 16rem 0 24rem !important;*/
  padding: 0;
}

.hs-blog-post .blog-banner {
    max-height: 600px !important;
    position: relative !important;
}

.blog-post-author {
    margin: -75px 0 2rem !important;
}

.blog-author-wrapper {
    text-align: center;
    padding: 0 15px;
}

.about-author-sec {
  padding-bottom: 2%;
}

.blog-post-author img {
    height: 80px;
    width: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 40px;
    vertical-align: middle;
}

.blog-post-wrapper .post-body p {
    margin: 0 0 16px 0;
}

.auhtor-name {
    font-weight: bold;
    font-size: 1.1rem;
    color: #003266;
    margin: 16px 0 0 0;
}

.author-img {
    border-radius: 50%; 
    border: 3px solid #ffffff;
    box-shadow:
  0 0.7px 2.2px rgba(0, 0, 0, 0.02),
  0 1.7px 5.3px rgba(0, 0, 0, 0.028),
  0 3.1px 10px rgba(0, 0, 0, 0.035),
  0 5.6px 17.9px rgba(0, 0, 0, 0.042),
  0 10.4px 33.4px rgba(0, 0, 0, 0.05),
  0 25px 80px rgba(0, 0, 0, 0.07)
;
}

.auhtor-name a,
.auhtor-name a:hover {
    color: #003266;
    text-decoration: none;
}

.hs-blog-post .blog-content {
    width: 68% !important;
    padding: 2% 35px 1.5% 35px;
    background: #fff;
  	box-shadow: 0 0px 30px rgba(0,0,0,0.1);
    margin-top: -50px;
    position: relative;
    border-radius: 10px;
}

.hs-blog-post .blog-sidebar {
    width: 32% !important;
    margin: 0 !important;
    padding: 2.5% 26px 0% 5%;
}

.blog-sidebar .sidebar-headline {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.4);
    margin: 10px 0 0 0;
    font-weight: 600;
}


.blog-sidebar .sidebar-headline a {
    color: #003266;
}

.blog-sidebar .sidebar-headline a:hover {
  color: #008cc8;
  text-decoration: none;
}

.blog-sidebar .auth-cell-img {
    float: none;
    display: table-cell;
    vertical-align: middle; 
    padding: 2% 2% 2% 0;
}

.blog-sidebar .auth-cell-name {
    float: none;
    display: table-cell;
    vertical-align: middle; 
    padding-left: 10px;
}

.blog-sidebar .auth-cell-name a::hover{
    color: #008cc8;
    text-decoration: none;
}


.social-share-header h3 {
    margin: 0;
}

.blog-sidebar ul {
    margin: 0 0 16px 0;
    padding: 0;
    list-style: none;
}

.blog-sidebar ul li {
    list-style-type: none;
    /*border-top: 1px solid rgba(0, 0, 0, 0.15);*/
    padding: 0.4rem 0;
    line-height: 150%;
}

.blog-sidebar ul li::before {
  content: "»"
}

.hs-form-booleancheckbox::before {
   content: none !important;
}

.blog-sidebar ul li:first-child {
    border-top: none;
}

.blog-sidebar ul li a {
    color: #003266;
    text-decoration: none;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.blog-sidebar ul li a:hover {
    color: #008CC8;
    text-decoration: none;
    margin-left: 2px;
}

.sidebar-form form {
    position: relative;
}

.sidebar-form label {
    display: none;
}

.sidebar-form p {
    margin: 8px 0 16px;
}

.blog .sidebar-form h3 {
    display: none;
}

.sidebar-form h3.sidebar-form-title {
    display: block;
}

.sidebar-form input[type="email"] {
    width: 100%;
    height: 38px;
    border-radius: 32px;
    border: none;
    padding: 0 38px 0 1rem;
    background: #d9d9d9;
}

.sidebar-form input[type="submit"] {
    width: 32px;
    height: 32px;
    background-color: #6AB701;
    background-size: 20px;
    background-position: 6px center;
    background-repeat: no-repeat;
    border-radius: 32px;
    border: none;
    position: absolute;
    top: 3px;
    right: 4px;
    cursor: pointer;
    font-size: 0;
    -webkit-transition: 0.3s background-color;
    -o-transition: 0.3s background-color;
    transition: 0.3s background-color;
    color: transparent;
    padding: 0;
    background-image: url(https://cdn2.hubspot.net/hubfs/2301857/Lapid%20-Dec2017/image/arrow-white.png?t=1514283428797);
    margin: 0;
}

.sidebar-form input[type="submit"]:hover {
    background-color: #79d001;
}

.copyright-header {
    margin-top: -6em;
    margin-left: -15%;
    color: rgba(255,255,255,0.5);
    padding: 0 0 15px 0;
}


/* =============== 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 */
.post-header h2 {}

.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}

#hubspot-author_data:after {
    content: '';
    display: block;
    clear: both;
}

a.author-link {
    font-weight: normal; 
}


#hubspot-author_data .hs-author-avatar {}

#hubspot-author_data .hs-author-avatar img {
    width: 50px;
    float: left;
    margin-right: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}

.blog-listing-wrapper .post-listing .post-item .post-body {}

.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}

.hs-featured-image-wrapper .hs-featured-image-link {}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: 170px;
    max-width: 210px;
    height: auto;
    width: auto;
    display: inline-block !important;
    float: right;
    margin: 20px 0 20px 20px;
}

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

/* Blog Topics List */
#hubspot-topic_data {}

#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
    margin-top: 20px;
    padding: 10px 0 0 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    height: auto;
}

/* Blog Commments */

.widget-type-blog_comments {
  padding-bottom: 75px;
}

.hs_firstname {
    width: 12%;
    padding: 0 10px 0 0;
    display: table-cell;
    vertical-align: top;
}

.hs_lastname {
    width: 12%;
    padding: 0;
    display: table-cell;
    vertical-align: top;
}

.hs_email {
    display: table-cell;
    width: 30%;
    vertical-align: top;
    padding: 0 0 0 10px;
}

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

.comment {
    border: none !important;
    margin: 10px 0 10px 0;
    box-shadow: 0 0px 9px rgba(0,0,0,0.07);
    background: #fff;
    border-radius: 10px;
    padding: 1rem !important;
}

.comment-date {
    font-size: 14px;
    text-align: right;
    padding-left: 5px;
    position: relative;
    top: -1px;
}

.comment-date::before {
    content: "|";
    padding-right: 5px;
    position: relative;
    top: -1px;
}

.comment-from {
    font-weight: bold;
}

.comment-from h4 {
    margin-top: 0 !important;
}   

.comment-body {
    padding: 0;
}

.comment-body p {
    margin-top: 0px;
}

.comment-reply-to {
  cursor: pointer !important;
}

.hs_recaptcha {
  float: right;
}

#comments-listing .depth-1 {
  margin-left: 1em;
}


  
/* Pagination */
.blog-pagination {
    clear: both;
    margin: 32px 0 0 0;
}

.blog-pagination a {
    padding: 11.200px 32px;
    background-color: #008CC8;
    white-space: normal;
    text-transform: uppercase;
    border-radius: 50px;
    border: none;
    max-width: 100%;
    color: #fff;
    display: inline-block;
    font-size: 14.4px;
    line-height: 1.25;
}

.blog-pagination a:hover {
    background-color: #009ee2;
    color: #fff;
    text-decoration: none;
}

.blog-pagination a.previous-posts-link {
    float: left;
}

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

.blog-pagination a.next-posts-link {
    float: right;
}

/* Blog All Posts Page */
.hs-content-path-blog-all {}

div.post-listing-simple {}

div.post-listing-simple .post-item {}

h2.post-listing-simple {}

h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

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


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

.hs-blog-listing .hs-author-profile {
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

.hs-author-listing-header {
  margin-top: 50px;
}

.hs-blog-post .hs-author-profile {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0 20px 0;
    margin: 20px 0 20px 0;
}

.hs-author-profile .hs-author-profile:after {
    content: '';
    display: block;
    clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
    float: left;
    margin-right: 15px;
    max-width: 100px;
}

.hs-author-profile .hs-author-avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile {
    padding: 1.5rem 1.5rem 2.75rem 1.5rem !important; 
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0px 9px rgba(0,0,0,0.07);
    border: none !important;
}

.hs-author-bio {
    overflow: hidden;
    width: 75%;
}

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

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {
    width: 25%;
    background: #f9f9f9;
    float: right;
    padding: 1rem;
    box-shadow: 0 0px 5px rgba(0,0,0,0.1);
    border-radius: 10px;
    border: 1px solid #ededed;
}

.hs-author-profile .hs-author-social-label {}

.hs-author-profile .hs-author-social-links {
  margin-left: 5px;
}

.hs-author-profile .hs-author-social-link {}

.hs-author-profile .hs-social-facebook {}

.hs-author-profile .hs-social-linkedin {}

.hs-author-profile .hs-social-twitter {}

.hs-author-profile .hs-social-google-plus {}


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


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

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

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

/* Labels and Legends */
label {
    display: inline-block;
    margin-bottom: 8px;
}

.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 {
    border-radius: 4px;
    border: none;
    width: 100%;
    font-size: 16px;
    padding: 11.200px;
    background: rgba(0, 0, 0, 0.15);
    margin: 0 0 16px 0;
    font-family: "Titillium Web", sans-serif;
    display: block;
    outline: none;
}

.blog-content input[type="text"],
.blog-content input[type="password"],
.blog-content input[type="datetime"],
.blog-content input[type="datetime-local"],
.blog-content input[type="date"],
.blog-content input[type="month"],
.blog-content input[type="time"],
.blog-content input[type="week"],
.blog-content input[type="number"],
.blog-content input[type="email"],
.blog-content input[type="url"],
.blog-content input[type="search"],
.blog-content input[type="tel"],
.blog-content input[type="color"],
.blog-content input[type="file"],
.blog-content textarea,
.blog-content select {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    width: 100% !important;
    font-size: 1rem;
    padding: 0.7rem;
    background: #fff;
}

/* 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 {
    font-size: 12.8px;
    color: #800000;
    white-space: nowrap;
    display: block;
}

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

.footer-newsletter input[type="email"]::-webkit-input-placeholder {
    text-transform: uppercase;
}

.footer-newsletter input[type="email"]:-moz-placeholder {
    text-transform: uppercase;
}

.footer-newsletter input[type="email"]::-moz-placeholder {
    text-transform: uppercase;
}

.footer-newsletter input[type="email"]:-ms-input-placeholder {
    text-transform: uppercase;
}

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


/* =============== Related Blog Posts =============== */

.hs_cos_wrapper_type_related_blog_posts section {
  display: flex;
  flex-flow: wrap;
}

.related-blog-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 8px 35px 8px;
    float: left;
} 

.related-blog-item:first-child {
    padding: 0 8px 35px 0;
}

.related-blog-item:last-child {
    padding: 0 0 35px 8px;
}

.related-blog-item .post-thumbnail img {
  height: 200px;
}

.post-entry-related {
 border-radius:10px;
 -webkit-transition:.3s box-shadow,0.3s background-color,0.3s -webkit-transform;
 transition:.3s box-shadow,0.3s background-color,0.3s -webkit-transform;
 -o-transition:.3s box-shadow,0.3s background-color,0.3s -o-transform;
 transition:.3s box-shadowm,0.3s background-color,0.3s transform;
 transition:.3s box-shadow,0.3s background-color,0.3s transform,0.3s -webkit-transform,0.3s -o-transform;
 overflow:hidden;
 height:100%;
 cursor:pointer;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-flow:column;
 flex-flow:column;
 color:#464f56;
 text-decoration:none;
 box-shadow:0 0px 9px rgba(0,0,0,0.07);
 height:250px;
 background-size:cover !important;
 background-blend-mode:overlay !important;
 background-color:rgba(0,0,0,0.30) !important;
 justify-content:center;
 align-items:center;
 padding:40px
}

.post-entry-related:hover {
 box-shadow:0 10px 40px rgba(0,0,0,0.3);
 -webkit-transform:scale(1.01);
 -o-transform:scale(1.01);
 transform:scale(1.01);
 z-index:5;
 text-decoration:none;
 background-color:rgba(0,0,0,0.10) !important
}

.post-entry-related p {
 text-align:center;
 font-size:26px;
 font-weight:600;
 color:#fff;
 text-shadow:0px 0px 8px rgba(0,0,0,0.6)
}

/* ==========================================================================
7. BUTTONS
========================================================================== */


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

.blog-content .hs-button.primary,
.blog-content input[type='submit'],
.blog-content input[type='button'] {
    position: relative;
    display: inline-block;
    margin: 1rem 0;
    padding: 0.5rem 2rem;
    max-width: 100%;
    font-size: 1.125rem;
    text-decoration: none;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    white-space: normal;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    color: #fff;
    border: none !important;
    box-shadow: 0px 2px 10px 0px rgba(22, 22, 35, 0.25);
    -webkit-transition: .3s background, .3s box-shadow, .3s transform;
    -o-transition: .3s background, .3s box-shadow, .3s transform;
    transition: .3s background, .3s box-shadow, .3s transform;
    background-image: -webkit-linear-gradient(-76deg, #6ebe01 0%, #5fa400 100%);
    background-image: -ms-linear-gradient(-76deg, #6ebe01 0%, #5fa400 100%);
}
.blog-content .hs-button.primary:before,
.blog-content input[type='submit']:before,
.blog-content input[type='button']:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: .6s opacity;
  -o-transition: .6s opacity;
  transition: .6s opacity;
  opacity: 0;
  background-image: -webkit-linear-gradient(-76deg, #5fa400 0%, #6ebe01 100%);
  background-image: -ms-linear-gradient(-76deg, #5fa400 0%, #6ebe01 100%);
}
.blog-content .hs-button.primary:hover,
.blog-content input[type='submit']:hover,
.blog-content input[type='button']:hover,
.blog-content .hs-button.primary:active,
.blog-content input[type='submit']:active,
.blog-content input[type='button']:active,
.blog-content .hs-button.primary:focus,
.blog-content input[type='submit']:focus,
.blog-content input[type='button']:focus {
    color: #fff;
    box-shadow: 0px 2px 15px 0px rgba(22, 22, 35, 0.35);
    -webkit-transform: scale(1.02);
         -o-transform: scale(1.02);
            transform: scale(1.02);
}
.blog-content .hs-button.primary:hover:before,
.blog-content input[type='submit']:hover:before,
.blog-content input[type='button']:hover:before,
.blog-content .hs-button.primary:active:before,
.blog-content input[type='submit']:active:before,
.blog-content input[type='button']:active:before,
.blog-content .hs-button.primary:focus:before,
.blog-content input[type='submit']:focus:before,
.blog-content input[type='button']:focus:before {
    opacity: 1;
}

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

 #hs_form_target_dd9eb643-0776-42ac-b0ec-4cb2659b87e5 .hs-submit .actions input[type='submit'] {
  padding: 10px 25px;
  border: none;
  color: #ffffff;
  border-radius: 50px;
  transition: all .3s;
  cursor: pointer;
  margin-top: 10px;
  font-weight: normal;
  font-size: 16px;
  background-image: -webkit-linear-gradient(-76deg, #6ebe01 0%, #5fa400 100%);
  background-image: -ms-linear-gradient(-76deg, #6ebe01 0%, #5fa400 100%);
   font-family: 'Titillium Web';
}

 #hs_form_target_dd9eb643-0776-42ac-b0ec-4cb2659b87e5 .hs-submit .actions input[type='submit']:hover {
    background-color: #003266;
    box-shadow: 0px 2px 15px 0px rgba(22, 22, 35, 0.35);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
   box-shadow: 0px 2px 15px 0px rgba(22, 22, 35, 0.35);
}

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

/* =============== Pillar Page CTA =============== */

.pillar-page-cta:hover {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}



/* =============== Sidebar CTA =============== */

 .btn-gradient {
  padding: 10px 25px;
  border: none;
  color: #ffffff;
  border-radius: 50px;
  transition: all .3s;
  cursor: pointer;
  margin-top: 10px;
  font-size: 16px;
  background-image: -webkit-linear-gradient(-76deg, #6ebe01 0%, #5fa400 100%);
  background-image: -ms-linear-gradient(-76deg, #6ebe01 0%, #5fa400 100%);
  text-decoration: none;
  font-family: Titillium Web;
  font-weight: 700;
}

 .btn-gradient:hover {
    background-color: #003266;
    box-shadow: 0px 2px 15px 0px rgba(22, 22, 35, 0.35);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
   box-shadow: 0px 2px 15px 0px rgba(22, 22, 35, 0.35);
   text-decoration: none !important;
   color: #ffffff !important;
}


.sidebar-cta-container {
  width: 100%; 
  height: auto; 
  min-height: 250px; 
  border-radius: 15px; 
  padding: 40px !important;
  hyphens: initial;
}

.sidebar-cta-bg-FSK {
  background-image: url('https://info.lapid.de/hubfs/01_Marketing/03_CTA-Media/Sidebar_CTA_BG_FSK.jpg'); 
  background-size: cover; 
  background-position: center; 
}

.sidebar-cta-bg-UW {
  background-image: url('https://info.lapid.de/hubfs/01_Marketing/03_CTA-Media/Sidebar_CTA_BG_UW.jpg'); 
  background-size: cover; 
  background-position: center; 
}

.sidebar-cta-bg-FUW {
  background-image: url('https://info.lapid.de/hubfs/01_Marketing/03_CTA-Media/Sidebar_CTA_BG_FUW.jpg'); 
  background-size: cover; 
  background-position: center; 
}

.sidebar-cta-bg-FZP {
  background-image: url('https://info.lapid.de/hubfs/01_Marketing/03_CTA-Media/Sidebar_CTA_BG_FZP.jpg'); 
  background-size: cover; 
  background-position: center; 
}

.sidebar-cta-bg-kontakt {
  background-image: url('https://info.lapid.de/hubfs/01_Marketing/03_CTA-Media/Sidebar_CTA_BG_Kontakt.jpg'); 
  background-size: cover; 
  background-position: center; 
}

.sidebar-cta-container p {
  color: #fff; 
  text-decoration: none !important; 
  text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.sidebar-cta-container p:hover {
  text-decoration: none !important; 
}


.sidebar-cta-container p.sidebar-cta-headline {
  font-size: 24px;
  font-weight: bold;
  float: left;
  margin-bottom: 20px;
}


.sidebar-cta-container p.sidebar-cta-text {
  font-size: 16px;
  font-weight: 400;
  clear: both;
  margin: 15px 0 35px 0;
}


#cta_button_2301857_59b03854-822b-468c-86c7-3e146488aeb5, #cta_button_2301857_96bb8bfc-84b6-41a4-995a-a9716c9fe299, #cta_button_2301857_817794b8-4684-4fcd-99f2-a649faa2b309, 
#cta_button_2301857_b6fad33b-2579-416b-b565-1a623c99ffd4, #cta_button_2301857_6d08a2cf-2752-4d84-bc7a-63d9327f8414 {
  text-decoration: none !important;  
}

/* =============== Verlauf Button CTA =============== */

.btn-gradient {
    color: #fff;
    border: none !important;
    box-shadow: 0 2px 10px 0 rgba(22, 22, 35, 0.25);
    -webkit-transition: background 0.3s, box-shadow 0.3s, transform 0.3s;
    -o-transition: 0.3s background, 0.3s box-shadow, 0.3s transform;
    transition: background 0.3s, box-shadow 0.3s, transform 0.3s;
}

.btn-gradient:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: opacity 0.6s;
    -o-transition: 0.6s opacity;
    transition: opacity 0.6s;
    opacity: 0;
}

.btn-gradient:active,
.btn-gradient:focus,
.btn-gradient:hover {
    color: #fff;
    box-shadow: 0 2px 15px 0 rgba(22, 22, 35, 0.35);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

.btn-gradient:active:before,
.btn-gradient:focus:before,
.btn-gradient:hover:beforecomment-form input[type="submit"]:before,
.form input[type="submit"]:before,
.main .hbspt-form input[type="submit"]:before,
.main .hs-form input[type="submit"]:before {
    opacity: 1;
}

.btn-gradient.btn-primary {
    background-image: -webkit-linear-gradient(-76deg, #008cc8, #255f9a);
    background-image: -ms-linear-gradient(-76deg, #008cc8 0, #255f9a 100%);
}


/* =============== Outline Buttons CTA =============== */

.btn {
    position: relative;
    display: inline-block;
    padding: 0.5rem 2rem;
    min-width: 220px;
    max-width: 100%;
    font-size: 1.125rem;
    text-decoration: none !important;
    font-family: Titillium Web;
    font-weight: 700;
    text-align: center;
    white-space: normal;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
}

.btn-outline {
    border: 2px solid transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn-outline:hover {
    color: #fff !important;
}
.btn-outline:hover:before {
    left: 0;
    right: auto;
    width: 100%;
}
.btn-outline:hover:after {
    height: 450%;
}
.btn-outline:before {
    display: block;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn-outline:after,
.btn-outline:before {
    content: "";
    position: absolute;
    z-index: -1;
}
.btn-outline:after {
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    -webkit-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
.btn-outline.btn-white {
    color: #fff;
    background: transparent;
    border-color: #fff;
}
.btn-outline.btn-white:before {
    background: #fff;
}
.btn-outline.btn-light {
    color: #f0f0f0;
    background: transparent;
    border-color: #f0f0f0;
}
.btn-outline.btn-light:before {
    background: #f0f0f0;
}
.btn-outline.btn-primary {
    color: #008cc8;
    background: transparent;
    border-color: #008cc8;
}
.btn-outline.btn-primary:before {
    background: #008cc8;
}
.btn-outline.btn-blue {
    color: #008cc8;
    background: transparent;
    border-color: #008cc8;
}
.btn-outline.btn-blue:before {
    background: #008cc8;
}
.btn-outline.btn-primary-dark {
    color: #003264;
    background: transparent;
    border-color: #003264;
}
.btn-outline.btn-primary-dark:before {
    background: #003264;
}
#calcuLayter .hs-form input.btn-outline[type="submit"],
.btn-outline.btn-secondary,
.comment-form input.btn-outline[type="submit"],
.form input.btn-outline[type="submit"],
.main .hbspt-form input.btn-outline[type="submit"],
.main .hs-form input.btn-outline[type="submit"] {
    color: #6ebe01;
    background: transparent;
    border-color: #6ebe01;
}
#calcuLayter .hs-form input.btn-outline[type="submit"]:before,
.btn-outline.btn-secondary:before,
.comment-form input.btn-outline[type="submit"]:before,
.form input.btn-outline[type="submit"]:before,
.main .hbspt-form input.btn-outline[type="submit"]:before,
.main .hs-form input.btn-outline[type="submit"]:before {
    background: #6ebe01;
}
.btn-outline.btn-success {
    color: #6ebe01;
    background: transparent;
    border-color: #6ebe01;
}
.btn-outline.btn-success:before {
    background: #6ebe01;
}
.btn-outline.btn-white:hover {
    color: #003264 !important;
}
.bg-dark .btn-primary {
    background: #fff;
    color: #008cc8;
}
.bg-dark .btn-primary:active,
.bg-dark .btn-primary:focus,
.bg-dark .btn-primary:hover {
    background: #eee;
    color: #008cc8;
}
.btn-outline-white {
    border: 2px solid #fff;
    padding: 1rem 3rem;
}
.btn-outline-white:hover {
    background: #fff;
}
.btn-outline-white:not(:hover) {
    color: #fff !important;
}


/* ==========================================================================
8. MISCELLANEOUS
========================================================================== */
.headline_list_circle {
  padding: 0 0 10px 0;
  margin: 0 0 0 8px;
  display: inline-block;
  position: relative;
}

.headline_list_circle::before {
  content: '';
  display: block;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  border: 2px solid #464F56;
  top: 25px;
  position: relative;
  left: -8px;
}

.custom-form {
    width: 50% !important;
}

.banner-image.system-page-banner {
    min-height: 350px !important;
    padding: 0;
}

.header-group.no-nav .mobile-trigger {
    display: none !important;
}

.custom-footer.no-nav .footer-contact {
    float: right !important;
}

div.post-listing-simple .post-item {
    width: 100% !important;
    max-width: 100%;
}

h2.post-listing-simple {
    text-transform: none;
    font-size: 1.4rem;
    line-height: 120%;
    margin-top: 0.3rem;
    margin-bottom: 0.8rem;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color: #003266;
    text-decoration: none;
}

h2.post-listing-simple a {
    color: #003266;
    text-decoration: none;
}

.stickyLayer {
    position: fixed;
    left: 0;
    width: 100%;
    padding: 1rem;
    background: #fff;
    box-shadow: 0 0 35px -10px rgba(0, 0, 0, 0.5);
    -webkit-transition: 1s bottom;
    -o-transition: 1s bottom;
    transition: 1s bottom;
    line-height: 130%;
    z-index: 100;
    bottom: -6.5rem;
}

.sticky-layer-open .stickyLayer {
    bottom: 0;
}

.stickyLayer .closeButton {
    position: absolute;
    top: -18px;
    width: 36px;
    height: 36px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    border-radius: 18px;
    left: calc(50% - 18px);
    cursor: pointer;
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    -o-transition: 0.3s -o-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform, 0.3s -o-transform;
}

.stickyLayer .closeButton:before,
.stickyLayer .closeButton:after {
    content: '';
    position: absolute;
    top: 18px;
    left: 10px;
    display: block;
    width: 10px;
    height: 2px;
    background-color: #555;
    -webkit-transition: 0.3s top, 0.3s -webkit-transform;
    transition: 0.3s top, 0.3s -webkit-transform;
    -o-transition: 0.3s top, 0.3s -o-transform;
    transition: 0.3s transform, 0.3s top;
    transition: 0.3s transform, 0.3s top, 0.3s -webkit-transform, 0.3s -o-transform;
}

.stickyLayer .closeButton:before,
.stickyLayer .closeButton:after {
    top: 16px;
}

.stickyLayer .closeButton:after {
    -webkit-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    left: 16px;
}

.stickyLayer .closeButton:before {
    -webkit-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.stickyLayer .closed .closeButton:after {
    -webkit-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.stickyLayer .page-center {
    max-width: 900px !important;
}

.stickyLayer .closeButton:hover {
    -webkit-transition: 0.1s -webkit-transform;
    transition: 0.1s -webkit-transform;
    -o-transition: 0.1s -o-transform;
    transition: 0.1s transform;
    transition: 0.1s transform, 0.1s -webkit-transform, 0.1s -o-transform;
    -webkit-transform: scale(1.05) translateY(-1px);
    -o-transform: scale(1.05) translateY(-1px);
    transform: scale(1.05) translateY(-1px);
}

.sticky-layer-open .stickyLayer .closeButton:before {
    -webkit-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sticky-layer-open .stickyLayer .closeButton:after {
    -webkit-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    left: 16px;
}

.sticky-layer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-details-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding: 0 15px;
}

.sticky-layer-button-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    padding: 0px;
    max-width: 58.33333%;
    margin: 16px 0 0 0;
}

.contact-details-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    float: left;
}

.contact-details {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 8px 0 0 16px;
}

.stickyLayer img {
    border-radius: 5rem;
    max-height: 90px;
    max-width: 90px;
    float: right;
}

.request-recall-btn,
.try-for-free-btn {
    text-align: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    margin: 16px 0 0 0;
    display: inline-block;
}

.request-recall-btn a {
    background-color: #6AB701;
    font-size: 14.4px;
    padding: 11.200px 32px;
    text-transform: uppercase;
    border-radius: 50px;
    border: none;
    max-width: 100%;
    color: #fff;
    white-space: normal;
    display: inline-block;
    width: 228px;
    line-height: 18px;
}

.request-recall-btn a:hover {
    background-color: #79d001;
    color: #fff;
    text-decoration: none;
}

.try-for-free-btn a {
    background-color: #008CC8;
    font-size: 14.4px;
    padding: 11.200px 32px;
    text-transform: uppercase;
    border-radius: 50px;
    border: none;
    max-width: 100%;
    color: #fff;
    white-space: normal;
    display: inline-block;
    width: 228px;
    line-height: 18px;
}

.try-for-free-btn a:hover {
    background-color: #009ee2;
    color: #fff;
    text-decoration: none;
}

.no-banner-img {
    min-height: 125.8px !important;
}

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

/*===== CTA mit Absatz ====*/

.intext-CTA {
   box-shadow: #cccccc 0px 0px 20px;
   margin: 35px 0;
}

.intext-CTA p {
  padding: 0 25px 10px 25px;
  color: #464f56; 
  font-family: Titillium Web; 
  font-size: 16px; 
  font-weight: normal; 
  line-height: 1.5; 
  text-align: left;
}

.intext-CTA h2 {
  padding: 0 25px 0 25px;
  line-height: 1.1; 
  letter-spacing: 0.02em; 
  text-align: left;
}


.intext-CTA::after {
  content: "Jetzt mehr erfahren";
  color: #ffffff;
  font-family: Titillium Web;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background: #6AB701;
  width: 100%;
  height: 0px;
  display: block;
  position: relative;
  opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
  
.intext-CTA:hover {
  box-shadow: #bababa 0px 0px 30px;
  background-color: #eeeeee;
}

.intext-CTA:hover::after {
  height: 50px;
  opacity: 1;
}

/*===== CTA mit Bild ====*/

.CTA_ePaper-mit-Bild {
    position: relative;
    border-radius: 6px;
		box-shadow: #cccccc 0px 0px 20px;
    margin: 35px 0;
    margin-right: 5px;
}


.CTA_ePaper-mit-Bild:hover {
  box-shadow: #bababa 0px 0px 30px;
}

.CTA_ePaper-mit-Bild_text {
			width: 50%;
			color:#464f56;
			font-family: Titillium Web;
			font-size: 0.8em;
			font-weight: bold;
			line-height: 1.3;
			text-align: left;
			float: left;
			padding: 35px 0px 0 30px !important;
		}
		
		.CTA_ePaper-mit-Bild_img {
			float: right;
      padding-right: 6px !important;
      bottom: 0;
		}
		
		.CTA_ePaper-mit-Bild_button_intext {
			background: #6AB701;
			text-align: center;
			padding: 7px 10px !important;
			border-radius: 25px;
			margin: 25px 0 0 0 !important;
			color: #ffffff;
		}


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


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


@media (min-width: 1250px) and (min-width: 1470px) {
    .custom-menu-primary {
        margin: 0;
        padding: 21px 0 21px;
        width: auto !important;
        float: right;
    }
  
  

    .custom-menu-primary .hs-menu-wrapper>ul li a:hover,
    .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
        color: #008CC8;
        text-decoration: none;
      text-shadow: 0.5px 0px 0px #008cc8, -0.5px 0px 0px #008cc8;
      background: rgba(255,255,255,0.9);
      border-bottom: 3px solid;
    }
}


@media (max-width: 1249px) {

    .footer-menu .hs-menu-wrapper>ul>li>ul {
        position: static !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .footer-menu .hs-menu-wrapper>ul {
        display: block;
        margin: 0;
    }

    .form-label {
        width: 100%;
        padding: 0 15px 0 0;
    }

    .form-wrapper {
        width: 100%;
        padding: 0 15px 0 0;
    }

    .footer-menu .hs-menu-wrapper>ul>li {
        float: left !important;
        width: 100%;
        line-height: 44.59px;
    }

    .footer-contact {
        margin: 0 !important;
        padding: 7px 0 0 15px;
    }

    .footer-menu .hs-menu-wrapper>ul>li>ul>li {
        margin: 0;
        line-height: 21.6px;
    }

    .footer-menu-wrapper {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 15px;
    }

    .header-top-link {
        display: none !important;
    }

    .header-wrapper .row-fluid {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }


    .header-wrapper {
        padding: 0;
    }

    .banner-image {
        padding: 10rem 0;
        min-height: 832px !important;
    }

    .banner-image h1 {
        padding-right: 40px;
        font-size: 40px;
    }

    .banner-image:before,
    .no-banner-img:before,
    .blog-banner:before {
        content: '';
        background: linear-gradient(148deg, rgba(0,138,203,1) 0%, rgba(0,50,100,1) 100%);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        min-height: calc(100% + 50rem);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.4s opacity, visibility 0.4s;
        -o-transition: 0.4s opacity, visibility 0.4s;
        transition: 0.4s opacity, visibility 0.4s;
        z-index: 9;
    }

    .mobile-open .banner-image:before,
    .mobile-open .no-banner-img:before,
    .mobile-open .blog-banner:before {
        opacity: 1;
        visibility: visible;
    }

    .mobile-open .stickyLayer {
        display: none !important;
    }

    .blog.mobile-open .body-container .page-center {
        display: none !important;
    }

    .blog.mobile-open .footer-container-wrapper,
    .blog.mobile-open .post-filter-container {
        display: none !important;
    }

    .custom-menu-primary {
        position: absolute;
        display: block !important;
        top: 8rem;
        left: -20px;
        margin: 0 !important;
        width: 100% !important;
        height: 100%;
        opacity: 0;
        -webkit-transform: translateY(-20rem);
        -o-transform: translateY(-20rem);
        transform: translateY(-20rem);
        visibility: hidden;
        -webkit-transition: 0.4s opacity, visibility 0.4s, -webkit-transform 0.4s;
        transition: 0.4s opacity, visibility 0.4s, -webkit-transform 0.4s;
        -o-transition: 0.4s opacity, visibility 0.4s, -o-transform 0.4s;
        transition: 0.4s opacity, transform 0.4s, visibility 0.4s;
        transition: 0.4s opacity, transform 0.4s, visibility 0.4s, -webkit-transform 0.4s, -o-transform 0.4s;
        z-index: 999999;
        height: 100vh !important;
    }

    .mobile-open .custom-menu-primary {
        opacity: 1;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
    }

    .custom-menu-primary .hs-menu-wrapper>ul {
        display: block !important;
        margin: 0 -15px;
        width: calc(100% + 30px);
    }

    .custom-menu-primary .hs-menu-wrapper>ul li a {
        font-size: 1.25rem;
        font-weight: bold;
        position: relative;
        color: #003266;
        padding: 8px 0;
        display: block;
        text-align: center;
    }

    .custom-menu-primary .hs-menu-wrapper>ul li a:hover,
    .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
        text-decoration: none;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul li a {
        position: relative;
        color: #003266;
        font-size: 19.2px;
        font-weight: normal;
        padding: 4px 0;
        text-transform: none;
    }

    .custom-menu-primary .hs-menu-children-wrapper .hs-menu-children-wrapper {
        padding: .5rem 0;
        background: rgba(0, 0, 40, 0.1);
        display: none;
        left: 97%;
    }

    div#site-wrapper {
        width: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .mobile-open div#site-wrapper {
        height: 100vh;
    }

    /*.banner-image p {
        display: none;
    }

    .blog-banner-title h1 {
        font-size: 40px;
    }

    .blog-banner {
        min-height: 480px !important;
    }

    .blog-banner-group {
        padding: 160px 0 124px;
    }

    .hs-blog-post .blog-banner-group {
        padding: 12rem 0 18rem !important;
    }

    .hs-blog-post .body-container .page-center {
        margin-top: 100px !important;
    } */
}


@media (min-width: 1100px) and (min-width: 1470px) {
    .custom-menu-primary {
        margin: 0;
        padding: 0;
        width: auto !important;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        padding: 24px;
    }
}

@media (min-width: 1367px) {
    .post-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}


@media (max-width: 1366px) {
    .post-item {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  
  .copyright-header {
    margin-top: -5em;;
  }
  
}


@media (max-width: 1099px) {
 
  .audiocommentary {
    margin: -32px -26px 40px -26px !important;
}
  
  .related-blog-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 8px 35px 8px;
    float: left;
}
  
  .blog-banner-title-listing {
    text-align: center;
    width: 100%;
    margin: 30px 0;
  }
  
  .post-filter-container {
    width: 100% !important;
    top: 0;
    float: none !important;
}
  
  .listing-wrapper {
    /*width: 92% !important;*/
    top: -60px;
}
  
  .footer-menu .hs-menu-wrapper>ul>li>ul {
        position: static !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .footer-menu .hs-menu-wrapper>ul {
        display: block;
        margin: 0;
    }

    .form-label {
        width: 100%;
        padding: 0 15px 0 0;
    }

    .form-wrapper {
        width: 100%;
        padding: 0 15px 0 0;
    }

    .footer-menu .hs-menu-wrapper>ul>li {
        float: left !important;
        width: 100%;
        line-height: 44.59px;
    }

    .footer-contact {
        margin: 0 !important;
        padding: 7px 0 0 15px;
    }

    .footer-menu .hs-menu-wrapper>ul>li>ul>li {
        margin: 0;
        line-height: 21.6px;
    }

    .footer-menu-wrapper {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 15px;
    }

    .header-top-link {
        display: none !important;
    }

    .header-wrapper .row-fluid {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }


    .header-wrapper {
        padding: 0;
    }

    .banner-image {
        padding: 10rem 0;
        min-height: 832px !important;
    }

    .banner-image h1 {
        padding-right: 40px;
        font-size: 40px;
    }

    .banner-image:before,
    .no-banner-img:before,
    .blog-banner:before {
        content: '';
        background: linear-gradient(148deg, rgba(0,138,203,1) 0%, rgba(0,50,100,1) 100%);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        min-height: calc(100% + 50rem);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.4s opacity, visibility 0.4s;
        -o-transition: 0.4s opacity, visibility 0.4s;
        transition: 0.4s opacity, visibility 0.4s;
        z-index: 9;
    }

    .mobile-open .banner-image:before,
    .mobile-open .no-banner-img:before,
    .mobile-open .blog-banner:before {
        opacity: 1;
        visibility: visible;
    }

    .mobile-open .stickyLayer {
        display: none !important;
    }

    .blog.mobile-open .body-container .page-center {
        display: none !important;
    }

    .blog.mobile-open .footer-container-wrapper,
    .blog.mobile-open .post-filter-container {
        display: none !important;
    }

    .custom-menu-primary {
        position: absolute;
        display: block !important;
        top: 8rem;
        left: -20px;
        margin: 0 !important;
        width: 100% !important;
        height: 100%;
        opacity: 0;
        -webkit-transform: translateY(-20rem);
        -o-transform: translateY(-20rem);
        transform: translateY(-20rem);
        visibility: hidden;
        -webkit-transition: 0.4s opacity, visibility 0.4s, -webkit-transform 0.4s;
        transition: 0.4s opacity, visibility 0.4s, -webkit-transform 0.4s;
        -o-transition: 0.4s opacity, visibility 0.4s, -o-transform 0.4s;
        transition: 0.4s opacity, transform 0.4s, visibility 0.4s;
        transition: 0.4s opacity, transform 0.4s, visibility 0.4s, -webkit-transform 0.4s, -o-transform 0.4s;
        z-index: 999999;
        height: 100vh !important;
    }

    .mobile-open .custom-menu-primary {
        opacity: 1;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
    }

    .custom-menu-primary .hs-menu-wrapper>ul {
        display: block !important;
    }

    .custom-menu-primary .hs-menu-wrapper>ul li {
        display: block !important;
        width: 100%;
        position: relative;
    }

    .custom-menu-primary .hs-menu-wrapper>ul li a {
        font-size: 1.25rem;
        font-weight: bold;
        position: relative;
        color: #fff;
        padding: 8px 0;
        display: block;
        text-align: center;
    }

    .custom-menu-primary .hs-menu-wrapper>ul li a:hover,
    .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
        color: #fff;
        text-decoration: none;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul {
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        display: block !important;
        opacity: 1 !important;
        /*visibility: visible !important;*/
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul li a {
        position: relative;
        color: #d8e2ff;
        font-size: 19.2px;
        font-weight: normal;
        padding: 0 0 8px 0;
        text-transform: none;
    }

    div#site-wrapper {
        width: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .mobile-open div#site-wrapper {
        height: 100vh;
    }

    .banner-image p {
        display: none;
    }

    .blog-banner-title {
     text-align: center;
    margin: 35px auto;
      font-size: 40px;
      padding: 250px 0 75px 0;
    }

    .blog-banner {
        min-height: 400px !important;
    }

    .hs-blog-post .blog-banner-group {
        padding: 0 !important;
    }

}


@media (max-width: 989px) {

  .hs-blog-post .blog-banner {
    background-attachment: inherit;
  }
  
  .page-listing-navigation {
    padding: 10% 0;
  }
  
  .page-listing-navigation-back {
    height: 50%;
    padding: 10%;
  }
  
  .page-listing-navigation-next {
    height: 50%;
    padding: 10%;
  }
  
  .footer-contact {
        width: 100% !important;
        margin: 32px 0 0 0 !important;
        padding: 0px 0 0 15px;
    }

    .footer-contact {
        width: 100% !important;
        margin: 20px 0 0 0 !important;
        padding: 0px 0 0 15px;
    }

    .address {
        margin: 1px 0 0 0;
        float: left;
        width: 100%;
    }

/*    .post-item:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .post-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

  .post-item:first-child .post-detail .post-date {
    font-size: 16px;
  }
  
  .post-item:first-child .post-detail {
    padding: 1rem;
  }
  
    .post-item:first-child .post-detail h2 {
        font-size: 1.4rem;
        padding-right: 0;
    }
  
  */
  
  .post-thumbnail img {
    height: 250px;
  }
  
   .post-item:first-child .post-thumbnail {
    height: 250px;
    min-height: 250px;
    }
  
  .post-item:first-child .post-entry {
    -ms-flex-flow: column;
    flex-flow: column;
  }
  
  .post-item:first-child .post-body p {
    line-height: 120%;
}
  
  .post-detail-line {
    display: none !important;
  }

    .hs-blog-post .blog-banner-title h1 {
        font-size: 40px !important;
        color: #ffffff !important;
    }

    .hs-blog-post .blog-content {
        width: 100% !important;
        padding: 32px 26px;
    }

    .hs-blog-post .blog-content img {
        width: 100%;
    }

    .hs-blog-post .blog-sidebar {
        width: 100% !important;
        margin: 0 !important;
    }

    .footer-menu .hs-menu-wrapper>ul>li>a {
        cursor: pointer;
        width: 100%;
    }

    .stickyLayer {
        bottom: -7rem;
    }

    .contact-details-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .sticky-layer-button-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        margin: 0;
    }

    .request-recall-btn {
        margin: 0;
    }

    .stickyLayer {
        padding: 16px 16px 14px;
    }
  
  .copyright-header {
    margin-top: 0;
    margin-left: 0;
    color: #464f56;
    padding: 20px 0 15px 0;
  }
  
  .copyright-header::before {
    content: 'Quelle des Titelbildes';
    font-size: 20px;
    color: rgba(0,0,0,0.4);
    margin: 10px 0 0 0;
    font-weight: bold;
  }
  
  .copyright-header::after {
    content: '';
    display: inline-block;
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    border: 0;
    width: 100%;
  }
  
}

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

@media (max-width: 767px) {
    
  .form-label {
        padding: 0;
    }

    .form-wrapper {
        padding: 0;
    }

    .custom-form {
        width: 100% !important;
    }

    .address {
        margin: 32px 0 0 0;
    }
  
  form.hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
}

    .banner-image {
        min-height: 480px !important;
    }

    .request-recall-btn a {
        white-space: nowrap;
    }
  
  .author-img {
    width: 150px;
}
  
  .CTA_blog-content_footer_right {
    float: left !important!;
    margin-top: 10px !important;
  }
  
    blockquote.zitat {
    font-size: 22px;
    width: 90%;
    border-left: 3px solid #6ebe01;
    padding: 20px 0 20px 35px;
    border-radius: 15px;
    margin-top: 50px;
}

blockquote.zitat::before {
    content: "";
    padding: 7px;
    line-height: 80px;
    margin: 30px 0 30px -4rem;
    position: absolute;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #6ebe01;
    background-image: url(https://info.lapid.de/hubfs/lapid-zitate-icon.svg);
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: center;
}


blockquote.gesetz, blockquote.tipp, blockquote.info {
    padding: 20px 20px 28px 54px;
    margin: 40px 0;
}

blockquote.gesetz::before, blockquote.info::before, blockquote.tipp::before {
    margin: 0 0 0 -4rem;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 0;
    border-radius: 0 10px 10px 0;
}
  
}


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

@media (max-width: 599px) {
    .custom-header .page-center {
        width: calc(100vw - 2rem) !important;
      padding: 0;
    }
  
  .custom-logo {
  scale: .8;
}

    .banner-image .page-center {
        width: calc(100% - 2rem) !important;
    }

    .banner-image h1 {
        padding-right: 40px;
        font-size: 24px;
    }

    .blog-banner-title h1 {
        font-size: 24px;
    }

    .blog-banner {
        min-height: 400px !important;
    }

    .post-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .post-item:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hs-blog-post .blog-banner-title h1 {
        font-size: 24px !important;
    }

    .hs-blog-post .blog-banner-group {
        padding: 10rem 0 0rem !important;
    }

    .hs-blog-post .body-container .page-center {
        margin-top: 250px !important;
    }

    .stickyLayer {
        display: none !important;
    }
  
    .related-blog-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
  

    .hs-blog-post .body-container .page-center {
    margin-top: 0px !important;
    }
  
  .hs-blog-post .blog-content {
    border-radius: 0;
  }
  
    .blog-banner-title {
      margin: 10px auto;
      padding: 0px 0 75px 0;
    }
  
  .hs-blog-post .blog-banner {
    max-height: none;
    position: relative !important;
    }
  
  .body-container .page-center {
    width: 100% !important;
    padding: 0 !important;
    }
  
  
  .related-blog-posts-wrapper{
    padding: 0 5% 5% 5%;
  }
  

.widget-type-blog_comments {
    padding: 0 5% 5% 5%;
}
  
  .related-blog-item:first-child {
    padding: 0 8px 35px 8px;
}
    
  
}



@media (max-width:380px) {

    .post-filter-current {
        border-radius: 25px;
        padding: 0.8rem 14px;
        font-size: 14.4px;
    }
}

/* Tables */

table {
    width: 100%;
    border-style: solid !important;
    border-color: #aaa !important;
    box-shadow: 0 10px 50px -10px rgba(177, 187, 197, .6);
    border-collapse: collapse;
}

table td {
    padding: 1rem 0.75rem 0rem 0.75rem !important;
    background: #f0f0f0;
    border-style: solid !important;
    border-color: #aaa !important;
}

table td.blue-text {
    color: #008CC8;
}

table td.blue-dark-text {
    color: #003266;
}

table td.green-text {
    color: #6AB701;
}

table td.blue-bg {
    background: #008CC8 !important;
    color: #fff;
}

table td.blue-dark-bg {
    background: #003266 !important;
    color: #fff;
}

table td.green-bg {
    background: #6AB701 !important;
    color: #fff;
}

table tr.vertical-top {
    vertical-align: top;
}

table tr.vertical-bottom {
    vertical-align: bottom;
}

table.bg-white td {
    background: #fff;
}

table.bg-rows tr:nth-child(odd) td {
    background: #fff;
}

table.bg-rows tr:nth-child(even) td {
    background: #f0f0f0;
}

table.bg-cols tr td:nth-child(odd) {
    background: #fff;
}

table.bg-cols tr td:nth-child(even) {
    background: #f2f2f2;
}

table.border-rows td {
    border: 0;
}

table.border-rows tr:not(:first-child) {
    border-top: 1px solid #aaa;
}

table.border-cols td {
    border-top: 0;
    border-bottom: 0;

    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

table.border-cols td:first-child {
    border-left: 0;
}

table.border-cols td:last-child {
    border-right: 0;
}

table:not(.border-rows):not(.border-cols) td {
    border-top: 0;
    border-bottom: 0;

    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

table:not(.border-rows):not(.border-cols) td:first-child {
    border-left: 0;
}

table:not(.border-rows):not(.border-cols) td:last-child {
    border-right: 0;
}

table:not(.border-rows):not(.border-cols) tr:not(:first-child) {
    border-top: 1px solid #aaa;
}

/* Footer Fix */

@media (max-width: 1470px) {
    .footer-contact {
        width: 100% !important;
    }

    .footer-contact .address {
        margin-top: 32px;
    }
}

/* Menu fix */
/*@media (min-width: 1630px) {
    .custom-menu-primary {
        margin: 0 10% !important;
    }
}*/

/* YT Search */
.post-filter {
    width: 100%;
}

.post-search {
    width: 100%;
    max-width: 100%;
    position: relative;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
    z-index: 97;
    margin: 0 auto;
}

.post-search-list {
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    -o-transition: 0.3s -o-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform, 0.3s -o-transform;
    border-radius: 0 0 25px 25px;
    position: absolute;
    top: 30px;
    background: #fff;
    padding: 1.5rem 0 0;
    width: 100%;
    z-index: 97;
    margin-top: 0;
    margin-bottom: 1rem;
}

.post-search.open .post-search-list {
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.post-search ul {
    padding: 0 1rem 0.5rem;
    width: 100%;
    list-style-type: none;
    overflow-y: auto;
    min-height: 50px;
    max-height: 300px;
    margin: 0;
    position: relative;
    z-index: 99;
}

.post-search.loading ul {
    opacity: 0.5;
}

.post-search.loading ul:before {
    content: '';
    background: #008CC8;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
    position: fixed;
    top: calc(50% - 0.75rem);
    left: calc(50% - 0.75rem);
    animation: pulse 0.6s infinite;
}

.post-search.loading ul:after {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.post-search-list ul li {
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.post-search-list ul li:last-child {
    border-bottom: none;
}

.post-search-empty {
    width: 100%;
    color: rgba(0, 0, 0, 0.4);
    padding: 0.5rem 0;
    display: block;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.4s ease-in-out;
    line-height: 1.3rem;
}

.post-search-list ul li a {
    width: 100%;
    color: #464F56;
    padding: 0.5rem 0;
    display: block;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.4s ease-in-out;
    line-height: 1.3rem;
}

.post-search-list ul li a span {
    font-size: 80%;
    margin-left: 5px;
    color: rgba(0, 0, 0, 0.4);
    display: inline-block;
}

.post-search .hs-search-highlight {
    margin-left: 0;
    font-size: 100%;
    color: #6AB701;
}

.post-search-field input {
    border-radius: 25px;
    color: #464F56;
    background: #fff;
    padding: 0.8rem 3.5rem 0.8rem 1.25rem;
    z-index: 99;
    position: absolute;
    top: 0;
    width: 100%;
}

.post-search-field span {
    width: 44px;
    height: 44px;
    background-color: #6AB701;
    background-size: 26px;
    background-position: 9px center;
    background-repeat: no-repeat;
    border-radius: 32px;
    border: none;
    position: absolute;
    top: 3px;
    right: 4px;
    z-index: 99;
    cursor: pointer;
    font-size: 0;
    -webkit-transition: 0.3s background-color;
    -o-transition: 0.3s background-color;
    transition: 0.3s background-color;
    color: transparent;
    padding: 0;
    background-image: url(https://lapid.de/wp-content/themes/lapid/img/search-icon.png);
    margin: 0;
}

.footer-newsletter .inputs-list,
.footer-newsletter .inputs-list label,
.footer-newsletter .hs-error-msgs,
.footer-newsletter .hs-error-msgs label,
.footer-newsletter .hs-form-booleancheckbox-display,
.footer-newsletter .hs-form-booleancheckbox-display label,
.sidebar-form .inputs-list,
.sidebar-form .inputs-list label,
.sidebar-form .hs-error-msgs,
.sidebar-form .hs-error-msgs label,
.sidebar-form .hs-form-booleancheckbox-display,
.sidebar-form .hs-form-booleancheckbox-display label {
    display: block !important;
}

.footer-newsletter .inputs-list span,
.footer-newsletter .hs-error-msgs span,
.footer-newsletter .hs-form-booleancheckbox-display span,
.sidebar-form .inputs-list span,
.sidebar-form .hs-error-msgs span,
.sidebar-form .hs-form-booleancheckbox-display span {
    font-size: 0.8rem;
    font-weight: normal;
    text-transform: none;
}

.footer-newsletter input[type="email"] {
    margin-bottom: 0;
}

.sidebar-search {
    height: 50px;
    margin: 1rem 0 1.25rem;
}

.sidebar-search .post-search-list {
    top: 19px;
}

.sidebar-search .post-search-list ul li a {
    font-size: 1rem;
}

.sidebar-search .post-search-list ul li a span {
    margin-left: 0;
}

.sidebar-search .post-search-field input {
    height: 38px;
    padding: 0 38px 0 1rem;
}

.sidebar-search .post-search-field span {
    width: 32px;
    height: 32px;
    background-position: 4px center;
}

.sidebar-search:not(.open) {
    filter: none;
}
.sidebar-search:not(.open) .post-search-field input {
    background: #d9d9d9;
}

@media (max-width: 767px) {
    .body-container .page-center {
        padding: 16px 15px;
    }

    .post-search {
        margin-top: 50px;
    }

    .post-filter {
        margin-top: 70px;
    }
  
    .sidebar-cta-container {
      padding: 40px !important;
      hyphens: auto;
  }
  
  .sidebar-cta-container p.sidebar-cta-headline {
    clear: none !important;
  }
}

@keyframes pulse {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

/* Footer new */

footer {
    font-size: 1rem;
    color: #fff;
    background: #002A55;
    -webkit-transition: 1s padding-bottom;
    -o-transition: 1s padding-bottom;
    transition: 1s padding-bottom;
    overflow: hidden;
}

footer ul {
    list-style-type: none;
    padding: 0;
}

footer a {
    color: #fff;
}

footer a:hover {
  color: #6ebe01;
  text-decoration: none;
}

footer hr {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 2rem auto;
  background-color: transparent ;
}

.footer-top {
    padding: 2.5rem 0 1rem;
    background: #002a55;
}

.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.footer-menu .nav-link {
    display: block;
    padding: 0 0;
}

.footer-menu>.nav-item:not(:last-child)>.nav-link {
    margin-bottom: .5rem;
}

.footer-menu>.nav-item>.nav-link {
    font-weight: bold;
    font-size: 1.3rem;
    cursor: default;
}

.footer-menu .sub-menu .nav-item:not(:first-child) {
    margin-top: .3rem;
}

.footer-menu .sub-menu .nav-link {
    display: inline-block;
}

.footer-bottom {
    padding: 0 0 3.5rem;
    background: #002A55;
}

.footer-logo {
    margin-bottom: 1.5rem;
}

.footer-title {
    margin-bottom: .3rem;
    font-weight: bold;
    font-size: 1.2rem;
    text-transform: uppercase;
    cursor: default;
}

.footer-contact-icon {
    width: 1em;
    height: 1em;
    font-size: inherit;
    margin-right: .5rem;
    vertical-align: middle;
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.footer-contact-icon path {
    fill: #fff;
}

.footer-contact-icon + a, .footer-contact-icon + span, .footer-contact-icon + span a {
    vertical-align: middle;
}

.footer-contact-icon + span a {
    color: #008CC8;
}

.footer-newsletter span {
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-newsletter form {
    position: relative;
    max-width: 350px;
    margin-top: 8px;
}

.footer-newsletter input[type="email"] {
    background: #fff !important;
}

.footer-newsletter .hs-form-booleancheckbox {
    margin-top: .5rem;
}

.footer-newsletter .inputs-list,
.footer-newsletter .inputs-list label,
.footer-newsletter .hs-error-msgs,
.footer-newsletter .hs-error-msgs label,
.footer-newsletter .hs-form-booleancheckbox-display,
.footer-newsletter .hs-form-booleancheckbox-display label {
    display: block !important;
}

.footer-newsletter .inputs-list span,
.footer-newsletter .hs-error-msgs span,
.footer-newsletter .hs-form-booleancheckbox-display span {
    margin-left: .5rem;
    font-size: 0.75rem;
    font-weight: normal;
    text-transform: none;
}

.footer-newsletter a {
  text-decoration: underline;
}

.footer-social-links {
    white-space: nowrap;
}

.footer-social-links a {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 40px;
    color: #008CC8;
    background: #fff;
    position: relative;
    -webkit-transition: .2s background, .2s color;
    -o-transition: .2s background, .2s color;
    transition: .2s background, .2s color;
    cursor: pointer;
}

.footer-social-links a:last-child {
    margin-right: 0;
}

.footer-social-links a:hover,
.footer-social-links a:active {
    color: #fff;
}

.footer-social-links a svg {
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}

.footer-social-links a svg path {
    fill: currentColor;
}

.footer-social-links a.facebook:hover,
.footer-social-links a.facebook:active {
    background: #3b5998;
}

.footer-social-links a.instagram:hover,
.footer-social-links a.instagram:active {
    background: #e4405f;
}

.footer-social-links a.googlePlus:hover,
.footer-social-links a.googlePlus:active {
    background: #dd4b39;
}

.footer-social-links a.twitter:hover,
.footer-social-links a.twitter:active {
    background: #1da1f2;
}

.footer-social-links a.linkedIn:hover,
.footer-social-links a.linkedIn:active {
    background: #0077b5;
}

.footer-social-links a.xing:hover,
.footer-social-links a.xing:active {
    background: #026466;
}

.footer-social-links a.xing svg {
    -webkit-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
}

.post-newsletter label, .post-newsletter ul, .footer-newsletter label, .footer-newsletter ul {
    display: none !important;
}





@media (max-width: 989px) {
    .footer-menu {
        display: block;
    }

    .footer-menu>.nav-item {
        width: 100%;
    }

    .footer-menu .sub-menu {
        display: none;
        padding-bottom: .5rem;
    }
  
  .sidebar-cta-container {
      padding: 30px 20px;
      hyphens: auto;
  }
  
  .sidebar-cta-container p.sidebar-cta-headline {
      clear: both;
  }
}

@media (min-width: 990px) {
    .custom-footer .page-center {
        padding: 0 2rem;
    }

    .footer-menu>.nav-item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .footer-menu>.nav-item>.nav-link {
        margin-bottom: .5rem;
    }

    .footer-menu .sub-menu {
        display: block !important;
    }

    .footer-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-col {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 33%;
    }

    .footer-col:nth-child(5) {
        width: 66%;
    }
}

@media (max-width: 1469px) {
    .footer-col {
        margin-bottom: 1rem;
    }
  
  .sidebar-cta-container p.sidebar-cta-headline {
      clear: both;
  }  
}

@media (min-width: 1470px) {
    footer .container {
        width: 1300px;
    }

    .footer-col {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

/* --- Header Progress Bar ---*/

#yt-scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 4px;
    width: 0;
    max-width: 100%;
    background: #008CC8;
    z-index: 98;
    -webkit-transition: .05s width;
    -o-transition: .05s width;
    transition: .05s width;
  }


/* ----- CTA Area Blog Content ---- */

.CTA_blog-content_footer_left {
    margin: 10px 0 0 0 !important; 
    float: left;
}



.CTA_blog-content_footer_right {
  float: right;
  
}