﻿@import url(//fonts.googleapis.com/css?family=Istok+Web);
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body{
	font-family: "Raleway", Verdana, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size:16px;
	line-height: 26px;
	max-width: 100%;
        overflow-x: hidden;
        color: #6a5f55;
}
.raleway-<uniquifier> {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.container{
	position:relative;
}
a{
	color:#e65788;
	text-decoration:none;
}
a:hover{
	color:#ba036b;
	text-decoration:underline;
}
#box a{
	color:#fff !important;
	text-decoration:none;
}
#box a:hover{
	color:#c6c6c6;
	text-decoration:underline;
}

#top{
	padding-top:10px;
	padding-bottom:10px;


}
#logo{
	max-width:100%;
	padding-left:12px;
	max-height: 140px;
}
@media (max-width: 768px) {
       #logo{
  	   max-width:100%;
  	   padding-left:12px;
  	   max-height: 120px;
       }
}


.buttons {
        color: #fff !important;
        background: #f3a7bd;
        font-size: 18px;
        cursor: pointer;
        min-width: 175px;
        min-height: 60px;
        width:100%;
        display: block;
        line-height: 60px;
}
.buttons:hover {
        background: #d67591;
}
.buttons a {
        color: #fff !important;
        padding: 15px;
}
.buttons a:hover {
        text-decoration: none;

}

@media (max-width: 768px) {
       #headertext{
  	   display: none;
       }
}


#menu{
	
}
.searchinput{
	border:0;
	border-radius:0;
}
#socialmedia {
	padding-top: 5px;
	text-align:right;
	float:right;
}
#socialmedia form{
	margin-top:10px;
}
#header{
        padding-top: 5px;
}
#headertext{
	position:absolute;
	top:50px;
	left:10%;
	padding:20px;
	padding-top: 2px;
	font-size:16px;
	line-height:26px;
	width:500px;
	height:auto;
	font-family: "Raleway", 'Istok Web', sans-serif;
	text-align: center;
	background: url('../images/quote.png');
	z-index: 999;
}
#headertext h1{
	color:#e65788;
	font-size: 55px;
}
.showTablet{
	display:none;
}
@media (max-width:992px){
	.hideTablet{
		display:none;
	}
	.showTablet{
		display:inherit;
	}
	.photoCarousel{
		height:250px;
	}
	#photoCarouselContainer{
		height:250px;
	}

}
@media (max-width:768px){
	.photoCarousel{
		height:200px;
	}
	#photoCarouselContainer{
		height:200px;
	}
	#socialmedia{
		padding-top:5px !important;
		width:26px;
	}
	#socialmedia form{
		display:none;
	}
	#socialmedia img{
		max-width:22px;
		height:auto;
		margin-bottom:2px;
	}
	.nav{
		float:none;
	}
	#socialmedia{
		display:none;
	}
	#headertext{
          	width:100%;
          	padding-right: 35px;
        }
}
@media (max-width:500px)
{

}

.newsimage {
           width: 100%; 
           max-width: 270px;
}
@media screen and (max-width: 600px) {
        #main_article {
        	padding-right: 0px;
        }
        .newsimage {
                   width: 100%; 
                   max-width: 100%;
        }
}

.navbar{
	margin-bottom:0;
}
p{
	margin-top: 0px;
	margin-bottom: 0px;
}
h1, h2, h3, h4 {
	color: #e65788;
	font-family: "Raleway", 'Istok Web', sans-serif;
}
h1 {
	font-size: 45px;
	font-weight: normal;
	margin-top: 20px;
        margin-bottom: 20px;
	font-family: "Raleway", "Dancing Script","Dancing Script Fallback";
}
h2 {
	font-size: 20px;
	font-weight: normal;
	line-height:25px;
	color:#e65788;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	line-height:25px;
	color:#e65788;
}
h5{
	font-size: 15px;
}
img {
	border: 0;
}

@media (min-width:992px){
      .slogan {
      display: none;
      }
}


#content{
	background:white;
	padding-bottom:0px;
	min-height:400px;
}
.padding{
	padding:15px;
	padding-top:0;
}


.images{
	display:block;
	float:left;
	vertical-align:middle;
	text-align:center;
	margin-bottom:40px;
}
.images > img{
	float:left;
}
.prods {
       position: relative;
       width: 220px;
       text-align: center;
       float: left;

}
.imag {
        width: 210px;
        height: 210px;
        padding: 10px;
	border-radius:200px;
}

.profiel {
       position: relative;
       width: 300px;
       text-align: center;
       float: left;

}
.people {
        width: 300px;
        height: 300px;
        padding: 10px;
	border-radius:100px;
}


#headertop {
	height: auto;
	background-size: cover;
	background-position: top center;
	padding-top: 7px;
	color: #6a5f55;
	font-size: 16px;
	padding-bottom: 8px;

}
#headertop .row {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	float: right;
}
#headertop .row a {
	color: #fff !important;
	padding-left:3px;
	padding-right:3px;

}

#box {
    margin-bottom:10px;
  }
@media (min-width: 992px) {
  #box {
    width: 31%;
    margin:10px;
  }
}

#foot {
      border-right: dotted 1px #fff;
}
@media (max-width: 768px) {
  #foot {
      border-bottom: dotted 1px #fff;
      border-right: dotted 0px #fff;
      padding-bottom: 15px;
  }
}

/* footer */

#footer {
	background-color: #f17ca4;
	margin-top: 10px;
	height: auto;
	background-size: cover;
	background-position: top center;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 15px;
}

#footer .row {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}

#footer .row h5 {
	font-weight: 400;
	margin-bottom: 5px;
}

#footer .row p {
	margin-bottom: 5px;
}

#footer .row a {
	color: #fff !important;
	padding-left:3px;
	padding-right:3px;

}

.phone-number {
    display: block;
    background: url(../images/telefoon_wit.png) 0 0 no-repeat;
    padding-left: 20px;
    font-family: Arial, Verdana, CordaLight,Georgia,serif;
    color: #FFF;
    height: 33px;
    margin-top: 14px;
    font-size: 26px;
}
#menu-footer-navigation {
    list-style-type: none;
    font-size: 15px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 10px 0;
    float: left !important;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
}
#menu-footer-navigation li {
    position: relative;
	font-family: Verdana, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
}
#menu-footer-navigation a {
    position: relative;
	font-family: Verdana, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
}
.copyright {
    text-align: center;
    color: #FFF;
    margin-top: 10px;
    font-size: 15px;
}
.copyright a {
    font-size: 15px;
}
.container-praktijk {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}
@media screen and (max-width: 765px) {
	#menu-footer-navigation {
        margin-top: 50px;
        }

}


#telefoon {
    float: left;
    margin-left: 80px;
}

.top-contact {
	color: #000;
	font-size:15px;
	min-width: 270px;
	line-height:20px;
	margin-bottom: 0px;
        display: block;
        padding-left: 20px;
        font-family: Arial, Verdana, CordaLight,Georgia,serif;
        color: #ff6600;
        height: 37px;
        margin-top: 30px;
        font-size: 24px;

}
.top-contact .pleft{
        padding-left: 5px;
	float: left;
	padding-right: 0px;
}
.top-contact .ptekst{
        padding-left: 5px;
	float: right;
	padding-right: 0px;
	margin-bottom: 10px;
}
.flags {
          position: relative;
          float: right;
          top: 72px;
          width: 170px;
          z-index: 999;
}
.flags2 {
          sdisplay: none;
}
@media (max-width:992px){
	.top-contact {
                    display: none;
        }
        #socialmedia {
                    padding-top: 25px;
        }
     	#custom-search-input {
                    display: none;
        }
        .flags2 {
                  position: absolute;
                  float: right;
                  left: 300px;
                  top: 20px;
                  width: 170px;
                  z-index: 999;
        }
}

.form-control {
    height: 28px;
    font-size: 15px;
}
#custom-search-input {
    border: solid 1px #000;
    border-radius: 10px;
    background-color: #fff;
    max-width: 225px;
    margin-top: -5px;
}
#custom-search-input input{
    border-radius: 10px;
    border-color: transparent;
    box-shadow: none;
}
#custom-search-input button{
    background: none;
    box-shadow: none;
    border: 0;
    padding: 0 8px 0 10px;
    color: grey;
}
 #search {
	float: right;
}

#search-box {
	float: right;
	position:relative;
	top: 2px;
	padding-right: 25px;
	z-index: 999;
}

#custom-search-input{
  	float: right;
	margin-left: 15px;
        border: solid 1px #f4a7bd;
        border-radius: 6px;
        height: 28px;
        width: 260px;
}

.form-control {
	height: 26px;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
    font-size:15px;
}

#custom-search-input input:focus {
	box-shadow: 0px 0px 21px -1px rgba(147,181,250,0.69);
}

#custom-search-input button{
    background: none;
    box-shadow: none;
    border: 0;
    color: #f4a7bd;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
    float: right;
    margin-top: -25px;
    top: 3px;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}
.glyphicon {
	top: -1px;
	font-size: 15px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	padding-top: 0px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.button {
        color: #fff !important;
        background: #941d81;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 20px;
        cursor: pointer;
        min-width: 250px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        white-space: nowrap;
}
.button:hover {
        background: #009640;
        text-decoration:none;
}
.button:active {
        background: #009640;
        text-decoration:none;
}