/*
	Iridium by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
@font-face {
	font-family: Arimo;
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/Arimo-Regular.ttf");
}

@font-face {
	font-family: Arimo;
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/Arimo-Bold.ttf");
}



	body
	{
		background: #141414;
	}

	body,input,textarea,select
	{
		font-family: 'Arimo', sans-serif;
		font-size: 11pt;
		line-height: 1.75em;
		color: #4c4c4c;
	}

	h1,h2,h3,h4,h5,h6
	{
		text-transform: uppercase;
		font-weight: bold;
	}
	
	h1, h2 {color: #155ba3;}
	h3 {color: #4c4c4c; padding-bottom: 1%; padding-top: 1%;}
	h4{color: #951500;}
	
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
	{
		color: inherit;
		text-decoration: none;
	}
	
	h2{
	    padding-top: 2%;
		padding-bottom: 1%;
	}
		
	/* Change this to whatever font weight/color pairing is most suitable */
	strong, b
	{
		font-weight: bold;
		/*color: #000000;*/
	}
	
	em, i
	{
		font-style: italic;
	}

	/* Don't forget to set this to something that matches the design */
	a
	{
		text-decoration: underline;
		color: #272727;
	}

	a:hover
	{
		text-decoration: none;
		color: #155ba3;
	}
	
	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	hr
	{
		border: 0;
		border-top: solid 1px #ddd;
	}
	
	blockquote
	{
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 1em;
	}
	
	th {
		color: #951500;
		text-align: left;
		font-weight: 600;
		padding-right: 2%;
		padding-bottom: 2%;
	}
	
	td {
		padding-bottom: 2%;
	}

	header
	{
		margin-bottom: 1em;
	}
	
		header h2
		{
		}
	
		header .byline
		{
			display: block;
			margin: 0.5em 0 0 0;
			padding: 0 0 0.5em 0;
		}
		
	footer
	{
		margin-top: 1em;
	}

	br.clear
	{
		clear: both;
	}

	/* Sections/Articles */
	
		section,
		article
		{
			margin-bottom: 3em;
		}
		
		section > :last-child,
		article > :last-child
		{
			margin-bottom: 0;
		}

		section:last-child,
		article:last-child
		{
			margin-bottom: 0;
		}

		.row > section,
		.row > article
		{
			margin-bottom: 0;
		}

	/* Images */

		.image
		{
			display: inline-block;
		}
		
			.image img
			{
				display: block;
				width: 100%;
			}

			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.full
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.left
			{
				float: left;
				margin: 0 2em 2em 0;
			}
			
			.image.centered
			{
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}

	/* Lists */

		ul.default
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
			ul.default li
			{
				padding: 0.60em 0em;
				border-top: 1px solid;
				border-color: rgba(255,255,255,.1);
			}
			
			ul.default li:first-child
			{
				padding-top: 0;
				border-top: none;
			}
			
			ul.default a
			{
				text-decoration: none;
				color: rgba(255,255,255,.5);
			}
			
			ul.default a:hover
			{
				text-decoration: underline;
			}
			
		ul.style {
		}
		
		ul.style li {
			margin: 0;
			padding: 2em 0em 1.5em 0em;
			border-top: 1px solid #ECECEC;
		}
		
		ul.style li:first-child
		{
			padding-top: 0;
			border-top: none;
		}
		
		ul.style img {
			float: left;
			margin-right: 20px;
		}
		
		ul.style p {
		}
		
		ul.style .posted {
			padding: 0em 0em 1em 0em;
			letter-spacing: 1px;
			text-transform: uppercase;
			font-size: 8pt;
			color: #A2A2A2;
		}
		
		ul.style .first {
			padding-top: 0px;
			border-top: none;
		}
		
		.submenu a{
			padding-left: 3%;
			text-decoration: none;
		}
		
		.submenu li{
			padding-bottom: 3%;
		}
							

	/* Buttons */
		
		.button
		{
			position: relative;
			display: inline-block;
			margin-top: 2em;
			padding: 0.90em 1.5em;
			background: #155ba3;
			border-radius: 40px;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 1.1em;
			color: #FFF;
			-moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			cursor: pointer;
		}

			.button:hover
			{
				background: #124d8a;
				color: #FFF !important;
			}
			
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		position: relative;
		background: #2a2f27 url(../../../data/uploads/header_ol50.png) no-repeat;
		background-size: cover;
	}

	#logo
	{
	}
	
	#nav
	{
	}

		#nav ul
		{
			margin: 0;
		}
	
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
		background: #333;
		color: #fff;
	}
	
	#divider{
		background:  #155ba3;
		width: 100%;
		padding: 20px;
	}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		position: relative;
		/*background: url(../images/banner-bg.jpg) no-repeat top left 3% #fff;*/
		background: #fff;
		background-size: 8%;
	}
	
@media all and (min-width:481px) and (max-width: 1320px) {
	#main
	{
		/*background: url(../images/banner-bg.jpg) no-repeat top right 6% #fff;*/
		background: #fff;
		background-size: 8%;
	}
}
	
	#mobile_menue_divider
	{
		display: none;
	}

/*-- F�R EINZELE BILDER & TEXT --*/
	
.float_text{
	width: 70%;
	float:left;
}

.float_picture_links, .float_picture_rechts{
	width: 30%;
	float:left;
}

.float_picture_links > a > img { 
	padding: 0% 5% 0% 0%;
	margin-bottom: -2%;
}

.float_picture_rechts > a > img { 
	padding: 0% 0% 0% 5%;
	margin-bottom: -2%;
}

.img_quelle_links {
	background-color: #e9edec;
    font-size: smaller;
    margin: 0% 5% 5% 0%;
    padding: 0% 2%;
}

.img_quelle_rechts {
	background-color: #e9edec;
    font-size: smaller;
    margin: 0% 0% 5% 5%;
    padding: 0% 2%;
}

/*-- F�R 1 BILD IN EINER REIHE (100% des Bildschirms, zentriert, sehr gro�) -- !!!!!!!!!!!!! TODO*/

.float_picture_center{
	width: 99%;
	float:left;
}

.float_picture_center > a > img { 
	padding: 0% 5% 0% 5%;
	margin-bottom: 0%;
}

.img_quelle_center {
	background-color: #e9edec;
    font-size: smaller;
    padding: 0% 2%;
    margin-left: 5%;
    margin-bottom: 2%;
}

/*-- F�R 2 BILDER IN EINER REIHE (50% des Bildschirms, gro�) --*/

.float_picture_links_big, .float_picture_rechts_big{
	width: 50%;
	float:left;
}

.float_picture_links_big > a > img { 
	padding: 0% 5% 0% 0%;
	margin-bottom: -1%;
}

.float_picture_rechts_big > a > img { 
	padding: 0% 0% 0% 5%;
	margin-bottom: -1%;
}

/*-- F�R 3 BILDER IN EINER REIHE (33% des Bildschirms, mittel) --*/

.float_picture_1von3, .float_picture_2von3, .float_picture_3von3{
	width: 33.3%;
	float:left;
}

.float_picture_1von3 > a > img { 
	padding: 0% 5% 0% 0%;
	margin-bottom: -1%;
}

.float_picture_2von3 > a > img { 
	padding: 0% 2.5% 0% 2.5%;
	margin-bottom: -1%;
}

.float_picture_3von3 > a > img { 
	padding: 0% 0% 0% 5%;
	margin-bottom: -1%;
}


/*-- F�R 4 BILDER IN EINER REIHE (25% des Bildschirms, klein) --*/

.float_picture_1von4, .float_picture_2von4, .float_picture_3von4, .float_picture_4von4{
	width: 25%;
	float:left;
}

.float_picture_1von4 > a > img { 
	padding: 0% 5% 0% 0%;
	margin-bottom: -1%;
}

.float_picture_2von4 > a > img { 
	padding: 0% 2.5% 0% 2.5%;
	margin-bottom: -1%;
}

.float_picture_3von4 > a > img { 
	padding: 0% 2.5% 0% 2.5%;
	margin-bottom: -1%;
}

.float_picture_4von4 > a > img { 
	padding: 0% 0% 0% 5%;
	margin-bottom: -1%;
}

.img_quelle_mitte {
	background-color: #e9edec;
    font-size: smaller;
    margin: 0% 2.5% 5% 2.5%;
    padding: 0% 2%;
}


/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/
	
	#featured
	{
		position: relative;
		background: #e9edec;
	}
	
	#featured h2
	{
		display: block;
		margin-bottom: 2em;
		font-size: 1.4em;
	}
	
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		position: relative;
		background: #1d1d1d;
	}
	
	#footer h2
	{
		display: block;
		color: #FFF;
	}
	
	#heartbeat {
    animation: 1s linear 0s normal none infinite running pulse;
    color: #951500;
}

.recent-post {
  overflow: hidden;
  margin-bottom: 35px;
  margin-top: -20px;
}

.recent-post-thumb {
  float: left;
  margin-right: 20px !important; 
}

.recent-post-thumb img{
  width: 70px;
  border: 1px solid #666;
}

.recent-post-info {
  overflow: hidden;
}

	
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
	
	#copyright
	{
		position: relative;
		padding: 3em 0em;
		letter-spacing: 1px;
		text-align: center;
		color: rgba(255,255,255,.2);
		font-size: 11px;
	}
	
	#copyright .container
	{
	}
	
	#copyright strong {
	    color: rgba(255, 255, 255, 0.5);
	}
	
	#copyright a
	{
		text-decoration: none;
		color: rgba(255,255,255,.3);
	}	

/* ----- Java-Script-Loading ----- */
#loading {
  text-align: center;
}

#loading-image {
  height: 10%;
  width: 10%;
}