/*
 * Copyright (c) 2019. Kordian Bruck <k@bruck.me>
 */

/* Space out content a bit */
body {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 20px solid #e94535;
}

.footer {
    padding-right: 15px;
    padding-left: 15px;
}

/* Custom page header */
.header {
    margin-bottom: 10px;
}

/* Make the masthead heading the same height as the navigation */
.header h1 {
    padding-bottom: 19px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 140px;
}

.header #logo {
    text-align: right;
}

.header #logo img {
    max-height: 140px;
}

nav {
    margin-bottom: 10px;
}

/* Custom page footer */
.footer {
    padding-top: 19px;
    color: #777777;
    border-top: 1px solid #e5e5e5;
}

/* Expert profiles */

.block-update-card {
    border: 1px #ffffff solid;
    float: left;
    margin-left: 10px;
    margin-top: 0;
    padding: 0;
    box-shadow: 1px 1px 8px #d8d8d8;
    background-color: #ffffff;
    text-align: justify;
    padding: 15px;
}

.block-update-card .expert-name {
    font-size: 16px;
}

div.update-card-body a, div.update-card-body a:hover, div.update-card-body a:visited, div.update-card-body a:active, div.update-card-body a:focus {
    color: #e94535 !important;
}

/* required label */
.control-label.required:after {
    content: "*";
    color: red;
}

/* Menu colors */
nav .nav-pills > li > a { color: #666666; }

nav .nav-pills > li > a:hover, nav .nav-pills > li:hover > a, nav .nav-pills > li.active > a, nav .nav-pills > li.active:hover > a {
    background-color: #e94535;
    color: #ffffff;
}

#pageLink-apply a, #pageLink-apply a:hover {
    background-color: #e94535;
    background-image: none;
    margin-right: 10px;
    color: #ffffff;
}

/* social icons */

#icon_wrapper {
    position: fixed;
    top: 25%;
    right: 0px;
    z-index: 99999;
}

.awesome-social {
    margin-top: 2px;
    color: white !important;
    text-align: center !important;
    line-height: 51px !important;
    width: 48px !important;
    height: 48px !important;
    font-size: 2em !important;
}

.fuse_social_icons_links {
    outline: 0 !important;
}

.fuse_social_icons_links:hover {
    text-decoration: none !important;
}

.fb-awesome-social {
    background: #3b5998;
}

.tw-awesome-social {
    background: #00aced;
}

.rss-awesome-social {
    background: #fa9b39;
}

.linkedin-awesome-social {
    background: #007bb6;
}

.youtube-awesome-social {
    background: #bb0000;
}

.flickr-awesome-social {
    background: #ff0084;
}

.pinterest-awesome-social {
    background: #cb2027;
}

.stumbleupon-awesome-social {
    background: #f74425;
}

.google-plus-awesome-social {
    background: #f74425;
}

.instagram-awesome-social {
    background: #517fa4;
}

.tumblr-awesome-social {
    background: #32506d;
}

.vine-awesome-social {
    background: #00bf8f;
}

.vk-awesome-social {
    background: #45668e;
}

.soundcloud-awesome-social {
    background: #ff3300;
}

.reddit-awesome-social {
    background: #ff4500;
}

.stack-awesome-social {
    background: #fe7a15;
}

.behance-awesome-social {
    background: #1769ff;
}

.github-awesome-social {
    background: #999999;
}

.envelope-awesome-social {
    background: #cccccc;
}


.national-contest-Austria .welcome-text, .national-contest-Austria #pageLink-experts {display: none;}