/*			Comments form
*********************************/
.comment-form {
	max-width: 100%;
}
.comment-form label {
	display: block;
}
.comment-form input[type=text], .comment-form input[type=email] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.comment-form input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.comment-form input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.comment-form input:-ms-input-placeholder {
  color: #999;
}
.comment-form input::-webkit-input-placeholder {
  color: #999;
}
.comment-form input::-ms-expand {
  background-color: transparent;
  border: 0;
}
.comment-form input[disabled],
.comment-form input[readonly],
.comment-form fieldset[disabled], {
  background-color: #eee;
  opacity: 1;
}
.comment-form input,[disabled],
.comment-form fieldset[disabled], {
  cursor: not-allowed;
}
.comment-form textarea, {
  	height: 300px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .comment-form input[type="date"],
  .comment-form input[type="time"],
  .comment-form input[type="datetime-local"],
  .comment-form input[type="month"] {
    line-height: 34px;
  }
}

/* Comments
*********************/
.comment {
	list-style: none;
	margin: 0;
	padding: 0;
}
	.comment li {
		/*color: #592124 !important;
		background: #e8dec6;
		border-color: #ad997e;
		border-radius: 0 !important;*/
		border: 1px solid #333;
		margin: 15px 0;
		padding: 15px;
	}
	.comment li .vcard img {
		float: right;
		/*border: 3px solid #311114;*/
		margin: 0 0 15px 15px;
		border-radius: 50%;
	}
	.comment cite {
		font-style: normal;
		font-weight: bold;
	}
	.comment .comment-meta {
		font-style: italic;
		margin-bottom: 15px;
	}
	.depth-2 {
		margin-left: 15px;
	}
	.depth-3 {
		margin-left: 30px;
	}
	.depth-4 {
		margin-left: 45px;
	}
	.comment li.bypostauthor {
		/*background: #311114;
		color: #fff;*/
		background: #ccc;
	}
	.comment li.bypostauthor * {
		/*color: #fff;
	}
	.comment .bypostauthor .children * {
		color: #555;*/
	}
	.comment li.pingback {
		display: none;
	}
	.comment-reply-link {
		display: inline-block !important;
		background: #ab733a;
		color: #fff;
		padding: 5px 10px !important;
		text-decoration: none;
		border: none;
		white-space: nowrap;
	}
	.comment-reply-link * {
		color: #fff;
	}
	

#content h3 {
	line-height: 35px;
}
#content ul li,
#content p {
	line-height: 25px;
}
#content p iframe {
	width: 100%;
	min-height: 450px;
	border: none;
}
/*
aside {
	background: transparent;
}
aside > * {
	background: #ccc;
	padding: 15px !important;
}*/

aside .werbung-iframe {
	border: 1px solid #fff;
	background: #fff;
}
aside iframe {
	display: block;
	margin: auto;
}

main > .row {
	margin-right: 0;
}

.wp-block-gallery {
	margin: 0px -15px !important;
	padding: 0px !important;
}
.wp-block-gallery li {
	margin: 15px !important;
	padding: 0px !important;
	width: 100%;
	box-sizing: border-box !important;
}
.columns-2 li {
	/*max-width: 46.55% !important;*/
	max-width: calc((100% - 30px * 2) / 2) !important;
}
.columns-3 li {
	max-width: calc((100% - 30px * 3) / 3) !important;
}
.columns-4 li {
	max-width: calc((100% - 30px * 4) / 4) !important;
}
.columns-5 li {
	max-width: calc((100% - 30px * 5) / 5) !important;
}
.columns-6 li {
	max-width: calc((100% - 30px * 6) / 6) !important;
}
.columns-7 li {
	max-width: calc((100% - 30px * 7) / 7) !important;
}

main.mobile h4,
main.mobile .h4 {
	padding-left: 15px;
}

main.mobile p {
	padding-right: 0 !important;
}

main.mobile figure {
	padding-left: 15px;
}

main.mobile textarea {
	max-width: calc(100% - 15px) !important;
}

main.mobile label {
	margin-top: 0px;
}

main.mobile #entry-author-info {
	margin-left: 15px !important;
	max-width: calc(100% - 15px) !important;
}


figure img {
	width: 100%;
	height: auto;
}

iframe {
	/*width: 100%;
	max-width: 100% !important;*/
	margin: 15px 0px;
}

#content .col-9 a {
	color: #ab733a;
	text-decoration: underline;
}