* {
box-sizing: border-box;
}

html {
  font-size: 20px; /* Sets the root font size */
  scroll-behavior: smooth;
}

@font-face{font-family:"wieserfont-p"; font-display:auto; src:url('./fonts/RobotoCondensed-VariableFont_wght.ttf') format('truetype');}
@font-face{font-family:"wieserfont-h2"; font-display:auto; src:url('./fonts/RobotoCondensed-VariableFont_wght.ttf') format('truetype');}



      
body {
font-family: "wieserfont-p", "Helvetica Neue Condensed", sans-serif ;       
margin: 0 auto;
padding: 0px 0px 0px 0px;
background-color:#D9DDD5;      /* Arial Narrow #E4EFFE very light blue background #f3f3f3 light grey #FFD100 my super yellow */
}

body, html {
  height: 100%;
}

.parallax-grey {
background-image: url('./pics/pic-background.png');
background-attachment: fixed;
background-position: right top;
background-repeat: repeat;
background-size: cover;
}

.parallax-weingarten {
background-image: url('./pics/compressed/bkgrnd-title-and-footer.jpg');
background-attachment: fixed;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
}

.parallax-uebernachten {
background-image: url('./pics/compressed/bkgrnd-uebernachten.png');
background-attachment: fixed;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
}

.parallax-weine {
background-image: url('./pics/compressed/bkgrnd-weine.jpg');
background-attachment: fixed;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
}


.fixed { background-attachment: scroll; }

.noparallax {
  /* The image used */
  background-image: url('./pics/pic-background.png'); 

  /* Set a specific height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: scroll;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 110%;
}

    
header {
max-width: 100%;
height: 50px;
margin: 0 auto;
background-color: #146EF5;
border-radius: 0px;
}

.separator {max-width: 100%; padding: 0px 0px 0px 0px; margin: 0 auto; background-color: rgba(255, 0, 0, 0.0); border-radius: 0px; height: 10px;}

.separatordarkolive {max-width: 100%; padding: 0px 0px 0px 0px; margin: 0 auto; background-color: #223030; border-radius: 0px; height: 50vh;}

.titledeco {max-width: 1600px; padding: 0px 0px 0px 0px; margin: 0 auto; background-color: none; border-radius: 0px; height: 150px;}

.textboxwhite {max-width:100%; background-color: rgba(245, 245, 245, 1.0); padding:0px 0px 10px 0px; border-radius: 0px 0px 0px 0px;}


.boxdeco-white {max-width: 100%; padding: 0px 0px 0px 0px; margin: 0 auto; background-color: rgba(255, 255, 255, 0.4); border-radius: 0px 0px 0px 0px;}
.boxdeco-blue {max-width: 100%; padding: 0px 0px 0px 0px; margin: 0 auto; background-color: rgba(34,48,48,0.85);  border-radius: 0px 0px 0px 0px; }
.boxdeco-red {max-width: 100%; padding: 0px 0px 0px 0px; margin: 0 auto; background-color: rgba(34,48,48,0.5); border-radius: 0px 0px 0px 0px; }
.boxdeco-blueallrounded {width: 100%; padding: 0px 0px 0px 0px; margin: 0 auto; background-color: #051C3D; border-radius: 8px 8px 8px 8px; height: 150px;}
.boxdeco-green {max-width: 100%; padding: 0px 0px 0px 0px; margin: 0 auto; background-color: #00D722; border-radius: 8px 8px 0px 0px; height: 150px;}
.boxdeco-purple {max-width: 100%; padding: 0px 0px 0px 0px; margin: 0 auto; background-color: #ED52CB; border-radius: 8px 8px 0px 0px; height: 150px;}
.boxdeco-yellow {max-width: 100%; padding: 0px 0px 0px 0px; margin: 0 auto; background-color: #FFD100; border-radius: 8px 8px 0px 0px; height: 150px;}

.decoboxpadding {padding: 90px 0px 90px 0px;}
.decoboxpaddingwbm {padding: 90px 0px 70px 0px;}

img { max-width: 100%; height: auto; border-radius: 0px; }

.toproundedcorners {border-radius: 4px 4px 0px 0px; opacity: 1.0;}
.allroundedcorners {border-radius: 4px 4px 4px 4px; opacity: 1.0;}

footer {
max-width: 1200px;
padding: 0px;
margin: 0 auto;
background-color: none;
display: flex;
justify-content: center;
align-items: center;
height: 90px;
}

main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px 0px 20px;
    background-color: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 0px solid green;
}


main.width960 {
    max-width: 800px;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    background-color: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


main.fullwidth {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    background-color: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}




.column-one {
flex-basis: calc(100% - 0px);
background-color: rgba(255, 255, 255, 0.0);
margin-bottom: 0px;
padding: 0px 0px 10px 0px;
color: #223030;
background-color: none;
border: 0px solid #000000;
border-radius: 0px;
position: relative;
}

.column-two {
flex-basis: calc(50% - 10px);
background-color: rgba(255, 255, 255, 0.0);
margin-bottom: 0px;
padding: 0px 0px 0px 0px;
color: #223030;
backgroud-color: none;
border: 0px solid red;
position: relative;
}

.column-twofull {
flex-basis: calc(50% - 0px);
background-color: rgba(255, 255, 255, 0.00);
margin-bottom: 0px;
padding: 0px 0px 0px 0px;
background-color: none;
border: 0px solid #000000;

/* box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.20), 8px 8px 8px 0px rgba(0, 0, 0, 0.10); */
position: relative;
}

.morepadding2colfull {
padding: 10px 20px 10px 20px;
}

.column-three {
flex-basis: calc(33.33% - 14px);
background-color: rgba(255, 255, 255, 1.00);
margin-bottom: 20px;
color: #223030;
text-align: left;
border: 0px solid #000000;
/* box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.20), 8px 8px 8px 0px rgba(0, 0, 0, 0.10); */
position: relative;
}

.column-threecenter {
flex-basis: calc(33.33% - 14px);
background-color: rgba(255, 255, 255, 1.00);
margin-bottom: 20px;
color: #223030;
text-align: center;
border: 0px solid #000000;
border-radius: 0px;
/* box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.20), 8px 8px 8px 0px rgba(0, 0, 0, 0.10); */
position: relative;
}

.column-threefull {
flex-basis: calc(33.33% - 0px);
background-color: rgba(255, 255, 255, 1.0);
margin-bottom: 0px;
color: #223030;
text-align: left;
border: 0px solid #000000;
border-radius: 0px;
/* box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.20), 8px 8px 8px 0px rgba(0, 0, 0, 0.10); */
position: relative;
}

.marginbottom {
margin-bottom: 20px;
}


.column-threefulltohide {
flex-basis: calc(33.33% - 0px);
background-color: rgba(255, 255, 255, 1.0);
margin-bottom: 0px;
color: #223030;
text-align: left;
border: 0px solid #000000;
border-radius: 0px;
/* box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.20), 8px 8px 8px 0px rgba(0, 0, 0, 0.10); */
position: relative;
}

.column-twothird {
flex-basis: calc(66.66% - 0px);
background-color: rgba(255, 255, 255, 1.00);
margin-bottom: 20px;
color: #223030;
text-align: left;
border-radius: 0px;
/* box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.20), 8px 8px 8px 0px rgba(0, 0, 0, 0.10); */
position: relative;
}

.column-four {
flex-basis: calc(25% - 1px);
background-color: rgba(255, 255, 255, 0.0);
margin-bottom: 0px;
padding: 10px 0px 10px 0px;
color: #223030;
text-align: center;
border: 0px solid #ddd;
border-radius: 0px;
/* box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.20), 8px 8px 8px 0px rgba(0, 0, 0, 0.10); */
position: relative;
}

.column-fourfiller {
flex-basis: calc(25% - 15px);
background-color: rgba(255, 255, 255, 0.4);
margin-bottom: 0px;
padding: 0px 0px 0px 0px;
color: #223030;
text-align: center;
border: 0px solid #ddd;
border-radius: 0px;
/* box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.20), 8px 8px 8px 0px rgba(0, 0, 0, 0.10); */
position: relative;
}

.column-fourleft {
flex-basis: calc(25% - 15px);
background-color: rgba(255, 255, 255, 1.0);
margin-bottom: 20px;
padding: 0px 0px 0px 0px;
color: #223030;
text-align: left;
border: 0px solid #ddd;
/* box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.20), 8px 8px 8px 0px rgba(0, 0, 0, 0.10); */
position: relative;
}

.column-fourcenter {
flex-basis: calc(25% - 15px);
background-color: rgba(255, 255, 255, 1.0);
margin-bottom: 20px;
padding: 0px 0px 0px 0px;
color: #223030;
text-align: center;
border: 0px solid #ddd;
/* box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.20), 8px 8px 8px 0px rgba(0, 0, 0, 0.10); */
position: relative;
}

.column-fournotonmobile {
flex-basis: calc(25% - 0px);
background-color: rgba(255, 255, 255, 0.85);
margin-bottom: 0px;
padding: 0px 0px 0px 0px;
color: #223030;
text-align: center;
border: 0px solid #ddd;
border-radius: 0px;
/* box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.20), 8px 8px 8px 0px rgba(0, 0, 0, 0.10); */
position: relative;
}


.column-sixleft {
flex-basis: calc(16.66% - 4px);
background-color: rgba(45, 45, 45, 0.8);
margin-top: 4px;
padding: 0px 0px 0px 0px;
text-align: left;
border: 0px solid #ffffff;
position: relative;
}

.withborders {
border: 0px solid #999999;
}





      
p {
font-size: 1.00rem;
font-weight: 300;
padding:0px 20px 0px 20px;
line-height: 1.2;
}


p.wine {
color: #223030;
font-size: 0.9rem;
}

p.popuptext {
color: #223030;
font-size: 1rem;
}

.arrowcolor  {
font-size: 1.00rem; 
font-weight: bold; 
color:#223030;
}

.arrowwhite  {
font-size: 1.00rem; 
font-weight: none; 
color:#FFFFFF;
}

li {
font-size: 1.00rem;
font-weight: 300;
padding:0px 20px 0px 0px;
line-height: 1.2;
}

h1 {
font-size: 3rem;
text-transform: uppercase;
padding:0px 0px 0px 0px;
margin: 0px;
font-weight: 500;
line-height: 1;
}		

h2 {
font-family: "wieserfont-h2", sans-serif;
text-transform: uppercase;
font-size: 1.4rem;
padding: 10px 20px 0px 20px;
font-weight: 500;
line-height: 1;
border: 0px solid red;
}

h2.thinner {
font-family: "wieserfont-h2", sans-serif;
text-transform: uppercase;
font-size: 1.3rem;
padding: 10px 20px 0px 20px;
font-weight: 400;
line-height: 1;
}

h2.navblockonly {
font-family: "wieserfont-h2", sans-serif;
text-transform: uppercase;
text-align: center;
font-size: 0.8rem;
color: #ffffff;
padding: 25px 10px 25px 10px;
margin: 0px;
font-weight: 300;
line-height: 1;
background-color: none;
width: 100%;
}

h2.wine {
font-family: "wieserfont-h2", sans-serif;
text-transform: uppercase;
font-size: 1.0rem;
padding:10px 10px 0px 10px;
font-weight: normal;
line-height: 1;
color: #223030;
}

h2.popuptext {
font-family: "wieserfont-h2", sans-serif;
text-transform: uppercase;
font-size: 1.2rem;
padding:10px 20px 0px 20px;
font-weight: normal;
line-height: 1;
color: #223030;
}

h2.menulinks {
font-family: "wieserfont-h2", sans-serif;
text-transform: none;
font-size: 1.2rem;
padding: 20px 0px 20px 0px;
margin: 0px;
font-weight: 400;
line-height: 1;
color: #ffffff;
}


h2.titleblock {
font-family: "wieserfont-h2", sans-serif;
text-transform: uppercase;
font-size: 0.8rem;
padding:20px 20px 20px 20px;
font-weight: 400;
line-height: 1;
position: absolute;
bottom: 0%;
color: #f0f0f0;
background-color: rgba(34,48,48,0.66);
border-radius: 0px 8px 8px 0px;
}
 
h3 {
font-family: "wieserfont-h2", sans-serif;

font-size: 1.16rem;
padding:10px 20px 0px 20px;
font-weight: 400;
line-height: 1;
}

.termindate {
line-height: 0.8;
font-size: 1.3rem;
}

h4 {
font-family: "wieserfont-h2", sans-serif;

font-size: 1.1rem;
padding:0px 20px 0px 20px;
font-weight: normal;
line-height: 1;
margin-block-start: 1.00em;
margin-block-end: -0.50em;
}	

h5 {
font-family: "wieserfont-h2", sans-serif;
font-size: 1.9rem;
font-weight: 300;
line-height: 1;
}
	
.black {
color: #223030;
}

.white {
color: #FFFFFF;
}


hr {
height: 1px;
border: 1px solid #000000;
margin:1px;

}	

table.icons {
padding:0px 20px 0px 18px;
position: absolute;
bottom: 16px;
}

table.hero1 {
text-align: left;
vertical-align: center;
width: 95%;
height: 300px;
border: 0px solid red;
border-radius: 0px;
}

table.hero2 {
text-align: center;
vertical-align: center;
width: 100%;
height: 300px;
border: 0px solid red;
border-radius: 0px;
}

.btn {
    display: inline-block;
    padding: 12px 0px 12px 0px;
    width: 100%;
    background-color: #F0F0F0;
    color: #000;
    border: 0px solid #223030;
    text-align: center;
    text-decoration: none;
    border-radius: 0px;
}

.btn1 {
    display: inline-block;
    font-family: "wieserfont-h2", sans-serif;
    text-transform: uppercase;
    font-size: 1.0rem;
    font-weight: 300;
    line-height: 1;
    padding: 20px 20px 20px 20px;
    background-color: rgba(0, 0, 0, 0.0);
    color: #223030;
    border: 1px solid #223030;
    text-align: center;
    text-decoration: none;
}

.btn2 {
    display: inline-block;
    font-family: "wieserfont-h2", sans-serif;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    padding: 20px 20px 20px 20px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
    border: 3px solid #ffffff;
    text-align: center;
    text-decoration: none;
}

.btn2:hover {
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
}


 /* ########## ideas to transform images when hovering over them ############ */

.image-container {
    display: flex; /* Use flexbox */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
  overflow: hidden;
  width: 100%; /* Adjust the width and height according to your image size */
  height: 100%;
  position: relative;
  border: 0px solid red;
}



.image-containerwhover {
    display: flex; /* Use flexbox */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
  overflow: hidden;
  width: 100%; /* Adjust the width and height according to your image size */
  position: relative;
  border: 0px solid red;
}

.image-containerwhover img {
  transition: transform 0.5s ease;
  /* transition: filter 0.2s ease;*/
 opacity: 1;
display: inline-block;


}

.image-containerwhover:hover img {
  transform: scale(1.08);   
  filter: grayscale(0%) saturate(1.0); 
 opacity: 1;
}


.text-container {
    display: flex; /* Use flexbox */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
  overflow: hidden;
  width: 100%; /* Adjust the width and height according to your image size */
  height: 100%;
  position: relative;
  border: 0px solid red;
}

.text-wrapper {
padding: 0px;
margin: 0px;
  border: 0px solid blue;

}





.fullscreenheight {
min-height: 100vh;
}



.all-borders-rounded {
border-radius: 0px;
}

.top-borders-rounded {
border-radius: 0px 0px 0px 0px;
}

.kontaktbottom { padding: 40px 0px 40px 0px; transform: rotate(-19deg);}


/* ############################ MOVING BANNER ############################ */

.banner-container {
  flex-basis: calc(100% - 0px);
  position: relative;
  top: 0;
  width: 100%;
  overflow: hidden;
  background-color: rgba(45, 45, 45, 0.0);
  padding: 20px 0px 20px 0px;
}

.moving-text {
  display: inline-block;
  white-space: nowrap;
  animation: moveRightToLeft 10s linear infinite; /* Adjust duration as needed */
  color: #fff; /* Adjust text color as needed */
}

@keyframes moveRightToLeft {
  0% {
    transform: translateX(75%);
  }
  100% {
    transform: translateX(calc(-100% - 0px)); /* Adjust 100px to match the width of your text */
  }
}


/* ############################ POP UP WINDOW ############################ */

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 90%;
  max-width: 90%; /* Ensure it doesn't exceed 90% of viewport width */
  max-height: 90vh; /* Limit the popup's height to 90% of the viewport */
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 1);
  padding: 0px 40px 0px 40px;
  border: 1px solid #ccc;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.20), 8px 8px 8px 0px rgba(0, 0, 0, 0.10);
  border-radius: 8px;
  z-index: 9999;
  overflow-y: auto;
}

.popup-content {
  position: relative;
}

.close {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}





a.MENUBOX:link {color: #223030; background: none;text-decoration: none; line-height: 100%;}
a.MENUBOX:visited {color: #223030; background: none;text-decoration: none; line-height: 100%;}
a.MENUBOX:active {color: #223030; background: none;text-decoration: none; line-height: 100%;}
a.MENUBOX:hover {color: #223030; background: none;font-weight: 500;text-decoration: none; line-height: 100%;}

a.MENUPOPUP:link {color: #223030; background: none;text-decoration: none; line-height: 100%;}
a.MENUPOPUP:visited {color: #223030; background: none;text-decoration: none; line-height: 100%;}
a.MENUPOPUP:active {color: #223030; background: none;text-decoration: none; line-height: 100%;}
a.MENUPOPUP:hover {color: #223030; background: none;font-weight: none;text-decoration: none; line-height: 100%;}

a.MENUHERO:link {color: #FFFFFF; background: none;text-decoration: none; line-height: 100%;}
a.MENUHERO:visited {color: #FFFFFF; background: none;text-decoration: none; line-height: 100%;}
a.MENUHERO:active {color: #FFFFFF; background: none;text-decoration: none; line-height: 100%;}
a.MENUHERO:hover {color: #FFFFFF; background: none;font-weight: bold;text-decoration: none; line-height: 100%; font-size: 1.1rem;}

a.UNDERLINE:link {color: #ffffff; background: none; text-decoration: none; line-height: 100%;}
a.UNDERLINE:visited {color: #ffffff;background: none; text-decoration: none; line-height: 100%;}
a.UNDERLINE:active {color: #ffffff;background: none; text-decoration: none; line-height: 100%;}
a.UNDERLINE:hover {color: #ffffff; text-decoration: none; line-height: 100%;
overflow: hidden;
display: inline;
padding-bottom: 5px;
background-image: linear-gradient(to right,rgba(255, 255, 255, 1.0) 50%,transparent 50%);
background-size: 205% 2px;
background-repeat: no-repeat;
background-position: bottom left;
}

a.UNDERLINEB:link {color: #223030; background: none;font-weight: none;text-decoration: none;line-height: 100%;font-size: 1.00rem;}
a.UNDERLINEB:visited {color: #223030;background: none;font-weight: none;text-decoration: none;line-height: 100%;font-size: 1.00rem;}
a.UNDERLINEB:active {color: #223030;background: none;font-weight: none;text-decoration: none;line-height: 100%;font-size: 1.00rem;}
a.UNDERLINEB:hover {color: #223030;font-weight: none;text-decoration: none;line-height: 100%;font-size: 1.00rem;
overflow: hidden;
display: inline;
padding-bottom: 5px;
background-image: linear-gradient(to right,rgba(14, 20, 20, 1.0) 50%,transparent 50%);
background-size: 205% 2px;
background-repeat: no-repeat;
background-position: bottom left;
}

.highlight {
  background-image: linear-gradient(to right, #FFDD40, #FFDD40, #FFDD40);
  border-radius: 0.0em;
  padding: 0.2em 0.0em 0.2em 0.0em;
}



@media only screen and (max-device-width: 1024px) {
.termindate {
font-size: 1.16rem;
}
}

@media only screen and (max-device-width: 1000px) {
.parallax-darkgrey {
background-attachment: scroll;
  }
.parallax-grey {
background-attachment: scroll;
  }
.parallax-weingarten {
background-attachment: scroll;
  }
.parallax-weine {
background: linear-gradient(to right , #888888, #777777, #999999 );
}
.parallax-uebernachten {
background: linear-gradient(to right , #888888, #777777, #999999 );
}
}


      
@media screen and (max-width: 960px) {
.column-one {
flex-basis: 100%;
}
.column-two {
flex-basis: 100%;
}
.column-twofull {
flex-basis: 100%;
}
.column-three {
flex-basis: 100%;
}
.column-threecenter {
flex-basis: 100%;
}
.column-threefull {
flex-basis: 100%;
}
.column-threefulltohide {
display: none;
}
.column-twothird {
flex-basis: 100%;
}
.column-four {
flex-basis: 100%;
}
.column-fourleft {
flex-basis: 100%;
}
.column-fourfiller {
flex-basis: 100%;
}
.column-fourcenter {
flex-basis: 100%;
}
.column-fournotonmobile {
display: none;
}
.column-sixleft {
flex-basis: calc(50% - 2px);
}
.column {
flex-basis: 100%; 
}
.column2 {
flex-basis: 100%; 
}
.column-to-hide {
display: none;
}
.titledeco {
display: none;
}
.popup {
  padding: 0px 0px 0px 0px;
  min-width: 95%;
}
.close {
  position: absolute;
  top: 0px;
  right: 30px;
}
p.popuptext {
font-size: 0.9rem;
}
.morepadding2colfull {
padding: 10px 0px 10px 0px;
}
.termindate {
font-size: 1.3rem;
}
}



@media (max-height: 740px) {
.fullscreenheight {
height: auto;
  }
}


#back-to-top {
      display: none;
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: rgba(25, 25, 25, 0.2);
      color: #fff;
      border: 2px solid rgba(255, 255, 255, 1);
      border-radius: 50%;
      
      font-size: 1.5rem;
      font-family:"Atousafontforh2", Arial, Helvetica, sans-serif;
      font-weight: 400;
      color: rgba(255, 255, 255, 1);
      padding: 5px 13px 8px 13px;
      cursor: pointer;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      z-index: 999;
    }

    #back-to-top:hover {
      background-color: rgba(25, 25, 25, 0.1);
    }

    #back-to-top:active {
    background-color: rgba(25, 25, 25, 0.1); /* Change the color when the button is clicked */
    }



