/*!
Theme Name: CleanManager
Theme URI: https://cleanmanager.dk/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cleanmanager
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h4 {
    font-size: 1.1rem;
    margin: 30px 0 5px;
    font-weight: 800;
    line-height: 1.6;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

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

/* Forms
	 ========================================================================== */

/**
 * 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: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    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 */
}

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

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #3b3b3b;
    font-family: sans-serif;
    /*font-size: 16px;*/
    font-size: 1rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

body {
    font-family: Muli, Arial, Helvetica, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;

    font-size: 14px;
    line-height: 1.4;
    color: black;
    background-color: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

p {
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    /*font-size: 12px;*/
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #000;
}


a:hover, a:focus, a:active {
    color: #222222;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    /*margin-top:37px;*/
    padding-right: 0;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul {
    float: right;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation .back-to-overview a {
    font-size: 0.9em;
    color: #a2a2a2 !important;
}

.main-navigation .back-to-overview::after {
    display: none;
}

.main-navigation .back-to-overview i {
    font-size: .8em;
    margin-right: 5px;
    color: #a2a2a2;
}

.site-branding {
    padding-left:0;
    padding-right:0;
    display:flex;
    gap:14px;
}

#logo-blog {
    font-size: 2em;
    display: inline-block;
    margin-top: 10px;
}

#logo-blog a {
    text-decoration: none;
}

#logo-blog img {
    width: 55px;
}

.navbar__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 120px;
    max-width: 1170px;
    transition: min-height .2s;
    /* padding-right: 0;
    padding-left:0;
    padding-right:0;*/
}

.navbar__container .row {
    width: 100%;
    margin-left:0;
    margin-right:0;
}

.navbar__logo > * {
    max-width: 250px;
    height: 70px;
}

.affix .navbar__prenav {
    display: none;
}

.affix #primary-menu, .affix #primary-menu-mobile {
    margin-top: 23px;
}

.navbar {
    background-color: #fff;
    padding: 0;
}

.navbar.affix {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
}

.affix {
    position: fixed;
    z-index: 2;
    left: 0;
    right: 0;
    border-radius: 0;
    border: none;
    margin: 0 auto;
}

.affix .navbar__container {
    min-height: 80px;
    padding: 5px 20px;
}

.navbar__login-buttons {
    margin-top: -8px;
    margin-right: 0 !important;
}

.navbar__login-buttons .btn-primary {
    margin-right: 20px;
}

.navbar__login-buttons .btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    margin-right: 20px;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar__login-buttons .btn-default {
    color: #959595!important;
    background: 0 0!important;
    border-color: #959595;
    margin-right: 0 !important;
}

.navbar__login-buttons .btn-default:hover {
    border-color: #3b3b3b;
    color: #3b3b3b!important;
}

.navbar__login-buttons .btn.btn-primary {
    background: #4971a8;
    border-color: #4971a8;
}

.navbar__login-buttons .btn.btn-primary:hover {
    background: #426697;
    border-color: #426697;
}

#primary-menu > li:hover:not(.navbar__login-buttons)::after {
    content: "";
    position: absolute;
    left: -4px;
    right: -4px;
    bottom: -6px;
    height: 2px;
    border-radius: 99px;
    background: #263f61;
}

#primary-menu li > a:not(.btn), #primary-menu-mobile li > a:not(.btn) {
    color: #000;
}

#primary-menu > li a, #primary-menu-mobile > li a {
    text-decoration: none !important;
}

#primary-menu {
    font-size: 16px;
}

#primary-menu-mobile {
    font-size: 20px;
}

#primary-menu li, #primary-menu-mobile li {
    position: relative;
    margin-right: 40px;
}

.navbar__prenav {
    padding-top: 3px;
    font-size: 11px;
    margin-bottom: 1em;
    display: block;
    width: 100%;
    height: 27px;
    color: #000;
}

.navbar__prenav .dropdown {
    float: right;
    cursor: pointer;
}

/* Small menu / Mobile menu */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.mobile-menu {
    box-sizing: border-box;
    display: block;
    padding-right: 0;
}

.mobile-menu .navbar__mobile-toggle {
    float: right;
    font-size: 1.5em;
    color: #666;
    margin-top: 10px;
}

@media screen and (max-width: 950px) {
    .navbar__container, .navbar__mobile-header {
        min-height: 60px !important;
        padding-left: 10px;
        padding-right: 10px;
        margin-top:5px;
    }

    .navbar__logo-img, .navbar__mobile-logo-img {
        height: 50px;
    }

    .navbar__prenav {
        display: none;
    }

    .navbar__logo-img, .navbar__mobile-logo-img {
        height: 50px;
    }

    .navbar__container, .navbar__mobile-header {
        height: 60px!important;
        padding: 0 14px;
    }


    .footer-homepage .logos {
        padding: 0 2em;
    }
    
}

.navbar__mobile-close-btn {
    float: right;
    margin-top: 5px;
    font-size: 20px;
}

.mobile-menu-slider {
    background: #f8f8f8;
    height: 100vh;
    position: fixed;
    display: none;
    right: 0;
    top: 0;
    width: 320px;
    z-index: 100;
}

.navbar__mobile-logo-img {
    display:none;
}

@media (max-width: 400px) {
    .mobile-menu-slider {
        width: 100%;
    }

    .navbar__mobile-logo-img {
        display:initial;
    }
}

.mobile-menu-slider ul {
    list-style-type: none;
    margin-right: 0;
    margin-left: 0;
    padding: .9em 1.4em;
    /*margin-top: 10px !important;*/
    margin-bottom: 0;
}

.mobile-menu-slider li {
    margin-bottom: 20px;
}

.mobile-menu-slider .btn {
    margin-right: 0;
}

.mobile-menu-slider .navbar__login-buttons {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px !important;
}

.mobile-menu-slider .btn {
    justify-content: center;
}

.mobile-menu-slider .box-1 {
    padding-left: 0;
    padding-right: 0px;
    margin-bottom: 10px;
}

.mobile-menu-slider .box-2 {
    padding-right: 0;
    padding-left: 0px;
}

.mobile-menu-slider .navbar__login-buttons {
    margin-bottom: 10px;
}

.mobile_language {
    margin-left: 15px;
    margin-right: 15px;
    color: #000;
}

.navbar__logo-type {
    display: none;
}

.ie-support {
    width: 250px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #logo-blog {
        margin-top: 20px !important;
    }
    .navbar__container .row {
        margin-top: 25px;
        padding-left: 8px;
    }
}

@media screen and (max-width: 1024px) {
    /*.navbar__logo-type {
        display: initial;
    }

    .navbar__logo-img {
        display: none;
    }*/

    .ie-support {
        width: auto;
    }
}

@media screen and (max-width: 750px) {
    .single-share {
        display: none;
        right: 0;
    }
}

@media screen and (min-width: 950px) {
    .menu-toggle, .mobile-menu, .mobile-menu-slider {
        display: none !important;
    }


    .main-navigation ul, .navbar__prenav {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    #primary-menu li {
        margin-top: 5px;
        width: 100%;
    }

    #primary-menu li .btn {
        margin-top: 10px;
        width: 100%;
    }

    #primary-menu {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 500px) {
    #logo-blog {
        margin-top: 6px;
        width:45px;
    }

    .single-related .crp_related {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mobile-menu .navbar__mobile-toggle {
        margin-top: 3px;
    }
}

.site-main .comment-navigation, .site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    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: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    /*font-size: 14px;*/
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    /*display: inline;*/
    float: left;
    margin-right: 1.5em;
}

.alignright {
    /*display: inline;*/
    float: right;
    margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.post,
.page {
    /*margin: 0 0 1.5em*/;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## All around uses
--------------------------------------------------------------*/
.div-center {
    margin: 0 auto;
}

.spacer {
    margin: 0 5px;
    height: 515px;
}

.small_spacer {
    width: 67%;
    margin: 0 auto;
}

.small, small {
    font-size: 85%;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.stack {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    line-height: 1em;
}

.stack-item {
    position: absolute;
    left: -1%;
    top: 0;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.icon {
    font-size: 9em;
    color: #263f61;
    border-width: 0;
}

.div-block {
    width: 100%;
    display: block;
}

.margin-0 {
    margin: 0;
}

.no-border-radius {
    border-radius: 0 !important;
}

label {
    margin-bottom: 0;
}

.full-width {
    width: 100%;
}

.clear {
    clear: both;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

/*--------------------------------------------------------------
## Front page posts setup
--------------------------------------------------------------*/
.frontpage-posts {
    margin-bottom: 40px;
}

.logos img {
    max-height: 162px;
}

.frontpage-posts .post-thumbnail {
    display: block;
    overflow: hidden;
}

.frontpage-posts .post-thumbnail img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    transition: transform .5s ease;
}

.frontpage-posts .post-thumbnail img:hover {
    transform: scale(1.05);
}

.frontpage-posts .entry-meta {
    margin-top: 20px;
    margin-bottom: 10px;
}

.frontpage-posts .entry-title {
    font-size: 1.7rem;
    font-weight: bold;
}

.frontpage-posts .entry-title p {
    overflow: hidden;
    line-height: 1.45em;
    max-height: 4.35em;
    margin: 0 0 15px;
}

.frontpage-posts a:hover {
    text-decoration: none;
    color: #495057;
}

.frontpage-posts .entry-content {
    margin-top: 0;
}

.frontpage-posts .entry-content p {
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    line-height: 1.45em;
    max-height: 7.25em;
}

.frontpage-posts .entry-content p:not(:first-child) {
    display: none;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-homepage {
    background-color: #e6e7e8;
    color: #3b3b3b;
    padding: 50px 0 25px 0;
    line-height: 1.1
}

.footer-homepage .logos {
    margin: 5px 0 2em;
}

.footer-homepage .logos img {
    width: 300px;
    margin-left: 0;
}


.footer-homepage a {
    color: #3b3b3b;
}

.footer__column a:hover {
    text-decoration: none;
    color: #4971a8;
}

.footer__column-container {
    margin-right: 0;
    margin-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 700px) {
    .footer__column-container {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 2em
    }
}

.footer__column {
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 16px;
    color: #3b3b3b;
    padding: 0 1em;
    margin-bottom: 2em;
    line-height: 1.5;
    text-align: left;
}

@media (max-width: 990px) {
    .footer__column {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%
    }

    .footer__column-social {
        margin-bottom: 1em;
    }
    
}

@media (max-width: 954px) {
    .navbar__logo img {
        max-width: 245px;
    }

    #logo-blog img {
        max-width:45px;
    }
}

@media (max-width: 950px) {
    #logo-blog {
        margin-top: 6px;
    }

    .affix #primary-menu {
        margin-top: 10px;
    }

    .affix #primary-menu-mobile {
        margin-top: 0;
    }
}

@media (max-width: 700px) {
    .footer__column {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: left;
    }
}

@media (min-width: 700px) {
    .footer__column {
        font-size: 14px;
    }
}

@media (min-width: 990px) {


    .footer__column--fullwidth {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        font-size: 13px;
        padding: 2em 0;
        border-top: 1px solid #ddd
    }

    .footer__column--fullwidth > * {
        margin-bottom: 0
    }

    .footer__column--fullwidth .footer__column-social {
        -ms-flex-order: 1;
        order: 1
    }
}

.footer__column-header {
    font-weight: 700
}

.footer__column-social {
    font-size: 22px;
}

.footer__column-social > a {
    margin-right: 1ch;
    text-decoration: none
}

/*--------------------------------------------------------------
## Single post and page setup
--------------------------------------------------------------*/
.singlepage-post {
    margin-top: 50px;
    position: relative;
    font-size: 16px;
    line-height: 1.6;
}

.archive .page-title {
    font-size: 1.1rem;
}

.page .entry-title {
    font-size: 3.8em;
    color: #000;
    margin-top: 50px;
    margin-bottom: 50px;

}

.page .entry-content a {
    color: #000;
    text-decoration: none;
}


.page .entry-content a:hover {
    color: #4971A8;
}

.bigger-break br {
    display: block;
    margin: 10px 0;
    content: " ";
}

.single-post .entry-title {
    font-weight: bold;
    font-size: 3em;
    color: #000;
    text-align: center;
}

@media (max-width: 500px) {
    .single-post .entry-title {
        font-size: 2.6em;
    }
}

.single-post .post-thumbnail {
    display: block;
    margin-top: 20px;
}

.single-post .post-thumbnail img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    object-position: center;
}

.single-post .entry-content {
    max-width: 650px;
    margin: 1.5em auto 0;
}

.single-post .entry-content h2 {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 800;
    margin: 2rem 0 1rem;
}

.single-post .entry-content h3 {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 800;
    margin: 40px 0 10px;
}

.single-post .entry-content a {
    font-weight: normal;
    color: #4971A8;
}

.single-post .entry-content ul,
.single-post .entry-content ol {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 0;
}

.single-post .entry-content ul li:not(:last-child),
.single-post .entry-content ol li:not(:last-child) {
    margin-bottom: 10px;
}

.single-post .entry-footer {
    max-width: 650px;
    margin: 0 auto 30px;
}

.single-post .entry-footer i {
    font-size: 3.5em;
    margin-right: 15px;
}

.single-related {
    margin-top: 50px;
    margin-bottom: 50px;
}

.single-related .crp_related {
    margin-left: -5px;
    margin-right: -5px;
}

.single-related .crp_related a:hover, .single-related .crp_related span:hover{
    text-decoration: none;
    color: #495057!important;
}

.single-related h3 {
    font-weight: bold;
}

.single-post .entry-footer span {
    font-size: 1em;
    font-style: italic;
    display: block;
    margin: 10px 0 5px;
}

.single-share {
    position: absolute;
    right: -100px;
    top: 50px;
}

.single-share i {
    font-size: 3.5em;
    display: block;
    margin-top: 15px;
}

/* Related posts */
.crp_related .post-thumbnail {
    display: block;
    overflow: hidden;
}

.single-post .crp_related .post-thumbnail img:hover {
    transform: scale(1.05);
}

.crp_related .post-thumbnail img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    transition: transform .5s ease;
}

.crp_related .entry-title {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
    overflow: hidden;
    display: block;
    line-height: 1.2em;
    max-height: 3.6em;
    margin: 0 0 15px;
}

.crp_related .crp_excerpt {
    overflow: hidden;
    line-height: 1.45em;
    max-height: 7.25em;
    display: block;
}

.crp_related .entry-meta {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
## Newsletter box
--------------------------------------------------------------*/
.single-post-newsletter {
    color: #ffffff;
    margin-top: 25px;
    background-color: #263f61;
    padding: 50px 0;
}

.single-post-newsletter label {
    font-weight: bold;
    font-size: 1.2em;
}

.single-post-newsletter h2 {
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 25px;
}

.single-post-newsletter button {
    margin-bottom: 10px;
    font-size: 1.3em;
    font-family: Muli, Arial, Helvetica, sans-serif;
}

.single-post-newsletter p {
    font-size: .9em;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
## Search widget
--------------------------------------------------------------*/
.widget_search {
    margin-bottom: 50px;
    z-index: 1;
}

.widget_search i {
    font-weight: 400;
}

.widget_search .search-title {
    font-size: 3.8em;
    color: #000000;
    margin-top: 50px;
    margin-bottom: 30px;
}

.widget_search input {
    border: 1px solid #000;
    font-size: 1.8em;
    font-family: Muli, Arial, Helvetica, sans-serif;
    outline: none !important;
    z-index: 1!important;
}

.widget_search input:focus {
    outline: none !important;
    box-shadow: none !important;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 0;
}

.widget_search .search-input-button {
    border-left: 0;
    color: #000;
    font-size: 1.8em;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    background: white;
    z-index: 0;
}

@media screen and (max-width: 600px) {
    .widget_search .search-title, .page .entry-title {
        font-size: 2.5em;
    }

    .single-post-newsletter h2 {
        font-size: 2em;
    }

    .single-post-newsletter label {
        font-size: 1em;
    }

    .single-post-newsletter .form-control {
        height: 40px;

    }

    .single-post-newsletter p {
        font-size: .7em;
    }
}


.read-more-btn {
    margin: 30px auto;
    font-size: 1.5em;
    font-weight: bold;
    height: 60px;
    line-height: 40px;
    color: #263f61;
    width: 200px;
    border: 2px solid #263f61;
}

.read-more-btn:hover {
    background-color: #263f61;
    color: #fff;
}

.calltoaction .spacer {
    padding-top: 55px;
    background-color: #263f61;
}

.calltoaction .button .btn {
    background-color: #e6e6e6;
    color: #3b3b3b;
    height: 60px;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 38px;
}

.calltoaction .button {
    width: 80%;
    margin: 0 auto;
}

.calltoaction h2 {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 2.8em;
    margin-bottom: 50px;
}

.btn-success {
    color: #fff;
    background-color: #1b9e1d;
    border-color: #178819;
}

.btn-success:hover {
    color: #fff;
    background-color: #147215;
    border-color: #0e540f;
}

.has-large-font-size {
    font-size: 30px;
    margin-bottom:15px;
}

@media screen and (max-width: 768px) {
    .footer-homepage .container {
        max-width: none;
    }
}

@media screen and (min-width: 701px) {
    .footer-homepage .logos {
        padding: 0;
    }
}

.locale-modal .modal-header {
    padding: 15px;
}

.locale-modal .modal-title {
    margin-top: 0;
    font-size: 18px;
}

.locale-modal .modal-header .close {
    font-size: 18px;
    font-weight: 700;
    opacity: .2;
}

.locale-modal label {
    margin-bottom: 0;
    margin-left: 20px;
}

.locale-modal label input {
    position: absolute;
    margin-top: 4px;
    margin-left: -20px;
}

.locale-modal .radio {
    display: block;
    margin: 1em 0;
}

.locale-modal .modal-body {
    padding: 0 0.5rem 1rem 0.5rem;
}

.locale-modal .btn-primary {
    color: #fff;
    background-color: #263f61;
    border-color: #1f334f;
}

.locale-modal .btn {
    font-family: Muli, Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 6px 12px;
}

.locale-modal .btn-primary:hover {
    color: #fff;
    background-color: #18273c;
    border-color: #0e1723;
}

.locale-modal .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.language-switcher-menu-1 {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.2s, opacity 0.2s linear;
    font-size: 12px;
    margin-top: -4px;
}

.affix .language-switcher-menu-1 {
    visibility: visible;
    opacity: 1;
    transition: opacity .2s linear;
}

.navbar__prenav {
    margin-bottom: 2.5em;
}

#premenu-1 li {
    font-size: 12px;
    color: #414547;
}

#premenu-1 li i {
    color: #414547;
}

.btn-text {
    font-family: Muli, Arial, Helvetica, sans-serif;
    font-weight: 400;
    border-radius: 0;
    background: 0 0;
    border-color: transparent;
    box-shadow: none;
    font-size: 12px;
}

.btn-text:focus, .btn-text:hover {
    text-shadow: 0 0 4px rgba(0,0,0,.3);
    box-shadow: none;
    border-color: transparent;
}

.main-navigation .back-to-overview, .main-navigation .language-switcher-menu-1 {
    margin-right: 18px!important;
}

.cm-notification-container {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 300px;
	z-index: 1051
}

body.modal-open .cm-notification-container {
	right: 25px
}

.cm-notification {
	padding: 10px 15px 10px 40px;
	margin-bottom: 5px;
	background: #fafafa;
	border: 1px solid;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	border-radius: 2px;
	position: relative;
	transform: scale(1);
	opacity: 1;
	transition: transform .2s, opacity .2s;
	-webkit-animation: notification-move-in .2s;
	animation: notification-move-in .2s
}

.cm-notification.cm-notification-hiding {
	transition: transform .25s ease-in, opacity linear .25s;
	transform: scale(.75);
	opacity: 0
}

.cm-notification.cm-notification-updated {
	-webkit-animation: notification-update .4s;
	animation: notification-update .4s
}

.cm-notification.alert-success button {
	border-color: rgba(27, 158, 29, .5)
}

.cm-notification.alert-success button:hover {
	background: rgba(27, 158, 29, .075)
}

.cm-notification.alert-success button:focus {
	background: rgba(27, 158, 29, .15)
}

.cm-notification.alert-success.cm-notification-sticky,
.cm-notification.alert-success:hover {
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1), inset 0 0 0 2px rgba(27, 158, 29, .25)
}

.cm-notification.alert-warning button {
	border-color: rgba(228, 149, 40, .5)
}

.cm-notification.alert-warning button:hover {
	background: rgba(228, 149, 40, .075)
}

.cm-notification.alert-warning button:focus {
	background: rgba(228, 149, 40, .15)
}

.cm-notification.alert-warning.cm-notification-sticky,
.cm-notification.alert-warning:hover {
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1), inset 0 0 0 2px rgba(228, 149, 40, .25)
}

.cm-notification.alert-danger button {
	border-color: rgba(127, 0, 0, .5)
}

.cm-notification.alert-danger button:hover {
	background: rgba(127, 0, 0, .075)
}

.cm-notification.alert-danger button:focus {
	background: rgba(127, 0, 0, .15)
}

.cm-notification.alert-danger.cm-notification-sticky,
.cm-notification.alert-danger:hover {
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1), inset 0 0 0 2px rgba(127, 0, 0, .25)
}

.cm-notification.alert-info button {
	border-color: rgba(109, 145, 197, .5)
}

.cm-notification.alert-info button:hover {
	background: rgba(109, 145, 197, .075)
}

.cm-notification.alert-info button:focus {
	background: rgba(109, 145, 197, .15)
}

.cm-notification.alert-info.cm-notification-sticky,
.cm-notification.alert-info:hover {
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1), inset 0 0 0 2px rgba(109, 145, 197, .25)
}

.cm-notification::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	font-size: 24px;
	left: 20px;
	top: 50%;
	transform: translate(-50%, -50%)
}

.cm-notification.alert-info::before {
	content: "\f129"
}

.cm-notification.alert-success::before {
	content: "\f00c"
}

.cm-notification.alert-warning::before {
	content: "\f12a"
}

.cm-notification.alert-danger::before {
	content: "\f06a"
}

.cm-notification strong {
	display: block
}

.cm-notification button:not(.close) {
	display: block;
	width: 100%;
	padding: .5em;
	border: 1px solid;
	background: 0 0;
	border-radius: 3px;
	margin: 6px 0
}

.cm-notification button:not(.close):nth-last-child(2),
.cm-notification button:not(.close):nth-last-child(2)+button {
	display: inline-block;
	width: 46%;
	margin: 6px 2%
}

.cm-notification button:not(.close):last-child {
	margin-bottom: 0
}

.cm-notification .close {
	position: absolute;
	right: 0;
	padding: 5px 10px;
	top: 0
}

@-webkit-keyframes notification-move-in {
	0% {
		transform: translateX(50%);
		opacity: 0
	}
	100% {
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes notification-move-in {
	0% {
		transform: translateX(50%);
		opacity: 0
	}
	100% {
		transform: translateX(0);
		opacity: 1
	}
}

@-webkit-keyframes notification-update {
	0% {
		transform: scale(1)
	}
	50% {
		transform: scale(1.05)
	}
	100% {
		transform: scale(1)
	}
}

@keyframes notification-update {
	0% {
		transform: scale(1)
	}
	50% {
		transform: scale(1.05)
	}
	100% {
		transform: scale(1)
	}
}


.header-language-image {
    width: 20px;
}

.navbar__menu.active {
    z-index: 3;
}

.language-open-li .navbar__menu-column__icon {
    background:0 0
}
.language-open-li .navbar__menu-column__entry {
    cursor:pointer
}
.language-open-li .language-list-icon {
    width:40px
}
.language-open-li .navbar__menu {
    margin-top:6px;
    left:-8ch;
    font-size:12px
}
.language-open-li .navbar__menu .navbar__menu-column {
    width:23ch;
    padding:30px
}
.language-open-li>a {
    cursor:pointer
}

.navbar__menu {
    position:absolute;
    left:50%;
    top:100%;
    transform:translateX(-50%);
    margin-top:16px;
    background:#fff;
    border-radius:3px;
    box-shadow:0 0 10px rgba(0,0,0,.2);
    display:none;
    white-space:nowrap
}
.navbar__menu.active {
    display:block
}
.navbar__menu-column {
    width:34ch;
    padding:40px;
    display:inline-block;
    white-space:normal;
    vertical-align:top
}
.navbar__menu-column>h3 {
    margin:0;
    font-size:20px;
    font-weight:600
}
.navbar__menu-column>p {
    font-size:13px
}
.navbar__menu-column__list {
    list-style:none;

    position: relative!important;
    left: 0!important;
    top: 0!important;
    box-shadow: none!important;

    padding:0
}
.navbar__menu-column__list>li {
    transition:transform .2s;
    transform:scale(1)
}
.navbar__menu-column__list>li:hover {
    transform:scale(1.04)
}
.navbar__menu-column__entry {
    display:flex!important;
    align-items:center!important;
    margin-bottom:15px!important;
    width: initial!important;
}
.navbar__menu-column__list li:last-child .navbar__menu-column__entry {
    margin-bottom:0
}
.navbar__menu-column__icon {
    margin: 0;
    background:#263f61;
    width:40px;
    height:40px;
    min-height:40px;
    min-width:40px;
    line-height:40px;
    text-align:center;
    color:#fff;
    border-radius:99px;
    margin-right:1em
}

.navbar__prenav a:hover {
    color: #4971a8 !important;
  }


#primary-menu-mobile .language-open-li .navbar__menu {
    left: 11ch;
}

#primary-menu-mobile .language-open-li {
    visibility: visible;
    opacity: 1;
    transition: opacity .2s linear;
}
