@media (min-width: 1201px) {
  body {
    /*
		-moz-hyphens: auto !important;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		*/
    background: #fbf8f8 url(../images/bg_body.png) repeat-y 50% 0;
  }

  #wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -164px;
  }

  nav {
    position: relative;
    width: 100%;
    border-radius: 0px !important;
    z-index: 10000;
  }

  .navSettings {
    margin-top: -50px;
    background: transparent url(../images/bg_nav.png) repeat 0 0;
  }

  #push,
  #footer {
    height: 164px;
  }

  #footer {
    background: transparent;
    padding: 10px 0px 0px 0px;
    box-sizing: border-box;
  }

  .DivLogo {
    background: transparent;
    width: 120px;
    height: 100px;
    padding: 0px;
    margin: 0px;
    position: relative;
    float: left;
    box-sizing: border-box;
  }

  body.area2 .DivLogo {
    width: 130px;
  }

  body.area8 .DivLogo {
    width: 10px;
  }

  .DivTitle {
    background: transparent;
    height: 100px;
    width: 890px;
    padding: 26px 0px 0px 0px;
    margin: 0px;
    position: relative;
    float: left;
    box-sizing: border-box;
  }

  .TitleText {
    font-family: "Lato", arial, verdana, sans-serif;
    font-size: 30px;
    line-height: 40px;
    color: #333;
    font-weight: 700;
  }

  .DivLogin {
    width: 80px;
    height: 30px;
    padding: 5px 14px 5px 0px;
    margin: 20px 0px 0px 0px;
  }

  .DivGBS {
    position:absolute;
    top:50px;
    right:17px;
    width:160px;
    background:transparent url(../images/icon-gebaerdensprache.png) no-repeat 0 50%;
  }

  .DivLES {
    position:absolute;
    top:71px;
    right:17px;
    width:160px;
    background:transparent url(../images/icon-leichte-sprache.png) no-repeat 0 50%;
  }

  .LoginBtn {
    display: none;
  }

  .DivContent {
    margin-top: -20px;
    padding-top: 20px;
  }

  .DivFooterInner {
    background: url(../images/bg_footer.png) repeat-x 0 0;
    width: 1170px;
    height: 162px;
    box-sizing: border-box;
    text-align: right;
    padding: 60px 0px 0px 0px;
  }

  /* Menu Ausklappen bei Hover */
  .dropdown:hover .dropdown-menu,
  .dropdown:focus-within .dropdown-menu {
    display: block;
  }

  .Template1 {
    float: left;
    margin-right: 15px;
  }

  .Template2 {
    float: right;
    margin-left: 15px;
  }

  .no-gutter-991 {
  }

  .ShowResNav {
    display: none;
  }
  
  
  .ShowOnlyResNav {
    display: none !important;
  }
  
	.br-only-rest {
		display: none;
	}

}
