/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * www.restaurantmajorelle.ch
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2019
 */


/*
 *
 * INSTRUCTIONS
 *
 * Copy the Legal Disclaimer and the @font-faces statements to your regular CSS file.
 * The fonts folder(s) should be placed relative to the regular CSS file.
 *
 * You can use either the complete or subsetted fonts:
 * If you don’t require the entire range of characters, you can use the smaller, subsetted webfonts instead.
 * See "Glyphs & Languages" for an overview of the characters in the corresponding html file in the root directory of this package.
 *
 */


/* Complete */

@font-face {
  font-family: "Roboto Mono";
  src: url("../Fonts/roboto_mono/RobotoMono-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LL Akkuratmono Regular Web";
    src: url("../Fonts/fonts/lineto-akkuratmono-regular.eot");
    src: url("../Fonts/fonts/lineto-akkuratmono-regular.eot?#iefix") format("embedded-opentype"),
         url("../Fonts/fonts/lineto-akkuratmono-regular.woff2") format("woff2"),
         url("../Fonts/fonts/lineto-akkuratmono-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}


/* Subsetted */

@font-face {
    font-family: "LL Akkuratmono Regular Sub";
    src: url("../Fonts/fonts_subsetted/lineto-akkuratmono-regular.eot");
    src: url("../Fonts/fonts_subsetted/lineto-akkuratmono-regular.eot?#iefix") format("embedded-opentype"),
         url("../Fonts/fonts_subsetted/lineto-akkuratmono-regular.woff2") format("woff2"),
         url("../Fonts/fonts_subsetted/lineto-akkuratmono-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "LL Akkuratmono Regular Web", 'Roboto Mono',  monospace;
    font-weight: 300;
  	font-size: 100%;
  	background-color: #fdf9f6;
    color: #3d4a93;
}

img {
  	width: 100%;
  	height: auto;
}

#wrap-all {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}


#content-wrap {
  padding: 170px 0 0 0;
}

#content {
    min-height: 500px;
  	padding-left: 360px;  
    position: relative;
}


#logo { 
  	position: fixed;
  	top: 0;
  	padding: 40px 0 0 6px;
  	z-index: 9;
  	transition: all ease 0.4s;
}


#logo img {
  	 max-width: 250px;
 	 min-height: 100px;
     transition: all ease 0.4s;
}


/*  Image Box  */

#imagebox { 
  	position: absolute;
	top: -200px;
  	transition: all ease 0.4s;
    width: 300px;
  	font-size: 0.9rem;
}

#imagebox img { 
  	max-width: 180px;
}

#imagebox p {
  padding: 0;
  line-height: 1rem;
}

#ueber-uns #imagebox { 
	top: -220px;
}

#ueber-uns #imagebox img { 
  	max-width: 200px;
}


/*  Illustration Startseite  */

.illustration-majorelle {
  display:none;
}

#home .illustration-majorelle {
  display:block;
}

#home #content {
    min-height: 300px;
}

h1, h2 {
    font-size: 1.25rem;
    font-weight: 300;
    margin: 0 0 1rem 0;
}

h3 {
    font-size: 1rem;
  	font-weight: 400;
  	margin: 0 0 10px 0;
}

p {
  margin: 0;
  padding: 0.75rem 0;
  font-size: 1rem;
  line-height: 1.75rem;
}

a {
  color: #3d4a93;
  text-decoration: underline;
}

a:hover {
  color: #CFB161;
}

figcaption {
  font-size: 0.825rem;
  padding: 5px;
}

em {
  	font-style: normal !important;
	font-size: 0.85rem;
	line-height: 1.125rem;
    display: inline-block;
}


strong {
    background-color: #CFB161;
    background-color: rgb(62, 75, 133);
    color: white;
    display: inline-block;
    padding: 0 10px;
  
}


ul {
  margin: 20px;
  padding:0;
}

li {
  margin:0 0 10px 0;
  padding:0;
  line-height: 1.5rem;
}

/*  Buttons  */
.online-reservation {
  position: fixed;  
  width: 140px;
  right: 10vw;
  top: 20px;
  transform: rotate(6deg);
  transition: all ease 0.4s;
}

  
/* ///////////////// Styles for adapted fluid content elements ///////////////////// */

.frame {
  margin-bottom: 2rem;
}

.thumbnails {
  margin: 20px 0;
}

.thumbnails .ce-row, .teammember-image .ce-row {
  display: flex;
  justify-content: space-between;
}

.thumbnails .ce-column {
  padding: 0;
  width: 24.5%;
}

.teammember-image {
  margin-top: 1.5rem;
}

.teammember-image .ce-column {
  padding: 0 10px 10px 0;
}


/*  Accordion  */

.frame-isAccordion {
   margin-top: 2rem;
}

.frame-isAccordion header {
   cursor: pointer;
   border-top: dotted 1px #221f63;
   background-image: url(../Icons/plus.svg);
   background-size: 12px;
   background-position: center right;
   background-position: right 10px center;
   background-repeat: no-repeat;
   transition: all 0.4s ease;
}

.frame-isAccordion h1, .frame-isAccordion h2 {
   font-size: 1.125rem;
   padding: 1rem 0 0.5rem 0;
}

.frame-isAccordion h2 {
  padding-left: 5px;
}

.frame-isAccordion h3 {
    padding: 1.25rem 0;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.frame-isAccordion p, .frame-isAccordion .ce-textpic {
   display: none;
}

.accordion-isOpen p, .accordion-isOpen .ce-textpic {
   display: block;
}

.frame-isAccordion header:hover, .accordion-isOpen header {
   color: #CFB161;
   border-top: dotted 1px #CFB161;
}


.accordion-isOpen header {
   background-image: url(../Icons/minus.svg);
}



/*  Mittags Menus  */
.frame-isMenuDay header {
   display: flex;
}


.frame-isMenuDay {
	border-top: dotted 1px #CFB161;
	padding: 20px 0 0 0;
}


.frame-isMenuDay h3 {
    padding: 6px 0 20px 0;
  	text-transform: uppercase;
	font-size: 0.85rem;
	letter-spacing: 1px;
}

.frame-isMenuDay p {
	padding: 0.5rem 0;  
    line-height: 1.5rem;
}


/*  Footer  */


footer {
  position: relative;
  margin: 50px 0 0 0;
  border-top: 1px #a5b5e6 solid;
  padding: 20px 0 40px 0;
}


footer p {
  padding: 0 5px 5px 0;
  margin: 0;
  font-size: 0.85rem;
}


.footer-item-wrap {
	display: flex;
}


.footer-item {
  width: 20%;
  text-align: right;
  padding: 0 0 10px;
}

.footer-item:first-child {
  width: 60%;
  text-align: left;
}

.social-media img {
  width: 40px;
}


/*  BX Slider custom styles  */

.bx-wrapper .bx-caption {
    background: rgba(207, 177, 97, 0.75);
}

.bx-wrapper .bx-caption span {
    font-family: 'Roboto Mono', monospace;
}

.fancybox-thumbs__list a:before {
  border: 6px solid rgba(207, 177, 97, 0.95);
}