* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

* {
    box-sizing: border-box;
}

body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.container-width {
    width: 90%;
    max-width: 1150px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: left;
}

.flex-sect {
    font-family: Helvetica, serif;
    padding-top: 26%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.cell canvas {
    vertical-align: middle;
}

.heading-title {
    text-align: center;
    color: rgb(6, 74, 162);
    font-family: Poppins, sans-serif;
    font-weight: 700;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 2%;
    padding-left: 5px;
}

.products-header-title {
    text-align: center;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    margin-bottom: 15px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
}

.head-desc {
    font-size: 1.2em;
    color: rgb(23, 51, 156);
    text-align: left;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-position-x: 0%;
    background-position-y: 50%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 6%;
    padding-bottom: 5px;
    padding-left: 9px;
}

.top-header {
    min-height: calc(100vh - 120px);
}

.scroll-down {
    position: relative;
    margin-top: 40px;
}

.section-products {
    border-top-left-radius: 81px;
    border-top-right-radius: 81px;
    border-bottom-right-radius: 81px;
    border-bottom-left-radius: 81px;
}

.r-products {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    display: flex;
    justify-content: space-around;
    flex-direction: initial;
    flex-wrap: wrap;
}

.products-sect {
    font-family: Helvetica, serif;
    padding-top: 41px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
}

.r-product {
    height: 400px;
    width: 400px;
    margin-bottom: 30px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: all;
    font-weight: 100;
    overflow-x: hidden;
    overflow-y: hidden;
}

.r-product:hover {
    margin-top: -5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px 0px;
}

.egg-item:hover img {
    opacity: 0.3;
}

.egg-item:hover .middle {
    opacity: 1;
}

.-list-items {
    color: rgb(23, 51, 156);
    font-size: 1.2em;
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 19.2px;
    margin-left: 0px;
}

.title-text {
    font-size: 2em;
    color: rgb(6, 74, 162);
}

.p1 {
    background-image: url("/Scripts/ckfinder/userfiles/files/paket1.png");
    background-attachment: scroll;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 50%;
}

.p2 {
    background-image: url("/Scripts/ckfinder/userfiles/files/paket2.png");
    background-attachment: scroll;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
}

.p3 {
    background-image: url("/Scripts/ckfinder/userfiles/files/paket3.png");
    background-attachment: scroll;
    background-position-x: 50%;
    background-position-y: 0%;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-size: cover;
}

.p4 {
    background-image: url("/Scripts/ckfinder/userfiles/files/paket4.png");
    background-attachment: scroll;
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-size: cover;
}

.contact-section {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20%;
    padding-left: 0px;
}

.c2024 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 150px;
}

.c2037 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.row {
    display: table;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 100%;
}

.cell {
    width: 8%;
    display: table-cell;
    height: 75px;
}

.c2157 {
    color: black;
    width: 150px;
}

.c2227 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

@media (max-width: 480px) {
    .heading-title {
        font-size: 25px;
    }
    .top-header {
        min-height: 50vh;
    }
    .heading-title {
        font-size: 23px;
        padding-bottom: 5px;
        padding-top: 15px;
    }
    .scroll-down {
        display: none;
    }
    .products-header-title {
        font-size: 23px;
    }
    .section-products {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    .title-text {
        font-size: 1em;
    }
    .heading-title {
        font-size: 1em;
    }
    .contact-box {
        padding-top: 36%;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .-list-items {
        font-size: 1em;
    }
    .-list-items {
        font-size: 1em;
    }
    .head-desc {
        font-size: 1em;
    }
    .head-desc {
        font-size: 0.75em;
    }
    .-list-items {
        font-size: 0.75em;
    }
    .flex-sect {
        padding-top: 35%;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .products-header-title {
        font-size: medium;
    }
    .r-product {
        width: 200px;
        height: 200px;
    }
    .contact-section {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 60%;
        padding-left: 0px;
    }
    .contact-box {
        padding-top: 30%;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
}

@media (max-width: 660px) {
    .egg-item img {
        width: 150px;
    }
}

@media (max-width: 768px) {
    .cell {
        width: 100%;
        display: block;
    }
    .cell {
        width: 100%;
        display: block;
    }
    .cell {
        width: 100%;
        display: block;
    }
    .cell {
        width: 100%;
        display: block;
    }
}

@media (max-width: 992px) {
    .c2024 {
        width: 102px;
        height: 102px;
    }
    .c2157 {
        width: 102px;
        height: 102px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    .contact-box {
        padding-top: 30%;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
}
@media (min-width: 1940px) {
	.top-header{
		min-height:unset;
	}
	.scroll-down{
		display:none;
	}
}