/*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:#000001; 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: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; 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:arial; 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 { text-align:left; background:#ffffff; } /* BGCOLOR EDIT ! */

.section { padding:20px; background:#ffffff; color:#000000; } /* BGCOLOR EDIT ! */

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

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

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

/* SECTION */
.flex { margin-bottom:20px; display:flex; flex-flow:row wrap; justify-content:space-around; align-items:stretch; }
.prof { margin-bottom:0px; display:flex; flex-flow:row wrap; justify-content:space-evenly; 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:#222222; color:#ffffff; text-align:left; }
.navoben a { color:#ffffff; font-weight:normal; }

/* NAVIGATION horizontal */
.navline { max-width:auto; margin:10px 20px; padding:10px; background:#dddddd; color:#000000; text-align:left; }

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

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

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

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

/* ANMELDUNG */
.anmeldung { width:auto; height:auto; margin-top:50px; margin-bottom:100px; color:#000000; }
.anmeldung iframe { width:100% !important; height:100% !important; }

/* BOX-CONTAINER */
.box { width:30%; margin-bottom:20px; padding:10px; text-align:left; background:transparent; color:#000000; } /* BGCOLOR/COLOR EDIT ! */

.probox { width:47%; padding:10px; text-align:left; background:transparent; color:#000000; }
.prolink { margin:30px 0; padding:10px 0px; }
.prolink a { font-size:1.6rem; font-weight:bold; }
.protext { margin:10px; margin-bottom:30px; text-align:left !important; }
.protext p { white-space:wrap; }

/* THUMB + TEXT */
.row { width:auto; padding:10px; margin:20px 0; text-align:left; vertical-align:top; background:#eeeeee; }
.row h3 { font-size:1.2rem; }
/*.rowthumb { width:120px; height:105px; }*/

.rowthumb { max-width:320px; height:180px; vertical-align:top; margin-bottom:5px; background:#000000; }
.rowthumb img {width:320px; max-height:180px; }

/* SITEMAP */
.site { width:auto; height:auto; margin:30px 0; text-align:left; }
.site h3 { font-size:1.2rem; }

/* PREVIEW LEFT/RIGHT */
.prev { padding:10px 0px; width:45%; /*background:#cccccc;*/ }

.homepicture { max-width:400px; height:180px; text-align:center; vertical-align:top; margin-bottom:5px; background:#000000; }
.homepicture img { width:320px; height:180px; }

.prevpicture { max-width:400px; height:180px; text-align:center; vertical-align:top; margin-bottom:5px; }
.prevpicture img { width:320px; height:180px; background:#000000; }
.prevthumbs { max-width:400px; text-align:center; vertical-align:top; }
.prevthumb { width:70px; height:70px; background:#000000; }

.prevright { max-width:50%; }
.previnfo { width:auto; color:#000000; }
.previmglink { margin-top:50px; }
.previmglink img { max-width:380px; max-height:70px; }
.prevtext { /*width:100%;*/ padding:20px 0px; /*margin:20px 0px;*/ color:#000000; text-align:left; }
.prevtext p { /*padding-right:30px;*/ }
.prevlink { padding:10px 0px; text-align:left; }
.prevlink a { font-size:1.2rem; font-weight:bold; }

.notice { margin:20px auto;text-align:center; }

.signuplink { margin-top:70px auto; padding-bottom:50px; border-bottom:solid 1px #000000; text-align:center; }
.signuplink img { max-width:380px; max-height:70px;}

/* KOMMENTARE */
.comment { margin:10px 0px; padding:10px; background-color:#eeeeee; }
.comment .autor { border-bottom:solid 1px #000000; color:#000000; }
.comment .text { padding:5px 0px; color:#000000; }

/* SUCHFORMULAR */
.suche { width:250px; padding:20px 10px; }
.suche form { }
.suche .txtfeld { width:170px; height:20px; border:none; background:#ffffff; border:none; }
.suche .submit { width:60px; height:20px; background-color:#eeeeee; color:#000000; font-size:0.8rem; border:none; }

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

/* 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; margin-bottom:60px; font-size:0.6rem; color:#ffffff; background:transparent; }
.label a { color:#ffff00; }

/* FORMATIERUNG */
.left { text-align:left; }
.right { text-align:right; }
.center { margin:0px auto; text-align:left; }
.date { font-size:0.7rem; color:#999999; }
.shownone { display:none; }
.hideimg { display:none; width:1px; height:1px; }

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

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

@media all and (min-width:1024px) and (max-width:1280px) {
a { font-weight:bold; line-height:2.5rem; }
.flex { flex-flow:row wrap; }
.box { width:30%; margin:10px 0px; padding:10px; }
.article { flex:1; }
.article { order:1; }
.navright { order:2; max-width:250px; }
.footer{ order:3; }
.prev { width:45%; }
}

@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:0px; padding:0px; }
.flex { flex-flow:row wrap; }
.row img { display:block; width:auto; }
.box { width:40%; margin:10px 0px; padding:10px; }
.nav { flex:1; text-align:center; }
.navright { order:2; max-width:1023px; }
.prevthumb { max-width:50px; max-height:50px; }
.signuplink { text-align:center; }
.signuplink img { display:inline; }
}

@media screen and (max-width:640px) {
a { font-weight:bold; line-height:3.5rem; margin-right:0.5rem; }
.article h1, h2, h3 { width:auto; margin:10px; padding:0px; }
.header { height:auto; }
.header .htitel { margin:0px; font-size:2rem; }
.section { margin:0px; padding:0px; }
.section img { display:block; width:auto; }
.sectiontitel { width:100%; padding-left:10px; }
.flex { flex-flow:column wrap; padding:0px; }
.navoben { height:auto; text-align:center; }
.navline { margin:0px; padding:0px; height:auto; text-align:center; }
.maintitel { margin:0px; padding:0px; width:auto; text-align:center; }
.maintitel h1 { margin:0px; padding:0px; }
.banner img { margin:0px auto; display:block; width:auto; }
.box { width:auto; margin:10px 0px; padding:10px; }
.probox { width:auto; margin:10px 0px; padding:10px; }
.prolink { text-align:center; }
.row { width:auto; margin:10px 0px; padding:10px; }
.site { padding:10px; }
.nav { flex:1; text-align:center; }
.navright { max-width:640px; }
.prev { width:auto; margin:10px; }
.prev img { margin:0px auto; }
.anmeldung { padding:10px; }
.anmeldung iframe { display:block; width:100% !important; height:100% !important; }
.prevthumbs { display:none; width:1px; height:1px; }
.signuplink { width:auto; padding:0px; margin:0px; text-align:center; border-top:solid 1px #000000; }
.signuplink img { max-width:360px; margin:0px auto; }
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/