.wrapper h1, .wrapper h2, .wrapper a {
    color: #00A2DF;
}

.wrapper a {
    text-decoration: none;
}

.wrapper a.wt {
    color: #fff;
}

.wrapper a.wt.w376 {
    max-width: 376px;
}

.wrapper a.btn-special {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    font-weight: 400;
}

.wrapper a.btn-special:after {
    content: "➜";
    position: relative;
    margin-left: 5px;
    transition: .25s all ease;
}

.wrapper a.btn-special.open:after {
    transform: rotate(90deg);
}

.wrapper .modal-header, .wrapper .modal-content, .wrapper .modal-footer {
    border: none;
}

.wrapper .modal-body {
    font-size: 16px;
    line-height: 32px;
}

.wrapper .modal-body ol {
    padding-left: 20px;
}

.wrapper .modal-body ol li {
    margin-bottom: 30px;
    padding-left: 15px;
}

.wrapper .modal .close-popup {
    display: flex;
    position: absolute;
    width: 21px;
    height: 21px;
    right: 60px;
    top: 60px;
    background: url("/templates/novachild/images/icon-close.svg") no-repeat center center;
    background-size: cover;
    cursor: pointer;
}

.wrapper .modal .modal-content {
    padding: 35px 60px;
}

.wrapper .modal .modal-dialog {
    min-width: 45vw;
}

.wrapper .modal-footer {
    justify-content: center;
}

@media(max-width:521px) {
    .wrapper .modal .modal-content {
        padding: 5px 10px;
    }
    .wrapper .modal .close-popup {
        right: 25px;
        top: 25px;
    }
}

a:hover {
    text-decoration: underline;
}

h2.pam {
    padding: auto;
    margin: 0.83em 0;
}

/**
*   
**/

.price-table {
    margin: 100px 0;
}

.price-table .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.price-table .headline {
    font-size: 16px;
    font-weight: 400;
    color: #00A2DF;
    padding: 15px 0;
}

.price-table .item {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #525252;
    padding: 15px 0;
    border-bottom: 1px solid #DCDCDC;
}

.price-table .item .cart {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 50px;
    background: url('/templates/novachild/images/icon-cart.svg') no-repeat center center;
    cursor: pointer;
}

.price-table .item .price {
    position: absolute;
    right: 100px;
}

.price-table .left {
    width: 45%;
}

.price-table .right {
    width: 45%;
}

@media(max-width:1357px) {
    .price-table .wrapper {
        flex-direction: column;
    }
    .price-table .left {
        width: 100%;
    }
    
    .price-table .right {
        width: 100%;
    }
    .price-table .item .cart {
        right: 5px;
    }
    
    .price-table .item .price {
        right: 30px;
    }
}

.picture-gallery {
    display: flex;
    flex-direction: column;
    margin: 100px 0;
}

.picture-gallery .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.picture-gallery .video {
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
    background: url('/templates/novachild/images/reperatur-previd.png') no-repeat center center;
}

.picture-gallery .wrapper .item {
    width: 100%;
    height: 250px;
    max-width: 390px;
    margin-right: 30px;
}

.picture-gallery .wrapper .item:last-child {
    margin-right: 0;
}

.picture-gallery .wrapper .item.pic-1 {
    background: url('/templates/novachild/images/reperatur-1.png') no-repeat center center;
}

.picture-gallery .wrapper .item.pic-2 {
    background: url('/templates/novachild/images/reperatur-2.png') no-repeat center center;
}

.picture-gallery .wrapper .item.pic-3 {
    background: url('/templates/novachild/images/reperatur-3.png') no-repeat center center;
}

@media(max-width:521px) {
    .picture-gallery .wrapper {
        flex-direction: column;
    }
    .picture-gallery .wrapper .item {
        height: 250px;
        max-width: 100%;;
        margin: 30px 0;
    }
}

.how-does-it-work {
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
}

.how-does-it-work .item {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    align-items: center;
}

.how-does-it-work .number {
    display: flex;
    min-width: 100px;
    height: 100px;
    margin-right: 30px;
}

.how-does-it-work .headline {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}

.how-does-it-work .text {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.how-does-it-work .text p {
    margin: 0;
}

.how-does-it-work .first .number {
    background: url('/templates/novachild/images/number-1.svg') no-repeat center center;
}

.how-does-it-work .second .number {
    background: url('/templates/novachild/images/number-2.svg') no-repeat center center;
}

.how-does-it-work .third .number {
    background: url('/templates/novachild/images/number-3.svg') no-repeat center center;
}

.how-does-it-work .btn {

}

@media(max-width:521px) {
    .how-does-it-work .item {
        flex-direction: column;
        align-items: flex-start;
    }
}

.express-reperatur {
    display: flex;
    flex-direction: row;
    margin-bottom: 100px;
}

.express-reperatur .schnitt {
    width: 50%;
    height: 305px;
    background: url('/templates/novachild/images/reperatur-schnitt.png') no-repeat center center;
}

.express-reperatur .express {
    width: 50%;
    height: 305px;
    background: url('/templates/novachild/images/reperatur-express.png') no-repeat center center;
}

@media(max-width:875px) {
    .express-reperatur {
        flex-direction: column;
    }
    .express-reperatur .schnitt {
        width: 100%;
    }
    
    .express-reperatur .express {
        width: 100%;
    }
}

@media(max-width:500px) {

    .express-reperatur .schnitt {
        background: url('/templates/novachild/images/displayengel-repair-duration-small.jpg') no-repeat center center;
        background-color: #00A2DF;
    }

}
.contact-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 70px;
}

.contact-box .content {
    display: flex;
    flex-direction: column;
    font-size: 16px;
}

.contact-box .content .p20 {
    padding: 20px 0;
}

.contact-box .content .tel {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.contact-box .content .tel:before {
    content: "";
    width: 30px;
    height: 30px;
    margin-right: 15px;
    background: url('/templates/novachild/images/icon-tel.svg') no-repeat center center;
}

.contact-box .content .email {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.contact-box .content .email:before {
    content: "";
    width: 30px;
    height: 30px;
    margin-right: 15px;
    background: url('/templates/novachild/images/icon-mail.svg') no-repeat center center;
}

.contact-box .content .whatsapp {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.contact-box .content .whatsapp:before {
    content: "";
    width: 30px;
    height: 30px;
    margin-right: 15px;
    background: url('/templates/novachild/images/icon-whatsapp.svg') no-repeat center center;
}

.contact-box .image-wtext {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 327px;
    height: 327px;
    background: url('/templates/novachild/images/profile-dummy.png') no-repeat center center;
}

.contact-box .image-wtext .text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 60px;
    background: rgba(0, 162, 223, .96);
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}

@media(max-width:521px) {
    .contact-box {
        flex-direction: column;
    }
}

.select-image {
    cursor: pointer;
}

.macbook-display-reperatur-air-bg {
    width: 200px;
    height: 160px;
    background: url('/templates/novachild/images/macbook-air.png');
    background-size: cover;
    margin-bottom: 40px;
}

.macbook-display-reperatur-pro-bg {
    width: 200px;
    height: 160px;
    background: url('/templates/novachild/images/macbook-pro.png');
    background-size: cover;
    margin-bottom: 40px;
}

.macbook-display-reperatur-und-modellnr-bestimmen .wrapper .macbook-display-reparatur-stage {
    width: 100%;
    height: 300px;
    background: url('/templates/novachild/images/MacBook-Display-Reparatur-Stage.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
}

.header-ablauf-einer-reparatur-stage .wrapper .stage {
    width: 100%;
    height: 300px;
    background: url('/templates/novachild/images/header-ablauf-einer-reparatur.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
}

@media(max-width:521px) {
	.macbook-display-reperatur-und-modellnr-bestimmen .wrapper .macbook-display-reparatur-stage {
		background: url('/templates/novachild/images/MacBook-Display-Reparatur-Stage-Mobile.png');
	}
}

@media(max-width:521px) {
	.header-ablauf-einer-reparatur-stage .wrapper .stage {
		background: url('/templates/novachild/images/Ablauf-einer-Reparatur-Mobile.png');
	}
}
.wrapper .list-model-items.special {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 150px;
    margin-bottom: 60px;
    margin-top: 60px;
}
.wrapper .list-model-items.special .box.item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    max-width: 376px;
    max-height: 100%;
    border: none;
}
.wrapper .list-model-items.special .item-wrapper:first-child {
    margin-right: 150px;
}
.wrapper .list-model-items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.wrapper .list-model-items .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 45%;
    height: 100%;
    max-height: 120px;
    border: 1px solid #DDDDDD;
}
@media(max-width:521px) {
    .wrapper .list-model-items.special {
        flex-direction: column;
		align-items: flex-start;
        width: 100%;
    }
    .wrapper .list-model-items.special .item-wrapper {
        margin-bottom: 13px;
        width: 100%;
    }
    .wrapper .list-model-items.special .box.item-wrapper {
        width: 100%;
    }
	.wrapper .list-model-items {
		flex-direction: column;
		align-items: flex-start;
	}
    .wrapper .list-model-items .box {
		margin-bottom: 13px;
        width: 100%;
    }
}
.wrapper .list-model-items .box .box-headline {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-bottom: 10px;
}
.wrapper .list-model-items .box .box-headline .icon-macbook {
    width: 48px;
    height: 25px;
    background: url('/templates/novachild/images/icon-macbook.svg');
    margin-left: 14px;
    display: inline-block;
    top: 4px;
    position: relative;
}
.wrapper .list-model-items .box .box-headline a{
    color: #525252;
}

.wrapper .list-model-items .box .box-select-list {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #ffff;
    border: 1px solid #DDDDDD;
	z-index: 8;
}
.wrapper .list-model-items .box .box-select-list.show {
    display: flex;
}
.wrapper .list-model-items .box .box-select-list ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 0;
    margin: 14px auto;
    list-style-type: none;
}
.wrapper .list-model-items .box .box-select-list ul li {
    padding: 4px 0;
}
.wrapper .list-model-items .box .box-select {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.wrapper .list-model-items .box .box-select:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -2px;
    background: #707070;
}
.macbook-display-reperatur-und-modellnr-bestimmen .wrapper .list-model-items .box .box-select:after {
    content: "";
    position: absolute;
    background: url('/templates/novachild/images/icon-dropdown.svg');
    width: 14px;
    height: 13px;
    right: -17px;
    top: 4px;
    transition: 250ms all ease;
}
.wrapper .list-model-items .box .box-select.open:after{
    transform: rotate(180deg);
}
.wrapper .box-blue {
    display: block;
    padding: 20px;
    background-color: #00a2df0f;
    border: 1px solid #DDDDDD;
}
.wrapper .box-blue li {
    padding-bottom: 0.5rem;

}

.wrapper .box-blue ol li {
    font-weight:bold;
}

.wrapper .box-blue li > p {
    font-weight:normal;
}

.macbook-display-reperatur-und-modellnr-bestimmen .wrapper .box-blue.bg-steps {
    background-image: url('/templates/novachild/images/icon-steps.svg');
    background-repeat: no-repeat;
    background-size: 34%;
    background-position: right 40px center;
}
@media(max-width: 521px) {
    .macbook-display-reperatur-und-modellnr-bestimmen .wrapper .box-blue.bg-steps {
        background-size: 50%;
        background-position: bottom 20px right 20px;
    }
}
.wrapper .reasons-why {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #DFDFDF;
    padding: 20px 0;
}
.macbook-display-reperatur-und-modellnr-bestimmen .wrapper .social-ratings {
    display: flex;
    width: 100%;
    height: 76px;
    margin-top: 20px;
    margin-bottom: 60px;
    background: url('/templates/novachild/images/Social-Ratings.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}
@media(max-width: 551px) {
    .wrapper .reasons-why {
        flex-direction: column;
    }  
}
.macbook-display-reperatur-und-modellnr-bestimmen .wrapper .reasons-why .item.icon-check {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 24px;
    background: url('/templates/novachild/images/icon-check.svg');
    background-repeat: no-repeat;
    background-position: left center;
}


.wrapper .contact-us {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px 0;
}
.wrapper .contact-us .tel, .wrapper .contact-us .email {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 30px 30px 0;
}

.wrapper .contact-us .tel:after, .wrapper .contact-us .email:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #00A2DF;
    bottom: -8px;
    left: 0;
}

@media(max-width: 551px) {
    .wrapper .contact-us {
        flex-direction: column;
    }
}

.wrapper .model-image {
    overflow: hidden;
    margin: 30px 0 30px 0;
}

.wrapper .model-image img {
    max-width: 100%;
    display: flex;
    transition: .25s all ease;
}

.wrapper .model-image img:hover {
    transform: scale(1.8) translateX(-8vw) translateY(5vh);
}

@media(max-width: 551px) {
    .wrapper .model-image {
        width: 99%;
    }
}

.displayengel-service {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex: 1 0 20%;
    border-bottom: 1px solid #DFDFDF;
}
.displayengel-service .service {
	width: 180px;
	max-width: 180px;
	max-height: 180px;
	height: 180px;
	margin-right: 50px;
	margin-bottom: 40px;
	padding: 10px;
	border: 1px solid #E1E1E1;
	font-size: 14px;
	color: #525252;
	text-align: center;
}

@media(max-width: 911px) {
    .displayengel-service .service {
        margin-right: 2rem;
    }
}

.displayengel-service .service .icon {
	display: flex;
	width: 100%;
	max-width: 80px;
	height: 59%;
	background-size: 80px 48px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: auto;
}
.displayengel-service .service .icon.icon-shipping {
	background-image: url('/templates/novachild/images/icon-shipping.svg');
}
.displayengel-service .service .icon.icon-disinfect {
	background-image: url('/templates/novachild/images/icon-disinfect.svg');
}
.displayengel-service .service .icon.icon-guarantee {
	background-image: url('/templates/novachild/images/icon-guarantee.svg');
}
.displayengel-service .service .icon.icon-forfree {
	background-image: url('/templates/novachild/images/icon-forfree.svg');
}
.displayengel-service .service .icon.icon-repair {
	background-image: url('/templates/novachild/images/icon-repair.svg');
}
.displayengel-service .service .icon.icon-fastrepair {
	background-image: url('/templates/novachild/images/icon-fastrepair.svg');
}
.displayengel-service .service .icon.icon-replacement {
	background-image: url('/templates/novachild/images/icon-replacement.svg');
}



