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


header {
	background-color: var(--AcentColor);
}

.logo_box img {
			max-width: 75%;
			height: auto;
		}

img.pull-right {
    float: right;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 20px;
  }

img.pull-left {
    float: left;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 20px;
  }

img.pull-center {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }


ul.Content_Vorteile {
    color: var(--ReviewProColor);
    border: 1px solid var(--ReviewProColor);
    padding: 20px 10px 15px 50px;
    margin-left: 0;
    box-sizing: border-box;
    border-radius: var(--ElementRadius);
}

ul.Content_Nachteile {
    color: var(--ReviewContraColor);
    border: 1px solid var(--ReviewContraColor);
    padding: 20px 10px 15px 50px;
    margin-left: 0;
    box-sizing: border-box;
    border-radius: var(--ElementRadius);
}


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

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

img.pull-right {
        width: 50%;
        margin-left: 20px;
        border: 1px solid #ddd;
        margin-bottom: 10px;
    }

img.pull-left {
        width: 50%;
        margin-right: 20px;
        border: 1px solid #ddd;
        margin-bottom: 10px;
    }

  
}