@import 'https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700';
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Navbar */



body{
  background: #f6f6f6;
    color: rgba(60,60,59, 1);
}




/* @group basics */
.navbar a, h1, h2, h3, h4, h5{
font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

h1 em, h2 em, h3 em{
 	font-weight: normal;
 	font-style: normal;
	color: rgba(175,15,10, 1);
	font-size: 1em;
}
.content-main h4{
   	font-weight: 400;
 	font-style: normal;
	color: rgba(175,15,10, 1);
	font-size: 1.1em;
	text-transform: none;
	margin: 25px 0;
}
.content-main h5{
   	font-weight: 400;
 	font-style: normal;
	color: rgba(175,15,10, 1);
	font-size: 1.1em;
	text-transform: none;
	margin: 0 0 0 0;
}

strong em, em strong, em{
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: rgba(175,15,10, 1);
  font-size:1.2em;
}
a, a:link, a:visited{
    color: rgba(60,60,59, 1);
}

a:hover, a:focus, a.current, a.active, .active a{
	color: rgba(175,15,10, 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;
}

.pagewrapper{
  background: #fff;
  border-top: 15px solid #ae0f0a;
  max-width: 1400px;
}
.spacer{
  display: block;
  height: 30px;
  clear: both;
}
/* @end */


/* @group header/navbar */

.navbar {
    border: none;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 50px;
    line-height: 50px;
}

.navbar-default {
    background-color: rgb(255, 255, 255);
    border: none;
    border-radius:0;
    webkit-border-radius:0;
    font-size: 1.3em;
}

.navbar-brand {
    float: left;
    height: 50px;
    line-height: 20px;
    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: 1.1em;

}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: rgb(255, 255, 255);
	color: rgba(175,15,10, 1);
}
.dropdown-menu > li > a {
    line-height: 2;
    padding: 6px 20px;
    font-size: 1.1em;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: rgba(175,15,10, 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(240,240,240, 1);
    color: rgba(175,15,10, 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: 4px;
    width: 37px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: rgba(175,15,10, 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(255,255,255, 1);
}

/* @end */
/* @group content */
.content-main{
  padding-top: 5vh;
  padding-bottom: 5vh;
  letter-spacing: 0.02em;
}
.content-main p{
  text-align: justify;
  letter-spacing: 0.02em;
  margin: 0 0 20px 0;
  font-size: 1.1em;
}
.content-main .text-left p {
    text-align: left;
}
.content-main h2 p, .content-main h3 p, .content-main h4 p {
  text-align: left;
}
.content-main img {
	width: auto;
	max-width: 100%;
    margin: 0 0 20px 0;
}



.carousel_overlay h2{
  color: rgba(175,15,10, 1);
  margin-bottom: 15px;
  font-weight: 600;
}
.carousel_overlay .phone_number{
    color: rgb(255, 255, 255);
	background-color: rgba(175,15,10, 1);
	font-size: 1.4em;
	padding: 5px 15px;
	margin: 10px 0;
	font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    display: inline-block;
}
.carousel-control {
    font-size: 30px;
    width: 8%;
}
.carousel-control.right, .carousel-control.left{
  background: transparent;
}
a.carousel-control{
    color: rgba(255,255,255, 1);
    text-shadow: none;
    filter:alpha(opacity=100);
    opacity:1;
    display: block;
    text-shadow: 0 0 15px rgba(0,0,0, .2);
}
a.carousel-control:hover{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	text-shadow: 0 0 15px rgba(0,0,0, .5);
	color: rgba(175,15,10, 1);
}
.carousel-indicators {
    bottom: 0;
}
/*.carousel-indicators li {
    background-color: rgba(255, 255,255, .6);
    border: none;
    webkit-border-radius: 0;
	border-radius: 0;
    height: 7px;
    margin: 1px;
    width: 34px;
}
.carousel-indicators .active:hover, .carousel-indicators .active {
    background-color: rgba(255, 255,255, 1);
    height: 7px;
    margin: 1px;
    width: 34px;
}*/

.panel-default {
    border: 1px solid rgba(175,15,10, 1);
}
.panel-group .panel {
    border-radius: 0;
    webkit-border-radius: 0;
}

.panel-default > .panel-heading {
    background-color: rgb(255, 255, 255);
    border: none;
    color: rgba(60,60,59, 1);
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    padding: 10px 15px;
}
.panel-body {
    padding: 15px 0;
    margin: 0 15px;
}

.content-main .panel-body img{
    width:40%;
    float: left;
    margin: 0 30px 30px 0;
}
.content-main h1{
  padding: 20px 0;
}
.content-main h1:first-child{
  padding-top: 0px;
}
.content-main h2{
  padding: 20px 0 10px 0;
}
.content-main h2:first-child{
  padding-top: 0px;
}
.list-group-item {
    background-color: rgb(255, 255, 255);
    border: none;    
    font-size: 1.2em;
    border-top: 1px solid rgba(175,15,10, 1); 
    border-bottom: 1px solid rgba(175,15,10, 1); 
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    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(240, 240, 240);
    background-image: none;
    border: 1px solid rgb(204, 204, 204);
    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;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btn-default {
    background-color: rgba(175,15,10, 1);
    border-color: rgba(175,15,10, 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(60,60,59, 1);
    border-color: rgba(60,60,59, 1);
    color: rgb(255, 255, 255);
}

/* @end */


/* @group Projekte */
.projectpreview {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid  rgba(60,60,59, .2);
}
.projectpreview h3{
  color: rgba(60,60,59, .5);
  margin: 15px 0 7px 0;
}
a.projektlink{
	font-size: 1.2em;
	text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
}

a.projektlink:link .glyphicon, a.projektlink .glyphicon{
	font-size: 0.8em;
	margin-right: 7px;
}
a.projektlink:link{
	color: rgba(60,60,59, 1);
}
a.projektlink:visited{
	color: rgba(60,60,59, .5);
}
a.projektlink:hover, a.projektlink:focus{
	color: rgba(175,15,10, 1);
}

.project h3{
 	color: rgba(175,15,10, 1); 
}
.projectimages{
  margin-top: 25px;
  padding-top: 10px;
  border-top: 1px solid  rgba(60,60,59, .2);
}
/* @end */


/* @group footer */
footer{
  background: #dadada;
  padding-top: 30px;
  padding-bottom: 30px;
}

footer h4{
	color: rgba(175,15,10, 1);
	font-weight: 600;
}

footer img{
  margin-bottom: 30px;
}

footer nav ul{
  list-style-image: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer nav ul li ul{
  display: none;
}

.copyrightline{
	max-width: 1420px;
	font-size: 0.7em;
	padding: 7px 10px;
	color: rgba(60,60,59, .7);
	margin: 0 auto;
}
/* @end */





@media only screen and (max-width: 767px) {
	 footer {
	 font-size: 1.1em;
	 }
	 footer h4{
  	float: left;
  	padding-right: 5px;
	}
	.carousel_overlay{
	  position: static;
	  z-index: 10;
	  background: rgba(218,218,218,.5);
	  padding: 1em 2em;
	  width: 100%;
	  right: 0;
	  bottom: 0;
	  display: block;
	}
	.navbar-brand{
  		margin-left: 20px;
	}
	.navbar-nav > li > a{
  		line-height: 1.55em;
	    text-align: center;
	    border-top:  1px solid  rgba(218,218,218,.5);
	    font-weight: 400;
	}
	.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(175,15,10, 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(175,15,10, 1);
	}
	.navbar-nav .open .dropdown-menu > li > a {
    line-height: 2em;
	}
}
@media only screen and (min-width: 768px) {
	body {
	 padding-top: 5vh;
	 padding-bottom: 5vh;
	 }
	 .navbar {
  	padding: 5px 4vw;
	}
	.carousel_overlay{
	  position: absolute;
	  z-index: 10000;
	  background: rgba(255,255,255,.8);
	  padding: 1em 2em;
	  width: 60%;
	  right: 10%;
	  bottom: 12%;
	}
}
@media only screen and (min-width: 1024px) {
	.carousel_overlay{
	  position: absolute;
	  z-index: 10000;
	  background: rgba(255,255,255,.8);
	  padding: 1em 2em;
	  width: 30%;
	  right: 10%;
	  bottom: 12%;
	}
}


