body, .htmlarea-content-body {
    line-height: 1.45;
    background-color: #EFEAE6;
}


body, .htmlarea-content-body {
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

p{
	margin: 0 0 24px 0;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 36px;
}
.frame-type-accordion{
	margin-bottom: 60px;
}
.panel-group .panel + .panel {
    margin-top: 0px;
}
.panel-heading *{
  display: inline-block;
}
.panel-heading {
    padding: 2px 0px;
}
.accordion-header {
    font-weight: 300;
}

.panel-heading span.caret-down{
  margin-left: 20px;
  font-size: 0.7 !important;
  color: #ccc;
}
.panel-default > .panel-heading, .panel-body {
    background-color: transparent;
    border-color: transparent;
    color: #333;
    border: none;
    box-shadow: none;
}
.plakat, .plakat-overlay {
    background-repeat: no-repeat;
    float: left;
    height: 800px;
    width: 80px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
#plakat-wrapper {
	display: block;
}
#plakat-wrapper #plakat {
	margin: 0 250px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: calc(100% - 500px);
    overflow: hidden;
    height: 800px;
}

#plakat-wrapper:hover #plakat {
	margin: 0 40px;
	width: calc(100% - 80px);
}	

.plakat:hover {
    width: 500px;
    background-position: 0 0 !important;
}

@media (min-width: 1280px){
	.nav {
		float: right;
	}
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
    text-decoration: none;
}

.navbar-top .container{
	border-bottom: 1px solid #aaa
}

.navbar-main > li > .navbar-text, .navbar-main > li > a {
    line-height: 140px;
    padding: 0 13px;
}

.nav > li.active > a{
    font-weight: 400;
    color: #000;
}

.navbar-main > li > a .bar {
    height: 0;
}

.dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-size: 0.9em;
    font-weight: 300;
    line-height: 1.5;
    white-space: nowrap;
}

.dropdown-menu {
	max-height: 700px;
	overflow-y: scroll;
	background-color: #f7f3ef;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #f7f3ef;
    border-color: #888;
}

.dropdown-header {
	font-weight: bold;
}
.breadcrumb, .breadcrumb-section {
	background-color: transparent;
}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-left: 0px;
    margin-right: 0px;
}

#language_menu {
    position: relative;
    right: 0px;
    top: 58px;
    width: 150px;
}

#language_menu li {
	float: left;
	margin-right: 10px;
	float: right;
}
#language_menu li.active  {
	font-weight: bold;
}

.navbar-toggle .icon-bar {
    background: #444 none repeat scroll 0 0;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}

#c2751.frame, #c2759 .frame {
	padding: 0;
}

.navbar-header-main .navbar-brand.navbar-brand-image {
    margin-left: -60px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.accordion-edition {
 	margin-left: 5px;
}

.accordion-year{
	margin-right: 20px;
}

.panel-default {
    border-color: transparent;
    background-color: transparent;
}
.panel {
    background-color: transparent;
    box-shadow:none;
}

#submenu {
	margin-left: -10px;
	margin-top: 20px;
}
.submenu ul li {
    float: left;
    font-size: 0.85em;
    list-style: inside none none;
    margin: 0;
    padding-right: 10px;
}

.submenu ul li:first-child {
    list-style: none;
    margin: 0;
}

.submenu ul li.active a, .submenu ul li a:hover {
	text-decoration: underline;
	font-weight: 400;
}	

@media (max-width: 767px) {
    #language_menu {
	    top: -10px;
	}
}


.table-responsive td{
	vertical-align: top;
	padding: 10px 30px 0px 0;
}

.table-responsive tr td:first-child{
	padding-top: 14px;
}

.table-responsive tr td:nth-child(2) {
    text-transform: uppercase;
    font-size: 1.2em;
}


.pageArrow {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .2s;
  padding: 12px;
  font-size: 0;
}

.pageArrow span{
	font-size: 20px !important;
	padding: 0 10px;
}

.pageArrow:after {
  font-family: fontAwesome;
  position: absolute;
  background-color: #f36761;
  padding: 20px;
  top: 0;
  transform: translateZ(1px);
}

.prev {
  left: -20px;
  padding: 20px 75px 20px 20px;
}

.prev:after {
  content: "\f053";
  right: 0;
}

.prev:hover {
  left: 0;
}

.next {
  right: -20px;
  padding: 20px 20px 20px 75px;
}

.next:after {
  content: "\f054";
  left: 0;
}

.next:hover {
  right: 0;
}


.lead {
    line-height: 1.4;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
}

.frame {
    padding-bottom: 0;
    padding-top: 0;
}

.media audio{
	width: 50px;
	display: block;
	margin: 0 0 40px 0;
}

.frame-type-external_media {
	padding-bottom: 40px;
}

.frame-type-html b{
	font-weight: 300;
}

.footer-section {
    background: #aaa none repeat scroll 0 0;
    color: #fff !important;
/*    padding-top: 2em;
    padding-bottom: 2em;*/
}

.footer-section a {
  color: #fff !important;
}

.cover {
    cursor: pointer;
    height: 30px;
    margin: 20px 0;
    position: relative;
    width: 20px;
}
.cover:hover{
	opacity: 0.8;
}
.icon{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	display:block;
}

.speaker{
	width:0; 
	height:0;
	background:none;
	border-top:1em solid transparent;
	border-bottom:1em solid transparent; 
	border-right:1em solid red;
	
}
.speaker::before {
    background: red none repeat scroll 0 0;
    border-radius: 0px 0.4em 0.4em 0px;
    content: "";
    height: 0.8em;
    left: 0;
    position: absolute;
    top: -0.4em;
    width: 0.8em;
}

.one, .two, .three {
  display: none;
  opacity: 0;
}
.speaker.pump .one{
display: block;
content: "";
position: absolute;
border-right: 3px solid red;
width: 2px;
height: 1.8em;
left: 1.2em;
top: -0.9em;
}

.speaker.pump .two{
display: block;
content: "";
position: absolute;
border-right: 3px solid red;
width: 2px;
height: 1.4em;
left: 1.6em;
top: -0.7em;

}

.speaker.pump .three{
display: block;
content: "";
position: absolute;
border-right: 3px solid red;
width: 2px;
height: 1em;
left: 2em;
top: -0.5em;
}
.speaker.pump .one{
    /*animation*/
  -webkit-animation: 1s 0s infinite ;
     -moz-animation:one 1s 0s infinite ;
      -ms-animation:one 1s 0s infinite ;
       -o-animation:one 1s 0s infinite ;
          animation:one 1s 0s infinite ;

}

.speaker.pump .two{
    /*animation*/
  -webkit-animation: 1s 0.3s infinite ;
     -moz-animation:one 1s 0.3s infinite ;
      -ms-animation:one 1s 0.3s infinite ;
       -o-animation:one 1s 0.3s infinite ;
          animation:one 1s 0.3s infinite ;

}

.speaker.pump .three{
    /*animation*/
  -webkit-animation: 1s 0.6s infinite ;
     -moz-animation:one 1s 0.6s infinite ;
      -ms-animation:one 1s 0.6s infinite ;
       -o-animation:one 1s 0.6s infinite ;
          animation:one 1s 0.6s infinite ;

}

@-webkit-keyframes one {
    from{
		opacity: 0;
	}
    to{
     opacity: 1;
    }
}
@-moz-keyframes one {
    from{
    opacity: 0;
  }
    to{
     opacity: 1;
    }
}
@-ms-keyframes one {
    from{
    opacity: 0;
  }
    to{
     opacity: 1;
    }
}
@-o-keyframes one {
    from{
    opacity: 0;
  }
    to{
     opacity: 1;
    }
}
@keyframes one {
	0%{
    opacity: 0;
	}

  50% {
    opacity: 1;
  }
 
  100%{
      	opacity: 0;
    }
}


figure > img, figure a > img {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 100%;
}

b, strong {
    font-weight: 500;
}

label {
  font-weight: normal;
}

textarea {
  min-height: 200px;
}


.form-control {
    background-color: rgba(256,256,256,0.5);
    border: none;
}

.dropdown-submenu {
  display: none;
}

.dropdown-submenu.open  {
  display: block;
}


#submenu .dropdown-backdrop {
  display: none;
}


.dropdown-submenu li{
  float: none !important;
}