:root {
  --clr-primary-100: #ffffff;
  --clr-neutral-300: #a2a2a2;
  --clr-neutral-600: #161515;
  --clr-neutral-700: #2B2B2B;
  --clr-neutral-800: #222C2A;
  --clr-neutral-900: #000000;
  --clr-copytext: #292929;
  --ff-copy: "Playfair Display", serif;
  --ff-primary: "Montserrat", sans-serif;
  --clr-body-bg: #ffd6df;
  --clr-fashion-bg: #f7f3ac;
  --clr-beauty-bg: #baeaf8;
  --clr-interior-bg: #dac4f8;
  --clr-thoughts-bg: #c8e995;
  --clr-main-font: #141414;
  --clr-footer-font: #292929;
}

::-moz-selection {
  background-color: var(--clr-body-bg);
  color: var(--clr-primary-100);
}

::selection {
  background-color: var(--clr-body-bg);
  color: var(--clr-primary-100);
}

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

body {
  background-color: var(--clr-body-bg);
  font-family: var(--ff-primary);
  font-display: fallback;
  font-weight: 400;
  font-style: normal;
  color: var(--clr-main-font);
}

main {
  background-color: var(--clr-primary-100);
  margin: auto 3vw;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  /* padding: 9vw;
  display: flex;
  flex-basis: 0px; */
}
main h1,
main h2 {
  text-transform: uppercase;
  font-weight: lighter;
  font-family: var(--ff-primary);
}
main article h1 {
  font-size: clamp(1.5em, 5vw, 64px);
  margin-bottom: 21px;
  font-weight: lighter;
  font-family: var(--ff-primary);
}
main article p {
  font-size: 20px;
  margin-bottom: 9px;
  font-family: var(--ff-copy);
  line-height: 26px;
  color: var(--clr-copytext);
}
main a {
  text-decoration: none;
  color: var(--clr-main-font);
}
main p {
  font-size: 1.4rem;
  margin-bottom: 9px;
  font-family: var(--ff-copy);
  color: var(--clr-copytext);
  line-height: 26px;
  font-weight: 200;
}

.legalfooter {
  margin-bottom: 3rem;
  margin-top: 1.5rem;
}
.legalfooter__menu {
  margin-top: 1.5rem;
}
.legalfooter__menu li {
  padding-bottom: 0.5rem;
}
.legalfooter__menu li a {
  display: block;
}

footer {
  padding: 1.5rem 3vw;
  color: #343434;
}
footer ul {
  list-style-type: none;
}
footer ul li {
  color: var(--clr-neutral-900);
}
footer ul li a {
  text-decoration: none;
  color: var(--clr-neutral-900);
}
@media (min-width: 768px) {
  footer .legalfooter {
    font-size: 0.8rem;
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid var(--clr-footer-font);
    display: flex;
    justify-content: space-between;
  }
  footer .legalfooter__menu {
    display: flex;
    margin-top: 0px;
  }
  footer .legalfooter__menu li {
    padding-bottom: 0rem;
  }
}

a.fashion,
body.category-fashion,
body.fashion,
a.category-fashion,
.latestarticle .articleheader.category-fashion ul li.a {
  background-color: var(--clr-fashion-bg);
}

body:has(div + main + .container + .content + div + ul + .category-fashion) {
  background-color: var(--clr-fashion-bg);
}

a.beauty,
body.category-beauty,
body.beauty,
a.category-beauty,
.latestarticle .articleheader.category-beauty ul li.a {
  background-color: var(--clr-beauty-bg);
}

/* body:has(.category-beauty) {
  background-color: var(--clr-beauty-bg);
} */
body:has(div + main + .container + .content + section.wp-block-frollein-herr-recent-post) {
  background-color: var(--clr-body-bg) !important;
}

a.interior,
body.category-interior,
body.interior,
a.category-interior,
.latestarticle .articleheader.category-interior ul li.a {
  background-color: var(--clr-interior-bg);
}

a.thoughts,
body.category-thoughts,
body.thoughts,
a.category-thoughts,
.latestarticle .articleheader.category-thoughts ul li.a {
  background-color: var(--clr-thoughts-bg);
}

header {
  margin-left: 3vw;
  margin-right: 3vw;
  background-color: #ffffff;
  margin-top: 3vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
}

.navigation ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  min-width: 980px;
  margin-top: 2vw;
  font-weight: 400 !important;
}
.navigation ul li a {
  text-decoration: none;
  color: var(--clr-main-font);
}
.navigation ul li a:hover {
  border-bottom: 10px solid var(--clr-body-bg);
}
.navigation ul li.fashion-link a:hover {
  border-bottom: 10px solid var(--clr-fashion-bg);
}
.navigation ul li.beauty-link a:hover {
  border-bottom: 10px solid var(--clr-beauty-bg);
}
.navigation ul li.interior-link a:hover {
  border-bottom: 10px solid var(--clr-interior-bg);
}
.navigation ul li.thoughts-link a:hover {
  border-bottom: 10px solid var(--clr-thoughts-bg);
}

header .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 200;
  text-transform: uppercase;
  position: relative;
  font-style: normal;
}

.toggle-button {
  position: absolute;
  top: -1.25rem;
  right: 1rem;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
}
.toggle-button .bar {
  height: 3px;
  width: 100%;
  background-color: var(--clr-neutral-900);
  border-radius: 10px;
}

@media (max-width: 1065px) {
  .toggle-button {
    display: flex;
  }
  .navigation ul li a:hover,
  .navigation ul li.fashion-link a:hover,
  .navigation ul li.beauty-link a:hover,
  .navigation ul li.interior-link a:hover,
  .navigation ul li.thoughts-link a:hover {
    border-bottom: none !important;
  }
  .navbarlinks {
    display: none !important;
    flex-direction: column !important;
    background-color: var(--clr-primary-100);
    min-width: 100% !important;
    padding-left: 2vw;
    height: 0px;
    transition: 0.5s;
    margin-top: 56px;
  }
  .navbarlinks li {
    text-align: center;
  }
  .navbar {
    flex-direction: column;
    width: 100%;
  }
  .navbarlinks.toggle {
    display: flex !important;
    height: auto;
    transition: 0.5s;
  }
  .navbarlinks.toggle li {
    padding: 0.5rem;
  }
  .navbarlinks.toggle li a {
    display: block;
  }
}
#mobile-search {
  display: none;
}

#mobile-search.toggle {
  display: block !important;
}
#mobile-search.toggle .search-widget {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.post-template-content p {
  font-size: clamp(1.3rem, 3vw, 1.5rem);
  line-height: 2rem;
  margin-bottom: 26px;
  font-weight: 200;
  font-family: var(--ff-copy);
}

.post-template-content ul {
  font-family: var(--ff-copy);
  margin-bottom: 26px;
  font-weight: 200;
  font-size: clamp(1.3rem, 3vw, 1.5rem);
}

ul.smiley-list li {
  list-style-type: none;
  padding-left: 35px;
  margin-left: 15px;
  margin-bottom: 12px;
  background-image: url("../images/smiley_single_black.svg");
  background-repeat: no-repeat;
  background-position: left center;
}

footer .linkfooter .linkfooterbox {
  margin-top: 20px;
}

@media (min-width: 1066px) {
  header .navbar {
    border-bottom: 1px solid var(--clr-footer-font);
    padding-bottom: 30px;
  }
}
.container {
  max-width: 1300px;
  margin: auto;
}

@media (min-width: 1066px) {
  .container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-template-rows: 100%;
    gap: 2%;
  }
  .no-sidebar-page {
    display: grid;
    grid-template-columns: 1fr !important;
  }
}
.archivecontent.container {
  grid-template-columns: 1fr;
}

aside img {
  border-radius: 5px !important;
  max-width: 300px !important;
}

@media (max-width: 1065px) {
  aside {
    display: none;
  }
}
.blogposts.archiveposts .theloop {
  display: grid;
  grid-template-columns: 35% 60%;
  gap: 5%;
  margin-bottom: 1.5rem;
}
.blogposts.archiveposts .theloop .postthumbnail {
  width: 100%;
}
.blogposts.archiveposts .theloop .postinfo h2 {
  font-size: 18px;
}
.blogposts.archiveposts .theloop .postinfo .excerpt {
  display: none;
}

@media (min-width: 768px) {
  .blogposts,
  .blogposts.archiveposts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    width: 100%;
  }
  .blogposts .theloop,
  .blogposts.archiveposts .theloop {
    display: block;
    gap: 0;
  }
  .blogposts .theloop .postthumbnail,
  .blogposts.archiveposts .theloop .postthumbnail {
    width: 100%;
  }
  .blogposts .theloop .postinfo h2,
  .blogposts.archiveposts .theloop .postinfo h2 {
    font-size: 1.5em;
  }
  .blogposts .theloop .postinfo .excerpt,
  .blogposts.archiveposts .theloop .postinfo .excerpt {
    display: block;
  }
}
.readmore a {
  background-color: var(--clr-body-bg);
  color: var(--clr-main-font);
  font-size: 14px;
  padding: 7px 10px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  margin-top: 0.5rem;
  font-family: var(--ff-primary);
}

@media (min-width: 768px) {
  .readmore a {
    background-color: var(--clr-body-bg);
    color: var(--clr-main-font);
    font-size: 14px;
    padding: 14px 20px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    margin-top: 1.5rem;
    font-family: var(--ff-primary);
  }
}
.category-fashion .readmore a,
.category-fashion .latestarticle .articleheader div ul .post-categories li a,
.category-fashion .articleheader .post-categories li a {
  background-color: var(--clr-fashion-bg) !important;
}

.category-beauty .readmore a,
.category-beauty .latestarticle .articleheader div ul .post-categories li a,
.category-beauty .articleheader .post-categories li a {
  background-color: var(--clr-beauty-bg) !important;
}

.category-interior .readmore a,
.category-interior .latestarticle .articleheader div ul .post-categories li a,
.category-interior .articleheader .post-categories li a {
  background-color: var(--clr-interior-bg) !important;
}

.category-thoughts .readmore a,
.category-thoughts .latestarticle .articleheader div ul .post-categories li a,
.category-thoughts .articleheader .post-categories li a {
  background-color: var(--clr-thoughts-bg) !important;
}

.latestarticle {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.latestarticle .latestimg {
  width: 100%;
  margin-bottom: 18px;
  border-radius: 5px;
}
.latestarticle h2 {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 400;
}

.blogposts .theloop img {
  width: 100%;
  border-radius: 5px;
}

.latestarticle .articleheader {
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .infofooter {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-template-rows: 100%;
  }
  .linkfooter {
    display: flex;
    margin-top: 90px;
    justify-content: flex-end;
    gap: 30px;
  }
}
.linkfooterbox h4 {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .legalfooter .legalfooter__menu ul {
    display: flex;
    gap: 30px;
  }
}
.post-article .post-template-content > p:first-child::first-letter {
  font-size: 3.8rem;
  letter-spacing: 5px;
  padding: 0 0.3rem;
  margin: 0 0.3rem 0 0;
  float: left;
  line-height: 1;
}

.latestarticle .articleheader div ul {
  display: flex;
  list-style-type: none;
  gap: 20px;
  margin-bottom: 16px;
}
.latestarticle .articleheader div ul .post-categories li a {
  background-color: var(--clr-body-bg);
  color: var(--clr-neutral-900);
  display: inline;
  white-space: pre-wrap;
  padding: 5px;
  text-transform: uppercase;
  border-radius: 5px;
}

.latestarticle .readmore {
  padding-left: 0;
  padding-right: 0;
}

.post-article .post-header .post-image {
  max-width: 974px;
  max-height: 974px;
  width: 100%;
  height: 100%;
  min-width: 314px;
  min-height: 314px;
}

@media (min-width: 768px) {
  .post-article .post-header .post-image {
    margin-bottom: 22px;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 974px;
    max-width: 974px;
    border-radius: 5px;
  }
}
.post-template-content iframe {
  margin: auto !important;
  margin-bottom: 20px !important;
}

.post-template-content h2 {
  font-size: clamp(1.2rem, 5vw, 1.8rem);
  margin-bottom: 0.9rem;
}

.theloop h2 {
  margin-bottom: 0.9rem;
  word-break: break-word !important;
  font-size: 1.4rem !important;
  font-weight: 400;
}

.theloop a img {
  margin-bottom: 0.9rem;
}

.theloop p {
  font-weight: 200;
}

.post-article .affili-text {
  text-align: center;
  font-weight: lighter;
  color: var(--clr-neutral-300);
  font-size: 1.2rem;
  margin-top: 28px;
  margin-bottom: 28px;
}

/* .post-article .post-header {
} */
header .logo {
  width: 125px;
}

@media (min-width: 415px) {
  header .logo {
    width: 250px;
  }
}
@media screen and (max-width: 1066px) {
  main .content {
    padding: 2.2rem 1.2rem 1.2rem;
    margin-top: 0px;
  }
}
@media screen and (max-width: 1066px) {
  main .container .post-article {
    padding: 2.2rem 1.2rem 1.2rem;
  }
}
body.category-interior .post-article .post-template-content p a {
  color: var(--clr-neutral-900);
  background-color: var(--clr-interior-bg);
  padding-left: 4px;
  padding-right: 4px;
  line-height: 1.3em;
}

body.category-thoughts .post-article .post-template-content p a {
  color: var(--clr-primary-900);
  background-color: var(--clr-thoughts-bg);
  padding-left: 4px;
  padding-right: 4px;
  line-height: 1.3em;
}

body.category-fashion .post-article .post-template-content p a {
  color: var(--clr-primary-900);
  background-color: var(--clr-fashion-bg);
  padding-left: 4px;
  padding-right: 4px;
  line-height: 1.3em;
}

body.category-beauty .post-article .post-template-content p a {
  color: var(--clr-primary-900);
  background-color: var(--clr-beauty-bg);
  padding-left: 4px;
  padding-right: 4px;
  line-height: 1.3em;
}

.smiley-line {
  background-image: url("../images/smileys.svg");
  background-repeat: repeat;
  height: 30px;
  background-size: contain;
  width: 100%;
  background-position: center center;
}

.smiley-line-straight {
  background-image: url("../images/smileys-straight.svg");
  background-repeat: repeat;
  background-size: contain;
  width: 100%;
  background-position: left center;
  height: 20px;
}

.smiley-bandw {
  background-image: url("../images/smileys-straight-black.svg");
  background-repeat: repeat;
  height: 20px;
  background-size: contain;
  width: 100%;
  background-position: left center;
}

@media screen and (max-width: 1066px) {
  .no-sidebar-page .no-sidebar-post-header {
    padding: 2.2rem 1.2rem 1.2rem;
    margin-top: 0px;
  }
  .no-sidebar-page .no-sidebar-post-header img {
    width: 100%;
  }
}
.no-sidebar-post-header .articleinfocontainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}
.no-sidebar-post-header .articleinfocontainer ul {
  list-style-type: none;
  text-transform: uppercase;
  text-align: center;
}
.no-sidebar-post-header .articleinfocontainer h1 {
  font-size: 2.5rem;
  text-align: center;
  font-family: var(--ff-primary);
}
.no-sidebar-post-header .articleinfocontainer p {
  text-align: center;
}
.no-sidebar-post-header .articleinfocontainer .author,
.no-sidebar-post-header .articleinfocontainer .date {
  font-size: 0.8rem !important;
  text-transform: uppercase;
  font-family: var(--ff-primary);
}

@media (min-width: 768px) {
  .no-sidebar-post-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 100%;
  }
  .no-sidebar-post-header .imagecontainer img {
    width: 100%;
  }
  .no-sidebar-post-header .articleinfocontainer {
    padding-top: 0px;
  }
}
.sidebar hr {
  background: var(--clr-neutral-900);
  height: 1px;
  border: none;
}

/* Kommentar Styles */
.comments-section {
  margin-bottom: 30px;
}

#comments,
#reply-title {
  border-top: 1px solid var(--clr-neutral-900) !important;
  border-bottom: 1px solid var(--clr-neutral-900) !important;
  margin-top: 20px !important;
  padding-top: 1em !important;
  padding-bottom: 0.8em !important;
}

#reply-title {
  margin-bottom: 20px;
}

ol.commentlist {
  list-style: none;
}
ol.commentlist .comment-body {
  padding-left: 1.5em;
  border-left: 3px solid var(--clr-body-bg);
}
ol.commentlist .children {
  list-style: none;
  padding-left: 1.5em;
}

footer.comment-meta {
  padding: 0;
  margin-top: 1em;
}
footer.comment-meta .avatar {
  display: none;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
  display: flex;
  flex-direction: column;
  margin-top: 1.3em;
}

.form-submit input {
  background-color: var(--clr-body-bg);
  padding: 14px 20px;
  border-radius: 5px;
  border: 0px;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  margin-top: 1.5em;
  font-family: var(--ff-primary);
}

.comment-form label {
  font-family: var(--ff-primary);
  font-size: 14px;
  font-weight: bold;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url] {
  width: 80%;
  padding: 15px 22px;
  margin: 10px 5px;
  box-sizing: border-box;
  font-size: 14px;
  border: 1px solid var(--clr-neutral-900);
}

.comment-form textarea {
  max-width: 80%;
  border: 1px solid var(--clr-neutral-900);
  padding: 15px 22px;
  font-size: 14px;
  margin: 10px 5px;
}

.comment-content {
  margin-top: 20px;
}

.reply {
  margin-bottom: 30px;
}

.comment-body .says {
  display: none;
}

.comment-body .fn::after {
  content: " schrieb am:";
}

/* Ende Kommentar Styles */
.article-description {
  line-height: 26px;
  height: 78px;
  overflow: hidden;
  position: relative;
}
.article-description::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 26px;
  width: 75%;
  background: linear-gradient(90deg, transparent 50%, white 90%);
}

/* Jetpack Instagram Styles */
.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post img {
  border-radius: 5px !important;
}

.sidebar .wp-block-search__input,
#mobile-search .wp-block-search__input {
  border: 1px solid var(--clr-body-bg) !important;
  border-radius: 5px;
}
.sidebar .wp-block-search__button,
#mobile-search .wp-block-search__button {
  background-color: var(--clr-body-bg);
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
}

.sidebar h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: normal !important;
}

.tag-section #thetags a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: var(--ff-copy);
}

main .search-result-box {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 1.8rem;
}
main .search-result-box .search-result-text {
  width: 80%;
}
main .search-result-box .search-result-text h2 {
  margin-bottom: 0.2rem;
  font-weight: 400;
  margin-top: 0.2rem;
}
main .search-result-box .search-result-image {
  width: 20%;
}

main .search-result-box .search-result-image img {
  border-radius: 5px;
  width: 100%;
}

main .search-result-content {
  margin-top: 1.8rem;
}

.search-result-box .search-result-text span {
  font-weight: 400;
}

.top-socialmedia-icons {
  position: absolute;
  display: flex;
  gap: 10px;
  flex-direction: column;
  left: 1rem;
  height: 20px;
  width: 20px;
}

.top-socialmedia-icons .social-icon-box img {
  width: 30px;
}

@media (min-width: 768px) {
  .top-socialmedia-icons {
    height: 40px;
    width: auto;
    position: absolute;
    top: -8px;
    display: flex;
    gap: 20px;
    flex-direction: row;
  }
  .top-socialmedia-icons .social-icon-box img {
    width: 40px;
  }
}
.shop-box {
  display: flex;
  gap: 20px;
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .shop-box {
    margin-bottom: 3rem;
  }
}
.shop-box .shop-box-header {
  width: 50%;
  background-color: var(--clr-body-bg);
  border-radius: 5px;
}
.shop-box .shop-box-items {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.shop-box .shop-box-items .shopbutton {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2rem;
  text-align: center;
  padding: 14px 20px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 1.8rem;
  margin-top: 1.8rem;
}
@media (min-width: 768px) {
  .shop-box .shop-box-items .shopbutton {
    font-size: 18px;
    padding: 14px 20px;
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }
}

.shop-box .shop-item-beauty {
  border-radius: 5px;
  width: 33%;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.shop-box .shop-item-beauty .shopbutton {
  background-color: var(--clr-beauty-bg);
}

.shop-box .shop-item-fashion {
  border-radius: 5px;
  width: 33%;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.shop-box .shop-item-fashion .shopbutton {
  background-color: var(--clr-fashion-bg);
}

.shop-box .shop-item-interior {
  border-radius: 5px;
  width: 33%;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.shop-box .shop-item-interior .shopbutton {
  background-color: var(--clr-interior-bg);
}

.about-text {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}
.about-text .about-text-box {
  max-width: 60ch;
}
.about-text .about-text-box h2 {
  margin-bottom: 0.7rem;
}
.about-text .about-text-box p {
  margin-bottom: 0.6rem;
}

.about-logo-grid {
  display: flex;
  gap: 50px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.about-logo-grid .image-box {
  max-width: 200px;
}
.about-logo-grid .image-box .partner-logo {
  width: 100%;
}

.border-radius-img {
  border-radius: 5px;
}

.post-meta-container {
  display: flex;
  gap: 0.3rem;
  font-size: 1rem;
  font-weight: normal !important;
  margin-bottom: 1.2rem;
}/*# sourceMappingURL=main.css.map */