@import url(https://fonts.googleapis.com/css?family=Dekko|Roboto:300,400,700,900);

/* Algemeen */

body {
	font-family: 'Roboto', sans-serif;
}

.main-container {
	padding-top: 12px;
	padding-left: 25px;
	padding-right: 25px;
}

.region-footer {
	padding-left: 12px;
	padding-right: 12px;
}

a,
a:visited {
	color: #CB3617;
}

a:hover,
a:active,
.projectonderzoek .field--item a:hover,
.projectonderzoek .field--item a:active {
	color: #D07022;
	text-decoration: none;
}

.hovereffect a::before,
.hovereffect a::after,
.projectonderzoek .field--item a::before,
.projectonderzoek .field--item a::after,
.projectonderzoek .comment-add a::before,
.projectonderzoek .comment-add a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.hovereffect a::before,
.projectonderzoek .field--item a::before,
.projectonderzoek .comment-add a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.hovereffect a::after,
.projectonderzoek .field--item a::after,
.projectonderzoek .comment-add a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.hovereffect a:hover::before,
.hovereffect a:hover::after,
.hovereffect a:focus::before,
.hovereffect a:focus::after,
.projectonderzoek .field--item a:hover::before,
.projectonderzoek .field--item a:hover::after,
.projectonderzoek .field--item a:focus::before,
.projectonderzoek .field--item a:focus::after,
.projectonderzoek .comment-add a:hover::before,
.projectonderzoek .comment-add a:hover::after,
.projectonderzoek .comment-add a:focus::before,
.projectonderzoek .comment-add a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

.alert-info,
.alert-success,
.btn-primary,
.button--primary {
	background-color: #D3AB3D;
	background-image: linear-gradient(to bottom, #D3AB3D, #CB3617);
	border: none;
	color: #FFF;
}

.btn-primary:hover,
.button--primary:hover {
	background-color: #CB3617;
	background-image: linear-gradient(to bottom, #CB3617, #D3AB3D);
	border: none;
	color: #FFF;
}

.alert-info a {
	color: #000;
}

.alert-info a:hover {
	color: #FFF;
}

.g-recaptcha {
	margin-bottom: 20px;
}

/* Navigatie */

/* Bootstrap overschrijven: transparante achtergrond */
.navbar-default {
	background-color: #CB3617;
	background-image: linear-gradient(to bottom, #CB3617, #D3AB3D);
	border: none;
	color: #FFF;
}

.navbar-btn {
	margin-left: 1.2em;
	margin-right: 1.2em;
}

.navbar-right {
	margin-right: 0;
}

#block-techniekplekbe-main-menu li a,
#block-techniekplekbe-techniektv li a,
#block-tv li a,
#block-techniekplekbe-account-menu li a {
	color: #FFF;
}

#block-techniekplekbe-main-menu li a:hover,
#block-techniekplekbe-techniektv li a:hover,
#block-tv li a:hover,
#block-techniekplekbe-account-menu li a:hover {
	color: #000;
}


/* Achtergrond actieve link */
#block-techniekplekbe-main-menu .nav .open>a,
#block-techniekplekbe-techniektv .nav .open>a,
#block-tv .nav .open>a,
#block-techniekplekbe-account-menu .nav .open>a,
#block-techniekplekbe-main-menu .nav .active>a,
#block-techniekplekbe-techniektv .nav .active>a,
#block-tv .nav .active>a,
#block-techniekplekbe-account-menu .nav .active>a,
#block-techniekplekbe-main-menu .is-active,
#block-techniekplekbe-techniektv .is-active,
#block-tv .is-active,
#block-techniekplekbe-account-menu .is-active {
	background-color: #2E2E3A;
	color: #FFF;
}

#block-techniekplekbe-main-menu .nav .open>a:hover,
#block-techniekplekbe-techniektv .nav .open>a:hover,
#block-tv .nav .open>a:hover,
#block-techniekplekbe-account-menu .nav .open>a:hover,
#block-techniekplekbe-main-menu .nav .active>a:hover,
#block-techniekplekbe-account-menu .nav .active>a:hover,
#block-techniekplekbe-techniektv .active>a:hover,
#block-tv .active>a:hover,
#block-techniekplekbe-account-menu .active>a:hover,
#block-techniekplekbe-main-menu .is-active:hover,
#block-techniekplekbe-techniektv .is-active:hover,
#block-tv .is-active:hover,
#block-techniekplekbe-account-menu .is-active:hover {
	background-color: #5B4B49;
	color: #FFF;
}

/* Dropdown menu opengeklapt */
#block-techniekplekbe-main-menu .nav .open>.dropdown-menu,
#block-techniekplekbe-techniektv .nav .open>.dropdown-menu,
#block-tv .nav .open>.dropdown-menu,
#block-techniekplekbe-account-menu .nav .open>.dropdown-menu {
	background-color: #D3AB3D;
	background-image: linear-gradient(to bottom, #D3AB3D, #CB3617);
	border: none;
	color: #FFF;
	
}

/* Hamburger */
.navbar-default .navbar-toggle {
	border-color: #FFF;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #2E2E3A;
}

.page-node-type-techniek-tv .region-content {
	text-align: center;
}

.feed-icon {
    background: url(../images/feed.svg) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    width: 16px;
    height: 16px;
	margin: 1em 0;
}

/* TV */

.path-tv .well {
	background-color: transparent;
}

.path-tv .well h3 {
	margin-top: 0;
	text-align: center;
}

.techniek-tv.full {
	list-style-position: inside;
}

.techniek-tv.full .anker {
	padding-top: 65px;
}

.techniek-tv.full .pijltje {
	margin-top: 10px;
}

/* Node */

.page-header,
.teaser h2 {
	font-family: 'Dekko', cursive;
}

.teaser h2 {
	margin-left: 14px;
}

.projectonderzoek .field--label,
.gebruikersoverzicht .field--label {
	font-family: 'Dekko', cursive;
	font-size: 1.5em;
	margin-top: 14px;
}

.projectonderzoek h2,
.projectonderzoek article h3 {
	font-family: 'Dekko', cursive;
}

.projectonderzoek .field--item {
	font-size: 1.1em;
}

.projectonderzoek .field--name-body .field--item {
	margin-left: 14px;
}

/* Views */
.view-taxonomy-term .views-row {
	border: 2px #CB3617 solid;
	border-radius: 25px;
	margin-bottom: 14px;
	padding: 4px 0 24px;
}

/* Downloads */
.file>span,
.file>span:first-child,
.file>span:last-child {
	border: none;
	color: #CB3617;
	font-family: 'Roboto', sans-serif;
	font-size: 15.4px;
	font-weight: normal;
}

.file>span:first-child {
	visibility: hidden;
	display: none;
}

.user-login-form,
.user-register-form,
.user-pass {
	margin-top: 20px;
}

#edit-field-les-stroom {
	height: 66px;	
}

#edit-field-onderwijsnet {
	height: 104px;
}

/* Gebruikersoverzicht */
.gebruikersoverzicht .label {
	color: #000;
	font-family: 'Dekko', cursive;
	font-size: 21px;
	display: block;
	text-align: left;
	margin-left: -14px;
}

.form-type-item {
	margin-top: 12px;
	margin-left: 14px;
}

.gebruikersoverzicht .field--label,
.gebruikersoverzicht .field--item {
	margin-left: 14px;
}

.gebruikersoverzicht img {
	border-radius: 25%;
}

/* Reacties */

#comment-form {
	margin-top: 35px;
}

.js-comment {
	border: 2px #CB3617 solid;
	border-radius: 15px;
	padding: 0 15px 20px 15px;
	margin-bottom: 20px;
}

.js-comment mark {
	background-color: transparent;
	border-bottom: 2px #CB3617 solid;
	border-left: 2px #CB3617 solid;
	border-right: 2px #CB3617 solid;
	color: #CB3617;
	font-weight: bold;
}

.js-comment img {
	border-radius: 25%;
	float: right;
	padding-bottom: 15px;
}

.js-comment article {
	float: right;
}

.js-comment footer {
	float: right;
	padding-top: 15px;
	padding-bottom: 6px;
}

.js-comment .comment-reply,
.js-comment .comment-forbidden {
	margin-top: 12px;
}

.js-comment .field--name-user-picture a::before {
	content: '';
}

.js-comment .field--name-user-picture a::after {
	content: '';
}

@media only screen and (min-width: 1200px) {
	/* TV */
	.techniek-tv.full {
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* TV */
	.techniek-tv.full {
		margin-left: auto;
		margin-right: auto;
		width: 60%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* TV */
	.techniek-tv.full {
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}
}

@media only screen and (max-width: 990px) {
	/* Logo */
	.navbar .logo {
		padding-left: 8px;
	}
}