* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #ffffff;
	
	
	
}
ul {
	list-style-type:none;
}

hr
{
	max-width:100%;

}

.indent
{
	text-indent: 20%;
	
}

.pcolor
{
background: lightgray;
}


.bigtitle
{
	margin-top: 5px;
	margin-bottom: 25px;
	font:21px Arial, sans-serif;
	
}
.title
{
	font-size: 15px;
	font-color:black;
	letter-spacing: 1px;
}

.container {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	
}

.logo {
   
	
	
	height:auto;
	width: 20%;
	max-width:250px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	
	padding-top:10px;

	
}


.tlo {
   
	
	min-height: calc(90vh - 70px);
	padding-top: auto;
	padding-bottom: auto;
	background: url('tlo2.jpg') center/cover no-repeat;
	color: #fff;
	
}



.toplogo {
  position:absolute;
  height: auto;
  width: 100%;
  padding:0px;
  top:0px;
  background-color:white;
  
 
  
  
}

.logoue {
    height: auto;
	width: 30%;
	max-width:250px;
	display:block;
	
	
}


.logoue2 {
    height: auto;
	width: 20%;
	max-width:170px;
	display:block;
	
	
	
}

.logrp {
    height: auto;
	width: 20%;
	max-width:230px;
	display:block;
	padding-top:10px;
	
	
	
}

.logoldz {
    height: auto;
	width: 10%;
	max-width:115px;
	display:block;
	padding-top:10px;
	
}

.projekt2 {
    height: auto;
	width: 100%;
	max-width:900px;
	padding-bottom:20px;
	
}

.projekt19 {
    height: auto;
	width: 100%;
	max-width:900px;
	padding-bottom:20px;
	
}

.p12 {
	padding-left: auto;
	padding-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom:30px;
	text-align:center;
	background-color: LightGray;
	font:18px Tahoma, Arial, sans-serif;
	color:black;

}


.contact
{

    font:15px 'Open Sans', Arial, sans-serif;
	line-height:17px;
 
}


a:link {

    color: black;
	text-decoration: none;
}



.btext
{

    font:16px 'Open Sans', Arial, sans-serif;
	line-height:20px;
 

}

	.header h1 {
		margin-bottom: 40px;
		font-size: 80px;
	}

.nav {
	position: sticky;
	top: 0;
	line-height: 70px;
	background: #0c93e5;
	z-index:1;

}

	.nav ul {
		display: flex;
		justify-content: space-between;
		margin-left: auto;
		margin-right: auto;
		
	}
	
		.nav li {
			width: 100%;
			list-style:none;
			
			
		}

			.nav a {
				display: block;
				text-align: center;
				color: #fff;
				text-decoration: none;
				font:18px Helvetica, Arial, sans-serif;
				padding-bottom:20px;
				padding-top:25px;
				padding-left:3px;
				padding-right:3px;
				
				
			}

				.nav a:hover {
					background: #007abf;
				
					
					
				
				}

.section {
	padding: 25px;
	text-align: left;
	
}

	.section:nth-of-type(1) {
		background: #eeeeee;
	}
	
	.section:nth-of-type(2) {
		background: lightgray;
	}
	
	.section:nth-of-type(3) {
		background: #eeeeee;
	}
    .section:nth-of-type(4) {
		background: lightgray;
	}
	 .section:nth-of-type(5) {
		background: #eeeeee;
	}
	 .section:nth-of-type(6) {
		background: lightgray;
	}
	

.footer {
	padding: 18px;
	text-align:center;
	background-color: LightSlateGray;
	font:14px Tahoma, Arial, sans-serif;
	color:white;

}

.center1 {
	
	text-align:center;

}


button.accordion {
    background-color: eeeeee;
    cursor: pointer;
    width: 25%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
	margin-bottom: 25px;
	font:21px Arial, sans-serif;
}


button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
	
}

button.accordion.active, button.accordion:hover {
    background-color: #eeeeee;  
	width: 25%;
	
				
} 

div.panel {
   /* padding: 0 18px;*/
    display: none;
    background-color: #eeeeee;
}



/*Galeria*/

.main {
  max-width: 900px;
  margin: auto;
}

h1 {
  font-size: 50px;
  word-break: break-all;
}

.row {
  margin: 10px -16px;
}

/* Add padding BETWEEN each column */
.row,
.row > .column {
  padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  display: none; /* Hide all elements by default */
}

/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: white;
  padding: 10px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #666;
  color: white;
}

