/*
	Theme Name: Unique - Physiotherapie
	Description: Unique - Physiotherapie Template
	Version: 1.0.0
	Author: Thomas Pietsch (www.comtecda.de)
	Author URI: www.comtecda.de
	Tags: Unique - Physiotherapie, ComTecDa, Generic, Template, HTML5, CSS3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
@font-face {
	font-family: 'Poppins Light';
	src:url('/wp-content/themes/unique/fonts/Poppins-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins Medium';
	src:url('/wp-content/themes/unique/fonts/Poppins-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins Bold';
	src:url('/wp-content/themes/unique/fonts/Poppins-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins ExtraBold';
	src:url('/wp-content/themes/unique/fonts/Poppins-ExtraBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Minion';
	src:url('/wp-content/themes/unique/fonts/MinionPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SourceSans';
	src:url('/wp-content/themes/unique/fonts/SourceSansVariable-Roman.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
html {
	scroll-behavior: smooth;
	height: 100%;
}
body {
	font: 16px 'Poppins Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #111111;
	background: #e2d5c4;
	line-height: 26px;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
}


/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
article ul{
	font-size: 100%;
	margin-left: 20px;
	padding: 0 0 24px 0;
}
article ol{
	font-size: 100%;
	margin-left: 20px;
	padding: 0 0 24px 0;
}
article a{
	color: #555555;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	transition: all .25s ease-in;
	padding: 0;
}
article pre{
	font-family: 'Space Mono';
	font-size: 80%;
	padding: 0 0 10px 0;
	white-space: normal;
	text-align: justify;
}
article blockquote p{
	font-family: 'Space Mono';
	font-style: italic;
	font-size: 80%;
	padding: 0 0 10px 0;
}
article p{
	margin: 0 0 24px 0;
	padding: 0;
}
article p .blocky{
	text-align:justify;
}
.shadow img{
	box-shadow: 0 0 10px #555555;
}

h1{ 
	font-family: 'Poppins Light';
	font-size: 38px;
	line-height: 50px;
	margin-bottom: 25px;
}
h2{ 
	font-family: 'Poppins ExtraBold';
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 25px;
}
h3{ 
	font-family: 'Poppins ExtraBold';
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 25px;
}
h4{ 
	font-family: 'Poppins Medium';
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 10px;
}
h5{ 
	font-family: 'Poppins Bold';
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 25px;
}
h6{ 
	font-family: 'Poppins Medium';
	font-size: 16px;
	line-height: 26px;
	margin-top:10px;
	margin-bottom: 5px;
}

/*------------------------------------*\
    LAYOUT
\*------------------------------------*/

/* Header */
.header{
	position:fixed;
	display: -webkit-flex;
	display: flex;
	top: 0;
	left: 0;
	width:100vw;
	height:70px;
	min-height:70px;
	background:#444444;
	z-index:1000;
}
.head_left, .head_right{
	width: 150px;
	height: 70px;
}
.head_center{
	width: calc( 100vw - 300px );
	height: 70px;
}
.head_image{
	height: 60px;
	width: auto;
	margin: 5px 25px;
}

.btn_termin{
	background-color: #cba43d;
	color: #000000;
	width: 230px;
	height: 35px;
	line-height: 35px;
	font-size: 21px;
	text-align:center;
	position:absolute;
	top:17px;
	right:50px;
}
.btn_termin a{
	text-decoration:none;
	color:#000000;
}
/* MENU */
.menu{
    list-style: none;
    margin: 0;
    padding: 0;
	height: 70px;
	text-align: center;
}
.menu li {
    display: inline-table;
	margin: 0 30px 0 30px;
    height: 70px;
    text-align: center;
}
.menu li a {
	font-family: 'Poppins Light';
	font-size: 14px;
    width: 100%;
    display: block;
    line-height: 70px;
 	color: #ffffff;
	text-decoration: none;
	transition: text-decoration-color 300ms;
}
.current-menu-item {
	text-decoration: underline 1px #ffffff;
}
.menu_full{display:block;}
.menu_mobile{display:none; width: 150px; height: 70px;}

/* Wrapper */
.wrapper { 
	top: 70px;
	width:100%; 
	margin: 0;
	margin-top: 70px;
	padding: 0;
	z-index:1;
}
.site-wrapper{ 
	width:100%; 
	margin: 0 auto; 
}
/* extras */
.round{
	padding: 0 20px 20px 20px;
	margin: 0 10px 20px 10px;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 0 5px #333333;
}
.round img{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.extralink a{
	position: absolute;
	bottom: 10px;
	right: 0px;
	font-size: 60%;
	margin: 10px;
	padding: 10px 20px;
	border-radius: 5px;
	color: #ffffff;
	background: #a058a2;
}

.footer{
	background: #444444;
	color: #ffffff !important;
}
.footer h2, .footer a{
	color: #ffffff !important;
}
.footer a {
	text-decoration:none;
}

/* RESPONSIVE */
@media screen and (max-width:1199px){
	body{ font-size:20px; }
	.menu_full{display: none;}
	.menu_mobile{display:block;}
	
	.wrapper{margin-top: 70px;}
	.site-wrapper{ width: 100%; padding: 0;}
	.wpb_content_element{padding:0!important;}
	.vc_column_container{ padding: 0 !important; }
	
	h1{ font-size: 30px; line-height: 45px; }
	h2{ font-size: 21px; line-height: 35px; }
	
	/* Hamburger Navigation */

	/*----- Icon 'OPEN' -----*/
	a.open img{ position: absolute; top: 15px; right: 15px; width: 40px; height: 40px; display: block; z-index: 2000;}

	/*----- Icon 'CLOSE' -----*/
	a.close img{ position: fixed; top: 5px; right: 5px; width: 40px; height: 40px; display: block; z-index: 2001;}

	/*----- Menü -----*/
	.menu {height:auto;}
	nav.hamMenu{ 
		position: absolute; 
		right: 0; 
		top: 0px; 
		width: 100%;
		max-width: 100vw;
		color: #ffffff; 
		background: #444444; 
		border: 1px solid #333333;
		transform: scaleY(0);
		box-shadow: 0 0 5px #000000;
		
		overflow: hidden; 
		z-index: 2001;

		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	nav.hamMenu li{ display:block; height: 50px; line-height: 50px; background: #444444; margin: 0; padding: 0;}
	nav.hamMenu li:before { content: ""; border-top: 1px solid #999999; height: 50px; width:300%; display:block; clear:both; left:-100%; position:absolute; float:left; pointer-events:none;}
	nav.hamMenu a { display: block; line-height: 50px; height: 50px; }

	#nav-m:target { display: none; }
	#nav-m:target + nav.hamMenu{ top: 0px; transform: scaleY(1); }

	.btn_termin{
		font-size:16px;
		width:150px;
		right:75px;
	}
}


/*------------------------------------*\
    PLUGINS
\*------------------------------------*/

/* COMPOSER */
.vc_row { 
	margin:0 !important; 
	padding: 0 !important; 
}
.vc_row{ 
	margin-bottom:0 !important; 
}
.vc_column-inner{ 
	margin:0px !important; 
}
.wpb_content_element{ 
	margin-bottom: 0 !important; 
}
.vc_tta-panels p{
	color: #000000; 
}
.vc_grid.vc_row.vc_grid-gutter-10px .vc_grid-item{
	margin: 0 !important;
}
.vc_column-inner {
  padding-top: 0px!important;
}
/* CONTACT  */
input.wpcf7-form-control { 
	height:40px; 
	border: 1px solid #333333; 
	padding:5px; 
	width:100%; 
	max-width: 100%;
}
input[type="checkbox"]{
	width: 30px; 
	height: 27px; 
	float:left; 
	margin-right:5px; 
}
span.wpcf7-list-item{
	margin:0;
}
input.wpcf7-submit{	
	height: 45px; 
	width: 140px;
	color: #ffffdd; 
	background: #000000;
}
textarea{ 
	width: 100%; 
	border: 1px solid #333333; 
	padding:5px; 
}

/* COMPLIANZ */
#cmplz-document{
	max-width:100% !important;
}
.grecaptcha-badge{z-index:1!important;}

.btn_orange a{
	background-color:#cba43d!important;
	color:#000000!important;
	font-size:20px!important;
}
.btn_mehr a{
	background-color:#575757!important;
	color:#cba43d!important;
	font-size:20px!important;
}
  .vc_row.vc_row-flex > .vc_column_container > .vc_column-inner > * {
    min-height: 0!important;
  }

.tablepress > :where(thead, tfoot) > tr > * {
background-color:darkgrey!important;
}