/* 
 * ---------------------------------------------------------------------
 * Filename:            HS Harz.css
 * Description:         Design for the moveon 4 Form
 * Website:             moveon4.com
 * --------------------------------------------------------------------- 
 */
 
.pageCover {
    background: none;
	padding-top: 145px;
}
body {
    background-color: #0000;
    color: #000;
    font-family: Helvetica;
}

.pageHeader {
    background: white none repeat scroll 0 0;
    display: block;
	height: 120px;
	  height: 0;
	}
	
.logo {
    background: url("https://static-de.moveon4.com/de-hochschule-ulm/images/4-HSH-Logo-RGB-dt-en.png") no-repeat scroll 0 0;
	 width: 650px;
    height: 200px;
    top: -140px;
    background-size: 85%;
	}
	
.pageContent {
  border: medium none;
  }
  
  
.pageContainer {
  top: 168px;
    overflow: visible;
  }

  li.currentLanguage {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: medium none;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}

#languageButtons li a {
    color: #aaa;
    font-weight: 700;
    text-transform: uppercase;
   }
 .wizardContainer {
 top: -90px;
}
.formHeader {
    border-bottom: 1pt solid #000;
    color: #000;
}
.pageCover h1 {
    color: #000;
    margin-top: -110px;
}


.vMenu > a {
    color: #000;
}
.vMenu > a > li {
    border-bottom: 1px solid #000;
	font-weight: 400;
}

.vMenu > a > li.active {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    font-weight: 700 !important;
}

.vMenu > a > li:hover {
text-decoration:underline;
background:none;
color:#000;
}

.vMenu > a > li.complete {
      color: #000;
}
.vMenu > a > li.complete:hover {
    
	 color: black;
	}
	
.vMenu > a > li.complete.active {
    
    color: #000;
}


button[kind="next_button"] {
   
    color: black;
	  border-radius: 0;
}
button[kind="next_button"]:hover {
   
    color: black;
	text-decoration:underline;
  border-radius: 0;
}


button[kind="previous_button"] {
    
     color: black;
	   border-radius: 0;
}
button[kind="previous_button"]:hover {
   
     color: black;
	 text-decoration:underline;
  border-radius: 0;
}


button[kind="save_button"], button[kind="submit_button"] {
    
     color: black;
	   border-radius: 0;
}


button[kind="save_button"]:hover, button[kind="submit_button"]:hover {
   
    text-decoration:underline;
  border-radius: 0;
	 color: black;
}
.addSection {
    
	   color: black;
	     border-radius: 0;
	}
.addSection:hover{
   
	 color: black;
	 text-decoration:underline;
	   border-radius: 0;

	}
	
	
input[type="submit"], button, input[type="reset"], .button {
    background: #aaa none repeat scroll 0 0;
	 color: black;
	   border-radius: 0;
}
input[type="submit"]:hover, button:hover, input[type="reset"]:hover, .button:hover{
    background: #aaa none repeat scroll 0 0;
	 color: black;
	 text-decoration:underline;
	   border-radius: 0;
}
.blue span {
    background-color: #ee2e51;
}
a {
color: #ee2e51;
}






