@font-face {
  font-family: 'SuisseIntl-Bold';
  src: url('../fonts/SuisseIntl-Bold-WebS.woff');
}

.content_container{
  float: left;
  margin-top: 130px;
  width: 1280px;
}
.content_container a{
  text-decoration: underline;
}

.headline{
  display: block;
  margin: 50px auto 70px auto;
  font-size: 46px;
  line-height: 60px;
  text-align: center;
  width: 750px;
}

h2{
  text-transform: uppercase;
  margin: 0;
  font-weight: normal;
  font-size: 50px;
  line-height: 60px;
}

h4{
  font-family: 'SuisseIntl-Bold';
  font-style: normal;
  font-weight: normal;
}

em{
  font-style: normal;
  color: #e73324;
}

.txt_column1{
  float: left;
  margin: 0px 275px 200px 275px;
  width: 730px;
  font-size: 24px;
  line-height: 34px;
}

.txt_column2{
  float: left;
  margin: 0 40px 0 40px;
  width: 560px;
  font-size: 24px;
  line-height: 34px;
}

.txt_column3{
  float: left;
  margin: 0 40px 0 40px;
  width: 346px;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}

.txt_column4{
  float: left;
  margin: 28px 40px 0 40px;
  width: 240px;
  font-size: 16px;
  line-height: 24px;
}
.cleanerY{
  float: left;
  width: 100%;
  height: 1px;
  display: none;
}

.karten_abstand{
  float: left;
  width: 100%;
  height: 50px;
}

/* Karten Tiles ------------------------------------------------------------ */
.tile{
  float: left;
  width: 600px;
  height: 430px;
  margin: 20px;
  background-color: #eee;
  text-align: center;
  font-size: 46px;
  line-height: 60px;
  overflow: hidden;
}
.tile a{
  color: #222;
  text-decoration: none;
}
.tile p{
  font-size: 24px;
  line-height: 38px;
}
.tile_content{
  margin-top: 22%;
}

.big_icon{
  float: left;
  width: 100%;
  height: 230px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 600px 230px;
}

.tile_icon_tel{
  background-image: url(../img/tile_icon_tel.svg);
}
.tile_icon_mail{
  background-image: url(../img/tile_icon_mail.svg);
}
.tile_icon_karten{
  background-image: url(../img/tile_icon_karten.svg);
}
/* Karten Tiles Ende ------------------------------------------------------------ */


/* Karten Tiles Justmainz ------------------------------------------------------------ */
.tile_icon_angebote{
  background-image: url(../img/tile_icon_angebote.svg);
  background-size: 200px auto;
  background-position: bottom 15% center;
}
.tile_icon_theater-schule{
  background-image: url(../img/tile_icon_schule-theater.svg);
  background-size: 159px auto;
  background-position: bottom 15% center;
}
.tile_icon_produktionen{
  background-image: url(../img/tile_icon_produktionen.svg);
  background-size: 160px auto;
  background-position: bottom 15% center;
}
.tile_icon_kontakt{
  background-image: url(../img/tile_icon_kontakt.svg);
  background-size: 220px auto;
  background-position: bottom 15% center;
}
/* Karten Tiles Justmainz Ende ------------------------------------------------------------ */

/* Responsive --------------------------------------------------------------- */
@media screen and (max-width: 1280px) {
  .content_container{
    margin: 130px 3% 0 3%;
    width: 94%;
  }
  .txt_column1{
    margin: 0 15% 0 15%;
    width: 70%;
  }
  .txt_column2{
    margin: 0 2% 0 2%;
    width: 46%;
  }
  .txt_column3{
    margin: 0 2% 0 2%;
    width: 29%;
  }
  .txt_column4{
    margin: 28px 2% 0 2%;
    width: 21%;
  }

  .tile{
    width: 46%;
    margin: 2%;
    font-size: 36px;
    line-height: 50px;
  }
  .tile p{
    font-size: 20px;
    line-height: 34px;
  }
  .tile_content{
    margin-top: 30%;
  }
}

@media screen and (max-width: 860px) {
  .headline{
    margin: 50px auto 50px auto;
    font-size: 36px;
    line-height: 46px;
    width: 92%;
    padding: 0 4% 0 4%;
  }
  h2{
    font-size: 38px;
    line-height: 46px;
  }
  .txt_column1{
    margin: 0 2% 0 2%;
    width: 96%;
  }
  .txt_column3{
    margin: 0 2% 0 2%;
    width: 46%;
  }
  .txt_column4{
    margin: 28px 2% 0 2%;
    width: 46%;
  }
  .cleanerY{
    display: block;
  }
  .txt_column1,.txt_column2{
    font-size: 20px;
    line-height: 30px;
  }

  .tile{
    font-size: 26px;
    line-height: 36px;
    height: 350px;
  }
  .tile p{
    font-size: 18px;
    line-height: 30px;
  }
  .tile_content{
    margin-top: 30%;
  }
  .big_icon{
    width: 100%;
    height: 180px;
    background-size: 600px 180px;
  }
  .tile_icon_angebote{
    background-size: 120px auto;
  }
  .tile_icon_theater-schule{
    background-size: 100px auto;
  }
  .tile_icon_produktionen{
    background-size: 100px auto;
  }
  .tile_icon_kontakt{
    background-size: 160px auto;
  }
}

@media screen and (max-width: 800px) {
  .txt_column2{
    margin: 0 2% 0 2%;
    width: 96%;
  }

  .tile{
    height: 300px;
  }
  .tile_content{
    margin-top: 25%;
  }
}

@media screen and (max-width: 600px) {
  .tile{
    font-size: 20px;
    line-height: 32px;
    height: 230px;
  }
  .tile p{
    font-size: 16px;
    line-height: 26px;
  }
  .tile_content{
    margin-top: 22%;
  }
  .big_icon{
    width: 100%;
    height: 130px;
    background-size: 600px 130px;
  }
  .tile_icon_angebote{
    background-size: 100px auto;
  }
  .tile_icon_theater-schule{
    background-size: 80px auto;
  }
  .tile_icon_produktionen{
    background-size: 80px auto;
  }
  .tile_icon_kontakt{
    background-size: 120px auto;
  }
}

@media screen and (max-width: 500px) {
  .content_container{
    margin-top: 110px;
  }
  .headline{
    margin: 30px auto 30px auto;
    font-size: 24px;
    line-height: 32px;
  }
  h2{
    font-size: 26px;
    line-height: 32px;
  }

  .tile{
    font-size: 20px;
    line-height: 32px;
    height: 300px;
    width: 96%;
    margin: 2%;
  }
  .tile p{
    font-size: 16px;
    line-height: 26px;
  }
  .tile_content{
    margin-top: 25%;
  }
  .big_icon{
    width: 100%;
    height: 150px;
    background-size: 600px 150px;
  }

  .txt_column1,.txt_column2, .txt_column3{
    font-size: 18px;
    line-height: 28px;
  }
  .txt_column4{
    margin: 0px 2% 0 2%;
  }

  .karten_abstand{
    height: 30px;
  }
  .tile_icon_angebote{
    background-size: 100px auto;
  }
  .tile_icon_theater-schule{
    background-size: 80px auto;
  }
  .tile_icon_produktionen{
    background-size: 80px auto;
  }
  .tile_icon_kontakt{
    background-size: 120px auto;
  }
}

@media screen and (max-width: 400px) {
  .txt_column1,.txt_column2, .txt_column4, .txt_column3{
    font-size: 14px;
    line-height: 20px;
  }

  .headline{
    margin: 30px auto 30px auto;
    font-size: 20px;
    line-height: 28px;
  }
  h2{
    font-size: 22px;
    line-height: 28px;
  }
}
