/*  Media responsive
****************************************************/
/*  iPad-responsive
------------------------------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {


}


/*  Breakpoint bis 1400px
------------------------------------------------------------------------------*/
@media only screen and (max-width: 1400px) {

  #logo img {
  	max-width: 120px;
  }

  #navigation-a > ul li a {
    padding: 12px 15px;
  }

}


/*  Breakpoint bis 1280px
------------------------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {

	h1 {
		font-size: 38px;
	}

	h2 {
		font-size: 26px;
	}

	.text-standard {
		font-size: 16px;
		line-height: 26px;
	}

	.text-small {
		font-size: 12px;
	}

  .banner img {
    margin: 0;
  }

  #navigation-a > ul li a {
    padding: 10px 12px;
  }

  #infoband {
    font-size: 26px;
    line-height: 46px;
  }

}


/*  Breakpoint bis 1200px
------------------------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {

  #logo img {
  	max-width: 110px;
  }

}


/* Breakpoint bis  980px
------------------------------------------------------------------------------*/
@media only screen and (max-width: 980px) {

	.field-table {
		max-width: 90%;
	}

}


/*  Breakpoint bis 810px
------------------------------------------------------------------------------*/
@media only screen and (max-width: 810px) {

  #navigation-a {
    display: none;
  }
  
  #navigation {
    display: block;
  }

  .banner img {
   	width: 124%;
    margin:0 -12%; 
  }
  
  #infoband {
  	font-size: 26px;
    line-height: 42px;
    max-height: 42px;
  }

  #infoband > ul li {
    border-right: 2px solid #FFFFFF;
  }

  .section {
    margin-bottom: 8%;
  }

  .article {
    margin-top: 8%;
  }

  .einzel {
    margin-top: 12% !important;
  }

  .slice-column {
		float: none;
		width: 100% !important;
		margin-bottom: 20px;
	}

	.slice-column-inner {
 		margin: 0 auto !important;
	}
	
  .article-list {
    float: none;
    width: 94%;
  }
  
  .article-list.left,
  .article-list.right{
    margin: 0 0 3% 0;
  }

	.form-row {
		float: none;
		width: 100%;
	}
	
  .mitarbeiter {
    float: none;
    _width: 94%;
    
      padding: 5%;
      width: 90%;
  }
  
  .mitarbeiter.left,
  .mitarbeiter.right{
    margin: 0 0 3% 0;
  }

  .mitarbeiter .image {
    min-width: 140px;
  }

	.table {
		max-width: 100% !important;
	}
	
	.table .header {
		display: none;
	}
	
	.table .row {
		margin: 15px 0;
	}
	
	.table .row .col {
		float: none;
		width: 100% !important;
	}	
	
	.table .row .label {
		display: inline-block;
	}
	
	.lightbox-image {	
		float: left;
		width: 22.99%;
		_margin: 1.5% !important;
    	margin: 0 2% 2% 0 !important;
		line-height: 0;
	}
}


/*  Breakpoint bis 560px
------------------------------------------------------------------------------*/
@media only screen and (max-width: 560px) {

/*
	h1 {
		font-size: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
	}

	h2 {
		font-size: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
	}
*/
  
	.text-standard {
		font-size: 20px;
		line-height: 29px;
	}

	.text-small {
		font-size: 15px;
	}

  #header {
  	_height: 70px;

    	height: 56px;
  }

  #logo {
    margin-left: 12%;

      _margin-left: 4%;
  }
  
  #logo img {
  	_max-width: 90px;

    	max-width: 70px;
  }

  #btn-open span {

      font-size: 26px;
      line-height: 36px;
  
  }

  #btn-open img {

      width: 36px;

  }

  #content {
    _margin-top: 70px;

      margin-top: 56px;
      
  }

  #navigation {
    margin: 5px;
      font-size: 22px;
      
  }

	.banner img {
   	width: 136%;
    margin:0 -18%;
  }

  #infoband {
    width: 96%;
    padding: 0 4% 0 0;
  }
  
  #infoband > ul li {
    float: left;
    border: none;
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
  
  .mitarbeiter .text {
    width: 100%;
  }
	.lightbox-image {	
		float: left;
		width: 31.32%;
		_margin: 1.5% !important;
		 	margin: 0 2% 2% 0 !important;
    line-height: 0;
	}
}

