
html {
  position: relative;
  min-height: 100%;
}

body { padding-top: 120px;
		margin-bottom: 140px;

	 }

/* Schriften */

h1 {
	font-family: 'Courgette', cursive;

	}

.font-klein {
  	font-family: 'Fira Sans', sans-serif;
    font-size: 1.2em;

}

.jumbotron h1{
    color: #fff;
	font-size: 4em;
}

.jumbotron p{
    color: #fff;
}

h2 {
	font-family: 'Fira Sans', sans-serif;
	font-size: 2.4em;
	/*color: #d6132d;*/
	/*color: #ad1c30;*/
	color: #901526;
	font-weight: 200;
	padding-top: 0em;

	}

h3 {
	font-family: 'Fira Sans', sans-serif;
	font-size: 2em;
	color: #474646;
	font-weight: 200;
	padding-bottom: 0.6em;

	}

  h5 {
  	font-family: 'Courgette', cursive;
  	font-size: 1.7em;
  	color: #901526;
  	font-weight: 200;
  	padding-bottom: 0.0em;

  	}

    hr.blog {
      border: 0;
      height: 1px;
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  }



p, .ls {
	font-family: 'Fira Sans', sans-serif;
	font-size: 1.6em;
	color: #5f5e5e;
	font-weight: 300;

	}

.fontFooter {
	font-family: 'Fira Sans', sans-serif;
	font-size: 1.1em;
	color: #a1a1a1;

	}

.redFont {
		color: #901526;
}

.bigFont1 {
	font-family: 'Fira Sans', sans-serif;
	font-size: 1.6em;
	font-weight: 200;
	padding-top: 0em;


	}

.zitat {
	font-family: 'Fira Sans', sans-serif;
	font-size: 1.8em;
	color: #5e5e5e;
	font-weight: 200;
	padding-top: 0em;
	font-style:italic

	}

.kursiv-text {
	font-family: 'Fira Sans', sans-serif;
	font-size: 0.7em;
	color: #474646;
	font-weight: lighter;
	padding-top: 0em;
	font-style:italic

	}



.deco-none {
  color: #a1a1a1;
  text-decoration: none;
}

.deco-none:link, .deco-none:visited {
  color: #a1a1a1;
  text-decoration: none;
  font-size: 1.1em;
}

.deco-none:hover {
  color: #666666;
   text-decoration: none;
   font-size: 1.1em;
}

/*
div.footer > div.container {
	background-color:#f6f6f6;
	position: absolute;
  bottom: 0;
  width: 100%;

  height: 140px;


  margin-top: 150px;
  padding-top: 10px;
   padding-bottom: 10px;
}
*/

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 140px;
  margin-top: 150px;
  padding-top: 10px;
   padding-bottom: 10px;
  background-color:#f6f6f6 !important;
}

/* Navbar helper */

.affix {
  padding:0px;
  -webkit-transition:padding 0.2s linear;
  -moz-transition:padding 0.2s linear;
  -o-transition:padding 0.2s linear;
  transition:padding 0.2s linear;

}

.affix-top {
  padding-top:15px;
  padding-bottom:15px;
  -webkit-transition:padding 0.5s linear;
  -moz-transition:padding 0.5s linear;
  -o-transition:padding 0.5s linear;
  transition:padding 0.5s linear;
}




/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#00807f;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:link,.social-circle li a:visited {
 background-color: #D3D3D3;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}





/* Navbar */



.navbar {
font-family: 'Fira Sans', sans-serif;
font-size:   1.2em;
font-weight: 200;
text-transform: uppercase;

box-shadow: 0px 1px 3px #dfdfdf;
z-index:999;



}
.navbar-left {
	padding-top: 10px;
	padding-bottom: 6px;
	}

.navbar-default {
  background-color: #ffffff;
  border-color: #e1e1e1;
}
.navbar-default .navbar-brand {
  color: #494949;

}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #d6132d;
}
.navbar-default .navbar-text {
  color: #d6132d;
}
.navbar-default .navbar-nav > li > a {
  color: #494949;
   line-height: 100px;
    height: 83px;
    padding-top: 0;

}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #901526;
   /*background-color: #f9f9f9;*/
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #d6132d;
  font-family: 'Fira Sans', sans-serif;
font-size:      1.2em;

}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #494949;
  /*background-color: #e1e1e1;*/

}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
 /* background-color: #e1e1e1;*/
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #494949;
  /*background-color: #e1e1e1;*/
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #901526;
  background: #ffffff !important;
 /* background-color: #e1e1e1;*/
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #494949;
 /* background-color: #e1e1e1; */
}
.navbar-default .navbar-toggle {
  border-color: #e1e1e1;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
 /* background-color: #e1e1e1;*/
}
.navbar-default .navbar-toggle .icon-bar {
 /* background-color: #d6132d;*/
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #d6132d;
}
.navbar-default .navbar-link {
  color: #d6132d;
}
.navbar-default .navbar-link:hover {
  color: #494949;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

ul.nav li.dropdown:hover ul.dropdown-menu{
	display: block;
	margin-top:0px
}

/* diverse */
.navbar-brand {
	margin-top: -4px;
	}

.jumbotron {
	-webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background-size: cover;
	min-height: 500px;
	margin-bottom: 0;
	}

.symSpacer {
	margin-bottom: 10px;
	}

.topSpacer {
	margin-top: 90px;
	}

  .buffer-top {
  	margin-top: 30px;
  	}

.bottomSpacer {
	margin-bottom: 90px;
	}

}
/*
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;

  height: 60px;
  line-height: 60px;

  margin-top: 60px;
}

*/


/* Button */

.btn-read {
  color: #ffffff;
  background-color: #901526;
  border-color: #1C1515;
}

.btn-read:hover,
.btn-read:focus,
.btn-read:active,
.btn-read.active,
.open .dropdown-toggle.btn-read {
  color: #ffffff;
  background-color: #5E0D18;
  border-color: #1C1515;
}

.btn-read:active,
.btn-read.active,
.open .dropdown-toggle.btn-read {
  background-image: none;
}

.btn-read.disabled,
.btn-read[disabled],
fieldset[disabled] .btn-read,
.btn-read.disabled:hover,
.btn-read[disabled]:hover,
fieldset[disabled] .btn-read:hover,
.btn-read.disabled:focus,
.btn-read[disabled]:focus,
fieldset[disabled] .btn-read:focus,
.btn-read.disabled:active,
.btn-read[disabled]:active,
fieldset[disabled] .btn-read:active,
.btn-read.disabled.active,
.btn-read[disabled].active,
fieldset[disabled] .btn-read.active {
  background-color: #901526;
  border-color: #1C1515;
}

.btn-read .badge {
  color: #901526;
  background-color: #ffffff;
}

.btn-info2 {
  background-color: #ffffff !important;
  border-color: #5E0D18 !important;
  color: #5E0D18 !important;

} 

.btn-info2:hover,
.btn-info2:focus,
.btn-info2:active {
  background-color: #5E0D18  !important;
  border-color: #ffffff !important;
  color: #ffffff !important;

} 

.infobox {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 6px;
  background-color:#f6f6f6 !important;
}


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

.featurette-divider {
  margin: 30px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
  padding-top: 60px; /* Vertically center images part 1: add padding above and below text. */
  overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
  margin-top: -60px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
  margin-right: 40px;
  max-width: 300px;
}
.featurette-image.pull-right {
  margin-left: 40px;
  max-width: 300px;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}




#features {
    margin-top:20px;

}
.feature, .feature i, .feature h3, .feature .title_border {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.feature {
    background:#FFFFFF;
    text-align:center;
    padding:20px;
    border: solid 1px #cccccc;


}
.feature p {
    margin-top:20px;
    margin-bottom:30px;

}
.feature i{
    font-size:80px;
    color:#FFFFFF;
    background:#ad1c30;
    padding:30px;
    border-radius:50%;
    border: solid 3px #ad1c30;
}
.feature h3 {
   	color: #ad1c30;
}
.feature:hover {
    background:#F5F5F5;
    -webkit-transform: translate(0,1em);
    -moz-transform: translate(0,1em);
    -o-transform: translate(0,1em);
    -ms-transform: translate(0,1em);
    transform: translate(0,1em);
}
.feature:hover i{
   color: #ad1c30;
    border-color:#ad1c30;;
    background:#FFFFFF;
}
.feature:hover .title_border {
    background-color:#d6132d;
    width:50%;
}
.feature .title_border {
    width: 0%;
    height: 3px;
    background:#d6132d;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 8px;
}

.feature-helper1 {
	/* 3 Spalten Feature-Block, spalte 1 - Helper */
	margin-right: 1%;
	width: 31%;


	}

.feature-helper2 {
	/* 3 Spalten Feature-Block, spalte 2 - Helper */
	margin-left: 1%;
	margin-right: 1%;
	width: 31%;
	}

.feature-helper2 {
	/* 3 Spalten Feature-Block, spalte 3 - Helper */
	margin-left: 0%;
	width: 31%;


	}

/* Breadcrumbs */
.breadcrumb {background: rgba(255, 255, 255, 1); border: 0px solid rgba(245, 245, 245, 1); border-radius: 2px; display: block;}
.breadcrumb li {font-size: 14px;}
.breadcrumb a {color: rgba(235, 26, 26, 1);}
.breadcrumb a:hover {color: rgba(14, 26, 36, 1);}
.breadcrumb>.active {color: rgba(153, 153, 153, 1);}
.breadcrumb>li+li:before {color: rgba(204, 204, 204, 1); content: "\00bb\00a0";}




@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {

  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #494949;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #494949;
    background-color: #e1e1e1;

  }


  .feature, .feature-helper1, .feature-helper2, .feature-helper3  {

    width: auto;
    margin-right: 0;
    margin-left: 0;

}

}

@media (max-width: 1000px) {
	.navbar-brand {
  		display: none;
  		}

   .feature, .feature-helper1, .feature-helper2, .feature-helper3  {
    width: auto;
    margin-right: 0;
    margin-left: 0;

}

  	.navbar {
		font-family: 'Fira Sans', sans-serif;
		font-size:   1.0em;

}
  }
