body {
	font-family: 'Roboto';
	font-weight: normal;
	color: #252525;
}


#scroll-up {
    background-color: #f87d11;
}


.tp-caption.title {
	font-family: 'Roboto';
}
h1 {
    margin-bottom: 10px;
    font-size: 80px;
    line-height: normal;
}
h2 {
	text-transform: uppercase;
}
h3 {
	text-transform: uppercase;
}
.headline h5 {
    margin-bottom: 7px;
    color: #636363;
    font-family: "Bree Serif", serif;
    font-weight: normal;
    font-style: italic;
}

.tp-bullets, .tparrows {
	display: none !important;
}
.headline.text-center::before, .headline:before {
	display: none !important;
}

#portfolio {
	margin-bottom: 100px;
}
.portfolio-item:hover .portfolio-item-thumbnail .portfolio-item-description h5 {
	color: #ffffff;
}

@media (max-width: 767px) {
#logo {
    text-align: right;
}
}
@media only screen and (max-width: 767px) {
#logo img, #mobile-menu .logo {
	max-width: 50vw;
}
}

#success {
	margin-bottom: 0;
}
#success.full-section h1 {
	padding: 200px 0;
	text-align: center;
	color: #ffffff;
}

#aboutus {
	padding-top: 150px;
	padding-bottom: 150px;
	background-attachment: initial;
	background-position: center top;
}
@media (min-width: 768px) {
#aboutus .full-section-overlay {
	margin-bottom: 200px;
}
#aboutus .full-section-container {
    margin-bottom: 200px;
}
}
#aboutus h2 {
	text-align: center;
    margin-bottom: 50px;
}


#referenzen .row:first-child {
	margin-bottom: 50px;
}
#referenzen .col {
	display: flex;
	width: auto;
	align-self: center;
}
@media (max-width: 767px) {
#referenzen .col {
    flex: 0 0 100%;
    align-items: center;
    flex-flow: column;
}
}
#referenzen .col img {
	max-width: 90%;
	max-height: 110px;
    width: auto;
    height: auto;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 767px) {
#referenzen .col img {
	max-width: 60vw;
	max-height: 80px;
	margin-bottom: 30px;
}
}

.footer-style-3 #footer {
	background-color: #f87d11;
}