html {
    min-height: 100%;
    position: relative;
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #434d56;

}


@media screen and (min-width: 980px) {
    body {
        font-size: 24px;
        line-height: 36px;
    }

    .container {
        width: 960px;
        max-width: 100%;
        margin: auto;
    }

    .itb-w-lg-500 {
        width: 500px
    }

}

@media screen and (min-width: 1025px) {

    .container {
        margin: auto;
        position: relative;
        padding-left: 0 !important;
        padding-right: 0 !important;
        z-index: 100;
    }
}


h1, h2 {
    font-weight: normal;
}

header {
    height:135px;
    padding: 15px 10px 0 10px;
    background-color: #ebeeef;
    position: relative;
    z-index: 200;
    border-bottom: 18px solid #424d56;
}

header .container {
    max-width: 100%;
    margin: auto;
}

header img#logo {
    height: 90px;
    width: 90px;
    float: left;
    background-size: cover;
    text-indent: -9999px;
}


.btn {
    border-radius: 0;
    border-width: 0;
    font-size: 18px;
}

.btn-primary {
    background: #eef1f2;
    transition: all 300ms ease-in-out;
    color: black;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary[disabled] {
    background-color: #424d56!important;
    border-color: #424d56!important;
    color: #eef1f2!important;
    box-shadow: none!important;
}


footer a{
    color: #bfbebd;
    text-decoration: none;
    font-size: 18px;
    margin-right: 10px;
}

footer a:hover {
    color: #bfbebd;
    text-decoration: none;
}

.container.login a {
    color: #a9afb5;
    text-decoration: none;
    transition: color 300ms ease-in-out;
}

.container.login a:hover {
    color: #000;
}



.language-switch {
    width: 60px;
    height: 40px;
    background: #fff;
    position: absolute;
    right: 110px;
    margin-right: 10px;
}

.language-switch .select {
    border: 1px #f0f1f1 solid;
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    line-height: 34px;
    padding-left: 5px;
    background: url('../img/bg-language-switch.png') right center no-repeat;
    font-size: 15px;
    color: #5d666c;
}

.language-switch select {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    cursor: pointer;
    border: 0;
    font-size: 12px;
}

/** Von bootstrap kopiert um fpr kc zu passen **/
.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.has-error .form-control {
    border-color: #cc0000;
}


.required {
    color: #dc3545!important;
}

.alert {
    font-size: 18px;
}

.nav-hamburger {
    height: 4em;
    background-color: #424d56;
}

#logoMobile {
    height: 2.5em;
    width: 2.5em;
    text-indent: -9999px;
}


.itb-w-35px {
    width: 35px;
}

.itb-fs-12px {
    font-size: 12px!important;
}

.itb-line-height-23px {
    line-height: 23px!important;
}

.itb-text-decoration-none {
    text-decoration: none!important;
}

.itb-fill-white {
    fill: #ffffff;
}

.itb-bg-gray-grey {
    background-color: #ebeeef;
}

.welcome {
    font-size: 20px;
}