@import url(fonts.css);
@import url(registrierung.css);
body {
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    line-height: 27px;
    color: #3a424b;
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: #7d212b;
    text-decoration: none;
    position: relative;
}

a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #7d212b;
    -moz-transition: width .20s ease-in-out;
    -webkit-transition: width .20s ease-in-out;
    -o-transition: width .20s ease-in-out;
    transition: width .20s ease-in-out;
}

a:hover:after {
    width: 100%;
}

a:focus {
    outline: 2px dotted #9e292b;
}


span.btn,
a.btn {
    font-weight: 700;
    color: #FFFFFF;
    line-height: 30px;
    display: inline-block;
    padding: .7em 2em;
    background-color: #7d212b;
    border: 2px solid #7d212b;
    border-radius: 0 10px 10px 10px;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

span.btn:hover,
a.btn:hover {
    color: #7d212b;
    background-color: transparent;
}

span.btn:after,
a.btn:after {
    display: none;
}

a.highlight {
    font-family: Roboto Bold, Arial, sans-serif;
    font-weight: 700;
    color: #7d212b;
    padding: 4px 5px;
    -moz-transition: all .20s ease-in-out;
    -webkit-transition: all .20s ease-in-out;
    -o-transition: all .20s ease-in-out;
    transition: all .20s ease-in-out;
}

a.highlight:hover {
    color: #FFFFFF;
    background-color: #7d212b;
}

a.highlight:after {
    display: none;
}

a.icon:before {
    font-family: iconfont;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

a.icon.intern:before {
    content: '\EA04';
}

a.icon.section:before {
    content: '\EA09';
}

a.icon.extern:before {
    content: '\EA03';
}

a.icon.download:before {
    content: '\EA02';
}

a.icon.email:before {
    content: '\EA05';
}

a.icon.phone:before {
    content: '\EA08';
}

a.icon.mobile:before {
    content: '\EA07';
}

a.symbol:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: center;
}

a.symbol.facebook:before {
    background-image: url(/custom/img/microsite/symbol_facebook.png);
}

a.symbol.xing:before {
    background-image: url(/custom/img/microsite/symbol_xing.png);
}

a.symbol.youtube:before {
    background-image: url(/custom/img/microsite/symbol_youtube.png);
}

a.symbol.twitter:before {
    background-image: url(/custom/img/microsite/symbol_x.png);
}

a.symbol.linkedin:before {
    background-image: url(/custom/img/microsite/symbol_linkedin.png);
}

a.symbol.kununu:before {
    background-image: url(/custom/img/microsite/symbol_kununu.png);
}

a.symbol.instagram:before {
    background-image: url(/custom/img/microsite/symbol_instagram.png);
}

a.symbol.facebook:hover:before {
    background-image: url(/custom/img/microsite/symbol_facebook_red.png);
}

a.symbol.xing:hover:before {
    background-image: url(/custom/img/microsite/symbol_xing_red.png);
}

a.symbol.youtube:hover:before {
    background-image: url(/custom/img/microsite/symbol_youtube_red.png);
}

a.symbol.twitter:hover:before {
    background-image: url(/custom/img/microsite/symbol_x_red.png);
}

a.symbol.linkedin:hover:before {
    background-image: url(/custom/img/microsite/symbol_linkedin_red.png);
}

a.symbol.kununu:hover:before {
    background-image: url(/custom/img/microsite/symbol_kununu_red.png);
}

a.symbol.instagram:hover:before {
    background-image: url(/custom/img/microsite/symbol_instagram_red.png);
}

h1 {
    font-family: Roboto Condensed Light, Arial, sans-serif;
    font-size: calc(1.5625rem + 1vw);
    font-weight: 300;
    line-height: calc(1.5625rem + 2.69461vw);
    color: #000000;
    margin-bottom: 0;
}

h2 {
    font-size: 35px;
    font-weight: 500;
    line-height: 1.1;
    color: #2e4351;
}

h3 {
    font-family: Roboto Condensed Light, Arial, sans-serif;
    font-size: calc(1.5625rem + 2.69461vw);
    font-weight: 300;
    line-height: calc(1.5625rem + 2.69461vw);
    color: #000000;
}

.headline {
    font-family: Roboto Bold, Arial, sans-serif;
    display: block;
    font-size: calc(1.2625rem + .10778vw);
    line-height: 1.15;
    margin-bottom: 1em;
}

.headline-small {
    font-family: Roboto Bold, Arial, sans-serif;
    display: block;
    margin-bottom: .5em;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
    ul.reset-style{
        list-style-type: square;
        padding-left: 20px;
    }

ul li {
    position: relative;
    padding-left: 20px;
}

ul:not(.reset-style) li:before {
    content: '__';
    color: #7d212b;
    position: absolute;
    left: 0;
}

ul li ul {
    margin-left: 20px;
}

ul li ul li {
    padding-left: 15px;
}

ul li ul li:before {
    content: '_';
    color: #7d212b;
    margin-right: 10px;
}

ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
    counter-reset: ol;
}

ol li {
    position: relative;
    padding-left: 20px;
}

ol li:before {
    counter-increment: ol;
    content: counter(ol);
    font-weight: 700;
    color: #7d212b;
    position: absolute;
    left: 0;
}

ol li ol {
    margin-left: 20px;
    counter-reset: olliol;
}

ol li ol li {
    padding-left: 35px;
}

ol li ol li:before {
    counter-increment: olliol;
    content: counter(ol) '.' counter(olliol);
    color: #7d212b;
    margin-right: 10px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

table thead tr {
    border-bottom: 2px solid #7d212b;
}

table tbody tr:nth-child(odd) {
    background-color: rgba(39, 160, 123, .1);
}

table thead tr th,
table tbody tr td {
    text-align: left;
    padding: 16px 32px;
    border: 1px solid #fff;
}

hr {
    border: 0 none;
    border-top: 2px solid #eeeff1;
}


/* *** HEADER *** */

.container.header {
    padding: 15px calc(4vw + 16px);
}

.container.header:after {
    content: '';
    display: table;
    clear: both;
}

#fixed-bar {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    padding: 15px calc(4vw + 16px);
    width: calc(100% - calc(8vw + 32px));
/*    width: 100%;*/
    background-color: #FFFFFF;
    background-size: 100%;
    background-repeat: no-repeat;
}

#divLogotext>a:after {
    display: none;
}

#divLogotext>a:focus {
    outline: none;
}

#logo {
    float: left;
    max-width: 250px;
    height: auto;
}

.logo-rechts #logo {
    float: right;
}

#keyvisual {
    margin: 110px auto 0 auto;
    padding-top: 30px;
    width: 100%;
    /*max-width: 1000px;*/
}


/* --- HEADER --> Navigation --- */

.navbar-header {
/*    float: right;*/
}

.logo-rechts .navbar-header {
    float: left;
}

.navbar-header .navbar-toggle {
    cursor: pointer;
    position: relative;
    padding: 13px 50px 13px 10px;
    background: 0 none;
    border: 0 none;
    outline: none;
}

.navbar-header .navbar-toggle:focus {
    outline: 2px dotted #9e292b;
}

.navbar-header .navbar-toggle span:not(#navigationToggleLabel):not(:last-child) {
    display: none;
}

.navbar-header .navbar-toggle span#navigationToggleLabel {
    font-family: Roboto Condensed, Arial, sans-serif;
    font-size: 16px;
    color: #54616e;
}

.navbar-header .navbar-toggle span:last-child,
.navbar-header .navbar-toggle span:last-child:before,
.navbar-header .navbar-toggle span:last-child:after {
    position: absolute;
    background-color: #8a9199;
    -webkit-transition: all .32s ease .12s;
    transition: all .32s ease .12s;
}

.navbar-header .navbar-toggle span:last-child {
    width: 30px;
    height: 3px;
    top: 20px;
    right: -10px;
    -webkit-transform: translate(-50%) rotate(0deg);
    transform: translate(-50%) rotate(0deg);
}

.navbar-header .navbar-toggle span:last-child:before,
.navbar-header .navbar-toggle span:last-child:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: #8a9199;
    -webkit-transition: all .32s ease .12s;
    transition: all .32s ease .12s;
}

.navbar-header .navbar-toggle span:last-child:before {
    -webkit-transform: translate(-50%, -11px) rotate(0deg);
    transform: translate(-50%, -11px) rotate(0deg);
}

.navbar-header .navbar-toggle span:last-child:after {
    -webkit-transform: translate(-50%, 7px) rotate(0deg);
    transform: translate(-50%, 7px) rotate(0deg);
}

.navbar-header .navbar-toggle:not(.collapsed) span {
    -webkit-transform: translate(-50%) rotate(45deg);
    transform: translate(-50%) rotate(45deg);
    background-color: transparent;
}

.navbar-header .navbar-toggle:not(.collapsed) span:last-child:before,
.navbar-header .navbar-toggle:not(.collapsed) span:last-child:after {
    width: 29px;
}

.navbar-header .navbar-toggle:not(.collapsed) span:last-child:before {
    -webkit-transform: translate(-50%) rotate(-90deg);
    transform: translate(-50%) rotate(-90deg);
}

.navbar-header .navbar-toggle:not(.collapsed) span:last-child:after {
    -webkit-transform: translate(-50%) rotate(-180deg);
    transform: translate(-50%) rotate(-180deg);
}

#navbar-collapse {
    overflow: hidden;
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #FFFFFF;
    -moz-transition: height .20s ease-in-out;
    -webkit-transition: height .20s ease-in-out;
    -o-transition: height .20s ease-in-out;
    transition: height .20s ease-in-out;
}

#navbar-collapse.in {
    overflow: visible;
    height: auto;
}

#top-menu {
    min-height: 68px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ccd0d4;
}

#top-menu li:before {
    display: none;
}

#top-menu li a {
    font-family: Roboto Condensed, Arial, sans-serif;
    font-size: 18px;
    line-height: 27px;
    display: block;
    position: relative;
    padding: 15px calc(4vw + 16px);
    border-bottom: 1px solid #ccd0d4;
}

#top-menu li a:hover,
#top-menu li.active a {
    color: #7d212b;
    text-decoration: underline;
}

#top-menu li a:after {
    display: none;
}

#top-menu li a:focus {
    outline: none;
}

#top-menu li.active a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #9e292b;
    border-radius: 2px;
}

#naviLanguage .dropdown-toggle,
#naviLanguage .dropdown-menu li.active {
    display: none !important;
}

#naviLanguage .dropdown-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#naviLanguage .dropdown-menu li a {
    font-size: 12px;
    line-height: 12px;
    color: #8a9199;
    width: 30px;
}

#naviLanguage .dropdown-menu li a:before {
    content: '';
    display: block;
    margin: 0 auto 5px auto;
    width: 25px;
    height: 25px;
    background-size: 100%;
    background-repeat: no-repeat;
}

#naviLanguage .dropdown-menu li#language_1 a:before {
    background-image: url(/custom/img/microsite/icon_de.png);
}

#naviLanguage .dropdown-menu li#language_2 a:before {
    background-image: url(/custom/img/microsite/icon_en.png);
}


/* *** CONTENT *** */

#divContent {
    margin: 0 auto;
    padding: 0px calc(4vw + 16px) 20px calc(4vw + 16px);
    max-width: 1504px;
}

#divContent .content-wrapper {
    width: 100%;
    max-width: 1504px;
}


/* *** SIDEBAR *** */

#divContent .content-outer .sidebar-content {
    margin: 40px auto;
    padding: 0 calc(4vw + 16px);
    max-width: 1100px;
}

#divContent .content-outer .sidebar-content .sidebar-box {
    margin: 0 auto;
    padding: 30px;
    max-width: 400px;
    background-color: #d9f3ff;
    border-radius: 0 0 24px 0;
}

#divContent .content-outer .sidebar-content .sidebar-box:not(:last-child) {
    margin-bottom: 20px;
}

#divContent .content-outer .sidebar-content .sidebar-box .inner-box:not(:last-child) {
    margin-bottom: 15px;
}

#divContent .content-outer .sidebar-content .sidebar-box img {
    margin-bottom: 10px;
    max-width: 150px;
}

#divContent .content-outer .sidebar-content .sidebar-box span {
    display: block;
}

#divContent .content-outer .sidebar-content .sidebar-box span a {
    display: flex;
    word-break: break-word;
}


/* *** ELEMENTS *** */


/* --- ELEMENTS --> Accordions --- */

body:not(.v-event) .accordions {
    margin: 20px 0;
    border-top: 2px solid #eeeff1;
}

body:not(.v-event) .accordions .element {
    cursor: pointer;
    padding: 30px 0;
    border-bottom: 2px solid #eeeff1;
}

body:not(.v-event) .accordions .element .head {
    font-family: Roboto Condensed Bold, Arial, sans-serif;
    font-size: calc(1.3125rem + .53892vw);
    font-weight: 700;
    line-height: 1.15;
}

body:not(.v-event) .accordions .element .head:before {
    content: '';
    float: left;
    margin-right: 20px;
    width: 30px;
    height: 30px;
    background: url('/custom/img/microsite/icon_plus.png') no-repeat;
    background-size: cover;
    -moz-transition: all .20s ease-in-out;
    -webkit-transition: all .20s ease-in-out;
    -o-transition: all .20s ease-in-out;
    transition: all .20s ease-in-out;
}

body:not(.v-event) .accordions .element.active .head {
    padding-bottom: 30px;
    border-bottom: 2px dotted #7d212b;
}

body:not(.v-event) .accordions .element.active .head:before {
    transform: rotate(-45deg);
}

body:not(.v-event) .accordions .element .content {
    display: none;
    padding-top: 20px;
}


/* --- ELEMENTS --> Downloads --- */

.downloads {
    margin: 20px 0;
}

.downloads>a {
    font-family: Roboto Bold, Arial, sans-serif;
    font-weight: 700;
    color: #7d212b;
    display: block;
    padding: 24px 30px;
    background-color: rgba(138, 145, 153, .15);
    border-radius: 4px;
    -moz-transition: color .2s ease, background-color .2s ease;
    -webkit-transition: color .2s ease, background-color .2s ease;
    -o-transition: color .2s ease, background-color .2s ease;
    transition: color .2s ease, background-color .2s ease;
}

.downloads>a:before {
    content: '\EA02';
    font-family: iconfont;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.downloads>a:not(:last-child) {
    margin-bottom: 15px;
}

.downloads>a:hover {
    color: #FFFFFF;
    background-color: #7d212b;
}


/* --- ELEMENTS --> Contact Box --- */

.contact {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}

.contact .contact-box:not(:last-child) {
    margin-bottom: 20px;
}

.contact .contact-box img {
    margin-bottom: 10px;
    width: 100%;
    max-width: 200px;
}

.contact .contact-box span {
    display: block;
}

.contact .contact-box span a {
    display: flex;
    word-break: break-word;
    max-width: 67%;
}


/* --- ELEMENTS --> Signature --- */

.signature {
    margin: 40px 0 20px 0;
}

.signature>div:not(:last-child) {
    margin-bottom: 20px;
}


/* *** SITE SPECIFIC *** */


/* --- SITE SPECIFIC --> Agenda --- */

.agenda-days {
    margin-bottom: 30px;
}

.agenda-days:after {
    content: '';
    display: table;
    clear: both;
}

.agenda-days>span {
    font-size: .875rem;
    color: #7d212b;
    cursor: pointer;
    float: left;
    margin-bottom: 10px;
    padding: .5em 1em;
    background-color: #EEEFF1;
    border-radius: 4px;
    -moz-transition: all .20s ease-in-out;
    -webkit-transition: all .20s ease-in-out;
    -o-transition: all .20s ease-in-out;
    transition: all .20s ease-in-out;
}

.agenda-days>span.active,
.agenda-days>span:hover {
    color: #FFFFFF;
    background-color: #7d212b;
}

.agenda-days>span:not(:last-child) {
    margin-right: 10px;
}

.agenda .day:not(.active) {
    display: none;
}

.agenda .day>.session {
    padding: 10px 0 10px 20px;
    border-left: 4px solid #7d212b;
    border-radius: 5px 0 0 5px;
}

.agenda .day>.session.pause {
    border-left-color: #003063;
}

.agenda .day .session:not(:last-child) {
    margin-bottom: 20px;
}

.agenda .day .session .ausschilderung {
    display: none;
}

.agenda .day .session .headline {
    font-family: Roboto, Arial, sans-serif;
    font-size: 20px;
    line-height: 27px;
    color: #7d212b;
    margin-bottom: 10px;
}

.agenda .day .session .headline:after {
    content: '';
    display: table;
    clear: both;
}

.agenda .day .session .inner .room:before,
.agenda .day .session .inner .speaker:before {
    font-family: fontAwesome;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    width: 20px;
}

.agenda .day .session .inner .room:before {
    content: '\f041';
}

.agenda .day .session .inner .speaker:before {
    content: '\f19d';
}

.agenda .sessions-wrapper {
    padding: 10px 0 10px 20px;
    border-left: 4px solid #7d212b;
    border-radius: 5px 0 0 5px;
}

.agenda .sessions-wrapper:not(:last-child) {
    margin-bottom: 20px;
}

.agenda .sessions-wrapper h2 {
    font-size: 20px;
    line-height: 27px;
    color: #7d212b;
    margin: 0 0 10px 0;
}

.agenda .sessions-wrapper .session {
    margin-left: 20px;
}

.agenda .sessions-wrapper .session .headline {
    cursor: pointer;
}

.agenda .sessions-wrapper .session .headline:before {
    font-family: fontAwesome;
    content: '\f0fe';
    float: left;
    margin-right: 10px;
}

.agenda .sessions-wrapper .session .headline.open:before {
    content: '\f146';
}

.agenda .sessions-wrapper .session .headline .time {
    display: none;
}

.agenda .sessions-wrapper .session .inner {
    display: none;
    margin-top: 10px;
    padding: 10px 0 10px 20px;
    border-left: 4px solid #7d212b;
    border-radius: 5px 0 0 5px;
}


/* --- SITE SPECIFIC --> Veranstaltungsort, Hotel --- */

.location-wrapper {
    margin: 20px 0;
}

.location-wrapper .location {
    padding: 20px 0;
}

.location-wrapper .location:not(:last-child) {
    border-bottom: 2px solid #eeeff1;
}

.location-wrapper .location .wrapper {
    margin-top: 20px;
}

.location-wrapper .location .wrapper .images img {
    margin-bottom: 10px;
    width: 100%;
}

.location-wrapper .location .wrapper .text>div {
    margin-bottom: 5px;
}

.location-wrapper .location .wrapper .text>div span {
    display: block;
}


/* --- SITE SPECIFIC --> Galerie --- */

.mediacenter {
    margin-top: 40px;
}

.mediacenter .video-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.video-wrapper>div {
    width: calc(50% - 20px);
}

.video-wrapper>div>.header {
    font-size: 24px;
    margin: 0 0 20px 0;
}

.mediacenter .video-wrapper+.separator {
    margin: 30px 0;
    width: 100%;
    height: 2px;
    background: #7D212B;
}

.mediacenter .video-wrapper .iframe-wrapper {
    position: relative;
    padding-bottom: 64.93%;
}

.mediacenter .video-wrapper .iframe-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.video-wrapper .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 37px;
    font-size: 16px;
}

.mediacenter .download-wrapper {
    margin-top: 20px;
}

.mediacenter .download-header {
    font-family: 'Roboto Bold';
    padding: 10px 0;
}

.mediacenter .download {
    background: #EEEFF1;
    width: calc(100% - 40px);
    border-radius: 5px;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
}

.mediacenter .download .name {
    font-weight: bold;
    display: flex;
}

.mediacenter .download img {
    width: 15px;
    margin-right: 10px;
    margin-top: 5px;
}

.mediacenter div[class$=wrapper] .download:not(:first-of-type) {
    margin-bottom: 10px;
}

/* googleMaps iframe */

.maps iframe[class^="src-"] {
    border: none;
    width: 100%;
    height: 300px;
    margin: 60px 0;
}


/* *** FOOTER *** */

#divFooter {
    background-color: #EEEFF1;
}

#divFooter .content-wrapper {
    margin: 0 auto;
    padding: 20px calc(4vw + 16px);
    max-width: 1100px;
}

#divFooter .content-wrapper>div:not(.second)>div {
    margin-bottom: 40px;
}
#divFooter .content-wrapper .first .icon.extern {
    cursor:pointer;
}
#divFooter .social-media a {
    font-size: 40px;
    text-align: center;
    color: #8A9199;
    display: inline-block;
    margin-bottom: 10px;
    width: 40px;
}

#divFooter .social-media a:not(:last-child) {
    margin-right: 10px;
}

#divFooter .social-media a:after {
    display: none;
}

#divFooter .social-media a:focus {
    outline: none;
}

#divFooter div.second {
    display: flex;
    flex-wrap: wrap;
}

#divFooter div.second>div {
    flex: 0 calc(50% - 5px);
}

#divFooter div.second>div:not(:last-child) {
    text-align: center;
    margin-bottom: 10px;
}

#divFooter div.second>div:nth-child(2n+1) {
    padding-right: 5px;
}

#divFooter div.second>div:nth-child(2n+2) {
    padding-left: 5px;
}

#divFooter div.second>div a {
    text-align: center;
    display: block;
}

#divFooter div.second>div a:after {
    display: none;
}

#divFooter div.second>div img {
    display: inline-block;
    width: 100%;
    max-width: 300px;
}

/* Footer Popup */
#footer-popup .u2d-popup__close:not(.btn-primary) {
    cursor: pointer;
    font-size: 0;
    border: 0;
    background: transparent;
    position: absolute;
    right: 20.3px;
    top: 20.3px;
    padding: 0;
}
#footer-popup .u2d-popup__close:not(.btn-primary):after {
    content: '';
    background-image: url(/custom/img/microsite/close.svg);
    position: absolute;
    right: 0;
    top: 0;
    content: ' ';
    height: 18.4px;
    width: 18.4px;
    background-repeat: no-repeat;
    background-size: 100%;
}
#footer-popup .credit-wrapper {
    display: flex;
    justify-content:space-between;
    margin: 20px 15px;
}

#footer-popup .credit-wrapper > div{
   width: calc(50% - 20px);
}

@media only screen and (min-width: 500px) {
    /* *** ELEMENTS *** */
    /* --- ELEMENTS --> Contact Box --- */
    .contact:after {
        content: '';
        display: table;
        clear: both;
    }
    .contact .contact-box {
        float: left;
        margin-bottom: 30px !important;
        width: calc(50% - 10px);
    }
    .contact .contact-box:nth-child(2n+2) {
        margin-right: 0;
    }
    /* *** SITE SPECIFIC *** */
    /* --- SITE SPECIFIC --> Veranstaltungsort, Hotel --- */
    .location-wrapper .location .wrapper .images:after {
        content: '';
        display: table;
        clear: both;
    }
    
    .location-wrapper .location .wrapper {
        display: flex;
    }

    .location-wrapper .location .wrapper .images {
        margin-right: 20px;
        width: 50%;
    }
    .location-wrapper .location .wrapper .text {
        width: 50%;
    }
    .location-wrapper .location .wrapper .images img:nth-child(2n+2) {
        margin-right: 0;
    }
    /* *** FOOTER *** */
}
@media(max-width: 768px) {
    .no-mobile{
        display: none;
    }
}
@media only screen and (min-width: 960px) {
    /* *** HEADER *** */
    #bodyMicrosite.v-event #navbar-collapse {
        top: 78px;
        right: 0;
        left: auto;
        width: 500px;
    }
    /* --- HEADER --> Navigation --- */
    #bodyMicrosite:not(.v-event) .navbar-header {
        display: none;
    }
    #bodyMicrosite:not(.v-event) #navbar-collapse {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        height: auto !important;
        background-color: transparent;
    }
    #bodyMicrosite:not(.v-event) .logo-links #navbar-collapse {
        text-align: right;
    }
    #bodyMicrosite:not(.v-event) #top-menu {
        border-top: 0 none;
    }
    #bodyMicrosite:not(.v-event) #top-menu:after {
        content: '';
        display: table;
        clear: both;
    }
    #bodyMicrosite:not(.v-event) #top-menu li {
        display: inline-block;
    }
    #bodyMicrosite:not(.v-event) #top-menu li a {
        display: inline-block;
        padding: 20px 15px;
        border-bottom: 0 none;
    }
    #bodyMicrosite:not(.v-event) #naviLanguage {
        position: relative;
        top: 9px;
    }
    #bodyMicrosite:not(.v-event) #naviLanguage .dropdown-menu li a {
        padding: 0 15px;
    }
    /* *** CONTENT *** */
    #divContent .content-outer {
        display: flex;
        justify-content: space-between;
        padding: 0px calc(4vw + 16px) 0px calc(4vw + 16px);
    }
    #divContent .content-outer+.content-outer {
        padding-top: 0;
    }
    /* *** SIDEBAR *** */
    #divContent .content-outer .sidebar-content {
        margin: 45px 0 0 calc(4vw + 56px);
        padding: 0;
    }
    #divContent .content-outer .sidebar-content .sidebar-box {
        /*margin: 0 calc(4vw + 56px);*/
        margin: 0;
        min-width: 240px;
        max-width: 240px;
        width: 240px;
    }
    /* *** ELEMENTS *** */
    /* --- ELEMENTS --> Contact Box --- */
    .contact .contact-box {
        float: left;
        width: calc(33% - 0px);
    }
    .contact .contact-box:nth-child(4n+4) {
        margin-right: 0 !important;
    }
    /* --- ELEMENTS --> Signature --- */
    .signature:after {
        content: '';
        display: table;
        clear: both;
    }
    .signature>div {
        float: left;
        margin: 0 20px 20px 0;
        width: calc(50% - 10px);
    }
    .signature>div:nth-child(2n+2) {
        margin-right: 0;
    }
    /* *** SITE SPECIFIC *** */
    /* --- SITE SPECIFIC --> Agenda --- */
    .agenda .day .session .headline {
        margin-bottom: 0;
    }
    .agenda .day .session .headline .time {
        float: left;
        margin-right: 20px;
        width: 300px;
    }
    .agenda .day .session .headline .name {
        float: left;
        width: calc(100% - 320px);
    }
    .agenda .day>.session .inner {
        margin-left: 320px;
    }
    /* --- SITE SPECIFIC --> Veranstaltungsort, Hotel --- */
    .location-wrapper .location .wrapper:after {
        content: '';
        display: table;
        clear: both;
    }
    .location-wrapper .location .wrapper .images {
        float: left;
        margin-right: 20px;
        width: 400px;
    }
    .location-wrapper .location .wrapper .images img {
        float: none;
        margin-right: 0;
        width: 100%;
    }
    /* *** FOOTER *** */
    #divFooter .content-wrapper {
        padding: 50px calc(4vw + 16px);
    }
    #divFooter .first:after {
        content: '';
        display: table;
        clear: both;
    }
    #divFooter .first>div {
        float: left;
    }
    #divFooter .first .text {
        margin-right: 20px;
        width: calc(100% - 300px);
    }
    #divFooter .first .social-media {
        float: right;
        width: auto;
    }
    #divFooter div.second {
        align-items: center;
        justify-content: flex-end;
    }
    #divFooter div.second>div {
        flex: 1;
        max-width: 175px;
    }
    #divFooter div.second>div:not(:last-child) {
        margin-right: 10px;
    }
    #divFooter div.second>div:nth-child(2n+1),
    #divFooter div.second>div:nth-child(2n+2) {
        padding: 0;
    }
}

@media(min-width: 1024px) {

}