/*********************************************************************
 * Cascading-Style-Sheets file for Admidio
 *
 * @copyright 2004-2022 The Admidio Team
 * @see https://www.admidio.org/
 * @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License v2.0 only
 *
 * 
 *********************************************************************
 *
 *    Farb-Anpassungen für die Eisenbahnfreunde Pforzheim
 * 
 *********************************************************************
 * 
 * Basiswerte (anhand vom EFP-Logo)
 * rot             #e57744         HSL  19°, 76%, 58%
 * gelb            #f4bc0f         HSL  45°, 91%, 51%
 * dunkelbraun     #534c3d         HSL  41°, 15%, 28%
 * 
 ********************************************************************/

#divPleaseLogin {
	position: relative;
}

#divPleaseLogin p {
	position: absolute;
	top: 3vw;
	left: 4vw;
	font-size: 12pt;
	font-weight: bold;
	padding: 6px 30px 4px 30px;
	border-radius: 3px;
    background-color: hsl(41,53%,44%); /* #349aaa = hsl(188,53%,44%) */
    border-color: hsl(41,53%,44%); /* #349aaa = hsl(188,53%,44%) */
}

@media (max-width: 767px) {

    #divPleaseLogin p {
    	position: absolute;
    	font-size: 8pt;
    	font-weight: bold;
    	padding: 4px 20px 3px 20px;
    	border-radius: 2px;
    }
}

#adm_logout_link {
    color: hsl(41,15%,23%);
}

#adm_logout_link:hover {
    color: hsl(19,76%,30%);
    text-decoration: none;
}

#HinweisIE {
    display: none;
    position: fixed;
    top: calc(40vh);
    left: calc(15vw);
    z-index: 3000;
    width: calc(70vw);
    padding: 6px 10px;
    border-radius: 5px;
    background-color: #F2BBA2;
    font-size: calc(3vw);
    color: #B24411;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
     #HinweisIE {
        display: block;
    }
}

#HinweisIE img {
    float: left;
    margin-right: 10px;
    width: 20%;
}