/*

Theme Name: X – Child Theme
Theme URI: https://theme.co/x/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

:root {
    --primary-color: #00669a;
    --secondary-color: #001e44;
    --gray-color: #acb4b8;
    --std-text-color: #333333;
    --std-link-color: #00669a;
    --btn-color: #00669a;
    --btn-color-hover: #333;
    --white: #ffffff;
    --sand: #f3f0ec;
    --main-font: 'Raleway', helvetica, sans-serif;
    --header-font: 'Montserrat', helvetica, sans-serif;
}

/* body, input, button, select, textarea {
    font-family: Raleway !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Montserrat !important;
} */

.small-image img {
    height: 62px;
    width: auto;
}

/** Helpers **/
.max-height-550 {
    max-height: 550px;
}
.margin-left-30-desktop > .vc_column-inner{
    margin-left: 30px !important;
}

/* Main colors for logo */
svg .st1 {
    fill: #001e44;
}
.mainsite_logo svg .st1 {
    fill: transparent;

}


/* Fixes to basic headers in text elements */
.wpb_text_column h1,
.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4,
.wpb_text_column h5,
.wpb_text_column h6,
.wpb_text_column .h1,
.wpb_text_column .h2,
.wpb_text_column .h3,
.wpb_text_column .h4,
.wpb_text_column .h5,
.wpb_text_column .h6 {
	margin-top: 0;
	margin-bottom: 1.3rem;
}

/* Generic Bootstrap Additions */
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white p a:not(.btn),
.text-white p a:not(.vc_btn1),
.text-white p a:not(.vc_btn2),
.text-white p a:not(.vc_btn3),
.text-white a:not(.btn),
.text-white a:not(.vc_btn1),
.text-white a:not(.vc_btn2),
.text-white a:not(.vc_btn3),
.text-white {
	color: #fff;
}
.uppercase,
.uppercase > button.vc_btn1,
.uppercase > button.vc_btn2,
.uppercase > button.vc_btn3 {
	text-transform: uppercase;
}

/* Buttons */
button.vc_btn3-size-lg {
	min-width: 316px;
	max-width: 100%;
}

:is(a, button).vc_btn3:is(.vc_btn3-color-default, .vc_btn3-color-primary, .vc_btn3-color-warning, .vc_btn3-color-success, .vc_btn3-color-chino, .vc_btn3-color-juicy-pink, .vc_btn3-color-white, .vc_btn3-color-sky, .vc_btn3-color-black, .vc_btn3-color-violet, .vc_btn3-color-turquoise, .vc_btn3_color-orange, .vc_btn3_color-alt-blue),
:is(a, button).vc_btn3:is(.vc_btn3-color-default, .vc_btn3-color-primary, .vc_btn3-color-warning, .vc_btn3-color-success, .vc_btn3-color-chino, .vc_btn3-color-juicy-pink, .vc_btn3-color-white, .vc_btn3-color-sky, .vc_btn3-color-black, .vc_btn3-color-violet, .vc_btn3-color-turquoise, .vc_btn3_color-orange, .vc_btn3_color-alt-blue).vc_btn3-style-flat {
	font-weight: 500;
}
:is(a, button).vc_btn3.vc_btn3-color-default,
:is(a, button).vc_btn3.vc_btn3-color-default.vc_btn3-style-flat {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}

:is(a, button).vc_btn3.vc_btn3-color-primary,
:is(a, button).vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
	background-color: var(--secondary-color);
	border-color: var(--secondary-color);
	color: #fff;
}

:is(a, button).vc_btn3.vc_btn3-color-warning,
:is(a, button).vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
	background-color: #ffc107;
	border-color: #ffc107;
	color: #212529 ;
}

:is(a, button).vc_btn3.vc_btn3-color-orange,
:is(a, button).vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat {
	background-color: #ff8c00;
	border-color: #ff8c00;
	color: #fff ;
}

:is(a, button).vc_btn3.vc_btn3-color-alt-blue,
:is(a, button).vc_btn3.vc_btn3-color-alt-blue.vc_btn3-style-flat {
	background-color: #007a9c;
	border-color: #007a9c;
	color: #fff ;
}

:is(a, button).vc_btn3:is(.vc_btn3-color-default, .vc_btn3-color-primary, .vc_btn3-color-warning, .vc_btn3-color-success, .vc_btn3-color-chino, .vc_btn3-color-juicy-pink, .vc_btn3-color-white, .vc_btn3-color-sky, .vc_btn3-color-black, .vc_btn3-color-violet, .vc_btn3-color-turquoise, .vc_btn3_color-orange, .vc_btn3_color-alt-blue):is(:hover, :focus),
:is(a, button).vc_btn3:is(.vc_btn3-color-default, .vc_btn3-color-primary, .vc_btn3-color-warning, .vc_btn3-color-success, .vc_btn3-color-chino, .vc_btn3-color-juicy-pink, .vc_btn3-color-white, .vc_btn3-color-sky, .vc_btn3-color-black, .vc_btn3-color-violet, .vc_btn3-color-turquoise, .vc_btn3_color-orange, .vc_btn3_color-alt-blue).vc_btn3-style-flat:is(:hover, :focus) {
	background-color: var(--btn-color-hover);
	border-color: var(--btn-color-hover);
	color: #fff;
}

#x-btn-widgetbar {
	display: none;
}



/* Forms */
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 input[type=text],
.wpcf7 input[type=password],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=date],
.wpcf7 input[type=month],
.wpcf7 input[type=time],
.wpcf7 input[type=week],
.wpcf7 input[type=number],
.wpcf7 input[type=email],
.wpcf7 input[type=url],
.wpcf7 input[type=search],
.wpcf7 input[type=tel],
.wpcf7 input[type=color] {
    color: rgba(0,0,0,.8);
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: .125em;
    transition: border-color .375s cubic-bezier(.33,0,.2,1),box-shadow .375s cubic-bezier(.33,0,.2,1);
	box-shadow: none;
}
.form-group {
	margin-bottom: 1rem;
}
.wpcf7 input[type="submit"] {
	border-color: var(--btn-color);
	background-color: var(--btn-color);
	text-shadow: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
    min-width: 210px;
    font-size: 1.25em;
}
.wpcf7 input[type="submit"]:hover {
	border-color: var(--btn-color-hover);
	background-color: var(--btn-color-hover);
}

/* Forms */
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 input[type=text],
.wpcf7 input[type=password],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=date],
.wpcf7 input[type=month],
.wpcf7 input[type=time],
.wpcf7 input[type=week],
.wpcf7 input[type=number],
.wpcf7 input[type=email],
.wpcf7 input[type=url],
.wpcf7 input[type=search],
.wpcf7 input[type=tel],
.wpcf7 input[type=color] {
    color: rgba(0,0,0,.8);
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: .125em;
    transition: border-color .375s cubic-bezier(.33,0,.2,1),box-shadow .375s cubic-bezier(.33,0,.2,1);
	box-shadow: none;
}
.form-group {
	margin-bottom: 1rem;
}

.form-group .wpcf7-list-item {
	margin: 0;
}
.form-group .wpcf7-list-item input {
	margin-right: 0.5rem;
}

.wpcf7 input[type="submit"] {
	border-color: var(--btn-color);
	background-color: var(--btn-color);
	text-shadow: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
    min-width: 210px;
    font-size: 1.25em;
}
.wpcf7 input[type="submit"]:hover {
	border-color: var(--btn-color-hover);
	background-color: var(--btn-color-hover);
}
.wpcf7-response-output {
    display: block !important;
}
.wpcf7-response-output:empty {
    display: none !important;
}

/* VC Icons */
div.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
    font-size: 7em!important;
}

/* Video Embed fix */
.wpb_video_widget.vc_video-aspect-ratio-169 div.wpb_video_wrapper {
	padding-top: 0;
}

/*Card block wrapper*/
.card-block-item-image {
    height: 720px;
    margin-top: 15px;
}
.card-block-item-image.halfed {
	height: calc(720px / 2)
}

/*Card on frontpage*/
.card-block-item .vc_column-inner {
    height: 345px;
}

body.home .card-block-item-image .entry-title {
    padding-bottom: 0.75rem;
}
body.home .card-block-item-image .entry-title,
.card-block-item .entry-title {
    font-size: 225%;
}
.card-block-item > div {
    transition: all 0.1s linear;
}
.card-block-item > div:hover {
    box-shadow: 5px 5px 10px #ddd;
    cursor: pointer;
}

.card-block-item > div:hover div.card-block-item-read-more a {
    color: var(--std-link-color); /*rgb(242,67,16);*/
    padding-left: 6px;
}

.card-block-item > div:hover div.card-block-item-read-more {
    margin-left: 6px;
}

/*Frontpage card block left site boxs*/
.card-block-item-image .vc_column-inner {
    height: 720px;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
}
.card-block-item-image.halfed .vc_column-inner {
    height: calc(720px / 2);
}

.card-block-item-image .vc_column-inner:hover {
    /*background-size: auto 110%;
    transition: 300ms;*/
    cursor: pointer;
}

.card-block-item-image div.vc_column-inner div.wpb_wrapper {
    position: relative;
    height: 100%;
}

/*Frontpage card block left site, inner boxs*/
.card-block-item-inner {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 520px;
    /*padding: 30px 10px 50px 30px;*/
    margin-left: -20px;
    height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: url("/wp-content/themes/x-child/images/silhuet-white.png");
    background-size: 660px;
    background-position: bottom -120px left -160px;
    background-repeat: no-repeat;
}
.halfed .card-block-item-inner {
    background-size: 560px;
}

.card-block-item-inner div.vc_column-inner div.wpb-wrapper {
    position: relative;
}

/*card-block-item-inner-text*/
.card-block-item-inner-text {
    position: absolute;
    bottom: 5%;
    width: 51%;
    margin-left: 30px;
}
.card-block-item-read-more a {
    color: var(--std-text-color);
}

/*card-block-item-read-more*/
.card-block-item-inner .card-block-item-read-more {
    position: absolute;
    bottom: 5%;
    width: 70%;
    float: left;
    margin-left: 30px;
    margin-bottom: 5px;
    transition: all 300ms ease 0s;
}

.card-block-item-image:hover .card-block-item-inner .card-block-item-read-more {
    margin-left: 36px;
}

.card-block-item-image:hover .card-block-item-inner .card-block-item-read-more a {
    color: var(--std-link-color); /*rgb(242,67,16);*/
}

/*Frontpage card block head style*/
.card-block-item .card-block-item-head {
    position: absolute;
    bottom: 15%;
    width: 71%;
    float: left;
}

/*Frontpage card block read more bottom*/
.card-block-item .card-block-item-read-more {
    position: absolute;
    bottom: 10%;
    width: 70%;
    float: left;
    margin-bottom: 5%;
    transition: all 300ms ease 0s;
}


/*Remove box from front page*/
.entry-wrap {
    border-radius: unset;
    box-shadow: unset;
}

/*News frontpage module*/
#default_news div.insideframe,
.wplp_listposts.defaultflexslide div.insideframe {
    margin-left: 30px;
    margin-right: 30px;
}

#default_news div .insideframe .thumbnail,
.wplp_listposts.defaultflexslide div .insideframe .thumbnail {
    min-height: 240px;
}

#default_news div.insideframe .title,
.wplp_listposts.defaultflexslide div.insideframe .title {
    font-weight: 700;
    font-size: 1.17rem;
    margin-bottom: 15px;
}

#default_news div.insideframe .date,
.wplp_listposts.defaultflexslide div.insideframe .date {
    font-size: 1rem;
    margin-bottom: 15px;
}

#default_news div.insideframe .text,
.wplp_listposts.defaultflexslide div.insideframe .text {
    font-size: 1rem;
    margin-bottom: 1rem;
}

#default_news div.insideframe .read-more,
.wplp_listposts.defaultflexslide div.insideframe .read-more {
    font-size: 1rem;
    text-align: left;
    float: left !important;
    transition: all 300ms ease 0s;
}

#default_news div.insideframe .read-more:before,
.wplp_listposts.defaultflexslide div.insideframe .read-more:before {
    content: "\00BB";
    margin-right: 5px;
}

#default_news.wplp_listposts li.parent ul li .img_cropper img,
.wplp_listposts.defaultflexslide.wplp_listposts li.parent ul li .img_cropper img {
    width: 100%;
    height: 24vh;
    object-fit: cover;
}


.wplp_widget_default .wplp_listposts span.img_cropper img {
    transition: all 1s, filter 1.5s ease-in-out;
}

#default_news ul li:hover .img_cropper img,
.wplp_listposts.defaultflexslide ul li:hover .img_cropper img {
    /*transform: scale(1.1);*/
    box-shadow: 5px 5px 10px #ddd;
}

#default_news ul li ul li:hover .title,
#default_news ul li ul li:hover .text,
#default_news ul li ul li:hover .read-more,
.wplp_listposts.defaultflexslide ul li:hover .title,
.wplp_listposts.defaultflexslide ul li:hover .text,
.wplp_listposts.defaultflexslide ul li:hover .read-more {
    color: var(--std-link-color);
}

#default_news ul li:hover .read-more,
.wplp_listposts.defaultflexslide ul li:hover .read-more {
    margin-left: 4px;
}

.entry-content .news-row-main .wplp_container li {
	margin-bottom: 3rem;
}

/*Remove border from frontpage slider*/
.x-slider-container.below {
    border: none;
}

/*Single post style begin*/
.single-post .entry-featured {
    border: 0;
}
.single-post .entry-featured .entry-thumb {
    margin-bottom: 2rem;
}
.single-post-view .entry-content {
    position: relative;
    overflow: hidden;
}

/* body.single-post .x-breadcrumb-wrap {
	display: none;
}
 */
.single-post-view .entry-header {
    display: block;
}

.single-post-view .entry-header .entry-title {
    margin-bottom: 10px;
}

.single-post-view .entry-header .entry-meta {
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9e9e9
}

.single-post-view .post-sidebar-wrapper {
    position: relative;
    right: 0;
    height: 100%;
    display: block;
    margin-top: 5em;
    background-color: #e8ecef;

}

.single-post-view .post-sidebar-content {
    margin: 10px 10px 10px 10px;
    padding: 23px 23px 23px 23px;
}

.single-post-view .addtoany_list.a2a_kit_size_32 a {
    width: 100%;
    font-size: 1.5em;
}

.single-post-view .a2a_label {
    overflow: visible;
    clip: unset;
    clip-path: unset;
    flex-shrink: 0;
    color: #222;
    padding-left: .9em;
    padding-right: 1em;
    -webkit-box-right: 1;
    align-self: stretch;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    font-weight: 100;
    font-size: 60%;
}

.single-post-view .h-widget {
    font-size: 100%;
    text-transform: none;
}

.single-post-view .widget_recent_entries ul {
    border: none;
    box-shadow: none;
}

.single-post-view .widget.widget_recent_entries li a {
    font-size: 100%;
}

.single-post-view .widget ul li:hover {
    background-color: #e8ecef;
    cursor: pointer;
}

.single-post-view .widget ul li:hover a {
    color: var(--std-link-color);
}
.post-sidebar-content .widget.widget_recent_entries li {
    padding: 1.4em 0;
}

.single-post-view .entry-thumb img {
    max-height: 600px;
    object-fit: cover;
}


    /*Single post style end */

/*News posts list view begin*/

.posts-list-view .entry-featured {
    width: 300px !important;
    height: 100%;
    float: left;
    margin-right: 10px;
    border-bottom: none;
    box-shadow: none;
}

.posts-list-view .entry-wrap {
    padding: 0;
}

.posts-list-view .entry-wrap .entry-title {
    font-size: 22px;
    padding-bottom: 20px;
}

.posts-list-view .entry-wrap .more-link {
    display: none;
}
/*News posts list view end*/


.oraco-emp-frontend-wrapper {
    backdrop-filter: blur(10px);
    background: rgba(255,255,255, .7);
    border-radius: 10px;
    padding: 2.25rem 2.25rem;
    min-height: 223px;
	position: relative;
	margin-bottom: 4rem;
}
.oraco-emp-frontend-wrapper .oraco-emp-image {
	margin-bottom: 1.75rem;
}
.oraco-emp-frontend-wrapper .oraco-emp-image > img {
	margin-bottom: 0;
}
.oraco-emp-frontend-wrapper .oraco-emp-name {
	font-size: 24px;
	font-family: var(--header-font);
    line-height: 1em;
    margin-bottom: .375rem;
}
.oraco-emp-frontend-wrapper .oraco-emp-title {
	font-size: 16px;
	color: #5e5e5e;
	margin-bottom: .675rem;
}
.oraco-emp-frontend-wrapper .oraco-emp-category {
	font-weight: 700;
}
.oraco-emp-frontend-wrapper .oraco-emp-read-more {
    position: absolute;
    bottom: -2.25rem;
    width: 100%;
    text-align: center;
    left: 0;
    font-weight: 600;
    font-family: var(--header-font);
    letter-spacing: .05rem;
}
.oraco-emp-frontend-wrapper .oraco-emp-read-more a {
	color: #fff;
	display: inline-block;
	position: relative;
	/* backdrop-filter: blur(10px);
    background: rgba(0,0,0, .7);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: .275rem 1rem; */
}
.oraco-emp-frontend-wrapper .oraco-emp-read-more a::after,
.oraco-emp-frontend-wrapper .oraco-emp-read-more a::before {
	content: '';
	height: 1px;
	width: 0;
	background-color: #fff;
	display: block;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
	position: absolute;
	bottom: 0;
}
.oraco-emp-frontend-wrapper .oraco-emp-read-more a::after {
	left: 50%;
}
.oraco-emp-frontend-wrapper .oraco-emp-read-more a::before {
	right: 50%;
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.oraco-emp-frontend-wrapper .oraco-emp-read-more a:hover::after,
.oraco-emp-frontend-wrapper .oraco-emp-read-more a:hover::before {
	content: '';
	width: 50%;
}
/* .medarbejdere.vc_row {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 40' width='80' height='40'%3E%3Cpath fill='%23e1edf4' fill-opacity='0.6' d='M0 40a19.96 19.96 0 0 1 5.9-14.11 20.17 20.17 0 0 1 19.44-5.2A20 20 0 0 1 20.2 40H0zM65.32.75A20.02 20.02 0 0 1 40.8 25.26 20.02 20.02 0 0 1 65.32.76zM.07 0h20.1l-.08.07A20.02 20.02 0 0 1 .75 5.25 20.08 20.08 0 0 1 .07 0zm1.94 40h2.53l4.26-4.24v-9.78A17.96 17.96 0 0 0 2 40zm5.38 0h9.8a17.98 17.98 0 0 0 6.67-16.42L7.4 40zm3.43-15.42v9.17l11.62-11.59c-3.97-.5-8.08.3-11.62 2.42zm32.86-.78A18 18 0 0 0 63.85 3.63L43.68 23.8zm7.2-19.17v9.15L62.43 2.22c-3.96-.5-8.05.3-11.57 2.4zm-3.49 2.72c-4.1 4.1-5.81 9.69-5.13 15.03l6.61-6.6V6.02c-.51.41-1 .85-1.48 1.33zM17.18 0H7.42L3.64 3.78A18 18 0 0 0 17.18 0zM2.08 0c-.01.8.04 1.58.14 2.37L4.59 0H2.07z'%3E%3C/path%3E%3C/svg%3E");
}*/

.widget.widget_recent_entries li a {
	font-family: var(--header-font);
}

/* Default testimonials */
#default_testimonials {
    color: #ccc;
}
#default_testimonials blockquote {
    border: none !important;
    color: #fff;
    margin: 1rem 0.75rem 0.75rem 0;
    min-height: 243px;
    font-size: 1.5rem;
}
#default_testimonials > .vc_col-sm-6 > .vc_column-inner,
#default_testimonials > .vc_col-sm-4 > .vc_column-inner {
    padding-top: 0 !important;
}
#default_testimonials h3 {
    color: #fff;
}
#testimonials-wrapper .vc_col-sm-6 {
    width: 45%;
    padding: 23px 10px;
    margin: 2%;
    border: 0 !important;
    transition: all .13s ease-in-out 0s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    background: #fff;
}
#testimonials-wrapper blockquote {
    border: none;
    padding: 0;
    font-size: 1.35rem;
    margin: 0.5rem 0;
    margin-bottom: 20px;
}

/* Add easing to menu on hover **/
.x-navbar .desktop .x-nav > li > a {
    transition: all 0.2s linear;
}


.page-template-template-layout-full-width:not(.show-breadcrumbs) .x-breadcrumb-wrap {
    display: none;
}
.page-template-template-layout-full-width:not(.show-breadcrumbs) .x-container.offset {
    margin-top: 0;
    margin-bottom: 0;
}
.page-template-template-layout-full-width:not(.show-breadcrumbs) .entry-wrap {
    padding-top: 0;
    padding-bottom: 0;
}
.page-template-template-layout-full-width .vc_row.vc_parallax > .vc_parallax-inner::before,
.home .vc_row.vc_parallax > .vc_parallax-inner::before {
    background: linear-gradient(90deg, rgba(0,0,0,.45), transparent 80%);
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.page-template-template-layout-full-width blockquote {
	border: none;
	/* border: 1px solid rgba(0,0,0, .025); */
	position: relative;
    backdrop-filter: blur(10px);
    background: rgba(0,0,0, .3);
    border-radius: 10px;
    padding: 2.25rem 2.5rem;	
}
/* .page-template-template-layout-full-width blockquote::before {
	content: '\201C';
	font-family: Helvetica;
	color: var(--std-link-color);
	font-size: 10em;
	position: relative;
	display: block;
	text-align: center;
    line-height: 0;	
	margin-bottom: 1rem;
} */

.vc_row.hero-gradient:not(.vc_parallax)::before,
.hero-gradient:not(.vc_parallax)::before,
.vc_row.vc_parallax.hero-gradient > .vc_parallax-inner::before {
    content: '';
    position: absolute;
	width: 100%;
	height: calc(100% + 1px);
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0,0,0, .75), transparent 90%);
    display: block;
}
.vc_row.hero-gradient.extra-dark:not(.vc_parallax)::before,
.hero-gradient.extra-dark:not(.vc_parallax)::before,
.vc_row.vc_parallax.hero-gradient.extra-dark > .vc_parallax-inner::before {
    background: linear-gradient(0deg, rgba(0,0,0, .65), rgba(0,0,0, .65) 100%);
}

.flexed-owl .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}



/* Toggles (for FAQs) */
.vc_toggle.vc_toggle_arrow {
    border: 1px solid var(--primary-color);
}
.vc_toggle.vc_toggle_arrow .vc_toggle_title {
	color: #fff;
    background-color: var(--primary-color);
	padding: .75rem 1.25rem;
	display: flex;
	align-items: center;
}
.vc_toggle.vc_toggle_arrow .vc_toggle_title h4 {
	color: #fff;
	display: inline-block;
	margin: 0;
}
.vc_toggle.vc_toggle_arrow:not(.vc_toggle_active) .vc_toggle_title h4 {
    max-height: 38px;
    overflow: hidden;
}
.vc_toggle.vc_toggle_arrow i.vc_toggle_icon {
	/* height: auto;
	height: unset;
	width: auto;
	width: unset; */
	margin-left: auto;
	display: inline-flex;
	align-items: center;
}
.vc_toggle.vc_toggle_arrow i.vc_toggle_icon::after,
.vc_toggle.vc_toggle_arrow i.vc_toggle_icon::before {
	border-color: #fff;
}
.vc_toggle.vc_toggle_arrow i.vc_toggle_icon::after {
	margin-top: -5px;
}
.vc_toggle.vc_toggle_arrow i.vc_toggle_icon::before {
	margin-top: -10px;
}
.vc_toggle.vc_toggle_arrow .vc_toggle_title:hover i.vc_toggle_icon::after,
.vc_toggle.vc_toggle_arrow .vc_toggle_title:hover i.vc_toggle_icon::before {
	border-color: #fff;
}
.vc_toggle.vc_toggle_arrow .vc_toggle_content {
	padding: 1rem !important;
	margin-top: 0;
	margin-bottom: 0;
	display: block !important;
	min-height: 200px !important;
}
.vc_toggle.vc_toggle_arrow:not(.vc_toggle_active) .vc_toggle_content {
    max-height: 200px;
	position: relative;
   /*  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; */
}
.vc_toggle.vc_toggle_arrow:not(.vc_toggle_active) .vc_toggle_content::before {
	content: '';
	position: absolute;
	background: rgba(255, 255, 255, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 80%) repeat scroll 0 0;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
    /* -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;	 */
}
.vc_toggle.vc_toggle_arrow .vc_toggle_content p:last-child,
.vc_toggle.vc_toggle_arrow .vc_toggle_content p:last-child img {
	margin-bottom: 0;
}


/* Cases */
.wplp_widget_material-vertical .wplp_listposts li:hover {
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1) !important;
}
body.home .wplp_outside,
body.home .wplp_container,
body.home .wplp_container ul {
    overflow: visible;
}
body .wplp_widget_material-vertical .wplp_thumb {
    width: auto !important;
    height: 100% !important;
}
.wplp_widget_material-vertical .title {
    margin-top: 12px !important;
    font-size: 22px !important;
    padding: 30px 40px 10px 40px !important;
    font-family: var(--main-font) !important;
}
.wplp_widget_material-vertical .text {
    font-family: var(--main-font) !important;
    font-size: 1rem !important;
    color: var(--std-text-color) !important;
}
.wplp_widget_material-vertical .read-more, .wplp_widget_material-vertical .author {
    color: var(--std-text-color) !important;
}
.wplp_widget_material-vertical .read-more:hover {
    color: var(--std-link-color) !important;
}


/* Testimonials */
.testimonials.wpb_gallery {
	padding-left: 3.25rem;
	padding-right: 3.25rem;
}
.testimonials.wpb_gallery .wpb_flexslider {
	box-shadow: none;
	border-radius: 0;
	border: none;
}
.testimonials.wpb_gallery .wpb_flexslider p {
    max-width: 500px;
    display: block;
}
.testimonials.wpb_gallery .wpb_flexslider .flex-direction-nav {
	/* display: none !important; */
}
.testimonials.wpb_gallery .wpb_flexslider .flex-direction-nav a {
	background: none;
	text-shadow: none;
	color: var(--primary-color);
}
.testimonials.wpb_gallery .wpb_flexslider .flex-direction-nav a.flex-prev {
    left: -3rem;
}
.testimonials.wpb_gallery .wpb_flexslider .flex-direction-nav a.flex-next {
    left: auto;
    left: unset;
	right: -3rem;
}
.testimonials.wpb_gallery li > .link_image {
	display: none;
}
.testimonials.wpb_gallery li > .flex-caption .link_image {
	display: block;
}
.testimonials.wpb_gallery .flex-caption {
	color: #fff;
	background-color: var(--primary-color);
	padding: 2rem 2.25rem;
}
.testimonials.wpb_gallery .flex-caption .post-title {
	margin-top: 0;
}
.testimonials.wpb_gallery .flex-caption .post-title > .link_image {
	color: #fff;
}

/** Front page cases */
#frontpage-cases-wrapper .thumbnail .img_cropper {
    width: 100% !important;
}
#frontpage-cases-wrapper .thumbnail .img_cropper img {
    object-fit: cover;
    width: 100% !important;
}


/** Full width pages **/
body.page-template-template-layout-full-width h1 {
    font-size: 3.75rem;
}

/** Header override - necessary because of x theme bug **/
body.x-navbar-fixed-top-active .x-navbar-wrap {
    height: auto !important;
}


/*Logo - Text header*/
.x-brand.mainsite_logo {
    padding-left: 20px;
    display: none;
}

.x-brand.mainsite_logo svg {
    width: 134px;
    margin-top: 27px;
}

header.masthead .x-navbar .x-brand img {
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
}

/* Main menu override box-shadow and use variable for link color */
.x-navbar .desktop .x-nav > li > a:hover,
.x-navbar .desktop .x-nav > .x-active > a,
.x-navbar .desktop .x-nav > .current-menu-item > a {
    box-shadow: none !important;
    color: var(--std-link-color) !important;
}

/*Mainslider begin*/
.mainslider {
    top: -100px;
    height: 550px;
}

.mainslider .maincontent {
    position: absolute;
    height: 393px;
    width: 100%;
    bottom: 243px;
    left: -140px;
    background-repeat: no-repeat;
}

.mainslider .maincontent .wpb_wrapper {
    width: 300px;
    height: 200px;
    left: 471px;
    bottom: -120px;
    position: relative;
}

.mainslider .maincontent .wpb_wrapper h3, .mainslider .maincontent .wpb_wrapper p {
    color: #ffffff;
}

/*Mainslider end*/

/*Logo carousel begin*/
:is(#carousel-items, #carousel-items2) {
    display: flex;
    justify-content: center;
    align-items: center;
}

:is(#carousel-items, #carousel-items2) .carousel-logo {
    float: left;
    margin-right: 10px;
}

:is(#carousel-items, #carousel-items2) .carousel-logo img {
    width: 144px;
}
body.home article > .entry-wrap {
    padding-top: 0;
    padding-bottom: 0;
}


/*Logo carousel end*/


/* Footer */
footer.x-colophon.top {
    border-top: none;
    /*background: #cddede;*/
    background: var(--sand);
    box-shadow: none;
    padding-bottom: 5%;
}
/* footer.x-colophon.top h6, */
footer.x-colophon.top .h-widget {
    font-size: 17px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    letter-spacing: 0.015em;
    font-weight: 600;	
	text-transform: uppercase;
	margin-bottom: 1.25rem;
}
footer.x-colophon.top .widget {
	margin-top: 2rem;
}
footer.x-colophon.top p,
footer.x-colophon.top span {
    color: var(--std-text-color);
	font-family: var(--header-font);
	font-weight: 400;
}
footer.x-colophon.top a:hover {
    color: var(--std-link-color);
    text-decoration: underline;
}
/* footer.x-colophon.top .widget_nav_menu {
    margin-top: 1.25rem;
} */
footer.x-colophon.top .widget_recent_entries ul,
footer.x-colophon.top .widget_nav_menu ul {
    box-shadow: none;
    border: none;
}
footer.x-colophon.top .widget_recent_entries ul a,
footer.x-colophon.top .widget_nav_menu ul a {
    color: var(--std-text-color);
    padding: 0.35rem 0;
    border: none;
    box-shadow: none;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: var(--main-font);
}
footer.x-colophon.top .widget_recent_entries ul a:hover,
footer.x-colophon.top .widget_nav_menu ul a:hover {
    background: transparent;
    color: var(--std-link-color);
    text-decoration: none;
    /*text-decoration: underline;*/
}
footer.x-colophon.top .widget_recent_entries ul a:before,
footer.x-colophon.top .widget_nav_menu ul a:before {
    display: none;
    content: '';
}
footer.x-colophon.top .social-icon {
    width: 32px !important;
    /* margin-top: 10px; */
}
footer.x-colophon.top .social-icon.some-icon {
    height: 32px;
    width: 32px;
    display: inline-block;
}
footer.x-colophon.top .social-icon.some-icon.icon-linkedin {
    background: url('./images/icn_linkedin1.svg') center center no-repeat;
    background-size: cover;
}
footer.x-colophon.top .social-icon.some-icon.icon-fb {
    background: url('./images/icn_facebook1.svg') center center no-repeat;
    background-size: cover;
}
/* footer.x-colophon.top .widget_recent_entries {
    margin-top: 1.25rem;
} */
footer.x-colophon.top .widget_recent_entries ul li {
    border: 0;
    padding: 0;
    box-shadow: none;
}
footer.x-colophon.top .widget_recent_entries ul li:hover {
    background-color: transparent;
}
/* footer.x-colophon.top .widget_recent_entries h4 {
    display: none;
} */
/* footer.x-colophon.top .widget {
    margin-top: 1.25rem;
} */
footer.x-colophon.top .widget_nav_menu .current-menu-item > a {
    background-color: transparent;
    color: var(--std-link-color);
}

footer.x-colophon.top :is(.widget_recent_entries, .widget_nav_menu) ul a {
    color: var(--std-text-color);
    padding: 0.35rem 0;
    border: none;
    box-shadow: none;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: var(--main-font);
}

body.page.page-id-859 {
	background: #f7f7f7;
}

@media (max-width: 600px) {
    /* Fixed header */
    body {
        margin-top: 100px;
    }
    header.masthead.masthead-inline {
        position: fixed;
        top: 0;
        z-index: 100;
        width: 100%;
    }

    body.page-template-template-layout-full-width h1 {
        hyphens: auto;
        font-size: 2rem;
        line-height: 1.25;
    }
    h2, .h2 {
        font-size: 1.6rem;
    }
    h3, .h3 {
        font-size: 1.5rem;
    }
    .x-breadcrumb-wrap {
        display: none;
    }
    /* Remove some links on mobile */
    .x-navbar .desktop .x-nav > li > a[href*="/faq/"],
    .x-navbar .desktop .x-nav > li > a[href*="/kontakt/"],
    .x-navbar .desktop .x-nav > li > a[href*="/om-os/"] {
        display: block;
    }
    .posts-list-view .entry-wrap .entry-title a {
        display: block;
        clear: both;
        padding-top: 10px;
    }

    .card-block-item-image .vc_column-inner,
    .card-block-item-image {
        height: 500px;
    }
    .card-block-item-inner {
        height: 140px;
    }
    .margin-left-30-desktop > .vc_column-inner{
        margin-left: 0 !important;
    }
    #default_news div .insideframe .thumbnail,
    .wplp_listposts.defaultflexslide div .insideframe .thumbnail {
        min-height: 57px;
    }
    #default_news div.insideframe,
    .wplp_listposts.defaultflexslide div.insideframe {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    #testimonials-wrapper .vc_col-sm-6 {
        width: 100%;
        margin-bottom: 2rem;
        margin-left: 0;
    }
    #default_news.wplp_listposts li.parent ul li,
    .wplp_listposts.defaultflexslide.wplp_listposts li.parent ul li {
        margin-bottom: 2rem;
    }	
}


@media (min-width: 978.98px) {
    nav.topmenu-nav {
        display: inline-block;
    }
    body.x-navbar-fixed-top-active .x-navbar-wrap {
        height: 111px !important;
    }
    /*.x-brand.img {
        margin-top: 27px;
    }*/
    .masthead-inline .desktop .x-nav > li:first-child:not(.specialbtn) > a {
        padding-left: 0 !important;
    }
    .x-brand.mainsite_logo {
        padding-left: 30px;
        height: 82px;
        position: relative;
    }
	/* Special CTA in menu */
	li.specialbtn {
		float: right !important;
	}
	li.specialbtn > a {
		margin-top: -.75rem;
	}
	li.specialbtn > a > span {
		background-color: var(--btn-color);
		padding: .825rem 1.125rem;
		color: #fff;
		font-family: var(--header-font);
		font-weight: 600;
		-o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;		
	}
	li.specialbtn > a:hover > span {
		background-color: var(--btn-color-hover);
	}
	#default_news.wplp_listposts li.parent ul li .img_cropper img,
	.wplp_listposts.defaultflexslide.wplp_listposts li.parent ul li .img_cropper img {
		height: 260px;
	}
	
	header.masthead .x-navbar .x-container.max.width {
		width: 100%;		
		max-width: calc(100% - (1rem * 2)) !important;
	}
	header.masthead .x-navbar .x-brand {
		margin-top: 27px;
	}		
	header.masthead .x-navbar .x-brand img {
		width: 150px;
	}
	header.masthead .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
		padding-left: 10px;
		padding-right: 10px;
	}
	header.masthead .x-navbar .desktop .x-nav > li > a {
		font-size: 12px;
	}
}

@media (min-width: 1300px) {
	header.masthead .x-navbar .x-container.max.width {
		max-width: calc(100% - (3rem * 2)) !important;
	}
	header.masthead .x-navbar .x-brand {
		margin-top: 22px;
	}		
	header.masthead .x-navbar .x-brand img {
		width: 220px;
	}
	header.masthead .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
		padding-left: 14px;
		padding-right: 14px;
	}
	header.masthead .x-navbar .desktop .x-nav > li > a {
		font-size: 14px;
	}
}

@media (min-width: 1600px) {
    .x-container.max {
        max-width: min(1600px, calc(100% - 300px)) !important;
    }
	
	header.masthead .x-navbar .x-brand {
		margin-top: 16px;
	}
	header.masthead .x-navbar .x-brand img {
		width: 280px;	
	}	
	header.masthead .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
		padding-left: 20px;
		padding-right: 20px;
	}
	header.masthead .x-navbar .desktop .x-nav > li > a {
		font-size: 17px;
	}
}

@media (min-width: 1921px) {
	/* .limit-width */
	div.vc_row[data-vc-stretch-content="true"] .wpb_column:not(.vc_col-sm-12) :is(.wpb_text_column, .wpb_text_column + .vc_btn3-container) {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
	.page .entry-content.content > .entry-featured + div.vc_parallax.vc_row[data-vc-full-width]	{
		padding-top: 22rem !important;
		padding-bottom: 20rem !important;
	}	
}
