@charset "utf-8";
:root {
  --WzW-c-Main: #38AD6C;
  --WzW-cTrans50-Main: rgba(56,173,108,0.50);
  --WzW-cDark-Main: #1D7145;
  --WzW-bluelightgrey-Main: #f5f6fa;
  --WzW-lightgrey-Main: #EAEAEA;
  --WzW-grey-Main: #5D6267;
  --WzW-greyDark-Main: #353535;
    
  --WzW-c-Conteacts: #38AD6C;
  --WzW-c-Jobs: #EF8825;
  --WzW-c-Recruiting: #415CA5;
  --WzW-c-Research: #1AB8E2;
    
  --WzW-HeadHigh:10em;
    
  --sm:576px;
  --md:768px;
  --lg:992px;
  --xl:1200px;
}

.gradient_green1{
	background-image: -webkit-linear-gradient(180deg,rgba(57,173,110,1.00) 16.23%,rgba(30,113,69,1.00) 83.42%);
	background-image: -moz-linear-gradient(180deg,rgba(57,173,110,1.00) 16.23%,rgba(30,113,69,1.00) 83.42%);
	background-image: -o-linear-gradient(180deg,rgba(57,173,110,1.00) 16.23%,rgba(30,113,69,1.00) 83.42%);
	background-image: linear-gradient(270deg,rgba(57,173,110,1.00) 16.23%,rgba(30,113,69,1.00) 83.42%);
}
.navbar-WzW .container{
	background-image: -webkit-linear-gradient(0deg,rgba(7,62,93,1.00) 0%,rgba(56,173,108,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(7,62,93,1.00) 0%,rgba(56,173,108,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(7,62,93,1.00) 0%,rgba(56,173,108,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(7,62,93,1.00) 0%,rgba(56,173,108,1.00) 100.00%);
}
.navbar-WzW .nav-item a.nav-contacts::after{
    display: block;
}/*
.header-start nav, nav.navbar-WzW{
    background-image: url("../img/2020/wzw_main_tree_1920.jpg")
}
.navbar-WzW>a.logo{
    content: url(../img/logo/Logo_wer_zu_wem_2020_2.svg);
}
.header-start nav::after{
    content: url("../img/logo/Logo_wer_zu_wem_2020_2_w.svg");
}
/* - - - Font - - - - - - */
@font-face {
    font-family: 'pn';
    src: url('../fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'pn';
    src: url('../fonts/proximanova-bold-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'pn-extrabold';
    src: url('../fonts/proximanova-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-extrabold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'pn-extrabold';
    src: url('../fonts/proximanova-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* - - - Gestaltungselemente - - - - - - */
body, input{
    font-family: 'pn';
    font-size: 1.2em;
}
button, option, input, optgroup, select, textarea {
    /*font-family: revert;*/
    font-family: 'pn', Verdana, "sans-serif";
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}
#header{
/*    margin-top: 80px;*/
}
.space-after-1{
    margin-bottom: 1em;
}
.space-after-2{
    margin-bottom: 6em;
}
.space-after-3{
    margin-bottom: 3em;
}
.space-arround-1{
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}
.rund {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}
.fs150{
    font-size: 1.5em;
}
.border-grey-round{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 15px;
    border: solid 1px #dddddd;
    border-radius: 8px;
}
@media (max-width: 992px) {
    .container{
        max-width: 992px;
    }
}
.container>h1,
.container>h2{
    margin: 4em 0 2em 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: bold;
}
#loading_spinner, #loading_spinner_jobs {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 20000;
    background: #000000;
    opacity: 0.85;
}
.iframeFullSize{
    border: none;
    width: 100%;
    height: 40vw;
    max-height: 640px;
}
h1{
    margin: 0 0 1.4em 0;
}
p.head-Text-Main{
    text-align: center;
    font-weight: bold;
    margin-bottom: 4em;
}
/* - - - img - - - - - - */
img.img-1em{
    position: relative;
    height: 1em;
}
img.img-2em{
    position: relative;
    height: 2.4em;
}
.tableFrame{
    position: relative;
    width: 100%;
    overflow-x: auto;
}
.WzW_PicFrame{
    position: relative;
    border-radius: 15px;
}
.WzW_PicFrame{
    display: block;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 1em;
	-webkit-box-shadow: 0 0.1em 1.2em rgba(0,0,0,0.25);
	box-shadow: 0 0.1em 1.2em rgba(0,0,0,0.25);
}
.WzW_PicFrame::after{
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: url("../img/stripesPics.svg");
    background-size: cover;
    background-position: center center;
    transition: transform 0.2s;
}
a.WzW_PicFrame:hover::after{
    transform: translateX(2em);
    transition: transform 0.05s;
}
a.WzW_PicFrame img{
    transform: scale(1.0);
    transition: transform 0.2s;
}
a.WzW_PicFrame:hover img{
    transform: scale(1.01);
    transition: transform 0.05s;
}/*
.img-round{
    border-radius: 10px;
}*/
.img-Box div{
    position: absolute;
    bottom: 1em;
    left: 1em;
    padding: 1em;
    right: 1em;
    background-color: rgba(255,255,255,0.9);
    border-radius: 10px;
}
.img-Box div p{
    margin: 0;
}
.img-flow-L{
    float: left;
    margin-right: 0.4em;
}
/* - - - glyphicon - - - - - - */
.glyphicon{
    position: relative;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.4em;
    top: 0.15em;
} 
.glyphicon-normal{
}
.glyphicon-ok{
    background-image: url("../img/icons/icon_16_hook_green.svg");    
}
.wzwGreyBox{
    border:1px solid #000; 
    padding: 15px; 
    margin-bottom: 20px; 
    background-color: #ECECEC;
    border-radius: 5px;
}


/* - - - Link - - - - - - */

a{
    color: var(--WzW-c-Main);
}
a:hover{
    color: var(--WzW-cDark-Main);
}
a.light{
    color: #FFF;
    text-decoration: underline;
    padding: 0.2em 0.4em;
}
a.light:hover{
    color: #FFF;
    background-color: rgba(255,255,255,0.40);
    border-radius: 0.4em;
}
a.LinkT2{
    font-weight: bold;
    color: var(--WzW-c-Main);
    text-decoration: underline;
}
a.LinkT2:hover{
    color: var(--WzW-cDark-Main);
}
.paginationLink{
    position: relative;
    top: 0.3em;
}
/* - - - Listen - - - - - - */
.listArrows {
    padding-left: 1.8em;
}
.listArrows li{
    position: relative;
    list-style: none;
    margin: 2.2em 0;
}
.listArrows li::before{
    content: ">";
    color: var(--WzW-c-Main);
    position: absolute;
    left: -1.6em;
    font-weight: bold;   
}
ul.tags{
    position: relative;
    margin: 0 0 3em 0;
    padding: 0;
    text-align: center;
    line-height: 2.2em;
}
ul.tags li{
    list-style: none;
    display: inline-block;
    position: relative;
}
ul.tags li a{
    display: inline-block;
    margin: 0.2em;
    padding: 0em 0.6em;
    border: 1px solid #e0e0e0;
    border-radius: 0.6em;
    background-color: #FFFM;    
	-webkit-box-shadow: 0 0.1em 0.6em rgba(0,0,0,0.15);
	box-shadow: 0 0.1em 0.6em rgba(0,0,0,0.15);
    transition: transform 0.2s;
}
ul.tags li a:hover{
    transform: scale(1.1);
    transition: transform 0.05s;
}
.wzwListeFirmen{
    padding: 1em;;
}
.wzwListeFirmen li{
    list-style: none;
    padding: 1.6em 0 0.8em 1.2em;
    border-bottom: 1px solid #dddddd;
}
.wzwListeFirmen li h4 a::before{
    content: ">";
    color: var(--WzW-c-Main);
    position: absolute;
    left: -1.2em;
    transition: left 0.15s;
    
}
.wzwListeFirmen li h4 a:hover{
    text-decoration: none;   
}
.wzwListeFirmen li h4 a:hover::before{
    left: -1.0em;
    transition: left 0.05s;
}
.wzwListeFirmen li h4{
    position: relative;
    font-size: 1em;
    padding-bottom: 0.4em;
}
.listMitarbeiter, .listGruendung, .listBos, .listLoc, .listPhone, .listCalendar, .listEducation, .listMail, .listFax{
    position: relative;
}
.listMitarbeiter::before, .listGruendung::before, .listBos::before, .listLoc::before, .listPhone::before, .listCalendar::before, .listEducation::before, .listMail::before, .listFax::before{
    content: "";
    position: absolute;
    width: 0.8em;
    height: 0.8em;
    left: -1.2em;
    top: 0.45em;
}
.listMitarbeiter::before{
    background-image: url("../img/icons/icon_16_person.svg");
} 
.listGruendung::before{
    background-image: url("../img/icons/icon_16_home.svg");    
}
.listBos::before{
    background-image: url("../img/icons/icon_16_documents.svg");    
}
.listLoc::before{
    background-image: url("../img/icons/icon_16_location.svg");    
}
.listCalendar::before{
    background-image: url("../img/icons/icon_16_calendar.svg");    
}
.listEducation::before{
    background-image: url("../img/icons/icon_16_education.svg");    
}
.listPhone::before{
    background-image: url("../img/icons/icon_16_phone.svg");    
}
.listMail::before{
    background-image: url("../img/icons/icon_16_mail.svg");    
}
.listFax::before{
    background-image: url("../img/icons/icon_16_fax.svg");    
}
.listSpaceForIcon{ 
    margin-left: 1.2em;
}
.pagination{
    border: 1px solid #000;
    border-color: var(--WzW-c-Main); 
    display: inline-block;
    white-space: nowrap;
    position: relative;
    width: auto;
    height: 2.4em;
    margin: 0;
    padding: 0.4em 0.4em 0.4em 0;
}
.pagination li{
    display: inline-block;
    position: relative;
    list-style: none;
    width: 2em;
    border-left: 1px solid #000;
    border-left-color: var(--WzW-cTrans50-Main); 
    margin: 0;
    padding: 0;
}
.pagination li:first-of-type{
    border-left: none;
}
.pagination li.active{
    font-weight: bold;
}
.pagination li a{
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    transition: transform 0.05s;
}
.pagination li a:hover{
    text-decoration: none;
    transform: scale(1.5);
    transition: transform 0.01s;
}
.pagination li div{
    padding: 1em 0;
    







}

/* - - - Input - - - - - - */
.wzwCheckbox{
    display: none;
}
.wzwCheckbox+label{
    cursor: pointer;
}
.wzwCheckbox+label::before{
    content: "";
    position: relative;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    top: 0.2em;
    background-image: url("../img/icons/icon_16_checkbox_green.svg");
    margin-right: 0.2em;
}
.wzwCheckbox:checked+label::before{
    background-image: url("../img/icons/icon_16_checkbox_green_on.svg");
}


/* - - - Formular - - - - - - */
.custom-control-input:checked ~ .custom-control-label::before{



    border-color: var(--WzW-c-Main);
    background-color:  var(--WzW-cTrans50-Main);
}
.form-control:focus, .custom-control-input:focus ~ .custom-control-label::before  {
  border-color: var(--WzW-c-Main);
  box-shadow: 0 0 0 0.2rem var(--WzW-cTrans50-Main);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: var(--WzW-cTrans50-Main);
    border-color: var(--WzW-cTrans50-Main);
}

/* - - - nav - - - - - - */
.navbar-WzW{
    text-align: right;
    padding: 0;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    margin-bottom: 2em;
    height: var(--WzW-HeadHigh);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-top: solid var(--WzW-c-Main) 1.2em;
    
}
.header-start .navbar-WzW{
    max-height: 30em;
    height: 50vh;
    min-height: 19em;
}
.navbar-WzW .container{
    position: absolute;
    right: 0;
    top: 2.8em;
    width: auto;
    height: auto;
    z-index: 99;
    margin: 0 0 0 auto;
    border-radius: 1.6em 0 0 1.6em;
    background-color: #FFF;
    padding: 0.42em 1em;
}
.navbar-WzW .container.fix,
.navbar-WzW.fix>a.logo{
    position: fixed;
    top: 10px
}
.header-start nav.navbar-WzW.fix>a.logo{
    left: 0px;
}
nav.navbar-WzW>a.logo{
    left: 0em;
    transition: left 0.6s;
    cursor: pointer;
}
.header-start nav.navbar-WzW>a.logo{
    left: -20em;
}
.navbar-WzW>a.logo{
    position: absolute;
    top: 2.8em;
    width: 13em;
    height: 3em;
    left: 0;
    background-color: #FFF;
    background-size: contain;
    padding: 0.4em 2em 0.4em 1em;
    border-radius: 0 2em 2em 0;
    margin: auto;
    opacity: 1;
    transition: left 0.2s;
    z-index: 6;
    -webkit-box-shadow: 4px -2px 46px -8px rgba(0,0,0,0.53);
    -moz-box-shadow: 4px -2px 46px -8px rgba(0,0,0,0.53);
    box-shadow: 4px -2px 46px -8px rgba(0,0,0,0.53);
}
.navbar-WzW::after{
    width: 80%;
    max-width: 30em;
    height: auto;
    margin: auto;
    opacity: 1;
    transition: opacity 0.2s;
    margin-top: 10em;
}
.navBG_BeforeOpaity::after{
    opacity: 0;
}
@media (min-width: 576px) { 
    .navbar-WzW{
       /* height: 3em;*/
    }
    .navBG_main01::after{
        width: 50%;
    }
}
.navbar-collapse{
    flex-wrap: wrap;
}
.navbar-WzW .navbar-nav{
    justify-content: flex-end;
    width: 100%;
    flex-basis: 100%;
}

.navbar-WzW .icon{
    height: 1.4em;
}
.navbar-WzW .navbar-nav .nav-item{
    margin-left: 0.4em;
    white-space: nowrap;
}
.navbar-WzW .nav-item .nav-link,
.navbar-WzW .nav-item a{
    position: relative;
    color: #FFF;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.02em;
    padding-right: 1em;
}
.navbar-WzW .nav-item a.icon{
    padding: 0 0.1em;
    top: .1em;
}
.navbar-WzW .nav-item a.icon>p{
    display: none;
}
.navbar-WzW .nav-item a::after{
    content: url("../img/icons/header_mark.svg");
    display: none;
    position: absolute;
    width: 0.6em;
    height: 0.6em;
    right: 0.1em;
    top: 0.1em;
}
.navbar-WzW .phone{
    color: #FFF;
}
.navbar-WzW .phone::before{
    color: #FFF;
}
.navbar-WzW .dropdown-menu{
    top:2.4em;
    background-color: var(--WzW-c-Main);
}
.navbar-WzW .dropdown-menu .dropdown-item{
    color: #FFF;
}
.navbar-WzW .dropdown-menu .dropdown-item:hover{
    background-color: #fff;
    color: var(--WzW-c-Main);
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.wzwLoginIcon, .wzwLoginIconnone{
    margin-left: 1.8em;
    position: relative;
}
.wzwLoginIcon::before,.wzwLoginIconnone::before{
    content: "";
    position: absolute;
    left: -1.4em;
    width: 1.6em;
    height: 1.6em;
}
.wzwLoginIcon::before{
    background-image: url("../img/icons/icon_16_LogedIn_w.svg");
}
.wzwLoginIconnone::before{
    background-image: url("../img/icons/icon_16_Logedoff_w.svg");
    opacity: 0.3;
}

/* - - - breadcrumb#- - - - - */

#breadcrumb{
/*    border-top: solid 1px #e0e0e0;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 0.8em;
/*    padding-top: 1.8em;*/
    letter-spacing: 0.1em;
    margin-bottom: 1.4em;
}
#breadcrumb ol{
    display: inline-block;
    padding: 0;

}
#breadcrumb li{
    list-style-type: none;
    display: inline-block;
    text-transform: uppercase;
}
#breadcrumb-left li:first-of-type a{
    font-weight: bold;
    color: var(--WzW-c-Main);
}
#breadcrumb-left li:first-of-type a:hover{
    font-weight: bold;
    color: var(--WzW-cDark-Main);
}
#breadcrumb-right{
    
}
#breadcrumb a{
    color: var(--WzW-grey-Main);
    font-weight: 100;
}
#breadcrumb a:hover{
	text-decoration: none;
	color: var(--WzW-cDark-Main);
	text-shadow: 0px 0px 1px var(--WzW-cDark-Main),  0px 0px 0px var(--WzW-cDark-Main);
}
#breadcrumb .active{
    font-weight: bold;
}



/* - - - LogoArea - - - - - - */
.LogoArea{
    font-size: 0.8em;
    margin-bottom: 1em;
}

.LogoArea .form-control{
    margin-top: 1.4em;
}
.LogoArea h4{
    text-transform: uppercase;
    font-size: 1.2em;
    margin-top: 1em;
    font-family: 'pn-extrabold';
    font-weight: normal;
}

.LogoArea .form-control{
    position: relative;
}
.LogoArea img{
    margin-bottom: 2em;
}
form .formsuche{
    position: relative;
    margin-bottom: 2em;
    font-size: 1.4em;
}
form .formsuche input{
    position: relative;
    padding-right: 1.8em;
    font-size: inherit;
}
form .formsuche .btn{
    position: absolute;
    display: block;
    top: 0;
    right: -0.2em;
    height: 2em;
    width: 2em;
    background-image: url("../img/icons/icon_16_suche_grey.svg");  
    background-repeat: no-repeat;
    background-size: 1.2em;
    background-position: center center;
    transition: background-size 0.1s;
}
form .formsuche .btn:hover{
    background-size: 1.3em;
    transition: background-size 0.05s;
}
.LogoArea .list-group-item{
    font-size: 1.1em;
    padding-left: 1em
}



/* - - - Box-Right - - - - - - */
.fb_iframe_widget{
    display: flex;
    flex-direction: row;
    justify-conten: center;
    width: 100%;
}
.fb_iframe_widget iframe{
    width: 100%!important;
}

/* - - - nav-tabs - - - - - - */
.nav-main-wzw-Bar{    
	background-color: #F2F2F2;
}
.nav-main-wzw{
    position: relative;
	background-color: #F2F2F2;
	display: flex;
	flex-direction: row;
	border-radius: 15px;
	/*-webkit-box-shadow: 0 2px 40px rgba(0,0,0,0.25);
	box-shadow: 0 2px 40px rgba(0,0,0,0.25);*/
    margin: 0 -4px;
    margin-bottom: -2px;
    z-index: 4;
    background-clip: border-box; 
}
.nav-main-wzw img{
    position: relative;
    height: 1em;
    top: -0.2em;
    margin-right: 0.2em;
}
.nav-main-wzw .nav-item, .nav-main-wzw .nav-item:hover {
    background-color: #F2F2F2;
    flex: 1;
/*    border-left: solid 1px #dadada;    */
    text-align: center;
    margin-top: 1px;
}
.nav-main-wzw-Left .nav-item {
    flex:none;
}
.nav-main-wzw .nav-item:first-of-type, .nav-main-wzw .nav-item:first-of-type .nav-link.active{
   border-radius: 0 0 0 0; 
   border-left: none;
}
.nav-main-wzw .nav-item:last-of-type, .nav-main-wzw .nav-item:last-of-type .nav-link.active {
   border-radius: 0 0 0 0;
}
.nav-main-wzw .nav-item:only-of-type, .nav-main-wzw .nav-item:only-of-type .nav-link.active {
   border-radius: 15px;
}
.nav-main-wzw .nav-item .nav-link, .nav-main-wzw .nav-item:hover .nav-link{
    padding: 1em 1em;
    color: #000/*var(--WzW-grey-Main)*/;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: 0;
    border: none;
    font-weight: bold;
}
.nav-main-wzw .nav-item .nav-link.active{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none;
	border-radius: 0;
	margin: 0;
/*	background-image: -webkit-linear-gradient(180deg,rgba(55,174,108,1.00) 0%,rgba(34,122,74,1.00) 60.11%,rgba(27,112,70,1.00) 100%);
	background-image: -moz-linear-gradient(180deg,rgba(55,174,108,1.00) 0%,rgba(34,122,74,1.00) 60.11%,rgba(27,112,70,1.00) 100%);
	background-image: -o-linear-gradient(180deg,rgba(55,174,108,1.00) 0%,rgba(34,122,74,1.00) 60.11%,rgba(27,112,70,1.00) 100%);
	background-image: linear-gradient(270deg,rgba(55,174,108,1.00) 0%,rgba(34,122,74,1.00) 60.11%,rgba(27,112,70,1.00) 100%);*/
	color: var(--WzW-cDark-Main);
    font-family: 'pn-extrabold';
}
.nav-main-wzw .nav-item .active::before{
    content:url("../img/icons/arror_down_32.svg");
    position: absolute;
    left: 50%;
    width: 16px;
    height: 16px;
    bottom: 4px;
    z-index: 1;
/*    background-color: #2D9A5E;*/
    transform: rotate(0deg) translateX(-55%);
    animation-name: example;
    animation-timing-function: cubic-bezier(.26,1.38,.52,1);
    animation-duration: 0.6s;
}
@keyframes example {
  from {transform:translateY(-1em) rotate(0deg) translateX(-55%); opacity: 0; }
  to {transform:translateY(0em) rotate(0deg) translateX(-55%);opacity: 1; }
}
@media (min-width: 768px) {
    .nav-main-wzw .nav-item .active::before{
        width: 24px;
        height: 24px;
        bottom: 6px; 
    }
}
.tab-content{
/*    border: solid 1px #dddddd; */
    padding: 2em 0;/*32px*/
    margin: 0 -4px; 
    margin-bottom: 4em;
    border-radius: 16px 16px 16px 16px;
}
.nav-main-wzw + .tab-content{
    border-radius: 0 0 16px 16px;
}
.tab-content h2{
    text-align: center;
    margin: 1.6em 0 1.2em 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
}
.tab-grey-area{
    background-color:var(--WzW-lightgrey-Main);
    margin: -33px -33px 32px -33px;
    padding: 33px;
}
.tab-white-area{
    background-color:#FFF;
    margin: -33px -32px 32px -32px;
    padding: 33px;
}
.tab-trans-area{
    background-color:transparent;
    margin: -33px -32px 32px -32px;
    padding: 33px;
}
.tab-content .wzwbuttonBottom{
    position: absolute;
    bottom: -3em;
    height: 3em;
    width: calc( 100% - 92px );
    text-align: right;
}
.tab-content .wzwbuttonBottom a{
	position: relative;
    font-family: 'pn-extrabold';
	height: 100%;
	top: 0.4em;
	background-color: #FFF;
	border: solid 1px #dddddd;
	padding: 0.4em 32px;
	margin-bottom: 4em;
	border-radius: 0 0 15px 16px;
	background-image: -webkit-linear-gradient(270deg,rgba(238,238,238,1.00) 0%,rgba(255,255,255,1.00) 12.54%);
	background-image: -moz-linear-gradient(270deg,rgba(238,238,238,1.00) 0%,rgba(255,255,255,1.00) 12.54%);
	background-image: -o-linear-gradient(270deg,rgba(238,238,238,1.00) 0%,rgba(255,255,255,1.00) 12.54%);
	background-image: linear-gradient(180deg,rgba(238,238,238,1.00) 0.00%,rgba(255,255,255,1.00) 12.54%);
    transition: 0.1s;
}
.tab-content .wzwbuttonBottom a:hover{    
	top: 0.8em;
	padding-top: 0.8em;
    transition: 0.05s;
}
.list-group-item{
    border: none;
    padding: 0.2em 0;
    margin: 0;
    color: var(--WzW-grey-Main);
}
.list-group-item:hover{
    color: var(--WzW-c-Main);
    text-decoration: none;
}

.list-group-item::before{
    content: ">";
    color: var(--WzW-c-Main);
    position: relative;
    left: -0.4em;
    transition: left 0.15s;
    
}
.list-group-item:hover::before{
    left: -0.2em;
    transition: left 0.05s;
}
.list-group-item a{
    font-weight: bold;
}
.tab-content .tab-pane>div>div{
/*    border-bottom: 1px solid rgba(0,0,0,0.20);*/
    padding-bottom: 0.8em;
}
.tab-content .btn_MainTab{
    width: 100%;
    border-radius: 0;
}
.tab-content .btn_MainTab{
    border:none;
}
.tab-content .btn_MainTab:focus {
    outline:0;
    border:none;
}
.tab-content .btn_MainTab>h2{
    color: var(--WzW-cDark-Main);
    text-align: left;
    margin: 0.6em 0 0 0;
}
.tab-content .btn_MainTab::after{
    content: '+';
    position: absolute;
    top: 1.3em;
    right: 1em;
    width: 1.02em;
    height: 1.02em;
    line-height: 1em;
    border: 1px solid var(--WzW-c-Main);
    border-radius: 2em;
    font-weight: bold;
    font-family: pn-extrabold;
    font-size: 1.2em;
    color: var(--WzW-cDark-Main);
}

@media (min-width: 768px) { 
    .nav-main-wzw .nav-item, .nav-main-wzw .nav-item:hover {
        margin-bottom: -1px;
    }
    .tab-content{
        margin: 0 0; 
        margin-bottom: 4em;
        padding: 2em 0;
    }
    .tab-content .btn_MainTab>h2{
        font-size: 1.4em;
    }   
    .nav-main-wzw .nav-item:first-of-type, .nav-main-wzw .nav-item:first-of-type .nav-link.active{
    /*    border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;    */
        border-left: none;
    }
    .nav-main-wzw .nav-item:last-of-type, .nav-main-wzw .nav-item:last-of-type .nav-link.active {
    /*    border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;    */
    }
    .nav-main-wzw .nav-item .nav-link, .nav-main-wzw .nav-item:hover .nav-link{
        padding: 2em 1em;
    }
    .nav-main-wzw .nav-item:only-of-type, .nav-main-wzw .nav-item:only-of-type .nav-link.active {
       border-radius: 15px;
    }
}



/* - - - Tabble - - - - - - */
.tableLight{
    background-color: #F9F9F9;
}
.tableLight td{
    padding: 0.4em 1.2em;
}



/* - - - Jumbotron - - - - - - */
.jumbotron{
    color: var(--WzW-greyDark-Main);
    background-color: #FFF;
	border-radius: 0;
	-webkit-box-shadow: 0 2px 40px rgba(0,0,0,0.25);
	box-shadow: 0 2px 40px rgba(0,0,0,0.25);
    margin: 0 -4px;
    padding: 1.2em 24px 1.2em 24px;
    margin-bottom: 4em;
    background-image: url("../img/stripesLight.svg");
    background-size: cover;
    background-position: center center;
}
@media (min-width: 992px) { 
    .jumbotron{
        border-radius: 0;
        margin: 0 -15px;
        padding: 2em 30px 1.2em 30px;
        margin-bottom: 4em;
    }
}
.jumbotron-green{
    background-image: url("../img/stripesLight_green.svg");
    color: #FFF;
}
.jumbotron-green hr{
    border-top: 2px solid rgba(255,255,255,0.5);
}
.jumbotron-grey{
    background-color: var(--WzW-lightgrey-Main);
}
.wzwKaufenKarte{
    padding-top: 2.2em;  
    padding-bottom: 2em;
}
.wzwKaufenKarte .wzwKaufenKarteExcel{
    padding-left: 3em;
}
.wzwKaufenKarte .wzwKaufenKarteExcel img:first-of-type{
    position: absolute;
    width: 3em;
    left: -0.2em;
}
.wzwKaufenKarte .wzwKaufenKarteExcel img.img-Size2:first-of-type{
    position: absolute;
    width: 6em;
    left: 0.6em;
}
.wzwKaufenKarte .wzwKaufenKarteExcel h1,.wzwKaufenKarte .wzwKaufenKarteExcel h2{
    text-transform: uppercase;
    font-size: 1.4em;
    margin-bottom: 0.2em;
}
.wzwKaufenKarte .wzwKaufenKarteExcel h3{
    font-size: 0.8em;
    font-weight: normal;
    margin-bottom: 2em;
}
.wzwKaufenKarte .wzwKaufenKarteExcel h3 strong{
    font-weight: bold;
    font-size: 1.1em;
    color: var(--WzW-c-Main);
    text-decoration: underline;
    margin-left: 0.4em;
}
.wzwKaufenKarte .wzwKaufenKarteExcel h3 .btn-default{
    background-color: transparent;
    border: none;
    color: var(--WzW-c-Main);
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: underline;
    top: -0.2em;
    padding: 0;
    margin: 0;
    margin-left: 1em;
    position: relative;
}
.wzwKaufenKarte .wzwKaufenKarteExcel h3 .btn-default:hover{
    color: var(--WzW-cDark-Main);
}
.wzwKaufenKarte .wzwKaufenKarteExcel .wzwKaufenKarteExcelPoints{
    font-family: "pn-extrabold";
}
.wzwKaufenKarte table tr::before{
    content: ">";
    color: var(--WzW-c-Main);
    font-weight: bold;
    position: relative;
    left: 0em;
    transition: left 0.15s;
}
.wzwKaufenKarte table tr td{
    padding: 0.2em 0.6em;
}
.wzwKaufenKarte .wzwKaufenKarteExcel2 {
    margin-top: 1em;
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.wzwKaufenKarte .wzwKaufenKarteExcel2 .btn{
    margin: 0.2em;
    min-height: 3em;
    width: 100%;
}
@media (min-width: 576px) { 
    
    .wzwKaufenKarte .wzwKaufenKarteExcel{
        padding-left: 7em;
    }
    .wzwKaufenKarte .wzwKaufenKarteExcel h1,.wzwKaufenKarte .wzwKaufenKarteExcel h2{
        font-size: 2em;
    }
    .wzwKaufenKarte .wzwKaufenKarteExcel img:first-of-type{
        position: absolute;
        width: 4em;
        left: 2em;
    }
}
/* - - - Accordion - - - - - - */

.accWzW{
    
}
.accWzW .card{
    border: solid 1px #dddddd!important;
    border-radius: 8px!important;
    margin-bottom: 0.6em;
}
.accWzW .card:last-of-type{
    margin-bottom: 0em;
}
.accWzW .card-header{
    border: none;
    background-color: transparent;
}
.accWzW .card-header h2 button::after, .accWzW .card-header h2 button::before{
    content: "|";
    color: var(--WzW-c-Main);
    position: absolute;
    right: 1em;
    top: 0.5em;
    font-weight: bold;
}
.accWzW .card-header h2 button::before{
    transform: rotate(90deg) translate(0.00em,0.02em);
}
.accWzW .card-header h2 button::after{
    transform: scaleY(0);
    transition: transform 0.2s;
}
.accWzW .card-header h2 .collapsed::after{
    transform: scaleY(1);
    transition: transform 0.4s;
}
.accWzW .card-header h2 {
    font-size: 1em;
    margin: 0;
}
.accWzW .card-header h2 button{
    color: #000;
    font-weight: bold;
    padding: 0;
}
.accWzW .card-body{
    padding-top: 0;
    /*line-height: 0.2em;*/
}
.accWzW_text{
    
}
.accWzW_text .card{
    border: none!important;
    border-radius: 8px!important;
    margin-bottom: 0.6em;
    padding: 0;
    margin-left: -1em;
    padding-left: 1em;
    background-color: transparent;
}
.accWzW_text .card:last-of-type{
    margin-bottom: 0em;
}
.accWzW_text .card-header{
    border: none;
    padding: 0;
    background-color: transparent;
}
.accWzW_text .card-header h2 button::after, .accWzW_text .card-header h2 button::before{
    content: "|";
    color: var(--WzW-c-Main);
    position: absolute;
    left: 0.3em;
    top: 0.1em;
    font-weight: bold;
}
.accWzW_text .card-header h2 button::before{
    transform: rotate(90deg) translate(0.0em,-0.06em);
}
.accWzW_text .card-header h2 button::after{
    transform: scaleY(0);
    transition: transform 0.2s;
}
.accWzW_text .card-header h2 .collapsed::after{
    transform: scaleY(1);
    transition: transform 0.4s;
}
.accWzW_text .card-header h2 {
    font-size: 1em;
    margin: 0;
}
.accWzW_text .card-header h2 button{
    color: #000;
    font-weight: bold;
    padding: 0;
}
.accWzW_text .card-body{
    padding: 0;
}
/* - - - carousel - - - - - - */
.carouselWzW{
    min-height: 26em;
    padding: 0;
}
.carouselWzW .row>div{
    padding: 4em 30px 1.2em 30px;
}
.carousel-inner{
    position: relative;  
    height: 100%;
}
.carousel-item{
    position: relative;    

    height: 100%;    
}
.carouselWzW .carousel-indicators li{
    position: relative;
    width: 0.7em;
    height: 0.7em;
    border-radius: 1em;
    border: 1px solid #FFF;
    background-color: transparent;
    text-align: left;
}
.carouselWzW .carousel-indicators li.active{
    background-color: #FFF;
}
.carouselWzW h2{    
    text-transform: uppercase;
    margin-bottom: 1.4em;
    font-size: 5vw;
}
.carouselWzW h2>span{
    display: block;
    font-size: 0.5em;
    font-weight: 100;
    text-transform: none;
    margin-bottom: 0.4em;
}
.carouselWzW h3{
    font-size: 1.4em;
    text-transform: uppercase;
    margin-bottom: 1.4em;
}
.carousel-item>.row{
    height: 100%;
}
.WzWCarouselFlag{
    position: relative;
	background-color: #FFF;
	color: #000;
	padding: 0.4em 1em 0.4em 60px;
	margin: -0.4em -1em -0.4em -60px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.36);
	box-shadow: 0px 0.2em 0.6em 0px rgba(0,0,0,0.36);
}
.WzWCarouselFlag::before{
    content: "";
    background-image: url("../img/graphic_elements/carouselFlag.svg");
    position: absolute;
    width: 30px;
    height: 60px;
    left: 0px;
    bottom:-30px;
}
@media (min-width: 768px) { 
    .carouselWzW h2{    
        font-size: 2em;
    }
    .carouselWzW h2>span{
        font-size: 0.5em;
    }
}
/* - - - button - - - - - - */
.btn{
    text-transform: uppercase;
    font-size: 1em!important;
}
.btn-primary{
    background-color: var(--WzW-c-Main);
    border: solid 1px var(--WzW-c-Main);
    font-weight: bold;
}
.btn-primary:hover{
    background-color: #FFF;
    color: var(--WzW-c-Main);
    border: solid 1px var(--WzW-c-Main);
    transition: 0.05s;
}
.btn-primary:active,.btn-primary:focus,.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active{
    background-color: var(--WzW-cDark-Main)!important;
    color: #FFF!important;
    border: solid 1px var(--WzW-cDark-Main)!important;
    transition: 0.05s;
}
.btn-light{
    background-color: #FFF;
    color: var(--WzW-c-Main);
    border: solid 1px var(--WzW-c-Main);
    font-weight: bold;
}
.btn-light:hover{
    background-color: var(--WzW-c-Main);
    color: #FFF;
    border: solid 1px var(--WzW-c-Main);
    transition: 0.05s;
}
.btn-light:active,.btn-light:focus,.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active{
    background-color: var(--WzW-cDark-Main)!important;
    color: #FFF!important;
    border: solid 1px var(--WzW-cDark-Main)!important;
    transition: 0.05s;
}
.btn-download, .btn-hook, .btn-person, .btn-job{    
	background-image: -webkit-linear-gradient(180deg,rgba(57,173,110,1.00) 16.23%,rgba(30,113,69,1.00) 83.42%);
	background-image: -moz-linear-gradient(180deg,rgba(57,173,110,1.00) 16.23%,rgba(30,113,69,1.00) 83.42%);
	background-image: -o-linear-gradient(180deg,rgba(57,173,110,1.00) 16.23%,rgba(30,113,69,1.00) 83.42%);
	background-image: linear-gradient(270deg,rgba(57,173,110,1.00) 16.23%,rgba(30,113,69,1.00) 83.42%);
    color: #FFF;
    padding-left: 3em;
    position: relative;
    border: solid 1px var(--WzW-c-Main);
    font-weight: bold;
}
.btn-download:hover, .btn-hook:hover, .btn-person:hover, .btn-job:hover{
	background-image: -webkit-linear-gradient(180deg,rgba(251,255,253,1.00) 0%,rgba(207,247,225,1.00) 100%);
	background-image: -moz-linear-gradient(180deg,rgba(251,255,253,1.00) 0%,rgba(207,247,225,1.00) 100%);
	background-image: -o-linear-gradient(180deg,rgba(251,255,253,1.00) 0%,rgba(207,247,225,1.00) 100%);
	background-image: linear-gradient(270deg,rgba(251,255,253,1.00) 0%,rgba(207,247,225,1.00) 100%);
	color: var(--WzW-c-Main);
	border: solid 1px var(--WzW-c-Main);
}
.btn-download::before, .btn-hook::before, .btn-person::before, .btn-job::before{
    content: " ";
    position: absolute;
    width: 1.8em;
    height: 1.8em;
    left: 0.6em;
    top: 0.2em;
}
.btn-download::before{
    background-image: url("../img/icons/icon_16_download_white.svg");
}
.btn-download:hover::before{
    background-image: url("../img/icons/icon_16_download_green.svg");
}
.btn-hook::before{
    background-image: url("../img/icons/icon_16_hook_white.svg");
}
.btn-hook:hover::before{
    background-image: url("../img/icons/icon_16_hook_green.svg");
}
.btn-person::before{
    background-image: url("../img/icons/icon_16_person_white.svg");
}
.btn-person:hover::before{
    background-image: url("../img/icons/icon_16_hook_green.svg");
}
.btn-job::before{
    background-image: url("../img/icons/icon_16_job_w.svg");
}
.btn-job:hover::before{
    background-image: url("../img/icons/icon_16_job_green.svg");
}
.btn-Center{
    display: flex;
    justify-content:center;
    align-items: center;
}
.btn-Center .btn{
    width: 100%;
    margin: 1em 0;
}
.btn-100W{
    width: 100%;
}

/* - - - Footer - - - - - - */

.footerDesign1{
    padding: 2em 0;
    background-color: var(--WzW-bluelightgrey-Main);
}
.footerDesign1 ul{
    padding: 0 0 0 1.2em;
}
.footerDesign1 li{
    list-style: none;
    padding-bottom: 0.4em;
}
.footerDesign1 li a::before{
    content: ">";
    color: var(--WzW-c-Main);
    font-weight: bold;
    position: absolute;
    left: 1em;
    transition: left 0.15s;
}
.footerDesign1 li a:hover::before{
    left: 1.3em;
    transition: left 0.05s;
}
.footerDesign1 li a{
    color: var(--WzW-greyDark-Main);
}
.footerDesign1 li a:hover{
    color: var(--WzW-cDark-Main);
    text-decoration: none;
}
.footerDesign1 h4{
    font-size: 1.1em;
    margin-bottom: 1.1em;
}
.footerDesign1 .socialicons img{
    height: 2em;
    transition: transform 0.4s;
}
.footerDesign1 .socialicons a:hover img{
    transform: scale(1.1);
    transition: transform 0.1s;
}
.footerDesign1 .logo{
    max-width: 220px;
    margin-bottom: 5px;
}
.footerDesign2{
    padding: 2em 0;
    background-color: var(--WzW-lightgrey-Main);
    color: var(--WzW-grey-Main);
}
.footerDesign2 h5{
    text-align: center;
}
.footerDesign2 p{
    text-align: center;
}
.footerDesign2 .footericon{
    position: relative;
    width: 2em;
    margin: 0 auto;
    left: calc(50% - 1em );
}
.footerDesign2 a{
    color: var(--WzW-greyDark-Main);
}
.footerDesign2 a:hover{
    color: var(--WzW-cDark-Main);
    text-decoration: none;
}

.footerbottom{
	color: #FFF;
	text-align: center;
	padding: 1em;
}
.footerbottom p{
    margin: 0;
}
.footerbottom a{
    text-transform: uppercase;
    color: #FFF;
}

/* - - - SEO Footer - - - - - - */
.wzw_SEO_Footer a{
    cursor: pointer;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-bottom: 10px solid #FFF;
    text-transform: uppercase;
}
.wzw_SEO_Footer a:hover{
    text-decoration: none;
}
.wzw_SEO_Footer>.row>div{
    padding: 0;
}
.wzw_SEO_Footer a.wzw_SEO_Footer_A{    
    height: 12em;
}
.wzw_SEO_Footer a.wzw_SEO_Footer_B{
    height: 12em;
}
.wzw_SEO_Footer a.wzw_SEO_Footer_C{
    height: 12em;
}
@media (min-width: 768px){
    .wzw_SEO_Footer>.row>div:first-child{
        padding-right: 5px;
    }
    .wzw_SEO_Footer>.row>div:last-child{
        padding-left: 5px;
    }
    .wzw_SEO_Footer a.wzw_SEO_Footer_A{    
        height: 20em;
    }
    .wzw_SEO_Footer a.wzw_SEO_Footer_B{
        height: 60%;
    }
    .wzw_SEO_Footer a.wzw_SEO_Footer_C{
        height: 40%;
    }
}
.wzw_SEO_Footer a>p{
    position: relative;
    display: inline;
    padding: 0.2em 1em;
    background-color: var(--WzW-c-Main);
    color: #FFF;
    margin-top: 0;
    margin-bottom: 1rem;
    top: calc(100% - 3em);
    transition:padding 0.2s;
}
.wzw_SEO_Footer a:hover>p{
    padding: 0.2em 1em 0.2em 1.6em;
}
.wzw_SEO_Footer a.wzw_BGC_Contacts{
    background-image: url("../img/2020/wzw_main_tree_512.jpg");
}
.wzw_SEO_Footer a.wzw_BGC_Contacts>p{
    background-color: var(--WzW-c-Conteacts);
}
.wzw_SEO_Footer a.wzw_BGC_Jobs{
    background-image: url("../img/2020/wzw_jobs_512.jpg");
}
.wzw_SEO_Footer a.wzw_BGC_Jobs>p{
    background-color: var(--WzW-c-Jobs);
}
.wzw_SEO_Footer a.wzw_BGC_Recruiting{
    background-image: url("../img/2020/wzw_recruting_512.jpg");
}
.wzw_SEO_Footer a.wzw_BGC_Recruiting>p{
    background-color: var(--WzW-c-Recruiting);
}
.wzw_SEO_Footer a.wzw_BGC_Research{
    background-image: url("../img/2020/wzw_research_512.jpg");
}
.wzw_SEO_Footer a.wzw_BGC_Research>p{
    background-color: var(--WzW-c-Research);
}



/* - - - Individual Parts - - - - - - */

.bestellenHead{
    
}
.bestellenHead p{
    border: solid 1px #e0e0e0;
    border-radius: 0.4em;
    font-size: 1.2em;
    padding: 0.4em;
}
.bestellenHead .active{
    border-color: var(--WzW-cTrans50-Main);
    color: var(--WzW-c-Main);
    font-weight: bold;
}


.bestellenHead div>p::before{
    content: "";
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    top: 0.1em;
    margin: 0 0.4em;
    
}
.bestellenHead div:nth-of-type(1)>p::before{
    background-image: url("../img/icons/icon_16_pen_green.svg");
}

.bestellenHead div:nth-of-type(2)>p::before{
    background-image: url("../img/icons/icon_16_mail_green.svg");
}
.bestellenHead div:nth-of-type(3)>p::before{
    background-image: url("../img/icons/icon_16_hook_green.svg");
    
}



.pricingTable{
    
    border-radius: 15px;
	-webkit-box-shadow: 0 0.1em 1.2em rgba(0,0,0,0.25);
	box-shadow: 0 0.1em 1.2em rgba(0,0,0,0.25);
    padding: 1em 1.6em;
    height: 100%;
    background-image: url("../img/stripesLight.svg");
    background-position: -17em bottom;
    background-repeat: no-repeat;
    background-size: 60em;;
    font-size: 0.9em;
}
.pricingTable-header{
    
    border-radius: 15px 15px 0 0;
    margin:-1em -1.6em 1em -1.6em;
    padding: 1em 1.6em;
    color: #FFF;
    
}
.pricingTable h3{
    font-size: 1.2em;
    text-transform: uppercase;
    color: #FFF;    
}
.pricingTable li{
    list-style: none;
    
}
.pricingTable .price-value{ 
    position: relative;
    border-bottom: solid 1px #cdcdcd;
    margin-bottom: 1em;
}
.pricingTable .price-value p:nth-of-type(1){
    font-size: 2em;
    margin: 0;
    font-weight: bold;
}
.pricingTable .price-value p:nth-of-type(2){
    font-size: 1em;
    text-transform: uppercase;
}
.pricingTable .price-value img{
    position: absolute;
    right: 0;
    top: 0; 
}
.pricingTable h4{
    color: var(--WzW-c-Main);
    margin-top: 1em;
    font-size: 1.2em;
    font-weight: bold;
}
.pricingTable p{
    margin: 0.6em 0;
}
.pricingTable .listArrows li{
    margin: 0;
}
.pricingTable .pricingTable-description p{
    font-style: italic;
}
.pricingTable .pricingTable-description h4{
    text-align: center;
}
.pricingTable .pricingTable-description a.btn{
    position: relative;
    width: 100%;
    font-size: 1.2em!important;
}
.pricingTable .pricingTable-description a.btn::before{
    content: "";
    position: absolute;
    display: inline-block;
    width:2em;
    height: 2em;
    top: 0em;
    left: 0.2em;
    background-image: url("../img/btn/btn_40_shoppingcar_white.svg");
}
.excel_Flag::before, .excel_Flag::after{
    content: "";
    width: 4em;
    height: 4em;
    right: 0.2em;
    top: 1.8em;
    position: absolute;
    background-size: cover;
    background-position: top center;
}
.excel_Flag::before{
    background-image: url("../img/graphic_elements/excel_flag_shadow.svg");
    z-index: -1;
}
.excel_Flag::after{
    background-image: url("../img/graphic_elements/excel_flag.svg");
	-webkit-box-shadow: 0 0.1em 1.2em rgba(0,0,0,0.25);
	box-shadow: 0 0.1em 1.2em rgba(0,0,0,0.25);
    height: 1.4em;
    border-radius: 0.2em;
}

/* - - - Firmenadressen kaufen - - - */

.wzwBrancenAuswahlHead{
    background-color:  var(--WzW-bluelightgrey-Main);
    border-top: solid 1px var(--WzW-lightgrey-Main);
    border-bottom: solid 1px var(--WzW-lightgrey-Main);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0.4em;
    padding: 20px 20px 10px 20px;
}
.wzwBrancenAuswahlHead+div>div.card-body{
    border-radius: 0 0 15px 15px;
    border-top: none;
    margin-bottom: 0.4em;
}

.wzwfilterbox{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: 0!important;
    padding: 0!important;
}
.wzwfilterbox label{
    margin: 0 0.2em;
    border: 1px solid var(--WzW-lightgrey-Main);
    border-radius: 0.6em;
    padding: 0.1em 0.4em;
    margin-top: 0.6em;
    color: var(--WzW-grey-Main);
    background-color:  var(--WzW-bluelightgrey-Main);
    transition: 0.2s;
}

.wzwfilterbox input:checked +label{
	color: #000;
	transition: 0.05s;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,1.00);
	box-shadow: 0 0.1em 0.4em rgba(0,0,0,0.1);
}
.wzwfilterbox input +label::before{
    opacity: 0.7;
}
.wzwfilterbox input:checked +label::before{
    opacity: 1;
}
.steckbrief{
    position: relative;
    padding-left: 1em;
}


.wzwFirmenprofil{
    
}
.wzwFirmenprofilTop{
    padding: 30px 60px;
}
.wzwFirmenprofilTop .btn{
    font-size: 0.8em!important;
    padding: 0.1em 0.8em;
}
.wzwFirmenprofilTop h1{
    font-size: 2.8em;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--WzW-greyDark-Main);
    margin-top: 0.3em;
    margin-bottom: 0.8em;
    line-height: 1em;/*0.7em;*/
}
.wzwFirmenprofilTop h1>span{    
    font-size: 0.5em;
    text-transform: none;
    font-weight: normal;
    color: var(--WzW-grey-Main);
}
.wzwFirmenprofilTop h1>a{
    font-size: 0.5em;
    text-decoration: underline;
}
.wzwFirmenprofilTop h4{
    margin-top: 0.8em;
}
.wzwFirmenprofilTop p{
    font-size: 1.0em;
    margin-bottom: 0.3em;
}
.wzwFirmenprofil{
    
}
.wzwFirmenprofil h3{
    position: relative;
    font-weight: bold;
    font-size: 1.1em;
}
.wzwFirmenprofil h3::before{
    content: ">";
    color: var(--WzW-c-Main);
    position: absolute;
    left: -1em;
    font-family: 'pn-extrabold';
}
.wzwFirmenprofil .highlight{
    font-weight: bold;
}
.wzwFirmenprofil .row{
    margin-bottom: 0em;
}
.wzwFirmenprofil .row>div{
    margin-bottom: 3em;
}
.wzwFirmenprofil .tab-grey-area .row>div{
    margin-bottom: 1em;
}
.wzwStandortListe{
    margin-top: -1em;
    padding-left: 0.4em;
    padding-top: 0.2em;
    border-top: solid 1px var(--WzW-lightgrey-Main);
}
.wzwStandortListe:first-of-type{    
    margin-top: 0.4em;
}
.wzwStandortListe h4{
    font-size: 1em;
    font-family: 'pn-extrabold';
}
.wzwStandortListe p{
    margin-left: 1em;
    margin-bottom: 0;
}

.wzwBundeslaenderImg a img{
	-webkit-box-shadow: 0 0.1em 0.4em rgba(0,0,0,0.27);
	box-shadow: 0 0.1em 0.4em rgba(0,0,0,0.27);
}
.wzwBundeslaenderImg a:hover img{
    transform: scale(1.05);
	-webkit-box-shadow: 0 0.15em 0.5em rgba(0,0,0,0.27);
	box-shadow: 0 0.15em 0.5em rgba(0,0,0,0.27);
}
#fimenprofil-mitbewerber span{
    display: none;
}



.paginierung-liste .anzahl .perpage{
    width: auto;
    padding: 0 0.4em;
}
.paginierung-liste .anzahl .perpage a:hover{
    transform: scale(1.1);
}
.backgroudCover{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
} 
.BG_Teaser1{
    background-image: url(../img/slider/teaser-desktop-tablet.jpg)
}
.BG_Teaser2{
    background-image: url(../img/slider/teaser-desktop-eigeneDaten.jpg)
}
.BG_Teaser3{
    background-image: url(../img/slider/teaser-desktop-List.jpg)
}
.BG_TeaserGeraete{
    background-image: url(../img/slider/teaser-desktop-Geraete.jpg)
}
/* - - - wzwFirmenadressenCards - - - - - */

.wzwFirmenadressenCards>div{
    padding: 1em;
    margin-bottom: 2em;
    
}
.wzwFirmenadressenCards .card{
    position: relative;
    overflow: visible;
    background-color: #FFF;
    background-image: url("../img/stripesLight.svg");
    background-size: cover;
    background-position: center center;
	-webkit-box-shadow: 0 2px 20px rgba(0,0,0,0.25);
	box-shadow: 0 2px 20px rgba(0,0,0,0.25);
    padding: 15px;
    border-radius: 10px;
    height: 100%;
	animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
	animation-name: keyprice;
}

.wzwFirmenadressenCards div:nth-of-type(1) .card{
	animation-duration: 1s;
}
.wzwFirmenadressenCards div:nth-of-type(2) .card{
	animation-duration: 1.4s;
}
.wzwFirmenadressenCards div:nth-of-type(3) .card{
	animation-duration: 1.6s;
}
.wzwFirmenadressenCards div:nth-of-type(4) .card{
	animation-duration: 1.8s;
}
.wzwFirmenadressenCards div:nth-of-type(5) .card{
	animation-duration: 2s;
}
.wzwFirmenadressenCards div:nth-of-type(6) .card{
	animation-duration: 2.2s;
}
@keyframes keyprice {
    0%   { transform: scale(0.0) }
    40%   { transform: scale(0.0) }
    80%   { transform: scale(1.05) }
    100% { transform: scale(1.0); }
}
.wzwFirmenadressenCards .card::before{
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    height: 8em;
	border-radius: 10px 10px 0 0;
	background-image: -webkit-linear-gradient(180deg,rgba(57,173,110,1.00) 16.23%,rgba(30,113,69,1.00) 83.42%);
	background-image: -moz-linear-gradient(180deg,rgba(57,173,110,1.00) 16.23%,rgba(30,113,69,1.00) 83.42%);
	background-image: -o-linear-gradient(180deg,rgba(57,173,110,1.00) 16.23%,rgba(30,113,69,1.00) 83.42%);
	background-image: linear-gradient(270deg,rgba(57,173,110,1.00) 16.23%,rgba(30,113,69,1.00) 83.42%);
}
.wzwFirmenadressenCards .card .head{
    position: relative;
	background-color: #FFF;
    display: block;
	color: #000;
	padding: 0.4em 1em 0.4em 35px;
	margin: 0em 0em 1.8em -35px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.36);
	box-shadow: 0px 0.2em 0.6em 0px rgba(0,0,0,0.36);
}
.wzwFirmenadressenCards .card .head:before{
    content: "";
    background-image: url("../img/graphic_elements/carouselFlag.svg");
    position: absolute;
    width: 20px;
    height: 40px;
    left: 0px;
    bottom:-20px;
}
.wzwFirmenadressenCards .card h2{
    font-size: 1.6em;
    margin-top: 0.4em;
    z-index: 3;
    color: #FFF;
}
.wzwFirmenadressenCards .head h2 {
    color: #000;    
}
.wzwFirmenadressenCards .head p{
    font-size: 1.4em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}
.wzwFirmenadressenCards .btn{
    
}
h2.firmenadressenDirekt{
    font-size: 1.2em;
    margin: 0;
    margin-bottom: 0.4em;
    text-align: left;
    line-height: 1.4em;
}
h2.firmenadressenDirekt>.highlight{
    font-size: 1.2em;
}


/* loading spinner */
.loading_spinner_outer {
	display:table-cell;
	vertical-align:middle;
	text-align: center;
}

.loading_spinner_inner {
	background-color: #ffffff;
	margin-left: calc(50% - 190px);
	width: 380px;
	padding: 15px;
}

.glyphicon {
    font-size: 34px;
}

.job-item a {
    color :#000;
}

/* singlebox */
.singlebox input[type="checkbox"] {
    display: none;
}

.singlebox input[type="radio"] {
    display: none;
}

.singlebox label {
	text-decoration: none;
}

.singlebox input[type="checkbox"] + label span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -2px 6px 0 0;
	vertical-align: middle;
	background: url(/img/sprite-filter-checkbox-entscheider.png) 0 -20px no-repeat;
	cursor: pointer;
}

.singlebox input[type="checkbox"]:checked + label span {
	background:url(/img/sprite-filter-checkbox-entscheider.png) 0 0 no-repeat;
}

.singlebox input[type="checkbox"]:checked + label  {
}

.singlebox input[type="radio"] + label span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -2px 6px 0 0;
	vertical-align: middle;
	background: url(/img/sprite-filter-checkbox-entscheider.png) 0 -20px no-repeat;
	cursor: pointer;
}

.singlebox input[type="radio"]:checked + label span {
	background:url(/img/sprite-filter-checkbox-entscheider.png) 0 0 no-repeat;
}

.singlebox input[type="radio"]:checked + label  {
}

.filter-or .ul-colors .color-link{
	display:inline-block;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	width: 50px;
	outline:none;
	border:0;
}
	
.filter-or .ul-colors label {
	padding: 5px 6px 5px 8px;
}


.singlebox .ul-colors  input[type="checkbox"] + label span {
	margin : 3px 6px 0 0;
}

.singlebox label:hover {
}

.singlebox input[type="checkbox"]:checked + label {
}

/* accordion */
.accordion-toggle.collapsed span {
	background: rgba(0, 0, 0, 0) url("/../img/sprite-accordion.png") no-repeat scroll 0 -15px
}

.accordion-toggle span {
	background: rgba(0, 0, 0, 0) url("/../img/sprite-accordion.png") no-repeat scroll 0 0px
}

.accordion {
	margin-bottom: 10px;
}

.accordion-group {
	padding: 0;
}

.accordion-heading {
	padding: 5px 0;
	border-top: 1px solid #CCCCCC;

}

.accordion-heading.first {
	border-top: none;
}

.accordion-heading.last {
	border-bottom:  1px solid #CCCCCC;;
}

.accordion-toggle span {
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: -2px 6px 0 0;
    vertical-align: middle;
    width: 15px;
}

.accordion-inner {
	padding: 0 0 10px 22px;
}

/* filterbox */
.filterbox input[type="checkbox"] {
display: none;
}

.filterbox input[type="radio"] {
display: none;
}

label .color-link{
	text-indent:-9999px;
}

.filterbox label {
	background: #fff;
	display: inline-block;
	text-decoration: none;
	color: #666666;
	line-height: 16px;
	padding: 5px 15px;
	padding: 5px 15px 5px 8px;
	margin: 0 3px 15px 0px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	-moz-box-shadow: 0px 1px 2px #d0cec3;
	-webkit-box-shadow: 0px 1px 2px #d0cec3;
	box-shadow: 0px 1px 2px #d0cec3;
}

.filterbox input[type="checkbox"] + label span {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: -2px 6px 0 0;
	vertical-align: middle;
	background: url(../img/sprite-filter-checkbox.png) 0 -15px no-repeat;
	cursor: pointer;
}

.filterbox input[type="checkbox"]:checked + label span {
	background:url(../img/sprite-filter-checkbox.png) 0 0 no-repeat;
}

.filterbox input[type="checkbox"]:checked + label  {
	color: #000;
	background:#efece3;
	-moz-box-shadow: 0px 1px 2px #9d9b8e;
	-webkit-box-shadow: 0px 1px 2px #9d9b8e;
	box-shadow: 0px 1px 2px #9d9b8e;
        margin-right: 5px;
}

.filterbox input[type="radio"] + label span {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: -2px 6px 0 0;
	vertical-align: middle;
	background: url(../img/sprite-filter-checkbox.png) 0 -15px no-repeat;
	cursor: pointer;
}

.filterbox input[type="radio"]:checked + label span {
	background:url(../img/sprite-filter-checkbox.png) 0 0 no-repeat;
}

.filterbox input[type="radio"]:checked + label  {
	color: #000;
	background:#efece3;
	-moz-box-shadow: 0px 1px 2px #9d9b8e;
	-webkit-box-shadow: 0px 1px 2px #9d9b8e;
	box-shadow: 0px 1px 2px #9d9b8e
}

.filter-or .ul-colors .color-link{
	display:inline-block;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	width: 50px;
	outline:none;
	border:0;
}
	
.filter-or .ul-colors label {
	padding: 5px 6px 5px 8px;
}


.filterbox .ul-colors  input[type="checkbox"] + label span {
	margin : 3px 6px 0 0;
}

.filterbox label:hover {
	background: #fff;
	color: #000;
	-moz-box-shadow: 0px 1px 2px #9d9b8e;
	-webkit-box-shadow: 0px 1px 2px #9d9b8e;
	box-shadow: 0px 1px 2px #9d9b8e;
}

.navbar-nav-start {
    justify-content: flex-start !important;   
}

/* multiselect */

.multiselect {
	width: 100%;
}

.btn-group {
    width: 100%;
}

.multiselect.btn-default {
    background-color: rgb(255,255,255);
    border-color: rgb(56, 173, 108);
    color: rgb(56, 173, 108);
}

.error {
    color: #ff0000;
    font-weight: bold;
    margin-bottom: 10px;
}

#idFilerTab {
    position: absolute;
    left: 0;
    border-radius: 0 0 1.2em 1.2em;
    width: 100%;
    background-color: var(--WzW-lightgrey-Main);
    z-index: 2;
    padding: 1em;
}

/* umkreissuche */

#plz-suche .tt-hint, #plz-suche .city {
		border: 2px solid #CCCCCC;
		border-radius: 8px 8px 8px 8px;
		font-size: 20px;
		height: 45px;
		line-height: 30px;
		outline: medium none;
		padding: 8px 12px;
	}

#plz-suche .umkreis {
		border: 2px solid #CCCCCC;
		border-radius: 8px 8px 8px 8px;
		font-size: 20px;
		line-height: 30px;
		outline: medium none;
		padding: 8px 12px;
	}

#plz-suche .tt-dropdown-menu {
		width: 400px;
		margin-top: 5px;
		padding: 8px 12px;
		background-color: #fff;
		border: 1px solid #ccc;
		border: 1px solid rgba(0, 0, 0, 0.2);
		border-radius: 8px 8px 8px 8px;
		font-size: 18px;
		color: #111;
		background-color: #F1F1F1;
	}
        
#section9 .tt-hint {
        padding: 5px 12px 8px 11px;
        font-size: unset;
        height: unset;
        line-height: unset;
}

#idSearchTab .tt-hint {
    padding: 5px 12px;
}
        
#idSearchTab .tt-dropdown-menu {
		width: 400px;
		margin-top: 5px;
		padding: 8px 12px;
		background-color: #fff;
		border: 1px solid #ccc;
		border: 1px solid rgba(0, 0, 0, 0.2);
		border-radius: 8px 8px 8px 8px;
		font-size: 18px;
		color: #111;
		background-color: #F1F1F1;
                text-align: left;
	}
#karten-suche svg{
    width: 100%;
    height: auto;
}
.modal-body iframe{
    position: relative;
    width: calc( 100% + 2rem);
    height: 90em;
    border: none;
    margin: -1rem;
}

.statistik-jobs td a::before {
	content: ">";
	color: var(--WzW-c-Main);
	font-weight: bold;
	transition: left 0.15s;
        padding-right: 10px;
}

.statistik-jobs td a {
        text-decoration: none !important;
}

.statistik-jobs td a:hover::before {
	transition: left 0.05s;
        text-decoration: none;
        padding-right: 5px;
        padding-left: 5px;        
}

.bar-wzw {
        position: relative;
        width: 10em;
        height: 0.3em;
        background-color: var(--WzW-c-Main);
        margin: auto;
        margin-top: 3em;
        margin-bottom: 3em;
}
