@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

@font-face {
    font-family: 'fira_sans';
    src: url('webfonts/firasans-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'fira_sans';
    src: url('webfonts/firasans-italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'fira_sans';
    src: url('webfonts/firasans-semibold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'fira_sans';
    src: url('webfonts/firasans-semibolditalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
	font-display: swap;
}

body {
    background-color: #f1f1f1;
    margin: 0px;
    padding: 0px;
    min-width: 450px;
}

body, a, input, textarea, select, option {
    font-family: fira_sans;
    font-size: 19px;
    color: #231f20;
	line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
    font-family: fira_sans;
    color: #1e87bf;
    font-weight: normal;
	text-transform: uppercase;
    padding: 0px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: fira_sans;
    color: #1e87bf;
    text-decoration: none;
}

h1 {
    margin: 30px 0px 30px 0px;
}

h1, h1 a {
    font-size: 36px;
}

h2 {
    margin: 26px 0px 26px 0px;
}

h2, h2 a {
    font-size: 29px;
}

h3 {
    margin: 22px 0px 22px 0px;
}

h3, h3 a {
    font-size: 24px;
}

h4 {
    margin: 18px 0px 18px 0px;
}

h4, h4 a {
    font-size: 20px;
}

h5, h6 {
    margin: 16px 0px 16px 0px;
}

h5, h5 a, h6, h6 a {
    font-size: 16px;
}

p  {
    padding: 0px;
    margin: 15px 0px 15px 0px;
}

ul, ol  {
    padding: 0px 0px 0px 25px;
    margin: 15px 0px 15px 0px;
}

li {
    padding: 0px;
    margin: 3px 0px 3px 0px;
}

blockquote {
    position: relative;
    box-sizing: border-box;
    padding: 15px 30px 15px 50px;
    margin: 15px 0px 15px 0px;
    border: 1px solid #bbb;
    background-color: #f9f9f9;
    border-radius: 10px;
}

blockquote:before {
    content: "”";
    font-family: Georgia,serif;
    font-size: 50px;
    line-height: normal;
    font-weight: bold;
    color: #999;
    position: absolute;
    left: 15px;
    top: 5px;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child, ul:first-child, ol:first-child, li:first-child, blockquote:first-child {
    margin-top: 0px;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, li:last-child, blockquote:last-child {
    margin-bottom: 0px;
}

h1, h2, h3, h4, h5, h6, div, p, li  {
    -webkit-hyphens: auto;
    hyphens: auto;
}

.fontarial {
    font-family: Arial, Helvetica, sans-serif;
}

.fontcomic {
    font-family: Comic Sans MS, cursive;
}

.fontcourier {
    font-family: Courier New, Courier, monospace;
}

.fontgeorgia {
    font-family: Georgia, serif;
}

.fontlucida {
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

.fonttahoma {
    font-family: Tahoma, Geneva, sans-serif;
}

.fonttimes {
    font-family: Times New Roman, Times, serif;
}

.fonttrebuchet {
    font-family: Trebuchet MS, Helvetica, sans-serif;
}

.fontverdana {
    font-family: Verdana, Geneva, sans-serif;
}

.sizexsmall {
	font-size: 55%;
}

.sizesmaller {
	font-size: 70%;
}

.sizesmall {
	font-size: 85%;
}

.sizelarge {
	font-size: 115%;
}

.sizelarger {
	font-size: 130%;
}

.sizexlarge {
	font-size: 145%;
}

.alignleft {
    text-align: left;
}

.aligncenter {
    text-align: center;
}

.alignright {
    text-align: right;
}

.alignjustify {
    text-align: justify;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.capalized {
    text-transform: capalized;
}

.indent1 {
    margin-left: 30px;
}

.indent2 {
    margin-left: 60px;
}

.indent3 {
    margin-left: 90px;
}

.indent4 {
    margin-left: 120px;
}

.indent5  {
    margin-left: 150px;
}

.indent6 {
    margin-left: 180px;
}

.indent7  {
    margin-left: 210px;
}

.indent8  {
    margin-left: 240px;
}

.indent9  {
    margin-left: 270px;
}

.indent10  {
    margin-left: 300px;
}

.textzweispaltig_middle,
.textdreispaltig_middle,
.textvierspaltig_middle,
.textzweispaltig_large,
.textdreispaltig_large,
.textvierspaltig_large {
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
}

@media screen and (min-width: 701px) {
    .textzweispaltig_middle,
    .textdreispaltig_middle,
    .textvierspaltig_middle {
        -webkit-column-gap: 45px;
        -moz-column-gap: 45px;
        column-gap: 45px;
    }
    
    .textzweispaltig_middle {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-width: 50%;
        -moz-column-width: 50%;
        column-width: 50%;
    }
    
    .textdreispaltig_middle {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-width: 33.333%;
        -moz-column-width: 33.333%;
        column-width: 33.333%;
    }
    
    .textvierspaltig_middle {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-width: 25%;
        -moz-column-width: 25%;
        column-width: 25%;
    }
}

@media screen and (min-width: 901px) {
    .textzweispaltig_large,
    .textdreispaltig_large,
    .textvierspaltig_large {
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
    }
    
    .textzweispaltig_large {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-width: 50%;
        -moz-column-width: 50%;
        column-width: 50%;
    }
    
    .textdreispaltig_large {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-width: 33.333%;
        -moz-column-width: 33.333%;
        column-width: 33.333%;
    }
    
    .textvierspaltig_large {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-width: 25%;
        -moz-column-width: 25%;
        column-width: 25%;
    }
}

.wrapper {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    max-width: 900px;
    margin: 0px auto;
    overflow: hidden;
}

.frontpage .wb_columnselement,
.wrapper > .wb_frameelement {
    background-color: #fff;
    padding: 30px 0px;
}

@media screen and (min-width: 701px) {
	.frontpage .wb_columnselement,
	.wrapper > .wb_frameelement {
		padding: 40px 0px;
	}
}

@media screen and (min-width: 901px) {
	.frontpage .wb_columnselement,
	.wrapper > .wb_frameelement {
		padding: 50px 0px;
	}
}

.fixedbg {
    position: fixed;
	top: 0px;
    background-image: url('../media/image/header.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	min-height: 100vh;
    max-width: 900px;
    margin: 0px auto;
	/*
	Fake fixed/parallax
	transform: translateZ(0);
	*/
	z-index: -1;
}

.header {
    position: relative;
	min-height: 100vh;
    padding: 200px 20px 200px 20px;
    text-align: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}

.header a {
	text-decoration: none;
	position: relative;
	z-index: 1;
}

.header h1, .header h1 a {
    font-size: 44px;
    -webkit-hyphens: none;
    hyphens: none;
    color: #fff;
	text-shadow: #231f20 0 0 3px, #231f20 0 0 13px;
	/*
    color: #231f20;
	text-shadow: #fff 0 0 13px, #fff 0 0 13px;
	*/
}

.header p {
    font-size: 35px;
    -webkit-hyphens: none;
    hyphens: none;
    color: #fff;
	text-shadow: #231f20 0 0 2px, #231f20 0 0 10px;
	/*
    color: #231f20;
	text-shadow: #fff 0 0 10px, #fff 0 0 10px;
	*/
}
/*
.header {
    padding: 200px 20px 200px 20px;
    background-image: url('../media/image/header.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
	box-sizing: border-box;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@supports (-webkit-overflow-scrolling: touch) {
	.header {
		background-attachment: scroll;
	}
}

.header a {
	text-decoration: none;
}

.header h1, .header h1 a {
    font-size: 44px;
    -webkit-hyphens: none;
    hyphens: none;
    color: #fff;
	text-shadow: #231f20 0 0 3px, #231f20 0 0 13px;
}

.header p {
    font-size: 35px;
    -webkit-hyphens: none;
    hyphens: none;
    color: #fff;
	text-shadow: #231f20 0 0 2px, #231f20 0 0 10px;
}
*/

footer {
    background-color: #231f20;
}

footer, footer * {
    color: #fff;
    font-size: 14px;
}

footer p {
    font-size: 21px;
	font-weight: bold;
	text-align: center;
}

footer ul {
	list-style: none;
	padding: 0px;
	display: flex;
	max-width: 550px;
	margin: 0px auto;
	justify-content: space-around;
}

footer ul li {
	padding: 0px 5px;
	margin: 0px;
}

footer ul li a {
	text-decoration: none;
	font-size: 14px;
}

.subline {
	margin-top: 40px;
	font-size: 21px;
}

.greenbgs {
    background-color: #e0e330;
}

h2 span {
	display: inline-block;
}

h2 span:after {
	content: '';
	display: block;
	height: 3px;
	width: calc(100% + 30px);
	margin-left: -30px;
	background-image: linear-gradient(to right, #1e87bf 0px, #1e87bf 30px, #e0e330 30px, #e0e330 100%);
}

@media screen and (min-width: 701px) {
	h2 span:after {
		width: calc(100% + 40px);
		margin-left: -40px;
		background-image: linear-gradient(to right, #1e87bf 0px, #1e87bf 40px, #e0e330 40px, #e0e330 100%);
	}
}

@media screen and (min-width: 901px) {
	h2 span:after {
		width: calc(100% + 50px);
		margin-left: -50px;
		background-image: linear-gradient(to right, #1e87bf 0px, #1e87bf 50px, #e0e330 50px, #e0e330 100%);
	}
}

.programmliste > p {
	position: relative;
    padding-left: 105px;
	margin: 20px 0px 20px 0px;
}

.programmliste > p span {
	position: absolute;
	font-weight: bold;
    color: #1e87bf;
	margin-left: -105px;
}

.programmliste > p strong {
	display: inline-block;
	white-space: nowrap;
}

form {
	display: block;
	max-width: 550px;
	margin: 0px auto;
}

.intext .inhead {
	display: block;
	margin-bottom: 3px;
}

.intext input[type="text"],
.intext input[type="email"],
.intext input[type="password"],
.intext input[type="file"],
.intext textarea {
    width: 100%;
    padding: 3px 5px;
    box-sizing: border-box;
    border: 1px solid #aaa;
	border-radius: 5px;
}

.intext {
    margin-top: 10px;
}

.intext:first-child {
    margin-top: 0px;
}

.intext textarea {
    height: 130px;
    min-height: 130px;
    resize: vertical;
}

.button {
    width: 100%;
    padding: 3px 5px;
    font-weight: bold;
    border: 1px solid #1e87bf;
	border-radius: 5px;
    background-color: #1e87bf;
    color: #fff;
    margin-top: 20px;
}

p.logo {
    margin-top: 40px;
}

p.logo img {
	width: 300px;
	height: auto;
}

.sponsor {
	display: flex;
	align-items: center;
}

.sponsor img {
    width: 200px;
	height: auto;
    margin-right: 20px;
}

.sponsor1 img {
    margin-bottom: 4px;
}

.sponsor2 img {
    margin-bottom: 13px;
}