/*
 Theme Name:   Businger Treuhand 2016
 Theme URI:    http://www.flinkthink.ch/
 Description:  Ein neues, frisches Design für die Businger Treuhand 2016
 Author:       Michael Salzer - flink think GmbH
 Author URI:   http://www.flinkthink.ch/
 Template:     estudio
 Version:      1.0.0
*/

@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,500);

body { background: #ffffff; color: #444444; font-size: 13px; line-height: 1.6; }
h1,
h2,
h3,
h4,
h5,
h6 { font-family: 'Maven Pro', 'Open Sans', Helvetica, Arial, sans-serif; font-weight: 400; margin: 0; color: #146B98; }

#header {
	background-color: #efefef;
}

#logo {
	max-width: 260px;
	height: auto;
	margin-top: 35px;
}

.nav li ul li a, .nav li ul li a:visited, .nav li.current_page_item li a {
	color: #fff !important;
}

.slogan {
	font-family: 'Maven Pro', sans-serif;
}
.slogan h1 {
	color: #146B98;
}
.page-title {
	color: #146B98;
}

.nav li a:hover, .nav li.first a, .nav .current_page_item a, .rsDefault .rsTab:active .rsTmb span, .rsDefault .rsTab.rsNavSelected .rsTmb span {
	background-color: #146B98 !important;
	color: #fff !important;
}

a:link, a:visited, a:hover, .entry-title a:hover, #sidebar .widget a:hover {
	color: #146B98 !important;
}
.slogan p a, .slogan p a:visited {
	border-bottom: 0px;
}

.welcome {
	background-color: #F5F5F5;
	
	width: 300px;
	overflow: hidden;
}
.welcome .entry-title, .welcome h1 {
	background-color: #146B98;
	height: 40px;
	padding: 10px;
}
a .welcome .entry-title , .welcome h1 a {
	color: #fff !important;
}
.welcome p {
	padding: 10px;
}
a .welcome  p {
	color: #666;
}

#copyright { 
	background: #fff; 
	border-top: 1px solid #ddd;
	width: 50%;
	margin: 20px auto; 
	color: #9da0a4; 
	font-size: 11px; 
	padding: 30px 0; 
	text-align: center;
}

#copyright .container {
	width: 100%;
} 

#copyright p { 
	font-size: 1em; 
	width: 100%;
}

.teaser2 {
	background-color: rgba(0,  94,  166, 0.9);
	width: 100%;
	height: 220px;
	display: block;
	margin-top: -60px;
	margin-bottom: 40px;
}
.teaser2 li{
	width: 29%;
	height: 100px;
	margin: 40px 10px;
	background-color: rgba(255, 255, 255, 0.95);
	padding: 20px 10px;
	float: left;
	text-align: center;
}

.teaser2 h2 {
	text-align: center;
}

.teaser3 {
	background: url("./img/stock-photo-financial-accounting-220722841.jpg");
	background-position: center center;
	background-size: cover;
	padding:0px;
	margin-bottom: 40px;
	height: 380px;
}
.teaser3 h3 {
	text-align: center;
	color: rgba(0, 95, 167, 0.75);
	padding-top: 50px;
	font-size: 30px;
}
.teaser3 ul {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 45%;
}

.teaser3 h2 {
	color: #fff !important;
}
.teaser3 li{
	width: 28%;
	margin: 40px 20px 100px 0px;
	background-color: rgba(0, 95, 167, 0.75);
	color: #fff;
	padding: 20px 15px;
	float: left;
	text-align: center;
}
.teaser3 li:last-child {
	margin-right: 0px;
}

.teaser4 {
	background-color: #D1D2D4;
	padding:30px;
	margin-bottom: 40px;
	height: 450px;
}
.teaser4 .bild {
	float: right;
	width: 48%;
	img {
		width: 100%;
		height: auto;
	}
}
.teaser4 ul {
	margin-left: 0px;
	float: left;
}

.teaser4 h2 {
	color: #fff !important;
}
.teaser4 li{
	width: 350px;
	margin: 20px 0px;
	background-color: rgba(0, 95, 167, 0.75);
	color: #fff;
	padding: 20px;
}

.teaser {
	background: url("./img/stock-photo-financial-accounting-220722841.jpg");
	background-position: center center;
	background-size: cover;
	padding:30px;
	margin-bottom: 40px;
}
.teaser ul {
	margin-left: 420px;
}

.teaser h2 {
	color: #fff !important;
}
.teaser li{
	width: 350px;
	margin: 20px 0px;
	background-color: rgba(0, 95, 167, 0.75);
	color: #fff;
	padding: 20px;
}

.page .hentry, .archive .hentry, .search .hentry, .single .hentry {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.page .hentry, .archive .hentry, .search .hentry, .single .hentry {
	border-bottom: 0px;
}

#mitglied {
	margin-bottom: 50px;
}
#latest-works {
	margin-bottom: 50px;
}
#latest-works li { 
	padding-top: 10px;
}
#latest-works .portfolio-item .entry-desc {
	color: #999 !important;
}

#latest-works .portfolio-item .entry-title {
	font-size: 16px;
}
.right-col, .left-col {
	width: 48%;
}
.left-col { 
	float: left;
	padding-right: 30px;
}
.right-col {
	float: right;
}

input[type="text"],input[type="email"], textarea { 
	border: 1px solid #e3e3e3; 
	outline: none; 
	margin: 0 0 10px 0; 
	padding: 8px 15px 8px 15px; 
	background: #ffffff; 
	color: #9da0a4; 
	font: 12px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus { 
	ackground: #ffffff; border: 1px solid #dddddd; box-shadow: 0 1px 2px rgba(0,0,0,.15); color: #232527; 
	}
textarea { width: 100%; }



/* ---------------------------------------------------------------------- */
/*	Media Queries
/* ---------------------------------------------------------------------- */
.btn-nav-right {
		display: none;
	}
#responsive-menu {
	display: none;
	margin-bottom: 20px;
	padding-bottom: 30px;
}
/* Standard 960 or larger (browsers) */
@media only screen and (min-width: 960px) {

}

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

	.entry-thumb-overlay {
		display: none !important;
	}
	#sidebar {
		display: none;
	}
	.hentry .entry-thumb {
		width: 100%;
	}
	
}

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

	.slogan p {
		padding-left: 35px;
		padding-right: 35px;
	}
	#portfolio ul.ourHolder {
		width: 660px;
	}	
	.container,
	#content,
	.contentSlider img,
	.flexslider3 .slides li img {
		width: 840px !important;
	}
	.one-col,
	.video-portfolio {
		width: 840px !important;		
	}
	.video-portfolio embed,
	.video-portfolio object,
	.video-portfolio iframe {
		width: 640px;
		height: 390px;
	}	
	.rsDefault .rsTab {
		width: 290px;
	}
	#latest-works .portfolio-item,
	#latest-works .portfolio-item .entry-thumb,	
	#latest-posts ul li,
	#latest-posts .hentry .entry-thumb {
		width: 250px !important;
		margin-right: 30px !important;
	}
	#portfolio .portfolio-item {
		width: 200px;
		height: 175px;
	}
	#footer-columns .footer-column-1,
	#footer-columns .footer-column-2,
	#footer-columns .footer-column-3,
	#footer-columns .footer-column-4 {
		width: 300px;
	}
	.single-portfolio .entry-content {
		width: 420px;
	}	

}

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

	#primary-nav .nav,
	#sort-by {
		display: none;
	}
	#responsive-menu {
		color: #999999;
		display: none;
		padding: 0 0 30px 0;		
		width: 100%;
		background: #ffffff;
		border: 1px solid #ffffff;
		border-bottom-color: #eeeeee;
	}
	#responsive-menu li {
		color: #999999;
		line-height: 30px;
		margin-left: 25px;
	}
	#responsive-menu li li {
		list-style: disc;
	}
	#responsive-menu li a {
		color: #666666;
		border-bottom: 1px dotted #cccccc;
	}
	.btn-nav-right {
		background: url('../images/ico-menu.png') no-repeat right 0;
		color: #999999;
		display: block;
		position: absolute;
		top: 40px;
		right: 30px;
		font-size: 13px;
		line-height: 16px;
		padding-right: 25px !important;
		cursor: pointer;
		text-transform: uppercase;
	}
	
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 767px) {
	div.published {
		height: 42px !important;
	}
	.slogan p {
		padding-left: 20px;
		padding-right: 20px;
	}
	.testimonial blockquote {
		padding-left: 20px;
		padding-right: 20px;
	}
	.container,
	#content,
	.contentSlider img,
	.flexslider3 .slides li img, 
	.rsDefault .rsTab,
	#latest-works .portfolio-item,
	#latest-works .portfolio-item .entry-thumb,	
	#latest-posts ul li,
	#latest-posts .hentry .entry-thumb,
	#portfolio ul.ourHolder,
	#footer-columns .footer-column-1,
	#footer-columns .footer-column-2,
	#footer-columns .footer-column-3,
	#footer-columns .footer-column-4 {
		width: 360px;
	}
	.one-col,
	.video-portfolio {
		width: 360px !important;		
	}
	.video-portfolio embed,
	.video-portfolio object,
	.video-portfolio iframe {
		width: 360px;
		height: 230px;
	}
	#portfolio .portfolio-item {
		width: 360px;
		height: 265px;
		margin-right: 0;
	}
	.single-portfolio .entry-meta {
		display: block;
		width: 360px;
		margin-bottom: 20px;
	}
	.single-portfolio .entry-content {
		width: 360px;
	}	
		

	#text-logo #site-desc {
		display: none;
	}
	#logo {
		max-width: 150px;
		margin-top: 20px;
	}
	.btn-nav-right {
		top: 30px !important;
	}
	.slogan h1{
		font-size: 17px;
		line-height: 20px;
	}
	.slogan p,
	.testimonial blockquote {
		padding-left: 0;
		padding-right: 0;
		font-size: 12px;
		line-height: 14px;
	}
	.entry-content img{
		width: 30%;
		height: auto;
	}
	.container,
	#content,
	.contentSlider img,
	.flexslider3 .slides li img,
	.rsDefault .rsTab,
	#latest-works .portfolio-item,
	#latest-works .portfolio-item .entry-thumb,	
	#latest-posts ul li,
	#latest-posts .hentry .entry-thumb,
	#portfolio ul.ourHolder,
	#footer-columns .footer-column-1,
	#footer-columns .footer-column-2,
	#footer-columns .footer-column-3,
	#footer-columns .footer-column-4 {
		width: 100% !important;
		padding: 10px;
	}
	#main {
		padding-left: 20px;
		padding-right: 20px;
	}
	#copyright {
		width: 100% !important;
	}
	
	.teaser4 ul li, .teaser4 li {
	    background-color: rgba(0, 95, 167, 0.75);
	    color: #fff;
	    margin: 20px 0;
	    padding: 10px;
	    width: 100% !important;
	    display: block;
	    font-size: 10px;
	}	
	.teaser4 .bild {
		display: none;
	}	
	.one-col,
	.video-portfolio {
		width: 100% !important;		
	}
	.right-col, .left-col {
		width: 100% !important;
		clear: both;
	}
	.teaser4 {
		height: 350px !important;
		padding: 10px;
		margin: 0px 0px 20px 0px !important;
	}
	*::after, *::before {
	    box-sizing: border-box;
	}
	*::after, *::before {
	    box-sizing: border-box;
	}
	* {
	    box-sizing: border-box;
	}
	.welcome .entry-title, .welcome h1 {
		height: 60px;
	}
}