﻿


#defaultsite {
    background-color: #eeeeee;
    width: 420px;
    margin: auto;
    margin-top: 0px;
    border-radius: 10px;
    text-align: center;
}


#iframe {
    margin-top: 0px;
    width: 280px;
    height: 40px;
    margin-left: -100px;
    background-color: lightblue;
    padding: 5px;
    text-align: center;
}

#footer {
    display: block;
}

.text-success {
    color: red;
    margin-top: 20px;
    text-align: center;
}

#logo {
    text-align: center;
    margin-top: 30px;
}

.menu {
    position: absolute;
    top: 200px;
    margin-left: 430px;
    font-size:smaller;
}
.infoauto {
    margin-top:5px;
    color:red;
}
.out {
    width: 400px;
    color: darkblue;
    background-color: transparent;
    border-style: none;
}

.news {
    color: darkblue;
    font-style: italic;
}

    .news a {
        text-decoration: underline;
    }

#dummy {
    height: 250px;
    background-color: white;
    display: none;
}

#map, #mapmobile {
    border-style: solid;
    border-width: 2px;
    border-color: darkblue;
    border-radius: 5px;
    width: 360px;
    margin: auto;
}

#mapmobile {
    width: 300px;
}

.btn_default {
    height: 80px;
    width: 80px;
    border-style: solid;
    border-width: 2px;
    border-color: darkblue;
    border-radius: 5px;
    padding: 2px;
    margin: 2px;
}

.btn_themenkarten {
    margin-left: -100px;
    width: 365px;
    border-style: solid;
    border-width: 2px;
    border-color: darkblue;
    border-radius: 5px;
    padding: 2px;
    margin-top: 10px;
}

.btn_map {
    height: 80px;
    width: 80px;
    border-style: solid;
    border-width: 2px;
    border-color: darkgray;
    border-radius: 5px;
    padding: 2px;
    margin: 2px;
}

.info {
    display: block;
    margin-top: 10px;
    text-align: center;
    color: darkblue;
    font-style: italic;
    font-size: smaller;
    padding-bottom: 10px;
    color: black;
}

.infot {
    border-style: none;
    font-style: italic;
    font-size: smaller;
    background-color: transparent;
    height: 50px;
}

textarea, .infot {
    width: 460px;
}

.pdrefresh {
    color:darkblue;
}

.p5 {
    margin-top: -5px;
}
.rb {
    margin-right: 2px;
}


@media only screen and (min-device-width : 300px) and (max-device-width : 600px) {
    #defaultsite {
        width: 350px;
        padding-bottom: 20px;
    }
}
