@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;600;700;800&family=Roboto:wght@100;300;400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none; }

@keyframes opaklik {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes nav {
  from {
    top: -100px; }
  to {
    top: 0px; } }
@keyframes loader {
  0% {
    opacity: 0; }
  10% {
    opacity: .2; }
  20% {
    opacity: .4; }
  30% {
    opacity: .6; }
  40% {
    opacity: .8; }
  50% {
    opacity: .10; }
  70% {
    opacity: .8; }
  80% {
    opacity: .6; }
  90% {
    opacity: .4; }
  100% {
    opacity: .2; } }
@keyframes carousel {
  from {
    left: -100%; }
  to {
    left: 15%; } }
html, body {
  background-color: #fafafa;
  direction: ltr;
  font-size: 81.25%;
  font-family: "Roboto", "Comfortaa", "Open Sans", sans-serif; }

a {
  text-decoration: none; }

.dropdown-btn {
  padding: 12px;
  border-radius: 0;
  border: 0;
  text-align: left;
  background-color: transparent;
  color: #130c0c;
  cursor: pointer; }
  .dropdown-btn:focus {
    outline: none; }
    
 
#bild {
 float: left;
 width: 200px; height: 120px;
 padding-left: 25px;
}
 

.scrollToTop {
  position: fixed;
  display: none;
  z-index: 1;
  bottom: 10%;
  right: 5%;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  background-color: #74b245;
  color: #fff;
  cursor: pointer;
  border: 0;
  transform: translate(-5%, -10%);
  animation: opaklik .8s; }
  .scrollToTop:hover {
    opacity: .8; }

.scrollToSkype {
  position: fixed;
  display: block;
  z-index: 1;
  bottom: 10%;
  left: 5%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  background-color: #00aff0;
  color: #fff;
  cursor: pointer;
  border: 0;
  transform: translate(-5%, -10%);
  animation: opaklik .8s; }
  .scrollToSkype:hover {
    opacity: .8; }

#language_content {
  position: absolute;
  z-index: 3;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
  #language_content a:hover {
    background-color: #eee; }

#nav {
  background-color: #c80e2d;
  width: 100%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); }
  #nav .nav-head {
    display: none;
    justify-content: space-between;
    align-items: center;
    background-color: #f6f6f6;
    animation: opaklik .8s; }
    #nav .nav-head #language {
      position: relative; }
      #nav .nav-head #language #language_content {
        display: none; }
        #nav .nav-head #language #language_content a {
          min-width: 160px;
          display: block;
          padding: 12px 24px;
          color: #130c0c; }
        #nav .nav-head #language #language_content .active {
          background-color: #74b245 !important;
          color: #fff; }
    #nav .nav-head #social a {
      display: inline-block;
      padding: 12px 24px;
      color: #130c0c;
      font-size: 16px; }
      #nav .nav-head #social a:hover {
        opacity: .9; }
  #nav .nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 5%; }
    #nav .nav-content .list li {
      transform: skewX(-12.5deg); }
      #nav .nav-content .list li:hover {
        background-color: #bf0d2b; }
    #nav .nav-content .list #list_content a {
      padding: 16px 24px;
      transform: skewX(12.5deg);
      font-size: 16px; }

#footer .item_container {
  background-color: #c80e2d;
  padding: 36px 5%; }
  #footer .item_container h3 {
    font-size: 24px;
    color: #f6f6f6; }
  #footer .item_container p {
    font-size: 14px; }
  #footer .item_container .footer-item {
    color: #f6f6f6; }
    #footer .item_container .footer-item .social a {
      display: inline-block;
      padding: 12px 18px 12px 0;
      font-size: 14px;
      color: #f6f6f6; }
      #footer .item_container .footer-item .social a:hover {
        color: #fff;
        border-radius: 50px; }
    #footer .item_container .footer-item .link a {
      display: block;
      padding: 12px 0;
      color: #fff;
      font-size: 14px;
      transition: .4s; }
      #footer .item_container .footer-item .link a:hover {
        color: #fff; }
#footer .in_footer {
  background-color: #f6f6f6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  color: #130c0c; }

#container .contact_card {
  background-color: #fff; }
  #container .contact_card .card-item {
    text-align: center;
    padding: 48px 0px;
    border-right: 1px solid #efefef;
    border-top: 1px solid #efefef; }
    #container .contact_card .card-item .icon {
      font-size: 36px;
      padding: 12px 0; }
    #container .contact_card .card-item .info {
      font-size: 16px; }
    #container .contact_card .card-item:hover {
      background-color: #f6f6f6; }
#container .card_container {
  display: grid; }
  #container .card_container .card {
    border-top: 1px solid #eee;
    padding: 64px 72px;
    min-height: 240px;
    position: relative;
    transition: .8s;
    color: #000; }
    #container .card_container .card h1 {
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 16px; }
    #container .card_container .card p {
      font-size: 18px;
      font-weight: 300;
      text-align: justify; }
    #container .card_container .card a {
      font-size: 30px;
      position: absolute;
      transition: .8s;
      bottom: 10%;
      right: 5%;
      color: #000;
      transform: translate(-5%, -10%); }
    #container .card_container .card:nth-child(odd) {
      border-right: 1px solid #eee; }
    #container .card_container .card:hover {
      background-color: #efefef;
      color: #000; }
    #container .card_container .card:hover a {
      color: #c80e2d;
      transform: scale(1.3) rotate(90deg); }
#container ._window .win_con .img {
  background-image: url(../../img/other/geometric-3037786_1281.jpg);
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 1; }
#container ._window .win_con .info h1 {
  font-size: 24px;
  font-weight: 500; }
#container ._window .win_con .info h2 {
  font-size: 20px;
  margin: 16px 0;
  font-weight: 400; }
#container ._window .win_con .info p {
  font-size: 18px;
  font-weight: 300; }
#container .pro_container {
  padding: 48px 2%;
  background-image: url(../../img/other/geometric-3037786_1281.jpg);
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  #container .pro_container .pro-item {
    margin: 15px 1%;
    text-align: center;
    min-width: 200px;
    border-radius: 5px;
    padding: 36px 24px;
    border: 1px solid rgba(239, 239, 239, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    transition: .4s;
    background-color: rgba(255, 255, 255, 0.5); }
    #container .pro_container .pro-item .icon {
      font-size: 36px; }
    #container .pro_container .pro-item .info h1 {
      font-size: 24px;
      margin: 15px 0; }
    #container .pro_container .pro-item .info p {
      font-size: 14px;
      font-weight: 300; }
    #container .pro_container .pro-item:hover {
      background-color: white; }

@media (min-width: 768px) {
  .pro_container {
    display: flex;
    justify-content: space-around;
    align-items: center; }
    .pro_container .pro-item:hover {
      background-color: white;
      transform: scale(1.1); }

  .contact_card {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 0; }

  .list {
    display: block; }
    .list #close_list {
      display: none; }
    .list #list_content a {
      display: inline-block;
      color: #fff; }
    .list ul {
      display: flex; }
    .list .list_in_social, .list img {
      display: none; }

  #footer .item_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    #footer .item_container .footer-item {
      width: 25%; }

  .card_container {
    grid-template-columns: 50% 50%; }

  ._window .win_con {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    ._window .win_con .img {
      border-right: 1px solid #efefef;
      width: 50%; }
    ._window .win_con .info {
      width: 50%;
      padding: 0 64px; } }
@media (max-width: 768px) {
  .pro_container .pro-item {
    margin-bottom: 15px; }

  .list {
    position: fixed;
    z-index: 99 !important;
    top: 0;
    left: 0;
    background-color: #c80e2d;
    height: 100%;
    width: 100%;
    display: none; }
    .list #close_list {
      position: absolute;
      right: 5%;
      top: 5%;
      font-size: 36px;
      padding: 6px 18px;
      border-radius: 5px;
      color: #fff !important; }
    .list img {
      position: absolute;
      top: 5%;
      left: 5%;
      margin-top: 15px; }
    .list #list_content {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .list #list_content a {
        text-align: center;
        display: block;
        color: #fff !important;
        font-size: 18px !important;
        margin: 18px 0; }
    .list .list_in_social {
      position: absolute;
      bottom: 10%;
      left: 50%;
      transform: translate(-50%, -10%);
      min-width: 210px; }
      .list .list_in_social a {
        display: inline-block;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        color: #fff !important;
        font-size: 14px;
        border-radius: 50%; }
        .list .list_in_social a:hover, .list .list_in_social a:focus {
          background-color: #fafafa;
          color: #c80e2d !important; }

  #burger {
    padding: 8px;
    border-radius: 2px; }
    #burger div {
      height: 2px;
      background-color: #fff;
      width: 30px;
      margin: 6px 0; }

  .card_container {
    grid-template-columns: auto; }

  ._window .win_con .info {
    padding: 64px 5%; } }
#live_display {
  background-position: left; }
  #live_display:hover {
    background-image: url("../../img/other/infoscreen.png");
    background-size: 170px;
    background-repeat: no-repeat;
    background-position: right; }

#responsive_app {
  background-position: left; }
  #responsive_app:hover {
    background-image: url("../../img/other/mobileapp.png");
    background-size: 190px;
    background-repeat: no-repeat;
    background-position: right; }

#ticket_checker {
  background-position: left; }
  #ticket_checker:hover {
    background-image: url("../../img/other/ticketchecker.png");
    background-size: 190px;
    background-repeat: no-repeat;
    background-position: right; }

#live_bet {
  background-position: left; }
  #live_bet:hover {
    background-image: url("../../img/other/internetwetten.png");
    background-size: 190px;
    background-repeat: no-repeat;
    background-position: right; }

#customer_card {
  background-position: left; }
  #customer_card:hover {
    background-image: url("../../img/other/kundenkarte.png");
    background-size: 190px;
    background-repeat: no-repeat;
    background-position: right; }

#webtouch {
  background-position: left; }
  #webtouch:hover {
    background-image: url("../../img/other/webtouchsystem.png");
    background-size: 190px;
    background-repeat: no-repeat;
    background-position: right; }

#terminal_system {
  background-position: left; }
  #terminal_system:hover {
    background-image: url("../../img/other/terminalsystem.png");
    background-size: 190px;
    background-repeat: no-repeat;
    background-position: right; }

#case_system {
  background-position: left; }
  #case_system:hover {
    background-image: url("../../img/other/kassensystem.png");
    background-size: 190px;
    background-repeat: no-repeat;
    background-position: right; }

.mil {
  height: 39px;
  line-height: 39px;
  text-align: center;
  padding: 0 6px 0 0 !important;
  font-size: 10px !important;
  background-color: transparent !important; }

.lng {
  width: 42px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  padding: 0 !important;
  font-size: 8px !important;
  background-color: transparent !important; }

.loader {
  background-color: #c80e2d;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99; }
  .loader img {
    /* opacity: 0;
    animation: loader 2s infinite; */
    width: 200px; }

.show {
  display: block !important; }

.flex {
  display: flex !important; }

.fixed {
  position: fixed !important;
  z-index: 3;
  animation: nav .8s; }

.heiht51 {
  height: 51px;
  display: none; }
  
  .img-slider{
  position: relative;
  width: 800px;
  height:500px;
  margin: 10px;
  background: #1D212B;
}

.img-slider .slide{
  z-index: 1;
  position: absolute;
  width: 100%;
  clip-path: circle(0% at 0 50%);
}

.img-slider .slide.active{
  clip-path: circle(150% at 0 50%);
  transition: 2s;
  transition-property: clip-path;
}

.img-slider .slide img{
  z-index: 1;
  width: 100%;
  border-radius: 5px;
}

.img-slider .slide .info{
  position: absolute;
  top: 0;
  padding: 15px 30px;
}

.img-slider .slide .info h2{
  color: #fff;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
}

.img-slider .slide .info p{
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  font-size: 16px;
  width: 60%;
  padding: 10px;
  border-radius: 4px;
}

.img-slider .navigation{
  z-index: 2;
  position: absolute;
  display: flex;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.img-slider .navigation .btn{
  background: rgba(255, 255, 255, 0.5);
  width: 12px;
  height: 12px;
  margin: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.img-slider .navigation .btn.active{
  background: #2696E9;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

@media (max-width: 820px){
  .img-slider{
    width: 600px;
    height: 375px;
  }

  .img-slider .slide .info{
    padding: 10px 25px;
  }

  .img-slider .slide .info h2{
    font-size: 35px;
  }

  .img-slider .slide .info p{
    width: 70%;
    font-size: 15px;
  }

  .img-slider .navigation{
    bottom: 25px;
  }

  .img-slider .navigation .btn{
    width: 10px;
    height: 10px;
    margin: 8px;
  }
}

@media (max-width: 620px){
  .img-slider{
    width: 400px;
    height: 250px;
  }

  .img-slider .slide .info{
    padding: 10px 20px;
  }

  .img-slider .slide .info h2{
    font-size: 30px;
  }

  .img-slider .slide .info p{
    width: 80%;
    font-size: 13px;
  }

  .img-slider .navigation{
    bottom: 15px;
  }

  .img-slider .navigation .btn{
    width: 8px;
    height: 8px;
    margin: 6px;
  }
}

@media (max-width: 420px){
  .img-slider{
    width: 320px;
    height: 200px;
  }

  .img-slider .slide .info{
    padding: 5px 10px;
  }

  .img-slider .slide .info h2{
    font-size: 25px;
  }

  .img-slider .slide .info p{
    width: 90%;
    font-size: 11px;
  }

  .img-slider .navigation{
    bottom: 10px;
  }
}


      

/*# sourceMappingURL=main.css.map */
