@charset "utf-8";
@import url("webfonts/encodesanscompressed_bold/stylesheet.css");
@import url("webfonts/LiberationSerif_Regular/stylesheet.css");
@import url("webfonts/encodesanscompressed_regular/stylesheet.css");
@import url("webfonts/encodesanscondensed_regular/stylesheet.css");
@import url("webfonts/encodesanscondensed_semibold/stylesheet.css");
@import url("webfonts/LiberationSerif_Italic/stylesheet.css");
@import url("webfonts/encodesansnarrow_regular/stylesheet.css");
/* CSS Document */

/*////////////////////////////////////////////////////////////////*/

/*Allgemein*/

/*////////////////////////////////////////////////////////////////*/

a:hover {
	color: rgba(0,0,0,1.00);
}
a:active {
	color: rgba(0,0,0,1.00);
}
h1 {
	color: rgba(0,0,0,1.00);
	font-size: 47px;
	font-weight: normal;
	font-family: "encodesanscompressed regular";
	line-height: 60px;
}
h2, h3 {
	color: rgba(0,0,0,1.00);
	font-size: 18px;
	font-weight: normal;
	font-family: "encodesanscondensed semibold";
}

.gelbLinks b,
b {
	font-family: "encodesanscondensed semibold";
	font-weight: normal;
}
b {
	color: rgba(0,0,0,1.00);
}
.clear {
	clear: both;
}

.bottom {
	bottom: 0px;
	position: fixed;
	width: 100%;
}
.unterstrich a {
text-decoration: underline;
}
.keinUnterstrich a {
text-decoration: none;
}
.hoehe1 {
	height: 1px;
}

ul {
	padding-left: 15px;
}
ul li {
	list-style-image: url(images/elemente/punkt.svg);
}
li ul li {
	list-style-image: url(images/elemente/punkt.svg);
	margin-left: 15px;
}
.kontakt1 {
	float: left;
	clear: left;
	width: 70px;
}
.kontakt2 {
	float: left;
	
}
.textInGrau .kontakt1 {
	float: left;
	clear: left;
	width: 56px;
}
.einrueckungKleineListe {
	margin-left: 9px;
}

/*////////////////////////////////////////////////////////////////*/

/*Abstände*/

/*////////////////////////////////////////////////////////////////*/
ul, p, h2, h3 {
	margin-top: 0px;
	margin-bottom: 25px;
}
li ul {
	margin-bottom: 0px;
}
.abstandOben {
	padding-top: 25px;
}
h2 {
	padding-top: 30px;
	padding-bottom: 0px;
}
h3 {
	padding-top: 0px;
	padding-bottom: 0px;
}
h1 {
	padding-top: 32px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.text {
	padding-top: 50px;
	padding-bottom: 30px;
}

.hgGrau {
	padding-top: 0px;
	padding-bottom: 15px;
}
footer {
	margin-top: 50px;
}
.spalte3 img { 
	margin-bottom: 10px;
}

.mitglied {
	padding-top: 15px;
	padding-bottom: 25px;
	
}
.gelbWarumZuUns, .gelbKanzlei, .gelbExistenz {
	margin-top: 7px;
}
.trennlinie {
	margin-bottom: 35px;
	margin-top: 40px;
}

/*////////////////////////////////////////////////////////////////*/

/*nur STARTSEITE*/

/*////////////////////////////////////////////////////////////////*/
.startHG {
	background-image: url(images/hintergrund-start.jpg);
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.zentriert {
height: 100%;
display: table;
width: 100%;
}

.abstandObenUnten {
display: table-cell;
vertical-align: middle;
}


#startZitat {
margin-top: 200px;
margin-bottom: 70px;
width: 654.7px;
color: rgba(255,255,255,1);
}

.Starttext1 {
	font-family: "encodesansnarrow regular";
	font-size: 80px;
}
.Starttext2 {
	font-family: "encodesanscondensed regular";
	font-size: 36px;
	line-height: 43px;
}
.Starttext3 {
	font-family: "LiberationSerif Italic";
	font-size: 22px;
	line-height: 48px;
}
.gelbStart {
	background-color: rgba(250,186,34,1.00);
	width: 20px;
	height: 275px;
	float: left;
	margin-right: 21px;
	margin-top: -19px;
}
/*////////////////////////////////////////////////////////////////*/

/*nur DIENSTLEISTUNG*/

/*////////////////////////////////////////////////////////////////*/
.dienstleistung {
	padding-top: 140px;
	margin-bottom: 50px;
}
.dienstleistungenUebersicht {
	padding-top: 30px;
	padding-bottom: 600px;
}

.dienstleistungHG {
	height: 100%;
	background-image: url(images/hintergrund-dienstleistung.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}


.teaserHG {
	width: 461px;
	height: auto;
	float: left;
	position: relative;
	margin: 1.2%;
	background-color: rgba(255,255,255,1.00);
}
.teaser {
	width: 423px;
	height: auto;
	border-left: 19px solid rgba(250,186,34,1.00);
	border-right: 19px solid rgba(250,186,34,1.00);
	border-bottom: 19px solid rgba(250,186,34,1.00);
	border-top: 19px solid rgba(250,186,34,1.00);
	-webkit-filter: brightness(1.1) opacity(0.9);
	filter: brightness(1.1) opacity(0.9);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-decoration: none;
}

.teaser:hover, .teaser:active {
	border-left: 19px solid rgba(250,186,34,1.00);
	border-right: 19px solid rgba(250,186,34,1.00);
	border-bottom: 19px solid rgba(250,186,34,1.00);
	border-top: 19px solid rgba(250,186,34,1.00);	
	-webkit-filter: brightness(1.0) opacity(1);
	filter: brightness(1.0) opacity(1);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.SchriftTeaser {
	color: rgba(255,255,255,1.00);
	font-family: "encodesanscondensed semibold";
	font-size: 21px;
	padding-top: 5px;
	height: 20px;
	background-color: rgba(250,186,34,1.00);
	text-decoration: none;
}
.teaserHG a, .einleitung a  {
	text-decoration: none !important;
}
.teaser img {
		width: 100%;
		height: auto;
		margin-bottom: -7px;
		padding: 0px;
	}
.zurueck {
	font-size: 14px;
	border-top: 1px solid rgba(250,186,34,1.00);
	border-bottom: 1px solid rgba(250,186,34,1.00);
	width: 160px;
	margin-top: 48px;
	height: 24px;
	line-height: 23px;
	margin-bottom: -25px;
	transition: 0.5s;
}
.zurueck:hover{
	border-top: 1px solid rgba(245,153,4,1.00);
	border-bottom: 1px solid rgba(245,153,4,1.00);
	transition: 0.5s;
}

.zurueck a {
	color: rgba(134,136,137,1.00);
	transition: 0.5s;
	text-decoration: none;
}
.zurueck a:hover {
	color: rgba(0,0,0,1.00);
	transition: 0.5s;
}
a #InfoButton {
	text-decoration: none;
}

#InfoButton {
	background-color: rgba(250,186,34,1.00);
	color: rgba(255,255,255,1.00);
	font-family: "encodesanscondensed semibold";
	padding-top: 10px;
	padding-left: 19px;
	padding-right: 19px;
	padding-bottom: 10px;
	margin-top: 60px;
	margin-bottom: 250px;

	transition: 0.5s;
}
#InfoButton:hover{
	background: rgba(245,153,4,1.00);
	transition: 0.5s;
}

.infos {
	display: none;
}

/*////////////////////////////////////////////////////////////////*/

/*HAUPTCONTAINER*/

/*////////////////////////////////////////////////////////////////*/
html {
	height: 100%;

	}
	
body {
	height: 100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	overflow-x: hidden;
	animation:fadein 0.5s;
	-moz-animation:fadein 1.0s;
	-webkit-animation:fadein 0.5s;
	}

.wrapper {
	max-width: 946px;
	width: 95.2%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.4%;
	padding-right: 2.4%;
}
/*////////////////////////////////////////////////////////////////*/

/*Header*/

/*////////////////////////////////////////////////////////////////*/

header {
	height: 192px;
	transition: 0.5s;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 200000;
}
.hgWeiss {
		background-color: rgba(255,255,255,1);
}
.schriftWeiss {
	color: rgba(255,255,255,1);
}
.schriftSchwarz {
	color: rgba(0,0,0,1.00);
}
header.sticky
{
    height: 70px;
	transition: 0.5s;
	-webkit-box-shadow: 0px 5px 5px rgba(130,130,130,1.00);
	box-shadow: 0px 5px 5px  rgba(130,130,130,1.00);
	background-color: rgba(255,255,255,1);
}
/*////////////////////////////////////////////////////////////////*/

/*Logo*/

/*////////////////////////////////////////////////////////////////*/
#logo  {
	height: 139px;
	width: 100%;
	margin-top: 24px;
	transition: 0.5s;
}

#logo.sticky
{
    margin-top: 6px;
	transition: 0.5s;
	height: 55px;
}
#logo img {
	height: 100%;
	width: auto;
	float: left;
	position: relative;
}
.floatLeft  {
	float: left;
}


#schriftzugLogo {
	float: left;
	white-space: nowrap;
	margin-top: 48px;
	margin-left: 25px;
	font-family: "LiberationSerif Regular";
	font-size: 30px;
	transition: 0.5s;
}
#schriftzugLogo.sticky 
{
	margin-top: 19px;
	margin-left: 8px;
	font-size: 15px;
	transition: 0.5s;
}
/*////////////////////////////////////////////////////////////////*/

/*Navigation*/

/*////////////////////////////////////////////////////////////////*/
#menue {
	float: right;
	padding-top: 46px;
	font-family: "encodesanscompressed bold";
	font-size: 17px;
	text-align: center;
	transition: 0.5s;
}
#menue.sticky {
	padding-top: 3px;
	transition: 0.5s;
}

nav{
	margin-left: -2.4%;
	margin-right: -2.4%;
	clear: both;
	font-family: "encodesanscompressed regular";
	font-size: 17px;
	z-index: 200000;
	text-align: center;
	overflow: hidden;
	background-color: rgba(255,255,255,1);
	transition: 0.5s;
}
.zeigen {
		height: 70px;
		transition: 0.5s;
		margin-top: 28px;
}
.weg {
		height: 0px;
		transition: 0.5s;
}

nav.sticky{
	-webkit-box-shadow: 0px 5px 4px rgba(130,130,130,1.00);
	-moz-box-shadow: 0px 5px 4px  rgba(130,130,130,1.00);
	box-shadow: 0px 5px 4px rgba(130,130,130,1.00);
	background-color: rgba(255,255,255,1);
	transition: 0.5s;
	margin-top: 8px;
}

nav ul {
	padding-top: 22px;
	padding-bottom: 10px;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	
}
nav ul.sticky {
	padding-top: 26px;
	padding-bottom: 0px;

}
nav ul li {
	display: inline;
	margin-left: 21px;
	margin-right: 21px;
	list-style-image: none;
}
nav ul li.sticky {
	margin-left: 10px;
	margin-right: 10px;
}
nav ul li a{
	color: rgba(132,133,135,1.00);
	text-decoration: none;
}
nav ul li a:hover{
	color: rgba(0,0,0,1.00);
}
.active {
	color: rgba(0,0,0,1.00);
}
/*////////////////////////////////////////////////////////////////*/

/*Headergrafiken*/

/*////////////////////////////////////////////////////////////////*/
.bild  {
	width: 100%;
	height: 672px;
	clear: both;
	margin-top: 192px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.kanzlei {
		background-image: url(images/header/kanzlei.jpg);
}
.warum-zu-uns {
		background-image: url(images/header/warum-zu-uns.jpg);
}
.existenzgruender {
	background-image: url(images/header/existenzgruender.jpg);
}
.finanzbuchhaltung {
	background-image: url(images/header/finanzbuchhaltung.jpg);
}
.lohnabrechnung {
	background-image: url(images/header/lohnabrechnung.jpg);
}
.steuerberatung {
	background-image: url(images/header/steuerberatung.jpg);
}
.unternehmensberatung {
	background-image: url(images/header/unternehmensberatung.jpg);
}
.aktuelles {
		background-image: url(images/header/aktuelles.jpg);
}
.archiv {
		background-image: url(images/header/archiv.jpg);
}
.kontaktseite {
		background-image: url(images/header/kontakt.jpg);
}
.impressum {
		background-image: url(images/header/impressum.jpg);
}
.Headertext {
	color: rgba(255,255,255,1.00);
	font-family: "encodesanscondensed regular";
	font-size: 30px;
	line-height: 45px;
	padding-top: 35%;
}
/*////////////////////////////////////////////////////////////////*/

/*Inhalt*/

/*////////////////////////////////////////////////////////////////*/
main {
	font-family: "encodesanscondensed regular";
	font-size: 18px;
	line-height: 28px;
	color: rgba(88,88,88,1.00);
}

.text {
	margin-left: 9.76%;
	margin-right: 9.76%;
	width: 80.48%;
}

.row {
	margin-left: -1.2%;
	margin-right: -1.2%;
}
.gelb {
	border-left: 9px solid rgba(250,186,34,1.00);
	padding-left: 29px;
}
.gelbWarumZuUns {
	background-color: rgba(250,186,34,1.00);
	width: 9px;
	height: 166px;
	float: left;
	margin-right: 29px;
}
.gelbKanzlei {
	background-color: rgba(250,186,34,1.00);
	width: 9px;
	height: 155px;
	float: left;
	margin-right: 29px;
}
.gelbExistenz {
	background-color: rgba(250,186,34,1.00);
	width: 9px;
	height: 270px;
	float: left;
	margin-right: 29px;
}
.hgGrau {
	background-color: rgba(178,168,161,0.33);
	width: 100%;
	padding-top: 0px;
}
.textInGrau {
	margin-left: 9.76%;
	margin-right: 9.76%;
	width: 80.48%;
}

.textInGrau .row {
	margin-left: -2.2%;
	margin-right: -2.2%;
}
.textInGrau .spalte3 {
	font-size: 16px;
	line-height: 26px;
}
.zitat {
	font-family: "LiberationSerif Italic";
	font-size: 27px;
	line-height: 39px;
	color: rgba(134,136,137,1.00);
}

.textInGrau .spalte3 {
	width: 28.93%;
	float: left;
	margin-left: 2.2%;
	margin-right: 2.2%;
}
.spalte3 {
	width: 30.93%;
	float: left;
	margin-left: 1.2%;
	margin-right: 1.2%;
}
.spalte3 img 
{width: 100%; height: auto;}

.spalte3 a {
	color: rgba(88,88,88,1.00);
	text-decoration: underline;
}
.spalte3 a:hover {
	color: rgba(0,0,0,1.00);
}
.linieWeiss {
	border-bottom: 17px solid rgba(255,255,255,1.00);
	height: 30px;
	display: none;
	}
.text a {
	color: rgba(88,88,88,1.00);
	text-decoration: underline;
}

.text a:hover {
	color: rgba(0,0,0,1.00);
}
hr {
	height: 1px;
	background-color: rgba(197,199,200,1.00);
	text-decoration: none;
	text-shadow: 0px 0px 0px;
	color: rgba(197,199,200,1.00);
	border-style: none;
}
.mitglied {
	width: auto;
	float: left;
	margin-left: 1.2%;
	margin-right: 1.2%;
	
}
.logos {
	text-align: right;
	float: right;
	margin-left: 1.2%;
	margin-right: 1.2%;

}
.logos img {
	padding-top: 16px;
	width: 60px;
	height: auto;

}

.linkKlein {
	font-size: 15px;
	text-decoration: underline !important;
}
.tag {
	float: left;
	width: 100px;
	height: 30px;
}
.zeit {
	text-align: right;
	width: 240px;
	
}
/*////////////////////////////////////////////////////////////////*/

/*Footer*/

/*////////////////////////////////////////////////////////////////*/
footer {
	background-image: url(images/header/fuss.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 580px;
}
#fuss {
	background-color: #CFD1D2;
	font-family: "encodesanscondensed regular";
	font-size: 15px;
	line-height: 10px;
	padding-top: 15px;
}
.kontakt {
	float: left;
	margin-right: 15px;
	color: rgba(88,88,88,1.00);
	margin-bottom: 20px;
}


.kontakt img {
	height: 30px;
	width: auto;
	margin-bottom: -10px;
	padding-right: 5px;
	margin-left: -1px;
	opacity:0.8;
}

.fussnavi ul {
	float: right;
	margin-top: 10px;
	margin-right: -10px;
}
.fussnavi ul li {
	display: inline;
	margin-right: 15px;
	list-style-image: none;
	
}

.icon {
	float: right;
	margin-left: 10px;
}

.icon img {
	height: 30px;
	width: auto;
	opacity:0.8;
}

.icon img:hover  {
	opacity:1.0;
}
.kontakt a, 
.fussnavi ul li a {
	color: rgba(88,88,88,1.00);
	text-decoration: none;
}
.kontakt a:hover, 
.fussnavi ul li a:hover {
	color: black;
	opacity:1.0;
}

/*////////////////////////////////////////////////////////////////*/

/*ANDERE*/

/*////////////////////////////////////////////////////////////////*/


@keyframes fadein{from{opacity:0;}to{opacity:1;}}
@-moz-keyframes fadein{from{opacity:0;}to{opacity:1;}}
@-webkit-keyframes fadein{from{opacity:0;}to{opacity:1;}}
@-o-keyframes fadein{from{opacity:0;}to{opacity:1;}}




.back-to-top {
	background-color: rgba(197,199,200,1.00);
	position: fixed;
	bottom: 100px;
	right: 20px;
	border-radius: 40px;
	color: rgba(255,255,255,1.00);
	opacity: 0.8;
	width: 55px;
	height: 40px;
	text-align: center;
	-webkit-box-shadow: 0 0 4px #626262;
	box-shadow: 0 0 4px #626262;
	padding-top: 15px;
	transition: 0.5s;
	text-decoration: none;
}

.back-to-top:hover,
.back-to-top:focus {
	background-color: rgba(134,136,137,1.00);
	transition: 0.5s;
		-webkit-box-shadow: 0 0 4px rgba(197,199,200,1.00);
	box-shadow: 0 0 4px rgba(197,199,200,1.00);
}

.fancybox-custom .fancybox-skin {
	box-shadow: 0 0 50px #222;
	height: 600px;
	width: 600px;
	overflow-x: hidden;
	overflow-y: hidden;
		}


/*////////////////////////////////////////////////////////////////*/

/*Menubutton*/

/*////////////////////////////////////////////////////////////////*/

.container {
    display: inline-block;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
	width: 41px;
	height: 4px;
	background-color: #868889;
	margin: 4px 0;
	transition: 0.4s;
}

.weiss {
	background-color: #ffffff !important;
}

/* Rotate first bar */
.change .bar1 {
	width: 34px;
    -webkit-transform: rotate(-45deg) translate(-7px, 7px)  ;
    transform: rotate(-45deg) translate(-4px, 10px) ;
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
	width: 34px;
    -webkit-transform: rotate(45deg) translate(-4px, -5px) ;
    transform: rotate(45deg) translate(-1px, -8px) ;
}

/*////////////////////////////////////////////////////////////////*/

/*Vita*/

/*////////////////////////////////////////////////////////////////*/

#vita {
	position: absolute;
	top: 250px;
	width: 100%;
	height: auto;
}
.vitaInhalt {
	width: 80%;
	background-color: rgba(255,255,255,1.00);
	border-radius: 10px;
	-webkit-box-shadow: 5px 0 20px rgba(130,130,130,1.00);
	-moz-box-shadow: 5px 5px 5px  rgba(130,130,130,1.00);
	box-shadow: 5px 0 20px rgba(130,130,130,1.00);
	margin-left: auto;
	margin-right: auto;
	padding: 5%;
	max-width: 800px;
}

.vitaHidden {
	display: none;
	-webkit-filter: opacity(0);
	filter: opacity(0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.vitaShow {
	-webkit-filter: opacity(1);
	filter: opacity(1);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	display: block;
}
.schliessen {
	font-family: "encodesanscondensed semibold";
	font-size: 15px;
	position: absolute;
	bottom: 25px;
}
.schliessen a {
	color: rgba(88,88,88,1.00);
}	
.schliessen a:hover {
	color: rgba(0,0,0,1.00);
}
.img-abgeschlossen {
	width: 100%;
	height: auto;
}
.center {
	text-align: center;
}