/*
Description:  habd.at custom CSS
Author:       Peter Liebetrau
Author URI:   http://habd.at
Version:      1.0.0
*/

/* ********* Landingpages ********** */
.lp-h2 {
    font-weight: normal !important;
    font-size: 32px !important;
    margin-bottom: 1em !important;
    margin-top: .5em !important;
}
.lp-logo {
    position: absolute;
    bottom: 0;
}
.lp-iframe .iframe-container {
    padding: 10px;
    margin: 10px 0;
    background-color: white;
    border-radius: 8px;
}
.lp-iframe .iframe-container iframe {
    width: 1px;
    min-width: 100%;
    min-height: 430px;
    border: 0;
}
.hidden-xs {
    @media (max-width: 819px) {
        visibility: hidden;
    }
}