/**** CONGRESS CUSTOM ****/

/* NAVBAR, BUTTON, ALERT COLOR */

/* @import url('https://fonts.googleapis.com/css?family=Nunito');*/

.navbar-default, .btn-primary, .alert-info {
  background: #032b4c;
  border-color: #032b4c;
}

.container .jumbotron, .container-fluid .jumbotron {
    padding-left: 0px;
    padding-right: 0;
}

.jumbotron {
    padding: inherit;
    background: #fff;
}

.jumbotron IMG {
    width: 100%;
    height: auto;
}

.jumbotron .header-wrap {
/*
    -webkit-box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.49);
    -moz-box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.49);
    box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.49);
*/
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.75);
box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.75);
}

.tx-powermail .powermail_select, .tx-powermail .powermail_input {
    width: 100%;
}

.tx-powermail .powermail_fieldwrap_iagreetothetermsofuse label.powermail_label {
    display: none;
}

#c39 h3 {
    display: none;
}


.jumbotron .header-wrap .top-left {
    position: absolute;
    top: 10%;
    left: 88px;
    color: white;
}

.jumbotron .header-wrap .top-left p {
    font-weight: 300;
    font-size: 1.3rem;
    font-family: 'Nunito', sans-serif;
    line-height: 26px;
}

.jumbotron h1 {
    color: white;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}


.content-first-landing IMG {
    width: 100%;
}

.content-first-landing .col-md-3 {
    padding: 15px;
    
}

a.btn.btn-primary.btn-sm {
    color: #fff;
}

fieldset {
    background-color: #f0eef2;
    padding: 20px;
}

legend {
    display: none;
}

.panel-heading {
    font-weight: 300;
    font-size: 15px;
    color: inherit;
}

fieldset#nOUV_Jobboerse-fieldset-1 label {
    font-weight: 300;
    font-size: 15px;
    color: inherit;
}

#p104 .ce-column {
    margin-right: 100px;
}

#p104 .ce-column .image {
    margin-bottom: 50px;
}

input.tx-indexedsearch-searchbox-sword {
  width:100%;
}


@media (max-width: 991px) {
    .content-first-landing IMG {
        width: inherit;
    }
    .content-first-landing .col-md-3 {
        width: 260px;
        margin: 0px 55px;
    }

    .jumbotron .header-wrap img{
        display: none;
        height: 100%;

    }
    .jumbotron .header-wrap {
        height: 200px;
        background-color: #032b4c;
        width: 100%;
    }

}