
/***************************************************************
 *
 *    CSS for Chemnitz Applied Math pages
 *
 *    R. Unger ... 12/2017
 *
 **************************************************************/

/* Background of the full page, will be overlayed by #outerwrapper
   so the given backgroundcolor here is the outer border color
*/
body
 {
 font-family: sans-serif;
 font-size: 11.5pt;
 color: #000000;
 line-height: 1.75em;
}

@media screen {
	/* background-color media screen #eeeeee, media print #ffffff */
body
 {
 background-color: #eeeeee;
 }
@media print {
body {
 background: #ffffff;
 }
}

/* Global page background with outer margin */



#outerwrapper
{
  position: relative;
  width:  1300px;  min-width: 1300px;  margin: 0 auto 0 auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
}
@media screen {
#outerwrapper
/* old #ffffff  */
{
  background-color: #ffffff;
}
}
@media print {
#outerwrapper
/*#DDDDDD */
{
  background-color: #DDDDDD;
}
}



/* The header region */

#header
  {
  height: 220px;
  position: relative;
/*
  background: #6E6E6E url(../images/header_colflow01.png) top left repeat;
 */
/*  background-image: url(../pics/pic-on-top01.jpg); */
background-image: url(../pics/pic-on-top04.jpg);
  background-size: 100%;
  padding: 0px;
  /*color: #1100EE;*/
  color: #e0e0e0;
  width: 1300px;  /* border: solid 1px #7E7E7E;*/
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}

#header_logo
{
  /*line-height: 160px;
  height: 160px;
  */
  position: absolute;
 background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  padding: 0px 0px 0px 0px;
  top: 134px;
  left: 1180px;}

#header_text1
{
  line-height: 0px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  padding: 0px 10px 0 10px;
  position: absolute;
  left: 10px;
  top: 5px;
}

#header_text2
{
  line-height: 0px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  padding: 0px 10px 0 10px;
  position: absolute;
  right: 10px;
  top: 5px;
}


#header_construction
{
  line-height: 0px;
  height: 40px;
 /* background-color: rgba(1.0, 0, 0, 1.0); */
  border-radius: 5px;
  padding: 0px 10px 0 10px;
  position: absolute;
  left: 40px;
  top: 95px;

}




/* The top menu */
#menu
{
  padding: 0 0px 0 0px;
  position: relative;
/*
  background: #0000ff url(images/x.png) repeat-x top left;
 */
  background: #000000;
  margin: 0 0 0 0;
  height: 40px;
  line-height: 10px;
  width:  1300px;  /*border-top: solid 1px #0000aa;*/
}

@media print {
#menu { display:none; }
}

#menu ul
{
  position: absolute;
  margin: 0 auto;
  list-style: none;
  min-width: 250px;
  white-space: nowrap;
}

#menu ul li
{
  float: left;
  margin: 0 0 0 20px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  color: #dddddd;
}

#menu ul li a
{
  color: #FFFFFF;
  text-decoration: none;	
}

#menu ul li a:hover
{
  color: #AAAAAA;
}


/* with top=-10000px the sub-menu becomes invisible */
#menu ul ul
{
  /*position: absolute;
    top: -10000px; */
  display:none;
  background: #f1f1f1;
  padding: 0;
  margin: -5px 0 0 0px;
  border-radius: 3px;
  z-index: 999; /* bring it on top of all over divs */
}

/* and here we make it visible */
#menu ul li:hover ul
{
  display:block;  /*top: 40px;*/
}


#menu ul ul li
{
  float: none;
  font-size: 14px;
  padding: 5px 10px;
  text-align: left;
  margin: 0;
  line-height: 20px;
  border-bottom: 1px solid  #999999;
}


#menu ul ul a
{
  font-weight: normal;
  text-decoration: none;
  color: #555555;
}

/*#menu ul ul li.all
{
  font-size: 12px;
  display:block;
  border-bottom: none;
  text-transform: none;
}
*/

#menu ul ul li:hover
{
  background-color: #ffffff
}
#menu ul ul li:hover a
{
  color: #0d0d0d;
}
#menu ul ul li a:hover
{
  color: #000070;
}


/* the menue at the right hand side
   which will not scroll out
*/
/*  not used
#sidebar_right
{
  position: fixed;
  top: 300px;
  width: 50px;
  padding: 0;
  margin: 0 0 0 920px;
}
*/

/* Top picture */
#picontop
{
  padding: 10px 10px 10px 10px;
  background: #DDDDDD;
}


/* now the real page text */

#pagetext
{
  /* width: 980px; */
  width:  1280px;  padding: 10px 10px 10px 10px;
}

/* #DDDDDD */
@media screen {
#pagetext {background: #ffffff;}
}
/* #ffffff */
@media print {
#pagetext {background: #DDDDDD;}
}

#clear
{
  clear: both;
}


/* impressum much small text as usual */
#impressum
{
  width: 850px;  /* 800px; */
  padding: 10px;
  font-size:smaller;
  line-height:1.2;
}

/* page footer style */
#pagefooter
{
  height: 150px;
  position: relative;
  padding: 0px;
  width:  1300px;  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #707070;
  color: #DDDDDD;
  overflow: hidden;
}
@media print {
#pagefooter
  {
  display:none;
  }
}


#pagefooter .foottext
{
  margin: 5px 10px;
  padding-top: 5px;
  line-height: 1.5;
  text-align: center
}


#pagefooter .foottext a
{
  color:#ffffff;
}

#pagefooter .finalfoottext
{
  margin: 5px 10px;
  padding-top: 5px;
  line-height: 1.2;
  position: absolute;
  bottom: 40px;
}

#footmenu
{
  padding: 0 0px 0 0px;
  position: absolute;
  bottom:0px;
/*
  background: #0000ff url(images/x.png) repeat-x top left;
 */
  background: #404040;
  margin: 0 0 0 0;
  height: 40px;
  line-height: 10px;
  width:  1300px;  /*border-top: solid 1px #0000aa;*/
}

#footmenu ul
{
  position: absolute;
  margin: 0 auto;
  list-style: none;
}

#footmenu ul li
{
  float: left;
  margin: 0 0 0 20px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  color: #dddddd;
}

#footmenu ul li a
{
  color: #FFFFFF;
  text-decoration: none;	
}

#footmenu ul li a:hover
{
  color: #AAAAAA;
}

#footmenu .lastmod
{
   float:right;
   font-size:12px;
   margin: 14px;
}


#pagefooter .footlogo1
{
  float:left ;
}
#pagefooter .footlogo1 img
{
 	margin:10px 14px 10px 14px;
	max-width:100%;
	max-height:90px;
/*
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:grayscale(100%);
	filter:gray
*/
}



#pagefooter .footlogo2
{
  float:right;
}
#pagefooter .footlogo2 img
{
 	margin:10px 14px 10px 5px;
	max-width:100%;
	max-height:90px;
/*
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:grayscale(100%);
	filter:gray
*/
}



#pagefooter .footlogo3
{
  float:left;
}
#pagefooter .footlogo3 img
{
 	margin:10px 14px 10px 50px;
	max-width:100%;
	max-height:90px;
}

#pagefooter .footlogo4
{
  float:right;
}
#pagefooter .footlogo4 img
{
 	margin:10px 50px 10px 5px;
	max-width:100%;
	max-height:90px;
}



#pagefooter .footlogo5
{
  float:left;
}
#pagefooter .footlogo5 img
{
/*        margin:10px 50px 10px 11px;*/
       margin-top: 10px;
       margin-left: 35px;
        max-width:90%;
        max-height:90px;
}





#pagefooter .footlogotext
{
 /*
  line-height: 0px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  padding: 0px 10px 0 10px; */
  position: absolute;
  left: 910px; /*880px;*/ /*910*/
  top: 85px;
  text-align:center;
}



#accomodation_pic01
{
  position: absolute;
  left: 30px;
  top: 350px;
}

#accomodation_pic02
{
  position: absolute;
  left: 30px;
  top: 550px;
}

#accomodation_pic03
{
  position: absolute;
  left: 30px;
  top: 750px;
}

#accomodation_text
{
  position: absolute;
  left: 300px;
  top: 350px;
}

#venue_text
{
  position: absolute;
  left: 300px;
  top: 750px;
  width: 620px;
}

/* registration formular styles */

.formular
{
  background-color: #f0f0f0;
  color: #000000;
  font-size: 1em;
  font-weight: bold;
  padding:5px;
  margin:0px;
  border: 1px outset #606060;
}
.formbutton
{
  color: #dd0030;
  background-color: #e0e0e0;
  font-weight: bold;
  letter-spacing: 0.15em;
  padding:4px;
  cursor:pointer;
}
.blue { color: #0000c0; }
.red  { color: #d00000; }
/*  style="margin-top: 1em; margin-bottom: 1em;"  */
.formular tr { vertical-align:top; line-height:1.2em; }
.formular td.zwingend { color:#202020; }
.formular td.optional, .formular span.optional { color:#555555; }
.formular td.descript { color:#000000; font-weight:normal; }
.formular td.verify { color:#0000c0; font-weight:normal; }
.formular td.missing { color:#c04040; font-size:smaller; }
.formlogo { background-color:#e0f0e0; margin:5px 1px; border-radius:3px; text-align:center; }
.formpre
{   font-size:smaller;
    line-height:1.25;
    background-color:#f0f0f0;
    color:#000000;
    border:solid 1px #c0c0ff;
    padding-left:1em;
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.formular input[type=text]
{
  color:#0000a0;
  font-family:monospace;
  font-size:medium;
}
.formular input.full
{
  width:100%;
  display:block;
  margin-left:0;
  padding-right:1px;
}
.formular textarea
{
  color:#0000a0;
  width:98%;
  display:block;
  margin:auto;
  padding-right:3pt;
}
.morelessbutton
{
  color: #dd0030;
  background-color: #e0e0e0;
  font-weight: bold;
  font-size: larger;
  text-align:center;
  vertical-align:middle;
  margin:0px;
  padding:0px;
  width:1.5em;
  height:1.5em;
  cursor:pointer;
}
input[disabled=disabled].morelessbutton { background-color:#a0a0a0; color:#cc5080; cursor:default; }

::-webkit-input-placeholder {
    color: #202080;
    opacity: 0.4 !important; font-weight:normal; font-size:smaller; /* for chrome */
}

:-moz-placeholder { /* Firefox 18- */
    color: #005500; opacity:0.4; font-weight:normal; font-size:smaller;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #202080; opacity:0.4; font-weight:normal; font-size:smaller;
}

:-ms-input-placeholder {
    color: #202080; opacity:0.4; font-weight:normal; filter:alpha(opacity=40); font-size:smaller;
}

/* list of participants style */
table.particip {
  outline: 1px solid #707880;
  border:0px;
  border-spacing:0px;
  width:100%;
}
table.particip tr, table.particip td {
  line-height: 1.4;
  padding:3px;
  margin:0px;
  border:0px;
  vertical-align:middle;
}
table.particip tr:nth-child(odd)  { background-color:#ffffff; }
table.particip tr:nth-child(even) { background-color:#f0f0f0; }
table.particip th {
  font-size:inherit;
  font-weight:bold;
  border-bottom:2px solid #ffffff;
  background-color:#707880;
  color:#ffffff;
  text-align:left;
  padding:3px 0px 4px 5px;
}
table.particip td {
  padding-left:5px;
}
table.particip td.flag {
  border:0px;
  padding:0px;
  margin:0px;
  text-align:center;
}
/*
table.eng td { line-height:1.0; padding:3px; }
table.eng tr { line-height:1.0; padding:3px; margin:0; }
*/
table.particip tr > td a:link { color:#000080; text-decoration:none; }
table.particip tr > td a:visited { color:#000080; text-decoration:none; }
table.particip tr > td a:hover { color:#e01010; }
table.particip tr > td a:active { color:#c05000; }

.footnote {
  font-size:smaller;
  margin-top:10px;
  border-top:thin solid #404040;
  background-color:#707880;
  color:#f0f0f0;
  padding:3px 6px;
  line-height:1.1;
}

/* calendar styles */
table.kalender
{
  width:160px;
  border:medium solid #cbcbcb;
  border-spacing:1px;
  font-family: sans-serif;
  font-size:9pt;
  text-align:right;
  float:right;
}
table.kalender tr { margin:0; padding:0; line-height:1; background-color:#dfdfdf; }
table.kalender td { border-bottom:1px solid #eee;border-right:1px solid #eee; text-align:center; width:1.6em; height:1.1em; padding: 1px 0px; line-height:1;  }
table.kalender td > div { padding: 1px 0px; }
table.kalender td.head { font-weight:700; color:#ffffff; background-color:#404040; }
table.kalender td > div.sonntag { color:#e00000; background-color:#efdfdf; font-weight:normal; }
table.kalender td > div.sonntag a { background-color:#77aa00; color:#08c; }
table.kalender td > div.sonntag a:hover { color:red; }

table.kalender td > div.ssatag  { background-color:#aaccff; font-weight:bold; border: 1px solid #07f; }
table.kalender td > div.femtag  { background-color:#c0f0aa; font-weight:bold; border: 1px solid #3d3;}
table.kalender td > div.ipstag  { background-color:#eeee77; font-weight:bold; border: 1px solid #aa0; }
table.kalender td > div.other_s { background-color:#b0b0c0; color:#05050f; font-weight:bold; border: 1px solid #fff; }
table.kalender td > div.other_f { background-color:#a0b0a0; color:#050f05; font-weight:bold; border: 1px solid #fff; }
table.kalender td > div.other_i { background-color:#b0b0a0; color:#0f0f05; font-weight:bold; border: 1px solid #fff; }
table.kalender td > div.other   { background-color:#a0a0a0; color:#ffffff; font-weight:bold; border: 1px solid #fff; }

table.kalender td > div.ipstag a, table.kalender td > div.femtag a, table.kalender td > div.ssatag a, table.kalender td > div.other a
{
  color:inherit;
  background-color:inherit;
  text-decoration:none;
  padding: 0px 2px;
}
table.kalender td > div.ipstag a:hover, table.kalender td > div.femtag a:hover, table.kalender td > div.ssatag a:hover, table.kalender td > div.other a:hover
{
  color:#0f0f0f; background-color:#fffff0;
}

table.kalender td > div.rahmen { border:solid 1px #d25; }
table.kalender td > div.heute  { color:#d25; background-color:#e0f0e0; border:solid 1px #d25; }
table.kalender td > div.heute a { color:#fff; }
table.kalender td > div.heute a:hover { color:#FF7D00; }

table.kalender td > div.tag { color:#000; font-weight:700; }
table.kalender td > div.ohne { background-color:#dddddd; }

td.txthl { color:#ffffff; font-weight:bold; background-color:#808080; border-top:solid 1px #c0c0c0; width:11em; padding:5px; }
td.txthr { color:#ffffff; font-weight:normal; background-color:#808080; border-top:solid 1px #c0c0c0; padding:5px; }
td.txtmis{ background-color:#e04040; }
td.txtnn { border-bottom:solid 1px #ebebeb; width: 1050px; }

/* ul.listen { list-style-image:url(../images/circle_black.png); margin-left:0; } */
ul.listen {  margin-left:0; padding-left:2em; }


table.scico { margin:0; padding:0; border:0; }
table.scico >tbody > tr, table.scico > tbody > tr > td { margin:0px 2px; padding: 1px 2px; line-height: 1.2; }

div.achtung { padding:3px 6px; background-color:#f0f0f0; }

p.descriptive {  line-height: 1.3em; text-align:justify; }


/* ========================================== */

/*************************
 * GRID SCHEDULE LAYOUT
 *************************/
@media screen and (min-width:700px) {
    .schedule {
        display: grid;
        grid-gap: 1em;
        grid-template-rows:
            [tracks] auto

            [time-0815] auto
            [time-0830] auto
            [time-0900] auto
            [time-0930] auto
            [time-1000] auto
            [time-1030] auto
            [time-1100] auto
            [time-1130] auto
            [time-1200] auto
            [time-1230] auto
            [time-1300] auto
            [time-1330] auto
            [time-1400] auto
            [time-1430] auto
            [time-1500] auto
            [time-1530] auto
            [time-1600] auto
            [time-1630] auto
            [time-1700] auto
            [time-1730] auto
            [time-1800] auto
            [time-1830] auto
            [time-1900] auto
            [time-1930] auto;
            /* Note 1:
            Use 24hr time for gridline names for simplicity

            Note 2: Use "auto" instead of "1fr" for a more compact schedule where height of a slot is not proportional to the session length. Implementing a "compact" shortcode attribute might make sense for this!
            Try 0.5fr for more compact equal rows. I don't quite understand how that works :)
            */

        grid-template-columns:
            [times] 4em
            [track-1-start] 1fr
            [track-1-end track-2-start] 1fr
            [track-2-end track-3-start] 1fr
            [track-3-end track-4-start] 1fr
            [track-4-end];
    }
}

.time-slot {
    grid-column: times;
}

.track-slot {
    display: none; /* hidden on small screens and browsers without grid support */
}

@supports( display:grid ) {
    @media screen and (min-width:700px) {
        .track-slot {
            display: block;
            padding: 10px 5px 5px;
            position: sticky;
            top: 0;
            z-index: 1000;
            background-color: rgba(255,255,255,.9);
        }
    }
}

/* Small-screen & fallback styles */
.session {
    margin-bottom:  1em;
}

@supports( display:grid ) {
    @media screen and (min-width: 700px) {
        .session {
            margin: 0;
        }
    }
}

/*************************
 * VISUAL STYLES
 * Design-y stuff ot particularly important to the demo
 *************************/
/*
body {
    padding: 50px;
    max-width: 1100px;
    margin: 0 auto;
    line-height: 1.5;
}
*/



.session {
    padding: .5em;
    border-radius: 2px;
    font-size: 14px;
}

.session-title,
.session-title-2,
.session-time,
.session-track,
.session-presenter {
    display: block;
}

.session-title,
.time-slot {
    margin: 0;
    font-size: 1.5em;
}

.session-title a {
    color: #fff;
    text-decoration-style: dotted;

    &:hover {
        font-style: italic;
    }

    &:focus {
        outline: 2px dotted rgba(255,255,255,.8);
    }
}

.session-title-2,
.time-slot {
    margin: 0;
    font-size: 1em;
}

.session-title-2 a {
    color: #fff;
    text-decoration-style: dotted;

    &:hover {
        font-style: italic;
    }

    &:focus {
        outline: 2px dotted rgba(255,255,255,.8);
    }
}

.track-slot,
.time-slot {
    font-weight: bold;
    font-size:1.00em;
}

.track-1 {
    background-color: #1259B2;
    color: #fff;
    border-radius: 1.0em;
}

.track-2 {
    background-color: #687f00;
    color: #fff;
    border-radius: 1.0em;
}

.track-3 {
    background-color: #544D69;
    color: #fff;
    border-radius: 1.0em;
}

.track-4 {
    background-color: #c35500;
    color: #fff;
    border-radius: 1.0em;
}

.track-all {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ccc;
    color: #000;
    box-shadow: none;
    border-radius: 1.0em;
}

.text {
    max-width: 750px;
    font-size: 18px;
    margin: 0 auto 50px;
}

.meta {
    color: #555;
    font-style: italic;
}

.meta a {
    color: #555;
}

hr {
    margin: 40px 0;
}











