
/* MEDIA QUERIES - RESPONSIVE CSS
-------------------------------------------------- */



@media screen and (max-width: 1500px) { 
	/*
    #wrap-topbild {
		height: 36vw;
	}

	#topbild, #topbild .ce-image img {
		width: 112% !important;
		height: auto;
	}
    */
}


@media screen and (max-width: 1322px) { 
	#logo {
		left: 12px;
		top: 50%;
		transform: translateY(-50%);
		margin-left: 0px;
	}
}



@media screen and (max-width: 1300px) { 
	.container {
  		width:100% !important;
  		max-width:100% !important;
  		margin-left: auto;
  		margin-right: auto;
  		padding-left: 15px;
  		padding-right: 15px;
	}

}


@media screen and (max-width: 1010px) { 
	
	#megura-swissness {
	right: 15px !important;
	}

	.inhalt .row, #footer .row {
      margin-left:  0px !important;
      margin-right: 0px !important; 
    }
}


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

	#wrap-inhalt {
		margin-top: 40px;
	}

	.home #wrap-inhalt {
		margin-top:0px; 
		padding-top: 80px;
	}
}


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

	#wrapper {
	 display:block !important;
	}

	#wrap-topbild {
		margin-top: 80px;
		height:auto;
		height: 40vw;
	}

	#topbild, #topbild .ce-image img {
		width: 128% !important;
		height: auto;
	}

    /*
	.bg-white:first-child {
		border-top:0px !important; 
	}
    */

	.col-12, .col-6 {
		/* margin-bottom:25px; */
	}

	#wrap-footer {
		border-left: 0px;
		border-right: 0px;
		border-bottom:0px;
	}

	#frow1 .col-12 {
		margin-bottom:20px; 
	}

	#frow2 {
		margin-top:10px; 
	}

	#frow3 .ce-column {
		margin-bottom: 0px !important;
	}
		
	main img {
		max-width: 100% !important;
		height: auto; 
	}

	#wrap-inhalt.notb {
		/* margin-top: 100px; */
	}

	.home .claim {
		top: 65%;
		left: 50%;
		transform: translate(-50%,-65%);
		width: 349px;
		height: 86px;
	}

}



/*
@media screen and (max-width: 680px) { 
	
	#megura-swissness {
	width:80px;
	height:80px;
	bottom:0px;
	}
}
*/



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

	#logo {
		width: 175px;
	}	

	#wrap-topbild {
		height: 48vw;
	}

	#topbild, #topbild .ce-image img {
		width: 145% !important;
		height: auto;
	}

	#frow1 .col-12 {
		margin-bottom:30px; 
	}

	footer .empty {
		display:none; 
	}

}




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

	
	
  } 

