/* cmsms stylesheet: bandb modified: 10/13/20 17:12:44 */
{* '#8060514c']] '#352d2a']]*}
{* '#352d2a']]*}
{*'#3091b1']]*}
 {* '#D2D2D0']]*}
 {*'#a1e3fd']]*}
 {* '#333399']]*}

.content a:link {  text-decoration: underline;color:blue}
.content a:visited {  text-decoration: none; color:purple}
.content a:hover {  text-decoration: underline;}
.content a:active {  text-decoration: underline;}


body {
  font-family: sans-serif , Arial, 'Raleway', 'Helvetica Neue', Helvetica, Roboto ;
  color: 0;
}
 table tbody td {padding: 0; }



:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}

a {
  color: #352d2a; transition: all 0.5s ease;
}

a:hover, a.menuactive {
  color: lightblue;
}

h1 {
  {*font-family: 'Sacramento' {*, cursive*};*}
  font-family: sans-serif , Arial, 'Raleway', 'Helvetica Neue', Helvetica, Roboto ;
  font-size: 4rem;
  margin-top: 1rem;
  margin-bottom: 0;

}

h1 a, h1 a:hover {
  color: #352d2a;
font-family: sans-serif , Arial, 'Raleway', 'Helvetica Neue', Helvetica, Roboto ;
}

h2, h3, h4 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif,'Raleway',  Roboto;
  font-size: 0.9rem;
}

h3 {
  font-size: 1.4rem;
  margin-top: 1rem;
  text-transform: uppercase;
}

h6 {font-size: 1.2rem;}


#moblog {position:absolute; float:left;z-index:1;}

#sticky-logo a {
  transition: all 0.3s ease;
  font-family: 'Sacramento', cursive;
  font-size: 0rem;
  line-height: 1rem;
  color: #a8a8a6;
}

.is-stuck #sticky-logo a {
  display: block;
  font-size: 2rem;
  padding-top: 1rem;
}

#sticky-logo {
  float: left;
}

#menu-toggle {
 float: right;

}

.top-bar, .top-bar ul, .is-drilldown-submenu {
  background-color: #3c75a9; 

  z-index: 999;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
  border-color: lightblue transparent transparent ; 
}
/*{ *$secondary transparent transparent*}$undefined*/

.dropdown.menu {
padding-right 60%
}

.divider {
  background: #a8a8a6;
  margin: 1rem 0;
  padding: 0.5rem;
  font-size: 2rem;
}

.divider a {
  color: #352d2a;
  margin: 0 0.5rem;
}

.divider a:hover {
  color: #3c75a9;
}

.card-divider {
  background: #352d2a;
  color: #a8a8a6;
}

.button {
  background: #a8a8a6;
  color: #352d2a;
  border-radius: 5px;
}

.button:hover {
  background: #352d2a;
  color: #a8a8a6;
}

.divider .button {
  background: #352d2a;
  color: #a8a8a6;
  margin-bottom: 0.2rem;
}

.divider .button:hover {
  background: #3c75a9;
  color: #352d2a;
}

footer {
 background: #3c75a9;
  color: #a8a8a6;
}

footer .column {
  padding: 0 2rem;
}

footer h4 {
  margin-top: 1rem;
  color: #a8a8a6;
  font-size: 1rem;
  padding-bottom: 0.2rem;
  border-bottom: 0.5px dotted #a8a8a6;
}

footer i {
  margin-right: 0.5rem;
}

#copyright {
  border-top: 0.5px solid #a8a8a6;
}

#copyright span {
  margin: 0 1rem;
}

#content-columns h4 {
  text-align: center;
  font-size: 1.1rem;
  text-transform: uppercase;
}

form {
  padding: 1rem;
}

/* Small only */
@media screen and (max-width: 39.9375em) {

  .is-stuck #sticky-logo {
    font-size: 1.6rem;
    padding-top: 0.5rem;
  }

}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

/* Draaiende logo begin */



@media screen and (min-width: 768px) 
	{

	.lt-768 {
		display: none;
	} 

	.logo {
		margin-top: 12px;
		position: relative;
		text-align: left;
	}

	
	.logo .palm {
		position: absolute;
		top: 0px;
		left: 0px;
		background: url(/uploads/palm-circle.png) no-repeat;
  		display: block;
		/*width: 48px;*/
 		/*height: 48px;*/
                width: 126px;
		height: 49px;
		transition: transform 0.6s ease-out;
		-webkit-transition: -webkit-transform 0.6s ease-out;
		-moz-transition: -moz-transform 0.6s ease-out;
		-o-transition: -o-transform 0.6s ease-out;
		-webkit-perspective: 1000;
		-webkit-backface-visibility: hidden;
	}

	
	.logo a:hover .palm {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}

.logo .palm-sm {
		position: absolute;
		top: 0px;
		left: 0px;
		background: url(/uploads/palm-circle.png)  no-repeat;
		background-size: 63px;
  		display: block;
		/*width: 48px;*/
 		/*height: 48px;*/
                width: 63px;
		height: 24px;
		transition: transform 0.6s ease-out;
		-webkit-transition: -webkit-transform 0.6s ease-out;
		-moz-transition: -moz-transform 0.6s ease-out;
		-o-transition: -o-transform 0.6s ease-out;
		-webkit-perspective: 1000;
		-webkit-backface-visibility: hidden;
	}

	
	.logo a:hover .palm-sm {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}
/* Draaiende logo einde */
/* cmsms stylesheet: FormBuilder Yuri Style modified: 10/12/20 21:16:18 */
/* Sample FormBuilder CSS base */
                

@media screen and (max-width:200em) { 
form { 
	padding-left: 1%;
	
}}
   	        /*margin-top: 0*/
                /*width: 100px;*/
                /*position: absolute;*/
		/*top: 400px;*/
		/*left: 0px;*/
                /* width: 126px;*/       

form, td, th, li {
	font-size: 100%
}
form div {
	margin-bottom: 0
}
fieldset div {
	margin-bottom: 0.5em;
	margin-left: 0.25em;	
}

fieldset div div {
 	margin-top: 0.5em;
	margin-left: 1em ;
}

fieldset { }

fieldset#legend.ContactForm , fieldset#loginform{ 
	width: 98%; 
	height:auto;
	margin-bottom: 1em;
	border: 1px solid grey;
	padding: 0.5em;    
	border-radius: 0.5em;
	max-width: 400px
}

/*fieldset label {width: 200px; }*/
/* [type=text] [type=email] #message  #Subject  */
@media (max-width:0em) { }
.required.ContactForm #Name , .required.ContactForm #message , .ContactForm #Subject , .required.ContactForm #email , .ContactForm #EmailAgain , .captcha .cms_textfield , .required.ContactForm input , .required.ContactForm textarea, .ContactForm input {
	background-color: #eaeaea;
	border-radius: 0.5em;	
	width: 95%;
	height: 40px;
}

text#loginform , #feu_username , #feu_password , .loginCaptcha #input , img.captchapict {
 	width: 50%; 
 	position: relative;
	padding-left: 1%;
	background-color: #eaeaea;
	border-radius: 0.5em;	
 	display: inline-block;
}

input #rememberme , text #rememberme { 
position: relative;

}

img.captchapict {height: 40px;}

#m713a0moduleform_1 .row {
	height: 120px;
}

.required.ContactForm #message {
	height: 4em;
}



.ContactForm legend , #loginform legend {
/*{*        float: right;*} */
	background: #3c75a9;
	color: white ;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: 6em ;
   	border: 1px solid #CCC;
    	border-radius: 0.5em;    	

}
textarea {
	margin: 0.5em 0;
	width: 98%;
    	height: 6em
}
/* Apply this class to text/select input fields with shorter labels to help alignment */
.short-label label {
	float: left;
 	width: 10em
}
.short-label fieldset div input, .short-label fieldset div select {
	width: 16em
}
/* Pretty up your Captcha image output */
.captcha {
	margin: 0.5em 0;
	width: 90%;
	text-align: center
	position: relative;
}
 .captcha img.captchapict  {
	border: 1px solid grey;
	margin-bottom: 0.5em;
	border-radius:0.5em;
	width: 95%;
	height: 40px;
}
.captcha input {
	width: 196px;
	margin-top: 0.5em
}

/* Just a bit more room for the Submit button */
.submit {
        float: left;
	margin-top: 0.5em
}
.contactform input {
	border: 1px solid #f60;
}
.contactform input.checkbox {
	border: none;
}
.contactform label {
	display: block;
	float: left;
	width: 150px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	background-color: #ffc;
	border: 1px solid #f60;
        
       
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
	
}


.hidden {
	display:none;
}
/* cmsms stylesheet: Yuri-tabular-form modified: 10/13/20 05:26:46 */
.Yuri, .SubForm {
width:100%;
}
.Yuri label , .SubForm label {
width: 34%;
left:10%;
text-align:right;
float:left;
padding:1em;
}
.Yuri input , .SubForm input   {
width: 34%;
text-align:left;
padding:0.5em;
}

.Yuri select {
width: 34%;
float: left;
height:2.4375rem;
 margin:0 0 1rem;
 padding:.5rem;
 -webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
 border:1px solid #cacaca;
 border-radius:0;
 background-color:#fefefe;
 font-family:inherit;
 font-size:1rem;
 line-height:normal;
 color:#0a0a0a;
 background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
 background-origin:content-box;
 background-position:right 0rem center;
 background-repeat:no-repeat;
 background-size:20px 10px;
 padding-right:0rem;
 -webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;
 transition:box-shadow .5s,border-color .25s ease-in-out
}

.Yuri .date select {
width:11.33%;
 padding:.1rem;
}

.Yuri .placeholder .submit {
width:100%;
}

.Yuri .placeholder .submit input {
width:5em;
text-align:center;
{

.SubForm .submit input {
width:100%;
position:relative;
}

.SubForm .Control input[type="submit"]{
width: 1.5em;
text-align:left;
padding:0.5em;
}
