*,
*:after,
*:before {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */

/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */

/* Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}


h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */


/* Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */



/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
	-moz-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *  (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

html {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

html,
body {
	min-height: 100%;
}

.inner-holder {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.inner-holder.btt {
	pointer-events: none;
	margin-bottom: 0;
}

.d-pull-reset,
.main-col.full-width,
.margin-col.full-width {
	right: 0;
}

.d-push-reset,
.main-col.full-width,
.margin-col.full-width {
	left: 0;
}

.show-desktop {
	display: block;
}

.show-tablet {
	display: none;
}

.show-mobile {
	display: none;
}

.border-top {
	border-top: 1px solid #cccccc;
}

.border-bottom,
.headline h1,
.form-login-info {
	border-bottom: 1px solid #cccccc;
}

.button-warning {
	float: none !important;
	width: 100% !important;
}

.button-warning button {
	display: inline-block;
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
}

.box-warning {
	background: #ffffff;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
	border: 1px solid #CCC;
	padding: 18px 20px;
	margin-bottom: 18px;
}

h1,
h2 {
	margin: 0;
	font-weight: bold;
	padding-bottom: 18px;
}

h1 {
	font-size: 30px;
	line-height: 32px;
	text-transform: uppercase;
	/* ASC color: #FF8D2F; */
}

h2 {
	font-size: 22px;
	line-height: 24px;
}

span.headline-h1 {
	font-size: 30px !important;
	color: #140043 !important;
	line-height: 32px !important;
	font-family: 'Bliss', Arial, sans-serif !important;
	font-weight: bold;
}

span.headline-h2 {
	font-size: 22px !important;
	color: #140043 !important;
	line-height: 24px !important;
	font-family: 'Bliss', Arial, sans-serif !important;
	font-weight: bold;
}

span.warning {
	color: #CF3F17 !important;
	display: block;
	margin-bottom: 18px;
}

p {
	margin: 0 0 18px;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
}

p.lead {
	font-size: 18px;
	line-height: 20px;
}

p.small {
	font-size: 14px;
	line-height: 16px;
}

p.light {
	font-weight: 300;
}

p.medium {
	font-weight: 600;
}

p.bold {
	font-weight: bold;
}

p a {
	text-decoration: underline;
}

a {
	text-decoration: none;
	/* ASC color: #140043; */
}

a.underlined {
	text-decoration: underline;
}

.edit-profile {
	margin-top: 12px;
	display: inline-block;
	/* ASC color: #140043; */
	font-size: 14px;
}

.headline {
	margin-bottom: 20px;
}

.headline.desktop {
	float: none !important;
	display: block;
	clear: left;
}

.headline.phone {
	display: none;
}

.headline.full {
	right: auto;
}

/**
 * Gridpak Beta SCSS
 *
 * Generator - http://gridpak.com/
 * Created by @erskinedesign
 */

/* Reusable column setup */

.col,
.headline,
.main-col,
.margin-col,
.main-col.full-width,
.margin-col.full-width,
.back-to-top,
.button-wrapper,
.header_logo,
.nav_main,
.fieldset-wrap fieldset,
.login_form,
.login_text,
.two-third,
.one-third,
.widget-col-one,
.widget-col-two,
.widget.widget-2,
.widget.widget-3,
.dummy-widget,
.widget-archiv-select-group,
.widget-archiv-list,
.widget-archiv .column-long,
.widget-archiv .column-short,
.pagination {
	border: 0px solid transparent;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-clip: padding-box !important;
}

/* 1. 2 Column Grid 0px - 479px
    -----------------------------------------------------------------------------

    Span 1:    50%
    Span 2:    100%

    ----------------------------------------------------------------------------- */

/* 2. 6 Column Grid 480px - 1139px
    -----------------------------------------------------------------------------

    Span 1:    16.6666666667%
    Span 2:    33.3333333333%
    Span 3:    50.0%
    Span 4:    66.6666666667%
    Span 5:    83.3333333333%
    Span 6:    100%

    ----------------------------------------------------------------------------- */

/* 3. 12 Column Grid 1140px - Infinity
    -----------------------------------------------------------------------------

    Span 1:    8.33333333333%
    Span 2:    16.6666666667%
    Span 3:    25.0%
    Span 4:    33.3333333333%
    Span 5:    41.6666666667%
    Span 6:    50.0%
    Span 7:    58.3333333333%
    Span 8:    66.6666666667%
    Span 9:    75.0%
    Span 10:    83.3333333333%
    Span 11:    91.6666666667%
    Span 12:    100%

    ----------------------------------------------------------------------------- */

.row,
.fieldset-wrap,
.input-inline-wrapper,
.widget-row {
	margin-left: -15px;
}

.col,
.headline,
.main-col,
.margin-col,
.main-col.full-width,
.margin-col.full-width,
.back-to-top,
.button-wrapper,
.header_logo,
.fieldset-wrap fieldset,
.login_form,
.login_text,
.two-third,
.one-third,
.widget-col-one,
.widget-col-two,
.widget.widget-2,
.widget.widget-3,
.dummy-widget,
.widget-archiv-select-group,
.widget-archiv-list,
.widget-archiv .column-long,
.widget-archiv .column-short,
.pagination {
	border-left-width: 15px;
	padding: 0 0px;
	position: relative;
}

/* --- Gridpak variables ---*/

.d-span_1 {
	width: 8.33333%;
	border-left-width: 15px;
	padding: 0 0px;
	margin-left: 0;
}

.d-span_2 {
	width: 16.66667%;
	border-left-width: 15px;
	padding: 0 0px;
	margin-left: 0;
}

.d-span_3,
.button-wrapper,
.widget-archiv .column-short {
	border-left-width: 15px;
	padding: 0 0px;
	margin-left: 0;
}

.d-span_4,
.margin-col,
.login_form,
.one-third,
.widget.widget-3,
.dummy-widget {
	width: 33.33333%;
	border-left-width: 15px;
	padding: 0 0px;
	margin-left: 0;
}

.d-span_5 {
	width: 41.66667%;
	border-left-width: 15px;
	padding: 0 0px;
	margin-left: 0;
}
.login_form {
    padding: 29px 0px;
}

.d-span_6,
.fieldset-wrap fieldset,
.widget-col-one,
.widget.widget-2,
.widget-archiv-select-group,
.widget-archiv .column-long {
	width: 50%;
	border-left-width: 15px;
	padding: 0 0px;
	margin-left: 0;
}

.d-span_7,
.login_text {
	width: 58.33333%;
	border-left-width: 15px;
	padding: 0 0px;
	margin-left: 0;
}

.d-span_8,
.headline,
.main-col,
.two-third {
	width: 66.66667%;
	border-left-width: 15px;
	padding: 0 0px;
	margin-left: 0;
}

.d-span_9 {
	width: 75%;
	border-left-width: 15px;
	padding: 0 0px;
	margin-left: 0;
}

.d-span_10 {
	width: 83.33333%;
	border-left-width: 15px;
	padding: 0 0px;
	margin-left: 0;
}

.d-span_11 {
	width: 91.66667%;
	border-left-width: 15px;
	padding: 0 0px;
	margin-left: 0;
}

.d-span_12,
.headline.full,
.main-col.full-width,
.margin-col.full-width,
.back-to-top,
.header,
.nav_main,
.fieldset-wrap fieldset.full,
.widget-col-two,
.widget-archiv-list,
.pagination {
	margin-left: 0;
	width: 100%;
}

.pull-d-1 {
	right: 8.33333%;
}

.push-d-1 {
	left: 8.33333%;
}

.pull-d-2 {
	right: 16.66667%;
}

.push-d-2 {
	left: 16.66667%;
}

.pull-d-3 {
	right: 25%;
}

.push-d-3 {
	left: 25%;
}

.pull-d-4,
.main-col {
	right: 33.33333%;
}

.push-d-4,
.login_text {
	left: 33.33333%;
}

.pull-d-5 {
	right: 41.66667%;
}

.push-d-5 {
	left: 41.66667%;
}

.pull-d-6 {
	right: 50%;
}

.push-d-6 {
	left: 50%;
}

.pull-d-7,
.login_form {
	right: 58.33333%;
}

.push-d-7 {
	left: 58.33333%;
}

.pull-d-8 {
	right: 66.66667%;
}

.push-d-8,
.margin-col {
	left: 66.66667%;
}

.pull-d-9 {
	right: 75%;
}

.push-d-9 {
	left: 75%;
}

.pull-d-10 {
	right: 83.33333%;
}

.push-d-10 {
	left: 83.33333%;
}

.pull-d-11 {
	right: 91.66667%;
}

.push-d-11 {
	left: 91.66667%;
}

.pull-d-12 {
	right: 100%;
}

.push-d-12 {
	left: 100%;
}
.clearfix:after,
.inner-holder:after,
.back-to-top-inner:after,
.nav_secondary:after,
.nav_main:after,
.nav_main .level-1:after,
.widget_bars:after,
.fieldset-wrap:after,
.form-wrapper:after,
.input-inline-wrapper:after,
.table-wrapper:after,
.table-wrapper tr:after,
.table-wrapper td:after,
.meter-reading-round-after:after,
.select-wrapper:after,
.widget-archiv .archiv-list-row:after,
.progress-list:after,
.modal-inner:after {
	content: '';
	display: table;
	clear: both;
}

.margin-col {
	margin-top: -20px;
}

.main-col.full-width,
.margin-col.full-width {
	margin-top: 0;
}

.button.button-secondary,
.styled-radio .button-secondary.radio-label {
	/* ASC background-color: #81bc00;
	color: #ffffff;
	*/
}

.button.button-secondary:hover,
.styled-radio .button-secondary.radio-label:hover {
	/* ASC background-color: #5e8900;*/
}

.button.button-forward:after,
.styled-radio .button-forward.radio-label:after {
	font-family: "FontAwesome" !important;
	content: '\f054';
	margin-left: 10px;
	font-size: 0.75em;
	color: currentColor;
}

.button.button-back:before,
.styled-radio .button-back.radio-label:before {
	content: '\f053';
	margin-right: 10px;
	font-size: 0.75em;
	color: currentColor;
	font-family: FontAwesome;
}

.button-wrapper {
	border-left: 0;
}

.button-wrapper.right {
	float: right;
}

.button-wrapper.success {
	margin-bottom: 20px;
	width: 100%;
	float: none;
}

.button-wrapper.success > .button,
.styled-radio .button-wrapper.success > .radio-label {
	display: inline-block;
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
}

.invisible-button {
	border: 0;
	background: transparent;
	color: #8A8A8A;
	text-align: left;
	cursor: pointer;
}

.header {
	background-color: #ffffff;
	border-top: #ff8d2f 5px solid;
	padding: 15px 20px;
	height: 100px;
}

.header.with-nav {
	margin-bottom: 0;
}

.header_logo .logo-image {
	/* ASC
	width: 170px;
	height: 60px;
	background: transparent url('../img/img-logo-rhenag.png') 0 0 no-repeat;
	*/
	background-size: contain;
	background-repeat:no-repeat;
	-ms-behavior: url('css/backgroundsize.min.htc');
}

.nav_secondary {
	float: right;
}

.nav_secondary .nav-item {
	float: left;
}

.nav_secondary .nav-item {
	font-size: 13px;
	line-height: 15px;
}

.nav_secondary .nav-item:hover {
	text-decoration: underline;
}

.nav_secondary .nav-item a {
	/* ASC color: #525294; */
	padding: 0 8px;
	border-left: 1px solid;
}

.nav_secondary .nav-item:first-child a {
	border-left: 0;
}

.nav_secondary .log-out a {
	border-left: 0;
}

.nav_secondary .user-name {
	margin-right: 10px;
}

.nav_secondary .user-name:hover {
	text-decoration: none;
}


.main-nav.not-logged-in {
	display: none;
}



.shadow {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	background: #000;
	z-index: 550;
}

/* General settings */

div.selector,
div.selector span,
div.checker span,
div.uploader,
div.uploader span.action,
div.button,
.styled-radio div.radio-label,
div.button span,
.styled-radio div.radio-label span {
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
	-webkit-font-smoothing: antialiased;
}

div.selector,
div.checker,
div.button,
.styled-radio div.radio-label,
div.uploader {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle; /* Keeping this as :focus to remove browser styles */
}

div.selector:focus,
div.checker:focus,
div.button:focus,
.styled-radio div.radio-label:focus,
div.uploader:focus {
	outline: 0;
}

div.selector,
div.selector *,
div.checker,
div.checker *,
div.uploader,
div.uploader *,
div.button,
.styled-radio div.radio-label,
div.button *,
.styled-radio div.radio-label * {
	margin: 0;
	padding: 0;
}

.highContrastDetect {
	background: url("../images/bg-input.png") repeat-x 0 0;
	width: 0px;
	height: 0px;
}

/* Input & Textarea */

input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
	padding: 3px;
	background: url("../images/bg-input.png") repeat-x 0 0;
	outline: 0;
}

input.uniform-input.active,
select.uniform-multiselect.active,
textarea.uniform.active {
	background: url("../images/bg-input-focus.png") repeat-x 0 0;
}

/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */

div.checker input,
input[type="search"],
input[type="search"]:active {
	-moz-appearance: none;
	-webkit-appearance: none;
}

/* Select */

div.selector {
	background-position: 0 -130px;
	line-height: 26px;
	height: 26px;
	padding: 0 0 0 10px;
	position: relative;
	overflow: hidden;
}

div.selector span {
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	background-position: right 0;
	height: 26px;
	line-height: 26px;
	padding-right: 25px;
	cursor: pointer;
	width: 100%;
	display: block;
}

div.selector.fixedWidth {
	width: 190px;
}

div.selector.fixedWidth span {
	width: 155px;
}

div.selector select {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	border: none;
	background: none;
	position: absolute;
	height: 22px;
	top: 2px;
	left: 0px;
	width: 100%;
}

div.selector.active {
	background-position: 0 -156px;
}

div.selector.active span {
	background-position: right -26px;
}

div.selector.hover,
div.selector.focus {
	background-position: 0 -182px;
}

div.selector.hover span,
div.selector.focus span {
	background-position: right -52px;
}

div.selector.hover.active,
div.selector.focus.active {
	background-position: 0 -208px;
}

div.selector.hover.active span,
div.selector.focus.active span {
	background-position: right -78px;
}

div.selector.disabled,
div.selector.disabled.active {
	background-position: 0 -234px;
}

div.selector.disabled span,
div.selector.disabled.active span {
	background-position: right -104px;
}

/* Checkbox */

div.checker {
	position: relative;
}

div.checker,
div.checker span,
div.checker input {
	width: 19px;
	height: 19px;
}

div.checker span {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: center;
}

div.checker input {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	border: none;
	background: none;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

div.checker.disabled,
div.checker.disabled.active {
	background-position: -152px -260px;
}

div.checker.disabled span.checked,
div.checker.disabled.active span.checked {
	background-position: -171px -260px;
}

/* Radio */

div.radio {
	position: relative;
}

div.radio span {
	text-align: center;
}

div.radio input {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	border: none;
	background: none;
	text-align: center;
}

/* Uploader */

div.uploader {
	background-position: 0 -297px;
	height: 28px;
	width: 190px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

div.uploader span.action {
	background-position: right -409px;
	height: 28px;
	line-height: 28px;
	width: 85px;
	text-align: center;
	float: left;
	display: inline;
	overflow: hidden;
	cursor: pointer;
}

div.uploader span.filename {
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	cursor: default;
	height: 24px;
	margin: 2px 0 2px 2px;
	line-height: 24px;
	width: 82px;
	padding: 0 10px;
}

div.uploader input {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	border: none;
	background: none;
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	cursor: default;
	width: 100%;
	height: 100%;
}

div.uploader.active span.action {
	background-position: right -465px;
}

div.uploader.hover,
div.uploader.focus {
	background-position: 0 -353px;
}

div.uploader.hover span.action,
div.uploader.focus span.action {
	background-position: right -437px;
}

div.uploader.hover.active span.action,
div.uploader.focus.active span.action {
	background-position: right -493px;
}

div.uploader.disabled,
div.uploader.disabled.active {
	background-position: 0 -325px;
}

div.uploader.disabled span.action,
div.uploader.disabled.active span.action {
	background-position: right -381px;
}

/* Buttons */

div.button,
.styled-radio div.radio-label {
	background-position: 0 -641px;
	cursor: pointer;
	position: relative; /* Keep buttons barely visible so they can get focus */
}

div.button a,
.styled-radio div.radio-label a,
div.button button,
.styled-radio div.radio-label button,
div.button input,
.styled-radio div.radio-label input {
	opacity: 0.01;
	filter: alpha(opacity=1);
	-moz-opacity: 0.01;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}

div.button span,
.styled-radio div.radio-label span {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: center;
	background-position: right -521px;
	margin-left: 13px;
}

div.button.active,
.styled-radio div.active.radio-label {
	background-position: 0 -671px;
}

div.button.active span,
.styled-radio div.active.radio-label span {
	background-position: right -551px;
	cursor: default;
}

div.button.hover,
.styled-radio div.hover.radio-label,
div.button.focus,
.styled-radio div.focus.radio-label {
	background-position: 0 -701px;
}

div.button.hover span,
.styled-radio div.hover.radio-label span,
div.button.focus span,
.styled-radio div.focus.radio-label span {
	background-position: right -581px;
}

div.button.disabled,
.styled-radio div.disabled.radio-label,
div.button.disabled.active,
.styled-radio div.disabled.active.radio-label {
	background-position: 0 -731px;
}

div.button.disabled span,
.styled-radio div.disabled.radio-label span,
div.button.disabled.active span,
.styled-radio div.disabled.active.radio-label span {
	background-position: right -611px;
	cursor: default;
}

input::-ms-reveal,
input::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

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

fieldset.no-space {
	margin-bottom: 5px;
}

fieldset.half {
	float: left;
}

.fieldset-wrap {
	position: relative;
}

.fieldset-wrap fieldset.info-text {
	position: absolute;
	right: 0;
	margin-bottom: 0;
	padding-bottom: 25px;
	bottom: 0;
}

.fieldset-wrap fieldset.info-text p {
	margin-bottom: 0;
}

.info-text.inside {
	margin-top: 10px;
}

fieldset textarea {
	border-radius: 5px;
	border: 1px solid #cccccc;
	width: 100%;
	min-height: 400px;
	max-width: 100%;
	resize: none;
	padding: 15px;
}

input,
textarea,
select,
option,
button {
	background-color: #ffffff;
	color: #000;
}



.new-registration {
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.7);
	color: #8a8a8a;
	padding: 18px 20px 15px;
	text-align: center;
	font-size: 18px;
	border: 1px solid #cccccc;
	margin-top: -1px;
}

.new-registration .register-cta {
	display: block;
	color: #ff8d2f;
}

.login_form .form {
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
}

.password-forgotten {
	margin-top: 20px;
	text-decoration: none;
	color: #525294;
	display: block;
}

.required:after {
	content: '*';
	display: inline;
	color: currentColor;
}



.select-headline {
	margin-bottom: 10px;
}



.add-comma {
	position: relative;
}

.add-comma:after {
	display: inline-block;
	content: ',';
	position: absolute;
	right: -4px;
	top: 50%;
	margin-top: -7px;
}

.round {
	position: relative;
}

.round:after {
	display: inline-block;
	content: ',00 €';
	position: absolute;
	right: -35px;
	top: 50%;
	margin-top: -7px;
}

.table-wrapper {
	width: 100%;
	margin-bottom: 20px;
}

.table-wrapper.max-width {
	max-width: 1150px;
}

.table-wrapper.has-checkbox td:first-child {
	width: 50px;
}

.table-wrapper td {
	padding: 7px 20px;
	height: 100%;
	vertical-align: middle;
	position: relative;
	color: #140043;
}

.table-wrapper .check-holder .checker-label {
	min-height: 30px;
}

.table-wrapper tr {
	border-bottom: 1px solid #cccccc;
}

.table-wrapper .checker-label:before {
	top: 10px;
}

.table-wrapper .input-inline-wrapper .styled-text {
	border-radius: 5px !important;
}

.table-wrapper .input-inline-wrapper .add-comma > input {
	border-bottom-left-radius: 5px !important;
	border-top-left-radius: 5px !important;
	border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.table-wrapper .input-inline-wrapper .add-comma + div > input {
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
	border-bottom-right-radius: 5px !important;
	border-top-right-radius: 5px !important;
}

.table-wrapper .table-head td {
	font-weight: 600;
	font-size: 18px;
	vertical-align: bottom;
}

.table-wrapper .sum {
	border-top: 3px double #cccccc;
}

.table-wrapper .sum td {
	padding-top: 10px;
}

.table-verbrauch {
	margin-bottom: 30px;
}

.table-verbrauch .table-wrapper {
	table-layout: auto;
}

.table-verbrauch .table-head td {
	color: #140043;
}

.table-verbrauch td {
	border-left: 20px solid transparent;
	color: #140043;
}

.table-verbrauch .datum {
	width: 25%;
	border: 0;
}

.table-verbrauch .tage {
	width: 12.5%;
}

.table-verbrauch .betrag {
	width: 12.5%;
	text-align: right;
	white-space: nowrap;
}

.table-verbrauch .betrag > span {
	float: right;
}

.table-verbrauch .anzeige-verbrauch {
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e5812e), color-stop(100%, #ff8d2f));
	background: -webkit-linear-gradient(left, #e5812e 0%, #ff8d2f 100%);
	background: linear-gradient(to right, #e5812e 0%, #ff8d2f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5812e', endColorstr='#ff8d2f',GradientType=1 );
	height: 30px;
	padding: 6px;
	margin: 6px 0;
}

.table-verbrauch .anzeige-verbrauch span {
	font-size: 16px;
	font-family: "Bliss", Arial, sans-serif;
	white-space: nowrap;
}



.table-status .table-wrapper {
	table-layout: auto;
}

.table-status .table-head td {
	vertical-align: top;
	color: #140043;
}

.table-status td {
	color: #140043;
}

.table-status .kennzeichen {
	text-align: center;
}

.table-status .kennzeichen span {
	background: #ffffff;
	font-family: "FontAwesome";
	width: 30px;
	height: 30px;
	border-radius: 3px;
	display: inline-block;
	padding-top: 6px;
	margin: 3px 0;
	text-align: center;
}

.table-status .kennzeichen .done {
	color: #008a3b;
}

.table-status .kennzeichen .done:before {
	content: "\f00c";
}

.table-status .kennzeichen .aborted {
	color: #d90812;
}

.table-status .kennzeichen .aborted:before {
	content: "\f00d";
}

.table-status .kennzeichen .progress {
	color: #e1cd00;
}

.table-status .kennzeichen .progress:before {
	content: "\f021";
}

.table-status .prozess {
	width: 37.5%;
}

.table-status .termin {
	width: 25%;
}

.meter-reading-round-after {
	width: 15%;
	height: 40px;
	float: left;
	display: block;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;
}

fieldset.passwort {
	position: relative;
	top: 86px;
}

fieldset.kundennummer {
	position: relative;
	top: -86px;
}



.text,
.toggle-headline {
	color: #8a8a8a;
	font-size: 16px;
	display: block;
	margin-bottom: 0;
}

.sort-up,
.sort-down {
	cursor: pointer;
}

.sort-up:before,
.sort-down:before {
	font-family: "FontAwesome";
	display: inline-block;
}

.sort-down {
	margin-left: 5px;
}

.sort-up:before {
	content: "\f106";
}

.sort-up.filled:before {
	content: "\f0d8";
}

.sort-down:before {
	content: "\f107";
}

.sort-down.filled:before {
	content: "\f0d7";
}

.popup-information,
.popup-question {
	position: absolute;
	width: 100%;
	left: 0;
	background: #ffffff;
	border-radius: 0;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
	overflow: hidden;
	padding: 20px;
	padding-right: 40px;
	z-index: 120;
	margin-top: 10px;
}

.popup-information.popup-hidden,
.popup-question.popup-hidden {
	display: none;
}

.popup-information .popup-toggle,
.popup-question .popup-toggle {
	width: 25px;
	height: 25px;
	color: #555;
	position: absolute;
	background-color: #CCC;
	top: 0px;
	right: 0px;
	padding-top: 5px;
	text-align: center;
	cursor: pointer;
	font-size: 1em;
}

.popup-information p,
.popup-question p {
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	color: #787878;
	text-transform: none;
	margin: 0;
}

.popup-information a,
.popup-question a {
	font-weight: bold;
}

.popup-information strong,
.popup-question strong {
	font-weight: 600;
}

.popup-question {
	width: 360px;
	right: 0;
	left: auto;
	margin-top: 0;
	z-index: 130;
}

.question-toggle {
	display: none;
}

.nav .popup-information {
	width: 360px;
	margin-left: 20px;
	margin-top: 0;
}

.popup-question * {
	color: #0094ab;
}

.popup-question h2 {
	font-size: 20px;
}

.popup-question p.subheadline {
	font-size: 16px;
	color: #0094ab;
	margin-bottom: 10px;
}

.popup-question a {
	font-weight: normal;
}

.progress-wrapper {
	overflow: hidden;
	padding: 0px 0 20px;
}

.progress-item {
	display: block;
	float: left;
	padding: 5px 0;
	text-align: center;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	counter-increment: par-num;
}

.progress-item:before {
	content: counter(par-num, decimal) ". ";
}

.progress-item.selected {
	/* ASC background-color: #ff8d2f; */
}

.progress-item.last:after {
	content: '';
	/* ASC background: transparent url('../img/img-progress-after.png') 0 0 no-repeat; */
	width: 12px;
	height: 28px;
	position: absolute;
	right: 0;
	display: block;
	top: 0;
}

.progress-item span {
	color: #140043;
	font-weight: 600;
}

.progress-item span a {
	color: #fff;
}

.progress-item.done span,
.progress-item.done,
.progress-item.done:before {
	color: #ffffff;
                 background: #D0D0D0;
}

.progress-item.selected span,
.progress-item.selected,
.progress-item.selected:before {
	/* ASC color: #140043; */
}

.progress-list {
	border: 1px solid #cccccc;
	list-style-type: none;
	border-radius: 5px;
	padding: 0;
	margin: 0;
	text-align: justify;
	height: 30px;
	overflow: hidden;
}

.progress-list:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.pagination {
	margin-top: 16px;
}

.pagination-text {
	font-size: 14px;
	text-align: center;
}

.pagination-text a {
	text-decoration: underline;
}

.pagination .input-inline {
	border: 1px solid #cccccc;
	border-radius: 5px;
	width: 30px;
	height: 30px;
	text-align: center;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
	cursor: pointer;
	width: 16px;
	height: 16px;
}

.modal {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 900;
	display: none;
}

.modal.show {
	display: block;
}

.modal-shadow {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -100;
}

.modal-body {
	max-width: 650px;
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
	max-height: 100%;
	overflow: auto;
}

.modal-inner {
	padding: 20px;
	background: #ffffff;
	position: relative;
	border: 1px solid #cccccc;
}

.modal-close-button {
	width: 25px;
	height: 25px;
	color: #555555;
	position: absolute;
	background-color: #cccccc;
	top: 0px;
	right: 0px;
	padding-top: 4px;
	text-align: center;
	cursor: pointer;
	z-index: 910;
}

.modal h1,
.modal p {
	color: #8a8a8a;
}

.modal .button,
.modal .styled-radio .radio-label,
.styled-radio .modal .radio-label {
	float: left;
	width: 35%;
	margin-right: 15px;
	display: inline-block;
}

.question-toggle {
	background: #ff8d2f;
	color: #ffffff;
	padding: 5px 12px 4px 11px;
	border-radius: 5px;
	position: absolute;
	right: 0;
	font-weight: normal;
	top: -1px;
	font-size: 21px;
	cursor: pointer;
	z-index: 120;
}

.info-toggle.mobile-only,
.question-toggle.mobile-only {
	display: none;
}

.modal[data-modal-name="ablesehilfe"] p {
	max-width: 100%;
	overflow: auto;
}

.modal-iframe-calculator {
	border-style: none;
	width: 100%;
	height: 400px;
}

body {
	/* ASC background-color: #e7e5ec; */
	padding: 0;
	font-family: 'Bliss', Arial, sans-serif;
	color: #140043;
}

body.background-login {
	/* ASC background: #ffffff url('../img/bg-login.jpg') center 100px/cover no-repeat; */
	background-position:center 100px;
	background-size:cover;
	background-repeat:no-repeat;
}

@media all and (min-width: 481px) and (max-width: 768px) {

.inner-holder {
	padding-left: 20px;
	padding-right: 20px;
}

.pull-reset,
.headline,
.main-col,
.main-col.full-width,
.margin-col.full-width,
.login_form {
	right: 0;
}

.push-reset,
.main-col,
.margin-col,
.main-col.full-width,
.margin-col.full-width,
.button-wrapper,
.login_text {
	left: 0;
}

.show-desktop {
	display: none;
}

.show-tablet {
	display: block;
}

.row,
.fieldset-wrap,
.input-inline-wrapper,
.widget-row {
	margin-left: -20px;
}

.col,
.headline,
.main-col,
.margin-col,
.main-col.full-width,
.margin-col.full-width,
.back-to-top,
.button-wrapper,
.header_logo,
.nav_main,
.fieldset-wrap fieldset,
.login_form,
.login_text,
.two-third,
.one-third,
.widget-col-one,
.widget-col-two,
.widget.widget-2,
.widget.widget-3,
.dummy-widget,
.widget-archiv-select-group,
.widget-archiv-list,
.widget-archiv .column-long,
.widget-archiv .column-short,
.pagination {
	border-left-width: 20px;
	padding: 0 0px;
}

/* --- Gridpak variables ---*/

.t-span_1 {
	width: 16.66667%;
	border-left-width: 20px;
	padding: 0 0px;
	margin-left: 0;
}

.t-span_2 {
	width: 33.33333%;
	border-left-width: 20px;
	padding: 0 0px;
	margin-left: 0;
}

.t-span_3,
.login_form,
.login_text,
.widget.widget-radio {
	width: 50%;
	border-left-width: 20px;
	padding: 0 0px;
	margin-left: 0;
}

.t-span_4 {
	width: 66.66667%;
	border-left-width: 20px;
	padding: 0 0px;
	margin-left: 0;
}

.t-span_5 {
	width: 83.33333%;
	border-left-width: 20px;
	padding: 0 0px;
	margin-left: 0;
}

.t-span_6,
.headline,
.main-col,
.margin-col,
.main-col.full-width,
.margin-col.full-width,
.header {
	margin-left: 0;
	width: 100%;
}

.pull-t-1 {
	right: 16.66667%;
}

.push-t-1 {
	left: 16.66667%;
}

.pull-t-2 {
	right: 33.33333%;
}

.push-t-2 {
	left: 33.33333%;
}

.pull-t-3,
.login_form {
	right: 50%;
}

.push-t-3,
.login_text {
	left: 50%;
}

.pull-t-4 {
	right: 66.66667%;
}

.push-t-4 {
	left: 66.66667%;
}

.pull-t-5 {
	right: 83.33333%;
}

.push-t-5 {
	left: 83.33333%;
}

.pull-t-6 {
	right: 100%;
}

.push-t-6 {
	left: 100%;
}

.margin-col {
	margin-top: 0;
}

.header {
	padding: 15px 20px;
}

.nav_top {
	display: none;
}

.main-nav {
	padding: 0;
}

.shadow {
	top: 151px;
}

.form.error-frame {
	width: 75%;
}

.widget-archiv .archiv-list-column {
	padding: 10px 0;
}

.widget-ad.ad-tablet {
	display: block;
}

.widget_body.widget-ad-body {
	max-height: 160px;
}

.widget_body.widget-ad-body img {
	width: 100%;
}

.popup-question {
	width: 50%;
}

.progress-item:before {
	display: none;
}

}

@media all and (max-width: 1060px) {

.header.not-logged-in {
	margin-bottom: 0;
}



.shadow {
	top: 151px;
}

.widget-archiv .archiv-list-column {
	padding: 10px 0;
}

}

@media all and (max-width: 768px) {

.header_logo .logo-image {
	background-image: url('../img/img-logo-rhenag-2x.png');
}

.table-wrapper .checker-label:before {
	top: 0;
}

.table-wrapper .checker-label:after {
	content: 'Auswählen';
	vertical-align: middle;
}

.table-wrapper td:nth-of-type(1):before {
	content: attr(name);
}

.table-wrapper td:nth-of-type(2):before {
	content: attr(name);
}

.table-wrapper td:nth-of-type(3):before {
	content: attr(name);
}

.table-wrapper td:nth-of-type(4):before {
	content: attr(name);
}

.table-wrapper td:nth-of-type(5):before {
	content: attr(name);
}

.table-wrapper td:nth-of-type(6):before {
	content: attr(name);
}

.table-wrapper,
.table-wrapper thead,
.table-wrapper tbody,
.table-wrapper th,
.table-wrapper td,
.table-wrapper tr {
	display: block;
}

.table-wrapper tr {
	border-bottom: 1px solid #cccccc;
	padding: 20px 0 10px;
	margin-bottom: 2px;
	float: left;
	width: 100%;
}

.table-wrapper tr.sum {
	border: none;
}

.table-wrapper tr.sum td {
	display: none;
}

.table-wrapper tr.sum td.input-inline-wrapper {
	display: block;
	padding-top: 3px;
}

.table-wrapper .table-head {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.table-wrapper td {
	position: relative;
	display: block;
	padding-left: 50%;
	width: 100%;
	float: left;
}

.table-wrapper td.check-holder {
	padding: 0 0 50px;
}

.table-wrapper td.check-holder .checker {
	position: relative;
	float: none;
}

.table-wrapper td:before {
	position: absolute;
	left: 0;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
}

.table-wrapper td.input-inline-wrapper {
	margin-left: 0;
}

.table-wrapper td.input-inline-wrapper div:first-child {
	margin-left: -15px;
}

.table-wrapper td {
	position: relative;
	padding-left: 50%;
	min-height: 54px;
	display: block;
}

.table-wrapper td:before {
	width: 47%;
}

.table-verbrauch td {
	border: 0;
	float: left;
	width: 100% !important;
	min-height: 0;
	padding-left: 50%;
}

.table-verbrauch td:before {
	width: 100%;
	color: #140043;
}

.table-verbrauch .betrag > span {
	float: none;
}

.table-verbrauch .betrag {
	text-align: left;
}

.table-verbrauch .anzeige-verbrauch {
	background: none !important;
	margin: 0;
	padding: 0;
	height: auto;
	width: 100% !important;
	-webkit-filter: none;
	filter: none;
}

.table-verbrauch .anzeige-verbrauch span {
	color: #140043 !important;
}

.table-status td {
	border: 0;
	padding-left: 50%;
}

.table-status td:before {
	width: 100%;
}

.table-status .kennzeichen {
	text-align: left;
}

.widget-ad.ad-desktop {
	display: none;
}

.question-toggle {
	display: block;
}

.widget-questions {
	display: none;
}

.info-toggle.mobile-only,
.question-toggle.mobile-only {
	display: block;
}

}

@media all and (max-width: 530px) {

.inner-holder {
	padding-left: 0;
	padding-right: 0;
}

.pull-reset,
.headline,
.main-col,
.main-col.full-width,
.margin-col.full-width,
.login_form {
	right: 0;
}

.push-reset,
.main-col,
.margin-col,
.main-col.full-width,
.margin-col.full-width,
.button-wrapper,
.login_text {
	left: 0;
}

.show-desktop {
	display: none;
}

.show-mobile {
	display: block;
}

.hide-mobile {
	display: none !important;
}

.box-warning {
	margin-right: 20px;
	margin-left: 20px;
}

.box-warning > * {
	padding: 0 !important;
}

p.single-text {
	padding: 0 20px;
}

.headline.desktop h1 {
	padding-right: 40px;
}

.row,
.fieldset-wrap,
.input-inline-wrapper,
.widget-row {
	margin-left: -20px;
}

.col,
.headline,
.main-col,
.margin-col,
.main-col.full-width,
.margin-col.full-width,
.back-to-top,
.button-wrapper,
.header_logo,
.nav_main,
.fieldset-wrap fieldset,
.login_form,
.login_text,
.two-third,
.one-third,
.widget-col-one,
.widget-col-two,
.widget.widget-2,
.widget.widget-3,
.dummy-widget,
.widget-archiv-select-group,
.widget-archiv-list,
.widget-archiv .column-long,
.widget-archiv .column-short,
.pagination {
	border-left-width: 20px;
	padding: 0 0px;
}

/* --- Gridpak variables ---*/

/*
        Add your semantic classnames in alongside their corresponding spans here. e.g.

        .span_3,
        .my_semantic_class_name {
            ...
        }

        */

.m-span_1,
.button-wrapper {
	width: 50%;
	border-left-width: 20px;
	padding: 0 0px;
	margin-left: 0;
}

.m-span_2,
.headline,
.main-col,
.margin-col,
.main-col.full-width,
.margin-col.full-width,
.back-to-top,
.button-wrapper.full,
.header,
.nav_main,
.nav_main .nav-inner,
.fieldset-wrap fieldset,
.login_form,
.login_text,
.widget-col-one,
.widget-col-two,
.widget.widget-2,
.widget.widget-3,
.widget-archiv-select-group,
.widget-archiv .column-long {
	margin-left: 0;
	width: 100%;
}

.headline,
.header,
.login_text {
	padding-left: 20px!important;
	padding-right: 20px!important;
        width: 100% !important;
        padding-left: 20px!important;
        display: block!important;
}

.login_form {
    margin-top: 25px !important;
}

.main-col > p,
.main-col > form > p {
	padding-left: 20px;
	padding-right: 20px;
}

.margin-col {
	margin-top: 0;
}

.back-to-top {
	padding: 0 20px;
}

.button-wrapper.success > .button,
.styled-radio .button-wrapper.success > .radio-label {
	display: block;
}

.button-wrapper {
	padding-left: 20px;
	padding-right: 20px;
}

.header {
	padding-top: 15px;
	padding-bottom: 15px;
}



.widget_bars {
	position: static;
	margin-bottom: 20px;
}

.fieldset-wrap fieldset.info-text {
	position: static;
	padding-bottom: 0;
	margin-bottom: 25px;
}

fieldset textarea {
	min-height: 200px;
}

.form .styled-text.meter-reading-round {
	width: 75%;
}

.form-wrapper {
	padding-left: 20px;
	padding-right: 20px;
}

.form.error-frame {
	width: 100%;
}

.form {
	border-left: 0;
	border-right: 0;
}

.table-verbrauch {
	padding-left: 20px;
	padding-right: 20px;
}

.form-login-info {
	margin-left: 20px;
	margin-right: 20px;
}

.form-login-info .form-text {
	padding: 0;
}

.form-text {
	padding-left: 20px;
	padding-right: 20px;
}

.form-error {
	padding-left: 20px;
	padding-right: 20px;
}

.form-info-label {
	padding-left: 20px;
	padding-right: 20px;
}

.table-status {
	padding-left: 20px;
	padding-right: 20px;
}

.table-status .kennzeichen span {
	margin: 0;
}

.meter-reading-round-after {
	width: 25%;
}



.popup-information,
.popup-question {
	left: 0;
	right: 0;
	width: auto;
	margin-left: 0 !important;
}



.progress-wrapper {
	padding-left: 20px;
	padding-right: 20px;
}

.progress-item span {
	display: none;
}

.datepicker.dropdown-menu {
	left: 20px;
	right: 20px;
}

.modal {
	padding: 0 20px;
}

.modal-inner h1 {
	word-break: break-all;
}

.modal .button,
.modal .styled-radio .radio-label,
.styled-radio .modal .radio-label {
	width: 100%;
	display: block;
}

.question-toggle {
	right: 20px;
}

.modal-iframe-calculator {
	height: 500px;
}

body.background-login {
	background: #ffffff !important;
}

body {
	background-color: #e7e5ec;
}

}

@media all and (max-width: 480px) {
	.registration .two-third-dyn .widget-archiv-list {
		border-right-width:20px;
	}
	.registration table.mobile-wide td {
		display:block;
		padding-bottom:20px;
	}
}

/* cmsContent */
.background-login-cms {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.table {
    display: table;
    border-collapse:collapse;
    width: 100%;
}
.tr {
    display:table-row;
}
.td {
    display:table-cell;
    padding:5px;
}

.cls-1 {
    fill: #cce9ed;
}


.cls-2 {
    fill: #1b9fb4;
}

#edit, #contact, #contactData {
    transition:opacity 500ms ease-in-out;
}

.contact_box tr td:last-child {
    padding-left: 10px;
}

.loginContent {
    margin-top: 60px;
}

.login_text strong {
    color: #1b9fb4;
}

.login_form {
    display: table-cell;
}

.loginHead {
    background: #1b9fb4;
    width: 100%;
    text-align: center;
    color: white;
    padding-bottom: 5px;
}

.loginContent {
    margin-left: 15px;
}

.altLogin th {
    text-align: left;
}

@media all and (min-width: 481px) and (max-width: 768px) {
    .login_text {
        display: none !important;
    }
    .login_form {
        margin-top: 25px !important;
        margin-left: 0;
        width: 100% !important;
        right: 0 !important;
    }
}