.hero-section{
    height:600px;
    width:100%;
    position:relative;
    margin-bottom:3rem;
}
.content-section.content-section-travel{
    padding-top: 115px;
}

.content-section-travel a,.content-section-travel a:hover,.content-section-travel a:focus,.content-section-travel a:hover:visited,.content-section-travel a:active,
.shadow-box a,.shadow-box a:hover,.shadow-box a:focus,.shadow-box a:hover:visited,.shadow-box a:active
{
    text-decoration: none;
    color:#50B846;
}
.hero-caption-wrapper{
    position:absolute;
    bottom:50px;
    left:0;
    right:0;
}
.hero-caption{
    background:rgba(0,84,130,0.8);
    padding:3rem;
    width:650px;
}
.vacantie-info-internal .box-element{
    position:relative;
    padding:0.5rem 0.5rem 0.5rem 50px;
    width:33.33%;
}
.hero-caption h1{
    color:#fff;
    font-size:2rem;
    margin-bottom:1rem;
}
.box-element h4{
    color:#50b849;
    font-weight: 500;
    font-size:1.2rem;
    margin:0;
}
.box-element p{
    color:#fff;
    font-size:0.85rem;
    font-weight: 400;
}
.box-element-icon{
    position:absolute;
    left:10px;
    font-size:2rem;
    display:block;
    width:32px;
    height:32px;
    top:0.5rem;
    line-height: 1;
}
.top-message-container{
    position:absolute;
    top:20px;
    left:0;
    right:0;
}
.top-message{
    padding:1rem 2rem;
    background:#50b849;
    color:#fff;
}
.top-message.error-message{
    background:red;
}
.top-message a,.top-message a:hover,.top-message a:focus,.top-message a:hover:visited,.top-message a:active{
    color:#000;
}
.table td, .table th{
    vertical-align: middle;
    border:0 !important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background:#f0f0f0;
}
.thead-gray th{
    background:#fff;
    border-top: 0 !important;
    border-bottom:0 !important;
}
.transport-content{
    background:#f0f0f0;
    border-radius: 0.5rem;
    padding:2rem 2rem 2rem 90px;
    position:relative;
}
.grey-content{
    background:#f0f0f0;
    border-radius: 0.5rem;
    padding:2rem;
    position:relative;
}
.transport-content p, .grey-content p{
    margin:0;
}
.transport-icon{
    position:absolute;
    left:2rem;
    top:2rem;
    line-height: 1;
}
.free-text-input p{
    font-weight: 300;
}
.free-text-input a{
    text-decoration: underline;
    font-weight: 400;
}
.free-text-input ul{
    margin:0;
    padding:0;
    list-style: none;
}
.free-text-input ul li{
    position:relative;
    font-weight: 300;
    display:block;
    padding:0.25rem 0 0.25rem 30px;
}
.free-text-input ul li:before{
    content: "\f0da";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color:#50b849;
    font-size:1.4rem;
    vertical-align: middle;
    position:absolute;
    left:0;
    width:22px;
    height:22px;
    top:0.25rem;
}

.free-text-input ol{
    margin:0;
    padding:0;
    padding-inline-start: 25px;
}
.free-text-input ol li{
    position:relative;
    font-weight: 300;
    padding:0.25rem 0 0.25rem 5px;
}

.image-container {
    text-align: center;
    display: block;
    position: relative;
}

.image-container img {
    max-width: 100%;
}

.image-container .caption {
    z-index: 10;
    padding: 20px;
    text-align: center;
    font-size: 1em;
    font-style: italic;
    font-weight: 300;
}

@media(max-width:768px){
    .hero-caption-wrapper{
        left:0;
        right:0;
        bottom:0;
    }
    .hero-caption-wrapper .container{
        max-width: 100%;
        width:100%;
        padding:0;
    }
    .hero-caption{
        width:100%;
        padding:2rem;
    }
    .vacantie-info-internal .box-element{
        width:50%;
    }
}

.big {
    font-size: 120%;
}

.bigger {
    font-size: 135%;
}

.biggest {
    font-size: 150%;
}

.small {
    font-size: 80%;
}

.smaller {
    font-size: 65%;
}

.smallest {
    font-size: 50%;
}