@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

header, main {
	padding: 32px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 20px 30px;
	background-color: #dbecf1;
}

body {
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/digital_blau.jpg);
    background-size: cover;
}

.bodykat_1 {
    background-image: url(../../images/film.jpg);
	background-size: 100%;
}
.bodykat_2 {
    background-image: url(../../images/musik.jpg);
	background-size: 100%;
}
.bodykat_3  {
    background-image: url(../../images/wissen.jpg);
	background-size: 100%;
}
.bodykat_4 {
    background-image: url(../../images/erdkunde.jpg);
	background-size: 100%;
}
.bodykat_5 {
    background-image: url(../../images/naturwissenschaft.jpg);
	background-size: 100%;
}
.bodykat_6 {
    background-image: url(../../images/medizin.jpg);
	background-size: 100%;
}
.bodykat_7 {
    background-image: url(../../images/geschichte.jpg);
	background-size: 100%;
}
.bodykat_8 {
    background-image: url(../../images/religion.jpg);
	background-size: 100%;
}
.bodykat_9 {
    background-image: url(../../images/wirtschaft.jpg);
	background-size: 100%;
}
.bodykat_10 {
    background-image: url(../../images/regionales.jpg);
	background-size: 100%;
}
.bodykat_11 {
    background-image: url(../../images/sport.jpg);
	background-size: cover;
}
.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 192px;
}
.nav {
    position: relative;
	top: -10px;
}
.menu {
	display: flex;
	background-color: #fff;
}
.menu li {
    display: block;
	list-style: none;
	padding: 5px 0;
}
.menu li a {
	text-decoration: none;
	color: #2F322A;
	text-align: center;
    padding: 5px 10px;
}
.submenu {
    position: absolute;
    top: 29px;
    left: 53px;
    display: flex;
	background-color: #fff;
}
.nav li:hover  .submenu, .nav li:active  .submenu {
	visibility: visible;
}
#aktiv , .nav li:hover{
    background-color: #4288cd;
}
#aktiv a, .nav li a:hover {
    color: #fff;
}
h1 {
	font-size: 57px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 50px;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 20px 0;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

h4 {
	font-size: 16px;
	margin-bottom: 35px;
}

p {
	font-size: 16px;
}

hr {
    margin: 30px 5px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	color: #828282;
}

#top {
    background: linear-gradient(rgba(255, 255, 255, 0),rgba(9, 34, 64, 0.5)), url(../images/digital-gipfel.jpg);
	background-size: cover;
	border-bottom: 10px solid #fff;
}
#top h1 {
    font-size: 40px;
    margin: 0 0 10px 10px;
    background-image: url(../images/header.png);
    background-repeat: no-repeat;
    color: transparent;
    line-height: 120px;
	background-size: contain;
}
#top h3, #top .logout.button {
    padding: 20px;
    background: #fff;
    clear: both;
    width: max-content;
    border-radius: 5px 5px 0 0;
    margin: 0;
    border: 1px solid #fff;
}
#top .logout.button {
    background-image: url(../../images/button_logout.png);
    background-repeat: no-repeat;
    background-position: center;
    color: rgba(0,0,0,0.2);
	padding: 40px 20px 0 20px;
}
#top .logout.button:hover {
    border: 1px solid #000;
    border-bottom: 1px solid #fff;
	background-image: url(../../images/button_logouth.png);
}
#top h3 {
    float: left;
    margin: 0 0 0 20px;
}
#main {
    top: 10px;
    position: relative;
	margin: 20px;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 40px;
	border-radius: 10px;
}
.userbox {
	background-image: url("../images/bubble.png");
	background-size: contain;
	background-repeat: no-repeat;
	height: 200px;
}
.userbox  p{
    padding: 50px 0 0 20px;
}
.border {
	border: 1px solid #000000;
}
.button {
	display: table;
	max-width: 200px;
	width: auto;
	cursor: context-menu;
	background-image: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
	background-image: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border: 1px solid transparent;
	padding: 5px 10px;
	margin: 5px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	color: #333333;
	font-size: 16px;
}
.button a {
    text-decoration: none;
	color: ##333333;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.button:hover {
    background-image: none;
    border-color: #0000ff #0000ff #3693d1;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	box-shadow: inset 0px 0px 3px 2px rgba(255, 255, 255, 0.5), 0px 0px 7px 5px rgba(255, 255, 255, 0.8);
}
.button_disabled, .button_disabled:hover {
    border-color: #e1e1e1 !important;
	color: #fff !important;
	text-shadow: 0 -1px 0 rgb(0, 0, 0);
	background-image: none !important;
    padding: 5px 10px !important;
    box-shadow: none !important;
}
.kat_button {
	cursor: context-menu;
    height: 100px;
    background-size: cover;
    background-position: center;
	border-color: rgba(0,0,0,0.6) rgba(0,0,0,0.6) rgba(0,0,0,0.6);
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
	margin-bottom: 10px;
}
.kat_button:hover {
	border-color: #ffffff;
}
.kat_button.kat_3 {
    background-image: linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0.2)),url(../../images/wissen.jpg);
}
.kat_button.kat_1 {
    background-image: linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0.2)),url(../../images/film.jpg);
}
.kat_button.kat_2 {
    background-image: linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0.2)),url(../../images/musik.jpg);
}
.kat_button.kat_4 {
    background-image: linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0.2)),url(../../images/erdkunde.jpg);
}
.kat_button.kat_5 {
    background-image: linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0.2)),url(../../images/naturwissenschaft.jpg);
}
.kat_button.kat_6 {
    background-image: linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0.2)),url(../../images/medizin.jpg);
}
.kat_button.kat_7 {
    background-image: linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0.2)),url(../../images/geschichte.jpg);
}
.kat_button.kat_8 {
    background-image: linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0.2)),url(../../images/religion.jpg);
}
.kat_button.kat_9 {
    background-image: linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0.2)),url(../../images/wirtschaft.jpg);
}
.kat_button.kat_10 {
    background-image: linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0.2)),url(../../images/regionales.jpg);
}
.kat_button.kat_11 {
    background-image: linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0.2)),url(../../images/sport.jpg);
}
.submit.button {
    background-image: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
	background-image: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 28px;
	font-size: 18px;
}
.submit.button:hover {
    background-image: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
	background-image: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-color: rgba(86, 86, 86, 0.61) rgba(0, 0, 0, 0.49) rgba(0, 0, 0, 0.75);
	box-shadow: inset 0px 0px 3px 2px rgba(255, 255, 255, 0.5), 0px 0px 7px 5px rgba(255, 255, 255, 0.8);
}
.auswahl.button, .ergebnis .bantwort:hover {
	background-image: url(../images/button_normal.png);
	background-size: 100% 100%;
	background-color: transparent;
	color: #fff;
	padding: 10px 15px;
	box-shadow: none;
	border: none;
	text-align: center;
}
.auswahl.button:hover, .auswahl.button:active, .hidden:checked + .auswahl, .hidden:hover + .auswahl {
	background-image: url(../images/choice_blue.png);
	box-shadow: none;
	border: none;
}
.disabled + .auswahl.button, .disabled + .auswahl.button:hover {
    color: #aaa;
	background-image: url(../images/button_normal.png);
}
.bantwort_korrekt, .bantwort_korrekt:hover {
	background-image: url(../images/choice_green.png) !important;
}
.bantwort_falsch, .bantwort_falsch:hover {
    background-image: url(../images/choice_red.png) !important;
}
.bantwort_checked, .bantwort_checked:hover {
    background-image: url(../images/choice_blue.png) !important;
}
.label_mc {
	display: inline-block;
}
.kat_disabled, .kat_disabled:hover {
    border-color: #e1e1e1 !important;
	color: #aaa !important;
	text-shadow: 0 -1px 0 rgb(0, 0, 0);
}
.kat_beendet, .kat_beendet:hover {
    border-color: #4a9322 !important;
	color: #aaa !important;
	text-shadow: 0 -1px 0 rgb(0, 0, 0);
	background-image: url(../../images/beendet.png), linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0.2)) !important;
    background-size: 100px, cover !important;
    background-repeat: no-repeat;
	height: 100%;
	position: relative;
	top: -22px;
	background-position: center;
}
.kat_button div {
    margin-bottom: 0;
}
.buttonlabel {
	display: -webkit-box;
	width: fit-content;
	width: -moz-fit-content;
}
.buttonlabel .button {
    padding: 5px 15px 5px 10px;
}
.bodykat_2 .buttonlabel {
    margin: 10px 0 40px 10px;
}
.bicon {
	height: 45px;
	width: 45px;
	max-width: 45px;
	border-radius: 50%;
	box-shadow: -5px 1px 5px rgba(0,0,0,0.5);
	margin-left: -14px;
    margin-top: -2px;
}
.articon {
    width: 20px;
}
.buttonlabel:hover > .bicon, .buttonlabel:hover > .button {
	box-shadow: inset 0px 0px 3px 2px rgba(255, 255, 255, 0.5), 0px 0px 7px 5px rgba(255, 255, 255, 0.8);
}
.buttonlabel:hover > .button {
	border-color: #000;
}
.buttonlabel:hover > .iconlogin {
	background-image: url(../../images/button_loginh.png);
}
.buttonlabel:hover > .iconlogout {
	background-image: url(../../images/button_logouth.png);
}
.buttonlabel:hover > .iconweiter {
	background-image: url(../../images/button_weiterh.png);
}
.buttonlabel:hover > .iconsave {
	background-image: url(../../images/button_saveh.png);
}
.iconlogin {
	background-image: url(../../images/button_login.png);
}
.iconweiter {
	background-image: url(../../images/button_weiter.png);
}
.iconsave {
	background-image: url(../../images/button_save.png);
}
.iconlogout{
	background-image: url(../../images/button_logout.png);
}

.hidden:checked + label div, .hidden:hover + label div {
	color: #c20dc9;
	background-image: url(../../images/joker.png),-moz-linear-gradient(top, #3693d1 0%, #0000ff 100%)!important;
	background-image: url(../../images/joker.png),-webkit-linear-gradient(top, #3693d1 0%,#0000ff 100%)!important;
	background-image: url(../../images/joker.png),linear-gradient(to bottom, #3693d1 0%,#0000ff 100%)!important;
	background-image: url(../../images/joker.png),-webkit-gradient(linear,0 0,0 100%,from(#3693d1),to(#0000ff))!important;
	background-image: url(../../images/joker.png),-o-linear-gradient(top,#3693d1,#0000ff)!important;
	background-image: url(../../images/joker.png),linear-gradient(to bottom,rgba(255,255,255,0.7),rgba(255,255,255,0.4)) !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	border-color: transparent;
	box-shadow: inset 0px 0px 3px 2px rgb(140, 0, 145), 0px 0px 5px 2px rgb(137, 0, 142);
	height: 100px;
	border-radius: 3px;
	border-style: hidden;
}
.hidden_kat:checked + label div, .hidden_kat:hover + label div {
	color: #c20dc9;
	background-image: -moz-linear-gradient(top, #3693d1 0%, #0000ff 100%);
	background-image: -webkit-linear-gradient(top, #3693d1 0%,#0000ff 100%);
	background-image: linear-gradient(to bottom, #3693d1 0%,#0000ff 100%);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#3693d1),to(#0000ff));
	background-image: -o-linear-gradient(top,#3693d1,#0000ff);
	background-image: linear-gradient(to bottom,rgba(255,255,255,0.7),rgba(255,255,255,0.4));
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	border-color: transparent;
	box-shadow: inset 0px 0px 3px 2px rgb(140, 0, 145), 0px 0px 5px 2px rgb(137, 0, 142);
	border-radius: 3px;
	border-style: hidden;
}
.joker_gewaehlt, .joker_gewaehlt:hover {
	color: #fff;
	background-image: url(../../images/joker.png),-moz-linear-gradient(top, #3693d1 0%, #0000ff 100%)!important;
	background-image: url(../../images/joker.png),-webkit-linear-gradient(top, #3693d1 0%,#0000ff 100%)!important;
	background-image: url(../../images/joker.png),linear-gradient(to bottom, #3693d1 0%,#0000ff 100%)!important;
	background-image: url(../../images/joker.png),-webkit-gradient(linear,0 0,0 100%,from(#3693d1),to(#0000ff))!important;
	background-image: url(../../images/joker.png),-o-linear-gradient(top,#3693d1,#0000ff)!important;
	background-image: url(../../images/joker.png),linear-gradient(to bottom,rgba(255,255,255,0.7),rgba(255,255,255,0.4)) !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	border-color: transparent;
	box-shadow: inset 0px 0px 3px 2px rgb(140, 0, 145), 0px 0px 5px 2px rgb(137, 0, 142);
	height: 100px;
	border-radius: 3px;
	border-style: hidden;
}
.hidden_kat:hover + .kat_disabled div, .hidden_kat:hover + .kat_beendet div{
	box-shadow: none;
	background-image: none;
	color: #aaa;
}

.kat_text {
    background-color: rgba(255,255,255,0.5);
	width: 100%;
	display: inline-block;
	padding: 2px;
}
/*.hidden:checked + label div.kat_text, .hidden:hover + label div .kat_text{
	background-color: rgba(255,255,255,0.5);
}*/
.joker {
	box-shadow: inset 0px 0px 3px 2px rgb(140, 0, 145), 0px 0px 5px 2px rgb(137, 0, 142);
}

.bold {
    font-weight: bold;
    font-size: 1.5em;
}
.frage {
    display: block;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	background: rgba(255,255,255,0.2);
	border: none;
	font-size: 1.2em;
	margin: 10px 0 15px 5px;
	padding: 2px 0px 2px 5px;
	width: 100%;
}
.fragen_blitz {
    margin-top: 60px;
}
.fragen_blitz .image {
	transform: none;
}
.fragen_blitz .image {
    height: 300px;
    width: auto;
}
.fragen_blitz .image:hover {
	transform: none;
}
.icon {
	width: 30px;
	height: 30px;
	margin: 0 10px 0 5px;
}
.icon_richtig {
	background-image: url(../images/gruen.png);
}
.icon_falsch {
	background-image: url(../images/rot.png);
}
#start {
    float: left;
}
#counter {
    position: absolute;
    top: 180px;
    text-align: center;
    background-color: red;
    right: 200px;
    padding: 50px 60px;
    border-radius: 20px;
	animation: counter 1.5s infinite;
}
@keyframes counter {
  0%   { opacity: 0.2; }
  100% { opacity: 1; }
}
#counter  p{
    font-size: 3em;
	font-weight: bold;
}
.divprogress {
    display: flex;
	width: 95%;
    position: absolute;
}
/* Progress Bar */
progress {
	margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 30px;
    border-radius: 2px;
    margin: 5px;
}

progress[value]::-moz-progress-bar {
	border-radius: 2px;
    background: 
      linear-gradient(-45deg,
        rgba(255, 255, 255, 0.15) 25%,transparent 25%, 
        transparent 50%, rgba(255, 255, 255, 0.15) 50%, 
        rgba(255, 255, 255, 0.15) 75%,transparent 75%) 
      left/30px 30px repeat-x,
      linear-gradient(to right, #3F83C2 60%, red 70%) left/var(--p,100%) fixed,
      lightgray;
	box-shadow: inset 0px -2px 5px rgba(0, 0, 0, 0.5);
	animation: change 1s linear infinite;
}
progress[value]::-webkit-progress-bar {
	border-radius: 2px;
    background: 
      linear-gradient(-45deg,
        rgba(255, 255, 255, 0.15) 25%,transparent 25%, 
        transparent 50%, rgba(255, 255, 255, 0.15) 50%, 
        rgba(255, 255, 255, 0.15) 75%,transparent 75%) 
      left/30px 30px repeat-x,
      linear-gradient(to right, #3F83C2 60%, red 70%) left/var(--p,100%) fixed,
      lightgray;
	box-shadow: inset 0px -2px 5px rgba(0, 0, 0, 0.5);
	animation: change 1s linear infinite;
}
@-webkit-keyframes change {
  from {background-position:0 0,left}
  to {background-position:30px 0,left}
}
@keyframes change {
  from {background-position:0 0,left}
  to {background-position:30px 0,left}
}
/*
progress[value]::-webkit-progress-bar {
  background-color: #eee;
}
progress[value]::-webkit-progress-value {
  background-image:
	   -webkit-linear-gradient(-45deg, 
	                           transparent 33%, rgba(0, 0, 0, .1) 33%, 
	                           rgba(0,0, 0, .1) 66%, transparent 66%),
	   -webkit-linear-gradient(top, 
	                           rgba(255, 255, 255, .25), 
	                           rgba(0, 0, 0, .25)),
	   -webkit-linear-gradient(left, #09c, #f44); 
    background-size: 35px 20px, 100% 100%, 100% 100%;
	-webkit-animation: animate-stripes 5s linear infinite;
	animation: animate-stripes 5s linear infinite;
}
progress[value]::-moz-progress-bar { 
  background-image:
    -moz-linear-gradient(
      135deg, 
      transparent 33%, 
      rgba(0, 0, 0, 0.1) 33%, 
      rgba(0, 0, 0, 0.1) 66%, 
      transparent 66% 
    ),
    -moz-linear-gradient(
      top, 
      rgba(255, 255, 255, 0.25), 
      rgba(0, 0, 0, 0.25)
    ),
    -moz-linear-gradient(
      left, 
      #09c, 
      #f44
    );
  background-size: 35px 20px, 100% 100%, 100% 100%; 
}
@-webkit-keyframes animate-stripes {
   100% { background-position: -100px 0px; }
}
@keyframes animate-stripes {
   100% { background-position: -100px 0px; }
}*/

.ergebnis .button {
	display: inline-block;
}
.media {
    margin-bottom: 10px;
}
.mediacontainer {
	display: flex;
}
.mediacontainer  a{
	margin-left: auto;
	margin-right: auto;
}
.image {
  width: 480px;
  transition: transform 0.5s;
}
.image:hover {
  transform: scale(2.5);
}
.imageerg{
  width: 240px;
}
video {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.meldung {
	font-size: 110%;
	font-weight: bold;
	color: #FF0000;
	margin: 20px;
}
.fullwidth {
	width: 100%;
}
.info-box-tan {
	background-color: #b9a88e;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}
.info-box-dark {
	background-color: #2D2D35;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}
.blueback {
	background-color: #5CA4FF;
	padding: 20px;
}
.disabled {
	display: none;
}
.hidden, .hidden_kat, .hidden_j {
	visibility: hidden;
	width: 0px;
	margin: 0;
	height: 0px;
}

.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
}

.kontakte {
    clear: both;
	margin: 20px;
	padding-bottom: 1px;
}
.kontakte p {
    line-height: 30px;
	padding-left: 5px;
	background-color: #b7b9bb;
}
.kontakte div {
    float: left;
}

.frage_vis {
    background-color: #f27c7c !important;
    border: 1px solid red;
}

.white a {
    color: #ffffff;
}
.white a:hover {
    color: #808080;
}
.tooltip {
  text-decoration: underline; 
  cursor: help; 
}
[data-tooltip] {
    position: relative;
}
[data-tooltip]::after {
  content: attr(data-tooltip);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
 
  display: block;  
  position: absolute; 
  bottom: 1em;
  left: -6em;
  width: 15em;
  padding: 0.5em;
  z-index: 100;
  color: #000; 
  background-color: #ffebe6;
  border: solid 1px #c32e04;
  border-radius: 0.5em;  
}
[data-tooltip]:hover::after {
  opacity: 1;
}

/* TABLE */
table {
    margin: 20px 0px;
}
.liste {
	border-collapse: separate;
	border-spacing: .2em;
	margin-left: 2em;
	box-shadow: .5em .5em 1em #666;
	position: relative;
	z-index: 1;
	border-radius: 0 0 20px 0;
	border: 8px solid transparent;
 }
 tbody tr:nth-child(even) td { 
  background-color: #e4ebf2; 
  color: #000; 
}
.finalliste tbody tr:last-child td {
    background-color: gold;
}
.finalliste tbody tr:nth-last-child(2) td {
    background-color: #dfdfdf;
}
.finalliste tbody tr:nth-last-child(3) td {
    background-color: #ad6314;
}
caption {
  color: white;
  background: hsl(13, 96%, 39%);
  font-size: 1.5em;
  box-shadow: .1em .1em .1em 0 hsl(0, 0%, 50%);
  padding: .2em .2em .2em 2em;
  width: auto;
  margin-left: -.6em;
  position: relative;
  text-align: left;
}
caption::before {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  width: 0;
  top: 1em;
  left: -.6em;
  border-style: solid;
  border-width: .6em;
  border-color: transparent hsl(13, 96%, 35%) transparent transparent;
  z-index: -1;
}
thead {
    font-weight: bold;
}
td {
    padding: 2px 5px;
	vertical-align: middle;
	box-shadow: inset 1px 3px 5px -3px rgba(0,0,0,0.5);
}
/* LOGIN */
.login {
	margin-left: 2em;
	box-shadow: .5em .5em 1em #666;
	border-radius: 0 0 20px 0;
	display: inline-block;
}
.login form {
	padding: 20px;
}

/* FORM */
form {
	display: table;
}
form div {
    margin-bottom: 20px;
}
fieldset {
    border: none;
}
label {
	display: inline-block;
	width: 160px;
}
form li {
    list-style: none;
}
input {
    margin: 5px 5px 10px 5px;
}

.lastline {
	height: 1px;
}

/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 30px;
	}
	
	h2 {
		margin: 20px 0;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 100%;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
}

