@font-face {
    font-family: tstar_bold;
    /*src: url('../fonts/TSTARMonoRound-Bold.otf'); */
    src: url('../fonts/TSTARMonoRound-Bold.otf');   
    src: url('../fonts/TSTARMonoRound-Bold.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/TSTARMonoRound-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/TSTARMonoRound-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
}

@font-face {
  font-family: interstate;
  /*src: url('../fonts/InterstateCondMono.ttf');*/
  src: url('../fonts/InterstateCondMono.ttf');
  src: url('../fonts/InterstateCondMono.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/InterstateCondMono.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/InterstateCondMono.ttf')  format('truetype'), /* Safari, Android, iOS */
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: tstar_bold;
}
body::-webkit-scrollbar {
    width: .3rem;
}

body::-webkit-scrollbar-track {
    background: #1e1e24;
}

body::-webkit-scrollbar-thumb {
    background: #e2e8f0;
}
li {
    list-style: none;
}
p {
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 1px;
}
a {
    text-decoration: none;
}
h1,h2 {
    font-family: interstate;
    font-size: 2rem;
    padding-bottom: 2rem;
    text-transform: uppercase;
}
h3 {
    font-family: interstate;
    font-size: 1.5rem;
    padding: 1rem 0;
}
header.sticky .logo img {
    height: 80px;
    width: 80px;
}
header.sticky .langcont {
    display: none;
}
header {
    border-bottom: 1px solid #fff;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
}
.logo {
    text-align: center;

    margin-top: -3rem;
}
.logo img {
    width: 160px;
    height: 163px;
    transition: 0.6s;
}

.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 1.5rem;
}
.hamburger {
    display: none;
}
.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #101010;
}
.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-item {
    margin-left: 3rem;
}
.nav-item2 {
    padding: 1rem;
    margin-left: 3rem;
    background: #101010;
}
.nav-item2 a {
    color: #e2e8f0;
}
.nav-item2:hover {
    background: #fff;
}
.nav-item2:hover a {
    color: #101010;
}

.nav-link{
    font-size: 1rem;
    font-weight: 400;
    color: #475569;
    text-transform: uppercase;
}
.nav-link:hover{
    color: #000000;
}
.socialcont {
    position: relative;
    left: 80%;
    display: flex;
    align-items: center;
    padding: 1rem;
    gap: 1rem;
}

.todobtn {
    font-family: tstar_bold;
    padding: 1rem;
    color: #3f3f3f;
    border: 1px dotted #3f3f3f;
    cursor: pointer;
    transition: 0.6s;
}
.todobtn:hover,
.todobtn:hover a {
    color: #fff;
    background-color: #3f3f3f;
}

.todobtn a {
    color: #3f3f3f;
    transition: 0.6s;
}

.firstslider {
    padding-top: 10vh;
}
.restaurant {
    display: flex;
    width: 80%;
    margin: 0 auto;
    gap: 5rem;
    padding-top: 10rem;
}
.restaurantleft {
    width: 70%;
    padding-left: 5rem;
}
.restaurantright {
    width: 30%;
}
.selection,
.carta,
.locale,
.kontakt
 {
    padding: 10rem 2rem;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px dotted #3f3f3f;
}
.galerie h2 {
    padding: 10rem 0 3rem 0;
    text-align: center;
}
.cartatable {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 2rem;
    gap: 10rem;  
}
.cartaitem {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: space-between;
    margin: 1rem 0;
    border-bottom: 1px dotted #000;
}
.headline {
    width: 80%;
    margin: 0 auto;
    padding: 0 1rem 1rem 1rem;
}
.nuestracard,.nuestracardeven {
    display: flex;
    justify-content: center;
}
.nuestratext {
    padding: 4rem;
    text-align: center;
    width: 52%;
}
.nuestratext p {
    padding: 0.5rem 0;
}
.cartaimage {
    width: 100%;
    height: auto;
}
.localerow {
    display: flex;
}
.localebox {
    width: 33%;
    padding: 3rem 4rem 4rem 0;
    text-align: left;
}
.smalllogo {
    width: 80px;
}
.mapimage {
    display: block;
    margin: 1.5rem 0;
    width: 80%;
}
.kontakttb {
    display: flex;
    justify-content: center;
    padding-top: 2rem;
}
.kontactform {
    width: 50%;
}
form {
    display: flex;
    flex-direction: column;
}
input, textarea {
    padding: 1rem;
    margin: 0.5rem 0;
}
.kontacttext {
    text-align: left;
    width: 50%;
    padding: 0 6rem;
    line-height: 3rem;
}
.kontacttext h4 {
    font-size: 20px;
    font-weight: bold;
}

.copyright {
    width: 70%;
    margin: 0 auto;
}
.mainslider {
    padding-top: 14vh;
}
.reservas {
    text-align: center;
    background-color: #3f3f3f;
    padding: 2rem;
    color: #fff;
    letter-spacing: 2px;
    font-family: interstate;
    font-size: 1.6rem;
    text-transform: uppercase;
}

.reservas a {
    color: #fff;
    display: inline-block;
    font-size: 1.6rem;
    transition: 0.6s;
}
.reservas a:hover {
    text-align: center;
    color: #ccc;
    text-decoration: underline;
}
footer {
    background-color: #015e38;
}
.footersections {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 2rem 0;
    color: #fff;
}
.footersections h3,
.restaurantright h3 {
    color: rgb(167, 163, 126);
    font-size: 24px;
    font-weight: 400;
}
.footersections h4, 
.restaurantright h4 {
    font-size: 20px;
    color: rgb(167, 163, 126);
    margin: 10px 0;
} 
.footersections a {
    color: #fff;
    display: block;
    padding: 5px 0;
}
.socialfooter a {
    display: inline;
}
.copyright {
    text-align: center;
    color: rgb(167, 163, 126);
    padding: 5px 0;
}
.imgrow {;
  display: flex;
  flex-wrap: wrap;
  padding: 1px;
  margin: 0 auto;
}
.imgcolumn {
  flex: 25%;
  max-width: 25%;
  padding: 0 1px;
}
.imgcolumn img {
  margin: 1px 0;
  vertical-align: middle;
  width: 100%;
}
.impress {
    width: 80%;
    margin: 0 auto;
    padding: 5rem 0;
}

.impress h2 {
    padding-top: 3rem;
}





/* SLIDER */
.slider {
  width: 100%;
  height: 700px;
  overflow: hidden;
}
.slides {
  width: 500%;
  height: 700px;
  display: flex;
}
.slides input {
  display: none;
}
.slide {
  width: 20%;
  transition: 2s;
}
.slide img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.navigation-manual {
  position: absolute;
  width: 100%;
  margin-top: 650px;
  display: flex;
  justify-content: center;
}
.manual-btn {
  border: 2px solid #ccc;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  transition: 1s;
}
.manual-btn:not(:last-child){
  margin-right: 40px;
}
.manual-btn:hover {
  background: #ccc;
}
#radio1:checked ~ .first, #dugme1:checked ~ .first {
  margin-left: 0;
}
#radio2:checked ~ .first, #dugme2:checked ~ .first {
  margin-left: -20%;
}
#radio3:checked ~ .first, #dugme3:checked ~ .first {
  margin-left: -40%;
}
#radio4:checked ~ .first, #dugme4:checked ~ .first {
  margin-left: -60%;
}

.navigation-auto {
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 650px;
}
.navigation-auto div {
  border: 2px solid #333;
  padding: 5px;
  border-radius: 10px;
  transition: 1s;
}
.navigation-auto div:not(:last-child) {
  margin-right: 40px;
}
#radio1:checked ~ .navigation-auto .auto-btn-1,
#dugme1:checked ~ .navigation-auto .auto-btn-1 {
  background-color: #ccc;
}
#radio2:checked ~ .navigation-auto .auto-btn-2,
#dugme2:checked ~ .navigation-auto .auto-btn-2 {
  background-color: #ccc;
}
#radio3:checked ~ .navigation-auto .auto-btn-3,
#dugme3:checked ~ .navigation-auto .auto-btn-3 {
  background-color: #ccc;
}
#radio4:checked ~ .navigation-auto .auto-btn-4,
#dugme4:checked ~ .navigation-auto .auto-btn-4 {
  background-color: #ccc;
}
/* SLIDER */