@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #434343;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/pt-serif-v11-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("PT Serif"), local("PTSerif-Regular"), url("../fonts/pt-serif-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-serif-v11-latin-regular.woff2") format("woff2"), url("../fonts/pt-serif-v11-latin-regular.woff") format("woff"), url("../fonts/pt-serif-v11-latin-regular.ttf") format("truetype"), url("../fonts/pt-serif-v11-latin-regular.svg#PTSerif") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/pt-serif-v11-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("PT Serif Bold"), local("PTSerif-Bold"), url("../fonts/pt-serif-v11-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-serif-v11-latin-700.woff2") format("woff2"), url("../fonts/pt-serif-v11-latin-700.woff") format("woff"), url("../fonts/pt-serif-v11-latin-700.ttf") format("truetype"), url("../fonts/pt-serif-v11-latin-700.svg#PTSerif") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/pt-sans-v11-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("PT Sans"), local("PTSans-Regular"), url("../fonts/pt-sans-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-sans-v11-latin-regular.woff2") format("woff2"), url("../fonts/pt-sans-v11-latin-regular.woff") format("woff"), url("../fonts/pt-sans-v11-latin-regular.ttf") format("truetype"), url("../fonts/pt-sans-v11-latin-regular.svg#PTSans") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/pt-sans-v11-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("PT Sans Bold"), local("PTSans-Bold"), url("../fonts/pt-sans-v11-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-sans-v11-latin-700.woff2") format("woff2"), url("../fonts/pt-sans-v11-latin-700.woff") format("woff"), url("../fonts/pt-sans-v11-latin-700.ttf") format("truetype"), url("../fonts/pt-sans-v11-latin-700.svg#PTSans") format("svg");
  /* Legacy iOS */
}

* {
  font-family: "PT Sans", sans-serif;
}

h1,
h2 {
  font-family: "PT Serif", serif;
  font-weight: bold;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 24px;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

p {
  line-height: 1.5;
  margin-top: 1rem;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.blau {
  color: #009acb;
  font-family: "PT Serif", serif;
}

.grau {
  color: #979899;
}

.orange {
  color: #e18800;
}

.rot {
  color: #e63312;
}

.gruen {
  color: #95c11f;
}

.schwarz {
  color: #434343 !important;
}

@media (max-width: 992px) {
  h1 {
    font-size: 2rem;
  }
}

html {
  scroll-behavior: smooth;
  -webkit-transition-duration: 10s;
          transition-duration: 10s;
}

section {
  padding: 7rem 0;
  scroll-margin-top: 6rem;
  position: relative;
}

.button {
  font-size: 1rem;
  border: 0;
  padding: 1rem 2rem;
  margin-top: 1rem;
  cursor: pointer;
  -webkit-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  display: inline-block;
}

.button-primary {
  background: #009acb;
  color: #fff;
}

.button-primary:hover {
  background: #368eb1;
}

.button-secondary {
  background: #fff;
  border: 1px solid #009acb;
  color: #009acb;
  padding: 1rem;
}

.button__arrow {
  width: 2rem;
  margin-left: 1rem;
}

@media (max-width: 992px) {
  .row {
    margin: 0;
  }
}

.cc-revoke {
  display: none;
}

.notice__wrapper {
  background: #fff;
  width: calc(100% + 30px);
  margin: 0 -15px;
  border-left: 0.5rem solid #e63312;
  padding: 0.5rem;
}

.notice__heading {
  display: inline;
  margin-right: 1rem;
  padding: 0.5rem;
}

.notice__content {
  display: inline;
}

.navigation {
  height: 100px;
  border-bottom: 1px solid #f5f5f5;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 10;
}

.navigation__container {
  height: 100%;
}

.navigation__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.navigation__row > * {
  z-index: 10;
}

.menu {
  height: 100%;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu__wrapper {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.menu__item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #009acb;
  -webkit-transition: width 200ms ease-out;
  transition: width 200ms ease-out;
}

.menu__item:hover .menu__link, .menu__item--active .menu__link {
  color: #009acb;
}

.menu__item:hover::after, .menu__item--active::after {
  width: 100%;
}

.menu__link {
  font-family: "PT Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 0 1rem;
}

.menu__button {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu__bar {
  display: block;
  width: 2rem;
  height: 2px;
  background: #009acb;
  border-radius: 5px;
  position: relative;
}

.menu__bar::before, .menu__bar::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background: #009acb;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.menu__bar::before {
  top: -7px;
}

.menu__bar::after {
  bottom: -7px;
}

.logo {
  height: 50px;
}

@media (max-width: 992px) {
  .navigation {
    height: 60px;
  }
  .logo {
    height: 30px;
    z-index: 10;
  }
  .logo__wrapper {
    z-index: 11;
  }
  .menu__list {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100vw;
    bottom: 0;
    z-index: 9;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 30px;
    margin-bottom: 60px;
    -webkit-transition: left 0.2s ease-out;
    transition: left 0.2s ease-out;
  }
  .menu__list--open {
    left: 0;
  }
  .menu__list--open + .menu__button > .menu__bar {
    visibility: hidden;
  }
  .menu__list--open + .menu__button > .menu__bar::before, .menu__list--open + .menu__button > .menu__bar::after {
    visibility: visible;
    top: 0px;
    bottom: 0px;
  }
  .menu__list--open + .menu__button > .menu__bar::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .menu__list--open + .menu__button > .menu__bar::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .menu__item {
    height: 4rem;
  }
  .menu__item::after {
    display: none;
  }
  .menu__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    background: #009acb;
    bottom: 0;
    display: block;
  }
  .menu__item--animate::before {
    -webkit-animation: widthGrow 0.2s ease-out both;
            animation: widthGrow 0.2s ease-out both;
  }
  .menu__link {
    font-size: 1.2rem;
    opacity: 0;
    width: 100%;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
  }
  .menu__bar {
    z-index: 11;
  }
}

.delay__100 {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}

.delay__200 {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

.delay__300 {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.delay__400 {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}

.delay__500 {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

.delay__600 {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

@-webkit-keyframes widthGrow {
  from {
    width: 0px;
  }
  to {
    width: 15px;
  }
}

@keyframes widthGrow {
  from {
    width: 0px;
  }
  to {
    width: 15px;
  }
}

#hero {
  margin-top: 100px;
  padding-bottom: 0;
}

#hero::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 10%;
  background: #f5f5f5;
  z-index: -1;
}

@media (max-width: 992px) {
  #hero::before {
    width: 1rem;
  }
}

#hero .hero__logomark {
  position: absolute;
  right: 0;
  height: 50vh;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  margin-top: 25vh;
}

@media (max-width: 992px) {
  #hero {
    margin-top: 60px;
  }
}

#intro {
  padding-top: 4rem;
  margin-bottom: 6rem;
}

#intro p {
  font-size: 1.1rem;
  line-height: 2;
}

#faecher {
  background: #f5f5f5;
}

#faecher .faecher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#faecher .faecher .fach {
  height: 300px;
  width: 300px;
  margin: 1rem;
  padding: 2rem;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

#faecher .faecher .fach:hover {
  -webkit-box-shadow: 0px 1px 2rem 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 1px 2rem 0px rgba(0, 0, 0, 0.16);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#faecher .faecher .fach__icon {
  width: 4rem;
  pointer-events: none;
}

#faecher .faecher .fach__title {
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
  font-size: 1rem;
  margin: 1rem 0;
  letter-spacing: 1px;
  pointer-events: none;
}

#faecher .faecher .fach__beschreibung {
  text-align: left;
  display: none;
  margin-top: 0;
  margin-bottom: 1rem;
  pointer-events: none;
}

#ueber::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 15%;
  background: #009acb;
  z-index: -1;
}

@media (max-width: 992px) {
  #ueber::before {
    width: 1rem;
  }
}

#ueber .ueber__portrait {
  width: 100%;
  max-width: 100%;
}

#ueber h2 {
  margin-bottom: 0;
}

#ueber .ueber__titel {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-weight: normal;
  font-size: 1rem;
}

#ueber .ueber__portrait-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  #ueber .ueber__portrait {
    width: 200px;
    margin-bottom: 1.5rem;
  }
}

#kernkompetenzen::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 15%;
  background: #e18800;
  z-index: -1;
}

@media (max-width: 992px) {
  #kernkompetenzen::after {
    width: 1rem;
  }
}

#kernkompetenzen ul {
  list-style: none;
}

#kernkompetenzen ul li {
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.kunden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.kunden__sub {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
}

.kunden__logo {
  height: 2.5rem;
  opacity: 0.8;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  margin-top: 1rem;
}

.kunden__logo:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
}

.kunden__portrait-container img {
  max-width: 80%;
  border-radius: 100%;
}

.kunden__zitat {
  margin: 2rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kunden__zitat blockquote {
  position: relative;
}

.kunden__zitat blockquote::before {
  content: '“';
  position: absolute;
  top: 55px;
  left: 0;
  -webkit-transform: scale(10);
          transform: scale(10);
  opacity: 0.1;
}

.kunden__zitat blockquote p {
  margin-bottom: 1rem;
  font-family: "PT Serif", serif;
}

.kunden__zitat blockquote footer {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.7rem;
}

.kunden__zitat blockquote footer a:hover {
  text-decoration: underline;
}

.kunden__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}

#kunden {
  background: #f5f5f5;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #009acb;
}

.swiper-container .swiper-pagination {
  bottom: 0px;
}

.swiper-container .swiper-pagination-bullet-active {
  background: #009acb;
}

.swiper-container .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .kunden__portrait-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2rem;
  }
  .kunden__portrait-container img {
    width: 100px;
    height: 100px;
  }
  .kunden__zitat {
    margin: 2rem 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .kunden__zitat blockquote p::before {
    top: 50px;
    left: 10%;
  }
  .swiper-container .swiper-button-prev,
  .swiper-container .swiper-button-next {
    display: none;
  }
}

#auszeichnungen::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 15%;
  background: #e63312;
  z-index: -1;
}

@media (max-width: 992px) {
  #auszeichnungen::before {
    width: 1rem;
  }
}

#auszeichnungen ul {
  list-style: none;
}

#auszeichnungen ul li {
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

#kontakt a:hover {
  text-decoration: underline;
}

#kontakt .kontakt__wrapper {
  background: #f5f5f5;
  padding: 2rem;
  border-radius: 5px;
}

#kontakt .kontakt__wrapper p {
  margin-top: 0;
  margin-bottom: 2rem;
}

#kontakt .kontakt__wrapper .kontakt__error {
  color: red;
  margin-top: 1rem;
  margin-bottom: 0;
}

#kontakt .kontakt__form {
  position: relative;
}

#kontakt .kontakt__form input {
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  padding: 5px 0;
  border: none;
  border-bottom: 2px solid #979899;
  background: transparent;
  border-radius: 0;
}

#kontakt .kontakt__form input:focus {
  border-bottom: 2px solid #009acb;
}

#kontakt .kontakt__form .kontakt-senden {
  width: 50%;
  margin-bottom: 0;
  margin-top: 1rem;
  font-size: 1rem;
  padding: 0.8rem;
  background: #009acb;
  cursor: pointer;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#kontakt .kontakt__form .kontakt-senden span {
  color: #fff;
}

#kontakt .kontakt__form .kontakt-senden img {
  height: 1.3rem;
  display: none;
  -webkit-animation: spinner 700ms ease-in-out infinite;
          animation: spinner 700ms ease-in-out infinite;
}

#kontakt .kontakt__form .kontakt-senden.loading > img {
  display: block;
}

#kontakt .kontakt__form .kontakt-senden.success {
  background: #95c11f;
  cursor: not-allowed;
  color: #fff;
}

#kontakt .kontakt__form label {
  display: block;
  margin-bottom: 5px;
  font-size: 0.9rem;
  opacity: 0.6;
}

#kontakt .kontakt__form textarea {
  width: 100%;
  background: transparent;
  border: none;
  resize: none;
  border-bottom: 2px solid #979899;
  padding: 5px 0;
  border-radius: 0;
  font-size: 1rem;
}

#kontakt .kontakt__form textarea:focus {
  border-bottom: 2px solid #009acb;
}

#kontakt::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 15%;
  background: #95c11f;
  z-index: -1;
}

@media (max-width: 992px) {
  #kontakt::after {
    width: 1rem;
  }
}

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(365deg);
            transform: rotate(365deg);
  }
}

@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(365deg);
            transform: rotate(365deg);
  }
}

.small {
  font-size: 0.8rem;
}

.icon__wrapper h2 {
  margin-top: 1rem;
}

.icon__img {
  height: 4rem;
}

.symbol__container {
  width: 6rem;
  height: 6rem;
  border-radius: 5px;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0.5rem;
  -webkit-box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

.symbol__container img {
  width: 1.5rem;
  margin-bottom: 1rem;
}

.symbol__container h4 {
  font-family: "PT Sans", sans-serif;
  font-size: 0.8rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  height: 1.6rem;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.symbol__heading {
  margin-top: 2rem;
}

.bg-blau {
  background: #009acb;
}

.bg-grau {
  background: #f5f5f5;
}

.bg-orange {
  background: #e18800;
}

.bg-rot {
  background: #e63312;
}

.bg-gruen {
  background: #95c11f;
}

#impressum h2 {
  margin-top: 4rem;
}

#impressum h3 {
  margin-top: 2rem;
}

#impressum h4 {
  margin-top: 1.5rem;
}

#impressum p {
  text-align: justify;
}

#impressum ul {
  margin: 1rem 0;
  margin-left: 2rem;
  line-height: 1.5;
}

#impressum a:hover {
  text-decoration: underline;
}

#footer {
  text-align: center;
  padding: 5rem 0;
  background: #f5f5f5;
}

#footer img {
  width: 7rem;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

#footer p {
  line-height: 1.3;
}

#footer a:hover {
  text-decoration: underline;
}

.cookie__banner {
  width: 100%;
  max-width: 400px;
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  background: #fff;
  z-index: 9999;
  -webkit-box-shadow: 0px -5px 3rem 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -5px 3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-transform: translate3d(-250%, 0, 0);
          transform: translate3d(-250%, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.cookie__banner.visible {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.cookie__heading {
  padding: 1rem 1rem 0;
}

.cookie__text {
  margin-top: 0;
  padding: 0.5rem 1rem;
}

.cookie__link {
  display: block;
  padding: 0 1rem 1rem;
}

.cookie__link:hover {
  text-decoration: underline;
}

.cookie__buttons {
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cookie__button {
  all: unset;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.cookie__accept {
  background: #009acb;
  border-bottom-right-radius: 5px;
}

.cookie__reject {
  background: #fff;
  color: #434343;
  font-weight: normal;
  border-bottom-left-radius: 5px;
}

@media (max-width: 768px) {
  .cookie__banner {
    left: 0;
    bottom: 0;
    width: 100vw;
  }
}
/*# sourceMappingURL=style.css.map */