/* roboto-condensed-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v27-latin-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v40-latin-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v40-latin-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
    scroll-padding-top: 110px;
}

:root {
    --blue: #153BFF;
    --orange: #F6A503;
    --dark-blue: #1C1463;
}

.text-blue {
    color: var(--blue) !important;
}
.text-orange {
    color: var(--orange) !important;
}
.text-dark-blue {
    color: var(--dark-blue) !important;
}

.bg-alternative {
    background-color: #F1F3F4;
}
.bg-alternative-2 {
    background-color: #E8EBED;
}
.bg-alternative-3 {
    background-color: #D2D7DB;
}

body {
    font-family: 'Open Sans';
    font-weight: 600;
    color: #8E9AA4;
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: 0.8px;
}



b,
strong {
    font-weight: 700;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    color: var(--dark-blue);
    text-transform: uppercase;
}

h1,
.h1 {
    font-size: 150px;
    line-height: 0.55;
    letter-spacing: 1.5px;
}

h2,
.h2 {
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0.8px;
    margin-bottom: 80px
}


h3,
.h3 {
    font-size: 40px;
    line-height: 1.33;
    letter-spacing: 0.8px;
}

h4,
.h4 {
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: 0.3px;
}

h5,
.h5 {
    font-size: 20px;
    line-height: 1.33;
    letter-spacing: 0.3px;
}


.font10 {
    font-size: 10px;
    line-height: 1;
}

.font14 {
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 1.5;
}

.text-normalcase {
    text-transform: none
}


a {
    color: inherit;
    text-decoration: none
}


a:hover {
    color: var(--blue);
    text-decoration: none
}

footer a:hover {
    color: var(--orange) !important;
}

.navbar {
    padding: 40px 0px;
    -webkit-transition: background-color .3s ease-in, padding .3s ease-in;
    transition: background-color .3s ease-in, padding .3s ease-in;
}

.navbar-small {
    background-color: #ffffff;
    padding: 30px 0px 40px
}

.small-logo {
    display: none
}

.navbar-small .big-logo {
    display: none
}

.navbar-small .small-logo {
    display: inline-block;
}

.navbar-brand {
    padding: 0px
}

.navbar-toggler {
 border:none
}
.navbar-toggler:focus {
  text-decoration:none;
  outline:0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 -20 50 50'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %231c1463; %7D %3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='50' height='2'/%3E%3Crect class='cls-1' y='8' width='50' height='2'/%3E%3C/svg%3E");
}

.nav-link {
    font-family: 'Roboto Condensed';
    font-size: 20px;
    line-height: 1.33;
    letter-spacing: 0.4px;
    color: var(--dark-blue);
    white-space: nowrap
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: var(--blue);
}

.header-text{
    font-size:18px;
    letter-spacing: 0.8px;
    line-height: 1.2;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    margin-left: 30px
}
.ht-wrapper {
  background-color: var(--dark-blue);
  color: #fff;
  padding:3px 5px;
	text-transform: uppercase;
  font-family: 'Roboto Condensed';
  font-weight: 700;
}


.navbar-small .header-text{
     opacity: 1;
}



p {
    margin-bottom: 2rem;
}

dl,
ol,
ul {
    margin: 0px;
    margin-bottom: 2rem;
    padding-left: 20px;
    list-style:none
}

/*
li::marker {
    content: "— ";
}
*/
#main-content li{
    position: relative
}
#main-content li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: var(--dark-blue);
  position: absolute;
  left: -20px;
  top: 14px;
}

#main-content li.alt-bullet::before {
  background-color: var(--orange);
}


.navbar li::marker {
    content: "";
}

.img-fluid-smaller {
    width: 66%;
    height: auto;
}

.form-control {
    padding: 14px 20px;
    border-radius: 0px;
    border: 1px #fff solid;
    font-size: 20px;
}

.form-control::-webkit-input-placeholder {
    font-size: 14px;
    color: #8E9AA4;
}

.form-control:-ms-input-placeholder {
    font-size: 14px;
    color: #8E9AA4;
}

.form-control::placeholder {
    font-size: 14px;
    color: #8E9AA4;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #fff;
}


.btn {
    --bs-btn-padding-x: 0px;
    --bs-btn-padding-y: 14px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.4px;
    border-radius: 0px;
    width: 280px;
    max-width: 280px;
    word-break: keep-all
}

.btn-orange {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--orange);
    --bs-btn-border-color: var(--orange);
    --bs-btn-hover-color: var(--orange);
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-focus-shadow-rgb: transparent;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--orange);
    --bs-btn-active-border-color: var(--orange);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--orange);
    --bs-btn-disabled-border-color: var(--orange);
}

.btn-blue {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--dark-blue);
    --bs-btn-border-color: var(--dark-blue);
    --bs-btn-hover-color: var(--dark-blue);
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-focus-shadow-rgb: transparent;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--dark-blue);
    --bs-btn-active-border-color: var(--dark-blue);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--dark-blue);
    --bs-btn-disabled-border-color: var(--dark-blue);
}

.btn-pdf {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--dark-blue);
    --bs-btn-border-color:var(--dark-blue);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--blue);
    --bs-btn-hover-border-color: var(--blue);
    --bs-btn-focus-shadow-rgb: transparent;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--dark-blue);
    --bs-btn-active-border-color: var(--dark-blue);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--dark-blue);
    --bs-btn-disabled-border-color: var(--dark-blue);

}

.btn-pdf2 {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--dark-blue);
    --bs-btn-border-color: var(--dark-blue);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--blue);
    --bs-btn-hover-border-color: var(--blue);
    --bs-btn-focus-shadow-rgb: transparent;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--dark-blue);
    --bs-btn-active-border-color: var(--dark-blue);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--dark-blue);
    --bs-btn-disabled-border-color: var(--dark-blue);
}


header {
    height: calc(100vH);
    display: block;
    position: relative;
    background: transparent linear-gradient(119deg, #153BFF 0%, #15FF1D 52%, #FFFF00 100%) 0% 0% no-repeat padding-box;
    background-size: 150% 150% !important;
    -webkit-animation: gradient 22s ease infinite !important;
    animation: gradient 22s ease infinite !important;
}

#godown{
  position: absolute;
  width: 36.77px;
  height: 19.8px;
  bottom: 5%;
  display: block;
  left: calc(50% - 19.38px);
  -webkit-animation: moveDown 2s ease-in-out infinite;
  animation: moveDown 2s ease-in-out infinite;
}


@-webkit-keyframes moveDown {
      0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
      }
      50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
      }
      100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
      }
}


@keyframes moveDown {
      0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
      }
      50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
      }
      100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
      }
}



header div.pattern2 {
    background-image: url(../img/zia-tdi-titel-grafik-desktop-neu.svg);
    width: 100%;
    height: 100%;
    background-size: 2920px 834px;
    background-position: center;
    background-repeat: no-repeat;
}


header div.pattern-mobile {
    background-image: url(../img/zia-tdi-titel-grafik-mobil.svg);
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}


@media (max-width: 1920px) {
    header div.pattern2 {
        background-size: 2720px 834px;
    }
}


@media (max-width: 1500px) {
    header div.pattern2 {
        background-size: 2300px 658.6px;
    }
}


@media (max-width: 1100px) {
    header div.pattern2 {
        background-size: 1700px 483px;
    }
}


@-webkit-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.container-fluid {
    padding-right: 80px;
    padding-left: 80px;

}

.full-row-p-s {
    padding-left: 80px;
}

.full-row-p-e {
    padding-right: 80px;
}


.line {
    margin: 50px 0px;
    width: 280px;
    height: 10px;
    background: transparent -webkit-gradient(linear, left top, right top, from(#15FF1D), to(#153BFF)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #15FF1D 0%, #153BFF 100%) 0% 0% no-repeat padding-box;
}


.hr-line {
    height: 2px;
    width: 100%;
    margin: 79px 0px;
    background: transparent -webkit-gradient(linear, left top, right top, from(#153BFF), to(#15FF1D)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #153BFF 0%, #15FF1D 100%) 0% 0% no-repeat padding-box;
}

.programm .hr-line:last-of-type {
    display: none
}





section,
footer {
    padding: 80px 0px
}


.footer-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.footer-col-footer {}

.footer-col-main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

footer .h5 {
    color: inherit
}

#teaser-x,#teaser-zia {
    padding: 100px 0px;
    background: transparent linear-gradient(119deg, #153BFF 0%, #15FF1D 52%, #FFFF00 100%) 0% 0% no-repeat padding-box;
    background-size: 150% 150% !important;
    -webkit-animation: gradient 22s ease infinite !important;
    animation: gradient 22s ease infinite !important;
}



.person-image {
    position: relative;
    border-bottom: 10px solid;
    -o-border-image: linear-gradient(90deg, #153BFF 0%, #15FF1D 51%, #FFFF00 100%) 1;
    border-image: -webkit-gradient(linear, left top, right top, from(#153BFF), color-stop(51%, #15FF1D), to(#FFFF00)) 1;
    border-image: linear-gradient(90deg, #153BFF 0%, #15FF1D 51%, #FFFF00 100%) 1;
}

.copyright-text {
   position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  bottom: 2%;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  text-align: right;
  color: #fff;
  width: 96%;
  left: calc(100% - 3px);
}

.copyright-text {
    color: #fff;
}

.copyright-text {
    color: #fff;
}


.image-teaser {
    position: relative;
}

.overlay-teaser{
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(28, 20, 99,0.5);
    top:0px;
    left:0px
}

.image-teaser-content {
    position: absolute;
    z-index: 11;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    padding-bottom: 9%;
}

.premium-sponsoren img {
    height: 120px;
    width: auto;

}

.normal-sponsoren img {
    height: 80px;
    width: auto;

}



@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 20px;
        padding-left: 20px;
    }

    .navbar-expand-lg .navbar-nav .nav-link:last-of-type {
        padding-right: 0px;
    }
}

@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1520px;
    }
}

@media (min-width: 1800px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1760px;
    }
}


@media (max-width: 1799px) {
    .header-text {
        font-size: 14px;
    }
}
@media (max-width: 1599px) {
    .header-text {
        font-size: 13px;
    }
}

@media (max-width: 1599px) {
    .header-text {
          font-size: 13px;
       position: absolute;
        bottom:5px;
        margin-left: 0px
    }
}





@media (max-width: 1199px) {
    
    .container-fluid {
        padding-right: 40px;
        padding-left: 40px;
    }
    .btn-pdf {
        right: 40px;
    }
    body {
        font-size: 16px;
    }
    h1,
    .h1 {
        font-size: 120px;
    }
    h2,
    .h2 {
        font-size: 65px;
    }
    h3,
    .h3 {
        font-size: 35px;
    }
    h4,
    .h4 {
        font-size: 25px;
    }
    .font14 {
        font-size: 13px;
    }
    .premium-sponsoren img {
        height: 100px;
        width: auto;
    }
    .normal-sponsoren img {
        height: 75px;
        width: auto;
    }
    dl,
    ol,
    ul {
        padding-left: 15px;
        list-style:none
    }
    #main-content li::before {
      width: 6px;
      height: 6px;
      left: -15px;
      top: 10px;
    }
    
    
}








@media (max-width: 992px) {
    body {
        font-size: 14px;
    }
    h1,
    .h1 {
        font-size: 80px;
    }
    h2,
    .h2 {
        font-size: 50px;
    }
    h3,
    .h3 {
        font-size: 30px;
    }
    h4,
    .h4 {
        font-size: 20px;
    }
    .font14 {
        font-size: 12px;
    }
    dl,
    ol,
    ul {
        padding-left: 15px;
    }
    #main-content li::before {
      width: 6px;
      height: 6px;
      left: -15px;
      top: 9px;
    }
    
    
    
    .premium-sponsoren img {
        height: 80px;
        width: auto;
    }
    .normal-sponsoren img {
        height: 55px;
        width: auto;
    }
    .btn {
        --bs-btn-padding-y: 12px;
        font-size: 16px;
        letter-spacing: 0.14px;
        width: 180px;
    }
    section,
    footer {
        padding: 50px 0px;
    }
    .form-control {
        padding: 12px 20px;
        font-size: 16px;
    }
    .navbar-toggler {
        z-index: 1082;
    }
    #mobile-nav .modal-dialog {
        width: 100%;
        margin: 0;
        width: 100%;
        max-width: none;
    }
    .modal-close-btn {
       position: absolute;
        z-index: 1;
       right: 48px;
        top: 40px;
        width:50px;
        height: 50px;
        display: inline-block;
        background-image: url("data:image/svg+xml,%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='-7 -6 50 50'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %231c1463; %7D %3C/style%3E%3C/defs%3E%3Crect class='cls-1' x='-6.62' y='17.38' width='50' height='2' transform='translate(18.38 -7.62) rotate(45)'/%3E%3Crect class='cls-1' x='-6.62' y='17.38' width='50' height='2' transform='translate(-7.62 18.38) rotate(-45)'/%3E%3C/svg%3E");

    }
    .modal-backdrop {
        background-color: transparent;
    }
    .modal-content {
        padding-top: 35px;
        padding-bottom: 35px;
        border: none;
        border-radius: 0px;
        background: transparent linear-gradient(148deg, #153BFF 0%, #15FF1D 52%, #FFFF00 100%) 0% 0% no-repeat padding-box;
        display: block;
    }
    .modal-content ul {
        padding: 0px;
        margin: 0px;
    }
    .modal-content ul li::marker {
        content: ''
    }
    .navbar-brand.big-logo img {
        width: 180px;
    }
    .navbar-brand.small-logo img {
        width: 130px;
    }
    .navbar-small {
        background-color: #ffffff;
        padding: 20px 0px 30px;
    }
    html {
        scroll-padding-top: 98px;
    }
    .person-image {
        border-bottom:5px solid;
    }
    
     .header-text {
        position: relative;
        bottom:inherit;
        font-size: 10.5px;
    }
}



@media (max-width: 767px) {
    .header-text {
        
       
    }
}


@media (max-width: 575px) {
    .container-fluid {
        padding-right: 20px;
        padding-left: 20px;
    }
    body {
        font-size: 12px;
        letter-spacing: 0.48px;
    }
    h1,
    .h1 {
        font-size: 60px;
        letter-spacing: 0.6px;
    }
    h2,
    .h2 {
        font-size: 35px;
        letter-spacing: 0.7px;
        margin-bottom: 30px
    }
    h3,
    .h3 {
        font-size: 20px;
        letter-spacing: 0.2px;
    }
    h4,
    .h4 {
        font-size: 16px;
        letter-spacing: 0.16px;
    }
    h5,
    .h5,
    .person-item h4 {
        font-size: 12px;
        letter-spacing: 0.12px;
    }
    .font10 {
        font-size: 7px;
        letter-spacing: 0.28px;
    }
    .font14 {
        font-size: 10px;
        letter-spacing: 0.4px;
    }
    
    dl,
    ol,
    ul {
        padding-left: 12px;
    }
    #main-content li::before {
      width: 6px;
      height: 6px;
      left: -12px;
      top: 7.5px;
    }
    
   .header-text {
        position: absolute;
        top:75px;
        font-size: 10.5px;
	   width: 90%;
    }
    
    .premium-sponsoren img {
        height: 50px;
        width: auto;
    }
    .normal-sponsoren img {
        height: 30px;
        width: auto;
    }
    .btn {
        --bs-btn-padding-y: 10px;
        font-size: 14px;
        letter-spacing: 0.14px;
        width: 140px
    }
    .hr-line {
        margin: 30px 0px;
    }
    p {
        margin-bottom: 1rem;
    }
    dl,
    ol,
    ul {
        margin: 0px;
        margin-bottom: 1rem;
        padding-left: 17px;
    }
    section,
    footer {
        padding: 30px 0px
    }
    .line {
        margin: 30px 0px;
        width: 100px;
        height: 5px;
    }
    #teaser-x {
        padding: 60px 0px;
    }
    .form-control {
        padding: 10px 20px;
        font-size: 14px;
    }
    .socialmedia-buttons img {
        width: 20px;
        height: auto;
    }
    .modal-close-btn {
         right: 30px;
         top: 36px;
    }
}


.screenalert {
  display: none;
}
.ani-wrapper svg{
	opacity: 1;
  	-webkit-animation: rotate 4s ease-out  infinite;
  	animation: rotate 4s ease-out  infinite;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
#Check{
	opacity: 0;
  	-webkit-animation: fadeIn 4s ease-out infinite;
  	animation: fadeIn 4s ease-out infinite;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
		opacity: 0;
  }
  5% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
	opacity: 0;
  }
  10% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
	opacity: 1;
  }

  25% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  90% {
	  opacity: 1;
  }
  95% {
    
	  opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
	  opacity: 0;
  }
}



@keyframes rotate {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
		opacity: 0;
  }
  5% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
	opacity: 0;
  }
  10% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
	opacity: 1;
  }

  25% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  90% {
	  opacity: 1;
  }
  95% {
    
	  opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
	  opacity: 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  25% {
    opacity: 0
  }
  50% {
    opacity: 1
  }
  90% {
    opacity: 1
  }
	95% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  25% {
    opacity: 0
  }
  50% {
    opacity: 1
  }
  90% {
    opacity: 1
  }
	95% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
}