/*!
* File: screen.css
*
* @site           http://treasure-trip.de/
* @copyright      (c) finalart design, Dave Burkhart
* @author         Dave Burkhart
* @link           http://finalart.de
* @version        1.0
*
*/

/* reset
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, div, h1, h2, h3, p, ul, ol {
  margin: 0;
  padding: 0;
}
img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  border: 0;
}
img::selection {
  background: transparent;
}
svg:not(:root) {
  overflow: hidden;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
.trigger,
.triangle {
  display: none;
}

body {
  font: normal 19px/28px "Arial Black", Gadget, sans-serif, sans-serif;
  color: #383a40;
  background: #c2e9e8;
}
h1, h2, h3, .nav, .trigger, .btn-wechseln, .btn-lang, .btn-kurz {
  font: normal 33px/42px "Arial Black", Gadget, sans-serif, sans-serif;
  text-transform: uppercase;
}
h1 {
  margin-bottom: 29px;
}
h3, #blog .teaser h2  {
  font-size: 21px;
  line-height: 30px;
  text-transform: none;
}
p, .article ul {
  margin: 15px 0;
}
strong {
  font-family:"Arial Black", Gadget, sans-serif, sans-serif;
}
.fussnote {
  /*color: #777;*/
  color: #32b6b3;
  margin-top: 46px;
}


/* links
*/
a:link,
a:visited,
a:hover {
  color: #e50052;
  text-decoration: none;
}
a:hover {
  color: #383a40;
}
a.btn-wechseln,
a.btn-kurz,
a.btn-lang {
  display: block;
  font-size: 19px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  margin-top: 38px;
  padding: 15px;
  background: #e50052;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
a.btn-wechseln:hover {
  background: #383a40;
}
a.btn-kurz {
  display: inline-block;
}
a.btn-kurz,
a.btn-lang {
  background: #32b6b3;
}
a.btn-kurz:hover,
a.btn-lang:hover {
  background: #e50052;
}
.teaser a,
.footer a {
  color: #383a40;
}
.teaser a:hover,
.footer a:hover {
  color: #e50052;
}


.wrap {
  position: relative;
  margin: 0 auto;
  width: 942px;
}


.header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  padding-top: 15px;
  background: rgba(194, 233, 232, 0.9);
}
.logo {
  float: left;
  width: 132px;
  /*margin-right: 10px;*/
}
.logo img {
  width: 132px;
  height: 87px;
}
.nav {
  list-style: none;
  font-size: 19px;
  line-height: 28px;
}
.nav li {
  float: left;
}
.nav a {
  display: block;
  color: #fff;
  margin-left: 20px;
  padding: 12px 15px;
  height: 53px;
  background: #32b6b3;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.nav a:hover {
  background: #e50052;
}
.nav .login,
.nav .tarifrechner {
  float: right;
}
.nav span {
  display: none;
}
.login a,
.login a:hover,
.tarifrechner a {
  display: block;
  width: 53px;
  height: 53px;
  background-image: url("/img/icon-login.svg");
}
.tarifrechner a,
.tarifrechner a:hover {
  background-image: url("/img/icon-tarifrechner.svg");
}

.main {
  position: relative;
  margin-top: 138px;
  margin-bottom: 45px;
}
.article {
  width: 618px;
  margin: 0 auto;
}
.article-image {
  margin-bottom: 45px;
}
#default .article h1 {
  margin-bottom: 30px;
}
.article h2 {
  margin: 29px 0 14px 0;
}
.article h3 {
  margin: 31px 0 13px 0;
}
.article ul {
  margin-left: 21px;
}
.article ol {
  margin-left: 18px;
}
h3.frage {
  cursor: pointer;
  margin: 0;
  padding: 9px 0;
  color: #383a40;
  border-top: 1px solid #fff;
}
h3.frage:last-of-type {
  border-bottom: 1px solid #fff;
}
h3.frage.active:last-of-type {
  border-bottom: none;
}
.frage:hover {
  color: #e50052;
}
p.antwort {
  display: none;
}
p.antwort:last-of-type {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}

.teaser-wrap {
  float: left;
  margin: 7px -15px 90px -15px;
}
#default .teaser-wrap {
  margin: 90px -15px;
}
#default .teaser-wrap h2 {
  margin: 0 0 37px 15px;
}
.teaser {
  float: left;
  width: 294px;
  margin: 0 15px;
}
/*.teaser h2,
.teaser h3 {
  text-transform: none;
}*/
/*.more {
  font-family: "KievitWeb W07 Light";
}*/
#blog .teaser {
  margin: 0 15px 30px 15px;
}
.teaser img {
  margin-bottom: 39px;
}


.extra {
  width: 618px;
  margin: 0 auto;
}
.extra img {
  width: 50%;
  margin: 40px auto 30px auto;
}


.footer {
  clear: both;
  float: left;
  width: 100%;
  padding: 90px 0;
  border-top: 2px solid #fff;
}
.footer .section {
  float: left;
  width: auto;
  margin: 0 30px 30px 0;
}
.footer .section:last-of-type {
  margin-right: 0;
}
.footer .section ul {
  list-style: none;
}
.copyright {
  clear: both;
  display: block;
  padding-top: 45px;
}


/* mobile 768px
*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrap {
    width: 700px;
  }
  .teaser {
    width: 213px
  }
  .section:nth-of-type(4) {
    margin-right: 0;
  }
  .section:last-of-type {
    clear: both;
  }
}

/* mobile 480px
*/
@media only screen and (max-width: 767px) {
  .wrap,
  .article,
  .teaser,
  .extra {
    width: 440px;
  }
  .header {
    background: none;
    }
  .trigger {
    position: absolute;
    top: 0;
    left: 152px;
    z-index: 556;
    display: block;
    cursor: pointer;
    font-size: 19px;
    text-align: center;
    line-height: 28px;
    height: 54px;
    width: 94px;
    padding: 15px;
    color: #fff;
    background: #32b6b3;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
  }
  .nav {
    display: inline-block;
    /*display: none;*/
    position: relative;
    top: 70px;
    left: 20px;
    bottom: auto;
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
       -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
            box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
  }
  .triangle {
    /*display: block;*/
    position: relative;
    top: -25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    -webkit-transform: rotate(360deg);
  }
  .nav li {
    float: none;
    margin: 5px 0;
  }
  .nav span {
    display: block;
  }
  .nav a {
    display: inline-block;
    color: #32b6b3;
    margin-left: 0;
    padding: 0;
    height: auto;
    background: none;
  }
  .nav a:hover {
    color: #e50052;
    background: none;
  }
  .nav .login,
  .nav .tarifrechner {
    float: none;
  }
  .login a,
  .login a:hover,
  .tarifrechner a {
    width: auto;
    height: auto;
    background-image: none;
  }
  .tarifrechner a,
  .tarifrechner a:hover {
    background-image: none;
  }
  .teaser {
    margin-bottom: 60px;
  }
  .section:nth-of-type(3) {
    clear: both;
    float: left;
  }
  .section:last-of-type {
    clear: both;
  }
}

/* mobile 320px
*/
@media only screen and (max-width: 479px) {
  .wrap,
  .article,
  .teaser,
  .extra {
    width: 290px;
  }
}
