<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body{
    width:100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top:0 px;
    margin-bottom: 0 px;
    padding: 0 px 0 px 0 px 0 px;
    font-size:13px;
    font-family: 'Montserrat', sans-serif;
    background-color: #FFFFFF;
    font-weight: 200;
    color:black;
    text-align: justify;
}

a{
    text-decoration: none;
    color: black;
}

h2{
    font-family: Lato;
    font-weight: 400;
    color: #666;
}

/*_____________________________________________________________________________________*/

#nav_bar_mobile_btn{
    display:none;
}

#nav_bar_mobile{
    display:none;
}

#nav_bar{
    width:100%;
    top:0px;
    float:right;
    position:fixed;
    background-color: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
    opacity: 0.8;
    font-weight: 400;
    text-align: center;
}

     ul{

        list-style-type: none;
        margin-top:0px;
        padding: 0px 0px 0px 0px;
        margin-bottom: 0px;
        justify-content: center;
        display: flex;
}
    
        ul li a{
            text-decoration:none;
            color:black;
            list-style-type: none;
            margin-left:10px;
            margin-right:10px;
            float:left;
        }

            ul li a:hover{
                color:#e7b806;
                text-decoration: underline;
            }

#Titelbild{
    clear:both;
    width:100%;
    margin-top:40px;
}


/*_____________________________________________________________________________________*/

main{
    margin: auto;
    margin-top: 50px;
    width:95%;
    display:grid;
    column-gap: 1%;
    row-gap: 20px;
    grid-template-columns: 9% 9% 9% 9% 9% 9% 9% 9% 9% 9% ;
    align-items: center;

    font-weight: 300;
}

/*________________________________Das Weingut_____________________________________________________*/
#Weingut{
    grid-row: 1;
    grid-column: 1 / 4;
    width:100%;
}

#Weingut_text{
    grid-row: 1;
    grid-column: 4 / 11;
    margin-left: 30px;
    letter-spacing: 1px;
   
    
}
/*________________________________Ueber uns_____________________________________________________*/
#UeberUns{
 grid-row: 2;
 grid-column: 8 / 11;
 width:100%;
}

#Ueber_text{
    margin-right: 30px;
    grid-row: 2;
    grid-column: 1 / 8;
    letter-spacing: 1px;
}


/*_______________________________Team____________________________________________________*/


.profilbild{
    width:100%;
    border-radius: 100%;
    
}

#daniel_profilbild{
    grid-row: 3;
    grid-column: 2;
}

#daniel_text{
    grid-row: 4;
    grid-column: 2;
    text-align: left;
    font-size:10px;
}

#alicia_profilbild{
    grid-row: 3;
    grid-column: 4;
}

#alicia_text{
    grid-row: 4;
    grid-column: 4;
    text-align: left;
    font-size:10px;
}

#friedolf_profilbild{
    grid-row: 3;
    grid-column: 6;
}

#friedolf_text{
    grid-row: 4;
    grid-column: 6;
    text-align: left;
    font-size:10px;
}

#gudi_profilbild{
    grid-row: 3;
    grid-column: 8;
}

#gudi_text{
    grid-row: 4;
    grid-column: 8;
    text-align: left;
    font-size:10px;
}

/*_______________________________Unsere Weine____________________________________________________*/

#UnsereWeine{
    grid-row: 5;
    grid-column: 1 / 3;
}

#UnsereWeine_details{
    grid-row: 5;
    grid-column:  3;
}

#weine_slider{
    grid-row: 6;
    grid-column: 1 / 11;   
    display:grid;
    
}


.myWines {
    display: none;
    width:10%;
    float:left;
    margin-left: 25px;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    padding-bottom: 20px;
    border-radius: 5%;
    border-color: #FFF;
    font-size: 15px;
    text-align: center;
    align-self: start;
}

.myWines:hover{
    border-color: #AAA;
}

    /* Next &amp; previous buttons */
    .prev_wine, .next_wine {
        cursor: pointer;
        top:50%;
        width: auto;
        color: black;
        font-weight: bold;
        transition: 0.6s ease;
        user-select: none;
        float:left;
        font-size: 40px;
        margin-right: 15px;
        margin-top:90px;
      }
      
      /* Position the "next button" to the right */
      .next_wine {
            float:right;
      }
      
      /* On hover, add a black background color with a little bit see-through */
      .prev_wine:hover, .next_wine:hover {
        background-color:#CCC;
      }

/*_______________________________Events____________________________________________________*/


#Events{
    grid-row: 7;
    grid-column: 1 / 11;
}

#diashow{
    grid-row: 9;
    grid-column: 2 / 10;    
}

#event_dia{
    width:100%;
}

#veranstaltungstext{
    grid-row: 8;
    grid-column: 2 / 10;   
}

  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Next &amp; previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  .prev {
    left: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }

  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }

 

/*___________________________________UnsereWeine__________________________________________________*/

.weingruppe{

    width:100%;
border-radius:10%;

}

.weingruppe_box{
    text-align: center;
    border-radius: 5%;
    border-width: 1px;
    border-style: solid;
    border-color: #FFF;
    font-size: 12px;
    margin-left: 15px;
    margin-right: 15px;
}

.weingruppe_box:hover{
    padding: 10px 10px 10px 10px;
    border-color: #AAA;
}

.group_active{
    border-color: #888;
}

#alleweine{
    grid-row: 1;
    grid-column: 1;      
}

#weissweine{
    grid-row: 2;
    grid-column: 1;      
}

#roseweine{
    grid-row: 3;
    grid-column: 1;      
}

#rotweine{
    grid-row: 4;
    grid-column: 1;      
}

#sonstigeweine{
    grid-row: 5;
    grid-column: 1;      
}

.wineslider{
    grid-row:1 / 2;
    grid-column: 3 / 10;
    display:none;
    
}

#weine_slider_alle{
    display:block;
}

.wein{
    width:100%;
    height:150px;
    object-position: 50% 50%;
    object-fit: cover;

 
}

.weine{
    padding: 10 10 10 10px;;
    display:none;
    width:11%;
    float:left;
    margin-left: 5px;
    border-radius: 100%;
    font-size:15px;
    border-radius: 5%;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: #FFF;
    font-size: 12px;
    text-align: center;
}

.weine:hover{
    border-color: #AAA;
}

.wein_active{
    border-color: #AAA;
}

.weinexpertise{
   
    grid-row:2 / 6;
    grid-column: 3 / 10;
    align-items: center;
    justify-content: center;
    display:block;
}

.weinexpertise_img{
    float:left;
margin-right:20px;
    width:30%;
}

.weinexpertise_text{
    width:70%;
    float:left;
    font-size:18px;
}

.weingruppe_box p{
    margin: 0px 0px 0px 0px;
}

/*_______________________________Kontakt____________________________________________________*/


iframe{
    height:300px;
}

#kontaktdaten{
    grid-row: 1 / 4;
    grid-column: 2/6;   
    font-size: 22px;
}

#karte{
    grid-row: 1 / 4;
    grid-column: 6/11;


}

#kontakt_bild{
    width:100%;
    grid-row: 4/ 10;
    grid-column: 2/5;   
}



#kontaktformular{
        grid-row: 4 / 10;
        grid-column: 6/11;   
        display:grid;

        column-gap: 1%;
        row-gap: 10px;
        grid-template-columns: 25% 25% 25% 25%;
        align-items: center;
        justify-content: center;

}

#Kontakt_ueberschrift{
    grid-row: 1;
    grid-column: 1 / 5f;    
}

#Vorname{
display: none;
}

#Vorname_input{
    grid-row: 2;
    grid-column: 1/5;     
}

#Nachname{
    display: none;   
}

#Nachname_input{
    grid-row: 3;
    grid-column: 1/5;   
}

#Email{
    display: none;
}

#Email_input{
    grid-row: 4;
    grid-column: 1/5;     
}

#Nachricht{
display:none;}

#Nachricht_input{
    grid-row: 5 / 9;
    grid-column: 1/5;    
    height:150px;   
    font-size: 18px;
    color:#444;
    letter-spacing: 2px;
    border-radius: 14px;
    padding-left: 10px;
    border-width: 2px;
    font-size: 20px;
}

#senden{
    grid-row: 9;
    grid-column: 4;   
    
}


input{
    font-size: 18px;
    font-weight: 100;
    color:#444;
    padding-top:10px;
    padding-bottom:10px;
    letter-spacing:2px;
    border-radius: 18px;
    padding-left: 10px;
    
}

textarea:focus, input:focus{
    outline: none;
    border-color:#e7b806;
}
input[type="submit"]{
    width:100%;
  margin-top: 20px;
  border-radius: 18px;
  background-color: #444;
  border: solid 1px transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
  opacity: 0.7;
  transition: all .1s ease-in-out;
}

input[type="submit"]:hover {
    background-color: transparent;
    border-color: #fff;
    transition: all .1s ease-in-out;
  }
  

input[type="submit"]:hover{
    background-color: #EEE;

}

/*___________________________________Impressum__________________________________________________*/

#impressum{
    margin-left: 200px;
    grid-row: 2/10;
    grid-column: 1 / 8;
}

#disclaimer{
    font-size: 12px;
}

/*___________________________________Ferienwohnung__________________________________________________*/

#fewo_text{
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 8;
    grid-column: 2 / 12;   
   text-align:justify;
}


#fewo{
    -ms-grid-row: 2;
    -ms-grid-row-span: 8;
    grid-row: 1/10;
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2 / 10;
}

.flex-row{
    display:flex;
    flex-direction: row;
}

.flex-column{
    display: flex;
    flex-direction: column;
}

.flex-grow{
    flex-grow:1;
    flex-basis:0;
}

.flex-grow-big{
    flex-grow:1.2;
    flex-basis:0;    
}

.align-center{
    align-items:center;
}

.margin-bottom-25{
    margin-bottom: 25px;
}

.margin-top-25{
    margin-top: 25px;
}

.margin-left-25{
    margin-left: 25px;
}

.margin-left-10{
    margin-left: 10px;
}


.justify-content{
    justify-content: center;
}

.font-20{
    font-size:17px;
}

.font-15{
    font-size:12px;
}

.fewo-icon{
    width:40px;
    height:40px;
}

.fewo-bild{
    width:100%;
    height:200px;
    object-fit: cover;
    object-position: center center;
}

.fewo-bild2{
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center center;
}

.fewo-bild3{
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: bottom center;
}

.nachricht_input{
    flex-grow: 1;
    height:150px;   
    font-size: 18px;
    color:#444;
    letter-spacing: 2px;
    border-radius: 14px;
    padding-left: 10px;
    border-width: 2px;
    font-size: 20px;
}


/*___________________________________Footer__________________________________________________*/

#footer{
    grid-row: 10;
    grid-column: 9;   
    font-size: 14px;
}

#copyright{
    grid-row: 10;
    font-size: 14px;
    grid-column: 2 / 4;   
}

#social{
        grid-row: 10;
        grid-column: 5/8;   
    bottom:0px;
    right:0px;
    list-style-type: none;
    text-decoration: none;
}

.social{
    height:40px;
    opacity: 0.8;
    margin-right: 20px;
}


#anschrift{
    font-size: 14px;
    letter-spacing: 2px;
    -ms-grid-row: 11;
    grid-row: 11;
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-grid-column: 1;
    -ms-grid-column-span: 10;
    grid-column: 1/ 11;      
}



#datenschutz{
    -ms-grid-column: 1;
    -ms-grid-column-span: 10;
    grid-column: 1/ 11;      
}



/*___________________________________Allgemein__________________________________________________*/

/* Slideshow container */
.slideshow-container {
    position: relative;
    margin: auto;

    
  }
  
  
  /* Fading animation */
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }

  
  @-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

  .hide{
    display:none;
}
</pre></body></html>