﻿@charset "utf-8";
/* CSS Document */
/*
@import url('https://fonts.googleapis.com/css?family=Pridi:300,400,700|Suez+One&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans+Condensed:300,400,600,700&subset=latin-ext');
*/
@font-face {
  font-family: 'Items';
  src:  url('/fonts/Items-WideLight.woff2') format('woff2'),
        url('/fonts/Items-WideLight.woff') format('woff');
}
@font-face {
  font-family: 'Acumin';
  src:  url('/fonts/AcuminProBook.woff2') format('woff2'),
        url('/fonts/AcuminProBook.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Acumin Bold';
  src:  url('/fonts/AcuminProBold.woff2') format('woff2'),
        url('/fonts/AcuminProBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
strong {
  font-family: 'Acumin Bold', sans-serif;
}

/*

    font-family: 'Pridi', serif;

    font-family: 'Suez One', serif;

*/
html main {
/*	background-color: #fff7f0; */
	background-color: #fddcb9;
}
body {
	background-color: transparent;
	font-family: 'Items', serif;
	
/*	background-image: url(images/bg-green.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 100vh;*/
}
html, body {
height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}
hr {
	border-color: #b1585b;
}
/*.fullBackground {
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/

h1, h2, h3, h4, .h2hp a  {
	font-family: 'Items', sans-serif;
	color: #e46344;
}
.affix {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.affix.navbar {
	background-color: #243b5b;
	-webkit-box-shadow: 0 3px 3px 1px rgba(0,0,0,0.3);
	box-shadow: 0 3px 3px 1px rgba(0,0,0,0.3);
}
.w-10 {
    width: 10% !important;
}
.main {
	font-size: 110%;
}
.main-obsah a {
	/*color: #E8D3A5;
	color: #b1585b; */
	color: #e46344;
	font-weight: 600;
}
.main-obsah a:hover {
	color: #000;
}
.w700 {
	font-weight: 700;
}
.opens {
	/*font-family: 'IBM Plex Sans Condensed', sans-serif;*/
	font-family: 'Acumin', sans-serif;
}
.hr30 {
	width: 30px;
	margin-left: auto;
	margin-right: auto;
}
.hr-m0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.hr-p0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.btn-gold {
	background-color: #e46344;
	border: 1px solid #fff;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 110%;
	border-radius: 0px;
	white-space: normal;
}
.btn-gold:hover,
.btn-gold:focus,
.btn-gold:active,
.btn-gold.active {
  background-color: #b1585b;
  border-color: #e46344;
}
.btn-gold.disabled:hover,
.btn-gold.disabled:focus,
.btn-gold.disabled:active,
.btn-gold.disabled.active,
.btn-gold[disabled]:hover,
.btn-gold[disabled]:focus,
.btn-gold[disabled]:active,
.btn-gold[disabled].active,
fieldset[disabled] .btn-gold:hover,
fieldset[disabled] .btn-gold:focus,
fieldset[disabled] .btn-gold:active,
fieldset[disabled] .btn-gold.active {
  background-color: #e46344;
  border-color: #e46344;
}
.chrome .TA_socialButtonIcon {
	top: -30px;
	position: relative;
}
.TA_socialButtonIcon {
	margin-top: 0px;
	padding-top:0px;
	line-height:20px;
}
.TA_socialButtonIcon img {
	margin-top: 0px;
	padding-top:0px;
	line-height:20px;
	height:20px;
	width:20px;
}
.FB_social {
	margin-top:0px;
	font-size:12px;
	line-height:20px;
}
/******FULLL*******/
.text-black {
	color: rgba(0,0,0,1.00);	
}
.text-gold {
	color: #e46344;	
}
.text-green {
	color: rgba(42,61,11,1.00);	
}
.bg-green {
	background-color: rgba(42,61,11,1.00);	
}
.bg-gold {
	background-color: #e46344;	
}
.btn-outline-gold {
	border-color: #e46344;
	color:  rgba(0,0,0,1.00) !important;
	text-transform: uppercase;
	font-family: 'Acumin', sans-serif;
	font-weight: 700;
	font-size: 90%;
	border-radius: 0;
	white-space: normal;
}
.btn-outline-ggold {
	border-color: #e46344;
	color:  rgba(0,0,0,0.70) !important;
	text-transform: uppercase;
	font-family: 'Acumin', sans-serif;
	font-weight: 700;
	font-size: 90%;
	border-radius: 0;
	white-space: normal;
}
.bg-halfw {
	background-color: rgba(255, 255, 255, 0.35);
}
.box-shad {
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
}
.card-no {
	background-color: transparent;
	border: none;
	border-radius: 0px;
}
.top-info {
	/*
	background-image: url(../images/bg-yell.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	*/
	background-color: #243b5b;
	margin-top: -86px;
	padding-top: 86px;
}
.top-info h1 {margin-block-end:0px;}
.top-top {
	background-color: #243b5b;
/*	background-image: url(../images/bg-yell.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover; */
}
.jumbo {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 390px;
	border-radius: 0px;
}
.jumbo01 { /* HP */
	background-image: url(/images/head-hp.jpg);
}
.jumbo02 { /* o nas */
	background-image: url(/images/head-o-nas.jpg);
}
.jumbo03 { /* rezervace */
	background-image: url(/images/head-rezervace.jpg);
}
.jumbo03nove {
	background-image: url(/data/header-03.jpg);
}
.jumbo032020 {
	background-image: url(/data/header-03.jpg);
}
.jumbo032021va { /* poukazy */ 
	background-image: url(/images/head-darkove-poukazy.jpg);
}
.jumbodp { /* poukazy */ 
	background-image: url(/img/head-dp.jpg);
}
.jumbo03fn {
	background-image: url(/data/header-03.jpg);
}
.jumbo03vanoce {
	background-image: url(/data/header-03.jpg);
}
.jumbo04 {
	background-image: url(/data/header-03.jpg);
}
.jumbo05 { /* jidelak */
	background-image: url(/images/head-jl.jpg);
}
.jumbo06 { /* denni menu */
	background-image: url(/images/head-denni-menu.jpg);
}
.jumbo07 { /* akce */
	background-image: url(/images/head-akce.jpg);
}
.jumbo10 {
	background-image: url(/data/header-03.jpg);
}
.jumbo08 { /* napojak */
	background-image: url(/images/head-nl.jpg);
}
.jumbo09 { /* kontakty */
	background-image: url(/images/head-kontakty.jpg);
}
.jumbo18 {
	background-image: url(/data/header-03.jpg);
}
.jumbo14 { /* con gusto */
	background-image: url(/data/header-03.jpg);
}
.jumbo15 {
	background-image: url(/data/header-03.jpg);
}
.jumbo16 { /* vikend */
		background-image: url(/images/head-vikend.jpg);
}
.card-ups-nobg {
	
}
.card-ups-nobg .card-img-top {
	height: 100px;
}
.card-ups-nobg {
	
}
.card-ups-nobg a {
	color: #000;
	font-weight: normal;
}
.card-ups-nobg a:hover {
	text-decoration: none;
}


.card-ups {
	
}
.card-ups .card-img-top {
	height: 100px;
}
.card-ups {
	
}
.card-ups a {
	color: #000;
	background-image: url(/images/ico-arrow1.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) center;
	background-size: 11%;
	padding-bottom: 1rem;
}
.card-ups a:hover {
	background-color: rgba(255, 222, 152, 0.2);
	text-decoration: none;
}
.dd-line {
	background-color: #243b5b;
	border-top: 4px double #e46344;
	border-bottom: 4px double #e46344;
}
.navbar-nav a {
	color: #fbddb7;
	font-family: 'Acumin', sans-serif;
	font-weight: 600;
	letter-spacing: -0.03em;
}
.top-news {
	/*background-image: url(images/ico-talk.svg);
	background-repeat: no-repeat;
	background-position: calc(66.5% + 50px) calc(100% - 20px);
	background-size: 6%;*/
}
.top-news .card-text {
	font-family: 'Acumin', sans-serif;
	font-size: 14px;
line-height: 1.3;
font-weight: 700;
}
.top-news .card-body {
	padding: 0px;
}
.top-news .card-title {
	margin-bottom: 3px;
}
.top-news .card-text {
	margin-top: 5px;
}
.hp-about .card-title {
	text-transform: uppercase;
font-size: 1.4rem;
}
.card-news .card-title {
	font-size: 1.4rem;
}
.collapse.show .navbar-nav {
	z-index: 1000;
	width: 100%;
	top: 42px;
	background-color: #243b5b;
}
.collapse.show .navbar-nav li {
	padding-left: 15px;
	padding-right: 15px;	
}
.navbar-nav .nav-item {
	text-align: center;
}
/************PAGE****************/
.blog .img-blog {
	display: block;
	overflow: hidden;
	padding: 15px;
}
.blog .img-blog img {
	/*  -webkit-filter: grayscale(70%); /* Safari 6.0 - 9.0 */
	/*  filter: grayscale(70%); */
}
.blog-thumbs {
	padding: 15px;
	padding-top: 0px;
	margin-top:-35px;
	
}
.akce-detail .blog-thumbs {
	margin-top: 35px;
	padding-left: 0px;
	padding-right: 0px;
}
.blog .img-blog-th, .akce-detail .blog-thumbs .img-blog-th {
	padding: 0px;
	margin-right:5px;
	margin-bottom:5px;
	display: inline-block;
}
.page .main-obsah {
	min-height: 80vh;
}
.page .main-obsah p {
	font-weight: 400;
}
.main-obsah h1 {
	font-family: 'Items', sans-serif;
	text-transform: none;
/*	text-transform: uppercase; */
	text-align: center;
	font-size: 3rem;
	margin-bottom: 20px;
}
.listek .cont {
}
.listek .term {
	display: flex;
	height: 100%;
}
.listek .term .day {
	display: inline;
	background-color: #e46344;
	color: #fff;
	float: right;
	clear: both;
	font-weight: 600;
	padding-left: 8px;
	padding-right: 8px;
}
.listek .term .date {
	font-size: 1.2rem;
	font-weight: 700;
	clear: both;
}
.listek .cont {
	
}
.fotogalerie {
	margin-top: 50px;
	margin-bottom: 50px;
}
.fotogalerie .img-thumbnail {
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
	padding: 0px;
	border-radius: 0px;
	border: none;
}
.fotogalerie .img-thumbnail:hover {
-webkit-box-shadow: 0 0 7px 0 rgba(074,0,0,0.7);
box-shadow: 0 0 7px 0 rgba(074,0,0,0.7);
}
.fotogalerie .img-thumbnail a {
	display: block;
}
.fotogalerie .img-thumbnail a:hover {
-webkit-box-shadow: 01px 0 7px 0 rgba(74,86,69,0.7);
box-shadow: 01px 0 7px 0 rgba(74,86,69,0.7);
}
.fotogalerie .foto {
	max-height: 120px;
	overflow: hidden;
	margin-bottom: 15px;
}
.fotogalerie .nadpis h3 {
	font-family: 'Pridi', serif;
	text-transform: uppercase;
}
.fotogalerie .date {
	font-size: 80%;
}
.top-news .img-logo {
	max-height: 110px;
}
.page .top-news {
	background-image: none;
}
.h2nadpis h2 {
	text-transform: none;
	font-size: 1.5rem;
	display: inline-block;
	background-color: #e46344;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #fff;
}
.h3nadpis h3 {
	text-transform: none;
	font-size: 1.2rem;
	font-weight: 700;
}
.top-top .fa-phone {
	font-size: 12px;
	margin-right: 4px;
	color: #fbddb7;
}
.top-top .phone-link,
.top-top a {
	color: #fbddb7;
}
.form-voucher .alert {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 90%;
}
.form-voucher .control-label {
	font-weight: 700;
}
.form-voucher #cenacelkem {
	font-weight: 700;
	font-size: 110%;
}
.navbar-brand {
	margin: 0px;
}
.main-obsah {
	margin-top: -100px;
}
.obsah {
	background-color: #fff;
}
.page .obsah {

}
.fotosekce .card-img-top {
	border-radius: 0px;
	border: solid;
	border-color: transparent;
	height:230px;
}
.fotosekce .card-img-top:hover {
	border: solid;
	border-color: rgb(166, 137, 74);
}
.fotosekce .card {
	background-color: transparent;
	border-radius: 0px;
	border: none;
}
.fotosekce .card .card-title {
	font-size: 1.3rem;
	font-weight: 700;
	text-transform: uppercase;
}
footer .contact a {
	color: #000 !important;
	font-weight: 600;
}
footer .contact a:hover {
	color: #e46344 !important;
}

.menu-details {
	padding: 2em;
	background-color: rgba(0,0,0,0.10);
	background-image: url(../images/bg-yell.jpg);
	background-position: center center;
	background-size: cover;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
.menu-details .h2nadpis h2 {
	
}
.menu-details .standard-meal .meal-desc {
	font-weight: 400;
	margin-bottom: 1em;
}
.menu-details .standard-meal span {
	font-size: .8em;
	
}
.menu-details .m-price {
    font-size: 18px !important;
    line-height: 22px;
    float: right;
    padding-left: 15px;
    /*color: #a98e68 !important;*/
}
.menu-details .standard-meal p {
	font-weight: 700;
	margin-bottom: 0px;
	line-height: 1;
}

/*font-size: calc(22px + 18 * (100vw - 992px) / 374);*/
/************RESPONSIVE****************/
@media screen and (max-width:996px){
	.page .obsah {
	background-size: auto;
}
	/*
	.main-obsah,
	.max-w-90 {
		max-width: 90%;
	}
	.max-w-100 {
		max-width: 100%;
	} */
	.listek .term .date {
		font-size: 1rem;
	}
	.top-news {
		background-position: calc(80.5% + 50px) calc(100% - 20px);
	}
}
@media screen and (max-width:600px){
	.top-news {
		background-image: none;
	}
	.main-obsah h1 {
		font-size: 3.5rem;
	}
}
@media screen and (max-width:440px){
	.main-obsah h1 {
		font-size: 2.5rem;
	}
.navbar-brand {
	display: none;
}
	}
	
	
/* Spinner CSS */
.spinner .input-xlarge {
  text-align: right;
}

.spinner .input-group-append {
	width:30px;
}

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 2%;
  vertical-align: middle;
  display: table-cell;
}

.input-group-btn-vertical > .btn {
  display: block;
  border:1px solid #999;
  float: none;
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 9px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}

.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
  padding-bottom:10px;
}

.input-group-btn-vertical > .btn:last-child {
  margin-top: -1px;
  border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i {
  position: absolute;
  top: 0;
  left: 4px;
}

.h2hp a {
box-sizing:border-box;
color:rgb(0, 0, 0);
cursor:pointer;
display:block;
font-family: 'Items', sans-serif;
font-size: 32px;
font-weight:500;
height:38px;
line-height:38.4px;	
text-decoration:none;
}


.alert-gold {
    background-color: 
#e5c690;
color:
    #000;
    font-size: 16px;
    padding: 20px;
    border: none;
    margin-top: 40px;
    margin-bottom: 40px;
}

.jumbovanoce {
	background-image:url(/img/pozadi-top.jpg); background-position: top center;
}
.jumbovanoceindex {
	display: none;
}

.btn-vanoce {
	font-weight:bold;
	color:#000;	
}

.jumbovanoce h1 {
	font-weight:900; font-size:122px; line-height:85px; margin-top:80px; padding-left:32px; text-shadow: 4px 6px #222; text-transform:uppercase;	
}
.jumbovanoce h1 .rok {
font-weight:600; text-shadow:none; color:#e5c690; font-size:68px;
}
.jumbovanoce h1 .sl {
	font-size:90px; margin-left:80px;	
}
.jumbovanoce .claim {
	 font-size:24px; font-style:italic; text-shadow: 2px 2px #222; margin-top: 75px; color: #fff;
}

.darkybox {
	border: 1px solid #e5c690; padding-top: 15px; padding-bottom: 15px; border-radius: 10px; background:rgba(24,39,68,0.75);
}
.darkybox h3 {
	color:#e5c690;
	font-size: 26px;
	line-height: 32px !important;
}
.darkybox p {
	font-size: 15px !important;	
}
.darkybox p strong {
	font-weight: normal;
	font-size: 15px !important;	
}
.darkybox .btn-vanoce {
	color:#fff !important;
}
.darkybox .btn-vanoce:hover {
	color:#000 !important;
}
.alert-gold p {
	color: #111 !important;
}

.vanoce .btn-gold {
	color: #fff;
	background-color: #b78e5a;
	font-weight: bold;
}
.vanoce .btn-gold:hover {
	color: #111 !important;
	background-color: #8f6f46;
	font-weight: bold;
}
.alert-gold a {
	color: #333 !important;
}
.alert-gold .btn-gold {
	color: #111;
	background-color: #b78e5a;
	font-weight: bold;
}
.alert-gold .btn-gold:hover {
	color: #111 !important;
	background-color: #8f6f46;
	font-weight: bold;
}
.vanoce a.btn {
	color:#fff !important;
}
.vanoce a {
	color:#e5c690 !important;
}
.vanoce .table {
	margin-bottom: 0px;
}
.vanoce .table td {
	color: #fff !important;
	font-size: 15px;
}
.vanoce .table .small {
	color: #fff !important;
	font-size: 12px !important;
	vertical-align: bottom;
}
.vanoce .table h4 {
	padding: 0px;
	margin: 0px;
}
.vanoce p {
	color: #FFFFFF;
}
.vanoce ul {
	list-style: circle;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 40px;
}
.vanoce li {
	color: #FFFFFF;
		
}
.vanoce .small {
	text-align: center;
	font-size: 14px !important;
	line-height: 24px !important;
}
.vanoce h3 {
	font-size: 22px !important;
	font-weight: 400 !important;
	color: #fff !important;
}
.vanoce h2 {
	font-size: 34px !important;
	font-weight: 400 !important;
	color: #fff !important;
}
.vanoce h1 {
    font-size: 44px !important;
    line-height: 60px !important;
    margin-bottom: 0px;
    font-weight: 400;
	color:#e5c690;
}
.vanoce .alert-gold a {
	color: #333 !important;
	font-weight: bold;
}
.vanoce .alert-gold a.btn:hover {
	color: #111 !important;
	font-weight: bold;
}
.vanoce .alert-gold a.btn {
	color: #fff !important;
	font-weight: bold;
}
.jumbovanoce {
	padding-top: 20px;
}
.jumbovanoce h1 {

	color: #fff; font-weight:900; font-size:122px !important; line-height:85px !important; margin-top:0px; padding-left:32px; text-shadow: 4px 6px #222; text-transform:uppercase;	
}
.jumbovanoce h1 .rok {
font-weight:600; text-shadow:none; color:#e5c690; font-size:68px;
}
.jumbovanoce h1 .sl {
	font-size:90px; margin-left:80px;	
}
.jumbovanoce .claim {
	 font-size:22px !important; font-style:italic; text-shadow: 2px 2px #222; margin-top: 0px;
}
@media screen and (max-width:1200px) {
.jumbovanoce h1 {
	font-weight:900; font-size:92px; line-height:65px; margin-top:80px; padding-left:32px; text-shadow: 4px 6px #222; text-transform:uppercase;	
}
.jumbovanoce h1 .rok {
font-weight:600; text-shadow:none; color:#e5c690; font-size:58px;
}
.jumbovanoce h1 .sl {
	font-size:70px; margin-left:80px;	
}
	.jumbovanoce .claim {
	 font-size:24px; font-style:italic; text-shadow: 2px 2px #222;
}
}

@media screen and (max-width:990px) {
.jumbovanoce h1 {
	font-weight:900; font-size:62px !important; line-height:45px; margin-top:80px; padding-left:32px; text-shadow: 4px 6px #222; text-transform:uppercase;	
}
.jumbovanoce h1 .rok {
font-weight:600; text-shadow:none; color:#e5c690; font-size:42px;
}
.jumbovanoce h1 .sl {
	font-size:50px; margin-left:80px;	
}
	.jumbovanoce .claim {
	 font-size:18px; font-style:italic; text-shadow: 2px 2px #222;
		margin-top: 20px;
}
}


.formbox {
	color:white; 
	border: 1px solid #e5c690; padding: 25px; text-align: left; border-radius: 10px; background:rgba(24,39,68,0.75);
}

.table .red td, .red {
	color: red;
	padding: 0;
}
.table .green td, .green {
	color: green;
	padding: 0;
}

.congusto a {
	background-image: url(/img/cg-flag.svg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 100px;
	height: 85px;
	right: 20px;
	position: fixed;
	top: -15px;
	z-index: 1040;
}

.lang {
	margin-right: 90px;
}
.gold {
	color: #e46344;
}
.footer-white {
	background-color: #fff;
	height: 15px;
}
.footer-section {
	background-color: #243b5b;
	padding-top: 10px;
	color: #fff;
	font-weight: normal;
}
.footer-section a {
	color:#fff;
}
.footer-section ul {
	list-style-type: none;
}
.loga-cg img {
	max-height: 50px;
	max-width: 250px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 20px;
}
.loga-inline-large img {
	max-height: 64px;
	max-width: 80px;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 16px;
	margin-right: 16px;
}
.loga-inline-xl img {
	max-height: 80px;
	max-width: 100px;
	margin-top: 24px;
	margin-bottom: 24px;
	margin-left: 24px;
	margin-right: 24px;
}
.loga-inline img {
	max-height: 40px;
	max-width: 50px;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 16px;
	margin-right: 16px;
}
.footer-loga {
	background-color: #fff;
	text-align: center;
	padding-bottom: 10px;
}
.scroll-top {
  width: 40px;
  height: 40px;
  line-height: 44px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: none;
  background: #998358 !important;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.logo {
	width: 300px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.headertext {
	color:#fddbb8; font-size: 30px; margin-top: 100px; text-align: center;
}
.navbar-toggler {
	color:#fddbb8;
}
.dropdown-menu {
	background-color: #fbddb7;
}
.dropdown-menu a {
	color: #243b5b;
}

.card-body {
    -ms-flex: none;
    flex: none;
    padding: 1.25rem;
}

.alergen {
    display: inline-block !important;
    padding: 0.25em 0.5em;
	margin-right: 2px;
	margin-left: 2px;
    font-size: 75%;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align:text-bottom;
    border-radius: 1rem;
    color: #999 !important;
	border: 1px solid #999;
    background-color: #fff !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.icojidelak {
	height:20px;
	margin-top: -5px;
	margin-left: 8px;
}
