<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21.11.2018, 11:40:15
    Author     : Marc Hennessen &lt;mh@dev.as&gt;
*/

#popup-login {
    
}

#mainOverlay #popup-login {
    height: auto;
}

.modul-loginwall {
    padding: 0px 10px;
    color: #787878;
    font-size: 14px;
}

.modul-loginwall-ajax-popup {
    padding: 20px;
    line-height: 28px;
    font-size: 14px;
    background-color: #ffffff;
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0px auto;
    top: 100px;
}

.modul-loginwall-ajax-popup .modul-loginwall-exklusiv {
    
}

.modul-loginwall .modul-loginwall-text-right {
    text-align: right;
}

.modul-loginwall-popup {
    max-width: 662px;
}

.modul-loginwall .modul-loginwall-headline {
    background-color: transparent !important;
    color: #92d1d9;
    font-size: 16px;
    font-weight: 600;
    padding-top: 5px;
    text-transform: uppercase;
}

.modul-loginwall input {
    width: 100%;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    box-shadow: 0px 5px 7px -10px #aaa inset;
    padding: 8px 13px 9px;
}

.modul-loginwall .modul-loginwall-button {
    display: block;
    float: left;
    height: 40px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    padding: 0 40px;
    font-weight: 400;
    line-height: 40px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-transform: uppercase;
}

.modul-loginwall .modul-loginwall-button-small {
    height: 30px;
    padding: 0 30px;
    line-height: 30px;
}

.modul-loginwall .modul-loginwall-button-less-padding {
    padding: 0 25px;
}

.modul-loginwall .modul-loginwall-button-grau {
    background-color: #CACACA;
}

.modul-loginwall .modul-loginwall-button-blau {
    background-color: #92d1d9;
}

.modul-loginwall .modul-loginwall-exklusiv {
    margin-left: 20px;
}

.modul-loginwall .modul-loginwall-exklusiv ul li {
    color: #787878;
    list-style-image: url('/php/lay/vge2/haken_gruen.gif');
    list-style-position: outside;
    padding: 0;
    margin: 10px 0 11px 5px;
    font-size: 14px;
}

.modul-loginwall .modul-loginwall-border-right {
    border-right: 1px solid #bcbcbc;
    min-height: 230px;
}

.modul-loginwall-popup .col_22_of_12 {
    width: 100%;
}

.modul-loginwall.modul-loginwall-ajax-popup .modul-loginwall-popup-hide {
    display: none;
}

.modul-loginwall-popup-close {
    color: #787878;
    text-align: right;
    margin: 0;
    padding: 0;
    cursor: pointer;
    float: right;
    height: 20px;
}

.modul-loginwall-sitepopup {
    padding-bottom: 80px;
}

.modul-loginwall-sitepopup &gt; div,
.modul-loginwall-sitepopup &gt; div &gt; div,
.modul-loginwall-sitepopup #Memo_0 &gt; div {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    margin: 0px !important;
    padding: 0px !important;
}

.modul-loginwall-sitepopup .popup_bestaetigen {
    width: 220px !important;
    padding: 0px 40px !important;
    float: left;
}

.modul-loginwall-sitepopup .popup_bestaetigen_perm {
    float: left;
    width: 260px !important;
    margin-left: 100px !important;
}

.modul-loginwall .modul-loginwall-error {
    color: #ff0000;
}

@media only screen and (max-width: 980px) {
    .modul-loginwall .modul-loginwall-border-right {
        border-right: 0px;
    }
}

@media only screen and (max-width: 768px) {
     .modul-loginwall-ajax-popup {
        width: 100%;
    }
    
    .modul-loginwall .modul-loginwall-exklusiv {
        margin-left: 8px;
    }
    
    .modul-loginwall .modul-loginwall-border-right {
        border-right: 0px;
        min-height: 0px;
    }
    
    .modul-loginwall .modul-loginwall-buttons .modul-loginwall-button {
        width: 100%;
        text-align: center;
    }
    
    .modul-loginwall-sitepopup .popup_bestaetigen_perm {
        margin-left: 5px !important;
    }
    .modul-loginwall-sitepopup {
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 480px) {
    .modul-loginwall-sitepopup .popup_bestaetigen {
        width: 100% !important;
    }
}</pre></body></html>