/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
.custom-logo {
	display: inline-block;
	width: 210px;
	height: 90px;
	background: url(../../../images/yootheme/logo.png) 50% 50% no-repeat;
	background-size: contain;
}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	.custom-logo { height: 60px; }
	
}


a {
color: white;
text-decoration: none;
text-shadow: 0 0 10px orange;
}

#top-a:after, #top-b:after, #innertop:after, header, .grid-h .mod-line:before {
	border:none !important;
}

p {
	color:#666;
}


body {
	background:url(../images/fondo-piedra.jpg) repeat;
}

.equipeim {
max-width:none !important;
}

.kaartpage #block-main {
margin-top:225px;
}

@media (min-width:800px) {
    .allergencol {
    float:left; 
    width:50%;
    }
}