@import url('https://fonts.googleapis.com/css?family=Julius+Sans+One');

/*Nav bar styling start*/

html,body
{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden; 
  font-family: 'Roboto', sans-serif;
  background: url("") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

video { 
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
}


* {
  box-sizing: border-box;
}

h1 {
  margin: 0;
  font-size: 33px;
  color: #fff;
  text-align: center;
}

h2{
  font-family: Helvetica;
  font-weight: lighter;
  font-size: 1em;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  color: #24a99f;
}

h3 {
  margin-top:2em;
  font-family: Helvetica;
  text-align: center;
  color:gray;

}


h4 {
  margin-top:2em;
  text-align: center;
  font-family: Helvetica;
  font-weight: lighter;
  color:gray;
}


p{
  margin: 95px;
  font-family: Roboto;
  font-size: 37px;
  font-weight: 500;
  color: #a6a6a6;
  text-align: center;
}

.contain {
  position:absolute;
  z-index: 2;
}



.music-player {
  display: auto;
  position: relative;
  width: 400px;
  height: 470px;
  margin: auto;
  margin-top: 6%;
  border-radius: 0 0 10px 10px;
  background: transparent 30%;
  box-shadow: 0px 0px 0px 0px #222;
}

.contain_snow {
  display: block;
  width: 500%;
  height: 980px;
  margin: auto;
  overflow: hidden;
  background-image: url("../img/snow.gif");
  background-repeat: repeat;
  background-size: cover;
}


.cover {
  float: left;
  width: 100%;
  height: 66%;
}

.cover img {
  display: block;
  position: absolute;
  top: 30%;
  left: 22%;
  width: 50%;
  margin: auto;
  text-align: center;
}

.titre {
  float: left;
  width: 100%;
  padding: 0 10%;
}

.lecteur {
  float: left;
  width: 100%;
}

.mejs-controls {
  padding: 0 10%;
}

.mejs-container {
  position: relative;
}

.mejs-playpause-button {
  position: absolute !important;
  right: 8%;
  bottom: 95%;
}

.mejs-playpause-button button {
  margin-left: -300px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  font-family: FontAwesome;
  font-size: 35px;
  color: #ffffff;
  background: transparent;
  outline:0;
}

.mejs-volume-button button {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  font-family: FontAwesome;
  font-size: 20px;
  color: #ffffff;
  background: transparent;
}

.mejs-play button:before {
  content: "\f04b";
}

.mejs-controls .mejs-pause button:before {
  content: "\f04c";
}

.mejs-controls .mejs-stop button:before {
  content: "\f04d";
}

.mejs-controls .mejs-mute button:before {
  content: "\f028";
}

.mejs-controls .mejs-unmute button:before {
  content: "\f026";
}

.mejs-container .mejs-controls .mejs-time {
  width: 99%;
  margin-top: ;
  margin-bottom: 7;
  color: #fff;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: rgba(255,255,255,0.2);
}

.mejs-container .mejs-controls .mejs-time span {
  font-size: 15px;
}

.mejs-controls div.mejs-time-rail {
}

.mejs-container .mejs-controls div {
  display: block;
  float: left;
  position: relative;
  width: 40px;
}

span.mejs-duration {
  float: right;
  text-align: right;
  color: #ccc;
}

span.mejs-currenttime {
  font-weight: 700;
}

.mejs-controls .mejs-time-rail span {
  position: absolute;
  top: 0;
  width: 100%;
  height: 3px;
  border-radius: 50px;
  cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #5BBB95 none repeat scroll 0 0;
}

.mejs-controls .mejs-volume-button {
  position: relative;
  position: absolute !important;
  top: 70px;
  right: 25%;
  width: 40px;
  height: 40px;
}

.mejs-controls div.mejs-horizontal-volume-slider {
  display: block;
  position: absolute !important;
  position: relative;
  top: 70px;
  right: 10%;
  width: 60px;
  height: 3px;
  margin-top: 20px;
  border-radius: 50px;
  line-height: 11px;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
  display: none;
  top: -40px;
  width: 40px;
  height: 25px;
  margin-left: -18px;
  text-align: center;
  font-size: 10px;
  background: #fff;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
  display: block;
  position: relative;
  top: 0;
  margin: 0;
  line-height: 26px;
  color: #100d28;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  top: auto;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.1);
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #fff;
}


.widget {
  width: 90%;
  max-width: 600px;
  margin: 3em auto;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.25);
}
.widget::after {
  clear: both;
  content: "";
  display: table;
}
.widget header {
  background: #051f26;
  padding: 1em 1.5em;
  border-top: 4px solid #ffffff;
  color: #fff;
}
.widget header h3 {
  margin: 0;
  font-size: 1.35em;
  font-weight: 400;
}
.widget .chart {
  width: 100%;
  height: auto;
  background: #fff;
}
@media only screen and (min-width: 600px) {
  .widget .chart {
    float: right;
    width: 65%;
    height: 275px;
  }
}
.widget .chart .controls {
  height: 50px;
  border-bottom: 1px solid #ccc;
}
.widget .chart .controls::after {
  clear: both;
  content: "";
  display: table;
}
.widget .chart .controls nav {
  float: left;
  width: 75%;
  line-height: 50px;
  border-right: 1px solid #ccc;
}
.widget .chart .controls nav a {
  display: block;
  padding: 0 1.5em;
  text-decoration: none;
  color: gray;
}
@media only screen and (min-width: 600px) {
  .widget .chart .controls nav a {
    padding: 0 1em;
  }
}
.widget .chart .controls nav span {
  display: inline-block;
  float: right;
  line-height: 50px;
  color: gray;
}
.widget .chart .controls div {
  float: left;
  width: 25%;
  line-height: 50px;
  text-align: center;
}
.widget .chart .controls div span:first-child {
  color: gray;
}
.widget .chart .controls div span:nth-child(2) {
  font-weight: 600;
  font-size: 1.35em;
  color: gray;
}
.widget .chart .canvas-container {
  width: 100%;
  text-align: center;
}
.widget .chart .canvas-container canvas {
  display: inline;
  width: 370px;
  height: 210px;
  padding: 1em;
}
.widget .info {
  position: relative;
  width: 100%;
  height: 275px;
  background: gray;
}
@media only screen and (min-width: 600px) {
  .widget .info {
    float: left;
    width: 35%;
  }
}
.widget .info h4 {
  margin: 0 0 0.35em;
  padding: 1em 1.5em;
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
}
.widget .info .info-module {
  padding: 0 1.5em;
  font-weight: 400;
}
.widget .info .info-module .heading {
  font-size: 0.85em;
}
.widget .info .info-module .heading::after {
  clear: both;
  content: "";
  display: table;
}
.widget .info .info-module .heading span {
  display: inline-block;
  color: #fff;
}
.widget .info .info-module .heading span:first-child {
  float: left;
}
.widget .info .info-module .heading span:nth-child(2) {
  float: right;
}
.widget .info .info-module .progress {
  height: 5px;
  margin: 0.35em 0 1em;
  background: gray;
  border-radius: 10px;
}
.widget .info .info-module .progress:after {
  content: '';
  display: block;
  height: 100%;
  background: #ffffff;
  border-radius: 5px;
}
.widget .info .info-module .undergraduate:after {
  width: 65%;
  -webkit-animation: undergraduate 2s ease-in-out forwards;
  animation: undergraduate 2s ease-in-out forwards;
}
.widget .info .info-module .graduate:after {
  width: 30%;
  -webkit-animation: graduate 2s ease-in-out forwards;
  animation: graduate 2s ease-in-out forwards;
}
.widget .info .info-module .transfer:after {
  width: 5%;
  -webkit-animation: transfer 2s ease-in-out forwards;
  animation: transfer 2s ease-in-out forwards;
}
@-webkit-keyframes undergraduate {
  0% {
    width: 0;
  }
  100% {
    width: 65%;
  }
}
@keyframes undergraduate {
  0% {
    width: 0;
  }
  100% {
    width: 65%;
  }
}
@-webkit-keyframes graduate {
  0% {
    width: 0;
  }
  100% {
    width: 30%;
  }
}
@keyframes graduate {
  0% {
    width: 0;
  }
  100% {
    width: 30%;
  }
}
@-webkit-keyframes transfer {
  0% {
    width: 0;
  }
  100% {
    width: 5%;
  }
}
@keyframes transfer {
  0% {
    width: 0;
  }
  100% {
    width: 5%;
  }
}
.widget .info nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.widget .info nav a {
  display: block;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  color: #fff;
}
.widget .info nav span:first-child {
  float: left;
  width: 75%;
  background: #051f26;
}
.widget .info nav span:nth-child(2) {
  float: left;
  width: 25%;
  line-height: 50px;
  background: #051f26;
}



.imageUpload{
 width: 100%;

}


/********************************
Background gradients & images
********************************/
.content nav.main-nav ul li.active.aurora {
  background: url("../img/logo.png")
  background: url("../img/logo.png") no-repeat center center fixed;


  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fe9e', endColorstr='#acff3d',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.content nav.main-nav ul li.active.sunset {
  background: #bbc0f7;
  /* Old browsers */
  background-image: url("http://www.tums-mc.de/img/points1.png"), -moz-linear-gradient(-45deg, #bbc0f7 30%, #2afcef 70%);
  /* FF3.6+ */
  background-image: url("http://www.tums-mc.de/img/points1.png"), -webkit-gradient(linear, left top, right bottom, color-stop(30%, #bbc0f7), color-stop(70%, #2afcef));
  /* Chrome,Safari4+ */
  background-image: url("http://www.tums-mc.de/img/points1.png"), -webkit-linear-gradient(-45deg, #bbc0f7 30%, #2afcef 70%);
  /* Chrome10+,Safari5.1+ */
  background-image: url("http://www.tums-mc.de/img/points1.png"), -o-linear-gradient(-45deg, #bbc0f7 30%, #2afcef 70%);
  /* Opera 11.10+ */
  background-image: url("http://www.tums-mc.de/img/points1.png"), -ms-linear-gradient(-45deg, #bbc0f7 30%, #2afcef 70%);
  /* IE10+ */
  background-image: url("http://www.tums-mc.de/img/points1.png"), linear-gradient(135deg, #bbc0f7 30%, #2afcef 70%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbc0f7', endColorstr='#2afcef',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.content nav.main-nav ul li.active.snow {
  background: #e535e2;
  /* Old browsers */
  background: url("http://www.tums-mc.de/img/points1.png"), -moz-linear-gradient(-45deg, #e535e2 30%, #fe665b 70%);
  /* FF3.6+ */
  background: url("http://www.tums-mc.de/img/points1.png"), -webkit-gradient(linear, left top, right bottom, color-stop(30%, #e535e2), color-stop(70%, #fe665b));
  /* Chrome,Safari4+ */
  background: url("http://www.tums-mc.de/img/points1.png"), -webkit-linear-gradient(-45deg, #e535e2 30%, #fe665b 70%);
  /* Chrome10+,Safari5.1+ */
  background: url("http://www.tums-mc.de/img/points1.png"), -o-linear-gradient(-45deg, #e535e2 30%, #fe665b 70%);
  /* Opera 11.10+ */
  background: url("http://www.tums-mc.de/img/points1.png"), -ms-linear-gradient(-45deg, #e535e2 30%, #fe665b 70%);
  /* IE10+ */
  background: url("http://www.tums-mc.de/img/points1.png"), linear-gradient(135deg, #e535e2 30%, #fe665b 70%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e535e2', endColorstr='#fe665b',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.content nav.main-nav ul li.active.forest {
  background: #1bc3ff;
  /* Old browsers */
  background: url("http://www.tums-mc.de/img/points1.png"), -moz-linear-gradient(-45deg, #1bc3ff 30%, #48ded2 70%);
  /* FF3.6+ */
  background: url("http://www.tums-mc.de/img/points1.png"), -webkit-gradient(linear, left top, right bottom, color-stop(30%, #1bc3ff), color-stop(70%, #48ded2));
  /* Chrome,Safari4+ */
  background: url("http://www.tums-mc.de/img/points1.png"), -webkit-linear-gradient(-45deg, #1bc3ff 30%, #48ded2 70%);
  /* Chrome10+,Safari5.1+ */
  background: url("http://www.tums-mc.de/img/points1.png"), -o-linear-gradient(-45deg, #1bc3ff 30%, #48ded2 70%);
  /* Opera 11.10+ */
  background: url("http://www.tums-mc.de/img/points1.png"), -ms-linear-gradient(-45deg, #1bc3ff 30%, #48ded2 70%);
  /* IE10+ */
  background: url("http://www.tums-mc.de/img/points1.png"), linear-gradient(135deg, #1bc3ff 30%, #48ded2 70%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1bc3ff', endColorstr='#48ded2',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.content nav.main-nav ul li.active.galaxy {
  background: #fecd32;
  /* Old browsers */
  background: url("http://www.tums-mc.de/img/points1.png"), -moz-linear-gradient(-45deg, #fecd32 30%, #f75e73 70%);
  /* FF3.6+ */
  background: url("http://www.tums-mc.de/img/points1.png"), -webkit-gradient(linear, left top, right bottom, color-stop(30%, #fecd32), color-stop(70%, #f75e73));
  /* Chrome,Safari4+ */
  background: url("http://www.tums-mc.de/img/points1.png"), -webkit-linear-gradient(-45deg, #fecd32 30%, #f75e73 70%);
  /* Chrome10+,Safari5.1+ */
  background: url("http://www.tums-mc.de/img/points1.png"), -o-linear-gradient(-45deg, #fecd32 30%, #f75e73 70%);
  /* Opera 11.10+ */
  background: url("http://www.tums-mc.de/img/points1.png"), -ms-linear-gradient(-45deg, #fecd32 30%, #f75e73 70%);
  /* IE10+ */
  background: url("http://www.tums-mc.de/img/points1.png"), linear-gradient(135deg, #fecd32 30%, #f75e73 70%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecd32', endColorstr='#f75e73',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}


