@charset "UTF-8";



@media only screen and (min-width:768px) and (max-width: 1024px ){


/*----------_Navigation_----------*/
nav{

	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
}

li a{

	text-decoration: none;
	color: #000;
	font-size: 1.6em;
	padding: 0em 0em 0.4em 0em;
}

li a:hover{border-bottom: 2px dotted  #FF0084;}
.current{border-bottom: 2px dotted  #FF0084;padding: 0em 0em 0.45em 0em;}

li{

	float: left;	
	list-style: none;
	box-sizing: border-box;
	font-family: 'Josefin Slab', Serif, Helvetica, Arial, sans-serif;
	margin: 2.5em 5em 0em 0em;
}
/*----------_Navigation_----------*/

/*----------_Footer_----------*/
footer[role="contentinfo"]{margin: 60% 0% 0% 0%; height: 8em;}
/*----------_Footer_----------*/

.start-text{

	position: relative;
	background-color: #fff;	
}

#start-ueberschrift{

	position: relative;
	text-align: center;
	font-size: 4.2em;
	font-family: 'Josefin Slab', Calibri;
	color: #000;
}

#zweite-ueberschrift {

	position: relative;
	text-align: center;
	font-size: 2.5em;
	font-family: 'Josefin Slab', Calibri;
	color: #000;
	margin-top: 1.8em;
	text-decoration: underline;
}

#dritte-ueberschrift {

	position: relative;
	text-align: center;
	font-size: 2.5em;
	font-family: 'Josefin Slab', Calibri;
	color: #000;
	margin-top: 1.8em;
	text-decoration: underline;
}

#start-text{

	position: relative;
	text-align: center;
	font-size: 2.0em;
	font-family: 'Josefin Slab', Calibri;
	color: #000;
	width: 65%;
	height: auto;
	margin: 5% 0% 0% 17.5%;
}

.link-flickr{

	position: relative;
	text-align: center;
	font-size: 2.0em;
	font-family: 'Josefin Slab', Calibri;
	color: #000;
	margin: 5% 0% 0% 0%;
}

.kontakt{

	position: relative;
	text-align: center;
	font-size: 2.0em;
	font-family: 'Josefin Slab', Calibri;
	color: #000;
	margin: 10% 0% 0% 0%;
}

#impressum{

	position: relative;
	text-align: center;
	font-size: 1.0em;
	font-family: Calibri;
	color: #000;
	max-width: 65%;
	height: auto;
	margin: 10% 0% 0% 15%;
}

/*----------_Galerie_Portfolio_----------*/
.thumbnail-ausflugsziele{

		width: auto;
		max-height: 240px;
}
/*----------_Galerie_Portfolio_----------*/

/*************************Achtung->Ende*************************************************/	
}