/* Extra small devices (phones, 600px and down) *//* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 520px) {

}
@media only screen and (max-width: 768px) {

}

@media screen and (max-width: 768px) {
/*Main*/
.navbar-brand {
width: 80px;
margin-right: 0;
}
button.navbar-toggler {
color: #fff;
}
a.nav-link {
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
}
.slogan {
color: #BFBFBF;
width: 158px;
font-size: 11px;
margin-left: -55px;
}
.page-hero_image.lp{
background-position-x: 69%;
}
rs-fullwidth-wrap#rev_slider_2_1_forcefullwidth {
top: 0;
position: absolute;
z-index: -1;
}
/*Main Ende*/
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}
/* Large devices (laptops/desktops, 1300px and up) */
@media (min-width: 1300px){
.page-hero-cta-title {
width: 1140px;
margin: 0 auto;
position: relative;
top: 45%;
}
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 2000px) {


}
@media (min-width: 900px){

}

@media (min-width: 992px){
.navbar-expand-custom {
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.navbar-expand-custom .navbar-nav {
	flex-direction: row;
}
.navbar-expand-custom .dropdown-menu {
	position: absolute;
}
.navbar-expand-custom .nav-link {
	padding-right: .5rem;
	padding-left: .5rem;
}
.navbar-expand-custom > .container {
	flex-wrap: nowrap;
}
.navbar-expand-custom .navbar-collapse {
	display: flex!important;
	flex-basis: auto;
}
.navbar-expand-custom .navbar-toggler {
	display: none;
}
}
