@import url(../../vendor/normalize-css/normalize.css);
.u-clear:before, .field-top:before, .u-clear:after, .field-top:after {
  content: " ";
  display: table; }

.u-clear:after, .field-top:after {
  clear: both; }

.u-clear, .field-top {
  *zoom: 1; }

.u-nav {
  padding: 0;
  margin: 0;
  list-style: none; }

.u-text-bold {
  font-weight: bold; }

.u-text-left {
  text-align: left; }

.u-text-center {
  text-align: center; }

.u-text-right {
  text-align: right; }

.u-link-reset {
  text-decoration: none; }

.wrapper {
  width: 994px;
  margin: 0 auto; }

html {
  font-size: 11px; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

h1 {
  font-size: 18px;
  color: #000;
  margin: 1em 0 0.25em 0; }

h2 {
  color: #000;
  font-size: 14px;
  margin: 1em 0 0.25em 0; }

a {
  color: #000;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

p {
  margin: 0 0 1em 0; }

ul, ol, dl {
  font-size: inherit; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #dcdcdc;
  margin: 1em 0 0.5em 0;
  padding: 0; }

.logo {
  display: block;
  text-indent: -9999px;
  background: url("../img/na-logo.png") 0 0 no-repeat;
  width: 586px;
  height: 50px; }

.logo--small {
  width: 295px;
  height: 23px; }

.header {
  padding-top: 10px; }

.header-top {
  margin-bottom: 20px; }

.header-logo {
  float: left;
  margin-top: 3px; }

.header-meta {
  float: right; }

.header-icon {
  height: 42px;
  text-indent: -9999px;
  float: left;
  margin-left: 12px; }

.header-icon--ausgezeichnet {
  width: 47px;
  background: url(../img/ausgezeichnet_seal_42.png) left top no-repeat;
  background-position: 0 0; }

.header-icon--godaddy-black {
  width: 175px;
  background: url(../img/godaddy_black_seal_42.png) left top no-repeat;
  background-position: 0 0; }

.header-icon--godaddy-white {
  width: 175px;
  background: url(../img/godaddy_white_seal_42.png) left top no-repeat;
  background-position: 0 0; }

.header-icon--mcafee {
  width: 102px;
  background: url(../img/mcafee_seal_42.png) left top no-repeat;
  background-position: 0 0; }

.header-icon--gpwebshop {
  width: 42px;
  background: url(../img/gpwebshop_seal_42.png) left top no-repeat;
  background-position: 0 0; }

.footer-icon {
  height: 42px;
  display: none;
  text-indent: -9999px;
  float: right;
  margin-left: 12px; }

.footer-icon--ausgezeichnet {
  width: 47px;
  background: url(../img/ausgezeichnet_seal_42.png) left top no-repeat;
  background-position: 0 0; }

.footer-icon--godaddy-black {
  width: 175px;
  background: url(../img/godaddy_black_seal_42.png) left top no-repeat;
  background-position: 0 0; }

.footer-icon--godaddy-white {
  width: 175px;
  background: url(../img/godaddy_white_seal_42.png) left top no-repeat;
  background-position: 0 0; }

.footer-icon--mcafee {
  width: 102px;
  background: url(../img/mcafee_seal_42.png) left top no-repeat;
  background-position: 0 0; }

.footer-icon--gpwebshop {
  width: 42px;
  background: url(../img/gpwebshop_seal_42.png) left top no-repeat;
  background-position: 0 0; }


/**
 * Config
 */
/**
 * Component
 */
.nav {
  margin: 0 0 5px 0;
  height: 44px; }

.nav-items > li {
  width: 159px;
  float: left;
  margin: 0 7px 0 0;
  position: relative;
  z-index: 101;
  height: 44px; }

.nav-items > li > a {
  height: 38px;
  color: #000;
  text-decoration: none;
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid gainsboro;
  position: relative;
  z-index: 101; }

.nav-items > li > a > span {
  background: #fff;
  height: 36px;
  line-height: 36px;
  display: block; }
  
.nav-items > li > a > span.aktiv {
  background: #ededed;
  border-bottom: 2px solid #f5bf1c; }

.nav-sub {
  border: 1px solid gainsboro;
  background: #ededed;
  position: absolute;
  z-index: 100;
  top: 43px;
  left: 0;
  max-width: 994px;
  padding: 10px;
  display: none;
  font-size: 13px; }

.nav-sub-table {
  width: 100%; }

.nav-sub-table th {
  font-weight: bold;
  padding: 1px 10px;
  border-bottom: 1px solid gainsboro;
  border-right: 1px solid gainsboro;
  text-align: left; }

.nav-sub-table td {
  vertical-align: top;
  border-right: 1px solid gainsboro; }

.nav-sub-items {
  margin-top: 10px; }

.nav-sub-items a {
  padding: 2px 10px;
  display: inline-block; }

.nav-sub-items > li > a {
  font-weight: bold; }

.nav-subsub-items {
  margin-left: 10px;
  font-size: 12px; }

/**
 * Modifiers
 */
.nav-item--last {
  margin-right: 0 !important; }

.nav-items .nav-link--multi span {
  line-height: 15px;
  padding-top: 3px; }

.nav-sub--left {
  left: 0;
  right: auto; }

.nav-sub--right {
  right: 0;
  left: auto; }

.nav-sub--w1 {
  width: 136px; }

.nav-sub--w2 {
  width: 279px; }

.nav-sub--w3 {
  width: 422px; }

.nav-sub--w4 {
  width: 565px; }

.nav-sub--w5 {
  width: 708px; }

.nav-sub--w6 {
  width: 851px; }

.nav-sub--w7 {
  width: 994px; }

.nav-sub-col--last {
  border-right: 0 !important; }

.nav-item--sub > a {
  height: 38px !important; }

/**
 * States
 */
.nav-items > li.is-active > a > span {
  background: #ededed; }

.nav-items > li.is-active > a {
  color: #000;
  position: relative;
  z-index: 101;
  border: 1px solid gainsboro;
  background: #ededed; }

.nav-item--sub.is-active > a {
  height: 44px !important;
  border-bottom: none !important; }
  
.main {
  padding: 15px;
  width: 746px;
  float: left;
  border-right: 1px solid #dcdcdc; }

.main ul {
  margin-bottom: 1em; }

.main-header {
  margin: -10px 0 0 -10px; }
  
.main-landing {
  padding: 20px;
  background-image: url(../../media/landing1_bg.png);
  background-color:#e5e4e9;
  height:360px; }
 
.landing-overlay-image-2 {
  background-image: url(/assets/img/landing-overlay-2.jpg); }

.landing-overlay-image {
  background-image: url(/assets/img/landing-overlay.jpg); }


.main-landing-box {
  width:540px;
  height:320px;
  background-color:#FFFFFF;
  margin-left:413px;
  padding:15px;
  border: 1px solid #dcdcdc;
 }

.main-landing-box h1 {
	font-size:30px;
	font-weight:bold;
	margin: 0 0 0 0;
}

.main-landing-box h2 {
	font-size:20px;
	font-weight:bold;
	margin: 0 0 0 0;
}

.main-frontpage {
  padding: 10px;
 }
 
.main-header-frontpage {
  margin: -5px 0 0 -5px; }

.content-wrapper {
  border: 1px solid #dcdcdc; }

.content a {
  font-weight: bold; }


.icon-box {
	width:40px;
	height:24px;
	padding:8px 0;
	margin:7px 10px 120px 0;
}

.icon-box img, .icon-box span {
	display: block;
    margin-left: auto;
    margin-right: auto;
	max-width:28px;
	max-height:25px;
}


/**
 * Component
 */
.breadcrumb {
  background: #f0f0f0;
  padding: 3px 4px 3px 8px;
  margin: 0 0 15px 0; }

/**
 * Elements
 */
.breadcrumb-items {
  display: inline; }

.breadcrumb-items > li {
  display: inline; }

.breadcrumb-items > li:after {
  content: "»";
  margin-left: 4px; }

/**
 * Modifiers
 */
.breadcrumb-item--last:after {
  content: "" !important; }

.footer {
  border-top: 1px solid #dcdcdc;
  margin-top: 15px;
  padding: 10px 24px; }

.footer-nav {
  margin-bottom: 12px; }

.footer-nav-items > li {
  display: inline; }

.footer-nav-items.padded > li:after {
  margin: 0 2px 0 5px; }

.footer-nav-items.footer-nav-separator > li:after {
  content: "|";}


.footer-nav-items--last:after {
  display: none; }

.footer-legal {
  float: left; }

.footer-social {
  float: right; }

.footer-social > ul {
  margin-bottom: 6px; }

.footer-logo {
  margin-bottom: 6px; }

.footer-mobile {
  text-align: right; }

/**
 * Comopnent
 */
.sidebar {
  float: right;
  padding: 5px 10px;
  width: 246px; }

/**
 * Elements
 */
.sidebar-box {
  margin-bottom: 25px; }

.sidebar-headline {
  font-size: 14px;
  color: #000;
  border-bottom: 1px solid #dcdcdc;
  margin: 0 0 10px 0;
  padding: 0 0 3px 0; }

/**
 * Component: subnav
 */
/**
 * Elements
 */
.subnav-items a {
  position: relative;
  color: #000;
  padding: 3px 0 3px 20px;
  display: block;
  font-weight: normal; }

.subnav-items a:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #cdcdce;
  position: absolute;
  left: 3px;
  top: 0.75em;
  display: block; }

.subnav-items a.is-active {
  font-weight: bold;
  left: -11px;
  padding-left: 31px;
  background: url(../img/subnav-active.png) left center no-repeat; }

.subnav-items a.is-active:before {
  content: "";
  display: none; }

.contact-phone {
  background: url(../img/icon-phone.png) left center no-repeat;
  padding-left: 40px;
  min-height: 33px;
  margin-bottom: 15px; }

.contact-number {
  font-weight: bold;
  font-size: 14px;
  color: #000; }

.contact-email {
  background: url(../img/icon-email.png) left center no-repeat;
  padding-left: 40px;
  min-height: 22px;
  font-size: 12px;
  font-weight: bold; }

/**
 * Component: social
 */
.social {
  overflow: hidden; }

/**
 * Elements
 */
.social li {
  float: left;
  margin-left: 20px; }

.social li:first-child {
  margin-left: 0; }

.social a {
  background-image: url(../img/socials.png);
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  display: block;
  text-indent: -9999px; }

.social-facebook {
  background-position: -23px 0; }

.social-facebook:hover {
  background-position: 0 0; }

.social-twitter {
  background-position: -23px -23px; }

.social-twitter:hover {
  background-position: 0 -23px; }

.social-xing {
  background-position: -23px -46px; }

.social-xing:hover {
  background-position: 0 -46px; }

.social-youtube {
  background-position: -23px -69px; }

.social-youtube:hover {
  background-position: 0 -69px; }

.social-check24 {
  background-position: -23px -92px; }

.social-check24:hover {
  background-position: 0 -92px; }

.social-google {
  background-position: -23px -115px; }

.social-google:hover {
  background-position: 0 -115px; }

/**
 * Modifiers
 */
.social--sidebar {
  text-align: center; }

.social--sidebar li {
  display: inline-block;
  float: none; }

.social--footer li {
  margin-left: 5px; }

.steps {
  background: #f0f0f0;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px; }

.steps-nav {
  border-bottom: 1px solid #a0a0a0;
  margin-bottom: 15px; }

.steps-nav li {
  width: 20%;
  float: left;
  margin-bottom: -10px; }

.steps-nav-inner {
  background: #f0f0f0;
  display: inline-block;
  padding: 0 5px; }

.steps-nav li:first-child .steps-nav-inner {
  padding-left: 0; }

.steps-nav-num {
  background: #a0a0a0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  color: #fff; }
  
.steps-nav-num--done {
  background: #7ab51d;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  color: #fff; }

.steps-nav--active {
  color: #000; }

.steps-nav--active .steps-nav-num {
  background: #f5bf1c; }

.steps-progress > div {
  float: left; }

.steps-progress-title {
  width: 75px; }

.steps-progress-bar {
  border: 1px solid #dadada;
  height: 12px;
  border-radius: 6px;
  background: #fff;
  width: 859px;
  position: relative;
  top: 3px;
  padding: 1px; }

.steps-progress-line {
  height: 100%;
  border-radius: 6px 0 0 6px;
  background-color: #7AB51D;
  display: block; }

.steps-progress-percent {
  width: 40px;
  text-align: right; }

.form {
  font-size: 12px; }

.form--help {
  width: 76%; }

label {
  font-weight: bold; }

label.inline {
  margin-bottom: 0; }

input, button, .button, select {
  margin-bottom: 0 !important; }

input {
  box-shadow: none !important; }

select {
  outline: none; }

.form .row {
  position: relative;
  max-width: none; }

.form-col {
  float: left; }

.form-col--info {
  text-align: right;
  position: relative;
  padding-top: 5px;
  padding-right: 10px; }

em.form-error {
  font-style: normal;
  color: #f41010;
  display: block;
  font-weight: normal;
  font-size: 9px;
  font-family: Verdana, Arial, Helvetica, sans-serif; }

.form--help em.form-error {
  margin-right: 29px; }

.form-label label {
  position: relative; }

label.form-error {
  color: #f41010;
  display: none;
  font-size: 11px;
  font-weight: normal; }

input.form-error, select.form-error {
  border: 1px solid #f41010 !important; }

.form-meta {
  overflow: hidden;
  margin: 0 0 20px 0; }

.form-meta-left {
  float: left; }

.form-meta-right {
  float: right; }

.error-info {
  color: #a94442;
  background: url(../img/icon-error.png) #f2dede 5px center no-repeat;
  display: none; 
  width: 76%;
  padding: 10px 10px 10px 30px;
  border: 1px solid #ebccd1;
  font-size: 11px; 
}

.form-error--label {
  color: #f41010; }

.form-option {
  padding: 0; }

.form-option label {
  margin-right: 20px !important; }

.form-option-info {
  display: block;
  margin: -4px 0 4px 0; }

.form-option:last-child .form-option-info {
  margin-bottom: 0px; }

.form-row {
  position: relative;
  padding: 7px 0 5px 12px; }

label {
  padding: 0.5em 0; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }

form .row .row .column, form .row .row .columns {
  padding: 0 0.5rem; }

form .row .row.collapse {
  margin: 0; }

form .row .row.collapse .column, form .row .row.collapse .columns {
  padding: 0; }

form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  color: #000;
  cursor: pointer;
  display: block;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }

label.right {
  float: none !important;
  text-align: right; }
  
label.right-normal {
  float: none !important;
  font-weight:normal;
  text-align: right; }

label small {
  text-transform: capitalize;
  color: #676767; }

/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: white;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  padding: 0.5rem;
  height: 2.58333rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  box-shadow: 0 0 5px #999999;
  border-color: #999999; }

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none; }

input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
  background-color: #dddddd;
  cursor: default; }

input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
  background-color: #dddddd;
  cursor: default; }

input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
  border-radius: 3px; }

input[type="submit"] {
  /*-webkit-appearance: none;
  -webkit-border-radius: 0px; */
  font-weight: bold; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

/* Add height value for select elements to match text input height */
select {
  width: 100%;
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #fafafa;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.58333rem; }

select::-ms-expand {
  display: none; }

select.radius {
  border-radius: 3px; }

select:hover {
  background-color: #f3f3f3;
  border-color: #999999; }

select:disabled {
  background-color: #dddddd;
  cursor: default; }

input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

span.error, small.error {
  display: block;
  padding: 0.5rem 0.75rem 0.75rem;
  margin-top: -1px;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white; }

.error label, .error label.error {
  color: #f04124; }

.error small.error {
  display: block;
  padding: 0.5rem 0.75rem 0.75rem;
  margin-top: -1px;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white; }

.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }

.error span.error-message {
  display: block; }

input.error, textarea.error, select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

.form--help .help.is-open {
  background: #ffffe0; }

.form--help .help.is-open .help-content {
  display: block; }

.help-trigger {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #a0a0a0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
  font-size: 11px;
  position: relative;
  top: -1px; }

.help-toggle {
  font-weight: normal !important;
  font-size: 11px; }

.help-title {
  display: block;
  margin-bottom: 0.25em; }

.help p:last-child {
  margin-bottom: 0; }

.help-content {
  display: none;
  position: absolute;
  top: 0;
  right: -240px;
  width: 230px;
  padding: 10px;
  background-color: #ffffe0;
  border: 1px solid #e9e9ab;
  font-size: 11px; }

.help-content p {
  font-size: 11px; }

.help-content:after, .help-content:before {
  right: 100%;
  top: 22px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.help-content:after {
  border-color: rgba(255, 255, 224, 0);
  border-right-color: #ffffe0;
  border-width: 7px;
  margin-top: -7px; }

.help-content:before {
  border-color: rgba(233, 233, 171, 0);
  border-right-color: #e9e9ab;
  border-width: 8px;
  margin-top: -8px; }

.button {
  border: solid #dead1b 1px;
  cursor: pointer;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 3rem;
  padding-bottom: 1.0625rem;
  padding-left: 3rem;
  background: #ffd34d;
  background-image: -webkit-linear-gradient(top, #ffd34d, #f5bf1c);
  background-image: -moz-linear-gradient(top, #ffd34d, #f5bf1c);
  background-image: -ms-linear-gradient(top, #ffd34d, #f5bf1c);
  background-image: -o-linear-gradient(top, #ffd34d, #f5bf1c);
  background-image: linear-gradient(to bottom, #ffd34d, #f5bf1c);
  color: #000;
  border-radius: 3px;
  text-decoration: none;
  font-size: 14px; }

.button:hover {
  text-decoration: none;
  background: #ffcf3e;
  background-image: -webkit-linear-gradient(top, #ffcf3e, #ffdd75);
  background-image: -moz-linear-gradient(top, #ffcf3e, #ffdd75);
  background-image: -ms-linear-gradient(top, #ffcf3e, #ffdd75);
  background-image: -o-linear-gradient(top, #ffcf3e, #ffdd75);
  background-image: linear-gradient(to bottom, #ffcf3e, #ffdd75);
  color: #000; }

.button-success {
  color: #fff;
  border: solid #34E000 1px;
  background: #2dc400; /* Old browsers */
  background: -moz-linear-gradient(top, #2dc400 0%, #559943 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2dc400), color-stop(100%,#559943)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2dc400 0%,#559943 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2dc400 0%,#559943 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2dc400 0%,#559943 100%); /* IE10+ */
  background: linear-gradient(to bottom, #2dc400 0%,#559943 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dc400', endColorstr='#559943',GradientType=0 ); /* IE6-8 */
}

.button-success:hover {
  color: #fff;
  border: solid #34E000 1px;
  background: #30d100; /* Old browsers */
  background: -moz-linear-gradient(top, #30d100 0%, #5faa4b 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#30d100), color-stop(100%,#5faa4b)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #30d100 0%,#5faa4b 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #30d100 0%,#5faa4b 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #30d100 0%,#5faa4b 100%); /* IE10+ */
  background: linear-gradient(to bottom, #30d100 0%,#5faa4b 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30d100', endColorstr='#5faa4b',GradientType=0 ); /* IE6-8 */
}

.button-back {
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  color: #000000;
  font-size: 12px;
  padding: 7px 15px 7px 15px;
  border: solid #cccccc 1px;
  text-decoration: none;
  font-weight: normal !important;
  margin-top: 5px;
}

.button-back:hover {
  background: #e6e6e6;
  background-image: -webkit-linear-gradient(top, #e6e6e6, #f0f0f0);
  background-image: -moz-linear-gradient(top, #e6e6e6, #f0f0f0);
  background-image: -ms-linear-gradient(top, #e6e6e6, #f0f0f0);
  background-image: -o-linear-gradient(top, #e6e6e6, #f0f0f0);
  background-image: linear-gradient(to bottom, #e6e6e6, #f0f0f0);
  text-decoration: none;
}

.field {
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
  padding-bottom: 10px; }

.field-top {
  padding: 10px;
  font-size: 14px; }

.field-bottom {
  padding: 25px 12px 5px 12px; }

.field-title {
  margin: 0;
  float: left;
  color: #4d4d4d;
  font-weight: bold; }
  
.field-title span {
  color:#F5BF32; }

.field-meta {
  float: right; }

.check {
  padding-right: 40px; }

.check-icon {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0.9em;
  right: 10px;
  background: url(../img/icon-check.png) center center no-repeat; }

.check.is-valid .check-icon {
  display: block; }

.form-row--vertical .check-icon {
  top: 3.4em; }

 .ui-datepicker-trigger {
   position: absolute;
  top: 2px;
  right: -30px;
  border: none;
  background-color: #fff; }

.ui-datepicker {
  border: 1px solid #dcdcdc;
  background: #fff; }

.ui-datepicker-prev, .ui-datepicker-next {
  position: relative; }

.ui-datepicker-prev span, .ui-datepicker-next span {
  display: none; }

.ui-datepicker-prev:before, .ui-datepicker-next:before {
  font-size: 11px;
  text-decoration: none;
  color: #666;
  position: relative;
  top: -3px; }

/*
.ui-datepicker-prev:before {
  content: "«";
}

.ui-datepicker-next:before {
  content: "»";
}
*/
.ui-datepicker-title {
  font-weight: bold; }

.continue {
  overflow: hidden;
  margin: 15px 0 20px 0; }

.continue-info {
  font-size: 11px;
  float: left;
  padding-top: 2px; }

.continue-info a {
  font-weight: normal; }

.continue-secure {
  float: right;
  color: #008000;
  font-size: 10px;
  height: 21px;
  line-height: 21px;
  padding-right: 25px;
  background: url(../img/icon-lock.png) right center no-repeat; }

.continue-secure a {
  color: #008000;
  font-weight: normal;
  text-decoration: none; }


.grid {
  margin-left: -20px;
  *zoom: 1; }

.grid:before, .grid:after {
  display: table;
  line-height: 0;
  content: ""; }

.grid:after {
  clear: both; }

[class*="grid-span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
  position: relative; }

.grid-span12 {
  width: 940px; }

.grid-span11 {
  width: 860px; }

.grid-span10 {
  width: 780px; }

.grid-span9 {
  width: 700px; }

.grid-span8 {
  width: 620px; }

.grid-span7 {
  width: 540px; }

.grid-span6 {
  width: 460px; }

.grid-span5 {
  width: 380px; }

.grid-span4 {
  width: 300px; }

.grid-span3 {
  width: 220px; }

.grid-span2 {
  width: 140px; }

.grid-span1 {
  width: 60px; }

.grid-offset12 {
  margin-left: 980px; }

.grid-offset11 {
  margin-left: 900px; }

.grid-offset10 {
  margin-left: 820px; }

.grid-offset9 {
  margin-left: 740px; }

.grid-offset8 {
  margin-left: 660px; }

.grid-offset7 {
  margin-left: 580px; }

.grid-offset6 {
  margin-left: 510px; }

.grid-offset5 {
  margin-left: 420px; }

.grid-offset4 {
  margin-left: 340px; }

.grid-offset3 {
  margin-left: 260px; }

.grid-offset2 {
  margin-left: 180px; }

.grid-offset1 {
  margin-left: 100px; }

.form--help .grid-span12 {
  width: 701px; }

.form--help .grid-span11 {
  width: 860px; }

.form--help .grid-span10 {
  width: 780px; }

.form--help .grid-span9 {
  width: 700px; }

.form--help .grid-span8 {
  width: 620px; }

.form--help .grid-span7 {
  width: 540px; }

.form--help .grid-span6 {
  width: 340.5px; }

.form--help .grid-span5 {
  width: 380px; }

.form--help .grid-span4 {
  width: 220.4px; }

.form--help .grid-span3 {
  width: 160.25px; }

.form--help .grid-span2 {
  width: 99px; }

.form--help .grid-span1 {
  width: 20.17px; }

.form--help .grid-offset6 {
  margin-left: 395px; }




  /*** OWN **/

  .error .container {
    display:none;
  }

.ausgezeichnet {
  background: url(../img/ausgezeichnet.png) left center no-repeat;
  display: inline-block;
  padding-left: 60px;
  color: #999 !important;
  line-height: 1.2em;
  text-decoration: none !important;
  height: 50px;
  padding-top: 5px;
  text-align: left;
  margin-top: -6px; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

  /* ELV help must move to top*/
#id-paypalxx983.help-content, #id-advance-paymentxx983.help-content, #id-invoice-paymentnx983.help-content, #id-elvxx983.help-content, #id-paygenoUN.help-content, #id-paygenoUN.help-content {
 top: -200px;
}
#id-paypalxx983.help-content:after, #id-paypalxx983.help-content:before, #id-elvxx983.help-content:after, #id-elvxx983.help-content:before, #id-paygenoUN.help-content:after, #id-paygenoUN.help-content:before {
  top: 220px;
}

.order-details-header {
  display: none;
}

.field.payment_form {
  border-bottom: none;
  margin-bottom:0;
}

.field.agb-form {
  border-top: none;
}


.sweet-alert p, .sweet-alert h2 {
  font-family: Arial, Helvetica, sans-serif !important;
  line-height: 18px !important;
}

.sweet-alert p {
  font-size: 12px !important;
}

.Zebra_Form_error_message .message {
  background: #D93E2C !important;
  color: #fff !important;
}

.Zebra_Form_error_message .arrow {
  border-color: #D93E2C transparent transparent transparent !important;
}


.badge {
  display: inline-block;
  min-width: 10px;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  line-height: 12px;
  vertical-align: top;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 3px;
}


.badge-success {  
  background-color: #5CB85C;
}

.badge-warning {
  background-color: #F0AD4E;
}

.help-trigger-toggle .help-trigger { display: none;}

