/* START sti.css */
/*
 * General
 * -----------------------------------------------------------------
 */

/* @import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc2/css/bootstrap-glyphicons.css"); */

p {
    font-size: 18px !important;
    font-family: 'Titillium Web', sans-serif !important;
    margin-bottom: 0.5em !important;
}

h2 {
    line-height: 1.3 !important;
}

h2, h3, h4, h5 {
    font-family: 'Titillium Web', sans-serif !important;
}

.fa {
    color: #fff;
}

.container-fluid {
    padding-bottom: 15px !important;
}

.line:before {
    content: "__";
    display: block;
/*    margin-bottom: 10px; */
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.heavyline:before {
    content: "__";
    display: block;
    font-family: "Helvetica Neue", Arial, sans-serif;
    /* margin-bottom: 20px; */
    font-weight: 600;
}

.csColumn {
    color: #757575;
    text-align: left;
    padding-left: 20px;
}

.csColumn span {
    vertical-align: text-top;
}

.csColumn h5 {
    color: yellow;
    display: inline-block;
}

.csColumn > strong {
    color: #757575;
    font-weight: bold;
}

/**
 * Site Navigation Bar
 * ----------------------------------------------------------------
 */

.nav {
    display: block;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    margin-top: 95px;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.admin-bar .navbar-fixed-top {
    top: 32px;
}

@media (max-width: 767px) {
    .admin-bar .navbar-fixed-top {
        top: 46px;
        position: absolute !important;
    }

}

.navbar {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    border: none;
    position: relative;
}

.navbar > .container {
    position: relative !important;
    height: auto;
}

.navbar-fixed-top {
    position: absolute !important;
}

.navbar-brand {
    font-size: 20px;
    font-weight: 600;
}

.navbar-nav {
    float: left !important;
}

.navbar-nav > li > a {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-right: 30px;
    padding-left: 30px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #E11021 !important;
    border-color: #fff;
}

.navbar-default {
    background-color: #FFF;
    box-shadow: none !important;
}

.navbar-default .navbar-brand {
    color: #333333;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #000000;
}

.navbar-default .navbar-text {
    color: #333333;
}

.navbar-default .navbar-nav > li > a {
    border-top: none !important;
    border-bottom: none;
    color: #fff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover {
    color: #E11021 !important;
}

.navbar-default .navbar-nav > ul > .dropdown-menu {
    background-color: #E11021 !important;
}

.navbar-default .navbar-nav > ul > .dropdown-menu {
    -webkit-margin-start: 0px !important;
}


/* Navigation based on <a> ... */

.navcontainer {
    overflow: hidden;
    width: 100%;
}

.navcolumnleft {
    padding-top: 5px;
    vertical-align: text-top;
    float: left;
    width: 65%;
}

.navcolumnright {
    vertical-align: text-top;
    float: right;
    padding-right: 10px;
    width: 80px;
}


a.btn {
    background: #E6242F!important;
    border: none!important;
    border-radius: 0!important;
    padding: 15px 38px;
    margin: 4px 2px;
    cursor: pointer;
    display: inline-block;
    color: #fff !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    text-align: center;
    font-size: 16px;
    font-weight: bold !important;
}

.btn.btn-success {
    color: #fff !important;
}

a.btn:hover {
    background-color: #c61f29 !important;
    color: #fff !important;
}

a.btn.nav {
    visibility: hidden;
    display: none;
}

@media (max-width: 767px) {

    a.btn.nav {
        margin: 0px 0px;
        padding: 0px 0px;
        position: absolute !important;
        width: 80px;
        visibility: visible;
        display: block;
        transform: scale(1.0);
        border: none !important;
        text-align: center;
        font-size: 24px;
        font-weight: bold !important;
        background: transparent !important;
    }

    a.btn.nav:hover {
    /*    background-color: #E11021 !important; */
    }

    a.btn.nav > li > a {
    }

}


.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #ffffff;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.open > .dropdown-menu {
    background-color: #E11021 !important;
}

.dropdown-menu {
    padding: 0px 0;
}

.dropdown-menu li {
    border-bottom: 1px #fff solid;
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

.navbar-default .navbar-nav > li > .dropdown-menu {
    background-color: #fff;
}

.navbar-default .navbar-nav > li > .dropdown-menu > ul > li:hover {
    background-color: #fff;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
    color: #ffffff;
    background-color: #E11021 !important;
    padding: 15px 25px 15px 25px;
}

.navbar-default .navbar-nav > li > .dropdown-menu {
    padding: 0px 0px 0px 0px;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
    color: #6F7273 !important;
    background-color: #ffffff !important;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
    background-color: #ffffff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-nav > .current-menu-ancestor {
    background: #fff;
    background-color: #E11021 !important;
    color: #ffffff !important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background: #fff;
    color: #fff !important;
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a:visited {
    color: #fff;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #ffffff;
    border-color: #fff;
}

.navbar-ex1-collapse {
    background-color: #ADADAD !important;
    min-heigth: 54px !important;
}

.navbar-default .navbar-toggle {
    border-color: #455A64;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #455A64;
    color: #ffffff;
}

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

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

.navbar-default .navbar-link {
    color: #333333;
}

.navbar-default .navbar-link:hover {
    color: #000000;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0px none;
}

.navbar-default .navbar-nav > li > a {
    padding: 15px 20px 15px 20px !important;
}

.collapse .navbar-collapse .navbar-ex1-collapse {
    background-color: #ADADAD !important;
}

#menu-topnavigation {
    background-color: #ADADAD !important;
}

#cc_spacer {
    height: 22px !important;
}

.lang-item {
    float: right !important;
}

.lang-item > a {
    float: right !important;
}

#menu-top-primary-menu {
    width: 100%;
}

#menu-top-primary-fr {
    width: 100%;
}

#menu-top-primary-en {
    width: 100%;
}

/**
* Logobar
* -----------------------------------------------------
**/

body {
    background-color: #ffffff !important;
}

div#logobar {
    margin-top: 25px;
    min-height: 60px;
    background-color: #ffffff !important;
}

.logos img {
    max-height: 50px;
}

#bfh-logo #bekb-logo {
    margin-right: 5px;
    float: left;
}

button.search-submit {
    width: 30px !important;
    position: relative;
    left: 0;
    top: -40px;
    height: 30px;
    background: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 1px 1px !important;
    margin: 4px 2px !important;
    cursor: pointer;
    display: inline-block;
    color: #DC0014;
}

.search-submit:before {
    top: -5px;
}

input[type="search"].search-field {
    width: 100% !important;
}

form.search-form {
    height: 50px;
}

.search input {
    padding-left: 40px;
}

span.icon-search {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin-top: -28px;
    margin-left: 15px;
    color: #DC0014;
}

.advSearch > a {
    font-size: 12px !important;
    color: #DC0014;
    text-decoration: underline;
}

::-webkit-input-placeholder {
    font-size: 14px;
    position: inherit;
    padding-left: 0 !important;
}

ul.dropdownmenu {
    background-color: #fff;
}

.dropdown-menu {
    border: none !important;
}

.lang-item {
    background-color: #C9C1C1;
    color: #fff;
}

.navbar-default .navbar-nav > li.current-lang > a {
    color: #6F7273 !important;
}

@media screen and (max-width: 980px) {
    #bfh-logo {
        display: none;
    }

    #bekb-logo {
        display: none;
    }

    .search {
        display: none;
    }
}

/**
* Site Header Home
* -----------------------------------------------------------------
**/
.carousel-control.left {
    background-image: none !important;
}

.carousel-control.right {
    background-image: none !important;
}

.carousel-indicators {
    bottom: 45px !important;
}

@media all and (min-width: 768px) {
    .carousel-inner {
        position: relative;
        height: 368px !important;
        top: 35px;
        overflow: visible !important;
    }
}

@media not all and (min-width: 768px) {
    .carousel-inner {
        position: relative;
        height: 150px !important;
        top: 0px;
        overflow: visible !important;
    }
}

.carousel-inner > .item > img {
    margin: auto !important;
}

.carousel-caption {
    text-align: left !important;
}

.carousel-caption > h2 {
    color: #fff !important;
}

/**
* Site Header
* -----------------------------------------------------------------
**/
.site-header {
    height: auto !important;
    width: auto !important;
    margin-bottom: 0px !important;
    background-size: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #fff !important;
}

.site-header .site-branding {
    top: 35% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left !important;
    z-index: 1;
}

.site-branding > h2 {
    color: #fff;
    text-transform: uppercase;
}

.site-header.startup {

}

.startup > .site-branding {

}

/**
* Main Content
* -------------------------------------------------------------------
**/
.entry-content {
    padding: 0px 0px !important;
    border: none !important;
    margin-bottom: 10px;
}

.post-content {
    box-shadow: none !important;
}

.content-area p, .content-area li {
    color: #757575;
    text-align: left;
}

.content-area h2 {
    color: #DC0014;
    font-size: 200%;
    text-transform: uppercase;
}

.content-area h4 {
    color: #DC0014;
    text-transform: uppercase;
    font-weight: bold;
}

.content-area h5 {
    font-weight: bold;
    color: #757575;
}

.content-area ul {
    list-style: none;
    padding: 0;
}

.content-area li {
    padding-left: 1.3em;
}

.startup li:before {
    content: "\f058"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
}

.content-area a {
    color: #E11021 !important;
}

.content-area a:visited {
    /* color: #E11021 !important; */
}

.content-area button a {
    color: white !important;
}

.portfolio h2 {
    font-size: 35px;
    margin: 5px 0 0 0;
}

.portfolio h3 {
    font-size: 35px;
    text-transform: uppercase;
    color: #757575 !important;
    margin: 0 0 35px 0;
    line-height: 1.3;
}

/* Float in supported projects */

@media (min-width: 768px) {
    .portfolio img {
        width: auto !important;
        height: auto !important;
        min-width: 250px;
        float: right;
    }
}

@media (max-width: 767px) {
    .portfolio img {
        width: auto !important;
        height: auto !important;
        min-width: 250px;
    }
}

/* Supported projects mobile */

@media (min-width: 768px) {
    .portfolio p {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .portfolio p {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.ep_content_details {
    float: none !important;
}

.grey h2, .grey h3, .grey h4, .grey h5, .grey .heavyline:before {
    text-transform: uppercase;
    color: #757575 !important;
    margin-bottom: 20px;
    padding-left: 20px;
}

.red h3, .red h4, .red h5, .red .heavyline::before, .red .line::before {
    text-transform: uppercase;
    color: #E11021 !important;
}

.red .middlemargin h2 {
    margin-bottom: 20px;
}

.bold h2 {
    font-weight: bold;
}

h6 {
    color: #757575 !important;
    margin-bottom: 10px !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    font-weight: bold !important;
}

/*
*  Posts / Beiträge
* ---------------------------------------------------------------------
*/
.size-thumbnail {
    width: 200px !important;
    height: 200px !important;
}

h4.newstitle {
    margin-bottom: 0px !important;
}

.post-author {
    font-size: 13.5px !important;
    margin: 5px 0 5px 0;
}

.blue {
    color: #00A8EF;
}

/* Instead of 14px */
.excerpt {
    font-size: 16px;
}

.bignews .csRow {
    margin-bottom: 15px;
}

#main > div#row {
    margin-left: auto;
}

.socialmedia {
    position: relative;
    right: -51%;
    top: -10px;
    width: 49.9%;
    border: 0.5px solid rgba(117, 117, 117, 0.1);
    border-left: none;
    border-right: none;
    margin-bottom: 0;
}

.socialmedia span {
    font-weight: 600;
    font-size: 14px;
    opacity: 0.8;
}

.socialmedia p {
    margin-bottom: 0 !important;
}

.socialmedia i.fa {
    color: #E6242F !important;
    padding-left: 5px;
}

/*
* Home Page
* ----------------------------------------------------------------------
*/

.hentry {
    margin-bottom: 0px !important;
}

.nopad_re {
    padding-right: 0px !important;
}

.nopad_li {
    padding-left: 0px !important;
}

h2.smallmargin, .entry-content > h2 {
    margin: 0 0 15px 0 !important;
}

.smallmargin > h2, h2.smallmargin {
    margin: 0 0 15px !important;
}

.smallmargin > .nopad_li > h4 {
    margin: 0 0 10px !important;
}

.middlemargin > h2 {
    margin: 10px 0 20px 0 !important;
}

.middlemargin > ul {
    margin-top: 30px !important;
    padding-left: 20px;
}

.bigmargin {
    margin-top: 25px !important;
}

button {
    background: #E6242F !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 15px 38px !important;
    margin: 4px 2px !important;
    cursor: pointer;
    display: inline-block;
}

button > a, .content-area button > a:visited {
    color: #fff !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    text-align: center;
    font-size: 16px;
    font-weight: bold !important;
}

button:hover {
    background-color: #c61f29 !important;
}

.site-header.home {
    overflow: visible !important;
}

.home .site-content {
    margin-top: 80px;
}

/*
*  home-grey
* ----------------------------------------------------------------------
*/
.home-grey {
    /* background-color: #F8F8F8; */
    background-color: #eee;
    margin-bottom: 30px;
}

.home-grey img {
    float: left;
    left: 0px;
    padding: 5px 5px 5px 0px;
    display: block;
    margin-bottom: 5px;
}

.home-grey .col-md-8 p {
    font-size: 12px;
}

.home-grey .col-md-8 h3 {
    margin-top: 10px !important;
}

h3.home-grey > br {
    padding-bottom: 10px;
}

.verticalLine {
    border-right: thin solid rgba(117, 117, 117, .3);
    top: 10px;
    bottom: 10px;
}

.home-grey li:before {
    content: "\f111"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
    color: #77B70F;
}

.home-grey li.over:before {
    color: #F04635;
}

.home-grey .col-md-4 {
    margin-top: 10px;
}

/*
*  Startup
* ---------------------------------------------------------------------------------
*/

.site-header.startup {
    background: url(https://sti-stiftung.ch/wcms/wp-content/themes/sti/images/headers/hero.png) no-repeat scroll top !important;
    max-height: 150px !important;
    top: 35px;
}

.startup strong p {
    line-height: 2.5;
}

.startup h4 {
    margin-top: 10px;
    margin-bottom: 15px;
}

.startup h2 {
    margin-bottom: 15px;
    margin-top: 0;
}


@media only screen and (max-width: 767px) {
    .startup h2 {
        margin-bottom: 15px;
        margin-top: 10px;
    }
}

.startup li {
    margin-top: 10px;
}

.uneven {
    margin-top: 40px;
}

.startup div:first-child {
    margin-bottom: 25px;
}

.startup button {
    margin-top: 10px !important;
}

.startup button a[href$='.jpg']:before {
    font-family: "Material Icons";
    content: "\E3B6";
    color: #fff;
    vertical-align: bottom;
    font-size: 20px;
    font-weight: 100;
    padding-right: 5px;
}

/*
*  News
*  ---------------------------------------------------------------------------------
*/

.middle {
    text-align: center;
    margin-top: 30px;
    margin-bottom: -45px !important;
}

.hupso_c, .hupso-share-buttons {
    position: relative;
    right: 0;
}

#toolbar_hupso_toolbar_0 > a {
    text-align: right !important;
}

/*
*  Info-News
*  ---------------------------------------------------------------------------------
*/

.border {
    border: 1px solid rgba(117, 117, 117, .3);
    padding-left: 10px;
    padding-right: 5px;
    margin: 10px 0px 10px 0px;
}

.info {
    color: #757575;
}

.info h4 {
    text-transform: uppercase;
    color: #757575;
    line-height: 1.5;
}

.info h2 {
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
    color: #757575;
    line-height: 2;
}

.info a {
    color: #E11021;
    text-decoration: underline;
}

.info ul {
    list-style: none;
    padding-left: 25px;
    line-height: 1.5;
}

.info li:before {
    content: "\f14a"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
    color: #77B70F;
}

/*
* Projekt-Liste
* --------------------------------------------------------------------
*/

.text {
    margin-bottom: 40px;
}

.ep_filter li:before {
    content: "\f058"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
}

.entry-content pre {
    display: none;
}

.portfolio_img.wp-post-image {
    border: 2px solid #DDDDDD;
    padding: 2em;
    width: 280px !important;
    height: 184.406px !important;
}

.attachment-thumbnail.wp-post-image {
    width: 280px !important;
    height: 184.406px !important;
}

.ep_item .ep_portfoliourl {
    background-color: #E11021 !important;
    background-color: rgba(225, 16, 33, 0.7) !important;
    color: #fff !important;
}

.ep_portfoliourl_cont h4 {
    color: #fff !important;
}

.ep_filter > .current a, .ep_filter > .current li {
    color: #fff !important;
    background: #1B9CE3 !important;
    border-radius: 0 !important;
}

.ep_filter > li.current {
    padding-left: 40px !important;
    background: #1B9CE3 !important;
    color: #fff !important;
    border: thin solid #1B9CE3 !important;
}

.ep_filter a, .ep_filter li {
    color: #757575 !important;
    background: #fff !important;
    border-radius: 0 !important;
}

.ep_filter li {
    padding-left: 40px !important;
    background: #fff !important;
    border: thin solid #757575 !important;
}

.ep_content_details > .ep_featured_image > .portfolio_img.wp-post-image {
    width: 100% !important;
    height: 100% !important;
}

#ep_detail_img .attachment-thumbnail.wp-post-image {
    width: 100% !important;
    height: 100% !important;
}

.projektliste .entry-content {
    margin-bottom: 30px;
}

/*
* Dokumente
* --------------------------------------------------------------------
*/

h3 {
    color: #757575 !important;
    text-transform: uppercase;
    font-size: 180%;
}

.documents h2 {
    font-size: 180% !important;
    margin-bottom: 0px !important;
}

.documents p a:before, a.external-link-new-window:before {
    font-family: "Material Icons";
    content: "\E157";
    display: inline-block;
    vertical-align: middle;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.documents .site-main h5 {
    margin-left: 25px;
    line-height: 0.5;
}

.documents .site-main p {
    padding-left: 110px;
    margin-bottom: 20px !important;
}

.documents .site-main h5:before {
    font-family: "Material Icons";
    content: "\E157";
    color: #fff;
    vertical-align: bottom;
    font-size: 45px;
    padding: 20px 20px 20px 20px;
    font-weight: 100;
    background-color: #E11021;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: relative;
    top: 40px;
    left: -25px;
    margin-left: 0 !important;
}

.documents h5 {
    color: #E11021;
    text-transform: uppercase;
    /* text-indent: -25px; */
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 0px;
    padding-bottom: 0px;
    /* width:480px; */
    font-size: 14px !important;
}

.documents p {
    font-size: 14px !important;
}

.documents h5 a[href$='.pdf']:before {
    font-family: "Material Icons";
    content: "\E415";
    color: #fff;
    vertical-align: bottom;
    font-size: 30px;
    padding: 17px 17px 17px 17px;
    font-weight: 100;
    background-color: #E11021;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: relative;
    top: 30px;
    left: -12px;
    margin-left: 0 !important;
}

.documents h5 a[href$='.xlsx']:before {
    font-family: "Material Icons";
    content: "\E3B6";
    color: #fff;
    vertical-align: bottom;
    font-size: 30px;
    padding: 17px 17px 17px 17px;
    font-weight: 100;
    background-color: #E11021;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: relative;
    top: 30px;
    left: -12px;
    margin-left: 0 !important;
}

.documents h5 a[href$='.ch/']:before {
    font-family: "Material Icons";
    content: "\E3B6";
    color: #fff;
    vertical-align: bottom;
    font-size: 30px;
    padding: 17px 17px 17px 17px;
    font-weight: 100;
    background-color: #E11021;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: relative;
    top: 30px;
    left: -12px;
    margin-left: 0 !important;
}

.documents h5 a[href$='toolbox']:before {
    font-family: "Material Icons";
    content: "\E3B6";
    color: #fff;
    vertical-align: bottom;
    font-size: 30px;
    padding: 17px 17px 17px 17px;
    font-weight: 100;
    background-color: #E11021;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: relative;
    top: 30px;
    left: -12px;
    margin-left: 0 !important;
}

button.sti-newsbutton:before {
    content: "\E02F"; /* FontAwesome Unicode */
    font-family: "Material Icons";
    color: #fff;
    vertical-align: bottom;
    font-size: 20px;
    font-weight: 100;
    padding-right: 5px;
}


a.btn.sti-newsbutton:before {
    content: "\E02F"; /* FontAwesome Unicode */
    font-family: "Material Icons";
    color: #fff;
    vertical-align: bottom;
    font-size: 20px;
    font-weight: 100;
    padding-right: 5px;
}


.documents #secundary h5 {
    margin-left: 12px;
    display: block;
}

.documents #secundary p {
    margin-left: 75px;
}

/*
* Site Footer
* --------------------------------------------------------------------
*/

.site-footer, .footerSidebar {
    background-color: #757575 !important;
    color: white;
    min-height: 70px;
    padding: inherit !important;
    letter-spacing: 0 !important;
    margin-top: 0 !important;
}

.site-info {
    padding-top: 50px;
}

.footer > h4, h3.widget-title {
    padding-bottom: 10px !important;
}

.footerSidebar, .footer > p, .footer > h4, h3.widget-title {
    font-size: 14px !important;
}

.site-info img {
    position: absolute;
    left: 0;
    top: 10px;
}

@media (min-width: 768px) {
    .site-info .copyright {
        text-align: right;
        padding-right: 80px;
        padding-top: 75px;
    }
}

@media (max-width: 767px) {
    .site-info .copyright {
        text-align: right;
    }
}

.site-info .col-md-7 p {
    text-align: left;
}

.site-info h4, .site-info h3 {
    text-align: left;
    color: #fff !important;
    font-weight: bold;
    text-transform: uppercase;
}

.site-footer a {
    color: white;
    text-decoration: underline;
    font-weight: normal;
}

.widget-title {
    margin-top: 10px !important;
    padding-bottom: 25px !important;
}

#menu-footer {
    padding-left: 0px !important;
}

.menu-footer-container {
    text-align: left !important;
}

/*
* Site Footer End
* --------------------------------------------------------------------
*/

.textCarousel {
    margin-top: -12px;
}

.iconColor {
    color: #757575 !important;
}

.addressParagraph {
    float: left;
}

.addressContext {
    margin-left: 24px;
}

.linkStyle {
    font-size: 18px;
}

h3.archive-page-title {
    padding-top: 20px;
}

.wrapper {
    width: 30%;
    margin: 0 auto;
}

.wrapper span {
    margin-left: 10px;
    padding-top: 150px;
    vertical-align: top;
}

.wrapper img {
    float: left;
    margin-right: 20px;
}

.wrapper a[href*='linkedin']:before {
    font-family: FontAwesome;
    content: "\f08c"; /* "linkedin-box"; */
    vertical-align: bottom;
    padding: 17px 10px 17px 0px;
    top: 30px;
    left: -12px;
    margin-left: 0 !important;
}

.wrapper a[href*='xing']:before {
    font-family: FontAwesome;
    content: "\f168"; /* "xing-box"; */
    vertical-align: bottom;
    padding: 17px 10px 17px 0px;
    top: 30px;
    left: -12px;
    margin-left: 0 !important;
}

.wrapper a[href*='mailto:']:before {
    font-family: FontAwesome;
    content: "\f0e0"; /* "xing-box"; */
    vertical-align: bottom;
    padding: 17px 10px 17px 0px;
    top: 30px;
    left: -12px;
    margin-left: 0 !important;
}



.wrapper a {
    text-decoration: underline;
}

.csColumn h4:before {
    content: "__";
    font-weight: bold;
    font-size: large;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.container h2 {
    padding-top: 10px;
}

@media only screen and (max-width: 767px) {
    .container h2 {
        padding-top: 30px;
    }
}

.container h5 {
    /* overflow: hidden; */
    white-space: nowrap;
    display: block;
    width: 200px;
    text-overflow: ellipsis;
}

div.csColumn {
    text-align: left !important;
}

/* Fade for Bootstrap Carousel on Home Page */

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all {
    .btn-default:hover, .btn-default:focus {
        border-bottom: 1px solid transparent;
        background-color: transparent;
    }
    .btn.btn-default {
        color: #fff !important;
    }
}

/* Header Logo, Screen dependent */

#headerLogo {
    background-image: url(https://sti-stiftung.ch/wcms/wp-content/themes/sti/images/logos/logo_sti.png);
    background-repeat: no-repeat;
    padding-bottom: 25px;
}

@media only screen and (max-width: 767px) {
    #headerLogo {
        background-image: url(https://sti-stiftung.ch/wcms/wp-content/themes/sti/images/logos/logo_sti_short.png);
        background-repeat: no-repeat;
        padding-bottom: 25px;
    }
}

/* Footer Logo, Screen dependent */

#footerImage {
    background-image: url(https://sti-stiftung.ch/wcms/wp-content/themes/sti/images/footer/logo_sti_white.png);
    background-repeat: no-repeat;
    padding-bottom: 25px;
}

@media only screen and (max-width: 980px) {
    #footerImage {
        background-image: url(https://sti-stiftung.ch/wcms/wp-content/themes/sti/images/footer/logo_sti_white_short.png);
    }
}

div#headerImages {

}

@media only screen and (max-width: 767px) {
    .home div#primary.content-area {
        margin-top: -90px;
    }
    div#headerImages {
        opacity: 0;
        visibility: hidden;
        display: none;
        clip-path: polygon(0px 0px,0px 0px,0px 0px,0px 0px);
    }
}

/* END sti.css */