/*!
  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: 1rem;
    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: 500;
    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: #caae49;
}

a:hover, a:active {
    color: #373c3b;
}

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: bolder;
}

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

	/* Änderungen von Nina am 14.08.2019 */

.wp-block-image .alignleft {
	    margin-right: 1rem !important;
}

.wp-block-image .alignright {
	    margin-left: 1rem !important;
}

.wp-block-image .aligncenter {
	    margin:0 auto !important;
}
/*   ========================================================================== */
}

@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: #caae49;
    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 #caae49;
    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: 0 auto !important;
}

.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 {
    background-color: #eee;
}

.wrapper {
    max-width: 1680px;
    margin: 0 auto;
    background-color: #fff;
}

.header_image {
    position: relative;
}

.websplash .header_image_inside.elementor-section {
    position: absolute;
    top: 0;
    z-index: 9;
}

.shadow {
    -webkit-box-shadow: 0px 30px 36px -20px rgba(51, 51, 51, 1);
    -moz-box-shadow: 0px 30px 36px -20px rgba(51, 51, 51, 1);
    box-shadow: 0px 30px 36px -20px rgba(51, 51, 51, 1);
}

.elementor-widget-nav-menu .elementor-nav-menu--main .current-menu-item .elementor-item,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
.elementor-nav-menu--main .elementor-nav-menu a:hover {
    font-weight: bold!important;
    color:#fff!important;

    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
}



.elementor-widget-nav-menu .elementor-nav-menu--main .current-menu-item .elementor-item::after {
    display: none;
}

#main {
    padding-top: 40px;
}

.elementor-inner a {
}

.textlink a,
a.textlink {
    color: inherit;
    font-weight: normal;
}

.textlink a:hover,
a.textlink:hover,
#main .textlink a:hover,
.textlink .elementor-heading-title  a:hover {
    color: #caae49 !important;
}

section.blur::before {
    content: ' ';
    background-color: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.websplash .elementor-widget-button a.elementor-button:hover {
    background-color: #373c3b;
    color: #fff;
}

.neuigkeiten_blog_image.elementor-widget-shortcode,
.neuigkeiten_blog_image.elementor-widget-shortcode .elementor-widget-container,
.neuigkeiten_blog_image.elementor-widget-shortcode .elementor-shortcode {
    height: 100%;
}

.neuigkeiten_blog_image .this_image {
    min-height:350px;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    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;

    overflow: hidden;
}

.neuigkeiten_blog_image .this_image a {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.neuigkeiten_blog_image .this_image h3 {
    color: #fff;
    font-weight: bold;
    background-color: #373c3b;
    background-color: rgba(55, 60, 59, 0.8);
    padding: 20px 20px;
    text-transform: uppercase;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    transition: background 0.2s linear;
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 2;
    margin: 0;
    font-size: 1.1em;
}

.neuigkeiten_blog_image .this_image:hover h3 {
    background-color: #373c3b;
    background-color: rgba(55, 60, 59, 1);
}

.neuigkeiten_blog_image .this_image:hover img {
    transform: scale(1.2);
}

.meta {
    font-size: 0.8em;
    text-transform: uppercase;
}

.neuigkeiten_blog_text .neuigkeiten_excerpt {
    margin: 20px 0;
}

.neuigkeiten_blog_text .neuigkeiten_excerpt .read_more {
    margin: 10px 0 0 0;
}

.neuigkeiten_blog_text .neuigkeiten_excerpt a {
    text-transform: uppercase;
}

#main a,
.elementor-location-single a,
.contactbox a {
    font-weight: bold;
}

.elementor-widget-posts .elementor-post__read-more:hover,
#main a:hover,
.elementor-inner a:hover {
    color: #373c3b !important;
}

.elementor-widget-posts .elementor-post__excerpt span,
.elementor-widget-archive-posts .elementor-post__excerpt span,
.elementor-widget-posts .elementor-post__excerpt h1,
.elementor-widget-posts .elementor-post__excerpt h2,
.elementor-widget-posts .elementor-post__excerpt h3,
.elementor-widget-posts .elementor-post__excerpt h4,
.elementor-widget-posts .elementor-post__excerpt h5 {
    font-size: inherit !important;
}

.elementor-widget-posts .elementor-post__excerpt p:last-of-type::after,
.elementor-widget-archive-posts .elementor-post__excerpt p:last-of-type::after {
    content: ' [...]';
}

#main .elementor-widget-posts .elementor-post__title a {
    text-decoration: none;
}

.elementor-location-footer .elementor-widget-text-editor ul {
    margin: 0;
    padding: 0 0 0 15px;
    list-style-type: square;
}

.elementor-location-footer .elementor-widget-text-editor a {
    color: #fff;
}

.elementor-location-footer .elementor-widget-text-editor a:hover {
    text-decoration: underline;
    color: #fff !important;
}

.elementor-location-footer .elementor-widget-icon-box .elementor-icon-box-wrapper {
    display: inline-block;
}

.elementor-location-footer .elementor-widget-icon-box .elementor-icon-box-wrapper:hover .elementor-icon-box-icon {
    transform: scale(1.2);
}

.elementor-location-footer .elementor-widget-icon-box .elementor-icon-box-title a:hover {
    text-decoration: underline;
    color: #fff !important;
}

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

.dialog-message .elementor-shortcode .elementor-column-wrap {
    padding: 0 !important;
}

.elementor-field-type-html h1,
.elementor-field-type-html h2,
.elementor-field-type-html h3,
.elementor-field-type-html h4,
.elementor-field-type-html h5 {
    font-family: "PT Sans", Sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.elementor-field-type-html:not(:first-of-type) {
    margin-top: 30px;
}

.dialog-message .elementor-inner,
.dialog-message #main {
    background-color: transparent;
}

.elementor-field-type-acceptance label {
    cursor: pointer;
}

.elementor-post.category-video .elementor-post__thumbnail__link::before,
.elementor-post.category_panorama-video .elementor-post__thumbnail__link::before,
.elementor-post.category_kunst_kultur-video .elementor-post__thumbnail__link::before {
    content:'mit Video';
    display: block;
    background-color: #363d3b;
    color:#fff;
    text-transform: uppercase;
    font-size:10pt;
    padding:5px 10px;
    position: absolute;
    bottom:0;
    left:0;
    z-index:5;
}

.elementor-post.category-podcast .elementor-post__thumbnail__link::before,
.elementor-post.category_panorama-podcast .elementor-post__thumbnail__link::before,
.elementor-post.category_kunst_kultur-podcast .elementor-post__thumbnail__link::before {
    content:'Podcast';
    display: block;
    background-color: #363d3b;
    background-image: url('assets/images/podcast-white.svg');
    background-repeat: no-repeat;
    background-size: auto 70%;
    background-position: 7px center;
    color:#fff;
    text-transform: uppercase;
    font-size:10pt;
    padding:5px 10px 5px 35px;
    position: absolute;
    bottom:0;
    right:0;
    z-index:5;
}


.choose_lang .wpml-ls-legacy-dropdown-click {
    float:right;
    max-width:200px;
}

.choose_lang .wpml-ls-legacy-list-horizontal {
    display:inline-block;
    padding:0;
}

.choose_lang .wpml-ls-legacy-list-horizontal li a {
    color:#373c3b;
    text-decoration: underline;
}

.choose_lang .wpml-ls-legacy-list-horizontal li a:hover {
    text-decoration: none;
}

.single-post .elementor-widget-theme-post-content::first-letter {
    text-transform: uppercase;
    font-size:2em;
    font-weight: bold;
    font-family:serif;
}

.single-post #related_post_area .elementor-post__title::before {
    content: '';
    display: inline-block;
    background-color: #363d3b;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8em;
    padding: 5px 10px 3px 10px;
    margin: 0 0 5px 0;
}

.single-post #related_post_area .elementor-posts--thumbnail-top .elementor-post__thumbnail__link,
.single-post #related_post_area .elementor-posts .elementor-post__card .elementor-post__read-more {
    margin-bottom:10px;
}

.single #related_post_area,
.single #related_stories {
    display:none;
}

.single-post #related_post_area .elementor-post__title a {
display:block
}

.single-post #related_post_area .type-wissen .elementor-post__title::before {
    content:'Wissen';
}

.single-post #related_post_area .type-panorama .elementor-post__title::before {
    content: 'Panorama';
}

.single-post #related_post_area .type-kunst_kultur .elementor-post__title::before {
    content: 'Kunst & Kultur';
}

html:lang(is-IS) .single-post #related_post_area .type-wissen .elementor-post__title::before {
    content:'FRÓÐLEIKUR';
}

html:lang(is-IS) .single-post #related_post_area .type-panorama .elementor-post__title::before {
    content: 'HITT OG ÞETTA';
}

html:lang(is-IS) .single-post #related_post_area .type-kunst_kultur .elementor-post__title::before {
    content: 'MENNING OG SAGA';
}

html:lang(en-EN) .single-post #related_post_area .type-wissen .elementor-post__title::before,
html:lang(en-US) .single-post #related_post_area .type-wissen .elementor-post__title::before {
    content:'Knowledge';
}

html:lang(en-EN) .single-post #related_post_area .type-panorama .elementor-post__title::before,
html:lang(en-US) .single-post #related_post_area .type-panorama .elementor-post__title::before {
    content: 'Miscellaneous';
}

html:lang(en-EN) .single-post #related_post_area .type-kunst_kultur .elementor-post__title::before,
html:lang(en-US) .single-post #related_post_area .type-kunst_kultur .elementor-post__title::before {
    content: 'Arts & Culture';
}

.single ul.chapter_stories_list {
    margin:0;
    padding:0 0 0 20px;
}

.single ul.chapter_stories_list li.not_published {
    color:#8e8e8e;
    cursor: not-allowed;
}

.elementor-pagination {
	margin-top:80px;
}

.advent {
    margin:0 -20px;
}

.advent_row {
    display:flex;
}

.advent .single_advent {
    padding:20px;
    width:25%;
    cursor: pointer;
}

.advent .single_advent.inactive {
    cursor:not-allowed;
    opacity: 0.6;
}

.advent .single_advent .content {
    position: relative;
    display: flex;
    height:100%;
}

.advent .single_advent .advent_no {
    padding:40px 10px;
    color:#fff;
    background: #ecbe3c;
    font-weight: bold;
    font-size:4em;
    text-align: center;
    font-style:italic;
    width:100%;
    position: relative;
}

.advent .single_advent .advent_no.intro_story {
    font-size:1.5em;
    /* hyphens */
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    background-color: #ad0012;
}

.advent .single_advent .advent_no:not(.intro_story)::before {
    content:' ';
    background-image: url('assets/images/schleife.svg');
    background-repeat:no-repeat;
    background-size:contain;
    top:0;
    left:0;
    position: absolute;
    width:45%;
    height:100%;
}

.advent .single_advent .advent_title {
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: #ad0012;
    visibility: hidden;
}

.advent .single_advent .advent_title a {
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index: 9;
}

.advent .single_advent .advent_title .title_no {
    text-align: center;
    color:#fff;
    font-weight: bold;
    font-style:italic;
    font-size:2.5em;
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    width:100%;
    padding:15px;
}

.advent .single_advent .advent_title h5 {
    text-align: center;
    padding:0;
    margin:0;
    font-size:12pt;
}

.advent .single_advent:not(.inactive) .content:hover .advent_no {
    visibility: hidden;
}

.advent .single_advent:not(.inactive) .content:hover .advent_title {
    visibility: visible;
}

ul.elementor-sitemap-list.elementor-sitemap-category-list {
  margin-left:0!important;
}

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


    .elementor-nav-menu a:focus,
    .elementor-nav-menu a:hover {
        color:#fff!important;
    }
}


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

    .choose_lang .wpml-ls-legacy-dropdown-click {
        float:none;
        max-width: 100%;
        width: 100%;
    }



}
