@import "bootstrap.min.css";
@import "font.css";

body {
    background-color: black;
    background-image: url('../img/bgx.png');
    background-size: cover;
    font-family: "roboto_slabregular";
}

#top-color .container-fluid {
    height: .5rem;
    background: #CC142F;
}

#header {
    padding-top: 1.5rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    border-top: .5rem solid #CC142F;
    transition: 0.5s ease;
    background: transparent;
}

#header .logo img {
    width: 13.2rem;
    transition: 0.5s ease;
}

#header .nav li {
    margin: auto;
}

.nav-link:hover {
    text-decoration: underline!important;
}

#header .nav-link {
    text-transform: uppercase;
    color: #fff;
    font-size: 1rem;
}

#header.scrolled {
    transition: 1s ease;
    background: #CC142F;
    padding-top: 0;
}

.scrolled .logo img {
    width: 5rem !important;
    transition: 0.5s ease;
}


#bottle-text .container {
    margin-top: 2.5rem;
}

#bottle-text .bottle-head h1 {
    color: #CC142F;
    font-size: 6.25rem;
    text-transform: uppercase;
    line-height: 5.625rem;
}

#bottle-text .red-button .btn-primary {
    background-color: #CC142F;
    border: none;
    border-radius: 2rem;
    padding: .75rem 2.5rem;
}

#bottle-text .red-button a {
    font-size: 1.25rem;
}

#bottle-text .red-button {
    margin-top: 3rem;
}

#bottle-text .sings {
    margin-top: 3rem;
    opacity: 100%;
    display: inline-block;
}

#bottle-text .sings .icon {
    padding-left: 3rem;
}

#bottle-text .sings .icon2 {
    padding-left: 3rem;
}

#bottle-text {
    margin-top: 18rem;
}

#heart {
    margin-top: 15rem;
    overflow: hidden;
}

#heart .h-slide {
    opacity: 0;
}

#heart h1 {
    color: white;
    text-decoration: underline #CC142F;
}

#heart p {
    color: white;
    font-family: "roboto_slablight";
    font-size: 1.4rem;
}

#examples {
    color: white;
    margin-top: 10rem;
    margin-bottom: 5rem;
    overflow: hidden;
}

#examples h1 {
    text-decoration: underline #CC142F;
}

#examples .ex-second {
    margin-top: 5rem;
}

footer {
    color: #999999;
    background-color: black;
}

footer .logo {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

footer .logo img {
    width: 70%;
}

footer .icons img {
    width: 7%;
    display: block;
    padding-top: 1.5rem;
}

footer h1 {
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

footer .adress p {
    font-size: 0.9rem;
}

footer .adress h2 {
    font-size: 1.1rem;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer ul li {
    padding-bottom: .55rem;
}

footer a {
    display: block;
    text-decoration: none;
    color: white;
    font-size: 0.9rem;
}

footer a:hover {
    text-decoration: underline;
    color: white;

}

.modal-header {
    border-bottom: 0;
}

.modal-content {
    padding: 1.87rem;
}

.modal-title {
    font-family: "roboto_slabbold";
}

.modal-body .grey {
    color: #999999;
    font-size: 0.9rem;
}

.flasche {
    text-align: center;
    z-index: 4;
}

#justtext .blocktxt2{
    color: white;
}

#justtext .blocktxt2 h2{
    text-decoration: underline #CC142F;
}

#justtext{
    margin-bottom: 3.5rem;
}

@media screen and (min-width: 1400px) {
    body {
        background: goldenrod;
    }
    /* Anpassungen bis MAX 1399.99 */
    .flasche img {
        width: 8.42rem;
    }
    #bottle-text .bottle-head h1 {
        color: #CC142F;
        font-size: 4.75rem;
        text-transform: uppercase;
        line-height: 5rem;
    }
    #bottle-text .sings {
        margin-top: 6rem;
        opacity: 100%;
        display: inline-block;
    }
    #bottle-text .red-button {
        margin-top: 6rem;
    }
    #justtext .blocktxt {
        padding-left: 13rem;
    }
}


@media screen and (max-width: 1399.99px) {
    body {
        background: lightcoral;
    }
    /* Anpassungen bis MAX 1399.99 */
    .flasche img {
        width: 7.6rem;
    }
    #bottle-text .bottle-head h1 {
        font-size: 4rem;
        line-height: 4.25rem;
    }
    #bottle-text .sings {
        margin-top: 5.5rem;
    }
    #bottle-text .red-button {
        margin-top: 5.5rem;
    }
    #justtext .blocktxt {
        padding-left: 7.5rem;
    }
}

@media screen and (max-width: 1200px) {
    #bottle-text .bottle-head h1 {
        font-size: 3.4rem;
    }
    #heart p{
        font-size: 1.3rem;
    }
    body{
        background-color: lightseagreen;
    }
    #examples .gs-txt1 img{
        width: 20rem;
    }
    #examples .ex-second img{
        width: 20rem;
    }
    #bottle-text .bottle-head h1{
        line-height: 3.5rem;
    }
    #justtext .blocktxt2 h2{
        font-size: 1.5rem;
    }
    #justtext .blocktxt2{
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 991.99px) {
    body {
        background: mediumpurple;
    }
    /* Anpassungen bis MAX 1399.99 */
    .flasche img {
        width: 5rem;
    }
    #bottle-text .bottle-head h1 {
        font-size: 2.2rem;
        line-height: 2.5rem;
    }
    #bottle-text .container {
        margin-top: -0.5rem;
    }
    #bottle-text .sings {
        line-height: 5rem;
    }
    #bottle-text .sings img {
        width: 4rem;
    }
    #bottle-text .sings .icon {
        width: 6rem;
    }
    #bottle-text .sings .icon2 {
        width: 8rem;
    }
    #bottle-text .sings {
        margin-top: 1rem;
        margin-left: 2rem;
    }
    #bottle-text .red-button {
        margin-top: 1rem;
    }
    #bottle-text .red-button a {
        font-size: 1rem;
    }
    #bottle-text .red-button {
        text-align: center;
    }
    #heart {
        margin-top: 10rem;
    }
    #heart p {
        font-size: 0.9rem;
    }
    #examples .gs-txt1 img {
        width: 11rem;
    }
    #examples .ex-second img {
        width: 11rem;
    }
    #heart .h-slide {
        display: none;
    }
    #heart .heart-head {
        opacity: 0;
    }
    #examples {
        margin-top: 6rem;
        margin-bottom: 3rem;
    }
    #examples .salattxt {
        font-size: 0.65rem;
        margin-top: 2rem;
        opacity: 0;
    }
    #examples .salattxt2 {
        font-size: 0.65rem;
        text-align: left!important;
        margin-bottom: 1.5rem;
        opacity: 0;
    }
    #examples .salatpic{
        text-align: center!important;
    }
    #examples .salatpic2 {
        text-align: center!important;
    }
    #justtext{
        text-align: center;
    }
    #justtext .blocktxt {
        padding-left: 0.7rem;
    }
    #justtext .blocktxt2 h2{
        font-size: 1.2rem;
    }
    #justtext .blocktxt2{
        font-size: 0.65rem;
    }
    #footer .logo {
        text-align: center;
    }
    #footer .logo img {
        width: 30%;
    }
    #footer .logo {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    #footer .adress {
        margin-top: 3rem;
    }
    #footer h1 {
        margin-bottom: 1rem;
    }
    #footer h2 {
        margin-bottom: 0.5rem;
    }
    #footer .adress p {
        margin-bottom: 1.5rem;
    }
    #footer .companie {
        margin-bottom: 1.5rem;
    }
    #footer .privacy {
        margin-bottom: 2.5rem;
    }
    #footer {
        text-align: center!important;
    }
    #footer .icons a {
        text-align: center;
    }

    #footer .icons a img {
        margin: 0 auto;
        width: 10%;
    }
    #footer .adress-info {
        margin-bottom: 0.5rem!important;
    }
}



