/*!
  Theme Name:     Elementor websplash
	Theme URI: https://github.com/pojome/elementor-hello-theme
  Description:    based on "Hello Elementor"
  Author:         Ramin Fleckner
  Author URI:     https://www.websplash.de
	Version: 1.2.0
	Stable tag: 1.2.0
	Requires at least: 4.7
	Tested up to: 5.0
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* Style - include Theme style
   ========================================================================== */
/* Pre Define variables for your theme.
any values defined here will take precedence over variables definitions.
========================================================================== */
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 * Loading first in the style.scss & editor-style.scss
 */
/*!
 * Based on Normalize.css v8.0.0, HTML5 Boilerplate v6.1.0, & Bootstrap Reboot v4.1.0 | Under MIT License
*/
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

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

/* Sections
   ========================================================================== */
body {
    margin: 0;
    font-family: aktiv-grotesk, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 11pt;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    background-color: #fff;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
    margin-top: .5rem;
    margin-bottom: 1rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
    color: inherit;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: .9rem;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
    white-space: pre-wrap;
}

/* Text-level semantics
   ========================================================================== */
a {
    background-color: transparent;
    text-decoration: none;
    color: #CC3366;
}

a:hover, a:active {
    color: #333366;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

figcaption {
    font-size: 16px;
    color: #333333;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Print
   ========================================================================== */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        page-break-inside: avoid;
        border: 1px solid #cccccc;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Comments
   ========================================================================== */
#comments .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: .9em;
}

#comments .comment,
#comments .pingback {
    position: relative;
}

#comments .comment .comment-body,
#comments .pingback .comment-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0 30px 60px;
    border-bottom: 1px solid #cccccc;
}

body.rtl #comments .comment .comment-body, body.rtl
#comments .pingback .comment-body {
    padding: 30px 60px 30px 0;
}

#comments .comment .avatar,
#comments .pingback .avatar {
    position: absolute;
    left: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
}

body.rtl #comments .comment .avatar, body.rtl
#comments .pingback .avatar {
    left: auto;
    right: 0;
    margin-right: 0;
    margin-left: 10px;
}

#comments .comment-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: .9rem;
}

#comments .reply,
#comments .comment-metadata {
    font-size: 11px;
    line-height: 1;
}

#comments .children {
    position: relative;
    list-style: none;
    margin: 0;
    padding-left: 30px;
}

body.rtl #comments .children {
    padding-left: 0;
    padding-right: 30px;
}

#comments .children li:last-child {
    padding-bottom: 0;
}

#comments ol.comment-list .children:before {
    display: inline-block;
    font-size: 1em;
    font-weight: normal;
    line-height: 100%;
    content: '\21AA';
    position: absolute;
    top: 45px;
    left: 0;
    width: auto;
}

body.rtl #comments ol.comment-list .children:before {
    content: '\21A9';
    left: auto;
    right: 0;
}

@media (min-width: 768px) {
    #comments .comment-author,
    #comments .comment-metadata {
        line-height: 1;
    }
}

@media (max-width: 767px) {
    #comments .comment .comment-body {
        padding: 30px 0;
    }

    #comments .children {
        padding-left: 20px;
    }

    #comments .comment .avatar {
        position: inherit;
        float: left;
    }

    body.rtl #comments .comment .avatar {
        float: right;
    }
}

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Forms
   ========================================================================== */
label {
    display: inline-block;
    line-height: 1;
    margin-bottom: 0.5rem;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 1rem;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
select,
textarea {
    width: 100%;
    border: solid 1px #666666;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
    border-color: #333333;
    outline: 0 none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    width: auto;
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

button,
[type="submit"],
[type="button"] {
    display: inline-block;
    font-weight: 400;
    color: #CC3366;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #CC3366;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

button:focus,
[type="submit"]:focus,
[type="button"]:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button:hover, button:focus,
[type="submit"]:hover,
[type="submit"]:focus,
[type="button"]:hover,
[type="button"]:focus {
    color: #ffffff;
    background-color: #CC3366;
    text-decoration: none;
}

button:not(:disabled),
[type="submit"]:not(:disabled),
[type="button"]:not(:disabled) {
    cursor: pointer;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
    resize: vertical;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

select {
    display: block;
}

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Table
   ========================================================================== */
table {
    background-color: transparent;
    width: 100%;
    margin-bottom: 15px;
    font-size: 0.9em;
    border-spacing: 0;
    border-collapse: collapse;
}

table th,
table td {
    padding: 15px;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
    border: 1px solid #cccccc;
}

table th {
    font-weight: bold;
}

table thead th,
table tfoot th {
    font-size: 1em;
}

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
    border-top: 1px solid #cccccc;
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
    background-color: #eeeeee;
}

table tbody tr:hover > td,
table tbody tr:hover > th {
    background-color: #e9e9e9;
}

table tbody + tbody {
    border-top: 2px solid #cccccc;
}

@media (max-width: 767px) {
    table table {
        font-size: 0.8em;
    }

    table table th,
    table table td {
        padding: 7px;
        line-height: 1.3;
    }

    table table th {
        font-weight: 400;
    }
}

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Lists
   ========================================================================== */
dl,
dt,
dd,
ol,
ul,
li {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* WordPress
   ========================================================================== */
.alignright {
    float: right;
    margin-right: 1rem;
}

.alignleft {
    float: left;
    margin-left: 1rem;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sticky {
    position: relative;
    display: block;
}

.bypostauthor {
    font-size: inherit;
}

.gallery-caption {
    display: block;
    font-size: 0.8125rem;
    line-height: 1.5;
    margin: 0;
    padding: 0.75rem;
}

.wp-caption {
    margin-bottom: 1.25rem;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eeeeee;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #333333;
    display: block;
    font-size: 1rem;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Custom style for your theme.
========================================================================== */
/**
To change or override any style, add a new scss file under ./custom/ directory
and include it here.
 */

/*body:not(.home):not(.elementor-editor-active) #main {
  margin-top:-150px;
}*/

.dialog-message {
    font-size: 1em;
}


@media only screen and (min-width: 769px) {

    /*body:not(.header_ontop) #main,*/
    /*body .elementor-location-single,*/
    /**body .elementor-location-archive,*/
    body.elementor-editor-active div[data-elementor-type="loop"],
    body.elementor-editor-active div[data-elementor-type="single"],
    body.elementor-editor-active div[data-elementor-type="archive"] {
        margin-top: 150px;
    }

    body .elementor-location-single {
        margin-top: 50px;
    }

}

body:not(.header_ontop) .elementor-location-header .elementor-shape-top {
    display: none;
}

.elementor-location-header {
    position: relative;
}

#main_wrapper {
    overflow: hidden;
}

.websplash .link_nohover a,
.websplash .elementor-widget-image-box.text_on_image a {
    text-decoration: none;
}

.websplash .link_nohover a:hover {
    text-decoration: underline;
}


.elementor-section.elementor-section-boxed > .elementor-container {
    /*z-index:9;*/
}

.websplash .sidebar_icon_menu li a {
    text-decoration: none !important;
    position: relative;
}


.go_to_other a {
    display: block !important;
    padding: 10px 40px;
}

.go_to_front a {
    text-decoration: none;
    display: block !important;
    padding: 5px 40px;
}

.go_to_front a:hover {

}

.sidebar_icon_menu li:not(.no_icon) a:hover,
.sidebar_icon_menu li.current-menu-item a,
.sidebar_icon_menu li:not(.no_icon) a::before {
    background-color: rgb(127, 127, 127);
}

.go_to_other a:hover img {
    filter: brightness(0) invert(1);
}

.sidebar_icon_menu li.icon_icb {
    margin-top: 30px;
}

.sidebar_icon_menu li.no_icon a {
    padding-left: 40px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.sidebar_icon_menu li.no_icon a:hover {
    text-decoration: underline !important;
    color: inherit !important;
}

.sidebar_icon_menu li:not(.no_icon) a::before {
    content: ' ';
    position: absolute;
    left: 40px;
    width: 30px;
    height: 30px;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    opacity: 1 !important;
}

.sidebar_icon_menu li a:hover::before,
.sidebar_icon_menu li.current-menu-item a::before {
    background-color: #fff;
}

.sidebar_icon_menu li.bg_blue a:hover,
.sidebar_icon_menu li.bg_blue.current-menu-item a {
    background-color: #00accd;
}

.sidebar_icon_menu li.bg_yellow a:hover,
.sidebar_icon_menu li.bg_yellow.current-menu-item a {
    background-color: #fdb93f;
}

.sidebar_icon_menu li.bg_green a:hover,
.sidebar_icon_menu li.bg_green.current-menu-item a {
    background-color: #8ebe3f;
}

.sidebar_icon_menu li.icon_home a::before {
    -webkit-mask-image: url('assets/images/icon_home.svg');
    mask-image: url('assets/images/icon_home.svg');
}

.sidebar_icon_menu li.icon_kompetenzen a::before {
    -webkit-mask-image: url('assets/images/icon_puzzle.svg');
    mask-image: url('assets/images/icon_puzzle.svg');
}

.sidebar_icon_menu li.icon_forschung a::before {
    -webkit-mask-image: url('assets/images/icon_microscope.svg');
    mask-image: url('assets/images/icon_microscope.svg');
}

.sidebar_icon_menu li.icon_aktuelles a::before {
    -webkit-mask-image: url('assets/images/icon_aktuelles.svg');
    mask-image: url('assets/images/icon_aktuelles.svg');
}

.sidebar_icon_menu li.icon_unser_weg a::before {
    -webkit-mask-image: url('assets/images/icon_unser_weg.svg');
    mask-image: url('assets/images/icon_unser_weg.svg');
}

.sidebar_icon_menu li.icon_team a::before {
    -webkit-mask-image: url('assets/images/icon_team.svg');
    mask-image: url('assets/images/icon_team.svg');
}

.sidebar_icon_menu li.icon_allianzrat a::before {
    -webkit-mask-image: url('assets/images/icon_allianzrat.svg');
    mask-image: url('assets/images/icon_allianzrat.svg');
}

.sidebar_icon_menu li.icon_downloads a::before {
    -webkit-mask-image: url('assets/images/icon_downloads.svg');
    mask-image: url('assets/images/icon_downloads.svg');
}

.sidebar_icon_menu li.icon_foerderer_partner_kooperationsprojekte a::before {
    -webkit-mask-image: url('assets/images/icon_foerderer_partner_kooperationsprojekte.svg');
    mask-image: url('assets/images/icon_foerderer_partner_kooperationsprojekte.svg');
}

.sidebar_icon_menu li.icon_stimmen a::before {
    -webkit-mask-image: url('assets/images/icon_stimmen.svg');
    mask-image: url('assets/images/icon_stimmen.svg');
}

.sidebar_icon_menu li.icon_presse a::before {
    -webkit-mask-image: url('assets/images/icon_presse.svg');
    mask-image: url('assets/images/icon_presse.svg');
}

.sidebar_icon_menu li.icon_newsletter a::before {
    -webkit-mask-image: url('assets/images/icon_newsletter.svg');
    mask-image: url('assets/images/icon_newsletter.svg');
}

.sidebar_icon_menu li.icon_stellenangebote a::before {
    -webkit-mask-image: url('assets/images/icon_stellenangebote.svg');
    mask-image: url('assets/images/icon_stellenangebote.svg');
}

.sidebar_icon_menu li.icon_struktur_kompetenzentwicklung a::before {
    -webkit-mask-image: url('assets/images/icon_struktur_kompetenzentwicklung.svg');
    mask-image: url('assets/images/icon_struktur_kompetenzentwicklung.svg');
}

.sidebar_icon_menu li.icon_veranstaltungen a::before {
    -webkit-mask-image: url('assets/images/icon_veranstaltungen.svg');
    mask-image: url('assets/images/icon_veranstaltungen.svg');
}

.sidebar_icon_menu li.icon_icb a::before {
    -webkit-mask-image: url('assets/images/icon_icb.svg');
    mask-image: url('assets/images/icon_icb.svg');
}

.sidebar_icon_menu li.icon_ueber_icb a::before {
    -webkit-mask-image: url('assets/images/icon_ueber_icb.svg');
    mask-image: url('assets/images/icon_ueber_icb.svg');
}

.sidebar_icon_menu li.icon_inhaltliche_ausrichtung a::before {
    -webkit-mask-image: url('assets/images/icon_inhaltliche_ausrichtung.svg');
    mask-image: url('assets/images/icon_inhaltliche_ausrichtung.svg');
}

.sidebar_icon_menu li.icon_globaler_wandel a::before {
    -webkit-mask-image: url('assets/images/icon_globaler_wandel.svg');
    mask-image: url('assets/images/icon_globaler_wandel.svg');
}

.sidebar_icon_menu li.icon_digitalisierung_nachhaltigkeit a::before {
    -webkit-mask-image: url('assets/images/icon_digitalisierung_nachhaltigkeit.svg');
    mask-image: url('assets/images/icon_digitalisierung_nachhaltigkeit.svg');
}

.sidebar_icon_menu li.icon_foerderer_partner_kooperationsprojekte a::before {
    -webkit-mask-image: url('assets/images/icon_foerderer_partner_kooperationsprojekte.svg');
    mask-image: url('assets/images/icon_foerderer_partner_kooperationsprojekte.svg');
}

/*.big_tiles .elementor-column:first-of-type .elementor-icon-box-content {
  justify-content: flex-end;
  display: flex;
}

.big_tiles .elementor-column:last-of-type .elementor-icon-box-content {
  justify-content: flex-start;
  display: flex;
}*/

.websplash .elementor-widget-heading .elementor-heading-title {
    line-height: 1.3;
}


.big_tiles .elementor-widget-icon-box .elementor-widget-container {
    height: 100%;
    display: flex;
    align-items: center;
}

.big_tiles .elementor-column:first-of-type .elementor-widget-container {
    justify-content: flex-end;
}

.big_tiles .elementor-widget-icon-box .elementor-widget-container::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;

    z-index: 2;
}

.big_tiles .elementor-widget-icon-box:hover .elementor-widget-container::before {
    background-color: rgba(0, 0, 0, 0.6);
}

.big_tiles .elementor-widget-icon-box .elementor-widget-container .elementor-icon-box-wrapper {
    z-index: 5;
}

.big_tiles .elementor-widget {
    margin-bottom: 0 !important;
}

.big_tiles .elementor-icon-box-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}

.big_tiles .elementor-widget-icon-box {
    height: 100%;
}

.big_tiles .elementor-icon-box-content {
    display: flex;
    justify-content: flex-end;
}

.big_tiles .elementor-icon-box-content .elementor-icon-box-description {
    max-width: 500px;
}

.big_tiles .elementor-icon svg {
    height: 120px;
    width: auto;
}

.big_tiles a.fulllink {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.centered_icon_box > .elementor-container {
    z-index: 9;
}

.centered_icon_box .elementor-widget-icon-box .elementor-icon-box-content {
    flex-grow: unset;
}

.centered_icon_box .elementor-icon-box-wrapper {
    justify-content: center;
}

.trees::before,
.trees::after {
    content: ' ';
    position: absolute;
    z-index: 1;
    bottom: 0;
    height: 428px;
    width: 500px;
    background-repeat: no-repeat;
    background-size: contain;
    /*z-index:2;*/
}

.white_trees::before {
    left: -40px;
    background-position: bottom left;
    background-image: url('assets/images/baum2xweiss_links.svg');
}

.white_trees::after {
    right: -40px;
    background-position: bottom right;
    background-image: url('assets/images/baum2xweiss_rechts.svg');
}

.footer_overlap {
    position: relative;
}


.footer_trees .elementor-location-footer .footer_overlap::before,
.footer_trees .elementor-location-footer .footer_overlap::after {
    content: ' ';
    position: absolute;
    z-index: 4;
    transform: translatey(-100%);
    top: 30px;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer_overlap .elementor-shape-top {

}

.footer_overlap::before {
    left: -150px;
    height: 500px;
    width: 393px;
    background-position: bottom left;
    background-image: url('assets/images/tree-left-coloured.svg');
}

.footer_overlap::after {
    right: -40px;
    height: 400px;
    width: 315px;
    background-position: bottom right;
    background-image: url('assets/images/tree-left-coloured.svg');
}

.blog_articles .blog_single .meta {
    font-size: 0.8em;
    text-align: right;
    font-weight: bold;
    margin-bottom: 3px;
}

.blog_articles .blog_single .featured_image {
    position: relative;
    overflow: hidden;
    line-height: 0;
    /*background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height:250px;*/
}

.blog_articles .blog_single .featured_image img {
    max-width: 100%;
    max-height: 150px;
    width: auto;
    display: block;
    margin: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blog_articles .blog_single .featured_image::before {
    content: ' ';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

.blog_articles .blog_single .featured_image:hover::before {
    background-color: rgba(0, 0, 0, 0.5);
}

.blog_articles .blog_single .featured_image:hover img {
    transform: scale(1.2);
}

.blog_articles .blog_single a.title {
    color: #fff;
}

.blog_articles .blog_single .featured_image a.fulllink {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.blog_articles .blog_single .featured_image a.title {
    position: absolute;
    z-index: 5;
    bottom: 20px;
    left: 0;
    color: #000;
}

.blog_articles .blog_single .title h5 {
    padding: 0;
    margin: 0;
    position: relative;
    left: 4px;
}

.blog_articles .blog_single .title h5 span {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;

    box-shadow: 0 0 0 4px #535253;
    background-color: #535253;
    box-decoration-break: clone;
    line-height: 1.8;
}

.blog_articles .blog_single .featured_image .title h5 span {
    box-shadow: 0 0 0 4px #fff;
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}


.blog_articles .blog_single .title:hover h5 span {
    box-shadow: 0 0 0 4px #3c3c3c;
    background-color: #3c3c3c;
}

.blog_articles .blog_single .featured_image:hover .title h5 span {
    box-shadow: 0 0 0 4px #fff;
    background-color: #fff;
}

.blog_articles .blog_single .excerpt {
    font-size: 0.8em;
    margin-top: 10px;
}

.events .event_single:not(:last-of-type) {
    margin-bottom: 20px;
}


.events .event_single .meta {
    font-weight: bold;
    font-size: 0.8em;
}

.events .event_single .event_finished {
    font-weight: normal;
}

.events .event_single a {
    color: #4d4d4d;
}

.events .event_single a:hover {
    text-decoration: underline;
}

.events .event_single h5 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
}

.press_articles .press_single:not(:last-of-type) {
    margin-bottom: 20px;
}

.press_articles .press_single .meta {
    font-size: 0.8em;
}

.press_articles .press_single .meta .date {
    font-weight: bold;
}

.press_articles .press_single .meta .tax {
    font-weight: 200;
}

.press_articles .press_single a {
    color: #666766;
}

.press_articles .press_single a:hover {
    text-decoration: underline;
}

.press_articles .press_single h5 {
    font-weight: 600;
    margin: 0;
    padding: 0;
}


.hover_tiles .elementor-icon-box-wrapper {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: relative;
    z-index: 5;
}

.hover_tiles .elementor-column::before,
.overlay_coloured::before {
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.overlay_coloured > .elementor-container {
    z-index: 5;
}

.hover_tiles .elementor-element:hover .elementor-icon-box-wrapper {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.hover_tiles .elementor-column-wrap:hover::before {
    content: ' ';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
}

.hover_tiles .elementor-widget-container a {
    text-decoration: none !important;
}


.hover_tiles a.fulllink {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.text_on_image .elementor-widget-container {
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.text_on_image .elementor-widget-container::before {
    content: ' ';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.text_on_image .elementor-widget-container .elementor-image-box-content {
    padding: 20px;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.text_on_image .elementor-image-box-title {
    text-shadow: 0 0 3px #000;
}

.text_on_image:hover .elementor-widget-container::before,
.text_on_image:hover .elementor-widget-container .elementor-image-box-content {
    /*opacity:0;
    -moz-opacity:0;
    filter:alpha(opacity=0);*/
}


.text_on_image:hover .elementor-widget-container img {
    transform: scale(1.2);
}

.text_on_image a.fulllink {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.websplash .elementor-widget-image-box.text_on_image:hover a {
    text-decoration: underline;
}

.round_counter {
    background-color: #4D4D4D;
    width: 100%;
    padding-top: 100% !important;
    position: relative;
    border-radius: 50%;
}

.round_counter > .elementor-container {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    align-items: center;
}

.round_counter > .elementor-container .elementor-widget-wrap {
    justify-content: center;
}

.round_counter .number {
    max-width: 60px;
}

.round_counter .number .elementor-widget-container {
    background-color: #7f7f7f;
    border-radius: 50%;
    width: 100%;
    padding-top: 100% !important;
    position: relative;
}

.round_counter .number .elementor-heading-title {
    position: absolute;
    color: #fff;
    font-size: 2em;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    line-height: 1;
}

.elementor-widget-slides .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 20px;
}

.elementor-widget-slides .swiper-pagination-bullet {
    border: 1px solid #fff;
    opacity: 1;
    background-color: transparent;
}

.elementor-text-editor p:last-of-type {
    margin-bottom: 0;
}

.download_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.download_list li {
    padding: 0;
    margin: 0 0 10px 0;
}

.download_list a {
    text-decoration: none !important;
    display: block;
    font-size: 1.2em;
    padding: 20px 40px;
    background-color: rgba(223, 223, 223, 0.25);
    border-left: 5px solid #4d4d4d;
}

.download_list h5 {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 1em;
    font-weight: 300;
}

.download_list .dl_meta {
    font-weight: 300;
}

.download_list a:hover h5 {
    text-decoration: underline;
}

.elementor-widget-button .elementor-button:hover {
    text-decoration: none !important;
}

.tribe-events .tribe-events-l-container {
    padding: 0 !important;
}

.tribe-common--breakpoint-medium.tribe-common button,
.tribe-events .tribe-events-c-top-bar__datepicker-button,
.tribe-events .tribe-events-c-view-selector__button {
    background-color: transparent !important;
    border: none !important;
}

/*.tribe-events .tribe-events-c-ical__link {
  color:#00accd;
  border-color: #00accd;
} */

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__button {
    border: 1px solid #4d4d4d !important;
    color: #4d4d4d !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__button:hover {
    background-color: #4e4d4d !important;
    color: #fff !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link {
    text-decoration: none !important;
}

.tribe-events .tribe-events-calendar-month__day-date-link,
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
    color: #00accd !important;
}

.tribe-events .tribe-events-calendar-month__day-date-link:hover {
    color: #8ebe3f !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day.tribe-events-calendar-month__day--current {
    background-color: rgba(77, 77, 77, 0.25);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-group {
    margin: 0 20px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-group input.tribe-events-c-search__input {
    padding-left: 40px;
}

.referred_shortcode {
    padding: 0 !important;
    margin: 0 !important;
}

.referred {
    background-color: rgba(77, 77, 77, 0.25);
    padding: 10px 20px;
    margin-bottom: 20px !important;
}

.referred .elementor-button {
    text-decoration: none !important;
    margin-left: 20px;
}

.referred .elementor-button:hover {
    background-color: #fff !important;
}

.inrow_images .elementor-widget-wrap {
    flex-direction: row;
    justify-content: flex-start;
}

.inrow_images .elementor-widget {
    display: inline-block;
    width: auto !important;
    flex-grow: 0;
    margin: 0 20px 0 0;
}

.inrow_images .elementor-widget.elementor-widget-image img {
    display: block !important;
    height: 60px;
    width: auto;
}


.inrow_images .elementor-widget.elementor-widget-icon svg {
    display: block !important;
    height: 60px;
    width: auto;
}

.person .elementor-widget-heading a {
    text-decoration: underline;
}

.person .elementor-widget-heading a:hover {
    text-decoration: none;
}

/*
.elementor-location-single #tribe-events-content {
  max-width: 1140px;
  margin:0 auto;
  padding:0 10px;
}

.elementor-location-single #tribe-events-content .tribe_events {
  margin:0 -10px;
} */


.event_content .tribe_events .tribe-events-content > .elementor {
    margin: 0 -10px;
}

.single-post .elementor-slideshow__title {
    display: none !important;
}

.elementor-widget-image .elementor-image a {
    display: block !important;
}

/* gallery also used for partner logos on BA front page, but also for subgalleries */
.gallery[class*="gallery-columns-"] {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
    align-items: center;
}

.gallery figure {
    margin: 0 !important;
    padding: 5px;
}

.gallery figure .gallery-icon {
    line-height: 1;
    overflow: hidden;
}

.gallery figure a {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.gallery figure a::before {
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.gallery figure a:hover {
    transform: scale(1.2);
}

.gallery figure a:hover::before {
    background-color: rgba(0, 0, 0, 0.5);
}

.gallery figure img:not(.size-thumbnail) {
    width: 100%;
}

.gallery.gallery-columns-2 figure {
    flex: 1 0 50%;
}

.gallery.gallery-columns-3 figure {
    flex: 1 0 33.333%;
}

.gallery.gallery-columns-4 figure {
    flex: 1 0 25%;
}

.gallery.gallery-columns-5 figure {
    flex: 1 0 20%;
}

.gallery.gallery-columns-6 figure {
    flex: 1 0 16.666%;
}

.gallery.gallery-columns-7 figure {
    flex: 1 0 14.28%;
}

.gallery.gallery-columns-8 figure {
    flex: 1 0 12.5%;
}

.gallery.gallery-columns-6 figure {
    flex: 1 0 11.1111%;
}

.person_meta_info .gallery figure {
    width: 10% !important;
}

.elementor-widget-toggle .elementor-tab-title {
    border: none !important;
    padding-left: 0 !important;
}

.elementor-toggle .elementor-tab-content {
    border: none !important;
}

.elementor-widget-toggle .elementor-tab-title.elementor-active,
.elementor-widget-toggle .elementor-tab-title.elementor-active a {
    color: #01accd;
}

.elementor-widget-toggle a.elementor-toggle-title {
    text-decoration: none;
}

.elementor-widget-toggle .elementor-tab-title:hover a.elementor-toggle-title {
    text-decoration: underline;
}

.single.single-tribe_events .tribe-events-event-image {
    display: none;
}

.person .elementor-icon-list-item a {
    text-decoration: none;
}

.person .elementor-icon-list-item a:hover {
    text-decoration: underline;
}

.floating .elementor-widget-container {
    display: inline-block;
    width: auto;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.floating .elementor-widget-container .elementor-icon-box-wrapper {
    padding: 10px;
    animation-name: elementor-animation-bob-float, elementor-animation-bob;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate;
}


.go_to_start {
    display:none;
    /* see footer.php: only show when body > div */
}

.go_to_start .elementor-widget-container a:hover {
    text-decoration: none !important;
}

.go_to_start .elementor-widget-container:hover a {
    color: #818a91;
}

.projectbox .projectdetails ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.projectbox .projectdetails ul li {
    margin: 0;
    padding: 0;
}

.projectbox .projectdetails ul li:nth-of-type(odd) {
    font-weight: bold;
    flex-basis: 25%;
}

.projectbox .projectdetails ul li:nth-of-type(even) {
    flex-basis: 75%;
}

.copyright_meta ul.copyright_list {
    color: #fff;
    font-size: 0.8em;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
}

.copyright_meta .copyright_list li {
    display: inline-block;
}

.anchor_section {
    height: 0;
}

.elementor-form .elementor-field-group {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.elementor-form .elementor-field-group > label {
    font-weight: 500 !important;
}

.elementor-form .elementor-field-subgroup label {
    cursor: pointer;
}

.elementor-widget-form .elementor-form .elementor-field-type-text label,
.elementor-widget-form .elementor-form .elementor-field-type-tel label,
.elementor-widget-form .elementor-form .elementor-field-type-email label,
.elementor-widget-form .elementor-form .elementor-field-type-textarea label {
    display: none;
}

.elementor-widget-form .elementor-form .elementor-field-required::after {
    font-size: 0.6em;
    font-style: italic;
    text-transform: uppercase;
    color: red;
    position: absolute;
    right: 25px;
    bottom: 5px;
    text-align: right;
    display: block;
    width: 100%;
}

.elementor-widget-form .elementor-form .elementor-field-required.elementor-field-type-acceptance::after {
    position: static;
}

.elementor-widget-form .elementor-form .elementor-field-type-text.elementor-field-required::after,
.elementor-widget-form .elementor-form .elementor-field-type-tel.elementor-field-required::after,
.elementor-widget-form .elementor-form .elementor-field-type-email.elementor-field-required::after,
.elementor-widget-form .elementor-form .elementor-field-type-textarea.elementor-field-required::after,
.elementor-widget-form .elementor-form .elementor-field-type-acceptance.elementor-field-required::after {
    content: 'benötigt';
}

html[lang="en-EN"] .elementor-widget-form .elementor-form .elementor-field-type-text.elementor-field-required::after,
html[lang="en-EN"] .elementor-widget-form .elementor-form .elementor-field-type-tel.elementor-field-required::after,
html[lang="en-EN"] .elementor-widget-form .elementor-form .elementor-field-type-email.elementor-field-required::after,
html[lang="en-EN"] .elementor-widget-form .elementor-form .elementor-field-type-textarea.elementor-field-required::after,
html[lang="en-EN"] .elementor-widget-form .elementor-form .elementor-field-type-acceptance.elementor-field-required::after,

html[lang="en-US"] .elementor-widget-form .elementor-form .elementor-field-type-text.elementor-field-required::after,
html[lang="en-US"] .elementor-widget-form .elementor-form .elementor-field-type-tel.elementor-field-required::after,
html[lang="en-US"] .elementor-widget-form .elementor-form .elementor-field-type-email.elementor-field-required::after,
html[lang="en-US"] .elementor-widget-form .elementor-form .elementor-field-type-textarea.elementor-field-required::after,
html[lang="en-US"] .elementor-widget-form .elementor-form .elementor-field-type-acceptance.elementor-field-required::after{
    content: 'required';
}

.elementor-login.elementor-form .elementor-field-type-text input#user {
    display: none;
}

.intranet-login-form .elementor-field-type-password {
    position: relative;
}


.intranet-login-form .elementor-field-type-password input[type="submit"] {
    position: absolute;
    z-index:2;
    right:0;
    top:50%;
    margin-top:-5px;
    transform: translateY(-50%);
    width: 30px;
    height: 25px;
    padding: 0!important;
    background-color: transparent;
    background-image: url('assets/images/arrow-right.svg');
    background-repeat:no-repeat;
    background-size:contain;
    background-position: center center;
    border:none;
    opacity:0.6;
}


.elementor-location-footer .intranet-login-form input[type="submit"] {
    width:20px;
    height:15px;
    right:5px;
    margin-top:0;
}

.elementor-location-footer .intranet-login-form.loggedIn {
    display: none;
}

.intranet-login-form .elementor-field-type-password input[type="submit"]:hover {
    opacity: 1;
}

.intranet-login-form input[type="password"] {
    padding:10px 0!important;
}

.elementor-location-footer .intranet-login-form input[type="password"] {
    font-size:1em;
    padding:10px!important;
}


.intranet-login-form .invalid_login {
    color:red;
    margin-top:5px;
    font-size:0.8em;
    text-transform: uppercase;
}

.elementor-location-footer .intranet-login-form .invalid_login {
    display:none;
}

.elementor-location-footer .intranet-login-area a {
    color:#fff;
}

.elementor-location-footer a.go_to_intranet {
    text-transform: uppercase;
    color:#fff;
    display:inline-block;
    background-color: #8ebe3f;
    border-radius: 5px;
    padding:3px 5px;
}

.elementor-location-footer a.logout_of_intranet {
    color:#fff;
    margin-left:10px;
    display:inline-block;
    background-color: red;
    border-radius: 5px;
    padding:3px 5px;
}

.page-template-page-template-intranet .elementor-location-footer a.go_to_intranet {
    display: none;
}

.intranet_content_area {
    padding:40px 0;
}

.intranet_content_area .intranet_statusbar .elementor-button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

.intranet_tiles .elementor-column > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap {
    position: relative;
    padding:20px;
    border-radius: 3px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
}

.intranet_tiles .intranet_news_meta {
    margin-bottom:0!important;
}

.elementor-tab-content img.alignleft {
    margin:0 10px 10px 0;
}

#nl_choose_subscription .custom_radio_field {
    display:inline-block;
    margin-right:10px;
}

#nl_choose_subscription .custom_radio_field label {
    cursor: pointer;
    font-weight: bold;
}

html:not(.elementor-html) #nl_unsubscribe_now {
    display:none;
}

.shortcut_nl_subscription .elementor-form-fields-wrapper {
    position: relative;
}

.shortcut_nl_subscription .elementor-form-fields-wrapper .elementor-field-type-email {
    padding-right:100px!important;
}

.shortcut_nl_subscription .elementor-form-fields-wrapper .elementor-field-type-submit {
    width:100px;
    position: absolute;
    right:0;
}

.shortcut_nl_subscription .elementor-form-fields-wrapper .elementor-field-type-submit button {
    width:100%;
}

.shortcut_nl_subscription .elementor-widget-form .elementor-form .elementor-field-required::after {
    display:none;
}

.nl_multistep .e-form__buttons {
    justify-content: space-between;
}

.nl_multistep .e-form__buttons .e-form__buttons__wrapper:last-of-type {
    margin-left:auto;
}

.elementor-form .elementor-field-type-acceptance .elementor-field-option {
    display:flex;
}

.elementor-form .elementor-field-type-acceptance .elementor-field-option label {
    padding-left:10px;
}

.nl_multistep .elementor-message.elementor-message-success {
    display:flex;
    line-height: 1.3;
    align-items: center;
    font-weight:500;
}

.nl_multistep .elementor-message.elementor-message-success::before {
    font-size: 3em;
    color:#8ebe3f;
    padding-right:10px;
}

.nl_multistep .elementor-field-type-acceptance label {
    line-height: 1.3;
}

.mailchimp_archive .display_archive {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left:-5px;
    margin-right:-5px;
    color:transparent;
}

.mailchimp_archive .display_archive .campaign {
    background-color: #ffffff;
    padding: 10px;
    font-size: 1em;
    font-weight: 500;
    margin:5px;
    flex: 0 32%;
    color: #5F5D5D;
}

.mailchimp_archive .display_archive .campaign a {
    display:block;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item:not(.wpml-ls-current-language) a:hover span {
    text-decoration: underline;
}

.social_stream {
    padding-bottom:70px;
    margin-bottom:0!important;
}

.social_stream > .elementor-widget-container {
    max-height:700px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.websplash .ff-content br {
    margin:1em;
}

.websplash .ff-infinite .ff-content {
    font-size: 0.9rem;
}


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

    .footer_trees .elementor-location-footer .footer_overlap::before,
    .footer_trees .elementor-location-footer .footer_overlap::after {

    }

    .footer_overlap::before {
        left: -50px;
        height: 300px;
        width: 237px;
    }

    .footer_overlap::after {
        right: -50px;
        height: 300px;
        width: 237px;
    }

}

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

    .footer_overlap::before {
        height: 250px;
        width: 198px;
    }

    .footer_overlap::after {
        height: 250px;
        width: 198px;
    }


    .big_tiles .elementor-icon svg {
        height: 80px;
    }


    .tribe-events .tribe-events-c-events-bar__search-button span.tribe-events-c-events-bar__search-button-text {
        position: static;
    }


    .social_stream > .elementor-widget-container {
        max-height:500px;
    }


}


/* add fixed menü icon #1 */
@media only screen and (min-width: 769px) {



    .social_stream > .elementor-widget-container {

    }

    .elementor-location-header .elementor-widget-icon .elementor-icon-wrapper > a {
        /*box-shadow: 0 0 10px #000;*/
        padding: 10px;
        border-radius: 5px;
        position: fixed;
        background-color: #fff;
        top: 40px;
        right: 40px;
    }

    .elementor-location-header .elementor-widget-icon .elementor-icon-wrapper > a:hover {
        background-color: #4d4d4d;
    }

    .elementor-location-header .elementor-widget-icon .elementor-icon-wrapper > a:hover svg {
        fill: #fff !important;
    }

}


/* add fixed menü icon #2 */
@media only screen and (min-width: 981px) {


    .elementor-location-header .elementor-widget-icon .elementor-icon-wrapper > a {
        top: 100px;
        right: 80px;
    }

}


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

    body:not(.home) #main {
        padding-top: 115px !important;
    }

    .anchor_section {
        height: 0;
        overflow: hidden;
    }

    .elementor-location-header {
        position: fixed !important;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 99;
    }


    .elementor-location-header .elementor-icon {
        position: relative;
        bottom: -12px;
    }

    .sidebar_icon_menu li:not(.no_icon) a::before {
        left: 20px;
    }

    .sidebar_icon_menu ul li a {
        padding-left: 60px !important;
        padding-right: 20px !important;
    }

    .go_to_other a,
    .go_to_front a {
        padding: 10px 20px;
    }

    .footer_overlap::before {
        height: 150px;
        width: 118px;
        left: -20px;
    }

    .footer_overlap::after {
        height: 150px;
        width: 118px;
        right: -20px;
    }

    .big_tiles .elementor-icon svg {
        height: 50px;
    }


    .download_list a {
        padding: 5px;
        font-size: 1em;
    }

    .projectbox .projectdetails ul {
        display: block;
    }

    .projectbox .projectdetails ul li:not(:last-of-type):nth-of-type(even) {
        margin-bottom: 10px;
    }


    .hover_tiles .elementor-element .elementor-icon-box-wrapper {
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
    }


}


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

    body:not(.home) #main {
        padding-top: 101px !important;
    }


}
