/*
Theme Name: Agentur vergleichen
Theme URI: https://www.goldenwebage.de/
Author: Goldenwebage
Author URI: https://www.goldenwebage.de/
Description: A custom theme for WordPress.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: www.agentur-vergleichen.de
Tags: custom-theme, example
*/

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-regular.woff2") format("woff2"), url("assets/fonts/montserrat-regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-medium.woff2") format("woff2"), url("assets/fonts/montserrat-medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-semibold.woff2") format("woff2"), url("assets/fonts/montserrat-semibold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: circle;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background-color: white;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

button {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease-in-out;
}

input,
button,
textarea {
  font-family: inherit;
}

ul {
  list-style: none;
  padding: 0;
}

.site-container {
  margin: 0 auto;
  overflow: hidden;
}

.is-hidden {
  display: none !important;
}

.is-visible {
  display: block;
}

.lock {
  overflow: hidden;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.container.hidden {
  display: none;
}

.container.show {
  display: block;
}

input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  margin: 0;
  padding: 0;
}

h1 {
  color: white;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

h2 {
  color: black;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
}

h4 {
  color: #4D4D4D;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #47B473;
  color: white;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  border: 2px solid #47B473;
  border-radius: 10px;
  padding: 18px 5px;
}

.btn-primary:hover {
  background: transparent;
  color: #47B473;
}

.btn-primary:focus {
  background: transparent;
  color: #47B473;
}

.btn-primary:active {
  background: transparent;
  color: #47B473;
}

.btn-primary.disabled {
  opacity: 0;
  visibility: hidden;
}

.btn-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  height: 60px;
  color: #47B473;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  border: 2px solid #47B473;
  border-radius: 10px;
  padding: 18px 5px;
}

.btn-outline:hover {
  background: #47B473;
  color: white;
}

.btn-outline:focus {
  background: #47B473;
  color: white;
}

.btn-outline:active {
  background: #47B473;
  color: white;
}

.btn-outline.disabled {
  opacity: 0;
  visibility: hidden;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-template {
  padding: 50px 0 60px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.blog-template article {
  margin-bottom: 40px!important;
}

.col-md-4 {
  width: 33.3%;
  padding: 0 15px;
}

.col-md-5 {
  width: 42%;
  padding: 0 15px;
}

.col-md-7 {
  width: 58%;
  padding: 0 15px;
}

.blog-template h1,
.page-blog-detail h1 {
  color: #4D4D4D;
  font-size: 42px;
  text-align: center;
  margin-bottom: 30px;
}

.page-blog-detail h1 {
  text-align: left;
}

.header .contact-phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header .contact-phone span {
  color: #6F6F6F;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.header .contact-phone a {
  color: #47B473;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.95;
  margin-left: auto;
}

.logo {
  max-width: 200px;
  max-height: 99px;
}

.footer {
  padding: 30px 0;
}

.footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__link {
  position: relative;
  color: #4D4D4D;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 20px;
  padding-bottom: 2px;
}

.footer__link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #4D4D4D;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}

.footer__link:hover::before {
  transform: scaleX(100%);
}

.copyright {
  margin-top: 14px;
  color: #4D4D4D;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
}

.hero {
  background: #33313E;
  background-image: url(assets/img/hero.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right center;
  padding: 120px 0;
}

.hero h1 {
  margin-bottom: 20px;
}

.hero p {
  max-width: 550px;
  color: white;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.46;
  margin-bottom: 40px;
}

.hero .btn-primary {
  max-width: 294px;
  width: 100%;
}

.contact {
  background: #33313E;
  padding: 80px 0;
}

.contact .container {
  display: flex;
  align-items: center;
}

.contact .btn-primary {
  max-width: 410px;
  width: 100%;
  margin-left: 80px;
}

.benefits {
  padding: 80px 0;
  background: #F9F9F9;
}

.benefits span {
  display: block;
  color: #4D4D4D;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.48;
}

.benefits-table {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 30px;
}

.benefits-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.benefits-card__image {
  max-width: 90px;
  max-height: 90px;
}

.benefits-card__image img {
  width: 100%;
  height: 100%;
}

.benefits-card h4 {
  margin-top: 16px;
}

.steps,
.faq {
  position: relative;
  padding: 80px 0;
}

.steps span {
  display: block;
  color: #4D4D4D;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.48;
  width: 100%;
}

.steps-buttons {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

input[type="text"]:required,
input[type="email"]:required,
input[type="tel"]:required {
    border: 1px solid #ccc;
}

input[type="text"]:required.invalid,
input[type="email"]:required.invalid,
input[type="tel"]:required.invalid {
    border: 1px solid red;
}

.steps .btn-primary,
.steps .btn-outline {
  max-width: 200px;
  width: 100%;
}

.steps h3,
.faq h2 {
    display: block;
    color: #4D4D4D;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.48;
    margin-bottom: 30px;
}

.faq__item {
  background: #F9F9F9;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 10px;
}

.faq__item:last-of-type {
  margin-bottom: 0px;
}

.faq__item__description {
  display: none;
  margin-top: 20px;
}

.faq__item.active .faq__item__description {
  display: block;
}

.faq__item__title {
  cursor: pointer;
  color: #4D4D4D;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;

}



input[type="submit"].btn-primary {
  color: #47B473!important;
  width: 100%;
  cursor: pointer;
}

.form-wrapper.form-wrapper-checkbox span {
  display: inline-block;
  width: auto;
}

.form-wrapper.form-wrapper-checkbox .form-group label {
  display: block;
  padding-left: 0px;
}

.form-wrapper.form-wrapper-checkbox .form-group label .wpcf7-list-item {
  margin: 0 10px 0 0;
}

.form-wrapper.form-wrapper-checkbox .form-group label::before {
  display: none;
}

.form-wrapper.flex-column {
  flex-direction: column;
}

.steps .btn-outline {
  margin-right: auto;
}

.steps-table {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 -15px 30px;
}

.steps-wrapper {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 15px;
}

.steps-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F9F9F9;
  padding: 36px 20px;
  border-radius: 10px;
  cursor: pointer;
}

.steps-card__image {
  max-height: 90px;
}

.steps-card__image img {
  width: 100%;
  height: 100%;
}

.steps-card-radio {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

.submit-message {
  display: none;
  align-items: center;
  justify-content: center;
  background: #47B473;
  color: white;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  border: 2px solid #47B473;
  border-radius: 10px;
  padding: 18px 5px;
  width: 100%;
  padding: 18px 30px;
}

.submit-message.submitted {
  display: flex;
}

.form-send.submitted {
  pointer-events: none;
  background: transparent;
  color: #47B473;
}

.input-validate.not-validate::-moz-placeholder {
  color: red;
}

.input-validate.not-validate:-ms-input-placeholder {
  color: red;
}

.input-validate.not-validate::placeholder {
  color: red;
}

.input-wrapper {
  position: relative;
  background: #F9F9F9;
  padding: 13px 24px;
  border-radius: 10px;
  max-width: 100%;
}

input {
  color: #4D4D4D;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9;
}

input::-moz-placeholder {
  color: #6E6E6E;
  opacity: 0.7;
}

input:-ms-input-placeholder {
  color: #6E6E6E;
  opacity: 0.7;
}

input::placeholder {
  color: #6E6E6E;
  opacity: 0.7;
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: -15px -30px;
}

.contact-form .form-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 15px 30px;
  flex: 0 0 100%;
  max-width: 100%;
}

.contact-form .form-wrapper.w-50 {
  flex: 0 0 50%;
  max-width: 50%;
}

.contact-form input {
  padding: 13px 24px;
  border-radius: 10px;
  background: #F9F9F9;
}

.contact-form .btn-primary {
  max-width: 100%;
}

.form-group {
  margin-top: 8px;
  margin-right: 16px;
  position: relative;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: inline-block;
  opacity: 0;
  cursor: pointer;
}

.steps .step {
    display: none;
}
.steps .step.active {
    display: block;
}

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 8px;
  width: 6px;
  height: 13px;
  border: solid #47B473;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-group input[type="checkbox"] {
  opacity: 1;
}

.wpcf7-not-valid-tip {
    color: #dc3232 !important;
    font-size: 0.75rem !important;
    font-weight: normal;
    display: block;
}

.form-group label {
  position: relative;
  padding-left: 40px;
  display: flex;
  cursor: pointer;
  color: #6E6E6E;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.95;
}

.form-group label::before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #4D4D4D;
  padding: 9.5px;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + span,
[type="radio"]:not(:checked) + span {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  color: #4D4D4D;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.95;
  display: inline-block;
}

[type="radio"]:checked + span.error,
[type="radio"]:not(:checked) + span.error {
  color: #df0000;
}

[type="radio"]:checked + span.error::before,
[type="radio"]:not(:checked) + span.error::before {
  border-color: #df0000;
}

[type="radio"]:checked + span:before,
[type="radio"]:not(:checked) + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  min-width: 23px;
  min-height: 23px;
  max-width: 23px;
  max-height: 23px;
  border: 1px solid #4D4D4D;
  border-radius: 100%;
  background: transparent;
}

[type="radio"]:checked + span:after,
[type="radio"]:not(:checked) + span:after {
  content: '';
  min-width: 10px;
  min-height: 10px;
  max-width: 10px;
  max-height: 10px;
  background: #4D4D4D;
  position: absolute;
  top: 11px;
  left: 6px;
  border-radius: 100px;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
}

[type="radio"]:checked + span:after {
  opacity: 1;
  transform: scale(1);
}

.post-wrapper img {
  height: auto;
  margin-bottom: 20px;
  max-height: 220px;
  object-fit: cover;
  transition: all 0.3s ease;
  opacity: 1;
  width: 100%;
}

.blog-template .entry-content {
  font-size: 14px;
  line-height: 1.2;
}

article:hover .post-wrapper img {
  opacity: 0.8;
}

.post-wrapper .entry-title {
  font-size: 22px;
  margin-bottom: 10px;
  position: relative;
  color: #4D4D4D;
  font-weight: 600;
  line-height: 1.35;
  padding-bottom: 2px;
  display: inline-block;
}

.post-wrapper .entry-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #4D4D4D;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}

.post-wrapper .entry-title:hover::before {
  transform: scaleX(100%);
}

.post-wrapper .entry-title a {
  color: #4D4D4D;
}

.breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.breadcrumbs li {
    margin-right: 5px;
    position: relative;
}

.breadcrumbs li a {
    text-decoration: none;
    color: #47B473;
    transition: color 0.3s ease;
}

.breadcrumbs li a:hover {
    color: #0056b3;
}

.breadcrumbs li span {
    color: #6c757d;
}

.breadcrumbs li::after {
    content: "/";
    margin-left: 5px;
    color: #6c757d;
}

.breadcrumbs li:last-child::after {
    content: "";
}

[data-aos="fade-in"] {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

[data-aos="fade-in"].aos-animate {
    opacity: 1;
}

.col-md-8 {
  width: 66.6%;
}

.page-blog-detail {
  padding: 50px 0 60px;
}

.blog-detail {
  padding-top: 40px;
  line-height: 1.4;
}

.author_title {
  font-size: 13px;
  margin-bottom: 40px;
}

.sidebar__socials_inner {
  display: flex;
  align-items: center;
}

.socials__list {
  margin-right: 15px;
}

.sidebar__socials_inner p {
  font-size: 13px;
}

strong {
  font-weight: 700;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    width: 100%;
}

.pagination .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    text-decoration: none;
    color: #47B473;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    transition: background-color 0.3s, color 0.3s;
}

.pagination .page-numbers:hover {
    background-color: #47B473;
    color: #fff;
}

.pagination .current {
    background-color: #47B473;
    color: #fff;
    border-color: #47B473;
}

.pagination .page-numbers span.meta-nav {
    display: none;
}

.pagination .next.page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    text-decoration: none;
    color: #47B473;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    transition: background-color 0.3s, color 0.3s;
}

.pagination .next.page-numbers:hover {
    background-color: #47B473;
    color: #fff;
}


@media screen and (max-width: 768px) {
  .col-md-4,
  .col-md-8,
  .col-md-7,
  .col-md-5 {
    width: 100%;
  }
  .logo {
    max-width: 120px;
    max-height: 60px;
  }

  .footer-list {
    flex-direction: column;
  }

  .footer__link {
    margin: 0;
    margin-bottom: 8px;
  }

  .copyright {
    margin-top: 8px;
    text-align: center;
  }

  .hero {
    padding: 38px 0 256px;
    background-image: url(assets/img/hero-mobile.png);
    background-position: bottom right;
  }

  .hero h1 {
    max-width: 500px;
    margin-bottom: 12px;
  }

  .hero p {
    max-width: 500px;
  }

  .contact {
    padding: 60px 0;
  }

  .contact .container {
    flex-direction: column;
  }

  .contact .btn-primary {
    margin: 30px 0 0;
  }

  .benefits {
    padding: 60px 0;
  }

  .benefits-table {
    flex-direction: column;
  }

  .step {
    display: none;
}

.step.active {
    display: block;
}


  .benefits-card:not(:last-child) {
    margin-bottom: 30px;
  }

  .steps {
    padding: 60px 0;
  }

  .steps-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .steps-card {
    max-width: 360px;
    margin: 0 auto;
  }

  .steps-buttons {
    justify-content: space-between;
  }

  .steps .btn-outline {
    margin-right: 16px;
  }

  .form-group label {
    padding-left: 31px;
  }
}

@media screen and (max-width: 640px) {
  .contact-form .form-wrapper.w-50 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}



.page-blog-detail .container {
    max-width: 900px;
}

.page-blog-detail h1 {
    font-size: 30px !important;
}

.page-blog-detail h2, h3, h4 {
    font-weight: bold;
    padding: 10px 0px;
    margin-top: 30px;
}

.page-blog-detail h2 {
    font-size: 30px;
}
.blog-detail__content img {
    padding: 30px 0px;
}

.blog-detail__content ul {
    margin: 30px 0px
}
.blog-detail__content li {
    list-style: circle;
    margin-left: 30px;
}
.blog-detail__content table{
    margin: 30px 0px;
}
.blog-detail__content th {
    font-weight: bold;
}
.blog-detail__content td {
    padding: 15px;
}