/* CSS für shambho */

html, body {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

html {
    height: 100%;
}

body{
    direction: ltr;
    min-height: 100%;
}

body a:link {
    text-decoration: none;
    color: #000080;
}

body a:visited {
    text-decoration: none;
    color: #800000;
}

.start{
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/fonts/noto-sans-kr-v27-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/noto-sans-kr-v27-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
#impressum a:link {
    text-decoration: underline;
    color: #ffffff;
}

#impressum a:visited {
    text-decoration: none;
    color: #ffffff;
}

#impressum a:hover {
    text-decoration: underline;
    color: #ffffff;
}

#impressum a:active {
    text-decoration: underline;
    color: #ffffff;
}

p {
    margin-bottom: 0.25cm;
    line-height: 115%;
    background: transparent
}

.txt-center {
    text-align: center;
}

.txt-form-1 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 1rem;
    color: #ffffff;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Noto Sans KR', sans-serif;
}

@media (max-width: 1100px) {

    .txt-form-1 {
        font-size: 1.5rem;
    }

}
