@charset "UTF-8";
/* Stylesheet for Steuerbüro Rump */
/* fonts */
@font-face {
  font-family: headline;
  src: url("../fonts/pt-serif-bold.woff");
  src: url("../fonts/pt-serif-bold.woff") format("woff"), url("../fonts/pt-serif-bold.ttf") format("truetype"); }
@font-face {
  font-family: serif-italic;
  src: url("../fonts/pt-serif-italic.woff");
  src: url("../fonts/pt-serif-italic.woff") format("woff"), url("../fonts/pt-serif-italic.ttf") format("truetype"); }
@font-face {
  font-family: italic;
  src: url("../fonts/pt-sans-italic.woff");
  src: url("../fonts/pt-sans-italic.woff") format("woff"), url("../fonts/pt-sans-italic.ttf") format("truetype"); }
@font-face {
  font-family: paragraph;
  src: url("../fonts/pt-sans-regular.woff");
  src: url("../fonts/pt-sans-regular.woff") format("woff"), url("../fonts/pt-sans-regular.ttf") format("truetype"); }
/* colors.scss */
/* 	Beispiel


	.zero {
		padding: 0;
		margin: 0;
	}

	wird eingebunden als:

	element {
		@extend .zero;
	}

*/
.margin-40, nav, div.slogan, div#content h1, div#content div.wrapper div, div#content.finanzbf.anfahrt div.wrapper div {
  margin-right: 3.33333%;
  margin-left: 3.33333%; }

body {
  margin: 0;
  padding: 0;
  background: #ece5ce;
  overflow-y: scroll;
  margin-bottom: 50px; }

div.wrapper {
  max-width: 1200px;
  margin: 0 auto; }

header {
  padding-bottom: 70px;
  background: white; }

.clear {
  clear: both; }

.mobil {
  display: none; }
  @media screen and (max-width: 1023px) {
    .mobil {
      display: block; } }

div.mobil {
  overflow: auto;
  position: relative;
  margin-bottom: 25px;
  padding-top: 20px; }
  div.mobil > img {
    max-width: 50px;
    float: right;
    position: absolute;
    top: 65px;
    right: 3.33333%; }
    @media screen and (max-width: 450px) {
      div.mobil > img {
        max-width: 35px;
        top: 60px; } }
  div.mobil a {
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    text-align: center; }
    div.mobil a img {
      max-width: 180px;
      margin: 0 auto; }
      @media screen and (max-width: 450px) {
        div.mobil a img {
          max-width: 150px; } }

@media screen and (max-width: 1199px) {
  nav {
    width: 1030px;
    margin: 0 auto; } }
@media screen and (max-width: 1099px) {
  nav {
    width: 910px; } }
/* @media screen and (max-width: 1010px) {
  nav {
    width: 835px; } } */
@media screen and (max-width: 1023px) {
  nav {
    display: none; } }
nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center; }
  @media screen and (max-width: 1023px) {
    nav ul {
      background: white;
      position: absolute;
      width: 300px;
      border: 1px solid;
      padding: 20px;
      margin: 0 27.88462%;
      box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.5); } }
  nav ul li {
    display: inline-block;
    position: relative;
    margin: 0 2.03571%;
    top: -70px;
    height: 38px; }
    @media screen and (max-width: 1099px) {
      nav ul li {
        margin: 0 1%; } }
    @media screen and (max-width: 1010px) {
      nav ul li {
        top: -55px; } }
    @media screen and (max-width: 1023px) {
      nav ul li {
        display: list-item;
        height: auto;
        margin: 0;
        top: 0;
        border-bottom: 1px solid;
        margin-bottom: 10px;
        padding-bottom: 6px; }
        nav ul li:last-of-type {
          border-bottom: none; } }
    nav ul li a, nav ul li span {
      font-family: serif-italic;
      font-size: 22px;
      color: black;
      text-decoration: none;
      cursor: pointer;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      display: block;
      padding-bottom: 4px; }
      nav ul li a.active, nav ul li span.active {
        border-bottom: 5px solid #a1803e; }
      nav ul li a img, nav ul li span img {
        width: 170px;
        margin-top: 20px;
        max-width: 170px; }
        @media screen and (max-width: 1010px) {
          nav ul li a img, nav ul li span img {
            max-width: 180px; } }
      @media screen and (max-width: 1199px) {
        nav ul li a, nav ul li span {
          font-size: 19px; } }
    nav ul li ul {
      position: absolute;
      top: 50px;
      background: white;
      border: 1px solid black;
      z-index: 2;
      padding: 10px 0;
      width: 285px;
      display: none; }
      nav ul li ul div {
        background: url(../img/menue-ecke.svg) no-repeat top right;
        height: 10px;
        position: absolute;
        width: 30px;
        top: -1px; }
      nav ul li ul li {
        display: list-item;
        position: initial;
        margin: 10px 10px !important;
        top: 0;
        height: auto;
        border-bottom: 1px solid black; }
        nav ul li ul li a {
          font-family: italic;
          font-size: 18px;
          line-height: 30px;
          letter-spacing: 0.03em; }
        nav ul li ul li:hover a {
          border-bottom: none;
          color: #a1803e; }
        nav ul li ul li:last-of-type {
          border-bottom: none; }
      @media screen and (max-width: 1023px) {
        nav ul li ul {
          display: block;
          position: initial;
          background: none;
          border: none;
          margin: 0;
          box-shadow: none; }
          nav ul li ul div {
            display: none; }
          nav ul li ul li {
            border-bottom: none;
            background: url(../img/list-dot.svg) no-repeat 0px 8px;
            background-size: 6px 12px;
            margin-left: 0 !important;
            padding-left: 12px; } }
    nav ul li:first-of-type {
      margin-left: 0; }
    nav ul li:last-of-type {
      margin-right: 0; }
    nav ul li:nth-of-type(3) {
      top: 0; }
      nav ul li:nth-of-type(3):hover a {
        border-bottom: none; }
      @media screen and (max-width: 1023px) {
        nav ul li:nth-of-type(3) {
          display: none; } }
    nav ul li:hover a, nav ul li:hover span {
      border-bottom: 5px solid #a1803e; }
    nav ul li:hover ul li a {
      border-bottom: none; }
    nav ul li.sub {
      padding-bottom: 20px; }

div.slogan p {
  font-family: headline;
  font-size: 33px;
  color: #a1803e;
  text-align: right;
  margin: 0; }
  @media screen and (max-width: 1010px) {
    div.slogan p {
      font-size: 25px; } }
  @media screen and (max-width: 787px) {
    div.slogan p {
      text-align: center; } }
  @media screen and (max-width: 450px) {
    div.slogan p {
      font-size: 21px; } }
  div.slogan p span {
    font-size: 50px; }
    @media screen and (max-width: 1010px) {
      div.slogan p span {
        font-size: 40px; } }
    @media screen and (max-width: 450px) {
      div.slogan p span {
        font-size: 30px; } }
  div.slogan p:first-of-type {
    text-align: left; }
    @media screen and (max-width: 787px) {
      div.slogan p:first-of-type {
        text-align: center; } }
  div.slogan p:last-of-type {
    text-align: left;
    margin-left: 4.91071%; }
    @media screen and (max-width: 787px) {
      div.slogan p:last-of-type {
        text-align: center;
        margin-left: 0; } }
div.slogan.finanzbf {
  width: 72%;
  margin: 33px auto; }
  div.slogan.finanzbf p:last-of-type {
    text-align: right; }
    @media screen and (max-width: 787px) {
      div.slogan.finanzbf p:last-of-type {
        text-align: center; } }

div#content {
  height: 100%;
  font-family: paragraph;
  font-size: 18px;
  line-height: 30px; }
  @media screen and (max-width: 1010px) {
    div#content {
      font-size: 16px;
      line-height: 26px; } }
  @media screen and (max-width: 450px) {
    div#content {
      text-align: center; } }
  div#content h1 {
    font-family: headline;
    font-size: 35px;
    color: #a1803e;
    border-bottom: 5px solid #a1803e;
    display: inline-block;
    font-weight: normal;
    padding-bottom: 10px; }
    @media screen and (max-width: 1010px) {
      div#content h1 {
        font-size: 28px; } }
  div#content h2 {
    font-family: headline;
    font-weight: normal;
    font-size: 22px;
    color: #a1803e;
    margin-bottom: 5px;
    margin-top: 13px; }
    @media screen and (max-width: 787px) {
      div#content h2 {
        margin-bottom: 13px; } }
  div#content div.wrapper {
    padding-top: 35px;
    overflow: auto; }
    div#content div.wrapper div {
      width: 45%; }
      div#content div.wrapper div:nth-of-type(2) {
        margin-right: 3.33333%;
        float: left; }
        div#content div.wrapper div:nth-of-type(2) img {
          float: left;
          margin: 0 20px 10px  0; }
        @media screen and (max-width: 787px) {
          div#content div.wrapper div:nth-of-type(2) {
            width: auto;
            text-align: left; }
            div#content div.wrapper div:nth-of-type(2) img {
              float: right;
              margin: 0 0 10px  20px; } }
        @media screen and (max-width: 450px) {
          div#content div.wrapper div:nth-of-type(2) {
            clear: both;
            float: none;
            text-align: center; }
            div#content div.wrapper div:nth-of-type(2) img {
              clear: both;
              float: none; } }
      div#content div.wrapper div:last-of-type {
        float: right;
        margin-left: 0; }
        div#content div.wrapper div:last-of-type ul {
          padding: 0;
          margin: 0; }
          div#content div.wrapper div:last-of-type ul li {
            list-style-type: none;
            margin-bottom: 10px; }
        @media screen and (max-width: 787px) {
          div#content div.wrapper div:last-of-type {
            clear: both;
            width: auto;
            margin-left: 3.33333%; } }
  div#content.finanzbf h3 {
    font-family: headline;
    font-size: 20px;
    color: #a1803e;
    font-weight: normal;
    margin-bottom: 0; }
    div#content.finanzbf h3.single {
      margin-bottom: 31px; }
  div#content.finanzbf ul {
    padding-left: 0;
    margin-top: 0; }
    div#content.finanzbf ul li {
      list-style-type: none;
      background: url(../img/list-dot.svg) no-repeat 0px 8px;
      background-size: 6px 12px;
      padding-left: 12px;
      margin-bottom: 0 !important; }
  div#content.finanzbf img.near {
    display: none; }
  @media screen and (max-width: 787px) {
    div#content.finanzbf div.wrapper div:last-of-type {
      float: none; } }
  @media screen and (max-width: 450px) {
    div#content.finanzbf {
      text-align: left; }
      div#content.finanzbf div.wrapper div {
        text-align: left; } }
  div#content.finanzbf.anfahrt div.wrapper {
    overflow: hidden; }
    div#content.finanzbf.anfahrt div.wrapper h1:last-of-type {
      margin-top: 65px; }
    div#content.finanzbf.anfahrt div.wrapper div {
      width: 45%; }
      div#content.finanzbf.anfahrt div.wrapper div:nth-of-type(2), div#content.finanzbf.anfahrt div.wrapper div:nth-of-type(6) {
        margin-right: 3.33333%;
        float: left; }
        div#content.finanzbf.anfahrt div.wrapper div:nth-of-type(2) img, div#content.finanzbf.anfahrt div.wrapper div:nth-of-type(6) img {
          float: none;
          margin: 0;
          max-width: 540px; }
        div#content.finanzbf.anfahrt div.wrapper div:nth-of-type(2) a, div#content.finanzbf.anfahrt div.wrapper div:nth-of-type(6) a {
          color: black;
          text-decoration: none; }
        @media screen and (max-width: 787px) {
          div#content.finanzbf.anfahrt div.wrapper div:nth-of-type(2), div#content.finanzbf.anfahrt div.wrapper div:nth-of-type(6) {
            width: auto;
            text-align: left; }
            div#content.finanzbf.anfahrt div.wrapper div:nth-of-type(2) img, div#content.finanzbf.anfahrt div.wrapper div:nth-of-type(6) img {
              float: none;
              margin: 0; } }
        @media screen and (max-width: 450px) {
          div#content.finanzbf.anfahrt div.wrapper div:nth-of-type(2), div#content.finanzbf.anfahrt div.wrapper div:nth-of-type(6) {
            clear: both;
            float: none;
            text-align: center; }
            div#content.finanzbf.anfahrt div.wrapper div:nth-of-type(2) img, div#content.finanzbf.anfahrt div.wrapper div:nth-of-type(6) img {
              clear: both;
              float: none; } }
      div#content.finanzbf.anfahrt div.wrapper div:last-of-type, div#content.finanzbf.anfahrt div.wrapper div:nth-of-type(3) {
        float: right;
        margin-left: 0;
        position: relative; }
        div#content.finanzbf.anfahrt div.wrapper div:last-of-type img, div#content.finanzbf.anfahrt div.wrapper div:nth-of-type(3) img {
          position: absolute;
          cursor: pointer; }
        @media screen and (max-width: 787px) {
          div#content.finanzbf.anfahrt div.wrapper div:last-of-type, div#content.finanzbf.anfahrt div.wrapper div:nth-of-type(3) {
            clear: both;
            width: auto;
            margin-left: 3.33333%; } }
        div#content.finanzbf.anfahrt div.wrapper div:last-of-type h3, div#content.finanzbf.anfahrt div.wrapper div:nth-of-type(3) h3 {
          margin-bottom: 23px; }
  div#content.finanzbf.imprint p {
    margin-top: 0; }
