/*
Theme Name: V.EYE.P Altstaetten
Template: pillar
Version: 1.0.0
*/

@import url('../pillar/style.css');


@font-face {
  font-family: Fedra-Bold;
  src: url(fonts/FeSaBd__.ttf);
}

@font-face {
  font-family: Fedra;
  src: url(fonts/FeSaBo__.ttf);
}


body{
  font-family: 'Fedra';
}

h2{
  font-size: 1.33em;
  margin-bottom: 1.8em;
  font-family: 'Fedra-Bold';
}

h3{
  font-size: 1.3em;
  font-family: 'Fedra-Bold';
}

strong{
  font-family: 'Fedra-Bold';
}


.grecaptcha-badge{
  display: none;
}


@media (max-width: 769px){
  .leerer-bereich-mobile{
    height: 1vh !important;
  }
}


@media (min-width: 1199px) and (max-width: 1499px){
  .container {
    width: 900px;
  }
}

@media (min-width: 1500px) and (max-width: 1699px){
  .container {
    width: 1100px;
  }
}

@media (min-width: 1700px){
  .container {
    width: 1355px;
  }
}



/*--------------------------------- Update 11.01.22 ---------------------------------------*/


#notification-desktop-top{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 90;
  background: #3e526b;
  width: 100%;
  color: white;
  padding-top: 40px;
  padding-bottom: 0px;
}



@media (min-width: 1199px) and (max-width: 1499px){
  #notification-desktop-top .container{
    /*width: 750px !important;*/
    width: 55vw;
  }
}

@media (min-width: 1500px) and (max-width: 1699px){
  #notification-desktop-top .container{
    /*width: 1000px !important;*/
    width: 60vw;
  }
}

@media (min-width: 1700px){
  #notification-desktop-top .container{
    /*width: 1200px !important; */
    width: 65vw;
  }
}


/*--------------------------------- ENDE Update 11.01.22 ---------------------------------------*/




/*------------------------------------------------------------------------------ SEITENNAVIGATION -----------------------*/



.nav-slide .logo{
  margin-bottom: 6vh;
  margin-top: 2em;
}


.nav-slide .logo img{
  max-height: 6em;
  image-rendering: auto;
}

.nav-bar .logo{
  margin-left: 1em;
}


.active a{
  font-family: 'Fedra-Bold' !important;
  opacity: 1 !important;
}


.nav-slide.left-vertical-nav .menu li:not(:last-child){
  margin-bottom: 16px;
}

.menu>li a{
  color: #33383B;
  opacity: 0.5;
}

.menu{
  text-align: center;
  height: auto !important;
}

.social-list li,
.social-list li a{
  color: #98B4CB;
  opacity: 1;
}

.social-list li a:hover{
  opacity: 0.5;
  transition: 0.3s;
}

.social{
  position: absolute;
  bottom: 15vh !important;
}

.filialen{
  padding-top: 6vh;
}

.filialen li a{
  color: #33383b;
  opacity: 1;
}

.filialen li:first-child{
  font-family: 'Fedra-Bold';
  margin-bottom: 0px !important;
}

.filialen li:last-child{
  opacity: 0.5;
}

@media screen and (max-height: 950px) {
  .filialen{
    padding-top: 0px;
  }
}

@media screen and (max-height: 850px) {
  .filialen{
    display: none;
  }
  .nav-slide .pos-bottom .social-list{
    margin-bottom: 3em;
  }
}

@media screen and (max-height: 750px) {
  .nav-slide .logo{
    margin-top: 0px;
  }
}

@media screen and (max-height: 666px) {
  .social-list{
    display: none;
  }
  .kontakt{
    height: 10vh !important;
  }
  .termin-button{
    height: 10vh !important;
  }
  .nav-slide.left-vertical-nav .menu li:not(:last-child){
    margin-bottom: 10px;
  }
}


.termin-button{
  background-color: #98B4CB;
  bottom: 0px !important;
  height: 13vh;
  min-height: 140px;
  max-height: 150px;
}

.termin-text{
  margin-top: 19%;
}

.termin-text a{
  color: white;
  text-decoration: none;
  opacity: 1;
  font-family: 'Fedra-Bold';
  text-transform: uppercase;
}

@media screen and (min-width: 990px) and (max-width: 1200px) {
  .menu li a{
    letter-spacing: 0px;
    padding: 0 0.8em;
  }
}


@media screen and (min-width: 990px) {
  #menu-hauptmenu li:last-child,
  #menu-hauptmenu-1 li:last-child{
    display: none;
  }
}

#menu-hauptmenu-1 li:last-child{
  background: #98B4CB;
  padding: 0.75em;
  font-family: 'Fedra-Bold';
}

#menu-hauptmenu-1 li:last-child a{
  color: white;
  opacity: 1;
}

#menu-hauptmenu-1 li{
  padding-bottom: 7px;
}


/*------------------------------------------------------------------------------ ÜBER UNS -----------------------*/




#mobile-start-image .col-sm-12{
  padding: 0px !important;
}

#mobile-start-image a{
  color: white !important;
}


#entry{
  padding-right: 0px !important;
}

.kuehnis-startseite-bgimg{
  background-image: url('https://kuehnis.ch/altstaetten/wp-content/uploads/2021/11/Kuehnis_Altstaetten_Geschäft_Start.jpg');
  background-size: cover;
  background-position: center;
  background-color: #33383b;
  width: 100%;
  height: 100vh;
}

.cookie-meldung{
  background: #3e526b;
  color: white;
  padding: 1.5em;
  float: right;
  width: 20vw;
  height: 100%;
}

.cookie-meldung p{
  margin-bottom: 0px;
  padding-right: 15px;
}

.modal-mobile,
.modal-mobile h6,
.modal-mobile a{
  color: white;
  text-align: center;
  padding-top: 0.75em;
}

.modal-mobile p{
  margin-bottom: 0.75em;
}

.modal-mobile h6{
  margin-top: 15px;
}

#cookie-meldung-mobile{
  position: fixed;
  width: 100%;
  left: 0px;
  bottom: 0px;
  margin-bottom: 10px;
  z-index: 9;
  float: left;
  display: block;
  background: #3e526b;
}

.close{
  position: absolute;
  right: 20px;
  top: 10px;
  border: 0px;
  width: 20px;
}

.cookie-meldung h6,
.cookie-meldung a{
  color: white !important;
}

.kontakt{
  width: 100%;
  height: 13vh;
  min-height: 140px;
  max-height: 150px;
  position: absolute;
  bottom: 0;
  background: #33383b;
}

.kontakt-informationen{
  margin-bottom: 0px;
}


.kontakt-informationen h1{
  font-size: 1em !important;
  font-weight: 400;
  color: white !important;
}

.kontakt-informationen h2{
  font-size: 1.5em !important;
  color: white !important;
  line-height: 1.5;
}


.kontakt-informationen a{
  color: white;
  text-decoration: underline;
}

.kontakt-informationen li{
  display: inline;
  float: left;
  color: white !important;
  padding-top: 3vh;
}

.kontakt-informationen li:not(:first-child){
  padding-left: 4vw;
}

.kontakt-informationen li:first-child{
  padding-left: 5vh;

}

.kontakt-informationen li strong{
  font-family: 'Fedra-Bold';
}

.team-image-left{
  padding-right: 3vw;
  padding-bottom: 3vh;
  padding-top: 5vh;
}

.team-image-right{
  padding-left: 3vw;
  padding-bottom: 3vh;
  padding-top: 5vh;
}

.right{
  text-align: right;
}


.social-list-body-top-container{
  display: grid;
  justify-items: center;
}

.social-list-body-top li{
  float: left;
  padding: 10px;
}


@media screen and (max-width: 769px) {
  .team-image-left{
    padding-right: 0px;
    padding-bottom: 3vh;
  }
  .team-image-right{
    padding-left: 0px;
    padding-bottom: 3vh;
  }
  .mobile{
    text-align: center !important;
  }
}

@media (max-width: 767px){
  #ueberuns-right .vc_custom_1638539128567{
    padding-top: 0px !important
  }
}


/* Meida Query nur für die Cookie Meldung */
@media screen and (max-width: 1450px) {
  .kontakt-informationen li:not(:first-child){
    padding-left: 2vw;
  }
  .kontakt-informationen li:first-child{
    padding-left: 2vw;
  }
  .cookie-meldung{
    padding: 1em;
  }
}



/*------------------------------------------------------------------------------ FOOTER -----------------------*/


@media (min-width: 1199px) and (max-width: 1499px){
  footer .container {
    width: 900px;
  }
}

@media (min-width: 1500px) and (max-width: 1699px){
  footer .container {
    width: 1100px;
  }
}

@media (min-width: 1700px){
  footer.container {
    width: 1355px;
  }
}


.social-list-footer{
  display: flex;
}

@media screen and (max-width: 767px) {
  .social-list-footer{
    justify-content: center !important;
    place-content: center;
  }
}

.social-list-footer li:first-child{
  padding-right: 15px;
}

#menu-footermenu{
  text-align: left;
}

#menu-footermenu li:first-child{
  margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
  #menu-footermenu{
    text-align: center;
  }
  .copyright p{
    margin-top: 35px !important;
  }
}


@media screen and (min-width: 600px) and (max-width: 1400px) {
  .footer-1 .footer__lower{
    margin-top: 0px;
    padding: 0px;
  }
}

.con-footer .menu-filialen-auswahl-container ul li a{
  opacity: 1;
}

.con-footer .menu-filialen-auswahl-container ul li a:hover{
  opacity: 0.5;
}

.sub-con-footer .menu-footermenu-container ul li a:hover{
  opacity: 1;
}


.copyright p{
  margin-bottom: 0px;
  margin-top: 25px;
  padding-bottom: 25px;
}

.sub-con-footer-bg{
  background-color: #33383b;
}

.footer-1 .footer__lower{
  margin-top: 0px;
  padding: 0px;
  padding-bottom: 5vh;
}


@media screen and (min-width: 767px) and (max-width: 990px) {
  #menu-filialen-auswahl-1{
    text-align: left;
  }
  #menu-footermenu{
    margin-top: 25px;
  }
}



/*------------------------------------------------------------------------------ KONTATKLINSEN -----------------------*/


a.btn.modal-trigger{
  width: 100%;
  background: white;
  text-transform: none;
  text-align: right;
  line-height: 1.55;
  border: 0px;
  padding: 0.8125em;
  padding-right: 1.625em;
}

a.btn.modal-trigger span.btn__text{
  font-size: 1em;
  font-family: 'Fedra';
}

.boxed{
  margin-bottom: 0px;
}

a.vc_general.vc_btn3{
  font-family: 'Fedra';
  font-weight: 800;
  background: #cfcecf;
  color: #33383b;
}

.kachel-weiss-bg{
  line-height: 2;
}

.kachel-weiss-bg a{
  text-decoration: underline;
}



/*------------------------------------------------------------------------------ KONTAKTLINSENFORMULAR -----------------------*/



input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #33383b;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  transition: background-color 5000s ease-in-out 0s;
}


.kontaktlinsen{
  display: flex;
  align-content: flex-end;
}

.bild{
  width: 33%;
}

.formular{
  width: 67%;
}

.bild{
  background-image: url('https://kuehnis.ch/altstaetten/wp-content/uploads/2021/10/gespiegelt-scaled.jpg');
  min-height: 300px;
  background-position: center;
  background-size: cover;
}

.kontaktlinsenformular h3{
  margin-top: 2em;
  font-size: 1.15em;
  margin-bottom: 0.8em;
}

.kontaktlinsenformular{
  padding: 3em 3em 3em 0em;
  background: #b9a694;
}

.first{
  margin-left: 1.5em;
  list-style: disc;
}

.dienstleistungen{
  margin-top: 1em;
  padding-left: 1.625em;
}

ul.second{
  margin-left: 4em;
  list-style: circle;
}

ul.second li{
  margin-top: 0.3em;
}

.kontaktlinsenformular .menge input{
  color: #33383B;
  width: 100%;
  border: 0px;
  padding-top: 0.8125em;
  padding-bottom: 0.8125em;
  padding-left: 1.635em;
}

.kontaktlinsenformular .kontaktangaben{
  margin-top: 1em;
}

.kontaktlinsenformular .kontaktangaben input{

  width: 100%;
}

.pflegemittel input{
  width: 100%;
}

.Geburtsdatum input{
  padding-left: 1.635em;
  padding-right: 1.625em;
  border: 0px;
}

.wpcf7 form .wpcf7-response-output{
  margin-left: 0px;
  margin-right: 3em;
  margin-top: -2em;
}

.trotzdem-bestellen{
  padding: 3em 0em 3em 3em;
}

@media screen and (max-width: 769px) {
  .trotzdem-bestellen{
    padding: 0px 15px;
  }
  .kontaktlinsenformular{
    padding: 0em;
  }
  .kontaktlinsenformular h2,
  .kontaktlinsenformular h3,
  .dienstleistungen,
  .bestell-button{
    text-align: left;
  }
  .dienstleistungen{
    padding-left: 0px;
  }
  .bestell-button{
    margin-bottom: 3em !important;
  }
}

/*------------------------------------------------------------------------------ RUND UMS SEHEN -----------------------*/

.service-leistungen .icon--pillar{
  color: white !important;
}


/*------------------------------------------------------------------------------ UNSERE WURZELN -----------------------*/

@media (min-width: 1200px){
  .individual-width-text .col-md-offset-3{
    margin-left: 20%;
    width: 70%;
  }
}


@media (min-width: 992px){
.individual-width-text-left .col-md-offset-3{
  margin-left: 10%;
  width: 70%;
}
