@media print {
	.page-divide {
		page-break-after: always;
	}
	
	.not-print-page{
		display:none;
	}
	
	.side_bar_widget_image {
		display:none;
	}
	
	a[href]:after {
		content:"" !important;
	}
	
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
/* IE10+ specific styles go here */
  .area-body {
    min-height: 650px;
  }
}

html, body {
    width: 100%;
    height: 100%;
}

#apollo-page {
    min-height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 100%;
}

.myjanoprotect_button {
	background-color: #1788A9;
}

.myjanoprotect_button h3{
	font-family: Helvetica;
    font-size: 11pt;
}

.myjanoprotect_button img{
	width:78px;
	height:78px;
}

.ui-tooltip{
	background: #FAF4C0;
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}

.inhaltsblock_links {
	margin-top:12px;
	border: 0px solid transparent;
}
.themenseiten_header{
	padding-top:6px;
	height:27px;
}
.kundenstimmen table {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
	display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;

}
.kundenstimmen tbody {
	display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.kundenstimmen tr {
	display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.kundenstimmen td {
	border-color: #eaeaea;
    border-width: 0 0 0 0;
    border-style: solid;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    margin: 0;
    /*padding-left: 8px;*/
    vertical-align: middle;
    height: 30px;
}

.header{
	/* height: 140px; */
}

.header_logo{	
	float:left;
	 width:200px;
}

.header_search{
	float:right;
	margin-top:20px;
	width: 30%;
}

.header_userinfo{
	margin-top: 7px;
	width: 20%;
	float: left;
}

.header_top{
	/* border-top:1px solid #eee; */
	/* border-bottom:1px solid #eee; */
}

.header_topbar{
	/* position:fixed; */
	width: 100%;
	background-color: white;
	z-index:2;
}

.header_menu{	
	/*margin-bottom:15px;*/
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}

.footer{
	/* margin-top:15px; */
	font-size:14px;
	padding:20px 0 30px;
}

.footer_menubox{
	float:left;
	width: 100px;
}

.footer_menubox_sns {
    float: left;
    width: 180px;
}

.footer_menubox_80{
	float:left;
	width:80px;
}

.footer_menubox_right{
	float:right;
	text-align:right;
}

.footer_menubox_left{
	float: left;
}

.footer_container{
	padding-top:10px;
	border-top:1px solid #eee;
}

.footer_right_menu{
	width:330px;
	color:#5a5a5a;
}

.padding_top_bottom_zero {
	padding-top:0px;
	padding-bottom:0px;
}

.line{
    background-color: #eee;
    height: 1px;
    width: 100%;
}

.line2{
    background-color: #c5c3c3;
    height: 1px;
    width: 100%;
	margin-bottom:10px;
}
#popup_wrapper {
	width:630px;
	background:url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/bg_content_popup_agb.gif) 0% 0% no-repeat;
	margin: 0 0 0 15px;
}

#popup_cnt {
	padding:40px 0 0 50px;
	width:600px;
}

#popup_header {
	width:643px;
	height: 110px; 
	margin-bottom: 20px; 
	font-size: 10px;
	color: #fff;

	background: url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/logo/header_popup_janoprotect.gif) no-repeat;

}

#popup_header .popup_close {
	padding: 20px 20px 0 560px;
}

#popup_header .popup_print {
	padding: 4px 20px 0 560px;
}

#popup_header .popup_pdf {
	padding: 4px 20px 0 560px;
}

.EHI_EMOTA_logo_top_padding {
	padding-top: 5px;
}

.mittelstand_logo_top_padding {
	padding-top: 1em;
    padding-left: 3em;
}

.css-arrow-right {
	display: inline-block;
	position: relative;
	margin: 0 0 0 8px;
	padding: 0;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: #000;
}
.css-arrow-left {
	display: inline-block;
	position: relative;
	margin: 0 8px 0 0;
	padding: 0;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-right-color: #000;
}

.nextButtonChangeData {
	background-image: url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/nextButton_background.png);
    width: 280px;
    height: 19px;
    color: white;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding-top: 4px;
    text-decoration: none;
}

.deleteButton {
	background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
}

.center_wrapper {
	width:auto;
	height:auto;
	display:flex;
	align-items:center;
	justify-content: center;
}

table.fileListType {
	border-collapse: collapse;
	table-layout: fixed;
	font-family: Arial, sans-serif;
}

.titlePaneContentInner {
	padding: 10px;
}

.side_bar_widget {
	background-color: #e6e6e6;
    width: 150px;
    height: 230px;
    position: fixed;
    top: 20%;
    right: 0px;
    z-index: 999990;
    border: solid 1px #b3b2b2;
    border-radius: 8px 0px 0px 8px;
    word-wrap: break-word;
}

.side_bar_widget_image {
    position: fixed;
    top: 20%;
    right: 0px;
    z-index: 999990;
    word-wrap: break-word;
}

#side_bar_widget {
	transition: margin 0.3s ease;
	-webkit-transition: margin 0.3s ease;
	-moz-transition: margin 0.3s ease;
	-o-transition: margin 0.3s ease;
}

.side_bar_widget_button {
    position: relative;
    top: 18em;
    right: 0.5em;
}

.side_bar_widget_button_text {
    font-size: 1.5em;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 3em;
}

.side_bar_widget_collapsed {
	margin-left:15%;
	width:3em;
}

.side_bar_center_img {
	width: 70%;
    z-index: 999992;
}

.side_bar_center_img02 {
    z-index: 999992;
}

.haekchen_liste {
	margin-top: 0px;
}

.haekchen_liste li {
	margin-top: 0px;
	margin-left: -40px;
    padding-top: 0px;
    line-height: 1.5;
    padding-left: 15px;
	list-style-type: none;
	border: 0px solid black;
    background-image: url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/listenpunkt_haekchen.png);
	background-position: 0% 50%;
	background-repeat: no-repeat;
}

.side_bar_text_headline {
	text-align:center;
    z-index: 999992;
}

.side_bar_text_contents {
    z-index: 999992;
}

a.anc_popup_close {
	color: #fff;
	background:url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/icon/ico_schliessen_weiss.gif) 0% 0% no-repeat;
	text-decoration:none;
	padding: 0 0 0 14px;
	}
	
a.anc_popup_print {
	color: #fff;
	background:url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/icon/ico_drucken_weiss.gif) 0% 0% no-repeat; 
	text-decoration:none;
	padding: 0 0 0 14px;
}

a.anc_popup_pdf {
	color: #fff;
	background:url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/icon/ico_pdf_agb.gif) 0% 0% no-repeat; 
	text-decoration:none;
	padding: 0 0 0 14px;
}

.shopsuche-top{
	background:url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/shopsuche/B_C_SCH_Shopsuche_1140x120_2.png);
	height:120px;

}

.shopsuche-top-table {
	display: table;
	width: 100%;
}
.shopsuche-top-table-row {
	display: table-row;
	height:120px;
}
.shopsuche-top-table-cell {	
	display: table-cell;
	width:50%;
	vertical-align: middle;
}
.shopsuche-button{
	background: #00a9d4;
}

.shopbetreiber-top{
	background:url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/shopbetreiber/B_C_SB_Banner_847x120_2_O.png);
	height:120px;

}

.shopbetreiber-top-title{
	font-size:20px;padding-left: 150px;padding-top: 25px; font-weight:bold;
}

.shopbetreiber-top-subtitle{
	font-size:20px;padding-left: 150px;font-weight:bold; color:#797979;
}

.vorsorge-top{
	background:url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/vorsorge/Vorsorge_Banner_847x120_2_O.png);
	height:120px;

}

.vorsorge-top-title{
	font-size: 1.5rem;
	padding-left: 150px;
	padding-top: 1.5em;
	font-weight:bold;
}

.vorsorge-top-subtitle{
	font-size: 1.3rem;
	padding-left: 150px;
	font-weight:bold;
	color:#797979;
}

table.fileListType td{
	padding: 5px;
}

.janodaten_footer {
	background-color: #eeeef0;
}

.janodaten_logo_center {
	padding-top:70px;
	width:80%;
}

.datenschutz-janoprotect-top{
	background:url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/datenschutz/janoProtect_Banner_1140x120.png);
	height:120px;
}




.datenschutz-janoprotect-top-title{
	font-size: 1.5rem;
	padding-left: 10px;
	padding-top: 1.1em;
	font-weight:bold;
}

.datenschutz-janoprotect-top-subtitle{
	font-size: 1.3rem;
	padding-left: 10px;
	font-weight:bold;
	color:#797979;
}

.datenschutz-top{
	background:url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/datenschutz/Datenschutz_Banner_847x120_2_O.png);
	height:120px;

}

.datenschutz-top-title{
	font-size: 1.8rem;
	padding-left: 150px;
	padding-top: 1.5em;
	font-weight:bold;
}

.datenschutz-top-subtitle{
	font-size: 1.7rem;
	padding-left: 150px;
	font-weight:bold;
	color:#797979;
}

.arbeitsvertrag-top{
	background:url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/arbeitsvertrag/Arbeitsvertrag_Banner.png);
	height:120px;

}

.arbeitsvertrag-top-title{
	font-size: 1.5rem;
	padding-left: 150px;
	padding-top: 1.5em;
	font-weight:bold;
}

.arbeitsvertrag-top-subtitle{
	font-size: 1.3rem;
	padding-left: 150px;
	font-weight:bold;
	color:#797979;
}

.verbraucher-top{
	background:url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/verbraucher/B_C_VB_Banner_847x120_2_O.png);
	height:120px;
}

.verbraucher-top-title{
	font-size:20px;padding-left: 150px;padding-top: 25px; font-weight:bold;
}

.verbraucher-top-subtitle{
	font-size:20px;padding-left: 150px;font-weight:bold; color:#797979;
}

.schlichtung-top{
	background:url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/schlichtung/B_C_SCH_Banner_847x120_2_O.png);
	height:120px;
}

.schlichtung-top-title{
	font-size:20px;padding-left: 150px;padding-top: 25px; font-weight:bold;
}

.schlichtung-top-subtitle{
	font-size:20px;padding-left: 150px;font-weight:bold; color:#797979;
}

.datenschutz-logo-top{
	background:url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/datenschutz/empty_Banner_1140x120.png);
	height:120px;
}

.datenschutz-withoutlogo-top{
	background:url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/datenschutz/empty_Banner_withoutLogo_1140x120.png);
	height:120px;
}

.janoinfo-withoutlogo-top{
	background:url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/datenschutz/janoInfo_Banner_withoutLogo_1140x120.png);
	height:120px;
}

.janoupdate-withoutlogo-top{
	background:url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/datenschutz/janoUpdate_Banner_withoutLogo_1140x120.png);
	height:120px;
}

.janoinfo-janoupdate-withoutlogo-top{
	background:url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/datenschutz/janoInfo_janoUpdate_Banner_withoutLogo_1140x120.png);
	height:120px;
}

.janofair-siegel-top{
	background:url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/janofair-siegel/B_C_Siegel_Banner_847x120_1_O.png);
	height:120px;
}

.janofair-siegel-top-en{
	background:url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/janofair-siegel/B_C_Siegel_Banner_847x120_1_O_EN.png);
	height:120px;
}

.janofair-siegel-top-title{
	font-size: 15px;
	padding-left: 15px;
	padding-top: 25px;
	font-weight:bold;
}

.janofair-siegel-top-title02{
	font-size: 15px;
	padding-left: 8em;
	padding-top: 25px;
	font-weight:bold;
}

.janofair-siegel-top-subtitle{
	font-size: 14px;
	padding-left: 15px;
	font-weight:bold;
	color:#797979;
}

.janofair-siegel-top-subtitle02{
	font-size: 14px;
	padding-left: 8.5em;
	font-weight:bold;
	color:#797979;
}

.janodaten-siegel-top-title{
	font-size: 15px;
	padding-left: 20px;
	padding-top: 25px;
	font-weight:bold;
}

.janodaten-siegel-top-subtitle{
	font-size: 14px;
	padding-left: 20px;
	font-weight:bold;
	color:#797979;
}

.dispute{
	width:600px;
	height:40px;	
}
.dispute-title{
	width: 300px;
	float:left;
}
.dispute-input{
	float:left;
	width:50%;	
}

.dispute-statement{
	width:600px;
	height:40px;	
}
.dispute-statement-title{
	width: 200px;
	float:left;
}
.dispute-statement-input{
	float:left;
	width:50%;	
}

.userdata{
	width:600px;
	height:40px;	
}
.userdata-title{
	width: 150px;
	float:left;	
}
.userdata-input{
	float:left;
	width:50%;	
}

.registration{
	width:600px;
	height:40px;	
}
.registration-title{
	width: 200px;
	float:left;	
	padding-top:6px;
}
.registration-input{
	float:left;
	width:50%;	
}
.registration-input_bankDaten{
	float:left;
	width:250px;	
}

.ansprechpartner{
	width:600px;
	height:40px;	
}
.ansprechpartner-title{
	width: 200px;
	float:left;	
	padding-top:6px;
}
.ansprechpartner-input{
	float:left;
	width:50%;	
}

.branch{
	width:600px;
	height:40px;	
}
.branch-title{
	width: 200px;
	float:left;	
	padding-top:6px;
}
.branch-input{
	float:left;
	width:50%;	
}

.info{
	height:150px;
}
.info_image{
	/* width:140px; */
	float:left;
}
.info_description{
	width:700px;float:left;
}

.error{
	color:red;	
}

.tdBold{
	width:150px;
	font-weight: bold;
}

.tdBlue{
 	color:#144382;	
}

.category_left{
	float:left;
	width:250px;
	height:320px;
}

.category_right{
	float:left;
	width:250px;
	height:320px;
}

.left-menu{
	/*min-height:600px;*/
}


.bubble {
    position: relative;
    /* width: 190px; */
    height: 37px;
    padding: 12px;
    font-size: 8pt;
    color: #797979;
    background: #DEDEDE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.bubble:after {
    content: "";
    position: absolute;
    top: 12px;
    left: -10px;
    border-style: solid;
    border-width: 6px 10px 6px 0;
    border-color: transparent #DEDEDE;
    display: block;
    width: 0;
    z-index: 1;
}

.icon-background1 {
    color: #2b96bb;
}

.icon-background2 {
    color: #ffffc0;
}

.icon-background3 {
    color: #e65f50;
}

.icon-background4 {
    color: #904695;
}

.icon-background6 {
    color: #40c040;
}

.icon-background5 {
    color: #0095ca;
}

.circle-icon2 {
    background: #ffc0c0;
    padding:30px;
    border-radius: 50%;
}

.circle-icon {
    background: #ffc0c0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 30px;
}


.otherlogo{
	width: 375px;
}

.main_dataschutz_box{
		padding-left:15px;
		padding-top:3px;
		background-color:#eeeef0;
		height: 130px;
		border-bottom-left-radius: 2em;
		box-shadow: 0 1px 2px rgba(0,0,0,.2);
	}

.dataschutz_center-aligned { 
		display: table;
		width: 100%; 
	}  
.dataschutz_center-core { 
		display: table-cell; 
		text-align: center; 
		vertical-align: middle; 
	}

.main_paket_menu a{
	cursor:pointer;
}
.main_paket_menu .hide{
	display:none;
}
	
.main_paket_common{
	padding-left:15px;
	padding-top:3px;
	background-color:#FFFFFF;
	height: auto;
}

.main_paket_update{
	padding-left:15px;
	padding-top:3px;
	background-color:#FFFFFF/*#f6f6f6*/;
	height: 780px;
	/*border-bottom-left-radius: 2em;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
}

.main_paket_hosting{
	padding-left:15px; 
	padding-top:3px; 
	background-color:#FFFFFF/*#f6f6f6*/; 
	height:710px; 
	/*border-bottom-left-radius: 2em; 
	box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
}


.main_sub_description{	
	height:170px; 
	background-color:#e8e8e8; 
	padding-left:10px; 
	padding-top:1px;
	border-bottom-left-radius: 2em; 
	box-shadow: 0 1px 2px rgba(0https://redaktion.datenschutzerklaerung.tst/system/workplace/editors/editor_main.jsp?resourcelist=&resource=%2Fsystem%2Fmodules%2Fde.janodaten.opencms.hibernate%2Fresources%2Fstyles%2Fjanodaten.css#,0,0,.2);
}

.main_sub_description_block_1{	
	float:left;
	margin-left:10%
	width:100%;
}

.main_sub_description_block_2{
	float:left;
	margin-left:10%
	width:100%;
}

.main_sub_description_block_3{	
	width:100%;
}

.main_description{
	background-image: url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/datenschutz/main_slider_image_datenschutz.png); 
	width:100%; 
	height:470px; 
	border-bottom-left-radius: 2em; 
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.main_description h1{
		color:#2b96bb; 
		font-weight:bold; 
		font-size:20px;
	}
	
.main_description h2{
	font-size:18px;
}
.main_description p{
}

.main_description_block{
		width:100%;
}

.main_description_blank{
		height:1%;
} 

.nav-menu {
	display: inline-block;
	float:right;
	padding-top:15px;
	width:180px;
}
.nav-login {
	position: relative;
	top:-20px;
	right:20px;
	font-size:15px;
	font-weight: 600;
}
.nav-warenkorb-icon {
	background-image: url(/export/sites/default/.galleries/janoprotect/shopping-cart.png);
	background-size: 50px;
	width:50px;
	height:50px;
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.nav-warenkorb-text01{
	display: inline-block;
	top:-25px;
	right:10px;
	width:10px;
	position: relative;
}
.nav-warenkorb-text02{
	display: inline-block;
	position: relative;
    font-weight: 700;
    font-size: 17px;
	right:22px;
	width:10px;
	bottom:10px;
}
.nav-warenkorb-count{
	top:-33px;
	right:27px;
    position: relative;
	color: #e47911;
	font-weight: 600;
}
.nav-warenkorb-count2{
	top:-22px;
	right:34px;
    position: relative;
	color: #e47911;
	font-weight: 600;
	font-size:20px;
}

.mailinfoto{
		display : none;
		width:250px;		
	}
  
  /* Formatierung der Warenkorb-Tabelle.
       
     Referenz (16.01.2008): http://www.visakopu.net/misc/table-border-css/
  */
  
  .warenkorb_listung table, .registrierung table, .zahlungsart_form table
  {
    border-color: #eaeaea;
    border-collapse:collapse;
    border-width: 0 0 1px 1px;
    border-style: solid;
  }

  .warenkorb_listung td, .registrierung td, .zahlungsart_form td
  {
    border-color: #eaeaea;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding-left: 8px;
    vertical-align:middle;
    height:30px;
  }
  
  .registrierung table
  {
    border-width:0px;
  }

  .registrierung td
  {
    border-width:0px;
    height:39px;
  }
  
  .zahlungsart_form table
  {
    border-width:0px;
  }
  
  .zahlungsart_form td
  {
    border-width:0px;
    height:31px;
  }  
 
  
  .warenkorb_spalte_1
  {
    width:278px;
  }
  
  .warenkorb_spalte_2
  {
    width:191px;
  }
  
  .warenkorb_spalte_3
  {
    width:89px;
  }
  
  .warenkorb_spalte_4
  {
    width:61px;
  }
  
  .kundenstimmen td {
  border-color: #eaeaea;
  border-width: 0 0 0 0;
  border-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  margin: 0;
  /*padding-left: 8px;*/
  vertical-align: middle;
  height: 30px;
}
  
  .agbservice_spalte_1
  {
    width: 100px;
  }
  
  .agbservice_spalte_2
  {
    width: 135px;
  }
  
  .agbservice_spalte_3
  {
    width:145px;
  }
  
  .agbservice_spalte_4
  {
    width:140px;
  }
  
  .graue_zeile
  {
    background-color:#f4f4f4;
  }
  
  .graue_zeile_white
  {
    background-color: #FFFFFF;
  }
  
  .warenkorb_tab_icon
  {
    float:left;
  }
  
  .warenkorb_tab_text
  {
  	padding-left:15px;
  }
  
  .warenkorb_tab_preis
  {
    text-align:right;
    padding-right:20px;
  }
  
  .warenkorb_tab_download a
  {
    margin-right:5px;
  }
  
  .warenkorb_tab_loeschen
  {
    padding-left:120px;
  }
  
  .warenkorb_tab_loeschen a
  {
    display:block;
    text-align:center;
  }
  
/*dropdown test*/
.dropdownTest {
    position: relative;
    display: inline-block;
}

.dropdown-content-Test {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdownTest:hover .dropdown-content-Test {
    display: block;
}

.triangle {display:inline-block; width:0; height:0; border-style:solid; border-width:5px;}

.triangle.triangle_right {
	border-color:transparent transparent transparent #337ab7;
}

.triangle.triangle_down {
	border-color:#337ab7 transparent transparent transparent;
	position:relative;
	top:3px;
}

h3.main_paket_smallTitle {
	/*font-family: "Helvetica Light", Helvetica, sans-serif;*/
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight:100;
	color: #73706e;
	letter-spacing: 1pt;
}

h3.main_paket_BigTitle {
	/*font-family: "Times New Roman", Times, serif;*/
	font-size: 18pt;
	font-style: normal;
	font-variant: normal;
	font-weight:bold;
	color: #047286;
	line-height:23pt;
}

h4.main_paket_smallTitle {
	/*font-family: "Helvetica Light", Helvetica, sans-serif;*/
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight:100;
	color: #73706e;
	letter-spacing: 1pt;
}

h4.main_paket_BigTitle {
	/*font-family: "Times New Roman", Times, serif;*/
	font-size: 18pt;
	font-style: normal;
	font-variant: normal;
	font-weight:bold;
	color: #047286;
	line-height:23pt;
}

.main_paket_description {
	font-size:11pt;
	line-height:15pt;
	/*font-family:"Helvetica Light", Helvetica, sans-serif;*/
	text-align:left;
	color:black;
	height:170px;
	max-width:320px;
}

.main_paket_description_justify {
	font-size:11pt;
	line-height:15pt;
	/*font-family:"Helvetica Light", Helvetica, sans-serif;*/
	text-align:justify;
	color:black;
	height:170px;
	max-width:320px;
}

.main_paket_productBox_list {
	list-style:none;
	padding-left:0px;
	text-align:left;
	display:none;
}

.main_paket_productBox {
	height: 125px; 
	background-color:#eeeef0; 
	padding-left: 7px; 
	padding-top: 5px;
	padding-right: 10px;
}

.main_paket_productBox_type02 {
	background-color:#eeeef0; 
	padding-left: 13px; 
	padding-top: 15px;
	height:130px;
}

.main_paket_productBox_type03 {
	background-color:#eeeef0; 
	padding-left: 13px; 
	padding-top: 1em;
	height:130px;
}

.main_paket_productBox_type02_contents {
	float:right;
	padding-right:20px;
}

.main_paket_productBox_flag {
	border: 0px;
	width: 15px;
	height: 15px;
}

.main_paket_productBox .divLeft{
	display: inline-block;
}

.main_paket_productBox .divRight{
	display: inline-block;
	float: right;
}


.main_paket_description_right_border {
	position: absolute;
	top: 330px;
	width:90%;
	height: 150px;
	border-right: 1px solid rgb(183,214,222);
}

.hidden-login-function {
}

.input334_25 {
	width: 329px;
	height: 21px;
	padding-top: 4px;
	padding-left: 2px;
	padding-right: 3px;
	border: 0px solid #cccccc;
	background-color: white;
	background-image: url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/bg_input_334_25.png);
	background-repeat: no-repeat;	
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px)
{
    .main_dataschutz_box{
		padding-left:15px;
		padding-top:3px;
		background-color:#eeeef0;
		height: 150px;
		border-bottom-left-radius: 2em;
		box-shadow: 0 1px 2px rgba(0,0,0,.2);
	}
	
	.main_paket_common{
		padding-left:15px;
		padding-top:3px;
		background-color:#FFFFFF;
		height: auto;
	}
	
	.main_paket_hosting{
		padding-left:15px;
		padding-top:3px;
		background-color:#FFFFFF/*#f6f6f6*/;
		height: 520px;
		/*border-bottom-left-radius: 2em;
		box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
	}
	.nav-menu {
		display: inline-block;
		float:left;
		padding-left:50px;
		padding-top:20px;
		width:auto;
	}
	.otherlogo{
		display:none;
	}
	.main_paket_description_right_border {
		display:none;
	}
	.hidden-login-function {
		width:0px;
		height:0px;
		display:none
	}
	.side_bar_widget {
		background-color: #e6e6e6;
		width: 150px;
		height: 230px;
		position: fixed;
		top: 30%;
		right: 0px;
		z-index: 999990;
		border: solid 1px #b3b2b2;
		border-radius: 8px 0px 0px 8px;
		word-wrap: break-word;
		display:none;
	}
	
	.side_bar_widget_image {
		position: fixed;
		top: 30%;
		right: 0px;
		z-index: 999990;
		word-wrap: break-word;
		display:none;
	}
}

@media screen (max-width: 325px) {
	.main_dataschutz_box{
		padding-left:15px;
		padding-top:3px;
		background-color:#eeeef0;
		height: 150px;
		border-bottom-left-radius: 2em;
		box-shadow: 0 1px 2px rgba(0,0,0,.2);
	}
	
	.main_paket_common{
		padding-left:15px;
		padding-top:3px;
		background-color:#FFFFFF;
		height: auto;
	}
	
	.main_paket_hosting{
		padding-left:15px;
		padding-top:3px;
		background-color:#FFFFFF/*#f6f6f6*/;
		height: 520px;
		/*border-bottom-left-radius: 2em;
		box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
	}
	.nav-menu {
		display: inline-block;
		float:left;
		padding-left:50px;
		padding-top:20px;
		width:auto;
	}
	.otherlogo{
		display:none;
	}
	.main_paket_description_right_border {
		display:none;
	}
	.hidden-login-function {
		width:0px;
		height:0px;
		display:none
	}
	.side_bar_widget {
		background-color: #e6e6e6;
		width: 150px;
		height: 230px;
		position: fixed;
		top: 30%;
		right: 0px;
		z-index: 999990;
		border: solid 1px #b3b2b2;
		border-radius: 8px 0px 0px 8px;
		word-wrap: break-word;
		display:none;
	}
	.side_bar_widget_image {
		position: fixed;
		top: 30%;
		right: 0px;
		z-index: 999990;
		word-wrap: break-word;
		display:none;
	}
}


@media screen and (min-width: 326px) and (max-width: 446px) {
	.main_dataschutz_box{
		padding-left:15px;
		padding-top:3px;
		background-color:#eeeef0;
		height: 290px;
		border-bottom-left-radius: 2em;
		box-shadow: 0 1px 2px rgba(0,0,0,.2);
	}
	.main_paket_common{
		padding-left:15px;
		padding-top:3px;
		background-color:#FFFFFF;
		height: auto;
	}
	.main_paket_hosting{
		padding-left:15px;
		padding-top:3px;
		background-color:#FFFFFF/*#f6f6f6*/;
		height: 810px;
		/*border-bottom-left-radius: 2em;
		box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
	}
	.nav-menu {
		display: inline-block;
		float:left;
		padding-left:50px;
		padding-top:20px;
		width:auto;
	}
	.otherlogo{
		display:none;
	}
	.main_paket_description_right_border {
		display:none;
	}
	.hidden-login-function {
		width:0px;
		height:0px;
		display:none
	}
	.side_bar_widget {
		background-color: #e6e6e6;
		width: 150px;
		height: 230px;
		position: fixed;
		top: 30%;
		right: 0px;
		z-index: 999990;
		border: solid 1px #b3b2b2;
		border-radius: 8px 0px 0px 8px;
		word-wrap: break-word;
		display:none;
	}
	.side_bar_widget_image {
		position: fixed;
		top: 30%;
		right: 0px;
		z-index: 999990;
		word-wrap: break-word;
		display:none;
	}
}

@media screen and (min-width: 447px) and (max-width: 800px) {
	.main_dataschutz_box{
		padding-left:15px;
		padding-top:3px;
		background-color:#eeeef0;
		height: 250px;
		border-bottom-left-radius: 2em;
		box-shadow: 0 1px 2px rgba(0,0,0,.2);
	}
	.main_description{
		background-image: url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/datenschutz/main_slider_image_datenschutz.png); 
		width:100%; 
		height:400px; 
		border-bottom-left-radius: 2em; 
		box-shadow: 0 1px 2px rgba(0,0,0,.2);
	}
	
	.main_paket_common{
		padding-left:15px;
		padding-top:3px;
		background-color:#FFFFFF;
		height: auto;
	}

	.main_paket_hosting{
		padding-left:15px;
		padding-top:3px;
		background-color:#FFFFFF/*#f6f6f6*/;
		height: 770px;
		/*border-bottom-left-radius: 2em;
		box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
	}
	
	.main_sub_description{	
		height:230px; 
		background-color:#e8e8e8; 
		padding-left:10px; 
		padding-top:1px;
		border-bottom-left-radius: 2em; 
		box-shadow: 0 1px 2px rgba(0https://redaktion.datenschutzerklaerung.tst/system/workplace/editors/editor_main.jsp?resourcelist=&resource=%2Fsystem%2Fmodules%2Fde.janodaten.opencms.hibernate%2Fresources%2Fstyles%2Fjanodaten.css#,0,0,.2);
	}
	.main_sub_description_block_1{	
		float:left;
		margin-left:10%
		width:100%;
	}

	.main_sub_description_block_2{
		float:left;
		margin-left:10%
		width:100%;
	}

	.janofair-siegel-top-title{
		font-size: 14px;
		padding-left: 120px;
		padding-top: 25px;
		font-weight:bold;
	}

	.janofair-siegel-top-subtitle{
		font-size: 13px;
		padding-left: 120px;
		font-weight:bold;
		color:#797979;
	}
	
	.datenschutz-janoprotect-top-title{
		font-size: 1.6rem;
		padding-left: 200px;
		padding-top: 2em;
		font-weight:bold;
	}

	.datenschutz-janoprotect-top-subtitle{
		font-size: 1.5rem;
		padding-left: 200px;
		font-weight:bold;
		color:#797979;
	}
	
	.datenschutz-janoprotect-top-logo{
		background:url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/datenschutz/janolaw_datenschutz_170x82.png);
		width: 170px;
		height: 82px;
		float:left;
		margin-top: 15px;
		margin-left: 10px;
	}
	.nav-menu {
		display: inline-block;
		float:left;
		padding-left:50px;
		padding-top:20px;
		width:auto;
	}
	.otherlogo{
		display:none;
	}
	.main_paket_description_right_border {
		display:none;
	}
	.hidden-login-function {
		width:0px;
		height:0px;
		display:none
	}
	.side_bar_widget {
		background-color: #e6e6e6;
		width: 150px;
		height: 230px;
		position: fixed;
		top: 30%;
		right: 0px;
		z-index: 999990;
		border: solid 1px #b3b2b2;
		border-radius: 8px 0px 0px 8px;
		word-wrap: break-word;
		display:none;
	}
	.side_bar_widget_image {
		position: fixed;
		top: 30%;
		right: 0px;
		z-index: 999990;
		word-wrap: break-word;
		display:none;
	}
}

@media screen and (min-width: 801px) and (max-width:991px) {	
	.main_dataschutz_box{
		padding-left:15px;
		padding-top:3px;
		background-color:#eeeef0;
		height: 210px;
		border-bottom-left-radius: 2em;
		box-shadow: 0 1px 2px rgba(0,0,0,.2);
	}
	
	.main_paket_common{
		padding-left:15px;
		padding-top:3px;
		background-color:#FFFFFF;
		height: auto;
	}
	
	.main_paket_update{
		padding-left:15px;
		padding-top:3px;
		background-color:#FFFFFF/*#f6f6f6*/;
		height: 780px;
		/*border-bottom-left-radius: 2em;
		box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
	}
	
	.main_paket_hosting{
		padding-left:15px;
		padding-top:3px;
		background-color:#FFFFFF/*#f6f6f6*/;
		height: 790px;
		/*border-bottom-left-radius: 2em;
		box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
	}
	
	.main_description_blank{
		height:10%;
	} 
	
	.main_description h1{
		color:#2b96bb; 
		font-weight:bold; 
		font-size:25px;
	} 
	.main_description_block{
		width:555px;
	}
	
	.main_description h2{
		font-size:20px;
	}
	.main_description p{
	}
	
	.main_sub_description{
		height: 200px;
		padding: 10px;
		font-size: 15px;
		background-color:#e8e8e8;
		padding-left:10px;
		border-bottom-left-radius: 2em;
		box-shadow: 0 1px 2px rgba(0,0,0,.2);
	}
	
	.main_sub_description_block_1{	
		float:left;
		margin-left:10%;
		width:auto;
	}
	
	.main_sub_description_block_2{	
		float:left;
		margin-left:10%;
		width:auto;
	}
	
	.main_sub_description_block_3{	
		float:left;
		width:auto;
	}
	
	.main_description{
		background-image: url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/datenschutz/main_slider_image_datenschutz.png); 
		width:100%; 
		height:400px; 
		border-bottom-left-radius: 2em; 
		box-shadow: 0 1px 2px rgba(0,0,0,.2);
	}
	
	
	.janofair-siegel-top-title{
		font-size:20px;padding-left: 220px;padding-top: 25px; font-weight:bold;
	}

	.janofair-siegel-top-subtitle{
		font-size:20px;padding-left: 220px;font-weight:bold; color:#797979;
	}
	
	.janodaten-siegel-top-title{
		font-size:20px;padding-left: 20px;padding-top: 25px; font-weight:bold;
	}

	.janodaten-siegel-top-subtitle{
		font-size:20px;padding-left: 20px;font-weight:bold; color:#797979;
	}
	
	.datenschutz-janoprotect-top-title{
		font-size: 1.9rem;
		padding-left: 250px;
		padding-top: 1.5em;
		font-weight:bold;
	}

	.datenschutz-janoprotect-top-subtitle{
		font-size: 1.8rem;
		padding-left: 250px;
		font-weight:bold;
		color:#797979;
	}
	.datenschutz-janoprotect-top-logo{
		background:url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/datenschutz/janolaw_datenschutz_190x92.png);
		width: 190px;
		height: 92px;
		float:left;
		margin-top: 11px;
		margin-left: 15px;
	}
	.side_bar_widget_image {
		position: fixed;
		top: 30%;
		right: 0px;
		z-index: 999990;
		word-wrap: break-word;
		display:none;
	}
	.side_bar_widget {
		background-color: #e6e6e6;
		width: 150px;
		height: 230px;
		position: fixed;
		top: 30%;
		right: 0px;
		z-index: 999990;
		border: solid 1px #b3b2b2;
		border-radius: 8px 0px 0px 8px;
		word-wrap: break-word;
		display:none;
	}
	
}

@media screen and (min-width: 992px) and (max-width:1200px) {
	.myjanoprotect_button h3{
		font-family: Helvetica;
		font-size: 8pt;
	}
	
	.main_dataschutz_box{
		padding-left:15px;
		padding-top:3px;
		background-color:#eeeef0;
		height: 250px;
		border-bottom-left-radius: 2em;
		box-shadow: 0 1px 2px rgba(0,0,0,.2);
	}

	.dataschutz_center-aligned {
			display: table;
			width: 80%; 
		}  
	.dataschutz_center-core { 
			display: table-cell; 
			text-align: center; 
			vertical-align: middle; 
		}
		
	.main_paket_common{
		padding-left:15px;
		padding-top:3px;
		background-color:#FFFFFF;
		height: auto;
	}
	
	.main_paket_update{
		padding-left:15px;
		padding-top:3px;
		background-color:#FFFFFF/*#f6f6f6*/;
		height: 900px;
		/*border-bottom-left-radius: 2em;
		box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
	}
	
	.main_paket_hosting{
		padding-left:15px;
		padding-top:3px;
		background-color:#FFFFFF/*#f6f6f6*/;
		height: 900px;
		/*border-bottom-left-radius: 2em;
		box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
	}
	
	.main_sub_description{
		height: 180px;
		padding: 10px;
		font-size: 15px;
		background-color:#e8e8e8;
		padding-left:10px;
		border-bottom-left-radius: 2em;
		box-shadow: 0 1px 2px rgba(0,0,0,.2);
	}
	
	
	.otherlogo{
		float:right;
	}
	
	.ehi_logo{
		background-image: url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/datenschutz/Preferred_RGB_180x80.png); 
		width:163px; 
		height:80px; 
		float:left;	
		margin-right:15px;
		margin-left:15px;
		margin-top:10px;
	}
	.csa_logo{
		background-image: url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/datenschutz/csa.png); 
		width:180px; 
		height:80px; 
		float:right;	
		margin-top:10px;
	}
	.side_bar_widget_image {
		position: fixed;
		top: 30%;
		right: 0px;
		z-index: 999990;
		word-wrap: break-word;
		display:none;
	}
}





@media screen and (min-width: 1201px) and (max-width: 1281px) {
	.main_paket_common{
		padding-left:15px;
		padding-top:3px;
		background-color:#FFFFFF;
		height: auto;
	}

      .main_paket_update{
		padding-left:15px;
		padding-top:3px;
		background-color:#FFFFFF/*#f6f6f6*/;
		height: 900px;
		/*border-bottom-left-radius: 2em;
		box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
	}
	
	.main_paket_hosting{
		padding-left:15px;
		padding-top:3px;
		background-color:#FFFFFF/*#f6f6f6*/;
		height: 900px;
		/*border-bottom-left-radius: 2em;
		box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
	}
	
	.main_sub_description{
		height: 150px;
		padding: 10px;
		font-size: 15px;
		background-color:#e8e8e8;
		padding-left:10px;
		border-bottom-left-radius: 2em;
		box-shadow: 0 1px 2px rgba(0,0,0,.2);
	}
	.otherlogo{
		float:right;
	}
	
	.ehi_logo{
		background-image: url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/datenschutz/Preferred_RGB_180x80.png); 
		width:163px; 
		height:80px; 
		float:left;	
		margin-right:15px;
		margin-left:15px;
		margin-top:10px;
	}
	.csa_logo{
		background-image: url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/datenschutz/csa.png); 
		width:180px; 
		height:80px; 
		float:right;	
		margin-top:10px;
	}
	.side_bar_widget_image {
		position: fixed;
		top: 30%;
		right: 0px;
		z-index: 999990;
		word-wrap: break-word;
		display:none;
	}
	
}

@media screen and (min-width: 1282px) {
	.main_dataschutz_box{
		padding-left:15px;
		padding-top:3px;
		background-color:#eeeef0;
		height: 210px;
		border-bottom-left-radius: 2em;
		box-shadow: 0 1px 2px rgba(0,0,0,.2);
	}

	.dataschutz_center-aligned {
			display: table;
			width: 100%; 
		}  
	.dataschutz_center-core { 
			display: table-cell; 
			text-align: center; 
			vertical-align: middle; 
		}
		
	.main_paket_common{
		padding-left:15px;
		padding-top:3px;
		background-color:#FFFFFF;
		height: auto;
	}

      .main_paket_update{
		padding-left:15px;
		padding-top:3px;
		background-color:#FFFFFF/*#f6f6f6*/;
		height: 900px;
		/*border-bottom-left-radius: 2em;
		box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
	}
	
	.main_paket_hosting{
		padding-left:15px;
		padding-top:3px;
		background-color:#FFFFFF/*#f6f6f6*/;
		height: 900px;
		/*border-bottom-left-radius: 2em;
		box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
	}
	
	.main_sub_description{
		height: 150px;
		padding: 10px;
		font-size: 15px;
		background-color:#e8e8e8;
		padding-left:10px;
		border-bottom-left-radius: 2em;
		box-shadow: 0 1px 2px rgba(0,0,0,.2);
	}
	.otherlogo{
		float:right;
	}
	
	.ehi_logo{
		background-image: url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/datenschutz/Preferred_RGB_180x80.png); 
		width:163px; 
		height:80px; 
		float:left;	
		margin-right:15px;
		margin-left:15px;
		margin-top:10px;
	}
	.csa_logo{
		background-image: url(/export/system/modules/de.janodaten.opencms.hibernate/resources/images/datenschutz/csa.png); 
		width:180px; 
		height:80px; 
		float:right;	
		margin-top:10px;
	}
	
	.mailinfoto{
		display : none;
		width:250px;		
	}
	
	
	.login-title{
		width: 200px;
		float:left;	
		padding-top:6px;
		}
	.login-input{
			float:left;
			width:50%;	
		}

	.login{
			width:600px;
			height:40px;	
		}
	
}

/******/
.passtooltip {
  position: relative;
  
}

.passtooltip p {
  margin : 7px;
}

.passtooltip .tooltiptext {
  width: auto;
  white-space: nowrap;
  height: auto;
  background-image: linear-gradient(#f2f2f2, #d9d9d9);
  color: #fff;
  text-align: left;
  border-radius: 7px;
  position: absolute;
  border:1px solid black;
  z-index: 1;
  top: -50px;
  left: 105%;
}

.passtooltip .tooltiptext ::after {
  content: "";
  position: absolute;
  top: 60px;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #000  transparent transparent;
}

.tooltiptitle {
	text-align : center;
	padding : 7px 0px;
	border-top-right-radius : 7px;
	border-top-left-radius : 7px;
	width: 100%;
	color : #fff;
	background-image : linear-gradient(#14A6C9 ,#0689AA);
	top : -10px
}

.valid {
  background:url("https://www.datenschutz-janolaw.de/export/system/modules/de.janodaten.opencms.hibernate/resources/images/icon/Richtig.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  
  color: #00cc00;
  line-height: 21px;
  padding-left: 35px;  
}


.invalid {
  background:url("https://www.datenschutz-janolaw.de/export/system/modules/de.janodaten.opencms.hibernate/resources/images/icon/falsch.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  color: #ff6666;
  line-height: 21px;
  padding-left: 35px; 
}

.passWeak {
  color: red;
}

.passMiddle {
  color : #ff9933;
}

.passStrong {
  color : #00e600;
}

.passStrong_bar {
	height : 9px;
	magin : 3px;
	background-color : lightblue;
}

#tooltiptext {
  display:none;
}

#myProgress {
  width: 97%;
  height : 10px;
  margin-left : 5px;
  margin-right : 5px;
  border-radius: 3px;
  background-color: #fff;
}

#myBar {
  width: 0%;
  height: 10px;
  border-radius: 3px;
  background-color: #4CAF50;
}

#PassStatus {
  margin-bottom :5px;
  margin-right : 5px;
  text-align : right;
  color : #ff6666;
}

.passGuide {
  font-size: 11px;
  width:400px;
}

#isNewPassSame {
  display : none;
  color : red;
}
