/*
Theme Name:     kombinat
Description:    Child Theme for the Divi theme
Author:         Kombinat – Agentur für Informationsgestaltung GmbH
Author URI:     https://www.kombinat-berlin.de
Template:       Divi
Version:        1.1
*/

@import url("../Divi/style.css");
/* Counter: statt %-Zeichen ein anderes einsetzen */

/*------------------INHALTE:------------------
TEIL 1: ALLGEMEINES 
TEIL 2: SPEZIFISCHE SEITEN
----------------------------------------------*/


@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed Regular"), local("RobotoCondensed-Regular"), url("webfonts/RobotoCondensed-Regular.woff2") format("woff2"), url("webfonts/RobotoCondensed-Regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Condensed Italic"), local("RobotoCondensed-Italic"), url("webfonts/RobotoCondensed-Italic.woff2") format("woff2"), url("webfonts/RobotoCondensed-Italic.woff") format("woff");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("webfonts/RobotoCondensed-Bold.woff2") format("woff2"), url("webfonts/RobotoCondensed-Bold.woff") format("woff");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 700;
  src: local("Roboto Condensed Bold Italic"), local("RobotoCondensed-BoldItalic"), url("webfonts/RobotoCondensed-BoldItalic.woff2") format("woff2"), url("webfonts/RobotoCondensed-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Signika";
  font-style: normal;
  font-weight: 400;
  src: local("Signika Regular"), local("Signika-Regular"), url("webfonts/Signika-Regular.woff2") format("woff2"), url("webfonts/Signika-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Signika";
  font-style: normal;
  font-weight: 300;
  src: local("Signika Light"), local("Signika-Light"), url("webfonts/Signika-Light.woff2") format("woff2"), url("webfonts/Signika-Light.ttf") format("truetype");
}



/* ----------------------TEIL 1: ALLGEMEINES---------------------*/



.no_percent .percent-value::after {
    content: ' µ';
}
/*NUMBER-COUNTER*/

@media all and (max-width: 980px) {.et_pb_number_counter {border: 30px solid transparent !important;} }

.bereich_counter {padding-top: 60px !important; padding-bottom: 60px !important;}
.percent-value {
    font-family: Signika, sans-serif !important;
    font-weight: 300 !important;
    color: #e43328 !important;
    font-size: 1.4em;
}
 .et_pb_number_counter h3 {
    padding: 20px 0 0 0;
    font-size: 29px;
    text-transform: none;
    color: #333;
}
/*TYPOGRAPHIE*/

h1,
h2 {
    font-family: 'Signika', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5 {
    color: #333 !important;
}

p {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400 !important;
}

/* /rehabilitation */

.bereich_rehabilitation h2 {
    font-size: 28px;
}
#lang_sel_footer {
    display: none;
}
#main-footer {
    background: url(img/bg_footer.png) no-repeat 0 bottom;
    background-size: cover;
}

@media all and (min-width: 767px) and (max-width: 980px) {.sektion_bildungsbereich {margin-bottom: -90px !important;}}
/*TOP-NAVI | SECONDARY NAVI - GANZ OBEN*/

#top-header .container {
    line-height: 0;
}
#et-secondary-nav li {
    margin: 2px 0 0 0 !important;
    padding: 0 !important;
    background: transparent;
    font-size: 16px !important;
}
/* korrektur der divi-einstellungen in submenüs */

.nav li li a {
    font-size: 16px;
}
#et-secondary-menu > ul > li a {
    display: block;
    padding: 0.75em;
}
#top-header .container {
    padding-top: 0;
}
/*logo kleiner auf mobile */

@media only screen and (max-width: 767px) {
    .et_header_style_left #logo,
    .et_header_style_split #logo {
        max-width: 30%;
    }
}
@media only screen and (max-width: 500px) {
    .et_header_style_left #logo,
    .et_header_style_split #logo {
        margin-top: -5%;
    }
}
/* zusätzlicher top-header-bereich 1: schriftvergrößerung*/
/*zuerst wird der schwarzweiss-button (2) und die schriftvergrösserung (3) des plugins rausgenommen*/

.a11y-toolbar-widget li:nth-child(2) {
    display: none !important;
}
.a11y-toolbar-widget li:nth-child(3) {
    display: none !important;
}
/*jetzt kommt das eigene script drann*/

.bereich_schriftvergroesserung {
    background: #e53328;
    padding-left: 0px;
    border-left: 4px solid #fff;
}
span.button1,
span.button3 {
    display: inline-block;
    min-width: 34px;
	max-width: 34px;
    min-height: 26px;
	max-height: 26px;
    cursor: pointer;
    float: left;
	display: inline-block;
    transition: all 0.5s ease-in-out !important;
    -moz-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
    -webkit-transition: all 0.5s ease-in-out !important;
}

span.button1 {margin:0; padding: 5px 0 0 2px;}
span.button3 {margin: 0; padding: 3px 2px 0 2px;}


span.button1 img,
span.button3 img {width: 95%; height: auto;}

div.schriftgroesse {
    font-size: 16px !important;
    color: #fff;
    margin: 8px 8px 3px 8px;
    display: inline-block;
}
span.button1:hover,
span.button3:hover {
    background-color: #802524;
}
/* zusätzlicher top-header-bereich 2: kontrastplugin*/

.a11y-toolbar.ltr.right {
    display: none;
}
.a11y-toolbar-widget li {
    float: left;
    font-size: 1.5em;
    margin-right: 0;
    padding: 3% 5px 5px 6px;
    max-heighT: 26px !important;
    overflow: hidden;
}
.a11y-toolbar-widget span.offscreen {
    display: none;
}
[class^="aticon-"]::before,
[class*=" aticon-"]::before {
    line-height: 18px;
    font-size: 16px;
}
[class^="aticon-"]::after,
[class*=" aticon-"]::after {
    font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    content: 'Kontrast' !important;
    padding-left: 6px;
    margin-top: 2px;
    display: inline-block;
}
.a11y-toolbar-widget {
    min-width: 97px;
    max-width: 97px;
    border-left: 4px solid #fff;
    background: #e53328;
}
.a11y-toolbar-widget li {
    margin-left: 0px;
    transition: all 0.5s ease-in-out !important;
    -moz-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
    -webkit-transition: all 0.5s ease-in-out !important;
}
.a11y-toolbar-widget li:hover {
    background: #802524;
}

.a11y-toggle-contrast {
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
	color: #fff;
	position: relative;
	top: -1px;
}

/* zusätzlicher top-header-bereich 3: readspeaker */
/*accordeon*/

#page-container {position: relative;}


dl.bereich_readspeaker {
    min-width: 96px;
    max-width: 96px;
    background: #E53328;
    font-size: 16px !important;
    font-weight: normal !important;
    min-height: 26px;
    max-height: 26px;
    border-left: 4px solid #fff;
    transition: all 0.5s ease-in-out !important;
    -moz-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
    -webkit-transition: all 0.5s ease-in-out !important;
	   
	z-index: 51;
}

dl.bereich_readspeaker:hover {
    background: #802524
}
dl.bereich_readspeaker span {
    font-weight: normal !important;
    padding-top: 1px;
    display: inline-block;
}
dl.bereich_readspeaker a:before {
    content: '\f028';
    font-family: FontAwesome;
    font-size: 18px;
}
dl.bereich_readspeaker dt {
    width: 100%;
    padding: 7px 0 0 8px !important;
    position: relative;
}
dl.bereich_readspeaker dt:hover {
    cursor: pointer;
}
dl.bereich_readspeaker dd {
    display: none;
    margin-bottom: 2px;
    width: 300px;
    margin-left: 5px;
}
dl.bereich_readspeaker .closed {} dl.bereich_readspeaker a.closed {
    background: transparent;
    position: relativ;
    max-width: 17px;
    display: inline-block;
}
dl.bereich_readspeaker .open {} dl.bereich_readspeaker a.open {
    background: transparent;
    max-width: 17px;
    display: inline-block;
	   
	z-index: 55;
}
dl.bereich_readspeaker #readspeaker_button1 {
    margin-left: 0px;
    min-width: 300px;
    margin-top: 10px;
    background: transparent;
	position: relative;
	z-index: 51;
	border: 20px;
	   
}
dl.bereich_readspeaker #readspeaker_button1 a:before {
    content: '';
}
dl.bereich_readspeaker #readspeaker_button1 span {
    color: #404040;
}
/* zusätzlicher top-header-bereich 4: sprachumschalter*/

#names_language_selector {
    background: #e53328;
    padding: 8px 2px 4px 4px;
    font-size: 16px !important;
    transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out;
    min-width: 136px;
    max-width: 136px;
    overflow: hidden;
    border-left: 4px solid #fff;
}

#names_language_selector img {display: none;}
#names_language_selector .passive_lang img {display: block; height: 18px; width: auto; float: left; margin-right: 6px; margin-top: -4px;}

#names_language_selector:hover {
    background-color: #802524;
}
#names_language_selector ul li a:hover,
#names_language_selector ul li a:active {
    color: #fff;
}
#names_language_selector .icl_lang_sel_current
 {
    display: none;
}
#names_language_selector span.passive_lang .icl_lang_sel_current,
#names_language_selector span.passive_lang img {
    display: block;
}
.bereich_sprache_alltag,
.bereich_sprache_einfach {
    display: none !important;
}
/* originaler divi-bereich: top-menü */

#et-secondary-menu {
    float: none;
    position: absolute;
    right: 510px;
    top: 0;
}
#et-info {
    max-height: 26px;
}
#top-header .container.clearfix {
    max-width: 1080px;
    float: none;
    width: 100%;
    min-width: 100%;
}
#top-header .container {
    font-weight: 400;
}
ul#top-menu > li {
    margin: 14px -3px 36px 0 !important;
    font-size: 16px;
    text-transform: uppercase;
    padding-right: 1px;
}
ul#top-menu li#menu-item-3334 {
    position: relative;
}
ul#top-menu li.spalte1 {
    position: absolute;
    left: 0px;
    top: 1px;
}
ul#top-menu li.spalte1 .sub-menu {
    position: absolute;
    left: 0px !important;
    top: 0px !important;
}
ul#top-menu li.spalte2 {
    position: absolute;
    left: 300px;
    top: 1px;
}
ul#top-menu li.spalte2 .sub-menu {
    position: absolute;
    left: 0px !important;
    top: 0px !important;
}

.nav li li ul {
    top: 0 !important;
    left: 0 !important;
}


ul#top-menu > li:hover ul.sub-menu ul.sub-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important
}
ul#top-menu li a {
    color: #676c6e !important;
    background-color: #e6e6e6 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
}
ul#top-menu li.current_page_item > a,
ul#top-menu li > a:hover,
ul#top-menu li > a:focus,
ul#top-menu li > a:active,
ul#top-menu li.current-menu-parent > a,
ul#top-menu li.current-menu-ancestor > a,
ul#top-menu li.current-page-parent > a,
ul#top-menu li.current_page_parent > a {
    color: #fff !important;
    background: #e53328 !important;
    opacity: 1 !important;
}
/* DEAKTIVIERT: PFEILE BEI MENÜPUNKTEN MIT UNTERPUNKTEN 
#top-menu li.menu-item-has-children a {
    padding-right: 25px !important;
}
#top-menu .menu-item-has-children > a:first-child::after,
#et-secondary-nav .menu-item-has-children > a:first-child::after {
    position: absolute;
    top: 9px;
    right: 5px;
    font-family: "ETmodules";
    font-size: 16px;
    font-weight: 800;
    content: "\043";
}
#top-menu .menu-item-has-children > a:first-child,
#et-secondary-nav .menu-item-has-children > a:first-child {
    padding-right: 0px;
}
*/
/*ALLE SYMBOLE BEI MENÜPUNKTEN MIT UNTERPUNKTEN DEAKTIVIEREN: */

#top-menu li.menu-item-has-children a {
    padding-right: 20px !important;
}
#top-menu .menu-item-has-children > a:first-child::after,
#et-secondary-nav .menu-item-has-children > a:first-child::after {
    display: none;
}
#top-menu .menu-item-has-children > a:first-child,
#et-secondary-nav .menu-item-has-children > a:first-child {
    padding-right: 0px;
}
.et_header_style_left #et-top-navigation nav > ul > li > a,
.et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 0px;
}
/*sub-menus*/

.nav li ul {
    border-top: none;
    padding: 1px 0 0 0 !important;
    width: 300px;
    position: absolute;
    top: 0; left: 0;
}
.nav li ul,
.nav li ul li,
.nav li ul li a {
    width: 300px !important;
    font-weight: normal;
}
#top-menu li li {
    padding: 0;
}
/*mobiles menü bei hover und active/ current-page-item */

#main-header .et_mobile_menu li a:hover,
#main-header .et_mobile_menu .sub-menu li a:hover,
#main-header .et_mobile_menu > li.current_page_item a,
#main-header .et_mobile_menu .sub-menu > li.current_page_item a,
#main-header .et_mobile_menu > li.current_page_parent a {
    background-color: #e53328 !important;
    color: #fff;
    opacity: 1;
}
#main-header .et_mobile_menu .sub-menu > li a {
    background-color: #fff !important;
    color: #737373;
}
/*da ist ein leerer Absatz im Quelltext!!!*/

#subheaderbild h1 {
    padding: 20px;
    background: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-family: Roboto Condensed !important;
    font-weight: 100;
    font-size: 38px;
}
/*LISTEN*/

.entry-content ul {
    list-style-type: none;
    padding: 0 0 23px 20px;
}
.entry-content ul li {
    position: relative;
    line-height: 1.5 !important;
}
.lang-ls .entry-content ul li, .lang-ls .entry-content ol li {
    font-size: 22px;
    line-height: 1.9 !important;
}
.entry-content ul li:before {
    content: '';
    border: 3px solid #E53328;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: -14px;
    top: 9px;
}
.lang-ls .entry-content ul li:before, .lang-ls .entry-content ol li:before {
    top: 17px;
}
a,
a:visited {
    color: #e53328;
}
a:hover,
a:focus,
a:active {
    color: #802524;
}
/*FOOTER*/
.bereich_dreieck {background-size: contain;
min-height: 570px;
background-position: left bottom;}

.footer-widget h4.title,
.textwidget p a,
.textwidget p a:visited {
    color: #fff !important;
    font-weight: bold;
}
.textwidget p a:hover,
.textwidget p a:focus,
.textwidget p a:active {
    color: #fff !important;
    opacity: 0.8 !important;
}
#footer-bottom {
    background: #333 !important;
}
#footer-info,
#footer-info p {
    text-align: left !important;
}
#footer-widgets .footer-widget li:before {
    border: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
#footer-widgets .footer-widget li {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 19px;
    line-height: 1.5 !important;
}
.fwidget {
    width: 100% !important;
}
.footer-widget h4 {
    margin-bottom: 20px;
    width: 80%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
/*DIENSTLEISTUNGEN*/

.portfolio-dienstleistungen h2 a {
    color: #e53328 !important;
}
.portfolio-dienstleistungen h2 a:before {
    font-family: "ETmodules";
    content: "\035";
}

/* Digitalisierung */
.modul_leistungsangebot .column {font-size: 19px;}
.lang-ls .modul_leistungsangebot column {font-size: 22px;}


/* BREADCRUMBS */

.breadcrumbs {
    color: #e53328;
    font-size: 19px;
	line-height: 1.5;
}
.breadcrumbs a {
    color: #737373;
}
.breadcrumbs a:hover {
    color: #e53328;
}
.sep:after {
    color: #737373;
    font-family: "ETmodules";
    content: "\045";
    display: inline-block;
    margin-top: 3px;
    display: inline-block;
    position: relative;
    left: 0px;
    top: 2px;
    width: 20px;
}

.sektion_breadcrumbs {padding: 10px 0 0 0 !important;}
.zeile_breadcrumbs {padding: 0 !important;}
.topsection {padding-top: 0px !important;}


/*positionen und notwendige korrekturen der zusätzlichen elemente im header */

#main-header {
    z-index: 1;
}
#top-header {
    min-height: 26px;
    z-index: 2;
}
.a11y-toolbar-widget,
.bereich_schriftvergroesserung,
.bereich_readspeaker,
#names_language_selector {
    position: absolute !important;
    top: 0 !important;
}
.a11y-toolbar-widget {
    right: 232px !important;
    z-index: 80000;
}
.bereich_schriftvergroesserung {
    right: 329px !important;
    z-index: 80000;
}

dl.bereich_readspeaker {
    right: 136px !important;
}

#names_language_selector {
    right: 0 !important;
    z-index: 80000;
}
@media only screen and (min-width: 521px) and (max-width: 980px) {
    #main-header {
        border-top: 30px solid transparent;
    }
    #et-main-area {
        margin-top: -18px;
        border-top: 1px solid E53328;
    }
}
/*767 - 1*/

@media only screen and (max-width: 767px) {
    .a11y-toolbar-widget {
        right: 58px !important;
        min-width: 38px;
        max-width: 38px;
        min-height: 26px;
    }
    .a11y-toolbar-widget li {
        padding: 3.5px 5px 5px 6px;
    }
    .a11y-toolbar-widget ul:before {
        display: none;
    }
    .bereich_schriftvergroesserung {
        right: 100px !important;
    }
    span.button3 {
        min-width: 34px;
    }
    dl.bereich_readspeaker {
        right: 30px !important;
        width: 36px;
        max-width: 36px;
        min-width: 36px;
    }
    dl.bereich_readspeaker dt span {
        display: none;
    }
    dl.bereich_readspeaker dt {
        padding-left: 8px !important;
    }
    dl.bereich_readspeaker dd {
        display: none;
        margin-bottom: 2px;
        width: 300px;
        margin-left: -240px;
    }
    div.schriftgroesse {
        display: none;
    }
    [class*=" aticon-"]::after {
        display: none;
    }
}
@media only screen and (max-width: 520px) {
    .container {
        padding-top: 18px !important;
    }
}
/*Mobiles Menü schon frühzeitig aktivieren*/

@media only screen and (min-width: 1261px) {
    #top-menu-nav {
        display: block !important;
    }
    #et_mobile_nav_menu {
        display: none !important;
    }
}
@media only screen and (max-width: 1260px) {
    #top-menu-nav {
        display: none !important;
    }
    #et_mobile_nav_menu {
        display: none !important;
        /*XXX ANPASSEN!!! */
    }
    .wpml-lang-ls .bereich_sprache_alltag {
        display: block !important;
        background: #e53328;
        transition: background 0.5s ease-in-out;
        -moz-transition: background 0.5s ease-in-out;
        -webkit-transition: background 0.5s ease-in-out;
        -o-transition: background 0.5s ease-in-out;
    }
    .wpml-lang-ls .bereich_sprache_alltag:hover {
        background: #802524
    }
    .wpml-lang-ls .bereich_sprache_einfach {
        display: none !important;
    }
    .wpml-lang-ls .bereich_sprache_alltag a,
    .wpml-lang-de .bereich_sprache_einfach a {
        color: #fff;
    }
    .wpml-lang-de .bereich_sprache_alltag {
        display: none !important;
    }
    .wpml-lang-de .bereich_sprache_einfach {
        display: block !important;
        background: #e53328;
        transition: background 0.5s ease-in-out;
        -moz-transition: background 0.5s ease-in-out;
        -o-transition: background 0.5s ease-in-out;
        -webkit-transition: background 0.5s ease-in-out;
    }
    .wpml-lang-de .bereich_sprache_einfach:hover {
        background: #802524
    }
}
.menu-item-language {
    display: none !important;
}
/*schriftgröße responsive*/

@media only screen and (min-width: 521px) and (max-width: 980px) {
    #subheaderbild h1 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 520px) {
    #subheaderbild h1 {
        font-size: 20px;
    }
}
/* macht top header permanent sichtbar, sollte aber im Theme eingestellt werden */

#top-header {
    display: block !important;
}

/*767 - 2*/

@media only screen and (max-width: 767px) {
	
    #names_language_selector .icl_lang_sel_current {
        display: none !important;
    }
    #names_language_selector {
        max-width: 30px;
        min-width: 30px;
		max-height: 26px;
		overflow: hidden;
        padding: 4px 0 8px 4px;
        background-image: none;
    }
    #names_language_selector span.passive_lang .icl_lang_sel_current,
    #names_language_selector span.passive_lang img {
    margin-top: 0px;
    height: auto;
    margin-left: -10%;
    }
}
/*z-index für den slidertext anpassen damit das menü sichtbar wird 
@media all and (max-width: 980px) {.et_pb_fullwidth_header {
    margin-top: 30px; height: 270px;} }
	*/
	
	
/*SPRACHEN - VERSCHIEDEN STYLEN */
p {line-height: 1.5; /*zur info: ist ok, dass es da steht, es wird aber von den divi-grundeinstellungen überschrieben */
}
.lang-ls p, .lang-ls .breadcrumbs{
    font-size: 22px;
    line-height: 1.9;
}
.lang-ls h1 {
    font-size: 40px;
}
.lang-ls h2 {
    font-size: 30px;
}
.lang-lsh3 {
    font-size: 25px;
}
.lang-ls h4, .lang-ls .et_pb_toggle h5 {
    font-size: 22px;
}

/*
@media only screen and (max-width: 890px) {
    .lang-ls p,
	.lang-ls .entry-content ul li {
        font-size: 20px;
    }
    .lang-ls h1 {
        font-size: 30px;
    }
    .lang-ls h2 {
        font-size: 28px;
    }
    .lang-lsh3 {
        font-size: 25px;
    }
    .lang-ls h4 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .lang-ls p,
	.lang-ls .entry-content ul li {
        font-size: 18px;
    }
    .lang-ls h1 {
        font-size: 25px;
    }
    .lang-ls h2 {
        font-size: 23px;
    }
    .lang-lsh3 {
        font-size: 22px;
    }
    .lang-ls h4 {
        font-size: 20px;
    }
}

*/


/*SOCIAL SHARING */
/* macht die unterste footerzeile sichtbar*/

#page-container {
    padding-bottom: 45px;
}
/*BUG1: BACKGOUND-BUG WIRD BEHOBEN */

@media only screen and (max-width: 3000px) {
    #page-container {
        padding-top: 145px !important;
        background: #fff !important;
    }
}
@media only screen and (max-width: 1260px) {
    #page-container {
        padding-top: 115px !important;
    }
}
@media only screen and (max-width: 980px) {
    #page-container {
        padding-top: 125px !important;
    }
}
@media only screen and (max-width: 520px) {
    #page-container {
        padding-top: 100px !important;
    }
}

/* begrenzt die social buttons auf desktop */

@media only screen and (min-width: 981px) {
    .slideInUp.addthis-animated {
        width: 90% !important;
        max-width: 1200px !important;
        margin: 0 auto;
    }
}
/*--------------------------------------------------------- 
MOBILES MENÜ KOMPLETT DEAKTIVIEREN - 
---------------------------------------------------------*/

.et_mobile_nav_menu,
.mobile_nav closed {
    display: none !important
}
#responsive-menu-container {
    z-index: 9999 !important;
}
.mobile_container_class {
    display: none;
}
@media all and (max-width: 1261px) {
    .page-container {
        margin-top: -1px !important;
    }
    .mobile_container_class {
        display: block;
        min-width: 120px;
        min-height: 55px;
        position: relative;
        margin-top: -25px;
        margin-bottom: 25px;
    }
    .mobile_container_class #responsive-menu-button {
        position: absolute;
        top: 0;
        right: 0;
    }
	
	
	   .mobile_container_class #responsive-menu-button.is-active {
        position: fixed;
        top: 1px;
    }
	
}
@media all and (max-width: 1261px) and (min-width: 981px) {
    .et-fixed-header .mobile_container_class #responsive-menu-button {
        width: 35px;
        height: 35px;
        top: 15px;
    }
}
@media all and (max-width: 980px) {
    img#logo {
        height: 55px !important;
        width: auto !important;
    }
    .logo_container,
    .et_header_style_left #logo,
    .et_header_style_split #logo,
    .et_pb_svg_logo #logo {
        height: 55px !important;
        max-height: 55px !important;
        min-height: 55px !important;
    }
    .et_header_style_left #logo,
    .et_header_style_split #logo {
        max-width: 100% !important;
    }
    .et_header_style_left #logo,
    .et_header_style_split #logo {
        margin-top: 7px;
    }
}
@media all and (max-width: 500px) {
    .mobile_container_class {
        min-width: 90px;
        margin-top: -25px;
        margin-bottom: 5px;
    }
    button#responsive-menu-button {
        width: 40px !important;
        height: 40px !important;
    }
    img#logo {
        height: 40px !important;
        width: auto !important;
    }
    .logo_container,
    .et_header_style_left #logo,
    .et_header_style_split #logo,
    .et_pb_svg_logo #logo {
        height: 40px !important;
        max-height: 40px !important;
        min-height: 40px !important;
		margin-top: 10px;
    }
    .et_header_style_left #logo,
    .et_header_style_split #logo {
        max-width: 100% !important;
    }
    .et_header_style_left #logo,
    .et_header_style_split #logo {
        margin-top: 0;
    }
    .mobile_container_class #names_language_selector {
        display: block;
    }
    .mobile_container_class #names_language_selector span.passive_lang img {
        width: 40px;
        height: 40px;
        opacity: 0;
    }
    #names_language_selector.mobile_sprach {
        position: absolute;
        left: 0;
        top: 0;
        background: url(img/lang3.png) no-repeat #e53328 5px 3px;
background-size: 19px 19px;
        min-width: 40px;
        max-width: 40px;
        min-height: 40px;
        max-height: 40px;
    }
}
#responsive-menu li {
    border: none !important;
    border-bottom: 1px solid #fff !important;
}
#responsive-menu li.responsive-menu-item-has-children a {
    border-bottom: none !important;
}
#responsive-menu li.responsive-menu-item-has-children:last-child {
    border-bottom: none !important;
}
#responsive-menu-container li.responsive-menu-item a {
    padding: 0 0 0 50px !important;
}
/* --- zusätzliche farben im responsive menu --- */

.responsive-menu-open .mobile_container_class {
    position: absolute;
    top: 0;
    right: -12%;
}
.responsive-menu-open #responsive-menu-button {
    background: #333333 !important;
    width: 41px !important;
    height: 41px !important;
}
#responsive-menu li.bg_grau a {
    background-color: #333333 !important;
    border: none !important;
}
#responsive-menu li li a {
    background-color: #802524 !important;
}
@media all and (min-width: 520px) and (max-width: 980px) {
    .responsive-menu-open .mobile_container_class {
        top: -31px;
    }
}
/*KORREKTUR NR: 100.001 AM MOBILEN TOP-MENÜ */

@media all and (max-width: 980px) {
    #top-header {
        background: #e53328 !important;
        max-height: 30px !important
    }
    .et_non_fixed_nav.et_transparent_nav_temp #main-header,
    .et_secondary_nav_only_menu #main-header,
    .et_fixed_nav_temp #main-header,
    .et_secondary_nav_only_menu #main-header {
        top: 26px !important;
    }
}

@media all and (max-width: 767px) {
	#top-header, #et-info {max-height: 26px !important;}
}



/*responsive menu button - bild */
.responsive-menu-box {
    width: 100% !important;
    height: 100% !important;
}

/*NACHTRAG: DER SCHNIPSEL WAR IM ADMINBEREICH 
ALS BENUTZERDEFINIERTES CSS ABGELEGT
ICH STELLE IHN BESSER HIER REIN */

.et_pb_fullwidth_header {height: 300px;padding: 10px 0 !important;}﻿


/*---------------------TEIL 2: EINZELNE SEITEN--------------------------*/
/*HOME - STARTSEIE*/

/* DER STARTSLIDER */
/*sliderbeschreibung */

.et-pb-arrow-prev::before,
.et-pb-arrow-next::before {
    color: #e53328;
}
#startslider {
    position: relative;
    min-height: 400px;
}
#startslider .et_pb_slides,
#startslider .et_pb_slide.et_pb_bg_layout_light.et_pb_slider_with_text_overlay.et_pb_media_alignment_center.et_pb_slide_0.et-pb-active-slide {
    /* min-height: 400px; */ /* Divi Booster setting */
    /* background-size: auto 100%; */ /* makes first slide narrow when in split test */
}


#startslider .et_pb_slide_description {
    background: rgba(255, 255, 255, 0.7);
    width: 50% !important;
    margin-left: 50% !important;
    margin-top: 10% !important;
    margin-bottom: 0% !important;
    padding: 0 0 40px 0 !important;
    text-align: left !important
	
}


.et_pb_slides .et_pb_slide_description {
    display: inline-block;
    vertical-align: middle;
}




.et_pb_slider .et_pb_slide_description {
    position: relative;
    top: 10%;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin-top: -15px !important;
    height: auto !important;
}



#startslider h2.et_pb_slide_title,
#startslider .et_pb_slide_content,
#startslider .et_pb_slide_content h5 {
    text-align: left;
    background-color: transparent !important;
    padding: 0 !important;
}
#startslider h2.et_pb_slide_title,
#startslider .et_pb_slide_content h5,
#startslider .et_pb_button {
    margin-left: 10%;
    margin-right: 10%;
}
#startslider h2.et_pb_slide_title:before {
    content: '';
    display: block;
    min-height: 20px;
}
/* randabstände startseitenslider auf mobile */

@media all and (min-width: 676px) and (max-width: 981px) {
    .home .et_pb_row.et_pb_row_fullwidth,
    .home .et_pb_specialty_fullwidth > .et_pb_row {
        width: 90% !important;
        max-width: 90% !important;
    }
    .reihe_startseitenslider {
        width: 90% !important;
        margin: -30px auto -80px auto !important;
    }
}
/*schriften startslider*/

#startslider h2.et_pb_slide_title,
#startslider .et_pb_slide_content {
    font-family: 'Roboto Condensed', sans-serif !important;
}
#startslider h2.et_pb_slide_title {
    font-size: 2em;
    margin-bottom: 20px;
    line-height: 1em !important;
}
#startslider .et_pb_slide_content h5 {
    margin-bottom: 0px !important;
    font-size: 19px;
    line-height: 24px !important;
}
#startslider .et_pb_slide_content p {
    display: none;
}
/*buttons startslider*/

#startslider a.et_pb_button {
    background: #e53328 !important;
    color: #fff !important;
    font-weight: bold;
    border-color: #e53328;
}
#startslider a:hover.et_pb_button {
    background: #802524 !important;
    color: #fff !important;
    font-weight: bold;
    border-color: #802524;
}
.button2feld a {
    text-transform: uppercase;
    padding: 10px 20px;
    border: 2px solid #e53328;
    border-radius: 5px;
    margin-bottom: 20px;
}
/*anpassung startslider an screengröße*/

@media only screen and (min-width: 521px) and (max-width: 980px) {

    #startslider .et_pb_slide_description {
        margin-top: 18% !important;
        margin-bottom: 10% !important;
        padding-top: 20px !important;
    }
    #startslider h2.et_pb_slide_title::before {
        display: none;
    }
    #startslider h2.et_pb_slide_title {
        font-size: 1.6em;
        line-height: 1em !important;
        font-weight: 100 !important;
    }
    #startslider a.et_pb_button {
        display: inline-block !important;
    }
}
@media only screen and (max-width: 520px) {
    #startslider {}
}


/* abstand oberhalb und unterhalb von "herzlich willkommen" */
.sektion_startseite_herzlich_willkommen {margin-top: -10px !important; padding-top: 0 !important; padding-bottom: 0 !important;}
.sektion_startseite_herzlich_willkommen h1 {margin-top: 0; margin-bottom: 16px; font-size: 27px;}
.button_herzlich_willkommen {margin-top: 30px;}


/* abstand auf mobile bei kunstwerk blisse erhöhen */


@media all and (max-width: 767px) {.sektion_kunstwerk_blisse {margin-bottom: 25px;
padding-bottom: 35px !important;}}

/*hintergrund dreieck auf startseite*/




.sektion_startseite_dreieck {
    background-size: contain; 
    background-position: left bottom;
    padding-bottom: 50px !important;
	background-position: left bottom;
background-size: contain;
}


/* abstand oberhalb und unterhalb im bereich mit dem roten dreieck 
   drei infoboxen nebeneinander */
   
 .sektion_startseite_dreieck {padding-top: 50px;}
 
 /* Link "Mehr erfahren" mit dreieck */
 
 .zeile_teilhabe a::before {
    font-family: "ETmodules";
    font-weight: 800;
    content: "\035";
}
 
 /*padding und margin unten in den teaserboxen -textbeiträgen auf der startseite */
.modul_bild_teaserboxen_start, 
.modul_bild_teaserboxen_start img {margin-bottom: 0 !important;}
.modul_text_teaserboxen_start {padding: 30px; margin-bottom: 0 !important;}


/*abstand nach oben im bereich chancen und teilhabe auf der startseite */
.sektion_teilhabe_startseite {padding: 0 0 100px 0 !important;}


/*Linkanpassungen Startseite */

.modul_text_teaserboxen_start a,
.modul_text_teaserboxen_start a:visited {
    color: #e53328;
}
.modul_text_teaserboxen_start a:hover,
.modul_text_teaserboxen_start a:focus,
.modul_text_teaserboxen_start a:active {
    color: #802524;
}
.modul_text_teaserboxen_start a:before,
.bereich_geschaeftsfelder a:before {
    font-family: "ETmodules";
    font-weight: 800;
    content: "\035";
}
.startteaser .et_pb_button_module_wrapper.et_pb_module {
    background: #fff;
    margin-top: -30px;
    padding: 0 0 30px 30px;
    text-transform: uppercase;
}
/*Buttons auf Startseite*/

.bereich_taste_vollbreiter_bg .et_pb_button_module_wrapper.et_pb_module {
    background: #fff;
    padding-bottom: 30px;
    padding-left: 40px;
}




/* /ueber-das-lwerk/*/
.sektion_lwerk_heute h2 {font-size: 20px; margin-bottom: -8px;}
.sektion_lwerk_heute .modul_erfahren_sie_mehr h2 {font-size: 28px; margin-bottom: 0px;}
.modul_ifucert_logo img {max-width: 174px; height: auto; margin-bottom: 10px;}
.modul_erfahren_sie_mehr {margin-bottom: 13px !important;}
.modul_erfahren_sie_mehr h3 {font-size: 32px; font-weight:200; margin-bottom: 13px !important; text-transform:uppercase;}


/* /wir-ueber-uns/stellenangebote*/

.topsection.stellenangebote {padding-top: 10px !important;}
.kontaktbox {padding: 20px;}
.kontaktbox h4 {text-transform:uppercase;font-weight:bold;letter-spacing: 1px;}

/* Toggle Umschalter */
.et_pb_toggle h5 {font-size:18px;text-transform:uppercase;font-weight:bold;letter-spacing: 1px;}
.et_pb_toggle_title:before {color: #666;}


/* /wir-ueber-uns/werkstattrat/*

/* /wir-ueber-uns/partner/ */
.topsection.partner h2 {font-size: 26px;} 
.topsection.partner {padding-bottom: 0 !important; padding-top: 0 !important;}

/*rehabilitation http://www.neu.lwerk-berlin.de/rehabilitation/*/
.topsection.berufsbildung {padding-bottom: 0px !important;}
.zeile_ansprechpartner {padding-bottom: 0 !important; margin-bottom: -18px !important;}

.bereiche_rehabilitation a,
.bereiche_rehabilitation a:visited {
    color: #e53328;
}
.bereiche_rehabilitation a:hover,
.bereiche_rehabilitation a:focus,
.bereiche_rehabilitation a:active {
    color: #802524;
}
.bereiche_rehabilitation a:before {
    font-family: "ETmodules";
    font-weight: 800;
    content: "\035";
}


.sektion_dienstleistungen_galerie,
.zeile_dienstleistungen_galerie {margin: 0 auto !important; padding: 0 !important;}

/* /beruflicherehabilitation/berufsbildungsbereich/ */


.modul_region {margin-bottom: 0px !important;}
/* /dienstleistungen/bueroservice/ */

.bereiche_bureauservice ul {
    list-style: none;
    padding: 0;
}
.bereiche_bureauservice ul li {
    padding-left: 15px;
    text-indent: -15px;
}
.bereiche_bureauservice ul li:before {
    color: #e53328;
    content: '.';
    position: relative;
    top: -4px;
    left: 0;
    display: inline-block;
    width: 15px;
    font-size: 40px;
}

/* /dienstleistungen/schmuckwerkstatt/ */
@media all and (min-width: 767px) {.sektion_schmuckinfo {margin-bottom: -60px;} }


/* /rehabilitation/stellenangebote-4/ */

.bereich_bureauservice ul {
    list-style: none;
    padding: 0;
}
.bereich_bureauservice ul li:before {
    color: #e53328;
    content: '.';
    position: relative;
    top: -4px;
    left: 0;
    display: inline-block;
    width: 15px;
    font-size: 40px;
}
/* /wir-ueber-uns*/

.bereich_mehr_erfahren img {
    margin-bottom: -20px;
}
.link_mehr_erfahren {
    font-weight: 400;
}
.link_mehr_erfahren a,
.link_mehr_erfahren a:visited {
    color: #e53328;
}
.link_mehr_erfahren a:hover,
.link_mehr_erfahren a:focus,
.link_mehr_erfahren active {
    color: #802524;
}
.link_mehr_erfahren a:before {
    font-family: "ETmodules";
    font-weight: 800;
    content: "\035";
}
/*BILDUNTERSCHRIFTEN IN GALERIEN */

h3.et_pb_gallery_title {
    font-size: 19px !important;
}
/*STANDORTE - SUPERSTOREFINDER - STORELOCATOR*/

#applyFilterOptions.expand,
input#applyFilterOptions.expand {
    background: #e53328;
}
.main-back-to-top {
    background: #e1e1e1 !important;
}
a.ssflinks {
    color: #e53328 !important;
}
.infobox__marker {
    border: 3px solid #e53328 !important;
    background-color: #e53328 !important;
    color: #fff !important;
    width: 100% !important;
    border-radius: 0% !important;
}
.store-locator-map .store-locator__infobox::before {
    display: none;
}
a.infobox__row.infobox__cta.ssflinks:before {
    font-family: "ETmodules";
    content: "\035";
}
.store-locator__infobox.store-locator__infobox--main {
    background: #fff !important;
    color: #333 !important;
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2);
}
.store-locator__infobox.store-locator__infobox--main a {
    color: #e53328 !important;
}
.infobox__closer {
    display: none;
}
.infobox__title {
    color: #000;
}
a.ssflinks {
    font-size: 1.2em;
}
.infobox__body #dirbutton,
.infobox__row.infobox__stv {
    font-size: 1.2em;
}
.infobox__body #dirbutton {
    position: relative;
}
.infobox__body #dirbutton:after {
    display: block;
    content: '';
    width: 90%;
    min-height: 1px;
    background: #737373;
    position: absolute;
    top: 75px;
}
/*---andere darstellung für suchfilter auf kleineren screens --- */

@media all and (max-width: 1025px) {
    .page-id-87 .filter-radio.filter-popup.filter-popup--medium-down.ssf-panel.shadowed {
        padding-top: 108px;
    }
    .page-id-87 #at-share-dock {
        display: none !important;
    }
    .page-id-1080 .filter-radio.filter-popup.filter-popup--medium-down.ssf-panel.shadowed {
        padding-top: 108px;
    }
    .page-id-1080 #at-share-dock {
        display: none !important;
    }
}
/*zusätzliche änderungen bei "standorte" */

#filterOptionsClearer {
    display: none;
}
#filterShowAll {
    font-size: 19px !important;
}
#filter__cat { 
    display: none;
}
ul.small-block-grid-2.space-top li:before {
    display: none;
}
.ssf-content-section,
#storeLocator__storeListRow,
.infobox__inner {
    font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif !important;
    color: #333333 !important;
}
h2.title.space-bottom-3x,
.infobox__row.infobox__title.store-location {
    font-family: Signika, sans-serif !important;
}
h2.title.space-bottom-3x {
    color: #888 !important;
}
.infobox__row.infobox__title.store-location {
    color: #333 !important;
}
.filter__toggler,
h2.title.space-bottom-3x,
.infobox__subtitle,
.infobox__body .infobox__row.infobox__title store-location,
.infobox__body .infobox__title {
    font-weight: 900 !important;
    color: #888 !important;
}
.infobox__subtitle {
    color: #888 !important;
    font-size: 13px !important;
}
.infobox__row {
    color: #333 !important;
    font-size: 19px !important
}
.infobox_inner .infobox__title {
    line-height: 0.4 !important;
}
.infobox__body .infobox__row.infobox__title store-location {
    font-size: 22px !important;
}
.infobox__subtitle {
    margin-bottom: -10px;
}
.infobox__row.store-address {
    font-size: 17px;
    line-height: 24px;
    color: #888 !important;
}

.small-block-grid-2 > li {
    width: 100% !important;
}


/*SITEMAP*/

.modul_sitemap h2 {
    display: none;
}


/* /rehabilitation/stepps/ */
.zeile_steps h2 {font-size: 26px;}
.zeile_stepps_galerietrenner {margin-top: 42px !important;}


/*  http://www.neu.lwerk-berlin.de/begleitendemassnahmen/ */
.topsection_begleitende_angebote {margin-bottom: -10px !important; padding-bottom: 0px !important;}
.zeile_trenner_begleitende_angebote {margin-top: 0px !important; margin-bottom: 0px !important;}
.zeile_inhalt_begleitende_angebote {}


.zeile_content_schoenedinge {margin-top: -10px !important; margin-bottom: -70px !important;}



/* MODULE ARBEITSBEREICHE */
.modul_arbeitsbereiche .et_pb_main_blurb_image {margin-bottom: 10px;}

/*Pfeile bei http://www.neu.lwerk-berlin.de/rehabilitation/berufliche-rehabilitation/ */

.sektion_lwerk_bereiche .et_pb_blurb_container a {margin-left: -6px;}
.sektion_lwerk_bereiche .et_pb_blurb_container h4 a {margin-left: 0;}


.sektion_lwerk_bereiche .et_pb_blurb_container a::before {
    font-family: "ETmodules";
    font-weight: 800;
    content: "\035";
}

.sektion_lwerk_bereiche .et_pb_blurb_container h4 a::before {
    content: '';
}

/*Textgröße in Blurb-Containern bei Rehabilitation*/

.sektion_lwerk_bereiche .et_pb_blurb_container {font-size: 19px; line-height: 1.5;}
.lang-ls .sektion_lwerk_bereiche .et_pb_blurb_container  {font-size: 22px; line-height: 1.9}


/*z-index anpassung und andere korrekturen am schluss um Menü korrekt darzustellen */
.et_pb_section_0.et_pb_section {z-index: 0 !important;}
header, #main-header {z-index: 10;}
.et_fixed_nav #top-header  {z-index: 11;}

.zusatze {position: relative;      z-index: 50;}
dl.bereich_readspeaker {    z-index: 80000;}
dl.bereich_readspeaker dt {    z-index: 81000;}
dl.bereich_readspeaker dd {    z-index: 82000;}
.et_fixed_nav #main-header {    z-index: 10;}

.mobile_container_wrapper
{position: fixed; z-index: 999999; width: 50%; top: 50px; right: 0;}

.et-fixed-header .mobile_container_wrapper {top: 30px;}
.mobile_container_class {width: 81%;
    max-width: 600px; margin: 0 auto 0 0;}
	
	
	
#main-header .logo_container {min-height: 110px; transition: all 0.3s ease-in-out}
#main-header.et-fixed-header .logo_container {min-height: 80px;}

#main-header {min-height: 110px; transition: all 0.3s ease-in-out}
#main-header.et-fixed-header {min-height: 80px;}


#responsive-menu-button.scrolled_button {top: -10px; width: 45px; height: 45px; transition: all 0.5s ease-in-out;}


@media all and (max-width: 980px) { .mobile_container_wrapper {position: absolute;} 
							#main-header{min-height: 110px !important; width: 100% !important;}
							#responsive-menu-button.scrolled_button {top: 0px; width: 55px; height: 55px;}
}

@media all and (max-width: 500px) {
							#main-header{min-height: 80px !important; }
}

/*positionskorrektur superstorefinder
wegen Überlappung mit header */ 

@media all and (max-width: 1260px) {body .ssf-main-content {
    padding-top: 20px;
	background: #F2F2F2;
	}
	.filter__row {margin-top: 29px;}
}

@media all and (max-width: 980px) {body .ssf-main-content {
    padding-top: 29px;
	}
}

@media all and (max-width: 767px) {body .ssf-main-content {
    padding-top: 29px;
	}

}

@media all and (max-width: 500px) {body .ssf-main-content {
    padding-top: 6px;
	}
	.filter__row {margin-top: -1px;}

}

/* COOKIE NOTICE */
#cookie-notice .button.wp-default, #cookie-notice .button.wp-default:focus, #cookie-notice .button.wp-default:hover
{ font-family: 'Roboto Condensed', sans-serif; font-size: 15px; line-height: 20px; text-align: center; background: #e53328; border-color: #e53328; color:#FFF;text-shadow: none;}

#cn-notice-text
{ font-size: 15px; }
