
/*@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic');*/


nav.navbar .navbar-brand {
  flex: 100; /*so it pushes the menu to the right*/
}
nav.navbar .navbar-brand img {
  height: 60px;
  max-width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}
nav #navbarNavDropdown {
  text-align: right;
}
nav.navbar {
  -webkit-transition: all .5s;
  transition: all .5s;
  max-width: 1300px;
  margin: auto;
}
nav.navbar.scrolled-nav {
  padding-top: 0px;
}
nav.navbar.scrolled-nav .navbar-brand  {
  font-size: 16px;
  padding-top: 10px;
}
nav.navbar.scrolled-nav .navbar-brand img {
  height: 30px;
}
/*override bootstrap default rule*/
@media screen and (min-width: 992px) {
  .navbar-expand-lg {
      justify-content: space-between;
  }
}

html {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 16px;
}
body {
  background-color: #aa9;
}

h2 {
  margin-top: 1em;
  font-weight: 600;
  padding-left: 0.25em;
}

h3 {
  font-size: 1.5em;
  margin-top: 1em;
  font-weight: 600;
  font-style: italic;
}

h4 {
    font-weight: 500;
    font-size: 1.2em;
}

#main-carousel {
  width: 100%;
  height: 400px;
}

#page1-text {
  margin-top: 50px;
}

.full-bg-pic {
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: auto 100px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.filter-layer {
  width: 100%;
  height: 400px;
}
.full-bg-pic-header {
  color: #fff;
  font-family: sans-serif;
  font-size: 30px;
}
#pic1-flex {
  background-image: url(../images/carousel/DSC01216.jpg);
}
#pic2-flex {
  background-image: url(../images/carousel/DSC00424_small.jpg);
}
#pic3-flex {
  background-image: url(../images/carousel/DSC00548_small.jpg);
}
body::after{
  position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
  content:url(../images/carousel/DSC01216.jpg) url(../images/carousel/DSC00424_small.jpg) url(../images/carousel/DSC00548_small.jpg);
}
.filter-layer {
  background-color: #0008;
}
#pic1-flex-header {
  text-align: center;
  padding: 20px;
  width: 100%;
}
.bottom-dark-bar {
  position: absolute;
  overflow: hidden;
  bottom: 0px;
  width: 100%;
  background-color: #0006;
}

#pic2-flex-header {
  text-align: center;
  padding: 20px 20px 30px 20px;
}

#pic3-flex-header {
  text-align: center;
  padding: 20px 20px 30px 20px;
  left: 20px;
  width: 100%;
  bottom: 60px;
}

@media screen and not (min-width: 841px) {
  #pic1-flex-header,#pic2-flex-header,#pic3-flex-header {
    font-size: 20px;
  }
}
@media screen and (min-width: 841px) {
  body::after {
    content:url(../images/carousel/DSC01216.jpg) url(../images/carousel/DSC00424.jpg) url(../images/carousel/DSC00548.jpg);
  }
  #main-carousel {
    height: 600px;
  }
  .full-bg-pic {
    height: 600px;
  }
  .filter-layer {
    height: 600px;
  }
  #pic2-flex {
    background-image: url(../images/carousel/DSC00424.jpg);
  }
  #pic3-flex {
    background-image: url(../images/carousel/DSC00548.jpg);
  }
  .full-bg-pic-header {
    font-size: 40px;
    color: #fff;
  }
  #pic2-dark-bar {
    height: 100%;
    width: 60%;
    right: 0px;
    background-color: #0000;
  }
  #pic2-flex-header {
    text-align: left;
    padding-top: 250px;
    bottom: 0px;
    right: 20px;
  }
  #pic3-flex-header {
    bottom: 10px;
  }
  #page1-text {
    margin-top: 50px;
  }
}

#content-wrapper {
  max-width: 1300px;
  margin: auto;
  margin-top: 86px;
}
.centered-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.centered-flex .centered-flex-item {
  flex-grow: 1;
}
#videos-container {
  max-width: 600px;
}

.video-series-container {
  border-width: 1px;
  border-style: solid;
  border-color: #a509 #a503 #a503 #a503;
  border-radius: 5px;
  background-color: #a501;
  margin-top: 10px;
}

@media screen and (min-width: 920px) {
  #celluloid-container-outer {
    overflow: hidden;
  /*  width: 350px;*/
    position: relative;
    margin-top: 10px;
  }
}
@media screen and (max-width: 919px) {
  #celluloid-container-outer {
    display: none !important;
    overflow: hidden;
  }
}

#celluloid-container-aligner {
  width: 300px;
  margin: 0 auto;
}
#celluloid-container-inner {
  position: absolute;
  display: flex;
  flex-direction: column;
}
.celluloid-item {
  position: relative;
}
.celluloid-image {
  position: absolute;
  top: 10px;
  left: 48px;
}
#celluloid-bottom {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: -1px;
}
#celluloid-fade-out {
  height: 200px;
  width: 298px;
  margin: 0 auto;
  background: linear-gradient(#0000, #000);
}
#celluloid-fade-to-background {
  height: 60px;
  width: 298px;
  margin: 0 auto;
  background: linear-gradient(#000, #dda);
}

.page1-txt1 {
  text-align: left;
}
.page{
  padding-bottom: 100px;
  background-color: #dda;
}

.centered-content {
  max-width: 1200px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
}
.centered-content>h2 {
  margin-top: 80px;
  text-transform: uppercase;
}
.img-header {
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 15rem;
}
.img-header h1 {
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: normal;
  position: absolute;
  color: white;
  text-transform: uppercase;
  left: 1rem;
  bottom: 1rem;
}
.img-header::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #444444;
  opacity: .4;
}
#hdr-page2 {
  background-position: top right;
  background-image: url(../images/backgrounds/steine.jpg);
}
#hdr-page3 {
  background-position: top left;
  background-image: url(../images/backgrounds/weinberg.jpg);
}
#hdr-page4 {
  background-position: top left;
  background-image: url(../images/backgrounds/drehbuch.jpg);
}
#hdr-page5 {
  background-position: bottom right;
  background-image: url(../images/backgrounds/schluessel.jpg);
}
.centered-txt {
  max-width: 850px;
  margin: auto;
  padding: 20px;
}
.txt-block {
  max-width: 650px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
p#page2-txt1 {
  float: left;
}
p#page2-txt2 {
  float: right;
}

div.id-card {
  width: 300px;
  margin: 10px;
  text-align: center;
}
div.id-card img {
  width: 290px;
  height: 290px;
  border-radius: 50%;
}

h2.video-series-title {
  margin-top: 0px;
  padding-left: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #a503;
  background-color: #a503;
}

h5.video-title {
  width: 100%;
  margin-bottom: 0;
}

div.video-item {
  overflow: auto;
  margin: 0 1em 0.5em 1em;
  border-radius: 4px;
  border-style: solid;
  border-color: #0004;
  border-width: 1px;
  max-width: 35em;
  padding: 3px 0px 3px 3px;
  background-color: #fff4;
}

div.video-collapse {
}

span.btn-expander {
  float: right;
  padding: 0rem 0.2rem;
  font-size: 10px;
  margin: 3px 10px auto 0;
}

span.video-nivel {
  margin-left: 0.5em;
  font-size: 13px;
  font-weight: bold;
  color: #0008;
}

img.polaroid {
  max-width: 100%;
  width: 410px;
  box-shadow: 10px 10px 10px gray;
}
div.polaroid-video {
  width: 100%;
  padding: 0 0 15px 20px;
}
video.polaroid-video {
  max-width: 410px;
  width: 100%;
  box-shadow: 10px 10px 10px gray;
}
div.portfolio-item {
  display: flex;
  margin: 20px 0px;
  align-items: center;
  flex-wrap: wrap;
}
div.portfolio-item p {
  margin-left: 30px;
  margin-top: 20px;
  flex: 2;
}
.portfolio-description {
  margin-left: 20px;
  margin-top: 20px;
  margin-right: 1em;
  flex: 2;
}
.portfolio-description-key {
  font-weight: bold;
}
.portfolio-description-list {
  list-style: none;
  line-height: 1.3;
}

#carousel1,#carousel2,#carousel3,#carousel4 {
  min-width: 250px;
  max-width: 25%;
  padding: 10px;
}

#small-carousel-data {
  margin-bottom: 30px;
}

div#page5 .centered-content {
  margin-top: 100px;
}
div#page5 .centered-content p {
}
@media screen and (min-width: 841px) {
  #carousel1,#carousel2,#carousel3,#carousel4 {
    padding: 100px 10px 10px 10px;
  }
  #small-carousel-data {
    margin-bottom: 30px;
  }
  div#page5 .centered-content {
    margin-left: auto;
    margin-right: auto;
  }
  div#page5 .centered-content p {
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
  }
}
@media screen and (max-width: 384px) {
  .contact-pic {
    width: 100%;
  }
}
div#footer {
  background: #343a40;
  color: white;
  line-height: 3em;
  text-align: center;
}
div#footer .centered-content {
  display: flex;
  justify-content: space-between;
}
div#footer a {
  margin: 0px 15px;
  font-weight: bold;
  color: white;
}
.visual-didactica {
  font-weight: bold;
}
video {
  width: 100%;
}

#address-table {
  background: #dda;
}

#address-table {
  background: #dda;
}

tr.address > td {
  padding: 5px;
}

img.flag {
  width: 20px;
  height: 15px;
  margin: 3px;
}
a.flag {
  display: block;
  float: left;
}
a.flag-de {
  background-image: url(../images/flag_de.png);
  background-repeat: no-repeat;
}
a.flag-en {
  background-image: url(../images/flag_en.png);
  background-repeat: no-repeat;
}
a.flag-es {
  background-image: url(../images/flag_es.png);
  background-repeat: no-repeat;
}

