
/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, header, footer, hgroup, menu, nav, section, summary {
	display: block;
}

a, a:link, a:hover, a:active, a:visited, div, object {
	border: none;
	outline: none;
}

/* Design */

body {
	font-family: 'Lato', sans-serif;
	font-size: 100%;
	line-height: 1.7;
	letter-spacing: 0.5px;
	padding-bottom: 1em;
	width: auto;
	background-color: #000033;
	color: #ddd;
	overflow: hidden;
	overflow-y: scroll;
}

::selection {
	background: darkred;
	/* Safari */
	color: white;
}

::-moz-selection {
 background: darkred;

    /* Firefox */
    color: white;
}

/* Javascript information */

p.jsinfo {
	display: none;
}

.no-js p.jsinfo {
	font-size: smaller;
	color: #666;
	display: block;
	padding: 10px;
}

.no-js p.jsinfo a:visited {
	color: black;
}

.no-js header {
	display: inline-block !important;
	width: 150px!important;
	float: left!important;
}

/* Layout */

main {
	width: 100%;
}

.no-js main {
	display: inline-block;
}

#navbox-1 {
	height: 25px;
}

#headbox {
	max-width: 706px;
	height: 131px;
}

#aufmacherbox {
	max-width: 1200px;
	height: auto;
	margin-bottom: 3em;
}

#informationbox {
	margin-top: 15px;
	clear: right;
	max-width: 565px;
}

#fussbox {
	position: fixed;
	bottom: 0;
	right: 20px;
	height: 1.4em;
	text-align: left;
}

#informationbox, #fussbox {
	padding-left: 25px;
}

.gallery {
	width: auto;
}

/* Typo */
/* Allgemein */

strong, b {
	font-weight: bold;
}

h1, h2, h3 {
	color: #FFFFFF;
	letter-spacing: 2px;
}

h1 {
	padding: .5em 0;
}

h1 span {
	font-size: 80%;
}

h2, h3 {
	font-weight: normal;
}

h3 {
	text-transform: uppercase;
}

h3 span {
	font-size: smaller;
	text-transform: none;
}

/*h2 {
    clear: left;
    color: #FFF;
    font-size: 3em;
    margin: 25px 35px 0;
}*/


em {
	font-style: italic;
}

strong, b {
	font-style: bold;
	letter-spacing: 1px;
}

#informationbox h1 {
	font-size: 120%;
	font-weight: bold;
}

#informationbox h2 {
	font-size: 90%;
	padding: 1em 0;
	text-transform: uppercase;
}

#informationbox h3 {
	font-size: 85%;
	padding: 1em 0;
}

#informationbox p {
	width: 98%;
	font-size: 90%;
	margin-bottom: .5em;
}

#informationbox ul {
	list-style: square;
	background-color: #551E32;
//rgb(120,50,70);
	padding: 8px;
}

#informationbox ul.columns {
	column-count: 1;
}

#informationbox ul li {
	font-size: 90%;
	list-style-position: outside;
	margin-left: 1em;
}

#informationbox p a, #informationbox p a:link {
	color: white;
	text-decoration: none;
}

#informationbox p a:visited {
	color: gray;
}

#informationbox p a:focus {
	color: white;
	text-decoration: underline;
}

#informationbox p a:hover {
	color: white;
	text-decoration: underline;
}

#informationbox p a:active {
	color: darkred;
}

/* Layoutblöcke */

#headbox img, #aufmacherbox img, .image-responsive {
	max-width: 100%;
	height: auto;
}

.videobox {display:flex; flex-direction:row; width:100%; flex-wrap:wrap; }
.videobox article {width:auto!important;}
.videobox article p {text-align:center;}
.flexcard {display:flex; flex-direction:column; align-items:center; padding:.5em;margin-right:1em; background-color:#035; }

.sponsors {
    display: inline-block;
    padding: 100px 0;
}

.sponsors img {
    padding-right: 10px;
    clear: both;
}

small {
    font-size: 12px;
}

/* @group Navigation */

.mnubtn {
	cursor: pointer;
	position: relative;
	top: 0;
	left: 0;
	padding: 0.5em;
	/*background-color:transparent;
	background-color: rgba(0,0,0,0);*/
	z-index: 10000;
}

.mnubtn img {
	width: 32px;
	height: 32px;
}

.mnubtn span {
	position: absolute;
	top: 15px;
	left: 46px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.no-js .mnubtn {
	display: none;
}

.no-js nav {
	display: inline-block;
	float: left;
}

nav {
	color: #FFF;
	z-index: 1000;
}

nav ul {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 250px;
}

nav ul li {
	list-style: none;
	position: relative;
	padding: 0;
}

nav li ul {
	margin: 1em 0;
	padding: 0;
	position: relative;
	left: 1em;
	display: none;
}

.no-js nav li:hover ul {
	display: block;
}

nav li ul li {
	float: none;
	display: block;
	margin-top: -0.1em;
	margin-bottom: 0.2em;
}

nav ul a, nav ul span {
	display: block;
	/* width: 6.4em;  Breite den in li enthaltenen Elementen zuweisen*/
	padding: 0.2em 1em;
	text-decoration: none;
	color: #000;
}

nav ul a:hover {
	background-color: rgba(255,255,255,0.2);
	color: #000;
}

nav ul a:active, nav ul a:visited {
	text-decoration: none;
	color: #000;
}

nav.dkl ul a, nav.dkl ul a:link, nav.dkl ul a:hover, nav.dkl ul a:active, nav.dkl ul a:visited {
	color:#fff;
}


li a#aktuell {
	/* aktuelle Rubrik kennzeichnen */
	color: tomato;
}

nav ul li ul span {
	/* aktuelle Unterseite kennzeichnen */
	color: tomato;
}

/* Slideout JS menu */

.slideout-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 220px;
	min-height: 100vh;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 0;
	display: none;
	background-color: #B1CCE1;
}

#fussbox p {
	font-size: 62.5%;
	color: gray;
}

#fussbox a, a:hover, a:visited, a:active {
	color: gray;
	text-decoration: none;
}

div.videos a {
	display: inline-block;
	padding: 0 1em 1em 0;
}

.slideout-menu-left {
	left: 0;
}

.slideout-menu-right {
	right: 0;
}

.slideout-panel {
	position: relative;
	z-index: 1;
	will-change: transform;
	background-color: #000;
	/* A background-color is required */
	min-height: 100vh;
}

.slideout-open, .slideout-open body, .slideout-open .slideout-panel {
	overflow: hidden;
}

.slideout-open .slideout-menu {
	display: block;
}

/* Scrolltotop Button */

.btn.scrollToTop {
	display: none;
	border: 1px solid #ccc;
	position: fixed;
	bottom: 50px;
	right: 25px;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.75)
}

/* Indexliste Repertoire */

div.indexlist-wrap {
	padding-top: 2em;
	max-width: 500px;
	min-height: 40vh;
}

div.indexlist {
	position: relative;
	left: -8px;
	height: 140px;
	width: 140px;
	padding: 0px;
	margin: 0 0 2em 0;
	text-align: center;
	float: left;
	font-size: 68.75%;
}

div.indexlist a, div.indexlist a:link {
	font-weight: normal;
	letter-spacing: 1px;
	color: #FFFFFF;
	font-size: 100%;
	text-decoration: none;
}

div.indexlist a:hover, div.indexlist a:active {
	font-weight: bold;
	color: tomato;
	text-decoration: none;
}

div.indexlist img {
	border: 2px dotted #FFFFFF;
	margin: 5px 5px 0px 5px;
}

div.indexlist img:hover {
	border-color: tomato;
}

/* Cycle Slideshow */

#slideshow img {
	display: none;
}

#slideshow img.first {
	display: block;
}

/* Helfer */

.visuallyhidden {
	text-indent: -100000px;
}

#headbox h1 {
	display: none;
}

.clearfix {
	overflow: hidden;/*clearfix-Methode*/
}

* html .clearfix {
	height: 1%;/* Hack zur IE-Anpassung*/
}

.clear {
	clear: both;
}

.image-left {
	float: left;
	margin-right: 0.75em;
}

.image-right {
	float: right;
	margin-right: 0.75em;
}

/* Tourdatentabelle CACMS
	odd: #7B5060; even: #551E32
 */

.even {
	background-color: #551E32;
	padding: 8px;
}

.odd {
	background-color: #7B5060;
	padding: 8px;
}

div.tour table * {
	padding: 2px;
}

.tour table p {
	font-size: 90%;
}

div.tour table tbody td {
 min-width:120px;
}

div.tour table tbody tr {
	border: 1px solid #FFF;
}

/* Accordion */

div.downloads {
	max-width: 300px;
}
.accordion p {
	max-width:90%;
	padding:0 1em;
}

.accordion p.erstezeile {
	padding-top:1em!important;
}	


/* Modifizierte Formate von abelbeck.de
Originalformate stammen von Kube CSS Framework */
/* Stile */

.btn {
	position: relative;
	cursor: pointer;
	outline: none;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1;
	font-size: 13px;
	font-weight: normal;
	padding: 6px 16px;
	border-radius: 4px;
	background-color: #1f9bb1;
	background-image: -moz-linear-gradient(top, #33cccc, #005289);
	background-image: -ms-linear-gradient(top, #33cccc, #005289);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#33cccc), to(#005289));
	background-image: -webkit-linear-gradient(top, #33cccc, #005289);
	background-image: -o-linear-gradient(top, #33cccc, #005289);
	background-image: linear-gradient(top, #33cccc, #005289);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33cccc', endColorstr='#005289', GradientType=0);
	border: 1px solid #dadada;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-bottom-color: #a9a9a9;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 1px 1px 0 rgba(255, 255, 255, 0.6);
	text-shadow: 0 1px 0px #000000;
}

.btn {
	color: #ffffff !important;
}

.btn:hover {
	filter: none;
	background: none;
	background: #33cccc;
	color: #000000;
	text-decoration: none!important;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

/* Active  */

.btn-big.btn-active, .btn-big.btn-active:hover {
	padding: 11px 25px;
}

.btn-active, .btn-active:hover {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
	color: #555;
	border: none;
	background: none;
	filter: none;
	background-color: #ddd;
	text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
	padding: 7px 17px 8px 17px;
}

/* Small */

.btn-small {
	padding: 4px 12px;
	font-size: 11px;
}

.btn-small.btn-active {
	padding: 5px 12px;
}

/* Big */

.btn-big {
	padding: 10px 24px;
	font-size: 20px;
}

/* Square */

.btn-square {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

/* Round */

.btn-round {
	border-radius: 15px;
	border-radius: 0 \0;/* ie9 hack */
}

/* Full */

.btn-full {
	width: 100%;
}

/* Group  */

.btn-group {
	display: inline-block;
	margin-right: 2px;
	vertical-align: bottom;
}

.btn-group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.btn-group > .btn, .btn-group > input {
	float: left;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-left: -1px;
}

.btn-group > .btn:first-child {
	border-radius: 4px 0 0 4px;
}

.btn-group > .btn:last-child {
	border-radius: 0 4px 4px 0;
}

.btn-group > .btn.btn-round:first-child, .btn-group > .input-search:first-child {
	border-radius: 15px 0 0 15px;
}

.btn-group > .btn.btn-round:last-child, .btn-group > .input-search:last-child {
	border-radius: 0 15px 15px 0;
}

/* Append  */

.btn-append {
	margin-left: -2px;
	border-radius: 0 4px 4px 0;
}

/* Disabled  */

.btn.disabled, .btn[disabled] {
	border: none;
	filter: none;
	background: none;
	background-color: #e9e9e9;
	opacity: 0.6;
	cursor: default;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
/* FF fix */
@-moz-document url-prefix("http://") {
 input[type=submit].btn::-moz-focus-inner,  button.btn::-moz-focus-inner {
 border: 0;
 padding: 0;
}

    /* Media queries */
    @media only screen and (max-width:1280px) {
 #infomationbox {
 max-width: 700px;
}
 #informationbox p {
 //font-size: 70%;
}
 #informationbox ul.columns {
 width:100%;
 column-count:2;
 column-fill:balance;
 column-gap:1em;
}
 .gallery {
 max-width: 700px;
 
}
/* Accordion */
.accordion.downloads {
	max-width: 600px;
}

}
 
 @media only screen and (min-width:1281px) {
 #informationbox {
 padding-left: 7em;
}
 #informationbox p {
 font-size: 90%;
}
 #informationbox ul.columns {
 width:100%;
 column-count:3;
 column-fill:balance;
 column-gap:1em;
 .tour table p {
 font-size: 100%;
}
 .gallery {
 width: 700px;
}
/* Accordion */
.accordion.downloads {
	max-width: 600px;
}
}
/* @end */
