/*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 */
body { display:grid; max-width:1366px; margin:0px auto; padding:0; font-size:1.1rem; font-family:Lato, sans-serif !important; background:#660000; color:#ffffff; 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; }
h2 { font-size:1.8rem; font-weight:bold; }
h3 { font-size:1.6rem; font-weight:bold; }
h3 a { text-decoration:none; color:#000000; }
h4 { font-size:1.4rem; font-weight:bold; }
h5 { font-size:1.2rem; font-weight:bold; }

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:100%; padding:0px; text-align:center; vertical-align:bottom; background:#000000; border-bottom:solid 3px #ff0000; } /* BGCOLOR EDIT ! */
.header h1 { width:auto; padding-top:20px; font-size:5.5rem; font-weight:bold; color:#ff0000; text-align:center; } /* COLOR EDIT ! */
.headertxt {  width:auto; color:#ffffff; text-align:center; } /* COLOR EDIT ! */

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

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

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

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

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

/* SECTION */
.flex { margin-bottom:20px; display:flex; flex-flow:row wrap; justify-content:space-around; align-items:stretch; }
/*.flex {margin:0px; padding:20px; margin-bottom:100px; display:flex; flex-flow:row wrap; justify-content:space-around; align-items:stretch; gap:10px; }*/
.norm { padding:20px; padding-top:20px; font-size:1rem; background:transparent; } /* 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; border-bottom:solid 3px #ff0000;   } /* BGCOLOR/COLOR EDIT ! */

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

/* HORIZONTALE LANG-NAVIGATION oben */
.navlang { text-align:right; background:#000000; }
.navlang a { color:#ffff00; }

/* 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:#ffffff; } /* 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:#000000; } /* 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; }
.item a { color:#ffff00; }

/* BOX-CONTAINER */
.box { width:45%; margin-bottom:30px; padding:10px; text-align:left; background:#000000; } /* 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 ! */
.box img { margin-right:10px; }
.box a { color:#ffff00; }

.boxx { width:30%; margin-bottom:30px; padding:10px; text-align:left; background:#000000; } /* BGCOLOR/COLOR EDIT ! */
.boxx img { width:250px; height:200px; }

/* 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; }
.banner a { color:#ffff00; } 

/* 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; color:#ffffff; background:transparent; }

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

/* NEXTLINK */
.tour { width:100%; text-align:center;  }

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

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

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

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

/* ENTERBOXEN */
.enterwrap { margin:20px auto; margin-bottom:50px; display:flex; flex-flow:row wrap; justify-content:center; align-items:center; }
.enter { margin:auto 20px; width:45%; background-color:#transparent; text-align:center; font-weight:bold; font-size:2rem; }
.enter a { color:#ffff00; }
.start { margin:auto 20px; width:150px; background-color:transparent; text-align:center; font-weight:bold; }

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

@media all and (min-width:1366px) {
.article { flex:1; }
.navleft { order:1; max-width:300px; }
.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; }
.flex { flex-flow:row wrap; }
.article { flex:1; }
.navleft { order:1; max-width:300px; }
.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:row 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; }
.boxx { width:45%; }
}

@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; }
#col-signup.col-l { display:none;width:0px; }
#col-signup.col-r { width:95% !important; }
.boxx { width:100%; }
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
