@charset "UTF-8";

html{
	background: #979797;
}

body{
	font-family: 'Roboto';
	background: #979797;
	font-size: 18px;
	color :  black;
}


 /* Header */
.header-left {
	/* margin-left: auto !important; */
}


.header-right{
	display: flex;
	align-items: center !important;
} 
.header-right div {
	margin-left: auto !important;
}

.header-right ul{
	justify-content: flex-end !important;
} 

.banner{
	margin-right: -15px;
	margin-left: -15px;
	height : 350px;
	background-image: url("../images/banner_lg.jpg");
	background-size: cover;
	background-position: center;
	position: relative;
}

@media (max-width: 768px) {
   .header-right div{
		margin: 0px auto;
	} 
	.header-right ul{
		justify-content: center !important;
	} 
	.banner{
		background-image: url("../images/banner_sm.jpg");
	}
}

video {
	height: 400px;
}
@media (max-width: 768px) {
	video {
		height: 150px;
}
}



/* Frame */
.container{
	position: relative;
	max-width: 1172px;
	min-width: 400px;
	height: auto;
	background: #F8F7F7;
}

.footer {
	background: var(--main-color) !important;
	color: white;
	font-size: 16px;
}

/* Tipps & Tricks */

.tipp{
	margin: 30px 0px;
}

.black-link {
	color: black;
}

.black-link:hover {
	color: black;
	text-decoration: none;
}



