html {
	height: 100%;
	visibility: visible;
    opacity: 1;
}
body {
	font-family:"Open Sans", Arial, sans-serif; color:#000; font-weight:normal;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

h1 {
	color: #333;
	margin: 0;
	padding: 5px 0;
	display: inline-block;
}
h2 {
	color: #1C4574;
}
h2 i {
	padding-right: 10px;
}
h3 {
	color: #1C4574;
}
h5 {
	margin-bottom: 2px;
}
h6 {
	color: #9f9f9f;
	font-size: 14px;
	margin: 20px 0px 20px 0px;
}
p {
	padding-bottom: 10px;
}
a, a:visited {
	color: #1376C9;
}
a:active, a:hover {
	color: #1797FF;
}
img {
	border: none;
}

.p20 {
	padding-top: 20px;
}
.p60 {
	padding-top: 60px;
}
.vtop {
	vertical-align: top;
}
#header {
    z-index: 997;
	height: 150px;
    background: #fff;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.is-sticky #header {
	height: 120px;
}

#logo {
	height: 80px;
	width: 318px;
	transition: all 0.5s;
  background-image: url('/images/sprite2.png');
  background-position: left -0px;
	background-repeat: no-repeat;
	display: inline-block;
	z-index: 600;
	position: relative;
}

.is-sticky #logo {
	height: 50px;
	width: 150px;
	transition: all 0.5s;
  background-image: url('/images/sprite2.png');
  background-position: left -80px;
	background-repeat: no-repeat;
	display: inline-block;
	z-index: 600;
	position: relative;
}

.active_menu {
	background: #1376c9;
  background-image: url('/images/sprite.png');
  background-position: left -0px;
	background-repeat: repeat-x;
}

.active_menu > span {
	visibility: visible !important;
}

ul#topnav {
	padding: 0;
	margin: 0px 0px 26px 0px;
	height: 40px;
	list-style: none;
	position: relative;
	font-size: 16px;
  background-image: url('/images/sprite.png');
  background-position: left -40px;
	background-repeat: repeat-x;
	font-weight:bold;
	color:#000;
}
ul#topnav span a{
	font-weight:600;
	color:#000;
}
ul#topnav li, .button_warenkorb {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #fff;
	height: 40px;
}
ul#topnav li a, .button_warenkorb a:link, .button_warenkorb a:visited {
	padding: 9px 15px 8px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover {
	background-color: #1376c9;
  background-image: url('/images/sprite.png');
  background-position: left -0px;
	background-repeat: repeat-x;
}

ul#topnav li span {
	float: left;
	padding: 4px 0;
	font-size: 13px;
	position: absolute;
	left: 0; top:40px;
	visibility: hidden;
	width: 100%;
	background: #1376c9;
	color: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}


ul#topnav li span a { display: inline;}
ul#topnav li span a:hover {text-decoration: underline;}
ul#topnav .menuimage {
	float: left;
	margin-right: 5px;
	margin-top: -5px;
	margin-left: -6px;
/*	padding-bottom: 0px;*/
}

ul#topnav .button_warenkorb {
	background-color: #F4A218;
  background-image: url('/images/sprite.png');
  background-position: left -80px;
	background-repeat: repeat-x;
	float: right;
	border-left: solid 1px #fff;
}

ul#topnav .button_warenkorb:hover {
  background-image: url('/images/sprite.png');
  background-position: left -120px;
	background-repeat: repeat-x;
}

#menu_login, #mobileview {
	display: none;
}


.mobilenav {
  background-color: #FFF;
  display: none;
}

.mobilenav_menu_open {
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 50;
}

.mobilenav a, .mobilenav a:visited {
  color: #333;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 24px;
  display: block;
}

.mobilenav a.icon:hover {
  background-color: #ddd;
  color: black;
}

.mobilenav a.icon {
  padding: 14px 16px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.mobilenav #navlinks {
  display: none;
}

.h {
	display: none;
}
.l {
	text-align: left;
}
.r {
	text-align: right;
}
.c {
	text-align: center;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.b {
	font-weight: bold;
}

/* This imageless css button was generated by CSSButtonGenerator.com */
.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2bf18), color-stop(1, #f4a318) );
	background:-moz-linear-gradient( center top, #f2bf18 5%, #f4a318 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2bf18', endColorstr='#f4a318');
	background-color:#f2bf18;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#1C4574;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:1px 5px;
	text-decoration:none;
	text-shadow:1px 1px 0px #B3D6FF;
	margin-bottom: 3px;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f4a318), color-stop(1, #f2bf18) );
	background:-moz-linear-gradient( center top, #f4a318 5%, #f2bf18 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4a318', endColorstr='#f2bf18');
	background-color:#f4a318;
	cursor: pointer;
	cursor: hand;
	color: #1797FF;
}.button:active {
	position:relative;
	top:1px;
}


.button_grey {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#1C4574;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:2px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	margin-top: 10px;
}.button_grey:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	color: #1797FF;
}.button_grey:active {
	position:relative;
	top:1px;
}
.button_grey a, .button_grey a:visited {
	color:#1C4574;
}


/*** Domainsuche **/

#check_form {
    float: left;
	padding-left: 120px;
}

#check_form .input {
  background-image: url('/images/sprite2.png');
  background-position: left -130px;
    background-repeat: no-repeat;
    float: left;
    height: 55px;
    margin: 0 0 0 0px;
    position: relative;
    width: 500px;
}

#check_form #input_domain {
    background: none repeat scroll 0 0 transparent;
    border: none;
    color: #444444;
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: 46px;
    line-height: 46px;
    margin: 5px 0 0 55px;
    padding: 0;
    width: 345px;
}

#check_form #input_domain:focus {
  box-shadow: none;
}

#check_form #select_type {
    display: block;
    float: left;
    height: 40px;
    position: absolute;
    right: 130px;
    top: 12px;
    width: 70px;
}

#check_form #domain_type {
    display: none;
    width: 70px;
}

#check_form .bigbutton {
    font-size: 18px;
    font-weight: bold;
    margin-top: 12px;
   -moz-user-select: none;
   -khtml-user-select: none;
   user-select: none;
}

  #suche1 {
	display: inline-block;
  }
  #suche2 {
	display: none;
  }  
	

/********************************************
BODY
*********************************************/
#wrapper_page {
/*	min-height: 100%;
	height: auto !important;*/
/*	height: 100%;*/
/*	margin: 0 auto -215px;	*/
}

/* ---------- Search Domain ---------- */

.search_domain {
	padding: 15px;
	background-image: url('/images/domainsuche_badge.jpg'), url('/images/domainsuche_bg.jpg'); /** sprite-ref: wh2; */
	background-repeat: no-repeat, repeat-x;
	font-size: 11px;
	color: #000;
	height: 81px;
}

@media (max-width: 992px) {
  .domain_features {
    display: none;
  }
  #menu_login {
	display: block;
  }
}
@media (max-width: 786px) {
  #check_form {
    padding-left: 0px;
  }
  .search_domain {
	background-image: none;
	padding: 0px;
  }
  #topnav, #desktopview {
	display: none;
  }
  #header, .is-sticky #header {
	height: auto;
  }
  #check_form #input_domain {
	width: 255px;
  }
  #check_form .input {
	width: 355px;
  background-image: url('/images/sprite2.png');
  background-position: left -185px;
  }
  #check_form #select_type {
	right: 70px;
  }
  #suche1 {
	display: none;
  }
  #suche2 {
	display: inline-block;
  }  
  .p20 {
	padding-top: 5px;
  }
  .mobilenav, #mobileview {
	display: block;
  }
  .breadcrumb_links {
	display: none;
  }
  h1 {
	font-size: 22px;
  }
}
.domain_features {
	float: right;
	width: 260px;
	padding-top: 4px;
}
.domain_features ul {
	margin: 0px;
	padding: 0px;
}
.domain_features li {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	line-height: 16px;
	position: relative;
}
.domain_features li:before {
	width: 5px;
	height: 5px;
  background-image: url('/images/sprite2.png');
  background-position: left -240px;
	background-repeat: no-repeat;
	position: absolute;
	content: '';
	left: 0px;
	top: 6px;
}

/* ---------- Plan Boxes ---------- */

.wsbox {
	background: #eee;
	border: 1px solid #DDD;
	background: -moz-linear-gradient(top, #EEE, #FFF);    
	background: -webkit-linear-gradient(top, #eee, #fff);
	background: -ms-linear-gradient(top, #eee, #fff);
	background: -o-linear-gradient(top, #eee, #fff);
	box-shadow: 1px 2px 4px rgba(0,0,0, .2);
	height: 100%;
}
.wsbox div.title {
	width: 100%;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 3px;
	color: #fff;
  background-image: url('/images/sprite.png');
  background-position: left -40px;
	background-repeat: repeat-x;	
	
}
.wsbox span.price {
	float: right;
	color: #fff;
}
.wsbox span.price strong {
	font-size: 27px;
	line-height: 25px;
}
.wsbox div.details {
	padding: 10px 18px 20px;
}
.wsbox div.details ul {
	margin: 0px;
	padding: 0px;
}
.wsbox div.details li {
	margin: 0px;
	padding: 0px 0px 0px 13px;
	line-height: 21px;
	list-style-type: none;
	position: relative;
}

.wsbox div.details li:before {
  background-image: url('/images/sprite2.png');
  background-position: left -245px;
	background-repeat: no-repeat;
    width: 7px;
    height: 21px;
    display:block;
    position:absolute;
    content: " ";
    top: 0px;
    left: 0px;
}

.orderbox {
	background: #eee;
	border: 1px solid #DDD;
	background: -moz-linear-gradient(top, #EEE, #FFF);    
	background: -webkit-linear-gradient(top, #eee, #fff);
	background: -ms-linear-gradient(top, #eee, #fff);
	background: -o-linear-gradient(top, #eee, #fff);
	box-shadow: 1px 2px 4px rgba(0,0,0, .2);
	height: 100%;
}
.orderbox div.title {
	width: 100%;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 3px;
	color: #fff;
	background-color: #f4a218;
}
.orderbox div.details {
	padding: 10px 18px 20px;
}


.space_vertical {
	float: left;
	width: 35px;
	height: 255px;
}


.section {
	padding: 18px;
	background-color: #F9F9F9;
	border: 1px solid #E2E2E2;
}

.section ul {
	margin: 0px;
	padding: 0px;
}
.section li {
	margin: 0px;
	padding: 0px 0px 0px 18px;
	line-height: 27px;
	list-style-type: none;
	position: relative;
}
.section li:before {
  background-image: url('/images/sprite2.png');
  background-position: left -266px;
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
	position: absolute;
	content: "";
	top: 5px;
	left: 0px;
}

.section div.kundenmeinungen_content li {
	padding-left: 5px;
}

.section div.kundenmeinungen_content li:before {
	background-image: none;
}

.section a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}


.v_line {
	float: left;
	width: 1px;
	height: 222px;
	background-position: center;
  background-image: url('/images/sprite2.png');
  background-position: left -279px;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 20px;
}



/********************************************
FOOTER
*********************************************/
#push {
	height: 50px;
	clear: both;
}
#footer_bg_top {
	background: #373542;
	height: 10px;
	border-top: 1px solid #44424F;
	border-bottom: 2px solid #44424F;
	width: 100%;
	float: left;
}
#footer_bg_bottom {
	background: #201E29;
	height: 40px;
	border-top: 2px solid #44424F;
	border-bottom: 1px solid #44424F;
	width: 100%;
	float: left;	
}
#wrapper_footer {
	margin: 0 auto;
	width: 100%;
	background: #282633;
/*	border-top: 2px solid #44424F;
	border-bottom: 2px solid #44424F;*/
	height: 215px;
	position: relative;
	clear: both;
}
#wrapper_footer a {
	color: #9A98A4;
	text-decoration: none;
}
#wrapper_footer a:hover {
	color: #787686;
	text-decoration: none;
}
#wrapper_footer ul {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
#wrapper_footer li {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 27px;
	list-style-type: none;
	border-bottom: 1px solid #373542;
	position: relative;
}
#wrapper_footer li:before {
	width: 3px;
	height: 5px;
	margin: 0px;
  background-image: url('/images/sprite2.png');
  background-position: left -537px;
	background-repeat: no-repeat;
	top: 11px;
	left: 0px;
	position: absolute;
	content: '';
}
#wrapper_footer p {
	color: #5C5A68;
	float: left;
	width: 280px;
}
.footer_column_1 {
	float: left;
	width: 140px;
	height: auto;
	margin-right: 30px;
	padding: 5px;
	margin-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;	
	background: #3D3B48;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.footer_column_2 {
	float: left;
	width: 145px;
	margin-right: 30px;
	padding: 5px;
	margin-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;	
	background: #3D3B48;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.footer_column_3 {
	float: left;
	width: 145px;
	margin-right: 30px;			
}
.footer_column_4 {
	float: left;
	width: 145px;
	margin-right: 30px;		
}
.footer_column_5 {
	float: left;
	width: 500px;
	height: auto;
	padding: 5px;
	margin-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: #3D3B48;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.footer_column_5 strong {
	font-size: 14px;
	font-weight: bold;
	color: #9A98A4;
	text-transform: uppercase;
}
.footer_column_5 span.footer_domains_info {
	width: 235px;
	height: 20px;
	padding: 4px 0px 5px 10px;
	margin-right: 5px;
	margin-top: 3px;
	display: inline-block;
	font-size: 11px;
	color: #9A98A4;
	background: #4F4D5A;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
.footer_column_5 span.footer_domains_info i {
	width: 180px;
	float: left;
	font-style: normal;
}


#copyright {
	height: 40px;
	float: left;
	font-size: 11px;
	color: #585761;
}
#copyright p {
	float: left;
	font-size: 11px;
	color: #585761;
	width: 500px;
	height: 40px;
	padding-top: 3px;
}
#copyright span.payments {
	float: right;
	width: 385px;
	height: 40px;
}

/********************************************
INNER PAGE
*********************************************/
#innerpage_title {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 100%;
	height: 50px;
  background-image: url('/images/sprite.png');
  background-position: left -160px;
	background-repeat: repeat-x;
}

.pagetitle {
	padding-top: 5px;
	float: left;
}
.pagetitle h1 {
	font-size: 20px;
}
.breadcrumb_links {
	float: right;
	height: 32px;
	padding-top: 18px;
	font-size: 11px;
	padding-left: 10px;
}
.breadcrumb_links a:link, .breadcrumb_links a:visited {
	font-size: 11px;
	color: #1C4574;
	text-decoration: none;
	padding-right: 10px;
	margin-right: 5px;
	position: relative;
}
.breadcrumb_links a:link:after, .breadcrumb_links a:visited:after {
	height: 5px;
	width: 3px;
	position: absolute;
	content: '';
  background-image: url('/images/sprite2.png');
  background-position: left -542px;
	background-repeat: no-repeat;
	top: 6px;
	right: 0px;
}
.breadcrumb_links a:hover {
	text-decoration: underline;

}

/* ---------- Main Content ---------- */

.section_box_02 {
	display: block;
}
.horizontal_line {
	height: 5px;
	margin-top: 35px;
	margin-bottom: 15px;
  background-image: url('/images/sprite2.png');
  background-position: left -547px;
	background-repeat: no-repeat;
}
.section_box_02 p {
	margin: 0px;
}
ul.list_01 {
	margin: 0px;
	padding: 0px 0px 0px 30px;
}
.list_01 li {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	line-height: 15px;
	list-style-type: none;
  background-image: url('/images/sprite2.png');
  background-position: left -266px;
	background-repeat: no-repeat;
	margin-top: 14px;
	margin-bottom: 14px;	
}


/* ---------- Inner  Search Domain right side---------- */

.search_domain_sidebar_right {
	height: 80px;
	background-color: #DAEAFB;
	border: 1px solid #C8DCF0;
	margin-bottom: 20px;
}
.search_domain_sidebar_right h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #1C4574;
	padding-left: 10px;
	padding-top: 10px;	
}

#cookie-notice {
	color: #000;
	background-color: #f4a218;
	display: block;
	position: fixed;
	min-width: 100%;
	z-index: 10000;
	line-height: 20px;
	left: 0;
	text-align: center;
	bottom: 0;
}
.cookie-notice-container {
	padding: 6px;
}

/* ---------- Hosting Planes Table ---------- */


#tabvanilla {
	margin-bottom: 15px;
}
#tabvanilla ::before, ::after {
	box-sizing: content-box;
}
ul.tabnav {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: left;
}
.tabnav li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
.tabnav li a {
	text-decoration: none;
	color: #727272;
	font-size: 16px;
	font-weight: bold;
	outline: none;
	float: left;
	width: 240px;
	height: 50px;
	padding: 10px 0px 0px 0px;
	border: 1px solid #fff;
	text-align: center;
  background-image: url('/images/sprite.png');
  background-position: left -210px;
	background-repeat: repeat-x;
}
.tabnav li a:hover {
	background-color: #2B2A34;
	color: #fff;
	text-decoration: none;
  background-image: url('/images/sprite2.png');
  background-position: left -552px;
	background-repeat: no-repeat;
}
.tabnav li a.currenttab {
	background-color: #2B2A34;
	color: #fff;
	text-decoration: none;
  background-image: url('/images/sprite2.png');
  background-position: left -552px;
	background-repeat: no-repeat;
}

.table_planes {
/*	font-size: 12px;*/
	background-color: #E2E2E2;
	width: 100%;
}
.table_planes .badge {
	font-size: 13px;
}
.table_planes th {
	height: 39px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-weight: 700;
	color: #1C4574;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
}



.table_planes td {
	height: 30px;
	background-color: #FFFFFF;
	padding: 2px 10px;
}

.dotted td {
	border-bottom: 1px dotted;
}

.recaptchatable td {
	height:  auto;
}

.table_planes_shadow {
	height: 7px;
	float: left;
	margin-bottom: 20px;
	background-position: center;
	background-image: url('/images/plantable_shadow.jpg');
	background-repeat: no-repeat; 
}
.rechnungen {
	font-size: 12px;
	width: 100%;
}
.rechnungen tr:hover td {
	background: #D7EEFF;
}
.rechnungen th {
	color: #000;
	background: none;
	border-bottom: 2px solid;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
}
.rechnungen td {
	border-bottom: 1px dashed #6f6f6f;
}
.rechnungen .tr_re_aufgeklappt td, .rechnungen .tr_re_aufgeklappt tr:hover td {
	background: #1376C9 !important;
	color: #fff;
}
.rechnungen .detailwrap, .rechnungen .detailwrap:hover {
	padding: 0px;
	background: #fff;
}
.rechnungen .unpaid td {
	background: #FFE8D6 !important;
	color: #000 !important;
	font-weight: bold;
}

.rgdetail {
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 10px;
	width: 100%;
}
.rgdetail th {
	border-bottom: none;
	background: #1376C9;
	color: #fff;
	font-size: 10px;
}
.rgdetail td {
	background: #D7EEFF;
}

.rgico {
	padding-right: 10px;
	cursor: hand;
	cursor: pointer;
}

.orange_text {
	font-size: 18px;
	font-weight: bold;
	color: #DB7D00;
	display: block;
}
.orange_text i {
	font-size: 10px;
	font-weight: normal;
	color: #DB7D00;
	font-style: normal;
}
.smallfont {
	font-size: 10px;
}


/********************************************
SIDEBAR
*********************************************/

#sidebar {
	float: right;
	width: 300px;
	padding-bottom: 20px;

}

#sidebar_l {
	float: left;
	width: 220px;
	padding-bottom: 20px;

}


/* ---------- News ---------- */

.news {
	border: 1px solid #E2E2E2;
}
.news h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #fff;
  background-image: url('/images/sprite.png');
  background-position: left -40px;
	background-repeat: repeat-x;
	padding-left: 20px;
	width: 100%;
}
.news ul {
	margin: 0px;
	padding: 0px 20px 30px 20px;
}
.news li {
	margin: 0px;
	padding: 15px 0px 15px 20px;
	list-style-type: none;
	border-bottom: 1px dashed #C8C8C8;
	position: relative;
}
.news li:before {
	height: 13px;
	width: 13px;
  background-image: url('/images/sprite2.png');
  background-position: left -266px;
	background-repeat: no-repeat;
	top: 17px;
	left: 0px;
	content: '';
	position: absolute;
}

.accountmenu {
	float: left;
	width: 220px;
	border: 1px solid #E2E2E2;	
}
.accountmenu #headline {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-image: url('/images/menu_line2.png'); /** sprite-ref: wh; sprite-alignment: repeat; */
	background-repeat: repeat-x;
	height: 33px;
	padding-left: 20px;
	padding-top: 7px;
}

.accountmenu ul {
	margin: 0px;
	padding: 0px;
}
.accountmenu li {
	margin: 0px;
	list-style-type: none;
	display: block;
	position: relative;
}
.accountmenu li:before {
	height: 13px;
	width: 13px;
	position: absolute;
	content: '';
	top: 12px;
	left: 5px;
  background-image: url('/images/sprite2.png');
  background-position: left -266px;
	background-repeat: no-repeat;
}

.accountmenu > ul > li > a {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 10px 10px 25px;
    text-decoration: none;
    /*border-top: 1px solid #EFEFF0 !important;*/
}
.accountmenu > ul > li > a > img {
	padding-right: 10px;
}
.accountmenu > ul > li > a:hover, .accountmenu .active {
	background: #1376c9;
  background-image: url('/images/sprite.png');
  background-position: left -0px;
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-shadow: 0 1px 1px #000000;    
}



.bestellung {
	float: left;
	margin-bottom: 20px;
}

input[type="text"], input[type="password"], select, textarea {
	border: 1px dashed #C8C8C8;
	color:#302E3C;
	font-size: 12px;
}
.bestellung .headline {
	padding: 0px;
}

.w250 {
	width: 250px;
}

/* ---------- warenkorb ---------- */

.warenkorb {
	margin-bottom: 20px;
	border: 1px solid #E2E2E2;
}
.warenkorb h1, .bestellung h1 {
	color:#fff;
	font-weight:bold;
	font-size: 16px;	
	background: #f4a218;
	padding-left: 10px;
	width: 100%;
}
.warenkorb ul {
	margin: 0px;
	padding: 0px 10px 10px 10px;
}
.warenkorb li {
	margin: 0px;
	padding: 8px 0px 10px 20px;
	list-style-type: none;
	border-bottom: 1px dashed #C8C8C8;
	position: relative;
}
.warenkorb li:before {
	height: 13px;
	width: 13px;
	position: absolute;
	content: '';
	top: 9px;
	left: 0px;
  background-image: url('/images/sprite2.png');
  background-position: left -266px;
	background-repeat: no-repeat;
}


/* ---------- Become a Reseller ---------- */

.become_reseller {
	float: left;
	width: 300px;
	height: 89px;
	margin-top: 20px;
	margin-bottom: 20px;
}


input.error {
	border: 1px dashed red !important;
}


#kundenmeinungen ul, #kundenmeinungen li {
	margin:0;
	padding:0;
	list-style:none;
	}
#kundenmeinungen i {
	margin:0;
	padding:0;
	list-style:none;
	text-align: left;
	}	
#kundenmeinungen, #kundenmeinungen li{ 
	width:240px;
	height:180px;
	overflow:hidden; 
	}
	
	
.progress {
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    overflow: hidden;
	width: 200px;
}

.progress-bar {
    background-color: #337ab7;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-bar-success {
    background-color: #5cb85c;
}	
	
/* ---------- Testimonials ---------- */

.testimonials {
	float: left;
	width: 300px;
	height: 222px;
	padding-top: 30px;
	font-size: 11px;
}

.testimonials div.kundenmeinungen_content {
	float: left;
	width: 300px;
}
.testimonials div.kundenmeinungen_content i {
	float: left;
	height: 20px;
	padding-top: 20px;
	padding-right: 10px;

}

.testimonials a:link, .testimonials a:visited, .testimonials a:active, .testimonials a:hover {
	text-decoration: none;
}

#kontaktformular td {
	vertical-align: top;
}

.kontakt_ok {
	height: 30px;
	vertical-align: middle;
	font-size: 14px;
	padding-top: 5px;
	text-align: center;
	background: #cdeb8e; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkZWI4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNWM5NTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

.kontakt_error {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTg0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjdiMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

.ui-selectmenu-item-selected a {
	color: #1376C9 !important;
}

.addemail {
	cursor: hand;
	cursor: pointer;
	border: none;
	width: 16px;
	display: inline-block;
}
.delemail {
	cursor: hand;
	cursor: pointer;
	border: none;
	width: 16px;
	display: inline-block;
}
.clone {
	padding-bottom: 4px;
	padding-right: 5px;
}
.infotip {
	height: 16px;
	width: 16px;
  background-image: url('/images/sprite2.png');
  background-position: left -600px;
	background-repeat: no-repeat;
	vertical-align: top;
	display: inline-block;
	cursor: hand;
	cursor: pointer;
}
.aboutpic {
	padding-top: 10px;
	float: left;
}
.table_about td {
	height: auto;
}
.icon_yes_blue {
  background-image: url('/images/sprite2.png');
  background-position: left -616px;
	background-repeat: no-repeat;
	height: 13px;
	width: 14px;
	display: inline-block;
}
.domain_yes {
  background-image: url('/images/sprite2.png');
  background-position: left -629px;
	background-repeat: no-repeat;
	height: 13px;
	width: 14px;
	display: inline-block;	
}
.domain_no {
  background-image: url('/images/sprite2.png');
  background-position: left -642px;
	background-repeat: no-repeat;
	height: 13px;
	width: 14px;
	display: inline-block;	
}
.domain_alert {
  background-image: url('/images/sprite2.png');
  background-position: left -656px;
	background-repeat: no-repeat;
	height: 13px;
	width: 14px;
	display: inline-block;	
}
.icon_delete {
  background-image: url('/images/sprite2.png');
  background-position: left -671px;
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	display: inline-block;	
}
.arrow {
	height: 13px;
	width: 13px;
  background-image: url('/images/sprite2.png');
  background-position: left -266px;
	background-repeat: no-repeat;
	display: inline-block;
}
.pluszeichen_g {
	height: 16px;
	width: 16px;
  background-image: url('/images/sprite2.png');
  background-position: left -687px;
	background-repeat: no-repeat;
	display: inline-block;
}
.minuszeichen_r {
	height: 16px;
	width: 16px;
  background-image: url('/images/sprite2.png');
  background-position: left -703px;
	background-repeat: no-repeat;
	display: inline-block;
}
.home_big {
	height: 32px;
	width: 32px;
  background-image: url('/images/sprite2.png');
  background-position: left -719px;
	background-repeat: no-repeat;
	display: inline-block;
}
.shopping_cart {
	height: 32px;
	width: 32px;
  background-image: url('/images/sprite2.png');
  background-position: left -751px;
	background-repeat: no-repeat;
	display: inline-block;
}


ol.nrlist li {
	margin-bottom: 10px;
}

#footer_top {
	background-image: url("/images/sprite.png");
    background-position: left -120px;
    background-repeat: repeat-x;
    height: 10px;
    margin: 0 auto;
    width: 100%;
	margin-top: 25px;
}

#footer_bottom {
	background-color: #EEEEEE;
    flex-shrink: 0;
}

.footer_box {
	background: #292E41 none repeat scroll 0 0;
    border-radius: 5px;
    float: left;
    height: auto;
    margin-bottom: 10px;
    margin-right: 30px;
    margin-top: 15px;
    padding: 10px;
    width: auto;	
}

.footer_box ul {
	padding: 0;
	margin: 0;
}

.footer_box li:before {
    content: "• ";
    color: white; /* or whatever color you prefer */
}

.footer_box li {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 27px;
	list-style-type: none;
	border-bottom: 1px dotted #fff;
}

.footer_box a {
	color: white;
}

.footer_box strong {
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}
.footer_box span.footer_domains_info {
	width: 265px;
	height: 20px;
	padding: 2px 5px 3px 10px;
	margin-right: 10px;
	margin-top: 3px;
	display: inline-block;
	font-size: 11px;
	color: white;
	background: #4F4D5A;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.footer_box span.footer_domains_info i {
	float: left;
	font-style: normal;
}
.footer_box span.preis {
	float: right;
	text-align: right;
}

.faq .btn {
	font-size: 12px;
}

.faq .category {
	background-color: #292E41;
    border-radius: 5px;
    height: auto;
    padding: 10px;
    width: auto;
	color: #fff;
	display: flex;
	margin-bottom: 40px;
}
.faq p, .faq ul {
	font-size: 16px;
	padding-bottom: 0px;
}
.category:hover {
	background-color: #0069d9 !important;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}
.faq .category .caticon {
	flex: 0;
	padding-right: 10px;
}
.faq .category .catname {
	font-size: 25px;
	display: flex;
	flex: 1;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
}
