/* 
Theme Name: Blickwinkel
Author: Elghusein, J.D.
Date of creation: 10.01.2026
Last updated: 12.02.2026
URL: https//mamunsson.digital
Version: 1.0
*/

/*----------------------------------*/
/* Bootstrap Icons */
/*----------------------------------*/

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

/*----------------------------------*/
/* Google Fonts Local */
/*----------------------------------*/

/* raleway-100 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 100;
  src:
    local(""),
    url("assets/fonts/raleway-v28-latin-100.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("assets/fonts/raleway-v28-latin-100.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-200 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 200;
  src:
    local(""),
    url("assets/fonts/raleway-v28-latin-200.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("assets/fonts/raleway-v28-latin-200.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-300 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  src:
    local(""),
    url("assets/fonts/raleway-v28-latin-300.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("assets/fonts/raleway-v28-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-regular - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src:
    local(""),
    url("assets/fonts/raleway-v28-latin-regular.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("assets/fonts/raleway-v28-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-600 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  src:
    local(""),
    url("assets/fonts/raleway-v28-latin-600.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("assets/fonts/raleway-v28-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-500 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  src:
    local(""),
    url("assets/fonts/raleway-v28-latin-500.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("assets/fonts/raleway-v28-latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-700 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src:
    local(""),
    url("assets/fonts/raleway-v28-latin-700.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("assets/fonts/raleway-v28-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-800 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  src:
    local(""),
    url("assets/fonts/raleway-v28-latin-800.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("assets/fonts/raleway-v28-latin-800.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-900 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 900;
  src:
    local(""),
    url("assets/fonts/raleway-v28-latin-900.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("assets/fonts/raleway-v28-latin-900.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/*--------------------------------------------------------------
 General
--------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
}

body {
  background: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #333;
  counter-reset: numbers;
}

::selection {
  background-color: #333;
  color: #fff;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

h1 {
  font-family: "Raleway", sans-serif;
  font-size: 6rem;
  line-height: 1.3;
  letter-spacing: -0.03rem;
}

h3 {
  font-family: "Raleway", sans-serif;
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
}

/*----------------------------------*/
/* Navigation */
/*----------------------------------*/

.navigation {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1450px;
  height: 95px;
  margin: 30px auto 0 auto;
}

.navigation img {
  width: 240px;
  height: auto;
  margin-top: 60px;
  display: block;
}

.navigation h1 {
  font-size: 1.2rem;
}

.links-wrapper {
  display: flex;
  align-items: center;
  margin-left: 16px;
}

.navigation li {
  display: inline;
}

.navigation ul li a {
  font-size: 1rem;
  font-weight: 500;
  padding: 0.75rem;
  color: #2e7572;
  text-decoration: none;
}

.navigation ul li :hover {
  color: #85bebb;
}

.navigation .social {
  padding-left: 4rem;
}

.navigation .social i {
  color: #2e7572;
  font-size: 1.2rem;
  margin-right: 0.5rem;
}

.navigation .social :hover {
  color: #065336;
  transform: scale(0.98);
}

.navigation .btn-request {
  background-color: #fff;
  border: 2px solid;
  border-image: linear-gradient(to right, #065336, #065336);
  border-image-slice: 1;
  color: #000;
  padding: 9px;
  text-align: center;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 4px 10px;
}

.navigation .btn-request:hover {
  color: #000;
}

.navigation .dropdown {
  float: left;
  overflow: hidden;
}

.navigation .dropdown .dropbtn {
  background-color: inherit;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  border: none;
  outline: none;
  padding: 14px 16px;
  margin: 0;
}

/*----------------------------------*/
/* Mobile Navigation */
/*----------------------------------*/

.hamburger {
  display: none;
}

.mobile-navigation {
  display: none;
}

/*----------------------------------*/
/* Main */
/*----------------------------------*/

main {
  display: grid;
  grid-template-columns: 2fr 1fr;
  justify-items: center;
  grid-gap: 2rem;
  margin: auto;
  margin-top: 180px;
  margin-bottom: 120px;
  padding: 0 60px;
  max-width: 1400px;
}

.box-one h1 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #222;
  line-height: 1.1;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.box-one h2 {
  font-size: 1.2rem !important;
  color: #2f3640;
  margin-bottom: 50px;
  letter-spacing: 1px;
}

.box-one p {
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 30px;
  color: #111;
}

.box-two img {
  display: block;
  max-width: 600px;
  height: 600px;
  border-radius: 50%;
  object-fit: cover;
}

/*----------------------------------*/
/* Services and About Container */
/*----------------------------------*/

.content-container {
  display: flex;
  flex-direction: column;
}

/*----------------------------------*/
/* Services */
/*----------------------------------*/

.flex-services {
  max-width: 1300px;
  display: flex;
  justify-content: center;
  margin: 20px auto;
  overflow: hidden;
}

.items-services {
  margin: 20px;
  padding-bottom: 20px;
  width: 324px;
  text-align: left;
  color: #333;
}

.items-services h2 {
  font-size: 1.3rem;
  margin-top: 10px;
}

.items-services p {
  font-size: 1rem;
  color: #5c5858;
  line-height: 23px;
}

.items-services img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.more {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #177c9e;
  font-weight: 600;
  letter-spacing: 1px;
}

a:link {
  color: #177c9e;
  text-decoration: none;
}

a:visited {
  color: #177c9e;
}

a:hover {
  color: #333;
}

/*----------------------------------*/
/* News */
/*----------------------------------*/

.flex-services-news {
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
  padding: 20px;
  overflow: hidden;
}

.items-services-news {
  margin: 20px;
  padding-bottom: 20px;
  width: 380px;
  text-align: left;
  color: #333;
}

.items-services-news h2 {
  font-size: 1.3rem;
  margin-top: 10px;
}

.items-services-news p {
  font-size: 1rem;
  color: #5c5858;
  line-height: 23px;
}

.items-services-news img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.more {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #177c9e;
  font-weight: 600;
  letter-spacing: 1px;
}

a:link {
  color: #177c9e;
  text-decoration: none;
}

a:visited {
  color: #177c9e;
}

a:hover {
  color: #333;
}

/*----------------------------------*/
/* Picture Gallery */
/*----------------------------------*/

.flex-services-gallery {
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 40px auto;
  padding: 20px;
}

.figure {
  margin: 20px;
  padding-bottom: 20px;
  text-align: left;
  color: #333;
}

figcaption {
  font-size: 0.9rem;
  color: #5c5858;
  line-height: 23px;
  margin-top: 10px;
}

.items-services-gallery img {
  display: block;
  width: 240px;
  height: 240px;
  object-fit: cover;
}

/*----------------------------------*/
/* Pagination */
/*----------------------------------*/

.pagination {
  margin: 40px 0 10px;
  text-align: center;
}

.pagination .page-numbers {
  display: inline-block;
  margin: 0 6px;
  padding: 8px 14px;
  text-decoration: none;
  border: 1px solid #ddd;
  color: #111;
}

.pagination .page-numbers.current {
  background: #111;
  color: #fff;
  border-color: #111;
}

/*----------------------------------*/
/* Ihr Unternehmen im Mittelpunkt */
/*----------------------------------*/

.flex-services-two-columns {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap; /* Allows items to wrap onto the next line */
  justify-content: space-between; /* Creates space between the items */
  margin: 50px auto;
  padding: 15px;
  overflow: hidden;
}

.items-services-two {
  flex: 0 1 48%; /* Flex-basis for two items per row, adjusts with space */
  margin: 20px 0;
  text-align: left;
  color: #333;
}

.items-services-two h2 {
  font-size: 1.3rem;
  margin-top: 10px;
}

.items-services-two p {
  font-size: 1rem;
  color: #5c5858;
  line-height: 23px;
}

.items-services-two img {
  display: block;
  width: 100%;
  height: 300px; /* Consistent height for images */
  object-fit: cover;
}

/*----------------------------------*/
/* Über uns */
/*----------------------------------*/

.about-container {
  display: flex;
  margin: auto;
  background-color: #464866;
  font-size: 0.8rem;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

.about-section {
  max-width: 1000px;
  padding: 40px;
  margin: auto;
}

.about-section h2 {
  text-align: left;
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.about-section p {
  text-align: left;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 30px;
}

.about-section ul li {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 15px;
}

blockquote.quote p {
  font-style: italic;
  font-weight: 600;
}

.about-section {
  font-size: 0.7rem;
  color: #2e7572;
  font-weight: bold;
  letter-spacing: 1px;
}

.about-section a:link {
  color: #fff;
  text-decoration: none;
}

.about-section a:visited {
  color: #fff;
}

.about-section a:hover {
  color: #fff;
}

/*----------------------------------*/
/* Wann brauche ich eine Psychotherapie */
/*----------------------------------*/

.two-columns-box {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 20px auto;
  margin-top: 80px;
  padding: 20px;
}

.box-three img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 20px;
}

.box-four {
  margin-left: 30px;
  padding: 10px;
}

.box-four h2 {
  font-size: 2.4rem;
}

.box-four p {
  font-size: 1.1rem;
  color: #111;
  line-height: 1.5;
}

.box-four ul li {
  margin-bottom: 15px;
}

/*----------------------------------*/
/* Ablauf des Erstgesprächs */
/*----------------------------------*/

.primary-columns-box {
  display: flex;
  max-width: 1200px;
  margin: 100px auto 100px;
  padding: 20px;
  gap: 20px; /* better than space-around */
}

.primary-columns-box > * {
  flex: 1;
}

.primary-box-three img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
  object-fit: cover;
}

.primary-box-four {
  padding: 10px;
}

.primary-box-four h2 {
  font-size: 2.4rem;
}

.primary-box-four p {
  font-size: 1.1rem;
  color: #111;
  line-height: 1.5;
}

/*----------------------------------*/
/* Topics */
/*----------------------------------*/

.flex-topics {
  max-width: 1100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 40px auto;
  padding: 20px;
}

.items-topics {
  margin: 20px;
  padding-bottom: 20px;
  text-align: left;
  color: #333;
  box-shadow: 0 8px 6px -6px #ccc;
}

.items-topics img {
  display: block;
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.collection {
  max-width: 100%;
  height: auto;
}

h2 {
  margin-top: 10px;
}

.more {
  font-size: 0.7rem;
  color: #2e7572;
  font-weight: bold;
  letter-spacing: 1px;
}

.more a:link {
  color: #2e7572;
  text-decoration: none;
}

.more a:visited {
  color: #2e7572;
}

.more a:hover {
  color: #2e7572;
}

/*----------------------------------*/
/* Pages */
/*----------------------------------*/

.article {
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 90px auto;
  padding: 0 30px 0 30px;
}

.article-box h1 {
  font-size: 2rem;
  text-align: center;
  margin: 20px 0 30px 0;
}

.article-box h2 {
  text-align: left;
}

.article-box h3 {
  text-align: left;
  color: #111;
  font-size: 1rem;
  font-weight: 600;
  margin: 10px 0;
}

.article-box p {
  line-height: 1.9;
  text-align: left;
  margin: 1rem 0 2rem 0;
}

.article-box {
  text-align: center;
}

.article-box img {
  display: block;
  width: 85%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.article-box ul {
  text-align: left;
  list-style-type: disc;
  margin: 1rem 0 2rem 1.5rem;
}

.article-box li {
  line-height: 1.8;
  margin-bottom: 0.5rem;
}

.article-box address {
  font-style: normal;
}

.article-box a {
  color: #000;
  text-decoration: none;
}

.article-box a:hover,
.article-box a:visited {
  color: #000;
}

.article-box p,
.article-box address {
  line-height: 1.9;
  text-align: left;
  margin: 1rem 0 2rem 0;
}

/*----------------------------------*/
/* Footer */
/*----------------------------------*/

.footer-container {
  background-color: #fcf7f1; /* fallback */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
  position: relative;
}

.footer-items {
  display: flex;
  justify-content: space-around;
  padding: 20px 10px 50px 10px;
  margin: 0 auto;
  max-width: 1100px;
}

.footer-items ul {
  list-style-type: none;
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
}

footer h4 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 10px;
}

address p {
  font-style: normal;
  color: #333;
  line-height: 1 !important;
}

.kontakt {
  margin-top: 30px;
}

.kontakt p {
  line-height: 1 !important;
}

.kontakt a {
  color: #fff;
  text-decoration: none;
}

.kontakt a:link,
.kontakt a:visited,
.kontakt a:hover,
.kontakt a:active {
  color: #333; /* Ensures links are always white */
}

.footer-box p {
  max-width: 300px;
  line-height: 24px;
  color: #333;
}

.footer-box ul li {
  display: inline-block;
}

.footer-list-container {
  margin-top: 20px;
}

.footer-list-container ul li {
  display: block;
  list-style-type: none;
  line-height: 27px;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: bold;
}

.footer-list-container ul li a:link,
.footer-list-container ul li a:visited {
  color: #333;
  text-decoration: none;
}

.footer-list-container ul li a:active,
.footer-list-container ul li a:hover {
  color: #333; /* Change color on hover */
  text-decoration: none;
}

.footer-list-container p {
  color: #333;
}

.bi-facebook {
  font-size: 2rem;
  color: #333;
}

.bi-instagram {
  color: #333;
  font-size: 2rem;
  margin-left: 8px;
}

.bi-linkedin {
  color: #333;
  font-size: 2rem;
  margin-left: 8px;
}

.bi-linkedin {
  color: #333;
  font-size: 2rem;
  margin-left: 8px;
}

.bi-twitter-x {
  color: #333;
  font-size: 2rem;
  margin-left: 8px;
}

.gallery-text {
  max-width: 1000px;
  margin: 80px auto 30px;
  padding: 8px;
}

/*----------------------------------*/
/* Heading */
/*----------------------------------*/

.heading {
  max-width: 900px;
  margin: 70px auto 10px;
  padding: 10px;
  text-align: center;
  overflow: hidden;
}

.heading h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
}

.heading h2:after {
  content: "";
  display: block;
  width: 100px;
  margin: auto;
  margin-top: 30px;
  border-bottom: solid 3px #1d2e38;
}

.heading p {
  font-size: 1.1rem;
  line-height: 25px;
}

/*----------------------------------*/
/* Heading Gallery */
/*----------------------------------*/

.heading-gallery {
  max-width: 900px;
  margin: 70px auto 10px;
  padding: 10px;
  text-align: center;
  overflow: hidden;
}

.heading-gallery h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
}

.heading-gallery h2:after {
  content: "";
  display: block;
  width: 100px;
  margin: auto;
  margin-top: 30px;
  border-bottom: solid 3px #1d2e38;
}

.heading-gallery p {
  font-size: 1.1rem;
  line-height: 25px;
}

/*----------------------------------*/
/* Back to Top */
/*----------------------------------*/

.back-to-top {
  position: fixed;
  bottom: 2em;
  right: 0px;
  text-decoration: none;
  color: #177c9e;
  background-color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 10px;
  display: none;
}

.back-to-top:hover {
  background-color: #fff;
  color: #177c9e;
}

/*----------------------------------*/
/* Custom Scrollbar */
/*----------------------------------*/

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #464866;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

/* Media Queries */

/* Media Queries with max-width 1124px */

@media only screen and (max-width: 1300px) {
  /* Navigation */

  /* Mobile Navigation */
  .navigation {
    display: none;
  }

  .mobile-navigation {
    display: flex;
    align-items: center;
    justify-content: center; /* centers the logo */
    position: relative; /* needed for absolute positioning */
    height: 100px;
    padding: 0 15px;
    background-color: #fff;
    margin-top: 20px;
  }

  .mobile-navigation img {
    height: auto;
    width: 160px; /* fixed size for better control */
    display: block;
    pointer-events: auto;
    cursor: pointer;
  }

  .mobile-navigation h1 {
    font-size: 2rem;
    margin: 0;
    text-align: center;
  }

  .hamburger-menu {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 45px;
    min-width: 45px;
    height: 20px;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .line1,
  .line2,
  .line3 {
    height: 2px;
    background-color: #000;
    transition:
      transform 0.3s ease,
      opacity 0.3s ease;
  }

  .line1 {
    width: 36px;
    margin-bottom: 4px;
  }

  .line2 {
    width: 27px;
    margin-bottom: 4px;
    background-color: #2e7572;
  }

  .line3 {
    width: 40px;
  }

  /* Hamburger menu animation effects */
  .hamburger-menu.open .line1 {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger-menu.open .line2 {
    opacity: 0;
  }

  .hamburger-menu.open .line3 {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  .overlay-2 {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #177c9e, #2a5298, #85287b, #c58b1f);
    transition: opacity 0.3s ease-in-out;
  }

  .overlay-2.open {
    display: block;
    opacity: 1;
  }

  .overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: left;
    margin-top: 10px;
    padding-left: 10px;
  }

  .overlay-content ul {
    display: flex;
    flex-direction: column;
  }

  .overlay-content ul li {
    display: block;
    border-bottom: 1px solid #fff;
    width: 200px;
  }

  .overlay-2 a {
    padding: 8px;
    text-decoration: none;
    text-transform: normal;
    font-size: 1.1rem;
    color: #fff;
    display: block;
    transition: 0.3s;
  }

  .overlay-2 a:link,
  .overlay-2 a:visited {
    color: #fff;
  }

  .overlay-2 a:hover {
    color: #fff;
  }

  .overlay-2 a:active {
    color: #fff;
  }

  .overlay-2 ul li a:after {
    display: none;
  }

  .overlay-2 .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    color: #fff;
  }

  .navigation .social {
    display: none;
  }
}

/* Media Queries with max-width 1100px */

@media only screen and (max-width: 1100px) {
  /* Picture Gallery */

  .flex-services-gallery {
    max-width: 1000px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 20px;
    margin: 30px auto;
  }
}

/* Media Queries with max-width 967px */

@media only screen and (max-width: 967px) {
  /* Footer */

  .footer-items {
    flex-direction: column;
  }

  .footer-box {
    margin-bottom: 20px;
  }
}

/* Media Queries with max-width 940px */

@media only screen and (max-width: 940px) {
  /* Wann brauche ich eine Psychotherapie */

  .two-columns-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* Media Queries with max-width 800px */

@media only screen and (max-width: 908px) {
  /* Main */
  main {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .box-one {
    order: 2;
  }
}

/* Media Queries with max-width 760px */

@media only screen and (max-width: 760px) {
  .navigation ul li a {
    font-size: 0.9rem;
    padding: 0.25rem;
  }

  .navigation ul li:nth-child(1) {
    display: none;
  }

  .box-one h1 {
    font-size: 2rem;
    font-weight: 600;
    color: #222;
    line-height: 1.1;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }

  /* Beiträge */
  .flex-services-news {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
  }

  .box-two img {
    width: 310px;
    height: 300px;
  }

  .primary-columns-box {
    flex-direction: column;
    margin: 60px auto 60px;
    padding: 20px;
  }

  .flex-topics {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 400px) {
  .items-services-news {
    padding: 0 10px;
  }

  /* Main */

  main {
    margin-top: 40px;
    padding: 0 30px;
  }
}
