/* your custom styles here */

.starter-h2 {
    font-size: 300%;
}

.zitateRow {
    background-color: #DEE0DF;
    padding: 40px 0 20px 0;
}

.zitateRow blockquote {
    color: #333;
}

.startText h2 {
    color: #333;
}

.startText p {
    font-size: 120%;
}

.panel-default > .panel-heading {
    background-color: #E7E7E7 !important;
}

.pMinHeight {
    min-height: 180px;
}

blockquote {
    border: none;
    color: black;
    font-size: 160%;
}

@media screen and (min-width:737px) {
    blockquote {
        border: none;
        color: black;
        font-size: 160%;
    }
}

.team-right {
    text-align: right;
    padding-right: 20px;
}

.gray-btn {
    background-color: #404040 !important;
    color: white;
    margin-bottom: 10px;
}

.logospace {
    background-color: white;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.logospaceFooter {}

#bg-slider-1 {
    background-image: url(../Images/buerohaus-treia-front-4.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 500px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    #bg-slider-1 {
        min-height: 360px;
    }
}

.text-overlay {
    text-align: center;
    min-height: 300px;
    position: absolute;
    width: 93%;
    top: 40px;
    left: 40px;
    color: #333;
    font-size: 200%;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 16px;
    border-radius: 3px;
}

@media screen and (min-width: 992px) and (max-width:1200px) {
    .text-overlay {
        top: 11px;
        left: 10px;
        width: 98% !important;
    }
}

.google-map {
    margin: 0 0;
}

.navbar-default .navbar-toggle {
    background-color: #404040;
}

.sidebar-map > div {
    height: 360px;
}

.custom-tabs-left > .nav-tabs {
    min-height: 300px;
}

.myBadge {
    position: absolute;
    right: -100px;
    top: -40px;
}

@media screen and (max-width: 992px) {
    .myBadge {
        top: 50px;
        right: -90px;
    }
}

@media screen and (max-width: 768px) {
    .myBadge {
        display: none;
    }
}

.navbar-brand.navbar-logo-bigger > img {
    width: 100%;
    top: -45px;
}

.min-h-700 {
    min-height: 550px;
}

@media screen and (max-width: 992px) {
    .min-h-700 {
        min-height: 350px;
    }
}

.siteBlue {
    color: rgb(55, 64, 141);
}

.blue-btn {
    margin-top: 30px;
    background-color: rgb(55, 64, 141);
    color: white;
    padding: 15px 30px;
    width: 100%;
}

.blueIcon {
    background-color: rgb(55, 64, 141) !important;
}

.blueBG {
    border: 1px solid rgb(55, 64, 141);
    background-color: white;
    border-top: 40px solid rgb(55, 64, 141);
    border-radius: 3px;
    opacity: 1;
}

redColor {
    color: rgb(228, 0, 58);
}

.red-btn {
    margin-top: 30px;
    background-color: rgb(228, 0, 58);
    color: white;
    padding: 15px 30px;
    width: 100%;
}

.siteRed {
    color: rgb(228, 0, 58);
}

.redBG {
    border: 1px solid rgb(228, 0, 58);
    background-color: white;
    border-top: 40px solid rgb(228, 0, 58);
    border-radius: 3px;
    opacity: 1;
}

.greenBG {
    background-color: #0F8702;
    color: white !important;
}

.greenColor {
    color: #656565;
}

.blackColor {
    color: black;
}

.blueColor {
    color: rgb(55, 64, 141) !important;
}

a:hover {
    color: black !important;
}

p {
    font-size: 120%;
}

.big-icon-font {
    font-size: 60px;
}

.redColor {
    color: rgb(228, 0, 58);
}

.grayBG {
    background-color: #999;
    color: white !important;
}

ul .myMegaListBlue,
ul .myMegaListRed {
    list-style: none;
    padding: 0;
}

.myMegaListBlue li {
    margin: 10px 0;
}

.myMegaListBlue li:before {
    content: "\f0c8";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    margin-left: 1.3em;
    /* same as padding-left set on li */
    font-size: 90%;
    color: rgb(55, 64, 141);
}

.myMegaListRed li {
    margin: 10px 0;
}

.myMegaListRed li:before {
    content: "\f0c8";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    margin-left: 1.3em;
    /* same as padding-left set on li */
    font-size: 90%;
    color: rgb(228, 0, 58);
}

.mega-menu-content .list-menu > li > a {
    display: inline;
    transition: all ease-in .2s;
    border-top: 1px solid transparent;
}

.mega-menu-content .list-menu > li > a:hover {
    background-color: #EBEBEB;
    color: #333;
    border-top: 1px solid #656565;
}


/*main features*/

.main-features {
    padding: 0;
    margin-bottom: 60px;
    text-align: center;
    background-color: #fff;
    margin-top: -40px;
}

@media screen and (max-width: 992px) {
    .main-features div[class^="col-"] {
        margin-top: 0;
        margin-bottom: 0;
    }
    .main-features {
        margin-top: 0px;
    }
    .redBG {
        opacity: 1;
        border-left: 1px solid rgb(228, 0, 58);
        border-top: 40px solid rgb(228, 0, 58);
    }
    .blueBG {
        opacity: 1;
        border-right: 1px solid rgb(55, 64, 141);
        border-bottom: 0;
        border-top: 40px solid rgb(55, 64, 141);
    }
}

.blog .post-date-info {
    background-color: #404040;
    padding: 20px;
    height: 100%;
    opacity: .7;
}

.feature-heading {
    margin: 0;
    color: black;
    font-weight: 400;
    font-size: 22px;
    padding: 20px;
    font-family: 'Droid Sans', sans-serif;
}

@media screen and (max-width: 768px) {
    .feature-heading {
        min-height: 0px;
        font-size: 18px;
    }
}


/*Header*/

.topbar {
    margin-bottom: 10px;
}

@media (max-width:768px) {
    .topbar {
        margin-bottom: 45px;
    }
}

.hero-unit-slider .hero-heading {
    font-size: 50px;
    color: #333 !important;
    background-color: rgba(255, 255, 255, .6);
    padding: 16px;
    font-family: 'Droid Sans', sans-serif;
}

.hero-unit-slider .hero-heading,
.lead {
    color: #000;
    background-color: rgba(255, 255, 255, .8);
    padding: 8px;
    font-family: 'Droid Sans', sans-serif;
}

.boxed-content.left-boxed-icon i {
    background-color: #404040;
}

.call-to-action {
    background-color: #ebebeb;
    background: url(../Images/steuer-test-2.jpg);
    padding: 0;
    margin-bottom: 0;
    border-top: 30px solid rgba(0, 0, 0, 0.2);
    border-bottom: 30px solid rgba(0, 0, 0, 0.2);
}

.innerCTA {
    padding: 20px;
}

.navbar-nav .dropdown-menu {
    border-top: 3px solid #656565;
}

.boxed-content-title {
    color: #404040;
}

.custom-tabs-left > .nav-tabs a {
    border-left: 5px solid transparent;
}

.custom-tabs-left > .nav-tabs .active a,
.custom-tabs-left > .nav-tabs .active a:hover,
.custom-tabs-left > .nav-tabs .active a:focus {
    border: 1px solid #ccc;
    border-left: 5px solid rgb(55, 64, 141);
    border-right-color: #fff;
    color: rgb(55, 64, 141);
    background-color: #fff;
}

.myCTA-btn {
    background-color: #EBEBEB;
    padding: 10px;
    transition: all ease-in .2s;
    border-top: 1px solid transparent;
}

.myCTA-btn:hover {
    background-color: #EBEBEB;
    padding: 10px;
    transition: all ease-in .2s;
    border-top: 1px solid #656565;
}

.startList {
    list-style: none;
    font-size: 110%;
    margin-left: -45px;
}

@media screen and (max-width:992px) {
    .startList li {
        display: inline-block;
        padding: 40px;
    }
}

.startList-2 {
    list-style: none;
    font-size: 110%;
    color: rgb(55, 64, 141);
    margin: 30px 0;
}

.startList-2 li {
    margin-top: 10px;
}

.startList-2 li:before {
    content: "\f00c";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    margin-left: 0em;
    /* same as padding-left set on li */
    padding-right: 10px;
    font-size: 90%;
    color: rgb(55, 64, 141);
}

.startList-3 {
    list-style: none;
    font-size: 110%;
    color: rgb(228, 0, 58);
    margin: 30px 0;
}

.startList-3 li {
    margin-top: 10px;
}

.startList-3 li:before {
    content: "\f00c";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    margin-left: 0em;
    /* same as padding-left set on li */
    padding-right: 10px;
    font-size: 90%;
    color: rgb(228, 0, 58);
}

.startList-4 {
    list-style: none;
    font-size: 110%;
    color: #404040;
    margin: 30px 0;
}

.startList-4 li {
    margin-top: 10px;
}

.startList-4 li:before {
    content: "\f00c";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    margin-left: 0em;
    /* same as padding-left set on li */
    padding-right: 10px;
    font-size: 90%;
    color: rgb(228, 0, 58);
}

.startList li {
    margin-top: 4px;
    padding: 6px;
}

.headlineList {
    font-size: 130%;
}

hr {
    opacity: .8;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: #E7E7E7 !important;
    color: #656565;
}

.custom-tabs-line.tabs-line-bottom .active a {
    border-bottom: 1px solid #404040;
}

.custom-tabs-line li:active > a {
    color: rgb(55, 64, 141) !important;
}

.active-btn {
    background: #E7E7E7 !important;
    color: #0F8702;
    padding: 12px 6px;
    margin-left: 0px;
}

.mar-top-20 {
    margin-top: 20px;
}

.mar-top-40 {
    margin-top: 40px;
    border-right: 3px solid #0F8702;
}

.mar-top-60 {
    margin-top: 60px;
}

.mar-60 {
    margin: 60px;
}

.mar-top-100 {
    margin-top: 100px;
}

.mar-bottom-100 {
    margin-bottom: 100px;
}

.mar-40 {
    margin: 20px 0;
}


/*footer*/

footer {
    border-top: 30px solid #404040;
    background-color: #DEE0DF;
    font-weight: 300;
    color: #49494b;
    padding: 40px 0 0 0;
}

footer a {
    color: #404040;
}