/*CREATED BY POLOLADIE 2014*/

body{	
	font-family: 'Francois One', sans-serif;
	background-image: url(../img/bg_raster.png);
	background-repeat: repeat;
}

.header{
	padding: 25px 0;
	height: auto;
}

@media screen and (min-width: 768px) {	
	.header{
		height: 200px;
	}
}

@media screen and (min-width: 1024px) {	
	.header{
		height: 170px;
	}
}


.navigation{
	display: block;
	color: #fff;
	font-size: 20px;
	background-color: #000;
	margin-bottom: 5px;
	padding: 5px 10px;
	text-transform: uppercase;
}

.navigation:hover{
	color: #fff;
	text-decoration: none;
	background-color: #970014;
}

.navigation.active{
	background-color: #970014;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



@media screen and (min-width: 768px) {
	.navigation{		
		text-align: center;		
		font-size: 18px;
		line-height: 24px;
		text-decoration: none;
		height: 115px;
		padding-top: 30px;
		transition: 0.8s ease;
		font-weight: 500;
		background: none;
		
	}
	
	.navigation:hover{
		background-color: #970014;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 1000px){
	.navigation{		
		font-size: 14px;		
	}
}

.subnavigation{
	margin: 0px 30px 30px 0;
	display: block;	
	float: left;
	padding: 0 30px 0 0px;
}

.subnavigation:hover{
	color: #6c7c7a;
	text-decoration: none;
}

.subnavigation.active{
	color: #6c7c7a;
	text-decoration: none;
}

.subnavigation.last{
	margin-bottom: 20px;
}

@media screen and (min-width: 1920px) {
	.subnavigation{
		margin: 60px 0;
		display: block;
	}
	
	.subnavigation:hover{
		color: #6c7c7a;
		text-decoration: none;
	}
	
	.subnavigation.active{
		color: #6c7c7a;
		text-decoration: none;
	}
	
}


.logo{
	width: 70%;
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.logo{
		margin-bottom: 0px;
	}
}

.box{
	margin-top: 30px;
	padding: 30px 20px;
	height: auto;
}

@media screen and (min-device-width: 728px) and (max-device-width: 1024px) {
	.box{
		height: 380px;
	}	
}

@media screen and (min-width: 1366px) {
	.box{
		height: 430px;
	}
}

.claim{
	font-size: 30px;
	margin: 50px 0 20px 0;
	display: inline-block;
	width: 100%;
}

.red{
	background: #970014;
}

.green{
	background: #988f56;
}

.blue{
	background: #6c7c7a;
	
}

.white{
	background: #fff;
	padding: 10px 10px;
}

.whitenopadding{
	background: #fff;
	height: auto;
	margin: 0px;
}



.nobg{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.socialmedia{
	margin: 20px 0 0 0;
	list-style: none;
	padding: 0px;
}

.socialmedia li{
	float: left;
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0px;
	
}

.socialmedia li a{
	display: block;
}

.footer{
	background: #000000;
	padding: 20px 0;
	margin-top: 40px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.footer{
		text-align: left;	
	}
	
	.footer span{
		float: left;
	}
	
	.socialmedia{
		float: right;
		margin: 0px;
	}
}

.mood{
	/*background-image: url(../img/mood.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	height: 1000px;
	overflow: hidden;*/
	
}

/*---TYPOGRAFIE----*/

span{
	display: block;
}

.trenner{
	height: 4px;
	background-color: #fff;
	width: 100%;
	
}

h1{
	font-size: 35px;
	line-height: 35px;
	margin: 0px 0 20px 0;
}

h2{
	font-size: 30px;
	line-height: 30px;
	margin: 0px;
}

h3{
	font-size: 24px;
	margin-top: 0px;
}

h4{
	font-size: 30px;
	margin: 8px 0 0 0;
}

p{
	font-family: 'Lato', sans-serif;
}

a:hover{
	text-decoration: none;
}

p a:hover, .footer a.whitefont:hover{
	color: #6c7c7a;
	text-decoration: none;
	-webkit-transition: 0.9s;
	 -moz-transition: 0.9s;
}

.projectlist a.greenfont:visited {
	color: #988f56;
	text-decoration: none;
}

.projectlist a.greenfont:hover{
	color: #6c7c7a;
	-webkit-transition: 0.9s;
	 -moz-transition: 0.9s;
}

.projectlist p a {
	color: #988f56;
	font-weight: bold;
	-webkit-transition: 0.9s;
	 -moz-transition: 0.9s;
}

.projectlist p a:hover {
	color: #6c7c7a;
}

.margin10{
	margin: 0 0 10px 0;
}

.margin20top{
	margin: 10px 0 0px 0;
}

.margin20{
	margin: 0 0 20px 0;
}

.margin40{
	margin: 0 0 40px 0;
}

.whitefont{
	color: #fff;
}

.darkfont{
	color: #414141;
}

.greenfont{
	color: #988f56;
}

.small{
	font-size: 15px;
}

.big{
	font-size: 20px;
}

/*---Thumbnails Galerie---*/

.galerie img{
	 transition: 0.4s;
	 -webkit-transition: 0.4s;
	 -moz-transition: 0.4s;
}

.galerie img:hover{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
/*---SPRITES---*/

.icon{
	background-image: url(../img/sprites.png);
	transition: 0.4s ease;
}

.sprite-bg_raster {
    width: 4px;
    height: 4px;
    background-position: -5px -5px;
}

.sprite-icon_blog {
    width: 24px;
    height: 25px;
    background-position: -19px -5px;
}

.sprite-icon_checked {
    width: 22px;
    height: 22px;
    background-position: -87px -5px;
}

.sprite-icon_contact {
    width: 47px;
    height: 34px;
    background-position: -119px -5px;
}

.sprite-icon_fb {
    width: 12px;
    height: 25px;
    background-position: -176px -5px;
}

.sprite-icon_google {
    width: 27px;
    height: 25px;
    background-position: -220px -5px;
}

.sprite-icon_internet {
    width: 22px;
    height: 22px;
    background-position: -294px -5px;
}

.sprite-icon_station {
    width: 22px;
    height: 22px;
    background-position: -326px -5px;
}

.sprite-icon_xing {
    width: 24px;
    height: 25px;
    background-position: -358px -5px;
}

.sprite-icon_year {
    width: 23px;
    height: 23px;
    background-position: -426px -5px;
}

i{
	display: block;
	float: left;
	margin-right: 10px;
}

i.iconright{
	float: right;
	margin-left: 10px;
	margin-right: 0px;
}

/*---SPRITES HOVER---*/

.sprite-icon_fb:hover {
  	width: 12px;
    height: 25px;
    background-position: -198px -5px;
}

.sprite-icon_google:hover {
    width: 27px;
    height: 25px;
    background-position: -257px -5px;
}

.sprite-icon_xing:hover {
    width: 24px;
    height: 25px;
    background-position: -392px -5px;
}

.sprite-icon_blog:hover {
    width: 24px;
    height: 25px;
    background-position: -53px -5px;
}

/*---PROJEKT SLIDER---*/

.projectlist{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.projectlist li{
	padding-bottom: 5px;	
}

.thumbproject{	
	overflow: hidden;	
}

.carousel-inner{
	height: 350px;
}

.carousel-inner h3{
	padding-top: 20px;
}

.carousel-control{
	margin-top: -100px;	
	color: #414141;
	opacity: 100;
	text-shadow: none;
}

.carousel-control:hover{
	color: #000;
}

.carousel-control.left, .carousel-control.right{
	background: none;
}

/*---BUTTON---*/

.btn{
	text-align: left;
}

.btn-lg, .btn-block{
	border-radius: 0px;
	padding: 10px 10px;
	font-size: 20px;
	line-height: 34px;
}

@media screen and (min-width: 768px) {
	.btn-lg, .btn-block{
		font-size: 26px;
	}	
}
	
.btn-primary{
	background-color: #414141;
	border: 0px;
	transition: 0.8s ease;
}

.btn-primary:hover{
	background-color: #000;
}

.contact:before{
	content: url(../img/icon_contact.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	padding-right: 48px;
	float: right;
}

/*---WEBDESIGN REFERENZEN----*/

.referenz{
	margin-bottom: 20px;
	margin-top: 40px;
	display: block;
	width: 100%;
}

.referenz img{
	margin-bottom: 20px;
}

.referenz.first{
	margin-top: 40px;
	display: inline-block;
}