/*
 Theme Name:   OPTIFIN 2023
 Theme URI:    https://generatepress.com
 Description:  Empty Generate Press Theme for OPTIFIN
 Author:       Mario Graf-Schantl
 Author URI:   https://www.optifin.at
 Template:     generatepress
 Version:      0.1
*/
/*General*/

body {
  overflow-x: hidden;
}
.site-header {
  border-bottom: 1px solid var(--gray-100, #f2f4f7);
  background-color: #fff;
  z-index: 100;
}

.inside-header {
  padding: 10px 0 !important;
}

.site-logo img {
  width: 162px;
}
.main-navigation {
  background-color: #fff;
}

.search-modal-fields {
  background-color: #fff;
}

.main-navigation .menu-toggle {
  background-color: #fff;
}

.sub-menu {
  border-radius: 12px;
  border: 1px solid var(--gray-200, #eaecf0);
  background: var(--base-white, #fff);
  width: 340px !important;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03),
    0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  overflow: hidden !important;
}

.site-content .content-area {
  min-height: 100vh;
}

h1 {
  font-size: 48px;
}
.button,
.button a,
input#submit.submit,
.wp-block-search__button {
  background-color: var(--optifin-blue) !important;
  color: #fff !important;
  padding: 10px 18px !important;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
  border-radius: 8px;
}
.menu-bar-items .button {
  padding: 20px !important;
}

.button:hover,
.button a:hover,
input#submit.submit:hover {
  background-color: #174c73 !important;
  color: #eee;
  transform: scale(1.02);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1) !important;
}

.round-corners img {
  border-radius: 16px;
}

/*Portraits*/
.custom-button {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 12px 20px !important;
  position: relative;
  cursor: pointer;
}

.portraits-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.portrait {
  width: 24px;
  height: 24px;
  margin-right: -6px;
  object-fit: cover;
  z-index: 4;
  background-color: var(--optifin-lightblue);
  border-radius: 100px;
  border: 0.75px solid var(--primary-600, #216197);
  /*background: url(<path-to-image>), lightgray 50% / cover no-repeat, #d6e5f1;*/
}

.portrait:first-child {
  z-index: 1;
}

.portrait:nth-child(2) {
  z-index: 2;
}

.portrait:nth-child(3) {
  z-index: 3;
}

.button-text {
  margin-left: 10px;
}

.footer-widgets .widget {
  margin-bottom: 20px;
}

.inside-footer-widgets span {
  font-size: 14px;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
  margin-left: -20px;
}

.inside-site-info {
  padding: 20px;
}

.footer-widget-1 img {
  position: relative;
  top: 3px;
}

/*Homepage*/

.checkmark {
  margin-right: 40px !important;
}
.checkmark li {
  list-style-type: none;
  position: relative;
  padding-left: 24px;
  margin-bottom: 15px;
  font-size: 20px;
  text-align: left;
}

.checkmark li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  background: url("https://www.optifin.at/wp-content/uploads/2023/09/Check-icon.png")
    no-repeat center center;
  background-size: contain;
}

.zitate-box {
  background-color: var(--optifin-lightblue);
  border-radius: 16px;
  justify-content: center !important;
  text-align: center !important;
  padding: 40px 0;
}

.single-post .zitate-box {
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 3rem;
}

.randomPortrait img {
  width: 56px;
  height: 56px;
  margin-bottom: 32px;
  border-radius: 233.333px;
  background: var(--optifin-blue);
}

.randomQuote {
  width: 768px;
  color: var(--gray-900, #101828);
  text-align: center;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
}

.provenexpert img {
  margin-top: -20%;
  margin-left: 15%;
  width: 55%;
}

.orange-mark {
  position: relative;
  top: -85px;
  left: 115px;
}

.features {
  justify-content: center;
}

.features-left {
  max-width: 450px;
}

.features-right {
  padding: 24px 16px;
  max-width: 450px;
  border-radius: 16px;
  background: #fff4ed;
}

.features-right .portrait {
  border-color: #fff4ed;
  background-color: #f58220;
}

.features-right h3 {
  padding-top: 1rem;
}

.wp-block-columns {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.wp-block-column {
  flex: 1;
  text-align: center;
  position: relative;
}

#mid-img {
  border-radius: 16px;
  display: block;
  margin: 0 auto;
}

.finanz-logo {
  width: 139px;
}

/* Stil für SVG, falls notwendig */
.steps svg {
  margin: auto;
}

.steps .wp-block-column::before {
  content: "";
  position: absolute;
  top: 52%;
  right: 55%;
  height: 2px;
  width: 100%;
  background-color: #eaecf0;
  transform: translateY(-50%);
  z-index: -1;
}

.steps .wp-block-column:first-child::before {
  display: none; /* versteckt die Linie im ersten Element */
}

#openPopupBtn {
  display: block;
  margin: auto;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid var(--gray-300, #d0d5dd);
  background: var(--base-white, #fff);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #344054;
}

#openPopupBtn:hover {
  background-color: #f2f4f7;
}

#openPopupBtn svg {
  vertical-align: text-bottom;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.popup-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0px;
  background: none;
  z-index: 1001;
}

.close {
  position: absolute;
  top: -10%;
  right: -5%;
  padding: 0px 14px;
  cursor: pointer;
  font-size: 30px;
  background: white;
  border-radius: 100%;
}

.testimonial-box .portraits-container {
  justify-content: center;
}
.testimonial-box .portraits-container img {
  width: 56px;
  height: 56px;
  margin-bottom: 32px;
  border-radius: 233.333px;
  background: var(--optifin-blue);
  border-color: var(--optifin-lightblue);
  margin-right: -15px;
  border-width: 2px;
}

.testimonial-box h2,
.kontakt-box h2,
.newsletter-box h2 {
  border-bottom: none !important;
}

.review-container {
  background-color: #f2f4f7;
}

.review-container h2 {
  margin-top: 80px;
  margin-bottom: 64px;
}

.review-box {
  max-width: 1216px;
  margin: 0 auto !important;
  padding-bottom: 80px;
}

.ti-rating-text {
  display: none;
}

.ti-date,
.ti-widget.ti-goog .ti-read-more span {
  color: #6e6e6e !important;
  opacity: 1 !important;
}

.review-box .ti-widget.ti-goog .ti-review-item > .ti-inner {
  border-radius: 16px !important;
}

.accordion-content {
  display: none;
  padding: 10px;
  color: #475467;
}

.accordion-item {
  border-bottom: 1px solid var(--gray-200, #eaecf0);
}

.accordion-button {
  cursor: pointer;
  padding: 24px 10px;
  width: 100%;
  text-align: left;
  position: relative;
  background: none;
  color: #101828;
  font-size: 18px;
  font-weight: 500;
}
.accordion-button:hover,
.accordion-button:focus {
  background: none;
  color: #101828;
}

.accordion-item.active .accordion-content {
  display: block;
}

.accordion-button::after {
  content: "+";
  position: absolute;
  right: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px; /* Passen Sie dies an, um es zu zentrieren */
}

.accordion-item.active .accordion-button::after {
  content: "-";
}

.fragen-box {
  background-color: #fef6ee;
  border-radius: 16px;
  justify-content: center !important;
  text-align: center !important;
  padding: 40px 0;
}

.fragen-box .portrait {
  background-color: #f58220 !important;
}

.themen-box .wp-block-column ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.wp-block-column ul li a::after {
  content: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2225%22 viewBox=%220 0 24 25%22 fill=%22none%22%3E%3Cpath d=%22M9 18.8589L15 12.8589L9 6.85889%22 stroke=%22%23216197%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3C/svg%3E");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.themen-box .wp-block-column ul li a {
  display: block;
  width: calc(100% - 40px);
  position: relative;
  padding: 10px 0;
  text-decoration: none;
}

.themen-box .wp-block-column ul li a:hover {
  text-decoration: underline;
}

.kontakt-box {
  padding: 56px 16px;
  background: var(--gray-50, #f9fafb);
  margin-bottom: 0;
}

.kontakt-box .wp-block-column {
  max-width: 618px;
  text-align: left;
}

.kontakt-box img {
  position: relative;
  top: 7px;
}

.kontakt-box svg {
  position: absolute;
  top: 36px;
  left: 250px;
}

.single-post .kontakt-box svg {
  left: 193px;
  top: 80px;
}

body.page:not(.home) .kontakt-box svg {
  position: absolute;
  top: 33px;
  left: 193px;
}

.kontakt-box a {
  text-decoration: none;
  color: #216197;
  margin-right: 30px;
}

.kontakt-box a:hover {
  text-decoration: underline;
}

.newsletter-box {
  background-color: #216197;
  color: #fff;
  padding: 48px 0;
  margin-bottom: -70px;
  text-align: left;
}

.page-id-18288 .newsletter-box {
  margin-bottom: -21px;
}

.newsletter-box .left {
  max-width: 768px;
  padding-left: 10px;
  text-align: left;
}
.newsletter-box .right {
  max-width: 500px;
  text-align: left;
}

.newsletter-box .right input {
  background-color: #fff;
  border-radius: 8px;
  color: #667085;
  margin-right: 16px;
}

.newsletter-box input[type="submit"] {
  color: #344054;
}

.newsletter-box h2 {
  color: #fff;
}

.single-post .newsletter-box {
  margin-bottom: -1px;
}

/*Blog Beitragstemplate*/

#breadcrumbs {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: auto;
  background-color: #f9fafb;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  color: #475467;
  font-size: 14px;
}

#breadcrumbs span:first-child {
  width: 1280px;
}

#breadcrumbs a {
  text-decoration: none;
}

#breadcrumbs a::before {
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  background-image: url("https://www.optifin.at/wp-content/uploads/2023/10/Icon.png");
  background-size: cover;
  margin-right: 8px;
  vertical-align: -2px;
}

.breadcrumb_last {
  font-weight: 600;
  color: #101828;
}

.single-post .custom-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 48px;
  margin: 64px 0;
}

.single-post .custom-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.single-post .custom-grid-container h1 {
  margin-top: 16px;
}
.single-post .custom-grid-container p {
  color: #475467;
  font-size: 20px;
}

.single-post .inside-left-sidebar .wp-block-image img {
  height: auto !important;
}

/*DANKE Seite*/
.page-id-20649 .portraits-container img {
  background-color: #fdead7;
}

.page-id-20649 h1 {
  font-size: 36px !important;
  font-weight: 600;
}

.danke-header {
  max-width: 599px;
  margin: auto;
}

.danke-header p {
  color: #475467;
}

.imgup figure {
  margin-top: 0rem !important;
}

.single-post h2,
.wik h4,
body.page:not(.home) h2 {
  font-size: 30px;
  border-bottom: 3px solid #b6d2ea;
  padding-bottom: 0.5rem;
}

.single-post h2 {
  margin: 3rem 0 1rem;
}

.single-post h3,
body.page:not(.home) h3 {
  font-size: 24px;
}

.single-post #main,
body.page:not(.home) .entry-content p {
  color: #475467;
  font-size: 18px;
}

body.page:not(.home) .newsletter-box p {
  color: #fff;
}

.single-post strong,
.single-post b,
body.page:not(.home) strong,
body.page:not(.home) b {
  color: #101828;
}

.single-post #main a,
body.page:not(.home) #main a {
  color: #2875b7;
  font-weight: 600;
}

.single-post th,
body.page:not(.home) th {
  background-color: #f9fafb;
}

.single-post table,
body.page:not(.home) table {
  border-collapse: separate; /* Wichtig, um border-radius auf tabellen anzuwenden */
  border-spacing: 0; /* Entfernt den Abstand zwischen den Zellen */
  border-radius: 12px; /* Runde Ecken für die Tabelle */
  overflow: hidden; /* Versteckt die überstehenden Ecken der td und th Elemente */
}

.single-post th:first-child,
.single-post td:first-child,
body.page:not(.home) th:first-child,
body.page:not(.home) td:first-child {
  border-top-left-radius: 12px; /* Runde Ecke für die obere linke Zelle */
}

.single-post th:last-child td:last-child,
body.page:not(.home) th:last-child td:last-child {
  border-top-right-radius: 12px; /* Runde Ecke für die obere rechte Zelle */
}

.single-post tr:last-child td:first-child,
body.page:not(.home) tr:last-child td:first-child {
  border-bottom-left-radius: 12px; /* Runde Ecke für die untere linke Zelle */
}

.single-post tr:last-child td:last-child,
body.page:not(.home) tr:last-child td:last-child {
  border-bottom-right-radius: 12px; /* Runde Ecke für die untere rechte Zelle */
}

.wik {
  background-color: #f9fafb;
  padding: 32px;
  border-radius: 16px;
  margin-bottom: 3rem;
}

.wik ul {
  list-style: none;
  padding: 0;
}

.wik li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}

.wik li::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 5px;
  width: 20px;
  height: 20px;
  background-image: url("https://www.optifin.at/wp-content/uploads/2023/09/Check-icon.png");
  background-size: cover;
}

.infobox {
  background-color: #fef6ee;
  border-radius: 16px;
  padding: 50px 24px 24px 24px;
  position: relative;
  background-image: url("https://www.optifin.at/wp-content/uploads/2023/11/info-circle.png");
  background-position: top 10px left 21px;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}

.sc_card {
  box-shadow: none;
  background: none;
  margin: 0px;
}

.sc_fs_faq {
  position: relative;
  padding-right: 30px;
  border-bottom: 1px solid #eaecf0;
}

.sc_fs_faq h3 {
  font-size: 18px !important;
  font-weight: 500;
  position: relative;
  padding-right: 30px;
  margin: 0;
}

.sc_fs_faq p {
  font-size: 16px;
}

.sc_fs_faq h3::after {
  content: var(--toggle-sign, "+");
  color: #98a2b3;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  text-align: center;
  border: 2px solid #98a2b3;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.sc_fs_faq div > div {
  display: none;
}

.sc_fs_faq p {
  margin-top: 2rem;
}

.c-comments-area_intro {
  padding: 32px;
  border-radius: 16px;
  background-color: #f9fafb;
}
.c-comments-area_title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.like-h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.c-comments-area_text {
  font-size: 16px;
  color: #475467;
}

.comment-meta .avatar {
  display: none;
}

.comment-author-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comment-author {
  flex-grow: 1;
}

.entry-meta.comment-metadata {
  flex-grow: 1;
  text-align: right;
}

.comment-content {
  border: 1px solid #eaecf0;
  border-radius: 8px;
  padding: 10px 14px;
  background-color: #f9fafb;
  font-size: 16px;
  color: #475467;
}

.no-comments {
  display: none;
}

.depth-1.parent > .children {
  border: none;
}

.depth-1.parent > .children .comment-content {
  border: 1px solid #eff8ff;
  border-radius: 8px;
  padding: 10px 14px;
  background-color: #eff8ff;
  font-size: 16px;
  color: #2875b7;
}

.comment-author-info,
.comment-author-info a {
  font-size: 14px;
  color: #344054 !important;
  text-decoration: none;
}

.comment-author-info a:hover {
  text-decoration: underline;
}

.comment-form-comment textarea,
.comment-respond input {
  border: 1px solid #d0d5dd;
  border-radius: 8px;
}

.comment-form-cookies-consent {
  font-size: 16px;
  color: #475467;
}
/*Archive*/

.wissen-header {
  max-width: 800px;
  text-align: center;
  margin: 4rem auto;
}

.wissen-header h1 {
  font-size: 36px !important;
  font-weight: 600;
  margin-bottom: 2rem;
}

.wissen-header h2 {
  margin: 4rem 0 2rem;
}

.wissen-header .search-field {
  width: 60%;
  border-radius: 8px;
}

.wissen-header .search-submit {
  background-color: #216197;
  border-radius: 8px;
}

.generate-columns .inside-article {
  border: 2px solid rgba(33, 97, 151, 0.1);
  border-radius: 16px;
  padding-bottom: 1rem;
}

.generate-columns .inside-article .entry-title a {
  font-size: 28px;
  line-height: normal;
}

.generate-columns .inside-article .entry-title a:hover {
  color: #216197;
}

.blog .single-post h1 {
  font-size: 36px !important;
  font-weight: 600;
}

/*Sidebar*/
.inside-left-sidebar {
  max-width: 300px;
}

/*Inhaltsverzeichnis*/
.lwptoc_title {
  font-weight: 600;
}

.lwptoc_item {
  font-size: 100% !important;
  font-weight: 600;
  margin-top: 16px !important;
}

.lwptoc_i {
  border-bottom: solid 1px #eaecf0;
  padding: 2.5rem 0 !important;
}

/*Autorbox-Sidebar*/
.autor-heading,
.share-heading {
  font-weight: 600;
  color: #216197;
  margin-top: 40px;
}

.autor-img {
  width: 48px;
}

.widget-area .widget {
  padding: 0px !important;
}

#block-52 {
  margin-bottom: 0px;
  font-weight: 600 !important;
}

#block-53 {
  color: #475467;
  padding: 0 0 2.5rem 0 !important;
}

/*Standorte*/
.page-id-204 h1 {
  font-size: 38px;
  text-align: center;
}

.page-id-204 .testimonial-box h2 {
  font-size: 24px !important;
  max-width: 80%;
  margin: 2rem auto;
}

.standort-header h1 {
  font-size: 36px !important;
}
.standort-header h2 {
  font-size: 24px !important;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  text-align: center;
}
.team-member img {
  max-width: 100px;
  border-radius: 50%;
}

.team-member img {
  transition: transform 0.3s ease-in-out;
}

.team-member img:hover {
  transform: scale(1.1) rotate(5deg);
}

.team-member h3 {
  max-width: 150px;
  margin: 0 auto;
  font-size: 16px !important;
}

.team-member p {
  font-size: 14px !important;
}

#gf .team-grid {
  grid-template-columns: repeat(2, 1fr);
  max-width: 502px;
  margin: auto;
}

/*das Team*/
.page-id-23117 .inside-article {
  max-width: 1280px !important;
}

/*Formulare Gravity Forms*/
.gfield input,
.gfield select,
.gfield textarea {
  border: 1.5px solid #d0d5dd;
  border-radius: 8px;
  background-color: #fff;
  padding: 14px !important;
  max-width: 380px;
  box-shadow: 0px 1px 2px 0px #1018280d;
  font-size: 16px;
  font-weight: 400;
}

.gform_legacy_markup_wrapper,
.gform_wrapper {
  max-width: 450px !important;
  margin: auto;
}

.gform_wrapper.gravity-theme .gfield_required .gfield_required_custom,
.gform_wrapper.gravity-theme .gfield_required .gfield_required_text,
.gform_legacy_markup_wrapper div.charleft {
  display: none;
}

/*Kontakt*/
.page-id-18187 .site-content,
.page-id-22310 .site-content {
  background-color: #f9fafb;
}

/*Kreditvergleich*/
/*Ausblenden der Partner wegen Fehlanzeige*/
.c-calc-form__partner-wrapper {
  display: none !important;
}

.c-calc-form div {
  border-radius: 8px;
  font-family: Inter;
}

.c-calc-form__input {
  color: #000 !important;
}

/*Kreditrechner Box */
.kreditrechner-box {
  background-color: #f2f4f7;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kreditrechner-box h2 {
  margin-bottom: 1rem;
  text-align: center;
}

.kreditrechner-box .input-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.kreditrechner-box .input-section .input-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 1rem;
}

.kreditrechner-box .label-section label {
  font-size: 14px;
  font-weight: 500;
  color: #344054;
}

.kreditrechner-box .input-section input {
  background-color: #fff;
  border-radius: 8px;
  border: 1.5px solid #d0d5dd;
  text-align: center;
  margin: 5px 0; /* Für etwas Abstand zwischen den Input-Feldern */
  width: 80%; /* Du kannst diesen Wert anpassen, um die Breite zu ändern */
}

.kreditrechner-box .button-section {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  width: 100%;
}

#kreditrechner {
  margin-bottom: 3rem;
}

/*Checkliste*/
.checklist-box {
  padding: 2rem;
  border: 1.5px solid #d0d5dd;
  border-radius: 16px;
  margin: 2rem 0;
  gap: 8rem;
}

/*Rechner-Box (Für Rechner auf Pages)*/
.rechner-box {
  background-color: #f9fafb;
  display: flex;
  justify-content: center;
  padding: 3rem 0;
  margin-top: -60px !important;
}

/* Anpassung Marktvergleich */
.c-calc-form .c-calc-form__button {
  border-radius: 8px !important;
  background-color: #216197 !important;
  text-transform: none !important;
  font-weight: 600 !important;
  color: #eee !important;
}
.c-calc-form .c-calc-form__button:hover {
  background-color: #174c73 !important;
  color: #eee;
  transform: scale(1.02);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1) !important;
}

.c-calc-form div {
  border-radius: 16px;
}

.c-calc-form__result:hover,
.c-calc-form__result--highlighted {
  box-shadow: none !important;
}

/*Page Template*/

body.page:not(.home) .inside-article {
  max-width: 900px;
  margin: 0 auto;
}

body.page:not(.home) h1 {
  font-size: 38px;
  margin-bottom: 2rem;
}

.anadi {
  display: flex !important;
  justify-content: center !important;
  width: 250px !important;
  margin: auto;
}

.autor-img {
  width: 48;
}

.comment-form #url {
  display: none;
}

.site.page:not(.home) {
  overflow-x: hidden;
}

#calcFormGL {
  color: #000 !important;
}

#effektivzinssatzrechner .opt-body__background {
  max-width: 100%;
}

#formContainer {
  height: 2200px;
}

.page-id-19482 .autor-img,
.page-id-19479 .autor-img {
  width: 200px;
}

.pagenotfound {
  background: #eff8ff;
  padding: 3rem;
  border-radius: 16px;
}

.pagenotfound .wp-block-search__input {
  background-color: #fff;
  border-radius: 8px;
}

.pagenotfound .wp-block-search__label {
  display: none;
}
@media (min-width: 1024px) and (max-width: 1360px) {
  .inside-header {
    padding: 10px !important;
  }

  .wp-container-10 {
    padding: 0 30px;
  }

  .newsletter-box {
    padding: 20px;
  }

  h1 {
    font-size: 50px !important;
  }

  .checkmark {
    margin-right: 0px !important;
  }

  .checkmark li {
    font-size: 15px;
  }

  #post-2
    > div
    > div
    > div.wp-block-columns.alignwide.is-layout-flex.wp-container-10.wp-block-columns-is-layout-flex
    > div.wp-block-column.is-vertically-aligned-center.is-layout-flow.wp-block-column-is-layout-flow
    > div
    > svg {
    width: 100%;
  }

  .steps .wp-block-column::before {
    width: 0;
  }
  .blog .site-content .content-area {
    width: 90%;
    margin: 0 auto;
  }

  .team-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  #breadcrumbs span:first-child {
    margin-left: 1rem;
  }

  .single-post .custom-grid-container {
    margin: 64px 2rem;
  }

  .site-content {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  h1 {
    font-size: 50px !important;
  }
}

@media (min-width: 701px) and (max-width: 1024px) {
  body .is-layout-flex {
    flex-direction: column;
  }
  h1 {
    font-size: 50px !important;
  }

  .checkmark-box {
    align-items: flex-start !important;
  }
  #post-2
    > div
    > div
    > div.wp-block-columns.alignwide.is-layout-flex.wp-container-10.wp-block-columns-is-layout-flex
    > div:nth-child(2)
    > div.wp-block-image.is-style-default.round-corners.header-img
    > figure {
    float: none;
    margin: 0.5em auto;
    display: block;
  }

  .provenexpert img {
    margin-top: -10%;
    margin-left: 0%;
  }

  .randomQuote {
    font-size: 30px;
    width: 95%;
    margin: auto;
    padding-bottom: 2rem;
  }

  .trust-logos {
    flex-wrap: wrap;
    gap: 2rem;
    flex-direction: column;
  }

  .portraits-container {
    justify-content: center;
  }

  .steps figure {
    max-width: 300px;
  }

  .steps .wp-block-column::before {
    width: 0;
  }

  .themen-box div:nth-child(2) {
    margin-top: -3.5rem;
  }

  .themen-box {
    gap: 0;
  }

  .themen-box .wp-block-column ul {
    margin-bottom: 0.5rem;
  }

  .kontakt-box .wp-block-column,
  .newsletter-box .wp-block-column,
  .newsletter-box h2 {
    text-align: center !important;
    padding: 0 40px;
  }
  .kontakt-box svg {
    display: none;
  }

  .inside-header {
    padding: 10px !important;
  }

  .blog .site-content .content-area {
    width: 90% !important;
    margin: 0 auto;
  }

  .wissen-header {
    padding: 0 2rem;
  }
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .checklist-box {
    flex-direction: column;
  }

  #breadcrumbs span:first-child {
    margin-left: 1rem;
  }
  .single-post .custom-grid-container {
    margin: 64px 0;
  }

  .single-post article,
  body.page:not(.home) article {
    padding: 2rem;
  }

  .single-post .custom-grid-container {
    grid-template-columns: 1fr;
    margin: 32px 0;
  }
  .single-post .custom-thumbnail img {
    border-radius: 16px;
  }

  .single-post .site,
  body.page:not(.home) .site {
    padding: 0 2rem;
  }

  .footer-widgets-container {
    padding-top: 3rem;
  }

  .wp-block-image .alignright {
    margin: 0.5em;
  }

  .wp-block-social-links.aligncenter {
    flex-direction: row;
  }

  .separate-containers .site-main {
    margin: 0 20px;
  }

  #formContainer {
    height: 0;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    position: relative;
  }

  #formContainer > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 700px) {
  .inside-header {
    padding: 10px !important;
  }
  .site-header .header-image {
    width: 130px;
  }
  .main-navigation .menu-bar-item > a {
    display: none;
  }

  .menu-bar-items .button {
    padding: 15px !important;
  }

  .hero .wp-container-7.wp-container-7 {
    align-content: center;
  }

  .hero svg {
    width: 90%;
  }

  .checkmark {
    margin-right: 20px !important;
    padding: 0 10px;
  }

  .checkmark li {
    font-size: 15px;
    margin-bottom: 0px;
  }
  .checkmark-box {
    margin-left: 80px !important;
    flex-wrap: wrap !important;
  }

  .checkmark:nth-child(2) {
    margin-top: -8px;
  }

  h1 {
    font-size: 38px !important;
  }

  .single-post h1,
  body.page:not(.home) h1 {
    font-size: 26px !important;
  }

  .button-text {
    font-size: 14px;
  }

  .provenexpert img {
    width: 75%;
    position: relative;
    top: -25vh;
    margin: 0 !important;
  }

  .header-img figure {
    position: relative;
    top: 30vh;
    margin: 0 auto !important;
    width: 90%;
    float: none !important;
  }
  .randomQuote {
    font-size: 24px;
    max-width: 70vw;
    margin: auto;
    margin-bottom: 2rem;
  }

  h2 {
    font-size: 24px;
  }

  .orange-mark {
    display: none;
  }

  .trust-logos {
    flex-wrap: wrap;
    gap: 2rem;
    flex-direction: column;
  }

  .portraits-container {
    justify-content: center;
  }

  .steps .wp-block-column::before {
    width: 0;
  }

  .accordion-button::after {
    right: -14px;
  }

  .themen-box ul {
    margin: 0;
  }

  .themen-box {
    gap: 0;
  }

  .wp-block-column ul li a::after {
    right: -50px;
  }

  .kontakt-box svg {
    display: none;
  }

  .kontakt-box,
  .newsletter-box {
    padding: 10px 16px 56px 16px;
  }

  .mc4wp-form-fields {
    text-align: center;
  }

  .mc4wp-form-fields input[type="submit"] {
    margin-top: 2rem;
  }

  .blog .site-content .content-area {
    width: 90% !important;
    margin: 0 auto;
  }

  .wissen-header {
    padding: 0 2rem;
  }

  .wissen-header h1 {
    font-size: 28px !important;
  }
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .kreditrechner-box h2 {
    font-size: 36px;
  }
  .checklist-box {
    flex-direction: column;
  }

  #breadcrumbs,
  .custom-content {
    font-size: 12px;
    word-wrap: break-word;
  }

  #breadcrumbs span:first-child {
    margin-left: 0.5rem;
  }

  .single-post .custom-grid-container {
    grid-template-columns: 1fr;
    margin: 32px 0;
  }
  .single-post .site,
  body.page:not(.home) .site {
    padding: 0 1rem;
  }
  .single-post .custom-thumbnail img {
    border-radius: 0px;
    max-height: 300px;
    object-fit: cover;
  }

  .wik {
    padding: 16px;
  }

  .single-post .wik h4 {
    font-size: 28px;
  }

  .single-post .wik ul {
    margin: 0;
  }

  .single-post h2,
  body.page:not(.home) h2 {
    margin-top: 3rem;
  }
  .site-content {
    flex-direction: column-reverse;
  }
  .single-post .kontakt-box svg,
  body.page:not(.home) .kontakt-box svg {
    top: 85px;
    left: 206px;
  }

  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  table {
    width: 100%;
    max-width: 100%;
  }

  .inside-left-sidebar {
    max-width: 100%;
  }
  body.page:not(.home) .inside-article {
    padding: 30px 0px;
  }

  .footer-widgets-container {
    padding-top: 4rem;
  }
  .kontakt-box,
  #kreditrechner,
  html {
    overflow-x: hidden;
  }

  .autor-img {
    width: 100px;
  }

  .popup-content {
    width: 100%;
  }

  #commentform > p.comment-form-cookies-consent > label,
  #wp-comment-cookies-consent {
    display: none;
  }

  .nomobile {
    display: none;
  }

  #formContainer {
    height: 4200px;
  }
}

@media (max-width: 380px) {
  /*.has-inline-mobile-toggle .mobile-menu-control-wrapper {
    flex-direction: column;
    margin: 0 auto;
    gap: 1rem;
  }*/
  /*.has-inline-mobile-toggle .inside-header {
    flex-direction: column;
    gap: 1rem;
  }*/

  .site-logo img {
    width: 120px;
    padding-top: 4px;
  }

  h1 {
    font-size: 28px !important;
  }

  .checkmark-box {
    margin-left: 40px !important;
  }

  .button-text {
    font-size: 12px;
  }

  .randomQuote {
    font-size: 18px;
  }

  .orange-mark {
    left: 48vw;
    max-width: 40%;
  }

  .testimonial-box a.button {
    max-width: 90%;
  }

  .wissen-header {
    max-width: 800px;
  }

  .wissen-header h1 {
    font-size: 26px !important;
  }
  .generate-columns .inside-article .entry-title a {
    font-size: 22px;
  }
  .team-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .single-post .custom-grid-container {
    grid-template-columns: 1fr;
    margin: 32px 0;
  }
  #breadcrumbs,
  .custom-content {
    font-size: 10px;
  }
  .single-post h2,
  .wik h4,
  body.page:not(.home) h2 {
    font-size: 24px;
  }
  .single-post .kontakt-box svg,
  body.page:not(.home) .kontakt-box svg {
    top: 74px;
    left: 163px;
  }
}
