.blur-image {
    background-image: url(data:image/jpeg;base64,...);
    filter: none;
    transition: -webkit-filter 0s 0.3s linear, filter 0s 0.3s linear;
}


/* Scrollbar (Only Webkt right now) */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(204, 204, 204);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

body {
    background-color: rgb(31, 27, 27);
    background-image: url(../images/header.png);
    background-repeat: repeat-x;
    float: left;
}

/* Typo Layout */
body {
    color: rgb(204, 204, 204);
    font-family: Georgia, "Times New Roman", Times, serif;
    letter-spacing: 0.5px;
    text-decoration: none;
}

a {
    color: #F38630;
    text-decoration: none;
}

input, textarea {
    background-color: rgb(230, 230, 230);
    border-radius: 5px;
    border: 0;
    height: 25px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
    font-weight: bold;
}

/* Submit button */
input[type=submit] {
    border-radius: 5px;
    border: 0;
    width: 80px;
    height: 25px;
    font-family: Georgia, "Times New Roman", Times, serif;
    background-color: rgb(230, 230, 230);
}

.button {
    padding: 3px;
    background-color: #F38630;
    color: rgb(40, 40, 40);
    border-radius: 0.2em;
    outline: 0 none;
    text-decoration: none;
}

.button:hover {
    background-color: rgb(235, 145, 0);
}

/* head */
header {
    top: 0;
    left: 2.5%;
    right: 2.5%;
    position: absolute;
    height: 60px;
}

.logo {
    position: absolute;
    z-index: 3;
    margin: 10px;
}

/*navigation*/

#mainNav ul {
    display: inline;
    float: left;
    padding: 8px 10px 10px 210px;
    margin: 0px;
}

#mainNav ul li {
    display: inline;
    float: left;
    font-size: 1.0em;
    line-height: 1;
    list-style-type: none;
    margin: 0 .25em 0 0;
    padding: 0;
}

#mainNav ul li a,
#mainNav ul li strong {
    background: transparent;
    color: #aaa;
    display: block;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 2em;
    padding: 0 0.5em;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    width: auto;
}

#mainNav ul li a:focus,
#mainNav ul li a:hover,
#mainNav ul li a:active {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 0.2em;
    color: #F38630;
    outline: 0 none;
    text-decoration: none;
}

#mainNav ul a.active {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 0.2em;
    color: #F38630;
}

#mainNav ul a.active strong,
#mainNav ul a.active a:focus,
#mainNav ul a.active a:hover,
#mainNav ul a.active a:active {
    background: transparent;
    color: #F38630;
    text-decoration: none;
}

/* end of navigation*/

.langsel {
    margin-top: 17px;
    float: right;
}

/*end of head*/

/*main*/
.content {
    left: 2%;
    right: 2%;
    top: 60px;
    bottom: 25px;
    background-color: rgb(31, 27, 27);
    position: absolute;
    /*overflow-y:auto;*/
}

.wraper-content {
    height: 100%; /*size of container */
    background-attachment: fixed;
    overflow-y: auto;
}

.contentBlackBackground {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 920px;
    padding: 20px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 1em;
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #CCC;
}

.map_infoPanel {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    color: black;
}

.map_infoPanel table {
    margin: 0 0 5px;
    color: #777;
    font-size: 0.95em;
    float: left;
}

.map_infoPanel td, th {
    text-align: left;
    padding-left: 4px;
}

.map_infoPanel img {
    padding-top: 5px;
    padding-right: 5px;
    float: left;
    height: 40px;
}

.map-video_popup {
    width: 448px;
    height: 282px;
    border-radius: 12px;
}

.map-photo_popup img {
    width: 448px;
    height: 282px;
    border-radius: 12px;
}

.map-photo_popup h4 {
    position: absolute;
    top: 215px;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.map-popup {
    width: 301px;
    height: 200px;
    padding: 13px 19px;
}

.map-popup .right {
    float: left;
    position: absolute;
    padding-left: 202px;
}

.map-popup .right table {
    padding-left: 10px;
}

.map-popup .right h3 {
    padding-left: 10px;
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 0;
}

.map-popup .bottom {
    position: absolute;
    top: 180px;
    margin-right: 15px;
    border-top: solid 1px #ccc;
    overflow-y: auto;
    height: 105px;
    width: 410px;
    margin-top: 2px;
}

.map-popup .bottom p {
    margin-top: 5px;
}

.map-popup .img-popup {
    margin-top: 7px;
    float: left;
    border: 1px solid #ccc;
    width: 200px;
    height: auto;
}

.popup_arrow_left {
    font-size: 100px;
    position: absolute;
    margin-top: 35px;
    color: rgba(0, 0, 0, 0.3);
    left: -40px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.popup_arrow_left:hover {
    color: #F38630;
}

.popup_arrow_right {
    font-size: 100px;
    position: absolute;
    margin-top: 35px;
    color: rgba(0, 0, 0, 0.3);
    right: -40px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.popup_arrow_right:hover {
    color: #F38630;
}

/*Page_impressum*/
.imp_left {
    float: left;
    padding-left: 2%;
    width: 350px;
    display: block;
}

.imp_right {
    padding-left: 2%;
    float: left;
    width: 460px;
}

/*end of Page_impressum*/

/*Page_About*/
.about_list-element {
    height: 320px;
    display: block;
}

.about_left {
    float: left;
    padding-left: 2%;
    width: 350px;
}

.about_left img {
    border: 1px solid #ccc;
}

.about_right {
    padding-left: 2%;
}

/*end of Page_About*/

/*Page_statistic*/
.statistic_diagram h3 {
    padding-left: 5px;
}

.statistic_diagram .legend {
    padding-top: 250px;
    float: left;
    bottom: 0;

}

.statistic_diagram .legend li {
    list-style-type: none;

}

.statistic_diagram .diagram {
    float: left;
}

.statistic_diagram {
    margin-left: 40px;
    margin-right: 40px;
    background-color: rgba(0, 0, 0, 0.1);

}

/*end of Page_statistic*/

/*Page_guestbook*/
.guestbookContent {
    display: block;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    width: 720px;
}

/*end of Page_guestbook*/

/*Page_Contact*/

.contact_left {
    float: left;
    padding-left: 2%;
    width: 350px;
}

.contact_right {
    padding-left: 2%;
    float: left;
    width: 460px;
}

#mail-error {
    color: red;
}

.msg_success {
    text-align: center;
    margin-top: 150px;
    margin-bottom: 150px;
}

/*end of Page_Contact*/

/*Page_Links*/
#links li {
    list-style-type: none;
    width: 800px;
    border: solid 2px #ccc;
    background-color: rgba(0, 0, 0, 0.4);
    padding-bottom: 20px;
    margin-bottom: 10px; /*next content spacing*/
}

#links a {
    text-decoration: none;
    color: rgb(204, 204, 204);
}

#links li:hover {
    border: solid 2px #F38630;
    background-color: rgba(0, 0, 0, 0.3);
    color: #F38630;
}

#links li img {
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-right: 5px;
    width: 200px;
    float: left;
    border: solid 1px black;
}

#links li p {
    float: left;
}

#links .middle {
    padding-left: 2%;
    float: left;
}

/*end of Page_Links*/

/*Page_photo*/
.photo-top {
    padding-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 165px;
}

.photo-top ul {
    list-style-type: none;
    font-size: 1.3em;
    color: #CCC;
    line-height: 1.8em;
    display: inline;
    float: left;
    margin: 0;
    padding-left: 0;
    left: 0;
    padding-bottom: 15px
}

.photo-top ul li {
    display: inline;
    float: left;
}

.photo-top ul li img {
}

.photo-top ul a:hover {
    background-color: #AAA;
}

.photo-top ul a.active_photo {
    background-color: #FFA500;

}

.photo-top ul a {
    padding-left: 6px;
    padding-right: 6px;
    margin-left: 9px;
    margin-right: 9px;
    border-radius: 0.3em;
    background: none;
}

.photo-bottom {
    top: 55px;
    bottom: 25px;
    left: 2%;
    right: 2%;
    position: absolute;
    /*border:solid 1px #CCC;*/
}

/*Page_film*/
.videoContent {
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    width: 720px;
    border: solid 1px #ccc;
}

.videoDescription {
    margin-left: auto;
    margin-right: auto;
    width: 720px;
    margin-top: 30px;
}

.button-wraper {
    padding-top: 8px;
    margin-left: auto;
    margin-right: auto;
    width: 290px;
}

/*end of Page_film*/

/*Page_film*/
.sponsor-list-container {
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    width: 720px;
}

.sponsor-hl {
    font-size: 18px;
    line-height: 10px;
}

.sponsor-p {
    letter-spacing: 0;
    margin-top: 0;
}

.sponsor-img-right {
    padding: 5px 10px 5px 15px;
    float: right;
    height: 150px;
    width: 300px;
}

.sponsor-img-left {
    padding: 5px 10px 5px 15px;
    float: left;
    height: 150px;
    width: 300px;
}

/*end of Page_film*/

/*end of main*/

/*footer*/
footer {
    background-color: rgb(31, 27, 27);
    color: white;
    bottom: 0;
    left: 2.5%;
    right: 2.5%;
    text-align: left;
    position: absolute;
    height: 25px;
}

.copyright {
    margin: 6px;
    color: rgb(204, 204, 204);
    font-family: Georgia, "Times New Roman", Times, serif;
    letter-spacing: 1px;
    font-size: 10px;
    text-transform: uppercase;
    right: 0;
    bottom: 1px;
    position: absolute;
}

.copyright a {
    color: rgb(204, 204, 204);
    font-family: Georgia, "Times New Roman", Times, serif;
    letter-spacing: 1px;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
}

.copyright a:hover {
    color: #F38630;
}

.copyright .fb-icon {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url(../images/facebook_bw.png);
}

.copyright .fb-icon:hover {
    background-image: url(../images/facebook.png);
}

/*end of footer*/

/*start of Error*/

.error {
    text-align: center;
    color: #F38630;
    margin-top: 20%;
    font-size: 38pt;
}
