/***** HT2020 *****/

/********** GENERAL **********/
#scroll-top-link {
    display: none !important;
}

/********** POINTER **********/
#ht_pointer_dot {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 4px solid #f5f5fa;
    position: fixed;
    border-radius: 4px;
    z-index: 2147483640;
    pointer-events: none;
    mix-blend-mode: difference;
    padding-right: 0 !important;
}

#ht_pointer_ring {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    padding: 15px;
    border: 2px solid #34a5da;
    background-color: rgba(52, 165, 218, 0.5);
    position: fixed;
    border-radius: 100px;
    z-index: 2147483641;
    transition: opacity 0.5s ease-in;
    pointer-events: none;
}

@media (pointer: none) {
    #top #ht_pointer_ring,
    #top #ht_pointer_dot {
        display: none !important;
    }
}

body,
body a,
body .avia-button-wrap,
body * {
    cursor: none !important;
}

#top #wrap_all #main a {
    transition: .5s all ease-out;
}

#top #wrap_all #main a:hover {
    border-color: #34a5da;
    background: #34a5da;
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 40px 4px rgba(52,165,218,0.5);
    -moz-box-shadow: 0px 0px 40px 4px rgba(52,165,218,0.5);
    box-shadow: 0px 0px 40px 4px rgba(52,165,218,0.5);
}

#top #wrap_all #main .grid-content a:hover {
    border-color: none;
    background: transparent;
    color: #212121;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}


/********** HEADER **********/


#header .logo img {
    padding: 15px 0;
}

/* Kein Menü */
#header_main_alternate {
    display: none !important;
}

#header_main .main_menu {
    display: none !important;
}

/****** HEADING ******/
#top .av-special-heading-tag,
#top .av-subheading p,
#top .ht-color-heading,
#ht_podcast_wrapper span {
    color: #34a5da;
}

@supports (-webkit-text-fill-color: transparent) {
    #top .av-special-heading-tag,
    #top .av-subheading p,
    #top .ht-color-heading,
    #top h1.post-title,
    #ht_podcast_wrapper span {
        background: linear-gradient(to bottom right, #14668c, #57c9ff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

/***** BUTTON *****/
#top #wrap_all .avia-button.avia-size-x-large,
#top #wrap_all .avia-button.avia-size-large,
#top button,
#top input.button {
    border-radius: 50px;
    transition: .5s all ease-out;
}

#top #wrap_all .avia-button.avia-size-x-large:hover,
#top #wrap_all .avia-button.avia-size-large:hover,
#top #wrap_all .avia-button:hover,
#top button:hover,
#top input.button:hover {
    opacity: 1 !important;
    background-color: white;
    border-color: #34a5da;
    color: #34a5da;
    -webkit-box-shadow: 0px 0px 40px 4px rgba(52,165,218,0.5);
    -moz-box-shadow: 0px 0px 40px 4px rgba(52,165,218,0.5);
    box-shadow: 0px 0px 40px 4px rgba(52,165,218,0.5);    
}

#top #wrap_all .avia-button.avia-size-x-large>span,
#top #wrap_all .avia-button.avia-size-large>span {
    font-size: 20px;
}

#top #wrap_all .avia-button.avia-size-x-large .avia_button_icon {
    margin-right: 15px;
}

@media only screen and (max-width: 767px) {
    #top #wrap_all .avia-button-wrap.avia-button-center.ht-mobile-left-align {
        text-align: left !important;
    }

    #top #wrap_all .avia-button-wrap .avia-button.avia-size-x-large {
        padding: 18px 25px 16px
    }
}
#top #wrap_all .socket_color .avia-color-dark {
    border-color: #f5f5fa;
    color: #f5f5fa;
}

/****** FONT ICON *****/
#top #wrap_all .av_font_icon .av-icon-char {
    transition: all 0.5s ease-out;
}

#top #wrap_all .av_font_icon .av-icon-char:hover {
    background-color: white;
    border-color: #34a5da;
    color: #34a5da;
    -webkit-box-shadow: 0px 0px 40px 4px rgba(52,165,218,0.5);
    -moz-box-shadow: 0px 0px 40px 4px rgba(52,165,218,0.5);
    box-shadow: 0px 0px 40px 4px rgba(52,165,218,0.5);   
}

/***** PORTFOLIO GALLERY *****/

/* Kein Rahmen bei Kästchen */
#top #wrap_all .grid-entry .inner-entry {
    box-shadow: none !important;
}

#top #wrap_all .grid-entry .inner-entry .grid-content {
    border-radius: 20px;
    text-align: left;
    transition: all 0.5s ease-out;
}

#top #wrap_all .grid-entry .inner-entry .grid-content:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#34a5da+0,d6d5da+100&1+0,0+66 */
    background: -moz-linear-gradient(top,  rgba(52,165,218,1) 0%, rgba(159,197,218,0) 66%, rgba(214,213,218,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(52,165,218,1) 0%,rgba(159,197,218,0) 66%,rgba(214,213,218,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(52,165,218,1) 0%,rgba(159,197,218,0) 66%,rgba(214,213,218,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34a5da', endColorstr='#00d6d5da',GradientType=0 ); /* IE6-9 */
}

@media only screen and (max-width: 767px) {
    #top #wrap_all .grid-entry .inner-entry .grid-content .entry-content-header .entry-title {
        font-size: 18px;
    }

    #top #wrap_all .grid-entry .inner-entry .grid-content .grid-entry-excerpt {
        margin-top: 0 !important;
    }
}


#top #wrap_all .grid-entry .inner-entry .grid-content .avia-arrow {
    display: none !important;
}

#top #wrap_all .grid-entry .inner-entry .grid-content .entry-title {
    background: transparent !important;
    font-size: 25px;
    line-height: 120%;
}

#top #wrap_all .grid-entry .inner-entry .grid-content .entry-content {
    font-style: normal;
    line-height: 150%;
    margin-top: 30px;
}

#top #wrap_all .grid-entry .inner-entry .grid-content .entry-content p:first-child {
    color: #212121
}



/********** HOME **********/

/* Kein Padding-Top, da kein klassischer Header gezeigt wird */
.page-id-2080 #top #main {
    padding-top: 0 !important;
}

/***** ERASER *****/
#ht_top_eraser {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 20vh;
    z-index: 999999;
    background-color: rgb(245, 245, 250);
    pointer-events: none;
    -webkit-mask: linear-gradient(to top, transparent, black);
    -moz-mask: linear-gradient(to top, transparent, black);
    -ms-mask: linear-gradient(to top, transparent, black);
    -o-mask: linear-gradient(to top, transparent, black);
    mask: linear-gradient(to top, transparent, black);
    -webkit-backdrop-filter: opacity(0%);
    -moz-backdrop-filter: opacity(0%);
    -ms-backdrop-filter: opacity(0%);
    -o-backdrop-filter: opacity(0%);
    backdrop-filter: opacity(0%);
}

#ht_bottom_eraser {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25vh;
    z-index: 999999;
    pointer-events: none;
    -webkit-mask: linear-gradient(to bottom, transparent, black);
    -moz-mask: linear-gradient(to bottom, transparent, black);
    -ms-mask: linear-gradient(to bottom, transparent, black);
    -o-mask: linear-gradient(to bottom, transparent, black);
    mask: linear-gradient(to bottom, transparent, black);
    -webkit-backdrop-filter: blur(2vh);
    -moz-backdrop-filter: blur(2vh);
    -ms-backdrop-filter: blur(2vh);
    -o-backdrop-filter: blur(2vh);
    backdrop-filter: blur(2vh);
}

/***** HERO *****/

#ht_hero_section_main .container {
    padding: 0 !important;
}

#ht_hero_name {
    transition-property: width;
}

#ht_hero_name_first,
#ht_hero_name_last {
    display: inline-block;
    opacity: 0;
    max-width: 0px;
}

.ht_name {
    animation-name: ht-anim-logo-name;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
}

.ht_logo {
    animation-name: ht-anim-name-logo;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-direction: reverse;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}

@keyframes ht-anim-logo-name {
    0% {
        opacity: 0;
        max-width: 0px;
    }

    100% {
        opacity: 1;
        max-width: 1000px;
    }
}

@keyframes ht-anim-name-logo {
    0% {
        opacity: 0;
        max-width: 0px;
    }

    100% {
        opacity: 1;
        max-width: 1000px;
    }
}



/***** LAPTOP SECTION *****/

#ht_laptop {
    margin-left: -20%;
    min-width: 767px;
}

#ht_laptop .avia-image {
    height: 300px;
    object-fit: cover;
    object-position: 50%;
}


/***** MOCKUP SECTION *****/

#ht_devices {
    margin: -10%;
    min-width: 110vw;
}


@media only screen and (max-width: 767px) {

    #ht_color_fade_in .av-parallax-inner,
    #ht_mockup_section .av-parallax-inner {
        background-image: none !important;
    }

    .ht_no_padding_mobile {
        padding: 0 !important;
    }
}

/****** POLICY SECTION *****/

#ht_policy_picture_image {
    position: absolute;
    top: 0;
}

#ht_policy_picture_image img {
    width: 9999px;
    border-radius: 3vw;
}

/****** PODCAST SECTION *****/

#ht_podcast_wrapper {
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    opacity: 1;
    transition: 0.2s opacity ease-in;
}

#ht_podcast_wrapper span {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

#ht_podcast_section.ht_animate_podcast #ht_podcast_wrapper span {
    opacity: 0;
    animation-name: ht-anim-podcast-text;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
    font-family: heebo, HelveticaNeue, "Helvetica Neue", Helvetica-Neue, Helvetica, Arial, sans-serif;
    font-size: 5.5vw;
    line-height: 1.1em;
    font-weight: 900;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    #ht_podcast_section.ht_animate_podcast #ht_podcast_wrapper span {
        font-size: 40px;
    }
}

#ht_podcast_section.ht_animate_podcast #ht_podcast_wrapper span:nth-child(2) {
    animation-delay: 0.3s;
}

#ht_podcast_section.ht_animate_podcast #ht_podcast_wrapper span:nth-child(3) {
    animation-delay: 0.6s;
}

#ht_podcast_section.ht_animate_podcast #ht_podcast_wrapper span:nth-child(4) {
    animation-delay: 0.9s;
}

#ht_podcast_section.ht_animate_podcast #ht_podcast_wrapper span:nth-child(5) {
    animation-delay: 1.2s;
}

#ht_podcast_section.ht_animate_podcast #ht_podcast_wrapper span:nth-child(6) {
    animation-delay: 1.5s;
}

#ht_podcast_section.ht_animate_podcast #ht_podcast_wrapper span:nth-child(7) {
    animation-delay: 1.8s;
}

#ht_podcast_section.ht_animate_podcast #ht_podcast_wrapper span:nth-child(8) {
    animation-delay: 2.5s;
    animation-name: ht-anim-podcast-final-text !important;
    animation-duration: 1s !important;
}

@keyframes ht-anim-podcast-text {
    0% {
        opacity: 0;
        transform: scale(1.6);
        text-shadow: 0px 0px 50px #121212;
    }

    20%,
    80% {
        opacity: 1;
        transform: scale(1);
        text-shadow: none;
    }

    100% {
        opacity: 0;
        transform: scale(0);
        text-shadow: 0px 0px 50px #121212;
    }
}

@keyframes ht-anim-podcast-final-text {
    0% {
        opacity: 0;
        transform: scale(1.6);
        text-shadow: 0px 0px 50px #121212;
    }

    100% {
        opacity: 1;
        transform: scale(1);
        text-shadow: none;
    }
}



/********** CUSTOM **********/

.ht_max_width_500 {
    max-width: 500px;
}


.ht_invisible {
    opacity: 0 !important;
}

.snaque {
	display: inline-block;
	background: linear-gradient(-45deg,#f0ad00,#c0c);
	padding: .2em .3em;
	border-radius: .3em;
	white-space: nowrap;
	color: #f5f5f5 !important;
	font-style: normal !important;
}