@charset "UTF-8";
/* Farben */
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  src: url(../fonts/poppins-v24-latin-regular.woff2) format("woff2"), url(../fonts/poppins-v24-latin-regular.woff2) format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  src: url(../fonts/poppins-v24-latin-500.woff2) format("woff2"), url(../fonts/poppins-v24-latin-500.woff2) format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-weight: 700;
  src: url(../fonts/poppins-v24-latin-700.woff2) format("woff2"), url(../fonts/poppins-v24-latin-700.woff2) format("woff2");
}
/* Breakpoints */
section {
  width: 100%;
  margin-bottom: 50px;
  scroll-margin-top: 150px;
}
@media screen and (min-width: 760px) {
  section {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  section {
    margin-bottom: 100px;
  }
}

.row {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 1440px) {
  .row {
    max-width: 1440px;
  }
}
.row.full-width {
  max-width: 100%;
}
.row.center {
  justify-content: center;
}
.row.text-center {
  text-align: center;
}
.row > .col .row .col {
  padding: 0px !important;
}

.col {
  width: 100%;
  padding: 0 18px;
}

/* Breakpoints */
@media screen and (min-width: 480px) {
  .tiny-1 {
    width: 8.33%;
  }
  .tiny-2 {
    width: 16.66%;
  }
  .tiny-3 {
    width: 25%;
  }
  .tiny-4 {
    width: 33.33%;
  }
  .tiny-5 {
    width: 41.66%;
  }
  .tiny-6 {
    width: 50%;
  }
  .tiny-7 {
    width: 58.33%;
  }
  .tiny-8 {
    width: 66.66%;
  }
  .tiny-9 {
    width: 75%;
  }
  .tiny-10 {
    width: 83.33%;
  }
  .tiny-11 {
    width: 91.66%;
  }
  .tiny-12 {
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .small-1 {
    width: 8.33%;
  }
  .small-2 {
    width: 16.66%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33%;
  }
  .small-5 {
    width: 41.66%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33%;
  }
  .small-8 {
    width: 66.66%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33%;
  }
  .small-11 {
    width: 91.66%;
  }
  .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 760px) {
  .medium-1 {
    width: 8.33%;
  }
  .medium-2 {
    width: 16.66%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33%;
  }
  .medium-5 {
    width: 41.66%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33%;
  }
  .medium-8 {
    width: 66.66%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33%;
  }
  .medium-11 {
    width: 91.66%;
  }
  .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .large-1 {
    width: 8.33%;
  }
  .large-2 {
    width: 16.66%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33%;
  }
  .large-5 {
    width: 41.66%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33%;
  }
  .large-8 {
    width: 66.66%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33%;
  }
  .large-11 {
    width: 91.66%;
  }
  .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .giant-1 {
    width: 8.33%;
  }
  .giant-2 {
    width: 16.66%;
  }
  .giant-3 {
    width: 25%;
  }
  .giant-4 {
    width: 33.33%;
  }
  .giant-5 {
    width: 41.66%;
  }
  .giant-6 {
    width: 50%;
  }
  .giant-7 {
    width: 58.33%;
  }
  .giant-8 {
    width: 66.66%;
  }
  .giant-9 {
    width: 75%;
  }
  .giant-10 {
    width: 83.33%;
  }
  .giant-11 {
    width: 91.66%;
  }
  .giant-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1364px) {
  .huge-1 {
    width: 8.33%;
  }
  .huge-2 {
    width: 16.66%;
  }
  .huge-3 {
    width: 25%;
  }
  .huge-4 {
    width: 33.33%;
  }
  .huge-5 {
    width: 41.66%;
  }
  .huge-6 {
    width: 50%;
  }
  .huge-7 {
    width: 58.33%;
  }
  .huge-8 {
    width: 66.66%;
  }
  .huge-9 {
    width: 75%;
  }
  .huge-10 {
    width: 83.33%;
  }
  .huge-11 {
    width: 91.66%;
  }
  .huge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .full-1 {
    width: 8.33%;
  }
  .full-2 {
    width: 16.66%;
  }
  .full-3 {
    width: 25%;
  }
  .full-4 {
    width: 33.33%;
  }
  .full-5 {
    width: 41.66%;
  }
  .full-6 {
    width: 50%;
  }
  .full-7 {
    width: 58.33%;
  }
  .full-8 {
    width: 66.66%;
  }
  .full-9 {
    width: 75%;
  }
  .full-10 {
    width: 83.33%;
  }
  .full-11 {
    width: 91.66%;
  }
  .full-12 {
    width: 100%;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 26px;
  font-size: 16px;
  color: #1b1b1b;
  font-family: "Poppins";
}

html {
  margin: 0;
  padding: 0;
}
html ::-webkit-scrollbar {
  width: 5px;
}
@media screen and (min-width: 760px) {
  html ::-webkit-scrollbar {
    width: 10px;
  }
}
html {
  /* Track */
}
html ::-webkit-scrollbar-track {
  background: rgb(154.5, 154.5, 154.5);
}
html {
  /* Handle */
}
html ::-webkit-scrollbar-thumb {
  background: #D3D3D3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
html {
  /* Handle on hover */
}
html ::-webkit-scrollbar-thumb:hover {
  background: rgb(236.5, 236.5, 236.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Poppins";
  background-color: rgba(211, 211, 211, 0.2);
}

a {
  transition: 0.3s;
  text-decoration: none;
}
.kontakt a {
  color: #FFFFFF;
}
a:hover {
  color: #e073c1;
}
a span.bold {
  color: #446A2A;
}

ul li {
  list-style: none;
}

.btn {
  padding: 10px 20px;
  background-color: #D3D3D3;
  color: #1b1b1b;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  line-height: 22px;
}
.btn span {
  display: block;
  text-transform: none;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 760px) {
  .btn {
    padding: 10px 30px;
  }
}
.btn:hover {
  background-color: #e073c1;
  color: #1b1b1b;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}

p {
  margin-bottom: 1rem;
}

span.highlight {
  color: #D3D3D3;
}
span.bold {
  font-weight: 700;
  text-decoration: none;
}

.text-left {
  text-align: left;
}

/* Überschriften */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #446A2A;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "Poppins";
}
@media screen and (min-width: 992px) {
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 20px;
  }
}

h1, .h1 {
  font-size: clamp(22px, 0.5rem + 2vw, 26px);
  line-height: clamp(32px, 1rem + 2vw, 40px);
}

h2, .h2 {
  font-size: clamp(20px, 0.5rem + 2vw, 24px);
  line-height: clamp(30px, 0.5rem + 2vw, 34px);
}

h3, .h3 {
  font-size: clamp(18px, 0.5rem + 2vw, 22px);
  line-height: clamp(28px, 0.5rem + 2vw, 32px);
}

h4 {
  font-size: clamp(16px, 0.5rem + 2vw, 20px);
  line-height: clamp(26px, 0.5rem + 2vw, 30px);
}

h5 {
  font-size: clamp(16px, 0.5rem + 2vw, 20px);
  line-height: clamp(26px, 0.5rem + 2vw, 30px);
}

h6 {
  font-size: clamp(16px, 0.5rem + 2vw, 20px);
  line-height: clamp(26px, 0.5rem + 2vw, 30px);
}

@media screen and (max-width: 991px) {
  nav {
    height: 80px;
    background-color: #446A2A;
    color: #1b1b1b;
    width: 100%;
  }
  nav .navi {
    padding: 0 18px;
    position: relative;
    background-color: #FFFFFF;
    position: relative;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 20;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
  }
  nav .navi .branding img {
    height: 50px;
    width: auto;
  }
  nav .navi .icon {
    position: relative;
    display: block;
    visibility: hidden;
    transition: 0.3s;
    z-index: 10;
  }
  nav .navi .menu {
    position: relative;
    transform: rotate(90deg);
    position: absolute;
    right: 18px;
    transition: 0.3s;
    color: #FFFFFF;
  }
  nav .navi .menu:before {
    content: "|||";
    visibility: visible;
    cursor: pointer;
    font-size: 20px;
  }
  nav .navi .menu:hover:before {
    color: #D3D3D3;
  }
  nav .navi #navi-links {
    background-color: #FFFFFF;
    height: 100vh;
    position: absolute;
    top: 80px;
    right: 0;
    width: 90%;
    transition: ease-in-out 0.3s;
    transform: translateX(10000px);
  }
}
@media screen and (max-width: 991px) and (min-width: 480px) {
  nav .navi #navi-links {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  nav .navi #navi-links:before {
    content: "";
    position: fixed;
    left: 0;
    width: 100vh;
    height: 200vh;
    display: block;
    background-color: rgba(27, 27, 27, 0.8);
    z-index: -1;
    top: 0;
    transform: translateX(-100%);
  }
  nav .navi #navi-links .navi-main {
    padding-bottom: 100px;
    height: 100vh;
    background-color: #FFFFFF;
  }
  nav .navi #navi-links .navi-main li {
    border-top: 1px solid #D3D3D3;
    padding-left: 0;
    list-style: none;
  }
  nav .navi #navi-links .navi-main li:before {
    content: none;
  }
  nav .navi #navi-links .navi-main li a {
    padding: 14px 16px;
    display: block;
    text-decoration: none;
    color: #1b1b1b;
  }
  nav .navi #navi-links .navi-main li a:hover, nav .navi #navi-links .navi-main li a:active, nav .navi #navi-links .navi-main li a:focus {
    background-color: #D3D3D3;
    color: #1b1b1b;
  }
  nav .navi input:checked ~ .menu {
    transform: rotate(0deg);
  }
  nav .navi input:checked ~ .menu:before {
    content: "X";
  }
  nav .navi input:checked ~ #navi-links {
    display: block;
    transition: ease-in-out 0.3s;
    transform: translateX(0px);
  }
}
@media screen and (min-width: 992px) {
  nav:not(.navi-add) {
    height: 130px;
    width: 100%;
    position: fixed;
    z-index: 1000;
    background-color: #FFFFFF;
    padding: 0 18px;
    transition: ease-in-out 0.3s;
  }
  nav:not(.navi-add) .container {
    display: flex;
    z-index: 3;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
  }
  nav:not(.navi-add) .container .row {
    width: 100%;
  }
  nav:not(.navi-add) .container .branding img {
    height: 85px;
    width: auto;
  }
  nav:not(.navi-add) .container .navi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  nav:not(.navi-add) .container .navi .icon {
    display: none;
  }
  nav:not(.navi-add) .container .navi .navi-main {
    display: flex;
    justify-content: center;
  }
  nav:not(.navi-add) .container .navi .navi-main li {
    color: #FFFFFF;
    padding-left: 0;
    text-transform: uppercase;
    margin-right: 20px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1364px) {
  nav:not(.navi-add) .container .navi .navi-main li {
    margin-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  nav:not(.navi-add) .container .navi .navi-main li.kontakt, nav:not(.navi-add) .container .navi .navi-main li.agb, nav:not(.navi-add) .container .navi .navi-main li.impressum, nav:not(.navi-add) .container .navi .navi-main li.dse {
    display: none;
  }
  nav:not(.navi-add) .container .navi .navi-main li:before {
    content: none;
  }
  nav:not(.navi-add) .container .navi .navi-main li:last-child {
    margin-right: 0px;
  }
  nav:not(.navi-add) .container .navi .navi-main li a {
    color: #446A2A;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    padding: 3px 5px;
    transition: 0.3s;
    position: relative;
  }
  nav:not(.navi-add) .container .navi .navi-main li a.ticket {
    padding: 5px 20px;
    background: #D3D3D3;
    clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
  }
  nav:not(.navi-add) .container .navi .navi-main li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #D3D3D3;
    left: 0;
    opacity: 0;
    transition: 0.3s;
  }
  nav:not(.navi-add) .container .navi .navi-main li a:hover, nav:not(.navi-add) .container .navi .navi-main li a:active, nav:not(.navi-add) .container .navi .navi-main li a:focus {
    transition: 0.3s;
  }
  nav:not(.navi-add) .container .navi .navi-main li a:hover.ticket, nav:not(.navi-add) .container .navi .navi-main li a:active.ticket, nav:not(.navi-add) .container .navi .navi-main li a:focus.ticket {
    background: #e073c1;
  }
  nav:not(.navi-add) .container .navi .navi-main li a:hover.ticket:after, nav:not(.navi-add) .container .navi .navi-main li a:active.ticket:after, nav:not(.navi-add) .container .navi .navi-main li a:focus.ticket:after {
    opacity: 0;
  }
  nav:not(.navi-add) .container .navi .navi-main li a:hover:after, nav:not(.navi-add) .container .navi .navi-main li a:active:after, nav:not(.navi-add) .container .navi .navi-main li a:focus:after {
    opacity: 1;
  }
}
header {
  height: 100%;
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  header {
    padding-top: 130px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  header {
    margin-bottom: 100px;
  }
}
header .outer {
  position: relative;
}
header .outer .claim-container {
  backdrop-filter: blur(3px);
}
header .outer .claim-container > .row {
  gap: 10px;
}
@media screen and (min-width: 640px) {
  header .outer .claim-container > .row {
    gap: 0px;
  }
}
header .outer .claim-container > .row > .col {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  header .outer .claim-container > .row > .col {
    gap: 20px;
  }
}
header .bg-image {
  height: 100%;
  position: absolute;
  padding: 0;
}
header .bg-image figure {
  height: 100%;
  position: relative;
}
header .bg-image figure:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #1b1b1b;
  opacity: 0.3;
  left: 0;
}
header .bg-image figure:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #446A2A;
  opacity: 0.7;
  left: 0;
}
header .bg-image figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 10%;
     object-position: 0% 10%;
  mix-blend-mode: multiply;
}
header .inner {
  align-items: center;
  display: flex;
  padding: 70px 0;
  z-index: 5;
}
header .inner.claim-container {
  padding: 70px 18px;
}
@media screen and (min-width: 760px) {
  header .inner {
    padding: 80px 0;
  }
}
@media screen and (min-width: 992px) {
  header .inner {
    padding: 100px 18px;
  }
}
@media screen and (min-width: 1364px) {
  header .inner {
    padding: 130px 18px;
  }
}
header .inner .claim {
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
header .inner .claim p {
  color: #FFFFFF;
}
header .inner .claim span {
  display: block;
}
header .inner .claim span.title {
  font-size: clamp(25px, 0.5rem + 2vw, 60px);
  line-height: clamp(35px, 0.5rem + 2vw, 70px);
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-transform: uppercase;
  color: #FFFFFF;
}
header .inner .claim span.title span {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  font-size: clamp(16px, 1rem + 2vw, 22px);
  line-height: clamp(28px, 1rem + 2vw, 32px);
}
header .inner .save-date {
  position: relative;
}
header .inner .save-date:after {
  content: url(../images/arrow.png);
  position: absolute;
  bottom: -10px;
  right: 30px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transform: scaleX(-1) rotate(95deg);
}
@media screen and (min-width: 480px) {
  header .inner .save-date:after {
    bottom: -30px;
    right: 80px;
    transform: scaleX(-1) rotate(55deg);
  }
}
@media screen and (min-width: 640px) {
  header .inner .save-date:after {
    bottom: -40px;
    right: 0;
    transform: none;
  }
}
@media screen and (min-width: 1200px) {
  header .inner .save-date:after {
    content: url(../images/arrow-2.png);
    bottom: -40px;
    right: -10px;
    transform: rotate(-25deg);
  }
}
header .inner .save-date img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 70%;
}
@media screen and (min-width: 640px) {
  header .inner .save-date img {
    width: 80%;
  }
}
header .inner ul li {
  font-size: clamp(18px, 0rem + 2vw, 32px);
  line-height: clamp(28px, 0.5rem + 2vw, 42px);
  font-weight: 700;
  text-align: left;
  color: #FFFFFF;
}
@media screen and (min-width: 640px) {
  header .inner ul li {
    text-align: right;
    font-weight: 700;
  }
}
header .new-date {
  color: #D3D3D3;
  font-size: 16px;
  font-style: italic;
}

/* Content */
#first {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: right;
}
#first:before, #first:after {
  opacity: 0.03;
  position: absolute;
  top: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 50%;
  transform: translate(0%, -50%);
}
@media screen and (min-width: 1364px) {
  #first:before, #first:after {
    opacity: 0.05;
  }
}
#first .text-container ul {
  margin-bottom: 36px;
}
.impressum #first:before {
  display: none;
}
.impressum #first:after {
  display: none;
}

#second .row > .col, #third .row > .col, #fourth .row > .col {
  margin-bottom: 18px;
}
@media screen and (min-width: 760px) {
  #second .row > .col, #third .row > .col, #fourth .row > .col {
    margin-bottom: 0px;
  }
}
#second .inner, #third .inner, #fourth .inner {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #446A2A;
  height: 100%;
  justify-content: space-between;
}
@media screen and (min-width: 640px) {
  #second .inner, #third .inner, #fourth .inner {
    padding: 40px;
  }
}
@media screen and (min-width: 760px) {
  #second .inner, #third .inner, #fourth .inner {
    padding: 40px 30px;
  }
}
@media screen and (min-width: 1200px) {
  #second .inner, #third .inner, #fourth .inner {
    padding: 50px 40px;
  }
}
@media screen and (min-width: 1364px) {
  #second .inner, #third .inner, #fourth .inner {
    padding: 50px 60px;
  }
}
#second .inner h2, #second .inner h3, #third .inner h2, #third .inner h3, #fourth .inner h2, #fourth .inner h3 {
  color: #FFFFFF;
  text-align: center;
}
#second .inner p, #third .inner p, #fourth .inner p {
  text-align: center;
  color: #FFFFFF;
}

#second figure {
  display: flex;
  margin-top: 18px;
}
@media screen and (min-width: 992px) {
  #second figure {
    margin-top: 0px;
    height: 100%;
  }
}
#second .inner {
  justify-content: space-between;
  align-items: start;
}
#second .inner h2 {
  text-align: left;
}
#second .inner p {
  text-align: left;
}
#second .inner .vorteile li {
  color: #FFFFFF;
}
#second .inner .vorteile li:before {
  content: "→  ";
}
#second .inner .button-container {
  display: flex;
  justify-content: left;
  gap: 20px;
  width: 100%;
  flex-direction: column;
}
@media screen and (min-width: 480px) {
  #second .inner .button-container {
    flex-direction: row;
  }
}
#second .inner .button-container .btn {
  flex-basis: auto;
}
@media screen and (min-width: 480px) {
  #second .inner .button-container .btn {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 760px) {
  #second .inner .button-container .btn {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 992px) {
  #second .inner .button-container.special {
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  #second .inner .button-container.special {
    flex-direction: row;
  }
}
#second .inner .button-container.special .btn {
  flex-basis: auto;
}
@media screen and (min-width: 640px) {
  #second .inner .button-container.special .btn {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 992px) {
  #second .inner .button-container.special .btn {
    flex-basis: auto;
  }
}
@media screen and (min-width: 1440px) {
  #second .inner .button-container.special .btn {
    flex-basis: 50%;
  }
}

/* Footer */
footer {
  background-color: #FFFFFF;
  margin-top: 50px;
}
@media screen and (min-width: 760px) {
  footer {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  footer {
    margin-top: 100px;
  }
}
footer nav.navi-add {
  display: none;
}
@media screen and (min-width: 992px) {
  footer nav.navi-add {
    display: flex;
    align-items: center;
    height: 100px;
    justify-content: center;
  }
}
footer nav.navi-add ul {
  display: flex;
  justify-content: left;
}
footer nav.navi-add ul li {
  margin-right: 20px;
  padding-left: 0;
}
@media screen and (min-width: 1364px) {
  footer nav.navi-add ul li {
    margin-right: 30px;
  }
}
footer nav.navi-add ul li:before {
  content: none;
}
footer nav.navi-add ul li:last-child {
  margin-right: 0px;
}
footer nav.navi-add ul li a {
  font-size: 18px;
  text-decoration: none;
  padding: 3px 5px;
  transition: 0.3s;
  position: relative;
}
footer nav.navi-add ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e073c1;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
footer nav.navi-add ul li a:hover, footer nav.navi-add ul li a:active, footer nav.navi-add ul li a:focus {
  transition: 0.3s;
}
footer nav.navi-add ul li a:hover:after, footer nav.navi-add ul li a:active:after, footer nav.navi-add ul li a:focus:after {
  opacity: 1;
}
footer .socials {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  footer .socials {
    justify-content: right;
  }
}
footer .socials ul {
  display: flex;
  justify-content: right;
}
@media screen and (max-width: 992px) {
  footer .socials ul {
    padding: 30px 0;
  }
}
footer .socials ul li {
  margin-right: 20px;
}
@media screen and (min-width: 1364px) {
  footer .socials ul li {
    margin-right: 30px;
  }
}
footer .socials ul li:last-child {
  margin-right: 0px;
}
footer .socials ul li.facebook, footer .socials ul li.instagram {
  display: flex;
  align-items: center;
}
footer .socials ul li.facebook a, footer .socials ul li.instagram a {
  font-size: 0;
  line-height: 0;
}
footer .socials ul li.facebook a:before, footer .socials ul li.instagram a:before {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
footer .socials ul li.facebook a:hover, footer .socials ul li.instagram a:hover {
  opacity: 0.7;
}
footer .socials ul li.facebook a:before {
  content: url(../images/socials/facebook.png);
}
footer .socials ul li.instagram a:before {
  content: url(../images/socials/instagram.png);
}/*# sourceMappingURL=style.css.map */