/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
  scroll-behavior: smooth;
}
body {
	font-family:Helvetica, Verdana, sans-serif;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

i { 
    font-style: italic;
}

.clear {clear:both;}

#wrap {width:960px;margin:75px auto 0 auto;}

a {color:#417898;text-decoration:none;}
a:hover {color:#778996;text-decoration:underline;}

a.link {padding: 3px 4px;background:#e6e6e6;color:#737373;border-radius:3px;transition:0.3s;}
a.link:hover {background: #124ca9;color:white;text-decoration:none;}
.mailIco, .phoneIco, .faxIco {width:18px;margin:0 3px 0 0;vertical-align:-3px;}

/************  Header ****************/
header {position:absolute;top:0;height:44px;width:100%;border-bottom:2px solid #778996;background:url('img/headerBg.jpg') repeat;}


/************  Navigation ****************/
nav {height:44px;background:url('img/headerBg.jpg') repeat;border-bottom:2px solid #778996;width:960px;margin:0 auto;}
nav a {display:block;text-align:center;line-height:44px;color:#ddd;text-decoration:none;}
nav a:hover {text-decoration:none;background:url('img/menuHover.jpg') repeat;color:white;}
nav .current {background:url('img/menuHover.jpg') repeat;color:white;}

/************  Aside (Sidebar) ****************/
#weyse {background:url('img/weyse.jpg') no-repeat;height:300px;background-size:90%;}
h1 {font-size:25px;margin:28px 0 20px 0;font-weight:100;}
h2 {font-size:17px;margin:0 0 5px 0;font-weight:500;}
h3 {font-size:15px;font-weight:500;}
#text, #sidebar {font-size:13px;line-height:20px;color:#192f3b;

	 animation: fadein 0.7s;
    -moz-animation: fadein 0.7s; /* Firefox */
    -webkit-animation: fadein 0.7s; /* Safari and Chrome */
    -o-animation: fadein 0.7s; /* Opera */

}
#sidebar h3 {margin:20px 0 0 20px;}
#sidebar p {margin:5px 0 0 20px;}

/************  Footer ****************/
footer {width:100%;border-top:6px solid #192f3b;margin:30px 0 0 0;font-size:13px;line-height:30px;text-align:right;}












@keyframes fadein {
    from {
        opacity:0;
		margin-top:15px;
    }
    to {
        opacity:1;
		margin-top:0;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
		margin-top:15px;
    }
    to {
        opacity:1;
		margin-top:0;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
		margin-top:15px;
    }
    to {
        opacity:1;
		margin-top:0;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
		margin-top:15px;
    }
    to {
        opacity: 1;
		margin-top:0;
    }
}






@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

/* General Buttons */
button {
  width: 225px;
  height: 40px;
  background: linear-gradient(to bottom, #4eb5e5 0%,#389ed5 100%); /* W3C */
  border: none;
  border-radius: 5px;
  position: relative;
  border-bottom: 4px solid #2b8bc6;
  color: #fbfbfb;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  text-shadow: 1px 1px 1px rgba(0,0,0,.4);
  font-size: 15px;
  text-align: left;
  text-indent: 5px;
  box-shadow: 0px 3px 0px 0px rgba(0,0,0,.2);
  cursor: pointer;

/* Just for presentation */  
  display: block;
  margin: 0;
  margin-bottom: 20px;
  -webkit-transition: width 0.8s; /* For Safari 3.1 to 6.0 */
  transition: width 0.8s;
}

button:hover {
    background: linear-gradient(to bottom, #4eb0de 0%,#0688ce 100%); /* W3C */
    border-bottom: 4px solid #1371ab;
}

button:active {
  box-shadow: 0px 2px 0px 0px rgba(0,0,0,.2);
  top: 1px;
}

button:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: 20px solid #187dbc;
  border-bottom: 20px solid #187dbc;
  border-left: 16px solid transparent;
  border-right: 20px solid #187dbc;
  position: absolute;
  opacity: 0.6; 
  right: 0;
  top: 0;
  border-radius: 0 5px 5px 0;  
}

/* Button pointing left */

button.back {
  text-align: right;
  padding-right: 12px;
  box-sizing: border-box;
}
button.back:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: 20px solid #187dbc;
  border-bottom: 20px solid #187dbc;
  border-right: 16px solid transparent;
  border-left: 20px solid #187dbc;
  position: absolute;
  opacity: 0.6; 
  left: 0;
  top: 0;
  border-radius: 5px 0 0 5px;    
}

/* Single buttons */

button.site {
  width: 40px;
  text-align: center;
  text-indent: 0;
}
button.site:after{
  display: none;
}





/* Presentation stuff */
.holder {
  width: 400px;
  background: #efefef;
  padding: 30px 10px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 20px;  
  text-align: center;
}

h1 {
  font: 400 16px 'Open Sans';
  text-transform: uppercase;
  color: #999;
  text-shadow: 1px 1px 1px #fff;
  margin-bottom: 30px;
}



/*//////////////////////////////////////////////////////////////////
[ Table setup ] */

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 0;
}

.wrap-table100 {
  width: 960px;
  border-radius: 10px;
  
}

.table {
  width: 100%;
  display: table;
  margin: 0 0 45px 0;
}

@media screen and (max-width: 768px) {
  .table {
    display: block;
  }
}

.row {
  display: table-row;
  background: #ececff;
}

.row.header {
  color: #ffffff;
  background: linear-gradient(to bottom, #4483aa 0%,#31586e 100%);
}

@media screen and (max-width: 768px) {
  .row {
    display: block;
  }

  .row.header {
    padding: 0;
    height: 0px;
  }

  .row.header .cell {
    display: none;
  }

  .row .cell:before {
    font-family: sans-serif;
    font-size: 12px;
    color: #808080;
    line-height: 1.2;
    text-transform: uppercase;


    margin-bottom: 13px;
    content: attr(data-title);
    min-width: 98px;
    display: block;
  }
}

.cell {
  display: table-cell;
}

@media screen and (max-width: 768px) {
  .cell {
    display: block;
  }
}

.row .cell {
  font-family: sans-serif;
  font-size: 13px;
  color: #666666;
  line-height: 1.2;


  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f2f2f2;
}

.row.header .cell {
  font-family: sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;

  border-radius:8px 8px 0 0;


  padding-top: 10px;
  padding-bottom: 10px;
}

.row .cell:nth-child(1) {
  /*width: 360px;*/
  padding-left: 10px;
}

.table .row:nth-child(even) {
  background:#f9f9f9;
  transition: 0.3s;
}

/*.row .cell:nth-child(2) {
  width: 160px;
}

.row .cell:nth-child(3) {
  width: 250px;
}

.row .cell:nth-child(4) {
  width: 190px;
}*/


.table, .row {
  width: 100% !important;
}

.row:hover {
/*  background-color: #ececff;
  cursor: pointer;*/
}
.titelCell {
  font-weight:600;
}
.dataCell {
  transition: 0.3s;
}
.dataCell:hover {
  background-color: #fcfcfc;
  box-shadow:0px 5px 30px #b9cce2;
  position: relative;
  bottom:1px;
  margin-bottom:-5px;
  cursor:default!important;
}

@media (max-width: 768px) {
  .row {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 18px;
    padding-top: 30px;
    padding-right: 15px;
    margin: 0;
  }
  
  .row .cell {
    border: none;
    padding-left: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .row .cell:nth-child(1) {
    padding-left: 30px;
  }
  
  .row .cell {
    font-family: sans-serif;
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
  }

  .table, .row, .cell {
    width: 100% !important;
  }
}


/* SIDEBAR STYLES */
#sidebar ul {
    padding: 0 0 0 20px;
    margin: 40px 0 0 0;
}
#sidebar ul li {
    padding: 8px 0;
    margin:3px 0;
    text-indent: 12px;
    border-radius: 4px;
    border: 1px solid #9f9f9f;
    font-weight: bold;
    background: rgb(15,180,215);
    background: linear-gradient(90deg, rgb(68, 132, 171) 0%, rgb(42, 73, 90) 100%);
    transition: 0.5s;
}
#sidebar ul li a {
    color:white;
    display:block;
}

#sidebar ul li:hover {
    background: rgb(15,180,215);
    background: linear-gradient(90deg, rgb(110, 170, 206) 21%, rgba(48,106,130,1) 100%);
    text-indent:20px;
}
#sidebar ul li a:hover {
    text-decoration:none;
}