/* = = = = = = = = = = = = = = = = = datei format.css = = = = = = = = = = = = = = = = = = = = = = = = = */



/* ############################################################ */
/* allgemein */
/* ############################################################ */

*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}


html, body {
font-family:Arial, Helvetica, sans-serif;
font-size:62.5%;
line-height:1.5;
}

body {height:100%;
font-size:1.7rem;
margin: 0 auto;
overflow-x:hidden;
background:#F0F0F0;
color:#000;
}


h1, h2, h3, h4, h5 {text-align:center;
font-weight:normal;color:#000;
}

h1 { font-family:Arial, Helvetica, sans-serif ;
font-size:3rem;
line-height: 3.5rem;
margin-top: 0rem;
margin-bottom: 5.2rem;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	/* [disabled]font-size:2.7rem; */
	line-height: 3rem;
	margin-top: 1rem;
	margin-bottom: 4.5rem;
}

h2:after {display:block;
border-top: 1px dashed #000;
width: 70px;
content: "";
margin: 0 auto;
margin-top: 2rem;
}

h3 {text-transform:uppercase;
font-size:1.8rem;
line-height: 2.3rem;
margin-top: 1rem;
margin-bottom:2.5rem;
letter-spacing:0rem;
}

h4 {
font-size:1.6rem;
line-height: 2rem;
margin-top: 1rem;
margin-bottom:2.5rem;
letter-spacing:0rem;
}

/* quelltext-erklÃ¤rungen - wenn vorhanden */

pre {
white-space:pre-wrap;position:relative;
font-size:1.4rem;
font-family:Arial, Helvetica, sans-serif;
padding:0rem 1rem 2rem 1rem;
margin:4rem auto;
text-align:center;
border:solid 1px rgba(0,0,0,.2);
background:#F9F9F7;
color:#1f1f1f;
border-radius:0rem;
}

pre .extra {
display:inline-block;position:absolute;left:-1.5rem;top:1.5rem;font-size:1.8rem;
color:#fff;font-weight:normal;background:#A8A88C;padding:0 .5rem;
transform:rotate(-45deg);
}


/*  ----------------------------------------  */
/* allgemeine links */
/*  ----------------------------------------  */

a {color:#000;
text-decoration: underline;
}

a:hover {color:#000;
text-decoration: none  ;
}



/* ############################################################ */
/*  speziell*/
/* ############################################################ */


/* bilder -anpassen der grÃ¶sse */
img {
max-width: 100%;
display:block;
margin:0 auto;
height: auto;
}


/*  ----------------------------------------  */
/* LISTE-SPEZIAL  */
/*  ----------------------------------------  */

ul.liste-spez   {
margin:2rem 0rem 2rem 2rem;
padding:0 1rem;
}

.liste-spez li {
list-style:none;
list-style-position: inside; /* rÃ¼ckt gfls zweite zeile ein*/
text-indent:-1.5rem; /* rÃ¼ckt zweite gfls zeile ein*/
padding-left:1.5rem; /* rÃ¼ckt zweite gfls zeile ein*/
}

.liste-spez li:before {
display:inline-block;
font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brands' for Brands symbols. */
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
content:"\f30b";
margin-right:1.5rem;
color:#D72828;
transform:scale(1);
transition:all .3s ease-out;
}

.liste-spez li:hover:before  {
transform: translate(10px);
color:black;
}

.liste-spez li a  {text-decoration:underline; }
.liste-spez li a:hover  {text-decoration:none; }


/*  ----------------------------------------  */
/*   MEHR LESEN-BUTTON  */
/*  ----------------------------------------  */

.button  {display:block;
margin:4rem 0 1rem 0;
text-align:center;
}

.button .mehr_lesen a {
display:inline-block;
background:#1f1f1f;
color:#fff;
text-decoration:none;
padding:.4rem 3rem .4rem 1rem;
border-radius:0;border:solid 1px rgba(0,0,0,.2);
}

.button .mehr_lesen a:hover {color:#fff;
background:red;
}


/*  icon beim MEHR LESEN-BUTTON */

.button .mehr_lesen a:before {
display:inline-block;
font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brands' for Brands symbols. */
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
content:"\f054" ;
transform:scale(.9);
color:red;
padding: 0 1rem;
margin:0;
}

.button .mehr_lesen a:hover:before {
color:gold;
}



/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM  - fÃ¼r Bilder / Spalten */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

/*  boxen - grundsystem */

.wrapper-box {
display:block;
text-align:center;
padding:0rem;margin:0;
}

.box {
display:inline-block;
font-size:1.4rem;
width:100%;
text-align:left;
vertical-align:top;
padding:.4rem;
margin:0rem -.22rem 0rem -.22rem ;/* ausgleich ( minus-margin) fÃ¼r INLINE-BLOCK-WHITESPACE-BUG*/
}

.box-1_of_1 ,
.box-1_of_2 ,
.box-1_of_3,
.box-1_of_4,
.box-1_of_5  {width:100%; }


/*  boxen - fÃ¼r mÃ¶gliche abweichungen vom boxen-grundsystem */

.inhalt-b .box-1_of_1 {width: 100%; }
.box-1_of_4b  {width: 50%; }
#gallery .box-1_of_3 {width:33.33%; }
#fuss .box-1_of_3  {width: 100%; }
#fuss-2 .box-1_of_1  {width: 100%;}


/*  boxen - extra style foto-galerie/lightbox */

#gallery .box  img {border:solid 1px silver; }
#gallery img:hover  {opacity:.6 }



/*  boxen - boxen mit text */

article.text {
margin:0;
padding:1rem .5rem 0rem .5rem ;
}

article.text h3 {
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin: 0rem 1rem 1rem 0rem;
	text-align: left;
	font-weight: bold;
}

article.text p {
margin:-.5rem 0;
}






/* ############################################################ */
/* bereich header */
/* ############################################################ */

header {margin:0 auto;height:100%;background:#808080;
}


/* ############################################################ */
/* bereich top */
/* ############################################################ */

#top {display:block;background:red;
margin: 0 auto ;
padding:0rem 0rem;
}

#top .box {display: inline-block;
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
text-align:center;
padding:1rem 1rem;
margin:0 auto;
}

 .kopf-logo {        /* *************** im Kopfbereich das Logo TSG 08 anpassen ****************/
display: inline-block;
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
text-align:center;
padding:1rem 1rem;
margin:0 auto;
float:left;

}


 .kopf-schrift {      /* *************** im Kopfbereich die Schrift TSG 08 anpassen ****************/            
display: inline-block;
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
text-align: left;
padding:1rem 1rem;
padding-top:25px;
margin:0 auto;
float: none ;
width:30%;
}

 .kopf-sozialmedia {      /* *************** im Kopfbereich die schwarzen KÃ¤stchen Fazebook, Twitter, ...  anpassen ****************/
/*display: inline-block;      die Funktion ist in   CSS config   zu finden */
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
text-align: right;
padding:1rem 1rem;
padding-top:40px;
margin:0 auto;
float: right;
width:50%;
}





#top .box:nth-child(2) { }

.name {display:block;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:1px;
margin:0rem;
padding:.5rem;
font-size:2.9rem;
line-height: 3.2rem;
color:  #FFF;      /* Farbe fÃ¼r die Schrift im Kopf TSG 08 Roth */
text-shadow:0 1px 0px rgba(0,0,0,.5);
text-transform:none;;
}


/* slogan */
.name span {display:block;
color: #FFF;    /* Farbe fÃ¼r die Schrift im Kopf Tischtennis */
margin:.5rem;
font-size:1.9rem;
line-height: 2.2rem;
}




/* ------------ Sprungmarke Mannschaften und Kontakten ---------- */
#zudenmannschaften {}
#zudenkontakten {}
#zudentrainingszeiten {}








/* ----- icons ----- */

#top ul.icons { display:inline-block;
margin:-2rem 0 0 0 ;
padding:0;
}

#top .icons li,
#top .icons li a { display:inline-block;
list-style:none;
background:black;
color:white;
border-radius:0rem;
margin:0rem -.1rem .2rem -.1rem ;
font-size:1.5rem;
height:3rem;
line-height:3rem;
width:3rem;
text-align:center;
}


#top .icons li a:hover {
color:red;background:white;
margin:0rem ;
}


/* ############################################################ */
/* bereich logo    Bilder fuer den Kopfbereich sind in CSS config eingetragen*/
/* ############################################################ */

#logo {
display:table;
/*object-fit: cover;
object-position: 50% 20%;
*/width: 100%;height:100%;
border-spacing:0rem 0rem;
table-layout: auto;
border-collapse:separate;
padding:0;margin:0 auto;

background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
border:solid 0.5rem  #090; /* Rahmen um das Logo #090 ist dunkelgruen */
}


#logo .box {display:table-cell;
width:auto;height:33rem;
text-align:center;vertical-align:middle;
padding:1rem 0rem;
margin:0;
}

#logo .box:nth-child(2) {width:27rem;text-align:right;
border-bottom-left-radius:20rem;
border-top-left-radius:20rem  ;
padding:1rem;
background:rgba(0,0,0,.6);
border-left:solid 1.2rem white;
}


/* ############################################################ */
/* bereich spacer */
/* ############################################################ */

.spacer {
display:block;background:red;
margin: 0 auto ;
padding:0rem 0rem;
min-height:1.5rem;
line-height:1.5rem;
padding:1rem 2rem;
border-top:solid 1.2rem  ;
border-color:rgba(0,0,0,.2);
font-size:1.5rem;
}

.spacer.btm {
border-top:0  ;
border-bottom:solid 1.2rem  ;
border-color:rgba(0,0,0,.2);
}

.spacer-a {display:block;
margin:0 auto;
text-align:right;
color:white;
}

/* icon beim spacer */
.spacer .seitentitel {text-transform:uppercase;
color:white;
}

/* icon beim spacer */
.spacer i {
color:gold;
}


/* ############################################################ */
/* bereich inhalt */
/* ############################################################ */

main {display:block;margin:0 auto;
padding:0rem 0rem 0rem 0rem;background:#F0F0F0;
}

#inhalt {display:block;
background:#fff;
padding:0rem;
margin:0 auto;
}

.inhalt-a {display:block;
margin:0 auto;
padding:4rem 2.5rem 4rem 2.5rem;
}

.inhalt-b {display:block;
background:#F4F7F4;
margin:0 auto;;
text-align:center;
padding:5rem 2.5rem 5rem 2.5rem ;
}

.inhalt-b .box {text-align:left;padding:0rem 0rem 3rem 0rem; }

.inhalt-b .box h3 {
	background: transparent;
	color: #7F7F7F;
	font-size: 1.5rem;
	font-weight: bold;
	text-transform: none;
	margin-top: 0rem;
	margin-bottom: 1.5rem;

padding:.2rem .4rem;
	border: solid 1px #DFDFDF
}

/* menu 2  */

.menu2 ,
.menu2  ul,
.menu2  li {
margin: 0;
padding: 0;
border: 0;
}

.menu2  {width:100%; }

.menu2 ul { display:block;
text-align:left;padding-left:2.2rem;
}

.menu2 li {
width:100%;
list-style-type: square;
color:#F00000
}

.menu2 li a {display:inline-block;
line-height:2.4rem;
display : inline;
width : 100%;
text-align:left;
color:#2B2D2F;
text-decoration: none;
padding:.1rem .2rem;
}

.menu2 li a:hover {
background:#2f2f2f;
color:#fff;
text-shadow:none;
text-decoration: none;
}




/* ####################################################################################################################################################### */
/* ########################################################## ---- Werbung für mz3 unter den TT-Heft ---- ################################################ */
/* ####################################################################################################################################################### */

#webungttheft {
justify-content:space-between;
border:solid thick;
border-color: #EAEAEA;
width:100%;
height: auto;
text-align: center;
margin-bottom:1rem;	
}


/* ####################################################################################################################################################### */
/* ########################################################## ---- Ende  Werbung für mz3 unter den TT-Heft ---- ############################################## */
/* ####################################################################################################################################################### */









/* ####################################################################################################################################################### */
/* ########################################################## ---- Spieler nebeneinander anzeigen ---- ############################################## */
/* ####################################################################################################################################################### */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++  fuer Mannschaften +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#rahmen_archiv {
justify-content:space-between;
border:solid thick;
border-color: #EAEAEA;
width:100%;
height: auto;
text-align: center;
margin-bottom:1rem;	
}

#saisondatum {
justify-content:space-between;
border:solid thick;
border-color: #EAEAEA;
width:100%;
height: auto;
text-align: center;
margin-bottom:1rem;	
}



#spielplantabelleueberschrift {
justify-content:space-between;
border:solid thick;
border-color: #EAEAEA;
width:100%;
height: auto;
text-align: center;
margin-top:1rem;
}


#tabellespielplan {
border:solid;
border-color: #EAEAEA;
width:100%;
height: auto;
margin-bottom:0rem;

}



.tabellespielplan-tabelle {
justify-content:space-between;
border:solid thick;
border-color: #EAEAEA;
width:100%;
height: auto;
text-align: center;
margin-bottom:0rem;
}









#mannschaft {
display:block;
background:#F4F7F4;
padding:0rem 0rem 0rem 0rem ;
width:100%;

}


.mannschaft-spieler { 
display:flex;
justify-content:space-center;
align-items: center;
background-color: #F4F7F4;
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
width:100%;
height: auto;
text-align:center;
margin-top:0rem;
}


.spieler1{
display:flex-center;
justify-content:space-between;
align-items: center;
background-color: #EAEAEA;
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
width:50%;
height: 25%;
text-align:center;
margin-left:1.5rem;
margin-top:1.5rem;
margin-bottom:1.5rem;
margin-right:1.5rem;
border:solid;
border-color: #EAEAEA;
}


#spieler1-dummy{
display:flex-center;
justify-content:space-between;
align-items: center;
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
width:50%;
height: 25%;
text-align:center;
margin-left:1.5rem;
margin-top:1.5rem;
margin-bottom:1.5rem;
margin-right:1.5rem;
border: hidden;
}






.spielertext {
	margin:1rem 1rem 1rem 1rem;
}

.spielerbild {
	margin:1rem 1rem 1rem 1rem;
}



#spielerergebnisse {
	margin-top:0px;
	margin-bottom:25px;
	margin-left:0px;
	margin-right:0px;
border:solid 10px;
border-color: #EAEAEA;
width:100%;
}



/* ####################################################################################################################################################### */
/* ######################################################## ---- Ende Mannschaften nebeneinander anzeigen ---- ########################################### */
/* ####################################################################################################################################################### */






/* ####################################################################################################################################################### */
/* ########################################################## ---- Rahmen auf  Seite Aktuelles ---- ###################################################### */
/* ####################################################################################################################################################### */

#rahmen_archiv_tsv_zu_tsg {
	margin-top:0px;
	margin-bottom:25px;
	margin-left:0px;
	margin-right:10px;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
	text-align: justify;
border:solid 10px;
border-color: #EAEAEA;
width:100%;

}





/* ####################################################################################################################################################### */
/* ########################################################## ---- Ende Rahmen auf  Seite Aktuelles ---- ################################################# */
/* ####################################################################################################################################################### */







/* ####################################################################################################################################################### */
/* #################################### ---- aufklappen von langen Texten auf  Seite Aktuelles ---- ###################################################### */
/* ####################################################################################################################################################### */
details {
	border: thin solid gainsboro;
	grid-column: 2 / 3;
	height: min-content;
	transition: all .5s;
	padding-left: 1em;
	padding-right:1em;
	padding-bottom:1em;
}

summary {
	position: relative;
	line-height: 300%;
	padding-left: 0em;
}

summary::-webkit-details-marker,
summary::marker {
	content: " mehr lesen ";
	/* Verwendung des "Pfeil"-Symbols anstelle des Dreiecks */
	
	color: green;
	font-size: 1em;
	font-weight: bold;
	transition: all 0.5s;
}


details[open] summary::-webkit-details-marker,
details[open] summary::marker {
	content: " ðŸ¡± ";
	color: red;
		font-size: 2em;

}

details p {
	padding: 1em;
}


h1 {
	grid-column: 1 / -1;
}



/* ####################################################################################################################################################### */
/* ############################### ---- Ende aufklappen von langen Texten auf  Seite Aktuelles ---- ###################################################### */
/* ####################################################################################################################################################### */







/* ####################################################################################################################################################### */
/* ##################################### ---- Bilder vergroessern Chronik 50 Jahre Tischtennis ---- ###################################################### */
/* ####################################################################################################################################################### */





#breite tr #haupt #main_inhalt tr td #inhalt tr td #mittelteil_rahmen
{
	height: auto;
	width: 100%;
}


#breite tr #haupt #main_inhalt tr td #inhalt tr td #mittelteil_rahmen #mittelteil_ueberschrift
{
	height: auto;
	width: 100%;
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
	letter-spacing: 2px;
	line-height: 30px;
}


#breite tr #haupt #main_inhalt tr td #inhalt tr td #mittelteil_rahmen #mittelteil_absatz
{
	height: auto;
	width: 100%;
}



#breite tr #haupt #main_inhalt tr td #inhalt tr td #mittelteil_rahmen #mittelteil_absatz #mittelteil_absatz_aufteilung_links
{
	float: left;
	height: auto;
	width: 70%;
	text-align: justify;
}



#breite tr #haupt #main_inhalt tr td #inhalt tr td #mittelteil_rahmen #mittelteil_absatz #mittelteil_absatz_aufteilung_rechts
{
	float: right;
	height: auto;
	width: 25%;
	margin-top: 20px;
}



#breite tr #haupt #main_inhalt tr td #inhalt tr td #mittelteil_rahmen #mittelteil_training
{
	height: auto;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 25px;
	text-align: center;
}



#breite tr #haupt #main_inhalt tr td #inhalt tr td #mittelteil_rahmen_aktuelles
{
	height: auto;
	width: 100%;
}





/* Mouseover Anfang für Spielerbilder */
.pr, .pl {
	width: 10em;
	margin: 0em;
}


.pr {
	float: right;
	margin-right: 0;
}


.pl {
	float: left;
	margin-left: 0;
}
.apop, .bpop {
	display: none;
}


a.tpop {
	display: block;
	text-decoration: none;
}
a.tpop:hover, a.itr:hover {
	border: 0;
}


/* macht den ganzen Block anklickbare im IE / Win und ist beim Rendern OP7 gut (Pausen / Mac IE?) \*/
a.tpop {
	position: relative;
}


a.tpop:hover .apop {
	display: block;
	position: absolute;
	z-index: 1;
	width: 10px;/*original war 10 */
}


.intp, .apop span {
	display: block;
	padding: 0em;original war 0 
}


.intp {
}


.apop span {
}


#wrap {
	margin: 0 5em;
	padding: 0.4em;
}


.itr {
	display:inline;
	position: relative;
	text-decoration: none;
}


.itr:hover .bpop {  /*  position von Mouver Bild Spieler */ 
	display: block;
	position: absolute;
	font-size: 0.8em;
	top: -205px;
	right: -470px;
	padding-top: 1px;
	padding-right: 40px;
	padding-bottom: 2px;
	padding-left: 40px;
}

/* +++++++++++++++++++++++++++++++++++++ ---- Ende Bilder vergroessern Chronik 50 Jahre Tischtennis ---- ++++++++++++++++++++++++++++++++++++++++++++++++ */









/*  ----------------------------------------  */
/* box information  */
/*  ----------------------------------------  */

#information  {
	display: block;
}

#information  .box {display:inline-block;
background:#F4F7F4;
padding:.8rem ;
margin-bottom:2rem;
POSITION:relative;
border:0;
}

#information .button  {text-align:right;margin-right:4.4rem ;}

/* button wird am unteren rand der box platziert  */
#information .button span.mehr_lesen a {display:inline-block;
POSITION:absolute;
bottom:0;
margin:0;
padding:.4rem 1rem .4rem 1rem;
}



/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

footer {
background:#808080;
margin:0 auto;
padding:0rem 0rem 0rem 0rem ;
}

#fuss {display:block;background:#1f1f1f;
width:100%;
margin: 0 auto;
padding:0 ;
}

.fuss-a {display:block;
margin: 0 auto;
padding:0 1.5rem;
}

#fuss-2 {padding:0rem ;background:#2f2f2f;
margin:0 auto;
width:100%;
border-top:solid 1px rgba(0,0,0,.1);
}

.fuss-2a {display:block;
margin: 0 auto;
padding:0rem 1.5rem;
}

#fuss .box,
#fuss-2 .box  {
text-align:left;
padding:1rem 1rem;
margin-bottom:1rem;
}

#fuss-2 .box   {
margin-bottom:0rem;
}

#fuss .box h3 {
text-align:left;
font-size:1.4rem;
color:#fff;
font-weight:bold;
margin-bottom:1rem;
}


#fuss-besucherzaehler {
width:150px;
}


/*  ----------------------------------------  */
/*  die wesentlichen schriftformate fuer den gesamten footer plus fussmenu und fussmenu-2 */
/*  ----------------------------------------  */

#fuss,
#fuss li a,
#fuss-2,
#fuss-2 li a,
.fussmenu li.kein-link {
color:#DFDFDF;
font-size:1.4rem;
line-height:2.2rem;
text-decoration:none;
}
/*  ------  */


.fussmenu  ul {text-align:left;padding: 0;margin: 0; }
.fussmenu  li {list-style:none;padding-left:0rem;margin:0 }
.fussmenu  li.kein-link {}
#fuss li a:hover {color:#fff;text-decoration:underline }

.fussmenu-2 li {margin:0 .5rem;}
#fuss-2 li a:hover {color:#fff;text-decoration:underline;  }






/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++ zusaetzliche Stiles fuer einzelne Seiten und Texte --- ++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#pagetop main #inhalt .inhalt-a .text {

}
#pagetop main #inhalt .inhalt-a .text {
	font-family: Arial, Helvetica, sans-serif;
}
#pagetop main #inhalt .inhalt-a .text {

}
#pagetop main #inhalt .inhalt-a .text {
	text-align: justify;
}
.schrift_linksausrichtung {
	text-align: left;
}
.infoabteilung_trainingszeiten {
	font-weight: strong;
}
.datum_zentriert_aktuelles {
	text-align: center;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++ zusaetzliche Stiles fuer einzelne Seiten und Texte --- ++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */




/* ############################################################ */
/* M E D I A   Q U E R I E S */
/* CSS Bildschirmabfragen */
/* ############################################################ */

/* ==================================== ab 320 pixel ================================== */
@media (min-width: 320px) {

/*
 - hinweis -
fÃ¼r die kleinste smartphone-auflÃ¶sung von 320 pixel benÃ¶tigen wir KEINE bildschirmabfragen (css-media queries),
denn hierfÃ¼r gilt ja automtisch der gesamte vorstehende quelltext-code  -
weil wir das template ja 'MOBILE-FIRST' angelegt haben.
*/

}


/* ==================================== ab 360 pixel ================================== */
@media (min-width: 360px) {

/* keine angabe */
}


/* ==================================== ab 480 pixel ================================== */
@media (min-width: 480px) {

/* - - - - -   GRID-SYSTEM    - - - - - */
.box-1_of_1  {width: 70%;  }
.box-1_of_2  {width: 50%; }
.box-1_of_3  {width: 33.33%;  }
.box-1_of_4  {width: 50%; }
#fuss .box-1_of_3  {width: 50%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


/* ==================================== ab 580 pixel ================================== */
@media (min-width: 580px) {

html {font-size:68%; }

#top {display:table;
width: 100%;height:100%;
border-spacing:2rem .2rem;
table-layout:fixed;
border-collapse:separate;
padding:.5rem 0;
}

#top .box {display:table-cell;text-align: center;vertical-align:middle; }
#top .box:nth-child(2) {text-align:right;width:20rem; }
#top ul.icons { margin:0rem 0 0 0 ; }

.inhalt-b .box {width: 70%; }

/* - - - - -  GRID-SYSTEM  - - - - - */
#information  .box {width:75%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

.fussmenu-2  li {display:inline-block; /* menÃ¼ wechselt von vertikal nach horizental */
}



}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

#inhalt,
#top,
#logo,
#fuss,
#fuss-2,
.spacer {width:90%; }



}


/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {


#inhalt,
#top,
#logo,
#fuss,
#fuss-2,
.spacer {width:100%; }

#inhalt {display:table;
width:100%;
height:100vh;
table-layout:fixed;
border-collapse:separate;
}

.inhalt-a {display:table-cell;width:100%;
vertical-align:top;
padding:4rem 3rem 8rem 3rem;
}

.inhalt-b {display:table-cell;
width:22rem;
vertical-align:top;
padding:4rem 1.5rem 4rem 1.5rem;
}

.inhalt-b .box h3 {text-align:left; }

/* - - - - -   GRID-SYSTEM    - - - - - */
.box-1_of_4  {width: 25%; }
.inhalt-b .box {width: 100%; }
#fuss .box-1_of_3  {width: 33.33%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */


}


/* ===================================== ab 800 pixel ================================= */
@media (min-width: 800px) {

/* keine angabe */


}


/* ===================================== ab 960 pixel ================================= */
@media (min-width: 960px) {

#inhalt,
#top,
#logo,
#fuss,
#fuss-2,
.spacer {width:90%; }

/* - - - - -  GRID-SYSTEM  - - - - - */
.box-1_of_1  {width: 50%; }
#fuss .box-1_of_4  {width: 25%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

#information  {
display:block;
width: 100%;
table-layout:fixed;
border-collapse:separate;
padding:0;
}

#information .box {display:table-cell;vertical-align:top; }

}


/* ===================================== ab 1024 pixel ================================= */
@media (min-width: 1024px) {

pre {width:70%; }


}


/* ===================================== ab 1200 pixel ================================= */

@media (min-width: 1200px) {

#inhalt,
#top,
#logo,
#fuss,
#fuss-2,
.spacer {width:80%; }


}


/* ===================================== ab 1400 pixel ================================= */

@media (min-width: 1400px) {

html {font-size:74%; }

}


/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */
