@import url("reset.css");
@import url("generic.css");

input.text
{
  border: 1px solid #6c6e6d;
}

.actual-content, div.progress-bar
{
  width: 700px;
}

.content.small .actual-content, .content.small div.progress-bar
{
  width: 500px;
  margin-left: 200px;
}

#shop-subnavigation
{
  float: left;
  width: 190px;
  margin-right: 10px;
  margin-left: -5px;
  font-size: 11px;
}

#shop-subnavigation h1
{
  margin: 0;
  margin-bottom: 1px;
  padding: 5px;
  padding-left: 20px;
  background-color: #f3f3f1;
  font-weight: bold;
  font-size: 14px;
}

#shop-subnavigation a
{
  color: #353d3f;
}

#shop-subnavigation li.active a
{
  color: #c30a37;
  font-weight: bold;
}

#shop-subnavigation > ul > li
{
  margin: 1px 0;
  padding: 5px;
  padding-left: 20px;
  background: #f3f3f1 url(../images/arrow-grey.png) no-repeat 5px 7px;
}

#shop-subnavigation > ul > li.active
{
  background: #f3f3f1 url(../images/arrow-red.png) no-repeat 5px 7px;
}

#shop-subnavigation .subnavi .sub li,
#shop-subnavigation .subnavi .sub a
{
  font-weight: normal;
  color: #353D3F;
}

#shop-subnavigation .subnavi .sub li.active a
{
  color: #c30a37;
}

.button-helper a,
.shop div.register div.button a.button,
.shop div.anonymous div.button a.button
{
  background-color: #c30a37;
  padding: 3px 20px 3px 20px;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  overflow: visible;
  color: white;
  font-weight: bold;
  border: none;
  cursor: pointer;
  text-align: left;
  letter-spacing: 1px;
  margin: 0px;
  display: block;
  max-width: 270px;
  text-decoration: none;
}

.shop .order_overview-content-table
{
  margin-bottom: 20px;
}

.shop .cart-content-table
{
  margin: 10px 0;
}

.shop table.cart
{
  width: 100%;
  margin: 1em 0;
  border-spacing: 0;
  -webkit-box-shadow:  0px 0px 8px 1px rgba(0, 0, 0, 0.2);
  box-shadow:  0px 0px 8px 1px rgba(0, 0, 0, 0.2);
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.Shadow(Color=#ebebeb, Strength=5, Direction=0),
          progid:DXImageTransform.Microsoft.Shadow(Color=#ebebeb, Strength=5, Direction=90),
          progid:DXImageTransform.Microsoft.Shadow(Color=#ebebeb, Strength=5, Direction=180),
          progid:DXImageTransform.Microsoft.Shadow(Color=#ebebeb, Strength=5, Direction=270);
}

.shop table.cart td, .shop table.cart th
{
  padding: 6px;
}

.shop table.cart thead tr,
.shop .order_details table.cart th
{
  background: #f2f2f2; /* Old browsers */
  background: -moz-linear-gradient(top,  #f2f2f2 0%, #e2e2e2 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f2f2f2 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f2f2f2 0%,#e2e2e2 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f2f2f2 0%,#e2e2e2 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f2f2f2 0%,#e2e2e2 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}

.shop table.cart thead th,
.shop .order_details table.cart th
{
  border-style: solid;
  border-color: white;
  border-width: 0 0 1px 1px;
  font-weight: bold;
}

.shop table.cart thead .cart_options
{
  border-left: 0;
}

.shop table.cart tbody
{
  background-color: #f3f3f1;
}

.shop table.cart tbody td
{
  border-style: solid;
  border-color: #d7d7d9;
  border-width: 0 0 1px 1px;
}

.shop table.cart tbody td.actions
{
  border-left: 0;
}

.shop table.cart tbody tr.total td, .shop table.cart tbody tr.total th,
.shop table.cart tbody tr.mwst td
{
  border: 0;
}

.shop table.cart tbody tr.total th
{
  border-left: 1px solid #d7d7d9;
}

.shop table.cart tbody tr.mwst td
{
  border-left: 1px solid #d7d7d9;
  border-bottom: 1px solid #d7d7d9;
}

.shop table.cart tbody tr.mwst td+td
{
  border-left: 0;
}

.shop table.cart tbody .actions a.modify
{
  background-image: url(../images/icon_aendern.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding-left: 20px;
  color: #353d3f;
}

.shop table.cart tbody .actions a.remove
{
  background-image: url(../images/icon_loeschen.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding-left: 20px;
  color: #353d3f;
}

.shop table.cart tbody .mwst
{
  color: #999999;
}

.shop table.cart tbody #order-sum-total,
.shop table.cart tbody tr.total th
{
  font-weight: bold;
}

div.cart-content > div.actions
{
  margin-top: 40px;
  border-top: 1px solid #cacacc;
}

div.actual-content div.content-section
{
  border-bottom: 1px solid #cacacc;
}

#shop-user-panel
{
  float: right;
  width: 210px;
}

#shop-user-panel .container,
.news-feed
{
  -webkit-box-shadow:  0px 2px 6px 1px rgba(0, 0, 0, 0.15);
  box-shadow:  0px 2px 6px 1px rgba(0, 0, 0, 0.15);
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.Shadow(Color=#ebebeb, Strength=5, Direction=0),
          progid:DXImageTransform.Microsoft.Shadow(Color=#ebebeb, Strength=5, Direction=90),
          progid:DXImageTransform.Microsoft.Shadow(Color=#ebebeb, Strength=5, Direction=180),
          progid:DXImageTransform.Microsoft.Shadow(Color=#ebebeb, Strength=5, Direction=270);
  background-color: #f39200;
  background-image: none !important;
  border: 0 !important;
  padding: 10px;
  margin: 0 0 10px;
  height: auto !important;
  color: #242424;
}

#shop-user-panel .container h2 {
  color: #242424;
}

#shop-user-panel .container h2
{
  border-bottom: 1px solid #cacacc;
  font-size: 12px;
  font-weight: bold;
}

#shop-user-panel .cart .button-container {
    display: block;
    color: #353d3f;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-right: 20px;
    height: 16px;
    line-height: 16px;
    margin: 5px 0;
    text-align: right;
    clear: both;
}

.shop div.payment_data div.payment-method-delete-button,
.shop div.payment_data div.payment-method-open-button {
    display: block;
    color: #353d3f;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin: 5px 0;
    text-align: right;
    clear: both;
}

#shop-user-panel .article-count
{
  float: left;
}

#shop-user-panel .article-total
{
  float: right;
  display: block;
}

#shop-user-panel .article-total span.vat
{
  display: block;
  color: #353d3f;
}

#shop-user-panel #signin_username, #shop-user-panel #signin_password
{
  width: 180px;
}

#shop-user-panel .login .password
{
  float: right;
  text-align: right;
}

#shop-user-panel .login .button-container
{
  margin: 10px 0;
}

.shop div.login .button-container
{
  background-image: none !important;
}

.shop div.login input
{
  width: 180px;
}

#shop-user-panel .login .password a,
.container.user_authenticated .login .link-list a
{
  display: block;
  color: #353d3f;
  font-weight: bold;
  background-image: url(../images/arrow-grey-big.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding-right: 20px;
  height:16px;
  line-height: 16px;
  margin: 5px 0;
}

#shop-user-panel .login .password br
{
  display: none;
}

.container.user_authenticated .login .link-list a
{
  text-align: right;
}

a.button, button.button, input.button, .btn {
    background-color: #c30a37;
    padding: 3px 20px 3px 20px;
    line-height: 18px;
    font-size: 11px;
    overflow: visible;
    color: white;
    font-weight: bold;
    border: none;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1px;
    margin: 0px;
    display: block;
    max-width: 230px;
}

a.button:after, button.button:after, input.button:after, .btn:after  {
    content: "\2192";
    margin: 0 0.5rem;
}

#shop-user-panel .contact hr
{
  border-bottom: 1px solid #CACACC;
  border-style: none none solid;
  border-width: 0 0 1px;
  display: block;
  height: 1px;
}

.shop .right, .shop .left
{
  width: auto !important;
}

.shop .right .button-helper, .shop .left .button-helper
{
  margin: 15px 0;
}

.shop #order_overview_customer_address_payment
{
  overflow: hidden;
  position: relative;
}

#order_overview_customer_address_payment .left,
#order_overview_customer_address_payment .right
{
  width: 48% !important;
}

.shop #order_overview_customer_payment
{
  position: absolute;
  top: 0;
  right: 0;
}

.shop #order_overview_customer_contract_address
{
  float: left;
  width: 90%;
}

.shop #order_overview_customer_distribution_payment
{
  clear: right;
  padding-top: 20px;
}

.shop div.order_overview-content hr
{
  background-color: #E0E1E2;
  border: 0 none;
  color: #E0E1E2;
  height: 1px;
}

.shop div.login
{
  background: none;
  border: 0;
  height: auto;
  padding: 0;
}

.shop div.login > div.cell > label
{
  width: 120px;
  display: inline-block;
}

.shop div.groupbox > div.cell
{
  height: 40px !important;
}

.shop div.groupbox a
{
  color: #353d3f;
  text-decoration: underline;
}

.loginForm h2
{
  color: #353d3f;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #cacacc;
  height: 25px;
}

#customer_register_link
{
  text-decoration: none;
}

.shop .content-section,
.shop div.payment_data > div.payment-method
{
  overflow: hidden;
}

.shop .content-section .data-display.personal-data-1
{
  float: left;
  width: 350px;
}

.shop .content-section .data-display.personal-data-2
{
  float: right;
  width: 350px;
}

.shop .content-section h1.payment
{
  clear: both;
}

.shop .content-section .presentation-block > div.field
{
  display: inline-block;
  margin-right: 18px;
  height: 40px;
  width: 329px;
}

.shop .content-section .personal-data-other div.semesterticket_matriculation_number
{
  display: none;
}

.shop .content-section div.personal-data-3 > div.field:first-child
{
  display: block;
}

.shop .content-section .presentation-block.delivery-1 > div.field:last-child,
.shop .content-section .presentation-block.delivery-2 > div.field:nth-child(3)
{
  display: none;
}

.shop div.field > span.optional
{
  display: none;
}

div.presentation-block input[type="text"],
div.presentation-block input[type="password"],
div.presentation-block input[type="tel"],
div.presentation-block input[type="email"]
{
    width: 200px;
}

div.presentation-block .date-part
{
    width: 59px;
}

div.presentation-block .date-part.days
{
    margin-left: 1px;
}

div.presentation-block select {
    width: 208px;
}

div.presentation-block select.date-part.days {
    width: 45px;
}

div.presentation-block select.date-part.months {
    width: 94px;
}

div.presentation-block select.date-part.years {
    width: 63px;
}

div.presentation-block div.field > label, div.presentation-block div.field > .labels {
    padding-top: 5px;
    vertical-align: top;
    width: 120px;
}

div.presentation-block div.field > label, div.presentation-block.personal-data-3 div.field > .labels {
  padding-top: 0;
}

div.presentation-block div.field > label, div.presentation-block div.field > .labels {
    display: inline-block;
    float: none;
}

div.presentation-block div.field > div.field-widget {
    display: block;
    margin-bottom: 2px;
}

#home-header
{
  width: 690px;
  height: 320px;
  overflow: hidden;
  margin-bottom: 15px;
}

#home-header .header-left
{
  width: 70%;
  height: 100%;
  float: left;
  background: url(../images/header_home.png) no-repeat ;
  background-size: contain;
}

#home-header .header-right
{
    width: 25%;
    height: 100%;
    margin: 20px 5px;
    float: right;
}

#home-header .button-helper
{
    margin-top: 30px;
}

#home-steps
{
  width: 690px;
}

#home-steps h3
{
  font-weight: normal;
  margin-top: 30px;
}

#home-steps ul
{
  font-weight: bold;
}

#home-steps a,
.news-feed a
{
    background-image: url("../images/arrow-grey-big.png");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding-right: 20px;
    font-weight: bold;
    color: #535353;
    padding-bottom: 5px;
    padding-top: 5px;    
}

.news-feed
{
    margin-left: -10px;
    margin-top: 1em;
    width: 680px;
}

.news-item
{
    border-top: 1px solid #CACACC;
    padding-top: 1em;
}

h2 + .news-item,
h1 + .news-item,
.news-item:first-child
{
    border-top: none;
    padding-top: 0;
}

#shop-process-overlay
{
    z-index:10000000000;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background:#000;
    opacity:0.45;
    -moz-opacity:0.45;
    filter:alpha(opacity=45);
}

#shop-process-overlay div#shop-process-overlay-center
{
    width: 700px;
    position: relative;
    top: 235px;
    text-align: center;
    left: -105px;
    margin: 0 auto;
    color: white;
}

#shop-process-overlay h1, #shop-process-overlay h2
{
  color: white;
  font-weight: bold;
}

div.actual-content form#ticket_options div.options {
  border-top: 1px solid #CACACC;
  padding-top: 15px;
  overflow: hidden;
}

div.actual-content form#ticket_options div.price {
  border-bottom: 1px solid #CACACC;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0px;
}

div.actual-content form#ticket_options div.price span.key {
  margin-right: 72px;
}

.shop .content-section input,
.shop .content-section select
{
  border-color: #6c6e6d;
}

.shop div#order_overview_customer_address > div.dedicated-clear,
.shop div#order_overview_customer_distribution_payment > div.dedicated-clear,
.shop div.payment_data > div.payment-method-block
{
  clear: left;
}

.shop div.order_confirmation > div.printticket-download img
{
  float: right;
}

.shop div.order_confirmation_cart-content > table.cart
{
  width: 700px;
}

.shop div.payment-method-description
{
  width: 550px;
}

.shop div.payment-method-description img.payment-method-logo, img.eos-payment-method-logo
{
  margin-top: 10px;
  margin-right: 20px;
  height:  30px;
}

.shop div.payment-method-description > div.dedicated-clear
{ 
  clear: none;
}

.shop div.payment-method-description > h2, .payment-method-block > h2
{
  margin: 6px 0;
  color: #353d40;
  font-size: 14px;
  font-weight: bold;
}

div.actual-content div.content-section {
  border: 0;
}

.shop div.payment-method-description > p
{
  margin-bottom: 10px;
}

.shop div.payment-method-description > div.payment-method-logo-wrapper
{
  float: left;
  width: 110px;
}

.shop div.payment_data div.payment-method-select-button > input
{
  padding-right: 18px;
  margin: 5px 0;
  padding-top: 3px;
  padding-bottom: 3px;
  float: right;
}

.shop div.order_overview-content > form > div.dedicated-clear
{
  display: none;
}

#order_overview_customer_address_payment p
{
  margin: 1em 0;
}

div.cms-content-befor-tabs li
{
  list-style: disc inside none;
}

#password_request_backlink,
.password_request-content a.button
{
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.order-overview-ticket-contingent {
  margin: 1em 0;
}

.order-overview-ticket-contingent h3 {
  margin-bottom: 0.5em;
}

#oepnv_customer_db_birthday_day, #major_customer_registration_birthday_day {
  width: 50px;
}
#oepnv_customer_db_birthday_month, #major_customer_registration_birthday_month {
  width: 50px;
}
#oepnv_customer_db_birthday_year, #major_customer_registration_birthday_year {
  width: 78px;
}

.eos-cookie-banner {
  width: 100%;
  position: fixed;
  bottom: 0;
}

.eos-cookie-banner .message-info-box {
  display: block;
  width: 100%;
  background: #f3f3f1;
  padding: 10px;
}

.content-wrapper {
    border: 1px solid #c0c2c4;
    box-sizing: border-box;
    padding: 4%;
    width: 100%;
    margin-top: 1em;
}

.shop .content-section form[name=major_customer_form] .presentation-block > div.field
{
    height: 4%;
    width: 100%;
}

div.major-customer div.field-widget {
    margin-left: 1%;
    width: 65%;
}

div.major-customer .field-widget input, div.major-customer .field-widget select, div.major-customer .field-widget textarea {
    box-sizing: border-box;
    color: inherit;
    font-size: inherit;
    margin: 0;
    width: 100%;
}

div.major-customer .field-widget>input+input {
    margin-left: 4%;
}

div.major-customer div.field > label, div.major-customer div.field > .labels {
    min-width: 12.18em;
    width: 20%;
}

#major_customer_form_birthday_day, #major_customer_form_birthday_month, #major_customer_form_birthday_year {
    width: 30%;
    display: inline;
}
div.major-customer div.field > span.optional{
    display: inline-block;
}
#major_customer_form_birthday_month, #major_customer_form_birthday_year {
    margin-left: 4%;
}
#major_customer_form_street, #major_customer_form_invoiceStreet
{
    width: 72%;
}
 #major_customer_form_streetNumber, #major_customer_form_invoiceStreetNumber
{
     width: 23%;
     display: inline;
}
#major_customer_form_postalCode, #major_customer_form_invoicePostalCode{
    width: 23%;
}
#major_customer_form_city, #major_customer_form_invoiceCity {
    width: 72%;
    display: inline;
}
div.major-customer .customer_consent_sepa .field-widget input {
    margin-left: 0;
    margin-right: 1em;
    vertical-align: top;
    width: auto;
    margin-top: 3px;
}

div.major-customer .customer_consent_sepa .field-widget label {
    display: inline-block;
    width: 100%;
    max-width: 85%;
}

.flash-container
{
    padding-top: 33px;
}
.flash-message {
    padding: 12px 16px;
    margin: 10px 0;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.flash-message[data-type="success"] {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.flash-message[data-type="error"] {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.flash-message br {
    display: block;
    margin-top: 6px;
}

#group-basic-configuration a {
    background-color: #c30a37;
    padding: 6px 20px 5px 20px;
    line-height: 18px;
    font-size: 11px;
    overflow: visible;
    color: white;
    font-weight: bold;
    border: none;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1px;
    margin: 0px;
    max-width: 180px;
}
.employeeGroupTicketBudgetField > span.euroSign {
    margin-top: 0.3em;
}
.employeeGroupTicketBudgetAddBox  > span.euroSign {
    margin-top: 0.3em;
}

#employee_group_standard {
    vertical-align: middle;
}
form[name="major_customer_form"] div.presentation-block div.field > div.field-widget {
    display: inline-block;
}
.order-history-pagination > .btn {
    display: inline-block;
    width: 20px;
    margin-left: 3px;
}
