h1 {
  margin-top: 50px;
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  font-size: 27px;
  line-height: 33px;
  font-weight: 300;
  letter-spacing: 4px;
}

p {
  margin-bottom: 10px;
  margin-left: 3px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.navigationsbar {
  background-color: transparent;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 690px;
  height: 250px;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.logo {
  display: block;
  height: 200px;
}

.fotoelement {
  height: 350px;
  background-image: url('../images/--.jpg');
  background-position: 50% 41%;
  background-size: cover;
  background-attachment: fixed;
}

.adresselement {
  padding-bottom: 30px;
}

.kleine-schrift {
  font-size: 12px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
}

.container-logo {
  margin-right: 0px;
  margin-left: 0px;
}

.navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.logoblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/DSC03539.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.navigationselemente {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-top: 9px;
  padding-right: 45px;
  padding-left: 0px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Lato, sans-serif;
  color: #333;
}

.button:hover {
  color: #b03503;
}

.willkommen {
  padding-top: 21px;
  padding-bottom: 21px;
}

.rot {
  color: #b03503;
}

.liste {
  padding-left: 20px;
  list-style-type: square;
}

.fotoelement2 {
  height: 350px;
}

.fotos {
  height: 350px;
}

.foto1 {
  background-image: url('../images/DSC06692.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.foto2 {
  background-image: url('../images/DSC06667.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.foto3 {
  background-image: url('../images/DSC06682.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.foto4 {
  background-image: url('../images/DSC06677.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.foto5 {
  background-image: url('../images/DSC06670.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.navigation {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: transparent;
}

.navlink {
  margin-bottom: 14px;
  margin-left: 14px;
  float: left;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 64px;
  background-color: hsla(0, 0%, 100%, 0.6);
}

.navmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
}

.navigationselement {
  margin-top: 5%;
}

.hintergrund-start {
  background-image: url('../images/Steuerberaterin-Maren-Wolter.png');
  background-position: 43% 47%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hintergrund-quergestreift {
  background-image: url('../images/Hintergrund.gif');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.textbereich {
  background-color: #fff;
}

.abstandshalter {
  height: 15px;
  background-color: #b03503;
}

.fuzeile {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
}

.paragraph {
  margin-bottom: 10px;
  font-weight: 400;
  text-decoration: none;
}

.paragraph.abstand-oben {
  margin-top: 20px;
}

.column {
  padding-right: 50px;
}

.logo-startseite2 {
  height: 225px;
}

.row {
  padding-bottom: 75px;
}

.foto {
  margin-top: 50px;
  padding-left: 20px;
}

.textlink {
  color: #b03503;
  text-decoration: none;
}

.textlink:hover {
  color: #000;
  text-decoration: underline;
}

.map {
  height: 250px;
}

.fotoelement-willkommen {
  background-image: url('../images/DSC03541.jpg');
  background-position: 50% 84%;
  background-size: cover;
  background-repeat: no-repeat;
}

.logoelement-start {
  width: 230px;
}

.abstand-oben-nav {
  margin-top: 35px;
}

.fotoelement-profil {
  background-image: url('../images/sl_DSC06667.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.fotoelement-portrait {
  background-image: url('../images/sl_DSC06672.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.fotoelement-kontakt {
  background-image: url('../images/sl_DSC06677.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.fotoelement-impressum {
  background-image: url('../images/DSC06682.JPG');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.marenwolter {
  position: static;
  width: 76%;
  float: none;
}

.link {
  color: #2c2c2c;
  text-decoration: none;
}

.heading {
  margin-top: 0px;
  margin-bottom: 19px;
  font-family: 'Open Sans', sans-serif;
  font-size: 27px;
  line-height: 33px;
  font-weight: 300;
  letter-spacing: 2px;
}

.heading-2 {
  margin-bottom: 3px;
  color: #bdbdbd;
  font-size: 15px;
  line-height: 15px;
}

@media screen and (max-width: 991px) {
  .slider {
    width: 478px;
  }

  .containerelement {
    padding-left: 0px;
  }

  .fuzeile {
    font-size: 10px;
  }

  .logobild.logobild-tablet {
    height: 180px;
  }

  .logo-startseite2.logo2 {
    height: 180px;
  }

  .logo-startseite2.logo3.logo4 {
    height: 180px;
  }

  .logo-tablet-pc {
    height: 175px;
  }

  .button-navi {
    background-color: #b03503;
    color: #fff;
  }

  .knopf {
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 15px;
    background-color: #b03503;
    color: #fff;
  }

  .knopf.w--open {
    background-color: #b03503;
  }

  .fotoelement-willkommen {
    background-image: url('../images/Steuerberaterin-Maren-Wolter.png');
    background-position: 50% 42%;
    background-size: cover;
  }

  .navigationsmenu-mobil {
    background-color: hsla(0, 0%, 100%, 0.92);
  }

  .mittig {
    text-align: center;
  }

  .mittig.w--current {
    color: #b03503;
  }

  .logoelement-start {
    width: 175px;
  }

  .menue {
    font-family: Lato, sans-serif;
    font-size: 8px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 22px;
  }

  .fuzeile {
    font-size: 8px;
  }

  .paragraph {
    font-size: 13px;
    line-height: 18px;
  }

  .logobild {
    margin-left: -10px;
  }

  .logobild.logobild-tablet.logobild-mobil-quer {
    height: 140px;
  }

  .logo-startseite2.logo3 {
    height: 150px;
    margin-left: -10px;
  }

  .logo-startseite2.logo4 {
    margin-left: -10px;
  }

  .logo-tablet-pc {
    margin-left: -10px;
  }

  .logo-tel-bild {
    margin-left: -10px;
  }

  .knopf {
    padding: 10px;
  }

  .fotoelement-willkommen {
    background-position: 50% 37%;
  }

  .logoelement-start {
    width: 150px;
    margin-left: -10px;
  }

  .foto-quadratisch-portrait {
    width: 100%;
    height: 300px;
    background-image: url('../images/MarenWolter-1.jpg');
    background-position: 50% -106px;
    background-size: 428px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 17px;
  }

  .fuzeile {
    padding-right: 10px;
    padding-left: 11px;
  }

  .column {
    padding-right: 10px;
  }

  .logobild.logobild-tablet.logobild-mobil-quer.logobild-mobil-hoch {
    height: 100px;
  }

  .logo-startseite2.logo4 {
    height: 100px;
    margin-left: -10px;
  }

  .logo-tel-bild {
    height: 100px;
    margin-left: -10px;
  }

  .foto {
    padding-right: 0px;
    padding-left: 0px;
  }

  .knopf {
    padding: 10px;
  }

  .logoelement-start {
    width: 125px;
  }

  .icon {
    font-size: 19px;
    text-align: center;
  }

  .foto-quadratisch-portrait {
    width: 300px;
    height: 300px;
    margin-top: 30px;
    background-image: url('../images/MarenWolter-1.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}