@charset "UTF-8";
/*
 * ████████╗██████╗  ██████╗ ███╗   ██╗██╗ ██████╗
 * ╚══██╔══╝██╔══██╗██╔═══██╗████╗  ██║██║██╔════╝
 *    ██║   ██████╔╝██║   ██║██╔██╗ ██║██║██║     
 *    ██║   ██╔══██╗██║   ██║██║╚██╗██║██║██║     
 *    ██║   ██║  ██║╚██████╔╝██║ ╚████║██║╚██████╗
 *    ╚═╝   ╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═══╝╚═╝ ╚═════╝
 * 
 * Author:  Tronic / dev-web@tronic.digital
 * Created: 04.08.2022
 *
 * Project: THT Wordpress
 *
 * © 2022 TRONIC Innovation GmbH | All rights reserved.
 *
 * Theme Name:      tronic
 * Text Domain:     tronic
 *
 */
@font-face {
  font-family: "Gelion-Regular";
  src: url("assets/fonts/Gelion-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gelion-Medium";
  src: url("assets/fonts/Gelion-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gelion-Light";
  src: url("assets/fonts/Gelion-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gelion-Bold";
  src: url("assets/fonts/Gelion-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.page-template-default {
  --trnc--max-content-width: 1920px;
  --trnc--content-width: calc( var(--trnc--max-content-width) * .75 );
  --trnc--admin-bar--height: 0;
  --trnc--header--height: 0;
}

.page-template-page_landingpage_treuhand {
  --trnc--max-content-width: 1920px;
  --trnc--content-width: calc( var(--trnc--max-content-width) * .75 );
  --trnc--admin-bar--height: 0;
  --trnc--header--height: 0;
  margin-left: 25px;
  margin-right: 25px;
}
@media screen and (max-width: 1023.98px) {
  .page-template-page_landingpage_treuhand {
    --trnc--max-content-width: 760px;
    margin-left: 25px;
    margin-right: 25px;
  }
}

body {
  --trnc--colors--maincontent--light-p: var(--wp--preset--color--font);
  --trnc--colors--maincontent--dark-p: var(--wp--preset--color--white);
}

body {
  --trnc--font-size--small: var(--wp--preset--font-size--small);
  --trnc--font-size--normal: var(--wp--preset--font-size--normal);
  --trnc--font-size--medium: var(--wp--preset--font-size--medium);
  --trnc--font-size--large: var(--wp--preset--font-size--medium);
  --trnc--font-size--huge: var(--wp--preset--font-size--large);
  --trnc--font-size--title: var(--wp--preset--font-size--large);
}
@media screen and (min-width: 992px) {
  body {
    --trnc--font-size--small: var(--wp--preset--font-size--small);
    --trnc--font-size--normal: var(--wp--preset--font-size--normal);
    --trnc--font-size--medium: var(--wp--preset--font-size--medium);
    --trnc--font-size--large: var(--wp--preset--font-size--medium);
    --trnc--font-size--huge: var(--wp--preset--font-size--huge);
    --trnc--font-size--title: var(--wp--preset--font-size--title);
  }
}
@media screen and (min-width: 1024px) {
  body {
    --trnc--font-size--large: var(--wp--preset--font-size--mediumlarge);
  }
}
@media screen and (min-width: 1280px) {
  body {
    --trnc--font-size--large: var(--wp--preset--font-size--large);
  }
}

.has-small-font-size {
  font-size: var(--trnc--font-size--small) !important;
}

.has-normal-font-size {
  font-size: var(--trnc--font-size--normal) !important;
}

.has-medium-font-size {
  font-size: var(--trnc--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--trnc--font-size--large) !important;
}

.has-huge-font-size {
  font-size: var(--trnc--font-size--huge) !important;
}

.has-title-font-size {
  font-size: var(--trnc--font-size--title) !important;
}

* {
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  margin-top: 0 !important;
}

html, body {
  margin-top: 0 !important;
  margin: 0px;
  font-family: var(--wp--preset--font-family--gelion-regular);
  color: var(--wp--preset--color--font);
  line-height: 1.4;
  font-smooth: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
  scroll-padding-top: 150px;
}

body {
  scrollbar-gutter: stable both-edges;
}

main {
  overflow-y: hidden;
}

.wp-site-blocks {
  padding: 0;
}

.entry-content {
  padding-top: 70px !important;
}

.has-global-padding {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  margin-block-start: 0;
}

.wp-block-template-part {
  margin: 0;
}

.single-post {
  margin-top: 80px;
  margin-left: 15px;
  margin-right: 15px;
}

main {
  margin-top: 90px !important;
}

.trnc_landingpager_cover {
  max-width: 1440px;
  margin: auto;
}
.trnc_landingpager_cover p {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  hyphens: auto;
  word-break: break-word;
}
@media screen and (min-width: 1280px) {
  h1, h2, h3, h4, h5, h6 {
    hyphens: unset;
  }
}

h1 {
  font-family: "Gelion-Regular";
  font-size: var(--trnc--font-size--large);
  text-transform: none;
  font-weight: normal;
  line-height: 1;
  margin: 0px 0px;
  letter-spacing: -2px;
  line-height: 45px;
}
h1.bold {
  font-family: "Gelion-Medium";
}
@media screen and (max-width: 991.98px) {
  h1 {
    line-height: 30px;
  }
}

h3 {
  font-size: var(--trnc--font-size--medium);
  font-weight: normal;
}

a {
  text-decoration: none;
  color: var(--wp--preset--color--font);
}

p, li, span {
  font-size: var(--trnc--font-size--medium);
  line-height: 34px;
}
p.has-large-font-size, li.has-large-font-size, span.has-large-font-size {
  line-height: 50px;
}

@media screen and (max-width: 991.98px) {
  p, span {
    font-size: var(--trnc--font-size--normal);
    line-height: 28px;
  }
  li {
    line-height: 28px;
  }
  li.has-large-font-size {
    line-height: 35px;
  }
}
p.has-huge-font-size, p.has-large-font-size {
  margin: 0;
}

strong {
  font-weight: normal;
  font-family: var(--wp--preset--font-family--gelion-bold);
}

.wp-element-button {
  box-shadow: none;
}
.wp-element-button.has-grey-color:hover {
  background-color: 959595;
  border: 2px solid 959595;
  color: #FCFAF7;
}

.kt-blocks-accordion-header .kt-blocks-accordion-title {
  padding: 0 15px 15px 0;
  width: 100%;
  position: relative;
  display: inline-block;
  font-family: var(--wp--preset--font-family--gelion-regular);
}

#wpadminbar {
  display: none;
}
@media screen and (max-width: 991.98px) {
  #wpadminbar {
    display: none;
  }
}

header {
  height: 90px;
  border-bottom: 15px solid var(--wp--preset--color--main);
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: calc(var(--vw, 1vw) * 100);
  transform: translateY(0);
  transition: transform 0.3s linear;
  background: var(--wp--preset--color--background);
  width: 100%;
}
@media screen and (max-width: 1279.98px) {
  header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
header .header-grid {
  height: 80px;
  max-width: 1080px;
  margin-inline: auto;
  position: relative;
  justify-content: space-between !important;
}
header .header-grid nav .is-menu-open {
  height: 100vh;
  top: 90px;
  overflow: visible;
}
header .header-grid nav .is-menu-open .wp-block-navigation__responsive-container-close {
  right: -20px;
  top: -95px;
  background-color: #fcfaf7;
}
header .header-grid nav .is-menu-open .wp-block-navigation__responsive-dialog {
  margin-top: 0 !important;
}
header .header-grid nav button svg {
  width: 50px;
  height: 50px;
}
header .header-grid nav ul {
  display: flex;
  align-items: start !important;
  justify-content: end;
  gap: 40px;
}
header .header-grid nav ul li a {
  color: var(--wp--preset--color--grey);
}
header .header-grid nav ul li.current-menu-item {
  color: var(--wp--preset--color--font) !important;
}

@media (min-width: 1000px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block;
    width: 100%;
    position: relative;
    z-index: auto;
    background-color: inherit;
    align-items: flex-start;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
    display: none;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: 0;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }
}
@media (max-width: 999px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    align-items: start;
    padding-top: 0;
  }
}
footer {
  margin: 0;
  padding: 120px 0;
  background-color: var(--wp--preset--color--main);
  margin-block-start: 0 !important;
}
@media screen and (max-width: 1279.98px) {
  footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
footer .wp-block-image {
  padding-bottom: 30px;
}
footer p {
  font-size: var(--trnc--font-size--normal);
  line-height: 22px;
}
footer .wp-block-navigation__container {
  display: inline-block;
}
footer .wp-block-navigation__container .wp-block-navigation-item {
  line-height: 18px;
}
footer .wp-block-navigation__container .wp-block-navigation-item a, footer .wp-block-navigation__container .wp-block-navigation-item span {
  font-size: var(--trnc--font-size--small);
}
footer .wp-block-group {
  max-width: 1080px;
  margin: auto;
}
footer .wp-block-group.has-global-padding {
  padding: 0;
}
footer .wp-block-group .wp-block-column .wp-block-buttons {
  margin-top: 10px;
}
footer .wp-block-group .wp-block-button {
  width: 100%;
}
footer .wp-block-group .wp-block-button .wp-element-button {
  min-width: 270px;
  border: 1px solid var(--wp--preset--color--black);
  border-radius: 25px;
}
@media screen and (max-width: 1279.98px) {
  footer .wp-block-group .wp-block-button .wp-element-button {
    min-width: unset;
    width: 100%;
    max-width: 300px;
  }
}

@media screen and (max-width: 1279.98px) {
  .image_with_textcolumn {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.image_with_textcolumn h1 {
  margin: 0;
}
.image_with_textcolumn p {
  color: var(--wp--preset--color--grey);
  font-size: var(--trnc--font-size--medium);
  line-height: 1.2;
}
.image_with_textcolumn .wp-block-buttons {
  margin-top: 30px;
}
.image_with_textcolumn .wp-block-buttons .wp-block-button a {
  text-transform: uppercase;
  border-radius: 25px;
  width: fit-content;
  padding: 5px 20px;
}
.image_with_textcolumn img {
  max-width: 420px;
  width: 100%;
}

.trnc_banner_element {
  width: 100%;
  min-height: 1000px;
}
.trnc_banner_element .wp-block-column {
  padding-left: 15px;
  padding-right: 15px;
}
.trnc_banner_element figure {
  width: 100%;
}
.trnc_banner_element.alignwide {
  max-width: unset;
  max-width: 1920px !important;
}
@media screen and (max-width: 782.98px) {
  .trnc_banner_element .trnc_banner_image_container {
    display: block;
    justify-content: space-between;
  }
  .trnc_banner_element .trnc_banner_image_container .wp-block-column {
    width: 50%;
    float: left;
    margin-bottom: 50px;
  }
  .trnc_banner_element .trnc_banner_image_container .wp-block-column:nth-child(1) {
    text-align: right;
  }
  .trnc_banner_element .trnc_banner_image_container .wp-block-column:nth-child(2) figure {
    text-align: left;
  }
}
.trnc_banner_element .wp-block-cover__inner-container {
  padding-bottom: 100px;
}
.trnc_banner_element h1 {
  margin: 0;
}
.trnc_banner_element p {
  color: var(--wp--preset--color--grey);
  font-size: var(--trnc--font-size--medium);
  line-height: 1.2;
}
.trnc_banner_element .wp-block-buttons {
  margin-top: 30px;
}
.trnc_banner_element .wp-block-buttons .wp-block-button a {
  text-transform: uppercase;
  border-radius: 25px;
  width: fit-content;
  padding: 5px 20px;
  color: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--white);
}

@media screen and (max-width: 991.98px) {
  .trnc_intro_banner .trnc_intro_partner {
    margin-top: 50px;
  }
  .trnc_intro_banner .trnc_intro_partner div {
    margin-left: 0 !important;
    margin-right: unset !important;
  }
}
.trnc_intro_banner .trnc_partner_box {
  position: absolute;
  bottom: 60px;
  right: 30px;
  width: 270px;
}
.trnc_intro_banner .wp-block-image {
  margin-bottom: 70px;
}
.trnc_intro_banner .wp-block-image img {
  width: 225px;
}
.trnc_intro_banner h1 {
  margin: 0 0 5px;
}
.trnc_intro_banner p {
  opacity: 0.5;
}
.trnc_intro_banner .wp-block-buttons .wp-block-button a {
  text-transform: uppercase;
  border-radius: 25px;
  width: fit-content;
  padding: 8px 20px;
  color: var(--wp--preset--color--black);
  border: 1px solid var(--wp--preset--color--black);
  opacity: 0.5;
}

.trnc_newsletter_container {
  height: 100%;
  min-height: 60vh;
  justify-content: center;
  flex-direction: column;
  display: flex;
  padding: 0 15px;
}

.trnc_image_with_text {
  margin-block-start: 0 !important;
}
@media screen and (max-width: 600.98px) {
  .trnc_image_with_text .wp-block-media-text__content {
    padding: 0 !important;
  }
}
@media screen and (max-width: 991.98px) {
  .trnc_image_with_text .wp-block-group {
    padding: 30px 15px !important;
  }
}

.trnc_image_textblock_headline {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
@media screen and (max-width: 1279.98px) {
  .trnc_image_textblock_headline {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.trnc_image_textblock_headline h1 {
  margin-block-start: 0;
}
.trnc_image_textblock_headline .inner_paragraph {
  max-width: 800px;
  margin: auto;
}

@media screen and (max-width: 1279.98px) {
  .trnc_links_container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.trnc_links_container ul {
  padding: 0;
  width: 100%;
}
.trnc_links_container ul li {
  list-style: none;
  border-top: 1px solid var(--wp--preset--color--grey);
  padding: 0 0 5px 0;
}
.trnc_links_container ul li a {
  font-size: var(--trnc--font-size--large);
  color: var(--wp--preset--color--grey);
  padding: 0 15px 15px 0;
  width: 100%;
  position: relative;
  display: inline-block;
}
.trnc_links_container ul li a::after {
  content: "";
  background-image: url("/wp-content/themes/tronic/assets/images/arrow-right-solid.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 15px;
  height: 15px;
  top: 0;
  bottom: 0;
  transition: 0.3s;
}
.trnc_links_container ul li a:hover::after {
  right: -10px;
  transition: 0.3s;
}

.trnc_contact_block h1 {
  margin-block-start: 0;
}
.trnc_contact_block ul {
  padding: 0;
  width: 100%;
}
.trnc_contact_block ul li {
  list-style: none;
  border-top: 1px solid var(--wp--preset--color--grey);
  padding: 0 0 5px 0;
}
.trnc_contact_block ul li a {
  font-size: var(--trnc--font-size--large);
  color: var(--wp--preset--color--grey);
  padding: 0 0 15px 0;
  width: 100%;
  position: relative;
  display: inline-block;
}
.trnc_contact_block ul li a::after {
  content: "";
  background-image: url("/wp-content/themes/tronic/assets/images/arrow-right-solid.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 15px;
  height: 15px;
  top: 0;
  bottom: 0;
  transition: 0.3s;
}
.trnc_contact_block ul li a:hover::after {
  right: -10px;
  transition: 0.3s;
}

.trnc_team_container {
  padding: 100px 0;
  display: grid;
  gap: 40px 90px;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1400px !important;
  margin-left: auto;
  margin-right: auto;
  font-size: var(--trnc--font-size--medium);
}
@media screen and (max-width: 1599.98px) {
  .trnc_team_container {
    gap: 40px 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1023.98px) {
  .trnc_team_container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767.98px) {
  .trnc_team_container {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 543.98px) {
  .trnc_team_container {
    font-size: var(--trnc--font-size--small);
  }
}
.trnc_team_container .team-position-inner {
  border-bottom: 2px solid var(--wp--preset--color--grey);
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.trnc_team_container .team-position-inner h3 {
  font-family: var(--wp--preset--font-family--gelion-medium);
  margin-bottom: 0;
}
.trnc_team_container .team-position-inner .team-position {
  color: var(--wp--preset--color--grey);
  margin-bottom: 30px;
}
.trnc_team_container .team-position-inner a {
  color: var(--wp--preset--color--grey);
}

@media screen and (max-width: 1279.98px) {
  .trnc_simple_text {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 1279.98px) {
  .trnc_simple_text_full {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 1279.98px) {
  .trnc_image_text_block {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 1279.98px) {
  .trnc_contact_block {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 1279.98px) {
  .trnc_three_columns {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 1279.98px) {
  .trnc_text_half_width {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* Landingpage */
.trnc_landingpage_image {
  height: 100%;
}
.trnc_landingpage_image img {
  height: 100%;
  object-fit: cover;
}

.tht-graz-button .wp-block-button__link {
  border-radius: 25px !important;
  width: 100%;
}
.tht-graz-button .wp-block-button__link:hover {
  color: #ffffff !important;
  background-color: black !important;
  text-decoration: none !important;
  border: 2px solid black !important;
}

.tht-tax-button .wp-block-button__link {
  border-radius: 25px !important;
  width: 100%;
}
.tht-tax-button .wp-block-button__link:hover {
  color: #F6C961 !important;
  background-color: black !important;
  text-decoration: none !important;
  border: 1px solid black !important;
}

.tht-law-button .wp-block-button__link {
  border-radius: 25px !important;
  width: 100%;
}
.tht-law-button .wp-block-button__link:hover {
  color: var(--wp--preset--color--color-law) !important;
  background-color: black !important;
  text-decoration: none !important;
  border: 1px solid black !important;
}

.landingpage_custom {
  overflow-x: hidden;
}
.landingpage_custom .entry-content {
  padding-top: 0 !important;
}
.landingpage_custom .trnc_full_bottom {
  width: 100%;
  padding-top: 150px;
}
.landingpage_custom .tht_arrow_right {
  text-align: right;
}
.landingpage_custom .trnc_hide_desktop {
  display: none;
}
.landingpage_custom .trnc_mobile_intro {
  display: none;
}
.landingpage_custom .tht_arrow_position {
  float: right;
  margin-right: 60px;
}
.landingpage_custom .tht_landingpage_logo {
  margin-bottom: 147px;
}
.landingpage_custom .trnc_lp_background {
  bottom: 0;
  margin-left: -25px;
  margin-right: -25px;
  background: linear-gradient(90deg, #F6C961 50%, #9AA6E0 50%);
  height: 100%;
}
.landingpage_custom .trnc_lp_background figure {
  margin: 0;
}
.landingpage_custom .trnc_lp_background .tht_lp_treuhandteam_image {
  margin: 0;
  height: 100%;
  max-height: 535px;
}
.landingpage_custom .trnc_lp_background .tht_lp_treuhandteam_image img {
  height: 100%;
  object-fit: cover;
  max-height: 535px;
  width: 100%;
}
.landingpage_custom .trnc_lp_background .kt-row-column-wrap {
  height: 100%;
}
.landingpage_custom .trnc_lp_background .tht_lp_treuhandteam_arrow {
  text-align: right;
}
@media screen and (max-width: 1279.98px) {
  .landingpage_custom .trnc_full_bottom {
    padding-top: 75px;
  }
  .landingpage_custom .wp-block-kadence-column.kadence-column_7ad268-8e > .kt-inside-inner-col {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .landingpage_custom .tht_landingpage_logo {
    text-align: center;
  }
  .landingpage_custom .tht_lp_treuhandteam_image img {
    width: 100%;
  }
  .landingpage_custom .trnc_full_bottom {
    text-align: center;
  }
  .landingpage_custom .trnc_lp_background .tht_lp_treuhandteam_arrow {
    text-align: center;
  }
  .landingpage_custom .trnc_lp_background .kt-row-layout-inner {
    background: none;
  }
  .landingpage_custom .tht_mainpage_logo a {
    width: 90%;
  }
  .landingpage_custom .tht_mainpage_logo img {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    max-width: 550px;
  }
  .landingpage_custom .tht_landingpage_logo {
    margin-bottom: 100px;
  }
  .landingpage_custom .trnc_hide_mobile {
    display: none;
  }
  .landingpage_custom .has-large-font-size {
    letter-spacing: -0.4px;
  }
  .landingpage_custom .wp-block-kadence-column {
    width: 100%;
  }
  .landingpage_custom .tht_arrow_position img {
    max-width: 130px;
  }
  .landingpage_custom .wp-block-kadence-column.trnc_mobile_size.trnc_left_column {
    width: 65%;
    float: left;
  }
  .landingpage_custom .wp-block-kadence-column.trnc_mobile_size.trnc_right_column {
    width: 35%;
    float: right;
  }
  .landingpage_custom .kt-row-column-wrap {
    display: block;
  }
  .landingpage_custom .kt-gutter-default > .wp-block-kadence-column {
    margin-right: 0;
  }
  .landingpage_custom .tht_arrow_position {
    float: left;
    width: 100%;
    margin-bottom: 70px;
    margin-right: 0;
  }
  .landingpage_custom .trnc_lp_bottom {
    position: relative;
  }
  .landingpage_custom .set_height img {
    min-height: 300px;
  }
  .landingpage_custom .trnc_hide_desktop {
    display: block;
  }
  .landingpage_custom .trnc_full_bottom {
    max-width: 360px;
  }
}
@media screen and (max-height: 680px) {
  .landingpage_custom .tht_landingpage_logo {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 580px) {
  .landingpage_custom .trnc_hide_desktop {
    display: none;
  }
  .landingpage_custom .trnc_full_bottom {
    margin: 0 30px;
  }
  .landingpage_custom .tht_lp_treuhandteam_image {
    margin: 15px 35px !important;
  }
  .landingpage_custom .tht_lp_treuhandteam_image img {
    max-height: 260px !important;
  }
  .landingpage_custom .trnc_mobile_intro {
    display: block;
    margin-bottom: 200px;
  }
  .landingpage_custom .set_height img {
    min-height: unset;
  }
  .landingpage_custom .trnc_mobile_arrow {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0px;
    margin-bottom: -5px;
    opacity: 1;
    transition: opacity 0.15s linear;
  }
  .landingpage_custom .trnc_mobile_arrow svg {
    width: 25px;
    color: var(--wp--preset--color--font);
  }
  .landingpage_custom .trnc_mobile_arrow.overlay--hidden {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 543.98px) {
  .landingpage_custom .tht_landingpage_logo {
    margin-bottom: 50px;
  }
  .landingpage_custom .wp-block-kadence-column.trnc_mobile_size.trnc_left_column {
    width: 50%;
    float: left;
  }
  .landingpage_custom .wp-block-kadence-column.trnc_mobile_size.trnc_right_column {
    width: 50%;
  }
  .landingpage_custom .wp-block-kadence-column.trnc_mobile_size {
    width: 50%;
  }
}
@media screen and (max-width: 543.98px) {
  .landingpage_custom #main-content {
    margin-top: 0;
  }
}
@media screen and (min-height: 1081px) {
  .landingpage_custom .trnc_lp_bottom {
    position: absolute;
    bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
    left: 0;
    right: 0;
    margin-bottom: 100px;
  }
  .landingpage_custom .trnc_lp_background {
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}
@media screen and (min-height: 1280px) {
  .landingpage_custom .trnc_lp_background .tht_lp_treuhandteam_image {
    max-height: 750px;
    min-height: 750px;
  }
  .landingpage_custom .trnc_lp_background .tht_lp_treuhandteam_image img {
    max-height: 750px;
    min-height: 750px;
  }
  .landingpage_custom .trnc_lp_background .kt-row-layout-inner {
    max-height: 750px;
    height: 750px;
  }
  .landingpage_custom .tht_lp_treuhandteam_image {
    max-height: 750px;
    height: 750px;
  }
  .landingpage_custom .trnc_full_bottom {
    padding-top: 350px;
  }
}
.landingpage_custom .kt-inside-inner-col,
.landingpage_custom .set_height,
.landingpage_custom .set_height img {
  height: 100%;
  object-fit: cover;
}
.landingpage_custom .trnc_lp_bottom .kt-row-column-wrap .wp-block-kadence-column .kt-inside-inner-col {
  justify-content: end;
  flex-direction: column;
  display: flex;
}
.landingpage_custom .kt-row-column-wrap {
  width: 100%;
  max-width: var(--trnc--content-width);
  margin-left: auto;
  margin-right: auto;
}
.landingpage_custom .kt-btn-wrap .kt-button.kt-btn-size-small {
  padding: 8px 8px;
  line-height: 19px;
  border-width: 1px;
}
.landingpage_custom .wp-block-kadence-advancedbtn {
  text-transform: uppercase;
}

.single-post main {
  margin-top: 0 !important;
}
.single-post .entry-content {
  padding-top: 0 !important;
}
.single-post .trnc_singular_meta {
  max-width: 900px;
  margin: auto;
}
.single-post .trnc_singular_meta h1 {
  font-size: var(--trnc--font-size--medium);
  margin-bottom: 20px;
}
.single-post .trnc_singular_meta p {
  color: var(--wp--preset--color--grey);
}
.single-post .trnc_singular_meta .single-meta {
  display: inline-flex;
  width: 100%;
  color: var(--wp--preset--color--grey);
  padding: 40px 0;
}
.single-post .trnc_singular_meta .single-meta .single-date {
  width: 50%;
}
.single-post .trnc_singular_meta .single-meta .single-cat {
  width: 50%;
}
.single-post .trnc_singular_meta .post-content {
  margin-bottom: 50px;
}
.single-post .trnc_singular_meta .single-img {
  margin-bottom: 40px;
  position: relative;
}
.single-post .trnc_singular_meta .single-img.category-tax:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: var(--wp--preset--color--color-tax);
}
.single-post .trnc_singular_meta .single-img.category-tax.category-law:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 10px;
  background: var(--wp--preset--color--color-law);
}
.single-post .trnc_singular_meta .single-img.category-tax.category-law:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 10px;
  background: var(--wp--preset--color--color-tax);
}
.single-post .trnc_singular_meta .single-img.category-tax.category-immo:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 10px;
  background: var(--wp--preset--color--color-immo);
}
.single-post .trnc_singular_meta .single-img.category-tax.category-immo:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 10px;
  background: var(--wp--preset--color--color-tax);
}
.single-post .trnc_singular_meta .single-img.category-law:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: var(--wp--preset--color--color-law);
}
.single-post .trnc_singular_meta .single-img.category-law.category-immo:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 10px;
  background: var(--wp--preset--color--color-immo);
}
.single-post .trnc_singular_meta .single-img.category-law.category-immo:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 10px;
  background: var(--wp--preset--color--color-law);
}
.single-post .trnc_singular_meta .single-img.category-immo:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: var(--wp--preset--color--color-immo);
}
.single-post .trnc_singular_meta .single-img img {
  width: 100%;
  height: 100%;
  max-height: 440px;
  object-fit: cover;
}
.single-post * {
  margin-block-start: 0;
}
.single-post .social-box {
  margin-top: 30px;
}
.single-post .social-box a {
  margin-right: 15px;
}
.single-post .trnc_singular_header {
  margin: auto auto 80px auto;
}
.single-post .wp-block-post-featured-image.category-tax:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: var(--wp--preset--color--color-tax);
}
.single-post .wp-block-post-featured-image.category-tax.category-law:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 10px;
  background: var(--wp--preset--color--color-law);
}
.single-post .wp-block-post-featured-image.category-tax.category-law:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 10px;
  background: var(--wp--preset--color--color-tax);
}
.single-post .wp-block-post-featured-image.category-tax.category-immo:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 10px;
  background: var(--wp--preset--color--color-immo);
}
.single-post .wp-block-post-featured-image.category-tax.category-immo:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 10px;
  background: var(--wp--preset--color--color-tax);
}
.single-post .wp-block-post-featured-image.category-law:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: var(--wp--preset--color--color-law);
}
.single-post .wp-block-post-featured-image.category-law.category-immo:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 10px;
  background: var(--wp--preset--color--color-immo);
}
.single-post .wp-block-post-featured-image.category-law.category-immo:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 10px;
  background: var(--wp--preset--color--color-law);
}
.single-post .wp-block-post-featured-image.category-immo:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: var(--wp--preset--color--color-immo);
}

.trnc_post_preview_container {
  padding: 100px 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 1080px !important;
  margin-left: auto;
  margin-right: auto;
  font-size: var(--trnc--font-size--medium);
}
.trnc_post_preview_container .cat {
  position: relative;
}
.trnc_post_preview_container .cat.category-tax:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: var(--wp--preset--color--color-tax);
}
.trnc_post_preview_container .cat.category-tax.category-law:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 10px;
  background: var(--wp--preset--color--color-law);
}
.trnc_post_preview_container .cat.category-tax.category-law:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 10px;
  background: var(--wp--preset--color--color-tax);
}
.trnc_post_preview_container .cat.category-tax.category-immo:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 10px;
  background: var(--wp--preset--color--color-immo);
}
.trnc_post_preview_container .cat.category-tax.category-immo:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 10px;
  background: var(--wp--preset--color--color-tax);
}
.trnc_post_preview_container .cat.category-law:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: var(--wp--preset--color--color-law);
}
.trnc_post_preview_container .cat.category-law.category-immo:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 10px;
  background: var(--wp--preset--color--color-immo);
}
.trnc_post_preview_container .cat.category-law.category-immo:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 10px;
  background: var(--wp--preset--color--color-law);
}
.trnc_post_preview_container .cat.category-immo:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: var(--wp--preset--color--color-immo);
}
.trnc_post_preview_container .preview-inner {
  padding-bottom: 80px;
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 0 10px;
}
.trnc_post_preview_container .preview-inner h3 {
  color: var(--wp--preset--color--font);
  font-family: var(--wp--preset--font-family--gelion-bold);
  margin: 10px 0;
  font-size: var(--trnc--font-size--medium);
  flex: 1;
}
.trnc_post_preview_container .preview-inner p {
  color: var(--wp--preset--color--grey);
  font-size: fonrsize(normal);
  flex: 1;
}
.trnc_post_preview_container .preview-inner .read-more {
  margin-top: 10px;
  border: 2px solid var(--wp--preset--color--grey);
  color: var(--wp--preset--color--grey);
  border-radius: 25px;
  width: max-content;
  font-size: var(--trnc--font-size--small);
  font-family: var(--wp--preset--font-family--gelion-medium);
  padding: 8px 30px;
  align-self: flex-end;
  margin-top: auto;
}
.trnc_post_preview_container .preview-inner img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  max-height: 250px;
  object-fit: cover;
}
.trnc_post_preview_container .preview-inner a {
  text-decoration: none;
}

.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px solid #959595;
  padding: 5px;
  font-size: 1em;
  background-color: transparent;
  font-family: var(--wp--preset--font-family--gelion-regular) !important;
}
.wpcf7-form .wpcf7-submit {
  border-radius: 25px;
  background-color: transparent;
  padding: 0.667em 1.333em;
  text-transform: uppercase;
  font-size: 15px;
  color: #959595;
  border: 2px solid #959595;
}
.wpcf7-form .wpcf7-submit:hover {
  text-decoration: none;
  background-color: #959595;
  color: #ffffff;
  border: 2px solid #959595;
}

input:focus,
textarea {
  outline: none !important;
}

/*# sourceMappingURL=style.css.map */
