body {
	background-color: #fff;
}

#container {
	width: 100%; 
	position: fixed; 
	left: 0px; 
	top: 0px; 
	z-index: -1; 
	max-height: 100%;
	overflow-y: auto;
}

.stretch {
	width:100%;
}

#tb_1 {
	text-align: center;
	font-family : Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	margin-top: 5%;
	margin-bottom: 5%;
}

div#top_box {
	background: transparent;
	margin-left: 8%;
}

@media (max-width:1000px){
	div#top_box {
		padding-left: 15%;
		padding-right: 15%;
	}	
}

div#box {
	background: transparent;
	width: 70%;
	margin-left: 15%;
	margin-top: 1%;
}



div#content_1 {
	width: 62%;
	height: 30%;
	margin-top: 0%;
	padding-top: 0.1%;
	margin-left: 14%;
	padding-left: 5%;
	padding-right: 5%;
	background: transparent;
	
}

div#content_2 {
	position: relative;
	width: 70%;
	margin-left: 15%;
	padding-top: 1%;
	background-color: #fff;
}

div#content_3 {
	position: relative;
	width: 100%;
	margin-left: 0%;
	background-color: #f4f4f4;
}

div#inner_content_3 {
	width: 50%;
	padding: 2%;
	margin-left: 23%; 
	
}

div#content_4 {
	position: relative;
	width: 100%;
	margin-left: 0%;
	background-color: #fff;
	
}

div#inner_content_4 {
	width: 70%;
	margin-left: 15%; 
	margin-right: 15%;
	
}

@media (max-width:1000px){
	div#inner_content_4 {
		width: 100%;
		margin-left: 0%; 
		margin-right: 0%;
	}	
}



div#footer {
	position: relative;
	background: #000;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;
	color: #fff;
	padding-top: 1%;
	padding-bottom: 1%;
	height: 2%;
}

h1 {
	font-family : Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: 600;
	font-size: 42px;
	text-align: center;

}

h2 {
	font-family : Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #000;
	font-size: 28px;
	text-align: center;
}

h3 {
	font-family : Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #040404;
	font-size: 28px;
	text-align: center;
	
}

h4 {
	font-family : Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #040404;
	font-size: 21px;
}

h5 {
	font-family : Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #000;
	font-size: 21px;
	text-align: center;
}

div {
	font-family : Helvetica, Arial, sans-serif;
}
p {
	font-family : Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
}
.p_center{
	text-align: center;
}
.p_white {
	font-family : Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.p_top {
	font-family : Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 21px;
	font-weight: 500;
}

.p_italic {
	font-family : Helvetica, Arial, sans-serif;
	color: #000;
	font-style: italic;
	font-weight: 500;
}

.p_normal {
	font-family : Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 500;
}

li {
	font-family : Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
}

a {
	color: #003bff;
	font-family : Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.reglink {
	color: #003bff;
	font-family : Helvetica, Arial, sans-serif;
	font-size: 18px;
}

.flink {
	color: #fff;
	font-family : Helvetica, Arial, sans-serif;
	font-size: 16px;
}
	
#mybutton {
	width: 14vw;
	height: auto;
}



.innerimage {
	text-align: left;
	padding-right: 30px;
}


.items_overview{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background-color: #fff;
	text-decoration: none;
	text-align: left;
	font-size: 14px;
	font-family : Helvetica, Arial, sans-serif;
	line-height: 2.8;
}

.items_overview a{
	text-decoration: none;
}

.item_box{
  position: relative;
  padding: 10px;
  margin: 8px;
  text-decoration: none;
  font: bold 15px sans-serif;
  box-shadow: 0 3px 5px rgba(0,0,0,0.35), 0 3px 5px rgba(0,0,0,0.35);
  border-radius: 10px;
}

.item_box:visited{
  font: bold 15px sans-serif;
  color: #ffffff;
  background-color: #ff8a00;
  cursor: pointer;
}

.item_box img{
  background:none;
  position: absolute;
  width: 3em;
  height: 3em;
  right: 10px;
  bottom: 10px;
}

/* Video Übersicht*/
.video_box_th {  
  background-color: #df3a19;
  color: #ffffff;
  width: 11.5em;
  height: 7em;
}

.video_box_prx {
  background-color: #ff8a00;
  color: #ffffff;
  width: 11.5em;
  height: 7em;
}

.video_box_th:hover{
  color: #ffffff;
  background-color: #eb8875;
  cursor: pointer;
  width: 11.5em;
  height: 7em;
}

.video_box_prx:hover{
  color: #ffffff;
  background-color: #ffb866;
  cursor: pointer;
  width: 11.5em;
  height: 7em;
}

/*E-Mail Funnel DL*/
.dl_box {
  position: relative;
  background-color: #df3a19;
  color: #ffffff;
  width: 10em;
  height: 5em;
}

.dl_box:hover{
  color: #ffffff;
  background-color: #eb8875;
  cursor: pointer;
}



	
.vid_table {
	background-color: #fff;
	width: 68vw;
	border: 0px;
	text-align: left;
}

.vid_table_td {
	width: 20vw;
	vertical-align: top;
	padding-top: 15px;
}

.vid_table_h3 {
	text-decoration: underline;
	color: #000;
	font-family : Helvetica, Arial, sans-serif;
	font-size: 21px;
}


.videos_overview{
	background-color: #fff;
	padding: 10px;
	width: 68vw;
	border: 0px;
	text-align: left;
	font-size: 14px;
	font-family : Helvetica, Arial, sans-serif;
	vertical-align: top;
	border: 1px solid #000;
	border-collapse: collapse;
	line-height: 1.8;
	margin: 50px;
}

.videos_overview_td{
	vertical-align: top;
	border: 1px solid #000;
	padding: 10px;
}

.videos_overview_th {
	text-align: center;
	color: #000;
	padding: 10px;
	font-family : Helvetica, Arial, sans-serif;
	font-size: 18px;
	border: 1px solid #000;
	background-color: #fff;
}

.innerimage {
	align: left;
	text-align: left;
	padding-right: 30px;
}

.salescontainer {
	text-align: center;
	align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.salesimage {
	width: 900px;
	border: 4px solid #000;
}	
.salesboximage {
	width: 350px;
}
.salesboximage_2 {
	width: 250px;
}
.salesboximage_3 {
	width: 550px;
}
.myfunnel {
	width: 800px;
}


div#salesbox {
	width: 800px;
	margin: auto;
	border: 4px dashed #91221a;
	padding: 5px;
	text-align: center;
}


.redtext {
	color: #91221a;
}

.bigtext {
	font-weight: 600;
}

.bigredtext {
	color: #91221a;
	font-weight: 600;
}

img#guido {
	width: 340px;
  	height: auto;
	padding: 20px;
}

.checklistbox {
	max-width: 780px;
  	margin-right: auto;
  	margin-left: auto;
}
.checklist {
	list-style: none;
	margin-left: 130px;
}

.checklist_y {
	list-style: none;
	margin-left: 30px;
}

.checklist_x {
	list-style: none;
	margin-left: 20px;
}

.checklist_z {
	list-style: none;
	margin-left: 100px;
}


.checklistitem {
	font-size: 28px;
	font-weight: 600;
	 background: url('https://onlinecashmachines.de/images/check24.png') no-repeat left center;
        padding: 6px 10px 5px 35px;
        margin-bottom: 20px;
        vertical-align: middle;
}

.checklistitem_z {
	font-size: 21px;
	font-weight: 600;
	 background: url('https://onlinecashmachines.de/images/check24.png') no-repeat left center;
        padding: 8px 10px 5px 35px;
        margin-bottom: 10px;
        vertical-align: middle;
}



.checklistbox_2 {
	max-width: 880px;
  	margin-right: auto;
  	margin-left: auto;
	padding-top: 5px;
}
.checklist_2 {
	list-style-image: url('https://onlinecashmachines.de/images/check24.png');
	margin-left: 15px;
}
.checklist_3 {
	list-style: none;
	margin-left: 80px;
}
.checklistitem_3 {
	font-size: 18px;
	font-weight: 600;
	 background: url('https://onlinecashmachines.de/images/check24.png') no-repeat left center;
        padding: 8px 10px 5px 35px;
        margin-bottom: 20px;
        vertical-align: middle;
}

.thelist {
	width: 900px;
	margin: auto;
}

.checklist_4{
	list-style: none;
	margin-left: 50px;
}

.checklist_5{
	list-style: none;
}

.redcheck {
	list-style: none;
	margin-left: -40px;
}
.redcheckitem{
  background: url('https://onlinecashmachines.de/images/arrow11.png') no-repeat left center;
        padding: 5px 10px 5px 45px;
        font-style: italic;
        margin-bottom: 20px;
        vertical-align: middle;
}

.eurotable{
	width: 940px;
	margin: auto;
}

.eurotabletd{
	padding-left: 20px;
}


.euroimage{
	width: 660px;
	margin-left: auto;
	margin-right: auto;

}

.divboxes{
	text-align: center;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}

.boxes{
	width: 800px;
}


.checklistbox_lp {
	max-width: 620px;
  	margin-right: 70px;
  	margin-left: auto;
}
.checklist_lp{
	list-style: none;
	margin-left: auto;
	margin-right: auto;
}
.checklistitem_lp {
	font-size: 21px;
	font-weight: 600;
	 background: url('https://onlinecashmachines.de/images/check24.png') no-repeat left center;
        padding: 8px 10px 5px 35px;
        margin-bottom: 12px;
        vertical-align: middle;
}
.lp_form {
	max-width: 380px;
  	margin-right: auto;
  	margin-left: auto;
}
.dnote {
	margin-top: -30px;
	max-width: 290px;
  	margin-right: auto;
  	margin-left: 26px;
}
.note {
	font-size: 11px;
}

.lp_image {
	width: 600px;
}


.products_vert {
	max-width: 900px;
  	margin-right: auto;
  	margin-left: auto;
}

.products_vert_td {
	padding-left: 40px;
	padding-right: 40px;
}

.promo_banner {
	max-width: 800px;
  	margin-right: auto;
  	margin-left: auto;
}

.yelback {
	background-color: #fff200;
}

.vds_box {
	width: 1200px;
	margin-right: auto;
  	margin-left: auto;
	text-align: center;
}

.vds_box_td {
	padding: 20px;
}

/*Guido und Goetz Image*/

.gg_tbl {
	width: 50vw;
	border: 0px;
	text-align: center;
	margin-right: auto;
  	margin-left: auto;
}

.gg_td {
	padding-left: 20px;
	padding-right: 20px;
}

.gg_img {
	width: 250px;
}






