/* cmsms stylesheet: Synorga - style modified: maandag 8 januari 2018 11:41:16 */
/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

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

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

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

.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.75em;
}

img {
   border: 0;
}

h1{
   color: #55514b; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0em 1em .5em 0em;
}

h2{
   color: #55514b; 
   font-size: 1.22em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   padding-bottom: 2px;
}

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;
}

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


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

div#header {
   background: url(https://www.synorga.nl/images/header_top_bg.jpg) repeat-x left top;
   height: 49px;
}

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 {}

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;
   padding: 5px 0 0 0;
}

div#logo img,
div#logovervolg img {
   margin-bottom: 15px;
}

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 **/

div.home-box {
   margin-bottom: 30px;
   min-height: 295px;
   height: auto !important;
   height: 300px;
}

div.home-box h3{
  margin: 0 0 5px 0;
}

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

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

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

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

div.NewsSummary {
   padding-bottom: 10px;
   margin-bottom: 10px;
   /* border-bottom: 1px dotted #000; */
   background: url(https://www.synorga.nl/images/dot.png) repeat-x bottom left;
}

div.NewsSummary p {
   margin: 0;
}

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

div.NewsSummaryLink a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.08em;
}

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;

}

div#breadcrumbs div#crumbline{
   margin-left: 1.5em;
}

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

div.diensten-box {
   padding: 7px;
   cursor: pointer;
   min-height: 100px;
}
div.diensten-box:hover {
   background: #EDEBEB;
}

div.diensten-box h3 {
   font-size: 1.15em;
   height: 25px;
   font-weight: normal;
}

div.diensten-box .image {
   border-bottom: 2px solid #837c73;
   padding-bottom: 1px;
   position: relative;
}

div.diensten-box .image div {
   position: absolute;
   background: transparent url(https://www.synorga.nl/images/diensten-box-img-bg.png);
   width: 100%;
   height: 100%;
}

div.diensten-box:hover .image div {
   display: none;
}

div#content div.organisatie-box {
   background: #e1dcd3;
   padding: 1.5em;
}

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 {
   background: url(https://www.synorga.nl/images/dot.png) repeat-x top left;
   text-align: center;
   padding: 20px 0;
   margin-top: 20px;
}

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

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;
   text-align: center;
   margin: 0;
}

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

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

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

div#footer div.footer_menu {
   float: left;
   width: 165px;
   min-height: 180px;
   line-height: 180%;
   margin: 15px 3px 15px 0;
   background: url(https://www.synorga.nl/images/dotv.png) repeat-y top left;
   padding: 0 5px 15px 25px;
}

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 5px 0 0;
}

div#tweetbird {
   float: right;
}   

div#copyright {
   background: #8a857e;
   color: #fff;
   border-top: 1px solid #D47800;
}

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.8em;
}

div#copyright a {
   color: #ffffff;
}

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: 42px;
}

.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 ******************************/

/* the overlayed element */


.filterside select {
    width: 90%;
}

div.portfolio-box {
   float: left; 
   margin: 0 8px 12px 0;
   padding: 2px;
   border: 1px solid #c6c6c6;
   cursor: pointer;
   position: relative;
   width: 210px;
}

div.portfolio-box div.caption{
   position: absolute;
   left: 2px;
   bottom: 2px;
   width: 99%;
   height: 30px;
   color: #fff;
   text-align: center;
   line-height: 170%;
   font-weight: bold;
   font-size: 1.2em;
}

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;
}

div#main_vervolg ul li,
div#main_vervolg ol li {
   margin: 0 0 2px 20px;
   padding: 0;
   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]{
   font-family:'Droid Sans', Arial, tahoma, verdana;
   font-size:13px;
   margin:0 0 5px 0;
   border: 1px solid #d9d9d9;
   background: #EAE9E9;
   color: #5D5C5C;
   padding:2px;
   width: 300px;
}

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

input[type=submit] {
   background: #999999;
   color: #ffffff;
   border: 1px solid #727272;
   padding: 6px;
   cursor: pointer;
}

input#zoekveld {
   background: none;
   border: none;
   float: left;
   padding: 2px 2px 2px 10px;
   color: #fff;
   font-size: .8em;
   width: 180px;
}

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: url(/images/searchbutton.png) no-repeat;
   background-position: center center;
   width: 50px;
   border: none;
}

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;
}

.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;
}

#featured #tabs li {
    float:left;   
    margin:0 1px 0 0;
}
#featured #tabs li a{
    padding:8px 15px;
    text-decoration:none;
    background:#EAE9E9;
    color:#443F3E;
    display:block;
}
#featured #tabs li a.current {
    background:#989590;   
    color:#fff;
}

#sidebar #mc_embed_signup {
  padding: 9px;
}

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

#mc_embed_signup .mc-field-group input {
  background: #EAE9E9;
  color: #5D5C5C;
}

.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%;
}
