.websites-introtext {
    position: relative;
    overflow: hidden;
    margin-top: 110px;
}

.websites-introtext .inner {
    position: relative;
	max-width: 66.667%;
    text-align: center;
	margin: 130px auto 150px;
}

.websites-schueler .inner {
    display: flex;
    justify-content: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.websites-schueler .schueler-item {
	position: relative;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
	margin: 10px 10px 60px 10px;
	background-color: #fff;
	overflow: hidden;
}

.light-flash {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: 0;
	pointer-events: none;
}

.schueler-item:hover .light-flash {
	animation: flash-blitz 0.2s ease-in-out;
}

@keyframes flash-blitz {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


.websites-schueler .schueler-item img {
	height: 500px;
    width: 100%;
    object-fit: cover;
}

.websites-schueler .schueler-item a {
    text-decoration: none;
}

.websites-schueler .schueler-item .name {
	color: #FFD700;
	text-transform: uppercase;
	padding: 10px 20px;
	letter-spacing: 1px;
	font-size: 20px;
}

.websites-schueler .schueler-item .quote {
	color: #1E1E26;
	padding: 0 20px 40px;
	font-style: italic;
}

@media (max-width: 1199px) {
    .websites-introtext .inner {
        margin: 60px auto;
    }
    .websites-schueler .schueler-item img {
        height: 320px;
    }
    .websites-schueler .schueler-item .name {
        letter-spacing: 0.5px;
        font-size: inherit;
    }
    .websites-schueler .schueler-item .quote {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .websites-schueler .schueler-item {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
}

@media (max-width: 767px) {
    .websites-introtext .inner {
        max-width: 100%;
        margin: 30px auto 60px;
    }
    .websites-schueler .inner {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .websites-schueler .schueler-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 10px 10px 20px 10px;
    }
    .websites-schueler .schueler-item img {
        height: 250px;
    }
    .websites-schueler .schueler-item .name {
        padding: 10px;
    }
    .websites-schueler .schueler-item .quote {
        padding: 0 10px 30px;
        font-size: 13px;
    }
}


/************** WEBSITES DETAILS **************/
.detail-header {
    position: relative;
	height: calc(100vh - 110px);
	margin-top: 110px;
}

.detail-header::before {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	left: 0;
	top: 0;
	content: '';
}

.detail-header img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-header h1 {
	position: absolute;
	left: 30px;
	bottom: 80px;
    letter-spacing: 1px;
}

.detail-header .autor {
	position: absolute;
	left: 30px;
	bottom: 35px;
    letter-spacing: 1.5px;
}

.detail-article {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 130px 0 180px;
}

.detail-article .item-text {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.detail-article .item-article {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.detail-teaser {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.detail-teaser .item {
    position: relative;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
    height: 480px;
}

.detail-teaser .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.detail-teaser .item p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	color: #1E1E26;
	height: 100%;
	justify-content: center;
	display: flex;
	align-items: center;
    margin-top: 0;
}

.item::before {
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(255,255,255,0.4);
	content: '';
}

.detail-teaser .item::before {
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.6);
	position: absolute;
	left: 0;
	top: 0;
	content: '';
}

.detail-curriculum {
    margin: 190px auto;
    -ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
    text-align: center;
}

.detail-curriculum img {
	width: 60%;
	height: 500px;
	object-fit: cover;
}

.detail-galerie h2 {
    text-align: center;
    margin-bottom: 50px;
}

.detail-galerie .inner {
    display: flex;
    justify-content: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.detail-galerie .fancybox {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    margin: 10px;
}

.detail-galerie img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

@media (max-width: 1199px) {
    .detail-header {
        height: 60vh;
        margin-top: 80px;
    }
    .detail-header h1 {
        left: 20px;
    }
    .detail-header .autor {
        left: 20px;
        letter-spacing: 1px;
    }
    .detail-article {
        margin: 80px 0 120px;
        flex-direction: column;
    }
    .detail-article .item-text {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .detail-article .item-link {
        margin-top: 30px;
    }
    .detail-teaser .item {
        height: 360px;
    }
    .detail-curriculum {
        margin: 140px auto;
    }
    .detail-curriculum img {
        height: 360px;
    }
    .detail-galerie h2 {
        margin-bottom: 30px;
    }
    .detail-galerie img {
        height: 300px;
    }
}

@media (max-width: 991px) {
    .detail-header {
        height: 40vh;
    }
    .detail-curriculum img {
        height: 260px;
    }
    .detail-teaser .item {
        height: 250px;
    }
    .detail-galerie img {
        height: 180px;
    }
}

@media (max-width: 767px) {
    .detail-header {
        height: 30vh;
    }
    .detail-header h1 {
        font-size: 20px;
        bottom: 60px;
        left: 10px;
    }
    .detail-header .autor {
        left: 10px;
        letter-spacing: 0.5px;
        font-size: 13px;
        bottom: 20px;
    }
    .detail-article {
        margin: 30px 0 40px;
    }
    .detail-article .item-text {
        text-align: center;
    }
    .detail-article .item-link {
        margin: 20px auto 0;
    }
    .detail-teaser {
        flex-direction: column;
    }
    .detail-teaser .item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
        height: 480px;
    }
    .detail-curriculum {
        margin: 20px auto 60px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .detail-curriculum img {
        width: 100%;
    }
    .detail-galerie .inner {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .detail-galerie img {
        width: 95%;
    }
}