/* ======================
Author's custom styles
======================*/

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/roboto-v30-latin-300.eot');
    src: local(''), url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), url('../fonts/roboto-v30-latin-300.woff') format('woff'), url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/roboto-v30-latin-500.eot');
    src: local(''), url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), url('../fonts/roboto-v30-latin-500.woff') format('woff'), url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''), url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #000;
    font-family: 'Roboto', Arial, Verdana, sans-serif;
    background-color: #fff;
    font-weight: 300;
}

footer {
    padding: 20px 0;
    color: #80a3c4;
    background-color: #004689;
    font-size: 1rem;
}

.footerhead {
    color: #fff;
    font-weight: 400;
    font-size: 1.125rem;
}

footer p {
    line-height: 1.5rem;
}

.headlines {
    padding: 10px 0 0;
}

a:link,
a:visited {
    text-decoration: none;
    color: #004689;
}

a:hover,
a:active,
a:focus {
    color: #000;
    text-decoration: none;
}

a.btn-primary:link,
a.btn-primary:visited {
    text-decoration: none;
    background-color: #004689;
    color: #ddd;
}

a.btn-primary:hover,
a.btn-primary:active,
a.btn-primary:focus {
    color: #fff;
    text-decoration: none;
}

a.footer:link,
a.footer:visited {
    text-decoration: none;
    color: #80a3c4;
    font-weight: 300;
}

a.footer:hover,
a.footer:active,
a.footer:focus {
    color: #fff;
    text-decoration: none;
}

.topnav-links a:link,
.topnav-links a:visited {
    text-decoration: none;
    color: #c2c4c7;
    font-weight: 400;
    transition: all 0.7s;
}

.topnav-links a:hover,
.topnav-links a:active,
.topnav-links a:focus {
    color: #004689;
}

.topnav {
    background-color: #373f4a;
    color: #fff;
    font-size: 0.875rem;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

#logo {
    display: none;
}


/* mobile Navigation
*****************************/

header {
    background: #fff url('../img/layout/header-sm_bg.png') repeat-x top left;
}

.navbar {
    background: #fff url('../img/layout/header-sm_bg.png') repeat-x top left;
    align-items: flex-start;
    padding-bottom: 0;
}

.navbar-brand {
    padding: 0rem;
    width: 185px;
    height: 80px;
    background-image: url('../img/layout/aqualine-logo-trans.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.tel-toggler {
    border: 1px solid #afb2b6;
    border-radius: .25rem;
    outline: 0;
}

.tel-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    background-color: transparent;
}

.navbar-toggler {
    border: 1px solid #afb2b6;
    border-radius: .25rem;
    outline: 0;
}

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.6)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar .navbar-toggler-icon:hover,
.navbar .navbar-toggler-icon:focus,
.navbar .navbar-toggler-icon:active {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    outline: 0;
    box-shadow: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.homeicon {
    color:#004689;
}

.navbar-nav .nav-link {
    padding: 5px 10px 0;
    color: #004689;
    outline: none;
    font-size: 1.250rem;
    line-height: 1.75em;
    font-weight: 500;
}

.navbar-nav .nav-link:before {
    content: url("data:image/svg+xml,<svg width='10' height='10' viewBox='0 2 16 16' fill='%23004689' xmlns='http://www.w3.org/2000/svg'><path d='M12.14 8.753l-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");
    margin-right: 6px;
    display: inline-block;
}

.navbar-nav .nav-link:hover {
    color: #000;
}

.navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    background: #004689;
    color: #fff;
    max-width: 650px;
    border: none;
}

.meganavtext a:link,
.meganavtext a:visited {
    color: #fff;
}

.meganavtext a:hover,
.meganavtext a:active,
.meganavtext a:focus {
    color: #adcae6;
}


/* end mobile Navigation
******************************/

.navbar .megamenu {
    padding: 1rem;
}

.meganavtext {
    line-height: 1.4em;
}

h1,
.h1 {
    font-size: 1.375rem;
    line-height: 1.25em;
    font-weight: 600;
    margin: 0;
}

h2,
.h2 {
    font-size: 1.1rem;
    line-height: 1.25em;
    margin: 0 0 15px 0;
    font-weight: 400;
}

h3,
.h3 {
    font-size: 1.3rem;
    line-height: 1.250em;
    margin: 0 0 15px 0;
    font-weight: 500;
}

h4,
.h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 400;
}

h5,
.h5 {
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin: 0;
    font-weight: 500;
}

.small {
    font-size: 0.875rem !important;
    line-height: 1.3rem;
}

.strong,
strong {
    font-weight: 400;
}

.brown-bg {
    background-color: #b1944e;
    font-size: 1.375rem;
    padding: .5rem;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 500;
}

.halfgrey-xs {
    background-color: #efeeee;
    padding: 1rem;
}

.productdetail {
    border: 1px solid #fff;
    border-radius: 0;
    height: 100% !important;
}

.productdetail h5 {
    font-size: 1.25rem;
    line-height: 1.3rem;
    padding-bottom: 7px;
    border-bottom: 1px solid #ffa03d;
    margin-bottom: 10px;
}

.productdetail .card-text {
    font-size: 1rem;
    line-height: 1.5rem;
}

.feedbackcard {
    border: none;
    height: 100% !important;
}

.feedbackcard h5 {
    font-size: 1.125rem;
    line-height: 1.3rem;
    padding-bottom: 5px;
    border-bottom: 1px solid #ffa03d;
    margin-bottom: 5px;
}

.feedbackcard .card-text {
    font-size: 1rem;
}

.blogcard {
    border: none;
    padding: 0;
}

.blogcard .card-body {
    padding-top: 0;
}

.blogcard .card-title {
    color: #004689;
    font-weight: 500;
    font-size: 1.25rem;
}

.blogcard .card-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.pweltcard .card-body {
    padding-top: 10px;
}

.pweltcard h5 {
    font-size: 1.375rem;
    line-height: 1.3rem;
    padding-bottom: 5px;
    border-bottom: 1px solid #004689;
    margin-bottom: 15px;
}

.pweltcard p {
    font-size: 1rem;
    line-height: 1.25rem;
}

.orange {
    color: #f29401;
}

.blue {
    color: #004689;
}

.bluebg {
    background-color: #004689;
    color: #fff;
    padding: 5px 10px;
    font-weight: 400;
}

.zenblue {
    color: #436577;
}

.thin {
    font-weight: 300;
}

.thinblue {
    font-size: 1rem;
    color: #004689;
    font-weight: 300;
}

.greybg {
    background-color: #e8e7e6;
    padding-top: 30px;
    padding-bottom: 30px;
}

.arrow:before {
    content: url("data:image/svg+xml,<svg width='10' height='10' viewBox='0 2 16 16' fill='%23dcd0da' xmlns='http://www.w3.org/2000/svg'><path d='M12.14 8.753l-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");
    margin-right: 6px;
    display: inline-block;
}

.arrowa:after {
    content: url("data:image/svg+xml,<svg width='10' height='10' viewBox='0 1 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path d='M12.14 8.753l-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");
    margin-left: 6px;
    display: inline-block;
}

.img-hover-zoom {
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

.img-hover-zoom img {
    /*     transform-origin: 0 0; */
    transition: transform .3s, visibility .3s ease-in;
}

.img-hover-zoom:hover img {
    transform: scale(1.1);
}

.spaced-border {
    border: 1px solid #b8b8b8;
    padding: 3px;
}

.pweltcard {
    background-color: transparent;
    border: none;
    transition: all 0.5s;
    filter: grayscale(50%);
}

.pweltcard:hover {
    filter: grayscale(0);
}

.pname {
    color: #004689;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0;
}

.listing,
.listing-small {
    padding-left: 1rem;
}

.square {
    list-style-type: square;
    color: #004689;
    font-size: 1rem;
}

.square span {
    color: #000;
}

.square li {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 5px;
}

.listing-small li {
    font-size: 1rem;
    line-height: 1.4rem;
}

.greencheck {
    list-style-type: none;
    padding-left: 1rem;
}

.greencheck li {
    list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23096c15' class='bi bi-check' viewBox='-2 -4 16 16'%3E%3Cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z'/%3E%3C/svg%3E");
    color: #2f689f;
    font-size: 1rem;
    line-height: 1rem;
}

ol.numbers {
    list-style: none;
    counter-reset: my-awesome-counter;
    padding-left: 0rem;
}

ol.numbers li {
    counter-increment: my-awesome-counter;
    font-size: 1rem;
    padding-left: 2rem;
}

ol.numbers li::before {
    display: inline-block;
    width: 28px;
    height: 28px;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 5px 5px 0;
    text-align: center;
    content: counter(my-awesome-counter);
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    font-weight: bold;
    border: 2px solid #f29401;
    margin-left: -2rem;
}

@media (max-width: 576px) {}

@media (min-width: 576px) {}

@media (min-width: 768px) {
    header {
        margin: 0;
        background: #fff url('../img/layout/header-md_bg.png') repeat-x bottom left;
    }
    .header-container {
        padding-top: 15px;
        padding-bottom: 35px;
    }
    .topnav-links {
        position: absolute;
        top: -10px;
        right: 0;
    }
    .slogan {
        margin-left: 50px;
        color: #004689;
        font-style: italic;
    }
    .navbar-brand {
        display: none;
    }
    #logo {
        display: inline-block;
        width: 300px;
    }
    .navbar {
        position: absolute;
        bottom: -20px;
        background: #004689;
        padding: 0;
        margin: 0;
        z-index: 1;
    }
    .navbar-nav {
        margin: 0;
        padding-right: 0;
    }
    .nav-item {
        padding-left: 8px;
        padding-right: 8px;
        border-right: 1px solid #c0d1e2;
    }
    .homeicon {
        width:16px;
        height:16px;
        vertical-align: top;
        color:#fff;
    }
    .first {
        padding-left: 0;
    }
    .last {
        padding-right: 0;
        border: none;
    }
    .navbar .navbar-nav .nav-link {
        padding: 0;
        color: #fff;
        text-align: center;
        outline: none;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1em;
        text-decoration: none;
    }
    .navbar .navbar-nav .nav-link:before {
        content: none;
    }
    #index #nav-home,
    #philosophie #nav-unternehmen,
    #monteur #nav-unternehmen,
    #schlafberatung #nav-schlafberatung,
    #aqualine #nav-produktwelten,
    #airline #nav-produktwelten,
    #classicline #nav-produktwelten,
    #roomline #nav-produktwelten,
    #schranksysteme #nav-produktwelten,
    #vorhang-systeme #nav-produktwelten,
    #insektenschutz #nav-produktwelten,
    #gesundes-sitzen #nav-produktwelten,
    #ausstellung #nav-ausstellung,
    #service #nav-service,
    #blog #nav-blog,
    #kontakt #nav-kontakt,
    #impressum #nav-impressum,
    #datenschutz #nav-datenschutz {
        color: #adcae6;
    }
    .navbar-nav .nav-link:hover {
        color: #adcae6;
    }
    /* megamenu part */
    .navbar .has-megamenu {
        position: static!important;
    }
    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 5px;
        background: #004689;
        color: #fff;
        max-width: 650px;
    }
    #aqualine-bg {
        height: 71px;
        background-image: url('../img/layout/unternehmen-nav_bg.png');
        background-repeat: no-repeat;
        background-position: top left;
    }
    ul.show {
        animation-name: slidenavAnimation;
        animation-duration: .5s;
        animation-iteration-count: 1;
        animation-timing-function: ease;
        animation-fill-mode: forwards;
        -webkit-animation-name: slidenavAnimation;
        -webkit-animation-duration: .5s;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-timing-function: ease;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-name: slidenavAnimation;
        -moz-animation-duration: .5s;
        -moz-animation-iteration-count: 1;
        -moz-animation-timing-function: ease;
        -moz-animation-fill-mode: forwards;
    }
    @keyframes slidenavAnimation {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    @-webkit-keyframes slidenavAnimation {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    h1,
    .h1 {
        font-size: 1.5rem;
        line-height: 1.4em;
        font-weight: 500;
    }
    h2,
    .h2 {
        font-size: 1.25rem;
        line-height: 1.375em;
        font-weight: 300;
        margin-bottom: 0;
    }
    h3,
    .h3 {
        font-size: 1.375rem;
        line-height: 1.75rem;
        font-weight: 500;
    }
    h4,
    .h4 {
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 400;
    }
    h5,
    .h5 {
        font-size: 1.125rem;
        line-height: 20px;
    }
    p,
    ul,
    ol {
        margin-bottom: 1.25rem;
    }
    footer {
        min-height: 150px;
    }
    .border-md-right {
        border-right: 1px dotted #80a3c4;
    }
    .halfgrey {
        background-color: #efeeee;
    }
    .headlines {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.65);
        padding: 20px 0;
    }
    .main-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .pweltcard .card-body {
        padding-top: 5px;
    }
    .pweltcard h5 {
        font-size: 1.25rem;
        line-height: 1.3rem;
        padding-bottom: 5px;
        border-bottom: 1px solid #004689;
        margin-bottom: 12px;
    }
    .pweltcard p {
        font-size: 1rem;
        line-height: 1.4rem;
    }
}

@media (min-width: 992px) {
    header {
        background: #fff url('../img/layout/header-lg_bg.png') repeat-x bottom left;
    }
    .header-container {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    #logo {
        width: 225px;
        height:auto;
        margin-bottom: 0;
    }
    .slogan {
        margin-left: 150px;
    }
    .navbar {
        bottom: 5px;
        right: 0;
        left: auto;
        background: transparent;
    }
    .nav-item {
        padding-left: 9px;
        padding-right: 9px;
    }
    .first {
        padding-left: 10px;
    }
    .border-lg-right {
        border-right: 1px dotted #80a3c4;
    }
    .border-lg-left {
        border-left: 1px dotted #004689;
    }
}

@media (min-width: 1200px) {
    header {
        background: #fff url('../img/layout/header_bg.png') repeat-x bottom left;
    }
    .header-container {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    #logo {
        width: 361px;
        margin-bottom: 0;
    }
    .slogan {
        margin-left: 200px;
    }
    .navbar {
        bottom: 10px;
        right: 0;
        left: auto;
        background: transparent;
    }
    .navbar .navbar-nav .nav-link {
        font-size: 1.125rem;
    }
    .bluebox {
        margin-top: -60px;
    }
    h1,
    .h1 {
        font-size: 1.875rem;
        line-height: 1.4em;
        font-weight: 500;
    }
    h2,
    .h2 {
        font-size: 1.375rem;
        line-height: 1.375em;
        font-weight: 300;
    }
    h3,
    .h3 {
        font-size: 1.375rem;
        line-height: 1.75rem;
        font-weight: 500;
    }
    h4,
    .h4 {
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 400;
    }
    h5,
    .h5 {
        font-size: 1.125rem;
        line-height: 20px;
    }
    .headlines {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.65);
        padding: 30px 0;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1280px;
    }
    .navbar {
        bottom: 10px;
        right: 0;
        left: auto;
        background: transparent;
    }
    .navbar .navbar-nav .nav-link {
        font-size: 1.25rem;
    }
    .nav-item {
        padding-left: 12px;
        padding-right: 12px;
    }
    .homeicon {
        width:20px;
        height:20px;
    }
    .first {
        padding-left: 15px;
    }
    .bluebox {
        margin-top: -60px;
    }
    #pwelten {
        background-image: url('../img/layout/pwelt_bg.jpg');
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: 40%;
    }
    #roomwelten {
        background-image: url('../img/layout/roomwelt_bg.jpg');
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: auto 100%;
    }
    #services {
        background-image: url('../img/layout/service_bg.jpg');
        background-repeat: no-repeat;
        background-position: top right;
        background-size: auto 100%;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1480px;
    }
    .slogan {
        margin-left: 210px;
    }
    .bluebox {
        margin-top: -100px;
    }
    /*
    #pwelten {
        background-size: contain;
    }
    */
}

@media (min-width: 1920px) {
    body {
        max-width: 1920px;
    }
}

#weight {
    margin-top: 20px;
}

#weight table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #9a0a6b;
}

#weight table td {
    text-align: right;
    border: 1px solid #9a0a6b;
}

#weight table tr:nth-child(5) {

    text-align: right;
}

#weight table tr:first-child {
    background-color: #9a0a6b;
    color: white;
    
}

#weight table tr:first-child th {
    padding: 15px;
    font-size: 1.2rem;
}