/*
 * Globals
 */

.landing-switch {
  margin-top: 25px;
  margin-bottom: -15px;
}

label {
  color: #fff;
}

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;

}
body {
  color: #fff;
  text-align: center;
  background-color: black;
}

h1, p, ul {
  font-weight: bold;
}

h1 {
  color: #fff;
}

h1.introtext {
  text-shadow: 0 5px 5px rgba(0,0,0,.5);
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  /* https://www.cssmatic.com/gradient-generator */
  background:
        background: rgba(255,255,255,0);
        background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 38%, rgba(0,0,0,1) 100%);
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,0)), color-stop(0%, rgba(0,0,0,0)), color-stop(38%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
        background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 38%, rgba(0,0,0,1) 100%);
        background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 38%, rgba(0,0,0,1) 100%);
        background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 38%, rgba(0,0,0,1) 100%);
        background: radial-gradient(ellipse at center, rgba(255,255,255,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 38%, rgba(0,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );

    background-size: cover;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */


.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}









.verein {
  display: inline-block;
  width: 49.7%;
}

.fussball {
  display: inline-block;
  width: 49.7%;
}

.titel {

  margin-bottom: 5px;
  padding-top: 13px;
  padding-bottom: 20px;
}

.titel a {
  text-decoration: none;
}

a.titeltextverein {
    text-align: left;
}

a.titeltextfussball {
    text-align: right;
}

.titel p {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.titel p {
  font-size: 14px;
}

.verein p, .verein h1 {
    padding-left: 25px;
}

.fussball p, .fussball h1 {
  padding-right: 25px;
}

.titel h1 {
  font-size: 24px;
  margin-top: 0px;
   margin-bottom: 0;
}


.action ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.action ul {
  font-size: 12px;
}



.action ul li {
    padding: 0;
    width: 50%;
    float: left;
}

.action ul li a {
  font-size: 11px;
}

.action ul li a {
   background: rgb(183, 5, 1);
    color: #fff;
    display: block;
    margin-bottom: 2px;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}



/* Social */

.socialleft {
  float: left;
}

.socialright {
  float: right;
  position: relative;
}

ul.fa-ul {
  margin-left: 0;
  display: inline-block;
}

ul.fa-ul li {
  display: inline-block;
  padding-right: 5px;
}

ul.fa-ul li a {
  color: #ccc;
}

ul.fa-ul li a:hover {
  color: #777;
}

.sponsoren {
    text-align: center;
    display: inline-block;
}










/*
 * Affix and center
 */

@media (max-width: 767px) {
/* Phone */

  body {
    text-shadow: none;
  }

  .eintrachtlogo {
    max-width: 70vw;
    margin: 15px auto;
  }

  .mobile-logo-wrapper {
    position: absolute;
    width: 100%;
  }

  .cover {
    padding: 0;
  }
  .verein, .fussball {
    width: 49.5%;
    margin-top: calc(100vh - 169px);
    margin-top: calc(calc(var(--vh, 1vh) * 100) - 169px);
  }

  .titel {
    background-color: rgb(183, 5, 1);
    padding-top: 10px;
    min-height: 150px;
    margin-bottom: 2px;
  }

  h1.introtext {
    position: absolute;
    width: 100%;
    margin-top: 15vh;
    font-weight: bold;
  }

  .verein {
    float: left;
  }

  .verein p, .verein h1 {
    padding-left: 10px;
  }

  .fussball p, .fussball h1 {
    padding-right: 10px;
   }

   .titel p {
    font-size: 11px;
    }



      .verein h1 {
    padding-top: 15px;
    font-size: 21px;
    }

  .fussball h1 {
    font-size: 21px;
    padding-top: 20px;
   }

   .action ul li {
    width: 100%;
    }

   .action ul li a {
    background-color: rgb(183, 5, 1);
    padding-top: 7px;
    padding-bottom: 7px;
    }
    .verein .action ul li a {
      text-align: left;
      padding-left: 10px;
    }

    .fussball .action ul li a {
      text-align: right;
      padding-right: 10px;
    }

    .flags {
    position: absolute;
    bottom: -25px;
    left: 35%;
    }

   .socialright, .socialleft {
    float: none;
    }

    ul.fa-ul li a {
    color: #FFF;
    }

    .innericons {
    padding-right: 21px;
    padding-left: 21px;
    padding-top: 20px;
    padding-bottom: 30px;
    }

    ul.fa-ul li {
    padding-right: 0px;
    }

    .mastfoot {
      padding-top: 7px;
      margin-bottom: 25px;
    }
}

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    bottom: 70px;
  }
  .mastfoot {
    position: fixed;
    bottom: 100px;
  }


  .cover {
    position: fixed;
    bottom: 150px;
}
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container,
  .cover {
    width: 767px; /* Must be percentage or pixels for horizontal alignment */
  }

  .mastfoot {
   width: 230px;
    margin-left: 270px;
   }

   .indeedlog {
    width: 120px;
   }

   .nikelog {
    width: 80px;
   }

  .introtext {
    position: absolute;
    left: 350px;
    bottom: 400px;
    font-size: 45px;
    text-align: left;
    font-weight: bold;
   }

   .logohero {
   position: absolute;
    bottom: 175px;
    left: 205px;
    width: 350px;
   }

   .titel {
    height: 110px;
   }

  .verein .titel {
    background-image: url("../img/box1.png");
    background-position: right top;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .fussball .titel {
    background-color: #b70501;
  }

  .titel p {
    font-size: 12px;
   }


   .verein h1 {
    padding-top: 15px;
    font-size: 21px;
    }

  .fussball h1 {
    font-size: 30px;
    padding-top: 20px;
   }

   .action ul li a {
    font-size: 10px;
   }

   .action ul li:nth-child(1) a, .action ul li:nth-child(3) a {
    margin-right: 2px;
   }

   .verein {
    float: left;
   }

   ul.actionfussball {
    float: right;
    width: 70%;
   }

   ul.actionverein {
    width: 70%;
   }

   .innericons {
    padding-right: 21px;
    padding-left: 21px;
    padding-top: 0px;
    padding-bottom: 30px;
   }

   .mastfoot {
    margin-bottom: 25px;
  }


}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container,
  .cover {
    width: 900px;
  }

   .mastfoot {
    width: 280px;
    margin-left: 315px;
   }

  .introtext {
    left: 420px;
    bottom: 350px;
    font-size: 50px;
   }

  .logohero {
    position: absolute;
    bottom: 180px;
    left: 233px;
    width: 450px;
   }

   .verein .titel {
    background-image: url("../img/box1.png");
    background-position: right top;
    background-size: 100%;
    background-repeat: no-repeat;
  }


    .titel p {
    font-size: 15px;
   }

   .titel {
    height: 120px;
   }

  .verein h1 {
    padding-top: 10px;
    font-size: 25px;
  }

   .fussball h1 {
    padding-top: 25px;
    font-size: 34px;
    }

   .action ul li a {
    font-size: 10px;
   }
}

@media (min-width: 1200px) {
  .masthead,
  .mastfoot,
  .cover-container,
  .cover {
    width: 1200px;
  }

  .mastfoot {
    width: 400px;
    margin-left: 400px;
   }

  .indeedlog {
    width: 150px;
   }

   .nikelog {
    width: 97px;
   }

  .introtext {
    left: 510px;
    bottom: 450px;
    font-size: 60px;
   }

  .logohero {
    position: absolute;
    bottom: 210px;
    left: 313px;
    width: 580px;
  }

  .verein .titel {
    background-image: url("../img/box1.png");
    background-position: right top;
    background-repeat: no-repeat;
  }


  .titel p {
    font-size: 20px;
   }

   .titel {
    height: 148px;
   }

   .verein h1 {
    padding-top: 15px;
    font-size: 29px;
   }

   .fussball h1 {
    font-size: 41px;
    padding-top: 25px;
   }

   .action ul li a {
    font-size: 12px;
   }
}








