/*
Theme Name: Das Ticket Magazin
Author: URBAN PROPAGANDA Communications GmbH
Author URI: https://urban-propaganda.de/
Description: Custom responsive mobile first theme.
Version: 1.1.3
Tags: php8, wp6
Text Domain: das-ticket-magazin
*/

@charset "UTF-8";

:root {
  --bg-color: #ffffff;
  --text-color: #000000;
  --link-color: #000000;
  --link-hover-color: #000000;
  --line-color: #000000;
  --primary-color: #ffcc00;
  --secondary-color: #0000ff;
  --dtm-border-radius: 24px;
}
.lightonly {
	display: block;
}
.darkonly {
	display: none;
}


/*
@media (prefers-color-scheme: dark) {
	:root {
		--bg-color: #efefef;
		--text-color: #000000;
		--link-color: #000000;
		--link-hover-color: #000000;
		--line-color: #000000;
		--primary-color: #ffcc00;
		--secondary-color: #0000ff;
  	}
	.lightonly {
		display: none;
	}
	.darkonly {
		display: block;
	}
}
*/


/* Fonts */
@font-face {
	font-family: 'Hind Light';
	font-style: normal;
	font-weight: 300;
	src: local('Hind Regular'), url('fonts/hind/Hind-Light.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'Hind Regular';
	font-style: normal;
	font-weight: 400;
	src: local('Hind Regular'), url('fonts/hind/Hind-Regular.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'Hind Bold';
	font-style: normal;
	font-weight: 700;
	src: local('Hind Bold'), url('fonts/hind/Hind-SemiBold.woff') format('woff');
	font-display: swap;
}
/* /Fonts */


html, body {
    height: 100%;
	background-color: #efefef;
}

textarea {
	resize: vertical;
}

body, button, input, select, textarea {
	font-family: 'Hind Regular', sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: var(--text-color);
}

b, strong, .textbold {
	font-family: 'Hind Bold', sans-serif;
	font-weight: 700;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	color: var(--link-color);
	text-decoration: none;
}
a:hover {
	color: var(--link-color);
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: bold;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
	color: #000;
}

h1, .h1 {
	font-size: 40px;
	line-height: 48px;
}
h2, .h2 {
	font-family: 'Hind Regular', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 38px;
	text-transform: uppercase;
}
h3, .h3 {
	font-size: 20px;
	line-height: 28px;
}
h4, .h4 {
	font-size: 18px;
	line-height: 26px;
}
h5, .h5 {
	font-size: 16px;
	line-height: 24px;
}
h5, .h5 {
	font-size: 16px;
	line-height: 24px;
}

.c-content-outer {
	width: 100%;
	max-width: 1880px;
	margin: 0 auto;
	min-width: 320px;
}
.c-content-center {
	max-width: 1320px;
	margin: 0 auto;
}
.c-content-inner {
	padding: 0 40px;
}
.c-content-medium {
	max-width: 1040px;
	margin: 0 auto;
}
.c-content-narrow {
	max-width: 880px;
	margin: 0 auto;
}
.c-content-section a {
	text-decoration: underline;
}

.c-spacer-half {
	height: 16px;
}
.c-spacer {
	height: 32px;
}
.c-spacer-double {
	height: 64px;
}
.c-spacer-section {
	height: 100px;
}
.c-spacer-header {
	height: 56px;
}
.c-spacer-ticker {
	height: 32px;
}

.textcenter {
	text-align: center;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textbold {
	font-weight: bold;
}
.textsmall {
	font-size: 12px;
	line-height: 20px;
}
.textlarge {
	font-size: 32px;
	line-height: 40px;
}
.textupper {
	text-transform: uppercase;
}
.textnounderline {
	text-decoration: none !important;
}


/* Button */
.page-numbers,
.dtm-button {
	border: 1px solid #000;
	border-radius: 20px;
	background-color: transparent;
	color: #000;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	padding: 0 20px;
	font-size: 14px;
	font-family: 'Hind Bold', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none !important;
	transition: all 0.3s;
	cursor: pointer;
}
.page-numbers:hover,
.dtm-button:hover {
	text-decoration: none;
	background-color: #000;
	color: #fff;
}
.page-numbers.current,
.dtm-button.dtm-button-dark {
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
}
.page-numbers.current:hover,
.dtm-button.dtm-button-dark:hover {
	border: 1px solid #000;
	background-color: transparent;
	color: #000;
}
.dtm-button.dtm-button-white-outline {
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
}
.dtm-button.dtm-button-white-outline:hover {
	border: 1px solid #fff;
	background-color: #fff;
	color: #000;
}
/* /Button */


/* Field */
.dtm-field {
	border: 1px solid #000;
	border-radius: 20px;
	background-color: transparent;
	color: #000;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	padding: 0 20px;
	font-size: 14px;
	font-family: 'Hind Bold', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s;
	outline: none;
}
.dtm-field:focus {
	background-color: #fff;
	text-align: left;
	border: 1px solid #fff;
	outline: none;
}
/* /Field */


#headermenu {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: pink;
	transform: translateY(-100%);
	transition: transform 0.3s;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 7;
}
body.menu-active #headermenu {
	transform: translateY(0);
}
#headermenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	display: block;
}
#headermenu ul li {
	display: block;
	text-align: center;
}
#headermenu ul li a {
	color: #000;
	text-decoration: none;
	font-size: 40px;
	line-height: 48px;
	display: inline-block;
}
#headermenu ul li a:hover {
	text-decoration: underline;
}
.headermenu-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px; 
}
.headermenu-grid h2 {
	font-size: 20px !important;
}

/* Search */
#headersearch {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	transform: translateY(-100%);
	transition: transform 0.3s;
	z-index: 8;
}
body.search-active #headersearch {
	transform: translateY(0);
}
#searchbar {
	background-color: var(--primary-color);
	border-radius: 0 0 var(--dtm-border-radius) var(--dtm-border-radius);
	padding-bottom: 18px;
}
.searchform {
	width: 100%;
	max-width: 640px;
	position: relative;
	height: 40px;
	margin: 0 auto;
}
.searchform #s,
.searchform #s2 {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 115px);
	background-color: #fff;
	color: #000;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	padding: 0 20px !important;
	border: 1px solid #fff;
	border-radius: 20px;
	outline: none;
}
.searchform #s:active,
.searchform #s2:active,
.searchform #s:focus,
.searchform #s2:focus {
	border: 1px solid #fff;
	outline: none;
}
.searchform #searchsubmit,
.searchform #searchsubmit2 {
	position: absolute;
	top: 0;
	right: 0;
}
/* /Search */


/* Header */
#header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9;
}
#headerbar {
	background-color: var(--primary-color);
	padding: 11px 0;
	border-radius: 0 0 var(--dtm-border-radius) var(--dtm-border-radius);
}
.headerbar-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
	grid-column-gap: 30px;
	grid-row-gap: 0px;
}
.headerbar-cell.headerbar-cell-logo a {
	display: inline-block;
	margin-top: 3px;
}
.headerbar-cell.headerbar-cell-logo svg {
	display: inline-block;
	width: 178px;
	height: 28px;
}
.headerbar-cell.headerbar-cell-tools {
	position: relative;
}
.headerbar-cell.headerbar-cell-tools .headerbar-search {
	position: absolute;
	top: 0;
	right: 60px;
	width: 34px;
	height: 34px;
}
.headerbar-cell.headerbar-cell-tools .headerbar-search-icon {
	display: inline-block;
	width: 30px;
	height: 34px;
	cursor: pointer;
	padding-top: 2px;
}
.headerbar-cell.headerbar-cell-tools .headerbar-search-icon svg {
	display: inline-block;
	width: 30px;
	height: 30px;
}
.headerbar-cell.headerbar-cell-tools .headerbar-menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 34px;
}
.headerbar-cell.headerbar-cell-tools .headerbar-menu-icon {
	display: inline-block;
	position: relative;
	width: 32px;
	height: 34px;
	cursor: pointer;
}
.headerbar-cell.headerbar-cell-tools .headerbar-menu-icon span {
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #000;
	transition: all 0.3s;
}
.headerbar-cell.headerbar-cell-tools .headerbar-menu-icon span.b1 {
	top: 7px;
	bottom: auto;
	transform: rotate(0);
}
.headerbar-cell.headerbar-cell-tools .headerbar-menu-icon span.b2 {
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	opacity: 1;
}
.headerbar-cell.headerbar-cell-tools .headerbar-menu-icon span.b3 {
	top: auto;
	bottom: 7px;
	transform: rotate(0);
}
body.menu-active .headerbar-cell.headerbar-cell-tools .headerbar-menu-icon span.b1 {
	top: 16px;
	transform: rotate(45deg);
}
body.menu-active .headerbar-cell.headerbar-cell-tools .headerbar-menu-icon span.b2 {
	opacity: 0;
	right: 50%;
	left: 50%;
}
body.menu-active .headerbar-cell.headerbar-cell-tools .headerbar-menu-icon span.b3 {
	bottom: 16px;
	transform: rotate(-45deg);
}
/* /Header */


/* Main */
#main {
	min-height: calc(100vh - 400px);
}
/* /Main */


/* Hero */
#hero-section {
	background-color: #000;
	border-radius: var(--dtm-border-radius);
	overflow: hidden;
}

.cover-slider {
	overflow: hidden;
	border-radius: 0 0 var(--dtm-border-radius) var(--dtm-border-radius);
}
.cover-item-grid {
	display: grid;
	grid-template-columns: 3fr 2fr;
	grid-template-rows: auto;
	grid-column-gap: 0;
	grid-row-gap: 0;
}
.cover-item-img {
	background-color: #888;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
}
.cover-item-content {
	min-height: 66vh;
	border-radius: var(--dtm-border-radius) 0 0 var(--dtm-border-radius);
	padding: 0 110px;
	margin-left: -20px;
	display: grid;
	align-items: center
}
.cover-slider .slick-dots {
	position: absolute;
	left: calc(60% + 90px);
	bottom: 20px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.cover-slider .slick-dots li {
	width: 22px;
	height: 12px;
	display: inline-block;
}
.cover-slider .slick-dots li button {
	width: 12px;
	height: 12px;
	background-color: transparent;
	color: transparent;
	opacity: 1;
	border-radius: 50%;
	border: 2px solid #000;
	cursor: pointer;
}
.cover-slider .slick-dots li.slick-active button {
	background-color: #000;
}
.cover-slider .slick-arrow {
	position: absolute;
	top: 33%;
	transform: translateY(-50%);
	background-color: #fff;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	color: transparent;
	overflow: hidden;
	z-index: 2;
	border: none;
	cursor: pointer;
}
.cover-slider .slick-arrow::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	top: 22px;
}
.cover-slider .slick-prev {
	right: auto;
	left: -20px;
}
.cover-slider .slick-prev::after {
	transform: rotate(225deg);
	right: auto;
	left: 27px;
}
.cover-slider .slick-next {
	right: -20px;
	left: auto;
}
.cover-slider .slick-next::after {
	transform: rotate(45deg);
	right: 27px;
	left: auto;
}


#headline-slider-wrapper {
	padding: 32px 0;
}
.headline-slider {
	margin: 0 -32px;
}
.headline-item {
	background-color: #fff;
	border-radius: var(--dtm-border-radius);
	color: #000;
	margin: 0 32px;
	overflow: hidden;
}
.headline-item a {
	display: block;
}
.headline-item-content {
	padding: 10px 20px 70px 20px;
	position: relative;
}
.headline-item-grid {
	display: grid;
	grid-template-columns: 4fr 6fr;
	grid-template-rows: 1fr;
	grid-column-gap: 0;
	grid-row-gap: 0; 
}
.headline-item-img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #888;
}
.headline-item-more {
	position: absolute;
	bottom: 10px;
	left: 20px;
}
.headline-slider .slick-arrow {
	position: absolute;
	display: inline-block;
	top: 50%;
	width: 96px;
	height: 96px;
	background-color: transparent;
	border-radius: 50%;
	border: 2px solid #fff;
	cursor: pointer;
	transform: translateY(-50%);
	text-indent: -9999em;
	text-transform: uppercase;
	opacity: 0.6;
	transition: opacity 0.3s;
}
.headline-slider .slick-arrow:hover {
	opacity: 1;
}
.headline-slider .slick-prev.slick-arrow {
	left: -128px;
}
.headline-slider .slick-prev.slick-arrow::after {
	content: '';
	width: 24px;
	height: 24px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(45deg);
	display: inline-block;
	top: 34px;
	left: 40px;
	position: absolute;
}
.headline-slider .slick-next.slick-arrow {
	right: -128px;
}
.headline-slider .slick-next.slick-arrow::after {
	content: '';
	width: 24px;
	height: 24px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	display: inline-block;
	top: 34px;
	right: 40px;
	position: absolute;
}
@media all and (max-width: 1600px) {
	#headline-slider-wrapper {
		padding: 32px 65px;
	}
	.headline-slider .slick-arrow {
		width: 48px;
		height: 48px;
	}
	.headline-slider .slick-prev.slick-arrow {
		left: -55px;
	}
	.headline-slider .slick-prev.slick-arrow::after {
		width: 12px;
		height: 12px;
		top: 15px;
		left: 17px;
	}
	.headline-slider .slick-next.slick-arrow {
		right: -55px;
	}
	.headline-slider .slick-next.slick-arrow::after {
		width: 12px;
		height: 12px;
		top: 15px;
		right: 17px;
	}
	.headline-item {
		margin: 0 10px;
	}
}
@media all and (max-width: 767px) {
	.headline-slider .slick-prev.slick-arrow {
		left: -46px;
	}
	.headline-slider .slick-next.slick-arrow {
		right: -46px;
	}
}
/* /Hero */


/* Home Categories */
.category-listing {
	background-color: #fff;
	border-radius: var(--dtm-border-radius) var(--dtm-border-radius) 0 0;
	text-align: center;
}
.category-listing a.dtm-button {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.category-listing-items {
	margin-bottom: -20px;
}
/* /Home Categories */


.home-newsletter-section {
	background-color: var(--primary-color);
	border-radius: var(--dtm-border-radius);
	overflow: hidden;
}
.dtm-newsletter-grid {
	display: grid;
	grid-template-columns: 6fr 3fr 3fr;
	grid-template-rows: auto;
	grid-column-gap: 0;
	grid-row-gap: 0;
	width: 60%;
	margin: 0 auto;
}
.dtm-newsletter-grid input::active,
.dtm-newsletter-grid input::active {
	border: none;
}
.home-newsletter-section .svg-icon.svg-icon-heart {
	display: inline-block;
	width: 40px;
	height: 36px;
}
.home-newsletter-section .svg-icon.svg-icon-heart svg {
	display: inline-block;
	width: 40px;
	height: 36px;
}
.newsletter-cell-submit {
	padding-right: 20px;
	padding-left: 20px;
}
.newsletter-cell-info {
	text-align: left;
}

.home-stories-listing {
	background-color: #fff;
}
.home-stories-listing.stories-listing-1 {
	border-radius: 0 0 var(--dtm-border-radius) var(--dtm-border-radius);
}
.home-stories-listing.stories-listing-2 {
	border-radius: var(--dtm-border-radius) var(--dtm-border-radius) 0 0;
}

.home-bock-listing {
	border-radius: var(--dtm-border-radius);
	background-color: var(--primary-color);
}

.home-ride-listing {
	border-radius: var(--dtm-border-radius) var(--dtm-border-radius) 0 0;
	background-color: var(--primary-color);
}


/* Weiter */
.home-weiter-listing {
	border-radius: var(--dtm-border-radius) var(--dtm-border-radius) 0 0;
	background-color: #000;
	color: #fff;
}
.home-weiter-listing .stories-item {
	margin: 0 32px;
	box-sizing: border-box;
	border: none !important;
}
.home-weiter-listing .weiter-slider .stories-item .stories-item-content {
	min-height: 180px;
}
.home-weiter-listing .weiter-stacked .stories-item {
	margin: 0;
	width: 100%;
	margin-bottom: 20px;
}
.weiter-slider {
	margin-bottom: 60px;
}
.weiter-slider .slick-dots {
	position: absolute;
	right: 0;
	bottom: -60px;
	left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
	text-align: center;
}
.weiter-slider .slick-dots li {
	width: 22px;
	height: 12px;
	display: inline-block;
}
.weiter-slider .slick-dots li button {
	width: 12px;
	height: 12px;
	background-color: transparent;
	color: transparent;
	opacity: 1;
	border-radius: 50%;
	border: 2px solid #fff;
	cursor: pointer;
}
.weiter-slider .slick-dots li.slick-active button {
	background-color: #fff;
}
.weiter-slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	color: transparent;
	overflow: hidden;
	z-index: 2;
	border: 2px solid #fff;
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 0.3s;
}
.weiter-slider .slick-arrow:hover {
	opacity: 1;
}
.weiter-slider .slick-arrow::after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	top: 34px;
}
.weiter-slider .slick-prev {
	right: auto;
	left: -128px;
}
.weiter-slider .slick-prev::after {
	transform: rotate(225deg);
	right: auto;
	left: 40px;
}
.weiter-slider .slick-next {
	right: -128px;
	left: auto;
}
.weiter-slider .slick-next::after {
	transform: rotate(45deg);
	right: 40px;
	left: auto;
}
@media all and (max-width: 1600px) {
	.home-weiter-listing .stories-item {
		margin: 0 10px;
	}
	.weiter-slider {
		margin-left: 32px;
		margin-right: 32px;
	}
	.weiter-slider .slick-arrow {
		width: 48px;
		height: 48px;
	}
	.weiter-slider .slick-arrow::after {
		content: '';
		position: absolute;
		width: 12px;
		height: 12px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		top: 17px;
	}
	.weiter-slider .slick-prev {
		right: auto;
		left: -56px;
	}
	.weiter-slider .slick-prev::after {
		transform: rotate(225deg);
		top: 15px;
		right: auto;
		left: 17px;
	}
	.weiter-slider .slick-next {
		right: -56px;
		left: auto;
	}
	.weiter-slider .slick-next::after {
		transform: rotate(45deg);
		top: 15px;
		right: 17px;
		left: auto;
	}
	
	.weiter-slider .slick-dots li {
		width: 12px;
		height: 8px;
	}
	.weiter-slider .slick-dots li button {
		width: 8px;
		height: 8px;
	}
}
/* /Weiter */


/* Vault */
.home-vault-section {
	background-color: #fae69f;
	border-radius: var(--dtm-border-radius) var(--dtm-border-radius) 0 0;
	color: #000;
}
.dtm-vault-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	grid-column-gap: 64px;
	grid-row-gap: 0;
}
.vault-item {
	position: relative;
	padding-bottom: 60px;
}
.vault-item-more {
	position: absolute;
	bottom: 0;
	left: 0;
}
/* /Vault */


/* Footer */
#footerbar {
	background-color: var(--primary-color);
	border-radius: var(--dtm-border-radius) var(--dtm-border-radius) 0 0;
}
#footerbar .footerbar-grid {
	display: grid;
	grid-template-columns: 4fr 4fr 4fr;
	grid-template-rows: auto;
	grid-column-gap: 64px;
	grid-row-gap: 0; 
}
#footerbar .footerbar-cell-logo a {
	display: inline-block;
	margin-bottom: 5px;
}
#footerbar .footerbar-cell-logo svg {
	display: inline-block;
	width: 178px;
	height: 28px;
}
#footerbar .footerbar-cell-ssb a {
	display: inline-block;
}
#footerbar .footerbar-cell-ssb svg {
	display: inline-block;
	width: 72px;
	height: 60px;
}

#footermenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	display: block;
}
#footermenu ul li a {
	color: #000;
	text-decoration: none;
	line-height: 44px;
	font-size: 22px;
	display: inline-block;
}
#footermenu ul li a:hover {
	text-decoration: underline;
}

#footersearch #searchsubmit2 {
	border: none;
	overflow: hidden;
	background-color: transparent;
	background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32.8 32.8" style="enable-background:new 0 0 32.8 32.8;" xml:space="preserve"><path d="M31.6,32.8L18.8,20c-1,0.9-2.1,1.6-3.5,2c-1.3,0.5-2.6,0.7-4,0.7c-3.2,0-5.9-1.1-8.1-3.3 C1.1,17.2,0,14.5,0,11.4c0-3.2,1.1-5.9,3.3-8.1S8.2,0,11.3,0c3.2,0,5.9,1.1,8.1,3.3c2.2,2.2,3.3,4.9,3.3,8c0,1.4-0.2,2.7-0.7,4 c-0.5,1.3-1.2,2.5-2.1,3.5l12.8,12.8L31.6,32.8L31.6,32.8z M11.4,21.2c2.8,0,5.1-0.9,7-2.8s2.8-4.2,2.8-7s-0.9-5.1-2.8-7 c-1.9-1.9-4.2-2.8-7-2.8c-2.8,0-5.1,0.9-7,2.8c-1.9,1.9-2.9,4.2-2.9,7s1,5.1,2.9,7C6.3,20.2,8.6,21.2,11.4,21.2z"/></svg>');
	background-size: 30px 30px;
	border-radius: 0;
	background-repeat: no-repeat;
	background-position: center center;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-indent: -9999em;
	text-transform: uppercase;
	right: 10px;
}
#footersearch #s2 {
	width: 100%;
	border: 1px solid #000;
	background-color: transparent;
	text-align: center;
}
#footersearch #s2:active,
#footersearch #s2:focus {
	border: 1px solid #fff;
	background-color: #fff;
	padding: 0 60px 0 20px !important;
	text-align: left;
}

#footersocial ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	display: block;
	text-align: center;
}
#footersocial ul::after {
	content: "";
	display: block;
	float: left;
	clear: both;
	width: 100%;
}
#footersocial ul li {
	width: 88px;
	height: 88px;
	display: inline-block;
}
#footersocial ul li a {
	display: inline-block;
	height: 48px;
}
#footersocial ul li a svg {
	width: 48px;
	height: 48px;
	display: inline-block;
}
/* /Footer */


/* Stories */
.dtm-stories-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	grid-column-gap: 64px;
	grid-row-gap: 52px;
}
.stories-item {
	position: relative;
	background-color: #fff;
	padding-bottom: 80px;
	overflow: hidden;
	border-radius: var(--dtm-border-radius);
}
.stories-item.background-,
/* .stories-item.background-light-gray, */
.stories-item.background-white {
	border: 1px solid #ccc;
}
.stories-item {
	display: inline-block;
}
.stories-item-img {
	padding-bottom: 75%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.stories-item-video {
	position: relative;
	padding-bottom: 75%;
	background-color: #888;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	z-index: 1;
}
.stories-item-video video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
}
.stories-item-img-placeholder {
	padding-bottom: 75%;
	background-color: transparent;
	background-image: url('/wp-content/themes/das-ticket-magazin/images/imagenotavailable.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.stories-item-content {
	padding: 16px 16px 0 16px;
}
.stories-item-details {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0;
	grid-row-gap: 0;
}
.stories-item-excerpt {
	font-size: 14px;
	line-height: 22px;
}
.stories-item-more {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0 16px 16px 16px;
}
/* /Stories */


/* Page */
.page-content {
	background-color: #fff;
	border-radius: 0 0 var(--dtm-border-radius) var(--dtm-border-radius);
	min-height: calc(100vh - 400px);
}
/* /Page */


/* Single */
.single-hero {
	margin-top: 30px;
	background-color: #888;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	/* height: 75vh; */
	border-radius: 0 0 var(--dtm-border-radius) var(--dtm-border-radius);
	overflow: hidden;
}
.single-grid {
	display: grid;
	grid-template-columns: 180px calc(100% - 360px) 180px;
	grid-template-rows: 1fr;
	grid-column-gap: 0;
	grid-row-gap: 0;
}
/* /Single */


.background-white {
	background-color: #fff;
	color: #000;
}
.background-light-yellow {
	background-color: #fae69f;
	color: #000;
}
.background-light-blue {
	background-color: #bcdbf4;
	color: #000;
}
.background-light-gray {
	background-color: #f0f0f0;
	color: #000;
}


/* Urban Gallery */
.urban-gallery-image {
	background-color: #fae69f;
	color: #000;
	border-radius: 0 0 var(--dtm-border-radius) var(--dtm-border-radius);
	overflow: hidden;
}
.urban-gallery-description {
	padding: 20px 0;
}
.urban-gallery-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
	grid-column-gap: 30px;
	grid-row-gap: 30px; 
}
.urban-gallery-item a {
	display: block;
}
.urban-gallery-slider {
	background-color: transparent;
	margin-bottom: 40px;
}
.urban-gallery-slider .slick-dots {
	position: absolute;
	right: 0;
	bottom: -50px;
	left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
	text-align: center;
}
.urban-gallery-slider .slick-dots li {
	width: 12px;
	height: 8px;
	display: inline-block;
}
.urban-gallery-slider .slick-dots li button {
	width: 8px;
	height: 8px;
	background-color: transparent;
	color: transparent;
	opacity: 1;
	border-radius: 50%;
	border: 2px solid #000;
	cursor: pointer;
}
.urban-gallery-slider .slick-dots li.slick-active button {
	background-color: #000;
}
.urban-gallery-slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	color: transparent;
	overflow: hidden;
	z-index: 2;
	border: none;
	cursor: pointer;
}
.urban-gallery-slider .slick-arrow::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	top: 22px;
}
.urban-gallery-slider .slick-prev {
	right: auto;
	left: 10px;
}
.urban-gallery-slider .slick-prev::after {
	transform: rotate(225deg);
	right: auto;
	left: 27px;
}
.urban-gallery-slider .slick-next {
	right: 10px;
	left: auto;
}
.urban-gallery-slider .slick-next::after {
	transform: rotate(45deg);
	right: 27px;
	left: auto;
}
.urban-gallery-thumb {
	cursor: pointer;
}
/* /Urban Gallery */


.textquote {
	font-size: 24px;
	line-height: 32px;
	max-width: 75%;
}
.textintro {
	font-size: 20px;
	line-height: 28px;
}
.details-wrapper {
	background-color: #fae69f;
	color: #000;
	border-radius: var(--dtm-border-radius);
	padding: 30px;
}
.details-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	grid-column-gap: 30px;
	grid-row-gap: 30px; 
}
.details-attrib {
	font-family: 'Hind Bold', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.single-category-listing a {
	margin-right: 20px;
	margin-bottom: 20px;
}


/* navigation */
.navigation.pagination {
	padding-top: 40px;
	box-sizing: border-box;
}
.navigation.pagination .screen-reader-text {
	display: none;
}
.navigation.pagination .nav-links {
	display: block;
	width: 100%;
	text-align: center;
}
.navigation.pagination .page-numbers {
	margin: 0 5px 5px 5px;
	display: inline-block;
}
/* /navigation */


/* News Ticker */
#tickerwrapper {
	width: 100%;
	height: 32px;
	overflow: hidden;
	z-index: 999;
	background-color: var(--ticker-background-color);
}
#ticker {
	width: 400vw;
	height: 32px;
	box-sizing: content-box;
	background-color: var(--ticker-bg-color);
	white-space: nowrap;
}
#ticker .tickerbar {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	white-space: nowrap;
	text-transform: uppercase;
	box-sizing: content-box;
	text-decoration: none;
	color: var(--ticker-color);
 	-webkit-animation-iteration-count: infinite; 
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: var(--animtime);
	animation-duration: var(--animtime);
}
#ticker .tickerbar span {
	vertical-align: middle;
}
.ticker-icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	border: none;
	margin: 0 4px 0 2px;
	fill: var(--ticker-color);
	vertical-align: middle;
}
.ticker-placeholder {
	height: 32px;
}
@-webkit-keyframes ticker {
	0% {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	  visibility: visible;
	}
	100% {
	  -webkit-transform: translate3d(-100%, 0, 0);
	  transform: translate3d(-100%, 0, 0);
	}
}
@keyframes ticker {
	0% {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	  visibility: visible;
	}
	100% {
	  -webkit-transform: translate3d(-100%, 0, 0);
	  transform: translate3d(-100%, 0, 0);
	}
}
/* /News Ticker */


/* Custom Animation */
.customAnim.animFadeIn {
	opacity: 0;
	transition: opacity 0.5s;
}
.customAnim.animFadeIn.come-in {
	opacity: 1;
}
.customAnim.animSlideUp {
	opacity: 0;
	transform: translateY(200px);
	transition: all 0.6s;
}
.customAnim.animSlideUp.come-in {
	opacity: 1;
	transform: translateY(0);
}
/* /Custom Animation */


/* YouTube */
.urban-youtube {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	display: block;
}
.urban-youtube iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	border: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
/* /YouTube */


.mobile-only {
	display: none;
}
.desktop-only {
	display: block;
}

.section-title {
	font-family: 'Hind Regular', sans-serif !important;
	font-size: 42px !important;
	line-height: 50px !important;
	font-weight: 400 !important;
}

.imgresponsive {
	width: 100%;
	height: auto;
	display: block;
}

.w100 {
	width: 100%;
}
.pr10 {
	padding-right: 10px;
}
.pr20 {
	padding-right: 20px;
}
.px20 {
	padding-right: 32px;
	padding-left: 32px;
}


/* Cookie Message Pagespeed Changes */
#wt-cli-settings-btn {
	background-color: transparent !important;
	color: #000 !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: 1px solid #000 !important;
	border-left: none !important;
	text-transform: uppercase;
	font-size: 16px !important;
}
#wt-cli-accept-btn {
	background-color: #f7f7f7 !important;
	color: #000 !important;
	border: none !important;
	text-transform: uppercase;
	font-size: 16px !important;
}
#wt-cli-accept-all-btn {
	background-color: #006400 !important;
	border: none !important;
	text-transform: uppercase;
	font-size: 16px !important;
}
#wt-cli-cookie-banner label,
#wt-cli-cookie-banner .wt-cli-template.cli-style-v3 {
	color: #000 !important;
}
/* /Cookie Message Pagespeed Changes */


/* Responsive */
@media all and (max-width: 1600px) {
	.cover-item-content {
		padding: 0 50px;
	}
	.cover-slider .slick-dots {
		left: calc(60% + 40px);
	}
}
@media all and (max-width: 1340px) {
	.single-grid {
		grid-template-columns: 100%;
		grid-template-rows: auto;
		grid-column-gap: 0;
		grid-row-gap: 0;
	}
}
@media all and (max-width: 1024px) {
	.dtm-stories-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.dtm-newsletter-grid {
		width: 100%;
	}

	#footerbar .footerbar-grid {
		grid-template-columns: 100%;
		grid-template-rows: auto;
		grid-column-gap: 0;
		grid-row-gap: 0; 
	}
	.cover-item-content {
		padding: 0 20px;
	}
	.cover-slider .slick-dots {
		left: calc(60% + 10px);
	}

	.headermenu-grid {
		grid-template-columns: 100%;
	}
	
	.details-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media all and (max-width: 768px) {
	.mobile-only {
		display: block;
	}
	.desktop-only {
		display: none !important;
	}
	.c-content-inner {
		padding: 0 20px;
	}

	#hero-section {
		background-color: transparent;
		padding: 0 10px 80px 10px;
		border-radius: 0 !important;
	}
	#hero-section .slick-list {
		border-radius: 0 !important;
	}
	#hero-section .cover-slider {
		overflow: visible;
	}
	#hero-section .cover-slider .cover-item-grid {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
	}
	#hero-section .cover-slider .cover-item-grid .cover-item-img {
		padding-bottom: 56%;
		min-height: 360px;
		border-radius: var(--dtm-border-radius) var(--dtm-border-radius) 0 0;
	}
	#hero-section .cover-slider .cover-item-grid .cover-item-content {
		min-height: auto;
		padding: 20px;
		margin-left: 0;
		border-radius: 0 0 var(--dtm-border-radius) var(--dtm-border-radius);
	}
	#hero-section .cover-slider .cover-item-grid .cover-item-content-inner {
		position: relative;
		padding-bottom: 60px;
		min-height: 220px;
	}
	#hero-section .cover-slider .cover-item-grid .cover-item-title.h1 {
		font-size: 20px !important;
		line-height: 28px !important;
	}
	#hero-section .cover-slider .cover-item-grid .cover-item-content-inner .cover-item-more {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	#hero-section .cover-item .cover-item-content.background-,
	#hero-section .cover-item .cover-item-content.background-light-gray,
	#hero-section .cover-item .cover-item-content.background-light-white {
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}
	#hero-section .cover-slider .slick-dots {
		position: absolute;
		right: 0;
		bottom: -60px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	#hero-section .cover-slider .slick-dots li {
		width: 12px;
		height: 8px;
	}
	#hero-section .cover-slider .slick-dots li button {
		width: 8px;
		height: 8px;
	}

	.home-vault-section .dtm-vault-grid {
		grid-template-columns: 100%;
		grid-column-gap: 0;
		grid-row-gap: 0;
	}
	.home-vault-section .dtm-vault-grid div.vault-item {
		border-top: 2px solid #000;
		padding-bottom: 80px;
		padding-top: 20px;
	}
	.home-vault-section .dtm-vault-grid div.vault-item:nth-of-type(1) {
		border-top: none;
	}
	.home-vault-section .dtm-vault-grid div.vault-item .vault-item-more {
		margin-bottom: 20px;
	}

	.dtm-stories-grid {
		grid-template-columns: 100%;
		grid-column-gap: 0;
		grid-row-gap: 20px;
	}

	.dtm-newsletter-grid {
		grid-template-columns: 100%;
		grid-column-gap: 0;
		grid-row-gap: 20px;
	}
	.newsletter-cell-submit {
		padding-right: 0;
		padding-left: 0;
	}
	.newsletter-cell-info {
		text-align: center;
	}

	.details-grid {
		grid-template-columns: 100%;
		grid-column-gap: 0;
		grid-row-gap: 30px;
	}

	.textquote {
		max-width: 100%;
	}

}
/* /Responsive */
