/* mobile view
-------------------------------------------------------------------*/
/*! llyv.css v0.1.0 */
.llyv,.llyv .llyv-play-btn,.llyv img{cursor:pointer}.llyv{background-color:#000;margin-bottom:30px;position:relative;padding-top:56.25%;overflow:hidden}.llyv img{width:100%;top:-16.82%}.llyv .llyv-play-btn{width:100px;height:60px;background-color:#282828;z-index:1;border-radius:9px}.llyv .llyv-play-btn:before{content:"";border-style:solid;border-width:15px 0 13px 28px;border-color:transparent transparent transparent #fff}.llyv .llyv-play-btn:hover{background-color:red}.llyv .llyv-play-btn,.llyv .llyv-play-btn:before,.llyv iframe,.llyv img{position:absolute}.llyv iframe{height:100%;width:100%;top:0;left:0}.llyv .llyv-play-btn,.llyv .llyv-play-btn:before{top:50%;left:50%;transform:translate3d(-50%,-50%,0)}



/* Artikel Box */

.product_list_item {
	background-color: var(--heightlightBackground);
	padding: 15px 30px 10px 30px;
	margin: 15px 0 15px 0;
}

.product_list_item .product_list_text ul{
	margin: 0 0 30px 0;
}

.product_list_item .product_list_text li{
	list-style-image: url(../images/icons/benefit.png);
	margin: 0 0 0 10px;
}

.product_list_item .product_list_image img {
	width: 100%;
	height: auto;
}

.product_list_item .product_list_nav ul {
	width: 100%;
	margin: 0;
}

.product_list_item .product_list_nav li {
	list-style-type: none;
	text-align: center;
	font-size: 1rem;
	font-family: var(--headlineFont);
	border: 1px solid var(--heightlightColor);
	font-weight: 500;
	margin: 3px 0 0 0;
	font-style: normal;
}

.product_list_item .product_list_nav li a{
	display: block;
	background-color: var(--heightlightColor);
	border-bottom: none;
	padding: 14px;
}

.product_list_item .product_list_nav li a:hover {
	box-shadow: 3px 3px 8px var(--darkerTextColor);
	filter: brightness(1.1);
	transition:all 0.3s;
}

/* Short Review */

.ShortReview {
  float: left;
  width: 100%;
  padding: 3%;
  border: 1px solid var(--heightlightinaktivColor);
  margin-bottom: 30px;
}

.ShortReview p {
  margin: 5px 9px 0 0;
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: var(--heightlightinaktivColor);
    border-radius: .25rem;
}

.progress-bar {
    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;
    color: #fff;
    text-align: center;
    background-color: var(--heightlightColor);
    transition: width .6s ease;
}

.banner3 .banneritem img{
	width: 100%;
	height: auto;
}

.banner5 {
	margin: 30px 0 0 0;
}

.banner5 .banneritem img{
	width: 100%;
	height: auto;
}



.testimonial_box {
	background-color: var(--heightlightBackground);
	border-radius: 5px;
	padding: 40px 0 40px 0;
}

.testimonial_box .text_box {
	padding: 0 20px 0 20px;
}

.testimonial_box h2 {
	margin: 0 0 30px 0;
}

.bild_box {
 	padding: 50px 6% 0 6%;
 }

.calsoft_box a{
	border: none;
}

._nodeco {
	text-decoration: none;
	border-bottom: none;
}

.com-content-article p a._nodeco, div.contact a._nodeco, div.nl_form p a._nodeco, .com-content-category-blog p a._nodeco {
		text-decoration: none;
		border-bottom: none;
} 


/* desktop view
-------------------------------------------------------------------*/

@media screen and (min-width:1000px) {

/* Produkt Listing */
.product_list {
	margin: 0 0 45px 0;
}

.product_list_item {
	border: 4px solid var(--heightlightColor);
}

.product_list_item .product_list_text ul{
	margin: 0 0 10px 0;
}

.product_list_item .product_list_text li{
	margin: 0 0 5px 30px;
}


.product_list_item .product_list_image {
	padding: 30px 0 0 10px;
}

.product_list_item .product_list_nav ul {
	text-align: right;
}

.product_list_item .product_list_text {
	padding: 0 0 0 30px;
}

.product_list_item .product_list_nav li {
	display: inline-block;
	margin: 20px 0 20px 0;
	font-style: normal;
}

.product_list_item .product_list_nav li a{
	display: inline-block;
	padding: 14px 30px 14px 48px;
}


/* Button Icons */

.btnicn {
	background-repeat: no-repeat;
	background-position: 10px center;
}

.icon_sales {
	background-image: url(../images/icons/botton-arrow.png);
}

.icon_apple_podcast {
	background-image: url(../images/icons/apple-podcast-icon.png);
}

.icon_spotify {
	background-image: url(../images/icons/spotify-icon.png);
}

.icon_rss {
	background-image: url(../images/icons/rss-icon.png);
}

.icon_web {
	background-image: url(../images/icons/web-icon.png);
}



}
.ExitIntent {
  position: fixed;
  perspective: 2000px;
  transform-origin: center center;
  display:flex;
  top: 0!important;
  left: 0!important;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 1em;
  background-color: rgba(0,0,0,.85);
  line-height: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  transition: background-color .5s linear;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  will-change: opacity;
  z-index: 1000;
}
.ExitIntent div{
  width: 33.33333vw;
  position: absolute;
  z-index: 1001;
  text-align: left;
  background: #fff;
  border: none;
  box-shadow: 1px 3px 3px 0 rgba(0,0,0,.2), 1px 3px 15px 2px rgba(0,0,0,.2);
  transform-origin: 50% 25%;
  flex: 0 0 auto;
  border-radius: 0.28571429rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  will-change: top,left,margin,transform,opacity;
  padding: 10px;
}
.ExitIntent div .close{
  position: absolute;
  cursor: pointer;
  top: 3px;
  right: 6px;
}