/*
Theme Name: RAL
Author: Alexander Smolianitski | K12
Author URI: http://alexsmo.li
Description: RALpress
Version: 1.0
*/

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/32000b");

  
@font-face {font-family: 'DINNextLTPro-Medium';src: url('fonts/32000B_0_0.eot');src: url('fonts/32000B_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/32000B_0_0.woff2') format('woff2'),url('fonts/32000B_0_0.woff') format('woff'),url('fonts/32000B_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'DINNextLTPro-LightCondensed';src: url('fonts/32000B_1_0.eot');src: url('fonts/32000B_1_0.eot?#iefix') format('embedded-opentype'),url('fonts/32000B_1_0.woff2') format('woff2'),url('fonts/32000B_1_0.woff') format('woff'),url('fonts/32000B_1_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'DINNextLTPro-Condensed';src: url('fonts/32000B_2_0.eot');src: url('fonts/32000B_2_0.eot?#iefix') format('embedded-opentype'),url('fonts/32000B_2_0.woff2') format('woff2'),url('fonts/32000B_2_0.woff') format('woff'),url('fonts/32000B_2_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'FFDINWebProBold';src: url('fonts/32000B_3_0.eot');src: url('fonts/32000B_3_0.eot?#iefix') format('embedded-opentype'),url('fonts/32000B_3_0.woff2') format('woff2'),url('fonts/32000B_3_0.woff') format('woff'),url('fonts/32000B_3_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'FFDINWebProMedium';src: url('fonts/32000B_4_0.eot');src: url('fonts/32000B_4_0.eot?#iefix') format('embedded-opentype'),url('fonts/32000B_4_0.woff2') format('woff2'),url('fonts/32000B_4_0.woff') format('woff'),url('fonts/32000B_4_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'FFDINWebPro';src: url('fonts/32000B_5_0.eot');src: url('fonts/32000B_5_0.eot?#iefix') format('embedded-opentype'),url('fonts/32000B_5_0.woff2') format('woff2'),url('fonts/32000B_5_0.woff') format('woff'),url('fonts/32000B_5_0.ttf') format('truetype');}
 
@font-face {
  font-family: "ral-icons";
  src:url("fonts/ral-icons.eot");
  src:url("fonts/ral-icons.eot?#iefix") format("embedded-opentype"),
    url("fonts/ral-icons.woff") format("woff"),
    url("fonts/ral-icons.ttf") format("truetype"),
    url("fonts/ral-icons.svg#ral-icons") format("svg");
  font-weight: normal;
  font-style: normal;

}

.ral-logo {
	width:180px;
}

/*Typo*/

body {
	font-family: 'DINNextLTPro-Medium', sans-serif;
	background: #f3f1f1;
	-webkit-font-smoothing: antialiased !important;
}

strong, b {
	font-family: 'FFDINWebProMedium', sans-serif;
	font-weight: normal;
}

p {
	padding-bottom: 20px;
}

h1 {
	font-size: 35px;
	font-family: 'DINNextLTPro-Condensed', sans-serif;
	text-transform: uppercase;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 25px;
	font-family: 'DINNextLTPro-Condensed', sans-serif;
	text-transform: uppercase;
	color: #fe5000;	
	padding-bottom: 15px;
	margin-top: 20px;
	margin-bottom: 10px;
}


h4 {
	color: #fe5000;
	font-size: 20px;
	font-family: 'DINNextLTPro-Condensed', sans-serif;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 10px;
}

.aktuelles-content h2 a,
.kachel h2 a{
	font-family: 'DINNextLTPro-Condensed', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #2f2e2c;
}

.kachel h2 a {
	font-size: 25px;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
}

.aktuelles-content p,
.textwidget {
	font-family: 'FFDINWebPro', sans-serif;
	color: #666666;
	line-height: 20px;
}

.footer-container .textwidget {
	font-family: 'FFDINWebPro', sans-serif;
	color: #e7e7e7;
	line-height: 20px;	
}



h3.post-title {
	color: #2f2e2c;	
	
}

p a,
.additional-container a,
.gz-gg a {
	font-size: 11pt;
	font-family: 'DINNextLTPro-Condensed', sans-serif;
	text-transform: uppercase;
	color: #f35000;	
}

ul {
	padding-left: 15px;
}

li {
	padding-bottom: 15px;
}

h4.footer {
	font-family: 'DINNextLTPro-LightCondensed';
	color: white;
	text-transform: uppercase;
	font-size: 19px;
	margin-top: 0;
}

.additional-container {
	margin-bottom: 50px;
}

ul#menu-footer-ueber-uns.menu li:first-child a,
ul#menu-footer-themen.menu li:first-child a,
ul#menu-footer-presse.menu li:first-child a,
ul#menu-footer-ueber-uns-en.menu li:first-child a,
ul#menu-footer-themen-en.menu li:first-child a,
ul#menu-footer-presse-en.menu li:first-child a,
.kontakt-footer-titel {
	font-family: 'DINNextLTPro-LightCondensed';
	color: white;
	text-transform: uppercase;
	font-size: 19px;
	padding-top: 50px;
}

ul#menu-footer-presse.menu,
ul#menu-footer-themen.menu,
ul#menu-footer-ueber-uns.menu,
ul#menu-footer-presse-en.menu,
ul#menu-footer-themen-en.menu,
ul#menu-footer-ueber-uns-en.menu {
	list-style: none;
	padding: 0;
}
 

ul#menu-footer-presse.menu a, 
ul#menu-footer-themen.menu a,
ul#menu-footer-ueber-uns.menu a,
ul#menu-footer-presse-en.menu a, 
ul#menu-footer-themen-en.menu a,
ul#menu-footer-ueber-uns-en.menu a  {
	color: #e7e7e7;
	font-family: 'FFDINWebPro', sans-serif;
}

ul#menu-footer-presse.menu a:hover, 
ul#menu-footer-themen.menu a:hover,
ul#menu-footer-ueber-uns.menu a:hover ,
ul#menu-footer-presse-en.menu a:hover, 
ul#menu-footer-themen-en.menu a:hover,
ul#menu-footer-ueber-uns-en.menu a:hover {
	text-transform: none;
}

.menu-footer-presse-container ul li {
	padding-bottom: 10px;
	line-height: 17px;
}
.aktuelles-kategorie {
	font-size: 12px;
	font-family: 'FFDINWebProMedium', sans-serif;
	text-transform: uppercase;
	background: #fe5000;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 3px;
	padding-right: 10px;
	margin-left: -15px;
	color: white;
	}
	
a.aktuelles-link{
	font-family: 'DINNextLTPro-Condensed', sans-serif;
	text-transform: uppercase;
	color: #fe5000;
	text-decoration: underline;
	font-size: 16px;
}

.aktuelles-datum {
	display: block;
	position: absolute;
	bottom: 15px;
	color: #999999;
	font-family: 'FFDINWebPro', sans-serif;
}

.aktuelles-datum-pm {
	color: #666;
	margin-bottom: 20px;
	display: none;
}

.category-pressemitteilungen .aktuelles-datum-pm {
	color: #666;
	margin-bottom: 20px;
	display: block;
}

.pm-kontakt {
	padding-top: 50px;
	display: none;	
}

.category-pressemitteilungen .pm-kontakt{
	display: block !important;
}

.pm-abbinder-container {
	padding-top: 30px;
	padding-bottom: 30px;
	display: none;
}

.category-pressemitteilungen .pm-abbinder-container{
	display: block;
}


a:hover{
	font-family: 'DINNextLTPro-Condensed', sans-serif;
	text-transform: uppercase;
	color: #418fee;
	text-decoration: underline;
}

.ral-icon {
	font-family: 'ral-icons', sans-serif;
}

.ral-icon.footer a{
	color: white;
}

.ral-icon.footer a:hover{
	text-transform: none;
	font-family: 'ral-icons', sans-serif;

}

.logoheader {
	text-align: right;
	margin-bottom: -15px
}
.logofont {
	font-size: 120px; 
	color: #fe5000;
}

a:hover.logolink,
a:focus.logolink{
	text-decoration: none;
	outline: none;
}


/*Hintergrundfarben*/

.weiss {
	background: #ffffff !important;
}
	
.hellgrau {
	background: #f3f1f1 !important;
}

.dunkelgrau {
	background: #2f2e2c !important;
	margin-top: 60px;
	padding-top: 60px;
	padding-bottom: 60px;
	color: white;
}

.sondergrau {
	background: #dcdcdc !important;
}

.grau {
	background: #e7e7e7 !important;
}

.schwarz {
	background: #2f2e2c !important; 
}

.orange {
	background: #fe5000 !important;
}

.orange:hover {
	background: #418fee !important;
}
	
/*Meta-Navi*/

.menu-meta-navi-container,
.menu-meta-navi-en-container {
	display: block;
}

.menu-meta-navi-container ul,
.menu-meta-navi-en-container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu-meta-navi-container li,
.menu-meta-navi-en-container li {
	float: right;
}

.menu-meta-navi-container li a,
.menu-meta-navi-en-container li a {
	display: block;
	text-align: center;
	padding: 0px 16px;
	text-decoration: none;
	font-family: 'DINNextLTPro-LightCondensed';
	color: #2f2e2c;
	text-transform: uppercase;
	font-size: 19px;
	border-right: 1px solid #2f2e2c;
	line-height: 19px
}

.menu-meta-navi-container li:first-child a,
.menu-meta-navi-en-container li:first-child a {
	border-right: none;
}

.menu-meta-navi-container li a:hover,
.menu-meta-navi-en-container li a:hover {
	font-family: 'DINNextLTPro-LightCondensed';
	font-weight: normal;
	color: #ff3000;
}	


/* Haupt Navi Container */


a.reste {
	text-transform: uppercase;
	font-size: 20pt;
	font-family: 'DINNextLTPro-Condensed', sans-serif;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #2f2e2c;
}

a.reste:hover {
	text-decoration: none;
	color: #f35000;
}

.nav-container {
	padding: 30px 0px 30px 0px;
}

.mega-sub-menu ul.menu {
	list-style: none;
	padding-left: 0px;
	padding-top: 10px;
}

.mega-sub-menu ul.menu li a{
	color: #e7e7e7;
	font-size: 20pt;
	font-family: 'DINNextLTPro-Condensed', sans-serif;
	text-transform: uppercase;
	text-decoration: underline;
	padding-top: 5px;
	padding-bottom: 10px;
	display: block;
	line-height: 25pt;
}


.mega-sub-menu .menu ul{
	list-style-image: url("img/navi_bullet.gif");
	/*
	padding-left: 0px;
	list-style-position: inside;
	*/
	
}

.mega-current-page-ancestor a,
.mega-current-menu-item a{
	color: #fe5000 !important;
}

li.mega-menu-item-type-widget a {
	color: white !important;
}

.menu-item-type-post_type,
.menu-item-type-custom {
	padding-bottom: 10px;
	line-height: 17px;
}

a.mega-menu-link{
	color: #e7e7e7;
	font-size: 20pt !important;
	font-family: 'DINNextLTPro-Condensed', sans-serif;
	text-transform:none;
	text-decoration: none;
	line-height: 15pt !important;
	padding-top: 20px !important;

}

.mega-sub-menu .menu ul li a {
	font-size: 15pt;
	line-height: 15pt;
	text-decoration: none;
}

.mega-sub-menu .menu ul li a:hover,
.mega-sub-menu ul.menu li a:hover {
	color: #418eee;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li:first-child.mega-menu-item > a.mega-menu-link {
	padding-left: 0px !important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
	font-family: 'DINNextLTPro-Condensed', sans-serif !important; 
	padding-left:20px !important;
	padding-right: 20px !important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item-has-children > a.mega-menu-link:after {
	display: none !important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
	border-radius: 0px !important;
}

ul.mega-sub-menu li .sub-menu li {
	padding-bottom: 0px;
}

.navigation{
	padding-top: 10px;
	}

.navigation .container {
	height: 45px;
}

.close-menu {
	position: absolute;
	margin-left: -30px;
	margin-top: 5px;
	font-size: 30px;
	
}

.collapse.in {
	z-index: 600;
	position: absolute;
	background: #2f2e2c;	
	width: 100%;
	opacity: 0.95;

}

.collapse.in .container,
.collapsing .container {
-webkit-box-shadow: 0px 24px 19px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 24px 19px 0px rgba(0,0,0,0.75);
box-shadow: 0px 24px 19px 0px rgba(0,0,0,0.75);
}	

.collapsing {
	z-index: 600;
	position: absolute;
	background: #2f2e2c;	
	width: 100%;
	opacity: 0.95;
	transition: height 1.0s;


}
/*Bilder */

.schatten-orange {
	-webkit-box-shadow: 30px 30px 0px -4px rgba(254,80,0,1);
	-moz-box-shadow: 30px 30px 0px -4px rgba(254,80,0,1);
	box-shadow: 30px 30px 0px -4px rgba(254,80,0,1);
}


.container .slider-container {
	height: 530px;
}

/*Abstände*/

.abstand20 {
	padding-top: 20px;
	}
	
.abstand40 {
	padding-top: 40px;
	}
	
	
.abstand50 {
	padding-top: 50px;
	}

.abstand80 {
	padding-top: 80px;
	}
		

.abstand100 {
	padding-top: 150px;
	}
	
.padding0 {
	padding: 0px !important;
}

.padding5 {
	padding: 5px !important;
}

.padding20 {
	padding: 20px 0px 0px 0px;
}

/*Slider*/

ol.carousel-indicators{
	top: 480px;
	}


.slider {
	max-height: 530px;
	padding: 0px;
}


.item {
	max-height: 530px;
	overflow: visible;
	background-size: cover;
}
.slider-content {
	width: 100%;
	background-size: cover;
	background-position: center center;
	}
	
.slider-teaser {
	background: #ffffff;
	margin-top: 100px;
	margin-bottom: 20px;
	height: 470px;
	-webkit-box-shadow: 0px 0px 13px 7px rgba(102,102,102,0.20);
	-moz-box-shadow: 0px 0px 13px 7px rgba(102,102,102,0.20);
	box-shadow: 0px 0px 13px 7px rgba(102,102,102,0.20);
	}

.slider-teaser-text {
	font-family: 'FFDINWebPro';
	font-size: 12pt;
	color: #666666;
}

/*
.slider-teaser-text p {
	padding-bottom: 60px;
}
*/

.slider-rechts {
	background-image: url('img/Button_next.jpg') ; 
	height: 50px; 
	width: 50px; 
	position: absolute; 
	right:0; 
	display: inline-block; 
	margin-right: -50px;
}
.slider-footer {
/*	 text-align: center; */
/* 	 position: absolute; */
/* 	 bottom: 20px; */
	padding-bottom: 20px;
}

.slider-c2a,
.c2a-orange,
.c2a-blau  {
	display: inline-block;
}

.slider-container h1 a,
.slider-container h1 a:hover {
	color: #2f2e2c;
	text-decoration: none;
}

a .slider-c2a {
	font-size: 20px;
	background: #418fee;
	padding: 5px 30px;
	text-transform: uppercase;
	color: #e7e7e7;
	font-family: 'DINNextLTPro-Condensed', sans-serif;
}

a:hover .slider-c2a {
	background: #fe5000;
	padding: 5px 30px;
	text-transform: uppercase;
	color: #e7e7e7;
	font-family: 'DINNextLTPro-Condensed', sans-serif;
	text-decoration: none;
}

.carousel-indicators {
	position: absolute;
	z-index: 15;
	margin-bottom: 150px;
	text-align: center;
	list-style: none;
}

.carousel-indicators li {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0px;
	text-indent: 0;
	cursor: pointer;
	border: 0px;
	border-radius: 0;
	left: 0px;
	line-height:22px;
}

.carousel-indicators .active {
	width: 20px;
	height: 20px;
	margin: 0;
	background-color: #f35000 !important;
}

a .c2a-orange {
	font-size: 20px;
	background: #fe5000;
	padding: 5px 30px;
	text-transform: uppercase;
	color: #e7e7e7;
	font-family: 'DINNextLTPro-Condensed', sans-serif;
	text-align: center

}

a:hover .c2a-orange {
	background: #418fee;
	padding: 5px 30px;
	text-transform: uppercase;
	color: #e7e7e7;
	font-family: 'DINNextLTPro-Condensed', sans-serif;
	text-decoration: none;
}

a .c2a-blau {
	font-size: 20px;
	background: #418fee;
	padding: 5px 30px;
	text-transform: uppercase;
	color: #e7e7e7;
	font-family: 'DINNextLTPro-Condensed', sans-serif;
	text-align: center

}

a:hover .c2a-blau {
	background: #fe5000;
	padding: 5px 30px;
	text-transform: uppercase;
	color: #e7e7e7;
	font-family: 'DINNextLTPro-Condensed', sans-serif;
	text-decoration: none;
}

.weitere-infos {
	position: absolute;
	bottom: 40px;
	color: white;
}



.menu-haupt-navi-container ul,
.menu-mitglieder-navi-container ul,
.menu-haupt-navi-en-container ul {
	text-transform: uppercase;
	font-size: 20pt;
	font-family: 'DINNextLTPro-Condensed', sans-serif;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu-haupt-navi-container li,
.menu-mitglieder-navi-container li,
.menu-haupt-navi-en-container li {
	float: left;
}

.menu-haupt-navi-container li a,
.menu-mitglieder-navi-container li a,
.menu-haupt-navi-en-container li a {
	display: block;
	text-align: center;
	padding: 0px 16px;
	text-decoration: none;
	color: 	#2f2e2c;

}

.mega-menu-horizontal li:first-child a.mega-menu-link{
	padding-left: 0px !important;
}

.menu-haupt-navi-container li a:hover {
	color: 	#fe5000;
}

/*Video-Widget*/

.video-container {
	background: #e7e7e7;
	max-height: 630px;
	overflow: visible;
	}

/*Statement-Widget*/

.statement-container {
	background: #f3f1f1;
	min-height: 600px;
	}
	
.statement-bild {
	margin-left: -40px;
	margin-right: 40px;	
}

/*Weitere Inhalte */

.weitere-inhalte-container {
	background: #e7e7e7;
	min-height: 600px;
	padding-bottom: 70px;
	}
	
		
/*Aktuelles-Widget*/
.aktuelles-container {
	background: #e7e7e7;
	padding-bottom: 100px;
	}

.aktuelles-content {
	background: #ffffff;
	padding-top: 25px;
	height: 350px;
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 0px 13px 7px rgba(102,102,102,0.20);
	-moz-box-shadow: 0px 0px 13px 7px rgba(102,102,102,0.20);
	box-shadow: 0px 0px 13px 7px rgba(102,102,102,0.20);	
	}

.aktuelle-meldungen-container .aktuelle-meldung:nth-child(even)   {
 padding: 20px 0px 0px 25px;
 color: red !important
} 


.aktuelle-meldungen-container .aktuelle-meldung:nth-child(odd)  {
padding: 20px 25px 0px 0px;
}

.aktuelles-links {
	padding: 20px 25px 0px 0px;
}

.aktuelles-links .col-md-12 {
		background: #fe5000;

}
.aktuelles-rechts {
	padding: 20px 0px 0px 25px;
}

.aktuelles-rechts.hidden-xs {
	margin-top: -20px;
}

.aktuelles-filter-container,
.aktuelles-filter-en-container {
	padding-top: 32px;
}

.aktuelles-filter-titel, {
	font-family: 'FFDINWebPro', sans-serif;
	font-weight: normal;
	font-size: 16px;
}

.menu-aktuelles-filter-container,
.menu-aktuelles-filter-en-container {
	padding-top: 32px;
}

.menu-aktuelles-filter-container ul,
.menu-aktuelles-filter-en-container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu-aktuelles-filter-container li,
.menu-aktuelles-filter-en-container li {
	float: left;
}

.menu-aktuelles-filter-container li a,
.menu-aktuelles-filter-en-container li a {
	display: block;
	text-align: center;
	padding: 0px 16px;
	text-decoration: none;
	font-family: 'DINNextLTPro-LightCondensed';
	color: #2f2e2c;
	text-transform: uppercase;
	font-size: 19px;
	border-right: 1px solid #2f2e2c;
	line-height: 19px
}

.menu-aktuelles-filter-container li:last-child a,
.menu-aktuelles-filter-en-container li:last-child a {
	border-right: none;
}

.menu-aktuelles-filter-container li a:hover,
.menu-aktuelles-filter-en-container li a:hover {
	font-family: 'DINNextLTPro-LightCondensed';
	font-weight: normal;
	color: #ff3000;
}

.cal-icon {
	font-size: 15px;
	line-height:23px !important;
	vertical-align: bottom;
	padding-right: 5px;
}

/*Footer-Widget*/

.footer-container {
	background: #2f2e2c;
	min-height: 600px;
	color: white;
	}

/* Content-Seite */

.wp-post-image {
	display: block;
	max-width: 100%;
	height: auto;	
}

.content-page {
	margin-top: 450px;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 13px 7px rgba(102,102,102,0.20);
	-moz-box-shadow: 0px 0px 13px 7px rgba(102,102,102,0.20);
	box-shadow: 0px 0px 13px 7px rgba(102,102,102,0.20);
}

.content-page-image {
	background-size: 100% !important;
	background-repeat: no-repeat !important;
	margin-bottom: 50px;
	min-height: 600px;
}

.post-content,
.additional-container,
.gz-beschreibung,
.meldung,
.publikation-container-text span,
p {
	font-family: 'FFDINWebPro', sans-serif;
	font-weight: normal;
	font-size: 15px;	
}

.post-content ul li a {
	font-family: 'DINNextLTPro-Condensed', sans-serif;
	text-transform: uppercase;
	color: #fe5000;
}

.post-content ul li a:hover {
	color: #418fee;
}

.post-content ul li {
	padding-bottom: 5px;
}

span > ul > li > ul > li {
	padding-bottom: 5px !important;
}


.weitere-inhalte-container .col-md-3 .kachel,
.archiv-container .col-md-3 .kachel{
	background: white;
	min-height: 500px;
}

.kachel h2 {
	padding: 0px 15px;
	line-height: 22pt;	
}

.kachel span {
	padding: 0px 15px;
	display: block;
}

.kachel a {

	font-family: 'DINNextLTPro-Condensed', sans-serif;
	text-transform: uppercase;
	color: #fe5000;
}
.kachel:hover {
	-webkit-box-shadow: 0px 0px 13px 7px rgba(102,102,102,0.20);
	-moz-box-shadow: 0px 0px 13px 7px rgba(102,102,102,0.20);
	box-shadow: 0px 0px 13px 7px rgba(102,102,102,0.20);		
}

img.additional_img {
	-webkit-box-shadow: 0px 0px 13px 7px rgba(102,102,102,0.20);
	-moz-box-shadow: 0px 0px 13px 7px rgba(102,102,102,0.20);
	box-shadow: 0px 0px 13px 7px rgba(102,102,102,0.20);	
}



/* Publikation Container */
	
.publikation-container {
	margin-top: 50px;
	min-height: 530px;	
}

.publikation-container-img {
	background-image: url('img/publikation_bg.jpg');
	background-size: 100%;
	height: 370px;
}

.publikation-container-teaser {
	height: 370px;
	width: 90%;
	float: left;
	display: inline-block;
}

.publikation-container-buttons {
	width: 10%;
	display: inline-block;
}

.publikation-container-text {
	padding: 15px;
}

.publikation-container-button-link {
	display: block;
	background: #dcdcdc;
	text-align: center;
	height: 47px;
	/* padding-top: 13px; */
	font-size: 25px;
	line-height: 52px;
	color: white;
}

a:hover.publikation-container-button-link{
	background: #418fee;
	color: white;
	text-transform: none;
	text-decoration: none;

}

.publikation-cover-container {
	margin-top: 90px;
	-webkit-box-shadow: 0px 0px 13px 7px rgba(102,102,102,0.20);
	-moz-box-shadow: 0px 0px 13px 7px rgba(102,102,102,0.20);
	box-shadow: 0px 0px 13px 7px rgba(102,102,102,0.20);	
	padding: 30px 0px;
}

.publikation-cover-container img {
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 13px 7px rgba(102,102,102,0.20);
	-moz-box-shadow: 0px 0px 13px 7px rgba(102,102,102,0.20);
	box-shadow: 0px 0px 13px 7px rgba(102,102,102,0.20);	
	height: 280px;
}

.meldung-img-fallback {
	background-size: cover !important;
	height: 140px;
	background-position: center;
	background: url('img/meldung_bg.jpg');
}

.meldung-img {
	background-size: cover !important;
	height: 140px;
	background-position: center;	
	margin-top: -140px;
}



/* Archiv */

.archiv-container {
	margin-bottom: 50px;
}

/* Presse-Bereich */

.page-template-presselogin label {
	font-family: 'FFDINWebProBold', sans-serif;
	font-weight: normal;
}

.bild-informationen {
	padding: 0px 15px;
}

.page-template-presse-fotocenter .kachel h2{
	font-size: 18pt;
}

/*Wordpress editor styles start*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	text-align: left;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 15px 0px;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

/* Post-Seite */

.puffer-post {
	height: 100px;
}

.content-single {
	padding-top: 50px;
}

.content-single-img img {
	width: 100%;
	margin-top: -50px;
	-webkit-box-shadow: 0px 0px 13px 7px rgba(102,102,102,0.20);
	-moz-box-shadow: 0px 0px 13px 7px rgba(102,102,102,0.20);
	box-shadow: 0px 0px 13px 7px rgba(102,102,102,0.20);
}


/* Login */

#loginform label{
	display: block;
}

#loginform p {
	padding: 0px;
	color: #666;
	font-family: 'FFDINWebPro';
	font-size: 15px;
}

#loginform .button-primary {
	border: none;
	font-size: 20px;
	background: #418fee;
	padding: 5px 30px;
	text-transform: uppercase;
	color: #e7e7e7;
	font-family: 'DINNextLTPro-Condensed', sans-serif;
}

#loginform .button-primary:hover {
	border: none;
	font-size: 20px;
	background: #fe5000;
	padding: 5px 30px;
	text-transform: uppercase;
	color: #e7e7e7;
	font-family: 'DINNextLTPro-Condensed', sans-serif;
}

label a {
	text-transform: uppercase;
	font-family: 'DINNextLTPro-Condensed', sans-serif;
	color: #fe5000;
}

/* Darstellung & Sichtbarkeit */


.verstecken {display: none;}
.darstellen {display: inline;}

.category-pressemitteilungen .beitraege {
	display: none;
}

/* Historie */

.ctl-timeline-date
 {
	font-family: 'DINNextLTPro-Condensed', sans-serif !important;	
}

.cool-timeline.white-timeline .timeline-post .timeline-meta .meta-details {
	font-family: 'DINNextLTPro-Condensed', sans-serif !important;
	font-size: 20pt !important;
}

.timeline-content h2 {
	font-family: 'DINNextLTPro-Condensed', sans-serif !important;	
	font-size: 20pt !important;
}

.section-bullets-right li.active span {
	font-weight: normal !important;
	color: #fe5000 !important;
	font-family: 'FFDINWebProBold';
}

.section-bullets-right li a:hover {
	font-weight: normal !important;
	color: #418fee !important;
	font-family: 'FFDINWebProBold';	
}

.section-bullets-right li a {
	font-weight: normal !important;
	color: #2f2e2c !important;
	font-family: 'FFDINWebProBold';	
}

/* Formulare */

.frm_style_formidable-style.with_frm_style input[type=text] {
	border-radius: 0px;
}

input[type=submit],
button {
	border-radius: 0px;
	color: white;
	background: #fe5000;
	border: none;
	padding: 10px 20px;
}

input[type=submit]:hover,
button:hover {
	background: #418eee;
	color: white;
	border: none;
}

.log_forms {
	width: 50%;
	border: none;
	padding: 0px;
}

input:focus{
	outline: none;
}

/* Weitere Inhalte Ausblenden */

.page-bildnachweis .weitere-inhalte-container,
.page-impressum .weitere-inhalte-container,
.page-datenschutz .weitere-inhalte-container{
	display: none;
}

/* Dropdown Navi */

ul#mega-menu-main_menu.mega-menu.mega-menu-horizontal,
ul#mega-menu-mitgliederbereich_menu.mega-menu.mega-menu-horizontal {
	z-index: 999;
}


/* Listen Style */

ul ul li {
	padding-bottom: 5px;
	padding-top: 5px;
}

@media(max-width:1440px) {

.slider {
	width: 100%;
}	

}


@media(max-width:1430px) {
	.content-page-image {
	min-height: auto;
	margin-bottom: 0px;
}

.content-page {
	margin-top: 150px;
}

.logofont {
	font-size: 100px;
}

}

@media(max-width:1350px) {
	.slider-container .col-md-3 {
		width: 35% !important;
	}

	.slider-teaser h1 {
		font-size: 25pt;
		padding-top: 15px;
	}
	
	.aktuelles-content {
		height: 420px !important;
	}
	
	.menu-aktuelles-filter-container,
	.aktuelles-filter-container {
		padding-top: 0px !important;
	}
	
	.aktuelles-filter-titel {
		display: none;
	}
	
	ul#menu-aktuelles-filter li:first-child a{
		padding-left: 0px !important;
	}
	
	a.mega-menu-link{
	font-size: 16pt !important;
	}
	
	#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
	font-family: 'DINNextLTPro-Condensed', sans-serif !important; 
	padding-left: 15px !important;
	padding-right: 15px !important;
}

}

@media(max-width:989px) {
.post-header {
	padding-top: 15px;
}

/*
.slider-teaser h1 {
	margin-bottom: 70px;
}
*/
	.aktuelles-content {
		margin-top: 0px; 
		}

	.menu-meta-navi-container li a {
		font-size: 18px;
	}
	
	#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	a.mega-menu-link{
	font-size: 15pt !important;
	}
	
	.trennbalken {
		height: 55px !important;
	}

	.mitgliederbereich-button {
		display: inline-block !important;
	}

}

/* Publikationen-Seite */

.publikation-vignette {
	position: absolute;
	right: 0;
	background: #fe5000;
	padding: 10px 20px;
	margin-right: -94px;
	font-family: 'DINNextLTPro-Condensed';
	font-size: 25px;
	color: white;
}

.kachel-publikation {
	background: white;
	width: 80%;
	display: inline-block;
	transition: box-shadow 0.3s ease-in-out;
}

.kachel-publikation h2 {
	padding: 0px 15px;
}

.kachel-publikation h2 a:hover {
	text-decoration: none;
}

.kachel-publikation span {
	padding: 0px 15px;
	display: block;
}

.kachel-publikation a {

	font-family: 'DINNextLTPro-Condensed', sans-serif;
	text-transform: uppercase;
	color: #2f2e2c;
}
.kachel-publikation:hover,
.publikation-container-buttons .kachel-publikation:hover {
	-webkit-box-shadow: 0px 0px 13px 7px rgba(102,102,102,0.20);
	-moz-box-shadow: 0px 0px 13px 7px rgba(102,102,102,0.20);
	box-shadow: 0px 0px 13px 7px rgba(102,102,102,0.20);		
}

.einzeldarstellung-publikation {
	margin-bottom: 30px;
}

.einzeldarstellung-publikation .meldung-img {
	height: 180px;
}

.einzeldarstellung-publikation .publikation-container-buttons {
	position: absolute;
	width: 15%;
}

.content-single-cover img {
	width: 100%;
	-webkit-box-shadow: 0px 0px 13px 7px rgba(102,102,102,0.20);
	-moz-box-shadow: 0px 0px 13px 7px rgba(102,102,102,0.20);
	box-shadow: 0px 0px 13px 7px rgba(102,102,102,0.20);
}

.publikation-detail-container {
	padding-top: 50px;
	padding-bottom: 50px;
}

.publikation-detail-container .content-single {
	padding-top: 0px;
}

a.publikation-pdf-button{
	background: #fe5000;
	text-align: center;
	height: 47px;
	padding: 10px 15px;
	font-family: 'DINNextLTPro-Condensed', sans-serif;
	text-transform: uppercase;	
	font-size: 20px;
	line-height: 52px;
	color: white;
}

a:hover.publikation-pdf-button{
	background: #418fee;
	color: white;
	text-decoration: none;

}

a.publikation-mehr{
	background: #fe5000;
	text-align: center;
	height: 47px;
	padding: 10px 15px;
	font-family: 'DINNextLTPro-Condensed', sans-serif;
	text-transform: uppercase;	
	font-size: 20px;
	line-height: 52px;
	color: white;
}

a:hover.publikation-mehr{
	background: #418fee;
	color: white;
	text-decoration: none;

}

.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total input,
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total textarea {
    color: #555555;
    background-color: transparent;
    border: none;
    display: inline;
    width: 500px !important;
}

div.issuuembed.issuu-isrendered {
	width: 100% !important;
	height: 600px !important;
}

.publikation-container-startseite {
	margin-bottom: 50px;
}

.publikation-container-text a:hover {
	text-decoration: none;
}

.publikation-ral-guetezeichen-uebersicht .weitere-inhalte-container {
	display: none;
}



@media(max-width:768px) {
	.slider-teaser-text{
		display: none !important;
	}

	.aktuelles-content {
		margin-top: 0px;
		height: 390px !important;
	}
	
	.ral-logo {
		width: 140px;
}	
	.logofont {
		font-size: 90px;
	}
	
	ul#menu-aktuelles-filter li:first-child a{
		padding-left: 15px !important;
	}
	
	.trennbalken {
		height: 55px !important;
	}	
	
	.aktuelles-links,
.aktuelles-rechts {
	padding: 0px;
}

}
	
@media(max-width:500px) {


.aktuelles-container .abstand50 {
	padding-top: 0px;
}
.slider-container .col-md-3 {
		width: 100% !important;
	}
	
a .slider-c2a {
	display: none;
}

.container .slider-container {
	padding-left: 0px;
	padding-right: 0px;
}

	
ol.carousel-indicators{
	top: initial;
	}
	
	
.puffer-post {
	display: none;
}	
.wp-caption img{
	width: 100% !important;
	height: 100% !important;
}
.wp-caption {
	width: 100% !important;	
	}
.logoheader {
	margin-bottom: 15px;
}

.logofont {
	font-size: 60px;
}

.abstand100 {
	padding-top: 0px;
}

.video-container {
	padding: 50px 0px;
}

.statement-container {
	padding-bottom: 50px;
}

.statement-bild {
	margin: -15px;
	padding: 30px 0px 0px 0px;
}

.statement-text {
	padding-top: 15px !important;
}

.schatten-orange {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.menu-aktuelles-filter-container ul {
	margin: -15px;
}

.aktuelles-filter-container {
	padding-top: 0px;
}

.aktuelles-links,
.aktuelles-rechts {
	padding: 0px;
}

.aktuelles-content {
	margin-top: 0px;
	height: auto;
}

.aktuelles-datum {
	position: relative;
	bottom: 0px;
	padding: 10px 0px 10px 0px;
}

.slider-teaser {
	margin-top: 120px;
	height: 160px !important;
	box-shadow: none;
}

.carousel-indicators {
	margin-bottom: -5px;
	padding-bottom: 15px;
}

.slider-teaser h1 {
	padding-top: 15px;
	font-size: 25pt;
}

.slider-container {
	height: auto !important;
}

ul#mega-menu-main_menu.mega-menu.mega-menu-horizontal {
	padding-bottom: 20px !important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li:first-child.mega-menu-item > a.mega-menu-link {
	padding-left: 20px !important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
	color: white !important;
}

.footer-container .padding0 {
	padding: 15px !important;
}

.item {
	background-size: 100%;
	background-repeat: no-repeat;
}

a.mega-menu-link {
	margin-bottom: 15px !important;
}
}

@media(max-width:320px) {
	.ral-akademie-icon {
		display: none;
	}
}