@media screen and (max-width: 980px) {
  /* IPAD HOCHFORMAT */
  #wrapper {
    width: 768px;
    position: relative;
    margin: 0px auto;
    z-index: 10;
  }

  #wrapper-top {
    display: none;
    width: 768px;
    height: 22px;
    z-index: 10;
    background-image: url("../images/wrapper_top_hg.png");
    background-repeat: repeat-y;
    padding-left: 38px;
  }

  #header {
    display: none;
    width: 768px;
    height: 317px;
    z-index: 10;
    background-image: url("../images/wrapper_header_hg.png");
    background-repeat: repeat-y;
    padding-left: 38px;
  }

  #haus-der-stille {
    width: 768px;
    height: 107px;
    background-image: url("../images/haus_der_Stille.png");
    background-repeat: no-repeat;
    z-index: 10;
  }

  #main {
    width: 768px;
    min-height: 200px;
    background-image: url("../images/wrapper_hg.png");
    background-repeat: repeat-y;
    z-index: 10;
  }

  #main #navigation {
    float: left;
    width: 185px;
    padding-left: 39px;
  }

  #main #content {
    float: left;
    width: 300px;
    padding-left: 31px;
    padding-right: 91px:
  }

  #wrapper-footer {
    width: 768px;
    height: 53px;
    background-image: url("../images/wrapper_footer_hg.png");
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .slicknav_menu {
		display: block;
	}
  
  .slicknav_menu {
    position: absolute;
    width: 100%;
    z-index: 1000;
  }
  
  .slicknav_menu {
    background: none;
  }
  
  .slicknav_btn {
    margin: 5px 15px 6px 5px;
  }
  
	#navigation {
		display:none;
	}
  
  #header {
    display:none;
  }
  
  .seminardiv {
    margin-top: 0px;
  }
  
  #wrapper {
    width: 360px;
    position: relative;
    margin: 0px auto;
    z-index: 10;
  }
  
  #header-mobile {
    max-width: 360px;
    width: 94%;
    margin-right: 3%;
    margin-left: 3%;
    height: 90px;
    background-image: url("../images/header_mobile.png");
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 20px;
    
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
  }
  
  #haus-der-stille {
    display:none;
  }
  
  #wrapper-top {
    display: none;
  }
  
  #wrapper-footer {
    display: none;
  }
  
  #main {
    border-radius: 7px;
    border-radius: 7px;
    max-width: 360px;
    width: 94%;
    margin-right: 3%;
    margin-left: 3%;
    min-height: 200px;
    background-image: url("../images/wrapper_hg_mobile.png");
    background-repeat: repeat-y;
    z-index: 10;
    margin-bottom: 20px;
  }
  
  #main #content {
    float: none;
    width: 90%;
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .comform input {
    max-width: 200px;
  }
    
  .comform textarea {
    max-width: 200px;
  }

  .comform select {
    max-width: 200px;
  }

  
}