/*!
Theme Name: verbraucher
Theme URI: http://underscores.me/
Author: Webforest Digital Solutions
Author URI: https://webforest.solutions/
Description: A custom theme for Verbraucher
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: https://verbrauchercheck24.de/
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

verbraucher is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# font
# variable
# reset
# classes
# shortcodes

# header
# footer

--------------------------------------------------------------*/
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/HELVETICANOWDISPLAY-REGULAR.OTF);
}
:root {
  --custom-first-font-family: "Helvetica Neue";
  --custom-second-font-family: "Radiate Sans Extra Bold";
  --custom-third-font-family: "Poppins";
  --transition-duration: 400ms;
  --transition-timing: linear;
}

.font-custom-regular {
  font-family: var(--custom-first-font-family) !important;
}

.verbraucher-wp-header {
  width: 100%;
  box-sizing: border-box;
}
.verbraucher-wp-header .verbraucher-wp-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1366px;
  margin: 0 auto;
  padding: 32px 150px;
  box-sizing: border-box;
  /* --- Responsive Breakpoints --- */
  /* --- Logo Section --- */
  /* --- Button Section --- */
}
@media only screen and (max-width: 1366px) {
  .verbraucher-wp-header .verbraucher-wp-container {
    padding: 32px 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .verbraucher-wp-header .verbraucher-wp-container {
    padding: 32px 50px;
  }
}
@media only screen and (max-width: 880px) {
  .verbraucher-wp-header .verbraucher-wp-container {
    padding: 32px 30px;
  }
}
@media only screen and (max-width: 500px) {
  .verbraucher-wp-header .verbraucher-wp-container {
    align-items: center;
    gap: 14px;
    padding: 20px 25px;
  }
}
.verbraucher-wp-header .verbraucher-wp-container .logo-container {
  max-width: 269px;
}
.verbraucher-wp-header .verbraucher-wp-container .logo-container img {
  width: 100%;
}
@media only screen and (max-width: 880px) {
  .verbraucher-wp-header .verbraucher-wp-container .logo-container img {
    width: 163px;
    height: 51px;
  }
}
@media only screen and (max-width: 500px) {
  .verbraucher-wp-header .verbraucher-wp-container .logo-container img {
    width: 163px;
    height: 51px;
  }
}
.verbraucher-wp-header .verbraucher-wp-container .button-container-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 149px;
  justify-content: end;
  /* Like Button */
  /* Settings Button */
}
.verbraucher-wp-header .verbraucher-wp-container .button-container-header .like-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-right: 13px;
}
.verbraucher-wp-header .verbraucher-wp-container .button-container-header .like-container .heart-button {
  color: #ccc;
  font-size: 20px;
  cursor: pointer;
}
.verbraucher-wp-header .verbraucher-wp-container .button-container-header .like-container .heart-button.active {
  color: #e74c3c;
}
.verbraucher-wp-header .verbraucher-wp-container .button-container-header .like-container .like-count-container {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 6px 8px;
  font-weight: 600;
  font-family: var(--custom-first-font-family);
  /* Outer gray border triangle */
  /* Inner white fill triangle to match background */
}
.verbraucher-wp-header .verbraucher-wp-container .button-container-header .like-container .like-count-container::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 9px solid #ccc;
}
.verbraucher-wp-header .verbraucher-wp-container .button-container-header .like-container .like-count-container::after {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #fff;
}
.verbraucher-wp-header .verbraucher-wp-container .button-container-header .like-container .like-count-container .number-count {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
@media only screen and (max-width: 500px) {
  .verbraucher-wp-header .verbraucher-wp-container .button-container-header .like-container .like-count-container .number-count {
    font-size: 13px;
  }
}
.verbraucher-wp-header .verbraucher-wp-container .button-container-header .setting-container {
  display: flex;
  align-items: center;
  border-radius: 6px;
  padding: 6px 9px;
  border: 1px solid #ccc;
}

.verbraucher-wp-footer {
  background-color: #222325;
  box-sizing: border-box;
}
.verbraucher-wp-footer .verbraucher-wp-container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 32px 150px;
  height: 100%;
  box-sizing: border-box;
  /* --- First Line --- */
  /* --- Second Line --- */
}
@media only screen and (max-width: 1366px) {
  .verbraucher-wp-footer .verbraucher-wp-container {
    padding: 32px 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .verbraucher-wp-footer .verbraucher-wp-container {
    padding: 32px 50px;
  }
}
@media only screen and (max-width: 880px) {
  .verbraucher-wp-footer .verbraucher-wp-container {
    padding: 32px 30px;
  }
}
@media only screen and (max-width: 500px) {
  .verbraucher-wp-footer .verbraucher-wp-container {
    padding: 20px 25px;
  }
}
.verbraucher-wp-footer .verbraucher-wp-container .first-line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
  padding-bottom: 68px;
  border-bottom: 1px solid #e5e8eb;
}
@media only screen and (max-width: 900px) {
  .verbraucher-wp-footer .verbraucher-wp-container .first-line {
    flex-direction: column;
    gap: 32px;
  }
}
.verbraucher-wp-footer .verbraucher-wp-container .first-line .logo-container {
  max-width: 269px;
}
.verbraucher-wp-footer .verbraucher-wp-container .first-line .logo-container img {
  width: 100%;
}
.verbraucher-wp-footer .verbraucher-wp-container .first-line .text-container {
  color: #fff;
  font-family: var(--custom-first-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media only screen and (max-width: 900px) {
  .verbraucher-wp-footer .verbraucher-wp-container .first-line .text-container {
    display: none;
  }
}
.verbraucher-wp-footer .verbraucher-wp-container .first-line .text-container-mobile {
  display: none;
  color: #fff;
  font-family: var(--custom-first-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  flex-direction: column;
  gap: 12px;
}
.verbraucher-wp-footer .verbraucher-wp-container .first-line .text-container-mobile .second-text {
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 900px) {
  .verbraucher-wp-footer .verbraucher-wp-container .first-line .text-container-mobile {
    display: flex;
    align-items: center;
  }
}
.verbraucher-wp-footer .verbraucher-wp-container .second-line .information-footer {
  color: #62646a;
  font-family: var(--custom-first-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

:root body {
  margin: 0;
}