
@media only screen and (max-width : 5000px) {

}

/*******************************/
/* Large Devices, Wide Screens */
/*******************************/

@media only screen and (max-width : 1180px) {

	.wrapper {
		width: 100%;
	}

	/* Notfallbutton rechts oben positionieren
	--------------------------------------------*/

	.notfall {
		top: 115px;
		right: 0;
	}

}

/****************************/
/* Medium Devices, Desktops */
/****************************/

@media only screen and (max-width : 992px) {



}

/**************************/
/* Small Devices, Tablets */
/**************************/

@media all and (max-width : 768px) {



}

/*******************************/
/* Extra Small Devices, Phones */
/*******************************/

@media only screen and (max-width : 480px) {
	.logo-nonukj a:nth-of-type(2) {
		justify-content: center;
	}

}

/*************************/
/* Custom, iPhone Retina */
/*************************/

@media only screen and (max-width : 320px) {


}


