/* --------------------------------------------------
Author: Alina Jensch
Author URI: https://winterheart.de/
Description: SPICA Electronic Press Kit Design. This template was created for Kryptan https://kryptan.net.
Version: 3.0
Last modified: 30.11.2024
-------------------------------------------------- */
@font-face {
  font-family: 'Raleway';
  src: url('Raleway-regular.woff2') format('woff2'),
       url('Raleway-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Raleway';
  src: url('Raleway-300.woff2') format('woff2'),
       url('Raleway-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}

html {
  box-sizing: border-box;
}
html, body {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
  color: #535353;
  background-color: #f5f5f5;
  background-image: url('images/KryptanLogo2020-Vector.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-blend-mode: soft-light;
  font-family: "Raleway", Helvetica, sans-serif;
  font-size: 14pt;
  font-weight: 400;
  line-height: 1.65em;
}
h1, h2, h3, h4, h5, h6 {
  color: #601a18;
  line-height: 1em;
  margin: 0px;
}
h1 {
  font-size: 2.25em;
  line-height: 1.35em;
}
h2 {
  font-size: 2em;
  line-height: 1.35em;
}
h3 {
  font-size: 1.35em;
  line-height: 1.5em;
}
h4 {
  font-size: 1.2em;
  line-height: 1.5em;
}
a, a:visited {
  color: #601a18;
  text-decoration: none;
}
a:hover {
  color: #37494a;/*#636f5e;*/
  text-decoration: underline;
}

/* Header */
#header {
  padding: 2em 0 0.2em 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* Navigation */
.navigation {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  text-align: center;
  letter-spacing: 1px;
}
.navigation a {
  text-transform: uppercase;
}
.title {
  font-weight: normal;
}

/* Content */
.content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 4%;
}
.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 40px;
}

.intro-media {
  width: 35%;
  padding: 0px 2%;
}
.intro-text {
  width: 57%;
  padding: 0px 2%;
}
.info {
  width: 22%;
  padding: 0px 2%;
}
.info a, .info a:visited {
  color: #C4C4C4;
  text-decoration: none;
}
.info a:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: underline;
}
.info-box {
  font-size: 13pt;
  padding: 15px 0px 5px;
  border-bottom: 1px solid rgba(155, 155, 155, 0.5);
}
.info-box:last-child {
  border-bottom: 0px;
}

.bio {
  width: 70%;
  padding: 0px 2%;
}
.card {
  width: 22%;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #E8E8E8;
}
.card-text {
  padding: 0px 10px 10px;
  font-size: 13pt;
}
.card-text p {
  margin: 0px;
}

.headline {
  margin: 0 0 1em 0;
}
.headline:after {
  background: rgba(155, 155, 155, 0.5);
  content: '';
  display: inline-block;
  height: 1px;
  margin-top: 1em;
  width: 6em;
}

.image {
    display: block;
    margin: 0 0 0.3em 0;
    width: 100%;
}
.image img {
    width: 100%;
}

.video {
  width: 48%;
}
.vid-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
.vid-container iframe, .vid-container object, .vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#main {
  background: #262626;/*#353535; für ohne Grafik*/
  background-image: url('images/KryptanLogo2020-Vector.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-blend-mode: color-dodge;
  color: #E4E4E4;
}
#main h2, #main h3, #main h4 {
  color: #E4E4E4;
}
/*#main .headline:after {
  background: rgba(255, 255, 255, 0.5);
}*/

/* Icons */
.fa-download {
  margin-right: 8px;
  vertical-align: middle;
}

/* Footer */
#footer {
  padding: 3em 0 2em 0;
  background: -o-linear-gradient(210deg, rgba(80,89,102,1) 0%,rgba(29,31,31,1) 100%);
  background: linear-gradient(240deg, rgba(80,89,102,1) 0%,rgba(29,31,31,1) 100%);
  background-attachment: fixed;
  color: rgba(255, 255, 255, 0.75);
  overflow: hidden;
  position: relative;
  text-align: center;
}
#footer i {
  font-size: 24pt;
  padding: 10px;
}
#footer a, #footer a:visited {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
#footer a:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: underline;
}
.copyright {
  font-size: 12pt;
  padding-top: 1em;
}

@media screen and (max-width:768px){
  body, #main {
      background-size: contain;
      background-position: center;
    }
  .content {
    padding: 2em;
  }
  .row {
    padding-bottom: 0px;
  }
  .intro-media, .intro-text, .info, .bio {
    width: 100%;
    margin: 1.65em 0px;
  }
  .card, .info-box {
    width: 48%;
    margin: 1em 0px;
  }
  .info {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: stretch;
  }
  .info-box {
    padding: 0px;
    border-bottom: 0px;
  }
}

@media screen and (max-width:450px){
  .card, .info-box, .video {
    width: 100%;
    margin: 0.8em 0px;
  }
}
