

/* Startseiten DE + EN */


#sip-front .teaser .resp {
  display: none;
}
 

@media only screen and (max-width: 1030px) {
  
}


@media only screen and (max-width: 970px) {
  
  #sip-front > .subcolumns > .c66l,
  #sip-front > .subcolumns > .c33r {
    display: block;
    float: none;
    width: 100%;
  }
  
  #sip-front > .subcolumns > .c66l .subcl {
    padding-right: 0;
  }
  
  #sip-front > .subcolumns > .c33r {
    margin-left: 0;
  }
  
  #sip-front > .subcolumns > .c33r > .subcr {
    padding-left: 0 !important;
  }
  
  #sip-front > .subcolumns > .c33r > .subcr > .kasten {
    margin-top: 5px !important;
  }
  
  #erste-orientierung {
    display: none;
  }
}


@media only screen and (max-width: 650px) {

  #sip-front .teaser .c33l {
    display: none;
  }
  
  #sip-front .teaser .c66r {
    display: block;
    float: none;
    width: 100%;
  }

  #sip-front .yt-video-front {
    display: none;
  }
}

@media only screen and (max-width: 450px) {
	 
  #sip-front .teaser .resp {
    display: inline;
  }
  
  #sip-front .teaser .default {
    display: none;
  }
}


@media only screen and (max-width: 420px) {
	 
}

@media only screen and (max-width: 400px) {
	
  
}


@media only screen and (max-width: 300px) {
	
  
}

