/* Main Stylesheer for KannFinden.at */

body {
	margin: 0;
	}
* {box-sizing: border-box;}

html {
  scroll-behavior: smooth;
}

h1 {
	color: #fff;  
	background-color: #777;
	font-family: Literata; 
	font-size: 4.7vw; 
	font-weight: 600;
	text-align: center;
	margin-top: -5px;
	margin-bottom: 2px;
	padding: 20px;
	}
@media screen and (max-width: 800px){
	h1 {
	color: #fff;  
	background-color: #777;
	font-family: Literata; 
	font-size: 8.3vw; 
	font-weight: 600;
	text-align: center;
	padding: 10px;
	}
}

h2 {
	color: #777;  
	background-color: #fff;
	font-family: Literata; 
	font-size: 1.7vw; 
	font-weight: 300;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 2px;
	padding: 20px;
	}
@media screen and (max-width: 800px){
	h2 {
	color: #777;  
	background-color: #fff;
	font-family: Literata; 
	font-size: 5.7vw; 
	font-weight: 400;
	text-align: center;
	padding: 10px;
	}
}


/* ============== Scroll-Up Button ============== */

#myUpBtn {
  display: none;
  border: 3px solid #666;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  font-size: 1.6em;
  font-weight: 300;
  outline: none;
	background-color: #ddd;
	color: #666;
	border: 3px solid Orange;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.14);
  /*background-color: rgba(250, 190, 88, 0.8);
  background-color: orange;
  color: #555;*/
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 3px;
  padding-left: 12px;
  padding-right: 12px;
  /*box-shadow: 2px 4px 8px 4px rgba(0, 0, 0, 0.07), 2px 6px 20px 4px rgba(0, 0, 0, 0.05);
  border-radius: 50%;*/
}
/*
#myUpBtn:hover {
  background-color: orange;
}
#myUpBtn:visited {
	background-color: #ddd;
}
*/


/* ---------- Responsive Top-Navigation ----------*/
.topnav {
	background-color: #666;
	overflow: hidden;
	margin-bottom: 25px;
}

.topnav a {
	float: left;
	display: block;
	font-family: Literata; 
	text-align: center;
	padding: 8px 10px;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
}
.topnav a:hover {
	background-color: #ddd;
	color: #000;
}

.topnav  .active {
  background-color: orange;
  color: #fff;
}

.topnav .icon {
  display: none;
  color: #fff;
}
.topnav a:link {
	color: #fff;
}
.topnav a:hover a:link {
	color: #000;
}

/* ----------------- Menu: Handy Auflösung ----------------- */
@media screen and (max-width: 800px) {
  /*.topnav a:not(:first-child) {display: none;}*/
  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
 }
}

@media screen and (max-width: 800px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
 }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	color: #fff;
	}
	.topnav.responsive a:hover {
	color: #000;
	}
}


/* ============================ ANFANG Cookie Consent ============================ */
#cookies{
	visibility: hidden;
	position: fixed;
	width: 100%;
	margin: auto;
	bottom: 5px;
}

#cookies.show {
	visibility: visible;
	-webkit-animation: fadein 2s;
	animation: fadein 2s;
	position: fixed;
}

@-webkit-keyframes fadein {
	from {bottom: -150px; opacity: 0;} 
	to {bottom: 5px; opacity: 1;}
}

@keyframes fadein {
	from {bottom: -150px; opacity: 0;}
	to {bottom: 5px; opacity: 1;}
}

.sub-title {
	color: #777;  
	font-family: Literata; 
	font-size: 1.5vw; 
	line-height: 2.5vw; 
	font-weight: 300;
	text-align: center;
	padding-left: 10%;
	padding-right: 10%;
	margin-top: -20px;
	}

.cookieContainer{
	background-color: #F0F0F0;
}
.cookieContainerTitle {
	font-family: Oswald; /*'Arial', Helvetica, Verdana; */
	font-size: 1.8em;
	text-align: center;
	color: #777;  
	padding-top: 15px;
}
.cookieContainerText {
	padding: 15px;
	font-family: Oswald; /*'Arial', Helvetica, Verdana; */
	font-size: 1.1em;
	line-height: 1.4em;
	text-align: center;
	color: #888;
}

.cookieNavbar {
	width: 500px;
	margin: auto;
	padding-top: 5px;
	/* background-color: #F3F3F3; */
	background-color: #fff;
	overflow: auto;
}
.cookieNavbar a {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 1%;
	margin-bottom: 5px;
	background-color: white; 
	border: 3px solid rgba(154, 154, 154, 1.0);
	font-weight: 500;
	color: #888;
	text-decoration: none;
	font-family:Oswald; /*'Arial Narrow', Helvetica, Verdana; */
	font-size: 17px;
	line-height: 20px;
	width: 32%; /* 3 links of equal widths */
	text-align: center;
}

@media screen and (max-width: 800px) {
	.sub-title {
	color: #777;  
	font-family: Literata; 
	font-size: 1.0em; 
	line-height: 1.7em; 
	font-weight: 300;
	text-align: center;
	padding-left: 3%;
	padding-right: 3%;
	margin-top: -5px;
	}
	.cookieContainer{
	padding-top: 0px;
	}
	.cookieContainerTitle {
	font-family: Oswald; /*'Arial', Helvetica, Verdana; */
	font-size: 1.0em;
	text-align: center;
	color: #888;  
	padding-top: 10px;
	}
	.cookieContainerText {
	padding: 5px;
	font-family: Oswald; /*'Arial', Helvetica, Verdana; */
	font-size: 0.9em;
	font-weight: 300;
	text-align: center;
	color: #888;
	}
	.cookieNavbar {
	text-align: center;
	width: 100%;
	margin: auto;
	background-color: #FFF;
	overflow: auto;
	padding-top: 5px;
	}
	.cookieNavbar a {
	font-weight: 600;
	color: #888;
	font-size: 14px;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	}
}
/* ============================ ENDE Cookie Consent ============================ */


#first {
	border-color: rgba(154, 175, 50, 1.0);
	color: #888;
}
#second {
	border-color: rgba(84,84,84,1.0);
	color: #888;
}
#third {
	border-color: rgba(225, 0, 0, 1.0);
	color: #888;
}


#first:hover {
	background-color: rgba(154, 175, 50, 1.0);
	color: #fff;
}
#second:hover {
	background-color: rgba(84,84,84,1.0);
	color: #fff;
}
#third:hover {
	background-color: rgba(225, 0, 0, 1.0);
	color: #fff;
}



/* ============== Form: Radio-Buttons for Type ============== */
.form-tiles {
	margin-left: 10%;
	margin-right: 10%;
	column-count: 2;
	column-gap: 30px;	
	}
@media screen and (max-width: 800px){
	.form-tiles {
	margin-left: 0;
	margin-right: 0;
	column-count: 1;
	}
}

@media screen and (max-width: 800px){
	form {
	padding-left: 10px;
	padding-right: 5px;
	}
}


/* The container */
.container {
	font-family: Literata; 
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 6px;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
@media screen and (max-width: 800px){
	.container {
	margin-bottom: 6px;
	font-size: 14px;
	}
}


/* Hide the browser's default radio button */
.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 23px;
	width: 23px;
	background-color: #ddd;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
	background-color: #999;
}

/* When the radio button is checked, add a orange background */
.container input:checked ~ .checkmark {
	background-color: orange;
	/*background-color: #2196F3;*/
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
	top: 8px;
	left: 8px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: white;
}

/* Style the submit button */
input[type=submit] {
	font-family: Literata;
	font-size: 15px;
	font-weight: 300;
	background-color: #ddd;
	color: #666;
	padding: 7px 10px;
	border: 2px solid Orange;
	border-radius: 4px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.14);
	cursor: pointer;
	display: block;
	width: 150px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 12px;	
	margin-bottom: 6px;	
}
/* Style the submit button */
input[type=submit]:hover {
  background-color: DarkOrange;
  color: white;
}





/* ============== Datenschutz-Erklärung ============== */
.ds_container {
	color: #777;  
	font-family:'Arial Narrow', Helvetica, Verdana; 
	font-size: 1.1em;
	padding-left: 15%;
	padding-right: 15%;
}
@media screen and (max-width: 800px){
	.ds_container {
		color: #777;  
		font-family:'Arial Narrow', Helvetica, Verdana; 
		font-size: 0.8em;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.ds_title {
	color: #777;  
	font-family:'Arial Narrow', Helvetica, Verdana;
	font-size: 3.0em;
	padding-left: 15%;
	padding-right: 15%;
}
@media screen and (max-width: 800px){
	.ds_title {
		font-family:'Arial Narrow', Helvetica, Verdana;
		font-size: 1.5em;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.ds_subtitle{
	color: #777;  
	font-family:'Arial Narrow', Helvetica, Verdana;
	font-size: 1.7em;
}
@media screen and (max-width: 800px){
	.ds_subtitle {
		font-family:'Arial Narrow', Helvetica, Verdana;
		font-size: 1.3em;
	}
}

.ds_subtitle2{
	color: #777;  
	font-family:'Arial Narrow', Helvetica, Verdana;
	font-size: 1.3em;
}
@media screen and (max-width: 800px){
	.ds_subtitle2 {
		font-family:'Arial Narrow', Helvetica, Verdana;
		font-size: 1.1em;
	}
}

.ds_a{
	color: #777;  
	font-family:'Arial Narrow', Helvetica, Verdana;
	font-size: 1.0em;
}
@media screen and (max-width: 800px){
	.ds_a {
		font-family:'Arial Narrow', Helvetica, Verdana;
		font-size: 0.8em;
	}
}

.about_description {
	color: #777;  
	font-family: Literata; 
	font-size: 1.0em; 
	line-height: normal; 
	font-weight: 300;
	text-align: left;
	padding-left: 15%;
	padding-right: 15%;	
	hyphens: auto;
	}
@media screen and (max-width: 800px){
	.about_description {
	color: #777;  
	font-family: Literata; 
	font-size: 1.0em; 
	line-height: normal;
	font-weight: 300;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	hyphens: auto;
	}
}

.credits_description {
	color: #777;  
	font-family: Literata; 
	font-size: 0.9em; 
	line-height: normal; 
	font-weight: 300;
	text-align: left;
	padding-left: 15%;
	padding-right: 15%;	
	hyphens: auto;
	}
@media screen and (max-width: 800px){
	.credits_description {
	color: #777;  
	font-family: Literata; 
	font-size: 0.6em; 
	line-height: normal;
	font-weight: 300;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
	hyphens: auto;
	}
}
/* ============== Search Button ============== */
.search-box {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 30px;
	}
@media screen and (max-width: 800px){
	.search-box {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 20px;
	}
}




/* ===================================== Tiles-Area ===================================== */

/* -------------------- PC Auflösung (max) -------------------- */
.tiles {
	margin-left: 15%;
	margin-right: 15%;
	column-count: 3;
	column-gap: 30px;	
	}

/* --- (1) Rot: Sehenswürdigkeit --- */
.tile_red {
	page-break-inside: avoid;
	margin-bottom: 35px;
	border-left: 8px solid #d00;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 2px 4px 8px 4px rgba(0, 0, 0, 0.07), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
	}
/* --- (2) Pink: Veranstaltung --- */
.tile_pink {
	page-break-inside: avoid;
	margin-bottom: 35px;
	border-left: 8px solid rgb(255,125,125);
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 2px 4px 8px 4px rgba(0, 0, 0, 0.07), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
	}
/* --- (3) Blue: Feste Unterkünfte --- */
.tile_blue {
	page-break-inside: avoid;
	margin-bottom: 35px;
	border-left: 8px solid rgb(87,187,255);
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 2px 4px 8px 4px rgba(0, 0, 0, 0.07), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
	}
/* --- (4) Orange: Campingplätze --- */
.tile_orange {
	page-break-inside: avoid;
	margin-bottom: 35px;
	border-left: 8px solid rgb(255,192,0);
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 2px 4px 8px 4px rgba(0, 0, 0, 0.07), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
	}
/* --- (5) Yellow: Restaurants / Gaststätten --- */
.tile_yellow {
	page-break-inside: avoid;
	margin-bottom: 35px;
	border-left: 8px solid rgb(255,238,0);
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 2px 4px 8px 4px rgba(0, 0, 0, 0.07), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
	}
/* --- (6) Grün: Hofläden / Abhof-Verkauf --- */
.tile_green {
	page-break-inside: avoid;
	min-height: 160px;
	margin-bottom: 35px;
	border-left: 8px solid #0d0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
	box-shadow: 2px 4px 8px 4px rgba(0, 0, 0, 0.07), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
	}
/* --- (7) Grau: Einrichtungen für Sport --- */
.tile_gray {
	page-break-inside: avoid;
	margin-bottom: 35px;
	border-left: 8px solid rgb(191,191,191);
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 2px 4px 8px 4px rgba(0, 0, 0, 0.07), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
	}
/* --- (8) Lila: Traditionsgeschäfte & Läden  --- */
.tile_lilac {
	page-break-inside: avoid;
	margin-bottom: 35px;
	border-left: 8px solid rgb(191,149,223);
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 2px 4px 8px 4px rgba(0, 0, 0, 0.07), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
	}
/* --- (9) Lightgreen: Manufakturen & traditionelle Handwerker --- */
.tile_lightgreen {
	page-break-inside: avoid;
	margin-bottom: 35px;
	border-left: 8px solid rgb(189,189,125);
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 2px 4px 8px 4px rgba(0, 0, 0, 0.07), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
	}
/* --- (10) Künst / Kultur / Ateliers --- */
.tile_darkblue {
	page-break-inside: avoid;
	margin-bottom: 35px;
	border-left: 8px solid rgb(102,102,255);
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 2px 4px 8px 4px rgba(0, 0, 0, 0.07), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
	}

/* --- (11) Wissenschaftliche Einrichtungen --- */
.tile_lightpink {
	page-break-inside: avoid;
	margin-bottom: 35px;
	border-left: 8px solid rgb(255,182,193);
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 2px 4px 8px 4px rgba(0, 0, 0, 0.07), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
	}

/* --- (12) Industrie: Verkauf & Besichtigung --- */
.tile_darkgray {
	page-break-inside: avoid;
	margin-bottom: 35px;
	border-left: 8px solid rgb(128,128,128);
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 2px 4px 8px 4px rgba(0, 0, 0, 0.07), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
	}

/* --- (13) Therme, Wellness, Gesundheit --- */
.tile_turquoise {
	page-break-inside: avoid;
	margin-bottom: 35px;
	border-left: 8px solid RGB(68, 184, 172);
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 2px 4px 8px 4px rgba(0, 0, 0, 0.07), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
	}

.tile-img{
	width: 175px;
	height: 105px;
	float: left;
	padding-right: 10px;
	padding-top: 6px;
}
.rating-img{
	width: 112px;
	height: 21px;
	float: right;
	padding-right: 10px;
	margin-top: -25px;	
}
.slideshow-img{
	width: 39px;
	height: 21px;
	float: right;
	padding-right: 60px;
	margin-top: -25px;	
}

.line {
	color: #fff;  
	background-color: #777;
	font-family: Literata; 
	font-size: 22px; 
	line-height: normal; 
	font-weight: 300;
	text-align: center;
	margin-bottom: 25px;
	padding-top: 3px;
	padding-bottom: 7px;
}
.headline {
	color: #777;  
	font-family: Oswald; 
	font-size: 24px; 
	line-height: normal;
	font-weight: 300;
	text-align: left;
}
.description {
	color: #777;  
	font-family: Literata; 
	font-size: 18px; 
	line-height: normal; 
	font-weight: 300;
	text-align: left;
}	
.description-list {
	color: #777;  
	font-family: Literata; 
	font-size: 18px; 
	line-height: normal; 
	font-weight: 300;
	float: left;
}
.address {
	color: #777;  
	font-family: Literata; 
	font-size: 18px; 
	line-height: normal; 
	font-weight: 300;
	text-align: left;
	}	
.telefon {
	color: #777;  
	font-family: Literata; 
	font-size: 18px; 
	line-height: normal; 
	font-weight: 300;
	text-align: left;
	}
.link {
	font-family: Oswald; 
	font-size: 20px; 
	line-height: normal; 
	font-weight: 300;
	text-align: left;
	padding-right: 10px;
	float: left;
	}

a:link {
	color: orange;  
	text-decoration: none;
}

a:hover {
	color: red;
	background-color: transparent;
}

a:active {
	color: red;
	background-color: transparent;
}
	
.distance {
	color: #c00;  
	font-family: Oswald; 
	font-size: 18px; 
	line-height: 150%; 
	font-weight: 300;
	text-align: left;
	padding-top: 2px;
}
	
.front-image-container {
	margin-top: 25px;
	display: flex;
	justify-content: center;
}
.front-image {
	width: 8%;
}



/* -------------------- Handy Auflösung -------------------- */
@media screen and (max-width: 800px){
	.tiles {
	margin-left: 15px;
	margin-right: 15px;
	column-count: 1;
	}
	.tile-img{
	width: 100%;
	height: auto;
	}
	.line {
	font-size: 4.5vw; 
	}
	.headline {
	font-size: 5.5vw; 
	line-height: 5.7vw;
	padding-bottom: 5px;
	}
	.description {
	font-size: 3.7vw; 
	}	
	.address {
	font-size: 3.7vw; 
	}
	.telefon {
	font-size: 3.7vw; 
	}
	.link {
	font-size: 4.7vw; 
	}
	.distance {
	font-size: 4.4vw; 
	}
	.rating-img{
	width: 123px;
	height: 23px;
	float: right;
	padding-right: 10px;
	margin-top: -26px;	
	}
	.front-image-container {
		margin-top: 25px;
		display: flex;
		justify-content: center;
	}
	.front-image {
		width: 30%;
	}
}

/* -------------------- Tablet Auflösung -------------------- */
@media screen and (min-width: 801px) and (max-width: 1400px){
	.tiles {
		margin-left: 20px;
		margin-right: 20px;
		column-count: 3;
		column-gap: 20px;	
	}
	.tile-img{
		width: 175px;
		height: 105px;
	}
	.line {
		font-size: 2.7vw; 
	}
	.headline {
		font-size: 2.9vw; 
	}
	.description {
		font-size: 2.1vw; 
	}	
	.address {
		font-size: 2.1vw; 
	}
	.telefon {
		font-size: 2.1vw; 
	}
	.link {
		font-size: 2.9vw; 
	}
	.distance {
		font-size: 2.4vw; 
	}
	.front-image-container {
		margin-top: 25px;
		display: flex;
		justify-content: center;
	}
	.front-image {
		width: 25%;
	}

}



/* -------------------- Info -------------------- */
.tile_info {
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 25px;
	padding-left: 0px;
	}
@media screen and (max-width: 800px){
	.tile_info {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding-left: 0px;
	}
}

.cat_info {
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 3px;
	padding-left: 0px;
	}
@media screen and (max-width: 800px){
	.cat_info {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 3px;
	padding-left: 0px;
	}
}

.info {
	color: #777;  
	font-family: Oswald; 
	font-size: 0.9vw; 
	line-height: normal; 
	font-weight: 300;
	text-align: left;
	}
@media screen and (max-width: 800px){
	.info {
	color: #777;  
	font-family: Oswald; 
	font-size: 2.1vw; 
	line-height: normal;
	font-weight: 300;
	text-align: left;
	}
}




/* -------------------- Links -------------------- */

/* ================ Handy Auflösung =============== */
@media screen and (max-width: 800px){
	.link-headline {
		font-size: 1.6em;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 3px;
		padding-left: 0px;
	}
}
/* ================ Tablet Auflösung =============== */
@media screen and ((min-width: 801px) and (max-width: 1200px)){
	.link-headline {
		font-size: 2.2em;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 3px;
	}
}
/* ================ PC Auflösung =============== */
.link-headline {
	font-family: Oswald; 
	font-size: 3.0em; 
	color: #777;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 3px;
}



/* ================ Handy Auflösung =============== */
@media screen and (max-width: 800px){
	.link-description {
		font-size: 15px; 
		margin-left: 10px;
		margin-right: 10px;
	}
}
/* ================ Tablet Auflösung =============== */
@media screen and ((min-width: 801px) and (max-width: 1200px)){
	.link-description {
		font-size: 19px; 
		margin-left: 5%;
		margin-right: 5%;
	}
}
/* ================ PC Auflösung =============== */
.link-description {
	font-family: Literata; 
	font-size: 22px; 
	font-weight: 300;
	color: #777;
	margin-left: 10%;
	margin-right: 10%;
}



/* ================ Handy Auflösung =============== */
@media screen and (max-width: 800px){
	.links {
		margin-left: 10px;
		margin-right: 10px;
		font-size: 13px; 
		margin-bottom: 25px;
		page-break-inside: avoid;
	}
}
/* ================ Tablet Auflösung =============== */
@media screen and ((min-width: 801px) and (max-width: 1200px)){
	.links {
		font-size: 16px; 
		margin-bottom: 30px;
		page-break-inside: avoid;
	}
}
/* ================ PC Auflösung =============== */
.links {
	font-family: Literata; 
	font-size: 19px;
	color: #777;
	margin-bottom: 35px;
	page-break-inside: avoid;
	}


.links a {
	font-family: Literata; 
	font-size: 18px; 
	font-weight: 600;
	color: #c00;
}
.links a:hover {
	font-family: Literata; 
	font-size: 18px; 
	font-weight: 600;
	color: Orange;
}




/* ========== Impressum ========== */
.impr {
	padding-left: 25%;
	padding-right: 25%;
	color : #777;
}
@media screen and (max-width: 800px){
	.impr {
		padding-left: 10px;
		padding-right: 10px;
		color : #777;
	}
}

/* ========== Impressum - Title ========== */
.impr_title {
	color: #777;  
	font-family:'Arial Narrow', Helvetica, Verdana;
	font-size: 2.8em;
}
@media screen and (max-width: 800px){
	.impr_title {
		font-family:'Arial Narrow', Helvetica, Verdana;
		font-size: 1.8em;
	}
}

/* ========== Impressum - Text ========== */
.impr_description {
	color: #777;  
	font-family:'Arial Narrow', Helvetica, Verdana;
	font-size: 1.2em;
}
@media screen and (max-width: 800px){
	.impr_description {
		font-family:'Arial Narrow', Helvetica, Verdana;
		font-size: 0.9em;
	}
}
