

/* = = = = = = = = = = = = = = = = = 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.4;
font-weight:normal;
height:100%;
}

body {
font-size:1.7rem;
margin: 0 auto;
}

/*  Tabelle float */
table { /* Styling der Tabelle */ }

.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}

/* zusätzliche zeilenabstände, absatz */
.content br {
line-height:.6;
}

p.break  {
line-height:7rem;margin:0;
}


/* überschriften */

h1, h2, h3, h4, h5 {
color:#000;text-align:left;
text-transform:uppercase;letter-spacing:2px;
}

h1 {
font-size:3.5rem;
line-height: 3.7rem;
margin-top: 0rem;
margin-bottom: 4.2rem;

}

h2 {
color:#1F1F1F;
font-size:2.4rem;
line-height: 3rem;
margin-top: 0rem;
margin-bottom: 3.5rem;
font-weight:normal;
}

h2:after {text-align:left;
border-top: 8px solid yellow;
display: block;
width: 60px;
content: "";
margin: 8px 0 ;
}


h3 {
font-size:1.8rem;
line-height: 2.3rem;
margin-top: 2.1rem;
margin-bottom:1.4rem;
letter-spacing:.1rem;
font-weight:normal;
text-transform:none;
}

/* allgemeine links  */

a {background-color:transparent;
color:#000;
text-decoration:none;
}

a:hover  {color:#000;
background-color:transparent;
text-decoration:none;
}

/* quelltext-erklärungen - wenn vorhanden */
pre {white-space:pre-wrap;position:relative;
font-size:1.5rem;
padding:1rem 0.5rem 1rem 0.5rem;
margin:2rem auto;
text-align:center;
background:#ffa500;
color:#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:#fff;font-weight:bold;
transform:rotate(-45deg);
}


/* ############################################################ */
/*  speziell*/
/* ############################################################ */


.container_haupt {
margin:0 auto;
padding:0;
width:100%;
}

.wrapper {
margin:0 auto;
width:100%;
padding:0rem;
}

.table-wrapper {
    overflow: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

/* 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 {max-width: 100%;
height: auto;
margin:0 auto;
}


/* ############################################################ */
/* bereich logo */
/* ############################################################ */

.section-logo {
width:100%;height:38rem;
background:#fff;
}

.logo {position:relative;
width:100%;height:100%;
color:#737060;
margin:0 auto;
}


/* bilder im logo-bereich */



.logo-content {
width:100%;
height:35rem;display:table-cell;
vertical-align:top;
margin:0 auto;background-image:url(../images/logo.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}



.wrapper-box-table {
display:table;
margin:0 auto;
width:100%;
height: 100%;
padding:0;
border-collapse:separate ;
border-spacing:.6rem .3rem;
background:#7BC6FF;
border-top:solid .6rem white;
border-right:solid .3rem white;
border-bottom:solid .6rem white;
border-left:solid .3rem white;
}

.box-tabcell-3a {
background-image:url(../images/logo.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
display:table-cell;
width: 100%;
height:33.33%;padding:0;
vertical-align:middle;
}

.box-tabcell-3b {
background-image:url(../images/picture05.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
display:table-cell;
width: 70%;
height:33.33%;padding:0;
vertical-align:middle;
}

.box-tabcell-3c {
background-image:url(../images/picture04.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
display:table-cell;
width: 70%;
height:33.33%;padding:0;
vertical-align:middle;
}

/* tabellenzelle-reihe */
.tabrow {display:table-row;
}

/* andere bilder im logo-bereich - seite index6.html (sextus) */

.box-tabcell-3a.back06 {
background-image:url(../images/logo.png);
}

.box-tabcell-3b.back06 {
background-image:url( ../images/2019/tattoo.jpg);
}

.box-tabcell-3c.back06 {
background-image:url( ../images/2019/cool.png);
}


/* name / seitentitel  */

.name-wrapper {position:absolute;
display:table;
top:50%;left:50%;
width:20rem;
height:20rem;
margin-left:-8rem;
background-color:rgba(68, 167, 197, 0.8);
box-shadow: 0px 0px 0 3px #000;
padding:0;
margin-top:-8rem;
border-radius:100%;
}

.name {display:table-cell;
margin:0 auto;
text-align:center;vertical-align:middle;
color:yellow;
text-shadow:1px 1px 1px black;
font-size:2.0rem;
padding: 0;
}



/* ############################################################ */
/* bereich content */
/* ############################################################ */


.content-wrapper {
width:100%;
}

.section-content {
width:100%;
margin:0;
padding:0;
}

.content {
display:block;
width:100vw;
min-height:60vh;
margin: 0 auto;
padding:6rem 3rem;
text-align:left;
}



/* - - - - - - - - - -  der erste abschnitt und davon ausgehend jeder vierte abschnitt, also abschnitt 1, abschnitt 5, abschnitt 9 usw - - - - - - - - - -  */

.section-content:nth-child(4n+1)  {
background:#0c5aa6;
color:#C2D6E4;
}

.section-content:nth-child(4n+1) h2 ,
.section-content:nth-child(4n+1) h3{
color:#EBEBE7;
}

.section-content:nth-child(4n+1) a {
color:#D8D8D8;
text-decoration:underline;
}

.section-content:nth-child(4n+1) a:hover {
text-decoration:none;
}


/* - - - - - - - - - -  der zweite abschnitt und davon ausgehend jeder vierte abschnitt, also abschnitt 2, abschnitt 6, abschnitt 10 usw - - - - - - - - - -  */

.section-content:nth-child(4n+2) {
color:#000;
background: radial-gradient(#ff9700 50%, transparent 50%) 0 0,
radial-gradient(orange 50%, transparent 50%) 16px 16px,
radial-gradient(rgba(255,255,255, 0.1) 15%, transparent 15%) 0 1px;
background-color: #000;
background-size: 32px 32px;
}

.section-content:nth-child(4n+2) .content {background:#ff9700;
}

.section-content:nth-child(4n+2) h2 ,
.section-content:nth-child(4n+2) h3{
color:#000;
}

.section-content:nth-child(4n+2) a {
color:#000;
text-decoration:underline;
}

.section-content:nth-child(4n+2) a:hover {
text-decoration:none;
}



/* - - - - - - - - - -  der dritte abschnitt und davon ausgehend jeder vierte abschnitt, also abschnitt 3, abschnitt 7, abschnitt 11 usw - - - - - - - - - -  */

.section-content:nth-child(4n+3) {
color:#809eff ;
background: radial-gradient(#0C5AA6 50%, transparent 50%) 0 0,
radial-gradient(#0C5AA6 50%, transparent 50%) 16px 16px,
radial-gradient(rgba(255,255,255, 0.1) 15%, transparent 15%) 0 1px;
background-color: #000;
background-size: 32px 32px;
}

.section-content:nth-child(4n+3) .content {background:#001a71 ;
}

.section-content:nth-child(4n+3) h2 ,
.section-content:nth-child(4n+3) h3{
color:#fff;
}

.section-content:nth-child(4n+3) a {
color:#809eff ;
text-decoration:underline;
}

.section-content:nth-child(4n+3) a:hover {
text-decoration:none;
}



/* - - - - - - - - - -  der vierte abschnitt und davon ausgehend jeder vierte abschnitt, also abschnitt 4, abschnitt 8, abschnitt 12 usw - - - - - - - - - -  */

.section-content:nth-child(4n+4) {
background:gold;
color:#000;
}


.section-content:nth-child(4n+4) h2 ,
.section-content:nth-child(4n+4) h3{
color:#000;
}

.section-content:nth-child(4n+4) a {
color:#000;
text-decoration:underline;
}

.section-content:nth-child(4n+4) a:hover {
text-decoration:none;
}




/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/* BILDER IM INHALTSBEREICH - GRID-SYSTEM #1 - display:inline-block  */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */


.wrapper-box {display:block;
text-align:center;
padding:0rem;
}

.box {display:inline-block;
width:100%;
vertical-align:top;
padding:0rem;
margin:0 -.25rem 0rem -.25rem ;/* 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_3_icons
{width:100%;
}

.box-1_of_1_gallery {
width:100%;
}

.box-1_of_2_gallery {
width:100%;
}

.box-1_of_4_gallery  {
width:100%;
}

.box img,
.box a img {
box-shadow:0 0 0 10px white;
}



/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/* BILDER IM INHALTSBEREICH - GRID-SYSTEM #2 -display:table-cell  */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */



#gallery3 .wrapper-box-table {
display:table;margin:0 auto;
width:100%;
height: 100%;
padding:0;
border-collapse:separate ;
border-spacing:.6rem .3rem;
background:white;
border-top:solid .6rem white;
border-right:solid .3rem white;
border-bottom:solid .6rem white;
border-left:solid .3rem white;
}

#gallery3 .box-tabcell-3a {
background-image:url( ../images/2019/cool.png);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
display:table-cell;
width: 100%;
height:33.33%;padding:0;
vertical-align:bottom;
}

#gallery3 .box-tabcell-3b {
background-image:url(../images/picture06.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
display:table-cell;
width: 100%;
height:33.33%;padding:0;
vertical-align:bottom;
}


#gallery3 .box-tabcell-3c {
background-image:url( ../images/2019/tattoo.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
display:table-cell;
width: 100%;
height:33.33%;padding:0;
vertical-align:bottom;
}

#gallery3 span {background:rgba(0,0,0,.5);color:white;padding:0rem .5rem;
}

/* tabellenzelle-reihe */
#gallery3 .tabrow {display:table-row;
}




/* ############################################################ */
/* bereich fusstop */
/* ############################################################ */

.section-fusstop {
width:100%;
color:#000 ;
background:#ffc700;

}

.fusstop-content {
background:orange;
min-height:15rem;
margin: 0 auto;
text-align:center;
padding: 1rem 0 1rem 0 ;
font-size:1.3rem;
}


/*  ----------------------------------------  */
/*  box #fusstop   */
/*  ----------------------------------------  */


#fusstop .box {display:inline-block;
padding:1rem ;
text-align:center;line-height:2.8rem;
}

#fusstop .box-1_of_2 {
width: 30rem; }

#fusstop h3 {
font-size:1.5rem;
line-height:1.8rem;
color:#fff;
background:#800000;
padding: .6rem;
margin:1rem 0;text-align:left;
}

#fusstop ul {text-align:left;
padding:0rem;
margin:0;
}

#fusstop  li {list-style:none;
padding:0rem;
margin:0;
}

/* -----menu und icons ----- */

#fusstop   a {display:inline-block;
color:#000;
text-decoration:none;
}

#fusstop .fa  {display:inline-block;
text-align:center;
font-size:1.1rem;
line-height:2rem;
height:2.2rem;
width:2.2rem;
color:gold;
background:#0c5aa6;
border-radius:100%;
box-sizing:content-box;
border:solid 2px #fff;
transition:.5s;margin-right:1rem;
}

#fusstop  a:hover .fa {
transform: rotate(1080deg);
color:white;
}




/* ############################################################ */
/* bereich fuss */
/* ############################################################ */


.section-fuss {
width:100%;
background:#ffc700;
color:#000;
}

.fuss-content {
vertical-align:middle;
text-align:center;
margin: 0rem auto;
text-align:center;
padding: 1rem 0 1rem 0 ;
min-height:10rem;
}

#fuss ul {text-align:center;
padding:0rem;
margin:0;
}

#fuss  li {list-style:none;
padding:0rem;
margin:0 .5rem;
}


/*  ----------------------------------------  */
/*  box #fuss  */
/*  ----------------------------------------  */

#fuss .box {display:inline-block;
padding:1rem ;
text-align:center;line-height:2.8rem;
}

#fuss .box-1_of_1 {
width: 100%; }


/* fussname */
.fussname {display:block;
color:#000;
text-align:center;
padding:1rem .2rem;
font-size:1.1rem;
line-height:1.5rem;
letter-spacing:0.1rem;
}

/* -----menu ----- */

#fuss a {font-size:1.3rem;
line-height:1.6rem;
width : 100%;
text-align:left;
color:#000;
text-decoration:none;
padding:0rem;
letter-spacing:.2rem;
}

#fuss a:hover {
color:#000;
text-decoration: underline;
}





/* ############################################################ */
/* 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 320pixel 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) {

.content, .fusstop-content , .fuss-content { width:90vw; }

}


/* ==================================== ab 480 pixel ================================== */

@media (min-width: 480px) {



/* - - - - -   BILDER IM INHALTSBEREICH - GRID-SYSTEM #1 - - - - - */
.box-1_of_1 {width: 80%; }
.box-1_of_2 {width: 80%; }
.box-1_of_3 {width: 80%; }
.box-1_of_4 {width: 80%; }
/* - - - - - ende  BILDER IM INHALTSBEREICH - GRID-SYSTEM #1 - - - - - */


}


/* ==================================== ab 600 pixel ================================== */
@media (min-width: 600px) {


/* - - - - -   BILDER IM INHALTSBEREICH - GRID-SYSTEM #1   - - - - - */
.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_1_gallery {width: 100%;  }
.box-1_of_2_gallery {width: 50%;  }
.box-1_of_4_gallery {width: 50%;  }
/* - - - - - ende  BILDER IM INHALTSBEREICH - GRID-SYSTEM #1 - - - - - */

#fuss  li {display:inline;
}
}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

.section-content:nth-child(4n+1) .content ,
.section-content:nth-child(4n+2) .content ,
.section-content:nth-child(4n+3) .content ,
.section-content:nth-child(4n+4) .content {
padding:6rem 6rem ;
}


}


/* ==================================== ab 768 pixel ================================== */
@media (min-width: 768px) {

html {font-size:70%;}

.content,  .fusstop-content , .fuss-content   {
width:92vw;
}



/* - - - - -   GRID-SYSTEM #1 - BILDER IM INHALTSBEREICH  - - - - - */
.box-1_of_2 {width: 50%;  }
.box-1_of_3 {width: 33.33%;  }
/* - - - - - ende  GRID-SYSTEM #1 -BILDER IM INHALTSBEREICH   - - - - - */


}


/* ==================================== ab 800 pixel ================================== */

@media (min-width: 800px) {

.content { text-align:justify; }

}


/* ===================================== ab 1024 pixel ================================= */

@media (min-width: 1024px) {

.name-wrapper {
top:50%;left:50%;
width:16rem;
height:16rem;
margin-left:-8rem;
margin-top:-11rem;
}

/* - - - - -  GRID-SYSTEM #1 -BILDER IM INHALTSBEREICH   - - - - - */
.box-1_of_4 {width: 25%;  }
.box-1_of_4_gallery {width: 50%;  }
/* - - - - - ende  GRID-SYSTEM #1 -BILDER IM INHALTSBEREICH   - - - - - */


/* - - - - -  GRID-SYSTEM #2 -BILDER IM LOGOSBEREICH   - - - - - */
.logo .box-tabcell-3a ,
.logo .box-tabcell-3b ,
.logo .box-tabcell-3c {
width: 33.33%; }
.tabrow {display:none; }
/* - - - - - ende  GRID-SYSTEM #2 -BILDER IM LOGOSBEREICH   - - - - - */



/* - - - - -  GRID-SYSTEM #2 -BILDER IM INHALTSBEREICH   - - - - - */
#gallery3 .box-tabcell-3a ,
#gallery3 .box-tabcell-3b ,
#gallery3 .box-tabcell-3c {
width: 33.33%; }

#gallery3 .tabrow {display:none; }

#gallery3 span {display:block;text-align:center; }
/* - - - - - ende  GRID-SYSTEM #2 -BILDER IM INHALTSBEREICH   - - - - - */



/* - - - - -  GRID-SYSTEM #1 -FUSSSBEREICH   - - - - - */
#fusstop .box-1_of_2 {width: 36rem;  }
/* - - - - - ende  GRID-SYSTEM #1 -FUSSSBEREICH   - - - - - */


}


/* ===================================== ab 1100 pixel ================================= */

@media (min-width: 1100px) {

html { font-size:75%; }

.content,  .fusstop-content , .fuss-content   {width:90vw; }

pre {width:50vw; }


}


/* ===================================== ab 1300 pixel ================================= */

@media (min-width: 1300px) {

.content, .fusstop-content , .fuss-content  {width:80vw; }


}


/* ===================================== ab 1400 pixel ================================= */

@media (min-width: 1400px) {

html { font-size:80%; }


}


/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */