/* Weitere CSS-Dateien */
@import 'normalize.css';
@import 'slick.css';
@import 'slick-theme.css';
@font-face {
    font-family: SameSameButDifferent;
    src: url(https://www.youcook-food.com/fileadmin/templates/css/fonts/SameSameButDifferent.woff);
}

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('https://www.youcook-food.com/fileadmin/templates/css/fonts/open-sans-v29-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('https://www.youcook-food.com/fileadmin/templates/css/fonts/open-sans-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('https://www.youcook-food.com/fileadmin/templates/css/fonts/open-sans-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('https://www.youcook-food.com/fileadmin/templates/css/fonts/open-sans-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('https://www.youcook-food.com/fileadmin/templates/css/fonts/open-sans-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('https://www.youcook-food.com/fileadmin/templates/css/fonts/open-sans-v29-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-600 - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('https://www.youcook-food.com/fileadmin/templates/css/fonts/open-sans-v29-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('https://www.youcook-food.com/fileadmin/templates/css/fonts/open-sans-v29-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('https://www.youcook-food.com/fileadmin/templates/css/fonts/open-sans-v29-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('https://www.youcook-food.com/fileadmin/templates/css/fonts/open-sans-v29-latin-600.woff') format('woff'), /* Modern Browsers */
         url('https://www.youcook-food.com/fileadmin/templates/css/fonts/open-sans-v29-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
         url('https://www.youcook-food.com/fileadmin/templates/css/fonts/open-sans-v29-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
  }

.img-responsive {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

.customprompt {
    display: none;
    box-sizing: border-box;
    padding: 20px;
    width: 330px;
    max-width: 90%;
    color: #000;
    background-color: #fff;
    border-radius: 3px;
    position: fixed;
    top: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    z-index: 20;
}

#sharevia {
    padding: 0;
    width: 250px;
}

#sharevia ul {
    margin: 0;
    padding: 0;
}

#sharevia ul li {
    color: #000;
    text-align: left;
    position: relative;
    list-style-type: none;
    margin: 0;
    transition: 0.3s background-color;
}

#sharevia ul li:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

#sharevia ul li a {
    color: #000;
    display: block;
    padding: 15px;
}

#sharevia ul li a:hover {
    background-color: #7EC63E;
}

#sharevia ul li:first-child a {
    padding: 10px 15px;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}

#sharevia ul li img {
    position: absolute;
    top: 6px;
    right: 12px;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

#copyprompt #text,
#copyprompt input,
#copyprompt button,
#copyprompt #hint {
    font-size: 13px;
}

#copyprompt input {
    margin: 6px auto;
    width: 100%;
}

#copyprompt #hint {
    color: #888;
}

#copyprompt button {
    margin-top: 5px;
}

.produktkategorie h1 {
    transition: 0.3s color;
}

.produktkategorie:hover h1 {
    color: #7ec63e;
}

/* IMPRESSUM */

ol li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}

ol li ol {
    list-style-type: lower-latin;
}

ul li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
}

.m0-a {
    margin: 0 auto;
}

.green {
    color: #7ec63e;
}

.align-center {
    text-align: center;
}

p.left,
.align-left {
  text-align: left;
  float: none !important;
}

.align-center {
  text-align: center;
}

p.right,
.align-right {
  text-align: right;
  float: none !important;
}

.headline-line {
    position: relative;
    margin: 30px auto;
    width: 215px;
    height: 1px;
    background-color: #9c9b9d;
}

.circle {
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 100%;
    top: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

h1 {
    font-family: 'SameSameButDifferent';
    font-weight: normal;
    font-style: italic;
    color: #fff;
    text-align: center;
}

h1.small-h1 {
    font-size: 35px;
    margin-top: -5px;
    height: auto;
}

h1 a:hover {
    color: #7EC63E;
    transition: 0.2s all;
}

h1 {
    font-size: 57px;
    margin: 65px 20px 0 20px;
    height: 94px;
}

h1 a {
    transition: 0.2s all;
}

h2 {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
    color: white;
    text-align: center;
    padding: 45px 0 30px 0;
    margin: 0 0 30px 0;
    background: transparent url(../images/h1-line.png) bottom center no-repeat;
}

h3 {
    font-size: 16px;
    font-weight: 600;
    color: white;
    text-align: center;
    padding: 20px 0 0 0;
    margin: 0;
}

h4 {
    font-size: 19px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
}

p {
    font-size: 14px;
    line-height: 22px;
    padding: 0 20px;
    text-align: center;
}

ul.subnavi {
    list-style-type: none;
    margin: 0;
    padding: 0 0 10px;
    text-align: center;
}

ul.subnavi li {
    display: inline;
}

ul.subnavi li a {
    font-family: 'SameSameButDifferent';
    font-weight: normal;
    font-style: italic;
    display: inline;
    font-size: 28px;
    margin: 0 38px;
    transition: 0.2s all;
}

ul.subnavi li a:hover {
    color: #7EC63E;
    transition: 0.2s all;
}

ul.subnavi li.active a {
    color: #7EC63E;
}

/*COLS*/

/*.col-50 {
  display: inline-block;
  width: 49%;
  height: 100%;
  border: 1px solid red;
  vertical-align: top;
}*/

/*HEADER*/

header {
    background-color: rgba(0, 0, 0, 0.8);
    padding-bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 6;
}

#green {
    height: 40px;
    background-image: url(../images/green.png);
}

#green .icon:not(.last) {
    border-right: 1px solid #fff;
}

.language {
    margin-left: 25px;
}

.language div {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    background-color: #7EC63E;
    /*PALETTE:GRÜN*/
    padding: 10px 7px 4px 7px;
    border-radius: 0 0 4px 4px;
}

.language .current {
    background-color: #101415;
}

a,
a:hover {
    color: #fff;
    text-decoration: none;
    transition: 0.2s all;
}

#logo {
    margin-top: -25px;
}

#youcook {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 105px;
}

#nav-wrapper {
    float: right;
    margin-top: 10px;
}

#menu {
    display: inline-block;
    font-size: 14px;
}

#menu ul li {
    display: inline-block;
    margin: 6px;
}

#menu ul li a {
    text-transform: uppercase;
    color: #b5b6b7;
    text-decoration: none;
    font-weight: bold;
    padding: 2px;
    transition: 0.2s all;
}

#menu ul li a:hover {
    color: #fff;
    text-decoration: none;
}

#menu ul li.active a {
    color: #fff;
    border-bottom: 3px solid #7EC63E;
}

#menu li ul li {
    display: block;
}

/* Submenu */

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu li {
    display: inline-block;
    position: relative;
}

@media (min-width: 1031px) {
    #menu>ul>li {
        padding-bottom: 22px;
    }
    #menu li ul {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.25s all;
        transition: 0.25s all;
        position: absolute;
        top: 60px;
        left: 50%;
        background: #7EC63E;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
        z-index: 1000;
        width: 180px;
        padding: 10px 0;
    }

    #menu li:hover>ul {
        opacity: 1;
        visibility: visible;
        top: 44px;
    }

    #menu li ul::before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 7px 12px 7px;
        border-color: transparent transparent #7EC63E transparent;
        position: absolute;
        top: -12px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #menu li ul li a.active,
    #menu li ul li:hover a {
        color: #fff;
    }

    #menu li ul li:not(:last-of-type)::after {
        content: "";
        border-bottom: 1px solid #aecc94;
        width: 74px;
        display: block;
        margin: 10px auto;
    }

    #menu a.active,
    #menu>ul>li>a:hover {
        color: #7EC63E;
    }
}

#menu li ul a {
    color: #eee;
}

.add-shadow ul li ul {
    display: block !important;
}

#menu-mobile {
    display: none;
}

#magnifier-container {
    display: inline-block;
    position: relative;
    top: -2px;
    padding: 0 10px;
}

#magnifier {
    display: inline-block;
}

#magnifier-mobile {
    display: none;
}

#magnifier:hover,
#magnifier-mobile:hover {
    cursor: pointer;
}

#search {
    display: none;
    background: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #b5b6b7;
    padding: 2px 4px;
    font-size: 16px;
    -webkit-appearance: none;
    border-radius: 0;
}

#menu .close-menu {
    display: none;
}

/*FOOTER*/

#store-finder-wrapper {
    display: inline-block;
}

#store-finde-btn {
    font-family: "SameSameButDifferent";
    font-size: 28px;
    font-style: italic;
    font-weight: normal;
    float: right;
    padding: 0 0 0 15px;
    margin: 5px 0 0 0;
    color: #7ec63e;
    transition: 0.2s all;
    cursor: pointer;
}

#store-finde-btn:hover {
    color: white;
    transition: 0.2s all;
}

#food-icons-wrapper {
    /* float: right; */
}

#green-180 {
    position: relative;
    height: 40px;
    margin-top: 40px;
    background-image: url(../images/green-180.png);
    background-repeat: repeat-x;
}

#copyright {
    font-size: 12px;
    position: absolute;
    top: 14px;
}

#bottom-nav {
    float: right;
    margin-top: 10px;
}

#bottom-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#bottom-nav ul li {
    display: inline;
    font-size: 12px;
    padding: 0 10px;
}

#bottom-nav ul li:not(:last-of-type) {
    border-right: 1px solid #fff;
}

#bottom-nav ul li a {
    text-transform: uppercase;
}

input:focus {
    outline: none;
}

#store-finder-text {
    margin-right: 5px;
    position: relative;
    top: 3px;
}

#store-finder {
    width: 139px;
    color: #000;
    padding: 8px;
    font-size: 12px;
    border-style: solid;
    border-width: 8px;
    border-image: url(../images/textinput-border.png) 8 27 8 9 fill repeat;
}

#suchen {
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
}

#green-line-left,
#green-line-right {
    position: relative;
    bottom: 10px;
    display: inline-block;
    height: 2px;
    background-color: #7ec63e;
}

#green-line-left {
    width: 685px;
}

#green-line-right {
    width: 38px;
}

#food-icons {
    margin-left: 3px;
    margin-right: -4px;
}

/*MAIN*/

body {
    /* STICKY FOOTER */
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    /* /STICKY FOOTER */
    left: 0;
    margin: 0;
    overflow-x: hidden;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    background: #000;
    background-position: 50% 0%;
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-size: 2500px;
    color: #fff;
}

/*STICKY FOOTER*/

.site-content {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

/*/STICKY FOOTER*/

.container {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
}

.container-container {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 45px;
}

#feedback-wrapper {
    width: 189px;
    height: 188px;
    margin: 0 auto;
}

#feedback {
    width: 93%;
    height: 93%;
    margin: 0 auto;
    display: block;
    margin-top: 75px;
    transition: 0.2s all;
}

#feedback:hover {
    width: 189px;
    height: 188px;
    cursor: pointer;
}

.meals {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 82px;
    height: 370px;
    /* !QUESTIONABLE WORKAROUND! */
}

.outer-border {
    margin-top: 27px;
    width: 275px;
    border-style: solid;
    border-width: 3px 0 0;
    border-image: url(../images/green-border-top.png) 3 0 repeat;
    transition: 0.3s all;
}

.meal {
    position: relative;
    width: 275px;
    height: 190px;
    background-size: 117%;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    border: 1px solid #606061;
    transition: 0.3s all;
}

.meal .icon {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
}

.meal-text {
    position: relative;
}

.meal-text h3 {
    font-size: 15px;
    font-weight: 600;
    color: #7ec63e;
    text-align: center;
}

.meal-text p {
    position: absolute;
    top: 68px;
    font-size: 13px;
    padding: 0;
}

/*KONTAKT*/

.powermail_fieldset {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    border: none;
}

.powermail_fieldset .powermail_label,
.powermail_fieldset .powermail_legend,
.tx-powermail h3 {
    display: none;
}

.powermail_fieldset h1 {
    color: #fff;
}

.powermail_fieldset h2 {
    font-size: 16px;
    text-align: center;
}

.powermail_fieldset p {
    font-weight: 300;
}

.powermail_fieldset input[type="text"],
.powermail_fieldset input[type="email"],
.powermail_fieldset select {
    font-size: 13px;
    box-sizing: border-box;
    width: 100%;
    height: 52px;
    display: block;
    outline: none;
    color: #000;
    padding: 0 8px;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 8px;
    border-image: url(../images/kontakt-green-border.png) 6 fill repeat;
}

.powermail_fieldset input[type="submit"] {
    text-transform: uppercase;
    color: #7ec63e;
    background: transparent;
    border: none;
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin: 10px 0 75px 0;
}

.powermail_fieldset input[type="submit"]:hover {
    color: white;
    transition: 0.3s all;
}

.powermail_fieldset textarea {
    font-size: 13px;
    box-sizing: border-box;
    outline: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 160px;
    max-height: 350px;
    color: #000;
    padding: 8px;
    border-style: solid;
    border-width: 8px;
    border-image: url(../images/kontakt-green-border.png) 6 fill repeat;
    margin-bottom: 20px;
}

.powermail_fieldset .parsley-required,
.powermail_fieldset .parsley-custom-error-message {
    list-style-type: none;
    padding: 10px 0 20px 10px;
    margin: 0px;
    color: #7ec63e;
    font-style: italic;
}

.powermail_fieldset input[type="file"] {
    margin-bottom: 18px;
}

.kundenstimme {
    text-align: center;
    padding: 0 24px;
}

.kundenstimme-quote {
    font-size: 50px;
    line-height: 36px;
    color: #7ec63e;
}

.kundenstimme-name {
    font-size: 13px;
    margin-top: 18px;
    color: #7ec63e;
}

.kundenstimme-name::before {
    content: '\2014';
    color: #7ec63e;
}

.kundenstimme-text {
    font-size: 14px;
    line-height: 22px;
}

/*Suche*/

.tx-indexedsearch-searchbox,
.tx-indexedsearch-rules {
    display: none;
}

.tx-indexedsearch-whatis {
    font-size: 21px;
    font-weight: 600;
    color: white;
    text-align: center;
    padding: 45px 0 30px 0;
    margin: 0 0 30px 0;
    background: transparent url(../images/h1-line.png) bottom center no-repeat;
}

.tx-indexedsearch-browsebox p {
    text-align: left;
}

.tx-indexedsearch-redMarkup {
    color: #7ec63e;
}

.tx-indexedsearch-res .more {
    display: inline-block;
    padding: 10px 0 0 0;
}

.tx-indexedsearch-res .more a {
    color: #7ec63e !important;
    transition: 0.3s all;
    background: transparent url(../images/greenArrowRight.png) right center no-repeat;
    padding: 0 20px 0 0;
}

.tx-indexedsearch-res .more a:hover {
    color: white !important;
    transition: 0.3s all;
}

/*JOBS*/

.jobs h1 {
    color: #fff;
}

.jobs h2 {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin: 70px 0 12px 0;
    padding: 0px;
    text-align: left;
    color: white;
    text-transform: uppercase;
    background-image: none;
}

.container800,
.tx-indexedsearch-browsebox {
    width: 850px;
    max-width: 92%;
    margin: 0 auto;
}

table#jobs {
    width: 100%;
    border: none;
}

table#jobs th {
    padding: 10px 16px;
    text-align: left;
    border-top: 1px solid #7EC63E;
    border-bottom: 1px solid #7EC63E;
}

table#jobs td {
    font-size: 14px;
    padding: 10px 16px;
    font-weight: 300;
    border-bottom: 1px solid #717173;
}

table#jobs td a:hover {
    color: white !important;
    transition: 0.3s all;
}

table#jobs td:last-child:not(:only-of-type) {
    padding-right: 0;
    text-align: right;
}

table#jobs td a {
    color: #7EC63E;
}

.zurueckZurUebersicht {
    display: block;
    text-align: right;
    font-size: 14px;
    color: #7EC63E;
}

hr {
    border: none;
    height: 1px;
    color: #7ec63e;
    background-color: #7ec63e;
}

.jobs_folgeseite ul {
    margin: 0;
    margin-top: 8px;
    margin-bottom: 20px;
    padding-left: 12px;
    list-style-type: none;
    line-height: 22px;
}

.jobs_folgeseite p {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
    text-align: left;
    font-weight: 300;
}

.jobs_folgeseite li {
    font-size: 14px;
    font-weight: 300;
}

.jobs_folgeseite li:before {
    content: "- ";
}

.jobs_folgeseite p:first-of-type {
    font-weight: 400;
    margin-top: 25px;
}

.jobs_folgeseite h3 {
    font-size: 16px;
    margin-bottom: 2px;
    text-align: left;
}

/*BLOG*/

.container730 {
    width: 730px;
    max-width: 92%;
    margin: 0 auto;
}

.container730 h1,
.jobs_folgeseite h1 {
    text-align: left;
    font-size: 29px;
    margin-bottom: 7px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin: 0 0 7px 0;
    padding: 0px;
    font-style: normal;
    color: #7ec63e;
    height: auto;
}

.container730 p {
    text-align: left;
    padding: 0;
    margin-top: 22px;
}

.gepostetAm {
    font-size: 14px;
    color: #919090;
    display: block;
    margin-bottom: 27px;
}

.gepostetAm .date {
    color: #fff;
}

.container730 fieldset.title {
    width: 85%;
    max-width: 302px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    margin-bottom: 60px;
    border-top: 2px solid #7ec63e;
    border-bottom: none;
    border-left: none;
    border-right: none;
    text-align: center;
}

.container730 fieldset.title:last-of-type {
    margin-bottom: 0;
}

.container730 fieldset.title legend {
    padding: 0 17px;
    font-size: 34px;
    color: #7ec63e;
}

.jumpToTop:hover {
    cursor: pointer;
}

/*GERICHTE*/

.container800 fieldset.title {
    margin: 60px auto 25px auto;
    border: none;
    border-top: 2px solid #7ec63e;
    text-align: center;
    width: 100%;
}

.container800 fieldset.title legend {
    padding: 0 10px;
    font-size: 30px;
    font-weight: 400;
    color: #7ec63e;
}

table.artikel {
    width: 100%;
}

table.artikel td {
    width: 50%;
}

div.placeholder {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    border: 1px dashed gray;
    text-align: center;
}

div.placeholder div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

div.placeholder div:after {
    content: 'Kein Bild vorhanden';
}

table.artikel tr td:first-child .placeholder,
table.artikel tr td:first-child img {
    margin: 0 auto;
    width: 90%;
    height: auto;
    transition: 0.4s all;
}

table.artikel tr td:first-child .placeholder:hover,
table.artikel tr td:first-child img:hover {
    width: 100%;
}

.gerichte .text p {
    text-align: left;
}

.gerichte .text p.description,
.gerichte .text p.weight {
    margin: 0;
    font-weight: 300;
}

.gerichte .text p.weight,
a.zumArtikelpass {
    color: #7ec63e;
    font-size: 16px;
    font-weight: 600;
    padding: 0 20px;
    transition: 0.2s all;
}

a.zumArtikelpass:hover {
    color: #fff;
}

.gerichte h2 {
    font-size: 22px;
    text-align: center;
}

/*HIER KAUFEN*/

.gm-style-iw {
    color: #000;
    font-weight: bold !important;
}

.gm-style-iw img {
    vertical-align: bottom;
    padding-left: 7px;
    cursor: pointer;
}

.routeLink {
    color: #E43033;
    font-weight: normal;
    text-decoration: underline;
    padding-left: 9px;
    padding-right: 4px;
}

.hier_kaufen {
    position: relative;
    margin: 30px auto 40px auto;
    padding: 0;
}

#above-map {
    text-align: center;
    width: 393px;
    max-width: 92%;
    margin: 0 auto;
}

.headline {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#weitere-infos {
    text-transform: uppercase;
    color: #7EC63E;
    transition: 0.2s all;
}

#weitere-infos:hover {
    color: #fff;
    cursor: pointer;
}

#weitere-infos-hint {
    display: none;
    width: 960px;
    max-width: 80%;
    position: absolute;
    top: 145px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 5px;
    padding: 25px;
    background: #fff;
    color: #000;
    z-index: 5;
}

.triangleWhite {
    position: absolute;
    top: -14px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8.5px 14.7px 8.5px;
    border-color: transparent transparent #ffffff transparent;
}

.input-field {
    background: #fff;
    box-sizing: border-box;
    position: relative;
    border-width: 8px;
    border-style: solid;
    border-image: url(../images/kontakt-green-border.png) 8 repeat;
    width: 100%;
    padding: 7px 12px;
    text-align: left;
    margin-bottom: 15px;
}

.input-field input {
    background: #fff;
    width: 92%;
    outline: none;
    color: #000;
    padding: 0;
    border: none;
}

.input-field img {
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 10px;
}

#map-wrapper {
    position: relative;
}

#map-wrapper .input-field {
    display: none;
}

#map {
    background: #ddd;
    border: none;
    width: 100%;
    height: 300px;
    height: 65vh;
}

.container625 {
    width: 625px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 45px;
}

.online-kaufen {
    text-align: justify;
    margin-top: 45px;
}

.online-kaufen:after {
    content: "";
    width: 100%;
    display: inline-block;
}

.online-kaufen>div {
    display: inline-block;
    margin-bottom: 25px;
}

.online-kaufen p {
    color: #7EC63E;
}

.green-arrow-down {
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21.7px 12.5px 0 12.5px;
    border-color: #7ec63e transparent transparent transparent;
    border-radius: 3px;
}

/* ÜBER UNS */

.col-50 {
    box-sizing: border-box;
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
}

.portrait {
    text-align: right;
    margin: 80px 0;
}

.portrait>div:first-of-type {
    padding-right: 27px;
}

.portrait>div:nth-of-type(2) {
    padding-left: 27px;
}

.portrait .name {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
}

.portrait .description {
    font-size: 14px;
    font-weight: 300;
}

.line-with-dot {
    position: relative;
    margin: 30px 2px 30px auto;
    width: 130px;
    height: 1px;
    background-color: #9c9b9d;
}

.line-with-dot .dot {
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 100%;
    top: -3px;
    left: 124px;
}

.portrait .right {
    float: right;
    padding-left: 27px;
    text-align: left;
}

.right .line-with-dot {
    margin: 30px auto 30px 2px;
}

.right .line-with-dot .dot {
    left: 0;
}

.job-circle {
    box-sizing: border-box;
    position: relative;
    width: 130px;
    height: 130px;
    margin: 0 auto 40px auto;
    background: #fff;
    border: 8px solid #7EC63E;
    border-radius: 100%;
}

.job-circle .job-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #7EC63E;
    font-weight: 600;
    font-size: 23px;
    text-transform: uppercase;
}

.job-circle .arrow-down {
    position: absolute;
    left: 46px;
    bottom: -23px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17.3px 10px 0 10px;
    border-color: #7EC63E transparent transparent transparent;
}

.yt-video {
    width: 100%;
    height: 44vw;
    max-height: 500px;
}

p a,
#weitere-infos-hint a {
    text-decoration: underline;
    color: #7EC63E;
}

table a {
    text-decoration: none;
}

#mc_embed_signup_scroll {
    text-align: center;
}

#mce-EMAIL {
    box-sizing: border-box;
    width: 380px;
    max-width: 85%;
    height: 52px;
    display: inline-block;
    outline: none;
    color: #000;
    padding: 0 8px;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 8px;
    border-image: url(../images/kontakt-green-border.png) 6 fill repeat;
    margin-top: 20px;
}

#mc-embedded-subscribe {
    text-transform: uppercase;
    color: #7ec63e;
    background: transparent;
    border: none;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.qtip {
  max-width: 320px;
}

/* SUCHE */

#tx_indexedsearch {
    display: inline-block;
}

.tx-indexedsearch-res table#jobs {
    margin-bottom: 20px;
}

.tx-indexedsearch-res table#jobs th {
    text-align: center;
    border-bottom: none;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 1%, rgba(255, 255, 255, 0.2) 42%, rgba(255, 255, 255, 0.2) 58%, rgba(255, 255, 255, 0.05) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dffffff', endColorstr='#0dffffff', GradientType=1);
    /* IE6-9 */
}

.tx-indexedsearch-res table#jobs td {
    background: linear-gradient(to right, rgba(204, 204, 204, 0.01) 0%, rgba(204, 204, 204, 0.1) 12%, rgba(204, 204, 204, 0.1) 88%, rgba(204, 204, 204, 0.01) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03cccccc', endColorstr='#03cccccc', GradientType=1);
    /* IE6-9 */
}

/*slider*/

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    font-size: 12px;
    color: #7ec63e;
    transition: 0.2s all;
}

.yt-gdpr-loader {
    background-color: #181818;
}

.yt-gdpr-loader-container,
.store-finder-prompt-container {
    height: 100%;
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    gap: 22px;
}

.store-finder-prompt {
    height: 65vh;
    background-image: url('/fileadmin/templates/images/store-finder-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.store-finder-prompt-container {
    max-width: 600px;
    cursor: default;
}

.store-finder-prompt-text,
.store-finder-prompt-button {
    font-size: 18px;
    line-height: initial;
}

.store-finder-prompt-button {
    text-transform: uppercase;
    background-color: #7ec63e;
    padding: 11px 22px;
    transition: 0.25s background-color;
}

.store-finder-prompt-button:hover {
    background-color: #62a528;
}

/*RESPONSIVE*/

/*@media (max-width: 2000px) {
  body {
    -webkit-background-size: initial;
    background-size: initial;
  }
}*/

/*@media (min-width: 2300px) {
  body {
    -webkit-background-size: initial;
    background-size: initial;
    background-repeat: repeat-y;
  }
}
*/

@media (min-width: 1200px) {
    .produktkategorie img {
        width: 75%;
        transition: 0.4s all;
    }
    .produktkategorie:hover img {
        width: 85%;
    }
}

.slick-slide {
    position: relative;
}

.moodbildtext {
    text-transform: uppercase;
    position: absolute;
    top: 167px;
    left: 70px;
    font-size: 25px;
}

.fb-like {
    float: right;
    margin: 30px 50px -65px 0;
}

.socialshareprivacy {
    margin-right: 75px;
}

.social_share_privacy_area {
    float: right;
}

li.settings_info {
    display: none;
}

@media (min-width: 1030px) {
    .meal:hover {
        background-size: 125%;
    }
}

@media (max-width: 1030px) {
    #food-icons-wrapper {
        text-align: center;
    }
    .fb-like {
        float: none;
        margin: 0 auto;
        display: block !important;
        width: 280px;
    }
    /*NAV*/
    #uid7 {
        box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.4);
    }
    #menu {
        z-index: 10;
        background-color: #fff;
        top: 0;
        left: -285px;
        height: 100%;
        position: fixed;
        width: 285px;
        overflow: auto;
    }
    #menu.add-shadow {
        box-shadow: 6px 0px 10px 0px rgba(0, 0, 0, 0.4);
    }
    #menu ul {
        margin: 0;
        padding: 0;
    }
    #menu ul>li {
        margin: 0;
        display: inline;
    }
    #menu ul li a {
        color: #000;
        display: block;
        font-weight: 600;
        margin: 0;
        border-left: 8px solid #fff;
        border-bottom: 1px solid #e0e1e2;
        line-height: 45px;
        padding-left: 13px;
    }
    #menu ul li.active a {
        border-bottom: 1px solid #e0e1e2;
        border-left: 6px solid #7EC63E;
    }
    #menu ul li.active ul li a {
        color: #000;
    }
    #menu ul li.active ul a.active {
        color: #fff;
    }
    #menu ul li a:hover {
        color: initial;
    }
    #menu ul li.active>a {
        color: #7EC63E;
    }
    #menu ul>li,
    #menu ul>a:last-child li {
        border-bottom: none;
    }
    #menu .close-menu {
        background-color: #7EC63E;
        text-align: right;
        padding-right: 13px;
        padding-top: 8px;
        height: 33px;
        font-size: 27px;
        font-weight: 400;
        color: #fff;
        border-bottom: 1px solid #e0e1e2;
        cursor: pointer;
        transition: 0.2s all;
    }
    #menu .close-menu:hover {
        color: #000;
    }
    #menu .close-menu {
        display: block;
    }
    /* UNTERMENÜ */
    #menu ul ul .close-menu {
        display: none;
    }
    #menu ul ul a {
        padding-left: 20px !important;
        background-color: #ccc;
        border-left: 8px solid #ccc;
    }
    /* /UNTERMENÜ */
    #menu-mobile {
        display: inline-block;
        margin-right: 25px;
        cursor: pointer;
    }
    #magnifier-container {
        top: 20px;
        margin-right: 20px;
    }
    #magnifier {
        display: none;
    }
    #magnifier-mobile,
    #search {
        position: relative;
        top: -6px;
    }
    #magnifier-mobile {
        display: inline-block;
    }
    /*FOOTER*/
    #greenfill {
        width: 100%;
        height: 50px;
        background-color: #7ec63e;
    }
    #green-line-left {
        width: 50%;
    }
    #green-line-right {
        width: 20px;
        margin-right: 42px;
    }
    #store-finder-text {
        margin-left: 42px;
    }
    #copyright {
        position: relative;
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }
    #bottom-nav {
        float: none;
        text-align: center;
    }
    /*MAIN*/
    .outer-border {
        width: 506px;
        max-width: 85vw;
        margin: 0 auto;
    }
    .meals {
        display: block;
        height: auto;
    }
    .meal {
        width: 506px;
        height: 250px;
        background-position: 50% 0;
        background-size: cover;
        margin: 0 auto;
    }
    .meal-text p {
        position: relative;
        top: 0;
    }
    .outer-border:not(:last-of-type) .meal-text p {
        margin-bottom: 72px;
    }
    /* HIER KAUFEN */
    #map-wrapper .input-field {
        position: absolute;
        z-index: 4;
        top: 15px;
        left: 15px;
        width: 250px;
        max-width: 70%;
        display: block;
    }
    .headline,
    #above-map .input-field {
        display: none;
    }
    #weitere-infos-hint {
        top: 42px;
    }
}

@media (max-width: 960px) {
    .col-50 {
        display: block;
        float: none !important;
        margin: 0 auto;
        width: 450px;
        max-width: 90%;
    }
    .spacer {
        display: none;
    }
    #feedback-wrapper,
    #feedback,
    #feedback:hover {
        width: 135px;
        height: 135px;
    }
}

@media (max-width: 760px) {
    footer .container-container {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    #store-finder-wrapper {
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        margin: 0 auto;
    }
    #food-icons-wrapper {
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    #green-line-right,
    #green-line-left {
        margin-right: 0;
        width: 10vw;
    }
    #store-finder-text,
    #suchen {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    #store-finder {
        display: block;
        margin: 0 auto;
        margin: 11px auto;
    }
    #store-finde-btn {
        float: none;
        text-align: center;
        padding: 0;
    }
    .meal {
        max-width: 85vw;
    }
    ul.subnavi li {
        display: block;
        margin: 0 auto 25px auto;
    }
    .online-kaufen {
        display: block;
        text-align: center;
    }
}

@media (max-width: 582px) {
    #logo {
        width: 60px;
    }
    #youcook {
        width: 100px;
        position: relative;
        top: -14px;
        left: auto;
    }
    #magnifier-container {
        top: 4px;
        margin-right: 5px;
    }
    table.artikel td {
        display: block;
        width: 100%;
    }
    table.artikel td.text,
    table.artikel td.text * {
        text-align: center;
    }
    .container800 fieldset.title legend {
        font-size: 25px;
    }
    /* STOP BEING A TABLE */
    table#jobs,
    table#jobs thead,
    table#jobs tbody,
    table#jobs th,
    table#jobs td,
    table#jobs tr {
        display: block;
    }
    /* HIDE TH */
    table#jobs th {
        display: none;
    }
    table#jobs tr {
        border-bottom: 3px solid #7EC63E;
    }
    table#jobs td {
        /* Behave  like a "row" */
        position: relative;
        padding-left: 35%;
    }
    table#jobs td:before {
        font-weight: 600;
        position: absolute;
        /* Top/left values mimic padding */
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    /* LABEL */
    table#jobs td:nth-of-type(1):before {
        content: "Stelle";
    }
    table#jobs td:nth-of-type(2):before {
        content: "Einsatzort";
    }
    table#jobs td:nth-of-type(3):before {
        content: "Kategorie";
    }
    .yt-gdpr-loader .yt-gdpr-loader-play {
      width: 64px;
      height: 45px;
    }
    .yt-gdpr-loader .yt-gdpr-loader-text {
      font-size: 11px;
      line-height: initial;
    }
}

@media (max-width: 360px) {
    footer {
        margin-top: 10px;
    }
    #green-line-right,
    #green-line-left {
        width: 10px;
    }
    #bottom-nav ul li,
    #copyright {
        font-size: 10px;
    }
}

/* iOS vh fix für Karte bei "Hier kaufen" */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    #map {
        height: 300px;
    }
}