/******Media Queries Tablet*********/
@media only screen and (min-width: 40.0625em) {

	div.top_header_wrap.contain-to-grid div.row div.large-12.columns nav.top_mini_nav.clearfix{
margin-right:0px;		
	}
	nav.top_mini_nav.clearfix section.top-bar-section{
		display:inline-block;
	}
}

@media only screen and (min-width: 20.0625em) {

	div.top_header_wrap.contain-to-grid div.row div.large-12.columns nav.top_mini_nav.clearfix{
margin-right:0px;		
	}
	nav.top_mini_nav.clearfix section.top-bar-section{
		display:inline-block;
	}
}



/**********  Media Queries Mobile **********/
/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
.top_header_wrap .logo {
/*	border:2px solid green; */
}
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
.top_header_wrap .logo {
	/*border:2px solid blue; */
}
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

}




/* ----------- iPad 7   10.2" ----------- */

/* Portrait and Landscape */
@media only screen and (min-width: 810px) and (max-width: 1080px) 
{
	body{
						 

			}
		div.top_header_wrap.contain-to-grid div.row div.large-12.columns div.logo {
    margin-top: -63px;
    margin-left: -10px;
	/*border:2px solid gray; */
}
	#primary{
/*max-height:100vh;
		min-height:auto;*/
		
		height:auto;

}
}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-width: 810px) and (orientation: portrait) 
 {
 footer#site_footer div.footer_copyright div.row div.large-6.columns.copyright span{
	margin-top:0px;
	 }
	 #colorectum_logo{
		 margin-left:10px;
	 }
}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-width: 1080px) and (orientation: landscape)
{
.top_header_wrap .logo {
    margin-top: -63px;
    margin-left: -10px;
/*	border:2px solid pink;*/ 
}
		.large-offset-1 {
    margin-left: 0.33333% !important;
}
		
	
		div#primary.content-area div.row div.large-7.columns.inner_content
			{
					width:70%;
					/*border: 2px solid red; */
			}
			/*startseite soll "Aktuell nicht verschwinden"*/
			body.home.page-template-default.page.page-id-706 div#primary.content-area div.row div.large-7.columns.inner_content{
				width: 58.33333% !important;
		}
}



/*woher kommt das?*/
	div.top_header_wrap.contain-to-grid div.row div.large-12.columns div.logo {
    margin-top: -63px;
    margin-left: -10px;
	/*border:2px solid magenta; */
}

/* ----------- iPad Pro 10.5" ----------- */
	
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1112px)
  and (-webkit-min-device-pixel-ratio: 2) {
			body{
					/*	border:2px solid yellow;  */

			}
		div.top_header_wrap.contain-to-grid div.row div.large-12.columns div.logo {
    margin-top: -63px;
    margin-left: -10px;
}
}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1112px) 
  and (max-device-width: 1112px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
.top_header_wrap .logo {
    margin-top: -63px;
    margin-left: -10px;
/*	border:2px solid red; */
}
			.large-offset-1 {
    margin-left: 0.33333% !important;
}
			
			div#primary.content-area div.row div.large-7.columns.inner_content
			{
					width:70%;
				/*	border: 2px solid red;*/
			}
				/*startseite soll "Aktuell nicht verschwinden"*/
			body.home.page-template-default.page.page-id-706 div#primary.content-area div.row div.large-7.columns.inner_content{
				width: 58.33333% !important;
		}
}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
	body{
				/*	border:2px solid darksalmon; */

			}
}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

			footer#site_footer div.footer_copyright div.row div.large-6.columns.copyright span {
  margin-top: 4px !important;
}
		

}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

