 /* Beginn Kommentarsektion */
#comment-section {
	margin-top: 100;
	padding: 20px 0px 50px 20px;
	background-color: 2a2a2a;
	color: var(--red);
}

.strich::before {
	content: "";
    left: 0;
	bottom: 0;
	display: block;
	width: 60px;
	height: 1px;
	color: var(--red);
	border-bottom: 1px solid var(--red);
}

.comment {
	padding-bottom: 30px;
}

.comment-list {
	list-style: none;
	padding-bottom: 50px;
}
.comment-meta {
	box-sizing: border-box;
	line-height: 24px;
}

.comment-nr{
	position: relative;
	float: left;
	margin-bottom: 5px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	margin-right: 12px;
	font-family: 'Arial';
	color: #787878;
}

.comment-autor {
	color: #fff;
	position: relative;
	float: left;
	margin-bottom: 5px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
  	margin-right: 12px;
	font-weight: 700;
}

.comment-date {
	margin-bottom: 5px;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
}

.comment-text {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #a5a5a5;
}

#email-notes {
	color: #4a4a4a;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 400;

	margin-bottom: 20px;
}

.required {
	color: var(--red);
}

#kommentarfeld {
	background-color: #1e1e1e;
	width: 98.3%;
  height: 180px;
  padding: 10px 0 10px 10px;
  line-height: 31px;
  margin-bottom: 28px;
  border: 1px solid #DEDEDE;
  color: #555;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  transition: all .3s;
}

#kommentarfeld:focus {
	outline: none;	
}

.comment-form {
	height: 46px;
  clear: both;
  line-height: 46px;
}

.comment-form-field{
	width: 34%;
  height: 46px;
  float: left;
  
  padding-left: 10px;
  margin-bottom: 28px;
  border: 1px solid #DEDEDE;
  background-color: #1e1e1e;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  transition: all .3s;
}

.comment-form-field:focus {
	outline: none;	
}

.comment-form-beschriftung {
	margin-left: 12px;
	color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}

#email {
	height: 46px;
	clear: both;
	line-height: 46px;
	color: #555;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 400;
}

#name {
	height: 46px;
	clear: both;
	line-height: 46px;
	color: #555;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 400;
}

.antwort {
	padding-top: 2em;
}

#submit {
	background-color: var(--red);
	height: 42px;
  padding: 0 30px;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 43px;
  text-transform: uppercase;
  transition: all .3s;
  cursor: pointer;
}

#submit:hover {
	background-color: black;
	opacity: 1; 
	transition: opacity 1s;
}