@media only screen and (max-width: 1100px) {

  .header-info-wrapper {

    transform: translateX(0px);
    margin-top: 0px;
    padding-top: 100px;

  }

  .single-room-pecs {

    width: 100%;

  }

}

@media only screen and (max-width: 1200px) {

  /* reserveren */

  .reserveren {

    flex-direction: column;

  }

  .reserveren .left {

    width: 100%;

  }

  .reserveren .left h1 {

    text-align: center;

  }

  .reserveren .right {

    width: 100%;
    padding-top: 50px;
    height: auto;

  }

}

@media only screen and (max-width: 1000px) {

  .single-header-wrapper {

    height: auto;

  }

  .single-header {

    display: flex;
    flex-direction: column;
    height: auto;

  }

  .single-header .left {

    width: 100%;
    height: 100vh;

  }

  .single-header .right {

    width: 100%;

  }

  .single-slider-nav {

    top: 80px;
    left: 50%;
    margin-left: -130px;

  }

  .single-slider-left {

    top: 75px !important;
    left: 50% !important;
    margin-left: -110px;

  }

  .single-slider-right {

    top: 75px !important;
    left: 50% !important;
    margin-left: 85px;

  }

  .header-info-wrapper {

    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -200px;
    padding-top: 50px;

  }



  .prijzen-inner-wrapper {

  overflow-x: scroll;

  }

  .prijzen-inner-wrapper table {

    min-width: 840px;

  }

  .panel-1-content-section {

    width: 80%;

  }

  .panel-wrapper-single {

    flex-direction: column;

  }

  .panel-wrapper-single .left,
  .panel-wrapper-single .right {

    width: 100%;

  }

  .panel-wrapper-single .right {

    margin-top: 50px;
    justify-content: center;
    align-items: center;

  }

}


@media only screen and (max-width: 700px) {

  .header-info-wrapper {

    width: 90%;

  }

	.single-content-wrapper {padding:60px 0}
	
	.reserveren {margin-top:70px}
	.header-info-wrapper {padding:30px;}
}

@media only screen and (max-width: 600px) {

  .panel-1-content-section {

    width: 100%;

  }

}

@media only screen and (max-width: 550px) {

  .panel-1-content-section {

    width: 100%;

  }

  .header-info-wrapper .main-button {

    display: block;

  }

  .prijzen-trigger {

    margin-left: 0px !important;
	  margin-top: 20px !important;

  }
	
	.single-room-pecs {
		transform: translatex(25px);
	}

}
