@font-face {
  font-family: "Patron-Web";
  src: url("../fonts/PatronWEB-Black.woff2") format("woff2"),
       url("../fonts/PatronWEB-Black.woff") format("woff");
  font-weight: 800;
}

@font-face {
  font-family: "Patron-Web";
  src: url("../fonts/PatronWEB-Light.woff2") format("woff2"),
       url("../fonts/PatronWEB-Light.woff") format("woff");
  font-weight: 300;
}

html {
  margin:0px;
  padding:0px;
}

body {
  margin:0px;
  padding:20px;
  font-family: Patron-Web;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.column {
  flex: 1;
}

.tagline {
    margin-bottom:14px;
display:inline-block;
}

.icon {
  vertical-align: middle;
  margin-right:18px;
  width:30px;
  display:inline-block;
  margin-top:4px;
}

a.button {
  background: #E4003A;
  display:inline;
border: 1px solid #E4003A;
padding:17px;
color:#fff;
cursor:pointer;
font-family: Patron-Web;
margin:auto;
margin-top:20px;
text-decoration: none;
}

a.button:hover {
  background-color:#F1406D;
}

.container-outer {
  max-width:1200px;
  margin:auto;
  padding-bottom:120px;
  padding-top:120px;
}

.ctabox {
  border:2px solid #E4003A;
  padding:60px;
  text-align:center;
  margin-top:60px;
  padding-top:30px;
  margin-bottom:80px;

}


p,.ctas {
  max-width:800px;
  font-weight:300;
  font-size:1.4rem;
  line-height:2.1rem;
  /*-webkit-animation: fade-in-up 2s cubic-bezier(0.190, 1.000, 0.220, 1.000) both;
          animation: fade-in-up 2s cubic-bezier(0.190, 1.000, 0.220, 1.000) both;*/
}

.container-outer p:nth-child(3) {
  animation-delay: 2.5s;
}

.container-outer p:nth-child(4) {
  animation-delay: 2.7s;
}

.container-outer p:nth-child(5) {
  animation-delay: 2.9s;
}

.container-outer p:nth-child(6) {
  animation-delay: 3.1s;
}

.container-outer p:nth-child(7) {
  animation-delay: 3.3s;
}

.container-outer p:nth-child(8) {
  animation-delay: 3.5s;
}

.container-outer p:nth-child(9) {
  animation-delay: 3.7s;
}

.container-outer p:nth-child(10) {
  animation-delay: 3.9s;
}

.container-outer p.abbinder {
  animation-delay: 4.1s;
}



h1 {
  text-align: center;
  font-weight:800;
  font-size:4rem;
  line-height:3.8rem;
  -webkit-animation: fade-in-up 2s cubic-bezier(0.190, 1.000, 0.220, 1.000) both;
          animation: fade-in-up 2s cubic-bezier(0.190, 1.000, 0.220, 1.000) both;
  animation-delay: 0.3s;

}

h2 {
   text-align: center;
  font-weight:800;
  font-size:2rem;
  line-height:2.8rem;
  margin-bottom:60px;
}

video {
  width:100%;
  height:auto;
  margin-bottom:60px;
}


.bildmarke {
  margin:auto;
  display: block;
  width:337px;
  height:auto;
  margin-bottom:90px;
  -webkit-animation: fade-in-up 2s cubic-bezier(0.190, 1.000, 0.220, 1.000) both;
          animation: fade-in-up 2s cubic-bezier(0.190, 1.000, 0.220, 1.000) both;
}

.abbinder {
  font-weight:800;
  margin-top:40px;
}

.highlight {
  border-bottom: 2px black solid;
}

.card-grid {
  margin-top:62px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 1rem;
}

.card {
  padding:20px;
  border:1px solid #ccc;
  border-radius:10px;
  transition: transform 0.3s ease-out, box-shadow 0.2s ease-out;
}

.card:hover {
  transform: translateY(-5px);
   box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04),
              0 3px 3px rgba(0, 0, 0, 0.04),
              0 4px 4px rgba(0, 0, 0, 0.04),
              0 6px 6px rgba(0, 0, 0, 0.04),
              0 12px 8px rgba(0, 0, 0, 0.04);
}

.card:hover .nurbeisyncere {
  background-color:#E4003A;
  color:#fff;
  border:1px solid #E4003A;
  transition: all 0.3s;
}

.card p {
  margin:0px;
}

.pill {
  display: inline-block;
  text-transform:uppercase;
  font-size:0.8rem;
  line-height:0.8rem;
  color:#333333;
  border-radius:14px;
  padding:4px;
  border:1px solid #ccc;
  padding-left:8px;
  padding-right:8px;
  margin-bottom:8px !important;
  transition: transform 0.3s ease-out, box-shadow 0.2s ease-out;
}

.nurbeisyncere {
  color:#E4003A;
  border:1px solid #E4003A;
  transition: all 0.3s;
}



@media screen and (max-width: 679px) {
 .column {
  flex: 0 0 100%;
}

  h1 {
    font-weight:800;
    font-size:2.5rem;
    line-height:3rem;
  }

  h2 {
   text-align: center;
  font-weight:800;
  font-size:1.5rem;
  line-height:2rem;
  margin-bottom:20px;
}

a.button {

padding:10px;
padding-bottom:6px;
padding-top:6px;
margin-bottom:5px;
display:inline-block;
}

  p {
    font-size:1.2rem;
    line-height:1.6rem;
  }

  .container-outer {
  padding-bottom:120px;
  padding-top:60px;
}

.bildmarke {
  margin-bottom:80px;
  max-width:80%;
}

.card-grid {
  margin-top:62px;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
}

.ctabox {
  border:2px solid #E4003A;
  padding:5px;
  text-align:center;
  margin-top:20px;
  padding-top:10px;
  padding-bottom:40px;

}

.tagline .icon {
  display:block;
  margin:auto;
}

.tagline {
  text-align:center;
  margin-bottom:35px;
  display:block;
}

video {
  width:100%;
  height:auto;
  margin-bottom:20px;
}

}





.fade-in-right-delay-15 {
  -webkit-animation: fade-in-right 2s cubic-bezier(0.190, 1.000, 0.220, 1.000) both;
          animation: fade-in-right 2s cubic-bezier(0.190, 1.000, 0.220, 1.000) both;
         animation-delay:1.5s;
}


.fade-in-right-delay-5 {
  -webkit-animation: fade-in-right 2s cubic-bezier(0.190, 1.000, 0.220, 1.000) both;
          animation: fade-in-right 2s cubic-bezier(0.190, 1.000, 0.220, 1.000) both;
         animation-delay:.5s;
}

.fade-in-right {
  -webkit-animation: fade-in-right 2s cubic-bezier(0.190, 1.000, 0.220, 1.000) both;
          animation: fade-in-right 2s cubic-bezier(0.190, 1.000, 0.220, 1.000) both;
        
}

/* ----------------------------------------------
 * Generated by Animista on 2021-3-29 22:34:45
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-right
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
