






/*Farb�nderungen EDVSolutions.org*/
/*body color:#D3C8C2; --> body color:#FFFFFF*/
/*h1, h2, h3, h4, h5 color:#D3C8C2; --> h1, h2, h3, h4, h5 color:#FFFFFF*/
/*a color:#D3C8C2; --> a color:#FFFFFF;*/
/*a:hover color:#D3C8C2; --> a:hover color:#??????;*/
/*.section-content background:#846468; IE9 background:linear-gradient(to right, #846468 ,#523c3f , #523c3f , #846468); --> .section-content background:#DB9CC8; IE9 background:linear-gradient(to right, #DB9CC8 ,#AE408D , #AE408D , #DB9CC8);*/
/*#sidebar .box background:#412226; --> #sidebar .box background:#8B1066;*/
/*.extra-bild  .box-tabcell-1b background:#ae8c91; IE9 background:linear-gradient(to right ,#95686F, #ae8c91, #ae8c91 ,#95686F); --> .extra-bild  .box-tabcell-1b background:#B70080; IE9 background:linear-gradient(to right ,#DB9DC8, #B70080, #B70080 ,#DB9DC8); */
/* .contentbox-1b h3 { background:#ae8c91; color:#574740; --> .contentbox-1b h3 { background:#DB9DC8; color:#B70080; */
/* .section-fuss background:#412226; --> .section-fuss background:#8B1066; */

/*8F666C --> AE428D*/
/*838383 --> AC83A0*/
/*F2E6E8 --> FFFFFF*/
/*D7C8CA --> DB9DC8*/

/* = = = = = = = = = = = = = = = = = datei format.css = = = = = = = = = = = = = = = = = = = = = = = = = */


/* ############################################################ */
/* allgemein */
/* ############################################################ */

*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}


html, body {
font-family:'open_sanslight',georgia, tahoma, arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
font-size:62.5%;
line-height:1.5;
font-weight:normal;
height:100%;
}

body {
color: #FFFFFF;	
font-size:1.7rem;
margin: 0 auto;
}


/* �berschriften */


/* �berschriften */

h1, h2, h3, h4, h5 {
color: #FFFFFF;
text-align:left;
letter-spacing:0px;
font-weight:bold;
text-transform:none;
}

h1 {
font-size:3.5rem;
line-height: 3.7rem;
margin-top: 0rem;
margin-bottom: 5.2rem;
}

h2 {
font-size:2.5rem;
line-height: 3rem;
margin-top: 2rem;
margin-bottom: 3.5rem;
}


h3 {
font-size:2rem;
line-height: 2.4rem;
margin-top: 1rem;
margin-bottom:2.5rem;
letter-spacing:0rem;
}

h4 {
font-size:1.6rem;
line-height: 2rem;
margin-top:1rem;
margin-bottom:2rem;
letter-spacing:0rem;
}


/* allgemeine links  */

a {background-color:transparent;
color: #FFFFFF;
text-decoration: underline;
}

a:hover  {
color: #FFFFFF;
text-decoration:none;
}

/* quelltext-erkl�rungen - wenn vorhanden */
pre {white-space:pre-wrap;position:relative;
font-size:1.5rem;
padding:0rem 0.5rem 1rem 0.5rem;
margin:2rem auto;
text-align:center;
background: #AE408D;
color:#000;
border:dashed 1px #fff;
font-family:'open_sanslight',georgia, tahoma, arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
}

pre .extra {display:inline-block;position:absolute;left:0rem;top:1rem;font-size:2rem;
color:#000;font-weight:bold;
transform:rotate(-45deg);
}


.container_haupt {
margin:0 auto;
padding:0;
width:100%;
}

/* bilder  anpassen der gr�sse  */
/*
wenn sie eigene einzelne bilder einbauen, unabh�ngig von unserem bilderstystem,
dann werden diese bilder maximal (max-width) so gross wie die original-abmessungen des bildes
bwz. des umschliessenden containers wenn vorhanden
*/

img , a img {max-width: 100%;
height: auto;
margin:0 auto;
}


/* ############################################################ */
/* bilder/boxen im inhaltsbereich  */
/* ############################################################ */


.wrapper-box {display:block;
text-align:center;
padding:0rem;
}

.wrapper-box .box img,
.wrapper-box .box a img {display:block;
width: 100%;
height: auto;
box-shadow:1px 1px 2px #000;
}

.box {display:inline-block;
width:100%;
vertical-align:top;
padding:.5rem;
margin:0 -.2rem 0 -.2rem ;/* 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%; }


/* ############################################################ */
/* bereich content - inhaltsbereich */
/* ############################################################ */

.section-content {
width:100%;
margin:0;
padding:0;
background: #DB9CC8;
background: linear-gradient(to right, #DB9CC8 , #AE408D , #AE408D , #DB9CC8);
}

.content {
display:table;
border-spacing:0rem 0rem ;
width:100%;
height:100%;
margin:0 auto;
padding:1rem 1rem;
text-align:left;
}

/* tabellenzelle-reihe */
.content .tabrow {display:table-row; }

/* seitentitel */
.seitentitel{display:block;
color: #FFFFFF;
font-size:1.5rem;
font-weight:bold;
margin-bottom:2rem;
text-transform:uppercase;
text-align:right;
}

.seitentitel:before {display:inline-block;
font-family:'Font Awesome 5 Free';
content:"\f06c";
font-style: normal;
font-variant-caps: normal;
font-variant-ligatures: normal;
font-weight: 900;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
text-decoration: none;
letter-spacing:0rem;
text-shadow:none;
color: #FFFFFF;
padding-right:.8rem;
padding-left:0rem;
}

/* suche */
.suche {display:block;
text-align:right;
padding-right:2.5rem;
}

.suche .suchfeld
{
	background: #DB9DC8;
	border-color: #AE408D;
}

.suche .suchbutton
{
	background-color: #AE408D;
	border-color: #AE408D;
	color: #FFFFFF;
}

/* Suche */
.search{display:block;
color: #FFFFFF;
font-size:1.5rem;
font-weight:bold;
margin-right:2.1rem;
/*margin-bottom:2rem;*/
text-transform:uppercase;
text-align:right;
}

.search:before {display:inline-block;
font-family:'Font Awesome 5 Free';
content:"\f002";
font-style: normal;
font-variant-caps: normal;
font-variant-ligatures: normal;
font-weight: 900;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
text-decoration: none;
letter-spacing:0rem;
text-shadow:none;
color: #FFFFFF;
padding-right:.8rem;
padding-left:0rem;
}


/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* inhaltsspalte  */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.boxtable {display:inline-block;
width:100%;
vertical-align:top;
padding:.2rem;
margin:0 -.4rem 0 -0rem ;/* ausgleich ( minus-margin) f�r INLINE-BLOCK-WHITESPACE-BUG*/
}

.contentbox-1a  {width:100%;
display:inline-block;
text-align:left;
padding:0rem 0rem;
}

#inhalt.wrapper-box-table {
display:table;
border-spacing:0 .5rem;
width:100%;height:100%;
padding:0;
box-shadow:none;
}

#inhalt .box {
}

#inhalt .box-tabcell-1a {background:transparent;
display:inline-block;
width: 100%;
height:100%;
padding:3rem 2rem;
vertical-align:top;
text-align:left;
}

/* ----- bilder/boxen bei EXTRA-BILD auf index.html -----  */

#inhalt .extra-bild.wrapper-box-table {
display:table;
border-spacing:0rem 0rem ;
padding:0;
width:100%;
margin:2rem 0;
text-align:center;
box-shadow:0px 1px 3px #000;
}

#inhalt .extra-bild  .box-tabcell-1a {
display:inline-block;
width: 100%;
min-height:20rem;
padding:0rem;
vertical-align:middle;
text-align:center;
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}

/* tabellenzelle-reihe */
.extra-bild .tabrow {display:table-row; }

.extra-bild  .box-tabcell-1b {
display:inline-block;
width: 100%;
min-height: 20rem;
background: #B70080;
background: linear-gradient(to right ,#DB9DC8, #B70080, #B70080 ,#DB9DC8);
color: #FFFFFF;
padding:2rem 1rem;
vertical-align:middle;
text-align:left;
}

.box-tabcell-inform {
display:inline-block;
width: 100%;
background: #faf205;
background: linear-gradient(to right , #faf205, #fffed9, #faf205 , #fffed9);
color: #000000;
padding:2rem 1rem;
vertical-align:middle;
text-align:left;
}

.box-tabcell-inform h3 {
color: #000000;
font-weight:bold;
margin-top:-1rem;
}

.extra-bild .box-tabcell-1b h3 {
color: #FFFFFF;
font-weight:bold;
margin-top:-1rem;
}

.extra-bild .box-tabcell-1b a {
color: #FFFFFF;
}

.extra-bild .box-tabcell-1b  a:before {display:inline-block;
font-family:'Font Awesome 5 Free';
color: #FFFFFF;
content:"\f35d";
font-style: normal;
font-variant-caps: normal;
font-variant-ligatures: normal;
font-weight: 900;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-size:1.4rem;
text-decoration: none;
margin-right:.3rem;
margin-left:.3rem;
}

.extra-bild .box-tabcell-1b  a:hover:before {
color:#fff;

}

/* ----- Tabellen im inhaltsbereich --(edited by EDVSolutions.org 2020-04-02)--- */

.wrapper2-box {display:block;
text-align:center;
padding:0rem;
}

.wrapper3-box {display:block;
text-align:left;
padding:0rem;
}

/* ----- Tabellen im inhaltsbereich --(edited by EDVSolutions.org 2024-10-02)--- */

.wrapper6-box {display:block;
text-align:left;
padding:0rem;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* sidebar  (seitenleiste  */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.contentbox-1b  {width:100%;
color: #DB9DC8;
display:inline-block;
vertical-align:top;
font-size:1.5rem;
}

.contentbox-1b h3 {
background: #DB9DC8; 
color: #B70080;
font-size:1.6rem;
line-height: 1.9rem;
padding:.2rem .2rem .2rem .6rem;
}

.contentbox-1b a {
color:  #DB9DC8;	
}

#sidebar.wrapper-box-table {
display:table;
border-spacing:0 .5rem;
width:100%;
padding:0;
box-shadow:none;
}

#sidebar .box {
background: #8B1066;
display:inline-block;
width: 100%;
min-height:8rem;
padding:1rem 2rem;
vertical-align:middle;
text-align:left;
}

#sidebar .box-tabcell-1a {text-align:center; }
#sidebar .box-tabcell-1b {text-align:center; }


/* tabellenzelle-reihe */
#sidebar .tabrow {display:table-row; }
#sidebar .tabrow1 {display:table-row; }
#sidebar .tabrow2 {display:table-row; }
#sidebar .tabrow3 {display:table-row; }
#sidebar .tabrow4 {display:table-row; }
#sidebar .tabrow5 {display:table-row; }


/* icons*/

#sidebar .fas ,
#sidebar .fab ,
#sidebar .far {display:inline-block;
background:transparent;
color: FFFFFF;
width:2rem;
height:2rem;
line-height:2rem;
margin-right:.6rem;
font-size:1.4rem;
border-radius:.5rem;
text-align:center;
}

/* einr�ckung nach den icons */

#sidebar.wrapper-box-table blockquote {display:inline-block;
margin:0 0 0 2.6rem;
}


/* logo und name */
#sidebar .logo  {display:block;
height:22rem;
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
width:100%;
text-align:center;
padding: 0rem 0;margin-bottom:1rem;
}

.name {display:block;
color:white;
text-align:center;
padding:1rem .4rem;
text-transform:uppercase;
letter-spacing:4px;
}

.f-letter {color:#D1BEC1; }


/* verschiedene logo auf den unterseiten */

#sidebar .logo.back01  {
background-image:url(../images/picture01.jpg); }

#sidebar .logo.back02  {
background-image:url(../images/picture02.jpg); }

#sidebar .logo.back03  {
background-image:url(../images/picture03.jpg); }

#sidebar .logo.back04  {
background-image:url(../images/picture08.jpg); }

#sidebar .logo.back05  {
background-image:url(../images/picture05.jpg); }

#sidebar .logo.back06  {
background-image:url(../images/picture06.jpg); }


/* -----logo icon ----- */

#sidebar .logo  { }

#sidebar .logo ul {
padding:0rem;
margin:0rem;
}

#sidebar .logo li {list-style:none;
display:inline-block;
padding:0rem;
}

#sidebar .logo .fas ,
#sidebar .logo .fab ,
#sidebar .logo .far  {
display:inline-block;background:#454545;
height:14rem;
width:14rem;
line-height:14rem;
font-size:9rem;
letter-spacing:0rem;
color: #AC83A0 ;
box-shadow:0px 0px 1px #000;
border-radius:1rem;
}



/* ############################################################ */
/* bereich fusstop */
/* ############################################################ */

.section-fusstop {
width:100%;
background: #AE408D;
}

.fusstop-content {
text-align:center;
margin: 0rem auto;
padding:0rem 0 ;
}

#fusstop ul.pagination {display:inline-block;
margin:0rem 0rem ;
padding:0rem;
}

#fusstop .pagination li {list-style-type : none;
display:inline-block;
margin:0rem -.1rem;
padding:1rem 0rem;
font-family:arial, sans-serif, helvetica;
}


#fusstop .pagination li a ,
#fusstop .pagination li a .fas ,
#fusstop .pagination li a .fab ,
#fusstop .pagination li a .far {
display:inline-block;
color:#000;
width:3rem;
height:3rem;
line-height:3rem;
font-size:1.4rem;
box-shadow:none;
text-align:center;
text-decoration:none;
transition:transform .3s ease-out;
}

#fusstop .pagination li a:hover ,
#fusstop .pagination li a:hover .fas ,
#fusstop .pagination li a:hover .fab ,
#fusstop .pagination li a:hover .far {
background: #AC83A0;
color:black;
}

#fusstop .pagination  #aktuell2  a,
#fusstop .pagination  #aktuell2  a .fas ,
#fusstop .pagination  #aktuell2  a .fab ,
#fusstop .pagination  #aktuell2  a .far {
background:#8B1066;
color:white;
box-shadow:none;
}


/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

.section-fuss {
width:100%;
background: #8B1066;
}

.fuss-content {
text-align:center;
margin: 0rem auto;
padding:2.4rem 0 ;
}

/* -----menu ----- */

#fuss ul {text-align:center;
padding:0rem;
margin:0;
}

#fuss li  {display:inline;
list-style:none;
padding:0rem 0rem;
margin:0;
}

#fuss li a {
text-decoration : none;
font-size:1.4rem;
height:2.4rem;
line-height:2.4rem;
letter-spacing:0rem;
padding:.3rem .5rem .3rem .5rem;
margin: 0;
color:  #DB9DC8;
/*color:#fff;*/
background:transparent;
border-bottom:solid 3px #b22222;
}

#fuss li a:hover  {
text-decoration:none;
border-bottom:solid 3px white;
}


/* fussname */

.fussname {
display:inline-block;
font-weight:normal;
color:  #DB9DC8;
/*color:#fff;*/
text-shadow:none;
margin:0 auto;
padding:.6rem 0rem;
font-size:1.2rem;
letter-spacing:2px;
text-transform:uppercase;
}

.fussname a {
text-decoration: none;
color:  #DB9DC8;	
}

/* ############################################################ */
/* M E D I A   Q U E R I E S - RESPONSIVE-BILDSCHIRMABFRAGEN */
/* ############################################################ */

/* ==================================== ab 320 pixel ================================== */


/* - - - - -  nur info - - - - - */
/*  f�r die kleinste smartphone-aufl�sung von 320 pixel ben�tigen wir KEINE bildschirmabragen (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 400 pixel ================================== */

@media (min-width: 400px) {

/* keine angabe */

}


/* ==================================== ab 480 pixel ================================== */

@media (min-width: 480px) {

/* - - - - -  GRID-SYSTEM #2 mit display:table-cell  - - - - - */
 .extra-bild .box-tabcell-1b  { padding:2rem 2rem; }
/* - - - - -  ende GRID-SYSTEM #2 mit display:table-cell  - - - - - */


}


/* ==================================== ab 580 pixel ================================== */
@media (min-width: 580px) {

/* - - - - -   GRID-SYSTEM #1 mit display:inline-block  - - - - - */
.box-1_of_1 {width: 50%; }
.box-1_of_2 {width: 50%; }
.box-1_of_3 {width: 33.33%; }
.box-1_of_4 {width: 50%; }
.box-1_of_5 {width: 33.33%; }
.box-1_of_6 {width: 25%; }
/* - - - - - ende  GRID-SYSTEM #1 - - - - - */

/* - - - - -  GRID-SYSTEM #2 - mit display:table-cell - - - - - */
#sidebar.wrapper-box-table {border-spacing:1rem .5rem; }
#inhalt.wrapper-box-table {border-spacing:1rem .5rem; }
#sidebar .box {display:table-cell;width: 50%; }
#sidebar .tabrow {display:none; }
#sidebar .tabrow3 {display:none; }
#sidebar .tabrow4 {display:none; }
#sidebar .tabrow5 {display:none; }
	
/* - - - - - ende  GRID-SYSTEM #2  - - - - - */
	
/* - - - - -   GRID-SYSTEM #1 mit display:inline-block  - - (edited by EDVSolutions.org 2020-04-02)- - - */
.boxtable-1_of_1 {width: 50%; }
.boxtable-1_of_2 {width: 50%; }
.boxtable-1_of_3 {width: 33.33%; }
.boxtable-1_of_4 {width: 50%; }
.boxtable-1_of_5 {width: 33.33%; }
.boxtable-1_of_6 {width: 25%; }

.boxtable2-1_of_1 {width: 50%; }
.boxtable2-1_of_2 {width: 50%; }
.boxtable2-1_of_3 {width: 33.33%; }
.boxtable2-1_of_4 {width: 50%; }
.boxtable2-1_of_5 {width: 33.33%; }
.boxtable2-1_of_6 {width: 25%; }
/* - - - - - ende  GRID-SYSTEM #1 - - - - - */	

}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

/* - - - - -  GRID-SYSTEM #1 mit display:inline-block - - (edited by EDVSolutions.org 2020-04-02)- - - */
#sidebar .boxtable-1_of_4 {width:50%; }
/* - - - - - ende  GRID-SYSTEM #1 - - - - - */

}


/* ==================================== ab 768 pixel ================================== */
@media (min-width: 768px) {

html {font-size:70%;}

/* - - - - -   GRID-SYSTEM #1 mit display:inline-block - - - - - */
.box-1_of_2 {width: 50%;  }
.box-1_of_3 {width: 33.33%;  }
.box-1_of_6 {width: 25%;  }
/* - - - - - ende  GRID-SYSTEM #1  - - - - - */



/* - - - - -  GRID-SYSTEM #2 mit display:table-cell  - - - - - */
#inhalt .extra-bild .box-tabcell-1a {display:table-cell;width: 50%; }
 .extra-bild .box-tabcell-1b  {display:table-cell;width: 50%;font-size:1.3rem; }
 .extra-bild .box-tabcell-1b h3 {font-size:1.6rem;margin-bottom:.5rem; }
 .extra-bild .tabrow {display:none; }
/* - - - - -  ende GRID-SYSTEM #2 mit display:table-cell  - - - - - */

/* - - - - -   GRID-SYSTEM #1 mit display:inline-block - - (edited by EDVSolutions.org 2020-04-02)- - - */
 .boxtable-1_of_2 {width: 50%;  }
 .boxtable-1_of_3 {width: 33.33%;  }
 .boxtable-1_of_6 {width: 25%;  }

 .boxtable2-1_of_2 {width: 50%;  }
 .boxtable2-1_of_3 {width: 33.33%;  }
 .boxtable2-1_of_6 {width: 25%;  }
/* - - - - - ende  GRID-SYSTEM #1  - - - - - */		
	
}


/* ==================================== ab 800 pixel ================================== */

@media (min-width: 800px) {

/*  keine angabe  */

}


/* ===================================== ab 960 pixel ================================= */

@media (min-width: 960px) {

/* logo */
#sidebar .logo  {height:20rem; }

/* - - - - -  GRID-SYSTEM #1 mit display:inline-block  - - - - - */
.box-1_of_4 {width: 25%; }
.box-1_of_5 {width: 20%; }
.box-1_of_6 {width: 20%; }
/* - - - - - ende  GRID-SYSTEM #1  - - - - - */


/* - - - - -  GRID-SYSTEM #2 mit display:table-cell  - - - - - */
.content { padding:3rem 1rem; }
#sidebar.wrapper-box-table {border-spacing:1rem 1rem; }
#sidebar .box {padding:1rem .5rem; }
#inhalt.wrapper-box-table {border-spacing:1rem 1rem; }
.contentbox-1a  {width:70%;display:table-cell; }
.contentbox-1b  {width:30%;display:table-cell;font-size:1.3rem; }
.content .tabrow {display:none; }
#sidebar .tabrow {display:table-row; }
#sidebar .tabrow3 {display:table-row; }
#sidebar .tabrow4 {display:table-row; }
#sidebar .tabrow5 {display:table-row; }
	
/* - - - - -  ende GRID-SYSTEM #2 - mit display:table-cell  - - - - - */


}


/* ===================================== ab 1100 pixel ================================= */

@media (min-width: 1100px) {

.content { padding:3rem 3rem; }

pre {width:50vw; }

/* - - - - -  GRID-SYSTEM #1 mit display:inline-block  - - (edited by EDVSolutions.org 2020-04-02)- - - */
#sidebar .boxtable-1_of_4 {width:100%; }
.boxtable-1_of_4 {width: 25%; }
.boxtable-1_of_5 {width: 20%; }
.boxtable-1_of_6 {width: 20%; }

.boxtable2-1_of_4 {width: 25%; }
.boxtable2-1_of_5 {width: 20%; }
.boxtable2-1_of_6 {width: 20%; }

/* - - - - - ende  GRID-SYSTEM #1  - - - - - */		

}


/* ===================================== ab 1200 pixel ================================= */

@media (min-width: 1200px) {

.content { padding:3rem 5rem; }

#inhalt .box-tabcell-1a  { text-align:justify;}
#sidebar .box {padding:1rem 1rem; }

}


/* ===================================== ab 1300 pixel ================================= */

@media (min-width: 1300px) {

.content { padding:3rem 7rem; }


}


/* ===================================== ab 1400 pixel ================================= */

@media (min-width: 1400px) {

.content { padding:3rem 8rem; }


}


/* ===================================== ab 1500 pixel ================================= */

@media (min-width: 1500px) {

.content {padding:3rem 10rem; }


}


/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */