.modal-form .tooltips{
    display: none!important;
}

.modal-form .form-wrapper .error-message {
    position: absolute;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal .form-wrapper{
  max-width: 400px;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.no-gutter{
    margin: 0;
    display: flex
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

#register-modal .close{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    text-shadow: none;
    font-size: inherit;
    background: #ffd71f;
    padding: 10px;
}

#register-modal .modal-body{
    padding: 0;
}

#register-modal .container{
    width: 100%;
}

#register-modal .modal-banner{
    padding: 30px 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/games-background.jpg) no-repeat top center #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.modal-form{
    padding: 30px;
}

.modal-form .logo{
    margin: 0 auto 20px auto;
}

.modal-banner h3{
    margin: 0 auto;
    font-family: 'museo_sans900';
    text-transform: uppercase;
    color: #ffd71f;
    font-size: 2.142857142857143em;
    font-weight: normal;
    text-align: center;
}

.modal-banner h3 span{
    font-family: 'museo_sans300';
    text-transform: uppercase;
    color: #ffffff;
    font-size: 0.8em;
    display: block;
}

.german .modal-banner h3{
  font-size: 1.7142857142857142em;
  padding: 10px;
}

@media only screen and (min-width : 320px) and (max-width : 768px){


	.modal .modal-dialog {
		width: 100%;
		margin: 0;
		padding: 0;
	}

  .modal .modal-content {
    height: auto;
    min-height: 100vh;
    border-radius: 0;
    border: 0 none;
  }
  .modal {
      overflow-y: scroll;
  }
  .modal .form-wrapper h1{
      font-size: 2.142857142857143em;
  }

  .modal .form-wrapper p{
      font-size: 1.1428571428571428em;
  }

  .no-gutter{
      margin: 0;
      display: block;
  }

  .no-gutter > [class*='col-'] {
      padding-right:0;
      padding-left:0;
  }

  #short-register-modal  .close,
  #register-modal  .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    text-shadow: none;
    font-size: inherit;
    background: #ffd71f;
    padding: 10px;
  }

  #short-register-modal .modal-body,
  #register-modal .modal-body{
    width: 100%;
    height: 100vh;
    display: table;
  }

  #short-register-modal .container,
  #register-modal .container{
      width: 100%;
  }

  #short-register-modal .vertical-modal-banner,
  #register-modal .vertical-modal-banner{
      padding: 30px 0;
      width: 100%;
      height: 100%;
      display: block;
      background: url(../images/games-background.jpg) no-repeat top center #ffffff;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
  }

  #short-register-modal .horizontal-modal-banner,
  #register-modal .horizontal-modal-banner{
      padding: 30px 0 30px 130px;
      width: 100%;
      height: 100%;
      display: block;
      background: #cccccc;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background: url(../images/games-background.jpg) no-repeat top center #ffffff;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
  }
  
  .modal-form .logo{
      margin: 0;
      display: none;
  }

  .modal-banner h3{
      margin: 0 auto;
      font-family: 'museo_sans900';
      text-transform: uppercase;
      color: #ffd71f;
      font-size: 1.2857142857142858em;
      font-weight: normal;
      text-align: left;
  }

  .modal-banner h3 span{
      font-family: 'museo_sans300';
      text-transform: uppercase;
      color: #ffffff;
      font-size: 0.8421052631578947em;
      display: block;
  }  
}

@media only screen and (min-width : 768px){
    #register-modal .modal-body .site-wrapper-inner{
        display: block;
    }
}

@media only screen and (min-width : 990px){
    .modal-banner h3{
        text-align: center;
    }

    .no-gutter{
        display: flex;
    }
}
