@media screen and (min-width: 600px) {
    #meetzi {
        margin-top: -200px;
    }
    #meetzi .card  {
        max-width: 800px;
        margin-bottom: 0px;
    }
    .meetzitabs {
        margin-top: -200px;
        margin-bottom: 199px;
    }
}

@media screen and (min-width: 1200px) {
    #meetzi {
        margin-top: -140px;
    }
    #meetzi .card  {
        max-width: 800px;
        margin-bottom: 0px;
    }
    .meetzitabs {
        margin-top: -140px;
        margin-bottom: 139px;
    }
}

@media screen and (max-width: 600px) {
    .features {
        display: none !important;
    }
    /*.main_container>.columns:first-child {
        margin-bottom: 50px;
    }*/
    
    .meetzitabs .btn {
        width: 49%;
        min-width: 50px !important;
    }

    /*.navbar_header {
        position: relative !important;
        margin-bottom: -85px !important;
    }*/
}

@media screen and (max-width: 960px) {
    .linkmenu {
        box-shadow: 0 0.25rem 1rem rgba(48,55,66,.15);
        min-width: 200px;
    }
    .linkmenu .btn {
        width: 100%;
        text-align: left;
    }
    .bg_paperclip, .bg_pen, .bg_paper {
        display: none;
    }
}

html {
  scroll-padding-top: 82px; /* height of sticky header */
}
html, body {
  overflow-x: hidden;
  max-width: 100vw;
}
body {
  position: relative
}

.list_01 {
    font-size: 15px;
    font-weight: 600;
}

.card-image {
    max-height: 220px;
    overflow: hidden;
}

.tutorial_container {
    /*background: white;*/
}

.tutorial_container .column.float-left{
    /*background-image: linear-gradient(to left, white , #F4F8FE);*/
}

.tutorial_container .column.float-right{
    /*background:white;*/
}

.feature_container {
    margin-top: 100px;
}


.btn.btn-primary {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #516591;
}

.btn {
    border: none;
    background-blend-mode: soft-light, normal;
    border-radius: 5px;
    color: white;
    padding: 10px;
    height: auto;
}

.meetzitabs .btn {
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    min-width: 200px;
    max-width: 50%;
}

.meetzitabs {
    max-width: 798px;
    background: transparent;
    box-shadow: none;
    border: 0px;
}

.container_color .float-left {
    padding-left: 10%;
    padding-top: 5%;
}

.main_container {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    background: white;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    padding-top: 50px;
    padding-top: 120px;
    overflow-x: hidden;
    /*background: #FFFFFFE3;*/
}

@media screen and (max-width: 600px) {
    .main_container{
        padding-top: 135px !important;
    }
    .navbar_header {
        height: 85px !important;
    }
}

.banner {
    margin-top: -70px;
}

.main_container .startsitebanner {
    min-height: 740px;
    background-image: url(/assets/img/teaser.png);
    background-size: cover;
    
}

@media screen and (max-width: 1800px) {
    .main_container .startsitebanner {
        background-position-x: -150px;
    }
}

@media screen and (max-width: 600px) {
    .main_container .startsitebanner {
        min-height: 520px;
        background-size: 150%;
        background-repeat: no-repeat;
        background-position-y: bottom;
        background-position-x: right;
    }
}

.main_container>.columns {
    /*margin-left: 0px;
    margin-right: 0px;*/
}

.feature_container .columns {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.container_color {
    /*background: #E8F1FF87;*/
}

.navbar_header {
    padding-left: 25px;
    padding-right: 25px;
    box-shadow: 0 0.25rem 1rem rgba(48,55,66,.15);
    position: fixed;
    width:100%;
    
    /*max-width: 1400px;
    margin-left: auto;
    margin-right: auto;*/
}

@media only screen and (max-width: 960px) {
    .navbar_header {

        position: relative;
        margin-bottom: -65px;
    }
  }



.navbar .navbar-section {
    max-width: 600px;
}

.mainimage {
    max-height: 700px;
    max-width: 700px;
    float: right;
}

.headlineDiv {
    margin-bottom: 30px;
    margin-top: 70px;
}

.browser_list_center, .info_light {
    font-size: 0.8em;
}

body {
    /*background: #f2f2f2;*/
    /*background-size: auto;*/
    /*background-image: url("/assets/img/backgroundpattern.jpg");*/
    /*background-size: cover;*/
    /*background-size: auto 5000px;*/
}

.footer_main a {
    color: white;
}

.feature_container .btn-link {
    display: none;
}

.modal-content .share-modal .share-greeting {
    max-width: 180px;
}