@charset "UTF-8";

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 60px;
}

header {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    /*font-size: 10% !important; */
    font-size: 0.8rem;
}

.dropdown-item {
    font-size: 0.8rem;
}

#kontakt_btn {
    color: gray;
    border-color: #60a3bc;
    font-size: 0.8rem;
}

#kontakt_btn:hover {
    background: #60a3bc;
    color: white !important;
}

#nav-main {
    border-style: solid black;
    border-bottom: 2px solid #60a3bc;
}

#img {
    border-style: solid black;
    border-bottom: 2px solid #60a3bc;
}

#text_area {
    padding-top: 5em;
    padding-right: 20em;
    padding-left: 20em;
    padding-bottom: 10em;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    line-height: 60px;
    background-color: white;
}



footer a {
    text-transform: uppercase;
    font-size: 80%;
}

#impressum_text {
    padding-bottom: 1em
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}



#kontakt_btn {
    border-radius: 30px;
    padding: 7;
}

#to_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
    background-color: #576574;
}

#to_top:hover {
    background-color: #555;
}


@media only screen and (max-width: 959px) {
    #text_area {
        padding-top: 1em;
        padding-right: 0.5em;
        padding-left: 0.5em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    #text_area {
        padding-top: 5em;
        padding-right: 5em;
        padding-left: 5em;
    }
}


@media only screen and (max-width: 767px) {
    #text_area {
        padding-top: 5em;
        padding-right: 5em;
        padding-left: 5em;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #text_area {
        padding-top: 1em;
        padding-right: 0.5em;
        padding-left: 0.5em;
    }
}


@media only screen and (max-width: 479px) {
    #text_area {
        padding-top: 1em;
        padding-right: 0.5em;
        padding-left: 0.5em;
    }
}
