@charset "utf-8";
/*
10.01.2020 - New CSS for Responsive Design RG , Erwin Gottschlich 
*/

/* ------  Neues Box Modell, Rahmen und Innenabstände verbreitern ein Element nicht mehr         */

/*----------- Comment Test only -----------------------------------------------------------------*/

/*Die Buttons unten verstecken*/

#button {
    display: none;
}

html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-height: 100%;
    min-width: 100%;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
    color: white;
    margin: 0;
    padding: 0;
}

#container {
    width: 100%;
    background-color: rgb(246, 240, 243);
    text-align: center;
    border: 1px solid #c09e5a;
    color: #990000;
}

#container img {
    height: auto;
    max-width: 100%;
}

/*-------- menu-button button left top All pages without navigation begin  -----------------------*/

#menu-button {
    float: left;
    color: #ffffff;
    /* background: linear-gradient(to left, #85A540, #566C2D); */
    background-color: rgb(130, 163, 68);
    border-top: 3px solid #ffffff;
}

#menu-button ul li {
    list-style-type: none;
}

#menu-button ul li a:hover {
    /* background: linear-gradient(to top, #ebd6b6, #ac8547);
    background: linear-gradient(to left, #85A540, #566C2D); */
    background-color: #961377;
    background-color: #566C2D;
    color: white;
}

#menu-button ul li a:focus {
    background-color: #5c420d;
    /*tab selection*/
    color: yellow;
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid darkgreen;
}

#menu-button ul li a:active {
    background: #961377;
    /* left mouse button pushed */
    color: yellow;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 2px solid darkgreen;
}

a.open {
    background-color: #961377;
    background-color: rgb(246, 240, 243);
}

a.open img {
    background-color: #961377;
    /* background: linear-gradient(to top, #c5ad85, #291c09); */
    vertical-align: middle;
}

a.open img:hover {
    background-color: #566C2D;
    /* background: linear-gradient(to right, #961377, #566C2D); */
}

.open-button ul {
    margin: 0;
    padding: 0;
}

.open-button a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: black;
    font-weight: bold;
    /* background-color: #961377; */
}

/*-------- menu-button button left top All pages witout navigation end --------------------------*/

/*--------- slider begin ------------------------------------------------------------------------*/

div #slider {
    overflow: hidden;
}

div #slider #figure img {
    width: 20%;
    float: left;
}

div #slider #figure {
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 25s slidy infinite;
}

@keyframes slidy {
    0% {
        margin-left: 0%;
    }
    15% {
        margin-left: 0%;
    }
    20% {
        margin-left: -100%;
    }
    35% {
        margin-left: -100%;
    }
    40% {
        margin-left: -200%;
    }
    55% {
        margin-left: -200%;
    }
    60% {
        margin-left: -300%;
    }
    75% {
        margin-left: -300%;
    }
    80% {
        margin-left: -400%;
    }
    95% {
        margin-left: -400%;
    }
}

/*special for old ie browser*/

.ieold #slider {
    display: none;
}

/*--------- slider end --------------------------------------------------------------------------*/

/* ------  header begin 2 logos und title overlay -----------------------------------------------*/

#header {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}

#rg-logo {
    position: absolute;
    top: 0;
    margin-top: 2%;
    width: 22%;
    opacity: 0.8;
}

#rh-logo {
    position: absolute;
    top: 0;
    margin-top: 1.5%;
    right: 8px;
    width: 7%;
    background-color: white;
    /* opacity: 0.8;
    border: 2px solid #961377;
    border-radius: 7px; */
}

#hiwwel-route {
    position: absolute;
    top: 0;
    margin-top: 8%;
    right: 8px;
    width: 7%;
    /* height: 1%; */
    /* opacity: 0.8; */
    background-color: white;
    border-top: 4px solid white;
    border-right: 4px solid white;
    border-left: 4px solid white;
    border-radius: 7px;
}

#radwegschild {
    position: absolute;
    top: 0;
    margin-top: 17%;
    right: 8px;
    width: 7%;
    /* opacity: 0.8; */
    /* background-color: white;
    border: 2px solid #961377;
    border-radius: 7px; */
}

#navitop {
    float: right;
    width: 100%;
    /* height: 1.6em; */
    list-style-type: none;
    text-align: right;
    /* font-size: 9pt; */
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 0.3em 0em 0.3em 0em;
    background-color: rgb(201, 233, 143);
    border-top: 3px solid #ffffff;
    /* border-top: 3px solid #961377; */
}

#navitop a {
    display: block;
    float: right;
    text-align: center;
    margin: 0;
    padding: 0;
    /* height: 24px; */
    padding: 4px 4px 4px 4px;
    color: #ffffff;
    background: linear-gradient(to left, #85A540, #566C2D);
    border: 1px solid #ffffff;
    text-decoration: none;
    margin-right: 4px;
    margin-bottom: 4px;
    border-radius: 5px;
}

#navitop a:visited {
    color: blue;
    border: 1px solid #006C36;
    text-decoration: none;
    background-color: yellow;
}

#navitop a:hover {
    background-color: blue;
    /* Geht nicht */
    border: 1px solid #006C36;
    background: linear-gradient(to right, #961377, white);
    color: black
}

#navitop a:focus {
    background-color: #5c420d;
    /*tab selection*/
    color: yellow;
}

#navitop a:active {
    background: #a07623;
    /* left mouse button pushed */
    color: yellow;
}

/* in HTML file use span nix - add a '|' beetween text if no css file can be found */

.nix {
    display: none;
}

#title {
    float: left;
    width: 100%;
    color: #ffffff;
    background: linear-gradient(to right, #961377, #566C2D);
    /* border: 3px solid #ffffff; */
    border-top: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    padding: 5px 10px 5px 10px;
    font-size: 4vw;
    /* white-space: nowrap; */
    overflow: hidden;
}

/* ------  header end 2 logos und title overlay -------------------------------------------------*/

/*-------- navi Navigation first page Anfang ----------------------------------------------------*/

#navi {
    float: left;
    margin-left: 5px;
    margin-top: 20px;
}

/* main-menu 5 einzelne navi Blöcke */

.main-menu {
    float: left;
    width: 210px;
    height: 199px;
    margin: 3px;
}

#navi ul {
    margin: 0;
    padding: 0;
}

#navi ul li, .nav-header {
    color: black;
    /* color: white; */
    list-style-type: none;
    background: linear-gradient(to right, #ec7cd2, white);
    background: linear-gradient(to right, rgb(176, 228, 248), white);
    background: linear-gradient(to top, #B8E16B, white);
    border: 1px solid #85A540;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    /* width: 100%; */
    width: 208px;
    /* background: orange; */
    /* margin-left: 3px; */
    margin-top: 4px;
}

#navi ul li a {
    text-decoration: none;
    color: black;
    /* color: white; */
    border-radius: 5px;
    display: block;
}

#navi ul li a:hover {
    background: linear-gradient(to right, #961377, #f19dde);
    background: linear-gradient(to right, #961377, white);
    color: black
}

#navi ul li a:focus {
    background-color: #5c420d;
    /*tab selection*/
    color: yellow;
}

#navi ul li a:active {
    background: #a07623;
    /* left mouse button pushed */
    color: yellow;
}

.nav-header {
    background: linear-gradient(to top, #b8983b, white);
    background: linear-gradient(to right, #ce45ae, white);
    background: linear-gradient(to right, #85A540, white);
    text-transform: uppercase;
    font-weight: bold;
}

/*-------- navi Navigation first page ende  -----------------------------------------------------*/

.con-logo {
    /* background: #B8E16B; */
    width: 30%;
    /* border: 1px solid #961377; */
    /* border-radius: 7px; */
}

/*-----------------------------------------------------------------------------------------------*/

#content {
    color: black;
    text-align: center;
    padding: 0px 20px 0px 20px;
}

#content p {
    text-align: justify;
}

#content h2, #content h3, #content h4 {
    color: #ffffff;
    background: linear-gradient(to right, #961377, #566C2D);
    border: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    padding: 5px;
    overflow: hidden;
}

#content h2 a, #content h3 a, #content h4 a {
    color: #ffffff;
    text-decoration: none;
    /* text-transform: uppercase; */
    font-size: 80%;
}

#content ul li {
    text-align: left;
    margin-left: 20px;
}

#content .header {
    text-align: left;
}

.clear {
    /*	Wenn clear dann alles untereinander, sonst nebeneinander */
    clear: both;
}

.center {
    text-align: center;
}

/*---------- Teaserbox begin ---------------------------------------------------------------------*/

/* Die Teaserbox */

.t-boxleft {
    float: left;
    display: block;
    margin: 0px 20px 20px 0px;
}

.t-boxright {
    clear: both;
    float: right;
    display: block;
    margin: 0px 20px 20px 0px;
}

/* Die Teaserbox */

.t-boxcenter {
    clear: both;
    text-align: center;
    display: block;
    margin: 0px 20px 20px 0px;
}

/* Die Teaserbox */

.t-box {
    float: right;
    display: block;
    margin: 0px 0px 20px 20px;
}

#t-box h4 {
    letter-spacing: 1px;
    color: #666;
}

.teaser {
    width: 200px;
    background-color: rgb(224, 236, 197);
    border: solid 1px #85A540;
    margin: 10px 0px 10px 0px;
}

.t-head {
    font-family: 'Trebuchet MS', sans-serif;
    background-color: #85A540;
    color: #e0e0e0;
    padding: 3px;
    margin: 0;
    font-size: 85%;
    color: #ffffff;
    background: linear-gradient(to right, #961377, #566C2D);
}

.t-txt {
    font-family: Arial, sans-serif;
    padding: 5px;
    line-height: 150%;
    font-size: 75%;
}

/*---------- Teaserbox end ----------------------------------------------------------------------*/

/*---------- Footer begin -----------------------------------------------------------------------*/

#footer {
    font-size: 10pt;
    color: #ffffff;
    background: linear-gradient(to right, #961377, #566C2D);
    text-align: center;
}

#footer a {
    color: lightgrey;
    /* background-color: #85A540; */
    text-decoration: none;
    border-radius: 5px;
}

#footer a:hover {
    background-color: #85A540;
    color: #fff;
    border: 1px solid #85A540;
}

#footer a:focus {
    background-color: #5c420d;
    /*tab selection*/
    color: yellow;
    border: 1px solid #78561d;
}

#footer a:active {
    background: #a07623;
    /* left mouse button pushed */
    color: yellow;
    border: 2px solid #5c420d;
}

/*---------- Footer end -------------------------------------------------------------------------*/

/*-----content-image-show  --------------------------------------------------------------------------*/

/* Create three unequal columns that floats next to each other Image Show        */

#content-image-show {
    width: 100%;
    margin: 0;
    padding: 0;
}

#content-image-show img {
    /*border: 1px solid green;*/
}

#content-image-show h2 {
    text-align: center;
    /*	font-size: 50px;*/
}

#content-image-show h2 a {
    text-decoration: none;
    color: black;
    padding: 1px 1px 1px 1px;
    margin-top: 2px;
    color: #002951;
    background: linear-gradient(to top, #228B22, #d8f6d8);
    border: 1px solid darkgreen;
    border-radius: 5px;
}

#content-image-show h2 a:hover {
    background: linear-gradient(to top, #482e1f, #84c2ff);
    color: yellow;
    border-radius: 5px;
}

#content-image-show h2 a:focus {
    background-color: #51a9ff;
    /*tab selection*/
    color: yellow;
    border-radius: 5px;
}

#content-image-show h2 a:active {
    background: #005db7;
    /*left mouse button pushed */
    color: yellow;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 2px solid darkgreen;
}

#content-image-show .column {
    float: left;
}

#content-image-show .left, #content-image-show .right {
    width: 10%;
    margin-top: 15%;
    text-align: center;
}

#content-image-show .middle {
    text-align: center;
    width: 80%;
}

#content-image-show .left img, #content-image-show .right img {
    background: linear-gradient(to top, #228B22, #d8f6d8);
    background: linear-gradient(to top, #B8E16B, white);
    background: linear-gradient(to right, #961377, white);
    border: 1px solid green;
    border-radius: 10px;
    min-width: 80%;
}

.back-show a {
    background: linear-gradient(to right, #961377, white);
    color: black;
    border: 1px solid green;
    border-radius: 5px;
    padding: 4px;
    text-decoration: none;
}

.back-show a:hover {
    background: linear-gradient(to top, #228B22, #d8f6d8);
}

#content-image-show .middle img {
    max-width: 100%;
    max-height: 4500px;
}

/* Clear floats after the columns */

#content-image-show .row:after {
    content: "";
    display: table;
    clear: both;
}

.thickbox {
    overflow: hidden;
    display: block;
    float: left;
    /*	border: 2px solid green;*/
    margin: 5px;
    width: 80px;
    height: 80px;
}

/*-----content-image-show  --------------------------------------------------------------------------*/

/*---------- CSS only for very big Screens ------------------------------------------------------*/

@media screen and (min-width: 1091px) {
    #container {
        max-width: 1091px;
        margin: 0 auto;
    }
    #header {
        right: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
        max-width: 1091px;
    }
    #title {
        font-size: 40px;
    }
}

/*---------- CSS only for very big Screens ------------------------------------------------------*/

/*---------- CSS only for Handys ----------------------------------------------------------------*/

@media screen and (max-width: 480px) {
    #navi {
        margin-left: 0;
        margin-top: 0;
    }
    .main-menu {
        width: 100%;
        margin: 0;
        padding: 0;
        height: auto;
    }
    #navi ul li, .nav-header {
        width: 100%;
    }
    #navitop a {
        width: 100%;
        margin: 0;
        padding: 0;
        background: linear-gradient(to top, #B8E16B, white);
        border: 1px solid #85A540;
        color: black;
        text-align: center;
        height: 24px;
    }
    #content {
        padding-right: 3px;
        padding-left: 3px;
        margin-left: 2px;
        margin-right: 2px;
    }
    #content ul li {
        text-align: left;
        margin-left: 0;
    }
    #title {
        font-size: 18px;
    }
}

/*---------- CSS only for Handys ----------------------------------------------------------------*/