/* reset by eric meyer */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
* {
  font-family: Georgia, serif;
  line-height: 1.5em;
  font-size: 16px;
}
body {
  line-height: 1;
  background: #111;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing='0'' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption, table th, table td {
  text-align: left;
  font-weight: normal;
}
h1,
h1 em,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
h4 {
  font-size: 20px;
  margin-top: 20px;
}
#content h4 a {
  text-decoration: none;
}
a {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
/* all your base are belong to us */
.wrapper {
  width: 960px;
  margin: auto;
  position: relative;
  /* overflow: auto; */
  /* alternative hack to clear floats, not used at this time */

}
header nav:after,
.cols:after,
.twocols:after,
.threecols:after,
.fourcols:after,
.fivecols:after,
.sixcols:after,
.clearfix:after,
.wrapper:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
strong {
  font-weight: bold;
}
sub {
  vertical-align: baseline;
  font-size: 8px;
}
/* login demo etc */
.tooltip {
  display: none;
  background: transparent url(/img/90-black.png) repeat;
  background: rgba(0, 0, 0, 0.9);
  text-align: left;
  font-size: 14px;
  padding: 30px;
  margin: 0;
  max-width: 280px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  z-index: 200;
}
#content.webhosting .tooltip {
  background: #fff;
  color: #000;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
/* main navigation */
header nav {
  height: 130px;
  /*
	padding: 5px;
	border-radius: 5px;
	background: #000;
	*/

}
#content header h1 a {
  font: italic bold 28px Georgia,serif;
  letter-spacing: 1px;
  position: absolute;
  top: 12px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.fortrabbit {
  font-weight: bold;
  font-style: italic;
}
.fortrabbit em {
  color: red;
}
#content.lab header h1 a, #content.webhosting header h1 a {
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
  color: #fff;
}
#content header h1 a em, #content.webhosting header h1 a em {
  color: red;
}
#content.lab header h1 a:hover em#content.webhosting header h1 a:hover em {
  color: white;
}
#content header h1 a:hover em {
  color: black;
}
#content header .buttons {
  position: absolute;
  right: 0;
  top: 20px;
}
#content header .buttons a {
  float: left;
  margin-left: 10px;
}
header ul {
  margin-top: 70px;
  float: left;
}
header ul li {
  list-style-type: none;
  float: left;
  margin: 0 5px;
}
#content header ul li a {
  text-decoration: none;
  float: left;
  display: block;
  padding: 4px 10px;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
#content header ul li a span {
  display: block;
  color: #888;
  font-size: 0.9em;
  line-height: 1.2em;
}
header ul li a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#content header ul li a em.new {
  color: green;
}
#content.webhosting header ul li a .new {
  color: lime;
}
#content.webhosting header ul li, #content.inverted header ul li {
  color: #fff;
}
#content.webhosting header ul li a, #content.inverted header ul li a {
  color: #fff;
  text-shadow: none;
}
header ul li.active a, header ul li a:hover {
  background-color: #eee;
  background-color: rgba(0, 0, 0, 0.05);
  color: #fff;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1), 1px 1px 0 0 rgba(255, 255, 255, 0.9);
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1), 1px 1px 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1), 1px 1px 0 0 rgba(255, 255, 255, 0.9);
}
#content.webhosting header ul li.active a, #content.webhosting header ul li a:hover {
  -webkit-box-shadow: inset 0 0 7px 1px rgba(0, 0, 0, 0.9), 1px 1px 0 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 0 7px 1px rgba(0, 0, 0, 0.9), 1px 1px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 7px 1px rgba(0, 0, 0, 0.9), 1px 1px 0 0 rgba(255, 255, 255, 0.1);
}
#content.webhosting header ul li a:hover, #content.inverted header ul li a:hover {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
/* main content area */
#content {
  background: #eeeeee url('../img/noise.png');
}
#content input, #content textarea {
  font: 14px Verdana;
  color: #333;
  border: 1px solid #999;
  padding: 6px;
  width: 100%;
}
#content button:hover {
  cursor: pointer;
}
#content input:hover,
#content input:focus,
#content textarea:hover,
#content textarea:focus {
  background-color: #FEFDE2;
  color: #000000;
}
#content.webhosting input, #content.webhosting textarea {
  color: #333;
}
/* intro (general class for the teaser block on top) */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 1, 2011 04:37:31 PM America/New_York */
@font-face {
  font-family: 'LeagueGothicRegular';
  src: url('League_Gothic-webfont.eot');
  src: local('☺'), url('League_Gothic-webfont.woff') format('woff'), url('League_Gothic-webfont.ttf') format('truetype'), url('League_Gothic-webfont.svg#webfont1Lb5Pdit') format('svg');
  font-weight: normal;
  font-style: normal;
}
#content .scrollable div *, #content .intro div * {
  overflow: hidden;
}
#content .scrollable h2, #content .intro h2 {
  font-size: 48px;
  line-height: 56px;
  padding: 0;
  margin: 0;
  text-align: left;
  /* reset */

}
#content .scrollable h2 {
  padding: 20px 0 0 30px;
}
#slider_content div p, #content .scrollable p {
  padding: 70px 400px 0 0;
  font-size: 32px;
  color: #333;
}
/* defining styles at once for all cols */
/* cols */
.cols,
.onecol,
.twocols,
.threecols,
.fourcols {
  margin-left: -80px;
  overflow: hidden;
}
.cols div,
.onecol div,
.twocols div,
.threecols div,
.fourcols div {
  float: left;
  margin: 10px 0 0 80px;
  padding-bottom: 50px;
}
#content div.cols, #content .threecols div.cols, #content .twocols div.cols {
  margin: 10px 0 0 0;
  padding: 0;
}
#content .threecols div.cols div, #content .twocols div.cols div {
  float: left;
  margin: 0 35px 0 15px;
  width: auto;
  padding: 0;
}
#content div.cols p {
  float: left;
  width: 284px;
  margin: 20px 40px 0 0;
  line-height: 18px;
}
/* first div */
.twocols div {
  width: 440px;
}
.threecols div {
  width: 266px;
}
.fourcols div {
  width: 180px;
}
#content * {
  color: #000;
}
#content p + p {
  margin-top: 1em;
}
#content p a, #content ul li a, #content ol li a {
  text-decoration: none;
  color: #000;
  white-space: nowrap;
  text-decoration: underline;
}
#content p a:hover, #content ul li a:hover, #content ol li a:hover {
  color: #000;
  text-decoration: none;
}
#content p a:visited, #content ul li a:visited, #content ol li a:visited {
  color: #000;
}
#content div ul {
  list-style-type: disc;
}
#content div ol {
  list-style-type: decimal;
}
#content sup a {
  text-decoration: none;
}
#content h3.sub {
  margin: 18px 0 0 0;
}
#content h2 {
  margin-top: 40px;
  font-size: 50px;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
#content h3 {
  margin-top: 1.5em;
  font-size: 26px;
}
#content div h3:first-child {
  margin-top: 0;
  margin-bottom: 0.2em;
  line-height: 1.1em;
}
#content h3 a {
  text-decoration: none;
  color: #333;
}
#content h1 {
  font-size: 36px;
}
#content div p.large {
  font-size: 16px;
  line-height: 22px;
}
.onecol div,
.twocols div,
.threecols div,
.icon {
  background-position: left top;
  /* left top */

  background-repeat: no-repeat;
  padding: 0 0 0 70px;
  margin: 30px 0 50px 10px;
}
/* HOSTING special thumb classes */
.security {
  background-image: url('../img/icon-security.png');
}
.energy {
  background-image: url('../img/icon-energy.png');
}
.server {
  background-image: url('../img/icon-server.png');
}
.clientprofile {
  background-image: url('../img/icon-nerd.png');
}
.service {
  background-image: url('../img/icon-telephone.png');
}
.efforts {
  background-image: url('../img/icon-palette.png');
}
.cms {
  background-image: url('../img/icon-cms.png');
}
.php {
  background-image: url('../img/icon-php.png');
}
.domain {
  background-image: url('../img/icon-domain.png');
}
.e-mail {
  background-image: url('../img/icon-mail.png');
}
/* there is another email class! */
.mysql {
  background-image: url('../img/icon-mysql.png');
}
.newsletter {
  background-image: url('../img/icon-newsletter.png');
}
.relaying {
  background-image: url('../img/icon-relaying.png');
}
.payforuse {
  background-image: url('../img/icon-traffometer.png');
}
/* MISH special thumb classes */
.browsers {
  background-image: url('../img/icon-browser.png');
}
.help {
  background-image: url('../img/icon-help.png');
}
.usability {
  background-image: url('../img/icon-arrow.png');
}
.payment {
  background-image: url('../img/icon-payment.png');
  background-position: right 9px;
}
.opensource {
  background-image: url('../img/icon-opensource.png');
}
.contract {
  background-image: url('../img/icon-contract.png');
}
/* RECHNUNG special thumb classes */
.customers {
  background-image: url('../img/icon-customers-2.png');
}
.saas {
  background-image: url('../img/icon-cloud.png');
}
.pricing {
  background-image: url('../img/icon-pricing.png');
}
.din {
  background-image: url('../img/icon-din.png');
}
.companies {
  background-image: url('../img/icon-companies.png');
}
.letter {
  background-image: url('../img/icon-letter.png');
}
.moneytime p:after {
  content: '';
  background: url('../img/icon-money-time.png') no-repeat;
  position: absolute;
  top: -80px;
  left: 380px;
  height: 130px;
  width: 130px;
}
.screencast-thumb {
  float: right;
  position: relative;
  text-decoration: none;
  text-align: center;
  font: 10px Verdana;
  font-weight: bold;
  color: #333;
  display: block;
  margin: 10px 0 0 10px;
  text-align: center;
}
.screencast-thumb.big {
  float: none;
  margin: 5px 0 0 0;
  padding: 0;
}
.screencast-thumb.big img {
  margin: 0;
}
.screencast-thumb:hover {
  color: #000;
}
#screenshots {
  display: block;
}
.screencast-thumb img {
  border: 1px solid #666;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  margin-left: 5px;
}
.screencast-thumb:hover img {
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  border: 1px solid #333;
}
.screencast-thumb .video-play-helper {
  background: url('/img/video-play-overlay.png') no-repeat scroll 0 0;
  width: 70px;
  height: 70px;
  top: 18px;
  left: 43px;
  position: absolute;
  z-index: 200;
}
.screencast-thumb.big .video-play-helper {
  top: 82px;
  left: 186px;
}
.screencast-thumb.big .screenoverlay {
  background: url('/img/screenoverlay.png') no-repeat scroll 0 0;
  top: 1px;
  left: 1px;
  width: 440px;
  height: 220px;
  position: absolute;
  z-index: 220;
  margin: 0;
}
.screencast-thumb.big .screenoverlay:hover {
  background-image: none;
}
/* referencelist */
#content div ul.referencelist {
  list-style-type: none;
}
#content div ul.referencelist li {
  margin: 0 0 20px 0;
}
#content div ul.referencelist li span {
  display: block;
}
.referencelist img {
  width: 16px;
  height: 16px;
  padding: 2px;
  background-color: #fff;
  margin: 0 0 -6px -24px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
#content .highlights ul, #content ul.highlights {
  list-style-type: none;
  margin-bottom: 30px;
}
#content .highlights li {
  background: rgba(0, 0, 0, 0.1);
  padding: 2px 6px;
  margin: 2px 0 0 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
#content .highlights li:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
}
/* address, navigation */
footer {
  padding-bottom: 10px;
  color: #fff;
  line-height: 18px;
}
footer .fortrabbit em {
  margin-left: -8px;
}
footer .copy {
  color: #888;
  padding-left: 10px;
}
footer .claim {
  color: #888;
  padding-right: 60px;
  /*background-color: rgba(255,255,255,0.1);*/

  line-height: 1.5em;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer .fourcols div {
  margin-top: 40px;
}
footer div.address {
  font-style: normal;
  margin: 0;
}
footer .address .region,
footer .address .country-name,
footer .address .url,
footer .address .adr,
footer .address .org,
footer .address .fax {
  display: none;
}
footer .address .org {
  color: #888;
}
footer a {
  padding: 0 4px;
  text-decoration: none;
  display: inline-block;
  margin: 0 0 0 -4px;
}
footer a:hover, footer li#currentpage a {
  background-color: #333;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
footer h3 {
  font-style: normal;
  color: #777;
}
/* newsticker */
.onecol.news div {
  float: none;
}
.onecol.news hr {
  margin: 10px 0;
}
#content .onecol.news a.morelink {
  float: right;
  text-decoration: none;
  color: #888;
}
#content .onecol.news a.morelink:hover {
  color: #000;
}
.newsticker #blogout a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  white-space: normal;
}
.newsticker em {
  font-style: normal;
}
.newsticker #blogout a span {
  padding-left: 5px;
  font-weight: normal;
}
.newsticker #blogout a:hover span {
  color: #000;
}
/* shorthand cheating font: font-style font-variant font-weight font-size/line-height font-family; */
/* ZURB buttons */
.ctabutton, .ctabutton:visited {
  background-color: #444;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  display: inline-block;
  padding: 10px 14px;
  color: #fff !important;
  line-height: 12px;
  text-decoration: none  !important;
  font-style: normal !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-shadow: none;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.6), 0 2px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.6), 0 2px 3px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.6), 0 2px 3px rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.ctabutton:focus {
  outline: none;
  /* does THIS work? */

  -moz-outline-style: none;
  /* get rid of firefox focus dotted line */

  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}
.ctabutton:hover {
  background-color: #111;
}
.ctabutton:active {
  margin-top: 1px;
}
.large.ctabutton, .large.ctabutton:visited {
  font-size: 30px !important;
  padding: 26px 38px !important;
}
.small.ctabutton, .small.ctabutton:visited {
  font-size: 10px;
  padding: 2px 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.light, .light:visited {
  background-color: #eee;
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.9), inset 0 0 1px rgba(0, 0, 0, 0.3), 0 2px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.9), inset 0 0 1px rgba(0, 0, 0, 0.3), 0 2px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.9), inset 0 0 1px rgba(0, 0, 0, 0.3), 0 2px 3px rgba(0, 0, 0, 0.4);
  color: #333 !important;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}
.light.ctabutton:hover {
  background-color: #ccc;
}
#content #topnav ul li.green, .green.ctabutton, .green.ctabutton:visited {
  background-color: #60B100;
  color: #fff !important;
  border-top: 0;
}
#content #topnav ul li.green:hover, .green.ctabutton:hover {
  background-color: #4C9A00 !important;
}
/* message boxes */
.lightbox {
  margin-top: -20px;
  padding: 40px 0;
  background-color: #333;
  background-color: rgba(255, 255, 255, 0.05);
}
#content .lightbox p a {
  margin-left: 5px;
}
#content .lightbox p span {
  color: #aaa;
}
.infobox {
  padding: 40px 0;
  background: #eeeeee url('/img/brushed-metal.jpg');
  background: -moz-radial-gradient(50% 50%, circle closest-corner, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%), url('/img/brushed-metal.jpg');
  background: -webkit-radial-gradient(50% 50%, circle closest-corner, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%), url('/img/brushed-metal.jpg');
  /*background: -moz-linear-gradient(left, rgba(0,0,0,0.2), rgba(0,0,0,0) 50%, rgba(0,0,0,0.2)), url('/img/brushed-metal.jpg');*/

  border-top: 1px solid #fff;
  border-bottom: 1px solid #aaa;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  text-align: center;
}
#content .infobox *, #content.webhosting .infobox * {
  color: #333;
}
.infobox p {
  margin-top: 20px;
  text-shadow: 1px 1px 0 #fff;
}
.alertbox h2,
.infobox h2,
.alertbox h3,
.infobox h3 {
  padding: 0;
}
#content .infobox p {
  color: #333;
}
#content .infobox .featuredin a {
  padding-left: 20px;
  background-repeat: no-repeat;
}
a.t3n {
  background: url('../img/favicon-t3n.ico');
}
a.deutschestartups {
  background: url('../img/favicon-deutschestartups.ico');
}
a.createordie {
  background: url('../img/favicon-createordie.ico');
}
.price_info {
  text-align: center;
}
#content.webhosting {
  background: #222222 url('../img/noise.png');
  /* background: url('../img/noise.png'), -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 130px); */

  background: url('/img/noise.png') repeat, -moz-radial-gradient(25% -150px, circle closest-corner, #777777 0%, #222222 150%);
  background: url('/img/noise.png') repeat, -webkit-radial-gradient(25% -150px, circle closest-corner, #777777 0%, #222222 100%);
  background: url('/img/noise.png') repeat, -ms-radial-gradient(25% -150px, circle closest-corner, #777777 0%, #222222 100%);
  background: url('/img/noise.png') repeat, radial-gradient(25% -150px, circle closest-corner, #777777 0%, #222222 100%);
}
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#content.lab {
  background: #006901 url('../img/stripes.png');
}
#content.lab *::-moz-selection {
  background: #000;
}
#content.lab *::selection {
  background: #000;
}
#content.lab * {
  font-family: "Bitstream Vera Sans Mono", "Lucida Console", Monaco, Terminal, monospace;
  font-size: 20px;
  text-shadow: 0 0 5px rgba(100, 255, 100, 0.9);
}
#content.lab #accordion2 {
  display: block;
  margin-top: 1em;
}
#content.lab #accordion2 * {
  width: 934px;
}
#content.lab #accordion2 p {
  margin: 6px 0 0 0;
  padding: 12px 12px;
  white-space: normal;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
#content.lab #accordion2 p.current, #content.lab #accordion2 p:hover {
  background: rgba(0, 0, 0, 0.6);
}
#content.lab #accordion2 div {
  display: none;
  white-space: normal;
  padding: 0 10px 10px 10px;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 12px 12px 12px;
  margin: 0 0 2px 0;
  display: block;
  color: rgba(100, 255, 100, 0.6);
  text-shadow: none;
  float: none;
}
#content.lab p, #content.lab div, #content.lab li {
  color: #64ff64;
}
#content.lab p {
  white-space: pre;
}
#content.lab ul.highlights {
  margin: 2em 0;
}
#content.lab ul.highlights li {
  margin: 4px 0;
  background: rgba(0, 0, 0, 0.3);
  padding: 2px 12px;
  width: 934px;
}
#content.lab ul.highlights li:hover {
  background: rgba(0, 0, 0, 0.6);
}
#content.lab a {
  text-decoration: none;
}
#content.lab a:hover {
  color: #fff;
}
#content.lab a#homelink {
  margin-top: 50px;
  white-space: pre;
  color: #64ff64;
  display: block;
  line-height: 1em;
}
#content.lab a#homelink:hover {
  color: #fff;
}
#content.lab a.twitter {
  color: #45fff7;
}
#content.lab a.twitter:hover {
  color: #fff;
}
#content .darkbox *,
#content.webhosting *,
#content.lab ul li a,
#content.webhosting p a,
#content.webhosting ul li a,
#content.inverted *#content.lab * {
  color: #fff;
}
#content.lab h2,
#content.lab h1,
#content.webhosting h2,
#content.inverted h2 {
  color: #fff;
  padding: 20px 0;
  font-size: 36px;
  text-shadow: none;
}
/* slideshow (tour) for webrechnung & webhosting */
#content .slideshow .images {
  text-align: center;
}
#content .slideshow .images div {
  position: absolute;
  display: none;
}
#content .slideshow .images span {
  color: #fff;
  padding: 4px 12px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  margin-top: 50px;
}
#content .slideshow .images img {
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
#content .slideshow .images div span:after {
  content: '';
  background: url('/img/screens-dropshadow.png') no-repeat;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -490px;
  height: 60px;
  width: 980px;
}
#content.images img:hover {
  cursor: pointer;
}
a.next, a.prev {
  top: 50%;
  position: absolute;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: 50px;
  height: 100px;
  margin-top: -50px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(0, 0, 0, 0.1);
  background-image: url('/img/navigation-sprites.png');
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
a.next:hover, a.prev:hover {
  background-color: rgba(0, 0, 0, 0.6);
  width: 70px;
  height: 140px;
  margin-top: -70px;
}
a.next {
  border-right: 0;
  background-position: -140px center;
  right: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
a.next:hover {
  background-position: -186px center;
}
a.prev {
  border-left: 0;
  background-position: -42px center;
  left: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
a.prev:hover {
  background-position: 20px center;
}
/* disabled navigational button */
.prevnext a.disabled, .prevnext a.disabled:hover {
  background-image: none;
}
/* PHP context */
#content .phprockets {
  background: #230854 url('/img/space-background.jpg') no-repeat center center;
}
#content .phprockets .wrapper {
  position: relative;
}
#content .phprockets p:after {
  content: '';
  background: url('../img/php-raketen.png') no-repeat center bottom;
  position: absolute;
  top: 61px;
  right: 10px;
  height: 350px;
  width: 660px;
}
/* Hosting calculator */
#content .webhostingcalc {
  padding: 5px 0 40px;
  margin: 0 0 10px 0;
  background: #dddddd url('/img/noise-2.png');
  background: -moz-radial-gradient(50% 50%, circle closest-corner, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 100%), #dddddd url('/img/noise-2.png');
  background: -ms-radial-gradient(50% 50%, circle closest-corner, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 100%), #dddddd url('/img/noise-2.png');
  background: radial-gradient(50% 50%, circle closest-corner, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 100%), #dddddd url('/img/noise-2.png');
  background: -webkit-radial-gradient(50% 50%, circle closest-corner, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 100%), #dddddd url('/img/noise-2.png');
}
#content .webhostingcalc *, #content .webhostingcalc p a {
  color: #000;
}
#content .webhostingcalc h2 {
  color: #000;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
}
#examples {
  float: right;
  right: 0;
  width: 400px;
}
#content #examples a.chooser {
  display: block;
  float: right;
  width: 380px;
  margin: 0 0 2px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  background: url('/img/hosting-examples-arrow.png') no-repeat left center;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}
#content #examples em {
  padding: 8px 8px 8px 22px;
  display: block;
  font-style: normal;
}
#content #examples a.chooser:hover {
  padding-right: 30px;
}
#content #examples a.chooser.active {
  margin-right: 30px;
}
#content #examples a.active:hover {
  padding-right: 0;
}
#content #examples a.ctabutton {
  float: right;
  margin-top: 20px;
  width: 286px;
  text-align: center;
}
#content #examples a.active em {
  padding: 8px 8px 0 42px;
}
#content #examples a span {
  color: #999;
  font-size: 14px;
  line-height: 16px;
  padding: 0 8px 8px 42px;
  font-weight: normal;
  display: block;
}
/* Hosting CalcTable */
#hostingcalculator_container {
  margin: 0;
  float: left;
  width: 510px;
}
#hostingcalculator {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#hostingcalculator em {
  font-style: normal;
}
#hostingcalculator table {
  table-layout: fixed;
  width: 510px;
}
#hostingcalculator table .info {
  width: 15px;
  color: #999;
}
.info {
  cursor: pointer;
  font-style: italic;
  font-weight: bold;
}
#hostingcalculator table th, #hostingcalculator table td {
  padding: 4px 8px;
}
#content.webhosting #hostingcalculator table th {
  color: #999;
  border-bottom: 2px solid #ddd;
}
#content.webhosting #hostingcalculator table td {
  border-bottom: 1px solid #eee;
}
#hostingcalculator table tfoot td {
  font-weight: bold;
}
#content.webhosting table select {
  color: #000;
}
#content.webhosting table select option {
  color: #000;
  line-height: 20px;
}
#content.webhosting table select optgroup {
  color: #666;
  font-weight: normal;
  font-style: normal;
}
table tr .select select {
  width: 320px;
}
table td {
  /* position: relative;*/

}
table th.numbers, table td.numbers {
  text-align: right;
  width: 75px;
}
table th {
  color: #555555;
  /*text-shadow:1px 1px 0 #FFFFFF;*/

}
.minus, .plus {
  text-decoration: none;
  padding-left: 5px;
}
.tooltipinfo:hover, .minus:hover, .plus:hover {
  color: #000;
}
#content .tooltipinfo {
  color: #999;
  margin: 0;
}
.webpackage_base_title {
  display: inline-block;
  width: 320px;
}
#content p.small, #content p.small strong {
  margin: 10px 0 0 0;
  font-size: 10px;
  line-height: 16px;
  color: #666;
}
/* pricetable */
.pricetable {
  padding: 50px 0;
}
.pricetable table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 10px;
  /* border-collapse: collapse;*/

}
.pricetabletable th, .pricetable table td {
  padding: 5px;
  overflow: hidden;
  border-left: 1px solid #999;
}
.webhosting .pricetabletable th, .webhosting .pricetable table td {
  border-left: 1px solid #666;
}
.pricetable table .large {
  width: 300px;
}
.pricetable table .medium {
  width: 200px;
}
.pricetable table .small {
  width: 90px;
}
.pricetable table .xsmall {
  width: 60px;
}
.pricetable table .xxsmall {
  width: 20px;
}
.pricetable .featured {
  background-color: #fff;
  border-right: 1px solid #999;
}
.pricetable th.featured {
  border: 1px solid #999;
}
.pricetable tfoot tr td small {
  font-weight: normal;
}
.pricetable tfoot td {
  border-top: 1px solid #999999;
}
.webhosting .pricetable tfoot td {
  border-top: 1px solid #666666;
}
.pricetable .highlight {
  background-color: #fff !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.pricetable .info {
  border-left: 0;
}
/* @numbers */
/*  für nummern in listen, rechts  */
.pricetable .numbers {
  text-align: right;
}
.pricetable .numbers tr td span {
  display: inline;
}
.pricetable .numbers tr.sum td {
  background-color: #fff;
  font-weight: bold;
}
.webhosting .pricetable table th {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid #666;
}
.pricetable table th {
  color: #333;
  padding: 6px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
  border-bottom: 1px solid #999;
  /* background-color: #fdfdfd; */

}
.pricetable table th.first {
  color: #888;
}
.pricetable table th a {
  color: #000;
  text-decoration: none;
}
.pricetable table th a:hover {
  text-decoration: underline;
}
.pricetable table td {
  white-space: nowrap;
}
.pricetable table td.first {
  border-left: none;
  color: #555;
}
.pricetable table td span {
  font-size: 10px;
}
.pricetable table td span a {
  color: #666;
}
.pricetable table.small * {
  font-size: 10px;
}
.pricetable table.small td, .pricetable table.small th {
  padding: 3px;
}
#content .pricetable p sup {
  margin-left: -18px;
  padding-right: 2px;
}
/* pricelist webhosting */
#content .pricelist h3 {
  text-align: center;
  padding: 10px 0;
}
#content .pricelist .fourcols {
  margin-left: 0;
}
#content .pricelist .fourcols div {
  margin: 0 0 0 20px;
  width: 220px;
}
#content .pricelist .fivecols {
  margin-left: 10px;
}
#content .pricelist .fivecols div {
  float: left;
  width: 180px;
  margin: 0 0 0 10px;
}
#content .pricelist p {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 4px 8px;
  margin: 0 0 2px 0;
  background-color: #1D3A65;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
#content .pricelist p.heading {
  background-color: #3568AC;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
#content .pricelist p.heading i.info {
  float: right;
  padding: 0 8px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#content .pricelist p em {
  float: right;
  font-weight: normal;
  font-style: normal;
}
#content .pricelist div.priceinfo {
  margin: 50px 0 0 0;
  text-align: center;
}
/* mind the gap horizontal ruler */
hr {
  border: 0;
  border-top: 1px solid #bbb;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 30px 0;
}
.lab hr, .webhosting hr {
  border-top: 1px solid #111;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid #444;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* defintion lists */
dl {
  margin: 20px 0 10px 0;
}
dt, dt label {
  color: #666;
  font-size: 14px;
  font-family: Georgia, serif;
  line-height: 20px;
  text-shadow: 1px 1px 0 #fff;
}
dt a {
  font-size: 12px;
  font-weight: bold;
}
dt span a {
  color: #666;
  margin-right: 8px;
  font-size: 10px;
  text-decoration: none;
}
dd {
  font-size: 12px;
  /* or maybe 10px, when why where? */

  margin-bottom: 10px;
}
input[type=text], input[type=password], input[type=date] {
  font-size: 12px;
}
input[type=text],
input[type=password],
input[type=date],
textarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 10px 0;
  background-color: #fcfcfc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* this CSS3 trick helps me to get an aligned box when i set it to have 100% width */

}
.form_info {
  font-size: 10px;
  line-height: 12px;
  display: block;
  color: #888;
  font-family: verdana;
}
.onecol .columlayout {
  margin: 0;
  padding: 0;
  -moz-column-count: 3;
  -moz-column-gap: 40px;
  -webkit-column-count: 3;
  -webkit-column-gap: 40px;
}
#content .onecol .columlayout p {
  margin: 0 0 18px 0;
}
sup {
  vertical-align: top;
  display: inline-block;
}
.slider {
  height: 580px;
  margin: 30px 0 30px;
}
.slider .images {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8), inset 1px 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8), inset 1px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8), inset 1px 1px 5px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}
.teaserlink {
  position: absolute;
  text-decoration: none;
  height: 540px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* switch on for gallery
.images .teaserlink {
	display:none;
}
*/
.teaserlink:hover {
  background: rgba(0, 0, 0, 0.1);
}
.teaserlink p {
  padding: 160px 100px 40px 520px;
  font-size: 42px;
  line-height: 1.2em;
}
#content .teaserlink p em {
  color: #888;
  line-height: 1.2em;
  display: block;
}
/* content slider */
#content_slider {
  position: relative;
  height: 380px;
}
.teaser {
  height: 380px;
}
#content.webhosting .teaser, #content_slider .slide, .webhostingcalc {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
#content_slider .slide {
  height: 100%;
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  -moz-user-select: none;
  -webkit-user-select: none;
}
#content_slider .slide div p, .teaser div p {
  padding: 40px 400px 40px 0;
  font-size: 30px;
}
#content_slider div.wrapper {
  height: 100%;
  position: static;
}
.teaser.deployment, #content .slide.deployment {
  background: #6dae00 url('/img/deployment-back.png') no-repeat;
  background: url('/img/deployment-back.png') no-repeat 50% -3%, -moz-radial-gradient(75% 50%, circle farthest-corner, #6dae00 0%, #578b00 100%);
  background: url('/img/deployment-back.png') no-repeat 50% -3%, -webkit-radial-gradient(75% 50%, circle farthest-corner, #6dae00 0%, #578b00 100%);
  background: url('/img/deployment-back.png') no-repeat 50% -3%, -ms-radial-gradient(75% 50%, circle farthest-corner, #6dae00 0%, #578b00 100%);
  background: url('/img/deployment-back.png') no-repeat 50% -3%, radial-gradient(75% 50%, circle farthest-corner, #6dae00 0%, #578b00 100%);
}
.slide.deployment .wrapper {
  height: 100%;
  background: url('/img/producticon-deployment-2-teaser.png') no-repeat bottom right;
}
.teaser.deployment .wrapper {
  height: 100%;
  background: url('/img/producticon-deployment-2.png') no-repeat bottom right;
}
/*
.teaser.deployment p:after {
	content:'';
	width: 650px;
	height: 440px;
	position: absolute;
	right: -60px;
	top: 62px;
	background: url('../img/producticon-deployment-2.png') no-repeat center center;
}
*/
.slide.webhosting {
  background: #4154c8 url('../img/sky-back.jpg') no-repeat center center;
  /*
	background: url('/img/back-pattern-lighter.png') repeat, -moz-radial-gradient(60% 50%, circle closest-corner, #4D5C5D 0%, #1F2526  100%);
	background: url('/img/back-pattern-lighter.png') repeat, -webkit-radial-gradient(60% 50%, circle closest-corner, #4D5C5D 0%, #1F2526  100%);
	background: url('/img/back-pattern-lighter.png') repeat, -ms-radial-gradient(60% 50%, circle closest-corner, #4D5C5D 0%, #1F2526  100%);
	background: url('/img/back-pattern-lighter.png') repeat, radial-gradient(60% 50%, circle closest-corner, #4D5C5D 0%, #1F2526  100%);
	*/

}
.slide.webhosting .wrapper {
  background: url('../img/producticon-webhosting.png') no-repeat right 80px;
}
.consumptionbilling {
  background: #777777 url('../img/noise.png');
  background: url('../img/noise-3.png'), -moz-radial-gradient(60% 50%, circle closest-corner, #999999 0%, #666666 100%);
  background: url('../img/noise-3.png'), -webkit-linear-gradient(top, #999999, #666666);
  background: url('../img/noise-3.png'), -ms-linear-gradient(top, #999999, #666666);
  background: url('../img/noise-3.png'), linear-gradient(top, #999999, #666666);
}
.consumptionbilling .wrapper {
  background: url('../img/producticon-traffometer.png') no-repeat right center;
}
#content_slider .slide.phphosting {
  background: #230854 url('/img/space-background.jpg') no-repeat center center;
}
.slide.phphosting div {
  background: url('/img/producticon-php.png') no-repeat right bottom;
}
#content_slider .emailhosting {
  background: #957960 url('../img/wood.jpg');
  background: -moz-radial-gradient(60% 50%, circle closest-corner, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), url('../img/wood.jpg');
  background: -webkit-radial-gradient(60% 50%, circle closest-corner, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), url('../img/wood.jpg');
  background: -ms-radial-gradient(60% 50%, circle closest-corner, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), url('../img/wood.jpg');
  background: radial-gradient(60% 50%, circle closest-corner, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), url('../img/wood.jpg');
}
.emailhosting div {
  background: url("../img/producticon-email.png") no-repeat right center;
}
#content .slide.mish {
  position: relative;
  background: #9c0000 url('../img/hexagon-back.png') repeat;
  background: url('../img/hexagon-back.png') repeat, -moz-radial-gradient(65% 50%, circle farthest-corner, #ba0000 0%, #500000 100%);
  background: url('../img/hexagon-back.png') repeat, -webkit-radial-gradient(65% 50%, circle farthest-corner, #ba0000 0%, #500000 100%);
  background: url('../img/hexagon-back.png') repeat, -ms-radial-gradient(65% 50%, circle farthest-corner, #ba0000 0%, #500000 100%);
  background: url('../img/hexagon-back.png') repeat, radial-gradient(65% 50%, circle farthest-corner, #ba0000 0%, #500000 100%);
}
.slide.mish p {
  position: relative;
}
.slide.mish p:after {
  content: '';
  width: 460px;
  height: 480px;
  position: absolute;
  right: -15px;
  top: -50px;
  background: url('../img/producticon-mish.png') no-repeat center center;
}
#content .slide.cmsready {
  background: #FFA700;
  background: -moz-radial-gradient(75% 50%, circle farthest-corner, #ffa700 0%, #ff7700 100%);
  background: -webkit-radial-gradient(75% 50%, circle farthest-corner, #ffa700 0%, #ff7700 75%);
  background: -ms-radial-gradient(75% 50%, circle farthest-corner, #ffa700 0%, #ff7700 75%);
  background: radial-gradient(75% 50%, circle farthest-corner, #ffa700 0%, #ff7700 75%);
}
.cmsready .wrapper {
  background: url('../img/producticon-cmsready.png') no-repeat right top;
}
.cdnhosting {
  background: #909DA1;
}
.cdnhosting div {
  background: url('../img/producticon-cdn.png') no-repeat right 0;
}
.ssh {
  background: #909DA1;
}
.ssh div {
  background: url('../img/producticon-ssh.gif') no-repeat right 65px;
}
#content_slider .mongodb div {
  background: url('../img/producticon-mongodb.png') no-repeat right 100px;
}
#slider_content .revision div {
  background: url('../img/producticon-revision.png') no-repeat right top;
}
.teaser.webhosting {
  background: #4154c8 url('../img/sky-back.jpg') no-repeat center center;
}
.teaser.webhosting p:after {
  content: '';
  width: 570px;
  height: 400px;
  position: absolute;
  right: -15px;
  top: 0;
  background: url('/img/producticon-superhase.png') no-repeat center center;
}
.postboxes {
  /*height: 241px;*/

  background: #111111 url('/img/wood.jpg');
  background: -moz-radial-gradient(60% 50%, circle closest-corner, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), url('/img/wood.jpg');
  background: -webkit-radial-gradient(60% 50%, circle closest-corner, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), url('/img/wood.jpg');
  background: -ms-radial-gradient(60% 50%, circle closest-corner, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), url('/img/wood.jpg');
  background: radial-gradient(60% 50%, circle closest-corner, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), url('/img/wood.jpg');
}
.postboxes p:after {
  content: '';
  width: 450px;
  height: 350px;
  position: absolute;
  right: 0;
  top: 20px;
  background: url('/img/producticon-email.png') no-repeat center center;
}
/* Bonusinfo */
.scribbled {
  color: #333;
  font: 18px 'Permanent Marker', sans-serif;
}
.bonusinfo {
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-align: right;
}
.bonusinfo a {
  text-decoration: none;
  background-color: rgba(255, 200, 0, 0.5);
}
.bonusinfo a.highlight:hover {
  background-color: #fff;
}
.highlight {
  background-color: #f5ff9a;
  padding: 1px 6px;
}
div.scrollable, div.thumbgallery {
  /* required settings */

  position: relative;
  overflow: hidden;
  width: 960px;
  height: 280px;
  /* custom decorations */

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: url('/img/teaser-back.jpg') no-repeat;
}
.thumbcontainer {
  margin-top: 20px;
  position: relative;
}
div.thumbgallery {
  height: 156px;
}
/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items, div.thumbgallery div.items {
  /* this cannot be too large */

  width: 20000em;
  position: absolute;
  clear: both;
}
div.thumbgallery div.items {
  margin: 0;
}
/* single scrollable item just style*/
div.scrollable div.items div {
  float: left;
  /* custom decoration */

  width: 960px;
  height: 280px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
/* active item */
#content .scrollable .ctabutton {
  padding: 8px 12px !important;
  font-size: 14px;
  margin: 0 0 -8px 0;
}
/* new special classes start page */
#webhostingteaser, #webrechnungteaser {
  margin-top: 20px;
  display: block;
  float: left;
  height: 320px;
  width: 418px;
  border: 1px solid #aaa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-decoration: none;
  color: #000;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#webhostingteaser:after {
  content: '';
  background: url('/img/screens-dropshadow.png') no-repeat;
  position: absolute;
  top: 402px;
  left: 50%;
  margin-left: -490px;
  height: 60px;
  width: 980px;
}
#webhostingteaser *, #webrechnungteaser * {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#webhostingteaser {
  color: #fff;
  margin-left: 80px;
  background: #000000 url(/img/teaser-webhosting-3.png) no-repeat right 100px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
#webhostingteaser:hover {
  background-color: #555;
  background-position: right 80px;
}
#webhostingteaser * {
  color: #fff;
}
#webrechnungteaser {
  border-left: 0;
  background: #dddddd url(/img/teaser-webrechnung-2.png) no-repeat right 120px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
#webrechnungteaser:hover {
  background-color: #fff;
  background-position: right 90px;
}
#content .scrollable #rechnungteaserdiv.scrollable, div.thumbgallery {
  /* required settings */

  position: relative;
  overflow: hidden;
  width: 960px;
  height: 280px;
  /* this makes it possible to add next button beside scrollable */

  float: left;
  /* custom decorations */

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: url('../img/teaser-back.jpg') no-repeat scroll center center;
}
div.thumbgallery {
  height: 156px;
}
/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items, div.thumbgallery div.items {
  /* this cannot be too large */

  width: 20000em;
  position: absolute;
  clear: both;
}
div.thumbgallery div.items {
  margin: 0;
}
/* single scrollable item just style*/
div.scrollable div.items div {
  float: left;
  /* custom decoration */

  width: 960px;
  height: 280px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  overflow: hidden;
}
/* active item */
#content .scrollable .ctabutton {
  padding: 8px 12px !important;
  font-size: 14px;
  margin: 0 0 -8px 0;
}
/*********** navigator ***********/
/* position and dimensions of the navigator */
div.navi {
  text-align: center;
  margin: 5px 0;
}
div.navi a {
  display: inline-block;
  margin: 0 4px;
  cursor: pointer;
  width: 10px;
  height: 10px;
  -moz-box-shadow: inset -1px -1px 1px rgba(255, 255, 255, 0.1), inset 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset -1px -1px 1px rgba(255, 255, 255, 0.1), inset 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset -1px -1px 1px rgba(255, 255, 255, 0.1), inset 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  background-color: #aaa;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.webhosting div.navi a {
  background-color: rgba(255, 255, 255, 0.2);
}
.webhosting div.navi a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
div.navi a:hover {
  background-color: #777;
  background-color: rgba(255, 255, 255, 0.3);
}
/* active state (current page state) */
div.navi a.current, div.navi a.active {
  background-color: #888;
  background-color: rgba(0, 0, 0, 0.6);
}
.webhosting div.navi a.current, .webhosting div.navi a.active {
  background-color: rgba(255, 255, 255, 0.9);
}
/* thumbnails */
.thumbgallery a {
  float: left;
  margin: 16px 0 0 65px;
  font: 10px Verdana;
  color: #333;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.thumbgallery a:hover {
  color: #000;
}
.thumbgallery a img {
  display: block;
  border: 1px solid #666;
  -moz-box-shadow: 0 0px 7px #666;
  -webkit-box-shadow: 0 0px 7px #666;
}
.thumbgallery a:hover img {
  border: 1px solid #333;
  -moz-box-shadow: 0 0px 10px #333;
  -webkit-box-shadow: 0 0px 10px #333;
}
sup {
  vertical-align: super;
}
#content .signupbox * {
  text-align: left;
}
#content.webhosting ul.form-errors li, #content .form-errors {
  color: red;
}
#content .form-errors {
  padding: 10px 20px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.webhosting_comparsion {
  border-collapse: collapse;
  margin: 30px 0 30px 0;
  width: 100%;
}
.webhosting_comparsion th, .webhosting_comparsion td {
  border: 1px solid #000;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 6px 8px;
  text-align: center;
  background: #222;
  background-color: rgba(255, 255, 255, 0.1);
}
#content .webhosting_comparsion th {
  text-shadow: none;
  background-color: #fff;
  color: #000;
  line-height: 1em;
  padding: 12px 0;
}
#content .webhosting_comparsion th em, #content .webhosting_comparsion th b {
  color: #000;
}
.webhosting_comparsion tr:nth-child(odd) td {
  background-color: rgba(255, 255, 255, 0.05);
}
#content .webhosting_comparsion th.featured {
  width: 170px;
}
.webhosting_comparsion td.featured {
  background-color: rgba(255, 255, 255, 0.2);
}
.webhosting_comparsion tr:nth-child(odd) td.featured {
  background-color: rgba(255, 255, 255, 0.1);
}
.webhosting_comparsion tfoot tr td {
  border: 0;
}
#content table.webhosting_comparsion tr td.label, #content table.webhosting_comparsion tr th.label, #content table.webhosting_comparsion tfoot tr td.label {
  border: none;
  background: transparent;
  width: 240px;
  text-align: right;
  font-weight: normal;
  font-size: 16px;
}
#content table.webhosting_comparsion tr td.yes {
  color: lime;
}
#content table.webhosting_comparsion tr td.no {
  color: red;
}
#content .webhosting_comparsion tfoot tr td {
  background-color: transparent;
}
#content div.note {
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  transform: rotate(-1deg);
  background-color: #FFFD9B;
  /*background: url('/img/backgrounds/texture01.jpg');*/

  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  padding: 26px;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#content .note:after {
  content: '';
  padding: 30px;
  background: url('/img/pin.png') no-repeat center top;
  position: absolute;
  right: -2px;
  top: -9px;
}
#content .note * {
  color: #000;
  font: 16px 'Permanent Marker', arial, serif;
  text-shadow: none;
}
#content .note p a {
  color: #000;
}
#content .note ul {
  list-style-type: none;
}
#content .note h4 {
  font-size: 26px;
}
#content .notice {
  font: 16px/12px 'Permanent Marker', arial, serif;
  margin: 0 0 20px 34px;
}
#content .notice .arrow {
  font-size: 32px;
  float: left;
  margin: -18px 0 0 0;
}
.list li {
  margin-bottom: 1em;
}
.youtubefeature {
  margin-bottom: -30px;
}
.youtubefeature iframe {
  background: #fff;
  padding: 52px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}
.youtube iframe {
  border: 4px solid #000;
}
.callbackform {
  background: #111;
  background: rgba(0, 0, 0, 0.3);
}
#content .tweets {
  margin: 0;
  padding: 0;
  height: 20px;
}
#content .tweets ul li {
  list-style-type: none;
}

