/* cmsms stylesheet: Synorga - style - 2018 modified: dinsdag 12 december 2023 15:29:30 */
/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

/******************************* basic layout ******************************/


body {
   text-align: left;
   font-family: Arial, 'Open Sans', Helvetica, sans-serif;
   font-size: 100%;
   line-height: 1.125em;
   background: #fff;
   color: #000;
}

/* Clearfix For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf-block {
    padding-left: 0px;
    padding-right: 0px;
}

.jsdontshow {
    display: none !important;
}

.show-mobile {
    display: none;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

.container {
  font-size: 0.9em;
}

img {
   border: 0;
}

h1{
   color: #d47800; 
   font-size: 3em;
   line-height: 1.3em;
   text-transform: uppercase;
   font-family: 'Oswald', sans-serif;
}

h2{
   color: #d47800; 
   font-size: 2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   padding-bottom: 2px;
   text-transform: uppercase;
   font-family: 'Oswald', sans-serif;
}

body#blauw h2{
   color: #007DC1; 
}

body#rood h2 {
   color: #C73426; 
}

body#groen h2{
   color: #008B68; 
}

h3 {
   color: #333333;
}

.inhoud2 {
    margin-top: 1em;
}


/* default link styles */
a,
a:link, 
a:active,
a:focus  {
   text-decoration: underline;
   color: #d47800; 
   outline: none;
}

a:hover {
   text-decoration: none;
   color: #e58200;
}

body#blauw a {
   color: #007dc1;
}

body#rood a {
   color: #c73426;
}

body#groen a {
   color: #008b68;
}

a.tekstlink {
  color: #443f3e !important;
text-decoration: none;
}

p {
   margin: 0 0 1.5em 0; 
   padding: 0;
   line-height: 1.5;
}

strong, b {
   font-weight: bold;
}
em, i {
   font-style:italic;
}


/******************************* HEADER ******************************/

div#header {
    background: #ebebeb;
    padding: 0;
    display: table;
    width: 100%;
}

body#rood div#header {
   background: url(https://www.synorga.nl/images/header_top_bg_rood.jpg) repeat-x left top;
}

body#blauw div#header {
   background: url(https://www.synorga.nl/images/header_top_bg_blauw.jpg) repeat-x left top;
}

body#groen div#header {
   background: url(https://www.synorga.nl/images/header_top_bg_groen.jpg) repeat-x left top;
}

div#logovervolg {
   text-align: center;
}

/******************************* MENU ******************************/

div#menu {
    float: right;
    display: flex;
}

div#menu ul{
  float: right;
  margin: 40px 0 0 0;
}

div#menu ul li {
  list-style: none;
  float: left;
}

div#menu ul li a {
  font-size: 1.17em;
  color: #333333;
  display: block;
  text-decoration: none;
  padding: 5px 17px;
}

div#menu ul li a:hover {
  color: #141414;
  border-bottom: dotted 1px #eee9e4;
}

div#menu ul li a.menuactive { 
  font-weight: bold;
}

div#social_search {
   text-align: right;
}

div#src {
   background: url(/images/bg_search.jpg) no-repeat;
   float: right;
   width: 250px;
}

div#smt {
    float:right;
    position: relative;
    z-index: 2;
}

div#logo img,
div#logovervolg img {
   margin: 6px;
}

div#slider {
   background: url(https://www.synorga.nl/images/slider_bg.jpg) repeat-x left top;
   height: 357px;
   position: relative;
}

div#content {
   margin-top: 2%;
}

/** HOME **/

.home-box.contact-box {
    min-height: 650px;
}

.home-box.contact-box img {
    width: 100%;
    height: auto;
}

.home-box {
   margin-bottom: 20px;
   min-height: 300px;
   height: auto !important;
   height: 300px;
   color: #FFF!important;
   padding: 15px;
   background: #d47800;
   margin-right: 15px;
}

.home-box a,
.home-box a:link {
    color: #FFF!important;
    line-height: 2;
}

.home-box h3{
    margin: 0 0 5px 0;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 500;
}

.home-box h3 a {
   text-decoration: none;
   color: inherit;
}

.home-box.borderdot {
   background: url(https://www.synorga.nl/images/dot.png) repeat-x top left;
   /* border-top: 1px dotted #000; */
   padding-top: 15px;
}

.home-box img {
   border-bottom: 5px solid;
   padding-bottom: 1px;
   margin: 0 0 15px 0;
}

.threecol h2 {
  margin-bottom: 16px;
}

.NewsSummary {
    margin-bottom: 10px;
    background-color: #eeeeee;
    display: table;
    width: 100%;
}

.NewsSummaryHeading {
    padding: 40px 0;
}

.NewsSummary-morebtn {
    background: #000;
    padding: 18px 34px;
    display: inline-block;
    border-radius: 5px;
	transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
}

.NewsSummary-morebtn:hover {
    background: #d47800;
}

a.NewsSummary-morebtn {
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
}

.NewsSummaryLeft {
    float: left;
    width: 180px;
    background: #d47800;
    padding: 12px;
    height: 120px;
}

.NewsSummaryRight {
    float: left;
    padding: 15px 20px;
}

.NewsSummaryRight p {
    color: #000;
}

.NewsSummaryLeft p {
    color: #FFF;
    font-size: 1.6em;
    font-weight: 800;
    line-height: 1.1;
    font-family: 'Oswald', sans-serif;
}

div.NewsSummary p {
   margin: 0;
}

.NewsSummarySummary,
a.NewsSummary-readmore {
    font-size: .8em;
    font-style: normal;
}

a.NewsSummary-readmore {
    text-decoration: none;
}

a:hover.NewsSummary-readmore {
    color: #000;
}

div.NewsSummaryLink {
   margin: 0 0 4px 0;
}

div.NewsSummaryLink a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
}

.NewsSummaryLink a:hover {
    color: #d47800;
}

.news-summary-pagecount {
    margin-top: 30px;
}

.news-summary-pagecount div {
    float: left;
    font-style: normal;
    margin: 0 2px;
}

.pagenext {
    border: 1px solid #d47800;
    padding: 3px 7px;
    background: #d47800;
    display: inline;
}

.pageindicator {
    padding: 3px;
}

.pageindicator p {
    margin: 0;
}

.pagenext a,
.pagenext a:link {
    color: #FFF;
}

div#sidebar {
   background: #eceaea;
   color: #5d5c5c;
}

.pdfdownload {
   padding: 15px 0 0 15px;
  
}

.pdfdownload img.brochure {
  margin-bottom: 10px;
}

a.extranet {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  /* IE 5-7 */
  filter: alpha(opacity=80);
  /* Netscape */
  -moz-opacity: 0.8;
  /* Safari 1.x */
  -khtml-opacity: 0.8;
  /* Good browsers */
  opacity: 0.8;
}

a.extranet:hover {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  /* IE 5-7 */
  filter: alpha(opacity=95);
  /* Netscape */
  -moz-opacity: 0.95;
  /* Safari 1.x */
  -khtml-opacity: 0.95;
  /* Good browsers */
  opacity: 0.95;
}

a.pdf {
   display: block;
   padding: 0 0 0 20px;
   height: 20px; 
   line-height: 20px;
   background: url(https://www.synorga.nl/uploads/images/icon_pdf.png) no-repeat top left;
   margin: 0 0 3px 0;
}

div#col-4 p {
   padding: 15px;
   border-bottom: 1px dotted #000;
   margin: 0;
   font-size: 1.08em;
}

div#sidebar_banner {
   margin: 10px 0 0 0;
}

/** VERVOLG **/

div#titelbalk .threecol,
div#titelbalk .ninecol,
div#titelbalk .twelvecol {
   background: transparent url(https://www.synorga.nl/images/titelbalk_bg.jpg) repeat-x left top;
   height: 44px;
   border-bottom: 2px solid;
}

div#breadcrumbs .row {
   margin-top: 1em;
   font-size: .9em;
   color: #55514b;
}

div#breadcrumbs a,
div#breadcrumbs span {
   color: #585858;
   text-decoration: underline;
}

div#breadcrumbs span:last-of-type {
    text-decoration: none;
}

div.headerimg {
   border-bottom: 2px solid #837c73;
   padding-bottom: 1px;
}

div.diensten-box {
    cursor: pointer;
    min-height: 112px;
}

div.diensten-box .image {
   position: relative;
   height: 112px;
   z-index: -1;
}

.diensten-box .image img {
    width: 100%;
    height: 100%;
}

div.diensten-box .image div {
   position: absolute;
   bottom: 0;
   /*background: transparent url(https://www.synorga.nl/images/diensten-box-img-bg.png);*/
   background: linear-gradient(transparent, rgb(0, 0, 0));
   width: 100%;
   height: 50%;
}

.diensten-box-title {
    position: absolute;
    bottom: 9px;
    left: 9px;
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    z-index: 1;
    font-size: 1.5em;
    font-weight: 500;
}

.dienst-title {
    padding-bottom: 3px;
    font-size: 1.8em;
    margin-top: 25px;
    margin-bottom: 14px;
}

.dienst-title-blue {
    border-bottom: 1px solid #007dc1;
    color: #007dc1;
}

.dienst-title-green {
    border-bottom: 1px solid #008b68;
    color: #008b68;
}

.dienst-title-red {
    border-bottom: 1px solid #cb0404;
    color: #cb0404;
}

.diensten-box-blue:hover .image div {
    background: linear-gradient(transparent, rgba(0, 125, 193, 0.6));
}

.diensten-box-red:hover .image div {
    background: linear-gradient(transparent, rgba(139, 0, 0, 0.6));
}

.diensten-box-green:hover .image div {
    background: linear-gradient(transparent, rgba(0, 139, 104, 0.6));
}

div#content div.organisatie-box {
   padding: 1em 0;
}

div#content div.organisatie-box:first-of-type {
   padding-top: 0;
}

div#content div.organisatie-box div {
   margin-left: 210px;
}

div#content div.organisatie-box div p.leesverder {
   margin-bottom: 0;
   text-align: right;
}

div#content div.organisatie-box a {
   color: inherit;
   text-decoration: none;
}

div#content div.organisatie-box img {
   padding: 3px;
   border: 1px solid #000;
   background: #fff;
   float: left; 
   margin-right: 1.5em;
}

div#content div.border {
   height: 1px;
   border-bottom: 2px solid;
   margin-bottom: 1em;
}

/******************************* FOOTER ******************************/

div#partners .row {
   text-align: center;
   margin-top: 20px;
}

.partners-container {
    margin-top: 100px;
    padding: 35px 0;
    border-top: 1px solid #edebeb;
}

div#footer {
   clear: both;       
   color: #474646;
   background-color: #edebeb; 
}

div#footer p {
   margin: 0;
}

/*div#footer div.footer_menu.footer_menu_last {
    width: 330px;
}*/

div#footer a.footer-link {
    color: #d47800;
}

div#footer a {
   color: #474646; 
   text-decoration: none;
}

div#footer a:hover {
   text-decoration: underline;
   color: #d47800;
}

div#footer h3 {
   color: #8a857e; 
   font-size: 1.3em;
   margin: 0 0 10px 0;
}

div#footer h3.footer-newsletter-title {
    margin-top: 20px;
}

div#footer div.footer_menu {
   /*float: left;*/
   /*width: 180px;*/
   min-height: 180px;
   line-height: 180%;
   margin: 15px 3px 15px 0;
   padding: 0 27px 15px 0px;
   font-size: .8em;
}

div.footer_menu_noborder {
   float: left;
   margin: 15px 3px 0 0;
   border-left: none;
   padding: 0 0 0 5px;
}

div#footer div.footer_menu li{
   list-style: none;
   font-size: 1em;
}

div.socialmedia {
   float: left;
   margin: 0 1px 0 0;
}

div#tweetbird {
   float: right;
}   

div#copyright {
   background: #7a7a7a;
   color: #fff;
}

body#rood div#copyright {
   border-top: 1px solid #C73426;
}

body#blauw div#copyright {
   border-top: 1px solid #007DC1;
}

body#groen div#copyright {
   border-top: 1px solid #008B68;
}

div#copyright p {
   margin: 0.3em 0;
   font-size: 0.7em;
}

div#copyright a {
   color: #ffffff;
   text-decoration: none;
}

div#copyright a:hover {
    text-decoration: underline;
}

div#twitter {
  width: 210px; 
  float: right;
  padding: 0 0 5px 0;
}

div#twitter p{
  font-size: 1.08em;
  text-align: left;
  padding: 0 0 0px 0;
}


div#twitter .twtr-ft {
  display: none !important;
}

div#twitter .twtr-tweets {
  padding: 0 0 10px 0;
}

div#twitter .twtr-widget em {
  margin: 5px 0 0 0;
}

.addthis_container {
  height: 100%;
  border: 1px solid #dedede;
  padding: 10px;
  min-height: 65px;
}

.at-share-btn-elements .at-share-btn {
  background-color: rgb(212, 119, 0)!important;
}

.addthis_title h2 {
  padding: 12px 0px 12px 15px;
}

.addthis_inline_share_toolbox {
  float: right;
  padding: 0px 15px 0px 0px;
}

@media handheld, only screen and (max-width: 865px) {
  .addthis_title h2 {
    padding: 12px 0px 0px 0px;
  }

  .addthis_inline_share_toolbox {
    float: left;
    padding: 0px 0px 0px 0px;
  }
}

@media handheld, only screen and (max-width: 820px)  and (min-width: 767px) {
  .addthis_title {
    display: none;
  }
  
  .addthis_container .sevencol {
    width: 100%;
  }
}

@media handheld, only screen and (max-width: 767px) {
  .addthis_container {
    margin-bottom: 20px;
  }
  
  .addthis_container .fivecol {
    float: left;
  }
  
  .addthis_container .sevencol {
    width: 56.75%;
    float: right;
  }
  
  .addthis_inline_share_toolbox {
    float: right;
  }
}

@media handheld, only screen and (max-width: 580px) {
  .addthis_container {
    text-align: center;
  }
  
  .addthis_container .fivecol {
    float: none;
  }
  
  .addthis_container .sevencol {
    width: auto;
    float: none;
  }
  
  .addthis_inline_share_toolbox {
    float: none;
  }
}

/******************************* CASES ******************************/

.case-link-title {
    margin-top: 20px;
    display: none;
}

/* the overlayed element */

.filterside {
    margin-bottom: 25px;
}

.filterside select {
    width: 49%;
    padding: 12px;
    font-size: 1.2em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #d47800;
    
    /* Cross browser compatibility (especially Safari and Firefox */
    -webkit-appearance: none;
    -moz-appearance: none;
    
    background-image: url(/images/chevron-down.png);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #FFF;
}

div.portfolio-box {
    float: left;
    position: relative;
    width: 100%;
    background: #efefef;
    margin-bottom: 8px;
}

p.portfolio-sector {
    margin: 0;
}

.prestatie-content {
    word-wrap: break-word;
}


div#main_vervolg .prestatie-content ul li, 
div#main_vervolg .prestatie-content ol li {
    padding-left: 18px;
}


.dienst-overzicht-grid:nth-child(odd) {
    padding-left: 0px;
    padding-right: 10px;
}

.dienst-overzicht-grid:nth-child(even) {
    padding-right: 0px;
    padding-left: 10px;
}

.ctabtn-big {
    padding: 18px 23px;
    font-size: 1.5em;
    font-family: 'Oswald', sans-serif;
    background: #d47800;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    margin-right: 6px;
    font-style: normal;
	transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
}

.ctabuttons {
    margin-top: 60px;
}

a.ctabtn-big {
    color: #FFF;
    text-decoration: none;
}

a:hover.ctabtn-big {
    background: #000;
}

div.portfolio-box div.caption{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 37px;
    color: #fff;
    line-height: 170%;
    padding: 0 10px;
    font-size: 1.2em;
    background: linear-gradient(transparent, rgb(0, 0, 0));
    font-family: 'oswald';
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
}

/*
div.portfolio-box div.caption.groen {
   background: transparent url(https://www.synorga.nl/images/cases_caption_bg_groen.png);
}
div.portfolio-box div.caption.rood {
   background: transparent url(https://www.synorga.nl/images/cases_caption_bg_rood.png);
}
div.portfolio-box div.caption.blauw {
   background: transparent url(https://www.synorga.nl/images/cases_caption_bg_blauw.png);
}
div.portfolio-box div.caption.oranje {
   background: transparent url(https://www.synorga.nl/images/cases_caption_bg_oranje.png);
}
*/

.simple_overlay {
	display:none;
	z-index:10000;
	background-color:#ffffff;
    padding: 10px;
	width:90%;	
	min-height:500px;
	border:1px solid #666;
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
        left: 2%;
        right: 5%;
}


/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(https://www.synorga.nl/images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.simple_overlay ul {
  margin-bottom: 1.5em;
}
.simple_overlay li {
  list-style: none;
  margin-bottom: 0.5em;
}

.simple_overlay h2 {

   color: #443f3e;
   padding: 6px;
}

div.afbeeldingen {
   float: right; 
   width: 612px;
}

div.afbeeldingen div.groot {
   height: 300px; 
   overflow: hidden;
}

div.afbeeldingen img.small {

   height: 170px;
}

/******************************* SLIDER ******************************/

div#slides {
  padding: 30px 0 0 0;

}

a.next {
  position: absolute;
  right: 20px;
  bottom: 25px;
}

a.prev {
  position: absolute;
  left: 20px;
  bottom: 25px;

}

.slidepagination {
    display: block;
    overflow: hidden;
    z-index 200;
}

.pagination {
	margin:0px auto 0;
	width:120px;
        overflow: hidden;
        position: absolute;
        bottom: 25px;
        left: 0;
        right: 0;
}

.pagination li {
	float:left;
	margin:0 5px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:16px;
	height:0px;
	padding-top:16px;
	background-image:url(https://www.synorga.nl/images/slider_circle.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-image:url(https://www.synorga.nl/images/slider_circle_active.png);
}

div#slides h1{
  font-family: 'Oswald';
  text-transform: uppercase; 
  font-size: .7em;
  line-height: 390%;
  font-weight: normal;
}

div#slides h1 span.rij1 {
  color: #ece8e3;
  font-size: 1.55em;
  display: block;
}

div#slides h1 span.rij2 {
  color: #ffffff;
  font-size: 2.78em;
  display: block;
  line-height: 120%;
}

div#slides h1 span.rij3 {
  color: #43403c;
  font-size: 1.90em;
  display: block;
}

div#slides p {
   color: #fff;
   line-height: 120%;
}

.slides_container {
   max-width: 1140px;
   height: 260px;
   margin: 30px 0 0 0;
}

.slides_container div {
    max-width: 1140px;
    width: 100%;
    height: 240px;
    display: block;
}

.slides_container div div.slide_box {
   float: left;
   height: 240px;  
   /*max-width: 32%;
   margin-right: 1%;*/
} 

div.slide_box img {
   border-bottom: 2px solid #fff;
   margin-bottom: 5px;
}

/******************************* LISTS ******************************/

div#main_vervolg ul,
div#main_vervolg ol,
div#main_vervolg dl {
   font-size: 1.0em;
   line-height: 170%;
   margin: 0 0 1.5em 0;
}

#main_vervolg h2 {
    font-size: 1.5em;
}

#main_vervolg a {
    text-decoration: none;
}

#main_vervolg li {
    list-style: none;
    position: relative;
    padding-left: 18px;
}

#main_vervolg li::before {
    content: "• ";
    color: #d47800;
    font-size: 1.8em;
    position: absolute;
    left: 0;
}

#main_vervolg li a {
    line-height: 1.5;
}

div#main_vervolg ul li,
div#main_vervolg ol li {
   margin: 0 0 2px 20px;
   position: relative;
}

div#main_vervolg ul ul {
  margin: 0;
}

div#main_vervolg div.tekst div ul li {
  margin-left: 0;
}

div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 170%;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 2px 0px;
   padding: 0 0 0 10px;
   list-style: none;
   position: relative;
 }

ul.main li span {
  position: absolute;
  top: 10px;
  left: 0px;
  margin: 0 0 0 0;
  display: block;
  height: 3px;
  width: 3px;
  color: #000;
  background: #000;
}

ul.main li a {
  text-decoration: none;
  color: #333333;
  font-size: 1.08em;
} 

div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}

/******************** FORM STYLING *********************/

textarea, input[type=text], input[type=password], input[type=email], select {
    font-family:'Droid Sans', Arial, tahoma, verdana;
    font-size:15px;
    margin:0 0 5px 0;
    background: #FFF;
    color: #d47800;
    padding:12px;
    width: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #d47800;
    border-radius: 4px;
}

.formbuilderform {
    width: 100%;
}

textarea {
   width: 300px;
   height: 100px;
}

input[type="hidden" i], input[type="image" i], input[type="file" i] {
    border: 1px solid #d47800;
    padding: 10px;
    width: 50%;
    border-radius: 4px;
    margin-bottom: 5px;
}

input[type=submit] {
    background: #d47800;
    color: #ffffff;
    border: 1px solid #d47800;
    border-radius: 4px;
    padding: 8px 18px;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 1.1em;
    text-transform: uppercase;
	transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
   	-webkit-appearance: none;
    -moz-appearance: none;
}

input[type=submit]:hover {
    background: #000;
    border-color: #000;
}

select {
    background-image: url(/images/chevron-down.png);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #FFF;
}

textarea {
    width: 50%;
}

input#zoekveld {
    background: #FFF;
    border: none;
    float: left;
    padding: 11px;
    color:#d47800;
    font-size: 1.2em;
    width: 180px;
    border: 1px solid #d47800;
    border-radius: 4px;
}

.social-search.active .headerbtn--primary {
    background: #FFF;
    color: #d47800;
}

.social-search.active .loginicon {
    background-image: url('/images/padlock-colored.png');
}

.pushmenu-fixed.active {
    overflow: hidden;
}

.loginicon {
    background-image: url('/images/padlock.png');
    width: 14px;
    height: 18px;
    margin-right: 6px;
}

input#zoekveld-content {
   background-image: url(http://www.synorga.nl/images/titelbalk_bg.jpg);
   background-repeat: repeat-x;
   background-position: 0 0;
   background-attachment: scroll;
   border: none;
   float: left;
   padding: 2px 2px 2px 10px;
   color: #fff;
   font-size: .8em;
   width: 180px;
}

input#zoekbutton {
    background: #d47800;
    color: #FFF;
    border: none;
    padding: 10px;
    border-radius: 4px;
    margin-left: 5px;
    font-size: 1.1em;
}

_::-webkit-full-page-media, _:future, :root input#zoekbutton {
    padding: 11px;
}

input#zoekbutton-content {
   background: url(/images/searchbutton.png) no-repeat;
   background-position: center center;
   width: 50px;
   border: none;
   text-decoration: underline;
   color: #5D5C5C;
}

div#call-to-action {
display: block;
overflow: hidden;
margin-bottom: 20px;
}
	

.oranje {
   color: #d47800;
   border-color: #d47800;
}

div.oranje ul.main li span {
  background: #d47800;
}

.groen {
   color: #008b68;
   border-color: #008b68;
}

div.groen ul.main li span {
  background: #008b68;
}

.blauw {
   color: #007dc1;
   border-color: #007dc1;
}

div.blauw ul.main li span {
  background: #007dc1;
}

.rood {
   color: #c73426;
   border-color: #c73426;
}

div.rood ul.main li span {
  background: #c73426;
}

div.cta-contact {
   background: #999999;
   color: #ffffff;
   border: 1px solid #727272;
   padding: 6px;
   cursor: pointer;
}

.btn {
   height: 80px;
   width: 80px;
   overflow: hidden;
   display: block;
   margin: 0 5px 0 0 ;
   float: left;
}

.btn:hover {
   background-color: #ccc;
}

.button-container {
    margin-bottom: 20px;
}

.button-container a.solliciteer-btn {
    background: #d57801;
    padding: 10px 35px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    font-family: oswald;
    font-size: 1.2em;
    font-weight: 500;
	transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
}

.button-container a.solliciteer-btn:hover {
    background: #000;
}

.bel {
   background: url(https://www.synorga.nl/images/button_cta1.png) no-repeat left top #ddd;
}

.info {
   background: url(https://www.synorga.nl/images/button_cta2.png) no-repeat left top #ddd;
}

.contact {
   background: url(https://www.synorga.nl/images/button_cta3.png) no-repeat left top #ddd;
}

.afspraak {
   background: url(https://www.synorga.nl/images/button_cta4.png) no-repeat left top #ddd;
}

/****FEATURED****/

#featured {
    background:none;
    border:none;
}

#featured #tabs {
    list-style:none;
    display:block;
    overflow:hidden;
    width:100%;
    border-bottom:1px solid #989590;
    font-size: .9em;
}

#featured #tabs li {
    float:left;   
    margin:0 1px 0 0;
}
#featured #tabs li a{
    padding:10px 40px;
    text-decoration:none;
    background:#EAE9E9;
    color:#443F3E;
    display:block;
}
#featured #tabs li a.current {
    background:#c3c3c3;   
    color:#000;
}

#sidebar #mc_embed_signup {
  padding: 9px;
}

.mc-field-group {
    display: flex;
}

#sidebar #mc_embed_signup .mc-field-group input {
  background: #FFF;
  color: #000;
}

#mc_embed_signup .mc-field-group input[type=email] {
    background: #ffffff;
    color: #5D5C5C;
    padding: 8px;
    border: 1px solid #d47800;
    float: left;
    margin: 0;
}

#mc_embed_signup .mc-field-group input::placeholder {
    color: #afafaf;
    font-style: italic;
}

input[type=submit].newsletter-btn {
    background: #d47800;
    color: #ffffff;
    border: none;
    padding: 6px 15px;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.iframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.iframe iframe,
.iframe object,
.iframe embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*******************************************************************************
* 2018 styling 
*******************************************************************************/
.home-visual {
    background-size: cover;
    background-position: center;
    padding: 200px 0;
    text-align: center;
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    z-index: 0;
}

.home-visual-title {
    color: #FFF;
    font-size: 3.5em;
    font-weight: 500;
    line-height: 1.5;
}

.home-visual-subtitle {
    color: #FFF;
    font-size: 2.8em;
}

.home-visual-cta {
    color: #FFF;
    background: #d47800;
    padding: 11px 0px;
    display: inline-block;
    border-radius: 5px;
    min-width: 260px;
    font-weight: 500;
    font-size: 1.3em;
    margin-right: 15px;
}

.home-visual-cta:last-of-type {
    margin-right: 0px;
}

a.home-visual-cta,
a:link.home-visual-cta,
a:visited.home-visual-cta {
    color: #FFF;
    text-decoration: none;
	transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
}

a:hover.home-visual-cta {
    background: #2878f0;
}

.logobar {
    height: 76px;
    -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 10px;
    background: #FFF;
}

.services-overview {
    padding: 40px 0;
    display: flex;
}

.servicebox {
    background: #d47800;
    min-height: 350px;
    color: #FFF;
    width: 263px;
    margin: 0px 25px;
}

.servicebox img {
    width: 100%;
    height: auto;
}

.servicebox:first-of-type {
    margin-left: 0px;
}

.servicebox:last-of-type {
    margin-right: 0px;
}

.servicebox-title {
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1em;
    padding: 10px;
}

.servicebox-nav ul {
    margin: 10px 35px;
    font-size: 1.5em;
}

.servicebox-nav a {
    color: #FFF;
    text-decoration: none;
    font-size: .55em;
}

.headerbtn--primary {
    background: #d47800;
    padding: 8px 8px;
    color: #FFF;
    text-transform: uppercase;
}

.headerbtn--primary img {
    padding-right: 10px;
}

a.headerbtn--primary { 
    color: #FFF;
    text-decoration: none;
    font-weight: 800;
    display: flex;
}

.headerbtn--secondary {
    background: #2878f0;
    padding: 8px 10px;
    min-width: 22px;
}

.headerbtn--secondary img {
    margin: 0 auto;
}

a.headerbtn--secondary { 
    text-decoration: none;
    display: flex;
}

.vervolg-visual {
    background-size: cover;
    background-position: center;
    padding: 150px 0;
    text-align: center;
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    z-index: -1;
    position: relative;
}

.vervolg-visual-titlebox {
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.vervolg-visual-title {
    color: #FFF;
    font-size: 3em;
    font-weight: 500;
    line-height: 1.8;
    text-align: left;
    padding: 0 8px;
}

.breadcrumb {
    margin-bottom: 15px;
    font-size: .9em;
}

.blue-style #main_vervolg a, 
.blue-style #main_vervolg a:link, 
.blue-style #main_vervolg a:active, 
.blue-style #main_vervolg a:focus,
.blue-style #main_vervolg h2,
.blue-style #main_vervolg li::before {
    color: #007dc1;
}

.blue-style #main_vervolg a.ctabtn-big {
    color: #FFF;
}

.blue-style .ctabtn-big {
    background: #007dc1;
}

.red-style #main_vervolg a, 
.red-style #main_vervolg a:link, 
.red-style #main_vervolg a:active, 
.red-style #main_vervolg a:focus,
.red-style #main_vervolg h2,
.red-style #main_vervolg li::before {
    color: #cb0404;
}

.red-style #main_vervolg a.ctabtn-big {
    color: #FFF;
}

.red-style .ctabtn-big {
    background: #cb0404;
}

.green-style #main_vervolg a, 
.green-style #main_vervolg a:link, 
.green-style #main_vervolg a:active, 
.green-style #main_vervolg a:focus,
.green-style #main_vervolg h2,
.green-style #main_vervolg li::before {
    color: #008b68;
}

.green-style #main_vervolg a.ctabtn-big {
    color: #FFF;
}

.green-style .ctabtn-big {
    background: #008b68;
}

.portfolio-imgbox,
.portfolio-contentbox {
    float: left;
}

.portfolio-contentbox {
    padding: 16px 8px;
    width: 100%;
}

.portfolio-imgbox {
    max-width: 550px;
    min-height: 235px;
}

.portfolio-box .demo {
    display: flex;
    width: 100%;
}

.portfolio-box img {
    width: 550px;
    height: 100%;
    max-height: 320px;
    margin-bottom: -5px;
}

.portfolio-box img.small {
    min-width: 240px;
    min-height: 250px;
    margin-bottom: 0px;
}

div.portfolio-box.portfolio-box-small {
    width: auto;
}

#main_vervolg h2.portfolio-title {
    font-size: 1.8em;
    margin-bottom: 16px;
}

.casesoverview {
    z-index: -1;
    position: relative;
}

.portfolio-subtitel {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #000;
}

.portfolio-subtitelp {
    margin: 0;
}

div#main_vervolg ul.slides li {
    margin: 0;
    z-index: 0!important;
}

div#main_vervolg ul.slides li:before,
.flex-control-nav.flex-control-paging li:before {
    display: none;
}

div#main_vervolg ol.flex-control-nav {
    margin: 0;
    position: absolute;
    bottom: 0;
}

div#main_vervolg ol.flex-control-nav li {
    margin: 0 0 2px 5px;
}

.testimonial-slider .flex-control-paging li a.flex-active,
.testimonial-slider .flex-control-paging li a:hover {
    background: #d47800;
}

div#main_vervolg ul.slides, 
div#main_vervolg ol.slides, 
div#main_vervolg dl.slides {
    margin: 0;
}

.flexslider.testimonial-slider {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border-radius: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -o-border-radius: none;
    background-color: #f2f2f2;
}

.flexslider.testimonial-slider .slides img {
    width: auto;
    float: left;
    margin-right: 10px;
}

.btn-small.vacature-btn {
    margin-top: 20px;
    padding: 10px 29px;
}

#main_vervolg .testimonial-slider li {
    padding-left: 0px;
}

.quote {
    font-size: 1.3em;
    margin: 0;
}

.testimonial-slider * {
    font-family: 'Open Sans', sans-serif;
}

.testimonial-slider strong {
    color: #d47800;
}

.testimonial-slider small {
    font-style: italic;
}

.quote-container {
    padding: 45px 0;
}

.teambox .quote-container { 
    position: relative;
    padding: 57px 0;
    width: 100%;
}

.btn-small {
    background: #d47800;
    padding: 10px 16px;
    display: inline-block;
    text-transform: uppercase;
    font-size: .8em;
    font-family: 'Open Sans', sans-serif;
    margin-right: 10px;
    
	transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
}

.btn-small:hover {
    background: #000;
}

a.btn-small,
a:link.btn-small {
    color: #FFF;
}

.box-synorga-group {
    background-color: #d47800;
}

.box-electro {
    background-color: #007dc1;
}

.box-electrical-manag {
    background-color: #008b68;
}

.box-security-comm {
    background-color: #c73426;
}

.vacancy-container .grid-50:nth-of-type(1),
.vacancy-container .grid-50:nth-of-type(3){
    padding-left: 0px;
}

.vacancy-container .grid-50:nth-of-type(2),
.vacancy-container .grid-50:nth-of-type(4){
    padding-right: 0px;
}

#featured #tabs li:before {
    display: none;
}

#main_vervolg #featured #tabs li {
    padding-left: 0px;
}

.portfolio-item-grid {
    padding-right: 5px;
}

/*******************************************************************************
* SEARCH STYLING
********************************************************************************/
.sb-icon-search {
    cursor: pointer;
    float: left;
    background-image: url('/images/searchicon.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 38px;
    margin: 18px;
    z-index: 2;
}

.header-search.active .sb-icon-search {
    background-image: url('/images/searchicon-white.png');
}

.header-search.active input#zoekbutton {
    background: #FFF;
    color: #d47800;
}

.header-search {
    z-index: 2;
}

.header-search-target .cms_form {
    position: relative;
    width: 300px;
    margin: 10px 0;
}

.header-search-target,
.header-search-target label {
    display: none;
}

.header-search-target {
    float: right;
    padding-top: 5px;
}

.search {
    display: inline-block;
    float: left;
}

.searchform {
    background: #FFF;
    padding: 15px 15px 3px 15px;
    border-radius: 5px;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.2);
    clear: both;
    transition: opacity 1s ease-out;
}

.searchform-inner {
    display: flex;
    width: 450px;
}

.search-input {
    font-size: 1.1em;
    margin: 2px 0 15px 0!important;
}

input[type=text].search-input {
    color: ;
    background: #FFF;
    border: 1px solid #FFF;
    width: 192px;
    margin: 0!important;
    padding: 6.5px;
    font-size: 1em;
}

.search-button {
    display: block;
    margin-left: 10px!important;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    font-weight: 600;
}

input[type=submit].search-button {
    color: #d47800;
    margin: 0 5px;
    padding: 9px 13px;
    border: none;
    font-size: .8em;
    border-radius: 0px;
}

input[type=submit].search-button:hover {
    color: #FFF;
}

.searchresults {
    margin: 30px 0;
}

.searchresults li {
    padding: 20px 0px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 1.3em;
    margin: 10px 40px;
}

.searchresults li:last-of-type {
    border-bottom: none;
}

/********************************* IE11 fixes *********************************/
*::-ms-backdrop, .menuIcon {
    width:65px!important;
    height:60px!important;
    padding:12px!important;
}

*::-ms-backdrop, .header-search-target .cms_form {
    margin: 5px 0;
}

*::-ms-backdrop, .sb-icon-search {
    margin: 15px;
}

*::-ms-backdrop, div#logo img {
    margin: 0px;
}

*::-ms-backdrop, div#logovervolg img {
    margin: 0px;
}

*::-ms-backdrop, .logobar {
    height: 80px!important;
}


.casesoverview {
    overflow: hidden;
}

/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 99;
    /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}

.teambox-container {
    background: #f1f1f1;
    width: 100%;
    font-family: 'Open Sans';
    margin-bottom: 10px;
}

.teambox {
    display: flex;
}

.teambox img {
    float: left;
    margin-right: 10px;
}

.quote-name {
    color: #d47800;
    font-size: 1.2em;
    line-height: 2;
}

.quote-jobtitle {
    font-style: italic;
    color: #000;
}

.title_trigger {
    display: table;
    cursor: pointer;
    background: #d47800;
    padding: 18px 10px;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
}

.openclose {
    float: right;
}

.openclose span.pco_stroke.pco_vert {
    width: 3px;
    height: 20px;
    background: #FFF;
    display: block;
    margin-top: -12px;
    margin-left: 9px;
    margin-bottom: -8px;
}

.openclose span.pco_stroke.pco_horiz {
    width: 21px;
    height: 3px;
    background: #FFF;
    display: block;
}

.readmore {
    display: none;
    clear: both;
    background: #d47800;
    color: #FFF;
    line-height: 1.8;
}

.readmore-inner {
    padding: 25px 18px;
}

.readmore-inner a {
    color: #FFF;
    text-decoration: underline!important;
}


/************ Job Alert ****************/

#mc_embed_signup label{
    display: block;
    width: 100%;
}

.indicates-required{
    margin-top: 30px;
    margin-bottom: 10px;
}

.input-group ul li{
     list-style-type: none;
}

.input-group input{
    float: left;
    margin: 6px 10px 0 0;
}


#main_vervolg .input-group li::before {
    content: "";
}

#main_vervolg .input-group ul li, div#main_vervolg ol li {
    margin: 0 0 4px 0px;
}

#main_vervolg .input-group li {
    padding-left: 0; 
}

.input-group{
    margin-top: 15px;
}

/************ Cookiebanner ****************/
.cookiebanner {
    background: rgba(255, 255, 255, 0.83);
    bottom: 0;
    left: 0;
    padding: 1em;
    position: fixed;
    text-align: center;
    right: 0;
    z-index: 9999;
}

.cookiebanner_buttons {
    margin: 0 0 1em 0;
}

.cookiebanner_button {
    background: #d47800;
    color: #fff !important;
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 5px;
    font-weight: 500;
    font-size: 1em;
    margin-right: 15px;
    text-decoration: none !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    min-width: 150px;
}

.cookiebanner_button:hover {
    color: #000;
    background: #2878f0;
}

.cookiebanner_text {
    font-size: 0.9em;
}

/************ VACATURES ****************/
.vacancies__grid {
    display: flex;
    flex-flow: row wrap;
    margin: -0.5rem;
}

.vacancies__item {
    margin: 0.75rem;
    padding: 1.25rem;
    width: auto;
    border: 1px solid #d47800;
    transition: border 0.2s;
    color: #000 !important;
    display: flex;
    flex-flow: column nowrap;
}

.vacancies__item__body {
    flex: 1 0 auto;
}

.vacancies__item__title {
    margin-bottom: 1rem;
}

.vacancies__item__btn {
    background: #d47800;
    padding: 10px 35px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff !important;
    border-radius: 4px;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    transition: background 0.2s;
}

.vacancies__item:hover {
    border-color: #000;
}

.vacancies__item:hover .vacancies__item__btn {
    background: #000;
}

@media only screen and (min-width:900px) {
    .vacancies__item {
    width: calc(50% - 1.5rem);
        
    }
}
