/*KC CSS STYLE*/

/*ACCESSCODE FORM START*/
.access-interface {
	background: transparent url("/wp-content/uploads/2021/01/access-lp-interface-bg-1600x900-1.jpg") center center/cover no-repeat scroll;
	background-color: transparent;
	background-color: #0A1C3B;
}

.access-interface-branding {
	background: transparent url("/wp-content/uploads/2021/01/global-hydro-g-jumbo.svg") center left/auto no-repeat scroll;
	background-size: auto;
	min-height: 100vh;
	background-size: 23%;
}

.guideline-wrap {
	width: 30%;
}

.guideline-wrap .guideline-indent {
	margin: -5px 0px 0px 0px;
}

.guideline-wrap .guideline {
	border-color: #00ff6d;
	border-top-color: rgb(0, 255, 109);
	border-right-color: rgb(0, 255, 109);
	border-left-color: rgb(0, 255, 109);
	border-style: solid;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	width: 100%;
	border-width: 1px;
}

.padding_top_small {
	padding-top: 40px;
}

.padding_top_smaller {
	padding-top: 30px;
}

.horizontal_flex_center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

form.protected-post-form {
	display: flex;
}

form .accesscode, form .confirmaccesscode {
	display: inline-block;
	height: 65px;
	border: none;
	outline: none;
}

form .accesscode {
	width: 80%;
	padding: 20px 30px;
	color: rgba(255, 255, 255, 0.45);
	background-color: #0A1C3B;
	border-radius: 3px 0px 0px 3px;
	transition: all 0.25s ease-in-out;
	border: 1px solid transparent;
}

form .accesscode:focus {
	outline: none;
	border-color: #00ff6d;
}

::placeholder {
	color: rgba(255, 255, 255, 0.45);
}

.accesscode::placeholder {
	opacity: 1;
}

form .confirmaccesscode {
	color: transparent;
	width: 11%;
	min-width: 65px;
	background-color: #00FF6D;
	background-image: url("/wp-content/uploads/2021/01/arrow-right.svg");
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 0px 3px 3px 0px;
	transition: all 0.25s ease-in-out;
}

form .confirmaccesscode:hover, form .confirmaccesscode:active, form .confirmaccesscode:focus {
	background-color: #ffffff;
}

.invalid-code {
	background-image: url('/wp-content/uploads/2021/02/information.svg');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center left;
	line-height: 1.4;
	margin: 15px 5px 0 5px;
	padding-left: 30px;
}

@media only screen and (max-width: 1024px) {
	.guideline-wrap {
		width: 23% !important;
	}
	.access-tiny-slogan {
		width: auto !important;
	}
	.access-interface-branding {
		background-size: 16%;
	}
}

@media only screen and (max-width: 767px) {
	.guideline-wrap {
		width: 20% !important;
	}
	.access-interface-branding {
		background-size: 15%;
	}
	.padding_top_small {
		padding-top: 30px;
	}
	
	.padding_top_smaller {
		padding-top: 20px;
	}
	form .accesscode {
		font-size: 16px;
		width: 85%;
		padding: 15px 20px;
	}
	form .confirmaccesscode {
		background-size: 17px;
		min-width: 60px;
	}
	form .accesscode, form .confirmaccesscode {
		height: 55px;
	}
	.invalid-code {
		background-size: 17px;
		padding-left: 27px;
	}
}

@media only screen and (max-width: 479px) {
	.guideline-wrap {
		width: 8% !important;
	}
	.access-interface-branding {
		background-image: url("/wp-content/uploads/2021/02/global-hydro-g-jumbo-light.svg");
		background-size: 50%;
		background-position: left 47%;
	}
	form .accesscode {
		font-size: 15px;
		width: 80%;
		padding: 10px 15px;
	}
	form .confirmaccesscode {
		min-width: 50px;
	}
	form .accesscode, form .confirmaccesscode {
		height: 50px;
    }
}
/*ACCESSCODE FORM END*/

.playvideo_lightbox_button {
    position: fixed;
    right: 10px;
    top: 20px;
    width: auto !important;
    z-index: 9;
}

.playvideo_lightbox_icon {
    height: 95vh;
    width: 100vw;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.button_icon {
    font-size: 30px;
    padding-top: 40px;
    padding-left: 26px;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 3px solid #FFFFFF;
    background: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    opacity: 0.3;
    transition:all 0.5s ease;
}

.button_icon:hover {
    border: 3px solid #FFFFFF;
    background: rgba(255, 255, 255, 0.4);
    color: #FFFFFF;
    opacity: 0.6;
    
}

@media only screen and (max-width: 1024px) {
    .button_icon {
        font-size: 22px;
        padding-top: 26px;
        padding-left: 24px;
        width: 80px;
        height: 80px;
    }
    .playvideo_lightbox_icon {
        height: 75vh;
        width: 100vw;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        margin-left: -15px;
    }
}

.floating_object {
    width: auto !important;
    height: auto !important;
    background: #00FF00;
}

.object_arrow {
    animation: MoveUpDown 0.6s ease-in-out infinite;
    position: absolute;
    margin-left: -32px;
    margin-top: -5px;
}

@keyframes MoveUpDown {
    0%,
    100% {
        top: 0;
    }
    50% {
        top: 30px;
    }
}

.timer {
    font-size: calc(3.6vw + 3.6vh + 3.2vmin) !important;
}

@media only screen and (max-width: 1024px) {
    .object_arrow {
        animation: MoveUpDown 0.6s ease-in-out infinite;
        position: absolute;
        margin-left: -30px;
        margin-top: -10px;
    }
    .timer {
        font-size: calc(2.6vw + 2.6vh + 2.2vmin) !important;
    }
}


/*MEDIA QUERY 767 - Video - 767px - 479px --> iPhone Landscape*/

@media only screen and (max-width: 767px) {
    .object_arrow {
        animation: MoveUpDown 0.6s ease-in-out infinite;
        position: absolute;
        margin-left: -26px;
    }
    @keyframes MoveUpDown {
        0%,
        100% {
            top: 0;
        }
        50% {
            top: 30px;
        }
    }
}

@media only screen and (max-width: 767px) {
    .timer {
        font-size: 30px !important;
    }
}

.portrait_img {
    border-radius: 50%;
    height: 110px;
    width: 110px;
    margin-top: -100px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .portrait_img {
        border-radius: 50%;
        height: 80px;
        width: 80px;
        margin-top: -90px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .portrait_img {
        border-radius: 50%;
        height: 80px;
        width: 80px;
        margin-top: -65px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 999px) {
    .portrait_img {
        border-radius: 50%;
        height: 100px;
        width: 100px;
        margin-top: -85px;
        margin-bottom: 30px;
    }
}

.customtransition .owl-wrapper {
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
    -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55)) !important;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
}

/* adjust bottomimage */
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
	#bottomimage img {
		max-width: 290px;
	}
}

/*OWL FADE IN CUSTOM*/

.pp_fade {
    opacity: 1 !important;
    display: block !important;
}

#pp_full_res img {
    width: 100%;
}

.pp_content,
.pp_pic_holder {
    overflow: hidden!important;
}


/*Reveal Headline/Text ADD to EXTRA CLASS "showrevealtext" and to Advanced <div class="revealtext"><div class="blind">*/

.revealtext {
    position: relative;
}

.revealtext .blind {
    display: block;
    overflow: hidden;
}

.revealtext .blind .showrevealtext {
    display: block;
    opacity: 0;
    -webkit-animation: revealtext 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1)) forwards;
    animation: revealtext 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

@keyframes revealtext {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes revealtext {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


/*OWL SLIDER BOXEN EQUAL HEIGHT*/

.owl-wrapper {
    display: flex !important;
    /*background: #FF00FF;*/
}

.owl-item {
    display: flex !important;
    flex-wrap: wrap !important;
    padding-left: 5px;
    padding-left: 0px;
    padding-right: 5px;
    padding-right: 0px;
    margin-bottom: 50px;
    margin-bottom: 0px;
}

.bg_teaserbox_owl {
    background: #FAFAFA;
    border: 1px solid #F1F1F1;
    padding: 30px;
}

.sidepanel_opener {
    position: absolute;
    left: 0;
    height: 100%;
}

.sidepanel_opener a {
    display: block;
    height: 100%;
}

/*USER SELECT CUSTOM*/

::selection {
    background: #006BCF;
    color: #00FF6D;
}

::-moz-selection {
    background: #006BCF;
    color: #00FF6D;
}

.teasebox_bg {
    background: #FF0000;
}

.teasebox1_bg {
    background: #FF00FF;
}


/*Reveal Text*/

.reveal,
.reveal::after {
    animation-delay: 200ms;
    animation-iteration-count: 1;
    animation-duration: 1000ms;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.reveal {
    display: inline-block;
    position: relative;
    animation-name: text;
    white-space: wrap;
    cursor: default;
}

.reveal::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #462B66;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: revealer;
}

@keyframes text {
    from {
        clip-path: inset(0 100% 0 0);
    }
    to {
        clip-path: inset(0 0 0 0);
    }
}

@keyframes revealer {
    0%,
    50% {
        transform-origin: 0 50%;
    }
    60%,
    100% {
        transform-origin: 100% 50%;
    }
    60% {
        transform: scaleX(1);
    }
    100% {
        transform: scaleX(0);
    }
}

.reveal2,
.reveal2::after {
    animation-delay: 600ms;
    animation-iteration-count: 1;
    animation-duration: 1000ms;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.reveal2 {
    display: inline-block;
    position: relative;
    animation-name: text;
    white-space: wrap;
    cursor: default;
}

.reveal2::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #462B66;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: revealer;
}

.gradient_dark {
    background: #5a3783;
    background: -moz-linear-gradient(top, #5a3783 0%, #4d3782 100%);
    background: -webkit-linear-gradient(top, #5a3783 0%, #4d3782 100%);
    background: linear-gradient(to bottom, #5a3783 0%, #4d3782 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5a3783', endColorstr='#4d3782', GradientType=0);
}

.gradient_light {
    background: #a5d1bc;
    background: -moz-linear-gradient(top, #a5d1bc 0%, #a5d2ad 100%);
    background: -webkit-linear-gradient(top, #a5d1bc 0%, #a5d2ad 100%);
    background: linear-gradient(to bottom, #a5d1bc 0%, #a5d2ad 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a5d1bc', endColorstr='#a5d2ad', GradientType=0);
}


/*RADIUS BORDER TO SIMPLE PARALLAX IMG*/

.simpleParallax {
    border-radius: 6px;
}


/*RADIUS BORDER IMAGE - Add this to IMG Class*/

img.round_corners {
    border-radius: 6px;
}

img.round_corners_top_right {
    border-top-right-radius: 6px;
}

img.round_corners_bottom_right {
    border-bottom-right-radius: 6px;
}


/*RADIUS BORDER DIV - Add this to Class*/

.round_corners {
    border-radius: 6px;
}

.round_corners_top_right {
    border-top-right-radius: 6px;
}

.round_corners_bottom_right {
    border-bottom-right-radius: 6px;
}


/*SPIN IMAGE*/

.rotateimage {
    -webkit-animation: spin 70s linear infinite;
    -moz-animation: spin 70s linear infinite;
    animation: spin 70s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(-360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.rotateimage_huge {
    width: 350px;
}

.rotateimage_huge_2 {
    width: 55vw;
}

@media only screen and (max-width: 1500px) {
    .rotateimage_huge {
        width: 250px;
    }
    .rotateimage_huge_2 {
        width: 55vw;
    }
}

@media only screen and (max-width: 1024px) {
    .rotateimage_huge {
        width: 200px;
    }
    .rotateimage_huge_2 {
        width: 55vw;
    }
}

@media only screen and (max-width: 767px) {
    .rotateimage_huge {
        width: 110px;
    }
    .rotateimage_huge_2 {
        width: 55vw;
    }
}


/*SETUP CENTER - IF SELECTED STRETCH ALL CONTENT & WRAPPER - ADD TO Row extra classes name*/

.stretchwrapper_flex_top {
    display: flex;
    align-items: flex-start;
}

.stretchwrapper_flex_bottom {
    display: flex;
    align-items: flex-end;
}

@media only screen and (max-width: 767px) {
    .stretchwrapper_flex_center {
        display: flex;
        align-items: center;
    }
}


/*KC FLEXBOX - Equal height? YES  - Content vertical: Bottom - WORKING*/

body div[data-kc-equalheight-align="bottom"] > .kc_column_inner > .kc_wrapper,
body section[data-kc-equalheight-align="bottom"] > .kc-container > .kc-wrap-columns > .kc_column > .kc-col-container,
body section[data-kc-equalheight-align="bottom"] > .kc-row-container > .kc-wrap-columns > .kc_column > .kc-col-container {
    align-content: flex-end;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex !important;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
}


/*SETUP KC CONTAINER - EQUAL HEIGHT - Working on IOS - no horizontal scrolling*/

.kc-row-container.kc-container .kc-wrap-columns,
.kc_row_inner {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    clear: both;
}


/*.kc-row-container.kc-container .kc-wrap-columns,
.kc_row_inner {
    margin-left: 0px;
    margin-right: 0px;
    clear: both;
}

.kc-row-container.kc-container .kc-wrap-columns,
.kc_row_inner {
    width: calc(100% + 30px)!important;
}

.kc-row-container.kc-container .kc-wrap-columns,
.kc_row_inner {
    margin-left: -15px !important;
    margin-right: -15px !important;
    clear: both;
}*/


/* Accordion */

.kc_accordion_section > .kc_accordion_header,
.kc_accordion_section > a {
    font-size: 1em;
    color: #002A3A;
    text-align: left;
}

.kc_accordion_header > a {
    font-size: 1em;
    text-transform: none;
    padding: 10px 15px 10px 30px;
}

.kc_accordion_header > span.ui-accordion-header-icon {
    padding-top: 4px;
}

.kc_accordion_wrapper,
.kc_tabs {
    margin-bottom: 0;
    overflow: hidden;
}

.kc_accordion_content .kc-panel-body {
    padding: 40px 35px;
    background: #fff;
}

.kc_accordion_section > .kc_accordion_header {
    min-height: 60px;
    line-height: 36px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding-bottom: 0px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
}

.kc_accordion_header > span.ui-accordion-header-icon::before {
    content: url('http://niftymaster/wp-content/uploads/2020/01/plus_1.svg');
}

.kc-section-active .kc_accordion_header.ui-state-active > span.ui-accordion-header-icon::before {
    content: url('http://niftymaster/wp-content/uploads/2020/01/minus_1.svg');
}


/*SETUP KC ERROR inner tablet*/

.kc_row_inner > div.kc_column_inner:only-child {
    height: inherit !important;
}


/*/////////////////KC UPDATES CHANGES///////////////////////////*/

.kc_single_image img {
    /*max-width: 50% !important;*/
    display: inline-block !important;
}


/*ADD GRID PADDING LEFT AND RIGHT ON ALL MEDIA QUERY*/

.kc-container {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.padding_zero {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.padding_left_zero {
    padding-left: 0px !important;
}

.padding_right_zero {
    padding-right: 0px !important;
}


/*MEDIA QUERY 1024 - ALLE SCREENS MIT RESOLUTION VON WIDTH 1024px - 999px --> iPad Landscape*/

@media screen and (max-width:1024px) {
    .kc-container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}


/*MEDIA QUERY 999 - ALLE SCREENS MIT RESOLUTION VON WIDTH 999px - 767px --> Grosse Tablets - iPad Portrait*/

@media screen and (max-width:999px) {
    .kc-container {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
}


/*MEDIA QUERY 767 - ALLE SCREENS MIT RESOLUTION VON WIDTH 767px - 479px --> iPhone Landscape*/

@media screen and (max-width:767px) {
    .kc-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .padding_left_zero {
        padding-left: 15px !important;
    }
    .padding_right_zero {
        padding-right: 15px !important;
    }
}


/*Global CSS STYLE*/


/* BG - Color */

.bg_color_light {
    background-color: #ECEEF0;
}

.bg_color_medium {
    background-color: #8996A0;
}

.bg_color_dark {
    background-color: #51626F;
}

.bg_color_white {
    background-color: #FFFFFF;
}


/* Color */

.color_accent_1 {
    color: #2A88C9;
}

.color_accent_2 {
    color: #FF0000;
}


/* Copy - Color */

.copy_color_dark {
    color: #3B4852;
}

.copy_color_medium {
    color: #8996A0;
}

.copy_color_light {
    color: #ffffff;
}


/*Additional Styling*/


/* BODY - Pagetransition Fade In - Fade Out */

#fadein {
    opacity: 0;
}

.nocursor {
    cursor: none;
}

selector {
    cursor: none !important;
}

.blend_exclusion {
    mix-blend-mode: exclusion;
}

.blend_multiply {
    mix-blend-mode: multiply;
}

.blend_overlay {
    mix-blend-mode: overlay;
}

.blend_screen {
    mix-blend-mode: screen;
}

.blend_difference {
    mix-blend-mode: difference;
}

.brintofront {
    z-index: 999 !important;
}

.brintoback {
    z-index: 900 !important;
}

.bg_1 {
    background-color: #020203 !important;
    background-image: linear-gradient(90deg, #020203 15.00%, #262A33 15.00%, #262A33 15.05%, #1D2027 15.08%, #1D2027 50.00%, #262A33 50.00%, #262A33 50.05%, #15171B 50.08%, #15171B 89.60%, #262A33 89.60%, #262A33 89.70%, #020203 89.70%, #020203 100.00%, #020203 100.00%, #020203 100.10%, #020203 100.10%) !important;
}

.bg_2 {
    background-color: #E94449 !important;
    background-image: linear-gradient(90deg, #020203 15.00%, #262A33 15.00%, #262A33 15.05%, #1D2027 15.08%, #1D2027 50.00%, #262A33 50.00%, #262A33 50.05%, #15171B 50.08%, #15171B 89.60%, #262A33 89.60%, #262A33 89.70%, #020203 89.70%, #020203 100.00%, #020203 100.00%, #020203 100.10%, #020203 100.10%) !important;
}

.stripes {
    background-image: linear-gradient(90deg, #020203 15.00%, #303540 15.00%, #303540 15.05%, #020203 15.08%, #020203 50.00%, #303540 50.00%, #303540 50.05%, #020203 50.08%, #020203 89.60%, #303540 89.60%, #303540 89.70%, #020203 89.70%, #020203 100.00%, #020203 100.00%, #020203 100.10%, #020203 100.10%) !important;
}

.stripes2 {
    background-image: linear-gradient(90deg, #020203 15.00%, #262A33 15.00%, #262A33 15.05%, #1D2027 15.08%, #1D2027 50.00%, #262A33 50.00%, #262A33 50.05%, #15171B 50.08%, #15171B 89.60%, #262A33 89.60%, #262A33 89.70%, #020203 89.70%, #020203 100.00%, #020203 100.00%, #020203 100.10%, #020203 100.10%) !important;
}

.stripes3 {
    background-image: linear-gradient(90deg, #020203 15.00%, #E94449 15.00%, #E94449 15.05%, #020203 15.08%, #020203 50.00%, #303540 50.00%, #303540 50.05%, #020203 50.08%, #020203 89.60%, #303540 89.60%, #303540 89.70%, #020203 89.70%, #020203 100.00%, #020203 100.00%, #020203 100.10%, #020203 100.10%) !important;
}

.stripes_diagonal {
    background-image: linear-gradient(45deg, #020203 2.38%, #020203 2.38%, #020203 50%, #15171B 50%, #15171B 100%, #020203 100%, #020203 100%);
}


/*Images with inner boarder*/

.img_innerboarder {
    outline: 1px solid white;
    outline-offset: -20px;
}


/*Copy no silbentrennung*/

.no_silbentrennung {
    -moz-hyphens: none !important;
    -o-hyphens: none !important;
    -webkit-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important;
}


/*CUSTOM TAG*/

.tag_left {
    background: #0068B4 !important;
    padding: 5px 10px 3px 10px !important;
    display: inline !important;
    float: left !important;
    clear: both !important;
    margin-bottom: 20px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border: 0px solid #000000;
}

.tag_left_triangle {
    padding: 5px 10px 3px 10px !important;
    display: inline !important;
    float: left !important;
    clear: both !important;
    border-right: 24px solid transparent;
    border-bottom: 24px solid #0068B4;
    height: 0;
    line-height: 32px;
    margin-bottom: 15px;
}

.tag_center {
    background: #0068B4 !important;
    padding: 5px 10px 6px 10px;
    margin: auto;
    width: 160px;
}

.center_div {
    max-width: auto;
    position: relative;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    /*    background: #FF0000;*/
}


/*Image resposive - ADD THIS TO IMAGE CLASS AND WRAPPER CLASS */

.img_full {
    width: 100%;
    /*height: 80vh;*/
    height: inherit !important;
    object-fit: cover !important;
    -webkit-object-fit: cover !important;
    /* safari may need this */
}

.img_full_height_500px {
    height: 500px !important;
}

.img_full_height_400px {
    height: 400px !important;
}

.img_full_height_300px {
    height: 300px !important;
}

@media only screen and (max-width: 1024px) {
    .img_full {
        width: 100%;
        /*height: 80vh;*/
        height: inherit !important;
        object-fit: cover !important;
        -webkit-object-fit: cover !important;
        /* safari may need this */
    }
    .img_full_height_500px {
        height: 400px !important;
    }
    .img_full_height_400px {
        height: 300px !important;
    }
    .img_full_height_300px {
        height: 200px !important;
    }
}

@media only screen and (max-width: 767px) {
    .img_full {
        width: 100%;
        /*height: 80vh;*/
        height: inherit !important;
        object-fit: cover !important;
        -webkit-object-fit: cover !important;
        /* safari may need this */
    }
    .img_full_height_500px {
        height: 300px !important;
    }
    .img_full_height_400px {
        height: 200px !important;
    }
    .img_full_height_300px {
        height: 150px !important;
    }
}


/*USE IMAGE RESPONSIVE*/

.img_portrait {
    width: auto !important;
}


/*KC IMAGE HOVER EFFECTS BACKGROUND - If you want to use different Background colors*/

.kc_image_hover_1 {
    background: #DF53DF !important;
}

.kc_image_hover_2 {
    background: #DCDEE0 !important;
}

.social_icons {
    opacity: 1.0 !important;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}

.social_icons:hover {
    opacity: 0.7 !important;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}


/*VERTICAL COPY DIV ETC.....*/


/*
.vertical-text {
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    transform: translate(100%, 50%);
}
*/

.vertical-text {
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
}

.vertical-copy {
    writing-mode: vertical-rl;
    text-orientation: mixed;
}


/*KC BUTTON WITH HAND CURSOR..in order to include onClick Aktion to KC Button deleted in shortcodes/kc_button.php # see line 20,21...*/


/*KC BUTTON WITH HAND CURSOR.....*/

.kc_button {
    cursor: pointer!important;
}


/*MEDIA QUERY DESKTOP - ALLE SCREENS MIT RESOLUTION VON WIDTH 1600px - 1024px --> Laptop, Big Desktop*/


/* Button - Styling */

.button_large_fill {
    font-family: 'TTInterphases-Bold';
    font-weight: normal;
    background-color: rgba(0, 107, 207, 1.0);
    color: #ffffff;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 21px;
    padding-bottom: 24px;
    border: 0px solid rgba(255, 255, 255, 0.0);
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.0px;
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1)!important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1)!important;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button_large_fill:hover {
    color: #006BCF;
    background-color: rgba(0, 255, 109, 1.0);
    border: 0px solid rgba(255, 255, 255, 1.0);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0)!important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0)!important;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0) !important;
}

.button_large_text_nolink {
    font-family: 'TTInterphases-Regular';
    font-weight: normal;
    background-color: rgba(0, 107, 207, 0.0);
    color: #ffffff;
    font-size: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0px solid rgba(255, 255, 255, 0.0);
    border-radius: 4px;
    letter-spacing: 0.0px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button_large_text {
    font-family: 'TTInterphases-Regular';
    font-weight: normal;
    background-color: rgba(0, 107, 207, 0.0);
    color: #ffffff;
    font-size: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0px solid rgba(255, 255, 255, 0.0);
    border-radius: 4px;
    letter-spacing: 0.0px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button_large_text:hover {
    color: #00FF6D;
    background-color: rgba(0, 255, 109, 0.0);
    border: 0px solid rgba(255, 255, 255, 1.0);
}

.button_large_fill_small {
    font-family: 'TTInterphases-Bold';
    font-weight: normal;
    background-color: rgba(0, 107, 207, 1.0);
    color: #ffffff;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0px solid rgba(255, 255, 255, 0.0);
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.0px;
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1)!important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1)!important;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button_large_fill_small:hover {
    color: #006BCF;
    background-color: rgba(0, 255, 109, 1.0);
    border: 0px solid rgba(255, 255, 255, 1.0);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0)!important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0)!important;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0) !important;
}

.button_large_fill_gen {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    background-color: rgba(117, 138, 157, 0.0);
    background-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-size: 13px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 23px;
    border: 2px solid rgba(255, 255, 255, 1.0);
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 1.0px;
    -moz-box-shadow: 0px 40px 40px 0px rgba(40, 47, 54, 0.0)!important;
    -webkit-box-shadow: 0px 40px 40px 0px rgba(40, 47, 54, 0.0)!important;
    box-shadow: 0px 40px 40px 0px rgba(40, 47, 54, 0.0)!important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button_large_fill_gen:hover {
    color: #FFFFFF;
    background-color: rgba(117, 138, 157, 1.0);
    border: 2px solid rgba(117, 138, 157, 1.0);
    -moz-box-shadow: 0px 40px 40px 0px rgba(40, 47, 54, 0.3)!important;
    -webkit-box-shadow: 0px 40px 40px 0px rgba(40, 47, 54, 0.3)!important;
    box-shadow: 0px 40px 40px 0px rgba(40, 47, 54, 0.3)!important;
}

.button_large_fill_2 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    background-color: rgba(42, 136, 201, 1.0);
    color: #ffffff;
    font-size: 13px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 15px;
    padding-bottom: 18px;
    border: 1px solid rgba(255, 255, 255, 0.0);
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1.0px;
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1)!important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1)!important;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button_large_fill_2:hover {
    color: rgba(42, 136, 201, 1.0);
    background-color: rgba(42, 136, 201, 0.0);
    border: 1px solid rgba(42, 136, 201, 1.0);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0)!important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0)!important;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0) !important;
}

.button_large_outline {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    background-color: rgba(255, 255, 255, 0.0);
    color: #ffffff;
    font-size: 13px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 15px;
    padding-bottom: 18px;
    border: 1px solid rgba(255, 255, 255, 1.0);
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1.0px;
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0)!important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0)!important;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0) !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button_large_outline:hover {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 1.0);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0)!important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0)!important;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0) !important;
}

.button_medium_outline {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    background-color: rgba(255, 255, 255, 0.0);
    color: #2A88C9;
    font-size: 13px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 13px;
    border: 1px solid rgba(42, 136, 201, 1.0);
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1.0px;
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0)!important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0)!important;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0) !important;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button_medium_outline:hover {
    color: rgba(42, 136, 201, 0.5);
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(42, 136, 201, 0.5);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0)!important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0)!important;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0) !important;
}

.button_small_fill {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    background-color: rgba(42, 136, 201, 1.0);
    color: #ffffff;
    font-size: 11px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 11px;
    border: 1px solid rgba(255, 255, 255, 0.0);
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1.0px;
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1)!important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1)!important;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-top: 15px;
}

.button_small_fill:hover {
    color: rgba(42, 136, 201, 1.0);
    background-color: rgba(42, 136, 201, 0.0);
    border: 1px solid rgba(42, 136, 201, 1.0);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0)!important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0)!important;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0) !important;
}

.pp_content_container .pp_left {
    padding-left: 0px !important;
}


/*OWL Slider - Add ACTIVE view min.js line 1305*/

.owl-item {
    opacity: 1.0;
    transition: all 1.0s cubic-bezier(0.86, 0, 0.07, 1);
    transform: scale(0.8)!important;
    transform: scale(1.0)!important;
    /* Add the blur effect */
    filter: blur(0px);
    -webkit-filter: blur(0px);
}

.active {
    opacity: 1.0;
    transform: scale(1.0) !important;
    /* Add the blur effect */
    filter: blur(0px);
    -webkit-filter: blur(0px);
}


/*OWEL SLIDER OVERFLOW - Visble*/

.owl-carousel .owl-wrapper-outer {
    overflow: visible;
    overflow: hidden;
    position: relative;
    width: 100%;
}


/*CUSTOM DOTS OWL Slider*/

.owl-pagination {
    margin-top: 0px;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    bottom: 0;
    /*position: absolute !important;*/
    width: 100%;
    height: 1px!important;
    background: rgba(255, 0, 0, 0.0) !important;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #00FF6D;
}

.owl-theme .owl-controls .owl-page span {
    width: 12px;
    height: 12px;
}

.owl-theme .owl-controls .owl-page span {
    background: #FFFFFF;
    border-style: solid;
    border-width: 0px;
    border-color: #FFFFFF;
    margin: 0px 4px 0px 4px!important;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    border-radius: 100px !important;
    -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.10);
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    border-style: solid;
    border-width: 0px;
    border-color: #30E1A5;
    transition: all 0.4s ease;
}

.owl-theme .owl-controls .owl-page span .pagination_dark {
    width: 30px !important;
    height: 4px !important;
    background: #FF0000 !important;
    margin: 0px 4px 20px 4px!important;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    border-radius: 100px !important;
}

.owl-theme .owl-controls {
    margin-top: 0px !important;
    margin-bottom: 30px !important;
    text-align: center !important;
    /*background-color: #ff0000 !important;*/
    /*z-index: 99999*/
}

.owl-pagination {
    /*background: #FF00FF;*/
    margin-top: 0px;
    position: absolute!important;
    width: 100%;
}


/*OWL SLIDER BUTTON NEXT/PREV*/

.owl-theme .owl-controls .owl-buttons div {
    color: #FFFFFF !important;
    zoom: 1 !important;
    *display: inline !important;
    /*IE7 life-saver */
    margin: 0px !important;
    padding: 0px 0px !important;
    font-size: 0px !important;
    border-style: solid;
    border-width: 0px;
    border-color: #FFFFFF;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    filter: Alpha(Opacity=100) !important;
    /*IE7 fix*/
    opacity: 1.0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.owl-prev,
.owl-next {
    height: 40px;
    width: 40px;
}

.owl-prev {
    background-color: rgba(255, 0, 0, 0.0) !important;
    margin-left: -50px !important;
}

.owl-prev:hover {
    background-color: rgba(255, 0, 0, 0.0) !important;
}

.owl-next {
    background-color: rgba(255, 0, 0, 0.0) !important;
}

.owl-next:hover {
    background-color: rgba(255, 0, 0, 0.0) !important;
}

.owl-prev {
    background-color: rgba(255, 0, 0, 0.0) !important;
    background-image: url("http://globalhydro/wp-content/uploads/2021/01/arrow_left.png") !important;
    /* Center and scale the image nicely */
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.owl-next {
    background-color: rgba(255, 0, 0, 0.0) !important;
    /* The image used */
    background-image: url("http://globalhydro/wp-content/uploads/2021/01/arrow_right.png") !important;
    /* Center and scale the image nicely */
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.owl-buttons {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 37%;
    width: 100%;
}


/*////////WHEN USING A CLASS YOU CAN USE TWO STYLE////*/

.gold .owl-theme .owl-controls .owl-buttons .owl-prev {
    background-color: #393C40 !important;
}

.gold .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
    background-color: #101010 !important;
}

.gold .owl-theme .owl-controls .owl-buttons .owl-next {
    background-color: #E1C18C !important;
}

.gold .owl-theme .owl-controls .owl-buttons .owl-next:hover {
    background-color: #C7AA7B !important;
}

.gold .owl-theme .owl-controls .owl-buttons .owl-prev {
    background-image: url("http://pool/wp-content/uploads/2019/10/arrow_left_gold.svg") !important;
    /* Center and scale the image nicely */
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain!important;
    background-size: 20px 15px !important;
}

.gold .owl-theme .owl-controls .owl-buttons .owl-next {
    /* The image used */
    background-image: url("http://pool/wp-content/uploads/2019/10/arrow_right_gold.svg") !important;
    /* Center and scale the image nicely */
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-size: 20px 15px !important;
}


/*DIV MAX WIDTH*/

.max_width_1600 {
    max-width: 1600px;
    position: relative;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.max_width_1280 {
    max-width: 1280px;
    max-width: 80.0vw;
    position: relative;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.max_width_1180 {
    max-width: 1180px;
    max-width: 73.5vw;
    position: relative;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.max_width_1080 {
    max-width: 1080px;
    max-width: 63.5vw;
    position: relative;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.max_width_900 {
    max-width: 900px;
    max-width: 56.25vw;
    position: relative;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.max_width_800 {
    max-width: 800px;
    max-width: 50vw;
    position: relative;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.max_width_700 {
    max-width: 700px;
    max-width: 43.75vw;
    position: relative;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.max_width_600 {
    max-width: 600px;
    max-width: 37.5vw;
    position: relative;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.max_width_500 {
    max-width: 500px;
    max-width: 31.25vw;
    position: relative;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.max_width_400 {
    max-width: 400px;
    max-width: 25vw;
    position: relative;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.max_width_300 {
    max-width: 300px;
    max-width: 18.75vw;
    position: relative;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 1500px) {
    .max_width_1080 {
        max-width: 1080px;
        max-width: 83.5vw;
        position: relative;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .max_width_1180 {
        max-width: 1180px;
        max-width: 83.5vw;
        position: relative;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 1024px) {
    .max_width_1080 {
        max-width: 1080px;
        max-width: 90.5vw;
        position: relative;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .max_width_1180 {
        max-width: 1180px;
        max-width: 90.5vw;
        position: relative;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .max_width_800 {
        max-width: 800px;
        max-width: 70vw;
        position: relative;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 767px) {
    .max_width_1080 {
        max-width: 1080px;
        max-width: 95.5vw;
        position: relative;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .max_width_1180 {
        max-width: 1180px;
        max-width: 100vw;
        position: relative;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .max_width_800 {
        max-width: 800px;
        max-width: 70vw;
        position: relative;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
}


/*CUSTOM COLUMN FILL*/

.column_fill {
    -webkit-column-gap: 60px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 60px;
    /* Firefox */
    column-gap: 60px;
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
}


/* Style the video: 100% width and height to cover the entire window */

.fullscreen-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}

.shadow_copy {
    text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.10) !important;
}

.shadow_box {
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.20);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.20);
}

.img_shadow {
    -webkit-box-shadow: 0 30px 40px -20px rgba(10, 28, 59, 0.85);
    -moz-box-shadow: 0 30px 40px -20px rgba(10, 28, 59, 0.85);
    box-shadow: 0 30px 40px -20px rgba(10, 28, 59, 0.85);
}


/*Underline Text*/


/*How to use - ADD this to title with <span class"underline--magical">Hello</span>*/

.underline--magical {
    /* background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);*/
    background-image: linear-gradient(120deg, #CCA950 100%, #CCA950 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.25em;
    background-position: 0 85%;
    color: #000000;
}

.yellow {
    /* background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);*/
    background-image: linear-gradient(120deg, #FFFFFF 100%, #FFFFFF 100%);
}

.blue {
    /* background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);*/
    background-image: linear-gradient(120deg, #0000FF 100%, #0000FF 100%);
}

.skew_item {
    transition: transform 0.20s !important;
    will-change: transform !important;
}

.item-grid:hover {
    opacity: 0.9 !important;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}


/*CUSTON KC LIGHTBOX*/

.pp_nav {
    display: none !important;
}

.pp_close {
    position: fixed !important;
    margin-right: 20px !important;
    margin-top: 20px !important;
    font-size: 35px !important;
}


/*Cookie Notice for GDPR*/

#cookie-notice {
    min-width: 235px;
    border-radius: 11px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 5px;
    margin-left: 22px;
    margin-bottom: 22px;
    margin-top: 22px;
    -webkit-box-shadow: 0 6px 40px rgba(0, 0, 0, .2);
    box-shadow: 0 6px 40px rgba(0, 0, 0, .2);
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
    font-family: sans-serif;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004) !important;
    color: #808080 !important;
    font-weight: 500;
    border-color: rgba(0, 0, 0, 0.10);
    border-style: solid;
    border-width: 1px;
}

.cookie-notice-container {
    width: 235px;
}

#cookie-notice .cn-button {
    margin-left: 0px;
}

.cn-button {
    width: 100%;
    margin-top: 5px;
}

#cn-accept-cookie {
    font-family: sans-serif;
    line-height: 18px;
    padding: 12px 12px;
    border-color: #BBB;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-sizing: border-box;
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
    border-radius: 6px;
    background-color: #41b14f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5EAD1C), to(#5EAD1C));
    background-image: linear-gradient(#5EAD1C, #5EAD1C);
    color: #fff;
    font-weight: 600;
    margin-top: 25px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
}

#cn-accept-cookie:hover {
    opacity: 0.8;
}

#cn-refuse-cookie {
    font-family: sans-serif;
    line-height: 18px;
    padding: 12px 12px;
    border-color: #DDDDDD;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.0);
    -moz-box-sizing: border-box;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
    border-radius: 6px;
    background: linear-gradient(to bottom, #FEFEFE, #FFFFFF) repeat scroll 0 0 #FFFFFF;
    background-color: rgb(255, 255, 255);
    color: #9B9B9B;
    font-weight: 600;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

#cn-refuse-cookie:hover {
    opacity: 0.8;
}

#cn-more-info {
    font-family: sans-serif;
    line-height: 18px;
    padding: 12px 12px;
    border-color: #DDDDDD;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.0);
    -moz-box-sizing: border-box;
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
    border-radius: 6px;
    background: linear-gradient(to bottom, #FFFFFF, #FFFFFF) repeat scroll 0 0 #FFFFFF;
    background-color: rgb(255, 255, 255);
    color: #808080;
    font-weight: 400;
    text-decoration: underline !important;
}

#cn-more-info:hover {
    opacity: 0.8;
    text-decoration: none !important;
}

.cn-button.wp-default {
    font-family: sans-serif;
    line-height: 18px;
    padding: 12px 12px;
    border-color: #DDDDDD;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.0);
    -moz-box-sizing: border-box;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
    border-radius: 6px;
    background: linear-gradient(to bottom, #FEFEFE, #FFFFFF) repeat scroll 0 0 #FFFFFF;
    background-color: rgb(255, 255, 255);
    color: #9B9B9B;
    font-weight: 600;
}


/* Cookie Overlay */

#cookieimage {
    width: 100%;
    height: 50px;
    /*background: #FF0000;*/
    /* The image used */
    background-image: url("http://spielwiese.vfwebserver.com/img/cookies.png");
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 10px;
}

.cookie-overlay {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100000000;
}

#cookie-notice {
    position: initial;
}

body.cookies-not-set {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

body.cookies-set .cookie-overlay {
    display: none;
}

@media only screen and (min-width: 767px) {
    .cookie-notice-container {
        width: 350px;
    }
    .cookie-notice-container span#cn-notice-text {
        font-size: 14px;
    }
    .cookie-notice-container #cn-accept-cookie {
        padding: 17px 12px;
    }
    #cookie-notice {
        padding-right: 30px;
        padding-left: 30px;
        -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.40);
        box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.40);
    }
}


/*Desktop Ende*/


/*MEDIA QUERY 1024 - ALLE SCREENS MIT RESOLUTION VON WIDTH 1024px - 999px --> iPad Landscape*/

@media only screen and (max-width: 1024px) {
    .column_fill {
        -webkit-column-gap: 20px;
        /* Chrome, Safari, Opera */
        -moz-column-gap: 20px;
        /* Firefox */
        column-gap: 20px;
        -moz-columns: 3;
        -webkit-columns: 3;
        columns: 3;
        -webkit-column-fill: balance;
        -moz-column-fill: balance;
        column-fill: balance;
    }
    .max_width_900 {
        max-width: 700px;
        position: relative;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .button_large_text {
        font-size: 16px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .button_large_fill {
        font-size: 13px;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 18px;
        padding-bottom: 22px;
    }
    .button_large_outline {
        font-size: 12px;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 12px;
        padding-bottom: 15px;
    }
    .button_large_fill_2 {
        font-size: 12px;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 12px;
        padding-bottom: 15px;
    }
    .button_medium_outline {
        font-family: 'Lato', sans-serif;
        font-weight: 900;
        background-color: rgba(255, 255, 255, 0.0);
        color: #2A88C9;
        font-size: 12px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 7px;
        padding-bottom: 10px;
    }
    .button_small_fill {
        font-size: 10px;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 6px;
        padding-bottom: 9px;
        margin-top: 15px;
    }
}


/*MEDIA QUERY 999 - ALLE SCREENS MIT RESOLUTION VON WIDTH 999px - 767px --> Grosse Tablets - iPad Portrait*/

@media only screen and (max-width: 999px) {
    .column_fill {
        -webkit-column-gap: 20px;
        /* Chrome, Safari, Opera */
        -moz-column-gap: 20px;
        /* Firefox */
        column-gap: 20px;
        -moz-columns: 2;
        -webkit-columns: 2;
        columns: 2;
        -webkit-column-fill: balance;
        -moz-column-fill: balance;
        column-fill: balance;
    }
    .button_large_text {
        font-size: 16px;
    }
    .max_width_900 {
        max-width: 600px;
        position: relative;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    /* Button - Styling */
    .button_large_fill {
        font-size: 14px;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 20px;
        padding-bottom: 24px;
    }
    .button_large_text {
        font-size: 20px;
    }
    .button_large_fill_2 {
        font-size: 13px;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 15px;
        padding-bottom: 18px;
    }
    .button_large_outline {
        font-size: 13px;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 15px;
        padding-bottom: 18px;
    }
    .button_medium_outline {
        font-size: 13px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 10px;
        padding-bottom: 13px;
    }
    .button_small_fill {
        font-size: 11px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 8px;
        padding-bottom: 11px;
        margin-top: 15px;
    }
}


/*MEDIA QUERY 767 - ALLE SCREENS MIT RESOLUTION VON WIDTH 767px - 479px --> iPhone Landscape*/

@media only screen and (max-width: 767px) {
    .column_fill {
        -webkit-column-gap: 20px;
        /* Chrome, Safari, Opera */
        -moz-column-gap: 20px;
        /* Firefox */
        column-gap: 20px;
        -moz-columns: 1;
        -webkit-columns: 1;
        columns: 1;
        -webkit-column-fill: balance;
        -moz-column-fill: balance;
        column-fill: balance;
    }
    .button_large_fill {
        font-size: 13px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 15px;
        padding-bottom: 22px;
        min-width: 190px;
    }
    .button_large_fill_2 {
        font-size: 12px;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 12px;
        padding-bottom: 15px;
        min-width: 170px;
    }
    .button_large_outline {
        font-size: 12px;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 12px;
        padding-bottom: 15px;
        min-width: 170px;
    }
    .button_small_fill {
        font-size: 10px;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 6px;
        padding-bottom: 9px;
        margin-top: 15px;
    }
    .button_medium_outline {
        font-family: 'Lato', sans-serif;
        font-weight: 900;
        background-color: rgba(255, 255, 255, 0.0);
        color: #2A88C9;
        font-size: 12px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 7px;
        padding-bottom: 10px;
    }
    /*Cookie Notice for GDPR*/
    #cookie-notice {
        min-width: 190px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 10px;
        padding-bottom: 0px;
        margin-left: 15px;
        margin-bottom: 15px;
        margin-top: 15px;
        -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
        box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
        font-size: 12px;
        line-height: 1.3;
    }
    .cookie-notice-container {
        width: 190px;
    }
    #cookie-notice .cn-button {
        margin-left: 0px;
    }
    .cn-button {
        width: 100%;
        margin-top: 5px;
    }
    #cn-accept-cookie {
        line-height: 16px;
        padding: 10px 10px;
        font-size: 11px;
        margin-top: 10px;
    }
    #cn-accept-cookie:hover {
        opacity: 0.8;
    }
    #cn-refuse-cookie {
        line-height: 16px;
        padding: 10px 10px;
        font-size: 11px;
    }
    #cn-refuse-cookie:hover {
        opacity: 0.8;
    }
    #cn-more-info {
        line-height: 10px;
        padding: 10px 8px;
        font-size: 11px;
    }
    #cn-more-info:hover {
        opacity: 0.8;
        text-decoration: none !important;
    }
    .cn-button.wp-default {
        line-height: 16px;
        padding: 10px 10px;
        font-size: 12px;
    }
    #cookieimage {
        height: 30px;
        margin-bottom: 0px;
    }
    .owlslider_big {
        height: 90vh !important;
        /*background: #FF00FF;*/
    }
    .owlslider_big_img {
        height: 90vh !important;
        width: 100% !important;
    }
    /*CUSTOM DOTS OWL Slider*/
    .owl-theme .owl-controls .owl-page span {
        width: 10px !important;
        height: 10px !important;
        margin: 0px 4px 0px 4px!important;
    }
    .owl-theme .owl-controls .owl-page.active span,
    .owl-theme .owl-controls.clickable .owl-page:hover span {
        width: 10px !important;
        height: 10px !important;
    }
    .owl-pagination {
        /*background: #FF00FF;*/
        margin-top: 10px;
    }
    /*OWL SLIDER BUTTON NEXT/PREV*/
    .owl-theme .owl-controls .owl-buttons div {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .owl-prev,
    .owl-next {
        height: 20px;
        width: 20px;
    }
    .owlslider_width {
        max-width: 100% !important;
    }
}