/*
* Theme Name:   Naspa
 * Version:     1.0
 * Author:      ©2017 MEHRWERK Werbeagentur GmbH
 * Author Name: Alexander Wetzler
 * Author URI:  http://mehrwerk-plus.de/
**/

/*----------------------------------------------------------------------------*/
/* TYPOGRAFIE & NORMALIZE */
/*----------------------------------------------------------------------------*/
body {
  font-family: "Sparkasse Web", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  background-color: #fff;
  overflow-x: hidden;
}

.video-embed iframe {
  width: 100%;
  height: 250px;
}

::selection {
  background: #EE0000;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: "Sparkasse Web", sans-serif;
}

h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
  color: #ff0000;
}

p,
.ce-bodytext {
  margin: 0 0 2em;
  max-width: 45rem;
}

table,
th,
td {
  outline: none;
}

fieldset {
  border: none;
}

.accordion .ce-textpic {
  display: none;
}

.accordion .ce-bodytext {
  margin-bottom: 0;
  background: #fff;
  max-width: none;
  padding: 10px;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.btn {
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

strong,
b {
  color: #ff0000;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus {
  outline: none;
  outline-offset: 0;
  text-decoration: none;
}

.nav.navbar-nav {
  margin: 0;
}

#services,
#aktuell-container,
.grey {
  padding: 30px 0;
}

.young#services,
.Vorteils-Shop#services {
  padding-bottom: 0;
}

/* NORMALIZE */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

a {
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  color: #EE0000;
}

a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ol {
  padding-left: 15px;
}

b,
strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

.wrapper {
  width: 100%;
  max-width: 1044px;
  height: auto;
  margin: 0 auto;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1044px;
  margin: 0 auto;
  height: 100%;
}

.z-index {
  z-index: 1;
}

header {
  position: relative;
  z-index: 999;
}

.header {
  height: 230px;
}

.nopadding {
  padding-right: 0;
}

iframe {
  border: none;
  width: 100%;
  overflow-x: hidden;
}

/*-----------------------------*/
/* IOS fix */
/*-----------------------------*/
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
button[type="button"],
input[type="button"],
button[type="submit"],
input[type="submit"] {
  -webkit-writing-mode: horizontal-tb;
  -webkit-appearance: none !important;
  border-radius: 0 !important;
}

#Ticket-Shop-content iframe {
  height: 1400px;
  width: 765px;
  margin: 0 auto;
  display: block;
}

/*--------------------------------------------------------------
Preloader
--------------------------------------------------------------*/
.preloader {
  background: none repeat scroll 0 0 #fff;
  height: 100%;
  opacity: 1;
  position: fixed;
  text-align: center;
  transition: all 0.2s ease 0s;
  width: 100%;
  z-index: 9999;
}

.preloader .spinner {
  height: 30px;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  position: relative;
  top: 50%;
  width: 30px;
}

.preloader .pre-bounce1,
.preloader .pre-bounce2 {
  -webkit-animation: 2s ease 0s normal none infinite bounce;
  animation: 2s ease 0s normal none infinite bounce;
  background-image: url(../img/spinner_bounde.jpg);
  background-color: #ff0000;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.preloader .pre-bounce2 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/*----------------------------------------------------------------------------*/
/* HOME CSS */
/*----------------------------------------------------------------------------*/
.light {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 25%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 25%,
    rgba(125, 185, 232, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 25%,
    rgba(125, 185, 232, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

.logo .logotype {
  padding-top: 35px;
  margin-left: 50px;
  display: block;
}

.logo a {
  font-weight: 700;
  font-size: 18px;
}

.logo a span {
  font-weight: 600;
}

.toolbarTeaser,
.caption {
  position: absolute;
  font-size: 16px;
  padding: 20px;
  left: 0;
  bottom: 1.75em;
  max-width: 500px;
  text-align: left;
  z-index: 15;
  font-weight: 300;
  color: #fff;
  background: #EE0000;
}

#home .caption {
  overflow: hidden;
  box-shadow: 0px 0px 20px #00000044;
  max-width: 840px;
  color: #333;
}

#home .homeTeaser {
  padding-right: 400px;
}

#home .homeTeaser .textContent {
  background: #fff;
  padding: 20px 30px;
  position: relative;
  z-index: 2;
  max-width: 400px;
  width: 400px;
}

.toolbarTeaser {
  background: #fff;
  color: inherit;
  left: 500px;
  right: 0;
  max-width: 370px;
}

.toolbarTeaser.start {
  height: 241px;
}

.toolbarTeaser > * {
  z-index: 2;
  position: relative;
}

.toolbarTeaser .teaserBG {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/fileadmin/toolbar_teaser.jpg");
  background-size: 250%;
  background-position: -541px -22px;
  z-index: 1;
  opacity: 0.15;
}

#home .teaserBG {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/fileadmin/user_upload/Hero/Naspa_Regio_Cashback_Banner_Startseite_Bild.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1);
  z-index: 1;
}

#home .teaserAppBG {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/fileadmin/app_teaser.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1);
  z-index: 1;
}

.toolbarTeaser h3,
.caption h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  margin: 10px 0;
  margin-bottom: 15px;
}

#home .caption h3 {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
  margin-bottom: 5px;
}

#home .caption h1 {
  color: #EE0000;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
}

.toolbarTeaser h3 {
  color: #EE0000;
}

.toolbarTeaser h3 b {
  font-size: 0.8em;
}

.caption .ce-bodytext {
}

.caption figure.video {
  width: 460px;
}

.caption .ce-bodytext ul li {
  position: relative;
}

.caption .ce-bodytext ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  top: 9px;
  background-color: #fff;
}

.caption a {
  color: #fff;
}

.caption p {
  font-weight: 200;
}

.register a,
.magazin-link {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  display: block;
  float: left;
}

.register a:hover {
  background-color: inherit;
  color: inherit;
}

.register a:before,
.magazin-link:before {
  width: 32px;
  height: 32px;
  float: right;
  font-size: 16px;
  line-height: 1.3em;
  text-indent: 2px;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 5px;
  margin-left: 20px;
}

.magazin-link:before {
  margin-left: 10px;
}

.magazin-link {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4em;
  margin-top: 15px;
}

.magazin-link:hover:before {
  background-color: #fff;
  color: #EE0000;
}

/**
#home,
#shops,
#Aktuelles,
#Reise-Shop,
#Ticket-Shop, #Leistungen, #Shopdetail,
#kontaktformular, #Vorteils-Shop, #vor-ort
**/

.hero {
  position: relative;
  background-image: url(../img/heroImg.jpg);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
  margin-top: -140px;
}

#Shopdetail.hero,
#Vorteils-Shop.hero {
  background-image: url(/fileadmin/user_upload/Hero/hero_reisen_2018.jpg);
}

#Adventskalender.hero {
  background-image: url(/fileadmin/user_upload/Adventskalender/2017/hero_xmas_17.jpg);
  background-position: bottom;
}

#Ticket-Shop.hero {
  background-image: url(/fileadmin/user_upload/Hero/hero_tickets_2018.jpg);
}

#Aktuelles.hero {
  background-image: url(../img/hero_cashback.jpg);
  background-position: top center;
}

#Reise-Shop.hero {
  background-image: url(/fileadmin/user_upload/Hero/hero_reisen_2018.jpg);
}

#kontaktformular.hero {
  background-image: url(../img/contact.jpg);
  background-position: center 50%;
}

#Vor-Ort.hero {
  background-image: url(../img/hero_vorort.jpg);
}

#Kontoleistungen.hero {
  background-image: url(../img/hero_konto.jpg);
  background-position: top center;
}

#GiroLive-Exklusiv.hero {
  background-image: url(../img/hero_exklusiv.jpg);
}

#young.hero {
  background-image: url(../img/hero_young.jpg);
}

#Cashback-Shop.hero {
  background-image: url(/fileadmin/user_upload/Hero/hero_cashback_2018.jpg);
}

/* SERVICE */
.gl-service {
  color: #EE0000;
  font-weight: 600;
  font-size: 18px;
  margin-top: 35px;
  float: right;
  margin-right: 50px;
}

.gl-service span {
  color: #EE0000;
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
}

/*----------------------------------------------------------------------------*/
/* FIXED POPUP */
/*----------------------------------------------------------------------------*/
.just-a-dummie-element {
  height: 2600px;
}

.toggle-slide-button {
  position: relative;
  width: 51px;
  height: 106px;
  display: block;
  cursor: pointer;
}

.toggle-slide-button > .icon-phone,
.toggle-slide-button > .icon-mail-alt {
  color: #fff;
  font-size: 32px;
  padding-top: 10px;
  padding-left: 5px;
}

.toggle-slide-button .icon-mail-alt,
.toggle-slide-button .icon-phone {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  z-index: -1;
}

.Menu_icon {
  position: absolute;
  z-index: -1;
  display: block;
  cursor: pointer;
}

.side {
  position: fixed;
  top: 20%;
  left: 100%;
  margin: 0 0 0 -51px;
  padding: 0;
  z-index: 999;
  background-color: #EE0000;
}

.side:hover {
  background-color: #ff5133;
}

.side ul li {
  float: left;
}

.menu_text {
  display: none;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  min-height: 150px;
  width: 279px;
  position: absolute;
  padding: 20px;
  z-index: -2;
  box-shadow: 10px 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 10px 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 10px 0 10px rgba(0, 0, 0, 0.2);
}

.service-cont {
  margin-bottom: 1em;
}

.service-cont .phone {
  font-size: 18px;
  clear: both;
}

.conInfos .phone span {
  width: 140px;
  display: inline-block;
  padding-left: 0;
}

.service-cont span {
  font-size: 14px;
}

.service-cont i {
  font-size: 28px;
  position: relative;
  float: left;
}

.opened {
  margin-left: -331px;
}

/*----------------------------------------------------------------------------*/
/* NAVIGATION */
/*----------------------------------------------------------------------------*/
nav {
  position: relative;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 15px;
}

nav > ul > li > a {
  outline: none;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  color: #333;
  padding: 20px;
}

nav > ul > li > a.active,
nav > ul > li > a:hover {
  background-color: #EE0000;
  color: #ffffff;
}

nav > ul {
  list-style: inside none;
  margin: 0;
  padding: 0;
  display: table-row;
  width: 100%;
}

nav > ul > li {
  list-style: inside none;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
}

nav > ul > li:last-child > a {
  text-align: left;
  background-color: #EE0000;
  color: #ffffff;
  padding: 0;
  height: 64px;
}

nav > ul > li:last-child > a > span {
  float: right;
  margin-top: 20px;
  margin-right: 25px;
}

nav > ul > li:last-child > a > img {
  width: 110px;
  height: 46px;
  margin-left: 25px;
  margin-top: 5px;
}

nav > ul > li:last-child {
  float: none;
  overflow: hidden;
}

.main-nav {
  background-color: #fff;
  color: #EE0000;
  height: 74px;
}

/*.main-nav .wrapper { padding-right: 10px; }*/
nav:after,
#login:after {
  content: " ";
  position: absolute;
  height: 20%;
  width: 96%;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 25px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 2px 25px rgba(0, 0, 0, 0.5);
  margin-left: 2%;
  top: 80%;
  float: left;
  clear: both;
  display: block;
  z-index: -2;
}

.nav li {
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0;
  float: left;
  width: 25%;
}

.nav li:last-child {
  border-right: 1px solid #ededed;
}

.nav li:last-child:hover {
  border-color: #cfcd00;
}

.nav li a {
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding: 25px 0;
  border-left: 1px solid #ededed;
}

.nav > li a.active,
.nav > li a:hover {
  background: #818181;
  color: #ffffff;
  border-color: #818181;
}

.nav > li + li a.active,
.nav > li + li a:hover {
  background: rgb(188, 151, 12);
  border-color: rgb(188, 151, 12);
}

.nav > li + li + li a.active,
.nav > li + li + li a:hover {
  background: #54585a;
  border-color: #54585a;
}

.nav > li + li + li + li a.active,
.nav > li + li + li + li a:hover {
  background: #cfcd00;
  color: #ff0000;
  border-color: #cfcd00;
}

/*----------------------------------------------------------------------------*/
/* LOGIN */
/*----------------------------------------------------------------------------*/
#login {
  position: relative;
  float: right;
  padding: 0;
  width: 256px;
  background-color: #fbfbfb;
  color: #EE0000;
  margin-bottom: 30px;
}

#login > .form-signin,
#close-menu-button,
.menu-button,
.android-login,
#menu-login,
.mygirologged {
  display: none;
}

#login > .form-signin {
  height: 100%;
}

#login.show > .form-signin {
  display: block !important;
}

.login-lable:before {
  float: right;
  margin-top: 5px;
  margin-right: 7px;
}

.login-lable.show:before {
  content: "\e80d";
}

.login-lable {
  padding: 10px 20px 10px 20px;
  cursor: pointer;
}

.form-signin {
  padding: 10px 15px 10px 15px;
}

.form-signin,
.form-signin a,
input,
button {
  width: 100%;
  color: #fff;
}

input[type="submit"] {
  width: auto;
}

input[type="submit"].searchbox-submit {
  width: 69px;
}

.form-signin .welcome {
  color: #333;
  margin-bottom: 1em;
}

.form-signin input,
.form-signin button,
.modal input[type="text"],
.modal input[type="password"],
a.gl-log {
  padding: 10px;
  padding-left: 7px;
  margin-bottom: 5px;
  border: 1px solid #c6cbcf;
  line-height: 16px;
}

.form-signin button.btn {
  border: 1px solid #EE0000;
}

.form-signin input.error {
  border-color: #e54d4b !important;
}

.modal input[type="text"],
.modal input[type="password"] {
  padding: 10px;
  margin-bottom: 10px;
}

a.gl-log,
.loginform input[type="submit"] {
  color: #fff;
  border: none !important;
}

.loginform input[type="submit"] {
  width: 100%;
  line-height: 18px;
}

.loginform label.error {
  display: none !important;
}

.loginform.bodylogin label.error {
  display: block !important;
}

.loginform.bodylogin input.error:invalid + label.error {
  top: 9px;
  right: 8px;
  height: 22px;
  line-height: 21px;
}

.loginform.bodylogin input:focus + label.error {
  -moz-transform: translateY(-19px);
  -ms-transform: translateY(-19px);
  -o-transform: translateY(-19px);
  -webkit-transform: translateY(-19px);
  transform: translateY(-19px);
}

.form-signin input[type="text"],
.form-signin input[type="number"],
.form-signin input[type="password"],
.modal input[type="text"],
.modal input[type="number"],
.modal input[type="password"] {
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1) inset;
  -ms-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1) inset;
  background-color: rgba(255, 255, 255, 0.05);
}

.content-wrapper .form-signin {
  padding: 10px 0;
  max-width: 50%;
  float: left;
}

.content-wrapper .form-signin .btn {
  padding: 10px 30px;
}

.content-wrapper .form-signin .float-right {
  float: right;
}

.modal #newsletter {
  width: 15px;
  position: relative;
  display: inline-block;
  top: 1px;
  margin-right: 5px;
  margin-bottom: 20px;
}

.column label {
  color: #999;
  font-size: 14px;
}

.form-signin input[type="text"]:focus,
.form-signin input[type="number"]:focus,
.form-signin input[type="password"]:focus {
  border-color: #888;
}

.form-signin > button {
  font-size: 18px;
  font-weight: 300;
  border: none;
  color: #fff;
  height: 36px;
}

/*
.form-signin .errors .alert,
.tx-va-login .errors .alert,
.tx-va-warranty .errors .alert,*/
.modal .errors .alert-message,
#login .errors .alert-message {
  padding: 6px;
  padding-left: 10px;
  border: 1px solid #e54d4b;
  color: #e54d4b;
  margin-bottom: 5px;
}

.alert {
  position: relative;
  padding: 10px 15px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  display: inline-block;
}

.alert.alert-danger {
  color: #e54d4b;
  border-color: #e54d4b;
}

.alert p {
  margin: 0;
}

/*.form-signin .errors .alert:before,
.tx-va-login .errors .alert:before,*/
#login .errors .alert-message:before,
.modal .errors .alert-message:before {
  font-family: "naspa";
  content: "\e808";
  padding-right: 5px;
  color: #e54d4b;
  float: right;
}

.tx-va-login .errors .alert.alert-success,
.tx-va-warranty .errors .alert.alert-success {
  border: 1px solid #31b131;
  color: #31b131;
}

.form-signin .errors .alert.alert-success:before,
.tx-va-login .errors .alert.alert-success:before {
  content: "\e815";
  color: #31b131;
}

.sum {
  position: relative;
  float: right;
  right: 108px;
  top: 25px;
  color: #e54d4b;
}

.log-buttons .btn {
  position: relative;
}

.log-buttons i {
  position: absolute;
  left: 15px;
}

.log-buttons > a,
.log-buttons > input {
  display: block;
  width: 100%;
  margin-bottom: 3px;
  padding: 10px auto;
  text-align: center;
  color: #fff;
}

.log-buttons > input,
.logout {
  background: #ddd !important;
  color: #333 !important;
  padding: 10px;
}

.log-buttons > input {
  margin-right: 0;
  width: 100%;
}

/* MODAL */
.adventskalender-modal,
.modal {
  display: none;
}

.adventskalender-modal,
.modal {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9999999;
}

.adventskalender-modal > .container,
.modal > .container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 70%;
  height: auto;
  max-width: 550px;
  margin: 0 auto;
  padding: 50px 20px 10px 20px;
  font-size: 14px;
  background-color: #fff;
  top: 20%;
  border-top: 2px solid #EE0000;
  z-index: 10;
}

.adventskalender-modal > .container > h3,
.modal > .container > h3 {
  padding-bottom: 10px;
}

.modal > .container > .title {
  font-size: 14px;
  font-weight: 700;
  color: #28373c;
  border-bottom: 1px solid #eee;
  margin: -40px -40px 0 -40px;
  padding: 15px 40px 15px 40px;
  line-height: 1.5em;
}

.modal > .container > .title > span {
  float: right;
  font-size: 18px;
  line-height: 0em;
  margin-top: -1px;
  cursor: pointer;
}

.modal > .container > .modal-content {
  margin-top: 40px;
  margin-bottom: 45px;
  line-height: 1.3em;
}

.modal > .container > .btn {
  position: absolute;
  bottom: 40px;
  right: 40px;
  font-weight: 700;
}

.modal .container .tx-va-login:nth-of-type(2) {
  display: none;
}

.modal input {
  margin-bottom: 10px;
}

.modal input[type="submit"] {
  border-radius: 0;
  padding: 10px;
  display: block;
  float: right;
  max-width: 200px;
}

.modal input[type="submit"]:before {
  content: "\e803";
  position: absolute;
  font-family: "naspa";
  float: right;
  margin-top: 7px;
}

.adventskalender-modal .close,
.modal .close {
  font-size: 22px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #EE0000;
  color: #fff;
  cursor: pointer;
}

.adventskalender-modal .close:before,
.modal .close:before {
  position: absolute;
  top: 7px;
  right: 4px;
}

.delete,
.cancel,
.zumshop {
  padding: 10px;
  background-color: #EE0000;
  color: #fff;
  margin: 40px 20px 20px 0px;
  display: inline-block;
  max-width: 100px;
  width: 100%;
  text-align: center;
  float: right;
}

.zumshop {
  max-width: 150px;
}

.zumshop:before {
  float: right;
  margin-top: 7px;
}

/* modal loader */
.loadwait {
  top: -2px;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  position: absolute;
  width: 100%;
  height: 100%;
}

.wait {
  width: 50px;
  height: 50px;
  border-radius: 150px;
  border: 7px solid #EE0000;
  border-bottom-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  top: 45%;
  left: 45%;
  animation: modal 0.7s linear infinite;
  -webkit-animation: modal 0.7s linear infinite;
  position: absolute;
}

.changepasswordform input.btn-primary,
.changeusernameform input.btn-primary {
  color: #fff;
  margin-top: 1em;
}

.changepasswordform .row,
.changeusernameform .row {
  margin-bottom: 0.5em;
}

@keyframes modal {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes modal {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

/*----------------------------------------------------------------------------
/* CHECKOUT */
/*----------------------------------------------------------------------------*/
#orderOnline {
  padding-bottom: 40px;
  margin-bottom: 20px;
}

#orderOnline input#sum {
  visibility: hidden;
  width: 0;
  height: 0;
}

.checkout .hideout,
.checkout .checkout-wrap {
  display: none;
}

.cobuttons {
  position: relative;
  float: right;
  margin-top: 80px;
}

.agb,
.rightOfWithdrawal {
  text-align: right;
  margin-bottom: 15px;
  padding-right: 10px;
}

.checkout button,
.checkout input[type="submit"],
.checkout input[type="button"] {
  cursor: pointer;
  margin: 5px;
  padding: 5px 20px;
  height: 40px;
  background-color: #EE0000;
  border: none;
  line-height: 1em;
  color: white;
}

.checkout .cobuttons button {
  width: 130px;
}

.checkout button#order,
.checkout button.bestellbutton {
  width: 220px;
}

.checkout button.bestellbutton:disabled,
.checkout button:disabled {
  background-color: #bbbbbb;
  color: #fff;
  cursor: default;
}

.checkout button.backward {
  background-color: #999;
}

#versandadresse legend,
#emailversand legend,
#zahlart legend {
  font-weight: bold;
  margin-bottom: 10px;
}

#emailversand {
  margin-top: 25px;
}

#emailversand input {
  line-height: 1em;
}

#orderOnline input[type="checkbox"],
#orderOnline input[type="radio"] {
  top: 3px;
  width: 25px;
}

#payment {
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  padding: 10px 0;
}

.checkout button:before,
.checkout input[type="submit"]:before,
.checkout input[type="button"]:before {
  float: right;
  top: 5px;
}

.checkout button.backward:before,
.checkout input[type="button"].backward:before {
  float: left;
  top: 5px;
}

.tx-mehrwerkplus-giroliveshop table td {
  vertical-align: top;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0px;
}

.tx-mehrwerkplus-giroliveshop table td:first-child {
  min-width: 120px;
  padding-right: 15px;
}

.tx-mehrwerkplus-giroliveshop #orderOnline select {
  padding: 10px;
}

.tx-mehrwerkplus-giroliveshop #orderOnline table th {
  font-weight: 400;
  text-align: left;
  padding-bottom: 0.5em;
  background-color: #EE0000;
  color: #fff;
  padding: 10px;
}

.tx-mehrwerkplus-giroliveshop #orderOnline table th.cot {
  text-align: center;
}

.tx-mehrwerkplus-giroliveshop #orderOnline table tr td {
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  line-height: 2.6em;
}

.tx-mehrwerkplus-giroliveshop #orderOnline table tr td:last-child {
  padding-left: 20px;
}

.tx-mehrwerkplus-giroliveshop #orderOnline table tr td.staffel,
.tx-mehrwerkplus-giroliveshop #orderOnline table tr td.eventname {
  text-align: left;
  padding-left: 10px;
}

.tx-mehrwerkplus-giroliveshop #orderOnline table tfoot tr td {
  border: none;
}

.tx-mehrwerkplus-giroliveshop #orderOnline table tfoot tr.empty-row td {
  border: none;
  padding: 0;
  line-height: 1.5em;
}

#orderOnline tfoot {
  border-top: 4px solid #f0f0f0;
}

.tx-mehrwerkplus-giroliveshop #orderOnline table tr td.a-right,
.tx-mehrwerkplus-giroliveshop #orderOnline table tr td.a-left {
  border: none;
  text-align: right;
  padding: 0 15px;
  line-height: 2em;
}

.tx-mehrwerkplus-giroliveshop #orderOnline table tr td.a-left {
  text-align: right;
  width: 100px;
}

.tx-mehrwerkplus-giroliveshop #orderOnline table tr td.a-left.mwst .price {
  font-weight: 400;
}

.tx-mehrwerkplus-giroliveshop #orderOnline table tr td.a-right:first-child {
  border: none;
  border-right: 1px solid #f0f0f0;
}

#overview {
  margin-bottom: 80px;
}

.warenkorb.over {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
}

/* Crossselling */
.crossselling {
  margin-top: 25px;
}

.crossselling h4 {
  margin-bottom: 10px;
}

/** Common style**/
input.error:invalid + label.error,
label.error,
#kontaktformular label.error,
.contact-group label.error {
  font-size: 11px;
  position: absolute;
  top: 11px;
  right: 11px;
  left: auto;
  margin: 0;
  z-index: 99;
  height: 25px;
  line-height: 25px;
  background-color: rgba(255, 255, 255, 0.75);
  color: #e34f4f;
  border: 1px solid #e34f4f;
  font-weight: normal;
  padding: 0 6px;
  transition: all 0.2s ease;
  z-index: 99;
}

.headerlogin input.error:invalid + label.error {
  visibility: hidden;
}

input.error:invalid:after + label.error:after,
label.error:after,
label.error:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent #e34f4f;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -6px;
  left: 20%;
}

.styled-select label.error {
  overflow: visible;
}

ul.floated li#age label.error {
  right: -15px;
}

ul.floated li label.error {
  right: -50px;
}

ul.data-list#terms li label.error {
  left: 45%;
  display: inline-block;
  width: 80px;
}

ul.data-list-2 li label.error {
  font-size: 11px;
  position: absolute;
  top: -30px;
  right: -10px;
  margin: 0;
  z-index: 99;
  height: 25px;
  line-height: 25px;
  background-color: #e34f4f;
  color: #fff;
  font-weight: normal;
  padding: 0 6px;
}

/****************************************************/
@-webkit-keyframes myanimation {
  from {
    left: 0%;
  }
  to {
    left: 50%;
  }
}

.checkout-wrap {
  max-width: 100%;
  color: #444;
  margin: 40px auto;
  position: relative;
}

ul.checkout-bar li {
  color: #ccc;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 20px 14px 80px;
  position: relative;
}

ul.checkout-bar li:before {
  background-color: #f0f0f0;
  border-radius: 50%;
  color: #999;
  font-size: 16px;
  font-weight: 700;
  left: 20px;
  line-height: 37px;
  height: 35px;
  position: absolute;
  text-align: center;
  top: 3px;
  width: 35px;
  z-index: 999;
}

ul.checkout-bar li.active {
  color: #EE0000;
  font-weight: 200;
}

ul.checkout-bar li.active:before {
  background-color: #fff;
  color: #333;
  line-height: 2em;
  border: 2px solid #EE0000;
  z-index: 99999;
}

ul.checkout-bar li.visited {
  background: #f0f0f0;
  color: #EE0000;
  z-index: 99999;
}

ul.checkout-bar li.visited:before {
  background: #EE0000;
  z-index: 99999;
}

ul.checkout-bar li:nth-child(1):before {
  content: "1";
}

ul.checkout-bar li:nth-child(2):before {
  content: "2";
}

ul.checkout-bar li:nth-child(3):before {
  content: "3";
}

ul.checkout-bar li:nth-child(4):before {
  content: "4";
}

ul.checkout-bar li.visited:before {
  content: "\e815";
  font-family: "naspa";
  color: #fff;
}

ul.checkout-bar a {
  color: #EE0000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.stepTable {
  max-width: 100%;
  margin: 0 auto;
}

.hidden {
  display: none;
}

video {
  width: 100%;
}

.image img {
  width: 100%;
  height: auto;
}

.frame-layout-3 .image img {
    width: auto;
}
.alert-warning {
  border: 1px solid #f1e7bb;
  padding: 10px;
  background: #fff7d8;
  margin-bottom: 30px;
}

/****************************************************/
.alternative {
  margin-bottom: 60px;
}

#shipping {
  display: none;
  margin-bottom: 60px;
  max-width: 35rem;
}

#shipping .contact-group {
  float: left;
  width: 100%;
}

#shipping .contact-group input.error {
  border: 1px solid #e34f4f;
}

#shipping .contact-group label.error {
  display: none;
}

#shipping .contact-group input {
  padding: 10px;
}

#shipping .contact-group input#vorname,
#shipping .contact-group input#nachname {
  width: 49%;
  display: block;
  float: left;
}

#shipping .contact-group input#vorname {
  margin-right: 2%;
}

#shipping .contact-group input#vorname {
  margin-right: 2%;
}

#shipping .contact-group input#strasse,
#shipping .contact-group input#hausnr {
  width: 74%;
  margin-right: 2%;
  display: block;
  float: left;
}

#shipping .contact-group input#hausnr {
  width: 24%;
  margin-right: 0;
}

#shipping .contact-group input#plz,
#shipping .contact-group input#ort {
  width: 74%;

  display: block;
  float: left;
}

#shipping .contact-group input#plz {
  width: 24%;
  margin-right: 2%;
}

.tx-mehrwerkplus-giroliveshop table {
  border-collapse: collapse;
}

.differingAd label {
  font-weight: bold;
  cursor: pointer;
}

/*----------------------------------------------------------------------------
/* INFO BOX CSS */
/*----------------------------------------------------------------------------*/
#services,
#aktuell-container,
.grey {
  background-color: #f0f0f0;
}

.young#services > .container {
  float: left;
}

.young#services .ce-gallery {
  min-height: 140px;
}

.service-info {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  height: 100%;
  max-height: 240px;
  padding: 25px;
  margin-bottom: 3px;
  overflow: hidden;
}

.page-1 .topShops {
  margin: 2em auto 3em;
}

/* Meine Naspa */
.mini-menu .icon-plus.icon-minus:before {
  content: "\e800";
}
.mini-menu #help-menu {
  margin-top: 10px;
}

#services.start .service-info {
  padding-bottom: 0 !important;
}

#services.start .service-info .poster figure.csc-textpic-image {
  margin-bottom: 0;
}

.service-info .poster {
  width: 40%;
  max-width: 185px;
  height: auto;
  float: right;
  display: inline-block;
  margin-right: -25px;
  margin-top: -25px;
}

.service-info .info-text {
  display: inline-block;
  width: 65%;
  float: left;
  position: relative;
}

.service-info .info-text h3 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
  color: #EE0000;
}

.info-text p {
  line-height: 1.5em;
  max-width: 95%;
}

.info-text .location {
  font-weight: 700;
  margin-left: 0;
}

.info-text .location:before {
  margin-left: 0 !important;
}

.service-info .next {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #EE0000;
}

.service-info .next:before {
  float: right;
  margin-top: 7px;
}

.service-info .next:after {
  height: 1px !important;
}

.service-info .button {
  position: absolute;
  display: block;
  bottom: 25px;
  background-color: #EE0000;
  color: #fff;
  padding: 8px;
  padding-left: 25px;
  font-size: 16px;
  width: 100%;
  max-width: 220px;
}

.service-info .button.special {
  background: #54585a;
}

.service-info .button:before {
  float: right;
  margin-right: 10px;
  margin-top: 4px;
}

/*----------------------------------------------------------------------------*/
/* SHOPS */
/*----------------------------------------------------------------------------*/
.row-right {
  margin-right: -10px;
}

#shop-set {
  background-color: #f0f0f0;
  padding-bottom: 30px;
  margin: -10px 0;
}

.mwbox,
.shop-categories,
.vorteils-shops {
  position: relative;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 20px;
}

.shop-categories [class*="col-"] {
  position: relative;
}

.shop-categories .icon-search,
.shop-categories .searchbox-submit,
.shop-categories .icon-search.icon-cancel,
.shop-categories .sortable {
  position: relative;
  height: 40px;
  width: 40px;
  line-height: 38px;
  margin: 0 auto;
  border-left: none;
}

.sortable-wrap {
  position: relative;
  display: block;
  text-align: center;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  color: #f00;
  background-color: #fff;
}

.cashback-faqbar:before,
.sortable-wrap:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  height: 25px;
  width: 1px;
  background-color: #f0f0f0;
}

.cashback-faqbar:before {
  left: -15px;
}

.cashback-faqbar {
  float: right;
}

.shop-categories .sortable .cat-border {
  border: none;
}

.parrentcategory {
  font-weight: 700;
}

.subcategory {
  padding-left: 20px;
}

.vorteils-shops .sword,
.shop-categories .sword {
  position: relative;
}

.vorteils-shops .sword input[type="text"],
.shop-categories .sword input[type="text"] {
  border-color: #e2e2e2;
  width: calc(100% - 50px);
  padding-left: 10px;
  max-height: 45px;
}

.vorteils-shops .sword button.btn.btn-medium,
.shop-categories .sword button.btn.btn-medium {
  height: 40px;
  width: 40px;
  display: inline-block;
  float: right;
  position: relative;
  right: 0;
}

.shop-categories .help-title,
.shop-categories #help-menu {
  display: none;
}

#help-menu {
  min-width: 200px;
  text-align: left;
}

/* CATEGORY SELSECT */
.select2-container--open .select2-dropdown--below {
  padding-top: 15px;
}

.vorteils-shops .select2-container,
.shop-categories .select2-container {
  padding: 4px;
  border: 1px solid #ededed;
}

.vorteils-shops .select2-container.select2-container--open,
.shop-categories .select2-container.select2-container--open {
  border-bottom: none;
}

.vorteils-shops
  .select2-container.select2-container--open.select2-container--above,
.shop-categories
  .select2-container.select2-container--open.select2-container--above {
  border-bottom: 1px solid;
  border-color: #ededed;
  border-top: none;
  margin-top: 2px;
}

.vorteils-shops .city-select .select2-container,
.shop-categories .city-select .select2-container {
  width: calc(100% - 45px) !important;
  float: left;
}

.select2-container {
  position: relative;
  top: 0;
  left: 0;
}

.select2-container .select2-dropdown {
  top: 0;
  padding: 0 10px;
  padding-bottom: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border: none;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #ededed;
}

.select2-container .select2-dropdown.select2-dropdown--above {
  border-bottom: none;
  border-top: 1px solid;
  border-color: #ededed;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #eee;
  -webkit-appearance: none;
}

.select2-container--open .select2-dropdown--above {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.select2-container--default .select2-selection--single {
  border: none;
  position: relative;
  outline: none;
}

.select2-results {
  margin-top: 20px;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #f0f0f0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: none;
  left: auto;
  top: auto;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b:before {
  content: "\e804";
  position: absolute;
  font-family: "naspa";
  left: 2px;
  top: 2px;
  color: #f00;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b:before {
  content: "\e80d";
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #666;
  font-size: 15px;
  font-style: italic;
  font-weight: normal;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #f00;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 400px;
  overflow-y: auto;
  float: left;
  width: 100%;
  margin-top: 10px;
  padding: 0 5px;
}

.vorteils-shops {
  height: 69px;
  line-height: 2em;
}

.header-shops {
  line-height: 2.2em;
}

.header-shops h3 {
  font-weight: 200;
  width: 85%;
}

.young #topangebote > .container {
  width: 25%;
  float: left;
  min-height: 1px;
  padding-right: 10px;
}

.young #topangebote > .container > div,
.shop-banner {
  background-color: #fff;
  padding: 20px;
  position: relative;
  display: block;
  text-align: center;
  min-height: 230px;
  transition: box-shadow 300ms ease-out;
  -moz-transition: box-shadow 300ms ease-out;
  -webkit-transition: box-shadow 300ms ease-out;
  -ms-transition: box-shadow 300ms ease-out;
}

a.shop-img-link {
  height: 100px;
  display: block;
}

.young #topangebote > .container > div {
  padding: 20px 10px;
}

.shop-banner.cross {
  border: 1px solid #f0f0f0;
}

.shop-banner.cross:hover {
  border-color: transparent;
}

.young #topangebote > .container > div a,
.shop-banner .more {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #EE0000;
  color: #fff;
  display: block;
  padding: 11px;
  margin-left: -20px;
  font-size: 16px;
  font-weight: 200;
  margin-right: -20px;
}

.young #topangebote > .container > div a {
  margin-right: -10px;
  margin-left: -10px;
}

.shop-banner.cross .more {
  bottom: -21px;
  margin-left: -21px;
  margin-right: -21px;
}

.shop-banner.cross {
  min-height: 100%;
}

.shop-banner .more.icon-right-open:before {
  float: right;
  margin-top: 5px;
  left: 0;
}

.shop-banner img,
.young #topangebote > .container > div img {
  width: 100%;
  max-width: 120px;
  height: auto;
}

.shop-banner .shop-name,
.young #topangebote > .container > div p {
  height: 50px;
  margin-bottom: 0;
}

.young #topangebote > .container > div .ce-bodytext,
.young #topangebote > .container > div p + p {
  height: auto;
  margin-bottom: 0;
}

#shop {
  background-color: #f0f0f0;
  padding: 30px 0;
}

.shop-content,
.cross-content {
  background-color: #fff;
  padding: 20px;
  font-size: 14px;
  margin-top: 10px;
}

.shop-content img {
  float: left;
  max-width: 120px;
  margin-right: 25px;
  margin-bottom: 10px;
}

.shop-content h1,
.shop-content h3,
.shop-content h4,
.cross-content h1,
.cross-content h4,
.news-single h1 {
  font-size: 24px;
  font-weight: 200;
  color: #EE0000;
  margin-bottom: 20px;
}

.shop-content h3 {
  font-size: 18px;
  margin: 10px 0;
  float: left;
  width: 100%;
}

.shop-table {
  padding: 20px 0;
  float: left;
  width: 100%;
}

.shop-table .table {
  position: relative;
  display: block;
  float: left;
  padding: 20px;
  border: 1px solid #f0f0f0;
  margin: 20px 0;
  margin-bottom: 40px;
  width: 100%;
}

.shop-table .percent {
  font-size: 16px;
  color: #EE0000;
  font-weight: 200;
  position: relative;
  display: block;
  float: left;
  width: 25%;
}

.shop-table .table-desc {
  display: block;
  float: left;
  width: 75%;
  border-left: 1px solid #f0f0f0;
  padding-left: 35px;
}

.shop-table .button:before {
  float: right;
  margin-top: 7px;
  padding-left: 7px;
}

/* Vouchers / Gutscheine */
.shop-table .table.vouchers {
  padding-bottom: 7px;
}

.shop-table .table.vouchers:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 36px 36px 0 0;
  border-color: #EE0000 transparent transparent transparent;
  z-index: 998;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-table .table.vouchers:after {
  color: #fff;
  content: "%";
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 999;
}

.shop-table .table.vouchers:hover {
  box-shadow: 0 10px 20px rgba(64, 58, 58, 0.05);
  -moz-box-shadow: 0 10px 20px rgba(64, 58, 58, 0.05);
  -webkit-box-shadow: 0 10px 20px rgba(64, 58, 58, 0.05);
  -ms-box-shadow: 0 10px 20px rgba(64, 58, 58, 0.05);
}

.shop-table .vbox .vtitle {
  font-size: 18px;
  margin-bottom: 10px;
}

.shop-table .vvalue {
  font-size: 24px;
  font-weight: bold;
  vertical-align: middle;
  position: relative;
  margin-top: 45px;
  margin-bottom: 10px;
  display: block;
}

.shop-table .vouchers .percent {
  text-align: center;
  padding-right: 20px;
}

.shop-table .vcode {
  position: relative;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  border: 2px dashed #ffd1d1;
  background-color: #ffecec;
}

.shop-table .vcode:before {
  position: absolute;
  top: -10px;
  right: 0;
  transform: rotate(180deg);
}

.shop-table .vbox .vtitle {
  font-size: 16px;
  margin-bottom: 10px;
}

.shop-table .vbox .vdescription {
  font-size: 13px;
}

.shop-table .vvalidTo {
  color: #ccc;
  font-size: 13px;
  margin-top: 20px;
  float: left;
  border-top: 1px solid #f0f0f0;
  width: 100%;
  padding-top: 5px;
  text-align: right;
}

/* Additional voucher */
.additional-voucher {
  border-top: 2px solid #EE0000;
  padding: 20px 15px 30px 15px;
  transition: all 0.25s ease;
}

.additional-voucher .shop-action {
  margin-top: 0;
  position: relative;
  transition: all 0.25s ease;
}

.additional-voucher .voucher-input {
  position: relative;
  float: left;
  display: inline-block;
  width: calc(100% - 172px);
}

.additional-voucher input.error:invalid + label.error {
  top: 7px;
}

.additional-voucher .shop-action i {
  position: absolute;
  right: 0;
  top: 0;
}

.additional-voucher .additional-voucher-content {
  float: left;
  width: 100%;
}

.additional-voucher .additional-voucher-content p {
  margin-bottom: 10px;
}

.additional-voucher .shop-action .h3 {
  font-size: 18px;
  margin-bottom: 25px;
  max-width: 100%;
  color: #EE0000;
}

.additional-voucher .text-left {
  float: left;
  width: 50%;
  padding-right: 40px;
}

.additional-voucher form {
  width: 50%;
  float: left;
}

.additional-voucher form #vouchercode {
  float: left;
  width: 100%;
  border-color: #e2e2e2;
}

.additional-voucher .shop-action .button {
  display: block;
  float: left;
  line-height: 30px;
  margin-right: 0;
  margin-left: 10px;
  width: 162px;
}

.additional-voucher .shop-action .button:before {
  right: 5px;
  float: right;
  top: 14px;
  position: absolute;
}

/* CROSS SELLING */
.cross-content h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.shop-banner.cross img {
  max-width: 72px;
}

.cross-product {
  width: 33.3333%;
  float: left;
  padding-right: 10px;
}

.shop-banner.cross .shop-name {
  height: 60px;
  margin-bottom: 0;
}

.grid.cross {
  padding-right: 0;
}

/*----------------------------------------------------------------------------*/
/* CATEGORIES */
/*----------------------------------------------------------------------------*/
.shop-categories h3 {
  font-size: 16px;
  font-weight: 600;
  color: #EE0000;
  margin-bottom: 15px;
}

.shop-categories h3.cat-title {
  color: #333;
}

.ce-menu,
#shops-menu {
  margin-bottom: 20px;
}

.ce-menu li,
#help-menu li.icon-right-open-1,
#shops-menu li.icon-right-open-1 {
  margin-left: -5px;
}

.ce-menu li a,
#help-menu li.icon-right-open-1 a,
#shops-menu li.icon-right-open-1 a {
  color: #333;
  font-weight: 600;
}

.ce-menu li:before,
#help-menu li.icon-right-open-1:before,
#help-menu li.icon-right-open-1 a.active,
#shops-menu li.icon-right-open-1:before,
#shops-menu li.icon-right-open-1 a.active {
  color: #EE0000;
}

#shops-menu li ul li {
  display: none;
  padding-left: 15px;
}

#shops-menu li ul li.icon-right-open-1 {
  padding-left: 25px;
}

#shops-menu li ul li.icon-right-open-1 a {
  color: #777;
}

#shops-menu li ul li.icon-right-open-1:before {
  padding-right: 10px;
}

#shops-menu li.active ul li {
  display: block;
}

#shops-menu li.icon-right-open-1.active:before {
  content: "\e811";
}

.cat-border {
  border-bottom: 1px solid #f0f0f0;
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: 20px;
}

/*----------------------------------------------------------------------------*/
/* SEARCHABLE / SORTABLE */
/*----------------------------------------------------------------------------*/
.searchbox {
  position: absolute;
  right: 69px;
  top: 0;
  min-width: 69px;
  width: 0%;
  height: 69px;
  overflow: hidden;
  float: right;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -ms-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
}

.news .searchbox,
#Shopdetail-content .searchbox {
  right: 0;
}

#Shopdetail-content .sortable {
  display: none;
}

#Shopdetail-content .col-5-12 {
  width: 50%;
}

.searchbox-input {
  position: absolute;
  top: 0;
  border: 0;
  outline: 0;
  background-color: #ffffff;
  width: 100%;
  height: 69px;
  margin: 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 200;
  color: #333;
}

.icon-search,
.searchbox-submit,
.icon-search.icon-cancel,
.sortable {
  width: 69px;
  height: 69px;
  display: block;
  font-size: 22px;
  text-align: center;
  line-height: 69px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  color: #EE0000;
  background-color: #fff;
  border-left: 1px solid #f0f0f0;
}

.sortable,
.icon-search,
.shop-action .about,
.info-box .content-box .more-info,
.service-info .next,
.shop-table .table.vouchers {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sortable:after,
.icon-search:after,
.shop-action .about:after,
.info-box .content-box .more-info:after,
.service-info .next:after {
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 50%;
  right: 50%;
  background: #EE0000;
  content: "";
}

.sortable:before,
.sortable:after,
.icon-search:before,
.icon-search:after,
.shop-action .about:before,
.shop-action .about:after,
.info-box .content-box .more-info:before,
.info-box .content-box .more-info:after,
.service-info .next:before,
.service-info .next:after {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.sortable:hover:after,
.sortable:active:after,
.icon-search:hover:after,
.icon-search:active:after,
.shop-action .about:hover:after,
.shop-action .about:active:after,
.info-box .content-box .more-info:hover:after,
.info-box .content-box .more-info:active:after,
.service-info .next:hover:after,
.service-info .next:active:after {
  left: 0;
  right: 0;
}

.icon-search.icon-cancel:before {
  content: "\e80d";
}

.searchbox-open {
  width: calc(100% - 69px);
}

.news .searchbox-open {
  width: 100%;
}

.searchfull {
  width: 100% !important;
}

.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  min-width: 137px;
  z-index: 10;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.dropdown li {
  list-style-type: none;
  text-align: left;
}

.dropdown li a {
  text-decoration: none;
  font-size: 14px;
  display: block;
  line-height: 3em;
  color: #333;
  padding-left: 15px;
}

.dropdown li a:hover {
  background-color: #EE0000;
  color: #fff;
}

.dropdown li a.current {
  background-color: #EE0000;
  color: #fff;
}

/*----------------------------------------------------------------------------*/
/* SHOPBOX */
/*----------------------------------------------------------------------------*/
.shopbox {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 15px 20px 5px 20px;
  background-color: #fff;
  margin-top: 3px;
  margin-bottom: 7px;
  transition: box-shadow 300ms ease-out;
  -moz-transition: box-shadow 300ms ease-out;
  -webkit-transition: box-shadow 300ms ease-out;
  -ms-transition: box-shadow 300ms ease-out;
}

.shopbox:hover,
.shop-banner:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.shop-image {
  display: block;
  height: 100%;
  position: relative;
  float: left;
  padding-right: 25px;
  width: 40%;
}

.shop-image > img {
  float: left;
  max-width: 100%;
}

.shop-desc {
  float: left;
  width: 60%;
}

.shop-desc p {
  max-height: 45px;
  overflow-y: hidden;
}

.shopbox .h4 {
  color: #EE0000;
  font-size: 16px;
  margin-bottom: 10px;
}

.shop-action {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.news-list-view .shop-action {
  margin-top: 0;
}

.shop-action .action,
.toolbar-btn,
.eventim-mobile {
  position: relative;
  display: inline-block;
  background-color: #EE0000;
  color: #fff;
  float: left;
  padding: 7px 30px;
  font-size: 16px;
  font-weight: 200;
  line-height: 2em;
}

#GiroLive-Premium-content .external-link,
#GiroLive-Komfort-content .external-link,
#GiroLive-Exklusiv-content .external-link,
.young #topangebote > .container > div a,
.shop-action .action,
.shop-banner .more,
.toolbar-btn,
.eventim-mobile {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#GiroLive-Premium-content .external-link:after,
#GiroLive-Komfort-content .external-link:after,
#GiroLive-Exklusiv-content .external-link:after,
.young #topangebote > .container > div a:after,
.shop-action .action:after,
.shop-banner .more:after,
.toolbar-btn:after,
.eventim-mobile:after {
  content: "";
  position: absolute;
  height: 100%;
  left: 50%;
  right: 50%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.shop-action .action:before,
.shop-banner .more:before {
  content: "\e803";
  left: 0;
  top: 0;
  float: right;
  z-index: -1;
}

#GiroLive-Premium-content .external-link:hover:after,
#GiroLive-Komfort-content .external-link:hover:after,
#GiroLive-Exklusiv-content .external-link:hover:after,
.young #topangebote > .container > div a:hover:after,
.shop-action .action:hover:after,
.toolbar-btn:hover:after,
.shop-banner .more:hover:after {
  left: 0;
  right: 0;
}

.shopbox .shop-action .action,
.shopbox .shop-action .button {
  float: right;
  margin-right: 0;
}

.shop-action .about {
  position: relative;
  float: right;
  color: #333;
  margin-top: 7px;
  clear: both;
}

.shop-action .about:after {
  height: 1px;
  background: #333;
}

.shop-action .action.icon-right-open:before {
  float: right;
  line-height: 27px;
  padding-left: 10px;
  line-height: 2em;
}

.shop-action .about.icon-right-open:before {
  float: right;
  line-height: 27px;
  padding-left: 5px;
  font-size: 12px;
}

.eventim-mobile {
  display: none;
  margin: 30px 0;
}

.content-wrapper .eventim-mobile {
  text-align: center;
}

/** NEWS **/

.shopbox .meta-zeug {
  margin-bottom: 1em;
}

/*----------------------------------------------------------------------------*/
/* MY NASPA */
/*----------------------------------------------------------------------------*/
table {
  font-size: 1em;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  border-color: grey;
}

table.dataTable {
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting,
table.dataTable thead .sorting_desc {
  background-image: none;
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_desc:before {
  font-family: "naspa";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  float: right;
}

table.dataTable thead:first-child {
  text-align: left;
}

table.dataTable thead .sorting_asc:before {
  content: "\e81c";
}

table.dataTable thead .sorting_desc:before {
  content: "\e81b";
}

table.dataTable thead .sorting:before {
  content: "\e81a";
  color: rgba(255, 255, 255, 0.25);
}

table.dataTable tbody .even {
  background-color: #f5f5f5;
}

table.dataTable tbody tr:hover {
  background-color: #f0f0f0;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border: none;
  text-align: center;
}

table.dataTable.row-border tbody th:first-child,
table.dataTable.row-border tbody td:first-child,
table.dataTable.display tbody th:first-child,
table.dataTable.display tbody td:first-child {
  text-align: left;
}

table.dataTable thead th,
table.dataTable thead td {
  background-color: #EE0000;
  color: #fff;
  border-bottom: none;
  font-weight: 400;
}

table.dataTable thead th:last-child,
table.dataTable thead td:last-child {
  border-right: none;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  border-top: 2px solid #EE0000;
  line-height: 1em;
  padding-bottom: 15px;
}

table.dataTable tfoot th:first-child,
table.dataTable tfoot td:first-child {
  padding-left: 10px;
  text-align: left;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 12px;
  background-color: #EE0000;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > td:first-child:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > th:first-child:before {
  content: "-";
  background-color: #db2100;
}

table.dataTable.no-footer {
  border-bottom: 2px solid #EE0000;
}

section.Mein.GiroLive-content .tx-va-warranty .action {
  display: none;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

/* COLS */
form .row {
  margin-right: -10px;
  margin-left: -10px;
}

.col-sm-3 {
  width: 25%;
}

.col-sm-9 {
  width: 75%;
}

.btn.btn-primary {
  color: #fff;
  padding: 10px 20px;
}

input.btn.btn-primary {
  color: #fff;
  padding: 10px 20px;
}

.btn.btn-primary:disabled {
  background-color: #bbbbbb;
  color: #fff;
  cursor: default;
}

/*----------------------------------------------------------------------------*/
/* REISE */
/*----------------------------------------------------------------------------*/
.reise-frame {
  padding: 30px 0;
  background-color: #f0f0f0;
}

.reise-container {
  background-color: #fff;
  max-width: 1040px;
  margin: 0 auto;
  padding: 30px 0;
}

.reise-container h1 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1em;
  color: #EE0000;
  padding-left: 45px;
  padding-bottom: 30px;
}

.reise-frame .secondary-font {
  padding-top: 20px !important;
}

/* REISE MIT DEM ST�RER */
#reise-angebote {
}

#reise-angebote .sidebar {
  padding: 35px 25px 25px 25px;
  background-color: #EE0000;
  color: #fff;
  margin: 10px 0 10px 20px;
}

#reise-angebote .sidebar b,
#reise-angebote .sidebar strong {
  color: #fff;
}

#reise-angebote .sidebar .ce-bodytext span {
  text-align: left;
  width: 120px;
  display: inline-block;
}

#reise-angebote .sidebar > div:last-child {
  margin-bottom: 0;
}

#reise-angebote .sidebar img {
  margin: 0 auto 20px auto;
  display: block;
  max-width: 95px;
}

.reise-angebote {
  padding-top: 4em;
}

/*----------------------------------------------------------------------------*/
/* AKTUELLES  /  CAPTIONS */
/*----------------------------------------------------------------------------*/
.info-box {
  max-height: 195px;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}

.top-articles .info-text p {
  margin-bottom: 10px;
}

.top-articles .teaser-top {
  margin-top: 15px;
}

.info-box * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.info-box img {
  max-width: 100%;
  height: auto;
  width: 100%;
  transform: translateY(0);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0);
}

.info-box .info-content {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.info-box h3,
.info-box .content-box {
  margin: 0;
  width: 100%;
  padding: 10px;
}

.info-box h3 {
  font-weight: 700;
  font-size: 16px;
  color: #EE0000;
  line-height: 1em;
  position: absolute;
  bottom: 100%;
  height: 20%;
  display: block;
  background-color: rgba(255, 255, 255, 0.85);
}

.info-box .info-content h3 {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.info-box .content-box {
  position: relative;
  float: left;
  background: rgba(255, 255, 255, 0.85);
  color: #333;
  text-align: left;
  bottom: 0;
  font-size: 1em;
  font-weight: 400;
  height: 80%;
}

.info-box .content-box i,
.info-box .content-box a {
  float: left;
  clear: both;
}

.info-box .content-box p {
  line-height: 1.2em;
  margin-bottom: 0.5em;
}

.info-box .content-box a {
  color: #EE0000;
}

.info-box .content-box a:before {
  float: right;
  margin-top: 7px;
}

.info-box:hover .info-content {
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
}

.info-box .content-box i {
  font-weight: 700;
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(40%);
  transform: translateX(40%);
  padding-left: 15px;
}

.info-box .content-box i:before {
  position: absolute;
  top: 5px;
  left: -5px;
}

.info-box .content-box a.more-info {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(40%);
  transform: translateY(40%);
  float: right;
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin-top: 7px;
}

.info-box:hover .info-content i,
.info-box:hover .info-content a.more-info {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.info-box:hover .info-content i.icon-clock {
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  padding-left: 15px;
}

.info-box:hover .info-content i.icon-clock:before {
  position: absolute;
  top: 5px;
  left: -5px;
}

.info-box:hover .info-content a.more-info {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.info-box .content-box .more-info:after {
  height: 1px;
  background: #EE0000;
}

/*----------------------------------------------------------------------------*/
/* AKTUELLES SINGLE  */
/*----------------------------------------------------------------------------*/
.backto {
  color: #999;
  margin-bottom: 1em;
  line-height: 1.3em;
  display: inline-block;
  clear: both;
  border-bottom: 1px solid transparent;
}

.backto:hover {
  border-bottom: 1px solid #999;
}

.article-intro .article-img {
  float: right;
  max-width: 200px;
  margin: 5px 25px 0 10px;
}

.news-single .article-intro .article-img {
  max-width: 35%;
}

.article-img span {
  width: 100%;
  display: block;
  padding-left: 10px;
  border-left: 4px solid #EE0000;
}

.news-single .article-intro p {
  max-width: 60%;
}

.article-important {
  max-width: 45rem;
  border-top: 1px solid #f0f0f0;
  padding: 30px 0;
}

.article-important h4 {
  font-size: 18px;
  font-weight: 200;
}

.article-important p {
}

.article-important .vorteil {
  display: block;
  margin-top: 1em;
}

.article-important .vorteil:before {
  font-family: "naspa";
  content: "\e815";
  float: left;
  padding-right: 10px;
}

.form-area {
  margin-top: 2rem;
}

.loesungswort {
  color: gray;
}
#loesungswort {
  padding: 0.5em 1em;
  margin-bottom: 5px;
}
#absenden {
  background-color: rgb(102, 102, 102);
  color: rgb(255, 255, 255);
  opacity: 0.65;
  margin-left: 0px;
}

/*----------------------------------------------------------------------------*/
/* AKTUELLES  PAYOUT */
/*----------------------------------------------------------------------------*/

.tbl_pricing {
  width: 100%;
  border: 0;
}

.tbl_pricing tr {
}

.tbl_user tr td,
.tbl_pricing tr td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.tbl_pricing .price {
  font-weight: bold;
}

.tbl_pricing .reg_price {
  text-decoration: line-through;
  color: #868686;
}

.tbl_user {
  margin-bottom: 1em;
}

.tbl_user th {
  text-align: left;
}

.tbl_user h4 {
  margin-top: 1em;
}

.tbl_user tr *:first-child {
  width: auto;
  padding-right: 0.35em;
  min-width: 150px;
}

.news .contenttable {
  margin-bottom: 2em;
  font-size: 14px;
}

.news .news-list-view .contenttable {
  margin-bottom: 0;
}

.news .contenttable th,
.news .contenttable tr td:first-child {
  width: auto;
  min-width: 75px;
  text-align: left;
  font-weight: bold;
}

/*----------------------------------------------------------------------------*/
/* PAGINATION */
/*----------------------------------------------------------------------------*/
.pagination {
  width: 100%;
  background-color: #fff;
  display: inline-block;
  padding: 20px 0;
}

.pagination ul {
}

.pagination {
  margin: 20px 0;
  overflow: hidden;
  position: relative;
}

.pagination li {
  float: left;
}

.pagination ul {
  float: left;
  left: 50%;
  position: relative;
}

.pagination ul > li {
  left: -50%;
  position: relative;
}

.pagination li a,
.pagination li b {
  transition: all 100ms ease-in-out 0s;
  color: #555;
  font-size: 16px;
  height: 30px;
  padding: 0 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.pagination li.current b {
  color: #EE0000;
  font-weight: 600;
  font-size: 16px;
}

/*----------------------------------------------------------------------------*/
/* SOCIAL */
/*----------------------------------------------------------------------------*/
.social-icons {
  text-align: center;
}

.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.social-icons ul li {
  float: left;
  margin-right: 8px;
}

.social-icons ul li:last-child {
  margin-right: 0;
}

.social-icons ul li a {
  color: #fff;
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: block;
  font-size: 18px;
}

.social-icons ul li a:hover {
  opacity: 0.8;
}

/*----------------------------------------------------------------------------*/
/* KONTAKT FORMULAR */
/*----------------------------------------------------------------------------*/
#contact {
  padding: 30px 0;
  background-color: #f0f0f0;
}

.content-wrapper,
.contact-wrapper,
.news.news-single {
  position: relative;
  padding: 20px;
  background-color: #fff;
  min-height: 600px;
  float: left;
  width: 100%;
}

.content-wrapper h1,
#contact-content h1 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1em;
  color: #EE0000;
  padding-bottom: 20px;
}

.contact-sidebar {
  padding: 10px 20px;
}

.conInfos i {
  font-size: 18px;
  float: left;
  padding: 0;
}

.service-cont .phone,
.conInfos .phone {
  padding-left: 30px;
  padding-bottom: 10px;
  font-weight: 400;
}

.service-cont .phone {
  padding-left: 40px;
}

.conInfos span {
  font-size: 14px;
  padding-left: 5px;
}

.conInfos .adresse {
  padding-left: 30px;
}

input {
  border: 1px solid #ededed;
  color: #555;
  font-size: 1em;
  outline: none;
  padding: 1.5em 1em;
  position: relative;
}

#kontaktformular {
  margin: 0 auto;
}

#warranties {
  margin: 1em 0 1.5em;
}

#warranty-form > div:not(.row),
#kontaktformular > div:not(.row) {
  clear: both;
  margin: 0 0 1em;
  padding: 1px;
  float: left;
  width: 100%;
}

#Kontakt + section .mw-cols-2-1 > div + div {
  width: 35%;
}

#warranty-form area,
#warranty-form area,
#warranty-form input,
#warranty-form textarea,
#warranty-form select,
#kontaktformular area,
#kontaktformular input,
#kontaktformular textarea,
#kontaktformular select,
#shipping input {
  background: #fff;
  border: 1px solid #ededed;
  box-sizing: border-box;
  color: #000;
  font-size: 1em;
  margin: 0 0 0.15em;
  outline: none;
  padding: 1.5em 1em;
  position: relative;
  transition: all 0.15s ease;
  width: 100%;
  line-height: 1em;
}

form select.form-control.ie-fix-input,
form input.form-control.ie-fix-input {
  padding: 0 10px !important;
}

#kontaktformular area,
#kontaktformular input,
#kontaktformular textarea,
#kontaktformular select {
  background: transparent;
}

#kontaktformular textarea {
  height: 100px;
}

#warranty-form select {
  padding: 0;
}

#kontaktformular select {
  height: 54px;
}

#kontaktformular .label-title {
  color: #ff0000;
}

#warranty-form area:hover,
#warranty-form input:hover,
#warranty-form textarea:hover,
#warranty-form area:active,
#warranty-form input:active,
#warranty-form textarea:active,
#warranty-form area:focus,
#warranty-form input:focus,
#warranty-form textarea:focus,
#kontaktformular area:hover,
#kontaktformular input:hover,
#kontaktformular textarea:hover,
#kontaktformular area:active,
#kontaktformular input:active,
#kontaktformular textarea:active,
#kontaktformular area:focus,
#kontaktformular input:focus,
#kontaktformular textarea:focus #shipping input:focus,
#shipping input:active,
#shipping input:hover {
  background-color: #fff;
  border-color: #ccc;
  -webkit-transition: all 0.3s ease;
  background: #fff;
  outline: none;
  transition: all 0.3s ease;
}

#kontaktformular,
.contact-group {
  margin: 0 auto;
  position: relative;
  padding-top: 10px;
}

.form-area button {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 1em;
  padding: 10px 20px;
  float: right;
  width: auto;
  display: inline-block;
}

#kontaktformular label,
.contact-group label {
  -moz-transform: translateY(0);
  -moz-transition: 0 100ms ease;
  -ms-transform: translateY(0);
  -ms-transition: 0 100ms ease;
  -o-transform: translateY(0);
  -o-transition: 0 100ms ease;
  -webkit-transform: translateY(0);
  -webkit-transition: 0 100ms ease;
  background: #fff;
  line-height: 1.2em;
  box-sizing: border-box;
  color: #999;
  font-size: 1em;
  left: 15px;
  top: 20px;
  padding: 2px;
  padding-bottom: 0;
  pointer-events: none;
  position: absolute;
  transform: translateY(0);
  transition: transform 100ms ease;
  z-index: 200;
}

input#phone + label,
input:invalid + label,
textarea:invalid + label {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background: transparent;
}

#kontaktformular label.is-active,
input#phone:focus + label,
input:focus + label,
textarea:focus + label {
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  -webkit-transform: translateY(-25px);
  background: #fff;
  transform: translateY(-25px);
}

#warranty-form input[type="submit"].action,
#kontaktformular input[type="submit"].action,
.shop-action .button,
.shop-table .button,
.tx-va-warranty a.action,
.tx-mehrwerkplus-giroliveshop input.action,
.external-link {
  position: relative;
  display: inline-block;
  background-color: #EE0000;
  color: #fff;
  padding: 5px 12px;
  font-size: 14px;
  margin-right: 10px;
  width: auto;
}

#Reise-Shop-content .external-link {
  margin-top: 1em;
}

#warranty-form input[type="submit"].action,
#kontaktformular button[type="submit"],
.shop-table .action,
.tx-va-warranty a.action,
.tx-mehrwerkplus-giroliveshop input.action,
.external-link {
  padding: 7px 30px;
  font-size: 16px;
  font-weight: 200;
  line-height: 2em;
  background-color: #EE0000;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  width: auto;
  float: right;
}

.shop-table .action {
  float: left;
}

#kontaktformular .input {
  position: relative;
}

#kontaktformular input[type="submit"].action {
  float: right;
  margin-right: 0;
}

.warranty-delete {
  visibility: hidden;
}

.warranty-delete:after {
  font-family: "naspa";
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: "\e80d";
  position: relative;
  top: 0;
  right: 0;
  visibility: visible;
  font-size: 18px;
}

.tx-va-warranty-list,
.warranties {
  margin-bottom: 2em;
}

.warranties .row:first-child {
  font-weight: bold;
}

/*----------------------------------------------------------------------------*/
/* PRICE TABLE */
/*----------------------------------------------------------------------------*/
#plans {
  color: #333;
  text-align: left;
  font-size: 16px;
  width: 100%;
  margin: 1em 0 3em;
  float: left;
}

#plans .plan {
  margin: 0;
  width: 33.3333%;
  position: relative;
  float: left;
  background-color: #fff;
  border: 2px solid #f0f0f0;
}

#plans .plan:hover {
  background-color: #f8f8f8;
}

#plans .plan a {
  color: #333;
  font-size: 14px;
  margin: 0 25px -15px;
  display: inline-block;
  border-bottom: 1px solid #fff;
  text-align: center;
}

#plans * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#plans .plan-head {
  position: relative;
  padding: 20px 10px;
}

#plans .plan-title {
  top: 0;
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

#plans .plan-cost {
  text-align: center;
  margin: 0;
}

#plans .plan-price {
  font-weight: 300;
  font-size: 18px;
}

#plans .plan-type {
  font-size: 0.7em;
}

#plans .plan-features {
  padding: 0;
  margin: 0 0 40px;
  text-align: center;
  list-style: outside none none;
  font-size: 14px;
  text-align: left;
}

#plans .featured .plan-features {
  margin-bottom: 55px;
}

#plans .plan-features li {
  padding: 5px 5%;
  font-weight: 400;
  margin: 2px 20px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}

#plans .plan-features li:before {
  font-family: "naspa";
  content: "\e815";
  color: #EE0000;
  float: left;
  padding-right: 10px;
}

#plans .plan-select {
  text-align: center;
}

#plans .plan-select a.button {
  color: #ffffff;
  text-decoration: none;
  padding: 7px 12px;
  margin: 10px 20px 20px;
  font-size: 1em;
  font-weight: 400;
  display: inline-block;
  background-color: #EE0000;
}

#plans .plan-select a.button:hover {
  background-color: #262626;
}

#plans .featured {
  margin-top: -10px;
  background-color: #fff;
  border: 4px solid #EE0000;
  z-index: 1;
}

#plans .featured .plan-select a.button {
  margin: 10px 20px 20px;
}

.featured .bestchoice {
  width: 0px;
  height: 0px;
  border-color: transparent;
  border-style: solid;
  border-width: 0 40px 40px 0;
  border-right-color: #EE0000;
  border-bottom-color: rgba(0, 255, 255, 0);
  position: absolute;
  right: 0;
  top: 0;
}

.featured .bestchoice:before {
  color: #fff;
  margin-left: 21px;
  margin-top: 3px;
}

/*----------------------------------------------------------------------------*/
/* NASPA MAGAZIN */
/*----------------------------------------------------------------------------*/
#magazin {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: transparent;
  padding: 0;
  z-index: 9997;
}

#magazin.height {
  height: 100px;
}

.magazin-wrapper {
  width: 100%;
  background-color: #EE0000;
}

#magazin .open {
  cursor: pointer;
  position: absolute;
  top: -30px;
  right: 10px;
  color: #fff;
  background-color: #EE0000;
  padding: 3px 15px;
}

.heft {
  padding: 20px;
  color: #fff;
  min-height: 100px;
  position: relative;
}

.heft h1 {
  float: left;
  font-size: 26px;
  line-height: 2.3em;
  padding-left: 40px;
  color: #fff;
}

.heft a {
  color: #fff;
}

.katalog {
  background-image: url(/fileadmin/user_upload/Vorteilsmagazin/naspaVorteilsMagazin/teasercover.jpg);
  background-repeat: no-repeat;
  display: block;
  width: 97px;
  height: 130px;
  bottom: -15px;
  right: 100px;
  position: absolute;
  transform: rotate(15deg);
    background-size: contain;
}

/* Landingpage */
.naspaepaper.mw-cols-2-1 > div,
.naspaepaper.mw-cols-2-1 > div + div {
  width: 50%;
}

/*----------------------------------------------------------------------------*/
/* FAQ */
/*----------------------------------------------------------------------------*/

.accordion {
  float: left;
  width: 100%;
}

#girolive-young-content .accordion,
#girolive-komfort-content .accordion,
#girolive-premium-content .accordion,
#girolive-premium-content .accordion,
#Leistungen .accordion {
  margin-top: 2em;
}

h3 + .accordion {
  margin-top: 2em;
}

.accordion h3 {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  color: #EE0000;
  cursor: pointer;
  font-size: 24px;
  font-weight: 400;
  line-height: 2em;
  padding-left: 10px;
}

.accordion h3:first-child {
  border-top: 0;
}

.accordion > div {
  margin-left: 0;
}

.accordion h3 {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding: 10px;
}

.accordion h3::before,
.accordion h3::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  height: 2px;
  width: 13px;
  background: #EE0000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.accordion h3::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 32px;
}

.accordion h3::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.accordion h3.active::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.accordion h3.active::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accordion > div {
  /*display: none;*/
}

.accordion .active {
  display: block;
}

.article-intro ul,
.accordion ul,
.article ul,
.ce-bodytext ul {
  margin-bottom: 1.35em;
}

.article-intro ul li,
.ce-bodytext ul li,
.article ul li,
.accordion ul li {
  position: relative;
  display: block; /* before > flex*/
  max-width: 45rem;
  padding-bottom: 0.35em;
  padding-left: 15px;
}

.article-intro ul li {
  display: block;
}

.article-intro ul li:before,
.ce-bodytext ul li:before,
.article ul li:before,
.accordion ul li:before {
  content: " ";
  width: 5px;
  height: 5px;
  background: #ff0000;
  display: inline-block;
  margin-right: 8px;
  position: absolute;
  top: 9px;
  left: 0;
}

ul.no-style li {
  padding-left: 0;
}

ul.no-style li:before {
  content: none;
}

/*.article-intro ul li:before {
  display: inline-block;
  top: -2px;
}*/

.accordion ul li:after {
  display: block;
  content: "";
  clear: both;
}

/*----------------------------------------------------------------------------*/
/* FOOTER */
/*----------------------------------------------------------------------------*/
#footer {
  background-color: #ddd;
  color: #333;
}

.footer-top {
  position: relative;
  padding: 20px 0 30px;
}

#footer .social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .social-icons ul li a {
  background-color: rgba(0, 0, 0, 0.2);
  line-height: 33px;
  color: #fff;
}

#footer .footerMenu li {
  width: 50%;
  float: left;
}

#footer .social-icons ul li a.facebook {
  background-color: #547bbc;
}

#footer .social-icons ul li a.twitter {
  background-color: #1da1f2;
}

#footer .social-icons ul li a:hover {
  color: #fff;
}

.footer {
  position: relative;
  width: 30%;
  float: left;
}

.footer:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 90%;
  background-color: #777;
}

#footer a {
  color: #333;
}

a.download {
  display: inline-block;
}

a.download:before {
  content: "\e819";
  color: #ff0000;
  font-family: naspa;
  margin-right: 0.5em;
  display: inline-block;
  position: relative;
  top: 1px;
}

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

.Vor-Ort#services,
.Detail#services,
.Shopdetail#services,
.hide {
  display: none;
}

#GiroLive-Komfort-content .content-wrapper h1,
#GiroLive-Komfort-content .accordion h3 {
  color: #818181;
}

#GiroLive-Komfort-content .accordion h3::before,
#GiroLive-Komfort-content .accordion h3::after,
#GiroLive-Komfort-content .external-link,
#GiroLive-Komfort-content .accordion ul li:before {
  background: #818181;
}

#GiroLive-Premium-content .content-wrapper h1,
#GiroLive-Premium-content .accordion h3 {
  color: rgb(188, 151, 12);
}

#GiroLive-Premium-content .accordion h3::before,
#GiroLive-Premium-content .accordion h3::after,
#GiroLive-Premium-content .external-link,
#GiroLive-Premium-content .accordion ul li:before {
  background: rgb(188, 151, 12);
}

#GiroLive-Exklusiv-content .content-wrapper h1,
#GiroLive-Exklusiv-content .accordion h3 {
  color: #54585a;
}

#GiroLive-Exklusiv-content .accordion h3::before,
#GiroLive-Exklusiv-content .accordion h3::after,
#GiroLive-Exklusiv-content .external-link,
#GiroLive-Exklusiv-content .accordion ul li:before {
  background: #54585a;
}

#young-content .content-wrapper h1 {
  color: #cfcf00;
}

#young-content .accordion h3::before,
#young-content .accordion h3::after,
#young-content .external-link,
.young #topangebote > .container > div a,
#young-content .accordion ul li:before {
  background: #cfcf00;
}

.young #topangebote > .container > div a {
  color: #ff0000;
}

.tx-mehrwerkplus-giroliveshop .contenttable {
  border: 0;
  padding: 0;
  margin: 4em 0 2em;
}

.tx-mehrwerkplus-giroliveshop .contenttable th {
  background: #ff0000;
  color: #fff;
  text-align: left;
  padding: 0.5em 0;
}

.tx-mehrwerkplus-giroliveshop .contenttable tr th:first-child,
.tx-mehrwerkplus-giroliveshop .contenttable tr td:first-child {
  padding-left: 0.5em;
}

#Impressum-content table {
  width: 100%;
}

#Impressum-content td {
  vertical-align: top;
}

#Adventskalender-container img {
  float: right;
}

/*----------------------------------------------------------------------------*/
/* NASPA ANDENTSKALENDER */
/*----------------------------------------------------------------------------*/
.advent-cell {
  position: relative;
  overflow: hidden;
}

.advent-cell .ce-gallery,
.advent-cell .ce-bodytext,
.advent-cell h3 {
  display: none;
}

.active-cell {
  cursor: pointer;
}

.news-list-item,
.advent-wrapper {
  position: relative;
}

.news-list-item.advent-wrapper > div,
.advent-wrapper figure {
  display: none;
}

.container-aw {
  position: relative;
  width: 250px;
  height: 200px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  overflow: hidden;
  transition: all 0.3s ease;
}

.mw-canvas {
  width: 250px;
  height: 200px;
  position: absolute;
  top: 0;
  transition: all 0.5s ease;
  cursor: pointer;
  opacity: 1;
  z-index: 10;
}

.mw-canvas.fadeout {
  transform: scale(4) rotate(180deg);
  opacity: 0;
}

.scratcher {
  opacity: 0;
  position: absolute;
  left: 15px;
  top: 15px;
  background-image: url("../img/scratch-point.svg");
  color: #fff;
  width: 26px;
  height: 26px;
  transition: all 0.25s ease;
  -web-kit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  z-index: 999;
}

.mw-canvas:hover + .scratcher {
  opacity: 1;
}

.form-aw {
  padding: 20px;
  transition: all 0.3s ease;
}

.adventskalender-modal > .container {
  max-width: 750px;
  padding: 50px 20px 40px 20px;
}

.adventskalender-modal .advent-logo {
  float: left;
}

.adventskalender-modal .ad-title {
  color: #EE0000;
  font-size: 26px;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 20px;
}

.adventskalender-modal .ad-logo,
.adventskalender-modal .ad-logo img {
  max-width: 250px;
  height: auto;
  margin: 0 auto;
}

.adventskalender-modal .ad-desc {
}

.adventskalender-modal .ad-desc p {
  margin-bottom: 1em;
}

.adventskalender-modal .ad-action {
  color: #EE0000;
  font-size: 20px;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 0;
}

.adventskalender-modal .ad-desc a,
.adventskalender-modal .ad-action a {
  color: #fff;
  background-color: #EE0000;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1em;
  margin-top: 15px;
  height: 40px;
  display: inline-block;
}

.animated {
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@keyframes scratch {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-5%) rotate(1deg);
  }
  30% {
    transform: translateX(10%) rotate(2deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(25%) rotate(3deg);
  }
  75% {
    transform: translateX(-35%) rotate(-7deg);
  }
  100% {
    transform: translateX(0%);
  }
}

.scratch {
  animation-name: scratch;
}

/*----------------------------------------------------------------------------*/
/* TOOLBAR */
/*----------------------------------------------------------------------------*/
#Cashback-Toolbar .mw-cols-2-1 > div + div,
#Toolbar .mw-cols-2-1 > div + div {
  width: 35%;
}

#Cashback-Toolbar h3,
#Toolbar h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #f00;
}

#Cashback-Toolbar .toolbar-btn,
#Toolbar .toolbar-btn {
  position: relative;
  float: none;
  margin: 0 auto;
  display: block;
  max-width: 200px;
}

#Cashback-Toolbar .toolbar-btn:before,
#Toolbar .toolbar-btn:before {
  content: "\f019";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  top: 8px;
}

/*----------------------------------------------------------------------------*/
/* Datenschutz | ID: 108*/
/*----------------------------------------------------------------------------*/
.page-108 strong {
  color: #333;
}

/*----------------------------------------------------------------------------*/
/* Dokumente | ID: 65*/
/*----------------------------------------------------------------------------*/
.page-65 .content-wrapper section div:nth-of-type(2) h4 {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.page-65 .content-wrapper h4 {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #f0f0f0;
  color: #666;
  font-weight: bold;
  margin-bottom: 15px;
}

/*----------------------------------------------------------------------------*/
/* TOOLBAR */
/*----------------------------------------------------------------------------*/
.header.iosFix,
#sidr-login.iosFix {
  position: absolute;
}

/*----------------------------------------------------------------------------*/
/* RESPONSIVE */
/*----------------------------------------------------------------------------*/
/*Checkout */
@media only screen and (max-width: 1024px) {
  .menu-item-109,
  .toolbarTeaser {
    display: none;
  }

  .toolbarTeaser .teaserBG,
  .toolbarTeaser {
    height: 0;
  }
}

@media only screen and (min-width: 992px) {
  .stepTable {
    max-width: 80%;
    margin: 0 auto;
  }

  .checkout-bar li.visited:after {
    -webkit-animation: myanimation 3s 0;
    background-color: #EE0000;
    content: "";
    height: 15px;
    width: 100%;
    left: 50%;
    position: absolute;
    top: -50px;
    z-index: 0;
  }

  .checkout-wrap {
    margin: 30px auto;
    margin-bottom: 100px;
    width: 80%;
  }

  ul.checkout-bar {
    background-color: #f0f0f0;
    border-radius: 15px;
    height: 15px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
  }

  ul.checkout-bar:before {
    background-color: #EE0000;
    border-radius: 15px;
    content: " ";
    height: 15px;
    left: 0;
    position: absolute;
    width: 15%;
  }

  ul.checkout-bar li {
    display: inline-block;
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
    width: 24%;
  }

  ul.checkout-bar li:before {
    height: 45px;
    left: 40%;
    line-height: 45px;
    position: absolute;
    top: -65px;
    width: 45px;
    z-index: 99;
  }

  ul.checkout-bar li.visited {
    background: none;
  }

  ul.checkout-bar li.active:before {
    line-height: 42px;
  }

  ul.checkout-bar li.visited:before {
    line-height: 2.8em;
  }
}

/* lg */
@media only screen and (min-width: 1200px) {
  .categories-opener,
  .help-opener {
    display: none;
  }
}

/* md */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }

  nav ul li a {
    padding: 20px;
  }

  .categories-opener,
  .help-opener {
    display: none;
  }

  .magazin-link {
    font-size: 20px;
  }

  .katalog {
    right: 50px;
  }

  .young #topangebote > .container {
    width: 50%;
    margin-bottom: 10px;
  }
}

/* sm */
@media only screen and (max-width: 992px) {
  .wrapper {
    padding-right: 0;
  }

  #login,
  #shops-menu,
  #help-menu,
  .gl-service,
  nav,
  .toggle-slide-button,
  .menu_tex {
    display: none;
  }

  nav:after,
  #login:after {
    content: none;
  }

  .hero {
    height: 400px;
  }

  .header {
    top: 0;
    left: 0;
    height: 60px;
    position: fixed;
    z-index: 999;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 10px 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 0 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 10px 0 10px rgba(0, 0, 0, 0.2);
  }

  #sidr,
  #sidr-login {
    top: 60px;
    height: 100%;
  }

  .sidr {
    background-color: #fff;
  }

  #login {
    width: 100%;
    margin: 0;
    float: none;
  }

  .login-lable.show:before,
  .login-lable.icon-down-open:before {
    content: none;
  }

  .login-lable {
    text-align: center;
    font-size: 16px;
    background-color: #EE0000;
    color: #fff;
  }

  .login-lable a,
  .login-lable:before {
    color: #fff;
  }

  .sidr form {
    margin: 0;
  }
  .conInfos .phone span {
    width: 100%;
  }
  #close-menu-button,
  .menu-button,
  nav .menu_text,
  .android-login,
  #menu-login,
  .mygirologged {
    display: block;
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
  }

  .menu_text {
    border-top: 2px solid #f0f0f0;
    background-color: transparent;
    width: 100%;
    padding-bottom: 100px;
  }

  .hero {
    margin-top: 0;
  }

  .logo a {
    font-size: 16px;
  }

  .logo .logotype {
    margin-left: 0;
    padding-top: 10px;
    display: inline-block;
  }

  .logo .logotype span {
    display: none;
  }

  nav {
    margin-top: 0;
  }

  nav > ul > li {
    float: none;
  }

  nav > ul > li > a:hover {
    background-color: inherit;
    color: inherit;
  }

  nav > ul > li > a {
    font-size: 16px;
    background-color: transparent;
  }

  nav > ul > li:last-child > a {
    height: 70px;
  }

  nav > ul > li:last-child > a > img {
    height: 46px;
  }

  nav > ul > li:last-child:hover > a {
    background-color: #EE0000;
  }

  .sidr ul {
    margin-bottom: 0;
  }

  nav > ul > li:last-child > a > span {
    margin-top: 12px;
    color: #fff;
  }

  .main-nav .wrapper {
    padding-right: 0;
  }

  .sidr ul li {
    border-top: none;
    line-height: 49px;
  }

  .sidr ul li:hover > a,
  .sidr ul li:hover > span,
  .sidr ul li.active > a,
  .sidr ul li.active > span,
  .sidr ul li.sidr-class-active > a,
  .sidr ul li.sidr-class-active > span {
    box-shadow: none;
  }

  /* LOGIN ICON */
  .android-login,
  #menu-login,
  .mygirologged {
    margin-right: 51px;
    position: absolute;
    right: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    margin-top: 18px;
    top: 0;
  }

  .android-login:before,
  #menu-login:before,
  .mygirologged:before {
    float: right;
    margin-top: 5px;
  }

  /* HAMBURGER RIGHT MENU */
  .menu-button {
    display: inline-block;
    float: right;
    position: relative;
    width: 26px;
    height: 26px;
    cursor: pointer;
    padding: 0;
    padding-top: 8px;
    margin-right: 5px;
  }

  .menu-button span {
    margin: 0 auto;
    position: relative;
    top: 12px;
  }

  .menu-button span:before,
  .menu-button span:after {
    position: absolute;
    content: "";
  }

  .menu-button span,
  .menu-button span:before,
  .menu-button span:after {
    width: 30px;
    height: 2px;
    background-color: #333;
    display: block;
  }

  .menu-button span:before {
    margin-top: -8px;
  }

  .menu-button span:after {
    margin-top: 8px;
  }

  .menu-button span {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }

  .menu-button.active span {
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }

  .menu-button span:before {
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-delay: 0.1s, 0s;
    transition-delay: 0.1s, 0s;
  }

  .menu-button.active span:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, 0.1s;
    transition-delay: 0s, 0.1s;
  }

  .menu-button span:after {
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-delay: 0.1s, 0s;
    transition-delay: 0.1s, 0s;
  }

  .menu-button.active span:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0s, 0.1s;
    transition-delay: 0s, 0.1s;
  }

  /* vor ort */
  .page-93 .shop-categories ul {
    margin-top: 10px;
  }

  /* CATEGOREIS OPENER */
  .categories-opener,
  .help-opener {
    position: relative;
    float: right;
    top: -20px;
    height: 69px;
    width: 69px;
    text-align: center;
    line-height: 69px;
    border-left: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
  }

  .shop-categories h3 {
    color: #333;
    font-weight: 200;
    font-size: 22px;
    margin-bottom: 0;
  }

  .categories-opener,
  .help-opener {
    font-size: 24px;
    color: #EE0000;
  }

  .opener {
    display: block !important;
  }

  .categories-opener .icon-minus,
  .help-opener .icon-minus {
    color: #333;
  }

  .mwbox,
  .shop-categories {
    line-height: 2em;
    padding-right: 0;
  }

  /* Meine Naspa */
  .mwbox.mini-menu {
    line-height: 68px;
    padding: 0 0 0 15px;
  }

  .mwbox.mini-menu ul {
    line-height: 30px;
  }

  .mini-menu .help-opener {
    top: 0;
  }

  .mini-menu #help-menu.opener {
    margin-top: 0;
    padding-left: 0;
    padding-bottom: 10px;
  }

  .shop-categories [class*="col-"] {
    margin-bottom: 0;
  }

  #shops-menu {
    margin-top: 45px;
    font-size: 16px;
    line-height: 2em;
    font-weight: 200;
  }

  .cat-border {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  #help-menu.opener {
    margin-top: 40px;
  }

  #Cashback-Toolbar h3,
  #Toolbar h3,
  .mwbox h3.help-title {
    margin-bottom: 5px;
  }

  #help-menu li.icon-right-open-1,
  #shops-menu li.icon-right-open-1 {
    margin: 0;
    padding: 5px 0;
  }

  #help-menu li.icon-right-open-1:before,
  #shops-menu li.icon-right-open-1:before {
    content: "\e812";
    height: 30px;
    width: 30px;
    line-height: 30px;
    padding-right: 35px;
    float: right;
  }

  #help-menu li.icon-right-open-1:before {
    content: "\e803" !important;
  }

  #shops-menu li.icon-right-open-1.active:before,
  #help-menu li.icon-right-open-1.active:before {
    content: "\e800";
  }

  #help-menu li.icon-right-open-1 ul li.icon-right-open-1:before,
  #shops-menu li.icon-right-open-1 ul li.icon-right-open-1:before {
    content: "\e803" !important;
    margin-right: -7px;
    font-size: 12px;
  }

  #help-menu li.icon-right-open-1 a,
  #shops-menu li.icon-right-open-1 a {
    font-weight: 200;
    font-size: 18px;
  }

  #shops-menu li ul li.icon-right-open-1 {
    padding-left: 15px;
    border-bottom: 1px solid #f0f0f0;
    margin-right: 25px;
  }

  #shops-menu li ul li.icon-right-open-1:before {
    padding-right: 0;
    color: #333;
  }

  .info-box {
    max-height: 100%;
  }

  .info-box h3 {
    line-height: 1.7em;
    height: auto;
  }

  .info-box.hovered .info-content {
    position: relative;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }

  .info-box .content-box a.more-info {
    position: relative;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
  }

  .info-box.hovered .info-content i,
  .info-box.hovered .info-content a {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .contact-sidebar {
    border-top: 1px solid #f0f0f0;
    margin-top: 70px;
    padding-top: 30px;
  }

  .heft {
    min-height: 100%;
  }

  .heft h1 {
    float: left;
    width: 100%;
    padding-left: 20px;
    z-index: 20;
    position: relative;
  }

  .magazin-link {
    margin-bottom: 20px;
    margin-top: 5px;
    padding-left: 20px;
  }

  .katalog {
    bottom: -65px;
    right: 50px;
  }

  .shop-content.cross h4 {
    padding-left: 10px;
  }

  .sidr input[type="text"],
  .sidr input[type="password"],
  .sidr input[type="date"],
  .sidr input[type="datetime"],
  .sidr input[type="email"],
  .sidr input[type="number"],
  .sidr input[type="search"],
  .sidr input[type="tel"],
  .sidr input[type="time"],
  .sidr input[type="url"],
  .sidr select {
    padding: 12px;
    font-size: 14px;
    line-height: 1.2em;
    border: 1px solid #f0f0f0;
  }

  .sidr input[type="button"],
  .sidr input[type="submit"] {
    background-color: #EE0000;
    border-radius: 0;
    margin-top: 5px;
    height: 42px;
  }

  .sidr input[type="button"]:hover,
  .sidr input[type="submit"]:hover {
    background-color: #EE0000;
  }

  #accessDone,
  #forgotPass,
  #forgotLogin {
    padding-bottom: 12px;
    display: inline-block;
    margin: 0;
  }

  .Cashback-Shop #topangebote {
    padding-right: 0;
  }

  .young #topangebote > .container {
    width: 50%;
    margin-bottom: 10px;
  }

  /* reise */
  #reise-angebote .sidebar {
    max-width: 500px;
    margin: 0 auto;
  }

  #Adventskalender-container img {
    float: left;
    display: block;
  }

  #Adventskalender-container div.csc-textpic-center .csc-textpic-center-outer,
  #Adventskalender-container div.csc-textpic-center .csc-textpic-center-inner {
    float: left;
    right: 0;
    left: 0;
  }
}

/* sm */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 991px;
  }

  .navbar-right li a {
    padding-right: 10px;
  }

  .social-icons ul li {
    margin-bottom: 10px;
  }
}

/* xs */
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  body.sidr-open {
    height: 100%;
    overflow: hidden;
    z-index: 0;
  }

  #home .homeTeaser {
    padding-right: 0;
  }

  #home .homeTeaser .textContent {
    background: #ffffffbb;
    width: 100%;
  }

  #home .homeTeaser .textContent p {
    font-weight: 600;
  }

  #home .teaserBG {
    background-position: center right;
  }

  .container {
    max-width: 767px;
  }

  #login {
    width: 100%;
  }

  /*services*/
  #services {
    padding: 30px 0;
  }

  .service-info h3 {
    font-size: 20px;
  }

  .social-icons ul li a {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 30px;
  }

  .caption {
    width: 100%;
  }

  .register a {
    margin-top: 0;
  }

  .caption h3 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .register a {
    font-size: 18px;
  }

  .navbar-right li a {
    background-color: #fff;
  }

  .nav li a {
    border-bottom: 1px solid #ededed;
  }

  .nav li {
    width: 50%;
  }

  .main-nav {
    height: 150px;
  }

  .nav li:last-child {
    border-right: none;
  }

  .service-info .info-text {
    margin-bottom: 10px;
  }

  .service-info {
    max-height: 300px;
  }

  .heft h1 {
    font-size: 18px;
  }

  .shop-image {
    width: 100%;
    margin-bottom: 10px;
  }

  .shop-desc p {
    margin-bottom: 25px;
  }

  .shop-image > img {
    float: none;
    max-width: 160px;
    margin: 0 auto;
    display: block;
  }

  .shop-desc {
    width: 100%;
  }

  .shop-table .table-desc,
  .shop-table .percent {
    width: 100%;
    border-left: none;
  }

  .shop-table .table-desc {
    padding-left: 0;
  }

  .shop-table .vouchers .percent {
    padding-right: 0;
    margin-bottom: 15px;
  }

  #plans .plan {
    width: 100%;
  }

  #plans .plan-title,
  #plans .plan-select a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  #plans .plan-select a,
  #plans .featured .plan-select a {
    margin: 20px;
  }

  #plans .featured {
    margin-top: 0;
  }

  .adventskalender-modal > .container,
  .modal > .container {
    width: 90%;
  }

  .naspaepaper.mw-cols-2-1 > div,
  .naspaepaper.mw-cols-2-1 > div + div {
    width: 100%;
  }

  .content-wrapper .form-signin {
    padding: 10px 0;
    max-width: 100%;
  }

  .loginform.bodylogin input.error:invalid + label.error {
    height: 20px;
    line-height: 20px;
  }

  .loginform.bodylogin input + label.error {
    -moz-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    -o-transform: translateY(-18px);
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
  }

  /* GRID */
  .col-sm-9,
  .col-sm-3 {
    width: 100%;
  }

  .cashback-faqbar:before {
    left: -1px;
  }

  .additional-voucher .additional-voucher-content p {
    margin-bottom: 30px;
  }

  .additional-voucher .text-left,
  .additional-voucher form {
    width: 100%;
  }
  .toolbarTeaser,
  .caption {
    bottom: 0;
  }
  .contact-sidebar {
    padding: 25px 0 0 0;
    clear: both;
  }
  #Kontakt + section .mw-cols-2-1 > div + div {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .magazin-link {
    float: left;
  }

  .video-embed iframe {
     width: 90vw;
    height: auto;
  }

  .katalog {
    bottom: 0;
    right: -20%;
    position: relative;
    float: left;
    width: 100%;
  }

  .cross-product {
    width: 100%;
  }

  table.dataTable thead .sorting_asc:before,
  table.dataTable thead .sorting:before,
  table.dataTable thead .sorting_desc:before {
    content: none;
  }

  .young #topangebote > .container {
    width: 100%;
  }

  .article-intro .article-img {
    float: left;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .heft h1 {
    font-size: 16px;
  }

  .advent-cell {
    position: relative;
    margin: 0 auto;
    display: block;
    float: none;
    max-width: 250px;
  }

  #Shopdetail-content [class*="col-"],
  .shop-categories [class*="col-"] {
    float: left;
  }

  .shop-categories .col-5-12 {
    width: 85%;
  }
  #Shopdetail-content .col-5-12 {
    width: 100%;
  }
  .cashback-faqbar:before {
    content: none;
  }

  .shop-categories .sword-col {
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }

  .shop-categories .col-1-12 {
    width: 15%;
  }

  .shops-grid .mobile-col-1-2 {
    width: 100%;
  }
  .shops-grid .shop-categories {
    padding: 15px;
  }
  .content-wrapper h1,
  #contact-content h1 {
    font-size: 28px;
  }

  /* Impressum table */
  .page-30 table td {
    width: 100%;
    display: block;
  }
}

/* XS Portrait */
@media only screen and (max-width: 479px) {
  .hero {
    height: 180px;
    background-size: cover;
    background-position: top center;
    margin-top: 60px;
    background-color: #f0f0f0;
  }
  .hero .container {
    padding-left: 0;
    padding-right: 0;
  }

  .light {
    display: none;
  }
  .toolbarTeaser,
  .caption {
    font-size: 14px;
    position: relative;
    top: 180px;
  }

  /* vor ort */
  .page-93 .shop-categories ul {
    padding-left: 10px;
    margin-top: 10px;
  }
  .page-93 .shop-categories {
    padding-top: 0;
  }
  .row-right {
    margin-right: 0;
  }

  .container {
    max-width: 479px;
  }

  .hide-on-mobile-480 {
    display: none;
  }

  /* CATEGOREIS OPENER */
  .categories-opener,
  .help-opener {
    top: 0;
    height: 45px;
    width: 45px;
    line-height: 45px;
  }

  .shop-categories h3 {
    font-size: 20px;
    margin-bottom: 0;
    height: 45px;
    line-height: 45px;
    padding-left: 15px;
    border-bottom: 1px solid #f0f0f0;
  }

  .categories-opener,
  .help-opener {
    font-size: 24px;
    color: #EE0000;
  }

  .opener {
    display: block !important;
  }

  .categories-opener .icon-minus,
  .help-opener .icon-minus {
    color: #333;
  }

  .mwbox,
  .shop-categories {
    line-height: 2em;
    padding-right: 0;
    padding: 15px 0;
  }

  /* Meine Naspa */
  .mwbox.mini-menu {
    line-height: 44px;
    padding: 0 0 0 15px;
  }

  .mini-menu #help-menu.opener {
    margin-top: 0;
  }

  input[type="submit"].searchbox-submit {
    width: 45px;
  }

  #shops-menu,
  #help-menu {
    padding-left: 15px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 2em;
    font-weight: 200;
  }

  #help-menu {
    padding-bottom: 10px;
  }

  .cat-border {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
  }

  #help-menu li.icon-right-open-1,
  #shops-menu li.icon-right-open-1 {
    margin: 0;
  }

  #help-menu li.icon-right-open-1:before,
  #shops-menu li.icon-right-open-1:before {
    content: "\e803";
    height: 30px;
    width: 30px;
    line-height: 30px;
    padding-right: 10px;
    float: right;
  }

  #shops-menu li.icon-right-open-1.active:before,
  #help-menu li.icon-right-open-1.active:before {
    content: "\e814";
  }

  #help-menu li.icon-right-open-1 ul li.icon-right-open-1:before,
  #shops-menu li.icon-right-open-1 ul li.icon-right-open-1:before {
    content: "\e802" !important;
    margin-right: -17px;
    font-size: 12px;
  }

  #help-menu li.icon-right-open-1 a,
  #shops-menu li.icon-right-open-1 a {
    font-weight: 200;
    font-size: 18px;
  }

  #shops-menu li ul li.icon-right-open-1 {
    padding-left: 15px;
    border-bottom: 1px solid #f0f0f0;
    margin-right: 25px;
  }

  #shops-menu li ul li.icon-right-open-1:before {
    padding-right: 0;
    color: #333;
  }

  .searchbox {
    right: 45px;
    min-width: 45px;
    height: 45px;
  }

  .searchbox-input {
    height: 45px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 45px;
  }

  .icon-search,
  .searchbox-submit,
  .icon-search.icon-cancel,
  .sortable {
    width: 45px;
    height: 45px;
    font-size: 22px;
    line-height: 45px;
  }

  .searchbox-open {
    width: calc(100% - 45px);
  }

  .vorteils-shops {
    height: 45px;
    line-height: 45px;
    padding: 15px;
  }

  .header-shops {
    line-height: 1.2em;
  }

  .header-shops h3 {
    font-size: 16px;
  }

  .service-info {
    max-height: none;
  }

  .service-info .poster {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    float: left;
    max-width: 100%;
    display: block;
  }

  .service-info .info-text h3 {
    text-align: center;
  }

  .service-info .info-text {
    width: 100%;
    margin-bottom: 35px;
  }

  .service-info .next {
    float: left;
    position: relative;
    left: 0;
  }

  .info-text p {
    margin-bottom: 20px;
  }

  .nav li a {
    border-left: none;
    padding: 15px 0;
  }

  .nav li:last-child,
  .nav li:last-child a {
    border-right: none;
    border-bottom: none !important;
  }

  .nav li {
    width: 100%;
  }

  .main-nav {
    height: 220px;
  }

  .service-info .button {
    position: relative;
    display: inline-block;
    text-align: center;
  }

  .heft h1 {
    line-height: 1.5em;
    padding: 5px;
  }

  .magazin-link {
    font-size: 18px;
    padding-left: 5px;
  }

  .katalog {
    right: 0;
    float: right;
    max-width: 150px;
  }

  .katalog {
    right: -20px;
  }

  #topangebote {
    padding-right: 0;
  }

  .shopbox,
  .shop-banner {
    padding: 15px;
  }

  .shop-banner.cross .more,
  .shop-banner .more {
    margin-left: -15px;
    margin-right: -15px;
    bottom: -15px;
    padding: 7px;
  }

  .topangebot {
    width: 50%;
    padding-right: 10px;
    float: left;
  }

  .shop-banner.cross .more,
  .shop-banner .more {
    margin-left: -10px;
    margin-right: -10px;
    bottom: -25px;
  }

  .topangebot .shop-banner {
    min-height: 100%;
    padding: 10px;
    margin-top: 25px;
  }

  .topangebot .shop-banner .shop-name {
    margin-bottom: 0;
    height: 50px;
    font-size: 13px;
    line-height: 16px;
  }

  .shopbox .shop-action .action,
  .shopbox .shop-action .button {
    float: none;
  }

  .shop-action .action {
    padding: 3px 15px;
  }

  .adventskalender-modal > .container,
  .modal > .container {
    top: 10%;
  }

  .android-login,
  #menu-login,
  .mygirologged {
    right: 5px;
    top: 2px;
  }

  .accordion h3 {
    padding-right: 50px;
  }

  .news-single .article-intro .article-img,
  .news-single .article-intro p {
    float: left;
    width: 100%;
    max-width: none;
  }

  #kontaktformular input[type="submit"].action {
    width: 100%;
  }

  #footer .footerMenu li {
    float: none;
  }

  /* reise */
  #reise-angebote .sidebar {
    padding: 10px;
  }

  .content-wrapper h1,
  #contact-content h1 {
    font-size: 24px;
  }
  .grey .grid {
    padding-left: 0;
    padding-right: 0;
  }
}

/* XS Portrait */
@media only screen and (max-width: 374px) {
  .heft {
    padding: 15px 0;
  }

  .katalog {
    opacity: 0.75;
    bottom: -85px;
  }

  .content-wrapper h1,
  #contact-content h1 {
    font-size: 20px;
  }
}

form {
  /* textarea */
  /* error handle */
}

form .row {
  margin-right: -10px;
  margin-left: -10px;
}

form [class^="col-"],
form [class*=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.form-group2x,
.form-group3x,
.form-group {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.form-group2x {
  margin-bottom: 30px;
}

.form-group3x {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  form .form-group {
    margin-bottom: 10px;
  }
}

form .form-group2x {
  margin-bottom: 30px;
}

form .form-group3x {
  margin-bottom: 40px;
}

form .form-control {
  width: 100%;
  vertical-align: top;
  float: left;
  margin-right: 6px;
  min-height: 45px;
  outline: 0;
  background: none;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-color: #fff;
  padding: 5px;
  line-height: 21px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* LAYOUT: REISE */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.tickets,
.reisen {
  /* topangebote  */
  /* reise if not logged in */
}

.tickets .content-wrapper,
.reisen .content-wrapper {
  min-height: auto;
}

.tickets .content-wrapper,
.reisen .content-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 767px) {
  .tickets .content-wrapper,
  .reisen .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.tickets .reise-frame .content-wrapper,
.reisen .reise-frame .content-wrapper {
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .tickets .reise-frame .content-wrapper,
  .reisen .reise-frame .content-wrapper {
    padding: 15px;
  }
}

.tickets #topangebote,
.reisen #topangebote {
  margin-top: 4px;
  /* target link | button */
}

.tickets #topangebote .action,
.reisen #topangebote .action {
  position: absolute;
  bottom: 25px;
  left: 20px;
  font-weight: bold;
  color: #f00;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
}

.tickets #topangebote .action i,
.reisen #topangebote .action i {
  position: absolute;
  font-size: 13px;
  display: inline-block;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  height: 23px;
  width: 23px;
  top: -1px;
  right: -30px;
  text-indent: 1px;
  line-height: 22px;
}

.tickets #topangebote .action:hover i,
.reisen #topangebote .action:hover i {
  border-color: #f00;
  background-color: #f00;
  color: #fff;
}

.tickets .action-button,
.reisen .action-button {
  margin: 35px 0;
  float: left;
  width: 100%;
}

.tickets .evolution-wrap,
.reisen .evolution-wrap {
  margin-left: -20px;
  margin-right: -20px;
}

@media only screen and (max-width: 991px) {
  .tickets .evolution-wrap,
  .reisen .evolution-wrap {
    margin-left: -8px;
    margin-right: -8px;
  }
}

@media only screen and (max-width: 767px) {
  .tickets .evolution-wrap,
  .reisen .evolution-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}

.tickets #evolutionIBE,
.reisen #evolutionIBE {
  margin-top: 40px;
}

.tickets .content-wrapper:last-child,
.reisen .content-wrapper:last-child {
  margin-top: 20px;
}

.tickets #notlogedin,
.reisen #notlogedin {
  width: 100%;
  height: 870px;
  position: relative;
  background-image: url("/fileadmin/user_upload/Reise/reise-not-loggedin.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

@media only screen and (max-width: 1200px) {
  .tickets #notlogedin,
  .reisen #notlogedin {
    background-size: contain;
  }
}

@media only screen and (max-width: 620px) {
  .tickets #notlogedin,
  .reisen #notlogedin {
    background-image: url("/fileadmin/user_upload/Reise/reise-not-loggedin-mobile.jpg");
    background-size: contain;
  }
}

.tickets #notlogedin .login-hover-box,
.reisen #notlogedin .login-hover-box {
  max-width: 610px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 105px;
  padding: 50px 70px;
  color: #fff;
  background-color: #EE0000;
  /* mobile */
}

.tickets #notlogedin .login-hover-box a,
.reisen #notlogedin .login-hover-box a {
  color: #fff;
  margin-top: 12px;
  font-size: 17px;
  float: left;
  position: relative;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}

.tickets #notlogedin .login-hover-box a:last-child,
.reisen #notlogedin .login-hover-box a:last-child {
  float: right;
}

.tickets #notlogedin .login-hover-box a i,
.reisen #notlogedin .login-hover-box a i {
  position: absolute;
  right: -25px;
  top: 1px;
  font-size: 12px;
}

.tickets #notlogedin .login-hover-box a:hover,
.reisen #notlogedin .login-hover-box a:hover {
  border-bottom: 1px solid #fff;
}

.tickets #notlogedin .login-hover-box h3,
.reisen #notlogedin .login-hover-box h3 {
  font-size: 35px;
  color: #fff;
  font-weight: 200;
}

.tickets #notlogedin .login-hover-box p,
.reisen #notlogedin .login-hover-box p {
  font-weight: 200;
}

@media only screen and (max-width: 767px) {
  .tickets #notlogedin .login-hover-box,
  .reisen #notlogedin .login-hover-box {
    padding: 15px 20px;
  }

  .tickets #notlogedin .login-hover-box h3,
  .reisen #notlogedin .login-hover-box h3 {
    font-size: 22px;
  }

  .tickets #notlogedin .login-hover-box a,
  .reisen #notlogedin .login-hover-box a {
    padding-right: 15px;
  }

  .tickets #notlogedin .login-hover-box a i,
  .reisen #notlogedin .login-hover-box a i {
    right: -10px;
  }
}

@media only screen and (max-width: 479px) {
  .tickets #notlogedin .login-hover-box a,
  .reisen #notlogedin .login-hover-box a {
    clear: both;
  }

  .tickets #notlogedin .login-hover-box a:last-child,
  .reisen #notlogedin .login-hover-box a:last-child {
    float: left;
  }
}

.tickets .call-us,
.reisen .call-us {
  text-align: right;
  padding-left: 40px;
  font-weight: 600;
}

.tickets .call-us h2,
.reisen .call-us h2 {
  font-size: 38px;
  font-weight: bold;
}

.tickets .call-us .opening-title,
.reisen .call-us .opening-title {
  text-align: left;
  width: 185px;
  display: inline-block;
}

@media only screen and (max-width: 479px) {
  .tickets .call-us .opening-title,
  .reisen .call-us .opening-title {
    width: 150px;
  }
}

.reise-frame {
  padding: 0 0 30px 0;
  background-color: #f0f0f0;
}

.reise-container {
  background-color: #fff;
  max-width: 1040px;
  margin: 0 auto;
  padding: 30px 0;
}

.reise-container h1 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1em;
  color: #f00;
  padding-left: 45px;
  padding-bottom: 30px;
}

.reise-frame .secondary-font {
  padding-top: 20px !important;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* TICKETS & EVENTS */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.tickets #TicketShopContainer {
  margin-top: 25px;
}

.tickets #notlogedin {
  margin-top: 65px;
  background-image: url("/fileadmin/user_upload/Tickets/tickets-not-loggedin.jpg");
}

@media only screen and (max-width: 1200px) {
  .tickets #notlogedin {
    background-size: contain;
  }
}

@media only screen and (max-width: 620px) {
  .tickets #notlogedin {
    background-image: url("/fileadmin/user_upload/Tickets/tickets-not-loggedin-mobile.jpg");
  }
}

.back-to-list {
  margin-left: 5px;
}

.back-to-list:before {
  background-color: #666;
}

.event-box .img {
  background-position: center;
}

/* Basket view */
.basket-view .hero {
  display: none;
}

@media only screen and (max-width: 479px) {
  .basket-view .basket-button {
    clear: both;
  }
}

.basket-view .grey {
  padding: 110px 0 100px 0;
  min-height: 680px;
}

#tx_cookies {
  position: fixed;
  right: 0;
  bottom: 2em;
  width: auto;
  max-width: 350px;
  padding: 2em;
  font-size: 12px;
  background: #EE0000;
  color: #fff;
  z-index: 99999;
}

#tx_cookies #tx_cookies_inner {
  background: none;
}

#tx_cookies h3 {
  color: white;
  font-size: 22px;
}

#tx_cookies p {
  margin-bottom: 1em;
}

#tx_cookies .btn.btn-negative {
  border: 2px solid #fff;
  color: #fff;
  background: none;
  font-size: 14px;
  padding: 0.5em 2em;
  margin: 0.5em 0 1em;
}

#tx_cookies .textLink,
#tx_cookies input.textLink {
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 0 0 0 0.35em;
  display: inline-block;
  margin-bottom: 1em;
  background: none;
}

#tx_cookies #tx_cookies_close {
  border: none;
  background: none;
  display: inline-block;
  width: 25px;
  height: 25px;
  float: right;
  overflow: hidden;
  position: relative;
  top: -10px;
  right: -20px;
  text-indent: -9999px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 500px;
}

.corona-wrapper {
  background: #fff;
  padding: 30px;
  border-left: 4px solid #EE0000;
  margin-bottom: 30px;
  width: 99%;
}

.corona-wrapper h2 {
  color: #EE0000;
}

.corona-wrapper strong {
  color: #777;
}

.hero a.btn.btn-primary.icon-right-open {
  display: block;
}

@media only screen and (max-width: 640px) {

    .shop-categories {
      padding: 15px 15px;
    }
    .shop-categories .col-6-12.mobile-col-1-1 {
        width: 50%;
    }
    .shop-categories .col-6-12.mobile-col-1-1:last-child {
        width: 45%;
        float: right;
    }
    .shop-categories .col-6-12.mobile-col-1-1 .sword-col{
        margin-bottom: 0;   
    }
    .shop-categories .col-6-12.mobile-col-1-1 .sword input[type="text"]{
        height: 38px;
        min-height: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .shop-categories {
      padding: 15px 15px !important;
    }
    .shop-categories .col-6-12.mobile-col-1-1 {
        width: 50%;
    }
    .shop-categories .col-6-12.mobile-col-1-1:last-child {
        width: 45%;
        float: right;
    }
}