* {
    font-family: Verdana, Arial, Tahoma, sans-serif;
    box-sizing: border-box;
    
    .mobile-break {
  	display: none;
	}
}

/* If the screen size is 600px wide or less */
@media only screen and (max-width: 568px) {
  .priority-5{
    display: none;
  }

  .mobile-break {
    display:block;
  }
}


/* th classes width */
.kathegorie {
	width:21%;
}
.name {
	width:34%;
}

a:link {
 	text-decoration: none;
}

h1 {
    font-size: 2.5em; /* 40px/16=2.5em */
    color: blue;
    background-color: white;
}

h2 {
    font-size: 1.5em; /* 24px/16=1.5em */
   // color: blue;
    background-color: white;
    margin-bottom: 16px;
    margin-top: 5px;
}

p {
    font-size: 1.0em; /* 16px/16=1.0em */
    color: black;
    margin-bottom: 0px;
}

ul {
  	list-style-type: none;
    font-size: 1.0em; /* 16px/16=1.0em */
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-color: #dddddd;
}

label {
	font-size: 1.0em; /* 16px/16=1.0em */
  	display: inline-block;
  	width: 180px;
  	margin-top: 10px;: 0px;
  	margin-right: 6px;
}

div {
	max-width: 1194px;
}

hr {
 	color: gray;
 	margin: 0px 10px; 
 	//top and button left and right
}

.top-container {
 	font-size: 1.75em; /* 24px/16=1.5em */
 	font-weight: bold;
    color: gray;
    background-color: white;
    margin-left: 5px;
    margin-bottom: 5px;
}

.username {
	font-size: 0.4em; /* 6px/16=0.375em */
	font-weight: normal;
	color: gray;
	float: right;
	text-align: right;
	height: 24px;
	padding: 0px;
	margin-top: 14px;
	margin-right: 8px;
}

.usernameFav {
	font-size: 0.4em; /* 6px/16=0.375em */
	font-weight: normal;
	color: gray;
	text-align: right;
	height: 24px;
	padding: 0px;
	margin-top: 14px;
	margin-right: 8px;
}

.header {
	position: sticky;
	top: 0;
  	font-size: 1.0em; /* 16px/16=1.0em */
//  	background: white;
  	color: #f1f1f1;
  	margin-left: 5px;
}

.content {
    padding: 0px;
    background: white;
	margin-right: 5px;
}
     
form {
    border-radius: 8px;
    list-style-type: none;
 	background-color: #dddddd;
    color: black;
    padding: 8px;
    margin-right: 4px;
    margin-bottom: 0px;
    }
    
form.detail {
   background-image: linear-gradient(180deg, lightgreen, darkgreen);
    }

form.detail2 {
    background: #FFFFE0;
    }
    
.footer {
  	position: sticky;
  	left: 0;
  	bottom: 0;
  	background-color: #FFFFE0;
  	border-bottom: 8px solid #006600;
  	border-radius: 4px;
 	outline: 8px solid #006600; 	
    padding-left: 10px;
  	padding-right: 10px;
}
    
input[type=text]{
  	font-size: 1.0em; /* 16px/16=1.0em */
  	width: 100%;
  	padding: 10px 10px;
  	margin-top: 5px;
  	margin-bottom: 0px;
  	display: inline-block;
  	border: 1px solid #ccc;
  	border-radius: 4px;
  	box-sizing: border-box;
}

input[type=url]{
  	font-size: 1.0em; /* 16px/16=1.0em */
  	width: 100%;
  	padding: 10px 10px;
  	margin-top: 5px;
  	margin-bottom: 14px;
  	display: inline-block;
  	border: 1px solid #ccc;
  	border-radius: 4px;
  	box-sizing: border-box;
}

input.link {
	padding: 5px;
	margin-top: 10px;
}

select {
  	font-size: 1.0em; /* 16px/16=1.0em */
  	text-decoration: none;
  	color: black;
  	outline: 0px solid transparent;
  	width: 200px;
  	margin-top: 8px;
  	margin-right: 6px;
  	display: inline-block;
  	border: 1px solid #ccc;
  	border-radius: 4px;
  	box-sizing: border-box;
    }
    
select.kathSearch {
  	margin-left: 0px;
    }

table {
    font-size: 1.0em; /* 16px/16=1.0em */
  	border-collapse: collapse;
  	table-layout: fixed;
    width: 100%;
    margin-left: 3px;
}

table a {
  color: inherit
 }

th {
	position: sticky;
    font-weight: normal;
    border-inline: 2px solid;
    border-radius: 8px;
    color: white;
    text-align: left;
    background-color: #006600;
    height: 28px;
    padding: 5px 10px;
}

td {
    font-weight: normal;
    width: 100%;
    height: 28px;
    color: black;
    text-align: left;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #ddd;
    padding-left: 8px;
    padding-top: 0px;
}

table.sublistrezepte {
	background-color: #ffffff;
	    width: 99%;
}

td.col1 {
	width: 150px;
	color: black;
}

td.col2 {
	background-color: green;
 	//width: 260px;
}

td.col3 {
	font-size: 0.9em;
 	width: 32px;
 	padding: 3px;
}

p.solid {
	border-style: solid;
	color: lightblue;
	}

textarea {
  	font-size: 1.0em; /* 16px/16=1.0em */
  	width: 100%;
  	padding: 10px 10px;
  	margin-top: 2px;
  	margin-bottom: 10px;
  	display: inline-block;
  	border: 1px solid #ccc;
  	border-radius: 4px;
  	box-sizing: border-box;
  	resize: none;
  	overflow: hidden;
}

.menues {
//	background-color: yellow;
}

.favorit {
width: 5%;
padding: 0px;
text-align: center;
}

.shortdate {
    font-size: 1.0em; /* 16px/16=1.0em */
    width: 50%;
}

.buttonOK {
    font-size: 0.875em; /* 14px/16=0.875em */
    width: 100px;
    float: right;
    background-color: #006600;
    border-style: solid;
    border-width: 1px;
    border-radius: 8px;
    color: white;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    margin: 10px 2px;
    cursor: pointer;
}
.buttonOK:hover {
    background-color: #00ba70;
    border-width: 2px;
    border-color: #006600;
}

.buttonAbbr{
    font-size: 0.875em; /* 14px/16=0.875em */
    width: 100px;
    background-color: gray;
    opacity:1.0;
    border: none;
    border-radius: 8px;
    color: white;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 10px 2px;
    cursor: pointer;
}

.buttonAbbr:hover {
    opacity: 0.7;
}

.buttonGastlogin{
    font-size: 0.875em; /* 14px/16=0.875em */
    width: 100px;
    float: right;
    background-color: gray;
    opacity:1.0;
    border: none;
    border-radius: 8px;
    color: white;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: -1px 2px;
    cursor: pointer;
}

.buttonGastlogin:hover {
    opacity: 0.7;
}
.buttonDel {
    font-size: 0.875em; /* 14px/16=0.875em */
    width: 100px;
    background-color: #ff603d;
    opacity:0.8;
    border: none;
    border-radius: 8px;
    color: white;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
}

.buttonDel:hover {
    background-color: red;
}

.buttonNeu {
    font-size: 1.0em; /* 16px/16=1.0em */
    width: 40px;
    height: 32px;
    background-color: #006600;
  	border-style: solid;
    border-width: 1px;
    border-color: gray;
    border-radius: 8px;
    color: white;
  	padding-top: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-top: 8px; 
    margin-right: 2px;
    cursor: pointer;
}

.buttonNeu:hover {
    background-color: #00ba70;
    border-width: 2px;
    border-color: #006600;
}

.buttonAnhang {
    font-size: 0.8em; /* 16px/16=1.0em */
    width: 30px;
    height: 28px;
    background-color: #006600;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
    border-radius: 8px;
    color: white;
  	padding-top: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-top: 16px; 
  	margin-bottom: 8px; 
    margin-right: 2px;
    cursor: pointer;
}

.buttonAnhang:hover {
    background-color: #00ba70;
    border-width: 2px;
    border-color: #006600;
}

.buttonClear {
    font-size: 0.875em; /* 14px/16=0.875em */
    width: 40px;
    height: 30px;
 	background-color: #ff603d;
    border: none;
    border-radius: 8px;
    color: white;
    text-align: center;
 	margin-top: 6px;
    cursor: pointer;
}

.buttonClear:hover {
    background-color: red;
}

.favoritenDel {
    font-size: 0.4em;
    font-weight: normal;
    text-align: center;
    padding-top: 3px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 3px;
 	background-color: #ff603d;
   	border: none;
   	border-radius: 8px;
   	color: white;
    cursor: pointer;
}

.favoritenDel:hover {
    background-color: red;
}

.buttonSucheList {
    font-size: 0.875em; /* 14px/16=0.875em */
    width: 40px;
    height: 30px;
    background-color: gray;
    border: none;
    border-radius: 8px;
    color: white;
    text-align: center;
    margin-left: 4px;
    margin-top: 6px;
    cursor: pointer;
    float: right;
}

.buttonSucheList:hover {
    opacity:0.8;
}

.buttonSuche {
    font-size: 0.875em; /* 14px/16=0.875em */
    width: 40px;
    height: 30px;
    background-color: gray;
    border: none;
    border-radius: 8px;
    color: white;
    padding: 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-left: 4px;
    margin-right: 20px;
    cursor: pointer;
}

.buttonSuche:hover {
    background-color: #00ba70;
}

.flex-container {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex-container > div {
  	margin-left: 3px;
	margin-bottom: 18px;
 	height: 180px;
}

.imgDel {
  	height: 180px;
  	width: auto;
}

.buttonImgDel {
    font-size: 0.8em;
    width: 30px;
    height: 24px;
    color: white;
    background-color:  #ff603d;
    border-radius: 8px;
    text-align: center;
    vertical-align: text-bottom;
    padding-top: 4px;
    text-decoration: none;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.buttonImgDel:hover {
    background-color: red;
    opacity:1.0;
}


#id {
    font-size: 0.375em; /* 6px/16=0.375em */
    width: 24px;
    border: none;
   	background-color: transparent;
   	text-align: right;
   	vertical-align: text-bottom;
	float: right;
	margin-top: 10px;
	margin-right: 10px;	
	padding: 0px 0px;
}

#erfasst {
    font-size: 0.375em; /* 6px/16=0.375em */
    width: 180px;
    border: none;
   	background-color: transparent;
   	text-align: left;
   	vertical-align: text-top;

	margin-top: 10px;	
	margin-right: 10px;	
	padding: 0px 0px;
}

#erfasst2 {
	font-size: 0.375em; /* 6px/16=0.375em */
    width: 120px;
    border: none;
   	background-color: transparent;
   	text-align: left;
	padding: 0px 0px;
}

#logout {
	float: right;
	width: 40px;
	height: 24px;
	padding-right: 16px;
	margin-top: 6px;
	margin-right: 2px;
}

#logout2 {
	float: right;
	font-weight: normal;
	width: 40px;
	color: gray;
	height: 24px;
	padding-right: 16px;
	margin-top: 2px;
}

#rezeptplus {
	font-weight: normal;
	color: green;
}


#searchfield1 {
    font-size: 1.0em; /* 16px/16=1.0em */
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 5px;
    width: 200px; 
}

#searchfield2 {
    font-size: 1.0em; /* 16px/16=1.0em */
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 5px;
    width: 200px; 
}

#loginForm {
    font-size: 1.0em; /* 16px/16=1.0em */
    //margin-top: 15px;
    padding: 10px;
    width: 250px; 
}

.counter {
    font-size: 0.4em; /* 16px/16=1.0em */
    font-weight: normal;
    font-style: italic;
    color: gray;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 3px;
    width: 200px; 
}

.dropbtn {
  	font-size: 0.8em; /* 8px/16=0.5em */
  	background-color: gray;
  	width: 100%;
  	color: white;
  	padding-top: 0px;
  	padding-left: 8px;
  	padding-right: 8px;
    padding-bottom: 4px;
	border-radius: 8px;
  	vertical-align: text-top;
  	border: none;
  	cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  // background-color: #006600;
   opacity:0.8;
}

.dropdown {
  	position: relative;
  	display: inline-block;
  	margin-left: 10px;
}

.dropdown-content {
	font-size: 0.5em; /* 8px/16=0.5em */
	font-weight: normal;
  	display: none;
  	position: absolute;
  	background-color: #f1f1f1;
  	min-width: 150px;
  	overflow: auto;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	z-index: 1;
}

.dropdown-content a {
  	color: black;
  	padding: 12px 12px;
  	text-decoration: none;
  	display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}
