* {
    margin: 0;
    padding: 0;
}

header,
nav,
menu,
section,
small,
footer {
    display: block;
}

body {
    font-family: 'proxima_novaregular';
    color: #787878;
    font-size: 16px;
    line-height: 1.5;
}

a {
   color: #0a4c8f;
   text-decoration: none;
   font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

ul li,
menu li {
    list-style-type: none;
}

ul li {
    background: url(../images/li-bg.png) no-repeat 0 10px;
    padding-left: 20px;
    margin-left: 20px;
}

p {
    padding-bottom: 30px;
}

.main {
    width: 980px;
    margin: 0 auto;
}

.row {
    width: 100%;
    padding: 45px 0;
    display: inline-block;
}

.row.grey {
    background: #f5f5f5;
}

.left {
    float: left;
}

.right {
    float: right;
}

div.left,
div.right {
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 30px;
}

a.fancybox {
    display: block;
    width: 100%;
    text-align: center;
}

.fancybox{
    maxWidth: 900px
    }

.pdf-btn {
    background: url(../images/pdf-btn.png) no-repeat;
    width: 310px;
    height: 65px;
    display: inline-block;
}

.pdf-btn:hover {
    background: url(../images/pdf-btn.png) no-repeat 0 100%;
}


.stop-btn {
    background: url(../images/stop-btn.png) no-repeat;
    width: 310px;
    height: 65px;
    display: inline-block;
    line-height: 60px;
    
}

.stop-btn:hover {
    background: url(../images/stop-btn.png) no-repeat 0 100%;
    
}

.stop-btn a:hover {
    text-decoration: none;
    cursor: text;
}



/*-----------h group--------------*/

h1 {
    font-family: 'proxima_novalight';
    color: #0a4c8f;
    font-size: 48px;
    line-height: 1;
    padding-bottom: 30px;
}

h2 {
    font-family: 'proxima_novalight';
    color: #0a4c8f;
    font-size: 36px;
    line-height: 1;
    padding-bottom: 30px;
}

h3 {
    font-family: 'proxima_novalight';
    color: #0a4c8f;
    font-size: 20px;
    line-height: 1;
    padding-bottom: 30px;
}

h4 {
    font-family: 'proxima_novalight';
    color: #0a4c8f;
    font-size: 16px;
    line-height: 1;
    padding-bottom: 30px;
}


/*----------header------------*/

header {
    height: 90px;
    padding-top: 35px;
}

header nav ul li {
    float: left;
    line-height: 55px;
    background: none;
    padding-left: 0;
    margin-left: 0;
    position: relative;    
}

header nav ul li:hover .submenu{
    display: block;
}

header nav ul li.active a{
    color:#fff;
    text-decoration: none;
    background: #204b87;
    
}

header nav ul li:hover a{
    color:#fff;
    text-decoration: none;
    background: #204b87;
    
}

header nav ul li.drop {
    /*background: #204b87;
    border-radius: 10px;*/
    /*border:1px solid red;*/
    height: 77px;
}

header nav ul li.drop:hover a{
    color:#fff;
    text-decoration: none;
}


header nav ul li a {
    padding: 20px;
    color: #bababa;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'proxima_novasemibold';
    border-radius: 10px;
    behavior: url(js/PIE.htc);
    position: relative;
}

header nav ul li span {
    width: 1px;
    height: 55px;
    background: #f1f0f0;
    display: inline-block;
}


header nav ul li .submenu{
    display: none;
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    padding: 10px 25px 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #204b87;
    border-radius: 10px;
    behavior: url(js/PIE.htc);
    top: 77px;
    z-index: 55;
}

header nav ul li .submenu h4{
    padding-top: 20px;
    padding-bottom: 15px;
}

header nav ul li .submenu h4,
header nav ul li .submenu p{
    color:#fff;
}

header nav ul li .submenu p{
    font-size: 14px;    
    padding-left: 15px;
    padding-bottom: 0px;
    line-height: 28px;
    background: url(../images/submenu-arrow.png) no-repeat scroll 0 50%;
}

header nav ul li .submenu p a{
    font-size: 14px;
    text-transform: inherit;
    padding: 0;
    font-family: 'proxima_novaregular';
    font-weight: normal;
}

header nav ul li .submenu p a:hover{
    text-decoration: underline;
}

header nav ul li .submenu .arrow-up{
    background: url(../images/arrow-up.png) no-repeat;
    width: 22px;
    height: 10px;
    left: 50%;
    margin-left: -11px;
    top: -7px;
    position: absolute;
}



/*------------content------------------*/
.main-gegen {
    font-size: 22px;
    font-weight: bold;
}

.main-head {
    background: #d3eefa;
    color: #0a4c8f;
    font-style: italic;
    text-align: center;
    font-size: 18px;
}

.main-head p {
    padding-bottom: 0;
}

.main-head small {
    font-size: 14px;
    font-family: 'proxima_novasemibold';
    padding-top: 35px;
}


.row.row-bigger-text {
    padding-bottom: 10px;
    font-size: 20px;
}


.row.border-main .main {
   position: relative;
}

.row.border-main .main:before {
    content: "";
    border-top: 1px solid #f0f0f0;
    width: 100%;
    position: absolute;
    top: -45px;
    left: 0;
}


.row.row-pdf  {
    padding: 15px 0;
}

.row.row-pdf.impressum {
	margin-bottom: 150px;
}

.row.row-pdf .left,
.row.row-pdf .right {
    text-align: center;
    padding-top: 25px;
    padding-right: 0;
}

.row.row-pdf .left {
    border-right: 1px solid #e7e7e7;
}


.row.peconliche h1,
.row.border-main h1 {
    padding-bottom: 45px;
}

.row.border-main h2 {
    padding-bottom: 30px;
}

.row.peconliche .right {
    color: #0a4c8f;
    font-style: italic;
}

.row.peconliche .right img {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.row ul {
    margin-bottom: 30px;
}

.row ul li {
    line-height: 2;
}

.row .text {
    float: left;
}

.row .text + ul {
    float: left;
    margin-left: 70px;
}

p.title {
    text-transform: uppercase;
    font-style: italic;
    color: #0A4C8F;
    font-weight: bold;
}

.quote {
    width: 100%;
    padding: 40px 0 25px;
    display: inline-block;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    font-size: 18px;
}

.border-left {
    border-left: 3px solid #1c488a;
    padding-left: 40px;
}

.quote .author {
    padding-bottom: 10px;
    font-size: 14px;
}

.quote + p.title {
    margin-top: 30px;
}

.description {
    padding: 12px 45px;
    background: #ebebeb;
    color: #0a4c8f;
    font-size: 14px;
    display: inline-block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    behavior: url(js/PIE.htc);
}

.description2 {
    padding: 12px 45px;
    background: #ebebeb;
    color: #0a4c8f;
    font-size: 24px;
    display: inline-block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    behavior: url(js/PIE.htc);
}

.zitat {
    padding: 12px 45px;
    background: #ebebeb;
    color: #0a4c8f;
    font-size: 18px;
    display: inline-block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    behavior: url(js/PIE.htc);
}

.zitatred {
    padding: 12px 45px;
    background: #de4b39;
    color: #0a4c8f;
    font-size: 18px;
    display: inline-block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    behavior: url(js/PIE.htc);
}

.row.references ol {
    margin-left: 25px;
}

.row.references ol li a {
    font-style: italic;
}

.row.references ol li {
    border-bottom: 1px solid #f2f2f2;
    line-height: 2;
    position: relative;
}

.row.references ol li:before {
    content: "";
    width: 30px;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    bottom: -1px;
    left: -25px;
    
}

.row.references ol li:last-child {
    border-bottom: none;
}
.row.references ol li:last-child:before {
    display: none;
}


.chart-block {
    text-align: center;
    margin-bottom: 30px;
}



.new-item {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    padding: 40px 0;
}

.new-item:last-child {
    border:none;
}

.new-item p.title {    
    font-style: normal;
    font-size: 20px;
}
.new-item p.title a{
    border-bottom: 2px solid #bfcada;
    text-decoration: none;
    text-transform: none;
}


.new-item-left {
    width: 150px;
    float: left;    
}

.new-item-left .date {
    border:2px solid #e6e6e6;
    border-radius: 8px;
    background: #fff;
    padding: 40px 20px;
    color:#1c488a;
    font-size: 24px;
    text-align: center;
    line-height: 35px;
    font-family: 'proxima_novalight';
    behavior: url(js/PIE.htc);
}

.new-item-left .date .year{
    font-family: 'proxima_novasemibold';
}

.new-item-left .anons{
    font-size: 16px;
    font-style: italic;
    color:#144082;
    text-align: center;
    padding: 0 20px;
    margin-top: 15px;
}

.new-item-right {
    float: right;
    width: 780px;
}

.new-item-right .left.img-here,
.new-item-right .right.img-here{
    width: 33%
}


.new-item-right .left,
.new-item-right .right{
    width: 65%
}

/*---------------social block--------------*/


/*.social-block.normal {
    width: 143px;
    border: 2px solid #e6e6e6;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    behavior: url(js/PIE.htc);
    background: #f5f5f5;
    position: fixed;
    top: 15%;
    margin-left: 950px;
    right: 0%;
}

.social-block.normal .social-box {
    height: 147px;
    width: 143px;
    text-align: center;
    border-bottom: 2px solid #e6e6e6;
}

.social-block.normal .social-box > div {
    width: 143px;
    height: 147px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.social-block.normal .social-box > div strong {
    display: block;
}

.social-block.normal .social-box a span {
    display: block;
    font-size: 14px;
}

.social-block.normal .social-box a:hover span {
    text-decoration: underline;
}

.social-block.normal .social-box.google a span {
    color: #de4b39;
}
.social-block.normal .social-box.fb a span {
    color: #3b5998;
}

.social-block.normal .social-box.tw a span {
    color: #29b2e4;
}

.social-block.normal .social-box.pdf a span {
    color: #1c488a;
}
*/



.social-block.tablet {
    display: block;
    padding: 0 40px;
    border: 4px solid #29B2E4;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #f5f5f5;
    max-width: 700px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 10px;
    left: 50%;
    margin-left: -345px;
	height: 147px;
}


.social-block.tablet .social-box {
    height: 139px;
    float:left;
    width: 143px;
    text-align: center;
    border-left: 2px solid #e6e6e6;
}


.social-block.tablet .social-box:last-child {    
    border-right: 2px solid #e6e6e6;
}

.social-block.tablet .social-box > div {
    width: 143px;
    height: 139px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.social-block.tablet .social-box > div strong {
    display: block;
}

.social-block.tablet .social-box a span {
    display: block;
    font-size: 14px;
}

.social-block.tablet .social-box a:hover span {
    text-decoration: underline;
}

.social-block.tablet .social-box.google a span {
    color: #de4b39;
}
.social-block.tablet .social-box.fb a span {
    color: #3b5998;
}

.social-block.tablet .social-box.tw a span {
    color: #29b2e4;
}

.social-block.tablet .social-box.pdf a span {
    color: #1c488a;
}


.social-block.tablet .social-box.arrow_box {
	position: relative;
	background: #3B5998;
	border-left: none;
	border: 4px solid #29B2E4;
	color: #fff;
	border-radius: 10px;
	width: 223px;
	margin-left: -78px;
	left:-100px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	font-size: 25px;
	margin-top: -4px;
	height: 147px;
}

.social-block.tablet .social-box.arrow_box > div a {
color: #fff;
}

.social-block.tablet .social-box.arrow_box > div {
	width: 223px;
	}

.arrow_box:after, .arrow_box:before {
	left: 99.8%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(59, 89, 152, 0);
	border-left-color: #3B5998;
	border-width: 67px;
	margin-top: -67px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #29B2E4;
	border-width: 73px;
	margin-top: -73px;
}


/*-------------footer--------------------*/

footer {
    font-size: 14px;
    text-transform: uppercase;
    height: 128px;
    background: #f5f5f5;
    color: #787878;
    line-height: 128px;
    margin-bottom: 150px;
}

footer menu li {
    float: left;
}

footer a {
    color: #787878;
}

footer menu li span {
    padding: 0 20px;
}

footer .create-block {
    float: right;
}


a#move_up { 
   position: fixed; 
   bottom: 10px;
   right: 200px;
   display: none;
   width: 70px; 
   height: 50px;     
   color: #2b587a; 
   background: url(../images/to-top.png) no-repeat;    
}

.ui-dialog-titlebar-close {
  visibility: hidden;
}

/*
 * javascript alert replacement v2.0
 *
 * (c) 2009 Naden Badalgogtapeh - http://www.naden.de/blog/javascript-alert
 *
 */
div.alert {
  font-family: Arial;
  border: 1px solid #919191;
  background-color: #f2f2f2;
  padding: 10px;
  display: none;
  position: absolute;
  display: block;
}
div.alert div.title {
  font-family: Arial;
  font-weight: bold;
  background-color: #FF3F00;
  color: #fff;
  padding: 2px;
  text-align: center;
}
div.alert div.body {
  padding: 5px 0;
  font-family: Arial;
  text-align: justify;
  color: #5c5c5c;
}
div.alert div.button-left {
  float: left;
  padding-left: 100px;
  text-align: center;
}
div.alert div.button-right {
  float: right;
  padding-right: 100px;
  text-align: center;
}
div.alert div.button-left a:link, 
div.alert div.button-left a:active, 
div.alert div.button-left a:visited {
  display: block;
  width: 60px;
  padding: 3px 10px 3px 10px;
  background-color: #FF3F00;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  border: 1px solid #f2f2f2;
}
div.alert div.button-left a:hover {
  border: 1px solid #333;
}
div.alert div.button-right a:link, 
div.alert div.button-right a:active, 
div.alert div.button-right a:visited {
  display: block;
  width: 60px;
  padding: 3px 10px 3px 10px;
  background-color: #FF3F00;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  border: 1px solid #f2f2f2;
}
div.alert div.button-right a:hover {
  border: 1px solid #333;
}
