<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****  HTML5 ? Boilerplate  ****/
@import url("../paypal.css");
@font-face
{
    font-family: "FSMeWeb-Regular";
    src: url('https://app.ergo-reiseversicherung.de/assets/fonts/fs_me/FSMeWeb-Regular.woff') format('woff'),url('https://app.ergo-reiseversicherung.de/assets/fonts/fs_me/FS_MeRegular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: "FSerProABook";
    src: url('https://app.ergo-reiseversicherung.de/assets/fonts/fedra_serif/WF-006389-009281-000003.woff') format('woff'),url('https://app.ergo-reiseversicherung.de/assets/fonts/fedra_serif/FSerProABold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "FSMEWeb-Bold";
    src: url(https://app.ergo-reiseversicherung.de/assets/fonts/fs_me/FSMeWeb-Bold.woff) format('woff'),url(https://app.ergo-reiseversicherung.de/assets/fonts/fs_me/FS_MeBold.otf) format('opentype');
    font-weight: bold;
    font-style: normal;
}

@media all {
/* TODO: remove after removing baruntime from ba31 template*/
#globalContainer {
	width: 600px;
	position: relative;
}
.widthPanelTotal {
    width: 400px;
}

.payPageIframe {
    display: none;
    opacity: 0;
    position: absolute;
    z-index: 1001;
    width: 50%;
    height: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 600px;
    height: 390px;
}
.imagePayPage {
	cursor: pointer;
	height: 20px;
	width: 120px;
}

#pagePayment_Container {

}

#pagePayment_Close {
   background: #d3d3d3;
   float: right;
   width: 20px;
   height: 20px;
   cursor: pointer;
   text-align: center;
   font-size: large;
   color: #8e0038;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:13px;
  vertical-align:baseline;
  background:transparent;
  font-family: FSMeWeb-Regular,sans-serif,helvetica;
  -moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  -hyphens: none; 
  -webkit-text-size-adjust: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}

.module { font-family: FSMeWeb-Regular,sans-serif,helvetica;  font:13px/1.231 FSMeWeb-Regular,sans-serif,helvetica; } 

.module input[type=text], .module select {
    border-top: 1px solid #abadb3;
    border-bottom: 1px solid #e3e9ef;
    border-right: 1px solid #dbdfe6;
    border-left: 1px solid #dbdfe6;
    padding:3px;
}

select, input, textarea, button { font:99% FSMeWeb-Regular,sans-serif,helvetica; resize:none; }
input, select { vertical-align:middle; }


a:hover, a:active { outline: none; }
a, a:active, a:visited, .link-blue, .link-blue:active, .link-blue:visited 
{ 
    cursor:pointer; 
    text-decoration: none; 
}

a:hover, .link-blue:hover { color: #000; }

.hidden { display: none;} 
.clearfix:before, .clearfix:after {  content: '\0020'; display: block; height: 0; visibility: hidden;     } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

input[type=button], input[type=submit], button { cursor: pointer; hyphens: none;}
button, input, select, textarea { margin: 0; }

*:focus {
    outline: none; 
}

/**** COMMON STYLES ****/
.summary .step-info {
    top:-36px;
    right:-16px;
}

ul.error-list {
	float: left;
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	width: 480px;
}

.fl {
    float:left;
}
.fr {
    float:right;
}
.fr60h {
    float: right;
    height: 60px;
    margin-top: 35px;
}
.steplabels, .quicklabels {
    display:block;
    clear:both;
    margin-bottom:3px;
    font-weight:bold;
    font-size:13px;
}

.steplabels-small {
    font-size:13px;
    font-weight:normal;
	margin-bottom: 10px;
	width: 450px;
}

.next {
    width:115px;
    padding:5px 10px;
    text-align:center;
    cursor:pointer;
    border:2px solid #fff;
    color:#fff;
    font-weight:bold;
    font-size:11px;
    -webkit-appearance:none; 
    -webkit-border-radius:0;
}

.nextBig {
    width:200px;
    padding:12px 20px 12px 10px;
    text-align:center;
    cursor:pointer;
    border:2px solid #fff;
    color:#fff;
    font-weight:bold;
    font-size:13px;
    -webkit-appearance:none; 
    -webkit-border-radius:0;
}

.long {
    width:180px;
}

.mb8 {
    margin-bottom:8px!important;
}
.ml15 {
    margin-left:15px;
}
.ml20 {
    margin-left:20px;
}
.ml40 {
    margin-left:40px;
}
.ml50 {
    margin-left:48px;
}
.mr10 {
    margin-right: 10px;
}
.mt5 {
    margin-top:5px;
}
.mt10 {
    margin-top:10px;
}
.mt20 {
    margin-top:20px;
}
.mt30 {
    margin-top:30px;
}
.mt40 {
    margin-top:40px;
}
.mt45 {
    margin-top:45px;
}
.w110 {
    width:110px;
}
.w500 {
    width:500px;
}
.w450 {
    width:450px;
}
.mh50 {
	min-height: 50px;
}

/**** Languages ****/
.lang {
	clear: both;
	height: 25px;
}

.lang a {
	padding-top: 3px;
	padding-left: 5px;
	font-weight: bold;
	float: right;
	display: block;
	width: 19px;
	height: 20px;
	background-size: 138px 194px;	
}

.lang-en {
	opacity: 0.7;
}

.lang-en:hover {
  opacity: 1;
  filter: alpha(opacity=40);
}

.lang-de {
	opacity: 0.7;
}

.lang-de:hover {
  opacity: 1;
  filter: alpha(opacity=40);
}

/**** Step 1 STYLES ****/  

.wrapper {
    width:600px;
    margin:0px auto;
    padding:30px 0; 
}
.info-bar {
    padding:10px 0;
    font-size: 12px;
}
.info-bar-icon {
    float: left;
    margin-right: 4px;   
}
.step-hotline {
    float:left;
    width:465px;
    height: 24px;
}
.step-hotline .text {
    width: 75px;
    float:left;
}

.logo {
	width:130px;
}

.help {
    float:right;
    width:135px;
    height:24px;
    cursor:pointer;
}
.step-hotline p, .help p {
    margin-top:4px;
}
.step-info { 
    margin-top:-5px;
}
.step-info-aki {
	margin-top: -30px;
	margin-left: 430px;
	width: 26px;
}
.step-info-verification-nr {
	margin: -26px 0 0 100px;
}
.price-section .step-info { 
    margin-top:5px;
}
.step-field {
	padding: 1px 5px 5px 5px;
    border-bottom:2px solid #fff;
    padding:20px;
    clear:both;
}
.step-field-big {
    border-bottom:2px solid #fff;
    padding:20px;
    height:114px;
    clear:both;
}
.step-field-medium {
    border-bottom:2px solid #fff;
    padding:20px;
    clear:both;
}
#pageTripParam_inputFieldVersObject td {
	vertical-align: top;
}
#pageTripParam_TripDestinationRegionComponent td label{
    padding-right: 25px;
}
.step-country {
    width:325px;
    height:20px; 
}
.persons {
    float:left;
    width:150px;
    margin-right:20px;
    cursor:pointer;
}
.wrap {
    width:180px;
    margin:0 auto;
}
.info-persons {
    font-size:12px;
    width:150px;
    text-align:left;
    margin-left: 20px;
}
.one-person:hover, .persons.active-p .one-person {
    background-position: 0 -49px; 
    background-color:transparent!important;
}
.persons .col-1, .persons .col-2 {
    float:left;
}
.persons .col-1 {
    position:relative;
    top:15px;
    margin-right:10px;
}
.mr10 {
    margin-right:10px;
}
.info {
    float:right;
}
.wrap-travel-type {
    
}
#pageTripParam_inputFieldTravelType input {
	margin-bottom:45px;
}
.travel-type {
    cursor:pointer;
}
.travel-type .col-1, .travel-type .col-2 {
    float:right;
}
.travel-type .col-1 {
    top:15px;
    margin-right:10px;
    margin-top:15px;
    float:left;
}
.traveltype-fl {
    width: 250px;
    height: 54px;
    margin-left: 5px;
    margin-top: 10px;
    opacity: 0.65;
}
.traveltype-fl:hover, .traveltype-fl.travel-type-active {
    opacity: 1;
}
.traveltype-ca {
    width: 145px;
    height: 49px;
    margin-left: 5px;
    margin-top: 10px;
    opacity: 0.65;
}
.traveltype-ca:hover, .traveltype-ca.travel-type-active {
    opacity: 1;
}
.traveltype-cr {
    width: 90px;
    height: 56px;
    margin-left: 45px;
    opacity: 0.65;
}
.traveltype-cr:hover, .traveltype-cr.travel-type-active {
    opacity: 1;
}
.info-travel-type {
    font-size:12px;	
    text-align:left;	
    vertical-align:top;
}
.section-amount select {
    font-size:14px; 
    width:50px;
    margin-right:10px;
    height:25px;
    line-height: normal;
}
.price-section {
    padding:0 20px;
}
.price-section .col-1, .price-section .col-2 {
    float:left;
}
.price-section .col-1 {
    width:380px;
    border-right:2px solid #fff;
}
.price-section .col-1 .fl {
	width:320px;
}
.price-section .col-2 {
    width:175px;
}
.price-section .fl {
    padding:20px 0;
}
.price-section .fr {
    padding:5px 13px 0 0;
}
.calc {
    margin-top:13px;
    padding-left:20px;
}
.price-section input[type=radio] {
    display:block;
    float:left;
    margin-right:5px;
}
.price-section .w300 {
    display:block;
    float:left;
    width:295px;
}
.properson {
    margin-top:10px;
    margin-left:20px;
}
.properson label, .cal-comp-content label {
    float:left;
    margin-right:10px;
    margin-top:3px;
    font-weight:normal;
}
.properson input, .cal-comp-content input {
    margin-bottom:10px;
}
.properson.active, .cal-comp-content.active { 
    display:block;
    background-color:transparent!important;
}
.properson .currency { 
    position:relative;
    top:-3px;
} 
.cal-comp-content label {
    width:128px;
}

#popup-object, .price-calculator, .add-comp-btn {
    cursor:pointer;
}

#pageTripParam_dialog-calc .input-medium {
    width:40px;
}
#pageTripParam_dialog-calc .steplabels {
    font-weight: normal;
}
.section-calc {
    margin:10px 0;
    clear:both;
}
.section-calc select {
    margin-right:5px;
    width:136px;
}
.section-calc .persons-wrapper {
  display: none;
  float: left;
  padding: 5px 0 10px 0;
  width:375px;
}
.section-calc .persons-wrapper div {
  padding: 3px 0;
}
.section-calc .steplabels {
  display: inline;
}

.object-info {
    margin-bottom:10px;
    width: 450px;
}
.headline {
    font-weight:bold;
    margin-bottom:5px;
    font-size:13px;
}
.headline-big {
    font-weight:bold;
    margin-bottom:5px;
    font-size:20px;
}
.section-amount, .section-price {
    margin-bottom:5px;
}
.section-price {
	float: left;
    width:320px;
}
.pdf-link {
    line-height: 20px;
}
.pdf-link svg {
    height: 18px;
    width: 18px;
    margin-bottom: -3px;
}
label.objectlabels {
    margin-left: 3px;
}

.info-bottom .header {
    margin:-20px -20px 0 -20px;
    padding:10px;
    border-bottom:2px solid #fff;
}
.info-bottom .header div.headline {
	font-family: FSerProABook,arial,helvetica,sans-serif;
	font-size: 18px;
}
.info-bottom50 {
    margin-top:50px;
}
.teaser-emergency-img {
    height:80px;
    margin:0px -20px 0 -20px;
    border-bottom:2px solid #fff;
}
.info-bottom .headline {
    color: #000;
    font-size:22px;
    font-weight:normal;
    margin-bottom:0px;
}
.info-bottom .headline.white {
    font-size:14px;
    font-weight:bold;
}
.info-bottom .col-1, .info-bottom .col-2 { 
    margin-top:20px;
}
.info-bottom .col-1 {
    float:left;
}
.info-bottom .col-2 {
    float:right;
}
.info-bottom .impressum {
	margin-top: 65px;
	margin-left: 10px;	
} 
.image {
    vertical-align:middle;
    height:45px;
}


.certificate-img2 {
    width:40px;
    height:40px;
    background: url(/baRuntime/resources/images/footer_icons.png) no-repeat -50px 0; 
    display: block;
    float:left;
    margin-right:3px;
}

.certificate-img3 {
    width:40px;
    height:40px;
    background: url(/baRuntime/resources/images/footer_icons.png) no-repeat -100px 0; 
    display: block; 
    cursor:pointer; 
    float:left;
    margin-right:0;
}

.payingtyps-img {
    width:195px;
    height:36px;
    background: url(/baRuntime/resources/images/footer_icons.png) no-repeat 0 -42px; 
    display: block;  
    cursor:pointer;  
}
   

/**** Step 2 STYLES ****/ 

.data .col1 {
    float:left;
    width:170px;
    line-height:20px;
}
.data .col2 {
    float:left;
    width:380px;
    line-height:20px; 
}
.data .col2Only {
	float: left;
	width:380px;
	line-height:20px;
	margin-left:170px;
}
.data .col3 {
    float:left;
    width:380px;
    line-height:20px; 
}
.data .col-short {
    float:left;
    margin-right: 5px;
    line-height: 20px;
}
.data .col1.big, .data .col2.big {   
    height:40px;
} 
.data .col2.big div {
    margin-top:20px; 
}
.data.full, .full-plus {
    margin-bottom: 10px;
} 
.close-add:after {
  content: 'Reisedetails ausblenden';
}
.insurant .close-add:after {
  content: 'Adressdetails ausblenden';
}
.open-insurance:after {
  content: 'Versicherungsleistungen ausblenden';
}
.payment-data .close-add:after {
  content: 'Zahlungsdetails ausblenden';
}
.overview-table {
    padding:20px 10px 20px 10px;
}
.overview-table .head {
    text-align:center;
    height:70px;
    padding-top:5px;
}
.overview-table .head h2 {
    font-weight:bold;
    font-size:13px;
}
.overview-table .booking-year h2, .overview-table .booking-once h2 {
    font-weight: bold;
    font-size:13px;

}
.overview-table .col-wrapper {
  float: left;
}
.overview-table .col1, .overview-table .col2, .overview-table .col3, .overview-table .col4 {
    float:left;
    background-color:#fff;
}

.overview-table .col1 {
    width:220px;   
    background-color:transparent;
}  
.overview-table .col1 span {
    display:block;
    margin:0 5px 0 10px;
    float:left;
}
.overview-table .col2, .overview-table .col3, .overview-table .col4 {
    width:120px;  
    cursor:pointer;      
}
.overview-table .col2 .row, .overview-table .col3 .row, .overview-table .col4 .row  {
    text-align:center; 
}
.overview-table .col1 .row select {
    margin-top: -4px;
}
.overview-table .coPayment {
    width:55px;
    margin:5px 5px 0;
}
.overview-table .row.lines1, .overview-table .row.lines2, .overview-table .row .text {
    line-height: normal !important;
    padding-top: 6px !important;
}
.overview-table .row.lines1 {
	padding-top: 10px;
	height: 50px;
}
.row.lines1 .true {
    padding-top: 7px;
}
.overview-table .row.lines2 {
	padding-top: 5px;
	height: 70px;
}
.overview-table .row.lines1 table, .overview-table .row.lines1 td, .overview-table .row.lines2 table, .overview-table .row.lines2 td  {
  height: 38px;
  border: 0;
  padding: 0;
  margin: 0;
}
.overview-table .row.lines1 td, .overview-table .row.lines2 td  {
  vertical-align: middle;
  padding: 0 5px 0 10px;
}
.excess-first {
    padding-top:18px !important;   
}
.overview-table .row.excess-first.active-co {
    height:45px;
}
.overview-table .row.excess-first.active-co span {
    margin-top:3px;
}
.excess-first.active-co {
    padding-top: 0px !important;   
}
.overview-table .row.excess.active-co {
    height:39px;
    padding-top:6px;
}

.overview-table .booking-year {
    height:144px !important;
}
.overview-table .booking-once {
    height:144px !important;
}

.overview-table .row-info {
	font-size: 0.8em;
	margin-bottom: 5px;
}

.overview-table .true {
    width:21px;
    height:26px;
    margin-left:45px;
    margin-top:5px;
    float: left;
}
.overview-table .false {
    width:19px;
    height:19px;
    margin-left:45px;
    margin-top:5px;
}
.overview-table .excess .false { 
    margin-top: 8px;
    float:left;
} 
.overview-table .step-info {
    margin:5px 2px 0 0;
}
.overview-table .col2 .step-info, .overview-table .col3 .step-info, .overview-table .col4 .step-info {
    margin:0 auto;
    margin-top:5px; 
}
.overview-table .pdinner {
	font-size: 0.7em;
	text-align: center;
}
.btn-blue {
    margin:5px 0;
    padding:7px 9px;
    text-align:center;
    cursor:pointer;
    font-weight:bold;
    font-size:11px;
    -webkit-appearance:none;
    -webkit-border-radius:0;
}
.btn-green-light {
    margin:5px 0;
    padding:7px 9px;
    text-align:center;
    cursor:pointer;
    font-weight:bold;
    font-size:11px;
    -webkit-appearance:none;
    -webkit-border-radius:0;
}

.largeQuoteLabelFix{
    top: -5px;
    position: relative;
}


/**** Step 3 STYLES ****/ 

.item-list {
    margin-top:10px;
    margin-left:20px;
}
.addName {
    clear:both;
}

.insurance-people .col1, .insurance-people .col2, .insurance-people .col3, .insurance-people .col4 {
    float:left; 
    width:155px;
}
.insurance-people .col1 { 
    width:150px;
}

.insurance-people .col4 { 
    width:100px;
}
.input-normal-insurance {
    width:140px;
}
.input-small-insurance {
    width:90px;
}
.insurance-people .row, .insurance-people .head {
    height:20px;
    margin-bottom:5px;
}

.add:before, .add:before  {
    content: '+ ';    
} 
.add.active-btn:before, .add.active-btn:before  {
    content: '- ';    
} 

.add-name, .add-adress {
    margin:5px 0;
}
.active-field {
    display:block;
}
.select-medium {
    width:100px;
    height: 24px;
}
.input-title {
    width:225px;
}
.input-normal {
    width:155px;
}
.input-big {
    width:340px;
}
.input-country {
    width:345px;
    height: 24px;
}
.steplabels.normal {
    font-weight:normal;
}
.summary-info {
    width: 500px;
}

/**** Step 4 STYLES ****/    
.download-pdf {
    margin-right: 3px;
}
.insurance-people-summary .data .col2 {
    width:290px;
}

.insurance-people-summary .data .col3 {
    float:left;
    width:100px;
    text-align: right;
}

.section {
    clear:both;
    margin-bottom:20px;
}

.section-paying {
    float:left;
    margin-right:15px;
}
.section-charge, .section-credit {
    width:62px;
    float:left;
    margin-right:20px;
    text-align:center;
}
.section-credit {
    width:90px;
    height: 120px;
}
.section-certificate {
   margin-right: 18px; 
}
#payingChargeForm .section-certificate .img { 
   margin-top:-20px; 
}
.arrow-box {
    position: relative;
    border: 1px solid #000;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    padding-bottom: 7px;
}
.arrow-box:after, .arrow-box:before {
    top: 100%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-box:after {
    border-width: 10px;
    left: 18%;
    margin-left: -30px;
}
.arrow-box:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000;
    border-width: 11px;
    left: 18%;
    margin-left: -31px;
}
.arrow-box.right1:after {left: 45%;}
.arrow-box.right1:before {left: 45%;}

.arrow-box.right2:after {left: 67%;}
.arrow-box.right2:before {left: 67%;} 

.arrow-box label {
	margin-right: 10px;
}

.charge-input {
   margin:3px 0px;
}
.img-master {
    width: 55px;
    height: 45px;
    cursor: pointer;
    padding-left: 18px;
    padding-bottom: 5px;
}
.img-visa {
    width: 68px;
    height: 25px;
    padding-top: 10px;
    cursor: pointer;
    padding-bottom: 15px;
    padding-left: 10px;
}
.img-american {
    width: 45px;
    height: 50px;
    cursor: pointer;
    padding-left: 23px;
} 
.charge-option {
    text-align:center;
}
.desc {
    width:190px;
}
.info-ml160 {
	margin: 0 0 5px 160px;
}
.creditcard-valid .col1, .creditcard-valid .col2, .creditcard-number .col1, .creditcard-number .col2, .creditcard-number .col3, .creditcard-number .col4,
.section-data .col1, .section-data .col2, .section-data .col3, .section-data .col4, .section-data .col5, .section-data .col6 {
    float:left;
    margin-right:10px;
}
.section-data {
    margin-bottom:10px;
}
.section-data label {
    display:block;
    margin-bottom:3px;
}

.input-small {
    width:40px;
}
.input-medium {
    width:80px;
}

#accountForm, #sepaForm, #masterCardForm, #visaCardForm, #americanCardForm, #payingCreditcardForm, #payingChargeForm {
    display:none;
}
#accountForm.active, #masterCardForm.active, #visaCardForm.active, #americanCardForm.active, #payingCreditcardForm.active, #payingChargeForm.active {
    display:block;
    background-color:transparent;
}
.disclaimer {
    width:530px;
}

.account-info {
    width:400px;
    margin-bottom: 10px;
}


/**** Step 5 STYLES ****/  

.step_success .info-bottom {
  margin-top: 10px;  
}
.teaser-img {
    height:150px;
    border-bottom: 2px solid #fff;  
}
.img-print {
    width: 43px;
    height: 43px;
    cursor: pointer;
}
.blue-link {
   font-weight:bold; 
   cursor:pointer;
}
.info-bottom .headline.black {
    color:#000;
    font-size: 14px;
    font-weight:bold;
}

.hotline {
    font-size:16px;
    font-weight:bold;
    margin-bottom: 10px;
}
.img-box {
    float:left;
    margin:0 20px 20px 0;
}

/*** Loading indicator ***/
#fountainG{
	position:relative;
	width:80px;
	height:10px;
	margin-left: 100px;
	margin-top: 25px;
}

.fountainG{
	position:absolute;
	top:0;
	background-color:#000;
	width:10px;
	height:10px;
	-moz-animation-name:bounce_fountainG;
	-moz-animation-duration:1.3s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:linear;
	-moz-transform:scale(.3);
	-moz-border-radius:7px;
	-webkit-animation-name:bounce_fountainG;
	-webkit-animation-duration:1.3s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:linear;
	-webkit-transform:scale(.3);
	-webkit-border-radius:7px;
	-ms-animation-name:bounce_fountainG;
	-ms-animation-duration:1.3s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:linear;
	-ms-transform:scale(.3);
	-ms-border-radius:7px;
	-o-animation-name:bounce_fountainG;
	-o-animation-duration:1.3s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:linear;
	-o-transform:scale(.3);
	-o-border-radius:7px;
	animation-name:bounce_fountainG;
	animation-duration:1.3s;
	animation-iteration-count:infinite;
	animation-direction:linear;
	transform:scale(.3);
	border-radius:7px;
}

#fountainG_1{
	left:0;
	-moz-animation-delay:0.52s;
	-webkit-animation-delay:0.52s;
	-ms-animation-delay:0.52s;
	-o-animation-delay:0.52s;
	animation-delay:0.52s;
}

#fountainG_2{
	left:10px;
	-moz-animation-delay:0.65s;
	-webkit-animation-delay:0.65s;
	-ms-animation-delay:0.65s;
	-o-animation-delay:0.65s;
	animation-delay:0.65s;
}

#fountainG_3{
	left:20px;
	-moz-animation-delay:0.78s;
	-webkit-animation-delay:0.78s;
	-ms-animation-delay:0.78s;
	-o-animation-delay:0.78s;
	animation-delay:0.78s;
}

#fountainG_4{
	left:30px;
	-moz-animation-delay:0.91s;
	-webkit-animation-delay:0.91s;
	-ms-animation-delay:0.91s;
	-o-animation-delay:0.91s;
	animation-delay:0.91s;
}

#fountainG_5{
	left:40px;
	-moz-animation-delay:1.04s;
	-webkit-animation-delay:1.04s;
	-ms-animation-delay:1.04s;
	-o-animation-delay:1.04s;
	animation-delay:1.04s;
}

#fountainG_6{
	left:50px;
	-moz-animation-delay:1.17s;
	-webkit-animation-delay:1.17s;
	-ms-animation-delay:1.17s;
	-o-animation-delay:1.17s;
	animation-delay:1.17s;
}

#fountainG_7{
	left:60px;
	-moz-animation-delay:1.3s;
	-webkit-animation-delay:1.3s;
	-ms-animation-delay:1.3s;
	-o-animation-delay:1.3s;
	animation-delay:1.3s;
}

#fountainG_8{
	left:70px;
	-moz-animation-delay:1.43s;
	-webkit-animation-delay:1.43s;
	-ms-animation-delay:1.43s;
	-o-animation-delay:1.43s;
	animation-delay:1.43s;
}

@-moz-keyframes bounce_fountainG{
	0%{
	-moz-transform:scale(1);
	background-color:#000000;
	}

	100%{
	-moz-transform:scale(.3);
	background-color:#FFFFFF;
	}
}

@-webkit-keyframes bounce_fountainG{
	0%{
	-webkit-transform:scale(1);
	background-color:#000000;
	}

	100%{
	-webkit-transform:scale(.3);
	background-color:#FFFFFF;
	}
}

@-ms-keyframes bounce_fountainG{
	0%{
	-ms-transform:scale(1);
	background-color:#000000;
	}

	100%{
	-ms-transform:scale(.3);
	background-color:#FFFFFF;
	}
}

@-o-keyframes bounce_fountainG{
	0%{
	-o-transform:scale(1);
	background-color:#000000;
	}

	100%{
	-o-transform:scale(.3);
	background-color:#FFFFFF;
	}
}

@keyframes bounce_fountainG{
	0%{
	transform:scale(1);
	background-color:#000000;
	}

	100%{
	transform:scale(.3);
	background-color:#FFFFFF;
	}
}


/**** UI STYLES ****/
.ui-widget-header {
	border: none;
	background: none;
}
.ui-corner-all {
    border-radius: initial;
}
.ui-datepicker-trigger {
    display: none;
}
.svg-datepicker-trigger {
    position:relative;
    top:10px;
    margin: 0px 10px 0 4px;
    padding:0;
    cursor:pointer;
    width:29px;
    height:29px;
    border:0;
    background-color: transparent;
    
}
.ui-dialog .ui-dialog-titlebar .ui-corner-all {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.ui-dialog .ui-dialog-titlebar .ui-state-default {
   background: #fff; 
   background-image: none;
}
.ui-dialog .ui-widget-header {
    border:none;
    background-color: transparent;
}
.ui-dialog.ui-corner-all {
    border-radius:0px;
}
.ui-dialog.ui-widget-content {
    border:2px solid #fff;
}
.ui-dialog .ui-dialog-content {
    padding: 0 1em 1em!important;
}
.ui-dialog .ui-dialog-titlebar-close {
    width:24px!important;
    height:24px!important;
}
.ui-dialog ul {
	padding-left:15px!important;
}

/* Breadcrumb */
.breadcrumb .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    line-height: 20px;
}

.breadcrumb .btn-group .btn {
    position: relative;
    float: left;
    padding-right: 11px;
}

.breadcrumbBtn {
    font-size: 15px;
    padding: 10px 5px 10px 18px;
    border-radius: 0;
    outline: 0;
}

.breadcrumbBtn.breadcrumbBtnActive {
    font-weight: bold;
    font-family: FSMEWeb-Bold;
}

.breadcrumbBtn a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
    
.breadcrumbBtnDisabled {
    cursor: default;
}

.breadcrumbBtnDisabled:focus {
    cursor: default;
}
    
.breadcrumbBtnFirst {
    padding: 10px 3px 10px 10px;
}
    
.breadcrumbBtnLast {
    padding: 10px 3px 10px 18px;
}

.breadcrumbBtnNotLastSubdiv1 {
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    margin-left: 2px;
    left: 100%;
    z-index: 10; 
}

.breadcrumbBtnNotLastSubdiv2 {
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 100%;
    z-index: 10
}

.breadcrumbBtnNotLastSubdiv2active {
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 100%;
    z-index: 10;
}

}/*@media all*/

@media print {
body { 
	color:#000; 
	font:12px FSMeWeb-Regular,sans-serif,helvetica;
	padding:0; 
}	
.hidden { 
	display: block;
}
.hidden-print { 
	display: none;
} 
.breadcrumb {
	display: none;
}
.help {
	display: none;
}
.insurance-people-summary .mt10 {
    page-break-inside: avoid;
}
.addName {
    clear:both;
    display: none;
}
.add-name {
    clear:both;
    display: none;
}
.teaser-img {
	display: none;
}
#print-page {
   	display: none;
}
.data.short {
    display: none;
}
.step-navi {
	display: none;
}
.step-info {
    display: none;
}
.info-bottom.feedback {
    display: none;
}
.info-bottom.guide {
    display: none;
}
.teaser-emergency-img {
    display: none;
}
.btn-green-light {
	display: none;
}
.insurance-people-summary {
    page-break-inside: avoid;
}
.headline.white {
	color: #000;
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 12px;
	padding: 10px 0 0 18px;
}
.info-bottom .header {
	padding: 0;
}
.info-bottom .mt10 {
	margin-top: 0;
}
.info-bottom50 {
	display: none;
}
}/*@media print*/
</pre></body></html>