.textlink, .fakelink {
	cursor: pointer;
	text-decoration: none;
	/*color: #333;*/
	color: #1e6ba4;
	font-weight: 400;
	border: 0;
	/*border-bottom: 2px dotted #bbb;*/
}

.textlink:hover, .fakelink:hover {
	color: #1e6ba4;
	border-bottom: 2px dotted #1e6ba4;
}

.textlink2 {
	cursor: pointer;
	text-decoration: none;
	/*color: #333;*/
	color: #1e6ba4;
	font-weight: 400;
	border: 0;
	/*border-bottom: 2px dotted #bbb;*/
}

.textlink2:hover {
	color: #1e6ba4;
	border-bottom: 2px dotted #1e6ba4;
}

.div8px {
	margin: 0px 8px;
	padding: 0;
	border: 0;
}

.pad8px {
	padding: 8px;
}

.padlr8px {
	padding-left: 8px;
	padding-right: 8px;
}

.pad8pxleft {
	padding-left: 8px;
}

.pad8pxbot {
	padding-bottom: 8px;
}

.pad9pxtop {
	padding-top: 9px;
}

form.buttonform {
	margin: 0px !important;
}

.margin08px {
	margin: 0px 8px;
}

.margin80px {
	margin: 8px 0px;
}

#statstable, #leakstable, #partnerstable, .pricingtable, .shoptable, .colortable1, .helptable {
	border-top: 2px solid #1e6ba4;
	max-width: 100%;
}

#leakstable {
	width: 100%;
}

.shoptable tr.shoptotal {
	border-top: 2px solid #1e6ba4;
}

.helptable tr:nth-child(1)  {
	font-weight: 700;
}

#statstable tr:nth-child(2n+2), #leakstable tr:nth-child(2n+2), #partnerstable tr:nth-child(2n+2), .pricingtable tr:nth-child(2n+2), .shoptable tr:nth-child(2n+1), .colortable1 tr:nth-child(2n+1), .helptable tr:nth-child(2n+2)  {
	background-color: #E7F8FD;
}

#statstable tr:nth-child(2n+3), #leakstable tr:nth-child(2n+3), #partnerstable tr:nth-child(2n+3), .pricingtable tr:nth-child(2n+3), .shoptable tr:nth-child(2n+2), .colortable1 tr:nth-child(2n+2), .helptable tr:nth-child(2n+3) {
	background-color: #D8F3FC;
}

#statstable td, #leakstable td, #partnerstable td, .pricingtable td {
	padding: 20px;
	vertical-align: top;
}

.helptable td {
	padding: 10px;
	vertical-align: top;
}

.shoptable td, .colortable1 td {
	padding: 6px;
	vertical-align: top;
}

.shoptable, .colortable1 {
	width: 98%;
}

.colortable1 tr:nth-child(1) td {
	background-color: #1e6ba4;
	color: yellow;
	font-weight: 400;
}

.pricingtable td h2.lightblueback {
	padding: 10px;
}

.color1table tr:nth-child(2n+1) {
	background-color: #D8F3FC;
}

.color1table tr:nth-child(2n+2) {
	background-color: #E7F8FD;
}

.bluetopline {
	border-top: 2px solid #1e6ba4;
}

.bluebottomline {
	border-bottom: 2px solid #1e6ba4;
}


#newpassform .fieldouterdiv, #passforgottenform .fieldouterdiv {
	margin: 0 auto;
}

#newpassform .fieldouterdiv .fieldinnerdiv, #passforgottenform .fieldouterdiv .fieldinnerdiv {
	left: 0px;
}

.linkonblue, .loginmenuepoint {
	font-size: 14px;
	text-decoration: none !important;
	color: #fff !important;
	border: 0 !important;
	/*border-bottom: 2px dotted #1e6ba4 !important;*/
	cursor: pointer;
}
.linkonblue:hover, .loginmenuepoint:hover {
	/*border-bottom: 2px dotted #fff !important;*/
}

.loginmenuepoint {
	font-weight: 400;
}

.yellowlinkonblue, .yellowlinkonblueSTEALTH {
	font-size: 14px;
	color: #ffa !important;
	font-weight: 400;
}

.yellowlinkonblue::after {
	content: ' ✓';
}

.yellowlinkonblueSTEALTH::after {
	content: url("/media/icons/stealth.gif");
	padding-left: 4px;
	vertical-align: -5px;
}

.yellowactivebutton {
	color: #ffa !important;
	font-weight: 400 !important;
}
.yellowactivebutton::after {
	content: ' ✓';
}

select.ebwminputclass {
	border: 2px solid gray;
	border-radius: 2px;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0px;
	box-sizing: border-box;
}

select.ebwminputclass:focus {
	box-shadow: 0px 0px 5px gray;
}

input[type=text].shortinput, input[type=password].shortinput, input[type=file].shortinput, select.shortinput {
	width: 200px !important;
}

input[type=text].smallinput, input[type=password].smallinput, input[type=file].smallinput, select.smallinput {
	width: 50px !important;
	font-size: 14px;
	font-weight: 300;
	padding: 3px;
	margin: 0px;
}

.rightinput {
}

div.fakebutton, div.divbutton {
	font-family: 'Open Sans', sans-serif;
	color: white;
	font-size: 24px;
	font-weight: 300;
	background-color: #1e6ba4;
	padding: 2px 27px;
	margin: 8px;
	border: 3px solid #1e6ba4;
	cursor: pointer;
	text-align: left;
	white-space: nowrap;
	display: inline-block;
}

.smallbutton {
	font-family: 'Open Sans', sans-serif;
	color: white;
	font-size: 14px;
	font-weight: 300;
	background-color: #1e6ba4;
	padding: 2px 14px;
	margin: 8px;
	border: 3px solid #1e6ba4;
	cursor: pointer;
	text-align: left;
	white-space: nowrap;
	display: inline-block;
	border-radius: 4px;	
}

.bluebutton {
	border: 3px solid #1e6ba4 !important;
	background-color: #1e6ba4 !important;
}

.redbutton {
	border: 3px solid #f59b9f !important;
	background-color: #f59b9f !important;
}

.greenbutton {
	border: 3px solid #28a745 !important;
	background-color: #28a745 !important;
}

.whitebutton {
	border: 3px solid #ddd !important;
	background-color: #ddd !important;
	color: #666;
}

.graybutton {
	border: 3px solid #aaa !important;
	background-color: #aaa !important;
}

.linkbutton {
	border: 0 !important;
	background-color: #fff !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 300;
	padding: 2px;
	margin: 0px;
	margin-right: 8px;
	cursor: pointer;
	text-align: left;
	white-space: nowrap;
	display: inline-block;
}

.linkbutton:hover {
	box-shadow: none;
}

.greybutton, div.fakebutton {
	border: 3px solid #d0d0d0 !important;
	background-color: #d0d0d0 !important;
	cursor: none !important;
}

.iconbutton {
	background-repeat: no-repeat !important;
	background-position: 10px 4px !important;
	/*background-size: 48px;*/
	padding: 2px 15px 2px 66px !important;
	border-radius: 6px;
}

.formbutton {
	border-radius: 6px;
}

.savebutton {
	background: url('/media/buttonicons48x32/save.png');
}

.editbutton {
	background: url('/media/buttonicons48x32/edit.png');
}

.deletebutton {
	background: url('/media/buttonicons48x32/delete.png');
}

.deletebuttonred {
	background: url('/media/buttonicons48x32/delete_red.png');
}

.sendbutton {
	background: url('/media/buttonicons48x32/send.png');
}

.registerbutton {
	background: url('/media/buttonicons48x32/register.png');
}

.loginbutton {
	background: url('/media/buttonicons48x32/login.png');
}

.unlockbutton {
	background: url('/media/buttonicons48x32/unlock.png');
}

.searchbutton {
	background: url('/media/buttonicons48x32/search.png');
}

.statsbutton {
	background: url('/media/buttonicons48x32/stats.png');
}

.shopbutton {
	background: url('/media/buttonicons48x32/shoppingcart.png');
}

.readbutton {
	background: url('/media/buttonicons48x32/read.png');
}

.partnersbutton {
	background: url('/media/buttonicons48x32/partners.png');
}

.sharebutton {
	background: url('/media/buttonicons48x32/share.png');
}

.helpbutton {
	background: url('/media/buttonicons48x32/help.png');
}

.infobutton {
	background: url('/media/buttonicons48x32/info.png');
}

.securitybutton {
	background: url('/media/buttonicons48x32/security.png');
}

.contentcenter {
	text-align: center;
	position: relative;
	overflow: hidden;
}
.contentleft {
	text-align: left;
	position: relative;
	overflow: hidden;
}
.contentright {
	text-align: right;
	position: relative;
	overflow: hidden;
}

.blockcent {
	display: inline-block;
	margin: 0 auto;
}

.floatleft {
	float: left;
}

.paddingwborder10 {
	border: 1px solid #333;
	padding: 10px;
}

.paddingwbottomborder10 {
	border-bottom: 1px solid #333;
	padding: 10px;
	padding-bottom: 20px;
	margin: 0px 2px 20px;
}

.divspacer {
	position: relative;
	width: 100%;
	height: 12px;
	clear: both;
}

.divhspacer {
	position: relative;
	width: 32px;
	height: 12px;
	display: inline-block;
}

#header, #container {
	/*width: 1200px;*/
	background-color: white;
	margin: 0 auto;
	position: relative;
	clear: both;
}

#container {
	min-height: 150px;
	overflow: hidden;
}

.homestage {
	background: url('/media/buchbghome2.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
}

#header {
	height: 145px;
	border-bottom: 8px solid #1e6ba4;
}

#footercontent {
	padding: 4px;
	line-height: 26px;
}

#headerlogoline {
	top: 50%;
	left: 0%;
	text-align: left;
	position: absolute;
	height: 50%;
	width: 40%;
	min-width: 180px;
}

#headerlogo {
	position: relative;
	top: -60px;
}

#logo {
	display: block;
	float: left;
}

.logobetaadd {
	display: inline-block;
	vertical-align: 20px;
	color: red;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}

#logotext {
	float: left;
	padding-left: 10px;
	font-size: 36px;
	/*color: #1e6ba4;*/
}

#menuepointline {
	position: absolute;
	bottom: 27px;
	right: 0px;
}

.mainblue {
	color: #1e6ba4 !important;
}

.lightblueback {
	background-color: #baeafa;
}

.mainred {
	color: #f59b9f !important;
}

.maingreen {
	color: #44e523 !important;
}

.boldtext {
	font-weight: 400 !important;
}

.italictext {
	font-style: italic;
}

.extraboldtext {
	font-weight: 700 !important;
}

.greenmarker{
	background: url('/media/greenmarker_light.png');
	background-repeat: repeat;
	border: 0px;
	border-radius: 2px;
	padding-left: 1px;
	padding-right: 1px;
	color: #007700;
}

#menueline {
	top: 50%;
	right: 0.5%;
	text-align: right;
	position: absolute;
	height: 50%;
	width: 65%;
}

.topmenuepoint {
	display: inline;
	padding: 5px 5px 5px 25px;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
	font-size: 20px;
	position: relative;
	top: -50%;
	color: #333;
}
.topmenuepoint:hover {
	color: #1e6ba4;
}

#submenueline {
	padding-bottom: 20px;
	margin: 0px 2px 10px;
	border-bottom: 1px solid #333;
}

.submenuepoint, .submenuepointnocation {
	display: inline;
	margin-right: 20px;
	cursor: pointer;
	font-size: 18px;
	position: relative;
	top: -50%;
	color: #333;
}
.submenuepoint:hover, .submenuepointnocation:hover {
	color: #1e6ba4;
}

.submenuepointadditional {
	/*margin-left: -17px;*/
	/*font-style: italic;*/
	/*font-size: 0.9em;*/
}

#eingeloggt {
	position: absolute;
	top: 0px;
	right: 0px;
	min-height: 28px;
	background-color: #1e6ba4;
	border: 1px solid #1e6ba4;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	color: white;
	padding: 0px 10px;
}

#popuplayer {
	width: 100%;
	height: 100%;
	background: url('/media/layer_bg_gray_144.png');
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 100;
}

#popup1middlepoint, #videopopup1middlepoint {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 1px;
}

#popup1 {
	position: relative;
	margin: auto;
	top: -233px;
	left: -308px;
	width: 600px;
	height: 450px;
	min-height: 250px;
	background-color: #fff;
	border: 8px solid #1e6ba4;
	border-radius: 2px;
	box-shadow: 0px 0px 30px #888;
}

#popup1header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 32px;
	background-color: #1e6ba4;
	text-align: right;
}

#popup1container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/*overflow: hidden;*/
	overflow: auto;
}

#popup1headspacer {
	position: relative;
	width: 100%;
	height: 60px;
	background-color: green;
}

#popup1content {
	padding: 0px 10px;
	position: relative;
	width: 100%;
	text-align: center;
}

#popup1headerclose {
	display: inline;
	color: white;
	font-size: 26px;
	font-weight: 300;
	line-height: 18px;
	cursor: pointer;
}

#popuplayermedium {
	width: 100%;
	height: 100%;
	background: url('/media/layer_bg_gray_144.png');
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 100;
}

#popup4middlepoint {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 1px;
}

#popup4 {
	position: relative;
	margin: auto;
	top: -283px;
	left: -408px;
	width: 800px;
	height: 550px;
	min-height: 250px;
	background-color: #fff;
	border: 8px solid #1e6ba4;
	border-radius: 2px;
	box-shadow: 0px 0px 30px #888;
}

#popup4header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 32px;
	background-color: #1e6ba4;
	text-align: right;
}

#popup4container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/*overflow: hidden;*/
	overflow: auto;
}

#popup4headspacer {
	position: relative;
	width: 100%;
	height: 60px;
	background-color: green;
}

#popup4content {
	padding: 0px 10px;
	position: relative;
	width: 100%;
	text-align: center;
}

#popup4headerclose {
	display: inline;
	color: white;
	font-size: 26px;
	font-weight: 300;
	line-height: 18px;
	cursor: pointer;
}

#videopopuplayer {
	width: 100%;
	height: 100%;
	background: url('/media/layer_bg_gray_144.png');
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 100;
}

#videopopup1 {
	position: relative;
	margin: auto;
	top: -240px;
	left: -320px;
	min-width: 702px;
	min-height: 443px;
	background: url('/media/video/videoplayer_reader_bg_for_640x360.png');
	/*box-shadow: 0px 0px 30px #888;*/
}

#videopopup1container {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 32px;
	padding-left: 31px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.video640close{
	margin: 0px;
	padding: 0px;
	width: 640px;
	height: 38px;
	cursor: pointer;
}

#logotextspan2 {
	display: none;
}

.nodisp {
	display: none;
}

.visibilityhidden {
	visibility: hidden;
}

.max90 {
	max-width: 90%;
}

.fieldouterdiv, .areaouterdiv {
	position: relative;
	min-height: 60px;
	width: 80%;
}

.fieldinnerdiv, .areainnerdiv {
	position: relative;
	left: 8px;
	top: 0px;
	width: 100%;
	min-height: 60px;
}

#popup1content .fieldouterdiv {
	margin: 0 auto;
}

#popup1content .fieldouterdiv .fieldinnerdiv {
	left: 0px;
}

.validationerror {
	white-space: nowrap;
	position: absolute;
	right: 4px;
	top: 8px;
	font-size: 14px;
	color: #f66;
	/*background-color: white;*/
	border-top: 2px solid #f66;
	/*opacity: 0.6;*/
	/*-moz-opacity: 0.6;*/
	/*filter: Alpha(opacity=60);*/
	line-height: 16px;
	height: 16px;
}

.validationerrorcheckbox {
	white-space: nowrap;
	position: absolute;
	right: 4px;
	top: 8px;
	font-size: 16px;
	color: #f66;
	background-color: white;
	/*padding: 4px;*/
	/*border: 1px solid #f66;*/
}


.strengthmeterininput {
	position: absolute !important;
	right: 4px !important;
	top: 36px !important;
	font-size: 14px !important;
	padding: 0px 2px !important;
}

#progress {
	border: 2px inset gray;
	border-radius: 2px;
	background-color: #ddd;
}

.jqprogressbar {
	height: 18px;
	background: #080;
	width: 0%;
	/*background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);*/
	/*background-repeat: repeat;*/
	/*animation: 2s linear 0s normal none infinite running progress-bar-stripes;*/
}

#progresslog {
	margin-top: 6px;
}

.fw400	{
	font-weight: 400;
}

.listrow {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0px 2px 0px;
}

.listrow2 {
	position: relative;
	overflow: hidden;
	display: block;
	border-bottom: 1px solid #333;
	margin: 0px 2px 20px;
	padding-bottom: 20px;
}

.listthumb {
	width: 120px;
	float: left;
	min-height: 150px;
}

.listthumbsmall {
	width: 120px;
	float: left;
	min-height: 100px;
}

.listcontent {
	min-width: 350px;
	float: left;
}

.listcontent2 {
	/*min-width: 350px;*/
	width: 100%;
	float: left;
	padding: 10px;
	padding-left: 120px;
	margin-top: 10px;
	background-color: #f6f6f6;
	max-height: 150px;
	overflow: hidden;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.listcontent2 * {
	margin: 0px !important;
	padding: 0px !important;
}

.listshortcontent {
	max-width: 422px;
	max-height: 107px;
	float: left;
}

.booktools, .filetools, .mailingtools, .credittools {
	min-width: 200px;
	float: left;
	/*background-color: lightblue;*/
}

.credittools {
	margin-left: 2px;
}

.bgtxtkombi {
	font-size: 26px;
	font-weight: 700;
	padding: 0px 16px;
	margin: 4px;
	line-height: 50px;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
	border-radius: 2px;
}

.sendforminputs {
	max-width: 750px;
	text-align: center;
	margin: 0 auto;
}

.sendformblock {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.sendforminputsmsg {
	max-width: 750px;
	text-align: center;
	float: left;
}

.sendformattachments {
	margin: 0px;
	padding: 5px;
	max-width: 420px;
	text-align: center;
	float: left;
	overflow: hidden;
}

#adminonmonitor {
	width: 100%;
	text-align: center;
	background-color: lightgreen;
	margin: 4px 0px 6px;
	color: white;
}

.mycolorsinput {
	width: 150px !important;
}

.mybgtxtkombi {
	/*background-color: white;*/
	/*color: black;*/
	/*border: solid 3px black;*/
}


.msgerror, .msgerrorsmall {
	background: rgba(211, 87, 104, 0.3);
	border-radius: 2px;
	padding: 20px;
	margin: 20px auto;
	box-shadow: 0px 0px 5px #aaa;
	text-align: center;
	width: 95%;
}

.msgsuccess {
	background: rgba(58, 240, 64, 0.3);
	border-radius: 2px;
	padding: 20px;
	margin: 20px auto;
	box-shadow: 0px 0px 5px #aaa;
	text-align: center;
	width: 95%;
}

.msghelp {
	background: rgba(57, 196, 242, 0.3);
	border-radius: 2px;
	padding: 20px;
	margin: 20px auto;
	box-shadow: 0px 0px 5px #aaa;
	text-align: center;
	width: 95%;
}

.stretchtitle {
	float: left;
	white-space: nowrap;
}

.nowrp {
	float: left;
	white-space: nowrap;
}

.midleft {
	text-align: left !important;
	vertical-align: middle !important;
}

.topleft, .tabletopleft td {
	text-align: left !important;
	vertical-align: top !important;
}

.midcenter {
	text-align: center !important;
	vertical-align: middle !important;
}

.midright {
	text-align: right !important;
	vertical-align: middle !important;
}

.greytable td {
	padding: 2px 5px;
}

.greytable tr, .greytable td {
	height: 38px;
}

.table20px td {
	padding: 20px;
}

.greytable tr:nth-child(2n) {
	/*background-color: #ccc;*/
	border-bottom: 1px solid #999;
}
.greytable tr:nth-child(2n+1) {
	/*background-color: #ddd;*/
	border-bottom: 1px solid #999;
}

.nolink, .nolink:link, .nolink:hover {
	cursor: auto;
	text-decoration: none;
}

.redtext {
	color: red !important;
}

.sup {
	vertical-align: super;
	font-size: smaller;
}

#stage1, #stage1b, #stage2, #stage3 {
	/*border-radius: 6px;*/
}

#stage1, #stage1b, #stage3 {
	/*background-color: rgba(255,255,255,0.85);*/
	/*border: 1px solid gray;*/
}

#stage1b {
	display: none;
}

.fadeGradient {
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center bottom , rgb(255, 255, 255) 39%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;
	display: block;
	height: 50px;
	margin-top: -50px;
	overflow-x: hidden;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 2;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.padr50 {
	padding-right: 50px;
}

.ebwmtab1head {
	padding-left: 10px;
	padding-right: 20px;
	background-color: #1e6ba4;
	color: white;
	font-weight: bold;
	border-left: 2px white solid;
}

.ebwmtab1content {
	padding-left: 10px;
	padding-right: 20px;
	border-left: 2px white solid;
}

.bigmath {
	font-weight: bold;
	font-size: 24px;
}

.text13em {
	font-size: 1.3em;
	line-height: 1.3em;
}

.text08em {
	font-size: 0.8em;
	line-height: 1em;
}

.text07em {
	font-size: 0.7em;
	line-height: 1em;
}

.opac80 {
	opacity: 0.8;
}

#recipminus, #ebookminus, #tdlminus, #sycminus, .monthminusicon, .recipminusicon, .minusicon {
	background: url("/media/headlinebuttons/minus64x32.png");
}
#recipplus, #ebookplus, #tdlplus, #sycplus, .monthplusicon, .recipplusicon, .plusicon {
	background: url("/media/headlinebuttons/plus64x32.png");
}
#recipminus:hover, #recipplus:hover, #ebookminus:hover, #ebookplus:hover, #tdlminus:hover, #tdlplus:hover, #sycminus:hover, #sycplus:hover, .monthminusicon:hover, .monthplusicon:hover, .recipminusicon:hover, .recipplusicon:hover, .minusicon:hover, .plusicon:hover {
	background-position: -32px 0px;
}

.plusminusicon {
	width: 32px;
	height: 32px;
	vertical-align: -11px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

.centerbutton, .aligncenter {
	text-align: center;
}

.alignleft {
	text-align: left;
}

.rightinput, .alignright {
	text-align: right;
}

.autow {
	width: auto !important;
}

.shopbottomblock {
	float: left;
	width: 33%;
	min-width: 350px;
	margin-bottom: 30px;
}

#blueloader {
	animation-name: rotateloader;
	animation-duration: 1s;
	/*animation-duration: 1000ms;*/
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
@-moz-keyframes rotateloader {
	100% {
		-moz-transform: rotate(360deg);
	}
}
@-webkit-keyframes rotateloader {
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes rotateloader {
	100% {
		-webkit-transform: rotate(360deg);
		transform:rotate(360deg);
	}
}

.margin0 {
	margin: 0px;
}

.wh100 {
	width: 100%;
	height: 100%;
}

.abstopleft0 {
	position: absolute;
	top: 0px;
	left: 0px;
}

.posrelative {
	position: relative;
}

.w200px {
	width: 200px !important;
}
.w350px {
	width: 350px !important;
}
.w400px {
	width: 400px !important;
}

.home_video {
	width: 291px;
	height: 360px;
	position: relative;
	margin: 0 auto;
}

.home_video_rahmen {
	position: absolute;
	width: 291px;
	height: 360px;
	top: 0px;
	left: 0px;
	background: url('/media/video/videoplayer_reader_bg_for_231x280.png');
}

.home_video_pic {
	position: absolute;
	width: 231px;
	height: 280px;
	top: 30px;
	left: 30px;
	background: url('/media/video/ebookwm_home_pic_231x280.png');
}

.home_video_play_overlay {
	position: absolute;
	width: 95px;
	height: 67px;
	top: 137px;
	left: 98px;
	background: url('/media/video/youtube_play.png');
	cursor: pointer;
	opacity: 0.95;
	background-size: 95px 67px;
}

.ytb_play_button {
	margin: 0 auto;
	width: 95px;
	height: 67px;
	background: url('/media/video/youtube_play.png');
	cursor: pointer;
	opacity: 0.95;
	background-size: 95px 67px;
}

.wordspcebwm {
	display: inline-block;
	word-spacing: -8px;
}

.inlblock {
	display: inline-block;
}

.adminlistaboutuser {
	max-height: 120px;
	overflow: auto;
}

#headertoplogo {
	width: 237px;
	height: 122px;
	background:url('/media/logodrop4_237x122_1e6ba4.png');
}

#addressentriesdiv {
	overflow-x: auto;
}

.inputicon {
	position: absolute;
	color: white;
	background-color: red;
	/*border-top-right-radius: 1px;*/
	/*border-bottom-right-radius: 1px;*/
	cursor: pointer;
	top: 10px;
	right: 2px;
	font-size: 32px;
	padding-left: 13px;
	padding-top: 0px;
	vertical-align: 0px;
	width: 50px;
	height: 50px;
}

.abentryselectorlabel {
	vertical-align: 7px !important;
	margin-left: 6px;
}

.zoomicon {
	margin-top: 2px;
}

.mailcheckboxlines {
	text-align: left;
	line-height: 34px;
	font-size: 20px;
}

.valign3px {
	vertical-align: 3px;
}

.valign6px {
	vertical-align: 6px;
}

.valign7px {
	vertical-align: 7px;
}

.valignm3px {
	vertical-align: -3px;
}

.valignm9px {
	vertical-align: -9px;
}

.h48 {
	height: 48px;
}

.h55 {
	height: 55px;
}

.h100 {
	height: 100px;
}

.minh50 {
	min-height: 50px;
}

.bigpopupcolumn1v2 {
	float: left;
	width: 50%;
	/*max-width: 50%;*/
	min-width: 450px;
}

.bigpopupcolumn1v3 {
	float: left;
	width: 33%;
	/*max-width: 33%;*/
	min-width: 300px;
}

.opencloselisticon {
	display: inline-block;
	cursor: pointer;
	padding: 0;
	margin: 1px 6px 1px 6px;
	width: 30px;
	height: 30px;
}

.opencloselisticon {
	background: url('/media/opencloselist60x30_1e6ba4.png');
}

.opencloselisticonclosed {
	background-position: 0px 0px;
}

.opencloselisticonopened {
	background-position: -30px 0px;
}

/*#multientryselectdeleteall, #multientryinvertselection, #multientrycreatefromselection, #multientryselectallnone {*/
/*	cursor: pointer;*/
/*	white-space: nowrap;*/
/*}*/

/*#multientryselectdeleteall:hover, #multientryinvertselection:hover, #multientrycreatefromselection:hover, #multientryselectallnone:hover {*/
/*	color: #1e6ba4;*/
/*}*/

.unselectable {
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.inactivetextarea {
	background-color: #eee;
	color: #777;
	cursor: not-allowed;
}

tr.errortr td {
	background-color: #fee;
	color: #977;
}

.dlsharingplattform {
	display: inline-block;
	width: 36px;
	height: 27px;
	background-image: url('/media/icons/download.png');
	background-size: 36px 27px;
	cursor: pointer;
	margin: 5px 0px;
}

.ebwmpointer {
	cursor: pointer;
}

.ebwmmainbackgroundcolor {
	background-color: #1e6ba4;
}

.ebwmnopadding {
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.ebwmnomargin {
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.em1 {
	font-size: 1em;
	font-weight: normal;
}

.em12 {
	font-size: 1.2em;
	font-weight: normal;
}

.em12b {
	font-size: 1.2em;
	font-weight: 600;
}

.em20b {
	font-size: 2.0em;
	font-weight: 600;
}

.em08 {
	font-size: 0.8em;
	font-weight: normal;
}

.em09 {
	font-size: 0.9em;
	font-weight: normal;
}

.ebwm-wpx-32 {
	width: 32px;
	height: auto;
}

#ebwmnavlogo {
	height: 100%;
}

#ebwmnavlogonologo {
	display: none;
	height: 100%;
}

.bc0e6cb3 {
	background-color: #0e6cb3;
}

.bca3a3a3 {
	background-color: #a3a3a3;
}

.bc85c3ef {
	background-color: #85c3ef;
}

.bc07375b {
	background-color: #07375b;
}
.bc1e6ba4 {
	background-color: #1e6ba4;
}

.EBWMblackglass {
	background-color: rgba(0,0,0,.4);
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 40px;
}

.ebwmsignupbutton {
	padding: 0px;
	margin-top: 6px;
	height: 34px;
	line-height: 16px;
}

.marginr20 {
	margin-right: 20px;
}

.carousel-item {
	min-height: 320px;
	background-position: center !important;
	background-repeat:repeat !important;
	background-size: cover !important;
}

.divspacer12 {
	position: relative;
	width: 100%;
	height: 12px;
	clear: both;
}

.divspacer6 {
	position: relative;
	width: 100%;
	height: 6px;
	clear: both;
}

.divspacer3 {
	position: relative;
	width: 100%;
	height: 3px;
	clear: both;
}

.divspacer1 {
	position: relative;
	width: 100%;
	height: 1px;
	clear: both;
}

.divspacer0 {
	position: relative;
	width: 100%;
	height: 0px;
	clear: both;
}

.navloginlink {
	cursor: pointer;
	text-decoration: none;
	/*color: #333;*/
	color: #1e6ba4;
	font-weight: 400;
	border: 0;
	/*border-bottom: 2px dotted #bbb;*/
}

.navloginlink:hover {
	color: #1e6ba4;
	/*border-bottom: 2px dotted #1e6ba4;*/
}

.modal-content {
	border-color: white;
}

.modal-header {
	background-color: #1e6ba4;
	color: rgba(255,255,255,.75);
}

.close {
	color: rgba(255,255,255,.75);
}

.close:hover {
	color: rgba(255,255,255,.9);
}

.btn-ebwmprimary, .badge-ebwmprimary {
	border-color: #1e6ba4;
	background-color: #1e6ba4;
	color: white;
}

.btn-ebwmprimary:hover, .badge-ebwmprimary:hover {
	border-color: #2f7cb5;
	background-color: #2f7cb5;
	color: white;
}

.btn-ebwmprimary:active, .btn-ebwmprimary:focus {
	box-shadow: 0 0 0 .2rem rgba(255,136,6,.5);
}

.bg-ebwmgray {
	background-color: #a5a5a5;
}

.border-ebwmgray {
	border-color: #a5a5a5;
}

.btn-ebwmgray, .badge-ebwmgray {
	border-color: #a5a5a5;
	background-color: #a5a5a5;
	color: white;
}

.btn-ebwmgray:hover, .badge-ebwmgray:hover {
	border-color: #909090;
	background-color: #909090;
	color: white;
}

.text-ebwmgray {
	color: #a5a5a5;
}

.text-ebwmgray2 {
	color: #838383;
}

#ebwmloadingoverlay {
	background: #e9e9e9;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.75;
	height: 100%;
	z-index: 1000000;
}

/* #################################### OVERWRITE RULES  ################################################################################################################# */

#popup2content h1, #popup3content h1 {
	margin-left: 0;
}

/* Custom Bootstrap Checkboxes in Grün */
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #27A143;
    background-color: #27A143;
}
.custom-control-input:indeterminate:not([type=radio]) ~ .custom-control-label::before {
    color: #fff !important;
    border-color: #27A143 !important;
    background-color: #27A143 !important;
}

.was-validated select.form-control:valid, .was-validated select.form-control:invalid {
	background-position: center right calc(1.375em + .1875rem);
}

