/*
    Mediaqueries

    Created on : 09.10.2015, 11:05:21
*/

@media only screen and (min-height: 900px) {
    #text {
	min-height: 900px;
    }
}

@media only screen and (max-width: 1024px) {
    #wrappage {
	background: #f2f2f2 none repeat scroll 0 0;
	box-shadow: none;
	margin: 0;
	max-width: 1024px;
	min-width: 800px;	
    }
    #wrappage #icons {
	right: 0;
	padding-left: inherit;
    }
    #text {
	min-height: 900px;
    }
}

@media only screen and (max-width: 800px) {
     #wrappage {
	background: #f2f2f2 none repeat scroll 0 0;
	box-shadow: none;
	margin: 0;
	max-width: 800px;
	min-width: 600px;	
    }
    #wrappage #icons {
	right: 0;
	padding-left: inherit;
    }
    #text {
	min-height: 900px;
    }
}
