@CHARSET "ISO-8859-1";

body{
	font-family: Calibri, Arial;
	font-size: 25px;
	width: 100%;
	height: 100%;

}

.siteContainer{
	max-width: 1200px;
	margin: auto;
	height: 100%;
}

.header{
	height: 20vh;
	margin-top: 25px;
	margin-bottom: 25px;
	position: relative;

}

.flaggen{
	float: right;
	position: relative;
	top: 25px;

}

.main{
	position: relative;
	height: 80vh;
	width: 100%;
	margin: auto;
	background-color: #aad2e8;
	background-position: center;
	background-repeat: no-repeat;
	background-size:  auto 80vh;

	
}



.middle{
	position: relative;
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	top: 40%;
	transform: translateY(-50%);
	text-align: center;

}


#btnSearch{
	width: 100%;
	position: absolute;
	bottom:0;
	
	color: white;
	font-size: 25px;
	letter-spacing: 2px;
	background: #1ea2bd;
	border: 0 none;
	padding: 5px 45px;
	box-shadow: 4px 4px 3px #999;

}

#ean{
	width: 100%;
	position: absolute;
	bottom: 7px;
	border: 1px solid grey;
}

table#footer{
	margin-top: 25px;
	margin-left: auto;
	margin-right:auto;
	border-collapse: collapse;

	
}

td#cell1
{
	border-right: 2px solid black;
	padding: 25px;

}

td#cell2
{
	padding: 25px;
}

td#cell3
{
	border-left: 2px solid black;
	padding: 25px;

}

td:hover{
	background-color: #ccf2ff;
	cursor: pointer;
}

input[type="text"]{
	font-size: 25px;
	margin-top: 80px;
	margin-bottom: 40px;
}

#btnSearch{

	
}

#btnSearch:hover{
	cursor: pointer;
	
}

#btnSearch:active{
	background: #6fc4d5;
	
	box-shadow: 1px 1px 2px #666;
  	transform: translateY(4px);
	
}

div#impressum, div#kontakt, div#datenschutz'{
	font-size: 15px;
	display: none;
}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}