/*********************************************
**				Meta
*********************************************/

* {margin: 0; padding: 0; font-family:"source sans pro";}

a {text-decoration: none;}

p {text-align:left!important; color:#393939!important;}

body {
	color: #393939;
	font-family: 'open-sans-bold'; 
	font-weight:200;
	font-size: 18px;
	text-align: center;
}
/*********************************************
**				Links and Texts
*********************************************/

h1 {
	color:rgbargba(249, 157, 28, 1);
	font-weight:200;
}

h2 {
	text-align:left;
	padding-bottom:40px;
	color:rgba(249, 157, 28, 1);
}

h3  {
		text-align:left;
	padding-bottom:40px;
	color:rgba(249, 157, 28, 1);
}

blockquote {
	font-family:'Italianno';
	font-size:40px;
	color:rgba(249, 157, 28, 1);
}

.glyphicon-home {
	font-size:60px!important;
	color:rgba(249, 157, 28, 0.6);
}
/*********************************************
**				Header
*********************************************/

#logonresp {
	position: absolute;
	z-index:20;
	margin-top:50px;
	height:260px;
	background:rgba(255,255,255,0.7);
	width:100%; 
	padding:10px 0;
}

#logoresp {
	background:rgba(255,255,255,0.7);
	width:60%; 
	margin:0 auto;
}
/*********************************************
**				Footer
*********************************************/

#footer {
	background:rgba(0,0,0,0.7);
	color:#fff!important;
	margin:0!important;
	padding:10px 0 20px 0!important;
}

#footer p {text-align: center!important;color:#fff!important; padding:0 0 25px 0!important;margin:0!important;}

#footer p a {
	text-decoration:none;
	color:#fff!important;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;
  	padding:0!important;
}

#footer p a:hover {
	color:#bbb!important;
}

/*********************************************
**				Misc
*********************************************/

#toptrenner {
	height:1px; width:100%; float:left; background:rgba(249, 157, 28, 0.6); margin:5px 0 0 0;
}

.trenner {
	height:8px; width:100%; float:left; background:rgba(249, 157, 28, 0.6); margin:70px 0 70px 0;
}

.trennercontainer {
	padding:70px 0 90px 0;
}

.seperation {
	border-bottom:1px dashed rgba(0,0,0,0.5);
	margin:90px 0 80px 0;
}

section {margin-bottom:100px; color:rgba(6%,40%,12%,0.6);}

/*********************************************
**				Button
*********************************************/
.linkbutton {
	margin-top:50px;
}

.linkbutton a {
	color:#fff; 
	text-decoration:none; 
	background:rgba(249, 157, 28, 0.6);
	padding:30px 20px 30px 20px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;
	 }
.linkbutton a:hover {
	background:rgba(249, 157, 28, 0.2);
	color:rgba(249, 157, 28, 1); 
	
}


.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100% !important;
    height: auto !important;
}
/*********************************************
**				Navigation
*********************************************/


.fixed {
	position: fixed; 
	top: 0; 
	height: 70px; 
	z-index: 1;
}

nav ul {
	height:70px;
}

nav li {
	display: inline-block;
	padding: 24px 10px;
	height:70px;
}

nav li a {
	color: #757575;
	height:70px;
	text-decoration:none;
	padding:25px 0;
}

nav li:hover {
	background:rgba(249, 157, 28, 0.7);
	color:white!important;
}

nav li a:hover {
	text-decoration:none;
	color:white;
}

/*********************************************
**				Content layout
*********************************************/
.cathegory_intro {
	color:rgba(249, 157, 28, 0.6)!important;
}


/*********************************************
**				Sections
*********************************************/

#header {}

/* Screens Settings */


#screen2 {
	background: #fff;
	height:1200px;
}

#screen3 {
	background: #e1793d;
	height:1200px;
}

#banner_mobile {display:none;}

/*********************************************
**				Responsitivity
*********************************************/
@media only screen and (min-width: 993px) { 

	#banner_mobile, #logoresp {display:none;}
	.col-md-6 img {padding: 0 30px 0 0;}
	nav {
	position: absolute;
	width: 100%;
	height: 70px;
	background: rgba(255,255,255,0.7);
	margin-top:-70px;}
	#introbanner_mobile {display:none;}
	}

@media only screen and (max-width: 992px) {

	.adress, .adress p {text-align:center!important;}
	nav li {padding: 24px 4px;}
	nav li a {font-size: 14px;}
	#banner_nonmobile, #logonresp {display:none;}
	.col-md-6 img {padding: 0 0 40px 0;}
	nav {
	position: absolute;
	width: 100%;
	height: 70px;
	background: rgba(255,255,255,0.9);
	margin-top:-70px;}
	#introbanner_mobile {margin-top:-100px; margin-bottom: 40px;}
	h3 {padding-top:40px;}
}

