@import url("//fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");

body,
input,
select {
    font-family: Lato, Calibri, sans-serif;
	font-size: 14px;
	color: #555559;
}
.headline-right .event-type {
    font-weight: 700;
    text-align: right;
    word-wrap: break-word;
    color: #555559;
    font-family: Lato, Calibri, sans-serif;
    font-size: 14px;
}
.next-event {
    font-family: Lato, Calibri, sans-serif;
    color: #555559;
}
.wrapper {
    width: 100%;
    max-width: 1140px;
    padding: 0;
    margin: 0 auto;
}
.calendar-time-line .current-month .time-line-item {
    background-color: #FF6B0B;
    color: #fff;
    border: 1px solid #FF6B0B;
}
.time-line-item {
    border: 1px solid #e7e7e7;
}
.time-line-item:hover,
.time-line-item:active {
	background: #FF6B0B!important;
    color: #ffffff;
    /* border: 1px solid #FF6B0B; */
}
.btn {
    font-family: Lato, Calibri, sans-serif;
	font-size: 1.0em;
	font-weight: 400;
	color: #fff;
	text-transform: none;
	
	padding: 0.5em;
	
	border: 0em solid #FF6B0B;	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	background: #FF6B0B;
	
	transition: background 0.5s ease-in;	
	text-decoration: none;	
}
.btn:hover,
.btn:focus,
.btn:active {
    background: #cb6824;
	color: #FFFFFF;
	border-color: #cb6824;
}
.modal a, .hyperlink, .disclaimer-box a, .cookies-box a {

    color: #FF6B0B !important;
    text-decoration: none!important;

}
.modal a:hover, .hyperlink:hover, .disclaimer-box a:hover, .cookies-box a:hover {
    color: #0077B3 !important;
    text-decoration: underline!important;
}

.tabs li {
	display: inline-block;
    float: none;
    margin: 0;
    width: 50%;
}
.tabs {
	text-align: center;
    background: transparent !important;
    font-size: 0;
    border-bottom: 1px solid #000;
}
.tabItem {
    padding-top: 1.0em !important;
    padding-right: 2.0em;
	padding-bottom: 1.0em !important;
	padding-left: 2.0em;
	
	margin-top: 0.0em;
	margin-right: 0.08em;
	margin-bottom: -1px;
	margin-left: 0.08em;
	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	
	font-family: inherit;
	font-weight: bold;
	text-transform: none;	
	color: #000000;
	
	font-style: normal;
	text-decoration: none;	
	
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	
	background: #FFFFFF;
	
	transition: ease-in-out 0.2s;
    position: relative;
    top: 0;
    left: 0em;
    position: relative;
    font-size: 14px!important;
    line-height: normal;
    height: auto;
} 
.tabItem:hover {
	background: #FF6B0B;
	color: #fff;
	border-top: 1px solid #FF6B0B;
	border-right: 1px solid #FF6B0B;
	border-bottom: 1px solid #FF6B0B;
	border-left: 1px solid #FF6B0B;
}
a.tabItem:hover, a.tab-active:hover {

}
.tab-active,
.tab-active:hover {
	background: #FF6B0B;
	color: #fff;
	border-top: 1px solid #FF6B0B;
	border-right: 1px solid #FF6B0B;
	border-bottom: 1px solid #FF6B0B;
	border-left: 1px solid #FF6B0B;
}
/* .tab-active:before {
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0;
    background-color:#43807A;
    left: 0;
}
.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: #FF6B0B;
    text-decoration: none;
}
.check-subscription-link .link:hover,
.footer a:hover {
    color: #0077B3;
    text-decoration: underline;
}
.eupagination>li>a, 
.eupagination>li>span {
    background-color: #FFFFFF;
    color: #555559;
    border: 0.08em solid #CCCCCC;
    padding: 5px 12px;
    font-family: inherit;
    font-size: 14px;
    text-decoration: initial;
    font-weight: normal;
    border-radius: 40px !important;
    transition: background 0.5s, color 0.5s, border 0.5s;
    margin-right: 4px;
}
.eupagination>li>a:hover, 
.eupagination>li>span:hover {
    color: #000000;
    font-weight: bold;
    border: 1px solid #FF6B0B;
}

.eupagination>.active>a, 
.eupagination>.active>span, 
.eupagination>.active>a:hover, 
.eupagination>.active>span:hover, 
.eupagination>.active>a:focus, 
.eupagination>.active>span:focus {
    background: #FF6B0B;
    border-color: #FF6B0B;
}
.eupagination > li > a:hover, .eupagination > li > span:hover, .eupagination > li > a:focus, .eupagination > li > span:focus {

    color: #fff;
    background-color: #FF6B0B;
    border-color: #FF6B0B;

}
.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: 14px!important;
}

.type-filter-name {
    color: #FF6B0B!important;
    font-weight: normal;
    font-size: 14px;
}
.type-filter-name:hover,
.type-filter-name:active {
    color: #FF6B0B!important;
    text-decoration: none;
}
.filter-type .selected .type-filter-name {
    color: #FF6B0B!important;
    font-weight: 700!important;
    text-decoration: none!important;

}
.subscription-header, .export-header {
    font-weight: 700;
    color: #555559 ;
    font-family: Lato, 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%;
    }
    .tabItem {
        border: 1px solid #000;
    }
    .tabItem:hover {
        background: #ffffff;
        color: #FF6B0B;
        border-top: 1px solid #000000;
        border-right: 1px solid #000000;
        border-bottom: 1px solid #000;
        border-left: 1px solid #000000;
    }
    .tab-active, .tab-active:hover {
        background: #ffffff;
        color: #FF6B0B;
        border-top: 1px solid #000000;
        border-right: 1px solid #000000;
        border-bottom: 1px solid #000;
        border-left: 1px solid #000000;
    }
}

.headline-left .date-time {
    font-weight: 700 !important;
    font-size: 14px !important;
    font-family: Lato, Calibri, sans-serif;
    color: #555559;
}
.form input, .form select {
    font-family: Lato, Calibri, sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    height: 2em !important;
    color:#555559;
    border: 0.08em solid#dad9da;
    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-size: 14px !important;
    font-family: Lato, Calibri, sans-serif;
    color: #555559;
    font-weight: 400 !important;
}
.footer {
    clear: both;
    padding-left: 3px;
    text-align: right;
    padding-top: 20px;
    margin-bottom: 15px;
    font-size: 12px;
}
.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: #FF6B0B;
}
.filter-type a {
    text-decoration: none;
    color: inherit;
    color: #FF6B0B;
}
.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;
    }
}

