@font-face{

    font-family:'CrossTown';

    src:url('../fonts/CrossTown-Regular.woff2') format('woff2');

    font-weight:normal;

    font-style:normal;

    font-display:swap;

}



/* ==================================================
   ILP Event Template
================================================== */

.ilp-event-page{

    width:100%;
    margin:0;
    padding:0;

    background:#0c3c69;

}

.ilp-event-container{

    width:100%;
    max-width:1600px;

    margin:0 auto;

}

/* ==================================================
   HERO
================================================== */

.ilp-hero{

    position:relative;

    margin:40px 20px;

    min-height:920px;

    border-radius:18px;

    overflow:hidden;

    background-color:#1b3554;

    background-size:cover;

    background-position:center center;

    background-repeat:no-repeat;

}

.ilp-hero-overlay{

    width:100%;

    max-width:1280px;

    min-height:920px;

    margin:0 auto;

    padding:45px 50px;

    display:flex;

    flex-direction:column;

    color:#fff;

}

/* ==================================================
   HERO LAYOUT
================================================== */

.hero-top{

    display:flex;

    flex-direction:column;

    align-items:center;

}

.hero-center{

    display:flex;

    flex-direction:column;

    align-items:center;

    gap:18px;

    margin-top:35px;

}

.hero-bottom{

    margin-top:auto;

    width:100%;

}

/* ==================================================
   Hero Layout
================================================== */

.hero-top{

    display:flex;

    flex-direction:column;

    align-items:center;

}

.hero-center{

    display:flex;

    flex-direction:column;

    align-items:center;

    gap:22px;

}

.hero-bottom{

    margin-top:auto;

    width:100%;

}

.ilp-event-label{

    position:relative;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:20px;

}

.ilp-event-banner{

    display:block;

    width:760px;

    height:auto;

}

.ilp-event-ribbon-text{

    position:absolute;

    left:50%;

    top:50%;

    transform:translate(-50%,-50%);

    font-size:34px;

    font-weight:800;

    color:#fff;

    text-transform:uppercase;

    letter-spacing:1px;

    white-space:nowrap;

}

.ilp-event-date{

    font-size:28px;
    margin-top:20px;

}

.ilp-event-location{

    font-size:18px;

}

/* ==================================================
   Hero Buttons
================================================== */

.ilp-hero-buttons{

    display:flex;

    justify-content:center;

    gap:24px;

    flex-wrap:wrap;

    margin:0;

}

.ilp-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:270px;

    height:58px;

    padding:0 34px;

    border-radius:12px;

    text-decoration:none;

    font-size:19px;

    font-weight:700;

    background:rgba(8,25,45,.55);

    backdrop-filter:blur(8px);

    border:1px solid rgba(255,255,255,.12);

    box-shadow:0 12px 35px rgba(0,0,0,.25);

    transition:all .25s ease;
}

.ilp-btn-primary{

    color:#ffffff;

    border:2px solid #E6720B;

}


.ilp-btn-primary:hover{

    background:#E6720B;

    color:#fff;

}

.ilp-btn-primary:visited,
.ilp-btn-primary:focus,
.ilp-btn-primary:active{

    color:#fff;

}

.ilp-btn-secondary{

    color:#ffffff;

    border:2px solid #00A0E3;

}

.ilp-btn-secondary:hover{

    background:#00A0E3;

    color:#fff;

}

.ilp-btn-secondary:visited,
.ilp-btn-secondary:focus,
.ilp-btn-secondary:active{

    color:#fff;

}

.ilp-btn-disabled{

    color:#bdbdbd;
    border:2px solid rgba(255,255,255,.18);
    cursor:default;
    pointer-events:none;
    opacity:.65;

}


/* ==================================================
   Hero Informationskarten
================================================== */

.ilp-event-meta{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;

    max-width:900px;
    margin:0 auto;

}

.ilp-meta-card{

    display:flex;

    align-items:center;

    gap:20px;

    padding:22px 26px;

    background:rgba(8,25,45,.55);

    border:1px solid rgba(255,255,255,.12);

    border-radius:14px;

    backdrop-filter:blur(6px);

    box-shadow:0 12px 35px rgba(0,0,0,.25);

    text-align:left;

}

.ilp-meta-icon{

    font-size:42px;

    flex-shrink:0;

}

.ilp-meta-content{

    display:flex;

    flex-direction:column;

}

.ilp-meta-title{

    font-size:14px;

    text-transform:uppercase;

    letter-spacing:1px;

    color:#c7d7ea;

    margin-bottom:6px;

}

.ilp-meta-content strong{

    font-size:24px;

    font-weight:700;

    color:#ffffff;

    line-height:1.3;

}

/* ==================================================
   Content Cards
================================================== */

.ilp-section{

    margin:40px 20px;

}

.ilp-card{

    max-width:1600px;

    margin:0 auto;

    background:#123f69;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 18px 45px rgba(0,0,0,.25);

}

.ilp-card-header{

    background:#0f3558;

    padding:28px 45px 34px;

    border-bottom:1px solid rgba(255,255,255,.08);

}

.ilp-card-header::before{

    content:"";

    display:block;

    width:100%;

    height:5px;

    margin-bottom:22px;

    border-radius:20px;
	
	
    background:linear-gradient(
    90deg,
    #E6720B 0%,
    #E6720B 18%,
    rgba(230,114,11,.70) 40%,
    rgba(230,114,11,.25) 70%,
    rgba(230,114,11,0) 100%
);

}

.ilp-card-header h2{

    margin:0;

    font-size:35px;

    font-weight:800;

    color:#ffffff;

    text-transform:uppercase;

    letter-spacing:1px;

}

//*
.ilp-card-header h2{
    margin:0;
    text-align:right;
}
*//

.ilp-card-content{

    padding:45px 60px;

    color:#ffffff;

    line-height:1.8;

    font-size:20px;

}

.ilp-welcome{

    display:flex;

    gap:50px;

    align-items:flex-start;

}

.ilp-welcome-text{

    flex:1;

}

.ilp-welcome-poster{

    width:360px;

    flex-shrink:0;

}

.ilp-welcome-poster img{

    display:block;

    width:100%;

    height:auto;

    border-radius:12px;

    box-shadow:0 12px 35px rgba(0,0,0,.30);

}

/* ==================================================
   Hero Status
================================================== */

.ilp-event-status{

    display:inline-flex;

    align-items:center;

    gap:12px;

    margin:0;

    padding:10px 22px;

    border-radius:999px;

    background:rgba(0,0,0,.35);

    backdrop-filter:blur(6px);

}

.status-dot{

    width:12px;

    height:12px;

    border-radius:50%;

    background:#37d14a;

    box-shadow:0 0 12px #37d14a;

}

.status-text{

    color:#fff;

    font-size:18px;

    font-weight:700;

}

/* ==================================================
   Countdown
================================================== */

.ilp-countdown{

    margin:0;
	margin-top:15px;

    text-align:center;

}

.ilp-countdown-title{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    margin:0 0 12px;
    padding:10px 22px;

    border-radius:999px;

    background:rgba(0,0,0,.35);
    backdrop-filter:blur(6px);

    color:#fff;
    font-size:18px;
    font-weight:700;

}

.ilp-countdown-grid{

    display:grid;

    grid-template-columns:repeat(4,110px);

    justify-content:center;

    gap:24px;

}

.count-value{

    font-size:54px;

    font-weight:800;

    line-height:1;

    color:#fff;

}

.count-label{

    margin-top:6px;

    font-size:12px;

    letter-spacing:2px;

    color:#c7d7ea;

}

.count-card{

    width:110px;

    height:110px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    background:rgba(8,25,45,.55);

    border:1px solid rgba(255,255,255,.12);

    border-radius:14px;

    backdrop-filter:blur(8px);

    box-shadow:0 12px 35px rgba(0,0,0,.25);

}
/* ==================================================
   Dokumente & Downloads
================================================== */

.ilp-downloads{

    display:flex;

    flex-direction:column;

    gap:20px;

    margin-top:35px;

}


.ilp-download-card{

    display:grid;

    grid-template-columns:70px 1fr auto;

    gap:30px;

    align-items:center;

    padding:22px 28px;

    background:#173f66;

    border:1px solid rgba(255,255,255,.08);

    border-radius:14px;

    transition:.25s;

}

.ilp-download-card:hover{

    transform:translateY(-4px);

    box-shadow:0 12px 30px rgba(0,0,0,.25);

}

.ilp-download-icon{

    font-size:46px;

    line-height:1;

    flex-shrink:0;

}

.ilp-download-content{

    display:flex;

    flex-direction:column;

    justify-content:center;

    gap:10px;

}

.ilp-download-card > .ilp-btn{

    justify-self:end;

    align-self:center;

    width:200px;

    margin:0;

}

.ilp-download-content h3{

    margin:0;

    color:#fff;

    font-size:30px;

}

.ilp-download-content p{

    margin:0 0 25px;

    color:#d6e4f3;

    line-height:1.6;

}
/* ==========================================
   PREISKARTEN
========================================== */

.ilp-price-grid{

    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:25px;
    margin:30px 0;

}

.ilp-price-card{

    background:linear-gradient(180deg,#1d4f7d,#143d63);
    border:1px solid rgba(255,255,255,.08);
    border-radius:12px;

    padding:28px;

    transition:.25s;

    box-shadow:
        0 8px 25px rgba(0,0,0,.20);

}

.ilp-price-card-full{

    grid-column:1 / -1;

}

.ilp-price-card:hover{

    transform:translateY(-4px);

    box-shadow:
        0 15px 35px rgba(0,0,0,.35);

}

.ilp-price-title{

    color:#fff;

    font-size:22px;

    font-weight:700;

    margin-bottom:20px;

}

.ilp-price-value{

    color:#ff8a00;

    font-size:42px;

    font-weight:800;

    line-height:1;

}

/* ==========================================
   INFO CARDS
========================================== */

.ilp-info-card{

    background:linear-gradient(180deg,#1d4f7d,#143d63);

    border:1px solid rgba(255,255,255,.08);

    border-radius:12px;

    padding:28px;

    margin:25px 0;

    box-shadow:0 8px 25px rgba(0,0,0,.20);

}

.ilp-info-price{

    font-size:32px;

    font-weight:800;

    color:#ff8a00;

    margin-bottom:12px;

}

.ilp-info-subtitle{

    margin:8px 0 22px;

    color:rgba(255,255,255,.70);

    font-size:15px;

    font-weight:600;

    letter-spacing:.08em;

    text-transform:uppercase;

}

.ilp-feature-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

    gap:15px;

}

.ilp-feature{

    background:rgba(255,255,255,.06);

    border-radius:8px;

    padding:14px 18px;

    color:#fff;

    font-weight:600;

    border:1px solid rgba(255,255,255,.05);

}

/* ==========================================
   CARD TITLE
========================================== */

.ilp-card-title{

    display:flex;

    align-items:center;

    gap:12px;

    font-family:'CrossTown',sans-serif;

    font-size:28px;

    font-weight:normal;

    text-transform:uppercase;

    color:#fff;

    margin-bottom:22px;

    padding-bottom:16px;

    border-bottom:1px solid rgba(255,255,255,.08);

}

/* ==========================================
   CARD HEADER
========================================== */

//* 
.ilp-card-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding-bottom:18px;

    margin-bottom:24px;

    border-bottom:1px solid rgba(255,255,255,.08);

}
*//

.ilp-card-badge{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    margin-left:18px;

    padding:6px 14px;

    background:#E6720B;

    color:#ffffff;

    border-radius:999px;

    font-size:15px;

    font-weight:700;

    line-height:1;

    letter-spacing:.08em;

    text-transform:uppercase;

}

/* ==================================================
   Einleitungstexte
================================================== */

.ilp-intro{

    max-width:950px;

    margin:22px 0 35px;

    padding-left:22px;

}

.ilp-intro p{

    margin:0 0 18px;

}

.ilp-intro p:last-child{

    margin-bottom:0;

}

.ilp-entry-section > h3{

    margin:22px 0 30px;

    padding-left:22px;

}

.ilp-card-content hr{

    border:0;

    height:2px;

    margin:45px 22px;

    background:linear-gradient(
        90deg,
        #E6720B 0%,
        rgba(230,114,11,.65) 45%,
        rgba(230,114,11,.15) 80%,
        rgba(230,114,11,0) 100%
    );

}

.ilp-section-header{

    display:flex;

    align-items:center;

    gap:16px;

    padding-left:22px;

    margin:0 0 30px;

}

.ilp-section-header h3{

    margin:0;

}

.ilp-sponsor-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

    gap:24px;

    margin-top:32px;

}

.ilp-sponsor-card{

    display:flex;

    flex-direction:column;

    align-items:center;

    text-align:center;

    background:#ffffff;

    border-radius:14px;

    padding:24px;

    transition:.25s;
	
	min-height:260px;

}

.ilp-sponsor-card h3{

    margin:12px 0 6px;

    color:#123f69;

    font-size:24px;

    font-weight:700;

}

.ilp-sponsor-card p{

    margin:0 0 18px;

    color:#555;

    line-height:1.6;

}

.ilp-sponsor-card .ilp-btn{

    display:inline-flex;

    align-items:center;
    justify-content:center;

    min-width:0;
    width:auto;

    height:42px;

    padding:0 18px;

    font-size:14px;

    margin-top:16px;

}

.ilp-sponsor-card:hover{

    transform:translateY(-4px);

}

.ilp-sponsor-card img{

    max-width:180px;
    max-height:180px;
    width:auto;
    height:auto;
    margin-bottom:18px;

}

/* ==========================================
   Kontakt
========================================== */

.ilp-contact-card{

    display:grid;

    gap:14px;

    margin-bottom:30px;

}

.ilp-contact-row{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:16px 20px;

    background:#f8f9fb;

    border-left:5px solid #00A0E3;

    border-radius:8px;

}

.ilp-contact-row strong{

    color:#003746;

    font-size:17px;

}

.ilp-contact-row span{

    color:#444;

    text-align:right;

}

.ilp-contact-row a{

    color:#00A0E3;

    text-decoration:none;

    font-weight:600;

}

.ilp-contact-row a:hover{

    text-decoration:underline;

}

/* ==========================================
   Info Box
========================================== */

.ilp-info-box{

    margin:25px 0;

    padding:22px 28px;

    background:linear-gradient(180deg,#1d4f7d,#143d63);

    border:1px solid rgba(255,255,255,.08);

    border-radius:12px;

    box-shadow:0 8px 25px rgba(0,0,0,.20);

}

.ilp-info-box h4{

    margin:0 0 14px;

    color:#E6720B;

    font-size:24px;

    font-weight:700;

    text-transform:uppercase;

}

.ilp-info-box p{

    margin:0;

}

/* ==========================================
   Preistext
========================================== */

.ilp-price-text{

    font-size:18px;

    font-weight:600;

    color:#ffffff;

    line-height:1.45;

    word-break:normal;

}

/* ==========================================
   PayPal
========================================== */

.ilp-paypal-address{

    font-size:28px;

    font-weight:800;

    color:#ffffff;

    line-height:1.3;

    margin-bottom:10px;

}

@media (max-width:768px){
	
	.ilp-countdown-title{

    font-size:16px;
    padding:8px 18px;
    margin-bottom:8px;

}
	
	.ilp-event-banner{

    width:100%;
    max-width:340px;
    height:auto;

}

.ilp-event-ribbon-text{

    font-size:14px;
    letter-spacing:.5px;

}

    /* HERO */

    .ilp-hero{

        min-height:560px;
        margin:10px 8px;

    }
	
	.hero-center{

    gap:12px;

}

    .ilp-hero-overlay{

        min-height:auto;
        padding:12px 15px 15px;

    }

    .ilp-hero-buttons{

        display:flex;
        flex-direction:column;
        align-items:center;
        gap:1px;
        margin-top:20px;

    }

    .ilp-hero-buttons .ilp-btn{

        width:100%;
        max-width:280px;

    }

    .ilp-btn{

        height:48px;
        font-size:17px;

    }

    /* COUNTDOWN */

    .ilp-countdown-grid{

    grid-template-columns:repeat(2,78px);
    justify-content:center;
    column-gap:10px;
    row-gap:10px;

}

    .count-card{

        width:78px;
        height:78px;

    }

    .count-value{

        font-size:34px;

    }

    /* META */

    .ilp-event-meta{

        grid-template-columns:1fr;

    }

    .ilp-meta-card{

        padding:14px 16px;

    }

    .ilp-meta-content strong{

        font-size:20px;

    }

    /* CONTENT */

    .ilp-card-grid,
    .ilp-price-grid,
    .ilp-sponsor-grid{

        grid-template-columns:1fr;

    }

    .ilp-download-card{

        flex-direction:column;
        text-align:center;

    }

    .ilp-download-action{

        margin-top:20px;

    }

    .ilp-live-buttons{

        display:flex;
        flex-direction:column;
        gap:15px;

    }

    .ilp-live-buttons .ilp-btn{

        width:100%;

    }

    .ilp-welcome{

        flex-direction:column;

    }

    .ilp-welcome-poster{

        width:100%;
        max-width:360px;
        margin:0 auto;

    }

    .ilp-contact-row{

        flex-direction:column;
        align-items:flex-start;
        gap:8px;

    }

    .ilp-contact-row span{

        text-align:left;

    }

}

.ilp-event-status{

    display:inline-flex;
    align-items:center;
    justify-content:center;

}

.status-text{

    display:inline-block;
    white-space:nowrap;

}

.ilp-section-title{

    font-size:30px;
    line-height:1.1;

}

.ilp-card-header h2{

    font-size:26px;
    line-height:1.1;
    letter-spacing:.5px;

}

.ilp-download-content h3{

    font-size:22px;
    line-height:1.15;

}

.ilp-download-card{

    display:flex;
    flex-direction:column;
    align-items:flex-start;

}

.ilp-download-action{

    width:100%;
    margin-top:16px;

}

.ilp-download-action .ilp-btn{

    width:100%;

}