/*
 Theme Name:   Paratio Action Card Theme
 Theme URI:    http://paratio.dk/wp-content/themes/paratio-actioncard/
 Description:  Paratio Action Card Theme bruges til Paratio.dk's action cards paa paratio.dk subdomaener.
 Author:       CBH, 31 marts 2019
 Template:     twentysixteen
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twentysixteen-child
*/

/*Aendre teksten til sans-serif tekst for lettere laesbarhed */
body,
button,
input,
select,
textarea {
	
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}

body,
button,
input,
select,
textarea,
.required {
  	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}
:-moz-placeholder {
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}
:-ms-input-placeholder {
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus,
.main-navigation ,
.post-navigation,
.post-navigation .post-title,
.pagination,
.image-navigation,
.comment-navigation,
.site .skip-link,
.widget .widget-title,
.widget_recent_entries .post-date,
.widget_rss .rss-date,
.widget_rss cite,
.tagcloud a,
.site-title,
.entry-title,
.entry-footer,
.sticky-post,
.page-title,
.page-links,
.comments-title,
.comment-reply-title,
.comment-metadata,
.pingback .edit-link,
.comment-reply-link,
.comment-form label,
.no-comments,
.site-footer .site-title:after,
.widecolumn label,
.widecolumn .mu_register label {
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*Aendre site billede */
.header-image .site-header .site-title a {
   background: url(https://paratio.dk//wp-content/themes/paratio-actioncard/images/paratio-logo-original.png) no-repeat left;
   padding: 0;
}
/*
.action_card_image {
    padding: 30px;
}*/