/*
Theme Name: Famfina
Theme URI: 
Author: bebbiweb
Author URI: http://www.imbebbisyweb.ch
Description: Theme for Famfina AG
Version: 1.0
License: no public licence
License URI: 
Tags: 
Text Domain: www.famfina.ch

*/



body, html{
	background-color: #FFFFFF;
}

.row-page .container
{
	padding: 0px;
}

h1, h2{
	text-transform: uppercase;
	font-family: times;
}

h2{
	color: #008fc2;
	font-size: 22px;
	text-align: center;
	border-bottom: 3px solid #008fc2;
}

hr {
	border: none;
	border-bottom: 3px solid #008fc2;
}

.content-block-img
{
	width: 310px;
	height: auto;
	display: block;
	float: left;
	text-align: center;
	margin-right: 30px;
	margin-top: 50px;
	box-sizing: border-box;
}

.content-block-img img{

}


.row-navi
{
	background: #008fc2 none repeat scroll 0 0;
	display: none;
}

.row-footer
{
	background-color: #FFFFFF;
}

.row-navi .container #navs ul li:hover a, .row-navi .container #navs ul li.current-menu-item a, .row-navi .container #navs ul li.current-menu-parent a
{
 background: #FFFFFF none repeat scroll 0 0;
}

.wrapper
{
	width: 100%;
}

.impressum
{
	color: #008fc2;
	margin-bottom: 0px !important;
	text-align: right;
	margin-right: 20px;
}

.row-header
{
	/*background-image:url(img/bg.jpg);*/
	background-size: 100%;
	background-position: 70% 90%;
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 300px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

a.toplogo{
	text-align: left;
	color: #008fc2 !important;
	width: 100%;
}

.toplogo,
.toplogo span,
.toplogo a{
		width: 100%;
		position: relative !important;
}

.row-header .container .toplogo img
{
	display: block;
	width: 200px;
	margin-left: 40%;
}

.row-footer .container
{
	border-top: 3px solid #008fc2;
	border-bottom: 3px solid #008fc2;
	margin-bottom: 50px;
	box-sizing: border-box;
	padding-right: 0px;
	padding-left: 0px;

}

.row-footer .container a
{
	text-decoration: underline;
}


@media screen and (max-width: 1000px) {
	
	h1{
		font-size: 25px;
	}
	
	.row-footer .container p{
		margin-left: 0px !important;
		margin-right: 0px  !important;
	}
	
	.content-block-img
	{
		width: 100%;	
		
	}
	
	.content-block-img p{
		text-align: center;
		
	}
	
	.row-header .container .toplogo img
	{
		margin: auto 0;
	}
	
	.row-header .container
	{
		width: 100%;
	}
	
	.row .container
	{
		padding: 0px;
	}
	
	.row .row-header
	{
		width: 100%;
	}
	
	
	.grid{
		
		padding-right: 20px;
		padding-left: 20px;
		
		width: 100%;
		
	}
	
	.row-header .container .toplogo
	{
		width: 100%;
		text-align: center;

	}
	
	
	
	
}