/* Main Stylesheer for KannFinden.at */

body {
	margin: 0;
	}
* {box-sizing: border-box;}

html {
  scroll-behavior: smooth;
}

/* ============== 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);
	cursor: pointer;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 12px;
	padding-right: 12px;
}


/* ============================== Handy Auflösung =============================*/
@media screen and (max-width: 800px) {

	/* Kopfzeile */
	h1 {
		color: #fff;  
		font-family: Literata; 
		font-size: 1.9em; 
		font-weight: 600;
		text-align: center;
		margin-top: -5px;
		margin-bottom: 2px;
		padding-bottom: 10px;
		padding-top: 15px;
		opacity: 1.0; 
		text-shadow: 2px 2px 8px #777;
		background-color: #bbb;
	}

	/* Navigation */
	.topnav {
		background-color: #666;
		overflow: hidden;
		margin-bottom: 20px;
	}
	.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;
	}
	.topnav a {display: none;}
	
	.topnav a.icon {
		float: right;
		display: block;
	}
	.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;
	}

	/* ----- Rezepte ----- */
	.recipe {
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
		column-count: 1;
		page-break-inside: avoid;
	}
	.recipe-img{
		width: 100%;
		height: auto;
		margin-right: 10px;
		margin-top: -7px;
		border: 1px solid #ccc;
		}
	.recipe-credit{
		position: relative;
		color: #777;
		font-family: Arial;
		font-size: 9px;
		top: -3px;
		left: 0px;
	}
	.recipe-title {
		color: #666;  
		font-family: Oswald; 
		font-size: 2em; 
		line-height: 1.2em;
		font-weight: 300;
		color: #777;
		text-align: left;
		margin-top: 15px;
		padding-bottom: 25px;
	}
	.recipe-subtitle {
		color: #666;  
		font-family: Oswald; 
		font-size: 19px; 
		line-height: 20px;
		font-weight: 100;
		color: #FF8C00;
		text-align: left;
		padding-bottom: 5px;
	}
	.recipe-ingredients {
		color: #666;  
		font-family: Literata; 
		font-size: 14px; 
		line-height: 19px; 
		font-weight: 300;
		text-align: left;
		padding-bottom: 0px;
		padding-bottom: 25px;
	}
	.recipe-preparation {
		color: #666;  
		font-family: Literata; 
		font-size: 14px; 
		line-height: 19px; 
		font-weight: 300;
		text-align: left;
		padding-bottom: 0px;
		padding-bottom: 25px;
		hyphens: auto;
	}
	.recipe-tip {
		color: #666;  
		font-family: Literata; 
		font-size: 14px; 
		line-height: 19px; 
		font-weight: 300;
		text-align: left;
		padding-bottom: 0px;
		padding-bottom: 25px;
		hyphens: auto;
	}
	.recipe-service {
		color: #666;  
		font-family: Literata; 
		font-size: 14px; 
		line-height: 19px; 
		font-weight: 300;
		text-align: left;
		padding-bottom: 0px;
		padding-bottom: 25px;
		hyphens: auto;
	}
	.float-child {
		width: 50%;
		float: left;
	}

}


/* ============================== Tablet Auflösung =============================*/
@media screen and (min-width: 801px) and (max-width: 1300px) {

	/* Kopfzeile */
	h1 {
		color: #fff;  
		font-family: Literata; 
		font-size: 3.7em; 
		font-weight: 600;
		text-align: center;
		margin-top: -5px;
		margin-bottom: 2px;
		padding-bottom: 20px;
		padding-top: 10px;
		opacity: 1.0; 
		text-shadow: 2px 2px 8px #777;
		background-color: #bbb;
	}

	/* Navigation */
	.topnav {
		background-color: #666;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.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;
	}

	/* ----- Rezepte ----- */
	.recipe {
		margin-left: 20%;
		margin-right: 20%;
		margin-top: 7px;
		column-count: 1;
		page-break-inside: avoid;
	}
	.recipe-img{
		width: 100%;
		height: auto;
		margin-right: 10px;
		margin-top: 5px;
		margin-bottom: 5px;
		border: 1px solid #ccc;
		}
	.recipe-credit{
		position: relative;
		color: #777;
		font-family: Arial;
		font-size: 9px;
		top: -5px;
		left: 0px;
	}
	.recipe-title {
		color: #666;  
		font-family: Oswald; 
		font-size: 2.5em; 
		line-height: 1.2em;
		font-weight: 300;
		color: #777;
		text-align: left;
		margin-top: 10px;
		padding-bottom: 25px;
	}
	.recipe-subtitle {
		color: #666;  
		font-family: Oswald; 
		font-size: 19px; 
		line-height: 20px;
		font-weight: 100;
		color: #FF8C00;
		text-align: left;
		padding-bottom: 5px;
	}
	.recipe-ingredients {
		color: #666;  
		font-family: Literata; 
		font-size: 15px; 
		line-height: 22px; 
		font-weight: 300;
		text-align: left;
		padding-bottom: 0px;
		padding-bottom: 25px;
	}
	.recipe-preparation {
		color: #666;  
		font-family: Literata; 
		font-size: 15px; 
		line-height: 22px; 
		font-weight: 300;
		text-align: left;
		padding-bottom: 0px;
		padding-bottom: 25px;
		hyphens: auto;
	}
	.recipe-tip {
		color: #666;  
		font-family: Literata; 
		font-size: 15px; 
		line-height: 22px; 
		font-weight: 300;
		text-align: left;
		padding-bottom: 0px;
		padding-bottom: 25px;
		hyphens: auto;
	}
	.recipe-service {
		color: #666;  
		font-family: Literata; 
		font-size: 15px; 
		line-height: 22px; 
		font-weight: 300;
		text-align: left;
		padding-bottom: 0px;
		padding-bottom: 25px;
		hyphens: auto;
	}
	.float-child {
		width: 50%;
		float: left;
	}

}



/* ============================== PC Auflösung =============================*/
@media screen and (min-width: 1301px){
	h1 {
		color: #fff;  
		font-family: Literata; 
		font-size: 4.1em; 
		font-weight: 600;
		text-align: center;
		margin-top: -5px;
		margin-bottom: 2px;
		padding-bottom: 20px;
		padding-top: 10px;
		opacity: 1.0; 
		text-shadow: 2px 2px 8px #777;
		background-color: #bbb;
	}


	.topnav {
		background-color: #666;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.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;
	}

	/* ----- Rezepte ----- */
	.recipe {
		margin-left: 35%;
		margin-right: 35%;
		margin-top: 10px;
		column-count: 1;
		page-break-inside: avoid;
	}
	.recipe-img{
		width: 100%;
		height: auto;
		margin-right: 20px;
		margin-top: 5px;
		margin-bottom: 5px;
		border: 1px solid #ccc;
		}
	.recipe-credit{
		position: relative;
		color: #777;
		font-family: Arial;
		font-size: 9px;
		top: -5px;
		left: 0px;
	}
	.recipe-title {
		color: #666;  
		font-family: Oswald; 
		font-size: 2.9em;
		line-height: 1.2em;
		font-weight: 300;
		color: #777;
		text-align: left;
		margin-top: 10px;
		padding-bottom: 25px;
	}
	.recipe-subtitle {
		color: #666;  
		font-family: Oswald; 
		font-size: 22px; 
		line-height: 23px;
		font-weight: 100;
		color: #FF8C00;
		text-align: left;
		padding-bottom: 5px;
	}
	.recipe-ingredients {
		color: #666;  
		font-family: Literata; 
		font-size: 17px; 
		line-height: 25px; 
		font-weight: 300;
		text-align: left;
		padding-bottom: 0px;
		padding-bottom: 25px;
	}
	.recipe-preparation {
		color: #666;  
		font-family: Literata; 
		font-size: 17px; 
		line-height: 25px; 
		font-weight: 300;
		text-align: left;
		padding-bottom: 0px;
		padding-bottom: 25px;
		hyphens: auto;
	}
	.recipe-preparation li{
		margin-bottom: 10px;
		}
	.recipe-tip {
		color: #666;  
		font-family: Literata; 
		font-size: 15px; 
		line-height: 23px; 
		font-weight: 300;
		text-align: left;
		padding-bottom: 0px;
		padding-bottom: 25px;
		hyphens: auto;
	}
	.recipe-service {
		color: #666;  
		font-family: Literata; 
		font-size: 15px; 
		line-height: 23px; 
		font-weight: 300;
		text-align: left;
		padding-bottom: 0px;
		padding-bottom: 25px;
		hyphens: auto;
	}
	.float-child {
		width: 50%;
		float: left;
	}
	
}

