@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Syne:wght@400..800&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #525151;
}

.form-control {
    border-radius: 0px !important;
}

.block-margin-shop{
    margin-bottom: 78px;
}

footer h2 {
    font-size: 30px;
    font-family: "Syne", sans-serif;
    color: #ddb860;
    margin-bottom: 55px;
}

.logos {
    margin-bottom: 135px;
}

.logos h2 {
    color: rgb(132, 132, 132);
    text-align: center;
    margin-bottom: 110px;
    font-family: "Syne", sans-serif;
    font-size: 36px;
}

.logos img {
    width: 100%;
    margin-bottom: 50px;
    height: 80px;
    object-fit: contain;
}

.logos img:hover {
    transform: scale(1.05);
    transition: 0.3s ease;
}

.items-square {
    overflow: hidden;
}

.item-button {
    text-decoration: none;
    padding: 15px 20px;
    background-color: rgb(238, 127, 170);
    border-radius: 10px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s, transform 0.3s;
}

.item-button:hover {
    transition: 0.3s ease;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15);
}

.item-link {
    display: flex;
    text-decoration: none;
}

.items-square{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.items-square:hover {
    transform: scale(1.05);
    transition: 0.3s ease;
}

.hover-effect-container:hover .item-button {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15);
    transition: 0.3s ease;
}

.hover-effect-container:hover .items-square {
    transform: scale(1.05);
    transition: 0.3s ease;
}

.item-container {
    border-radius: 10px;
    border: 1px solid #d2d1cc;
    overflow: hidden;
}

.item-container h3 {
    font-size: 24px;
    color: #ddb860;
    margin-bottom: 20px;
    text-decoration: none;
}

.item-container p {
    color: rgb(132, 132, 132);
    text-decoration: none;
}

.hero-font {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #525151;
}

.hero-container{
    position: relative;
}

.hero-image-content {
    height: 600px;
    margin-bottom: 165px;
}

.hero-image-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item h2 {
    color: rgb(245, 125, 171);
    text-align: center;
    font-size: 36px;
    margin-bottom: 90px;
}

.hero-text-container h1 {
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
}

.hero-text-container h1 .gold {
    color: #ddb860;
}

/* hero2 */
@media (max-width: 576px) {
    .hero-image2{
        height: 200px;
        width: 100%;
        object-fit: cover;
    }
    
    .hero-image-cloud2{
        position: absolute;
        right: -3740px;
        top: 0px;
        height: 100%;
        opacity: 0.9;
        pointer-events: none;
    }
}

@media (min-width: 576px) and (max-width: 992px) {
    .hero-image2{
        height: 530px;
        width: 100%;
        object-fit: cover;
    }
    
    .hero-image-cloud2{
        position: absolute;
        right: -2940px;
        top: 0px;
        height: 530px;
        opacity: 0.9;
    }
}

@media (min-width: 992px){    
    .hero-image2{
        height: 530px;
        width: 100%;
        object-fit: cover;
    }

    .hero-image-cloud2{
        position: absolute;
        right: -2790px;
        top: 0px;
        height: 530px;
        opacity: 0.9;
    }
}
/* end */

.cloud-item {
    margin-bottom: 50px;
}

.cloud-item-link {
    text-decoration: none;
}

.cloud-image-container {
    width: 500px;
    height: 500px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
}


.item-bubble {
    transition: 0.3s ease;
}

.cloud-item-button {
    transition: 0.3s ease;
}

.cloud-item:hover .item-bubble {
    transition: 0.3s ease;
    transform: scale(1.05);
}

.cloud-item:hover .cloud-item-button {
    transition: 0.3s ease;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15);
}

.cloud-item h3 {
    position: absolute;
    bottom: 10px;
    width: 100%;
    font-size: 24px;
    color: #ddb860;
    z-index: 1;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.cloud-button-container {
    width: 100%;
    justify-content: center;
    display: flex;
}

.cloud-item-container {
    margin-top: 135px;
    margin-bottom: 85px;
}

.cloud-item-text {
    text-align: center;
}

.cloud-item-text h2 {
    color: rgb(238, 127, 170);
    margin-bottom: 50px;
    font-family: "Syne", sans-serif;
    font-size: 36px;
}

.cloud-item-text p {
    margin-bottom: 90px;
}

.cloud-item-button {
    width: 330px;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 1;
    position: relative;
    display: block;
    text-decoration: none;
    background-color: rgb(238, 127, 170);
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 75px;
    font-size: 20px;
}

.cloud-item-button:hover {
    transition: 0.3s ease;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15);
}

.contact-button {
    background-color: #ddb860;
    width: 330px;
    padding-top: 25px;
    padding-bottom: 25px;
    border: none;
    border-radius: 10px;
    color: #fff;
    margin-top: 45px;
    font-size: 20px;
}

.contact-button:hover {
    transition: 0.3s ease;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15);
}

.information a {
    color: #525151;
    text-decoration: none;
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
}

.information a:hover {
    color: #ddb860;
    transition: 0.3s ease;
}

.col-form-label {
    font-weight: 600;
    font-size: 18px;
    color: #525151;
}

@media (max-width: 1200px) {
    .cloud-item-button {
        margin-top: 30px;
    }

    .cloud-item-container {
        margin-top: 50px;
        margin-bottom: 0px;
    }

    .cloud-item-text p {
        margin-bottom: 50px;
    }

    .cloud-item-text h2 {
        margin-bottom: 10px;
    }

    .logos h2 {
        margin-bottom: 50px;
    }

    .logos {
        margin-bottom: 50px;
    }

    .block-margin-shop {
        margin-bottom: 0px;
    }

    footer h2 {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .hero-text-container h1 {
        font-size: 24px;
    }

    .cloud-item-text h2 {
        font-size: 24px;
    }

    .cloud-item-button {
        padding-top: 15px;
        padding-bottom: 15px;
        width: 310px;
        margin-top: 40px;
    }

    .item h2 {
        font-size: 24px;
    }

    .logos h2 {
        font-size: 24px;
    }

    .contact-button {
        width: 310px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 10px;
    }

    .cloud-item h3 {
        bottom: 0px;
    }
}

@media (max-width: 400px) {
    .contact-button {
        width: 100%;
    }
}

/* hero stuff */
@media (max-width: 576px) {
    .hero-image{
        height: 200px;
        width: 100%;
        object-fit: cover;
    }

    .hero-font{
        font-size: 20px;
    }

    .hero-logo{
        max-height: 100px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .hero-button-container {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        width: 100%;
        margin-top: 40px;
    }
    
    .hero-button {
        position: relative;
        text-align: center;
        margin-bottom: 5px;
    }
    
    .hero-button img {
        width: 165px;
        height: auto;
    }

    .hero-button-text {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        width: 110px;
        font-size: 13px;
    }

    .hero-text-container {
        top: 0px;
        text-align: center;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .hero-text-container h1 {
        text-align: center;
    }

    .hero-inner-text-container{
        position: relative;
        top: 0px;
        right: 0px;
        z-index: 10;
        height: 100%;
        width: 100%;
        text-align: right;
    }

    .hero-image-cloud{
        position: absolute;
        right: -3740px;
        top: 0px;
        height: 100%;
        opacity: 0.9;
        pointer-events: none;
    }
    
    .cloud{
        position: relative;
        height: 100%;
    }

    .hero-image-content {
        height: 300px;
        margin-bottom: 50px;
    }

    .item h2 {
        margin-bottom: 50px;
    }
}

@media (min-width: 576px) and (max-width: 992px) {
    .hero-image-content {
        height: 450px;
        margin-bottom: 50px;
    }

    .item h2 {
        margin-bottom: 50px;
    }

    .hero-image{
        height: 600px;
        width: 100%;
        object-fit: cover;
    }

    .hero-font{
        font-size: 26px;
        float: right;
        text-align: right;
        max-width: 300px;
    }

    .hero-logo{
        max-height: 150px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .hero-button-container {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        float: left;
        gap: 10px;
        width: 360px;
        left: -40px;
        bottom: 100px;
        margin-top: 25px;
    }
    
    .hero-button {
        position: relative;
        text-align: center;
    }
    
    .hero-button img {
        width: 165px;
        height: auto;
    }

    .hero-button-text {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        width: 110px;
        font-size: 13px;
    }

    .hero-text-container {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    
    .hero-inner-text-container{
        position: relative;
        float: right;
        top: 0px;
        right: 0px;
        z-index: 10;
        height: 100%;
        width: 340px;
        text-align: right;
    }
    
    .hero-image-cloud{
        position: absolute;
        right: -3340px;
        top: 0px;
        height: 100%;
        opacity: 0.9;
    }
    
    .cloud{
        position: relative;
        height: 100%;
    }
}

@media (min-width: 992px){    
    .hero-image{
        height: 690px;
        width: 100%;
        object-fit: cover;
    }

    .hero-font{
        float: right;
        text-align: right;
        max-width: 350px;
    }

    .hero-logo{
        max-height: 200px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .hero-button-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: right;
        gap: 35px;
        width: 500px;
        margin-top: 40px;
    }
    
    .hero-button {
        position: relative;
        text-align: center;
    }
    
    .hero-button img {
        width: 200px;
        height: auto;
    }
    
    .hero-button-text {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        width: 120px;
        font-size: 16px;
    }

    .hero-text-container {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    
    .hero-inner-text-container{
        position: relative;
        float: right;
        top: 0px;
        right: 0px;
        z-index: 10;
        height: 100%;
        width: 500px;
        text-align: right;
    }
    
    .hero-image-cloud{
        position: absolute;
        right: -3740px;
        top: 0px;
        height: 100%;
        opacity: 0.9;
    }
    
    .cloud{
        position: relative;
        height: 100%;
    }
}

.hero-button:hover {
    transform: scale(1.05);
    transition: 0.3s ease;
}

.hero-text-container .container{
    height: 100%;
}

/* max-height and max-height2 */
@media (max-width: 600px) {
    .max-height{
        min-height: 650px;
        max-height: 650px;
        overflow: hidden;
    }
    .max-height2{
        min-height: 200px;
        max-height: 200px;
        overflow: hidden;
    }
}

@media (max-width: 1200px) and (min-width: 600px) {
    .max-height{
        min-height: 650px;
        max-height: 650px;
        overflow: hidden;
    }
    .max-height2{
        min-height: 300px;
        max-height: 300px;
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .max-height{
        min-height: 800px;
        max-height: 800px;
        overflow: hidden;
    }
    .max-height2{
        min-height: 600px;
        max-height: 600px;
        overflow: hidden;
    }
}

.logo-container{
    max-height: 200px;
    max-width: 300px;
    min-height: 200px;
    min-width: 300px;
}

.logo-container2{
    max-height: 200px;
    margin-bottom: -20px;
    max-width: 100%;
}

.banner-mother-child{
    max-height: 105%;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

/* banner-space and bt-clouds */
@media (max-width: 1200px) {
    .banner-space{
        min-width: 500px;
    }

    .bt-clouds{
    position: absolute;
    bottom: -170px;
    left: 0px;
    width: 130%;
    }
}

@media (min-width: 1200px) {
    .banner-space{
        min-width: 600px;
    }

    .bt-clouds{
    position: absolute;
    bottom: -170px;
    left: 0px;
    width: 130%;
    }
}

.font-pos-r{
    text-align: right;
}

.font-pos-c{
    text-align: center;
}

.item-clouds{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

/* item-bubble and item-clouds */
@media (max-width: 400px) {
    .cloud-image-container{
        width: 275px;
        height: 275px;
    }

    .item-bubble{
        width: 275px;
        height: 275px;
        max-width: 100%;
        border-radius: 50%;
        object-fit: cover;
    }

    .item-clouds img{
        width: 100%;
    }

    .item-tx{
        position: absolute;
        bottom: -10px;
        width: 100%;
        font-size: 15px;
    }
}

@media (max-width: 500px) {
    .logos img {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media (max-width: 1200px) and (min-width: 400px) {
    .cloud-image-container{
        width: 400px;
        height: 400px;
    }

    .item-bubble{
        width: 400px;
        height: 400px;
        border-radius: 50%;
        object-fit: cover;
    }

    .item-clouds img{
        width: 400px;
    }

    .item-tx{
        position: absolute;
        bottom: 20px;
        width: 100%;
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .cloud-image-container{
        width: 500px;
        height: 500px;
    }

    .item-bubble{
        width: 500px;
        height: 500px;
        border-radius: 50%;
        object-fit: cover;
    }

    .item-clouds img{
        width: 500px;
    }

    .item-tx{
        position: absolute;
        bottom: -10px;
        width: 100%;
        font-size: 30px;
    }
}

.bt-babykart{
    height: 25px;
    width: 25px;
    margin-right: 10px;
}

.bt-padding{
    padding: 10px 20px 10px 20px;
}

.flex{
    display: flex;
}

.flex-stuff{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-evenly;
}

.flex-elektrische{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.bg-c-pink{
    background-color: rgb(238, 127, 170);
}

.bg-c-blue{
    background-color: rgb(50, 185, 204);
}

.tx-c-pink{
    color: rgb(245, 125, 171);
}

.tx-c-gold{
    color: #ddb860;
}

.tx-c-gray{
    color: rgb(132, 132, 132);
}

.border-zero{
    border: 0px;
}

.flex-footer{
    display: flex;
    justify-content: space-between;
}

.padding{
    padding-left: 40px;
    padding-right: 40px;
}

.items-padding-inner{
    padding: 60px 30px 30px 30px;
    min-height: 265px;
}
.padding-r{
    padding-right: 5%;
}

.right{
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    flex-wrap: wrap;
}

/* block-margin, block-margin-xxl and block-margin-top */
@media (max-width: 600px) {
    .block-margin{
        margin-bottom: 50px;
    }
    
    .block-margin-xl{
        margin-bottom: 70px;
    }

    .block-margin-xxl{
        margin-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .block-margin-top{
        margin-top: 60px;
    }
}

@media (max-width: 992px) and (min-width: 600px) {
    .block-margin{
        margin-bottom: 50px;
    }
    
    .block-margin-xl{
        margin-bottom: 70px;
    }
    
    .block-margin-top2{
        margin-top: 75px;
    }
    
}

@media (max-width: 992px) and (min-width: 576px) {
    .block-margin-top{
        margin-top: 130px;
    }
}

@media (min-width: 992px) {
    .block-margin {
        margin-bottom: 50px;
    }

    .block-margin-xl { 
        margin-bottom: 140px;
    }
    
    .block-margin-top {
        margin-top: 141px;
    }

    .block-margin-top2 {
        margin-top: 150px;
    }
}

.block-margin-small-lr{
    margin-left: 10px;
    margin-right: 10px;
}

.block-margin-small-all{
    margin: 10px;
}

.contact-form {
    max-width: 600px;
    margin: auto;
    padding: 20px;
    border: 1px solid #eee;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.contact-form h2 {
    margin-bottom: 20px;
    color: #DAA520;
}

.contact-form .btn {
    background-color: #ddb860;
    color: white;
}

.contact-form {
    margin-bottom: 15px;
}

.form-fill {
    background-color: rgb(248, 248, 248);
}

.form-group {
    margin-bottom: 20px;
}

.file-input-container {
    display: flex;
    align-items: center;
}

.file-input-container input[type="file"] {
    display: none;
}

.file-input-container label {
    color: white;
    padding: 0px 20px;
    cursor: pointer;
    border-radius: 5%;
}

.file-display {
    width: 475px;
    height: 40px;
    border: 1px solid #ccc;
    margin-right: 10px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-family: Arial, sans-serif;
    background-color: rgb(248, 248, 248);
}

.block-margin-logo2{
    margin-bottom: 85px;
}

.block-margin-logos{
    margin-bottom: 114px;
}

.syne{
    font-family: "Syne", sans-serif;
}

.overflow-hidden{
    overflow: hidden;
}

@media (max-width: 576px) {
    .my-class {
        height: 220px;
        margin-bottom: 90px;
    }

    .my-class.changed {
        height: 100%;
        margin-bottom: 110px;
    }
}

@media (max-width: 992px) and (min-width: 576px) {
    .my-class {
        height: 220px;
        margin-bottom: 135px;
    }

    .my-class.changed {
        height: 100%;
        margin-bottom: 160px;
    }
}

@media (min-width: 992px) {
    .my-class {
        height: 220px;
        margin-bottom: 170px;
    }

    .my-class.changed {
        height: 100%;
        margin-bottom: 190px;
    }
}

.my-class2 {
    height: 100%;
    overflow: hidden;
}

.hide {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    width: 100%;
}

.hide.changed {
    z-index: -1;
}

.readmore {
    width: 90%;
    position: absolute;
    left: 5%;
    bottom: -50px;
    text-align: center;
    font-size: x-large;
    z-index: 2;
    color: #525151;
    text-decoration: none;
    transition: 0.3s ease;
}

.readmore.changed {
    bottom: -70px;
}

.readmore:hover {
    transform: scale(1.05);
}

.pinkline {
    background-color: rgb(238, 127, 170);
    height: 4px;
    border-radius: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.whiteline {
    background-color: #fff;
    height: 4px;
    border-radius: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.pink-backtx {
    background-color: rgb(238, 127, 170);
    border-radius: 8px;
    padding: 32px;
    margin-bottom: 32px;
}

.pink-backtx2 {
    background-color: rgb(238, 127, 170);
    border-radius: 8px;
    padding: 32px;
    margin-bottom: 32px;
    margin-top: 32px;
}

.tx-img {
    border-radius: 8px;
    max-width: 100%;
    margin-bottom: 16px;
}

.tx-img2-container{
    height: 100%;
    margin-bottom: 16px;
}

.tx-img2 {
    border-radius: 8px;
    max-width: 100%;
    height: 95%;
    overflow: hidden;
    object-fit: cover;
}

.h3-h4-scale {
    font-size: 28px;
}

.grecaptcha-badge {
    z-index: 99999;
}
