html {
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

body {
    background-color: white;
    font-size:1rem;
    color:666666;
    margin:0;
    line-height: 1.5;
}

h1 {
    font-size:3rem;
    font-weight:normal;
}

table{
    font-size: 1rem;
}

.header {
    display:flex;
    justify-content: center;
    flex-direction: row;
    margin-top:1rem;
}
.inner-header {
    background-color:white;
    width:85rem;
    margin: 0 1rem;
    display:flex;
    justify-content: space-between;
}
.logo {
    width:6rem;
    height:6rem;
}
.top-menu{
    display:flex;
    align-items: center;
}

a {text-decoration: none;}

.menu-item {
    margin:1rem 1rem;
    font-size: 1.2rem;
    border: 0.2rem solid transparent;
    padding: 1rem;
    border-radius: 0.25rem;
    color: #474747;
    text-decoration: none;
}

.menu-item:hover {
    color: #474747;
    border-color: #474747;;
    cursor: pointer;
}


.banner {
    background-color: #474747;
    display:flex;
    justify-content: center;
    flex-direction: row;
    margin: 1rem 0;
}

.inner-banner{
    width:85rem;
    margin: 0 1rem;
    display:flex;
    justify-content: center;
    min-height:10rem;
}


.banner1, .banner2, .banneR3, .banner4,.banner5{
    font-size:3rem;
    color: white;
    padding: 2rem 0;
}
.banner-show{
    display:block;
    transition:block 0.8s;
    
}
.banner-hide{
    display: none;
    transition:display 0.8s;
    
    
}

.content {
    display:flex;
    justify-content: center;
    flex-direction: row;
    margin-top: 2rem;
}
.inner-content {
    width:85rem;
    margin: 0 1rem;
    font-size:1.1rem;
    display:flex;
}

.left-content{
    width:50%;
    border: 2px solid silver;
    margin-right:1rem;
    padding:1rem;
    border-radius:0.5rem;
}

.right-content{
    width:50%;
    border: 2px solid silver;
    margin-left:1rem;
    padding:1rem;
    border-radius:0.5rem;
}

.content-headline {
    display:flex;
    justify-content: space-between;
    align-items:center;
}

.more-info {
    margin: 2rem 0px;
    text-align: center;
}
.more-info a {
    background-color:#7bbd00;
    color:white;
    padding: 0.5rem 1rem;
    border: 2px solid #7bbd00;
    border-radius: 0.3rem;
}
.more-info a:hover {
    background-color:white;
    color:#7bbd00;

}

.bottom-spacer{
    height:3rem;
}

.footer {
    position: block;
    bottom:0px;
    width:100%;
    background-color: #474747;
    margin-top:2rem;
}

.footer-spacer {
    background-color:white;
    height:1rem;
}

.outer-footer{
    display:flex;
    justify-content: center;
    flex-direction: row;
}
.inner-footer {
    width:85rem;
    margin: 0 1rem;
    color:#dddddd;
    padding: 1rem 0;
    display:flex;
    justify-content: space-between;
}

.bottom-menu{
    display:flex;
}

.bottom-menu-item{
    margin-left:2rem;
}
.bottom-menu-item :hover{
    text-decoration: underline;
}
.bottom-menu-item a{
    color:#dddddd;
}

input[type=text]{
    font-size:1rem;
}

textarea{
    font-size: 1rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}