/* ==============
Theme Name: Finanzcompliance
Description: Theme Doris Ballwein, Finanzcompliance
Version: 1.0
Author: Michael Wilke
Author URI: http://www.designtiger.at/
============== */

@import url("css/normalize.css");
@import url("css/reset.css");
@import url("css/grid.css");

/* Content, Forms, etc */
@import url("css/basic.css");

/* Navigation */
@import url("css/nav.css");

/* Slider */
@import url("css/slider.css");

/*************************************************
* CUSTOM STYLES
*************************************************/

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url('/cms/wp-content/themes/dbfc/fonts/Roboto-Light-webfont.eot'); /* IE9 Compatibility Mode */
	src: url('/cms/wp-content/themes/dbfc/fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('/cms/wp-content/themes/dbfc/fonts/Roboto-Light-webfont.woff') format('woff'), /* Modern Browsers */
		 url('/cms/wp-content/themes/dbfc/fonts/Roboto-Light-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('/cms/wp-content/themes/dbfc/fonts/Roboto-Light-webfont.svg#Roboto') format('svg'); /* Legacy iOS */
}

body {
	background: #fff url(images/body.jpg) top center no-repeat;
	font-size: 14px;
	color: #545454;
}

#header {
	min-height: 128px;
	padding: 20px 0 0 0;
}

#nav  {
	min-height: 36px;
	line-height: 36px;
	background: #dcdcdc;
}

#container {
	padding: 80px 0 60px 0;
}

.home #container {
	padding: 20px 0 60px 0;
}

#subpages {
	padding-top: 20px;
}

#footer {
	
}

#footer .wrap {
	padding: 16px 0 30px 0;
	border-top: 4px solid #c2c800; 
}

#sidebar {
	padding-top: 2px;
}





/*************************************************
* Typo
*************************************************/

a {
	color: #c2c800;
	-webkit-transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -ms-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
}

a:hover {
	color: #919700;
}

.edit-link a {
	background: #dcdcdc;
	padding: 6px 12px;
	text-decoration: none;
	color: #626262;
}

.edit-link a:hover {
	color: #fff;
}

#logo h1 {
	width: 260px;
	height: 85px;
	background: url(images/logo.jpg) 0 0 no-repeat;
}

#logo h1 a {
	display: block; 
	width: 260px;
	height: 85px;
	text-indent: -9999px;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	color: #919700;
	line-height: 1.3;
	padding-bottom: 24px;
}

h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #919700;
	line-height: 1;
	padding-top: 20px;
	padding-bottom: 10px;
}

h3.more {
	text-align: center;
	font-size: 22px;
}

h3.more a {
	text-decoration: none;
	color: #919700;
}

.singleslidetext h3 {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	line-height: 30px;
	text-align: right;
	font-size: 14px;
}

.singleslidetext h3 a {
	color: #fff;
	text-decoration: none;
	padding: 0 40px 0 15px;
	display: block;
}

h4, h5, h6 {
	font-weight: bold;
}

#content p,
#content ul,
#content ol {
	padding-bottom: 10px;
}

#content ul, 
#content ul li {
    list-style-type: none;
    list-style: none;
}

#content ul li {
    background: url(images/li.png) left 5px no-repeat;
    padding-left: 24px;    
    margin-bottom: 4px;
}

#content ol {
	margin-left: 17px;
}

#content ol li {
	padding-left: 7px;
}

p.phone {
	float: right;
	color: #919700;
	line-height: 20px;
	height: 20px;
}

p.phone:before {
	content: "";
	width: 24px;
	height: 20px;
	background: url(images/tel.png) left center no-repeat;
	display: inline-block;
}

.sbimage {
	margin-bottom: 5px;
}

.sbtext p {
	text-align: right;
	color: #919700;
}

.sbkontakt a {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	text-align: center;
	background: #c2c800;
	color: #fff;
	margin-top: 5px;
	-webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}

.sbkontakt a:hover {
	background: #919700;
}

hr {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	height: 1px;
	margin: 10px 0 20px 0;
	border-bottom: 1px solid #dcdcdc;
}

#footer a {
	color: #626262;
	text-decoration: none;
}

#footer a:hover,
#footer .current-menu-item a {
	color: #c2c800;
}

#footer ul {
	float: right;
}

#footer ul li {
	float: left;
	margin: 0 0 0 20px;
}

#footer ul.copy {
	padding: 10px 0 0 0;
}

#footer .copy a {
	color: #a4a4a4;
}

#footer .copy a:hover {
	color: #c2c800;
}


@media only screen and (min-width: 481px) and (max-width: 767px) {
	
	#sidebar {
		padding: 8px 0 0 0;
		border-top: 4px solid #c2c800; 
	}
	
	.sbimage {
		width: 50%;
		margin-right: 15px;
		float: left;
	}
}

@media (max-width: 480px) {
	
	#logo {
		margin: 0 auto;
	}
	
	p.phone {
		float: none;
		text-align: center;
		color: #919700;
		line-height: 20px;
		height: 20px;
		margin: 10px 0 20px 0;
	}
	
	h2 {
		line-height: 1.4;
	}
	
	#footer ul {
		float: left;
		padding-top: 10px;
	}
	
	#footer ul li {
		margin: 0 20px 0 0;
	}
}



















