﻿

.text-success {
    color: red;
    margin-top: 20px;
    text-align: center;
}

#logo {
    text-align: center;
    margin-top: 30px;
}

.divabe {
    /* position: absolute;  */
    margin: auto;
    margin-top:30px;
    top: 100px;
    right: 0;
    bottom: 20px;
    left: 50%;
    width: 70px;
    height: 70px;
}

.chk {
    margin-left: 20px;
    margin-bottom: 10px;
}

.checkbox {
    margin-left: 90px;
}
.info {
    display: block;
    margin-top: 10px;
    text-align: center;
    color: darkblue;
    font-style: italic;
    font-size: smaller;
    padding-bottom: 10px;
    color: black;
}

.link {
    margin-left: 90px;
}

.aussehen1 {
    width: 70px;
    height: 70px;
    position: relative;
    border: none;
    margin-top: 20px;
}

#defaultsite {
    background-color: #eeeeee;
    width: 460px;
    margin: auto;
    margin-top: 20px;
    border-radius: 10px;
    height: 240px;
    text-align: center;
}

#dummy {
    height: 250px;
    background-color: white;
    display: none;
}

#map {
    margin: auto;
    width: 265px;
    border-style: solid;
    border-width: 2px;
    border-color: darkblue;
    border-radius: 5px;
    margin-top: -70px;
}

.btn_default {
    height: 80px;
    width: 80px;
    border-style: solid;
    border-width: 2px;
    border-color: darkblue;
    border-radius: 5px;
    padding: 2px;
    margin: 2px;
}

.btn_map {
    height: 80px;
    width: 80px;
    border-style: solid;
    border-width: 2px;
    border-color: darkgray;
    border-radius: 5px;
    padding: 2px;
    margin: 2px;
}


