/*
Theme Name: Servlog Logistik
Author: Bayu Wibawa
Author URI: http://www.servlog-logistik.de/
Version: 1.0
*/

@font-face {
	font-family: "Helvetica";
	src: url("fonts/Helvetica.ttf") format("truetype");
}

@font-face {
	font-family: "Helvetica-Bold";
	src: url("fonts/Helvetica-Bold.ttf") format("truetype");
}

@font-face {
	font-family: "TT Firs Neue Trial Medium";
	src: url("fonts/TT Firs Neue Trial Medium.ttf") format("truetype");
}

@font-face {
	font-family: "TT Firs Neue Trial Bold";
	src: url("fonts/TT Firs Neue Trial Bold.ttf") format("truetype");
}

body {
    max-width: 100dvw;
    overflow-x: hidden;
    font-family: "TT Firs Neue Trial Medium", "Helvetica", Arial, sans-serif;
    font-size: 16px;
    color: #264040;
}

strong {
    font-family: "TT Firs Neue Trial Bold", "Helvetica", Arial, sans-serif;
}

a {
    color: #264040;
    text-decoration: underline;
}
a:hover {
    color: #B32428;
}

section, main, header, footer{
    max-width: 100%;
    overflow-x: hidden;
}

h1 {
    font-family: "TT Firs Neue Trial Medium";
    font-size: 60px;
}

h2 {
    font-family: "TT Firs Neue Trial Medium";
    font-size: 40px;
    color: #F2272C;
}

.transition_default {
    transition: 0.3s;
}

.hover_shadow_default:hover {
    -webkit-box-shadow: 0px 0px 30px 3px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 0px 30px 3px rgba(66, 68, 90, 1);
    box-shadow: 0px 0px 30px 3px rgba(66, 68, 90, 1);
}

.cursor_pointer {
    cursor: pointer;
}

.pt-30 {
    padding-top: 30px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-100 {
    padding-top: 100px;
}

.pb-80 {
    padding-bottom: 80px;
}
.pb-90 {
    padding-bottom: 90px;
}

.py-90 {
    padding: 90px 0;
}

.pt_80 {
    padding-top: 80px;
}
.fs_11 {
    font-size: 11px;
}
.fs_13 {
    font-size: 13px;
}
.fs_15 {
    font-size: 15px;
}
.fs_20 {
    font-size: 20px;
}
.fs_25 {
    font-size: 25px;
}
.fs_30 {
    font-size: 30px;
}
.fs_60 {
    font-size: 60px;
}
.fw-bold {
    font-family: "TT Firs Neue Trial Medium";
}
.background_primary1 {
    background-color: #0E324D !important;
}
.background_primary1_hover:hover {
    background-color: #F2272C !important;
}
.background_primary2 {
    background-color: #F2272C !important;
}

.border_primary2 {
    border: 1.5px solid #F2272C !important;
}
.border_white {
    border: 1.5px solid white !important;
}

.lead_in {
    font-family: 'TT Firs Neue Trial Medium';
    font-weight: bold;
    font-size: 17px;
}

.groundtext {
    font-family: 'TT Firs Neue Trial Medium';
    font-size: 17px;
    font-weight: normal;
}

.color_primary1 {
    color: #0E324D;
}
.hover_color_primary1:hover {
    color: #0E324D;
}
.color_primary2 {
    color: #F2272C !important;
}
.hover_color_primary2:hover {
    color: #F2272C;
}
.color_primary3 {
    color: #FFFFFF
}

.color_secondary1 {
    color: #B32428;
}

.btn_primary2 {
    font-family: "TT Firs Neue Trial Medium";
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    border: 2px solid #F2272C;
    border-radius: 5px;
    color: #F2272C;
    position: relative;
    z-index: 0;
    cursor: pointer;
}

.btn_primary2 a {
    color: #F2272C;
    text-decoration: none;
}
.btn_primary2 a:hover, .btn_primary2:hover a {
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}

.btn_primary2::before {
    z-index: -1;
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #F2272C;
    transition: .3s all ease;
}
.btn_primary2:hover:before {
    width: 100%;
}
.btn_primary2:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.btn_primary3 {
    font-family: "TT Firs Neue Trial Medium";
    text-align: center;
    display: inline-block;
    padding: 5px 20px;
    text-decoration: none;
    border: 1.5px solid #FFFFFF;
    border-radius: 5px;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.btn_primary3:hover {
    color: #FFFFFF;
    border-color: white !important;
    text-decoration: none;
}
.btn_primary3::before {
    z-index: -1;
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    transition: .3s all ease;
}
.btn_primary3:hover:before {
    width: 100%;
    text-decoration: none;
}
.btn_primary3:hover {
    color: #F2272C;
    text-decoration: none;
}

/* for widget button */
.btn_primary3 a, .btn_primary3 a:hover {
    text-decoration: none;
    color: #FFFFFF;
}
.btn_primary3 a:hover {
    color: #F2272C;
}

.box_primary2 {
    background-color: #F2272C;
}
.box_primary3 {
    background-color: #FFFFFF;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
}

.lead_in_text {
    font-size: 17px;
    font-weight: bold;
    font-family: "TT Firs Neue Trial Medium";
}
/* ------------------------------------------------------------------------- end default--------------------------------------------------------------------- */

.container{
    max-width: 1150px !important;
}

/* start nav */
nav {
    display: flex;
    height: 90px;
    background-color: #0E324D;
    align-items: center;
}

nav .logo{
    position: relative;
    top: 30px;
    margin-left: 90px;
    width: 220px;
    height: 95x;
    object-fit: cover;
}

nav .nav-items{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
}
nav .nav-items a{
    color: #FFFFFF;
    text-decoration: none;
}

nav .left {
    width: 300px;
    margin-left: 30px;
}

.left a{
    margin-right: 6px;
    font-size: 16px !important;
}
.left a:last-child{
    margin-right: 0;
    margin-left: 30px;
    font-size: 13px !important;
}
nav .nav-items .right{
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: end;
}
nav .nav-items .right a {
    margin-right: 30px;
    font-size: 13px !important;
}
nav .end{
    display: flex;
    justify-content: flex-end;
    width: 240px;
}
nav div.search{
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: flex-end;
    border-radius:60px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    transition: .5s ease all;
    margin-right: 20px;
}
nav div.search input{
    border: none;
    outline: none;
    width: 75%;
}
nav div.search input:focus{
    border: none;
    outline: none;
}
nav div.search .fa-magnifying-glass{
    color: #000000;
    position: relative;
    cursor: pointer;
    padding: 7px;
    z-index: 10;
} 
/* end nav */

.mobile_nav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: none;
    padding: 20px;
    background-color: #0E324D;
}
.mobile_nav .logo {
    position: absolute;
    top: 0;
    width: 150px;
    height: 150px;
    object-fit: cover
}
.mobile_nav a, .mobile_nav span{
    color: white;
    text-decoration: none;
}
.mobile_nav .mobile_nav_container {
    position: fixed;
    top: 0;
    right: -90%;
    bottom: 0;
    width: 80%;
    background-color: #0E324D;
    padding: 30px;
    transition: .3s;
    z-index: 9999999;
}
.mobile_nav .mobile_nav_container.expanded {
    right: 0;
}
.mobile_nav .menu_list {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 10px;
    justify-content: center;
}
.mobile_nav .search_container {
    background-color: white;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* start header  */
header{
    min-height: calc(40vh - 56px); 

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.support_handball{
    background-image: url('images/Handball-bundesliga-sample.png');
    height: fit-content;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.support_handball .logo{
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
}   

header .links{
    padding-top: 40px;
    flex-wrap: wrap;
}

header .links a {
    text-decoration: none;
    color: #ddd;
    font-weight: bold;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 11px !important;
}

/* header .links a:after{
    content: "";
    position: absolute;
    background-color: #F2272C;
    width: 0%;
    height: 4px;
    bottom: -5px;
    left: 0;
    border-radius: 4px;
    transition: .3s all ease;
} */

header .links a:hover:after {
    width: 100%;
}

header .title {
    font-size: 60px;
    line-height: 120%;
    letter-spacing: 2px;
    font-weight: bold;
    margin-top: 5vh;
}

header .links > .dropdown > a {
    text-decoration: none;
    color: #ddd;
    font-family: "TT Firs Neue Trial Medium";
    position: relative;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 15px !important;
}
header .links > .dropdown > a:hover {
    color: #B32428;
}


/* header .links > .dropdown > a:after {
    content: "";
    position: absolute;
    background-color: #F2272C;
    width: 0%;
    height: 4px;
    bottom: -5px;
    left: 0;
    border-radius: 4px;
    transition: .3s all ease;
} */

header .links > .dropdown > a:hover:after{
    width: 100%;
}

header .title{
    font-size: clamp(40px, 4vw, 54px);
    margin-top: 5vh;
}

header .dropdown:hover .dropdown-content {
    display: block !important;
}
header .dropdown-content {
    background-color: white;
    font-size: 11px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    width: 200px;
    /* margin-top: 20px; */
    display: none;
    transition: .3s;
    z-index: 100;
}
header .dropdown-content {
    list-style: none;
    padding-left: 0px;
    border-radius: 5px;
}
/* header .dropdown-content:before {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    top: -19px;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-bottom-color: white;
} */
header.dropdown-content li {
    width: 100%;
}
header .dropdown-content li:hover {
    background-color: #eee;
}
header .dropdown-content li a {
    display: block;
    width: 100%;
    padding: 5px 15px;
    text-decoration: none;
    color: #000000;
}
header .dropdown-content li a:after {
    background-color: transparent !important;
}

.left_menu_container {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 9999999;
    list-style: none;
    padding-left: 0px;
}
.left_menu_container li {
    color: white;
    display: flex;
    cursor: pointer;
    font-size: 11px;
    margin-left: -100px;
    border-radius: 2px;
    margin-top: 2px;
    transition: .3s;
}
.left_menu_container li div:first-child {
    background-color: #0E324D;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
}
.left_menu_container li:hover {
    margin-left: 0px;
}
.left_menu_container li div:last-child {
    background-color: #F2272C;
    padding: 13px;
}
.left_menu_container li div:last-child {
    font-size: 14px;
}

.right_menu_container {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    list-style: none;
    padding-left: 0px;
    z-index: 9999999;
    margin-right: 30px;
}
.right_menu_container li {
    color: #F2272C;
    background-color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 5px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

/* end header  */

/* start widgets */
.widgets{
    z-index: -1;
}
.widgets .card{
    background-color: #0E324D !important;
    color: #FFFFFF;
}

.widgets .card:hover{
    cursor: pointer;
}

.widgets .icon-widget1{
    font-size: 45px;
}
.widgets .btn-widget{
    border: 2px solid #FFFFFF;
    padding: 5px 10px;
    border-radius: 50px;
    text-decoration: none;
    z-index: 1;
    max-width: fit-content;
    font-size: 16px;
}
.widgets .btn-widget:hover{
    background-color: #FFFFFF;
    color: #F2272C !important;
}

.widgets .card:hover{
    background-color: #F2272C !important;
}
.widgets .card p{
    line-height: 17px;
}
.widgets .top{
    width: 100%;
    display: flex;
}

.section1 h1{
    word-wrap: break-word;
}
.section2 p{
    margin-bottom: 80px;
}
.box1 h3{
    padding: 30px;
}

.section3 .row{
    color: #FFFFFF;
    margin-top: 40px;
}
.section3 h3{
    margin-bottom: 40px;
}
.section3 ul li::marker {
    content: "\2212  ";
}

/* section4 */
.section4 .col-6:nth-child(1){
    display: flex;
    align-items: center;
}
.section4 .col-6:nth-child(2){
    display: flex;
    justify-content:end;
    align-items:center
}

.section5 .card{
    z-index: 10;
    overflow: hidden;
    height: fit-content
}

.section5 .card_person_thumb{
    aspect-ratio: 0.9 / 0.7;
}
.section5 .card_person_thumb img {
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    z-index: 0;
}
.section5 .card_person_info{
    padding: 20px;
    min-height: 185px;
    color: #FFFFFF;
}
.section5 .card_person_info .project,
.section5 .card_person_info .phone,
.section5 .card_person_info .email{
    font-size: 17px;
}
.section5 .top{
    margin-bottom: 10px;
}
.section5 .top span{
    display: block;
}
.section5 .bottom span{
    display: block;
    
}

/* section6 */
.accordion{
    transition: transform 0.9s ease;
    margin-bottom: 15px;
}

.nav-accordion{
    display: flex;
    justify-content:space-between;
}

.svg-inline--fa{
    transition: transform 0.9s ease;
}
.fa-circle-arrow-down{
    transition: transform 0.9s ease;
    color: #ddd;
}

.accordion .title{
    display: block;
    color: #0E324D !important;
}

.rotate {
    transform: rotate(-180deg);
}

.left .icon-left{
    color: #F2272C;
}

.section7 ul li::marker {
    content: "\2212  ";
}

.section7 .card-body{
    position: relative;
}

.section7 h1{
    position: absolute;
    color: #0E324D;
    top: 0;
    right: 10px;
    opacity: .3;
    z-index: 0;
}
.section7 .card{
    color: #FFFFFF;
}
/* section8 */
.section8 .title{
    word-wrap: break-word !important; 
}

.check-item{
    color: #F2272C;
    display: flex;
    justify-content: flex-start;
}

.check-item .wrapper-icon{
    margin-right: 5px;
}
/* end section8 */

/* section9 */
.fullwidth_primary1{
    color: #FFFFFF;
    background-color: #0E324D;
    padding: 40px;
}
.fullwidth_primary2{
    color: #FFFFFF;
    background-color: #15476D;
    padding: 40px;
}
/* end section9 */

/* section10 */
.section10 .card_feature_thumb{
    height: 170px;
    width: 100%;
    position: relative;
}   
.section10 .card_feature_thumb img{
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.section10 .card_feature_content{
    margin-top: 10px;
    padding:15px;
    color: black;
}


.section10 .card_feature_content .check-item{
    color: black;
}

.icon-image{
    position: absolute;
    font-size: 5rem;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #ddd;
}

footer{
    background-color: #0e324d !important;
    height: fit-content;
}

footer p {
    padding: 0;
    margin: 0;
}
footer a {
    color: #fff;
    text-decoration: none;
}

footer .footer4 p{
    font-weight: bold;
}

.impressum_wrapper {
    border-top: 1px solid #ffffff; 
    padding: 20px 0 20px; 
    margin-top: 50px;
}

.about_us a{
    color: #0E324D;
}

.about_us a:hover{
    color: #0E324D;
}
.qna .card-body{
    min-height: 40vh;
}

.rounded-7{
    border-radius: 7px;
}
.rounded-8{
    border-radius: 8px;
}
.rounded-9{
    border-radius: 9px;
}
.rounded-10{
    border-radius: 10px;
}
.rounded-15{
    border-radius: 15px;
}
.rounded-50{
    border-radius: 50px;
}
.about_us video{
    cursor: pointer;
    background-color: #999;
}
.text_ellipsis_4{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clip_button:hover {
    background-color: white;
    color: #F2272C;
}

#home_main_container {
    margin-top: -160px;
}

.video_modal_dialog {
    max-width: 800px;
    margin-top: 100px;
}
.video_modal_body {
    position:relative;
    padding:0px;
    aspect-ratio: 16 / 9;
}
.video_modal_close {
    position:absolute;
    right:-50px;
    top:0;
    z-index:999;
    font-weight: normal;
    color:#fff;
    opacity:1;
    border: solid white 3px;
    border-radius: 35px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.video_modal_close > span {
    margin-bottom: 2px;
}
#videoModalIframe {
    width: 100%;
    height: 100%;
}

.textlink_anchor a {
    display: inline-block;
    text-decoration: none;
    margin-right: 20px;
}

@media (max-width: 768px) {
    .widgets .btn-widget{
        font-size: 8px;
    }
    .widgets .icon-widget1{
        font-size: 35px;
    }
    .text_ellipsis_sm_4{
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    header .title p{
        font-size: 30px;
    }
}

@media (max-width: 991px){
}

@media (max-width: 1024px) {
    .fullwidth_primary1{
        padding: 0px;
    }

    header .title{
        margin-top: 15vh;
    }

    #home_main_container {
        margin-top: -50px;
    }
    
    nav, header .links{
        display: none !important;
    }

    .mobile_nav {
        display: block;
    }
}

@media (max-width: 1200px){

  nav .right a, nav .left a{
    font-size: 16px;
  }

  nav .left{
    flex: 1;
  }
  nav .right{
    flex: 2;
  }
}

@media (max-width: 450px) {
    .mobile_nav .mobile_nav_container {
        right: -100%;
        width: 100%;
    }

    .mobile_nav .logo {
        margin-top: -40px;
    }

    .mobile_nav .button_login {
        display: none;
    }

    header {
        height: 100vh;
        overflow: hidden;
    }

    header .title {
        margin-top: 200px;
    }

    header .header_button_container {
        flex-direction: column;
        align-items: flex-start;
    }

    header .header_button_container > a {
        margin-left: 0 !important;
        margin-top: 10px;
    }
}