@font-face {
	font-family: "MuseoSans";
	src:url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/sf-suo/fonts/MuseoSans_300.otf") format('opentype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "MuseoSans";
	src:url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/sf-suo/fonts/MuseoSans_500.otf") format('opentype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "MuseoSans";
	src:url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/sf-suo/fonts/MuseoSans_700.otf") format('opentype');
	font-weight: 700;
	font-style: normal;
}
body {
    margin: 0;
    background-color: transparent;
}
body,
input,
select {
    font-family: "MuseoSans", sans-serif;
	font-size: 18px;
	color: #003366;
    font-weight: 300;
}
.headline-right .event-type {
    font-weight: 700;
    text-align: right;
    word-wrap: break-word;
    color: #003366;
    font-family: "MuseoSans", sans-serif;
    font-size: 18px;
}
.next-event {
    font-family: "MuseoSans", sans-serif;
    color: #003366;
}
.wrapper {
    width: 100%;
    max-width: 1150px;
    padding: 0;
    margin: 0 auto;
}
.calendar-time-line .current-month .time-line-item {
    background-color: #003366;
    color: #fff;
    border: 1px solid #003366;
}
.time-line-item {
    border: 1px solid #e7e7e7;
}
.time-line-item:hover,
.time-line-item:active {
	background: #003366!important;
    color: #ffffff;
    /* border: 1px solid #003366; */
}
.btn {
    font-family: "MuseoSans", sans-serif;
	font-size: 18px;
    font-weight: 300;
    color: #003366;
    text-transform: none;
    margin: 0.5em;
    padding: 0.7em;
    border: 1px solid #003366;
    border-radius: 50px;
    background: #FFFFFF;
    transition: background 0.5s, color 0.5s, border 0.5s;
    text-decoration: none;
}
.btn:hover,
.btn:focus,
.btn:active {
    background: #003366;
	color: #FFFFFF;
	border-color: #003366;
}
.modal a, .hyperlink, .disclaimer-box a, .cookies-box a {

    color: #000000 !important;
    text-decoration: none!important;
    font-weight: normal;
}
.modal a:hover, .hyperlink:hover, .disclaimer-box a:hover, .cookies-box a:hover {
    color: #003366 !important;
    text-decoration: underline!important;
    font-weight: normal;
}

.tabs li {
	display: inline-block;
    float: none;
    margin: 0;
    width: 50%;
}
.tabs {
	text-align: left;
    background: transparent !important;
    font-size: 0;
    border-bottom: 0 solid #EFF3F5;	
}
.tabItem {
    height: auto;
    padding-top: 0.7em !important;
    padding-right: 2em;
    padding-bottom: 0.7em !important;
    padding-left: 2em;
    margin: 2.5px;
    border-radius: 50px;
    font-family: inherit;
    font-weight: 300;
    font-size: 1.0em;
    text-transform: none;
    color: #003366;
    font-style: normal;
    text-decoration: none;
    border: 0.08em solid #003366;
    background: #FFFFFF;
    transition: background 0.5s, color 0.5s, border 0.5s;
    position: relative;
    top: 0;
    left: 0em;
    font-size: 18px!important;
    line-height: normal;
    height: auto;
    text-align: center;
} 
.tabItem:hover {
    background: #00A9CE;
    color: #FFFFFF;
    border-top: 0.08em solid #00A9CE;
    border-right: 0.08em solid #00A9CE;
    border-bottom: 0.08em solid #00A9CE;
    border-left: 0.08em solid #00A9CE;
}
a.tabItem:hover, a.tab-active:hover {

}
.tab-active,
.tab-active:hover {
	background: #00A9CE;
    color: #FFFFFF;
    border-top: 0.08em solid #00A9CE;
    border-right: 0.08em solid #00A9CE;
    border-bottom: 0.08em solid #00A9CE;
    border-left: 0.08em solid #00A9CE;
}
.content-headline {
    margin-left: 0;
}
.eupagination > .disabled > span, .eupagination > .disabled > span:hover, .eupagination > .disabled > span:focus, .eupagination > .disabled > a, .eupagination > .disabled > a:hover, .eupagination > .disabled > a:focus {
    color: #003366;
    cursor: not-allowed;
    background-color: transparent;
    border-color: transparent;
}
.footer a,
.footer a:active,
.check-subscription-link .link,
.modal a, .hyperlink, .disclaimer-box a, .cookies-box a {
    color: #000;
    text-decoration: none;
}
.check-subscription-link .link:hover,
.footer a:hover {
    color: #003366;
    text-decoration: underline;
}
.eupagination>li>a, 
.eupagination>li>span {
    background-color: transparent;
    color: #003366;
    border: 0;
    padding: 5px 12px;
    font-family: inherit;
    font-size: 16px;
    text-decoration: initial;
    font-weight: 700;
    border-radius: 0 !important;
    transition: ease-in-out 0.2s;
    margin: 0 4px;
}
.eupagination>li>a:hover, 
.eupagination>li>span:hover {
    color: #003366;
    font-weight: bold;
    border: 0 solid #003366;
}

.eupagination>.active>a, 
.eupagination>.active>span, 
.eupagination>.active>a:hover, 
.eupagination>.active>span:hover, 
.eupagination>.active>a:focus, 
.eupagination>.active>span:focus {
    background: transparent;
    border-color: #003366;
}
.eupagination > li > a:hover, .eupagination > li > span:hover, .eupagination > li > a:focus, .eupagination > li > span:focus {

    color: #003366;
    background-color: transparent;
    border-color: #003366;

}
.eupagination > .active > a, .eupagination > .active > span, .eupagination > .active > a:hover, .eupagination > .active > span:hover, .eupagination > .active > a:focus, .eupagination > .active > span:focus {
    color: #003366;
    cursor: default;
}
.content-headline {
	padding-bottom: 13px;
	border-bottom: 1px dashed #A7BCD6;
}

.expand-collapse>.exco-text {
    border: 1px solid #e1e1e1 !important;
}

.check-subscription-link {
    font-weight: 400;
    font-size: 13px!important;
}

.type-filter-name {
    color: #003366!important;
    font-weight: normal;
    font-size: 14px;
}
.type-filter-name:hover,
.type-filter-name:active {
    color: #003366!important;
    text-decoration: none;
}
.filter-type .selected .type-filter-name {
    color: #003366!important;
    font-weight: 700!important;
    text-decoration: none!important;

}
.subscription-header, .export-header {
    font-weight: 300;
    color: #003366 ;
    font-family: "MuseoSans", sans-serif;
}
@media (max-width: 320px) {
    .subscription-section .btn-subscribe-wrapper {
        float: none;
        text-align: center;
        width: 100%!important;
        padding-top: 10px!important;
    }
}
@media (max-width: 320px) {
    .subscription-section .subscription-header {
        display: none !important;
    }
}
@media (max-width: 479px){
    .input-control .button-wrraper {
        margin-left: -17px!important;
        margin-top: 10px!important;
    }
    .subscribe-checking-wrapper .button-wrraper {
        margin-left: -7px!important;
    }
}
@media(max-width: 400px){  
    .tabs {
        border-bottom: 0;
    }
    .tabs li {
        display: block;
        margin: 0 auto;
        margin-bottom: 5px!important;
        width: 100%;
    }
}

.headline-left .date-time {
    font-weight: 500 !important;
    font-size: 18px !important;
    font-family: "MuseoSans", sans-serif;
    color: #003366;
}
.form input, .form select {
    font-family: "MuseoSans", sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    height: 2em !important;
    color:#003366;
    border: 0.08em solid#fff;
    padding: 0 0.16em;
    box-sizing: border-box;
    font-size: 1rem;
    font-weight: 400;
    border-bottom: 1px dashed #A7BCD6;
}
.main-heading {
    padding-bottom: 20px;
    display: none;
}
.headline-left .event-name {
    font-size: 18px !important;
    font-family: "MuseoSans", sans-serif;
    color: #003366;
    font-weight: 400 !important;
}
.footer {
    clear: both;
    padding-left: 3px;
    text-align: right;
    padding-top: 20px;
    margin-bottom: 15px;
    font-size: 13px;
}
/* .radio, .checkbox {
    width: 18px;
    height: 18px;
    border: none;
    line-height: 18px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    top: -1px;
} */
.event-row.first .box-border {
    border-top: 0;
}
.expand-collapse {
    padding: 0;
    position: absolute;
    display: none;
    text-decoration: none;
    top: 10px;
    left: -0;
    text-align: center;
    overflow: hidden;
    background-color: transparent;
    border: none;
}
.expand-collapse > .exco-text {
    display: inline-block;
    *display: inline;
    text-align: center;
    *zoom: 1;
    color: #ccc;
    font-size: 1.5em;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #e4e4e4;
}
.event-row.odd:active {
    border-left: 1px solid #e7e7e7!important;
    border-right: 1px solid #e7e7e7!important;
}
.expand-collapse.expand > .exco-text {
    border-right-color: #fff !important;
    color: #003366;
}
.filter-type a {
    text-decoration: none;
    color: inherit;
    color: #003366;
}
.content-headline {
    margin-left: 21px;
}
.filter-type {
    position: relative;
}
.filter-type::after {

    content: '';
    height: 1px;
    background: #e7e7e7;
    width: 98%;
    position: absolute;
    left: 21px;
    top: 37px;

}

@media(max-width:600px){
    li.type {
        width: 100%!important;
    }
}
.modal-content,
.your-preferences {
    background-color: #fff;
}
@media(max-width:400px){
    .tabs li{
        display: block;
    }
    .tabs {
        border-bottom: 0!important;
    }
    .tabItem {
        width: auto;
        max-width: 250px;
        margin: 0 auto !important;
        margin-bottom: 5px !important;
        text-align: center;
    }
}


.google-recapcha > div {
    margin-top: 10px;
    text-align: center;
    font-size: .7em;
    color: #003366!important;
}

