.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}*,
*:before,
*:after {
box-sizing: border-box;
}
:root {
--gap: 40px;
} .content-box,
.wide .wp-block-group__inner-container {
max-width: 1672px;
margin: 0 auto;
padding: 0 var(--gap);
}
.offset-left {
padding-left: calc((100vw - 1672px) / 2);
padding-right: 3rem;
}
.vertical-center {
align-items: center;
}
.row {
display: flex;
gap: var(--gap);
}
.no-gap {
--gap: 0px;
}
.column-2,
.column-3,
.column-4,
.column-5,
.column-6,
.column-7,
.column-8,
.column-9,
.column-10,
.column-11,
.column-12 {
display: flex;
flex-wrap: wrap;
gap: var(--gap);
}
.column-2 > div {
width: 50%;
}
.column-2 > div {
width: calc((100% - (1*var(--gap))) /2);
}
.column-3 > div {
width: calc((100% - (2*var(--gap))) /3);
}
.column-4 > div {
width: calc((100% - (3*var(--gap))) /4);
}
.column-5 > div {
width: calc((100% - (4*var(--gap))) /5);
}
.column-6 > div {
width: calc((100% - (5*var(--gap))) /6);
}
.column-7 > div {
width: calc((100% - (6*var(--gap))) /7);
}
.column-8 > div {
width: calc((100% - (7*var(--gap))) /8);
}
.column-9 > div {
width: calc((100% - (8*var(--gap))) /9);
}
.column-10 > div {
width: calc((100% - (9*var(--gap))) /10);
}
.column-11 > div {
width: calc((100% - (10*var(--gap))) /11);
}
.column-12 > div {
width: calc((100% - (11*var(--gap))) /12);
}
.col-1-2 {
flex-basis: calc(100%/2);
}
.col-1-3 {
flex-basis: calc(100%/3);
}
.col-1-4 {
flex-basis: calc(100%/4);
}
.col-1-5 {
flex-basis: calc(100%/5);
}
.col-1-6 {
flex-basis: calc(100%/6);
}
.col-2-3 {
flex-basis: calc(100%/3 *2);
}
.col-2-5 {
flex-basis: calc(100%/5 *2);
}
.col-3-4 {
flex-basis: calc(100%/4 *3);
}
.col-3-5 {
flex-basis: calc(100%/5 *3);
}
.col-4-5 {
flex-basis: calc(100%/5 *4);
}
.col-5-6 {
flex-basis: calc(100%/6 *5);
}
@media only screen and (min-width: 769px) and (max-width: 1200px) { .column-5 > div,
.column-6 > div,
.column-7 > div,
.column-8 > div,
.column-8 > div {
width: calc((100% - (3* var(--gap))) / 4);
}
.column-10 > div,
.column-11 > div,
.column-12 > div {
width: calc((100% - (4* var(--gap))) /5);
}
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
:root {
--gap: 20px;
}
.column-3 > div,
.column-4 > div,
.column-5 > div {
width: calc((100% - (1* var(--gap))) / 2);
}
.column-6 > div,
.column-7 > div,
.column-8 > div,
.column-9 > div {
width: calc((100% - (2* var(--gap))) / 3);
}
.column-10 > div,
.column-11 > div,
.column-12 > div {
width: calc((100% - (2* var(--gap))) /3);
}
}
@media only screen and (max-width: 480px) {
:root {
--gap: 15px;
}
.column-2 > div,
.column-3 > div {
width: 100%;
}
.column-4 > div,
.column-5 > div,
.column-6 > div {
width: calc((100% - (1* var(--gap))) / 2);
}
.column-7 > div,
.column-8 > div,
.column-9 > div,
.column-10 > div,
.column-11 > div,
.column-12 > div {
width: calc((100% - (2* var(--gap))) /3);
}
}
@media only screen and (max-width: 768px) {
.row {
flex-wrap: wrap;
}
.col-1-2,
.col-1-3,
.col-1-4,
.col-1-5,
.col-1-6,
.col-2-3,
.col-2-5,
.col-3-4,
.col-3-5,
.col-4-5,
.col-5-6 {
flex-basis: 100%;
}
}#main-menu {
color: #fff;
text-transform: uppercase;
font-size: smaller;
}
#main-menu ul {
display: flex;
list-style-type: none;
align-items: center;
}
#main-menu ul li {
margin-left: 2rem;
}
#main-menu ul li a {
color: inherit;
padding: 0.75rem 0;
font-weight: bold;
text-transform: uppercase;
font-size: smaller;
position: relative;
}
#main-menu ul li a:before {
content: "";
display: block;
width: 0;
height: 2px;
background: transparent;
position: absolute;
bottom: 5px;
transition: all 0.3s ease-in-out;
}
#main-menu ul li a:hover:before {
background: #017CC4;
width: 100%;
}
#main-menu ul li a:hover,
#menu-main-menu .current-menu-item a {
color: #017CC4;
}
#main-menu ul li ul {
display: none;
}
#hamburger {
display: none;
}
#main-menu ul .button {
padding: 0.5rem 1rem;
color: #fff;
background: #017CC4;
}
#main-menu ul .button a,
#main-menu ul li.current-menu-item.button a {
color: #fff !important;
}
#main-menu ul li.button a:before {
content: none;
}
@media only screen and (max-width: 1281px) {
#main-menu ul {
display: block;
margin: 0;
padding: 0;
list-style-type: none;
}
#main-menu ul li {
margin: 0;
padding: 0;
}
#main-menu ul li a {
padding: 0.5rem 0;
display: block;
}
#main-menu ul li a:hover:before {
display: none;
}
#menu-main-menu .current-menu-item a {
color: #017CC4;
}
#hamburger {
display: flex;
flex-direction: column;
justify-content: space-between;
width: 1.5rem;
height: 1.5rem;
transition: all 0.3s ease-in-out;
}
#hamburger span {
display: block;
width: 100%;
height: 4px;
background: #fff;
border-radius: 2px;
}
#hamburger.nyitva {
justify-content: center;
}
#hamburger.nyitva span {
background: #FFF;
transition: all 0.3s ease-in-out;
}
#hamburger.nyitva span:nth-of-type(2) {
display: none;
}
#hamburger.nyitva span:nth-of-type(1) {
transform: rotate(45deg);
margin-bottom: -2px;
}
#hamburger.nyitva span:nth-of-type(3) {
transform: rotate(-45deg);
margin-top: -2px;
}
#main-menu {
max-height: 0;
opacity: 0;
transition: all 0.8s ease-in-out;
}
#main-menu.nyitva {
max-height: 1000px;
opacity: 1;
margin-top: 0.75rem;
}
}@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
:root {
--darkblue: #003466;
--light-blue: #017CC4;
--body-bg: #FFF;
--light-bg: #D7DBE4;
--radius: 0.4rem;
}
*,
*:before,
*:after {
box-sizing: border-box;
}
html {
font-size: 1.35vw; }
@media only screen and (max-width: 1281px) {
html {
font-size: 22px;
}
}
@media only screen and (max-width: 768px) {
html {
font-size: 20px;
}
}
@media only screen and (max-width: 480px) {
html {
font-size: 18px;
}
}
body {
margin: 0;
padding: 0;
font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: normal;
color: var(--darkblue);
background: #fff;
overflow-x: hidden;
}
img {
max-width: 100%;
height: auto;
}
a {
color: var(--darkblue);
text-decoration: none;
}
a:hover {
color: var(--light-blue);
}
p,
li {
line-height: 1.5;
}
ul li::marker {
color: var(--light-blue);
}
ul {
padding-left: 20px;
list-style-type: square;
}
ol {
padding-left: 1.5rem;
}
ol li {
position: relative;
z-index: 1;
margin-bottom: 10px;
padding-left: 10px;
}
ol li::marker {
font-weight: bold;
}
ol li::before {
content: "";
width: 1.5rem;
height: 1.5rem;
background: var(--light-blue);
display: block;
position: absolute;
left: -1.5rem;
top: 0;
z-index: -1;
}
h2,
h3 {
color: #003466;
}
h1 {
font-size: 3rem;
margin-bottom: 0.5rem;
position: relative;
z-index: 1;
color: #fff;
text-transform: uppercase;
text-align: center;
font-weight: 700;
line-height: 1.2;
}
h2 {
font-size: 2.3rem;
margin-top: 0;
position: relative;
margin-bottom: 0;
}
h3 {
font-size: 1.2rem;
}
.front-page-hero .wp-block-button__link.wp-element-button {
animation: hello 0.6s ease-in-out forwards;
opacity: 0;
transform: translateY(-40px);
animation-delay: 1.3s;
}
@keyframes hello {
100% {
opacity: 1;
transform: translateY(0);
}
}
.button,
.wp-block-button a,
.wp-block-post-excerpt__more-link,
input[type=submit] {
display: inline-block;
padding: 0.7rem 1rem;
color: #fff;
background: rgb(0, 122, 195);
background: linear-gradient(135deg, rgba(0, 122, 195, 1) 0%, rgba(0, 52, 102, 1) 80%);
font-weight: bold;
border: none;
font-family: inherit;
font-size: inherit;
line-height: 1;
border-radius: 2px;
cursor: pointer;
}
.button:hover,
.wp-block-button a:hover,
.wp-block-post-excerpt__more-link:hover,
input[type=submit]:hover {
color: #FFF;
background: var(--light-blue);
}
.align-center {
text-align: center;
}
#head .content-box {
display: flex;
justify-content: space-between;
align-items: center;
}
#head {
padding: 0.75rem 0;
position: absolute;
box-sizing: border-box;
z-index: 1;
width: 100%;
margin: 0 auto;
}
#logo {
margin-top: 0.3rem;
}
#logo svg {
max-width: 9rem;
}
.front-page-hero {
background: url(//penzugyitanacsadod.hu/wp-content/themes/penzugyitanacsadod/img/hero-img.webp);
background-size: cover;
background-position: center;
overflow: hidden;
position: relative;
padding: 12vw 0 11vw 0;
text-align: center;
color: #fff;
}
.wide {
width: calc(100vw - 16px);
position: relative;
left: calc(50% + 8px);
margin-left: -50vw;
}
.hero-inner {
background: var(--darkblue);
height: 400px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.highlight {
color: #fff;
text-transform: uppercase;
}
.mouse {
margin-top: 3rem;
}
.narrow-hero {
max-width: 39rem;
margin-left: auto;
margin-right: auto;
}
.narrow {
max-width: 41rem;
margin-left: auto;
margin-right: auto;
}
.post {
padding-top: 2.7vw;
}
.post-list li {
padding-top: 1rem;
}
.box-style,
.home-blog ul li {
border-radius: var(--radius);
border: 1px solid rgba(0, 0, 0, 0.10);
background: #FFF;
box-shadow: 0px 2px 10px 0px rgba(1, 122, 111, 0.20);
padding: 0 1.5rem;
overflow: hidden;
}
.box-style figure,
.home-blog ul li figure {
margin: 0 -1.5rem;
}
.service-img img {
margin-top: -1.5rem;
}
.services h3 {
font-size: 1.8rem;
}
.box-style h3 {
margin-bottom: 0;
}
.box-style p {
margin-top: 0.5rem;
}
.box-style .wp-block-button {
margin-bottom: 1.5rem;
}
.has-text-align-center.home-service-p {
padding-bottom: 1rem;
}
.home-section-two {
background: url(//penzugyitanacsadod.hu/wp-content/themes/penzugyitanacsadod/img/home-section-3-bg.webp);
background-size: cover;
background-position: top;
overflow: hidden;
position: relative;
color: #fff;
padding: 4vw;
}
.home-section-two h2 {
color: #fff;
}
.home-section-two li {
padding-top: 1rem;
}
.wp-block-columns.home-section-two.wide.is-layout-flex.wp-container-core-columns-layout-2.wp-block-columns-is-layout-flex {
margin-bottom: 0;
}
.home-section-three {
background: var(--light-bg);
padding-left: 4vw;
padding-right: 5vw;
}
figure.wp-block-image.size-full.bi {
margin-bottom: 0;
}
.home-section-work {
background: var(--darkblue);
color: #fff;
}
.home-section-word h2 {
color: #fff;
}
.wp-block-columns.home-section-three.wide.is-layout-flex.wp-container-core-columns-layout-3.wp-block-columns-is-layout-flex {
margin-bottom: 0;
}
.has-text-align-center {
margin-bottom: 0;
}
.has-text-align-left.wp-block-post-title {
padding: 1rem 0 0.5rem 0;
}
.wp-block-post-excerpt__excerpt {
padding-bottom: 1rem;
}
.wp-block-post-excerpt__more-link {
margin-bottom: 1.5rem;
}
.blog-img img {
margin-top: -1.5rem;
}
.blog-title {
margin-top: 1.5rem;
}
.contact-form {
background: url(//penzugyitanacsadod.hu/wp-content/themes/penzugyitanacsadod/img/contact-form-bg.webp);
background-size: cover;
background-position: top;
overflow: hidden;
position: relative;
color: #fff;
padding: 4vw;
}
.contact-form::before {
content: "";
position: absolute;
bottom: -0%;
left: 0;
width: 65%;
border-bottom: 0.5px solid white;
}
input[type=text],
input[type=tel],
textarea {
background: rgba(224, 230, 233, 0.50);
font-family: inherit;
padding: 10px;
font-size: inherit;
border-radius: 10px;
width: 100%;
border: 0.5px solid white;
}
input[type=text],
input[type=tel] {
margin-bottom: 40px;
}
textarea {
margin-bottom: 0px;
}
.wpcf7-list-item input[type=checkbox] {
margin-left: -1rem;
margin-right: 0.5rem;
}
.wp-block-heading.about-h2 {
padding-top: 1rem;
padding-bottom: 0;
}
.about-position {
margin-top: 0 !important;
}
.contact-column {
border-radius: var(--radius);
}
.contact-info {
margin-top: 0 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: transparent;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0;
border: none;
}
.career-benefits {
margin-bottom: 0;
}
.career-list {
margin-top: 0;
}
.widget-area {
background: var(--darkblue);
padding: 1rem;
}
:where(.wp-block-columns) {
margin-bottom: 0;
}
.nav-links {
text-align: center;
margin: 3rem 0;
}
.nav-links span,
.nav-links a {
display: inline-block;
width: 1.5rem;
height: 1.5rem;
line-height: 1rem;
text-align: center;
border: solid 1px var(--darkblue);
}
.home figure.wp-block-image.size-large,
.home figure.wp-block-post-featured-image {
overflow: hidden;
}
.home .wp-block-image a img,
.home .wp-block-post-featured-image a img {
transition: all 0.3s ease-in-out;
}
.home .wp-block-image a:hover img,
.home .wp-block-post-featured-image a:hover img {
transform: scale(1.2);
}
figure.wp-block-image.size-full {
overflow: hidden;
}
figure.wp-block-image.size-full a img {
transition: all 0.3s ease-in-out;
}
figure.wp-block-image.size-full a:hover img {
transform: scale(1.06);
}
footer {
background: var(--darkblue);
color: #fff;
padding: 3rem 0 2rem 0;
position: relative;
}
footer:before {
content: "";
position: absolute;
top: -7rem; right: 10%;
width: 33.33%; height: calc(60% + 50px); z-index: 1; background-image: url(//penzugyitanacsadod.hu/wp-content/themes/penzugyitanacsadod/img/logo-footer.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: top right; }
footer a {
color: var(--light-blue);
}
footer a:hover {
color: #fff;
}
footer h3 {
color: #fff;
}
#copyright {
background: var(--light-blue);
color: #fff;
font-size: 16px !important;
overflow: hidden;
}
#copyright a {
color: #fff;
}
.simple-social-icons svg[class^="social-"] {
width: 1.7rem !important;
height: 1.7rem !important;
fill: #fff !important;
padding: 0 !important;
}
.simple-social-icons svg[class^="social-"]:hover {
fill: var(--light-blue) !important;
}
.widget.simple-social-icons ul.alignleft li:not(:first-child) {
margin-left: 20px;
}
.footer-logo {
margin: 0 auto;
margin-bottom: -9rem;
position: relative;
z-index: 200;
}
@media only screen and (max-width: 1024px) {
h1 {
font-size: 2rem;
}
h2 {
font-size: 1.5rem;
line-height: 1.2;
}
footer:before {
content: "";
position: absolute;
top: -3rem;
right: 7.5%;
width: 20%;
height: calc(80% + 50px);
z-index: 1;
background-image: url(//penzugyitanacsadod.hu/wp-content/themes/penzugyitanacsadod/img/logo-footer.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: top right;
}
.wp-block-heading.has-text-align-center.front-page-h1 {
margin-top: 4rem;
}
.pig-img {
max-width: 60%;
}
.home-section-two,
.home-section-three {
display: block !important;
}
.home-service-button {
display: block;
margin: 0 auto;
}
.about-placeholder {
height: 50px !important;
}
}
@media only screen and (max-width: 2561px) {
.wide {
width: calc(100vw);
position: relative;
left: calc(50%);
margin-left: -50vw;
}
}
@media only screen and (max-width: 1281px) {
#head .content-box {
flex-wrap: wrap;
}
#head-menu {
width: 100%;
margin-top: 0.75rem;
}
#head {
position: relative;
background: var(--darkblue);
}
}
@media only screen and (max-width: 1279px) {
.widget-area {
display: none;
}
}
@media only screen and (max-width: 768px) {
.query-cta ul {
display: block;
}
.query-cta-blog ul {
display: block;
}
.query-cta-blog li {
margin-bottom: 2rem;
}
}
@media only screen and (max-width: 480px) {
.work-placeholder,
.pig-placeholder {
height: 20px !important;
}
.placeholder-100 {
height: 70px !important;
}
.home-column {
display: none;
}
footer .column-4 > div {
width: 100%;
}
.social-placeholder {
display: none;
}
}.simple-social-icons svg[class^="social-"],
.simple-social-icons svg[class*=" social-"] {
display: inline-block;
width: 1em;
height: 1em;
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
}
.simple-social-icons {
overflow: hidden;
}
.simple-social-icons ul {
margin: 0;
padding: 0;
}
.simple-social-icons ul li {
background: none !important;
border: none !important;
float: left;
list-style-type: none !important;
margin: 0 6px 12px !important;
padding: 0 !important;
}
.simple-social-icons ul li a {
border: none !important;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
display: inline-block;
font-style: normal !important;
font-variant: normal !important;
font-weight: normal !important;
height: 1em;
line-height: 1em;
text-align: center;
text-decoration: none !important;
text-transform: none !important;
width: 1em;
}
.simple-social-icons ul.aligncenter {
text-align: center;
}
.simple-social-icons ul.aligncenter li {
display: inline-block;
float: none;
}
.simple-social-icons .screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
svg.social-bluesky {
margin-left: -0.15em;
}