/*!
// Contents
// ------------------------------------------------

 1. IMPORT STYLES
 2. GLOBAL STYLES
 3. BUTTONS
 4. NAVIGATIONS
 5. INTRO
 6. 2-COLUMN
 9. BLOG PAGE
 10. BLOG SINGLE PAGE
 11. FORMS
 12. SUBCRIBTIONS
 13. FOOTER
 14. SPACING

/*!---------- IMPORT STYLES ----------*/

@import url("http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
@import url("ionicons.min.css");
@import url("animate.css");

/*!---------- GLOBAL STYLES ----------*/

* { 
  margin: 0;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
}
html {
  height: 100%;
  background: transparent;
}
html ::-moz-selection {
  background:#CA1717;
  color:#fff;
}
html ::selection {
  background: #CA1717;
  color:#fff;
}
html ::-moz-selection {
  background: #CA1717;
  color:#fff;
}
body {
  background: #fff;
  -webkit-backface-visibility: hidden;
}
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #777777;
  font-size: 14px;
  line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-weight: 300;
  color: #333;
}
h1 {
  font-size: 44px;
  line-height: 55px;
  letter-spacing: -0.009em;
  
}
h1 .mega {
  font-size: 110px;
  line-height: 89px;
}
h2 {
  font-size: 31px;
  line-height: 42px;
}
h3 {
  font-size: 18px;
  line-height: 35px;
}
h4 {
  color: #CA1717;
  font-size: 18px;
  line-height: 31.88px;
  letter-spacing: -0.0045em;
  -webkit-text-stroke-width: 0.24px;
}
h5 {
  color: #CA1717;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.88px;
}
h6{
	color: #777;
	font-size: 14px;
	margin-top: -12px;
	font-weight:500;
	}
@media all and (max-width: 990px) {
  h1 {
    font-size: 36px;
    line-height: 50px;
  }
  h2 {
    font-size: 28px;
    line-height: 50px;
  }
  h3 {
    font-size: 26px;
    line-height: 40px;
  }
  h4 {
    font-size: 24px;
    line-height: 30px;
  }
  h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
  }
}
a {
  text-shadow: none!important;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s!important;
  opacity: 0.7;
}
a:focus,
a:hover,
a:active {
  opacity: 1;
}
a,
a:focus,
a:hover,
a:active {
  outline: 0!important;
  text-decoration: none;
}
.block-title {
  font-family: 'Montserrat';
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.title-bold {
  font-size: 72px;
  font-weight: 700;
}
p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
  cursor: default;
}
ul {
  list-style: none;
  padding-left: 5px;
}

section {
  padding: 75px 0;
  position: relative;
  background: #fff;
}

#logo{
width: 200px;
height:100%;
  }
@media all and (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}

img {
  width: 100%;
}
.center-inner {  
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.background-image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #292929;
  background-position: 50% 0;
  opacity: 0;
}
.background-image-holder img {
  display: none;
}
.background-image-holder.fadeIn {
  opacity: 1;
}

/*!---------- NAVIGATION ----------*/

.nav-container,
nav {
  overflow: visible;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.nav-container.dark {
  background: #222;
}
.nav-container.transparent {
  background: transparent;
}
nav {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
nav a {
  color: #666;
  font-size:16px;
}
nav .brand {
}
nav .brand a {
  opacity: 1;
}
nav .brand a:hover {
  opacity: 0.7;
}
@media all and (max-width: 768px) {
  nav {
    overflow: hidden;
  }
}
.navbar {
  border-radius: 0;
}
nav.transparent .navbar {
  color: #fff;
}
nav.transparent a {
  color: #fff;
}
.sticky {
  background: #2c2c2c;
}
nav ul {
  display: inline-block;
}
nav ul li {
  float: left;
  margin-right: 26.66666667px;
  font-size: 14px;
}
nav ul ul {
  position: absolute;
  background: #fff;
  visibility: hidden;
  z-index: 999;
  min-width: 150px;
  padding: 0;
  border-radius: 3px;
  top: 100%;
  left: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}
nav ul ul li {
  line-height: 42px;
  text-align: left;
  position: relative;
  margin-right: 0;
  width: 100%;
}
nav ul ul li a {
  display: block;
  padding: 0 20px;
  width: 100%;
}
nav ul ul li:first-child {
  padding-top: 8px;
}
nav ul ul li:last-child {
  padding-bottom: 8px;
}
nav ul li:hover ul:nth-of-type(1) {
  visibility: visible;
  opacity: 1;
}
nav ul li:hover .subnav .subnav {
  visibility: hidden;
  opacity: 0;
}
.has-dropdown .has-dropdown:hover .subnav {
  visibility: visible;
  opacity: 1;
}
.has-dropdown .subnav .subnav {
  top: 0;
  left: 100%;
}
@media all and (max-width: 990px) {
  nav,
  nav.fixed,
  nav.overlay,
  .navbar {
    overflow: hidden;
  }
  nav.transparent .navbar {
    background: #2c2c2c;
  }
  nav ul ul {
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    max-height: 0;
    overflow: hidden;
    display: block;
    margin-top: 0;
  }
  nav ul ul ul {
    display: none;
    margin-left: 16px;
  }
  nav ul ul li:hover ul {
    display: block;
  }
}
.mobile-toggle {
  position: relative;
  cursor: pointer;
  top: 0px;
  margin-left: 18px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  opacity: 1;
  display: none;
}
.mobile-toggle:hover,
.mobile-toggle.active {
  opacity: 0.5;
}
.mobile-toggle img {
  padding: 14px 0;
  width:40px;
  height:100%;
}
@media all and (max-width: 990px) {
  .mobile-toggle {
    display: inline-block;
  }
}
.navbar {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.nav-inner .navbar {
  height: 80px;
  max-height: 80px;
  background: #222;
  margin: 0;
}
.nav-inner .menu:first-child li {
  position: relative;
}
.nav-inner .logo {
  margin-top: 28px;
}
.nav-inner .menu {
  margin-top: 26px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
@media all and (max-width: 990px) {
  .nav-inner .text-center {
    text-align: left;
  }
  .nav-inner .menu {
    margin-bottom: 8px;
  }
  .nav-inner .menu li {
    float: none !important;
    margin: 0;
    line-height: 32px;
  }
  .nav-inner .btn {
    margin-top: 16px;
  }
  .nav-inner .mobile-toggle {
    top: 8px;
  }
}
.nav-open .navbar {
  height: auto !important;
  max-height: 600px !important;
}

/*!---------- Intro ----------*/

.intro {
  padding: 0;
  position: relative;
  background: transparent;
}
.parallax-container {
  height: 780px;
  width: 100%;
  /*background-image:url('../img/SteuerTeam_header.jpg');*/
  
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.center-bottom {  
  position: absolute;
  left: 50%;
  top: 90%;
  -webkit-transform: translate(-100%, 0%);
      -ms-transform: translate(-100%, 0%);
          transform: translate(-100%, 0%);
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 640px) {
	.parallax-container {
		height: 180px;
		margin-top: 10px;
	}
	}

@media screen and (max-width: 792px) {
	.parallax-container {
		max-height: 380px;
		margin-top: 80px;
	}
}
	


/*!---------- 2-Column ----------*/

.wide-col-2 .container {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.wide-col-2 {
  width: 100%;
}
.wide-col-2 h1 {
  padding: 0px 0 75px;
  text-align: center;
  font-weight: 700;
}
.wide-col-2 h2{
  font-weight: 700;
}


/*!---------- FOOTER ----------*/

.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #222;
  color: #f2f2f2;
}
.footer h2 {
  color: #f2f2f2;
}
.footer i {
  font-size: 30px;
  margin-right: 15px;
  color: #f2f2f2;
  padding: 15px 0 0;
}
.footer p{
	padding: 22px 0 0 ;
	text-align:right;
	}

/*!---------- MAP ----------*/

section .map {
  overflow: hidden;
  position: relative;
}
.map-holder {
  height: 450px;
}
.map-holder iframe {
  border: none;
  width: 100%;
  height: 450px;
}
.map-holder:before {
  content: '';
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.map-holder.on:before {
  width: 0%;
}
.map-overlay {
  padding: 160px 0px;
  position: relative;
  overflow: hidden;
}
.map-overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  content: '';
  opacity: 0.9;
  z-index: 2;
  background-color: #e74c3c;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.map-overlay .map-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0px;
}
.map-overlay .map-holder iframe {
  width: 100%;
  height: 150%;
  position: absolute;
  bottom: -80px;
}
.map-overlay .container {
  position: relative;
  z-index: 2;
}

/*!---------- SPACING ----------*/

.f-left {
  float: left;
}
.f-right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.thin {
  font-weight: 300;
}
.bold {
  font-weight: 700;
}
.bg-dark {
  background: #2c2c2c;
}
.bg-darker {
  background: #1a1a1a;
}
.bg-darkest {
  background: #121212;
}
.bg-white{
	background:#FFFFFF;
	}
.bg-light {
  background: #e6e6e6;
}
.bg-lighter {
  background: #f0f0f0;
}
.bg-lightest {
  background: #fafafa;
}
.bg-red {
  background: #f55753;
}
.bg-red-dark {
  background: #c64643;
}
.bg-red-light {
  background: #f77975;
}
.bg-blue {
  background: #48b0f7;
}
.bg-blue-dark {
  background: #3a8fc8;
}
.bg-blue-light {
  background: #6dc0f9;
}
.text-black {
  color: #333333;
}
.text-white {
  color: #ffffff;
}
.text-red {
  color: #f55753;
}
.text-blue {
  color: #48b0f7;
}
.no-p {  
  margin: 0;
  padding: 0;
}
.p-10 {
  padding: 10px 0;
}
.p-t-10 {
  padding-top: 10px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-25 {
  padding: 25px 0;
}
.p-t-15 {
  padding-top: 15px;
  position:relative;
  min-height:255px;
  padding-right:15px;
  padding-left:15px;
}
.p-b-25 {
  padding-bottom: 25px;
}
.p-l-25 {
  padding-left: 25px;
}
.p-50 {
  padding: 50px 0;
}
.p-t-50 {
  padding-top: 50px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-75 {
  padding: 75px 0;
}
.p-t-75 {
  padding-top: 75px;
}
.p-b-75 {
  padding-bottom: 75px;
}
.p-100 {
  padding: 100px 0;
}
.p-t-100 {
  padding-top: 100px;
}
.p-b-100 {
  padding-bottom: 100px;
}
.m-10 {
  margin: 10px 0;
}
.m-t-10 {
  margin-top: 10px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-25 {
  margin: 25px 0;
}
.m-t-25 {
  margin-top: 25px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-50 {
  margin: 50px 0;
}
.m-t-50 {
  margin-top: 50px;
  min-height: 460px;
}
.m-b-50 {
  margin-bottom: 50px;
}

/* Standard: klein/mobil = linksbündig */
.mediation-row { text-align: left; }

/* Ab md (>= 992px) zentrieren */
@media (min-width: 992px) {
  .mediation-row { text-align: center; }
}
