/* slideshow
-----------------------------------------------------*/
.slideshow .carousel {
    min-height: 250px;
    background: lightgray;
}

.carousel-control.right {background-image: none;}
.carousel-control.left {background-image: none;}

#slideshow-full .carousel-control .glyphicon-menu-left, #slideshow-full .carousel-control .glyphicon-menu-right {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}


.carousel-caption {
    position: absolute;
    top: 100px;
    text-align: left;
    right: 0;
    left: 0;
}

.carousel-caption .title {
    font-size: 60px;
    font-weight: 300;
    display: block;
    line-height: 140%;
}

.carousel-caption .text {
    font-size: 22px;
    display: block;
}

/* timeline
-----------------------------------------------------*/
ol.timeline {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0;
}
@media (min-width: 768px) {
    ol.timeline {
        margin-top: 56px;
        margin-bottom: 56px;
    }

    ol.timeline:before {
        content: '';
        display: block;
        position: absolute;
        height: 100%;
        width: 4px;
        left: 50%;
        margin-left: -2px;
        z-index: 997;
        background-color: #8d1d2d;
    }
}

ol.timeline li {
    position: relative;
    text-align: center;
    margin-bottom: 56px;
}

@media (min-width: 768px) {
    ol.timeline li {margin-bottom: 80px; }
}

@media (min-width: 768px) {
    ol.timeline li {width: 50%; }
}

ol.timeline li .image {
    margin-bottom: 20px;
    border: 6px solid #eaedf2;
    outline: 6px solid white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    ol.timeline li .image {
        position: absolute;
        top: -25px;
        z-index: 999;
        margin-bottom: 0;
    }
}
ol.timeline li .image img {
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
@media (min-width: 768px) {
    ol.timeline li .image:before {
        content: '';
        position: absolute;
        z-index: 999;
        display: block;
        top: 50%;
        margin-top: -6px;
    }
}

ol.timeline li .time {
    color: #434955;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
}

ol.timeline li .title {
    color: #434955;
    font-size: 18px;
    font-weight: 500;
}

ol.timeline li p {
    color: #9ca4af;
    line-height: 22px;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    ol.timeline li:nth-child(odd) {
        left: 50%;
        text-align: left;
        padding-left: 112px;
    }
}

ol.timeline li:nth-child(odd) .image {left: -35px; }
ol.timeline li:nth-child(odd) .image:before {
    right: -12px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #eaedf2;
}

@media (min-width: 768px) {
    ol.timeline li.nth-child-odd {
        left: 50%;
        text-align: left;
        padding-left: 112px;
    }
}

ol.timeline li.nth-child-odd .image {left: -65px;}

ol.timeline li.nth-child-odd .image:before {
    right: -12px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #eaedf2;
}

@media (min-width: 768px) {
    ol.timeline li:nth-child(even) {
        padding-right: 112px;
        text-align: right;
    }
}

ol.timeline li:nth-child(even) .image {right: -35px;}

ol.timeline li:nth-child(even) .image:before {
    left: -12px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #eaedf2;
}

@media (min-width: 768px) {
    ol.timeline li.nth-child-even {
        padding-right: 112px;
        text-align: right;
    }
}

ol.timeline li.nth-child-even .image {right: -65px; }

ol.timeline li.nth-child-even .image:before {
    left: -12px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #eaedf2;
}

ol.timeline li:last-child {margin-bottom: 0; }

@media (min-width: 768px) {
    ol.timeline li:last-child:before {
    content: '';
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    z-index: 998;
    background-color: white;
}

ol.timeline li:last-child:nth-child(odd):before {left: -5px; }
ol.timeline li:last-child.nth-child-odd:before {left: -5px; }
ol.timeline li:last-child:nth-child(even):before {right: -5px; }
ol.timeline li:last-child.nth-child-even:before {right: -5px; } }
ol.timeline li.last-child {margin-bottom: 0; }

@media (min-width: 768px) {
    ol.timeline li.last-child:before {
        content: '';
        display: block;
        width: 10px;
        height: 100%;
        position: absolute;
        z-index: 998;
        background-color: white;
    }

    ol.timeline li.last-child:nth-child(odd):before {left: -5px; }
    ol.timeline li.last-child.nth-child-odd:before {left: -5px; }
    ol.timeline li.last-child:nth-child(even):before {right: -5px; }
    ol.timeline li.last-child.nth-child-even:before {right: -5px; }
}

ol.timeline li .date {
    line-height: 58px;
    text-align: center;
    color: #626060;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

ol.timeline li .image {
    background-color: #cccccc;
}

ol.timeline li .text {
    min-height: 45px;
    color: #8d1d2d;
    font-weight: 600;
}
@charset "UTF-8";
/*
 * blueimp Gallery CSS
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}
.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}
.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.blueimp-gallery-display {
  display: block;
  opacity: 1;
}
.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.blueimp-gallery-carousel > .slides {
  position: absolute;
}
.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
     -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
      -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
       -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  -webkit-transition: opacity 0.2s linear;
     -moz-transition: opacity 0.2s linear;
      -ms-transition: opacity 0.2s linear;
       -o-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear;
}
.blueimp-gallery > .slides > .slide-loading {
  background: url(/assets/plugins/Gallery-2.21.3/img/loading.gif) center no-repeat;
  background-size: 32px 32px;
}
.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}
.blueimp-gallery > .slides > .slide-error {
  background: url(../img/error.png) center no-repeat;
}
.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 80px;
  height: 80px;
  margin-top: -43px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 50px;
  font-weight: 100;
  line-height: 80px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  cursor: pointer;
  display: none;
}
.blueimp-gallery > .next {
  left: auto;
  right: 15px;
}
.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none;
}
.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}
.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(/assets/plugins/Gallery-2.21.3/img/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0;
}
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
  color: #afafaf;
  opacity: 1;
}
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}
.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none;
}
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url(/assets/plugins/Gallery-2.21.3/img/error.svg);
}
body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(/assets/plugins/Gallery-2.21.3/img/play-pause.svg);
}
body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0;
}

/* IE7 fixes */
*+html .blueimp-gallery > .slides > .slide {
  min-height: 300px;
}
*+html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
}

/* picslider
-----------------------------------------------------*/

.picslider {
    background: #dedede;
    padding: 50px 0px 55px;
    margin-top: 45px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none !important;
}

.picslider .carousel-control {
	color: #fff;
	top: 40%;
	color: #8d1d2d;;
	bottom: auto;
	padding-top: 4px;
	width: 30px;
	height: 30px;
	text-shadow: none;
	opacity: 1;
}

.picslider .carousel-control i {font-size: 3em;}
.picslider .carousel-control:hover {color: #6a1c2b;}

.picslider .carousel-control.left,
.carousel-control.right {
    background-image: none !important;
}

.picslider .carousel-indicators {bottom:-65px;}

.picslider .carousel-control.right {
	left: auto;
	right: -50px;
}
.picslider .carousel-control.left {
	right: auto;
	left: -50px;
}

.picslider .carousel-indicators li {
	border-radius: 100%;
	width: 14px;
	height: 14px;
	background: #ccc;
	border: 1px solid #ccc;
}

.picslider .carousel-indicators .active {
	width: 16px;
	height: 16px;
	background: #8d1d2d;
	border-color: #8d1d2d;
}

.picslider .col-md-4{padding: 3px;}


/* media-queries
----------------------------------------------------*/

/* Large desktops and laptops */
@media (min-width: 1200px) {}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 979px) {}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .picslider .carousel-control.right {right: 0;}
    .picslider .carousel-control.left {left: 0;}

    .picslider .carousel .carousel-inner .item a img {
        margin: 0 auto;
        margin-bottom: 5px;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {}
/* Allgemein
-----------------------------------------------------*/
body {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    line-height: 1.6;

    padding-top: 80px;
}

.h2, h2 {
    font-size: 32px;
}


.section {
    padding-top: 96px;
}

.section h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}


@media (min-width: 1200px) {
    .container {
        width: 1240px;
    }
}


.section .form-control {
    font-size: 18px;
    border-radius: 3px;
    box-shadow: none;
}

.section input.form-control {
    height: 40px;
}

.section-box a {
    color: #8d1d2d;
}

.section-box a:hover {
    color: #691b24;
}


.table.table-borderless>tbody>tr>td,
.table.table-borderless>tbody>tr>th,
.table.table-borderless>tfoot>tr>td,
.table.table-borderless>tfoot>tr>th,
.table.table-borderless>thead>tr>td,
.table.table-borderless>thead>tr>th {
    border-top: 1px solid #eeeeee;
}


/* Header
-------------------------------------------------------*/
.header-row {
    background: #f5f5f5;
    line-height: 1;
}

.trenner {
    display: inline-block;
    width: 5px;
}

.lang-wrapper {
    float: right;
    margin-bottom: 4px;
    margin-top: 4px;
}

.lang-wrapper img {
    padding-right: 5px;
}

.lang-wrapper>a {
    text-transform: uppercase;
    color: #777;
    font-size: 13px;
}

.lang-wrapper ul a {
    opacity: .4;
}

.lang-wrapper ul .active,
.lang-wrapper a:hover,
.lang-wrapper a:active,
.lang-wrapper a:focus {
    opacity: 1;
    text-decoration: none;
}

/* preloader
-------------------------------------------------*/

#loader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: center;
    z-index: 9999999;
}

#loader .spinner > div {
    width: 18px;
    height: 18px;
    background-color: #383838;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#loader .logo {
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url('../img/favicon/apple-icon.png');
    background-size: cover;
    animation: opacity 1s linear infinite;

    opacity: .4;
}


@keyframes opacity {
    to {opacity: 1;}
}



@keyframes spinner {
    to {transform: rotate(360deg);}
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    width: 100px;
    height: 100px;

    border-radius: 50%;
    border-top: 2px solid #8d1d2d;
    border-right: 2px solid transparent;
    animation: spinner 1.2s linear infinite;

    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;

    opacity: .4;

}



@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}


@-webkit-keyframes sk-rotateplane {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    } 50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    } 100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/* buttons
-----------------------------------------------------*/

.btn-primary {
    background-color: #8d1d2d;
    border-color: #8d1d2d;
}


.dl-btn {
    background-color: lightgray;
    color: #333;
}

.dl-btn:hover {
    background-color: #9e9e9e;
    color: #fff;
}

/* Navigation
-----------------------------------------------------*/
#navigation {
    margin-bottom: 0px;
    background: #fff;
    border-radius: 0px;
    min-height: 80px;
}

#navigation .navbar-toggle .menu-title {
    font-size: 12px;
    margin-right: 10px;
}

#navigation .navbar-toggle .bars {
    margin-top: 4px;
}

#navigation .navbar-brand img {
    width: 290px;
}

#navigation .nav>li {
    margin-top: 15px;
}


.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: none;
    color: #8d1d2d;
}

.navbar-nav>li>a {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}

.dropdown-menu>li>a {
    padding: 10px 20px;
    font-size: 16px;
}
.dropdown-menu>li>a.hvr-underline-from-center:before {
    transform: none;
    content: '';
    display: none;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: #8d1d2d;
}

/* Slideshow
--------------------------------------------------- */

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1.15, 1.15);
    }
    to {
        -webkit-transform: scale(1, 1);
    }
}

@keyframes zoom {
    from {
        transform: scale(1.15, 1.15);
    }
    to {
        transform: scale(1, 1);

    }
}

.carousel-inner .item > img {
    -webkit-animation: zoom 15s ease-out;
    animation: zoom 15s ease-out;
}



.carousel-control.left,
.carousel-control.right {
    opacity: 0;
    transition: .5s opacity;
}


.carousel:hover .carousel-control.left,
.carousel:hover .carousel-control.right {
    opacity: 1;
}





    /* Start
    ---------------------------------------------------- */
.section p {
    letter-spacing: 1px;
    color: #777;
    line-height: 2em;
}

h1.title-style,
h2.title-style {
    margin-bottom: 30px;
}

.section .intro-text {
    color: #343a40;
    font-size: 50px;
    text-align: left;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
}

.section .intro-text-subline p {
    color: #333;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 35px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #8d1d2d;
}

/* Team
---------------------------------------------------- */

.team .title-style {
    color: #343a40;
    font-size: 50px;
    text-align: left;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
}


.team-subline {
    color: #333;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 35px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #8d1d2d;
}


/* Kurse
 ----------------------------------------------------*/

.kurse.table>tbody>tr>td,
.kurse.table>tbody>tr>th,
.kurse.table>tfoot>tr>td,
.kurse.table>tfoot>tr>th,
.kurse.table>thead>tr>td,
.kurse.table>thead>tr>th {
    padding: 20px 15px;
    vertical-align: middle;
    text-align: center;
}

.btn-filter.active {
    background-color: #8d1d2d;
    color: #fff;
}

.btn-filter {
    margin-right: 5px;
    background-color: #f1f1f1;
}

.course {
    transition: .7s background-color;
}

.table .course.success {
    background-color: #891c2c;
    color: #fff;
}

/* picslider custom
---------------------------------------------------- */

.picslider {
    padding: 0;
    background: none;
}


/* isotop
-----------------------------------------------------*/
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* google maps
------------------------------------------------------*/
.mapCanvas {
    background-color: lightgray;
    height: 400px;
    margin-bottom: -45px;
}


#mapDiv {
    max-width: 100%;
}

/* foooter
----------------------------------------------------*/
#footer {
    margin-top: 96px;
    padding-top: 64px;
    padding-bottom: 64px;

    background: #343a40;
    color: #fff;
    line-height: 1.2;

    font-size: 14px;
}

#footer .list-inline-item a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
}

#footer .list-inline-item a:hover {
    color: #9a9a9a;
    transition: .2s color;
}

#footer .copyright {
    color: #6c757d!important;
}

#footer .icons a {
    color: #fff;
    font-size: 32px;
    margin-left: 15px;
    transition: .2s color;
}

#footer .icons a:hover {
    color: #9a9a9a;
}

/* back-to-top
----------------------------------------------------*/
.back-to-top:focus,
.back-to-top:hover {
    background-color: #9a9a9a;
    color: #fff;
}

.back-to-top {
    width: 45px;
    height: 45px;

    position: fixed;
    bottom: 55px;
    right: 30px;
    z-index: 99;

    line-height: 41px;

    background-color: #8d1d2d;
    color: #fff;
    font-size: 16px;
    border-radius: 99px;
    text-align: center;
}

#cookie-disclaimer{
    position: fixed;
    bottom:0;
    background-color: rgba(52, 58, 64, 0.8);
    color: #fff;
    width: 100%;
    z-index: 999;
    padding: 1em;
    line-height: 120%;
    -webkit-backface-visibility:hidden;
}

#cookie-disclaimer .title{
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 1em;
}

#cookie-disclaimer .btn-primary{
    padding: 0.3em 1em;
    text-transform: uppercase;
    background: #19b5fe;
    border-color: #19b5fe;
    color: #fff !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-left: 2em;
}

#cookie-disclaimer p{
    font-size: 14px;
    margin-bottom:0px;
}

#cookie-disclaimer a{
    font-size: 14px;
}


/* media-queries
----------------------------------------------------*/

/* Large desktops and laptops */
@media (min-width: 1200px) {
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 979px) {

    /* Underline From Center */
    .hvr-underline-from-center {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        overflow: hidden;
    }

    .hvr-underline-from-center:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        right: 50%;
        bottom: 0;
        background: #8d1d2d;
        height: 2px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-underline-from-center:hover:before,
    .hvr-underline-from-center:focus:before,
    .hvr-underline-from-center:active:before {
        left: 0;
        right: 0;
    }
}


@media (max-width: 480px) {
    #navigation .navbar-brand img {
        width: 187px;
    }
}



.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}




/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .picslider .carousel-control.right {right: 0;}
    .picslider .carousel-control.left {left: 0;}

    .picslider .carousel .carousel-inner .item a img {
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .back-to-top {
        display: none;
    }

}

/* Portrait phones and smaller */
@media (max-width: 480px) {



    .section {
        padding-top: 30px;
    }

    .section .intro-text {
        font-size: 30px;
    }

    #footer .icons {
        text-align: left;
        margin-top: 20px;
    }

    #footer .list-inline {
        text-align: left;
        margin-top: 10px;
    }

    .presse-cover {
        margin-bottom: 30px;
    }

    #navigation {
        min-height: 60px;
    }

    #footer {
        margin-top: 30px;
    }

}


/*-------------------------------------------- Slide navbar -------------------------------- */

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slideDown {
    0% {
        -moz-transform: translateY(-100%);
    }

    100% {
        -moz-transform: translateY(0);
    }
}

@-o-keyframes slideDown {
    0% {
        -o-transform: translateY(-100%);
    }

    100% {
        -o-transform: translateY(0);
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

.animated.slideDown {
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown;
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-100%);
    }
}
@-moz-keyframes slideUp {
    0% {
        -moz-transform: translateY(0);
    }

    100% {
        -moz-transform: translateY(-100%);
    }
}
@-o-keyframes slideUp {
    0% {
        -o-transform: translateY(0);
    }

    100% {
        -o-transform: translateY(-100%);
    }
}
@keyframes slideUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}


.animated.slideUp {
    -webkit-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -o-animation-name: slideUp;
    animation-name: slideUp;
}
