@charset "utf-8";
/*
30.12.2019 - New CSS for Responsive Design RG , Erwin Gottschlich 
*/

body {
    font-family: Arial, Helvetica, sans-serif;
}

#content {
    color: black;
    text-align: center;
    padding: 0px 20px 0px 20px;
}

#content p {
    text-align: justify;
}

#content h2, #content h3, #content h4 {
    padding: 5px;
    overflow: hidden;
}

#content ul li {
    text-align: left;
    margin-left: 20px;
}

#content .header {
    text-align: left;
}

#button {
    display: none;
}

div #slider {
    display: none;
}

#rg-logo img {
    float: left;
    margin-left: 50px;
    width: 100px;
}

#rh-logo img {
    float: left;
    margin-left: 50px;
    width: 120px;
    background-color: white;
}

#radwegschild img {
    margin-left: 50px;
    float: left;
    width: 60px;
}

#hiwwel-route img {
    float: left;
    margin-left: 50px;
    margin-right: 100px;
    width: 50px;
}

#title {
    margin-top: 50px;
    clear: both;
    float: left;
}

.con-logo {
    width: 100px;
}

.nix {
    display: none;
}

.center {
    text-align: center;
}

.clear {
    /*	Wenn clear dann alles untereinander, sonst nebeneinander */
    clear: both;
}

#menu-button, #image1ink {
    display: none;
}

span.cursive {
    font-style: italic;
}

a {
    text-decoration: none;
    color: black;
}