body{
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: 'Raleway', sans-serif;
    background-color: #FFF;
    color: #555;
}

strong, b {
    font: 15px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

a, a:visited {
    text-decoration: none;
    outline: 0;
    color: #296D91;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}



.center{
    text-align: center;
}

.right{
    text-align: right;
}




.scrollToTop{
    width:44px; 
    height:44px;
    text-align:center; 
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position:fixed;
    bottom:40px;
    right:40px;
    display:none;
    z-index: 1;
}

.scrollToTop>img{
    width:44px; 
    height:44px;
}
.scrollToTop:hover{
    text-decoration:none;
}



.navbar-fixed-top{
    display: none;
    padding:0px;
    margin-bottom: 0px;
}

.navbar-default{
    background-color: #004E89;
    color: #FFF;
    height:120px;
    background-image: url(../images/sky-bg.jpg);
    padding-bottom: 40px;
    background-position: 50% 70%;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-default .navbar-brand {
    color:#FFF;
    margin-top: 3px;
    font-weight: bold;
}

.navbar-brand img{
    width: 65px;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #FFF;
    background-color: transparent;
}


.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    height:38px;
    line-height: 38px;
}

.navbar-header{
    height: 82px;
    line-height: 82px;
    padding:0px;
    margin:0px;
}

.navbar-right, .nav>li{
    margin: 0px;
    padding: 0px;
}

.nav>li>a {
    padding-top: 0px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #F5783C;
    background: none !important;
}

.navbar-default .navbar-nav>li>a {
    color: #FFF;
}


.section-full-width-title {
    background-color: #151515 !important;
    padding: 30px;
}

.section-full-width-title>h2 {
    color: #FFF;
    margin: 0px;
    line-height: 3;
    font-size: 2.1em;
}

.light-bg{
	background-color:#FFF;
	padding-top:40px;
	padding-bottom:40px;
}


header #logo {
    width: 520px;
    margin-left: -260px;
    text-align: center;
    position: absolute;
    top: 72px;
    left: 50%;
}

#about h3 {
    font-size: 1.8em !important;
    color:#FF6F00;
}

.row {
    width: 96%;
     max-width: 1100px; 
    margin: 0 auto;
}


#nominations{
    background-color: #FFF;
    margin-bottom:70px;
}
a.iframe:link, a.iframe:active, a.iframe:visited {
    outline: none;
}


.speaker-profile-lib {
    cursor: pointer;
    outline: none;
    height: 130px;
    text-align: center;
    padding: 3px;
}

.speaker-profile-lib .border {
    border: 1px solid #DDD;
    width: 184px;
    height: 124px;
    line-height: 124px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    text-align: center;
    margin: 0px auto;
}
.speaker-profile-lib .border:hover {
    background-color: #CBF7F7;
    cursor: pointer;
}

.speaker-profile-lib img {
    outline: none;
    max-height: 100px;
    max-width: 130px;
    margin: 0px auto;
}


#main #mc_embed_signup input[type="submit"] {
    font-size: 15px;
    line-height: 30px;
    height: 54px;
    padding: 12px 30px;
    margin: 0 0 18px 0;
    border-radius: 0 3px 3px 0;
    background: rgba(245, 120, 60, 1);
    background: #FF6F00;
    width: 30%;
}

#main #mc_embed_signup input[type="submit"]:hover {
    background: #FF8F39;
}

#about {
    background: #296D91;
    color: #fff;
    padding-top: 96px;
    padding-bottom: 72px;
    overflow: hidden;
}
#about .section-header .icon-wrap {
    font-size: 60px;
    margin-bottom: 18px;
    color: #FF6F00;
}


.news-article{
    background: #296D91;
    color: #fff;
    padding-top: 96px;
    padding-bottom: 72px;
    overflow: hidden;
}

.news-article-invert{
    background: #FFF;
    color: #333;
   
}

#company-page .company-logo{
    border:1px solid #DDD;
    height:168px;
}
#company-page .company-logo>img{
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   padding:18px;
   max-height:168px;
}


.orange{
    background-color: #FF6f00 !important;
}

.white-text{
    color:#FFF;
}

.light-blue{
    background-color: #296D91 !important;
}

.content-top-padding{
    padding-top:40px;
}

h2.company-title{
    margin-bottom:30px;
}

h5.result-head{
    color: #FFF;
}

.company-details{
    margin-bottom:50px;
}




.company-info-split{
    width:20%;
    float:left;
}

.ranking-info{
    float:left;
    font-size: 10px;
    color: #888;
    text-transform: uppercase;
}


.ranking-result{
    line-height: 50px;
    background-color: #FFF;
    margin: 10px;
    padding-left:10px;
    padding-right: 10px;
}

.ranking-data{
    text-align: right;
    font-weight: bold;
}

.nomination-side-panel p{
    margin: 0px;
}

.btn-orange{
    background-color: #FF6f00 !important;
    color: #FFF;
}
.btn-orange:hover{
    background-color: #FF8F39 !important;
    color: #FFF;
}

input[type="text"] {
    display: block;
    padding: 18px 15px;
    margin: 0 0 24px 0;
    border: 1px solid #ccc;
    outline: none;
    vertical-align: middle;
    min-width: 225px;
    max-width: 100%;
    font-size: 15px;
    line-height: 24px;
    color: #647373;
    background: #FFF;
    border-radius: 3px;
}

input[type="text"]:focus {
    color: #647373;
    background-color: #FFF;
}

.social>li>a>i:hover, .social>li>a>i:active, .social>li>a>i:visited{
    color:#FF6F00;
}

.pagination .current, .pagination .current:hover {
    background-color: #FF6F00;
    color: #fff;
}

.nav>li>a.smoothscroll{
    height:10px;
    line-height: 28px;
}


ul#nav li a:hover{
    color:#FF6F00;
    background: none;
}

#nav-wrap ul#nav {
    padding: 14px 24px 24px 24px;
    height: auto;
    width: auto;
    clear: both;
    display: none;
    background: #111;
    background: rgba(0, 0, 0, .8);
    border-radius: 3px;
    position: relative;
    top: 54px;
    right: 30px;
}

ul#nav li.current a {
    color: #FF6F00;
}

a.link-orange{
    color: #FFFFFF !important;
    text-decoration: underline;
}

.image-caption{
    font-size: 12px;
    line-height: 1.8;
}


.news-article h3{
    color:#FFF;
}

.news-article-invert h3{
    color:#296D91;
}

.page-sep{
    background-image: url('../images/orange-dot.png');
    height:30px;
}

.other-article-box-link>div{
    background-color: #000;
    width: 299px;
    height: 168px;
    overflow: hidden;
    margin-bottom: 12px;
}
.other-article-box-link>div>img{
    width: 299px;
    height: 168px;

}

.other-article-box-link>h5{
    margin-bottom: 10px;
    color:#296D91;
}
.other-article-box-link p, .other-article-box-link p:hover{
    text-decoration: none;
    text-align:left; 
    font-size:13px; 
    line-height:1.8;
    color:#444;   
}

.other-article-box-link p:hover{
    color: #FFF;
}

.other-article-box-link{
    background-color: #FFF;
    margin: 4px;
    padding: 10px;
}

.other-article-box-link:hover{
    background-color: #FFA764;
    color: #FFF;
    margin: 4px;
    padding: 10px;
    cursor: pointer;
   
}
.other-article-a>p, .other-article-a>p:hover{
    text-decoration: underline !important;
}






.footer-copy{
    background-color: #296D91;
    color:#EEE;
    line-height: 3.2;
}

.footer-copy a:link, .footer-copy a:visited{
    color:#EEE;
    text-decoration: none;
}

.footer-copy a:hover{
    text-decoration: underline;
}

#impressum h1{
    margin-top: 28px;
    margin-bottom: 28px;
}

#impressum h3{
    color: #2A5A72;
}

#impressum p{
    margin-bottom: 10px;
}

#statistics{
    padding-top: 40px;
    background-color: #F2F2F2;
}
#statistics h3{
    margin-bottom:34px;
    color:#296D91;
}
#statistics h5{
    font-size: 14px;
}

.social{
    display: none;
}


