/*
 Theme Name:   Visia
 Theme URI:
 Description:
 Author:
 Author URI:
 Template:     visia
 Version:      1.0.0
 License:
 License URI:
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  visia2
*/

/*alignment inside post page content*/
.alignright,
.alignleft,
.aligncenter,
.sticky,
.wp-caption-text,
.wp-caption,
.bypostauthor,
.gallery-caption{

}

.alignright{
	float:right;
	clear:right;
	margin-left:20px;
	margin-bottom:10px;
}

.alignleft{
	float:left;
	clear:left;
	margin-right:20px;
	margin-bottom:10px;
}

.aligncenter{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

strong{
	font-weight: bold;
	font-weight:700;
}

cite, var, em{
	font-style: italic;

}



ins {
	text-decoration: none;
}

.pe-wp-default h1,
div.post h1 a,
.pe-wp-default a,
.page-title h1{
	-moz-hyphens: auto;
	word-wrap: break-word;
}

.format-aside{
	border-left-width:22px;
	border-left-style: solid;
	padding: 20px;
}

.sticky .post-title h1{
	padding:10px 10px;
}

/*WPML*/

/*drop list*/
#lang_sel,
#lang_sel_click{
	height: 20px;
	z-index:2000;
}

#lang_sel_click img.iclflag {
	float: left;
	padding-top:5px;
	margin-right:5px;
}

#lang_sel_click ul ul img.iclflag {
	padding-top:0px;
	top:2px;
	margin-right:0;
}

#lang_sel ul ul li a:hover,
#lang_sel ul ul li,
#lang_sel ul ul li a:hover span{
	color:#666;
}

#lang_sel ul ul li:hover a,
#lang_sel_click ul ul li:hover a{
	color:#666;
	background-color:#fff;
}

#lang_sel a,
#lang_sel a:visited{
	border-color:#e9e9e9;
}

.sidebar #lang_sel li{
	width:100%;
}

.sidebar #lang_sel{
	display:block;
	height:34px;
}

#lang_sel ul ul a,
#lang_sel ul ul a:visited,
#lang_sel_click ul ul a,
#lang_sel_click ul ul a:visited {
	background-color:#fff;
	border-color:#e9e9e9;
	color:#666;
}


.widget #lang_sel ul ul a,
.widget #lang_sel ul ul a:visited,
.widget #lang_sel a.lang_sel_sel,
.widget #lang_sel_click ul ul a,
.widget #lang_sel_click ul ul a:visited,
.widget #lang_sel_click a.lang_sel_sel {
	background-color:#fff;
	border-color:#e9e9e9;
	color:#666;
}



.widget #lang_sel ul ul a{
	padding:8px;
	display:block;
}

.widget #lang_sel a.lang_sel_sel:hover,
.widget #lang_sel ul ul li:hover a,
.widget #lang_sel_click a.lang_sel_sel:hover,
.widget #lang_sel_click ul ul li:hover a{
	background-color:#fdfdfd;
	border-color:#e9e9e9;
	color:#666;
}

.widget #lang_sel ul ul li:hover a span{
	color:#666 !important;
}

.widget #lang_sel ul ul li:hover,
.widget #lang_sel ul ul li:hover a{
	border-color:#e9e9e9;
}

.widget #lang_sel a.lang_sel_sel{
	padding:4px 4px 4px 8px;
}


#lang_sel ul ul,
#lang_sel_click ul ul{
	border-top-color:#777;
}

.widget #lang_sel ul ul a,
#lang_sel ul ul a,
#lang_sel_click ul ul a{
	line-height:16px !important;
}

#lang_sel ul ul, #lang_sel_click ul ul{
	border-top-color:#e9e9e9;
}

/*#lang_sel ul ul:hover{
	border-top-color:#666;
}*/

#lang_sel,
#lang_sel_click{
	z-index:1990;
}

.sidebar #lang_sel ul ul{
	top:33px;
	width:100%;
}

#lang_sel ul ul a:hover{
	background-color:#fff;
	color:#666;
}

#lang_sel a span.icl_lang_sel_current{
	/*color:#c0c0c0 !important;*/
	display:inline;
}

#lang_sel a span{
	font-style: normal;
	color:#444;
	font-size:11px;
	display:inline;
}

/*normal list*/

#lang_sel{
	font-family: 'Open Sans', arial, sans-serif;
	font-weight:400;
}

#lang_sel a{
	font-size:12px;
}

#lang_sel a.lang_sel_sel,
#lang_sel_click a.lang_sel_sel{
	background-color:#fff;
	background-position:90% 50%;
	color: #666;
	border-color:#e9e9e9;
}

#lang_sel a.lang_sel_sel:hover,
#lang_sel_click a.lang_sel_sel:hover{
	color:#666;
	background-color:#fff;
}

#lang_sel_list{
	position:absolute;
	top:10px;
	right:30px;
	width:auto;
}

#lang_sel_list ul{
	width:auto;
	border:none;
}

#lang_sel_list li{
	width:auto;
}

#lang_sel_list a, #lang_sel_list a:visited{
	border:none;
}

#lang_sel img.iclflag{
	display:inline;
	top:0;
	margin-right:3px;
}

#lang_sel_list a.lang_sel_sel,
#lang_sel_list a span{
	color:#c2c2c2 !important;
}

#lang_sel_list a:hover span{
	color:#D73300 !important;
}

#lang_sel_list a span.icl_lang_sel_current,
#lang_sel_list a:hover span.icl_lang_sel_current{
	color:#333 !important;
	cursor:default;
}

.pe-wpml-lang-selector{
	position:absolute;
	margin-left:35px;
	top:16px;
	display:inline-block;
}

/*media query to hide language names in iphone portrait and leave only flags*/
@media (max-width: 479px) {
	nav #lang_sel a span.icl_lang_sel_current{
		display:none;
	}

	nav #lang_sel a.lang_sel_sel,
	nav #lang_sel_click a.lang_sel_sel{
		width:38px;
		padding-left:4px;
	}

	nav #lang_sel li{
		width:auto;
	}

	nav #lang_sel ul ul a,
	nav #lang_sel_click ul ul a,
	nav #lang_sel_click ul ul{
		width:38px;
		padding-left:4px;
	}

	nav #lang_sel ul ul a,
	nav #lang_sel_click ul ul a{
		height:26px;
	}

	nav #lang_sel ul ul{
		width:38px;
	}

	nav #lang_sel a span{
		font-size:1px;
		display:none;
		color:#fff;
	}

	nav #lang_sel a.lang_sel_sel{
		background-position:100% 50%;
	}
}


/* Responsive images */

.pe-wp-default img,
.pe-wp-default .comment-body img{
	max-width: 100%;
}
.pe-wp-default img[class*="align"],
.pe-wp-default img[class*="wp-image-"],
.pe-wp-default img[class*="attachment-"] {
	height: auto; /
}
.pe-wp-default img.size-full,
.pe-wp-default img.size-large,
.pe-wp-default img.header-image,
.pe-wp-default img.wp-post-image {
	max-width: 100%;
	height: auto;
}

.pe-wp-default .wp-caption {
	max-width: 100%;
	padding: 4px;
}
.pe-wp-default .wp-caption .wp-caption-text,
.pe-wp-default .gallery-caption,
.pe-wp-default .entry-caption {
	font-style: normal;
	font-size: 12px;
	line-height: 20px;
}

.pe-wp-default .wp-caption .wp-caption-text > a,
.pe-wp-default .gallery-caption > a,
.pe-wp-default .entry-caption > a{
	text-decoration:underline;
}

.pe-wp-default .gallery-item{
	margin:0;
}

.pe-wp-default .gallery-item > .gallery-icon > a > img{
	display:inline;
}

.pe-wp-default .gallery-item a,
.pe-wp-default .gallery-caption {
	width: 90%;
}
.pe-wp-default .gallery-item a {
	display: block;
}
.pe-wp-default .gallery-caption a {
	display: inline;
}
.pe-wp-default .gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.pe-wp-default .gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.pe-wp-default .gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/*tables*/

.pe-wp-default table,
.pe-wp-default .comment-body table {
	border-bottom-width:1px;
	border-bottom-style: solid;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}

.pe-wp-default th{
	font-size: 12px;
	font-weight: bold;
	line-height: 2.18182;
	text-transform: uppercase;
}

.pe-wp-default td, .pe-wp-default .comment-body td {
	border-top-width:1px;
	border-top-style: solid;
	padding: 6px 10px 6px 0;
}

.pe-wp-default caption, .pe-wp-default th, .pe-wp-default td {
	font-size:12px;
	text-align: left;
}

/*definition lists*/

.pe-wp-default dl, .pe-wp-default .comment-body dl{
	margin-left:20px;
	margin-right:20px;
}

.pe-wp-default dt, .pe-wp-default .comment-body dt {
	font-weight: bold;
	line-height: 22px;
}

.pe-wp-default dd, .pe-wp-default .comment-body dd {
	line-height: 22px;
	margin-bottom: 22px
}

/*Lists*/

.pe-wp-default ul, .pe-wp-default .comment-body ul, .pe-wp-default .mu_register ul {
	list-style: disc outside none;
}

.pe-wp-default ol, .pe-wp-default .comment-body ol {
	list-style: decimal outside none;
}

.pe-wp-default ol, .pe-wp-default .comment-body ol, .pe-wp-default ul, .pe-wp-default .comment-body ul, .pe-wp-default .mu_register ul {
	line-height: 22px;
	margin: 0 0 20px;
}

.pe-wp-default li, .pe-wp-default .comment-body li, .pe-wp-default .mu_register li {
	margin: 0 0 0 30px;
}

.pe-wp-default ul ul, .pe-wp-default .comment-body ul ul, .pe-wp-default ol ol, .pe-wp-default .comment-body ol ol, .pe-wp-default ul ol, .pe-wp-default .comment-body ul ol, .pe-wp-default  ol ul, .pe-wp-default .comment-body ol ul {
	margin-bottom: 0;
}

/*html tags*/

.pe-wp-default address, .pe-wp-default .comment-body address {
	display: block;
	line-height: 22px;
	margin: 0 0 22px;
	font-style:italic;
}


.pe-wp-default abbr, .pe-wp-default .comment-body abbr, .pe-wp-default dfn, .pe-wp-default .comment-body dfn, .pe-wp-default acronym, .pe-wp-default .comment-body acronym {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	cursor: help;
}


.pe-wp-default code, .pe-wp-default .comment-body code,
.pe-wp-default kbd, .pe-wp-default tt {
	font-family: Consolas,Monaco,Lucida Console,monospace;
	font-size: 11px;
	line-height: 2;
}

.pe-wp-default pre, .pe-wp-default .comment-body pre {
	border-width: 1px;
	border-style: solid;
	font-family: Consolas,Monaco,Lucida Console,monospace;
	font-size: 12px;
	line-height: 20px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
}

blockquote, q {
	quotes: none;
}

sub {
	bottom: -0.25em;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.pe-wp-default embed,
.pe-wp-default iframe,
.pe-wp-default object,
.pe-wp-default video {
	max-width: 100%;
}
.pe-wp-default .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}


.pe-wp-default h1{
	font-size:70px;
}

.page-links{
	float:left;
	clear:both;
	margin-bottom:20px;
}

.page-links > a{
	padding:2px 5px;
}

.post.format-aside{
	border-top:none;
}

/* to go on top of wp admin bar */
.peFlareLightbox {
	z-index: 99999 !important;
}

/** CHANGES **/

.team-list{
	padding-bottom: 0px;
}
.page-image{
	background: url('http://opvind-hr.dk/wp-content/uploads/2013/09/Ydelser_background1.jpg') center center no-repeat;
	background-size: cover;
	height: 140px;
	width: 100%;
	float: left;
	margin-top: 100px;
}
.page-image + .container{
	padding-top: 0px;
}
.page-image .inner{
	max-width: 990px;
	width: 92%;
	margin: 0px auto;
	position: relative;
}
.page-title{
	width: 100%;
	float: left;
	color: #FFF !important;
	height: 20px;
	line-height: 20px;
	font-size: 20px !important;
	font-weight: 100 !important;
	margin-top: 60px;
	margin-bottom: 60px;
}
.col{
	display: inline-block;
	vertical-align: top;
	margin-left: -4px;
	width: 100%;
}
.main-col{
	margin-bottom: 18px;
}
.col-50{;
	width: 50%;
}
.col .col-image{
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 213px;
	max-width: 100%;
}
.col img{
	width: 100%;
	height: auto;
}
.col p{
	width: 100%;
	float: left;
}
.col-inner{
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	float: left;
	text-align: left;
}
.col-inner.slimmer{
	margin-left: -20px;
	margin-right: -20px;
}
.col-66{
	width: 66.666%;
	float: left;
}
.col-33{
	width: 33.334%;
	float: left;
}
.col-25{
	width: 25%;
	float: left;
}
.service{
	background: #FFF;
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	width: 100%;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
	border-radius: 5px;
	transition: 250ms;
	cursor: pointer;
}
.service-inner{
	float: left;
	padding: 30px;
	padding-bottom: 20px;
}
.service:hover{
	box-shadow: 0px 0px 8px rgba(0,0,0,0.25);
}
.service-icon{
	float: left;
	width: 100%;
	height: 110px;
	margin-bottom: 20px;
	text-align: center;
}
.service-icon-inner{
	width: 110px;
	height: 110px;
	display: inline-block;
	border-radius: 50%;
	border: solid 1px #CCCCCC;
}
.service-icon-inner i{
	color: #AAAAAA;
	font-size: 35px;
	height: 35px;
	line-height: 35px;
	margin-top: 35px;
	display: inline-block;
}
.service-title {
	width: 100%;
	float: left;
	text-align: center;
	color: #575757 !important;
	font-size: 16px;
	margin-bottom: 20px;
	word-wrap: break-word;
	min-height: 40px;
}
.service-desc{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.service-desc p{
	color: #575757;
	font-size: 14px;
	margin-bottom: 0px;
	text-align: center;
}
.service-page h2{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.service-page h3{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.service-page a{
	color: #ED1B24;
}
.service-page .service-button{
	color: #FFF !important;
	float: right !important;
	margin-top: 30px;
}
.slider-static-content{
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.wpcf7-form input, .wpcf7-form textarea{
	background: #EEEEEE;
	border-radius: 5px;
	padding: 13px;
	border: none;
	margin-bottom: 25px;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	float: left;
	width: 100%;
}
.wpcf7-form .wpcf7-submit{
	float: left;
	background: #849E43;
	padding-left: 30px;
	padding-right: 30px;
	color: #FFF;
	width: auto;
	margin-bottom: 48px;
	cursor: pointer;
}
#wpcf7-f363-p263-o1{
}
.desktop.navigation {
	margin-top: 30px;
}
#ydelser, #kunderespons{
	background-size: cover !important;
}
#ydelser .sub-heading {
	margin: 20px auto;
	margin-top: 0px;
}
#ydelser .col {
	margin-left: 0px;
}
.call-to-action li + li{
	display: none;
}
.call-to-action li {
	margin-right: 0px;
	float: right;
}
.client{
	float: left;
	background: #FFF;
	box-sizing: border-box;
	margin-bottom: 20px;
	width: 100%;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
	border-radius: 5px;
	transition: 250ms;
}
.client-inner{
	float: left;
	padding: 30px;
	padding-bottom: 0px;
}
.client:hover{
	box-shadow: 0px 0px 8px rgba(0,0,0,0.25);
}
.client-title {
	width: 100%;
	float: left;
	text-align: center;
	color: #575757 !important;
	font-size: 16px;
	margin-bottom: 20px;
}
.client-desc{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.client-desc p{
	color: #575757;
	font-size: 14px;
	margin-bottom: 0px;
}
.contact-button{
	float: right;
	background: #849E43;
	padding: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
	color: #FFF !important;
	cursor: pointer;
}
.tickers{
	height: 120px;
	position: relative;
	margin-top: 20px;
}
.tickers h1{
	font-size: 30px !important;
	text-align: right;
	opacity: 0;
	visibility: hidden;
	transition: 1000ms;
	position: absolute;
	right: 0px;
	top: 0px;
}
.tickers h1.active{
	opacity: 1;
	visibility: visible;
}
.call-to-action{
	padding-top: 0px;
}
.call-to-action-title{
	text-align: right;
}
.call-to-action a{
	font-size: 16px;
	line-height: 16px;
	float: right;
	background: #849E43 none repeat scroll 0% 0%;
	padding: 10px 15px;
	border-radius: 5px;
	color: #FFF !important;
	cursor: pointer;
	border: none !important;
}
.dark .button{
	border: none !important;
}
.call-to-action a:hover{
	background: #697D35 !important;
	border: none !important;
}
#ydelser .content{
}
.service .service-button{
	font-size: 12px;
	line-height: 12px;
	float: left;
	width: 100%;
	background: #849E43;
	padding: 15px;
	padding-left: 0px;
	padding-right: 0px;
	border-radius: 5px;
	color: #FFF;
	transition: 250ms;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.service .service-button:hover{
	background: #697D35;
}
#gratis-oplaeg img{
	float: none;
	display: block;
	width: auto;
}
#gratis-oplaeg .col-inner{
	width: 100%;
}
.gratis-button{
	font-size: 12px;
	line-height: 12px;
	float: right;
	width: auto;
	background: #849E43;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 5px;
	color: #FFF !important;
	transition: 250ms;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 10px;
}
.gratis-button:hover{
	background: #697D35;
}
#home .col-25{
	display: inline-block;
	float: none;
}
.single-service .service-button{
	font-size: 11px;
	line-height: 11px;
	float: right;
	background: #849E43;
	padding: 15px;
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 5px;
	color: #FFF;
	transition: 250ms;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-left: 4px;
}
.single-service .service-button.service-button-2{
	background: #697D35;
	font-weight: 600;
}
.single-service .service-button:hover{
	background: #697D35;
}
.single-service .service-button.service-button-2:hover{
	background: #516028;
	font-weight: 600;
}
.single-service .service-button + br{
	display: none;
}
.page-template-page_twocolumns-php .service-button{
	font-size: 11px;
	line-height: 11px;
	float: right;
	background: #849E43;
	padding: 15px;
	padding-left: 8px;
	padding-right: 10px;
	border-radius: 5px;
	color: #FFF;
	transition: 250ms;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-left: 4px;
}
.page-template-page_twocolumns-php .service-button:hover{
	background: #697D35;
}
.page-template-page_twocolumns-php .service-button + br{
	display: none;
}
#home .sub-heading p{
	color: #222;
}
#kontakt #contact-form{
	display: block;
}
#contact-form{
	background: #FFF;
}
#contact-form input, #contact-form textarea{
	background: #EEEEEE;
	border-radius: 5px;
	padding: 13px;
	border: none;
	margin-bottom: 25px;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	float: left;
	width: 100%;
	min-height: 45px;
}
#contact-form label{
	color: #666;
	margin-top: 20px;
}
#contact-form #submit{
	float: right;
	background: #849E43;
	padding-left: 30px;
	padding-right: 30px;
	color: #FFF !important;
	width: auto;
	margin-bottom: 48px;
	cursor: pointer;
	margin-top: 20px;
}
.formSent {
	font-size: 15px;
	background: none;
	border: none;
	margin-top: 20px;
	float: left;
	width: auto;
	font-weight: bold;
}
.formError {
	font-size: 15px;
	background: none;
	border: none;
	margin-top: 20px;
	float: left;
	width: auto;
	font-weight: bold;
}

@media screen and (max-width: 1200px) {
	.desktop.navigation .nav-content li {
		margin-right: 20px;
	}
}
@media screen and (max-width: 1024px) {
	.tickers h1{
		font-size: 24px !important;
	}
	.service-title {
		word-break: break-all;
	}
}
@media screen and (max-width: 768px) {
	.tickers h1{
		font-size: 20px !important;
	}
	.col-25{
		width: 50%;
	}
	.col-50{
		width: 100%;
	}
	.col{
		margin-left: 0px;
	}
	.page-image {
		height: 80px;
		margin-top: 80px;
	}
	.page-title {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	#home .container{
		max-height: auto !important;
		margin-top: 130px !important;
	}
	.home-first-section{
		height: auto !important;
		padding-bottom: 30px !important;
	}
	#home .col {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	#home .col-25 {
		width: 100%;
		float: left;
	}
	.service-title {
		min-height: auto;
	}
	.service-desc{
		min-height: auto;
	}
	.service-inner{
		width: 100%;
	}
	#home .col-inner{
		width: 100%;
	}
}
@media screen and (max-width: 468px) {
	.tickers h1{
		font-size: 16px !important;
	}
	#ydelser .col-25{
		width: 100%;
	}
	.service {
		min-height: auto;
		margin-bottom: 0px;
	}
	.col-inner {
		padding-right: 0px;
		padding-left: 0px;
	}
	#kunderespons .col-inner {
		padding-right: 10px;
		padding-left: 10px;
	}
}
/** CHANGES **/

/** LIST CHANGES **/

.main-col ul li{
    list-style: inside;
}

/** END OF LIST CHANGES **/

