/*------------------ Base------------------------ */
a {
   text-decoration: none;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
text-decoration: none;
}
ul, ol {
	margin-bottom: 1.5em;
	margin-left: 0;
	text-decoration: none;
}
/*------------------- font --------------------*/
p,
h1,
h2, 
h3, 
h5, 
h6 					{ 
    color:#F03939;
	font-weight: normal; /* reset default browser weight for our webfonts */
	font-family: 'Abel', Arial, Helvetica, sans-serif;
	font-weight: 500;
    line-height: 1.1;
}
a {
 color: #F03939;!important;
  text-decoration: none;
}
a:hover,
a:focus {
color: #F03939;!important;
}
a:focus {
  outline: thin dotted #F03939;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
p {
	font-family: 'Abel', Arial, Helvetica, sans-serif;
	font-size: 1em; /* 16px */
	line-height: 1.5;
	color: #000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
	padding-top: 10px;
}
h1 {
	font-family: 'Abel', Arial, Helvetica, sans-serif;
	font-size: 2.75em;
	line-height: 1; /* 24px */
	margin-top: 1.42em;
	margin-bottom: 1em;
	font-weight: lighter;
	text-align: center;
}
h1.abel {
	font-family: 'Abel', Arial, Helvetica, sans-serif;
	font-size: 4.750em;
	margin-top: 1.42em; 
	margin-bottom: 1em;
	text-align: left;
	line-height: 40px;
	font-weight: 400;
}

h2 {
	font-size: 1.9125em; /* 28px */ 
	line-height: 1.1429; /* 24px */ 
	margin-top: 1.1429em; 
	margin-bottom: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	
}

h3 {
	font-size: 1.5em; 
	line-height: 1.3333; /* 24px */
	margin-top: 1.3333em;
	margin-bottom: 0em;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	
}
h3.opensans {
	font-size: 1.5em;
	line-height: 1.3333; /* 24px */
	margin-top: 1.3333em;
	margin-bottom: 0em;
	font-family: 'Open Sans', cursive;
	text-align: left;
	font-weight: bold;
	
}
h4 {
	font-size: 1.1em; 
	line-height: 1.5; /* 24px */ 
	margin-top: 1.5em;
	margin-bottom: 1em;
}
h4.icon {
	color: #F03939;!important;
	font-size: 1em; /* 16px */
	line-height: 1.5;
}
.white {
	color: #FFFFFF;!important;
}
h5 {
	font-size: 0.875em;
	line-height: 1.7143; /* 24px */ 
	margin-top: 1.7143em; 
	margin-bottom: 0em;
}

h6 {
	font-size: 0.65em;
	line-height: 1; /* 24px */ 
	margin-top: 1em; 
	margin-bottom: 1em;
	font-family: 'Roboto', sans-serif;
	font-weight:lighter;
}
p.damion{
	font-size: 1.1em;
	color: #F03939;!important;
	line-height: 1; /* 24px */
	margin-top: 1em;
	margin-bottom: 1em;
	font-family: 'Damion', cursive;
	vertical-align: middle;
	text-align: center;
}
.back{	
	color: #fff;!important;
	
}
/*------------------- font --------------------*/
body {
	/*min-height: 2000px;*/
	/*padding-bottom: 40px;*/
	color: #000000;
	background-color: #FFFFFF;
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	right: 24px;
}
/********* Brand *************/
/*.navbar-brand {
  float: left;
  padding: 30px 1px;
  font-size: 20px;
  line-height: 22px;
}*/
.logo {
  padding: 22px 1px; 
}

.logo-container {
	width: 200px;
	margin: auto;
}

page-header {
  padding-bottom: 10px;
  margin: 4px 0 22px;
 }

 .navbar-default {
	background-color: #fff;
	border:none;
}


/********** Service **********/
#service {
	backgroun-color:#F03939;
	padding-top: 20px;
	padding-bottom: 20px;
}
/**********CAROUSEL******************/
#carousel {
	padding-bottom: 30px;
	background-color:#F03939;
	padding-top: 30px;
}
/*** CAROUSEL 1 WRAP ***/
#carouselwrapslide {
	width:100%;
	margin-top:20px; /*-20*/
}
/*** CAROUSEL 1 WRAP ***/
#carouselwrap  {
	padding-top: 10px;
}
#carouselwrap p {
	color: #FFF;
}
.carousel {
	overflow: hidden;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	border: thin solid #CCC;
}
.carousel-inner > .item {
	position: relative;
	display: none;
	-webkit-transition: 0.6s ease-in-out left;
	-moz-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	line-height: 1;
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	background: #222222;
	border: 3px solid #ffffff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.carousel-control.right {
	right: 15px;
	left: auto;
}
.carousel-control:hover, .carousel-control:focus {
	color: #ffffff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.carousel-indicators {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 5;
	margin: 0;
	list-style: none;
}
.carousel-indicators li {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	text-indent: -999px;
	background-color: #ccc;
	background-color: rgba(255, 255, 255, 0.25);
	border-radius: 5px;
}
.carousel-indicators .active {
	background-color: #fff;
}
.carousel-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px;
	background: #333333;
	background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4, .carousel-caption p {
	line-height: 20px;
	color: #ffffff;
}
.carousel-caption h4 {
	margin: 0 0 5px;
}
.carousel-caption p {
	margin-bottom: 0;
}
.section {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #F9F9F9;
	padding: 15px;
}
/*-------thumbnail--------*/
.thumbnail {
    position:relative;
    overflow:hidden;
}
 
.caption {
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(240, 57, 57, 0.75);
	width: 100%;
	height: 100%;
	padding: 2px;
	display: none;
	text-align: center;
	color: #fff !important;
	z-index: 2;
}
.btn:hover,
.btn:focus {
  color: #ff8c00;!important;
  text-decoration: none;
}
/*lightbox*/
#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    
    z-index:1032;
}
/*=======Tabelle=======*/
.image{	margin: 20px;}
.table {
	display: table;
	width: 100%;
}
.table-row {
	display: table-row;
}
.table-cell {
	display: table-cell;
	padding: 15px;
}
.thead {
	font-weight: bold;
	color: #ff8c00;!important;
}
 @media only screen and (max-width: 600px) {
	.table,
	.table-row,
	.table-cell {
		display: block;
		border: none;
	}
	.table-row { margin-bottom: 20px; }
}
/*======Zusatz=====*/
/*Ausfahren*/
#toggle {
    float:left;
	margin-left:5px;
	width:300px;
	height:338px;
	padding:10px;
	background-color:#b20926;
	overflow:hidden;
	-moz-box-shadow: 2px 2px 8px #959595;
	box-shadow: 2px 2px 8px #959595;
	-webkit-box-shadow: 2px 2px 8px #959595;
  }
#toggle img:hover {cursor: pointer;}
.pre {
	margin-left:0px;
	font-size:14px;
	font-weight:bold;
	line-height:1.3em;
	color:#FFF;
	float:left;
	width: 140px;
}
.pre a {color:#FFF; text-decoration:underline; margin-top:3px;}
#toggle #zubereitung {}
#toggle:hover { background-color:#b20926}
#toggle img {float:left;}



/*---- Modal Bootstrap -----*/
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
#foliowrap h3 {
	font-size: 35px;
	color: #fff;
	text-align: center
}
.modal-header {
	background-color: #F03939!important;
	color: #fff
}
.modal-title {
	color: #fff !important;
	/*background-color: #ff8c00;!important;*/
}
.info p {
	font-size:18px;
}	
.info {
	text-align: left !important;
	list-style: none;
	text-decoration: none;
	padding-left: 50px;
}	
.info{
	opacity: 0.7;
}
.highlight {
	font-size: 1.8em;
	font-weight: 300;
	text-align: center;
	padding-left: 30px;
}
/*---- Modal Bootstrap -----*/
/*-------- Footer ---------------*/
#footer {
	width: 100%;
	padding-bottom: 45px;
	text-align: center;
	background-color: #F03939;
}
#footer h1 {
	text-align: left;
	margin-left: 5px;
	padding-left: 3px;
	margin-bottom: 40px;
	color: #F03939;
}
#footer h3 {
	font-family: "PT Sans", "Helvetica Neue", serif;
	font-weight: 400;
	font-size: 22px;
	color: #FFFFFF;
	bottom: -100px;
	text-align: left;
}
#footer h4 {
	font-family: "PT Sans", "Helvetica Neue", serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
	color: #fff;
	margin: 5px;
	text-align: left;
}
#footer p {
	font-family: "PT Sans", "Helvetica Neue", serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
	color: #000000;
	padding-top: 50px;
	margin-bottom: 10px;
	margin: 5px;
}
/*-------- Footer ---------------*/
/*-------- Footnote -------------*/

#footnote {
	width: 100%;
	padding-bottom: 45px;
	text-align: center;
	color: #FFFFFF !important;
	background-color: #F03939;
	
}
#footnote h4 {
	font-family: "PT Sans", "Helvetica Neue", serif;
	text-align: center;
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
	color: #fff !important;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-top-color: #E6E6E6;
	padding-top: 30px;
	border-top-width: thin;
	border-top-style: inset;
}
/*-------- Footnote -------------*/
/*-------- Backtotop -------------*/
#backtotop {
	width: 100%;
	padding-bottom: 45px;
	text-align: center;
}
#backtotop h4 {
	font-size: 1.3em;
	color: #FFFFFF !important;
	line-height: 1.5; /* 24px */
	margin-top: 1.5em;
	margin-bottom: 0em;
}
/*-------- Backtotop -------------*/
/*--------- Form -----------------*/
.input-group-addon
{
	background-color: rgb(255,57,57);
	border-color: rgb(40, 94, 142);
	color: rgb(255, 255, 255);
}
.form-control:focus
{
    background-color: rgb(255,57,57)
    border-color: rgb(40, 94, 142);
	color: rgb(0,0,0);    
}
.form-signup input[type="text"],.form-signup input[type="password"] { border: 1px solid rgb(50, 118, 177); }



/* RESPONSIVE CSS
-------------------------------------------------- */
@media screen and (min-width:240px) {
#carouselwrapslide {
width:100%;
margin-top:130px; 
}
h1 {
	font-size: 1.750em;
	line-height: 1; /* 24px */ 
	margin-top: 1em; 
	margin-bottom: 1em;
	font-family: 'Roboto', sans-serif;
	font-weight:lighter;
	text-align:center;
}
.social_icons  h4 {
	font-size: 0.85em; 
	color: #000099;
	line-height: ; 
	margin-top: 1em; 
	margin-bottom: 0em;
}
}
@media screen and (min-width:320px) {
#carouselwrapslide {
width:100%;
margin-top:130px; 
}
h1 {
	font-size: 1.750em;
	line-height: 1; /* 24px */ 
	margin-top: 1em; 
	margin-bottom: 1em;
	font-weight:lighter;
	text-align:center;
}
.social_icons  h4 {
	font-size: 0.85em; 
	line-height: ; 
	margin-top: 1em; 
	margin-bottom: 0em;
}
}
@media screen and (min-width:440px) {
#carouselwrapslide {
width:100%;
margin-top:130px; 
}
}
 @media screen and (min-width:600px) {
#carouselwrapslide {
width:100%;
margin-top:150px; /*-20*/
}
}

 
@media (min-width: 768px) {
.navbar-collapse ul {margin-top: 18px; } 
.logo{float:left;}
.navbar-collapse .navbar-nav.navbar-left:first-child { margin-left: 0px; }
 .navbar-right {
	float: left;
  }
#carouselwrapslide {
width:100%;
margin-top:140px; /*-20*/
}
.phone {
display:none !important;
}
/* Remove the edge padding needed for mobile */
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }

}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
  
}
@media (max-width: 992px) {
    .navbar-right {
	float: left;
  }
}
