


@import url("https://use.typekit.net/jnx3ern.css");



/*--------------------*\
    Defaults
\*--------------------*/
body{
    font-family: bree, sans-serif;
    -moz-font-feature-settings: "ss01", "ss03";
    -webkit-font-feature-settings: "ss01", "ss03";
    font-feature-settings: "ss01", "ss03";
    color: #000000;
    background-color: #fff;
    font-size: 16px;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 600;
}
i,p,li{
    /*font-family: 'Open Sans', sans-serif;*/
}
ul{
    padding: 0;
    list-style: none;
}
ul li{
    /* display: inline-block; */
}

ul.footer-nav li {
  display: inline-block;
}
a:link, a:hover, a:visited, a:active {
  color: #94B15F;
}
.section a{
    text-decoration: none;
}
a.info-card {
    text-decoration: none;
    color: inherit;
}
a.event-card{
    text-decoration: none;
    color: inherit;
}
.section-title{
    color: #94B15F;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    font-size: 40px;
    margin-bottom: 16px;
}
.section-title-2{
    font-size: 39px;
    font-family: 'Abril Fatface', cursive;
}
.section{
    padding: 45px 0;
}
.seminars-card-section {
    padding: 45px 0 66px 0;
}
.more-info-btn{
    margin-top: 32px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #94B15F;
    display: block;

}
.more-info-btn:hover{
    color: #94B15F;
    text-decoration: none;
}
/*--------------------*\
    Header
\*--------------------*/


.main-nav{
    padding: 0;
}
.navbar-brand {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #94B15F !important;
}
.navbar-light{
    padding: 0;
}
.navbar-light .navbar-nav{
    align-items: center;
}
.navbar-light .navbar-nav .nav-link {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #4A4A4A;
    padding: 36px 0.5rem;

}
.navbar-nav .nav-link.active{
    position: relative;
}
.navbar-nav .nav-link.active:after {
    border-bottom: 4px solid #94b15f;
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.main-header {
    background-color: #fff;
    position: relative;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
.main-header .main-nav {
    z-index: 1234;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
.main-header .main-nav.sticky {
    background-color: #fff;
    padding: 0;
}
.sticky {
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.7);
    padding: 6px 0;
}
.sticky .navbar.navbar-expand-lg {
    padding: 0; }
.sticky .navbar-toggler {
    margin: auto 0 !important;
}
/*--------------------*\
    Section Hero
\*--------------------*/
.section-hero{
    position: relative;
}
.section-hero img{
    border-bottom-right-radius: 64px;
}
.hero-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.hero-content p{
    margin: 0;
}
.hero-content h1 {
    color: #fff;
    font-weight: 600;
    line-height: 60px;
    font-size: 95px;
    letter-spacing: 5px;
}
.hero-content h1 span {
    display: block;
    width: 100%;
    font-size: 61px;
    line-height: 74px;
    letter-spacing: 0;
    position: relative;
    padding-bottom: 20px;
    text-shadow: 0 0 12px rgba(0,0,0,0.25);
}
.hero-content h1 span:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 165px;
    height: 4px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.25);
    background-color: #94B15F;
}
/*--------------------*\
  Announcement-section
\*--------------------*/

.announcement-section p {
    font-weight: normal;
    line-height: 24px;

}
.announcement-section .friendly-support{
    font-size: 12px;
    font-size: 12px;
    line-height: 18px;

}
.announcement-section .friendly-support img{
    max-width: 25px !important;
    margin-left: 5px;
}
.circle-text {
    border-radius: 50%;
    height: 165px;
    width: 165px;
    background: #94B15F;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle-text p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    transform: rotate(10deg);
    max-width: 118px;
    margin: 0;
}
/*---------------------------------*\
   Section seminars-card-section
\*--------------------------------*/


.seminar-info-card {
    padding: 16px;
    border: 1px solid #4A4A4A;
    box-sizing: border-box;
    border-radius: 0px 0px 32px 0px;
    min-height: 250px;
    position: relative;
    cursor: pointer;
}
.seminar-info-card:hover {
    background: rgba(148, 177, 95, 0.1);
    border-color:  #94B15F;
    box-sizing: border-box;
}
.seminar-info-card .info-footer{
    position: absolute;
    left:16px;
    bottom: 16px;
}
.seminar-info-card .info-header h2{
    font-style: normal;
    font-size: 32px;
    line-height: 40px;
    color: #4A4A4A;
    margin-bottom: 16px;
}
.seminar-info-card .info-body p{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #4A4A4A;
}
.seminar-info-card .info-footer span{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #94B15F;
    text-decoration: none;
}
.seminar-info-card  .info-body h6 {
    color: #94b15f;
}

/*--------------------*\
    Section web-seminars-section
\*--------------------*/

.web-seminars-section .inner-content{
    max-width: 570px;
}
.web-seminars-section h1 {
    font-size: 32px;
    line-height: 40px;
    color: #4A4A4A;
}
.web-seminars-section h1 span {
    font-size: 20px;
    color: #94b15f;
}
.sub-title {
    font-size: 24px;
    line-height: 28px;
    color: #94B15F;
    margin-top: 36px;
}
.web-seminars-info-cards{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
}
.info-content p {
    color: #4A4A4A;
}
.info-content ul.dots li {
    position: relative;
    padding-left: 15px;
    color: #4A4A4A;
}
.info-content ul.dots li:before {
    content: '';
    width: 5px;
    height: 5px;
    top: 10px;
    position: absolute;
    left: 0;
    background-color: #94b15f;
    border-radius: 50%;
}

.more-info .info-content.slideDown{
    display: block;
    margin-top: 32px;
}
.info-card{
    padding: 14px 16px;
    border: 1px solid #4A4A4A;
    box-sizing: border-box;
    border-radius: 0px 0px 32px 0px;
    min-height: 104px;
    min-width: 268px;
    position: relative;
    cursor: pointer;
}
.info-card:hover {
    background: rgba(148, 177, 95, 0.1);
    border-color:  #94B15F;
    box-sizing: border-box;
}
.event-card:hover{
    background: rgba(148, 177, 95, 0.1);
    border-color: #94B15F;
    box-sizing: border-box;
}
.info-card .date,
.info-card .time{
    color: #4A4A4A;
}
.info-card .date {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.info-card .time {
    margin: 0;
}

.info-card img {
    margin-right: 10px;
}
.event-more-info {
    margin-top: 15px;
}
.pb-custom{
    padding-bottom: 50px;
}
.event-more-info h6 a {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #94B15F;
    text-decoration: none;
}

.events-content ul li{
    display: block;
    color: #4A4A4A;
    line-height: 24px;
}
.events-content > a{
    color: #94B15F;
    text-decoration: none;
}

.events-content .info-content{
    display: block;
}
.more-info .info-content{
    display: none;
}
.event-card {
    border: 1px solid #4A4A4A;
    box-sizing: border-box;
    border-radius: 0 0 32px 0;
    padding: 16px;
    max-width: 560px;
    margin-top: 32px;
    justify-content: space-between;
}
.event-card img{
    margin-right: 10px;
}
.event-date-time {
    width: 48%;
    border-right: 1px solid #C4C4C4;
    padding-right: 15px;
    margin-right: 5px;
}
.event-date-time .date {
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.event-date-time .time{
    margin: 0;
}

.event-date-time i,
.event-address li span i{
    color: #94B15F;
    margin-right: 15px;
}
.event-address {
    width: 50%;
}
.event-card .event-address ul  li,
.event-card .event-date-time ul  li {
    display: flex;
    justify-content: flex-start;
}
.event-card .event-address ul,
.event-card .event-date-time ul {
  margin-bottom: 0px;
}
.event-address li span:first-child,
.event-date-time li span:first-child {
    width: 14%;
}
.event-address li span + span,
.event-date-time li span + span{
    width: 80%;
}

.präsenz-veranstaltungen .inner-content{
    max-width: 570px;
}
.inner-content .speaker{
    color: #4A4A4A;
}
.präsenz-veranstaltungen h1 {
    font-size: 32px;
    line-height: 40px;
    color: #4A4A4A;
}
.präsenz-veranstaltungen h1 span {
    font-size: 20px;
    color: #94b15f;
}

/*--------------------*\
    Section Footer
\*--------------------*/

.main-footer{
    background-color: rgba(74, 74, 74, 0.25);
    padding: 20px 0;
}
.main-footer .footer-title{
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
}
.footer-nav li{
    margin-right:  32px;
}
.footer-nav li a{
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    color: #4A4A4A;

}

p img,
li span img {
  width: 24px;
  height: 24px;
}



.slideDown {
    animation: slideDown 0.5s linear 0s;
    -webkit-animation: slideDown 0.5s linear 0s;
    -moz-animation: slideDown 0.5s linear 0s;
}
.fadeOut {
    animation: fadeOut 0.1s linear 0s;
    -webkit-animation: fadeOut 0.1s linear 0s;
    -moz-animation: fadeOut 0.1s linear 0s;
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-40%);
        opacity: 0;
    }
    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}
@-webkit-keyframes slideDown {
    0% {
        transform: translateY(-40%);
        opacity: 0;
    }
    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}
@-moz-keyframes slideDown {
    0% {
        transform: translateY(-40%);
        opacity: 0;
    }
    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}


/*Registration Form*/


.registration-form-section iframe {
    border: 0;
    width: 100%;
    height: 100%;
    min-height: 1500px;
}
.registration-form-section iframe .formContainer {
    max-width: 100% !important;

}
