@font-face {
    font-family: FelixTI;
    src: url('../fonts/felixti.ttf');
}

/*****************************************************************************************************************************
    GLOBALS
*/

body {
    font: 500 18px/20px 'Source Sans Pro', sans-serif;
    color: #111;
    background: #f1f1f1;
    padding: 0;
    margin: 0;
    letter-spacing: .08em;
    line-height: 1.19em;
}

h1 {
    font: 500 30px/32px FelixTI, serif;
    color: #fff;
}

h2 {
    font: 500 40px/42px FelixTI, serif;
    text-align: center;
}

h3 {
    font: 500 30px/32px FelixTI, serif;
    margin: 10px 0 5px 0;
}

h4 {
    font: 500 30px/32px FelixTI, serif;
}

h5 {
    font: 500 30px/32px FelixTI, serif;
    margin: 0 0 5px 0;
}

a {
    color: #111;
}
a:hover {
	color: #333;
}

.noselect {
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

/*****************************************************************************************************************************
	TOP HEADER
*/

#topheader {
	height: 125px;
	min-width: 1140px;
	width: 100%;
    background-color: #400410;
	display: flex;
	color: #fff;
}
#topheader > div { /* header-content-containers */
	flex: 1;
}
#topheader > div > div { /* header-contents */
	height: 50px;
	/* margin: 40px auto 0 auto; */
}
#topheader a {
	color: #fff;
	text-decoration: none;
}

#header-slogan-content {
	text-align: center;
	width: 200px;
	margin: 30px auto 0 auto;
}
#header-logo-content {
	text-align: center;
	margin: 40px auto 0 auto;
}
#header-caller-content {
	width: 200px;
	margin: 40px auto 0 auto;
}

#headermessage {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 22px;
}

/******************************************************************************************************************************
    TOP MENU
*/

#topheaderplaceholder {
	height: 60px;
}

#topbar {
	top: 0px;
    height: 60px;
    width: 100%;
    min-width: 1140px;
    background-color: #fff;
	text-align: center;
	z-index: 1000;
}

#topmenulinks {
	display: flex;
    position: relative;
    width: 1100px;
    padding-top: 20px;
    margin: 0 auto;
}
#topmenulinks > div {
	flex: 1;
}
.item {
	height: 40px;
}

#topmenulinks a {
    color: #111;
    text-decoration: none;
    margin: 0 3px;
}
#topmenulinks a:hover {
	color: #ff851b;
}

.topbar-logo {
    display: block;
    float: left;
    height: 50px;
    margin: 2px 0;
}

.fblogo {
    position: relative;
    bottom: 5px;
    height: 30px;
    width: 30px;
}
.iglogo {
    position: relative;
    bottom: 5px;
    height: 30px;
    width: 30px;
}

.dropdown {
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    top: 40px;
    left: 25px;
	width: 230px;
	text-align: left;
    background-color: #fff;
    box-shadow: 0px 16px 16px 0px rgba(0,0,0,0.2);
    border-radius: 0 0 3px 3px;
    z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    display: block;
}
.dropdown:hover .dropdown-content {
    display: block;
}

/******************************************************************************************************************************
    SHOWCASE
*/

#showcase-container {
	display: flex;
	height: 450px;
	width: 100%;
    min-width: 1140px;
	text-align: center;
	color: #fff;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}
#showcase-container > div {
	flex: 1;
	padding: 30px 100px;
	position: relative;
}

#showcase-container a {
    color: #fff;
}
#showcase-container a:hover {
	color: #eee;
}

.sc-img {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.sc-img-home {
	background-image: url("../img/fotos/Esther_crop.jpg");
	background-size: contain;
	background-position: center;
	background-color: #bf9670;
	/* background-image: url("../img/fotos/phy_w4b_banner_nb.jpg"); */
    /* background-image: url("../img/fotos/phy_hydro_active_kim_26012017_300dpi_rf-crop.jpg"); */
}
.sc-img-pmu {
    background-image: url("../img/fotos/phy_sco_kim_09012017_300dpi_rf-crop.jpg");
}
.sc-img-injectables {
    background-image: url("../img/fotos/phy_reinigung_kim_26012017_300dpi_rf-crop.jpg");
}
.sc-img-vvw {
	background-image: url("../img/fotos/phy_kim_lachend_26012017_300dpi_rf-crop.jpg");
}
.sc-img-behandelingen {
    background-image: url("../img/fotos/behandlung_14.jpg");
}
.sc-img-wimper {
	background-image: url("../img/fotos/phy_winter_wonderland_kim_26012017_300dpi_rf.jpg");
}
.sc-img-bwm {
	background-image: url("../img/fotos/Lipomassage-1000x500.jpg");
}
.sc-img-biores {
	background-image: url("../img/fotos/phy_winter_wonderland_kim_26012017_300dpi_rf.jpg");
}

.showcase-block {
	text-align: justify;
	margin: 0 20px;
}
.showcase-list {
	text-align: justify;
	margin-right: 35px;
}
.showcase-list li {
	margin-bottom: 15px;
}

.showcase-divider {
	margin-top: 20px;
	height: 50px;
}

.showcase-divider-left {
	margin-top: 20px;
	margin-right: 45px;
	height: 45px;
}
.showcase-divider-right {
	margin-top: 20px;
	height: 45px;
}
.sc-vid {
	position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

/******************************************************************************************************************************
    CONTENT
*/

#content {
    width: 800px;
    padding: 0 20px;
    margin: 50px auto 100px auto;
}
#content-prices {
	width: 1050px;
    padding: 0 20px;
    margin: 50px auto 50px auto;
    font-size: 16px;
    line-height: 18px;
}
#content-small {
    width: 637px;
    padding: 0 20px;
    margin: 50px auto;
}

.fauxtable {
	border-collapse: collapse;
	width: 100%;
}
.fauxtable th {
	text-align: left;
	font-size: 20px;
}
.fauxtable th {
	padding-left: 3px;
}
.fauxtable td {
	padding: 3px;
	vertical-align: top;
}
.fauxtable th,td {
	border-bottom: 1px solid #ddd;
	padding-bottom: 7px;
}
.fauxtable .noborder {
	border: 0;
}

.emphasis {
	font-size: 20px;
}
.pseudolink {
    cursor: pointer;
    text-decoration: underline;
}
.del {
	text-decoration: line-through;
}
.center {
	text-align: center;
}

.mobile-only {
	display: none;
}

/******************************************************************************************************************************
    STUK COPYRIGHT
*/

#copyright-container {
    position: absolute;
    width: 100%;
    margin-top: 40px;
}
#copyright-text {
    position: relative;
    width: 1140px;
    margin: 5px auto;
    text-align: center;
    font-size: 14px;
}
#disclaimer-text {
	display: none;
	margin-top: 5px;
}

/******************************************************************************************************************************
	RESPWEBDES
*/

@media (max-width: 1000px) {
	/* For tablets: */
	#header-slogan, #header-caller, #home-item, #fb-item, #showcase-img-container, #contact-dividers,
	/*#gallery-container,*/ .col-duur {
		display: none;
	}
	.mobile-only {
		display: block;
	}
	
	#topheader, #topbar {
	    min-width: 0;
	}
	#topmenulinks, #copyright-text {
	    width: 95%;
	}
	#showcase-container {
		width: 100%;
		min-width: 0;
	}
	#showcase-container > div {
		padding: 0;
		width: 95%;
	}
	
	#content, #content-prices, #content-small {
		width: 95%;
		padding: 0;
	}
}

@media (max-width: 600px) {
	/* For mobile phones: */
	#header-logo-content {
		margin: 0 !important;
	}
	#header-logo-content img {
		margin-top: 18px;
		height: 25px;
	}
	#topheader {
		height: 60px;
	}

	.content-shop-img {
		width: 95%;
	}
	
}

/******************************************************************************************************************************
	PHOTO GALLERY
*/

.row>.column {
	float: left;
	height: auto;
	width: 180px;
	margin: 3px;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}

.column>img {
	width: 180px;
}

.modal-open {
    overflow: hidden;
}

/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 1001;
	overflow: auto;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}

/* Modal Content */
.modal-content {
	position: relative;
	margin: 100px auto;
	padding: 0;
	width: 90%;
	max-width: 800px;
	border-radius: 10px;
	background-color: #333;
	color: #f2f2f2;
}

.column-container {
	height: auto;
	padding: 25px;
}

/* The Close Button */
.close {
	position: absolute;
	top: 13px;
	right: 10px;
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	padding: 8px;
	cursor: pointer;
}

.close:hover, .close:focus {
	color: #ddd;
	text-decoration: none;
}

.pic-gallery-slide {
	display: none;
	width: 800px;
	height: 300px;
	background-color: #323232;
	border-bottom: 3px solid #353535;
	margin-bottom: 30px;
}
.pic-gallery-slide>img {
	margin-left: 100px;
	margin-right: 100px;
	max-width: 600px;
	max-height: 250px;
}

/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 61px;
	width: auto;
	padding: 16px;
	/*margin-top: -25px;*/
	font-weight: bold;
	font-size: 20px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #f2f2f2;
	transition: 0.1s ease;
	border-radius: 0 0 5px 0;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 0 0 0 5px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(0, 0, 0, 1);
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	text-align:center;
	padding: 8px 12px;
	position: absolute;
	top: 61px;
	left: 50%;
	margin-left: -23px;
	width: 46px;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 0 0 5px 5px;
}

.caption-container {
	border-radius: 10px 10px 0 0;
	background-color: #222;
	/*margin-bottom: 250px;*/
}
.modal-subheader {
	text-align: center;
	padding: 2px 16px;
}

img.demo {
	opacity: 0.6;
}

.active, .demo:hover {
	opacity: 1;
}

img.hover-shadow {
	transition: 0.1s;
}

.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.content-shop-img {
	display: inline-block;
}

.content-profile-pic {
	float: right;
	width: 40%;
	min-width: 200px;
}
