/* styles default markt/katalog/miete */

.fa-instagram::before {
    content: "\f16d";
}
::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fakontakt-header {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1.0;
    font-size-adjust: none;
    font-stretch: normal;
    font-feature-settings: normal;
    font-language-override: normal;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    font-size: 1.7em;
    text-rendering: auto;
}

.galerie-pfeil-links {
	color: #CCCCCC; 
	text-shadow: 2px 2px #444444; 
	font-size: 40px; 
	font-weight: bold; 
	position: absolute; 
	top: 15%; 
	left: 3%;
}
.galerie-pfeil-rechts {
	color: #CCCCCC; 
	text-shadow: 2px 2px #444444; 
	font-size: 40px; 
	font-weight: bold; 
	position: absolute; 
	top: 15%; 
	left: 94%;
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
.galerie-pfeil-links {
	color: #CCCCCC; 	
	font-size: 40px; 
	font-weight: bold; 
	position: absolute; 
	top: 15%; 
	left: 4%;
}
.galerie-pfeil-rechts {
	color: #CCCCCC;	
	font-size: 40px; 
	font-weight: bold; 
	position: absolute; 
	top: 15%; 
	left: 92%;
}
}
@media screen and (min-width: 768px) and (max-width: 990px) {
.galerie-pfeil-links {
	color: #CCCCCC; 	
	font-size: 40px; 
	font-weight: bold; 
	position: absolute; 
	top: 12%; 
	left: 5%;
}
.galerie-pfeil-rechts {
	color: #CCCCCC; 	
	font-size: 40px; 
	font-weight: bold; 
	position: absolute; 
	top: 12%; 
	left: 90%;
}
}
@media screen and (min-width: 501px) and (max-width: 767px) {
.galerie-pfeil-links {
	color: #CCCCCC; 	
	font-size: 40px; 
	font-weight: bold; 
	position: absolute; 
	top: 15%; 
	left: 5%;
}
.galerie-pfeil-rechts {
	color: #CCCCCC; 	
	font-size: 40px; 
	font-weight: bold; 
	position: absolute; 
	top: 15%; 
	left: 91%;
}
}
@media screen and (min-width: 100px) and (max-width: 500px) {
.galerie-pfeil-links {
	color: #CCCCCC; 	
	font-size: 35px; 
	font-weight: bold; 
	position: absolute; 
	top: 9%; 
	left: 5%;
}
.galerie-pfeil-rechts {
	color: #CCCCCC; 
	font-size: 35px; 
	font-weight: bold; 
	position: absolute; 
	top: 9%; 
	left: 88%;
}
}




