/* ======================
   EDEKA WEINLE CSS Setup
   ======================*/

/* --- INCLUDE LOCAL FONT Noto Sans --- */

/* noto-sans-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/noto-sans-v27-latin-200.eot'); /* IE9 Compat Modes */
  src: url('../fonts/noto-sans-v27-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-v27-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-v27-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-v27-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-v27-latin-200.svg#NotoSans') format('svg'); /* Legacy iOS */
}

/* noto-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/noto-sans-v27-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/noto-sans-v27-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-v27-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-v27-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-v27-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-v27-latin-300.svg#NotoSans') format('svg'); /* Legacy iOS */
}

/* noto-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/noto-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-v27-latin-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
}

/* noto-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/noto-sans-v27-latin-italic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/noto-sans-v27-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-v27-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-v27-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-v27-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-v27-latin-italic.svg#NotoSans') format('svg'); /* Legacy iOS */
}

/* noto-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/noto-sans-v27-latin-500.eot'); /* IE9 Compat Modes */
  src: url('../fonts/noto-sans-v27-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-v27-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-v27-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-v27-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-v27-latin-500.svg#NotoSans') format('svg'); /* Legacy iOS */
}

/* noto-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-v27-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/noto-sans-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-v27-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-v27-latin-700.svg#NotoSans') format('svg'); /* Legacy iOS */
}

/* rubik-dirt-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik Dirt';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rubik-dirt-v2-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* --- Common Definitions --- */

/* fonts */

h1,h2 {
    font-family: 'Noto Sans';
    font-weight: 400;
    font-size: 2.5rem;
}

h3 {
    font-family: 'Noto Sans';
    font-weight: 400;
    font-size: 2.1rem;
}

h4,h5,h6 {
    font-family: 'Noto Sans';
    font-weight: 400;
    font-size: 1.8rem;
}

.chalk {
    font-family: 'Rubik Dirt';
    font-weight: 400;
}
    
body,p { 
    font-family: 'Noto Sans';
    font-weight: 300;
    font-size: 1.2rem;
    color: #000000 !important;
}

p a { 
font-weight: 500;
}

.txt-color-black a {
  color: #000000;
}

.header {
  background-image: url('../../images/bg.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.header.cloned {
  background: #212529;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: no-repeat;
    background-image: url('../../images/bg.jpg');
  background-position: center top;
  background-size: cover;
}

#bottom {
  background-image: url('../../images/bg.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

#footer {
  background-image: url'../../images/bg.jpg');
  background-position: center bottom;
    background-position-x: center;
    background-position-y: bottom;
  background-repeat: no-repeat;
}

.mainmenu ul li a {
  font-family: 'Noto Sans';
  font-size: .9rem;
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
}

.mainmenu ul li a.active.a-level_1 {
  font-weight: 600;
}

.header .mod_socials {
  margin-left: 20px;
}

.back {
  padding-top: 20px;
  font-weight: 500;
  font-size: 1rem;
}

#aktionen .block {
  margin-bottom: 30px;
}

/* @media only screen and (max-width: 767px){
body, p {
  font-size: 1rem;
  line-height: 26px;
 }
} */

/* Image Captions */
.image_container .caption {
  background: #ffffff;
  color: #d2d1d178;
  padding: 8px 0;
  font-size: .5rem;
  border-radius: 3px;
  line-height: 1.3;
  display: inline-block;
  margin-top: 5px;
}

#bottom .inside {
  font-size: 1rem;
  color: #fff
}

#bottom .inside a {
  font-size: 0.9rem;
  color: #fff
}

#bottom .inside .right a {
  margin-left: 0;
}

.valign-middle * {
  vertical-align: middle;
}

.font-size-xxs, .font-size-xxs p {
  font-size: 1.1rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px){
.font-size-m, .font-size-m p {
  font-size: 2rem;
 }
}

/* &uuml;ber uns */

#ueber-uns .autogrid_row.gutter_s > div, .autogrid_wrapper.gutter_s > div {
  padding-left: 7px;
  padding-right: 7px;
}

#ueber-uns .ce_image_text_box.version2 {
  border: 1px solid rgb(235,237,235);
  border-radius: 3px;
  height: 100%;
}

#ueber-uns .ce_image_text_box.version2 .ce_image_text_box_content_outside {
  padding: 25px 25px 0 25px;
}

#ueber-uns .font-size-xxxs, .font-size-xxxs p {
  font-size: 1.1rem;
 }
 
 /* jobs */
 
#jobs .font-size-m, .font-size-m p {
  font-size: 2.3rem;
 } 
  
/* standorte */
 
#standorte .font-size-xxxs, .font-size-xxxs p {
  font-size: 0.96rem;
 }

#standorte .ce_hyperlink-extended a.link-own-color-darktxt {
  color: rgb(125,125,125) !important;
}  

/* news seite */
 
#news h6, .h6 {
  font-family: 'Noto Sans' !important;
    font-weight: 500;
    font-size: 1rem;
}

#news .teaser p {
  font-family: 'Noto Sans' !important;
    font-weight: 300;
    font-size: 1rem;
}

.newsreader .info {
  display: none;
}

/* event list */
.mod_eventlist_v2 .location {
  border-left: 1px solid rgb(245,245,245);
  color: #555;
}

.mod_eventlist_v2 .date {
  font-weight: 400;
  border-right: 1px solid rgb(245,245,245);
}

.mod_eventlist_v2 .event {
  line-height: 1.7rem;
}

.mod_eventlist_v2 .title a {
   font-weight: 400;
}

/* Farbgebung TOP LINK */

.top-link .progress-ring circle {
  stroke: var(--customColor1);
}

/* Newslist */

.newslist-v4 .info, .newsteaser-v4 .info {
   display: none;
}

.newslist-v4 .link {
   font-size: small;
   font-weight: bold;
   margin-bottom: 0;
   background-color: #000000ba;
   padding-left: 10px;	
}

.newslist-v4 .date .day, .newslist-v4 .date .month, .newslist-v4 .date .year {
  font-weight: 500;
  color: #000;
}

/* DONWLOAD */

.ce_download_default a {
  background: #494949;
}

