
body {
  background-color: #f7f7f4;
  margin: 0;
  padding: 0;
  color: #555353;
  font-family: "Open Sans", "Helvetica Neue", "Arial";
  font-size: 14px;
  line-height: 1.6;
  height: 110%;
}

a:link    { color:#555353; text-decoration:none; font-weight:bold; }
a:visited { color:#555353; text-decoration:none; font-weight:bold; }
a:active  { color:#555353; text-decoration:none; font-weight:bold; }
a:hover   { color:#555353; text-decoration:none; font-weight:bold; }


#fadeContainer {
    position: absolute;
    top: 120px;
    width: 100%;
    height: 80%;
    background-color: #f0e9cd;
    min-height: 500px;
}



#intro {
  position: absolute;
  left:50%;
  top: 50%;
  width: 301px;
  height: 131px;
  margin-left: -150px;
  margin-top: -65px;
  display: inline;
  overflow:hidden;
  background-image: url('../images/stylingkunst_start.jpg');

}

.videoTeaser {
    object-fit: cover;
}


#mainContainer {
  position: absolute;
  left:5%;
  right: 5%;
  top: 100px;
  width: 90%;
  padding: 0;
  display: inline;
  overflow:hidden;
  background-color:#f0e9cd;
  box-shadow: 0px 5px 15px -12px rgba(0,0,0,0.5);
  border-radius: 3px;
}


#mainContentContainer {
  float: left;
  width: 950px;
  height: 595px;
  margin-left: 0px;
  margin-top: 0px;
  vertical-align: text-bottom;
  overflow:hidden;
  background-color: #ff0000;
}


#contentContainer {
	width: 90%;
    display: flex;
    margin: 5%;
    flex-direction: row;
    align-items: stretch;

}

#contentContainer > div {
    margin-left: 28px;
}

@media screen and (max-width: 1160px) {
    #contentContainer {
        flex-direction: column-reverse;
        justify-content: center;
        margin-top: 80px;
    }

    #contentContainer > div {
        margin-left: 0px;
    }

    .videoTeaser {
        display: block;
        margin: 0 auto;
        margin-top: 30px;
        max-width: 100%;
    }
}

.logo {
    width: 100%;
    max-width: 250px;

}

@media screen and (max-width: 1160px) {
    .logo {
        display: block;
        margin: 0 auto;
    }
}



.subheading {
    float:left;
    margin:25px 0;
    display: block;
    width: 100%;
    margin-top: 40px;
}

.paragraph {
    display: block;
    width: 100%;
    text-align: left;
    column-count: 2;
    margin: 0;
}

@media screen and (max-width: 600px) {
    .paragraph {
        column-count: 1;
    }
}

.picture {
    max-width: 100%;
    object-fit: cover;
    margin: 0;
}
