/* Das Layout - Angaben die Bootstrap überschreiben! */
/* Eigene CSS-Deklarationen */
html {
scroll-behavior: smooth;
}

body, html {
height: 100%;
margin: 0;
font: open_sansregular, sans-serif;
font-size: 1em;
color: #111;
background-color: #fff;
}

.affix {
top:0px;
width: 100%;
z-index: 9999 !important;
}
.navbar {
margin-bottom: 0px;
}
.affix ~ .container-fluid {
position: relative;
top: 76px;
}

.navbar {
border-radius: 0px;
box-shadow: 5px 5px 8px rgba(0,0,0,0.9);
min-height: 136px;
}
#myNavbar {
margin-top: 24px;
}

.logo {
width: 200px;
height: auto;
}

h1, h2, h3, h4 {
  font-family: 'abhaya_libreextrabold'!important;
  font-family:bold;
  color:#111;
}
h1 {
  font-size:3em;
}
div.img-onepage {
position: relative;
opacity: 1;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
section {
position: relative;
color: #111;
background-color:transparent;
padding: 80px 80px;
}
section p, section ul {
hyphens: auto;
  font-family: opensans_regular;
  font-size: 1.6em;
  line-height: 1.6em;
}
#sectionhappy-food {
  /*background-image: url(../public/assets/Background/safran-verlauf.jpg);
  background-size: contain;
  background-repeat: no-repeat;*/
}
a {
color: #EB9C2D;
}
a:hover {
color: #000000;
}
.btn.btn-default.joriskocht {
  color: #fff;
  background-color: orange;
  border-radius: 40px;
  padding: 15px 30px;
  font-weight: bold;
}
.rauf {
  margin-top: 25px;
}
.kontaktiere a {
  background: orange;
  min-width: 250px;
  display: inline-block;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 1em;
  line-height: 1.8em;
}
.caption {
position: absolute;
left: 0;
top: 50%;
width: 100%;
text-align: center;
color: #000;
}
.caption a {
padding: 16px 24px;
font-size: 25px;
height: 60px;
text-decoration: none;
}
.caption a:hover, .caption a:visited {
color: #fff!important;
}
.button-clear {
background-color: transparent;
font-size: 25px;
color: #f7f7f7;
}
code, pre {
color:#222;
padding:6px;
border: 1px solid #ccc;
}
span.smart {display:none;}
.copy.right {
text-align: right;
}
/* Angebot */
.angebot p {
  font-size: 1em;
  padding-left:60px;
  margin-top:-12px;
}
h3 img {
  max-width: 50px;
  margin-right:10px;
}
/* Reviews */
/*#sectionreviews {
  background-color: #ccc;
}*/
.row.reviews {
  background-color: #fff;
}
.row.reviews p {
  font-size:1.1em;
}
.reviews .colimg {
  padding: 0;
}
.reviews .colimg img {
  padding: 0;
  object-fit: contain;
}
.row.reviews p.name {
  font-weight:bold;
}
.row.reviews p.anlass{
  font-size:0.8em;
}
/* Zeitleiste */
/*#sectionzeitleiste {
  background-color: #dedede;
}*/
/* The actual timeline (the vertical ruler) */
.timeline0, .timeline1 {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline0::after {
  content: '';
  position: absolute;
  width: 2px;
  background-color: #000;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
}
.timeline1::after {
  content: '';
  position: absolute;
  width: 2px;
  background-color: #000;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
}

/* Container around content */
.tmlcontainer {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.tmlcontainer::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -9px;
  background-color: #000;
  top: 0px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.tmlcontent {
  margin-top:-33px;
}
.tmlcontent p {
  font-size:1em;
}
.tmlcontainer.left {
  text-align: right;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
  .timeline0::after, .timeline1::after {
    left: 31px;
  }

/* Full-width containers */
  .tmlcontainer {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  .tmlcontainer.left {
    text-align: left;
  }
  .left::after, .right::after {
    left: 15px;
  }
  .right {
    left: 0%;
  }
}


.footer {
margin: auto;
text-align: center;
padding-bottom:15px;
}
.col-sm-4.baseline {
  min-height: 166px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
/* Small Devices, Tablets */
@media only screen and (max-width : 362px) {
.img-onepage {
background-attachment: scroll;
width:100%;
height:auto;
max-height:200px;
}
section {
padding: 40px 20px;
}
span.smart {display:block;}
.caption span.button-dark {
background-color: #111;
color: #fff;
font-size:1.2em;
min-width:90%;
height: auto;
border-radius: 0px;
}
}
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media (min-width: 1200px) {
.container {
width: 1050px;
}
}
@media only screen and (max-width : 1200px) {
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .smartmenu {
    display:none;
  }
}
@media only screen and (max-width : 768px) {
  nav.secondary {
  display:none;
  }
  section {
  padding: 50px 15px;
  }
  #myNavbar {
    margin-top: 82px;
  }
  h1 {
    font-size:2em;
    hyphens: auto;
  }
  section p, section ul {
    hyphens: auto;
    font-size: 1.4em;
    line-height: 1.4em;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}