/*
Theme Name: AP SKAT REGNSKAB
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: AP SKAT REGNSKAB
Author URI: http://apskatregnskab.dk;
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



/* --- BEGIN RESET --- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
strong {
	font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* --- END  RESET --- */


/* --- DEFAULT TAGS --- */

* {
  	box-sizing: border-box;
}

html {
	min-height: 100%;
}

body {
	font-family: Calibri, Gill Sans, Trebuchet MS, sans-serif;
	line-height: 120%;
	font-size: 17px;

	margin: 0;

	background: rgba(224,224,224,1);
	background: -moz-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(224,224,224,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(224,224,224,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ffffff', GradientType=0 );
}

div {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 1em;
	font-weight: bold;
	line-height: 120%;
}

h1 {
	font-size: 24px;
}

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

p {
	margin: 0 0 1em 0;
}

em {
  font-style: italic;
}

/* --- WP IMAGE ALIGNMENT --- */

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}
.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
}

/* --- ICONS --- */

h1[class^="wp-svg"] {
  font-size: 3rem;
}

h2[class^="wp-svg"] {
  font-size: 2rem;
}

h1[class^="wp-svg"], h2[class^="wp-svg"] {
  display: inline;
  padding: 2px;
  vertical-align: middle;
}
/* --- PAGE STRUCTURE --- */


.wrapper {
	min-width: 980px;
	max-width: 980px;
	margin: 0 auto 20px auto;
	background-color: #fff;

	/* -webkit-box-shadow: 0px 0px 10px 8px rgba(225,226,230,0.77);
	-moz-box-shadow: 0px 0px 10px 8px rgba(225,226,230,0.77); */
	box-shadow: 0px 0px 16px 7px rgba(225,226,230,0.80);
}

.header {
	position: relative;
	height: 100px;
	background-color: #fff;
}

.logo {
	position: absolute;
	top: 20px;
	left: 25px;
	width: 330px;
}

.call-me {
	position: absolute;
	top: 25px;
	right: 25px;
	display: block;
}

.call-me .text {
	display: block;
	clear: both;	
	line-height: 100%;
	font-size: 20px;
	text-align: center;

}

.call-me .icon-and-number {
	display: block;
	clear: both;	
}

.call-me .icon {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-right: 6px;
	background-image: url('/gfx/phone-icon.svg');
	background-repeat: no-repeat;
	background-size: 100%;
}

.call-me .icon-and-number a {
	line-height: 100%;
	font-size: 34px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}


.top-navigation {
	position: relative;
	background-color: #ededed;
}

.top-navigation ul {
	margin: 0;
	padding: 10px 10px 2px 10px;
}

.top-navigation ul li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;


	height: 40px;
	padding: 10px;
	background-color: #fff;

	border-radius: 6px;

	cursor: pointer;
}

.top-navigation ul li:hover, .top-navigation ul li.current_page_item {
	background-color: rgb(206,19,55);
}

.top-navigation ul li:hover a, .top-navigation ul li.current_page_item a {
	color: #fff;
}

.top-navigation ul li a {
	color: #000;
	text-decoration: none;

	font-size: 17px;
	font-weight: 600;
}

body.home .top-banner {
	height: 119px;
	background-image: url('gfx/topbanner.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
}

.page-wrapper {
	display: inline-block;
	position: relative;

	display: flex; /* equal height of the children */
	background-color: #fff;
	background-repeat: repeat-y;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPUAAAABCAYAAAAGsuhqAAAAJklEQVQokWP89evXJwYGBl6GUTAKRsGQBaysrAzfv39n2LFjx2cAJgMJ/og7Ft4AAAAASUVORK5CYII=");
}

.page-template-page-fullwidth .page-wrapper {
	background-image: none;	
}


.page-wrapper .left-column {
	float: left;
	width: 25%;
	padding: 40px 30px;

/*	background-color: #fafafa; */
	/*border-right: 1px solid #aaa;*/
}

.page-wrapper .left-column ul {
	margin: 0;
	padding: 10px;
	position: relative;
}

.page-wrapper .left-column ul li {
	display: block;
	padding-left: 8px;
	margin-bottom: 8px;
}

.page-wrapper .left-column ul li:before {
	content: "\00BB ";
	position: absolute;
	left: 0;
}

.page-wrapper .left-column ul li.main:before {
	content: "";
	padding-right: 0;
}

.page-wrapper .left-column ul li.main {
	margin-bottom: 15px;
}
.page-wrapper .left-column ul li.main a {
	font-weight: bold;
}

.page-wrapper .left-column ul > li:hover > a, .page-wrapper .left-column  ul li.current_page_item > a {
	color: rgb(206,19,55);
}

.page-wrapper .left-column ul li a {
	color: #000;
	text-decoration: none;

	font-size: 17px;
	font-weight: 600;
}

.page-wrapper .left-column  ul > li { display: none; }

.page-wrapper .left-column ul li.current_page_item, .page-wrapper .left-column ul li.current_page_ancestor { display: block !important; }

.page-wrapper .left-column ul li.current_page_item li, .page-wrapper .left-column  ul li.current_page_ancestor li { display: block !important; }

.page-wrapper .main-column {
	/*background-color: #fff;*/
	float: left;
	width: 75%;
	padding: 30px 50px 30px 40px;
}

.page-template-page-fullwidth .main-column {
	width: 100%;
}


.page-wrapper .main-column p {

}

.page-wrapper .main-column ul {
	list-style-type: disc;
	padding-left: 1em;
	margin-top: -0.8em;
	margin-bottom: 1em;
}

.page-wrapper .main-column ol {
	list-style-type: decimal;
	padding-left: 1em;
	margin-top: -1em;
}

.page-wrapper .main-column li {
	padding-left: 2px;
}

.page-wrapper .main-column table {
	width: 100%;
}


.footer {
	padding: 10px;
	background-color: rgb(206,19,55);
	color: #fff;
}

.footer p {
	margin: 0;
}

.footer a {
	color: #fff;
}



