@viewport {
    width: device-width;
    user-zoom: fixed;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Helvetica,Arial;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    background-color: #EEF2F3;
    font-size: 16px;
}

#AllContentWrap {
    width: 100%;
}

#HeaderWrap {
    background-color: #c2b3b3;
    width: 100%;
    height: 80px;
}

#HeaderWrap h2 {
    color: #ffffff;
}

#Layout {
    width: 100%;
}

#LogoPicture {
    position: relative;
    left: 0;
    width: 100%;
    max-width: 300px;
    margin: 3px auto;
}

#LogoPicture img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

#TopMenu {
    width: 100%;
    top: 0;
}

#TopWrap {
    height: 100%;
}

#TopMenuFixBkgrnd {
    height: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #29568b;
    border-radius: 8px 8px 0 0;
}

.Error, .Success {
    margin-top: 25px;
    font-style: italic;
    font-size: 12pt;
    text-align: center;
}

.Error {
    color: red;
}

.FlagWrap {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 10;
}

.PageHeader .FlagWrap {
    position: static;
}

.FlagWrap > a {
    display: inline-block;
    text-decoration: none;
}

.FlagWrap > a:not(:last-child) {
    margin-right: 10px;
}

.flag.selected {
    border-bottom: 2px solid #29568b;
}

.FlagWrap > .flag:not(:last-child) {
    margin-right: 10px;
}

.Success {
    color: green;
}

.ContentArea {
    border-radius: 0 0 8px 8px;
    /* min-height: 1000px;*/
    padding-bottom: 100px;
}

.ContentInnerWidth {
    position: relative;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 10px;
}

.ContentWidth {
    min-width: 300px;
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
}

.PageHeader {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #29568b;
    text-align: center;
    width: 100%;
    user-select: none;
}

.PageTitle {
    font-size: 1.5em;
    text-shadow: 2px 3px #f1e9e9;
}

.SectionContent {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
}

.SectionHeader {
    position: relative;
    text-align: center;
    margin: 15px 0;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 4px;
}

.HeadWrap {
    display: inline-block;
    vertical-align: middle;
}

.small {
    width: 10%;
}

.large {
    width: 80%;
}

.twofactor {
    font-size: 2em !important;
}

.password_strength {
    font-size: 0.8em;
    text-align: left;
    width: 90%;
    display: block;
    margin-left: 20px;
    margin-top: 10px;
}

.password_toggle {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 100;
}

.SelectionDone .SectionHeader {
    border: 1px solid rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1);
}

.SectionHeader.inactive {
    color: lightgrey;
    border-color: lightgrey;
}

.SectionSummary {
    padding-top: 10px;
}

.Button {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #d96d00;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    padding: 7px;
    border-radius: 15px;
    cursor: pointer;
    user-select: none;
}

.SectionSummary .Button {
    margin-top: 7px;
}

.UserLogin {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 450px;
    margin: 20px auto 0;
}

.UserLogin .input {
    width: 100%;
}

.UserLogin .Button {
    float: right;
    padding-left: 20px;
    padding-right: 20px;
}

.LoginBottom {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.SectionSummary .ButtonNext {
    float: right;
}

.StepIcon {
    position: relative;
}

.StepName {
    position: relative;
}

.StepNumber {
    float: left;
    padding: 0 10px;
    background-color: var(--colorBackgroundLight);
    color: rgba(0, 0, 0, 1);
    border-radius: 30px;
    display:none;
}

.StepIcon, .StepName, .StepNumber {
    vertical-align: middle;
}

.input {
    width: 450px;
}

.FormWidth {
    width: 450px;
}

#ErrorWrapper {
    width: 100%;
}

.RegistrationNote {
    width: 100%;
    text-align:center;
    font-size: 1.1em;
    margin:20px;
}

.ProductPrice {
    font-size: 0.8em;
}

.SectionWrapper.editable .Product {
    display: flex;
    justify-content: space-between;
    width: 90%;
    min-height: 110px;
    margin-right: 0;
    margin-left: 0;
    padding: 5px;
    color: rgba(0, 0, 0, 1);
    background-color: var(--colorBackgroundLight);
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 8px;
    cursor: default;
}

.SectionWrapper.editable .ProductLabel {
    max-width: 80%;
    border: 1px solid rgba(41, 86, 139, 1);
    padding: 4px;
    border-radius: 4px;
    align-self: flex-start;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.SectionWrapper.editable .left {
    position: relative;
    display: flex;
    min-width: 0;
    height: 100%;
    flex-basis: 80%;
    flex-flow: column nowrap;
    justify-content: space-between;
}

.right {
    flex-flow: column wrap;
    flex-basis: 20%;
    height: 100%;
    align-items: flex-end;
    justify-content: space-between;
    display: none;
}

.SectionWrapper.editable .right {
    display: flex;
}

.SectionWrapper.editable .ProductPrice {
    white-space: nowrap;
}

.SectionWrapper.editable .ChangeLabel {
    margin-right: 5px;
}

.ChangeSelection {
    display: none;
}

.SectionWrapper.editable .ChangeSelection {
    display: flex;
    align-items: center;
    padding: 2px;
    border: 1px solid;
    border-radius: 4px;
    box-shadow: 1px 1px;
    cursor: pointer;
}

.PriceInfo {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #b5b1b1;
    font-size: 0.8em;
}

.editable .PriceInfo {
    display: none;
}

.Product .ProductText {
    text-align: left;
    display: none;
    font-size: 0.8em;
}

.Product .ProductInfo {
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 20;
}

.editable .Product .ProductInfo {
    display: none;
    bottom: 5px;
    left: 5px;
    right: auto;
    font-size: 0.9em;
}

.editable .ProductText {
    display: inline;
}

.SectionHeader .IconLoading {
    float: right;
    color: black;
    display: none;
}

.SectionHeader.SectionLoading .IconLoading {
    display: inline;
}

.SectionHeader .IconFinished {
    float: right;
    padding: 2px;
    border: 1px solid rgba(0, 128, 0, 1);
    border-radius: 30px;
    display: none;
    color: rgba(0, 128, 0, 1);
}

.SelectionDone .IconFinished {
    border-color: rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1));
}

.SelectionDone .StepNumber {
    background-color: var(--colorBackgroundLight);
}

.SectionHeader.inactive .StepNumber {
    background-color: lightgrey;
}

.SectionWrapper.editable .IconFinished {
    display: inline;
}

.SectionWrapper .PseudoRelative {
    float: right;
    position: relative;
    height: 0;
    width: 0;
}

.Product {
    position: relative;
    width: 300px;
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 8px;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 1);
    margin: 15px;
    padding: 10px;
    background-color: var(--colorBackgroundLight);
    cursor: pointer;
}

.SelectionDone .SectionWrapper.editable .Product {
    background-color: var(--colorBackgroundLight);
    color: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, 1);
}

.Product:hover .ProductLabel {
    color: #d59532;
    transition: color 200ms;
}

.SectionWrapper.editable .Product:hover .ProductLabel {
    color: #29568b;
}

.SelectionDone .SectionWrapper.editable .Product .ProductLabel {
    color: rgba(0, 0, 0, 1);
    border: 1px solid rgba(41, 86, 139, 1);
}

.Product:empty {
    background-color: #fff;
    border: none;
    height: 0;
    cursor: default;
}

.SectionWrapper.editable .Product:empty,
.SectionHeader.inactive + .SectionContent .Product:empty {
    display: none;
}

.Product div {
    text-align: center;
}

.Product .ProductIcon {
    margin: 0 auto 5px;
    display: block;
}

.editable .ProductIcon {
    display: inline;
}

.SectionWrapper:not(.editable) .Product .ProductPrice {
    top: 0;
    right: 0;
}

.SelectionDone .SectionWrapper.editable .Product .ProductPrice {
    color: rgba(0, 0, 0, 1);
}

.WhiteBackGround {
    background-color: #ffffff;
}

.SectionWrapper.editable .ChangeSelection:hover {
    border-color: #d59532 !important;
    color: #d59532 !important;
    transition: all 200ms;
    box-shadow: none;
}

@media (max-width: 805px) {
    .Product:empty {
        display: none;
    }
}

#RegSummary {
    width: 100%;
}

#RegSummary td {
    padding: 8px;
    border-radius: 6px;
}

#RegSummary tr td:first-child {
    width: 80%;
}

#RegSummary tr td:last-child {
    width: 20%;
    min-width: 115px;
    text-align: right;
    font-size: 0.9em;
}

#RegSummary tr:not(:first-child) {
    background-color: #b8e3f3;
    color: #29568b;
}

#RegSummary tr:first-child td {
    background-color: #29568b;
    color: rgba(184, 227, 243, 1);
}

.ButtonWrapper {
    position: relative;
    margin: 15px auto 0;
    text-align: center;
}

.DiscountUntil {
    float: left;
    width: 70%;
    text-align: left;
}

.DiscountName {
    width: 30%;
    font-style: italic;
    float: right;
    text-align: right;
    position: relative;
    top: 3px;
}

#RegSummary tr:first-child .DiscountName {
    color: rgba(184, 227, 243, 1);
}

.PriceInfoVAT {
    font-size: .6em;
    text-align: right;
    margin-top: 5px;
}

.UserData {
     text-align: center;
    padding-bottom: 20px;
    background-color: #f8fcfd;
    border-radius: 20px;
}

.UserData input[type="radio"], .UserData input[type="checkbox"] {
    margin-bottom: 10px;
    margin-right: 5px;
}

.FormWidth {
    text-align: left;
    color: #29568b;
    margin: auto;
}

#Label-PayLater.disabled {
    color: lightgrey;
}

#PaymentOptions label {
    margin-right: 30px;
}

#AcceptWrapper {
    position: relative;
    box-sizing: content-box;
    margin: 15px auto;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 8px;
    font-weight: bold
}

#FinishRegistration {
    display: inline-block;
}

#Radio-DD {
    margin-top: 30px;
}

	.SelectionDone .SectionHeader {

}

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 8px;
    vertical-align: top;
}

span.InvalidField .input__label, .LoginFailed .input__label, .LoginFailed .input__label.input__label--effect {
    color: #ce5f5f;
}

span.ValidField .input__label {
    color: #0c9b23;
}

.MissingInput {
    position: absolute;
    color: #ce5f5f;
    font-style: italic;
    display: none;
}

.InvalidField .MissingInput {
    display: block;
}

#AcceptWrapper.InvalidField .MissingInput {
    position: static;
}

#ErrorWrapper {
    position: relative;
    padding: 15px;
    margin: auto;
    background-color: #29568b;
    color: #fff;
    font-size: 9pt;
    border-radius: 8px;
    text-align: center;
    display: none;
}

#ErrorWrapper.show {
    display: block;
}

#ErrorWrapper .ErrorIcon {
    position: absolute;
    left: 15px;
    top: 17px;
}

#ErrorWrapper .ErrorIconWrap {
    display: inline-block;
    min-width: 20px;
}

#ErrorWrapper .HideError {
    position: absolute;
    top: 3px;
    right: 4px;
    cursor: pointer;
}

#ErrorMessage {
    width: 100%;
}

#StatusIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: 7.5em;
    visibility: hidden;
}

#StatusIcon.show {
    visibility: visible;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #000;
    -webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #6a7989;
    font-weight: bold;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1em 0;
    width: 100%;
    text-align: center;
}

.input--effect {
    margin-top: 40px;
}

.input__field--effect {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    padding: 0 8px;
    width: 100%;
    height: 100%;
    background: transparent;
    text-align: center;
    font-size: 90%;
}

.input__label--effect {
    padding: 0;
    width: 100%;
    background: #e2e3e4;
    color: #b3abab;
    cursor: text;
}

.input--filled .input__label--effect {
    color: #29568b;
}

.input__label--effect::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: scale3d(0.97, 0.85, 1);
    transform: scale3d(0.97, 0.85, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__label-content--effect {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__field--effect:focus + .input__label--effect::before,
.input--filled .input__label--effect::before {
    -webkit-transform: scale3d(0.99, 0.95, 1);
    transform: scale3d(0.99, 0.95, 1);
}

.input__field--effect:focus + .input__label--effect,
.input--filled .input__label--effect {
    cursor: default;
    pointer-events: none;
}

.input__field--effect:focus + .input__label--effect .input__label-content--effect,
.input--filled .input__label-content--effect {
    -webkit-transform: translate3d(0, -3em, 0);
    transform: translate3d(0, -3em, 0);
}

.FormDivider {
    position: relative;
    width: 100%;
    height: 20px;
    border-bottom: 1px solid #cacccc;
    margin-top: 15px;
    text-align: center;
}

.FormSectionLabel {
    color: #cacccc;
    font-size: 0.8em;
    background-color: #f8fcfd;
    padding: 0 10px;
    position: absolute;
    left: 20%;
    top: 50%;
}

.LoginPageLink {
    display: block;
    text-align: left;
}

.Link {
    color: #29568b;
}

.Link:hover {
    color: #d96d00;
}

.ForgotWrapper {
    float: left;
    font-size: .7em;
}

.Button {
    position: relative;
}

.Button.loading {
    color: rgba(217, 109, 0, 0);
    background-color: rgba(217, 109, 0, 0.75);
    cursor: default;
}

.Button .fa-spinner {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    display: none;
}

.Button.loading .fa-spinner {
    display: inline;
}

.ModalWrapper {
    z-index: 999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

.ModalWrapper.PwReset #ModalActivate {
    display: none;
}

.ModalWrapper.PwReset #ModalTwoFactor {
    display: none;
}

.ModalWrapper.ActivateUser #ModalPwForgot {
    display: none;
}

.ModalWrapper.ActivateUser #ModalTwoFactor {
    display: none;
}

.ModalWrapper.Twofactor #ModalActivate {
    display: none;
}

.ModalWrapper.Twofactor #ModalPwForgot {
    display: none;
}

.Modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: rgba(37, 40, 43, 0.6);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ModalBox {
    z-index: 1000;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 420px;
    margin-top: 10vh;
    border-radius: 4px;
    background-color: white;
    min-width: 300px;
}

.ModalBox > i {
    position: absolute;
    right: 10px;
    top: 20px;
    color: #bdc4c9;
    cursor: pointer;
}

.ModalTitle {
    padding: 20px 50px 20px 20px;
    font-size: 1em;
    color: grey;
    border-bottom: 1px solid grey;
}

.ModalContent {
    display: flex;
    flex-direction: column;
    align-self: center;
    align-items: center;
    width: 90%;
    position: relative;
    padding-top: 20px;
    padding-bottom: 50px;
}

.ModalContent > p {
    color: grey;
    font-size: 0.8em;
}

.ModalContent .input {
    width: 100%;
}

.ModalContent .Button {
    align-self: flex-end;
    font-size: 0.9em;
}

.ttreg_content{
	max-width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
}

.ttreg_top_navigation_wrap{
  display: flex;
  flex: 1;
  align-items: center;
  flex-direction: row;
	justify-content: space-between;
  height: 50px;
}

.ttreg_top_navigation{
  padding: 15px 0;
	background-color: var(--colorBackgroundDark);
}

.ttreg_top_navigation img
{
    max-width: 180px;
    max-height: 30px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 5px;
}

.ttreg_header_link{
	padding: 5px 5px;
  color: var(--colorTopNavigationLink);
	text-decoration: none;
}

.ttreg_inner_content{
	    padding: 0 10%;
    margin: 0 auto;
}

.ttreg_menu_wrap{
	background-color: white;
}

.ttreg_menu_logo{
  width: 50%;
  text-align: center;
 }
 
.ttreg_main_menu_logo_link{
  height: 66px;
  display: block;
  margin: auto;
}

.ttreg_main_menu_logo_link > img{
  height: 100%;
}

.ttreg_menu_nav{
	background-color: var(--colorMainMenuBackground);
  width: 50%;
  height: 66px;
 }

.ttreg_menu_nav_link{
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  font-weight: bold;
  color: var(--colorMainMenuText);
  padding: 20px 20px;
}

#ttreg_main_wrap {
    width: 100%;
    padding-bottom: 30px;
}


.ttreg_main {
	padding-top: 30px;
	height:1200px;
}

.ttreg_summary {
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: var(--colorBackgroundLight);
}

.ttreg_payment_data_wrap {
	flex-wrap:wrap;
	justify-content: space-between;
}

.ttreg_payment_data {
	min-width: 350px;
  flex: auto;
  max-width: 49%;
 }

.ttreg_flag_literal
{
	display:none;
}
.ttreg_flag_flag
{
	display:inline;
}
.ttreg_header_flags
{
	display:flex;
}
.ttreg_product_position{
	display:none;
}
.ttreg_product_rows{
  display: flex;
  flex: 1;
  align-items: center;
  flex-direction: row;
	justify-content: space-between;
	margin-bottom: 1px;
}

.ttreg_product_row{
	min-width: 16.7%;
	margin-bottom: 5px;
}

.ttreg_product_row_next{
	display:none;
}

.ttreg_product_total_label{
	font-weight: bold;
	border-bottom: 1px solid;
}

.ttreg_product_row_label{
	font-weight: bold;
	border-bottom: 1px solid;
}

.ttreg_product_row_value{
	padding-right:10px;
}

.ttreg_product_header{
	font-size:0.9em;
	margin-bottom: 15px;
}

.ttreg_product_title{
	font-size:1.1em;
	font-weight: bold;
	margin-bottom: 15px;
}

.ttreg_product_description{
	font-size:0.9em;
	margin-bottom: 15px;
}

.ttreg_product_total{
	font-size:1em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}

.ttreg_product_footer{
	font-size:0.8em;
	margin-bottom: 15px;
}

.ttreg_product_detail_title{
	
}
.ttreg_product_detail_title_p{
	
}
.ttreg_product_details_wrap{
	
}
.ttreg_product_details_priceperunit{
	
}
.ttreg_product_details_quantity{
	
}
.ttreg_product_details_price_wrap{
	
}
.ttreg_product_details_price_net{
	
}
.ttreg_product_details_price_vat{
	
}
.ttreg_product_details_price_gross{
	
}
@media (max-width: 380px) {
		.ttreg_top_navigation img{
		  width: 90%;
		}

    .StepName {
        font-size: 1.1em;
        top: -2px;
    }

    .editable .ChangeSelection {
        font-size: 0.6em;
    }

    .DiscountName {
        font-size: 0.4em;
    }

    .DiscountUntil {
        font-size: 0.6em;
    }

    #RegSummary tr td:last-child {
        font-size: .6em;
        min-width: 75px;
    }

    .Product {
        height: 90px;
    }

    .editable .ProductIcon {
        display: none;
    }

    .ProductLabel {
        font-size: 0.8em;
    }

    .ProductPrice {
        font-size: 0.6em;
    }

    .MissingInput {
        font-size: .5em;
        bottom: -20px;
    }

    .PageTitle {
        font-size: 1.3em;
    }

    .ForgotWrapper {
        float: none;
    }

    .LoginPageLink {
        text-align: center;
    }

    .LoginBottom {
        flex-direction: column;
    }

    #LoginButton {
        order: 1;
        margin: 10px 0;
    }

    .ForgotWrapper {
        order: 2;
    }
}

@media (min-width: 381px) and (max-width: 667px) {
		.ttreg_top_navigation img{
		  width: 90%;
		}
    .StepName {
        font-size: 1.3em;
        top: -1px;
    }

    .editable .ChangeSelection {
        font-size: 0.6em;
    }

    .DiscountName {
        font-size: 0.4em;
    }

    .DiscountUntil {
        font-size: 0.8em;
    }

    .Product {
        height: 100px;
    }

    .ProductLabel {
        font-size: 0.9em;
    }

    .MissingInput {
        font-size: .6em;
        bottom: -18px;
    }
}

@media (max-width: 875px) {
	
	.ttreg_product_position{
		display:block;
		font-weight: bold;
		font-size: 1.0em;
		margin-bottom: 5px;
		margin-top: 15px;
	}
	
.ttreg_product_row_wrapper{
	display: flex;
	justify-content:space-between;
}

.ttreg_product_row_small_line{
	border-bottom: 1px solid;
	
}

.ttreg_product_row_label{
	font-weight: normal;
	border-bottom: 0px;
}
	.ttreg_product_row_next{
		display:block;
	}
	.ttreg_product_rows{
	  align-items: normal;
	  flex-direction: column;
	}
}

@media (max-width: 667px) {
		.ttreg_top_navigation_wrap{
		  flex-direction: column;
     font-size: 0.8em;
		}
		
		.ttreg_flag_literal
		{
			display:inline;
		}
		.ttreg_flag_flag
		{
			display:none;
		}
		
		.ttreg_top_navigation img
		{
		    margin-left: 10px;
		    margin-right: 10px;
		}
		
		.ttreg_top_navigation div
		{
		    margin-bottom: 10px;
		}

    body {
        background: none;
    }

    .ContentWidth {
        width: 100%;
    }

    .TopMargin {
        margin-top: 0;
    }

    .StepIcon, .StepNumber {
        font-size: 1em;
    }

    .input {
        width: 90%;
    }

    .FormWidth {
        width: 90%;
    }

    #Label-Bill {
        display: block;
    }

    #TopMenuFixBkgrnd > .FlagWrap {
        display: none;
    }

    .PageHeader.registration {
        justify-content: space-between;
    }

    .input.dummy {
        display: none;
    }

    .Product .ProductText {
        display: none;
    }

    .editable .Product .ProductInfo {
        display: inline;
    }
}

@media (min-width: 668px) {

   .editable .ChangeSelection {
        font-size: 0.7em;
    }

    .ContentWidth {
        width: 90%;
    }

    .DiscountName {
        font-size: 0.7em;
    }

    .DiscountUntil {
        font-size: 1em;
    }

    .Product {
        min-height: 110px;
    }

    .TopMargin {
        margin-top: 20px;
    }

    .StepIcon, .StepName, .StepNumber {
        font-size: 1.5em;
    }

    .input {
        width: 45%;
    }

    .FormWidth {
        width: 92%;
    }

    .MissingInput {
        font-size: 0.5em;
    }

    .PageHeader .FlagWrap {
        display: none;
    }

    #TopMenuFixBkgrnd > .FlagWrap {
        display: inline-block;
    }

    .dummy {
        visibility: hidden;
    }
}

@media (min-width: 668px) and (max-width: 799px) {
    .MissingInput {
        font-size: 0.5em;
        bottom: -20px;
    }
}

@media (min-width: 800px) and (max-width: 999px) {
    .MissingInput {
        font-size: 0.6em;
        bottom: -18px;
    }
}

@media (min-width: 1000px) {
    .MissingInput {
        font-size: 0.7em;
        bottom: -20px;
    }
}


@media (max-width: 1056px) {
.ttreg_payment_data {
  max-width: 100%;
}
}
/* FLEXBOX DEFINITIONS */

.flexBox {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20 */
}

.flexSpaceAround{
	-webkit-justify-content:space-around;
	-moz-justify-content:space-around;
	-ms-justify-content:space-around;
	justify-content:space-around;
}

.flexSpaceBetween{
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;	
}

.flexSpaceEvenly{
	-webkit-justify-content:space-evenly;
	-moz-justify-content:space-evenly;
	-ms-justify-content:space-evenly;
	justify-content:space-evenly;	
}

.flexJustifyStart {
	justify-content:flex-start;
}

.flexJustifyContentEnd{
	justify-content:flex-end;
}
.flexCenter{
	-webkit-justify-content:center;
	-moz-justify-content:center;
	-ms-justify-content:center;
	justify-content:center;
}

.flexAlignItemsCenter{
  -webkit-align-items:center;
  -moz-align-items:center;
  -ms-align-items:center;
  align-items:center;
}

.flexAlignItemsFlexStart{
  -webkit-align-items:flex-start;
  -moz-align-items:flex-start;
  -ms-align-items:flex-start;
  align-items:flex-start;
}

.flexAlignItemsFlexEnd{
  -webkit-align-items:flex-end;
  -moz-align-items:flex-end;
  -ms-align-items:flex-end;
  align-items:flex-end;
}

.flexWrap {
	flex-wrap:wrap;
}

.flexDirectionColumn {
	flex-direction: column;
}

.flexDirectionRow {
	flex-direction: row;
}

:root {
    --colorTopNavigation: #17304b;
    --colorMainMenuBackground: #EBEBEB;
    --colorMainMenuActive: #E70A00;
    --colorMainMenuText: #474747;
    --colorButtonsAndLinks: #E80A00;
    --colorTopNavigationLink: #ffffff;
    --colorTopNavigationButtonLink: #ffffff;
    --colorCTAButtonLink: #ffffff;
    --colorTextBackgroundLight: #EBEBEB;
    --colorTextWithBgDark: #474747;
    --colorTextBackgroundDark: #17304b;
    --colorTextWithBgLight: #ffffff;
    --colorBackgroundDark: #17304b;
/*    --colorBackgroundLight: rgba(184, 227, 243, 1);*/
    --colorBackgroundLight: #EBEBEB;
}
