/* ================================================================
 *	LANDING PAGE
/* ================================================================ */


/* ================================================================
 *	Layout
/* ================================================================ */

.node-type-hbtq-page .site-content-teaching-materials {
	padding-top: 77px;
}

	.site-content-teaching-materials .container.medium {
		max-width: 650px;
	}

		.site-content-teaching-materials .medium-column {
			max-width: 325px;
		}

		.site-content-teaching-materials .container.medium .medium-column {
			width: 50%;
		}


	.site-content-teaching-materials .container.small {
		max-width: 325px;
	}

		.site-content-teaching-materials .container.small .medium-column {
			width: 100%;
		}


/* ================================================================
 *	Teasers
/* ================================================================ */

.teaser {
	height: 325px;
	position: relative;
	overflow: hidden;
}

	.teaser h2 {
		letter-spacing: -1px;
	}

.about-teaser {
	background-color: #fff;
}

	.about-teaser, .about-teaser h2, .teaser.about-teaser .content {
		color: #FFF;
	}

	.about-teaser .meta {
		text-shadow: 0 0 0.2em #000;
	}

.quiz-teaser {
	background-color: #f7db17;
}

.contact-form-teaser {
	background-color: #88b5d7;
}

.year-teaser {
	background-color: #d47b9a;
}

.video-teaser {
	background-color: #0db02b;
}

.teachers-teaser {
	background-color: #ed6e00;
}

	.teaser .content {
		text-align: center;
	}

		.teaser .content .icon {
			display: block;

	  		-webkit-transition: font-size 0.35s ease;
			transition: font-size 0.35s ease;
		}

		.teaser .content .icon-quiz {
			margin-bottom: 36px;
			font-size: 122px;
		}

		.teaser .content .icon-anonym {
			margin-bottom: 50px;
			font-size: 70px;
		}

		.teaser .content .icon-year {
			font-family: 'novecento_wide_bookbold';
			margin-bottom: 55px;
			font-size: 70px;
		}

		.teaser .content .icon-btn-play {
			font-size: 95px;
  			margin-bottom: 46px;

  			-webkit-transition: -webkit-transform 2s;
    		transition: transform 0.7s;
		}

		.teaser .content .icon-larare {
			margin-bottom: 43px;
  			font-size: 103px;
		}

		.teaser .content .order {
			border: 1px solid;
			font-weight: bold;
			border-radius: 16px;
			width: 32px;
			height: 32px;
			display: inline-block;
			font-size: 20px;
			line-height: 32px;
			margin-bottom: 6px;
		}

		.teaser .content p {
			padding-bottom: 0;
		}


#hidden-content-container {
	display: none;
}


/* ================================================================
 *	Fallouts
/* ================================================================ */

.site-content-teaching-materials .fallout {
	display: none;
	padding: 44px 20px;
	position: relative;
	width: 100%;
}

	#fallout-1 {
		border-top: none;
	}	

	.container.small .fallout {
		border-top: 1px solid #000;
	}
	
	.fallout .content-container {
		padding-bottom: 110px;
	}	

	.container.medium .fallout .content-container {
		padding-bottom: 130px;
	}

		.container.medium .fallout .next-step {
			right: 25px;
		}

	.container.medium #fallout-3 .content-container,
	.container.medium #fallout-6 .content-container {
		padding-bottom: 0px;
	}	

	.container.small .fallout .content-container {
		padding-bottom: 0;
	}

	.fallout-teacher .content-container {
		padding-bottom: 0;
	}

	.fallout .close {
		position: absolute;
		top: 12px;
		right: 12px;
		cursor: pointer;
		font-size: 35px;
		height: 36px;
		width: 36px;
		text-align: center;
	}

		.fallout .close:hover {
			color: #808080;
		}

		.fallout .close.bottom{
			top: auto;
			bottom: 12px;
			right: 12px;
		}

		.fallout .close.fixed {
			position: fixed;
			top: 12px;
			right: 50px;
			bottom: auto;
		}

	.fallout h2 {
		font-size: 25px;
		text-align: center;
		padding-bottom: 23px;
	}

	.fallout .next-step {
		background: url(../image/sprite.png) -92px 140px no-repeat;
		position: absolute;
		right: 70px;
		bottom: 20px;
		width: 200px;
		height: 165px;
	}

		.fallout .icon-dude-splash:before {
			font-size: 133px;
			position: absolute;
			top: 0;
			left: 0;
			color: green;
		}

		.fallout .icon-dude-bubble:before {
			font-size: 118px;
			position: absolute;
			top: 22px;
			left: 16px;
		}

		.fallout .next-step .content {
			color: #FFF;
			position: absolute;
			top: 53px;
			left: 23px;
			width: 140px;
			text-align: center;
			cursor: pointer;
		}

			.fallout .next-step .content span {
				display: block;
				font-family: Arial;
			}

			.fallout .next-step .content .well-done {
				font-size: 18px;
				font-weight: bold;
				margin-bottom: 5px;
			}

			.fallout .next-step .content .next {
				display: inline;
				padding-right: 0;
			}

			.fallout .next-step .content .next:after {
				top: 5px;
				right: -14px;
			}

		.fallout-about .icon-dude-splash:before,
		.fallout-about .next-step .content .next {
			color: #F7DB17;
		}

		.fallout-quiz .icon-dude-splash:before,
		.fallout-quiz .next-step .content .next {
			color: #88B5D7;
		}

		.fallout-contact-form .icon-dude-splash:before,
		.fallout-contact-form .next-step .content .next {
			color: #D47B9A;
		}

		.fallout-year .icon-dude-splash:before,
		.fallout-year .next-step .content .next {
			color: #0DB02B;
		}
	
		.fallout-year.no-video .icon-dude-splash:before,
		.fallout-year.no-video .next-step .content .next {
			color: #ED6E00;
		}

		.fallout-video .icon-dude-splash:before,
		.fallout-video.next-step .content .next {
			color: #ED6E00;
		}

		.fallout .next-step .content:hover .next {
			color: white;
		}

	/*.site-content-teaching-materials .container.medium .fallout .next-step,*/
	.site-content-teaching-materials .container.small .fallout .next-step,
	.fallout-teacher .next-step {
		display: none;
	}


/* Fallout info
/* ============================= */

.site-content-teaching-materials .fallout-info {
	padding: 0 !important;
	background: #FFF;
}

	.fallout-info .border {
		border: 20px solid;
		padding: 44px 20px;
	}

	.fallout-info .content-container {
		max-width: 550px;
		margin: 0 auto;
	}

	.fallout-info .content a {
		text-decoration: underline;
	}

	.fallout-info h2 {
		font-size: 39px;
		padding-bottom: 22px;
	}

	.fallout-info .spelare {
		background-color: #f7db17;
		margin-bottom: 16px;
		padding: 10px 15px 12px;
	}

	.fallout-info blockquote {
		font-size: 20px;
		margin: 0;
		line-height: 25px;
		padding-top: 7px;
		padding-bottom: 29px;
	}

	.fallout-info img {
		margin-top: 14px;
		margin-bottom: 22px;
	}

	.fallout-info .btn {
		display: inline-block;
	}

	.fallout-info .btn button:hover {
		background: #b089c8;
	}

		.fallout-info .btn .go-back {
			padding-top: 7px;
			margin-bottom: 16px;
		}

	.fallout-info .custom-fallout {
		margin-bottom: 20px;
	}

		.fallout-info .custom-fallout-holder {
			padding-top: 20px;
			display: none;
		}

		.fallout-info .custom-fallout-holder.fallout-sources {
			font-size: 12px;
		}
		
		.fallout-info .custom-fallout-holder.custom-fallout-visible {
			display: block;
		}

			.fallout-info .custom-fallout-holder p {
				padding-bottom: 0;
			}


/* Fallout about
/* ============================= */

.fallout-about {
	overflow: hidden;
}

	.fallout-about .border {
		border-color: #b089c8;
	}

	.fallout-about blockquote {
		color: #773e9c;
	}

		.fallout-about blockquote p {
			padding-bottom: 0;
		}

	.fallout-about .btn button:hover {
		background: #b089c8;
	}


/* Fallout quiz
/* ============================= */

.fallout-quiz {
	background-color: #f7db17;
}

	.fallout-quiz .content-container {
		max-width: 610px;
		margin: 0 auto;
	}	


/* Fallout contact form 
/* ============================= */

.fallout-contact-form {
	background-color: #88b5d7;
	text-align: center;
	font-weight: bold;
	color: #000;
}

	.fallout-contact-form .content-container {
		max-width: 610px;
		margin: 0 auto;
	}	

	.fallout-contact-form .content {
		max-width: 500px;
		margin: 0 auto;
	}

	.fallout-contact-form .form-item {
		margin-bottom: 25px;
	}
	
	.fallout-contact-form label {
		display: block;
	}

	.fallout-contact-form input[type="text"],
	.fallout-contact-form textarea {
		background: #d5e5f1;
		width: 100%;
		border: 0;
		padding: 10px;
		margin: 3px 0;
		color: inherit;
		border: 1px solid #000;
	}

		.fallout-contact-form .form-item-code input[type="text"] {
			max-width: 100px;
			text-align: center;
		}

	.fallout-contact-form .form-submit{
		font-size: inherit;
		font-weight: normal;
		text-transform: uppercase;;
	}

	.fallout-contact-form .messages {
		margin-left: 0;
	}

	.fallout-contact-form div.error, 
	.fallout-contact-form table tr.error {
		background: none;
		color: #AC3232;
		border-color: #AC3232;
		padding-bottom: 12px;
	}

		.fallout-contact-form .error ul {
			padding-bottom: 0;
		}

		.fallout-contact-form .error h2 {
			color: #AC3232;
			padding-bottom: 10px;
			font-size: 20px;
		}

		.fallout-contact-form .error li {
			list-style: none;
		}
 
	.fallout-contact-form .required.error {
		border: 2px solid #AC3232;
		color: inherit;
		outline: 0;
	}


/* Fallout year
/* ============================= */

.fallout-year {
	background-color: #d47b9a;
}

	.fallout-year .border {
		border-color: #d47b9a;
	}

	.fallout-year .content-container {
		max-width: 610px;
		margin: 0 auto;
	}

	.fallout-year blockquote {
		color: #d47b9a;
	}

	.fallout-year .btn button:hover {
		background: #d47b9a;
	}	


/* Fallout video
/* ============================= */

.fallout-video {
	background-color: #0db02b;
}

	.fallout-video .content-container {
		max-width: 610px;
		margin: 0 auto;
	}	


/* Fallout teacher
/* ============================= */

.fallout-teacher {
	background-color: #ed6e00;
}

	.fallout-teacher .border {
		border-color: #ed6e00;
	}

	.fallout-teacher .content-container {
		max-width: 610px;
		margin: 0 auto;
	}		

	.fallout-teacher blockquote {
		color: #ed6e00;
	}

	.fallout-teacher .btn a:hover,
	.fallout-teacher .btn button:hover {
		background: #ed6e00;
	}


/* ================================================================
 *	Button
/* ================================================================ */

.node-type-hbtq-page .site-content-timeline .btn {
	text-align: center;
	margin-top: 40px;
}

.node-type-hbtq-page .site-content-timeline .btn a:hover {
	background: rgba(128, 128, 128, 0.9);
}


/* ================================================================
 *	MEDIA QUERIES
/* ================================================================ */

@media all and (max-width: 768px) {
	
	.fallout-info h2 {
		font-size: 25px;
	}

	.fallout-info blockquote {
		padding-bottom: 20px;
	}

	.site-content-teaching-materials .fallout {
		padding-top: 55px;
	}

}



@media all and (max-width: 345px) {

	.node-type-hbtq-page .site-content-teaching-materials {
		padding-top: 0
	}

}

