@font-face {
    font-family: 'Russ-Decor';
    src: url('../fonts/a_RussDecor.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

html {
    height: 100%;
    /*background-color: #000;*/
    font-size: 16px;
}

body {
    height: 100%;
    background-image: url('../img/background-big.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    font-family: Russ-Decor, arial, sans-serif;
    color: white;
    text-align: center;
}

h1 {
    padding-top: 7vh;
    font-size: 6vh;
    padding-bottom: 6vh;
    /* text-shadow: 2px 2px 1px rgb(45, 45, 45); */
    user-select: none;
    color: #ffffff;
}

img {
    height: 45vh;
    padding-bottom: 3vh;
    opacity: 0.8;
}

form label {
    display: inline-block;
    padding-top: 1vh;
    padding-bottom: 2.3vh;
    font-size: 5vh;
    /* text-shadow: 2px 2px 1px rgb(45, 45, 45); */
    user-select: none;
    color: #ffffff;
}

form button {
    padding-top: 3vh;
    outline: none;
    border: none;
    background: none;
    color: #FFEB3B;
    font-family: Russ-Decor, arial, sans-serif;
    font-size: 3.6vh;
    text-decoration: underline;
    cursor: pointer;
    /* text-shadow: 2px 2px 1px rgb(45, 45, 45); */
    transition: all 0.2s linear;
    user-select: none;
}

form button:hover {
  color:#ffffff;
  transition: all 0.2s linear;
  text-decoration:none;
}

.selectize-control {
    display: inline-block;
    position: relative;
}


.selectize-input {
    display: inline-block;
    margin-top: 1.5vh;
    padding: 2vh 5vh;
    width: auto;
    border: none;
    border-radius: 1.5vh;
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-family: Russ-Decor, arial, sans-serif;
    font-size: 2.5vh;
    cursor: pointer;
}

.selectize-input input {
    display: none;
}

.selectize-dropdown {
    position: absolute;
    z-index: 1;
    top: auto !important;
    bottom: 0;
    padding: auto;
    /*padding-right: 0.5vh;*/
    width: 100% !important;
    border: none;
    background-color: #000;
    border-radius: 1.5vh;
    opacity:0.8;
}

.selectize-dropdown-content {
    position: relative;
    max-height: 30vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    color: #fff;
}

.selectize-dropdown-content .option {
    padding: 0.5vh 1vh 0.5vh 0;
    cursor: pointer;
}

.selectize-dropdown-content .option:hover, .selectize-dropdown-content .option.active {
    background-color: #fff;
    color: #000;
}

article {
    display: inline-block;
    margin: 0vh 5% 5vh 5%;
    /* border-radius: 3vh; */
    background: #fff;
    width: fit-content;
    opacity: 0.9;
}

article h1 {
    padding-top: 10vh;
    padding-bottom: 10vh;
    font-size: 2rem;
        color: #000;
}

article img {
    max-height: 41vw;
}

article p {
    font-size: 1.1rem;
    line-height: 1.5rem;
    padding: 6vh 4%;
    text-align: justify;
    font-family: Roboto;
    color: #000;
}

article a {
display: !important;
}

@media all and (max-aspect-ratio: 3/4) {
    body {
    /*height: 100%;
    background-image: url('../img/chertog.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: auto;
    background-position: center;*/
    }

    h1 {
    padding-top: 11vh;
    padding-bottom: 6vh;
    }

    img {
        height: 40vh;
    }

    form label {
    padding-top: 2vh;
    padding-bottom: 2vh;
    font-size: 4vh;
    }

    form button {
        margin-top: 1vh;
    }

    article h1 {
        font-size: 1.6rem;
            padding-right: 3vh;
    padding-left: 3vh;
    }

    article a {
    display: inline-block;
    padding-top: 10vh;
    padding-bottom: 10vh;
    color: #000;
    font-size: 1.4rem;
    }

    article p {
        display: none;
    }
}

.content {
  color: #000;
  text-align: left;
  font-size: 1.1rem;
  font-family: Roboto;
  line-height: normal;
  padding: 6vh;
}

.social {
  padding-top: 2vh;
    padding-right: 2vh;
}

.obereg {
  color: #ffeb3b;
  font-size:26px;
}

.obereg a {
  color: #ffeb3b;
  font-size:26px;
  text-decoration: underline;
}


.obereg a:hover {
  text-decoration: none;
}

.back_home a {
  color: #ffffff;
  padding-bottom:4vh;
  text-decoration: underline;
}

.back_home a:hover {
  text-decoration: none;
}