
body {
  font-family: Arial,sans-serif;
  background-color: black;
  color: white;
}

h1 {
  margin-bottom: 40px;
}

h2 {
  margin-top: 100px;
}

h3 {
  margin-top: 40px;
}

p, li {
  font-size: 120%;
}

p {
  margin-bottom: 20px;
}

ul {
  list-style-type: none;
  padding: 0;
}

hr {
  margin-bottom: 60px;
  border-top: 3px solid white;
}

a {
  color: #9cc2e3;
}

#remark {
	color: red;
	font-size: x-large;
	
}

/* Keep a minimal height for the carousel images while preserving the aspect ratio */
.carousel img {
  min-height: 400px;
  object-fit: cover;
}

.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.navbar li a, .navbar .navbar-brand {
  color: white !important;
}

.navbar-default {
  background-color: rgba(76, 76, 76, 0.2);
}

.thumbnail {
  border:0px;
  background-color: inherit;
}

.thumbnail > img {
  padding-bottom: 10px;
}

.video {
  border:0px;
  background-color: inherit;
}

.video-pad {
  padding-bottom: 10px;
}

/* For more information see https://coolestguidesontheplanet.com/videodrome/youtube/ */
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#cd {
  background-color: black;
  color: white;
}

#kontakt {
  background-color: black;
  color: white;
}

#projekte {
  background-color: black;
  color: white;
}

#projekte p {
  text-align: justify;
}

#projekte img {
  padding-top:20px;
  padding-bottom:20px;
}

#fotos {
  background-color: black;
  color: white;
}

#footer {
  background-color: black;
  color: white;
}

#newsletter {
  background-color: black;
  color: white;
}

#biografie  {
  background-color: black;
  color: white;
}
