
html,
body {
    width: 100%;
    height: 100%;
	margin:0;
	font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
	font-size:1rem;
	font-weight:400;
	line-height:1.5;
	//color:#bebebe;
	color:#777777;
	text-align:left;
	background-color:#fff}

a {
	outline:0;
	color:#ff9900;
}
a:hover,
a:active,
a:focus {
	outline:0;
	color:#ff9900;
}

img {max-width: 100%;height: auto;}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 6em;
    font-weight: 700;
}

.text-vertical-center h2 {
    font-weight: 700;
}


/** Custom Button Styles **/

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.6);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0; 
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.7);
}


/** SIDE MENU **/

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 0px;
    width: 250px;
    height: 100%;
    margin-left: 0px;
    overflow-y: auto;
/*    background: #222; */
	background: rgba(0,0,0,0.9);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0px;
}

#sidebar-wrapper.active {
    left: -250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
    overflow-x: hidden;
}

.center-line {
	width: 40px;
	height:6px;
	display: block;
	background-color: #ff9900;
	margin:0 auto;
	margin-bottom: 50px;
}


/* HEADER */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/bg1.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
	padding: 50px 0;
	background:#333;
	color:#fff;
}

.about {
    padding: 100px 0px 25px;
    background: white;
}

.mypanel-title {
    font-weight: 800;
	color:#333;
	text-align: left;
}

.panel a {
	border:none;
	outline:none;
	text-decoration:none;
}

a:hover .panel-heading {
	background:#333333;
	transition:background 1s ease;
}
a:hover .mypanel-title {
	color:white;
	transition:background 1s ease;
}
.active .panel-heading {background:#333333;}
.active .mypanel-title {color:white;}

.panel-body a {color:#ff9900;}

@media only screen and (max-width:992px) {
    .faq-right {
		margin-top:5px;
    }

}

.textcaroussel	{height:300px;}
.carousel-caption{
	position:absolute;right:15%;top:100px;left:15%;z-index:10;padding-top:20px;padding-bottom:100px;color:#fff;text-align:center}
.carousel-control-next,.carousel-control-prev{
	position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:5%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}

@media (max-width:2400px){
	.background-image-container{
		position:absolute;
		width:1000px;
		height:1000px;
		top:-250px;
		right:-600px
		}
	.background-image-container .background-image-wrapper{
		position:absolute;
		width:100%;
		height:100%;
		border-radius:100px;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		overflow:hidden}
	.background-image-container .background-image-wrapper>div{
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0}
	.background-image-container .background-image-wrapper .background-image{
		background-repeat:no-repeat;background-size:cover;
		background-position-y:50px;
		background-position-x:-200px;
		-webkit-transform:scale(1.25) rotate(-45deg);
		transform:scale(1.25) rotate(-45deg)}
	.modal-lg {
		max-width: 600px !important;}
	.textcaroussel	{
		height:380px;}

}
@media (max-width:992px){
	.background-image-container{
		position:absolute;
		width:800px;
		height:800px;
		top:-250px;
		right:-500px;
		}
	.background-image-container .background-image-wrapper{
		position:absolute;
		width:100%;
		height:100%;
		border-radius:100px;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		overflow:hidden}
	.background-image-container .background-image-wrapper>div{
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0}
	.background-image-container .background-image-wrapper .background-image{
		background-repeat:no-repeat;background-size:cover;
		background-position-y:50px;
		background-position-x:-150px;
		-webkit-transform:scale(1.25) rotate(-45deg);
		transform:scale(1.25) rotate(-45deg)}
	.modal-lg {
		max-width: 600px !important;
	}
	.textcaroussel	{height:450px;}

}
@media (max-width:768px){
	.background-image-container{
		position:absolute;
		width:600px;
		height:600px;
		top:-150px;
		right:-400px
		}
	.background-image-container .background-image-wrapper{
		position:absolute;
		width:100%;
		height:100%;
		border-radius:100px;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		overflow:hidden}
	.background-image-container .background-image-wrapper>div{
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0}
	.background-image-container .background-image-wrapper .background-image{
		background-repeat:no-repeat;background-size:cover;
		background-position-y:0px;
		background-position-x:-140px;
		-webkit-transform:scale(1.25) rotate(-45deg);
		transform:scale(1.25) rotate(-45deg)}
	.modal-lg {
	max-width: 600px !important;}
	.textcaroussel	{height:600px;}
	
}
@media (max-width:576px){
	.background-image-container{
		position:absolute;
		width:540px;
		height:540px;
		top:-150px;
		right:-350px
		}
	.background-image-container .background-image-wrapper{
		position:absolute;
		width:100%;
		height:100%;
		border-radius:100px;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		overflow:hidden}
	.background-image-container .background-image-wrapper>div{
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0}
	.background-image-container .background-image-wrapper .background-image{
		background-repeat:no-repeat;background-size:cover;
		background-position-y:50px;
		background-position-x:-100px;
		-webkit-transform:scale(1.25) rotate(-45deg);
		transform:scale(1.25) rotate(-45deg)}
	.modal-lg {
		max-width: 90% !important;
	}
	.textcaroussel	{height:600px;}
	.ruimte {
		display: none;
	}
	
}

.background-image-container .background-image-wrapper .background-image-overlay{
	background-image:linear-gradient(to top right,#fa9c09,#fbb03b 25%,rgba(251,176,59,.85) 50%,#fbb03b 75%,#fbb03b)}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	margin-bottom:.5rem;
	font-weight:500;
	line-height:1.2}
.h1,h1{font-size:2.5rem}
.h2,h2{font-size:2rem}
.h3,h3{font-size:1.75rem}
.h4,h4{font-size:1.5rem}
.h5,h5{font-size:1.25rem}
.h6,h6{font-size:1rem}
.lead{font-size:1.25rem;font-weight:300}
.white {font-weight:500}
.center {text-align:center}

.display-1{font-size:6rem}
.display-1,.display-2{font-weight:300;line-height:1.2}
.display-2{font-size:5.5rem}
.display-3{font-size:4.5rem}
.display-3,.display-4{font-weight:300;line-height:1.2}.display-4{font-size:3.5rem}
.title-wrapper{margin-top:150px}
.title-wrapper .title{
	color:#777777;
	font-weight:300;
	margin-bottom:0}
.title-wrapper .title-divider{
	padding-top:1.2rem;
	margin-bottom:1.2rem;
	border-bottom:2px solid #fbb03b}
.title-wrapper .subtitle{
	font-size:1.1rem;
	color:#777777;
	text-transform:uppercase;
	font-weight:600}
.laptop-display-wrapper{
	height:300px;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:0 25%}
.laptop-display-wrapper .laptop-display{
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	height:100%;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:50%}
.laptop-display-wrapper .laptop-text{
	background-color:#fff;
	padding:15px 20px;
	border:1px solid #e9ecef;border-top:10px solid #e9ecef;font-style:italic;color:#adb5bd;font-size:1.2rem}
.mission-statement{
	background-image:linear-gradient(90deg,#ff9409,rgba(250,156,9,0.8))} 
.mission-statement .mission-statement-text{padding:25px;color:#fff;font-weight:600}
.ticker-info[data-v-1e199110]{display:flex;justify-content:space-between}.ticker-info dt[data-v-1e199110]{text-transform:uppercase;color:#adb5bd;font-weight:400;padding:10px 0}


.tab {
    margin-left: 2.5em!important;
}
.tip {
    background-color: #fffbce;
    padding: 0 2em 2em;
    margin: 3.2em 2em 2em 0;
    display: table;
}
span.title {
    background: #ffed00;
    padding: .6em 2em;
    font-weight: 600;
    top: -20px;
    left: -15px;
    display: inline-block;
    position: relative;
}

// editor 

#editControls {
  text-align:center;
  padding:5px;
  margin:5px;
}

#editor {
resize:vertical;
overflow:auto;
border:1px solid silver;
border-radius:5px;
min-height:100px;
box-shadow: inset 0 0 10px silver;
padding:1em;
}

/*
#output {
  width:99.7%;
  height:100px
}
*/

a.edit:link {text-decoration:none;}
a.edit:visited {text-decoration:none;}
a.edit:hover {text-decoration:none;}
a.edit:active {text-decoration:none;}
a.edit{
  color:black;
  padding:5px;
  // border:1px solid silver;
  //border-radius:5px;
  width:1em;
}
