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

@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) {

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

	#wrap-header {
		height:80px;
	}

	#wrap-topbild {
	margin-top:80px; 
	}


}


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

  #referenzen-bilder .col-12:last-of-type{
  	   width: 100%;
      padding: 0;
  }
  
   #referenzen-bilder .col-12:last-of-type .frame {
   	width: 50%;
      float: left;
      padding-right: calc(var(--bs-gutter-x)/ 2);
      padding-left: calc(var(--bs-gutter-x)/ 2);
   }

}



@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;
	}

	.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;
	}

	.ueber-uns-text {
	   padding-right: 0;
   }

}




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

   #wrap-header{
      height: 80px;	
   }

	#logo {
		width: 220px;
	}	

	#wrap-topbild {
		height: 48vw;
	}

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

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

	footer .empty {
		display:none; 
	}

	.bg-white { padding:60px 0px 60px 0px; }
	.bg-gray { padding:60px 0px 60px 0px; }

}



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

