@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #e9e9e9;
    webkit-tap-highlight-color: #fed136;
}

/* fontstyles */
h1,h2,h3,h4,h5,h6 {
    text-transform: uppercase;
    font-weight: 700;
}
h1 {
  font-size:35px;
}
section h2.section-heading {
    color: #333;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 30px;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #fed136;
}
p {
    font-size: 16px;
    line-height: 1.75;
}
p.large {
    font-size: 16px;
}
a {
    color: #fed136;
}
a:hover,
a:focus,
a:active,
a.active {
    color: #fec503;
}

/* buttonstyle */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
    border-color: #fed136;
    background-color: #fed136;
}
.btn-primary .badge {
    color: #fed136;
    background-color: #fff;
}
.btn-xl {
    padding: 20px 40px;
    border-color: #fed136;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #fed136;
}
.btn-xl:hover,.btn-xl:focus,.btn-xl:active,.btn-xl.active,.open .dropdown-toggle.btn-xl {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}
.btn-xl:active,.btn-xl.active,.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,.btn-xl[disabled],fieldset[disabled] .btn-xl,.btn-xl.disabled:hover,.btn-xl[disabled]:hover,fieldset[disabled] .btn-xl:hover,.btn-xl.disabled:focus,.btn-xl[disabled]:focus,fieldset[disabled] .btn-xl:focus,.btn-xl.disabled:active,.btn-xl[disabled]:active,fieldset[disabled] .btn-xl:active,.btn-xl.disabled.active,.btn-xl[disabled].active,fieldset[disabled] .btn-xl.active {
    border-color: #fed136;
    background-color: #fed136;
}
.btn-xl .badge {
    color: #fed136;
    background-color: #fff;
}
.btn-primary {
    border-color: #fed136;
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #fed136;
}
.btn:focus,.btn:active,.btn.active,.btn:active:focus {
    outline: 0;
}
.row {
  margin-left:0px;
  margin-right:0px;
}

/* Wrapper for page content to push down footer */
#wrap {
    background-color: #fff;
    width: 60%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 60px;
}
#wrap > .container {
  padding: 0;
}
.container .credit {
  margin: 20px 0;
}
/* header */
header {
  background: #fff;
  color:#555;
    height: 100px;
    padding-top: 0;
}
.bg-top{
 height: 200px;
padding: 0;}

/* CUSTOMIZE THE NAVBAR */
.navbar-wrapper {
 width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

/* Navigation position */
#nav {
  width: 60%;
  position:fixed;
  top:0x;
}
#nav.affix {
   width: 60%;
   position: fixed;
   top: 0;
   z-index:10;
  /* -webkit-transition: all .2s ease-in-out;*/
}
.navbar-nav {
  margin: 0; 
    top: 0;
  width: 100%;
}  
  
/* customize nav style */
.navbar-custom {
     margin: 0;
    width: 100%;
    background-color: #cecece;
	font-weight:700;
    text-transform:uppercase;
    border-width:0;
    
}
.navbar-custom  .dropdown-menu {
	background-color: #e5e5e5;
    width: 100%;
    border-radius: 0;      
}
.navbar-custom  .navbar-nav>li>a {
	color: #333;
}
.navbar-custom  .dropdown-menu li>a:hover {
	color: #000;
}
.navbar-custom  .navbar-nav li>a:visited, {
	color: #888;  
}
.navbar-custom  .navbar-nav li>a:hover, .navbar-nav li .open, .navbar-custom .navbar-nav .active a  {
	background-color: #666;
}
.navbar-custom .navbar-nav>.dropdown>a .caret {
	border-top-color: #000;
    color: #000;    
	border-bottom-color: #000;
}
.navbar-collapse.in { 
    /*3.0.2 bug workaround*/
    overflow-y: visible;
}
.navbar-toggle {
	outline:0;
    background-color:#000; 
}
/* ------------ end nav style */

.logo img{
  position:absolute;
  z-index:1200;
  width: 100%;
}
section.bg-top{
    margin-top:3%;
height:200px;
}
img{width:100%;}

img.philiosophie-pic{
padding-right:0;
margin-right: }


section {
    padding: 100px 0;
}
section h2.section-heading {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 30px;
}
section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}
.divider {
	height:50px;
}
.panel {
	border-width:0;
}

/* map style */
#map-canvas {
  	width: 100%; 
  	height: 300px;
	margin: 0;
	padding: 15px;
}

/* ALL SECTIONS */
section {
    min-height: 200px;
  color: #333;
  height: auto !important;
  height: 100%;
  padding-top:100px;
}
/* Top Picture */
bg-1 {
    min-height: 300px;
    padding-top: 20px;
}

.bg-2 { 
	background: url('/pics/Banner2-1024x245.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
/* index textarea */
section.bg-3 {
  /*border-left-width:2.5em;
  border-left-style:solid;
  border-left-color:#cecece;
  padding-left:2.5em;
  border-right-width:2.5em;
  border-right-style:solid;
  border-right-color:#cecece;
  padding-right:2.5em;*/
 min-height: 200px;
  text-align:left;
    margin-top: 5%;
    margin-bottom: 2%;
  padding-top: 0%;
  padding-bottom: 4%;
      -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

}

.bg-5 {
	padding-top:30px;
    background-color:#e9e9e9;
}
.bg-lohnabrechnung{
    padding-top: 2%;
    padding-bottom: 5%;
    padding-left: 0;
    height: auto !important;
    height: 100%;
    min-height: 300px;
    clear: both;
}
section.bg-geschichte{   
    padding-top: 1%;
    padding-bottom: 1%;
    height: auto !important;
    height: 100%;
    min-height: 370px;
}
section.steuerberatung{
    padding-top: 1%;
    padding-bottom: 1%;
    height: auto !important;
    height: 100%;
    min-height:300px;
}
.bg-team-1{
    background: url('/pics/bg-team.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.bg-wirtschaftspruefung {
    padding-top: 1%;
    padding-bottom: 2%;
    height: auto !important;
    min-height: 250px;
    clear: both;

}

.bg-wirtschaftspruefung-1{
    background: url('/pics/wirtschaftspruefung.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.bg-wirtschaftspruefung-2 {
    padding-top: 1%;
    padding-bottom: 5%;
    height: auto !important;
    min-height: 1250px;
}
.bg-dienstleistung-1{
    background: url('/pics/dienstleistung.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.treuhandlogo{
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 266px;
    height: auto;
}

/* PORTFOLIO */
section#portfolio{
     border-top-width:2.5em;
  border-top-style:solid;
  border-top-color:#cecece;
  padding-top:2.5em;
    padding-top: 2%;
    padding-bottom: 0;
     min-width: 300px;
}
#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}
#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 300px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(254,209,54,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 300px;
    text-align: center;
    background-color: #fff;
}
#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}
#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-size: 16px;
    font-style: italic;
}
#portfolio * {
    z-index: 2;
}
.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
/* SERVICE*/
.service-heading {
    margin: 15px 0;
    text-transform: none;
}
section#services{
    margin-top: 0;
    padding-top: 8%;
    padding-bottom: 0%;
}

/* CONTACT */

section#contact {
    background-color: #444;
    background-position: center;
    background-repeat: no-repeat;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

/* TABLE */
.table{
    margin-left: auto;
}
.panel .img-responsive {
	min-height:100%;
    max-height:100%;
}
/* contactform */
.form-group{
border-radius: 0 ;
}
/* fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #f5f5f5;
  margin-top:50px;
  padding-top:20px;
  padding-bottom:20px;
    position:fixed;
    bottom:0;
    width: 60%;
    z-index:100;
}
/* footer */
#footer {
  background-color:#414141;
    
}
#footer a {
  color:#efefef;
}
/* scroll arrow */
.scroll-top {
   position:fixed;
   bottom:0;
   right:6%;
   z-index:100;
   background: #cecece;
   font-size:24px;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
}
.scroll-top a:link,.scroll-top a:visited {
    color:#222;
} 

/*--------------------------------------------/*
RESPONSIVE
---------------------------------------------/*

/* customize desktop */
@media (min-width: 1360px) and (max-width: 2600px)  { 
#wrap {
    width: 60%;
}
    #nav {
  width: 60%;
  position:fixed;
  top:0px;
}
    #nav.affix {
	margin-top: 0;
	width: 60%;
    position: fixed;
    top: 0;
}
 section#portfolio{
     border-top-width:1.5em;
  border-top-style:solid;
  border-top-color:#cecece;
        margin-top: 5em;
    padding-top: 4%;
    padding-bottom: 0;
     min-width: 300px;
}       
   
.container{
    width: 100%;
}
    
h1 {
  font-size:25px;
}
    
section.bg-3 {
  max-height: 100%
}
    
.navbar-nav.nav-justified > li{
  float:none;  
}
    
section {
  padding: 150px 0;
}
    
#portfolio .portfolio-item {
    margin: 0 0 30px;
} 

.logo img {
    width: 130px;
    height: 130px;
    right: 30px;
    TOP:30px;
    z-index: 1;
}
    #footer {
	width: 60%;
    height: 60px;
	}
    
   
}

/*--------------------------------------------/*
RESPONSIVE
---------------------------------------------/*

/* ---------- end custumize desktop */

/* customize laptop */

@media (max-width: 1560px) {
#wrap {
    width: 90%;
}
  .navbar-custom  .dropdown-menu {
	background-color: #e5e5e5;
      font-size: 12px;
     text-align: center;
    width: 100%;
    border-radius: 0;      
}
    #nav {
  width: 90%;
  position:fixed;
  top:0px;
}
    #nav.affix {
	margin-top: 0;
	width: 90%;
        position: fixed;
    top: 0;
}
    
 section#portfolio{
     border-top-width:1.5em;
  border-top-style:solid;
  border-top-color:#cecece;
        margin-top: 5em;
    padding-top: 4%;
    padding-bottom: 0;
     min-width: 300px;
}   
.container{
    width: 100%;
}

h1 {
  font-size:25px;
}
    
section.bg-3 {
  height: 100%;
}
    
.navbar-nav.nav-justified > li{
  float:none;  
}
    
section {
  padding: 150px 0;
}
    
#portfolio .portfolio-item {
    margin: 0 0 30px;
} 

.logo img {
    width: 130px;
    height: 130px;
    right: 30px;
    top:30px;
    z-index: 1;
}
    #footer {
	width: 90%;
    height: 60px;
	}
    

    
}


/* customize Laptop */
@media (max-width: 1000px) {
#wrap {
    width: 90%;
}
        .navbar-custom {
     margin: 0;
    width: 100%;
    background-color: #cecece;
	font-weight:700;
            font-size:14px;
    text-transform:uppercase;
    border-width:0;
    
}
    #nav {
  width: 90%;
  position:fixed;
  top:0px;
}
    #nav.affix {
	margin-top: 0;
	width: 90%;
        position: fixed;
    top: 0;
}
        section.bg-top{
        margin-top:4%;z-index: 1;}
    
.logo img {
    width: 100px;
    height: 100px;
     right: 20px;
    top:20px;
    z-index: 1;
}
    section#portfolio{
     border-top-width:1.5em;
  border-top-style:solid;
  border-top-color:#cecece;
        margin-top: 11em;
    padding-top: 4%;
    padding-bottom: 0;
     min-width: 300px;
}
#portfolio .portfolio-item {
    width: 100%;
    right: 0;
    margin: 0 0 10px;
}
  
   
.navbar-custom  .dropdown-menu{
    text-align:center;
    font-size: 11px;
}
    
h1 {
  font-size:20px;
}
       
#footer {
	width: 90%;
    height: 80px;
	}

.scroll-top { display: none; }
    
}

@media (max-width: 768px) {
    #wrap {
    width: 100%;
}
    #nav {
  width: 100%;
  position:fixed;
  top:0px;
}
#nav.affix {
	margin-top: 0;
	width: 100%;
}
section.bg-3 {
  height: 100%;
}
  
    
.logo img {
    width: 80px;
    height: 80px;
    right: 10px;
    top:10px;
    z-index: 1;
}

#footer {
	width: 100%;
    height: 80px;
	}

.scroll-top { display: none; }
    
}

/* customize smartphone */

@media (max-width: 480px) {
    #wrap {
    width: 100%;
}
    #nav {
  width: 100%;
  position:fixed;
  top:0px;
}
    section.bg-top{
        margin-top:10%;z-index: 1;}
    
    section#portfolio{ z-index: 100;}
    
#nav.affix {
	margin-top: 0;
	width: 100%;
}
    
.logo img {
    width: 60px;
    height: 60px;
    right: 8px; 
    top:8px;
    z-index: 1;
}

#footer {
	width: 100%;
    height: 80px;
	}

.scroll-top { display: none; }
    

}
/* --------------- end smartphone */

