/***********************************************************/ 
/*******************  RESPONSIVE STYLING *******************/
/********************** COLUMNS BLOCK **********************/
/***********************************************************/  
@media (min-width: 1200px) {
    .block-titlesimple {
        width: 30%;
    }
  } 

  @media (min-width: 1200px) {
    .block-secondtitlesimple {
        width: 70%;
    }
  } 


@media (min-width: 1200px){
    .main-containersimple {
        margin-top: 7%;
        display: flex;
        flex-direction: row;
    }
  } 

  @media (min-width: 900px) and (max-width: 1200px) {
    .main-containersimple {
        margin-top: 16%;
        display: flex;
        flex-direction: row;
    }
  } 


  @media (min-width: 768px) and (max-width: 900px) {
    .main-containersimple {
        margin-top: 18%;
        display: flex;
        flex-direction: column;
    }
  }   

  @media (min-width: 420px) and (max-width: 768px) {
    .main-containersimple {
        margin-top: 25%;
        display: flex;
        flex-direction: column;
    }
  } 

  @media (max-width: 420px){
    .main-containersimple {
        margin-top: 30%;
        display: flex;
        flex-direction: column;
    }
  } 

@media (min-width: 1200px) and (max-width: 1600px){
    .container1simple {
    margin-left: 24px;
    margin-right: 24px;
    display: flex;
        flex-direction: row;
    }
  } 

    .container1simple {
    margin-left: 24px;
    margin-right: 24px;
    }

@media (min-width: 1601px) and (max-width: 1650px) {
    .container1simple {
        margin-left: 24px;
    margin-right: 24px;
    max-width: 1600px;
    display: flex;
    flex-direction: row;
    }
  }  

  @media (min-width: 1650px){
    .container1simple {
    width: 1600px;
    margin: auto;
    display: flex;
    flex-direction: row;
    }
  } 
  
.breadcrumb-container{
    padding-bottom: 30px;
}

/* Text */

@media (min-width: 1200px) {
    h1.block-titlesimple{
        font-size: 85px;
        font-family: 'Moderat Light', 'Roboto Light';
        margin: 0px;
        line-height: 1.2;
        padding-bottom: 10px;
    }
}

@media (min-width: 900px) and (max-width: 1200px) {
    h1.block-titlesimple{
        font-size: 75px;
        font-family: 'Moderat Light', 'Roboto Light';
        margin: 0px;
        line-height: 1.2;
        padding-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    h1.block-titlesimple{
        font-size: 65px;
        font-family: 'Moderat Light', 'Roboto Light';
        margin: 0px;
        line-height: 1.2;
        padding-bottom: 10px;
    }
}

@media (min-width: 420px) and (max-width: 768px) {
    h1.block-titlesimple{
        font-size: 65px;
        font-family: 'Moderat Light', 'Roboto Light';
        margin: 0px;
        line-height: 1.2;
        padding-bottom: 10px;
    }
}

@media (min-width: 300px) and (max-width: 420px) {
    h1.block-titlesimple{
        font-size: 45px;
        font-family: 'Moderat Light', 'Roboto Light';
        margin: 0px;
        line-height: 1.2;
        padding-bottom: 10px;
    }
}

/* Subtitle */

@media (min-width: 1200px) {
    h2.block-secondtitlesimple{
        font-size: 36px;
        font-family: 'Moderat Extended Bold', 'Roboto Bold';
        line-height: 1.2;
    }
}

@media (min-width: 900px) and (max-width: 1200px) {
    h2.block-secondtitlesimple{
        font-size: 32px;
        font-family: 'Moderat Extended Bold', 'Roboto Bold';
        line-height: 1.2;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    h2.block-secondtitlesimple{
        font-size: 30px;
        font-family: 'Moderat Extended Bold', 'Roboto Bold';
        line-height: 1.2;
    }
}

@media (min-width: 420px) and (max-width: 768px) {
    h2.block-secondtitlesimple{
        font-size: 28px;
        font-family: 'Moderat Extended Bold', 'Roboto Bold';
        line-height: 1.2;
    }
}

@media (min-width: 300px) and (max-width: 420px) {
    h2.block-secondtitlesimple{
        font-size: 24px;
        font-family: 'Moderat Extended Bold', 'Roboto Bold';
        line-height: 1.2;
    }
}