﻿body {
    font-family: 'Open Sans', sans-serif;
}

a {color: #1E429A}

a:hover,
a:focus {
    color: #00B8F1;
}



@media (min-width: 1500px) {
    .container {
        max-width: 1350px;
    }
}

.only-home {
    display: none
}
body.main-page .only-home {
    display: block;
}

header p {
    margin: 0 !important
}
img {
    max-width: 100%;
    height: auto;
}

/* BUTTONS */
.alert {
    border-radius: 10rem
}
..alert-warning {
    color: black;
}
.btn.btn-rounded {
    padding: .375rem 1.25rem;
}
.btn-rounded {
    border-radius: 10rem;
    font-weight: 800;
    text-transform: uppercase;
}

.btn-lg {
    font-weight: 800;
}

.btn-primary {
    background-color: #1E429A;
    border-color: #1E429A;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #1B3A88;
    background-color: #00B8F1;
    border-color: #00B8F1;
}

.btn-primary:focus {
    /*	box-shadow: 0 0 0 0.2rem rgba(61, 130, 65, 0.5);*/
}

.btn-primary.focus, 
.btn-primary:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus, 
.btn-outline-info:not(:disabled):not(.disabled):active:focus, 
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #000 !important;
}


.btn-outline-primary {
    color: #1E429A;
    background-color: transparent;
    background-image: none;
    border-color: #1E429A;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #1E429A;
    border-color: #1E429A;
}

.btn-info {
    /*
	color: #fff;
	background-color: #7ac046;
	border-color: #6ead3f;
*/
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    /*
	color: #fff;
	background-color: #3d8241;
	border-color: #3d8241;
*/
}

.btn-outline-info {
    /*
	color: #6ead3f;
	background-color: transparent;
	background-image: none;
	border-color: #6ead3f;
*/
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    /*
	background-color: #6ead3f;
	color: white;
*/
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    /*	box-shadow: 0 0 0 0.2rem rgba(110, 173, 63, 0.4);*/
}

.btn-warning {
    /*
	background-color: #dff377;
	border-color: #dff377;
*/
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    /*
	background-color: #badd09;
	border-color: #badd09;
*/
}

.btn-group-lg>.btn, 
.btn-lg {
    padding: .5rem 1rem;
    font-size: 0.95rem;
    line-height: 1.5;
    border-radius: 10rem;
}

.nazwa_portal {
    font-weight: 900;
    font-size: 1.9rem
}
.navbar-brand {
    font-weight: 800;
    font-size: 1.2rem;
}


/* MENU */

.menu-top .nav-link {
    color: #1E429A !important;
}
.menu-top .nav-link:hover,
.menu-top .nav-link:focus,
.menu-top .nav-link:active {
    color: #00B8F1 !important;
}



@media (min-width: 992px) {
    
    .menu-border {
        border: 3px solid #ed1c3c;
        border-radius: 10rem;
        margin-bottom: 1rem;
    }

    .menu-top .nav-link {
        font-weight: 800;
        font-size: 1.15rem;
        letter-spacing: -0.05rem;
        padding: 0.5rem 0.5rem !important;
    }
    .dropdown-menu.show {
        border: 3px solid #00B8F1;
        border-radius: 16px;
    }
    .dropdown-menu .nav-link {
        font-weight: 700;
        font-size: 1.0rem;
        
    }
    .dropdown-menu {
        top: 120%;
        left: -50%;
        right: -50%;
        
    }
    .dropdown-menu.show:before {
        content: '';
        display: block;
        background-color: #00B8F1;
        width: 60px;
        height: 12px;
        margin-top: -30px;
        margin-left: 40%;
        margin-right: 40%;
        border-radius: 10rem;
    }
}

.dropdown-menu li:before {
    display: block;
    width: 60px;
    height: 10px;
    border-radius: 10rem;
    background-color: #00B8F1;
    content: '';
    margin-left: 10px;
}
.dropdown-menu li:first-child:before {
    display: none;
    
}
.dropdown-menu li:first-child {
    margin-top: 10px;
}



/* POLITYKA PRYWATNOŚCI */

.privacypolicy-alert {
    margin-bottom: 0;
    padding-right: 0;
}


/* WYRÓŻNIONE WIADOMOSCI */

.highlight-bg {
    display: flex;
    background-color: #ececec;
    background:
    url(../img/highlight-left.svg) left no-repeat,
    url(../img/highlight-right.svg) right no-repeat #ececec;
    background-size: auto 90%;
}
.highlight-bg .structure-panel {
    background-color: #ffffff;
}
@media (min-width: 992px) {   
    .highlight-bg .structure-panel {
        background-color: #ececec;
    }
}

.higlight-bg-right {
    
    background-image: url(../img/highlight-right.svg);
    background-color: red;
    background-position: 2rem 2rem;
    background-size: auto 98%;
    background-repeat: no-repeat;
   
}

.highlight {
    width: 100%;
    margin: 0!important;
    list-style: none;
}

@media (min-width: 992px) {
    .highlight {
        position: relative;
        min-height: 400px;
    }
}
ul.tiles {list-style: none;}

.highlight .highlight-item {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

.highlight .overlay {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
}

.highlight .highlight-item:hover .overlay {
}

.highlight>.highlight-article h3 {
    z-index: 10;
    color: white;
    bottom: 1rem;
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: 800;
    background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
    .highlight>.highlight-article:first-of-type h3 {
        font-size: 2.0rem;
    }
    .highlight>.highlight-article:nth-child(1) h3 {
        padding: 2rem;
    }
}

.highlight>.highlight-article .fa {
    font-weight: normal !important;
}
.highlight>.highlight-article:nth-child(2) h3,
.highlight>.highlight-article:nth-child(3) h3 {
    bottom: auto !important;
    top: 1rem !important
}

.highlight>.highlight-article:nth-child(2) h3:before, 
.highlight>.highlight-article:nth-child(3) h3:before 
{
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #00b9f1;}

.highlight>.highlight-article:nth-child(3) h3:before {
    background-color: red;
}
.highlight>li h3 a {
    color: white !important;
    text-decoration: none;
}

.highlight .highlight-article:nth-of-type(2)>div,
.highlight .highlight-article:nth-of-type(3)>div {
    background-color: transparent !important;
    background-image: none !important;
    border-bottom: 2px solid #00B8F1;
}
.highlight .highlight-article:nth-of-type(3)>div {
    border-bottom: 2px solid #f10000;
}
@media (min-width: 992px) {
    .highlight .highlight-article:nth-of-type(2)>div,
    .highlight .highlight-article:nth-of-type(3)>div {
        border-bottom: none !important;
    }
}
    
.highlight>.highlight-article:nth-of-type(2) h3,
.highlight>.highlight-article:nth-of-type(2) h3 a,
.highlight>.highlight-article:nth-of-type(3) h3,
.highlight>.highlight-article:nth-of-type(3) h3 a {
    background-color: transparent !important;
    background-image: none !important;
    color: black !important
}

@media (min-width: 992px) {
    .highlight>.highlight-article h3 {
        background-color: transparent;
    }
    .highlight>.highlight-article h3 {
        color: black;
    }
    .highlight>li h3 a {
        color: black !important;
    }
    
}
.highlight.row {
    background-color: #ffffff;
}
    
@media (min-width: 992px) {
    .highlight.row {
        background-color: #ececec;
    }
}

.highlight>li h3 .h-data {
    display: block;
    font-size: 1rem;
    padding: 0.5rem 0;
    font-weight: 500;
    color: #ffffff;
}
@media (min-width: 992px) {
    .highlight>li h3 .h-data {
        color: #1e429a;
    }
}
    


.carousel-caption {
    display: none;
}

.gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(214,214,214);
    background: -moz-linear-gradient(180deg, rgba(214,214,214,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(214,214,214,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(214,214,214,0) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6d6d6",endColorstr="#ffffff",GradientType=1);
    z-index: 1;
    display: none;
}

    
@media (min-width: 992px) {
        .gradient {
            display: block;
        }
       .highlight>li {
            position: absolute;
        }
        .highlight>li:nth-of-type(1) {
            left: 0px;
            top: 0px;
            height: 100%!important;
            flex: 0 0 66.66%;
            max-width: 66.66%;
        }
        .highlight>li:nth-of-type(2) {
            top: 0;
            right: 0;
            height: 50%!important;
            overflow-y: hidden
        }
        .highlight>li:nth-of-type(3) {
            right: 0;
            bottom: 0;
            height: 50%!important;
            overflow-y: hidden
        }
        .highlight>li:nth-of-type(2) div,
        .highlight>li:nth-of-type(3) div {
            background-image: none !important
        }
        .highlight>li h3 {
            position: absolute;
        }
    
    
        .carousel-caption {
            display: block;
            bottom: 40px;
            background-color: rgba(0, 0, 0, 0.65);
        }
    }


.subheader .carousel-caption {
    background-color: transparent;
/*
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
*/
}
/*
.subheader .carousel-caption:hover {
    background-color: rgba(255, 255, 255, 0.4);
}
*/
.subheader:hover img {
        opacity: 0.9;
    -webkit-transition: all 0.1s ease-in-out;
}
.subheader .carousel-caption h3 {
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
/*    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
/*    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;*/
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5)
}
.subheader .carousel-caption a {
    color: #1a1b4d;
    text-decoration: none;
}
.subheader .carousel-caption p {
    font-size: 1.2rem;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
/* BODYCONTENT*/

.BodyContent {
    margin-top: 1rem;
}
@media (min-width:1300px) { 
    .BodyContent {
        display: flex;
        background:
        url(../img/BodyContent-left.svg) top left no-repeat,
        url(../img/BodyContent-right.svg) top right no-repeat #1E429A;
        background-size: 100px auto;
        background-color: white;
    }
}

@media (min-width: 1600px) { 
    .BodyContent {
        display: flex;
        background:
        url(../img/BodyContent-left.svg) top left no-repeat,
        url(../img/BodyContent-right.svg) top right no-repeat #1E429A;
        background-size: 200px auto;
        background-color: white;
    }
}
@media print {
    .BodyContent {
        display: flex;
        background: white;
       
    }
}
.BodyContent .BodyContent {
    background-image: none;
}
.BodyContent .structure-panel {
    background-color: white;
}
.BodyContent .img-rounded img {
    border-radius: 8px
}
.linia-niebieska hr {
    height: 5px;
    border: 1;
    background-color: #01b1ec;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.linia-czerwona hr {
    height: 5px;
    border: 1;
    background-color: #EA1335;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.breadcrumb-item.active {
  color: black !important;   
}

/* FOOTER */

.footer {
    
    background-color: #1E429A;
    color: white;
}
.main-page .footer .bg-light {
    color: black;
}
@media (min-width: 1200px) {
    .footer {
        background:
        url(../img/Footer-left.svg) left no-repeat,
        url(../img/Footer-right.svg) right no-repeat #1E429A;
        background-size: auto 90%;
    }    
}
@media (min-width: 1600px) {
        
    .main-page .footer .bg-light { 
        background-image: url(../img/calendar-right.svg);
        background-position: right top;
        background-repeat: no-repeat;
        background-size: auto 200px;
    }
}
.container.footer { 
    max-width: 100% !important;
}

.footer .structure-panel.loga_projektu {
    background-color: white;
    color: black;
}

.footer-green {
    height: 56px;
}

.footer-small {
    font-size: 0.85rem;
}
    .footer-small a{
        color:white;
    }
    /* lista tytułów aktualności*/
    .panel-more-link {
        float: right;
        font-size: 0.9rem;
        padding-top: 10px;
        font-weight: 700;
        text-transform: uppercase;
    }


.article-list-small li {}

.article-list-small li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    display: block;
    text-decoration: none;
}

.article-list-small li a:hover,
.article-list-small li a:focus {}


/*
.article-list-small a:before {
	content: "\00BB ";
	padding-right: 15px;
}
*/

.totop {
    position: fixed;
    bottom: -40px;
    right: 10px;
    z-index: 104400;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

.totop.show {
    opacity: 1;
    bottom: 20px
}

.totop a i {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 25px;
    background: rgba(60, 60, 60, 0.7);
}

.totop a,
.totop a:visited {
    color: #fff;
    text-decoration: none;
}


/*breadcrumb*/

.breadcrumb {
    background-color: transparent;
    font-size: 0.8rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

h1 {
    color: #1E429A;
    font-weight: 800;
    letter-spacing: -1px;
    font-size: 1.9rem
}


/* sharebox */

.sharebox {
    float: right;
}


.sharebox .nav-item {
    margin-left: 0.2rem;
}
.sharebox .btn-primary {
    
    border-radius: 50%;
    padding: 0.5rem 0.7rem;
}



/* paginaton */

.page-link {
    margin-left: 3px;
    border-radius: 0!important;
}

.page-item.active .page-link {}


/* LISTA ARTYKUŁÓW - siatka, lista */

.article h4 {
    font-size: 1.2rem;
    font-weight: 800;
    color: #1E429A;
}

.article h4 a {
     color: #1E429A;
}

.article h4 a:hover,
.article h4 a:focus,
.article h4 a:active {}

.article .meta {
    font-size: 0.8rem;
}
.article .meta .fa {
    font-weight: normal !important;
    margin-right:5px;
    font-size: 1.0rem;
    color: #1E429A;
    
}

.article .meta .category {
    display: block;
}

.article .meta .category a {
    display: inline-block;
}

.article .caption-header {
    }

.article-body,
.page-body {}

.article .btn {
    font-size: 0.85rem
}

@media (min-width: 768px) {
    .article-list .article {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.article-list .article {
    border-bottom: 1px solid #eeeeee;
}

.article-header {}

.article-img {}

.article-img img {
    opacity: 0.9;
    -webkit-transition: all 0.1s ease-in-out;
    border-radius: 8px;
}

.article:hover .article-img img {
    opacity: 0.7
}


/* ARTYKUŁ, STRONKA */

h1.page-header {}

h1.page-header span {}

h2.panel-title {
    font-size: 1.7rem;
    letter-spacing: -0.05rem;
    color: #1E429A;
    font-weight: 900;
    padding: 0 0 2rem 0;
}
h2.panel-title:nth-child(even) {
   color: #1E429A;
}
.h2-tytul-link a {
    text-align: right;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    border-bottom: 1px solid rgba(192, 192, 192, 0.4);
    padding-bottom: 1rem
}
.h2-tytul-link a:after {
    content: ' \f0a9';
    font-family: 'Fontawesome';
    
}

@media (min-width: 992px) {
    .h2-tytul-link a {
        font-size: 1.1rem;
        color: white;
        margin-top: 0.5rem;
        padding: 0.45rem 1.5rem;
        background-color:#1E429A;
        border-radius: 10rem;
        font-weight: 800;
        text-transform: uppercase;
        float: right;
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
    /*    line-height: 1.5;*/
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        text-decoration: none;
    }
    .h2-tytul-link a:hover,
    .h2-tytul-link a:focus,
    .h2-tytul-link a:active {
        background-color: #00baf2;
        border-color: #00baf2;
        color: white;
    }
    .h2-tytul-link a:after {
    content: '';
    }
}
.article h1 {}

.form-control {
    border-radius: 0
}
.form-control:focus {
    box-shadow: 0 0 0 .2rem rgb(0, 0, 0);
    border-color: black !important;
}
label {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #2d2d2d;
}
.row.filelist:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f1f1f1;
    margin-bottom: 20px;
}
.filelist span.filelist {
    font-size: 1rem;
    text-transform: uppercase;
    color: #1E429A;
    width: 100%;
    font-weight: 800;
}
.filelist li,
.filelist .list-group-item {
    border: none !important
}
.filelist i {
    color: #1E429A;
    margin-right: 0.8rem;
    font-size: 2rem;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.row.gallery img {
    border-radius: 8px;
}
.row.gallery img:hover {
    opacity: 0.7
}

/* submenu */

.submenu {
    border: 3px solid #00B8F1;
    padding: 5px;
    border-radius: 16px;
    
}
.submenu .list-group-item {
    border: none;
    
}
.submenu .list-group-item a {
    display: block;
    font-weight: 700;
}
.submenu li:before {
    display: block;
    width: 60px;
    height: 10px;
    border-radius: 10rem;
    background-color: #00B8F1;
    content: '';
    margin-bottom: 1rem;
}
.submenu li:first-child:before {
    display: none;
    
}
.submenu li:first-child {
    margin-top: 10px;
}

/* KALENDARZ */

.calendar-header {
    margin-top: 2rem;
}

.calendar h1 {
    font-size: 2.0rem;
    letter-spacing: -1px;
}
h3.title-calendar {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 800;
    color:#EA1335;
    padding-bottom: 5px;
    
    
}

.calendar-search {
    margin-bottom: 2rem
}

@media (min-width: 768px) {
    .calendar-search {
        height: 90px;
    }
    .calendar-search .btn {
        margin-top: 30px
    }
}

.calendar-search div {
    height: 100%;
    vertical-align: bottom;
    bottom: 0;
}
.calendar-search input {
    border: 3px solid #00B8F1;
    border-radius: 10rem;
}
.calendar-search input::placeholder {
    font-size: 0.9rem
}

h3.dymek {
    font-size: 20px
}

#calendar {
    height: auto;
    margin-bottom: 20px;
    min-height: 430px;
    color: #1E429A
}
@media (min-width: 768px)  {    
    #calendar,
    .events {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
#calendar:after {
    clear: both;
    content: ' '
}

#calendar a {
    color: #000!important
}



.cal-calendar .cal-day {
    width: 14.28%!important;
    float: left;
    text-align: center;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;

}
.cal-calendar .cal-day span {
    width: 30px;
    height: 30px;
    line-height: 23px;
    border-radius: 50%;
    display: block;
    margin: auto;  
    font-weight: 900;
    font-size: 1.1rem
}
@media (min-width: 768px)  {
    .cal-calendar .cal-day span {
        border: 3px solid #00b9f1;
        width: 43px;
        height: 43px;
        line-height: 38px;
    }
}
.cal-calendar .cal-day.cal-month-change span {
    border: none;
    color: white;
    font-size: 1.4rem;
    height: auto !important;
    line-height: normal !important
}
.cal-calendar .cal-day:last-child:after {
    clear: both;
    content: ' '
}

.cal-calendar .cal-weekend {
    color: #EA1335;
    background-color: white;
}

.cal-calendar .cal-weekend a {
    color: #EA1335;
}


.col.cal-month {
    width: 71.72%!important;
    font-size: 1.0rem;
    text-transform: uppercase;
    font-weight: 800;
    padding-top: 5px;
    padding-bottom: 5px
}
@media (min-width: 768px) {
    .col.cal-month  {
        font-size: 1.4rem;
        
    }
}


.cal-month-change span {
    cursor: pointer;
}

.cal-month::first-letter {
    text-transform: uppercase;
}

.cal-header {
    text-align: center;
    text-align: center;
    background-color: #EA1335;
    padding: 0.2rem;
    border-radius: 10rem;
    color: white;
}
.cal-header a {
    color: white;
}

.cal-day-header {
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 50px
}

.cal-disabled span {
    opacity: 0.4
}

.cal-hasevents a {
    background-color: #c5d95c!important;
    width: 30px;
    height: 30px;
    line-height: 23px;
    border-radius: 50%;
    display: block;
    margin: auto;  
    font-weight: 900;
    font-size: 1.1rem
}
@media (min-width: 768px)  {
    .cal-hasevents a {
        border: 3px solid #c5d95c;
        width: 50px;
        height: 50px;  
        line-height: 43px;
    }
}
/* */
.popover {
    
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding: 1rem;
    font-size: 1.1rem;
    border-radius: 15px;
    
}


.cal-hasevents .popover .popover-content {
    min-width: 250px;
    color: white !important;
    min-height: 200px;
    max-height: 300px;
    overflow-y: auto;
}

.cal-hasevents .popover a {
    color: white !important
}

/*
.cal-today span {
    border: 3px solid #00b9f1!important;
    background-color: #00b9f1;
}
*/

ul.cal-events,
ul.cal-events li {
    list-style: none;
    margin: 0;
    padding: 0
}



ul.cal-events h3 {
    font-size: 1.3rem;
}

ul.cal-events li {
    border-bottom: 3px solid #c5d95c;
    padding-top: 0.3rem;
}

ul.cal-events h3 {
    font-weight: 800!important;
}

ul.cal-events h3 a {
    color: black;
}


body.calendar .item,
body.main-page #events .item {
   margin-bottom: 2rem;
}

.cal-events-label {
    font-size: 0.8rem;
   
    width: 150px;
    display: inline-block
}

body.calendar .item_header,
body.main-page #events .item_header
{
    margin-bottom: 10px;
    color: #1E429A;
    text-transform: uppercase;
    line-height: normal !important
}

body.calendar .item_header h2,
body.main-page .item_header h2 {
    font-size: 1.3rem;
    letter-spacing: -0.03rem;
    font-weight: 800;
     color: #1E429A;
    text-transform: none;
    padding-left: 1.6rem;
    display: block;
}
body.calendar .item_header i,
body.main-page .item_header i
{
    font-weight: normal;
}

/*
body.calendar .item_header h2:before {
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #00b9f1;
    margin-bottom: 20px
}
*/

body.calendar .item_content p,
body.main-page .item_content p {
    margin-bottom: 0.5rem;
    padding-left: 1.6rem;
}
.item_content .cal-events-label,
.item_content .cal-events-label {
    font-size: 1.0rem !important;
    text-transform: uppercase;
    font-weight: 300
    
}
.item_content .category-event {
    font-size: 1.0rem !important;
    font-weight: 700;
}
.item_content .category-event a {
    color: #283f9d;
}

body.calendar .item_header h2 a {
    color: #1E429A;
}

body.calendar time {
    font-size: 1.0rem;
}

body.calendar .cal-calendar header,
body.main-page .cal-calendar header
{
    display: none;
}

body.calendar .category-list {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0!important;
}

body.calendar .category-list li a {
    font-size: 0.8rem;
    color: #80b934;
    text-transform: uppercase;
    font-weight: 600
}
body.calendar .category-list .badge {
    border-radius: 10rem;
    font-size: 1rem;
    padding: 0.75em 1.4em;
    background-color: #f1f1f1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
body.calendar .category-list .badge:hover {
    background-color: #1E429A
}
body.calendar .category-list .badge:hover a {
    text-decoration: none !important;
    color: white !important
}

span.category-event {
    font-size: 0.8rem;
    font-weight: 400;
    display: inline-block;
    
}
.popover span.category-event {
    display: block
}
.cal-events-date {
    margin: auto;
    width: 100%;
    text-align: center;
    background-color: #c5d95c;
    border-radius: 50%;
    width: 100px;
    height: 100px;}

.cal-events-day {
    font-size: 3rem;
    font-weight: 800;
    display: block;
    padding: 0;
    line-height: 3rem !important;
    color: black;
    padding-top: 8px;
}
.cal-events-month {
    font-weight: 500;
    font-size: 0.8rem
}
.datepicker {
    font-size: 0.9rem!important;
    background-color: white;
    border: 3px solid #e3e3e3 !important;
    border-radius: 15px!important;
    width: 400px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding: 15px !important;
    
    
}

.datepicker table {
    width: 100%;
}

.datepicker table tr td,
.datepicker table tr th {
    border-radius: 0!important;
    border-bottom: 1px solid rgba(192, 192, 192, 0.5)!important;
}

.datepicker table tr th {
    font-size: 0.8rem;
    font-weight: 300!important;
}
.datepicker table tr td.old, .datepicker table tr td.new {
    color: #767676 !important;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    color: #fff;
    background-color: #548330 !important;
    border-color: #548330 !important;
}

.events .item {
    margin-bottom: 2rem;
}
.events-header {
    text-align: center;
    background-color: #1E429A;
    padding: 0.2rem;
    border-radius: 10rem;
    color: white;
    margin-bottom: 2rem
}
@media (min-width: 992px) {
    .events-header {
        margin-top: 5rem
    }
}
.events-title {
    width: 85.72%!important;
    font-size: 1.0rem;
    text-transform: uppercase;
    font-weight: 800;
    padding-top: 5px;
    padding-bottom: 5px;
}
@media (min-width: 768px) {
    .events-title {
        font-size: 1.4rem;
    }
    body.main-page #events .item {
        margin-left: 2rem;
    }
}
.events-link {
    width: 14.28%!important;
    float: left;
    text-align: center;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.events-link span {
    border: none;
    color: white;
    font-size: 1.4rem;
}


.dropdown-menu {
    min-width: 15rem;
    border: none;
    border-radius: 0;
}

section.BodyContent img {
    max-width: 100%;
    height: auto
}

#footer_address ul li {
    position: relative;
    list-style: none;
    padding-bottom: 15px;
}

#footer_address ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: -40px;
    font-size: 1.2rem;
    top: 0px;
}

#footer_address ul li:nth-child(1):before {
    content: "\f3c5";
}

#footer_address ul li:nth-child(2):before {
    content: "\f098";
}

#footer_address ul li:nth-child(3):before {
    content: '\f108';
}
.copy a {
    color: white;
    background-image: url(../img/infocity.png);
    background-position: left 50%;
    background-repeat: no-repeat;
    padding-left: 15px
}
.popover {
    background-color: #f1f1f1;
    border: none;
    
}
.popover .arrow {
    background-color: transparent;
    border-color: #f1f1f1
    
}
.popover-body {
    overflow-y: auto;
    max-height: 45vh;
}


/*KONTAKT*/

.contactform label {
    font-weight: 800;
    color: #1E429A;
    font-size: 0.95rem;
}
.contactform input {
    border: 3px solid #00B8F1;
    border-radius: 10rem;
    padding: 1.6rem
    
}
.contactform textarea {
    border: 3px solid #00B8F1;
    padding: 1.6rem;
    border-radius: 24px;
    min-height: 250px;
    
}


.top-ico {
    background-color: #00B8F1;
    padding: 0.25rem 0;
}

    .top-ico a {
        color: black;
    }

ul.top-ico-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.top-ico-ul li {
        display: inline-block;
        padding: 0;
        margin-right: 0.25rem
    }

        ul.top-ico-ul li img {
            transition: 0.2s ease-in-out;
            border-radius: 50%;
            border: 2px solid transparent;
        }

            ul.top-ico-ul li img:hover {
                border: 2px solid rgba(255, 255, 255, 1.0);
                opacity: 1.0
            }
.headeruser {
    position: relative;
}
    .headeruser > div {
        display: none;
        border-radius: 10px;
        padding: 10px 5px;
        z-index: 1000;
        position: absolute;
        right: 0;
        left: 0;
        background: #283f9d;
        
    }
    .headeruser div div {
        text-align: left;
        padding: 0 0.5rem;
        
        color: white;
    }
    .headeruser a {
        
        color: white;
    }
    .headeruser div img {
        width: 40px;
        margin-right: 0.5rem;
        transition: 0.2s ease-in-out;
        
        border: 2px solid transparent;
    }
.headeruser:hover div {
    display: block;
}
.pagebreak {
    page-break-before: always;
}

#cookiesInfo {
    left: 0;
    top: 0;
    right:0;    
    position: absolute;
    z-index: 1;
    max-width: 100%;
    color: #283f9d;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 0
}

@media (min-width: 768px) {
    #cookiesInfo {
        max-width: 50%;
        left: 1rem;
        top: 1rem;
        right:auto; 
        border: 3px solid #00b9f1;
        border-radius: 35rem;
        }
    }


#cookiesInfo .close {
    background-color: #00b9f1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #1B3A88;
    opacity: 1.0;
    margin-left: 1rem;
    text-shadow: none !important
}
.pagination {
    margin-top: 2rem
}
.pagination .page-item a {
    border-radius: 50% !important;
    background-color: rgb(240, 240, 240);
    color: #1e429a;
    font-weight: 600;
    border-color: #f0f0f0;
    outline: none !important;
    box-shadow: none !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;
}
.pagination .page-item a:hover {
    background-color: #1E429A !important;
    border-color: #1E429A !important;
    color: white !important;
}
.pagination .page-item:last-of-type a:hover,
.pagination .page-item:first-of-type a:hover {
    color:#1E429A !important
}

.pagination .btn-outline-info:not(:disabled):not(.disabled).active, 
.pagination .btn-outline-info:not(:disabled):not(.disabled):active, 
.pagination .show>.btn-outline-info.dropdown-toggle {
    color: #ffffff; 
    background-color: #1E429A;
    border-color: #1E429A;
    border-radius: 50%!important;
    font-weight: 600
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link
{
    background-color: transparent !important;
    border-color: transparent !important;
}

@media print {
    .noprint {
        display: none;
    }   
}
.skip-links {
    position: absolute;
    top: 0;
}
.skip-links a, 
.skip-links a:visited {
    position: absolute;
    top: 0;
    left: -9000em;
    display: block;
    text-align: center;
    width: 200px;
    text-decoration: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}