/*
 blue: #4b81b8
 red: #e2001a
 * */
/* @import url(https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700); */
@import 'fonts.css';

html, body {
    height: 100%;
}

body {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    background: #FFF;
    height: 100%;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    color: #4b81b8;
    font-size: 28px;
    font-weight: 600;
}

h2 {
    color: #e2001a;
    font-size: 24px;
    font-weight: 600;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

p {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
}

a {
    color: #e2001a;
    font-size: 14px;
}

a:hover {
    color: #000;
}

iframe {
    margin: 0;
    border: 0;
}

table td {
    font-size: 14px !important;
}

td a {
    color: #e2001a !important;
    font-size: 14px !important;
}

.wrapper {
    /*display: table;*/
    /*table-layout: fixed;*/
    width: 100%;
    height: 100%;
    /*border-collapse: collapse;*/
}

.is-row {
    /*display: table-row;*/
}

.wrapper-header {
    position: relative;
    width: 100%;
    height: 157px;
}

.is-shadow {
    -webkit-box-shadow: 0px 0px 6px 6px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 6px 6px rgba(0,0,0,0.3);
    box-shadow: 0 0 6px 6px rgba(0,0,0,.3);
}

.topbar {
    position: absolute;
    top: 0;
    width: 100%;
    height: 11px;
    background: #4b81b8;
}

.top-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 107px;
    background: transparent url(../../layouts/fiisschen/top-left.png) no-repeat left bottom;
    z-index: -1;
}

.top-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 107px;
    background: transparent url(../../layouts/fiisschen/top-right.png) no-repeat right bottom;
    z-index: -1;
}

.is-shadow > .container {
    background: #fff;
}

header {
    position: relative;
}

.logo {
    display: inline-block;
    margin-top: 20px;
    width: 260px;
    height: 75px;
    background: url(../../layouts/fiisschen/logo.svg) no-repeat 0 0;
}

.fb {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../layouts/fiisschen/facebook.png) no-repeat 0 0;
}

.wrapper-langs {
    position: relative;
    z-index: 1;
}

.wrapper-langs > ul {
    margin: 0;
    padding: 0;
    list-style: none outside none;
}

.wrapper-langs > ul > li > a {
    position: relative;
    padding: 5px 40px 5px 5px;
    font-weight: bold;
    color: #337ab7;
    cursor: pointer;
    text-decoration: none;
}

.wrapper-langs > ul > li > a:after {
    content: '^';
    position: absolute;
    top: auto;
    right: 10px;
    transform: rotate(180deg);
}

.wrapper-langs > ul li:hover .langs {
    display: flex;
}

.langs {
    position: absolute;
    display: none;
    align-items: center;
    flex-direction: column;
    margin: 0;
    padding: 10px;
    width: 150px;
    list-style: none outside none;
    background-color: #fff;
    border: 1px solid #DEDEDE;
    z-index: 2;
}

.langs li {
    margin: 3px 0;
    width: 100%;
}

.langs li a {
    display: inline-block;
    padding-left: 30px;
    width: 100%;
    height: 24px;
    color: #4b81b8;
    text-decoration: none;
    background-size: 16px 16px !important;
    background-position: center left !important;
}

.langs li a:hover {
    font-weight: bold;
}

.langs li a.en {
    background: url(../../layouts/fiisschen/en.png) no-repeat 0 0;
}

.langs li a.fr {
    background: url(../../layouts/fiisschen/fr.png) no-repeat 0 0;
}

.langs li a.lu {
    background: url(../../layouts/fiisschen/lu.png) no-repeat 0 0;
}

.langs li a.de {
    background: url(../../layouts/fiisschen/de.png) no-repeat 0 0;
}

.wrapper-navigation-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 107px;
}

.navigation-top-right {
    position: absolute; 
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 200px;
    height: 100%;
}

.navigation-bottom {
    height: 50px;
}

.menu {
    height: 50px;
}

.menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    list-style: none outside none;
}

.menu ul li {
    padding: 0 15px;
    text-align: right;
}

.menu ul li a {
    color: #999;
    font-size: 16px;
    font-weight: 600;
}

.menu ul li.selected a, .menu ul li a:hover {
    color: #000;
    text-decoration: none;
}

.menu ul li a .is-icon {
    vertical-align: baseline;
}

.menu ul li a img.is-icon.hover {
    display: none;
}

.menu ul li.selected a img.is-icon, .menu ul li a:hover img.is-icon {
    display: none;
}

.menu ul li.selected a img.is-icon.hover, .menu ul li a:hover img.is-icon.hover {
    display: inline-block;
}

.submenu {
    margin: 20px 0 0 0;
    padding: 0;
    height: 40px;
    list-style: none outside none;
}

.submenu li {
    display: table-cell;
    height: 40px;
    line-height: 40px;
}

.submenu li a {
    padding: 0 8px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.submenu li.selected a, .submenu li a:hover {
    color: #e2001a;
}

.content {
    display: table;
    margin: 20px 0;
    width: 100%;
}

.content section, .content aside {
    display: table-cell;
}

.content section {
    /* width: 70%; */
    padding-right: 30px;
    border-right: 2px solid #4b81b8;
}

.content aside {
    padding: 0 0 0 30px;
    width: 200px;
    border-left: 2px solid #4b81b8;
}

.content aside h2 {
    margin-top: 0;
    padding-top: 0;
}

.content section.is-full {
    padding: 0;
    width: 100%;
    border: 0;
}

.wrapper-footer {
    height: 150px;
    background: #4b81b8;
}

footer ul {
    margin: 0;
    padding: 20px 0;
    color: #fff;
    list-style: none outside none;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;/*ask mike*/
}

/*** banner/slideshow ***/
.fadeContent {
    width: 100%;
}
.fadeContent > div {
    width: 100%;
    height: 468px;
}
.fadeContent > div > div,
.fadeContent > div > div > div {
    margin: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.fadeContent .image {
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}
.fadeContent > ul {
    display: none;
}

.cover {
    position: relative;
    width: 100%;
    z-index: -1;
}
.cover-photo {
    width: 100%;
    height: 268px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fadeContent .text, .cover .text {
    position: absolute;
    bottom: 0;
    height: 68px;
    background: rgb(255,255,255);
    background: rgba(255,255,255,.67);
}
.fadeContent .text h1, .cover .text h1 {
    margin: 0;
    padding: 0;
    color: #e2001a;
    font-size: 24px;
    font-weight: 600;
}
.fadeContent .text h2, .cover .text h2 {
    margin: 0;
    padding: 0;
    color: #4b81b8;
    font-size: 14px;
    font-weight: 600;
}

.fade-wrapper {
    position: relative;
    width: 100%;
    height: 468px;
    /* z-index: -1; */
}
.fade-wrapper:hover a#prev-slide,
.fade-wrapper:hover a#next-slide {
    display: none;
}

a#prev-slide, a#next-slide {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 100%;
}

a#prev-slide {
    right: auto;
    left: 0;
}

a#next-slide {
    left: auto;
    right: 0;
}

a#prev-slide div {
    position: absolute;
    bottom: 50%;
    width: 50px;
    height: 50px;
    background: url(../../layouts/fiisschen/arrow-left.png) no-repeat center center;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,.67);
    z-index: 50;
}

a#next-slide div {
    position: absolute;
    bottom: 50%;
    width: 50px;
    height: 50px;
    background: url(../../layouts/fiisschen/arrow-right.png) no-repeat center center;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,.67);
    z-index: 50;
}

/* form */
fieldset.form {
    margin: 0;
    padding: 0;
    border: 0;
}
fieldset.form legend {
    display: none;
}
fieldset.form form {
    margin: 0 auto;
    width: 80%;
}
fieldset.form form .formline {
}
fieldset.form form .formline label {
    padding-right: 10px;
    width: 180px;
    font-weight: 600;
    text-align: right;
}
fieldset.form form .formline input,
fieldset.form form .formline textarea {
    /* width: 100%; */
    width: 250px;
    min-height: 30px;
    border: 1px solid #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
fieldset.form form .formline input {
    /* width: 250px; */
}
fieldset.form form .formline textarea {
    /* width: 250px; */
    height: 140px;
}
fieldset.form form .formline input[type=submit] {
    padding: 0 20px;
    width: auto;
    height: 40px;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 600;
    background: #4b81b8;
}
fieldset.form div.message {
    margin: 10px auto;
    padding: 10px;
    width: 80%;
    font-weight: bold;
    border: 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
fieldset.form div.message.error {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
fieldset.form div.message.success {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

/* carouFredSel */
.carousel {
    position: relative;
}
.caroufredsel_wrapper {
    margin: 0 auto !important;
}
.item {
    display: block;
    float: left;
    /* width: 200px; */
}
.item.brand {
    padding: 0 20px;
    /* width: 300px; */
    /* height: 250px; */
}
.item.brand a {
    display: flex;
    justify-content: center;
}
.item p {
    font-size: 1em;
}
.carousel a.prev, .carousel a.next {
    position: absolute;
    top: 20px;
    width: 48px;
    height: 91px;
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
}
.carousel a.prev:focus, .carousel a.next:focus {
    outline: none;
}
.carousel a.prev {
    left: 0;
    background-image: url(../../layouts/fiisschen/arrow-left.png);
}
.carousel a.next {
    right: 0;
    background-image: url(../../layouts/fiisschen/arrow-right.png);
}
.carousel a.prev.green {
    left: 0;
    background-image: url(../../layouts/ion/carousel-left-green.png);
}
.carousel a.next.green {
    right: 0;
    background-image: url(../../layouts/ion/carousel-right-green.png);
}
.carousel a.prev.blue{
    left: 0;
    background-image: url(../../layouts/ion/carousel-left-blue.png);
}
.carousel a.next.blue{
    right: 0;
    background-image: url(../../layouts/ion/carousel-right-blue.png);
}

#map {
    width: 100%;
    height: 500px;
}

#mapContent a {
    color: #4b81b8;
}

/* albums */

.album {
    display: block;
    /* float: left; */
    float: none;
    margin: 5px auto;
    padding: 5px;
    /* width: 100%; */
    width: 170px;
    overflow: hidden;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    /* background: #FCFCFC; */
    /* background: #f00; */
}

.album__label {
    margin-top: 10px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.album__cover {
    margin: 0 auto;
    width: auto;
    width: 160px !important;
    height: auto;
    height: 100px !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.album--active .album__cover {
    border: 1px solid #4b81b8;
}

.album .album__thumbs {
    display: none;
    clear: both;
    opacity: 0;
}
.album--active .album__thumbs {
    display: block;
    opacity: 1;
    animation-name: show;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.album--inactive .album__thumbs {
    display: block;
    opacity: 1;
    animation-name: hide;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}

.album__thumbs a {
    float: left;
    display: block;
    margin: 3px;
    width: 60px !important;
    height: 60px !important;
    border: 1px solid #999;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* album animations */
@keyframes show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes hide {
    from {
        display: block;
        opacity: 1;
    }
    to {
        display: none;
        opacity: 0;
    }
}

.dojoxLightbox {
    box-sizing: content-box;
}

#popup {
    display: none;
}

.navbar-toggler {
    background: transparent;
    border: 2px solid #4b81b8;
    border-radius: 4px;
}
.navbar-toggler-icon {
    display: flex;
}
.navbar-toggler-icon svg {
    fill: #4b81b8;
}
.navigation-mobile {
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    padding-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 6px 6px 0 rgba(0,0,0,.3);
    z-index: 20;
}
.navigation-mobile .menu {
    height: auto;
}
.navigation-mobile .menu ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 10px 20px 40px;
}
.navigation-mobile .menu ul li {
    display: flex;
    align-items: center;
    padding: 0;
    width: 100%;
    height: 38px;
    text-align: left !important;
}
.navigation-mobile .menu ul li a {
    display: block;
    width: 100%;
    height: 80%;
    font-size: 18px;
}
.navigation-mobile-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
}
.navigation-mobile .wrapper-langs {
    width: 50%;
}
.navigation-mobile .wrapper-langs ul {
    display: flex;
    justify-content: space-between;
}
.navigation-mobile .wrapper-langs > ul > li > a {
    padding: 0;
}
.navigation-mobile .wrapper-langs > ul > li > a:after {
    display: none;
}

/* media queries */
@media (max-width: 1199px) and (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .content section img {
        max-width: 100%;
        height: auto !important;
    }
    .content section table {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 991px) {
    .menu ul {
        justify-content: space-between;
    }
    .menu ul li {
        padding: 0;
    }
    .content {
        display: flex;
        flex-direction: column;
    }
    .content section {
        padding: 0;
        border: 0;
    }
    .content aside {
        position: relative;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        padding: 50px 0 0 0;
        width: 100%;
        border: 0;
        border-top:  2px solid #4b81b8;
    }
    .content aside h2 {
        position: absolute;
        top: 5px;
        left: 0;
    }
    .content aside p {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .content aside p:nth-of-type(odd) {
        display: none;
    }
    footer {
        padding-bottom: 80px;
    }
}

@media(max-width:767px) and (min-width:576px){
    .menu ul {
        justify-content: space-around;
    }
    .menu ul li {
        padding: 0;
    }
    .menu ul li a img,
    .menu ul li.selected a img.is-icon.hover,
    .menu ul li a:hover img.is-icon.hover {
        display: none;
    }
    .content aside {
        grid-template-columns: repeat(3, 1fr);
    }
    .submenu {
        display: flex;
        flex-wrap: wrap;
    }
    footer .col-sm-6 {
        width: 50%;
        float: left;
    }
    .wrapper-navigation-top {
        justify-content: space-between;
    }
    .navigation-top-right {
        position: relative;
    }
    .navigation-mobile-wrapper {
        display: none !important;
    }
}

@media( max-width: 575px ) {
    .wrapper-header {
        height: 110px;
    }
    .wrapper-navigation-top {
        display: flex;
        align-items: center;
        justify-content: space-around;
        height: 110px;
    }
    .navigation-top-right {
        display: none;
    }
    .navigation-bottom {
        display: none;
    }
    .fade-wrapper, .fadeContent > div {
        height: 150px;
    }
    .submenu {
        display: flex;
        flex-wrap: wrap;
	height: auto;
    }
    .content aside {
        grid-template-columns: repeat(2, 1fr);
    }
    .wrapper-footer {
        height: auto;
    }
    footer ul {
        display: flex;
        flex-wrap: wrap;
    }
    footer ul li {
        margin-right: 10px;
    }
    .carousel a.prev, .carousel a.next {
        top: 30px;
        /*transform: scale(.7);*/
    }
    #form1, #form1 label, #form1 input, #form1 textarea {
        width: 100%;
    }
    #form1 label {
        text-align: left;
    }
}
