/*
* custom CSS overwrites test
*/

header {
	min-height: auto;
	height: auto;
}

b, strong {
    font-weight: normal;
    font-family: RobotoCondensed,sans-serif;
}

.hero-carousel {
	position: absolute;
	padding-top: 0;
}

.hero-carousel .item {
    background-position: initial;
}

.hero-carousel.stage-3 .item {
    background-position: bottom;
}

.background-grey {
	background: #efefef;
}

.background-green {
	background: #004f23;
    color: #c2d5ca;
}

.background-green h2{
	color: #fff;
}

h1 span.text-background {
    background: rgba(0, 79, 35, 0.7);
    padding: 5px 35px;
}

h2 span.text-background {
    background: rgba(0, 79, 35, 0.7);
    padding: 5px 10px;
}

h3 span.text-background {
    background: rgba(0, 79, 35, 0.7);
    padding: 5px 10px;
}

.background-green ul li:before {
    color: #fff;
}

.background-white {
	background: #fff;
}

@media (min-width: 992px) {
	.hero-carousel__spacer {
    	height: 660px;
	}
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
	color: #dadada;
}

.dropdown .dropdown-menu {
	border-radius: 0;
}

.dropdown .btn-primary {
	color: #636363;
	background: none;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #004f23;
}

.btn-primary.active, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus, .btn-primary:active, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:focus, .btn-primary:hover, .open>.btn-primary.dropdown-toggle, .open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover {
	color: #636363;
    background: none;
}

.hero-carousel {
	bottom: inherit;
}

#picture-text-banner-teaser-row .teaser-row_text {
	padding: 0 25px;
}

.text_banner_teaser_enum i {
    display: block;
    font-size: 20px;
    color: #004f23;
    text-align: left;
}

button.btn.btn-primary.dropdown-toggle {
    outline: none;
	margin-top: 20px;
}

@media screen and (max-width: 992px) {
	button.btn.btn-primary.dropdown-toggle {
		margin-top: 7px;
    	width: initial;
   }
} 

@media (min-width: 1310px) {
	.container {
   		width: 100%;
	}
}

.teaser-row__column {
	overflow: hidden;
}

.teaser-row__column img {
    width: 100%;
    height: 100%;
}

.teaser-row__content .content-img {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

ul.list-group-done {
    padding: 0;
}

ul.list-group-done li {
	list-style: none;
}

ul.list-group-done li span {
    position: relative;
    display: inline-block;
    margin-left: 2em;
    top: 3px;
}

ul.list-group-done li:before {
    content: 'done';
    font-family: 'Material Icons';
    color: #004f23;
    font-size: 1.2em;
    margin-right: 0.5em;
    font-weight: bold;
    line-height: 1.5em;
    position: absolute;
	font-feature-settings: 'liga';
	ms-font-feature-settings: 'liga';
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol, ul {
    padding-left: 1.25rem;
}

ol li, ul li {
    list-style-position: outside;
    line-height: 1.35em;
}

.teaser-img img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -100;
}

.img-container img {
	position: absolute;
    max-width: 100%;
	height: auto;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.teaser-row__content {
    padding: 25px;
}

.text-picture .teaser-row__content {
    min-height: auto;
}

.iconbox-teaser .teaser-row__content {
	min-height: auto;
	text-align: center;
}

.iconbox-teaser .teaser-row__content .material-icons,
.iconbox-teaser .teaser-row__content .material-icons::before {
	color: #004f23;
	font-size: 75px;
}

.iconbox-teaser.grey {
	background: #efefef;
}
.iconbox-teaser.green {
	background: #004f23;
}

.iconbox-teaser.green .material-icons,
.iconbox-teaser.green h2 {
	color: #fff;

}

.iconbox-teaser.green p {
	color: #c2d5ca;
}

.claim-box.white {
	background: #fff;
}
.claim-box.white h2 {
	color: #004f23;
	font-family: RobotoCondensed,sans-serif;
}
.claim-box.white p {
	color: #636363;
}

.video-teaser,
.picture-teaser {
	position: relative;
	color: #fff;
}

.video-teaser p,
.picture-teaser p {
	margin-top: 12.5px;
	color: #fff;
	white-space: pre-line;
}

.video-teaser .teaser-row__content,
.picture-teaser .teaser-row__content {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
.video-teaser .teaser-row__box,
.picture-teaser .teaser-row__box {
	display: inline-block;
	text-align: left;
	position: relative;
}
.video-teaser .teaser-row__box {
	background: #636363;
	overflow: hidden;
}
.video-teaser h2 {
	margin-top: 12.5px;
	color: #fff;
}
.picture-teaser h4 {
	color: #004f23;
}
@media screen and (max-width: 768px) {
    .picture-teaser h4 {
        color: #fff;
    }
	.picture-teaser .row .col-sm-4:nth-child(2) h4 { 
		color: #004f23;
	}
}

.video-teaser .video-teaser__thumbnail,
.picture-teaser .picture-teaser__image {
    max-height: 215px;
	max-width: 100%;
}
.video-teaser .video-teaser__thumbnail {
	transition: all .2s ease-in-out;
	cursor: pointer;
}
.video-teaser .video-teaser__thumbnail:hover {
	transform: scale(1.1);
}
.video-teaser .video-teaser-background,
.picture-teaser .picture-teaser-background {
    height: 100%;
    position: absolute;
    width: 100%;
	left: 0;
    right: 0;
    margin-top: 130px;
}
.picture-teaser .picture-teaser-background {
	background: #004f23;
}
.video-teaser .video-teaser-background {
	background: #efefef;
}
.picture-teaser .teaser-row__box_text,
.video-teaser .teaser-row__box_text {
	position: absolute;
	padding: 15px;
	max-width: 100%;
}
.video-teaser .teaser-row__box_text {
	background: #636363;
	width: 100%;
}
.video-teaser .claim-box__content {
	margin-top: 0;
}
.video-teaser .claim-box__content p {
	color: #636363;
}

.hero-carousel__text.background-none {
    background: none !important;
}

.modal .btn-primary:hover {
	color: #004f23;
}
.modal .modal-content {
    border-radius: 0;
}
.fancybox-skin {
	border-radius: 0;
}

@media (min-width: 992px) {
	.hero-carousel__text a.btn {
		margin-top: 40px;
    	height: 50px;
    	padding: 8px 16px;
    	width: 280px;
	}
}