/* BS ADDITIONALS ------------------------------------------------------- */
@media (max-width: 400px) {
	h3.uk-heading-large {
    font-size: 22px !important;
	}
}
@media (max-width: 767px) {
    .pull-xs-left {
        float: left;
    }
    .pull-xs-right {
        float: right;
    }
	.bg_image {
		height: 150px;
    	background-position: bottom;
    	background-size: cover;
	}
	.container .content h1{
		font-size:28px !important;
	}
	.bildergalerie .uk-overlay-panel img {
		width: 50px;
    	height: 34px;
	}
	.easy_top .easy_top_left {
			max-width: 60%;
	}
	h3.uk-heading-large {
    font-size: 32px;
	}
}

@media (min-width: 768px) {
    .pull-sm-left {
        float: left;
    }
    .pull-sm-right {
        float: right;
    }
	.bg_image {
		height: 250px;
    	background-position: bottom;
    	background-size: cover;
	}	
}

@media (min-width: 992px) {
    .pull-md-left {
        float: left;
    }
    .pull-md-right {
        float: right;
    }
	.bg_image {
		height: 350px;
    	background-position: bottom;
    	background-size: cover;
	}	
}

@media (max-width: 992px) {
		.brandcol .logo {
			text-align: center;
		}
		.infocol {
			margin-top: -30px !important;
    		text-align: center;
   			 margin-bottom: 10px;
		}
		#.bildergalerie .uk-overlay-panel {
			position: relative !important;
		}
}

@media (min-width: 1200px) {
    .pull-lg-left {
        float: left;
    }
    .pull-lg-right {
        float: right;
    }
	.bg_image {
		height: 500px;
    	background-position: bottom;
    	background-size: cover;
	}	
}
/*
@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }
}*/

/* CLEAN LIBS ------------------------------------------------------------------*/
#top .navbar-brand h1,
#top .navbar-brand h2,
#top .navbar-brand h3,
#top .navbar-brand h4{
    margin:0px !important;
    padding: 0px !important;
    line-height: 110% !important;
    font-size: 14px;
}

#top .navbar-brand img {
    max-width:100%;
    height:auto;
}
#top .navbar.navbar-default {
    margin:0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    border:none;
    background-color: transparent;
    background-image: none;
}
#top .navbar-default .navbar-nav > ul,
#top .navbar-default .navbar-nav > ul > li{
    margin:0px;
}

#top .navbar-default .navbar-nav a,
#top .navbar-default .navbar-nav .active a{
    background-color: transparent;
    background-image: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/* -----------------------------------------------------------------------------*/