
 
.pageCover {
    background: url("https://static-de.moveon4.com/de-fuberlin/images/FUB-Logo-230830-RGB-1_16.11.2023.png") no-repeat scroll 0px 15px #fff;
    padding-top: 100px;
	background-size: 26%;
}
.loginContainer:before {
	content: "Bitte stellen Sie sicher, dass Sie als Browser Firefox oder Chrome verwenden. Das Passwort muss Buchstaben, Zahlen und Sonderzeichen enthalten und mindestens achtstellig sein. Notieren Sie sich Ihre Anmeldedaten fuer den spaeteren Zugriff auf Ihre Bewerbung. // English: Please make sure that you use the web browser Firefox or Chrome. The password has to include letters, numbers and special characters and it should have at least 8 digits. Write down your login data in order to be able to access your application.";
	color: #525252;
    font-family: Source Sans, Arial;
	}


.loginBar{
	padding-top: 30px;
	
}


body {
    background: none repeat scroll 0 0 #F1F1F1;
    color: #336B7A;
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    outline: 0 none;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px 0;
}

.header {
    display: none;
}

.
#detailPage > .pageCover {
    background-size: 35%;
    background-position-y: 25px;
    padding-top: 110px;
}






.pageCover h1{
	margin-top: 50px;
}

 .vMenu > a > li {
    background-color: #336B7A;
    border-bottom: 1px solid #004659;
    border-top: 1px solid transparent;
    width: 170px;
    line-height: 20px;
    padding: 5px 27px 5px 10px;
    display: block;
    position: relative;
    font-family: "Lucida Sans","Lucida Grande",sans-serif;
    font-weight: 700;
    color: white;
}

.vMenu > a > li:hover, {
    background-color: #004659;
    color: white;
    cursor: pointer;
    font-weight: 700;
}

.vMenu > a > li:hover, .active {
    background-color: #004659 !important;
}
.vMenu > a > li.complete {
    background: url(https://static.moveon4.com/default/icons/completed_icon.png) no-repeat 188px 8px #fff;
    color: #336B7A;
    font-weight: 700;
}


.wizardTitleBar {
    background: #CCFF00;
    border-radius: 0 0 0px 0;
    padding: 16px 0;
    margin-left: 0px;
    overflow: hidden;
    width: 100%;
}
.wizardTitle {
    font-size: 18px;
    font-weight: bold;
    max-width: 600px;
    line-height: 20px;
    display: block;
    float: left;
    margin-left: 16px;
    font-family: Helvetica;
    color: #000000;
}

li.currentLanguage {
    
	background: none repeat scroll 0 0 #336B7A;
    border-bottom: 4px solid #004659 ;
    color: white;
    padding: 4px 8px;

}

.addSection {
    background: url(https://static.moveon4.com/default/icons/add_icon.png) no-repeat 5px 4px #004659;
    height: 25px;
    color: #fff;
    border: 1px solid transparent;
    padding: 0px 5px 3px 25px;
    cursor: pointer;
    float: left;
    margin: 5px 0px 5px 1px;
    opacity: 1;
}
.addSection:hover {
    background: url(https://static.moveon4.com/default/icons/add_icon.png) no-repeat 5px 4px #004659 ;
    height: 25px;
    color: #fff;
    border: 1px solid transparent;
    padding: 0px 5px 3px 25px;
    cursor: pointer;
    float: left;
    margin: 5px 0px 5px 1px;
    opacity: 1;
}

input[type=submit], button, input[type=reset], .button {
    background: none #336B7A;
    position: relative;
    padding: 6px 14px 7px;
    color: white;
    text-decoration: none;
    border-radius: 0px;
    border: 0;
    cursor: pointer;
    float: left;
    top: 0px;
    line-height: 30px;
}
button[kind="submit"]:hover {
    background: none #004659; 
	color:white;
	}
.pageCover h1 {
    color: #492E23;
    font-size: 25px;
    margin: 0;
    line-height: 50px;
}



.loginBar {
    font-size: 12px;
}

.loginBar {
    margin-top: 10px;
	top:  0 px !important;
}
.formHeader {
    font-size: 25px;
    width: 100%;
    color: #336B7A !important;
    padding: 14px 0px 10px 0px;
    
    border-bottom: 1pt solid #336B7A;
	font-weight: 500;
    margin-bottom: 15px;
	
}   
.autoSaveCheck {
	float: right;
	margin-right: 15px;
	color: #000000;
}
button[kind="save_button"], button[kind="submit_button"] {
    background: url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center #336B7A; color: white;
}
button[kind="save_button"]:hover, button[kind="submit_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center  #004659; 
	color:#ffffff;
}


button[kind="next_button"] {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #336B7A; color: white;
}
button[kind="next_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center  #004659 ; 
	color:#fffffff;
}
button[kind="previous_button"] {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #336B7A;  color: white;
	}
button[kind="previous_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center  #004659 ; 
	color:#ffffff;
	}
.progress-bar {
    margin: 0 16px 0 0;
	color:#336B7A;
}

.blue span {
    background-color: #004659;
}