/*
Willkommen beim individuellen CSS!

Unter https://wp.me/PEmnE-Bt erfährst du mehr über die Funktionsweise.
*/
.site-info {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: .55rem;
	margin: 0 auto;
	padding: 2.4em;
	position: relative;
	width: 90%;
	display: none !important;
}

/* Style all font awesome icons */
.fa {
	padding: 20px;
	font-size: 30px;
	width: 50px;
	text-align: center;
	text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
	opacity: .7;
}

/* Set a specific color for each brand */
/* Facebook */
.fa-facebook {
	background: #3B5998;
	color: white;
}

/* Twitter */
.fa-twitter {
	background: #55ACEE;
	color: white;
}

/*------------------------------------*\    
SPECIFIC SCREENSIZE
\*------------------------------------*/
@media screen and (max-width: 2560px) {
	
}

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

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

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

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

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

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

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

/*------------------------------------*\    
MOBILE
\*------------------------------------*/
/*Ipad Landscape*/
@media screen and (max-width: 1024px) {
	
}

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

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

/*Ipad X Landscape*/
@media screen and (max-width: 812px) {
	
}

/*Ipad Portrait*/
@media screen and (max-width: 768px) {
	
}

/*Iphone 6/7 Plus Landscape*/
@media screen and (max-width: 736px) {
	
}

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

/*Iphone 6/7  Landscape*/
@media screen and (max-width: 667px) {
	
}

/*Galaxy S5*/
@media screen and (max-width: 640px) {
	
}

/*Iphone 5 Landscape*/
@media screen and (max-width: 568px) {
	
}

/*Iphone 4 Landscape*/
@media screen and (max-width: 480px) {
	
}

/*Nexus 6P*/
@media screen and (max-width: 435px) {
	
}

/*Iphone 6/7 Plus Portrait*/
@media screen and (max-width: 414px) {
	.site-header {
		background: rgba(51,71,61,0.05) url('https://charlie-fischer.com/wp-content/uploads/2019/06/cropped-dsc03239.jpg') no-repeat scroll center;
		background-size: cover;
		height: 600px !important;
	}
}

/*Nexus 5X*/
@media screen and (max-width: 411px) {
	
}

/*Iphone 6/7 Portrait*/
@media screen and (max-width: 375px) {
	
}

/*Galaxy S5*/
@media screen and (max-width: 375px) {
	
}

/*Iphone 4/5 Portrait*/
@media screen and (max-width: 320px) {
	
}

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

/*
ZWISCHEN ZWEI GROESSEN:
*/
@media screen and (min-width: 769px) and (max-width: 2560px) {
	div.hide-on-desktop {
		display: none !important;
	}
}

@media screen and (min-width: 200px) and (max-width: 768px) {
	div.hide-on-mobile {
		display: none !important;
	}
}