@charset "UTF-8";
/* ICONS

	Normal:	#937759
	Hover:	#e0cdba
	Active:	#9f8264
*/
@font-face {
  font-family: "Chelsea Market";
  src: url("../pantry/font/ChelseaMarket-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Overlock SC";
  src: url("../pantry/font/OverlockSC-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

.software_icon {
  display: inline;
}

.zoom_site {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.zoom {
  width: 95%;
}

.fisi-zoom {
  width: 80%;
}

article {
  border-bottom: #c0ae96 30px double;
}

@media all and (min-width: 1000px) {
  article {
    padding: 50px 0px;
  }
}
input[type=radio] {
  display: none;
}

.nav_p {
  z-index: 2;
}

.nav {
  white-space: nowrap;
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
  font-family: monospace;
  text-align: justify;
  padding: 1em 1em 1em 1.5em;
  background-color: #773341;
  border-radius: 6px;
}

.nav label {
  cursor: pointer;
  display: block;
  margin: 0.1em 0.5em;
  font-size: 1.5em;
  color: #ffffff;
  padding: 0.1em;
}

.nav label:hover,
.nav label:focus {
  color: #e0c7cc;
  text-transform: uppercase;
}

main {
  background-color: #8A6E4F;
}

.content {
  background-color: #a08263;
}

.content:target {
  background-color: #a08263;
}

.icon {
  background-color: #a08263;
}

.menu {
  background-color: #896d4e;
}

.contact_m {
  background-color: #a08263;
}

article {
  background-color: #a08263;
}

@media all and (min-width: 1000px) {
  .title_content {
    background-color: #b5997b;
  }
  body {
    background-color: #8A6E4F;
  }
  .hello {
    background-color: #a08263;
  }
}
@media all and (max-width: calc(1000px - 1px)) {
  body {
    background-color: #a08263;
  }
  main {
    background-color: #a08263;
  }
}
a {
  color: #171717;
}

article {
  color: #171717;
}

.title_content {
  color: #232323;
}

#hello_p {
  color: #000000;
}

.title_startpage_m {
  color: #000000;
}

h2 {
  color: #000000;
}

.H-I_label_d label {
  color: #a08263;
}

.H-I_label_d label:hover {
  color: #64503a;
  text-transform: uppercase;
}

.H-I_label_m label {
  color: #b5997b;
}

.H-I_label_m label:hover {
  color: #cab196;
}

.H-I_label_d label:hover,
.H-I_label_m label:hover {
  text-transform: uppercase;
}

body {
  font-size: 1.2rem;
}

h1 {
  font-family: "Chelsea Market", Arial, sans-serif;
}

a {
  font-family: "Overlock", Arial, serif;
  font-size: 1.2rem;
}

main {
  font-family: "Overlock", Arial, serif;
  font-size: 1.2rem;
}

.hallo-d {
  font-family: "Overlock", Arial, serif;
  font-size: 1.2rem;
}

.content {
  font-family: "Overlock", Arial, serif;
  font-size: 1.2rem;
}

.content:target {
  font-family: "Overlock", Arial, serif;
  font-size: 1.2rem;
}

.icon {
  font-family: "Overlock", Arial, serif;
  font-size: 1.2rem;
}

.menu {
  font-family: "Overlock", Arial, serif;
  font-size: 1.2rem;
}

.contact_m {
  font-family: "Overlock", Arial, serif;
  font-size: 1.2rem;
}

.H-I_label_d label {
  font-family: "Chelsea Market", Arial, sans-serif;
  font-size: 1.2rem;
}

.H-I_label_m label {
  font-family: "Chelsea Market", Arial, sans-serif;
  font-size: 1.1rem;
}

@media all and (min-width: 1000px) {
  .title_content h1 {
    font-size: 4rem;
  }
  h2 {
    font-family: "Overlock", Arial, serif;
    font-size: 2rem;
  }
  .title_content h1 {
    font-size: 4rem;
  }
  body {
    font-family: "Overlock", Arial, serif;
    font-size: 1.2rem;
  }
  article {
    font-family: "Overlock", Arial, serif;
    font-size: 1.2rem;
  }
}
@media all and (max-width: 999px) and (min-width: 501px) {
  .title_content h1 {
    font-size: 4.5vw;
  }
  body {
    font-family: "Overlock", Arial, serif;
    font-size: 1.1rem;
  }
  article {
    font-family: "Overlock", Arial, serif;
    font-size: 1.1rem;
  }
  a {
    font-size: 0.9rem;
  }
}
@media all and (max-width: 500px) {
  .title_content h1 {
    font-size: 1.3rem;
  }
  body {
    font-family: "Overlock", Arial, serif;
    font-size: 1rem;
  }
  article {
    font-family: "Overlock", Arial, serif;
    font-size: 1rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  a {
    font-size: 0.9rem;
  }
}
::-moz-selection {
  background-color: #8A6E4F;
}
::selection {
  background-color: #8A6E4F;
}

::-moz-selection {
  background-color: #8A6E4F;
}

ul {
  list-style: none;
}

li {
  margin-left: 5px;
  padding: 10px;
}

#label_I {
  display: none;
}

#I video,
#C video {
  display: none;
}

#label_A {
  background-image: url("../pantry/icon/menu/icon_A.png");
}

#label_C {
  background-image: url("../pantry/icon/menu/icon_C.png");
}

#label_D {
  background-image: url("../pantry/icon/menu/icon_D.png");
}

#label_S {
  background-image: url("../pantry/icon/menu/icon_S.png");
}

#label_V {
  background-image: url("../pantry/icon/menu/icon_V.png");
}

#label_W {
  background-image: url("../pantry/icon/menu/icon_W.png");
}

@media all and (min-width: 1000px) {
  #nextpage {
    display: none;
  }
  .content {
    display: none;
  }
  .menu {
    display: none;
    order: 20;
  }
  .hello_p_m {
    display: none;
  }
  .H-I_label_m {
    display: none;
  }
  /* Farbe: thumb, track */
  html {
    scrollbar-color: rgba(181, 153, 123, 0.3568627451) #a08263;
    scrollbar-width: thin;
  }
  /* Hintergrund der Scrollbar */
  ::-webkit-scrollbar-track {
    background: rgba(181, 153, 123, 0.3568627451);
  }
  /* Farbe des Scrollbalkens (Thumb) */
  ::-webkit-scrollbar-thumb {
    background: #a08263;
    border-radius: 6px;
  }
  html::first-line {
    font-size: 1px;
  }
  body {
    margin: 0px;
    padding: 0px;
    display: grid;
    grid-template-columns: 1fr 6fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  main {
    grid-area: 1/1/4/4;
    z-index: 2;
    margin: 30px 0px;
    display: grid;
    grid-template-columns: 1fr 6fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    height: 90vh;
  }
  .handwriting {
    width: 70%;
    height: auto;
    margin: 0 auto; /* nur unten 10%, oben = 0 */
    margin-top: 80px;
  }
  .hello {
    grid-area: 1/2/5/3;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start; /* statt stretch */
    width: 100%;
  }
  .left_p_right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .left {
    height: 215px;
  }
  .right {
    height: 180px;
  }
  .hello_p_d {
    width: 50%;
    text-align: justify;
    margin: 0px 5%;
  }
  .gotomoto:checked ~ .hello {
    display: none;
  }
  .H-I_label_d {
    margin-top: 11px;
    grid-area: 1/2/span 1/span 1;
    justify-self: left;
    text-align: center;
    z-index: 3;
  }
  .H-I_label_d label {
    cursor: pointer;
    padding: 0px 10px;
    height: auto;
    width: auto;
  }
  .label-menu {
    display: block;
    width: 150px;
    height: 150px;
    cursor: pointer;
    justify-self: center;
    align-self: center;
  }
  #goto_A:checked ~ #A,
  #goto_C:checked ~ #C,
  #goto_D:checked ~ #D,
  #goto_I:checked ~ #I,
  #goto_S:checked ~ #S,
  #goto_V:checked ~ #V,
  #goto_W:checked ~ #W {
    display: block;
    overflow-y: auto;
    min-height: 0;
    /* wichtig in manchen Fällen, damit Scrollen funktioniert */
    width: 100%;
    height: 100%;
  }
  label:hover {
    background-position: -150px 0;
  }
  #goto_A:checked ~ #label_A,
  #goto_C:checked ~ #label_C,
  #goto_D:checked ~ #label_D,
  #goto_S:checked ~ #label_S,
  #goto_V:checked ~ #label_V,
  #goto_W:checked ~ #label_W {
    background-position: -300px 0;
  }
  .content {
    grid-area: 1/2/5/3;
  }
  .title_content {
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .title_content h1 {
    align-self: center;
    text-align: center;
    margin-left: 40px;
  }
  .title_content video {
    height: 150px;
  }
  #video_htmlcss {
    height: 100%;
  }
  #htmlcss h1 {
    display: none;
  }
  main article:first-of-type {
    border-top: #c0ae96 10px solid;
  }
  #I article:first-of-type {
    border-top: none;
  }
  article {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-row: 2;
  }
  ul {
    margin-left: 0px;
    padding-left: 0px;
  }
}
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + */
@media all and (max-width: calc(1000px - 1px)) {
  h1 {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
  h2 {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
  p {
    padding-left: 15px;
    padding-right: 15px;
  }
  ul {
    margin-left: 0px;
    padding-left: 15px;
  }
  * {
    scrollbar-width: none;
  }
  body::-webkit-scrollbar {
    display: none;
  } /* Chrome, Safari, Opera */
  .content {
    display: none;
  }
  .menu {
    display: none;
  }
  .hello_p_d {
    display: none;
  }
  .gotomoto:checked ~ .label-menu,
  .gotomoto:checked ~ .hello,
  .gotomoto:checked ~ .H-I_label_m {
    display: none;
  }
  .H-I_label_d {
    display: none;
  }
  #A #dual_book_d {
    display: none;
  }
  main {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .handwriting {
    width: calc(100% - 20px);
    margin: 5px 10px 0px 10px;
  }
  .hello {
    order: 1;
    margin: 20px 0px 20px 0px;
    flex-basis: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .left_p_right {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .left {
    height: 100px;
  }
  .right {
    height: 100px;
  }
  .hello_p_m {
    font-size: 0.9rem;
    text-align: center;
    -webkit-hyphens: none;
            hyphens: none;
  }
  .label-menu {
    order: 3;
    margin: 10px;
    display: block;
    width: 75px;
    height: 75px;
    cursor: pointer;
    background-size: 225px 75px;
    background-position: -300px 0;
  }
  .H-I_label_m {
    display: block;
    width: 100%;
    text-align: center;
    order: 4;
    margin-top: 50px;
  }
  .H-I_label_m label {
    cursor: pointer;
    height: auto;
    width: auto;
  }
  /* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +  */
  .gotomoto:checked ~ .menu {
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .menu label,
  .menu a {
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  #icon_home_m {
    height: 70%;
  }
  #label_home {
    position: absolute;
    left: 10%;
  }
  #icon_contact_m {
    height: 50%;
  }
  #label_contact {
    position: absolute;
    left: 40%;
  }
  #goto_A:checked ~ #nextpage .label_D,
  #goto_D:checked ~ #nextpage .label_S,
  #goto_S:checked ~ #nextpage .label_V,
  #goto_V:checked ~ #nextpage .label_W,
  #goto_W:checked ~ #nextpage .label_A,
  #goto_C:checked ~ #nextpage .label_D,
  #goto_I:checked ~ #nextpage .label_A {
    display: block;
    top: 0;
    right: 0;
    position: fixed;
    z-index: 3;
    cursor: pointer;
  }
  #nextpage label img {
    height: 60px;
  }
  #nextpage label {
    display: none;
  }
  /* ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° */
  #goto_A:checked ~ #A,
  #goto_C:checked ~ #C,
  #goto_D:checked ~ #D,
  #goto_I:checked ~ #I,
  #goto_S:checked ~ #S,
  #goto_V:checked ~ #V,
  #goto_W:checked ~ #W {
    display: flex;
    flex-direction: column;
    justify-items: flex-start;
    width: 100%;
    overflow-y: auto;
  }
  .title_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 60px;
    justify-content: center;
    align-items: center;
  }
  .title_content video {
    max-height: 100px;
  }
  .title_content h1 {
    text-align: center;
    width: 100%;
    padding: 10px 0px;
    border-top: 10px #c0ae96 solid;
    border-bottom: 10px #c0ae96 solid;
  }
  article {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  h2 {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */