/*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.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 */
     url('./fonts/lato-v22-latin-regular.eot?#iefix') format('embedded-opentype'); /* IE6-IE8 */
  }
  /* 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.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 */
     url('./fonts/lato-v22-latin-700.eot?#iefix') format('embedded-opentype'); /* IE6-IE8 */
  }
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

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

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

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

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:middle; background:#800000; border-bottom:solid 1px #000000; } /* BGCOLOR EDIT ! */
.header .htitel { margin:0px; margin-bottom:-10px;  padding:0px; padding-top:30px; font-size:5rem; font-weight:bold; font-family:verdana, arial, helvetica, sans-serif; color:#ffff00; text-align:center; } /* COLOR EDIT ! */
.header .htext { margin:0px; margin-bottom:10px; font-size:1rem; font-weight:bold; color:#ffffff; text-align:center; } /* COLOR EDIT ! */

.article { width:100%; text-align:left; background:#111111; } /* BGCOLOR EDIT ! */

.section { margin:30px auto; padding:40px 50px; background:#111111; color:#ffffff; } /* BGCOLOR EDIT ! */

.footer { padding-top:50px; width:100%; background:#800000; color:#ffffff; } /* BGCOLOR EDIT ! */
footer a { color:#ffff00; }
.footerlink { font-size:1rem; }

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

/* HORIZONTALE NAVIGATION oben */
.navoben { width:auto; height:auto; padding:10px; background-color:#222222; color:#ffffff; text-align:left; }
.navoben a { color:#ffffff; font-weight:normal; }

/* MAINTITEL */
.maintitel { padding:20px; width:auto; text-align:center; color:#ffffff; }
.maintitel h1 { font-size:2rem; font-weight:bold; }

/* ITEMS */
.item { width:100%; margin:0px auto; text-align:center; color:#ffffff; }

/* BANNER */
.banner { margin:0px auto; padding:30px 0px; color:#000000; text-align:center; background:transparent; }

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

/* SUBDOMAINS */
.subs { padding:20px 40px;margin:0px auto;text-align:center;color:#000000; }

/* TEXTE */
.text { margin:20px 10px; }

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

/* FORMAT */
.border { border-top:solid 3px #C31010; border-bottom:solid 3px #C31010; }
.left { text-align:left; }

.imgblur { filter: blur(4px); }

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

@media all and (min-width:1280px) {
.article { flex:1; }
.article { order:1; }
.footer  { order:2; }
}

@media all and (min-width:1024px) and (max-width:1280px) {
a { font-weight:bold; line-height:2.5rem; }
.article { flex:1; }
.article { order:1; }
.footer  { order:2; }
}

@media screen and (min-width:641px) and (max-width:1023px) {
a { font-weight:bold; line-height:3.5rem; margin-right:0.5rem; }
.header .htitel { margin:0px; font-size:3rem; }
.navoben { height:auto; text-align:center; }
.maintitel { margin:0px; padding:0px; width:auto; text-align:center; }
.maintitel h1 { margin:10px auto; padding:0px; }
.slider { display:none; }
}

@media screen and (max-width:640px) {
a { font-weight:bold; line-height:3.5rem; margin-right:0.5rem; }
img { width:auto; }
button { width:100%; }
.article h1, h2, h3 { width:auto; margin:10px; padding:0px; }
.header { height:auto; }
.header .htitel { margin:0px; font-size:2rem; }
.section { margin:20px 0px; padding:30px 0px; }
.navoben { height:auto; text-align:center; }
.maintitel { margin:0px; padding:0px; width:auto; text-align:center; }
.maintitel h1 { margin:10px auto; padding:0px; }
.subs { display:none; }
.banner { padding:10px 0px; }
.item { width:100%; }
.slider { display:none; }