/* Video ganze Breite Bildschirm */
.video-fluid {
    width: 100%;    
} 


/* unsere Fonts */

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Raleway'), local('Raleway-Regular'),
       url('../fonts/raleway-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v14-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* annie-use-your-telescope-regular - latin */
@font-face {
  font-family: 'Annie Use Your Telescope';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/annie-use-your-telescope-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Annie Use Your Telescope Regular'), local('AnnieUseYourTelescope-Regular'),
       url('../fonts/annie-use-your-telescope-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/annie-use-your-telescope-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/annie-use-your-telescope-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/annie-use-your-telescope-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/annie-use-your-telescope-v10-latin-regular.svg#AnnieUseYourTelescope') format('svg'); /* Legacy iOS */
}



body {
  /* padding-top: 3rem; Header Spalte*/    
  padding-bottom: 3rem;
  color: #5a5a5a;
  
  font-family: 'Raleway', normal;  
	  font-weight: 400;
      font-size: 20px; 
	  line-height: normal;  
}

h1,h2,h3,h4,h5 {
      font-family: 'Raleway', normal;
	  font-weight: 400;
}

/* Schreibschrift Einbindung */   
.schreibschrift {
      font-family: 'Annie Use Your Telescope', normal;
	  font-weight: 400;
	  font-size: 40px; 
	     
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.05rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 1rem;
  }
}
