/* Custom font
   ========================================================================== */
@import url("https://use.typekit.net/fto0ice.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

    /*
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 300;
    font-style: normal;

    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;

    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 500;
    font-style: normal;

    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 700;
    font-style: normal;
    */

/* Brand colors
   ========================================================================== */

    /* rgba(26, 35, 40, 1.0); /* Læger Black */
    /* rgba(72, 79, 83, 1.0); /* Læger black 80% */
    /* rgba(106, 112, 115, 1.0); /* Læger black 65% */
    /* rgba(163, 167, 169, 1.0); /* Læger black 40% */
    /* rgba(221, 222, 223, 1.0); /* Læger black 15% */
    /* rgba(242, 242, 242, 1.0); /* Læger black 5% */

    /* rgba(190, 12, 66, 1.0); /* Lægeforeningen */
    /* rgba(234, 91, 27, 1.0); /* PLO */
    /* rgba(28, 55, 98, 1.0); /* FAS */
    /* rgba(9, 154, 147, 1.0); /* Yngre Læger */
    /* rgba(230, 0, 0, 1.0); /* Signal Red */

/* Base elements
   ========================================================================== */
html {
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 140%;

    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;

    background-color: rgba(255, 255, 255, 1.0); /* White */
    color: rgba(26, 35, 40, 1.0); /* Læger Black */
}

body {
    position: relative; /* Required for overlay */
}

header {
    position: relative;
    width: 100%;
    height: 117px;

    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: rgba(26, 35, 40, 1.0); /* Læger Black */

    display: none; /* iframe setting */
}

main {
    width: 1280px;
    height: auto;

    margin: 0 auto;
    /*margin-bottom: 4vw; /* non-iframe setting */
}

section {
    position: relative;

    width: 100%;
    height: auto;
}

.section_button {
    padding: 50px;

    background-color: rgba(242, 242, 242, 1.0); /* Læger black 5% */

    border-style: solid;
    border-width: 1px 0px 3px 0px;
    border-color: rgba(26, 35, 40, 1.0); /* Læger Black */
}

.section_button article {
    padding: 0px;
    border-width: 0px;
    background-color: transparent;
}

article {
    position: relative; /* required */

    width: 100%;
    height: auto;

    padding: 50px;

    border-style: solid;
    border-width: 0px;
    border-color: rgba(26, 35, 40, 1.0); /* Læger Black */
}

.p {
    width: 768px;
    height: auto;
}

.article_spacer {
    padding: 25px;

    background-color: rgba(242, 242, 242, 1.0); /* Læger black 5% */

    border-style: solid;
    border-width: 1px 0px;
    border-color: rgba(26, 35, 40, 1.0); /* Læger Black */
}

.article_transparent {
    padding: 0px;

    background-color: transparent;
}

footer {
    width: 100%;
    height: auto;

    display: none; /* iframe setting */
}

/* Navigation
   ========================================================================== */
#navigation_bar {
    width: 1280px;
    height: 100%;

    margin: 0 auto;

    text-align: left;

    background-image: url("/images/header.jpg");
    background-repeat: no-repeat;
    background-position: top center;

    border-style: solid;
    border-width: 0px 1px;
    border-color: rgba(26, 35, 40, 1.0); /* Læger Black */
}

#navigation_logo img {
    display: none; /* Hidden due to header image */
}

/* Links
   ========================================================================== */
a, a:link, a:active, a:visited {
    color: rgba(190, 12, 66, 1.0); /* Lægeforeningen */
	outline: none;
	text-decoration: none;

    font-weight: 500;

	-webkit-transition: color 0.25s ease;
	-moz-transition: color 0.25s ease;
	-o-transition: color 0.25s ease;
	transition: color 0.25s ease;
}

a:hover { 
	color: rgba(250, 228, 234, 1.0); /* Lægeforeningen Hover */
}

aside a, aside a:link, aside a:active, aside a:visited {
    color: rgba(190, 12, 66, 1.0); /* Lægeforeningen */
}

aside a:hover { 
	color: rgba(250, 228, 234, 1.0); /* Lægeforeningen Hover */
}

/* Headlines
   ========================================================================== */
h1 {
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 2.44em; /* 44px */

    letter-spacing: -0.015em;
    word-break: break-word;

    margin: 0;
    padding: 0;
    margin-bottom: 40px;
}

h2 {
    /* Section / Article */
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.77em; /* 32px */

    letter-spacing: -0.015em;

    margin: 0;
    padding: 0;
}

h3 {
    /* Article header */
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.33em; /* 24px */

    letter-spacing: -0.015em;

    margin: 0;
    padding: 0;
    margin-bottom: 12px;
}

h4 {
    /* Header medium */
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.77em; /* 32px */
    line-height: 120%;

    margin: 0;
    padding: 0;
    margin-bottom: 12px;
}

h5 {
    /* Header medium */
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.33em; /* 24px */
    line-height: 120%;

    margin: 0;
    padding: 0;
    margin-bottom: 12px;
}

h6 {
    /* Header */
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.33em; /* 24px */
    line-height: 120%;

    margin: 0;
    padding: 0;
}

/* Form - Select and input
   ========================================================================== */
select, input {
	outline: none;
	border: 0px;
    padding: 5px 15px 0px 15px;

    border-style: solid;
    border-width: 1px;
    border-color: rgba(106, 112, 115, 1.0); /* Læger black 65% */

    background-color: rgba(255, 255, 255, 1.0) !important; /* White background, mobileview fix */
}

select {
    width: 50%;
    height: 50px;

    background-image: url('/images/select_arrow.png');
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-appearance: none;       
    -moz-appearance: none;    
    -o-appearance: none;    
    appearance: none;
}

select:focus::-ms-value {background-color: white; color:#000;} /* IE fix */

select option:disabled {
    /*font-weight: bold;
    color: #212121;*/
}

input {
    width: 50%;
    height: 50px;

    font-size: 16px;
}

input[type="radio"], input[type="checkbox"] {
    width: auto;
    height: auto;
}

input[type="radio"] {
    position: relative;
    top: 0px;
    left: -3px;

    -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
    -moz-transform: scale(1.2); /* Mozilla, Firefox */
    -ms-transform: scale(1.2); /* IE 9 */
    -o-transform: scale(1.2); /* Opera */
    transform: scale(1.2);
}

/* Custom dot color in radio */
input[type="radio"]:checked:before {
    position: relative;
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;

    content: "";
    display: block;

    border-radius: 50%;
    background-color: rgba(26, 35, 40, 1.0); /* Læger Black */
}


input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;       
    -moz-appearance: none;    
    -o-appearance: none;    
    appearance: none;
}

::-webkit-input-placeholder {
    font-size: 14px;
    color: rgba(106, 112, 115, 1.0); /* Læger black 65% */
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    color: rgba(106, 112, 115, 1.0); /* Læger black 65% */
}

:-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
    color: rgba(106, 112, 115, 1.0); /* Læger black 65% */
}

:-ms-input-placeholder {
    font-size: 14px;
    color: rgba(106, 112, 115, 1.0); /* Læger black 65% */
}

:-o-input-placeholder {
    font-size: 14px;
    color: rgba(106, 112, 115, 1.0); /* Læger black 65% */
}

textarea {
    resize: vertical;
}

/* Form - Buttons
   ========================================================================== */
button {
    width: auto;
    height: 54px;
	outline: none;
	border: 0px;

    padding: 16px 24px;

	color: rgba(255, 255, 255, 1.0); /* White */
	text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    text-align: center;

	background-color: rgba(26, 35, 40, 1.0); /* Læger Black */

    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -o-border-radius: 27px;
    border-radius: 27px;

	-webkit-transition: color 0.25s ease;
	-moz-transition: color 0.25s ease;
	-o-transition: color 0.25s ease;
	transition: color 0.25s ease;
}

button:hover {

}

button:active {
	position: relative;
	top: 1px;
}

button:disabled {
    background-color: rgba(221, 222, 223, 1.0); /* Læger black 15% */
}

.button_forward {
    float: right;

    display: flex;
    align-items: center;

    width: 88px;
    height: 3rem;

    border-radius: 48px;
    padding-left: 1.5rem;
}

.button_forward:before {
    content: "";
    display: block;

    width: 20px;
    height: 2px;

    margin-right: -9px;

    background-color: rgba(255, 255, 255, 1.0); /* White */

    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    transition: width .3s ease-in-out
}

.button_forward:not(:disabled):focus:before,
.button_forward:not(:disabled):hover:before {
    width: 40px;
}

.button_back {
    float: left;

    position: relative;
    display: flex;
    align-items: center;

    width: 88px;
    height: 3rem;

    border-radius: 48px;
    padding-right: 1.5rem;

    justify-content: flex-end;
}

.button_back:after {
    content: "";
    display: block;

    width: 20px;
    height: 2px;

    margin-left: -9px;

    background-color: rgba(255, 255, 255, 1.0);

    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    transition: width .3s ease-in-out;
}

.button_back:not(:disabled):hover:after,
.button_back:not(:disabled):focus:after {
    width: 40px;
}

.button_print {
    float: right;
}

.button_email {
    float: right;
    margin-left: 25px
}

.button_back {
    color: rgba(26, 35, 40, 1.0); /* Læger Black */
}

.button_back:hover {
    color: rgba(72, 79, 83, 1.0); /* Læger black 80% */
}

/* Tables
   ========================================================================== */
table {
    width: 100%;
    height: auto;

    line-height: 1.5;

    border-style: solid;
    border-width: 1px;
    border-color: rgba(26, 35, 40, 1.0); /* Læger Black */
}

td {
    padding: 10px;
    width: auto%;

    vertical-align: top;

    border-style: solid;
    border-width: 1px;
    border-color: rgba(26, 35, 40, 1.0); /* Læger Black */
}

table tr td:first-child {
    vertical-align: top;
}

table tr:first-child {
}

/* Miscellaneous
   ========================================================================== */
img {
    width: 100%;
}

section img {
    width: auto;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

fieldset, p {
    border: 0;
    margin: 0;
    padding: 0;
}

/* Remove focus border */
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

/* Allowing padding to be used as inner-padding */
section, article, aside, div, span, p, input, select {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

b {
    font-weight: 500;
}

ul {
    margin: 0;
    padding: 0px 0px 0px 16px;
}

hr {
    height: 1px;
    border: 0;
    border-top: 1px solid;
    color: rgba(221, 222, 223, 1.0); /* Læger black 15% */
    margin: 0px;
}

*::selection {
  background: rgba(26, 35, 40, 1.0); /* Læger Black */
  color: rgba(255, 255, 255, 1.0); /* White */
}
*::-moz-selection {
  background: rgba(26, 35, 40, 1.0); /* Læger Black */
  color: rgba(255, 255, 255, 1.0); /* White */
}
*::-webkit-selection {
  background: rgba(26, 35, 40, 1.0); /* Læger Black */
  color: rgba(255, 255, 255, 1.0); /* White */
}

.printonly {
    display: none;
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}