/* CR NEU AB 19.11.15 */

/* Ergänzungen zu bootstrap.css */

/* Navigation */
.navbar-header {
  height: 90px;
}

/* statt <a name="..."> verwende <section id="...">, margin/padding muss gleichen Wert haben wie Höhe der Navigation, s.o. .navbar-header */
section {
  margin-top: -90px;
  padding-top: 90px;
}

/* Überschrift */
.page-header {
  text-align: center;
}

/* Bilder */
.div-thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  height: auto;
  line-height: 1.42857;
  width: 100%;
  max-width: 100%;
  padding: 4px;
  transition: all 0.2s ease-in-out 0s;
}
.div-thumbnail img {
  background-color: #fff;
  display: inline-block;
  height: auto;
  line-height: 1.42857;
  max-width: 100%;
  padding: 4px;
  transition: all 0.2s ease-in-out 0s;
}

/* Auflistungen */
.panel-body ul {
  padding-left: 13px;
}
.panel-body ul li {
  text-indent: 3px;
}

/* verhindern, dass bootstrap Checkboxen und Radios formatiert */
.checkbox, .radio {
  display: inline;
}

/*  */
.tbl-demo td {
  padding: 4px;
}

/* Tabelle AGB */
table.agb td.headline {
  border-bottom: none !important;
  padding-top: 10px !important;
}
table.agb td.paragraph {
  border-top: none !important;
}

/* Preise und Pakete */
.preise {
  border: 5px solid white;
  border-collapse: collapse;
  width: 100%;
}
.preise td.img {
  text-align: center;
}
.preise td.col1 {
  background-color: #f3f3f3;
  border: 3px solid white;
  color: #4F4F4F;
  padding: 4px 10px 4px 17px;
  width: 52%;
}
.preise td.col2 {
  color: #505E79;
}
.preise td.col3 {
  color: #81833F;
}
.preise td.col4 {
  color: #B87D15;
}
.preise td.col2, .preise td.col3, .preise td.col4 {
  background-color: #f3f3f3;
  border: 3px solid white;
  padding-top: 4px;
  text-align: center;
  vertical-align: top;
  width: 16%;
}
.preise td.threecols {
  border: 3px solid white;
}
.headline {
  background-color: white;
  font-size: 15px;
  padding: 9px 4px 10px 17px;
}
.headline2 {
  background-color: #f3f3f3;
  color: #337AB7;
  font-size: 13px;
  font-weight: bold;
  padding: 4px 4px 4px 17px;
}
.headline3 {
  margin-bottom: 5px;
  text-decoration: underline;
}
img.logo {
  height: 69px;
  margin-top: 7px;
}

/* NUR FÜR ENTWICKLUNG*/
.tocorrect { /* soll korrigiert werden */
  color: red;
  text-decoration: line-through;
}
.corrected { /* Verbesserungsvorschlag */
  color: blue;
  font-weight: bold;
}
