.ag-text-dark {
    color: #282828
}

.ag-text-grey {
    color: #bfbfbf
}

.ag-text-light-grey {
    color: #f8f8f8
}

.ag-text-white {
    color: #ffffff
}

.ag-text-blue {
    color: #2a7aad
}

.ag-text-light-blue {
    color: #c9dceb
}

.ag-bg-dark {
    background-color: #282828
}

.ag-bg-grey {
    background-color: #bfbfbf
}

.ag-bg-light-grey {
    background-color: #f8f8f8
}

.ag-bg-white {
    background-color: #ffffff
}

.ag-bg-blue {
    background-color: #2a7aad
}

.ag-bg-light-blue {
    background-color: #c9dceb
}


@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Oswald-500.woff') format('woff');
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Oswald-700.woff') format('woff');
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/OpenSans-300.woff') format('woff');
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-400.woff') format('woff');
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/OpenSans-700.woff') format('woff');
}

/* Schriften */

h1, h2, h3, h4, h5, h6 {
    font-family: Oswald;
    font-weight: 700;
    line-height: 1.4;
}

body {
    font-family: OpenSans;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 300;
}

p {
    font-family: OpenSans;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 300;
}

@media only screen and (max-width: 479px) {
    p {
        font-size: 18px;
    }
}

.ag-p-small {
    font-family: OpenSans;
    font-size: 15px !important;
    line-height: 1.4;
    font-weight: 300;
}

.ag-spacing {
    letter-spacing: 8px;
}

.ag-uppercase {
    text-transform: uppercase
}

.btn {
    font-family: Oswald;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0.25rem;
    padding: 14px 35px 14px;

}

.aq-h1 {
    font-size: 70px;
    font-weight: 900;
    line-height: 1.0;
    margin-bottom: 0px;
}

@media only screen and (max-width: 479px) {
    .aq-h1 {
        font-size: 45px;
    }
}


.aq-h2 {
    display: inline;
    font-size: 50px;
    font-weight: 900;
    line-height: 1.0;
}

@media only screen and (max-width: 479px) {
    .aq-h2 {
        font-size: 30px;
    }
}

.aq-h2-1 {
    display: inline;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.0;
}

@media only screen and (max-width: 479px) {
    .aq-h2-1 {
        font-size: 30px;
    }
}

.aq-h3 {
    font-size: 30px;
    font-weight: 700;
}

.aq-h4 {
    font-family: Oswald;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.0;
    color: #40444e;
}

.aq-s1 {
    font-size: 36px;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.4;
}

@media only screen and (max-width: 479px) {
    .aq-s1 {
        font-size: 21px;
        letter-spacing: 8px;
    }
}

.aq-s2 {
    font-size: 20px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.4;
}

@media only screen and (max-width: 479px) {
    .aq-s2 {
        font-size: 17px;
        letter-spacing: 4px;
    }
}


/* Button´s */
.btn-primary {
    color: #fff;
    background-color: #2A79AD;
    border-color: #2A79AD;
}

.btn-primary:hover {
    color: #40444e;
    background-color: #caddec;
    border-color: #caddec;
}


.product-card.style2 .product-img, .product-card.style5 .product-img {
    max-height: 100% !important;
}

.product-card .product-info .price {
    color: #bfbfbf !important;
}

.product-cat-card {
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.0) !important;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.0) !important;
    padding: 25px;
    position: relative;
    margin: 0 0 25px;
    background-color: #ffffff !important;
}

.product-cat-slider .product-cat-card {
    height: 100%;
    max-height: 100%;
    border-radius: 0.25rem;
}

.product-card {
    margin-bottom: 0px !important;
}

.product-cat-slider.owl-carousel .owl-nav {
    top: -55px !important;
}

.product-cat-slider.owl-carousel .owl-nav button.owl-prev {
    background-color: #2a7aad;
}

.product-cat-slider.owl-carousel .owl-nav button.owl-next {
    background-color: #2a7aad;
}

.product-cat-slider.owl-carousel .owl-nav button.owl-prev i, .product-cat-slider.owl-carousel .owl-nav button.owl-next i {
    color: #ffffff;
}

.mt-menu {
    padding-top: 68px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mt-menu {
        padding-top: 66px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mt-menu {
        padding-top: 62px
    }
}

@media only screen and (max-width: 767px) {
    .mt-menu {
        padding-top: 66px
    }
}


.ag-border-radius {
    border-radius: 0.25rem !important;
}


.header-wrap .navbar .navbar-nav .nav-item a {
    color: #282828;
    font-weight: 500;
    font-family: Oswald;
    font-size: 20px;
    text-transform: uppercase;
}

.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
    font-family: OpenSans !important;
    font-size: 16px !important;
    padding: 7px 10px !important;
    text-transform: none;
}

.header-wrap .navbar .navbar-nav .nav-item ul.dropdown-menu li a {
    padding: 7px 10px !important;
}

.header-wrap .navbar .navbar-nav .nav-item ul.dropdown-menu li a {
    padding: 5px 20px !important;
    font-weight: 400 !important;
}

.header-wrap .navbar .navbar-nav .nav-item a:hover, .header-wrap .navbar .navbar-nav .nav-item a:focus, .header-wrap .navbar .navbar-nav .nav-item a.active {
    color: #2a7aad !important;
}


.accordion-item .accordion-header .accordion-button {
    color: #282828;
    background-color: #f8f8f8;
    border-radius: 0.25rem;
}

.accordion-item .accordion-header .accordion-button.collapsed {
    color: #282828;
    background-color: #f8f8f8;
}

.accordion-item .accordion-header .accordion-button:before {
    display: none !important

}

.accordion-item .accordion-header .accordion-button {
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.0) !important;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.0) !important;
}


.pt-aq {
    padding-top: 0.15rem !important;
}

.pt-menu {
    padding-top: 0.15rem !important;
}


.dark-overlay-1 {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.80);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-engagement {
    background-image: url(../images/engagement.jpg);
    background-size: cover;
    background-position: center top;
}

.bg-dry {
    background-image: url(../images/dry.jpg);
    background-size: cover;
    background-position: center top;
}

.bg-vitamine {
    background-image: url(../images/vitamin-drops-video-background.jpg);
    background-size: cover;
    background-position: center top;
}

.bg-home-head {
    background-image: url(../images/aqua-global-header-mini.jpeg);
    background-size: cover;
    background-position: center top;
}

.bg-mt-vorteil {
    background-image: url(../images/bg-mini-touch-vorteile.jpg);
    background-size: cover;
    background-position: center top;
}

.bg-mini-head {
    background-image: url(../images/aqua-global-product-mini.jpg);
    background-size: cover;
    background-position: center top;
}

.bg-karriere-team {
    background-image: url(../img/karriere-team.jpg);
    background-size: cover;
    background-position: center top;
}

.bg-impressum {
    background-image: url(../images/impressum.jpg);
    background-size: cover;
    background-position: center top;
}

.bg-datenschutz {
    background-image: url(../img/datenschutz.jpg);
    background-size: cover;
    background-position: center top;
}

.bg-login {
    background-image: url(../img/login.jpg);
    background-size: cover;
    background-position: center top;
}

.bg-registrieren {
    background-image: url(../img/registrieren.jpg);
    background-size: cover;
    background-position: center top;
}

.bg-fruit {
    background-image: url(../images/bg-fruit.jpg);
    background-size: cover;
    background-position: center top;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embed-container-1 {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container-1 iframe,
.embed-container-1 object,
.embed-container-1 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dark-overlay {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.50);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.elegant {
    text-shadow: 3px 4px 7px rgba(64, 68, 78, 0.8);
}

.text-white {
    color: #ffffff !important;
}

.sp-aq {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.sp-aq-1 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.sp-aq-2 {
    padding-top: 5rem !important;
}

.sp-aq-3 {
    padding-bottom: 5rem !important;
}

.sp-aq-4 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}

.min-vh-60 {
    min-height: 80vh !important;
}

.bg-home-first {
    background-image: url(../images/bg-home-first.jpg);
    background-size: cover;
    background-position: center center;
}

.bg-unternehmen {
    background-image: url(../images/ausstellung-neu.jpg);
    background-size: cover;
    background-position: center center;
}

.bg-event {
    background-image: url(../img/event.jpg);
    background-size: cover;
    background-position: center center;
}

.bg-kaffee {
    background-image: url(../images/bg-kaffee.jpg);
    background-size: cover;
    background-position: center center;
}

.bg-basic {
    background-image: url(../images/bg-basic.jpg);
    background-size: cover;
    background-position: center center;
}

.bg-sparkling {
    background-image: url(../images/bg-sparkling.jpg);
    background-size: cover;
    background-position: center center;
}

.bg-pure-nino {
    background-image: url(../images/bg-pure-nino.jpg);
    background-size: cover;
    background-position: center center;
}

.bg-silver {
    background-image: url(../images/bg-silver.jpg);
    background-size: cover;
    background-position: center center;
}

.bg-hydrogen {
    background-image: url(../images/bg-hydrogen.jpg);
    background-size: cover;
    background-position: center center;
}

.bg-unternehmen-neu {
    background-image: url(../images/bg-unternehmen-neu.jpg);
    background-size: cover;
    background-position: center center;
}

.bg-warenkorb {
    background-image: url(../images/warenkorb.jpg);
    background-size: cover;
    background-position: center center;
}

.bg-faq {
    background-image: url(../images/bg-faq.jpg);
    background-size: cover;
    background-position: center center;
}


.ri-instagram-line {
    font-size: 80px;
    color: white;
}

.ptb-bottom {
    padding-top: 100px;
    padding-bottom: 0px;
}

.pt-hero {
    padding-top: 9rem;
}

.product-card.style4 .product-info-wrap .product-info {
    width: 100% !important;
}

.product-slider-one .owl-item.center .product-card.style4 .product-img img {
    -webkit-transform: translateY(-0px);
    transform: translateY(-0px);
}

.product-slider-one.owl-carousel .owl-nav button.owl-prev:hover, .product-slider-one.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #2A79AD;
}

.product-slider-one.owl-carousel .owl-nav button.owl-prev:hover, .product-slider-one.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #2A79AD;
}

/* Hintergründe */

.bg-aqua-global-drops {
    background-image: url(../images/aqua-global-drops-background.jpg);
    background-size: cover;
    background-position: center center;
}

.bg-home-first {
    background-image: url(../images/bg-home-first.jpg);
    background-size: cover;
    background-position: center center;
}

.bg-empfang {
    background-image: url(../images/bg-empfang.jpg);
    background-size: cover;
    background-position: center center;
}

.bg-kontakt {
    background-image: url(../images/bg-kontakt.jpg);
    background-size: cover;
    background-position: center center;
}

.bg-antikalk {
    background-image: url(../images/rxt-2.jpg);
    background-size: cover;
    background-position: center top;
}

.bg-partner {
    background-image: url(../images/bg-partner.jpg);
    background-size: cover;
    background-position: center top;
}

.bg-instagram {
    background-image: url(../images/bg-instagram-1.jpg);
    background-size: cover;
    background-position: center top;
}

.bg-download {
    background-image: url(../images/aq-download.jpg);
    background-size: cover;
    background-position: center top;
}

.bg-dubai {
    background-image: url(../img/dubai.jpg);
    background-size: cover;
    background-position: center top;
}

.bg-agb {
    background-image: url(../img/agb.jpg);
    background-size: cover;
    background-position: center top;
}

.bg-chance {
    background-image: url(../img/deine-chance-1.jpg);
    background-size: cover;
    background-position: center top;
}

.bg-aq-blue {
    background-color: #2A79AD;
}

.bg-aq-light-blue {
    background-color: #caddec;
}

.bg-grey {
    background-color: #f9f9f9;
}


.bg-white {
    background-color: #ffffff;
}

.bg-dark-grey {
    background-color: #40444e;
}

.btn-light {
    color: #40444e;
    background-color: #caddec;
    border-color: #caddec;
}

.btn-light:hover {
    color: #40444e;
    background-color: #caddec;
    border-color: #caddec;
}

.promo-card .promo-title .promo-icon i {
    color: #2A79AD;
}

.promo-card.style1 .promo-icon:after {
    background-color: #2A79AD;
}

.product-cat-card .product-cat-icon i {
    color: #2A79AD;
}

.product-cat-card.style1 .product-cat-icon:after {
    background-color: #2A79AD;
}

.product-cat-card .count-num {
    color: #40444e;
}

.bg-dark-1 {
    background-color: rgba(0, 0, 0, 0.85);
}


/* Farben */


.text-dark {
    color: #40444e !important;
}

.text-grey {
    color: #878787 !important;
}

.text-light-grey {
    color: #878787 !important;
}

.text-blue {
    color: #2A79AD !important;
}

.text-light-blue {
    color: #caddec !important;
}

.blue {
    color: #2A79AD;
}

.light-blue {
    color: #caddec;
}

.text-white {
    color: #ffffff;
}


/* Padding Hero´s */
.hero-aq {
    position: relative;
    padding: 800px 0 400px;;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-aq {
        padding: 550px 0 350px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-aq {
        padding: 550px 0 300px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-aq {
        padding: 550px 0 250px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .hero-aq {
        padding: 550px 0 200px;
    }
}

@media only screen and (max-width: 479px) {
    .hero-aq {
        padding: 350px 0 150px;
    }
}


/* Nav Bar & Footer*/
.header-wrap.style1 .header-box {
    background-color: #40444e;
}

.header-wrap.sticky.style1, .header-wrap.sticky.style3 {
    background-color: #40444e;
    margin: 0;
}

.product-filter li a.filter-active {
    background-color: #2A79AD;
}

@media only screen and (min-width: 992px) {
    .header-wrap .navbar .navbar-nav .nav-item a i {
        font-size: initial;
    }
}

@media only screen and (min-width: 992px) {
    .header-wrap.style1 .navbar .navbar-nav .nav-item .dropdown-menu, .header-wrap.style3 .navbar .navbar-nav .nav-item .dropdown-menu {
        background-color: #40444e;
    }
}

.back-to-top {
    background: #2A79AD;
}

@media only screen and (min-width: 992px) {
    .header-wrap.style1 .navbar .navbar-nav .nav-item a:hover, .header-wrap.style1 .navbar .navbar-nav .nav-item a:focus, .header-wrap.style1 .navbar .navbar-nav .nav-item a.active, .header-wrap.style3 .navbar .navbar-nav .nav-item a:hover, .header-wrap.style3 .navbar .navbar-nav .nav-item a:focus, .header-wrap.style3 .navbar .navbar-nav .nav-item a.active {
        color: #caddec;
    }
}

@media only screen and (min-width: 992px) {
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
        color: #caddec;
    }
}

@media only screen and (min-width: 992px) {
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:before {
        background-color: #caddec;
    }
}

.footer-wrap {
    background-color: #40444e;
}

.social-profile.style1 li a i {
    color: #caddec;
}

.footer-wrap .footer-widget .footer-widget-title:after {
    background-color: #caddec;
}

.footer-wrap .footer-widget .footer-menu li a:hover {
    color: #caddec;
}

.footer-wrap .footer-widget .footer-menu li a:hover:after {
    background-color: #caddec;
}


/* Produktgalerie Startseite */
.product-card.style7 .product-img img {
    width: 100%;
}

.product-card.style7 .product-info .price {
    color: #2A79AD;
}

.product-item-slider .product-filter-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2A79AD;
}

.bg-green {
    background-color: #40444e;
}


/* Produktslider Unternehmen */
.feature-product-slider.owl-carousel .owl-nav button.owl-prev, .feature-product-slider.owl-carousel .owl-nav button.owl-next {
    background-color: #caddec;
}

.feature-product-slider.owl-carousel .owl-nav button.owl-prev:hover, .feature-product-slider.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #2A79AD;
}


/* Kontaktformular */
.card-body {
    padding: 1.5rem 1.5rem;
    background-color: #f9f9f9;
}

/* Downloads */
.service-card.style2:after {
    background-color: #caddec;
}
