header {
    border-bottom: 3px solid #e00a22;
}

header #headeroben {
    height: 117px;
}

#logo{
    margin-top: 3%;
}
.navbar {
    padding: 0 1rem;
    background: #e7e6e4;
    margin-bottom: 20px;
    border-bottom: 1px solid #d7d6d2;
    border-left: 1px solid #d7d6d2;
    border-right: 1px solid #d7d6d2;
}

.navbar-nav .active > a {
    background: #d7d6d2;
    font-weight: bold;
}

.navbar-nav .nav-link {
    padding: .8rem auto;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.autosize{
    width: 100%;
}
.col-autosize{
    padding-top: 1%;
}

h1 {
    margin-bottom: 20px;
}

a, a:hover {
    color: #006CD9;
    text-decoration: underline;
}

p.introtext {
    margin-bottom: 40px;
}

.alert {
    margin-bottom: 25px;
}

.box-content {
    /*min-height: 235px;*/
    min-height: 200px;
}

a.info {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 0 5px 0 5px;
    border-radius: 4px;
}

.footer-button {
    min-height: 140px;
}
.footer-button a {
    color: #000000;
    text-decoration: underline;
}

footer {
    margin-top: 20px;
}

.video{
    width: 100%;
    border: black 2px solid;

}
.video-container{
    width: 100%;
    max-width: 340px;
    max-height: 280px;
    float: right;
    display: block;
}
#videos-text{
    margin: 20px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    header #headeroben {
        height: 98px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    header #headeroben {
        height: 70px;
        background-size: 50%;
    }
}

@media (max-width: 768px) {
    header #headeroben h1 a img{
        height: 30px;
        width: 180px;
    }
    header #headeroben {
        height: 55px;
    }
    .box-content {
        min-height: 135px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .8rem;
        padding-left: .8rem;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .autosize{
        width: 100%;
    }
    .col-autosize{
        padding-top: 6%;
    }
}
@media (max-width: 768px) and (min-width: 600px) {
    .col-autosize{
        padding-top: 12%;
    }
}
@media (max-width: 600px) and (min-width: 576px) {
    .autosize{
        width: 100%;
    }
    .col-autosize{
        padding-top: 12%;
    }
}
@media (max-width: 575px) {
    #logo{
        margin-top: 0px;
    }
    .autosize{
        width: 40%;
    }
}

/*------------------ Wizard ----------------------*/
#msform{
    width: 400px;
    margin: 50px auto;
    text-align: center;
    position: relative;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;

    /*above each other*/
    position: relative;
}

/* hide all except first fieldset*/

.bar-container {
    width: 100%;
    margin-bottom: 100px;
}
.progressbar {
    counter-reset: step;
}
.progressbar li {
    list-style-type: none;
    width: 33.3333%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: black;
}
.progressbar li:before {
    width: 40px;
    height: 40px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    border: 5px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}
.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 17px;
    left: -50%;
    z-index: -1;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active {
    color: #e00a22;
}
.progressbar li.active:before {
    border-color: #e00a22;
}
.progressbar li.active + li:after {
    background-color: #e00a22;
}

.next{
    margin-top: 15px;
    float: right;
}
.back2{
    margin-top: 15px;
    float: left;
    background-color: #e00a22;
    border-color: #e00a22;
}

.back{
    margin-top: 30px;
    float: left;
    background-color: #e00a22;
    border-color: #e00a22;
}

.hide{
    display: none !important;
}

.show{
    display: block !important;
}

.alert-custom{
    background-color: #e00a22;
    color: white;
}

.letter{
    width: 100%;
    height: 100%;
    color: rgb(48,56,128);
    font-size: 70px;
    text-align: center;
    margin: 0 auto;
    background-color: #FFFFFF;
    border: #FFFFFF;
    text-decoration: none;
}
.letter p{
    margin-bottom: 0;
}
.btn{
    text-decoration: none;
}
.btn-red{
    background-color: #e00a22;
    color: #FFFFFF;
}

.letter:hover, .letter:focus, .letter:active{
    color: #1c214a;
    text-decoration: none;
}

.btn-red:hover, .btn-red:active{
    color: #FFFFFF;
    background-color: #920717;
}

.back:hover, .back:active{
    color: #FFFFFF;
    background-color: #920717;
    border-color: #920717;
}

.back2:hover, .back:active{
    color: #FFFFFF;
    background-color: #920717;
    border-color: #920717;
}

.modal-title{
    margin: 0 auto;
    margin-right: -16px;
    font-size: 25px;
}
@media all and (max-width: 450px){
    .progressbar li {
        font-size: 10px;
    }
    .progressbar li:before {
        width: 30px;
        height: 30px;
        line-height: 27px;
        border: 3px solid #7d7d7d;
    }
    .progressbar li:after {
        top: 14px;
    }
}
@media all and (max-width: 350px){
    .progressbar li {
        font-size: 8px;
    }
    .progressbar li:before {
        width: 27px;
        height: 27px;
        line-height: 24px;
        border: 2px solid #7d7d7d;
    }
    .progressbar li:after {
        top: 12px;
    }
}

@media all and (max-width: 550px){
    .letter{
        font-size: 40px;
        line-height: 150px;
    }
}





