/* leetsheep */

* {
    background-color: black;
    color: white;
}

p,span,a,h1,div {
	text-align: center;
}

a,a:visited {
    color: #fff;
    font-size: 11px;
}

a:hover, #open:hover {
    text-shadow: 0 0 100px 0.7;
}


#content {
	position: absolute;
    width: 700px;
    top: 35%;
    left: 50%;
    margin-left: -350px; /* margin is -0.5 * dimension */
    margin-top: -50px; 
}

@media screen and (max-width: 1000px) {
	#content {
	position: fixed;
}
}

@media screen and (max-width: 782px) {
	#content {
	margin-left: 0;
	top: 35%;
    left: 0;
	width: 100%;
	padding: 0 5%;
	}	
}		
	
@media screen and (max-width: 320px) and (max-width: 414px) {
	.kontakt-box {
	left: 0!important;
    margin-left: 0!important;
	width: unset;
	}
}



.site-info {
	width: 300px;
	text-align: center;
	/*margin: 0 auto;*/
	/*margin-top: 35%;*/
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -150px;
    text-transform: uppercase;
    font-family: "Verdana", Arial, sans-serif;
}

@media screen and (max-width: 300px) {
	.site-info {
	width: 300px;
	text-align: center;
	/*margin: 0 auto;*/
	/*margin-top: 35%;*/
	position: fixed;
	bottom: 10px;
	left: 50%;
	margin-left: -150px;
}
}

.site-info a {
    text-decoration: none;
}

.site-info a:focus {
    text-decoration: line-through;
}

.kontakt-box {
	display:none;
	position: fixed;
	width: 700px;
	height: 100px;
	bottom: 0px;
	left: 50%;
	margin-left: -350px;
	background-color: white;
	box-shadow: 0px 0px 8px -5px black;
}


.kontakt-box p {
	margin: 8px 10px;
	padding: 0;
	float: left;
}

.kontakt-box p {
    text-align: left;
}

input,textarea {
	padding: 8px;
	min-width: 400px;
}


input[type="submit"] {
	padding: 12px 16px;
	text-transform: uppercase;
	border: none;
	color: grey;
	font-weight: 600;
	margin-top: -55px;
	border-radius: 3px;
	position: absolute;
    right: 12px;
    font-size: 12px;
	line-height: 1;
	background: #e6e6e6;
	cursor: pointer;
	
}

input[type="submit"]:hover {
	background: #d9d9d9;
}

#open {
	text-decoration: underline;
	cursor: pointer;
}

#close {
	float: right;
	height: 30px;
	width: 30px;
	margin: 5px;
	line-height:1.1;
	font-size: 30px;
	background: white;
	cursor: pointer;
	color: grey;
}

#close:hover {
	color: #666666;;
}

@keyframes dim-the-light{
	from {background-color:rgba(0, 0, 0, 0)}
	to{background-color:rgba(0, 0, 0, 0.6);}
}

@keyframes redim-the-light{
	from {background-color:rgba(0, 0, 0, 0.6)}
	to{background-color:rgba(0, 0, 0, 0);}
}
