@font-face {
    font-family: "Source Sans Pro";
    src: url('../fonts/sourceSansPro/SourceSansPro-Black.ttf') format('truetype');
    font-weight: 900;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url('../fonts/sourceSansPro/SourceSansPro-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url('../fonts/sourceSansPro/SourceSansPro-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url('../fonts/sourceSansPro/SourceSansPro-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url('../fonts/sourceSansPro/SourceSansPro-ExtraLight.ttf') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url('../fonts/sourceSansPro/SourceSansPro-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url('../fonts/sourceSansPro/SourceSansPro-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url('../fonts/sourceSansPro/SourceSansPro-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url('../fonts/sourceSansPro/SourceSansPro-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url('../fonts/sourceSansPro/SourceSansPro-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url('../fonts/sourceSansPro/SourceSansPro-Semibold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url('../fonts/sourceSansPro/SourceSansPro-SemiboldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

html {
    background-image: url("../img/hintergrund.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/hintergrund.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/hintergrund.png', sizingMethod='scale')";
    width: 100%;
    height: 100%;
}

body {
    background-color: transparent !important;
    font-family: "Source Sans Pro", sans-serif !important;
    font-size: 1.5em;
    font-weight: 400;
    color: #333333;
}

label {
    margin-bottom: 0;
    font-weight: normal;
}

.content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

.content-wrapper .row {
    margin-left: -15px;
    margin-right: -15px;
}

.logo-img {
    width: 210px;
    margin: 0 auto;
    padding-top: 15%;
    padding-bottom: 15%;
}

.form-horizontal {
    padding-top: 3px;
}

.btn-primary {
    color: #005c7f;
}

.btn {
    background-color: transparent;
}

.col-md-background {
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(183, 183, 183, 1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(183, 183, 183, 1);
    box-shadow: 0px 2px 2px 0px rgba(183, 183, 183, 1);
    margin-bottom: 30px;
    padding: 20px;
}

.card-header-options {
    text-align: right;
    padding-right: 0px;
}

.card-content {
    padding-left: 0px;
    padding-right: 0px;
}

.card-content :first-child {
    margin-top: 0px;
}

.card-head {
    text-align: center;
    color: lightgrey;
    padding-bottom: 20px;
}

.icon-login {
    font-size: 30px;
    padding-bottom: 15px;
}

.text-login {
    font-size: 25px;
    text-align: center;
    padding-bottom: 30px;
    color: grey;
}

.row {
    margin-left: 15px;
    margin-right: 15px;
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 9px;
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 0px;
}

.alert-icon {
    float: left;
    font-size: x-large;
    display: table-cell;
}

.alert {
    display: table;
    width: 100%;
}

.alert {
    margin-bottom: 15px;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

.help {
    float: right;
}

.help-line {
    text-align: right;
}

.form-horizontal {
    padding-bottom: 15px;
}

.zid {
    padding-bottom: 40px;
    text-align: center;
    margin-top: -20px;
}


.error-text-wrap {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.btn-left {
    width: 48%;
}

.btn-right {
    width: 48%;
    float: right;
}


@media (max-width: 449px) {
    .text-login {
        font-size: 21px;
        padding-top: 15%;
        text-align: center;
        padding-bottom: 30px;
        color: grey;
    }

    .logo-img {
        width: 170px;
        margin: 0 auto;
        padding-top: 15%;
    }


}