/* Google Font Import */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap");


/* Standardwerte */
:root{
  --font-family: "Inter", sans-serif;
  --primary: #c90130;
  --primary-dark: #980124;
  --primary-light: #ffccd8;
  --black: #1d1d1d;
  --dark-1: #2d2d2d;
  --dark-2: #4d4d4d;
  --dark-3: #6d6d6d;
  --gray-1: #8d8d8d;
  --gray-2: #adadad;
  --gray-3: #cdcdcd;
  --gray-4: #e0e0e0;
  --light-1: #efefef;
  --light-2: #f5f5f5;
  --light-3: #fafafa;
  --white: #ffffff;
  --shadow-1: 0px 0px 1px rgba(40, 41, 61, 0.08),
    0px 0.5px 2px rgba(96, 97, 112, 0.16);
  --shadow-2: 0px 0px 1px rgba(40, 41, 61, 0.04),
    0px 2px 4px rgba(96, 97, 112, 0.16);
  --shadow-3: 0px 2px 4px rgba(40, 41, 61, 0.04),
}


/* HTML + Body */
html {
  scroll-behavior: smooth;
}
body{
  font-family: var(--font-family);
  color: var(--black);
  font-size: 16px;
  aspect-ratio: 3/1;
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
}


/* Navigation */
.navbar-confetti{
  background: var(--white);
  padding: 10px 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  box-shadow: var(--shadow-1);
}

.navbar{
  position: relative;
  padding: 0;
}

.navbar-nav{
    margin-left: 80px;
}

.nav-item{
  position: relative;
}

.nav-item a{
  display: flex;
  align-items: center;
  padding: 11px 16px;
  color: var(--black);
  text-transform: capitalize;
  position: relative;
  border-radius: 5px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin: 14px 0;
  opacity: 0.7;
}

.nav-item a:hover{
  opacity: 1;
}

.nav-item a.active{
  opacity: 1;
  color: #c90130;
}
.nav-item a i{
  font-size: 12px;
  font-weight: 700;
  padding-left: 7px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

ul, ol {
    list-style-type: "... ";
    color: var(--white);
    margin-top: 1rem;
}

.sticky{
  position: fixed !important;
  z-index:99 !important;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  top: 0;
  width: 100%;
}

/* Sections und Inhalte */
.sectionPrimary{
  background: linear-gradient(45deg, var(--primary), var(--primary-dark));
}

.sectionLight{
  background: var(--light-3);
  padding: 100px 0;
}

.sectionHero{
  padding: 200px 0 100px 0 !important;
}

.sectionAoS {
  padding: 120px 0 !important;
}

.sectionFdS {
  z-index: 2;
  position: relative;
}

.sectionBG {
  margin-top: -180px;
}

.sectionKontakt {
  position: relative;
  z-index: 3;
  padding-top: 100px;
}

.sectionPrimary-content p {
  margin-top: 30px;
  color: var(--white);
  opacity: 0.9;
}

.sectionAoS-content{
  padding-left: 50px;
}

.sectionFdS-content {
  text-align: center;
}

.sectionAoS-content p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: var(--dark-3);
}

.kontakt-item {
  display: flex;
  border: 1px solid var(--gray-4);
  border-radius: 10px;
  background: var(--white);
  margin-bottom: 30px;
  padding: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.kontakt-item:hover {
  box-shadow: var(--shadow-4);
}

.kontakt-item .kontakt-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.kontakt-item .kontakt-content {
  margin-left: 20px;
}

.sectionPadding {
  padding: 100px 0;
}

/* Bilder, Links & Font */
img{
  max-width: 100%;
  min-width: 60px;
}

.roundedImg img {
  width: 100%;
  border-radius: 8px;
}

.ace-of-spades-img {
  padding-left: 60px;
  position: relative;
  z-index: 2;
}

div .ace-of-spades-img {
  height: 500px;
  width: 550px;
}

.ace-of-spades-img img {
  width: 300px;
  height: auto;
  border-radius: 8px;
  pointer-events: none;
  position: absolute;
  top: 150px;
  left: 110px;
}

#ace-of-spades {
  height: 500px;
  width: 550px;
}

.unselectable {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #cc0000;
}

.rotateimg5 {
  -webkit-transform:rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
}

.shape {
  position: absolute;
  left: -15px;
  z-index: -1;
}

.img-fit {
   width: 100%;
   object-fit: cover;
   height: 1350px !important;
}

a{
  display: inline-block;
}

a, button, a:hover, a:focus, input:focus, textarea:focus, button:focus{
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6{
  font-weight: 600;
  color: var(--black);
  margin: 0px;
}

h1,
.h1{
  font-size: 2.75em;
  line-height: 1.25;
}

h2,
.h2{
  font-size: 2.25em;
  line-height: 1.25;
}

h3,
.h3{
  font-size: 1.75em;
  line-height: 1.25;
}

h4,
.h4{
  font-size: 1.5em;
  line-height: 1.25;
}

h5,
.h5{
  font-size: 1.25em;
  line-height: 1.25;
}

h6,
.h6{
  font-size: 0.875em;
  line-height: 1.25;
}

p{
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: var(--dark-3);
}

.text-lg{
  font-size: 1.15em;
  line-height: 1.5;
}

.title-sm {
  position: relative;
  padding-left: 30px;
}

.title-sm::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  background-color: var(--primary);
  height: 2px;
  width: 20px;
  margin-top: -1px;
}

.title-main {
  margin-top: 20px;
}

.title-fds {
  margin-bottom: 30px;
}

.title-fds h2 {
  margin-bottom: 10px;
}

.title-fds p {
  color: var(--dark-3);
}

.title-fds span {
  font-size: 20px;
  color: var(--primary);
  font-weight: 700;
}

.sectionPrimary-content h1 {
  font-weight: 700;
  color: var(--white);
  text-shadow: 0px 3px 8px #00000017;
  text-transform: capitalize;
}

.sectionFdS-content h2 {
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--white);
}

.sectionFdS-content p {
    color: var(--white);
}

.kontakt-content h4 {
    font-size: 20px;
    color: var(--primary);
    margin-bottom: 10px;
}


/* Formulare */
.form-wrapper {
  padding: 20px 50px 40px;
  background: var(--white);
  border: 1px solid var(--gray-4);
  margin-left: 0px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.form-wrapper:hover {
  box-shadow: var(--shadow-4);
}

.form input,
.form textarea {
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid var(--gray-4);
  margin-bottom: 10px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.form input[type=radio]{
  padding: 10px;
  margin: 10px;
  width: initial;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.form-check-input:checked{
  background-color: var(--primary);
}

.form-check-input:focus {
    border-color: var(--primary);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(253, 13, 69, 0.25);
}

.form input:focus, .form textarea:focus {
  border-color: var(--primary);
}
.form textarea {
  border-radius: 18px;
}

.btn {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 4px;
  border: 1px solid transparent;
}
.btn:hover {
  color: inherit;
}
.btn:focus {
  box-shadow: none;
  outline: none;
}

.primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.active.primary-btn, .primary-btn:hover, .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}

.rounded-full {
  border-radius: 50px;
}

label{
  color: var(--dark-3);
  padding: 10px 0px;
}

.required{
  color: var(--primary);
}


/* Footer */
.footer {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: var(--white);
  position: relative;
}

.footer-spalte h5 {
  font-weight: 700;
  margin-bottom: 35px;
  color: var(--black);
}

.footer-pl {
  padding-left: 80px;
}

.copyright-text {
  color: var(--dark-3);
  margin-top: 40px;
}
.copyright-text span {
  display: block;
}


/* Zum Anfang scrollen Button */
.scroll-top {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: var(--primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
  padding-bottom: 5px;
  color: #fff !important;
  border-radius: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  border-radius: 5px;
  box-shadow: var(--shadow-1);
}

.scroll-top:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  background-color: var(--dark-1);
}


/* Sonstiges */
.height-0 {
  height: 0;
}

.pb {
  padding-bottom: 15px;
}

.fds-margin {
  margin-top: -175px;
}


/* Scroll-Zeug */
.sectionPrimary {
  aspect-ratio: 4/1;
}

.sectionLight {
  aspect-ratio: 4/1;
}

.sectionPrimary, .sectionLight {
  scroll-snap-align: start;
  scroll-margin-top: 75px;
}

#anmeldeformular {
scroll-margin-top: 200px;
}
