@charset "UTF-8";

html {
	-webkit-text-size-adjust: 100%;
}

body{
	-webkit-font-smoothing: antialiased;
		color: var(--text-color);
	line-height: 1.2;
	font-weight: 400;	
	font-family: var(--ntf-font-family);
	font-optical-sizing: auto;
	font-style: normal;
}

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

#eventdescription a {
		text-decoration: underline;
}

#eventdescription {
	color: var(--ntf-color-cfcfcf);
	line-height: 1.55;
	max-width: 70ch;
}

#eventdescription.collapsed {
	display: -webkit-box;
	-webkit-line-clamp: var(--event-description-collapsed-lines, 4);
	-webkit-box-orient: vertical;
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6, h7{
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: var(--text-color);
		font-weight: 400;
}
h1 {
	font-size: 45px;
	line-height: 1.071;
	font-weight: 700;
}
h2 {
	font-size: 35px;
	line-height: 1.071;
	font-weight: 700;
}
h3 {
	font-size: 26px;
	line-height: 1.105;
	font-weight: 700;
}

h4 {
	font-size: 18px;
	line-height: 1.2;
}

h5 {
	font-size: 16px;
	line-height: 1.2;
}

h6 {
	font-size: 14px;
	line-height: 1.2;
}

h7{
	display: block;
	font-size: 12px;
	line-height: 1.2;
}

h8{
	font-size: 10px;
	line-height: 1.2;
}

@media screen and (max-width: 736px) {
	
	h1{
		font-size:28px;
	}
	
	h2{
		font-size:24px;
	}
	
	h3{
		font-size:18px;
	}
	
	h4{
		font-size:16px;
	}

	h5{
		font-size:14px;
	}
	
}

strong, b {
	font-weight: 700;
}

em, i, cite, dfn {
	font-style: italic;
}

p {
	font-size: 1em;
	margin-top: 1em;
}

p:first-child {
	margin-top: 0;
}

p.small, span.small {
	font-size: 12px !important;
	font-weight: 300;
	margin-bottom: 0.5em;
}

.bold{
	font-weight: 700 !important;
}

li {
	font-size: 0.875em;
}

li li {
	font-size: 0.875em;
}

ul, ol {
	margin: 0px;
	padding: 0px;
}

nav ul, nav ol {
	list-style: none;
	margin: 0;
}

.subheadline {
	margin-top: 0;
	display: block;
	color: var(--ntf-color-999999);
}

.colorw{
		color: var(--text-color) !important;
}

.colorsubtitle{
		color: var(--ntf-color-999999) !important;
}

.crop{
	text-decoration: line-through;
}

.error{
	color: var(--ntf-color-fb1a3f);
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 700;
}

.success {
	color: var(--ntf-color-28a745);
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 700;
}




.color-link{
	color: var(--ntf-color-fb1a3f) !important;
}

.lefttext{
	text-align:left;
}

.fontsize1em{
	font-size: 16px !important;
}

.slider h2 .subheadline{
	font-size: 35px;
}

@media screen and (max-width: 736px) {
		
	.slider h2 .subheadline{
		font-size: 22px;
	}

}

form a{
	font-size: 14px;
	color: var(--ntf-color-fb1a3f);
}
