/* C S S 3 - S T Y L E S */
/* F O N T S */
/* S I Z E */
/* D E V I C E */
@media screen and (min-width: 48.0625em) {
  #content h1 a:not(.btn), #content h2 a:not(.btn), #content h3 a:not(.btn), #content h4 a:not(.btn), #content h5 a:not(.btn), #content p a:not(.btn) {
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-decoration: none;
    text-underline-position: auto;
    box-decoration-break: clone;
    transition-property: border-bottom-width;
    transition-duration: 0.3s;
  }
  #content h1 a:not(.btn)::before, #content h2 a:not(.btn)::before, #content h3 a:not(.btn)::before, #content h4 a:not(.btn)::before, #content h5 a:not(.btn)::before, #content p a:not(.btn)::before, #content h1 a:not(.btn)::after, #content h2 a:not(.btn)::after, #content h3 a:not(.btn)::after, #content h4 a:not(.btn)::after, #content h5 a:not(.btn)::after, #content p a:not(.btn)::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    box-decoration-break: clone;
  }
  #content h1 a:not(.btn)::before, #content h2 a:not(.btn)::before, #content h3 a:not(.btn)::before, #content h4 a:not(.btn)::before, #content h5 a:not(.btn)::before, #content p a:not(.btn)::before {
    border-bottom: 1px solid;
    border-bottom-color: inherit;
  }
  #content h1 a:not(.btn)::after, #content h2 a:not(.btn)::after, #content h3 a:not(.btn)::after, #content h4 a:not(.btn)::after, #content h5 a:not(.btn)::after, #content p a:not(.btn)::after {
    border-bottom: 3px solid;
    border-bottom-color: inherit;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.3s;
  }
  #content h1 a:not(.btn):focus, #content h2 a:not(.btn):focus, #content h3 a:not(.btn):focus, #content h4 a:not(.btn):focus, #content h5 a:not(.btn):focus, #content p a:not(.btn):focus, #content h1 a:not(.btn):hover, #content h2 a:not(.btn):hover, #content h3 a:not(.btn):hover, #content h4 a:not(.btn):hover, #content h5 a:not(.btn):hover, #content p a:not(.btn):hover {
    border-bottom-width: 3px;
    transition-delay: 0.05s;
  }
  #content h1 a:not(.btn):focus::after, #content h2 a:not(.btn):focus::after, #content h3 a:not(.btn):focus::after, #content h4 a:not(.btn):focus::after, #content h5 a:not(.btn):focus::after, #content p a:not(.btn):focus::after, #content h1 a:not(.btn):hover::after, #content h2 a:not(.btn):hover::after, #content h3 a:not(.btn):hover::after, #content h4 a:not(.btn):hover::after, #content h5 a:not(.btn):hover::after, #content p a:not(.btn):hover::after {
    transform: scale(1);
    transition-duration: 0.15s;
  }
}
body, body .btn, .navigation .header-menu, .navigation .header-menu .nav, .box--osc #edition, .box--osc #package .item .package, .box--osc #payment_type .paymentchoice {
  transition: all 0.3s;
}
body form .form-control, .box--osc #payment_type .paymentchoice .ibanSection .form-control {
  box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.6);
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html, body {
  font-size: 100%;
}
body {
  background: #d6d9dd;
}
body, label, p, a, li, h1, h2, h3, h4, h5 {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  color: #5a5f65;
}
hr {
  border-top: 2px solid #d8d8d8;
}
/* Headlines */
h3 {
  font: 600 14px/1.2em 'Source Sans Pro', Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.4375rem;
}
/* Fonts */
.font-bold {
  font: 600 14px/1.2em 'Source Sans Pro', Arial, sans-serif;
}
.font-14 * {
  font-size: 0.875rem;
  line-height: 1.1875rem;
}
.font-18 {
  font-size: 1.125rem;
  line-height: 1.4375rem;
}
.font-18 * {
  font-size: 1.125rem;
  line-height: 1.4375rem;
}
.font-26 {
  font: 600 14px/1.2em 'Source Sans Pro', Arial, sans-serif;
  font-size: 1.625rem;
  line-height: 1.9375rem;
  color: #000;
}
.no-margin-top {
  margin-top: 0;
}
.no-margin-right {
  margin-right: 0;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.no-margin-left {
  margin-left: 0;
}
.no-margin-all {
  margin: 0;
}
.no-paddig-top {
  padding-top: 0;
}
.no-paddig-right {
  padding-right: 0;
}
.no-paddig-bottom {
  padding-bottom: 0;
}
.no-paddig-left {
  padding-left: 0;
}
.no-paddig-all {
  padding: 0;
}
/* Custom Styles */
.inline-block {
  display: inline-block;
}
@media (min-width: 991px) {
  div[class*="col-"].no-padding {
    padding: 0;
  }
}
.shadowbox {
  background: #fff;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
}
.shadowbox.grey {
  background: #efefef;
}
[data-toggle="tooltip"] {
  position: relative;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
@media (max-width: 991px) {
  #content {
    overflow: hidden;
  }
  #content .container {
    padding: 0;
  }
}
.container .container {
  width: auto;
  margin: inherit;
  padding: inherit;
}
.row--2x {
  margin-top: 20px;
}
.row--3x {
  margin-top: 30px;
}
/* Buttons */
body .btn {
  font: 600 14px/1.2em 'Source Sans Pro', Arial, sans-serif;
  font-size: 1rem;
  background: none #f3f3f3;
  border-radius: 2px;
  border: 0 none;
  padding: 10px 15px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
  text-shadow: none;
}
body .btn-warning {
  background-color: #ffbe00;
  color: #fff;
}
body .btn-warning:focus, body .btn-warning:hover {
  background-color: #fff;
  color: #000;
}
body .btn-primary {
  background-color: #5a5f65;
  color: #fff;
}
body .btn-primary:focus, body .btn-primary:hover {
  background-color: #727880;
  color: #fff;
}
body .btn-default {
  background-color: #fafafa;
  color: #5a5f65;
}
body .btn-default:focus, body .btn-default:hover {
  background-color: #e1e1e1;
  color: #5a5f65;
}
body .btn-success {
  background-color: #5a5f65;
  color: #fff;
}
body .btn-success:focus, body .btn-success:hover {
  background-color: #727880;
  color: #fff;
}
/* Buttons */
body form .form-control {
  height: 41px;
  padding: 10px;
  background-color: #fff;
}
.box--wrapper {
  padding: 0 0 15px 0;
}
.box--header {
  background: #ffbe00;
}
.box--header h1, .box--header h2, .box--header h3, .box--header h4, .box--header h5, .box--header h6 {
  font: 700 14px/1.2em 'Source Sans Pro', Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  color: #fff;
  padding: 15px 15px 18px 15px;
  margin: 0;
}
.box--header.icon-confirmed h2:after {	 
    content: "";
    font-family: FontAwesome;
    margin-left:5px;
}
.box--content__headline {
  font-size: 1.875rem;
  line-height: 2.375rem;
  color: #2f2f2f;
  text-align: center;
  padding: 40px 0 0 0;
}
.box--content__subline {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  color: #5a5f65;
  text-align: center;
  padding: 15px 0 0 0;
}
.box--content__subline--bold {
  font-weight: 600;
}
.box--content__headline + .box--subcontent {
  padding-top: 20px;
}
/* payment margin fix RPWZOSCVER-1736*/
.box--subcontent.payment-box, .box--subcontent-sepa .container {
  padding-top: 0px;
}

.box--subcontent {
  position: relative;
  padding: 0 15px;
}
.box--subcontent--grey {
  background-color: #efefef;
  margin: -20px -20px 0 -20px;
  padding: 20px 40px;
}
.box--subcontent--header {
  font: 700 14px/1.2em 'Source Sans Pro', Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 1.6875rem;
  text-align: center;
}
.box--subcontent--images {
  padding: 0 20px;
}
@media (max-width: 600px) {
  .box--subcontent--images {
    padding-bottom: 0;
  }
}
.box--subcontent--images h3 {
  font: 700 14px/1.2em 'Source Sans Pro', Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 1.6875rem;
  text-align: center;
}
@media (max-width: 600px) {
  .box--subcontent--images h3 {
    font-size: 1.125rem;
    line-height: 1.4375rem;
  }
}
.box--subcontent--images img {
  margin-top: 10px;
  padding: 0 10px;
}
.box--subcontent--images .item {
  margin: 50px 0 20px 0;
  border: 1px solid transparent;
  cursor: pointer;
}
@media screen and (min-width: 48.0625em) {
  .box--subcontent--images .line-selected {
    background-color: #fafafa;
    border: 3px solid #ffbe00;
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 48em) {
  .box--subcontent--images .line-selected {
    height: auto !important;
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 48em) {
  .box--subcontent--images h3 {
    padding: 0 10px;
  }
  .box--subcontent--images .line-selected {
    position: relative;
    background-color: #fafafa;
    border: 1px solid #ffbe00;
  }
  .box--subcontent--images .line-selected:after, .box--subcontent--images .line-selected:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .box--subcontent--images .line-selected:after {
    border-color: transparent;
    border-top-color: #fafafa;
    border-width: 20px;
    margin-left: -20px;
  }
  .box--subcontent--images .line-selected:before {
    border-color: transparent;
    border-top-color: #ffbe00;
    border-width: 21px;
    margin-left: -21px;
  }
}
.box--subcontent--images .line-active {
  position: relative;
  background-color: #fafafa;
  border: 1px solid #ffbe00;
}
.box--subcontent--images .line-active:after, .box--subcontent--images .line-active:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.box--subcontent--images .line-active:after {
  border-color: transparent;
  border-top-color: #fafafa;
  border-width: 20px;
  margin-left: -20px;
}
.box--subcontent--images .line-active:before {
  border-color: transparent;
  border-top-color: #ffbe00;
  border-width: 21px;
  margin-left: -21px;
}
.box--subcontent--table {
  padding: 0 5px 5px 5px;
}
.box--subcontent--entry {
  padding: 0;
  border-bottom: 2px solid #d8d8d8;
}
.box--subcontent--entry .item {
  cursor: pointer;
}
.box--subcontent--entry:last-child {
  border: 0 none;
}
.box--subcontent--entry--info {
  padding: 10px 5px;
  font: 600 14px/1.2em 'Source Sans Pro', Arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  text-align: center;
}
.box--subcontent--entry--image {
  padding: 10px 0;
}
@media screen and (min-width: 48.0625em) {
  .box--subcontent--entry .line-selected {
    background-color: #fafafa;
    border: 3px solid #ffbe00;
    border-top: 0 none;
    border-bottom: 0 none;
  }
  .box--subcontent--entry:last-child .line-selected {
    border-bottom: 3px solid #ffbe00;
  }
}
@media screen and (min-width: 48.0625em) {
  .box--subcontent--entry {
    display: table;
    width: 100%;
  }
  .box--subcontent--entry .line {
    background-color: rgba(250, 250, 250, 0.5);
  }
  .box--subcontent--entry .row {
    display: table-row;
    height: 100%;
    width: 100%;
  }
  .box--subcontent--entry .row > div {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
}
.box--subcontent--next {
  padding-right: 35px;
  margin: 25px 0;
}
.box--info {
  padding: 0 25px;
  font-size: 0.625rem;
  line-height: 0.9375rem;
}
.box--clone {
  position: absolute;
  left: 0;
  top: 0;
}
.box--osc .box--content__headline {
  padding-top: 1.0625rem;
  font: 600 14px/1.2em 'Source Sans Pro', Arial, sans-serif;
  font-size: 1.875rem;
}
.box--osc .box--subcontent--images .item {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.box--osc .sly .controlls .pages {
  display: block; 
}
.box--osc .sly .controlls .btn_prev {
  left: -12px;
}
.box--osc .sly .controlls .btn_next {
  right: -12px;
}
.box--simple .box--content {
  padding: 20px;
}
@media screen and (max-width: 48em) {
  .box--teaser .box--header {
    display: none;
  }
}
.box--teaser .box--content {
  padding: 20px;
}
.box--special {
  background-color: #efefef;
}
.box--special .shadowbox {
  background-color: #efefef;
}
.box--special .box--content__headline {
  padding: 10px 0 0 0;
  font-size: 1.375rem;
}
#special {
  background-color: transparent;
}
#special .special-box {
  position: relative;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.12);
  padding-bottom: 40px;
}
#special .special-box .btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#special .special-img {
  position: static;
}
/* Content */
#content {
  padding: 0;
}
#content h1 a:not(.btn), #content h2 a:not(.btn), #content h3 a:not(.btn), #content h4 a:not(.btn), #content h5 a:not(.btn), #content p a:not(.btn) {
  border-color: #ffbe00;
}
#content a[href^="mailto"] {
  cursor: default;
  border: 0 none;
  font-weight: 700;
}
#content a[href^="mailto"]::after, #content a[href^="mailto"]::before {
  border: 0 none !important;
  display: none;
}
#content a[href^="tel"] {
  cursor: default;
  text-decoration: none;
}
#content a[href^="tel"]::after, #content a[href^="tel"]::before {
  border: 0 none !important;
  display: none;
}
#content a.btn-choose {
  position: absolute;
  border-color: transparent;
}
#content a.btn-choose::after, #content a.btn-choose::before {
  border: 0 none;
}
#content section:last-child {
  padding-bottom: 0;
}
footer p {
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
footer #footer-menu {
  background-color: #5a5f65;
}
footer #footer-menu .footer-nav-wrapper {
  border: 0 none;
}
footer #footer-menu .footer-nav-wrapper .contact-fon {
  margin: 0;
}
@media screen and (max-width: 48em) {
  footer #footer-menu .socialicons {
    margin-top: 20px;
  }
}
footer #footer-menu .socialicons .icons a {
  display: block;
  font-size: 1rem;
  line-height: 1.3125rem;
}
footer #footer-menu .socialicons .icons a .fa {
  width: 20px;
}
footer #footer-menu .ssl {
  font: 600 14px/1.2em 'Source Sans Pro', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3125rem;
}
footer #footer-menu .footer-contact p, footer #footer-menu .footer-nav-menu p {
  font: 600 14px/1.2em 'Source Sans Pro', Arial, sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
footer #footer-menu li, footer #footer-menu li a {
  font-size: 1rem;
  line-height: 1.3125rem;
}
footer #footer-menu .footer-contact * {
  color: #fff;
}
footer #footer-menu .footer-contact .box-contact.contact-fon {
  padding-left: 0;
}
footer #footer-menu .footer-contact .box-contact.contact-fon .fa {
  position: static;
  padding: 0;
  margin-right: 15px;
}
footer .container-fluid {
  border: 0 none;
  background-color: #5a5f65;
}
#header .bar {
  padding: 10px 0;
}
#header .bar .phone {
  padding-top: 2px;
}
#header .bar .phone * {
  color: #fff;
}
@media screen and (min-width: 48.0625em) {
  #header .bar .info {
    padding-top: 5px;
  }
}
#header .brand {
  padding: 22px 0 16px 0;
  margin-bottom: 0;
  min-height: 92px;
}
#header .brand .container {
  position: relative;
}
#header .brand .logo {
  padding-top: 8px;
}
#header .brand .contact {
  font: 600 14px/1.2em 'Source Sans Pro', Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.4375rem;
}
#header .brand .contact .fa {
  margin-top: 5px;
}
#header .brand .contact-mail {
  margin-top: 5px;
}
#header .brand .contact-mail p {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  font: 600 14px/1.2em 'Source Sans Pro', Arial, sans-serif;
}
#header .brand .contact-mail a {
  white-space: nowrap;
}
#header .brand .login {
  position: absolute;
  right: -100px;
  top: 8px;
}
@media (max-width: 991px) {
  #header .brand .navbar-toggle {
    display: inline-block;
  }
  /*  Login button fix (1) */
  .visible-lg-login {
	display: none;
  }
}
/*  Login button fix (2) */
@media (max-width: 1191px) {
  #header  .login-btn-text {
    display: none;
  }
  #header .brand .login {
  	right:0;
  }
}
/* sepa userdata space fix RPWZOSCVER-1736 */
@media (max-width: 991px) {
    .form-group > div {
        margin: 0px 0px 0px;
    }
	form select {
	    margin: 0px 0px 10px;
	}
}
@media (min-width: 991px) {
  #header .brand.align-middle .container .row, #header .brand.align-middle .container {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
  }
  #header .brand.align-middle .container .row > div, #header .brand.align-middle .container > div {
    flex: 0 0 auto;
  }
  #header .brand.align-middle .logo {
    padding-top: 0;
    margin: 0;
  }
  #header .brand.align-middle .logo a {
    display: inline-block;
  }
  #header .brand.align-middle .login {
    top: 15px;
  }
  #header .brand.align-middle .contact {
    padding-left: 36px;
  }
  #header .brand.align-middle .contact .fa {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -18px 0 0 0;
  }
}
#header.small {
  font-size: 100%;
}
#header.small .brand {
  padding: 22px 0 16px 0;
}
@media (max-width: 991px) {
  #header .brand {
    padding: 10px 0 15px 0;
    min-height: inherit;
  }
  #header .brand .logo {
    padding-top: 5px;
  }
  #header.small {
    font-size: 100%;
  }
  #header.small .brand {
    padding: 5px 0 10px 0;
  }
  #header.small .bar {
    padding: 10px 0;
  }
}
.icon {
  display: table;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 48em) {
  .icon {
    width: 33.3333333333px;
    height: 33.3333333333px;
  }
}
.icon-round {
  border-radius: 50px;
  background-color: #ffbe00;
  color: #fff;
}
.icon > * {
  display: table-cell;
  vertical-align: middle;
}
.icon .fa {
  font-size: 1.375rem;
}
@media screen and (min-width: 48.0625em) {
  a[href^="tel:"] {
    cursor: none;
  }
}
@media screen and (min-width: 48.0625em) {
  .table-div {
    display: table;
    width: 100%;
  }
  .table-div .row {
    display: table-row;
  }
  .table-div .row > div[class^="col-"] {
    display: table-cell;
    height: 100%;
  }
}
.navigation {
  padding: 0;
}
.navigation .header-menu {
  background: transparent;
  padding: 0;
}
.navigation .header-menu .nav li a {
  font: 600 14px/1.2em 'Source Sans Pro', Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  display: block;
  text-transform: none;
  color: #fff;
}
.navigation .header-menu .nav li a.focus, .navigation .header-menu .nav li a.active, .navigation .header-menu .nav li a:hover {
  background-color: #fff;
  color: #000;
}
@media  screen and (min-width: 991px) {
	.navigation {	/*osc: navigation only on mobile */
		display:none;
	}
}
@media screen and (min-width: 48.0625em) {
	
  .navigation .header-menu .nav {
    width: 100%;
    background: #ffbe00;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    float: none;
  }
  .navigation .header-menu .nav li {
    border-right: 1px solid #fff;
    flex-grow: 1;
    text-align: center;
  }
  .navigation .header-menu .nav li:last-child {
    border-right: 0;
  }
}
@media (max-width: 991px) {
  .navigation .header-menu {
    margin: -20px 0 20px 0;
  }
  .navigation .header-menu .nav {
    background-color: #ffbe00;
  }
  .navigation .header-menu .nav li a {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .small + .navigation {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 110px;
  }
}
@media (max-width: 768px) and (min-width: 600px) {
  .small + .navigation {
    top: 125px;
  }
}
.box--osc #checkout {
  background: none transparent;
  padding: 10px 0 0 0;
}
.box--osc #checkout #overviewSectionChoice h2 {
  font-weight: 600;
  margin: 0 0 20px 0;
}
.box--osc #checkout #overviewSectionChoice .summary * {
  font-size: 1.125rem;
}
.box--osc #checkout #overviewSectionChoice .summary h3 {
  margin: 0;
}
.box--osc #checkout #overviewSectionChoice .summary p:empty {
  display: none;
}
.box--osc #checkout #overviewSectionChoice .summary-complete {
  border-top: 2px solid #efefef;
  padding-top: 20px;
  margin-top: 20px;
}
.box--osc #checkout #overviewSectionChoice .summary-complete .comprice-eur {
  padding: 0;
  background: none transparent;
}
.box--osc #checkout #overviewSectionChoice .summary-complete .comprice-eur * {
  font-family: 'Source Sans Pro', Arial, sans-serif;
}
.box--osc #checkout #overviewSectionChoice .summary-complete .comprice-eur #overviewPrice {
  font-size: 1.75rem;
  line-height: 1.75rem;
}
.box--osc #checkout #overviewSectionChoice .summary .row {
  margin-bottom: 20px;
}
.box--osc .edition-live-img {	
	float:right;height:200px;width:40%;overflow:hidden;background-image: url('//rp-online.de/app/epaper/epaper-titelseite.jpg');background-repeat: no-repeat;background-size: 100% ;
}
.box--osc #edition {
  position: relative;
  background-color: transparent;
  padding: 0;
}
.box--osc #edition.act_use::after {
  display: none;
}
.box--osc #edition::after {
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(239, 239, 239, 0.5);
}
.box--osc #edition .form-wrapper {
  padding: 0 20px 40px 20px;
  border: 0 none;
  background-color: transparent;
}
.box--osc #edition .form-wrapper a[name="changeEditionButton"] {
  text-transform: inherit;
  float: none;
  min-width: inherit;
}
.box--osc #edition .form-wrapper #edition1-group, .box--osc #edition .form-wrapper #edition2-group {
  margin-bottom: 15px;
}
.box--osc #edition .form-wrapper .delabel {
  display: block;
}
.box--osc #edition .form-wrapper .delabel::after {
  content: url('../images/icons/cal.png');
  right: 10px;
  top: 10px;
}
.box--osc #edition .chosenpack {
  border: 3px solid #efefef;
}
.box--osc #edition .chosenpack h3 {
  font: 600 14px/1.2em 'Source Sans Pro', Arial, sans-serif;
  font-size: 1.625rem;
  line-height: 1.9375rem;
}
.box--osc #edition .chosenpack #edition-endprice-field {
  margin-top: 10px !important;
  font-size: 1.375rem !important;
}
.box--osc #edition .btn {
  display: block;
}
.box--osc #register, .box--osc #form {
  padding: 0;
}
.box--osc #register .form-wrapper, .box--osc #form .form-wrapper {
  background-color: transparent;
  padding: 0;
}
.box--osc #register .form-wrapper .col-form, .box--osc #form .form-wrapper .col-form {
  padding: 0;
}
.box--osc #register .form-wrapper .col-form .form-group > div, .box--osc #form .form-wrapper .col-form .form-group > div {
  padding: 0 5px;
}
.box--osc #register .form-wrapper .col-form label.delabel::after, .box--osc #form .form-wrapper .col-form label.delabel::after {
  content: url('../images/icons/cal.png');
  position: absolute;
  right: 16px;
  top: 0;
  margin-top: 12px;
}
.box--osc #register .form-wrapper .tba, .box--osc #form .form-wrapper .tba {
  margin: 20px 0 0 0;
}
.box--osc #register .form-wrapper .tba a, .box--osc #form .form-wrapper .tba a {
  text-decoration: none;
}
.box--osc #register .form-wrapper .tba u, .box--osc #form .form-wrapper .tba u, .box--osc #register .form-wrapper .tba em, .box--osc #form .form-wrapper .tba em {
  text-decoration: none;
}
.box--osc #register {
  margin: 30px 0 0 0; 
  padding: 0 15px;
}
.box--osc #register .form-wrapper {
  min-height: inherit;
  overflow: inherit;
  padding-bottom: 15px;
}
.box--osc #register .toggleForm .toggle {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  cursor: pointer;
}
.box--osc #registerHint {
  margin-top: 25px;
}
form.nolabels label {
  display: inherit;
  font-size: 0;
  margin: 0;
  line-height: 0;
}
form.nolabels label.delabel::after {
  top: 0;
  margin-top: 12px;
}
.box--form .box--wrapper {
  padding-bottom: 0;
}
.box--form .box--content {
  padding-bottom: 0;
}
.box--form .box--subcontent {
  background-color: #efefef;
  margin: 0 -20px;
  padding: 20px 35px;
}
.checkbox_style input:hover {
  font-size: 100px;
}
.box--osc #package .item .package {
  border-width: 3px;
}
.box--osc #package .item:hover .package, .box--osc #package .item.active .package {
  border-color: #ffbe00;
}
.box--osc #payment_type {
  margin: 15px 0 0 0;
}
.box--osc #payment_type .payment--other .labeltext p {
  padding-top: 10px;
}
.box--osc #payment_type .paymentchoice {
  margin-top: 5px;
  border-radius: 5px;
  border-width: 3px;
  min-height: inherit;
  cursor: pointer;
}
.box--osc #payment_type .paymentchoice.act {
  border-color: #ffbe00;
}
.box--osc #payment_type .paymentchoice .form-group {
  margin-bottom: 0;
}
.box--osc #payment_type .paymentchoice .checkbox_style input {
  display: none;
}
.box--osc #payment_type .paymentchoice .checkbox_style label {
  padding-left: 0;
}
.box--osc #payment_type .paymentchoice .checkbox_style label::before {
  display: none;
}
.box--osc #payment_type .paymentchoice .checkbox_style.show input {
  display: block;
}
.box--osc #payment_type .paymentchoice .checkbox_style.show label {
  padding-left: 30px;
}
.box--osc #payment_type .paymentchoice .checkbox_style.show label::before {
  display: block;
}
.box--osc #payment_type .paymentchoice .checkbox_style.show .style { 
  font-size:14px;color:#000;
}
@media screen and (min-width: 48.0625em) {
  .box--osc #payment_type .paymentchoice .ibanSection .form-control {
    display: inline-block;
    width: 50%;
    margin: 0 0 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box--osc #paymentPeriods .checkbox-wrap {
    display: block;
    width: auto;
    margin: 0 auto;
    max-width: 250px;
    float: none !important;
  }
}
.box--osc #payment_type .paymentchoice .labeltext {
  font: 600 14px/1.2em 'Source Sans Pro', Arial, sans-serif;
  font-size: 1.125rem;
}
.box--osc #payment_type .ibanwarning, .box--osc #payment_type .ibanwarning p {
  font-size: 0.625rem;
  line-height: 0.625rem;
}
.box--osc #paymentPeriods {
  margin-top: 20px;
}
.box--osc #present .present {
  padding: 5px;
  min-height: auto;
  border-width: 3px;
}
.box--osc #present .present h3 {
  font: 600 14px/1.2em 'Source Sans Pro', Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  text-align: center;
  margin: 0;
}
.box--osc #present .present p {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.box--osc #present .present p:empty {
  display: none;
}
.box--osc #present .present span.check {
  display: none;
}
.box--osc #present .present .choosepacket {
  display: none;
}
.box--osc #present .sly .carousel-control {
  top: 40%;
}
.box--osc #present .sly .present img {
  padding-bottom: 15px;
}
.box--osc #present .sly .present h3 {
  font-size: 1.375rem;
  padding-bottom: 10px;
}
.box--osc #present .sly .present p {
/* present description */	
 /* display: none !important;*/
}
.box--osc #companies {
  padding-bottom: 0;
}
.box--osc #companies .companylist {
  padding-bottom: 0;
  display: flex;
}
#teaser {
  margin: 0 0 0 0;
}
#teaser .sly .sly_inner div[class*="col-"] {
  padding: 0;
}
#teaser .sly .sly_inner .row {
  margin: 0;
}
#teaser .sly .controllsWrapper .controlls .carousel-control {
  display: none;
}
#teaser .sly .controllsWrapper .controlls .pages {
  padding: 10px 0;
}
#teaser .shadowbox {
  margin: 0 0 10px 0;
}