/*
Theme Name: austrian-institute
Author: designerpart
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ai
*/

:root{
    --primary-color: #1e70af;
    --primary-color-hover: #135486;
    --body-text-color: #4e4c54;
}

@font-face {
    font-family: 'Vidaloka';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/7cHrv4c3ipenMKlEavs7wH8Dnzcj.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, 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: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, 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: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, 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: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, 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: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html,
body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-variant-ligatures: no-common-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 300px;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.6em;
    overflow-x: hidden;
    color: var(--body-text-color);
}

body.onHold{
    overflow: hidden;
}
html.preloader-site{
    overflow: hidden;
}
img.vc_single_image-img {
    margin-bottom: 30px;
}

.visuallyhidden {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}
/* PRELOADER */

.site-preloader{
    position: fixed;
    top:0;
    left: 0;
    background-color: #f2f6fc;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.site-preloader .preloader-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.site-preloader img{
    height: 60px;
    width: auto;
    margin: 0 auto;
}
.site-preloader .spinner {
    margin: 30px auto 0;
    width: 70px;
    text-align: center;
}

.site-preloader .spinner > div {
    width: 18px;
    height: 18px;
    background: var(--primary-color);
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.site-preloader .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.site-preloader .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}

@-webkit-keyframes fromtop {
    from{
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
    }
    to{
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fromtop{
    from{
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
    }
    to{
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

/******* HEADER / NAVI START *******/

header {
    width: 100%;
    left: 0;
    z-index: 999;
    max-width: 1300px;
    margin: 0 auto;
}
header .header-wrapper {
    width: 100%;
    height: 100px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    z-index: 999;
}

header #branding,
header #navi{
    display: inline-block;
}

header #branding{
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 99;
}
header #branding .logo img{
    display: block;
    height: 140px;
    width: auto;
}

header #navi {
    width: 100%;
    text-align: right;
    z-index: 1;
    position: relative;
    height: 100px;
}

header #navi .top-nav {
    -webkit-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
    opacity: 1;
}

header #navi .top-nav,
header #navi .top-nav ul li,
header #navi .canvas-navi-bar{
    display: inline-block;
}
header #navi ul {
    margin: 0;
    padding: 0;
}
header #navi .top-nav nav > ul{
    display: table;
    height: 100px;
}
header #navi .top-nav nav > ul > li {
    list-style-type: none;
    padding: 0 20px;
    margin: 0 10px;
    font-size: 1em;
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
}
header #navi .top-nav nav>ul>li.wpml-ls-item>a {
    font-size: 0.7em;
    text-transform: uppercase;
}
header #navi .top-nav nav > ul > li:last-child{
    padding-right: 0;
}
header #navi .top-nav nav > ul > li > a {
    text-decoration: none;
    cursor: pointer;
    position: relative;
    display: block;
    color: #363636;
}
header #navi .top-nav nav > ul > li:hover > a {
    color: var(--primary-color);
}
header #navi .top-nav .menu-item > a[href^="#"]{
    cursor: default;
}
header #navi .top-nav nav > ul > li > a:after {
    content: '';
    width: 6px;
    height: 0;
    background: var(--primary-color);
    display: block;
    position: absolute;
    top: -3px;
    right: -6px;
    -webkit-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
}
header #navi .top-nav nav > ul > li.wpml-ls-item > a:after {
    content: '';
    background-image: url('../img/icon-arrow-down-blue.svg');
    display: inline-block;
    width: 10px;
    height: 10px !important;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    background-color: transparent;
    top: 3px;
}

header #navi .top-nav ul.sub-menu li a{
    color: var(--body-text-color);
    text-decoration: none;
}
header #navi .top-nav .sub-menu li a:hover{
    color: var(--primary-color);
}


header #navi .top-nav nav > ul > li:hover > a:after,
header #navi .top-nav nav > ul > li.active > a:after,
header #navi .top-nav nav > ul > li.current-menu-item > a:after,
header #navi .top-nav nav > ul > li.current_page_parent > a:after{
    height: 6px;
}

header #navi .top-nav .border-button a {
    display: inline-block;
    font-size: 0.9em;
    font-weight: 700;
}
header #navi .border-button a {
    color: #fff !important;
    background-color: var(--primary-color);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none !important;
    padding: 10px 20px 12px;
    -webkit-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
    transition-delay: 0s;
    box-sizing: border-box;
}
header #navi .top-nav .border-button a:hover {
    background-color: var(--primary-color-hover);
    color: #fff;
}
header #navi .top-nav .border-button a:after {
    display: none;
}
header #navi .top-nav .sub-menu {
    position: absolute;
    text-align: left;
    min-width: 120px;
    padding: 10px 20px;
    top: 90px;
    right: -30px;
    background-color: #fff;
    -webkit-box-shadow: 0 -10px 30px rgba(0, 0, 0,0.08);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
}
header #navi .top-nav .mega-menu .sub-menu {
    right: 0;
    padding: 30px;
    min-width: 180px;
    width: 80%;
}
header #navi .top-nav .mega-menu:hover .sub-menu,
header #navi .top-nav .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
header #navi .top-nav .mega-menu .sub-menu-inner {
    -webkit-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
    animation-delay: 1s;
}
header #navi .top-nav .mega-menu.active .sub-menu-inner {
    opacity: 1;
    -webkit-animation: fadeInTop .7s forwards;
    animation: fadeInTop .7s forwards;
}
header #navi .top-nav .mega-menu > a:before,
header #navi .top-nav .menu-item-has-children > a:before{
    bottom: -28px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #ffffff;
    z-index: 100;
}
header #navi .top-nav ul.sub-menu li {
    margin: 5px 0;
    line-height: 1.4em;
    float: left;
    clear: left;
}
header #navi .top-nav ul.sub-menu li a{
    font-weight: 300;
    -webkit-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
}
header #navi .top-nav li.mega-menu .sub-menu-col {
    width: 30%;
    float: left;
}
header #navi .top-nav li.mega-menu .sub-menu-col + .sub-menu-col{
    margin-left: 5%;
}
header #navi .top-nav li.mega-menu .sub-menu h3 {
    font-size: 1.3em;
}
header #navi .top-nav li.mega-menu .sub-menu .subtitle {
    font-size: 0.85em;
}
header #navi .top-nav li.mega-menu .sub-menu li {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 5px 0;
}
header #navi .top-nav li.mega-menu .sub-menu li:before {
    display: none;
}
header #navi .top-nav li.mega-menu .sub-menu li > a {
    color: inherit;
    line-height: 1.4em;
    display: block;
}
header #navi .top-nav li.mega-menu .sub-menu a {
    text-decoration: none;
}
header #navi .top-nav li.mega-menu .sub-menu li > a:hover {
    color: var(--primary-color);
}



/* CANVAS NAV */


header #navi .canvas-navi-bar {
    -webkit-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
    cursor: pointer;
    position: relative;
    margin-left: 10px;
    margin-top: -6px;
    width: 32px;
    height: 80px;
    z-index: 999;
    display: none;
}
header #navi .canvas-navi-bar div {
    display: block;
    width: 32px;
    height: 2px;
    margin-bottom: 6px;
    background-color: #000;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
    position: relative;
    z-index: 2;
    margin-left: auto;
}

header #navi .canvas-navi-bar div:first-child {
    margin-top: 32px;
}
header #navi .canvas-navi-bar div:last-child {
    width: 20px;
    margin-bottom: 0;
}

.vc_desktop header #navi .canvas-navi-bar:hover div.bar1 {
    -webkit-transform: translateY(8px) rotate(90deg);
    transform: translateY(8px) rotate(90deg);
    width: 26px;
}
.vc_desktop header #navi .canvas-navi-bar:hover div.bar3 {
    width: 0;
}
.vc_desktop header #navi .canvas-navi-bar:hover div.bar2 {
    width: 26px;
}

header #navi.mobile-menu-open .canvas-navi-bar div.bar2 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 26px;
}

header #navi.mobile-menu-open .canvas-navi-bar div.bar1,
.vc_desktop header #navi.mobile-menu-open .canvas-navi-bar:hover div.bar1{
    -webkit-transform: translate(0px, 7px) rotate(135deg);
    transform: translate(0px, 8px) rotate(135deg);
    width: 26px;
}
header #navi.mobile-menu-open .canvas-navi-bar div.bar3 {
    width: 0;
}

header #canvas-nav {
    position: fixed;
    background: #fff;
    color: #fff;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 160px 30px 200px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-align-content: stretch;
    align-content: stretch;
    align-items: center;
    justify-content: center;
    z-index: 99;
    text-align: left;
}
header #canvas-nav nav {
    align-items: center;
    width: 100%;
    display: flex;
}
header #canvas-nav nav ul{
    height: 100%;
    margin: 0;
    padding: 0;
}
header #canvas-nav nav ul li{
    text-align: left;
    position: relative;
}
header #canvas-nav nav a {
    display: inline-block;
    position: relative;
    color: #333344;
    text-decoration: none;
    overflow: hidden;
    line-height: 2em;
    font-size: 1.25em;
    transform: translateZ(0);
}
header #canvas-nav nav a:hover{
    color: #004899;
    text-decoration: none;
}
header #canvas-nav nav .border-button{
    position: absolute;
    bottom: 30px;
    width: 90%;
    left: 5%;
    text-align: center;
}
header #canvas-nav nav .border-button a{
    width: 100%;
}
header #canvas-nav .canvas-menu > li.menu-item-has-children > a:before {
    width: 14px;
    height: 28px;
    margin-left: 10px;
}
header #canvas-nav li.menu-item-has-children.wpml-ls-item {
    font-size: 0.8em;
    margin-top: 30px !important;
}

header #canvas-nav li.menu-item-has-children > ul{
    padding-left: 20px;
    display: none;
    margin-bottom: 20px;
    margin-top: 10px;
}
header #canvas-nav li.menu-item-has-children > a{
    overflow: visible;
}
header #canvas-nav li.menu-item-has-children > span {
    position: absolute;
    left: 100px;
    color: #334;
    top: 4px;
    font-size: 1.6em;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
header #canvas-nav li.menu-item-has-children.wpml-ls-item > span{
    top: 0px;
}
header #canvas-nav li.menu-item-has-children.active span {
    transform: rotate(45deg);
}
header #canvas-nav .sub-menu{
    display: none;
}
header #canvas-nav .sub-menu li {
    text-align: left;
}
header #canvas-nav .sub-menu li a {
    font-size: 1em;
}
header #canvas-nav .sub-menu li a:before {
    content: '-';
    margin-right: 10px;
}
header #canvas-nav .canvas-menu > li + li {
    margin-top: 5px;
}

header .mobile-menu-open #canvas-nav {
    opacity: 1;
    visibility: visible;
    left: 0;
}
header .mobile-menu-open #canvas-nav nav ul li > *{
    -webkit-animation: fromtop .4s .2s backwards;
    -moz-animation: fromtop .4s .2s backwards;
    animation: fromtop .4s .2s backwards;
}
header .mobile-menu-open #canvas-nav nav ul li:nth-child(1) > *{animation-delay: .4s;}
header .mobile-menu-open #canvas-nav nav ul li:nth-child(2) > *{animation-delay: .45s;}
header .mobile-menu-open #canvas-nav nav ul li:nth-child(3) > *{animation-delay: .50s;}
header .mobile-menu-open #canvas-nav nav ul li:nth-child(4) > *{animation-delay: .55s;}
header .mobile-menu-open #canvas-nav nav ul li:nth-child(5) > *{animation-delay: .60s;}
header .mobile-menu-open #canvas-nav nav ul li:nth-child(6) > *{animation-delay: .65s;}
header .mobile-menu-open #canvas-nav nav ul li:nth-child(7) > *{animation-delay: .70s;}



/******* HEADER / NAVI END ****** HEADLINES START *******/


h1, h2, h3, h4, h5, h6, .like-h2{
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 0;
    margin-bottom: 0.6em;
    color: var(--primary-color);
}

h1, h2, h3, .like-h2{
    font-family: 'Vidaloka', serif;
    font-weight: normal;
    line-height: 1.1em;
}

h1{ font-size: 3em; }
h2, .like-h2{ font-size: 2.8em; }
h3{ font-size: 2.2em; }
h4{ font-size: 1.6em; }
h5{ font-size: 1.4em; }
h6{ font-size: 1em; }

.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6,
.light p,
.light span,
.light a,
.light li{
    color: #fff;
}

.heading-holder{
    margin-bottom: 2em;
}
.subtitle{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1em;
    text-transform: uppercase;
    color: #777;
}
.subtitle:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: #777;
    margin: 10px 0 14px;
}
.light .subtitle{
    opacity: 0.6;
}
.imagebanner .subtitle:after,
.light .subtitle:after {
    background-color: #fff;
}
.center .subtitle:after{
    margin-left: auto;
    margin-right: auto;
}
#breadcrumbs {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    box-sizing: border-box;
    font-size: 0.8em;
    opacity: 0.8;
}

.single-angebot #breadcrumbs {
    margin-bottom: 40px;
}
.single-angebot #breadcrumbs span[aria-current="page"] {
    display: none;
}

.message {
    padding: 15px;
    box-sizing: border-box;
}
.message p {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    background-color: #fafafa;
}

/******* HEADLINES END ****** CONTENT START *******/



.visuallyhidden {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

.page-template #main{
    padding: 70px 0;
}

#main > .vc_row,
footer > .vc_row,
#footer-above > .vc_row,
.single #main .vc_row-fluid{
    width: 100%;
    max-width: 1200px;
    left: auto !important;
    right: auto !important;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#main > .vc_row[data-vc-full-width]{
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#main > .vc_row[data-vc-full-width]:not([data-vc-stretch-content]) > .vc_col-sm-12 {
    max-width: 1200px;
    margin: 0 auto;
    float: unset;
}
#main > .vc_row[data-vc-full-width].vc_row-no-padding {
    padding: 0;
}
#main > .vc_row.section {
    padding-top: 70px;
    padding-bottom: 70px;
}
#main > .vc_row-fluid.no-padding{
    padding: 0;
}
#main > .vc_row.section-overlap {
    margin-top: -100px;
    margin-bottom: 100px;
}

.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner{
    padding-top: 0 !important;
}
.vc_row-fluid>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0 !important;
}
.vc_row-has-fill>.vc_column_container>.vc_column-inner .wpb_content_element:last-child{
    margin-bottom: 0;
}
.vc_row-o-equal-height .wpb_wrapper,
.vc_row-o-equal-height .wpb_wrapper .imagebanner{
    height: 100%;
}
.wpb_content_element:last-child{
    margin-bottom: 0;
}

#content, .content {
    max-width: 1300px;
    margin: 0 auto;
}

a.button + .wpb_content_element{
    margin-top: 30px;
}


img {
    display: block;
}
.img-responsive{
    max-width: 100%;
}
.wpb_single_image .vc_figure-caption {
    margin-top: 15px;
    font-size: 0.8em;
    line-height: 1.6em;
    display: block;
    color: #666;
}
figure.wp-caption{
    max-width: 100%;
}
figure.wp-caption.alignnone{margin-left: 0;margin-right: 0;}
figure.wp-caption.alignleft{float: left;}
figure.wp-caption.alignright{float: right;}

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

.wp-caption .wp-caption-text {
    margin-top: 15px;
    font-size: 0.75em;
    line-height: 1.6em;
    display: block;
    color: #666;
}

#main .wpb_single_image.shadow img,
#main .wpb_single_image.shadow img{
    -webkit-box-shadow: 0 50px 70px -30px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 50px 70px -30px rgba(0,0,0,0.5);
    box-shadow: 0 50px 70px -30px rgba(0,0,0,0.5);
}

.center, .center p, .center h2, .center h3, .center h4{
    text-align: center;
}

.gray-bg{
    background-color: #f3f3f3;
}

p{
    margin: 0;
}
p + p,
p + a,
p + h4,
p + h5,
ul + h5{
    margin-top: 20px;
}
.justify-text p{
    text-align: justify;
}

.single-post-content ul li,
.single-post-content ol li{
    line-height: 1.8em;
}
.single-post-content ul li + li,
.single-post-content ol li + li{
    margin-top: 20px;
}
.large-text p{
    font-size: 1.4em;
}

sup {
    font-size: 0.75em;
}

a{
    color: var(--primary-color);
    text-decoration: underline;
    -webkit-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
}
a:hover{
    text-decoration: none;
}

ul{
    padding-left: 18px;
}

ul.angebot-cat-list {
    padding: 0;
}
ul.angebot-cat-list > li {
    list-style-type: none;
    font-size: 1.15em;
    line-height: 2em;
}
ul.angebot-cat-list > li a {
    text-decoration: none;
    font-weight: 600;
    color: var(--body-text-color);
}
ul.angebot-cat-list > li:hover a {
    text-decoration: underline;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded,
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
}


.align-right{
    text-align: right;
}
.legal h2 {
    font-size: 2.1em;
}
.legal h3 {
    font-size: 1.8em;
}
.legal h4{ font-size: 1.1em; margin-top: 20px;}
.legal h5{ font-size: 1em; }
.legal h4, .legal h5{
    font-weight: 400;
}
.legal p + h2{
    margin-top: 50px;
}
.legal p + h3 {
    margin-top: 30px;
}


.zitat {
    padding: 50px 50px 20px;
    margin: 0 0 30px 20px;
    position: relative;
    border-left: 3px solid var(--body-text-color);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: rgb(243,243,243); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=1 );
}
.zitat:before {
    content: url('../img/icon-quote.svg');
    width: 46px;
    height: 34px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    left: -23px;
    color: var(--primary-color);
    z-index: 1;
    opacity: 1;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 43%, rgba(243,243,243,1) 43%, rgba(243,243,243,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 43%,rgba(243,243,243,1) 43%,rgba(243,243,243,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 43%,rgba(243,243,243,1) 43%,rgba(243,243,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=1 );
    padding: 10px 0;
}
.zitat h3 {
    font-size: 22px;
    line-height: 1.2em;
    position: relative;
    white-space: pre-wrap;
}
.zitat p {
    font-size: 14px !important;
}
blockquote{
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 30px;
    margin: 20px 0;
    display: block;
    background: rgb(242, 246, 251);
    background: -moz-linear-gradient(-45deg, rgb(242, 246, 251) 0%, rgb(232, 237, 243) 77%);
    background: -webkit-linear-gradient(-45deg, rgb(242, 246, 251) 0%,rgb(232, 237, 243) 77%);
    background: linear-gradient(135deg, rgb(242, 246, 251) 0%,rgb(232, 237, 243) 77%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6fb', endColorstr='#e8edf3',GradientType=1 );
}

#go-to-top, #go-to-top *{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#go-to-top {
    position: fixed;
    right: 36px;
    bottom: 36px;
    z-index: 999;
    border-radius: 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 20px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 2px 20px rgba(0,0,0,0.25);
    box-shadow: 0 2px 20px rgba(0,0,0,0.25);
    width: 36px;
    height: 36px;
    display: block;
    opacity: 0;
}
#go-to-top.show {
    opacity: 1;
}
#go-to-top canvas {
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #686e7f;
    border-right: 2px solid #686e7f;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    top: 16px;
    left: 14px;
}
#go-to-top:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 5px 15px rgba(58,129,248,0.4);
    -moz-box-shadow: 0 5px 15px rgba(58,129,248,0.4);
    box-shadow: 0 5px 15px rgba(58,129,248,0.4);
}
#go-to-top:hover canvas {
    border-color: var(--primary-color);
}

.kontakt-infos .iconbox {
    position: relative;
    margin-bottom: 10px;
    -webkit-transition: 0.3s all ease-in-out !important;
    -o-transition: 0.3s all ease-in-out !important;
    transition: 0.3s all ease-in-out !important;
}
.kontakt-infos .iconbox .icon-left h3,
.kontakt-infos .iconbox .icon-left p{
    padding-left: 60px;
}
.kontakt-infos .iconbox h3{
    font-family: 'Inter', sans-serif;
    line-height: 1.3em;
    margin: 40px 0 0;
    min-height: 0;
}
.kontakt-infos .iconbox a:hover h3{
    text-decoration: underline;
}

.tax-incl-content {
    padding: 0 15px;
}
.tax-incl-content h3 {
    font-size: 1.6em;
}
.tax-incl-content .wpb_content_element{
    margin-bottom: 10px;
}
.tax-incl-content .presse {
    padding: 15px 0;
}
.tax-incl-content .presse h4 {
    font-size: 0.9em;
}

.vc_images_carousel{
    max-width: 100%;
}
.vc_images_carousel .vc_item img {
    width: 100%;
    height: auto;
}
.vc_images_carousel .vc_carousel-indicators {
    bottom: -35px !important;
}
#main .vc_images_carousel .vc_carousel-indicators li {
    margin: 0 4px;
    background-color: var(--body-text-color);
    border: none;
    opacity: 0.3;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    transform: scale(0.8);
}
#main .vc_images_carousel .vc_carousel-indicators li.vc_active{
    background-color: var(--primary-color);
    opacity: 1;
    transform: scale(1);
}
.rounded .vc_images_carousel  .vc_carousel-inner{
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/******* CONTENT END ****** PAGE TITLE START *******/

#page-title {
    text-align: right;
    padding: 30px 0 0;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: 0;
    width: 100%;
    border-bottom: 3px solid var(--primary-color);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(243,243,243,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(243,243,243,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(243,243,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#00ffffff', endColorstr='#f3f3f3',GradientType=0 );
}
#page-title > .vc_row {
    max-width: 1200px;
    left: auto !important;
    right: auto !important;
    margin-left: auto;
    margin-right: auto;
}
#page-title .wpb_content_element{
    margin-bottom: 0;
}
#page-title h1{
    font-size: 3em;
    line-height: 1.2em;
    margin: 0 0 10px auto;
    max-width: 900px;
    width: 100%;
}
#page-title h2{
    font-size: 1.2em;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    line-height: 1.6em;
}
#page-title h3{
    margin-bottom: 10px !important;
}
#page-title p {
    color: #fff;
    margin-bottom: 10px;
}

/******* PAGE TITLE END ****** CTA START *******/

.cta {
    padding: 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/******* CTA END ****** PADDINGS AND MARGINS START *******/

.pt0{ padding-top: 0 !important; }
.pt50{ padding-top: 50px !important; }
.pt70{ padding-top: 70px !important; }
.pt100{ padding-top: 100px !important; }

.pb0{ padding-bottom: 0 !important; }
.pb30{ padding-bottom: 30px !important; }
.pb50{ padding-bottom: 50px !important; }
.pb70{ padding-bottom: 70px !important; }
.pb100{ padding-bottom: 100px !important; }

.plr15{ padding-left: 15px; padding-right: 15px}
.plr30{ padding-left: 30px; padding-right: 30px}

.mt30{ margin-top: 30px !important; }
.mt50{ margin-top: 50px !important; }
.mt70{ margin-top: 70px !important; }
.mt100{ margin-top: 100px !important; }

.mb30{ margin-bottom: 30px !important; }
.mb50{ margin-bottom: 50px !important; }
.mb70{ margin-bottom: 70px !important; }
.mb100{ margin-bottom: 100px !important; }

/******* PADDINGS AND MARGINS END ****** BUTTON START *******/

.button {
    font-family: inherit;
    display: inline-block;
    color: #404756;
    font-weight: 700;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    text-decoration: none !important;
    padding: 16px 24px;
    margin-right: 10px;
    font-size: 0.9em;
    line-height: 1.3em;
    -webkit-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
    transition-delay: 0s;
    min-width: 100px;
    text-align: center;
    box-sizing: border-box;
}
.button.primary {
    background-color: var(--primary-color);
    color: #fff;
}
.button.primary:hover {
    background-color: var(--primary-color-hover);
}
.button.gray {
    background-color: #e2e2e2;
    color: var(--body-text-color);
}
.button.gray:hover {
    color: #fff;
    background-color: var(--body-text-color);
}

.button.border {
    padding: 14px 22px;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}
.button.border:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.button + .button{
    margin-bottom: 10px;
}

.button:after{
    content: url("../img/icon-arrow-right-blue.svg");
    display: inline-block;
    width: 14px;
    height: auto;
    margin-left: 14px;
    vertical-align: middle;
    -webkit-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
}
.button:hover:after{
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
}
.button.gray:after{
    content: url("../img/icon-arrow-right-dark.svg");
}
.button.primary:after,
.light .button.border:after,
.button.border:hover:after,
.button.gray:hover:after{
    content: url("../img/icon-arrow-right-white.svg");
}

.light .button.border {
    border: 2px solid #fff;
    color: #fff;
}
.light .button.border:hover {
    border-color: #fff;
    background-color: #fff;
    color: var(--primary-color);
}
.light .button.border:hover:after{
    content: url("../img/icon-arrow-right-blue.svg");
}

/******* BUTTON END ****** SVG ICON ELEMENT START *******/

.svg-icon.align-center img{
    margin: 0 auto;
}
.svg-icon.align-right img{
    margin: 0 0 0 auto;
}

.icon-shadow .svg-icon img {
    -webkit-filter: drop-shadow(0 20px 40px rgba(0,0,0,0.4));
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.4));
}

/****** SVG ICON ELEMENT END ******* TEXT WITH IMAGE START *******/


.image_with_text .content {
    padding: 25px 40px;
}
.image_with_text img {
    margin: 0 auto 20px;
}

.css-grid .image_with_text img {
    max-height: 220px;
    width: auto;
    max-width: 100%;
    height: auto;
}
.image_with_text h3{
    margin-bottom: 0;
    font-size: 0.9em;
    color: var(--body-text-color);
}
.image_with_text h3 a{
    text-decoration: none;
}
.image_with_text p, .image_with_text li{
    font-size: 0.9em;
    line-height: 1.4em;
    margin-bottom: 15px;
}


/******* TEXT WITH IMAGE END ****** ICONBOX START *******/

.iconbox{
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: 0.3s all ease-in-out !important;
    -o-transition: 0.3s all ease-in-out !important;
    transition: 0.3s all ease-in-out !important;
}
.iconbox:last-child{
    margin-bottom: 0;
}
.iconbox .content{
    padding: 0;
}
.iconbox.align-center{
    text-align: center;
}
.iconbox.align-center img{
    margin: 0 auto;
}
.iconbox img{
    height: auto;
}
.iconbox h3 {
    font-size: 1.1em;
    line-height: 1.3em;
    margin: 12px 0;
    font-weight: 500;
}
.iconbox p{
    margin-bottom: 15px;
    color: var(--body-text-color);
}
.iconbox a {
    text-decoration: none !important;
}

.iconbox .icon-left img {
    position: absolute;
    top: 0;
    left: 0;
}
.iconbox .icon-left h3,
.iconbox .icon-left p {
    padding-left: 120px;
}

.iconbox.no-desc .icon-left {
    display: table;
    text-align: left;
    margin-left: 0;
}
.iconbox.no-desc .icon-left img {
    position: relative;
    display: table-cell;
    margin-right: 20px;
}
.iconbox.no-desc .icon-left h3 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 0;
    text-align: left;
    margin: 0;
}
.iconbox.no-desc a {
    display: inline-table;
}

.iconbox .icon-top img {
    margin-bottom: 10px;
}

/******* SVG ICON ELEMENT END  VC ACCORDION START *******/

.wpb-js-composer #main .vc_tta-accordion.vc_tta-color-white .vc_tta-panel + .vc_tta-panel{
    border-top: 1px solid #ddd;
}
.wpb-js-composer #main .vc_tta-accordion.vc_tta-color-white .vc_tta-panel .vc_tta-panel-heading{
    border-color: transparent ;
    background-color: transparent ;
}
.wpb-js-composer #main .vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    left: 10px;
}
.wpb-js-composer #main .vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
    padding-left: 36px;
}
.wpb-js-composer #main .vc_tta-accordion .vc_tta-panel-title {
    font-weight: 300;
}
.wpb-js-composer #main .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title>a:hover,
.wpb-js-composer #main .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: var(--primary-color);
}
.wpb-js-composer #main .vc_tta-accordion .vc_tta-panel-body {
    padding: 14px 10px 30px;
    font-size: 0.9em;
}

/****** VC ACCORDION END ***** SLIDER START *******/

#slider.vc_row-fluid,
#slider .vc_column-inner{
    padding: 0;
}
#slider .wpb_content_element{
    margin-bottom: 0;
}
/******* SLIDER END ****** BLOG START *******/


.blog.post-wrapper{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.post{
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px !important;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.post .post-content-wrapper{
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: left;
    background-color: #f2f2f2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.post .post-categories {
    padding: 0 25px;
}
.post .post-content {
    padding: 40px 40px 60px;
    text-align: left;
}
.post a{
    text-decoration: none;
    padding: 0;
    min-width: unset;
    display: block;
    text-align: left;
    color: #222123;
}
.post a.read-more {
    position: absolute;
    bottom: 30px;
    left: 40px;
}
.post a.read-more:after {
    content: url('../img/icon-arrow-right-dark.svg');
}
.post:hover a.read-more:after {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
}
.post h3, .post .like-h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1.4em;
    line-height: 1.3em;
    letter-spacing: -0.02em;
    margin-bottom: 50px !important;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    color: #222123;
}
.post:hover h3{
    color: var(--primary-color);
}
.post p {
    font-size: 0.95em;
    text-align: left;
}
.post .post-image {
    height: 200px;
    overflow: hidden;
    position: relative;
}
.post img {
    width: 100%;
    height: auto;
}
.post .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: auto;
    margin-left: -40px;
    margin-top: -40px;
}

.post-meta {
    font-size: 0.85em;
    line-height: 1.2em;
    color: #777;
    margin-bottom: 1em;
    position: relative;
}
.post-meta > span{
    position: relative;
    padding-left: 24px;
    min-height: 16px;
    display: block;
}
.post-meta > span + span{
    margin-top: 7px;
}

.post-meta > span:before{
    content: '';
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
}
.post-meta > .post-date:before{
    background-image: url('../img/icon-time-gray.svg');
}
.post-meta > .event-location:before{
    background-image: url('../img/icon-location-gray.svg');
}
.post-meta > .event-spaces:before{
    background-image: url('../img/icon-spaces-gray.svg');
}

.post .post-categories{
    text-align: left;
    margin-top: -15px;
    height: 26px;
    z-index: 1;
    position: relative;
}
.post .post-categories span{
    margin-right: 5px;
}
.post .post-categories span a{
    color: #fff;
    background-color: #353e54;
    border-radius: 30px;
    padding: 5px 10px;
    font-size: 0.8em;
    line-height: 1em;
    text-decoration: none;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    display: inline-block;
}
.post .post-categories span a:hover{
    background-color: var(--primary-color);
}

/* BLOG GRID END ****** SINGLE BLOG POST */

.single #main{
    margin-top: 50px;
    margin-bottom: 50px;
}
.single-angebot #main{
    margin-top: 0;
}
.single .post-header{
    margin-bottom: 40px;
}
.single .post-header h2,
.single .post-meta h2{
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}
.single-post .post-area h2 {
    font-size: 2.4em;
    color: var(--body-text-color);
}
.single .post-header .post-meta {
    margin-bottom: 20px;
}

.single .featured-image{
    width: 100%;
    height: auto;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.single-post .post-area .post-categories{
    margin: 0;
    padding: 0;
}
.single-post .post-area .post-categories li{
    list-style: none;
    display: inline-block;
    margin: 0 5px 5px 0;
}
.single-post .post-area .post-categories li a{
    color: var(--primary-color);
    background-color: #f3f5ff;
    border-radius: 30px;
    padding: 8px 14px;
    font-size: 0.7em;
    line-height: 1em;
    display: inline-block;
    font-weight: 700;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    text-decoration: none !important;
}
.single-post .post-area .post-categories li a:hover{
    color: #fff;
    background-color: var(--primary-color);
}


.single-post #related-posts {
    margin-top: 70px;
}
.single-post #related-posts .vc_row{
    margin-left: -15px;
    margin-right: -15px;
}
.single-post #related-posts h2{
    font-size: 2.5em;
    margin-bottom: 40px;
    text-align: center;
}
.single-post #related-posts .post {
    margin: 0 auto;
}

.essb_links.essb_template_grey-circles-retina li a {
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.single-post .social-share-wrapper {
    margin-bottom: 40px;
}
.post-area .social-share-wrapper {
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.post-area .social-share-wrapper p{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.post-area .social-share-wrapper .essb_links {
    display: inline-block;
}

.single-angebot .post-area .social-share-wrapper,
.single-event .post-area .social-share-wrapper{
    margin-bottom: 10px;
    border-bottom: 0;
}

/******* SINGLE BLOG END ****** ANGEBOT START *******/


.angebot-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 30px;
}
.angebot-wrapper .cat-desc{
    padding: 0 15px;
    margin-bottom: 30px;
}
.post-area{
    padding-right: 50px;
}
.angebot-wrapper .tax-term {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px !important;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.angebot-wrapper .tax-term-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: left;
    background-color: #f2f2f2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.angebot-wrapper .tax-term-wrapper > a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.angebot-wrapper .tax-term img {
    width: 100%;
    height: auto;
}
.angebot-wrapper .tax-term .content{
    padding: 40px 40px 60px;
}
.angebot-wrapper .tax-term .content h3,
.angebot-wrapper .angebot h3{
    font-family: 'Inter', sans-serif;
    font-size: 1.3em;
    line-height: 1.3em;
    letter-spacing: -0.02em;
    margin-bottom: 0.7em !important;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    color: #222123;
}
.angebot-wrapper .tax-term .content p{
    font-size: 0.95em;
    font-weight: 400;
}
.angebot-wrapper .tax-term-wrapper:hover h3,
.angebot-wrapper .angebot:hover h3{
    color: var(--primary-color);
}


.angebot-wrapper .post-content-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.angebot-wrapper .post-content-wrapper > a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.angebot-wrapper .post-image-wrap {
    width: 33%;
    display: inline-block;
}
.angebot-wrapper .angebot-image {
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: center;
}
.angebot-wrapper .post-content {
    width: 67%;
    display: inline-block;
    padding: 40px;
    box-sizing: border-box;
}
.angebot-wrapper .post-content p{
    font-size: 0.9em;
    margin-bottom: 20px;
}
.post.angebot a.read-more {
    left: auto;
    right: 40px;
}

/* SINGLE ANGEBOT */

.single .post-area .post-header{
    margin-bottom: 40px;
}
.single .post-area .post-header img{
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 30px;
}
.single-angebot .post-area .vc_row + .vc_row {
    margin-top: 40px;
}
.single-angebot .post-area h2,
.single-event .post-area h2{
    font-family: 'Inter', sans-serif;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 1.6em;
    line-height: 1.4em;
    color: var(--body-text-color);
}
.single-angebot .post-area h3 {
    font-size: 1.8em;
}
.single .post-area p + h3,
.single .post-area ul + h3{
    margin-top: 30px;
}
.single .post-area .wpb_content_element ul li{
    list-style: none;
    position: relative;
    padding-left: 16px;
}
.single .post-area .wpb_content_element ul li:before {
    content: '-';
    position: absolute;
    left: 0;
}
.single .post-area .wpb_content_element ul li + li {
    margin-top: 10px;
}
.single .post-area .anfrage-form {
    padding: 30px;
    background-color: #f3f3f3;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

/* SIDEBAR */

#sidebar {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
#sidebar h3 {
    font-size: 1.8em;
}
#sidebar .subtitle{
    font-size: 0.8em;
}
#sidebar .subtitle:after {
    width: 38px;
    margin: 4px 0 10px;
}
#sidebar #related-workshops ul {
    padding: 0;
    margin: 0;
}
#sidebar #related-workshops ul li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    font-size: 0.85em;
    line-height: 1.5em;
}
#sidebar #related-workshops ul li.current{
    background-color: var(--primary-color);
    color: #fff;
    border-bottom: 0;
    padding: 14px 10px;
}
#sidebar ul li,
#sidebar ul li a{
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
#sidebar #related-workshops ul li a {
    display: block;
    padding: 14px 10px;
    text-decoration: none;
    color: inherit;
}
#sidebar #related-workshops ul li:not(.current):hover{
    background-color: #f3f3f3;
}
#sidebar #related-workshops ul li:not(.current):hover a {
    color: var(--primary-color);
}
#sidebar a.button {
    width: 100%;
    margin: 0 0 30px;

}

/******* ANGEBOT END ****** EVENT START *******/

.post.event .post-content-wrapper > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.post.event .post-image-wrap {
    width: 33%;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
    float: left;
}
.post.event .event-image {
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: center;
}
.post.event .post-content {
    width: 100%;
    display: inline-block;
    padding: 40px;
    box-sizing: border-box;
    max-height: unset;
}
.post.event .post-image-wrap + .post-content {
    width: 67%;
}
.post.event .post-content h3{
    margin-bottom: 20px !important;
}
.post.event .post-content > p {
    margin-bottom: 30px;
}
.post.event .post-content .post-meta:last-of-type {
    margin-bottom: 0;
    padding-right: 80px;
}
.post.event .post-content .post-meta p.price{
    margin-bottom: 12px;
}
.post.event .post-meta > span + span {
    margin-top: 12px;
}
.post.event a.read-more {
    left: auto;
    right: 40px;
}
.single-event .post-area .excerpt{
    margin-bottom: 30px;
}
.single-event aside .button{
    width: 100%;
    margin-bottom: 30px;
}
.single-event aside .post-meta {
    font-size: 0.9em;
    margin-bottom: 2em;
}
.single-event aside .post-meta > span + span {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #ddd;
}

/* PAGINATION */

.em .em-pagination {
    width: 100%;
    margin: 50px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#main .em .em-pagination .page-numbers {
    display: inline-block;
    line-height: 1.6em !important;
    padding: 8px 12px !important;
    font-size: 0.8em !important;
    text-decoration: none;
    font-weight: 400;
    width: auto;
    min-width: auto;
    height: auto !important;
    cursor: pointer;
    border: 1px solid #ddd;
    color: var(--body-text-color) !important;
    border-radius: 5px;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    margin: 2px;
    opacity: 1;
    background-image: none !important;
}
.em .em-pagination .page-numbers:hover {
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    font-size: 0.8em !important;
}
.em .em-pagination strong{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
#main .em .em-pagination .page-numbers.current {
    background-color: var(--primary-color);
    color: #fff !important;
    border-color: var(--primary-color);
}

/* SEARCH */

.em-search-wrapper {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
body.tax-angebot-category .em-search-advanced .em-search-category.em-search-field,
.em-search-wrapper .em-search-advanced .em-search-field.em-search-category label > span,
.em-search-main label > span{
    display: none;
}

.em-search-wrapper .em-search-advanced .em-search-field label > span {
    padding: 6px 0;
    min-width: unset;
}
.em-search-wrapper input[type="submit"] {
    display: inline-block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    text-decoration: none !important;
    padding: 12px 20px 13px !important;
    font-size: 0.9em !important;
    line-height: 16px;
    font-weight: 700;
    color: #fff;
    background-color: var(--primary-color);
    -webkit-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
    cursor: pointer;
    -webkit-appearance: none;
}
.em-search-wrapper .em-search-field input,
.em-search-wrapper .em-search-field select{
    font-weight: 300;
    margin: 0;
    background-color: #ffffff;
    background-image: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(53, 62, 84, 0.4);
    font-size: 0.9em !important;
    line-height: 19px;
    letter-spacing: 0;
    padding: 10px 10px 10px !important;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
    outline: 0;
}
.em-search-wrapper .em-search-field input:focus,
.em-search-wrapper .em-search-field select:focus{
    border: 1px solid var(--primary-color);
    outline: 0;
}

#main .em-search-wrapper button.em-search-submit {
    background: var(--primary-color);
}
#main .em-search-wrapper button.em-search-submit:hover {
    background-color: var(--primary-color-hover);
}

#ui-datepicker-div .ui-widget-header {
    border: 1px solid #1E70AF;
    background: none;
    background-color: #1E70AF;
}

.em-search-advanced {
    display: flex;
    justify-content: space-between;
}
.em-search-advanced-sections{
    width: 100%;
    max-width: 320px;
}
.em-search-advanced-section{
    width: 100%;
}
.em-search-advanced header{
    display: none;
}
.em-search-advanced > * {
    display: flex;
    gap: 10px;
}
#main .em-search-submit.button-primary {
    background-color: var(--primary-color) !important;
}

/******* EVENT END ****** SIDE BAR START *******/

aside h2 {
    font-size: 1.4em;
    margin-bottom: 20px;
}
aside section {
    margin-bottom: 50px;
}
aside #custom_html-2,
aside #custom_html-3{
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: rgb(66,107,191);
    background: -moz-linear-gradient(-45deg, rgba(66,107,191,1) 0%, rgba(39,70,135,1) 77%);
    background: -webkit-linear-gradient(-45deg, rgba(66,107,191,1) 0%,rgba(39,70,135,1) 77%);
    background: linear-gradient(135deg, rgba(66,107,191,1) 0%,rgba(39,70,135,1) 77%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#426bbf', endColorstr='#274687',GradientType=1 );
    z-index: 1;
    position: relative;
    margin: 0;
    padding: 40px 30px;
    -webkit-box-shadow: 0 20px 40px rgba(30, 40, 92,0.5);
    box-shadow: 0 20px 40px rgba(30, 40, 92,0.5);
}
aside #custom_html-2 h2,
aside #custom_html-3 h2{
    font-size: 1.4em;
    line-height: 1.2em;
    margin: 0 0 20px;
}
aside #custom_html-2 h2, aside #custom_html-2 p,
aside #custom_html-3 h2, aside #custom_html-3 p{
    color: #fff;
    text-decoration: none;
}
aside #custom_html-2 p,
aside #custom_html-3 p,
aside #custom_html-4 p,
aside #custom_html-5 p,
aside #custom_html-6 p{
    font-size: 0.9em;
    text-align: justify;
    margin-bottom: 20px;
}
aside #custom_html-2 a,
aside #custom_html-3 a{
    color: #fff;
    border-color: #fff;
}
aside #custom_html-2 a:hover,
aside #custom_html-3 a:hover{
    color: #353e54;
    background-color: #fff;
}
aside #custom_html-2 a,
aside #custom_html-3 a,
aside #custom_html-4 a,
aside #custom_html-5 a,
aside #custom_html-6 a{
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
aside #custom_html-4,
aside #custom_html-5,
aside #custom_html-6{
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: rgb(242, 246, 251);
    background: -moz-linear-gradient(-45deg, rgb(242, 246, 251) 0%, rgb(232, 237, 243) 77%);
    background: -webkit-linear-gradient(-45deg, rgb(242, 246, 251) 0%,rgb(232, 237, 243) 77%);
    background: linear-gradient(135deg, rgb(242, 246, 251) 0%,rgb(232, 237, 243) 77%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6fb', endColorstr='#e8edf3',GradientType=1 );
    z-index: 1;
    position: relative;
    padding: 40px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
aside #custom_html-4 h2,
aside #custom_html-5 h2,
aside #custom_html-6 h2{
    color: #353e54;
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 0 0 20px;
}

.widget_recent_entries ul{
    margin: 0 -10px;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.widget_recent_entries ul li{
    list-style: none;
    display: inline-block;
    width: 50%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}
.widget_recent_entries ul li *,
ul.authoren-list li *{
    -webkit-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
}
.widget_recent_entries ul li a{
    display: inline-block;
    font-size: 0.9em;
    line-height: 1.3em;
    text-decoration: none;
    color: #404756;
    font-weight: 700;
    clear: both;
}
.widget_recent_entries ul li a img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.widget_recent_entries ul li a span{
    font-size: 0.7em;
    font-weight: 400;
    color: #888;
    display: block;
    margin-top: 5px;
}
.widget_recent_entries ul li a:hover{
    color: var(--primary-color);
}

/******* SIDEBAR END ****** TEAM MEMBER START *******/

.team-wrapper .wpb_wrapper{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.team-member {
    width: 50%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.team-member .team-image {
    padding: 0;
    width: 100%;
}
.team-member .team-content {
    width: 100%;
    padding: 24px 30px 24px 0;
    -webkit-box-sizing: border-box;
    z-index: 1;
}


.team-member h3 {
    font-size: 1.6em;
    margin-bottom: 5px;
}
.team-member p {
    font-size: 0.9em;
    opacity: 1;
}

.team-member:hover .team-member-inner:after {
    opacity: 0.5;
}
.team-member:hover .team-content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    bottom: 30px;
}
.team-member .img-responsive{
    width: 100%;
    border-radius: 5px;
}

/******* TEAM MEMBER END ****** IMAGEBANNER START *******/

.imagebanner{
    position: relative;
    display: flex;
    width: 100%;
    min-height: 300px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
    overflow: hidden;
}
.imagebanner .banner-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transition: 0.4s transform ease;
    -o-transition: 0.4s transform ease;
    transition: 0.4s transform ease-in;
}
.imagebanner .banner-image:after {
    content: '';
    position: absolute;
    background-color: rgba(27, 31, 46, 0.8);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: 0.2s background-color ease;
    -o-transition: 0.2s background-color ease;
    transition: 0.2s background-color ease-in;
}
.imagebanner .content {
    padding: 30px 30px 150px;
    vertical-align: bottom;
    z-index: 1;
    position: relative;
}
.imagebanner a{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.imagebanner p{
    margin: 0;
}

.imagebanner .subtitle {
    font-size: 1.3em;
}
.imagebanner .subheadline {
    margin-bottom: 100px;
}
.imagebanner .bottom-content {
    font-size: .8em;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}
.imagebanner *{
    color: #fff;
}
.imagebanner h3{
    font-size: 2.2em;
    margin: 0 0 10px;
    padding-right: 15%;
}
.imagebanner ul{
    padding-left: 0;
}
.imagebanner ul li {
    list-style: none;
    padding-left: 10px;
    position: relative;
    line-height: 1.3em;
    margin-top: 7px;
}
.imagebanner ul li:before {
    content: '-';
    position: absolute;
    left: 0;
}

.imagebanner.has-link:hover .banner-image{
    transform: scale(1.05);
}
.imagebanner.has-link:hover .banner-image:after {
    background: var(--primary-color);
}

/******* IMAGEBANNER END ****** GRAVITY FORM START *******/

body .gform_wrapper {
    margin-top: 0 !important;
}
body .gform_wrapper ul li.gfield.hidden_label{
    margin-top: 10px !important;
}
body .gform_wrapper .ginput_container{
    margin: 0 !important;
    padding-top: 10px;
}
body .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text]{
    margin-bottom: 0;
}
.gform_wrapper .top_label li input[type="text"],
.gform_wrapper .top_label li input[type="email"],
.gform_wrapper .top_label li input[type="tel"],
.gform_wrapper .top_label li select{
    height: 44px;
}
.gform_wrapper .top_label li input[type="text"],
.gform_wrapper .top_label li input[type="email"],
.gform_wrapper .top_label li input[type="tel"],
.gform_wrapper .top_label li select,
.gform_wrapper .top_label li textarea{
    font-weight: 300;
    margin: 0;
    background-color: #ffffff;
    background-image: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(53, 62, 84, 0.4);
    display: block;
    font-size: 0.9em !important;
    line-height: 19px;
    letter-spacing: 0;
    padding: 13px 15px 14px !important;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
}

.gform_wrapper .top_label li input:focus,
.gform_wrapper .top_label li select:focus,
.gform_wrapper .top_label li textarea:focus{
    border-color: var(--primary-color);
    outline: 0;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]{
    vertical-align: top;
    margin-top: 2px !important;
    width: 16px !important;
    height: 16px;
}
.gform_wrapper .acceptance ul li input[type=checkbox]:checked+label{
    font-weight: 300;
}

.gform_wrapper input[type="submit"] {
    display: inline-block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    text-decoration: none !important;
    padding: 12px 50px 13px !important;
    font-size: 0.9em !important;
    line-height: 25px;
    font-weight: 700;
    color: #fff;
    background-color: var(--primary-color);
    -webkit-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.gform_wrapper input[type="submit"]:hover{
    background-color: var(--primary-color-hover);
    outline: 0;
}
.gform_wrapper input[type="submit"]:focus{
    outline: 0;
}

.gform_wrapper .gfield_required {
    color: #ff3e51;
}
.gform_wrapper .acceptance {
    font-size: 0.8em;
}

body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 0 !important;
    border: 0 !important;
    padding: 0 !important;
}
body .gform_wrapper div.validation_error {
    background-color: #f35555;
    color: #fff;
    border-radius: 10px;
    line-height: 1.2em;
    border: 0 !important;
    padding: 25px;
}
body .gform_wrapper .validation_message {
    color: #f35555;
}
body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper li.gfield_error textarea {
    border-color: #f35555;
}
body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .gform_wrapper li.gfield_error ul.gfield_radio,
body .gform_wrapper li.gfield_error .gfield_label{
    color: inherit;
}
body .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
    font-size: 0.7em;
    font-weight: 400;
}

body .gform_wrapper .ginput_container_date .ginput_container {
    padding-top: 0;
    margin-right: 10px !important;
}


body .gform_wrapper .ginput_container_consent {
    padding-left: 25px;
    position: relative;
}
body .gform_wrapper .ginput_container_consent input {
    position: absolute;
    top: 5px;
    left: 0;
}
body .gform_wrapper .ginput_container_consent label.gfield_consent_label {
    font-size: 0.8em;
    line-height: 1.1em;
    display: inline;
}

/******* GRAVITY FORM END ****** EVENT BOOKING FORM START *******/

#eo-bookings {
    padding-top: 0 !important;
}
#eo-bookings label {
    width: 100px;
    float: left;
    line-height: 48px;
    display: inline-block;
}
#eo-bookings .eo-booking-field > label{
    display: none;
}
#eo-bookings p + p {
    margin-top: 10px !important;
}
#eo-bookings input,
#eo-bookings select{
    height: 48px;
}
#eo-bookings input:not([type="checkbox"]),
#eo-bookings select,
#eo-bookings textarea{
    font-weight: 300;
    margin: 0;
    background-color: #ffffff;
    background-image: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(53, 62, 84, 0.4);
    color: var(--primary-color);
    display: block;
    font-size: 0.9em !important;
    line-height: 19px;
    letter-spacing: 0;
    padding: 13px 15px 14px !important;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
}
#eo-bookings input:not([type="checkbox"]):focus,
#eo-bookings select:focus,
#eo-bookings textarea:focus{
    border-color: rgba(7, 108, 219, 0.7);
    -webkit-box-shadow: 0 0 10px 0 rgba(7, 108, 219, 0.4);
    box-shadow: 0 0 10px 0 rgba(7, 108, 219, 0.4);
    outline: 0;
}
#eo-bookings #eo-bookings-buttons {
    text-align: center;
}
#eo-bookings input[type="submit"] {
    display: inline-block;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 0;
    text-decoration: none !important;
    padding: 12px 50px 13px !important;
    font-size: 0.9em !important;
    line-height: 25px;
    font-weight: 700;
    max-width: 200px;
    width: 100%;
    color: #fff;
    background-color: var(--primary-color);
    -webkit-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
    cursor: pointer;
}
#eo-bookings input[type="submit"]:hover{
    background-color: #426bbf;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0,0.25);
    box-shadow: 0 10px 30px rgba(0, 0, 0,0.25);
    outline: 0;
}
#eo-bookings input[type="submit"]:focus{
    outline: 0;
}
#eo-bookings .input-field-data_privacy_consent{
    margin-bottom: 30px;
}
#eo-bookings .input-field-data_privacy_consent label {
    width: 100%;
    line-height: 50px;
}
#eo-bookings .input-field-data_privacy_consent label input {
    width: 20px;
    height: 15px;
    display: inline-block;
}
#eo-bookings .eo-booking-field-name-subfields label,
#eo-bookings .eo-booking-form-element-address label,
#eo-bookings .acceptance label{
    display: none;
}
#eo-bookings .eo-booking-field-name-subfield,
#eo-bookings .eo-booking-form-address-component-postcode{
    width: 100%;
    margin-right: 0;
}
#eo-bookings .eo-booking-field-name-subfield + .eo-booking-field-name-subfield{
    margin-top: 10px;
}
#eo-bookings #eo-booking-form-element-wrap-12 label{
    width: 100%;
    padding-left: 30px;
    position: relative;
    box-sizing: border-box;
    float: none;
}
#eo-bookings #eo-booking-form-element-wrap-12 input.acceptance.eo-booking-field-checkbox {
    position: absolute;
    top: -2px;
    left: 0;
    width: 20px;
}

/******* EVENT BOOKING FORM END ****** PRESSE START *******/

.presse{
    padding: 20px 0;
    position: relative;
    -webkit-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
}
.presse + .presse{
    border-top: 1px solid #ddd;
}
.presse .content{
    padding: 0;
}
.presse .content:after{
    content: url('../img/icon-arrow-right-dark.svg');
    position: absolute;
    right: 25px;
    margin-top: -9px;
    top: 50%;
    display: inline-block;
    width: 18px !important;
    height: auto;
    -webkit-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
}
.presse a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.presse h4 {
    font-size: 1.1em;
    margin-bottom: 0;
    color: var(--body-text-color);
}
.presse p{
    padding-right: 30px;
    font-size: 0.95em;
    line-height: 1.4em;
    text-align: left;
}

.presse:hover{
    padding-left: 20px;
    background-color: #f3f3f3;
}
.presse:hover .content:after {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
}
.presse:hover h4{
    color: var(--primary-color)
}
/******* PRESSE END ****** TESTIMONIAL START *******/

.testimonial-item{
    width: 50%;
    outline: 0;
    padding-left: 50px;
    padding-right: 50px;
}
.testimonial-item-holder{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0 0;
}
.testimonial-item .media{
    position: relative;
    width: 200px;
}
.testimonial-item .content {
    width: calc(100% - 300px);
}
.testimonial-item img{
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: auto;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
.testimonial-item h3{
    font-size: 1.4em;
}
.testimonial-item h4{
    font-weight: 300;
    font-size: 0.9em;
    color: var(--body-text-color);
    margin: 0 auto 10px;
}
.testimonial-item p{
    margin: 0 auto 20px;
}

/******* TESTIMONIAL END ****** SLICK SLIDER START *******/
.slick-slider *{
    outline: 0;
}
.slick-prev, .slick-next {
    width: 20px;
    height: 50px;
}
.slick-prev:before, .slick-next:before {
    font-size: 30px;
    color: var(--body-text-color);
}
.slick-next:before {
    content: url('../img/icon-slide-arrow-right-dark.svg');
}
.slick-prev:before {
    content: url('../img/icon-slide-arrow-left-dark.svg');
}

/******* SLICK SLIDER END ****** IMAGEWALL START *******/

.imagewall {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
}
.imagewall img {
    padding: 20px;
    max-height: 120px;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    align-self: center;
    vertical-align: middle;
    box-sizing: border-box;
}


.imagewall.slick-slider {
    display: block;
}
.imagewall.slick-slider img {
    width: 100%;
    height: auto;
    max-height: unset;
    vertical-align: middle;
    display: inline-block;
    float: none;
}



/******* IMAGEWALL END ****** DISPLAY ANGEBOT CATS SHORTCODE START *******/

.display-angebot-cats{
    padding: 0;
    margin: 0;
}
.display-angebot-cats li {
    list-style: none;
    font-size: 0.9em;
    padding-left: 12px;
    position: relative;
}
.display-angebot-cats li:before {
    content: '-';
    position: absolute;
    left: 0;
}

/******* DISPLAY ANGEBOT CATS SHORTCODE END ****** PAGINATION START *******/

.pagination {
    width: 100%;
    margin: 50px auto 0;
    display: block;
    text-align: center;
}

ul.page-numbers {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
}

ul.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    text-align: center;
}

ul.page-numbers a, ul.page-numbers span {
    line-height: 1.6em;
    display: block;
    padding: 8px 16px;
    font-size: 0.9em;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #ddd;
    color: var(--body-text-color);
    border-radius: 5px;
}

ul.page-numbers a span { padding: 0 }

ul.page-numbers a:hover,
ul.page-numbers.current,
ul.page-numbers.current:hover {
    color: #fff;
    text-decoration: none;
}
ul.page-numbers a:hover{
    color: var(--primary-color);
    border-color: var(--primary-color);
}
ul.page-numbers.current{
    color: #fff;
    background-color: var(--primary-color);
}

.page-numbers:hover { text-decoration: none }

/******* PAGINATION END ****** FOOTER START *******/

#footer-above{
    clear: both;
    background-color: #1f2333;
    padding: 80px 0;
}
#footer-above .like-h2{
    font-size: 2.5em;
}
.page-id-34 #footer-above {
    display: none;
}
#footer-above #em-booking {
    display: none !important;
}

footer {
    background-color: #1b1f2e;
    background-image: url('../img/footer-bg.png');
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat;
}

footer p{
    color: #fff;
    font-size: 0.8em;
    line-height: 1.5em;
    margin: 0;
}

footer #footer-content {
    padding: 100px 0 80px;
}
footer .footer-logo{
    margin-top: -30px;
    max-width: 200px;
    display: inline-block;
}

footer ul {
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    padding-left: 0;
    margin: 0;
}

footer h3, footer .like-h3{
    font-family: 'Inter', sans-serif;
    font-size: 1em;
    font-weight: 700;
    color: #fff;
}
footer #footer-content .menu li {
    list-style-type: none;
    line-height: 1.8em;
    margin-top: 10px;
}
footer #footer-content .menu li a{
    color: #aaa;
    font-size: 0.9em;
    line-height: 1.6em;
    display: block;
    text-decoration: none !important;
}
footer #footer-content .menu li.current-menu-item a {
    color: var(--primary-color);
}
footer #footer-content .menu li a:hover{
    color: var(--primary-color);
    padding-left: 10px;
}

footer ul>li {
    list-style-type: none;
}
footer .kontakt li{
    line-height: 2em;
}
footer .kontakt li .icon{
    width: 24px;
    height: 24px;
    margin-left: 0;
    margin-right: 1px;
    margin-top: -2px;
}
footer .kontakt li .icon:before{
    font-size: 1.3em;
    width: 20px;
    height: auto;
    display: inline-block;
}
footer .kontakt li .icon.mail:before{ content: url("../img/icon-mail-blue.svg"); }
footer .kontakt li .icon.phone:before{ content: url("../img/icon-phone-blue.svg"); }
footer .kontakt li .icon.mobile:before{ content: url("../img/icon-mobile-blue.svg"); }

footer .kontakt li a{
    font-size: 0.85em;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
}
footer .kontakt li a:hover{
    color: var(--primary-color);
}

footer #bottombar{
    padding: 20px 0;
    border-top: 1px solid #272d35;
}
footer #bottombar p, footer #bottombar ul {
    display: inline-block;
}
footer #bottom-menu{
    margin:0;
}
footer #bottom-menu li {
    display: inline-block;
    padding: 0 5px;
}
footer #bottom-menu li:first-child {
    padding-left: 0;
}
footer #bottom-menu li + li{
    border-left: 1px solid #888;
    line-height: 1em;
}
footer #bottombar .dp-logo{
    float: right;
    opacity: 0.6;
}

footer #bottombar p,
footer #bottombar a,
footer #bottombar li a{
    color: #aaa;
    font-size: 0.8em;
    text-decoration: none;
}
footer #bottom-menu li a:hover{
    text-decoration: underline;
}

/****** FOOTER END ****** BORLABS START */

#BorlabsCookieBox ._brlbs-bar {
    padding-top: 25px;
}
#BorlabsCookieBox ._brlbs-bar .container {
    max-width: 1200px !important;
}
#BorlabsCookieBox ._brlbs-btn {
    font-size: 1em !important;
}
#BorlabsCookieBox h3, #BorlabsCookieBox ._brlbs-h3{
    display: block;
    margin-bottom: 10px;
}
#BorlabsCookieBox ._brlbs-bar ul {
    justify-content: flex-start;
}
#BorlabsCookieBox ._brlbs-box, #BorlabsCookieBox ._brlbs-bar {
    box-shadow: 0 0 30px rgba(0,0,0,0.4);
}
#BorlabsCookieBox ._brlbs-bar-wrap._brlbs-position-fixed {
    left: 0;
}
.BorlabsCookie,
.BorlabsCookie ._brlbs-content-blocker,
.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed{
    height: 100%;
    width: 100%;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption {
    padding: 100px 50px;
    background-color: rgba(0,0,0,0.7);
    height: 100%;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed._brlbs-video-youtube ._brlbs-thumbnail {
    margin-top: -55px;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p {
    color: #fff;
    font-family: 'Karla', sans-serif;
}
._brlbs-embed._brlbs-google-maps {
    background-image: url('../img/borlabs-map-placeholder.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px !important;
}


/****** BORLABS END ****** MEDIA QUERIES START */


@media (min-width:992px) and (max-width: 1100px){
    header #navi .top-nav ul > li {
        padding: 0 14px;
    }
    header #branding .logo img {
        max-width: 100%;
    }
}

@media (min-width:992px){

    .team-member h3 {
        color: #fff;
        margin-bottom: inherit;
    }
    .team-member {
        width: 33.33%;
        padding: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .team-member .team-content {
        width: 100%;
        padding: 0 30px;
        position: absolute;
        bottom: 58px;
        left: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        z-index: 1;
    }
    .team-member p {
        color: #fff;
        opacity: 0;
    }
    .team-member:hover p {
        font-size: 0.9em;
        color: #fff;
        opacity: 1;
    }
    .team-member *{
        -webkit-transition: 700ms cubic-bezier(.05,0.2,.1,1);
        -o-transition: 700ms all cubic-bezier(.05,0.2,.1,1);
        transition: 700ms all cubic-bezier(.05,0.2,.1,1);
    }
    .team-member .team-member-inner{
        width: 100%;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
    }
    .team-member .team-member-inner:before {
        position: absolute;
        height: 35%;
        bottom: 0;
        width: 100%;
        display: block;
        content: '';
        background: -moz-linear-gradient(top, rgba(140,139,144,0) 0%, rgba(78,76,84,1) 100%);
        background: -webkit-linear-gradient(top, rgba(140,139,144,0) 0%,rgba(78,76,84,1) 100%);
        background: linear-gradient(to bottom, rgba(140,139,144,0) 0%,rgba(78,76,84,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#4e4c54',GradientType=0 );
    }
    .team-member .team-member-inner:after {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: block;
        content: '';
        background: var(--body-text-color);
        opacity: 0;
        -webkit-transition: opacity 400ms ease-in-out;
        -o-transition: opacity 400ms ease-in-out;
        transition: opacity 400ms ease-in-out;
        z-index: 0;
    }
    .team-member .img-responsive {
        max-width: 100%;
    }



}
@media (min-width:992px) and (max-width: 1100px){
    .single .post-header h1 {
        font-size: 38px;
    }
    .single:not(.single-event) .single-post-content {
        max-width: calc(100% - 350px);
    }
    .em-search-wrapper .em-search-main{
        width: 25%;
    }
}

@media (max-width: 1260px){
    #main > .vc_row,
    #page-title,
    header,
    #bottombar,
    #dpslider .dpslider_slide,
    .single-event .eventpage .excerpt
    {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .single:not(.single-event) .single-post-content .featured-image {
        padding: 0 30px;
    }
    .single .post-header {
        padding-left: 15px;
        padding-right: 15px;
    }

    #main > .vc_row.section[data-vc-full-width="true"],
    #footer-above,
    #footer-content{
        padding-left: 30px !important;
        padding-right: 30px !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    header{
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #slider .pager-container {
        padding: 0 30px;
    }
    aside {
        padding-right: 30px;
    }
}
@media (max-width: 1199px){
    #main > #related-posts .post-wrapper > div:last-child{
        display: none;
    }
    #dpslider .dpslider_slide
    {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    #dpslider .like-h2 {
        font-size: 2em;
    }
    #dpslider p {
        font-size: 16px;
    }
    h2{
        font-size: 36px;
    }
    #breadcrumbs {
        padding: 15px 35px;
    }
}

@media (max-width: 1024px){
    .blog.grid.post-wrapper:before{
        display: none;
    }

}
@media (max-width: 1023px){
    .post .post-image {
        height: 180px;
    }
}
@media (max-width: 991px){
    header #navi #canvas-nav .canvas-nav-wrapper {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 0;
    }
    header #branding .logo img {
        height: 130px;
    }
    header #navi .top-nav{
        display: none !important;
        visibility: hidden;
    }
    header #navi .canvas-navi-bar {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 32px;
    }
    #dpslider .dpslide .dpslide-content-holder {
        padding: 35px 35px 0;
    }
    #page-title h1 {
        font-size: 2em;
        line-height: 1.2em;
        margin: 0 0 10px;
    }

    h2 {
        font-size: 2.4em;
    }
    h4 {
        font-size: 1.2em;
    }
    .pager-container {
        margin-top: 35px;
    }
    #dpslider p {
        font-size: 14px;
    }
    #dpslider .dpslide,
    #dpslider {
        height: 400px;
    }
    #dpslider .dpslide .dpslide-content {
        width: 50%;
    }
    #dpslider .dpslide .dpslide-content:before {
        top:0;
        width: 50%;
        height:400px;
    }
    #dpslider .dpslide .dpslide-image {
        height: 400px;
        width: 50%;
    }
    #bx-pager {
        width: 200px;
    }
    #bx-pager li {
        width: 45px;
    }
    #bx-pager li a {
        font-size: 14px;
    }
    .testimonial-item-holder{
        display: block;
    }
    .testimonial-item .media{
        margin-bottom: 24px;
    }
    .testimonial-item .media,
    .testimonial-item .content {
        width: 100%;
    }
    footer .content .vc_row > div {
        margin-bottom: 20px;
    }
    .single .post-header h1 {
        font-size: 38px;
    }
    .single .single-post-content{
        max-width: 100%;
        padding-right: 0;
    }
    #sidebar {
        margin-top: 50px;
    }
    aside{
        width: 100%;
    }
    .single-post #related-posts {
        margin-top: 20px;
    }
    aside #custom_html-2 a, aside #custom_html-3 a, aside #custom_html-4 a, aside #custom_html-5 a, aside #custom_html-6 a {
        max-width: 200px;
    }
    .widget_recent_entries ul li {
        width: 50%;
    }
    aside #custom_html-2, aside #custom_html-3{
        display: none !important;
    }
    #main > #related-posts {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .single-post #related-posts h2 {
        font-size: 30px;
    }
    .wpb_single_image.vc_align_right {
        text-align: left;
    }

    .imagebanner {
        margin-bottom: 30px;
    }
    #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column p:last-child {
        margin-bottom: 30px;
    }
    .single:not(.single-event) .single-post-content .featured-image {
        padding: 0 15px;
    }
    .single-event .single-post-content .table>tbody>tr>td:last-child {
        display: block;
        padding-top: 0;
    }
    .eventpage .map,
    .eventpage .bookingform{
        margin-bottom: 30px;
    }
    .leistungen .wpb_wrapper{
        margin-bottom: 10px;
    }

    .angebot-wrapper .tax-term .content {
        padding: 30px;
    }
    .angebot-wrapper .tax-term .content p {
        font-size: 0.9em;
    }
    .angebot-wrapper .post-content {
        width: 100%;
        display: block;
        padding: 30px;
        max-height: unset;
    }
    .post.angebot a.read-more {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        margin-bottom: 0;
    }
    .angebot .vc_single_image-img {
        margin-bottom: 25px;
    }
    .post-area {
        padding-right: 0;
    }

    .unternehmen {
        margin-bottom: 0 !important;
    }

    .em-search-wrapper .em-search-main{
        display: block;
        margin-bottom: 6px;
    }
    .em-search-wrapper .em-search-main .em-search-field input{
        width: 100%;
    }

    footer .wpb_wrapper,
    .footer-logo{
        margin-bottom: 30px;
    }

}
@media (min-width: 810px) and (max-width: 1200px){
    .blog.grid .post:last-of-type {
        display: none;
    }
}

@media (max-width: 767px){

    html, body {
        font-size: 15px;
    }
    #main > .vc_row.section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    #main > .vc_row, .single #main .vc_row-fluid,
    #page-title,
    header,
    #bottombar,
    #main > .vc_row.section[data-vc-full-width="true"]{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    header #navi {
        width: 100px;
        float: right;
    }

    #dpslider .like-h2 {
        font-size: 2em;
    }
    #dpslider, .dpslider_slide {
        height: auto;
    }
    #dpslider .dpslide .dpslide-content-holder {
        padding: 15px 35px 0;
    }
    #slider .pager-container {
        display: none;
    }
    .pager-container {
        text-align: left;
        padding: 0 35px;
        margin-left: 0;
    }
    .slick-prev {
        left: -20px;
    }
    .slick-next {
        right: -20px;
    }

    #page-title h1 {
        margin-top: 15px;
    }
    #page-title * {
        text-align: left;
    }
    h2, .like-h2 {
        font-size: 2em;
    }
    #dpslider h2, #dpslider .like-h2 {
        font-size: 2em;
    }
    h3 {
        font-size: 30px;
    }

    .post {
        width: 100%;
    }
    .post-area {
        padding-right: 0;
    }
    .post .post-image {
        height: 170px;
    }
    .post .post-content-wrapper {
        min-height: auto ;
    }
    .post h3, .post .like-h3 {
        font-size: 1.2em;
    }
    .post p {
        font-size: 0.95em;
    }
    .single .post-header h1 {
        font-size: 32px;
    }
    .single .post-area .post-header {
        padding-left: 15px;
        padding-right: 15px;
    }
    .single .single-post-content, .single .single-post-content p {
        font-size: 1em;
    }
    .single .single-post-content h3 {
        font-size: 1.5em;
    }
    .angebot-wrapper .post-content-wrapper {
        display: block;
    }

    .svg-icon.align-right img {
        margin: 0;
    }


    .team-member {
        width: 100%;
    }
    .button {
        margin-bottom: 30px;
    }
    .widget_recent_entries ul li {
        width: 50%;
    }
    #breadcrumbs {
        padding: 15px 25px;
    }



    .em-search div {
        display: block;
    }
    .em-search-main {
        width: 100%;
    }
    .em-search-wrapper .em-search-field input,
    .em-search-wrapper .em-search-field select {
        width: 100%;
    }
    .em-search-advanced > div {
        margin: 6px 0 0;
    }
    .em-search .em-events-search-dates{
        display: flex;
    }
    .em-search .em-events-search-dates > label{
        display: inline-block;
        width: 50%;
    }
    .em-search .em-events-search-dates > label:first-of-type{
        padding-right: 6px
    }
    .em-search-wrapper input[type="submit"]{
        display: block;
        width: 100%;
        max-width: 300px;
        margin-top: 6px;
    }




    .event .event-inner .event-image {
        height: 200px;
    }
    .single-event .single-post-content .vc_col-md-12 + .vc_col-md-12 {
        margin-top: 30px;
    }
    .post.event .post-content {
        padding: 30px;
    }
    .post.event .post-image-wrap, .angebot-wrapper .post-image-wrap {
        width: 100%;
        height: 200px;
        display: block;
    }
    .post.event .post-content{
        width: 100%;
    }
    .post.event a.read-more {
        display: none;
    }

    #sidebar {
        margin-top: 30px;
    }
    #sidebar .button.primary.anchor {
        display: none;
    }

    #dpslider .dpslide {
        height: auto;
        display: block;
    }
    #dpslider .dpslide .dpslide-content:before {
        width: 100%;
        height: 570px;
    }
    #dpslider .dpslide .dpslide-content {
        width: 100%;
        height: 45%;
    }
    #dpslider .dpslide .dpslide-image {
        height: 300px;
        width: 100%;
    }
    .dpslide .button.border {
        padding: 10px 15px;
    }
    .mobile-hidden{
        display: none !important;
    }
    .presse .content:after {
        right: 10px;
    }
    .align-right a.button.primary.wpb_ {
        text-align: left;
        float: left;
    }
    .imagebanner .bottom-content {
        font-size: 0.8em;
        position: relative;
        bottom: 0;
        left: 0;
    }
    .imagebanner .content {
        height: 100%;
        padding: 50px 30px 50px;
    }

    #footer-above, #footer-content {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    #footer-above, footer #footer-content {
        padding-bottom: 50px;
    }
    footer .footer-logo {
        max-width: 140px;
    }
    footer #sitemap #footer-menu > li {
        padding: 0;
    }
    footer #bottombar .dp-logo {
        float: left;
    }

}
@media (max-width: 690px){
    #dpslider {
        height: 580px;
    }
    #dpslider .like-h2 {
        font-size: 1.7em;
    }
    #dpslider .dpslide .dpslide-content:before {
        width: 100%;
    }
    #dpslider .dpslide .dpslide-image {
        height: 280px;
    }

    .imagebanner .subheadline {
        margin-bottom: 50px;
    }
    .post .post-image {
        height: 160px;
    }
    .post {
        width: 100%;
    }
    .single .post-header h1 {
        font-size: 24px;
    }
    .single .single-post-content h3 {
        font-size: 18px;
    }
    .presse p {
        padding-right: 70px;
    }

}


@media (max-width: 550px){
    #main > .vc_row.section.events {
        padding-top: 40px;
    }

}

@media (max-width: 500px){
    #main > .vc_row.section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #main > .vc_row, .single #main .vc_row-fluid, #page-title, header, #bottombar, #main > .vc_row.section[data-vc-full-width="true"] {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    header #navi #canvas-nav {
        width: 100%;
    }

    aside {
        padding-left: 20px;
        padding-right: 20px;
    }
    h2 {
        font-size: 1.8em;
    }
    h3 {
        font-size: 1.6em;
    }
    #dpslider {
        height: 530px;
    }
    #dpslider .dpslide .dpslide-image {
        height: 250px;
    }
    #dpslider .dpslider-slide-wrapper {
        max-height: 500px;
    }
    #dpslider .dpslide .dpslide-content:before {
        height: 590px;
    }
    #dpslider .dpslide .dpslide-content-holder {
        padding: 15px 20px 0;
    }
    .pager-container {
        margin-top: 75px;
    }
    #dpslider .dpslider_slide {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .dpslide .button {
        margin-top: 15px;
    }

    #page-title {
        padding: 50px 0 20px;
    }
    #page-title h1 {
        font-size: 2em;
    }
    .post-area .vc_row .vc_column_container>.vc_column-inner {
        padding-left: 5px;
        padding-right: 5px;
    }
    .single-event .post-area .social-share-wrapper {
        margin-bottom: 10px;
    }
    .single-event .post-area h2 {
        font-size: 1.2em;
    }
    .post h3, .post .like-h3 {
        font-size: 18px;
    }
    .single:not(.single-event) .single-post-content .featured-image {
        padding: 0 20px;
    }
    .ginput_recaptcha {
        -webkit-transform:scale(0.95);
        -webkit-transform-origin:0 0;
        transform:scale(0.95);
        transform-origin:0 0;
    }
    #bx-pager {
        text-align: left;
        float: left;
    }

}
@media (max-width: 420px) {
    .events .post.event .post-image-wrap {
        height: 250px;
    }
    .single .post-area .post-header {
        padding-bottom: 0;
    }
}

@media (max-width: 400px){
    .single .post-header {
        padding: 60px 30px;
    }
    #dpslider .dpslide .dpslide-image {
        height: 210px;
    }
    .presse p {
        padding-right: 30px;
    }
    .single-angebot .post-area h2 {
        font-size: 1.4em;
    }
}
@media (max-width: 360px){
    h2 {
        font-size: 1.6em;
    }
}