

/* = = = = = = = = = = = = = = = = = datei format.css = = = = = = = = = = = = = = = = = = = = = = = = = */



/* ############################################################ */
/* allgemein */
/* ############################################################ */

*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

/* roboto-condensed-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 200;
    
    src: url('../fonts/roboto-condensed/roboto-condensed-v25-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/roboto-condensed/roboto-condensed-v25-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-condensed/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg');
    /* Legacy iOS */
}

html,
body {
    font-family: 'Roboto Condensed', 'Lato', Tahoma, sans-serif;
    font-size: 62.5%;
    line-height: 1.5;
}

html {
    scroll-behavior: smooth;
}

body {
height:100%;    
font-size:1.8rem;
margin: 0;
overflow-x:hidden;
color:#9ea8a4;
background-image: url('../img/rezeptionhoch.jpg');
    background-position: 0% 50%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
}


/* ---- �berschriften ----- */

h2, h3, h4, h5 {text-align:left;
font-weight:400;text-transform:none;
}

h1 {
    font-size: 3rem;
    line-height: 3rem;
    text-align: left;
    color:#88c219;
    font-weight: 500;
    text-transform: none;
    margin: 0;
}

#impressum h1, #datenschutz h1 {
    text-align: left;
    margin-bottom: 1.5rem;
}
#datenschutz h1 {
    margin-top: 1.5rem;
}

h2 {
font-size:2.3rem;
line-height: 3rem;
margin-top: 0rem;
margin-bottom: 2.5rem;
letter-spacing:1px;
}

h2:after {display:block;
border-top: 2px solid #9ea8a4;
width: 70px;
content: "";
margin: 1rem 0 1rem 0;
}

h3 {
    font-size: 2.3rem;
    line-height: 1.4375em;
    /*line-height: 2.3rem;
    margin-top: 1rem;*/
    margin: 0rem;
    padding: 0;
    letter-spacing: 1px;
    color: #9ea8a4;
}

/* text */

p {
    margin-top: 0px;
    /*margin-bottom: 15px;*/
    padding-top: 0.3em;
    /*=20px*/
    color: #9ea8a4;
    font-size: 1em;
    /*=16px*/
    line-height: 1.4375em;
    /*=23px*/
}

.left {
    text-align: left;
}

.right {
    text-align: right;
    margin: 0em;
    padding: 5em 5em 0em 0em;
}

/*  ----------------------------------------  */
/* allgemeine links */
/*  ----------------------------------------  */

a {color:#666;
text-decoration: none;
cursor:pointer;
}

a:hover {
    font-weight: 400;
    color:#88c219;
text-decoration: none  ;
}


/* ############################################################ */
/*  speziell*/
/* ############################################################ */

/* bilder -anpassen der gr�sse */
img {max-width: 100%;display:block;
margin:1em auto;
height: auto;
border-radius:.8rem;
}

#impressum img {
    margin-left: 0;
}


/*  ----------------------------------------  */
/*   MEHR LESEN-BUTTON  */
/*  ----------------------------------------  */

/* ----- style ----- */

.button  {
    display:block;
    margin:3rem 0 1rem 0;
    text-align:left;
}

.start-button {
    display: block;
    margin: 3rem 0 1rem 0;
    text-align: center;
}

.button .mehr_lesen a, .start-button .mehr_lesen a {display:inline-block;
font-size:1.5rem;
letter-spacing:2px;
color:#88c219;
background:transparent;
border:solid 1px #88c219;
border-radius:.3rem;
text-decoration:none;
padding:.3rem 3rem ;
transition:all  .3s ease-out;
cursor:pointer;
}

.button .mehr_lesen a:hover, .start-button .mehr_lesen a:hover {color:#88c219;
border:solid 1px;
background:transparent;
}






/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM  - f�r Bilder / Spalten */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

/* ---------- boxen - grundsystem ---------- */

.box {display:inline-block;
text-align:left;
vertical-align:top;
width:100%;
padding: 1rem 1.5rem;
margin:0  -.25rem -.25rem -.25rem; /* ausgleich ( minus-margin) f�r INLINE-BLOCK-WHITESPACE-BUG*/
}

/* ##### Pendant zu box-1_of_2 => 1 Spalte von 2  ##### */ 

.flex-item {
    /*margin: 5em.;*/
    margin: 0;
        /* ausgleich ( minus-margin) f�r INLINE-BLOCK-WHITESPACE-BUG*/

    padding: 1rem 1.5rem;
    width: 10%;
    text-align: right;
}

.flex-item:nth-of-type(2) {
    width: 90%;
    text-align: left;
}

h1 .flex-item {
    color: #88c219;
}



.box-1_of_1 ,
.box-1_of_2 , /* ---- 2 Spalten ---- */
.box-1_of_3, /* ---- 3 Spalten ---- */
.box-1_of_4, /* ---- 4 Spalten ---- */
.box-1_of_5, /* ---- 5 Spalten ---- */
.team-bild {width:100%; }


/* ---------- boxen - bilder ---------- */

.bilder  {text-align:center; }
.bilder .box  {padding:.4rem; }
.bilder .flex-item {
    padding: .4rem;
}

.bilder .box-1_of_1 ,
.bilder .box-1_of_2 ,
.bilder .box-1_of_3,
.bilder .box-1_of_4 {width:100%; }
.bilder .box-1_of_4b  {width: 50%; }
.bilder .team-bild {
    width: 100%;
}


#gallery .bilder .box-1_of_3 {width:33.33%; }
#gallery .bilder .box-1_of_4 {width:50%; }

/*  bei Mausber�hrung der Bilder, wenn diese verlinkt sind (z.B Lightbox) */
a:hover img {opacity:.8;  filter: blur(2px)  }


/*  ---------- boxen - andere ---------- */

#about .box-1_of_2 {width: 100%;  }
#information .box-1_of_2 {width: 100%; }
#kontakt .box-1_of_2 {width: 100%; }
#services .box-1_of_2 {width: 100%;  }
#fuss .box-1_of_3 {width: 100%; }



/* ############################################################ */
/* bereich header */
/* ############################################################ */

header {
    /*background: transparent;*/
    display: block;
    height: 30vh;
    min-height: 30vh;
}



/* ############################################################ */
/* bereich logo */
/* ############################################################ */

.logo {
display:block;
position: relative;
width:100vw;
/*margin:18% 31vw;*/
padding:0rem;
}





 /* ############################################################ */
/* bereich inhalt */
/* ############################################################ */

main#inhalt {display:block;
    width: 100vw;
padding:0rem 0rem 0rem 0rem;
margin:0 ;background:white;
}

main#inhalt-2 {
    display: block;
    width: 100vw;
    padding: 0rem 0rem 0rem 0rem;
    margin: 0;
    background: white;
}

.flex-container {display: block;
    width: 100%;
        margin: 0 ;
        justify-items: center;
        padding: 2em 1.5em 3em 1.5em;
}
/*h1 {
    text-align: left;
}*/

/* ############################################################ */
/* spez. inhalte */
/* ############################################################ */

.info-box, .team-box {
    display: block;
    width: 100%;
    margin-bottom: 1.250em;
    padding: 0.625em;
    border: 1px solid #88c219;
    border-radius: .3em;
}

h2 .info-box, h3 .info-box {
    padding-bottom: 0.625em;
    text-align: left;
    color: #9ea8a4
}

.stelle,
.physio,
.kragy,
.rusch,
.the,
.mass,
.mld,
.fango,
.impressum
 {
    margin-bottom: 1.250em;
    padding: 0.625em;
}

/*######### TEAM FLEX ############*/
.team {
    display: inline-block;
    width: 100%;
    height: auto;
}

.team-bild {
    width: 50%;
    align-content: center;
    margin-right: 2rem;
    padding: 0.3em;
}

.team-text {
    margin-left: 2rem;
}

/*######### ENDE TEAM FLEX ############*/

#stelle .box, #physio .box, #kragy .box, #rusch .box, #the .box, #fango .box, #mld .box,
#mass .box, #impressum .box,

#services .box,
#about .box,
#kontakt .box,
#information .box  {vertical-align:middle; }

/* bereich kontakt */

#kontakt h2   {text-align:center; }

#kontakt h2:after {text-align:center;
margin:0 auto;margin-top: 2rem;
}

/* = = = =  NTH-CHILD - jeder gerade (even) abschnitt, also 2, 4, 6 , 8 usw. = = = = */

.section-inhalt:nth-child(even)  {
/*background:linear-gradient(to right , #f2f7f6, #d8f0ac, #f2f7f6);*/
background: #f2f7f6;
color:#9ea8a4;
}

/* h2 unterstrich  */
.section-inhalt:nth-child(even) h2:after {border-top: 2px solid #9ea8a4; }

/* textlink  */
.section-inhalt:nth-child(even)  a {color:#9ea8a4; }
.section-inhalt:nth-child(even)  a:hover {color:#88c219; }

/* button */

.section-inhalt:nth-child(even) .button .mehr_lesen a {
color:white;
background:#88c219;
border:solid 1px #d8f0ac;
}

.section-inhalt:nth-child(even) .button .mehr_lesen a:hover {color:#5f5f5f;
border:solid 1px #88c219;
background:#fff;
} 

.button .mehr_lesen a {
    color: white;
    background: #88c219;
    border: solid 1px #d8f0ac;
}

.button .mehr_lesen a:hover {
    color: #9ea8a4;
    border: solid 1px #88c219;
    background: #fff;
}







/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

footer {
margin:0 auto;
padding:0rem ;background: linear-gradient( -45deg, #93c388 16.666%,  #74b59a 16.666%,  #6ab097 33.333%,  #5aa1a7 33.333%, #539ca4 50%,  #508dad 50%,  #4e89a9 66.666%,  #4c7ab2 66.666%,  #4a76ad 83.333%,  #4769b5 83.333%, #4565b2 100%);
}

#fuss {display:block;
width:100%;
margin: 0 auto;
padding:0;
}

.fuss-a {display:block;
margin: 0 auto;
padding:2rem 1.5rem;
border-top-left-radius:2rem;
border-top-right-radius:2rem;
}

#fuss .box h3 {
text-align:left;
font-size:1.7rem;
color:#fff;
letter-spacing:1px;
font-weight:bold;
text-transform:uppercase;
padding-bottom:.5rem;
margin-top:2rem;
margin-bottom:.5rem;
}

#fuss .box h3:after {display:block;
border-top: 1px solid #DFDFDF;
width: 30px;
content: "";
margin-top: 0.5rem;
}

#fuss .box article {
margin-bottom:1.5rem;
}

/* gilt nur f�r jeden zweiten article in der fuss box, also hier f�r FOLLOW US und JOIN COMMUNITY */
#fuss .box article:nth-child(2) {margin-top:3.5rem; }

/*  ----------------------------------------  */
/*  die wesentlichen schriftformate f�r den gesamten footer plus fussmenu */
/*  ----------------------------------------  */

#fuss ,
#fuss a {
color:#EFEFEF;
text-shadow:none;
font-weight:normal;
font-size:1.6rem;
line-height:2.5rem;
text-decoration:none;
}

.fussmenu  ul {text-align:left;list-style: none;padding: 0;margin: 0; }
.fussmenu li { display:block;padding:0 .1rem }
#fuss li a:hover {color:#fff;text-decoration:underline }


/* icons */
.fussmenu li a i {color:#fff;margin-right:.8rem;transition:all .8s ; }
.fussmenu li a:hover i {color:paleturquoise;transform: rotateY(360deg); }



/* ############################################################ */
/* 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 bildschirmabragen (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) {

html {font-size:70%; }

.logo-object #inner {width:38rem; }

.bilder .box-1_of_4  {width: 50%; }
.team-bild {
    width: 50%;
}

}




/* ==================================== ab 580 pixel ================================== */
@media (min-width: 580px) {

.inhalt-a  {width: 94%;}
.flex-container {
    width: 94%;
}
.fuss-a  {width:94%; }

.bilder .box-1_of_2  {width: 50%; }

}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

#fuss .box-1_of_3  {width: 50%; }

}


/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {

html {font-size:75%; }

header {
    /*background: transparent;*/
    display: block;

    height: 100vh;
    min-height: 100vh;
    background-image: url('../img/logo.png');
    background-position: 60% 30vh;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
/*.navigation {
    position: fixed;
    margin: 1em;
    padding: 0.5em;
    border: 1px solid #88c219;
    border-radius: 5px;
    background-color: #fff;
}*/

/*####  ab Breite 760 wird das Hintergrund-Logo eingeblendet!!! ####*/
.logo  {display: none; }
/*.logo-b  {height:55vh; }*/

.bilder .box-1_of_3  {width: 33.33%;  }

#fuss , #fuss  a {font-size:1.3rem; }
#fuss .box h3 {font-size:1.3rem; }

}


/* ==================================== ab 800 pixel ================================== */
@media (min-width: 800px) {

h1 {
    text-align: right;
}

h2 {
    font-size: 1.8rem;
    line-height: 1.4375em;
    margin: 0rem;
    padding: 0;
    letter-spacing: 1px;
    color: #9ea8a4;
}
h3 {
    font-size: 1.8rem;
    line-height: 1.4375em;
    margin-top: 1rem;
    padding: 0;
    letter-spacing: 1px;
    color: #9ea8a4;
}

p {
    margin-top: 1rem;
}

.img {
    margin-left: 0;
}

.inhalt-a  {width:800px;}
.flex-container {
    display: flex;
    width: 60vw;
}

main#inhalt-2 .flex-container {
    display: flex;
    width: 60vw;
}
.flex-item {
    width: 30%;
}

.flex-item:nth-of-type(2) {
    width: 70%
}



main#inhalt-2 {
    display: block;
    width: 60vw;
    font-size: 1.3rem;
    padding: 0rem 0rem 0rem 0rem;
    margin: 10% auto;
    background: white;
    border-radius: .8em;
}

main#inhalt-2 .flex-item {
    width: 30%;
}

main#inhalt-2 .flex-item:nth-of-type(2) {
    width: 70%
}

.team-box {
    display: flex;
}
.team-bild {
    margin-right: 1em;
}
.team-text {
    vertical-align: middle;
    /*margin-top: 5em; */
    padding-top: 4rem;
}

}



/* ===================================== ab 960 pixel ================================= */
@media (min-width: 960px) {

.inhalt-a  {width:100%;}
.flex-container {width: 100%;}

/*.logo  {width: 100vw}*/
.inhalt-a  {width: 90%;}
.flex-container {
    width: 90%;
}

.fuss-a  {width:90%; }

#about .box-1_of_2 {width:50%; }
#information .box-1_of_2 {width: 50%;}
#kontakt .box-1_of_2 {width: 50%; }
#services .box-1_of_2 {width: 50%;  }





.bilder .box-1_of_4  {width: 25%; }
.team-bild {
    width: 25%;
}
#gallery .bilder .box-1_of_4  {width: 25%; }
#gallery .bilder .team-bild {
    width: 25%;
}
#fuss .box-1_of_3  {width: 33.33%; }


/* gilt nur f�r jeden zweiten article in der fuss box, also hier f�r KONTAKT und FOLLOW US */
#fuss .box article:nth-child(2) {margin-top:0; }

}


/* ===================================== ab 1024 pixel ================================= */
@media (min-width: 1024px) {

pre {width:70%; }

}


/* ===================================== ab 1280 pixel ================================= */
@media (min-width: 1280px) {

/*.logo  {width: 100vw}
.logo-b  {height:65vh; }*/
.inhalt-a  {width: 80%; }
.flex-container {
    width: 80%;
}
.fuss-a  {width:80%; }

}


/* ===================================== ab 1400 pixel ================================= */
@media (min-width: 1400px) {

html {font-size:70%; }

}


/* ===================================== ab 1650 pixel ================================= */
@media (min-width: 1650px) {

/*.logo  {width: 1650px; }*/
.inhalt-a  {width: 1650px; }
.flex-container {
    width: 1650px;
}
.fuss-a  {width:1650px; }

}