@import url("//fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap");


body,
input,
select {
    font-family: Roboto, Arial, sans-serif !important;
    color: #777;
    font-size: 14px;
}
.headline-right .event-type {
    font-weight: 600;
    text-align: right;
    word-wrap: break-word;
    color: #777777;
}
.wrapper {
    width: 100%;
    max-width: 794px;
    padding: 0;
    margin: 0 auto;
}
.calendar-time-line .current-month .time-line-item {
    background-color: #004E74;
    color: #fff;
}
.time-line-item {
    border: 1px solid #e0e0e0;
}
.time-line-item:hover,
.time-line-item:active {
	background: #004E74!important;
	color: #ffffff;
}
.btn {
    background-color: #fff;
    border: 1px solid #004E74;
    font-weight: 700;
    border-radius: 25px;
    color: #004E74;
    padding: 1.0em 1.0em;
    transition: background 0.5s, color 0.5s, border 0.5s;
    min-width:10em;
}
.btn:hover,
.btn:focus,
.btn:active {
    background-color: #004E74;
    color: #fff;
    border-color: #004E74;
    box-shadow: none;
}
.modal a, .hyperlink, .disclaimer-box a, .cookies-box a {
    color: #004E74 !important;
    text-decoration: none;
}
.modal a:hover, .hyperlink:hover, .disclaimer-box a:hover, .cookies-box a:hover {
    color: #004E74 !important;
}

.tabs li {
	display: inline-block;
    float: none;
    margin: 0;
}
.tabs {
	text-align: center;
    background: transparent !important;
    font-size: 0;
}
.tabItem {
    line-height: normal;
    height: auto;
	padding-top: 0.5em !important;
	padding-right: 0;
	padding-bottom: 0.5em !important;
	padding-left: 0;
	margin-top: 0.0em;
	margin-right: 5px;
	margin-bottom: 0.0em;
	margin-left: 5px;
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	font-family: inherit;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase!important;
	color: #005978;
	font-style: normal;
	text-decoration: none;
	border-top: 0.08em solid #FFFFFF;
	border-right: 0.08em solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-left: 0.08em solid #FFFFFF;
	background: #FFFFFF;
	transition: background 0.5s, color 0.5s, border 0.5s;
    position: relative;
    letter-spacing: 2px;
} 
.tabItem:hover {
	background: #FFFFFF;
	color: #005978;
	border-top: 0.08em solid #FFFFFF;
	border-right: 0.08em solid #FFFFFF;
	border-bottom: 3px solid #005978;
	border-left: 0.08em solid #FFFFFF;
}
a.tabItem:hover, a.tab-active:hover {

}
.tab-active {
	background: #FFFFFF;
	color: #005978;
	border-top: 0.08em solid #FFFFFF;
	border-right: 0.08em solid #FFFFFF;
	border-bottom: 3px solid #005978;
	border-left: 0.08em solid #FFFFFF;
}

.content-headline {
    margin-left: 0;
}

.footer a,
.footer a:active,
.footer a:hover,
.check-subscription-link .link,
.modal a, .hyperlink, .disclaimer-box a, .cookies-box a {
    color: #005978;
}
.check-subscription-link .link:hover,
.footer a:active,
.footer a:hover{
    color: #005978;
    text-decoration: underline;
}
.eupagination>li>a, 
.eupagination>li>span,
.eupagination>li>a:hover, 
.eupagination>li>span:hover {
    color: #777;
    font-weight: bold;
    border: 1px solid #e0e0e0;
}
.expand-collapse {
    position: relative;
    left: 10px;
}
.eupagination>.active>a, 
.eupagination>.active>span, 
.eupagination>.active>a:hover, 
.eupagination>.active>span:hover, 
.eupagination>.active>a:focus, 
.eupagination>.active>span:focus {
    background: #005978;
    border-color: #005978;
}
.eupagination > li > a:hover, .eupagination > li > span:hover, .eupagination > li > a:focus, .eupagination > li > span:focus {

    color: #fff;
    background-color: #005978;
    border-color: #005978;

}
.content-headline {
    border:none;
	padding-bottom: 13px;
	border-bottom: 1px solid #e0e0e0;
}

.expand-collapse>.exco-text {
    border: 1px solid #e0e0e0 !important;
}

.check-subscription-link {
    font-weight: 400;
    font-size: 14px!important;
}

.type-filter-name {
    color: #005978!important;
    font-weight: normal;
}
.type-filter-name:hover,
.type-filter-name:active {
    color: #005978!important;
    text-decoration: none;
}
.filter-type .selected .type-filter-name {
    color: #005978!important;
    font-weight: normal;
    text-decoration: none!important;

}
.subscription-header, .export-header {
    font-weight: 700;
    color: #0076BE ;
    font-size: 1.25em;
}
@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: 480px){  
    .tabs li {
        display: block;
        margin: 0 auto;
        margin-bottom: 5px!important;
        width: 50%;
        min-width: 300px;
    }
    .tabItem {
        /* width: 100%; */
        border-top: 0.08em solid #e0e0e0;
		border-right: 0.08em solid #e0e0e0;
		border-bottom: 3px solid #e0e0e0;
		border-left: 0.08em solid #e0e0e0;
		background: #FFFFFF;
		box-sizing: border-box;
        width: 250px;
        padding-top: 0.5em !important;
        padding-right: 1.0em;
        padding-bottom: 0.5em !important;
        padding-left: 1.0em;
    }
    .tabItem:hover {
		background: #FFFFFF;
		color: #005978;
		border-top: 0.08em solid #e0e0e0;
		border-right: 0.08em solid #e0e0e0;
		border-bottom: 3px solid #005978;
		border-left: 0.08em solid #e0e0e0;
    }
    .tab-active {
        background: #FFFFFF;
		color: #005978;
		border-top: 0.08em solid #e0e0e0;
		border-right: 0.08em solid #e0e0e0;
		border-bottom: 3px solid #005978;
		border-left: 0.08em solid #e0e0e0;
    }
}

