

/*  datei format.css  */

/* allgemein */

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


html, body {

font-size:62.5%;
line-height:1.4;
font-weight:normal;
height:100%;
}


body {color:#4f3b0b;                                                                    /* *** Schriftfarbe und Grösse ausserhalb der Boxen (ausgenommen h1 bis h4 */
font-size:1.7rem;
margin: 0 auto;
}

/* andere zeilenabstände, absatz */
.content br {
line-height:.7;
}

p.break  {
line-height:7rem;margin:0;
}

/*@import url('https://fonts.googleapis.com/css?family=Courgette'); */
/* überschriften */

hr {
	width: 95%;
	height: 5px;
	margin: 0 auto;
	color: blue;
	background: #dfac20;
}

/* überschriften */

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

h1 {
font-family: 'Niconne', cursive;
font-size:5.5rem;
line-height: 5.7rem;
margin-top: 0rem;
margin-bottom: 4.2rem;
}

h2 {
text-align:left;
font-size:2.4rem;
line-height: 3rem;
margin-top: 0rem;
margin-bottom: 3.5rem;
}

h3 {
font-size:1.8rem;
line-height: 2.3rem;
margin-top: 2.1rem;
margin-bottom:1.4rem;
letter-spacing:0rem;
}

/* allgemeine links  */

a {background-color:transparent;
/*color:#D3C8C2;                                Schriftfarbe der Links im Text*/
color:#564212;
text-decoration: underline;
}

/* a:hover  {color:#D3C8C2;                                            ???????*/
a:hover  {color:#00CC33;
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:#8f666c;;                           Hintergrundfarbe    ?????????*/
background:#FFFF66;;
color:#000;
border:dashed 1px #fff;
font-family: 'Courgette', cursive;
}

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


/*  speziell*/

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


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;                                                                       /*    definition Hintergrunfarbe, 3 mal gelb gestaffelt
background:#846468;/*IE9*/
/*background:linear-gradient(to right, #846468 ,#523c3f , #523c3f , #846468); */
background:linear-gradient(to right, #ffffcc,#ffff66,#ffff00,#ffff66,#ffffcc);
}                                                                                /* -------------------------------------------------- */

.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;
font-size:1.5rem;
font-weight:bold;
margin-bottom:0rem;
text-align:right;
}

.seitentitel:before {display:inline-block;
text-rendering: auto;
padding-right:.8rem;
padding-left:0rem;
}


/* inhaltsspalte  */

.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:0rem 2rem;                                           /*Abstand oben und links der rechten Tabellenseite*/
vertical-align:top;
text-align:left;
font-family: 'roboto';
}

/* ----- 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:#b27042; /*IE9*/             
background:linear-gradient(to right ,#a5946b, #ad9b72, #b7a57b, #bfac80, #b7a57b ,#ad9b72, #a5946b);  /* *** Hintergrundfarbe in den Boxen rechts*/
color:#000;                                                                                           /* *** Schriftfarbe in den Textfeldern Boxen rechts*/
padding:2rem 1rem;
vertical-align:middle;
text-align:left;
}

.extra-bild .box-tabcell-1b h3 {
color:#564212;                                                                                         /* *** überscriften in Textfeldern Boxen rechts */
font-weight:bold;
margin-top:-1rem;
}

/*.extra-bild .box-tabcell-1b a {color:#291D1F; }*/
.extra-bild .box-tabcell-1b a {color:#564212; }                                                        /* *** Schriftfarbe der Links in Textfeldern Boxen rechts */

.extra-bild .box-tabcell-1b  a:before {display:inline-block;
/*font-family:'Font Awesome 5 Free'; */
font-family: 'Courgette', cursive;
/*color:#FFF;*/
color:#07c4c4;                                                                                         /* *** Farbe ????? */
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;                                                                                              /* *** Farbe ????? */
}

/*  extra-bild - erstes foto mit text  */
.extra-bild .box-tabcell-1a#card01 {
background-image:url(../images/thaimassage02.jpg);
}
/*  extra-bild - zweites foto mit text  */
.extra-bild .box-tabcell-1a#card02 {
background-image:url(../images/thaimassage03.jpg);
}
/*  extra-bild -  drittes foto mit text  */
.extra-bild .box-tabcell-1a#card03 {
background-image:url(../images/thaimassage04.jpg);
}
/*  extra-bild -  drittes foto mit text  */
.extra-bild .box-tabcell-1a#card04 {
background-image:url(../images/thaimassage01.jpg);
}
.extra-bild .box-tabcell-1a#card05 {
background-image:url(../images/team05.jpg);
}
.extra-bild .box-tabcell-1a#card06 {
background-image:url(../images/team06.jpg);
}
.extra-bild .box-tabcell-1a#card07 {
background-image:url(../images/team07.jpg);
}
.extra-bild .box-tabcell-1a#card08 {
background-image:url(../images/team08.jpg);
}
.extra-bild .box-tabcell-1a#card09 {
background-image:url(../images/team09.jpg);
}
.extra-bild .box-tabcell-1a#card10 {
background-image:url(../images/team10.jpg);
}

/* sidebar  (seitenleiste  */

.contentbox-1b  {width:100%;
color:#FFF;                                                                                         /* *** Schriftfarbe der unteren beiden unteren Boxen Links*/
font-family: 'roboto';
display:inline-block;
vertical-align:top;
font-size:1.5rem;
}

.contentbox-1b h3 {
background:#874777;                                                                                 /* *** Farbe ????? */   /*#b7a57b;*/
color:#874777;                                                                                      /* *** Farbe ????? */
font-size:1.6rem;
line-height: 1.9rem;
padding:.2rem .2rem .2rem .6rem;
}

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

#sidebar .box {background:#4f3b0b;                                                                 /* *** Hintergrundfarbe der Boxen auf der linken Seite */
display:inline-block;
width: 100%;
min-height:5rem;
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 ,
#sidebar .tabrow2 ,
#sidebar .tabrow3 {display:table-row; }


/* icons*/

#sidebar .fas ,
#sidebar .fab ,
#sidebar .far {display:inline-block;
background:transparent;
color:white;
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:15rem;
background-image:url(../images/thaimassage01.jpg);
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;
font-family: 'Open Sans';
}

.f-letter {color:#D1BEC1; }


/* verschiedene logo auf den unterseiten */

#sidebar .logo.back01  {
background-image:url(../images/thaimassage02.jpg); }
#sidebar .logo.back02  {
background-image:url(../images/kredit.jpg); }
#sidebar .logo.back03  {
background-image:url(../images/logo-ambiente.jpg); }
#sidebar .logo.back04  {
background-image:url(../images/logo-preise.jpg); }
#sidebar .logo.back05  {
background-image:url(../images/logo-anfahrt.jpg); }
#sidebar .logo.back06  {
background-image:url(../images/logo.png); }
/*
#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:#838383 ;
box-shadow:0px 0px 1px #000;
border-radius:1rem;
}


/* bereich fuss oberer Teil */

.section-fusstop {
width:100%;
background:linear-gradient(to right ,#a5946b, #ad9b72, #b7a57b, #bfac80, #b7a57b ,#ad9b72, #a5946b);       /* *** Hintergrund oberer Teil Fuss */                                                                  
}

.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; */
font-family: 'Courgette', cursive;
}

#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:#F2E6E8;
color:black;
}

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


/* bereich fuss */

.section-fuss {
width:100%;
background:#4f3b0b;                                                                             /* *** Hintergrund unterer Teil Fuss */
}

.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:#fff;
background:transparent;
border-bottom:solid 3px firebrick;
}

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


/* fussname */

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

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

/* ==================================== ab 320 pixel ================================== */
/*  für die kleinste smartphone-auflösung von 320 pixel keine bildschirmabrage (media queries),
    denn hierfür gilt automtisch der gesamte vorstehende quelltext-code
     - weil das template 'mobile-first' angelegt ist */

/* ==================================== 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%; }
/* - - - - - 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; }
/* - - - - - ende  GRID-SYSTEM #2  - - - - - */
}

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

/* ==================================== 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%;  }
/* - - - - - 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  - - - - - */
}

/* ==================================== ab 800 pixel ================================== */
@media (min-width: 800px) {
/*  keine angabe  */
}

/* ===================================== ab 960 pixel ================================= */
@media (min-width: 960px) {
/* logo */
#sidebar .logo  {height:30rem; }
/* - - - - -  GRID-SYSTEM #1 mit display:inline-block  - - - - - */
.box-1_of_4 {width: 25%; }
.box-1_of_5 {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; }
/* - - - - -  ende GRID-SYSTEM #2 - mit display:table-cell  - - - - - */
}

/* ===================================== ab 1100 pixel ================================= */
@media (min-width: 1100px) {
.content { padding:3rem 3rem; }
pre {width:50vw; }
}

/* ===================================== 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; }
}
