/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-bottom: 0px;
    color: #5a5a5a;
}

/* Product Pages */
/*
.product {
    overflow: hidden;
}

.product .image {
    float: left;
    width: 50%;
}

.product .description {
    float: right;
    width: 50%;
}
*/

/* Forms */

#likeresponse, #privacy, #infobox{
    margin-top:0px;
    margin-right:30px;
    width:auto;
    float:left;
}
#privacy, #infobox {
    padding-top:6px;
}
.privacyred { color: #a94442; }


/* Career */

.job {
    position: relative;
    padding: 15px;
    margin: 15px 0;
    border-radius: 10px;
    border: 1px solid #b1b3b4;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e3e4e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e4e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e3e4e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e3e4e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e3e4e5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e3e4e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e4e5',GradientType=0 ); /* IE6-9 */
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.job:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8); /* WebKit */
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8); /* Firefox */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8); /* Standard */
}

.job .title {
    text-align: right;
    color:#888;
    font-size: 20px;
}


/* OWN STYLES */

.radios label {
    padding-right: 10px;
}

.radios input[type=radio] {
    margin-right: 5px;
}

img {
    max-width: 100%;
}

.homewidget {
    border: 1px solid #b6b8b9;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e0e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e0e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e0e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e0e1e1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e0e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e1e1',GradientType=0 ); /* IE6-9 */
    height: 220px;
    margin-top: 15px;
}

.widgetcontent {
    position: relative;
    padding: 15px;
    height: 220px;
}

.widgetcontent .carouselnav {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.widgetcontent .more {
    position: absolute;
    bottom: 2px;
    right: 0;
    padding-left: 10px;
    background: #4a4b4d; /* Old browsers */
    background: -moz-linear-gradient(top,  #4a4b4d 0%, #1d1d1d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a4b4d), color-stop(100%,#1d1d1d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4a4b4d 0%,#1d1d1d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4a4b4d 0%,#1d1d1d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4a4b4d 0%,#1d1d1d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4a4b4d 0%,#1d1d1d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4b4d', endColorstr='#1d1d1d',GradientType=0 ); /* IE6-9 */
}

.widgetcontent .more a {
    color: #fff;
    padding-right: 10px;
}

#language-selector {
  position: absolute;
  top: 20px;
  right: 400px;
  z-index: 99999;
}

#newscarousel button {

}

.buttonarrow {
    background-color: #004983;
    color: #fff;
    line-height: 34px;
    padding: 0 10px;
    margin-bottom: 1px;
    margin-top: -1px;
}

button.more {
    padding: 8px 10px 6px 10px;
    background: #4a4b4d;
    border: none;
    color: #fff;
    background: -moz-linear-gradient(top, #4a4b4d 0%, #1d1d1d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a4b4d), color-stop(100%,#1d1d1d));
    background: -webkit-linear-gradient(top, #4a4b4d 0%,#1d1d1d 100%);
    background: -o-linear-gradient(top, #4a4b4d 0%,#1d1d1d 100%);
    background: -ms-linear-gradient(top, #4a4b4d 0%,#1d1d1d 100%);
    background: linear-gradient(to bottom, #4a4b4d 0%,#1d1d1d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4b4d', endColorstr='#1d1d1d',GradientType=0 );
}

.navbar-inverse {
  background: none;
  border: none;
}

.page-header {
  position: relative;
}

#page-header {
  padding-left: 0;
  padding-right: 0;
}

#content > .container {
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.4);
  box-shadow: 0 0 5px 0 rgba(0,0,0,.4);
}

#content {
  background: #dfdfdf; /* Old browsers */
  background: -moz-linear-gradient(top,  #dfdfdf 0%, #9d9ea0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(100%,#9d9ea0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #dfdfdf 0%,#9d9ea0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #dfdfdf 0%,#9d9ea0 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #dfdfdf 0%,#9d9ea0 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #dfdfdf 0%,#9d9ea0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#9d9ea0',GradientType=0 ); /* IE6-9 */
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 58px;
  min-height: 800px;
}

.top-image {
  position: relative;
  min-height: 50px;
}

#breadcrumbs {
  position: absolute;
  background-color: rgba(0,0,0,.4);
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 10px;
  color: #fff;
}

#breadcrumbs a {
  color: #fff;
  text-decoration: underline;
}

#search-header {
    text-align: right;
    height: 55px;
}

#produkte {
    position: static;
}

.nav ul.threecolumns {
  position: absolute;
  height: 420px;
  left: 0;
  width: 100%;
  /*box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;*/
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #e4e4e4 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#e4e4e4 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
}

.nav ul.threecolumns > div {
    height: 100%;
    /*padding: 0;
    margin: 0;*/
}

.nav ul.threecolumns ul {
    margin: 0;
    padding: 0;
}

.nav ul.threecolumns ul ul {
    margin-left: 1em;
}

#newsletter {
    border: 1px solid #959595;
    background: #4a4b4d; /* Old browsers */
    background: -moz-linear-gradient(top,  #4a4b4d 0%, #1d1d1d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a4b4d), color-stop(100%,#1d1d1d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4a4b4d 0%,#1d1d1d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4a4b4d 0%,#1d1d1d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4a4b4d 0%,#1d1d1d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4a4b4d 0%,#1d1d1d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4b4d', endColorstr='#1d1d1d',GradientType=0 ); /* IE6-9 */
    line-height: 40px;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 24px;
}

#inpagefooter {
    border: 1px solid #b1b3b4;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e3e4e4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e4e4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e3e4e4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e3e4e4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e3e4e4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e3e4e4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e4e4',GradientType=0 ); /* IE6-9 */
    margin-bottom: 15px;
}

#inpagefooter h3 {
    font-size: 18px;
    color: #000;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    width: 100%;
    z-index: 9999;
    background: #4b4b4b; /* Old browsers */
    background: -moz-linear-gradient(top,  #4b4b4b 0%, #1c1c1c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b4b4b), color-stop(100%,#1c1c1c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4b4b4b 0%,#1c1c1c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4b4b4b 0%,#1c1c1c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4b4b4b 0%,#1c1c1c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4b4b4b 0%,#1c1c1c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#1c1c1c',GradientType=0 ); /* IE6-9 */
}

.fixed {
    position: fixed !important;
    top: 0;
    width: 100%;
}

.fixed-wrapper {
    position:fixed !important;
    top:0;
    width: 100%;
    height: 58px !important;
    /*padding-left: 15px;*/
}

.navbar-brand {
    padding: 10px 40px 10px 0;
}

.navbar-brand img {
    width: 160px;
    height: auto;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    margin-top: -65px;
}

.navbar-wrapper ul {
    list-style: none !important; /* IE FIX */
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 40px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}



.jumbotron {
    background: #074f73; /* Old browsers */
    background: -moz-linear-gradient(45deg, #074f73 0%, #0088cc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #074f73), color-stop(100%, #0088cc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #074f73 0%, #0088cc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #074f73 0%, #0088cc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #074f73 0%, #0088cc 100%); /* IE10+ */
    background: linear-gradient(45deg, #074f73 0%, #0088cc 100%); /* W3C */
    margin-top: -91px;
    color: #fff;
    padding-bottom: 20px !important;
    padding-top: 90px !important;
}

footer {
    padding: 30px 30px 20px 30px;
    /*margin-top: 70px;*/
    /*border-top: 1px solid #e5e5e5;*/
    background-color: #9ea0a1;
    color: #fff;
}

footer a, footer a:hover {color: #fff;}

footer .links a {
    margin-right: 20px;
}

/* CUSTOMIZE THE CAROUSEL for the header
-------------------------------------------------- */

/* Carousel base class */
.carousel.header {
    margin-bottom: 20px;

    /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
    margin-top: -90px;
    height: 400px;
}

.carousel.header .carousel-inner {
    position: absolute !important;
    top:0;
    left: 0;
}

/* Since positioning the image, we need to help out the caption */
.carousel.header .carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel.header .item {
    height: 400px;
    background-color: #777;
}

.carousel.header .carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 400px;
}



/* CONTENTS */


#content section {
    /*margin-bottom: 50px;*/
}

.portal-page .container section {
    margin-top: 30px;
}

section img {
    max-width: 100%;
}

.pimcore_area_gallery-folder .thumbnail, .pimcore_area_gallery-single-images .thumbnail {
    margin-bottom: 20px;
}

.teaser {
    text-align: center;
    margin-bottom: 30px;
}

.teaser img {
    width: 100%;
    height: auto;
}

.thumbnail-examples .row {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.thumbnail-examples .img-container {
    height: 139px;
    background: url(/website/static/img/transparent-background-placeholder.png);
}


.image-hotspot {
    position: absolute;
    background: rgba(235, 105, 9, 0.2);
}

.image-marker {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #2aabeb;
}

.blog .list img {
    max-width: 100%;
    height: auto;
}

.blog .filters .box {
    padding: 10px;
    margin-bottom: 30px;
    background-color: #f7f5fa;
    border-radius: 5px;
}

.blog .filters .box h4 {
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #5a5a5a;
}

.disqus {
    margin-top: 30px;
}

/*
 * Side navigation
 *
 * Scrollspy and affixed enhanced navigation to highlight sections and secondary
 * sections of docs content.
 */

/* By default it's not affixed in mobile views, so undo that */
.bs-sidebar.affix {
    position: static;
}

/* First level of nav */
.bs-sidenav {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top:    10px;
    padding-bottom: 10px;
    /*text-shadow: 0 1px 0 #fff;*/
    /*background-color: #f7f5fa;
    border-radius: 5px;*/
}

/* All levels of nav */
.bs-sidebar .nav > li > a {
    display: block;
    color: #343536;
    padding: 15px;
    border: 1px solid transparent;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #e3e4e5;
    /*border-radius: 3px;*/
    margin-top: -1px;
}
.bs-sidebar .nav > li > a:hover,
.bs-sidebar .nav > li > a:focus {
    text-decoration: none;
    /*background-color: #e5e3e9;*/
    /*border-right: 1px solid #dbd8e0;*/
    border-radius: 3px;
    border: 1px solid #b1b3b4;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e3e4e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e4e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e3e4e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e3e4e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e3e4e5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e3e4e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e4e5',GradientType=0 ); /* IE6-9 */
    color: #005188;
}
.bs-sidebar .nav > .active > a,
.bs-sidebar .nav > .active:hover > a,
.bs-sidebar .nav > .active:focus > a {
    font-weight: bold;
    color: #005188;
    background-color: transparent;
    /*border-right: 1px solid #563d7c;*/
}

/* Nav: second level (shown on .active) */
.bs-sidebar .nav .nav {
    display: none; /* Hide by default, but at >768px, show it */
    /*margin-bottom: 8px;*/
}
.bs-sidebar .nav .nav > li > a {
    padding-top:    6px;
    padding-bottom: 6px;
    padding-left: 25px;
    font-size: 100%;
}

.bs-sidebar .nav .nav .nav > li > a {
    padding-top:    3px;
    padding-bottom: 3px;
    padding-left: 35px;
    font-size: 80%;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.languages {
    position: absolute;
    right: 15px;
    top: 15px;
    display: none;
}

.languages a {
    width: 24px;
    height: 12px;
    overflow: hidden;
    margin-left: 5px;
    display: inline-block;
    border: 2px solid #999;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    font-size: 0;
}

.languages a:hover {
    border-color: #fff;
}

.languages .de {
    background-image: url(/website/static/img/de.png);
}

.languages .en {
    background-image: url(/website/static/img/en.png);
}

.sidebar .teaser {
    margin-bottom: 30px;
    background-color: #f7f5fa;
    border-radius: 5px;
    padding-bottom: 5px;
}

.sidebar .teaser img {
    max-width: 100%;
}

.sidebar .teaser h2, .sidebar .teaser > div {
    padding: 0 10px;
}

.dropdown-menu {
    top: -2000px;
}

.carousel-caption {
    text-shadow: 0 0 5px #000;
}

.carousel-indicators.preview {
    bottom: -10px;
    width: 100%;
    margin-left: -50%;
}

/* Indicators list style */
.carousel-indicators.preview li {
    border: medium none;
    border-radius: 0;
    height: 54px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 100px;
}
/* Indicators images style */
.carousel-indicators.preview img {
    border: 2px solid #FFFFFF;
    float: left;
    height: 54px;
    left: 0;
    width: 100px;
    opacity: 0.7;
}
/* Indicators active image style */
.carousel-indicators.preview .active img {
    border: 2px solid #428BCA;
    opacity: 1;
}

.portal-page .gallery .carousel-inner > .item > img {
    min-width: 100%;
    height: auto;
}


.teaser-icon > .icon {
    text-align: center;
    position: relative;
}

.teaser-icon > .icon > .image {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 88px;
    height: 88px;
    border: 8px solid white;
    line-height: 88px;
    border-radius: 50%;
    background: #428bca;
    vertical-align: middle;
}

.teaser-icon > .icon:hover > .image {
    background: #333;
}

.teaser-icon > .icon > .image > i {
    font-size: 36px !important;
    color: #fff !important;
    top: 5px !important;
    left:0;
}

.teaser-icon > .icon:hover > .image > i {
    color: white !important;
}

.teaser-icon > .icon > .info {
    margin-top: -24px;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid #e0e0e0;
    padding: 15px 0 10px 0;
}

.teaser-icon > .icon:hover > .info {
    background: rgba(0, 0, 0, 0.04);
    border-color: #e0e0e0;
    color: white;
}

.teaser-icon > .icon > .info > p {
    color: #666;
    line-height: 1.5em;
    margin: 20px;
}

.teaser-icon > .icon:hover > .info > h3.title, .teaser-icon > .icon:hover > .info > p, .teaser-icon > .icon:hover > .info > .more > a {
    color: #222;
}

.teaser-icon > .icon > .info > .more a {
    font-size: 12px;
    color: #222;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

.teaser-icon > .icon:hover > .info > .more > a {
    color: #fff;
    padding: 6px 8px;
    background-color: #428bca;
}

.teaser-icon .space {
    height: 30px;
}


.tabbed-slider {
    padding-bottom: 30px;
}

.tabbed-slider .nav a small {
    display: block;
}

.tabbed-slider .nav {
    background: #eee;
}

.tabbed-slider .nav-justified > li > a {
    border-radius: 0px;
}

.tabbed-slider .carousel-inner .item {
    height: 300px;
    overflow: hidden;
}

.tabbed-slider .carousel-inner .item-0, .tabbed-slider .nav-pills .item-0.active a { background-color: #16a085; }
.tabbed-slider .carousel-inner .item-1, .tabbed-slider .nav-pills .item-1.active a { background-color: #2980b9; }
.tabbed-slider .carousel-inner .item-2, .tabbed-slider .nav-pills .item-2.active a { background-color: #e67e22; }
.tabbed-slider .carousel-inner .item-3, .tabbed-slider .nav-pills .item-3.active a { background-color: #8e44ad; }
.tabbed-slider .carousel-inner .item-4, .tabbed-slider .nav-pills .item-4.active a { background-color: #2980b9; }
.tabbed-slider .carousel-inner .item-5, .tabbed-slider .nav-pills .item-5.active a { background-color: #e67e22; }


@media (min-width: 768px) {

    .teaser {
        margin-bottom: 0;
    }

    /* Remove the edge padding needed for mobile */
    .marketing {
        padding-left: 0;
        padding-right: 0;
    }

    /* Navbar positioning foo */
    .navbar-wrapper {
        /*margin-top: 20px;*/
    }
    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }

    /* Bump up size of carousel content */
    .carousel-caption .caption {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .dropdown-menu {
        top: 100%;
    }
}


/* Show and affix the side nav when space allows it */
@media screen and (min-width: 992px) {
    .bs-sidebar .nav > .active > ul {
        display: block;
    }
    /* Widen the fixed sidebar */
    .bs-sidebar.affix,
    .bs-sidebar.affix-bottom {
        width: 213px;
    }
    .bs-sidebar.affix {
        position: fixed; /* Undo the static from mobile first approach */
        top: 80px;
    }
    .bs-sidebar.affix-bottom {
        position: absolute; /* Undo the static from mobile first approach */
    }
    .bs-sidebar.affix-bottom .bs-sidenav,
    .bs-sidebar.affix .bs-sidenav {
        margin-top: 0;
        margin-bottom: 0;
    }

    .languages {
        display: block;
    }
}


@media screen and (min-width: 1200px) {
    /* Widen the fixed sidebar again */
    .bs-sidebar.affix-bottom,
    .bs-sidebar.affix {
        width: 263px;
    }
}


