/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*
Note: any .css or .scss files included in the 'styles' directory
will be correctly compiled during `gulp serve` and `gulp`
 */

/*e0eacc*/

html, body {
    font-family: 'Roboto', 'Helvetica', sans-serif; 
    margin: 0;
    padding: 0;
}

.mdl-layout__header {
    background-color: #fff;
}

.mdl-demo .mdl-layout__header-row {
    padding-left: 40px;
}

.mdl-demo .mdl-layout.is-small-screen .mdl-layout__header-row h3 {
    font-size: inherit;
}

#header_headline {
    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
}

.mdl-demo .mdl-layout__tab-bar-button {
    display: none;
}

.mdl-demo .mdl-layout.is-small-screen .mdl-layout__tab-bar .mdl-button {
    display: none;
}

.mdl-demo .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar,
.mdl-demo .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar-container {
    overflow: visible;
}

.mdl-demo .mdl-layout__tab-bar-container {
    height: 64px;
}

.mdl-demo .mdl-layout__tab-bar {
    padding: 0;
    padding-left: 16px;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}

.mdl-demo .mdl-layout__tab-bar .mdl-layout__tab {
    height: 64px;
    line-height: 64px;
}

.mdl-demo .mdl-layout__tab-bar .mdl-layout__tab.is-active::after {
    /*background-color: #ff7312;*/
    height: 4px;
}

.mdl-demo main > .mdl-layout__tab-panel {
    padding: 8px;
    padding-top: 48px;
}

.mdl-demo .mdl-card {
    height: auto;
    display: flex;
    flex-direction: column;
}

.mdl-demo .mdl-card > * {
    height: auto;
}

.mdl-demo .mdl-card .mdl-card__supporting-text {
    margin: 40px;
    flex-grow: 1;
    padding: 0;
    color: inherit;
    width: calc(100% - 80px);
}

.mdl-demo.mdl-demo .mdl-card__supporting-text h4 {
    margin-top: 0;
    margin-bottom: 20px;
}

.mdl-demo .mdl-card__actions {
    margin: 0;
    padding: 4px 40px;
    color: inherit;
}

.mdl-demo .mdl-card__actions a {
    color: #00BCD4;
    margin: 0;
}

.mdl-demo .mdl-card__actions a:hover,
.mdl-demo .mdl-card__actions a:active {
    color: inherit;
    background-color: transparent;
}

.mdl-demo .mdl-card__supporting-text + .mdl-card__actions {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.mdl-demo #add {
    position: absolute;
    right: 40px;
    top: 36px;
    z-index: 999;
}

.mdl-demo .mdl-layout__content section:not(:last-of-type) {
    position: relative;
    margin-bottom: 48px;
}

.mdl-demo section.section--center {
    max-width: 860px;
}

.mdl-demo section > header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mdl-demo section > .section__play-btn {
    min-height: 200px;
}

.mdl-demo section > header > .material-icons {
    font-size: 3rem;
}

.mdl-demo section > button {
    position: absolute;
    z-index: 99;
    top: 8px;
    right: 8px;
}

.mdl-demo section .section__circle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 0;
    flex-shrink: 1;
}

.mdl-demo section .section__text {
    flex-grow: 1;
    flex-shrink: 0;
    padding-top: 8px;
}

.mdl-demo section .section__text h5 {
    font-size: inherit;
    margin: 0;
    margin-bottom: 0.5em;
}

.mdl-demo section .section__text a {
    text-decoration: none;
}

.mdl-demo section .section__circle-container > .section__circle-container__circle {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    margin: 8px 0;
}

.mdl-demo section.section--footer .section__circle--big {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin: 8px 32px;
}

.mdl-demo .is-small-screen section.section--footer .section__circle--big {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin: 8px 16px;
}

.mdl-demo section.section--footer {
    padding: 64px 0;
    margin: 0 -8px -8px -8px;
}

.mdl-demo section.section--center .section__text:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .13);
}

.mdl-demo .mdl-card .mdl-card__supporting-text > h3:first-child {
    margin-bottom: 24px;
}

.mdl-demo .mdl-layout__tab-panel:not(#overview) {
    background-color: white;
}

.mdl-demo #features section {
    margin-bottom: 72px;
}

.mdl-demo #features h4, #features h5 {
    margin-bottom: 16px;
}

.mdl-demo .toc {
    border-left: 4px solid #C1EEF4;
    margin: 24px;
    padding: 0;
    padding-left: 8px;
    display: flex;
    flex-direction: column;
}

.mdl-demo .toc h4 {
    font-size: 0.9rem;
    margin-top: 0;
}

.mdl-demo .toc a {
    color: #4DD0E1;
    text-decoration: none;
    font-size: 16px;
    line-height: 28px;
    display: block;
}

.mdl-demo .mdl-menu__container {
    z-index: 99;
}

p.dyn-personal {
    font-style: italic;
    text-align: justify;
}

p {
    text-align: justify;
}

img.rightflow {
    float: right;
    margin-left: 10px;
    max-width: 200px;
}

img.leftflow {
    float: left;
    margin-right: 10px;
    max-width: 200px;
}

.dyn-publication {
    /*border-left: solid 3px #ff7312;*/
    margin-bottom: 15px;
    padding-left: 5px;
    width: 100%;
}

.dyn-publication-authors {

}

.dyn-publication-title {
    font-weight: bold;
}

.dyn-publication-journal {
    font-style: italic;
}

.mdl-mega-footer .mdl-logo a {
    text-decoration: none;
    color: rgb(66, 66, 66);
}

.mdl-mega-footer {
    background-color: rgba(66, 66, 66, .3);
}

.mdl-mega-footer--bottom-section .mdl-logo {
    float: right;

}

.circular {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    overflow: hidden; /* Für Image-Element Variante */
    float: left;
}

.circular_big {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    overflow: hidden; /* Für Image-Element Variante */
    float: left;
}

.personbox {
    text-align: left;
}

.mdl-shadow--2dp {
    padding: 15px
}

.dyn-publication-supervisor:before {
    content: "supervised by: ";
}

.dyn-publication-abstract button {
    width: 150px;
    height: 20px;
}

.dyn-orange {
    color: #ff7312;
}

.dyn-publication-abstract {
    border-left: solid 3px #649600;
    margin-bottom: 0px;
    padding-left: 5px;
    padding-bottom: 0px;
    font-style: italic;
    text-align: justify;
}

.dyn-publication-abstract a {
    color: #649600;
    text-decoration: none;
}

.dyn-publication-title {
    vertical-align: middle;
}

@media (min-width: 768px) {
    .dyn-publication {
        padding-left: 55px;
        background-image: url('../images/icon/description.svg');
        background-repeat: no-repeat;
        background-position-y: 5px;
        fill: rgba(66, 66, 66, .3);
    }
}

ul.dyn-publication-list {
    list-style: none;
    padding-left: 5px;
    padding-top: 0
}

ul.dyn-publication-list li {
    padding-left: 1.3em;
    vertical-align: middle;

}

ul.dyn-publication-list li:before {
    content: "description"; /* FontAwesome Unicode */
    font-family: 'Material Icons';
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
    vertical-align: middle;
}

.dyn-color {
    background-color: #649600;
}

a.mdl-layout__tab {
    color: #fff;
    /*font-weight: bold;*/
}

a.mdl-layout__tab {
    color: #fff;
    /*font-weight: bold;*/
}

.is-active {
    /*background-color: #ff7312;*/
}

.is-active::after {
    background-color: #ff7312;
}

.mdl-layout.is-upgraded .mdl-layout__tab.is-active {
    color: #fff;
}

@media print {
    .mdl-layout__tab-panel div{
        visibility: visible;
    }
}

.dyn-bg-xmas {
    background-image: url("../images/design/snow_flake_orange.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 10%;
}

.dyn-shortcuts {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.dyn-buttonbox {
    text-align: center;
    margin-bottom: 50 !important;
    padding-bottom: 0;
}


@media (max-width: 767px) {
    .dyn-button-text  {
        visibility: hidden;
    }

    .dyn-shortcuts .mdl-button{
        width: 20px;
        min-width: 50px;
    }
}


/* Here Alex is just testing stuff */