html, body {min-height: 100%;}
body {background-size: cover;}



.jumbotron{
	font-family: Verdana;

}

.col-8{
	opacity: 95%;
}


#top{
	margin-top: 5em;


}
#portalItems{
	padding: 20px;
	max-height: 100%;
}
#portalImage{
	width: 80%;
	height: auto;
	max-height: 200px;
	max-width: 200px;
}
#unternehmenHeadline{
	background-color: lightgrey;
	margin: 0.3em;
	border-radius: 10px;
}

#jumboLogo{



}

#infocard1{
	right: 5px;
	bottom: 10px;
}
#infocard2{
	left: 5px;
	bottom: 10px;
}
#infocard3{
	right: 5px;

}
#infocard4{
	left: 5px;

}

#mainLogo2{
	padding: 1px;
	position: relative;
}

#imglogomain{

	border-radius: 10px;
	display: block;
	position: center;
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: 100%;



}

.parallax100allgemein {
	 /* The image used */
	 background-image: url('../imgs/background.jpg');

	 /* Full height */
	 height: 100%;

	 /* Create the parallax scrolling effect */
	 background-attachment: fixed;
	 background-position: top;
	 background-repeat: no-repeat;
	 background-size: cover;
	 opacity:100% ;

 }
.parallax100gallerie {
	/* The image used */
	background-image: url('../imgs/djTent.jpg');

	/* Full height */
	height: 100%;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	opacity:100% ;

}
.parallax100ueberUns {
	/* The image used */
	background-image: url('../imgs/lagerGrey.jpg');

	/* Full height */
	height: 100%;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	opacity:100% ;

}
.parallax100referenzen {
	/* The image used */
	background-image: url('../imgs/carsTent.jpg');

	/* Full height */
	height: 100%;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	opacity:100% ;

}

#fbButton {
	background: #3B5998;
	color: white;
}

.card-img-top{
	margin-top: 1em;
}

.col-8{
	background:white;
	border-radius: 10px;
	margin-top: 0.5em;
	margin-bottom: 0em;
	padding-top: 0.5em;
	padding-bottom: 0em;
}

#footerRow{
	height: 8.5em
}

#footerNav{
	margin: 1em;
	padding-top:0.1em;
	padding-bottom:0.1em;
}

.gallery {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-width: 33%;
	-moz-column-width: 33%;
	column-width: 33%; }
.gallery .pics {
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease; }
.gallery .animation {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1); }

@media (max-width: 450px) {
	.gallery {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-width: 100%;
		-moz-column-width: 100%;
		column-width: 100%;
	}
}

@media (max-width: 400px) {
	.btn.filter {
		padding-left: 1.1rem;
		padding-right: 1.1rem;
	}
}

h1{
	font-family: Verdana;
	text-align: center;
	font-size: 3vw
}

h3{
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

nav{
	font-size: 1vw;

}




