body {
font-family: 'Lato', sans-serif;
font-size: 13px;
font-weight: 400;
/*font: 0.9em "Tahoma", "Tahoma", verdana, tahoma, sans-serif;*/
color:#444;
margin: 0;
background-color: #fff;
overflow-x: hidden;
}

#wrapper {
max-width: 1160px;
margin: 0 auto;
overflow:hidden;
}

#pagewrapper {
width:960px;
float: left;
}

#skyscraper {
/*float: left;
width: 120px;
height: 600px;
margin: 30px 0 0 1020px;
position: absolute;*/
float: right;
width: 160px;
height: 600px;
margin: 50px 0 0 30px;
display: block;
}

@media screen and (max-width: 1200px) {
    #skyscraper {
    display: none;
    }
}

@media screen and (max-width: 1200px) {
    #wrapper {
        max-width: 960px;
        overflow: hidden;
    }
}

#fixcenter {
width: 100%;
}

a {
color:#af2127;
text-decoration:none;
}

#content p {
margin: 0 0 1em 0;
}

#content a:hover {
color: #af2127;
text-decoration: underline;
}

.clear {
clear: both;
}

#werbebanner_big_wrapper {
width: auto;
padding: 20px 0 20px 0px;
margin: 0 auto;
background-color: #F1F1F1;
}

#werbebanner_big {
text-align: center;
}

.slidingDiv {
height: auto;
background-color: #af2127;
padding: 0;
}

.show_hide {
display: none;
}

a.show_hide {
display: block;
width: 35px;
height: 35px;
background-image: url('../images/navi_dropdown.jpg');
float: left;
}

#show_hide_button {
width: 940px;
height: auto;
}

@font-face {
font-family: 'EntypoRegular';
src: url('../font/entypo.eot');
src: url('../font/entypo.eot?#iefix') format('embedded-opentype'),
	 url('../font/entypo.woff') format('woff'),
	 url('../font/entypo.ttf') format('truetype'),
	 url('../font/entypo.svg#EntypoRegular') format('svg');
font-weight: normal;
font-style: normal;
}

#content .prev_next a:hover {
text-decoration: none;
background-color: #E7E7E7;
}


.ui-datepicker-calendar span, .ui-datepicker-calendar a {
font-weight: 100 !important;
}

.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
background-color: transparent !important;
}

.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header,
.ui-datepicker-calendar .ui-state-default {
color: #959595 !important;
border: none !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
color: #fff !important;
}

/* balken oben
--------------------------------------------------------------------------------------- */

#search {
float: right;
}

.search {
color: grey;
font-size: 0.9em;
width: 190px;
padding: 10px;
margin: 0;
float: left;
border: none;
background-color: #f3f3f3;
font-style: italic;
}

#search a.eventeintragen,
a.search_more {
font-size: 12px;
display: block;
padding: 4px 0 6px 0;
margin: 5px auto 0 auto;
background-color: #f0f0f0;
text-align: center;
width: 233px;
}

a.search_more {
float: left;
}

#search .search_input {
margin: 15px 0 0 0;
background-color: #f3f3f3;

}

#search a.search_loupe {
display: block;
width: 36px;
height: 33px;
float: right;
margin: 0;
background-color: #FF6E00;
}

a.search_loupe:before {
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: 300;
    line-height: 33px;
	margin: 10px;
    content: "\f002";
    color: #fff;

}

a.search_loupe:hover{
text-decoration: none;
}

#search a.eventeintragen {
float: right;
}

#search a.eventeintragen:hover,
a.search_more:hover {
text-decoration: none;
}

#search a.eventeintragen:active,
a.search_more:active {
border-top: 2px solid #af2127;
border-bottom: 1px solid #af2127;
}

#naviwrapper {
width: 960px;
}

#navi {
margin:0 auto;
font-size: 12px;
text-transform: uppercase;
width: auto;
}

#navi ul {
list-style: none;
padding:0;
margin:0;
float: left;
}

#navi li {
float: left;
display: inline-block;
background-color: #af2127;
padding: 10px 20px;
margin: 0 5px 0 0;
}

#navi li:first-child {
background-color: #FF6E00;
}

#navi li:first-child:hover {
background-color: #af2127;
}

#navi li:hover {
background-color: #82181a;
-webkit-transition: background-color 100ms linear;
-moz-transition: background-color 100ms linear;
-o-transition: background-color 100ms linear;
-ms-transition: background-color 100ms linear;
transition: background-color 100ms linear;
}

#navi li ul {
position: absolute;
left: -999em;
width:195px;
margin-top: 10px;
margin-left: -20px;
z-index: 2;
}

#navi li:first-child ul {
width: 330px;
}

#navi li ul:after {
content: '';
position: absolute;
border-style: solid;
border-width: 0 15px 17px;
border-color: #af2127 transparent;
display: block;
width: 0;
z-index: 1;
margin-left: -15px;
top: 3px;
left: 20%;
}

#navi li:hover ul {
left: auto;
padding-top: 19px;
}

#navi li ul li {
opacity: 0.9;
width:155px;
}

#navi li ul li:nth-child(2) {
background-color: #af2127;
}

#navi li ul li:nth-child(2):hover {
background-color: #82181a;
}

#navi li ul li a {
padding: 7px;
margin: 0;
font-weight: normal;
text-transform: none;
width: 175px;
}

a:active, a:focus {
outline:none;
}

#navi a {
color: #fff;
text-decoration:none;
letter-spacing:0.03em;
display:block;
}

#navi a:active {
color: #fff;
/*padding:9px 12px 10px 12px;*/
}

img, a img {
border:none;
}

#navi a.navi_icon {
padding:8px 25px 11px 12px;
background-repeat:no-repeat;
background-position:147px 0px;
}

#navi a:hover.navi_icon {
padding:8px 25px 11px 12px;
background-position:147px -35px;
}

#navi a:active.navi_icon {
padding:8px 25px 11px 12px;
background-position:147px -0px;
}

#navi_dropdown {
display: none;
}

.slidingDiv ul {
margin: 0;
padding: 0;
}

.slidingDiv li {
list-style: none;
float: left;
}

.slidingDiv a {
color:#fff;
text-transform:uppercase;
text-decoration:none;
text-shadow:0 1px #340405;
font-weight:bold;
letter-spacing:0.03em;
margin:0;
padding:8px 12px 11px 12px;
display:block;
float:left;
}

.age a {
padding-top:10px;
}

/* header
--------------------------------------------------------------------------------------- */

#header {
margin: 40px 0 0;
width: 960px;
}

#headerbuttons img {
margin-left:5px;
border:none;
}

#headerlinks a:hover {
text-decoration:underline;
}

a.home_logo {
position: absolute;
display: block;
margin-top: 0px;
}

a.home_logo:hover {
position:absolute;
display:block;
margin-top:0px;
}

#logo {
width: auto;
height: 90px;
clear: both;
float: left;
}

#logo img {
height: 40px;
margin-top: 9px;
}

#head-nav ul {
list-style: none;
float: right;
}

#head-nav ul li{
float: left;
padding: 0 10px 0 0;
margin: 21px 0 0;
}

#head-nav ul li a{
color: #BDBDBD;
}

#head-nav-small {
display: none;
}

/*#p-icon {
color: #fff;
margin: 24px 15px 0 0;
float: right;
font-size: 20px;
font-weight: 600;
padding: 0px 6px;
background-color: #BDBDBD;
}

#p-icon:hover {
background-color: #BAC962;
}

#p-icon a:hover {
text-decoration: none;
}*/

#p-icon {
margin: 21px 15px 0 0;
float: right;
}

#social_icons {
margin: 10px 0 0 0;
float: right;
}

#ticker {
margin: 16px 0;
background-color: #F1F1F1;
font-size: 12px;
padding: 7px;
color: #ae2127;
}

#ticker ul {
list-style: none;
}

/* tags
--------------------------------------------------------------------------------------- */

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
border: none;
}

#fixcenter .ui-button-text {
display: block;
float: left;
padding: 0;
margin: 0;
border: none;
line-height: 1.4;
}

#tags {
width: auto;
padding: 0 30px 0 0;
margin: 0;
}

#navi li ul #tags {
padding: 0;
margin: 0;
}

#navi li:first-child ul li {
width: 330px;
float: none;
margin: 0;
padding: 0;
}

#navi li ul #tags label {
float: none !important;
width: 100% !important;
display: block;
padding: 15px 30px !important;
margin: 0 !important;
}

#tags input[type='checkbox'] {
position: absolute !important;
margin-left: 11px;
}

#tags label.categories_reset_inactive span,
#tags label.categories_reset_active span {
line-height: 1.4;
display: block;
padding: 0 0 0 7px;
}

#tags label.categories_reset_inactive,
#tags label.categories_reset_active {
position: relative;
float: left;
}

#tags label.categories_reset_inactive,
#tags label.categories_reset_active,
#tags label.categories_left,
#tags label.categories_right {
font-size: 12px;
font-weight: normal;
text-align: left;
color: #fff;
}

#tags label.categories_reset_inactive:hover,
#tags label.categories_reset_active:hover,
#tags label.categories_left:hover,
#tags label.categories_right:hover {
cursor: pointer;
}

#tags label.categories_reset_active {
padding: 12px 20px !important;
}

#tags label.categories_left.ui-state-active {
background-color: #82181a !important;
}

#tags label.categories_right.ui-state-active {
background-color: #82181a !important;
}

#tags ul li {
float: left;
}

#tags label {
border: none !important;
border-radius: 0 !important;
background-color: #af2127 !important;
width: 100%;
padding: 8px 20px !important;
}

#tags label:hover {
background-color: #82181a !important;
border-radius: none !important;
-webkit-transition: background-color 100ms linear;
-moz-transition: background-color 100ms linear;
-o-transition: background-color 100ms linear;
-ms-transition: background-color 100ms linear;
transition: background-color 100ms linear;
}


/* banner
--------------------------------------------------------------------------------------- */

#banner {
position: relative;
/*width: 100vw;
left: calc(-50vw + 50%);*/
text-align: center;
margin: 30px 0 30px 0;
padding: 10px 0 0 0;
min-height: 150px;
background-color: #F1F1F1;
/*
background-color: #f5f5f5;
-moz-box-shadow: inset -0 -0 10px #d9d9d9;
-webkit-box-shadow: inset -0 -0 10px #d9d9d9;
box-shadow: inset -0 -0 10px #d9d9d9;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
*/
}

#banner a {
color: #afafaf;
margin: 0 0 15px 0;
}

#edit_entry a {
color: #afafaf;
margin: 0 0 0 0;
padding: 0 0 0 0;
text-align: right;
float:right;
}

#b22, #b23, #b24 {
display: inline;
}

#b22 img,
#b23 img,
#b24 img {
margin: 0 5px 10px 5px;
}

#b20, #b21, #b22, #b23, #b24 {
overflow: hidden;
}

/* content
--------------------------------------------------------------------------------------- */

.more_wrapper {
background-image: url('../images/ajax-loader.gif');
background-position: center;
background-repeat: no-repeat;
}

#morebutton {
margin: 30px 0 0 0;
}

#morebutton a#morelink {
display: block;
text-align:center;
background-color: #e9e9e9;
padding: 10px 0 15px 0;
color: #af2127;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
border-bottom: 2px solid #c2c2c2;
}

#morebutton a#morelink:hover {
cursor: pointer;
background-color: #f1f1f1;
text-decoration: none;
}

#morebutton a#morelink:active {
background-color: #e9e9e9;
border-top: 2px solid #c2c2c2;
border-bottom: none;
}

.details {
display: none;
}

#content {
line-height: 21px;
margin: 0;
}

#content img {
border:none;
}

#content ul {
margin: 0 0 15px 0;
padding: 0 0 0 20px;
}

.subject{
min-height:22px;
}

.subject:hover{
background-color: #e6e6e6;
-webkit-transition: background-color 100ms linear;
-moz-transition: background-color 100ms linear;
-o-transition: background-color 100ms linear;
-ms-transition: background-color 100ms linear;
transition: background-color 100ms linear;
}

.singleday {
margin:0 0 10px 0;
padding: 0;
}

.event {
background-color: #F1F1F1;
margin: 5px 0;
}

.prev_next {
font-family: 'EntypoRegular';
font-size: 20px;
line-height: 20px;
width: 150px;
float: right;
margin: 30px 0 0 0;
}

.prev_next a {
background-color: #F3F3F3;
color: #af2127;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
padding: 5px 8px 6px 8px;
margin: 0 0 0 10px;
display: block;
float: right;
}

h1 {
font-size: 1.9em;
padding: 20px 0 20px 0;
margin: 0 0 5px 0;
color: #af2127;
font-weight: 300;
text-transform: uppercase;
line-height: 40px;
}

h2 {
margin: 15px 0 0 0;
font-size: 0.9em;
color: #af2127;
}

.locations-category h1 {
padding: 20px 0 5px !important;
}

.locations-category h3 {
padding: 0 0 20px !important;
}

h3 {
font-size: 1.5em;
padding: 20px 0 20px 0;
margin: 0 0 5px 0;
color: #af2127;
font-weight: 300;
text-transform: uppercase;
}

h3 .fa {
font-size: 1em;
font-weight: 400;
}

.date {
font-size: 1.9em;
line-height: 37px;
padding: 30px 0 20px 0;
margin:0 0 5px 0;
color: #af2127;
font-weight: 300;
text-transform: uppercase;
}

a.event_title {
color: #444;
}

@media (max-width: 749px) {
	a.event_price {
		float: left;
		padding
	}
}

@media (max-width: 420px) {
	a.event_price {
		float: left;
		font-size: 0.9em;
		color: #676767;
	}
}

.event_price {
	float: left;
	padding: 10px 16px;
}

.title,
.title_short,
.time,
.time_long,
.location {
float:left;
min-height:20px;
padding: 10px 0 10px 16px;
}

.title,
.title_short {
overflow:hidden;
padding-bottom: 0px;
}

.title {
width:410px;
}

.title_short {
width: 390px;
}

.unconfirmed {
color:blue;
}

.time {
width: 80px;
margin: 0 20px 0 0;
}

.time_long {
width:90px;
overflow:hidden;
}

.ticket {
float: right;
padding: 5px 10px 5px 5px;
background-color: #af2127;
}

.ticket:hover {
background-color: #82181a;
-webkit-transition: background-color 100ms linear;
-moz-transition: background-color 100ms linear;
-o-transition: background-color 100ms linear;
-ms-transition: background-color 100ms linear;
transition: background-color 100ms linear;
}

.ticket a {
display: block;
width: 30px;
height: 20px;
}

.location {
width:240px;
overflow:hidden;
color:#000;
}

.location a {
color:#444;
}

.details {
padding-left:30px;
clear:both;
overflow:hidden;
}

.details .description {
width:360px;
float:left;
border-left:1px solid #CCC;
margin-bottom:3px;
padding-left:5px;
}

#event_listing a {
text-decoration:none;
}

#event_listing a:hover {
text-decoration: none;
}

.eventtext {
float: left;
width: 500px;
}

.title_info {
font-size: 1.9em;
padding: 30px 0 30px 0;
margin: 0 0 5px 0;
color: #af2127;
font-weight: 300;
line-height: 40px;
}

.subject_info_box_1 {
background-color: #F1F1F1;
padding: 10px;
float: right;
max-width: 350px;
}

.subject_info_box_1 .date_info {
font-size: 1em;
}

.subject_info_box_1 .tags {
border-top: 1px solid #d1d1d1;
margin: 5px 0 0 0;
padding: 12px 0 10px 0;
}

.subject_info_box_1 .tags a {
padding: 4px 6px 5px 6px;
color: #fff;
background-color: #af2127;
margin: 0 5px 5px 0;
display: block;
float: left;
}
.subject_info_box_1 .tags a:hover {
background-color: #82181a;
color: #fff !important;
text-decoration: none !important;
}

.subject_info_box_2 {
float: left;
width: 500px;
}

.subject_info_box_2 .icons a {
font-family: 'EntypoRegular';
font-size: 45px;
}

.subject_info_box_2 .icons img {
margin: 0 7px 0 0;
}

.subject_info_box_3 {
padding: 10px 0 0 0;
margin: 20px 0 0 0;
}

.subject_info_box_4 {
background-color: #F1F1F1;
padding: 10px;
margin: 20px 0 0 0;
float: right;
width: 350px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

.enicons {
	margin: 20px 0
}

.icons {
	font-family: 'EntypoRegular';
	margin: 10px 0 15px 0;
}

.icons a, .icons button {
	font-size: 28px;
	line-height: 25px;
	background-color: #af2127;
	display: block;
	float: left;
	padding: 4px;
	border-radius: 2px;
	margin: 0 4px 0 0;
	color: #af2127;
	border: 0;
	text-align: center;
}

.icons a:hover {
background-color: #82181a;
-webkit-transition: background-color 100ms linear;
-moz-transition: background-color 100ms linear;
-o-transition: background-color 100ms linear;
-ms-transition: background-color 100ms linear;
transition: background-color 100ms linear;
}

.icons button {
	font-size: 38px;
}

.icons a:hover, .icons button:hover {
	cursor: pointer;
}

.entypo-icon {
	font-family: 'EntypoRegular';
    color: #fff;
    font-size: 25px;
	float: left;
	position: relative;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
	background-color: #af2127;
	padding: 5px;
	margin: 0 2px;
}

button .entypo-icon {
	padding: 0px;
	background-color: transparent;
	margin: 0 2px;
}

.entypo-icon.map {
	padding: 0px;
}

.subject_info_box_1 {
	padding: 20px 20px 0 20px !important;
}

.subject_info_box_1 button {
	float: left;
	position: relative;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
	background-color: #af2127;
	padding: 0px;
	margin: 0 2px;
	border: none;
	outline: none !important;
	height: 31px;
    width: 30px;
}

.subject_info_box1 h2 {
	margin-top: 0 !important;
}

.facebook {
overflow: hidden;
}

.flyer {
margin: 0px 34px 10px 0;
float: left
}

.flyer img {

}

#content .icons form input {
padding: 0;
min-width: 20px;
}

.location_info a {
font-size: 1em;
margin: 0 0 5px 0;
}

.description_box {
}

.event_heading {
font-weight: bold;
margin: 20px 0 0 3px;
padding: 0 0 5px 0;
color: #af2127;
border-bottom: 1px dotted #C1C1C1;
}

table th {
font-weight: normal;
font-style: italic;
color: #959595;
}

span#charsleft_location {
font-style: italic;
margin: 0 0 0 10px;

}

#content .categories_event label {
width: auto;
font-size: 12px;
color: #fff;
font-weight: normal;
background-color: #af2127;
padding: 4px 5px 4px 5px;
margin: 0 5px 5px 0;
}

#content .categories_event label:hover {
background-color: #82181a;
-webkit-transition: background-color 100ms linear;
-moz-transition: background-color 100ms linear;
-o-transition: background-color 100ms linear;
-ms-transition: background-color 100ms linear;
transition: background-color 100ms linear;
color: #fff !important;
text-decoration: none !important;
}

#content .categories_event label.ui-state-active {
background-color: #82181a;
}

.selection {
float: left;
padding: 20px 0;
}

.selection a {
color: #fff;
background-color: #af2127;
padding: 10px 20px;
margin: 0 5px 0 0;
}

.selection a:hover {
background-color: #82181a;
-webkit-transition: background-color 100ms linear;
-moz-transition: background-color 100ms linear;
-o-transition: background-color 100ms linear;
-ms-transition: background-color 100ms linear;
transition: background-color 100ms linear;
color: #fff !important;
text-decoration: none !important;
}

.edit_buttons {
width: 40px;
float: right;
}

#content p.errortext {
color: #af2127;
background-color: #f3d6d7;
margin: 20px 0 20px 0;
padding: 10px 10px 11px 10px;
width: 300px;
}

.input_full table tr td {
margin: 0;
padding: 0;
}

.input_full table tr{
background-color: transparent;
}

ol#link_area {
list-style-type: none;
margin: 0;
padding: 0;
}

#ajax_events {
border: 1px solid #e8e3ca;
background-color: #f9f7ea;
padding: 10px 15px 10px 15px;
margin: 0 0 10px 0;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

#ajax_events p {
margin: 0;
}

.kategorie {
padding: 5px 10px;
margin: 0 0 5px 0;
}

.infoicon {
width: 9px;
height: 10px;
background-image: url('../images/infoicon.gif');
float: left;
margin: 4px 10px 0 0;
border: 1px solid #CACACA;
border-radius: 2px;
}

.infoicon span {
display: block;
width: 9px;
height: 10px;
}

#tt {
position:absolute;
display:block;
}

#ttcont {
font-size: 12px;
line-height: 18px;
display:block;
padding:5px 12px 6px 7px;
margin-left:5px;
background:#F9F7EA;
color:#3a3a3a;
}

.details_box_first {
float: left;
padding: 5px 3px 20px 20px;
width: 20%;
}

.details_box_third {
float: left;
padding: 5px 40px 20px 20px;
width: 20%;
}


.details_box {
float: left;
padding: 5px 20px 20px;
width: 20%;
}

@media screen and (max-width: 955px) {
	.details_box_third{
	padding: 5px 25px 20px 15px;
	width: 20%;
	}
}

@media screen and (max-width: 890px) {
	.details_box, .details_box_first, .details_box_third{
	padding: 5px 32px 20px;
	width: 40%;
	}
}

@media screen and (max-width: 764px) {
	.details_box, .details_box_first, .details_box_third{
	padding: 5px 32px 20px;
	width: 38%;
	}
}

@media screen and (max-width: 721px) {
	.details_box, .details_box_first, .details_box_third {
	width: 100%;
	}
}

.linkbox {
list-style: none;
}

.linkbox a {
list-style: none;
}

.share_buttons {
margin-top: 20px;
}

.add_box {
padding: 0 20px;
width: 100%;
}

.weiter {
margin-top: 20px;
}

.no_endlink {
padding: 10px 15px;
font-size: 20px;
text-align: right;
color: #e6e6e6;
text-align: right;
}

.endlink {
padding: 10px 15px;
font-size: 20px;
text-align: right;
color: #af2127;
}

.endlink_marker {
padding: 0 20px 0 0;
font-size: 20px;
text-align: right;
color: #af2127;
}

.endlink:hover, .endlink_marker:hover {
color: #82181a;
}


/* input fields
--------------------------------------------------------------------------------------- */

input {
outline: none !important;
border: none;
background-color: #f1f1f1 !important;
}

input:focus {
outline: none !important;
border: none;
}

#content form label {
width: 140px;
display: block;
float: left;
}

#content form input {
min-width: 500px;
padding: 3px 8px 4px 8px;
margin: 0;
}

#content form input[type="checkbox"] {
min-width:20px;
margin-top: 15px;
background-color: transparent !important;
}

#content form input:hover {
background-color: #F9F7EA;
}

#content form textarea {
padding: 3px 8px 4px 8px;
min-width: 500px;
max-width: 600px;
height: 100px;
}

#content form textarea:focus {
outline: none !important;
}


#content form textarea.description {
vertical-align: top;
transition: height 0.2s;
-webkit-transition: height 0.2s;
-moz-transition: height 0.2s;
}

#content form input[type='submit'] {
color: #fff;
background-color: #af2127 !important;
padding: 10px 20px;
margin: 5px 0px 20px 0;
min-width: 10px !important;
}

#content form input[type='submit']:hover {
background-color: #82181a !important;
-webkit-transition: background-color 100ms linear;
-moz-transition: background-color 100ms linear;
-o-transition: background-color 100ms linear;
-ms-transition: background-color 100ms linear;
transition: background-color 100ms linear;
color: #fff !important;
text-decoration: none !important;
}

#content form input[type='file'] {
background-color: transparent !important;
}

#content form input[type='image'] {
min-width: 16px;
border: none;
padding: 0;
}

#content form input[type='submit']:hover {
cursor: pointer;
}

#content form .input_half,
#content form .input_full {
padding: 5px 10px;
margin: 0 0 5px 0;
}

.input_half label, .input_full label {
background-color: transparent !important;
}

.bottom_button {
border-top: 1px dotted #C1C1C1;
margin: 30px 0 0 0;
padding: 30px 0 0 0;
}

#content a.button {
padding: 3px 8px 4px 8px;
display: block;
float: left;
color: #fff;
border: none;
background-color: #af2127;
border-bottom: 2px solid #623031;
}

#content a.button:hover {
color: #fff;
text-decoration: none;
}

#content a.button:active {
background-color: #820D0E;
border-top: 2px solid #5B0809;
border-bottom: none;
}

.h2_invert {
font-size: 1.4em;
padding: 15px 0 15px 0;
margin: 0 0 5px 0;
color: #af2127;
font-weight: 300 !important;
text-transform: uppercase;
}

.eintritt_frei {
padding-top: 10px;
}

#ui-datepicker-div a.ui-datepicker-prev {
background-image: url('../images/ui-datepicker-prev.png');
}

#ui-datepicker-div a.ui-datepicker-next {
background-image: url('../images/ui-datepicker-next.png');
}

.ui-corner-all {
border: none !important;
border-radius: 0 !important;
}

#selection {
margin: 30px 0 0 0;
}

.errortext {
margin: 7px 0 0 !important;
padding: 7px 10px !important;
max-width: 300px !important;
}

/* tables
--------------------------------------------------------------------------------------- */

table {
border-collapse: separate;
border-spacing: 0 5px;
border-color: white;
}

table tr {
margin: 5px 0 0;
background-color: #F1F1F1;
}

table tr a {
padding: 0 10px;
display: inline-block;
}

table tr:hover {

}

table td {
/*padding: 0 4px;*/
}

tbody {
border-color: #fff;
}

table thead {
border-color: #fff;
}

colgroup {
border-color: #fff;
}

table tr td {
border-color: #fff;
}

/* location layout
--------------------------------------------------------------------------------------- */

.location-row {
background-color: #F1F1F1;
margin: 5px 0 0;
padding: 10px;
}


.location-link,
.location-description,
.location-street,
.location-plz,
.location-ort {
float: left;
}

.location-link {
width: 190px;
}

.location-description {
width: 280px;
min-height: 5px;
}

.location-street {
width: 180px;
padding-right: 10px;
}

.location-plz {
width: 60px;
}

.location-ort {
width: 80px;
}

.location-map {
float: right;
}
/************************************************************************************
smaller than 991
*************************************************************************************/

@media screen and (max-width: 990px) {

	#header {
	margin-top: 30px !important;
	}
}

/************************************************************************************
smaller than 960
*************************************************************************************/

@media screen and (max-width: 990px) {

	#fixcenter {
	width: 100%;
	border-right: none;
	border-left: none;
	}

/*	#logo {
	float: none;
	margin-top: 30px;
	height: 70px;
	}	*/

	#werbebanner_big_wrapper {
	width: 100%;
	margin: 0;
	padding: 10px 0 10px 0%;
	background-color: #F1F1F1;
	}

	#werbebanner_big {
	width: 90%;
	margin: 0 auto;
	}

	#werbebanner_big img,
	#b21 img {
	width: 100%;
	height: auto;
	}

	#naviwrapper {
	width: 100%;
	text-align: center;
	margin: 0;
	}

	#navi li {
	float: none;
	display: inline-block;
	}

	#header {
	width: 92%;
	margin: 0;
	padding: 0 4%;
	}

	#show_hide_button {
	width: 92%;
	margin: 0;
	padding: 0 4% 0 4%;
	}

	#tags {
	padding: 0 4% 30px 4%;
	}

	#content {
	width: 92%;
	padding: 0 4% 30px 4%;
	}

	.title_short {
	width: 40%;
	}

	.location {
	width: 20%;
	}

	#pagewrapper {
	width: 100%;
	}

	#skyscraper {
	display: none;
	}

	.subject_info_box_1 {
    float:left;
    margin-top: 40px;
	}

	.subject_info_box_2 {
    float:none;
	}

	.subject_info_box_4 {
	width: 40%;
	}

}

/************************************************************************************
smaller than 887
*************************************************************************************/

@media screen and (max-width: 887px) {
	#navi ul {
	text-align: left;
	}

	#navi li {
	margin: 5px 5px 5px 0;
	}
}

/************************************************************************************
smaller than 811
*************************************************************************************/
@media screen and (max-width: 811px) {
	#logo {
	float: none;
	margin-top: 30px;
	height: 70px;
	}

	#head-nav {
	display: none;
	}

	#head-nav-small {
	float: right;
	display: inline-block;
	margin-top: -69px;
	}

	#head-nav-small ul {
	list-style: none;
	float: right;
	}

	#head-nav-small ul li {
	float: left;
	padding: 0 10px 0 0;
	margin: 21px 0 0;
	}

	#head-nav-small ul li a {
	color: #BDBDBD;
	}

	#p-icon {
	margin-right: 0px;
	}

	#search {
	margin: 0 0 14px 0;
	float: none;
	}

	.search {
	float: none;
	}

	#search a.eventeintragen {
	float: none;
	}
}

/************************************************************************************
smaller than 763
*************************************************************************************/

@media screen and (max-width: 763px) {
	.ticket {

	}

	.location {
	width: 30%;
	}
}

/************************************************************************************
smaller than 600
*************************************************************************************/

@media screen and (max-width: 600px) {

	#fixcenter {
	width: 100%;
	}

	#headerbox {
	float: left;
	margin-left: 4%;
	}

	#ticker {
	margin: 20px 0;
	}

	#tags {
	padding: 0 4% 30px 4%;
	}

	#content {
	width: 92%;
	margin: 0 0 30px;
	padding: 0 4%;
	}

	.more_wrapper {
	width: 100%;
	}

	#morebutton {
	width: 100%;
	}

	#headerbuttons {
	float: none;
	}

	#banner img {
	margin: 0 0 10px 0;
	}

	.title_short {
	width: 100%;
	}

	.time,
	.location a,
	.location-street,
	.location-plz,
	.location-ort {
	font-size: 0.9em;
	color: #676767;
	}

	.location-link {
	width: 300px;
	}

	.location-street {
	width: 230px;
	}

	.location-plz {
	width: 50px;
	}

	.location {
	width: 180px;
	}

	.time {
	width: 70px;
	}

	#navi_dropdown {
	display: block;
	width: 35px;
	height: 35px;
	background-image: url('../images/navi_dropdown.jpg');
	background-color: #af2127;
	float: left;
	margin: 0 3%;
	}

	#navi li:hover ul {
	padding-top: 10px;
	}


	.slidingDiv {
	height: auto;
	background-color: #af2127;
	padding: 3%;
	}

	a.show_hide {
	width: 35px;
	height: 35px;
	display: block;
	}

	.singleday {
	padding: 0;
	}

	#logo {
	float: none;
	margin-top: 30px;
	height: 70px;
	}

	#search {
	float: none;
	}

	.search {
	float: none;
	}

	#search a.eventeintragen {
	float: none;
	}

	#tags {
	padding: 4% 4%;
	}

	.date {
	padding-left: 3%;
	}

	.subject_info_box_1 {
	float: left;
	padding: 2%;
	margin: 40px 0 15px 0;
	}

	.subject_info_box_4 {
	width: 96%;
	float: left;
	padding: 2%;
	margin: 20px 0 15px 0;
	}

	.subject_info_box_2 {
	width: 100%;
	}

	#content form input {
	min-width: 94%;
	}

	#content form textarea {
	min-width: 94%;
	}

}

/************************************************************************************
smaller than 530
*************************************************************************************/

@media screen and (max-width: 530px) {
	#head-nav-small {
	float: left;
	display: inline-block;
	margin-top: -14px;
	}

	#head-nav-small ul {
	list-style: none;
	float: left;
	padding-left: 10px;
	}

	#head-nav-small ul li {
	float: left;
	padding: 0 0 0 10px;
	margin: 21px 0 0;
	}

	#head-nav-small ul li a {
	color: #BDBDBD;
	}

	#p-icon {
	margin-right: 0px;
	float: left;
	}

	#search {
	margin: 55px 0 18px;
	}

	.errortext {
	width: 93% !important;
	}
}

/************************************************************************************
smaller than 397
*************************************************************************************/

@media screen and (max-width: 397px) {

	.location {
	width: 130px;
	}
}

/************************************************************************************
smaller than 350
*************************************************************************************/

@media screen and (max-width: 350px) {

	input.search {
	margin: 0 0 8px 0;
	}

	#fixcenter {
	margin: 0;
	}

	#logo {
	height: 70px;
	}

	#logo img {
	width: 90%;
	}

	.location {
	width: 90px;
	}

}

.location_image {
	float: left;
	margin-bottom: 20px;
}

.location_image img {
	width: 100%;
	max-width: 100%;
}

.googlemaps {
	position: relative;
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
}

.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*Location Template*/

.subject_info_box_1.location_temp {
	float: left;
	background-color: transparent;
	padding: 20px 0 0 0 !important;
}

.inner_box.location_temp {
	background-color: #F1F1F1;
	min-height: 280px;
	padding: 10px;
	margin-bottom: 20px;
}

.subject_info_box_1.location_temp .title_info {
	margin-top: 0;
	padding-top: 0;
}

.subject_info_box_2.location_temp {
	float: right;
	margin-top: 20px;
}

.description_box.location_temp {
	float: left;
	width: 350px;
}


/*Kategorien / Tags*/

.tagsinput {
    max-width: 508px
}

#tagsinput_addTag input#tagsinput_tag {
    min-width: 100px;
    padding: 5px 8px!important;
}

div.tagsinput span.tag {
    border: none!important;
    background-color: #af2127!important;
    color: #fff!important;
    -webkit-border-radius: 0!important;
    border-radius: 0!important;
    padding: 2px 8px!important;
}

div.tagsinput span.tag a {
    color: #fff!important;
}

a.ui-state-hover {
  color: #fff!important;
  background-color: #af2127!important;
  border: 0!important;
  cursor: pointer!important;
}

.easy-autocomplete {
  float: left;
}

.input_counter_number {
  font-size: 11px;
  font-style: normal!important;
  margin: 0 0 0 2px!important;
}

#tagsinput_tagsinput {
  height: 57px!important;
  min-height: 57px!important;
}
