/*****************
BASICS
*****************/
body {
/*    background: url(../images/bg-body.jpg) no-repeat center bottom fixed;*/
    font-family: Arial, Helvetica, sans-serif;
    background: #999999;
}

#backgroundimage {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}

a, a:focus {
    outline: none;
    outline-style: none;
}

#headerprint {
    display: none;
}

/*****************
LAYOUT
*****************/
#page {
    width: 988px;
    margin: 16px auto 0 auto;
    overflow: hidden;
}

#pagehead {
    overflow: hidden;
    height: 104px;
    background: transparent url(../images/bg-pagehead.png) no-repeat left top;
    padding: 14px 14px 0 14px;
    position: relative;
}

#pagebody {
    background: transparent url(../images/bg-pagebody.png) repeat-y left top;
    overflow: hidden;
    padding: 0 14px 30px 24px;
    position: relative;
}

#pagefoot {
    background: transparent url(../images/bg-pagefoot.png) no-repeat left top;
    height: 36px;
    margin-bottom: 50px;
    padding: 0 14px 14px 276px;
    position: relative;
}

#pagefoot a {
    color: #999999;
    text-decoration: none;
    position: absolute;
    display: block;
    right: 17px;
    top: 20px;
    font-size: 10px;
}

#pagefoot a:hover {
    color: #002A8F;
}

#slogan {
    position: absolute;
    right: 23px;
    top: 57px;
    font-family: 'Nunito', sans-serif;
    font-size: 42px;
}


#headerimage {
    margin-left: 1px;
    height: 285px;
    width: 949px;
    overflow: hidden;
    background: #ffffff;
}

#headerimages img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

#columnleft {
    overflow: hidden;
    width: 230px;
    float: left;
}

/*****************
MENU
*****************/

ul.menu {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.menu a {
    text-decoration: none;
}

#headermenu {
    background: url(../images/bg-headermenu.png) repeat-x left top;
    height: 31px;
    overflow: hidden;
    margin: 1px 0 0 1px;
}

#headermenu ul {
    height: 31px;
}

#headermenu li {
    display: block;
    float: left;
    margin: 0 10px;
}

#headermenu a {
    display: block;
    height: 31px;
    line-height: 30px;
    padding: 0 10px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

#headermenu a:hover,
#headermenu a.active {
    background: url(../images/bg-headermenu-active.png) no-repeat center bottom;
}

#headermenuline {
    height: 3px;
    background: #CF142B;
}

#languagemenu {
    position: absolute;
    right: 23px;
    top: 18px;
}

#languagemenu ul li {
    float: left;
    font-size: 14px;
    color: #002A8E;
    margin-left: 3px;
}

#languagemenu a {
    text-decoration: none;
    color: #002A8E;
}

#languagemenu a:hover {
    text-decoration: underline;
}

#languagemenu a.active {
    font-weight: bold;
}

.hauptmenu {
    overflow: hidden;
    margin-top: 11px;
}

.hauptmenu ul {
    margin-top: 10px;    
    background: url(../images/bg-menuleft-body.png) repeat-y left top;
}

.hauptmenu.submenu ul {
    background: url(../images/bg-submenu-body.png) repeat-y left top;
}

.hauptmenu.projekte ul {
    background: url(../images/bg-projektmenu-body.png) repeat-y left top;
    color: white;
}

.hauptmenu li.level2 a {
    padding-left: 30px;
}

.hauptmenu .menutop {
    height: 10px;
    background: url(../images/bg-menuleft-top.png) no-repeat center top;
}

.hauptmenu .menubottom {
    height: 10px;
    background: url(../images/bg-menuleft-bottom.png) no-repeat center bottom;
}

.hauptmenu.submenu .menutop {
    background: url(../images/bg-submenu-top.png) no-repeat center top;
}

.hauptmenu.submenu .menubottom {
    background: url(../images/bg-submenu-bottom.png) no-repeat center bottom;
}

.hauptmenu.projekte .menutop {
    background: url(../images/bg-projektmenu-top.png) no-repeat center top;
}

.hauptmenu.projekte .menubottom {
    background: url(../images/bg-projektmenu-bottom.png) no-repeat center bottom;
}

.hauptmenu li.title {
    padding-left: 15px;
    padding-bottom: 7px;
    border-bottom: 1px solid white;
    margin-bottom: 5px;
}

.hauptmenu a {
    display: block;
    height: 20px;
    line-height: 20px;
    padding-left: 15px;
    color: black;
    font-size: 13px;
}

.hauptmenu.projekte a {
    color: white;
}

.hauptmenu a.active {
    background: url(../images/bg-menuleft-active.png) no-repeat left center;
}

.hauptmenu li.current a,
.hauptmenu a:hover {
    background: url(../images/bg-menuleft-current.png) no-repeat left center;
}
#addressblock
{
	box-sizing: border-box;	
	margin-top:40px;
	padding: 0 15px;
	width:100%;
	clear:both!important;
	display:block;
	min-height:200px;
	
}
#addressblock .address {
	box-sizing: border-box;
    margin: 30px 0 0 0;
	padding: 0 0px;
    line-height: 130%;
	float:left;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 33%;
	height: 160px;
}

#addressblock .legal {
    font-size: 11px;
	
	font-family: Arial, Helvetica, sans-serif;
}

/*****************
CONTENT
*****************/

#content {
    overflow: hidden;
    color: black;
    font-size: 13px;
    min-height: 350px;
    line-height: 160%;
    padding: 8px 22px 0 22px;
}

#content a,
#addressblock .legal a,
#addressblock .address a{
    text-decoration: none;
    color: #002A8F;
    font-size: 13px;
}

#content a:hover,
#addressblock .legal a:hover,
#addressblock .address a:hover {
    color: #CF142B;
}

p {
    margin:0 0 10px 0;
}

h1 {
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
}
h2 {
    font-weight: normal;
    font-size: 19px;
    margin-bottom:5px;
    text-transform: none;
}
h3 {
    font-weight: normal;
    font-size: 16px;
    text-transform: none;
}

ul {
    list-style: url(../images/liststyle.png);
}

/* Projekte */
.reference {
    overflow: hidden;
    clear: both;
    margin: 10px 0 10px 0;
    position: relative;
    
    border-radius: 8px; 
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px;
}

.reference ul {
    padding-left: 13px;
    list-style: disc;
}

.reference a {
    overflow: hidden;
    display: block;
    background-color: #DDE8FF;    
    text-decoration: none;
    padding: 10px;
    color: black!important;
}

.reference a:hover {
    background-color: #002A8F;
    color: white!important;
}

.reference .image {
    float: left;
    width: 150px;
    height: 104px;
}

.reference .image img {
    display:block;
    /*border: none!important;*/
    border: 2px solid white;
    
    border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
}

.reference .text {
    overflow: hidden;
    margin-bottom: 15px;
}

.reference .text h2 {
    font-size: 16px;
    font-weight:bold;
    margin-top:0!important;
}
.reference .text li {
    font-size: 12px;
}

.reference .status {
    font-family: 'Fredericka the Great', Arial, cursive;
    font-size: 19px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

#referencedetail table {
    border-spacing: 0;
}

#referencedetail table td {
    padding-bottom: 5px;
}

#referencedetail table p {
    margin: 0;
    padding: 0;
}

#referencedetail h2 {
    margin-bottom: 5px;
}

#referencedetail .list {
    overflow: hidden;
}
#referencedetail a.hidden{
    display:none;
}

#referencedetail .video
{
    float:left;
}

#referencedetail .video iframe {
    margin-bottom: 15px;
}

#referencedetail .factscontainer {
    float: right;
    width:250px;
    overflow: hidden;
    margin-left: 5px;

}

#referencedetail .facts
{
    float:right;
    width:230px;
    background-color:#DDE8FF;
    padding:10px;
    margin-bottom:15px;
    border-radius: 8px; 
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px;
}
#referencedetail .facts p
{
    margin:0 0 5px 0;
    font-size:12px;
    line-height:140%;
}

#referencedetail .status
{
    position:relative;
    float:right;
    width:250px;
    min-height:100px;
    overflow:hidden;
    background-color:transparent;
    text-align:right;
    clear:right;
    margin-top: 0px;
}
#referencedetail .status p
{
    float:left;
    width:150px;
    font-size:14px;
    margin-top:40px;
    font-weight: bold;
}
#referencedetail .facts span
{
    font-family: 'Fredericka the Great', Arial, cursive;
    font-size: 17px;
    text-align:center;
    font-weight:normal;
    color: #000000;
    display:block;
    margin-top:20px;
}
#referencedetail .status .flower
{
    position:relative;
    float:right;
    width:100px;
    height:100px;
    background-color:transparent;
    text-align:right;
    clear:right;
}
#referencedetail .status .flower span
{
    position:absolute;
    left:0;
    top: 0;
    width:100px;
    text-align:center;
    line-height:100px;
    font-size:15px;
    font-weight:bold;
    color: #ffffff;
}
#referencedetail .status a.helfen
{
    display: inline-block;
    position:relative;
    background-color: green!important;
    height:20px;
    clear:both;
    padding:5px 10px;
    color:#ffffff;
    font-size:14px;
    border-radius: 6px; 
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px;    
}
#referencedetail .status a.helfen:hover{
    background-color:#002A8F!important;
}
table.sponsoren
{
    width:100%;
}
table.sponsoren th{
    vertical-align: middle;
    padding: 10px 0;
    width:180px;
    text-align:left;
}
table.sponsoren td{
    vertical-align: middle;
    padding: 10px 20px 0 0;
    text-align:left;
}
table.sponsoren td p{
    margin:0;
}
.backlink {
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}

.backlink:hover {
    text-decoration: underline;
}

#headerimage {
    position: relative;
}

#headerimage img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

table.botschafter td
{
    vertical-align:top;
    padding-right:10px;
}

/*************
* Startpage
*************/

#referencesstartpage {
    width: 621px;
    overflow: hidden;
    margin-top: 30px;
    float: left;
}

.categorybox {
    overflow: hidden;
    float: left;
    width: 180px;
    margin-right: 27px;
    margin-bottom: 22px;
}

.categorybox .photocontainer {
    width: 180px;
    height: 180px;
    position: relative;
}

.categorybox .photos {
    height: 180px;
    width: 180px;
    overflow: hidden;
    position: relative;
}

.categorybox .photos img {
    position: absolute;
    top: 0;
    left: 0;
}

.categorybox .photosoverlay {
    background: transparent url(../images/photooverlay.png) no-repeat top left;
    width: 180px;
    height: 180px;
    position: absolute;
    top: 0;
    left: 0;
}

.categorybox a:hover .photosoverlay {
    background-position: -190px 0;
}

.categorybox a {
    display: block;
    overflow: hidden;
}

.categorybox .title h2 {
    font-size: 16px;
    margin: 0;
    text-align: center;
    margin-top: 5px;
}

#newsbox {
    float: right;
    width: 285px;
    margin-top: 30px;
    /*margin-right: 30px;*/
}

#newsbox .head {
    background: transparent url(../images/newsbox-head.png) no-repeat top left;
    height: 10px;
}

#newsbox .foot {
    background: transparent url(../images/newsbox-foot.png) no-repeat top left;
    height: 10px;
}

#newsbox .content {
    overflow: auto;
    height: 388px;
    background: #E1EAFF;
    padding: 0 10px;
}

.socialmedia {
    float: left;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#newsbox h2 {
    margin-top: 0;
}



.socialmedia a {
    display: block;
    overflow: hidden;
    width: 31px;
    height: 32px;
    margin-top: 5px;
}

.socialmedia img {
    display: block!important;
    top: auto!important;
    left: auto!important;
}

.fb-like {
    margin-bottom: 15px;
}

.years15 {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

#columnleft .years15 {
	margin-bottom: 0;
	margin-top: 10px;
}

.eventinfo {
	background: transparent url(../images/bluestar.png) no-repeat top left;
	width: 100%;
	height: 130px;
	margin: 30px 0;
}

.eventinfo p {
	font-size: 20px;
	margin-left: 160px;
	padding-top: 30px;
}