body {
	min-height: 100vh;
	background-size: cover;
	background-attachment: fixed;
	font-size: 16px;
	line-height: 23px;
	color: #fff;
}

a {
	color: #fff;
	text-decoration: underline;
}

a.tm-programm-info-link,
.tm-textblock a,
.tm-programm-vorschau a
{
	text-decoration: underline;
	font-style: italic;
}

a.tm-programm-info-link,
.tm-textblock a:hover,
.tm-programm-vorschau a:hover,
{
	text-decoration: underline;
	font-style: italic;
	color: grey;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Hind Guntur', sans-serif;
	color: #fff;
}

h1, .uk-h1 {
	font-size: 35px;
	line-height: 40px;
	font-weight: 600;
}
@media (min-width: 960px) {
	h1, .uk-h1 {
		font-size: 50px;
		line-height: 55px;
	}
}

h2, .uk-h2 {
	font-size: 22px;
	line-height: 24px;
	font-weight: 600;
}

@media (min-width: 960px) {
	h2, .uk-h2 {
		font-size: 24px;
		line-height: 26px;
	}
}

h3, .uk-h3 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
}

@media (min-width: 960px) {
	h3, .uk-h3 {
		font-size: 20px;
		line-height: 22px;
	}
}

.tm-list-line-bold {
	border-top: 3px solid #fff;	
}

.tm-list-line-bold li {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 3px solid #fff;
}

@media(min-width: 960px) {
	.tm-list-line-bold li {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}


.tm-link-action {
	font-family: 'Hind Guntur', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .05em;
	transition: all .5s ease;
	text-shadow: 0 1px 5px rgba(0,0,0,0.2);
	text-decoration: none;
}

.tm-link-action:hover,
.tm-link-action:focus,
.tm-link-action:active {
	color: #fff!important;
	text-decoration: none;
}


/* Layout */

.tm-header {
	margin-top: 20px;
	margin-bottom: 40px;
	position: relative;
}

.tm-header-info {
	font-style: italic;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
}

@media(min-width: 768px) {
	.tm-header {
		margin-top: 40px;
		margin-bottom: 0;
	}
	.tm-header-info {
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -10px;
		text-align: right;
	}
}

@media(max-width: 767px) {
	.tm-logo { margin-bottom: 20px;	}
	.tm-logo img { width: 170px; }
}

.tm-nav-main {
	margin-top: 60px;
	margin-bottom: 60px;
}

.tm-nav-main ul {
	list-style-type: none;
}

.tm-nav-main li {
	margin: 0 20px;
	display: inline-block;
}

.tm-nav-main li a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	width: 116px;
	height: 116px;
	line-height: 116px;
	border: 3px solid transparent;
	border-radius: 50%;
	font-family: 'Hind Guntur', sans-serif;
	font-weight: 700;
	font-size: 16px;
	transition: all .5s ease;
}

.tm-nav-main li a:hover,
.tm-nav-main li a:focus,
.tm-nav-main li a:active {
	color: #fff;
	border-color: rgba(255,255,255,1);
	text-decoration: none;
	outline: none;
}

.tm-panel-box-dark {
	background: rgba(0,0,0,0.4) !important;
}

.tm-panel-box-opt-small {
	margin-left: -20px;
	margin-right: -20px;
	padding: 20px;
}

@media(min-width: 480px) {
	.tm-panel-box-opt-small {
		margin-left: 0;
		margin-right: 0;
		padding: 30px;
	}	
}

@media(min-width: 768px) {
	.tm-panel-box-space {
		padding: 60px;
	}	
}

.tm-center-middle {
	margin: 0 auto;
	max-width: 660px;
}

.uk-nav-side {
	padding-left: 0;
	list-style-type: none;
}

.uk-nav-side li + li {
	border-top: 3px solid #ff0049;
}

.uk-nav-side > li > * {
	display: inline-block;
	line-height: 60px;
	font-size: 24px;
	font-family: 'Hind Guntur', sans-serif;
	font-weight: 700;
}

.uk-nav-side > li > a {
	text-decoration: none;
	color: #fff;
}

.uk-nav-side > li > a:hover,
.uk-nav-side > li > a:focus,
.uk-nav-side > li > a:active {
	text-decoration: none;
	background: none;
}

.tm-footer {
	margin-top: 60px;
	padding-bottom: 60px;
}

.tm-footer .uk-subnav {
	display: inline-block;
}

.tm-footer .uk-subnav > * {
	padding-left: 60px;
	float: none;
	display: inline-block;
}

.tm-footer .uk-subnav > * > a {
	font-family: 'Hind Guntur', sans-serif;
	font-weight: 700;
}

.tm-footer .uk-subnav > * > :hover,
.tm-footer .uk-subnav > * > :focus {
	color: #fff;
}

@media(max-width: 767px) {
	.tm-footer {
		margin-top: 30px;
		padding-bottom: 30px;
	}
	.tm-footer,
	.tm-footer .uk-text-right {
		text-align: center !important;
	}
	.tm-footer .uk-subnav > *:first-child {
		padding-left: 0;
	}
}

.uk-button + .uk-button {
	margin-left: 10px;
}

a.tm-color {
	transition: color .5s ease;
}

a.tm-color:hover,
a.tm-color:focus,
a.tm-color:active {
	color: #fff !important;
	text-decoration: inherit;
}

/* ----- Farbschemata ----- */

/* Farbe - rot */
body.tm-color-red {
	background-color: #8c0c28;
	background-image: url(../images/bg-red.jpg);
}

.tm-color-red .uk-button,
.tm-color-red .tm-nav-main li.tm-nav-main-active a,
.tm-color-red .uk-nav-offcanvas > li > a {
	color: #ff0049;
	border-color: rgba(255,0,73,.75);
}

.tm-textblock a:hover,
.tm-color-red .tm-footer .uk-subnav > * > :hover,
.tm-color-red .tm-footer .uk-subnav > * > :focus,
.tm-color-red .tm-link-action {
/*	color: #ff0049;*/
}

.tm-color-red .tm-list-line-bold {
	border-color: #ff0049;
}
.tm-color-red .tm-list-line-bold li {
	border-color: #ff0049;
}
.tm-color-red .uk-panel-box {
	background-color: #c60634;
	background-color: rgba(196,6,52,0.75);
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
}

/* Farbe - blau */

body.tm-color-blue {
	background-color: #12809a;
	background-image: url(../images/bg-blue.jpg);
}

.tm-color-blue .uk-button,
.tm-color-blue .tm-nav-main li.tm-nav-main-active a,
.tm-color-blue .uk-nav-offcanvas > li > a {
	color: #00cfff;
	border-color: rgba(0,207,255,.75);
}

.tm-textblock a:hover,
.tm-programm-info a:hover,
.tm-color-blue  a.tm-color,
.tm-color-blue .tm-footer .uk-subnav > * > :hover,
.tm-color-blue .tm-footer .uk-subnav > * > :focus,
.tm-color-blue .tm-link-action {
	color: #fff;
}


.tm-color-blue .tm-list-line-bold {
	border-color: #00cfff;
}
.tm-color-blue .tm-list-line-bold li {
	border-color: #00cfff;
}
.tm-color-blue .uk-panel-box {
	background-color: #c60634;
	background-color: rgba(196,6,52,0.75);
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
}


/* Farbe - gelb */
body.tm-color-yellow {
	background-color: #b09200;
    background: url(../images/bg-yellow.jpg) #b09200 no-repeat;
}

.tm-color-yellow .uk-button,
.tm-color-yellow .tm-nav-main li.tm-nav-main-active a,
.tm-color-yellow .uk-nav-offcanvas > li > a {
	color: #ffe000;
	border-color: rgba(255,224,0,.75);
}

.tm-color-yellow .uk-nav-side li + li {
	border-color: #ffe000;
}

.tm-textblock a:hover,
.tm-color-yellow .uk-nav-side > li > a:hover,
.tm-color-yellow .uk-nav-side > li > a:focus,
.tm-color-yellow .uk-nav-side > li > a:active {
	color: #ffe000;
}

.tm-color-yellow .uk-nav-side > li > strong {
	color: #ffe000;
}

.tm-color-yellow .tm-footer .uk-subnav > * > :hover,
.tm-color-yellow .tm-footer .uk-subnav > * > :focus,
.tm-color-yellow .tm-link-action {
	color: #ffe000;
}

.tm-color-yellow .tm-list-line-bold {
	border-color: #ffe000;
}
.tm-color-yellow .tm-list-line-bold li {
	border-color: #ffe000;
}
.tm-color-yellow .uk-panel-box {
	color: #000;
	background-color: #ffe000;
	background-color: rgba(255,224,0,.75);
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
}

.tm-color-yellow .uk-panel-box h1,
.tm-color-yellow .uk-panel-box h2,
.tm-color-yellow .uk-panel-box h3 {
	color: #000;
}


/* Page: Home */

.tm-page-home .tm-home-programm h2 {
	margin-bottom: 25px;
}

.tm-programm-vorschau.tm-panel-box-dark {
	position: relative;
}

.tm-programm-vorschau-text {
	padding: 30px 30px 30px 30px;
}

@media(min-width: 768px) {
	.tm-programm-vorschau.tm-panel-box-dark:before {
		display: block;
		background: rgba(0,0,0,0.4) !important;
		content: "";
		position: absolute;
		left: -3000px;
		right: 100%;
		top: 0;
		bottom: 0;
	}
	.tm-programm-vorschau-text {
		padding-left: 0;
	}
}

@media(max-width: 767px) {
	.tm-programm-vorschau.tm-panel-box-dark {
		margin-left: -30px;
		margin-right: -30px;
	}
}


.tm-page-home .tm-programm-auswahl-datum {
	/* margin-top: 5px!important; */
}

.tm-programm-auswahl-titel {
	/*width: 100%; /* nur mit Flexbox - Testen! */
	padding-right: 20px;
	display: block;
	position: relative;
}

.tm-programm-auswahl-titel:hover,
.tm-programm-auswahl-titel:focus,
.tm-programm-auswahl-titel:active {
	color: #ff0049;
	text-decoration: none;
	transition: color .5s ease;
}

.tm-programm-auswahl-titel {
	text-decoration: none;
}

.tm-programm-auswahl-titel:before {
	display: block;
	width: 20px;
	text-align: center;
	content: "\f105";
	position: absolute;
	line-height: 26px;
	top: 50%;
	right: 0;
	margin-top: -17px;
	font-family: FontAwesome;
	vertical-align: top;
	font-size: 30px;
	font-weight: normal;
}

.tm-page-home .tm-programm-auswahl h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}


@media(max-width: 959px) {
	.tm-programm-vorschau-text .uk-button {
		margin-left: 0;
		margin-top: 10px;
		display: block;
	}
}


/* Page: Programm */

.tm-programm-tabelle {
	border-bottom: 3px solid #00cfff;
}

.tm-programm-tabelle > tbody > tr > * {
	border-top: 3px solid #00cfff;
	vertical-align: top;
}

.tm-programm-tabelle > tbody > tr > th {
	width: 10%;
	padding-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tm-programm-tabelle > tbody > tr > td {
	width: 90%;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}

.tm-programm-tabelle-content {
	margin: 0;
}

.tm-programm-tabelle-content td {
	padding: 5px 8px;
}

@media(min-width: 768px) {
	.tm-programm-tabelle-content td {
		padding: 5px 15px;
	}
	.tm-programm-tabelle > tbody > tr > th {
		padding-left: 5px;
	}
}

.tm-programm-tabelle-content tr + tr td {
	border-top: 1px solid rgba(0,207,255,0.5);
}

.tm-programm-tag { 
	font-weight: 400;
	font-size: 8px;
	line-height: 12px;
}

.tm-programm-datum { font-size: 16px; }

.tm-programm-infos > div > div {
	box-sizing: border-box;
	width: 100%;
	font-size: 12px;
	line-height: 18px;
}

.tm-programm-uhrzeit { 
	width: 5%;
	font-size: 12px;
}

@media(min-width: 480px) {
	.tm-programm-tag { 
		font-size: 12px;
		line-height: 18px;
	}
	.tm-programm-uhrzeit { font-size: inherit; }
	.tm-programm-infos > div > div {
		font-size: inherit;
		line-height: inherit;
	}
}


@media(min-width: 768px) {
	.tm-programm-titel { width: 65% !important; }
	.tm-programm-typ { width: 15% !important; }
	.tm-programm-link { width: 20% !important; text-align: right; }
}

@media(max-width: 767px) {
	.tm-programm-titel a:not(.tm-color) {
		word-break: break-all;	
	}
	
}

.tm-programm-titel a:not(.tm-color) {
	font-style: italic;
	text-decoration: underline;
}

.tm-programm-titel a:not(.tm-color):hover,
.tm-programm-titel a:not(.tm-color):focus,
.tm-programm-titel a:not(.tm-color):active {
	color: #00cfff;
}

.tm-programm-titel a.tm-color,
.tm-programm-titel strong {
	font-weight: 700;
}

.tm-programm-link a,
.tm-link-action a {
	text-decoration: none;
}

.tm-programm-detail {
	padding: 15px 0;
	border-top: 3px solid #00cfff;
}

.tm-programm-bilder > a {
	display: inline-block;
	position: relative;
}

.tm-programm-bilder > a:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	text-indent: 5px;
	font-family: FontAwesome;
	vertical-align: middle;
	color: rgba(255,255,255,0);
	content: "\f002";
	background: rgba(0,207,255,0);
	transition: all .5s ease;
}

.tm-programm-bilder > a:hover:before {
	color: rgba(255,255,255,1);
	background: rgba(0,207,255,0.75);
}

.tm-programm-bilder > * {
	margin-bottom: 10px;
}

.tm-programm-zeiten {
	width: auto;
}

.tm-programm-zeiten td {
	padding-left: 0;
	padding-right: 30px;
}

.tm-programm-zeiten td:last-child {
	padding-right: 0;
}

@media(min-width: 768px) {
	.tm-programm-bilder {
		width: 15%;
		
	}
	.tm-programm-info {
		width: 65%;
		
	}
	.tm-programm-to-top {
		width: 20%;
		
	}
}

@media(max-width: 767px) {
	.tm-programm-bilder {
		margin-top: 30px;
	}
	.tm-programm-bilder > * {
		margin-right: 10px;
		float: left;
	}
}


/* OpenAirAmpel */
.circle {
	width:12px;
	height:12px;
	border-radius:50%;
	text-align:center;
	float:left;
	margin-right: 10px;
	margin-top: 5px;
}

.green {
	background:green;
}

.orange {
	background:orange;
}

.red {
	background:red;
}

.editButton {
    width: 32px;
    height: 32px;
    max-width: 32px;
}

.uk-close {
    background: grey;
    color: black;
}

.underlineLink a
{
	text-decoration: underline;
	font-style: italic;
}

.underlineLink a:hover {
    color: #fff;
    font-style: italic;
}

a:hover {
    color: #fff;
    text-decoration: italic;
}

.rechteSpalteText {
    margin-top: 2em;
    border: 1px solid #fff;
    border-color: #ff0049;
    padding: 0.5em;
}

.rechteSpalteText hr {
    border: 1px solid #fff;
    border-color: #ff0049;
}