body
{
	font-family:Arial;
	color: #555;
	font-size:120%;
	background-color: #f3f3f3;
	margin:0;
}
#freetext
{

    padding: 14px;
    letter-spacing: 1px;
    font-size: 14px;
    user-select: none;
    padding: 10px 15px 10px 20px;
    border: 1px solid #cecece;
    margin-right: 15px;
}
#freetext:focus
{
    outline:none;
    border: 1px solid #78afb9;
}
.banner
{
	background: url('images/banner.jpg');
    height: 150px;
    background-size: cover;
    position:relative;
}
.bannercontent
{
	position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-shadow: 0 0 10px rgba(0,0,0,1);
    color: #fff;
    font-weight: bold;
    font-size: 40px;
}
#popup
{
	display:none;
	position:fixed;
	background:#ffffff;
	width: 100%;
    height: 100%;
    top: 0;
    left:0;
    overflow: auto;
}
#drinks
{
	margin-left: 10px;
    margin-right: 10px;
}
.clearfloat
{
	clear:both;
}
.close:hover
{
	cursor:pointer;
}
.letter
{
	width:20%;
	padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    vertical-align: middle;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
    text-transform: uppercase;
}
.error
{
	background: #F4DFDF;
    border-color: #EABFBF;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.15);
    border-radius: 0 0 2px 2px;
    padding: .75rem;
    width: 80%;
    text-align: center;
    margin: auto;
    overflow: auto;
}
.info
{

    padding: .75rem;
    width: 80%;
    text-align: center;
    margin: auto;
    overflow: auto;
}
.link
{
	padding: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    user-select: none;
    text-decoration: underline;
    color: #78afb9;
}
.floatright
{
	float:right;
}
.options
{
    padding: 10px;
    padding-bottom: 15px;
}
.whitebackground
{
	background: #fff;
}
.tab
{
	float: left;
    padding: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    user-select: none;
    background-color: transparent;
    padding: 10px 15px 10px 20px;
    border-radius: 20px;
    border: 1px solid #cecece;
    margin-right: 15px;
    margin-bottom: 15px;
}
.tab.selected
{
	background:#78afb9;
	color:#fff;
	border: 1px solid #78afb9;
}
.tab.unselected
{
	
}
.tab.filtered
{
	background:#fff;
	color:#78afb9;
	border: 1px solid #78afb9;
}
.tab > span > span
{
	display:inline-block;
	margin-left: 5px;
}
.tab.title
{
	
}
.tab.selected > .expand
{
	
	transform: scaleY(-1);
	display: inline-block;
}
.tab.unselected > .expand
{
	transform: scaleY(1);
	display: inline-block;
}
.tab:hover
{
	cursor: pointer;
}
.btn
{
	font-family: "Arial";
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ingredientbuttonstyle
{
	border: 1px solid transparent;
	font-size:16px;
}
.ingredientbuttonstyle::before
{
	margin:3px;
	border-radius:50%;
	width:32px;
	height:32px;
	padding:0;
	border: 4px solid transparent;
	background:#ddd;
	transition: all .1s ease-in-out;
	content:'';
	display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #d5d5d5;
    font-weight: 700;
    text-indent: 4px;
    line-height: 25px;
    color: #fff;

}

.color-title
{
	display: block;
    font-size: 13px;
}
.taste-title
{
	display: block;
    font-size: 13px;
}
.ingredient-title
{
    font-size: 13px;
}
.ingredientbuttonstyle.ui-state-default
{
	border:none;
	background:transparent;
}
.ingredientbuttonstyle.ui-state-hover
{
	border:none;
	background:transparent;
}
.ingredientbuttonstyle.ui-state-hover:before
{
	border: 1px solid #78afb9;
}
.ingredientbuttonstyle.color:before
{
	width:40px;
	height:40px;
	border: 3px solid #fff;
}
.ingredientbuttonstyle.color > .ui-button-text
{
	padding-top:14px;
}
.ingredientbuttonstyle.gul:before
{
	background:#f3e11d !important;
}
.ingredientbuttonstyle.röd:before
{
	background: #db2e2e !important;
}
.ingredientbuttonstyle.grön:before
{
	background:#4bc700 !important;
}
.ingredientbuttonstyle.brun:before
{
	background:#af3e00 !important;
}
.ingredientbuttonstyle.orange:before
{
	background:#e7980e !important;
}
.ingredientbuttonstyle.rosa:before
{
	background:#f882bc !important;
}

.ingredientbuttonstyle.blå:before
{
	background:#2761c2 !important;
}
.ingredientbuttonstyle.vit:before
{
	background:#ffffff !important;
	border:1px solid #d5d5d5;
}
.ingredientbuttonstyle.color.ui-state-active
{
	color: #000000;
	font-weight: bold;
}
.ingredientbuttonstyle.color.ui-state-active:before
{
    color: #000000;
    background: #000000;
    box-shadow: 0 0 0 2px #000000;
}
.ingredientbuttonstyle.color.ui-state-hover:before
{
	box-shadow: 0 0 0 2px #e5e5e5;
}

.ingredientbuttonstyle.ui-state-active
{
	color:#78afb9;
}
.ingredientbuttonstyle > .ui-button-text
{
	padding-top:6px;
    display: inline-block;
}
.ingredientbuttonstyle.ui-state-active:before
{
	color:#78afb9;
	background: #78afb9;
    box-shadow: 0 0 0 2px #78afb9;
    border: 3px solid #fff !important;
    margin: 2px 10px 2px 2px;
}

.ingredientbuttonstyle.ui-state-active:hover
{
	background:transparent;
	border:none;
}

.sort
{
	display: none;
	position: absolute;
    background: #fff;
    width: 100%;
}
.sort ::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 7px;
}
.sort ::-webkit-scrollbar-thumb
{
    border-radius: 4px;
    background-color: #272727;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
}
.sort ::-webkit-scrollbar-track
{
    background-color: #fff;
}
.sort > .filter-list
{
	height: auto;
	display:block;
}
.sort > .filter-list > li
{
	width: auto;
}
.filter-ingredients
{
	display: none;
	position: absolute;
    background: #fff;
    width: 100%;
}
.filter-ingredients ::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 7px;
}
.filter-ingredients ::-webkit-scrollbar-thumb
{
    border-radius: 4px;
    background-color: #272727;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
}
.filter-ingredients ::-webkit-scrollbar-track
{
    background-color: #fff;
}

.filter-colors
{
	display: none;
	position: absolute;
    background: #fff;
    width: 100%;
}
.filter-colors ::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 7px;
}
.filter-colors ::-webkit-scrollbar-thumb
{
    border-radius: 4px;
    background-color: #272727;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
}
.filter-colors ::-webkit-scrollbar-track
{
    background-color: #fff;
}

.filter-colors > .filter-list
{
	height: auto;
}
.filter-colors > .filter-list > li
{
	width: auto;
}
.filter-type
{
	display: none;
	position: absolute;
    background: #fff;
    width: 100%;
}
.filter-type ::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 7px;
}
.filter-type ::-webkit-scrollbar-thumb
{
    border-radius: 4px;
    background-color: #272727;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
}
.filter-type ::-webkit-scrollbar-track
{
    background-color: #fff;
}
.filter-type > .filter-list
{
	height: auto;
}
.filter-type > .filter-list > li
{
	text-align: center;
    width: auto;
}


.filter-taste
{
	display: none;
	position: absolute;
    background: #fff;
    width: 100%;
}
.filter-taste ::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 7px;
}
.filter-taste ::-webkit-scrollbar-thumb
{
    border-radius: 4px;
    background-color: #272727;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
}
.filter-taste ::-webkit-scrollbar-track
{
    background-color: #fff;
}
.filter-taste > .filter-list
{
	height: auto;
}
.filter-taste > .filter-list > li
{
	text-align: center;
    width: auto;
}

.filter-number_ingredients
{
	display: none;
	position: absolute;
    background: #fff;
    width: 100%;
}
.filter-number_ingredients ::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 7px;
}
.filter-number_ingredients ::-webkit-scrollbar-thumb
{
    border-radius: 4px;
    background-color: #272727;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
}
.filter-number_ingredients ::-webkit-scrollbar-track
{
    background-color: #fff;
}
.filter-number_ingredients > .filter-list
{
	height: auto;
}
.filter-number_ingredients > .filter-list > li
{
	text-align: center;
    width: auto;
}

.filter-ingredients > .filter-list > li
{
    width: 20%;
}
.filter-list
{
	overflow: auto;
    height: 400px;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    list-style: none;

}
.ingredients-footer
{
	padding: 10px;
    border-top: 1px solid rgba(39,39,39,0.1);
    text-align: center;
    font-size: 12px;
    border-bottom: 1px solid rgba(39,39,39,0.1);
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover
{
	color:#78afb9;
}
.close
{
    right: 0;
    position: fixed;
    margin-right: 20px;
    margin-top: 20px;
    font-size: 140%;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;    
}
.title
{
	font-size:600%;
	padding:10px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:700;
}
.mediumtitle
{
	font-size:250%;
	padding:10px 10px 0 10px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:700;
}

.normal
{
	font-size:170%;
	padding:10px;
	font-family: 'Roboto', sans-serif;
}

.image_container
{
	float:right;
	padding:20px;
	width:50%;
}
.image
{
	width:100%;
	border: 1px solid #e6e6e6;
	padding: 5px;
}
.thumb-container:hover
{
	cursor: pointer;
}
.thumb-container
{
	float:left;
	text-align:center;
	margin:15px;
}
.thumb
{
	width:250px;
	height:250px;
	border: 1px solid #e6e6e6;
	padding: 5px;
}
.close-icon {
	border:1px solid transparent;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
  outline: 0;
  cursor: pointer;
  position: relative;
}
.close-icon:after {
	font-family:Arial;
	content: "X";
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	background-color: #555;
	right: 35px;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 2px;
	border-radius: 50%;
	text-align: center;
	color: white;
	font-weight: normal;
	font-size: 12px;

	cursor: pointer;
}
.search-box:not(:valid) ~ .close-icon {
	display: none;
}
.drink-container
{
	padding:8px;
}
.name
{
	font-size:300%;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 700;
}
.ingredients
{
	font-size:150%;
	font-family: 'Roboto', sans-serif;
}
a
{
	color: #555;
	text-decoration:none;
}

.taste
{
	padding: 10px;
    background: #555;
    margin-right: 10px;
    line-height: 170%;
    border-radius: 6px;
    color: #fff;
}
.taste-container
{
	margin-top:10px;
	margin-bottom:10px;
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px)
/*@media (max-width:640px)*/
{
	#freetext
	{
		width: 100px;
	}
	.taste
	{
	    line-height: 100%;
	}
	.tab
	{
	    letter-spacing: normal;
	    font-size: 11px;
	    padding: 10px 10px 10px 15px;
	    margin-right: 5px;
	}
	.thumb-container
	{
	    float: left;
	    text-align: center;
	    width: 100%;
	    background-color: #ddd;
	    font-size: 150%;
	    font-family: 'Yanone Kaffeesatz', sans-serif;
	    font-weight: 700;
	    text-align: left;
	    margin: 0;
    	margin-bottom: 6px;
	}
	.thumb
	{
		float: left;
		width: 82px;
		height: 82px;
		border:none;
		padding:12px;
		margin-right:12px;
	}
	.image_container
	{
		float:initial;
		padding:0;
		width:100%;
	}
	.image
	{
		border:none;
		padding:0;
	}
	.drinkcontent
	{
		float:left;
	}
	.normal
	{
	  font-size: 100%;
	}
	.mediumtitle
	{
	  font-size: 150%;
	}
	.title
	{
		font-size:200%;
	}
	.close
	{
	    margin-right: 5px;
	    margin-top: -15px;
	    font-size: 200%;
	    line-height: 200%;
	    color:#000;
	}
	.ui-button-text-only .ui-button-text
	{
    	padding-top: 8px;
    	font-size: 0.6em;
	}
	.filter-ingredients > .filter-list > li
	{
		width:50%;
	} 
}