body {font-family: "Roboto", sans-serif}
.w3-sidenav a {padding:16px;font-weight:bold}
.w3-tangerine {font-family: "Tangerine", serif;}
.fa-inverse {color:white;}
.fa-circle {color:#009688;}
.fa-circle d {color:#rrr;}
.w3-cormorant {font-family: 'Cormorant Garamond', serif;}
.w3-filozof {font-family: 'Philosopher', sans-serif;}

.fa-facebook-square {
	padding:3px;
}
.fa-twitter-square {
	padding:3px;
}
.fa-google-plus-square {
	padding:3px;
}

.fa-facebook-square:hover {
    color: #3B5998;
}
.fa-twitter-square:hover {
    color: #55acee;
}
.fa-google-plus-square:hover {
    color: #dd4b39;
}

.harita {
	text-decoration: none;
    padding: 6px 16px;
	border: 1px solid #ccc!important;
}
.harita:hover {
	border-color: #009688!important;
}

.harita-son {
	text-decoration: none;
    padding: 6px 16px;
	border: 1px solid #009688!important;
}
.harita-son:hover {
	border-color: #009688!important;
}

.harita-buton {
	text-decoration: none;
    padding: 6px 16px;
	border: 1px solid #ccc!important;
}

.gri{
	color: #5f5f5f!important;
}

.bw {
	color:#fff;border-color:#fff;text-shadow:0 1px 1px rgba(0,0,0,0.1);
	box-shadow:0 1px 3px rgba(0,0,0,0.1), 0 1px 3px rgba(255,255,255,0.1) inset;
	padding: 5px 16px!important;
	text-decoration: none;
	margin:3px;
}
.bw:hover {
	
	color: white!important;
	border: 1px solid #ccc!important;
}

/*2022*/
@media (max-width:500px) {
	.mobil-hide {
		display: none !important;
	}

	.h2-title {
		font-size: 1.5em !important;
	}
}

.breadcrumb > a {
	display: inline-block;
	white-space: nowrap;
	margin: 5px;
}