.new-file-area.hidden {
   display:none;
}

.error-summary, .help-block{
    color: #d30132;
}

.error-summary ul li{ 
    list-style-type: none; !important
}

.error-summary{
background-color: #ededed;
/* border-radius: 15px; */
padding: 10px 10px 10px 10px;
border: none;
margin-top: 10px;
margin-bottom: 5px;
}

.error-summary ul li:before {
    content: "";
    background: none;
}

.callout.callout-danger {
    border: 1px solid #c60047;

    background-color: #fff;
    padding: 10px;
    color: #d30132;
}

.callout.callout-danger ul li:before {
    content: "";
    background: none;
}

.form-group{
    margin:15px 0;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn {
    border-radius: 0;
    color: #3c8dbc !important;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-color: #eaeaea;
    background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgb(230, 230, 230));
    background-image: -moz-linear-gradient(top,#fcfcfc,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fcfcfc),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fcfcfc,#e6e6e6);
    background-image: -o-linear-gradient(top,#fcfcfc,#e6e6e6);
    background-image: linear-gradient(to bottom,#fcfcfc,#e6e6e6);
}

button.btn-primary{
    background-color: #006dcc;
}
/* .control_prev img, .control_next img {
    -webkit-tap-highlight-color: rgb(58, 56, 192);
} */
.control_prev img, .control_next img {
    height: calc(20px + 2.5vw);
    width: auto;
}

#social-bar a .lang_de{background-image:url(../images/DE-red.png);background-size:60%;background-position:50% 50%}
#social-bar a .lang_de:hover{background-image:url(../images/DE-white.png);background-repeat:no-repeat;background-size:60%;background-position:50% 50%}
#social-bar a .lang_en{background-image:url(../images/EN-red.png);background-size:60%;background-position:50% 50%}
#social-bar a .lang_en:hover{background-image:url(../images/EN-white.png);background-repeat:no-repeat;background-size:60%;background-position:50% 50%}