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

/*
 * Custom Style Sheet - Use this file to style your content
 */

/* Layout
----------------------------------------------------------------------------------------------------*/

.custom-logo {
  width: 160px;
  height: 60px;
  background: url(../../../images/yootheme/logo.png) 0 50% no-repeat;
    background-size: contain;
}

.frontpage-headline { 
  padding-bottom: 10px;
  font-weight: bold;
}

/* Bottom
----------------------------------------------------------------------------------------------------*/

#bottom-a .custom h3 { 
  margin-top: 7px;
  margin-bottom: 27px;  
  line-height: 30px;
  font-size: 24px;
}

#bottom-a .custom p {
  margin-top: 0;
  font-family: "OpenSansLight";
  font-size: 18px; 
}

.fb-like-box, .fb-like-box span, .fb-like-box iframe[style] {
width: 100% !important;
}

.hall {
background: #FF7300;
background: -webkit-linear-gradient(#ffd02a 0%, #ff8900 100%); 
background: -moz-linear-gradient(#ffd02a 0%, #ff8900 100%); 
background: -o-linear-gradient(#ffd02a 0%, #ff8900 100%); 
background: linear-gradient(#ffd02a 0%, #ff8900 100%);
box-shadow: 0 2px 0 rgba(255,236,209,0.3) inset, 0 0 0 1px rgba(255,235,206,0.2) inset, 0 0 10px rgba(205,68,0,0.25) inset, 0 1px 1px rgba(205,68,0,0.1), 0 7px 4px -4px rgba(205,68,0,0.15);
height: auto;
}

.club {
margin: 0 0px 8px 0px;
padding: 3px 5px 5px 25px;
height:auto;
background-position: 0px 0px;
background-color:#C31A1F;
border: 0px solid #CCC;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;}
}

.titel-box {
	 background-color: #000;
    border-radius: 2px;
	padding: 0.2em;
	margin-bottom: 1em;
	 
  }