html,
body {
    height: 100% !important;
}

#site {
    padding-top: 130px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#site-content {
    flex: 1 0 auto;
}

#footer {
    width: 100%;
}

#header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 30;
}

#header #main-nav a,
#header #logo img,
#header #logo {
    transition: all ease-in-out 0.3s;
}

@media screen and (max-width: 768px) {
    #header.sticky #logo img {
        transform: scale(0);
    }

    #header.sticky #logo {
        height: 0!important;
        padding: 0!important;
        overflow: hidden;
        display: block;
    }
}

@media screen and (min-width: 769px) {


    #header.sticky #logo img {
        height: 43px !important;
    }

    #header.sticky #main-nav a {
        height: 45px !important;
        line-height: 45px !important;
    }
}

#header #main-nav {
    background: linear-gradient(#5aacd3, #458fbb 54%, #3373a2);
}

.carousel-2 .item .info, .carousel-bassein h2, .text-block-1 h1, .text-block-2 .wpb_wrapper h2 {
    font-family: 'Ubuntu Condensed', sans-serif;
}

.item {
    position: relative;
}

.item .sale-img {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 75px;
    height: 75px;
    z-index: 10;
}

.item .sale-img img {
    width: 100%;
    height: auto;
}

#logo {
    font-size:inherit;
}
#logo img {
    width: auto;
    height: 77px;
}
#site .full-width-block {
    background: #53a0c9;
    color: white;
}

.carousel-bassein h2:after, .text-block-1 h1:after {
    content: '';
    height: 5px
}

#page-heading .page-title {
    text-align: center;
    font-size: 30px;
    padding-top: 50px
}

#header {
    /*margin-bottom: -53px*/
}
#header .header-row {
    background-color: #073452;
}
#header .header-row a {
    color: #cbc9c9;
}
#header nav#secondary-nav {
    /*background: rgba(20,20,20,0.8);*/
    background-color: #073452;
}

.text-block-1 {
    max-width: 750px;
    margin: 0 auto
}

.text-block-1 h1 {
    font-weight: 700;
    font-size: 34px
}

.text-block-1 h1:after {
    display: block;
    width: 65px;
    margin: 20px auto 10px;
    background: white;
}
.text-block-1 a {
    color: #fefefe;
}
.text-block-1 a:hover {
    color: white;
}

.text-block-1 h1 small {
    font-weight: 400;
    overflow: hidden;
    font-size: 18px
}

.text-block-2 {
    overflow: hidden;
    min-height: 700px;
    padding: 0 15px;
    background-image: url(http://demo.curlythemes.com/hotel-wp-black/wp-content/uploads/sites/15/2014/09/bg.jpg?id=1183) !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.text-block-2 > div {
    max-width: 1150px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto
}

.text-block-2 .wpb_wrapper {
    max-width: 560px;
    margin: 0 0 0 auto
}

.text-block-2 .wpb_wrapper p {
    color: rgba(255,255,255, .5);
}

.text-block-2 .wpb_wrapper h2 {
    font-weight: 700;
    font-size: 34px
}

.text-block-2 .wpb_wrapper h2 small {
    font-weight: 400;
    font-size: 18px
}

.carousel-bassein h2 {
    text-align: center;
    font-weight: 700;
    font-size: 34px;
    margin-top: 100px
}

.carousel-bassein h2:after {
    display: block;
    width: 65px;
    margin: 20px auto 10px;
    background: #428bb8
}

.carousel-2 {
    margin: 0 0 50px;
    padding: 0;
}

.carousel-2 .item {
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    min-height: 340px;
    margin: 10px 10px;
    padding-bottom: 30px;
}
.carousel-2 .item:hover {
    box-shadow: 0 0 8px rgba(105, 104, 104, 0.44);
}

.carousel-2 .item .img-block {
    min-height: 180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.carousel-2 .item img {
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto 10px;
    max-width: 80%;
}

.carousel-2 .item .info {
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    /*color: rgba(255,255,255,.7);*/
    color: #2e2d2d;
    padding: 0 30px
}

.carousel-2 .owl-controls {
    position: static;
}

.carousel-2 .owl-controls .owl-prev,
.carousel-2 .owl-controls .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 40px;
    display: flex!important;
    justify-content: center;
    align-items: center;
}

.carousel-2 .owl-controls .owl-prev {
    left: -20px !important;
}

.carousel-2 .owl-controls .owl-prev svg {
    display: block;
    width: 100%;
    height: auto;
    fill: #58a8cf;
}

.carousel-2 .owl-controls .owl-prev::before {
    display: none !important;
}

.carousel-2 .owl-controls .owl-next {
    right: -20px !important;
}

.carousel-2 .owl-controls .owl-next svg {
    display: block;
    width: 100%;
    height: auto;
    fill: #58a8cf;
}

.carousel-2 .owl-controls .owl-next::after {
    display: none !important;
}

.btn-more {
    background: #58a8cf;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0.5rem 2.8rem;
    max-width: calc(100% - 60px);
    color: #ffffff;
    font-size: 3rem;
}

.btn-more.danger {
    background: #c0392b;
}

.btn-more:active,
.btn-more:visited,
.btn-more:focus {
    text-decoration: none;
    color: #ffffff;
}

.price__excerpt {
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.price__text {
    font-size: 1.5rem;
    font-weight: 300;
}

.price__text span:first-of-type {
    display: inline-block;
    margin-left: 6px;
}

.price__text span {
    color: inherit;
    font-size: 1.9rem;
}

.price__text .base-price {
    text-decoration: line-through;
}

.price__text .sale-price {
    font-size: 3rem;
    font-weight: 700;
    color: #c0392b;
}

.carousel-2 .item .price {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 300;
    text-transform: none;
    font-size: 2rem;
    padding: 10px 30px;
    /*color: white;*/
    color: #2e2d2d;
}

/*catalog*/
.archive-bassein {
    margin-bottom: 35px;
}

.archive-bassein .row {
    display: flex;
    flex-wrap: wrap;
}

.archive-bassein h2 {
    text-align: center;
    font-weight: 700;
    font-size: 34px;
    margin-top: 100px
}

.archive-bassein h2:after {
    display: block;
    width: 65px;
    margin: 20px auto 10px;
    background: #ad854d
}

.archive-bassein .item {
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    min-height: 330px;
    margin-bottom: 35px;
    font-family: "Ubuntu Condensed", sans-serif;
    padding-bottom: 30px;
}
.archive-bassein .item:hover {
    box-shadow: 0 0 8px rgba(105, 104, 104, 0.44);
}

.archive-bassein .item .img-block {
    min-height: 180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.archive-bassein .item img {
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto 10px;
    max-width: 80%;
}

.archive-bassein .item .info {
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 2rem;
    color: #2e2d2d;
    padding: 0 30px;
}

.archive-bassein .item .price {
    font-weight: 300;
    text-transform: none;
    color: #2e2d2d;
    font-size: 2rem;
    margin-top:10px;
}

.archive-bassein .item .relative-block {
    position: relative;
    min-height: 55px;
    padding: 0 30px;
}
.archive-bassein .item .catalog-item-read-more {
    position: absolute;
    bottom: 0;
}
.kontact {
    font-size:16px;
}
.kontact p {
    font-size:16px !important;
}

/*Single product page*/
.bassein-page {
    font-family: 'Ubuntu Condensed', sans-serif;
    padding-bottom: 35px;
}

.bassein-page-buttons {
    padding-top: 20px;
    display: flex;
    justify-content: space-around;
}

.bassein-page-buttons .btn-more {
    font-size: 1.6rem;
}

.bassein-page .image-wrapper {
    text-align: center;
    /*font-size:290px;*/
    /*height: 1em;*/
}
.bassein-page .image-wrapper .image-inner {
    /*height: 100%;*/
    /*width: 1em;*/
    /*line-height: 1em;*/
    /*display: table-cell;*/
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    padding: 95px 0;
    margin-bottom: 35px;
}
.bassein-page .image-wrapper img {
    max-width: 80%;
}
.bassein-page .order-form {
    margin-bottom: 35px;
}
.bassein-page .order-form input[type="submit"] {
    background: #58a8cf;
    border: none;
    font-weight:normal;
}
.bassein-page .order-form h2 {
    text-align: right;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
}
.bassein-page .order-form h2:after {
    display: block;
    width: 65px;
    margin: 20px 0 10px auto;
    background: #58a8cf;
    content: '';
    height: 3px;
}
.bassein-page .order-form .table-part {
    margin-bottom: 35px;
}
.bassein-page .order-form table {
    color: #141414;
    width: 100%;
}

.bassein-page .table-wrapper {
    overflow: auto;
}

.bassein-page .order-form table {
    min-width: 620px;
}

.bassein-page .order-form table tr {
    border-top: 1px solid rgba(144,136,125,0.1);
}
.bassein-page .order-form table tr td {
    padding: 2px;
}
.bassein-page .order-form table tr td:first-child {
    width: 30px;
}
.bassein-page .order-form table tr td:last-child {
    width: 70px;
}
.bassein-page .order-form table tr td:nth-last-child(2) {
    width: 70px;
}
.bassein-page .order-form table input.qty {
    padding: 0 5px;
    width: 50px;
    text-align: right;
    /*color: white;*/
}
.bassein-page .price-info {
    /*color: white;*/
    font-size: 16px;
    font-weight: bold;
}
.bassein-page .price-wrapp {
    font-size: x-large;
}

/*Call anchor*/
.call-anchor {
    position: fixed;
    right: 20px;
    bottom: 0;
    background: #c0392b;
    padding: 5px 15px;
    color: white;
    border-radius: 5px 5px 0 0;
    height: 50px;
    line-height: 40px;
    width: 200px;
    text-align: center;
    z-index: 9999;
}
.call-anchor a {
    color: white;
    font-size: 1.7rem;
}
.call-anchor a:focus,
.call-anchor a:visited,
.call-anchor a:hover {
    text-decoration: none;
}

/*Montag*/
.montag {
    margin-bottom: 35px;
}
.thumbnail-content-image {
    margin: 25px 0;
}
.kontact {
    /*color: white;*/
}

.category h1 {
    color: #2e2d2d;
    text-align: center;
}
.category #content {
    padding: 0;
}
.category .post-item {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.category .post-item:not(:last-child) {
    border-bottom: 1px solid #d7d7d7;
}
.category .title:after {
    content: '';
    border-bottom: 3px solid #58a8cf;
    display: block;
    width: 160px;
    height: 20px;
}
.category .title a {
    font-size: 24px;
    color: #2e2d2d;
}
.category .title a:hover,
.category .title a:visited {
    text-decoration: none;
}
.category .excerpt p {
    padding: 20px 0 0;
    font-size: 16px;
}
.category .date {
    text-align: right;
    font-size: 18px;
    position: absolute;
    bottom: 40px;
    right: 0;
    margin-top: 0;
}
@media(max-width: 989px) {
    .category .date {
        display: block;
        position: relative;
        right: initial;
        bottom: initial;
        margin-top: 15px;
    }
}
.category .date .date-icon {
    display: inline-block;
    height: 25px;
    width: 25px;
    background: url('img/calendar-icon.svg');
    background-size: 25px 25px;
    vertical-align: bottom;
}
.category .post-image {
    margin: 0;
    padding: 0;
    display: block;
}
.category .post-image img {
    margin: 0;
    padding: 0;
}
.category .navigation.pagination {
    margin: 30px auto;
    display: block;
    width: 100%;
    padding-bottom: 30px;
    text-align: center;
}
.category .navigation .nav-links {
    display: inline-block;
    margin: 0 auto;
}
.category .navigation .nav-links .page-numbers {
    background-color: transparent;
    font-size: 18px;
}
.category .navigation .nav-links .page-numbers.current {
    color: #000;
    border: 1px solid #000;
}
.page h1,
.single h1,
.single-bassein h1,
.post-type-archive-bassein h1 {
    color: #2e2d2d;
    text-align: center;
}
.single .container p {
    font-size: 16px !important;
}

.wpcf7-form input[type="submit"] {
    background-color: #58a8cf;
    font-weight: normal;
    border: none;
}
.vc_row.text-block-1 h1 {
    color: white;
}

.benefits-block {
    padding: 80px 0;
    background: #53a0c9;
    color: #ffffff;
}

.benefits {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -15px 30px;
}

.benefits__item {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 15px;
}

.benefits__item-img {
    display: block;
    width: 100%;
    max-width: 100px;
    max-height: 100px;
    flex: none;
    padding-right: 15px;
}

.benefits__item-img img {
    max-width: 100%;
    max-height: 100%;
}

.sale {
    display: flex;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
    color: #ffffff;
    background: #2296cf;
    box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.5);
    padding: 10px 15px;
    transition: all ease-in-out 0.4s;
}

.sale:hover {
    box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.5);
}

.sale:hover {
    color: #ffffff;
}

.sale__img {
    flex: none;
    width: 100%;
    max-width: 100px;
    max-height: 100px;
    margin-right: 15px;
}

.sale__img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

@media(max-width: 768px) {

    #site {
        padding-top: 166px;
    }

    .bassein-page-buttons {
        flex-wrap: wrap;
    }

    .bassein-page-buttons .btn-more {
        margin-bottom: 15px;
    }

    .fancybox-content {
        padding: 20px 15px 15px;
    }


    .benefits-block {
        padding: 40px 0;
    }

    .benefits {
        margin: 0 0 30px;
    }

    .benefits__item {
        width: 100%;
        padding: 0;
        font-size: 1.4rem;
    }

    .sale {
        font-size: 1.4rem;
    }
}
