* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: DontGrowUp;
    src: url(/templates/style/assets/fonts/CFIDontWanttoGrowUp-Regular.ttf);
}

@font-face {
    font-family: chickenskratchez;
    src: url(/templates/style/assets/fonts/chickenskratchez.ttf);
}

@font-face {
    font-family: Montserrat-400;
    src: url(/templates/style/assets/fonts/Montserrat-Regular-400.otf);
}

@font-face {
    font-family: Montserrat-500;
    src: url(/templates/style/assets/fonts/Montserrat-SemiBold-500.otf);
}

@font-face {
    font-family: Montserrat-600;
    src: url(/templates/style/assets/fonts/Montserrat-Bold-600.otf);
}



.dontgrowup {
    font-family: DontGrowUp;
    color: #101f70;
}

.blue {
    color: #101f70;   
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-family: "Montserrat-400", sans-serif;
    color: #777;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    /*
  background: url(../img/hellerbg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
 background-color: #E3E3E3;
 */
}
a {
    color: #663634;
}
a:hover {
    color: #663634 !important;
}

/*a:focus, */.btn:active:focus, .btn:focus {
    outline: none;
    background-color: #3f9720 /*!important*/;
}
hr {
    border: 0;
    border-top: 1px solid #CCC;
}
h1[id]:before,
h2[id]:before,
h3[id]:before,
h4[id]:before,
h5[id]:before,
h6[id]:before {
    display: block;
    content: " ";
    margin-top: -40px;
    height: 40px;
    visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #663634;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

h1 {
    font-size: 1.5em;   
}

h2 {
    font-size: 1.33em;
}

h3 {
    font-size: 14px !important;   
}

.a-text{
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

label {
    font-weight: 400;
}

.control-label {
    font-family: 'Montserrat-600';
}

label[for="low-carb"], label[for="high-protein"], label[for="vegetarian"], label[for="vegan"] {
    padding-left: 25px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
    -moz-user-select: none; 
    font-family: Montserrat-500;
}

label[for="low-carb"] {
    background-image: url("/templates/style/assets/img/checkbox-low-carb.png");  
}

label[for="high-protein"] {
    background-image: url("/templates/style/assets/img/checkbox-high-protein.png");  
}

label[for="vegetarian"] {
    background-image: url("/templates/style/assets/img/checkbox-vegetarian.png");  
}

label[for="vegan"] {
    background-image: url("/templates/style/assets/img/checkbox-vegan.png");  
}

input[type="checkbox"]:checked + label[for="low-carb"], input[type="checkbox"]:checked + label[for="high-protein"], input[type="checkbox"]:checked + label[for="vegetarian"], input[type="checkbox"]:checked + label[for="vegan"] {
    background-position: 0 -20px;
    color: #663634;
}

input#low-carb,input#high-protein, input#vegetarian,input#vegan {
    display: none;   
}

input[type="checkbox"] {
    margin: 4px 4px 0 0;
}
.select-container {
    position: relative;
    border: 1px solid #CCC;
    background: #EEE;
}
.select-container:after {
    content: '▾';
    position: absolute;
    right: 10px;
    top: 7px;
}
select {
    /*-webkit-appearance: initial;*/
    border-radius: 0;
    /*border: 0;*/
    background: transparent;
    width: 100%;
    padding: 7px 22px 7px 12px;
}

/* Utilities */

.button {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: none;
    white-space: nowrap;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    background: #5aaf52;
    background: -moz-linear-gradient(top, #5aaf52 0%, #4c9345 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5aaf52), color-stop(100%, #4c9345));
    background: -webkit-linear-gradient(top, #5aaf52 0%, #4c9345 100%);
    background: -o-linear-gradient(top, #5aaf52 0%, #4c9345 100%);
    background: -ms-linear-gradient(top, #5aaf52 0%, #4c9345 100%);
    background: linear-gradient(to bottom, #5aaf52 0%, #4c9345 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5aaf52', endColorstr='#4c9345', GradientType=0);
    color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0);
    text-decoration: none;
}
.button:hover {
    color: #FFF;
    text-decoration: none;
}
.button--large {
    font-size: 18px;
}
.button_margin_button {
    margin-bottom: 10px;
}

.ingredient-list {
    padding: 0 0 0 15px;   
}

.ingredients {
    margin: 15px 0 5px 0; 
    font-size: 16px;
    text-transform: uppercase;
}
.list li {
    margin-bottom: 6px;
}
.products__filters-item > label {
    text-transform: uppercase;
    letter-spacing: 1px;
}
.list--unstyled {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.list--inline li {
    display: inline-block;
    margin-right: 10px;
}
.list--benefits {
    padding-left: 5px;
    margin-bottom: 10px;
}
.list--benefits li {
    position: relative;
    padding-left: 1.4em;
    margin-bottom: 0.4em;
}
.list--benefits li:before {
    content: '✔';
    position: absolute;
    left: 0;
    top: 0;
    color: #61ad47;
}

.benefit-item-list {
    margin-bottom: 10px;   
}

.benefit-item {
    text-transform: uppercase;
}

.small-heading {
    font-size: 0.8em !important;
    color: #ccc !important;
    margin-bottom: 25px !important;
    <!--margin: 0 !important;-->
}

.p-heading {
    font-weight: bold;
    text-transform: uppercase;
    color: #57b24e;
}

.small-text {
    font-size: 0.75em;   
}
.text--normal {
    font-weight: normal;
}
.text--right {
    text-align: right;
}
.text--center {
    text-align: center;
}
.text--muted {
    color: #999;
}
.image--framed {
    border: none;
    box-shadow: none;
}
.boxed {
    border: 10px solid #E6E6E6;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.btn {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 11px;
}

.btn.brown {
    color: #663634 !important;
    border-color: #663634 !important;
}
#btn-inverse {
    color: #fff !important;
    background-color: #61ad47;
    border: 1px solid #fff;
    padding: 1%;
    width: 25%;
    margin: 0 auto;
    min-width: 100px;
    font-size: 2em;
}
.btn-inverse {
    color: #fff;
    border: 1px solid #fff;
    padding: 1.5%;
    text-align: center;
}
.btn,
.button {
    background: #fff repeat scroll 0% 0% /*!important*/;
    color: #61ad47 !important;
    border: 1px solid #61ad47 !important;
    border-radius: 0 !important;
}
.btn-pm {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}
.btn-more {
    display: block;
}

.btn-addtocart {
    margin-top: 10px;
}

.btn-addtocart:focus {
    background: unset !important;
}

#buybutton {
    width: 100%;   
}

.btn-filled {
    background-color: #5CB85C /*!important*/;
    color: #fff !important;
    border: none !important;
}

.btn-info:hover{
	background-color: #5cb85c;
	color: #fff !important;
}

.btn-primary:hover{
	background-color: #5cb85c;
	color: #fff !important;
}

.modal-body > .home-box__form > #plz {
}

label[for="coupon"] {
    font-size: 12px;
}

.modal-body {
    padding: 0 15px;
}   
.benefit-hr:last-child {
    display: none;
}
.zip-btn {
    border-radius: 0 100px 100px 0 !important;
}

/* Breadcrumb */

.breadcrumb {
    padding: 10px 0;
    background: #FAFAFA;
    border-bottom: 0px;
}
.breadcrumb__item {
    position: relative;
    padding-right: 20px;
}
.breadcrumb__item:after {
    position: absolute;
    content: '>';
    right: 0;
    top: 0;
}
.breadcrumb__item:last-child:after {
    display: none;
}

.breadcrumb__item-link{
    color: #663634;
}

/* Header */

nav,
.nav-collapse ul,
.nav-collapse li {
    display: inline !important;
}

#nav {
    position: relative;
}

.nav>li>a:focus, .nav>li>a:hover{
	background-color:unset;
}

.navbar-header {
    width: 100% !important;
    float: none !important;
}

.navbar-nav {
    float: none !important;
}

.header {
    /*background: #FFF;
    padding: 10px;
    border-bottom: 1px solid #EEE;*/
}
#header {
    padding: 10px 0;  
    text-align: center;
}
.header__logo {
    display: inline-block;
}

.header__navigation {
    display: inline-block;
    vertical-align: top;
}
.header__navigation-item {
    display: inline-block;
    font-size: 14px;
    font-family: 'Montserrat-600';
    text-transform: uppercase;
    vertical-align: top;
}
.header__navigation-link {
    color: #888;
    text-decoration: none;
    padding: 12px 24px;
    display: inline-block;
    letter-spacing: 1.2px;
}
.header__navigation-link:hover {
    color: #5CB85C;
    text-decoration: none;
}

.header__navigation-link.active {
    color: #663634;
}

.cart_button > .header__navigation-link.active {
    color: #fff;
}
.fallback {
    display: none;
    top: 40px;
    z-index: 1020;
}

.cart_button > a,
.cart_button > a:hover {
    background-color: #5CB85C;
    color: #fff;
}
.order > a {
    color: #61ad47;
    border: 1px solid #61ad47 !important;
}
.home-teaser {
    padding: 0;
    background: #F3F3F3;
    background: url('https://i0.wp.com/www.eatclever.de/gesund/wp-content/uploads/2016/11/frontpage.jpg') no-repeat center -5vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 95vh;

}

/* FRONTPAGE */

.home-box {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding: 25px 40px;
    background: rgba(255,255,255, 0.8);
    margin-top: 10vh;
}

.home-box__headline,
.home-box__claim {
    font-weight: normal;
    color: #663634;
    text-transform: uppercase;
}
.home-box__headline {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 2.2em;
    font-family: 'Montserrat-600';
    letter-spacing: 3px;
}
.mobile_headline {
    font-size: 20px;
}
.home-box__claim {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 1.2em;
}
.home-box__form {
    margin-bottom: 20px;
    text-align: center;
}
.home-box__form-input,
.home-box__form-button {
    display: inline-block;
    vertical-align: top;
}
.home-box__form-input {
    padding: 7px 10px;
    font-size: 14px;
    margin-right: -5px;
    width: 60%;
    border: 1px solid #CCC;
    line-height: 1.4;
    border: 1px solid #61ad47;
}
.home-box__form-button {
    width: 40%;
    font-size: 14px;
    background: #61ad47 repeat scroll 0% 0% !important;
    text-shadow: none !important;
    color: #fff !important;
    border-radius: 0 100px 100px 0;
}
.home-box__benefits {
    margin: 20px 0;
    font-size: 16px;
}
.home-benefit-boxes {
    margin-top: 35px;
    margin-bottom: 20px;
}
.home-delivery-areas__cta {
    width: 100% !important;
    margin: 0 !important;
    padding: 4% 2%;
}
.home-delivery-areas {
    margin-top: 30px;
}

.cta-box {
    padding: 2.75% 0 2.75% 0;
}

.cta-text {
    color: #101f70 !important;
    font-size: 2em !important;
    font-family: DontGrowUp;
}

.btn-cta {
    border: 1px solid #101F70;
    padding: 1%;
    width: 25%;
    min-width: 100px;
    font-size: 2em;
    margin: 0 auto;
}

.btn-cta > a {
    color: #101F70;   
}

.home-delivery-areas__order-btn {
    background: none !important;
    border-radius: 0 !important;
    text-shadow: none !important;
    border-color: #fff !important;
}
.order-bar {
    color: #fff;
}
.home-benefit-boxes__image {
    width: 40%;
}
#pan {
    margin-left: 30px;
}
.home-benefit-boxes__image--2 {}

.home-benefit-boxes__headline {
    font-family: DontGrowUp;
    text-transform: uppercase;
    color: #101f70;
    margin-bottom: 10px;
    font-size: 1.5em;
}

.benefit-reason {
    text-align: left;
    line-height: 1.4;
    letter-spacing: .2px;
    font-size: 13px;
}

.bigger-text {
    font-size: 1.4em; 
}


.home-benefit-boxes__paragraph {
    line-height: 1.4;
    margin-top: 5px;
}
.home-delivery-areas__map {
    margin-top: 40px;
    height: 500px;
}
.home-delivery-areas__teaser {
    margin: 40px 0 0;
    font-size: 22px;
}
.home-delivery-areas__teaser-button {
    margin-left: 10px;
}

.home-benefit__headline {
    font-size: 1.6em;
    text-align: center;
}

/*.home-benefit__headline::first-line {
    font-size: 0.8em;
}*/

#home-benefit__headline {
    margin-bottom: 12px;
}
.zip-input {
    width: 30%;
}

/* Products */

.mood-img {
    width: 100%;
    background-image: url("https://i1.wp.com/www.eatclever.de/blog/wp-content/uploads/2015/08/IMG_8492_edit.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 20vh;
    display: table;
}

.products__item {
    margin-bottom: 40px;
    background: #FFF;
}

.first-line {
    width: 1.24%;
    float: left;
}

.table-line {
    margin-right: 1%;  
    width: 1.1% !important;
}

.long-line {
    width: 0.6%;
    float: left;
}

.bottom-line {
    width: 100%;   
}

.products__item-body {
    padding: 10px 0;
}
.products__item-headline {
    min-height: 35px;
}
.products__item-headline-link {
    color: #663634;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    font-family: 'Montserrat-600';
    letter-spacing: 1.5px;
}
.products__item-headline-link:hover {
    color: #61ad47;
}

.nav > li > a:hover {
    background-color: transparent;   
}

.cart_button > a:hover {
    background-color: #61ad47 !important;
}

.products__item-category {}
@media (min-width: 768px) {
    .products__headline {
        margin: 10px 0;
        font-size: 16px;
        font-weight: bold;
    }
}
@media (min-width: 992px) {
    .products__headline {
        margin: 10px 0;
        font-size: 16px;
        font-weight: bold;
        color: #555;
    }
}
.products__item-price {
    font-size: 13px;
    font-weight: bold;
    color: #999 !important;
    width: 100%;
    <!--background: transparent url("/templates/style/assets/img/add-to-basket-button.jpg") no-repeat scroll center center !important;-->
    border: 0px !important;
    
}

.btn-add-to-cart-full, .btn-add-to-cart {
    border: unset !important;
    border: 0px !important;
    background: transparent url("/templates/style/assets/img/add-to-basket-button.jpg") no-repeat scroll center center !important;
}

.dropup {
    width: 100%;
}

.no-variation {
    margin-right: 3px;
}

.products__filters-headline {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Montserrat-500' !important;
}

.btn-filter,
.btn-more {
    margin-bottom: 15px;
    color: #fff !important;
    border-color: #aaa !important;
    background-color: #aaa !important;
    width: 100%;
}
.btn-more > a {
    color: #aaa !important;
}

.btn-addremove {
        padding: 4px 12px;   
}
.btn-addremove:first-child {
    margin-bottom: 5px;       
}

/* Product */

.product__price {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-desc {
    line-height: 1.2;   
}

.product__headline {
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 0.08em !important;
}

.bullet-point {
    color: #5CB85C;
    font-size: 1.5em;   
}

.product__buy-button {
    font-size: 1.2em;
    text-transform: uppercase;
    font-family: 'Montserrat-600';
}
.small_list {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.1;
}

.green-btn {
    color: #fff !important;
    background-color: #5CB85C !important;
    border: none !important;
}

.brown {
    color: #663634;
}

.kcalcomp {
    width: 70%;   
}

.kcalcomptext {
    font-size: 1.15em;
    margin: 10px 0 0 0; 
}

/*Thanks - Bestellung abgeschlossen*/
.thanks-box {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding: 68px 40px;
    background: #FFF;
	margin: 30px;
}
.product-information {
    margin-bottom: 20px;
    min-height: 82px;
}
#opening-hours {
    border: 1px solid #61ad47;
    padding: 2% 1%;
    color: #61ad47;
    text-align: center;
    font-size: 13px;
}

/*Fragen & Antworten*/
.question_color {
    color: #5CB85C;
}

/*-------------- KNOWN FROM --------------*/
.knownfrom {
    color: #666 !important;
    font-size: 1.75em !important;
}
#knownfrom {
    background-color: #fff !important;
    padding-bottom: 2.5% !important;
}
.ndr-logo,
.mopo-logo {
    width: 110px;
}
.haz-logo {
    width: 220px;
}
.vertical-align {
    display: flex;
    flex-direction: row;
}
.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
    display: flex;
    align-items: center;
    /* Align the flex-items vertically */
    
    justify-content: center;
    /* Optional, to align inner flex-items 
                              horizontally within the column  */
}

/*-------------- BENEFITS -----------------*/
.icons {
    margin: 0px auto !important;
    height: 65px;
    width: 65px;
    background-color: #eee;
}
#pan {
    background: transparent url("https://i1.wp.com/www.eatclever.de/gesund/wp-content/uploads/2015/10/pfanne.png") no-repeat scroll center center;
    background-size: 100%;
}
#bag {
    background: transparent url("https://i1.wp.com/www.eatclever.de/gesund/wp-content/uploads/2015/10/tasche.png") no-repeat scroll center center;
    background-size: 100%;
}
#thumb {
    background: transparent url("https://i1.wp.com/www.eatclever.de/gesund/wp-content/uploads/2015/12/thumbsup.png") no-repeat scroll center center;
    background-size: 80%;
}

/*-------------- TESTIMONIAL --------------*/
.testimonial-img {
    border-radius: 100px;
    width: 100px;
    margin: 0 10px;
}
.testimonial-name {
    color: #333;
    margin: 0;
}
.testimonial-text {
    padding: 5%;
    background-color: #f6f6f6;
    border-radius: 10px;
}
.testimonial-job {
    font-size: 0.8em;
}
.no-center {
    text-align: left;
}

/*-------------- ABOUT US --------------*/
.team-img {
    border-radius: 100px;
}

/*-------------- CART --------------*/
.explain_delpart {
    display: none;
    margin-top: 20px;
}
.form-control::-moz-placeholder {
    color: #c9c9c9;
}
.form-control:-ms-input-placeholder {
    color: #c9c9c9;
}
.form-control::-webkit-input-placeholder {
    color: #c9c9c9;
}

.form-control {
    border-radius: 0;   
}
.ok_space {
    padding-bottom: 15px;
}

.grey-bg {
    padding: 4px !important;
    letter-spacing: 0.4px;
}

.mindiff {
    font-size: 0.8em;   
}

/*-------------- FOOTER --------------*/
.prefooter {
    background-color: #fff;
    padding: 2% 0;
}

.footer-header {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat-600';
}
.footer {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 80px;
}
.footer-link > a {
    color: #A4A5AD;
}
.footer-link > a:hover {
    color: #53545B;
}
.footer-link {
    list-style: none;
    display: block;
}
.footer-link:last-child {
    margin-right: 0px;
}
#footer-link-list {
    padding: 0;
}

.footer-padding {
    padding-left: 30px !important;
}   

#payment-logos {
    margin-top: 20px;
}
#paypal {
    width: 100px;
}
.socicons {
    margin-bottom: 20px;
}
.haz-logo,
.ndr-logo,
.mopo-logo,
.grayscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(1);
}

/* ----------- HIDDEN CHAMPIONS ------------- */
.nodisplay {
    display: none;
}
a:hover {
    text-decoration: none !important;
}

/* ----------- BOOTSTRAP CUSTOMISATIONS ------------- */

/*.jumbotron {
    padding-bottom: 0 !important;
    padding-top: 10px !important;
    margin-bottom: 0 !important;
}*/
.jumbotron {
    margin-bottom: 0 !important;
}
.dropdown-backdrop {
    <!--background-color: #000 !important;-->
}

.btn:active {
    box-shadow: unset !important;   
}
