/*! style.css v1.0.0 | Seika Internet Solutions GmbH | seika.ch */

@import url(https://fonts.googleapis.com/css?family=Actor);

body {
    color: #373737;
    overflow-y:scroll;
    width: 100%;
}

* {
    cursor: default;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Actor', sans-serif;
}

.mainContainer {
    position: relative;
    max-width: 845px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px;
}

.majorLogo {
    position: absolute;
    top: 10px;
    right: 15px; /*Because of padding on MainContainer*/
    width: 260px;
    height: 100px;
    background-image: url("../img/rhv_Logo_pos.png");
    background-size: 100%;
    background-repeat: no-repeat;
}
@media all and (max-width:845px) {
    .majorLogo {
        top: 0;
        position: relative;
        margin: 0 0 0 0;
        width: 100%;
        background-size: 140px;
        background-position: 15px;
        border-bottom: 1px solid #d3d3d3;
    }
    .majorNavigation {
        width: 660px;
        margin-bottom: 55px;
    }

    .majorContent {
        min-width: 180px;
    }
    .mainContainer {
        min-width: 650px;
    }

}

.majorNavigation {
    width: 845px;
    margin-bottom: 55px;
}

.majorNavigation table td {
    cursor:pointer;
    cursor:hand;
    height: 40px;
    padding: 0 15px;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    vertical-align: bottom;
}

.majorNavigation table th {
    cursor:pointer;
    cursor:hand;
    height: 20px;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    opacity: 0;
    -ms-transition: opacity 500ms linear;
    /* Firefox */
    -moz-transition: opacity 500ms linear;
    -moz-transition-duration: 0.75s;
    -moz-transition-delay: 0.2s;
    /* WebKit */
    -webkit-transition: opacity 500ms linear;
    -webkit-transition-duration: 0.75s;
    -webkit-transition-delay: 0.2s;
    /* Opera */
    -o-transition: opacity 500ms linear;
    -o-transition-duration: 0.75s;
    -o-transition-delay: 0.2s;
    /* Standard */
    transition: opacity 500ms linear;
    transition-duration: 0.75s;
    transition-delay: 0.2s;
}

.majorNavigation table th.active{
    opacity: 1 !important;
}

.majorNavigation a, .majorNavigation a:hover{
    color: black !important;
    background: none;
    display: block;
}

.minorNavigationIMG {
    position: relative;
    height: 250px;
    width: 100%;
    background-position: 50%;
    background-size: cover;
    background-image: url("../img/mainIMG_845x205_5.png");
}

.minorNavigationContainer {
    margin-left: auto;
    margin-right: auto;
    width: 845px;
    padding-left: 15px;
}

.minorNavigationContainer table {
    position: absolute;
    bottom: 0;
    color: white;
    text-shadow: 0 -1px 0 #979797;
}

.minorNavigationContainer table td, .minorNavigationContainer table th {
    cursor: pointer;
    border-left: 1px solid white;
    padding: 2px 8px;
    width: 250px;
}

.minorNavigationContainer table td a{
    background: none !important;
    color: white;
    -ms-transition: color 500ms linear;
    /* Firefox */
    -moz-transition: color 500ms linear;
    -moz-transition-duration: 0.4s;
    -moz-transition-delay: 0.2s;
    /* WebKit */
    -webkit-transition: color 500ms linear;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-delay: 0.2s;
    /* Opera */
    -o-transition: color 500ms linear;
    -o-transition-duration: 0.4s;
    -o-transition-delay: 0.2s;
    /* Standard */
    transition: color 500ms linear;
    transition-duration: 0.4s;
    transition-delay: 0.2s;
}

.minorNavigationContainer table th {
    height: 10px;
}

.minorNavigationContainer table td a:hover, .minorNavigationContainer table th:hover {
    color: #f5ff78;
}

.transparency {
    cursor:pointer;
    cursor:hand;
    position: absolute;
    bottom: 0;
    height: 61.8%;
    width: 100%;
}

.transparencyPlus {
    color: white;
    font-size: 2em;
    text-align: right;
    padding: 0 20px 0 0;
    position: absolute;
    bottom: 0;
    height: 61.8%;
    width: 40px;
}

.majorContent {
    width: 560px;
    min-height: 250px;
    line-height: 20px;
    padding-right: 55px;
    padding-bottom: 50px;
}

.minorContent {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 40px 60px 40px;
    width: 160px;
    border-right: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
}

.item-page {
    position: relative;
    margin-top: 25px;
}

.gallery {
    display: inline-block;
    cursor: pointer !important;
    opacity: 1;
    margin-right: 5px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.gallery img{
    cursor: pointer !important;
}

.gallery:hover {
    cursor: pointer !important;
    opacity: 0.5;
    /* Firefox */
    -moz-transition-property: opacity;
    -moz-transition-duration: 1s;
    -moz-transition-delay: 0.1s;
    /* WebKit */
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 1s;
    -webkit-transition-delay: 0.1s;
    /* Opera */
    -o-transition-property: opacity;
    -o-transition-duration: 1s;
    -o-transition-delay: 0.1s;
    /* Standard */
    transition-property: opacity;
    transition-duration: 1s;
    transition-delay: 0.1s;
}

.footer {
    display: table;
    padding: 10px;
    background-color: white;
    width: 100%;
    height: 10px;
    bottom: 0;
    left:0;
    right:0;
    position: fixed;
    -webkit-box-shadow:  0px -2px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow:  0px -2px 20px 0px rgba(0, 0, 0, 0.1);
}

.footer p {
    display: table-cell;
    vertical-align: bottom;
    font-size: 0.8em;
}


/*=====================================*/
/*COLORS*/
/*=====================================*/

.colorBox {
    width: 100px;
    height: 100px;
    float: left;
    margin: 10px -5px;
}

.colorBox:hover {
    margin: 10px 20px;
    height: 200px;
    -webkit-transition-property: margin,height;
    -webkit-transition-duration: 1.2s;
    -webkit-transition-delay: 0.1s;
}

.color1 {
    background-color: #b6001e;
}

.color2 {
    background-color: #216897;
}

.color3 {
    background-color: #449d42;
}

.color4 {
    background-color: #00b8be;
}

.color5 {
    background-color: #ffbf00;
}

.color6 {
    background-color: #b3b3b3;
}




.minorNavigationTransition {
    /* Firefox */
    -moz-transition-property: opacity;
    -moz-transition-duration: 1s;
    -moz-transition-delay: 0.1s;
    /* WebKit */
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 1s;
    -webkit-transition-delay: 0.1s;
    /* Opera */
    -o-transition-property: opacity;
    -o-transition-duration: 1s;
    -o-transition-delay: 0.1s;
    /* Standard */
    transition-property: opacity;
    transition-duration: 1s;
    transition-delay: 0.1s;
}

.rotTR {
    background: -moz-linear-gradient(top,  rgba(139,0,0,0.8) 0%, rgba(139,0,0,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(139,0,0,0.8)), color-stop(100%,rgba(139,0,0,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(139,0,0,0.8) 0%,rgba(139,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(139,0,0,0.8) 0%,rgba(139,0,0,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(139,0,0,0.8) 0%,rgba(139,0,0,0.8) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(139,0,0,0.8) 0%,rgba(139,0,0,0.8) 100%); /* W3C */
    background-color: rgba(139,0,0,0.8)
}

.gruenTR {
    background: -moz-linear-gradient(top,  rgba(7,85,1,0.8) 0%, rgba(7,85,1,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(7,85,1,0.8)), color-stop(100%,rgba(7,85,1,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(7,85,1,0.8) 0%,rgba(7,85,1,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(7,85,1,0.8) 0%,rgba(7,85,1,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(7,85,1,0.8) 0%,rgba(7,85,1,0.8) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(7,85,1,0.8) 0%,rgba(7,85,1,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc075501', endColorstr='#cc075501',GradientType=0 ); /* IE6-9 */
}

.blauTR {
    background: -moz-linear-gradient(top,  rgba(37,63,139,0.8) 0%, rgba(37,63,139,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,63,139,0.8)), color-stop(100%,rgba(37,63,139,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(37,63,139,0.8) 0%,rgba(37,63,139,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(37,63,139,0.8) 0%,rgba(37,63,139,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(37,63,139,0.8) 0%,rgba(37,63,139,0.8) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(37,63,139,0.8) 0%,rgba(37,63,139,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc253f8b', endColorstr='#cc253f8b',GradientType=0 ); /* IE6-9 */
}

.pinkTR {
    background: -moz-linear-gradient(top,  rgba(139,31,109,0.8) 0%, rgba(139,31,109,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(139,31,109,0.8)), color-stop(100%,rgba(139,31,109,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(139,31,109,0.8) 0%,rgba(139,31,109,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(139,31,109,0.8) 0%,rgba(139,31,109,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(139,31,109,0.8) 0%,rgba(139,31,109,0.8) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(139,31,109,0.8) 0%,rgba(139,31,109,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc8b1f6d', endColorstr='#cc8b1f6d',GradientType=0 ); /* IE6-9 */
}

.gelbTR {
    background: -moz-linear-gradient(top,  rgba(229,167,18,0.8) 0%, rgba(229,167,18,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,167,18,0.8)), color-stop(100%,rgba(229,167,18,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(229,167,18,0.8) 0%,rgba(229,167,18,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(229,167,18,0.8) 0%,rgba(229,167,18,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(229,167,18,0.8) 0%,rgba(229,167,18,0.8) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(229,167,18,0.8) 0%,rgba(229,167,18,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cce5a712', endColorstr='#cce5a712',GradientType=0 ); /* IE6-9 */
}

.blau2TR {
    background: -moz-linear-gradient(top,  rgba(0,184,190,0.8) 0%, rgba(0,184,190,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,184,190,0.8)), color-stop(100%,rgba(0,184,190,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,184,190,0.8) 0%,rgba(0,184,190,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,184,190,0.8) 0%,rgba(0,184,190,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,184,190,0.8) 0%,rgba(0,184,190,0.8) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,184,190,0.8) 0%,rgba(0,184,190,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b8be', endColorstr='#00b8be',GradientType=0 ); /* IE6-9 */
}

.grauTR {
    background: -moz-linear-gradient(top,  rgba(179,179,179,0.8) 0%, rgba(179,179,179,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(179,179,179,0.8)), color-stop(100%,rgba(179,179,179,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(179,179,179,0.8) 0%,rgba(179,179,179,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(179,179,179,0.8) 0%,rgba(179,179,179,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(179,179,179,0.8) 0%,rgba(179,179,179,0.8) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(179,179,179,0.8) 0%,rgba(179,179,179,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b3', endColorstr='#b3b3b3',GradientType=0 ); /* IE6-9 */
}

.transparent{
    opacity: 0;
}

.rotTR:hover, .gelbTR:hover, .pinkTR:hover, .blauTR:hover, .gruenTR:hover, .redTR:hover, .blau2TR:hover, .grauTR:hover, .minorNavigationTransition:hover {
    opacity: 1 !important;
}


th.rot  {
   background-color: #8b0000;
}

th.blau {
    background-color: #216897;
}

th.gruen  {
    background-color: #449d42;
}

th.blau2 {
    background-color: #00b8be;
}

th.gelb {
    background-color: #ffbf00;
}

th.grau {
    background-color: #b3b3b3;
}

.rot h1, .rot a{
    color: #8b0000;
}
.gruen h1, .gruen a{
    color: #449d42;
}
.blau h1, .blau a{
    color: #216897;
}
.blau2 h1, .blau2 a{
    color: #00b8be;
}
.gelb h1, .gelb a{
    color: #ffbf00;
}
.grau h1, .grau a{
    color: #b3b3b3;
}

/*=====================================*/
/*Fonts*/
/*=====================================*/
a {
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

a:hover {
    background-color: #d6d6d6;
    -ms-transition: background-color 500ms linear;
    /* Firefox */
    -moz-transition: background-color 500ms linear;
    -moz-transition-duration: 0.75s;
    -moz-transition-delay: 0.2s;
    /* WebKit */
    -webkit-transition: background-color 500ms linear;
    -webkit-transition-duration: 0.75s;
    -webkit-transition-delay: 0.2s;
    /* Opera */
    -o-transition: background-color 500ms linear;
    -o-transition-duration: 0.75s;
    -o-transition-delay: 0.2s;
    /* Standard */
    transition: background-color 500ms linear;
    transition-duration: 0.75s;
    transition-delay: 0.2s;
}

a.imgLink{
    background: transparent !important;
}

a:visited {

}

.minorContent h1 {
    /*padding-top: 30px;*/
}

h1 {
    font-size: 1.2em;
    margin-top: 0;
    font-weight: 400;
    /*color: #253f8b;*/
    /*color: #075501;*/
    /*color: #8b1f6d;*/
    /*color: #e5a712;*/
}


.img1 {
    background-image: url("../img/mainIMG_845x205_5.png");
}

.img2 {
    background-image: url("../img/mainIMG_845x205_3.png");
}

.img3 {
    background-image: url("../img/mainIMG_845x205_4.png");
}

p{
    margin: 0 !important;
}