@import url("//fonts.googleapis.com/css2?family=Signika+Negative:wght@300;400;600;700&display=swap");
@font-face {
	font-family: 'icofont';
	src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/us-aglx/fonts/icofont.eot");
	src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/us-aglx/fonts/icofont.eot?#iefix") format('embedded-opentype'),
		 url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/us-aglx/fonts/icofont.woff2") format('woff2'),
		 url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/us-aglx/fonts/icofont.woff") format('woff'),
		 url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/us-aglx/fonts/icofont.ttf") format('truetype'),
		 url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/us-aglx/fonts/icofont.svg") format('svg');
	font-weight: normal;
	font-style: normal;
}
body,
input,
select {
    font-family: Calibri, sans-serif;
	font-size: 16px;
	color: #00263A;
}
.headline-right .event-type {
    font-weight: 700;
    text-align: right;
    word-wrap: break-word;
    color: #00263A;
    font-family: Calibri, sans-serif;
    font-size: 16px;
}
.next-event {
    font-family: Calibri, sans-serif;
    color: #00263A;
}
.wrapper {
    width: 100%;
    max-width: 1140px;
    padding: 0;
    margin: 0 auto;
}
.calendar-time-line .current-month .time-line-item {
    background-color: #6c7d87;
    color: #fff;
    border: 1px solid #6c7d87;
}
.time-line-item {
    border: 1px solid #e7e7e7;
}
.time-line-item:hover,
.time-line-item:active {
	background: #00263A!important;
    color: #ffffff;
    /* border: 1px solid #00263A; */
}
.btn {
    font-family: Calibri, sans-serif;
	font-size: 1.0em;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0.5em;
	padding: 8px 1.0em 8px 1.0em;
	border: 0em solid #8dc73f;
	border-radius: 0px;
	background: #8dc73f;
	transition: linear 0.2s;
	text-decoration: none;
	letter-spacing: 2px;
}
.btn:hover,
.btn:focus,
.btn:active {
    background: #146930;
	color: #FFFFFF;
	border-color: #146930;
}
.modal a, .hyperlink, .disclaimer-box a, .cookies-box a {
    font-weight: 700;
    color: #8dc73f !important;
    text-decoration: underline!important;

}
.modal a:hover, .hyperlink:hover, .disclaimer-box a:hover, .cookies-box a:hover {
    color: #8dc73f !important;
    text-decoration: underline!important;
    font-weight: 700;
}

.tabs li {
	display: inline-block;
    float: none;
    margin: 0;
}
.tabs {
	text-align: center;
    background: transparent !important;
    font-size: 0;
    border-bottom: 1px solid #E7E7E7;
}
.tabItem {
    padding-top: 1.0em !important;
	padding-right: 0.0em;
	padding-bottom: 1.0em !important;
	padding-left: 0.0;
	
	margin-top: 0.0em;
	margin-right: 15px;
	margin-bottom:0;
	margin-left: 15px;
	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	
	font-family: inherit;
	font-weight: bold;
	font-size:24px!important;
	text-transform: none;	
	color: #595959;
	
	font-style: normal;
	text-decoration: none;	
	
	border-top: 0em solid #FFFFFF;
	border-right: 0em solid #FFFFFF;
	border-bottom: 0em solid #FFFFFF;
	border-left: 0em solid #FFFFFF;
	
	background: #FFFFFF;
	
	transition: ease in 0.3s;
	
    position: relative;
    top: 0;
    left: 0em;
    position: relative;
    line-height: normal;
    height: auto;
} 
.tabItem:hover {
    background: #FFFFFF;
	color: #8dc73f;
	border-top: 0em solid #FFFFFF;
	border-right: 0em solid #FFFFFF;
	border-bottom: 0em solid #FFFFFF;
	border-left: 0em solid #FFFFFF;
}
.tab-active,
.tab-active:hover {
	background: #FFFFFF;
	color: #00263A;	
	border-top: 0em solid #FFFFFF;
	border-right: 0em solid #FFFFFF;
	border-bottom: 0em solid #FFFFFF;
	border-left: 0em solid #FFFFFF;
}
.tabs li:first-child .tab-active:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    bottom: 0;
    background-color: #8dc73f;
    left: 62px;
}
.tab-active:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    bottom: 0;
    background-color: #8dc73f;
    left: 32px;
}
/* .tabItem:hover:after,
.tabItem:active:after,
.tab-active:after {
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0;
    background-color:#43807A;
    left: 0;
} */
.content-headline {
    margin-left: 0;
}

.footer a,
.footer a:active,
.check-subscription-link .link,
.modal a, .hyperlink, .disclaimer-box a, .cookies-box a {
    color: #8dc73f;
    text-decoration: underline;
    font-weight: 700;
}
.check-subscription-link .link:hover,
.footer a:hover {
    color: #8dc73f;
    text-decoration: underline;
    font-weight: 700;
}
/* .eupagination > li:first-child > a, 
.eupagination > li:first-child > span,
.eupagination > li:nth-child(1) > a, 
.eupagination > li:nth-child(1) > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 0;
}
.eupagination > li:first-child > a:after,
.eupagination > li:nth-child(1) > a:after {
    font-family: icofont;
	color: #00263A;
	font-weight: 700;
	margin-left: 0;
	position: relative;
	content: "\ea5c";
	font-size: 18px;
	margin-right: 10px;
} */

.eupagination>li>a, 
.eupagination>li>span {
    background-color: #FFFFFF;
	color: #00263A;
	border: 0 solid #E9E9E9;
	
	padding: 0.5em;
	
	font-family: inherit;
	font-size: 14px;
	text-decoration: initial;
	font-weight: normal;
	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	
	transition: linear 0.2s;	
	margin: 0 5px;	
}
.eupagination>li>a:hover, 
.eupagination>li>span:hover {
    background-color: #fff;
	color: #8dc73f;
	border-color: #fff;
}

.eupagination>.active>a, 
.eupagination>.active>span, 
.eupagination>.active>a:hover, 
.eupagination>.active>span:hover, 
.eupagination>.active>a:focus, 
.eupagination>.active>span:focus {
    background-color: #fff;
	color: #8dc73f;
	border-color: #fff;
}
.eupagination > li > a:hover, .eupagination > li > span:hover, .eupagination > li > a:focus, .eupagination > li > span:focus {

    background-color: #fff;
	color: #8dc73f;
	border-color: #fff;
}
.eupagination>.active>a {
    font-weight: bold;
}
.content-headline {
	padding-bottom: 13px;
	border-bottom: 1px solid #e7e7e7;
}

.expand-collapse>.exco-text {
    border: 1px solid #e1e1e1 !important;
}

.check-subscription-link {
    font-weight: 400;
    font-size: 16px!important;
}

.type-filter-name {
    color: #8dc73f!important;
    font-weight: normal;
    font-size: 16px;
}
.type-filter-name:hover,
.type-filter-name:active {
    color: #8dc73f!important;
    text-decoration: none;
}
.filter-type .selected .type-filter-name {
    color: #8dc73f!important;
    font-weight: 700!important;
    text-decoration: underline!important;

}
.subscription-header, .export-header {
    font-weight: 700;
    color: #00263A ;
    font-family: Calibri, 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: 340px){  
    .tabs {
        border-bottom: 0;
    }
    .tabs li {
        display: block;
        margin: 0 auto;
        margin-bottom: 5px!important;
        width: 100%;
    }
    .tabs li:first-child .tab-active::before,
    .tab-active::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        bottom: 0;
        background-color: #8dc73f;
        left: 0;
    }
}

.headline-left .date-time {
    font-family: inherit;
    font-size: 1.0em;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
    font-size: 1em;
    color: #00263A;
    letter-spacing: -.05em;
    font-weight: bold;
}
.form input, .form select {
    font-family: Calibri, sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    height: 2em !important;
    color:#00263A;
    border: 1px solid #bdbdbd;
    border-radius: 25px;
    padding: 0 0.16em;
    box-sizing: border-box;
    font-size: 1rem;
    font-weight: 400;
}
.main-heading {
    padding-bottom: 20px;
    display: none;
}
.headline-left .event-name {
    font-family: inherit;
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #8dc73f;
}
.footer {
    clear: both;
    padding-left: 3px;
    text-align: right;
    padding-top: 20px;
    margin-bottom: 15px;
    font-size: 14px;
}
.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: #8dc73f;
}
.filter-type a {
    text-decoration: none;
    color: inherit;
    color: #8dc73f;
}
.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;
    }
}




/***********************Changes*************************/


/* .btn-subscribe {
    padding: 5px 20px !important;
    border: 1px solid #00263a !important;
    color: #00263a !important;
    background-color: #fff !important;
    border-radius: 0px !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 1em !important;
    line-height: 1.75 !important;
    user-select: none !important;
    text-align: center !important;
    vertical-align: middle !important;
    display: inline-block !important;
}

.btn-subscribe:hover {
    color: #fff !important;
    background-color: #00263a !important;
} */

.check-subscription-link .link, .cookies-box a {
    color: #00263a !important;
    font-weight: 700 !important;
    text-decoration-color: #8dc73f !important;
    text-decoration-thickness: 3px !important;
    text-underline-position: under !important;
}

.check-subscription-link .link:hover, .cookies-box a:hover {
    color: #8dc73f !important;
    text-decoration-thickness: 3px !important;
}
