/*
200 -> extra light
300 -> light
400 -> regular
600 -> semibold
*/

.navbar-toggler-icon{
    font-size: 0.7em;
}

.navbar-toggler{
    padding: 2px 5px;
    border: 0px;
}

/** { outline: 1px red solid !important; visibility: visible !important }*/
hr {
    border: 1px solid #cd5873;
    opacity: 0.5;
    margin: 0 auto;
}

/* main title */
h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    color: #d95578;
    letter-spacing: 1.6px;
    font-size: 32px;
    text-transform: uppercase;
}

/* section title */
h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    color: #d95578;
    letter-spacing: 1.2px;
    font-size: 24px;
    text-transform: uppercase;
}

/* section sub title */
h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: rgb(107, 128, 134);
    letter-spacing: 0.7px;
    line-height: 18px;
}


p {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: rgb(107, 128, 134);
    letter-spacing: 0.7px;
    line-height: 21px;
}

p2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: rgb(107, 128, 134);
    letter-spacing: 0.7px;
    line-height: 21px;
}

/* footer */
.footer {
    background-color: #eff7fa;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer h3 {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
}

.footer p {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.6px;
}

.footer a {
    color: rgb(107, 128, 134);
}

.min-footer-width {
    min-width: 160px;
}

.spacer-top {
    margin-top:100px;
}

.spacer-top-adapted {
    margin-top:80px;
}

.spacer-bottom-small {
    margin-bottom: 30px;
}

.spacer-bottom-medium {
    margin-bottom: 40px;
}

.spacer-bottom-big {
    margin-bottom: 50px;
}

.title-image {
    min-height: 700px;
    width: 100%;
    object-fit: cover;
    padding-right: 0px;
    padding-left: 0px;
}

.actual-text p {
    color: #d95578;
}

.aktuelle-angebote a {
    color: #d95578;
    text-decoration: none;
}
.aktuelle-angebote a:hover {
    color: rgb(107, 128, 134);
    text-decoration: none;
}

.angebot-text {
    height: 100%;
}

.rotate-container {
    background: transparent;
    display: inline-block;
    position: absolute;
    width: 200px;
    right: 10px;
}

.rotate {
    width: 200px;
    height: 200px;
}

.rotate img {
    height: 200px;
}

.insta {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    position: relative;
}


/* The overlay effect - lays on top of the container and over the image */
.overlay {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    width: calc(100% - 5px);;
    transition: .5s ease;
    font-size: 16px;
    padding: 20px;
    text-align: center;
    color: white;
    /*top: 0;*/
    /*padding-top: 50px;*/
}

.spacer-top-footer {
    margin-top:100px;
}


@media (max-width: 767px) {
    .overlay {
        opacity: 1;
    }
}
@media (min-width: 768px) {
    .overlay {
        opacity: 0;
    }

    /* When you mouse over the container, fade in the overlay title */
    .insta:hover .overlay {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .portrait-text {
        background-color: #dde6e8;
        height: 100%;
        padding: 40px 30px 10px;
    }

    /* video is shown as a carsousel */

    .angebot-text {
        height: 100%;
        padding: 40px 30px 20px;
    }

    .actual-text {
        padding-left: 30px;
        padding-right: 30px;
    }

    .spacer-top {
        margin-top:40px;
    }

    .spacer-top-adapted {
        margin-top:40px;
    }

    .spacer-bottom-small {
        margin-bottom: 12px;
    }

    .spacer-bottom-big {
        margin-bottom: 20px;
    }

    .title-image {
        min-height: 500px;
        width: 100%;
        object-fit: cover;
    }

    .footer h3 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer p {
        padding-left: 30px;
        padding-right: 30px;
    }

    .mobile-border {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .rotate {
        width: 200px;
        height: 200px;
    }

    .rotate img {
        height: 200px;
    }

    .aktuelle-angebote {
        padding: 20px;
    }

    .aktuelle-angebote h2 {
        font-size: 20px;
        text-transform: none;
    }
}

@media (min-width: 768px) {
    .portrait-text {
        background-color: #dde6e8;
        height: 100%;
        padding: 50px 50px 10px;
    }

    .video {
        height: 200px;
        width: 100%;
        object-fit: cover;
    }

    .px-lg-insta {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    /* rotating only on desktop */
    .rotate-container:hover .rotate {
        transition: 0.7s;
        transform: rotate(10deg) scale(1.2);
    }

    .rotate-container:off-hover .rotate {
        transition: 0.7s;
        transform: rotate(10deg) scale(1.2);
    }

    .rotate {
        transition: 0.6s;
    }

    .aktuelle-angebote {
        padding: 20px;
    }

    .aktuelle-angebote h2 {
        font-size: 16px;
        text-transform: none;
    }
}

@media (min-width: 992px) {
    .portrait-text {
        background-color: #dde6e8;
        height: 100%;
        padding: 50px 70px 30px;
    }

    .video {
        height: 250px;
        width: 100%;
        object-fit: cover;
    }

    .px-lg-insta {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }

    .aktuelle-angebote {
        padding: 20px;
    }

    .aktuelle-angebote h2 {
        font-size: 18px;
        text-transform: none;
    }
}

@media (min-width: 1200px) {
    .portrait-text {
        background-color: #dde6e8;
        height: 100%;
        padding: 60px 100px 30px;
    }

    .video {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }

    .px-lg-insta {
        padding-right: 12rem !important;
        padding-left: 12rem !important;
    }

    .px-footer {
        padding-right: 10rem !important;
        padding-left: 10rem !important;
    }

    .aktuelle-angebote {
        padding: 20px;
    }

    .aktuelle-angebote h2 {
        font-size: 20px;
        text-transform: none;
    }
}

@media (min-width: 1500px) {
    .portrait-text {
        background-color: #dde6e8;
        height: 100%;
        padding-top: 80px;
        padding-left: 160px;
        padding-right: 160px;
    }

    .video {
        height: 350px;
        width: 100%;
        object-fit: cover;
    }

    .px-lg-insta {
        padding-right: 18rem !important;
        padding-left: 18rem !important;
    }

    .aktuelle-angebote {
        padding: 20px;
    }

    .aktuelle-angebote h2 {
        font-size: 20px;
        text-transform: none;
    }
}

/* hide all columns but the first of the instagram feed on sizes < MD */
@media (max-width: 767px) {
    .row .insta:not(:first-child) {
        display: none;
    }

    .insta {
        padding-right: 0px;
    }
}

@media (min-width: 992px) {
    .px-lg-10 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .px-lg-20 {
        padding-right: 10rem !important;
        padding-left: 10rem !important;
    }
}