﻿html {
    background: rgb(245,245,220); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(245,245,220,1) 0%, rgba(209,191,168,1) 40%, rgba(209,191,168,1) 63%, rgba(245,245,220,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(245,245,220,1) 0%,rgba(209,191,168,1) 40%,rgba(209,191,168,1) 63%,rgba(245,245,220,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(245,245,220,1) 0%,rgba(209,191,168,1) 40%,rgba(209,191,168,1) 63%,rgba(245,245,220,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5dc', endColorstr='#f5f5dc',GradientType=0 ); /* IE6-9 */
}
html, body {
    font-family: verdana, sans-serif;
    margin: 0 auto;
}
body {
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
#wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
#wrapper_nav {
    max-width: 1230px;
    margin: 0 auto;
}
/*--------------HEADER--------------------*/
header {
    background: burlywood 100%;
    padding: 10px;
    position: fixed;
    top: 0px;
    z-index: 6;
    display: flex;
    align-items: center;
    border: 2px solid #8B4513;
    border-bottom: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 1210px;
}
#bild1 {
    display: flex;
    height: 50px;
    margin-left: 20px;
    top: 5px;
}
#bild2 {
    display: flex;
    margin-left: auto;
    right: 1%;
    top: 40px;
    margin-left:20px;
}
#header_links {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-left:960px;
}
#header_links a {
    font-size: 20px;
    color: #8B4513;
    margin: 0 10px;
    transition: color 0.3s;
}
#header_links a img {
    height: 20px;
    width: 20px;
}
#header_links a:hover {
    background: burlywood 100%;
    color: #F5F5DC;
    border-radius: 20px;
}
/*------------NAVIGATION-------------------*/
nav {
    background: burlywood;
    padding: 10px;
    position: fixed;
    top: 70px;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #8B4513;
    border-top: none;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 1210px;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
    nav ul li {
        margin-right: 20px;
        position: relative;
        font-size: 15px;
    }
nav ul li a {
    color: #8B4513;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    display: block;
    padding: 10px;
}
nav ul li a:hover {
    background: #F5F5DC;
    color: #8B4513;
    border-radius: 20px;
}
nav ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: burlywood;
    width: 200px;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
nav ul li:hover ul {
    display: block;
    border-radius: 20px;
    border: 2px solid #8B4513;
}
nav ul li ul li {
    margin-right: 0;
    z-index: 10;
}
nav ul li ul li a {
    padding: 8px;
}
.border {
    border-bottom: 2px solid #8B4513;
}
@media (max-width: 1230px) {
    nav ul li .arrow {
        position: absolute; 
        top: 45px;
        left: 0px;
        transform: translateY(-50%); 
        font-size: 18px; 
        color: #8B4513; 
    }
    nav {
        top: 45px;
    }
}
@media (min-width: 1231px) {
    nav ul li .arrow {
        display: none; 
    }}
/*@media (max-device-width: 768px) {
    header {
        border: none;
        background: none;
        left: 10px;
    }
    nav {
        border: none;
        background: none;
        left: 10px;
    }
    #nav_fixed {
        border: none;
        background: none;
        justify-content: left;
        align-items: center;
        left: 0px;
    }
}*/
/*---------------CONTENT----------------*/
#content {
    z-index: 2;
    position: relative;
    left: 0px;
    right: 2px;
    width: 100%;
    margin-top: -3px;
    margin-bottom: 215px;
}
#content_l {
    width: 72%;
    float: left;
    padding: 0px 10px 0px 8px;
    border: 2px solid #8B4513;
    border-radius: 10px;
    margin-bottom: 110px;
    box-shadow: 7px 7px 7px grey;
}
#content_r {
    box-shadow: 7px 7px 7px grey;
    float: right;
    width: 24%;
    border: 2px solid #8B4513;
    border-radius: 10px;
    margin-bottom: 20px;
}
#content_full {
    right: 2px;
    width: 100%;
    float: left;
    padding: 0px 10px 0px -7px;
    border: 2px solid #8B4513;
    border-radius: 10px;
    margin-top: 140px;
    margin-bottom: 110px;
    box-shadow: 7px 7px 7px grey;
}
#content_r p {
    padding: 0px 5px 0px 5px;
}
/*---------------FOOTER-----------------*/
footer {
    background: burlywood 100%;
    padding: 20px;
    height: 50px;
    color: #8B4513;
    text-align: center;
    z-index: 98;
    position:fixed;
    bottom: 0px;
    width: 1190px;
    border-radius: 20px;
    border: 2px solid #8B4513;
}
footer a {
    color: #8B4513;
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.3s;
}
footer a:hover {
    color: #F5F5DC;
}
.social-icons {
    margin-top: 10px;
}
.social-icons a img{
    font-size: 20px;
    color: #8B4513;
    margin: 0 10px;
    transition: color 0.3s;
}
.social-icons a:hover {
    color: #F5F5DC;
}
#noborder {
    border-right: none;
}
