
/* custom styles */
.start #mainContent > .row > .large-4 {
	border-right: 1px solid #ddd;
	padding: 0 20px;
}
.start #mainContent > .row > .large-4:last-child {
	border-right: none !important;
}

/* crumb */
.breadcrumbs {
	margin-bottom: 0;
}
.breadcrumbs > *:before {
	content: "\e678";
	margin: 0 -0.5px 0 5px;
}
.breadcrumbs > *:first-child:before {
	content: "\e678";
	margin: 0 -0.5px 0 -2px;
}

.html5videoplayer h2 {
	margin-top: -6px;
}


/* stepstone iframe */
#iframe-stst {
	min-height: 1300px !important;
}

/* Landingpage */
.landing #mainContent>row {
    margin-bottom: 0px;
}
.landing #mainContent #topContent {
    padding: 0px;
}
.landing #mainContent #topContent .ce-image {
    padding: 0px;
    margin-left: -10px;
}
.landing #mainContent #topContent .ce-image .ce-gallery {
    margin-bottom: 0px;
}

.landing #metaContent {
    padding-top: 17px;
}
.landing #mainContent .row:first-child {
    margin-bottom: 0;
}
.landing #mainContent .button-wrap .joinvaa-button {
    height: 45px;
    padding: 13px 32px;
    float: left;
    margin-right: 20px;
}
.landing #mainContent .registerwizard .register {
    height: 45px;
    line-height: 20px;
    padding: 13px 32px;
}
.landing #mainContent .starchef-box span {
    font-family: inherit;
    font-size: 0.8125rem;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
    display: block;
    float: left;
}
.landing #mainContent .starchef-box img {
    margin-left: 10px;
}

.social-links .social-link-box .icon-bluesky {
  background-color: #0085fc;
}
.social-links .bluesky .text {
  background-color: #40a1f8;
  
}
.social-links .social-link-box .icon-threads {
  background-color: #535353;
}
.social-links .threads .text {
  background-color: #767676;
  
}
.addressbox .vcard {
        padding: 10px 0;
}
.addressbox .vcard .toggler {
    left: 200px;
}