@media (min-width: 768px) {
  .back-to-top {
    color: #ccc !important;
    position: fixed;
    top: 593px;
    right: 20px;
    z-index: 100;
    display: none;
  }
  .carousel-image{
    display: block !important;
  }
}
.back-to-top {
  color: #ccc !important;
  position: fixed;
  top: 593px;
  right: 20px;
  color: #fff;
  font-size: 60px !important;
  line-height: 28px;
  text-align: center;
  display: block;
}

.back-to-top:hover {
  text-decoration: none;
}

.pagination {
  float: left;
  list-style: none;
}

.pagination li a {
  display: inline-block;
  margin: 0 2px;
  border: 1px solid #6C757D;
  background: #43646A;
  padding: 2px 5px;
  color: #fff;
  font-size: 13px;
}

.pagination li a:hover {
  background: #6f9da5;
  color: #fff;
  text-decoration: none;
}

.pagination li a.active {
  background: #6f9da5;
  color: #fff;
}

@media (min-width: 576px) {
  .iq-hero {
    min-height: 500px;
  }

  .iq-hero .carousel-caption {
    bottom: 60px !important;
    padding-bottom: 20px;
  }

  .carousel-caption {
    padding-bottom: 20px;
  }

  .carousel-indicators {
    display: flex;
  }

  .lead {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.25;
  }

  .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2; }
  }

/*------------------ PLATTFORM */
.table-plattform{
	background-color:white;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.table-plattform th, td {
  padding: 15px;
  text-align: left;
}
.table-plattform thead{
	background-color:#416469;
	color:#fff;
	font-size:1.2em;
}
.plattform-subnav{
	padding:20px;
	background-color:#E9ECEF;
}
.plattform-subnav ul{
	list-style:disc;
	margin-left:20px;
}
.plattform-subnav .nav-link{
	padding:2px;
}
.plattform-subnav .nav-link:hover{
	text-decoration:underline;
}




/*# sourceMappingURL=top.css.map */
