/*  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) {

  #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;
		line-height: 34px;
	}

	.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;
  }

  .ma-content p {
    font-size: 16px;
    line-height: 20px;
  }

  .rl-content p {
    font-size: 16px;
    line-height: 20px;
  }

}


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

  #infoband {
  	font-size: 22px;
    line-height: 36px;
    max-height: 36px;
  }


}


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

  .mitarbeiter {
    width: 100% !important;
  }

  .roomlist {
    width: 100% !important;
  }

  .rl-content .button {
    width: calc(3% - 6px);
    left: calc(100% - (3% - 6px));
  }

}


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

  #header {
   	height: 84px;
  }

  #logo {
    top: 13px;
  }

  #logo img {
    height: 58px;
  }

  #content {
    margin-top: 84px;
  }

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

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

  #infoband > ul li {
    float: left;
    border: none;
    padding: 0;
    max-width: 100%;
    width: 100%;
  }

  .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;
  }

  .rl-content .button {
    width: 3.5%;
    left: 96.5%;
  }

	.form-row {
		float: none;
		width: 100%;
	}
	
	.table {
		max-width: 100% !important;
	}
	
	.table .header {
		display: none;
	}
	
	.table .row {
		margin: 15px 0;
	}
	
	.table .row .col {
		float: none;
		width: 100% !important;
		text-align: left !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: 66px;
  }

  #logo {
    top: 10px;
  }
  
  #logo img {
    height: 46px;
  }

  #navigation {
  	top: 10px;
  }

  #btn-open i {
    font-size: 46px;
    line-height: 46px;
  }

  #content {
    margin-top: 66px;
  }

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

  #infoband {
  	font-size: 20px;
    line-height: 34px;
    max-height: 34px;
  }

  #infoband i {
    display: none;
  }

  .ma-content .image {
    width: 100%;
    margin-bottom: 12px;
  }

  .ma-content .stammtext {
    width: 100%;
    position: relative;
    left: 0;
    margin-bottom: 26px;
  }

  .ma-content .spezialtext {
    width: 100%;
    position: relative;
    left: 0;
  }

  .ma-content p {
    font-size: 20px;
    line-height: 26px;
  }

  .rl-content .image {
    width: 100%;
    margin-bottom: 12px;
  }

  .rl-content .stammtext {
    width: 100%;
    position: relative;
    left: 0;
    margin-bottom: 26px;
  }

  .rl-content .spezialtext {
    width: 90%;
    position: relative;
    left: 0;
  }

  .rl-content p {
    font-size: 20px;
    line-height: 26px;
  }

  .roomdaten {
    width: 100%;
  }

  .roommap {
    float: left;
    width: 100%;
  }
  
	.lightbox-image {	
		float: left;
		width: 31.32%;
		_margin: 1.5% !important;
		 	margin: 0 2% 2% 0 !important;
    line-height: 0;
	}

}

