/*! Place your custom styles here */
.oebb-logo-container {
    min-height: 50px;
}

.oebb-logo {
    margin-top: 4px;
    height: 40px;
}

.background-image-holder.oebb {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

article.feature-1 h5 {
    min-height: 0;
}

img {
    max-width: 100%;
    margin-bottom: 0;
}

.input-radio {
    margin-top:10px;
}

h2 {
    margin-bottom: 0.393939394em;
}

.logo-sub {
    margin-left: 67px;
    margin-top: 10px
}

p {
    margin-bottom: 0.6em;
}

ul {
    list-style: square;
    list-style-position: inside;
}

.text-red {
    color: #e2002a !important;
}

input.error {
    border-color: #e2002a;
}

.voted {
    border: 2px solid green;
    border-radius: 7px 7px 0 0;
}

h3, h2 {
    color: #e2002a !important;
}

h3 {
    font-weight: bold;
}

img + .boxed {
    margin-top: 0;
}
