/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
  font-family: "Verdana";
  src: url("../fonts/Verdana.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Verdana";
  src: url("../fonts/Verdana.ttf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-SemiBold.ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Bold.ttf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "NunitoSans";
  src: url("../fonts/NunitoSans-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "MinionPro";
  src: url("../fonts/MinionPro-Regular.otf");
  font-weight: 400;
  font-style: normal;
}

html {
}

body {
  font-family: OpenSans;
}

.navbar {
  padding-top: 16px;
  padding-bottom: 16px;
  z-index: 99;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.navbar .container-fluid {
  max-width: 1920px;
  padding-left: 42px;
  padding-right: 42px;
}

.navbar .navbar-brand {
  padding: 0;
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
  color: #fff;
}

/*navbar*/
.navbar {
  font-family: Montserrat;
}

.navbar-expand-xxl .navbar-nav .nav-link {
  font-size: 18px;
  letter-spacing: 0.27px;
  color: #fff;
  font-weight: 500;
  padding: 0;
}

.navbar-expand-xxl .navbar-nav .nav-link:hover{
  color: #cc0000;
  border-bottom: 1px solid #cc0000;
}

.navbar-expand-xxl .navbar-nav .nav-item {
  padding-left: 37px;
  padding-right: 37px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-wrapper {
  width: 100%;
  height: 940px;
  background-image: url(/img/Header-Start.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.navbar-expand-xxl .navbar-nav .nav-item.nav-item-red-underline .nav-link {
  color: #cc0000;
  border-bottom: 1px solid #cc0000;
  float: right;
}

.navbar-expand-xxl .navbar-nav .nav-item-red-button {
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  background-color: #cc0000;
  padding-bottom: 10px;
  padding-left: 17px;
  padding-right: 17px;
  margin-left: 10px;
  margin-right: 10px;
}

.navbar-expand-xxl .navbar-nav .nav-item-red-button .nav-link:hover {
  color:#ffffff;
  border-bottom: 1px solid #ffffff;
}

.canada-life {
  max-width: 130px;
  /*background-color: white;*/
  margin-top: 9px;
}

.header-wrapper {
  position: relative;
  padding-top: 80px;
  padding-left: 42px;
  padding-right: 42px;
}

.supported-by {
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
  font-family: OpenSans;
  font-size: 18px;
  line-height: 29px;
}

.header-text {
  display: block;
  position: relative;
  top: 58px;
}

.header-text.header-text-mobile {
  display: none;
  top: 0;
}

.header-text .subline {
  font-family: OpenSans;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 18px;
}

.header-text .headline {
  font-family: Montserrat;
  color: #cc0000;
  font-size: 50px;
  line-height: 36px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-align: center;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.row>* {
  padding-left: 25px;
  padding-right: 25px;
}

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

.content .intro-text {
  font-size: 22px;
  line-height: 34px;
  font-family: OpenSans;
  color: #4d4d4d;
  margin-bottom: 60px;
  margin-top: 60px;
}

.content p {
  font-size: 18px;
  line-height: 28px;
  font-family: OpenSans;
  color: #4d4d4d;
  margin-bottom: 30px;
}

.content h3 {
  font-size: 26px;
  line-height: inherit;
  font-family: Montserrat;
  font-weight: bold;
  color: #825c17;
  margin-bottom: 20px;
}
.background-image-right {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.background-image-button {
  max-width: 368px;
  width: 100%;
  height: auto;
}

.content-background {
  background-color: #f5f2eb;
  padding-top: 70px;
  padding-bottom: 70px;
}

.first-row-background {
  margin-bottom: 50px;
}

.content-background h4.background-subline {
  font-family: OpenSans;
  color: #825c17;
  font-size: 20px;
  font-weight: bold;
}

.content-background h3.background-headline {
  font-family: OpenSans;
  color: #aa1e14;
  font-size: 45px;
  line-height: 50px;
  font-weight: bold;
}

.content-background p.big {
  font-family: OpenSans;
  font-weight: bold;
  color: #0f1e46;
  font-size: 36px;
  line-height: 42px;
}

.white-background {
  padding-top: 70px;
  padding-bottom: 70px;
}

.white-background .headline {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 20px;
}

.image-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.canada-life-big {
  max-width: 255px;
  display: block;
  margin: 48px 0px 0px 345px;
}

.fsf-big {
  max-width: 119px;
  display: block;
  margin: 48px 330px 0px 0px;
}

.fsf-big img {
  min-width: 94px;
}

.canada-life-big img {
  min-width: 250px;
}

.sponsors {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #f4f4f4;
}

.sponsors h4 {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 25px;
  color: #4d4d4d;
}

.sponsor-image {
  max-width: 85px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.sponsor {
  width: 100px;
  height: 100px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.sponsor::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 1px;
  border-right: 1px solid #949494;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.inside-sponsor {
  width: 100px;
  height: 100px;
  background-color: white;
  display: block;
  margin: 0 auto;
}

.sponsor.first-sponsor {
  margin-left: 0;
}

.sponsor.last-sponsor {
  margin-right: 0;
}

.sponsor-seperator {
  display: inline-block;
  width: 1px;
  height: 100px;
  position: relative;
}

.sponsors-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.grey-line {
  width: 1px;
  height: 30px;
  display: block;
  background-color: #949494;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.sponsors-button {
  background-color: #0f1e46;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  display: table;
  margin: 0 auto;
  color: #fff;
  font-family: OpenSans;
  font-size: 18px;
  text-align: center;
}

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #0f1e46;
  background-image: url(../img/Footer-mit-Tannen.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  font-family: OpenSans;
  font-size: 17px;
  line-height: 26px;
}

.footer a {
  color: #fff;
  text-decoration: none;
}
.footer-image {
  max-width: 100px;
  width: 100%;
  height: auto;
  /*background-color: white;*/
  margin-top: 6px;
}

.red-button-footer {
  background-color: #aa1e14;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  display: flex;
  width: 144px;
  height: 43px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 18px;
}

.socials {
  display: flex;
  align-items: center;
  justify-content: inherit;
  font-size: 28px;
}
.socials .facebook {
  margin-right: 10px;
}

.hearth {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}

.button-image-money {
  max-width: 65px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.button-content p {
  display: inline-block;
  vertical-align: top;
  font-family: OpenSans;
  font-size: 18px;
  line-height: 30px;
  color: white;
  margin-bottom: 0;
  font-weight: normal;
}

.first-row-background .col-lg-6.col-12 {
  position: relative;
}
.col-lg-4.col-12 {
  position: relative;
}

.star1 {
  max-width: 29px;
  position: absolute;
  right: 0px;
  top: 60px;
}

.star2 {
  max-width: 100px;
  position: absolute;
  left: -100px;
  top: -50px;
}

.button-content p.big {
  display: inline-block;
  vertical-align: top;
  font-family: OpenSans;
  font-size: 45px;
  line-height: 30px;
  font-weight: normal;
  color: white;
  margin-bottom: 10px;
}

.blue-button-wrapper {
  position: relative;
}

.button-content {
  position: absolute;
  left: 20px;
  transform: translateY(-50%);
  top: 50%;
  display: flex;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#dialog-content {
  background-color: #f5f2eb;
}

#dialog-content h2 {
  font-family: OpenSans;
  color: #aa1e14;
  font-size: 45px;
  line-height: 50px;
  font-weight: bold;
}

#dialog-content ul li {
  font-size: 18px;
  line-height: 28px;
  font-family: OpenSans;
  color: #4d4d4d;
  list-style-image: url(/img/gift.svg);
}

#dialog-content ul li::marker {
  color:#aa1e14;
}


@media (max-width: 1620px) {
  .navbar-expand-xxl .navbar-nav .nav-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1200px) {
  .star1 {
    max-width: 29px;
    position: absolute;
    right: 20px;
    top: 60px;
  }

  .star2 {
    max-width: 100px;
    position: absolute;
    left: inherit;
    right: 0;
    top: -50px;
  }

  .button-content p.big {
    font-size: 37px;
  }

  .button-image-money {
    max-width: 56px;
  }

  .canada-life-big {
    margin: 48px 48px 0px 335px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1248px;
  }
  .col-lg-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-background .col-lg-6 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .content-background .col-lg-6:first-child {
    padding-right: 30px;
    padding-left: 12px;
  }

  .content-background .col-lg-6:last-child {
    padding-right: 12px;
    padding-left: 30px;
  }

  .col-lg-4:first-child {
    padding-left: 12px;
    padding-right: 24px;
  }

  .col-lg-4:last-child {
    padding-right: 12px;
    padding-left: 24px;
  }

  .canada-life-big {
    margin: 48px 40px 0px 313px;
  }
}

@media (max-width: 1440px) {
  .navbar {
    background-color: #000e1eba;
  }
  .navbar-expand-xxl .navbar-nav .nav-item {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }

  .navbar-expand-xxl .navbar-nav .nav-item-red-button {
    max-width: 200px;
    text-align: center;
  }

  .navbar-expand-xxl .navbar-nav .nav-item.nav-item-red-underline .nav-link {
    color: #cc0000;
    border-bottom: 1px solid #cc0000;
    max-width: 122px;
  }

  .navbar-expand-xxl .navbar-nav .nav-item {
    text-align: right;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
  }
}

@media (max-width: 992px) {
  .navbar .navbar-brand {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: inherit;
    color: #fff;
  }

  .supported-by {
    position: relative;
    top: 0;
    left: 0;
    color: #fff;
    font-family: OpenSans;
    font-size: 12px;
    line-height: inherit;
  }

  .header-wrapper {
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
  }

  .canada-life {
    max-width: 80px;
    margin-top: 0px;
  }
  .header-text {
    display: none;
  }

  .header-text.header-text-mobile {
    display: inherit;
  }

  .header-text.header-text-mobile .subline {
    font-family: OpenSans;
    color: #825c17;
    font-size: 16px;
    line-height: 17px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 18px;
  }

  .header-text.header-text-mobile .headline {
    font-family: Montserrat;
    color: #cc0000;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 0.48px;
    text-align: center;
  }

  .content-background h3.background-headline {
    font-size: 34px;
    line-height: 50px;
  }

  .content-background h4.background-subline {
    font-size: 20px;
    line-height: 24px;
  }

  .content .intro-text {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .background-image-button {
    margin-bottom: 20px;
    max-width:300px;
  }

  .button-image-money {
    max-width: 56px;
    margin-bottom:27px;
  }

  .footer .col-lg-3 {
    margin-bottom: 30px;
  }

  .footer {
    background-image: url(/img/Footer-Tannen-rechts.png);
    background-size: inherit;
    background-position: right bottom;
    background-repeat: no-repeat;
  }

  .star1 {
    max-width: 29px;
    position: absolute;
    right: 20px;
    top: 40px;
  }

  .star2 {
    max-width: 100px;
    position: absolute;
    left: inherit;
    left: 250px;
    right: inherit;
    top: 10px;
  }
}

@media (max-width: 768px) {
  .star1 {
    max-width: 29px;
    position: absolute;
    right: 20px;
    top: 75px;
  }

  .star2 {
    max-width: 100px;
    position: absolute;
    left: inherit;
    left: 250px;
    right: inherit;
    top: 10px;
  }

  .image-wrapper {
    flex-direction: column;
  }

  .canada-life-big {
    margin:auto;
  }

  .fsf-big {
    margin: 40px auto 0px;
  }
}

@media (max-width: 500px) {
  .header-wrapper {
    background-image: url(/img/Header-Start-mobil.png);
  }
}

@media (min-width: 1920px) {
  .header-wrapper {
    width: 100%;
    height: 940px;
    background-image: url(/img/Header-Start_breit.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .supported-by {
    max-width: 1920px;
    padding-left: 42px;
    padding-right: 42px;
    margin: auto;
  }
}
