@font-face{
  font-family:"Dax W01 Regular";
  src:url("fonts/5557960/ece88577-b8b8-43cf-a4b2-cee1bf0640b7.eot?#iefix");
  src:url("fonts/5557960/ece88577-b8b8-43cf-a4b2-cee1bf0640b7.eot?#iefix") format("eot"),
  url("fonts/5557960/c945938b-c6f1-45ce-81b4-27cdab6611c5.woff2") format("woff2"),
  url("fonts/5557960/d050c6b0-688c-4ffa-a322-80eee7ecdbd1.woff") format("woff"),
  url("fonts/5557960/e300767a-3d9e-49db-ae5c-ad1e0609e480.ttf") format("truetype")
}

@font-face{
  font-family:"Dax W01 Medium";
  src:url("fonts/5559351/5323bc39-8987-47cd-8f94-4402b78570a1.eot?#iefix");
  src:url("fonts/5559351/5323bc39-8987-47cd-8f94-4402b78570a1.eot?#iefix") format("eot"),
  url("fonts/5559351/4c02235c-5b87-4303-ad70-89daa8187ef1.woff2") format("woff2"),
  url("fonts/5559351/b6096034-911a-4987-80e2-102c62f58fb2.woff") format("woff"),
  url("fonts/5559351/7926c9b3-d774-429b-a204-2ef9f5a1e178.ttf") format("truetype")
}

@font-face{
  font-family:"Dax W01 Black";
  src:url("fonts/5559385/e0a33fe3-02ff-40f5-8bdb-115a0790d3a2.eot?#iefix");
  src:url("fonts/5559385/e0a33fe3-02ff-40f5-8bdb-115a0790d3a2.eot?#iefix") format("eot"),
  url("fonts/5559385/edef5ecc-ea14-49b3-a9bc-d3ab97494581.woff2") format("woff2"),
  url("fonts/5559385/665b18b5-9aae-4c82-b1c3-e868a8f34336.woff") format("woff"),
  url("fonts/5559385/73e27897-b9c1-4236-8693-25c4b83ed699.ttf") format("truetype")
}

@font-face{
  font-family:"Dax W01 Bold";
  src:url("fonts/5559774/85405ba1-43c8-4a3a-8428-22b1f50de09f.eot?#iefix");
  src:url("fonts/5559774/85405ba1-43c8-4a3a-8428-22b1f50de09f.eot?#iefix") format("eot"),
  url("fonts/5559774/cdf95fd0-9d1f-4daa-82ea-b25dbd236444.woff2") format("woff2"),
  url("fonts/5559774/a7bdb1d5-35e0-4e9a-a581-75a95390fdf6.woff") format("woff"),
  url("fonts/5559774/0e2c4516-abd0-40b6-b075-f67bc7b1f0b7.ttf") format("truetype")
}


body {
	color: #000;
    font-family:"Dax W01 Medium";
/*     font-size: 0.875em; */
/*     line-height: 2.5em; */
    padding: 20px;
/*     background-color: #444; */
    background: url("logo.png") no-repeat 0 0;
}

.loader{
   background-image: url('https://clicktodata.lobster-development.de/cropped-lobster-icon-192x192.png');
   height: 192px;
   width: 192px;
   display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin:-60px 0 0 -60px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.landing-page {
	background: url('lobster_cafe.jpg') no-repeat center center fixed;
    background-color: #000;
    color: #fff;
}
.landing-page a, .landing-page a:hover, .landing-page a:active, .landing-page a:visited {
	color: #00eb78;
	text-decoration: none;
	font-size: 1.5em;
}

a, a:visited, a:active {
    color: #0ca500;
}
a:hover {
    color: #0cb500;
}

fieldset {
    border:2px solid #00eb78;
/*     color: #00a050; */
    background-color: #fafafa;
/*     -moz-border-radius:8px; */
/*     -webkit-border-radius:8px;   */
/*     border-radius:8px;   */
    padding: 20px;
}

fieldset legend {
	font-size: 16px;
    font-family:"Dax W01 Regular";
	 color: #000;
/* 	 color: #00eb78; */
	 padding: 0 10px;
}

.headline {
	color: #000000;
    font-size: 2.5em;
    font-family:"Dax W01 Black";
    line-height: 1.05em;
    font-weight: normal;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    margin-left:170px;
}

.h1, h1{
    color: #000000;
    font-size: 3.75em;
    font-family:"Dax W01 Black";
    line-height: 1.05em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal;
    background-color: #fff;
  }

.h2, h2{
    color: #000000;
    font-size: 2.5em;
    font-family:"Dax W01 Black";
    line-height: 1.05em;
    font-weight: normal;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 0.05em;
    padding-bottom: 0.05em;
    padding-left: 0.015em;
    padding-right: 0.125em;
    background-color: #fff;
    margin-left:170px;
  }

.h3, h3{
    color: #000000;
    font-size: 2em;
    font-family:"Dax W01 Black";
    font-weight: normal;
    line-height: 0.875em;
    text-transform: uppercase;
    white-space: nowrap;
  }

.h4, h4 {
    color: #000000;
    font-size: 1.35em;
    font-family:"Dax W01 Black";
    font-weight: normal;
    line-height: 0.875em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
  }
  
.h5, h5 {
    color: #000000;
    font-size: 1.35em;
    line-height: 1.35em;
    font-family:"Dax W01 Medium";
    font-weight: normal;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }
  
ul li{
    list-style: none;
    list-style-image: none;
    list-style-position: none;
    list-style-type: none;
    word-spacing: 4pt;
  }
  
 li span {
	padding-top: 2px;
    color: #aaa;
 }

ul#VH_INT_TEST_DESC_1 li {
  display:inline;
}

ul#VH_INT_TEST_DESC_2 li {
  display:inline;
}

ul#VH_INT_TEST_DESC_3 li {
  display:inline;
}

ul#VH_INT_TEST_DESC_4 li {
  display:inline;
}

.buttons {
	font-family: "Dax W01 Regular";
	border : 2px solid #00eb78;
	font-size : 16px;
	color : #00eb78;
	padding : 8px 18px;
	cursor: pointer;
	background-color: #fff;
	letter-spacing: 1px;
    text-transform: uppercase;
	background-color: #00412D;
	margin-left: 2px;
}

input[type=text] {
	height: 20px;
	font-size: 16px;
	font-family: "Dax W01 Regular";
}

.buttons:hover {
	position:relative;
	top:-1px;
	background-color: #00513D;
}

.buttons:active {
	position:relative;
	top:1px;
}

.buttons::before {
    content: "_";
    }

#newPost {
	margin: 0 auto;
	width: 90%;
}

#charCounter {
	float:right;
}

textarea {
    width: 100%;
	height: 10em;
}

textarea.fixed {
    width: 62%;
	height: 3em;    
    overflow-x:hidden;
}

#content {
	width: 95% ;
	margin-top: 30px;
	margin-left: 5 ;
	margin-right: auto;
	margin-bottom: 10px;
	font-family: "Dax W01 Regular", Calibri, Verdana, sans-serif ;
	word-spacing:2pt;
	font-size:16px;
}

table {
	font-weight:normal;
	color:#000000;
	word-spacing:2pt;
	text-align:left;
	font-family: "Dax W01 Regular", Calibri, Verdana, sans-serif ;
	font-size:14px;
	width: 100%;
	margin-top: 10px;
	border: none;
    border-collapse: collapse;
    border-spacing: 0;
}

tr:nth-child(even) {
    background-color: #f5f5f5;
}

tr:hover {
	background-color: #ddffdd;
/* 	background-color: #4d4f5b; */
/*     transition: background-color 0.2s ease-in-out; */
}
tr:first-child:hover {
    background-color: #fff;
}

td {
	padding: 8px;
}

th {
	padding: 8px;
	font-family: "Dax W01 Medium", Calibri, Verdana, sans-serif ;
}

.ssh-key {
	font-family: "Courier New", monospace, sans-serif;
}

.selection-box {
    width: 150px;
    float: left;
    cursor: pointer;
    margin-right: 30px;
}

.selection-box:hover {
    text-shadow: #ccc 1px 1px;
    position: relative;
    top: -1px;
}
.selection-box:hover * {
    cursor: pointer;
}

 /* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  font-family: "Dax W01 Regular";
  float: left;
  margin-left:10px;
  padding : 5px 5px;
  color : #00eb78;
  border : 2px solid #00eb78;
  background-color: #00412D;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
}

/* Change background color of buttons on hover */
.tab button:hover {
	position:relative;
	top:-1px;
	background-color: #00513D;
}

/* Create an active/current tablink class */
.tab button.active {
	position:relative;
	top:1px;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
} 

.dot_red {
  height: 25px;
  width: 25px;
  background-color: #A00;
  border-radius: 50%;
  display: inline-block;
}

.dot_green {
  height: 25px;
  width: 25px;
  background-color: #0A0;
  border-radius: 50%;
  display: inline-block;
}

.dot_red_mini {
  height: 16px;
  width: 16px;
  background-color: #A00;
  border-radius: 50%;
  display: inline-block;
}

.dot_green_mini {
  height: 16px;
  width: 16px;
  background-color: #0A0;
  border-radius: 50%;
  display: inline-block;
}

.table_links {
  color: #0ca500;
}

.divider{
    width:5px;
    height:1px;
    display:inline-block;
}

.circular {
  font-family: "Dax W01 Regular";
  font-weight: bold;
  color : #00eb78;
  border : 2px solid #00eb78;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  position: relative;
  font-family: arial;
  font-size: 1.1em;
  background: #00412D;
  border-radius: 50%;
  padding: 50px 70px;
  max-width: 300px;
}
.circular1 {
  background: #00412D;
  width: 20px;
  padding: 20px;
  border-radius: 50%;
  position: absolute;
  left: 140px;
  bottom: -50px;
}
.circular2 {
  background: #00412D;
  width: 10px;
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  left: 120px;
  bottom: -100px;
}

.demo_edition_row {
  background-color: Aquamarine !important;
}

.floating-div {
  background-color: #0A0;
  padding: 10px 50px;
  color:#FFF;
  font-size: 20px;
  margin-top:10px;
  
}

.sticky {
  position: fixed; 
  top: 10px;
  right:18px;
  margin: 0;
  width: 150px;
}

.abs {
  position: absolute; 
  bottom: 10px;
  right:10px;
  width: 100px;
}

.clearfix:after {
    content:"";
    display:block;
    clear:both;
}