/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
    font-family: "Oswald",Arial,sans-serif;
	font-weight:300;
}

.text-muted {
    color: #000;
}

.text-primary {
    color: #6f0038;
}

.text-primavera {
    color: #076c5a;
}

p {
    font-size: 16px;
    line-height: 1.75;
}

p.large {
    font-size: 18px;
}

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

a {
    color: #6f0038;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #6f0038;
}

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

x {
    color: #076c5a;
}

x:hover,
x:focus,
x:active,
x.active {
    color: #076c5a;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Oswald,Arial,sans-serif;
    font-weight: 700;
	color: #6f0038;
}

.img-centered {
    margin: 0 auto;
}

.imgzentriert {
    margin: 0 auto;
    display: block; 
    text-align: center;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #2c457c;
    text-transform: uppercase;
    font-family: Oswald,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #2c457c;
}

.btn-primavera {
    border-color: #2c457c;
    text-transform: uppercase;
    font-family: Oswald,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #2c457c;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #6F0038;
    color: #fff;
    background-color: #6F0038;
}

.btn-primavera:hover,
.btn-primavera:focus,
.btn-primavera:active,
.btn-primavera.active,
.open .dropdown-toggle.btn-primary {
    border-color: #076c5a;
    color: #fff;
    background-color: #076c5a;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;

}

.btn-primavera:active,
.btn-primavera.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: #a2195b;
    background-color: #a2195b;
}

.btn-primavera.disabled,
.btn-primavera[disabled],
fieldset[disabled] .btn-primavera,
.btn-primavera.disabled:hover,
.btn-primavera[disabled]:hover,
fieldset[disabled] .btn-primavera:hover,
.btn-primavera.disabled:focus,
.btn-primavera[disabled]:focus,
fieldset[disabled] .btn-primavera:focus,
.btn-primavera.disabled:active,
.btn-primavera[disabled]:active,
fieldset[disabled] .btn-primavera:active,
.btn-primavera.disabled.active,
.btn-primavera[disabled].active,
fieldset[disabled] .btn-primavera.active {
    border-color: #a2195b;
    background-color: #a2195b;
}

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

.btn-primavera .badge {
    color: #a2195b;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #a2195b;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Oswald,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #a2195b;
}

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

.btn-xl .badge {
    color: #a2195b;
    background-color: #fff;
}

/* NAVBAR */

.navbar-default {
    border-color: transparent;
    background-color: #f3f3f3;
	border-bottom: #2c457c solid 2px;
}

.navbar-default .navbar-brand {
    width: 72px;
	height: 60px;
	background-image:url(../img/lbv_tradt_logo_small.png);
	background-repeat:no-repeat;
	margin: 10px 0px 10px 10px;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}


.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Oswald,Arial,sans-serif;
    font-weight: 400;
	font-size:18px;
    letter-spacing: 1px;
    color: #333;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #076c5a;
}



.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #076c5a;
}


.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #076c5a;
}

@media(min-width:768px) {
	
    .navbar-default {
        padding: 0;
        border: 0;
		border-bottom: #333 solid 1px;
        background-color: #f3f3f3;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
		box-shadow: 0px 2px 30px #464646;
    }

    .navbar-default .navbar-brand {
		margin:	20px 0px 20px 0px;
		width: 300px;
		height: 70px;
		background-image:url(../img/lbv_tradt_logo.png);
		background-repeat:no-repeat;
		background-position:center;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

	.navbar-nav > li > a {
    padding-bottom: 45px;
    padding-top: 45px;
	}

   /* .navbar-default.navbar-shrink {
        padding: 0px 0;
        background-color: #fff;
		border-bottom: #2c457c solid 2px;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        margin:	15px 0px 15px 0px;
		width: 72px;
		height: 60px;
		background-image:url(../img/lbv_tradt_logo_small.png);
		background-repeat:no-repeat;
		background-position:center;
    } */
}

/* NAVBAR ICON */

.navbar-default .navbar-toggle {
	margin-top: 17px;
    border-color: #333;
    background-color: #333;
}

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

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #076c5a;
}



/* HEADER */

header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/header-bg.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header h2, h4, a {
	color:#076c5a;
}

header .intro-text {
	width:100%;
    padding-top: 180px;
    padding-bottom: 40px;
}


header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif",Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
	margin-top:20px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: Oswald,Arial,sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 220px;
        padding-bottom: 60px;
    }
	
    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif",Arial,sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
		margin-top:60px;
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: Oswald,Arial,sans-serif;
        font-size: 45px;
        font-weight: 700;
        line-height: 75px;
    }
}

@media(min-width:992px) {
	
    header .intro-text .intro-heading {
		margin-top:90px;
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: Oswald,Arial,sans-serif;
        font-size: 45px;
        font-weight: 700;
        line-height: 75px;
    }
}

/* SECTION */

section {
    padding: 0;
}


section .was-text {
	width:100%;
    padding-top: 80px;
    padding-bottom: 40px;
}

section .wo-text {
	width:100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

section .preis-text {
	width:100%;
    padding-top: 80px;
    padding-bottom: 40px;
}

@media(min-width:768px) {
	
	section {
        padding: 0;
    }

	section .was-text {
	width:100%;
    padding-top: 180px;
    padding-bottom: 100px;
}

	section .wo-text {
	width:100%;
    padding-top: 180px;
    padding-bottom: 100px;
}

	section .preis-text {
	width:100%;
    padding-top: 180px;
    padding-bottom: 100px;
}

}


section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;	
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif",Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}


.service-heading {
    margin: 15px 0;
    text-transform: uppercase;
	color: #6f0038;
}

.wer {
	color:#076c5a;
}

.was {
	color:#6f0038;
}

section#wo {
	color: #2c457c;
	background-attachment: scroll;
    background-image: url(../img/wo-bg.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

section#wo .section-heading {
    color: #2c457c;
}


section#wo .fa {
	color:#2c457c;
}

section#karte {
	padding:0;
}

section#preis {
    text-align: center;
    color: #fff;
}


section#preis h2, h4, a {
	color:#2c457c;
}

section#preis p {
	color:#333;
}

section#preis .fa {
	color:#333;
}


/* PORTFOLIO */

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#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: 400px;
    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-family: "Droid Serif",Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

/* TEAM */

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member a{
	color:#076c5a;
}

.team-member a:hover{
	color:#333;
}

.team-member p {
    margin-top: 0;
}

.team-member2 {
    margin-bottom: 50px;
    text-align: center;
}

.team-member2 img {
    margin: 0 auto;
    border: 0px solid #fff;
}

.team-member2 h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member2 a{
	color:#076c5a;
}

.team-member2 a:hover{
	color:#333;
}

.team-member2 p {
    margin-top: 0;
}

/* FOOTER */

footer {
    padding: 25px 0;
    text-align: center;
}

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

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Oswald,Arial,sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #a2195b;
}

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

.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-family: "Droid Serif",Arial,sans-serif;
    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);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #a2195b;
}

::selection {
    text-shadow: none;
    background: #a2195b;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

.bg-primary {
    background-color: #2c457c;
}

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

.carousel-control {
	width:8%;
}


.clients-carousel {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.clients-carousel ul {
	list-style: none;
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	height: 150px;
	margin: 0;
	padding: 0;
}
.clients-carousel li {
	position: relative;			
	float: left;
}
.clients-carousel div {
	float: left;
	width: 200px; 
	margin: 0 42.5px;
	text-align: center;
}

.white {
	color:#fff;
}


.Flexible-container {
	padding: 0px 0px 0px 50px;
	margin: 0;
    overflow: hidden;
	width: 100%;
    height: 500px;
	z-index:100;
	
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {


    width: 100%;
    height: 100%;
}

.row {
	padding-left:50px;}
	

.rotate { 
 -moz-transform:rotate(-90deg); /* Firefox 3.6 Firefox 4 */
 -webkit-transform:rotate(-90deg); /* Safari */
 -o-transform:rotate(-90deg); /* Opera */
 -ms-transform:rotate(-90deg); /* IE9 */
 transform:rotate(-90deg); /* W3C */
 } 	
 
 .randspalte {
	 overflow:hidden;
	 width:50px; 
	 height:1800px; 
	 position:absolute; 
	 left:0px;
	 z-index:50;
 }
 .randspalte2 {
	 overflow:hidden;
	 width:50px; 
	 height:22800px; 
	 position:absolute; 
	 left:0px;
	 z-index:50;
 }
 .randspalte3 {
	 overflow:hidden;
	 width:50px; 
	 height:6300px; 
	 position:absolute; 
	 left:0px;
	 z-index:50;
 }
 .randspalte4 {
	 overflow:hidden;
	 width:50px; 
	 height:2770px; 
	 position:absolute; 
	 left:0px;
	 z-index:50;
 }
 .randspalte5 {
	 overflow:hidden;
	 width:50px; 
	 height:1700px; 
	 position:absolute; 
	 left:0px;
	 z-index:50;
 }
 .randspalte6 {
	 overflow:hidden;
	 width:50px; 
	 height:1900px; 
	 position:absolute; 
	 left:0px;
	 z-index:50;
 }
 .randspalte7 {
	 overflow:hidden;
	 width:50px; 
	 height:1100px; 
	 position:absolute; 
	 left:0px;
	 z-index:50;
 }
 .randspalte8 {
	 overflow:hidden;
	 width:50px; 
	 height:2770px; 
	 position:absolute; 
	 left:0px;
	 z-index:50;
 }
 .randspalte9 {
	 overflow:hidden;
	 width:50px; 
	 height:21800px; 
	 position:absolute; 
	 left:0px;
	 z-index:50;
 }
 
.randspalte_preis {
	 overflow:hidden;
	 width:50px; 
	 height:1800px; 
	 position:absolute; 
	 left:0px;
	 z-index:50;
 }
 
@media(min-width:767px) {
 .randspalte {
	 height:1250px; 
 }
 .randspalte3 {
	 height:6300px; 
 }
 .randspalte4 {
	 height:3000px; 
 }
 .randspalte5 {
	 height:1700px; 
 }
 .randspalte6 {
	 height:1900px; 
 }
 .randspalte7 {
	 height:1100px; 
 }
 .randspalte8 {
	 height:3000px; 
 }
 .randspalte9 {
	 height:21800px; 
 }
 .randspalte_preis {
	 height:30000px; 
 }
}
 
 .glyphicon {
	 font-size:37px;
	 top:-7px;
	 color:#fff;
 }
 
 .matrix {
	 padding: 40px 40px 40px 40px;
	 min-height: 230px;
	 box-shadow: 0px 2px 10px #BBBBBB;
 }
	 