/* montserrat-regular - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v14-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
         url('../fonts/montserrat-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/montserrat-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/montserrat-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/montserrat-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/montserrat-v14-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
  }


html{
    background: #5c5c5c url('../img/122059354.jpeg') no-repeat top center fixed;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    height : 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    height : 100%;
    text-align:center;
    overflow: hidden;
}

body, a, a:visited, a:hover, a:active, a:focus {
    color:#000000;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
}

.wrapper {
    background-color: rgba(0,0,0,0.5);
}

.content {
    max-width: 600px;
    margin: 0;
    position: absolute;
    left: 2%;
    text-align: left;
}

#datenschutz, #impressum {
    display: none;
}

footer {
    position:absolute; 
    bottom:0; 
    left: 2%;
    width: 200px; 
    height:100px;
}

footer span {
    cursor: pointer;
}

footer span:hover {
    text-decoration: underline;
}

.headline {
    margin-top: 0;
    margin-bottom: 20px;
}

.logo {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

@media (max-width: 767px) { 
    .logo {
      margin-bottom: 0px;
    }
  
    .content, footer {
      right: 2%;
      left: auto;
      text-align: right;
    }
  }

@supports (-webkit-overflow-scrolling: touch) {
    html {
        height: 100%;
		overflow: hidden;
    }

    body
    {
        height:100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #ffffff;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    text-align: left;
  }

  
.modal-content h1 {
    font-size: 28px;
}

  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }