/*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 */
  }
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/* ALLGEMEIN */
html, body { max-width:1280px; margin:0px auto; padding:0px; font-size:100%; font-family:Lato, sans-serif; line-height:1.6rem; 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; }
table { max-width:100%; }

h1 { font-size:2rem; font-weight:bold; }
h2 { font-size:1.8rem; font-weight:bold; }
h3 { font-size:1.6rem; font-weight:bold; }
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 10px; flex:1 100%; }

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

/* HEADER */
.header { width:auto; text-align:center; vertical-align:bottom; background:#ffffff; border-bottom:solid 1px #000000; }
.header h1 { padding-top:70px; font-size:3.5rem; font-weight:bold; color:#000000; text-align:left; } /* COLOR EDIT ! */
.header .headertxt { margin:15px 0px; color:#000000; text-align:left; } /* COLOR EDIT ! */

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

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

.nav { background:#eeeeee; } /* BGCOLOR EDIT ! */

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

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

/* SECTION */
.indexupper { padding:20px; }
.indexlower { padding:20px; margin-bottom:100px; }
.title { padding:0px 20px; background:transparent; } /* BGCOLOR EDIT ! */
.content { padding:20px; background:transparent; } /* BGCOLOR EDIT ! */

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

/* HORIZONTALE NAVIGATION oben */
.navoben { width:auto; height:auto; padding:10px; background:#eeeeee; color:#000000; text-align:left; } /* BGCOLOR/COLOR EDIT ! */
.navoben a { color:#0000ff; }

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

/* NAVIGATION vertikal */
.navleft { text-align:left; }
.navcont { padding:20px 10px; width:auto; }
.navnew { padding:20px 10px; width:auto; }
.navkats { padding:20px 10px; width:auto; }
.navpart { padding:20px 10px; width:auto; }
.navarch { padding:20px 10px; width:auto; }
.navpage { padding:20px 10px; width:auto; }

/* BREADCRUMB */
.breadcrumb { width:auto; height:auto; padding:10px; text-align:left; background:transparent; } /* BGCOLOR/COLOR EDIT ! */

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

/* TEXT */
.text { text-align:left; padding:20px 0px; padding-bottom:100px !important; background:transparent; } /* BGCOLOR EDIT ! */
.texttitel h2 { width:auto; font-size:2rem; text-align:left; }
.textkat { width:100%; font-size:0.8rem; margin-top:50px; margin-bottom:20px; text-align:left; }
.textdate { width:auto; margin:0px 0px 20px; font-size:0.8rem; text-align:right; border-bottom:solid 1px #000000; }
.text p { margin:10px 0px; }
.text ul { padding-left:20px; }
.text img { margin-right:10px; }

/* ITEM-CONTAINER */
.item { margin:0px; margin-bottom:60px; padding:5px 0px; text-align:left; background:transparent; } /* 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; }

/* TAGS/ARCHIV/SITEMAP/ALLBLOGS */
.row { margin-bottom:10px; padding:5px 0px; text-align:left; background:transparent; } /* BGCOLOR/COLOR EDIT ! */
.rowtitel { margin:5px 0px; font-size:1.8rem; font-weight:normal; }
.rowdate { font-size:0.8rem; color:#000000; text-align:left; } /* COLOR EDIT ! */
.rowtext { margin:10px 0px; text-align:left; color:#000000; } /* COLOR EDIT ! */
.rowtext img { margin-right:10px; }

/* PLUGINS */
.plugin_index { margin:20px 0px; padding:10px; text-align:left; }
.plugin_post { width:auto; padding:20px 0px; text-align:left; }
.plugin_single { margin:20px 0px; padding:30px; text-align:left; }
.plugin_single p { margin:5px 0px; }
.rssitem { margin:20px auto; padding:10px; background:#eeeeee; color:#000000; } /* BGCOLOR/COLOR EDIT ! */
.rssitem td { padding:0px 5px; }
.rssitem img { margin-right:20px; }

/* BANNER */
.container { padding:10px 0px; text-align:center; }
.banner { padding:60px 0px; text-align:center; }

/* VIDEO */
.prevideo { clear:both; margin-bottom:140px; max-width:800px; max-height:500px; padding:0px; text-align:center; }
/*.prevideo a { display:inline !important; padding: 10px !important; width:100% !important; font-size:1rem !important; }*/ /*???*/

/* TAGCLOUD IM FOOTER */
.cloud { width:auto; padding:20px; }
.cloud a { color:#000000; }

/* FOOTER TABELLE */
.footnavi { margin:0px; padding:20px; display:flex; flex-flow:row wrap; justify-content:space-evenly; align-items:stretch; background:#eeeeee;  } /* BGCOLOR/COLOR EDIT !  */
.footnavicol { width:25%; margin:0px; padding:0px 10px; background:transparent; text-align:left; } /* BGCOLOR/COLOR EDIT !  */

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

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

/* SUCHFORMULAR */
.suche { width:auto; padding:20px 10px; }
.suche form { }
.suche .txtfeld { width:auto; border:none; background:#ffffff; border:solid 1px #dddddd; } /* BGCOLOR/COLOR EDIT ! */
.suche .submit { width:auto; background:#eeeeee; color:#000000; font-size:1rem; height:auto; border:none; } /* BGCOLOR/COLOR EDIT ! */

/* SUBKATEGORIEN */
.katlinks { width:auto; min-height:80px; margin:0px 20px; padding:30px 0px; text-align:center; vertical-align:middle; background:transparent; border-top:solid 1px #000000; border-bottom:solid 1px #000000; } /* BGCOLOR EDIT ! */
.katlinks .kattext { padding-left:10px; text-align:left; }
.katlinks .katbox { height:auto; padding:10px; text-align:center; float:left; }

/* TAGLINKS AUF SEITE */
.tagline { width:auto; padding:0px; margin:0px; margin-top:100px; text-align:left; }
.tags { width:100%; text-align:left; display:flex; justify-content:space-evenly; align-items:stretch; flex-direction:row; }
.tagscol { float:left; padding:10px; }

/* RELATED SITES */
.related { width:auto; padding:20px; margin:50px 0px; text-align:left; }
.related ul { margin:20px 0px 30px; }
.related li { list-style-position:inside; }

/* COMMENT */
.comment { margin:20px 0px; padding:10px; background:transparent; text-align:left; } /* BGCOLOR/COLOR EDIT ! */
.commitem { width:auto; margin-bottom:10px; padding:10px; text-align:left; background:#eeeeee; } /* BGCOLOR/COLOR EDIT ! */
.commtitel { width:auto; margin-bottom:10px; padding:10px; text-align:left; }
.commautor { border-bottom:solid 1px #000000; }
.commtext { padding:10px 0px; }
.commframe { margin-top:10px; }
.comment iframe { width:100%; height:330px; overflow:auto; border:none; }
.commbutton { width:auto; background:#eeeeee; color:#000000; font-size:1rem; height:auto; border:none; } /* BGCOLOR/COLOR EDIT ! */

.comformbg { margin:5px; background:#ffffff; font-size:12px; text-align:left; } /* BGCOLOR/COLOR EDIT ! */

.comform { margin:30px 0px; clear:both; }
.comform .ctxtfeld { padding:0px 2px; width:500px; border:solid 1px #cccccc; }
.comform .ctxtarea { width:500px; height:100px; border:solid 1px #cccccc; }
.comform .cversuch { border:solid 1px #cccccc; }
.comform .cbutton { min-width:200px; background:#eeeeee; color:#000000; font-size:1rem; height:auto; border:none; } /* BGCOLOR/COLOR EDIT ! */
.comform .cleft { width:150px; }
.comform .csubmit { margin:30px 0px 30px; }

/* LINKBACK AUF SEITE */
.linkcode { margin:30px 0px; text-align:left; }
.linkcode .txtarea { width:100%; height:50px; border:solid 1px #cccccc; }

/* HINWEIS */
.alert { margin:0px auto; font-size:0.8rem; text-align:center; }

/* 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; }
.footer  { order:3; }
.footnavi { flex-flow:row nowrap; }
}

@media screen and (min-width:1024px) and (max-width:1279px) {
a { font-weight:bold; line-height:2.5rem; }
.item { width:auto; margin:10px 0px; padding:5px; }
.article { flex:1; }
.navleft { order:1; max-width:250px; }
.article { order:2; }
.footer  { order:3; }
.footnavi { flex-flow:column nowrap; border-top:solid 1px #000000; }
.footnavicol { width:100%; text-align:center; }
.prevideo { clear:both; margin-bottom:140px; }
.tags { width:100%; text-align:center; flex-direction:column; align-items:center; }
.tagscol { clear:both; width:100%; text-align:center; }
}

@media screen and (max-width:1023px) {
a { font-weight:bold; line-height:3.5rem; margin-right:0.5rem; }
.header h1 { font-size:2rem; }
.navoben { height:auto; text-align:center; }
.article img { display:block; width:auto; }
.item { width:auto; margin:10px 0px; padding:10px; }
.nav { flex:1; text-align:center; }
.navleft { max-width:1023px; }
.footnavi { flex-flow:column nowrap; border-top:solid 1px #000000; }
.footnavicol { width:100%; text-align:center; }
.tagscol { width:100% !important; text-align:center; }
.prevideo { width:auto; clear:both; margin-bottom:50px; }
.tags { width:100%; text-align:center; flex-direction:column; align-items:center; }
.tagscol { clear:both; width:100%; text-align:center; }
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
