/*** Bernhard Vey BV-Beratungen ***/
/**
 * @color @green #00632e 
 * @color @orange #f05f40 
 */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Source Sans Pro',Arial,sans-serif;
    font-size: 16px;
}

hr {
    max-width: 50px;
    border-color: #00632e;
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #00632e;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #00cc5e;
}

h1, h2,
h3,
h4,
h5,
h6 {
	font-family: 'Copperplate Gothic', 'Lora', 'Open Sans', Arial, serif;
	font-weight: bold;
    word-wrap: break-word;
    /* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
    -ms-word-break: break-all;

    /* Non standard for webkit */
    word-break: break-word;
    
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

header h1 {
	color: #00632e;
	margin: 18px 0 36px 0;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}



.bg-primary {
    background-color: #00632e;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.bg-green {
	color: #fff;
	background-color: #00632e;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 100px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.link {
    cursor: pointer;
    font-weight: bold;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #00632e;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    /* color: #eb3812; */
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #999;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #00632e;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #00632e;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

@media(min-width:768px) {
    .navbar-default {
        /* border-color: rgba(255,255,255,.3); */
        background-color: #fff /* transparent; */
    }

    .navbar-default .navbar-header .navbar-brand {
        color: #00632e;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #00632e; /* #fff; */
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: #999;
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #00632e; /* #fff; */
    }
}

header {
    position: relative;
    width: 100%;
    min-height: 100%;
    color: #fff;
	background-color: #d1d1d1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.absolute-wrapper {
	position: relative;
}

.absolute-btm-right {
	position: absolute;
	right: 0;
	bottom: 0;
    right: 7.5%;
	z-index: 1;
}

.absolute-btm {
    margin-top: 100px;
}

.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #00632e;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #d9d9d9;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #f9f9f9;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border: 1px solid transparent;
    color: #fff;
    background-color: #00632e;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: transparent;
}

.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.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: #00632e;
    background-color: #00632e;
}

.btn-primary .badge {
    color: #00632e;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 20px 40px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}

.fullsize {
	min-height: 100%;
}

.service-box ul {
	margin: 10px;
}

.service-box li {
	text-align: left;
}

#logo {
	margin: 22px 0;
}

.kontakt {
	margin: 0;
}

#kontakt img {
	border-radius: 20px;
}

header span {
	display: block;
	color: #fff;
}

h1 {
	font-size: 22px;
	padding-top: 18px;
	margin-top: 18px;
    text-align: center;
}

.lora {
	font-family: 'Lora', 'Source Sans Pro', Arial, sans-serif;
	font-size: 15px;
}

.hidden-xs a {
	padding-bottom: 0!important;
}

.btn-contact {
	border: 1px solid transparent;
}

.btn-contact:hover, .btn-contact:active, .btn-contact:focus {
	background-color: #00803a;
}

.before-icon {
	margin-top: 0px;
}
	
@media(min-width:768px) {
	
	.after-icon, .before-icon {
		margin-top: 12px;
	}
	
	.btn-contact .after-icon {
		margin-top: 18px;
	}
	
	h1 {
		font-size: 60px;
	}
}

#kontakt ul {
	list-style-type: none;
	text-decoration: none;
	margin: 10px 0 10px 40px;
}

#kontakt ul li {
	margin: 6px 0;
	text-align: left;
	font-size: 18px;
}

section {
    min-height: 100%;
}

/** index2 **/

.margin-top-left {
    margin-top: 15%;
}

.margin-top-right {
    margin-top: 70px;
}

span.image-title {
    color: #333;
    font-family: Freestyle Script, 'Dancing Script', cursive, serif;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}

/** outer **/
.horizontal-align {
    width: 100%;
    text-align: center;
}

/** inner **/
/**
xyz {
    display: inline-block;
}
**/

.index2 h1 {
    margin: 10px 0 10px 0;
}

.index2 .bernhard {
    margin: 0 auto 30px 0;
}

.index2 .absolute-btm p {
    margin-top: 15px;
}

.index2 ul.slogan li span, .index2 ul.slogan li, .index2 span.slogan-desc, .call-to-action p {
    font-family: 'Copperplate Gothic', 'Lora', 'Open Sans', Arial, serif;
	font-weight: bold;
    color: #00632e;
    font-size: 18px;
}

.call-to-action p {
    color: #fff;
    font-size: 24px;
}

.index2 span.slogan-desc {
    margin-top: 16px;
}

.beratungen_logo, .dienstleistungen_logo, .finanzierungen_logo {
    display: block;
    margin: 8px auto 0 auto;
}

.nav-tabs li.active a {
    background-color: #eee!important;
}

.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
    text-align:center;
}

.tab-content {
    padding-top: 15px;
    min-height: 320px;
}

.modal h4, .modal .modal-body {
    color: #000;
}

.modal .btn-primary:hover {
    color: #222;
}

.cursor:hover {
    cursor: pointer;
}

/* corrupt */
.tooltip {
    z-index: 998;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
    span.image-title {
        position: absolute;
        left: -120%;
        bottom: 10%;
        margin-bottom: 0;
        font-size: 36px;
    }
    
    .beratungen_logo, .dienstleistungen_logo, .finanzierungen_logo {
        display: inline-block;
        margin-top: 0;
    }
    
    .index2 h1 {
        text-align: left;
        padding: 0;
    }

}

@media (min-height: 700px) {
	.index2 .row {
		padding-top: 10%;
	}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    header li span {
        /* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
        -ms-word-break: break-all;

        /* Non standard for webkit */
        word-break: break-word;

        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    
    header p.text-left, header div.absolute-btm.text-left {
        text-align: center;
    }
    
    header ul li, header span {
        text-align: left;
    }
    
    .call-to-action p {
        font-size: 18px;
    }

    .btn-xl {
        padding: 10px 20px;
    }
    
}