﻿body {
  margin-left: auto;
  margin-right: auto;
  background: url('../images/solothurn/BG2.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

main {
  margin-top: 120px;
}

/* Für das Logo vom Fischerverein Solothurn und Umgebung */

@font-face {
  font-family: 'FuturaBT-Heavy';
  src: url('../fonts/FuturaBT-Heavy.ttf');
}

@font-face {
  font-family: 'HelveticaLTPro-Bold';
  src: url('../fonts/HelveticaLTPro-Bold.otf');
}

@font-face {
  font-family: 'tt1128m';
  src: url('../fonts/tt1128m_.ttf');
}

/* container of an article (text) */

.w-article-cont-slide1,
.w-article-cont-slide2,
.iframe-container {
  display: none;
}

.bcr-article-slide1,
.bcr-article-slide2,
.bcr-article-slide3 {
  display: none;
}

.w-article-title1:hover,
.w-article-title2:hover,
.container_iframe:hover {
  background-color: #cc0000;
  color: white;
  cursor: pointer;

}

.bcr-article-title1:hover,
.bcr-article-title2:hover,
.bcr-article-title3:hover {
  cursor: pointer;
  color: #cc0000;
}

.article-cont,
.w-article-cont-slide1,
.w-article-cont-slide2 {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.5), 0px 6px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 3px 3px;
  margin-bottom: 20px;
  padding: 10px;
}

.w-article-title1,
.w-article-title2,
.container_iframe {
  background-image: linear-gradient(to right, #cc000010, #cc0000, #cc000010);
  color: white;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5), 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  padding: 10px;
  margin-top: 5px !important;
  text-align: center;
  -webkit-transition: background-color 1s ease-in-out;
  -moz-transition: background-color 1s ease-in-out;
  -o-transition: background-color 1s ease-in-out;
  transition: background-color 1s ease-in-out;
}


.bcr-article-title1,
.bcr-article-title2,
.bcr-article-title3 {
  color: black;
  font-size: 18pt;
}

.bcr-article-slide1,
.bcr-article-slide2,
.bcr-article-slide3 {
  color: black
}

.list-group-item-action {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  padding: 10px;
  color: #dc3545;
  border-color: #dc3545;
  text-align: center;
}

/* Navigation Bar ---------------------------------------------------------------------- */

/* Adds shadow to the nav bar */

.navbar {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
}

/* Font size of the brand text */

.navbar-brand {
  font-size: 32px;
}

/* Background-color of the nav bar */

.bg-dark {
  background-color: #800000 !important;
}

/* End Navigation Bar -----------------------------------------------------------------  */

/* Image Carousel ---------------------------------------------------------------------  */

h1 {
  color: white;
}

#carousel {
  width: 100%;
  height: 600px;
  margin-left: auto;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 50px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
}

.carousel-image {
  height: 600px;
}

/* End Image Carousel -----------------------------------------------------------------  */

/* Club Card --------------------------------------------------------------------------- */

.container-image {
  position: relative;
  width: 100%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .10s ease;
  backface-visibility: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
  background-color: white;
}

.middle {
  transition: .10s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.container-image:hover .image {
  opacity: 0.1;
}

.container-image:hover .middle {
  opacity: 1;
}

.club-text {
  color: black;
  font-size: 12px;
  white-space: -moz-normal;
  text-decoration: none;
}

.club-text:hover {
  color: red;
  text-decoration: none;
}

.club-text:active {
  color: #cc0000;
  text-decoration: none;
}

/* End Club Card ---------------------------------------------------------------------- */

/* Spinner Card Content---------------------------------------------------------------- */

.middle_t {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: left;
  font-size: 11pt;
  line-height: 12pt;
  width: 350px;
  height: 350px;
  padding: 50px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
  background-image: radial-gradient(white, rgb(255, 255, 255, 0.5));
}

a h3 {
  text-align: center;
}

/* Line after the title */

hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.mail {
  color: #800000;
  cursor: pointer;
}

/* End Spinner card Content------------------------------------------------------------ */

/* Person Card ------------------------------------------------------------------------ */

.container-cards {
  max-width: 1980px;
  margin: 100px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  height: 300px;
  width: 23%;
  margin: 10px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  min-width: 248px;
}

.card-text2 {
  opacity: 0.5;
  font-size: 100px;
  margin-top: 40px;
}

.card-header-red {
  background-color: #cc0000;
  color: white;
  text-align: center;
}

.card-header-special {
  background-color: rgb(187, 196, 60);
  color: black;
  text-align: center;
}

.card-body {
  text-align: center;
}

/* .card-text {}
 */

.legend-container {
  display: flex;
  align-content: stretch;
  justify-content: center;

  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);

  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 50%), 0 6px 20px 0 rgb(0 0 0 / 50%);
  border: none;
  background-color: rgba(255, 255, 255, 0.5);

  margin: 10px;
  padding: 10px;
  font-size: large;

}

.legend-colorbox {
  height: 24px;
  width: 24px;
  display: inline-flex;
  flex-direction: row;
}

.blue {
  background-color: blue;
  margin: inherit;
}

.legend {
  margin-top: inherit;
}

/* End Person Card -------------------------------------------------------------------- */

/* Spinner ---------------------------------------------------------------------------- */

.spinner_scene {
  position: relative;
  width: 400px;
  height: 140px;
  margin: 80px auto;
  perspective: 2000px;
}

.spinner {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translateZ(-288px);
  transform-style: preserve-3d;
  transition: transform 1s;
}

.spinner__cell {
  position: absolute;
  width: 350px;
  height: 120px;
  left: 10px;
  top: 10px;
  line-height: 5px;
  font-size: 80px;
  font-weight: bold;
  color: white;
  text-align: center;
  transition: transform 1s, opacity 1s;
  backface-visibility: hidden;
}

.spinner__cell:nth-child(1) {
  transform: rotateY(0deg) translateZ(288px);
}

.spinner__cell:nth-child(2) {
  transform: rotateY(40deg) translateZ(288px);
}

.spinner__cell:nth-child(3) {
  transform: rotateY(80deg) translateZ(288px);
}

.spinner__cell:nth-child(4) {
  transform: rotateY(120deg) translateZ(288px);
}

.spinner__cell:nth-child(5) {
  transform: rotateY(160deg) translateZ(288px);
}

.spinner__cell:nth-child(6) {
  transform: rotateY(200deg) translateZ(288px);
}

.spinner__cell:nth-child(7) {
  transform: rotateY(240deg) translateZ(288px);
}

.spinner__cell:nth-child(8) {
  transform: rotateY(280deg) translateZ(288px);
}

.spinner__cell:nth-child(9) {
  transform: rotateY(320deg) translateZ(288px);
}

.spinner-options {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 300px;
}

.spinner-options button {
  border: solid red 1px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
  color: red;
}

/* End Spinner ------------------------------------------------------------------------ */

/* Form ---------------------------------------------------------------------------- */
.main_contacts {
  margin-top: 200px;
  margin-left: 400px;
}

.form-top {
  margin-top: 30px;
}

.panel {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12), 0 1px 6px 0 rgba(0, 0, 0, .12);
  border-radius: 6px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
}

@-moz-document url-prefix() {
  .form-control {
    height: auto;
  }
}

.panel-primary {
  background-color: #2c3e50;
  color: #fff;
}

.panel-primary>.panel-heading {
  color: #fff;
  font-size: 20px;
  background-color: #2c3e50;
  border-color: #2c3e50;
}

.btn-warning {
  background-color: transparent;
  border-color: #bdc3c7;
}

/* End Form -------------------------------------------------------------------------- */

/* iFrame ---------------------------------------------------------------------------- */

.Pdf {
  width: 100%;
  height: 680px;
  border: none;
  margin-left: 25%;
  padding-right: 50%;
}

iframe {
  width: 100%;
  height: 680px;
  border: none;
}

.container_iframe {
  max-width: 1500px;
  margin: auto;
}

.iframe-container_PDFmode {
  width: 100%;
  height: 680px;
  border: none;
}

/* End iFrame -------------------------------------------------------------------------- */

/* Dropdown -------------------------------------------------------------------------- */
.dropbtn {
  background-color: #800000;
  border: none;
  cursor: pointer;
}

.dropdown {
  display: inline-block;
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #800000;
  min-width: 310px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: whitesmoke;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
  color: #800000;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #800000;
}

/* End Dropdown -------------------------------------------------------------------------- */
/*------------Popup styles --------------*/

#popup_box {
  display: none;
  position: fixed;
  height: 300px;
  width: 300px;
  background: #fff;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -150px;
  z-index: 100;
  padding: 15px;
  font-size: 15px;
  -moz-box-shadow: 0 0 5px;
  -webkit-box-shadow: 0 0 5px;
  box-shadow: 0 0 5px;
}

#popupBoxClose {
  background: #369;
  color: #fff;
  padding: 10px;
  margin: -15px -15px 10px -15px;
  display: block;
  position: relative;
  text-align: right;
}

#popupBoxClose #countDown {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  background: #fff;
  color: #369;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
}

/* Abonnieren Page -------------------------------------------------------------------------- */
/* Formular ------------ --------------*/

.inputFomrularAbo {
  border: none;
  margin-left: 1vw;
  margin-bottom: 1vh;
  padding-left: 0.61vw;
  font-size: 24px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.09);
  width: 20vw;
}

.inputFomrularAbo:focus {
  outline: none !important;
  border: 1px solid red;
  box-shadow: 0 0 10px #719ECE;
}

.inputLabelAbo {
  width: 10vw;
  margin-bottom: 1vh;
}

.inputFomrularAboRadio {
  border: none;
  margin-bottom: 1vh;
  margin-left: 0vw;
  width: 2.5vw;
}

.FomularABO {
  height: 60vh !important;
  margin-top: 5vh;
}

.DisplayAbo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 34vw;
}

.submitAboButton {
  border: #dc3545 2px;
  color: #dc3545;
  background-color: #f8f9fa;
  width: 7vw;
  height: 2vw;
  margin-top: 3vh;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.09);
}

.submitAboButton:hover {
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
  width: 7.2vw;
  height: 2.1vw;
}

.TitleAbo {
  display: block;
  margin-top: 1vh;
  width: 20vw;
  margin-left: 11vw;
  text-align: left;
  font-size: 27px;
  margin-bottom: 2vh;
}

.alignRadioAbo {
  width: 10.45vw;

}

::placeholder {
  color: grey;
  font-size: 14px;
  opacity: 0.5;

}

@media only screen and (max-height: 800px) {
  .FomularABO {
    height: 90vh !important;
    margin-top: 5vh;
  }
}

@media only screen and (max-width: 1380px) {
  .FomularABO {
    height: 120vh !important;
    margin-top: 5vh;
  }

  .TitleAbo {
    display: block;
    margin-top: 1vh;
    width: 10vw;
    margin-left: 23vw;
    text-align: left;
    font-size: 27px;
    margin-bottom: 2vh;
  }

  .submitAboButton {
    height: 5vh;
    width: 20vw;
  }

  .inputLabelAbo {
    margin-right: 5vw;
  }

  .inputFomrularAbo {
    width: 40vw;
  }
}

@media only screen and (max-height: 600px) {
  .FomularABO {
    height: 900px !important;
    margin-top: 0vh;
  }
}

#mc_embed_signup{false;clear:left; font:14px Helvetica,Arial,sans-serif; width: 600px;margin: auto;}