* {
	font-family: 'Trebuchet MS';
	font-size: 15px;
	border: 0px;
	border-collapse: collapse;
	webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	padding: 0px;
	margin: 0px;
	outline: none;
}
input[type="submit"]::-moz-focus-inner {
	border: 0;
}
button::-moz-focus-inner {
	border: 0;
}
button, input[type=text], input[type=submit], textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	border-radius: 0;
}
#popup_background {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10000;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(0, 0, 0, 0.4);
}
.img.cartoon {
	margin-top: -130px;
}
#popup_background #popup {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
#goToShop {
	position: fixed;
	right: 0px;
	width: 100px;
	height: 120px;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	background-image: url(/templates/web/img/cardicon.png);
	background-size: 100%;
}
.errorborder {
	border: 1px solid red !important;
}
#total_price_mobile {
	display: none;
	color: rgb(161, 217, 31);
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 20px;
}
p {
	color: #999;
	margin: 15px 0;
	padding: 0px 20px;
	line-height: 25px;
}
li {
	line-height: 25px;
}
li.mobile_reseller {
	display: none;
}
h1 {
	color: rgb(161, 217, 31);
}
a {
	text-decoration: none;
	color: #A1D91F;
	cursor: pointer;
}
main a:hover {
	color: #42ADE2;
}
html, body {
	height: 100%;
	width: 100%;
}
header, nav {
	width: 100%;
}
#mobile_container {
	position: fixed;
	top: 0px;
	height: 60px;
	background-color: #fff;
}
nav img#mobile_nav {
	position: absolute;
	z-index: 10;
	top: 10px;
	left: 10px;
	cursor: pointer;
	display: none;
}
nav {
	height: 140px;
	position: fixed;
	top: 0px;
	background-color: #fff;
	z-index: 100;
}
nav #creditcard {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
	width: 100px;
}
nav div {
	/*background-color: #eee;*/
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0px;
	border-top: 1px solid #dedede;
}
nav ul {
	height: 40px;
	position: absolute;
	/*width: 940px;*/
	margin: 0px;
	margin-left: -363px;
	left: 50%;
	list-style: none;
	padding: 0px;
	padding-top: 20px;
}
#mobile_logo {
	display: none;
}
nav ul ul {
	padding: 5px;
	margin: 0px;
	margin-top: 2px;
	position: absolute;
	top: 24px;
	left: 0px;
	background-color: rgba(255, 255, 255, 0.9);
	width: auto;
	height: auto;
	border-top: 1px solid #dedede;
	display: none;
	min-width: calc(100% - 10px);
}
nav ul ul li {
	float: none;
	border: 0px;
	border-bottom: 1px solid #BBB;
	margin: 0px 18px;
	padding: 10px 0px;
	cursor: pointer;
	line-height: 18px;
}
nav ul img {
	position: absolute;
	top: -60px;
	margin-left: -4px;
	left: 50%;
	background-color: #fff;
	width: 40px;
}
nav ul li {
	float: left;
	padding: 0px 23px;
	border-right: 1px solid #aaa;
	position: relative;
}
nav ul li:first-of-type {
	margin-left: 52px;
}
nav ul li li:first-of-type {
	margin-left: 18px;
}
nav ul li:last-of-type {
	border-right: none;
}
nav>div>ul>li>a {
	text-transform: uppercase;
}
nav ul li a {
	text-decoration: none;
	color: #999;
	font-size: 13px;
}
nav ul li#selected a {
	color: #42ADE2;
}
nav ul li#selected ul li a {
	color: #999;
	font-size: 13px;
	text-transform: none;
}
main {
	margin-top: 140px;
	display: block;
	min-height: 100%;
}
main header {
	height: 100%;
	position: relative;
}
main header.video {
	background-color: #000000;
}
main header.video iframe {
	height: 100%;
	margin: 0px auto;
	width: 100%;
	max-width: 960px;
	display: block;
}
main header.contact {
	height: 100%;
}
@media(max-width: 767px) {
	main video {
		max-width: 100%;
	}
}
.video .flexslider {
	height: 800px !important;
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -30px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 13px;
	height: 13px;
	display: block;
	background: #666;
	background: #A1A1A1;
	cursor: pointer;
	text-indent: -9999px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.5);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgb(161, 217, 31);
	cursor: default;
}
main header div.flexslider {
	height: 100%;
	position: relative;
	min-height: 270px;
}
main header div.flexslider div.flex-viewport ul li {
	position: relative;
}
main header div.flexslider div.flex-viewport ul li div.slide_text {
	position: absolute;
	height: 140px;
	bottom: 15%;
	top: auto;
	right: 15%;
	width: 400px;
	display: block !important;
}
@media(max-width: 767px) {
	main header div.flexslider div.flex-viewport ul li div.slide_text {
		width: calc(100% - 40px);
		right: 10px;
		height: auto;
	}
}
main header div.flexslider div.flex-viewport, main header div.flexslider div.flex-viewport ul, main header div.flexslider div.flex-viewport ul li, main header div.flexslider div.flex-viewport ul li div {
	height: 100%;
}
main header div.flexslider div.flex-viewport ul li div {
	background-size: cover;
	background-position: center center;
}
@media(max-width: 767px) {
	main header div.flexslider div.flex-viewport ul li div {
		background-size: contain;
		background-repeat: no-repeat;
	}
}
main section div.title_div {
	text-align: center;
}
main section div.title_div hr {
	border-bottom: 1px solid #dedede;
	position: relative;
	top: 35px;
}
main section div.title_div>h1, main section>div.title_div>h2, #lightbox h1 {
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	color: rgb(161, 217, 31);
	font-weight: normal;
	font-size: 22px;
	position: relative;
	margin: 20px auto;
	background-color: #fff;
	padding: 0px 20px;
}
main section article h3 {
	font-weight: normal;
	color: rgb(161, 217, 31);
	font-size: 18px;
	text-transform: uppercase;
}
main section article h2 {
	color: rgb(161, 217, 31);
}
main header div.arrow_down {
	position: relative;
	bottom: 49px;
	left: 50%;
	margin-left: -35px;
	cursor: pointer;
	width: 70px;
}
main header.contact div.arrow_down {
	margin-top: -2px;
}
main header div.slide_text {
	position: absolute;
	z-index: 10;
	right: 100px;
	top: 40%;
	background-color: rgba(255, 255, 255, 0.8);
	width: 280px;
	height: 190px;
	padding: 30px;
	text-align: center;
}
main header div.first_page {
	background-color: rgba(255, 255, 255, 0.4);
	width: 500px;
	text-align: left;
}
main header div.first_page h4, h3, p {
	border-bottom: 0px !important;
	padding: 0px !important;
	margin-bottom: 5px;
}
main header div.first_page p {
	margin: 0px !important;
	font-size: 19px !important;
}
main header div.first_page h4 {
	font-size: 27px !important;
}
main header div.slide_text h3 {
	text-transform: uppercase;
	color: rgb(161, 217, 31);
	font-size: 35px;
	line-height: 35px;
}
main header div.slide_text h4 {
	color: #666;
	text-transform: uppercase;
	font-size: 17px;
	border-bottom: 1px solid #666;
	font-weight: normal;
}
main section article table tr td:nth-child(2) {
	padding: 0px 50px;
	vertical-align: top;
}
main header div.slide_text p {
	margin-top: 15px;
	color: #666;
}
main section article table h3 {
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	font-weight: bold;
}
main section article h1 {
	font-size: 22px;
	color: rgb(161, 217, 31);
}
main section div.title h2 {
	font-size: 25px;
}
main section section {
	width: 940px;
	margin: 0px auto;
}
main section article {
	width: 940px;
	margin: 30px auto;
}
main section section article.news {
	float: left;
	width: 290px;
	height: 200px;
	text-align: center;
	background-color: rgb(223, 241, 183);
	margin: 0px 5px;
	padding: 5px;
	overflow: hidden;
}
main section section article.news hr {
	border-bottom: 1px solid #999;
	margin: 5px 25px;
}
main section section article.news p {
	color: #999;
	font-size: 16px;
}
main section section article.news h3 {
	font-weight: normal;
	color: #999;
	text-transform: uppercase;
	margin: 20px 5px -5px 5px;
	font-size: 18px;
}
main section section article.single {
	width: 100%;
	text-align: center;
}
main section section article.hilft_gegen {
	margin: 30px 0px;
	position: relative;
	margin-bottom: 2px;
}
main section section article.hilft_gegen div {
	float: right;
	background-color: rgba(161, 217, 31, 0.3);
	height: 100%;
	padding: 20px;
	height: 250px;
}
main section section article.hilft_gegen div p, main section section article.hilft_gegen div h3 {
	text-align: left;
}
main section section article.hilft_gegen hr {
	width: 300%;
	left: -100%;
	border-bottom: 1px solid #dedede;
	position: absolute;
}
main section section article.hilft_gegen div h3 {
	margin-top: 0px;
	margin-left: 0px;
}
main section section article.single h3 {
	font-size: 18px;
	color: rgb(161, 217, 31);
}
main section section article.contact h3 {
	margin-top: 50px;
	font-size: 30px;
	margin-bottom: 15px;
}
main section section article.contact p {
	font-size: 15px;
	color: #B9B9B9;
}
main section section iframe {
	width: 100%;
	border: 20px solid rgb(223, 241, 183);
	margin-left: 10px;
	margin-bottom: 50px;
}
main section header iframe {
	height: 100%;
}
main section section article.contact p span {
	font-size: 19px;
	color: rgb(161, 217, 31);
}
main section article p {
	margin-top: 2px;
}
main section article p img {
	max-width: 500px;
	height: auto;
	margin: 0px 10px 0px 0px;
}
main section section article.zitat table td {
	vertical-align: top;
}
main section section article.zitat table td p {
	margin-top: 0px;
	margin-bottom: 0px;
}
main section section article ul {
	text-align: left;
	margin: 0px 20px;
	color: rgb(153, 153, 153);
}
main section section article.hilft_gegen img {
	width: auto;
	position: relative;
	top: 5px;
}
footer {
	background-color: #f2f2f2;
	height: 150px;
	padding-top: 20px;
	margin-top: 30px;
	border-top: 1px solid #CCC;
	padding-bottom: 20px;
}
footer table {
	margin: 0px auto;
	width: 940px
}
footer table td {
	color: #b2b2b2;
	width: 260px;
	line-height: 25px;
}
footer table td span {
	color: #A1D91F;
	;
}
/* FRONT TABLE */

.frontside-table {
	margin: 50px auto;
}
.frontside-table img, .frontside-table td {
	padding: 0px;
	max-width: 280px;
}
/* SHOPSTUFF */

#shop button, #shop input[type=submit], #shop .button, #card button, #card input[type=submit], #card .button, #lightbox button, #lightbox .button {
	-webkit-appearance: none;
	background-color: #A1D91F;
	padding: 3px 5px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	height: 23px;
	;
	border: 1px solid #42ade2;
}
#shop {
	margin: 0 auto;
	padding-top: 40px;
	width: 940px;
}
#orderResellerForm label {
	margin-left: 15px;
}
#orderResellerForm input[type=submit] {
	-webkit-appearance: none;
	background-color: #A1D91F;
	padding: 3px 5px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	height: 23px;
	border: 1px solid #42ade2;
	width: auto;
	float: right;
}
#shop nav {
	position: static;
}
#shop nav ul {
	position: static;
	height: auto;
	width: auto;
	margin: 0;
	margin-top: 10px;
	left: auto;
	list-style: none;
	padding: 0;
}
#shop nav li {
	float: none;
	padding: 0;
	border: none;
	position: static;
	line-height: normal;
	text-transform: uppercase;
}
#shop table {
	width: 100%;
	margin-bottom: 15px;
}
#shop table th {
	text-align: left;
	color: #fff;
	border: 1px solid #CCCCCC;
	padding: 7px;
	background-color: #92CA43;
}
#shop table select, #shop table input, #login table input {
	color: #A1D91F;
	width: 97%;
}
#shop table td, #login table td {
	padding: 7px;
	width: 40px;
	border: 1px solid #CCCCCC;
	text-align: left;
	color: #a5a5a5;
	height: 20px;
}
#shop table.settings {
	margin-top: 30px;
}
#shop table:nth-of-type(2), #shop table.settings {
	width: auto;
}
#shop table:nth-of-type(2) td, #shop table.settings td, #login table.settings td {
	border: 0px;
	min-width: 200px;
	padding: 2px;
}
#shop table:nth-of-type(2) th, #shop table.settings th {
	background-color: #fff;
	color: #92ca43;
	border: 0px;
	padding: 2px;
	padding-top: 15px;
}
#shop table:nth-of-type(2) input, #shop table.settings input, #login table.settings input {
	border: 1px solid #CCCCCC;
	color: #a5a5a5;
	padding: 2px;
}
#shop table.settings input[type=submit], #login table.settings input[type=submit] {
	-webkit-appearance: none;
	background-color: #A1D91F;
	padding: 3px 5px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	height: 23px;
	border: 1px solid #42ade2;
	width: auto;
	float: right;
}
#shop nav li:first-of-type {
	margin-left: 0px;
}
#shop nav li.selected a {
	color: #42ADE2;
}
#shop nav table {
	table-layout: fixed;
	width: 100%;
}
#shop nav td:first-child {
	padding-left: 0;
}
#shop nav td {
	vertical-align: top;
	text-align: left;
	padding-left: 20px;
	text-transform: uppercase;
}
#shop #shopproducts {
	width: 940px;
	margin: 0 auto;
}
#shop .title_div {
	text-align: center;
}
#shop div.title_div hr {
	border-bottom: 1px solid #dedede;
	position: relative;
	top: 35px;
}
#shop div.title_div h1, #shop div.title_div>h2 {
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	color: rgb(161, 217, 31);
	font-weight: normal;
	font-size: 22px;
	position: relative;
	margin: 20px auto;
	background-color: #fff;
	padding: 0px 20px;
}
#shop>div .entry {
	margin: 10px 0;
}
#shop>div .entry:first-child {
	margin-top: 0px;
}
#shop>div .entry:last-child {
	margin-bottom: 0px;
}
#shop>div .subhr {
	border-bottom: 1px solid #dedede;
	margin: 30px 0;
}
#shop>div hr.first {
	margin-top: 0px;
}
#shop .entry .text table {
	margin: 0 auto;
}
#shop .entry .text {
	float: left;
	width: 519px;
	padding: 0 20px 20px 20px;
}
#shop .entry .f {
	float: left;
}
#shop .entry .text p:first-child {
	margin-top: -8px;
}
#shop .entry .text input[name=anzahl], #shop .entry select {
	width: 40px;
	border: 1px solid #CCCCCC;
	text-align: center;
	font-size: 12px;
	color: #a5a5a5;
	height: 20px;
}
#shop .entry .text input[type=submit], #shop .entry .text button {
	margin-left: 5px;
}
#shop .entry select {
	width: 120px;
	height: 21px;
	margin-left: 5px;
}
.close_popup {
	cursor: pointer;
}
#shop .entry .img {
	float: left;
	width: 206px;
	height: 170px;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.play_video_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-image: url("/templates/web/img/play.png");
	background-size: 120px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.3);
}
#shop .entry .price {
	float: left;
	text-align: right;
	width: 175px;
}
#shop .others {
	position: absolute;
	margin-left: 515px;
	margin-top: -20px;
	text-align: right;
	width: 200px;
}
#card h2:first-child {
	margin-top: 0px;
}
#card h2 {
	margin-top: 20px;
	margin-bottom: 10px;
}
#card .table {
	width: 100%;
}
#card .table th, #card .table td {
	padding: 0 20px;
	text-align: right;
}
#card table td.errortd {
	display: none;
	color: red !important;
}
#card .table th:first-child, #card .table td:first-child {
	text-align: left;
	padding-left: 0px;
}
#card .table .title {
	padding-top: 10px;
	padding-bottom: 10px;
}
#card .table .row {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #999;
}
#card .tableform td:first-child {
	width: 130px;
	color: #999;
	padding-right: 10px;
}
#card .tableform td:last-child {
	min-width: 202px;
}
#card .tableform .row {
	padding: 5px 0px;
}
#card .tableform input[type=text], #card .tableform select {
	border: 1px solid #CCCCCC;
	color: #a5a5a5;
	height: 20px;
	width: 195px;
	padding-left: 5px;
	-ms-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
#cardicon {
	display: none;
	position: fixed;
	top: 50%;
	width: 70px;
	height: 84px;
	right: 0px;
	background-size: cover;
	background-image: url(/templates/web/img/cardicon.png);
	z-index: 100;
}
#lightbox {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 2001;
	display: none;
}
#lightbox #lightboxcontent {
	position: absolute;
	margin-left: -270px;
	left: 50%;
	top: 100px;
	width: 500px;
	padding: 20px;
	background-color: #fff;
	text-align: center;
}
#lightbox p {
	margin: 0;
	margin-bottom: 10px;
}
#shop ul {
	display: block !important;
	padding-left: 17px;
	color: #999;
}
p.form_msg {
	width: 250px;
}
@media(max-width: 1002px) {
	iframe {
		max-width: 100%;
	}
	nav ul li:first-of-type {
		margin-left: 0px;
	}
	#total_price_mobile {
		display: block;
	}
	li.mobile_reseller {
		display: block;
	}
	.img.cartoon {
		margin-top: 10px;
	}
	.frontside-table td, .frontside-table img {
		width: 250px;
		padding: 0 !important;
	}
	#shop {
		width: 100%;
	}
	#shop nav td {
		display: block;
		padding: 0px;
		text-align: center;
	}
	#shop nav td ul {
		margin-bottom: 5px;
	}
	#shop>div .entry {
		text-align: center;
	}
	#shop #shopproducts {
		width: 100%;
	}
	#shop .entry .img {
		float: none;
		display: inline-block;
		margin-bottom: 20px;
	}
	#shop .entry .img.noimg {
		height: 0px;
	}
	#shop .entry .text {
		float: none;
		text-align: center;
		width: calc(100% - 40px);
	}
	#shop .entry .f {
		float: none;
	}
	#shop .entry .text input[name=anzahl], #shop .entry select {
		margin-bottom: 5px;
	}
	#shop .entry .text input[type=submit], #shop .entry .text button {
		margin-left: 0px;
	}
	#shop .entry select {
		margin-left: 0px;
	}
	#shop .entry .price {
		width: 100%;
		float: none;
		text-align: center;
		padding-top: 0px;
	}
	#shop .others {
		position: static;
		margin: 0;
		margin-top: 10px;
		text-align: center;
		width: 100%;
	}
	#card table td {
		display: table-cell;
	}
	#card .table th, #card .table td {
		padding: 5px;
		vertical-align: bottom;
	}
	#cardicon {
		top: 50px;
	}
	main section section, main section article {
		width: 100%;
	}
	main section article {
		margin-top: 30px;
		margin-bottom: 10px;
	}
	main section article p img {
		max-width: 300px;
	}
	main {
		padding: 0px;
	}
	main section article, footer {
		padding: 0px 20px;
		width: calc(100% - 40px);
	}
	main section section article.hilft_gegen div h3 {
		padding-left: 20px;
	}
	main section article table h3 {
		padding: 0px 20px;
	}
	nav div ul a img {
		display: none;
	}
	footer tr td:last-of-type {
		margin-bottom: 10px;
	}
	footer {
		height: auto;
		padding-top: 10px;
	}
	footer table {
		width: 100%;
		text-align: center;
	}
	main section article p img {
		margin-bottom: 20px;
	}
	nav img#mobile_nav {
		display: block;
	}
	nav, nav ul, nav>div {
		height: auto;
	}
	#mobile_logo {
		position: absolute;
		display: block;
		z-index: 1000;
		margin-left: -15px;
		left: 50%;
		top: 5px;
	}
	#mobile_logo img {
		width: 30px;
	}
	main section>div.title_div>h1, main section>div.title_div>h2 {
		padding: 0px;
	}
	nav ul li {
		float: none;
		text-align: center;
		border-right: 0px;
		margin: 10px 0px;
	}
	nav ul li ul {
		display: none !important;
	}
	/*nav ul li:nth-of-type(3) {
		display: none;
	}*/
	nav ul {
		width: 100%;
		padding-top: 0px;
		background-color: #fff;
		border-bottom: 1px solid #dedede;
		left: auto;
		margin: 0px;
		top: 60px;
		display: none;
	}
	nav ul img {
		top: 10px;
		right: 10px;
		left: auto;
	}
	main header div.slide_text {
		right: 10px;
		top: 10px;
		width: 240px;
		height: 170px;
		padding: 10px;
	}
	main section article table tr td:nth-child(2) {
		padding: 15px 5px;
	}
	main {
		margin-top: 80px;
	}
	main section section article.news {
		float: none;
		margin-bottom: 10px;
		width: 100%;
	}
	main section section iframe {
		margin-left: 0px;
	}
	main section section article.hilft_gegen div {
		width: 100% - 20px;
		float: none;
	}
	main section section article.news {
		margin: 10px 0px;
		padding: 10px 0px;
	}
	p.form_msg {
		width: 250px;
		margin: 0px auto;
	}
	#shop table.settings, div.resellerLinks {
		margin: 20px auto 0px;
	}
	#shop table.settings, #shop table.settings td, div.resellerLinks {
		width: 250px;
	}
	#shop table.settings input[type=text], #shop table.settings input[type=password] {
		width: 244px;
	}
	#shop table.settings td input[type=submit] {
		margin-top: 10px;
	}
	table.orderReseller {
		width: 300px;
	}
	#shop table.orderReseller td {
		width: calc(100% - 15px);
		border-bottom: 0px;
	}
	table.orderReseller tr:first-of-type, table.orderReseller tr:last-of-type {
		display: none;
	}
	#shop table.orderReseller tr td:first-of-type {
		font-weight: bold;
	}
	#shop table.orderReseller tr td:last-of-type {
		border-left: 0px;
		border-right: 0px;
		border-bottom: 0px;
		text-align: right;
		padding-bottom: 20px;
		font-weight: bold;
	}
}
@media(max-width: 880px) {
	main section table td {
		display: block;
	}
	main section section iframe {
		width: 300px !important;
		height: 280px !important;
	}
	.frontside-table td, .frontside-table img {
		width: 300px;
	}
	.frontside-table td {
		padding-bottom: 30px !important;
	}
}
@media(max-width: 800px) {
	footer table td {
		display: block;
		width: 100%;
	}
}
@media(max-width: 570px) {
	#lightboxcontent {
		width: 260px !important;
		margin-left: -150px !important;
	}
	#popup_background #popup, #popup_background #popup iframe {
		width: 100%;
	}
}
@media(max-width: 767px) {
	main section table img {
		width: 100% !important;
		height: auto;
	}
	main section table {
		width: 100% !important;
	}
}
@media(max-width: 400px) {
	main section article p img {
		max-width: 250px;
	}
	main section table {
		width: 100% !important;
	}
	main section table img {
		width: 100% !important;
		height: auto;
	}
	main section section iframe {
		width: 280px !important;
		height: 260px !important;
	}
	main section>div.title_div>h1, main section>div.title_div>h2 {
		font-size: 26px;
	}
	main section section article.hilft_gegen img {
		width: 100%;
	}
}