/**********/
/* GLOBAL */
/**********/

.bs-site .bs-headline--section {
	text-transform: none;
	border: 0;
	font-weight: 700;
}

.bs-site:not(.bs-site--minisitehome) .bs-article-header h1,
.bs-site .bs-headline--section {
	position: relative;
	padding-left: 20px;
	color: #4a4a4a;
}

.bs-site:not(.bs-site--minisitehome) .bs-article-header h1::before,
.bs-site .bs-headline--section::before {
	position: absolute;
	top: 50px;
	left: 0;
	bottom: 0;
	content: '';
	display: block;
	width: 5px;
	background: #ea5506;
	background: linear-gradient(to bottom, #ea5506 0%, #991e66 100%);
}

.bs-site:not(.bs-site--minisitehome) .bs-article-header h1::before {
    bottom: 20px;
    top: 60px;
}

.bs-asset img {
	border: 0;
}

.bs-section {
	margin-top: 0;
}

.biceps-section {
	clear: both;
}

@media (max-width: 730px) {
	figure {
		margin-top: 7px;
	}
}

@media (min-width: 729px) {
	.biceps-grid {
		display: flex;
	}

	.biceps-grid__item {
		flex-grow: 1;
	}
}

.bs-paragraph a.biceps-button {
	padding: 10px 20px;
	background: #ea5506;
	background: linear-gradient(to right, #ea5506 0%, #991e66 100%);
	color: #fff;
	text-decoration: none;
	display: inline-block;
}

.bs-teaser__inner {
	border: 1px solid transparent;
	background: #ea5506;
	background: linear-gradient(to right, #ea5506 0%, #991e66 100%);
}

.bs-teaser__inner .bs-teaser__text {
	border: 0;
}

.bs-teaser:hover .bs-teaser__inner .bs-fixed-size__content::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ea5506;
	background: linear-gradient(to right, #ea5506 0%, #991e66 100%);
	z-index: 10;
	opacity: 0.5;
}

.bs-site-footer {
	display: none;
}

.bs-site .bs-teaser__headline,
.biceps-section--copyright .copyright {
	color: #991e66 !important;
}

/************************/
/* INTRO & SLICK-SLIDER */
/************************/

.besser-smart-intro {
  position: relative;
  padding-top: 53.1%;
  background: #f2f2f2;
  overflow: hidden;
}

.besser-smart-intro img {
  width: 100%;
  height: auto;
}

.besser-smart-intro__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.besser-smart-intro__logo {
  position: absolute; top: 0; left: 0
}

@media (min-width: 730px) {
  .besser-smart-intro__logo {
    position: absolute; top: 40px; left: 40px
  }
}

.besser-smart-intro .slick-dots {
	z-index: 1;
	bottom: 10px;
}

.besser-smart-intro .slick-dots li button:before {
	font-size: 12px;
	color: #962465;
}

.besser-smart-intro .slick-dots li.slick-active button:before {
	color: #962465;
}

.besser-smart-intro .slick-dotted.slick-slider {
	margin-bottom: 0;
}

/********/
/* NAVI */
/********/
.bs-sidebar-list-item {
	color: rgba(0, 0, 0, 1) !important;
}

.bs-sidebar-list-item__link::before {
	content: "";
	position: absolute;
	display: block;
	box-sizing: content-box;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	right: 0;
	width: 40px;
	height: 40px;
	background: #962465;
}

.bs-service-navigation__link::before {
	background: #f9521e;
}

.bs-service-navigation__link {
	padding: 0;
}

.bs-service-navigation__link strong {
	padding: 10px 0 10px 36px;
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 20px;
	margin-bottom: 0;
}

.bs-sidebar-list-item__link::after {
	content: "";
	position: absolute;
	display: block;
	box-sizing: content-box;
	border-top: 2px solid;
	border-left: 2px solid;
	transform: rotate(135deg);
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	width: 6px;
	height: 6px;
	right: 16px;
	color: #fff;
}

.bs-site .bs-sidebar-list-item > a:hover,
.focus-outline .bs-site .bs-sidebar-list-item > a:focus,
.no-js .bs-site .bs-sidebar-list-item > a:focus {
	background: #fff;
}

.bs-sidebar-search a::after,
.bs-sidebar-search a::before {
	display: none;
}

.bs-sidebar-list-item:first-child {
	font-weight: bold;
}

.bs-sidebar-list-item:first-child > a::before,
.bs-sidebar-list-item:first-child > a::after {
	display: none;
}

.bs-sidebar-list-item--selected > a {
	background-color: transparent !important;
	color: rgba(0, 0, 0, 1) !important;
}

.bs-sidebar-list-item__link--overview {
	padding-left: 36px;
}

.bs-sidebar-list-item.bs-theme--mini1,
.bs-theme--mini1 .bs-sidebar-list-item,
.bs-sidebar-list-wrapper {
	background-color: #f2f2f2 !important;
}

.bs-sidebar-list-item--active a,
.bs-service-navigation li a:hover,
.bs-service-navigation li a:focus,
.bs-service-navigation .bs-service-list-item--active a {
	color: inherit;
	background: #fff !important;
}

/* Add space between groups in menu */
.bs-sidebar-list-item:not(.bs-theme--BesserSmart) + .bs-sidebar-list-item.bs-theme--BesserSmart {
	margin-top: 52px;
}

.bs-sidebar-list-item:not(.bs-theme--BesserSmart) + .bs-sidebar-list-item.bs-theme--BesserSmart::before {
	border-top: 52px solid #f2f2f2;
	content: "";
	display: block;
	width: 100%;
	top: -52px;
	position: absolute;
}

.bs-sidebar-list-item:not(.bs-theme--BesserSmart) + .bs-sidebar-list-item.bs-theme--BesserSmart .bs-sidebar-list-item__link {
	border-top: 1px solid #fff;
}

/* different style for some items */
.bs-sidebar-list-item.bs-theme--BesserSmart .bs-sidebar-list-item__link {
	color: #3d3d3c;
}

.bs-sidebar-list-item.bs-theme--BesserSmart .bs-sidebar-list-item__link::before {
	background: #f9521e;
}

/**********/
/* HEADER */
/**********/

.bs-banner__image {
    object-position: right;
}

.bs-site--minisitehome .bs-article-header {
    background-image: url(/besser-smart/assets/bg-welcome-3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 160%;
    background-color: #f2f2f2;
}

.bs-site--minisitehome .bs-article-header p {
    margin-top: 20px;
    font-weight: normal;
}

@media (min-width: 600px) {
    .bs-site--minisitehome .bs-minisite-logo-banner__header {
        padding-left: 20px;
    }
}


.bs-site--minisitehome .bs-minisite-logo-banner__header,
.bs-site--minisitehome .bs-minisite-logo-banner__logo {
    background: transparent;
}

/************/
/* SECTIONS */
/************/

.bs-section__anchor[id="videoreihen"] ~ div {
	display: flex;
        flex-wrap: wrap;
        margin-left: -20px;
}

.bs-section__anchor[id="videoreihen"] ~ div .SP-Loader {
	margin-top: 0;
}


.bs-section__anchor[id="videoreihen"] ~ div .bs-search {
	width: 100%;
	padding-left: 20px;
}

.bs-section__anchor[id="videoreihen"] ~ div .bs-search .bs-grid__item {
	width: 100% !important;
}

@media (min-width: 630px) {
	.bs-section__anchor[id="videoreihen"] ~ div .bs-search {
		width: 50%;
	}
}

@media (min-width: 900px) {
	.bs-section__anchor[id="videoreihen"] ~ div .bs-search {
		width: 33.33%;
	}
}

@media (min-width: 920px) {
	.bs-section__anchor[id="videoreihen"] ~ div .bs-search {
		width: 50%;
	}
}

@media (min-width: 1200px) {
	.bs-section__anchor[id="videoreihen"] ~ div .bs-search {
		width: 33.33%;
	}
}


.bs-section__anchor[id="smarte-themen"] ~ div .bs-teaser__header::after {
	content: "";
	display: block;
	margin: -4px 0 10px 0;
	font-size: 1.3rem;
	color: #4a4a4a;
        font-weight: 600;
}

.bs-section__anchor[id="smarte-themen"] ~ div .bs-teaser[href*="/smartes-lernen/"] .bs-teaser__header::after,
.bs-section__anchor[id="smarte-themen"] ~ div .bs-teaser[href*="bildung"] .bs-teaser__header::after,
.bs-section__anchor[id="smarte-themen"] ~ div .bs-teaser[href*="lernen"] .bs-teaser__header::after {
	content: "Smartes Lernen";
}

.bs-section__anchor[id="smarte-themen"] ~ div .bs-teaser[href*="/smarte-wirtschaft/"] .bs-teaser__header::after {
	content: "Smarte Wirtschaft";
}

.bs-section__anchor[id="smarte-themen"] ~ div .bs-teaser[href*="/smarte-mobilitaet/"] .bs-teaser__header::after {
	content: "Smarte Mobilität";
}

.bs-section__anchor[id="smarte-themen"] ~ div .bs-teaser[href*="/smartes-stadtleben/"] .bs-teaser__header::after {
	content: "Smartes Stadtleben";
}

.bs-section__anchor[id="smarte-themen"] ~ div .bs-teaser[href*="/smarte-gesundheit/"] .bs-teaser__header::after {
	content: "Smarte Gesundheit";
}

.bs-section__anchor[id="smarte-themen"] ~ div .bs-teaser[href*="/smarte-visionen/"] .bs-teaser__header::after {
	content: "Smarte Visionen";
}

/***********/
/* WELCOME */
/***********/
.biceps-section--welcome {
	margin: 0 -20px;
	padding-top: 50px;
	padding-bottom: 30px;
	background-color: #f2f2f2;
}

.biceps-section--welcome .content-padding {
	padding-left: 20px;
	padding-right: 20px;
}

.biceps-section--welcome h1 {
	margin-bottom: 0;
}

.biceps-section--welcome figure {
	max-width: 250px;
	margin-right: 50px;
}

@media (max-width: 767px) {
	.biceps-section--welcome .bs-headline--paragraph {
		display: none;
	}
}

/****************/
/* SMART TOPICS */
/****************/
.biceps-section--smart-topics {
	background-image: url('/besser-smart/assets/bg-smart-topics-1.jpg');
	background-repeat: no-repeat;
	background-size: contain;
}

/*********/
/* FACTS */
/*********/
.biceps-section--facts {
	background-image: url('/besser-smart/assets/bg-facts-2.jpg');
	background-position: center;
	background-repeat: no-repeat;
	margin: 80px -20px 0 -20px;
	display: inline-block;
}

.biceps-section--facts * {
	color: #fff;
}

.biceps-section--facts .biceps-grid__item {
	background-image: url(/besser-smart/assets/bg-counter-1.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	position: relative;
	height: 80px;

	margin-top: 70px;
	margin-bottom: 80px;
}

.biceps-section--facts .biceps-grid__item h4 {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 24px;
	margin: 0;
	padding: 0;
	transform: translate(-0%, -50%);
}

.biceps-section--facts .biceps-grid__item:nth-child(1) h4,
.biceps-section--facts .biceps-grid__item:nth-child(2) h4 {
	padding-left: 23px;
}

.biceps-section--facts .biceps-grid__item:nth-child(3) h4 {
	padding-left: 16px;
}

.biceps-section--facts .biceps-grid__item p {
	position: absolute;
	bottom: 0;
	margin-bottom: -30px;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 100%;
}

/****************/
/* SOCIAL-MEDIA */
/****************/
.biceps-section--social-media {
	background-image: url('/besser-smart/assets/bg-social-media-1.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	padding: 80px 0;
}

.biceps-section--social-media h3 {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	color: #000;
}

.biceps-section--social-media p {
	max-width: none;
	margin: 0;
}

.biceps-section--social-media .social-media-icon-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

.biceps-section--social-media .social-media-icons {
	margin: 0 10px;
	display: inline-block;
}

.biceps-section--social-media .social-media-icons a {
	color: #fff;
}

.biceps-section--social-media .social-media-icons .social-media-box {
	background: #ea5506;
	background: -moz-linear-gradient(left, #ea5506 0%, #991e66 100%);
	background: -webkit-linear-gradient(left, #ea5506 0%, #991e66 100%);
	background: linear-gradient(to right, #ea5506 0%, #991e66 100%);
	padding: 10px;
}

.biceps-section--social-media .social-media-icons .social-media-box svg {
	height: 30px;
	width: 30px;
}

/**************/
/* NEWSLETTER */
/**************/
.biceps-section--newsletter {
	margin: 0 -20px;
	/*display: inline-block;*/
	display: none;

	background-image: url('/besser-smart/assets/bg-newsletter-1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.biceps-section--newsletter {
	color: #fff;
}

.biceps-section--newsletter .newsletter {
	margin: 80px;
	display: inline-flex;
}

.biceps-section--newsletter .newsletter .description {
	width: 40%
}

.biceps-section--newsletter .newsletter .description h3 {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 20px;
}

.biceps-section--newsletter .newsletter .form {
	width: 60%;
}

@media (max-width: 729px) {
	.biceps-section--newsletter .newsletter .form,
	.biceps-section--newsletter .newsletter .description {
		width: 100%;
	}
}

/**********/
/* FOOTER */
/**********/
.biceps-section--footer {
	background: #ea5506;
	background: -moz-linear-gradient(left, #ea5506 0%, #991e66 100%);
	background: -webkit-linear-gradient(left, #ea5506 0%, #991e66 100%);
	background: linear-gradient(to right, #ea5506 0%, #991e66 100%);

	margin-top: 30px;
	padding: 0;
}

.biceps-section--footer * {
	color: #fff;
	fill: #fff;
}

.biceps-section--footer .biceps-grid {
	height: 100%;
	padding: 20px;
}

.biceps-section--footer .biceps-grid__item {
	position: relative;
	width: 100%;
}

.biceps-section--footer .biceps-grid__item .bs-footer-navigation {
	position: absolute;
	bottom: 0;
}

.biceps-section--footer .biceps-grid.biceps-grid--align-top {
	align-items: start;
}

.biceps-section--footer .biceps-grid.biceps-grid--align-top .biceps-grid__item .bs-footer-navigation {
	top: 0;
	bottom: auto;
}


.biceps-section--footer ul,
.biceps-section--footer ol,
.biceps-section--footer p {
	margin: 0 !important;
}

.biceps-section--footer .bs-paragraph {
	padding: 20px;
}

.biceps-section--footer svg {
	height: 20px;
	width: 40px;
	float: left;
}

.biceps-section--footer a:hover {
	color: rgba(255, 255, 255, 0.5);
}

.biceps-section--copyright {
	margin: 20px 0;
}

.biceps-section--copyright > div {
	text-align: right;
}

@media (max-width: 729px) {
	.biceps-section--footer .biceps-grid__item h4 {
		margin-top: 60px;
	}

	.biceps-section--footer .biceps-grid__item .bs-footer-navigation {
		position: static;
		margin-top: 20px !important;
	}
}

/************/
/* SUB-PAGE */
/************/
.biceps-sub-header {
	background-image: url(/besser-smart/assets/bg-sub-header-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-left: -20px;
}

.biceps-sub-header .logo {
	padding: 30px 50px;
	background-color: #f2f2f2;
	display: inline-block;
}

.biceps-sub-header .logo img {
	width: 200px;
	height: 128px;
}

@media (max-width: 729px) {
	.biceps-sub-header .logo {
		width: 100%;
		text-align: center;
	}
}



/************/
/* HELPERS  */
/************/

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-bottom-50 {
	margin-bottom: 50px;
}


.img-fluid {
	max-width: 100%;
	height: auto;
}
