

#menu-burger,
#menu-burger-bg,
#menu-burger-close {
	display: none;
}

#menu-burger {
	background: url(../../../images/menu-burger.png) no-repeat center center
}


@media only screen and (max-width: 1030px) {
  
	body {
    overflow-x: hidden;
  }
	
	#topnav {
		right: 0;
	}
}


@media only screen and (max-width: 970px) {
  
  .page_margins {
    overflow-x: hidden;
	  width: 100%;
  }
  
  .page_margins,
	.page {
		background: none #ffffff;
	}
	
	.page {
  	margin: 0;
  	padding: 0;
	}
	
	#border-bottom,
	#edge-bl,
	#edge-br {
		background: none #f9f9f9;
		display: none;
	}
}


@media only screen and (max-width: 650px) {

  #uninavi {
		display: none;
	}
	
	#nav #sf-normal {
  	display: none;
  	z-index: 9999;
	}
	
	#nav #sf-normal.show-nav {
  	display: block;
	}
	
  #nav ul#sf-normal {
		width: 100%
	}
	
	#nav #sf-normal > li {
    background-color: #7C9C09;
		display: block;
		float: none;
	}
	
	#nav #sf-normal > li {
    border-bottom: 1px solid #fff;
	}
	
	#nav #sf-normal .sf-menu {
    background-color: #e1e1e1;
    padding: 5px 0 5px 0;
		width: 100%;
	}
	
	#nav #sf-normal .sf-menu li {
		overflow: hidden;
	}

  #nav #sf-normal .sf-menu a {
    padding: 0 10px 0 10px;
  }
	
	#nav #sf-normal a {
    line-height: 30px !important;
    display: inline-block;
  }

	#footer #linkleiste div:nth-child(1) {
  	width: 100%;
	}
	
	#footer #linkleiste div:nth-child(2),
	#footer #linkleiste div:nth-child(3),
	#footer #linkleiste div:nth-child(4) {
  	display: none;
	}
	
	#scrollup {
  	display: none !important;
	}
	
  #menu-burger {
    display: block;
  	width: 35px;
    height: 25px;
    float: right;
    margin-right: 5px;
	}
	
	#menu-burger:hover {
    cursor: pointer;
	}
	
	#menu-burger-bg.show { 
  	display: block;
  	position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    z-index: 8888;
  }
  
  #menu-burger-close.show {
    display: block;
    position: absolute;
    top: 0;
    z-index: 9999;
    right: 0;
    height: 25px;
    background-color: #e1e1e1;
    padding: 11px 15px 1px 15px;
  }
  
  #menu-burger-close.show:hover {
    cursor: pointer;
    text-decoration: underline;
  }
}


@media only screen and (max-width: 420px) {
	
	#footer .fusszeile div:nth-child(1) {
  	width: 100%;
	}
	
	#footer .fusszeile div:nth-child(2) {
  	display: none;
	}
}

@media only screen and (max-width: 400px) {
	
	#topnav img.logo {
    width: 50px;
		height: 50px;
	}
}


@media only screen and (max-width: 300px) {
	
	#topnav img.logo {
    display: none;
	}
}

