section.head > .container {
	min-height: auto;
}
section.head .btn {
	color: #fff;
    border: none;
    width: 31%;
    background: rgba(255,255,255,0.2);
    font-family: "proxima-nova";
}
section.head .btn:hover, section.head .btn:focus {
	color: #fc7c00;
}
section.head .btn:hover, section.head .btn:focus {
	color: #fc7c00;
}
section.head .btn span[class*=icon] {
	display: block;
	font-size: 3rem;
	margin: 0.5rem 0 1rem 0;	
}
section .row div .img {
	width: 100%;
	height: 10rem;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0.5rem;
	margin: 0 0 1rem 0;
	background-position: center;
}
section .row div:nth-child(1) .img {
	background-image: url(/system/galleries/html/src/img/bg_class.jpg);
}
section .row div:nth-child(2) .img {
	background-image: url(/system/galleries/html/src/img/bg_start.jpg);
}
section .row div:nth-child(3) .img {
	background-image: url(/system/galleries/html/src/img/bg_science.jpg);
}
section .row div:nth-child(4) .img {
	background-image: url(/system/galleries/html/src/img/bg_p6_berufe.jpg);
}
.arrow-back {
	margin: 0.5rem 0 0 1rem;
}
.arrow-back span.arrow_left::before, .arrow-back span.arrow_right::before {
    vertical-align: middle;
	color: #666;
	font-size: 1.5rem;
}
.arrow-back span.arrow_left::after, .arrow-back span.arrow_right::after {
    content: attr(title);
    font-family: proxima-nova;
    font-size: 1rem;
    vertical-align: middle;
	color: #666;
	font-weight: 300;
	margin-left: 0.25rem;
}
section.news img {
	border-radius: 0.5rem;
}
.news-date {
	color: #999;
	font-size: 0.8rem;
	margin: 0 0 0.5rem 0;
}
.panel.id-panel {
	padding-top: 2rem;
}
.panel.id-panel .id-for {
	background: #fff;
	padding: 0.5rem;
	margin-top: -1.25rem;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 1rem;
	text-align: center;
}
.panel.id-panel h3 {
	margin-bottom: 0.2rem;
}
.panel.id-panel img {
	max-width: 50vw;
	width: 100%;
}
.playVideo {
    background: url(/system/galleries/html/src/img/p6classic_youtube.jpg) no-repeat center center/contain;
    border: none;
    min-height: 280px;
    min-width: 300px;
    outline: none;
	border-radius: 0.5rem;
}
.compare section.grey,
.compare footer.grey{
	background: rgba(255,255,255,0.8);
}
.compare section.grey:first-child {
	background: rgba(0,0,0,0.4);
}
.compare section.grey:first-child h1 {
	font-size: 3rem;
}
#background_wrap .inside{
opacity: 1;
}
.row.flex {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	align-content: flex-start;
	align-items: stretch;

}

span.icon {
	margin-right: 0.2rem;
	vertical-align: text-top;
}
.head_icon {
	display: inline-block;
	font-size: 2rem;
	color: #999;
	vertical-align: text-top;
}
section h2 {
	padding-bottom: 1.5rem;
}

.row.flex > div {
    flex-basis: 48%;
	margin: 0 1rem 1rem 0;
	position: relative;
}
.panel {
	padding: 1.5rem;
	border-radius: 0.5rem;
	border: 1px solid #ddd;
}
.row.panel {
	margin: 0 0 1rem 0;
}

.compare section.grey .panel {
	border: none;
}
/*
a.link_next {
	display: block;
	padding: 0.2rem;
	border-radius: 0.5rem;
	color: #fff;
	font-weight: 500;
	position: absolute;
	bottom: 1.5rem;
	left: 0;
	right: 0;
	background: #fc7c00;
	text-align: center;
}*/
section .container a {
	display: block;
}

.row.img-panel img {
	display: inline-block;
	margin: 1rem 0 3rem 0;
	max-height: 90px;
}

@media only screen and (max-width: 768px) { 
	.btn {
	width: 100%;
	}
	.row.flex > div,
	.head .row.flex .btn {
		flex-basis: 100% !important;
		margin: 0;
		margin-bottom: 1rem;
	}
}