/*
Theme Name: Ruhr-Universität Bochum
Theme URI: http://www.rub.de
Description: Wordpress-Theme im Corporate Design der Ruhr-Universität Bochum. Das Theme basiert auf dem Framework <a href="http://foundation.zurb.com/">ZURB Foundation</a>. © 2016
Version: 1.0
Author: IT.SERVICES
Author URI: http://www.it-services.rub.de
*/


@import url("css/normalize.css"); 
@import url("css/foundation.css"); 

/*
*:not(body):not(html) {
	border: 1px solid red;
}
*/
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  background: #e7e7e7;
  color: #003560; }
 
#all {
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
	margin-bottom: 20px;
}

.column, .columns {
	margin: 0;
	padding: 0;
}

a {
  color: #003560;
}

a:hover {
	color: #8DAE10;
}
   
#kopf1, #kopf2 {
  position: relative;
  margin: 0 auto;
  /*border-right: 1px solid #929292;
  border-left: 1px solid #929292;*/
  background: #fff; }
  #kopf .column, #kopf .columns {
    padding-left: 0;
    padding-right: 0; }

header {
  background: url(../foundation_rub/img/bg-oben-unterseite-grau136.gif);
  min-height: 125px; }
 header h1  {
    font-size: 1.0em;
    padding-top: 20px;
    margin-bottom: 35px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #003560;
    padding-left: 10px; }
    header h1 span {
      font-weight: bold; }
    header h1 a:hover {
      color: #003560; }
  header h2, header h2 a {
    color: #8dae10;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 5px; }
  header h2 a:focus, header h2 a:hover { color: #8dae10; }

/* Logo anstelle von Schriftzug des Seitennamens */	
#sub-logo {
	position: relative;
	margin-bottom: 20px;
}

#rub-logo {
	width: 102px;
	height: 102px;
    position: absolute;
    margin-top: 0px;
    margin-left: 260px;
}
	
/* Horizontale Menüleiste im Header */	
#sub-nav ul {
    list-style: none; 
	padding: 0 0 10px 0;
	margin: 20px 0px 20px -20px;
	}
  #sub-nav  li {
    float: left;
	padding: 0px 2px 0px 0px;
    margin:  0px;
    font-size: 0.7em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e7e7e7;
    font-weight: bold;

		}
  #sub-nav  li:before {
    content: "|";
    color: #5c5c5c;
    margin: 0 5px 0 5px;
    padding: 0; }
  #sub-nav  li:first-child:before {
    content: ''; }
	
  #sub-nav a, #sub-nav  a:link, #sub-nav  a:visited, #sub-nav a:active, #sub-nav  a:focus, #sub-nav  a:hover {
    color: #5c5c5c; }

	
.top-bar {
  background: #709708; 
  height: 30px;
}
.top-bar li {
height: 30px;

}
.top-bar a {
	text-decoration: none;
	height: 30px;

}
.top-bar .name {
	font-size: 2em;
	height: 30px;
	margin: 0;
}
.expanded .top-bar .name {
	font-size: 2em;
	height: 30px;
	margin: 0;
}
	

.top-bar .name span {
font-size: 0.8rem; }
.top-bar .name:active, .top-bar .name:focus, .top-bar .name:hover {
background: #003560; }
.top-bar .name span a {
font-weight: bold;
letter-spacing: 1px; }
.top-bar .active {
background: #003560; }	


.top-bar-section ul {
  list-style: none; 
   font-size: 1.5em;
   line-height: 1.5em;
   }
.top-bar-section li {
  border-right: 1px solid #fff; 

}
.top-bar-section li:not(.has-form) a:not(.button) {
  background: #709708;  }
.top-bar-section li:hover:not(.has-form) > a {
  background: #709708;  }
.top-bar-section li.hover > a:not(.button) {
  background: #003560; }
.top-bar-section li:not(.has-form) a:not(.button):hover {
  background: #003560; }
.top-bar-section li.active:not(.has-form) a:not(.button) {
  background: #003560; }
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
  background: #003560; }
.top-bar-section li a {
  background: #709708;    }
.top-bar-section li a.active {
  background: #003560; }
.top-bar-section li:not(.has-form) a:hover:not(.button) {
  background: #003560; }
.top-bar-section .dropdown li {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff; }
.top-bar-section .dropdown li:last-child {
  border-bottom: 1px solid #fff; }
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
  background: #709708;  }
.top-bar-section .dropdown li:hover:not(.has-form):not(.active) > a:not(.button) {
  background: #709708;  }
.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
  background: #709708;  }
.top-bar-section .dropdown li:hover:not(.has-form) :not(.active) > a:not(.button) {
  background: #709708; }
.top-bar-section .dropdown li label {
  background: #709708;  }
.top-bar-section ul li:hover:not(.has-form) > a {
  background: #003560; }
.top-bar-section li.hover > a:not(.button) {
  background: #003560; }
.top-bar-section li:not(.has-form) a:hover:not(.button) {
  background: #003560; }
.top-bar-section .dropdown li:hover:not(.has-form) > a:not(.button) {
  background: #003560; }

.top-bar-section li a:not(.button) {
    line-height: 2em;
    padding: 2px 10px;
}  

.top-bar-section li.active:not(.has-form) a:not(.button) {
    line-height:1.5rem;
	padding: 3px 10px;
}

.top-bar-section li:not(.has-form) a:not(.button) {
    line-height: 1.5rem;
	padding: 3px 10px;
}

.contain-to-grid {
    background: #003560;
}

.top-bar.expanded .title-area {
    background: #003560;
}

.top-bar.expanded .toggle-topbar a {
    color: #fff;
}

.top-bar .toggle-topbar.menu-icon {
    margin-top: -16px;
    padding-left: 40px;
    right: 15px;
    top: 50%;
}



.expanded  li {
	border-top: solid 1px #fff;
}

.top-bar .toggle-topbar.menu-icon a{
    height: 30px;
    line-height: 2.5em;
    padding: 0;
   text-indent: -48px;
    width: 34px;
}

.expanded .title-area {
	height: 30px;
}
  
.no-js .top-bar-section ul li:hover > a {
  background-color: #003560;
  background: #003560; }



ul, ol, dl {
  margin-bottom: 0; }
  

  
.row .row {
    margin: 0;
}

#inhalt {
  background: #fff;
  padding: 25px 10px 20px 0px;
  min-height: 600px;

}
  #inhalt h3 {
    font-size: 1.2rem;
    line-height: 1.7rem;
    border-top: solid #003560 2px;
    padding-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: #003560; }
  #inhalt h4 {
    font-size: 1.2rem;
    line-height: 1.7rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #8dae10; }
  #inhalt p {
    font-size: 0.8rem;
    line-height: 1.2rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #003560; }

	
#main-content {
	padding: 0 10px;
}	


#additional {
padding-left: 10px;
padding-right: 0px;
}	
	
#additional H5 {
  font-size: 0.8rem;
  line-height: 1.0rem;
  border-top: solid #8dae10 2px;
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
  color: #003560;
  font-weight: bold;
  background: #e8efcf; 
  }
  
#additional a {
    border-bottom: 1px dotted #003560;
    color: #003560; 
	background: transparent none repeat scroll 0 0;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

#additional ul {
    margin-left: 15px;
}

#additional li {
 list-style-image: url(../foundation_rub/img/list-item.png);
 list-style-type: none;
}  

#additional a:hover { color: #8DAE10;}

#primary-sidebar div {
	padding-bottom: 10px;
}



/* Fuss 1 
******************/	
  
#fuss1 {
  border-top: 1px solid #e7e7e7;
  background: #f9f9f9;
  padding: 10px 10px;
}  

#fuss1 .spalte2 {
	padding-left: 20px;
}

#fuss1 .spalte3  {
	padding-left: 90px;
}

#fuss1 h2 {
  font-size: 0.8rem;
  line-height: 1.0rem;
  color: #646566;
  font-weight: bold;
  margin-bottom: 0;
}

#fuss1 p {
    font-size: 0.7rem;
    line-height: 1.2rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #646566;
    padding: 0px 0;
	margin-bottom: 0;	}
	
#fuss1 p a {
  color: #646566;
  border-bottom: 1px  dotted #646566;
}	

#fuss1 p a:hover, #fuss1 p a:active, #fuss1 p a:focus {
  color: #003560;
}	

/* Fuss 2 
******************/	
	
#fuss2 {
  border-top: 1px solid #e7e7e7;
  /*border-bottom: 1px solid #929292;
  border-right: 1px solid #929292;
  border-left: 1px solid #929292;*/
  background: #f9f9f9;
  padding: 0 10px;
  }
  #fuss2 p {
    font-size: 0.7rem;
    line-height: 1.0rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #646566;
    padding: 10px 0;
	margin-bottom: 0;	}
  #fuss2 .rechts {
    text-align: right; }
#fuss2 p a {
  color: #646566;
  border-bottom: 1px  dotted #646566;
}	

#fuss2 p a:hover, #fuss1 p a:active, #fuss1 p a:focus {
  color: #003560;
}		
	
.button, .button:hover {
	background: #8dae10;
}

@media screen and (max-width: 1050px) {

	#rub-logo {
		display: none;
	}	
	#sub-nav  ul{
	margin-left: 0px;
	}	
	#fuss   {
    text-align: left; }
	#inhalt {
	padding-left: 0;
	}
	#fuss1 .spalte2, #fuss1 .spalte3  {
	padding-left: 0px;}
	#fuss1 h2 { padding-top: 5px;}

}

