/*
Theme Name: Classic NWA für Completely
Theme URI: https://nordic-web-art.de/
Author: David Holst
Author URI: https://nordic-web-art.de/
Description: Ein minimalistisches und individuelles WordPress-Theme.
Version: 1.0.0.3
Text Domain: nordic-web-art
*/

.burger,
body {
  flex-direction: column;
}
.nav-links li,
.nav-links li a,
body {
  position: relative;
}

.nav-links li,
.sub-menu,
nav ul {
  list-style: none;
}
body,
html,
nav ul {
  padding: 0;
  margin: 0;
}
main {
  padding: 80px 6vw;
}
h1 {
  font-size: 3rem;
}
h2, h3 {
  font-size: 2.4rem;
}
h4, h5, h6 {
  font-size: 1.8rem;
}
h1, h2, h3, h4, h5, h6 {
  color: #323232;
  font-weight: bold;
  text-shadow: none;
}
header,
nav {
  display: flex;
  text-align: center;
  box-sizing: border-box;
}
.sub-menu,
body,
header,
html {
  overflow-x: hidden;
}
.header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-logo img,
nav ul li a {
  transition: 0.3s ease-out;
}

@font-face {
  font-family: Merienda;
  src: url("fonts/Merienda/Merienda-Black.ttf") format("truetype");
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Merienda;
  src: url("fonts/Merienda/Merienda-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Merienda;
  src: url("fonts/Merienda/Merienda-ExtraBold.ttf") format("truetype");
  font-display: swap;
  font-weight: bolder;
  font-style: normal;
}
@font-face {
  font-family: Merienda;
  src: url("fonts/Merienda/Merienda-Light.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Merienda;
  src: url("fonts/Merienda/Merienda-Medium.ttf") format("truetype");
  font-display: swap;
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Merienda;
  src: url("fonts/Merienda/Merienda-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Merienda;
  src: url("fonts/Merienda/Merienda-SemiBold.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Work Sans;
  src: url("fonts/Work_Sans/WorkSans-Black.ttf") format("truetype");
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Work Sans;
  src: url("fonts/Work_Sans/WorkSans-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Work Sans;
  src: url("fonts/Work_Sans/WorkSans-ExtraBold.ttf") format("truetype");
  font-display: swap;
  font-weight: bolder;
  font-style: normal;
}
@font-face {
  font-family: Work Sans;
  src: url("fonts/Work_Sans/WorkSans-Light.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Work Sans;
  src: url("fonts/Work_Sans/WorkSans-Medium.ttf") format("truetype");
  font-display: swap;
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Work Sans;
  src: url("fonts/Work_Sans/WorkSans-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Work Sans;
  src: url("fonts/Work_Sans/WorkSans-SemiBold.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Parisienne;
  src: url("fonts/Parisienne/Parisienne-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 200;
  font-style: normal;
}
strong {
  font-weight: 500;
}
body {
  display: flex;
  min-height: 100vh;
  font-optical-sizing: auto;
  color: #323232;
  font-size: 1.4rem;
  font-family: 'Work Sans';
  font-weight: 200;
  background-color: #faf8f2;
  text-shadow: none;
  overflow-wrap: break-word;
  hyphens: auto;
}
.blur {
	filter: blur(2px);
  transform: scale(1.05);
}
.stapel {
	display: flex;
flex-direction: column;
justify-content: space-between;
}
a {
  display: inline-block;
  text-decoration: underline;
  color: rgb(50, 50, 50);
  transition: 0.3s ease-out;
}
a:hover{
  transform: scale(1.06);
}
nav {
  position: fixed;
  margin: 0;
  align-items: center;
  justify-content: space-between;
  padding: 6px 20px;
  height: 80px;
  width: 100%;
  z-index: 1000;
  background-color: #786721;
  font-weight: 200;
}
.nav-links {
  display: flex;
  flex-direction: row;
  position: static;
  opacity: 1;
  transform: none;
}
.nav-links li a {
  display: block;
  padding: 10px;
  text-decoration: none;
}
.sub-menu-arrow {
  font-size: 20px;
  position: absolute;
  top: 50%;
  margin: 0 10px;
  transform: translateY(-50%);
  transition: transform 0.8s;
  opacity: 0.7;
}
.header-text,
.header-title {
  margin: 20px 10px;
}
.header-title {
  font-size: 4rem;
  font-weight: bold;
  text-decoration: underline;
}
.header-text {
  font-size: 1.8rem;
  font-weight: 500;
}

.sub-menu {
  position: absolute;
  display: flex;
  text-align: end;
  align-items: end;
  top: 100%;
  left: 0;
  width: 240px;
  padding: 4px;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.8s, opacity 0.8s;
  background-color: #786721;
  font-weight: 200;
}
.burger,
.burger-menu {
  display: none;
  cursor: pointer;
}
.sub-menu li {
  width: 90%;
}
.sub-menu li a {
  padding: 8px 30px 8px 8px;
  display: block;
  font-size: 1.2rem;
  text-decoration: underline;
}
.nav-links li.active > .sub-menu {
  max-height: 500px;
  opacity: 1;
}
.nav-links li > .sub-menu {
  display: block;
}
.nav-links li.active .sub-menu-arrow {
  transform: rotate(180deg);
}
.header-logo img {
  height: 70px;
  width: auto;
  display: block;
}
.header-logo img:hover {
  filter: drop-shadow(0 0 6px rgb(255, 241, 183));
}
nav ul {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  align-items: center;
}
nav ul li a {
  color: #faf8f2;
  display: inline-block;
  font-size: 1.8rem;
}

nav ul li {
    margin: 0 20px;
    text-decoration: underline #ffff;
}
.burger {
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  padding: 6px;
}
.burger div {
  width: 100%;
  height: 6px;
  margin: 6px 0;
  border-radius: 2px;
  background-color: #faf8f2;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4), -1px -1px 0 rgba(0, 0, 0, 0.4),
    1px -1px 0 rgba(0, 0, 0, 0.4), -1px 1px 0 rgba(0, 0, 0, 0.4);
  transition: 1s;
}

/*?*/
.burger-menu {
  font-size: 20px;
  border: none;
  color: #faf8f2;
  z-index: 10;
}
/*?*/

.background-headertitle,
.header-text,
.header-title {
  z-index: 3;
  position: relative;
}
header {
  position: relative;
  height: 100vh;
  width: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 100px 0;
}
.background-headertitle {
  background: rgba(250, 248, 242, 0.6);
  border-radius: 20px;
  padding: 10px;
  max-width: 800px;
  border: solid 4px #545454;
}
.wp-block-button {
  font-family: Merienda;
  font-size: 1.4rem;
  font-weight: bold;
  width: 260px;
}
.wp-block-button__link {
transition: 0.3s ease-out;
}
.wp-block-button__link:hover  {
  box-shadow: 0 0 10px #323232;
  background-color: #faf8f2 !important;
  transform: scale(1.06);
  color: #323232 !important;
}

@media (max-width: 1024px) {

  nav ul li {
    margin: 6px;
  }
  .header-logo img {
    height: 60px;
  }
  header {
    height: 80vh;
    padding: 80px 10px 0;
  }
  
  .nav-links {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    width: 80%;
    top: 100%;
    right: 0;
    background: #786721;
    padding: 10px 20px;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.6s, transform 0.8s;
    transform: translateY(-10px);
  }
  .sub-menu {
    position: static;
    background: 0 0;
    border: 1px solid #faf8f2;
    border-top: none;
    border-radius: 10px;
  }
  
  .nav-links.active {
    display: flex;
    opacity: 1;
    transform: translateY(0);
    text-align: start;
  }
  .burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    padding: 2px;
    cursor: pointer;
  }
  .burger div {
    width: 34px;
    height: 5px;
    margin: 3px;
    border-radius: 2px;
    transition: 0.8s;
  }
  .burger.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 9px);
  }
  .burger.toggle .line2 {
    opacity: 0;
  }
  .burger.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -9px);
  }
.footer-bottom {
  flex-direction: column;
}
}

@media (max-width: 768px) {
  
  .text-1, .text-2, .text-3 {
align-items: flex-start !important;
}
.text-spalte {
  flex-direction: column;
}
.header-title {
  font-size: 2.5rem;
}
.header-text {
  font-size: 1.4rem;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
}

.zoom-in, .slide-in-left, .slide-in-right {
  opacity: 0;
  transform: scale(0.9);
  transition: all 1.5s ease-out;
}

.show.zoom-in {
  opacity: 1;
  transform: scale(1);
}

.show.slide-in-left {
  opacity: 1;
  transform: translateX(0);
}

.show.slide-in-right {
  opacity: 1;
  transform: translateX(0);
}

.slide-in-left {
  transform: translateX(-60px);
}

.slide-in-right {
  transform: translateX(60px);
}

footer {
  background: #323232;
  padding: 20px 6vw;
  z-index: 4;
  position: relative;
  border-top: solid 0.4px white;
  font-size: 1rem;
}

.footer-title {
  color: #faf8f2;
  text-decoration: underline;
  font-weight: 500;
}

.footer-line {
  border-bottom: solid 2px #ffd700;
}

footer p,
footer h3 {
  text-align: left;
  color: #faf8f2;
}
footer h3 {
  font-size: 2rem;
}

footer a {
  color: #faf8f2;
}

footer h2 {
  text-decoration: underline;
}

footer ul {
  list-style: disc;
  padding-left: 20px;
  margin: 30px 0;
  color: #faf8f2;
}

.footer-logo {
  height: 80px;
  width: auto;
  display: block;
}

.footer-logo img {
  height: 80px;
  width: auto;
}

.footer-bottom {
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.block-2 p {
  text-align: center;
}

.block-3 {
  text-align: right;
}

.block-1,
.block-2,
.block-3 {
  flex: 1;
  padding: 10px;
  box-sizing: border-box;
}

.text-spalte {
  margin: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

.text-1 {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.text-2 {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.text-1,
.text-2,
.text-3 {
  flex: 1;
  align-content: center;
  padding: 10px;
  box-sizing: border-box;
  width: auto;
}

.border-grey-inset {
    box-shadow: inset 0 0 8px rgba(196, 196, 196);
    padding: 20px;
    height: 100%;
} 

html {
  scroll-behavior: smooth;
}

.full-width {
  margin-left: -6vw;
  margin-right: -6vw;
  width: calc(100% + 12vw);
  padding: 6vw; 
}

.block-columns {
	justify-content: center;
}
