/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body { font-size: 14px; background: #fff;  color: #444; font-family: "IBM Plex Sans", sans-serif; overflow-x: hidden;}
a {  color: #339933;  transition: 0.5s;}
a:hover,a:active,a:focus {  color: #206020;  outline: none;  text-decoration: none;}
h1,h2,h3,h4,h5,h6 {  font-family: "Montserrat", sans-serif;  font-weight: 400;  margin: 0;  padding: 0;}
::-moz-selection    {  background: #339933;  text-shadow: none;}
::selection         {  background: #339933;  text-shadow: none;}
img::selection      {  background: transparent;}
img::-moz-selection {  background: transparent;}
.form-control {border-radius: 0;}
.modal-content {border-radius: 0;}
.color-primary { color: #339933;}
/*--------------------------------------------------------------
# Scrollbar
--------------------------------------------------------------*/
::-webkit-scrollbar {  width: 10px;}
::-webkit-scrollbar-track {  box-shadow: inset 0 0 5px grey;   border-radius: 0px;}
::-webkit-scrollbar-thumb {  background: #206020;   border-radius: 0px;}
::-webkit-scrollbar-thumb:hover {  background: #339933; }
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.section-header h3 {  font-size: 36px;  color: #339933;  text-align: center;  font-weight: 700;  position: relative;  font-family: "Montserrat", sans-serif;}
.section-header p {  text-align: center;  margin: auto;  font-size: 15px;  padding-bottom: 5px;  color: #535074;  width: 70%;}
.section-bg {  background: #f5f8fd;}
.section-title-divider { background: #339933;width: 200px;height: 3px;margin: 0 auto;margin-bottom: 20px;margin-top: 20px; }
/*--------------------------------------------------------------
#  BOX & WHY Section
--------------------------------------------------------------*/
#why {  padding: 60px 0 40px 0;}
.box {  padding: 5px;  position: relative;  overflow: hidden;  border-radius: 10px;  margin: 0 10px 10px 10px;  background: transparent; box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);  transition: all 0.3s ease-in-out;  text-align: center;}
.box:hover {  -webkit-transform: scale(1.2);  transform: scale(1.2);}
.title {  font-weight: 700;  margin-bottom: 2px;  font-size: 18px;}
.title a {  color: #111}
.box:hover .title {  color: #339933;}
.description {  font-size: 12px;  margin-bottom: 0;  text-align: center;}

.bereich  {  padding: 60px 45px 25px 45px;   width: 100%;}
.earn  {  padding: 150px 25px 25px 25px;  margin-right: auto;    margin-left: auto; display: table;    width: 100%;    height: 100vh;   background: #f5f8fd url("../img/intro-bg.jpg") center top no-repeat;  background-size: cover; }

/*--------------------------------------------------------------
#  Offers Section
--------------------------------------------------------------*/
.offers  {  padding: 100px 45px 25px 45px;   width: 100%;}
.ribbon {   position: absolute;   right: -5px; top: -5px;   z-index: 1;   overflow: hidden;   width: 75px; height: 75px;   text-align: right;}
.ribbon span {   font-size: 10px;   color: #fff;   text-transform: uppercase;   text-align: center;   font-weight: bold; line-height: 20px;   transform: rotate(45deg);   width: 100px; display: block;   background: #339933;   background: linear-gradient(#71c55d 0%, #339933 100%);   box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);   position: absolute;   top: 19px; right: -21px;}
.ribbon span::before {   content: '';   position: absolute;   left: 0px; top: 100%;   z-index: -1;   border-left: 3px solid #339933;   border-right: 3px solid transparent;   border-bottom: 3px solid transparent;   border-top: 3px solid #339933;}
.ribbon span::after {   content: '';   position: absolute;   right: 0%; top: 100%;   z-index: -1;   border-right: 3px solid #339933;   border-left: 3px solid transparent;   border-bottom: 3px solid transparent;   border-top: 3px solid #339933;}
.card-subtitle {    padding-top: 15px;}
.card {  width: 220px; height: 140px;  border-radius: 0;  background: #999999;  border: 1px solid #339933;  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);  transition: 0.3s;  margin: 10px;}
.card:hover img{  -webkit-transform: scale(2);  transform: scale(2);}
.card:hover {  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.center {    display: block;    margin-left: auto;    margin-right: auto;    width: 50%;}
.badge{ margin-right: 3px}
/*--------------------------------------------------------------
#  Dasboard Section
--------------------------------------------------------------*/
#dashboard td.rechts {  text-align: right;}
#dashboard th, td {  border-bottom: 1px solid #ddd; }
#dashboard tr:nth-child(even) {background-color: #f2f2f2;}
#tblIOTA{ color: #000; font-size: 12px;}
#tblIOTA tr:nth-child(even) {background-color: #fff;}
.contact  { padding: 80px 50px; color: #fff;   background-color: #595959;    background-image: url('../img/map-image.png') ;    background-position: center;    background-repeat: no-repeat; display: table;    width: 100%;    height: 100vh; }
#contact .social-links a {  display: inline-block;  margin-bottom: 5px; }
#contact .social-links a:hover { -webkit-transform: scale(1.5);  transform: scale(1.5);}
.btn {  font-size:14px; padding:5px 8px;  border-radius: 0; }
.btn:hover, .btn:focus {  border: 1px solid #339933; background-color: transparent;color: #339933; transition: 0.8s; }
.btn-success { color: #fff;background-color: #339933;border-color: #339933;}
.alert {color: #000; padding: 0.75rem 1.25rem; position: relative;    margin-bottom: 1rem;  border: 1px solid transparent;  border-radius: 0;}
.alert h1,.alert h2,.alert h3,.alert h4,.alert h5{ color: #000;}
.alert-success {  color: #155724;  background-color: #d4edda;  border-color: #c3e6cb;}
.panel {margin-bottom: 10px;margin-top: 5px;  background-color: #fff;border: 1px solid #339933;border-radius:0;      transition: box-shadow 0.5s;  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);}
.panel-success .panel-heading {      color: #fff !important;      background: linear-gradient(45deg, #339933, #71c55d);     padding: 5px;      border-bottom: 1px solid transparent;      border-top-left-radius: 0px;      border-top-right-radius: 0px;      border-bottom-left-radius: 0px;      border-bottom-right-radius: 0px;  }
.panel-body{      background-color: #fff;      padding: 8px 8px;}
.panel:hover {      box-shadow: 5px 0px 15px #339933;  }
.tab {    overflow: hidden;    border: 1px solid #ccc;    background-color: #f1f1f1;}
.tab a {    background-color: inherit;    float: center;    border: none;    outline: none;    cursor: pointer;    padding: 4px 6px;    transition: 0.3s;}
.tab a:hover {    background-color: #ddd;}
.tab a.active {    background-color: #ccc;}
.tabcontent {    padding: 6px 12px;    border: 1px solid #ccc;    border-top: none;}
.back-to-top {  position: fixed;  display: none;  background: linear-gradient(45deg, #339933, #71c55d);  color: #fff;  padding: 8px 10px 8px 10px;  font-size: 16px;  border-radius: 4px 4px 0 0;  left: 25px;  bottom: 0;  transition: none;}
.back-to-top:hover {  background: linear-gradient(45deg, #71c55d, #339933);  color: #fff;}
.help {  position: fixed;  background: linear-gradient(45deg, #339933, #71c55d);  color: #fff;  padding: 10px 10px 10px 10px;  font-size: 22px;  border-radius: 4px 4px 4px 4px;  right: 50px;  bottom: 260px;  transition: none; }
.help:hover {  background: linear-gradient(45deg, #71c55d, #339933);  color: #fff;}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .section-title-divider { width: 100px; }
  #faq #faq-list a {    font-size: 18px;  }
  #faq #faq-list i {    top: 13px;  }
  h1{ font-size: 35px; }h2{ font-size: 20px; }h3,h4{ font-size: 15px; }
  .help { padding: 5px 5px 5px 5px; font-size: 14px; }
}
@media (max-width: 991px) {
  #topbar {    display: none;  }
  #header {    height: 70px;    padding: 15px 0;  }
  #header .logo h1 {    font-size: 28px;    padding: 8px 0;  }
}
/* Styles for card mode (presentational styles are marked as optional) */
@media (max-width: 855px) {
  #tableList table {    display: block;  }
  #tableList thead {    display: none;  }
  #tableList tbody {    display: table;  }
  #tableList tr {    display: table-row-group;  }
  #tableList tr:nth-child(odd) {      background-color: #f9f9f9; /* optional */    }
  #tableList td {    display: table-row;  }
  #tableList td:before,    #tableList td > span {      display: table-cell;      padding: 7px 13px; /* optional */      border: 1px solid #e8e8e8; /* optional */    }
  #tableList td:before {      content: attr(data-label);      font-weight: 600; /* optional */    }
}
/* Styles for normal mode (all are optional, presentational styles) */
@media (min-width: 856px) {
  #tableList th {    white-space: nowrap;    font-weight: 600; background-color: #339933;    color: white;  }
  #tableList th, #tableList td {    padding: 7px 13px;    border: 0;  }
  #tableList tr:hover {background-color: #ddd;}
}
/* input Style Section
--------------------------------*/
.form__group {  position: relative;  padding: 15px 0 0;  margin-top: 10px;  width: 50%;}
.form__field {  width: 100%;  border: 0;  border-bottom: 2px solid #9b9b9b;  outline: 0;  font-size: 14px;  color: #9b9b9b;  padding: 7px 0;  background: transparent;  transition: border-color 0.2s;}
.form__field::placeholder {  color: transparent;}
.form__field:placeholder-shown ~ .form__label {  font-size: 13px;  cursor: text;  top: 20px;}
.form__label {  position: absolute;  top: 0;  display: block;  transition: 0.2s;  font-size: 13px;  color: #9b9b9b;}
.form__field:focus {  padding-bottom: 6px;  font-weight: 700;  border-width: 3px;  border-image: linear-gradient(to right, #339933, #206020);  border-image-slice: 1;}
.form__field:focus ~ .form__label {  position: absolute;  top: 0;  display: block;  transition: 0.2s;  font-size: 16px;  color: #339933;  font-weight: 700;}
/* reset input */
.form__field:required, .form__field:invalid {  box-shadow: none;}
/* Clients Section
--------------------------------*/
#clients {  padding: 60px 0;}
#clients img {  max-width: 80%;  opacity: 0.3;  transition: 0.3s;  padding: 15px 0;}
#clients img:hover {  opacity: 1;}
#clients .owl-nav,#clients .owl-dots {  margin-top: 5px;  text-align: center;}
#clients .owl-dot {  display: inline-block;  margin: 0 5px;  width: 12px;  height: 12px;  border-radius: 50%;  background-color: #ddd;}
#clients .owl-dot.active {  background-color: #339933;}
/* Frequently Asked Questions Section
--------------------------------*/
#faq {  padding: 60px 0;  overflow: hidden;}
#faq #faq-list {  padding: 0;  list-style: none;}
#faq #faq-list li {  border-bottom: 1px solid #ebebeb;}
#faq #faq-list a {  padding: 22px 0;  display: block;  position: relative;  font-family: "Montserrat", sans-serif;  font-size: 20px;  line-height: 1;  font-weight: 400;  padding-right: 20px;}
#faq #faq-list i {  font-size: 24px;  position: absolute;  right: 0;  top: 20px;}
#faq #faq-list p {  margin-bottom: 20px;}
#faq #faq-list a.collapse {  color: #339933;}
#faq #faq-list a.collapsed {  color: #000;}
#faq #faq-list a.collapsed i::before {  content: "\f2c7" !important;}
#faq-list h5.collapsed i::before {  content: "\f055" !important;}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {  padding: 0 0 5px 0;  font-size: 14px;  transition: all 0.5s;}
#topbar .social-links {  text-align: right;}
#topbar .social-links .discord:hover {color: #7289DA;}
#topbar .social-links .twitter:hover {color: #00aced;}
#topbar .social-links .facebook:hover {color: #3b5998;}
#topbar .social-links .skype:hover {color: #00aff0;}
#topbar .social-links .telegram:hover {color: #0088cc;}
#topbar .social-links .btalk:hover {color: #FF9900;}
#topbar .social-links .insta:hover {color: #8a3ab9;}
#topbar .social-links .reddit:hover {color: #FF4500;}
#topbar .social-links .medium:hover {color: #00ab6c;}
#topbar .social-links a { color: #6a737b; padding: 3px 6px;  display: inline-block;  line-height: 1px;}
#topbar .social-links a:hover {  color: #339933;}
#topbar .social-links a:first-child {  border-left: 0;}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {  height: 110px;  transition: all 0.5s;  z-index: 997;  transition: all 0.5s;  padding: 20px 0;  position: fixed;  left: 0;  top: 0;  right: 0;  transition: all 0.5s;  z-index: 997;}
#header.header-scrolled,
#header.header-pages {  height: 70px;  padding: 15px 0;  background-color: #fff;  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);}
#header.header-scrolled #topbar,
#header.header-pages #topbar {  display: none;}
#header .logo h1 {  font-size: 36px;  margin: 0;  padding: 0;  line-height: 1;  font-weight: 400;  letter-spacing: 3px;  text-transform: uppercase;}
#header .logo h1 a {  color: #339933;  text-decoration: none;}
#header .logo h1 a:hover {  color: #206020;  text-decoration: none;}
#header .logo img {  padding: 0;  /*margin: 7px 0;*/  max-height: 70px;}
.main-pages {  margin-top: 60px;}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #206020;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #339933;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
  color: #339933;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #339933;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #339933;
}

.main-nav .drop-down > a:after {
  content: "\f0d7";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(37, 70, 37);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #339933;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #339933;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  /*background: rgba(40, 38, 70, 0.8);*/
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
/*--------------------------------------------------------------
# adblock
--------------------------------------------------------------*/
        #adblockbyspider {
            backdrop-filter: blur(5px);
            background: rgba(0, 0, 0, 0.25);
            padding: 20px 19px;
            border: 1px solid #ebeced;
            border-radius: 10px;
            color: #ebeced;
            overflow: hidden;
            position: fixed;
            margin: auto;
            left: 10;
            right: 10;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            z-index: 999999
        }

        #adblockbyspider .inner {
            background: #f5f2f2;
            color: #000;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            text-align: center;
            width: 600px;
            padding: 40px;
            margin: 80px auto
        }

        #adblockbyspider button {
            padding: 10px 20px;
            border: 0;
            background: #e9e9e9;
            margin: 20px;
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
            cursor: pointer;
            transition: all .2s
        }

        #adblockbyspider button.active {
            background: #fff
        }

        #adblockbyspider .tutorial {
            background: #fff;
            text-align: left;
            color: #000;
            padding: 20px;
            height: 250px;
            overflow: auto;
            line-height: 30px
        }

        #adblockbyspider .tutorial div {
            display: none
        }

        #adblockbyspider .tutorial div.active {
            display: block
        }

        #adblockbyspider ol {
            margin-left: 20px
        }

        @media(max-width:680px) {
            #adblockbyspider .inner {
                width: calc(100% - 80px);
                margin: auto
            }
        }

/* Prelaoder 
#preloader {  position: fixed;  top: 0;  left: 0;  right: 0;  bottom: 0;  z-index: 9999;  overflow: hidden;  background: #fff;}
#preloader:before {  content: "";  position: fixed;  top: calc(50% - 30px);  left: calc(50% - 30px);  border: 6px solid #f2f2f2;  border-top: 6px solid #339933;  border-radius: 50%;  width: 60px;  height: 60px;  -webkit-animation: animate-preloader 1s linear infinite;  animation: animate-preloader 1s linear infinite;}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

*/