@font-face { font-family: 'Lato';
             src: url('../font/lato-light-webfont.woff') format('woff');
             font-weight: 300; }
@font-face { font-family: 'Lato';
             src: url('../font/lato-lightitalic-webfont.woff') format('woff');
             font-style: italic;
             font-weight: 300; }
@font-face { font-family: 'Lato';
             src: url('../font/lato-regular-webfont.woff') format('woff');
             font-weight: 400; }
@font-face { font-family: 'Lato';
             src: url('../font/lato-italic-webfont.woff') format('woff');
             font-style: italic;
             font-weight: 400; }
@font-face { font-family: 'Lato';
             src: url('../font/lato-bold-webfont.woff') format('woff');
             font-weight: 700; }
@font-face { font-family: 'Lato';
             src: url('../font/lato-bolditalic-webfont.woff') format('woff');
             font-style: italic;
             font-weight: 700; }
@font-face { font-family: 'Lato';
             src: url('../font/lato-black-webfont.woff') format('woff');
             font-weight: 900; }
@font-face { font-family: 'Lato';
             src: url('../font/lato-blackitalic-webfont.woff') format('woff');
             font-style: italic;
             font-weight: 900; }
@font-face { font-family: 'Lato';
             src: url('../font/lato-light-webfont.woff2') format('woff2');
             font-weight: 300; }
@font-face { font-family: 'Lato';
             src: url('../font/lato-lightitalic-webfont.woff2') format('woff2');
             font-style: italic;
             font-weight: 300; }
@font-face { font-family: 'Lato';
             src: url('../font/lato-regular-webfont.woff2') format('woff2');
             font-weight: 400; }
@font-face { font-family: 'Lato';
             src: url('../font/lato-italic-webfont.woff2') format('woff2');
             font-style: italic;
             font-weight: 400; }
@font-face { font-family: 'Lato';
             src: url('../font/lato-bold-webfont.woff2') format('woff2');
             font-weight: 700; }
@font-face { font-family: 'Lato';
             src: url('../font/lato-bolditalic-webfont.woff2') format('woff2');
             font-style: italic;
             font-weight: 700; }
@font-face { font-family: 'Lato';
             src: url('../font/lato-black-webfont.woff2') format('woff2');
             font-weight: 900; }
@font-face { font-family: 'Lato';
             src: url('../font/lato-blackitalic-webfont.woff2') format('woff2');
             font-style: italic;
             font-weight: 900; }
			 
html {
/* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

/*Cookie-Zusatz Anfang*/

@use postcss-cssnext;
/* helpers/fixed.css */

.cookie-fixed {
  position: fixed;
  will-change: transform;
  line-height: 1.5em;
}

.cookie-fixed--top {
  top: 0;
  left: 0;
  right: 0;
}

/* modules/button.css */

:root {
  --buttonBorderWidth: 0.0625em;
  --buttonPaddingHorizontal: 1em;
  --buttonPaddingVertical: 0.5em;

  --buttonHoverBackgroundColor: #f08005;
}

button {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  margin: 0;
  padding: 0;
}

.cookie-button {
  border-style: solid;
  border-width: var(--buttonBorderWidth);
  padding: var(--buttonPaddingVertical) var(--buttonPaddingHorizontal);
  position: relative;
  width: 80px;
}

.cookie-button::after {
  background-color: var(--buttonHoverBackgroundColor);
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s;
  will-change: opacity;
  z-index: -1;
}

.cookie-button:focus::after,
.cookie-button:hover::after {
  opacity: 1;
}

/* modules/cookie-disclaimer.css */

:root {
  --cookieDisclaumerBackgroundColor: rgba(255,255,255,0.7);
  --cookieDisclaumerColor: #000;
  --cookieDisclaumerFontSize: 0.75rem;
  --cookieDisclaumerPadding: 0.75rem;
}

.cookie-disclaimer {
  background-color: var(--cookieDisclaumerBackgroundColor);
  color: var(--cookieDisclaumerColor);
  font-size: var(--cookieDisclaumerFontSize);
  opacity: 0;
  padding: var(--cookieDisclaumerPadding);
  transform: translateY(100%);
  transition: opacity 0.3s, transform 0.5s;
}

.cookie-disclaimer.is-active {
  opacity: 1;
  transform: translateY(0);
  z-index: 3600;
}

.cookie-disclaimer :first-child {
  margin-top: 0;
}

.cookie-disclaimer :last-child {
  margin-bottom: 0;
}

/* modules/media.css */

:root {
  --mediaObjectMarginHorizontal: 1em;
}

.media {
  display: flex;
}

.media--center {
  align-items: center;
}

.media__object--left {
  margin-right: var(--mediaObjectMarginHorizontal);
}

.media__object--right {
  margin-left: var(--mediaObjectMarginHorizontal);
  order: 1;
}

.media__body {
  flex-grow: 1;
}

.p-cookie {
  font-size: 12px;
  line-height: 16px;
}

/*Cookie-Zusatz Ende*/

.link-weiss {
  color: #f08005;
  text-decoration: none;
}

.link-weiss:hover {
  color: #f08005;
  text-decoration: none;
}

.link-weiss.w--current {
  color: #f08005;
  text-decoration: none;
}

body {
  font-family: 'Lato', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 0 0 6px hsla(0, 0%, 100%, .66);
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #f08005;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: -5px;
  margin-bottom: 20px;
  color: #85bc3c;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #f08005;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
}

a {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #f08005;
  text-decoration: none;
}

a:hover {
  color: #000;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  color: #666;
  font-size: 20px;
  line-height: 22px;
  font-style: italic;
  font-weight: 300;
}

.hero-section {
  position: relative;
  padding-top: 215px;
  padding-bottom: 125px;
  background-image: url('../images/Stimmung_Veraenderung_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-section.blog-post-hero {
  padding-bottom: 150px;
}

.hero-section.home-page-hero {
  padding-top: 160px;
  padding-bottom: 145px;
  background-image: url('../images/Stimmung_Veraenderung_2.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.hero-section.methoden {
  position: relative;
  background-image: url('../images/Psychologische-Beratung_Lotusbluete.jpg');
}

.hero-section.beratung {
  position: relative;
  background-image: url('../images/Therapieraum_Praxis_Hero_2.jpg');
}

.hero-section.ueber-mich {
  position: relative;
  background-image: url('../images/Psychologische-Beratung_Kosten.jpg');
  background-position: 50% 50%;
}

.hero-section.kosten {
  position: relative;
  background-image: url('../images/Psychologische-Beratung_Kosten.jpg');
  background-position: 50% 50%;
}

.hero-section.kontakt {
  position: relative;
  background-image: url('../images/Stimmung_Veraenderung.jpg');
}

.hero-section.impressum {
  position: relative;
  background-image: url('../images/Stimmung_Veraenderung.jpg');
}

.nav {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: hsla(0, 0%, 100%, .8);
}

.nav-link {
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
  opacity: 0.6;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  color: #000;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 1;
  color: #f08005;
}

.nav-link.w--current {
  opacity: 1;
  color: #f08005;
}

.nav-link.footer-link {
  margin-top: 0px;
  padding: 5px 10px 10px;
  float: right;
  color: #fff;
  text-decoration: none;
}

.section {
  padding-top: 70px;
  padding-bottom: 40px;
}

.section.top-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.gray-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ececec;
}

.section.section-abgesetzt {
  background-color: rgba(240, 128, 5, .12);
}

.section.section-abgesetzt.mitzert {
  padding-top: 80px;
}

.hero-container {
  position: relative;
  top: -70px;
  padding: 5px;
  background-color: #fff;
}

.hero-container.project-container {
  padding: 10px;
}

._100block {
  width: 100%;
  height: 300px;
  padding: 5px;
  float: none;
}

.hero-tile {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.tile-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: url('../images/Therapieraum_Praxis_Hero_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
}

.tile-image:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.tile-image.hire {
  background-image: url('../images/Jutta-Biermanns.jpg');
}

.tile-image-methoden {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: url('../images/Psychologische-Beratung_Lotusbluete.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
}

.tile-image-methoden:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.tile-text {
  position: absolute;
  left: 25px;
  bottom: 24px;
  z-index: 20;
  color: #fff;
  font-size: 27px;
  line-height: 30px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .37);
}

._40block {
  position: relative;
  width: 40%;
  height: 300px;
  padding: 5px;
  float: left;
}

._60block {
  width: 60%;
  height: 300px;
  padding: 5px;
  float: left;
}

.footer-section {
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: #2a2a2a;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
}

.nav-menu {
  margin-top: 80px;
}

.tile-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.contact-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, .9);
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.close-link {
  display: block;
  margin-bottom: 20px;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.close-link:hover {
  opacity: 1;
  color: #fff;
}

.text-field {
  height: 50px;
  border: 1px solid rgba(0, 0, 0, .7);
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, .1);
  font-size: 16px;
}

.text-field:focus {
  border-color: hsla(0, 0%, 100%, .3);
  color: #fff;
}

.text-field.text-area {
  height: 120px;
}

.form-wrapper {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.submit-button {
  display: block;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 3px;
  background-color: #55acee;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 17px;
}

.submit-button:hover {
  background-color: #3765a3;
}

.contact-heading {
  color: #fff;
  font-size: 30px;
  line-height: 32px;
}

.small-divider {
  display: block;
  width: 80px;
  height: 2px;
  margin: 10px auto;
  background-color: #fff;
  opacity: 0.2;
}

.small-divider.dark-divider {
  background-color: #000;
}

.contact-text {
  margin-bottom: 20px;
  opacity: 0.7;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.success-message {
  background-color: #2bab68;
}

.success-text {
  margin-bottom: 0px;
  color: #fff;
}

.hero-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
}

.cta-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #85bc3c;
  text-align: center;
}

.cta-heading {
  margin-bottom: 18px;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
}

.button {
  padding: 15px 40px;
  border: 1px solid #f08005;
  background-color: #f08005;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 14px;
  text-transform: uppercase;
}

.button:hover {
  border: 1px solid #f08005;
  background-color: #fff;
  color: #f08005;
}

.project-image {
  height: 250px;
  border-radius: 3px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 700ms ease;
  transition: -webkit-transform 700ms ease;
  transition: transform 700ms ease;
  transition: transform 700ms ease, -webkit-transform 700ms ease;
}

.project-image:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.project-block {
  padding: 8px;
}

.project-title {
  position: absolute;
  left: 25px;
  bottom: 25px;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .4);
}

.project-tag {
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 9px 10px 8px;
  border-radius: 3px;
  opacity: 1;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}

.project-link {
  display: block;
  overflow: hidden;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #333;
  text-decoration: none;
}

.project-link:hover {
  color: #55acee;
}

.project-link.blog-link {
  height: 340px;
}

.project-link.blog-link:hover {
  color: #333;
}

.alternate-image {
  height: 360px;
  margin-bottom: 15px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.project-text {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.center {
  text-align: center;
}

.blog-block {
  position: relative;
  padding: 10px;
}

.blog-image {
  position: relative;
  height: 100%;
  margin-bottom: 10px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-title {
  margin-bottom: 5px;
  padding-right: 5px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.blog-description {
  margin-bottom: 10px;
  color: #666;
}

.blog-date {
  position: absolute;
  left: 10px;
  top: 13px;
  z-index: 10;
  color: #fff;
}

.blog-author {
  display: inline-block;
  margin-right: 3px;
  color: #888;
  font-style: italic;
}

.blog-category {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  padding: 7px 8px;
  border-radius: 3px;
  opacity: 1;
  color: #fff;
  line-height: 14px;
}

.blog-post-wrapper {
  padding-top: 30px;
}

.blog-details {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  opacity: 0.7;
  color: #fff;
  font-size: 16px;
}

.hero-text-wrapper {
  position: relative;
  z-index: 10;
  text-align: center;
}

.author-wrapper {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  text-align: center;
}

.author-image {
  width: 150px;
  margin-bottom: 5px;
  border-radius: 200px;
}

.author-name {
  color: #444;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.author-bio {
  color: #666;
  font-size: 17px;
  line-height: 23px;
}

.home-page-heading {
  display: block;
  width: 65%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: 0px;
  text-transform: none;
  text-shadow: none;
}

.tile-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}

.blog-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 180px;
  margin-bottom: 10px;
}

.brand {
  margin-top: -5px;
  margin-bottom: 5px;
  padding: 5px;
}

.brand.w--current {
  margin-top: -5px;
  margin-bottom: 5px;
  padding: 5px;
}

.copyright {
  font-size: 12px;
  line-height: 20px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row {
  margin-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.row-ueber-mich {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.li {
  margin-bottom: -4px;
}

.ul {
  padding-left: 20px;
  font-style: italic;
}

.p-italic {
  font-style: italic;
}

.col1 {
  padding-right: 20px;
}

.col2 {
  padding-left: 20px;
}

.p-orange-italic {
  color: #f08005;
  font-style: italic;
}

.a-ohne {
  color: #000;
}

.ueber-mich-foto {
  width: 200px;
  height: 200px;
  border: 2px solid #f08005;
  border-radius: 150px;
  background-image: url('../images/jutta.jpg');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.ueber-mich-foto.zertifikat {
  background-image: url('../images/Zertifikat.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.zertifikat-section {
  margin-top: -50px;
  margin-bottom: -55px;
  text-align: center;
}

.h3-im-text {
  margin-top: 25px;
  margin-bottom: 30px;
  text-align: center;
}

.p-zweispaltig {
  -webkit-column-count: 2;
  column-count: 2;
}

.heading {
  text-shadow: 0 0 6px #fff;
}

html.w-mod-js *[data-ix="tile-1"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-2"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-3"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-4"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="hero-text"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

@media (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .hero-section {
    padding-top: 88px;
  }
  .hero-section.home-page-hero {
    padding-top: 110px;
    padding-right: 114px;
    padding-left: 114px;
  }
  .nav {
    padding-top: 10px;
  }
  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .nav-link.footer-link {
    margin-top: 0px;
  }
  .section.top-section {
    padding-bottom: 0px;
  }
  .tile-text {
    left: 22px;
    bottom: 22px;
    font-size: 30px;
    line-height: 33px;
  }
  .menu-button {
    margin-top: 35px;
    color: #f08005;
  }
  .menu-button.w--open {
    background-color: #f08005;
    color: #fff;
  }
  .nav-menu {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 15px;
    background-color: #fff;
  }
  .contact-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .form-wrapper {
    width: 70%;
  }
  .project-text {
    width: 90%;
  }
  .blog-block {
    padding: 4px;
  }
  .home-page-heading {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 0px;
    font-size: 36px;
    line-height: 40px;
  }
  .blog-image-wrapper {
    height: 170px;
    margin-bottom: 10px;
  }
  .ueber-mich-foto {
    width: 170px;
    height: 170px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 41px;
  }
  h2 {
    margin-bottom: 20px;
  }
  h3 {
    margin-top: 15px;
  }
  .hero-section {
    padding-top: 135px;
    padding-bottom: 35px;
  }
  .hero-section.blog-post-hero {
    padding-bottom: 70px;
  }
  .hero-section.home-page-hero {
    padding-right: 46px;
    padding-bottom: 60px;
    padding-left: 46px;
  }
  .nav-link.footer-link {
    float: none;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.top-section.home-page {
    padding-right: 5px;
    padding-left: 5px;
  }
  .hero-container {
    top: auto;
    padding: 5px 0px;
  }
  .tile-text {
    left: 17px;
    bottom: 14px;
    font-size: 23px;
    line-height: 29px;
  }
  .footer-section {
    text-align: center;
  }
  .menu-button {
    margin-top: 22px;
  }
  .footer-link-col {
    text-align: center;
  }
  .form-wrapper {
    width: 80%;
  }
  .cta-heading {
    font-size: 30px;
    line-height: 36px;
  }
  .project-title {
    font-size: 25px;
    line-height: 28px;
  }
  .project-link.blog-link {
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
  .project-text {
    width: 100%;
  }
  .blog-post-wrapper {
    padding-top: 0px;
  }
  .author-wrapper {
    width: 90%;
    margin-bottom: 39px;
  }
  .home-page-heading {
    margin-top: 70px;
    margin-bottom: -10px;
    font-size: 32px;
    line-height: 32px;
  }
  .brand-img {
    width: 115px;
  }
  .row.row-ueber-mich {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .col1 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .col2 {
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .ueber-mich-foto {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .p-zweispaltig {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .div-center {
    text-align: center;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 24px;
    line-height: 32px;
  }
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
  h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .hero-section.blog-post-hero {
    padding-bottom: 60px;
  }
  .hero-section.home-page-hero {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero-section.impressum {
    padding-top: 115px;
  }
  .nav-link.footer-link {
    display: block;
    font-size: 13px;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .section.section-abgesetzt {
    padding-bottom: 30px;
  }
  ._100block {
    width: 100%;
  }
  .tile-text {
    left: 30px;
    bottom: 30px;
    font-size: 35px;
    line-height: 35px;
  }
  ._40block {
    width: 100%;
  }
  ._60block {
    width: 100%;
  }
  .menu-button {
    margin-top: 12px;
  }
  .close-link:hover {
    color: #fff;
  }
  .form-wrapper {
    width: 90%;
  }
  .cta-heading {
    font-size: 22px;
    line-height: 28px;
  }
  .project-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .project-title {
    left: 15px;
    bottom: 25px;
    font-size: 20px;
    line-height: 25px;
  }
  .project-tag {
    right: 18px;
  }
  .project-link.blog-link {
    margin-bottom: 15px;
  }
  .blog-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .blog-details {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 14px;
  }
  .author-wrapper {
    width: 100%;
  }
  .home-page-heading {
    margin-top: 30px;
    margin-bottom: -20px;
    font-size: 28px;
    line-height: 30px;
  }
  .brand-img {
    width: 95px;
  }
}

