@charset "UTF-8";
/*
Theme Name: SchauKo
Theme URI: https://webdesign-kopisch.ch
Author: Andreas Kopisch
Author URI: https://webdesign-kopisch.ch/
Description: Einfaches Theme
Version: 1.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
Tested up to: 6.3.2
Requires PHP: 7.2
Text Domain: Schauko
*/
@import url("variablen.css");
html {
  background-color: var(--background-color);
  font-size: var(--font-size-m);
}

:link {
  text-decoration: none;
  color: var(--link-color);
}

:visited {
  color: var(--link-color);
}

a :hover {
  color: var(--hover-color);
}

:active {
  color: var(--link-color);
}

.container {
  width: 98vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--background1-color);
  color: var(--font-color);
}

.site-header {
  display: flex;
  flex-direction: row;
}
@media (max-width: 700px) {
  .site-header {
    display: block;
  }
}

.site-title {
  width: 100%;
  height: 160px;
  display: inline-flexbox;
  flex-direction: row;
}
@media (max-width: 700px) {
  .site-title {
    display: block;
    margin-top: 0px;
    height: 120px;
  }
}

.site-logo {
  margin-top: 10px;
  height: 300px;
  display: inline;
  max-width: 220px;
}

.logo-left {
  max-width: 220px;
  height: 150px;
  margin: 10px;
  float: left;
}
@media (max-width: 700px) {
  .logo-left {
    width: 0px;
    display: none;
  }
}

.logo-right {
  max-width: 220px;
  margin: 10px;
  float: right;
  border-radius: 50%;
}
@media (max-width: 872px) {
  .logo-right {
    width: 0px;
    display: none;
  }
}

.site-desc {
  display: block;
  width: 100%;
  text-align: center;
}
.site-desc a:link {
  color: var(--link-color2);
}
.site-desc a:hover {
  color: var(--hover-color2);
}
@media (min-width: 700px) {
  .site-desc {
    display: inline;
    position: relative;
    top: -28px;
    width: 50%;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
  }
}

#sd1 {
  width: 100%;
  font-family: var(--font1);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-align: center;
}
#sd1 a:hover {
  font-family: var(--font2);
}
@media (min-width: 700px) {
  #sd1 {
    font-size: 2.7rem;
  }
}

#sd2 {
  font-family: "Amsterdam";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0px;
}
#sd2 a:hover {
  font-family: "Amsterdam4";
}
@media (min-width: 700px) {
  #sd2 {
    font-size: 1.8rem;
  }
}

nav.header-nav {
  width: 98%;
  height: 55px;
  font-size: 1.2rem;
  font-family: "ChelaOne";
  font-style: italic;
  margin-top: 15px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  border: transparent solid 2px;
  border-radius: 28px;
  background-color: var(--background-menue);
}
@media (max-width: 700px) {
  nav.header-nav {
    font-size: 0.8rem;
    border-radius: 2px;
  }
}

.header-nav > ul {
  margin-top: 6px;
  list-style: none;
  display: flex;
  justify-content: space-around;
  flex-direction: row-reverse;
  padding-inline-start: 0px;
}

.header-nav > ul > .page_item {
  padding: 8px 14px;
  border: 1px solid rgb(150, 150, 150);
  border-radius: 10px;
  background-color: rgba(45, 132, 158, 0.12);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 30%, rgba(0, 0, 0, 0.16));
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.12);
  color: var(--font-color2);
  align-items: center;
}
.header-nav > ul > .page_item a:link {
  color: var(--link-color2);
}
.header-nav > ul > .page_item :hover {
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.25) 30%, rgba(0, 0, 0, 0.16));
  color: var(--hover-color);
  font-family: var(--font3);
}

article {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

nav.footer-nav {
  width: 98%;
  height: 55px;
  font-size: 1.2rem;
  font-family: "ChelaOne";
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  border: transparent solid 2px;
  border-radius: 28px;
  background-color: var(--background-menue2);
  color: var(--font-color3);
}
nav.footer-nav a {
  color: var(--link-color);
}
@media (max-width: 700px) {
  nav.footer-nav {
    font-size: 0.8rem;
    border-radius: 2px;
  }
}

.footer-nav > ul {
  margin-top: 6px;
  list-style: none;
  display: flex;
  justify-content: space-around;
  flex-direction: row-reverse;
  padding-inline-start: 0px;
}

.footer-nav > ul > li {
  padding: 8px 14px;
  border: 1px solid rgb(150, 150, 150);
  border-radius: 10px;
  background-color: rgba(45, 132, 158, 0.12);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 30%, rgba(0, 0, 0, 0.16));
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.12);
  align-items: center;
}
.footer-nav > ul > li :hover {
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.25) 30%, rgba(0, 0, 0, 0.16));
  color: var(--hover-color);
  font-family: var(--font3);
}

.site-footer {
  height: 160px;
}

.copy_sozial {
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  border: transparent solid 2px;
  border-radius: 28px;
  background-color: var(--background-menue3);
  width: 98%;
  height: 55px;
  font-size: 1.6rem;
  display: flex;
  text-decoration: none;
}
.copy_sozial :hover {
  color: var(--hover-color);
}
@media (max-width: 700px) {
  .copy_sozial {
    font-size: 0.8rem;
    border-radius: 2px;
  }
}

.copy {
  margin-top: 12px;
  width: 50%;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  font-weight: 600;
}

.sozial {
  margin-top: 12px;
  width: 50%;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}

svg {
  width: 35px;
  height: 35px;
  fill: var(--link-color);
}
svg :hover {
  fill: var(--hover-color);
}
@media (max-width: 700px) {
  svg {
    width: 20px;
    height: 20px;
  }
}

.switch {
  display: block;
  width: 100%;
  text-align: right;
  padding-top: 28px;
  margin-right: 30px;
}

/* toggle-button für Dark Mode */
.toggle label {
  position: relative;
  display: inline-block;
  width: 7.5em;
  height: 2em;
  color: transparent;
}

.toggle label:before,
.toggle label:after {
  /* Mond-Icon */
  position: absolute;
  content: "";
  background: skyblue url("../icons/moon.svg");
  background-size: 2em 2em;
  background-repeat: no-repeat;
  height: 2em;
  width: 2em;
  border-radius: 50%;
}

.toggle label:before {
  background-image: url("../icons/moon.svg");
  left: 0;
  top: 0;
  right: 0.2em;
}

.toggle label:after {
  background-image: url("../icons/sun.svg");
  right: 0.3em;
  top: 0;
}

.toggle input {
  display: none;
}

.toggle .slider {
  /* Grundfläche */
  position: absolute;
  cursor: pointer;
  top: 0.5em;
  right: 2.8em;
  width: 2.4em;
  height: 1em;
  background-color: var(--accent3-color); /* dunkel */
  transition: all 0.3s ease-in-out;
  border-radius: 1em;
}

.toggle .slider:before {
  /* verschiebbarer Button */
  position: absolute;
  content: "";
  background: var(--accent2-color);
  background-size: 1em 1em;
  background-repeat: no-repeat;
  height: 1.5em;
  width: 1.5em;
  left: -0.25em;
  bottom: -0.25em;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.toggle input:checked + .slider:before {
  transform: translateX(1.9em);
}

p:nth-child(1) {
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */