#container_1 {
	width:500px;
	display:block;
	height:100%;
	position:fixed;
	left:0px;
	top:0px;
	background-image:url('../img/2015/header_logo.png');
	background-position:center 116px;
	background-repeat:no-repeat;
	background-color: #ececec;    
	border-right: 2px solid #009ee0;

}

#login {
	width:auto;	
}

#header {
	display:none;
}

#login_1 {
	color:#009EE0;
}

#login_2 div.label {
	color: #AFAFAF;
	background:none;
	font-size:14px;
	margin-bottom:8px;
	padding-left:5px;
	height:15px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	line-height:normal;
}

#login_2 div.input {
	width:100%;
	float:left;
	font-size:12px;
	margin-bottom:15px;
}	

input.code {
	border: 1px solid #ccc;	
	padding: 10px;
	width:250px;
	font-size:14px;
}

#login_2 input.button {
	border:none;
	background:none;
	font-size:22px;
	color:#009EE0;
	font-weight:normal;
	height:auto;
	text-align:left;
	cursor:pointer;
	float:left;
	width:auto;
	padding-left:38px;
	background-image:url('../img/2015/anmelden_pfeil.png');
	background-repeat:no-repeat;
	background-position:5px center;
}

input.code:focus, input.text:focus {
    border: 1px solid #336699;
}

.error {
	color:red;
	margin-top:10px;
}

strong {
	font-weight:normal;
}

/* ANFANG: Pearson & friends - DP 30.05.2018 - Popup-Fenster Login-Seite*/
.popup {
    position: relative;
    cursor: pointer;
    color: #000;
    text-decoration: underline;
}

.popup .popuptext {
    visibility: hidden;
    width: 70%;
    background-color: #ffffff;
    color: #060407;
    text-align:  left;
    border-radius: 6px;
    position: fixed;
    z-index: 1;
	overflow: scroll;
    height: 90%;
	padding: 20px;
	box-sizing: border-box;
    bottom: 5%;
    left: 15%;
    margin-left: 0px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}

#myPopup:before {
    content: 'x';
    color: #ff0000;
    font-weight: 300;
    font-family: Arial, sans-serif;
    right: 14px;
    top: 2px;
    /* text-transform: lowercase; */
    font-size: 32px;
    position: absolute;
    /* top: 0; */
}

#myPopup2:before {
    content: 'x';
    color: #ff0000;
    font-weight: 300;
    font-family: Arial, sans-serif;
    right: 14px;
    top: 2px;
    /* text-transform: lowercase; */
    font-size: 32px;
    position: absolute;
    /* top: 0; */
}


.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

/*ENDE: Pearson & friends - DP 30.05.2018 - Popup-Fenster Login-Seite*/