body{
    font-family: 'Gotham-Book', Arial, sans-serif !important;
    font-size: 16px !important;
    background-color: #d9d3cf !important;
    padding-top: 30px !important;
    color: #4f4251 !important;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Silk-Serif-Regular';
    src: url('Fonts/Silk/Silk-Serif-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    color: #4f4251;
}

@font-face {
    font-family: 'Silk-Serif-Black-Italic';
    src: url('Fonts/Silk/Silk-Serif-Black-Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    color: #4f4251;
}

@font-face {
    font-family: 'Silk-Serif-SemiBold-Italic';
    src: url('Fonts/Silk/Silk-Serif-SemiBold-Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    color: #4f4251;
}


@font-face {
    font-family: 'Silk-Serif-Bold';
    src: url('Fonts/Silk/Silk-Serif-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    color: #4f4251;
}

@font-face {
    font-family:'Gotham-ExtraLight';
    src: url('Fonts/Gotham/Gotham-ExtraLight_gdi.eot');
    src: url('Fonts/Gotham/Gotham-ExtraLight_gdi.eot?#iefix') format('embedded-opentype'),
    url('Fonts/Gotham/Gotham-ExtraLight_gdi.woff') format('woff'),
    url('Fonts/Gotham/Gotham-ExtraLight_gdi.ttf') format('truetype'),
    url('Fonts/Gotham/Gotham-ExtraLight_gdi.svg#Gotham-ExtraLight') format('svg');
    font-weight: 275;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-FB04;
    color: #4f4251;
}

@font-face {
    font-family:'Gotham-Book';
    src: url('Fonts/Gotham/Gotham-Book_gdi.eot');
    src: url('Fonts/Gotham/Gotham-Book_gdi.eot?#iefix') format('embedded-opentype'),
    url('Fonts/Gotham/Gotham-Book_gdi.woff') format('woff'),
    url('Fonts/Gotham/Gotham-Book_gdi.ttf') format('truetype'),
    url('Fonts/Gotham/Gotham-Book_gdi.svg#Gotham-Book') format('svg');
    font-weight: 325;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-FB04;
    color: #4f4251;
}

@font-face {
    font-family:'Gotham-Medium';
    src: url('Fonts/Gotham/Gotham-Medium_gdi.eot');
    src: url('Fonts/Gotham/Gotham-Medium_gdi.eot?#iefix') format('embedded-opentype'),
    url('Fonts/Gotham/Gotham-Medium_gdi.woff') format('woff'),
    url('Fonts/Gotham/Gotham-Medium_gdi.ttf') format('truetype'),
    url('Fonts/Gotham/Gotham-Medium_gdi.svg#Gotham-Medium') format('svg');
    font-weight: 350;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-FB04;
    color: #4f4251;
}

@font-face {
    font-family:'Gotham-Black';
    src: url('Fonts/Gotham/Gotham-Black_gdi.eot');
    src: url('Fonts/Gotham/Gotham-Black_gdi.eot?#iefix') format('embedded-opentype'),
    url('Fonts/Gotham/Gotham-Black_gdi.woff') format('woff'),
    url('Fonts/Gotham/Gotham-Black_gdi.ttf') format('truetype'),
    url('Fonts/Gotham/Gotham-Black_gdi.svg#Gotham-Black') format('svg');
    font-weight: 450;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-FB04;
    color: #4f4251;
}

@font-face {
    font-family: 'Gotham-Ultra_0';
    src: url('Fonts/Gotham/Gotham-Ultra_0.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    color: #4f4251;
}

@font-face {
    font-family: 'Gotham-UltraItalic_0';
    src: url('Fonts/Gotham/Gotham-UltraItalic_0.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    color: #4f4251;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('Fonts/Gotham/Gotham-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    color: #4f4251;
}


.row{
  display: flex;
  justify-items: center;     
}

.box{        
    width: 270px !important;
    height: 110px !important;
    text-align: center;
    padding: 5%;
    border: 0px solid #888888;
    background-color:#efefed;
    box-shadow: 0px 0px 3px #888888;
}

.box h4 {
    font-family: 'Gotham-UltraItalic_0';
    color: #ea611c;
}

.box p{
    
    line-height: 140%;
    color: #4f4251;
}

.startboxes{
    text-align: center;
    vertical-align: center;
    padding: 5%;
    margin: 5%;
    border: 0px solid #888888;
    background-color:#efefed;
    box-shadow: 0px 0px 3px #888888;
    border-radius:.25rem;
}

.startboxes h4 {
    font-family: 'Gotham-UltraItalic_0';
    font-size: 25px;
}

a, a:link, a:visited {
    text-decoration: none !important;
    -webkit-transition: color 0.25s linear;
    -moz-transition: color 0.25s linear;
    -ms-transition: color 0.25s linear;
    -o-transition: color 0.25s linear;
    transition: color 0.25s linear;
    cursor: pointer;
}

a:hover {
    color: #8a8a8a !important;
    -webkit-transition: color 0.25s linear;
    -moz-transition: color 0.25s linear;
    -ms-transition: color 0.25s linear;
    -o-transition: color 0.25s linear;
    transition: color 0.25s linear;
}

#footer-container{
    position:sticky;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color:#d9d3ce;
    text-align: center;
}

.kartentitel{
    font-family:'Gotham-Ultra_0';
    text-align: center;
    line-height: 60%;
    margin-top: 20px;
}
.seitentitel{
    font-family:'Gotham-UltraItalic_0';
    text-align: center;
    line-height: 60%;
    margin-top: 20px;
}

.kartenuntertitel{
    font-family:'Silk-Serif-Bold';
    font-size: 12px;
    text-align: center;
}

.speisentitel{
    font-family: 'Silk-Serif-Bold';
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;           
}

.speisenzwischentitel{
    font-family:'Silk-Serif-Bold';
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
}
.speisentext{
    text-align: center;
    line-height: 120%;
}
.fussnote{
    font-family: 'Silk-Serif-Bold';
    font-size: 10px;

}

.speisenpreis{
    font-family:'Gotham-Bold';
    text-align: center;
    line-height: 0;
 }

.speisenkommentar{
    font-family:'Gotham-Ultra_0';
    text-align: center;
    font-size: 12px;
    line-height: 100%;
}
.getraenkegruppe{
    font-family:'Silk-Serif-SemiBold-Italic';
    text-align: center;
    text-decoration:underline;
    font-size: 18px;
    margin-bottom: 0;
}
.getraenketitel{
    font-family: 'Silk-Serif-Bold';
    font-size: 18px;
}

.getraenkepreis{
 font-family: 'Gotham-Bold';
}


.brunchsteps{
    font-family:'Silk-Serif-Bold';
    font-size: 18px;
    text-align: center;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #4f4251 !important;
    border-color: #4f4251 !important;
}
