@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  overflow: hidden;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #272727;
  font-family: "Noto Sans Light", sans-serif;
  /*font-size: 1rem;*/
  line-height: 1.66667rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

@font-face {
  font-family: "Noto Sans";
  src: url("fonts/Noto_Sans/static/NotoSans-Bold.eot");
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url("fonts/Noto_Sans/static/NotoSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Noto_Sans/static/NotoSans-Bold.woff2") format("woff2"), url("fonts/Noto_Sans/static/NotoSans-Bold.woff") format("woff"), url("fonts/Noto_Sans/static/NotoSans-Bold.ttf") format("truetype"), url("fonts/Noto_Sans/static/NotoSans-Bold.svg#NotoSans-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a1a1a;
}

h1 {
  font-size: clamp(26px, 5vw, 44px);
  line-height: 1.15em;
  color: #5a93e3;
}

h2 {
  font-size: clamp(18px, 3.5vw, 30px);
  line-height: 1.35em;
  color: #283583;
}

h2.smaller {
  font-size: clamp(20px, 4vw, 30px);
}

h3 {
  font-size: clamp(16px, 2.5vw, 22px);
  line-height: 1.4em;
  color: #5a93e3;
}

h1.page_title {
  color: #5a93e3;
  margin-bottom: 32px;
  line-height: 1.15em;
}

h1.page_title > span {
  color: #283583;
  font-size: 0.65em;
  line-height: 1.3em;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 6px;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.66667rem;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

body.admin-bar #navigation {
  top: 32px;
}

body {
  background-color: #ffffff;
  line-height: 1.66667rem;
  color: #1a1a1a;
  font-family: "Noto Sans", sans-serif;
  font-size: 112.5%;
  hyphens: manual;
  font-weight: 300;
  opacity: 1 !important;
  padding-top: 80px; /* Abstand für fixed Header */
}

@media screen and (max-width: 1024px) {
  body {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}
.entry-header {
  display: none;
}

.site-main {
  background: transparent;
}

hr {
  background-color: #5a93e3;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot");
  src: local("icomoon"), local("icomoon"), url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.woff2") format("woff2"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon, ul.styled-list li:before, main ul:not(.unstyled-list) li:before, ol.styled-list li:before, main ol:not(.unstyled-list) li:before, #quickbar .phone:before, #quickbar li ul li a.phone:before, #quickbar li ul li a.email:before, #header .blueleft .btn-cont .phone:before, #footer .row.top-row .col > div span:before, .fixed-contacts > li.phone:before, .fixed-contacts > li.email:before, .fixed-contacts > li.openings:before {
  display: inline-block;
}

ul.list-type-arrow-right {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list-type-arrow-right li {
  padding-left: 1.38889rem;
  margin-bottom: 0.38889rem;
}
ul.list-type-arrow-right li:before {
  margin-right: 1em;
  content: "\e906";
  color: var(--e-global-color-primary);
  text-indent: -1.38889rem;
  font-size: 0.9em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

a {
  color: #5a93e3;
  word-wrap: break-word;
  text-decoration: none;
  transition: 400ms;
  font-weight: 700;
}
@font-face {
  font-family: "Noto Sans";
  src: url("fonts/Noto_Sans/static/NotoSans-Bold.eot");
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url("fonts/Noto_Sans/static/NotoSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Noto_Sans/static/NotoSans-Bold.woff2") format("woff2"), url("fonts/Noto_Sans/static/NotoSans-Bold.woff") format("woff"), url("fonts/Noto_Sans/static/NotoSans-Bold.ttf") format("truetype"), url("fonts/Noto_Sans/static/NotoSans-Bold.svg#NotoSans-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}
a:visited {
  color: #5a93e3;
}
a:hover, a:focus, a:active {
  color: #283583;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

button,
.elementor-button,
input[type=button],
input[type=reset],
input[type=submit] {
  background: #5a93e3;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.66667rem;
  padding: 1.38889rem 1.94444rem;
  text-align: center;
  text-decoration: none;
  font-family: "Noto Sans", sans-serif;
  text-transform: uppercase;
  border-radius: 0;
  /*&:hover {
  	background: $color__button-hover;
  }

  &:active,
  &:focus {
  	border-color: $color__button-focus;
  }*/
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #272727;
  background-color: #eff8f6;
  border: none;
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 15px;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: #6b7fa8;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #000;
  outline: none;
  box-shadow: 0 0 0 2px rgba(90, 147, 227, 0.35);
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/* Contact Form 7 – Steuerberatung Wolf
 * Mobile-first: all base styles target mobile, min-width overrides for desktop.
 */
.wpcf7 {
  width: 100%;
}
.wpcf7 label {
  display: none;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-bottom: 14px;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=url],
.wpcf7 input[type=number],
.wpcf7 textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background-color: #eff8f6;
  border: none;
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 15px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  color: #1a2a4a;
  line-height: 1.5;
  outline: none;
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}
.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=tel]::placeholder,
.wpcf7 input[type=url]::placeholder,
.wpcf7 input[type=number]::placeholder,
.wpcf7 textarea::placeholder {
  color: #6b7fa8;
}
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=url]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 textarea:focus {
  background-color: #e4f2ff;
  box-shadow: 0 0 0 2px rgba(90, 147, 227, 0.35);
}
.wpcf7 textarea {
  min-height: 140px;
  resize: vertical;
}
.wpcf7 input[type=submit],
.wpcf7 .wpcf7-submit {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background-color: #283583;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 16px 32px;
  font-size: 15px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
  margin-top: 8px;
  transition: background-color 0.2s ease, transform 0.15s ease;
  -webkit-appearance: none;
  appearance: none;
  text-transform: uppercase;
}
.wpcf7 input[type=submit]:hover,
.wpcf7 .wpcf7-submit:hover {
  background-color: #1e2868;
  transform: translateY(-1px);
}
.wpcf7 input[type=submit]:active,
.wpcf7 .wpcf7-submit:active {
  transform: translateY(0);
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #e05a5a;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}
.wpcf7 .wpcf7-response-output {
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  margin-top: 16px;
  border: none;
}
.wpcf7 .wpcf7-mail-sent-ok {
  background-color: #eff8f6;
  color: #1a5c3e;
}
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-acceptance-missing {
  background-color: #fef3f3;
  color: #c0392b;
}
@media screen and (min-width: 48em) {
  .wpcf7 input[type=submit],
  .wpcf7 .wpcf7-submit {
    width: auto;
    min-width: 240px;
  }
}

/*@font-face {
  font-family: 'icomoon';
  src: url('icomoon.eot?qlm5lv');
  src: url('icomoon.eot?qlm5lv#iefix') format('embedded-opentype'),
  url('icomoon.ttf?qlm5lv') format('truetype'),
  url('icomoon.woff?qlm5lv') format('woff'),
  url('icomoon.svg?qlm5lv#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}*/
[class^=icon-], [class*=" icon-"], [class^=fa] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before, .icon-arrow-down2:before {
  content: "\e900";
}

.icon-zuverlaessig2:before {
  content: "\e901";
}

.icon-zeit2:before {
  content: "\e902";
}

.icon-mittelpunkt2:before {
  content: "\e903";
}

.icon-arrow-left:before {
  content: "\e905";
}

.icon-arrow-right:before, .icon-arrow-right2:before {
  content: "\e906";
}

.icon-Paper:before {
  content: "\e907";
}

.icon-Group:before {
  content: "\e908";
}

.icon-arrow-up:before {
  content: "\e909";
}

.icon-clock:before {
  content: "\e90a";
}

.icon-x:before {
  content: "\e90b";
}

.icon-plus:before {
  content: "\e90d";
}

.icon-minus:before {
  content: "\e90e";
}

.icon-finansbuchfuehrung-1-1:before {
  content: "\e90f";
}

.icon-finansbuchhaltung-1-1:before {
  content: "\e910";
}

.icon-lohnabrechnung-1-1:before {
  content: "\e911";
}

.icon-straf:before {
  content: "\e912";
}

.icon-Danger-Circle:before {
  content: "\e913";
}

.icon-Vector:before {
  content: "\e914";
}

.icon-mail:before {
  content: "\e917";
}

.icon-phone1:before {
  content: "\e91a";
}

/* Typography
--------------------------------------------- */
/* Elements
--------------------------------------------- */
/* Links
--------------------------------------------- */
/* Forms
--------------------------------------------- */
/* Icons
--------------------------------------------- */
/* HFE replaces the site-header content — collapse it to just a 80px spacer
   so page content starts exactly below the fixed HFE nav bar */
.site-header {
  position: fixed;
  background-color: transparent;
  height: 80px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1; /* below HFE nav (z-index 10002) */
  overflow: hidden; /* hide the theme nav / branding inside */
  pointer-events: none;
}

/* Content offset: push page content below the 80px fixed nav */
body:not(.home) .site-main {
  padding-top: 0;
}

.home .site-main {
  padding-top: 0;
}

.main-navigation {
  display: block;
  width: 100%;
  min-height: 30px;
}
.main-navigation ul {
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li {
  position: relative;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.menu-toggle,
.main-navigation.toggled ul {
  display: flex;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* #navigation height is controlled by Elementor (min-height: 80px) */
/* #navigation background is controlled by Elementor — do not override here */
/* ─── Nav: full dark-blue bar, logo left, menu right ─────────────────────── */
#navigation {
  background-color: transparent !important;
  overflow: visible !important;
}

@media screen and (max-width: 991px) {
  #navigation {
    background-color: #283583 !important;
  }
}
#nav-logo {
  /*align-self: stretch !important;*/
  background-color: #283583 !important;
  /*padding: 0 28px !important;*/
  display: flex !important;
  align-items: center !important;
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  #nav-logo {
    margin-left: max(40px, (100vw - 1140px) / 2);
    border-radius: 0 0 0 20px;
  }
  #nav-logo img {
    padding: 10px 0 10px 20px;
  }
}
#nav-logo > .elementor-widget-container {
  display: flex;
  align-items: center;
}

#nav-menau {
  flex: 1 1 auto !important;
  align-self: stretch !important;
  position: relative;
  z-index: 1;
}

/* Mega-menu backdrop: full-width blue panel below the nav bar on hover */
/* left tracks the content container edge: section padding (40px) + centering margin of max-width 1140px container */
@media (min-width: 992px) {
  #navigation:has(ul.hfe-nav-menu:hover)::before {
    content: "";
    position: absolute;
    top: 100%;
    left: max(40px, (100vw - 1140px) / 2 + 0px);
    right: 0;
    height: 220px;
    background: #283583;
    z-index: 1;
    /*pointer-events: none;*/
    border-radius: 0 0 0 20px;
  }
  #navigation:has(ul.hfe-nav-menu:hover) #nav-logo {
    border-radius: 0;
  }
}
/**
 * Two-Column Dropdown Menu
 * https://wordpress.org/support/topic/divide-sub-menu-into-multiple-columns/
 */
@media (min-width: 992px) {
  /* Remove container right-padding so nav items reach the right edge */
  /* Force all inner Elementor containers to fill full nav height top-to-bottom */
  #navigation {
    padding-right: 0 !important;
    align-items: stretch !important;
  }
  /* Strip vertical padding from every wrapper level inside the nav */
  /* #navigation > *,
   #navigation > * > *,
   #navigation > * > * > * {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
     align-self: stretch !important;
     align-items: stretch !important;
   }*/
  /* Stretch nav widget to full header height so active-page white line
     sits flush at the very top of the bar */
  #nav-menau {
    align-self: stretch !important;
    padding-right: 40px !important;
    background-color: #283583 !important;
    /*max-width:  max(1140px, calc((100vw - 1140px) / 2) - 0px);
    width: max(1140px, calc((100vw - 1140px) / 2) - 0px);*/
  }
  #nav-menau > .elementor-widget-container {
    height: 100%;
    display: flex;
    align-items: stretch;
  }
  #nav-menau nav.hfe-nav-menu-layout {
    height: 100%;
    display: flex;
    align-items: stretch;
  }
  #nav-menau ul.hfe-nav-menu {
    align-items: stretch;
  }
  #nav-menau ul.hfe-nav-menu > li.menu-item {
    display: flex;
    align-items: stretch;
    border-top: 3px solid transparent;
  }
  #nav-menau ul.hfe-nav-menu > li.menu-item > a.hfe-menu-item {
    display: flex !important;
    align-items: center;
    color: #ffffff !important;
    font-weight: 400 !important;
    border-bottom: none !important;
  }
  #nav-menau ul.hfe-nav-menu > li.menu-item > a.hfe-menu-item:hover, #nav-menau ul.hfe-nav-menu > li.menu-item > a.hfe-menu-item:focus {
    color: #acc9f1 !important;
    border-bottom: none !important;
  }
  #nav-menau ul.hfe-nav-menu > li.menu-item.current-menu-item, #nav-menau ul.hfe-nav-menu > li.menu-item.current-menu-ancestor {
    border-top-color: #acc9f1;
  }
  #nav-menau ul.hfe-nav-menu > li.current-menu-item > a.hfe-menu-item,
  #nav-menau ul.hfe-nav-menu > li.current-menu-ancestor > a.hfe-menu-item,
  #nav-menau ul.hfe-nav-menu > li.menu-item:hover > a.hfe-menu-item {
    color: #acc9f1 !important;
  }
  /* Sub-menu panel: seamless extension of the nav bar */
  #nav-menau .hfe-nav-menu .sub-menu {
    box-shadow: none !important;
    border: none !important;
    min-width: 0 !important;
    padding: 10px 0 18px !important;
  }
  /* Sub-menu link overrides */
  .hfe-nav-menu .sub-menu a.hfe-sub-menu-item {
    color: #ffffff !important;
    font-weight: 300 !important;
    font-size: 0.85em !important;
    padding: 4px 16px !important;
    white-space: nowrap !important;
  }
  .hfe-nav-menu .sub-menu a.hfe-sub-menu-item:hover, .hfe-nav-menu .sub-menu a.hfe-sub-menu-item:focus {
    color: #acc9f1 !important;
    background: none !important;
  }
  .hfe-nav-menu {
    height: 100%;
  }
  .hfe-nav-menu a {
    font-weight: 300;
  }
  .hfe-nav-menu > li.menu-item {
    /*a.hfe-menu-item:after{

      margin-left: 0.5em;
      display: inline-block;
      color : #4496e9;
      font-family: icomoon;
      content: "\&#xe900;";
    }*/
  }
  .hfe-nav-menu li.menu-item.two-columns ul.sub-menu > li.menu-item {
    width: calc(50% - var(--wp--preset--spacing--50) / 2);
  }
  .hfe-nav-menu li.menu-item.two-columns:hover > .sub-menu {
    min-width: 460px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: var(--wp--preset--spacing--50);
  }
  .hfe-nav-menu li.menu-item.three-columns ul.sub-menu > li.menu-item {
    width: calc(33.33% - var(--wp--preset--spacing--50) / 3);
  }
  .hfe-nav-menu li.menu-item.three-columns:hover > .sub-menu {
    /*min-width: 690px;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: var(--wp--preset--spacing--30);
  }
  .hfe-nav-menu li.menu-item.three-columns:hover > .sub-menu li {
    width: fit-content;
  }
  .hfe-nav-menu li.menu-item.three-columns:hover > .sub-menu li a {
    width: 100%;
  }
  .hfe-nav-menu:hover > li.menu-item-has-children > .sub-menu {
    visibility: visible !important;
    opacity: 1 !important;
  }
  .hfe-nav-menu:hover > li.menu-item-has-children.two-columns > .sub-menu {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    min-width: 460px !important;
    column-gap: var(--wp--preset--spacing--50) !important;
  }
  .hfe-nav-menu:hover > li.menu-item-has-children.three-columns > .sub-menu {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    column-gap: var(--wp--preset--spacing--30) !important;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot");
  src: local("icomoon"), local("icomoon"), url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.woff2") format("woff2"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.hfe-nav-menu__submenu-arrow .hfe-menu-toggle:before, .hfe-nav-menu__submenu-plus .hfe-menu-toggle:before, .hfe-nav-menu__submenu-classic .hfe-menu-toggle:before {
  display: inline-block;
}

.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-arrow i:before {
  content: "\e900" !important;
  font-weight: 900 !important;
  font-size: 14px !important;
}

/* Remove border-bottom from all nav menu items (desktop + mobile) */
/* Elementor inline CSS sets border-bottom on li.menu-item in three contexts */
.sub-menu li.menu-item,
nav.hfe-dropdown li.menu-item,
nav.hfe-dropdown-expandible li.menu-item {
  border-bottom: none !important;
}

/* ─── Mobile hamburger: right-align + animated icon ─────────────────────── */
@media screen and (max-width: 991px) {
  /* Override Elementor's margin: 0 auto centering on the toggle */
  #nav-menau .hfe-nav-menu__toggle {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .hfe-nav-menu__toggle {
    margin: 10px 0;
  }
  .hfe-nav-menu {
    background: #283583;
  }
  /* Replace HFE SVG icon with a 3-bar CSS hamburger */
  .hfe-nav-menu-icon {
    display: block !important;
    position: relative;
    width: 24px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 2px;
    margin: 10px 0;
    transition: background-color 0.25s ease;
  }
  .hfe-nav-menu-icon svg {
    display: none !important;
  }
  .hfe-nav-menu-icon::before, .hfe-nav-menu-icon::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    border-radius: 2px;
  }
  .hfe-nav-menu-icon::before {
    top: -8px;
    transition: transform 0.3s ease, top 0.3s ease 0.15s;
  }
  .hfe-nav-menu-icon::after {
    bottom: -8px;
    transition: transform 0.3s ease, bottom 0.3s ease 0.15s;
  }
  /* Open state: bars collapse to center, rotate into X */
  .hfe-nav-menu__toggle.hfe-active-menu .hfe-nav-menu-icon {
    background-color: transparent;
    transition: background-color 0.1s ease 0.15s;
  }
  .hfe-nav-menu__toggle.hfe-active-menu .hfe-nav-menu-icon::before {
    top: 0;
    transform: rotate(45deg);
    transition: top 0.3s ease, transform 0.3s ease 0.15s;
  }
  .hfe-nav-menu__toggle.hfe-active-menu .hfe-nav-menu-icon::after {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 0.3s ease, transform 0.3s ease 0.15s;
  }
}
/*.sticky {
	display: sticky;
}
*/
.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.no-p-margin p {
  margin: 0;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* sftg image-banner */
@media screen and (min-width: 992px) {
  .sftg_ib_wrapper {
    margin-left: calc(-1 * max(40px, (100vw - 1140px) / 2));
  }
  .sftg_ib_wrapper > img {
    width: max(100%, max(40px, (100vw - 1140px) / 2) + min((100vw - 80px) * 2 / 3, 760px));
    max-width: max(100%, max(40px, (100vw - 1140px) / 2) + min((100vw - 80px) * 2 / 3, 760px));
    border-radius: 0 20px 20px 0;
  }
  .sftg_ib_wrapper_small > img, .sftg_ib_wrapper_small .elementor-widget-wrap {
    width: max(100%, max(40px, (100vw - 1140px) / 2) + min((100vw - 80px) * 2 / 6, 760px));
    max-width: max(100%, max(40px, (100vw - 1140px) / 2) + min((100vw - 80px) * 2 / 6, 760px));
    border-radius: 20px 0 0 20px;
  }
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 100% !important;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

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

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

@media screen and (min-width: 62em) {
  #sidebar-widgets {
    position: fixed;
    display: block;
    right: 0;
    z-index: 999;
    top: 200px;
    padding: 0 1px 0 0;
  }
  #sidebar-widgets ul li {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(100%, 0);
    right: 0;
    transition: 300ms all;
    min-height: 60px;
    background: #F1F7FD;
    color: #272727;
    padding: 0 2.22222rem;
  }
  #sidebar-widgets ul li:before {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-weight: 400;
    color: #fff;
    content: "";
    position: absolute;
    justify-content: center;
    align-items: center;
    left: -60px;
    top: 0;
    height: 100%;
    max-height: 60px;
    width: 60px;
    background: #165ca2;
    display: flex;
    font-family: "icomoon", serif !important;
  }
  #sidebar-widgets ul li:hover {
    transform: none;
    right: 0;
  }
  #sidebar-widgets ul li:nth-of-type(1) {
    top: 65px;
    z-index: 99;
  }
  #sidebar-widgets ul li:nth-of-type(1):before {
    content: "\e91a";
    font-size: 1.4em;
  }
  #sidebar-widgets ul li:nth-of-type(2) {
    top: 130px;
    z-index: 98;
  }
  #sidebar-widgets ul li:nth-of-type(2):before {
    content: "\e917";
    font-size: 1.1em;
  }
  #sidebar-widgets ul li:nth-of-type(3) {
    top: 195px;
    z-index: 97;
  }
  #sidebar-widgets ul li:nth-of-type(3):before {
    content: "\e90a";
    font-size: 1.45em;
  }
  #sidebar-widgets ul li > span {
    white-space: nowrap;
    padding: 15px 0;
  }
}

.back-to-top {
  position: fixed;
  bottom: 5rem;
  right: 1rem;
  z-index: 800;
  font-size: 1rem;
  width: 3em;
  height: 3em;
  line-height: 3em;
  background-color: #272727;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
@media screen and (min-width: 62em) {
  .back-to-top {
    bottom: 5rem;
  }
}

/* Navigation
--------------------------------------------- */
/* Posts and pages
--------------------------------------------- */
/* Comments
--------------------------------------------- */
/* Widgets
--------------------------------------------- */
/* Media
--------------------------------------------- */
/* Captions
--------------------------------------------- */
/* Galleries
--------------------------------------------- */
/* Fixed Contacts
--------------------------------------------- */
/* Back to top
--------------------------------------------- */
/* Flipbox
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #272727;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*!
Theme Name: SteuerberatungWolf
Theme URI: http://underscores.me/
Author: Sven Grün
Author URI: http://softig.net
Description: a theme for Steuerberatung Wolf
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sbw
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

SteuerberatungWolf is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/* Box sizing
--------------------------------------------- */
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Alignments
--------------------------------------------- */
/* icons */
.icon, ul.styled-list li:before, main ul:not(.unstyled-list) li:before, ol.styled-list li:before, main ol:not(.unstyled-list) li:before, #quickbar .phone:before, #quickbar li ul li a.phone:before, #quickbar li ul li a.email:before, #header .blueleft .btn-cont .phone:before, #footer .row.top-row .col > div span:before, .fixed-contacts > li.phone:before, .fixed-contacts > li.email:before, .fixed-contacts > li.openings:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: icomoon;
}

body, .page .entry-content {
  margin: 0 !important;
}

.hfe-nav-menu {
  font-size: 0.88889rem;
  /*font-weight: 300;*/
  height: 100%;
}

#navigation.sticky {
  min-height: initial;
}

.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-arrow i:before {
  content: "\ea3e";
  font-weight: 300;
  color: var(--e-global-color-accent);
}

@font-face {
  font-family: "Noto Sans";
  src: url("fonts/Noto_Sans/static/NotoSans-Light.eot");
  src: local("Noto Sans Light"), local("NotoSans-Light"), url("fonts/Noto_Sans/static/NotoSans-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Noto_Sans/static/NotoSans-Light.woff2") format("woff2"), url("fonts/Noto_Sans/static/NotoSans-Light.woff") format("woff"), url("fonts/Noto_Sans/static/NotoSans-Light.ttf") format("truetype"), url("fonts/Noto_Sans/static/NotoSans-Light.svg#NotoSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
html, body,
button,
input,
select,
optgroup,
textarea {
  font-weight: 300;
}

/*html {
  color: #272727;
  font-family: "Noto Sans",sans-serif;
  font-size: 112.5%;
  line-height: 1.66667rem;
  hyphens: manual;
  font-weight: 300;
}*/
/*
html {
  font-family: "Noto Sans", sans-serif;
  font-size: 112.5%;
  line-height: 1.66667rem;
  hyphens: manual;
  font-weight: 300;
  color: #272727;
}*/
@font-face {
  font-family: "Noto Sans";
  src: url("fonts/Noto_Sans/static/NotoSans-Light.eot");
  src: local("Noto Sans Light"), local("NotoSans-Light"), url("fonts/Noto_Sans/static/NotoSans-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Noto_Sans/static/NotoSans-Light.woff2") format("woff2"), url("fonts/Noto_Sans/static/NotoSans-Light.woff") format("woff"), url("fonts/Noto_Sans/static/NotoSans-Light.ttf") format("truetype"), url("fonts/Noto_Sans/static/NotoSans-Light.svg#NotoSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:after {
  border-width: 1px;
}

#footer-info-a {
  max-width: 90rem;
}

b, strong, a {
  /*@include notosans-fontface("Bold", 700, normal);*/
  font-weight: 700;
}

#act_phone:before {
  font-family: "icomoon", serif !important;
  content: "\e91a";
  margin-right: 0.5rem;
  color: #fff;
  font-size: 1.2em;
  vertical-align: -0.1em;
  display: inline-block;
}
#act_phone > span {
  display: inline-block;
}

.outer-image {
  margin-left: -20%;
}
.outer-image img {
  width: 120%;
}
