﻿/**********/
/* Common */
/**********/

@font-face {
    font-family: 'Roboto Condensed';
    src: url('/webfonts/RobotoCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/webfonts/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/webfonts/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}

html {
    background-color:#f3efef;
    background-image:url('../images/kempf_bg_muster.png');
    background-repeat:repeat;
    border-right: 1px rgb(217, 217, 217) solid;
    border-left: 1px rgb(217, 217, 217) solid;    
    max-width: 1280px;
    width:100%;
    margin: 0 auto;
}

body {
	-webkit-box-shadow: 10px 10px 29px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 10px 10px 29px 0px rgba(0,0,0,0.2);
	box-shadow: 10px 10px 29px 0px rgba(0,0,0,0.2);
    width:100%;   
    font-family:'Roboto Condensed';
	font-weight:300;
	font-size:105%;
	color: rgb(89, 89, 89);
	background-color:#ffffff;
    -webkit-font-smoothing: antialiased;
}

h1, h2 {
    font-size:1.125em;
    font-weight: 700;
}

h1, h2, p {
	color: rgb(89, 89, 89)
}

h1 {
    margin:0 0 20px 0;
}

h2 {
    margin:30px 0 20px 0;
}

h3 {
    color: rgb(34, 34, 34);
    font-weight:700;
    font-size:1em;
    margin-top: 0px;    
}

p {
    font-size:1em;
    line-height: 1.3em;
}

a, a:visited, a:hover {
	text-decoration: none;
}

a:hover {
	color:rgb(35, 111, 177);
}

p a, p a:visited {
    color:rgb(107, 181, 245);
}

nav li a, nav li a:visited {
	color:#000000;
	font-weight: 400;
}

nav li a:hover {
	font-weight:700;
}

strong {
    font-weight: 700;
}

img {
	max-width: 100%;
    border:0;
}

.nowrap {
    white-space:nowrap;
}

nav ul {
	margin:0;
}

nav ul li {
	float: left;
	position: relative;
	display:block;
	text-align:center;
	font-size:1em;
}

nav ul li a {
	display:block;
}

#slider-wrapper {
    display:none; /* Ist für die spätere Verwendung vorgesehen und soll .introimage ggf. ersetzen */
}

.introimage {
    height:auto;
    min-height: 300px;
    max-height: 450px;
    overflow:hidden;
}

.introimage img {
	width: 110%;
	max-width: none;
	height: auto;
	margin:-15% 0px 0px -10%;
	max-height: 300%;
}

.grecaptcha-badge{
	visibility: collapse !important;  
}

/**********/
/* Header */
/**********/

header {
    height: 80px;
    border-bottom: 20px solid rgb(107, 181, 245);
}

header #logo {
    margin: 0 0 0 50px;
    background-image:url('../images/steuer-Kempf_logo2_rj.png');
    background-repeat:no-repeat;
    background-size:100%;
    height:44px;
    width: 300px;
    float:left;
}

header #contact {
	color: rgb(150, 150, 150);
	padding: 5px 50px 0 0;
	text-align:right;
	font-size:0.75em;
	font-weight: 300;
}

header #contact a {
	color: rgb(0, 0, 0);
}

header #contact a:hover {
	color:rgb(35, 111, 177);
}

header nav {
	float:right;
	margin: 15px 30px 0 0;
}

header nav ul li {
	padding: 5px 20px 0;
}

header nav li.active {
    background-color: rgb(107, 181, 245);
    border-bottom: 25px solid rgb(107, 181, 245);
}

header nav li.active a {
    color:#ffffff;
    font-weight: 700;
}

header #mobilemenutrigger {
	float:right;
	opacity:0.5;
	-webkit-transition:all 0.7s ease;
	transition:all 0.7s ease;
	background-image:url('../images/menue1b.png');
    background-repeat:no-repeat;
    background-size:100%;
    height:44px;
    width:39px;
    display:none;
}

header #mobilemenutrigger:hover {
	opacity:1;
	-webkit-transition:all 0.7s ease;
	transition:all 0.7s ease;
}

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

main {
    margin:40px 0;
    width:100%;
    overflow: hidden;
}

main #content {
	float:left;
	width:60%;
	padding-left:7%;
}

main #sidebar {
    float:left;
    width:auto;
    padding-left:7%;
}

main #sidebar p {
	color: rgb(34, 34, 34);
	line-height: 130%;
    font-weight:300;
}

/**********/
/* Footer */
/**********/

footer {
    padding:25px 0;
    height:auto;
    width:100%;
	background-color:rgb(217, 217, 217);
	display:table;
	font-size:0.75em;
}

footer #content {
	float:left;
	color:#000000;
	padding-left:50px;
	display:table-cell;
}

footer nav {
    float:right;
    margin: 0 30px 0 0;
    display:table-cell;
}

footer nav ul li  {
	padding: 0 20px 0;
}