<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/



/*
HEADER
*/

div.background-box div.fusion-text {
    padding: 10px 10px 60px 10px;
}

div.slide-content h2.title-heading-left {
    text-transform: uppercase;
    border-bottom: 2px rgb(255,255,255,1) solid;
    bottom: 0px;
}

.fusion-fullwidth.fullwidth-box.fusion-parallax-none.text-fullwidth.hundred-percent-fullwidth.hundred-percent-height.hundred-percent-height-center-content.non-hundred-percent-height-scrolling{
    height: calc(0px + 100vh) !important;
}

#mobile {
    position: fixed !important;
    bottom: 70px !important;
}

#mobile div.fusion-text {
    padding-top: 0px !important;
    padding-bottom: 0px;
}

#mobile h1 {
    margin-bottom: 0px !important;
    font-size: 20px;
}

#mobile h2{
    font-size: 15px!important;
}

.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-toggle-icon-line {
    background-color: #333333;
    width: calc((15px) * 1.5)!important;
    height: calc((20px) * .1);
}

a.fusion-flyout-menu-toggle{
    margin-left: 10px;
}

/*
Menu
*/

.menu-text {
    text-transform: uppercase;
}

a.fusion-flyout-menu-toggle:hover .fusion-toggle-icon-line {
    background-color: #0493b5 !important;
}

.wpml-ls-display::before {
    content: "\f0ac";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    margin-right: 7px;
}

/*
CONTENT
*/

#home div.fusion-fullwidth {
    padding: 0px !important;
}

div.cta {
    padding: 65px 10px 40px 10px;
}

div.cta div.fusion-text {
    font-size: 30px;
    color: #fff;
}

div.fusion-toggle-heading {
    font-family: "Open Sans";
}


div.publikationen div.toggle-content a {
    background-color: #0493b5;
    color: #fff;
    padding: 12px 25px 12px 75px;
    border-radius: 3px;
    margin-top: 10px !important;
}

div.publikationen div.toggle-content a::before {
    content: '';
    height: 30px;
    width: 31px;
    background-image: url('https://www.joachimpierer.at/wp-content/uploads/2019/09/download-30.png');
    position: absolute;
    background-repeat: no-repeat;
    left: 55px;
}

div.panel-body.toggle-content.fusion-clearfix {
    padding: 10px 31px 25px 31px;
}

.fusion-accordian .panel-title a{
    padding: 17px 0 !important;
}

/*
BUTTON DOWNLOAD
*/

.wpdm-download-link.btn.btn-primary {
    font-family: "Open Sans";
    font-weight: lighter;
    text-transform: none;
    font-size: 16px;
    letter-spacing: inherit;
}

/*.wpdm-download-link.btn.btn-primary::before {
    bottom: 33px !important;
}*/

.wpdm-download-link.btn.btn-primary:hover{
    background-color: #0493b5 !important;
    -webkit-box-shadow: 0px 0px 0px -200px rgba(255,255,255,0) !important;
    -moz-box-shadow: 0px 0px 0px -200px rgba(255,255,255,0) !important;
    box-shadow: 0px 0px 0px -200px rgba(255,255,255,0) !important;
}

/*
FORM
*/
div.kontaktforms .wpcf7-text, div.kontaktforms .wpcf7-textarea {
    border-radius: 3px;
    border: 0px;
}

.wpcf7-form-control.wpcf7-submit {
    width: 100% !important;
    background-color: #0493b5 !important;
    border-color: #0493b5 !important;
}

.wpcf7-form-control.wpcf7-submit:hover{
    background-color: rgb(242, 242, 242) !important;
    color: #0493b5 !important;
}



/*
FOOTER
*/

div.bottom {
    position: fixed;
    bottom: 0px;
    color: white;
    width: 100%;
}

div.fusion-text.white, div.bottom a {
    color: #fff;
}

div.footer a {
    color: #fff;
}

div.footer a:hover {
    color: #0493b5;
}





/*
RESPONSIVE
*/

@media only screen and (max-width: 729px) {
    #post-3 h1 {
        font-size: 1.15em !important;
        line-height: 1.7em !important;
    }
}

@media only screen and (max-width: 640px){
    .fusion-fullwidth.fullwidth-box.fusion-parallax-none.text-fullwidth.hundred-percent-fullwidth.hundred-percent-height.hundred-percent-height-center-content.non-hundred-percent-height-scrolling {
        height: calc(-102px + 100vh) !important;
    }
}
</pre></body></html>