/* -----------------------------------------------------------------------------
          GENERAL

          GLOBAL COLORS
            GREEN: #9ec861
            RED: #e61f45
            BROWN: #8b3620
            LIGHT-GRAY: #ababab
            DARK-GRAY: #555555
----------------------------------------------------------------------------- */
@font-face {
    font-family: "OstrichSans-Heavy";
    src: url(../fonts/OstrichSans-Heavy.otf) format("opentype");
}

h1, h2, h3, h4, h5, h6 {
  font-family: "OstrichSans-Heavy";
}

h1 {
  font-size: 45pt;
  text-align: center;
}

.container-fluid .container .row {
  margin: 40px 0;
}

* a > img,
* button,
.btn.btn-default.btn-lg {
  top: 0;
  position: relative;
  transition: top .5s;
  -webkit-transition: top .5s;
  -moz-transition: top .5s;
  -o-transition: top .5s
}

* a > img:hover,
* button:hover,
.btn.btn-default.btn-lg:hover {
  top: -10px
}

.btn.btn-default.btn-lg {
  background-color: #9ec861;
  border-color: #9ec861;
  font-family: "OstrichSans-Heavy";
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  font-size: 18pt;
  color: white;
  margin: 30px 0;
}

@media (max-width: 768px) {
  .btn.btn-default.btn-lg.mobile {
    width: 100%;
  }
}


/* -----------------------------------------------------------------------------
          INTRO LANDINGPAGE
----------------------------------------------------------------------------- */
html.intro {
    background: url(../img/row-advertising-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

html.intro body {
    background-color: rgba(255, 255, 255, 0.0);
}

html.intro .container-fluid .container {
    margin: 15vh auto;
    position: relative;
    top: -160vh;
    transition: top 2s;
    -webkit-transition: top 2s;
    -moz-transition: top 2s;
    -o-transition: top 2s
}

html.intro .container-fluid .container.animate {
    top: 0
}

html.intro .container-fluid .container .cdCover {
    float: left;
    width: 50%;
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
    display: inline-block;
    position: relative;
    z-index: 1
}

html.intro .container-fluid .container .teaserText .button-links {
    width: 70%;
    margin: 50px 40px auto
}

html.intro .container-fluid .container .teaserText .button-links-homepage a {
  width: 100%;
}

html.intro .container-fluid .container .teaserText .button-links .logo-link {
    height: 50px;
    position: relative;
    top: 0;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
    transition: top .5s;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -o-transition: top .5s
}

html.intro .container-fluid .container .teaserText .button-links .logo-link:hover {
    top: -10px
}

@media (max-width: 1200px) {
    html.intro .container-fluid .container {
        margin: 10vh auto;
    }

    html.intro .container-fluid .container .teaserText h1 {
      font-size: 29pt
    }

    html.intro .container-fluid .container .teaserText p {
      font-size: 17pt;
    }

    html.intro .container-fluid .container .teaserText .button-links {
        width: 90%;
        margin: 50px auto
    }
}

@media (max-width: 991px) {
    html.intro .container-fluid .container .teaserText p {
        font-size: 15pt
    }

    html.intro .container-fluid .container .teaserText h1 {
        margin: 0 0 10px;
        font-size: 20pt
    }

    html.intro .container-fluid .container .teaserText .button-links .logo-link {
        height: 40px
    }

    html.intro .container-fluid .container .teaserText .button-links {
        width: 95%;
        margin: 20px auto
    }
}

@media (min-width: 768px) {
    html.intro .container-fluid .container .teaserText {
        float: right;
        width: 45%;
        font-size: 20pt;
        display: inline-block;
        position: relative;
        left: -50%;
        padding: 20px;
        z-index: 0;
        box-sizing: border-box;
        transition: left 1s;
        -webkit-transition: left 1s;
        -moz-transition: left 1s;
        -o-transition: left 1s;
        transition-delay: 2s;
        -webkit-transition-delay: 2s;
        -moz-transition-delay: 2s;
        -o-transition-delay: 2s
    }

    html.intro .container-fluid .container .teaserText.animate {
        left: 0
    }
}

@media (max-width: 768px) {
    html.intro .container-fluid .container .teaserText h1 {
        font-size: 18pt
    }

    html.intro .container-fluid .container .teaserText p {
        font-size: 16pt
    }

    html.intro .container-fluid .container {
        margin: 5vh auto;
        padding: 0;
        top: 0
    }

    html.intro .container-fluid .container .cdCover {
        width: 100%
    }

    html.intro .container-fluid .container .teaserText {
        float: right;
        width: 100%;
        font-family: 'Nunito', sans-serif;
        font-size: 24pt;
        display: inline-block;
        position: relative;
        top: 0;
        padding: 20px
    }

    html.intro .container-fluid .container .teaserText .button-links .logo-link {
        width: 48%;
        height: 1.5em;
        margin: 20px auto
    }
}


/* -----------------------------------------------------------------------------
          HEADER
----------------------------------------------------------------------------- */
#header {
  background: url(../img/header_bg.jpg) no-repeat center center;
}

#header #header-title {
  top: -410px;
  position: relative;
  transition: top 1.5s;
  -webkit-transition: top 1.5s;
  -moz-transition: top 1.5s;
  -o-transition: top 1.5s;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
}

#header #header-title.animate {
  top: 0;
}

#header .container .header-title {
  width: 70%;
  margin: 70px auto;
}

#header .container .header-title img {
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  #header .container .header-title {
    width: 100%;
  }
}

@media (max-width: 410px) {
  #header {
    background: url(../img/header_bg_mobile.jpg) no-repeat center center;
  }
}


/* -----------------------------------------------------------------------------
          FIGURES PRESENTATION
----------------------------------------------------------------------------- */
#figures-presentation-gluewuermchen,
#figures-presentation-marini,
#figures-presentation-stinkekaefer {
  padding: 70px 0;
  box-sizing: border-box;
}

#figures-presentation-gluewuermchen *,
#figures-presentation-marini *,
#figures-presentation-stinkekaefer * {
  color: #FFFFFF;
}

#figures-presentation-gluewuermchen {
  background: url(../img/gluewuermchen_bg.jpg) no-repeat center center;
}

#figures-presentation-marini {
  background: url(../img/marini_bg.jpg) no-repeat center center;
}

#figures-presentation-stinkekaefer {
  background: url(../img/stinkekaefer_bg.jpg) no-repeat center center;
}

#figures-presentation-gluewuermchen * img,
#figures-presentation-marini * img,
#figures-presentation-stinkekaefer * img {
  width: 100%;
}


#figures-presentation-gluewuermchen .container .row .col-xs-10.col-sm-6.col-md-6,
#figures-presentation-marini .container .row .col-xs-10.col-sm-6.col-md-6,
#figures-presentation-stinkekaefer .container .row .col-xs-10.col-sm-6.col-md-6 {
  font-size: 20pt;
}

@media (max-width: 991px) {
  #figures-presentation-gluewuermchen .container .row .col-xs-10.col-sm-6.col-md-6,
  #figures-presentation-marini .container .row .col-xs-10.col-sm-6.col-md-6,
  #figures-presentation-stinkekaefer .container .row .col-xs-10.col-sm-6.col-md-6 {
    font-size: 18pt;
  }
}

@media (max-width: 768px) {
  #figures-presentation-gluewuermchen * img,
  #figures-presentation-marini * img,
  #figures-presentation-stinkekaefer * img,
  #figures-presentation-gluewuermchen .container .row .col-xs-10.col-sm-6.col-md-6,
  #figures-presentation-marini .container .row .col-xs-10.col-sm-6.col-md-6,
  #figures-presentation-stinkekaefer .container .row .col-xs-10.col-sm-6.col-md-6 {
    width: 100%;
    font-size: 14pt;
  }
}


/* -----------------------------------------------------------------------------
          ADVERTISING
----------------------------------------------------------------------------- */
#row-advertising {
  background: url(../img/row-advertising-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#row-advertising .container .row div {
  margin-top: 20px;
}

#row-advertising .container .row .col-md-9 {
  font-size: 14pt;
  font-weight: bold;
}

#row-advertising .container .row .col-md-6.col-md-offset-3 .col-xs-12.col-sm-6.col-md-6 {
  padding: 25px 50px;
}

#row-advertising .container .row .col-md-6.col-md-offset-3 .col-xs-12.col-sm-6.col-md-6 button {
  padding: 0;
}

#row-advertising .container .row .col-md-6.col-md-offset-3 .col-xs-12.col-sm-6.col-md-6 button,
#row-advertising .container .row .col-md-6.col-md-offset-3 img {
  -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  box-shadow:5px 5px 10px rgba(0,0,0,0.3);
}

#row-advertising .container .row .col-md-6.col-md-offset-3 .col-xs-12.col-sm-6.col-md-6 button,
#row-advertising .container .row .col-md-6.col-md-offset-3 .col-xs-12.col-sm-6.col-md-6 button img {
  border-radius: 10px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 25pt;
  }

  #row-advertising .container .row .col-md-9 {
    font-size: 12pt;
  }

  #row-advertising .container .row .col-md-6.col-md-offset-3 .col-xs-12.col-sm-6.col-md-6 {
    padding: 10px 0;
    margin-top: 0;
    width: 45%;
  }

  #row-advertising .container .row .col-md-6.col-md-offset-3 .col-xs-12.col-sm-6.col-md-6:nth-child(2) {
    float: right;
  }
}


/* -----------------------------------------------------------------------------
          FOOTER
----------------------------------------------------------------------------- */
#footer {
  background-color: #ababab;
  -webkit-box-shadow: inset 0 3px 30px -5px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 3px 30px -5px rgba(0,0,0,0.3);
  box-shadow: inset 0 3px 30px -5px rgba(0,0,0,0.3);
}

#footer .container .row {
  margin: 30px 0;
}

#footer .container .row .col-xs-10.col-sm-6.col-md-6 * {
  color: #FFFFFF;
}

#footer .container .row .col-xs-10.col-sm-6.col-md-6 ul {
  list-style-type: none;
  padding-left: 0;
}

#footer .container .row .col-xs-10.col-sm-6.col-md-6 ul li a:hover {
  text-decoration: underline;
}

#footer .container .row .col-xs-10.col-sm-6.col-md-6 img {
  width: 40px;
  margin: 40px 4px;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  float: right;
}

@media (max-width: 768px) {
  #footer .container .col-xs-10.col-sm-6.col-md-6 {
    width: 100%;
  }

  #footer .container .row .col-xs-10.col-sm-6.col-md-6 img {
    margin: 25px 0;
    float: none;
  }
}


/* -----------------------------------------------------------------------------
          VIDEO POP-UP
          Name: YouTubePopUp
          Description: jQuery plugin to display YouTube or Vimeo video in PopUp, responsive and retina, easy to use.
          Version: 1.0.1
          Plugin URL: http://wp-time.com/youtube-popup-jquery-plugin/
          Written By: Qassim Hassan
          Twitter: @QQQHZ
          Websites: wp-time.com | qass.im | wp-plugins.in
          Dual licensed under the MIT and GPL licenses:
              http://www.opensource.org/licenses/mit-license.php
              http://www.gnu.org/licenses/gpl.html
          Copyright (c) 2016 - Qassim Hassan
----------------------------------------------------------------------------- */
.YouTubePopUp-Wrap {
    position:fixed;
    width:100%;
    height:100%;
    background-color:#000;
    background-color:rgba(0,0,0,0.8);
    top:0;
    left:0;
    z-index:9999999999999;
}

.YouTubePopUp-animation {
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUp;
    animation-name: YouTubePopUp;
}

@-webkit-keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body.logged-in .YouTubePopUp-Wrap {
    top:32px;
    z-index:99998;
}

.YouTubePopUp-Content {
    max-width:680px;
    display:block;
    margin:0 auto;
    height:100%;
    position:relative;
}

.YouTubePopUp-Content iframe {
    max-width:100% !important;
    width:100% !important;
    display:block !important;
    height:480px !important;
    border:none !important;
    position:absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.YouTubePopUp-Hide {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUpHide;
    animation-name: YouTubePopUpHide;
}

@-webkit-keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.YouTubePopUp-Close {
    position:absolute;
    top:0;
    cursor:pointer;
    bottom:528px;
    right:0px;
    margin:auto 0;
    width:24px;
    height:24px;
    background:url(../img/close.png) no-repeat;
    background-size:24px 24px;
    -webkit-background-size:24px 24px;
    -moz-background-size:24px 24px;
    -o-background-size:24px 24px;
}

.YouTubePopUp-Close:hover {
    opacity:0.5;
}

@media all and (max-width: 768px) and (min-width: 10px) {
    .YouTubePopUp-Content{
        max-width:90%;
    }
}

@media all and (max-width: 600px) and (min-width: 10px) {
    .YouTubePopUp-Content iframe{
        height:320px !important;
    }

    .YouTubePopUp-Close{
        bottom:362px;
    }
}

@media all and (max-width: 480px) and (min-width: 10px) {
    .YouTubePopUp-Content iframe{
        height:220px !important;
    }

    .YouTubePopUp-Close{
        bottom:262px;
    }
}

#youtube-videos {
  padding: 70px 0;
  background: url(../img/video_bg.jpg) no-repeat center center;
}

#youtube-videos * {
  color: #FFFFFF;
}

#youtube-videos * img {
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  box-shadow:5px 5px 10px rgba(0,0,0,0.3);
}

@media (max-width: 768px) {
  #youtube-videos .container .row .col-xs-6.col-sm-4 {
    width: 100%;
  }

  #youtube-videos .container .row {
    margin: 0;
  }

  #youtube-videos .container h1 {
    margin-bottom: 40px;
  }

  #youtube-videos {
    padding: 40px 0;
    box-sizing: border-box;
    background: url(../img/video_bg_mobile.jpg) no-repeat center center fixed;
  }
}


/* -----------------------------------------------------------------------------
          IMPRESS
----------------------------------------------------------------------------- */
#impress {
  background: url(../img/impress_bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
