/**
* CSS
* 
* @version 2.0
* @author Vaska 
*
* There are also some obscure rules in base.css
*/

body {
	font-size: 14px;
	font-family: 'Helvetica', sans-serif;
	background: #fff;
	color: #000;
	line-height: 1.5em;
	/* font-weight: 300; */
}

/* link scheme */
/* you can customize links further down the page too */
a:link { text-decoration: none; color: #C5C6C8; }
a:active { text-decoration: none; color: #C5C6C8; }
a:visited { text-decoration: none; color: #C5C6C8; }
a:hover { text-decoration: underline; color: black; }
a img { border: none; }

/* general styles */
small {
	font-size: 9px;
	line-height: 9px;
	}
code { font-family: monospace; }
blockquote { padding-left: 9px; }

/* headings */
h1 { 
	font-family: 'Georgia';
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    /* margin: 0 0 20px -200px; */
    width: 780px;
    padding: 0 0 5px;
}

h2 { 
	font-family: 'Georgia';
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    /* margin: 0 0 20px -200px; */
   /* width: 780px; */
    padding: 0 0 5px;
}

h3 { font-size: 13px; margin-bottom: 1em; }
h4 { font-size: 13px; margin-bottom: 1em; }


/* salto mortale styles  - - - - - - - - - - */

.magenta {
color: #FF7E07;
}

.grau-lauftext {
color: #909193;
}

.grau {
color: #C5C6C8;
}

#inhalt {
margin: 0 0 0 135px;
width: 900px;
}

/*  NEUE Styles   ----    2019 - - - - - - - - */

div#haupttext-bis-mitte p {
    width: 354px;
}

.abschnitt-kontakt p {
   width: 360px !important;
}

li#exhibit_19, li#exhibit_7 {
    display: none;
}


/* salto mortale spielplan  - - - - - - - - - - */

.kalender_2 {
	margin: -26px 0 0px 515px;
}


/*  spielplan neu 2017 ZEILE  - - - - - - - - - - */
.zeile {
    clear: both;
}

/*  spielplan neu   ----    2019 ZEILE  - - HIDE - - - - - - - - */
.hide {
	display: none;
}

/* - - - erste spalte - 1 - - */

.spalte_1 {
	float: left;
	font-size: 10px;
	line-height: 13px;
	margin: 0 10px 10px 135px;
	width: 180px;
	/* min-height: 600px; */
}

/* - - - alte schriftgroesse - SPALTEN - */
.spalte______2 {
    /* background: red; */
    float: left;
    font-size: 9px;
    line-height: 12px;
    margin-right: 10px;
    width: 180px;
}

/* - - - andere spalten 2, 3, 4 - - */
.spalte {
	float: left;
	font-size: 10px;
	line-height: 13px;
	margin-right: 10px;
	width: 180px;
}

.stueck {
	border-top: 1px solid grey;
	display: block;
	font-size: 14px;
	line-height: 1.5em;
	padding: 10px 0 5px;
	margin-bottom: -9px;
	margin-top: 8px;
}

.monat {
	border-top: 1px solid grey;
border-bottom: 1px solid grey;
	display: block;
	font-size: 14px;
	line-height: 1.5em;
	padding: 5px 0 5px 5px;
	margin-bottom: -9px;
	margin-top: 21px;
	background: #ededed;
}

#exhibit .spalte_1 p, #exhibit .spalte_2 p, #exhibit .spalte p {
width: 180px;
 /*margin-bottom: 0px;*/
}

/* salto mortale spielplan  - - - f i n i - - - - - - - */

#haupttext {
float: left;
height: 600px;
width: 460px;
margin-right: 30px;
}

#haupttext-bis-mitte {
float: left;
height: 600px;
width: 354px;
margin-right: 30px;
}

#text-rechts {
float: left;
width: 260px;
margin-right: 0px;
font-size: 9px;
line-height: 12px;
}

#text-rechts-ab-mitte {
float: left;
width: 367px;
margin-right: 0px;
font-size: 9px;
line-height: 12px;
}

#text-rechts-clo-links {
float: left;
width: 200px;
margin-left: 60px;
}

.abschnitt {
border-top: 1px solid grey;
padding: 5px 10px 5px 0px;
}


/** ALT
.abschnitt-kontakt {
border-top: 1px solid #C5C6C8;
margin-top: 15px;
padding: 10px 10px 5px 0px;
width: 170px;
}
*/

.abschnitt-kontakt {
border-bottom: 1px solid #C5C6C8;
/* margin-top: 15px; */
padding: 0px 10px 10px 0px;
width: 360px;
margin-bottom: 20px;
}

/* salto mortale styles  - f i n i - - - - - - - - - - */

/* paragraph width */
#index p { margin-bottom: 1em; }
#exhibit p, code, blockquote { width: 450px; margin-bottom: 1em; /* line-height: 1.3em; */ }

/* highlighter style - maybe you want to change colors? */
.highlight { background: #ccff00; color: #000; }

/* never adjust the margin or padding here unless you seriously know what you are doing */
/* think #index .container and #exhibit .container for only padding adjustments */
#index { /* height: 230px; */ width: 1050px; background: #fff; /* line-height: 1.3em; */ }
#exhibit { margin: 0 0 0 0; }

/* styling the index */
#index ul { list-style: none; margin: 0; }
#index ul.section {
	/* margin-bottom: 1em; */
	border-left: 1px solid grey;
	float: left;
	padding: 0 10px;
	min-height: 125px;
	min-width: 170px;
	}
	
#index ul.subsection {  }

/* the follow rules for index are not required */
/* they are mostly for complex customization */
/* for tag display */
#index ul#all_tags { list-style-type: none; margin-bottom: 1em; }
#index ul#all_tags li { display: inline; margin-right: 3px; }
#index ul#all_tags li a {  }

/* active section title */
#index span.active_section_title,
#index span.active_section_title a { font-weight: bold; }

/* active exhibit title parts */
li.active a:link, li a.active, li.active a:hover, li a.active, li.active a:active, li a.active, 
li.active a:visited, li a.active, li span.active, #index ul.section li.active a:link, 
#index ul.section li.active a:hover, #index ul.section li.active a:active, #index ul.section li.active a:visited
{ font-weight: bold; color: black; }

/* additional #index options */
#index ul li .password a { /* background: url(../img/locked.gif) right center no-repeat; padding-right: 18px; */ }

/* the "new" indicator */
#index ul li sup { color: #0c0; font-weight: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; }
/* end styling for index */

/* links styles only for the #index region ==========================    */
#index a:link {  } 
#index a:hover {  } 
#index a:active {  } 
#index a:visited {  }

/* links styles only for the #exhibit region */
#exhibit a:link { 
	text-decoration: underline;
	color: #909193;
	}
	
#exhibit a:active {  } 
#exhibit a:visited { 
	text-decoration: underline;
	color: #909193;
	}
	
#exhibit a:hover { color: black; } 

/* this is where you adjust your paddings for #index and #exhibit together */
.container { padding: 20px 9px 25px 20px; }

/* this is where you pad them separately */
#index .container {  }
#exhibit .container {  }

/* new 2020 */
.spielplan {
    display: inline-block;
    margin-bottom: 30px;
    width: max-content;
}

/* new 2021 */
span.abgesagt {
    text-decoration: line-through #FF7E07;
}