/* VEGGIE24ME Setup by GREEN32 */

/* INCLUDE LOCAL GOOGLE FONTS */

/* open-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: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v36-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-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: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v36-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-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: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v36-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600 - 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: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v36-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-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: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v36-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* COMMON TYPO DEFINITIONS */

/* fonts */

h1,.h1 {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 2.1rem;
} 

h2,.h2 {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 2.1rem;
}

h3,.h3 {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 2.0rem;
}

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

h6,.h6 {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 1.5rem;
}

body,p { 
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 1.15rem;
    line-height: 1.5em;
    hyphens: none;
    text-align: left;
}

.font-size-xxs, .font-size-xxs p {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 1.15rem;
    line-height: 1.5em;
    hyphens: none;
    text-align: left;
}

.li-size ul li {
  font-size: 1.15rem;
  line-height: 1.5em;
  max-width: 775px;
  hyphens: none;
  text-align: left;
}

.ce_list.font-bold {
  font-weight: 600;
}

/* Allgemeines */

.logo {
  margin-right: 30px;
}  

.ce_bgimage.max_width_s .contentwrap {
  max-width: 900px;
} 

/* Menu & Navigation */
.mainmenu {
  float: left;
}

.mainmenu ul li a {
  font-weight: 600;
  font-size: 1.1rem;
}

.button-nav.mainmenu {
  float: left;
  padding-left: none;
}

.button-nav .hyperlink_txt {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  Padding-bottom: 10px;
  font-size: 1.2rem;
}

.nav-arrow-right::after {
  content: "\279D";
}

.ce_bgimage.max_width_m .contentwrap {
	max-width: 920px !important;
}

/*.ce_text li, .ce_list li, .ce_text ol, .ce_list ol {
  font-size: 1.467rem;
} */

/* Common Mobile Definitions */
    
@media only screen and (max-width: 767px){

.ce_list li {
  font-size: 0.9333rem !important;
  line-height: 1.4em important;
}

.li-size ul li {
  font-size: 0.9333rem !important;
  line-height: 1.4em important;
}

body,p { 
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 1rem important;
    line-height: 1.4em important;
}

.font-size-xxs, .font-size-xxs {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 1rem important;
    line-height: 1.4em important;
}

h1,.h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.9rem;
} 

} 
/* end mobile definition*/ 

.ce_list.font-bold {
  font-weight: 600;
}

