/* Eigener Code gebinnt hier */
@font-face {
  src: url(../fonts/Montserrat/Montserrat-Regular.ttf);
  font-family: Montserrat;
}

* {
  text-decoration: none;
}

body {
  background-color: #004d4d;
  font-family: Montserrat;
}

h2 {
    margin-top: 0;
}

header {
  background-color: white;
  width: 100%;
  height: 100px;
}

header .header-brand {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  color: #004d4d;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
}

header nav ul {
  display: block;
  margin: 0 auto;
  width: fit-content;
}

header nav ul li {
    display: inline-block;
    float: left;
    list-style: none;
    padding: 0 16px;
}

header nav ul li a {
  font-family: Montserrat;
  font-size: 24px;
  color: #004d4d;
}

header .header-mysongs {
  display: none;
}

@media only screen and (min-width: 1000px){
  header .header-brand {
    margin: 22px 0px;
    text-align: left;
    line-height: 56px;
    padding: 0px 20px 0px 40px;
    border-right: 5px solid #004d4d;
    float: left;
  }

  header nav ul {
    margin: 20px 0px 0px 20px;
    float: left;
  }

  header nav ul li a {
    line-height: 56px;
  }

  header .header-mysongs {
    font-family: Montserrat;
    display: block;
    margin: 26px 40px 26px 20px;
    padding: 10px 10px 10px 10px;
    border: 2px solid #004d4d;
    border-radius: 12px;
    float: right;
    line-height: 24px;
    font-size: 24px;
    color: #004d4d;
    list-style: none;
  }
}

/* INDEX-Page Style here */

.index-banner {
  width: 100%;
  height: calc(100vh - 100px);
  background-image: url("../img/PleiadesPortrait.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: table;
}

.vertical-center {
  display: table-cell;
  vertical-align: middle;
}

.index-banner h2 {
  font-family: Montserrat;
  font-size: 90px;
  line-height: 112px;
  font-weight: 900;
  text-shadow: 8px 8px 15px #333333;
  color: #fefefe;
  text-align: center;
}

.index-banner h1 {
  font-family: Montserrat;
  font-size: 48px;
  line-height: 60px;
  text-shadow: 8px 8px 15px #333333;
  color: #ffffff;
  text-align: center;
}

.wrapper object {
  width: calc(100% - 32px);
  margin: 15px 15px;
}

.text-area {
  padding: 20px 20px;
  background-color: #ffffff;
  color: #004d4d;
}

.text-area p {
  font-size: 18px;
}

.index-links {
  font-family: Montserrat;
}

.index-links div h3 {
  font-size: 36px;
  line-height: 100px;
  font-weight: 400;
  text-shadow: 5px 5px 10px #333333;
  color: #004d4d;
  text-align: center;
}

.index-box {
  margin: 16px 16px 0;
  width: calc(100% - 32px);
  background-color: #ffffff;
}

.box-square {

}

.box-rectangle {

}

@media only screen and (min-width: 1000px){

  .wrapper {
    width: 940px;
    margin: 0 auto;
  }

  .index-banner {
    width: 100%;
    height: 300px;
    background-image: url("../img/PleiadesBanner.jpg");
  }

  .index-banner h2 {
    font-size: 70px;
    line-height: 94px;
  }

  .index-banner h1 {
    font-size: 36px;
    line-height: 46px;
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }

  .index-links {
    overflow: hidden;
  }

  .index-links div h3 {
    line-height: 30px;
  }

  .index-box {
    display: block;
    margin: 20px 10px 0px;
    float: left;
  }

  .box-square {
    width: calc(25% - 20px);
  }

  .box-rectangle {
    width: calc(50% - 20px);
  }
}

@@media only screen and (min-width: 940px) {
}


/* FOOTER starts here */

footer {
  width: calc(100% - 80px);
  padding: 40px 40px;
  margin-top: 20px;
  background-color: #ffffff;
  overflow: hidden;
}

footer ul {
  width: fit-content;
  float: left;
  padding-left: 20px;
  font-family: Montserrat;
  font-size: 24px;
  line-height: 42px;
}

footer ul li {
  display: block;
  list-style: none;
  color: #004d4d;
  font-weight: 700;
}

footer ul li a {
  font-weight: 300;
  color: #004d4d;
}

.footer-links-mid{
  display: none;
}
.footer-sm {
  width: 60px;
  float: right;
  padding-right: 10px;
}

.footer-sm img {
  width: 100%;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1000px) {
  .footer-links-mid{
    display: block;
  }

  footer ul li {
    padding-right: 100px;
  }
}


/* The Modal (background) */
.modalbtc {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modalwechat {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  font-family: Montserrat;
  font-size: 16px;
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.btc-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.btc-close:hover,
.btc-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* The Close Button */
.WeChat-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.WeChat-close:hover,
.WeChat-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.footer-sm button {
  border: none;
  background: transparent;
}
.modal-content img {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) {

  .modal-content {
    width: 500px; /* Could be more or less, depending on screen size */
  }

  .modal-content img {
    width: 500px;
  }
}
