.advisoryboard .page-header.parallax {
    background-image: url("../images/headers/large/advisoryboard.jpg");
    min-height: 450px;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.advisoryboard .parallax-caption {
    top: 55%;
}

.advisoryboard .advisoryboard-card-container {
    font-size: 24px;
    letter-spacing: 2px;
    padding: 0px;
}

.advisoryboard .advisoryboard-card-container .card {
    border: none;
    margin-bottom: 30px;
    width: 100%
}

.advisoryboard .advisoryboard-card {
    background-color: #f7efe7;
    border: none;
    border-radius: 0px;
    height: 100%;
}

.advisoryboard-card .card-img-top {
    border-radius: 0px;
}

.advisoryboard .best-seller-criteria-text {
    font-size: 0.8em;
}

/** media query for desktop */
@media only screen and (min-width: 992px) {
    .advisoryboard .advisoryboard-card-container {
        padding-top: 0px;
        padding-right: 46px;
        padding-bottom: 50px;
        padding-left: 46px;
        display: flex;
        width: 100%;
    }
}

.advisoryboard .showMeNot {
    display: none !important;
}

.advisoryboard .advisoryboard-card-details {
    padding-top: 20px;
    text-align: center;
    letter-spacing: 2px;
}

.advisoryboard .advisoryboard-card-details h4 {
    letter-spacing: 1px;
    font-size: 1.8rem;
}

.advisoryboard .advisoryboard-card-details h5 {
    letter-spacing: 1px;
    font-size: 1.3rem;
}

.advisoryboard .advisoryboard-card-details p {
    margin-bottom: -10px;
}

.advisoryboard .advisoryboard-card-details .quote {
    font-size: 0.8em;
}

.advisoryboard .content-slider {
    height: 100% !important;
    display: flex;
    list-style-type: none;
}

.advisoryboard .content-slider .list {
    margin-bottom: 30px;
}
.befeni-page .page-header {
    background-image: url("../images/headers/large/befeni.jpg");
    min-height: 450px;
    background-attachment: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 600px) {
    .befeni-page .page-header {
        min-height: 350px;
    }
}

.befeni-page .page-header .parallax-caption {
    top: 55%;
}

.befeni-page .video-container {
    border: 0px;
    margin-top: 0px;
    border: 0px;
    width: 100%;
    height: 500px !important;
    padding-bottom: 25px;
}

.befeni-page .befeni-content-block {
    text-align: left;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: normal;
}

.befeni-page .befeni-content-block.top {
    padding-top: 15px;
    padding-bottom: 0px;
}

.befeni-page .befeni-content-block.middle {
    padding-top: 15px;
    padding-bottom: 0px;
}

.befeni-page .befeni-content-block.bottom {
    padding-top: 0px;
    padding-bottom: 15px;
}

.befeni-page-myvideo {
    border: 0px;
    margin-top: 0px;
    border: 0px;
    width: 100%;
    height: 500px !important;
}

.befeni-page-befeni-heading {
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #111;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
    .befeni-page .befeni-content-block.top {
        text-align: justify;
        padding: 50px 80px 0px 80px;
    }
    
    .befeni-page .befeni-content-block.middle {
        text-align: justify;
        padding: 0px 80px;
    }
    
    .befeni-page .befeni-content-block.bottom {
        text-align: justify;
        padding: 0 80px 50px 80px;
    }
    
    .befeni-page .video-container {
        border: 0px;
        margin-top: 20px;
        height: 700px !important;
    }
}
.buy-shirt-page .page-header {
    background-image: url("../images/headers/large/hello.jpg");
    min-height: 700px;
    background-attachment: inherit;
    background-position: top;
    position: top;
}

@media only screen and (max-width: 1000px) {
    .buy-shirt-page .page-header {
        background-image: url("../images/headers/medium/hello.jpg");
    }
}

@media only screen and (max-width: 600px) {
    .buy-shirt-page .page-header {
        min-height: 600px;
        background-image: url("../images/headers/small/hello.jpg");
    }
}

.buy-shirt-page .page-header .parallax-caption {
    top: 55%;
}

.buy-shirt-page .c-contrast-img-container {
    position: relative; 
    margin-top: -484px; 
    left: 0px; 
    z-index: 900;
}

.buy-shirt-page .c-contrast-img-container img {
    height: 480px;
}

.buy-shirt-page .s-contrast-img-container {
    position: relative; 
    margin-top: -273px; 
    margin-left: -40px;
}

.buy-shirt-page .s-contrast-img-container img {
    width: 60px;
}

.buy-shirt-page .collar-img-container {
    position: relative; 
    margin-top: -263px; 
    margin-left: 0px;
}

.buy-shirt-page .shirt-title {
    position: relative; 
    margin-top: -300px; 
    margin-left: 520px; 
    letter-spacing: 1px; 
    white-space: nowrap;
}

.buy-shirt-page .shirt-price {
    position: relative; 
    margin-top: -8px; 
    margin-left: 540px; 
    letter-spacing: 1px; 
    font-size: 1.2em; 
    white-space: nowrap;
}

.buy-shirt-page .details-container {
    margin-top: 50px;
}

@media only screen and (min-width: 768px) {    
    .buy-shirt-page .details-container {
        margin-top: 280px;
    }
}
/*End style for buy shirt page*/
.consultant-search .page-header {
    background-image: url("../images/headers/large/hello.jpg");
    min-height: 700px;
    background-attachment: inherit;
    background-position: top;
    position: top;
}

@media only screen and (max-width: 1000px) {
    .consultant-search .page-header {
        background-image: url("../images/headers/medium/hello.jpg");
    }
}

@media only screen and (max-width: 600px) {
    .consultant-search .page-header {
        min-height: 600px;
        background-image: url("../images/headers/small/hello.jpg");
    }
}

.consultant-search .page-header .parallax-caption {
    top: 55%;
}

.consultant-search .text-container, .info-container {
    letter-spacing: 2px;
    padding-left: 10%;
    padding-right: 10%;
}

.consultant-search .text-container {
    background-color: #f7efe7;
    text-align: justify;
}

.consultant-search .info-container p {
    margin-bottom: -10px;
}

.consultant-search .info-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.consultant-search .consultant-error-bg {
    color: lightcoral;
}
body.fabric-status-page div.page-heading {
	 margin: 140px auto 30px auto;
	 text-transform: uppercase;
}

body.fabric-status-page div.page-heading h2 {
	text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #111;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 300;
}

/**
 * Traffic Light Container
 */

body.fabric-status-page .stop-light {
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
    text-indent: -5000em;
}

body.fabric-status-page .green-light { 
    background: url('../images/fabric_status_page/traffic_green.svg') center center no-repeat;
}

body.fabric-status-page .red-light { 
    background: url('../images/fabric_status_page/traffic_red.svg') center center no-repeat;
}

body.fabric-status-page .yellow-light { 
    background: url('../images/fabric_status_page/traffic_yellow.svg') center center no-repeat;
}

body.fabric-status-page .leaf-light {
    width: 50px;
}

body.fabric-status-page .leaf-light-container {
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
}

body.fabric-status-page .light-colors {
    font-size: 24px;
    letter-spacing: 2px;
}

body.fabric-status-page .light-colors a:hover {
    text-decoration: none;
}

/**
 * Search Box styling
 */

body.fabric-status-page .search-box-container {
	margin: 20px 80px 30px 80px;
}

body.fabric-status-page .search-box-container #fabricStatusPageSearchBox {
    background-image: url('../images/fabric_status_page/search.svg');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 20px;
    padding: 12px 20px 12px 50px;
    border: 1px solid #ddd;
    font-weight: 300;
    margin-bottom: 12px;
}

/**
 * Fabric Listing Styling
 */

body.fabric-status-page #fabricStatusPageBefeniCardContainer {
	margin: 20px 80px 30px 80px;
}

body.fabric-status-page .fabric-detail-box {
	display: flex;
	flex-direction: row;
    border: 0px;
    padding: 15px 30px;
}

body.fabric-status-page .fabric-detail-box img {
    width: 30px;
    margin: auto 30px auto 0;
}

body.fabric-status-page .fabric-detail-box .fabric-info {
	width: 100%;
	text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: black;
}

body.fabric-status-page .fabric-detail-box .fabric-info h4 {
	margin: 10px 0;
	font-size: 24px;
	font-weight: 300;
}

body.fabric-status-page .fabric-detail-box .fabric-info h4 img {
	margin-top: 0px;
}

body.fabric-status-page .fabric-detail-box .fabric-info p {
	margin-bottom: 0px;
	font-size: 16px;
}

@media only screen and (max-width: 500px) {
    body.fabric-status-page .search-box-container {
        margin: 20px 20px 30px 20px;
    }

    body.fabric-status-page #fabricStatusPageBefeniCardContainer {
        margin: 20px 20px 30px 20px;
    }
}
/** 
General Style. Applied for all the pages.
*/
html {
    overflow-x: hidden;
}

body {
    font-family: "Yanone Kaffeesatz";
    font-size: 1.5em;
    font-weight: 300;
    margin: 0;
    padding: 0;
    /*background-color: black;*/
    color: #706c67;
    text-align: center;
}

nav {
    opacity: 0.7;
    background-color: #000000;
}

.navbar-brand, .nav-link {
    text-decoration: none;
    color: #FFFFFF !important;    
}

.nav-link {
    font-size: 0.8em;
}

.link, .mail-link, .tel-link, .welcome-page-link {
    color:#4aa0d7;
    text-decoration: none;
}

.link:hover, .mail-link:hover, .tel-link:hover, .welcome-page-link:hover {
    color:#d7ac89;
}

.parallax {
    /* Create the parallax scrolling effect */
    position: relative;
    background-attachment: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
}

.parallax-caption {
    position: absolute;
    left: 0;
    right:0;
    top: 55%;
    width: 100%;
    text-align: center;
    color: #000;
    line-height: 70px;
    overflow: hidden;
}

.parallax-border {
    background-color: #111;
    color: #fff;
    padding: 10px;
    font-size: 24px;
    letter-spacing: 10px;
    text-align: center;
    line-height: 70px;
}


.befeni-circle { 
    background: url('../images/logo/b_circle_blk.svg') center center no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
    text-indent: -5000em;
}

h2 {
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #111;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 24px;
}

h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}

.befeni-nav-circle { 
    background: url('../images/logo/b_circle.svg') center center no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
    text-indent: -5000em;
}

.befeni-card-circle { 
    background: url('../images/logo/b_circle_blk.svg') center center no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
    text-indent: -5000em;
}

.befeni-block {
    background-color: white;
    padding: 20px 15px;
    text-align: left;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: normal;
}

.befeni-heading {
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #111;
    margin-top: 10px;
    margin-bottom: 20px;
}

.befeni-address-text {
    margin-bottom: -10px;
}

.footer {
    background-color: #4aa0d7;
    line-height: 20px; 
    padding-top: 25px;
    font-size: 0.8em;
    height: 100px;
}

.footer a {
    color: white;
}

.footer-content {
    text-align: center; 
    padding-right: 20px; 
    color:white;
}

.footer-mail, .footer-mobile {
    white-space: nowrap;
}

@media only screen and (min-width: 992px) {
    .nav-links {
        position: fixed;
        right: 0;
        top: 0;
    }

    .nav-logo {
        max-width: 170px;
        min-width: 170px;
    }

    .befeni-block {
        padding: 50px 80px;
        text-align: justify;
    }
}

.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}

.befeni-bg {
    background: #f7efe7 !important;
}

.befeni-video {
    width: 100%;
    height: 300px;
}

@media only screen and (min-width: 768px) {
    .befeni-video {
        width: 100%;
        height: 500px;
    }
}

@media only screen and (min-width: 992px) {
    .befeni-video {
        width: 100%;
        height: 700px;
    }
}

.befeni-link {
    color: #706c67;
    text-decoration: none !important;
}
.befeni-link:hover {
    color: #d7ac89;
    text-decoration: none;
}
p{
    letter-spacing: 1px;
}
.text-bold {
    font-weight: bold;
}

.btn-primary {
    background: #87af38;
    border: 1px solid #6e8f2e;
}

.btn-primary:hover {
    background: #6e8f2e;
    border: 1px solid #6e8f2e;
}

/**
 * Desktop Navigation
 */

ul.navbar-nav.desktop li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
    left: 0;
    display: none;
    background: #000;
    padding: 10px;
    margin-left: 126px;
    border: 1px solid #444;
    text-align: left;
    list-style-type: none;
    padding-right: 50px;
}

ul.navbar-nav.desktop li:hover > ul,
ul.navbar-nav.desktop li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}

ul.navbar-nav.desktop li ul li {
    clear: both;
    width: 100%;
    line-height: 1.3;
}

ul.navbar-nav.desktop li ul li a {
    color: white;
    font-size: 0.75em;
}

ul.navbar-nav.desktop li ul li a:hover {
    text-decoration: none;
    color: gray;
}

/**
 * Mobile Navigation
 */

ul.navbar-nav.mobile li ul {
    visibility: hidden;
    display: none;
    opacity: 0;
    transition: all 0.5s ease;
    padding-left: 20px;
    text-align: left;
    list-style-type: none;
}

ul.navbar-nav.mobile li:hover > ul,
ul.navbar-nav.mobile li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}

ul.navbar-nav.mobile li ul li {
    clear: both;
    width: 100%;
}

ul.navbar-nav.mobile li ul li a {
    color: white;
    font-size: 0.75em;
}

ul.navbar-nav.mobile li ul li a:hover {
    text-decoration: none;
    color: gray;
}

.flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.arrow {
    position: relative;
    top: -3px;
    margin-left: 6px;
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/*End general style */

.hello-page .befeni-block {
    background-color: white;
    padding: 20px 0px;
    text-align: left;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: normal;
}

.hello-page .page-header-1, 
.hello-page .page-header-2, 
.hello-page .page-header-3,
.hello-page .page-header-4,
.hello-page .page-header-5,
.hello-page .page-header-6,  
.hello-page .page-header-7 {
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hello-page .page-header-2, 
.hello-page .page-header-3,
.hello-page .page-header-4,
.hello-page .page-header-5,
.hello-page .page-header-6,  
.hello-page .page-header-7 {
    position: top;
}

.hello-page .page-header-1 {
    background-image: url("../images/headers/large/hello.jpg");
    min-height: 700px;
    position: relative;
}

@media only screen and (max-width: 1000px) {
    .hello-page .page-header-1 {
        background-image: url("../images/headers/medium/hello.jpg");
        background-attachment: fixed;
    }
}

@media only screen and (max-width: 600px) {
    .hello-page .page-header-1 {
        min-height: 600px;
        background-attachment: fixed;
        background-position: top;
        position: top;
        background-image: url("../images/headers/small/hello.jpg");
    }
}

@media only screen and (max-width: 800px) {
    .hello-page .page-header-1 {
        position: top;
        background-attachment: fixed;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hello-page .page-header-2, 
    .hello-page .page-header-3,
    .hello-page .page-header-4,
    .hello-page .page-header-5,
    .hello-page .page-header-6,  
    .hello-page .page-header-7 {
    /* Create the parallax scrolling effect */
    position: top;
    background-attachment: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
}

.hello-page .page-header-2 {
    background-image: url("../images/hello_page/header_2.jpg");
}

.hello-page .page-header-3 {
    background-image: url("../images/hello_page/header_3.jpg");
}

.hello-page .page-header-4 {
    background-image: url("../images/hello_page/header_4.jpg");
}

.hello-page .page-header-5 {
    background-image: url("../images/hello_page/header_5.jpg");
}

.hello-page .page-header-6 {
    background-image: url("../images/hello_page/header_6.jpg");
}

.hello-page .page-header-7 {
    background-image: url("../images/hello_page/header_7.jpg");
}

.hello-page .page-header-2, 
.hello-page .page-header-3, 
.hello-page .page-header-4, 
.hello-page .page-header-5, 
.hello-page .page-header-6, 
.hello-page .page-header-7 {
    min-height: 350px;
}

.hello-page .page-header-1 .parallax-caption {
    top: 55%;
}

.hello-page .page-header-7 .parallax-caption {
    top: 55%;
}

.hello-page .content {
    background-color: #f7efe7;
}

/*--------*/

.hello-page .mail-phone-div {
    padding-top: 20px;
    padding-bottom: 20px; 
    padding-left:10px; 
    padding-right:10px; 
    letter-spacing: 2px;
    line-height: normal;
}

.hello-page .mail-phone-sentence {
    color:#000
}

.hello-page .mail-phone-span {
    white-space: nowrap;
}

.hello-page .tel-link {
    text-decoration:none; 
    color:#000;
}

/*--------*/

.hello-page .consultant-details {
    padding: 25px 10px 10px;
    letter-spacing: 2px;
    line-height: normal;
    color: #000
}

.hello-page .consultant-details p {
    margin-bottom: 10px;
}

.hello-page .consultant-details .link {
    text-decoration: none;
}

.hello-page .consultant-details .link.black {
    color: #706c67;
}

.hello-page .consultant-details span {
    color: #706c67;
}

/*--------*/

/*This is Bootstrap media query for laptop up to desktop*/

@media only screen and (min-width: 992px) {
    .hello-page .page-header-2, 
    .hello-page .page-header-3,
    .hello-page .page-header-4,
    .hello-page .page-header-5,
    .hello-page .page-header-6,  
    .hello-page .page-header-7 {
        min-height: 500px;
    }

    .hello-page .page-header-1, 
    .hello-page .page-header-2, 
    .hello-page .page-header-3,
    .hello-page .page-header-4,
    .hello-page .page-header-5,
    .hello-page .page-header-6,  
    .hello-page .page-header-7 {
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
    }

    .hello-page .page-header-7 .parallax-caption {
        top: 75%;
    }

    .hello-page .befeni-block {
        padding: 50px 80px;
        text-align: justify;
    }
}

@supports (-webkit-touch-callout: none) {
    .hello-page .page-header-1, 
    .hello-page .page-header-2, 
    .hello-page .page-header-3,
    .hello-page .page-header-4,
    .hello-page .page-header-5,
    .hello-page .page-header-6,  
    .hello-page .page-header-7 {
        background-attachment: scroll;
    }
}
/*Start style for imprint page*/
.imprint-page .page-header {
    background-image: url("https://befeni-static.fra1.digitaloceanspaces.com/welcome/new_images/header/1610/welcome_1610.jpg");
    min-height: 400px;
    background-attachment: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 767px) {
    .imprint-page .page-header {
        background-image: url("https://befeni-static.fra1.digitaloceanspaces.com/welcome/new_images/header/500/welcome_500.jpg");
        min-height: 400px;
    }
}

.imprint-page .page-header .parallax-caption {
    top: 55%;
}

.imprint-page .befeni-block {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #706c67;
}

.imprint-page .address-text {
    margin-bottom: 5px;
}

.imprint-page h2 {
    font-size: 1.5em;
    font-weight: bold;
    text-align: left;
    text-transform: none;
    color: #706c67;
}

.imprint-page h3 {
    font-size: 1.17em;
    font-weight: bold;
    text-align: left;
    text-transform: none;
    color: #706c67;
}

.imprint-page .container p {
    font-size: 24px;
    letter-spacing: 2px;
}

/*End style for imprint page*/
body.konfigurator-page {
    overflow: hidden;
}
@media only screen and (max-width: 768px) {
    body.konfigurator-page  {
        overflow: scroll;
    }
}

.konfigurator-page .content {
    height: 100vh;
    padding: 3px;
    overflow: hidden;
    padding-top: 100px !important;
}

.konfigurator-page #konfiguratorPageBigShirtContainer p,
.konfigurator-page #konfiguratorPageBigShirtContainer p label,
.konfigurator-page #konfiguratorPageBigShirtContainer p span {
    line-height: normal;
}

.konfigurator-page #konfiguratorPageBigShirtContainer p label {
    font-weight: bolder;
}

.konfigurator-page #konfiguratorPageBigShirtContainer {
    font-weight: bolder;
}


.konfigurator-page #konfiguratorPageBigShirtContainer a {
    outline: 0;
    cursor: default;
}

.konfigurator-page #konfiguratorPageMiddleContainer .card {
    background-color: transparent;
    border: 0;
}

.konfigurator-page #konfiguratorPageMiddleContainer .card-text {
    font-size: 20px;
}

.konfigurator-page .tab-container {
    position: fixed;
    top: 66px;
    background: rgba(75, 160, 253);
    width: 100%;
    padding: 15px 0px;
    z-index: 999;
    font-size: 0.8em;
}

.konfigurator-page #konfiguratorPageMiddleContainer,
.konfigurator-page #konfiguratorPageContrastContainer {
    height: 100vh;
    overflow: scroll;
    background: #fff;
    padding-top: 20px;
    flex-basis: auto;
    margin-bottom: 50px;
}

.konfigurator-page #konfiguratorPageMiddleContainer div.row,
.konfigurator-page #konfiguratorPageContrastContainer div.row {
    margin-bottom: 30px;
}

.konfigurator-page .shirt-img {
    position: absolute;
    width: 270px;
}

.konfigurator-page .shirt-img.collar,
.konfigurator-page .shirt-img.contrast,
.konfigurator-page .shirt-img.shirt {
    left: 75px;
    right: 0px;
    top: 50px;
    bottom: 0px;
}

.konfigurator-page .shirt-img.s-contrast {
    position: absolute;
    top: 200px;
    left: 163px;
    width: 50px;
}

.konfigurator-page .contrast-img {
    height: 55px;
}

.konfigurator-page .shirt-detail {
    margin-top: 400px;
}

.konfigurator-page .buy-shirt {
    position: fixed;
    color: white;
    z-index: 99999;
    text-align: left;
    top: 151px;
    width: 150px;
    right: 0px;
}

.konfigurator-page .buy-shirt .url {
    background-color: rgba(75, 160, 253, 0.8);
    float: right;
    padding-right: 10px;
    padding-left: 30px;
    color: white;
}

.konfigurator-page .buy-shirt .link {
    color: white
}

.konfigurator-page .change-contrast-link {
    cursor: pointer;
}

.konfigurator-page .back-link {
    position: fixed;
    color: white;
    z-index: 5;
    text-align: left;
    top: 151px;
    width: 150px;
    left: 0px;
}

.konfigurator-page .back-link .url {
    background-color: rgba(75, 160, 253, 0.8);
    float: left;
    padding-right: 10px;
    padding-left: 30px;
    color: white;
}

.konfigurator-page .back-link .link {
    color: white;
    cursor: pointer;
}

.konfigurator-page .contrast-label {
    font-size: 0.6em;
}

.konfigurator-contrast-item {
    flex-basis: auto;
}

@media only screen and (max-width: 990px) {

    .konfigurator-page .shirt-img.collar,
    .konfigurator-page .shirt-img.contrast,
    .konfigurator-page .shirt-img.shirt {
        left: 20px;
        width: 220px;
    }

    .konfigurator-page .shirt-img.s-contrast {
        left: 91px;
        top: 173px;
        width: 40px;
    }

    .konfigurator-page #konfiguratorPageMiddleContainer .card-text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {

    .konfigurator-page .shirt-img.collar,
    .konfigurator-page .shirt-img.contrast,
    .konfigurator-page .shirt-img.shirt {
        left: 40px;
    }

    .konfigurator-page .shirt-img.s-contrast {
        left: 128px;
        top: 200px;
    }

    .konfigurator-page .content {
        height: 100%;
    }

    .konfigurator-page #konfiguratorPageMiddleContainer,
    .konfigurator-page #konfiguratorPageContrastContainer {
        display: none;
        position: fixed;
        top: 0;
        right: 0px;
        left: 0px;
        padding-top: 80px !important;
        z-index: 999;
    }

    .konfigurator-page #konfiguratorPageMiddleContainer .card-text {
        font-size: 20px;
    }
}

@media only screen and (max-width: 500px) {
    .konfigurator-page #konfiguratorPageMiddleContainer .card-text {
        font-size: 16px;
    }
}

.konfigurator-page .show {
    display: block !important;
}
.konfigurator-page .height-100 {
    height: 100px;
}
.meetings-overview-page .page-header {
    background-image: url("../images/headers/large/hello.jpg");
    min-height: 700px;
    background-attachment: inherit;
    background-position: top;
    position: top;
}

@media only screen and (max-width: 1000px) {
    .meetings-overview-page .page-header {
        background-image: url("../images/headers/medium/hello.jpg");
    }
}

@media only screen and (max-width: 600px) {
    .meetings-overview-page .page-header {
        min-height: 600px;
        background-image: url("../images/headers/small/hello.jpg");
    }
}

.meetings-overview-page .befeni-heading p {
    margin-bottom: -10px;
} 

.meetings-overview-page .befeni-heading h1 {
    font-weight: 300;
}

.meetings-overview-page .page-header .parallax-caption {
    top: 55%;
}

.meetings-overview-page .meetings-overview-img {
    border: 2px solid #706c67; 
    padding: 15px; 
    background-color: white;
}

.meetings-overview-page .individual-page-img {
    border: 2px solid #706c67; 
    padding: 15px; 
    background-color: white;
}

.meetings-overview-page .all-meetings-container {
    margin-bottom: 50px;
}

.meetings-overview-page .card {
    background-color: #f7efe7;
    border: none;
    color: #706c67;
}
.new-client-page .page-header {
    background-image: url("../images/headers/large/hello.jpg");
    min-height: 700px;
    background-attachment: inherit;
    background-position: top;
    position: top;
}

@media only screen and (max-width: 1000px) {
    .new-client-page .page-header {
        background-image: url("../images/headers/medium/hello.jpg");
    }
}

@media only screen and (max-width: 600px) {
    .new-client-page .page-header {
        min-height: 600px;
        background-image: url("../images/headers/small/hello.jpg");
    }
}

.new-client-page .new-client-page-form-control {
    font-size: 1em;
}

.new-client-page .befeni-brown-block {
    background-color:#f7efe7;
    padding-top: 20px;
    padding-bottom: 20px; 
    padding-left: 10%; 
    padding-right: 10%; 
    letter-spacing: 2px;
    line-height: normal;
}

.new-client-page .thank-you-text-container {
    margin-bottom: 250px;
}

@media only screen and (max-width: 767px) {
    .new-client-page .thank-you-text-container {
        margin-bottom: 20px;
    }
}

.new-client-page .form-error {
    font-size: 0.9em;
    color: #B94A48;
}

.new-client-page .hide {
    display: none;
}
.news-overview-page {
    overflow-x: hidden;
}

.news-overview-page .page-header {
    background-image: url("../images/headers/large/hello.jpg");
    min-height: 700px;
    background-attachment: inherit;
    background-position: top;
    position: top;
}

@media only screen and (max-width: 1000px) {
    .news-overview-page .page-header {
        background-image: url("../images/headers/medium/hello.jpg");
    }
}

@media only screen and (max-width: 600px) {
    .news-overview-page .page-header {
        min-height: 600px;
        background-image: url("../images/headers/small/hello.jpg");
    }
    .all-news-container {
        justify-content: center;
    }
}

.news-overview-page .page-header .parallax-caption {
    top: 55%;
}

.news-overview-page news-page-heading {
    margin-top: 100px;
}

.news-overview-page .news-page-heading .befeni-heading p {
    margin-bottom: -10px;
} 

.news-overview-page .news-page-heading .befeni-heading h1 {
    font-weight: 300;
}

.news-overview-page .all-news-container {
    margin-bottom: 100px;
}

.news-overview-page .card {
    border: 0px;
    background: transparent;
    max-width: 265px;
    margin-right: 12px;
    margin-left: 12px;
}

.news-overview-page .card-body {
    padding: 1.25rem 0;
}

.news-overview-page .card-link {
    cursor: default; 
    outline: none;
}

.news-overview-page .card-img-container {
    background-color: white; 
    padding: 5px; 
    border: 1px solid #706c67; 
}

.news-overview-page .card-img {
    min-height: 250px;
    height: 250px;
    width: 250px !important;
    object-fit: cover;
    width: 100%;
}

.news-overview-page .brown-bg {
    background-color: #f7efe7;
}  

.news-overview-page .card-body p {
    color: #706c67;
    margin-bottom: -10px;
}

.news-overview-page .news-page-card-date {
    font-size: 0.8em;
}

.news-overview-page .news-page-card-title {
    font-size: 1em;
}

.news-overview-page .individual-page-img {
    border: 2px solid #706c67; 
    padding: 15px; 
    background-color: white;
}

.news-content-text {
    text-align: left;
}

@media only screen and (min-width: 992px) {    
    .news-overview-page .news-page-heading {
        margin-top: 140px;
    }
    .news-content-text {
        max-width: 900px;
        width: 90%;
        margin: 0 auto;
        text-align: justify;
    }
}
/*End style for news page*/
.partner-werden-page .page-header {
    background-image: url("../images/headers/large/partnerwerden.jpg");
    min-height: 700px;
    background-attachment: inherit;
    background-position: top;
    position: top;
}

@media only screen and (max-width: 1000px) {
    .partner-werden-page .page-header {
        background-image: url("../images/headers/medium/partnerwerden.jpg");
    }
}

@media only screen and (max-width: 600px) {
    .partner-werden-page .page-header {
        min-height: 600px;
        background-image: url("../images/headers/small/partnerwerden.jpg");
    }
}
.partner-werden-page .page-header .parallax-caption {
    top: 55%;
}

.partner-werden-page .befeni-block-top {
    background-color: white;
    text-align: left;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: normal;
    padding-top: 15px;
    padding-bottom: 0px;
}

.partner-werden-page .video-container {
    border: 0px;
    margin-top: 0px;
    border: 0px;
    width: 100%;
    height: 500px !important;
}

@media only screen and (min-width: 992px) {
    .partner-werden-page .befeni-block-top {
        text-align: justify;
        padding-top: 50px;
        padding-right: 80px;
        padding-bottom: 0px;
        padding-left: 80px;
    }

    .partner-werden-page .video-container {
        border: 0px;
        margin-top: 20px;
        height: 700px !important;
    }
}
.partner-page .page-header {
    background-image: url("../images/headers/large/hello.jpg");
    min-height: 700px;
    background-attachment: inherit;
    background-position: top;
    position: top;
}

@media only screen and (max-width: 1000px) {
    .partner-page .page-header {
        background-image: url("../images/headers/medium/hello.jpg");
    }
}

@media only screen and (max-width: 600px) {
    .partner-page .page-header {
        min-height: 600px;
        background-image: url("../images/headers/small/hello.jpg");
    }
}
.partner-page .page-header .parallax-caption {
    top: 55%;
}

.partner-page .befeni-block-top {
    background-color: white;
    text-align: left;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: normal;
    padding-top: 15px;
    padding-bottom: 0px;
}

.partner-page .video-container {
    border: 0px;
    margin-top: 0px;
    border: 0px;
    width: 100%;
    height: 500px !important;
}

@media only screen and (min-width: 992px) {
    .partner-page .befeni-block-top {
        text-align: justify;
        padding-top: 50px;
        padding-right: 80px;
        padding-bottom: 0px;
        padding-left: 80px;
    }

    .partner-page .video-container {
        border: 0px;
        margin-top: 20px;
        height: 700px !important;
    }
}
.product-bracelets-page .bracelets.page-header {
    background-image: url("../images/headers/large/bracelets.jpg");
    min-height: 450px;
    position: relative;
    background-attachment: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-bracelets-page .bracelets.page-header .parallax-caption {
    top: 40%;
}

.product-bracelets-page .bracelet-labels {
    height: 100px;
}

@media only screen and (max-width: 600px) {
    .product-bracelets-page .bracelets.page-header {
        min-height: 350px;
        position: relative;
        background-attachment: inherit;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.product-bracelets-page .content-slider {
    list-style-type: none;
}

.product-bracelets-page .lSSlideOuter {
    margin: 0 auto;
}

.product-bracelets-page #l_silverlink {
    text-decoration: none;
}

.product-bracelets-page .bracelet-img1 {
    position: relative;
    margin-bottom: -52%;
    border: 1px solid #f7efe7;
    width: 100%
}

.product-bracelets-page .bracelet-ready-made-img {
    border: 1px solid #f7efe7;
    width: 100%
}

.product-bracelets-page .bracelet-img2 {
    position: relative;
    margin-top: -11px;
    width: 100%
}

.product-bracelets-page .bracelet-final-img2 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
    width: 100%;
    position: relative;
}

.product-bracelets-page .befeni-bg.active {
    background: #87af38 !important;
    color: #fff;
}
.product-cuffclips-page .page-header {
    background-image: url("../images/headers/large/cuffclip.jpg");
    min-height: 700px;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 1200px) {
    .product-cuffclips-page .page-header {
        min-height: 450px;
        /*background-image: url("../images/headers/medium/pullover.jpg");*/
    }
}

@media only screen and (max-width: 600px) {
    .product-cuffclips-page .page-header {
        /*background-image: url("../images/headers/small/pullover.jpg");*/
        min-height: 350px;
    }
}
.product-duo-page .page-header {
	min-height: 450px;
    position: relative;
    background-attachment: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/** Boxer Shorts */
.product-duo-page .page-header.boxershorts {
    background-image: url("../images/headers/large/boxershorts.jpeg");
}

@media only screen and (max-width: 600px) {
    .product-duo-page .page-header.boxershorts {
        min-height:350px;
    }
}

/** Red Toes */
.product-duo-page .page-header.redtoes {
    background-image: url("../images/headers/large/redtoes.jpeg");
    background-position: bottom;
}

@media only screen and (max-width: 1000px) {
    .product-duo-page .page-header.redtoes {
        background-image: url("../images/headers/medium/redtoes.jpeg");
    }
}

@media only screen and (max-width: 600px) {
    .product-duo-page .page-header.redtoes {
        background-image: url("../images/headers/small/redtoes.jpeg");
        min-height:350px;
    }
}

/** Tshirts */
.product-duo-page .page-header.tshirts {
    min-height: 700px;
    background-image: url("../images/headers/large/tshirts.jpeg");
}

@media only screen and (max-width: 1200px) {
    .product-duo-page .page-header.tshirts {
        min-height: 450px;
        background-image: url("../images/headers/medium/tshirts.jpeg");
    }
}

@media only screen and (max-width: 600px) {
    .product-duo-page .page-header.tshirts {
        background-image: url("../images/headers/small/tshirts.jpeg");
        min-height:350px;
    }
}

/** Blouse */
.product-duo-page .page-header.blouse {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/headers/large/blouse.jpg");
    min-height: 700px;
}

@media only screen and (max-width: 1200px) {
    .product-duo-page .page-header.blouse {
        background-image: url("../images/headers/medium/blouse.jpg");
        min-height: 450px;
    }
}

@media only screen and (max-width: 600px) {
    .product-duo-page .page-header.blouse {
        background-image: url("../images/headers/small/blouse.jpg");
        min-height:350px;
    }
}

/** Dress */
.product-duo-page .page-header.dress {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/headers/large/dress.jpg");
    min-height: 700px;
}

@media only screen and (max-width: 1200px) {
    .product-duo-page .page-header.dress {
        background-image: url("../images/headers/medium/dress.jpg");
        min-height: 450px;
    }
}

@media only screen and (max-width: 600px) {
    .product-duo-page .page-header.dress {
        background-image: url("../images/headers/small/dress.jpg");
        min-height:350px;
    }
}

/** Curly */
.product-duo-page .page-header.curly {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/headers/large/curly.jpg");
    min-height: 700px;
}

@media only screen and (max-width: 1200px) {
    .product-duo-page .page-header.curly {
        min-height: 450px;
        background-image: url("../images/headers/medium/curly.jpg");
    }
}

@media only screen and (max-width: 600px) {
    .product-duo-page .page-header.curly {
        background-image: url("../images/headers/small/curly.jpg");
        min-height:350px;
    }
}

.product-duo-page .duo-image-container .befeni-circle {
	width: 40px;
	margin: 12px auto 0px auto;
	padding: 0px;
}

/** Cardigan */
.product-duo-page .page-header.cardigan {
    background-image: url("../images/headers/large/cardigan.jpg");
}

@media only screen and (max-width: 600px) {
    .product-duo-page .page-header.cardigan {
        min-height:350px;
    }
}
.product-grid-page .page-header {
	min-height: 450px;
    position: relative;
    background-attachment: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-grid-page #content-slider {
    list-style-type: none !important;
}

/** Bowties */
.product-grid-page .page-header.bowties {
	background-image: url("../images/headers/large/bowties.jpeg");
}

.product-grid-page .page-header.bowties .parallax-caption {
    top : 65%;
}
@media only screen and (max-width: 600px) {
    .product-grid-page .page-header.bowties {
        min-height:350px;
    }
}

/** Braces */
.product-grid-page .page-header.braces {
    background-image: url("../images/headers/large/braces.jpeg");
}

@media only screen and (max-width: 1000px) {
    .product-grid-page .page-header.braces {
        background-image: url("../images/headers/medium/braces.jpg");
    }
}

@media only screen and (max-width: 600px) {
    .product-grid-page .page-header.braces {
        background-image: url("../images/headers/small/braces.jpg");
        min-height:350px;
    }
}
.product-grid-page .page-header.braces .parallax-caption {
    top : 40%;
}

/** Buntesocks */
.product-grid-page .page-header.buntesocks {
    background-image: url("../images/headers/large/buntesocks.jpg");
    background-position: bottom;
    min-height:700px;
}
@media only screen and (max-width: 1200px) {
    .product-grid-page .page-header.buntesocks {
        min-height:450px;
    }
}
@media only screen and (max-width: 600px) {
    .product-grid-page .page-header.buntesocks {
        min-height:350px;
    }
}

/** Cufflinks */
.product-grid-page .page-header.cufflinks {
    background-image: url("../images/headers/large/cufflinks.jpeg");
}

@media only screen and (max-width: 1000px) {
    .product-grid-page .page-header.cufflinks {
        background-image: url("../images/headers/medium/cufflinks.jpeg");
    }
}

@media only screen and (max-width: 600px) {
    .product-grid-page .page-header.cufflinks {
        background-image: url("../images/headers/small/cufflinks.jpg");
        min-height:350px;
    }
}


/** Damenbluse */
.product-grid-page .page-header.damenbluse {
    background-image: url("https://befeni-static.fra1.digitaloceanspaces.com/de-site-assets/images/head6_1500.jpg");
}

/** Ties */
.product-grid-page .page-header.ties {
    background-image: url("../images/headers/large/ties.jpg");
}

@media only screen and (max-width: 1000px) {
    .product-grid-page .page-header.ties {
        background-image: url("../images/headers/medium/ties.jpg");
    }
}

@media only screen and (max-width: 600px) {
    .product-grid-page .page-header.ties {
        background-image: url("../images/headers/small/ties.jpeg");
        min-height:350px;
    }
}

.product-hoodies-page .page-header {
    background-image: url("../images/headers/large/hoodies.jpg");
    min-height: 700px;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 1200px) {
    .product-hoodies-page .page-header {
        min-height: 450px;
        background-image: url("../images/headers/large/hoodies.jpg");
    }
}

@media only screen and (max-width: 600px) {
    .product-hoodies-page .page-header {
        background-image: url("../images/headers/large/hoodies.jpg");
        min-height: 350px;
    }
}
.product-lady-pullover-page .page-header {
    background-image: url("../images/headers/large/lady_pullover.jpg");
    min-height: 700px;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 1200px) {
    .product-lady-pullover-page .page-header {
        min-height: 450px;
        background-image: url("../images/headers/large/lady_pullover.jpg");
    }
}

@media only screen and (max-width: 600px) {
    .product-lady-pullover-page .page-header {
        background-image: url("../images/headers/large/lady_pullover.jpg");
        min-height: 350px;
    }
}
.product-longsleeve-page .page-header {
    background-image: url("../images/headers/large/longsleeve.jpg");
    min-height: 700px;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 1200px) {
    .product-longsleeve-page .page-header {
        min-height: 450px;
        background-image: url("../images/headers/large/longsleeve.jpg");
    }
}

@media only screen and (max-width: 600px) {
    .product-longsleeve-page .page-header {
        background-image: url("../images/headers/large/longsleeve.jpg");
        min-height: 350px;
    }
}
.product-poloshirts-page .page-header {
    background-image: url("../images/headers/large/polo.jpg");
    min-height: 700px;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 1200px) {
    .product-poloshirts-page .page-header {
        min-height: 450px;
        background-image: url("../images/headers/medium/polo.jpg");
    }
}

@media only screen and (max-width: 600px) {
    .product-poloshirts-page .page-header {
        background-image: url("../images/headers/small/polo.jpg");
        min-height: 350px;
    }
}
.product-poloshirts-page .polo-label {
    height: 180px;
}
.product-poloshirts-page .polo-fabric-label {
    height: 200px;
}

.product-pullover-page .page-header {
    background-image: url("../images/headers/large/pullover.jpg");
    min-height: 700px;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 1200px) {
    .product-pullover-page .page-header {
        min-height: 450px;
        background-image: url("../images/headers/medium/pullover.jpg");
    }
}

@media only screen and (max-width: 600px) {
    .product-pullover-page .page-header {
        background-image: url("../images/headers/small/pullover.jpg");
        min-height: 350px;
    }
}
.product-pullover-page .pullover-label {
    height: 180px;
}
.product-pullover-page .pullover-fabric-label {
    height: 200px;
}
.product-shirts-page .page-header {
    background-image: url("../images/headers/large/shirts.jpg");
    min-height: 700px;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 1200px) {
    .product-shirts-page .page-header {
        min-height: 450px;
        background-image: url("../images/headers/medium/shirts.jpg");
    }
}

@media only screen and (max-width: 600px) {
    .product-shirts-page .page-header {
        background-image: url("../images/headers/small/shirts.jpg");
        min-height: 350px;
    }
}
.product-shirts-page .shirt-label {
    height: 270px;
}

.products .page-header.parallax {
    background-image: url("../images/headers/large/products.jpg");
    min-height: 700px;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 1200px) {
    .products .page-header.parallax {
        min-height: 450px;
        background-image: url("../images/headers/medium/products.jpg");
    }
}

@media only screen and (max-width: 600px) {
    .products .page-header.parallax {
        background-image: url("../images/headers/small/products.jpg");
        min-height: 350px;
    }
}

.products .befeni-card-container {
    padding: 50px 0px;
    font-size: 24px;
    letter-spacing: 2px;
}

.products .befeni-card {
    border: 0px;
    max-width: 340px;
} 

.products .befeni-card-body {
    background-color: #f7efe7;
}

.products .befeni-card-text {
    margin: 0;
    font-size: 25px;
    letter-spacing: 4px;
}

.products .befeni-card-text:last-child {
    margin-top: -10px;
}

.products .befeni-card-link {
    color: #706c67;
    text-decoration: none;
}
.products .befeni-card-link:hover {
    color: #d7ac89;
    text-decoration: none;
}
/*End style for products page*/
.randomizer-page #random-shirt-fabric-overview {
    margin-top: 150px;
}

.randomizer-page #random-shirt-fabric-overview p {
    line-height: normal;
    font-size: 24px;
    letter-spacing: 2px;
}

.randomizer-page .contrast-c-img-container {
    position: relative; 
    margin-top: -473px; 
    left: 0px; 
    z-index: 900;
}

.randomizer-page .contrast-c-img-container img {
    height: 485px;
}

.randomizer-page .contrast-s-img-container {
    position: relative; 
    margin-top: -284px; 
    margin-left: -40px;
}

.randomizer-page .contrast-s-img-container img {
    width: 60px;
}

.randomizer-page .collar-img-container {
    position: relative; 
    margin-top: -263px; 
    margin-left: 0px;
}

.randomizer-page .shirt-title {
    position: relative; 
    margin-top: -300px; 
    margin-left: 520px; 
    letter-spacing: 1px; 
    white-space: nowrap;
}

.randomizer-page .shirt-price {
    position: relative; 
    margin-top: -8px; 
    margin-left: 540px; 
    letter-spacing: 1px; 
    font-size: 1.2em; 
    white-space: nowrap;
}

.randomizer-page .shirt-details-container {
    margin: 280px auto 50px;
}

@media only screen and (max-width: 767px) {
    .randomizer-page .shirt-details-container {
        margin: 50px 0px;
        text-align: left;
    }
}
.shirts_overview .page-header {
    background-image: url("../images/headers/large/hello.jpg");
    min-height: 700px;
    background-attachment: inherit;
    background-position: top;
    position: top;
}

@media only screen and (max-width: 1000px) {
    .shirts_overview .page-header {
        background-image: url("../images/headers/medium/hello.jpg");
    }
}

@media only screen and (max-width: 600px) {
    .shirts_overview .page-header {
        min-height: 600px;
        background-image: url("../images/headers/small/hello.jpg");
    }
}

.shirts_overview .page-header .parallax-border {
    letter-spacing: 10px;
}

.shirts_overview .page-header .parallax-caption {
    top: 75%;
}

.shirts_overview .shirt-overview-page-befeni-card-container {
    padding: 50px 0px;
    font-size: 24px;
    letter-spacing: 2px;
}

.shirts_overview .shirt-overview-page-befeni-card {
    border: 0px;
    max-width: 350px;
} 

.shirts_overview .shirt-overview-page-befeni-card-body {
    background-color: #f7efe7;
}

.shirts_overview .shirt-overview-page-befeni-card-text {
    margin: 0;
    font-size: 25px;
    letter-spacing: 4px;
}

.shirts_overview .shirt-overview-page-befeni-card-text:last-child {
    margin-top: -10px;
}

.shirts_overview .shirt-overview-page-befeni-card-link {
    color: #706c67;
    text-decoration: none;
}
.showrooms .page-header.parallax {
    background-image: url("../images/headers/large/showrooms.jpg");
    min-height: 450px;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 1000px) {
    .showrooms .page-header.parallax {
        background-image: url("../images/headers/medium/showrooms.jpg");
    }
}

@media only screen and (max-width: 600px) {
    .showrooms .page-header.parallax {
        background-image: url("../images/headers/small/showrooms.jpg");
        min-height: 350px;
    }
}
.showrooms .parallax-caption {
    top: 55%;
}

.showrooms .showrooms-card-container {
    font-size: 24px;
    letter-spacing: 2px;
    padding: 0px;
}

.showrooms .showrooms-card-container .card {
    border: none;
    margin-bottom: 30px;
    width: 100%
}

.showrooms .showroom-card {
    background-color: #f7efe7;
    border: none;
    border-radius: 0px;
    height: 100%;
}

.showroom-card .card-img-top {
    border-radius: 0px;
}

/** media query for desktop */
@media only screen and (min-width: 992px) {
    .showrooms .showrooms-card-container {
        padding-top: 0px;
        padding-right: 80px;
        padding-bottom: 50px;
        padding-left: 80px;
        display: flex;
        width: 100%;
    }
}

.showrooms .showroom-card-details {
    padding-top: 20px;
    text-align: center;
    letter-spacing: 2px;
}

.showrooms .showroom-card-schedule,
.showrooms .showroom-card-info {
    margin-bottom: -10px;
}

.showrooms .content-slider {
    height: 100% !important;
    display: flex;
    list-style-type: none;
}

.showrooms .content-slider .list {
    margin-bottom: 30px;
}
/** drawer css start here */
.drawer-icon {
    position: absolute;
    left: 20px;
    top: 15px;
}
.drawer-icon div {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 6px 0;
}
@media only screen and (min-width: 992px) {
    .befeni-page-image-block {
        padding: 0px 95px;
    }
}

.drawer {
    position: fixed;
    background: #000000f2;
    left: -1000px;
    bottom: 0px;
    top: 0px;
    opacity: 1 !important;
    width: 250px;
    padding: 20px;
    text-align: left !important;
    padding-top: 80px;
    z-index: 9999;
    transition: 0.7s;
}
.drawer.show {
    left: 0px;
}
.drawer .close-button {
    position: absolute;
    right: 20px;
    color: white;
    font-size: 30px;
    top: 20px;
    cursor: pointer;
}

@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}
/** drawer css end here */
.statement-page .page-header {
    background-image: url("../images/headers/large/hello.jpg");
    min-height: 700px;
    background-attachment: inherit;
    background-position: top;
    position: top;
}

@media only screen and (max-width: 1000px) {
    .statement-page .page-header {
        background-image: url("../images/headers/medium/hello.jpg");
    }
    .statement-page .befeni-block {
        padding: 20px !important;
    }
}

@media only screen and (max-width: 600px) {
    .statement-page .page-header {
        min-height: 600px;
        background-image: url("../images/headers/small/hello.jpg");
    }
}

.statement-page .consultant-specific-intro .page-header .parallax-caption {
    top: 55%;
}

.statement-page .consultant-details {
    padding: 25px 10px 10px;
    letter-spacing: 2px;
    line-height: normal;
}

.statement-page .consultant-details p {
    margin-bottom: 10px;
}

.statement-page .consultant-details .link {
    text-decoration: none;
}

.statement-page .consultant-details .link.black {
    color: #706c67;
}
.team .page-header.parallax {
    background-image: url("../images/headers/large/team.jpg");
    min-height: 450px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 1000px) {
    .team .page-header.parallax {
        background-image: url("../images/headers/medium/team.jpg");
    }
}

@media only screen and (max-width: 600px) {
    .team .page-header.parallax {
        background-image: url("../images/headers/small/team.jpg");
        min-height: 350px;
    }
}

.team .page-header .parallax-caption {
    top: 55%;
}

.team .founder-img {
    padding: 10px;
    background: white;
    border: 1px solid gray;
}

.team .team-card-container {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
    font-size: 24px;
    letter-spacing: 2px;
}

.team .team-card {
    width: 100%;
    background-color: #f7efe7;
    border: none;
    height: 100%;
    border-radius: 0px;
}

.team .team-card-img-container {
    display: inline-block;  
    background-image: url('https://befeni-static.fra1.digitaloceanspaces.com/de-site-assets/images/team/bg.gif'); 
    background-repeat: no-repeat; 
    background-position: center;  
    height: 331px; 
    margin-top: 10px; 
    text-align: center;
}

.team .team-card-img {
    margin-top: 15px; 
    margin-bottom: 70px;
}

.team .team-card-text {
    letter-spacing: 2px;
    margin-top: -10px;
    margin-bottom: 0px;
    line-height: 35px;
}
.team .team-image {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
}
.team .content-slider{
    height: 100% !important;
    display: flex;
    list-style-type: none;
}
.team .content-slider .list {
    margin-bottom: 30px;
}
/** override lightSlider css not to show pager **/
.team .lSSlideOuter .lSPager.lSpg {
    display: none !important
}