/*
Theme Name: Basis Kinderbüro Theme | DIVI child theme
Version: 27092017
Description: Basis Theme für Kinderbüro Websites mit der Struktur der Uni Wien Website
Author:       Helmut heiland
Author URI:   http://togger.org
Template:     Divi
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/** Farbangaben für das Theme **/
/** 
Kinderbüro türkis: #009EE0

Links Kinderbüro Website: #0093be
borders + lines: #bdbdbd
Uni blau: #0063a6
Uni :hover: #00355a
Borders grau:#bdbdbd
hellgrau hintergrund boxen: #f2f2f2
**/

/* roboto-condensed-300 - latin-ext_latin */
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/roboto-condensed/roboto-condensed-v25-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('./fonts/roboto-condensed/roboto-condensed-v25-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('./fonts/roboto-condensed/roboto-condensed-v25-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
		 url('./fonts/roboto-condensed/roboto-condensed-v25-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
		 url('./fonts/roboto-condensed/roboto-condensed-v25-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('./fonts/roboto-condensed/roboto-condensed-v25-latin-ext_latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
  }
/* roboto-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/roboto/roboto-v32-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* roboto-500 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url('./fonts/roboto/roboto-v32-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* roboto-700 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('./fonts/roboto/roboto-v32-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
:root{
	font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif !important;
}
/** DIVI 4.10 bugfix **/
.et-waypoint:not(.et_pb_counters) {
	opacity: 1 !important;
}

body{
	font-size: 19px !important;
	line-height: 1.428571429;
	font-weight: 400;
	font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif !important;
}
p:last-of-type {
    padding-bottom: 1em;
}
hr{
 border: 0; 
 height: 1px; 
 background: #ededed; 
background-image: linear-gradient(to right, #ccc, #888, #ccc);
}
sup {
    bottom: 0.6em;
    font-size: 85%;
}
/* #main-content  */
#main-content {
	min-height: 1000px;
	background-color: transparent;
}
#et-main-area{
	margin-top: 25px;
}
.container.header-image{
	max-width: 1440px;
	margin-top: -25px;
}
/** Tag/Kategorie Beschreibung**/
.taxonomy-description{
	margin-bottom: 15px;
}
/** header **/
#top-header, #top-header .container, #top-header #et-info, #top-header .et-social-icon a {
    line-height: 0.5em;
/*     z-index: 200000; */
/* 		z-index: 1; */
		z-index: 200;
}
/* .breadcrumbs{ */
/* 	margin-top: 5px; */
/* 	margin-bottom: 25px; */
/* } */
#top-header, #top-header a, #et-secondary-nav li li a, #top-header .et-social-icon a:before {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
}
#top-header, #top-header a {
    color: #333333;
}
#top-header, #et-secondary-nav li ul {
    background-color: #ffffff;
}
.breadcrumbs {
    border-bottom: 1px solid #bdbdbd;
    font-size: 10pt;
    padding-bottom: 3px;
    margin-bottom: 25px;
/*     margin-top: 40px; */
    margin-top: 20px;
}
#et-main-area .breadcrumbs a{
	border: none;	
}
.home .breadcrumbs{
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
/* 	font-weight: normal; */
	font-weight: 700 !important;
	line-height: 1.1;
}
h4{
	font-weight: 700 !important;	
}
h1,h2, h3{
	color: #009EE0;	
}
.headlines-underline h1,
.headlines-underline h2{
	border-bottom: 1px solid #bdbdbd;
}
h4{
	color: #333;
}
h1{
    font-size: 26pt;
/*     padding-bottom: 0.5em; */
/* 	font-size: 30pt; */
	padding-bottom: 0.1em;
	margin-bottom: 0.4em;
/* 	border-bottom: 1px solid #bdbdbd; */
}
.et_pb_title_container h1 {
    font-size: 30pt;
	padding-bottom: 0;
	margin-bottom: 0;
}
.et_pb_divider_0::before,
.et_pb_divider::before {
    border-top-color: #bdbdbd !important;
}
h4{
	font-weight: 400; 
}
.main_title {
    margin-bottom: 0;
}
strong {
    font-weight: 700;
}
#home-news-headline{
	border-bottom: 1px solid #bdbdbd;
}
#home-news-headline h2{
	padding-bottom: 0;
}


h3.blog-title {
    min-height: 40px;
    margin: 15px 0 0 0;
    font-size: 18px;
    font-weight: 300;
}

.container{
	max-width: 1140px;	
}
.et_pb_section {
    background: transparent !important;
    margin-bottom: 15px;
}
.et_pb_gutters3 .et_pb_column_2_3 .et_pb_module.h1-home{
	margin-bottom: 2%;	
}
/** boxed module / blurb **/
.boxed-content .et_pb_text_inner,
.et_pb_blurb_content {
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 3px;
}
.et_pb_blurb_content h4{
	color: #009EE0;
	font-size: 22px;
	font-weight: 300; 
}

.et_pb_section .et_pb_row .et_pb_column .et_pb_module:last-child{
	clear: both;
}
/** audio module **/

#et-main-area a{
	border-bottom: 1px dotted;
	font-weight: 400;
/* 	color: #005072; */
	color: #009EE0; 
}
#et-main-area a.tag-cloud-link{
	border-bottom: none;	
}
#et-main-area a.et_pb_button{
	border-bottom-style: solid;
}
.tagcloud a.tag-cloud-link.active,
#et-main-area a.tag-cloud-link.active{
    background: rgba(0,0,0,.15);
    font-weight: bold;
}
#et-main-area a.image-link,
#et-main-area a.icon,
#et-main-area a.et_social_share,
#et-main-area a.et_social_share_pinterest{
	border-bottom: none;
}

/* #et-main-area #kb-logos a,
#et-main-area a.linked-image,
#et-main-area h3 a{
	border: none;
} */
#et-main-area #kb-logos a,
#et-main-area a.linked-image{
	border: none;
}
.et_pb_post .entry-content {
    padding-top: 0;
}
#et-main-area h3 a{
	font-weight: bold;
}
/** footer **/
#footer-info{
	text-align: center;
	color: #fff;
	line-height: 1.8em;
	width: 100%;
	padding-bottom: 30px;
}
.kb-custom-footer .item {
    width: 100%;
    text-align: center;
}
#footer-bottom {
    padding: 15px 0 40px;
}
#footer-bottom .container{
	max-width: 900px;
}
.kb-custom-footer{
	clear: left;
}
.kb-custom-footer .item.imprint-button a {
    margin-right: 15px;
}
.kb-custom-footer .et-social-icons {
    float: none;
    display: inline-block;
    margin-top: 5px;
}
.kb-custom-footer .item.imprint-button .et-social-icon a {
	margin-right: 0;
}
.kb-custom-footer .et-social-facebook a.icon::before {
	content: "\e093";
	background-color: #009EE0;
	color: #fff;
	padding: 8px;
	border-radius: 50%;
}
.et-social-instagram a.icon::before {
	content: "\e09a";
	display: inline-block;
	color: #fff;
	padding: 8px;
	border-radius: 50%;
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  }

#et-main-area .kb-custom-footer a.et_pb_more_button {
    border: 1px solid #fff;
    margin-top: 0;
    color: #fff;
    font-size: inherit;
}
.kb-custom-footer .et_pb_button::after, .et_pb_button::before {
    font-size: 28px;
}
#footer-info a[href^="mailto:"]::before {
    display: none;
}

/** tabs **/
.et_pb_tabs {
    border: none;
}
ul.et_pb_tabs_controls {
    background-color: transparent;
}
.et_pb_tabs_controls li{
	background-color: #ededed;
	border-radius: 3px 3px 0 0;
}
.et_pb_tabs_controls li a{
    outline: none;
}

#left-area ul.et_pb_tabs_controls ,
.entry-content ul.et_pb_tabs_controls {
	background: transparent;
	margin: 0;
}
#left-area ul.et_pb_tabs_controls li,
.entry-content ul.et_pb_tabs_controls li {
    display: table;
    float: left;
    position: relative;
    z-index: 11;
    max-width: 100%;
    height: 100%;
    border: 1px solid #e4e4e4;
    font-weight: 600;
    line-height: 1.7em;
    cursor: pointer;
    padding: 0;
}
.et_pb_tabs_controls li {
    margin-right: 5px;
}
#left-area ul.et_pb_tabs_controls li::before, 
.et_pb_text ul.et_pb_tabs_controls li::before, 
.entry-content ul.et_pb_tabs_controls li::before {
	display: none;
}
#et-main-area ul.et_pb_tabs_controls li a{
	border: none;
	display: table-cell;
	padding: 4px 30px 4px;
	color: #666 !important;
	line-height: inherit;
	vertical-align: middle;
	text-decoration: none;
}
.et_pb_all_tabs {
    background-color: transparent;
    border: 1px solid #ededed;
    border-top: none;
}

/** - akkordeon **/
.et_pb_toggle {
    border: 1px solid #ededed;
}
.et_pb_toggle_close {
    padding: 10px;
    border: none;
}
.et_pb_toggle_open {
    padding: 10px;
   background-color: #f9f9f9;
}
.et_pb_toggle_close h5.et_pb_toggle_title {
 	color: #009EE0;
	font-size: 20px;
	line-height: 1.3em;
}
.et_pb_toggle_open h5.et_pb_toggle_title {
 	font-size: 20px;
	line-height: 1.3em;
	color: #009EE0;
}
.et_pb_toggle_title::before {
    position: absolute;
    top: 12px;
    right: 0;
    color: #ccc;
    font-size: 16px;
    content:"\f078";
    font-family: 'FontAwesome' !important;
}

.et_pb_toggle_open .et_pb_toggle_title::before {
	content:"\f056";
	font-size: 20px;
}
.et_pb_toggle_content {
    padding-top: 10px;
}
.et_pb_accordion_item ul{
	background-color: transparent !important;	
	margin-left: 0 !important;
}
.et_pb_accordion_item ul li{
	border: none !important;
	padding: 12px 25px 12px 18px !important;	
	list-style: none;
}
/** sidebar & widgets **/
.et_pb_widget .widgettitle{
	font-weight: bold;
	font-size: 22px;
	margin-bottom:0.5em;
	line-height: 1.5em;
	color: #009EE0;
	border-bottom: 1px solid #bdbdbd;
	padding-bottom: 0;
}
.et_pb_widget ul li {
    clear: left;
}
.et_pb_widget.no-title .widgettitle{
    display: none;
}
.et_pb_widget div {
/*     padding: 5px; */
}
.textwidget,
.et_pb_widget ul,
.et_pb_widget div{
	padding-top: 5px;
}
.textwidget{
	clear: left;
	font-size: 90%;
}
.textwidget p{
	font-size: 90%;
}
.et_pb_widget.widget_nav_menu div{
	padding-top: 5px;	
}
/* .et_pb_widget.info .widgettitle::before{ */
/* 	content: url("icons/32x32/call-sign-circle.png"); */
/* 	margin-right: 10px; */
/* 	float: left;  */
/* } */
.et_pb_widget.info .widgettitle::before,
.et_pb_widget.video .widgettitle::before,
.et_pb_widget.heart .widgettitle::before,
.et_pb_widget.star .widgettitle::before,
.et_pb_widget.downloads .widgettitle::before{
	margin-right: 10px;
}
#sidebar ul.menu li{
	border-bottom: 1px dotted #e4e4e4;	
}
#sidebar ul.menu li:last-child{
	border: none;	
}
#sidebar ul.menu li a{
	display: inline-block;
	width: 100%;
	border: none;
	padding-right: 30px;
	padding-left: 10px;
}
#sidebar ul.menu li.current_page_item a,
#sidebar ul.menu li.current-menu-item a{
	color: #666;
}
#sidebar ul.menu{
    background-color: #f9f9f9;	
}
#sidebar ul li{
	position: relative;
}
#sidebar ul.menu li a:after{
	font-family: 'FontAwesome';
	content: "\f0da";
	position: absolute;
	right: 5px;
	color: #a4a4a4;
	font-size: 20px;
	top: -6px;
}

/** widget buttons **/
.et_pb_button.widget_button {
    background-color: #009EE0;
}

/** icons **/
#home-news-headline h2::before{
	font-family:'FontAwesome';
	content:"\f1ea";
	font-size: 100%;
	margin-right: 5px;
}
.et_pb_widget.info .widgettitle::before{
	font-family:'FontAwesome';
	content:"\f05a";
	font-size: 120%;
}

.et_pb_widget.video .widgettitle::before{
	font-family:'FontAwesome';
	content:"\f03d";
	font-size: 120%;
}

.et_pb_widget.heart .widgettitle::before{	
	font-family:'FontAwesome';
	content: '\f004';
	font-size: 120%;
}
.et_pb_widget.star .widgettitle::before{
	font-family:'FontAwesome';
	content: '\f005';
	font-size: 120%;
}
.et_pb_widget.foto .widgettitle::before{
	font-family:'FontAwesome';
	content:"\f030";
	font-size: 120%;
	padding-right: 5px;
}
.et_pb_widget.downloads .widgettitle::before{
	font-family:'FontAwesome';
	content:"\f019";
	font-size: 120%;
	padding-right: 5px;
	margin-left: 0;
}
a.more-link::after {
	font-family:'FontAwesome';
	content:"\f105";
	background: none;
	height: auto;
	width: auto;
	margin-left: 10px;
}
.previous-page a::before, .backlink-area a.previous-page::before {
	font-family:'FontAwesome';
	content:"\f104";
	background: none;
	height: auto;
	width: auto;
	float: left;
	margin-right: 10px;
}
.next-page a::after, .backlink-area a.next-page::before {
	font-family:'FontAwesome';
	content:"\f105";
	background: none;
	height: auto;
	width: auto;
	margin-left: 10px;
}
#top-menu li.mega-menu.mega-menu-parent li > a::before {
	font-family:'FontAwesome';
	content:"\f0da";
	margin-right: 5px;
}
/** File Icons, Downloads, Mail-Links **/
a[href^="mailto:"]:before{
	font-family: 'FontAwesome';
	content:"\f003";
	margin-right: 8px;
}
a[href$=".pdf"]:before {
  font-family: FontAwesome;
  content: "\f1c1";     /* f1c1 is the pdf symbol */
  margin-right: 5px;
}

a[href$=".xls"]:before,
a[href$=".xlsx"]:before {
  font-family: FontAwesome;
  content: "\f1c3";
  margin-right: 5px;
}
a[href$=".doc"]:before,
a[href$=".docx"]:before {
  font-family: FontAwesome;
  content: "\f1c2";
  margin-right: 5px;
}
.et_pb_widget.image-pdf a[href$=".pdf"]:before {
	display: none;
}

/** Listen **/
#left-area ul, 
.entry-content ul, 
.comment-content ul, 
body.et-pb-preview #main-content .container ul {
    line-height: 26px;
	list-style-type: none; 
    margin-left: 17px;
    padding-left: 0;
    padding-bottom: 0;
	margin-top:1em;
    background-color: #f9f9f9;
    margin-bottom: 1.5em;
}
#left-area ul li,
.et_pb_text ul li, 
.entry-content ul li {
    /* border-top: 1px dotted #e4e4e4; */
    margin-bottom: 0;
	margin-bottom:0.5em;
    /* padding: 12px 25px 12px; */
}
/* #left-area ul li:last-child,
.et_pb_text ul li:last-child, 
.entry-content ul li:last-child {
	border-bottom: 1px dotted #e4e4e4;
} */
.et_pb_text ul li::before, .entry-content ul li::before {
	content: url("icons/default/list-dot.png");
    background: none;
    display: inline-block;
	margin-left: -17px;  
	padding-right: 5px; 
}
/* .textwidget ul, */
/* .et_pb_widget ul { */
/*     list-style: disc; */
/*     margin-left: 15px; */
/* } */
/** quicklinks 16.8.2018 - in progress **/
#top-header .container {
    padding-top: 0;
}
.active-quicklinks.et_fixed_nav #main-header{
/*     top: 140px !important; */
/*     top: 250px !important; */
    transition: top 0.3s linear;
}
#top-header, #top-header .container, #top-header #et-info, #top-header .et-social-icon a {
    line-height: 1.5em;
}
#quicklinks-navbar{
	display: none;
    min-height: 30px;
    position: relative;
    top: 0;
    width: 100%;
	max-width: 1140px;
	margin: auto;
	margin-top: 0;
	clear: both;
}
.active-quicklinks .et_fixed_nav #main-header, .active-quicklinks .et_fixed_nav #top-header {
    position: relative;
}
.menu-top-bar{
	float: right;
}
#quicklinks-area{
	display: none;
}
#search-form-top{
	display: none;	
}
#quicklinks-navbar ul li {
    display: block;
    float: left;
    margin-right: 10px;
    font-size: 14px;
	padding: 5px;
}
#quicklinks-navbar ul  li.toggle-quicklinks{
	background-color: #009EE0;	
	margin-right: 0;
}
.active-search #quicklinks-navbar ul  li.toggle-search{
	background-color: #009EE0;	
	margin-right: 0;
	padding-right: 10px;
}
#quicklinks-navbar .awesomplete ul li{
	float: none;
}
#quicklinks-navbar ul li a {
    color: #666;
    font-size: 95%;
}
#quicklinks-navbar ul li.extern a:after {
    font-family: 'FontAwesome';
    content: "\f08e";
    margin-left: 5px;
}
#quicklinks-navbar ul li.current-menu-item a {
    color: #ccc;
    font-size: 95%;
}

.active-search #quicklinks-navbar ul  li.toggle-search a{
	color: #fff;	
}

#quicklinks-navbar ul li.toggle-quicklinks a{
	color: #fff;
}
#quicklinks-area{
	text-align: right;
	overflow: hidden;
	background-color: #009EE0;
	padding-top: 10px;
	padding-bottom: 10px;
}
#top-header #quicklinks-area a{
	color: #fff;
	text-transform: none;
	line-height: 1.5em;
}
#top-header #quicklinks-area ul{
	width: 50%;
	margin-left: 48%;
}
#top-header #quicklinks-area ul ul{
    margin-left: 0;
    width: 100%;
}
#top-header #quicklinks-area ul li.top-item{
	float: left;
	width: 48%;
	text-align: left;
	margin-right: 2%;
}

#top-header #quicklinks-area ul li.top-item a{
	font-size: 200%;
	display: block;
/* 	border-bottom: 1px solid #fff; */
	background: url("images/fadeborder-horizontal.png") no-repeat;
	background-position: bottom left;
}

#top-header #quicklinks-area ul.sub-menu li {

}
#top-header #quicklinks-area ul.sub-menu li a{
	font-size: 130%;
	line-height: 1.7em;
	padding: 3px 3px 3px 0;
	border: none;
	background: none;
}
#top-header #quicklinks-area ul.sub-menu li a:hover{
	background-color: rgba(255, 255, 255, 0.3);
	color: #fff;
}
#top-header #quicklinks-area ul.sub-menu li.extern a:after{
	font-family: 'FontAwesome';	
	content:"\f08e";
	margin-left: 5px;
}

#top-header .et-search-form{
	position: absolute;
	z-index: 201;
	float: right;
	text-align: right;
	top: 25px;
	height: 50px;
	width: 250px;
/* 	background-color: #009EE0 !important; */
	background: #009EE0 !important;
	padding: 8px;
}
#top-header .et-search-form .search-container{
	background-color: #fff;	
}
#top-header .et-search-form button{
	height: 30px;
	background-color: #fff;
	border: none;
	cursor: pointer;
}
#top-header .et-search-form button:after{
	content: "\f002";
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #666;
	position: absolute;
	top: 18px;
	right: 15px;
}
#top-header .et-search-form input {
	position: relative;	
	right: 0;
	border: none;
}
.awesomplete > input[type="search"] {
    width: 200px;
}

#lang-select{
	display: none;
}
#quicklinks-navbar ul li{
	display: block;
}
.lang-item::after{
	font-family: 'FontAwesome';
/* 	content: "\f11d"; */
	content:"\f024";
	padding-left: 5px;
	font-size: 16px;
	color: #666;
}
/** Ende Quicklinks **/
/** Bilder **/
.et_pb_text img,
.et_pb_tab img{
	float: left;
	border-radius: 3px;
	margin-right: 15px;
}
.et_pb_module img{
	border-radius: 0;	
	max-width: 100%;
}

/** Gallery **/
.et_gallery_item::before {
	background: none;
}
.et_pb_gallery_grid .et_pb_gallery_item h3,
p.et_pb_gallery_caption 
{
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.0;
}
p.et_pb_gallery_caption{
	margin-top: 5px;
	padding-bottom: 0.2em;
}
.et_pb_gallery_title{
	display: none;
}
.et_pb_text .et_pb_gallery_pagination ul li::before,
.entry-content .et_pb_gallery_pagination ul li::before{
	display: none;
}
.download-link{
	font-size: 12px;	
}
.download-link::before{
	font-family: FontAwesome;
	content: "\f019";
	font-size: 120%;
	background: none;
	margin-right: 5px;
	margin-top: 6px;
	margin-left: 0;
}
.fuer-die-presse.fotos .et_pb_gallery h3{
	display: none;
}
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item{
	margin-bottom: 2.5%;
}

/** Galerie Listen **/

#left-area ul.et_post_gallery, 
.entry-content ul.et_post_gallery, 
.comment-content ul.et_post_gallery, 
body.et-pb-preview #main-content .container ul.et_post_gallery {
    line-height: 26px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 0;
    background-color: transparent;
/*     margin-bottom: 1.5em; */
}

#left-area ul.et_post_gallery li, .et_pb_text ul.et_post_gallery li, .entry-content ul.et_post_gallery li {
    border: none;
    margin-bottom: 2.5%;
    padding: 0;
}
.et_pb_text ul.et_post_gallery li::before, 
.entry-content.et_post_gallery ul li::before {
	display: none;
}

#left-area ul.et_post_gallery .et_gallery_item, 
.entry-content ul.et_post_gallery .et_gallery_item, 
.comment-content ul.et_post_gallery .et_gallery_item, 
body.et-pb-preview #main-content .container ul.et_post_gallery .et_gallery_item{
    width: 22.353%;
    margin: 0 3.47% 7.47% 0;
}
#left-area ul.et_post_gallery .et_gallery_item, 
.entry-content ul.et_post_gallery .et_gallery_item, 
.comment-content ul.et_post_gallery .et_gallery_item, 
body.et-pb-preview #main-content .container ul.et_post_gallery .et_gallery_item{
	width: 22.2%;
    margin: 0 20px 20px 0;
}

#left-area ul.et_post_gallery .et_gallery_item:nth-child(3n+1),
.entry-content ul.et_post_gallery .et_gallery_item:nth-child(3n+1),
.comment-content ul.et_post_gallery .et_gallery_item:nth-child(3n+1),
body.et-pb-preview #main-content .container ul.et_post_gallery .et_gallery_item:nth-child(3n+1){
    clear: none;
}
/** Ende Galerie **/

#et-main-area  a.et_pb_more_button {
	border-bottom: none;
}
#et-main-area  a.et_pb_more_button.sidebar-button {
	border-bottom: 2px solid;
	width: 100%;
	text-align: center;
	margin-top: 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.05+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
#et-main-area  a.et_pb_more_button.sidebar-button:hover{
	border: 2px dotted;	
}
.text-before-button{
	margin-bottom: 15px;
}
#et-main-area .et_pb_slide_description .et_pb_more_button {
    display: inline-block;
    margin-top: 15px;
    color: inherit;
    text-shadow: none;
    text-decoration: none;
    border: 2px solid #ccc;
}
/** Vorschau - Aktuell, Experimente, Themen, Blog Modul **/
.et_pb_gutters3 .et_pb_column_1_2, 
.et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
    width: 47.25%;
}
.preview-container{
	position: relative;
}
.preview-container:after{
	clear: left;
}
.preview.item{
	float: left;
	margin-right: 3.6%;
	margin-bottom: 20px;
	position: relative;
/* 	width: 44%; */
}
.preview.item .kb-headline,
.preview.item .kb-image{
	margin-bottom: 5px;
}
.preview.item.cols-2{
	float: left;
	margin-right: 5.5%;
}

.preview.item.cols-2.even {
    margin-right: 0;
}
.preview.item.cols-3{
	float: left;
	margin-right: 5.5%;
}
.preview.item.cols-3.outside{
	margin-right: 0;
}
.preview.item.cols-3 .kb-excerpt{
	min-height: 150px;
}
.preview.item.cols-3 h3 {
    font-size: 16px;
}
.preview.item.cols-2 .kb-excerpt{
	min-height: 150px;
}
.preview.item.cols-4{
	float: left;
	margin-right: 4%;
}
.preview.item.cols-4.outside{
	margin-right: 0;
}
.preview.item.cols-4 .kb-excerpt{
	min-height: 170px;
}

.preview.item .et_pb_image{
	position: relative;	
	overflow: hidden;
}
.preview.item .scale-4x3{
	padding-top: 75%;
	overflow: hidden;
}
.preview.item .scale-3x2{
padding-top: 66.6%;
	overflow: hidden;
}

.preview.item a.linked-image{
	display: block;
	position: absolute;
	top: 0;
}

.preview.item .read-more{
	text-align: right;
	position: absolute;
	bottom: 0;
	width: 100%;
}
#et-main-area a.more-link{
	display: inline-block;
	border-bottom: none;
	line-height: 2em;
}

/** Blog Modul **/
#et-main-area .et_pb_blog_grid a.more-link{
	display: block;
	text-align: right;
}
.et_pb_blog_grid .et_pb_post h2{
	font-size: 22px;
	margin-bottom: 25px;
}
.et_pb_blog_grid .et_pb_post h2 a{
	border: none !important;
}

.et_pb_blog_grid .post-meta{
	display: none;
}
.et_pb_blog_grid .et_pb_post {
    padding: 19px;
    border: none;
}
.preview.item .date,
article .date{
	display: none;
}
.preview.item.presse .date,
.single-presse .date,
.post-type-archive .preview.item .date,
.single-aktuell article .date{
	display: block;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
}
.single-aktuell h1{
    padding-bottom: 0;
}
.et_pb_section.page-end{
	clear: both;
	padding-top: 20px;
}
.single-presse h1{
	padding-bottom: 0;
	margin-bottom: 5px;
}
.backlink-area{
	margin-top: 20px;
	padding-top: 10px;
	border-top: 4px dotted rgba(0, 0, 0, 0.1);
}
/** einspaltige Listen (z.B.Presse) **/
.cols-1 h3.blog-title{
    min-height: auto;
    margin: 0 0 5px 0;
    padding-bottom: 0;	
}
.cols-1.preview.item{
	margin-right: 0;
	clear: left;
}
.cols-1.preview.item.has-thumb{
	min-height: 200px;
}
.cols-1.preview.item.has-thumb .scale-3x2{
	width: 25%;
	float: left;
	padding-top: 0;
	overflow: inherit;
	margin-right: 3%;
}
.cols-1.preview.item.has-thumb .kb-excerpt{
	float: left;
	width: 72%;
}
.cols-1.preview.item .read-more {
    position: relative;
}

/** single posts aktuell, experimente **/
.single a.post {
    padding-bottom: 0;
}

p.post-thumb{
	margin-bottom: 0;
	padding-bottom: 0;
}
p.wp-caption-text {
    margin: 0;
    padding: 0 4px 5px;
    font-size: 12px;
}
/** logo Bereich **/
.logo-area img {
    margin-right: 45px;
    margin-bottom: 40px;
}
.logo-area h2,
.logo-area h3 {
	font-weight: bold;
}
.logo-area h3{
	border-bottom: 4px dotted rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}
.logo_container{
	box-shadow: 0 20px 40px -20px rgba(70, 70, 70, 0.2);
	-webkit-box-shadow: 0 20px 40px -20px rgba(70, 70, 70, 0.2);
/* 	-webkit-box-shadow: 48px 0 0 0 white, -48px 0 0 0 white, 0 8px 40px -6px rgba(70, 70, 70, 0.2); */
/* 	box-shadow: 48px 0 0 0 white, -48px 0 0 0 white, 0 8px 40px -6px rgba(70, 70, 70, 0.2);	 */
}
.home .logo_container{
	-webkit-box-shadow: none;
	box-shadow: none;
}
/** nächste/vorherige Seite **/
.et_pb_row.prev-next-navi{
	min-height: 20px;
	border-top: 1px solid #bdbdbd;
    padding-top: 10px !important;
}
/* .et_pb_row.prev-next-navi.has-next{ */
/* 	height: 110px; */
/*     background-position: center; */
/*     background-size: 100px; */
/* } */
.previous-page{
	float: left;
}
/* .et_pb_row.prev-next-navi.has-next .previous-page{ */
/* 	margin-top: 40px; */
/* } */

#et-main-area .previous-page a,
#left-area .backlink-area a {
	display: inline-block;
	border-bottom: none;
	line-height: 2em;	
	font-weight: bold;
}
.next-page{
	float: right;
}
/* .et_pb_row.prev-next-navi.has-next .next-page{ */
/* 	margin-top: 40px; */
/* } */

#et-main-area .next-page a,
#left-area .backlink-area a{
	display: inline-block;
	border-bottom: none;
	line-height: 2em;
	font-weight: bold;
}
/** Navigation, Menus **/
#et-secondary-menu {
    float: right;
}
#et-secondary-nav li {
    margin-right: 5px;
}
.nav-headline1 a{
	color: red;
}

/** top menu **/
#top-menu a {
    color: #fff;
    font-weight: normal;
}
#top-menu li {
    margin-right: -3px;
}
#top-menu li.mega-menu > ul > li.nav-headline1 > a:first-child {
    padding-top: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    font-weight: bold;
    color: #333;
    font-size: 130%;
}
#top-menu li.mega-menu.kinderuni-forschen > ul > li.nav-headline1 > a:first-child {
    color: #fff;
}
#top-menu li.nav-headline2 > a:first-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
	font-weight: bold;
	color: #333;
    font-size: 130%;
    cursor: default;
}
/* #top-menu > li.top-item { */
/*     padding: 8px 10px 0px 10px; */
/*     background-color: #009EE0; */
/* } */
#top-menu > li.top-item {
	padding: 8px 10px 0px 10px; 
    background-color: #999;
}
#top-menu > li.top-item.home {
    background-color: transparent;
}
#top-menu li.current-menu-item > a,
#top-menu li.current-menu-ancestor > a{
	color: #ededed;
/* 	background-color: #009EE0; */
	background-color: none;
}

#top-menu > li.top-item.home a,
#top-menu li.current-menu-item.home  > a {
	color: transparent !important;
	background: none;
}

#top-menu > li.top-item.home::before {
	font-family: FontAwesome;
	content:"\f015";
	font-size: 2em;
    position: absolute;
	top: 5px;
}
#top-menu li.mega-menu > ul {
    position: absolute !important;
    left: 3px !important;
    width: 100%;
    padding: 15px 20px;
    background-color: #009EE0;
}
/* #top-menu li.mega-menu.mega-menu-parent li li,  */
/* #top-menu li.mega-menu.mega-menu-parent li > a { */
/*     background-color: #009EE0; * dummy* */
/* } */
.mobile_menu_bar::before {
    font-size: 42px;
}
.et-fixed-header #top-menu li.home.current-menu-item > a {
    color: transparent !important;
}
#et-info, #et-secondary-menu > ul > li a::after {
	display: inline-block;
	content: ' | ';
	margin-left: 10px;
}
#et-info, #et-secondary-menu > ul > li:last-child a::after {
	display: none;
}
/** extra navigation **/
#main-content .container.extra-nav{
	padding-top: 0;
	margin-bottom: 15px;
}
.extra-nav{
	padding: 5px 10px;
	background-color: #ccc;
}
.extra-nav li {
    display: inline-block;
    padding-right: 22px;
    font-size: 14px;
}
#et-main-area .extra-nav li a {
	font-weight: bold;
	color: #fff;
	border-bottom: none;
}
#et-main-area .extra-nav li.active a {
	color: #666;
	font-weight: bold;
}
/** separators etc... **/
.et_pb_section {
    background: transparent !important;
    margin-bottom: 15px;
}
.et_pb_section.top-slider{
	border-bottom: none;
}

/** page navigation - child pages **/
ul.kb-page-navigation,
#left-area ul.kb-page-navigation,
.entry-content ul.kb-page-navigation{
/* 	border-bottom: 1px dotted #e4e4e4; */
/* 	border-top: 1px dotted #e4e4e4; */
	background-color: transparent;
}
ul.kb-page-navigation,
#left-area ul.kb-page-navigation, 
.entry-content ul.kb-page-navigation,
ul.kb-page-navigation li ul,
#left-area ul.kb-page-navigation li ul, 
.entry-content ul.kb-page-navigation li ul{
	margin-bottom: 0;
	background-color: transparent;
}
#left-area ul.kb-page-navigation li ul{
	padding: 0;
}

.et_pb_text ul.kb-page-navigation li::before, 
.entry-content ul.kb-page-navigation li::before {
	display: none;
}

.et_pb_text ul.kb-page-navigation ul li::before, 
.entry-content ul.kb-page-navigation ul li::before {
	display: inline-block;
	margin-left: 0;
}

ul.kb-page-navigation ul li,
.et_pb_text ul.kb-page-navigation li, 
#left-area ul.kb-page-navigation li,
.entry-content ul.kb-page-navigation li{
	border: none;
	display: inline-block;
	padding: 0;
}

#left-area ul.kb-page-navigation ul.children,
.entry-content ul.kb-page-navigation ul.children{
	padding: 0;	
	margin: 0;
	margin-bottom: 20px;
}
#left-area ul.kb-page-navigation ul.children li,
.entry-content ul.kb-page-navigation ul.children li{
	padding: 0;
	display: inline-block;
	margin-right: 10px;
}
#et-main-area ul.kb-page-navigation > li.current_page_item a,
#et-main-area ul.kb-page-navigation > li.page_item_has_children a{
	font-size: 120%;
	font-weight: bold;
}

#et-main-area ul.kb-page-navigation > li.current_page_item ul li a,
#et-main-area ul.kb-page-navigation > li.page_item_has_children ul li a{
	font-size: inherit;
	font-weight: inherit;
}

/** Farbige Kastln KinderuniWien **/
/** Boxen **/
.color-box{
	padding: 10px;
    background-color: #ededed;
}

.illu-box{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.illu-box img.portrait{
	max-height: 300px;
	width: auto;
	float: none;
}

/** Bild & Copyright **/
.wp-caption {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 0;
    padding-top: 4px;
    border: none;
    background-color: transparent;
    text-align: left;
}
.wp-caption.alignleft {
    margin: 0 30px 0 0;
}
.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 0 4px 5px;
    font-size: 12px;
}

/** Suche/Archiv **/
.search-form{
    position: absolute;
    right: 0;
    top: 25px;
    text-align: right;
    padding-right: 40px;
}
.search-form .screen-reader-text{
 	display: none;
}
.search-submit {
    background: none;
}
.search-submit span::before {
	font-family: FontAwesome;
	content: "\f002";
	color: #888;
	font-size: 2em;
	position: absolute;
	top: -2px;
	left: 5px;
}

.search-submit {
	cursor: pointer;
	background: transparent;
	border: none;
	color: transparent;
/* 	background: url("icons/32x32/loupe-suche.png") no-repeat; */
/*     background-size: 36px 36px; */
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    width: 36px;
}
.search-field{
	width: 200px;
}
.awesomplete li {
    display: block;
    text-align: left;
    padding: .5rem .5rem;
}

#top-header .awesomplete ul li {
	text-transform: none;
}
.et_pb_post.has_thumb{
	min-height: 200px;	
}
.et_pb_post h2 {
	font-size: 24px;
    margin-top: 0;
	margin-bottom: 8px;
    clear: left;
    padding: 0;
}
.et_pb_post.archive-search {
	margin-bottom: 30px;
}
.et_pb_post.archive-search .read-more{
	text-align: right;
	margin-top: 5px;
	clear: left;
}

.archive-meta-path{
	position: relative;
	font-style: italic;
	margin: 5px 0;
	font-weight: 700;
	padding-left: 0;
}
.archive-meta-path::before{
	display: none;
	font-family:'FontAwesome';
	content:"\f0da";
	position: absolute;
	width: 50px;
	height: 10px;
	margin-top: -10px;
	float: left;
	left: 0;
}
img.archive-list{
	float: left;
	margin-right: 2%;
}

/** formulare **/
input[type="text"], input[type="search"], input[type="password"], input[type="tel"], input[type="email"], input.text, input.title, textarea, select {
    padding: 2px;
    border: 1px solid #ededed;
    color: #4e4e4e;
    background-color: #fff;
    padding: 5px;
    border-radius: 3px;
}

.et_pb_row {
    width: 100%;
}
.et_pb_row {
    max-width: 1140px;
}

/** slider oben **/
.et_pb_section_0 .et_pb_slider{
	height: 340px;
	border-radius: 3px;	
}
.et_pb_row.top-slider{
	max-width: 1300px;
}
.et_pb_slider .et_pb_container {
    margin: 0;
}
.et_pb_slides .et_pb_slider_container_inner {
    display: table-cell;
    vertical-align: top;
}
/* .et_pb_slide_description,  */
.et_pb_slider_fullwidth_off .et_pb_slide_description {
	margin-left: 0;
	padding: 0;
	width: 50%;
	height: 340px;
	text-align: left;
	position: relative;
	padding: 20px 30px 20px 60px;
	background-color: rgba(0, 148, 191, 0.8);
	border-left: 40px solid rgba(225, 132, 28, 0.9);
}
/* .et_pb_slide_description,  */
.et_pb_slider_fullwidth_off .et_pb_slide_description::before{
	content: ' ';
	display: block;
	background-color: rgba(122, 181, 29, 0.9);;
	width: 40px;
	z-index: 1000;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.et_pb_slide_description .et_pb_slide_title,
.et_pb_bg_layout_dark h2 {
	font-size: 28px;
	line-height: 1.2em !important;
	color: #333 !important;
}
#et-main-area  .et_pb_slide_description .et_pb_slide_title a,
#et-main-area  .et-pb-slider-arrows a{
    border-bottom: none;
    color: #333;
}
.et_pb_slider .et_pb_slide {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: none;
}

/* Hide the content area if empty (no title and no content) */
.et_pb_slide_description:first-child .et_pb_slide_content:empty { display:none; }

.et_pb_slide_description { 
	margin-top:30px; 
	margin-bottom:-30px;
}
.et_pb_slide_description > div:first-child { padding-top: 30px !important; }
.et_pb_slide_description .et_pb_slide_content,
.et_pb_more_button_wrap
 {
	padding:0px 30px 0 30px !important;
	margin-left:-30px;
	margin-right:-30px;
}
.et_pb_slider_0.et_pb_slider .et_pb_slide_content {
    line-height: 1.4em !important;
}

/** pagination **/
.page-links{
	clear: both;
	border-top: 1px solid #ededed;
	padding-top: 10px;
}
ul.page-numbers{
	float: right;
}
.et_pb_text ul.page-numbers li::before, 
.entry-content ul.page-numbers li::before{
	display: none;
}
.et_pb_text ul.page-numbers li, 
.entry-content ul.page-numbers li,
#left-area ul.page-numbers li{
	display: inline-block;
	padding: 0;
}

.et_pb_text ul.page-numbers li a, 
.entry-content ul.page-numbers li a,
#left-area ul.page-numbers li a,
ul.page-numbers li span{
	display: block;
	padding: 5px 10px;
	border: 1px solid #ededed;
}
ul.page-numbers li span{
	background-color: #ededed;
}

