body {
	font-family: "Raleway",sans-serif;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0;
}
.en-wysiwyg ul#menu-main-menu li::before
{
	content:none;
	margin:0;
}

.en-wysiwyg ul#menu-main-menu li {
   
	font-family: "Caslon Graphique",serif;
	font-weight: 400;
	font-size:1.35em;
	padding: 7px 0 0 0;
	border-bottom: 1px solid #e1e1e1;
}

#menu-main-menu {
	width:100%;
}

.en-format-link, .en-wysiwyg #menu-main-menu a:not(.en-button) {
    border:none;
}

@media screen and (min-width:52.5em) {
.en-header--bottom .en-header__inner {
    height: 3.25rem  !important;
}
}

.en-header {
    background-color: #000 !important;
	padding:5px 0;
}

.en-logo img {
    max-width: none;
    height: 100%;
}

.admin-bar {
	padding:0;
}

.admin-bar .en-header--bottom {
    top: 0;
}
.width-15 {
	width:15%;
}
.width-70 {
	width:70%;
}

.en-logo img {
	/*width:50%;*/
	height:29px;
	max-width:150px;
}

.en-logo {
	text-align:center;
}



.en-header .en-icon::before {
	font-size:1.8rem;
}

.page-id-2 .en-icon[data-en-icon="chevron-thin-left"], .page-id-2 .en-icon[data-en-icon="menu"] {
	display:none;	
}

.en-wysiwyg h1 {
	font-size:2em;
	text-shadow:none;
	line-height:0.90;
	margin-bottom:20px;
}

.en-wysiwyg h2 {
    font-size: 1.6em;
    text-shadow: none;
    line-height: 0.90;
    margin-bottom: 10px;
}

.en-wysiwyg h3 {
    font-size: 1.4em;
    text-shadow: none;
    line-height: 0.90;
    margin-bottom: 10px;
	letter-spacing:0;
}

.en-content img
{
	width:100%;
}

.rpc_teaser {
	margin-bottom:15px;
}

.rpc-banneimage {
	margin-top:15px;
}

.en-content {
	padding: 0 15px;
}

.video_container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.en-button--primary {
	font-size:100%;
	width:100%;
	display:block;
	margin-bottom:10px;
}

.rpc-list-entry {
	text-align:left;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom:10px;
	margin-bottom:20px;
}

.shown{
    visibility:visible;
    opacity: 1;
    -moz-transition: opacity 1s, visibility 0.5s;
    -webkit-transition: opacity 1s, visibility 0.5s;
    -o-transition: opacity 1s, visibility 0.5s;
    transition: opacity 1s, visibility 0.5s;
}

.hidden{
    visibility:hidden;
    opacity: 0;
    -moz-transition: opacity 1s, visibility 0.5s, height 0 1s;
    -webkit-transition: opacity 1s, visibility 0.5s, height 0 1s;
    -o-transition: opacity 1s, visibility 0.5s, height 0 1s;
    transition: opacity 1s, visibility 0.5s, height 0 1s;
	height: 0;
	margin:0;
	padding:0;
}

.en_checkbox_row {
    display: block;
    cursor: pointer;
    position: relative;
	border: 1px solid #e1e1e1;
	padding: 5px 7px 0 7px;
	border-bottom: none;
}

.en_checkbox_row:last-child {
	border-bottom: 1px solid #e1e1e1;
}

.en_checkbox_row > label {
    color: #34495E;
    padding: 0 0.25rem;
	vertical-align: super;
	display:inline-block;
	width:90%;
}

.en_checkbox_row > input {
    height: 25px;
    width: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
    background-color: #fff;
    cursor: pointer;
  }

.en_checkbox_row > input:checked {
    border: 1px solid #e1e1e1;
    background-color: #fff;
}

.en_checkbox_row > input:checked + label::before {
    content: '\2713';
    display: block;
    text-align: center;
    color: #000;
    position: absolute;
    left: 0.8rem;
    top: 0.4rem;
}

.en_checkbox_row > input:active {
    border: 2px solid #34495E;
}

.rpc-list-filter-box {
	margin-bottom:20px;
}

.rpc-list-items-box {
	margin-top:20px;
}

.rpc-banneimage .en-mdl-modal__image {
    padding-bottom: 100%;
}

.en-mdl-video {
	padding: 1.5em 0;
}

.rpc-description_short a {
	text-decoration:none;
	border: none !important;
}

.rpc-description_short a:hover, .rpc-title a:hover, #menu-main-menu a:hover, .morelink:hover{
	color:#000 !important;
}

.rpc-show-hide-text
{
	margin-bottom:10px;
	display:none;
}
.morecontent span {
  display: none;
}


.morecontent span.en-icon {
  display: block;
  width:100%;
  text-align:center;
}

.morecontent span.en-icon::before {
 font-size: 1rem;
}

.morelink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  color: #000; 
  border:none !important;
}

.morelink:after {
  content: '';
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-top: 6px;
  margin-left: 10px;

  
}

.rpc-contact-form label {
	display:block;
	width:100%;
	color:#bfbfbf;
	font-size:0.9em;
	margin-top:10px;
	margin-bottom:3px;
}

.rpc-contact-form .form-input {
	display:block;
	width:100%;
	border:1px solid #000;
	padding:8px 5px;
	
}

select.form-input {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAQAAABQ+cdNAAAAQ0lEQVQIW2NQmqb0Hw1OY1BiVtqLIrRXiYWBgUGJX+k2XOi2kgADBCipKH0AC31QUmVAACUnpT9A6MyACpQylbJgbABWSiM4oBDR2gAAAABJRU5ErkJggg==") right 14px center no-repeat #fff !important;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

select.disabled {
	background-color: #eae8e8 !important;
}

.rpc-contact-form textarea {
	height:120px;
}

#rpc-form-btn {
	margin-top:20px;
}

.has-error .form-input {
	border:1px solid red;
}

.error-msg
{
	font-style:italic;
	color:red;
	font-size:0.7em;
}

.rpc-contact-form .has-error .checkbox-label {
	color:red !important;
}

.rpc-contact-form .checkbox-label {
	display:inline;
	color: #000;
}

.speakers-programm {
	border-top:1px solid #e1e1e1;
	
}

section.en-griditem:first-child {
	padding-top:2.5em !important;	
}
section.en-griditem:not(:first-child)
{
	padding-top:0 !important;
}

section.en-griditem
{
	padding-bottom:0 !important;
}

.rpc-teaserimage a{
	border:none !important;
}

