
/* Flackern der Topbar verhindern */
.top-bar {
  display: none;
	}
.top-bar ul {
  	border: none;
    }
    
.title-bar {
  	padding: 0.5rem;
  	background: #505d5d;
  	color: #fff; 
  	}    
@media screen and (min-width: 40em) {
   .top-bar {
    display: block;
  }

   .title-bar {
    display: none;
  }
}

.grid-container {
  max-width: 62.5rem;
 }
  
.start_unten {
  	background: url("../images/praxisteam_zonios.jpg") 50% no-repeat;
}
.start {
  	background: url("../images/zahnarztpraxis_zonios_hannover.jpg") 50% no-repeat;
}
.praxisteam {
 	background: url("../images/kontakt_zahnarzt_zonios.jpg") 50% no-repeat;  
}
.praxis {
  	background: url("../images/zahnarztpraxis_hannover_city.jpg") 50% no-repeat;	
	}
.leistungen {
	background: url("../images/moderne_zahnarztpraxis_hannover.jpg") 50% no-repeat; 
	}
.kontakt {
  	background: url("../images/zahnarztpraxis_impressum.jpg") 50% no-repeat;
}
.kontaktunten {
	background: url("../images/termin_zahnarzt_hannover.jpg") 50% no-repeat;
} 
.impressum {
  	background: url("../images/hannover_zahnarzt_zonios.jpg") 50% no-repeat;
}
.hero-section {
  background-size: cover;
  height: 80vh;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
   margin-bottom:100px;
}
.hero-section-unten {
  background-size: cover;
  height: 60vh;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
     margin-top:100px;
}
.hero-section h1 {
	margin-top:500px;

	font-size:2.4em;
	font-weight:700;
	text-shadow: 1px 1px 1px rgba(90,90,90,0.5);
}

.hero-section-unten h2 {

	font-size:1.8em;
	font-weight:700;
	text-shadow: 1px 1px 1px rgba(90,90,90,0.1);
}
.start h1,
.start_unten h2 {color:#fff;}
.praxis h2 {color:#505d5d;}


table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; 
   border: none;}
  thead,
  tbody,
  tfoot {
    border: none;
    background-color: transparent; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: transparent; }
  table.unstriped tbody {
    background-color: transparent; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: none;
      background-color: transparent; }

 .orbit-bullets {
  position: relative;
  margin-top: -3rem;
  margin-bottom: 3rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.0rem;
    height: 1.0rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #fff; }
    .orbit-bullets button:hover {
      background-color: #fff;  }
    .orbit-bullets button.is-active {
      background-color: #fff;     
    width: 0.8rem;
    height:0.8rem;}     
      
.orbit-controls {
    display:none;
    }
@media only screen and (max-width: 40em) {      


.hero-section {
  background-size: cover;
  height: 60vh;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
   margin-bottom:20px;
}
.hero-section-unten {
  background-size: cover;
  height: 40vh;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
     margin-top:20px;
}

.hero-section h1 {
	margin-top:50%;
	font-size:1.6em;
	font-weight:700;
	text-shadow: 1px 1px 1px rgba(90,90,90,0);
}

.hero-section-unten h2 {
	font-size:1.2em;
	font-weight:700;
	text-shadow: 1px 1px 1px rgba(90,90,90,0);
}


table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #b5b4b4;
  background-color: transparent; 
  vertical-align:top;
    }
td:nth-of-type(1) {
  width:130px;
    }  
.orbit-bullets {
    display: none;
    }
.orbit-controls {
    display:block;
    }
   

}