@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);

body {
	font:14px/120% 'PT Sans';
	background:#444444;
	color:#444444;
}

a, a:visited {
    color: #e74c3c;
    outline: 0 none;
    text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 { font-family: 'PT Sans'; font-weight:700; }
h1 { font-size:2em; color: #0070B4; line-height:1.2em; margin:0 0 20px; }
h2 { font-size:1.5em; color: #444444; line-height:1.2em; margin:0 0 15px; }
h3 { font-size:1.25em; color: #444444; line-height:1.2em; margin:0 0 15px; }
h1 a { text-decoration: none; }

h2 strong { color:#0070B4; }

img {
	max-width: 100%;
	height: auto;
}

header {
	background: #0070B4;
}
header .container {
	padding:20px 0;
	background: url('../img/stadtrodgau_stempel.gif') right center no-repeat;	
}

footer {
	background: #444444;
	padding:40px 0;
	color:#999999;
}
footer strong { color:#999999; }
footer a { color: #999999 !important;}

section {
	background:#ffffff;
}

ul, ol {
	margin: 0 0 20px;
}


#main {
	padding:2em 0;
}


#mainmenu {
	position:relative;
	background:#004d81;
	z-index:999;
}
#mainmenu ul {
	margin:0;
	padding:0;
	list-style: none;
}
#mainmenu li.divider, #mainmenu li.divider:hover {
	width:1px;
	background:#666666;
	height:50px;
}
#mainmenu ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
#mainmenu ul, #mainmenu nav ul li {
}
#mainmenu ul li {
    list-style: none;
    float:left;
    margin: 0;
}
#mainmenu ul li a,
#openMenu a {
    text-decoration: none;
    display: block;
    color: #fff;
    padding: 0 20px;
    height:50px;
    width: auto;
    line-height:50px;
    text-transform: uppercase;

	font-family: 'PT Sans Narrow' !important;
	font-size:18px;
	font-weight: 700;
}
#mainmenu ul li.active {
	background: #ffffff;
}
#mainmenu ul li:hover {
	background: #005d97;
}
#mainmenu ul li.active a {
	color: #e74c3c;
}
#mainmenu ul li:hover.active a {
	color: #ffffff;
}
#mainmenu ul li:hover > ul {
    visibility: visible;
}
#mainmenu ul li ul {
    display: inline;
    visibility: hidden;
    position: absolute;
    padding:0px;
}
#mainmenu ul li ul li {
    float: none;
    font-size: 16px;
    font-weight:400;
    background-color: #005d97;
}
#mainmenu ul li ul li a {
	font-size:16px;
	font-weight: 400;
}
#mainmenu ul li ul li a:hover{
    color:#fff;
    background-color: #004d81;
}

#fb-like {
	position:absolute;
	left:650px;
	top:20px;
}

#openMenu {
	display:none;
}
#openMenu a {
	background: url('../img/resp_menu.png') right center no-repeat;
	background-size: 36px 24px;
	border-bottom:1px solid #005d97;
}


.clear {
	clear:both;
}

.nowrap {
	white-space: nowrap;
}

.berufsfelder li {
	float:left;
	width:21%;
	height:150px;
	margin:1% 2% 3%;
	text-align: center;
}

.berufsfelder li img {
	width:40%;
	height:auto;
	background: #aaa;
	padding:20px;
}
.berufsfelder li img:hover {
	background: #0070B4;
}

img.berufsfeld {
	width:60px;
	height:60px;
	background: #aaa;
	padding:10px;
	float:left;
	margin-right:15px;
}

.details .branchen_img {
	float:right;
}

.details .branchen_img img:hover {
	background: #0070B4;
}

.details .logo {
	border:1px solid #ddd;
	padding:20px;
	text-align:center;
	margin:0 0 20px;
}

.details .branchen_img img {
	width:60px;
	height:60px;
	background: #aaa;
	padding:10px;
	margin-right: 0;
	margin-left:15px;
}



.head {
	display:block;
	font-family: 'PT Sans Narrow';
	line-height:1.2em;
	font-size:42px;
	text-transform: uppercase;
}

.text-center {
	text-align:center;
}

.module {
}









iframe {
	margin: 0 0 20px;
}

.boxed {
	position:relative;
	margin: 0 0 20px;
	padding:20px 20px 1px;
	color:#fff;
}
.boxed a, 
.boxed h2, .boxed h3,
.boxed strong {
	color:#fff;
}
.boxed h1 {
	font-family: 'PT Sans Narrow';
	color: #fff;
	font-size:3em;
	text-transform: uppercase;
}
.boxed:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    border-left: 30px solid rgba(255,255,255,0.25);
    border-top: 30px solid #fff;
    top: 0;
    right: 0;
    position: absolute;
}

.boxed.orange {
	background: #e67e22;
}
.boxed.purple {
	background: #9b59b6;
}
.boxed.gray {
	background: #eeeeee;
}
.boxed.gray p, 
.boxed.gray h1,
.boxed.gray h2,
.boxed.gray h3,
.boxed.gray strong {
	color:#444444 !important;
}
.boxed.gray a {
	color:#0070B4 !important;
}



footer .container .column {
	border-right:1px solid #666666;
	margin-right:9px;
}

footer .container .column:last-child {
	border-right:0 none;
	margin-right:10px;
}




/* --- Table styles --- */


table {
	width:100%;
	margin:0 0 20px;
}
table th {
	text-align:left;
	font-weight:700;
	background:#0070B4;
	color:#fff;
}

th, 
td {
	padding:5px 10px;
}

table tr td:first-child {
	padding-left: 0;
}
table tr td:last-child {
	padding-right: 0;
}

.table-striped tr td {
	padding:5px 10px !important;
}

.table-striped tbody tr:nth-child(2n+2) {
	background:#f4f4f4;
}




.column, .columns {
	min-height:1px;
}




/* --- Responsive --- */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	#fb-like {
		position:absolute;
		left:394px;
		top:20px;
	}

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	#openMenu {
		display: block;
	}

	#mainmenu ul {
		display:none;
	}

	#mainmenu ul li {
		display:block;
	    float:none;
	}

	#mainmenu ul li ul {
		width:100%;
	}
	#mainmenu ul li ul li{
		width:100%;
	}

	footer .container .column {
		border-right:0 none;
		margin-right:10px;
	}

	.details .branchen_img {
		display:block;
		float:none;
	}

	.details .branchen_img img {
		width:60px;
		height:60px;
		background: #aaa;
		padding:10px;
		margin-right: 15px;
		margin-left: 0;
		margin-bottom:10px;
	}
	.details h1 {
		float:none !important;
		margin-bottom:10px;
	}

	#fb-like {
		display: block;
		position:relative;
		left: 0;
		margin: 0 0 10px;
	}	
	
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

	header .container {
		background-image: none;
	}

	img.berufsfeld {
		float: none;
	}	

}
