/*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 */
  }

  @font-face {
  font-family: 'Optima Cyr';
  src: url('./fonts/Optima.eot');
  src: local('./fonts/Optima Cyr'), local('Optima'),
    url('./fonts/Optima.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Optima.woff') format('woff'),
    url('./fonts/Optima.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/* ALLGEMEIN */
html, body { display:grid; max-width:1366px; margin:0px auto; padding:0; font-size:1.1rem;  font-family:Lato, sans-serif !important; background:#cccccc; 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; }
h3 a { text-decoration:none; color:#000000; }
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; flex:1 100%; }

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

/* HEADER */
.header { width:auto; text-align:center; vertical-align:bottom; background:#4564c1; } /* BGCOLOR EDIT ! */
.header h1 { width:100%; padding:10px; padding-top:70px; font-size:3rem; font-weight:bold; font-family:arial; color:#ffffff; text-align:left; } /* COLOR EDIT ! */
.headertxt { padding-left:10px; margin-bottom:10px; color:#ffffff; text-align:left; } /* COLOR EDIT ! */
.header .row { display:table-row; }
.header .cell_left { display:table-cell; width:6rem; padding:5px; vertical-align:bottom; color:#000000; }
.header .cell_right { display:table-cell; width:auto; padding:0px; color:#000000; }

.article { padding:10px; text-align:left; background:#ffffff; } /* BGCOLOR EDIT ! */

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

.nav { background:#4564c1; color:#ffffff; } /* BGCOLOR EDIT ! */
.nav a { color:#ffff00; }

.footer { width:100%; padding:30px 50px; padding-top:100px; background:#4564c1; color:#ffffff; } /* BGCOLOR EDIT ! */

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

/* HINWEIS OBEN */
.notice { width:auto; height:auto; padding:10px; background:#111111; color:#ffffff; font-size:0.8rem; line-height:0.8rem; text-align:center;  } /* BGCOLOR/COLOR EDIT ! */

/* HORIZONTALE NAVIGATION oben */
.navoben { width:auto; height:30px; padding:10px; background:#4564c1; color:#ffffff; text-align:right; border:none; } /* BGCOLOR/COLOR EDIT ! */
.navoben a { color:#0000ff; }

/* SEARCH-CONTAINER */
.suche { border:none; padding:3px; color:#888a8c; font-size:0.9rem; }
.suche .sbutton { padding:3px; width:auto; background:#eeeeee; color:#000000; font-size:0.9rem; height:auto; }

/* NAVIGATION HORIZONTAL PAGING */
.paging { margin:20px auto; width:auto; text-align:center; color:#000000; }

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

/* MAINTITEL */
.maintitel { padding:20px; width:auto; text-align:left; color:#000000; } /* COLOR EDIT ! */
.maintitel h1 { font-size:2rem; 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 { margin:10px; margin-bottom:60px; padding:10px; text-align:left; background:#eeeeee; } /* 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; }

/* COMMENT */
.comment { margin:20px 0px; padding:10px; background:transparent; text-align:left; } /* BGCOLOR/COLOR EDIT ! */
.comment .ctext { margin:20px 0px; padding:10px; font-size:0.9rem; background:#ffffff; }
.comment .ctext .herz { width:100%; text-align:right; background:#eff3f6;  }
.comment .ctext .herz img { width:1rem; }
.comment .ctxtarea { width:100%; margin-top:10px; padding:3px; background:#ffffff; border:none; resize:vertical; }
.comment .csubmit { margin:0px; padding:3px; width:auto; background:#cccccc; color:#333333; font-size:0.7rem; height:auto; border:none;  }

/* TEXT-CONTAINER */
.text { width:90%; margin:10px; margin:40px auto; padding:10px; background:transparent; } /* BGCOLOR/COLOR EDIT ! */

/* BANNER */
.banner { margin:0px auto; padding:60px 10px; text-align:center; background:transparent; }

/* VIDEO */
.video { margin:10px; width:auto; padding:10px; margin-bottom:140px; background:#eeeeee; }
.prevideo { clear:both; max-width:800px; max-height:500px; padding:0px; background:#383c5f }

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

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

/* NEXTLINK */
.nextlink { width:100%; text-align:right; }

/* KEYWORDS */
.keylink { width:70%; margin:50px auto; color:#ffffff; text-align:center; font-size:0.9rem; }
.keylink a { color:#ffffff; }

/* FORMAT */
.left { text-align:left; }
.center { margin:0px auto; text-align:center; }
.right { text-align:right; }
.space { margin:100px 0; }
.clear { clear:both; }

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

/* APPLY */
.apply { margin-bottom:0px; }

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

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

@media screen and (min-width:1024px) and (max-width:1366px) {
a { font-weight:bold; line-height:2.5rem; }
.item { width:auto; margin:10px 0px; padding:10px; }
.article { flex:1; }
.navleft { order:1; max-width:450px; }
.article { order:2; }
.footer  { order:3; }
.item { width:auto; margin:10px; margin-bottom:20px; padding:10px; }
.video { width:auto; margin-bottom:140px; }
.prevideo { clear:both; }
}

@media screen and (min-width:640px) 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 { width:auto; }
.item { width:auto; margin:10px; margin-bottom:20px; padding:10px; }
.nav { flex:1; text-align:center; }
.navleft { max-width:1023px; }
.video { width:auto; margin-bottom:50px; }
.prevideo { width:auto; clear:both; }
.header { height:auto; }
.header a { font-size:3rem; line-height:0rem; }
}

@media screen and (max-width:640px) {

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 { width:auto; }
.item { width:auto; margin:10px; margin-bottom:20px; padding:10px; }
.nav { flex:1; text-align:center; }
.navleft { max-width:1023px; }
.video { width:auto; margin-bottom:50px; }
.prevideo { width:auto; clear:both; }
.header { height:auto; }
.header a { font-size:2rem; line-height:0rem; }
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
