@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
body{
  background: #FFFFFF;
  color: rgba(60,60,59, 1);
	font-family: franklin-gothic-urw-cond, 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 10pt;
  letter-spacing: 0.1em;
  font-weight: 400;
  overflow-x: hidden;
}
.pagewrapper{
  background: rgba(235,235,235,1);
  max-width: 1900px;
  overflow-x: hidden;
}



/* @group basics */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: .5em 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-family: franklin-gothic-urw-comp, 'Roboto Condensed', sans-serif;
font-style: normal;
font-weight: 700;
  color: rgba(247,79,45, 1);
}
h1{
  font-size: 30pt;
  padding-bottom: 40px;
  margin-bottom: 40px;
  background: transparent url(../images/headline.png) no-repeat center bottom;
}
h2{
  font-size: 21pt;
  margin: 10px 0;
  padding: 0;
  color: rgba(60,60,59, 1);
}
h4{
  font-size: 16pt;
  margin: 10px 0;
  padding: 0;
}
h1 em, h2 em, h3 em{
 	font-weight: normal;
 	font-style: normal;
	color: rgba(60,60,59, 1);
	font-size: 1em;
}


a, a:link, a:visited{
    color: rgba(60,60,59, 1);
}

a:hover, a:focus, a.current, a.active, .active a{
	color: rgba(247,79,45, 1);
	text-decoration: none;
}

a, .transition{
  -webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

.spacer{
  display: block;
  height: 30px;
  clear: both;
}
/* @end */


/* @group header/navbar */
.headstripe{
  display: none;
}
.navbar {
    border: none;
    min-height: 50px;
    line-height: 50px;
}
.navbar-fixed-top {
    background-color: rgba(255, 255, 255, .8);
    border: none;
    border-radius:0;
    webkit-border-radius:0;
    font-size: 1.3em;
    position: absolute;
}

.navbar-brand {
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0;
}
.navbar-brand>img {
	max-height: 100%;
}
.navbar-default .navbar-nav > li > a {
    color: rgba(60, 60, 59, 1);
    text-transform: uppercase;
    font-size: 1em;
	padding: 7px 0;
	margin: 0 5px;
	letter-spacing: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: rgba(247,79,45, 1);
}
.dropdown-menu > li > a {
    line-height: 2;
    padding: 6px 20px;
    font-size: 1.1em;
    background: rgba(255,255,255, 1);
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: rgba(247,79,45, 1);
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: rgba(247,79,45, 1);
    color: rgba(255,255,255,1);
    outline: 0 none;
    text-decoration: none;
    font-weight: 600;
}
.navbar-toggle {
    background: transparent;
    border: none;
    border-radius: 0;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}

.navbar-toggle .icon-bar {
    border-radius: 0;
    display: block;
    height: 5px;
    width: 37px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: rgba(247,79,45, 1);
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: rgba(60,60,59, 1);
}
.navbar-default .navbar-toggle:focus  .icon-bar, .navbar-default .navbar-toggle:hover  .icon-bar{
    background-color: rgba(247,79,45, 1);
}

.navbar-static a, .navbar-static a:link, .navbar-static a:visited {
    color: rgba(60, 60, 59, 1);
    text-transform: uppercase;
    font-size: 1em;
	padding: 7px 0;
	margin: -50px 0 0 0;
	letter-spacing: 0;
	display: inline-block;
	width: 13%;
}
.navbar-static a:hover, .navbar-static a:focus, .navbar-static a:active, .navbar-static a.active {
    background-color: transparent;
    color: rgba(247,79,45, 1);
}

.navbar-static a.headstripe-brand{
  position: relative;
  display: inline-block;
}
.navbar-static a.headstripe-brand img{
  position: relative;
}
/* @end */
/* @group content */
.content-main{
  padding-top: 3vh;
  padding-bottom: 18vh;
  letter-spacing: 0.02em;
  background-size: contain;
  text-align: center;
  background: rgba(235,235,235,1) url(../images/footer_line.svg) no-repeat center bottom;
}

.content-main.nobg{
  background: rgba(235,235,235,1);
  padding-bottom: 7vh;  
}


.content-main .container{
  max-width: 900px;
}

.content-main p{
  margin: 0 0 15px 0;
}
.content-main img {
	width: auto;
	max-width: 100%;
}
.list-group-item {
    background-color: rgb(255, 255, 255);
    border: none;    
    font-size: 1.2em;
    border-top: 1px solid rgba(94,41,27, 1); 
    border-bottom: 1px solid rgba(94,41,27, 1); 
    padding: 7px 0;
}
.list-group-item:first-child, .list-group-item:last-child {
    border-radius: 0;
    webkit-border-radius: 0;
}
.form-control {
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 0;
    webkit-border-radius:0px;
    box-shadow: none;
    color: rgb(85, 85, 85);
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.form-control:focus {
    border-color: rgb(155,155, 155);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(155, 155, 155, 0.25);
    outline: 0 none;
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border: none;
    border-radius: 0;
    webkit-border-radius:0px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btn-default {
	background: rgba(247,79,45, 1);
    border-color: rgba(247,79,45, 1);
    color: rgb(255, 255, 255);
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    background-color: rgba(255,255,255, 1);
    border-color: rgba(247,79,45, 1);
	color: rgba(247,79,45, 1);
}
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default.active[disabled], .btn-default.focus[disabled], .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    display: none;
}
.angebote{
  margin: 45px 0 20px 0;
  display: block;
}
.box-angebot{
  padding: 17px 30px;
  background: rgba(255,255,255,.5);
  text-align: left;
  margin: 0 0 25px 0;
}
.box-angebot h3{
  font-size: 1.5em;
}
.box-angebot p{
  margin: 0 0 11px 0;
}
.box-angebot em{
  font-style: normal;
  color: rgba(247,79,45, 1);
  font-size:.75em;
}
.box-angebot span{
  color: rgb(247, 79, 45);
  display: block;
  float: right;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.1em;
  padding: 0 0 20px 10px;
  text-align: right;
  margin-right: -10px;
}
.call-to-action{
  font-size: 1.25em;
  font-weight: 700;
  color: rgb(247, 79, 45);
  margin-top: -3px;
}
.call-to-action p{
  margin: 0;
}
.call-to-action .box{
  font-size: 2.5em;
  font-weight: 700;
  color: #FFF;
  background: rgb(247, 79, 45);
  margin-top: 6px;
}
.call-to-action .box a{
  color: #FFF;
}
.content-main ul {
  margin: 0;
  padding: 0;
}

.content-main ul li{
  margin: 0;
  padding: 0 0 2px 11px;
  background: transparent url(../images/dot.png) no-repeat left 4px;
  list-style-type: none;
  list-style-position: outside;
}
.footerlinewrapper{
  overflow-x: hidden;
}


/* @end */


/* @group footer */
.googleembed{
  background: #fff;
  position: relative;
  overflow-x: hidden;
  max-height: 50vh;
}
.footer-line-contact img{
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: 0;
  width: 110%;
  height: auto;
  z-index: 1111;
  max-width: 110%;
}

footer{
  background: rgba(135,135,135,1);
  padding-top: 0px;
  padding-bottom: 10px;
  font-size: 0.9em;
}
footer .container{
  max-width: 900px;
}
footer .footer-brand{
  margin: 40px auto 0 auto;
  padding: pink;
display: block;	
  width: 140px;
}

footer a, footer a:link, footer a:visited{
  color: rgba(60,60,59,1);
}
footer a:hover, footer a:focus{
  color: rgba(255,255,255, 1);
}
footer ul.handgemenge{
  list-style-image: none;
  list-style-type: none;
  padding: 0;
  font-size: 0.9em;
}

footer ul.handgemenge{
  margin-top: -10px;
}
footer ul.handgemenge li{
  padding: 5px 11px;
  display: inline-block;
}
footer .footertext{
	font-size: 1em;
	padding: 40px 0;
	line-height: 1.2em;
}
.footer_contact{
  
}
.black{
  font-size: 1.5em;
  font-weight: 700;
}
.orange{
  font-size: 1.5em;
  font-weight: 700;
  color: rgb(247, 79, 45);
}
/* @end */





@media only screen and (max-width: 767px) {
	 footer {
	 font-size: 1.1em;
	 }
	 
	.navbar-brand {
	    float: left;
	    height: 60px;
	    line-height: 60px;
	    padding: 5px;
	}
	.navbar-default .navbar-nav > li > a {
	    color: rgba(60, 60, 59, 1);
	    text-transform: uppercase;
	    font-size: 1em;
		padding: 7px 0;
		margin-right: 0;
		line-height: 1.55em;
	    text-align: center;
	    border-top:  1px solid  rgba(218,218,218,.5);
	    font-weight: 400;
	}
	.navbar .navbar-collapse {
  		background: #fff;
	}
	.navbar-nav > li:first-child > a{
  		border: none;
	}
	.dropdown-menu {
	    font-size: 18px;
	    text-align: center;
	}
	.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: rgb(255,255,255);
    border-color: rgba(247,79,45, 1);
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
	    background-color: rgb(240, 240, 240);
	    color: rgba(247,79,45, 1);
	}
	.navbar-nav .open .dropdown-menu > li > a {
    line-height: 2em;
	}
		.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	    background-color: rgba(247,79,45, 1);
	    border-bottom: 1px solid rgba(247,79,45, 1);
	    color: rgb(255, 255, 255);
	}
	.navbar-nav > li.breaker{
	  display: none;
	}
	.img-row-right img , .img-row-left img{
			padding: 10px 30px;
	}

}
@media only screen and (min-width: 768px) {
		.pagewrapper{
		   padding-top: 60px;
		}
		.navbar-fixed-top{
  			top: 60px;
  			height: 50px;
		}
		.navbar-nav{
  			padding: 15px 0;
		}
		.navbar-nav > li.breaker{
  			line-height: 30px;
  			padding: 0 7px;
  			color: rgb(247, 79, 45);
		}
		.navbar-nav > li.breaker:last-child{
			display: none;
		}
		.img-row-right{
  			padding-left: 4px;	
  			padding-top: 15px;	
		}
		.img-row-left{
  			padding-right: 4px;	
  			padding-top: 15px;
		}
		.headstripe{
		  display: block;
		  position: absolute;
		  left: 0;
		  right: 0;
		  top: 0;
		  height: 100px;
		  z-index: 800;
		}

}
@media only screen and (min-width: 768px) and (max-width: 990px) {
	.navbar-fixed-top .container{
  			width: 100%;
		}
}


