body {
  padding-top: 70px;
  padding-bottom: 30px;
}

.jumbotron {
	background-image: url("../images/Fischerpruefung.jpg");
	background-size: cover;
	color: white;
}

.jumbotron h1, .jumbotron p {
	color: white;
	text-shadow: 2px 2px 2px #000000;
}

p, li, .well {
	font-size: 1.1em;
	text-align: justify;
}

p.leftp {
	text-align: left;
}

h2 {
	font-family: 1em;
}

div[role=main] {
	max-width: 900px;
	margin: auto;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

label {
	 width: 100%; 
	 padding: 14px 12px 10px 12px;
}

a.list-group-item {
	padding: 0;
}

input[type="radio"] {
  margin-right: 10px;
  margin-left: 10px;
}

input.searchfield {
  width: 100%;
  margin-bottom: 30px;
}

form h4 {
	margin-bottom: 0;
	padding: 0;
}
form label {
	margin-left: 0;
	padding: 10px 0 5px 0;
}

h4.question {
	margin-bottom: 14px;
}

@-moz-document url-prefix() {
  select.form-control {
    padding-right: 25px;
    background-image: url("data:image/svg+xml,\
      <svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='14px'\
           height='14px' viewBox='0 0 1200 1000' fill='rgb(51,51,51)'>\
        <path d='M1100 411l-198 -199l-353 353l-353 -353l-197 199l551 551z'/>\
      </svg>");
    background-repeat: no-repeat;
    background-position: calc(100% - 7px) 50%;
    -moz-appearance: none;
    appearance: none;
  }
}

img.topic {
	width: 100%; 
	height: auto;
}

#footer {
	margin-top: 30px;
	width: 100%;
}

#footer a {
	float: right;
}