/* Veranstaltungskalender Veranstaltungssuche */

.vk_finder{
	width: 100%;
	float: left;
}

.vk_finder .vk_inhalt, .vk_finder .vk_highlights{
	background-color: white;
	width: 100%;
	
	-webkit-box-shadow: 5px 5px 15px #CCCCCC ;
	-moz-box-shadow: 5px 5px 15px #CCCCCC ;
	box-shadow: 5px 5px 15px #CCCCCC ;
}

.vk_finder header{
/*	background-color: #823f7f;*/
	width: 100%;
	color: white;
	padding-left: 15px;
} 

.vk_finder header h3{
	color: white;
	padding-bottom: 7px;
	padding-top: 7px;
	font-family: "metabold_roman";
}

.vk_finder .vk_body, .vk_finder .vk_body_r{
	padding-left: 15px;
	padding-right: 15px;
}

.vk_finder .vk_body div, .vk_finder .vk_body_r > div{
	width: 32%;
	float: left;
	margin-bottom: 20px;
}

.vk_finder .vk_body input, .vk_finder .vk_body_r input{
	border: 1px solid #823f7f;
	margin-top: 3px;
}

.vk_finder .vk_body strong, .vk_finder .vk_body_r strong{
	color: #823f7f;
}

.vk_finder .vk_body button, .vk_finder .vk_body_r button, .vk_finder .vk_body .button, .vk_finder .vk_body_r .button{
/*	background-color: #5c2059; */
	width: 100%;
	color: white;
	border: none;
	font-size: 1.1em;
	font-weight: 400;
	padding-top: 3px;
	padding-bottom: 3px;
}

.vk_finder .vk_body div > input{
	width: 100%;
}

.randr5{
	margin-right: 2%;
}

.randl5{
	margin-left: 2%;
}

.l66{
	width: 66% ! important;
}

#cart
{
	padding-top: 20px;
	clear: both;
	display: block;
}

.vk_pagination
{
	margin-bottom: 10px;
	position: relative;
}

/*Ergebniss */

.vk_item{
	margin-bottom: 15px;
	border: 1px solid #ccc;
	background-color: #fff;
	width: 100%;
	overflow: hidden;
	min-height: 185px;
	
		-webkit-box-shadow: 5px 5px 15px #CCCCCC ;
	-moz-box-shadow: 5px 5px 15px #CCCCCC ;
	box-shadow: 5px 5px 15px #CCCCCC ;
}

.vk_item.purple_border{
	border: 1px solid #c094be;
}

.vk_item.gold_border{
	border: 1px solid #f4d6a8;
}


.vk_item .purple{
	border: 1px solid #c094be;
}

.vk_item > article{
	padding: 15px;
}

.vk_item > article > figure{
	float: left;
	position: relative;
	width: 200px;
}

.vk_item > article > figure img{
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.vk_item > article > section{
	padding: 0;
	margin-left: 36%;
	margin-left: calc(200px + 14px);
	overflow: visible;
	line-height: 1.8em;
}

.vk_item > article > section > a {
	display: block;
}

.vk_item > article > section .button {
	float: right;
	width: auto;
	display: block;
}

.vk_item > article > section button, .vk_item > article > section .button{
/*	background-color: #5c2059;*/
	color: white;
	border: none;
	font-size: 1.1em;
	font-weight: 400;
	padding: 5px 20px;
	text-align: center;
	margin-top: 8px;
}

.vk_item > article > section header{
	background: none;
	color: #823f7f;
	font-size: 1.5em;
	font-weight: 400;
	margin-bottom: 5px;
	font-family: "metabold_roman";
}

.vk_item > article > section header a{
	color: #823f7f;
	font-family: "metabold_roman";
    font-size: 1.0em;
    font-weight: 400;
	text-decoration: none;
}

.vk_item > article > section header a h2{
    font-size: 1.0em;
	margin: 0;
	padding: 0;
}

.vk_item > article > section time{
	font-size: 1.2em;
	font-weight: 400;
}

@media (min-width: 769px) {
	.l100{
		width: 100% ! important;	
	}
}

@media (max-width: 768px) {
	
	.vk_inhalt_wrapper{
		padding-right: 15px;
	}
	.x100{
		width: 100% ! important;
	}
	
	.x50{
		width: 49.0% ! important;
	}
	
	.xrandr0{
		margin-right: 0px;
	}
	
	.xh0{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.xhide{
		display: none;
	}
}

@media (max-width: 450px) {
	.vk_item > article > figure{
		float: left;
		position: relative;
		width: 100%;
		margin-bottom: 15px;
	}
	
	.vk_item > article > figure img{
		position: relative;
		width: 100%;
	}

	.vk_item > article > section{
		padding: 0;
		margin-left: 0;
		overflow: visible;
		line-height: 1.8em;
	}
	
	.vk_item > article > section button, .vk_item > article > section .button{
		background-color: #5c2059;
		color: white;
		border: none;
		font-size: 1.1em;
		font-weight: 400;
		text-align: center;
		margin-top: 8px;
	}
	
	.vk_item > article > section .button {
		float: right;
		width: 100%;
		display: block;
	}
	
}

/* Veranstaltungskalender Seitenansicht */
#wrapper_mainbox {
	background-color: white; 
	width: 100%; 
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .3); 
}

#wrapper_mainbox .event_header {
	background-color: rgba(129, 63, 127, 1); /* purple */
	min-height: 150px;  /* Bildgröße */
	width: 100%; 
	color: white;
}

#wrapper_mainbox .event_header .iconbild{
	width: 37.037%; 
	float: left;
}

#wrapper_mainbox .event_header .iconbild img{
	width: 100%; 
}

#wrapper_mainbox .event_header .short_info{
	width: 62.963%; 
	float: right;
}

#wrapper_mainbox .event_header .short_info h1{
	font-family: 'metabold_roman'; 
	font-size: 20px; 
	font-weight: normal; 
	margin-top: 10px; 
	line-height: 1.3em;
}

#wrapper_mainbox h2{
	font-size: 16px;
}

#wrapper_mainbox .event_body{
	margin-left: 20px; 
	margin-right: 20px;
}

#wrapper_mainbox .event_body section{
	padding-bottom: 20px;
}

#wrapper_mainbox section.content_galerie{
	padding-bottom: 30px; 
	padding-top: 30px; 
	border-top: 1px solid #d2d2d2; 
	border-bottom: 1px solid #d2d2d2;
	margin-top: 20px;
	margin-bottom: 40px;
}

#wrapper_mainbox section.content_galerie .sample_container
{
	margin-left: 20px; 
	margin-right: 20px
}

#wrapper_mainbox .event_body .short_icons{
	text-align: center;
	width: 50px;
	float: right;
}

#wrapper_mainbox .event_body .content_aktualisiert{
	padding-top: 100px;
}

#wrapper_mainbox section table{
	border: 1px solid #d2d2d2; 
	width: 100%;
}

#wrapper_mainbox section table tr{
	border: 1px solid #d2d2d2;
}

#wrapper_mainbox section table tr td{
	border: 1px solid #d2d2d2 ; 
	padding: 5px;
}

#wrapper_mainbox section table tr td.wt0{
	padding: 5px 0px 5px 10px;
	border: none;
}

#wrapper_mainbox section table tr td.wt1{
	border-bottom: 1px solid #d2d2d2; 
	border-top: 1px solid #d2d2d2; 
	border-right: 1px solid #d2d2d2; 
	border-left: none; 
	padding: 5px 5px 5px 0px;
}

.event_zurueckbtn{
	 margin-top: 30px; 
	 text-align: right;
}

.event_zurueckbtn a{
	background-color: #803f7f; 
	text-align: center; 
	color: white; 
	cursor: pointer; 
	padding: 5px 10px; 
	text-decoration: none;
}

#wrapper_sidebarbox  .shadowbox{
	background-color: white; 
	width: 100%; 
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .3); 
	margin-bottom: 30px;
}

#wrapper_sidebarbox  .shadowbox .shadowbox_header{
	width: 100%; 
	background-color: rgba(129, 63, 127, 1); 
	padding: 3px 15px 3px 15px;
}

#wrapper_sidebarbox  .shadowbox .shadowbox_header h3{
	font-family: 'metabold_roman'; 
	font-size: 20px; 
	font-weight: normal; 
	margin-top: 10px; 
	line-height: 1.3em; 
	color: white;
}

#wrapper_sidebarbox  .shadowbox .shadowbox_body{
	padding: 5px 15px 30px 15px; 
	word-wrap: break-word;
}

#wrapper_sidebarbox  .location_box{
}

#wrapper_sidebarbox  .location_box .map_window{
	height: 150px; 
	width: 100%;
}


#wrapper_sidebarbox  .location_box .map_window .marker {
	/* width: 5px;
	height: 5px; */
	/* border: 1px solid black;*/
	/* border-radius: 10px;*/
	/* color: darkred; */
	/*opacity: 0.9;*/
}

#wrapper_sidebarbox  .location_box .map_window .label {
	text-decoration: none;
	color: white;
	font-size: 11pt;
	font-weight: bold;
	text-shadow: black 0.1em 0.1em 0.2em;
}

#wrapper_sidebarbox  .location_box .map_window .popover-content {
	min-width: 180px;
}

#wrapper_sidebarbox  .location_box .map_window #map{
	width: 100%;
	
	height: 150px;
}

#wrapper_sidebarbox  .location_infos{
	padding: 20px 15px 30px 15px; 
	word-wrap: break-word;
} 

#wrapper_sidebarbox  .veranstalter_box .veranstalter_box_title{
	width: 100%; 
	background-color: rgba(129, 63, 127, 1); 
	padding: 3px 15px 3px 15px;
}

#wrapper_sidebarbox  .veranstalter_box .veranstalter_box_title h3{
	font-family: 'metabold_roman'; 
	font-size: 20px; 
	font-weight: normal; 
	margin-top: 10px; 
	line-height: 1.3em; 
	color: white;
}

#wrapper_sidebarbox  .veranstalter_box .veranstalter_box_body{
	padding: 5px 15px 30px 15px; 
	word-wrap: break-word;
}

#wrapper_sidebarbox  .veranstalter_box .veranstalter_box_body p{
	text-align: center; 
	font-size: 6.0em; 
}

#wrapper_sidebarbox  .veranstalter_box{
	background-color: rgba(129, 63, 127, 1); 
	width: 100%; 
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .3); 
	color: white; 
	text-align: center;
}

#wrapper_sidebarbox h2{
	font-size: 16px;
}

.mabstandlinks10
{
	margin-left: 10px;
}

.pabstandoben20
{
	padding-top: 20px;
}

.pabstandunten10
{
	padding-bottom: 10px;
}

.nodeco
{
	text-decoration: none ! important;
}

.show_xs_only{
		display: none;
	}
	
.show_not_xs{
	display: block;
}

/*
.heading_gold, .medium_heading_gold a, .medium_heading_red a, .medium_heading_blue a, .medium_heading_green a, a.gold, a.red, a.blue, a.green{
	color: #823f7f ! important;
}*/
 
@media (max-width: 768px) {
	
	.shadowbox{
		margin-bottom: 0 ! important;
	}
	
	.show_xs_only{
		display: block;
	}
	
	.show_not_xs{
		display: none;
	}
	
	.veranstaltungsseite  .right_column{
		margin-top: 0;
		padding: 0 ! important;
	}

	.xs-nospacing{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.vk_item figure{
		max-width: 100px;
		float: left;
		margin-right: 15px;
	}
	
	.vk_item figure img{
		width: 100%;
	}
	
	.vk_item button, .vk_item .button{
		width: 20%;
	}
	
	#wrapper_sidebarbox  .location_box .map_window{
	height: 250px; 
	width: 100%;
	}
	
	
	#wrapper_sidebarbox  .location_box .map_window #map{
		width: 100%;
		height: 250px;
	}
	
	#osm
	{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#wrapper_mainbox .event_body .content_aktualisiert{
		padding-top: 20px ! important;
		padding-bottom: 50px ! important;
	}
	
	#wrapper_mainbox section table tr td.wt0{
		padding: 5px 5px 5px 10px;
		border: none;
	}
	
}


.gteaser > div
{
	background-color: white;
}

.gteaser > div > div
{
	padding-left: 15px;
	padding-bottom: 30px;
	padding-top: 10px;
}
