
.homeHead {
    text-align: center;
    
    /*font-size: 170%;*/
    font-size: clamp(16px, 2vw, 170%);
}
.listEventsOuter {
    clear: both;
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
}

.eventListOuter {
    border: 1px solid #eaeaea;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 20px;
    width: calc((100% - 40px) / 3);
    float: left;
    margin-right: 20px;
    
    font-size: clamp(80%, 1.3vw, 100%);
}
.eventListOuter:last-child {
    margin-right: 0;
}
.eventListTop {
    background-color: #eaeaea;
    position: relative;
    overflow: hidden;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 5px 10px;
}
.eventListTop h1 {
    font-size: 110%;
    margin: 0;
}
.eventListTitle {
    float: left;
    width: 265px;
}
.eventListOuterHalf .eventListTitle {
    display: none;
}
.eventListDate {
    font-size: 110%;
    float: right;
}
.eventListOuterHalf .eventListDate {
    float: left;
}
.eventListSection {
    padding: 10px 10px 0 10px;
    font-size: 80%;
}
.eventListHeadline {
    padding: 5px 10px 0 10px;
    line-height: 1.2;
}
.eventListHeadline h2 {
    border-width: 0;
    padding: 0;
    margin-top: 0;
}
.eventListHeadline a,
.eventListHeadline a:hover {
    color: #000000;
    text-decoration: none;
}
.eventListContent {
    padding: 0px 10px 15px 10px;
}
.eventImageRights {
    text-align: right;
    font-size: 80%;
    font-style: italic;
    line-height: 1em;
    margin-bottom: 1em;
}
.eventListMoreRegister {
    position: absolute;
    bottom: 10px;
    left: 0;
    font-weight: 700;
    border: 1px solid #000;
    margin-left: 10px;
    border-radius: 10px;
}
.eventListMoreRegister a {
    display: block;
    height: 100%;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 10px;
}
.eventListMoreRegister a:hover {
    background-color: #eeeeee;
}
.eventListMore {
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 10px 10px;
    font-weight: 700;
}
.eventListMore a,
.eventListMore a:hover {
    color: #000000;
    text-decoration: none;
}
.eventListMoreRegister a:after,
.eventListMore a:after {
    content: '→';
    padding-left: 7px;
}

.eventListPlanning,
.eventListBookup {
    display: none;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    color: #cc0000;
    font-weight: bold;
    font-size: 150%;
    letter-spacing: 0.5em;
    border-top: 2px solid #cc0000;
    border-bottom: 2px solid #cc0000;
    margin: 0 10px;
    background-color: rgba(255,255,255,0.7);
    padding: 5px 0;
    transform: rotate(-10deg);
}
.eventListPlanning {
    color: #1b870f;
    border-top: 2px solid #1b870f;
    border-bottom: 2px solid #1b870f;
}

.eventListOuterHalf .eventListPlanning,
.eventListOuterHalf .eventListBookup {
    margin: 10px;
}
.eventListPlanningVisible,
.eventListBookupVisible {
    display: block;
}
.eventListButton {
}

.eventMainLink {
    padding: 0px 11px 20px 11px;
    font-weight: 700;
    margin-bottom: 30px;
    clear: both;
}
.eventMainLink a,
.eventMainLink a:hover {
    color: #000000;
    text-decoration: none;
}
.eventMainLink a:after {
    content: '→';
    padding-left: 7px;
}

.homeTextVideo {
    background-color: #000000;
    color: #ffffff;
    padding: 30px 40px;
    clear: both;
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
}
.homeTextVideoLeft {
    width: calc(50% - 20px);
    float: left;
    
    /*font-size: 120%;*/
    font-size: clamp(14px, 1.4vw, 120%);
}
.homeTextVideoRight {
    width: calc(50% - 20px);    
    float: right;
}
.homeTextMore {
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 10px 20px;
    margin-top: 15px;
    display: inline-block;
    border-radius: 10px;
}
.homeTextMore:after {
    content: '→';
    padding-left: 7px;
}

.homeActions {
    margin-bottom: 70px;
    position: relative;
    overflow: hidden;
    clear: both;
}
.homeActions a {
    display: block;
    cursor: pointer;
    height: 100%;
    border-radius: 20px;
    
    /*padding: 25px;*/
    padding: clamp(15px, 2vw, 25px);
}
.homeActions a:hover {
    background-color: #eeeeee;
    text-decoration: none; 
}
.actionOuter {
    width: calc((100% - 40px) / 3);
    border: 5px solid #000000;
    border-radius: 20px;
    float: left;
    margin-right: 20px;
    text-align: center;
    
    /*font-size: 160%;*/
    font-size: clamp(100%, 1.7vw, 160%);
}
.actionOuter:last-child {
    margin-right: 0;
}
.actionHead {
    
}
.actionSub {
    font-size: 65%;
}

.homeYoutubeOuter {
    margin-bottom: 70px;
    position: relative;
    overflow: hidden;
    clear: both;
}
.youtubeHomeOuter {
    width: calc((100% - 60px) / 4);
    float: left;
    margin-right: 20px;
}
.youtubeHomeOuter:last-child {
    margin-right: 0;
}
.videotitle {
    font-size: 95%;
    font-weight: 700;
    padding: 10px 0;
}
.videostatistic{
    font-size: 85%;
    color: #666666;
}



