body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.content {
  padding-top: 1px;
  max-width: 80%;
  float: left;
  border-left: auto;
  border-right: auto;
}

.sticky {
  position: fixed;
}

{
  box-sizing: border-box;
}

body {
  margin: 0;
}

.fakemenu {
	float: left; 
	width: 250px;
	height: 200px;
	display: none;
}

.menus {
	float: left; 
	width: 250px;
	font-size: 0.9vw;
  padding-bottom: 5px;

}

.menus a {
  display: block;
  color: black;	
  border-radius: 5px;
  background-color: lightgray;
  padding: 10px 5px;
  text-decoration: none;
  margin-top: 5px;
}

.menus a:hover {
  background-color: gray;
  color: black;
}

.reclame {
	float: right; 
	max-width: 20%;
	font-size: 0.9vw;
}

.reclame a {
  border-radius: 5px;
  display: block;
  color: black;	
  background-color: lightgray;
  text-align: center;
  padding: 10px 5px;
  text-decoration: none;
  margin-top: 5px;
}

.reclame a:hover {
  background-color: gray;
  color: black;
}

.header {
  background-color: #f1f1f1;
  text-align: center;
  height: 150px;
  width: 100%;
  z-index: 10;
}

.fakeheader {
	display: none;
	height: 150px;
	width: 100%;
}


.column {
  float: left;
  max-width: 70%;
  color: #f2f2f2;
  display: block;
}


.ch {
  float: right;
  width: 33.3%;
  display: block;
  color: #f1f1f1;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.proba {
  display: inline-block;
  width:100%;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width:1000px) {
/*  .column {
    width: 100%;
background: #555;
  color: #f1f1f1;
  }
  .ch {
  width: 100%;
  display: block;
  color: #f1f1f1;
  }
  
  .menus {
	  float: left; 
	  max-width: 1000px;
  }
  
  .content {
	padding-top: 1px;
  max-width: 1000px;
  float: left;
  border-left: auto;
  border-right: auto;
  }
  */
}
.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    color: #f1f1f1;
    background-color: rgba(235, 235, 235, 0.80);
    border-radius: 5px;
    padding: 1em;
    display: none;
}
.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}
/* --------POPUP ---------------*/
.popupcr{
  background-color: #f2f2f2;
  width: 450px;
  padding: 30px 40px;
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-radius: 8px;
  /* border: 3px solid #262626; rgb(190, 22, 22) */
  background-color: #e6e6e6;
  color: black;
  display: none;
  z-index: 9999;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2), 0 12px 26px 0 rgba(0, 0, 0, 0.19);
}

.h1-title{
  border-bottom: 2px solid rgb(190, 22, 22);
}

.popupcr p{
  text-align: justify;
  margin: 20px 0;
}

.popupcr h2{
  text-align: justify;
  margin: 20px 0;
}

.popupcr a{
  text-decoration: none;
  background-color: #262626;
  border: 2px solid rgb(190, 22, 22);
  padding: 5px;
  border-radius: 20px;
  color: white;
  font-size: 20px;
  margin: auto;
  align-items: center;
  align-self: center;
}

@media screen and (max-width: 450px) {
  .popupcr {
    width: 300px;
  }

  .popupcr-title-h1{
    font-size: 23px;
  }

  .popupcr-subtitle-h2{
    font-size: 19px;
  }
}
/* --------END POPUP ---------------*/

.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-baqh{text-align:center;vertical-align:top}
.tg .tg-0lax{text-align:left;vertical-align:top}