/* accordion header */
.accordion h2 {
    background:#ccc url('http://static.flowplayer.org/img/global/gradient/h30.png');
    margin:0;
    padding:5px 15px;
    font-size:14px;
    font-weight:normal;
    border:1px solid #fff;
    border-bottom:1px solid #ddd;
    cursor:pointer;
    color: #000;
}

/* accordion pane */
.accordion .pane {
    display:none;  
  margin-left: 40px;
}
.accordion h4 {
    margin: 0;
}
.accordion p {
    margin: 0;
}
.item .accordion ul {
    margin-bottom: 20px;
}
.item .accordion ul ul {
    margin-bottom: 0;
}
.accordion .pane {
    padding: 15px 0;
}
.accordion .accordion h4 {
    font-weight: normal;
}
.accordion .accordion .accordion h4 {
    color: #6f6762;
    font-size: 20px;
}
.accordion .accordion .accordion .pane {
    margin: 0;
}

.accordion div, .accordion p, .accordion ul {
margin-top: 10px;
}

/* ##### Allgemein ##### */
.layer.hidden {
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
@font-face {
    font-family: 'BrandonGrotesque';
    src: url('fonts/Brandon_med_0.otf');
}
body {
    font-family: 'BrandonGrotesque';
    color: #6f6762;
    font-size: 19px;
    margin: 0;
	background: #e2e1e0;
}
/* ##### Ueberschriften ##### */
h1,h2,h3,h4,h5,h6 {
    margin: 0 0 20px;
}
h1 { font-size: 42px; }
h2 { font-size: 34px; }
h3 { font-size: 30px; }
h4 { font-size: 22px; }

/* ##### Links ##### */
a { background: transparent; }
section a { color: #dc060e; }

button[disabled],
html input[disabled] {
    cursor: default;
}
hr {
    margin: 10px auto 70px;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 1px;
    color: #012e5c;
    border: none;
	background-color: #6f6762;
	width: 50%;
}
ul {
    padding: 0;
    margin: 0;
}
b, strong {
    font-weight: bold;
}
.ie strong { text-decoration: underline; }

/* ##### ToTop ##### */
#scrolltotop a {
    position: fixed;
    right: -100px;
    bottom: 20px;
    background: rgba(255,255,255,0.5) url("images/to_top.png") no-repeat center;
    text-indent: -200px;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width:64px;
    height: 64px;
    overflow:hidden;
    border-radius: 50%;
}
body.header-fixed #scrolltotop a {
    right: 20px;
    bottom: 20px;
}


/* ##### Bilder ##### */
.item:not(.management):not(.mitarbeiter):not(.gema):not(.ice):not(.zpue):not(.budde-music):not(.jobs) img {
    float: none;
    width: 80%;
    height: auto;
    display: block;
    margin: auto;
}

.alignright {
    float: right;
    margin-left: 15px;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.aligncenter {
    margin: auto;
    display: inherit;
}

/* ##### Navigation ##### */

nav ul {
    list-style: none;
}
/* ### Navigation mobil ### */
nav.mobil {
    display: none;
    line-height: 64px;
    height: 64px;
    background: #d4d1d0;
}
nav.mobil a {
    display: block;
    line-height: 38px;
    border-bottom: 1px solid #FFF;
    background-color: #626262;
    color: #FFF;
    text-decoration: none;
}
nav.mobil .menu-main-menu-container {
    display: none;
    width: 100%;
    background-color: #626262;
}
nav.mobil .current-menu-item,
nav.mobil a:hover,
nav.mobil a:focus,
nav.mobil a:active,
nav.mobil .current-menu-item li a:hover,
nav.mobil a:hover li a:hover,
nav.mobil a:focus li a:hover,
nav.mobil a:active li a:hover {
    color: #FFF;
    text-shadow: 2px 2px 2px #000;
}
nav.mobil .current-menu-item li a,
nav.mobil a:hover li a,
nav.mobil a:focus li a,
nav.mobil a:active li a {
    text-shadow: none;
}
nav.mobil .current-menu-item .sub-menu {
    font-weight: normal;
    background-color: #626262;
}
nav.mobil .sub-menu li a {
    padding-left: 35px;
}
nav.mobil ul#menu-main-menu {
    margin: 0;
    padding: 0 20px;
}
.main-menu .navigation_header {
    width: 100%;
    top: 0;
    background-color: #626262;
    color: #FFF;
    font-size: 22px;
    line-height: 52px;
    z-index: 999;
}
.menu-mobil-menu-container {
    display: none;
}
.menu-unternehmen ul.sub-menu {
    margin-left: 12px;
}
html:lang(en) .menu-unternehmen ul.sub-menu {
	margin-left: -8px;
}
.menu-leistungen ul.sub-menu {
    margin-left: 0px;
}
html:lang(en) .menu-leistungen ul.sub-menu {
	margin-left: -13px;
}
.menu-karriere ul.sub-menu {
    margin-left: -10px;
}
html:lang(en) .menu-karriere ul.sub-menu {
	margin-left: -15px;
}
.menu-referenzen ul.sub-menu {
    margin-left: 0px;
}

/* ##### Header ##### */
header {
    display: block;
}
header a {
    text-decoration: none;
}
header .logo {
    margin-left: 20%;
    display: inline-block;
    width: 15%;
}
header .logo img {
    width: 100%;
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: auto;
}
header nav {
    width: 60%;
	position: relative;
    padding: 0 20%;
    background-color: #d4d1d0;
    font-size: 16px;
    z-index: 100;
    height: 65px;
}
header nav ul {
    float: right;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}
header nav li {
    float: left;
    padding: 0;
    color: #706762;
    font-weight: bold;
    text-transform: uppercase;
}
header nav li a {
    color: #706762;
    padding: 20px 45px 22px;
    display: inline-block;
}
header nav .sub-menu li a {
    padding: 10px 45px 12px;
}

body.header-fixed header nav {
    position:fixed;
    top:0;
}
body.header-fixed div.wrapper {
    padding-top: 65px;
}
body.header-fixed header div.logo {
    margin-top:-65px;
    position:fixed;
    width:6%;
    z-index:1000;
    left: 0;
}
body.header-fixed header div.logo img {
    height: 64px;
    width: auto;
}
header nav .menu > li:hover > a,
header nav .menu > li:active > a,
header nav .menu > li:focus > a,
.current-menu-item > a {
    color: #dc060e;
}
header .current-menu-item li {
    color: #00519E;
}
header .sub-menu {
    width: 190px;
    position: absolute;
    background: url("/wp-content/themes/it4ipm/images/layer.png");
   	visibility: hidden;
	opacity: 0;
    margin-left: -18px;
    padding-top: 50px;
    padding-bottom: 50px; 
	-webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.firefox header .sub-menu { margin-top: -1px; }
header .menu-item:hover .sub-menu {
    color: #00519E;	
	-webkit-transition: opacity 0.5s visibility 0s ease-in-out;
    -moz-transition: opacity 0.5s visibility 0s ease-in-out;
    -ms-transition: opacity 0.5s visibility 0s ease-in-out;
    -o-transition: opacity 0.5s visibility 0s ease-in-out;
    transition: opacity 0.5s ease-in-out;	
	visibility: visible; 
	opacity: 1;
}

header .sub-menu .menu-item {
    display: block;
    width: 100%;
    text-align: center;
}
header .sub-menu .menu-item a {
    color: #fff;
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
    font-weight: normal;
    width: 96%;
}
header .sub-menu .menu-item a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
header .sub-menu .menu-item a span {
    color: #fff !important;
}
header .sub-menu a {
    color: #fff;
}
.header_content {
    display: table;
    width: 100%;
    background: #fff;
}
/* Mobil */
.logo-mobil { float: right; height: 64px; }
.logo-mobil a { border: 0 !important; }

/* Bilderwelten */
.sp-horizontal {
    max-width: none !important;
    width: 100% !important;
}
.sp-horizontal header {
    display: none;
}
.slideshow {
    position: relative;
    overflow: hidden;
    height: 515px;
    background: #fff;
}
.firefox .slideshow {
    margin-top: -1px;
}
.slideshow .sp-image-container img {
    width: 100%;
}
.it4ipm-plakativ ,
.leistungen,
.verteilung,
.softwareentwicklung,
.gema,
.zpue,
.standorte,
.muenchen {
    background-color: #fff !important;
}
.slideshow > img {
    width: 100%;
    display: inherit;
}
.layer {
    width: 220px;
    text-align: center;
    position: absolute;
    overflow: hidden;
    z-index:10;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.layer h1 {
    position: absolute;
    top: 35%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    padding: 0 20px;
}
.layer span {
    text-transform: uppercase;
}
/* ##### Content ##### */
.wrapper {
    max-width: 1920px;
    margin: auto;
}
body.footer-fixed .wrapper {
    padding-bottom: 95px;
}
.content_wrapper img {
    max-width: 100%;
    height: auto;
}
.item { color: #6f6762; background-color: #e2e1e0; }
.item ul { margin-left: 20px; margin-bottom: 10px; }

.item h3,
.single_content h1 {
    text-transform: uppercase;
    color: #dc060e;
}
.item > article {
    padding: 35px 0;
    width: 60%;
    margin: auto;
}
.anker {
	margin-top: -60px;
	position: absolute;
	z-index: 66666666;
}

/* ### Mitarbeiter ### */
.item:not(.mitarbeiter):nth-child(odd)
{
    background-color: #f0f0ef;
}
.item.mitarbeiter ~ .item.mitarbeiter > article
{
    padding: 0;
    height: 406px;
}
.item.mitarbeiter .image_wrapper {
    height: 406px;
} 
.item.mitarbeiter .image_wrapper img {
    margin-top: 56px;
}
.content a {
    color: #dc060e;
}
.management .content_wrapper {
    display: inline-block;
}
.management .wp-caption {
    float: left;
    margin: 8px 0;
    width: 32% !important;
}
.management .wp-caption img {
    width: 100% !important;
    height: auto;
}
/*SEA disabled neuordnung der Leitung
#attachment_289 {
    width: 100% !important;
}
#attachment_289 img {
    width: 32% !important;
}*/
#attachment_289 img {
    margin-right:2%;
}
.management .wp-caption {
    margin-right: 1%;
}
.management .wp-caption .wp-caption-text {
    margin: 0;
}

.body_single .wp-caption {
    float: left;
    margin: 8px 0;
    width: 32% !important;
}
.body_single h1 {
	font-size: 30px;
}
.body_single .sp-mask, .body_single  .sp-slide, .body_single  .sp-image-container,.body_single  .sp-image-containerimg  {
	max-width: 100%
}

.content .item.mitarbeiter .image_wrapper {
    width: 40%;
}
.content .item.mitarbeiter .content_wrapper {
    width: 60%;
}
.item.mitarbeiter {
    height: 110px;
}
.item.mitarbeiter ~ .item.mitarbeiter {
    min-height: 406px;
    box-shadow: none;
}
.item.mitarbeiter ~ .item.mitarbeiter h3 {
    color: #6f6762;
    text-transform: none;
    font-size: 24px;
    display: none;
}
.item.mitarbeiter ~ .item.mitarbeiter:nth-child(even)
{
    background-color: #fff;
}
.item.mitarbeiter ~ .item.mitarbeiter:nth-child(odd) 
{
    background-color: #e2e1e0;
}
.item.mitarbeiter ~ .item.mitarbeiter:nth-child(odd) .image_wrapper {
    float: left;
    width: 35%;
}
.item.mitarbeiter ~ .item.mitarbeiter:nth-child(odd) .content_wrapper {
    float: right;
    width: 65%;
    margin-top: 25px;
}
.item.mitarbeiter:nth-child(even) .image_wrapper {
    float: right;
    width: 35%;
}
.item.mitarbeiter:nth-child(even) .content_wrapper {
    float: left;
    position: absolute;
    width: 40%;
    padding: 30px 0;
}
.mitarbeiter .content_wrapper p:not(:last-child) strong {
    width: 110px;
    display: inline-block;
}

/* ### Referenzen ### */
.body_referenzen h1, .body_referenzen h3 {
    display: none;
}
.body_referenzen .item a {
	display: table;
    margin: auto;
}
.body_referenzen .item img {
    margin: auto;
    display: block;
    max-width: 100%;
    height: auto;
}
/* ### Standorte ### */
.item.standorte article {
    padding-bottom: 1px;
}
/* ### IT-Betrieb ### */
.item.it-betrieb > article .content_wrapper {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}
.item.it-betrieb p {
    margin-top: 0;
}

.search .search_result strong, .single_content .content_wrapper strong { 
    width: 110px;
    /*display: inline-block;*/
}
.search .search_result .image_wrapper, .body_single .image_wrapper  {
	float:left;
}

.sub-menu {
    padding: 0;
}
.textwidget img {
    width: 35px;
    margin: 15px 5px 20px;
}
.background img {
    width: 100%;
    display: inherit;
}

.search_form {
    width: 215px;
    height: 40px;
    float: right;
    margin-right: 20%;
    margin-top: 50px;
	position: relative;
} 
.search_form label {
    display: none;
}
.search_form input[type="text"] {
    border-radius: 0px;
    border: 0;
    border-bottom: 1px solid #d4d1d0;
    background-color: transparent;
    padding: 7px 35px 7px 9px;
    outline: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	position: absolute;
}
.search_form input:focus[type="text"] {
    border-bottom: 1px solid #dc060e; 
}
.search_form input[type="submit"] {
    background-color: transparent;
    border: 0;
    background: url("/wp-content/themes/it4ipm/images/suchen.png") no-repeat;
    text-indent: -6666px;
    height: 16px;
    width: 16px;  
	position: absolute;
	right: 10px;
}
.firefox .search_form input[type="submit"] { right: 40px; }
.safari .search_form input[type="submit"] { right: 50px; }
.ie .search_form input[type="submit"] { right: 30px; }

.search.it-betrieb > article {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
 
}
.muenchen > article,
.berlin > article {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: 60%;
}
.search.muenchen > article,
.search.berlin > article {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
.muenchen > article {
    padding: 0 20% 3%;
}

.berlin > article, .muenchen > article {
    padding: 3% 0;
}
.muenchen iframe,
.berlin iframe {
    width: 100%;
	display: block;
}

/* ### Accordion ### */
.accordion ul {
	margin-left: 22px;
}
.accordion h4 {
	color: #dc060e;
	cursor: pointer;	
}
.accordion > h4 {
    line-height: 40px;
}
.accordion h4.current::after {
	content: "\20 \25b2";
	width: 20px;
	font-size: 15px;
}
.accordion h4::after {
	content: "\20 \25bc";
	width: 20px;
	font-size: 15px;
}
.accordion h4:hover {
	color: #6f6762;	
}


/* ### Teaser ### */
.teaser {
    padding: 0 20%;
    display: inline-block;
    color: #e2e1e0;
    margin-top: 60px;
    background: #e2e1e0;
    margin: 0;
}
.teaser h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.teaser .item:not(:last-child) {
    margin-right: 5%;
}
.teaser .item {
    float: left;
    width: 30%;
    background: transparent !important;
}
.teaser .item .readmore {
    color: #dc060e;
    float: right;
    text-decoration: none;
}
.teaser .item p {
    margin: 0;
}
.teaser .item article {
    margin: 50px 0;
    padding: 20px 20px 40px 20px;
    width: auto;
    border: 1px solid;
    text-align: justify;
    min-height:180px;
}
.body_suche h1 {
	color: #6f6762;
    padding: 50px 20% 0;
    font-size: 30px;
    background-color: #f0f0ef;
    margin-bottom: 0;
}
.search {
    padding: 20px 0;
}
.search .image_wrapper { height: 350px; }
.search_result,
.single_content,
.content_page {
    color: #6f6762;
    margin: 50px 20%;
}
.search.mitarbeiter {
    margin-top: 0;
	margin-bottom: 0; 
	min-height: 350px;
    padding: 30px 0 0;
}
.search.mitarbeiter .search_result {
    margin: 0px 20%;
}
.search_result {
    height: 100%;
}
.search_result h3 {
    color: #dc060e;
}
.search_result a.readmore {
    color: #dc060e;
    float: right;
}
.search:nth-child(odd) {
    background-color: #f0f0ef !important;
}
search:nth-child(even) {
    background-color: #e2e1e0;
}
/* ##### Sprache ##### */
.qtranxs-lang-menu > a {
    display: none;
}

.qtranxs-lang-menu .sub-menu li:first-child a::after {
    content: "/";
    height:20px;
    width: 20px;
    padding: 0 2px;
}
/* ##### Footer ##### */
footer {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 0 20%;
    background-color: #fff;
    min-height: 95px;
}
footer a {
    text-decoration: none;
    color: #706762;
}
footer a:hover,
footer a:active,
footer a:focus {
	color: #dc060e;
}
footer img {
    margin: 15px 5px 20px !important;
    display: inline !important;
}
.footer_nav {
    display: inline-block;
    font-size: 12px;
    text-align: center;
}
.footer_nav .menu-footer-container > ul {
    margin: auto;
    width: 100%;
}
.footer_nav .menu-footer-container > ul li {
    float: left;
    line-height: 53px;
}
.footer_nav .menu-footer-container > ul > li {
    padding: 0 15px;
}
footer .sub-menu {
    display: inline-block;
}
footer .social {
    margin-top: -46px;
}
body.footer-fixed footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 95px;
    padding: 0;
}

/* ##### Hintergrund ##### */
section.background {
	height: 350px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
	/*SEA where disabled by currently unknown reason*/
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.safari section.background {
    height: 200px;
    background-attachment: scroll;
}

.background_1 {
	background: url("/wp-content/themes/it4ipm/images/background_1.jpg");
}
.background_2 {
	background: url("/wp-content/themes/it4ipm/images/background_2.jpg");
}
.background_3 {
	background: url("/wp-content/themes/it4ipm/images/background_3.jpg");
}
.background_4 {
	background: url("/wp-content/themes/it4ipm/images/background_4.jpg");
}
.background_5 {
	background: url("/wp-content/themes/it4ipm/images/background_5.jpg");
}
.background_6 {
	background: url("/wp-content/themes/it4ipm/images/background_6.jpg");
}
.background_7  {
	background: url("/wp-content/themes/it4ipm/images/background_7.jpg");
}
.background_8  {
	background: url("/wp-content/themes/it4ipm/images/background_8.jpg");
}
/*Table DSG*/
.table_agb ,table {
    border-collapse: collapse;
    width: 100%;
}

.table_agb ,th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 2px solid #ddd;
}
/*Table DSG*/
/*d*/



@import "./mobil.css";