@font-face {
    font-display: swap;
    font-family: MBCorpo-Title;
    font-style: normal;
    font-weight: 300;
    src: url('https://press-services.mercedes-benz.com/customer_data/fonts/MB_Corpo_AS_Fonts_WEB/MBCorpoATitleCond/MBCorpoATitleCond-Regular-Web.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: MBCorpo-Text;
    font-style: normal;
    font-weight: 400;
    src: url('https://press-services.mercedes-benz.com/customer_data/fonts/MB_Corpo_AS_Fonts_WEB/MBCorpoSText/MBCorpoSText-Regular-Web.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: MBCorpo-Text;
    font-style: normal;
    font-weight: 700;
    src: url('https://press-services.mercedes-benz.com/customer_data/fonts/MB_Corpo_AS_Fonts_WEB/MBCorpoSText/MBCorpoSText-Bold-Web.woff2') format('woff2');
}


body {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.content_underlined {
    width:100%;
    border-bottom: 1px solid #262626;
}

.header {
    width:100%;
}

.logo {
   text-align: left; 
} 

.logo_responsiv {
   text-align: center;
    padding-top: 10px;
}


.headline {
    margin-left: 180px;
    padding-bottom: 100px;
    padding-top: 100px;
}

.content_container {
    width:90%;
    margin-left: auto;
    margin-right: auto;
}

.content {
    margin-left: 180px;
    margin-left: 180px;
    padding-top: 100px;
    padding-bottom: 100px;
    font-family: 'MBCorpo-Text', Arial, sans-serif;
    font-size: 22px;
    line-height: 1.5;
}

h1 {
    color: #fff;
    font-family: 'MBCorpo-Title',Arial, sans-serif;
    font-size: 48px;
    font-weight: 200;
}

h2 {
    font-family: 'MBCorpo-Title',Arial, sans-serif;
    font-size: 34px;
    font-weight: 200;
    line-height: 1.3em;
    margin: 55px 0px 20px 0px;
}

h3 {
    font-family: 'MBCorpo Title', Arial, sans-serif;
    font-size: 22px;
    font-style: bold;
}



.link {
    padding: 0px 0px 2px 0px;
    margin: 0 10px 0 5px;
    color: #0078d6;
    border-bottom: solid 1px #0078d6;
    text-decoration: none;
   }

a {
    text-decoration: none;
}


@media only screen and (min-width: 960px) {
    .logo_responsiv {
    display:none;
    }
}    


@media only screen and (max-width: 960px) {
    body {
        margin-left: 0px;
        margin-right:0px;
    }
    
    .header {
    padding: 0px 10px;
}
    .logo {
        display: none;
} 
   
    
    .content {
    margin-left: 10px!important;
    margin-right: 10px!important;    
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: 'MBCorpo-Text', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
}
    
    h1 {
    font-size: 32px;
    padding: 10px 0 8px 0;
    max-width: 95%;
    color: #ffffff;
    }    
      
    
    h2 {
        font-size: 28px;
    }
    
    .link {
        margin: 0;
    }
}

@media only screen and (max-width: 460px) {
    .link {
        display: block;
        margin: 0;
    }   
}
