/* Hier können Sie bei Bedarf Ihre eigenen CSS-Definitionen einfügen. */
.cd-navigation-bar-container{
    margin-top: 45px;
    background: rgba(226,194,88,1.0);
}
.cd-scroll .cd-navigation-bar-container{
    margin-top: 0px;
}
.cd-mobile-menu-bar-content {
    padding: 10px;
}
.cd-mobile-menu-bar {
    background: rgba(226,194,88,1);
}

.cd-table tr.cd-tr-value td:first-child {
    font-weight: bold;
}

h5, h6 {
    text-shadow: 0 0 10px #000;
}

/* Tabs für Startseite */
#section_1000112, #section_1000113, #section_1000114, #section_1000120, #section_1000121 {
  display: none;
}
.tablink {
  border: none;
  outline: none;
  cursor: pointer;
  padding-top: 150px;
  font-size: 20px;
  width: 175px;
  height: 150px;
  font-weight: bold;
  margin: 0 40px;
}
.tablink:hover {
  color: #fe9b13;
}
.tablink#termine {
  background: url(kalender.png) no-repeat center;
}
.tablink#umzugsweg{
  background: url(umzugsweg.png) no-repeat center;
}
.tablink#aufstellung, .tablink#aufnahme{
  background: url(aufstellung.png) no-repeat center;
}
.tablink#danksagung{
  background: url(danke.png) no-repeat center;
}
.tablink#gaeste{
  background: url(gaeste.png) no-repeat center;
}
.tablink#impressum{
  background: url(rechtliches.png) no-repeat center;
}
.tablink#datenschutz{
  background: url(datenschutz.png) no-repeat center;
}
.tablink#malbuch{
  background: url(malbuch.png) no-repeat center;
}
.tablink#fibel{
  background: url(fasnachtsfibel.png) no-repeat center;
}
.tablink#ansprechpartner{
  background: url(ansprechpartner.png) no-repeat center;
}
.tablink:hover {
  background-color: #777;
}