@charset "utf-8";
/* CSS Document */
body {overflow-x: hidden; overflow-y: scroll;}
.head {font-size:2.4rem;}
.box {text-align: center;}
.box i {margin:0 auto; color:#008ce2; align-self: center; justify-content: center;}
.box i.fa-circle {color:#ffffff; }
.box h3 {text-align: left;}
.box p {text-align: left;}
.light-blue {background-color:#e5f3fc;}
.light-grey {background-color:#e9ebec;}
.shortlist {position: absolute;
    max-width: 250px;
    right: -6em;
    top: -3em;
    transform: rotate(14deg);}
.desktop {display: block;}
@media (max-width:767px) {
	.shortlist {display: none;}
	.head {font-size:2rem;}
	.desktop {display:none;}
}
.box-argument .fa-stack {
    position: absolute;
    left: 43%;
    top: -1em;
}
.copy {    text-align: right;
    font-size: .6em;
    margin-bottom: 0;
    padding-bottom: 0;}
.wenigervorteile {display:none;}
.wenigervorteile2 {display:none;}
#showweiterevorteile {display: none;}
#showweiterevorteile2 {display: none;}
.show {cursor:pointer; color:#4077aa;}