.green {
    color: green;
}
i.fa-check {padding-right:10px;}
.servicesicon {    
	width: 64px!important;
    height: 64px!important;
    margin: 30px auto 20px auto;}

footer {
    background: linear-gradient(180deg,rgb(46 58 136) 0%,rgba(39,54,129,1) 55%,rgba(25,33,75,1) 100%);
    color: white;
}

.ocean {
    height: 80px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
}
.wave {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 88.7'%3E%3Cpath d='M800 56.9c-155.5 0-204.9-50-405.5-49.9-200 0-250 49.9-394.5 49.9v31.8h800v-.2-31.6z' fill='%23232f81'/%3E%3C/svg%3E");
    position: absolute;
    width: 200%;
    height: 100%;
    animation: wave 30s -3s linear infinite;
    transform: translate3d(0,0,0);
    opacity: 0.8;
}

.wave:nth-of-type(2) {
    bottom: 0;
    animation: wave 60s linear  reverse infinite;
    opacity: 0.5;
}
.wave:nth-of-type(3) {
    bottom: 0;
    animation: wave 95s -1s linear infinite;
    opacity: 0.5;
}


@keyframes wave {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(-50%);
    }
}


div#content-carousel-container-unq-1 {
    background: #1d295f;
}


.brdr1whitepadd15 {
    border-right: 1px solid white;
    padding: 15px;
    min-height: 253px;
}

div#block-schifbau-mapsblock {
    margin-bottom: 50px;
}


div#block-schifbau-views-block-nv-section-content-block-client-2 {
    background: url(/sites/default/files/background/1.jpg)   rgba(0, 0, 0, 0.5);
    background-blend-mode: soft-light;
}

.vid-icon {
    display: block;
    text-align: center;
}

.orange {color:orange;}
#aitacschiffbaulogo {margin-top:30px;}




.hide {
	display: none;
}
.nv-sim-footer [type="submit"] {
    display: none;
}
.contextual {

    z-index: 99999;

}
.slider  .contextual {
    top: 82px;
}
#toolbar-administration{
    z-index: 999999999;
    position: absolute
}
.navbar.light .logo-dark{
    display: block!important;
}
.navbar.light .logo-light{
    display: none!important;
}
.bd-dark .navbar .logo-dark{
    display: none!important;
}
.bd-dark .navbar .logo-light{
    display: block!important;
}
.indented{
    margin-left: 40px
}
[type="submit"] {
    padding: 12px 35px!important;
    border: 1px solid #1e1e1e!important;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    /* background: #d9e2ec; */
    /* border-color: #75dab4!important; */
    /* color: #75dab4; */
    font-family: inherit;
    text-transform: uppercase;
    width: auto!important;
}

.user-pass input,.user-register-form input,.user-login-form input,.user-register-form select{

    width: auto;

}

.user-pass label,.user-register-form label,.user-login-form label{

    display: block;

}
.btn-simple{
	border: 0;
    padding: 15px 30px;
    background: rgba(255, 255, 255, 0.02);
    color: #75dab4;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    z-index: 2;
    cursor: pointer;
    margin-right: 0;
    margin-left: 0;
}
.simple-block input[type="email"] {
    padding: 15px;
    width: 100%;
    background: #ffffff1f;
    border: 0;
    color: #fff;
    border: 1px solid #ffffff40;
}
.simple-block #edit-message {
	font-size: 12px
}
.simple-block .form-item, .form-actions{
	margin-top: 0
}
iframe{
    width: 100%
}
.contact .form [type="submit"] {
    width: auto;
    border: 1px solid;
    padding: 12px 26px;
    margin: 0;
    transition: all .5s;
}
.contact .form [type="submit"]:hover {
    color: #75dab4;
    border-color: #fff;
    background-color: #fff;
}
.search-results li{
    margin: 0px;
    border-bottom: 1px solid #dcdcdc;
    padding: 14px 0;

}

.search-results .search-result__title a{
    text-transform: uppercase;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 18px;
    font-style: normal;
}
.info.custom-font {
    display: table;
}
.info.custom-font >.author{
    display: table-cell;
}
.info.custom-font >.author > span{
    margin-right: 15px;
}
.info.custom-font >.tag {
    display: table-cell;
}