/* ROOT */

:root {
  --primary: #7c244c;
  --secondary: #B71C53;
  --third: #521826;
  --white: #fff;
  --black: #000;
  --gradient: linear-gradient(135deg, rgba(112,29,57,1) 0%, rgba(154,32,79,1) 100%);
  --hover: rgb(255 255 255 / 80%);
}

/* Allgeimein */
body {
  background-color: var(--white);
  color: black;
  margin: 0;
  font-family: 'Lato';
  letter-spacing: 1px;
  font-size: 16px;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: rgb(0 0 0 / 20%) 0px 8px 16px;
}

h2{
  margin: 0;
  margin-bottom: 10px;
}

h4{
  margin: 0;
}

h3{
  padding: 0px;
  margin: 0px;
}

p { margin: 0;
    line-height: 1.5;
}

.white{
  color: var(--white);
}

.headline{
  padding-bottom: 15px;
}

.btn-primary{
  margin-top: 15px;
  padding: 8px 25px;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: white;
  border-radius: 99px;
  font-family: 'Gentium Book Basic', serif;
  font-size: 16px;
}
.btn-primary:hover{
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
}

.btn-white{
  margin-top: 15px;
  padding: 8px 25px;
  background-color: var(--white);
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 99px;
  font-family: 'Gentium Book Basic', serif;
  font-size: 16px;
}
.btn-white:hover{
  background-color: var(--secondary);
  border: 1px solid var(--white);
  color: var(--white);
}

.hover-text{
  color: black;
  text-decoration: none;
}

.hover-dlink-underline{
  color: black;
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1px solid black;
}
.hover-dlink-underline:hover{
  color: black;
  text-decoration: none;
}

/* Allgeimein ENDE */

/* Muttertag */
.mday{
  display: flex;
}

.mday-text{
  width: 100%;
}

.mday-img{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mday-img img{
  max-width: 400px;
}

@media (max-width: 768px){
  .mday{
    flex-direction: column;
  }

  .mday-img{
    padding-top: 30px;
  }
  .mday-img img{
    max-width: 300px;
  }
}

@media (max-width: 480px){
  .mday-img img{
    max-width: 200px;
  }
}


/* Menu Right */

.menu-right{
  position: fixed;
  top: 50%;
  right: 0px;
  display: flex;
  flex-direction: column;
  margin-top: -28px;
}

.menu-right:hover::before{
  user-select: all;
  content: '+49 9244 398';
  width: 112px;
  height: 15px;
  position: absolute;
  right: 0;
  margin-top: -40px;
  background-color: white;
  padding: 10px 20px 14px 20px;
  border-radius: 10px 0px 0px 10px;
  border: 1px solid #b71d53;
}

.icon-right{
  padding: 15px;
  background-color: var(--white);
  border: 1px solid var(--secondary);
  border-radius: 12px 0px 0px 12px;
  box-sizing: border-box;
}

.icon-right:hover{
  border-radius: 0px 0px 0px 12px;
}

.iconimg{
  width: 30px;
  height: 30px;
}

/* Main */

#main{
  margin-bottom: 52px;
}

#mainsections{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content{
  padding: 60px 30px;
  max-width: 1280px;
}

.content_bg{
  width: 100%;
  background: var(--gradient);
}

.head-title{
  color: var(--white);
  font-size: 45px;
  font-family: 'Gentium Book Basic', serif;
  text-align: center;
  font-weight: 700;
  padding: 0px 30px;
}

.head-title-sub{
  color: var(--white);
  font-size: 45px;
  font-family: 'Gentium Book Basic', serif;
  text-align: center;
  font-weight: 700;
}

/* NEWS */

.newsbox{
  background: linear-gradient(135deg, rgba(112,29,57,1) 0%, rgba(154,32,79,1) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border: 5px solid var(--third);
  box-sizing: border-box;
}
.newsbox::before{
  width: 180px;
  content: 'Informationen';
  text-align: center;
  color: var(--white);
  background-color: var(--secondary);
  padding: 15px 20px;
  border: 5px solid var(--third);
  margin-top: -29px;
  text-transform: uppercase;
}

.newsbox-content{
  padding: 30px 30px 60px 30px;
  width: 90%;
  max-width: 1280px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 30px;
  justify-content: space-between;
}

.newsbox-headline{
  color: var(--white);
  padding-bottom: 15px;
}

.newsbox-text{
  line-height: 1.5;
  color: var(--white);
}

.open-news{
  padding: 30px;
  background-color: var(--white);
  color: var(--primary);
  border-radius: 20px;
}

.open-link{
  color: white;
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1px solid white;
}
.open-link:hover{
  color: white;
  text-decoration: none;
}

/* Öffnungszeiten */

.times{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: white;
  max-width: 1280px;
  margin: 0 auto;
}

.opentimes{
  padding-right: 30px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.timesection{
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.eattimes{
  padding-right: 30px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.timetitle{
  padding: 0px 30px;
  margin: 0px 0px 15px 0px;
  border-bottom: 2px solid white;
  font-family: 'Gentium Book Basic', serif;
}

.timesimage{
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.timesimg{
  width: 300px;
  padding: 30px;
}

.timetable{

}

.zeiten{
  display: block;
  padding-bottom: 5px;
}

.day{
  padding-right: 15px;
}

/* Home */
.header-start{
  background-image: url("../images/header.jpg");
  margin-top: 50px;
  height: 45vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

/* Subsides */

.header-sub{
  background-image: url("../images/header.jpg");
  margin-top: 50px;
  height: 35vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

/* Aktuelles */

.news{
  width: 100%;
  max-width: 1280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-content{
  width: 90%;
  padding: 60px 30px;
  border-top: 1px solid var(--secondary);
  margin-top: 30px;
}
.news-content::before{
  content: '2024';
  background-color: var(--secondary);
  padding: 10px;
  position: absolute;
  margin-top: -60px;
  color: var(--white);
}

.news-content-2025{
  width: 90%;
  padding: 60px 30px;
  border-top: 1px solid var(--secondary);
  margin-top: 30px;
}
.news-content-2025::before{
  content: '2025';
  background-color: var(--secondary);
  padding: 10px;
  position: absolute;
  margin-top: -60px;
  color: var(--white);
}

.news-headline{
  padding-bottom: 15px;
}

/* Speisekarte */

.food-section{
  width: 95%;
  max-width: 1280px;
  padding: 30px 0px;
}

.food-sec{
}

.eat-sec{
  padding: 15px 20px 60px 20px;
  border: 2px solid var(--primary);
  margin-bottom: 45px;
  border-radius: 20px;
}

.eat-title{
  padding: 15px 0px;
  margin-bottom: 20px;
  border-bottom: 3px solid var(--primary);
  font-family: 'Gentium Book Basic', serif;
}

.eat{
  margin-top: 30px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--primary);
  width: 100%;
}

.gericht{
  color: var(--primary);
  font-family: 'Gentium Book Basic', serif;
  font-size: 18px;
}

.beilage{
  padding-top: 10px;
  color: var(--black);
}

/* Feiertags Speisekarte */

.eat-sec-holiday{
  padding: 15px 20px 60px 20px;
  border: 2px solid var(--primary);
  margin-bottom: 45px;
  border-radius: 20px;
  background-color: var(--primary);
}

.eat-title-holiday{
  padding: 15px 0px;
  margin-bottom: 20px;
  color: var(--white);
  border-bottom: 3px solid var(--white);
  font-family: 'Gentium Book Basic', serif;
}

.eat-holiday{
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--white);
  width: 100%;
}

.gericht-holiday{
  color: var(--white);
  font-size: 18px;
  font-family: 'Gentium Book Basic', serif;
}

.beilage-holiday{
  padding-top: 10px;
  color: var(--white);
}

/* Roter kasten bei Speisekarten */
.food-info{
  padding: 20px 30px;
  background-color: rgb(112 29 57);
  color: white;
  border-radius: 10px;
}

.food-notice{
  padding: 20px 0px 10px 0px;
}


/* Kontakt */

.kontakt-section{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  max-width: 1280px;
}

.kontakt{
  width: 50%;
  font-family:'Gentium Book Basic', serif;
}

.kontakt-img{
  width: 50%;
}

.knt-img{
  max-width: 100%;
}

.street-plz{
  padding-bottom: 15px;
}
