/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/lato-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
     url('./fonts/lato-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('./fonts/lato-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
     url('./fonts/lato-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
     url('./fonts/lato-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
     url('./fonts/lato-v22-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
  }
  /* lato-700 - latin */
  @font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./fonts/lato-v22-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
     url('./fonts/lato-v22-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('./fonts/lato-v22-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
     url('./fonts/lato-v22-latin-700.woff') format('woff'), /* Modern Browsers */
     url('./fonts/lato-v22-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
     url('./fonts/lato-v22-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
  }
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

/* ALLGEMEIN */
html, body { max-width:1366px; margin:0px auto; padding:0px; font-size:100%; font-family:Lato, sans-serif !important; background:#B5CFB4; color:#000000; text-align:center; } /* BGCOLOR/COLOR EDIT ! */
* { margin:0px; padding:0px; }

a { color:#0000ff; } /* COLOR EDIT ! */
iframe { border:none; overflow:hidden; }
img { max-width:100%; height:auto; border:none; }
p { margin:10px 0px; }
hr { margin:10px 0px; width:100%; height:1px; background:#999999; border:none; }
ul { margin:20px 0; }
ul li { list-style-type:none; list-style-position:inside; }
small { font-size:0.8rem; }

h1 { font-size:2rem; font-weight:bold; font-family:arial; }
h2 { font-size:1.8rem; font-weight:bold; font-family:arial; }
h3 { font-size:1.6rem; font-weight:bold; font-family:arial; }
h4 { font-size:1.4rem; font-weight:bold; font-family:arial; }
h5 { font-size:1.2rem; font-weight:bold; font-family:arial; }

video { width:100% !important; height:auto !important; }

/*=======================================================*/

.wrapper {
display:flex;
flex-flow:row wrap;
text-align:center;
overflow:hidden;
text-overflow:clip;
text-overflow:ellipsis;
overflow-wrap:break-word;
word-break:break-all;
word-break:break-word;
word-wrap:break-word;
-webkit-hyphens:auto;
-ms-hyphens:auto;
-moz-hyphens:auto;
hyphens:auto;
}
.wrapper > * { padding:0px 10px; flex:1 100%; }

/*=======================================================*/

/* HEADER */
.header { width:auto; text-align:center; vertical-align:bottom; background-color:#638E63; border-bottom:solid 5px #B5CFB4; } /* BACKGROUND BEARBEITEN ! */
.header .headertitel { padding-top:20px; font-size:5.5rem; font-weight:bold; font-family:arial; text-align:center; }
.header { text-decoration:none; color:#B5CFB4; } /* COLOR BEARBEITEN ! */
.header .headertext { color:#ffffff; text-align:center; font-weight:bold; }


.article { text-align:left; background:#E7EBE7; } /* BGCOLOR EDIT ! */

.section { background:transparent; } /* BGCOLOR EDIT ! */

.nav { background:#638E63; } /* BGCOLOR EDIT ! */
.nav a { color:#ffff00; }
.aside { background:#638E63; } /* BGCOLOR EDIT ! */

.footer { width:100%; background:#638E63; padding-top:50px; } /* BGCOLOR EDIT ! */

/*=======================================================*/

/* SECTION */
.flex { margin-bottom:50px; display:flex; flex-flow:row wrap; justify-content:space-around; align-items:stretch; }
.norm { padding:20px; padding-top:20px; font-size:1rem; background:transparent; } /* BGCOLOR EDIT ! */

/*=======================================================*/

/* HORIZONTALE NAVIGATION oben */
.navoben { width:auto; height:auto; padding:10px; background-color:#638E63; color:#ffffff; text-align:center; border-bottom:solid 5px #B5CFB4; } /* BGCOLOR/COLOR BEARBEITEN ! */
.navoben a { color:#0000ff; }

/* NAVIGATION horizontal */
.navline { padding:20px 0px; text-align:center; }

/* NAVIGATION vertikal */
.navleft { padding:0px; text-align:left; }
.navright { padding:0px; text-align:left; }
.navcont { padding:20px 10px; width:auto; }

/* MAINTITEL */
.maintitel { padding:20px; width:auto; text-align:center; color:#000000; } /* COLOR EDIT ! */
.maintitel h1 { font-size:1.8rem; font-weight:normal; }

/* SECTION */
.sectiontitel { width:100%; margin-top:50px; margin-bottom:50px; border-bottom:solid 1px #000000; text-align:left; color:#000000; } /* COLOR EDIT ! */

/* ITEM-CONTAINER */
.item { width:auto; margin:10px; margin-bottom:30px; padding:10px; text-align:left; background:#ffffff; } /* BGCOLOR/COLOR EDIT ! */
.itemtitel { font-size:1.8rem; font-weight:normal; }
.itemdate { font-size:0.8rem; color:#000000; text-align:left; } /* COLOR EDIT ! */
.itemtext { text-align:left; color:#000000; } /* COLOR EDIT ! */
.itemtext img { margin-right:10px; }

/* BOX-CONTAINER */
.box { width:25%; margin-bottom:20px; padding:20px; text-align:center; background:#B5CFB4; } /* BGCOLOR/COLOR EDIT ! */
.boxtitel { font-size:1.8rem; font-weight:normal; }
.boxdate { font-size:0.8rem; color:#000000; text-align:left; } /* COLOR EDIT ! */
.boxtext { text-align:left; color:#000000; } /* COLOR EDIT ! */
.boxtext img { margin-right:10px; }

/* BANNER */
.banner { margin:0px auto; padding:40px 0px; text-align:center; }

/* VIDEO */
.prevideo { clear:both; margin-bottom:140px; max-width:800px; max-height:500px; padding:0px; }

/* COPYRIGHT */
.copy { font-size:0.6rem; background:transparent; }

/* LABEL */
.label { margin-top:30px; font-size:0.6rem; color:#000000; background:transparent; }
.label a { color:#0000ff; }

/* FORMATIERUNG */
.center { margin:0px auto; text-align:center; }

/* ENTERBOXEN */
/*.enterwrap { margin-top:20px; display:flex; flex-flow:row wrap; justify-content:center; align-items:center; }
.enter { width:150px; background-color:#990000; text-align:center; font-weight:bold; }
.start { width:150px; background-color:transparent; text-align:center; font-weight:bold; }*/

/* ANMELDELINK */
.join { margin:50px 0; padding:30px 10px; text-align:center; font-size:2.5rem; font-weight:bold; background:transparent; }
.join .txt { margin-bottom:30px; font-size:1.5rem; font-weight:bold; }

/* HINWEIS */
.hinweis { margin-bottom:30px; }

.nextpage { margin:50px 0; text-align:right; }

/* IMGFILTER */
.imgblur { filter: blur(4px); }
.noblur { filter: blur(0px) !important; }

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

@media all and (min-width:1280px) {
.article { flex:1; }
.navleft { order:1; max-width:250px; }
.article { order:2; }
.navright { order:3; max-width:250px; }
.footer  { order:4; }
}

@media all and (min-width:1024px) and (max-width:1280px) {
a { font-weight:bold; line-height:2.5rem; }
/*.flex { flex-flow:column wrap; }*/
.item { width:auto; margin:10px 0px; padding:10px; }
.box { width:25%; margin:10px 0px; padding:10px; }
.article { flex:1; }
.article { order:2; }
.navleft { order:1; max-width:250px; text-align:left; }
.navright { order:3; max-width:1279px; text-align:center; }
.footer  { order:4; }
.prevideo { clear:both; margin-bottom:140px; }
}

@media screen and (min-width:450px) and (max-width:1024px) {
a { font-weight:bold; line-height:3.5rem; margin-right:0.5rem; }
.header h1 { font-size:2rem; }
.navoben { height:auto; text-align:center; }
/*.flex { flex-flow:column wrap; }*/
/*.article img { margin:-50px auto; width:auto; }*/
.item { width:auto; margin:10px 0px; padding:10px; }
.box { width:43%; margin:10px 0px; padding:10px; }
.box img { margin:0px auto; }
.navleft { order:1; width:100%; text-align:center; }
.navright { order:2; width:100%; text-align:center; }
.footer  { order:3; }
.prevideo { width:auto; clear:both; margin-bottom:50px; }
}

@media screen and (max-width:450px) {
a { font-weight:bold; line-height:3.5rem; margin-right:0.5rem; }
.header .headertitel { font-size:2rem; }
.navoben { height:auto; text-align:center; }
/*.flex { flex-flow:column wrap; }*/
/*.article img { margin:-50px auto; width:auto; }*/
.item { width:auto; margin:10px 0px; padding:10px; }
.box { width:100%; margin:10px 0px; padding:10px; }
.box img { margin:0px auto; display:block; }
.navleft { order:1; width:100%; text-align:center; }
.navright { order:2; width:100%; text-align:center; }
.footer  { order:3; }
.prevideo { width:auto; clear:both; margin-bottom:50px; }
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
