/*
 * Start Bootstrap - Business Frontpage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

p {
  font-size: 18px;
  font-family: 'Dosis', sans-serif;
  line-height: 1.75;
}

hr {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Delius Swash Caps', sans-serif;
  font-weight: bold;
  color: #8b2738;
}

h1 {
  font-size: 30px;
  line-height: 1.75em;
}

.small p {
  font-size: 18px;
  line-height: 1.75em;
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.business-header {
    height: 617px;
    background-image: url('../images/banner.jpg'), url('../images/topbg.png');
	background-position: center, center;
	background-repeat: no-repeat, repeat-x;
	background-size: cover, cover;
}

@media (max-width: 480px) { .business-header { height: 200px; }}
@media (min-width: 481px) and (max-width: 767px) { .business-header { height: 330px; }}
@media (min-width: 768px) and (max-width: 1249px){ .business-header { height: 400px; }}
@media (min-width: 1921px) { .business-header {
    background-size: contain, contain;
}}


/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 20px 0;
    text-align: center;
}

a {  
  font-family: 'Dosis', sans-serif;
  color: #000000;
  cursor: pointer;
  text-decoration: inherit;
}

a:hover {
  background-color: #8b2738;
  color: #ffffff;
  text-decoration: inherit;
}

  /* #Mehrwertpunkte
--------------------------------------------------------- */

.mehrwerte {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 0;
  font-family: 'Dosis', sans-serif;
}

.mehrwertpunkte {
  font-family: 'Dosis', sans-serif;
  margin-left: 0;
  padding-right: 0;
  list-style-type: none;
}

.mehrwertpunkte li {
    counter-increment: step-counter;
    margin-bottom: 8px;
}

.mehrwertpunkte li::before {
    content: counter(step-counter);
    margin-right: 10px;
    background-color: #8b2738;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 1px;
    width: 30px;
    margin-left: -38px;
}

ol {
   padding-bottom: 1.6em;
   font-size: 18px;
}

.abgerundet img {
  border-radius: 10px;
}

  /* Module Table
--------------------------------------------------------- */

.moduletable_grau {
background-color: #eeeeee;
padding: 20px;
margin-top: -20px;
min-height: 220px;
}

.bild_ansprech {
  float: left;
  margin: -10px 20px 20px 0;
  width: 114px;
  height: 170px;
}

@media (max-width: 767px) {
.bild_ansprech {
  float: left;
  margin: -10px 20px 0 0;
  width: 67px;
  height: 100px;
}
}

.marginbot {
  margin-bottom: 20px;
}

.modal-content {
  padding: 20px;
}

  /* Selektor
--------------------------------------------------------- */

::selection {
  background: #8b2738; /* WebKit/Blink Browsers */
  color: #ffffff;
}
::-moz-selection {
  background: #8b2738; /* Gecko Browsers */
  color: #ffffff;
}