/*

	FURCH-GIESE CSS Styles
	Version : 1.0
	Site	: furch-giese.de
	Copyright: Rainer Furch, Madeleine Giese

	Author	: Hagen Ermer
	Company : Longfish-Webdesign - all rights reserved
	Site	: longfish.de
	Kontakt	: info@longfish.de
	Date	: 31. Juli 2018

*/
* {
    margin:0;
    padding:0;
}
html, body {
    height: 100%;
    background-repeat: repeat;
  	background-image: url(../img/bkg_index.png);
}
#wrapper_all{
    position:relative;
    width:100%;
    height:auto !important;
    height:100%;
    min-height:100%;
    margin:0px auto;
}
#main-wrapper{
    top:25%;
	  margin:0 auto;
	  max-width:960px;
	  text-align:center;
	  min-height:100%;
    height:auto !important;
    height:100%;

}
#content{
    position:absolute;
    top:50%;
    margin-top:-225px;
    left:50%;
    margin-left:-450px;
    text-align:center;
    background:none;
    /*border-top:1px solid #000;*/
}

#content-box-img{
     border-top:1px solid #111;
}
.box {
	  display: inline-block;
	  min-width: 250px;
    max-width: 296px;
    height:482px;
  	margin: 0px;
    margin-bottom:4px;
  	text-align: center;
    background:#5C5C5C;
    border: 1px solid #333;
}
.footer-box{
    line-height:30px;
    font-size:14px;
}
.footer-box:link{
    text-decoration:none;
    color:#e4e4e4;
}
.footer-box:hover{
    color:#fff;
    text-decoration:underline;
}
.footer-box:visited{
    color:#ccc;
    text-decoration:underline;
}
.footer-box:active{
    color:red;
    text-decoration:none;
}
div#minheight {
    height:80px;
    clear:both;
}
#my-footer{
    position:relative;
    bottom:0px;
    text-align:center;
    background:none;
    min-height:30px;
    width:100%;
    max-width:960px;
    display: flex;
}
#footer{

}
.footer{
    font-size:10px;
    color:#444;
    padding:6px;
    background:none;
}
.footer a:link{
    font-size:10px;
    color:#666;
    padding:6px;
    text-decoration:none;
}
.footer a:hover{
    font-size:10px;
    color:#333;
    padding:6px;
    text-decoration:underline;
}
@media screen and (max-width: 600px) {

    #content{
        position:relative;
        top:30px;
        margin-top:0px;
        left:0%;
        margin-left:0px;
    }
}
