/* MEDIA QUERIES - VINDUSTORRELSE - SMALL/MOBILE - */
@media only screen and (max-width : 960px),
only screen and (max-device-width : 960px){
	
	
#logo {
	position: absolute;
	left: 50px;
	top: 50px;
	text-align: left;
	}
	
#cartbtn {
	position: absolute;
	right: 50px;
	top: 30px;
	background-color: #ff3c37;
	color: #fff;
  	font-size:26px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-decoration: none;
	margin-top: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	}
	
#linkliste {
	text-align: center;
	width: 100%;
	padding-top: 200px;
	padding-bottom:30px;
	}
	
	.toplink {
	font-size: 36px;
	text-decoration: none;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #222;
	line-height:60px;
	}
  #footer{
  height:600px;}
.columnz {
  display: inline;
  float: left;
  text-align: left;
  width: 30%;
  padding: 10px;
}
 
#footercenter {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.footheader {
  font-size: 36px;
  color: #666;
}
.footerlink {
  line-height: 52px;
  color: #bbb;
  font-size: 24px;
  padding-bottom: 9px;
  text-decoration: none;
}
  
.emailbottom {
  font-size: 26px;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: 'Neuton', serif;
  width: 180px;
}
	
}