body {
    border:10px solid rgba(255,255, 250, 0.85);
    background: #fff url(../img/bg.jpg) repeat 0 0;
    color: #5a5a5a;
    line-height: 1.65;
}

header {
    margin-bottom: 2em;
}

header .brand {
    text-indent: -9999px;
    padding-top: 10px;
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
    opacity: 0.6;
}

header .brand:hover {
    opacity: 1;
}

header .brand a {
    display: block;
}

header .brand a img {
    display: block;
    /*width: 100%;*/
    /*height: 100%;*/
}

footer {
   border-top: 1px solid #ccc;
    padding: 15px 0;
    margin-top: 75px;
}

section a {
    color:#e30613;
}

section a:hover {
    color: #14548b;
}

h1, h2, h3, h4, h5 , h6 {
    text-transform: uppercase;
    color: #14548b;
}

h3, .h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 30px;
}

aside h3, aside .h3 {
    margin-bottom: 10.5px;
}

.thumbnail {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.teaser figcaption {
    position: absolute;
    top:30%;
    left:3%;
}

.teaser figcaption h2 {
    color: #fff;
    background: #e30613;
    padding: 0 .3em 0 0;
    line-height: 1.6em;
    display: inline;
    text-indent: 0.3em;
}


/** NAVIGATION **/

.navbar-default {
    padding-top: .6em;
    box-shadow: none;
    border: none;
    background: none;
}

header .navbar-default {
    background: none;
    border-top: 1px solid #ccc;
}

footer .navbar-default {
    font-size: 15px;
}
.navbar-default .navbar-nav>li>a {
    color: #14548b;
    text-transform: uppercase;
    padding: 0px 10px;
}
.navbar-default .navbar-nav>li:first-child>a {
    padding-left: 0px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background: 0;
    color: #e30613;
}

.navbar-default .navbar-nav>li.active>a,
.navbar-default .navbar-nav>li.active>a:hover,
.navbar-default .navbar-nav>li.active>a:focus {
    background: transparent;
    color: #e30613;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#mainnav .navbar-default .navbar-collapse,
#mainnav .navbar-default .navbar-form {
    border: none;
}

/** PANELS **/

.panel {
    border-top: 1px solid #b7b7b7;
    background: rgba(255,255,250, 0.7);
}

.panel-body {
    padding-top: 0;
}

.btn {
    padding: 2px 8px;
    border-radius: 2px;
}

.btn-info {
    text-shadow: none;
    background: #14548b;
    border-color: #14548b;
}

.btn-info:hover, .btn-info:focus {
    background-color: #e30613;
    background-position: 0px -15px;
    border-color: #e30613;
    /*box-shadow:  2px 2px 0px #f18963;*/
}


/** PARTNERS **/

.partners {
    border: 1px solid #e0e0e0;
    border-left: none;
    border-right: none;
    margin-top: 20px;
}

.partners h3 {
    margin: 0;
    top: -11px;
    position: relative;
    background: #efefef;
    display: inline-block;
    padding: 0 30px 0 0;
    color: #5a5a5a;
}

section ul {
    padding-left: 20px;
    margin-top: 1em;
    margin-bottom: 1em;
}
section ul li {
    list-style-type: square;
    color:#5a5a5a;
}

section ul li span {
    color: #5a5a5a;
}

.brand {
    color:#e30613;
}

#map-canvas {
    height: 246px;
    margin: 0px;
    padding: 0px
}

.no-padding  {
    padding: 0;
}

/** FORMS **/
.form-horizontal .control-label {
    text-align: left;
}

.tx-powermail {
    clear: both;
}

.media {
    margin-bottom: 1em;
}

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



.jcarousel-wrapper {
    position: relative;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}


.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

.jcarousel .navbar-nav>li>a {
    padding-top:0;
}
.jcarousel .navbar-nav>li>a:hover {
    background: none;
}

.ico {
    display: inline-block;
    width: 30px;
    height: 33px;
    position: relative;
    top: -8px;
    margin-right: 10px;
}

.ico.ico-mail {
    background: url(../img/ico-mail.png) no-repeat 0 0;
}
.ico.ico-map {
    background: url(../img/ico-map.png) no-repeat 0 0;
}
.ico.ico-elektro {
    background: url(../img/ico-elektro.png) no-repeat 0 0;
}
.ico.ico-strike {
    background: url(../img/ico-strike.png) no-repeat 0 0;
}
.ico.ico-fahnen {
    background: url(../img/ico-fahne.png) no-repeat 0 0;
}

.navbar-nav>li.dropdown:hover ul.dropdown-menu {
    display:block;
}

.dropdown-menu {
    background: rgba(255,255,255, 0.75);
    border:none;
    padding-left: 10px;
    box-shadow: none;
}

.dropdown-menu li {
    padding-left: 30px;
    margin-bottom: 5px;
    background: url(../img/ico-strike.png) no-repeat 0 0;
}
.dropdown-menu li:nth-child(2) {
    background: url(../img/ico-elektro.png) no-repeat 0 0;
}
.dropdown-menu li:nth-child(3) {
    background: url(../img/ico-fahne.png) no-repeat 0 0;
}
.dropdown-menu li a{
    color:#14548b;
    padding-top: 7px;
    padding-bottom: 7px;
}
.dropdown-menu li a:hover {
    background: none;
    font-weight: 700;
    color: #e30613;
}

#c11 {
    overflow: hidden;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color:#e30613;
    background: transparent;
}