@charset "utf-8";
/*
Theme Name: thomasfodor.design
Author: Thomas Fodor
Textdomain: tfd
*/



* {
  padding: 0;
  margin: 0;
}
/* CSS Document */
@media print {
  * {
    -ms-filter: none !important;
    background: transparent !important;
    color: #000 !important;
    -webkit-filter: none !important;
            filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
html,
body,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  float: none;
  width: 100%;
  clear: both;
  height: 0;
  border: none;
}
input,
select {
  vertical-align: middle;
}
pre,
code,
kbd,
samp {
  font-family: Arial, Helvetica, sans-serif;
}
html {
  overflow-y: scroll;
}
a:hover,
a:active,
a:focus {
  outline: none;
}
 ol {
  list-style-type: decimal;
}
nav ul,
nav li {
  list-style: none;
  list-style-image: none;
  margin: 0;
}
strong,
th {
  font-weight: 700;
}
td {
  vertical-align: middle;
}
sub,
sup {
  font-size: 75%;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  padding: 15px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
textarea {
  overflow: auto;
}
.ie6 legend,
.ie7 legend {
  margin-left: -7px;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
label,
input[type="button"],
input[type="submit"],
input[type="image"],
button {
  cursor: pointer;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}
a:link {
  -webkit-tap-highlight-color: #FF5E99;
}
button {
  overflow: visible;
  width: auto;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.ir {
  background-repeat: no-repeat;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
input[type="radio"],
.ie6 input {
  vertical-align: text-bottom;
}
::-moz-selection {
  background: #FF5E99;
  color: #fff;
  text-shadow: none;
}
::-moz-selection,
::selection {
  background: #FF5E99;
  color: #fff;
  text-shadow: none;
}
.resp_padding {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(15px, 2.34vw, 30px) !important;
}
.resp_gap {
  gap: 15px;
}
.resp_gap_2 {
  gap: clamp(15px, 5vw, 60px) clamp(10px, 2.34vw, 15px);
}
.resp_gap_3 {
  gap: 8px clamp(10px, 2.34vw, 15px);
}
.box {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  padding: clamp(15px, 2.34vw, 30px) !important;
  background-color: #FFF9F0;
  border-radius: 6px;
  background-clip: padding-box;
  box-sizing: border-box;
}
.box h1,
.box h2,
.box h3,
.box h4,
.box h5,
.box h6 {
  padding-top: 0 !important;
  margin: 0 !important;
}
.shadow {
  -webkit-box-shadow: 0 17px 28px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 17px 28px 0 rgba(0, 0, 0, 0.15);
}
.shadow_2 {
  -webkit-box-shadow: 0 17px 28px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 17px 28px 0 rgba(0, 0, 0, 0.3);
}
.font2 {
  font-family: "Gabarito", sans-serif;
}
.respimage {
  width: 100%;
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0 auto;
}
figure img {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.corner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bradius {
  border-radius: 6px;
  background-clip: padding-box;
}
.bradius_large {
  border-radius: 200px;
  background-clip: padding-box;
}
.bradius_full {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
}
.resp_margin {
  margin: clamp(15px, 2.34vw, 30px) 0;
}
.full {
  width: 100%;
}
.fulli {
  width: 100% !important;
}
.max {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  float: none !important ;
}
.clear {
  clear: both;
}
.auto {
  width: auto;
}
.autoi {
  width: auto !important;
}
.lefty {
  width: 100%;
  float: left;
  clear: both;
}
.hidden,
.blind {
  display: none !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  margin: 15px auto !important;
  display: table !important;
  float: none;
}
.effect {
  -webkit-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}
.lefty {
  float: left;
  width: 100%;
  clear: both;
}
.no-padding {
  padding: 0;
}
.sectionstyle {
  border-radius: 6px;
  background-clip: padding-box;
  background-color: #f4f4f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  overflow: hidden;
  margin: clamp(15px, 2.34vw, 30px) 0;
}
.borderstyle {
  padding-bottom: 15px;
  border-bottom: solid 1px #f4f4f4 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0  !important;
}
.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  width: auto  !important;
  max-width: 100%;
}
.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  width: auto  !important;
  max-width: 100%;
}
.aligncenter,
.alignnone {
  width: auto  !important;
  max-width: 100%;
  display: block;
  float: none !important;
  clear: both;
  margin: 30px auto;
}
.gallery {
  margin: 15px 0 !important;
}
.gallery > br {
  display: none;
}
.gallery img {
  border: none !important;
  width: 100%;
  height: auto;
  float: left;
  border-radius: 6px;
  background-clip: padding-box;
}
.gallery-item {
  width: 100%  !important;
  padding: 0 7.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gallery-caption {
  font-size: 0.8em;
}
.wp-video-shortcode {
  border-radius: 6px;
  background-clip: padding-box;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  height: auto !important;
}
.small_gallery .gallery {
  grid-auto-rows: 1fr;
}
.gallery.grid_2c {
  padding: 0 !important;
  gap: 15px;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.small_gallery .gallery,
.without_text .gallery,
.small_gallery .media,
.without_text .media {
  grid-auto-flow: column;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}
.large_gallery .gallery {
  -ms-grid-column-align: center !important;
      justify-self: center !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-auto-flow: row;
}
@media only screen and (min-width: 1600px) {
  .large_gallery .gallery {
    grid-template-columns: repeat(auto-fit, minmax(200px, 3fr)) !important;
  }
}
@media only screen and (min-width: 1600px) {
  .gallery_3 .gallery {
    grid-auto-flow: row;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 6px;
  background-clip: padding-box;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-video,
.mejs-container {
  width: 100% !important;
}
.media:has:not(.wp-video) {
  float: left;
  width: 100%;
  clear: both;
  border-radius: 6px;
  background-clip: padding-box;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.media:has:not(.wp-video) iframe,
.media:has:not(.wp-video) object,
.media:has:not(.wp-video) embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  width: auto  !important;
  max-width: 100%;
}
.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  width: auto  !important;
  max-width: 100%;
}
.aligncenter,
.alignnone {
  width: auto  !important;
  max-width: 100%;
  display: block;
  float: none !important;
  clear: both;
  margin: 30px auto;
}
@media only screen and (max-width: 840px) {
  .alignleft,
  .alignright,
  .aligncenter,
  .alignnone {
    float: none;
    margin: 0 auto 15px !important;
    display: table;
  }
  .alignleft img,
  .alignright img,
  .aligncenter img,
  .alignnone img {
    max-width: 100% !important;
    height: auto !important;
    display: table;
    margin: 0 auto;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading,
.h3_text .sow-headline,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2em !important;
  padding: 0.5em 0;
}
.articles > h2 {
  float: left;
  width: 100%;
  clear: both;
}
:root {
  --h1: clamp(32px, 2.188vw, 42px);
  --h2: clamp(24px, 1.667vw, 32px);
  --h3: clamp(18px, 1.25vw, 24px);
  --h4: clamp(16px, 0.938vw, 18px);
  --h5: clamp(16px, 0.833vw, 16px);
  --h6: clamp(16px, 0.729vw, 14px);
}
h1,
.h1 {
  font-size: var(--h1);
}
h2,
.h2 {
  font-size: var(--h2);
}
h3,
.h3 {
  font-size: var(--h3);
}
h4,
.h4 {
  font-size: var(--h4);
}
h5,
.h5 {
  font-size: var(--h5);
}
h6,
.h6 {
  font-size: var(--h6);
}
h2.sow-headline {
  font-family: "Gabarito", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 1.2em !important;
  padding: 0.5em 0 !important;
  font-size: var(--h2) !important;
  font-weight: 600 !important;
  padding-bottom: 30px !important;
}
.sow-headline {
  color: #c32a22;
}
.larger_text {
  font-size: clamp(16px, 2vw, 18px) !important;
}
p,
.p {
  font-weight: 400;
  font-size: 1em;
  text-align: left;
  line-height: 1.45em;
  margin-bottom: 1em;
}
a {
  text-decoration: none;
  color: #262524;
}
a:hover {
  text-decoration: underline;
  color: #c32a22;
}
a:active,
a:focus {
  outline: 0 !important;
}
strong {
  font-weight: 600;
}
.entry ol,
.textwidget ol,
.entry ul,
.textwidget ul {
  margin: 0 0 15px;
  line-height: 1.4em;
  padding-left: 1em;
}
.entry li,
.textwidget li {
  list-style: disc outside;
  font-weight: 400;
  font-size: 1em;
  text-align: left;
  line-height: 1.45em;
  margin-bottom: 1em;
  margin-bottom: 0 !important;
}
.entry a,
.textwidget a {
  font-weight: 700;
  color: #c32a22;
}
.textwidget p {
  font-weight: 400;
  font-size: 1em;
  text-align: left;
  line-height: 1.45em;
  margin-bottom: 1em;
}
blockquote {
  font-style: italic;
  margin: 1em 1em 1.5em;
  quotes: auto;
  position: relative;
}
blockquote:before,
blockquote:after {
  font-size: clamp(28px, 5vw, 3em) !important;
}
blockquote:before {
  position: absolute;
  content: open-quote;
  margin-left: -0.4em;
  margin-top: -0.2em;
  quotes: auto;
}
blockquote:after {
  position: absolute;
  content: close-quote;
  bottom: 0;
  right: 0;
  margin-right: 0;
  margin-bottom: -0.6em;
  quotes: auto;
}
.devkeret {
  border: dotted 2px rgba(255, 0, 0, 0.8);
  float: left;
  clear: both;
  margin: 10px 0;
  width: 100% !important;
  padding: 10px;
}
.devkeret::before {
  content: "Ezt csak mi látjuk";
  color: red;
  display: block;
  float: left;
  clear: both;
  width: 100%;
  font-size: 10px;
  font-weight: normal;
  opacity: 0.6;
}
.codes {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 0, 4, 0.9);
  color: #fff;
  z-index: 999;
  padding: 15px;
}
.layout_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px minmax(20px, 1440px) 0px 1fr;
  grid-template-columns: 1fr minmax(20px, 1440px) 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
      grid-template-areas: ". columns .";
  position: fixed;
  pointer-events: none;
  height: 100vh;
  width: 100%;
}
.columns {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: columns;
  display: -ms-grid;
  display: grid;
  max-width: 1440px;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr  ;
      grid-template-areas: " . . .   ";
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 30px 30px;
  grid-auto-flow: row;
}
.columns * {
  background-color: rgba(150, 150, 150, 0);
}
#header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFEDCF;
  padding: 15px 15px;
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9;
  width: 100%;
}
#header {
  max-width: 1440px;
  display: -ms-grid;
  display: grid;
  width: 100%;
  gap: 15px;
  grid-auto-flow: column;
  grid-auto-rows: auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1390px) {
  #header {
    -ms-grid-columns: auto clamp(10px, 2.34vw, 15px) auto;
    grid-template-columns: auto auto;
    gap: 8px clamp(10px, 2.34vw, 15px);
    -ms-grid-rows: 1fr 8px 1fr;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: row;
        grid-template-areas: "logo menubutton" "nav nav ";
  }
  #header .logo {
    grid-area: logo;
  }
  #header #mainnav {
    grid-area: nav;
    -ms-grid-column-align: start;
        justify-self: start;
  }
  #header .social_icons {
    -ms-grid-column-align: end;
        justify-self: end;
    -ms-grid-row-align: center;
        align-self: center;
    grid-area: social;
  }
  #header .button {
    -ms-grid-column-align: end;
        justify-self: end;
    -ms-grid-row-align: center;
        align-self: center;
    grid-area: menubutton;
  }
}
@media only screen and (max-width: 1390px){
  #header .logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #header #mainnav {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  #header .button {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
#header .logo {
  -ms-grid-column-align: start;
      justify-self: start;
}
#mainnav {
  float: left;
  width: 100%;
  clear: both;
}
#mainnav .menu {
  float: left;
  width: 100%;
  clear: both;
}
#mainnav .menu li {
  float: left;
}
#mainnav .menu a {
  border-radius: 200px;
  background-clip: padding-box;
  font-family: "Gabarito", sans-serif;
  margin: 5px;
  padding: 0.4em 1em;
  color: #262524;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
#mainnav .menu a:hover {
  background-color: #801207 !important;
  color: #fff;
}
#mainnav .menu .mPS2id-highlight {
  background-color: #c32a22 !important;
  color: #fff;
}
body:not(.home) #mainnav .current-menu-item a {
  background-color: #c32a22 !important;
  color: #fff;
}
.logo {
  width: 290px;
  height: 18px;
  background-image: url(//www.thomasfodor.design/wp-content/themes/tfd/img/logo_color.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
}
#logo_white {
  background-image: url(//www.thomasfodor.design/wp-content/themes/tfd/img/logo_white.svg);
}
.menubutton {
  font-family: "Gabarito", sans-serif;
  font-size: 1.2em;
  padding: 0.4em 1em;
  border: none  !important;
  color: #ffffff !important;
  font-weight: 800;
  width: auto;
  margin: 5px;
  border-radius: 200px;
  background-color: #c32a22;
  background-clip: padding-box;
  text-decoration: none;
  display: inline-block;
}
.menubutton:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #801207;
}
.social_icons {
  -ms-grid-column-align: end;
      justify-self: end;
  -ms-grid-row-align: center;
      align-self: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 0px 10px;
  grid-auto-flow: column;
}
.social_icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex ;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  padding: 10px;
  border-radius: 6px;
  background-clip: padding-box;
}
.social_icons img {
  height: 24px;
}
.small_icons a:hover {
  background-color: #fff;
}
.small_icons img {
  width: 24px;
}
.large_icons {
  gap: 15px;
}
.large_icons img {
  height: 38px;
}
.large_icons a:hover {
  background-color: #801207;
}
.button {
  font-family: "Gabarito", sans-serif;
  font-size: 1.2em;
  padding: 0.4em 1em;
  border: none  !important;
  color: #ffffff !important;
  font-weight: 800;
  width: auto;
  margin: 5px;
  border-radius: 200px;
  background-color: #c32a22;
  background-clip: padding-box;
  text-decoration: none;
  display: inline-block;
}
.button:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #801207;
}
.smallbuttons {
  font-size: 12px !important;
  margin: 15px 0;
  min-height: 47px;
}
.smallbuttons .readmore {
  margin-bottom: 0 !important;
}
.cta_button {
  background-color: #c32a22 !important;
  font-family: "Gabarito", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 1.2em !important;
  padding: 0.5em 0 !important;
  font-size: var(--h4) !important;
  padding: 10px 15px !important;
  border-radius: 200px;
  background-clip: padding-box;
  color: #fff !important;
}
.sowb-button {
  font-size: 1.2em !important;
  padding: 0.4em 1em !important;
  border: none  !important !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  width: auto !important;
  margin: 5px !important;
  text-decoration: none !important;
  display: inline-block !important;
  background-color: #c32a22 !important;
  font-family: "Gabarito", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 1.2em !important;
  padding: 0.5em 0 !important;
  font-size: var(--h4) !important;
  padding: 10px 15px !important;
  border-radius: 200px !important;
  background-clip: padding-box !important;
  color: #fff !important;
  border: none  !important;
  margin: 15px 0 !important;
}
.sowb-button:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #801207 !important;
}
.smallbutton {
  font-size: 14px !important;
  margin: 15px 0;
  background-color: #262524 !important;
}
.external_link a {
  background-image: url(//www.thomasfodor.design/wp-content/themes/tfd/img/external_link_white.svg);
  background-size: 24px;
  background-position: 90% center;
  background-repeat: no-repeat;
  padding-right: 44px !important;
}
.external_link .button {
  background-image: url(//www.thomasfodor.design/wp-content/themes/tfd/img/external_link_white.svg) !important;
}
#mainnav .menu .external_link a {
  background-image: url(//www.thomasfodor.design/wp-content/themes/tfd/img/external_link.svg) !important;
}
#mainnav .menu .external_link:hover a {
  background-image: url(//www.thomasfodor.design/wp-content/themes/tfd/img/external_link_white.svg) !important;
}
#responsive-menu-pro .external_link a {
  background-image: url(//www.thomasfodor.design/wp-content/themes/tfd/img/external_link_white.svg) !important;
}
/* Responsive-menu */
#responsive-menu-pro-button {
  border-radius: 6px;
  background-clip: padding-box;
}
#responsive-menu-pro-additional-content {
  float: left;
  width: 100%;
  clear: both;
}
#responsive-menu-pro-additional-content > * {
  float: left;
  width: 100%;
  clear: both;
}
#responsive-menu-pro-additional-content .social_icons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-auto-flow: inherit;
  gap: 15px;
      grid-template-areas: ".";
  padding-top: 30px;
}
#responsive-menu-pro-additional-content .social_icons img {
  height: 24px;
}
.wpml-ls-legacy-list-horizontal,
#responsive-menu-pro-additional-content .menu-item-type-custom {
  float: left;
  width: 100%;
  clear: both;
  text-align: left !important;
  background-color: transparent !important;
  position: inherit !important;
}
.wpml-ls-legacy-list-horizontal a,
#responsive-menu-pro-additional-content .menu-item-type-custom a {
  color: #fff !important;
  font-weight: 600;
}
.wpml-ls-legacy-list-horizontal {
  margin-top: 30px;
}
.responsive-menu-pro-item-link {
  font-weight: 600;
}
#wpfront-scroll-top-container {
  z-index: 999 !important;
}
.project {
  border-radius: 6px;
  background-clip: padding-box;
  background-color: #f4f4f4;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10px 15px 1fr 15px 10px;
  grid-template-columns: 10px 1fr 10px;
  -ms-grid-rows: auto 15px 1fr 15px auto 15px 0px;
  grid-template-rows: auto 1fr auto 0px ;
  gap: 15px;
      grid-template-areas: "figure figure figure" ". header ." ". button ." ". . .";
  -webkit-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}
.project .figure_link,
.project figure {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: figure;
}
.project .figure_link img,
.project figure img {
  border-radius: 6px;
  background-clip: padding-box;
}
.project header {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: header;
}
.project header h1,
.project header h2,
.project header h3,
.project header h4,
.project header h5,
.project header h6 {
  padding: 0 !important;
}
.project .button {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  -ms-grid-column-align: end;
      justify-self: end;
  -ms-grid-row-align: end;
      align-self: end;
  grid-area: button;
}
@media only screen and (min-width: 840px) {
  .project:hover {
    -webkit-box-shadow: 0 17px 28px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 17px 28px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
  }
}
.picture_only {
  -ms-grid-columns: 1fr ;
  grid-template-columns: 1fr ;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 0;
      grid-template-areas: " figure";
}
.year {
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2em !important;
  padding: 0.5em 0;
  font-size: var(--h5);
}
.tags {
  padding: 6px 14px;
  border-radius: 6px;
  background-clip: padding-box;
  background-color: #f4f4f4;
  color: #6c6c6c;
  font-family: "Gabarito", sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  float: left;
  margin: 0 5px 5px 0;
}
.tags * {
  color: #6c6c6c;
}
.tags:hover {
  background-color: #6c6c6c;
  color: #f4f4f4;
}
.tags:hover * {
  color: #f4f4f4;
  text-decoration: none !important;
}
.tools h6 {
  margin-bottom: 10px;
}
.tools span {
  padding: 6px 14px;
  border-radius: 6px;
  background-clip: padding-box;
  background-color: #f4f4f4;
  color: #6c6c6c;
  font-family: "Gabarito", sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  float: left;
  margin: 0 5px 5px 0;
}
.tools span * {
  color: #6c6c6c;
}
.tools span:hover {
  background-color: #6c6c6c;
  color: #f4f4f4;
}
.tools span:hover * {
  color: #f4f4f4;
  text-decoration: none !important;
}
#about,
#how,
#what,
#contact,
#kapcsolat {
  background-color: #FFF9F0;
}
#rolam,
#miben,
#kapcsolat {
  background-color: #FFF9F0;
}
#home {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  gap: 0px 0px;
      grid-template-areas: ".";
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 839px) {
  #home {
    padding: 108vw 30px 30px !important;
    background-position: center -27vw !important;
    min-height: 210px !important;
    background-size: 120vw;
  }
  #home * {
    text-align: center !important;
  }
}
@media only screen and (min-width: 840px) {
  #home {
    background-position: 50vw center !important;
    background-size: 60vw;
    height: 52vw ;
    max-height: 600px ;
  }
}
@media only screen and (min-width: 839px) and (max-width: 841px) {
  #home {
    background-size: 55vw;
    background-position: 48vw center !important;
  }
}
.hero h1 {
  color: fontcolor;
}
.hero .h3_text .sow-headline {
  font-size: clamp(28px, 5.6vw, 58px);
  margin: 0 !important;
  padding: 0 !important;
}
.hero h3 {
  padding-top: 0 !important;
  -ms-hyphens: none;
      hyphens: none;
}
.hero p:not(.sow-headline) {
  font-size: clamp(20px, 2.5vw, 36px) !important;
  -ms-hyphens: none !important;
      hyphens: none !important;
  margin: 0 !important;
}
@media only screen and (max-width: 839px) {
  .hero * {
    text-align: center !important;
  }
}
@media only screen and (min-width: 840px) {
  .hero p {
    text-align: left !important;
  }
}
@media only screen and (min-width: 839px) and (max-width: 841px) {
  .hero .panel-grid-cell {
    width: 100vw !important;
  }
  .hero .panel-layout div:first-child {
    width: 42vw !important;
  }
}
.CV_lines {
  max-width: 1000px;
  margin: 15px auto;
}
.CV_lines div {
  margin-bottom: 10px;
  display: -ms-grid;
  display: grid;
  text-align: left;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-auto-rows: auto;
  gap: 0 5px;
  grid-auto-flow: row;
  -ms-grid-columns: 95px 5px auto;
  grid-template-columns: 95px auto;
  -ms-grid-rows: auto 0 auto;
  grid-template-rows: auto auto;
      grid-template-areas: "date firm" "position position";
}
.CV_lines div .date {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: date;
}
.CV_lines div .firm {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: firm;
  font-weight: 700;
}
.CV_lines div .position {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: position;
}
@media only screen and (min-width: 839px) {
  .CV_lines div {
        grid-template-areas: "date firm" ". position";
  }
  .CV_lines div .date {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .CV_lines div .firm {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .CV_lines div .position {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}
@media only screen and (min-width: 1000px) {
  .CV_lines div {
    -ms-grid-columns: 100px 1fr auto;
    grid-template-columns: 100px 1fr auto;
        grid-template-areas: "date firm  position";
  }
  .CV_lines div .date {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .CV_lines div .firm {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .CV_lines div .position {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}
.so-widget-lsow-odometers {
  margin: 15px 0;
  text-align: center;
}
.so-widget-lsow-odometers .lsow-grid-container {
  display: -ms-grid;
  display: grid;
  gap: 15px;
      grid-template-areas: ".";
  margin: 0 !important;
  width: 100% !important;
}
.so-widget-lsow-odometers .lsow-grid-container:after {
  display: none !important;
}
@media only screen and (max-width: 1259px) {
  .so-widget-lsow-odometers .lsow-grid-container {
    grid-auto-flow: column;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
        grid-template-areas: ". ." ". ." "last last";
    max-width: 600px;
    margin: 0 auto !important;
  }
  .so-widget-lsow-odometers .lsow-grid-container > div:last-child {
    grid-area: last;
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-grid-row-align: center;
        align-self: center;
  }
}
@media only screen and (max-width: 1259px){
  .so-widget-lsow-odometers .lsow-grid-container > div:last-child {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media only screen and (min-width: 1260px) {
  .so-widget-lsow-odometers .lsow-grid-container {
    grid-auto-flow: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .so-widget-lsow-odometers .lsow-grid-container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.so-widget-lsow-odometers .lsow-odometer {
  text-align: center !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(15px, 2.34vw, 30px) !important;
  background-color: #FFEDCF;
  margin: 0 !important;
  width: 100% !important;
  border-radius: 6px;
  background-clip: padding-box;
}
.so-widget-lsow-odometers h2 {
  font-family: "Gabarito", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 1.2em !important;
  padding: 0.5em 0 !important;
  font-size: var(--h4) !important;
}
.so-widget-lsow-odometers .lsow-number span,
.so-widget-lsow-odometers .lsow-suffix {
  font-size: clamp(28px, 5.6vw, 46px) !important;
  color: #c32a22 !important;
  font-weight: 900;
}
.so-widget-lsow-odometers .lsow-stats-title {
  font-size: var(--h3);
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2em !important;
  padding: 0.5em 0;
  text-align: center;
  color: #000 !important;
  padding: 0;
}
.services .sow-icon-container {
  height: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services .sow-icon-image {
  position: inherit !important;
}
@media only screen and (max-width: 1200px) {
  .services .sow-icon-container {
    display: none !important;
  }
}
@media only screen and (min-width: 840px) {
  .services .sow-icon-container-position-left .sow-icon-container {
    margin-left: 15px !important;
  }
  .services .sow-icon-container-position-right .sow-icon-container {
    margin-right: 15px !important;
  }
}
.services .sow-features-feature {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  padding: clamp(15px, 2.34vw, 30px) !important;
  background-color: #FFF9F0;
  border-radius: 6px;
  background-clip: padding-box;
  box-sizing: border-box;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}
.services .sow-features-feature h1,
.services .sow-features-feature h2,
.services .sow-features-feature h3,
.services .sow-features-feature h4,
.services .sow-features-feature h5,
.services .sow-features-feature h6 {
  padding-top: 0 !important;
  margin: 0 !important;
}
@media only screen and (min-width: 840px) {
  .services .sow-features-feature {
    width: calc((100% - 30px)/2) !important;
  }
}
.sow-image-container img {
  border-radius: 6px;
  background-clip: padding-box;
}
.so-parallax .sow-image-container img {
  border-radius: 0 !important;
}
.masonry-grid .grid:after {
  content: '';
  display: block;
  clear: both;
}
@media only screen and (min-width: 1260px) {
  .masonry-grid .grid-sizer,
  .masonry-grid .grid-item {
    width: 48%;
  }
  .masonry-grid .gutter-sizer {
    width: 4%;
  }
}
.masonry-grid .grid-item {
  float: left;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1259px) {
  .masonry-grid .grid-item {
    width: 100%;
  }
}
/* FAQs*/
.so-widget-sow-accordion {
  max-width: 860px;
  margin: 0 auto;
}
.sow-accordion-panel-header {
  padding: 0 15px !important;
  background-color: #FFF9F0 !important;
  color: #262524 !important;
  border-radius: 6px;
  background-clip: padding-box;
}
.sow-accordion-panel-border {
  padding: 15px !important;
  background-color: #FFF9F0 !important;
  color: #262524 !important;
}
.sow-accordion-title {
  font-size: var(--h5) !important;
  font-family: "Gabarito", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 1.2em !important;
  padding: 0.5em 0 !important;
}
.sow-icon-ionicons {
  color: #c32a22;
  font-size: 28px;
}
.education {
  padding-bottom: 15px;
}
.education .sow-features-list {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto 15px auto;
  grid-template-rows: repeat(2, auto);
  gap: 15px 15px !important;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 15px auto 15px auto 15px auto 15px auto;
  grid-template-rows: repeat(5, auto);
      grid-template-areas: "first" "second" "third" "fourth" "fifth";
}
@media only screen and (min-width: 840px) {
  .education .sow-features-list {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    -ms-grid-rows: (auto)[2];
    grid-template-rows: repeat(2, auto);
        grid-template-areas: "first first second second fifth fifth" "third third third fourth fourth fourth";
  }
}
@media only screen and (min-width: 1260px) {
  .education .sow-features-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: (auto)[2];
    grid-template-rows: repeat(2, auto);
        grid-template-areas: "first third fourth" "second third fourth" "fifth third fourth";
  }
}
.education .sow-features-list li:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: first;
}
.education .sow-features-list li:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: second;
}
.education .sow-features-list li:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: third;
}
.education .sow-features-list li:nth-child(4) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: fourth;
}
.education .sow-features-list li:nth-child(5) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: fifth;
}
@media only screen and (min-width: 840px){
  .education .sow-features-list li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .education .sow-features-list li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }
  .education .sow-features-list li:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .education .sow-features-list li:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
  }
  .education .sow-features-list li:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
  }
}
@media only screen and (min-width: 1260px){
  .education .sow-features-list li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .education .sow-features-list li:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .education .sow-features-list li:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .education .sow-features-list li:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .education .sow-features-list li:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
.education .sow-features-list li:nth-child(3),
.education .sow-features-list li:nth-child(4) {
  -ms-flex-line-pack: start;
      align-content: start;
}
.education .sow-features-feature {
  padding: 15px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFEDCF;
  border-radius: 6px;
  background-clip: padding-box;
  width: 100% !important;
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr !important;
  grid-template-columns: 1fr !important;
  -ms-grid-rows: auto 15px auto;
  grid-template-rows: repeat(2, auto);
  gap: 15px;
      grid-template-areas: "." ".";
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.education .sow-features-feature * {
  color: #000 !important;
}
.education .sow-features-feature .sow-icon-container,
.education .sow-features-feature .sow-icon-image {
  width: 100% !important;
  max-width: 140px;
  background-repeat: no-repeat;
  min-height: 60px;
  background-position: center center;
}
.education .sow-features-feature .textwidget {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.education .sow-features-feature .textwidget h4 {
  padding: 0 !important;
  margin: 0 !important;
}
.education .sow-features-feature .textwidget ul {
  margin: 10px 0 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(15px, 2.34vw, 30px) !important;
}
.education .sow-features-feature .textwidget li {
  margin-bottom: 6px !important;
}
@media only screen and (min-width: 1260px) {
  .cv .textwidget {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    gap: 30px;
  }
}
#recommendations {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
}
@media only screen and (min-width: 1260px) {
  #recommendations {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 100px;
  }
  #recommendations .long {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row-span: 6;
    grid-row: span 6;
  }
  #recommendations .normal {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row-span: 4;
    grid-row: span 4;
  }
  #recommendations .short {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row-span: 3;
    grid-row: span 3;
  }
}
#recommendations .recommendation_item {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  padding: clamp(15px, 2.34vw, 30px) !important;
  background-color: #FFF9F0;
  border-radius: 6px;
  background-clip: padding-box;
  box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-rows: 120px 30px auto;
  grid-template-rows: 120px auto;
      grid-template-areas: ".";
}
#recommendations .recommendation_item h1,
#recommendations .recommendation_item h2,
#recommendations .recommendation_item h3,
#recommendations .recommendation_item h4,
#recommendations .recommendation_item h5,
#recommendations .recommendation_item h6 {
  padding-top: 0 !important;
  margin: 0 !important;
}
#recommendations .recommendation_item figure img {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
}
.project_featured {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 30px;
  display: -ms-grid;
  display: grid;
  gap: 15px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 15px auto 15px auto 15px auto;
  grid-template-rows: repeat(4, auto);
      grid-template-areas: "title" "text" "best_images" "tools" "button";
}
@media only screen and (min-width: 840px) {
  .project_featured {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: (auto)[4];
    grid-template-rows: repeat(4, auto);
        grid-template-areas: "best_images title" "best_images text" "best_images tools" "best_images button ";
  }
  .project_featured > .button {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
}
.project_featured .title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
  padding: 0 !important;
}
.project_featured .text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: text;
}
.project_featured .tools {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: tools;
}
.project_featured .best_images {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: best_images;
}
.project_featured .button {
      -ms-grid-row: 9;
      -ms-grid-column: 1;
      justify-self: end;
      align-self: center;
  grid-area: button;
  margin: 15px;
}
.project_featured .title a:hover,
.project_featured .text a:hover,
.project_featured .tools a:hover {
  text-decoration: none !important;
}
.project_featured .title p,
.project_featured .text p,
.project_featured .tools p {
  margin-bottom: 0 !important;
}
.best_images a {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 15px;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
      grid-template-areas: ". .";
}
@media only screen and (min-width: 1260px) {
  .best_images a {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
        grid-template-areas: ". . .";
  }
}
.best_images a img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  background-clip: padding-box;
}
.page-template-page-storytelling .panel-grid-cell {
  position: relative;
}
.page-template-page-storytelling .alignright,
.page-template-page-storytelling .project_wrapper,
.page-template-page-storytelling .wp-video {
  margin-bottom: 10px !important;
}
@media only screen and (min-width: 1260px) {
  .page-template-page-storytelling .alignright,
  .page-template-page-storytelling .project_wrapper,
  .page-template-page-storytelling .wp-video {
    width: 150px !important;
    float: right;
    clear: right;
    padding: 5px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media only screen and (min-width: 1260px) {
  .page-template-page-storytelling .wp-video-shortcode {
    min-width: 675px !important;
  }
}
.page-template-page-storytelling .caption {
  padding: 5px 0 8px;
  font-family: "Gabarito", sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 1px #262524;
}
.page-template-page-storytelling .wp-caption-text {
  padding: 5px 0 8px;
  font-family: "Gabarito", sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 1px #262524;
  display: block;
}
@media only screen and (min-width: 1260px) {
  .page-template-page-storytelling .wp-caption-text {
    width: 500px !important;
  }
}
.page-template-page-storytelling .so-widget-sow-simple-masonry .widget-title,
.page-template-page-storytelling .gallery_caption {
  padding: 5px 0 8px;
  font-family: "Gabarito", sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 1px #262524;
}
.page-template-page-storytelling .project_wrapper header {
  padding: 5px 0 8px;
  font-family: "Gabarito", sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 1px #262524;
  display: block;
}
@media only screen and (min-width: 1260px) {
  .page-template-page-storytelling .project_wrapper header {
    width: 500px !important;
  }
}
.page-template-page-storytelling .project_wrapper header a {
  color: #262524 !important;
}
@media only screen and (min-width: 1260px) {
  .page-template-page-storytelling .project_wrapper section {
    width: 500px !important;
  }
}
.page-template-page-storytelling .project_wrapper section .best_images {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0 !important;
}
.page-template-page-storytelling .so-widget-sow-simple-masonry {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto 15px auto;
  grid-template-rows: repeat(2, auto);
  gap: 15px;
  grid-auto-flow: row;
      grid-template-areas: "sow-masonry-grid" "widget-title";
}
.page-template-page-storytelling .so-widget-sow-simple-masonry .sow-masonry-grid {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: sow-masonry-grid;
}
.page-template-page-storytelling .so-widget-sow-simple-masonry .widget-title {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: widget-title;
}
.page-template-page-storytelling .so-widget-sow-simple-masonry .sow-masonry-grid-item {
  border-radius: 6px;
  background-clip: padding-box;
}
.page-template-page-storytelling .gallery {
  gap: 5px;
  margin-bottom: 0 !important;
}
.page-template-page-storytelling .best_images,
.page-template-page-storytelling .gallery {
  grid-template-columns: repeat(auto-fit, minmax(12vw, 1fr));
}
@media only screen and (max-width: 840px) {
  .page-template-page-storytelling .best_images,
  .page-template-page-storytelling .gallery {
    grid-template-columns: repeat(auto-fit, minmax(44vw, 1fr));
  }
}
.projects {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 30px;
}
.projects_row {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  grid-auto-rows: 1fr;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
      grid-template-areas: ". .";
}
@media only screen and (min-width: 840px) {
  .projects_row {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
        grid-template-areas: ".";
  }
}
.page-template-page-portfolio-php #page {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 15px auto;
  grid-template-rows: auto auto;
      grid-template-areas: "sidebar" "articles";
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media only screen and (min-width: 841px) {
  .page-template-page-portfolio-php #page {
    -ms-grid-columns: minmax(320px, 480px) 1fr 15px;
    grid-template-columns: minmax(320px, 480px) 1fr 15px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-auto-flow: row;
        grid-template-areas: "sidebar articles .";
  }
}
.page-template-page-portfolio-php #page .articles {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  padding-top: 15px;
  grid-area: articles;
  justify-items: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.page-template-page-portfolio-php #page .articles .featured {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 15px;
  float: left;
  width: 100%;
  clear: both;
}
.page-template-page-portfolio-php #page .articles .title_only {
  display: -ms-grid;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 400px));
  float: left;
  width: 100%;
  clear: both;
}
.page-template-page-portfolio-php #page .articles .title_only h1,
.page-template-page-portfolio-php #page .articles .title_only h2,
.page-template-page-portfolio-php #page .articles .title_only h3,
.page-template-page-portfolio-php #page .articles .title_only h4,
.page-template-page-portfolio-php #page .articles .title_only h5,
.page-template-page-portfolio-php #page .articles .title_only h6 {
  padding: 0 !important;
}
.page-template-page-portfolio-php #page #sidebar {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  padding-top: 15px;
  grid-area: sidebar;
}
@media only screen and (min-width: 841px){
  .page-template-page-portfolio-php #page .articles {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .page-template-page-portfolio-php #page #sidebar {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media only screen and (max-width: 840px) {
  aside {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr ;
    grid-template-columns: 1fr ;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 10px;
        grid-template-areas: ".";
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    justify-items: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  aside .widgettitle {
    display: none !important;
  }
}
aside > * {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  padding: clamp(15px, 2.34vw, 30px) !important;
  background-color: #f4f4f4;
  border-radius: 6px;
  background-clip: padding-box;
  box-sizing: border-box;
  list-style: none;
}
@media only screen and (min-width: 841px) {
  aside > * {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 15px;
  }
}
aside input,
aside select,
aside .wpc-filters-open-button-container a {
  font-family: 'Poppins', sans-serif;
  border: solid 1px #6c6c6c !important;
  color: #262524 !important;
  border-radius: 6px;
  background-clip: padding-box;
  width: 100%;
  padding: 15px !important;
  margin: 5px 0;
  font-size: 1em !important;
  background-color: #ffffff !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
aside input:active,
aside select:active,
aside .wpc-filters-open-button-container a:active,
aside input:focus,
aside select:focus,
aside .wpc-filters-open-button-container a:focus {
  border: solid 1px #c32a22 !important;
  color: #262524 !important;
  outline: none;
}
aside ::-webkit-input-placeholder {
  color: #6c6c6c !important;
  opacity: 1;
  /* Firefox */
}
aside ::-moz-placeholder {
  color: #6c6c6c !important;
  opacity: 1;
  /* Firefox */
}
aside :-ms-input-placeholder {
  color: #6c6c6c !important;
  opacity: 1;
  /* Firefox */
}
aside ::-ms-input-placeholder {
  color: #6c6c6c !important;
  opacity: 1;
  /* Firefox */
}
aside ::placeholder {
  color: #6c6c6c !important;
  opacity: 1;
  /* Firefox */
}
aside ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #6c6c6c !important;
}
.wpc-filter-tools {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
.wpc-filter-chips-list a,
body .wpc-filter-chips-list li.wpc-filter-chip a {
  background-color: #6c6c6c !important;
  border: none !important;
  padding: 2px 10px 2px  !important;
}
.wpc-filter-chips-list a *,
body .wpc-filter-chips-list li.wpc-filter-chip a * {
  color: #fff !important;
}
.wpc-filters-widget-top-container {
  background: transparent !important;
}
.wpc-term-item-content-wrapper input {
  display: none;
}
.wpc-term-item .wpc-term-item-content-wrapper {
  border-radius: 6px !important;
  background-clip: padding-box !important;
}
.wpc-term-item .wpc-term-item-content-wrapper:hover label {
  background-color: #262524 !important;
  color: #262524 !important;
}
.wpc-term-item .wpc-term-item-content-wrapper:hover a {
  color: #fff !important;
}
.wpc-term-item .wpc-term-item-content-wrapper .wpc-label-item,
.wpc-term-item .wpc-term-item-content-wrapper .wpc-term-item {
  float: none !important;
  display: block;
  clear: both;
}
.wpc-term-item .wpc-term-item-content-wrapper label {
  padding: 0   3em 0 0 !important;
  white-space: normal;
  position: relative;
  background-color: #fff;
  font-family: "Gabarito", sans-serif;
  border-radius: 6px !important;
  background-clip: padding-box !important;
  border: none   !important;
}
.wpc-term-item .wpc-term-item-content-wrapper label a {
  color: #262524;
  padding: 6px 12px  !important;
}
.wpc-term-item .wpc-term-count {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  opacity: 1 !important;
  color: #6c6c6c;
  padding: 0 !important;
}
.wpc-term-item .wpc-term-count .wpc-term-count-value {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff !important;
  background-color: #6c6c6c;
  border-radius: 0 6px 6px 0;
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
}
.wpc-filters-widget-top-container::before {
  background: transparent  !important;
}
.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range,
.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle {
  background-color: #c32a22 !important;
  border: none !important;
}
.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range {
  height: 4px !important;
}
.wpc-term-selected > .wpc-term-item-content-wrapper > label {
  background-color: #262524 !important;
}
.wpc-term-selected > .wpc-term-item-content-wrapper > label a {
  color: #fff !important;
}
i.wpc-toggle-children-list {
  right: 10px !important;
}
i.wpc-toggle-children-list::after,
i.wpc-toggle-children-list::before {
  height: 4px !important;
  width: 21px !important;
  background-color: #6c6c6c !important;
}
i.wpc-toggle-children-list::after {
  bottom: calc(50% + -3px) !important;
}
.wpc-widget-top-inside .wpc-inner-widget-chips-wrapper {
  overflow: hidden !important;
}
.intro {
  border-radius: 6px;
  background-clip: padding-box;
  background-color: #f4f4f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  overflow: hidden;
  margin: clamp(15px, 2.34vw, 30px) 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 0px auto 0px 1fr 0px auto;
  grid-template-rows: auto auto 1fr auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
      grid-template-areas: "title " "year" "image" "text ";
}
@media only screen and (min-width: 1260px) {
  .intro {
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
        grid-template-areas: "title image" "year image" "text image" "text image";
    height: 50vw;
    max-height: 650px;
  }
  .intro > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .intro > .text {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
}
.intro .title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2em !important;
  padding: 0.5em 0;
  font-size: var(--h2);
  padding-top: 30px !important;
}
.intro .year {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: year;
}
.intro .text {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: text;
}
.intro .title,
.intro .text,
.intro .year {
  padding: 15px clamp(15px, 2.34vw, 30px);
}
.intro .image {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: image;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 1260px) {
  .intro .image {
    padding-top: 56.25%;
  }
}
#sections {
  float: left;
  width: 100%;
  clear: both;
}
#sections > section {
  float: left;
  width: 100%;
  border-radius: 6px;
  background-clip: padding-box;
  background-color: #f4f4f4;
  clear: both;
  overflow: hidden;
  margin: clamp(15px, 2.34vw, 30px) 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(15px, 2.34vw, 30px) !important;
  min-height: 15px;
}
#sections > section .title {
  text-align: center;
}
#sections > section .entry {
  max-width: 760px;
  margin: 0 auto 30px;
}
.big_image {
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
  background-size: cover;
  background-position: center center;
  border-radius: 6px;
  background-clip: padding-box;
}
.gallery {
  margin: 10px 0;
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media only screen and (min-width: 480px) and (max-width: 1260px) {
  .gallery {
    grid-template-columns: repeat(auto-fit, minmax(23vw, 1fr));
  }
}
@media only screen and (min-width: 1261px) {
  .gallery {
    grid-template-columns: repeat(auto-fit, minmax(16vw, 1fr));
  }
}
.gallery figure {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
      grid-template-areas: ".";
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  background-clip: padding-box;
  background-color: #fff;
}
.gallery figure:hover {
  -webkit-box-shadow: 0 17px 28px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 17px 28px 0 rgba(0, 0, 0, 0.15);
}
.gallery figure:hover * {
  text-decoration: none !important;
  color: #262524 !important;
}
.gallery figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  background-clip: padding-box;
  max-height: 260px;
}
.gallery figure .no_crop {
  width: auto !important;
}
.gallery figure .wp-caption {
  padding: 20px 15px 0;
}
.gallery_larger figure img {
  max-height: 880px;
}
.gallery_medium figure img {
  max-height: 480px;
}
.twentytwenty-container {
  min-height: 38vw;
}
.twentytwenty-container img {
  height: 100%;
  min-height: 38vw;
}
hr {
  border-bottom: dotted 4px #262524;
  clear: both;
  width: 8%;
  margin: 30px  auto ;
}
.contact {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(15px, 2.34vw, 30px) !important;
  float: left;
  width: 100%;
  clear: both;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px auto 0px 1fr;
  grid-template-columns: 1fr auto 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
      grid-template-areas: ". max .";
}
.contact .max {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: max;
  display: -ms-grid;
  display: grid;
  gap: 15px;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 15px auto;
  grid-template-rows: auto auto;
      grid-template-areas: "title" "text" "form";
  padding-bottom: 15px;
}
@media only screen and (min-width: 1261px) {
  .contact .max {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
        grid-template-areas: "title title title" "form form text";
  }
  .contact .max > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .contact .max > .text {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }
  .contact .max > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .contact .max > .text {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }
}
.contact .max .title {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      justify-self: center;
      align-self: center;
  grid-area: title;
}
.contact .max .title * {
  text-align: center;
}
.contact .max .form {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: form;
}
.contact .max .text {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  font-size: clamp(16px, 2vw, 18px) !important;
  grid-area: text;
}
#footer {
  float: left;
  width: 100%;
  clear: both;
  background-color: #c32a22;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}
@media only screen and (min-width: 840px) {
  #footer {
    padding: 15px;
  }
}
#footer * {
  color: #fff;
}
#footer .max {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  grid-auto-rows: auto;
  -ms-grid-rows: auto 10px auto 10px auto 10px auto;
      grid-template-areas: "sow-headline " "social_icons" "logo_white  " "copy ";
}
@media only screen and (max-width: 840px) {
  #footer .max .medium_articles,
  #footer .max #footer_nav {
    display: none;
  }
}
@media only screen and (min-width: 840px) {
  #footer .max {
    gap: 15px;
    -ms-grid-columns: auto 15px 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto 15px auto 15px auto 15px auto 15px auto;
        grid-template-areas: "medium_articles medium_articles" "sow-headline sow-headline" "social_icons social_icons" "footer_nav footer_nav" "logo_white copy";
  }
  #footer .max #logo_white {
    -ms-grid-column-align: start;
        justify-self: start;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  #footer .max .copy {
    -ms-grid-column-align: end;
        justify-self: end;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
#footer .medium_articles {
  grid-area: medium_articles;
}
#footer .medium_articles .widgettitle {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  text-align: center;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
  grid-area: sow-headline;
}
#footer .medium_articles .title a {
  background-image: url(//www.thomasfodor.design/wp-content/themes/tfd/img/external_link_white.svg);
  background-size: 24px;
  background-position: 90% center;
  background-repeat: no-repeat;
  padding-right: 44px !important;
}
#footer .medium_articles .title .button {
  background-image: url(//www.thomasfodor.design/wp-content/themes/tfd/img/external_link_white.svg) !important;
}
#footer .medium_articles .title a {
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2em !important;
  padding: 0.5em 0;
  font-size: var(--h3);
  background-image: url(//www.thomasfodor.design/wp-content/themes/tfd/img/external_link_white.svg);
  background-position: right top;
  padding-right: 35px !important;
  display: inline-block;
  padding-top: 0 !important;
}
#footer .medium_articles small {
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2em !important;
  padding: 0.5em 0;
  font-size: var(--h5);
  margin-bottom: 1em;
}
#footer .medium_articles li {
  list-style: none !important;
}
#footer .medium_articles div ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 15px;
  grid-auto-flow: row;
      grid-template-areas: ". . .";
}
#footer .sow-headline {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
  grid-area: sow-headline;
}
#footer .social_icons {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
  grid-area: social_icons;
}
@media only screen and (max-width: 840px) {
  #footer .social_icons {
    grid-auto-flow: row !important;
    gap: 10px !important;
  }
}
#footer #footer_nav {
  grid-area: footer_nav;
}
@media only screen and (min-width: 840px) {
  #footer #footer_nav {
    border-bottom: solid 1px #fff;
  }
  #footer #footer_nav li {
    padding: 10px 20px;
  }
}
#footer #footer_nav li {
  float: left;
}
#footer #footer_nav a {
  border-radius: 200px;
  background-clip: padding-box;
  font-family: "Gabarito", sans-serif;
  padding: 0.4em 1em;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
}
#footer #footer_nav .external_link a {
  background-image: url(//www.thomasfodor.design/wp-content/themes/tfd/img/external_link_white.svg) !important;
}
#footer #logo_white {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: logo_white;
}
#footer .copy {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: copy;
  float: left;
  width: 100%;
  clear: both;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 10px;
      grid-template-areas: ".";
}
@media only screen and (min-width: 840px){
  #footer .medium_articles {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  #footer .medium_articles .widgettitle {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  #footer .sow-headline {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  #footer .social_icons {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  #footer #footer_nav {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  #footer #logo_white {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  #footer .copy {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
}
@media only screen and (min-width: 840px) {
  #footer .copy {
    grid-auto-flow: column;
  }
}
#footer .copy nav {
  -ms-grid-column-align: end;
      justify-self: end;
}
#footer .copy nav li {
  float: left;
}
.inputstyle {
  font-family: 'Poppins', sans-serif;
  border: solid 1px #c32a22 !important;
  color: #262524;
  border-radius: 6px;
  background-clip: padding-box;
  width: 100%;
  padding: 8px 15px;
  margin: 5px 0;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inputstyle:active,
.inputstyle:focus {
  border: solid 1px #801207 !important;
  outline: none;
}
.inputstylehover {
  border: solid 1px #801207 !important;
}
select {
  color: #c32a22 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Poppins', sans-serif;
  border: solid 1px #c32a22 !important;
  color: #262524;
  border-radius: 6px;
  background-clip: padding-box;
  width: 100%;
  padding: 8px 15px;
  margin: 5px 0;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
select:active,
select:focus {
  border: solid 1px #801207 !important;
  outline: none;
}
::-webkit-input-placeholder {
  color: #c32a22;
  opacity: 1;
  /* Firefox */
}
::-moz-placeholder {
  color: #c32a22;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  color: #c32a22;
  opacity: 1;
  /* Firefox */
}
::-ms-input-placeholder {
  color: #c32a22;
  opacity: 1;
  /* Firefox */
}
::placeholder {
  color: #c32a22;
  opacity: 1;
  /* Firefox */
}
::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #c32a22;
}
.wpcf7-form > div {
  display: -ms-grid;
  display: grid;
  gap: 0 15px;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr ;
  grid-template-columns: 1fr ;
  -ms-grid-rows: auto ;
  grid-template-rows: auto ;
}
.wpcf7-form > div > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media only screen and (min-width: 840px) {
  .wpcf7-form > div {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .wpcf7-form > div > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .wpcf7-form > div > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .wpcf7-form > div > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .wpcf7-form > div > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .wpcf7-form > div > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .wpcf7-form > div > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .wpcf7-form > div > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .wpcf7-form > div > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .wpcf7-form > div > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .wpcf7-form > div > *:nth-child(10) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .wpcf7-form > div > *:nth-child(11) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .wpcf7-form > div > *:nth-child(12) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
}
.wpcf7-form > div .name {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: name;
}
.wpcf7-form > div .mail {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: mail;
}
.wpcf7-form > div .phone {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: phone;
}
.wpcf7-form > div .companysize {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: companysize;
}
.wpcf7-form > div .services {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: services;
}
.wpcf7-form > div .budget {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  grid-area: budget;
}
.wpcf7-form > div .message {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: message;
}
.wpcf7-form > div .submit {
  -ms-grid-row: 10;
  -ms-grid-column: 1;
  grid-area: submit;
  -ms-grid-column-align: end;
      justify-self: end;
}
.wpcf7-form > div .orgage {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: orgage;
}
.wpcf7-form > div .regnumber {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: regnumber;
}
.wpcf7-form > div .teamsize {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  grid-area: teamsize ;
}
.wpcf7-form > div .introduction {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  grid-area: introduction;
}
.wpcf7-form > div .orgtype {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: orgtype;
}
.wpcf7-form > div .orgtech {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: orgtech;
}
.wpcf7-form > div > p {
  display: none;
}
.wpcf7-form > div label {
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2em !important;
  padding: 0.5em 0;
  font-size: var(--h6);
  margin-bottom: 5px;
  color: #c32a22;
  text-align: left !important;
  float: left;
  clear: both;
}
.npoform_grid {
      grid-template-areas: "name" "mail" "phone" "orgage" "regnumber" "teamsize " "orgtype" "introduction  " "orgtech" "submit" "wpcf7-response-output";
}
@media only screen and (min-width: 840px) {
  .npoform_grid {
        grid-template-areas: "name mail phone" "orgage regnumber teamsize" "orgtype orgtype orgtype" "introduction introduction introduction" "orgtech orgtech orgtech" "wpcf7-response-output  wpcf7-response-output submit";
  }
  .wpcf7-form > div .name {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .wpcf7-form > div .mail {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .wpcf7-form > div .phone {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .wpcf7-form > div .submit {
    -ms-grid-row: 6;
    -ms-grid-column: 3;
  }
  .wpcf7-form > div .orgage {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .wpcf7-form > div .regnumber {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .wpcf7-form > div .teamsize {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .wpcf7-form > div .introduction {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .wpcf7-form > div .orgtype {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .wpcf7-form > div .orgtech {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
.workform_grid {
      grid-template-areas: "name" "mail" "phone" "companysize" "services" "budget" "message" "submit" "wpcf7-response-output";
}
@media only screen and (min-width: 840px) {
  .workform_grid {
        grid-template-areas: "name mail phone" "companysize services budget" "message message message" "wpcf7-response-output  wpcf7-response-output submit";
  }
  .workform_grid > .name {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .workform_grid > .mail {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .workform_grid > .phone {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .wpcf7-form > div .companysize {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .wpcf7-form > div .services {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .wpcf7-form > div .budget {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .wpcf7-form > div .message {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .workform_grid > .submit {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
  margin-top: 40px;
}
.req {
  color: rgba(0, 0, 0, 0.3) !important;
}
.wpcf7-response-output {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  float: left;
  width: 100%;
  clear: both;
  margin: 0 !important;
  grid-area: wpcf7-response-output;
}
.workform_grid > .wpcf7-response-output {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}
@media only screen and (min-width: 840px){
  .wpcf7-response-output {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .workform_grid > .wpcf7-response-output {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  border: none  !important;
  background-color: #0d7850;
  color: #fff;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none  !important;
  background-color: #940202;
  color: #fff;
}
.wpcf7 input,
.wpcf7 button:not(.lg-icon, .responsive-menu-pro-button ),
.wpcf7 select,
.wpcf7 textarea {
  font-family: 'Poppins', sans-serif;
  border: solid 1px #c32a22 !important;
  color: #262524;
  border-radius: 6px;
  background-clip: padding-box;
  width: 100%;
  padding: 8px 15px;
  margin: 5px 0;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 input:active,
.wpcf7 button:not(.lg-icon, .responsive-menu-pro-button ):active,
.wpcf7 select:active,
.wpcf7 textarea:active,
.wpcf7 input:focus,
.wpcf7 button:not(.lg-icon, .responsive-menu-pro-button ):focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border: solid 1px #801207 !important;
  outline: none;
}
textarea {
  height: 230px;
}
input[type=submit]:not(.adminbar-button) {
  font-size: 1.2em !important;
  padding: 0.4em 1em !important;
  border: none  !important !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  width: auto !important;
  margin: 5px !important;
  text-decoration: none !important;
  display: inline-block !important;
  background-color: #c32a22 !important;
  font-family: "Gabarito", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 1.2em !important;
  padding: 0.5em 0 !important;
  font-size: var(--h4) !important;
  padding: 10px 15px !important;
  border-radius: 200px !important;
  background-clip: padding-box !important;
  color: #fff !important;
  border: none  !important;
  margin: 15px 0 !important;
  float: right;
}
input[type=submit]:not(.adminbar-button):hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #801207 !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
  -webkit-appearance: textfield !important;
}
/* CSS Document */
.lg-backdrop {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.lg-toolbar {
  background-color: #000 !important;
}
.lg-toolbar * {
  color: #fff !important;
}
@media only screen and (max-width: 1260px) {
  .lg-toolbar {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .lg-toolbar .lg-icon {
    font-size: 38px!important;
    padding: 26px 10px!important;
    width: auto!important;
    height: auto!important;
    line-height: normal !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lg-toolbar #lg-counter {
    padding-top: 32px !important;
  }
}
.lg-actions * {
  background-color: #fff !important;
  border-radius: 6px;
  background-clip: padding-box;
}
.lg-actions *:hover {
  color: #000 !important;
}
@media only screen and (max-width: 480px) {
  .lg-outer .lg-img-wrap {
    top: 80px !important;
    height: calc(100vh - 185px) !important;
  }
  .lg-actions * {
    top: 75% !important;
    padding: 15px !important;
    background-color: #000 !important;
  }
  .lg-actions *:hover {
    color: #fff !important;
  }
}
.lg-img-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(15px, 2.34vw, 30px) !important;
}
.lg-thumb-item {
  border: none !important;
}
.lg-image {
  -webkit-box-shadow: 0 17px 28px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 17px 28px 0 rgba(0, 0, 0, 0.3);
}
@-ms-viewport {
  width: device-width;
}
.grecaptcha-badge {
  display: none !important;
}
body {
  font-size: 16px;
  line-height: 1.5em;
  font-family: 'Noticia Text', serif;
  font-weight: 400;
  font-style: normal;
  color: #262524;
  background-color: #c32a22;
}
#page {
  width: 100%;
  padding: 0 15px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  margin: 0 auto;
}
@media only screen and (min-width: 840px) {
  #page {
    padding: 165px 15px 15px;
  }
}
@media only screen and (min-width: 1390px) {
  #page {
    padding: 78px 15px 15px;
  }
}
@media only screen and (min-width: 840px) {
  .home #page {
    padding: 135px 15px 15px;
  }
}
@media only screen and (min-width: 1390px) {
  .home #page {
    padding: 78px 15px 15px;
  }
}
body:not(.home, .page-template-page-portfolio-php ) #page {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  float: none !important ;
}
article > .panel-layout > div {
  margin: 0 !important;
}
article > .panel-layout > div > div {
  overflow: hidden;
}
@media only screen and (min-width: 481px) {
  article > .panel-layout > div > div {
    /*        .resp_padding  !important;*/
  }
}
article > .panel-layout > div > div > div {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  float: none !important ;
  padding: 0 !important;
}
.panel-grid > *:not(.so-parallax ) {
  padding-top: clamp(30px, 2.34vw, 45px) !important;
  padding-bottom: clamp(30px, 2.34vw, 45px) !important;
}
.single .articles {
  padding-top: 30px;
}
#page_wrapper {
  background-color: #fff;
}
.container-fliud {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
div:not(.so-widget-sow-editor) > .widget-title {
  margin-bottom: 15px !important;
}
.so-panel:not(.widget_sow-headline) + .so-panel.widget_sow-editor,
.so-panel.widget_sow-editor + .so-panel.widget_sow-headline {
  margin-top: 15px !important;
}
.with_bg {
  background-color: #FFF9F0;
}
.fullheight {
  min-height: 41.7vw;
  max-height: 1000px;
}
.fullheight .panel-grid-cell {
  min-height: 41.7vw;
  max-height: 1000px;
}
.widget_sow-editor_style_on_bg {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  background-clip: padding-box;
  padding: 15px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.widget_sow-button {
  margin-top: 15px !important;
}
.fullheight.so-parallax .simpleParallax + * + .panel-grid-cell-empty {
  display: block !important;
}
.panel-grid .so-parallax img[data-siteorigin-parallax] {
  aspect-ratio: 1.77777778;
  height: auto;
}
.panel-grid .so-parallax .so-widget-sow-editor {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  background-clip: padding-box;
  padding: 15px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.panel-grid .so-parallax .so-widget-sow-headline {
  padding: 15px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.services_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-auto-rows: auto;
  gap: 15px;
  grid-auto-flow: row;
      grid-template-areas: ".";
}
@media only screen and (min-width: 840px) {
  .services_grid {
    grid-auto-rows: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
        grid-template-areas: ". .";
  }
}
.services_grid > div {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  padding: clamp(15px, 2.34vw, 30px) !important;
  background-color: #FFF9F0;
  border-radius: 6px;
  background-clip: padding-box;
  box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 40px 30px 1fr;
  grid-template-rows: 40px 1fr;
  grid-auto-rows: auto;
  gap: 30px;
  grid-auto-flow: row;
      grid-template-areas: "img" "textwidget";
}
.services_grid > div h1,
.services_grid > div h2,
.services_grid > div h3,
.services_grid > div h4,
.services_grid > div h5,
.services_grid > div h6 {
  padding-top: 0 !important;
  margin: 0 !important;
}
@media only screen and (min-width: 1260px) {
  .services_grid > div {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-columns: 1fr 200px;
    grid-template-columns: 1fr 200px;
        grid-template-areas: "textwidget img";
  }
  .services_grid > div:nth-child(even) {
    -ms-grid-columns: 200px 1fr;
    grid-template-columns: 200px 1fr;
        grid-template-areas: " img textwidget";
  }
}
.services_grid > div .textwidget {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: textwidget;
}
.services_grid > div figure {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: img;
  margin: 0;
  -ms-grid-row-align: center;
      align-self: center;
  height: 100%;
}
@media only screen and (min-width: 1260px){
  .services_grid > div .textwidget {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .services_grid > div:nth-child(even) > .textwidget {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .services_grid > div figure {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .services_grid > div:nth-child(even) > figure {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.services_grid > div figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service_details {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  padding: clamp(15px, 2.34vw, 30px) !important;
  background-color: #FFF9F0;
  border-radius: 6px;
  background-clip: padding-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto ;
  grid-template-rows: auto ;
  grid-auto-rows: auto;
  gap: 8px 30px ;
  grid-auto-flow: column;
      grid-template-areas: "title" "description" "workstart" "deliverables" "delivery" "addons" "price";
}
.service_details h1,
.service_details h2,
.service_details h3,
.service_details h4,
.service_details h5,
.service_details h6 {
  padding-top: 0 !important;
  margin: 0 !important;
}
@media only screen and (min-width: 480px) {
  .service_details {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
        grid-template-areas: "title title  " "description   delivery " "workstart  addons " "deliverables  addons" "price  price";
  }
  .service_details > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .service_details > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .service_details > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media only screen and (min-width: 1260px) {
  .service_details {
    -ms-grid-columns: 3fr 2fr 1fr;
    grid-template-columns: 3fr 2fr 1fr;
        grid-template-areas: "title title title " "description   delivery price" "workstart  addons price" "deliverables  addons  price";
  }
  .service_details > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .service_details > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .service_details > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
.service_details .title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: title;
}
.service_details .icon {
  grid-area: icon;
}
.service_details .description {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: description;
}
.service_details .included {
  grid-area: included;
}
.service_details .workstart {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: workstart;
}
.service_details .deliverables {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: deliverables;
}
.service_details .delivery {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: delivery;
}
.service_details .addons {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  grid-area: addons;
}
.service_details .addons table {
  background-color: #D8CCBA;
  border-radius: 6px;
  background-clip: padding-box;
  overflow: hidden;
}
.service_details .addons table th {
  text-align: left;
}
.service_details .addons table .cost {
  text-align: right;
}
.service_details .addons table .cost div,
.service_details .addons table span {
  float: right;
}
.service_details .addons table td,
.service_details .addons table th {
  padding: 1px 8px;
}
.service_details .addons table tr:nth-child(even) {
  background-color: rgba(255, 249, 240, 0.6);
}
.service_details .price {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  grid-area: price;
  -ms-grid-column-align: end;
      justify-self: end;
}
.service_details .price .price_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 30px;
      grid-template-areas: ".";
}
@media only screen and (max-width: 1260px) {
  .service_details .price .price_grid {
    grid-auto-flow: column;
  }
}
.service_details .price .price-item {
  font-size: 2em;
}
.service_details .price span {
  margin-top: 5px;
}
.service_details li::marker {
  color: #D8CCBA;
}
.service_details_header {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  padding: clamp(15px, 2.34vw, 30px) !important;
  background-color: #FFF9F0;
  border-radius: 6px;
  background-clip: padding-box;
  box-sizing: border-box;
  background-color: #D8CCBA;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 15px 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto 15px auto;
  grid-template-rows: repeat(2, auto);
  gap: 15px  ;
      grid-template-areas: "title acc-toggle" "description description";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service_details_header h1,
.service_details_header h2,
.service_details_header h3,
.service_details_header h4,
.service_details_header h5,
.service_details_header h6 {
  padding-top: 0 !important;
  margin: 0 !important;
}
.service_details_header .description p {
  font-size: 14px !important;
}
@media only screen and (min-width: 840px) {
  .service_details_header {
    -ms-grid-columns: 1fr 2fr 280px  ;
    grid-template-columns: 1fr 2fr 280px  ;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
        grid-template-areas: "title description acc-toggle";
  }
  .service_details_header > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .service_details_header > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .service_details_header > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .service_details_header > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .service_details_header > .description {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}
.service_details_header .title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: title;
}
.service_details_header .acc-toggle {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: acc-toggle;
  font-size: 1rem;
  text-align: center;
  line-height: 1em;
  -ms-grid-row-align: center;
      align-self: center;
}
.service_details_header .description {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: description;
}
.service_details_header .description p:last-of-type {
  margin-bottom: 0 !important;
}
.ui-accordion-header:hover {
  cursor: pointer;
}
.currency {
  border-radius: 6px;
  background-clip: padding-box;
  z-index: 999999;
  background-color: #801207;
  padding: 0 10px;
  color: #fff;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: auto 15px auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 15px;
  grid-auto-flow: row;
      grid-template-areas: " title select";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.currency .title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: title;
}
.currency #currency-select {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: select;
}
@media only screen and (min-width: 840px){
  .project_featured .title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .project_featured .text {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .project_featured .tools {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .project_featured .best_images {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
  }
  .project_featured > .button {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .intro .title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .intro .text {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .contact .max .title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .contact .max .text {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .service_details .title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .service_details_header .title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .service_details_header > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .service_details_header .acc-toggle {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .service_details_header > .description {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .currency .title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .service_details_header > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
@media only screen and (min-width: 1260px){
  .intro > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .intro .year {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .intro > .text {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .intro .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 2;
  }
  .intro > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .intro > .text {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .intro > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .service_details > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .service_details .description {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .service_details .workstart {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .service_details .deliverables {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .service_details .delivery {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .service_details .addons {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .service_details .price {
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .intro > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .service_details > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .service_details_header .description {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .intro > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .service_details > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media only screen and (min-width: 1261px){
  .contact .max > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .contact .max .form {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .contact .max > .text {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }
  .contact .max > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .contact .max > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .contact .max > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media only screen and (min-width: 480px){
  .service_details > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .service_details .description {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .service_details .workstart {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .service_details .deliverables {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .service_details .delivery {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .service_details .addons {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .service_details .price {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .service_details > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .service_details_header .description {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .service_details > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
.currency #currency-select:hover {
  background-color: #c32a22 !important;
  color: #fff !important;
}
.wh_dots {
  float: left;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 2px auto 2px auto 2px auto 2px auto 2px auto 2px auto;
  grid-template-columns: repeat(7, auto);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-auto-rows: auto;
  gap: 0px 2px;
  grid-auto-flow: row;
}
.wh_dots > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.wh_dots > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.wh_dots > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.wh_dots > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.wh_dots > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.wh_dots > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}
.wh_dots > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 13;
}
.wh_dot {
  width: 20px;
  height: 20px;
  background-color: #801207;
  border-radius: 200px;
  background-clip: padding-box;
  display: inline-block;
  float: left;
}
#searchform {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  padding: clamp(15px, 2.34vw, 30px) !important;
  background-color: #FFF9F0;
  border-radius: 6px;
  background-clip: padding-box;
  box-sizing: border-box;
  margin: 15px auto;
  display: table;
  max-width: 320px;
}
#searchform h1,
#searchform h2,
#searchform h3,
#searchform h4,
#searchform h5,
#searchform h6 {
  padding-top: 0 !important;
  margin: 0 !important;
}
#searchform input[type="submit"] {
  float: none;
  margin: 15px auto !important;
  display: table !important;
}
.cv_items {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  grid-auto-rows: auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
      grid-template-areas: ". ";
}
@media only screen and (min-width: 840px) {
  .cv_items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
        grid-template-areas: ". .";
  }
}


.sow-icon-ionicons{
	 font-display: swap;
	
}


@font-face {
    font-family: 'Noticia Text';
    font-weight: 400;
    font-style: normal;
    src: url(//www.thomasfodor.design/wp-content/themes/tfd/fonts/NoticiaText-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Noticia Text';
    font-weight: 700;
    font-style: normal;
    src: url(//www.thomasfodor.design/wp-content/themes/tfd/fonts/NoticiaText-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Noticia Text';
    font-weight: 400;
    font-style: italic;
    src: url(//www.thomasfodor.design/wp-content/themes/tfd/fonts/NoticiaText-Italic.ttf) format('truetype');
}

@font-face {
    font-family: 'Noticia Text';
    font-weight: 700;
    font-style: italic;
    src: url(//www.thomasfodor.design/wp-content/themes/tfd/fonts/NoticiaText-BoldItalic.ttf) format('truetype');
}



 
@font-face {
  font-family: 'Gabarito';
	 font-display: swap;
  font-weight: 400; /* Regular */
  font-style: normal;
  src: url(//www.thomasfodor.design/wp-content/themes/tfd/fonts/Gabarito-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Gabarito';
	 font-display: swap;
  font-weight: 400; /* Italic */
  font-style: italic;
  src: url(//www.thomasfodor.design/wp-content/themes/tfd/fonts/Gabarito-Italic.ttf) format('truetype');
}

@font-face {
  font-family: 'Gabarito';
	 font-display: swap;
  font-weight: 700; /* Bold */
  font-style: normal;
  src: url(//www.thomasfodor.design/wp-content/themes/tfd/fonts/Gabarito-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Gabarito';
	 font-display: swap;
  font-weight: 800; /* Bold */
  font-style: normal;
     src: url(//www.thomasfodor.design/wp-content/themes/tfd/fonts/Gabarito-ExtraBold.ttf) format('truetype');
 
}


.devkeret { 
	border: dotted 2px rgba(255, 0, 0, 0.8);
	float: left;
	clear:both; 
    margin: 10px 0;
	width: 100% !important;
	padding: 10px;}
.devkeret::before{ 
	content: "Ezt csak mi látjuk"; 
	color: red; 
	display: block;
	float:left; clear: both;
	width: 100%; 
	font-size: 10px; 
	font-weight: normal;
	opacity: 0.6; }