@import url("//tools.eurolandir.com/tools/FinCalendar2/./../Config/footer.css");
/* Not Found: /Config/FinCalendar2.css */
/* Not Found: ./../Config/Company/at-facc/at-facc.css */
/********************************************** CUSTOM FONT DECLARTIONS **************************************************/
@import url("//fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

@font-face {
    font-family: 'Flama';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/at-facc/fonts/Flama.otf") format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FACC';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/at-facc/fonts/FACC Aerospace.otf") format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Brandon';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/at-facc/fonts/BrandonText-Regular.otf") format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    padding:0;
    margin:0;
	font-family: 'Brandon';
	font-size: 16px;
	color: #CDCDCD;
	background: transparent;
}
.tabItem,
.tab-active,
.form input,
.form select,
.next-event {
	font-family: 'Brandon';
	font-size: 16px;
	color: #CDCDCD;
	background: transparent;
}
.wrapper {
    width: 100%;
    max-width:1400px;
    margin: 0 auto;
    padding: 0 0 0 0;
    position:relative;
}
a:link,
a:visited,
.hyperlink,
.check-subscription-link {
    color: #6CBAE1;
    text-decoration: none;
}
a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
    text-decoration: underline;
	color: #6CBAE1;
}
.footer {
    padding: 0em;
}
/*********************************************** END OF MAIN RULES *******************************************************/

/********************************************* ALIGNMENT FOR CALENDAR ****************************************************/

/* NEXT EVENT HEADER */
.next-event {
    padding-bottom: 1em;
}
.next-event div.lable {
    line-height: normal;
    margin: 0px;
    padding: 0px;
    font-size: 1.25em;
    font-weight: bold;
    padding-top: 0em;
    padding-bottom: 1.0em;
    color: #1A5E80;
}
.next-event div.date-time,
.next-event div.event-name {
    padding-bottom: 0.5em;
}
/* END OF NEXT EVENT HEADER */

/* CALENDAR TIMELINE */
.time-line-item {
    padding-top: 0.75em;
    margin: -0.08em 0 0 -0.08em;
    border: 0.08em solid #8a8a8a !important;
    text-align: center;
    transition: background 0.5s;
}
.time-line-item:hover {
    background-color: #F9F9F9;
}
.color-dot-box .display-none {
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    border: 0.08em solid #F9F9F9;
}
.color-dot-box .color-dot {
    display:none;
}
.calendar-time-line .current-month .time-line-item {
    background-color: #F9F9F9;
}
.calendar-time-line .year {
    font-size: 1em;
    padding-bottom: 0.25em;
    line-height: normal;
}
/* CALENDAR TIMELINE END */

/* + BUTTON CONTROLS */
.expand-collapse>.exco-text {
    display: inline-block;
    text-align: center;
    color: #1A5E80;
    font-size: 1.5em;
    width: 1.15em;
    height: 1.15em;
    line-height: 1.25em;
    border: 0.16em solid #F9F9F9;
    border-radius: 0.75em;
}
.expand-collapse>.exco-text:hover,
.expand-collapse.expand>.exco-text {
    background-color: #F9F9F9;
    border-right-color: #F9F9F9;
    color: #1A5E80!important;
}
/* END OF + BUTTON CONTROLS */

/* EVENT ROWS */
.content-headline {
    margin-left: 0em;
    border-left: 0.08em solid transparent;
    border-right: 0.08em solid transparent;
    border-bottom: 0.08em solid #8a8a8a;
    padding-bottom: 0.5em;
}
.box-border {
    border-left: 0.08em solid transparent;
    border-right: 0.08em solid transparent;
    border-bottom: 0.08em solid #F9F9F9;
}
/* END OF EVENT ROWS */

/* FILTERS */
.filter-type ul li {
    float: none;
    padding: 0.25em 0.5em;
    display: inline-block;
}
.filter-type {
    border-bottom: 1px solid #1A5E80;
    padding-bottom: 0.6em;
    margin-left: 1em;
}
/* END OF FILTERS */

/* PAGINATION */
.eupagination>li>a,
.eupagination>li>span {
    font-weight:bold;
    padding: 0.55em 1em;
    /* margin-left: -0.08em; */
    line-height: normal;
    color: #1A5E80;
    text-decoration: none;
    background-color: transparent;
    border: 0.08em solid #8a8a8a;
}
.eupagination>li>a:hover,
.eupagination>li>span:hover {
    background-color: #1A5E80;
    color: #FFFFFF !important;
    border-color: #1A5E80;
}
.eupagination>.active>a,
.eupagination>.active>span,
.eupagination>.active>a:hover,
.eupagination>.active>span:hover,
.eupagination>.active>a:focus,
.eupagination>.active>span:focus {
    z-index: 2;
    color: #FFFFFF !important;
    cursor: default;
    background-color: #1A5E80;
    border-color: #1A5E80;
    font-weight:bold;
}
.eupagination>li:last-child>a,
.eupagination>li:last-child>span {
    border-top-right-radius: 0em;
    border-bottom-right-radius: 0em;
    border-left:0;
}
.eupagination>li:first-child>a,
.eupagination>li:first-child>span {
    border-top-left-radius: 0em;
    border-bottom-left-radius: 0em;
    border-right:0;
}
.eupagination>.disabled>span, .eupagination>.disabled>span:hover, .eupagination>.disabled>span:focus, .eupagination>.disabled>a, .eupagination>.disabled>a:hover, .eupagination>.disabled>a:focus {
    color: #1A5E80;
    cursor: not-allowed;
    background-color: transparent;
    border-color: #F9F9F9;
}
.eupagination>.disabled>span:hover, .eupagination>.disabled>span:focus, .eupagination>.disabled>a:hover, .eupagination>.disabled>a:focus {
    cursor: default;
    color: #FFFFFF !important;
    background: #1A5E80 !important;
    font-weight: bold !important;
    border-color: #1A5E80 !important;
}
/* END OF PAGINATION */

/****************************************** END OF ALIGNMENT FOR CALENDAR ************************************************/

/*************************************************** BUTTONS *************************************************************/

/************************************************ END OF BUTTONS *********************************************************/

/***************************************************** TABS **************************************************************/
.tabs-wrapper {
    margin: 1em 0 1.5em 0;
}
.tabs {
    background-color: transparent;
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100%;
    height:auto;
    line-height: normal;
    float: none;
    text-align:center;
    font-size:0;
}
.tabs li {
    _float: none;
    float: none;
    margin: 0;
    display:inline-block;
    background: #484848;
    padding: 8px;
}
.tabItem {
    height: auto;
    line-height: normal;
    padding: 16px 24px !important;
    margin-top: 0em;
    margin-right: 5px;
    margin-bottom: 0em;
    margin-left: 5px;
    border-radius: 0px;
    font-family: 'Flama';
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #F9F9F9;
    font-style: normal;
    text-decoration: none;
    border: 0px solid;
    background: #5B5B5B;
    border: 1px solid #5B5B5B;
    transition: background 0.5s, color 0.5s, border 0.5s;
    position: relative;
    top: 0;
    left: 0em;
    min-width: 7em;
}
.tab-active,
.tabItem:hover {
    color: #F9F9F9;
    position: relative;
    background: #1A5E80;
    top: 0px;
    left: 0px;
    z-index: 10;
}
.tab-active:before {
    content: "";
	width: 0; 
	height: 0;

	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -1.0em;
	
	border-left: 1.0em solid transparent; 
	border-right: 1.0em solid transparent; 
	border-top: 1.0em solid #F9F9F9;
}

/* YEAR BUTTONS */
.year-filter ul {
    margin:1em 0;
}
.year-filter ul li {
    padding:0;
    margin:0;
    display:inline-block;
    line-height: 3em;
}
.year-filter ul li a {
    height: auto;
    font-size: 1em;
    line-height: normal;
    padding-top: 0em !important;
    padding-bottom: 0em !important;
    padding-left: 0.2em;
    padding-right: 0.2em;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    background: transparent;
    border: 0em solid #F9F9F9;
    transition: background 0.5s;
    color: #1A5E80;
    border-radius: 0;
    margin: 0;
}
.year-filter ul li a.selected {
    background: #F9F9F9;
}
/* END OF YEAR BUTTONS */
/* REQUIRED TO OVERWRITE MAIN CSS */
.en-gb .tabItem {
    text-transform: uppercase;
}
/* END OF IT */
/************************************************** END OF TABS **********************************************************/

/********************************************* MODAL WINDOW CONTROLS *****************************************************/
.modal-title {
    line-height: normal;
    margin: 0px;
    padding: 0px;
    font-size: 1.25em;
    font-weight: bold;
    padding-top: 0em;
    padding-bottom: 1.0em;
    color: #003E5C;
}
.modal-header .close {
    margin-top: 0.1em;
    font-size: 3.5em;
    line-height: 0.25em;
}
li.type {
    width: 50%;
    padding: 0.5em 0;
}
.checkbox-event-type {
    padding: 0;
}
label {
    vertical-align: text-top;
}
.modal-body {
    position: relative;
    padding: 1em;
}
.your-preference-title {
    text-align: center;
    padding: 0 0 1em 0;
}
.your-preferences {
    background-color: transparent;
    box-sizing: border-box;
    border: 0.16em solid #F9F9F9;
    padding: 1em 0 1em 0;
}
.form input,
.form select {
    color: #333;
    font-size: 1em;
    padding: 0.22em;
    box-sizing: border-box;
    background: #fff;
    border: 0.08em solid #A8A9A3;
}
.form .lable {
    padding-right: 1em;
    height: auto;
    vertical-align: middle;
    line-height: normal;
    margin-top: 0.45em;
}
/***************************************** END OF MODAL WINDOW CONTROLS **************************************************/

/**************************************************** TOOLTIP ************************************************************/
.popup-date {
    line-height: normal;
}
.popup-event-name {
    line-height: normal;
    padding: 0.25em 0;
}
.etooltip {
    border: 0.08em solid #003E5C;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #fff;
    box-shadow: 0 0.08em 0.32em #003E5C;
    -moz-box-shadow: 0 0.08em 0.32em #F9F9F9;
    -webkit-box-shadow: 0 0.08em 0.32em #F9F9F9;
}
.etooltip .tip-arrow {
    background:transparent;
}
.export-types .export-icon {
    margin: -1px 5px !important;
  }
  .headline-left .event-name {
    padding-top: 9px !important;
  }
/************************************************* END OF TOOLTIP ********************************************************/
/*THIS IS REQUIRED*/
@media(max-width:640px) { 
    li.type {
        width: 50%!important
    }
}
@media (max-width:479px) { 
    #PastEventsContainer .attachments {
        margin-top: 0!important;
    }
    .button-wrraper {
        margin-top: 1em!important
    }
    .headline .headline-right {
        float: none;
        margin-top: 0.5em;
    }
    #PastEventsContainer .list-file-attachment {
        text-align: right !important;
      }
}
@media (max-width:320px) { 
    .subscription-section .btn-subscribe-wrapper {
        float: none;
        width: 100% !important;
        padding-top: 0.5em !important;
        text-align: left;
    }
    .export-types {
        padding-bottom: inherit;
    }
}
/*END*/

/* MODIFICATION */
.tab-active:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -1em;
    border-left: 0em solid transparent;
    border-right: 0em solid transparent;
    border-top: 0em solid #F9F9F9;
}
.main-heading {
    display: none;
}
/* .tabItem{
    height: auto;
    line-height: normal;
    padding-top: 0.87em !important;
    padding-right: 2em;
    padding-bottom: 0.87em !important;
    padding-left: 2em;
    margin-top: 0em;
    margin-right: 5px;
    margin-bottom: 0em;
    margin-left: 5px;
    border-radius: 3px;
    font-family: inherit;
    font-weight: bold;
    font-size: 1.0em;
    text-transform: none;
    transition: background 0.5s, color 0.5s, border 0.5s;
    position: relative;
    top: 0;
    left: 0em;
    min-width: 7em;
    border: 1px solid #1A5E80;
} */
.tabItem {
    height: 18px;
    line-height: 18px;
    padding: 10px 24px !important;
    margin-top: 0em;
    margin-right: 0px;
    margin-bottom: 0em;
    margin-left: 0px;
    border-radius: 0px;
    font-family: 'Flama';
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #F9F9F9 !important;
    font-style: normal;
    text-decoration: none;
    border: 0px solid;
    background: #5B5B5B;
    border: 1px solid #5B5B5B;
    transition: background 0.5s, color 0.5s, border 0.5s;
    position: relative;
    top: 0;
    left: 0em;
    width: 9em;
    letter-spacing: 3%;
}
.de-de .tabItem {
    padding: 10px 5px !important;
}

.tabItem:hover, .tab-active {
    color: #F9F9F9 !important;
    text-decoration: none !important;
    position: relative;
    background: #1A5E80;
    top: 0px;
    left: 0px;
    z-index: 10;
}
.calendar-time-line .current-month .time-line-item, .time-line-item:hover {
    background-color: #1A5E80;
    color: #FFFFFF;
    border-right: 2px solid;
}
.btn, .btn-primary, .btn-submit, .btn-cancel, .btn:focus, .btn-primary:focus, .btn-submit:focus, .btn-cancel:focus{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Flama';
    color: #FFFFFF;
    text-transform: uppercase !important;
    margin: 0.5em;
    padding: 10px 24px;
    border: 0em solid #1A5E80;
    border-radius: 0.0em 0.0em 0.0em 0.0em;
    background: #1A5E80;
    transition: background 0.5s, color 0.5s, border 0.5s;
    text-decoration: none;
    width: 10em;
    letter-spacing: 3%;
}
.btn:active, .btn-primary:active, .btn-submit:active, .btn-cancel:active, .btn:hover, .btn-primary:hover, .btn-submit:hover, .btn-cancel:hover {
    background: #3C7693;
}
footer.footer {
    font-size: 13px !important;
}
.modal a:hover, .hyperlink:hover, .disclaimer-box a:hover, .cookies-box a:hover{
    text-decoration: underline;
}
.year-filter ul li a{
    transition: none !important;
}
.filter-type {
    border-bottom: 0px solid #1A5E80;
    padding-bottom: 0.6em;
}

.google-recapcha>div {
    color: #6CBAE1;
}

.year-filter ul {
    margin: 0em 0 0em 0;
}
.year-filter ul li a a:hover, 
.year-filter ul li a:active,
.year-filter ul li .hyperline:active,
.year-filter ul li .hyperlink:active,
.year-filter ul li .check-subscription-link:hover {
    color: #6CBAE1 !important;
}
.year-filter ul li.selected a,
 .year-filter ul li:hover a {
    color: #6CBAE1 !important;
    text-decoration: underline;
}
.content-headline {
    margin-left: 1em;
}
.expand-collapse>.exco-text {
    display: inline-block;
    text-align: center;
    color: #6CBAE1;
    font-size: 1.5em;
    width: 1.15em;
    height: 1.15em;
    line-height: 1;
    border: 1px solid #F9F9F9;
    border-radius: 0.75em;
}
.expand-collapse>.exco-text:hover, .expand-collapse.expand>.exco-text {
    background-color: #6CBAE1;
    border-right-color: #FFFFFF;
    color: #FFFFFF !important;
}
section.next-event {
    display: none;
}
body.de-de .tabItem{
    width: 14.5em;
}
.preference-period {
    margin-top: 15px;
}
.subscription-section {
    text-align: center;
  }
  .tabs li:first-child {
    padding-right: 0px !important;
  }
@media (max-width:320px){
    .check-subscription-link {
        text-align: left;
    }
}

.supply-by .hyperlink {
    color: transparent !important;
  }

  @media (max-width:425px){
    .subscription-section {
       text-align: left;
       display: block;
       width: 100%;
       float: left;
    }
    .check-subscription-link{
        text-align: left;
    }
  }
  @media (max-width:510px){
    .de-de .tabItem {
        width: 17em !important;
    }
    .en-gb .tabItem {
        width: 14em !important;
    }
    .tabs li:first-child {
        padding-right: 8px !important;
      }
  }
  .tip-content {
    background: #141414;
}

