/*
  Theme Name: B2B Smart Data
  Description: Ein childtheme zu TwitterBootstrap3BlankTheme
  Author: Lars Daum für RevierHelden GmbH
  Author URI: http://www.revier-helden.de
  Template: twitter-bootstrap-3-blank-theme
  Version: 0.0.1
*/

/* Schriften importieren via Google Fonts */
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,700");


body {
  overflow-x: hidden;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: rgb(242,188,56);
}

p {
    line-height: 1.6em;
    margin: 0 0 20px;
}

.home p {
  margin-bottom: 28px;
}

.jumbotron p {
    font-size: 14px;
    font-weight: 200;
    margin: 0 0 15px;
    line-height: 1.5em;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: rgb(51,51,51);
}

a:hover,
a:focus,
a:active,
a.active {
    color: rgb(81,81,81);
    text-decoration: none;
}

.main-content a {
    text-decoration: underline;
}

.main-content a:focus,
.main-content a:hover {
    text-decoration: none;
}

a.read-more {
    background-color: #FAA61C;
    text-decoration: none;
    border-radius: 0;
}

.read-more:hover {
    background-color: #D4D4D4;
    border-color: #d4d4d4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  color: #4b565b;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  word-wrap: break-word;
}

h1,
h1.page-title a {
  color: #455560;
  text-decoration: none;
  font-size: 42px;
  font-weight: 400;
}

h1.page-title {
    margin-top: 0;
  border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

h2 {
  color: #FF9219;
  text-align: left;
  margin-bottom: 30px;
  font-size: 36px;
}

h3 {
  color: #4b565b;
  font-size: 28px;
}

h4 {
  color: #faa61c;
}

.entry-date {
    display: block;
    font-size: 12px;
    font-weight: 400;
     color: #B7B7B7;
}

.alignleft {
    float: left;
    margin: 0 15px 5px 0;
}

.alignright {
    float: right;
    margin: 0 0 5px 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.content.main ul li {
  list-style: none;
  margin-bottom: 1em;
  font-weight: 700;
  font-style: italic;
}

.content.main ul li:before {
  font-family: fontawesome;
  font-style: normal;
  content: "\f0c8";
  padding-right: 12px;
  margin-left: -30px;
  color: #ff9219;
}

@media(max-width: 767px) {

  .btn {
    width: 100% !important;
    margin: 7px 0;
  }
}

.btn {
    text-decoration: none !important; 
    padding: 5px 22px;
    font-family: "Nunito Sans",Helvetica,Arial,sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #fff;
}

.btn-default {
    background-color: #455560;
    border-color: #455560;
    font-weight: 400;
}

.btn-primary {
    background-color: #f7a700;
    border-color: #f7a700;
    font-size: 20px;
    font-weight: 400;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    color: #333;
    background-color: rgb(245,245,245);
    border-color: rgb(245,245,245);
    box-shadow: inset 0 5px 5px 0 rgba(0,0,0,0.1);
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.btn-default:active.focus,
.btn-default.active.focus {
    color: #333;
    background-color: rgb(245,245,245);
    border-color: rgb(245,245,245);
}

.btn-info {
    color: #fff;
    background-color: #4b565b;
    border-color: #2a3238;
}

.btn-info:active:hover,
.btn-info .active:hover,
.btn-info:active:focus,
.btn-info .active:focus,
.btn-info:active.focus,
.btn-info .active.focus {
	background-color: #141719;
}

.disabled {
  opacity: .3 !important;
}

.thumbnail {
  font-size: 14px;
  text-align: center;
  background-color: #ededed;
}

.thumbnail br:first-child {
  display: none;
}

blockquote {
  font-style: italic;
  font-weight: 700;
  border-color: #FF9219;
}

#top-site-title {
    position: absolute;
    left: -10000em;
}

#content-header {
  background-position: center 125px;
}

.navbar-brand {
  width: 250px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: all ease .25s;
}

@media(min-width: 500px) {
  
  .navbar-brand {
    width: 300px;
    margin-top: -15px;
  }
}

.navbar-shrink .navbar-brand {
  margin-top: 0;
}

.navbar-default {
  padding-top: 45px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
  transition: all .25s;
}

.home .navbar-default {
  background-color: transparent;
  /*background-color: rgba(255,255,255,0.5); */
  border-color: transparent;  
}

.navbar-default {
  background-color: #fff;
}

.navbar-default.navbar-shrink {
  	background-color: #fff;
	box-shadow: 0 0 20px 1px rgba(0,0,0,0.2);
	padding-top: 10px;
	padding-bottom: 10px;
    border: none;
}

.navbar-default.navbar-shrink .navbar-brand {
  width: 250px;
}

.navbar-header {
  float: left;
}

.navbar-shrink .navbar-header {
  margin-top: 0;
}

.navbar-left,
.navbar-right {
  float: none !important;
}

.navbar-default .nav-toggler {
  display: block;
  background-color: #faa61a;
  border-color: #faa61a;
  margin-right: 0;
  padding: 5px;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  float: right;
  margin-bottom: 8px;
  margin-top: 8px;
  position: relative;
}

.navbar-default .nav-toggler:focus,
.navbar-default .nav-toggler:hover,
.navbar-default .nav-toggler:active {
  background-color: #fff;
  outline: 0 none;
}

.sd-menu {
  font-size: 30px;
  font-weight: 700;
  float: right;
  margin-bottom: 8px;
  margin-right: 15px;
  margin-top: 4px;
  padding: 0 10px;
  color: inherit;

  
}

.home .sd-menu {
  color: #fff;
  text-shadow: 0 0 15px #000;
}

.navbar-shrink .sd-menu {
    color: inherit;
    margin-top: 17px;
    text-shadow: none;
}

.navbar-shrink .nav-toggler {
    margin-top: 20px;
}

@media(max-width: 768px) {
  
  .sd-menu {
    display: none;
  }
}

.navbar-default .nav-toggler .icon-bar {
  background-color: #fff;
  border-radius: 2px;
  height: 5px;
  width: 25px;
}

.navbar-default .nav-toggler:focus .icon-bar,
.navbar-default .nav-toggler:hover .icon-bar,
.navbar-default .nav-toggler:active .icon-bar {
  background-color: #F7A705;
}

.nav-toggler .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}
.nav-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-nav {
  float: none !important;
  margin-top: 7.5px;
}

.navbar {
	min-height:100px;
}

.dropdown-menu {
  background: url(/wp-content/uploads/nav-bg.jpg) left top no-repeat;
  background-color: #4a555b;
  background-size: cover;
  text-align: left;
  border: none;
  border-radius: 0;
  box-shadow: 0 4px 5px 1px rgba(0,0,0,0.3);
  float: none;
  position: absolute; 
  width: 100%;
  top: 93px;
  left: 0;
  overflow-y: auto;
  transition: all ease .5s;
} 
  
.menu-hauptmenue-container {
  padding-left: 30px;
  padding-right: 30px;
}

@media(max-width: 767px) {
  
  .dropdown-menu {
    position: fixed;
    height: calc(100vh - 63px);
    width: 100vw;
  } 
  
  .menu-hauptmenue-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.navbar-shrink .dropdown-menu {
  top: 63px;
}

@media(max-width: 499px) {
  
  .dropdown-menu {
    top: 63px;
  }
}

#menu-hauptmenue {
  padding: 30px 0 60px;
  font-size: 22px;
}

@media(max-width: 767px) {
  
  #menu-hauptmenue {
    padding-top: 0;
  }
}

#menu-hauptmenue > li > a:before,
#menu-hauptmenue-1 > li > a:before {
  font-family: fontawesome;
  color: #e19200;
  margin-right: 8px;
  font-weight: 300;
}

#menu-hauptmenue > li:nth-child(1) > a:before,
#menu-hauptmenue-1 > li:nth-child(1) > a:before {
  content: "\f1ad";
}

#menu-hauptmenue > li:nth-child(2) > a:before,
#menu-hauptmenue-1 > li:nth-child(2) > a:before {
  content: "\f140";
}

#menu-hauptmenue > li:nth-child(3) > a:before,
#menu-hauptmenue-1 > li:nth-child(3) > a:before {
  content: "\f1b3";
}

#menu-hauptmenue > li:nth-child(4) > a:before,
#menu-hauptmenue-1 > li:nth-child(4) > a:before {
  content: "\f1d8";
}

#menu-hauptmenue li,
#menu-hauptmenue-1 li {
  list-style: none !important;
}

#menu-hauptmenue li a {
  color: #fff;
    font-size: 16px;
}

#menu-hauptmenue-1 > li > a {
  color: #FF9219;
    font-size: 16px;
}

#menu-hauptmenue > li,
#menu-hauptmenue-1 > li {
  margin-bottom: 30px;
}

@media(min-width: 992px) {
  
  #menu-hauptmenue > li,
  #menu-hauptmenue-1 > li {
    width: 25%;
  }
}

@media(max-width: 991px) {
  
  #menu-hauptmenue > li,
  #menu-hauptmenue-1 > li {
    width: 100%;
  }
}

#menu-hauptmenue > li > a,
#menu-hauptmenue-1 > li > a {
  font-weight: 900;
}

#menu-hauptmenue-1 > li > a {
  padding-left: 0;
  font-size: 24px;
}

#menu-hauptmenue > li > a:focus,
#menu-hauptmenue-1 > li > a:hover {
  background: none;
}

#menu-hauptmenue .sub-menu {
  padding-left: 18px;
  font-size: 18px;
}

#front-header {
  margin-bottom: 0;
  color: #fff;
  position: relative;
  background-image: url(/wp-content/uploads/header-bg-001.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 1 !important;
}

@media(min-width: 992px) {
  
  #front-header {
    background-position: center top;
  } 
}

@media(max-width: 499px) {

    #front-header {
    	padding-top: 70px;
    }
}

.front-header-widget {
    padding-top: 65px;
    padding-bottom: 75px;
    margin-bottom: 0;
    width: 100%;
}

.front-header-widget h1 {
  	color: #fff;
  	font-size: 28px; 
  	margin-bottom: 0.75; 
  	font-weight: 900; 
	background: rgba(0,0,0,0.74);
	padding: 0.35em 0.55em;
}

.front-header-widget p {
  color: #455560;
}

@media(min-width: 500px) { 
  
  .front-header-widget {
    padding-top: 200px; 
  }
  
  .front-header-widget p {
	display: block;
    margin-bottom: 0em;
    font-size: 40px;
    font-weight: 300;
  }
}
 
@media(min-width: 768px) {

  .front-header-widget h1 {
      font-size: 40px;
  }
}

@media(min-width: 992px) {
  
  .front-header-widget {
    width: 70%;
  } 

	.front-header-widget span {
		margin-top: 30px;
		display: block;
	}
}

#front-teaser {
    background: transparent url(/wp-content/uploads/teaser-bg-0001.png) center center no-repeat;
    background-size: cover;
    padding: 20px 0 12px;
    position: relative;
    z-index: 2 !important;
    color: #fff;
    font-weight: 300;
}

#front-header h1 {
	display: inline-block;
}

.front-teaser-widget p {
  font-size: 18px;
}

@media(min-width: 500px) {
  
  .front-teaser-widget p {
    font-size: 22px;
  }
}

@media(min-width: 992px) {
  
  .front-teaser-widget p {
    padding-top: 3%;
  }
}

.home #content-section .main-top {
  display: none;
}

#front-content,
#footer-section-one {
  background-color: #fff;

  padding: 30px 0;
}

#content-section {
	padding-top: 50px;
    padding-bottom: 50px;
}

.home #content-section {
  background: transparent url(/wp-content/uploads/homecontent-bg.jpg) center center no-repeat;
  background-size: cover;
  color: #4b565b;
  padding-top: 60px;
}

#footer-section-one {
  background-image: none;
background-color: #eee;
}

#front-content {
  padding-bottom: 90px;
}

#front-content .fa {
  color: #d0d1d2;
  font-size: 50px;
}

@media(min-width: 992px) {

  #front-content .fa {
    margin-left: 33%;
  }
}

#front-content h3 {
  color: #E15220;
}

#front-content .widgettitle {
  margin-bottom: 70px;
}

#content-header {
  margin-bottom: 0;
  color: #fff;
  background-attachment: scroll;
  background-image: url(/wp-content/uploads/content-bg-1.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 270px 0 0;
}

#content-header .widget p {
  margin-bottom: 0;
  text-align: right;
}

@media(max-width: 499px) {
  
  .navbar-default {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  #content-header {
    background-position: center top;
    padding-top: 125px;
  }
}

.breadcrumb {
  box-shadow: 0 -2px 2px 0 rgba(0,0,0,0.2);
  position: relative;
  top: 41px;
  float: left;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
  font-weight: 700;
}

@media(max-width: 991px) {
  
  .breadcrumb {
    float: none;
    top: auto;
    font-size: 16px;
  }
  
  #content-header .widget p {
    text-align: center;
  }
}

.breadcrumb li a {
  color: #444;
}

.breadcrumb > .active {
  color: #bbb;
}

.sidebar-wrapper {
    border: none;
}

@media(min-width: 992px) {
    
    .sidebar-wrapper {
        padding-top: 65px
    }
}

.sidebar-wrapper p {
    font-size: 16px;
}

.sidebar-wrapper .widget-title {
    font-size: 20px;
  margin-top: 0;
}

.sidebar-wrapper .widget {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 20px;
} 

.sidebar-wrapper .jumbotron {
    padding: 10px 25px;
    border-top: 8px solid rgb(240,231,10);
}

.sidebar-wrapper p {
    padding-left: 0;
}

.sidebar-posts .textwidget,
.sidebar-page .textwidget {
    padding-left: 0;
}

@media(max-width: 767px) {
  #footer-section-one img {
    margin-bottom: 60px;
  }
}

@media(min-width: 768px) {
  #footer-section-one img {
    padding: 0 7px;
  }
}

.panel-group .panel {
  margin-bottom: 15px;
}

.panel-default > .panel-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
}

.panel-default > .panel-heading a {
  text-decoration: none;
}

.panel-default > p,
.panel-heading > p {
  margin-bottom: 0;
}

footer {
  background-color: #14191c;
  padding: 50px 0;
  font-size: 16px;
}

footer h4 {
	color: #faa61a;
}

.footer-wrapper {
  background-color: transparent;
}

#menu-hauptmenue-1,
#menu-hauptmenue-1 .sub-menu {
  list-style: none;
  padding-left: 0;
}

#menu-hauptmenue-1 > li > a {
  color: #faa61a;
	font-size: 18px;
}

.footer-wrapper img {
  margin-bottom: 60px;
}

.footer-wrapper p {
	color: #fff;
}
.footer-wrapper a {
    color: #fff;
	text-decoration: none;
}
.footer-wrapper a:hover, 
.footer-wrapper a:focus, 
.footer-wrapper a:active, 
.footer-wrapper a.active {
	text-decoration: underline;
}

#footer-section-one .widget {
	margin-bottom: 0;
}

footer span.copyright {
  text-transform: uppercase;
  text-transform: none;
  font-family: "Nunito Sans",Helvetica,Arial,sans-serif;
  line-height: 40px;
}

.copyright-wrapper {
  background-color: transparent;
  font-size: 16px;
}

.copyright-wrapper p {
  float: left;
}

.copyright-wrapper .col-lg-12 {
	padding-top: 15px;
	border-top: 1px #546a77 solid;
	color: #546a77;
}

.btn {
	border-radius: 0;
	transition: ease 0.25s;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

#back-top {
    bottom: 30px;
    position: fixed;
    right: 15px;
    opacity: 0.75;
}

#back-top a {
    display: block;
    height: 35px;
    transition: all 1s ease 0s;
    width: 35px;
}

@media(max-width: 360px) {
    #back-top {
        bottom: 15px;
    }    
}

/*
 * Row with equal height columns
 */

@media(min-width: 992px) {
  
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
  }
  
  .row-eq-height .btn {
    position: absolute;
    top: 100%;
  }
}

/*
 * Carousels
 */

.carousel-control {
  width: auto;
  opacity: 1;
}

.carousel-control.left,
.carousel-control.right {
  background: none;
}

.carousel-control.right {
  right: 0;
}

/* The indicators */
.carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -20px;
  margin-right: -19px;
  margin-bottom: 20px;
}

#post-7 .carousel {
	background-color: #f7a700;
}

#post-7 .carousel h2,
#post-7 .carousel p {
	color: #ffffff;
	text-align: center;
}

#post-7 .carousel-control .glyphicon-chevron-left,
#post-7 .carousel-control .glyphicon-chevron-right {
	color: #ffffff;
}

.carousel-inner h3 {
	color: #fff;
	text-align: center;
}

#startkarussel {
	background-color: #f7a700;
}

#startkarussel h2 {
	color: #ffffff!important;
	text-align: center;
	margin-top: 0;
	padding-top: 30px;
}

/* The colour of the indicators */
.carousel-indicators li {
  background: #cecece;
}

.carousel-indicators .active {
  background: #FF9219;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
  font-size: 20px;
  width: 20px;
  color: #FF9219;
  text-shadow: none;
  opacity: 1;
}

.fa-twitter-square,
.fa-facebook-square,
.fa-xing-square,
.fa-linkedin-square {font-size: 30px !important;}

.fa-twitter-square {color: #1DA1F2}
.fa-facebook-square {color: #3B5998}
.fa-xing-square {color: #006567}
.fa-linkedin-square {color: #0077B5}









