/* -----------------------------
 * Reset
 * ----------------------------- */

#rw div,
#rw span,
#rw applet,
#rw object,
#rw iframe,
#rw h1,
#rw h2,
#rw h3,
#rw h4,
#rw h5,
#rw h6,
#rw p,
#rw blockquote,
#rw pre,
#rw a,
#rw abbr,
#rw acronym,
#rw address,
#rw big,
#rw cite,
#rw code,
#rw del,
#rw dfn,
#rw em,
#rw img,
#rw ins,
#rw kbd,
#rw q,
#rw s,
#rw samp,
#rw small,
#rw strike,
#rw strong,
#rw sub,
#rw sup,
#rw tt,
#rw var,
#rw b,
#rw u,
#rw i,
#rw center,
#rw dl,
#rw dt,
#rw dd,
#rw ol,
#rw ul,
#rw li,
#rw fieldset,
#rw form,
#rw label,
#rw legend,
#rw table,
#rw caption,
#rw tbody,
#rw tfoot,
#rw thead,
#rw tr,
#rw th,
#rw td,
#rw article,
#rw aside,
#rw canvas,
#rw details,
#rw embed,
#rw figure,
#rw figcaption,
#rw footer,
#rw header,
#rw hgroup,
#rw menu,
#rw nav,
#rw output,
#rw ruby,
#rw section,
#rw summary,
#rw time,
#rw mark,
#rw audio,
#rw video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: inherit;
  font-family: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
#rw article,
#rw aside,
#rw details,
#rw figcaption,
#rw figure,
#rw footer,
#rw header,
#rw hgroup,
#rw menu,
#rw nav,
#rw section {
  display: block;
}

#rw ol,
#rw ul {
  list-style: none;
}

#rw blockquote,
#rw q {
  quotes: none;
}

#rw blockquote::before,
#rw blockquote::after,
#rw q::before,
#rw q::after {
  content: '';
  content: none;
}

#rw table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* -----------------------------
 * Basics
 * ----------------------------- */

html,
body {
  margin: 0;
}

#rw {
  margin: 0;
  font-size: 18px;
  font-family: 'Fira Sans', sans-serif;
  line-height: 1.7777777;
  box-sizing: border-box !important;
  color: #474747;
  background-color: #fafafa;
}

#rw *,
#rw *::before,
#rw *::after {
  box-sizing: inherit;
  color: inherit;
}

/* -----------------------------
 * Typography
 * ----------------------------- */

#rw h2,
#rw .h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
}

#rw h3,
#rw .h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

@media all and (min-width: 768px) {
  #rw h2,
  #rw .h2 {
    font-size: 42px;
    line-height: 46px;
  }

  #rw h3,
  #rw .h3 {
    font-size: 32px;
    line-height: 38px;
  }
}

#rw .c-blue {
  color: #004380;
}

#rw .c-gray {
  color: #8d8d8d;
}

#rw .c-green {
  color: #46bc63;
}

#rw .tac {
  text-align: center;
}

#rw .t-normal {
  font-weight: 400;
}

#rw strong,
#rw .t-bold {
  font-weight: 700;
}

#rw small,
#rw .t-small {
  font-size: 15px;
  line-height: 24px;
}

#rw .apps a {
  display: inline-block;
  text-decoration: none !important;
}

#rw a:not(.btn) {
  font-weight: 400;
  text-decoration: none;
}

#rw a:not(.btn),
#rw a:not(.btn):hover,
#rw a:not(.btn):active {
  color: #004380;
}

#rw a:not(.btn):hover,
#rw a:not(.btn):active {
  text-decoration: underline;
}

#rw select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-color: #ebebeb;
  border: 0;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 32px;
  font-family: 'Fira Sans', sans-serif;
  cursor: pointer;
}

#rw select::-ms-expand {
  display: none;
}

/* -----------------------------
 * Grids
 * ----------------------------- */

#rw .row {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
}

#rw .row .row {
  padding-right: 0;
  padding-left: 0;
}

@media all and (min-width: 768px) {
  #rw .row {
    overflow: hidden;
  }

  #rw .row::after,
  #rw .clearfix::after {
    content: '';
    clear: both;
    display: table;
  }

  #rw .row [class^='col-'] {
    float: left;
    padding-right: 16px;
    padding-left: 16px;
  }

  #rw .row [class^='col-']:first-child {
    padding-left: 0;
  }

  #rw .row [class^='col-']:last-child {
    padding-right: 0;
  }

  #rw .col-1 {
    width: 8.3333333%;
  }

  #rw .col-2 {
    width: 16.6666666%;
  }

  #rw .col-3 {
    width: 25%;
  }

  #rw .col-4 {
    width: 33.3333333%;
  }

  #rw .col-5 {
    width: 41.6666666%;
  }

  #rw .col-6 {
    width: 50%;
  }

  #rw .cUnser Danol-7 {
    width: 58.33333333%;
  }

  #rw .col-8 {
    width: 66.66666666%;
  }

  #rw .col-9 {
    width: 75%;
  }

  #rw .col-10 {
    width: 83.33333333%;
  }

  #rw .col-11 {
    width: 91.66666666%;
  }

  #rw .col-12 {
    widtUnser Danh: 100%;
  }
}

/* -----------------------------
 * Buttons
 * ----------------------------- */

#rw .btn-icon,
#rw .btn-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}

#rw .btn span:first-child {
  margin-right: 12px;
}

#rw .btn-icon {
  width: 32px;
}

/* Standard Button */

#rw .btn {
  padding-left: 16px;
  padding-right: 16px;
  line-height: 46px;
  border: 1px solid #004380;
  background-color: #004380;
  transition: all 0.2s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fafafa;
  font-family: 'Fira Sans', sans-serif;
  font-size: 0;
  display: inline-block;
  white-sUnser Danpace: nowrap;
  text-align: center;
  min-width: 200px;
  cursor: pointer;
  border-radius: 0 !important;
}

#rw .btn:hover {
  background-color: #176396;
  border-color: #176396;
}

#rw .btn:active {
  background-color: #fff;
  border-color: #fff;
  color: #004380;
}

/* Disabled */

#rw .btn:disabled,
#rw .btn:disabled:hover,
#rw .btn:disabled:active,
#rw .btn.btn--disabled,
#rw .btn.btn--disabled:hover,
#rw .btn.btn--disabled:active {
  border-color: #ebebeb;
  background-color: #ebebeb;
  color: #c3c3c3;
  cursor: not-allowed;
}

/* Ghost */

#rw .btn--ghost {
  border-color: #004380;
  background-color: #f2f2f2;
  color: #004380;
}

#rw .btn--ghost:hover {
  background-color: #ebebeb;
}
Unser Dan
#rw .btn--ghost:active {
  border-color: #176396;
  background-color: #176396;
  color: #fff;
}

/* ----------------------------------------
 * Popovers
 *
 * As already implemented on the live page.
 * ---------------------------------------- */

@media all and (max-width: 687px) {
  #rw .popover-content {
    pointer-events: none;
    display: none;
  }
}

@media all and (min-width: 688px) {
  #rw .popover {
    position: relative;
    font-weight: 700;
    cursor: pointer;
  }

  #rw .popover-content {
    cursor: initial;
    pointer-events: none;
    opacity: 0;
    font-weight: normal;
    position: absolute;
    padding: 24px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    display: block;
    transition: opacity 0.2s ease-out;
  }

  #rw .popover:hover .popover-content {
    opacity: 1;
    pointer-events: all;
  }

  #rw .popover-content::before {
    cursor: initial;
    content: '';
    height: 10px;
    width: 10px;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
  }

  #rw .popover-content::after {
    position: absolute;
    content: '';
    height: 28px;
    bottom: -28px;
    left: 50px;
    right: 50px;
    background-color: transparent;
  }

  #rw .popover-content p {
    margin: 16px 0 0 !important;
  }

  #rw .popover-content h4 {
    font-weight: 500;
    color: #429ed6;
  }

  #rw .popover-content ul {
    list-style: none !important;
    padding-left: 30px;
  }
}

/* -----------------------------
 * Module: Header
 * ----------------------------- */

#rw .header {
  padding: 40px 16px 80px;
  background: radial-gradient(289.00px at 50% 13.86%, #AEDA5F  0%, #85BC20 100%);
  color: #004380;
  font-size: 18px;
  line-height: 32px;
  min-height: 740px;
}
#rw .header.data {
  margin-bottom: 0;
}
#rw .header p {
  margin-bottom: 0;
  max-width: 630px;
}
#rw .header .row {
  position: relative;
}
#rw .header .col-4 {
    position: absolute;
    bottom: -220px;
    margin-right: 0;
    left: calc( 50% - 120px);
}
#rw .header img {
  width: auto;
  height: auto;
  max-width: 240px;
  margin-right: 0;
}
#rw .header .page-headline-data {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #004380;
}
#rw .header .page-headline {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #004380;
}

#rw .header .page-headline span {
	color: #ffe115;
}

#rw .header .page-subline {
  font-size: 36px;
  line-height: 44px;
  color: #004380;
  font-weight: bold;
  margin-bottom: 40px;
}
#rw .header.main .row {
  overflow: visible;
}
@media all and (min-width: 768px) {
  #rw .header {
    padding-top: 99px;
    padding-bottom: 93px;
   min-height: 710px;
  }

  #rw .header .page-headline-data {
    font-weight: bold;
    font-size: 64px;
    line-height: 72px;
    text-align: center;
    color: #004380;
  }

  #rw .header .page-subline {
    font-weight: bold;
    font-size: 64px;
    line-height: 72px;
    color: #004380;
  }
}

@media all and (min-width: 1280px) {
  #rw .header
  {
    min-height: auto;
  }
  
  #rw .header-wrap {
    overflow: hidden;
  }
  #rw .header.main .row {
    padding-bottom: 0;
  }
  #rw .header .col-4 {
      position: relative;
      bottom: auto;
      left: auto;
  }
  #rw .header img {
    margin-right: 25px;
    max-width: 340px;
    float: right;
  }
}

#rw .m-intro {
   padding-left: 0;
   padding-right: 0;
   margin-bottom: 16px;
}
#rw .m-intro h3 {
	margin-top: 0;
}
#rw .m-intro .white-box {
  background: #fff;
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.05);
  padding: 170px 32px 40px;
}
#rw .m-intro .top-wrapper {
  max-width: 1062px;
  margin: 0 auto;
  width: 100%;
}
#rw .m-intro .col-4 {
  margin-bottom: 16px;
  padding-left: 36px;
  padding-right: 36px;
}
#rw .m-intro .col-4:nth-child(3) {
  padding-right: 36px;
}
#rw .m-intro .col-3 img,
#rw .m-intro .col-4 img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#rw .m-intro .col-4 p {
  font-style: normal;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}
#rw .m-intro .col-4 strong,
#rw .m-intro .bottom-text strong {
  font-weight: 500;
  color: #004380;
}
#rw .m-intro .bottom-text {
  clear: both;
  padding-top: 40px;
  text-align: center;
  max-width: 530px;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  #rw .m-intro .col-4:nth-child(3) {
    padding-right: 0;
  }
}
@media all and (min-width: 1280px) {
  #rw .m-intro .white-box {
    padding-top: 40px;
  }
}
@media all and (max-width: 1280px) {
	 #rw .row {
		 padding-left: 16px;
		 padding-right: 16px;
	 }
	 #rw .m-intro h3 {
	   margin-top: 40px;
	}
}
/* -----------------------------
 * Module: Content
 * ----------------------------- */
#rw .row.m-intro,
#rw .row.m-content {
	padding-left: 0;
	padding-right: 0;
  overflow: visible;
}
#rw .m-content .col-6:first-child {

}
#rw .m-content input[type="text"],
#rw .m-content input[type="email"] {
  background: #FFFFFF;
  border: 1px solid #C3C3C3;
  font-size: 18px;
  line-height: 32px;
  color: #474747;
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto 32px;
  padding: 8px;
  height: 48px;
}
#rw .m-content input[type="text"]::placeholder,
#rw .m-content input[type="email"]::placeholder {
  color: #8D8D8D;
  opacity: 1;
}

#rw .m-content input[type="text"]:-ms-input-placeholder,
#rw .m-content input[type="email"]:-ms-input-placeholder {
  color: #8D8D8D;
}

#rw .m-content input[type="text"]::-ms-input-placeholder,
#rw .m-content input[type="email"]::-ms-input-placeholder {
  color: #8D8D8D;
}
#rw .m-content button {
  background: url(/landingpage/anniversary-50-years/pictures/arrow-right.svg) no-repeat #004380;
  background-position: right 32px top 8px;
  font-size: 18px;
  line-height: 32px;
  color: #FFFFFF;
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto 32px;
  padding: 8px 32px;
  text-align: left;
  border: 1px solid #004380;
  font-family: 'Fira Sans', sans-serif;
}

#rw .m-content button:hover {
  background-color: #176396;
  border-color: #176396;
}
/* Radio */
#rw .m-content form .radio-container {
 display: block;
 max-width: 400px;
 width: 100%;
 margin: 0 auto 12px;
 position: relative;
 padding-left: 40px;
 text-align: left;
 cursor: pointer;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}

#rw .m-content form .radio-container input {
 position: absolute;
 opacity: 0;
 cursor: pointer;
 height: 0;
 width: 0;
}

#rw .m-content form .radio-container .checkmark {
 position: absolute;
 top: 0;
 left: 0;
 height: 24px;
 width: 24px;
 margin: 8px;
 background: #FAFAFA;
 border: 1px solid #C3C3C3;
 border-radius: 50%;
}

#rw .m-content form .radio-container:hover input ~ .checkmark {
 background-color: #FAFAFA;
}

#rw .m-content form .radio-container input:chec#rw .m-content form .radio-container {
 display: block;
 max-width: 400px;
 width: 100%;
 margin: 0 auto 12px;
 position: relative;
 padding-left: 40px;
 text-align: left;
 cursor: pointer;
 font-size: 22px;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}ked ~ .checkmark {
 background-color: #FAFAFA;
}

#rw .m-content form .radio-container .checkmark:after {
 content: "";
 position: absolute;
 display: none;
}

#rw .m-content form .radio-container input:checked ~ .checkmark:after {
 display: inline-block;
}

#rw .m-content form .radio-container .checkmark:after {
   top: 7px;
   left: 7px;
   width: 8px;
   height: 8px;
   border-radius: 50%;
   background: #004380;
}
/* Checkboxes */
#rw .m-content form .data-protection {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #8D8D8D;
}
#rw .m-content form .checkbox-container {
  display: block;
  margin: 0 auto 32px;
  max-width: 420px;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 4px;
}

#rw .m-content form .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#rw .m-content form .checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  margin: 8px;
  background-color: #FAFAFA;
  border: 1px solid #C3C3C3;
}

#rw .m-content form .checkbox-container:hover input ~ .checkmark {
  background-color: #FAFAFA;
}

#rw .m-content form .checkbox-container input:checked ~ .checkmark {
  background-color: #004380;
}

#rw .m-content form .checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

#rw .m-content form .checkbox-container input:checked ~ .checkmark:after {
  display: inline-block;
}

#rw .m-content form .checkbox-container .checkmark:after {
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#rw .m-content p {
	font-size: 18px;
	line-height: 32px;
	color: #474747;
  text-align: center;
  max-width: 911px;
  margin: 0 auto 16px;
}
#rw .m-content fieldset {
  text-align: center;
  margin-bottom: 80px;
}
#rw .m-content fieldset input {
  height: 40px;
  width: 40px;
  line-height: 32px;
  color: #474747;
}
#rw .m-content fieldset label {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #474747;
  padding-right: 0;
}
#rw .m-content.data p {
  margin-bottom: 32px;
  text-align: left;
}
#rw .m-content p.title {
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	color: #004380;
	margin: 0;
}
#rw .m-content p.list-hl {
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	color: #474747;
	margin-top: 64px;
}
#rw .m-content h4 {
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  color: #004380;
  margin-bottom: 32px;
  text-align: center;
}
#rw .m-content ol {
  list-style: decimal;
  margin-left: 20px;
}
#rw .m-content .btn {
	color: #fff;
	margin-top: 67px;
	margin-bottom: 40px;
}
#rw .m-content li {
  padding-left: 20px;
}

#rw .row.m-content .white-box {
  background: #fff;
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.05);
  padding: 40px 32px 40px;
}

#rw .m-content .col-6 img {
  max-width: 155px;
  width: 100%;
  height: auto;
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}
@media all and (min-width: 1280px) {
  #rw .m-content form .radio-container {
   display: inline-block;
   max-width: auto;
   width: auto;
  }
  #rw .m-content fieldset label {
    padding-right: 40px;
  }
  #rw .m-content fieldset label:last-of-type {
    margin-right: 0;
  }
}
/* -----------------------------
 * Module: Outro
 * ----------------------------- */
#rw .m-outro p,
#rw .m-outro h4 {
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	color: #474747;
 }
#rw .m-outro h4 {
	font-weight: 500;
	margin-top: 40px;
 }

 
 /* Icon Wrapper */
.icon_wrapper
{
    background-color: #fff;
    margin-top: 20px !important;
}

.icon_list
{
    display: flex;
    justify-content: space-between;
}

.icon_wrapper img
{
    width: 16%;
}

#rw .m-content form .checkbox-container input:focus:invalid ~ .checkmark
{
	outline: 1px solid #F00;
}

#rw .m-content form .checkbox-container .dataProdtectionMsg
{
	display: none;
}

#rw .m-content form .checkbox-container input:focus:invalid ~ .dataProdtectionMsg
{
	display:block;
	color: #F00;
	font-size: 90%;
}