.friedomat,
.friedomat p {
	/* font-size: 13px; */
}
.friedomat .content {
	padding: 0;
}
.friedomat .content td,
.friedomat .content td p {
	/* font-size: 13.5px; */
}
.friedomat .info  {
	display: flex;
}
.friedomat .info i.fa  {
	color: #d40f14;
	font-size: 150%;
	margin-right: 0.25em;
}
.friedomat .box {
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}
.friedomat .box .header {
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	background: #d40f14;
	font-weight: bold;
	color: white;
}
.friedomat .box .image {
	max-height: 200px;
	overflow: hidden;
	border-bottom: 2px solid #fff;
}
.friedomat .box .image img {
	max-width: 100%;
	object-fit: cover;
	height: 100%;
	width: 100%;
	background-color: #999999;
}
.friedomat .box .content .left,
.friedomat .box .content .right {
	position: relative;
	background-color: #e8edf0;
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
}
.friedomat .box .content .left {
	font-weight: bold;
	border-right: 1px solid white;
	border-bottom-left-radius: 5px;
}
.friedomat .box .content .right {
	border-bottom-right-radius: 5px;
}
.friedomat .box .content .right.alternative_radio input[type="radio"] {
	/*background: url(../../img/friedomat/icons/radio_active.png) no-repeat 0 0;*/
	/*display: none;*/
	/* ie fix */
	position: absolute;
	left: -9999px;
}
.friedomat .box .content .right.alternative_radio input[type="radio"] + label {
	background: url(../../img/friedomat/icons/radio_empty.png) no-repeat 0 0;
	display: inline-block;
	padding-left: 32px;
	line-height: 18px;
}
.friedomat .box .content .right.alternative_radio input[type="radio"]:checked + label {
	background: url(../../img/friedomat/icons/radio_active.png) no-repeat 0 0;
}
.friedomat .box .content .right.alternative_radio p.checked label {
	background: url(../../img/friedomat/icons/radio_active.png) no-repeat 0 0;
}
.friedomat .box .content table {
	width: 100%;
	border: 0 none;
	border-collapse: collapse;
	position: relative;
	margin: 0;
}
.friedomat .box .content table td {
	width: 50%;
	background-color: #e8edf0;
	background-clip: padding-box;
}
.friedomat .box .content .col2 p {
	margin-top: 0;
}
.friedomat .box .content ul {
	list-style-type: none;
	padding-left: 0;
}
.friedomat .box .content ul {
	margin: 0;
}
.friedomat .box .content ul li,
#content .friedomat .box .content ul li {
	margin-left: 0;
}
.friedomat .box .content ul li {
	background-color: #e8edf0;
	height: 145px;
}
.friedomat .box .content ul li:nth-child(even) {
	background-color: #dde3e7;
}
.friedomat .box .content ul li:last-child {
	margin-bottom: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.friedomat .box .notice_wrapper {
	position: relative;
}
.friedomat .box a.notice {
	position: absolute;
	right: 10px;
	top: 10px;
}
.friedomat .box a.notice i.fa {
	font-size: 125%;
}
.friedomat .box div.notice {
	display: none;
	position: absolute;
	top: 0;
	height: 100%;
	background-color: white;
	position: absolute;
	z-index: 1;
	width: 100%;
}
.friedomat .box div.notice .content {
	padding: 20px;
}

.friedomat input[type=submit] {
	margin-top: 18px;
}
.friedomat div.notice div.button_wrapper {
	text-align: center;
	width: 100%;
	padding-bottom: 20px;
}
.friedomat div.button_wrapper a.button,
.friedomat div.button_wrapper a[target=_blank].button {
	text-decoration: none;
	display: inline-block;
	color: #fff;
	margin: 0;
	padding: 10px;
}
.friedomat #form_back {
	float: left;
}
.friedomat #form_next,
.friedomat #form_new {
	float: right;
}
.friedomat .box.result ul.results li {
	height: 144px;
	clear: left;
	border-bottom: 1px solid white;
}
.friedomat .box.result ul.results li div.image {
	/*display: inline-block;*/
	float: left;
	width: 115px;
	height: 115px;
	border: 1px solid white;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 13px;
}
.friedomat .box.result ul.results li div.content {
	/*display: inline-block;*/
	float: left;
	vertical-align: top;
	height: 144px;
	padding: 13px;
}
.friedomat .box.result ul.results li div.content div.name {
	margin-top: 0;
	/* font-size: 16px; */
	font-weight: bold;
}
.friedomat .box.result ul.results li div.content div.button_wrapper {
	margin-top: 10px;
}
.friedomat div.anzeige {
	padding-bottom: 0 !important;
}
.friedomat div.anzeige h2 {
	/* font-size: 11px; */
	padding-left: 0 !important;
}
.friedomat div.anzeige h2 span {
	background-color: white !important;
	padding-right: 5px;
}
.friedomat div.anzeige a {
	display: inline-block;
}
.friedomat .messages.error {
	margin-top: 0;
	padding: 1rem;
}
@media (max-width: 576px) {
	.friedomat .box div.notice {
		position: initial;
	}
	.friedomat .box .content table td {
		display: block;
		width: 100%;
		border-right: none !important;
		border-radius: 0!important;
	}
	.friedomat .box .content table td:last-child {
		border-radius: 0 0 5px 5px!important;
		padding: 20px 20px 20px 20px;
	}
	.friedomat .box.result ul.results li div.content .name {
		word-wrap: break-spaces;
	}
	.friedomat .box.result ul.results li div.content {
		 border-bottom: 1px solid #e8edf0;
		 height: auto!important;
		 width: 100%;
	}
	.friedomat .box .content ul.results li,
	.friedomat .box .content ul.results li:nth-child(even) {
		background-color: #fff;
	}
}

@media (max-width: 400px) {
	.friedomat input[type=submit] {
		width: 100%;
	}
}