html {
    position: relative;
    min-height: 100%;
}

body{
    /*background-color: #334151;*/
    /*background-color: #424952;*/
    background-image: url(../images/difuse.png);
    background-attachment: fixed;
    background-size: cover;

    /*background: linear-gradient(0deg, #424952 20%,  #424952);*/

    /* Margin bottom by footer height */
    margin-bottom: 40px;

    font-family: 'Open Sans',sans-serif;
    line-height: 24px;
    font-size: 14px;
    color: #FAFAFA;
    font-variant-ligatures: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

.ib {
    color: #CCCCCC;
}

.more{
    font-size: 1.2em;
}

.nav-link {
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 3px solid transparent;
}
.nav-link:hover, .nav-link.active {
    color: #fff;
    border-bottom: 3px solid #fff;
    /*padding: 26px 5px 19px 5px;*/
    transition: none;
    background-color: transparent;
}



.navbar-brand{
    padding-left: 10px;
    color: #DDDDDD;
    border-bottom: 3px solid transparent;
}

/*
Headlines
 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'geomanistregular';
    margin-bottom: 15px;
    margin-top: 20px;

}

/*
 Showcase
 */
.ibs-showcase{

    border-bottom-x: 1px solid #434343;
}
#termine{
    font-weight: 700;
    /*font-size: 30px; */
    color: #FED136;
    /*border: 1px solid #FED136;*/
    padding: 5px;
}

/*
    Buttons
 */
.btn-primary {
    background-color: #334150;
    border-color: #999999;
    opacity: 0.9;
}
/*
    Sections
 */
header.masthead {
    text-align: center;
    color: white;
    /*background-image: url(../images/test.png);*/
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 40px;
    line-height: 40px; /* Vertically center the text there */
}

@font-face {
    font-family: 'geomanistregular';
    src: url('../resources/font/geomanist-light-webfont.eot');
    src: url('../resources/font/geomanist-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../resources/font/geomanist-light-webfont.woff2') format('woff2'),
    url('../resources/font/geomanist-light-webfont.woff') format('woff'),
    url('../resources/font/geomanist-light-webfont.ttf') format('truetype'),
    url('../resources/font/geomanist-light-webfont.svg#geomanistregular') format('svg');
    font-weight: normal;
    font-style: normal;

}