/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
 .modal {
  background-clip: padding-box;
  background-color: transparent !important;
  border: medium none !important;
  border-radius: 0 0 0 0 !important;
  box-shadow: none !important;
  left: 0 !important;
  margin-left: 0 !important;
  outline: medium none;
  position: relative !important;
  top: 10%;
  width: 100% !important;
  z-index: 2 !important;
}

.menukarte {
  width: 98%; 
  min-width: 400px; 
  margin-left: 10px; 
  margin-bottom: 10px;
  float: right; 
  padding: 10px 5px; 
  border: 1px solid #cccccc;  
  border-radius: 5px; 
  text-align: center;
}
.menukarteweihnachten {
  width: 50%; 
  min-width: 400px; 
  float: left; 
  padding: 10px 5px; 
  border: 1px solid #FF0000;  
  border-radius: 5px; 
  text-align: center;
  margin-bottom: 20px;
}

strong{
  font-weight:700;
}