/*
Theme Name: Carlmakesmedia ChildTheme
Author: 
Description: Your description goes here
Version: 1.0
Template: Divi

This is the child theme for Divi theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
/*Animationen Magazin*/
/*Infobox Scroll*/
.om-infobox-row {
    transition: transform 0.3s ease;
}

/*Sections Left-Right*/
.om-section-left .om-column-1, .om-section-left .om-column-2, .om-section-right .om-column-1, .om-section-right .om-column-2{
	opacity:0;
	transition:all .2s ease-in-out;
}
.om-section-left .om-column-1.slide-in-left, .om-section-right .om-column-1.slide-in-left{
    animation: slide-in-left 800ms ease-in-out;
	opacity:1;
}
.om-section-left .om-column-2.slide-in-right, .om-section-right .om-column-2.slide-in-right{
    animation: slide-in-right 800ms ease-in-out;
	opacity:1;
}
@-webkit-keyframes slide-in-left {
    0% {
		-webkit-transform: translateZ(0) translateX(-300px);
        transform: translateZ(0) translateX(-300px);
		opacity: 0;
    }
    100% {
		-webkit-transform: translateZ(0) translateX(0px);
        transform: translateZ(0) translateX(0);
		opacity: 1;
    }
}
@keyframes slide-in-left {
    0% {
		-webkit-transform: translateZ(0) translateX(-300px);
        transform: translateZ(0) translateX(-300px);
		opacity: 0;
    }
    100% {
		-webkit-transform: translateZ(0) translateX(0px);
        transform: translateZ(0) translateX(0);
		opacity: 1;
    }
}
@-webkit-keyframes slide-in-right {
    0% {
		-webkit-transform: translateZ(0) translateX(300px);
        transform: translateZ(0) translateX(300px);
		opacity: 0;
    }
    100% {
		-webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
		opacity: 1;
    }
}
@keyframes slide-in-right {
    0% {
		-webkit-transform: translateZ(0) translateX(300px);
        transform: translateZ(0) translateX(300px);
		opacity: 0;
    }
    100% {
		-webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
		opacity: 1;
    }
}
/*Sections Left-Right*/


/*Text Reveal*/
.dsm_block_reveal_text_header {
	padding-bottom: 0;
}
.dsm_block_reveal_text_wrapper {
	position: relative;
	overflow: hidden;
	display: inline-flex;
}
.dsm_block_text_reveal {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation: blockRevealLR 0.25s 0s, blockRevealOutLR 0.5s 0.5s;
    animation: blockRevealLR 0.25s 0s, blockRevealOutLR 0.5s 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes blockRevealLR {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes blockRevealLR {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}
.dsm_block_text_reveal_content {
	opacity: 0;
}
.dsm_block_text_reveal,
.dsm_block_text_reveal_front,
.dsm_block_image_reveal_front {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}
.dsm_block_text_reveal_front {
	opacity: 0;
}
.dsm_block_image_reveal_content {
    opacity: 0
}

.dsm_block_image_reveal,.cs_block_image_reveal_front {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none
}
.dsm_block_image_reveal_front {
    opacity: 0
}
@-webkit-keyframes fadeInImg {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeInImg {
	0% {
		opacity: 0;
	}

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

	100% {
		transform: translateX(101%);
	}
}

@keyframes blockRevealOutLR {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(101%);
	}
}
.dsm_block_reveal_text_wrapper .dsm_block_image_reveal_front {
    background-color: #FFFFFF;
}
/*Text Reveal*/
/*Animationen Magazin*/




body.custom-background .et_pb_section{
	background-color: #000;
}
.page.et_pb_pagebuilder_layout #main-content, body #main-content{
    background-color: #000;
}
.et-menu .menu-item-has-children > a:after {
    content: '4c'!important;
    font-size: 24px !important;
    font-weight: normal!important;
    padding-left: 10px;
    right: auto !important;
}
.et-menu .menu-item-has-children > .de-menu-switched-icon:after {
    content: '4d' !important;
    font-size: 24px !important;
    font-weight: normal!important;
    padding-left: 10px;
    right: auto !important;
}
.et-menu .menu-item-has-children > a {
    position: relative;
}
.et-menu .menu-item-has-children .sub-menu li {
    display: none;
}
.et-menu .menu-item-has-children .sub-menu .de-show-menu-items {
    display: block;
}  
.de-menu .et_pb_menu__menu {
    display: block;
}
.de-menu .et_mobile_nav_menu {
    display: none;
}  
.de-menu .et-menu-nav .et-menu {
    align-items: center !important;
    flex-direction: column;
}
.de-menu .et-menu > li {
    display: flex;
    flex-direction: column;
    margin-top: 15px !important;
}
.de-menu .sub-menu {
    border-top: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    left: 0 !important;
    opacity: 1;
    padding: 0 !important;
    position: relative;
    top: 4px !important;
    visibility: visible;
    width: auto;
}
.de-menu .et-menu li li a {
    font-size: 20px !important;
    font-weight: 600 !important;
    padding: 0 0 16px 0;
    text-align: center;
    width: auto;
}
.de-menu-row {
    overflow: auto;
    scrollbar-width: none;
    transform: translateY(-100%);
    transition: all 1s ease;
}
.de-menu-row::-webkit-scrollbar {
    display: none;
}
.de-menu-row .et_pb_column {
    align-items: center;
    display: flex;
    min-height: 100vh;
}
.de-menu-row.de-menu-active {
    transform: translateY(0);
    transition: all 1s ease;
}
.de-menu-ham-icon,
.de-menu-close-icon {
    cursor: pointer;
}
.de-menu-ham-icon {
    display: inline-block;
    float: right;
}
.de-menu-ham-icon .et_pb_main_blurb_image,
.de-menu-close-icon .et_pb_main_blurb_image {
    margin-bottom: 0;
}
.de-menu .et-menu li li.menu-item-has-children>a:first-child:after {
    top: 0;
}
@media screen and (max-width: 980px) {
    .de-menu .et-menu li li a {
        font-size: 18px !important;
    }

    .et-menu .menu-item-has-children > a:after {
        font-size: 18px !important;
    }

    .et-menu .menu-item-has-children > .de-menu-switched-icon:after {
        font-size: 18px !important;
    }
}
.et_pb_preload:before {
    background: #000!important;
    top: 0!important;
    bottom: 0!important;
    left: 0!important;
    right: 0!important;
    width: auto!important;
    height: auto!important;
}
/*CSS Online Magazin Maske*/


.om-content-area h1, h2, h3, h4, h5, h6{
	color:#fff;
}
.om-content-area p, .om-section-start-txt p{
	font-size: 1rem;
    line-height: 1.9em;
}
.om-section-start-txt p{
	color:#fff;
}
.om-section-start-txt{
	max-width: 95%;
	width: 95%;
	margin-left: auto!important;
    margin-right: auto!important;
	padding: 4% 0;
	margin: auto;
}
.om-section-start-txt *{
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.om-section-start-txt h2{
	text-transform: uppercase;
    font-size: 1.2rem;
}
.om-section-start-txt h3{
	font-size: 2rem;
    line-height: 1.5em;
}
.om-section-left, .om-section-right{
	display:flex;
	width:95%;
	max-width:95%;
	margin: auto;
	padding: 4% 0;
}
.om-section-left h2, h3, h4, h5, h6, .om-section-right h2, h3, h4, h5, h6{
	color:#fff;
}
.om-section-left .om-column-1, .om-section-right .om-column-2{
	width:50%;
	padding-right: 100px;
    padding-left: 100px;
	margin:auto;
}
.om-section-left .om-column-2, .om-section-right .om-column-1{
	width:50%;
	margin:auto;
}
.om-section-left .om-column-1 .text-bereich{
	margin-left: auto;
    margin-right: 0px;
	text-align: left;
	line-height: 1.9em;
    font-size: 1rem;
    line-height: 1.9em;
	border: 0 solid;
    border-right-width: 3px;
    border-right-color: #FFFFFF;
    padding-right: 20px!important;
    max-width: 400px;
	word-wrap: break-word;
	animation: anim-slide-in-right 1000ms ease 0s 1 normal forwards;
}
.om-section-right .om-column-2 .text-bereich{
	margin-right: auto;
    margin-left: 0px;
	text-align: left;
	line-height: 1.9em;
    font-size: 1rem;
    line-height: 1.9em;
	border: 0 solid;
    border-left-width: 3px;
    border-left-color: #FFFFFF;
    padding-left: 20px!important;
    max-width: 400px;
	word-wrap: break-word;	
}
.om-section-left, .om-section-right{
	color:#fff;
}
.om-section-left .bild-bereich img, .om-section-right .bild-bereich img{
    max-height: 900px;
	margin-left: auto;
    margin-right: auto;
}
.om-section-left .bild-bereich, .om-section-right .bild-bereich{
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
@media all and (min-width: 981px){
	.om-section-left, .om-section-right{
	padding: 6% 0;
	}
}
@media all and (max-width: 980px){
	.entry-content .om-section-right{
    	flex-flow: column-reverse;	
	}
	.om-section-left, .om-section-right{
		display:flex;
		flex-flow:column;
		width:95%;
		max-width:95%;
		margin: auto;
		padding: 80px 0;
	}
	.om-section-start-txt {
		width:90%;
    	max-width: 90%;
		padding: 50px 0;
	}
	.om-section-left .om-column-1, .om-section-right .om-column-2{
		max-width:400px;
		width:auto;
		padding:0;
		margin-bottom:50px;
	}
	.om-section-left .om-column-2, .om-section-right .om-column-1{
		width:auto;
	}
	.entry-content .om-infobox-row{
		flex-flow: column;
		text-align:center;
		margin-bottom:60px;
		top:0;
	}
	.entry-content .om-infobox-row .om-column-1, .entry-content .om-infobox-row .om-column-2{
		padding-right:0;
		padding-left:0;
		max-width:80%;
		width:80%;
	}	
}
/*Infobox*/
.om-infobox-row:empty {
    display: none;
}
.om-infobox-row {
    display: flex;
	width:90%;
	max-width: 1150px;
    background-color: #000;
    z-index: 340!important;
    top: 135px;
    bottom: auto;
    position: relative;
    margin: auto;
    padding: 27px 0;
}
.om-infobox-row .headline{
	font-size:2.5rem;
	text-transform: uppercase;
	color:#fff;
}
.om-infobox-row .infotext{
	font-size:1.2rem;
	line-height: 1.8em;
	font-weight: 700;
	color:#000;
}
.om-infobox-row .om-column-1, .om-infobox-row .om-column-2 {
    width: 50%;
	padding-right: 100px;
    padding-left: 100px;
    margin: auto;
}
.om-infobox-row .infotext .txt-inner{
	display:inline;
	padding-bottom:0px;
	background-color: #fff;
  	-webkit-box-decoration-break: clone;
  	box-decoration-break: clone;
  	box-shadow: -5px 0px 0px #fff, 5px 0px 0px #fff;
}
.om-infobox-row .infotext p {
    padding-bottom: 0;
}
.om-infobox-row .infotext a {
    color:#000;
}
.entry-content .om-infobox-row .social-media-icons{
	padding:0px!important;
}
.entry-content .om-infobox-row .social-media-icons img {
    width: 70px;
    margin-right: 15px;
    margin-top: 10px;
}
@media all and (min-width: 981px) and (max-width: 1300px) {
	.om-infobox-row .om-column-1, .om-infobox-row .om-column-2{
		padding-right:20px;
		padding-left:20px;
	}
}
/*Gallery*/
/*.om-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 12px;
}
@media all and (min-width: 768px) {
    .om-gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(calc(33.33% - 12px), 1fr));
    }
}*/
.gallery-item {
	width:calc(33.333% - 12px);
    margin-bottom: 12px;
	overflow:hidden;
}
.gallery-caption, .gallery-item a {
    width: 100%;
}
.gallery-item img {
    display: block;
    width: 100%;
    height: auto;
	-webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
}
/* Optional: Effekte für Hover */
.gallery-item:hover img {
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
	transform: scale(1.2);
}
/*CSS Online Magazin Maske*/

/*Überschriften Schriftarten*/

/*Formulare Buchungstool*/
body.buchung-modul-open {
  overflow: hidden;
}

/*.wpcf7.input[type=checkbox]{
    height: 1.5em;
    padding: 7px 7px 7px 12px;
    background: transparent;
    border: 1px solid #fff;
    outline: none;
    color: #fff;
    box-shadow: 0 1px 2px #fff;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    border-radius: 4px;
    transition: all 0.15s;
}*/
form#footer-form p>label>span>input[type=text], p>label>span>input[type="email"], p>label>span>input[type="tel"]{
    background-color: #ffffff5c;
    color: #fff;
    border: 1px solid #000;
    padding: 8px;
    margin-bottom: 5px;
}
form#footer-form p>label>span>input::placeholder{
	color:#fff;
	font-size:1em;
}
form#footer-form .et_pb_button{
	padding: 0.3em 1em;
    line-height: 1.7em!important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
	color: #fff;
    font-size: 16px;
    font-family: 'Amiko',sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important
}
form#footer-form .et_pb_button:hover{
	border: 2px solid transparent;
    padding: 0.3em 2em 0.3em 0.7em;
	transition: all 300ms ease 0ms;
}
form#footer-form .et_pb_button:after{
	font-size: 1.6em;
}
form#footer-form .wpcf7-spinner {
    background-color: #ffffff5c;
    margin: 0px;
    transform: translatex(20px);
}
form#footer-form .footer-form-heading{
	font-size:2em;
	padding-bottom:1em;
}
form#footer-form .footer-form-label {
	font-family: bc-alphapipe, sans-serif!important;
	font-size: 1.5em;
    padding-bottom: 0em;
}
form#footer-form .footer-form-list {
    border-bottom: 1px solid #fff;
	font-size:16px;
    max-width: 250px;
    margin-bottom: 20px;
}
form#footer-form .footer-form-list:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}
form#footer-form {
    margin: 50px 10px;
}
div#txt-form-footer > div > .wpcf7{
    background-color: #000;
	position: fixed;
	top: 0;
	height: 0;
	left: 0;
	overflow: hidden;	
	width: 100vw;
	display: flex;
	align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    position: fixed;
	z-index: 9999;
}
/*Checkbox Styles*/
.form-with-custom-checkboxes input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.05rem;
    width: 1.05rem;
    background: #fff;
    transition: background 250ms;
    border: 1px solid #fff;
    border-radius: 0.2rem;
}
.form-with-custom-checkboxes span.wpcf7-list-item-label {
    margin-left: 15px;
}
.form-with-custom-checkboxes input[type="checkbox"] + .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 0.3rem;
    height: 0.6rem;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transition: background 250ms;
    transform: rotate(45deg);
}
.form-with-custom-checkboxes input[type="checkbox"]:disabled + .wpcf7-list-item-label::after {
    border-color: #ffffff;
}
.form-with-custom-checkboxes input:checked + label::after {
    display: block;
}
.form-with-custom-checkboxes:hover input[type="checkbox"]:not([disabled]) + .wpcf7-list-item-label,
.form-with-custom-checkboxes input[type="checkbox"]:focus + .wpcf7-list-item-label {
    background: #000;
    border-color: #fff;
}
.form-with-custom-checkboxes input:focus {
    box-shadow: 0 0 0 1px #fff;
}
.form-with-custom-checkboxes input[type="checkbox"]:checked + .wpcf7-list-item-label {
    background: #000;
    border-color: #fff;
}
.form-with-custom-checkboxes input[type="checkbox"]:disabled + .wpcf7-list-item-label{
    opacity: 0.5;
    cursor: not-allowed;
}
.form-with-custom-checkboxes:hover input[type="checkbox"]:not([disabled]):checked + .wpcf7-list-item-label,
.form-with-custom-checkboxes input[type="checkbox"]:checked:focus + .wpcf7-list-item-label {
    background: #000;
    border-color: #fff;
}
/*Kontakformular Divi Kontaktseite*/
.pa-contact-form-success-message .et-pb-contact-message p{
    font-size: 1.3rem;
    background-color: #008000;
    padding: 10px;
    text-align: center;
	font-weight: 800;
}
/*Scroll-to-Top Button*/
.et_pb_scroll_top.et-pb-icon.et-visible {
    display: inline;
    background-color: #ffffffcf;
    color: #000;
    font-size: 2.5em;
}
.et_pb_scroll_top.et-pb-icon.et-visible:hover {
    background-color: #fff;
	box-shadow: 0px 0px 10px 0px #ffffff;
	transition: ease 250ms;
}
/*Online Marketing Blog-Seite*/
.et-db #et-boc .cs-om-header h1{
	font-size: clamp(1.75rem, calc(.1667rem + 7.037vw), 6.5rem);
}
@media all and (min-width: 768px) {
	.et-db #et-boc .cs-om-header h1{
		font-size: clamp(5rem,6.3vw,7rem);
	}
}
@media all and (max-width: 980px) {
	.redakteur-info {
    	margin-top: 50px;
    	text-align: center;
    	margin-left: auto;
    	margin-right: auto;
	}
	.redakteur-info img {
    max-width: 400px;
	}
}
@media all and (max-width: 768px) {
	.redakteur-info img {
    	max-width: 90%;
		max-height: 600px;
	}
}
@media all and (max-width: 1200px) {
	.cs-om-row-infocard-desktop .et_pb_column {
    	padding-left: 2vw!important;
    	padding-right: 2vw!important;
	}
}
@media all and (min-width: 1201px) and (max-width: 1440px) {
	.cs-om-row-infocard-desktop .et_pb_column {
    	padding-left: 5vw!important;
    	padding-right: 5vw!important;
	}
}

.cs-online-magazin-blog .et_pb_ajax_pagination_container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	column-gap: 2em;
	row-gap: 2em;
}
.cs-online-magazin-blog .et_pb_ajax_pagination_container div {
	grid-column: 1 / -1;
}
.cs-online-magazin-blog .et_pb_post:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,transparent,rgba(0,0,0,0) 63.53%,rgba(0,0,0,.8));
    z-index: 1;
    transition: opacity .25s ease;
	pointer-events: none;
}
.cs-online-magazin-blog .et_pb_post:hover:before {
    opacity: .6;
}
/*blog image aspect ratio landscape 4:3*/
.et-db #et-boc .et-l .cs-online-magazin-blog .et_pb_post .entry-featured-image-url {
	padding-top: 75%;
	display: block;
	margin-bottom:0px;
}
.et-db #et-boc .et-l .cs-online-magazin-blog .et_pb_post .entry-featured-image-url img {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}
.et-db #et-boc .et-l .et_pb_post {
    margin-bottom: 0px;
}
/*Video Artikel auf Online Magazin Archivseite*/
.cs-online-magazin-blog .post_format-post-format-video .et_main_video_container .wp-video{
	width:100%!important;
	height:100%!important;	
}
.cs-online-magazin-blog .post_format-post-format-video .et_main_video_container .mejs-container{
	width:100%!important;
	height:100%!important;
}
.cs-online-magazin-blog .post_format-post-format-video .et_main_video_container .mejs-controls{
	display:none;
}
.et-db #et-boc .et-l .cs-online-magazin-blog .et_pb_post {
  position: relative;
}
.et-db #et-boc .et-l .cs-online-magazin-blog .et_pb_post .et_main_video_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
  overflow: hidden;
}
.et-db #et-boc .et-l .cs-online-magazin-blog .et_pb_post .et_main_video_container video {
  width: 100%!important;
  height: 100%!important;
  object-fit: cover;
}
@media all and (max-width: 660px) {
	.post_format-post-format-video {
    	display: none!important;
	}
}
/*Lightbox der Videos*/
.et_pb_post.format-video *, .et_pb_post.post_format-post-format-video *{
  	pointer-events: none;
}
.et_pb_post.format-video, .et_pb_post.post_format-post-format-video {
  	cursor:pointer;
}
/* Lightbox-Overlay */
.lightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
/* Lightbox-Inhalt */
.lightbox-content {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	min-width: 80vw;
}
/* Schließen-Schaltfläche */
.lightbox-close {
   	position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    color: #fff;
    font-size: 55px;
    cursor: pointer;
	font-weight: 100;
	background-color: rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 15px;
}

@media all and (max-width: 1120px) {
	.cs-online-magazin-blog .et_pb_ajax_pagination_container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media all and (max-width: 660px) {
	.cs-online-magazin-blog .et_pb_ajax_pagination_container {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px){
	.et-db #et-boc .et-l .et_pb_module.et_pb_icon_1_tb_body, .et-db #et-boc .et-l .et_pb_module.et_pb_icon_1{
    	margin-top: 0px!important;
	}
}
/*move wrapped title, meta, and text up over the image*/
.cs-online-magazin-blog-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem 2rem;
	z-index: 1;
}
/*keep the moved items positioned with their parent items*/
.et_pb_blog_grid article {
	position: relative;
}
/*remove spacing around entire blog post*/
.cs-online-magazin-blog .et_pb_blog_grid .et_pb_post {
	padding: 0px;
}
/*remove negative margins on blog featured image*/
.cs-online-magazin-blog .et_pb_image_container {
	margin: 0;
}
/*remove the margin below the featured image frame*/
.cs-online-magazin-blog .et_pb_post .entry-featured-image-url {
	margin: 0;
}
.cs-online-magazin-blog .et_pb_blog_grid .entry-featured-image-url::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.et-db #et-boc .et-l .om-ad-bg-size .et_parallax_bg {
    background-size: contain;
}


@media only screen and (max-width: 980px){
	.om_section_right_preset .om_row_right_preset{
    display: flex;
    flex-flow: column-reverse;
	}
}
/*Online Magazin Beitragsseite Redakteur Info*/
.et-db #et-boc .et-l .et_pb_module.et_pb_code .redakteur-info{
	color:#fff;
}
.et-db #et-boc .et-l .et_pb_module.et_pb_code .redakteur-info h3{
	color:#fff;
	font-family: Open Sans,Arial,sans-serif;
	font-weight:700;
	font-size:1.2rem;
}
/*Nachrichten Archivseite*/
.news-row-more-infos .news-icon-list span.dsm_icon_list_text{
	display:none;
}
.news-row-more-infos .et_pb_column{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    column-gap: 50px;
}
.cs-news-blog-post .wp-caption {
    border: 0;
    background-color: #000;
    padding: 0;
    margin: 0 0;
    margin-bottom: 60px;
    max-width: 100%;
}
.cs-news-blog-post .et_pb_post_content .wp-caption p.wp-caption-text{
	float: left;
	padding-left:0;
	text-align: left;
	line-height: 15px;
}
.cs-news-blog-post .et_pb_post_content .wp-caption img{
	margin: 30px 0 0 0;
}
.cs-news-blog-post .et_pb_post_content img{
	margin: 30px 0;
}
.cs-news-blog .et_pb_ajax_pagination_container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	column-gap: 2em;
	row-gap: 2em;
}
.cs-news-blog .et_pb_ajax_pagination_container article {
	padding: 1em;
	border-bottom: 2px solid #fff!important;
}
.cs-news-blog .et_pb_ajax_pagination_container div {
	grid-column: 1 / -1;
}
.cs-news-blog .et_pb_post div.post-content a.more-link {
	position: absolute;
	bottom: 30px
}
.cs-news-blog .post-content {
	padding-bottom: 4.5em;
}
@media all and (max-width: 455px) {
	.news-row-more-infos .et_pb_column{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 25px;
	}
}
@media all and (max-width: 1100px) {
	.cs-news-blog .et_pb_ajax_pagination_container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media all and (max-width: 660px) {
	.cs-news-blog .et_pb_ajax_pagination_container {
		grid-template-columns: repeat(1, 1fr);
	}
}

.et-db #et-boc .et-l .cs-news-blog .et_pb_ajax_pagination_container .et_pb_post a.more-link{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em!important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all!important;
    transition-property: all!important;
}
.et-db #et-boc .et-l .cs-news-blog .et_pb_ajax_pagination_container .et_pb_post a.more-link:hover{
	border: 2px solid transparent;
	padding: 0.3em 2em 0.3em 0.7em;
}
.et-db #et-boc .et-l .cs-news-blog .et_pb_ajax_pagination_container .et_pb_post a.more-link:after{
    font-size: 1.6em;
    line-height: 1em;
	font-family: ETmodules;
    content: "\35";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
}
.et-db #et-boc .et-l .cs-news-blog .et_pb_ajax_pagination_container .et_pb_post a.more-link:hover:after{
	opacity: 1;
    margin-left: 0;
}
.cs-news-blog.et_pb_posts article.et_pb_post a.entry-featured-image-url {
	padding-top: 70%;
}
.cs-news-blog.et_pb_posts article.et_pb_post a.entry-featured-image-url > img {
	height: 100%;
	object-fit: cover;
	position: absolute; 
	top: 0; 
	width: 100%; 
}

/*Video Archivseite*/
.cs-video-blog .et_pb_ajax_pagination_container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	column-gap: 2em;
}
.cs-video-blog .et_pb_ajax_pagination_container article {
	padding: 1em;
	border-bottom: 2px solid #fff!important;
}
.cs-video-blog .et_pb_ajax_pagination_container div {
	grid-column: 1 / -1;
}
.cs-video-blog .et_pb_post div.post-content a.more-link {
	position: absolute;
	bottom: 30px
}
.cs-video-blog .post-content {
	padding-bottom: 4.5em;
}
@media all and (max-width: 980px) {
	.cs-video-blog .et_pb_ajax_pagination_container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media all and (max-width: 768px) {
	.cs-video-blog .et_pb_ajax_pagination_container {
		grid-template-columns: repeat(1, 1fr);
	}
}
.et-db #et-boc .et-l .cs-video-blog .et_pb_ajax_pagination_container .et_pb_post a.more-link{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em!important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all!important;
    transition-property: all!important;
}
.et-db #et-boc .et-l .cs-video-blog .et_pb_ajax_pagination_container .et_pb_post a.more-link:hover{
	border: 2px solid transparent;
	padding: 0.3em 2em 0.3em 0.7em;
}
.et-db #et-boc .et-l .cs-video-blog .et_pb_ajax_pagination_container .et_pb_post a.more-link:after{
    font-size: 1.6em;
    line-height: 1em;
	font-family: ETmodules;
    content: "\35";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
}
.et-db #et-boc .et-l .cs-video-blog .et_pb_ajax_pagination_container .et_pb_post a.more-link:hover:after{
	opacity: 1;
    margin-left: 0;
}
.wp-pagenavi{
    border-top: 0px;
}
.wp-pagenavi a, .wp-pagenavi span{
    color: #fff;
	display: inline-block;
    margin: 0 5px;
	padding: 0px 10px;
    font-weight: 600!important;
	font-family:'Amiko';
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink{
	color: #fff!important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    color: #000!important;
    color: #000;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 2px;
}
.wp-pagenavi span.pages {
    display: block;
    margin: 15px 0;
}
/*Breakpoints*/
@media (max-width: 980px){
.et_pb_menu--style-left_aligned .et_pb_menu__wrap{
    justify-content: flex-start;
	}
}
@media only screen and (min-width: 1350px){
	.et_pb_section .stay{
    	padding-bottom: 0px!important;
	}
}
@media only screen and (max-width: 981px){
	.et_pb_row.row-reverse{
    display: flex;
    flex-flow: column-reverse;
	}
	.et_pb_row.row-reverse .et_pb_video, .et_pb_row.row-reverse .et_pb_image{
    margin-top:30px!important;
	}
	.et_pb_row.text-left-mobile-fix h2, .et_pb_row.text-left-mobile-fix p{
		text-align:left!important;
	}
	.et_pb_section .et_pb_row.text-left-mobile-fix .et_pb_text.et_pb_module{
		margin-left:0!important;
	}
	.et_pb_row.text-left-mobile-fix .et_pb_text{
		max-width:unset;
	}
}
.et_pb_row.text-left-mobile-fix .et_pb_text{
		width:unset;
	}
/*Post Type Style Video-Unterseiten*/
.et_post_meta_wrapper{
	display:none;  
}
body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
    padding-top: 0px;
  	width: 100%;
  	max-width:100%;
}
p{
  font-family:'Amiko';
}
h1, h2, h3{
	font-family: bc-alphapipe, sans-serif;
	font-weight: 300;
}
body #page-container .et_pb_section .et_pb_column .et_pb_button{
	font-family: bc-alphapipe, sans-serif!important;
}
.single .et_pb_post {
    margin-bottom: 0px!important;
}
#left-area {
    padding-bottom: 0px!important;
}


/*GSAP Hero-Effect+HorizontalScroll*/

body {
	overflow-x: hidden;	
}
  body {
    position: var(--scroll);
  }

/*Custom Code Glitch*/
@media (max-width: 980px){
.et_pb_menu--style-left_aligned .et_pb_menu__wrap{
    justify-content: flex-start;
}
}
.pin-spacer {
background-color:black;
}
.horizontal-item {
	width:100vw;
height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    clip-path: inset(0 0);
    transition: all .1s;
}
.horizontal {
  	top: 0 !important;
  	width: 100vw !important;    
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
body {

    --glitch-width: 100vw;
    --glitch-height: 100vh;
    --gap-horizontal: 10px;
    --gap-vertical: 5px;
    --time-anim: 4s;
    --delay-anim: 0s;

    --scroll: unset;
  }
  
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  


  .glitch {
    width: 100vw;
    height: 110vh;
    max-width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    overflow: var(--scroll);
   
  }
  .glitch .glitch__item {
    width: 100vw;
    height: 100vh;
	overflow: var(--scroll);
 
    top: 0;
    left: 0;
    position: absolute;
    background-attachment: fixed;
    
  }

.start .logo {
  opacity:0;
   height: 100%;
  width: 100%;
  text-align: center;
  position: absolute;
  inset:0;
  display: grid;
  align-content: center;
  font-size: 5rem;
	overflow: var(--scroll);
	
}

.glitch .logo {
  animation: kv-fade-in 4s forwards;
background-image:url("/wp-content/uploads/2022/07/carl_makes_media.jpg");
	   height: 100%;
  width: 100%;
	background-position:center;
	background-size: contain;   
    background-repeat: no-repeat;
}


@keyframes kv-fade-in {
  0% ,50%{ opacity:0}
}
  .glitch .glitch__item:nth-child(n+2) {
    opacity: 0;
    animation-duration: var(--time-anim);
    animation-delay: var(--i);
    animation-timing-function: linear;
    animation-iteration-count: 1;
    box-shadow: inset 100%;
    animation-name: glitch-anim-4;
  }
  .glitch .glitch__item:nth-child(1) {

    animation-name: glitch-anim;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 4s;
 
  }
  .glitch .glitch__item:nth-child(2) {
    background-color: var(--blend-color-3);
    background-blend-mode: var(--blend-mode-3);
    animation-name: glitch-anim-2;
  }
  .glitch .glitch__item:nth-child(3) {
    background-color: var(--blend-color-2);
    background-blend-mode: var(--blend-mode-2);
    animation-name: glitch-anim-3;
    animation-duration: 4s;
    animation-fill-mode: forwards;
    animation-delay: .5s;
  }
  .glitch .glitch__item:nth-child(4) {
    background-color: var(--blend-color-4);
    background-blend-mode: var(--blend-mode-4);
    animation-name: glitch-anim-4;
  }
  .glitch .glitch__item:nth-child(5) {
    background-color: var(--blend-color-5);
    background-blend-mode: var(--blend-mode-5);
    animation-name: glitch-anim-flash;
  }
  @keyframes glitch-anim-flash {
    0%, 5% {
      opacity: 0.2;
      transform: translate3d(var(--glitch-horizontal), var(--glitch-height), 0);
    }
    5.5%, 100% {
      opacity: 0;
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes glitch-anim {
    0% {
      opacity:1;
      clip-path: polygon(100% 0, 100% 40%, 100% 60%, 100% 100%, 0 100%, 0 0);
      -webkit-clip-path:polygon(100% 0, 100% 40%, 60% 40%, 60% 60%, 100% 60%, 100% 100%, 0 100%, 0 0);
    }
    20% {
      clip-path: polygon(100% 0, 100% 40%, 100% 60%, 100% 100%, 0 100%, 0 0);
      -webkit-clip-path:polygon(100% 0, 100% 40%, 100% 60%, 100% 100%, 0 100%, 0 0);
    }
    30% {
      clip-path: polygon(100% 0, 100% 40%, 100% 60%, 100% 100%, 0 100%, 0 0);
      -webkit-clip-path:polygon(100% 0, 100% 40%, 100% 60%, 100% 100%, 0 100%, 0 0);
    }
    40%,100% {
      opacity: 0;
      
    }
  }
  @keyframes glitch-anim-2 {
    0% {
      opacity: 1;
      transform: translate3d(var(--gap-horizontal), 0, 0);
      -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
      clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    }
    2% {
      -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
      clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    }
    4% {
      -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
      clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    }
    6% {
      -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
      clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    }
    8% {
      -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
      clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    }
    10% {
      -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
      clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    }
    12% {
      -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
      clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    }
    14% {
      -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
      clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    }
    16% {
      -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
      clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    }
    18% {
      -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
      clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    }
    20% {
      -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
      clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    }
    21.9% {
      opacity: 1;
      transform: translate3d(var(--gap-horizontal), 0, 0);
    }
    22%, 100% {
      opacity: 0;
      transform: translate3d(0, 0, 0);
      -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
      clip-path: polygon(0 0, 0 0, 0 0, 0 0);
      opacity:0;
    }
  }
  @keyframes glitch-anim-3 {
    0% {
      opacity: 1;
      transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
      -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
      clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    }
    3% {
      -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
      clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    }
    5% {
      -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
      clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    }
    7% {
      -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
      clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    }
    9% {
      -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
      clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    }
    11% {
      -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
      clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    }
    13% {
      -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
      clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    }
    15% {
      -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
      clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    }
    17% {
      -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
      clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    }
    19% {
      -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
      clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    }
    20% {
      -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
      clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    }
    21.9% {
      opacity: 1;
      transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    }
    22%, 100% {
      opacity: 0;
      transform: translate3d(0, 0, 0);
      -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
      clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    }
  }
  @keyframes glitch-anim-4 {
    0% {
      opacity: 1;
      transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
      -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
      clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    }
    1.5% {
      -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
      clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    }
    2% {
      -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
      clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    }
    2.5% {
      -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
      clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    }
    3% {
      -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
      clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    }
    5% {
      -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
      clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    }
    5.5% {
      -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
      clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    }
    7% {
      -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
      clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    }
    8% {
      -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
      clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    }
    9% {
      -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
      clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    }
    10.5% {
      -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
      clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    }
    11% {
      -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
      clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    }
    13% {
      -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
      clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    }
    14% {
      -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
      clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    }
    14.5% {
      -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
      clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    }
    15% {
      -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
      clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    }
    16% {
      -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
      clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    }
    18% {
      -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
      clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    }
    20% {
      -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
      clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    }
    21.9% {
      opacity: 1;
      transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    }
    22%, 100% {
      opacity: 0;
      transform: translate3d(0, 0, 0);
      -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
      clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    }
  }

/*Google Fonts*/
/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/open-sans-v34-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v34-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-500 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('fonts/open-sans-v34-latin-ext_latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v34-latin-ext_latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('fonts/open-sans-v34-latin-ext_latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v34-latin-ext_latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('fonts/open-sans-v34-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v34-latin-ext_latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local(''),
       url('fonts/open-sans-v34-latin-ext_latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v34-latin-ext_latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* amiko-regular - latin-ext_latin */
@font-face {
  font-family: 'Amiko';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/amiko-v12-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/amiko-v12-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* amiko-600 - latin-ext_latin */
@font-face {
  font-family: 'Amiko';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('fonts/amiko-v12-latin-ext_latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/amiko-v12-latin-ext_latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* amiko-700 - latin-ext_latin */
@font-face {
  font-family: 'Amiko';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('fonts/amiko-v12-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/amiko-v12-latin-ext_latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}




/*tino test für videos*/
.online-magazin .wp-video::after {
	content:"\25B6";
	font-size:3rem;
	position:absolute;
	color: white;
	bottom:20px;
	right:10px;
}




.horizontal-item{
	z-index:1;
		isolation:isolate;
}

.horizontal-item a {
	z-index:20
}