/*-- Design by LuukVerberne.nl
Author: Luuk Verberne
Author URL: https://luukverberne.nl
Mobile-First Design
--*/

@font-face {
	font-family: 'HammersmithOne-Regular';
	src: url(../fonts/HammersmithOne-Regular.ttf) format('truetype');
}

@font-face {
	font-family: 'PontanoSans-Regular';
	src: url(../fonts/PontanoSans-Regular.ttf) format('truetype');
}

/* ============================================
   BASE STYLES (MOBILE FIRST - 320px+)
   ============================================ */

html {
	font-size: 16px;
	overflow-x: hidden;
}

body {
	font-family: 'PontanoSans-Regular';
	background: #fff;
	overflow-x: hidden;
}

body > main > section,
body > footer > section {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

ul {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p, label {
	margin: 0;
}

h1, h2, h3 {
	font-family: 'HammersmithOne-Regular';
	color: #363636;
}

.dark h1,
.dark h2,
.dark h3 {
	color: #fefefe;
}

.dark h4 {
	color: #efefef;
}

/* Mobile typography */
h1 {
	font-size: 1.6rem;
}

h2 {
	font-size: 1.5rem;
}

h3 {
	font-size: 1.4rem;
}

h4 {
	font-size: 1.3rem;
	font-weight: 600;
}

h5 {
	font-size: 1.2rem;
}

p {
	font-size: 1.1rem
}

/* ============================================
   HEADER - MOBILE
   ============================================ */

.header {
	background: url(../images/Xango-groep-okt-2022.jpg) no-repeat 0 -200px;
	width: 100%;
	display: block;
	position: relative;
	background-size: cover;
	min-height: 300px;
}

.home .header {
	background-position: center;	
}

.header:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(#302020a0, #ffffff19);
}

.header:after,
main .repertoire:after,
main .evenementen:after {
	content: '';
	display: block;
	width: 112%;
	position: absolute;
	background-color: #FFF;
}

.header:after {
	height: 3rem;
	bottom: -2rem;
	transform: rotate(-2deg);
}

.header.header-top:after {
	height: 3rem;
	bottom: -2.5rem;
	transform: rotate(-1deg);
}

.header .banner {
	padding-bottom: 7.5rem;
}

.header-top {
	min-height: 78px;
	background: url(../images/Xango-groep-okt-2022.jpg) no-repeat 0 -5rem;
	background-size: cover;
}

/* Logo - Mobile */
.header-logo {
	display: block;
	margin-top: 1rem;
}

.logo {
	position: absolute;
	width: 30%;
	margin: auto;
	z-index: 99;
}

.logo img {
	width: 100%;
}

/* ============================================
   NAVIGATION - MOBILE
   ============================================ */

.top-menu {
	display: none;
}

.top-nav {
	float: right;
	margin: 1rem;
}

.top-nav ul {
	display: none;
	position: absolute;
	width: 100%;
	z-index: 9999;
	left: 0%;
	margin: 2em 0;
	background: #ff8773;
}

.top-nav span.icon {
	display: block;
	width: 100%;
	position: relative;
	cursor: pointer;
}

.top-nav span.menu:before {
	content: url(../images/menu.png)no-repeat 0px 0px;
	cursor: pointer;
	width: 100%;
}

.top-nav ul li,
.top-nav ul li.active {
	display: block;
	padding: 0.5em 0;
	text-align: center;
}

.top-nav ul li a,
.top-nav ul li.active a {
	color: #fff;
	border: none;
	padding: 0;
	background: none;
	margin: 0.3em 1em;
	text-decoration: none;
}

.top-nav ul li a:hover {
	color: #000;
}

/* ============================================
   BANNER - MOBILE
   ============================================ */

.flexslider {
	box-shadow: none;
}

.flex-control-nav {
	margin: 0 auto;
	right: unset;
}

.banner-matter {
	text-align: center;
	padding: 5rem 0 0;
	color: #fff;
}

.banner-matter h2,
.banner-matter h3 {
	width: 100%;
	margin: 0 auto 0.5rem;
	line-height: 1.5rem;
}

/* Rectangle Out Button */
.hvr-rectangle-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	padding: 0.3rem 0.7rem;
	background: #ff8773;
	color: #fff;
}

.hvr-rectangle-out:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #8b0000;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
	color: #fff;
	text-decoration: none;
}

.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* ============================================
   REPERTOIRE - MOBILE
   ============================================ */

main .repertoire {
	position: relative;
	padding: 3rem 0 3.5rem 0;
	z-index: 3;
}

main .repertoire:after {
	height: 3rem;
	bottom: -0.5rem;
	left: -5%;
	rotate: 1.5deg;
}

.content-grid {
	text-align: center;
	padding: 0;
	margin-top: 1rem;
}

.content-grid i {
	color: #808080;
	font-size: 1.75rem;
	width: 2.5rem;
	vertical-align: sub;
}

.content-grid h3 {
	display: inline-block;
	color: #000;
	margin: 0.4rem 0 0;
	font-size: 1.6rem;
}

.content-grid h4 {
	color: #000000;
	font-size: 1.25rem;
	margin: 0.3rem 0;
}

.content-grid p {
	color: #636363;
	line-height: 1.2rem;
	margin: 0 0 1rem;
}

/* ============================================
   ABOUT - MOBILE
   ============================================ */

.about {
	position: relative;
	display: block;
	width: 100%;
	min-height: 580px;
	background: url(../images/boot-2024.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
	padding: 3rem 0 0;
	z-index: 2;
}

main .about:before,
.footer:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-color: #302020c0;
}

.about > .container,
.footer > .container {
	position: relative;
	z-index: 1;
}

.col-top {
	text-align: center;
}

.col-top h1 {
	color: #fff;
	font-size: 2rem;
	font-family: 'HammersmithOne-Regular';
	padding: 0 0 0.3rem;
}

.col-top p {
	color: #fff;
	line-height: 1.5rem;
	width: 100%;
	margin: 0 auto;
}

.col-top1 h4 a {
	color: #fff;
	font-size: 1.2rem;
}

.col-top1 h4 a:hover {
	color: #ff8773;
	text-decoration: none;
}

.col-top1 p {
	color: #fff;
	line-height: 1.5rem;
	margin: 0.2rem 0 1rem;
}

.col-grid {
	margin: 2rem 0;
}

.col-top-gird {
	padding: 0;
	margin-top: 1rem;
	text-align: center;
}

.col-md1 img {
	border-radius: 50%;
	padding: 2rem;
}

/* ============================================
   EVENEMENTEN - MOBILE
   ============================================ */

.news {
	padding: 0;
}

/*.six {
	padding: 0em 0 0.3rem;
}*/

main .evenementen {
	position: relative;
	padding: 3rem 0 2rem 0;
	z-index: 1;
}

main .evenementen:after {
	height: 4rem;
	bottom: -1.5rem;
	transform: rotate(2deg);
}

.content-mid-top {
	text-align: center;
}

.content-mid-top h2 {
	font-size: 2rem;
}

.content-mid-top p {
	color: #636363;
	font-size: 1rem;
	line-height: 1.5rem;
	width: 100%;
	margin: 0 auto;
}

/*.six h4 {
	color: #000000;
	font-size: 1.5em;
	text-transform: uppercase;
	text-align: center;
	border: 3px solid #ff8773;
	border-radius: 100px;
	width: 70px;
	height: 70px;
	padding: 0.5em 0 0;
}

.six h4 span {
	display: block;
	font-size: 16px;
}*/

.new-more {
	width: 100%;
	margin-top: 1em;
	padding: 0;
}

.new-more p {
	font-size: 1em;
	color: #636363;
	line-height: 1.5em;
	margin: 0 0 0.7em;
}

.events-calendar-container .cl-branding {
	display: none !important;
	position: absolute;
}

.events-calendar-container .cl-branding > svg,
.events-calendar-container .cl-branding > div {
	display: none !important;
	position: absolute;
}

/* ============================================
   FOOTER - MOBILE
   ============================================ */

.footer {
	display: block;
	position: relative;
	width: 100%;
	padding: 3em 0 0;
	overflow: hidden;
	background: url(../images/curtain-footer.jpg) no-repeat top;
	background-size: cover;
	color: #fff;
	z-index: 0;
}

.footer-top {
	font-size: 1.25rem;
	line-height: 1.4rem;
}

.footer-top > div {
	margin: 1rem auto;
}

.footer-grid,
.footer-grid-top,
.footer-grid-bottom {
	padding: 0;
}

.footer-grid h4 {
	font-size: 1.6rem;
	color: #ff8773;
	text-transform: uppercase;
	font-family: 'HammersmithOne-Regular';
}

.footer-grid p {
	color: #fff;
}

.footer-grid p span {
	display: block;
}

.footer-grid p label {
	color: #ff8773;
}

.footer-grid p a {
	color: #ff8773;
	text-decoration: none;
}

.footer-grid p a:hover {
	color: #fff;
}

.footer ul {
	list-style-type: none;
}

.footer .items ul li {
	line-height: 2rem;
}

.footer .items ul li:before {
	content: '>';
	margin-right: .5rem;
}

.footer .items ul li a {
	color: #ff8773;
	text-decoration: none;
}

.footer .items ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer .social {
	margin-bottom:2rem;
}

.footer .social > * {
	display: inline-block;
}

.footer .social ul {
	position: absolute;
	right: 0;
}

.footer .social ul li {
	display: inline-block;
}

.footer .social ul li i {
	display: inline-block;
	background: url(../images/img-sprite.png) no-repeat -3px -32px;
	width: 32px;
	height: 32px;
	margin: 0 5px 0 0;
}

.footer .social ul li i.facebook {
	background-position: -43px -32px;
}

.footer .social ul li i.linkedin {
	background-position: -84px -32px;
}

.footer .social ul li i.dribble {
	background-position: -129px -32px;
}

.footer .social ul li i:hover {
	background-position: -3px -73px;
}

.footer .social ul li i.facebook:hover {
	background-position: -43px -73px;
}

.footer .social ul li i.linkedin:hover {
	background-position: -84px -73px;
}

.footer .social ul li i.dribble:hover {
	background-position: -129px -73px;
}

.enter {
	border-bottom: 1px solid #fff;
	width: 85%;
}

.footer-grid-bottom h4 {
	color: #fff;
	font-size: 1.5em;
	font-family: 'HammersmithOne-Regular';
}

.footer-grid-top input[type="text"] {
	outline: none;
	padding: 6px 0px;
	width: 85%;
	border: none;
	font-size: 1.1em;
	color: #fff;
	background: none;
}

.footer-grid-top input[type="submit"] {
	background: url(../images/img-sprite.png) no-repeat 0px 0px;
	border: none;
	outline: none;
	width: 30px;
	height: 21px;
}

.footer-grid-top p {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #fff;
	padding: 0.8em 0;
}

.flan {
	padding: 0.3em 0;
}

.footer-grid-top p span {
	display: block;
}

p.footer-class {
	color: #fff;
	font-size: 1em;
	padding: 1em 0 1em;
	text-align: center;
}

p.footer-class a {
	color: #ff8773;
	text-decoration: none;
}

p.footer-class a:hover {
	color: #fff;
}

/* ============================================
   CONTACT - MOBILE
   ============================================ */

.form-section {
	padding: 3rem 0;
}

.contact-top h1 {
	font-size: 1.5em;
	color: #000;
	font-family: 'HammersmithOne-Regular';
	margin: 0;
}

.map iframe {
	width: 100%;
	height: 150px;
	border: none;
	padding: 0;
}

.contact-grid {
	padding: 0;
}

.contact-grid input[type="text"],
.contact-grid textarea {
	width: 100%;
	padding: 0.7em;
	margin: 0.5em 0;
	background: none;
	outline: none;
	border: 1px solid #A09F9F;
	font-size: 1em;
	color: #A09F9F;
	-webkit-appearance: none;
}

.contact-grid textarea {
	resize: none;
}

.send input[type="submit"] {
	width: 20%;
	font-size: 1.1em;
	background: #ff8773;
	padding: 0.4em 0.8em;
	text-align: center;
	color: #fff;
	border: none;
	outline: none;
	-webkit-appearance: none;
}

.send input[type="submit"]:hover {
	background: #8b0000;
}

.contact-form {
	padding: 1em 0 2em;
}

.contact-in {
	margin-top: 1em;
}

.address-grid {
	display: table;
}

.address-grid i {
	color: #ff8773;
	font-size: 2.5rem;
	margin: 0 5% 0 0;
	display: table-cell;
	vertical-align: middle;
}

.address1 {
	margin-top: 0.5em;
	padding-left: 1rem;
	display: table-cell;
	vertical-align: middle;
}

.address1 p {
	font-size: 1.1em;
	color: #636363;
	line-height: 1.5em;
}

.address-more h4 {
	color: #000;
	font-size: 1.3em;
	margin: 0 0 0.5em;
	font-family: 'HammersmithOne-Regular';
}

.grid-address {
	padding: 2em 0 0;
}

/* ============================================
   BLOG - MOBILE
   ============================================ */

.blog {
	padding: 2em 0;
}

.blog h1 {
	font-size: 1.5em;
	color: #000;
	font-family: 'HammersmithOne-Regular';
	margin: 0 0 0.4em;
}

.blog-top {
	padding: 0 0 2em;
}

.top-blog,
.sed-in {
	padding: 0;
}

.top-blog img {
	margin: 0 auto;
}

.sed-in {
	margin-top: 1em;
}

.sed-in h4 {
	font-size: 1em;
	font-family: 'HammersmithOne-Regular';
}

.sed-in h4 a {
	color: #000000;
	text-decoration: none;
}

.sed-in h4 a:hover {
	color: #ff8773;
}

.sed-in p {
	color: #636363;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0.5em 0 0.7em;
}

ul.blog-ic li {
	display: inline-block;
}

ul.blog-ic li span {
	color: #000;
	padding: 0.4em 0.2em 0.2em 0;
	display: block;
	font-size: 1em;
	font-weight: 300;
}

ul.blog-ic li a {
	text-decoration: none;
	color: #000;
}

ul.blog-ic li span i {
	font-size: 15px;
	color: #ff8773;
	display: inline-block;
	margin: 0 8px 0 0;
}

ul.start {
	text-align: center;
	padding: 0em 0 0;
}

ul.start li {
	display: inline-block;
}

ul.start li span,
ul.start li a {
	font-size: 1em;
	padding: 0.3em 0.5em;
}

ul.start li a {
	text-decoration: none;
	color: #fff;
	background: #000000;
}

ul.start li a:hover {
	background: #ff8773;
}

ul.start li span {
	background: #ff8773;
	color: #fff;
}

/* ============================================
   SINGLE - MOBILE
   ============================================ */

.single {
	padding: 2em 0;
}

.single-grid h4 {
	font-size: 1em;
	font-family: 'HammersmithOne-Regular';
	margin-top: 0.5em;
}

.single-grid h4 a {
	color: #000000;
	text-decoration: none;
}

.single-grid h4 a:hover {
	color: #ff8773;
}

.single-grid p,
.media-body p {
	color: #636363;
	font-size: 1em;
	line-height: 1.5em;
}

.comments {
	padding: 1em 0;
}

.comments h1,
.comment-bottom h2 {
	font-size: 1.4em;
	color: #000;
	font-family: 'HammersmithOne-Regular';
	margin-bottom: 0.5em;
}

h4.media-heading {
	font-size: 1.2em;
	color: #000;
	font-family: 'HammersmithOne-Regular';
}

.comment-bottom form {
	width: 100%;
}

.comment-bottom input[type="text"],
.comment-bottom textarea {
	width: 100%;
	padding: 0.7em;
	margin: 0.5em 0;
	background: none;
	outline: none;
	border: 1px solid #A09F9F;
	font-size: 1em;
	color: #A09F9F;
	-webkit-appearance: none;
}

.comment-bottom textarea {
	resize: none;
}

.comment-bottom input[type="submit"] {
	width: 20%;
	font-size: 1.1em;
	background: #ff8773;
	padding: 0.4em 0.8em;
	text-align: center;
	color: #fff;
	border: none;
	outline: none;
	-webkit-appearance: none;
}

.comment-bottom input[type="submit"]:hover {
	background: #8b0000;
}

/* ============================================
   ABOUT PAGE - MOBILE
   ============================================ */

.about-top h1 {
	font-size: 1.5em;
	color: #000;
	font-family: 'HammersmithOne-Regular';
	margin: 0;
}

.top-about,
.about-in,
.bottom-about,
.info-grid-right {
	padding: 0;
}

.top-about p {
	color: #636363;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 0.6em;
}

.info-grid-right h2 {
	font-size: 1.3em;
	color: #000;
	font-family: 'HammersmithOne-Regular';
}

.about-in-top {
	padding: 1em 0 2em;
}

.bottom-about {
	margin-bottom: 1em;
}

.bottom-about img {
	width: 100%;
}

.about-in img {
	margin: 0 auto;
}

/* ============================================
   ACCORDION - MOBILE
   ============================================ */

.menu_vertical {
	padding: 1em 0 0;
}

.icon-minus-sign:after {
	content: "";
	background: #ff8773 url(../images/plus1.png) no-repeat 16px 17px;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 18px 5px 34px 47px;
}

.accordation_menu label {
	line-height: 43px;
	font-weight: 600;
	display: block;
	position: relative;
	padding: 6px 20px;
	height: 54px;
	cursor: pointer;
	z-index: 20;
	transition: background-color .7s;
	-webkit-transition: background-color .7s;
	-moz-transition: background-color .7s;
	-o-transition: background-color .7s;
	-ms-transition: background-color .7s;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	background: #fff;
	color: #5E5E5E;
	font-size: 11px;
	font-weight: normal;
}

.icon-plus-sign:before {
	content: "";
	background: #ff8773 url(../images/plus1.png)no-repeat 17px 17px;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px 0px 52px 50px;
}

.accordation_menu input {
	display: none;
}

.accordation_menu label i.i-right1,
.accordation_menu label i.i-right2 {
	float: right;
	margin-right: 15px;
	padding: 6px 0 0 0;
	transition: all .7s;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-o-transition: all .7s;
	-ms-transition: all .7s;
}

.accordation_menu label i.i-right2 {
	display: none;
}

.accordation_menu input:checked + label i.i-right1 {
	display: none;
}

.accordation_menu input:checked + label i.i-right2 {
	display: block;
}

.accordation_menu input:checked ~ div.content1 {
	height: 112px;
	margin: 0px 0px 10px 0px;
	box-shadow: 0px 0px 5px 0px #EAE4E4;
	background: #fff;
	padding: 1.5em;
	width: 100%;
}

.accordation_menu div.content1 table td {
	vertical-align: text-top;
}

.accordation_menu label:hover .icon-plus-sign:before {
	content: "";
	background: #ff8773 url(../images/minus.png) no-repeat 17px 24px;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.accordation_menu input:checked + label,
.accordation_menu input:checked + label:hover {
	border: 1px solid #E7e7e7;
	color: #999;
	background: #F9FAFC;
}

span.m_5,
h3.m_5 {
	display: inline-block;
	color: #5E5E5E;
	font-size: 11px;
	text-decoration: none;
	padding: 0px 0px 0px 40px;
}

.accordation_menu input:checked + label > h3,
.accordation_menu input:checked + label:hover > h3 {
	font-weight: bold;
}

i#i2,
i#i3,
i#i4 {
	padding: 0px 0px 0px 40px;
}

.content1 {
	position: relative;
	height: 0px;
	margin-top: -1px;
	overflow: hidden;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.content1 h5 {
	font-size: 1.2em;
	color: #000;
	font-family: 'HammersmithOne-Regular';
	margin-bottom: 0.3em;
}

.content1 p {
	color: #636363;
	font-size: 1em;
	line-height: 1.5em;
}

/* ============================================
   TYPOGRAPHY - MOBILE
   ============================================ */

.page {
	padding: 0 0 1em;
}

.page-header {
	margin: 16px 0 9px;
}

.page-header h3 {
	font-size: 2em;
	color: #000;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: none;
}

.grid1 {
	margin: 0.7em 0 0;
}

.grid2 {
	margin: 0.4em 0 0;
}

ul.nav.nav-pills {
	margin: 1.5em 0 0;
}

ul.nav.nav-pills a {
	padding: 0.5em;
	font-size: 0.9em;
}

button.btn.btn-lg {
	font-size: 0.9em;
	margin: 0 0 0.5em 0px;
	padding: 9px;
}

button.btn.btn-1 {
	font-size: 0.8em;
	margin: 0 0 0.5em;
}

button.btn.btn-sm {
	font-size: 0.7em;
	padding: 5px;
	margin: 0 0 0.5em;
}

button.btn.btn-xs {
	font-size: 0.7em;
}

span.label {
	margin: 0 0 0.5em;
	display: inline-block;
}

h1#h1-bootstrap-heading {
	font-size: 1.6em;
}

h2#h2-bootstrap-heading {
	font-size: 1.5em;
}

h3#h3-bootstrap-heading {
	font-size: 1.4em;
}

h1.grid2 {
	font-size: 1.45em;
}

h2.grid2 {
	font-size: 1.35em;
}

h3.grid2 {
	font-size: 1.3em;
}

h4.grid2 {
	font-size: 1.2em;
}

/* ============================================
   MEDIA QUERIES - TABLET & UP (480px+)
   ============================================ */

@media (min-width: 480px) {
	.banner-matter h2,
	.banner-matter h3 {
		font-size: 1.8em;
	}

	.logo {
		width: 30%;
	}

	.top-nav {
		margin-top: 20px;
	}

	.top-nav ul {
		margin: 2em 0;
	}

	.banner-matter {
		padding: 5em 0 0;
	}

	.header {
		min-height: 400px;
	}

	.header:after {
		height: 3rem;
		bottom: -2rem;
		transform: rotate(-2deg);
	}

	.content-grid h3 {
		font-size: 1.8em;
	}

	.content-grid h4 {
		font-size: 1.5em;
	}

	.content-grid i {
		font-size: 3em;
	}

	.col-top p,
	.content-mid-top p {
		width: 100%;
	}

	.col-md1 {
		padding: 0;
	}

	.col-top1 h4 {
		font-size: 1.2em;
	}

	main .repertoire:after {
		height: 3rem;
		bottom: -0.5rem;
	}

	.new-more {
		width: 100%;
		margin-top: 1em;
	}

	.six h4 {
		font-size: 1.7em;
		width: 80px;
		height: 80px;
		padding: 0.6em 0 0;
	}

	.news {
		padding: 0em 0 0;
	}

	main .evenementen {
		padding: 3rem 0 2rem 0;
	}

	main .evenementen:after {
		height: 4rem;
		bottom: -1.5rem;
	}

	.six h4 span {
		font-size: 16px;
	}

	p.footer-class {
		font-size: 1.1em;
	}

	.col-top h1,
	.content-mid-top h2 {
		font-size: 2em;
	}

	.header-top {
		min-height: 110px;
	}

	.content1 h5 {
		font-size: 1.2em;
	}

	.about {
		padding: 4.5rem 0 3rem 0;
	}

	.about-in-top {
		padding: 1em 0 2em;
	}

	.about-top h1 {
		font-size: 2em;
	}

	.blog {
		padding: 2em 0;
	}

	.sed-in h4 {
		font-size: 1.2em;
	}

	ul.start {
		padding: 1em 0 0;
	}

	.blog h1 {
		font-size: 2em;
	}

	.contact-top h1 {
		font-size: 2em;
	}

	.address1 p {
		font-size: 1.4em;
	}

	.contact-grid input[type="text"],
	.contact-grid textarea {
		padding: 0.7em;
	}

	.address-more h4 {
		font-size: 1.7em;
		margin: 0 0 0.5em;
	}

	.address-grid i {
		font-size: 3em;
		margin: 0 5% 0 0;
	}

	.single {
		padding: 2em 0;
	}

	.single-grid h4 {
		font-size: 1.3em;
	}

	.comment-bottom form {
		width: 100%;
	}

	.comment-bottom input[type="text"],
	.comment-bottom textarea {
		padding: 0.7em;
	}

	.comments h1,
	.comment-bottom h2 {
		font-size: 1.8em;
	}

	.page-header h3 {
		font-size: 2em;
	}

	button.btn.btn-lg {
		font-size: 1em;
		padding: 7px;
	}

	button.btn.btn-1 {
		font-size: 0.9em;
		padding: 8px;
	}

	button.btn.btn-sm {
		font-size: 0.8em;
		padding: 9px;
	}

	h1#h1-bootstrap-heading {
		font-size: 2.2em;
	}

	h2#h2-bootstrap-heading {
		font-size: 2em;
	}

	h1.grid2 {
		font-size: 1.45em;
	}

	h2.grid2 {
		font-size: 1.35em;
	}

	h3.grid2 {
		font-size: 1.3em;
	}

	h4.grid2 {
		font-size: 1.2em;
	}
}

/* ============================================
   MEDIA QUERIES - LARGE MOBILE (640px+)
   ============================================ */

@media (min-width: 640px) {
	.banner-matter h2,
	.banner-matter h3 {
		font-size: 2em;
	}

	.banner-matter {
		padding: 7em 0 0;
	}

	.header {
		min-height: 550px;
	}

	.content-grid i {
		font-size: 3.5em;
	}

	.content-grid h3 {
		margin: 0.4em 0 0;
	}
	
	.col-md1 {
		width: 30%;
		padding: 0;
	}

	.col-top1 {
		width: 70%;
		padding: 0 0 0 15px;
	}

	.col-top h1,
	.content-mid-top h2 {
		font-size: 2.5em;
	}

	.col-top p,
	.content-mid-top p {
		width: 90%;
	}

	.six h4 {
		font-size: 2em;
		width: 90px;
		height: 90px;
		padding: 0.5em 0 0;
	}

	.header-top {
		min-height: 130px;
	}

	.about {
		padding: 3em 0;
	}

	.about-top h1 {
		font-size: 2.5em;
	}

	.blog h1 {
		font-size: 2.5em;
	}

	.blog {
		padding: 3em 0;
	}

	.contact-top h1 {
		font-size: 2.5em;
	}

	.contact-form {
		padding: 1em 0 2em;
	}

	.form-section {
		padding: 3rem 0;
	}

	.single {
		padding: 3em 0;
	}

	.comments h1,
	.comment-bottom h2 {
		font-size: 2em;
	}

	button.btn.btn-lg {
		font-size: 1.1em;
	}

	h1.grid2 {
		font-size: 2em;
	}

	h2.grid2 {
		font-size: 1.9em;
	}

	.footer-top > div {
		margin: 1rem auto;
	}
}

/* ============================================
   MEDIA QUERIES - TABLET (768px+)
   ============================================ */

@media (min-width: 768px) {
	.logo {
		float: left;
		position: relative;
		width: auto;
	}

	.top-nav {
		float: right;
		margin-top: 30px;
	}

	.banner-matter h2,
	.banner-matter h3 {
		font-size: 2.3em;
	}

	.header {
		min-height: 650px;
	}

	.header.header-top {
		background-position: 0 -5rem;
	}

	.header.header-top:after {
		height: 3rem;
		bottom: -2.5rem;
		transform: rotate(-1deg);
	}

	.banner-matter {
		padding: 10em 0 0;
	}

	.content-grid {
		text-align: center;
		margin-top: 1em;
	}

	.col-md1 {
		width: 25%;
		float: left;
	}

	.col-top1 {
		float: left;
		width: 75%;
	}

	.col-grid {
		margin: 2rem 0;
	}

	.about {
		padding: 7em 0 0;
	}

	.col-top-gird {
		margin-top: 1em;
	}

	.new-more {
		float: left;
		width: 33.3%;
	}

	p.footer-class {
		padding: 2em 0 1em;
	}

	main .evenementen {
		padding: 2em 0;
	}

	.footer-grid-top p {
		padding: 1em 0;
	}

	.header-top {
		min-height: 135px;
	}

	.about-in-top {
		padding: 1em 0 3em;
	}

	.bottom-about {
		margin-bottom: 1em;
	}

	.bottom-about img {
		width: 100%;
	}

	.about-in img {
		margin: 0 auto;
	}

	.menu_vertical {
		padding: 1em 0 0;
	}

	.top-blog img {
		margin: 0 auto;
	}

	.sed-in {
		margin-top: 1em;
	}

	.blog-top {
		padding: 0 0 2em;
	}

	.blog h1 {
		margin: 0 15px 0.5em;
	}

	.form-section {
		padding: 3rem 0;
	}

	.contact-in {
		margin-top: 2em;
	}

	h1.grid2 {
		font-size: 2.3em;
	}

	span.m_5,
	h3.m_5 {
		font-size: 17px;
		padding: 0px 0px 0px 50px;
	}

	.accordation_menu label {
		font-size: 17px;
	}

	i#i2 {
		padding: 0px 0px 0px 53px;
	}

	i#i3 {
		padding: 0px 0px 0px 54px;
	}

	i#i4 {
		padding: 0px 0px 0px 53px;
	}

	.enter {
		width: 88%;
	}

	.footer-grid-top input[type="text"] {
		width: 89%;
	}

	.content1 p,
	.top-about p {
		font-size: 1.1em;
		line-height: 1.7em;
	}

	.col-top1 p {
		font-size: 1.1em;
		line-height: 1.7em;
		margin: 0.5em 0 1em;
	}

	.sed-in p {
		font-size: 1.1em;
		line-height: 1.7em;
		margin: 0.5em 0 1em;
	}

	.new-more p {
		font-size: 1.1em;
		line-height: 1.7em;
		margin: 0 0 1em;
	}

	ul.blog-ic li span {
		padding: 0.4em 0.8em 0.2em 0;
		font-size: 1.1em;
		font-weight: normal;
	}

	.single-grid p,
	.media-body p {
		font-size: 1.1em;
		line-height: 1.7em;
	}

	ul.start li span,
	ul.start li a {
		font-size: 1.2em;
		padding: 0.5em 1em;
	}

	ul.start {
		padding: 2em 0 0;
	}
}

/* ============================================
   MEDIA QUERIES - DESKTOP (1024px+)
   ============================================ */

@media (min-width: 1024px) {
	.top-menu {
		display: block;
		margin-top: 4rem;
		text-align: center;
		white-space: nowrap;
	}

	.top-menu ul li {
		display: inline-block;
		vertical-align: text-top;
	}

	.top-menu ul li a {
		position: relative;
		display: inline-block;
		outline: none;
		color: rgba(0,0,0,0.2);
		text-decoration: none;
		text-shadow: none;
		font-size: 1.2em;
		padding: 0em 1em;
		vertical-align: middle;
		font-family: 'HammersmithOne-Regular';
	}

	.top-menu ul li a:hover,
	.top-menu ul li a:focus {
		outline: none;
	}

	.top-menu ul li a::before {
		color: #fff;
		content: attr(data-hover);
		position: absolute;
		-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
		-moz-transition: -moz-transform 0.3s, opacity 0.3s;
		transition: transform 0.3s, opacity 0.3s;
	}

	.top-menu ul li a:hover::before,
	.top-menu ul li a:focus::before {
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0;
	}

	.top-menu ul li a:hover,
	.top-menu ul li.active a {
		color: #ff8773;
	}

	.top-menu ul li a img {
		margin-top: -3rem;
		width: 70%;
	}

	.header-logo {
		display: none;
	}

	.top-nav {
		display: none;
	}

	.header {
		min-height: 700px;
	}

	.header.header-top:after {
		height: 2rem;
		bottom: -1.5rem;
		transform: rotate(-0.75deg);
	}

	.content-grid h4 {
		font-size: 1.6em;
	}

	.header-top {
		min-height: 155px;
	}

	h1 {
		font-size: 3em;
	}

	h2 {
		font-size: 2.5rem;
	}

	h3 {
		font-size: 1.8rem;
	}

	h4 {
		font-size: 1.5rem;
	}

	.banner-matter {
		padding: 14em 0 0;
	}

	.banner-matter h2,
	.banner-matter h3 {
		width: 80%;
		font-size: 3rem;
		line-height: 3.3rem;
	}

	.hvr-rectangle-out {
		padding: 0.5rem 1rem;
	}

	.col-top p,
	.content-mid-top p {
		width: 65%;
	}

	.content-grid {
		text-align: left;
	}

	.content-grid i {
		font-size: 2rem;
	}

	.content-grid h3 {
		font-size: 1.8rem;
	}

	.content-grid h4 {
		font-size: 1.25rem;
		margin: 1rem 0;
	}

	.content-grid p {
		font-size: 1.1rem;
	}

	main .repertoire:after {
		height: 6rem;
		bottom: -2rem;
		transform: rotate(-1deg);
	}

	main .evenementen {
		padding: 4rem 0;
	}

	main .evenementen:after {
		height: 5rem;
		bottom: -2.5rem;
	}

	.news {
		padding: 2em 0 0;
	}

	.six {
		padding: 0em 0 1em;
	}

	.six h4 {
		font-size: 3em;
		width: 100px;
		height: 100px;
		padding: 0.3em 0 0;
	}

	.six h4 span {
		font-size: 20px;
	}

	.footer {
		padding: 6rem 0 0;
	}

	.footer-grid h4 {
		font-size: 2em;
	}

	.footer-grid-bottom h4 {
		font-size: 2em;
	}

	.footer-grid-top p {
		font-size: 1.5em;
		line-height: 1.5em;
		padding: 1em 0 0;
	}

	p.footer-class {
		font-size: 1.2em;
		padding: 5em 0 1em;
	}

	.blog h1,
	.contact-top h1,
	.about-top h1 {
		font-size: 3em;
		margin: 0 15px;
	}

	.contact-form {
		padding: 2em 0 3em;
	}

	.form-section {
		padding: 4rem 0;
	}

	.contact-grid input[type="text"],
	.contact-grid textarea {
		padding: 1em;
	}

	.address-grid i {
		font-size: 1.75rem;
		margin: 0 9% 0 0;
	}

	.address1 p {
		font-size: 1.8em;
	}

	.address-more h4 {
		font-size: 2em;
		margin: 0 0 0.7em;
	}

	.blog {
		padding: 4em 0;
	}

	.blog h1 {
		margin: 0 15px 1em;
	}

	.blog-top {
		padding: 0 0 3em;
	}

	.sed-in h4 {
		font-size: 1.5em;
	}

	.single {
		padding: 4em 0;
	}

	.single-grid h4 {
		font-size: 1.5em;
	}

	.comments {
		padding: 3em 0;
	}

	.comments h1,
	.comment-bottom h2 {
		font-size: 2.5em;
	}

	h4.media-heading {
		font-size: 1.5em;
	}

	.comment-bottom form {
		width: 70%;
	}

	.comment-bottom input[type="text"],
	.comment-bottom textarea {
		padding: 1em;
	}

	.comment-bottom input[type="submit"] {
		width: 14%;
	}

	.info-grid-right h2 {
		font-size: 2em;
	}

	.content1 h5 {
		font-size: 1.4em;
	}

	.page-header h3 {
		font-size: 3em;
	}

	.grid1 {
		margin: 1.5em 0 0;
	}

	.grid2 {
		margin: 1em 0 0;
	}

	.page {
		padding: 0 0 4em;
	}
}

/* ============================================
   MEDIA QUERIES - LARGE DESKTOP (1280px+)
   ============================================ */

@media (min-width: 1280px) {
	.header {
		min-height: 740px;
	}

	h1 {
		font-size: 3.2rem;
	}
}