body{
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
}
body > *{
    max-width: 1400px;
    margin: 0 auto;
}
a{
    color: #23304E;
}
a:hover {
    text-decoration: none;
}
.slide-in{
    display: none;
}
#home_header{
    background-image: url(../img/background-image-first.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 668px;
    width: 100%;
    height: auto;
    position: relative;
    overflow-x: hidden;
    padding-right: 15px;
    padding-left: 15px;
}
nav{
    background: linear-gradient(90deg, #FFFFFF 65.65%, #098DF2 119.45%);
    mix-blend-mode: normal;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
    height: 37px;
}
nav ul{
    margin-bottom: 0px;
    padding-left: 22px;
}

.header-content{
    line-height: 1.5;
    padding: 0px 86px;
}

.header-menu {
    display: block;
    cursor: pointer;
}

.header-menu{
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 2;
}
.zeropadding{
    margin: 0px;
    padding: 0px;
    max-width: 100%;
}

scrollmenu {
    display: none;
}
.info-content{
    min-height: 81px;
}
.header-logo{
    float:right;
    margin: 0;
    padding: 0;
    padding-left: 22px;
    margin-top: 15px;
}   

#toBottom{
    z-index: 1;
}
.header-envelope{
    padding: 31px 0;
    cursor: pointer;
}
.menu-icon{
    display: none;
}
.dlm_title{
    margin-bottom: -92px;
    text-align: left;
    padding-top: 20px;
}

.large-menu ul li{
    list-style-type: none;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 18px;
}
.large-menu li a{
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
}
.large-menu ul li a:active{
    text-decoration: none;
    color: #5c6483;
}

.blue-line{
    height: 3px;
    background-color: #5c6483;
    width: 100%;
    position: relative;
    bottom: 12px;
}
.active-orange-line{
    position: absolute;
    width: 75px;
    height: 5px;
    background: #E5796B;
    margin-top: 1px;
}

.active-menuelement{
    margin-top:12px !important;
}
.header-title{
    font-weight: 300;
    font-size: 48px;
    line-height: 55px;
    color: #FFFFFF;
    margin-top: 46px;
}
.header-title .mini{
    font-size: 28px;
}
.header-body{
    font-size: 21px;
    line-height: 30px;
    color: #FFFFFF;
}
.header-delimiter{
    margin: 30px 0px;
}
.header-sub-body{
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #FFFFFF;
    max-width: 52%;
}
.header-buttons{
    margin-top: 50px;
}
.header-buttons > a, .trumes-buttons > a{
    box-sizing: border-box;
    height: 51px;
    width: 362px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.free_demo{
    background: #E5796B;
}
.free_consulting{
    background: #23304E;
    margin-left: 68px;
}
.free_demo > span, .free_consulting > span, .free_consulting2 > span{
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}
.trumes{
    min-height: 387px;
    max-width: 1400px;
    background: #EFEFEF;
    margin-top: 10px;
    padding-top: 43px;
}
.trumes-header{
    font-weight: 300;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    color: #23304E;
    height: 49px;
}
.trumes-sub-header{
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #23304E;
}
.trumes-delimiter{
    text-align: center;
    margin: 30px 0px 30px 0px;
}
.trumes-content{
    font-weight: 300;
    font-size: 16px;
    line-height: 31px;
    text-align: center;
    color: #23304E;
    margin: 0px 20%;
}
.trumes-functions{
    margin-top: 64px;
}
.trumes-functions >.row > div{
    padding-left: 90px;
    padding-right: 90px;
}
.function-icon{
    margin-bottom: 24px;
}
.function-header{
    height: 39px;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #23304E;
}
.function-content{
    height: 221px;
    max-width: 510px;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: justify;
    color: #23304E;
}
.function_img{
    width: 100%;
}
.function_img_1{
    position: absolute;
    left: 35px;
    top: 20px;
}
.function_img_2{
    position: absolute;
    right: 35px;
    top: 20px;
}
.padding_right_0{
    padding-right: 0px !important;
}
.padding_left_0{
    padding-left: 0px !important;
}
.padding_right_15{
    padding-right: 15px !important;
}
.padding_left_15{
    padding-left: 15px !important;
}
.trumes-buttons{
    height: 138px;
    background: #EFEFEF;
    padding-top: 44px;
}
.free_consulting2{
    background: #098DF2;
    color: #FFFFFF !important;
    margin-left: 66px;
}
.trumes-image{
    margin-top: 33px;
}
.trumes-ervek{
    margin-top: 30px;
    background-image: url(../img/erv_background.png);
    padding-top: 50px;
    min-height: 505px;
}
.erv-header{
    height: 66px;
    font-weight: 300;
    font-size: 45px;
    line-height: 52px;
    text-align: center;
    color: #23304E;
}
.erv-body{
    font-weight: 500;
    font-size: 25px;
    line-height: 27px;
    text-align: center;
    color: #23304E;
}
.trumes-ervek-delimiter{
    text-align: center;
    margin: 40px 0px 40px 0px;
}
.padding_left_228{
    padding-left: 228px;
}
.trumes-ervek-row > img{
    margin-right: 31px;
    margin-bottom: 25px;
    height: 100%;
}
.trumes-ervek-row{
    max-width: 400px;
    font-weight: 400;
    font-size: 19px;
    line-height: 25px;
    color: #23304E;
    display: flex;
}
.trumes-ervek-row2{
    max-width: 500px;
}
.business_intelligence{
    margin-top: 60px;
    padding-left: 101px;
    margin-bottom: 55px;
}
.business_intelligence .left-box{
    padding-right: 70px;
    padding-left: 0px;
}
.business_intelligence .header{
    height: 49px;
    font-weight: 300;
    font-size: 35px;
    line-height: 40px;
    color: #23304E;
}
.business_intelligence .sub_header{
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #23304E;
}
.business_intelligence .delimiter{
    margin: 30px 0px 30px 0px;
}
.business_intelligence .body{
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: justify;
    color: #23304E;
}
.business_intelligence .image{}
.business_intelligence .image img{
    width: 100%;
}
.trumes_options{
    border-top: 2px solid #E5796B;
    padding-top: 60px;
    margin-bottom: 50px;
}
.trumes_options .row >div:first-child{
    padding-left: 101px;
    padding-right: 44px;
}
.trumes_options .row > div:nth-child(2){
    padding-left: 72px;
    padding-right: 72px;
}
.trumes_options .row > div:last-child{
    padding-left: 44px;
    padding-right: 101px;
}
.trumes_options .icon{
    margin-bottom: 15px;
}
.trumes_options .icon > img{
    max-height: 77px;
}
.trumes_options .header{
    height: 69px;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #23304E;
}
.trumes_options .content{
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: justify;
    color: #23304E;
}
.trumes_modules{
    border-top: 2px solid #098DF2;
    padding-top: 64px;
    padding-bottom: 30px;
}
.trumes_modules .button{
    text-align: center;
}
.trumes_modules .modules{
    width: 427px;
    height: 110px;
    background-image: url(../img/modul.png);
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 27px;
    color: #23304E;
}
.trumes_modules .modules > div{
    height: 64%;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer {
    background: #EFEFEF;
    padding-top: 39px;
    margin-bottom: 78px;
}
footer .form-control{
    border: 1px solid #23304E;
    border-radius: 5px;
}
footer .col-form-label{
    padding-left: 99px;
    font-weight: 500;
    font-size: 18px;
    color: #23304E;
}
footer .delimiter{
    text-align: center;
    margin: 24px 0px;
}
footer .header{
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #23304E;
}
.submit-button{
    background: #E5796B;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    height: 51px;
}
.contact_box{
    border-bottom: 2px solid #098DF2;
}
@media (max-width: 1366px){
    .header-sub-body{
        max-width: 62%;
    }
}
@media (max-width: 1200px){
    .header-content{
        padding: 0px 35px;
    }
    .large-menu {
        margin-bottom: 45px;
    }
    .large-menu ul li {
        margin-right: 14px;
    }
    .header-sub-body{
        max-width: 70%;
    }
    .padding_left_228{
        padding-left: 15px;
    }
    .trumes-ervek-row{
        max-width: unset;
    }
    .trumes-functions >.row > div{
        padding-left: 45px;
        padding-right: 45px;
    }
}
@media (max-width: 992px){
    #home_header{
        background-image: url('../img/background-image.jpg');  
        min-height: unset;
        padding-bottom: 30px;
    }
    body{
        margin: 0
    }
    .large-menu {
        display: none;
    }
    .menu-icon {
        display: block;
    }
    .row{
        margin: unset;
    }
    .header-content{
        padding: 0px 15px;
    }
    .large-menu {
        display: none!important;
    }
    .padding_left_228{
        padding-left: 15px;
    }
    .trumes-image{
        display: none;
    }
    .slide-in {
        display: block;
        position: absolute;
        left: 1200px;
        background: linear-gradient(90deg, #FFFFFF 13.65%, #098DF2 119.45%);
        z-index: 1;
    }
    .scrollmenu {
        display: block;
        overflow: auto;
        white-space: nowrap;
        height: 75px;
        padding: 15px 0 0 5px;
    }
    .scrollmenu a {
        display: inline-block;
        color: #23304E;
        text-align: center;
        text-decoration: none;
        margin-right: 22px;
        font-family: 'Ubuntu';
        height: 44px;
        padding: 10px 0 0 0;
        font-weight: 400;
        font-size: 12px;
        text-transform: uppercase;
    }
    .header-menu img {
        height: 20px;
        width: 25px;
    }
    .header-menu {
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-evenly;
    }
    .header-title{
        font-size: 38px;
        margin-top: 10px;
    }
    .header-body {
        font-size: 19px;
        line-height: 28px;
    }
    .header-delimiter, .trumes-delimiter, .trumes-ervek-delimiter{
        margin: 15px 0px;
    }
    .header-sub-body {
        font-size: 15px;
        line-height: 27px;
        max-width: unset;
        text-align: justify;
    }
    .header-buttons {
        margin-top: 12px;
    }
    .header-buttons > a, .trumes-buttons > a{
        text-transform: unset;
    }
    .free_demo > span, .free_consulting > span, .free_consulting2 > span{
        font-size: 15px;
        line-height: 20px;
        font-weight: 500;
    }
    .free_consulting, .free_consulting2{
        margin-left: 15px;
    }
    .trumes{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .trumes-functions {
        margin-top: 20px;
    }
    .trumes-content{
        margin: unset;
    }
    .function-icon{
        text-align: center;
    }
    .function-header{
        text-align: center;
        font-size: 18px;
        line-height: 20px;
    }
    .function-content {
        max-width: unset;
        max-height: 221px;
        height: unset;
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .trumes-functions >.row > div{
        padding: 0px 15px;
    }
    .trumes-buttons{
        padding-left: 15px;
        padding-right: 15px;
    }
    .trumes-ervek{
        margin-top: unset;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .business_intelligence{
        padding-left: unset;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .business_intelligence .header{
        text-align: center;
        font-size: 30px;
        line-height: 35px;
    }
    .business_intelligence .sub_header{
        text-align: center;
        font-size: 18px;
        line-height: 25px;
    }
    .business_intelligence .body{
        font-size: 15px;
        line-height: 26px;
    }
    .business_intelligence .left-box{
        padding-right: 15px;
        padding-left: 15px;
    }
    .business_intelligence .delimiter{
        margin: 15px 0px;
        text-align: center;
    }
    .trumes_options {
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .trumes_options .row >div{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .trumes_options .icon{
        text-align: center;
    }
    .trumes_options .header{
        text-align: center;
        height: unset;
        margin-bottom: 15px;
    }
    .trumes_options .content{
        margin-bottom: 25px;
    }
    .trumes_modules{
        padding-top: unset;
        margin-top: unset;
    }
    footer{
        padding-top: 20px;
    }
    footer .delimiter{
        margin: 15px 0px;
    }
    footer .col-form-label{
        padding-left: 15px;
    }
    .contact_box{
        border-bottom: none;
        margin-bottom: 30px;
    }
    .submit-button{
        margin-top: 15px;
    }
}