@charset "UTF-8";
html,
html * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width:100%;

}

main{
	/* autoprefixer: off */
	padding: 8em 0 0 0;
	max-width: 90vw;
	background: none;
	margin-left: 5%;
	 flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	-webkit-flex: 1;
		position: relative; 
}
.typewrite { color:#fff; text-decoration: none;}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  background: white;
  width:100%;
 display: flex;
  min-height: 100%;
  flex-direction: column;
  padding-top: 5em;
  background-color: none;
  padding-bottom: 3em;
	position: relative;
	margin:0;

}

header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
header li {
    display: inline;
}
header a {
    display: inline;
    padding-right: 20px;
	text-decoration: none;
	color:grey;
	transition: color 0.5s ease;
}
header a:hover{
	color: black;
}
.active{
	font-weight: bold;
	color: black;
}
header{
	display: inline-flex;
	z-index: 1001;
	background: white;
	width: 100%;
	margin: 0;
	top: 0;
	left:0;
	height: 5em;
	position: fixed;
}
.Navlinks{
	z-index: 300;
	font-size: 1em;
	width: 42%;
	position: relative;
	margin-left: 5vw;
}
.navtext{
	bottom:15px;
	position:absolute;
}
.Navrechts{
	z-index: 400;
	font-size: 1em;
	width: 42%;
	position: relative;
	text-align: right;
	margin-right: 5vw;
}
logo{
	width: 16%;
	z-index: 400;
	position: relative;
	bottom:0px;
	vertical-align: middle;
	height: 100%;
	display: inline-block;
	text-align: center;
	font-size: 1.5em;
	color:black;
	
}
/* HAUPTTEIL */
.ProfilPic {
	height: 15em;
	width: 15em;
	min-height: 15em;
	max-height: 20vw;
	max-width: 20vw;
	min-width: 15em;
	margin-right: 5vw;
	display: block;
	border-radius: 10em;
	position: relative;
	float: left;
	background-size: cover;
	margin-bottom: 40px;
}
.Intro{
	width:92%;
	margin-top: 5em;
	margin-left: 4%;
	text-align: center;
	height: 0.4vmin;
	position: fixed;
	background:  #D0D0D0;
	z-index: 2;
}


.Imagebox::after{
 	 position: absolute;
	height: auto;
	width: auto;
 	 opacity: 0;
	margin: 2vmin;
	right: 0;
	bottom:0;
	content: attr(tag);
	border-radius: 1em;
 	 transition: 0.5s ease;
	 padding: 0.5em 1em;
	text-align: center;
	 font-size: 1em;
	background: white;
	
}
.Imagebox:hover::after{
 	opacity: 1;
	background: white;
}
img {
  	max-width: 100%;
  	max-height: 100%;
	transition: filter 1s ease;
	display: block;
}
img:hover{
	-webkit-filter: opacity(100%);
	filter:opacity(100%);
}
.Bildleiste {
	width: 100%;
	
	background-image:url(food/img/back2.jpg); 
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap:wrap;
	min-height:17.7em;
	height: auto;
	color: blue;
}
.Element {
	width: 14.5em;
	min-width: 14.5em;
	margin: 1.25em 0.25em;
	margin-bottom: 3em;
	height: 10em;
	background: white;
	color: lightblue;
	transition: 1s ease;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	border-color:white;
	border-top-left-radius: .3em;
	border-top-right-radius: .3em;
	border: none;
}
.Element1{
	width: 18em;
	height: 15em;
	display: block;
	text-decoration: none;
}
.Element1::after{
	content: attr(tag);
	position: absolute;
	width: 14em;
	text-decoration: none;
	height: auto;
	background: rgba(255,255,255,1);
	text-align: center;
	margin-top: 11.5em;
	padding: 0.5em 0;
	font-size: 1.3em;
	font-weight: normal;
	color:black;
	transition: 0.5s ease;
}
.Element1:hover::after{
	color:white;
	background: black;
}
.Element:hover{
	background: rgba(58,58,58,1.00);
	margin-top:1em;
	margin-bottom: 3.25em;
}
.Element::after{
	content: " ";
	position: absolute;
	display:block;
	width: 1em;
	height: 1em;
	
	background: white;

	margin: 9.5em 7em;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: 1s ease;
	z-index: 9;

}
.Element:hover::after{
	margin: 10.75em 7em;
	background: rgba(58,58,58,1.00);
}
.gallery {
	margin: 1vw;
}
.gallery active{
	width:50vw;
	height: auto;
}
.gallery-wrapper{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	height: auto;
	background: rgba(0,0,0,00);
	width: 90%;
	margin-left: 5%;
}
.gallery img{
  width: 100%;
  height: auto;
  vertical-align: middle;
}
button{
  	background-color: white; /* Green */
  	border: none;
  	color: black;
	border-radius: 0.5em;
  	padding: 0.2em;
  	text-align: center;
	font-weight: normal;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 1em;
	width: auto;
	transition: 0.5s ease;
}
button:hover{
  	background-color: lightslategray; /* Green */
	color:white
}
.Element::before{

	transition: 1s ease;
	content: attr(tag);
	box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.3);
	position: absolute;
	font-size: 1em;
	background: white;
	color: rgba(58,58,58,1.00);
	margin-top:10em;
	margin-left: 0em;
	display: block;
	padding: .3em;
	width: 13.9em;
	text-align: center;
	z-index: 10;
	border-bottom-left-radius: 0.3em;
	border-bottom-right-radius: 0.3em;
	border-color: white;
}
.Element:hover::before{
	content: attr(tag);
	margin-top:11.25em;
	margin-left: 2em;
	display: block;
	background: rgba(58,58,58,1.00);
	color:white;
	width: 10em;
}
.Imagebox{
	height: 20vw;
	width: 28vw;
	max-height: 20em;
	max-width: 25em;
	background: rgba(149,150,150,0.40);
	position: relative;
	border-radius: .1em;
}
.Box {
	margin: 0vmin -0.1vmin 5vmin 0vmin;
	height: auto;
	width: 28vw;
	max-width: 25em;
	min-height: 35em;
	background: #AB6061;
	background:white;
	float:left;
	cursor: default;
	

}
.Textbox{
	padding: 2vmin 4vmin 2vmin 4vmin;
	text-align: left;
	height:auto;
	width: 28vw;
	max-width: 27em;
	position: relative;
	/*background: #F5F5F5;*/
	background: white;
	transition: 0.5s ease;
	border-radius: .1em;
	cursor:pointer;

	
}
main a {
	text-decoration: none;
	color:black;
	
}
button a:hover{
	color: white;
}
button a{
	text-decoration: none;
	color:black;
	transition: 0.5s ease;
}
.Textbox:hover{
	background:  black;
	color:whitesmoke;
	border-color: transparent;

}
/**
.IMGtext{
 	 position: absolute;
	height: 30vmin;
	width: 40vmin;
	min-height: 3em;
	min-width: 4.4em;
 	 opacity: 0;
 	 transition: 0.5s ease;
	 padding: 1em 0 0 0 ;
	text-align: center;
	 font-size: 5em;
}
**/

.Resume{
	padding: 2em 0 0 0;
	max-width: 90vw;
	background: none;
	margin-left: 5%;
}
.ResumeLeft{
	width: 60vw;
	float: left;
	padding-right: 5vw;

}
.ResumeRight{
	width: 25vw;
	height: 50vh;
	float: left;
	margin-left: 5vw;
}
.ResumeBlock{
	margin-top:1em;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
	padding-left: 1vw;
	border-left: 0.2em #D0D0D0 solid;
}
.ResumeBlock h4{
	text-align: right;
	padding-left: 0vw;
	position: absolute;
	right: 38vw;
	width: 16vw;
	margin-top: -1em;
	color:gray;
	font-weight: normal;
}
.ResumeBlock h3{
	margin-top: -1em;
	margin-bottom: 0.5em;
	color:#0a3251;
	font-weight: bold;
}
.ResumeBlock h2{
	margin-bottom: 1.2em;
	font-size: 1.3em;
}
.ResumeBlock .img{
	background-size: cover;
	float: left;
	margin-top:-1em;
	margin-right: 1em;
	width: 5em;
	height: 5em;
}
.ResumeBlock p{
padding-right: 16vw;
}
.ResumeRight h2{
	float:left;
	width: 30%;
	margin-bottom: 0.5em;
}
.ResumeRight h3{
	float:left;
	width: 30%;
	margin-bottom: 0.5em;
	font-weight: normal;
}
.containers {
	margin-right: 20%;
	width: 40%;
	height:0.8em;
	margin-top:0.35em;
	margin-bottom: 0.88em;
	background: #D0D0D0 ;
	float:right;

}
.level{
	background: #0a3251;
	height: 0.8em;
	border-radius: 0.2em;}

h1 {
	font-size: 2em;
}
h2{
	font-weight: normal;
	font-size: 1.3em;
	margin-bottom: 1em;
	/**background-color:#A3A3A3;
	color:white;
	margin-right: 100%;
	max-width: 100%;
	width:auto;
	display: inline-block;
	border: none;
	padding: 0.1em 0.4em;
	border-radius: 1em;*/
}
footer{
	padding: 1vmin;
	height:3em;
	clear: left;
	width: 100%;
	position: absolute;
	bottom: 0;
	padding-left: 5vw;
	margin-top: 2em;
	background: none;
	color:darkslategray;
}
footer::before{
	content:" ";
	position: absolute;
	background: #D0D0D0;
	width:92vw;
	left:4vw;
	margin-bottom: 0em;
	bottom: 3em;
	height: 0.25vmin;
}
/** ARTICLE **/

.Imagearticle{
	margin-left: 0%;
	margin-top: 0vmin;
	width:100vw;
	height: 30vh;
	text-align: center;
	color: white;
	text-shadow: none;
	padding-top: 5vh;
	text-shadow: 2px 2px 0px rgba(0,0,0,1);
	border-top: 0.3vmin solid #D0D0D0;
	font-size: 5vw;
}
text {
	width:80vw;
	height: auto;
	padding: 3em 0;
	margin: 0 auto 0 auto;
	max-width: 800px;
	display: block;
	padding-top:3em; 
}
articlemain {
	
}
text img {
	width: auto;
	margin: 2em auto;
	min-height: 15em;
	height: auto;
	max-height: 60vh; 
	overflow: hidden;}
text h6 { 
	width:80%;
	text-align: center;
	margin: -1.2em auto 2em auto; 
	font-size: 1em;
	font-weight: normal;
	
}

/** BLOG **/

blogtrag {
	margin-bottom: 0em;
	padding: 0em 2em 2em 2em;
	background: rgba(200,200,200,0.3);
	background: white;
}

blogtrag p {
	margin: 1em 0;
	padding: 0 0%;
	line-height: 1.3;
}

blogtrag .blogcont {
	background: none;
	display: none;
	width: 100%;
	height: 100%;
	animation: fadeEffect 1s;
}
blogtrag .introbutton::before {
	content: "";
	float:left;
	width:0.2em;
	height:0.2em;
	background: none;
	color:black;
	border-radius: 0em;
	position: relative;
	margin-left: -1.5em;
	margin-top: 0.8em;
	transition: 0.5s ease;
	    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);

}
blogtrag .introbutton::after {
	content: attr(tag);
	float:left;
	background: none;
	color:black;
	border-radius: 0em;
	position: relative;
	margin-left: 0em;
	margin-top: 0em;
	transition: 0.5s ease;
	animation: fadeEffect 1s;
}
blogtrag .introbutton.active::after {
	color:none;
	display: none;
	content:"";
	font-weight: normal;
}
blogtrag .introbutton:hover{cursor: pointer;}
blogtrag .introbutton.active::before {
	background: none;
		-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
	border: none;
    background-color: #f1f1f1;
	background: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    /*float: left;*/
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
	width: auto;
	font-size: 1em;
	color: black;
	font-weight: normal;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
	background: none;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
	background: none;
	font-weight: bold;
}

/* Style the tab content */
.tabcontent {
    display: block;
	padding: 2em 0em 2em 0em;
    border: 0px solid #ccc;
    border-top: none;
	width: 100%;
}

/** FOOD **/
food img{
	width: 100%;
	height: auto;
	margin: 4em 0em;
	
}
food div{
	background: black;
	width: 100%;
	position: relative;
}
food div::after{
	content: attr(tab);
	color: white;
	position: absolute;
	background: rgba(0,0,0,0.50);
	opacity: 0;
	transition: 1s ease;
	font-size: 2em;
	display: block;
	padding-top:calc(50% - 2.3em);
	top:0;
	bottom:0;
	width: 100%;
	text-align: center;
}
food div:hover::after{
	opacity: 0.8;
}
food div::before{
	font-size: 1em;
	color: black;
	background: none;
	opacity: 1;
	position: absolute;
	z-index: 1000;
	bottom: -2.5em;
	width: auto;
	max-height: 2em;
	padding: 0.5em;
	font-weight: bold;
	content: attr(tab);
	transition: 1s ease;
}
food div:hover::before{
	background: black;
	color:white;
}
food column{width: 30%; margin: 0em 0em;}
food {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	align-content: space-around;
	width: 80%;
	margin: 0 auto;
}

table {
    border-collapse:collapse;
    max-width: 100%;
	table-layout:fixed;
}

td, th {
    border: 0px solid #dddddd;
    text-align: left;
    padding: 14px;
	min-width: 7em;
	max-height: none;
	max-width:100%;
	
}
tr td:last-child{
    width:auto;
    white-space:nowrap;
}
tr:nth-child(even) {
    background-color: #dddddd;
	border-radius: 4px;
}

text a {
	text-decoration: none;
	font-weight: bold;
	color:#556993;
	transition: 1s;
}
text a:hover {
	color:black;
	
}

.Unterteiler{
	width:100vw;
	height: auto;
	display: flex;
	padding-bottom: 2em;
	justify-content: center;
	align-items: flex-start;
	background: white;
  	flex-wrap: wrap;
}
.Unterteiler .info {
	width: 30vw;
	margin: 1vh 1vw;
	height: 20vh;
	text-align: center;
	padding: 2em 1em;
	font-size: 1.2em;
	border-radius: 0.2em;
}
.Unterteiler .title{
	margin-bottom: .5em;
	font-weight: normal;
	color: gray;
}
.Unterteiler a{
	text-decoration: none;
	color:black;
	font-weight: bold;
	width: 100%;
	display: block;
	margin-bottom: 1em;
}
.fa { width:auto; display:block;}
i {display: inline;}
.Teil{
	width:30vw;
	max-width: 33vw;
	margin: 0 1vw;
	margin-top: 3vh;
	background: gray;
	overflow: hidden;
	height: 30vh; 
	background: white; 
	display: block; 
	text-align: center;
	font-size: 4vw;
	padding-top: 13vh;
	color: white;
	font-weight:lighter;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	transition: text-shadow 2s,padding-top 0.5s, height 0.5s, max-height 0.5s;
	border: medium rgba(240,240,240,1.00);
	border-radius: 0.1em;
}
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: darkslategray;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	transition: 0.5s ease;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color:rgba(51,51,51,1.00);
}

.Rezept{
	width:100%;
	background: lightgray;
	height:auto;
	line-height: 1.6;
	display: block;	
}
.Rezept h1{
	font-size: 1.3em;
}

.RezeptH3{
	width:100%;
	height: auto;
	background: none;
	padding-left: 1em;
	margin-bottom: -10em;
	padding-bottom: -10em;
	margin-left: -5em;
	float: left;
	font-weight: lighter;
	display: block;
	margin-top: 1.6em;
	line-height: 1em;
}
.RezeptIngredients{
	width: 30%;
	height: 100%;
	float: left;
	
	border-radius: 0.5em;
	padding: 1em;
	display: block;
}
.RezeptIngredients h1{
	padding: 0.3em;
	margin-left: -0.3em;
	margin-bottom: 0.4em;
}
.RezeptProcess h1{
	background:rgba(0,0,0,.80);
	color: white;
	border-bottom-color: darkgray;
	border-bottom: medium solid;
	padding: 0.3em;
	padding-left:0.7em;
	border-radius: 0.3em;
	margin-left: -0.3em;
	margin-right: -1em;
	margin-bottom: 0.4em;
	width: auto;
}
.RezeptProcess{
	width: 70%;
	height: 100%;
	float:left;
	background: white;
	border-radius: 0.5em;
	padding: 1em;
	border-width: medium;
	display: inline;
}
.Rezept li {
	margin-left:1.2em;
}
span.error{
	color: darkred;
	font-size: 0.9em;
	font-weight: bold;
}
/* Add a background color and some padding around the form */
.container {
    border-radius: 5px;
    background-color: #f2f2f2;
	background: none;
    padding: 5vw;
	padding-top: 2em;
}
@media only screen and (max-width: 1200px) {
	food column {width:50%; font-size: 1.5em;}
	.navtext{font-size:1.5em;}
	logo{font-size: 1em;}
	
}
@media only screen and (max-width: 1200px) {
	food column {width:100%; font-size: 2em;} 
	.Element {
	width: 60vw;
	min-width: 15em;
	margin: 2em 20vw;
	margin-bottom: 8em;
	overflow: hidden;
	margin-right: 20em;
	height: 40vw;
	}
	.Element::before{width:57.9vw; margin-top:40vw;height: auto;font-size: 2em;padding:1em auto;}
	.Element:hover{
	background: rgba(58,58,58,1.00);
	margin: 2em 20vw;
	margin-bottom: 8em;}
	.Element:hover::before{width:57.9vw; margin-top:40vw;height: auto;margin-left:auto}
	.Element::after{display: none;}



	
