/*
    Document   : EditYourWeb stylesheet
    Author     : Thar Design
    Description: Stylesheet for template Orthoeureg
*/

* {
	margin: 0;
}
html, body{
	font-family: 'Imprima',sans-serif,calibri,verdana,arial;	
	font-size: 11pt;	
}
html {
	position: relative;
	min-height: 100%;
}
body{
	/* Margin bottom by footer height */
	margin-bottom: 175px;
}
h1 {
	font-size: 18pt;
}
h1,h2,h3,h4,h5,h6{
    font-weight: lighter;
	color: #463f3a;
}
h3 {
	font-size: 20px;
}
.btn {
	color: #fff;
    background-color: #0081a4;
    border-color: #000;	
}
@media screen and (max-width:350px) {
	.logo {
		left: 0;
		margin: 0px;
		position: absolute;
		z-index: 1100;
		max-width: 50%;
	}
}
@media screen and (max-width:499px) {
	.logo {
		left: 0;
		margin: 0px;
		position: absolute;
		z-index: 1100;
		max-width: 40%;
	}
}
@media screen and (min-width:500px) {
	.logo {
		left: 0;
		margin: 0px;
		position: absolute;
		z-index: 1100;
		max-width: 30%;
	}
}
.socialmedia, .socialmedia a, .contact, .contact a {
	color: #ffffff;
    height: 10px;
    margin-top: 3px;
}
.socialmedia a:hover{
	color: #701b75;
}
.socialmedia {
	clear: none;
	text-align: right;
}
.contact {
	float: left;
}
@media screen and (max-width:715px) {
	.contact {
		display: none;
	}
}
@media screen and (min-width:716px) {
	.contact {
		height: 30px;
	}
}
.contact1, .contact1 a, .contact2  {
	float: left;
	text-decoration: none;	
	color: #ffffff;
	margin: 10px 0 0 0;
	padding-left: 250px;
}
.contact2 {
	margin-top: 4px;
}
.contact2 a {
	color: #ffffff;
	text-decoration: none;	
}
#titel {
	position: relative;
	background-color: #cdcccb;
}
.titel {
	color: #000000;
	text-decoration : none;
	margin : 0px;
	text-align: right;
	text-transform: uppercase;
}
.contents{
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000000;
	font-size: 20px;
}

.title {
	color: #2e2828;
	display: block;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}
.newsmessage {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsmessage span {
    padding: 0 10px; 
}
.newsmessage .title {
    display: initial; 
}

.title span {
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	font-size: 30px;
}
.title span:before, .title span:after {
	content: "";
	position: absolute;
	height: 7px;
	border-top: 3px solid #463f3a;
	border-bottom: 1px solid #463f3a;
	top: 40%;
	width: 9999px;
}
.title span:before {
	right: 100%;
	margin-right: 15px;
}
.title span:after {
	left: 100%;
	margin-left: 15px;
}

.content{
	color: #000000;
	opacity: 0.9;
	font-size: 11pt;
	padding-bottom: 20px;
}

/* Header */
#videoholder{
    overflow:hidden;
    pointer-events: none;
    width:100%;
    position: relative;
}
@media screen and (min-width:1200px) {
	#videoholder{
		height:700px !important;
	}
}
#innervideo{
    width:100%;
    height:100%;
    position: absolute;
}
#video{
    position: absolute;
}
.embed-responsive {
    position: absolute;
    left: 0; right: 0;
    top: 50%;
    /* video height / video width */
    padding-bottom: 56.2%;
    /* the above value * 0.5 */
    margin-top: -28.1%;
    height: 0;
    overflow: hidden;
}
.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.copyrighttext {
	margin-top: 10px;
}
.copyright{
    display: inline-block;
    width:100%;
}
.copyright a{
    color:#000;
}
.headerbalk .container {	
	position: relative;
}
.headertext {
    position: absolute;
    top: 10%;
    left: 10%;
    height: auto;
    width: auto;
    z-index: 1;
    background-color: #c60000;
    padding: 10px;
    font-size: 30px;
}
.headerbutton {
	color: #ffffff;
    position: absolute;
    top: 25%;
    left: 20%;
    height: auto;
    width: auto;
    z-index: 1;
    background-color: #515151;
    padding: 5px;
    font-size: 17px;	
}
.navbar-nav>li>a{
    color:black;
}
#menubar{
    margin-bottom: 0;
}
#innermenubar{
    padding-left: 40%;
}
#headerholder{
    position: relative;
}

.ug-textpanel-title{
    display: block;
    display: -webkit-box;
    max-width: 400px;
    height: 109.2px;
    margin: 0 auto;
    font-size: 26px;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.video-sound{
    font-size: 50px;
    top: 20px;
    right: 20px;
    position: absolute;
    z-index: 1;
}
.video-sound > .toggle{
    color: #fff;
}
.video-playpause{
    font-size: 50px;
    bottom: 5px;
    position: absolute;
    z-index: 1;
    width:100%;
    text-align:center;
    color:#727274;
}
.video-playpause > .toggle{
    color: #727274;
}
.header{
    color: #fff;
}
.headerbalk {
	background: #0081a4;
	height: 45px;
    clear: both;
}
.menubalk {
	background: #ffffff;
    height: 100px;
    padding-top: 25px;
    clear: both;
}
#headerholder{
    position: relative;
}
.locations{
    position: absolute;
    bottom: 10%;
    z-index: 1;
    left: 50%;	
}
/* VESTIGINGEN BUTTONS */
.locations .location-choose .half.enschede:hover {
	background-color: #701b75;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.locations .location-choose .half.hengelo:hover {
	background-color: #ee7501;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}	
.locations .location-choose {
	width: 781px;
	position: absolute;
	bottom: 10%;
	left: 50%;
	margin-left: -350.5px;
	z-index: 10;
}
.locations .location-choose .message .location {
	display: block;
	font-size: 2.2em;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
	line-height: 1.2em;
	text-align: center;
	color: #fff;
	-webkit-text-shadow: 0 0 3px rgba(0,0,0,0.8);
	-moz-text-shadow: 0 0 3px rgba(0,0,0,0.8);
	text-shadow: 0 0 3px rgba(0,0,0,0.8);
}
.locations .location-choose .half {
	display: block;
	float: left;
	background: #3a3f2b;
	background: rgba(0,0,0,0.5);
	padding: 20px 20px;
	width: 350px;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.locations .location-choose .half.enschede {
	margin-right: 2px;
	text-decoration: none;	
}
.locations .location-choose .half.hengelo {
	text-decoration: none;	
}
.locations .location-choose .half span {
	display: block;
}
.locations .location-choose .half span.phone {
	display: inline;
	font-size: 0.6em;
}
.locations .location-choose .half span.location {
	font-size: 1.8em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.locations .location-choose .half span.address {
	font-size: 1em;
}
@media screen and (max-width:850px) {
	.locations .location-choose {
		width: 301px;
		margin-left: -150.5px;
	}	
	.locations .location-choose .message .title {
		font-size: 2em;	
	}
	.locations .location-choose .half {
		padding: 10px 10px;
		width: 140px;
	}
	.locations .location-choose .half span.phone {
		display: none;
	}
	.locations .location-choose .half span.address {
		display: none;
	}	
}

@media screen and (max-width:499px) {
	.locations{
		display: none;
	}
}
	
/* MENU */

.navbar {
	/* width: fit-content; */
	margin: 0 auto;	
	float: right;
	color: #1d1d1b;
	font-size: 18px;
/*	text-transform: uppercase; */
}
.navbar-nav>li>a{
    color: #1d1d1b;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus{	
	background-color: #0081a4;   
	color: #000000;
}
.navbar-nav>li.active{
	background-color: transparent;
	font-weight: bold;
}
.navbar-nav>li.active>a{
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #0081a4;	
}
.header>.container>.navbar {
}

/* Space between menus */
.navbar-nav>li {
	background-color: transparent;	
	margin-top: 5px;
}
.navbar-nav>li>a {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #000000;	
}
.navbar-nav>li.active {
	font-weight: bold;
	background-color: transparent;
	color: #701b75 ;
	/* border: 1px solid white;	*/
}
.navbar-nav>li.active>a {
	text-decoration: none;
	color: #701b75 ;
	background-color: transparent;	
}
.navbar-nav>li.childactive>a, .navbar-nav>li.childchildactive>a, .navbar-nav>li.childchildchildactive>a {
	text-decoration: none;
	font-weight: bold;
	color: #701b75 ;
	/* border: 1px solid white;	*/
}
.navbar-nav>li:hover {
	background-color: #4ea2c0;
}
.navbar-nav>li>a:hover {
    color: #fff !important;
}
.dropdown-menu {
	min-width: 250px;
}
.dropdown>.dropdown-menu {
	left: 0;
}
.dropdown>.dropdown-menu .dropdown-menu {
	left: 100%;
	top: 0;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover, .dropdown-menu>.childactive>a, .dropdown-menu>.childactive>a:focus, .dropdown-menu>.childactive>a:hover {
    background: #701b75 ;	
	color: #fff;
}
.showmobile {
	display: none;
}
.hidemobile {
	display: block;
}
.mobile-dropdown .caret, .mobile-dropdown .caretcontent {
	display: none;
}
/* .caretcontent { */
	/* display: inline-block; */
	/* width: 0; */
	/* height: 0; */
	/* margin-left: 7px; */
	/* vertical-align: middle; */
	/* border-top: 6px dashed; */
	/* border-top: 6px solid\9; */
	/* border-right: 6px solid transparent; */
	/* border-left: 6px solid transparent; */
/* } */
/* .dropdown-menu .caretcontent { */
	/* width: 0; */
	/* height: 0; */
	/* margin-top: -3px; */
	/* border-top: 6px solid transparent; */
	/* border-bottom: 6px solid transparent; */
	/* border-left: 6px solid transparent; */
/* } */
@media (max-width: 1199px) {
	.navbar-header {
	  float: none;
	}
	.navbar-left,.navbar-right {
	  float: none !important;
	}
	.navbar-toggle {
	  display: block;
	}
	.navbar-collapse {
	  border-top: 1px solid transparent;
	  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
	  top: 0;
	  border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
	  display: none!important;
	}
	.navbar-nav {
	  float: none!important;
	  margin-top: 7.5px;
	}
	.navbar-nav>li {
	  float: none;
	}
	.navbar-nav>li>a {
	  padding-top: 10px;
	  padding-bottom: 10px;
	}
	.collapse.in{
	  display:block !important;
	}
	.menubalk {
		height: auto;
		padding-top: 50px;
	}	
    .navbar {
		height: auto;
		margin-bottom: 0px;
		float: inherit;
	}
    .nav>li{
        border-bottom: 1px solid #4ea2c0 !important;
    }	
	.navbar-nav {
		position: relative;
		z-index: 2;
	}
	.navbar-nav li {
		float: left;
		display: list-item;
		width: 100%;
	}
	.navbar-toggle {
		padding: 0px;
		margin: 7px 0 0 0;
		float: right;
	}
	.btn-default, .btn-default:hover {
		color: #fff;
		background-color: #0081a4;
		border-color: #000;
	}	
	.dropdown-menu>li>a	{
		color: #ffffff;
	}
}

/**
* Media Queries
*/
@media(max-width:767px){
    .showmobile {
		display: block;
	}
    .hidemobile {
		display: none;
	}
}

/* clear floated divs */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/* Footer */
.footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 175px;
}
.footer, .footer a {
	color: #000000;
	text-decoration: none;
}
.footer1 {
	background-color: #d7d7d7;	
    padding: 30px 0;	
}
.footer2 {
	background-color: #f28a31;
    padding: 5px;
	color: #ffffff;
	height: 50px;
}
.footer2, .footer2 a {
	color: #ffffff;
	text-decoration: none;
}
.copyright{
    text-align: center;
    margin-top: .8em;
}
footer ul{
    list-style: none;
    margin-left: 0px!important;
    list-style-position: outside;
    padding: 0px;
}
footer li{
    list-style: none;
    margin-left: 0px;
    padding: 0px;
}
.footerimage {
    position: absolute;
    right: 0;
    bottom: -5px;
}
@media(max-width:400px){
	.footerimage {
		display: none;
	}
}
.footer2 .socialmedia {
	float: inherit;
}
/* Forms */
.search-form{
    margin-top: .5em;
}
.search-form #search{
    margin-right: .3em;
}
.comment_form{
    margin-bottom: .8em;
}
label {
	font-weight: normal;
}
/* Pagination */
.paging {
    height: 36px;
    margin: 18px 0;
}
.paging span{
    float: left;
    padding: 0 14px;
    line-height: 34px;
    border-right: 1px solid;
    border-right-color: #DDD;
    border-right-color: rgba(0, 0, 0, 0.15);
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.paging span:hover, .paging span a:hover, .paging span.current {
    background-color: #C7EEFE;
    text-decoration:none;
}

/* Misc */
.left {
	float: left;
}
.right {
	float: right;
}
.top-spacer{
    margin-top: 1.8em;
}
.showmobile {
	display: none;
}
.hidemobile {
	display: block;
}
.mobile-dropdown .caret, .mobile-dropdown .caretcontent {
	display: none;
}

/* Media Queries */
@media(max-width:767px){
	body{
		/* Margin bottom by footer height */
		margin-bottom: 50px;
	}
	.footer {
	height: 50px;	
	}
	footer .socialmedia {
		display: none;
	}	
    .showmobile {
		display: block;
	}
    .hidemobile {
		display: none;
	}
    .mobile-dropdown .caret, .mobile-dropdown .caretcontent {
		display: inline-block;
	}
    .sub_menu {
		display: none;
	}
    .headerbalk>.container>.navbar {
		height: auto;
	}
    .navbar-nav li {
		float: left;
		display: list-item;
		width: 100%;
	}
	.slick-prev:before, [dir='rtl'] .slick-prev:before, .slick-next:before, [dir='rtl'] .slick-next:before {
		content: none;
	}
	.logo {
		max-width: 55%;
	}
}
/* Scroll-to-top */
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    color: #0081a4;
    right: 30px;
    bottom: 100px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;	
}
.scroll-top-wrapper:hover {
	color: #701b75 ;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

/* Default Style Overrides */
/* == GUESTBOOK == */
.guestbook .gblist {
	clear: both;
}
.guestbook .gblist .gbmessage {
	clear: both;
	margin-bottom: 15px;	
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    box-shadow: 0px 3px 3px #828282;
    -moz-box-shadow: 0px 2px 3px #828282;
    -webkit-box-shadow: 0px 2px 3px #828282;
}
.guestbook .gblist .gbmessage .gbinfo {
	padding: 10px;
    margin : -2px;
	color: #ffffff;
	background-color: #94ba33
	;	
	border-radius: 4px 4px 0px 0px;
}
.guestbook .gblist .gbmessage .gbinfo a {
	color: #ffffff;
	text-decoration: none;
}
.guestbook .gblist .gbmessage .gbinfo a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.guestbook .gblist .gbcontent {
	clear: both;
	padding: 10px;
}
.guestbook .gblist .gbreactie {
	clear: both;
	color: #000000;
	font-size: 10pt;
    line-height: 12pt;
	padding: 10px;
    margin : -2px;
	color: #000000;
	background-color: #e4e4e4;	
	border-radius: 0px 0px 4px 4px;
}

/* == RELATED INFO == */
.relatedinfo {
	background-color: #fff;
    margin: 25px 0;
}
.relatedinfo img {
    max-width: 100%;
    height: auto !important;
}
.relatedinfo h1 {
	color: #000000;
	font-size: 30px;
	margin-top: 10px;
}
.relatedinfo a  {
	color: #000000;
	text-decoration: none;
}
.relatedinfo .button {
    background-color: #0081a4;
    border-radius: 5px;	
	font-size: 1em;
}
.relatedinfo .button:hover {
    background-color: #701b75 ;
}
/* == SLIDESHOW > HEADER == */
/* >>Arrows: different position & using images */
.slick-prev:before, [dir='rtl'] .slick-prev:before, .slick-next:before, [dir='rtl'] .slick-next:before {
    content: none;
}
.slick-prev {
	width: 42px;
	height: 42px;
	background: url(../img/prev.png) no-repeat;	
	opacity: .75;	
}
[dir='rtl'] .slick-prev {
	width: 42px;
	height: 42px;	
	background: url(../img/next.png) no-repeat;	
	opacity: .75;
}
.slick-next {
	width: 42px;
	height: 42px;
	right: 5px;
	background: url(../img/next.png) no-repeat;	
	opacity: .75;
}
[dir='rtl'] .slick-next {
	width: 42px;
	height: 42px;	
	background: url(../img/prev.png) no-repeat;	
	opacity: .75;
}
.slick-prev:hover, .slick-prev:focus {
	background: url(../img/prev.png) no-repeat;	
	opacity: 1;
}
.slick-next:hover, .slick-next:focus {
	background: url(../img/next.png) no-repeat;	
	opacity: 1;	
}

/* >>Dots: different position & colors */
.slick-dots {
/*    position: absolute;
	right: 20px;
    text-align: right; */
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: .75;
}
.slick-dots li button:before {
    opacity: 1;
    color: #ffffff;	
}
.slick-dots li.slick-active button:before {
    opacity: 1;	
	color: #0081a4;
}
/* >>Captions: correspond with captionTypes in Settings */
.Right {
	padding: 10px 40px 10px 10px;
    background-color: #463f3a;
	color: #ffffff;
    /* Fallback for web browsers that don't support RGBa */
	background-color: rgba(70, 63, 58);
    /* RGBa with 0.6 opacity */
	background-color: rgba(70, 63, 58, 0.8);
	right: 0px;
}
.Right h1 {
	color: #ffffff;
	margin-bottom: -15px;
	margin-top: 0px;
	font-size: 26px;
}
@media (max-width: 1239px) {
	#titel {
		height: 120px;
	}		
	.titel {
		font-size: 30pt;
		line-height: 44px;
		padding: 30px 0px 0px 0px;				
	}
}
@media (max-width: 991px) {
	#titel {
		height: 95px;
	}		
	.titel {
		font-size: 20pt;
		line-height: 44px;
		padding: 25px 0px 0px 0px;				
	}	
	.Right {
		font-size: 20px;
		top: 60%;
	}
}
@media (max-width: 650px) {
	#titel {
		height: 75px;
	}		
	.titel {
		font-size: 15pt;
		line-height: 44px;
		padding: 15px 0px 0px 0px;				
	}	
	.Right {
		font-size: 16px;
		top: 60%;
	}
}
@media (max-width: 500px) {
	.Right, .Bottom {
		display: none !important;
	}
}
@media (max-width: 400px) {
	.slick-prev, .slick-next {
		background: none;
	}
}
@media (min-width: 768px) {
	.navbar {
		margin-right: -40px;
	}	
}	
@media (min-width: 992px) {
	.Right {
		font-size: 14px;
		top: 60%;
	}
}
@media (min-width: 1240px) {
	#titel {
		height: 120px;
	}	
	.titel {
		font-size: 35pt;
		line-height: 44px;
		padding: 30px 0px 0px 0px;		
	}
} 
.treatment {
    padding: 0px;
    margin-bottom: 20px;
    min-height: 250px;
    display: flex;
}
.treatment_description .btn-primary {
    margin-top: 15px;
}
@media (max-width: 767px) {
	.treatment {
		display: initial;
	}	
	.treatmentPhoto {
		margin-bottom: 15px;
	}	
}
.dont-break-out {
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;

	/*-ms-word-break: break-all;*/
	/*!* This is the dangerous one in WebKit, as it breaks things wherever *!*/
	/*word-break: break-all;*/
	/*!* Instead use this non-standard one: *!*/
	/*word-break: break-word;*/

	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto; 
}
