/* ==============
Theme Name: Dr Huber
Description: Responsive, SEO-friendly WordPress theme for www.drhuber.wien
Version: 3.0
Author: Michael Wilke, Designtiger Webdesign
Author URI: http://www.designtiger.at/
============== */

@import url("css/reset.css");
@import url("css/grid.css");
@import url("css/basic.css");

@import url("fonts/dina.css");

/* Navigation */
@import url("css/nav.css");
/* Slider */
@import url("css/slider.css");
/* @import url("css/toggle.css"); */

@import url("css/iconsd.css");


body,
input,
select,
textarea {
	font-family: 'DinaLight', DinaLight, arial, sans-serif;
}

html,
body {
	font-size: 17px;
}

body {
	line-height: 1.53rem;
	color: #6a6866;
	
	/*
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	*/
}

.mobile {
	display: none !important;
}

.nomobile {
    display: block !important;
}

#topbar {
	background: #f2f1f0;
	padding: 10px 0;
	
	font-family: 'DinaMedium', DinaMedium, arial, sans-serif;
}

#outer {
	
}

#header {
	background: #fff;
	
	padding-top: 	20px;
	padding-bottom: 20px;
	
	border-top:    1px solid #ebe9e7;
	border-bottom: 1px solid #ebe9e7;
	
	z-index: 11996;
	top: 0;
	position: -webkit-sticky;
	position: sticky;
}

#logo {
	background: url(images/logo.jpg) 0 0 no-repeat;
	background-size: contain;
}

#logo,
#logo a {
	width: 100%;
	height: 55px;
}

#logo a {
	display: block;
	text-indent: -9999px;
}

#meta {
	
}

#nav {
	
}

#slider {
	
}

#main {
	
}

#sidebar {
	
}

#footer {
	
}

#subfooter {
	font-size: 0.88rem;
	font-family: 'Dina', Dina, arial, sans-serif;
}

#navicon,
#mobnav {
	display: none;
}

.postinfo {
	display: none;
	height: 0px;
	overflow: hidden;
	text-indent: -9999px;
}

.nobreak {
	white-space: nowrap;
}

.round {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

/*************************************************
* Typo

	-webkit-transition: all 500ms ease;
	   -moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		 -o-transition: all 500ms ease;
		 	transition: all 500ms ease;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

*************************************************/

a {
	text-decoration: none;
	-webkit-transition: all 200ms ease;
	   -moz-transition: all 200ms ease;
	    -ms-transition: all 200ms ease;
	     -o-transition: all 200ms ease;
	     	transition: all 200ms ease;
	     		     	
	color: #949184;
}

a:hover {
	color: #eaa70e;
}

strong, b {
	font-family: 'Dina', Dina, arial, sans-serif;
	font-weight: normal;
}

#main h1,
h2 {
	font-family: 'Dina', Dina, arial, sans-serif;
	
	font-size: 1.6rem;
	line-height: 1.4;
}

h3 {
	font-family: 'Dina', Dina, arial, sans-serif;
	
	font-size: 1.2rem;
	line-height: 1.4;

	margin-top:    2rem;
	margin-bottom: 1rem;
}

h4 {
	font-size: 1.025rem;
	line-height: 1;
	
	margin-top: 2rem;
	margin-bottom: 1rem;
	
	font-weight: bold;
}

h5, h6 {
	font-weight: bold;
	margin-bottom: 0;
	
	font-size: 0.95rem;
	text-transform: uppercase;
}

#main h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

#main h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	
}

#main ul, #main ol {
	margin-bottom: 1.2rem;
}

#main ul li {
	list-style-type: disc;
	margin-left: 20px;
}

#main ol li {
	list-style-type: decimal;
	margin-left: 20px;
}

p {
	margin-bottom: 1rem;
}

#footer {
	line-height: 1.7rem;
}

#footer a {
    color: #6a6866;
}

#footer .button a {
    color: #fff;
}

#footer a:hover,
#footer li.current-menu-item > a {
    color: #eaa70e;
}

#subfooter p {
	margin: 0;
}

blockquote {
	font-size: 1.1rem;
	line-height: 1.8;
	color: green;
	font-style: italic;
	margin: 2rem 1.8rem;
}

hr {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	height: 1px;
	margin: 20px 0 20px 0;
	border-bottom: 1px solid #eaa70e;
}

.line {
	width: 100%;
	height: 1px;
	background: #eaa70e;
}

#footer .line {
	background: #e2dfdd;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

.textjustify {
	text-align: justify;
}

#main img {
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius: 		   3px;
}


/*************************************************
* Topbar
*************************************************/

#topbar {
	font-size: 0.882rem;
	text-align: right;
}

#topbar p {
	margin: 0;
}

#topbar,
#topbar a {
	color: #c0bdbb;
}

#topbar .icon {
	color: #eaa70e;
	width: 18px;
	margin-right: 5px;
	font-size: 1.1rem;
	
	display: inline-block;
	position: relative;
	top: 2px;
}

#topbar .topspan {
	margin-right: 40px;
}

#topbar .icon {
	
}

/*************************************************
* CTA
*************************************************/

#kontaktieren,
.kontaktieren {
	background: #f0efed;
}

#sidekontakt .icon,
#kontaktieren .icon,
.#kontaktieren .icon {
	color: #eaa70e;
	width: 18px;
	margin-right: 5px;
	font-size: 1.1rem;
	
	display: inline-block;
	position: relative;
	top: 2px;
}

#kontaktieren p,
.kontaktieren p {
	line-height: 1.72;
}

#sidekontakt {
	line-height: 1.7;
}

.ctabox {
	background: #ebe9e7;
	
	border: 1px solid #e2dfdd;
	
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius: 		   3px;
}

.ctabox .gmap {
	border-left: 1px solid #e2dfdd;
}

span.otag {
	display: inline-block;
	width: 100px;
}

span.ovon1 {
	
}


/*************************************************
* Teaser, Subpages
*************************************************/

#teaser h3 {
	margin: 0;
	padding: 0;
}

.teaser {
	
}

/*************************************************
* Slider
*************************************************/

#slider h3 {
	margin: 0;
	padding: 0;
}

.singleslide {
	position: relative;
}

.sliderbild {
	
}

.sliderolay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.16);
}

.sliderlogo {
	width: 280px;
	margin: 10px auto 0 auto;
}

.slidertext p {
	font-family: 'DinaMedium', DinaMedium, arial, sans-serif;
	font-family: 'Dina', Dina, arial, sans-serif;
	
	font-size: 1.32rem;
	line-height: 1.7;
	color: #ebe9e7;
	
	text-shadow: 1px 2px 5px #242424;
	
	margin-bottom: 2rem;
}

/*************************************************
* Button
*************************************************/

.button {
	
}

.button a {
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none;	
	padding: 13px 20px 10px 20px;
	line-height: 1;
	margin: 0;
	
	color: #fff;
	background: #eaa70e;
	
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius: 		   3px;
}

.button.ghost a {
	width: auto;
	display: inline-block; 

	color: #fff;
	background: rgba(227,225,223,0.6);
	border: 1px solid #d9d6d4;
}

.button a:hover {
	background: #eaa70e;
}

.button.ghost a:hover {
	background: rgba(227,225,223,0.2);
	border: 1px solid #d9d6d4;
}




.mobilebutton {
	display: none;
}

.mobilebutton a .icon {
	position: relative;
	top: 2px;
	padding: 0 5px 0 0;
}

/*************************************************
* Seitenanfang
*************************************************/

#totop {
	position: fixed;
	right:  10px;
	bottom: 25px;
	width: 	40px;
	height: 40px;
	background: #eaa70e;
	
	z-index: 999;
	display: none;
}

#totop a {
	text-align: center;
	display: block;
	width: 	40px;
	height: 40px;
	line-height: 38px;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	padding-left: 2px;
}

/*************************************************
* Edit-Link
*************************************************/

.editlink {
	clear: both;
	margin: 10px 0;
}

.editlink a {
	border: 2px solid #eaa70e;
	padding: 10px 20px;
	font-size: 15px;
	
	-webkit-transition: all 200ms ease;
	   -moz-transition: all 200ms ease;
		-ms-transition: all 200ms ease;
		 -o-transition: all 200ms ease;
		 	transition: all 200ms ease;
}

.editlink a:hover {
	border: 2px solid #eaa70e; 
}

/*************************************************
* Formulare
*************************************************/


input,
input[type="text"], 
input[type="email"],
input[type="tel"], 
textarea,
select  {
	width: 100%;
}

input[type="text"], 
input[type="email"], 
input[type="tel"], 
input[type="submit"],
textarea {
	-webkit-appearance: none;
    -webkit-border-radius: 	0px;
	-moz-border-radius: 	0px;
	border-radius: 			0px;    
    
    line-height: 1.1;
	font-size: 16px;
	background: #fff;
	padding: 9px 10px 6px 10px;
	border: 1px solid #fff;
	
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

input:focus,
input[type="text"]:focus, 
input[type="email"]:focus,
input[type="tel"]:focus
textarea:focus {
	border-color: #e2dfdd;
}

input[type="submit"] {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	
	-webkit-user-select: none;
	-moz-user-select:	 none;
	-ms-user-select:	 none;
	user-select:		 none;
	
	padding: 10px 40px 10px 40px;
	
	font-family: 'Dina', Dina, arial, sans-serif;
	
	border: 1px solid #eaa70e;
	background: #eaa70e;	
	color: #fff;
	
	width: auto;
	float: right;
	
	-webkit-transition: all 500ms ease;
	   -moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		 -o-transition: all 500ms ease;
		 	transition: all 500ms ease;
}

input[type="submit"]:hover {
	text-decoration:none;
	cursor:pointer;
	
	border: 1px solid #cd930f;
	background: #cd930f;
}

input[type="submit"]:disabled {
	opacity: 0.2;
}


.wpcf7 p {
	line-height: 1.8;
	margin-bottom: 10px;
}

span.wpcf7-not-valid-tip {
	color: #c0523a !important;
}

div.wpcf7-response-output {
	border: 2px solid green !important;
}

div.wpcf7-validation-errors {
	border: 2px solid #c0523a !important;
}




.wpcf7-acceptance .wpcf7-list-item {
	margin: 0 20px 0 0;
	display: inline-block;
	display: block;
	line-height: 1.4;
}

.wpcf7-acceptance .wpcf7-list-item label {
	font-size: 15px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);	
}

input[type="checkbox"], 
input[type="radio"] {
	width: auto;
	display: inline-block;
	margin: 0 5px 0 5px;
}

/*************************************************
* Responsive 
*************************************************/

@media (max-width: 480px) {
	input,
	input[type="text"], 
	input[type="email"], 
	textarea,
	select  {
		width: 100%;
	}
}

@media (max-width: 767px) {
  	/* Disable Safari mobile zoom */
	select, textarea, input, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select:focus, input:focus { 
		font-size: 16px;
	}
	
	.mobilebutton {
		display: block;
	}
}

@media (max-width:767px) {
	html,
	body {
		
	}
	
}

@media (min-width: 768px) {
	
}

@media (min-width: 768px) and (max-width: 1023px) {
    
}

@media (min-width: 1024px) {
	
}

@media (min-width: 1024px) and (max-width: 1419px) {
    #sidekontakt {
	    padding-left: 20px;
	    padding-right: 20px;
    }
}

@media (min-width: 1180px) {
	
}

@media (min-width: 1180px) and (max-width: 1419px) {
    
}

@media (min-width:1420px) {
	html,
	body {
		
	}
}

@media (min-width:1420px) and (max-width:1659px) {
    
}

@media (min-width:1600px) {
	html,
	body {
		
	}    
}




@media (max-width:768px) {
	html,
	body {
		
	}
	
	.mobile {
		display: block !important;
	}
	
	.nomobile {
		display: none !important;
	}
	
	#nav,
	#meta {
		display: none;
	}
	
	#topbar {
		text-align: left;
		color: #9b9997;
	}
	
	#topbar a {
		color: #9b9997;
	}
	
	#topbar .topspan {
		margin-right: 0;
		display: block;
	}
	
	#topbar .mobbreak {
		display: block !important;
	}
	
	#topbar .mobbreak .icon {
		display: inline-block !important;
		width: 18px !important;
		height: 20px;
	}
	
	#header {
		padding-top: 	12px;
		padding-bottom: 12px;	
	}
	
	#logo,
	#logo a {
		height: 44px;
	}
	
	
	.button a {
		padding: 13px 20px 13px 20px;
		font-family: 'Dina', Dina, arial, sans-serif;
	}
	
	.sliderlogo img {
		display: none;
	}
	
	.sliderolay {
		background-image: url(images/logoicon.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: auto 60%;
	}
	
	.slidertext  {
		display: none;
	}

	
	
	#navicon,
	#mobnav {
		display: block;
	}
	
	#subfooter {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	#subfooter .textright {
		text-align: left;
	}
	
	
	
	#navicon {
		position: fixed;
		z-index: 11999;
		left:  100%;
		margin-left: -50px;
		top: 	12px;
		width:  40px;
		height: 40px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		cursor: pointer;
		-webkit-transition: background 100ms ease;
		   -moz-transition: background 100ms ease;
			-ms-transition: background 100ms ease;
			 -o-transition: background 100ms ease;
			 	transition: background 100ms ease;
		
		background: #fff;
		border: 0;
	}
	
	#navicon span,
	#navicon span:before,
	#navicon span:after {
		display: inline-block;
		height: 3px;
		position: absolute;
		width: 26px;
		
		-webkit-transition: all 500ms ease;
		   -moz-transition: all 500ms ease;
			-ms-transition: all 500ms ease;
			 -o-transition: all 500ms ease;
			 	transition: all 500ms ease;
			 	
		background-color: #eaa70e;
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
		   		border-radius: 2px;

	}
	
	#navicon span {
	    left:   7px;
	    top:   19px;
	}
	
	#navicon span:before {
	    content: "";
	    left: 0;
	    top: 8px;
	}
	
	#navicon span:after {
	    content: "";
	    left: 0;
	    top: -8px;
	}
	
	#navicon:focus span,
	#navicon:focus span:before,
	#navicon:focus span:after {
		background-color: #eaa70e;
	}
	
	#navicon.active {
		
		/*
		-webkit-transition: left 500ms ease, right 500ms ease;
		   -moz-transition: left 500ms ease, right 500ms ease;
			-ms-transition: left 500ms ease, right 500ms ease;
			 -o-transition: left 500ms ease, right 500ms ease;
			 	transition: left 500ms ease, right 500ms ease;
		*/
		-webkit-transition: all 500ms ease;
		   -moz-transition: all 500ms ease;
			-ms-transition: all 500ms ease;
			 -o-transition: all 500ms ease;
			 	transition: all 500ms ease;
	}
	
	#navicon.active span:before,
	#navicon.active span:after {
		
	}
	
	#navicon.active span {
		background: rgba(0,0,0,0);
	}
	
	#navicon.active span:before,
	#navicon.active span:after {
		background-color: #eaa70e;
		position: absolute;
	    left: 0;
	    top: 0;
	    width: 25px;
	}
	
	#navicon.active span:before {
		-webkit-transform: 	rotate(-45deg);
	    -moz-transform: 	rotate(-45deg);
	    -o-transform: 		rotate(-45deg);
	    -ms-transform: 		rotate(-45deg);
	    transform: 			rotate(-45deg);
	}
	
	#navicon.active span:after {
	     -webkit-transform: rotate(45deg);
	     -moz-transform: 	rotate(45deg);
	     -o-transform: 		rotate(45deg);
	     -ms-transform: 	rotate(45deg);
	     transform: 		rotate(45deg);
	}
	
	#mobnav {
		overflow-y: scroll; 
		-webkit-overflow-scrolling: touch;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		
		position: fixed;
		z-index: 11998;
		top: 0;
		height: 100%;
		left: -100%;
		width: 100%;
		width: calc( 100% - 60px );
		
		background: #ddd;
		background: #f0efed;
		padding-top: 12px;
		
		
		line-height: 1.6;
		font-family: 'Dina', Dina, arial, sans-serif;
		
		-webkit-transition: left 500ms ease;
		   -moz-transition: left 500ms ease;
			-ms-transition: left 500ms ease;
			 -o-transition: left 500ms ease;
			 	transition: left 500ms ease;
	}
	
	#mobnav.active {
		left: 0;
		
		-webkit-transition: left 500ms ease;
		   -moz-transition: left 500ms ease;
			-ms-transition: left 500ms ease;
			 -o-transition: left 500ms ease;
			 	transition: left 500ms ease;
	}
	
	 
	
	#mobolay {
		position: fixed;
		z-index: -1;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		background: rgba(186,186,186,0);
		
		-webkit-transition: background 500ms ease, z-index 100ms ease;
		   -moz-transition: background 500ms ease, z-index 100ms ease;
			-ms-transition: background 500ms ease, z-index 100ms ease;
			 -o-transition: background 500ms ease, z-index 100ms ease;
			 	transition: background 500ms ease, z-index 100ms ease;
	}
	
	#mobolay.active {
		z-index: 11997;
		background: rgba(186,186,186,0.75);
	}
	
	#mobnav a {
		color: #6a6866;
	}
	
	#mobnav .button a {
		color: #fff;
	}
	
	#mobnav a:hover,
	#mobnav li.current-menu-item > a {
		color: #eaa70e;
	}
	
	#mobnav .button a:hover {
		color: #fff;
		background: #cd930f;
	}
	
	#mobmenu ul {
		
	}
	
	#mobmenu ul li a {
		padding: 2px 0;
		display: block;
	}
	
	#mobmenu ul li ul li {
		margin-left: 20px;
	}
	
	#mobnav p {
		margin-bottom: 0.8rem;
	}
	
	#mobnav .icon {
		color: #eaa70e;
		width: 18px;
		margin-right: 5px;
		font-size: 1.1rem;
		
		display: inline-block;
		position: relative;
		top: 2px;
	}

	
}

@media (max-width:400px) {
	#kontaktieren p {
		font-size: 15px;
	}
	
	span.otag {
		width: 85px;
	}
	
	span.hidemob {
		display: none;
	}
}





.responsive_map {
	height: 0;
	overflow: hidden;
	position: relative;
	padding-bottom: 100%; /* desired aspect ratio */
}

.responsive_map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;	
	top: 0;	
	border: 0;
}

@media (max-width:767px) {
	.responsive_map {
		padding-bottom: 80%; /* desired aspect ratio */
	}
}










