/*  VARIABLES */

:root {
    --primeColor: #005c82;
    --secondaryColor: #9dc2d2;
    --textColor: #000;
    --grayColor: #eee;
}

/* FONTS */


@font-face {
    font-family: 'Akrobat';
    src: url('/css/fonts/Akrobat-Regular.woff2') format('woff2');
    font-weight: normal;
    unicode-range: U+000-5FF;
}

@font-face {
    font-family: 'Akrobat';
    src: url('/css/fonts/Akrobat-Black.woff2') format('woff2');
    font-weight: bold;
    unicode-range: U+000-5FF;
}

/*@font-face {
    font-family: 'Videtur';
    src: url('/css/fonts/VideturWeb W03 Regular.otf') format('opentype');
    font-weight: normal;
    unicode-range: U+000-5FF;
}*/

@font-face {
    font-family: 'Videtur';
    src: url('/css/fonts/3A0478_2_0.eot');
    src: url('/css/fonts/3A0478_2_0.eot?#iefix') format('embedded-opentype'),url('/css/fonts/3A0478_2_0.woff2') format('woff2'),url('/css/fonts/3A0478_2_0.woff') format('woff'),url('/css/fonts/3A0478_2_0.ttf') format('truetype');
    font-weight: bold;
    unicode-range: U+000-5FF;
}

@font-face {
    font-family: 'Videtur';
    src: url('/css/fonts/3A0478_1_0.eot');
    src: url('/css/fonts/3A0478_1_0.eot?#iefix') format('embedded-opentype'),url('/css/fonts/3A0478_1_0.woff2') format('woff2'),url('/css/fonts/3A0478_1_0.woff') format('woff'),url('/css/fonts/3A0478_1_0.ttf') format('truetype');
    font-weight: normal;
    unicode-range: U+000-5FF;
}

/* GENERAL */

body {
    font-family: 'Videtur', serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
    text-align: left;
    margin-top: 0px !important;
    padding-top: 0px !important;
    width: 100%;

    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treated as min-height*/
    top: 0px;
}

img {
    max-width: 100%;
}

h1 {
    border-bottom: 2px dotted black;
    font-size: 2.4em;
    font-weight: bold;
}

h2 {
    margin-top: 20px;
    font-size: 1.1em;
    color: var(--secondaryColor);
}

h3 {
    font-size: 1.5em;
    font-weight: bold;
    color: var(--primeColor);
}

h4 {
    font-size: 1.2em;
    margin-bottom: 0px;
}

hr {
    border:none;
    border-top:2px dotted var(--primeColor);
    color:#fff;
    height:1px;
    width:95%;
}

p {
    column-count: 2;
    column-gap: 8%;
    font-size: 1.1em;
    line-height: 1.5em;
}

.hidInput {
    display: none;
}

.licenceText {
    font-size: 0.8em;
    background-color: #89a7b5;
    display: block;
    padding: 6px;
    line-height: 1.2em;
    color: #cce0e8;
}

.singleC {
    column-count: 1;
}

.blueBG {
    background-color: var(--primeColor);
}

.secBG {
    background-color: var(--secondaryColor);
}

.whiteFont {
    color: white !important;
}

ul.footnotes {
    margin: 0;
    padding: 0.8em 0 0 0;
    margin-bottom: 1rem;
    font-size: 0.8em;
    line-height: 1.2em;
    border-top: 1px dotted black;
}
ul.footnotes li {
    list-style: none;
    
}
ul.footnotes li:before {
    content: "* ";
}

/* LINKS */

a:link, a:visited {
    text-decoration: underline;
    color: var(--primeColor);
}
a:hover, a:active {

}

a.light:link, a.light:visited {
    text-decoration: none;
    color: var(--secondaryColor);
}
a.light:hover, a.light:active {
    color: var(--primeColor);
}

a.lighter:link, a.lightwe:visited {
    text-decoration: none;
    color: #cce0e8;
}
a.lighter:hover, a.lightwe:active {
    color: white;
}

a.menu:link, a.menu:visited {
    text-decoration: none;
    color: var(--primeColor);
}
a.menu:hover, a.menu:active {
    color: white;
}

a.footer:link, a.footer:visited {
    text-decoration: none;
    color: white;
}
a.footer:hover, a.footer:active {
    color: #EEE;
}

/* MENU */

.primeMenu {
    font-family: "Akrobat";
    font-weight: bold;
    color: var(--secondaryColor);
    cursor: pointer;
    font-size: 1.5em;
    line-height: 0.9em;
    position: relative;
}

.primeMenu:hover {
    color: white;
}

.menuActive{

}

.input-search {
    border-right: 0;
}

.btn-search {
    border: 1px solid #ced4da;
    border-left: 0;
}

.btn-search:hover {
    background-color: #EEE;
    border: 1px solid #ced4da;
    border-left: 0;
}

.lightBlueBG {
    background-color: var(--secondaryColor);
}

.sepLine {
    color: var(--primeColor);
}

.subMenuContainer {
    height: 0;
}

.subMenu {
    position: relative;
    top: 40px;
    font-family: 'Akrobat';
    color: var(--primeColor);
    font-size: 1.4em;
}

.nav-item {
    font-family: "Videtur";
    font-weight: bold;
    font-size: 1.4em;

}

a.nav-link {
    text-decoration: none;
    padding-top: 0;
}

.dropdown-menu {
    border: 0;
    text-align: right;
}

a.mSubMenu {
    font-family: Videtur;
    font-weight: normal;
    font-size: 0.8em;
    text-decoration: none;
    display: block;
    padding: 2px 5px;
    padding-right: 20px;
    border-radius: 5px;

}

a.dropdown-item {
    color: var(--primeColor);
    text-decoration: none;
    font-size: 1.2em;
    padding-right: 20px;
}

.dropdown-toggle::after {
    content: none;
}

/* CONTENT PAGES */
.navText {
    font-size: 1.5em;
    color: white;
    white-space: nowrap;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;

    border-left: 20px solid var(--secondaryColor);
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;

    border-right:20px solid var(--secondaryColor);
}

/* SEARCH */
.sFind {
    color: #e10000;
}

.sBody {
    padding-left: 20px;
    max-height: 98px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indentBody {
    padding-left: 20px;
}

.sHeader {
    font-size: 1.3em;
}

/* QUIZ */

.quizBut {
    width: 100%;
    position: relative;
    top: 200px;
}

/* TIMELINE */

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    /*border: 1px solid #d4d4d4;
    border-radius: 2px;*/
    padding: 20px;
    position: relative;
    border-radius: 5px;
    text-align: right;
    background-color: var(--secondaryColor);
    color: white;
    opacity: 0.1;
    left: 60px;
}

.timeline > li > .timeline-panel2 {
    width: 46%;
    float: right;
    padding: 20px 0px;
    position: relative;
    text-align: left;
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 18px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid var(--secondaryColor);
    border-right: 0 solid transparent;
    border-bottom: 15px solid transparent;
    content: " ";

}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 18px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid transparent;
    border-right: 0 solid var(--secondaryColor);
    border-bottom: 14px solid transparent;
    content: " ";
}
.timeline > li > .timeline-badge {
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -10px;
    background-color: var(--secondaryColor);
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel2 {
    float: left;
    text-align: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge.primary {
    background-color: #2e6da4 !important;
}
.timeline-badge.success {
    background-color: #3f903f !important;
}
.timeline-badge.warning {
    background-color: #f0ad4e !important;
}
.timeline-badge.danger {
    background-color: #d9534f !important;
}
.timeline-badge.info {
    background-color: #5bc0de !important;
}
.timeline-title {
    margin-top: 0;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}

/* FRITZI */

.shiftUp {
    position: relative;
    top: -200px;
    pointer-events: none;
}

.shiftUp50 {
    position: relative;
    top: -50px;
    pointer-events: none;
}

shiftUp100 {
    position: relative;
    top: -100px;
    pointer-events: none;
}

.gameContainer {
    height: 400px;
}

/* VIDEOARCHIV */

.thumbContainer {
    position: relative;
    cursor: pointer;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
    filter: saturate(0%);
}

.playSymbol {
    position: absolute;
    top: 28%;
    width: 25%;
    left: 36%;
    opacity: 0.3;
    pointer-events: none;
}

.thumbImg {
    margin: 0 auto;
    width: 100%;
}

.zoom {
    transition: transform .25s linear;
    -webkit-transition: all .25s linear;
}

.zoom:hover {
    transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.thumbText{
    background-color: var(--grayColor);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    color: var(--primeColor);
    padding: 5px;
    text-align: center;
}

.currentVideo {
    filter: saturate(100%);
}

.satVideo {
    filter: saturate(100%);
}


/* MOBILE */

@media screen and (max-width: 768px) {
    p {
        column-count: 1;
        font-size: 1em;
    }

    .navText {
        font-size: 1em;
    }

    .wwgImg {
        font-size: 0.8em;
        line-height: 1.3em;
    }

    h1 {
        font-size: 1.5em;
    }

    .shiftUp {
        top: 0;
    }

    .gameContainer {
        height: 300px;
    }

    .timeline-title {
        font-size: 0.8em;
    }

    .timeline > li > .timeline-panel2 {
        width: 30%;
    }

    .timeline:before {
        left: 35%;
    }

    .timeline > li > .timeline-badge {
        left: 35%;
    }

    .timeline > li > .timeline-panel {
        width: 55%;
        font-size: 0.9em;
        padding: 10px;
    }

    .sHeader {
        font-size: 1.1em;
    }
    .thumbText {
        font-size: 0.8em;
        height: 3.4em;
        line-height: 1.4em;
    }
}

@media screen and (max-width: 1024px) {
    .gameContainer {
        height: 400px;
    }


}