@font-face {
  font-family: "NantesWeb-Regular";
  src: url("../fonts/NantesWeb-Regular.woff2") format("woff2"), url("../fonts/NantesWeb-Regular.woff") format("woff"); }

@font-face {
  font-family: "NantesWeb-RegularItalic";
  src: url("../fonts/NantesWeb-RegularItalic.woff2") format("woff2"), url("../fonts/NantesWeb-RegularItalic.woff") format("woff"); }

:root {
  --colorGreen: #005464;
  --colorOrange: #ff5037;
  --colorOrangeLight: #fcf4f3; }

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=submit],
button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }

*, *:before, *:after {
  box-sizing: border-box; }

html {
  font-size: 15px;
  /*
	@media only screen and (max-width: 1718px) {
		font-size: 1vw;
	}
	*/ }
  @media only screen and (max-width: 1500px) {
    html {
      font-size: 1vw; } }
body {
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "NantesWeb-Regular";
  background-color: var(--colorGreen);
  overflow-x: hidden;
  overflow-y: scroll; }
  body.page {
    background-color: var(--colorOrangeLight); }

.preview_check {
  position: fixed;
  left: 10px;
  top: 10px;
  z-index: 999999; }

body .preview {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 0;
  height: auto;
  z-index: 999999;
  pointer-events: none;
  opacity: 0.4;
  display: block; }

.preview_check:checked + .preview {
  display: none; }

img {
  border: 0; }

main {
  width: 100%;
  overflow: hidden; }

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0; }

.innerwrapper {
  width: 92%;
  margin: 0 auto;
  max-width: 1380px;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 600px) {
    .innerwrapper {
      width: 86%; } }
.helper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 0;
  line-height: 0;
  opacity: 0.5;
  z-index: 999;
  pointer-events: none; }
  .helper img {
    width: 100%;
    height: auto; }

.section__top {
  background-color: var(--colorGreen);
  color: #FFFFFF; }
  .section__top .innerwrapper {
    padding: 7rem 0 6.2rem 0; }
  .section__top .text01,
  .section__top .text02 {
    font-size: 8rem;
    font-weight: normal;
    line-height: 0.949;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 600px) {
      .section__top .text01,
      .section__top .text02 {
        font-size: 10rem; } }
  .section__top .text01 {
    display: block;
    margin: 0;
    text-align: left;
    font-size: 4.5rem;
    line-height: 1.1; }
    @media only screen and (max-width: 600px) {
      .section__top .text01 {
        font-size: 5.5rem; } }
    .section__top .text01 span {
      display: block;
      /*
			&:last-child {
				padding-left: 0.85em;
			}
			*/ }
  .section__top .text02 {
    display: block;
    margin-right: 0;
    margin-left: auto;
    text-align: right;
    margin: 0;
    line-height: 0.8;
    margin-top: 0.85em;
    font-family: "NantesWeb-RegularItalic"; }
    .section__top .text02 span {
      display: block; }
      .section__top .text02 span:last-child {
        padding-right: 0.18em; }

em {
  font-family: "NantesWeb-RegularItalic";
  font-style: normal; }

.text__wrapper {
  margin: 0 auto;
  width: 90.8%;
  letter-spacing: 0.008em; }
  @media only screen and (max-width: 600px) {
    .text__wrapper {
      width: 100%; } }
.section__main .innerwrapper,
.section__private .innerwrapper,
.section__business .innerwrapper,
.section__leistungen .innerwrapper,
.section__about-me .innerwrapper {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem; }

h4 {
  font-weight: normal;
  margin-top: 0;
  color: var(--colorOrange);
  font-size: 2rem;
  margin-bottom: 0;
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 600px) {
    h4 {
      font-size: 4rem; } }
.section__main {
  background-color: #FFFFFF; }
  .section__main .text__wrapper {
    padding-top: 4.7rem;
    color: var(--colorGreen);
    position: relative;
    z-index: 2;
    font-size: 4.3rem;
    line-height: 1.12; }
    @media only screen and (max-width: 600px) {
      .section__main .text__wrapper {
        font-size: 5.3rem; } }
    .section__main .text__wrapper p {
      margin: 0; }
      .section__main .text__wrapper p:last-child {
        margin-top: 1.15em; }

.section__breaker {
  position: relative;
  z-index: 0;
  background-color: var(--colorOrangeLight); }
  .section__breaker .innerwrapper {
    padding-top: 7rem;
    padding-bottom: 7rem; }
  .section__breaker .text__wrapper {
    font-size: 5.8rem;
    line-height: 1.12;
    letter-spacing: 0;
    color: var(--colorOrange); }
    .section__breaker .text__wrapper p {
      margin: 0; }

footer {
  position: relative;
  z-index: 3;
  background-color: var(--colorGreen); }
  footer .innerwrapper {
    padding-top: 7.6rem;
    padding-bottom: 7.75rem; }
  footer .text__wrapper {
    font-size: 2.6rem;
    line-height: 1.3;
    letter-spacing: 0;
    color: var(--colorOrange);
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 60% 40%;
    grid-template-areas: "getintouch social" "getintouch headline" "copyright copyright"; }
    @media only screen and (max-width: 600px) {
      footer .text__wrapper {
        font-size: 5rem;
        align-items: start; } }
    footer .text__wrapper .get_in_touch {
      text-align: left;
      color: var(--colorOrange);
      grid-area: getintouch; }
      footer .text__wrapper .get_in_touch address {
        color: #FFFFFF;
        font-style: normal;
        font-size: 2rem;
        font-weight: 400;
        margin-top: -2rem;
        line-height: 1.3; }
        @media only screen and (max-width: 600px) {
          footer .text__wrapper .get_in_touch address {
            font-size: 4rem; } }
      footer .text__wrapper .get_in_touch p {
        margin-top: 0.75em; }
      footer .text__wrapper .get_in_touch h4 {
        margin: 0;
        font-size: 2rem;
        font-weight: 400;
        line-height: 1;
        color: #FFFFFF; }
        @media only screen and (max-width: 600px) {
          footer .text__wrapper .get_in_touch h4 {
            font-size: 4rem; } }
      footer .text__wrapper .get_in_touch a {
        color: inherit;
        position: relative;
        text-decoration: none; }
        footer .text__wrapper .get_in_touch a:hover {
          color: #FFFFFF; }
    footer .text__wrapper h1 {
      width: 100%;
      text-align: right;
      margin: 0;
      font-family: "NantesWeb-RegularItalic";
      font-size: 5.8rem;
      line-height: 0.8;
      font-weight: 400;
      letter-spacing: -0.005em;
      grid-area: headline;
      margin-top: auto; }
      footer .text__wrapper h1 span {
        display: block; }
        footer .text__wrapper h1 span:last-child {
          padding-right: 0.2em; }

.copyright {
  text-align: left;
  color: #FFFFFF;
  font-size: 1.25rem;
  margin-top: 2.6rem;
  line-height: 1.1;
  grid-area: copyright; }
  @media only screen and (max-width: 600px) {
    .copyright {
      font-size: 3rem;
      text-align: center;
      padding-top: 7rem; } }
  .copyright em {
    margin-right: 3em; }
  .copyright a {
    color: inherit;
    text-decoration: none; }
    .copyright a:hover {
      text-decoration: underline; }

.follow-us {
  text-align: right;
  color: #FFFFFF;
  font-size: 2rem;
  margin-top: 0;
  line-height: 1.1;
  grid-area: social;
  display: flex;
  justify-content: flex-end;
  margin-top: -0.2rem; }
  @media only screen and (max-width: 600px) {
    .follow-us {
      font-size: 4rem;
      flex-wrap: wrap; }
      .follow-us em {
        width: 100%;
        margin-bottom: 2rem; } }
  .follow-us a {
    color: inherit;
    text-decoration: none;
    position: relative;
    width: 3rem;
    display: block;
    font-size: 0;
    line-height: 0;
    margin-left: 1.9rem;
    /*
		&:before {
			content: '';
			display: block;
			position: absolute;
			right: 0;
			top: -0.15em;
			width: 1.5em;
			height: 1.5em;
			background-image: url("data:image/svg+xml;utf8,<svg width='34' height='34' viewbox='0 0 34 34' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><path id='a' d='M0 0h34v34H0z'/></defs><g fill='none' fill-rule='evenodd'><mask id='b' fill='%23fff'><use xlink:href='%23a'/></mask><path d='M10.408 2.544c-4.335 0-7.864 3.528-7.864 7.865v13.18c0 4.338 3.528 7.864 7.864 7.864H23.59c4.335 0 7.863-3.526 7.863-7.863V10.409c0-4.337-3.527-7.865-7.863-7.865H10.408zM23.59 34H10.408C4.67 34 0 29.33 0 23.59V10.409C0 4.669 4.67-.001 10.407-.001H23.59C29.33 0 34 4.67 34 10.41v13.18C34 29.33 29.33 34 23.59 34z' fill='%23FCF4F3' mask='url(%23b)'/><path d='M17 11.005a6 6 0 00-5.995 5.994A6 6 0 0017 22.992a6 6 0 005.994-5.993A6 6 0 0017 11.005M17 25.6c-4.744 0-8.602-3.858-8.602-8.601 0-4.741 3.858-8.6 8.602-8.6 4.743 0 8.602 3.859 8.602 8.6 0 4.743-3.859 8.6-8.602 8.6M28.775 7.463a2.239 2.239 0 11-4.48 0 2.24 2.24 0 014.48 0' fill='%23FCF4F3'/></g></svg>");	
			background-size: 100% 100%;
		}
		
		&:hover {
			color: var(--colorOrange);
			
			&:before {
				background-image: url("data:image/svg+xml;utf8,<svg width='34' height='34' viewbox='0 0 34 34' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><path id='a' d='M0 0h34v34H0z'/></defs><g fill='none' fill-rule='evenodd'><mask id='b' fill='%23fff'><use xlink:href='%23a'/></mask><path d='M10.408 2.544c-4.335 0-7.864 3.528-7.864 7.865v13.18c0 4.338 3.528 7.864 7.864 7.864H23.59c4.335 0 7.863-3.526 7.863-7.863V10.409c0-4.337-3.527-7.865-7.863-7.865H10.408zM23.59 34H10.408C4.67 34 0 29.33 0 23.59V10.409C0 4.669 4.67-.001 10.407-.001H23.59C29.33 0 34 4.67 34 10.41v13.18C34 29.33 29.33 34 23.59 34z' fill='%23ff5037' mask='url(%23b)'/><path d='M17 11.005a6 6 0 00-5.995 5.994A6 6 0 0017 22.992a6 6 0 005.994-5.993A6 6 0 0017 11.005M17 25.6c-4.744 0-8.602-3.858-8.602-8.601 0-4.741 3.858-8.6 8.602-8.6 4.743 0 8.602 3.859 8.602 8.6 0 4.743-3.859 8.6-8.602 8.6M28.775 7.463a2.239 2.239 0 11-4.48 0 2.24 2.24 0 014.48 0' fill='%23ff5037'/></g></svg>");	
			}
		}
		*/ }
    @media only screen and (max-width: 600px) {
      .follow-us a {
        width: 6rem; } }
    .follow-us a svg {
      width: 100%;
      height: auto; }

.section__default {
  background-color: var(--colorOrangeLight); }
  .section__default .innerwrapper {
    text-align: center;
    color: var(--colorGreen);
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3; }
    .section__default .innerwrapper .content {
      padding-left: 7rem;
      padding-right: 7rem;
      text-align: left; }
      @media only screen and (max-width: 600px) {
        .section__default .innerwrapper .content {
          padding-left: 0;
          padding-right: 0; } }
      .section__default .innerwrapper .content p {
        margin: 0.5em 0; }
      .section__default .innerwrapper .content hr {
        margin: 3rem 0;
        border: 0;
        border-top: 1px solid var(--colorOrange); }
        @media only screen and (max-width: 600px) {
          .section__default .innerwrapper .content hr {
            margin: 6rem 0; } }
    .section__default .innerwrapper a {
      color: inherit; }
    @media only screen and (max-width: 600px) {
      .section__default .innerwrapper {
        font-size: 4rem;
        padding-top: 6rem;
        padding-bottom: 6rem; } }
    .section__default .innerwrapper h1 {
      font-size: 5.8rem;
      line-height: 1.12;
      font-weight: normal;
      position: relative;
      z-index: 2;
      margin-top: 0;
      color: var(--colorOrange); }
      @media only screen and (max-width: 600px) {
        .section__default .innerwrapper h1 {
          font-size: 9rem; } }
.element01 {
  width: 76rem;
  height: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-87%);
          transform: translateX(-87%);
  top: -31rem;
  z-index: 0; }
  @media only screen and (max-width: 600px) {
    .element01 {
      width: 86rem; } }
.element02 {
  width: 38rem;
  height: auto;
  position: absolute;
  right: 50%;
  -webkit-transform: translate(160%);
          transform: translate(160%);
  top: 65rem;
  z-index: 0; }
  @media only screen and (max-width: 600px) {
    .element02 {
      top: 85rem; } }
.element03 {
  width: 49rem;
  height: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-125%);
          transform: translateX(-125%);
  top: 81rem;
  z-index: 0; }
  @media only screen and (max-width: 600px) {
    .element03 {
      top: 97rem; } }
.element04 {
  width: 50rem;
  height: auto;
  position: absolute;
  right: 50%;
  -webkit-transform: translate(115%);
          transform: translate(115%);
  top: 170rem;
  z-index: 0; }
  @media only screen and (max-width: 600px) {
    .element04 {
      top: 201rem; } }
.element05 {
  width: 48rem;
  height: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  top: 260rem;
  z-index: 0; }
  @media only screen and (max-width: 600px) {
    .element05 {
      width: 54rem;
      top: 285rem; } }
.element06 {
  width: 122rem;
  height: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-52%);
          transform: translateX(-52%);
  bottom: 0;
  z-index: 0; }

.subheadline {
  text-align: left;
  position: relative; }
  .subheadline .sub__logo {
    font-size: 7.5rem;
    font-weight: normal;
    line-height: 0.949;
    position: relative;
    z-index: 2;
    display: inline-block;
    text-align: right;
    margin: 0;
    line-height: 0.8;
    margin-top: 0.65em;
    margin-left: 3rem;
    font-family: "NantesWeb-RegularItalic";
    color: var(--colorGreen); }
    @media only screen and (max-width: 600px) {
      .subheadline .sub__logo {
        margin-left: 0;
        margin-bottom: 6rem;
        font-size: 9rem; } }
    .subheadline .sub__logo span {
      display: block; }
      .subheadline .sub__logo span:first-child {
        margin-right: -0.2em; }
      .subheadline .sub__logo span:last-child {
        padding-right: 0.18em; }
  .subheadline .add__headline {
    font-size: 5.5rem;
    font-family: "NantesWeb-RegularItalic";
    color: var(--colorGreen);
    line-height: 1;
    font-style: italic;
    margin: 0;
    position: absolute;
    font-weight: 400;
    left: 33.5rem;
    white-space: nowrap;
    top: calc(100% - 5.2rem); }
    @media only screen and (max-width: 600px) {
      .subheadline .add__headline {
        left: 39.5rem;
        top: calc(100% - 4.8rem); } }
    .subheadline .add__headline span:nth-child(2) {
      -webkit-transform: translateX(-9rem);
              transform: translateX(-9rem); }

.infoline h3 {
  text-align: right;
  font-size: 5.5rem;
  font-family: "NantesWeb-Regular";
  color: var(--colorOrange);
  line-height: 1;
  font-style: normal;
  margin: 0;
  font-weight: 400;
  margin-bottom: 0.35em; }

h2 {
  text-align: left;
  font-size: 3.4rem;
  font-family: "NantesWeb-RegularItalic";
  color: var(--colorGreen);
  line-height: 1;
  font-style: normal;
  margin: 0;
  font-weight: 400; }
  @media only screen and (max-width: 600px) {
    h2 {
      font-size: 5rem; } }
.content__holder .content {
  text-align: left;
  font-size: 1.85rem;
  line-height: 1.27;
  color: var(--colorGreen); }
  @media only screen and (max-width: 600px) {
    .content__holder .content {
      font-size: 4rem; } }
  .content__holder .content p {
    margin: 1.2em 0; }
  .content__holder .content h2 + p {
    margin-top: 0.8em; }
  .content__holder .content svg {
    width: 4.3em;
    height: auto;
    margin-right: 0.8em; }

.section__private {
  background-color: var(--colorOrangeLight); }
  .section__private .innerwrapper {
    padding-bottom: 5.1rem; }
    .section__private .innerwrapper .content__holder {
      margin-top: 10rem;
      padding-left: 4rem;
      padding-right: 4rem;
      display: grid;
      grid-template-columns: 41% 1fr;
      align-items: end; }
      @media only screen and (max-width: 600px) {
        .section__private .innerwrapper .content__holder {
          grid-template-columns: 100%;
          padding-left: 0;
          padding-right: 0; } }
.section__business {
  background-color: #FFFFFF; }
  .section__business .innerwrapper {
    padding-bottom: 4.1rem;
    padding-top: 1.3rem; }
    .section__business .innerwrapper .content__holder {
      margin-left: auto;
      margin-top: 3rem;
      padding-left: 4rem;
      padding-right: 4rem;
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
      @media only screen and (max-width: 600px) {
        .section__business .innerwrapper .content__holder {
          grid-template-columns: 100%;
          padding-left: 0;
          padding-right: 0; } }
      .section__business .innerwrapper .content__holder .infoline {
        margin-top: 4.3rem; }
      .section__business .innerwrapper .content__holder .content {
        text-align: left;
        width: 50%; }
        @media only screen and (max-width: 600px) {
          .section__business .innerwrapper .content__holder .content {
            width: 100%; } }
        .section__business .innerwrapper .content__holder .content h2 {
          text-align: right; }
          @media only screen and (max-width: 600px) {
            .section__business .innerwrapper .content__holder .content h2 {
              text-align: left; } }
.section__leistungen {
  background-color: var(--colorGreen); }
  .section__leistungen .innerwrapper {
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 5.1rem; }
    .section__leistungen .innerwrapper h4 {
      color: #FFFFFF; }
    .section__leistungen .innerwrapper .content__holder {
      display: grid;
      grid-template-columns: 1fr 1fr;
      padding-left: 4rem;
      padding-right: 4rem;
      margin-top: 5.2rem;
      gap: 0 2rem; }
      @media only screen and (max-width: 600px) {
        .section__leistungen .innerwrapper .content__holder {
          padding-left: 0;
          padding-right: 0;
          grid-template-columns: 100%; } }
      .section__leistungen .innerwrapper .content__holder .content {
        color: #FFFFFF; }
        .section__leistungen .innerwrapper .content__holder .content h2 {
          color: var(--colorOrange);
          line-height: 1.2;
          margin-left: 5rem; }
          @media only screen and (max-width: 600px) {
            .section__leistungen .innerwrapper .content__holder .content h2 {
              margin-left: 0; } }
        .section__leistungen .innerwrapper .content__holder .content ul {
          list-style-type: none;
          margin-left: 0;
          margin-right: 0;
          padding-left: 0;
          padding-right: 0; }
          .section__leistungen .innerwrapper .content__holder .content ul li {
            list-style-type: none;
            margin-left: 0;
            margin-right: 2.5rem;
            padding-left: 5rem;
            padding-right: 0;
            position: relative; }
            @media only screen and (max-width: 600px) {
              .section__leistungen .innerwrapper .content__holder .content ul li {
                padding-left: 9rem; } }
            .section__leistungen .innerwrapper .content__holder .content ul li:before {
              content: '';
              background-image: url("data:image/svg+xml;utf8,<svg width='43' height='9' viewBox='0 0 43 9' xmlns='http://www.w3.org/2000/svg'><path d='M35.72 2.764C30.414 1.369 28.762 0 28.762 0l-.145.097 2.337 3.842H0v.849h30.954l-2.337 3.843.145.096s1.652-1.369 6.958-2.764c5.306-1.394 4.848-1.066 7.272-1.599-2.424-.534-1.966-.205-7.272-1.6' fill='%23FEFEFE' fill-rule='evenodd'/></svg>");
              background-repeat: no-repeat;
              background-size: 2.2em auto;
              background-position: left 0.4em;
              width: 5rem;
              height: 100%;
              display: block;
              position: absolute;
              top: 0;
              left: 0; }
              @media only screen and (max-width: 600px) {
                .section__leistungen .innerwrapper .content__holder .content ul li:before {
                  background-size: 7rem auto;
                  width: 7rem; } }
.section__about-me {
  overflow: hidden; }
  .section__about-me .about-row_1 {
    position: relative;
    background-color: var(--colorOrangeLight); }
  .section__about-me .about-row_2,
  .section__about-me .about-row_4 {
    position: relative;
    background-color: #FFFFFF; }
    .section__about-me .about-row_2 .innerwrapper,
    .section__about-me .about-row_4 .innerwrapper {
      padding-top: 2rem;
      padding-bottom: 2rem; }
  .section__about-me .about-row_2 .content,
  .section__about-me .about-row_4 .content {
    font-size: 3.35rem;
    line-height: 1.25;
    text-align: left;
    color: var(--colorGreen); }
    @media only screen and (max-width: 600px) {
      .section__about-me .about-row_2 .content,
      .section__about-me .about-row_4 .content {
        font-size: 4rem; } }
  .section__about-me .read__more-button {
    font-size: 1.9rem;
    line-height: 1;
    margin-top: -2.5rem;
    font-family: "NantesWeb-RegularItalic";
    display: inline-flex;
    cursor: pointer; }
    @media only screen and (max-width: 600px) {
      .section__about-me .read__more-button {
        font-size: 4rem; } }
    .section__about-me .read__more-button svg {
      margin-left: 1rem;
      width: 1.7rem;
      height: auto; }
      @media only screen and (max-width: 600px) {
        .section__about-me .read__more-button svg {
          width: 3rem; } }
    .section__about-me .read__more-button.is-active svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .section__about-me .about-row_3 {
    position: relative;
    background-color: var(--colorOrangeLight); }
    .section__about-me .about-row_3 .innerwrapper {
      padding-top: 7.3rem;
      padding-bottom: 6rem; }
    .section__about-me .about-row_3 .content {
      font-size: 5rem;
      line-height: 1.1;
      text-align: center;
      color: var(--colorOrange); }
      @media only screen and (max-width: 600px) {
        .section__about-me .about-row_3 .content {
          font-size: 6rem; } }
      .section__about-me .about-row_3 .content P:first-child {
        margin-top: 0; }
      .section__about-me .about-row_3 .content .author {
        font-size: 2rem;
        text-align: center;
        margin-top: -2rem; }
  .section__about-me .about-row_4 .innerwrapper {
    padding-bottom: 6.5rem; }
    .section__about-me .about-row_4 .innerwrapper .content p:first-child {
      margin-bottom: -0.5rem; }
      @media only screen and (max-width: 600px) {
        .section__about-me .about-row_4 .innerwrapper .content p:first-child {
          margin-bottom: 0.5em; } }
  .section__about-me .content {
    width: calc(100% - 22.4rem);
    margin: 0 auto; }
    @media only screen and (max-width: 600px) {
      .section__about-me .content {
        width: 100%; } }
  .section__about-me .innerwrapper {
    padding-bottom: 0; }
    .section__about-me .innerwrapper h2 {
      position: absolute;
      left: 4rem;
      top: 16rem;
      font-size: 6rem;
      font-family: "NantesWeb-Regular"; }
      .section__about-me .innerwrapper h2 span:last-child {
        -webkit-transform: translateX(0.6em);
                transform: translateX(0.6em);
        display: inline-block; }
    .section__about-me .innerwrapper .profile__image {
      font-size: 0;
      line-height: 0;
      width: 40.5rem;
      margin-left: auto;
      margin-right: 11.5rem;
      margin-top: -1.5rem; }
      .section__about-me .innerwrapper .profile__image img {
        width: 100%;
        height: auto; }

.read__more-content {
  width: calc(100% + 14.4rem);
  margin-left: -7.2rem;
  margin-right: -7.2rem;
  display: none; }
  @media only screen and (max-width: 600px) {
    .read__more-content {
      margin-left: 0;
      margin-right: 0;
      width: 100%; } }
.read__more-content__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  font-size: 1.85rem;
  line-height: 1.27;
  gap: 2rem;
  padding-top: 6rem;
  padding-bottom: 2rem; }
  @media only screen and (max-width: 600px) {
    .read__more-content__inner {
      grid-template-columns: 100%;
      font-size: 4rem; } }
  .read__more-content__inner .column {
    border-top: 1px solid var(--colorOrange); }
    .read__more-content__inner .column p {
      margin: 1em 0; }
  .read__more-content__inner h3 {
    font-size: 1.85rem;
    line-height: 1.27;
    color: var(--colorOrange);
    margin-top: 1rem;
    min-height: 2.5em;
    font-weight: 400; }
    @media only screen and (max-width: 600px) {
      .read__more-content__inner h3 {
        font-size: 4rem; } }
.close_page {
  display: block;
  font-size: 0;
  width: 5rem;
  margin: 2rem auto; }
  @media only screen and (max-width: 600px) {
    .close_page {
      width: 10rem; } }
  .close_page svg {
    width: 100%;
    height: auto; }
