/**
Theme Name: Hackathon
Author: kaleidos:code
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hackathon
Template: astra
*/

:root {
    --hackathon-box-shadow: 4px 4px 0px 0px #000;
    --hackathon-text-outline: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.kc-container {
    padding-left: 20px;
    padding-right: 20px;
}

.kc-container-medium {
    max-width: 950px !important;
    margin-left: auto;
    margin-right: auto;
}

.kc-container-small {
    max-width: 850px !important;
    margin-left: auto;
    margin-right: auto;
}

p,
.entry-content p {
    margin-bottom: 0;
}

.p-margin p {
    margin-bottom: 1.6em !important;
}

.kc-nav-menu .hfe-flyout-close {
    top: 14px;
    right: 14px;
}

.kc-nav-menu nav {
    padding-top: 30px;
}

.menu-item.current-menu-item a.hfe-menu-item {
    font-weight: 700;
}

.menu-item a.hfe-menu-item:after {
    width: calc(100% - 30px) !important;
    left: 15px !important;
    bottom: 8px !important;
}

.hfe-flyout-content .menu-item.current-menu-item a.hfe-menu-item:after {
    content: '';
    position: absolute;
    left: 0!important;
    height: calc(100% - 15px);
    width: 2px !important;
    opacity: 1 !important;
    background-color: var(--ast-global-color-0);
}

.container-shadow {
    box-shadow: var(--hackathon-box-shadow);
}

.kc-font-code {
    font-size: 8.736px;
    font-family: monospace, monospace;
    font-style: normal;
    font-weight: 400;
    line-height: 15.531px;
    letter-spacing: 0.087px;
}

.kc-icon-middle .elementor-icon {
    vertical-align: middle;
}

a.elementor-button {
    box-shadow: 4px 4px 0px 0px #000;
    cursor: pointer;
    transform: translate (0);
}

a.elementor-button:hover {
    transform: translate(4px, 4px);
    box-shadow: 0 0 0 0 #000;
}

.outline a.elementor-button {
    background-color: transparent;
}

.outline a.elementor-button:hover {
    background-color: transparent;
}

h1 span,
h2 span,
h3 span,
h1 u,
h2 u,
h3 u {
    position: relative;
    display: inline-block;
    text-decoration: none !important;
}

h1 span::before,
h2 span::before,
h3 span::before,
h1 u::before,
h2 u::before,
h3 u::before {
    content: '';
    position: absolute;
    bottom: -3px;
    height: 6px;
    width: 100%;
    background: var(--ast-global-color-0);
}

.text-outline {
    text-shadow: var(--hackathon-text-outline);
}

.hackathon-top-bar-wrapper {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-family: Sora;
    font-weight: 600;
    padding: 4px 10px;
    display: flex;
    justify-content: space-between;
}

.hackathon-top-bar-brand {
    content: url(/wp-content/uploads/hackathon-brand.svg);
}

.hackathon-top-bar-close {
    content: url(/wp-content/uploads/close.svg);
}

.sticky {
    position: sticky;
}

.sticky.top {
    top: 80px;
}

.sticky.top-100 {
    top: 100px;
}

.ehf-header #masthead {
    position: sticky !important;
    top: 0;
}

header {
    border-bottom: 1px solid rgba(0,0,0,0);
    transition: 0.3s border ease-in-out;
}

header.hasScrolled {
    border-color: rgba(0,0,0,1);
}

.position-relative {
    position: relative;
}

.float-right {
    float: right;
}

.kc-orga-block {
    transition: all 300ms ease-in-out;
}

.kc-orga-block:hover {
    transform: translate(4px, 4px);
    box-shadow: 0 0 0 0 #000;
}

/* counter */
.kc-counter .elementor-counter-title,
.kc-counter-title {
    text-align: center;
    font-size: 32px;
    font-family: Sora;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.64px;
}

.kc-counter .elementor-counter-number,
.kc-counter-number {
    text-align: center;
    font-size: 108px;
    font-family: Sora;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-shadow: var(--hackathon-text-outline);
    color: var(--e-global-color-5f8d9b9);
}

/* image carousel */

.elementor-image-carousel-wrapper {
    padding-bottom: 84px;
    padding-right: 8px;
    padding-left: 4px;
}

.elementor-image-carousel img {
    border: 1px solid #000 !important;
    box-shadow: var(--hackathon-box-shadow);
}

.elementor-swiper-button:not(.elementor-lightbox-prevent-close) {
    bottom: 0 !important;
    top: auto !important;
    transform: translate(0) !important;
    left: 50% !important;
    right: auto !important;
    margin: 0 15px;
}

.elementor-swiper-button-prev:not(.elementor-lightbox-prevent-close) {
    right: 50% !important;
    left: auto !important;
}

.elementor-swiper-button svg path {
    display: none;
}

/* testimonials slider */
#hackathon_testimonials .owl-item {
    color: var(--black, #000);
    font-size: 16px;
    font-family: Sora;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
    padding-bottom: 10px;
    padding-top: 40px;
}

#hackathon_testimonials .owl-item>div {
    box-shadow: var(--hackathon-box-shadow);
    border: 1px solid #000;
}

#hackathon_testimonials .owl-item p {
    margin: 0;
}

#hackathon_testimonials .owl-item img {
    box-shadow: var(--hackathon-box-shadow);
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-top: calc(-5% - 40px);
    margin-bottom: 36px;
}

#hackathon_testimonials .owl-item blockquote {
    margin: 0;
    padding: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
}

#hackathon_testimonials .owl-item strong {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.4px;
    padding-top: 48px;
    padding-bottom: 8px;
    display: block;
}

@media only screen and (max-width: 767px) {
    #hackathon_testimonials .owl-item blockquote {
        font-size: 18px;
        line-height: 28px;
    }

    #hackathon_testimonials .owl-item>div {
        padding: 5% 48px !important;
    }
}

@media only screen and (min-width: 768px) {
    #hackathon_testimonials+.owl-nav button.owl-next {
        right: 20vw !important;
    }

    #hackathon_testimonials+.owl-nav button.owl-prev {
        left: 20vw !important;
    }

}

/* Slider Buttons */

#hackathon_testimonials+.owl-nav button,
.elementor-swiper-button svg {
    border: 1px solid #000 !important;
    box-shadow: var(--hackathon-box-shadow);
    transform: translate (0);
    transition: all ease-in-out 0.3s;
    width: 48px !important;
    height: 48px !important;
    background-color: var(--ast-global-color-0) !important;
}

#hackathon_testimonials+.owl-nav button:hover,
.elementor-swiper-button svg:hover {
    transform: translate(4px, 4px);
    box-shadow: 0 0 0 0 #000;
}

#hackathon_testimonials+.owl-nav button.owl-next,
.elementor-swiper-button-next svg {
    background: var(--ast-global-color-0) url(/wp-content/uploads/arrow-forward-fill0-wght400-grad0-opsz24.svg) no-repeat center center !important;
}



#hackathon_testimonials+.owl-nav button.owl-prev,
.elementor-swiper-button-prev svg {
    background: var(--ast-global-color-0) url(/wp-content/uploads/arrow-back-fill0-wght400-grad0-opsz24.svg) no-repeat center center !important;
}

/* SAFARI */
.e--ua-safari .elementor-swiper-button svg {
    box-shadow: none !important;
    filter: drop-shadow(4px 4px 0px #000);
}

.e--ua-safari .elementor-swiper-button svg:hover {
    box-shadow: none !important;
    filter: drop-shadow(0px 0px 0px #000);
}



/* Slider Buttons END */

/* Programm */
.hackathon-programm table {
    margin: 0;
    width: auto;
}

.hackathon-programm table,
tr,
td {
    border: none;
}

.hackathon-programm tr td:first-child {
    text-align: right;
    padding-left: 0;
    color: #7A828C;
    text-align: right;
    font-weight: 400;
    width: 10px;
    white-space: nowrap;
}

.hackathon-programm td {
    padding: 0;
    padding-left: 20px;
    padding-bottom: 8px;
    vertical-align: baseline;
}

.hackathon-programm {
    font-size: 16px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.16px;
}

.hackathon-programm p u,
.hackathon-programm p span {
    display: inline-block;
    text-decoration-line: none !important;
    width: 13ch;
    padding-right: 16px;
    color: #7A828C;
    text-align: right;
    font-weight: 400;
}

/* Page - Sponsorlist */
.kc-sponsor-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 30px;
}

.kc-sponsor-item {
    display: flex;
    flex-direction: column;
    border: 1px solid black;
    transform: translate(0);
    transition: all 0.3s ease-in-out;
}

.kc-sponsor-item:has(a:hover) {
    transform: translate(4px, 4px);
    box-shadow: 0px 0px 0 0 #000;
}

@supports (not selector(:has(*))) {
.kc-sponsor-item:hover {
        transform: translate(4px, 4px);
        box-shadow: 0px 0px 0 0 #000;
    }
}

.kc-sponsor-item--logo-wrapper {
    height: 200px;
    padding: 40px 60px;
}

.kc-sponsor-item--logo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

.kc-sponsor-item--text-wrapper {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: var(--e-global-color-d1bdb8d);
}

.kc-sponsor-item--name {
    font-family: var(--e-global-typography-0f48be1-font-family), Sans-serif;
    font-size: var(--e-global-typography-0f48be1-font-size);
    font-weight: var(--e-global-typography-0f48be1-font-weight);
    line-height: var(--e-global-typography-0f48be1-line-height);
    letter-spacing: var(--e-global-typography-0f48be1-letter-spacing);
    word-spacing: var(--e-global-typography-0f48be1-word-spacing);
}

.kc-sponsor-item--link-wrapper {
    border-top: 1px solid black;
    padding: 8px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--e-global-typography-34e928f-font-family), Sans-serif;
    font-size: var(--e-global-typography-34e928f-font-size);
    font-weight: var(--e-global-typography-34e928f-font-weight);
    line-height: var(--e-global-typography-34e928f-line-height);
    letter-spacing: var(--e-global-typography-34e928f-letter-spacing);
    word-spacing: var(--e-global-typography-34e928f-word-spacing);
    text-decoration: none !important;
    background-color: var(--e-global-color-97a6514);
}

.kc-sponsor-item--link-wrapper:hover,
.kc-sponsor-item--link-wrapper:focus {
    color: #000;
}

@media only screen and (max-width: 1024px) {
    .kc-sponsor-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .kc-sponsor-list {
        grid-template-columns: repeat(1, 1fr);
    }
}

.hf-jobwall-list li a {
    justify-content: space-between !important;
    flex-direction: row-reverse;
    padding: 16px 24px !important;
    column-gap: 20px;
    border: 1px solid #000;
    box-shadow: var(--hackathon-box-shadow);
    transition: all 300ms ease-in-out;
    background: var(--ast-global-color-1);
    text-decoration: none !important;
}

.hf-jobwall-list li a:hover {
    transform: translate(4px, 4px);
    box-shadow: 0 0 0 0 #000;
}

@media only screen and (max-width: 767px) {
    .hf-jobwall-list li a {
        padding: 16px 12px !important;
    }
}