@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,600");

html {
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    min-height: 100%;
}

body {
    min-height: 100%;
    margin: 0px;
    color: #333;
    color: rgb(100, 97, 90);
    line-height: 1;
    font-size: 14px;
    font-family: "Open Sans", "Arial", sans-serif;
    text-rendering: optimizelegibility;
    font-kerning: normal;
    font-variant-ligatures: normal;
}

* {
    box-sizing: border-box;
}

h1,
h2,
h3,
hr,
p,
header,
section,
footer,
aside,
nav,
article,
address {
    display: block;
}

time {
    display: inline;
}

ul,
li,
h1,
h2,
h3,
hr,
p,
header,
section,
footer,
aside,
nav,
article,
time,
address {
    margin: 0px;
    padding: 0px;
}

article {
    line-height: 1.5;
    padding: 20px 0px 30px 0px;
    text-align: center;
}

section {
    text-align: justify;
    overflow: hidden;
}

section a {
    color: #0079ad;
    text-decoration: none;
    outline: 0;
}

section a:hover {
    text-decoration: underline;
}

aside ul {
    list-style: none;
    padding: 10px 0px 0px 0px;
    margin: 0;
}

aside ul li {
    padding-bottom: 10px;
    text-indent: -2px;
    text-align: left;
}

aside ul li:before {
    color: rgb(243, 109, 93);
    content: '\201C';
    font-size: 2.5em;
    line-height: 1px;
    margin-right: 4px;
    vertical-align: -0.4em;
    font-family: serif;
}

h1 {
    font-size: 44px;
    font-weight: 200;
    letter-spacing: .02em;
    padding-bottom: 10px;
    text-transform: none;
    color: rgb(243, 109, 93);
    margin-top: 15px;
    margin-bottom: 20px;
}

h2 {
    font-size: 18px;
    font-weight: 200;
    letter-spacing: .01em;
    padding: 5px 0px 5px 0px;
    color: rgb(243, 109, 93);
}

h3 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .01em;
    padding: 0px 0px 0px 0px;
}

header {
    height: 160px;
    background: transparent url("../img/bg-slim.jpg") no-repeat scroll 73% -25px;
    margin-top: 45px;
}

header h1 {
    font-size: 16px; 
    color: black;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 0px;
}

address {
    font-style: normal;
    font-size: 18px;
}

address strong {
    font-size: 18px;
    color: inherit;
}

address p {
    font-size: inherit;
}

address p.small {
    font-size: 16px;
}

address p.smaller {
    font-size: 14px;
}

address a {
    color: inherit;
}

footer {
    background-color: #404040;
    padding: 30px;
    color: rgb(120, 117, 110);
    text-decoration: uppercase;
}

.disabled {
    display: none;
}

.round {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-color: #e34b30;
}

.two-cols {
    -webkit-columns: 300px 2;
    -moz-columns: 300px 2;
    columns: 300px 2;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
}

.nowrap {
    white-space: nowrap;
}

.fp:first-letter {
    float: left;
    color: rgb(243, 109, 93);
    font-size: 44px;
    margin: 0.04em 0.2em 0 0;
    line-height: 0.8;
}

.sub-menu {
    line-height: 1;
    margin-bottom: 20px;
}

.sub-menu ul {
    list-style-type: none;
    display: inline-block;
    font-size: 0;
    vertical-align: top;
}

.sub-menu li {
    display: inline-block;
    vertical-align: top;
    padding-left: 2px;
    padding-right: 2px;
    cursor: pointer;
    cursor: hand;
}

.sub-menu a {
    padding: 3px 10px;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    border: 1px solid #e5e5e5;
    transition: background-color 0.5s, border 0.5s, color 0.5s;
}

.sub-menu a:hover {
    background-color: #222;
    background-color: #e66153;
    border: 1px solid #333;
    border: 1px solid #e66153;
    color: white;
    text-decoration: none;
}

.sub-menu a.active {
    background-color: #4a4443;
    background-color: #f36d5d;
    border: 1px solid #333;
    border: 1px solid #f36d5d;
    color: white;
    text-decoration: none;
}

.center {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

a.large {
    font-size: 20px;
    margin: 20px 0px 30px 0px;
    color: rgb(243, 109, 93);
    text-decoration: none;
}

#map {
    /*width: 50%;
    height: 515px;
    position: absolute;
    top: 0px;
    left: 0px;*/
    height:100%;
    width: 50%;
    position:absolute;
    top: 0px;
    left: 0px;
    z-index:10;
    
}

.logo {
    padding-top: 20px;
    width: 300px;
}

.indent {
    width: 100%;
    margin: 0px auto;
    padding: 0px 10px 0px 10px;
}

.nav-menu {
    background: rgb(239, 236, 230);
    border-bottom: 1px solid #333;
    height: 45px;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 1000;
    transition: background-color 0.7s, border-bottom 0.7s;
}

.nav-menu.dimmed {
    background-color: rgb(250, 249, 248);
    background-color: rgba(250, 249, 248, .97);
    border-bottom: 1px solid #bbbbbb;
}

.nav-menu-toggler {
    font-size: 20px;
    line-height: 30px;
    padding: 6px 12px 8px 12px;
    position: absolute;
    left: 0px;
    width: 156px;
    font-weight: 700;
    cursor: pointer;
    cursor: hand;
    background-color: transparent;
    transition: background-color 0.5s, color 0.5s;
}

.nav-menu-toggler.active {
    background-color: #333;
    color: white;
}

.nav-menu-toggler::before {
    content: "☰";
    display: inline-block;
    width: 24px;
}

.nav-menu-toggler.active::before {
    content: "/";
    padding-left: 4px;
    width: 20px;
}

.nav-menu-toggler:hover {
    background-color: #333;
    color: white;
    text-decoration: none;
}

.nav-menu ul {
    border: 1px solid #333333;
    border-top: none;
    border-left: none;
    border-bottom-right-radius: 5px;
    position: absolute;
    background-color: #333;
    top: 44px;
    left: 0px;
    display: none;
    list-style-type: none;
    margin: 0px;
    color: #222;
    width: 156px;
}

.nav-menu li {
    display: block;
    height: 33px;
    vertical-align: top;
}

.nav-menu li a {
    padding: 8px 16px 8px 16px;
    display: block;
    color: white;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    outline: 0;
}

.nav-menu li a:hover {
    text-decoration: underline;
    background-color: #4a4443;
    color: white;
}

article.profile {
    background-color: #fbfaf9;
}

article.cv {
    background-color: #efece6;
    display: none;
}

article.cv hr {
    display: block;
    margin: 15px auto 10px auto;
    width: 100px;
    height: 1px;
    background-color: #f88370;
    color: #f88370;
    border: 0 none;
}

article.praksis {
    background-color: #5f5f5f;
}

article.praksis section {
    background-color: #5f5f5f;
    display: table;
    width: 100%;
}

article.praksis h2 {
    color: rgb(242, 240, 235);
    font-size: 24px;
    line-height: 40px;
    padding: 0px;
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 20px;
}

article.praksis p {
    color: rgb(209, 203, 194);
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 27px;
}

article.praksis hr {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 50px;
    height: 2px;
    background-color: #f88370;
    color: #f88370;
    border: 0 none;
    text-align: left;
}

article.contact {
    position: relative;
    background-color: #efece6;
    padding: 0px;
}

article.contact p {
    font-weight: 200;
    color: inherit;
    margin: 0px;
}

article.contact hr {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 50px;
    height: 2px;
    background-color: #f88370;
    color: #f88370;
    border: 0 none;
    text-align: left;
}

article.contact aside:nth-child(1) {
    width: 50%;
    float: left;
}

article.contact aside:nth-child(2) {
    padding: 0px;
    background-color: #efece6;
}

article.consultation {
    background-color: #fdfdfd;
    border-top: 1px solid #e5e5e5;
}

article.oconsultation {
    border-top: 1px solid #e5e5e5;
}

article.oconsultation aside {
    text-align: center;
    display: inline-block;
    width: 250px;
}

article.supervision {
    background-color: #e4e1de;
    background-color: #fbfaf9;
    border-top: 1px solid #e5e5e5;
}

article.blog {
    padding: 0px;
    display:none;
}

article.blog h1 {
    color: white;
    font-size: 30px;
    margin: 20px 0px 0px 0px;
}

article.blog h2 {
    color: white;
    margin-top: 20px;
}

article.blog ul {
    display: inline-block;
}

article.blog ul li a {
    color: white;
}

article.blog aside ul li:before {
    color: white;
}

.image-holder {
    max-width: 130px !important;
    margin: 0px 0px 15px 35px;
}

.image-holder img {
    width: 100%;
    height: auto;
}

ul.cv-list {
    list-style: none;
    margin-left: 131px;
    padding-left: 10px;
    border-left: 4px solid white;
}

ul.cv-list li {
    position: relative;
}

ul.cv-list li:before {
    content: none;
}

ul.cv-list time {
    left: -140px;
    text-align: right;
    font-size: 0.95em;
    width: 100px;
    position: absolute;
}

ul.cv-list a.circle {
    top: 2px;
    left: -20px;
    width: 16px;
    height: 16px;
    background-color: rgb(243, 109, 93);
    border: 4px solid white;
    border-radius: 50%;
    position: absolute;
}

ul.cv-list a.circle:hover {
    background-color: rgb(243, 109, 93);
}

ul.cv-list div.content {
    line-height: 20px;
    position: relative;
    left: 15px;
    text-align: left;
}

.main-logo {
/*    background-image: url('../img/main-logo-tiny.png');
    height: 92px;
    width: 300px;
    margin-top: 45px;*/
    background-image: url('../img/main-logo.png');
        height: 132px;
        width: 312px;
    margin-top: 20px;
}

.dispensable {
    display: none;
}

@media only screen and (min-width: 600px) {
    /* For tablets: */
    header {
        height: 300px;
        background: transparent url("../img/bg-slim.jpg") no-repeat scroll 70% 0px;
        margin-top: 45px;
    }
    .image-holder {
        max-width: none !important;
    }
    .dispensable {
        display: inline-block;
    }
    .logo {
        padding-top: 50px;
        width: auto;
    }
    .main-logo {
        background-image: url('../img/main-logo.png');
        height: 132px;
        width: 312px;
        margin-top: 45px;
    }
    .indent {
        width: 90%;
        padding: 0px 10px 0px 10px;
    }
    article.cv hr {
        width: 300px;
    }
    article.praksis {
        padding: 0px;
    }
    article.praksis h2 {
        font-size: 34px;
        line-height: 60px;
    }
    article.praksis hr {
        margin-top: 45px;
        margin-bottom: 45px;
        width: 80px;
        height: 3px;
    }
    article.praksis aside:nth-child(1) {
        width: 50%;
        background-image: url('../img/praksis4.jpeg');
        background-repeat: no-repeat;
        background-position: right top;
        display: table-cell;
    }
    article.praksis aside:nth-child(2) {
        width: 50%;
        padding: 30px 30px;
        text-align: left;
        display: table-cell;
    }
    article.praksis p {
        color: rgb(209, 203, 194);
        font-size: 18px;
        font-weight: 200;
        line-height: 30px;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    article.contact section aside {
        width: 100%;
    }
    article.contact h1 {
        text-align: left;
    }
    article.contact hr {
        margin-top: 32px;
        margin-bottom: 32px;
        width: 80px;
        height: 3px;
    }
    article.contact p {
        color: inherit;
        font-weight: 200;
        margin: 0px;
    }
 article.contact aside:nth-child(2) {
    width: 50%;
    float: left;
    padding: 20px 0px 30px 50px;
    background-color: #efece6;
}
}

@media only screen and (min-width: 806px) {
    /* For desktop: */
    .indent {
        width: 90%;
        padding: 0px 10px 0px 10px;
    }
    article.praksis h2 {
        font-size: 44px;
    }
    /*article.contact h2 {
        font-size: 44px;
    }*/
    article.supervision {
        background-image: url('../img/louise-3.png');
        background-repeat: no-repeat;
        background-position: right -77px;
    }
    article.supervision aside {
        padding: 20px;
        background-color: rgb(253, 253, 253);
        background-color: rgba(253, 253, 253, 0.95);
    }
}

@media only screen and (min-width: 1100px) {
    .indent {
        width: 70%;
        max-width: 1000px;
        padding: 0px 20px 0px 20px;
    }
    .nav-menu-toggler {
        display: none;
    }
    .nav-menu ul {
        list-style-type: none;
        margin: 0px;
        padding: 10px 0px 0px 0px;
        display: inline-block !important;
        border: none;
        background-color: transparent;
        position: static;
        top: auto;
        left: auto;
        width: auto;
    }
    .nav-menu li {
        display: inline-block;
        height: 33px;
        vertical-align: top;
    }
    .nav-menu li:after {
        padding-left: 12px;
        padding-right: 12px;
        font-weight: 700;
        content: "·";
    }
    .nav-menu li:last-child:after {
        padding-left: 6px;
        padding-right: 0px;
        content: "";
    }
    .nav-menu li a {
        padding: 5px 5px 5px 0px;
        display: inline-block;
        color: #222;
        font-size: 14px;
        font-weight: 300;
    }
    .nav-menu li a:hover {
        text-decoration: none;
        background-color: transparent;
        color: rgb(243, 109, 93);
    }
    .nav-menu li a.active {
        color: rgb(243, 109, 93);
    }
}


/* PENDING . . . */


/*
.cnt {
    max-height: 20px;
    padding: 15px 20px 15px;
    border-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-radius: 0.5em;
    position: relative;
    max-height: 180px;
    border-color: white;
    margin-right: 20px;
    transform: translateX(20px);
    transition: max-height 0.4s linear, border-color 0.5s linear, transform 0.2s linear;
}

.cnt:before,
.cnt:after {
    content: "";
    width: 0;
    height: 0;
    border: solid transparent;
    position: absolute;
    right: 100%;
}

.cnt:before {
    border-right-color: white;
    border-width: 15px;
    top: 50%;
    margin-top: -15px;
}

.cnt:after {
    border-right-color: #efece6;
    border-width: 12px;
    top: 50%;
    margin-top: -12px;
}
*/

.gmnoprint,
.gm-style-cc {
    display: none !important;
}
