.down {
    display:block;
    cursor:pointer;
    position:absolute;
    bottom:20px;
    left:49%;
    left:calc(50% - 25px);
    width:50px;
    height:60px;
    background-color:transparent
}

.down img {
    display:block;
    width:59px;
    height:35px;
    -webkit-transform:translateY(0px);
    -moz-transform:translateY(0px);
    -ms-transform:translateY(0px);
    -o-transform:translateY(0px);
    transform:translateY(0px);

    transition:all .5s;
    -webkit-transition-timing-function:cubic-bezier(0.625, 0.000, 0.300, 1);
    -webkit-transition-timing-function:cubic-bezier(0.625, 0.000, 0.300, 1.800);
    -moz-transition-timing-function:cubic-bezier(0.625, 0.000, 0.300, 1.800);
    -o-transition-timing-function:cubic-bezier(0.625, 0.000, 0.300, 1.800);
    transition-timing-function:cubic-bezier(0.625, 0.000, 0.300, 1.800);
}

.down:hover img {
    -webkit-transform:translateY(30px);
    -moz-transform:translateY(30px);
    -ms-transform:translateY(30px);
    -o-transform:translateY(30px);
    transform:translateY(30px);
}

.s_landing {
    background:url("../img/stage-1-bg.jpg") repeat fixed center top / cover rgb(200, 200, 200);
    padding:190px 0 0;
}

.s_landing > div:first-child {
    max-width:800px;
    height:350px;
    margin:0 auto;
    color:rgb(98, 179, 43);
}

.Button {
    display:inline-block;
    padding:7px 10px;
    background-color:#FFFFFF;
    color:#62B32B;
    transition:color .3s;
    font-weight:700;
}

.Button:after {
    content:'›';
    margin-left:10px;
}

.Button:hover {
    color:#484848;
}

.Button.Inline {
    padding:0;
    background:transparent;
    color:inherit;
}

.Button.Inline:hover {
    color:#62B32B;
}

@media screen and (max-width:1200px) {

    /*
.s_landing{
        padding-top:100px;
        background: url("../img/stage-1-bg.jpg") repeat fixed center top  rgb(200, 200, 200);
    }
*/
    .s_landing > div:first-child {
        -webkit-transform:scale(0.8);
        -moz-transform:scale(0.8);
        -ms-transform:scale(0.8);
        -o-transform:scale(0.8);
        transform:scale(0.8);
    }

    header > nav.nav {

        font-size:14px !important;
        font-style:normal !important;
        width:715px !important;
        padding-top:6px;
    }

}

.s_landing .year_wrap {
    margin:0 auto 30px;
    max-width:440px;
}

/*.s_landing.IsHybrid .year_wrap {
	max-width:535px;
}*/

.s_landing .year_wrap div {
    background-color:rgb(72, 72, 72);
    padding:5px 10px;
    display:inline-block;
    font-size:25px;
}

.s_landing .logoimg_wrap img {
    display:block;
    margin:0 auto;
    max-width:90%;
}

.s_landing .city_wrap div {
    background-color:rgb(255, 255, 255);
    padding:5px 10px;
    display:inline-block;
    margin-top:50px;
    font-size:25px;
    margin-left:220px;
}

/*.s_landing.IsHybrid .city_wrap div {
	margin-left: 135px;
}*/

.s_landing .city_wrap span {
    font-weight:bold;
}

.s_topics {
    /*background: #62b32b;*/
    color:#484848;
    padding:190px 0 0;

    background:url(../img/speakers-bg.jpg) repeat-x scroll 0 100px white;
}

.s_topics h2 {
    display:inline-block;
    background:#484848;
    color:#FFFFFF;
    font-size:40px;
    line-height:40px;
    padding:5px 10px 7px;
    margin-bottom:20px;
}

.s_topics h2 strong {
    padding:0;
    background-color:transparent;
}

.s_topics > div {
    max-width:770px;
    margin:0 auto;
    font-size:30px;
    line-height:50px;
}

.s_topics .subtitle {
    display:block;
    margin-bottom:50px
}

.s_topics li {
    list-style-type:none;
    font-style:italic;
    font-size:25px;
    font-weight:normal;
    letter-spacing:1px;
    padding-left:17px;
}

@media screen and (max-width:955px) {
    .s_topics li {

        font-size:20px;
    }

    header {

        height:150px !important;
    }

    header > nav.nav {

        font-size:14px !important;
        font-style:normal !important;
        width:715px !important;
        float:left !important;
    }

    header > div {
        float:none !important;
    }

    header nav ul {

        text-align:left !important;
    }

    header > nav.subnav {

        left:44px;
    }

}

.s_topics li:before {
    content:"//";
    margin:0 0 0 0;
    font-weight:100;
    font-family:Times New Roman, Georgia, serif;
}


.s_speakers {
    background:url(../img/speakers-bg.jpg) repeat-x scroll 0 100px white;
    padding:120px 0 0;
}

.s_speakers h2 {
    width:1100px;
    margin:0 auto 20px auto;
    background:transparent;
    padding:16px;
    font-style:italic;
    font-weight:normal;
    letter-spacing:1px;
    font-size:28px;
    line-height:28px;
    color:#484848;
    text-align:center;
    display:block;
}

.s_speakers > div:first-child {
    text-align:center;
    /* height: 350px; */
    margin:0 auto;
    color:rgb(98, 179, 43);
}

.s_speakers .client-list {
    width:1100px;
    margin:0 auto;
    -moz-transform:scale(0.8);
    zoom:0.8;
}

.s_speakers .client-list li {
    float:left;
    list-style-type:none;
    margin:0;
    padding:0;
}

.s_program {
    padding-top:190px;
}

.s_program > div {
    max-width:770px;
    margin:0 auto;
    position:relative;
}

.s_program h2 {
    color:#FFFFFF;
}

.s_program .AgendaLink {
    margin-top:150px;
    font-size:30px;
    line-height:40px;
    display:block;
}

.s_program .AgendaLink:hover {
    color:inherit;
}

.s_program .AgendaLink strong {
    display:inline-block;
    background-color:#FFFFFF;
    color:rgb(98, 179, 43);
    font-weight:normal;
    padding:0 10px;
}

.s_program a.PDF-Download {
    line-height:30px;
    font-size:20px;
    display:inline-block;
    height:53px;
    padding:14px 50px 0 0;
    background-image:url('../img/pdf-icon.png');
    background-repeat:no-repeat;
    background-position:right top;

    top:0;
    right:0;
    color:#FFFFFF;
    text-align:center;
}

.s_program a.Video-Link {
    line-height:30px;
    font-size:20px;
    display:inline-block;
    height:53px;
    padding:14px 50px 0 0;
    background-image:url('../img/video-icon.png');
    background-repeat:no-repeat;
    background-position:right top;
    position:absolute;
    top:0;
    right:0;
    color:#FFFFFF;
    text-align:center;
}


.s_program .Day {
    margin-top:50px;
}

.s_program .Day:first-of-type {
    margin-top:0;
}

.s_program .Day h3 {
    font-size:30px;
}

.s_program .Day a.PDF-Download,
.s_program .Day a.Video-Link {
    position:static;
    margin-left:50px;
}

.s_program .Day a.PDF-Download:hover,
.s_program .Day a.Video-Link:hover {
    text-decoration:underline;
}

.s_program .Day a.PDF-Download:first-of-type,
.s_program .Day a.Video-Link:first-of-type {
    margin-left:0;
}

.s_partners {
    background:url(../img/speakers-bg.jpg) repeat-x scroll 0 100px white;
    padding:200px 0 0;
    text-align:center;
}

.s_partners h2 {
    width:1100px;
    margin:0 auto 20px auto;
    background:transparent;
    padding:16px;
    font-style:italic;
    font-weight:normal;
    letter-spacing:1px;
    font-size:28px;
    line-height:28px;
    color:#484848;
    text-align:center;
    display:block;
}


.mediapartners {
    margin-top:80px;
}

.AffiliatedAssociations {
    margin-top:80px;
}

.s_partners .client-list {
    width:1320px;
    margin:0 auto;
    -moz-transform:scale(0.8);
    zoom:0.8;
    align-content:center;
}

.s_partners .client-list li {
    display:inline-block;
    list-style-type:none;
    margin:0 15px;
    padding:0;
}

.s_partners .client-list a {
    display:block;
}

.s_deadlines {
    background:#62B32B;
    padding:230px 0 0;
}

.s_deadlines > div:first-child {
    max-width:760px;
    height:350px;
    margin:0 auto;
    color:rgb(98, 179, 43);
}

.s_deadlines table {
    margin-left:15px;
    width:800px;
    margin-top:40px;

}

.s_deadlines td {
    font-style:italic;
    font-size:24px;
    font-weight:normal;
    letter-spacing:1px;
    color:white;
    padding:8px;
}

.s_nextsymposium {

    background:rgb(72, 72, 72);
    padding:290px 0 0;
}

.s_nextsymposium > div {
    max-width:770px;
    margin:0 auto;
    font-size:30px;
    line-height:50px;
    color:#FFFFFF;
}

.s_venue {
    /* background: url("../img/stage-4-bg.jpg") repeat  center  ; */
    /* background: url("../img/Sheraton-Muenchen-Arabellapark-Tagungshotel-Muenchen-Seidl.jpg") repeat  center  ;	 */
    background:url("../img/s_venue_bg.jpg") no-repeat center;
    background-size:cover;
    padding:290px 0 0;
}

.s_venue > div {
    max-width:650px;
    margin:0 auto;
    font-size:30px;
    line-height:50px;
}

.s_application {
    background:rgb(72, 72, 72);
    padding-top:190px;
}

.s_application div:first-child {
    max-width:850px;
    margin:0 auto;
    font-size:18px;
    line-height:40px;
}

.s_application.IsHybrid div:first-child {
    max-width:1024px;
    line-height:24px;
}

.s_application h2 {
    display:block;
    background:white;;
    color:#62B32B;
    font-size:40px;
    line-height:40px;
    padding:5px 0 7px 10px;;
    width:250px;
    margin-bottom:20px;
}

.s_application .RegistrationOptions {
    margin-top:24px;
    display:flex;
}

.s_application .RegistrationOptions:after {
    clear:both;
    display:block;
    content:'';
}

.s_application .RegistrationOptions .Option {
    display:block;
    width:66%;
    margin-left:3%;
    float:left;
    line-height:1.4;
    padding:20px 20px 70px 20px;
    background-color:rgba(255, 255, 255, .1);
    color:inherit;
    position:relative;
}

.s_application .RegistrationOptions .Option:first-child {
    margin-left:0;
}

.s_application .RegistrationOptions .Option h3 {
    background-color:#FFFFFF;
    color:#484848;
    padding:5px 10px;
    margin-bottom:14px;
    display:inline-block;
    width:auto;
}

.s_application .RegistrationOptions .Option .Days {}

.s_application .RegistrationOptions .Option .Days li {
    padding-left:18px;
    margin-top:24px;
    list-style-type:none;
    position:relative;
}

.s_application .RegistrationOptions .Option .Days li:first-child {
    margin-top:0;
}

.s_application .RegistrationOptions .Option .Days li:before {
    position:absolute;
    left:0;
    content:'-';
}

.s_application .RegistrationOptions .Option .Days .Highlight {
    font-size:22px;
    font-weight:bold;
    color:#62B32B;
}

.s_application .RegistrationOptions .Option .Vat {
    line-height:16px;
    font-size:14px;
    font-weight:400;
    display:block;
}

.s_application .RegistrationOptions .Option .Text {
    margin-top:24px;
}

.s_application .RegistrationOptions .Option .Button {
    position:absolute;
    bottom:20px;
    right:20px;
}

.s_maps {
    background:#484848;
}

.s_maps > div:first-child {
    overflow:hidden;
}

.s_maps > div:first-child iframe {
    position:absolute;
    top:100px;
    left:0;
    width:100%;
    height:100%;
    z-index:5
}

.s_maps .overlay {
    background:transparent;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:10
}

@media screen and (max-width:800px) {

    #main {

        width:800px;
    }

    header > nav.nav {

    }

}

/* Mobile Menu */

.menu-btn div {
    position:absolute;
    left:100%;
    top:64%;
    padding-right:8px;
    margin-top:-0.50em;
    line-height:1.2;
    font-size:18px;
    font-weight:200;
    vertical-align:middle;
    z-index:99;
}

.menu-btn span {
    display:block;
    width:19px;
    height:3px;
    margin:4px 0;
    background:rgb(0, 0, 0);
    z-index:99;
}

.responsive-menu {
    display:none;
}

.expand {
    display:block !important;
}

.SpeakerLogoRow {
    width:1280px;
    margin:0 auto;
    height:100px;
}

.SpeakerLogoItem {
    width:90px;
    display:inline-block;
}

.SpeakerLogoItem + .SpeakerLogoItem {
    margin-left:25px;
}

.SpeakerLogoImage {
    width:100%;
}

.Clear {
    clear:both;
}

.programLine {

    height:57px;
    max-width:100%;
    background-color:#ECECEC;
    margin-top:25px;

}

@-webkit-keyframes pulse_animation {
    0% {
        -webkit-transform:scale(1);
    }
    30% {
        -webkit-transform:scale(1);
    }
    40% {
        -webkit-transform:scale(1.08);
    }
    50% {
        -webkit-transform:scale(1);
    }
    60% {
        -webkit-transform:scale(1);
    }
    70% {
        -webkit-transform:scale(1.05);
    }
    80% {
        -webkit-transform:scale(1);
    }
    100% {
        -webkit-transform:scale(1);
    }
}

.pulse {
    -webkit-animation-name:'pulse_animation';
    -webkit-animation-duration:2000ms;
    -webkit-transform-origin:70% 70%;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    color:#FFA513 !important;
}

a.pulse:before {

    content:"//" !important;
    color:#FFA513 !important;
}

.programs {

    font-size:28px;
    line-height:57px;
    width:300px;
    float:left;

}

.programLine :hover {

    color:#62B42C;
}

/*
transition: all .5s;
-webkit-transition-timing-function: cubic-bezier(0.625, 0.000, 0.300, 1);
-webkit-transition-timing-function: cubic-bezier(0.625, 0.000, 0.300, 1.800);
	-moz-transition-timing-function: 	cubic-bezier(0.625, 0.000, 0.300, 1.800);
-o-transition-timing-function: 		cubic-bezier(0.625, 0.000, 0.300, 1.800);
transition-timing-function: 		cubic-bezier(0.625, 0.000, 0.300, 1.800);
*/

.pdficon {

    /* 	margin-left:30px; */
    line-height:57px;
    margin-top:10px;
    height:32px;
    width:32px;
    background:url('../img/pdficon_large.png') no-repeat;
    float:right !important;

}

/* Tooltip */
a.tooltipnew {
    outline:none;
    cursor:pointer;
}

a.tooltipnew strong {
    line-height:30px;
}

a.tooltipnew:hover {
    text-decoration:none;
}

a.tooltipnew span {
    z-index:10;
    display:none;
    margin-top:-300px;
    margin-left:-120px;
    /*width:240px; */
    line-height:16px;
    height:102px;
    padding:0 !important;
    border:0;

}

a.tooltipnew span img {
    width:auto
}

a.tooltipnew:hover span {
    display:inline;
    position:absolute;
    border:2px solid #FFFFFF;
    color:#EEEEEE;
    background:#FFFFFF;
}

a.PDF-Download {
    display:inline-block;
    height:53px;
    padding:14px 50px 0 0;
    background-image:url("../img/pdf-icon.png");
    background-repeat:no-repeat;
    background-position:right top;
    top:0;
    right:0;
    color:#FFFFFF;
    font-size:24px;
}

a.PDF-Download.Background {
    height:73px;
    background-color:rgb(72, 72, 72);
    padding:15px 80px 10px 20px;
    background-position:right 20px top 10px;
}

a.PDF-Download.Background:hover {
    background-color:#000000;
}

.callout {
    z-index:20;
    position:absolute;
    border:0;
    top:-14px;
    left:120px;
}

/*CSS3 extras*/
a.tooltipnew span {
    border-radius:2px;
    box-shadow:0 0 8px 4px #666666;
    /*opacity: 0.8;*/
}


.ImageTooltip {
    position:relative;
}

.ImageTooltip-Tooltip {
    position:absolute;
    right:-999px;
    top:120%;
    left:-990px;
    margin:auto auto;
    width:500px;
    display:none;

}

.ImageTooltip-Tooltip img {
    max-width:100%;
}

.ImageTooltip:hover .ImageTooltip-Tooltip {
    display:block;
}











div.sponsors-container {
    position: relative;
    height: 220px;
    overflow: hidden;
    margin-top: 150px !important;
}

.white-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: white;
    transition: width 0.6s ease-in-out;
}

.arrow-box {
    position: absolute;
    left: 0;
    top: 0;
    background: white;
    height: 100%;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%);
    transition: all 0.6s ease-in-out;
    z-index: 2;
}

.arrow-text {
    font-size: 25px;
    font-weight: bold;
    color: #65BA2D;
    text-align: center;
    padding-right: 30px;
    line-height: 1.3;
    transition: all 0.6s ease-in-out;
}

.sponsors {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 10px;
    overflow: hidden;
    background: white;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    padding: 30px 20px;
    opacity: 0;
    transition: all 0.6s ease-in-out;
    transition-delay: 0s;
    z-index: 1;
}

.sponsor-logo {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s;
    padding: 10px;
}

.sponsor-logo img {
    max-height: 50px;
    max-width: 100%;
    object-fit: contain;
}

.sponsor-logo:hover {
    transform: scale(1.05);
}

/* Hover-Effekt */
.sponsors-container:hover .white-bar {
    width: 100%;
}

.sponsors-container:hover .arrow-box {
    left: calc(100% - 200px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%);
}

.sponsors-container:hover .sponsors {
    opacity: 1;
    width: calc(100% - 200px);
    transition-delay: 0s;
}

.sponsors-container:hover .arrow-text {
    padding-right: 0px;
}








