/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

html {
  	/*scroll-behavior: smooth;*/
	max-width: 100vw;
	overflow-x: hidden;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	color: #000;
	max-width: 100vw;
	overflow-x: hidden;
}

h1, .h1, h2, .h2, h3, .h3 {
	font-family: sans-serif;
	color: #333;
	font-weight: 300;
	text-transform: uppercase;
}

h2 {
	color: #E2DD35;
	text-align: center;
}



a {
	color: #E2DD35; /* mashup-blau */
}

a:hover {
	color: #9e9b31; /* mashup-blau bright */
	text-decoration: none;
}

p {

}

#logo-top a {
	padding: 5px;
	background: #000000CF;
}

.navheader {
    height: 60px;
}

/*
 * Views
 */

.listitem_nextevent {
	font-family: 'Poppins';
	font-size: 1.5em;
	font-style: normal;
text-transform: uppercase;
  color: #E1282D;
  width: 33%;
	float:left;
  border-top: 1px solid #E6C30A;
padding:20px;
	text-align: center;
	display: block;
    height: 222px;

}

.eventvenue {
    font-weight: bold;
    line-height: 0.8em;
    padding-bottom: 0.2em;
}

.statusitem_datehinweis {
    font-size: 0.6em;
    line-height: 0.6em;
}

.ticketsale_announcement {
    font-size: 0.6em;
    line-height: 1em;
		margin-top: 10px;
}

.eventtitle, .statusitem_nextevent {
    font-size: 0.7em;
}

.eventgeography {
	font-size: 0.7em;
}

.listitem_pastevents {
  color: black;
  width: 100%;
  border-top: 1px solid #000000;
  margin: 0px 0px 3px 0px;
  line-height: normal;
  display: flex;
  padding: 15px 0;
}

.dateitem_nextevent, .dateitem_pastevents {
  width: 100% !important;
	font-weight: bold;
}

.nameitem_nextevent, .nameitem_pastevents {
  width: 100% !important;
}

.nameitem_nextevent > div, .nameitem_pastevents > div {

	vertical-align: top;
}

.nameitem_nextevent > div.inside-first, .nameitem_pastevents > div.inside-first {
	min-width: 100px;
}

.nameitem_nextevent > div.inside-second, .nameitem_pastevents > div.inside-second {
	min-width: 100px;
}

.statusitem_nextevent, .statusitem_pastevents {
  font-weight: bold;
  margin-left: auto;
}

.statusitem_nextevent {
  color: #E1282D;
}

.statusitem_pastevents {
  color: black;
}

.blog-list.blog-style-4 .blog-list-content {
    border-radius: 0px !important;
}

.statusitem_nextevent span, .statusitem_nextevent a {
	padding-left: 10px;
}


/* Buttons */

a.ticket-link svg {
	width: auto;
	height: 1rem;
	padding-left: 1px;
	margin-top: -5px;
}

a.ticket-link svg path {
	fill: #E2DD35;
	color: #E2DD35;
}

a.ticket-link:hover svg path {
	fill: #9e9b31;
	color: #9e9b31;
}

.ticket-link {
	padding: 0 10px;
}



#shiftnav-toggle-main-button:hover, #shiftnav-toggle-main-button:active, #shiftnav-toggle-main-button:focus {
	background: #e1282d;
	color:white;
}


/* Formular Content */

.elementor-slick-slider .slick-next {
    right: 35px !important;
		z-index: 9999 !important;

}
.elementor-slick-slider .slick-prev {
    left: -12px !important;
		z-index: 9999 !important;
}

.slick-prev, .slick-next {

		position: absolute;
		top: 90%;

}

/*
 * Media-Queries
 * */

.onlymobile { display: block; }
.onlydesktop { display: none; }

/* Small devices (landscape phones, 576px and up) */
@media screen and (min-width: 576px) {



}

/* Medium devices (tablets, 768px and up) */
@media screen and (max-width: 1226px) {
	.onlymobile { display: none; }
	.onlydesktop { display: block; }
	.listitem_nextevent {
	    width: 50%;


	}

}

@media screen and (max-width: 768px) and (orientation: portrait) {
	.onlymobile { display: none; }
	.onlydesktop { display: block; }
	.listitem_nextevent {
	font-size: 1.4em;
	width: 100%;
	float: none;
	text-align: center;
	height: auto;
	}

	.slick-prev, .slick-next {

	    position: absolute;
	    top: 96%;

}



}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {


}
