/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
 
body {
  padding-top: 10px;
  font-size: 18px;

}

#stopper 
{
  font-size: 16px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  position: fixed;
  width: 150px;
  height: 150px;
  top: 500px;
  right: 120px;
  background-color: yellow;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: red;
  text-align: center;
  border-radius: 75px;
}

footer {
  padding: 30px 0;
}

   h2, .h2 {font-size: 20px;}

  .table {
    max-width: 80%;
    margin-left: 30px;
  }

	hr, .hr {
    border-width: 4px
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
   
  }

	.jumbotron a {
  padding-left:10px;
  background-repeat: no-repeat;
  background-image: url('../../images/bg_link_weiter.gif');
  background-position: 0px 3px;
  text-decoration: underline;
	}

	.jumbotron a:hover {
  text-decoration: none !important;
  background-image: url('../../images/bg_link_weiter2.gif')
	}

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 28px;
  }
 
  .jumbotron p,
  .jumbotron .p {
   font-size: 15px;
  }

	.panel-default>.panel-heading {
  background-color: #ffffcc;
  }
}

@media screen and (min-width: 768px) {

}


/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}

