/* Änderungen und Eigenes*/


body {
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 15px;
	color: #666666;
	font-weight: 200;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 1px;
	font-family: 'Barlow Condensed', Arial, sans-serif;
}


h1,
h2 {
	text-transform: uppercase;
}

h3 {
	text-transform:none;
}

.weisserbg {
    background-color: #ffffff;
    padding: 15px;
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	border: 0;
	border-bottom: 3px solid #888888;
}

div.box-content > h4 {
	letter-spacing: 1px;
}

div.box-content > ul.list-unstyled li {
	font-size: 1.2em;
	padding: 0 0 30px 0;
}


h2 span {
	color: #ffffff;
	font-weight: 200;
}

h4 span {
	color: #666666;
	font-weight: 200;
}

.textgrau {
	color: #666666;
}

.abstand-links-ds {
	margin-left: 15px;
}

.headlineweiss {
	color: #ffffff;
}

.kurzes-i-o {
	font-weight: 500;
	font-size: 0.75em;
	color: #ec6707;
}

.kurzes-i {
	font-weight: 500;
	font-size: 0.75em;
}

section.page-top div.page-top-info h2 {
	background: #555555;
	color: #ec6707;
	display: inline-block;
	font-weight: 200;
	font-size: 3.2em;
	line-height: 1em;
	position: relative;
	letter-spacing: 1px;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	top: 30px;
	padding: 10px;
	filter: alpha(opacity=0);
	opacity: 0;
}


div.portfolio-item h4 {
	font-size: 1.1em;
	letter-spacing: 1px;
}

div.portfolio-item .date {
	font-size: 0.95em;
}


div.featured-box-primary h4 {
  font-family: 'Barlow Condensed', Arial, sans-serif;
	font-size: 2em;
	letter-spacing: 1px;
	text-transform: uppercase;
}


header nav ul.nav-main ul.dropdown-menu > li > a {
	font-family: 'Barlow Condensed', Arial, sans-serif;
	font-size: 1.3em;
	letter-spacing: 1px;
	text-transform: uppercase;
}

header nav ul.nav-main li a {
	color: #666666;
	font-family: 'Barlow Condensed', Arial, sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
}

.parallax blockquote p {
	font-family: 'Raleway', Arial, sans-serif;
}

/* SLIDER */

div.slider a.main-button {
	font-family: 'Raleway', Arial, sans-serif;
}

/* Revolution Slider - Captions */
div.slider-container div.top-label {
	font-family: 'Raleway', Arial, sans-serif;
}

/* Home Slider - Revolution Slider */
div.slider-container {
	max-height: 500px;
}

div.slider {
	max-height: 500px;
}

/* Textgrößen */

div.slider-container div.top-label {
	font-size: 48px;
	font-weight: 400;
	font-family: 'Raleway', Arial, sans-serif;
}

div.slider-container div.top-label.md {
	font-size: 28px;
	font-weight: 200;
}

div.slider-container div.main-label {
	font-size: 80px;
	font-weight: 400;
}

div.slider-container div.main-label.md {
	color: #666;
	font-size: 48px;
}

div.slider-container div.bottom-label {
	font-size: 20px;
	font-weight: 200;
}

div.slider-container div.bottom-label.md {
	font-size: 16px;
}

/* Blockquote */
blockquote {
	border-left: none;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	letter-spacing: normal;
	margin: 40px 0;
	padding: 0;
	position: relative;
}

blockquote cite {
	display: block;
	font-size: 0.5em;
	padding-top: 10px;
	color: #9CA6B4;
}


/*---------------*/

footer {
	font-size: 1.1em;
}

footer ul.contact i {
	top: -4px;
}

footer ul.contact i.icon-envelope {
	top: -4px;
}

footer h4 {
	font-weight: 200;
	font-family: 'Barlow Condensed', Arial, sans-serif;
	color: #ec6707 !important;
	text-transform: uppercase;
}


/* Portfolio Details */
ul.portfolio-details {
	margin: 0 0 0 5px;
}

/* GRAFIK-BILDER-Darstellung */

.ref-grafikpic {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 0;
	position: relative;
	border: 0;
	border-bottom: 3px solid #888888;
}


/* ZUSÄTZLICHES */

.btn-xs {
	font-size: 1.1em;
}

div.tp-caption.text-bg.text-bg-dark.white.top-label.md.sfb.start {
  background: rgba(0,0,0,0.7);
}

.text-bg-grau {
  background: rgba(102,102,102,0.8);
}

p {
	color: #666666;
	font-size: 1em;
  	line-height: 1.2em;
}

/* TEXT */

.text-groesser-orange {
  color: #ec6707;
  font-size: 1.3em;
  font-weight: 200;
}

.fliesstext {
  font-size: 1.2em;
  line-height: 1.3em;
}
ul.fliesstext li {
	color: #666666;
	line-height: 1.3em;
}

.fett {
	font-family: "Raleway Bold";
}

strong {
	font-family: "Raleway Bold";
}

h1 strong,
h2 strong {
	font-family: "Barlow Condensed Bold";
}

p.featured {
	font-size: 1.2em;
	line-height: 1.3em;
}

.abstandObenFooter {
  margin-top: 23px;
}

.abstand-unten-headline {
  padding-bottom: 23px;
}

/* Telefonnummern-Verlinkung */
.telelink a, .telelink a:hover {
	color: #666666;
	text-decoration: none;
}

/* SCROLL TO TOP */

.scroll-to-top {
	-moz-border-radius: 7px 7px 0 0;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-border-radius: 7px 7px 0 0;
	-webkit-transition: all 0.3s;
	background: #404040;
	border-radius: 7px 7px 0 0;
	bottom: -50px;
	color: #FFF;
	display: block;
	height: 9px;
	opacity: 0;
	padding: 13px 0 35px;
	position: fixed;
	right: 10px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
	width: 49px;
	z-index: 1040;
}

.scroll-to-top:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.scroll-to-top.visible {
	filter: alpha(opacity=75);
	opacity: 0.75;
	bottom: 0px;
}

.aktiveseite {
  color: #ec6707;
}

.picContent {
	width: 100%;
	height: auto;
    margin-bottom: 24px;
}

/* MOBIL */

@media (max-width: 1200px) {

	header h1.logo > img {
		max-width: 240px;
		height: auto;
	}

}

@media (max-width: 767px) {
	
	div#topRevolutionSlider.slider.revslider-initialised.tp-simpleresponsive.slider-init > ul > li > div.tp-caption.sft {
		display: none;
	}
	
	blockquote {
	margin: -40px 0 40px 0;
}
	
	div.container {
		margin-left: 15px;
		margin-right: 15px;
		}
	
	header h1.logo img {
		max-width: 240px;
		height: auto;
		margin-left: -30px;
	}
	
	.lead {
    font-size: 18px;
  }

}

@media (max-width: 479px) {

	header h1.logo img {
		max-width: 240px;
		height: auto;
		margin-left: -35px;
	}
	
	section.page-top div.page-top-info h2 {
	font-size: 2.0em;
}

}

