/*@font-face {
    font-family: "Boschsans";
    font-style: normal;
    font-weight: 700;
    src: url("../../fonts/boschsans-bold-webfont.eot?") format("eot"),
        url("../../fonts/boschsans-bold-webfont.woff2") format("woff2"),
        url("../../fonts/boschsans-bold-webfont.woff") format("woff"),
        url("../../fonts/boschsans-bold-webfont.ttf") format("truetype"),
        url("../../fonts/boschsans-bold-webfont.svg#boschsans") format("svg")
}

@font-face {
    font-family: "Boschsans";
    font-style: normal;
    font-weight: 400;
    src: url("../../fonts/boschsans-regular-webfont.eot?") format("eot"),
        url("../../fonts/boschsans-regular-webfont.woff2") format("woff2"),
        url("../../fonts/boschsans-regular-webfont.woff") format("woff"),
        url("../../fonts/boschsans-regular-webfont.ttf") format("truetype"),
        url("../../fonts/boschsans-regular-webfont.svg#boschsans") format("svg")
}

@font-face {
    font-family: "Boschsans";
    font-style: normal;
    font-weight: 300;
    src: url("../../fonts/boschsans-light-webfont.eot?") format("eot"),
        url("../../fonts/boschsans-light-webfont.woff2") format("woff2"),
        url("../../fonts/boschsans-light-webfont.woff") format("woff"),
        url("../../fonts/boschsans-light-webfont.ttf") format("truetype"),
        url("../../fonts/boschsans-light-webfont.svg#boschsans") format("svg")
}*/

@font-face {
    font-family: "GaggenauDisplay";
    font-weight: 400;
    src: url(../../fonts/gaggenaudisplay-regular-webfont.woff2) format("woff2"), url(../../fonts/gaggenaudisplay-regular-webfont.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: "GaggenauDisplay";
    font-weight: 700;
    src: url(../../fonts/gaggenaudisplay-bold-webfont.woff2) format("woff2"), url(../../fonts/gaggenaudisplay-bold-webfont.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: "GaggenauText";
    font-weight: 700;
    src: url(../../fonts/gaggenautext-bold-webfont.woff2) format("woff2"), url(../../fonts/gaggenautext-bold-webfont.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: "GaggenauText";
    font-weight: 400;
    src: url(../../fonts/gaggenautext-regular-webfont.woff2) format("woff2"), url(../../fonts/gaggenautext-regular-webfont.woff) format("woff");
    font-display: swap;
}

.event_description {
    margin-top: 16px;
}

.event_description img {
    width: 453px;
    max-width: 100%;
}

.event_description p {
    font-size: 16px;
    line-height: 19px;
}

body {
    background: #fbf7f5;
    color: #000;
    font-family: 'GaggenauText', sans-serif;
    font-size: 16px;
    line-height: 1.1;
}

h1 {
    font-family: "GaggenauDisplay", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 30px;
}

a:focus {
    color: inherit;
}

.date-wrap {
    padding-right: 9px;
}

.event {
    display: flex;
}

.event-details-wrap {
    flex: auto;
}

.event-count {
    font-size: 20px;
}

.no-left-gutter {
    padding-left: 0;
}

.for-margin {
    margin: 0 20px;
}

.events {
    /*background: -webkit-radial-gradient(top center, ellipse cover, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%), -webkit-radial-gradient(bottom center, ellipse cover, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
    background: radial-gradient(ellipse at top center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%), radial-gradient(ellipse at bottom center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
    background-repeat: no-repeat;
    background-size: 100% 6px;*/
    padding-top: 20px;
}

.event {
    padding: 15px 0 20px;
    border-bottom: 1px solid #fbf7f5;
    margin: 0;
}

.event .date {
    border: 1px solid #000;
    width: 90px;
    height: 76px;
    text-align: center;
    line-height: 15px;
    padding-top: 3px;
    margin-top: 17px;
}

.event .date .day {
    font-family: "GaggenauDisplay", sans-serif;
    font-weight: 400;
    font-size: 38px;
    line-height: normal;
}

.event .date .month {
    font-size: 24px;
    line-height: normal;
}

.event .title {
    line-height: 1.5;
}

.date-range,
.location {
    font-size: 20px;
    line-height: 30px;
}

.event .details .capacity {
    padding-left: 16px;
    position: relative;
    font-size: 20px;
}

.event .details .capacity span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    height: 10px;
    width: 10px;
    margin: auto;
    border-radius: 50%;
    background-color: #CC001F;
}

.event .details .capacity.available {
    /*color: #00884A;*/
}

.event .details .capacity.available span:after {
    background-color: #008000;
}

.event .details .price {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 5px;
}


/*-------------------------------------------------------------*/
/*
.btn-custom,
.btn-custom:active,
.btn-custom:focus,
.btn:active:focus, .btn:focus{
    -webkit-box-shadow: none!important;;
    -moz-box-shadow: none!important;;
    box-shadow: none!important;;
    padding: 0 0 0 9px;
    margin: 0 0 0 0;
    overflow: visible;
    font-weight: bold !important;
    color: #215f8b;
    text-decoration: none;
    outline: none;
    background: none;
    border: none;
}
*/
/*--------------------------------------------  */
.btn-custom {
    border-radius: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    transition: ease-in-out 0.3s;
    min-width: 78px;
    width: auto;
    height: 31px;
    border: 1px solid #000;
    font-size: 16px;
    padding: 3px 10px 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
}

.btn-custom:hover,
.btn:focus {
    color: #d73200;
    border-color: #d73200;
}

.submit-block .btn-custom {
    background: none;
    border: none;
}

.submit-block {
    display: inline-block;
    float: right;
    position: relative;
    border-bottom: 2px solid #009bd9;
    background: #00639a;
    overflow: hidden;
}

.btn-custom:hover:before,
.submit-block:hover:before {
    opacity: .1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/*
.btn-custom:before,
.submit-block:before {
    content: "";
    opacity: 0;
    background-color: #fff;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform 800ms cubic-bezier(0.38, 0.04, 0.35, 0.96);
    transition: -webkit-transform 800ms cubic-bezier(0.38, 0.04, 0.35, 0.96);
    transition: transform 800ms cubic-bezier(0.38, 0.04, 0.35, 0.96);
    transition: transform 800ms cubic-bezier(0.38, 0.04, 0.35, 0.96), -webkit-transform 800ms cubic-bezier(0.38, 0.04, 0.35, 0.96);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    margin: 0;
    padding: 0;
}
*/

/*.btn-custom:after {
    right: 9px;
    left: auto;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 7px;
    width: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}*/

.reg-block .btn-custom {
    margin-top: 5px;
    position: relative;
    text-align: center;
}

/*-------------------------------------------------------------*/

/*
.btn-custom {
    background: #004664;
    border-radius: 0;
    padding: 5px 9px 3px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-family: "SiemensSans", sans-serif;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    color: #fff;
    border: none;
    cursor: pointer;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

.btn-custom:hover {
    background-color: #147391;
    color: #fff;
}

.btn-custom:before {
    right: 9px;
    left: auto;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 7px;
    width: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.reg-block .btn-custom {
    width: 89%;
    text-align: left;
    margin-top: 6px;
    position: relative;
}
*/


.event-link {
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -ms-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
    color: inherit;
}

.event-link:hover {
    color: #d73200;
    text-decoration: none;
}

.event-link:hover,
.event-link:focus {
    text-decoration: none;
}

.event-link:hover .name,
.event-link:hover .date-range,
.event-link:hover .location {
    text-decoration: none;
}

.name {
    font-weight: 700;
    font-size: 30px;
    cursor: pointer;
}

.name:hover {
    text-decoration: none;
}

/*#wrapper {
        background-color: #F1F1F1;
        border: 1px solid #C3C3C4;
    }*/

.pagination > li > a,
.pagination > li > span {
    color: #004664;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #F1F1F1;
    background-color: #004664;
    border-color: #004664;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #004664;
    border-color: #004664;
}

@media only screen and (max-width: 767px) {
    .details {
        padding-left: 0;
    }

    .reg-block .btn-custom {
        width: 300px;
    }

    .for-margin {
        margin: 0;
    }
}

@media only screen and (max-width: 370px) {
    .reg-block .btn-custom {
        width: 250px;
    }
}