﻿@import url(//fonts.googleapis.com/css?family=Istok+Web);
@import url(https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500&display=swap" rel="stylesheet);

body{
	font-family: Verdana, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size:13px;
	line-height: 24px;
	color: #fff;
	background: #000;
}
.container{
	position:relative;
}
td {

    font-size: 13px;
    line-height: 24px;

}
a{
	color:#f0ac3d;
	text-decoration:none;
}
a:hover{
	color:#f0ac3d;
	text-decoration:none;
}
#top{
	padding-top: 0px;
        padding-bottom: 0px;

}
#logoleft{
        position: absolute;
        width: 300px;
        z-index: 99;
}
#logo{
        width: 450px;
	max-width:100%;
	padding-top: 0px;
}
#slogan {
        position: absolute;
        padding-top: 55px;
        left: 270px;
        font-size:18px;
	line-height: 27px;
}
#menu{
	background: #242424 !important;
}
.searchinput{
	border:0;
	border-radius:0;
}

#socialmedia {
	padding-top: 35px;
	text-align:right;
	float:right;
}
#socialmedia form{
	margin-top:0px;
}
@media screen and (max-width: 992px) {
	#socialmedia{
        display: none;
        }
	#slogan{
        display: none;
        }
}

#header{
        padding-top: 0px;
}
#headertext{
	position:absolute;
	top:200px;
	left:10px;
	background: url('../images/trans.png');
	padding:20px;
	padding-top: 2px;
	font-size:15px;
	line-height:25px;
	width:400px;
	font-family: verdana, 'Istok Web', sans-serif;
	margin-bottom: 15px;
}
#headertext h1{
	font-family: verdana, 'Istok Web', sans-serif;
	color:#f0ac3d;
	font-size:22px;
	margin-bottom: 10px;
	margin-top: 15px;
}
#headertext-link{
	font-family: arial, verdana, 'Istok Web', sans-serif;
	background: #181413;
	color:#fff;
	font-size:15px;
	margin-top: 15px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 15px;
	padding-right: 15px;
	float: right;
}


#headerpage{
	position:absolute;
	top:100px;
	right:10px;
	background: url('../images/trans.png');
	padding:20px;
	padding-top: 2px;
	font-size:15px;
	line-height:25px;
	width:400px;
	font-family: verdana, 'Istok Web', sans-serif;
	margin-bottom: 15px;
}
#headerpage h1{
	font-family: verdana, 'Istok Web', sans-serif;
	color:#f0ac3d;
	font-size:22px;
	margin-bottom: 10px;
	margin-top: 15px;
}
#headerpage-link{
	font-family: arial, verdana, 'Istok Web', sans-serif;
	background: #181413;
	color:#fff;
	font-size:15px;
	margin-top: 15px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 15px;
	padding-right: 15px;
	float: right;
}


#headertext-home{
	position:absolute;
	top:110px;
	right:10px;
        color:#fff;
	padding:20px;
	padding-top: 2px;
	font-size:40px;
	line-height:55px;
	width:550px;
	height:200px;
	font-family: 'Istok Web', sans-serif;
	font-weight: bold;
	text-align: right;
	text-shadow: 2px 2px #585858;
}
#headertext-home h1{
	color:#dd0a24;
	font-size: 28px;
	font-weight: normal;
}

.showTablet{
	display:none;
}
@media (max-width:992px){
	.hideTablet{
		display:none;
	}
	.showTablet{
		display:inherit;
	}
	.photoCarousel{
		height:300px;
	}
	#photoCarouselContainer{
		height:300px;
	}
	.block .image{
		height:230px !important;
	}
	#headertext{
                    display: none;
        }
	#headertext-home{
                    display: none;
        }
        #headerpage {
                      display: none;      
        }
}
@media (max-width:768px){
	.photoCarousel{
		height:220px;
	}
	#photoCarouselContainer{
		height:220px;
	}
	#socialmedia{
		padding-top:25px !important;
		width:26px;
	}
	#socialmedia form{
		display:none;
	}
	#socialmedia img{
		max-width:28px;
		height:auto;
		margin-bottom:2px;
	}
	.nav{
		float:none;
	}
        #logoleft{
                max-width: 220px !important;
                width: 100% !important;
        }
        #logo{
                max-width: 375px !important;
                width: 100% !important;
        }
}
@media (max-width:500px)
{
	.block .image{
		height:100px !important;
	}
}

.navbar{
	margin-bottom:0;
}
p{
	margin-top: 0px;
	margin-bottom: 0px;
}
h1, h2, h3, h4 {
	font-family: Arial, Verdana, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	color: #fff;
}

h1 {
	font-family: 'EB Garamond', serif, Arial, Verdana, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 30px;
	font-weight: normal;
	margin-top: 10px;
        margin-bottom: 20px;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	line-height:25px;
	color:#fff;
}
h3 {
	font-size: 17px;
	font-weight: normal;
	line-height:25px;
	color:#fff;
	margin-top: 0px;
        margin-bottom: 10px;
}
a {
	color: #f0ac3d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
#content{
	background: #000;
	padding-bottom:0px;
	min-height:400px;
}
.padding{
	padding:15px;
	padding-top:0;
}


.block{
	width:100%;
	margin-right:0px;
	margin-top: 0px;
	margin-bottom:5px;
	padding-bottom:30px !important;
	min-height:300px;
	position:relative;
	border: 0px solid #c6c6c6;
	padding:0px;
}
.block .image{
	background-size:cover;
	background-position:center center;
	height:220px;
	width:100%;
	margin-top:6px;
}
.block .title{
        font-family: verdana;
	height: 38px;
	line-height: 38px;
	display: block;
	width: 100%;
	padding-left: 10px;
	color: #FFF;
	font-size: 22px;
	margin-top: 10px;

	background: #383433 url('../images/arrow.png');
        background-repeat: no-repeat;
	background-position: right top;


}
.block .text{
	padding:10px;
	color: #dd0a24;
	font-size: 16px;
	text-align: center;
}
  .block .more{
	padding:10px;
}
.block .readmore{
    float: right;
    right: 6px;
    bottom: 6px;
    background: none repeat scroll 0% 0% #dd0a24;
    color: #f0ac3d;
    text-decoration: none;
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    text-align: center;
    width: 100px;
}
.block .readmore:hover{
	background: #b5171a;
}
.images{
	display:block;
	float:left;
	vertical-align:middle;
	text-align:center;
	margin-bottom:40px;
}
.images > img{
	float:left;
}
.prods {
       position: relative;
       width: 150px;
       text-align: center;
       float: left;

}
.imag {
        width: 150px;
        height: 150px;
        padding: 10px;
	border-radius:100px;
}
@media(max-width:600px)
{
	#tables table tr td{
		display:block;	
		max-width:100% !important;
		text-align:left;
		width:auto !important;
	}

}
/* footer */

.footerblock {
	border-right: 0px dotted white;
	color: white;
	text-align: center;
}
.footerblock a {
	color: #f0ac3d;
	text-decoration: none;
}
.footerblock a:hover {
	color: #f0ac3d;
	text-decoration: underline;
}
.footerblock h2 {
	font-size: 17px;
	color: white;
	margin-top: 0px;
        margin-bottom: 10px;
}
#footer .col-md-3:nth-child(4) .footerblock {
	border: 0 !important;
}
#footer {
        font-family: Verdana, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	padding-top: 20px;
	padding-bottom: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	position: static;
	margin-top: 5px;
}

#footerblue {
	padding-top: 10px;
	padding-bottom: 10px;
  	text-align: center;
  	color: #fff;
}

@media(max-width:991px)
{
	#footer {
		position: static;
		margin-top: 5px;
	}
	#footer .footerblock {
		border: 0;
		border-bottom: 1px dotted white;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	#content {
		padding-bottom: 0;
	}
}
.copyright {
    text-align: center;
    color: #FFF;
    margin-top: 10px;
    font-size: 13px;
}
.copyright a {
    font-size: 13px;
}
.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:13px;
	min-width: 270px;
	line-height:20px;
	margin-bottom: 0px;
        display: block;
        padding-left: 20px;
        font-family: Arial, Verdana, CordaLight,Georgia,serif;
        color: #000;
        height: 37px;
        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;
    width: 220px;
    z-index: 999;
    height: 70px;
    margin-top: 10px;
}
#flags2 {
     display: none;
}
@media (max-width:992px){
	.top-contact {
                    display: none;
        }
        #socialmedia {
                    padding-top: 25px;
        }
     	#custom-search-input {
                    display: none;
        }
        #flags2 {
                  display: inherit;
                  position: absolute;
                  float: right;
                  right: 0px;
                  top: 30px;
                  width: 90px;
                  z-index: 999;
        }
        #logoleft{
                position: absolute;
                width: 350px;
                z-index: 9999;
        }
        #logo{
                width: 300px;
        	max-width:100%;
        	padding-left:12px;
        }
        #top {
                height: 200px;
            
            }
}

.form-control {
    height: 28px;
    font-size: 13px;
}
#custom-search-input {
    border: solid 1px #6494cb;
    border-radius: 10px;
    background-color: #fff;
    max-width: 225px;
    margin-top: -5px;
}
#custom-search-input input{
    border-radius: 0px;
    border-color: transparent;
    box-shadow: none;
    margin-left:3px;
}
#custom-search-input button{
    background: none;
    box-shadow: none;
    border: 0;
    padding: 0 8px 0 10px;
    color: grey;
}
 #search {
    position: relative;
    padding-top: 10px;
}

#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 #fff;
        border-radius: 6px;
        height: 28px;
        width: 260px;
        background: #363c47;
}

.form-control {
	height: 26px;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
    font-size:13px;
    color: #fff;
    background: #363c47;
}

#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: #000;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
    float: right;
    background: #363c47;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #fff;
}
.glyphicon {
	top: -1px;
	font-size: 15px;
}
.textfield151 {
        font-family: Verdana,Geneva,sans-serif;
        font-size: 12px;
	color: #000000;
	width: 150px;
	height:25px;
  	margin:2px;
	border: 1px solid #656565;
	border-radius:3px;
}