<!--/*IMPORT FONTS*/
@font-face {
  font-family : Arial, Helvetica, sans-serif;
}
/*IMPORT FONTS END*/-->

/*BASICS AND BODY*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html{
width: 100%;
}
.fca-body {
  background: url(https://image.1907.fcaugsburg.de/lib/fe2e11717564047e731d79/m/1/30181a73-dc24-409d-bd6b-864958e53639.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 0px;
  min-height: 100vh;
  display: flex;
  justify-content: center;
}
.fca-glass {
  padding: 30px;
  background-color: #fff;
  opacity: 0.95;
  border-radius: 10px;
  margin: 150px 100px 50px 100px;
  max-width: 800px;
}
@media screen and (max-width: 425px) {
  .fca-glass {
   margin: 120px 15px 15px 15px;
 max-width: 92%;
  }
  h1{
  font-size: 22pt;
  line-height: 22pt;
  }
}
@media screen and (max-width: 375px) {
  .fca-glass {
 max-width: 92%;
 padding: 5px;
  }
}
@media screen and (max-width: 320px) {
  .fca-glass {
 max-width: 91%;
  }
}
/*BASICS AND BODY END*/

/*HEADER*/
header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  overflow: hidden;
  z-index: 2;
  box-shadow: darkred 0 0.1rem;
  background: linear-gradient(to bottom right, #d80e16, #79242f);
  display: flex;
}
.logo-container {
  padding: 10px;
  display: flex;
  flex: 0.3;
  justify-content: flex-end;
}
.logo {
  display: flex;
  align-items: flex-end;
  width: 85px;
  height: auto;
}
.logo img {
  width: 100%;
  height: 100%;
}
.titel {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
}
.titel p {
  color: white;
  padding: 0px;
}
.titel h3 {
  color: white;
  padding: 0px;
}
/*HEADER END*/

/*HEADER MEDIAQUERIES*/
@media screen and (max-width: 430px) {
  .logo-container {
    flex: 0.2;
  }
}
@media screen and (max-width: 1050px) {
  .logo-container {
    flex: 0.2;
  }
}
@media screen and (max-width: 780px) {
  .logo-container {
    flex: 0.26;
  }
}
/*HEADER MEDIAQUERIES END*/

/*FOOTER*/
hr {
  display: none;
}
footer {
  bottom: 0px;
  width: 100%;
  display: flex;
  box-shadow: darkred 0 0.1rem;
  background: linear-gradient(to bottom right, #910305, #79242f);
}
.left-box {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 5px;
}
.social-links {
  margin-left: 30px;
  margin-top: 30px;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.social-links a {
  margin-right: 10px;
}
.left-box .social-links a span {
  height: 40px;
  width: 40px;
  background: #2c0000;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.3s;
}
.left-box .social-links a span:hover {
  background: #f12020;
}
.social-links img {
  width: 100px;
  height: auto;
}
.links {
  margin-left: 20px;
  display: flex;
  margin-bottom: 30px;
  margin-top: 30px;
  align-items: center;
  justify-content: center;
}
.link {
  text-decoration: none;
  color: #fff;
  margin-right: 60px;
}
.links-neu {
  display: none;
}
.center-box {
  flex: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-container-footer {
  display: flex;
  padding: 30px;
}
.logo-footer {
  max-width: 150px;
  height: auto;
}
.logo-footer img {
  display: block;
  width: 100%;
  height: 100%;
}
.right-box {
  flex: 1;
  display: flex;
  text-align: center;
  color: #c9c4c4;
  text-transform: uppercase;
}
.two-col {
  flex: 1;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.sponsor {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100px;
  width: auto;
}
.sponsor p {
  text-align: flex-end;
}
.sponsor-desc {
  margin-bottom: 20px;
}
.sponsor img {
  width: 100px;
}
/*FOOTER END*/

/*FOOTER MEDIAQUERIES END*/

@media screen and (max-width: 2017px) {
  .two-col {
    flex-direction: column;
  }
}

@media screen and (max-width: 1200px) {
  .center-box {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .hr1 {
    display: flex;
    margin-left: 30px;
    margin-right: 30px;
    border-top: 1px solid white;
  }
  footer {
    flex-direction: column;
  }
  .left-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .links {
    margin: 0px;
    padding: 0px;
  }
  .link {
    display: none;
  }
  .links-neu {
    display: flex;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .link-neu {
    display: flex;
    margin-right: 20px;
    color: #fff;
    text-decoration: none;
  }
  .social-link img {
    width: 100px;
    height: auto;
  }
}

@media screen and (max-width: 425px) {
  .right-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .two-col {
    max-width: 150px;
  }
  .sponsor-desc {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .sponsor {
    padding: 10px;
  }
  .sponsor img {
    width: 100px;
  }
  .link-neu {
    font-size: 12px;
  }
}

@media screen and (max-width: 375px) {
  .link-neu a {
    display: block;
  }
  .link-neu {
    margin-bottom: 15px;
  }
  .links-neu {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }
  .sponsor {
    padding: 5px;
  }
  .sponsor img {
    width: 75px;
  }
}
/*FOOTER MEDIAQUERIES END*/

/* DOI REGISTRATION */
h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22pt;
  color: #000000;
  line-height: 22pt;
  font-weight: bold;
  text-decoration: none;
  max-width: 90%;
  margin-bottom: 15px;
}
h3{
 margin: 15px 0px 5px 0px;
}
.ueschrift {
 display: flex;
    align-items: center;
    justify-content: center;
 }
.aufzaehlung {
 display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 30px;
 }
.form_background{
 display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 2px;
}
  .h3notbold {
   font-weight: lighter;
   font-size: 20px;
 margin-bottom: 5px;
  }
  .kleingedruckt {
    font-size: 16px;
    line-height: 15px;
    text-align: left;  
  }
  
  #email{
    width: 250px;
    height: 35px;
    padding: 5px;
 margin-left: 1px;
  }
  input[type=text]{
    border: 2px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;  
  }
  input[type=text]:focus{
   border-color: #000000;
  }
  input [type=checkbox]{
   padding: 0px;
    align-items: left;
  }
  input[type=submit]{
   background: #d80e16;
   color: #ffffff;
   font-family: , Arial, Helvetica, sans-serif;
   font-size: 15pt;
   line-height: 0.5;
   border-radius: 0px;
   border:  none;
   width: 150px;
   height: 40px;
   text-transform: uppercase;
  }
  input[type=submit]:hover{
   background: #006139;
  }
/* DOI REGISTRATION END*/

/*PROFILEBUILDING*/
 .favoritPlayer{
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #f0f1f2;
    border-radius: 50%;
    cursor: pointer;
    float: left;
    font-size: 13px;
    height: 75px;
    line-height: 13px;
    margin: 25px 15px 45px;
    width: 75px;
    opacity: 0.7;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
  }
  .favoritPlayer:hover{
    box-shadow: 0 0 20px black;
  }
  .favPlayerSelected{
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #f0f1f2;
    border-radius: 50%;
    cursor: pointer;
    float: left;
    font-size: 13px;
    height: 75px;
    line-height: 13px;
    margin: 25px 15px 45px;
    width: 75px;
    opacity: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
  }
  .favoritPlayer:hover + label::before{
    opacity: 0.7;
  }
  .favoritPlayer label {
    padding-top: 75px;
    text-align: center;
    cursor: pointer;
    display: flex;
}

.favoritPlayer input[type='checkbox'] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}
.eingabepaar{
      margin-right: 20px;
    }
@media screen and (max-width: 374px){
  h1 {
    font-size: 22pt;
    line-height: 24pt;
  }
}
@media screen and (max-width: 600px){
  .two-columnform{
    display: flex;
    flex-direction: column;
  }
  h1 {
    font-size: 22pt;
    line-height: 24pt;
  }
}
/*PROFILEBUILDING END*/

/*BUTTONS*/
.button1 {
  background-color: #d80e16; 
  color: white; 
  border: 2px solid #d80e16;
  padding: 20px;
  width: 250px;
margin: 10px
}

.button1:hover {
  background-color: #062d22;
  color: white;
  border: 2px solid #062d22;
}
.button-2 {
  border: none;
  background-color: transparent;
  padding: 0;
  position: relative;
  padding:20px;
  max-width: 280px;
  min-width: 280px;
}
.button-2 span {
  display: block;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  border-radius: 2rem;
  background-color: #d80e16;
  position: absolute;
  color: white;
  font-size: 1.6rem;
  transition: all 250ms;
  cursor: pointer;
  z-index: 2;
  position: relative;
}

.button-2 span:hover {
  background-color: #062d22;
}
/*BUTTONS END*/