

/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */


/* Allgemein */
@font-face { 
    font-family: "NotoSansOriya"; 
    src: url("https://www.fridafeeling.de/NotoSansOriya.ttf"); 
}

* {
    font-family: "NotoSansOriya","Open Sans", sans-serif;
}

body {
    background-color: #ffffff;
}

body, a {
    color: #002e3a;
}

a {
    text-decoration: none;
}

a:hover {
    color: #cbd246;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .product-matrix .product-matrix-title, .h3, .sidepanel-left .box-normal .box-normal-link, .h4, .h5, .h6 {
    font-family: "NotoSansOriya", sans-serif;
    color: #002e3a;
    font-weight: bold;
}

/*#content-wrapper:not(.has-fluid) {*/
/* .seitentyp1, .seitentyp18, .seitentyp2, .seitentyp3, .seitentyp11, .seitentyp33 {
    padding-top: 0px !important;
    background-image: url("/bilder/intern/background.jpg");
    background-attachment:fixed;
    background-color: #ffffff;
    background-position-y: 0%;
} */
#main-wrapper {
	padding-top: 0px !important;
	background-image: url("/bilder/intern/background.jpg");
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-size: 100% auto;
	background-position: center bottom;
}

@media (min-width: 992px) {
	#content-wrapper:not(.has-fluid) {
		padding-top: 0rem;
	}
    #footer.newsletter-active #footer-boxes {
        margin-top: 0;
    }
}

.ziele-grid,
.ziele-summary {
	width: 65%;
	margin: 0 auto;
}

.hr-sect {
    margin: 0 0;
    padding: 1rem 0 1rem 0;
}

.hr-sect::before, .hr-sect::after {
    background: rgba(0, 0, 0, 0);
}

.btn-primary {
    color: #002e3a;
}

.alert-info {
    color: #002e3a;
    background-color: #cbd246;
    border-color: #cbd246;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .bs-placeholder:not(.navbar-toggler)[data-toggle="collapse"], .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .bs-placeholder:not(.navbar-toggler)[data-toggle="collapse"]:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .bs-placeholder:not(.navbar-toggler)[data-toggle="collapse"]:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .bs-placeholder:not(.navbar-toggler)[data-toggle="collapse"]:active {
    color: #002e3a;
}

.dropdown-item {
    color: #002e3a;
}

.card-header {
    background-color: #fffffe;
    border-bottom: 1px solid #fffffe;
}

#order-confirm .card-header {
    border-bottom: 1px solid #153a50;
}

.card-gray {
    background-color: #fffffe;
}

.stepper {
    background: #fffffe;
}

.box-direct-purchase button.btn-secondary, .cart-summary button.btn-secondary {
    background-color: #cbd246;
    border: 1px solid #f2f2f2;
    color: #002e3a;
}

.box-direct-purchase input[type="text"], .cart-summary input[type="text"] {
    border: 1px solid #f2f2f2;
}

.productbox.productbox-hover:hover .productbox-inner::before {
    box-shadow: 0 0 0.8rem rgba(21, 58, 80, 0.65);
    /*box-shadow: 0 0 0.8rem rgba(203, 210, 70, 0.65);*/
    left: -1rem;
    right: -1rem;
    top: -1rem;
    bottom: -1rem;
}

.delivery-status .status-2, .signal_image .status-2 {
    color: #cbd246;
}

@media (min-width: 1300px) {
    .container {
        max-width: 84%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 84%;
    }
}

.is-mobile .filter-collapsible-control {
    margin-left: 19px;
    padding-right: 43px;
}

.is-mobile .productlist-page-nav.productlist-page-nav-header-m {
    margin-top: 1rem;
}

#content-wrapper:not(.has-fluid) {
    padding-top: 0;
}

/* Header top bar */
#header-top-bar {
    background-color: #cbd246;
    text-align: center;
    flex-direction: column;
    padding: 10px 0 10px 0;
    font-weight: normal;
    /*font-size: 1.2rem;*/
    font-size: 16px;
}

#frida-header-meldung {
    margin: auto;
}

#header-top-bar, header {
    color: #002e3a;
}
@media (max-width: 991.98px) {
	.full-width-mega .toggler-logo-wrapper {
		/*margin-left: 25px;*/
	}
}

.container-fluid.product-slider-wrapper, .container.product-slider-wrapper {
    background-color: rgba(255,255,255,0.8);
    margin-top: 4rem;
}

.slick-slider-other.is-not-opc {
    margin-bottom: 0;
}

.slick-slider-other.is-not-opc .carousel {
    margin-bottom: 0;
    /*background-color: rgba(255,255,255,0.8)*/
}

/* setzt slick slider items */
/* Deaktiviert 28.6.23 - zappelt wie wild */
/*.slick-track .slick-slide {
	border: 1px solid rgba(0, 0, 0, 0.1); 
	margin:5px;
	background-color: #fff;
}*/

/* /projects/185?modal=Task-8011-185 */
/* .slick-slider-other.is-not-opc .carousel, .slick-track {
    gap: 10px;
} */

.row.gallery-with-action-main {
    padding-bottom: 20px;
}

@media (min-width: 3620px) {
    .slick-slider-other.is-not-opc .product-wrapper {
        height: 600px;
    }
}

.square.square-image.js-gallery-images .inner {
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
}

/* Header insgesamt */
header {
    box-shadow: none;
    /*height: 8rem;*/
	border-bottom: 1px solid #ddd;
}

#header-top-bar a, header a {
    color: #002e3a;
}

#header-top-bar a:hover:not(.dropdown-item):not(.btn), header a:hover:not(.dropdown-item):not(.btn) {
    color: #002e3a;
}

.shoppenbox {
	width: 70%;
	margin: 0px auto;
}
.shoppenbox .row {
	margin: 25px 0px;
}
.shoppenbox .row h3{
	margin: 21px 0px 5px !important;
}
.shoppenbox p {
	padding: 10px 0px !important;
}

@media (min-width: 1915px) {
    .col.main-search-wrapper {
        flex-grow: 0.3;
        margin-right: 2rem;
    }
}

@media (max-width: 1914.98px) {
    .col.main-search-wrapper {
        flex-grow: 0.3;
        margin-right: 2rem;
    }
}

@media (max-width: 1399.98px) {
    .col.main-search-wrapper {
        flex-grow: 0.3;
        margin-right: 2rem;
    }
}

@media (max-width: 1299.98px) {
    .col.main-search-wrapper {
        flex-grow: 0.4;
        margin-right: 2rem;
    }
}

@media (max-width: 1114.98px) {
    .col.main-search-wrapper {
        flex-grow: 0.4;
        margin-right: 2rem;
    }
}

@media (max-width: 1014.98px) {
    .col.main-search-wrapper {
        flex-grow: 0.4;
        margin-right: 2rem;
    }
}

@media (max-width: 991.98px) {
    header .container.frida-menu {
        margin-left: 220px !important;
    }
    .search-form-wrapper-fixed {
        padding-left: 36px;
    }
    body[data-page="2"] .search-form-wrapper-fixed {
        padding-right: 45px;
    }
    body[data-page="2"] nav#breadcrumb {
        padding-left: 19px;
    }
    body[data-page="2"]  .title .h2 {
        padding-left: 19px;
    }
}

/* Navbar */
@media (min-width: 1025px) {
    header .navbar-nav > .nav-item > .nav-link {
        font-size: 1rem;
        font-weight: normal;
    }
    header .container.frida-menu {
        max-width: calc((100vw) - 240px);
        margin-left: 220px !important;
        margin-right: 0;
    }
    header .container.frida-menu nav.navbar.container {
        width: 100%;
        max-width: 100%;
    }
    header .navbar-brand img {
        height: 7rem;
    }
    /*body.is-checkout header .navbar-brand img {
        height: 3.5rem;
    }*/
    .col.main-search-wrapper {
        flex-grow: 0.4;
        margin-right: 2rem;
    }
    .is-checkout header, .is-checkout .navbar {
        height: 8rem;
    }
}


/*@media (max-width: 1024.998px) {
    header .navbar {
        margin-left: 60px;
    }
    .full-width-mega .nav-icons-wrapper {
        padding-left: 30px !important;
    }
}*/

@media (max-width: 512.998px) {
    header .navbar-brand img {
        /*height: 1.2rem;*/
        height: 25px;
    }
    .navbar-brand {
        margin-right: 0;
    }
}

@media (max-width: 375px) {
    header .navbar-brand img {
        /*height: 1.2rem;*/
        height: 22px;
    }
    .navbar-brand {
        margin-right: 0;
    }
}

@media (max-width: 359.998px) {
    header .navbar-brand img {
        height: 1rem;
    }
}

.navbar {
    margin-right: 0;
    margin-left: 0;
}

.fa-sup {
    margin-top: 2em;
    padding: 0.4em 0.9em;
    margin-left: -1.2em;
}

@media (max-width: 575.998px) {
    .fa-sup {
        margin-top: 1em;
        margin-left: -3.2em;
    }
}

.search-wrapper .btn-secondary {
    color: #002e3a;
    background-color: white;
    border-left: none;
    border-top: 1px solid #f2f2f2;
    border-right: 3px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 10px 0 10px;
}

.search-wrapper .form-control {
    color: #002e3a;
    border: 1px solid #f2f2f2;
    border-radius: 0;
    box-shadow: none;
    transition: none;
}

/* Abrisskanten */
.container-abrisskante-top {
    max-height: 18px;
    padding: 0;
    margin: -21px 0 0 0;
}

.container-abrisskante-top div {
    height: 18px !important;
}

/* Menü */
header .navbar-nav > .nav-item > .nav-link {
    padding: 20px;
}

header .navbar-nav > .nav-item > .nav-link::before {
    /* Abschalten NOVA-Effekt Border*/
    content: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: none;
    border-width: 0;
    border-color: #FFFFFF;
    border-style: solid;
    transition: none;
    width: 0;
}

header .navbar-nav > .nav-item {
    background-image: url("/bilder/intern/navigation-hover.png");
    /*background-position: left bottom;*/
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 0px;
    transition: background-size 0.5s ease-in-out;
    border-bottom-right-radius: 5px;
}

header .navbar-nav > .nav-item:hover {
    /*background-size: 165px;*/
    background-size: 72px;
}

/* Main Slider */
div#content div.first-slider {
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
	max-height: 400px;
}

div#content div.first-slider .nivoSlider {
    box-shadow: none;
    margin:0;
}

div#content div.first-slider .nivoSlider .nivo-caption {
    background: transparent !important;
    color: white !important;
    position: absolute;
    left: 50px;
    top: 15%;
    color: #fff;
    width: 50%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 1;
    overflow: hidden;
    display: none;
    -moz-opacity: 1;
    filter: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 3rem;
    font-family: "NotoSansOriya", sans-serif;
	line-height: 1.2em;

}

.nivo-directionNav a {
	top: 35%;
}

div#content div.first-slider .nivoSlider .nivo-caption>p {
    font-size: 1.3rem;
	
}

@media (max-width: 1299.98px) {
    div#content div.first-slider .nivoSlider .nivo-caption {
        background: transparent !important;
        color: white !important;
        position: absolute;
        left: 50px;
        top: 12%;
        color: #fff;
        width: 40%;
        z-index: 8;
        padding: 5px 10px;
        opacity: 1;
        overflow: hidden;
        display: none;
        -moz-opacity: 1;
        filter: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 3rem;
        font-family: "NotoSansOriya", sans-serif;
    }
    
    div#content div.first-slider .nivoSlider .nivo-caption>p {
        font-size: 1rem;
    }
}

@media (max-width: 991.98px) {
    div#content div.first-slider .nivoSlider .nivo-caption {
        background: transparent !important;
        color: white !important;
        position: absolute;
        left: 50px;
        top: 10%;
        color: #fff;
        width: 50%;
        z-index: 8;
        padding: 5px 10px;
        opacity: 1;
        overflow: hidden;
        display: none;
        -moz-opacity: 1;
        filter: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 2rem;
        font-family: "NotoSansOriya", sans-serif;
    }
    
    div#content div.first-slider .nivoSlider .nivo-caption>p {
        font-size: 1rem;
    }
}

@media (max-width: 767.98px) {
    div#content div.first-slider .nivoSlider .nivo-caption {
        background: transparent !important;
        color: white !important;
        position: absolute;
        left: 50px;
        top: 10%;
        color: #fff;
        width: 50%;
        z-index: 8;
        padding: 5px 10px;
        opacity: 1;
        overflow: hidden;
        display: none;
        -moz-opacity: 1;
        filter: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 1.5rem;
        font-family: "NotoSansOriya", sans-serif;
    }
    
    div#content div.first-slider .nivoSlider .nivo-caption>p {
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    div#content div.first-slider .nivoSlider .nivo-caption {
        background: transparent !important;
        color: white !important;
        position: absolute;
        left: 15px;
        top: 0%;
        color: #fff;
        width: 75%;
        z-index: 8;
        padding: 5px 10px;
        opacity: 1;
        overflow: hidden;
        display: none;
        -moz-opacity: 1;
        filter: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 14px;
        font-family: "NotoSansOriya", sans-serif;
    }
    
    div#content div.first-slider .nivoSlider .nivo-caption>p {
        font-size: 12px;
    }
}

.mask_slider_bottom,
.bunt_slider_mask {
  -webkit-mask-image: url("/bilder/intern/black_mask_slider_bottom.png");
  mask-image: url("/bilder/intern/black_mask_slider_bottom.png");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: bottom left;
	mask-position: bottom left; 
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.blog-img {
	background: rgba(255, 255, 255, .8)
}

.mask_category_bottom {
  -webkit-mask-image: url("/bilder/intern/black_mask_category_bottom.png");
  mask-image: url("/bilder/intern/black_mask_category_bottom.png");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: bottom left;
	/* mask-position: bottom left;  */
	mask-position: inherit;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  max-width: 100% !important;
}

.mask_teaser_bottom {
  -webkit-mask-image: url("/bilder/intern/black_mask_teaser_bottom.png");
  mask-image: url("/bilder/intern/black_mask_teaser_bottom.png");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: bottom left;
	mask-position: bottom left; 
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  max-width: 100% !important;
}
.filz_bunt {
	width: 100% !important;
	background-color: none;
}
.bunt-shoppen {
	margin: 0px auto;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	min-height: 200px;
	background: url("/bilder/intern/filz_bunt.png");
}
.bunt-shoppen div {
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	margin: 0px auto;
}
.bunt-text {
	display: inline;
	width: 100%;
	height: 200px;
	padding: 10px;
	vertical-align: middle;	
	color: #fff;
	font-weight: 800;
	font-size: 2em;
}

.nivoSlider .nivo-main-image {
    color: blue;
}

/*########### Slideer kleiner Text ###########*/
p.desc {
	padding-top: 10px;
	line-height: 1.2em;
	font-size: 0.5em;
	max-width:650px;
}

@media (max-width: 575.98px) {
    p.desc {
        padding-top: 5px;
    }
}

/*########### Aktion einzelner Artikel Block ###########*/

.aktion-artikel-grid {
    max-width: 850px;
    margin: 0 auto !important;
}

/*########### Top Kategorien Link ###########*/
.mask_category_bottom a.btn.btn-primary.btn-block {
    background-color: rgba(255,255,255,0.8);
    margin-top: 41px;
    border: none;
}

.mask_category_bottom a.btn.btn-primary.btn-block:hover {
    background-color: #cbd246;
}

/*############### Product Stream #############*/

/* Deaktiviert 22.6.23 SH: Erzeugt Zappeln der Thumbnails im productdetail .slick-track {
    padding-bottom: 20px;
}*/

/*############### Product Stream #############*/

.btn-mainslider {
    margin-top: -12px;
}


.btn-mainslider button {
    background-image: url(/bilder/intern/white-stripe-top.png);
    background-color: transparent;
    border-color: transparent;
    border: none !important;
    cursor: default !important;
}

.btn-mainslider button:hover {
    background-color: transparent;
    border-color: transparent;
    border: none !important;
}

/* Ziele */
.ziele-container {
    /*background-image: url("/media/image/opc/lg/white-stripe-top-test.jpg'");*/
    margin-top: 4rem;
    /*padding-top: 4rem;*/
    /*background-position: left top !important;
    background-repeat: repeat-x;*/
    background-color: rgba(255,255,255,0.8);
}

.ziele-container h2 {
	padding: 1rem 0 0 0;
	margin-bottom: 0;
	font-weight: bold;
}

.ziele-headline-1 {
    padding: 1rem 0 1rem 0;
    margin-bottom: 0;
}
.ziele-headline-2 {
	margin: 1em 0;
	font-size: 2em;
	padding: 35px 0px 20px !important;
}
h2.ziele-headline-bild {
	font-size: 16px !important;
	padding-top: 1rem;
}

.ziele-text-bild p {
    text-align: center;
}

.ziele-container p {
    margin-bottom: 0;
    padding: 1rem;
	font-size: 16px;
}

@media (max-width: 991.98px) {
    .shoppenbox div[data-area-id="col-0"] {
        padding: 0;
    }
}

/* Slick Sliders */
.slick-arrow {
    background-color: #cbd246;
    color: #002e3a;
}

.slick-arrow:hover {
    background-color: #cbd246;
    color: #ffffff;
}

/* Aktion */
.container-aktion {
    /*background-image: url(/bilder/intern/white-stripe-bottom.png),url(/bilder/intern/white-stripe-top.png),url(/media/image/opc/lg/de54b57a233c535d.jpg);
    background-position-x: 0px !important;
    background-position-y: 0px, 664px, 0px !important;
    background-repeat: no-repeat, no-repeat, no-repeat !important;
    background-size: 100%, 100%, cover !important;*/
    background-color: rgba(255,255,255,0.8);
    margin-top: 4rem;
}

.container-aktion-headline h2 {
    padding: 2rem 0 2rem 0;
    margin-bottom: 0;
    font-weight: bold;
}

.container-aktion-grid {
    /*margin: 0 3rem 0 3rem;*/
    margin: 0;
}

.container-aktion-grid div[data-area-id="col-0"] {
    /*background-color: rgba(255,255,255,0.8);*/
    background-color: transparent;
}

@media (min-width: 768px) {
    .container-aktion-grid div[data-area-id="col-0"] {
        padding-left: 0;
        padding-right: 0;
    }
}

.container-aktion-grid div[data-area-id="col-1"] {
    /*background-color: rgba(255,255,255,0.8);*/
    background-color: transparent;
}

.container-aktion-grid div[data-area-id="col-1"] .btn-primary {
    font-size: 1.2rem;
}

.container-aktion-grid div[data-area-id="col-2"] {
    background-color: rgba(255,255,255,0.8);
}

.container-aktion-grid div[data-area-id="col-3"] {
    background-color: rgba(255,255,255,0.8);
}

.container-aktion-grid-left {
    max-width: 100% !important;
}

.container-aktion-grid-right {
    background-color: transparent;
}

.container-aktion-grid-right h2 {
    font-size: 16px !important;
}

.container-aktion-grid-right p {
    font-size: 16px;
}
.aktion-grid-left-button {
    position: absolute;
    /*top: 78%;
    left: 17%;*/
    top: 28vw;
    left: 7vw;
    width: 63%;
    /*transform: translate(-50%, 360%);*/
}

@media (max-width: 1299.98px) {
    .aktion-grid-left-button {
        top: 60vw;
        left: 17vw;
    }
}

@media (max-width: 991.98px) {
    .aktion-grid-left-button {
        top: 51vw;
        left: 12vw;
    }
}

@media (max-width: 879.98px) {
    .aktion-grid-left-button {
        top: 58vw;
        left: 12vw;
    }
}

@media (max-width: 767.98px) {
    .aktion-grid-left-button {
        top: 64vw;
        left: 16vw;
    }
}

/*@media (max-width: 991.98px) {
    .aktion-grid-left-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 113%);
    }
    .aktion-grid-left-button button.btn-primary {
        width: 295px !important;
    }
    .container-aktion-grid-right {
        padding: 1rem !important;
    }
}*/


.container-aktion-grid-right {
    padding: 3rem 7rem 3rem 7rem;
}

@media (max-width: 991.98px) {
    .container-aktion-grid-right {
        padding: 3rem 3rem 3rem 3rem;
    }
}

.aktion-grid-left-button button.btn-primary {
    color: #002e3a;
    background-color: #cbd246;
    border-color: #cbd246;
    border-radius: 0;
    box-shadow: none;
    /*padding: 1.5rem 5rem;*/
    padding: 1.5vw 1vw;
    /*width: 27rem;*/
    width: 100%;
    font-size: 1.2rem
    /*font-size: 1.4vw;*/
}

@media (max-width: 575.98px) {
    .aktion-grid-left-button button.btn-primary {
        /*font-size: 1.4vw;*/
        font-size: 1rem;
    }
}

/* Top Kategorien */
.container-top-kategorien {
    /*background-color: rgba(255,255,255,1);*/
    margin-top: 4rem;
}

.grid-top-kategorien-2 {
    margin-top: 2rem;
}

.btn-top-kategorie {
    margin-top: -82px;
}

/*.btn-top-kategorie button.btn-primary {
    color: #002e3a;
    background-color: transparent;
    border-color:transparent;
    box-shadow: none;
    background-image: url(/bilder/intern/top-kategorie-button-29a.png);
    background-position-y: -6px;
    background-repeat: repeat-x;
    height: 82px;
	border: 0px;
    font-size: 1.2rem;
}*/

.btn-top-kategorie button.btn-primary {
    color: #002e3a;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    background-image: url(/bilder/intern/top-kategorie-button-29a.png);
    background-position-y: -6px;
    background-repeat: repeat-x;
    height: 62px;
    border: 0px;
    font-size: 0.9rem;
    margin-top: 21px;
}

.btn-top-kategorie button.btn-primary:active,
.btn-top-kategorie button.btn-primary:link,
.btn-top-kategorie button.btn-primary:hover,
.btn-top-kategorie button.btn-primary:active:hover {
	opacity: 0.9;
	background-image: url(/bilder/intern/top-kategorie-button-29a-hover.png);
	background-color: transparent !important;
	border: 0px;
	border-color: none;
	color: #424242;
}



/* BUNT */
.container-slider-farben {
    /*width: 100%;*/
    padding-right: 0 !important;
    padding-left: 0 !important;
    /*margin-right: 0 !important;
    margin-left: 0 !important;*/
    /*background-color: rgba(255,255,255,1);*/
    padding-top: 4rem;
}

.container-slider-farben .nivoSlider{
    box-shadow: none;
}

.container-slider-farben .nivo-caption {
    bottom: 37% !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 1.5rem !important;
    opacity: 1 !important;
    -moz-opacity: 1.0 !important;
    filter: alpha(opacity=10) !important;
    text-align: center !important; 
}

@media (max-width: 576px) {
    .container-slider-farben .nivo-caption {
        bottom: -2% !important;
    }
}

@media (max-width: 375px) {
    .container-slider-farben .nivo-caption {
        bottom: -9% !important;
    }
}

/* Blog */
.container-blog {
    /*background-color: rgba(255,255,255,1);*/
    padding-top: 4rem;
}


.container-blog .btn-blog {
    margin-top: -12px;
}

.container-blog .btn-blog button {
    background-image: url(/bilder/intern/white-stripe-top.png);
    background-color: transparent;
    border-color: transparent;
    border: none !important;
    cursor: default !important;
}

.container-blog .btn-blog button:hover {
    background-color: transparent;
    border-color: transparent;
    border: none !important;
}

.container-blog .blog-item-text {
    padding: 2rem 1rem 1rem 1rem;
    background-color: rgba(255,255,255,0.8);
    min-height: 275px;
}

/* Transparente Wege */
.container-wege {
    /*background-image: url(/bilder/intern/white-stripe-bottom.png),url(/bilder/intern/white-stripe-top.png),url(/media/image/opc/lg/de54b57a233c535d.jpg);
    background-position-x: 0px !important;
    background-position-y: 0px, 430px, 0px !important;
    background-repeat: no-repeat, no-repeat, no-repeat !important;
    background-size: 100%, 100%, cover !important;*/
    background-color: rgba(255,255,255,0.8);
    margin-top: 4rem;
    padding-bottom: 1rem;
}

.container-wege h2 {
    padding-top: 4rem;
}

.container-wege .txt-wege {
    /*padding: 2rem 5rem 1rem 5rem;*/
	padding-top: 2rem;
	padding-bottom: 1rem;
	max-width: 720px;
	margin: auto;
	text-align: center;
	background-color: transparent;
	font-style: italic;
	font-size: 1.2rem;
	line-height: 1.8rem;
}



.container-wege .btn-wege {
    margin-top: 1rem;
}

.btn-wege .btn-primary {
    color: #cbd246;
    background-color: #ffffff;
    border-color: #cbd246;
    box-shadow: none;
    border-radius: 0px;
    font-size: 1.2rem;
}
.var-dots {
	border: 2px solid #fff;
	border-radius: 50px;
	cursor: pointer;
}
.var-dots.active {
	border: 2px solid #cbd246;
	border-radius: 50px;
}
.var-dot-img {
	padding: 3px; 
	width:27px; 
	height: 27px; 
	border-radius: 50px; 
	border-color: 1px solid #ddd;
}
.include-price {
	padding-right: 3px !important;
}
#product-offer .product-headline {
	margin-top: 35px;
}

.container h2, h1, .hr-sect.h2, .container-fluid h2 {
    font-size: 23px;
}

/* Insta */
.instagram_h2 {
    text-transform: none !important;
}

.instagram_snapshot {
    font-family: "NotoSansOriya" !important;
}

.instagram_sect:before {
    border-bottom: none !important;
}

.instagram_snapshot {
    font-family: "NotoSansOriya" !important;
    font-style: normal !important;
}

@media (max-width: 575.98px) {
    .instagram_feed .instagram_new {
        width: 50% !important;
    }
}

/* Footer */


#footer {
    background-color: #153a50;
    color: #f2f2f2;
    /*color: white;*/
    /*background-image: url(/bilder/intern/white-stripe-bottom.png);
    background-position-x: 0px !important;
    background-repeat: repeat-x;*/
}

#footer a {
    /*color: white;*/
    color: #f2f2f2;
}

#footer a:hover {
    /*color: #003b52;*/
    color: #f2f2f2;
}

#footer .newsletter-footer {
    color: #f2f2f2;
    /*color: white;*/
    /*background-color: #113144;*/
    padding: 1rem 0 1rem 0;
}

#footer .h2.newsletter-footer-heading {
    /*color: white;*/
    color: #f2f2f2;
}

@media (min-width: 992px) {
    .col-nl, .col-box161 {
        height: 261px;
    }
}
.newsletter-email-wrapper #newsletter_email {
	border-bottom: 1px solid #cbd246 !important;
}
.newsletter-email-wrapper .btn {
	background-color: #cbd246 !important;
	color: #153a50 !important;
	text-transform: lowercase;
	
}
#footer .input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label, .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-radius: 0;
    color: #f2f2f2;
    transition: none;
}

#footer .form-control {
    /*color: #002e3a;*/
    color: #f2f2f2;
    /*background-color: #a5a523;*/
    /*background-color: rgba(255,255,255,0.5);*/
    background-color: #113144;
    background-clip: padding-box;
    /*border: 1px solid #cbd246;*/
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: none;
}

#footer input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  /*color: #03141e;*/
  color: #f2f2f2;
  opacity: 0.5; /* Firefox */
}

#footer input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  /*color: #03141e;*/
  color: #f2f2f2;
  opacity: 0.5;
}

#footer input::-ms-input-placeholder { /* Microsoft Edge */
  /*color: #03141e;*/
  color: #f2f2f2;
  opacity: 0.5;
}

.btn {
    transition: none; 
}

#footer .btn-secondary {
    /*color: #002e3a;*/
    color: #f2f2f2;
    /*background-color: rgba(255,255,255,0.5);*/
    background-color: #113144;
    /*border: 1px solid #cbd246;*/
    border: none;
    box-shadow: none;
}

#footer .btn-secondary:hover {
    /*color: #002e3a;*/
    color: #f2f2f2;
    /*background-color: rgba(255,255,255,0.5);*/
    background-color: #113144;
    /*border: 1px solid #cbd246;*/
    border: none;
    box-shadow: none;
}

#footer .input-group-append {
    margin-left: 4px;
}
#footer .panel-title {
    /*color: white;*/
    /*color: #03141e;*/
    color: #f2f2f2;
}

#footer .productlist-filter-headline {
    font-family: "NotoSansOriya", sans-serif;
    /*color: white;*/
    /*color: #03141e;*/
    color: #f2f2f2;
}

#footer #copyright {
    /*background-color: #113144;
    margin-top: 0;
    height: 60px;
    color: #f2f2f2;*/
    display: none;
}

#footer .footer_shipping_payment {
	margin: 25px 0px 45px;
}
/* #footer .footer_shipping_payment .footer_shipping_info {

} */
#footer .footer_shipping_payment .footer_img {
	padding: 10px;
}

/*@media (max-width: 1307.98px) {
    #footer .footer_shipping_payment .footer_img {
        width: 90px;
    }
}*/

#second-footer .footnote-vat {
	margin-bottom: 10px;
	color: white;
}
#second-footer .footnote-vat a {
	color: white;
}

.footer-icons .footer-icon {
    text-align: center;
	padding-bottom: 1rem;
    /*max-width: 130px;*/
}

.footer-icons .footer-icon img {
    height: 84px;
}

.row.footer-icons {
    max-width: 539px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .fi1 {
        max-width: 92px;
        padding: 0 1rem 0 1rem;
    }
    
    .fi2 {
        max-width: 108px;
        padding: 0 1rem 0 1rem;
    }
    
    .fi3 {
        max-width: 157px;
        padding: 0 1rem 0 1rem;
    }
    
    .fi4 {
        max-width: 192px;
        padding: 0 11px 0 11px;
    }
}

@media (max-width: 991.98px) {
    .fi3 {
        padding: 1rem 1rem 0 1rem;
    }
    
    .fi4 {
        padding: 1rem 11px 0 11px;
    }
}

#footer-stripe {
    /* background-image: url(/bilder/intern/footer-stripe-bottom-blue.png);
    height: 18px;
    background-color: transparent;
    background-position-x: 0px !important;
    background-repeat: repeat-x; */
}

#second-footer {
	/* background-color: #113144; */
	background-color: #153a50;
}

@media (max-width: 1080.98px) {
    .footer_shipping_info, .footer_payment_info {
        display: block;
    }
}

/* Scrollbutton */
.smoothscroll-top .fa-chevron-up {
    color: #cbd246;
}


/* Productlisting*/
.displayoptions .btn-outline-secondary:hover {
    border-color: #153a50;
    background-color: #153a50;
    color: white;
}

.displayoptions .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle, .show > .btn-outline-secondary:not(.navbar-toggler)[data-toggle="collapse"] {
    border-color: #153a50;
    background-color: #153a50;
    color: white;
}

.productbox-inner .productbox-title {
    padding: 1rem;
    height: 75px;
}

.seitentyp2 .price_wrapper {
    padding: 1rem;
}

.productbox-inner {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.productbox-ribbon.ribbon {
	border-radius: 2px;
}
.productbox-ribbon.ribbon::before {
	border-right-width: 0rem;
}

.productbox-ribbon.ribbon {
    top: 0.5rem;
    left: 0.5rem;
}

.ribbon {
    box-shadow: none;
}

.seitentyp2 .row.product-list.layout-gallery, 
.seitentyp2 #sidepanel_left div, 
.seitentyp2 #product-list {
    background-color: rgba(255,255,255,.85);
	/* opacity: 0.8; */
}

.seitentyp2 #sidepanel_left > div {
    padding: 1rem;
}

.seitentyp2 #product-list {
	margin: 0px;
    /* margin-right: 1rem; */
}
.productlist-pagination li .dropdown-menu {
	background: none !important;
}

.seitentyp2 #product-list .product-wrapper {
    margin-top: 1rem;
}
/*
hr.productlist-page-nav-top, hr.productlist-page-nav-bottom {
    background-color: rgba(255,255,255,1);
    height: 2rem;
    margin: 0;
}

.productlist-page-nav {
    background-color: rgba(255,255,255,1);
}

hr.productlist-page-nav-top {
    border-top: 1px solid #cbd246;
    border-bottom: none;
}

hr.productlist-page-nav-bottom {
    border-bottom: 1px solid #cbd246;
    border-top: none;
}
*/

.productbox-inner .delivery-status {
    margin: 0 1rem 0 1rem;
}

/* Productdetail*/
.frida-details {
	background-color: rgba(255,255,255,.85);
	margin-bottom: 45px;
	padding-bottom: 5px;
}

.recommendations .slick-slider-other.is-not-opc {
    margin-top: 4rem;
}

.btn-light, .btn-light:hover {
    border-color: #cbd246;
}

.product-info, .row.gallery-with-action-main {
    background-color: rgba(255,255,255,1);
}

#product-offer .product-info ul.info-essential {
    margin: 1rem 0;
    border-top: 1px solid #ebebeb;
    padding: 1rem 0 1rem 0;
}

#product-offer .product-info .stock-information {
    border-top: none;
    border-bottom: none;
}

/* detail special */
.product-detail-special {
	border-top: 1px solid #ebebeb;
	padding: 25px 0px;
}

.product-detail-special img {
    width: 60px;
}

.product-detail-special-label {
    font-size: 0.8em;
}

/* Checkout */
.checkout-payment-options .custom-control-label img {
    width: 100px;
}


/* Schnellkaufbox
@media (max-width: 991.98px) {
    .box-direct-purchase-aside {
        display: none;
    }
    .box-direct-purchase-content {
        display: block;
    }
}

@media (min-width: 992px) {
    .box-direct-purchase-aside {
        display: block;
    }
    .box-direct-purchase-content {
        display: none;
    }
}
*/

/* IE 10/11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ziele-container {
        margin-top: 9rem;
    }
    div.ziele-text-bild {
        margin-top: 100px;
    }
    .filter-type-FilterItemSort {
        margin-left: 100px;
    }
    /*.filter-collapsible-control {
        display: none !important;
    }*/
}

/* Going Live - Kundenanforderungen */
.ziele-text-bild {
    background-color: transparent;
}

.btn.product-stock-info-button {
    display: none;
}

.container.frida-details {
    max-width: 1250px;
}

.row.product-list.layout-list .productbox-inner .productbox-title {
    padding: 1rem 1rem 1rem 0;
}

.row.product-list.layout-list .productbox-inner .price_wrapper {
    padding: 0 1rem 1rem 1rem;
}

.boxes-box-linkgroups-title-hr {
    border-color: #f2f2f2;
}

#product-offer .product-info ul.info-essential {
    border-top: 2px solid #cbd246;
}

.product-stock-info {
    border-bottom: 2px solid #cbd246;
}

.square-image .inner img:not(#product-list .square-image .inner img) {
    max-width: 80%;
    max-height: 80%;
}

#pushed-success .alert-success {
    color: #002e3a;
}

.form-row > .col, .form-row > [class*="col-"] {
    padding-right: 0px;
    padding-left: 0px;
}

/* 2023-03-15 switch variations */
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: -5px;
}

.row.variations.switch-variations .col {
    padding-left: 0;
}

/* https://serviceportal.snafu.de/projects/185?modal=Task-11222-185 21.6.2023 */
.cart-items-body, .cart-items-header {
    background-color: white;
}

/*Zappelnde Bilder und divs im Produktdetail*/
.row.product-detail .square.square-image.js-gallery-images.preview-first.first-ml {
    margin-left: 0 !important;
}

.row.product-detail #gallery_preview .slick-track {
    margin-left: 0px !important;
}

.row.product-detail #gallery_preview {
    /*margin-left: 32% !important;*/
    overflow-y: hidden;
}

@media (min-width: 1300px) {
    .seitentyp1 .breadcrumb-container {
        width: 1276px;
    }
    .container.frida-details {
	width: 1600px;
	max-width: 100%;
}
    .container.frida-details .col.product-gallery.col-lg-6.col-12,
    .container.frida-details #image_wrapper{
        /*width: 638px;*/
        width: 594px;
    }
    .row.product-detail #gallery_preview {
        justify-content: center;
    }
    
    .row.product-detail #gallery_preview_wrapper .slick-track {
        justify-content: center;
        width: 594px !important;
    }
    .row.product-detail .square.square-image.js-gallery-images.last-mr {
       margin-right: 0 !important;
    }
    
    .container.frida-details .product-detail-image-preview-bar .inner,
    #gallery_preview .square.square-image.js-gallery-images,
    #gallery_preview .slick-slide {
        width: 112px !important;
        height: 112px !important;
    }
}

@media (max-width: 1299.98px) and (min-width: 1060px) {
    .seitentyp1 .breadcrumb-container {
        width: 986px;
    }
    .container.frida-details {
        width: 986px;
    }
    .row.product-detail #gallery_preview {
        justify-content: center;
    }
    
    .row.product-detail #gallery_preview_wrapper .slick-track {
        justify-content: center;
        width: 462px !important;
    }
    .row.product-detail .square.square-image.js-gallery-images.last-mr {
       margin-right: 0 !important;
    }
    
    .container.frida-details .col.product-gallery.col-lg-6.col-12,
    .container.frida-details #image_wrapper{
        /*width: 493px;*/
        width: 462px;
    }
    .container.frida-details .product-detail-image-preview-bar .inner,
    #gallery_preview .square.square-image.js-gallery-images,
    #gallery_preview .slick-slide {
        width: 84px !important;
        height: 84px !important;
    }
}

@media (max-width: 1059.98px) and (min-width: 992px) {
    .seitentyp1 .breadcrumb-container {
        width: 886px;
    }
    .container.frida-details {
        width: 886px;
    }
    .row.product-detail #gallery_preview {
        justify-content: center;
    }
    
    .row.product-detail #gallery_preview_wrapper .slick-track {
        justify-content: center;
        width: 444px !important;
    }
    .row.product-detail .square.square-image.js-gallery-images.last-mr {
       margin-right: 0 !important;
    }
    
    .container.frida-details .col.product-gallery.col-lg-6.col-12,
    .container.frida-details #image_wrapper{
        width: 444px;
    }
    .container.frida-details .product-detail-image-preview-bar .inner,
    #gallery_preview .square.square-image.js-gallery-images,
    #gallery_preview .slick-slide {
        width: 84px !important;
        height: 84px !important;
    }
}

@media (max-width: 991.98px) {
    .row.product-list.layout-gallery .row.variations.switch-variations {
        margin: 0;
        padding-left: 21px;
    }
}

.product-offer .row.variations.switch-variations {
    margin-left: 0 !important;
}

.estimated-delivery > span {
    white-space: normal;
}


/* IT-Schober Anpassungen */

.btn-skip-to {
	display: none;
}

.col-lg-8.col-xl-9.ml-auto-util {
	order: 1;
}

#sidepanel_left {
	order: 0;
}

#product-list {
	background: #fff;
	padding-top: 20px;
}

#sidepanel_left .box {
	background: #fff;
	padding: 15px;
	padding-top: 20px;
}

#product-list .delivery-status {
	height: 65px;
}

#product-list .price.productbox-price {
	padding-left: 15px;
}

@media (min-width: 992px) {
.col.col-lg-auto.nav-logo-wrapper.order-lg-1 {
	margin-right: auto;
}

.twitter-typeahead {
	width: calc(100% - 52px);
}

.toggler-logo-wrapper {
	margin-top: -10px;
	margin-bottom: -10px;
}
}

.cart-items-body .shortdescription {
	display: none;
}

.row.cart-items-header.text-accent.d-none.d-xl-flex {
	padding-top: 1rem;
}

#checkout-shipping-payment, #fieldset-payment {
	background: #fff;
	padding: 1rem;
}

.btn-outline-primary {
	background-color: #fff;
}

.btn-outline-primary:hover {
	background-color: #eee;
}

@media (max-width: 991px) {
.btn-skip-to.collapsed {
	display: none;
}

.toggler-logo-wrapper {
	top: 0;
}

#shop-logo {
	content: url("/bilder/intern/shoplogo/fridafeeling_logo_mobil.svg");
}

.categories-recursive-link.d-block.submenu-headline.submenu-headline-toplevel.\31 .nav-link.dropdown-toggle::after {
	display: none;
}

.btn.btn-secondary.btn-sm.slider-pause-btn {
	display: none;
}
}

.breadcrumb-item.breadcrumb-backtolist {
	display: none;
}

.account-icon-dropdown .dropdown-footer a {
	color: #000;
}

.estimated-delivery .estimated-delivery-info {
	color: #000;
}

.cart-items-body .cart-items-delete .cart-items-delete-button {
	color: #000;
}

.btn.btn-link.customer-login-buttons-forgot {
	color: #002e3a;
	text-decoration: none;
}

.text-decoration-underline {
	text-decoration: none;
}

.checkout-confirmation .card .checkout-confirmation-change {
	text-decoration: none;
}

.card.checkout-confirmation-shipping, .card.checkout-confirmation-billing-address, #panel-edit-comment, .card.card-gray.card-products, #checkout-shipping-payment, #fieldset-payment, #cart-dropdown-container, .dropdown-menu.dropdown-menu-right.show, #product-list, .container.frida-details, .card.card-gray.basket-summary, .row.cart-items-header.text-accent.d-none.d-xl-flex {
	box-shadow: 0px 2px 7px 0px #DDD !important;
}

.productbox-inner {
	border: none;
	box-shadow: 0px 2px 7px 0px #DDD !important;
}

@media (max-width: 991px) {
.opc-Container.shoppenbox {
	width: 100%;
}

.ziele-grid, .ziele-summary {
	width: 95%;
}

#product-list .col.product-wrapper.col-sm-6.col-md-4.col-xl-3.col-6 {
	flex: 0 0 100%;
	max-width: 100%;
}

#main-wrapper {
	padding-top: 0 !important;
	background-image: url("/bilder/intern/background.jpg");
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	background-position: center bottom;
}

#product-list {
	margin-left: 0;
	margin-right: 0;
}
}

.stepper .step::after {
	border-left-color: #ffffff;
}

#product-list .price_label.nowonly {
	padding-left: 15px;
}

.btn.btn-block.withdrawal-link.btn-primary {
	color: #153a50 !important;
	margin-bottom: 10px;
}

#product-list .price-note {
	padding-left: 15px;
}

#product-list .price_wrapper {
	height: 35px;
}

#product-list .productbox-image {
	padding-top: 10px;
}

.consent-banner-description {
	padding-left: 20px;
}

.inc-shipping-address .row.checkout-button-row {
	flex: 0 0 100%;
	max-width: 100%;
}