/* Änderungen und Eigenes*/


body {
	font-family: "sofia-pro", Arial, sans-serif;
	font-size: 18px;
	color: #666666;
	font-weight: 200;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: normal;
	font-family: "sofia-pro", Arial, sans-serif;
}

div.portfolio-item h4 {
	font-size: 1.1em;
}

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


div.featured-box-primary h4 {
  font-family: "sofia-pro", Arial, sans-serif;
}


header nav ul.nav-main ul.dropdown-menu > li > a {
	font-size: 1.3em;
}

header nav ul.nav-main li a {
	color: #666666;
}

.parallax blockquote p {
	font-family: "sofia-pro", Arial, sans-serif;
}

/* SLIDER */

div.slider a.main-button {
	font-family: "sofia-pro", Arial, sans-serif;
}

/* Revolution Slider - Captions */
div.slider-container div.top-label {
	font-family: "sofia-pro", 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: "sofia-pro", 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-size: 1.2em;
	font-style: italic;
	letter-spacing: normal;
	margin: 0px 0 25px 12px;
	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: "sofia-pro", Arial, sans-serif;
}


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


/* ZUSÄTZLICHES */

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

.text-bg-grau {
  background: #666666;
}

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

/* TEXT */

.text-groesser-orange {
  color: #dd4e03;
  font-size: 1.3em;
  font-weight: 200;
  font-family: "sofia-pro", Arial, sans-serif;
}

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

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

/* 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;
}

/* MOBIL */

@media (max-width: 1200px) {

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

}

@media (max-width: 767px) {

	div.slider-container {
		display: none;
	}

}

@media (max-width: 379px) {

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

}