/*********************************************General settings**********************************/
@font-face
{
	
}

html
{
	scroll-behavior: smooth;
}

body 
{
	margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    background-color: #e0e0e0;
}

ul
{
	list-style: square;	
}

ul > li
{
	color: white;
}

ul > li > span
{
	color: white;
}
/****************************************End general settings**********************************/

/*****************************************Start Impressum**************************************/
#flex-Impressum
{
	display: flex;
}

#bottom-Impressum
{
	font-family: arial;
	width: 100%;
	background-color: white;
    text-align: center;
    padding-right: 10px;
	height: 22px;
	padding-top: 2px;
}

#bottom-Impressum > a
{
	margin-left: 50px;
	text-decoration: none;
}

#bottom-Impressum > a:hover
{
	text-decoration: underline;
}

.scroll
{
	margin-top: -24px;
}
/******************************************End Impressum**************************************/

/*****************************************Start nav menu**************************************/
.flex-MenuStrip
{
	display: flex;
	flex-wrap:wrap;
	position: fixed;
	width: 100%;
	z-index: 10;
	max-width: 1920px;   
	top: 0;
}

.flex-MenuStrip > div 
{
	background: rgba(255, 255, 255, 0.8);
	font-family: arial; 
	padding: 15px;
	height: 82px;
}

#header
{
    width: 100%;
}

#bars-container
{
    display: none;
}

#menu.open
{
	display: block;
	padding: 0;
	margin-top: 14.4px;
	height: 80vh;
	overflow: auto;
}

#menu
{
	float: right;
	margin-top: 7px;
	display: inline-flex;
}

#menu li
{
	display: inline;
	list-style-type: none;
	color: white;
}

#menu li:hover
{
	color: black;
}

.link
{
	text-decoration: none;
	color: #5a5a5a;
	font-size: 22pt;
	font-weight: lighter;
	font-family: Yu Gothic Light;
}

.link:hover
{
	color: silver;
}

#dropdown 
{
	display: inline-block;
	height: 90px;
}

#dropdown-content 
{
	display: none; 
	position: absolute; 
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    width: 375px;
    top: 112px;
}

#dropdown-content ul
{
	float: left;
	text-align: left;
	padding-left: 50px;
	margin: 0;
}

#dropdown-content ul li
{	
    margin-left: 50px;
}

#dropdown-content a
{
	color: black;
	text-decoration: none;
	display: block;
	list-style-type: circle;
}

#dropdown-content a:hover
{
	color: silver;
}

#dropdown:hover #dropdown-content 
{
	display: block;
}

/***************************************End nav menu******************************************/

/************************************Start middle view****************************************/
#border
{
	padding: 270px;
	background-color: white;
}

#error
{
	font-family: arial;
	font-weight: bold;	
	font-size: 45pt;	
}

#error2
{
	font-family: arial;
	font-size: 30pt;
	
}
/***********************************End middle view*****************************************/

/**********************************Start bottom view****************************************/
#bottom
{
	width: 100%;
	min-width: 320px;
	text-align: center;
	font-family: arial;
	font-size: 22.5pt;
	background-color: white;
}

#copyright
{
	min-width: 320px;
	color: silver;
	font-size: 9pt;
	font-weight: bold;
}

.link2
{
	color: black; 
}
/************************************End bottom view****************************************/
@media screen and (max-width: 1240px){
/************************************Start nav menu******************************************/
.scrollMenu{
	padding: 0 0 0 20px;
}

.link{
	font-size: 18pt;
}
/*************************************End nav menu*******************************************/
}

@media screen and (max-width: 1024px)
{
/************************************Start nav menu******************************************/
    .flex-MenuStrip > div 
    {
        padding: 10px;
    }
	
	#header
    {
        height: 92px;
    }
	
	#bars-container
    {
        display: block;
        float: right;
        margin-top: 15px;
    }
    
    #bars-container:hover
    {
        opacity: 0.5;
    } 
	
	#menu
	{
		display: none;
		width: 100%;
	}
	
	.scrollMenu
	{
   	    background-color: rgba(255, 255, 255, 0.8);
   	    margin: 0;
   	    padding: 0;
	}
	
	#menu li a
	{
		display: block;
		padding: 20px;
		text-align: center;	
	}
	
	.link
	{
		font-size: 22.5pt;
	}
	
	#dropdown 
	{
		position: relative; 
		display: inline-block;
		width: 100%;
	}
	
	#dropdown-content 
	{
		display: inline-block; 
		position: relative;
		background: rgba(0,0,0,0);
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0);
		padding-right: 0;
		width: 100%;
		height: auto;
		left: 0;
		top: 0;
	}
	
	#dropdown:hover #dropdown-content 
	{
		display: inline-block;
	}
	
	#dropdown-content ul
	{
		text-align: center;
		padding: 0;
		width: 100%;
	    background-color: rgba(255, 255, 255, 0.8);
    	margin: 0;
	}
	
	#dropdown-content ul li
	{
		padding: 0;
		margin: 0;
	}
	
	#dropdown-content ul li a
	{
		padding: 20px;
		text-transform: uppercase;
	}
	
	#career{
		position: relative;
		top: -3px;
	}
/***************************************End nav menu******************************************/	
}
@media screen and (max-width: 780px)
{
/*************************************Start nav menu*****************************************/
	#menu.open
	{
	    height: 70vh;
	}
	
	.link
	{
		font-size: 18.75pt;
	}
/**************************************End nav menu*****************************************/
}
@media screen and (max-width: 500px)
{
/*****************************************Start Impressum**************************************/
	#top-Impressum
	{
		height: 44px;
	}
/******************************************End Impressum**************************************/

/**********************************Start nav menu ******************************************/	
	.menu li 
	{
	    padding: 10px;
	}
	
	.scroll
	{
		margin-top: -46px;
	}
	
	.link
	{
		font-size: 15pt;
	}
/************************************End nav menu*******************************************/
}