svg#Laag_1 {
    width: 30%;
    float: right;
    margin-top: 20px;
}



.customcor svg {
    max-width: 30%;
    float: right;
    margin-top: 20px;
}

.customcor {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #007bc3;
    padding: 20px 40px;
    font-weight: 500;
    color: white;
    letter-spacing: 0.5px;
    border-radius: 20px;
}

.rsformbellen ol {
    list-style-type: none;
    padding: 10px;
}

/* home achtergrond */


.bgwh .container{
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
}

/* buttons */

.btn-default {
    border-radius: 0px;
}



/* logos home */

.square {
    float:left;
    position: relative;
    width: 48%;
    padding-bottom : 30%; /* = width for a 1:1 aspect ratio */
    margin:1%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover; /* you change this to "contain" if you don't want the images to be cropped */
}

.img_1-1{background-image:url('http://www.pedispot.nl/images/logos/logo_o.png');}
.img_1-2{background-image:url('http://www.pedispot.nl/images/logos/logo_g.png');}

.img_2-1{background-image:url('http://www.pedispot.nl/images/logos/logo_a.png');}
.img_2-2{background-image:url('http://www.pedispot.nl/images/logos/logo_h.png');}

.img_1-1, .img_1-2, .img_2-1, .img_2-2 {
background-size: contain;
}

/* slide home */

.nivo-caption {
    background: #007bc3;
    opacity: 100;
    width: 50%;
    bottom: 10%;
}


.slideh .nivo-caption {
    width: 50%;
    background: #007bc3;
    bottom: 20%;
}


.slideh h1.nivo-title {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (min-width: 610px) {
    .slideh h1.nivo-title {
        font-size: 36px;
    }
}

.theme-default .nivoSlider {
margin-bottom: 0px !important;
}






/* accordion style */


.ac-pane { margin-bottom: 15px; background-color: #f5f5f5; color:#fff;}

.ac-pane:last-child { margin-bottom: 0; }

.ac-pane.active a:hover {
    color: #dadada;
}

.ac-title:hover {
    color: #dadada;
}

.ac-title:active {
    color: #dadada;
}

.ac-title:focus {
    color: #dadada;
}

.ac-content { display: none; }

.ac-title {
  overflow: auto;
  color: #fff;
  display: block;
  padding: 12px;
  background-color: #007bc3;
  letter-spacing: 1px;
}

.ac-title i {
  float: right;
    font-size: 14px;
    line-height: 25px;
}

.ac-title i:before { content: "\f0fe"; }

.active .ac-title i:before { content: "\f146"; }

.ac-content {
  margin-top: -1px;
  padding: 15px;
  color: #6d6d6d;
}
.accordion-wrapper {
    margin: 40px 0;
}


/* openingstijden */

.opening-hours-table {
    width: 100%;
    text-align: center;
}


.openinghours {
    font-family: Lato, sans-serif;
margin: 30px 0;
}
.openinghourscontent {
    width: 100%;
    background-color: #007bc3;
    padding: 10px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    min-height: 330px;
    color: white;
    border-radius: 20px;
}
}

.openinghourscontent .fa-clock-o:before {
    margin-right: 10px;
}



.openinghourscontent h3 {
    display: block;
    color: #FFFFFF;
    margin: 0 5px;
    font-size: 22px;
}
.today {
    color: #007bc3;
    background-color: #FFFFFF;
}
.opening-hours-table tr td:first-child {
    font-weight:bold;
    text-align: left;
}
#open-status {
    display:block;
    margin: 10px 5px;
}
.openorclosed:after {
    content:"";
}
.open {
    color:#FFFFFF;
    font-size: 20px;
}
.open:after {
    content:" Open";
    color: #FFFFFF;
    margin-left: 20px;
    font-weight: bold;
}
.closed:after {
    content:" Gesloten";
    color: #FFFFFF;
    margin-left: 20px;
    font-weight: bold;
}
.opening-hours-table tr td {
    padding:5px;
}


/* form bellen home */

.rsformbellen {
    margin: 30px 0;
    background-color: #ffffff;
    padding: 10px;
    min-height: 330px;
}


.rsformbellen .formCaption2 {
    float: left;
    margin-right: 30px;
}

.rsformbellen legend {
    margin: 0px;
    border-bottom: 0px;
    padding: 5px !important;
    font-size: 22px !important;
    color: #007bc3;
    font-weight: bold;
}

.rsformbellen .formFieldset {
    margin: 0px;
}

.rsform-block.rsform-block-bel-mij button {
    width: 100%;
    margin-top: 50px;
}

.rsformbellen .formBody {
    float: none;
    margin: 15px 0px;
}

.rsformbellen .rsform-input-box {
    width: 100%;
    box-shadow: none;
    border: 0px;
    border-bottom: 3px solid;
    border-radius: 0px;
    color: #007bc3;
    font-weight: 600;
    letter-spacing: 1px;
}


.rsformbellen .rsform-input-box:focus {
    box-shadow: none;
}
.rsformbellen .rsform-submit-button:before {
    content: "\f095";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 15px;
}

.rsformbellen .rsform-block-naam .formCaption2, 
.rsformbellen .rsform-block-telefoon .formCaption2 {
    display: inline-block;
    background-color: #ffffff;
    padding: 5px 10px 0;
    border-radius: 10px 10px 0 0;
}



/* typografie */

h2 {
    color: #007bc3;
    margin-top: 30px;
    letter-spacing: 1px;
}

h1 {
    letter-spacing: 1px;
}


/* prijslijst */

.timeline {
    position: relative;
    padding: 21px 0px 10px;
    margin-top: 4px;
    margin-bottom: 30px;
}

.timeline .line {
    position: absolute;
    width: 4px;
    display: block;
    background: currentColor;
    top: 0px;
    bottom: 0px;
    margin-left: 15px;
color: #9b9ea0;
}

.timeline .separator {
    border-top: 1px solid currentColor;
    padding: 5px;
    padding-left: 40px;
    font-style: italic;
    font-size: .9em;
    margin-left: 30px;
}

.timeline .line::before { top: -4px; }
.timeline .line::after { bottom: -4px; }
.timeline .line::before,
.timeline .line::after {
    content: '';
    position: absolute;
    left: -4px;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background: currentColor;
}

.timeline .panel {
    position: relative;
    margin: 10px 0px 21px 55px;
    clear: both;
    border-radius: 0px;
}

.timeline .panel::before {
    position: absolute;
    display: block;
    top: 8px;
    left: -24px;
    content: '';
    width: 0px;
    height: 0px;
    border: inherit;
    border-width: 12px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.timeline .panel .panel-heading.icon * { font-size: 16px; vertical-align: middle; line-height: 32px; }
.timeline .panel .panel-heading.icon {
    position: absolute;
    left: -59px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 50%;
    text-align: center;
    float: left;
    border: 4px solid #9b9ea0;
}

.timeline .panel-outline {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

.timeline .panel-outline .panel-body {
    padding: 10px 0px;
}

.timeline .panel-outline .panel-heading:not(.icon),
.timeline .panel-outline .panel-footer {
    display: none;
}

.timeline .panel-body {
    padding: 15px;
    color: #007bc3;
    font-weight: bold;
    letter-spacing: 1px;
}

.panel-footer span {
    color: white;
    background-color: #007bc3;
    padding: 0 6px;
}

.timeline .fa-info-circle {
    font-size: 24px;
}

.timeline .accordion-wrapper {
    margin: 10px 0;
}

.timeline .left {
    float: left;
width: 33.3%;
}

.timeline .center {
    float: left;
width: 33.3%;
}

.timeline .right {
    float: left;
width: 33.3%;
}

.timeline .right span {
float: right;
min-width: 90px;
padding: 10px 10px;
text-align: center;
font-size: 18px;
letter-spacing: 1px;   
}

.timeline .ac-title span {
    padding: 0px;
    vertical-align: middle;
}

.timeline .clear {
    clear: both;
}

@media screen and (max-width: 500px) {
   .timeline .left {
    float: left;
width: 100%;
}
.timeline .center {
    float: left;
width: 100%;
}
.timeline .right {
    float: left;
width: 100%;
}
}


.page-header.blauw {
    color: #007bc3;
    border-bottom: 0px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
}

.page-header.blauw i {
    font-size: 40px;
}




.panel-primary>.panel-heading {
    color: #fff;
    background-color: #007bc3;
    border-color: #007bc3;
    border-radius: 0px;
}

.panel-primary {
    border-color: #007bc3;
}

.panel-title i {
    margin: 0 3px;
}










/* Ankerlink */

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}



/* buttons */

div#container_buttons {
    text-align: center;
    padding: 20px 0;
    margin: 40px 20px;
    background-color: rgba(255, 255, 255, 0.3);
}

.a_demo_five span:hover {
    color: white;
    background-color: rgba(0, 123, 195, 1);
}

.a_demo_five {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    color: #007bc3;
    position: relative;
    margin-top: 40px;
    padding-bottom: 10px;
    padding-top: 25px;
    
}

.a_demo_five:active {
}


.a_demo_five::before {
    background-repeat:no-repeat;
    background-position:center center;
    width:100%;
    height:40px;
    position:absolute;
    top:-30px;
    left:0px;
    margin-top:-10px;
padding: 7px;
   
}
.a_demo_five:active::before {
}

.a_demo_five.sta::before {
    font-family: FontAwesome;
    content: "\f10c";
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
        text-shadow: 0 1px 0 #ffffff;
}

.a_demo_five.med::before {
    font-family: FontAwesome;
    content: "\f055";
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
     text-shadow: 0 1px 0 #ffffff;
}

.a_demo_five.spe::before {
    font-family: FontAwesome;
    content: "\f0fa";
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    text-shadow: 0 1px 0 #ffffff;
}

.a_demo_five.ver::before {
    font-family: FontAwesome;
    content: "\f153";
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    text-shadow: 0 1px 0 #ffffff;
}

.a_demo_five span {
    background-color: rgba(0, 123, 195, 0.2);
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 20px;
}




/* form aanmelden */

.rsformaanmelden {
    margin: 30px 0;
    background-color: #007bc3;
    padding: 10px;
    color: white;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.rsformaanmelden ol {
    list-style-type: none;
    padding: 0 10px;
}


.rsformaanmelden .formBody {
    float: none;
}

.rsformaanmelden .rsform-input-box {
    width: 100%;
    border: 0px;
    border-radius: 0px;
}

.rsformaanmelden .rsform-text-box {
    width: 100%;
    border-radius: 0px;
    border: 0px;
    height: 200%;
}

.rsformaanmelden .rsform-submit-button:before {
    content: "\f0a9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 15px;
}




.rsformaanmelden select {
    width: 33.3%;
    border-radius: 0px;
    border: 0px;
    float: left;
    outline: 0px;
    box-shadow: none;
}







.infoinner ul li:before {
    font-weight: bold;
    font-size: 12px;
    color: #007bc3;
    position: absolute;
    left: 0px;
    font-family: FontAwesome;
    content: "\f00c";
}


.infoinner li {
    margin-left: 0;
    list-style: none;
    padding-left: 20px;
    position: relative;
}

.infoinner ul {
    padding: 0px;
}



/* Tekst boven afbeelding home */



.customtbah {
    text-align: center;
    color: white;
}


/* Afbeelding home */

.customafbh img {
    margin-bottom: 20px;
}



/* radio buttons */

input[type=radio] {
		display:none;
	}



input[type=radio] + label {
		display:inline-block !important;
		margin:-2px !important;
		padding: 4px 12px;
		margin-bottom: 0;
		font-size: 14px;
		line-height: 20px;
		color: #333;
		text-align: center;
		text-shadow: 0 1px 1px rgba(255,255,255,0.75);
		vertical-align: middle;
		cursor: pointer;
		background-color: #f5f5f5;
		background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
		background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
		background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
		background-image: -o-linear-gradient(top,#fff,#e6e6e6);
		background-image: linear-gradient(to bottom,#fff,#e6e6e6);
		background-repeat: repeat-x;
		border: 1px solid #ccc;
		border-color: #e6e6e6 #e6e6e6 #bfbfbf;
		border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
		border-bottom-color: #b3b3b3;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	}


input[type=radio]:checked + label {
		   background-image: none;
		outline: 0;
		-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
		-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
		box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
			background-color:#e0e0e0;
                font-weight: bold;
	}


