@font-face {
    font-family: 'PT Sans';
    src: url('/images/generic_attachments/attachments/medikamenteperklick/fonts/PTSans/pt-sans-v17-latin-regular.woff');
    font-weight: 400;
}

@font-face {
    font-family: 'PT Sans';
    src: url('/images/generic_attachments/attachments/medikamenteperklick/fonts/PTSans/pt-sans-v17-latin-700.woff');
    font-weight: 700;
}

html, body {
    overflow-x: hidden;
    width: 100%
}

body {
	overflow: hidden;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 17px;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    color: #000;
    line-height: 1.5;
}

* {
    box-sizing: border-box;
}

header, footer {
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
}

p {
    margin: 0 0 20px;
}

sup {
    vertical-align: super;
    font-size: 70%;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 15px;
    font-size: 16px;
}

section ul {
    list-style-type: none;
    margin-bottom: 0;
    font-size: 100%;
    line-height: 1.5;
}

header {
    padding: 15px 0;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo {
    width: 240px;
    display: inline-block;
}

header .logo img {
    width: 100%;
}

header .benefits {
    float: right;
    color: #2baab1;
    font-weight: bold;
    min-width: 313px;
}

header .trust {
    display: inline-block;
    font-size: 14px;
}

header .trust p {
    color: #fcba65;
    font-weight: bold;
    float: left;
    width: 125px;
    line-height: 1.5;
	margin: 15px 0;
}

header .trust img {
    height: 50px;
    float: right;
    margin-top: 1.7em !important;
}

header .benefits ul {
    float: left;
    line-height: 18px;
    font-size: 13px;
    margin-top: 12px;
    margin-right: 15px;
}

header .benefits ul .tick {
    display: inline-block;
    width: 14px;
    height: 13px;
    background-image: url("https://www.medikamente-per-klick.de/images/generic_attachments/attachments/medikamenteperklick/tantum-tick.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

header .benefits img {
    height: 80px;
    float: right;
	margin-top: 10px;				 
}

header .benefits li .tick {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("/images/generic_attachments/attachments/medikamenteperklick/tantum-tick.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 5px
}

footer {
    width: 100%;
    text-align: center;
    border-top: 1px solid #eee;
}

footer nav {
    background: #2baab1;
    color: #FFF;
}

footer nav ul:after {
    content: "";
    display: table;
    clear: both;
}

footer nav ul li {
    float: left;
    text-align: center;
    width: 100%;
}

footer nav ul li a {
    color: #FFF;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 0;
}

footer nav ul li a:hover {
    text-decoration: underline;
}

footer nav ul li a.emph {
    font-weight: 600;
}

footer h6 {
    color: #009ada;
    font-size: 13px;
    margin: 5px 0 15px 0;
}

footer .groups {
    width: 100%;
    max-width: 980px;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}

body footer .groups .group {
    margin: 0 0 0 8px;
    width: 24%;
    float: left;    
    font-size: 12px;
    color: #555;
    padding: 10px 0;
    text-align: left;
}

footer .groups .group.note {
    width: 100%;
    padding-bottom: 0;
}

footer .groups .group.payment {
    margin-right: 0;
}

footer .groups .group.payment ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .groups .group p a {
    font-weight: bold;
    text-decoration: underline;
    color: #616161;
}

footer .groups .group.dhl img {
    height: 40px;
}

footer .payment ul li {
    float: left;
}

footer .payment ul li a {
    display: inline-block;
}

footer .payment ul li a img {
    height: 39px;
}

footer .pay {
    margin-right: 0;
}

footer .social ul:after {
    content: "";
    display: table;
    clear: both;
}

footer .social ul li {
    float: left;
}

footer .social ul li a {
    display: inline-block;
    padding: 0;
}

footer .social ul li a img {
    height: 30px;
    margin-right: 12px;
}

.modal-bg {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none
}

.modal {
    background: #FFF;
    z-index: 3;
    position: absolute;
    width: 700px;
    margin-left: -350px;
    display: none;
    left: 50%;
    top: 50px;
    border-radius: 6px;
    padding: 30px
}

.modal:after {
    content: "";
    display: table;
    clear: both
}

.modal .close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 15px;
    line-height: 15px;
    cursor: pointer
}

.modal img.product {
    max-width: 200px;
	max-height: 250px;
    padding: 0;
    float: left;
    margin-top: 2em;
}

.modal .content {
    width: 65%;
    float: right
}

.modal .header:after {
    content: "";
    display: table;
    clear: both
}

.modal .header .logo {
    float: left
}

.modal .header .awards {
    float: right
}

.modal .header .awards li {
    display: inline
}

.modal .header .awards li img {
    height: 60px
}

.modal h3 {
    font-size: 18px;
    color: #444;
}

.modal h3 .name {
    font-size: 18px;
    color: #004f73;
}

.modal .btn {
    background: #2baab1;
    font-size: 16px;
    padding: 8px 17.2px;
    margin: 10px 0;
    text-decoration: none;
    border: 0;
    border-radius: 0;
    width: 195px;
}

.modal .pay-box:after {
    content: "";
    display: table;
    clear: both
}

.modal .pay-info {
    color: #2e4182;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    padding: 0 5px 0 0;
    float: left
}

.modal .pay-info p {
    margin: 10px 0 0
}

.modal .pay-info li {
    position: relative;
    padding-left: 20px
}

.modal .pay-info li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 13px;
    height: 14px;
    overflow: hidden;
    background: url("https://www.medikamente-per-klick.de/images/generic_attachments/attachments/medikamenteperklick/fusspilz-sprite2.png") no-repeat -220px -1px
}

.modal .cards {
    float: right;
    margin-top: 15px
}

.modal .cards strong {
    display: inline-block
}

.modal .cards .paypal a,.modal .cards .master a,.modal .cards .visa a {
    display: inline-block;
    width: 77px;
    height: 25px;
    overflow: hidden;
    background: url("https://www.medikamente-per-klick.de/images/generic_attachments/attachments/medikamenteperklick/fusspilz-sprite2.png") no-repeat -1px -1px;
    text-indent: -9999px
}

.modal .cards .master a {
    width: 40px;
    height: 25px;
    background-position: -97px -1px
}

.modal .cards .visa {
    position: relative;
    top: -3px
}

.modal .cards .visa a {
    width: 56px;
    height: 17px;
    background-position: -158px -5px
}

.price {
    padding: 0;
    margin: 0;
    line-height: 1.3;
    color: #555;
    position: relative;
    margin-left: 15px;
}

span.discount .pr {
    font-size: 32px;
    white-space: nowrap;
    position: relative;
}

.pr::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #E2231A;
    bottom: 6px;
    transform: rotate(-16deg);
    transform-origin: 20% 35%;
    left: 0;
}

.btn {
    background: #004f73;
    display: inline-block;
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    padding: 6px;
    margin: 0 0 10px;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    text-align: center;
    max-width: 350px;
}

form a span {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
}

.ppc {
	display: block;
	width: 100%;
	max-width: 350px;
}


.half {
    width: 45%;
    text-align: left;
    align-self: center;
}

.half + .half {
    width: 50%;
    text-align: left;
}

.hlf {
	width: 52%;
    text-align: left;
    align-self: flex-start;
}

.hlf + .hlf {
	width: 47%;
}

.hlf.img {
	margin-top: 1em;
}

.shifted {
    margin-left: 13px;
}

ul.myUl li {
    margin-left: 30px;
    line-height: 1;
    margin-bottom: 6px;
}

ul.myUl li:before {
	content: "✓\fe0e";
    font-size: 25px;
    font-weight: normal;
    margin-left: -35px;
    vertical-align: text-bottom;
    margin-right: 15px;
}

.product-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 0 1.5em;
}

.product-wrap .half {
    align-self: center;
    width: 100%;
    text-align: center;
}

.product-wrap .half + .half {
    text-align: right;
    width: 100%;
    max-width: 360px;
	margin: 1em auto 0;
}

.hlf.img h2, .product-wrap .half h2 {
    margin-bottom: 0;
    text-align: left;
    font-size: 27px;
    font-weight: bold;
}

.d-flex .hlf.img h2 {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.d-flex .hlf.img h2 span, .product-wrap .half h2 span, .modal h3 .name span {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 118%;
    letter-spacing: -2px;
}

.product-wrap .details .discount-price {
    width: 100%;
    text-align: left;
    margin-top: 10px;
}

.product-wrap .details .discount {
    font-size: 18px;
    display: inline-block;
    text-align: right;
    margin-right: 5px;
}

.product-wrap .details .discount .pr {
    position: relative;
    display: inline-block;
}

.product-wrap .details .price {
    letter-spacing: -1px;
    text-align: left;
    margin: 0;
    margin-left: 0px;
    font-size: 24px;
    padding: 0;
    margin-left: 5px;
    font-weight: bold;
}

.product-wrap .details .percent {
    position: absolute;
    left: 0;
    top: -4.5em;
}

.product-wrap .details .badge {
    width: 60px;
    height: 60px;
    background: #fe0000;
    border-radius: 50%;
    color: #FFF;
    line-height: 60px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
}

.shipping {
    font-size: 14px;
    color: #2baab1;
    font-weight: bold;
    margin-top: 5px;
    display: block;
    text-align: left;
}

.grundpreis {
    display: block;
    font-size: 12px;
    text-align: right;
}

h2 {
    font-size: 25px;
    color: #004f73;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.2;
}

h2.shifted {
    font-weight: bold;
	margin-top: 3em;
}

h3 {
    width: 100%;
    font-family: 'PT Sans', sans-serif;
    font-size: 28px;
    margin: 0 0 1em;
    color: #eee;
    line-height: 1.2;
    font-weight: bold;
}

.side {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 3em;
}

form {
    margin-top: 1em;
	margin-left: 15px;
	text-align: left;
}

section {
    max-width: 960px;
    margin: 0 auto;
}

section ~ section {
    max-width: 960px;
}

section.page-logo {
    padding: 1em 0;
    position: relative;
}

.page-logo-image {
    position: relative;
}

a.scroll {
    position: absolute;
	height: 13%;
	width: 10%;
	bottom: 7.5%;
	left: 0.5em;
}

.pfl, .desc {
    font-size: 13px;
    margin-top: 2em;
    margin-bottom: 2em;
    line-height: 1.7;
    font-style: italic;
}

.desc {
    color: #929393;
}

img {
    max-width: 100%;
}

.half img.first {
    max-width: 420px;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

.d-flex:not(.product-wrap) {
	margin-block: 1.5em;
}

a {
    color: inherit;
    text-decoration: none;
}

p a {
  color: #004f73;
}

p a:hover {
	text-decoration: underline;	
}

a.setImg, a.setImg img {
    width: 100%;
}

.stars {
    font-size: 25px;
    color: #fcba65;
    display: inline-block;
    min-height: 28px;
    min-width: 117px;
}

.stars .inactive {
    color: #cccccc;
}

.rank {
    display: inline-block;
    width: 100%;
    min-height: 38px;
}

a.setLink span {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    color: #fcba65;
    margin-left: 0;
}

a.setLink {
    margin: 0 0 20px;
    display: inline-block;
    width: 100%;
    text-align: right;
    max-width: 350px;
    padding-right: 15px;
}

select.product2 {
    height: 2em;
    padding: 0 1em;
    margin: 0;
    font-size: 16px;
    margin-bottom: 10px;
    min-width: 160px;
    text-align: center;
    margin-right: 15px;
}

b {
    font-weight: 600;
}

.popup {
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 1em;
}

section.videoFile {
    max-width: 960px;
    margin: 3em auto;
}

.sldr {
    margin-top: 2em;
    margin-bottom: 2em;
}

#slider {
    margin-left: 0;
}

.splide {
    position: relative;
    display: block;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    overflow: visible;
}

.splide__track {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    overflow: hidden
}

.splide__track:focus {
    outline: none
}

.splide .splide__track, .splide .splide__list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.splide__track {
    position: relative;
    display: block;
    top: 0;
    left: 0
}

.splide:not(.is-initialized) .splide__track {
    visibility: hidden
}

.splide__slide {
    display: none;
    float: left;
    text-align: left;
    height: 100%;
    min-height: 1px
}

.splide__slide div {
    display: flex;
    margin: 0;
    height: auto;
    width: 100%;
    background: url('/images/generic_attachments/attachments/medikamenteperklick/GranuProsta/GranuProsta_LP_bkgd.png');
    padding: 3em 5em;
    color: #eee;
    min-height: 435px;
    flex-wrap: wrap;
    align-content: center;
    background-size: cover;
    border: 2px solid #fff;
}

.splide__slide div p {
    margin-bottom: 0;
    font-size: 19.5px;
    line-height: 1.7;
}

.splide:not(.is-initialized) .splide__slide div {
    display: none
}

.splide__track.dragging div {
    pointer-events: none
}

.splide.is-initialized .splide__slide {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.splide:not(.is-initialized) .splide__slide {
    visibility: hidden
}

.splide .splide__arrow--prev, .splide .splide__arrow--next {
    display: block;
    position: absolute;
    background: none;
    border: 0;
    text-decoration: none;
    color: #fff;
    font-size: 170%;
    width: 6rem !important;
    height: 2em;
    margin-top: -.5em;
    padding: 0;
    top: 50%;
    outline: 0;
    overflow: hidden;
    cursor: pointer;
    z-index: 2;
	transform: none;
}

.splide .splide__arrow svg{
	fill: #fff;
}

.splide .splide__arrow--prev {
    left: -0.2rem;
}

.splide .splide__arrow--next {
    right: -0.2rem;
}

.splide .splide__arrow--prev:hover {
    background-position: 0 100%
}

.splide .splide__arrow--next:hover {
    background-position: 100% 100%
}

.splide__pagination {
    position: absolute;
    text-align: center;
    background: none;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    bottom: 0;
    z-index: 1;
    display: none!important;
}

.splide__pagination li {
    display: inline-table;
    height: 1em;
    line-height: 0;
    margin: .25em
}

.splide__pagination button {
    display: inline-block;
    background: #fff;
    border: 0;
    border-radius: 100%;
    color: transparent;
    font-size: 0;
    text-indent: 100%;
    width: 10px;
    height: 10px;
    line-height: 0;
    box-shadow: inset 1px 1px 1px #aaa;
    padding: 0;
    margin: 0;
    overflow: hidden;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.splide__pagination__page.is-active, body:not(.isMobileBrowser) .splide__pagination button:hover {
    background: #fff;
    box-shadow: inset 0 0 0 #aaa;
    opacity: 1;
    filter: alpha(opacity=100);
}


/*responsive*/
@media (max-width: 1024px) {
	header {
        flex-wrap: wrap;
        justify-content: space-around;
    }
	
	header .benefits, header .trust {
        margin-top: 15px;
    }
	
    header .benefits {
        width: auto;
        float: left;
        text-align: left;
    }
	
	header .benefits li {
        display: block;
    }
	
    header .benefits li:last-child {
        margin-bottom: 0
    }

    header .benefits li .tick {
        width: 18px;
        height: 18px
    }

    header .benefits img {
        width: 60px;
        height: auto;
		margin-top: 5px;				
    }
	
	header .trust {
        margin: initial;
    }
	
    header .trust p, header .benefits ul {
        float: none;
        display: inline-block;
        margin: 0;
        margin-left: 5px;
        max-width: 70%;
        width: 100%;
    }

    header .trust img, header .benefits img {
        max-width: 30%;
        display: inline-block;
        vertical-align: text-bottom;
        float: left;
    }

    header .trust img {
        float: left;
		margin-top: 0.6em !important;							 
    }

    header .trust p {
        margin-top: 12px;
    }
 
    header .logo {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }

    header .logo img {
        max-width: 200px;
        width: 100%
    }
	
	footer .groups {
        padding: 0 10px;
    }
	
    h2 {
        font-size: 22px;
    }

    body {
        font-size: 16.5px;
    }

    .popup, section ~ section {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    section.page-logo {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .modal .content {
        width: 65%;
        float: right
    }

    .modal .header .logo {
        height: 50px
    }

    .modal .header .awards li img {
        height: 40px
    }
}

@media (max-width: 960px) {
	footer {
        text-align: center;
        margin-top: 3em;
    }
	
	footer h6 {
        font-size: 14px;
        margin: 7px 0 15px 0;
    }

    footer .groups {
        display: flex;
        flex-wrap: wrap;
    }

    footer .groups .group {
        padding: 0;
        text-align: center;
        display: inline-block;
        float: none;
        padding: 0 15px;
		font-size: 12px;
        width: 47%;
        margin-left: 14px;
    }
	
	footer .groups .group.payment ul {
        display: unset;
    }

	footer .groups .social ul li,footer .groups .payment ul li {
        float: none;
        display: inline-block;
    }
	
    footer .note p {
        font-size: 12px;
    }

    footer .dhl img {
        height: 34px;
    }

    footer .payment ul li a img {
        height: 30px;
    }

    footer .pay {
        margin-right: 0;
    }

    footer .social ul li a img {
        height: 30px;
        margin-right: 10px;
    }
	
    body {
        font-size: 16px;
    }

    h2 {
        font-size: 21px;
    }

    .splide__slide div p {
        font-size: 19px;
    }

    .splide__slide div {
        min-height: 450px;
    }

    .btn {
        font-size: 18px;
    }
}

@media (max-width: 860px) {
    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 25px;
    }

    .side {
        justify-content: space-between;
    }

    .half {
        width: 41%;
    }

    .half + .half {
        width: 57%;
    }

    .reversed .half {
        width: 55%;
    }

    .reversed .half + .half {
        width: 41%;
    }

    .splide__slide div p {
        font-size: 17.5px;
    }

    form a span {
        font-size: 21px;
        margin-left: 0;
    } 

    .product-wrap .details .percent {
        position: absolute;
        margin-left: -3px;
        width: auto;
    }

    span.discount .pr {
        font-size: 29px;
    }

    .product-wrap .details .discount {
        font-size: 16px;
    }

    .product-wrap .details .price {
        font-size: 22px;
    }
	
	.hlf.img h2, .product-wrap .half h2 {
        font-size: 24px;
    }
}

@media (max-width: 760px) {
    .hlf, .hlf + .hlf {
        width: 100%;
        align-items: center;
    }
    
    .hlf + .hlf {
        margin-top: 3em;
    }
    
    .hlf > * {
        width: 48%;
    }
    
    .hlf {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .product-wrap .half {
        width: 49%;
    }

    .product-wrap .half + .half {
        width: 47.5%;
        max-width: unset;
        margin: 0;
    }
    
    .price, form {
        margin-left: 0;
    }
	
	.d-flex .hlf.img h2 {
        margin-top: 0;
    }					
}

@media (max-width: 720px) {
	header .benefits, header .trust {
        width: 49%;
        min-width: auto;
    }

    header .trust {
        padding-left: 1em;
    }
	
    .modal {
        width: 90%;
        left: 5%;
        margin: 0
    }

    .modal img.product {
        display: none !important
    }

    .modal .content {
        width: 100%;
        float: none
    }

    h3 {
        font-size: 23px;
    }

    .side .half,.side .half + .half {
        width: 100%;
        margin: auto;
    }

    .side .half,.side.reversed .half + .half {
        width: 100%;
        text-align: center;
    }

    .side:not(.reversed) .half + .half, .side.reversed .half {
        margin-top: 20px;
        text-align: left;
    }

    .side.reversed .half {
        order: 2;
    }

    .side.reversed .half + .half {
        order: 1;
    }

    .btn {
        margin-left: auto;
        width: 100%;
        max-width: unset;
    }

    .splide__slide div p {
        font-size: 16px;
    }
	
	.hlf > img {
        width: 46%;
    }
        
	.hlf > div {
        width: 52%;
    }   
    
	.product-wrap {
        width: 100%;
        text-align: center;
    }

    .product-wrap .half {
        width: 100%;
    }

    .product-wrap .half+.half {
        width: 100%;
        max-width: 350px;
        margin: auto;
    }

    a.setLink, .product-wrap .half h2 {
        text-align: center;
    }

    form {
        width: 95%;
        margin: auto;
        margin-top: 1em;
    }
	
	.product-wrap .details .discount-price, .shipping {
        text-align: center;
    }												  
}

@media (max-width: 640px) {
	header {
        padding: 10px 0 5px;
        justify-content: center;
    }

    header .logo img {
        max-width: 150px;
    }

    header .benefits, header .trust {
        width: 42%;
        margin-bottom: 1em;
        min-width: auto;
        margin-top: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    header .benefits {
        width: 57%;
    }

    header .trust {
        padding-left: 10px;
    }

    header .trust img, header .benefits img {
        order: 1;
    }

    header .trust p, header .benefits ul {
        order: 2;
        font-size: 12px;
        max-width: calc(97% - 60px);
    }

    header .trust p {
        margin-top: 0;
    }

    header .benefits li .tick {
        width: 15px;
        height: 15px;
    }
	
    body {
        font-size: 15px;
    }

    h2 {
        font-size: 19px;
    }

    h3 {
        font-size: 20px;
    }

    .splide__slide div p {
        font-size: 15px;
    }

    .price {
        padding-bottom: 0;
    }

    .discount-price {
        margin-left: 0;
    }

    .half, .half + .half {
        width: 100%;
    }
	.hlf.img > img {
         width: 100%;
         max-width: 500px;
         margin-inline: auto;
    }
    
    .hlf.img > div {
        width: 100%;
        max-width: 340px;
         margin-inline: auto;
        margin-top:2em;
    }				 
}

@media (max-width: 560px) {
    header .benefits img {
        width: 50px;
    }

    header .trust img {
        height: 50px;
        width: auto;
    }

    header .trust p, header .benefits ul {
        font-size: 11px;
        max-width: calc(97% - 50px);
    }

    footer .groups .group {
        width: 100%;
    }

    .modal .content {
        width: 100%
    }

    .modal .header .logo {
        top: 60px;
        position: absolute;
    }

    .modal .header .awards {
        text-align: right;
        position: relative;
        width: 100%;
        top: -20px
    }

    .modal .header .logo {
        height: 50px
    }

    .modal .header .awards li img {
        height: 40px
    }

    .modal h3 {
        margin-top: 40px;
    }

    .modal .btn {
        padding: 8px 25px;
        width: auto;
    }

    .product-wrap .half, .product-wrap .half + .half {
        width: 100%;
    }

    .product-wrap .half+.half, .rank, .product-wrap .details .discount-price, .product-wrap .details .discount, .grundpreis, .shipping {
        text-align: center;
    }

    .discount .price {
        white-space: nowrap;
    }

    .product-wrap .details .percent {
        margin-left: -2em;
        width: auto;
    }

    .half, .half + .half, form {
        width: 100%;
    }

    .splide__slide div {
        min-height: 500px;
        padding: 2em 5em;
    }
}

@media (max-width: 490px) {
    .splide__slide div {
        min-height: 515px;
        padding: 1em 4.5em;
    }
}

@media (max-width: 440px) {
    header .trust {
        width: 40%;
    }
	
    header .benefits {
        width: 60%;
    }
	
    header .benefits li .tick {
        width: 12px;
        height: 12px;
    }
	
    header .benefits img {
        width: 40px;
    }
	
    header .trust img {
        height: 40px;
        width: auto;
    }
	
    header .trust p, header .benefits ul {
        font-size: 10px;
        max-width: calc(97% - 40px);
    }
}

@media (max-width: 420px) {
    .modal .btn {
        width: 100%;
        margin: 3px 0;
    }

    .splide__slide div {
        min-height: 540px;
        padding: 2em 3em;
    }

    .splide .splide__arrow--prev {
        left: -1.5rem;
    }

    .splide .splide__arrow--next {
        right: -1.5rem;
    }
	.product-wrap .details .percent {
          margin-left: 0;
    }								   
}

@media (max-width: 370px) {
    header .benefits, header .trust {
        width: 100%;
        margin-bottom: 0.5em;
        margin-left: 1em;
    }
	
	.splide__slide div {
        min-height: 650px;
    }
}

@media (max-width: 340px) {
    .product-wrap .details .discount{
        display: block;
    }
    
    .product-wrap .details .percent {
          top: 30px;
    }
}