/* ==============
Theme Name: CILAS
Description: Responsive, SEO-friendly WordPress theme for www.cilas.at
Version: 1.0
Author: Michael Wilke, Designtiger Webdesign
Author URI: http://www.designtiger.at/
============== */

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

/* Grid */
/* @import url("css/grid17.css"); */
@import url("css/grid18.css");

/* Function */
@import url("css/nav.css");
@import url("css/toggle.css");



/*************************************************
* Webfonts

Century Gothic Pro Bold

font-family: century-gothic, sans-serif;

font-weight: 700;

font-style: normal;

Century Gothic Pro Italic

font-family: century-gothic, sans-serif;

font-weight: 400;

font-style: italic;

Century Gothic Pro Regular

font-family: century-gothic, sans-serif;

font-weight: 400;

font-style: normal;


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

/*************************************************
****            Custom Styles				  ****
*************************************************/

body,
input,
select,
textarea {
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
}

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

body {
	line-height: 1.65;
	color: #6d7172;
	background: #fff;
	
/*
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
*/
}

.wrap {
	background: #fff;
}

#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;
}

.bgwhite {
	background: #fff;
}

.bgtransparent {
	background: transparent;
}

.bglight {
	background: #f0f0f0;
}

.bgmedium {
	background: #c3f4fe;
}

.bgdark {
	background: #01a7ca;
}

.bgdark80 {
	background: rgba(1, 167, 202, 0.8);
	background: transparent;
}

[class^='bg'] .wrap {
	background: transparent;
}

.border {
	border: 1px solid #01a7ca;
}

/*************************************************
* 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: #01a7ca;
}

a:hover {
	color: #0181a6;
}

strong, b {
	font-weight: 700;
}

u {
	text-decoration: none;
}

h1 {
	font-size: 38px;
	line-height: 1.2;	
	
	margin-bottom: 30px;
}

h2 {
	font-size: 22px;
	
	margin-top:    20px;
	margin-bottom: 20px;
}

.s_breaker h2 {
/* 	color: #fff; */
	
	border-bottom: 1px solid #01a7ca;
	padding-bottom: 20px;
	
}

h3 {
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 15px;
}

h4 {
	font-size: 15px;
	font-weight: 700;
	
	margin-top: 25px;
	margin-bottom: 15px;	
}

h5, h6 {
	font-size: 14px;
	text-transform: uppercase;
	
	margin-top: 20px;
	margin-bottom: 5px;	
}

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

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

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

#main ul li ul {
	margin-bottom: 8px;
}

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

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

p {
	margin-bottom: 20px;
}

blockquote {
	font-size: 18px;
	line-height: 1.8;
	color: #01a7ca;
	font-style: italic;
	margin: 30px 0 30px 0;
	padding: 0 0 0 15px;
	border-left: 3px solid grey;
}

hr {
	height: 1px;
	margin: 20px 0 20px 0;
	border-bottom: 1px solid #01a7ca;
}

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

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

.textjustify {
	text-align: justify;
}


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

#topbar {
	padding: 10px 0;
}

#topbar p {
	margin: 0;
	font-size: 14px;
}


/*************************************************
* Header
*************************************************/

#header {
	position: fixed;
	z-index: 30003;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	background: #fff;
	padding-top:    30px;
	padding-bottom: 30px;
	
			box-shadow: 0 0 10px 0 rgba(60,60,60,0.5);
	-webkit-box-shadow: 0 0 10px 0 rgba(60,60,60,0.5);	
	
/*
            box-shadow: 0 10px 10px -10px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 10px 10px -10px rgba(0,0,0,0.15);
*/
    
	
}

#header, 
#headerpadding {
	-webkit-transition: padding 300ms ease, height 300ms ease;
	   -moz-transition: padding 300ms ease, height 300ms ease;
		-ms-transition: padding 300ms ease, height 300ms ease;
		 -o-transition: padding 300ms ease, height 300ms ease;
		 	transition: padding 300ms ease, height 300ms ease;
}

#headerpadding {
	height: 120px;
}

.scroll #header {
	padding-top:    15px;
	padding-bottom: 15px;
	
			box-shadow: 0 0 10px 0 rgba(60,60,60,1);
	-webkit-box-shadow: 0 0 10px 0 rgba(60,60,60,1);
	
/*
	        box-shadow: 0 10px 10px -10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 10px 10px -10px rgba(0,0,0,0.3);
*/
		   
}

.scroll #headerpadding {
	height: 90px;
}


#logo,
#moblogo {
	background-image: url(images/logo2.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}

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

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

#moblogo,
#moblogo a {
	width: 100%;
	height: 60px;
}


/*************************************************
* CONTENT SECTIONS
*************************************************/


.s_introtext {
	padding-top: 80px;
	padding-bottom: 80px;
	color: #fff;
	text-align: center;
}

.s_introtext h1 {
	font-size: 32px;
	margin: 0;
	line-height: 1.6;
}


.s_introbild {
	
}

.s_introbildbild {
	background-position: center center;
	background-size: cover;
	height: 400px;
}

@media ( max-width:480px ) {
	.s_introbildbild {
		height: 200px;
	}
}


.s_zitat .wrap {
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
}

.s_zitat p {
	font-style: italic;
}

.s_zitat p.zitat {
	font-size: 20px;
}

.s_zitat p.autor {
	text-align: right;
	margin-bottom: 0;
}

p.caption {
	font-size: 14px;
	text-align: right;
	margin: 0;
	padding: 6px 0 0 0;
	font-style: italic;
}


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

.service {
	position: relative;
}

.service img {
	-webkit-transition: all 200ms ease;
	   -moz-transition: all 200ms ease;
		-ms-transition: all 200ms ease;
		 -o-transition: all 200ms ease;
		 	transition: all 200ms ease;
}

.service:hover img {
	opacity: 0.6;
}

.service_inner {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	
	
	
	-webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.service_inner_text {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    
    text-align: center;
}

.service a {
	display: block; 
	color: #fff;
}

.service a:hover {
	
}

.service p.service_title {
	font-size: 18px;
}

.service p.service_text {
	
}

.service p.service_link {
	margin: 0;
}

.service p.service_title,
.service p.service_text,
.service p.service_link {
	padding: 0 30px 0 30px;
}



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

.button {
	
}

.button a {
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none;	
	padding: 15px 25px;
	margin: 0;
	margin-bottom: 10px;
	
	font-size:   15px;
	line-height: 1.25;
	
	color: #fff;
	background: #01a7ca;
	border: 1px solid #01a7ca;
}

.button.ghost a {
	color: #01a7ca;
	background: #fff;
	border: 1px solid #01a7ca;
}

.button a:hover {
	background: #0181a6;
}

.button.ghost a:hover {
	background: #01a7ca;
	color: #fff;
}

.mobilebutton {
	display: none;
}

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

/*************************************************
* Kontakt-Box
*************************************************/

#kontaktieren {
	
}

#kontaktieren h3 {
	margin-top: 0;
}


/*************************************************
* Footer
*************************************************/

#footer {
	font-size: 14px;
}

#footer p {
	margin: 0;
}

#footer span {
	margin-left: 30px;
}

#footer a.copy {
	opacity: 0.3;
}

#footer a.copy:hover {
	opacity: 0.6;
}

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

#totop {
	position: fixed;
	right:  10px;
	bottom: 25px;
	width: 	40px;
	height: 40px;
	background: #01a7ca;
	
	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
*************************************************/

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

.editbutton a {
	border: 2px solid #01a7ca;
	padding: 10px 20px;
	font-size: 0.94rem;
	font-weight: 700;
	
	-webkit-transition: all 200ms ease;
	   -moz-transition: all 200ms ease;
		-ms-transition: all 200ms ease;
		 -o-transition: all 200ms ease;
		 	transition: all 200ms ease;
}

.editbutton a:hover {
	border: 2px solid #0181a6; 
}

.editlink {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: 700;
	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.editlink .icon {
	font-size: 0.6rem;
	font-weight: normal;
	position: relative;
	top: -2px;
	margin-right: 4px;
}

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

.cform {
	margin: 0;
	padding: 0;
}

.cform p {
	display: block;
	margin-bottom: 20px;
}

input[type="text"], 
input[type="email"], 
input[type="tel"], 
input[type="submit"],
textarea,
select  {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	
	-webkit-appearance: none;
    -webkit-border-radius: 	0px;
	-moz-border-radius: 	0px;
	border-radius: 			0px;    
	
	-webkit-transition: all 500ms ease;
	   -moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		 -o-transition: all 500ms ease;
		 	transition: all 500ms ease;


	font-size: 16px;
	line-height: 1.2;
	
	background: white;
	padding: 8px;
	border: 1px solid #e0e0e0;
	
	float: left;
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="tel"]:focus, 
input[type="submit"]:focus,
textarea:focus {
	background: white;
	border: 1px solid #01a7ca;
}

input[type="checkbox"] {
    -webkit-border-radius: 	0px;
	-moz-border-radius: 	0px;
	border-radius: 			0px;
}

input[type="checkbox"],
input[type="radio"] {
	cursor: pointer;
	/* -webkit-appearance: none; */
	border: 1px solid grey;
	
	width:  16px;
	height: 16px;
	display: inline-block;
	margin: 0 8px 0 0;	
}

input[type="checkbox"],
input[type="radio"],
input[type="submit"] {
	-webkit-user-select: none;
	-moz-user-select:	 none;
	-ms-user-select:	 none;
	user-select:		 none;
	}


@media (max-width:1023px) {
	input[type="checkbox"],
	input[type="radio"] {
		position: relative;
		top: 3px;
	}
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
	background: #01a7ca;
	border: 1px solid #01a7ca;
}


input[type="radio"]:checked+label { 
	
}

.wpcf7-form-control-wrap {
	margin-bottom: 10px;
	/*
	width: 100%;
	display: block;
	
	*/
}

.wpcf7-list-item {
	width: 100%;
	display: block;
	margin: 0 0 0 0 !important;
}

.wpcf7-list-item label {
	cursor: pointer;
	margin: 0;
	padding: 0;
}

.wpcf7-list-item label {
	
}

.wpcf7-acceptance label {
	display: inline-block;
	font-size: 0.95rem;
	line-height: 1.5;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

input[type="submit"] {
	cursor: pointer;
	
	display: block;
	float: left;	
	width: auto;
	margin: 10px 0 10px 0;
	padding: 10px 40px;
	border: 1px solid #01a7ca;
	background: #01a7ca;	
	color: #fff;
}

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

input[type="submit"]:disabled,
input[type="submit"]:disabled:focus,
input[type="submit"]:disabled:hover {
	border: 1px solid #01a7ca;
	background: #01a7ca;
	opacity: 0.2;
}

.wpcf7-response-output {
	clear: both;
	display: block;
	width: 100%;
}

span.wpcf7-not-valid-tip {
	display: inline;
	color: red !important;
	font-size: 15px !important;
}

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

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

/*************************************************
* Google Maps
*************************************************/

.gmap {
	width: 100%;
	height: 400px;
}

.gmap img {
	max-width: none;
}

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

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

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

@media (max-width: 767px) {
	
	.mobilebutton {
		display: block;
	}
}

@media (max-width:1023px) {
	html,
	body {
		
	}
	
	/* Disable 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;
	}
	
	#header .wrap.full {
		padding-left: 12px;
	}
	
	#nav,
	#meta,
	#topbar {
		display: none;
	}
	
	#logo,
	#logo a,
	#moblogo,
	#moblogo a {
		height: 40px;
	}
	
	#header, 
	.scroll #header {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	#headerpadding {
		height: 70px;
	}
	
	.scroll #headerpadding {
		height: 70px;
	}
	
	#navicon,
	#mobnav {
		display: block;
	}
	
	#footer {
		padding-bottom: 20px;
	}
	
	#footer .wrap {
		padding-top: 15px;
	}
	
	#footer span {
		display: block;
		margin-left: 0;
		margin-top: 10px;
	}
	
	#subfooter .textright {
		text-align: left;
	}
	
	
	
	
	/* Nav Icon */
	
	#navicon {
		position: fixed;
		z-index: 30004;
		right: 10px;
		top:   15px;
		width:  40px;
		height: 40px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		cursor: pointer;				
		border: none;		
	}
	
	#navicon span,
	#navicon span:before,
	#navicon span:after {
		display: inline-block;
		height: 2px;
		position: absolute;
		width: 30px;
			 	
		background-color: #fff;
		background-color: #01a7ca;
		
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
		   		border-radius: 2px;
		
		/*
		-webkit-box-shadow: 0px 0px 3px 0px #01a7ca;
				box-shadow: 0px 0px 3px 0px #01a7ca;
		*/
		
/*
		-webkit-box-shadow: 0px 0px 1px 2px #fff;
				box-shadow: 0px 0px 1px 2px #fff;
*/
				
		-webkit-transition: all 250ms ease;
		   -moz-transition: all 250ms ease;
			-ms-transition: all 250ms ease;
			 -o-transition: all 250ms ease;
			 	transition: all 250ms ease;

	}
	
	#navicon span {
	    left:   5px;
	    top:   19px;

	}
	
	#navicon span:before {
	    content: "";
	    left: 0;
	    top: 9px;
	}
	
	#navicon span:after {
	    content: "";
	    left: 0;
	    top: -9px;
	}
	
	#navicon:focus span,
	#navicon:focus span:before,
	#navicon:focus span:after {
		background-color: #fff;
		
	}
	
	#navicon.active {
		-webkit-transition: background 100ms ease;
		   -moz-transition: background 100ms ease;
			-ms-transition: background 100ms ease;
			 -o-transition: background 100ms ease;
			 	transition: background 100ms ease;
	}
	
	#navicon.active span:before,
	#navicon.active span:after {
		
	}
	
	#navicon.active span {
		background: rgba(0,0,0,0);
		
		-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
				box-shadow: 0 0 0 0 rgba(0,0,0,0);
	}
	
	#navicon.active span:before,
	#navicon.active span:after {
		background-color: #fff;
		position: absolute;
	    left: 0;
	    top: 0;
	    width: 30px;
	    
	    background: #01a7ca;
	    
	    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
				box-shadow: 0 0 0 0 rgba(0,0,0,0);

	}
	
	#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 */
	
	#mobnav {
		overflow-y: scroll; 
		-webkit-overflow-scrolling: touch;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		
		position: fixed;
		z-index: 20002;
		top: 0;
		height: 100%;
		right: -100%;
		width: 100%;
		
		padding-top: 80px;
		
		-webkit-transition: right 500ms ease;
		   -moz-transition: right 500ms ease;
			-ms-transition: right 500ms ease;
			 -o-transition: right 500ms ease;
			 	transition: right 500ms ease;
	}
	
	#mobnav.active {
		right: 0;
	}
	
	/* Mobile Language */
	
	#moblang {
		
	}
	
	#moblang ul {
		
	}
	
	#moblang ul li {
		float: left;
		padding: 0 15px 0 15px;
	}
	
	/* Mobile Menu */
	
	#mobnav {
		font-size: 19px;
	}
	
	#mobnav p {
		line-height: 2;
	}
	
	#mobmenu ul li {		
		position: relative;
	}
	
	#mobnav,
	#mobnav a,
	#mobmenu,
	#mobmenu a {
		color: #01a7ca;
		color: #fff;
	}
	
	#mobmenu ul li a {
		display: block;
		padding: 0 40px 0 15px;
		height: 44px;
		line-height: 44px;
/* 		border-bottom: 1px solid white; */
	}
	
	#mobnav a:hover,
	#moblang a.lang_sel_sel,
	#moblang li.wpml-ls-current-language a
	#mobmenu ul li.current-menu-item > a,
	#mobmenu ul li a:hover,
	#mobmenu ul li a:focus {
		color: #0181a6;
		color: #b4e5ef;
	}
	
	#mobnav ul.menu>li > a,
	#mobnav ul.menu li > ul > li.menu-item-has-children > a {
		font-weight: 700;
	}
	
	#mobmenu ul li:first-child a {
/* 		border-top: 1px solid white; */
	}
	
	#mobmenu ul li ul {
		display: none;
	}
	
	#mobmenu ul li ul li {
		text-transform: none;
	}
	
	#mobmenu ul li ul li a {
		padding-left: 25px;
		font-size: 16px;
	}
	
	#mobmenu ul li ul li:first-child a {
		border-top: 0;
	}
	
	#mobmenu ul li ul li ul {
		display: none;
	}
	
	#mobmenu ul li ul li ul li a {
		padding-left: 45px;
	}
	
	/* Subnav */
	.subnavicon {
		position: absolute;
		right: 0;
		top: 0;
		width:  44px;
		height: 44px;
		font-size: 20px;
		line-height: 44px;
		text-align: center;
		
		
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	
	.subnavicon:before,
	.subnavicon:after {
		background: #01a7ca;
		background: #fff;
		content: '';
		display: block;
		width: 14px;
		height: 2px;
		position: absolute;
		left: 15px;
		
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
		   		border-radius: 2px;
		
		-webkit-transition: opacity 400ms ease;
		   -moz-transition: opacity 400ms ease;
			-ms-transition: opacity 400ms ease;
			 -o-transition: opacity 400ms ease;
			 	transition: opacity 400ms ease;
	}
	
	.subnavicon:before {
		top: 21px;
	}
	
	.subnavicon:after {
		top: 21px;
		transform: rotate( -90deg );
	}
	
	/*
	#mobnav .menu li.current-page-parent>.subnavicon.sub-menu-active {
		background: white;
	}
	
	#mobnav .menu li.current-page-parent>ul {
		background: white;
	}
	*/
	
	#mobnav .menu li .subnavicon.sub-menu-active {
		background: white;
		background: rgba(255,255,255,0.1);
	}
	
	#mobnav .menu>li>ul {
		background: white;
		background: rgba(255,255,255,0.1);
	}
	
	#mobnav .menu>li.current-page-ancestor>a {
		/*
		background: #f6f6f6;
		*/
	}
	
	.subnavicon.sub-menu-active:after {
		opacity: 0;
	}
	
	#mobnavcontact a {
		color: #0181a6;
	}
	
}

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

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

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

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

@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:1599px) {
    
}

@media (min-width:1600px) {
	html,
	body {
		
	}  
	
	#header.fixme {
		max-width: 1600px;
		margin: 0 auto;
	}  
	
}




















