*{
	font-family: "Lato", sans-serif;
	padding: 0;
	margin: 0;
}
body {
	background-image: url(berge.jpg);
	background-position: bottom center; 
	background-repeat: no-repeat; 
	background-size:cover; 
	background-attachment:fixed;
}
li{
	list-style: none;
	float: left;
	padding: 0 10px;
}
hr{
	width: 60%;
	margin: 0 auto;
}
.line-pic{
	display: flex;
	justify-content: center;
}
.line-pic-left, .line-pic-right{
	width: 70%;
}
.line-pic img{
	position: relative;
	width: 150px;
	height: 150px;
	top: -70px;
}
.nav-container-right{
	display: none;
}
.nav-container{
	display: flex;
	justify-content: space-around;
	height: 150px;
	width: 100%;
	background-color: #fff;
}
.nav-container-left,.nav-container{
	display: flex;
	align-items: center;
	font-size: 25px;
	display: stretch;
	top: 0;
}
.nav-container-center{
	font-size: 16px;
}
.nav-container-buttons{
	position: sticky;
	top: 0;
	display: flex;
	justify-content: center;
	align-content: center;
    	align-items: center;
	height: 60px;
	background-color: #0190b0;
	z-index: 9999;
	text-align: center;
	height: 100%;
	
}
.nav-buttons{
	padding: 0 60px;
}

.banner-bild, img{
	width: 100%;
	top: 30%;
}


button{
	font-size: 20px;
	background-color: #0190b0;
	color: #fff;
	border: 1px solid #0190b0;
	padding: 0 30px;
	cursor: pointer;
	height: 60px;
}
.main-container{
	top: 20%;
	display: flex;
	justify-content: center;
	padding: 80px 0px;
	width: 100%;
	font-size: 20px;
	background-color: #fff;
}
.main-container img{
	width: 80px;
	height: 80px;
}
.main-container-left, .main-container-center, .main-container-right{
	text-align: center;
	width: 30%;
}
.event-container{
	display: flex;
	justify-content: space-around;
	color: #fff;
	background-color: #fff;
}
.event-container-left, .event-container-center, .event-container-right {
	position: relative;
	top: -150px;
	width: 20%;
	background-color: #0190b0;
	padding: 20px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 0 50px 0 0;

}
.event-container-left{
	background-color: #fff;
	color: #0190b0;
}
.event-container-left button{
	background-color: #fff;
	color: #0190b0;
	float: right;
}
.event-container-right button{
	background-color: #fff;
	color: #0190b0;
	float: right;
}
.event-container-center button{
	background-color: #fff;
	color: #0190b0;
	float: right;
}
.text-container{
	background-color: #fff;

	padding: 40px 100px;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
	font-size: 16px;
}
footer{
	display: flex;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	background-color: #0190b0;
	color: #fff;
	padding: 20px 0;
}
footer img{
	width: 100px;
	height: 150px;
}
.trans-container{
	background-color: transparent;
	padding: 150px 0;
}
.colored-container{
	padding: 150px 0;
	background-color: #fff;
}
.fa {
  font-family: FontAwesome;
}
.burgericon {
	width: 30px;
	height: 30px;
	display: none;
}
.burgericon div {
	width: 90%;
	margin: 7px 5%;
	height: 3px;
	background-color: black;
}


a{text-decoration: none;}
h3{color: #0190b0;}
.dropdown-content a:hover {background-color: #fff; color: #0190b0;}
.dropdown:hover .dropdown-content {display: block;}

@media screen and (max-width: 992px) {
  .nav-container-center, .nav-container-buttons, .footer-social, .footer-links, .nav-container h2, .main-container-left, .main-container-center{
    display: none;
  	}
	.nav-container-right{
	display: block;
	}
	.event-container{
	align-items: center;
	flex-direction: column;
	}
	.event-container-left, .event-container-center, .event-container-right{
	align-items: center;
	width: 80%;
	margin: 10px;
	}
	.trans-container{
	padding: 80px 0;
	}
	
	.nav-container-left img{
	width: 100px;
	height: 100px;
	}
	.main-container-right{
	width: auto;
	}
}
nav {
	width: 100%;
	background-color: white;
}
nav ul{
	list-style: none;
	float: left;
	width: 100%;
}
nav ul li{
	float: left;
	padding: 5px 30px;
	text-align: center;
}
@media (max-width: 600px) {
	body{
		background-size:auto;
		}
	nav ul li{
	width: 100%;
	padding: auto;
	margin: auto;
	}
	nav ul {
	display: none;
	}
}
.burgericon {
	display: none;
}
.burgericon div {
	width: 100%;
	background-color: black;
}

	.burgericon {
		display: block;
		}

#navigation {
	opacity: 0;

}
#navigation:checked ~ ul {
	width: 100%;
	background-color: black;
	display: block;
}