@charset "UTF-8";
/* CSS Document */

/*
Theme Name: IFÜREL EMSR-Technik GmbH & Co. KG
Theme URI: 
Author: Ingo Stephan
Author URI: http://www.sgp.de
Description: Das Theme für IFÜREL EMSR-Technik GmbH & Co. KG.
Version: 1.0
Tags: EMSR-Technik
Text Domain: ifuerel.de
*/

/* -----------------------------  CSS Reset  -------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

.grecaptcha-badge {
    display: none;
}

body {
    line-height: 1;
    margin:0;
	padding:0;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a, a:active, a:visited {
    text-decoration: underline;
    color: #000000;
}

a:hover {
    color: #707173;
}

.clear {
    clear:both;
}

.row { display: -webkit-flex; display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: space-between; flex-flow: row wrap; }
.row.left { justify-content: flex-start; }

/* ----------------------------- CSS für Schrägen -------------------------------- */

.links { width: 80%; padding-right: 10%; padding-left: 10%; }
.rechts { width: 80%; padding-left: 10%; padding-right: 10%; }

.testversion { text-align: right;  padding: 3px 10px; margin: 0 auto; overflow: hidden; }
.content { max-width: 1200px; padding: 120px 35px; margin: 0 auto; overflow: hidden; }
.contentbox { max-width: 1230px; padding: 90px 20px 110px; margin: 0 auto; overflow: hidden; }
.contentbox.karriere { padding: 90px 20px 30px; }
.contentbox.karriere_form { padding: 50px 20px 100px; }

.ecke-rechts { position: absolute; top: 0; right: -80px; bottom: 0; width: 12%; }
.ecke-links { position: absolute; top: 0; left: -80px; bottom: 0; width: 12%; }

.ecke_neigung {
    -moz-transform:skewX(-5deg); /* Firefox 3.6 Firefox 4 */
    -webkit-transform:skewX(-5deg); /* Safari */
    -o-transform:skewX(-5deg); /* Opera */
    -ms-transform:skewX(-5deg); /* IE9 */
    transform:skewX(-5deg); /* W3C */
}

/* ----------------------------- CSS allgemein -------------------------------- */

body {
    font-family: 'Titillium Web', sans-serif, Verdana, Arial;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4em;
    color: #000000;
}

main {
    position: relative;
    overflow: hidden;
}

.mainwrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.line {
    border: 1px solid red;
}

p {
    padding-bottom: 1em;
}

h1 {
    font-size: 50px;
    font-weight: 300;
    padding-bottom: 0.5em;
    line-height: 1.2em;
}

h2 {
    font-size: 36px;
    font-weight: 300;
    padding-bottom: 1em;
    line-height: 1.2em;
}

.contentbox h2 {
    padding: 0 0 15px 15px;
}

h3 {
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 0.5em;
    line-height: 1.2em;
}

.contentbox h3 {
    padding-left: 15px;
}

h4 {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 1em;
    line-height: 1.5em;
}

h4.standort {
    font-size: 20px;
    padding: 0.7em 0;
    line-height: 1em;
    font-weight: 300;
}

h5 {
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 1em;
    line-height: 1.2em;
}

h6 {
    font-size: 12px;
    font-weight: 300;
    padding-bottom: 1em;
    line-height: 1.2em;
}

ul, li {
    margin:0;
    padding:0;
    list-style: none;
}

b, strong {
    font-weight: 600;
}

i {
    font-size: 0.85em;
    padding-right: .5em;
}

hr {
    border: 0;
    border-top: 1px solid #677379;
    height: 0;
    margin:0;
    padding:0;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

.textklein {
    font-size: 0.85em;
    padding-bottom: 3px;
}

.zweispaltig {
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}

article {
    position: relative;
    overflow: hidden;
}

.mittig {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;  
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; 
}

.overlay {
    background: transparent url('images/overlay.png') center center;
}

.hideme {
    margin-right: -50px;
    margin-left: 0;
    padding-left: 50px;
    opacity: 0;
}

.nobr { white-space: nowrap; }

img {
    max-width: 100%;
    height: auto;
}

.alignnone {
    max-width: 100%;
    height: auto;
    float: left;
    margin-right: 1.2em;
    padding-bottom: 1em;
}

.aligncenter {
    width: 100% !important;
    height: auto;
    padding-bottom: 1em;
}

.alignleft {
    width: 48% !important;
    height: auto;
    float: left;
    margin-right: 1.2em;
}

.alignright {
    width: 48% !important;
    height: auto;
    float: right;
    margin-left: 1.2em;
}

.wp-caption p {
    font-size: .85em;
    line-height: 1.4;
    padding: 5px 0;
}

/* ----------------------------- Farben -------------------------------- */

.bg-weiss { background-color: #fff ; }
.bg-schwarz { background-color: #000; }
.bg-grau { background-color: #677379; }
.bg-dunkel { background-color: #354b54; }
.bg-hell { background-color: #f4f6f8; }
.bg-hell2 { background-color: #e4e8e9; }
.bg-ecke { background: #e6eaec; }
.bg-transparent { background: rgba(255,255,255,0.4) url('images/pfeil_gross.png') no-repeat right 50px; }

.font-weiss { color: #fff; }
.font-dunkel { color: #354b54; }
.font-grau { color: #acb5ba; }
.font-hell { color: #e4e8e9; }

/* ----------------------------- Boxen -------------------------------- */

.flex { 
  display: -webkit-flex; display: -webkit-box; display: -ms-flexbox;	display: flex; 
  justify-content: space-between; flex-flow: row wrap;
}

.box33 { float: left; width: 33.33%; }
.box50 { float: left; width: 50%; }
.box33.news { position: relative; box-sizing: border-box; float: none; margin-bottom: 30px; width: calc(1/3*100% - (1 - 1/3)*30px); }
.box50.video { position: relative; box-sizing: border-box; float: none; margin-bottom: 20px; width: calc(1/2*100% - (1 - 1/2)*30px); }
.box66 { float: left; width: 66.66%; }
.box100 { width: 100%; }

.boxcontent { padding: 15px; overflow: hidden;}

.boximage { position: relative; }

.boxoverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 13px 20px 13px 50px;
    background: rgba(53,74,84,0.7) url('images/pfeiloverlay.png') left center no-repeat;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    z-index: 999;
}

.scale { position: relative; overflow: hidden; }

.scale .newsoverlay,
.scale .boxoverlay,
.scale img {
    -webkit-transition:all 0.3s ease;
       -moz-transition:all 0.3s ease;
        -ms-transition:all 0.3s ease;
         -o-transition:all 0.3s ease;
            transition:all 0.3s ease;
}

.scale:hover img {
	-webkit-transform:scale(1.2); /* Safari and Chrome */
       -moz-transform:scale(1.2); /* Firefox */
        -ms-transform:scale(1.2); /* IE 9 */
         -o-transform:scale(1.2); /* Opera */
            transform:scale(1.2);
}

.scale:hover .boxoverlay {
    padding: 13px 20px 13px 40px;
    background: rgba(53,74,84,0.9) url('images/pfeiloverlay.png') 5px center no-repeat;
}


/* ----------------------------- Buttons -------------------------------- */

.btn-hell,
.btn-dunkel {
    -moz-transform:skewX(-5deg); /* Firefox 3.6 Firefox 4 */
    -webkit-transform:skewX(-5deg); /* Safari */
    -o-transform:skewX(-5deg); /* Opera */
    -ms-transform:skewX(-5deg); /* IE9 */
    transform:skewX(-5deg); /* W3C */
    margin-top: 10px;
    display: inline-block;
}

.btn-dunkel {
     background-color: #677379;
     padding: 7px 10px;
}

.news .btn-dunkel { position: absolute; right: 15px; bottom: 15px; }

.btn-hell {
     background-color: #fff;
     padding: 6px 10px;
}


.btn-hell .neigen,
.btn-dunkel .neigen {
    -moz-transform:skewX(5deg); /* Firefox 3.6 Firefox 4 */
    -webkit-transform:skewX(5deg); /* Safari */
    -o-transform:skewX(5deg); /* Opera */
    -ms-transform:skewX(5deg); /* IE9 */
    transform:skewX(5deg); /* W3C */
}

.btn-hell a,
.btn-dunkel a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 600;
    line-height: 1em;
}

.btn-dunkel a {
    color: #fff;
}

.btn-hell a {
    color: #677379;
}

.btn-dunkel:hover {
    cursor: pointer;
    background-color: #acb5ba;
}


.btn-hell:hover {
    cursor: pointer;
    background-color: #677379;
}

.btn-dunkel:hover a {
    color: #fff;
    cursor: pointer;
}

.btn-hell:hover a {
    color: #fff;
    cursor: pointer;
}

.btn-hell.right,
.btn-dunkel.right {
    float: right;
    margin-top: 0;
}


/* ----------------------------- Header -------------------------------- */

header {
    position: relative;
    width: 100%;
    padding: 0;
    height: 110px;
    background-image: linear-gradient(to top, #fff, #e4e8e9);
    background: -prefix-linear-gradient(top, #fff, #e4e8e9);
}

#start {
    overflow: hidden;
}

.logo {
    height: 70px;
    width: auto;
    padding: 20px 30px;
}

.logo.fadein {
    display:none
}

.logo img {
    height: 100%;
    width: auto;
}

img.logoschild {
    position: absolute;
    right: 30px;
    top: 6px;
    height: 30px;
    width: auto;
    display: none;
}

.claim {
    position: absolute;
    top: 35px;
    right: 45px;
}

.claim.fadein {
    right: 95px;
    opacity: 0;
}

.farbbalken {
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 110px;
}

.farbbalken.fadein {
    right: -14px;
}

/* ----------------------------- Startseite -------------------------------- */

.slider {
    background: #fff;
}

.sliderbox {
    position: relative;
    padding: 20px;
    overflow: hidden;
    min-height: 410px;
}

.slider_overlay_right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    width: 45%;
    background: rgba(255,255,255,0.85);
    -moz-transform:skewX(-5deg); /* Firefox 3.6 Firefox 4 */
    -webkit-transform:skewX(-5deg); /* Safari */
    -o-transform:skewX(-5deg); /* Opera */
    -ms-transform:skewX(-5deg); /* IE9 */
    transform:skewX(-5deg); /* W3C */
}

.slider_overlay_left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    width: 8%;
    background: rgba(255,255,255,0.5) url('images/pfeil_gross.png') no-repeat right 50px;
    -moz-transform:skewX(-5deg); /* Firefox 3.6 Firefox 4 */
    -webkit-transform:skewX(-5deg); /* Safari */
    -o-transform:skewX(-5deg); /* Opera */
    -ms-transform:skewX(-5deg); /* IE9 */
    transform:skewX(-5deg); /* W3C */
}

.slider_overlay_right .boxcontent {
    padding: 50px;
    width: 45%;
    -moz-transform:skewX(5deg); /* Firefox 3.6 Firefox 4 */
    -webkit-transform:skewX(5deg); /* Safari */
    -o-transform:skewX(5deg); /* Opera */
    -ms-transform:skewX(-5deg); /* IE9 */
    transform:skewX(5deg); /* W3C */
}

.owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0 0 5px 0;
    text-align: center;
}

.owl-dot {
    display: inline-block;
}

.owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    background: #fff;
    -moz-transform: skewX(-5deg);
    -webkit-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
}

.owl-dot.active span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #677379;
}

.owl-dot:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

#leistungen .boxcontent {
    padding: 50px 50px 10px 50px;
}

#branchen .contentbox {
    padding-bottom: 80px;
}

ul.maerkte li {
    float: left;
    width: 25%;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #354b54;
    font-weight: 600;
    padding-bottom: 35px;
}

ul.maerkte li p {
    padding: 0;
    margin: 0;
    height: 2em;
}

ul.maerkte li img {
    width: auto;
    height: auto;
    margin-bottom: 3px;
    border: 6px solid #fff;
    border-radius: 50%;
    -webkit-transition:all 0.2s ease;
       -moz-transition:all 0.2s ease;
        -ms-transition:all 0.2s ease;
         -o-transition:all 0.2s ease;
            transition:all 0.2s ease;
}

ul.maerkte li:hover img {
    background: #ffd61e;
    border: 6px solid #76b729;
    color: #7c6fb0;
}

ul.maerkte li a {
    color: #354b54;
    text-decoration: none;
}

ul.maerkte li:hover a {
    color: #7c6fb0;
    text-decoration: none;
}

#aktuelles .boxnews {
    border-top: 1px solid #677379;
    border-bottom: 1px solid #677379;
    padding: 10px 0;
}

#aktuelles .boxnews {
    border-top: 1px solid #677379;
    border-bottom: 1px solid #677379;
    padding: 10px 0;
}

#aktuelles .boxnews h4 {
    line-height: 1.2em;
    min-height: 2.4em;
}

#aktuelles .box100 {
    padding: 15px;
}

#aktuelles .boxkarriere {
    border: 1px solid #677379;
    padding: 15px;
}

#aktuelles .box100 h3 {
    line-height: 1.2em;
    padding: 4px 15px;
    margin: 0;
    color: #fff;
    font-size: 1.4em;
}

.scale .newsoverlay {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background: transparent url('images/pfeilnewsoverlay.png') left center no-repeat;
    background-size: auto 100%;
    z-index: 999;
}

.scale:hover .newsoverlay {
    background: transparent url('images/pfeilnewsoverlay.png') 5px center no-repeat;
    background-size: auto 100%;
}

#bewerbung section,
#footer section.footer,
#aktuelles section,
section.pagecontent {
    width: 80%;
    padding: 0 10%;
}

section.jobs {
    padding: 30px 10% 0px;
}

.jobsmobile { display: none; }

/* ----------------------------- Page -------------------------------- */

.headerbox {
    position: relative;
    padding: 0 20px;
    overflow: hidden;
    min-height: 210px;
}

.headerbox h4 {
    padding-bottom: 0;
    color: #677379;
}

.headerbox h2 {
    padding-bottom: 0;
    font-size: 28px;
}

.header_overlay_right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    width: 40%;
    background: rgba(255,255,255,0.85);
    -moz-transform:skewX(-5deg); /* Firefox 3.6 Firefox 4 */
    -webkit-transform:skewX(-5deg); /* Safari */
    -o-transform:skewX(-5deg); /* Opera */
    -ms-transform:skewX(-5deg); /* IE9 */
    transform:skewX(-5deg); /* W3C */
}

.header_overlay_right .boxcontent {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    width: 45%;
    -moz-transform:skewX(5deg); /* Firefox 3.6 Firefox 4 */
    -webkit-transform:skewX(5deg); /* Safari */
    -o-transform:skewX(5deg); /* Opera */
    -ms-transform:skewX(-5deg); /* IE9 */
    transform:skewX(5deg); /* W3C */
}

.header_overlay_left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    width: 8%;
    background: rgba(255,255,255,0.5) url('images/pfeil_klein.png') no-repeat right 20px;
    -moz-transform:skewX(-5deg); /* Firefox 3.6 Firefox 4 */
    -webkit-transform:skewX(-5deg); /* Safari */
    -o-transform:skewX(-5deg); /* Opera */
    -ms-transform:skewX(-5deg); /* IE9 */
    transform:skewX(-5deg); /* W3C */
}

.pagecontent h2 {
    padding-right: 38%;
}

.pagecontent .kontakt h2 {
    padding: 0 0 1.3em 15px;
}

.pagecontent .kontakt h3 {
    font-size: 1.5em;
    padding: 5px 10px;
    margin: 0 15px 20px 15px;
}

.pagecontent .kontakt h3.kontakt {
  margin: 0 15px 20px 0;
}

#calltoaction .contentbox {
    padding: 40px 35px;
    text-align: center;
}

#calltoaction .contentbox h2 {
    padding: 0 0 1em 0;
    font-size: 26px;
    line-height: 1em;
}

#calltoaction .contentbox h4 {
    padding:0;
    line-height: 1em;
    -moz-transform:skewX(5deg); /* Firefox 3.6 Firefox 4 */
    -webkit-transform:skewX(5deg); /* Safari */
    -o-transform:skewX(5deg); /* Opera */
    -ms-transform:skewX(5deg); /* IE9 */
    transform:skewX(5deg); /* W3C */
}

#calltoaction .pagecontent .neigen {
    -moz-transform:skewX(-5deg); /* Firefox 3.6 Firefox 4 */
    -webkit-transform:skewX(-5deg); /* Safari */
    -o-transform:skewX(-5deg); /* Opera */
    -ms-transform:skewX(-5deg); /* IE9 */
    transform:skewX(-5deg); /* W3C */
    border: 1px solid #acb5ba;
    background: #ffffff;
    padding: 8px 0;
    margin: 0 15px;
}

#calltoaction .pagecontent a {
    text-decoration: none;
}

#calltoaction .pagecontent a .neigen:hover {
    border: 1px solid #677379;
    background: #677379;
    color: #fff;
    cursor: pointer;
}

.head-sidebar {
    background-color: #677379;
    padding: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 1em;
}

.box66 .head-sidebar {
    margin: 20px 0 20px 0;
}

.content-sidebar {
    padding: 1em 10px 0 10px;
    border-bottom: 1px solid #677379;
    line-height: 1.3em;
}

.content-sidebar h5 {
    font-size: 1.2em;
    font-weight: 600;
    padding-bottom: .5em;
    color: #354b54;
}

.content-sidebar.ansprechpartner {
    border-bottom: 0;
}

.content-sidebar.kontakt {
    padding: 5px 15px;
    border: 1px solid #677379;
    border-top: 5px solid #677379;
}

.content-sidebar .box-ap {
    display: flex;
    line-height: 1.4;
    padding: 12px 0;
}

.content-sidebar.social {
  padding: 0;
}

.content-sidebar.social ul {
  margin: 0 10px;
}

.content-sidebar.social h5 {
  background-color: #677379;
  color: #fff;
  font-weight: 300;
  padding: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 1em;
  margin-bottom: 1.4em;
}

.flex-item33 .content-sidebar .box-ap {
    min-height: 10em;
}

.ap_flex-content {
    padding-left: 15px;
}

article.page-image {
    min-height: 600px;
}

#container_masonry {
    padding-bottom: 50px;
}

.item { 
  	width: 33.33%;
}

.grid-sizer {
  	width: 33.33%;
}

.hinweis {
    margin: 0 15px;
    padding-top: 10px;
    font-weight: 600;
    border-top: 1px solid #677379;
}

.boxcontent hr {
    margin: 0.5em 0 1em 0;
}

.boxcontent hr.kontakt {
  margin: 0 0 2em 0;
}

.boxcontent h3 {
    padding: 0 0 1em 0 !important;
}

.einspaltig hr {
    margin: 1.5em 0 2em 0;
}

.branchen img.pictoimg {
    max-width: 50px;
    padding-right: 10px;
    height: auto;
    vertical-align: middle;
}

.branchen li {
    margin-top: 40px;
}

.branchen li .box33 {
    background-size: auto 50%;
}

.branchen h3 {
    margin:0;
    padding:0 0 0.6em 0;
}

.branchen .picto {
    text-transform: uppercase; 
    font-size: 1.3em; 
    font-weight: 300;
    color: #354b54;
    text-align: center !important;
    display: inline-block;
    line-height: 1em;
}

.branchen .box66 .boxcontent {
    padding: 30px;
}

.flex-container {
  display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; 
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.flex-item33 {
    width: 33.33%;
}

.fluid-width-video-wrapper { margin-bottom: 10px; }

/* -----------------------------  drucken -------------------------------- */

.dkpdf-button-container {
  border-top: 1px solid #677379;
  margin-top: 1em;
	padding-bottom: 0 !important;
}

.dkpdf-button-container a {
	text-decoration: none;
}

a.dkpdf-button span.dkpdf-button-icon {
	margin-right: 0 !important;
}

a.dkpdf-button span.dkpdf-button-icon i {
	padding-right: 0.2em;
}

/* -----------------------------  Klappmenu -------------------------------- */

#toggle-view {
    list-style:none;    
    margin:0;
    padding:0;
    width:100%;
}

#toggle-view li {
    margin: 0;
    position:relative;
    cursor:pointer;
}

#toggle-view li li{
    margin-left: 12px;
}

#toggle-view span {
    position:absolute;
    right:25px; top:14px;
    font-size:2em;
}
    
#toggle-view .panel {
    margin:0px 0;
    display:none;
}

.boxklappmenu {
    margin: 0 15px;
    border-bottom: 1px solid #677379;
}

.boxklappmenu h3 {
    padding: 15px 0;
    font-size: 20px;
    line-height: 1em;
}

.boxklappmenu .boxcontent {
    padding: 30px;
    line-height: 1.5em;
}

.boxklappmenu .boxcontentkarriere {
    padding: 15px;
}

.pagecontent .boxklappmenu h2 {
    padding: 30px 30px 0 30px;
    font-size: 26px;
}

.pagecontent .boxklappmenu.standorte h2 {
    padding: 0 0 30px 0;
    font-size: 26px;
}

.pagecontent .boxklappmenu.standorte .box33 img { width: 80%; height: auto; }

.boxcontent ul {
    margin: 0;
    padding: 0 0 1em 0;
}

.boxcontent.news { padding: 15px 15px 40px; }

.boxcontent.news ul {
    padding: 0;
}

.contentbox.kontakt {
    padding-bottom: 60px;
}

.boxcontent ul li {
    list-style: circle url("images/sqgrau.png");
    margin-left: 12px;
}

#branchen .boxcontent ul li {
    list-style: none;
    margin-left: 0;
}

/* ----------------------------- News -------------------------------- */

.boxcontent.side ul li {
    list-style: none;
    border-bottom: 1px dotted #677379;
    padding: 0 0 12px 0;
    margin: 0 0 10px 0;
}

.boxcontent.side ul li:last-child {
    border: 0;
    padding: 0;
    margin: 0;
}

.boxcontent.news {
    margin-top: 0px;
}

.newsbildthumb {
    margin-left: 30px;
    border: 7px solid #fff;
}

.newsbild {
    padding: 20px 0;
}

.wp-caption-text,
.wp-block-image figcaption {
  margin-top: 0;
  margin-bottom:0;
  font-size: 0.85em;
  line-height: 1.2em;
  color: #677379;
  padding: 0.5em 0 0 0;
}

/* ----------------------------- Galerie -------------------------------- */

.gallery {
    display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    line-height: 1em;
}

.gallery-item {
    width: 20%;
    height: auto;
    float: left;
    text-align: center;
    line-height: 1em;
}

.gallery-icon {
    margin: 10px;
    border: 7px solid #ffffff;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.gallery-icon img {
    max-width: 120px !important;
    width: 100%;
    height: auto !important;
}

.gallery-caption {
    display:none;
}

a[href *=".pdf"] {
	padding: 4px 0 4px 30px;
    margin-bottom: 20px;
	background: transparent url(images/pdf.png) no-repeat left;
    font-size: 16px;
    line-height: 2.5em;
}

#aktuelles .box100.galerie h3 {
    line-height: 1.2em;
    padding: 0 0 1em 0;
    margin: 0;
    color: #354b54;
    font-size: 24px;
}

#aktuelles .box100.galerie hr {
   margin: 1.5em 0 2em 0;
}

.galerie hr {
    margin: 1em 0 2em;
}

.box100.galerie .box33 img { width: 83%; height: auto; }

.alignnone {
    max-width: 100%;
    height: auto;
    float: none;
    margin-right: 0;
    padding-bottom: 1em;
}

/* ----------------------------- Youtube -------------------------------- */

.vidcon { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; margin-bottom: 10px; }
.vidcon iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* ----------------------------- Google Maps -------------------------------- */

.mapcon { position: relative; width: 100%; height: 0; padding-bottom: 35%; }
.mapcon iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.mapcon ._brlbs-embed ._brlbs-thumbnail, .mapcon ._brlbs-google-maps { width: 100%; height: auto; }

/* -------------------------- Auszeichungen ----------------------------- */

.auszeichungen .row p { width: calc(3/12*100% - (1 - 3/12)*20px); padding: 0; margin: 0; }
.auszeichungen .row p img { width: 100%; height: auto; margin-bottom: 20px; padding: 0; }

/* ----------------------------- Kontakt -------------------------------- */

#map {
    height: 520px;
    width: 100%;
}

.exggmap-caption { color: #354b54; }
.exggmap-wrapper button { border: none; }
p.exampp-hints { margin-left: 20px; }

table.oeffnungszeiten { width: 50%; }
table.oeffnungszeiten tr { border-bottom: 1px solid #677379; }
table.oeffnungszeiten tr:nth-child(even) { background-color: #f4f6f8; }
table.oeffnungszeiten tr:nth-child(odd) { background-color: #ffffff; }
table.oeffnungszeiten tbody tr td { padding:10px 15px 10px 10px; border-collapse: collapse; }
table.oeffnungszeiten tbody tr td:last-child { text-align: right; }

table.oeffnungszeiten.jobs, table.oeffnungszeiten.karriere { width: 100%; }


/* ----------------------------- Footer -------------------------------- */

#footer .contentbox {
    padding: 50px 40px;
    line-height: 1.5em;
}

#footer .contentbox img {
    width: auto;
    height: auto;
}

#footer .contentbox img.globalimpact {
    float:right;
    padding: 0 0 12px 12px;
}

#footer .contentbox img {
    padding-bottom: 20px;
}

#footer .contentbox a {
    color: #acb5ba;
}

#footer .contentbox a:hover {
    color: #fff;
}

#footer section.copyright {
    position: relative;
    padding: 10px 30px;
}

#footer .copycontent {
    position: absolute;
    top:10px;
    right: 30px;
    font-size: 12px;
    display: inline-block;
}

#footer h5 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #acb5ba;
}

ul.menu-footernavigation li {
    float: left;
    padding-right: 15px;
}

ul.menu-footernavigation li:last-child {
    padding-right: px;
}

ul.menu-footernavigation li a {
    color: #acb5ba;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
}

ul.menu-footernavigation li a:hover {
    color: #fff;
}

#footer .textwidget table { background: #ffffff; }
#footer .textwidget table tbody tr td img { padding-bottom: 0; }

/* ----------------------------- Formular -------------------------------- */

div.wpcf7 .ajax-loader {
    display: none !important;
}

form {
    font-size: 1em;
    font-weight: 600;
}


form .textklein {
  font-weight: 300;
  line-height: 1.2em;
}

.contenttext form p {
    padding-bottom: 0;
}

textarea {
    width: 98%;
    height: 100px;
    padding: 1%;
    margin: 3px 0 10px 0;
    resize: none;
    background: #f4f6f8;
    border:0;
    border-bottom: 1px solid #677379;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif, Verdana, Arial;
    border-radius: 0;
}

input {
    width: 98%;
    padding: 6px 1%;
    margin: 3px 0 10px 0;
    background: #f4f6f8;
    border:0;
    border-bottom: 1px solid #677379;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif, Verdana, Arial;
    border-radius: 0;
}

.bg-hell textarea,
.bg-hell input.wpcf7-text {
    background: #fff;
}

.bg-hell input.wpcf7-file {
    padding: 10px;
    background: #fff;
}

.wpcf7-textarea,
.field,
.wpcf7-text {
    margin-top: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.wpcf7-form .neigen {
    -moz-transform:skewX(-5deg); /* Firefox 3.6 Firefox 4 */
    -webkit-transform:skewX(-5deg); /* Safari */
    -o-transform:skewX(-5deg); /* Opera */
    -ms-transform:skewX(-5deg); /* IE9 */
    transform:skewX(-5deg); /* W3C */
    background-color: #677379;
    float: right;
    padding: 7px 10px;
}

.wpcf7-submit {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 600;
    line-height: 1em;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    width: auto;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-transform:skewX(5deg); /* Firefox 3.6 Firefox 4 */
    -webkit-transform:skewX(5deg); /* Safari */
    -o-transform:skewX(5deg); /* Opera */
    -ms-transform:skewX(5deg); /* IE9 */
    transform:skewX(5deg); /* W3C */
}

.wpcf7-form .neigen:hover .wpcf7-submit{
    color: #677379;
}

.wpcf7-form .neigen:hover {
    background-color: #e4e8e9;
    cursor: pointer;

}

.wpcf7-radio input[type='radio'] {
    margin: 0 10px 30px 3px;
    padding: 0;
    border:0;
    background: #fff;
    width: auto !important;
}

select.wpcf7-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  width: 100%
}

select.wpcf7-select {
  width:100%;
  background: #f4f6f8;
  border:0;
  border-bottom: 1px solid #677379;
  padding: 6px 1%;
  margin: 3px 0 10px 0;
  font-size: 14px;
  font-family: 'Titillium Web', sans-serif, Verdana, Arial;
  background-image:url('images/select-arrow.png');
  background-position: right;
  background-repeat: no-repeat;
}

.bg-hell select.wpcf7-select {
  background: #ffffff;
}

select:hover {
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}

.captcha {
    padding: 5px 0;
}

/* -----------------------------  Cookie -------------------------------- */

.cookie-notice-container { max-width: 1200px; margin: 0 auto; }
.cookie-notice-container a { color: #acb5ba; text-decoration: none; }
.cookie-notice-container a:hover { color: #e6eaec; }
.cookie-notice-container a::before { content:'»'; }

/* ------------------------------------------------------------------------- */
/* -------------------------------- Mobile --------------------------------- */
/* ------------------------------------------------------------------------- */


/* -------------------------------- 1200 --------------------------------- */

@media screen and (max-width: 1200px){
    .box50.video { float: none; width: 100%; }

}
/* -------------------------------- 1024 --------------------------------- */

@media screen and (max-width: 1024px){

.links { width: 90%; padding-right: 5%; padding-left: 5%; }
.rechts { width: 90%; padding-left: 5%; padding-right: 5%; }

.headerbox h2 { font-size: 22px; }

#bewerbung section,
#footer section.footer,
#aktuelles section,
section.pagecontent { width: 90%; padding: 0 5%; }

section.jobs { padding: 30px 5% 0px; }

.box66 .zweispaltig {
    -moz-columns: 1;
    -webkit-columns: 1;
    columns: 1;
    -moz-column-gap: 0px;
    -webkit-column-gap: 0px;
    column-gap: 0px;
}
	
.boxklappmenu .zweispaltig {
    -moz-columns: 1;
    -webkit-columns: 1;
    columns: 1;
    -moz-column-gap: 0px;
    -webkit-column-gap: 0px;
    column-gap: 0px;
}

.flex-item33 {
    width: 50%;
}

.box33.news { margin-bottom: 30px; width: calc(1/2*100% - (1 - 1/2)*30px); }

.item { width: 50%; }
.grid-sizer { width: 50%; }

.slider_overlay_right .boxcontent { width: 65%; }

ul.maerkte li {
    width: 33.33%;
    padding-bottom: 30px;
}

article.page-image { min-height: 400px; }

}

/* -------------------------------- 1014 --------------------------------- */

@media screen and (max-width: 1014px){

.claim {
    display: none;
}

table.oeffnungszeiten { width: 100%; }

}

/* -------------------------------- 768 --------------------------------- */

@media screen and (max-width: 768px){

.hidetablet { display: none; }

img { width: 100%; }

h2 { font-size: 30px; }

.links { width: 100%; padding-right: 0%; padding-left: 0%; }
.rechts { width: 100%; padding-left: 0%; padding-right: 0%; }

.headerbox h2 { font-size: 18px; }

.content { padding: 80px 35px; }
.contentbox { padding: 40px 20px 60px; }
#branchen .contentbox { padding-bottom: 0px; }
#footer .contentbox { padding: 50px 20px; }

.slider_overlay_left,
.ecke-rechts,
.ecke-links { display:none; }

#bewerbung section,
#footer section.footer,
#aktuelles section,
section.pagecontent { width: 100%; padding: 0; }

section.jobs { padding: 30px 0 0px; }

#aktuelles.jobs { display: none; }
.jobsmobile { display: block; }
.boxcontent.jobsmobile { padding: 15px 0;}
.boxcontent.jobsmobile .box33.news { margin-bottom: 0; width: 100%; }

.slider_overlay_right { right: -30px; width: 55%; }
.slider_overlay_right .boxcontent { width: 70%; }

.box33,
#karriere .box50, .box50.video,
.box66 { float: none; width: 100%; }

.box66 .zweispaltig {
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}

.content-sidebar .box-ap { width: 50%; float:left; }

.news .box66,
.news .box33,
#leistungen .box33 { float: left; width: 50%; }
#footer .box33,
#calltoaction .box33 { float: left; width: 33.33%; }
#leistungen .boxcontent { padding: 30px 30px 10px 30px; }

.pagecontent h2 { padding-right: 0%; }

.branchen ul { padding: 0 15px; }

.gallery-item {
    width: 25%;
}

#calltoaction .pagecontent .neigen { padding: 8px 0; margin: 0 10px; }

}

/* -------------------------------- 500 --------------------------------- */

@media screen and (max-width: 500px){

.header_overlay_left,
.page-image,
.sliderbox h4,
.slider_overlay_left,
.hidemobile {
    display: none !important;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 24px;
    padding-bottom: 0.5em;
}

.pagecontent .kontakt h2 {
    padding: 0 0 1em 0;
}

.contentbox h2 {
    font-size: 22px;
    padding: 0 0 15px 0;
}

h3 {
    font-size: 24px;
}

.pagecontent .kontakt h3 {
    margin: 0 0 20px 0;
}

.contentbox h3 {
    font-size: 19px;
    padding-left: 0;
    margin-right: 15px;
}

h4 {
    font-size: 16px;
    line-height: 1.3;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

.logo {
    padding: 20px;
}

.sliderbox {
    padding: 15px;
    min-height: 150px;
}

.header_overlay_right,
.slider_overlay_right {
    width: 100%;
}

.slider_overlay_right .boxcontent { width: 70%; padding: 30px; }

.content { padding: 40px 20px; }
.contentbox { padding: 40px 20px; }
.boxcontent { padding: 15px 0; }

.contentbox.kontakt { padding-bottom: 0px; }

.news .box66,
.news .box33,
#standorte.box50,
#leistungen .box33 { float: none; width: 100%; }
#footer .box33,
#calltoaction .box33 { float: none; width: 100%; }
#leistungen .boxcontent { padding: 20px 20px 10px 20px; }
.box33.news { margin-bottom: 30px; width: 100%; }

.zweispaltig,
.box66 .zweispaltig {
    -moz-columns: 1;
    -webkit-columns: 1;
    columns: 1;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}

.boxoverlay {
    padding: 13px 20px 13px 40px;
    font-size: 15px;
}

ul.maerkte li {
    width: 50%;
}

.farbbalken {
    width: 10px;
}

.farbbalken img {
    width: 10px;
    height: 110px;
}

.headerbox {
    min-height: 110px;
}

.headerbox h2 {
    font-size: 22px;
}

.header_overlay_right .boxcontent {
    padding: 15px 20px;
    width: 75%;
}

#calltoaction .bg-weiss {
    background-color: #e4e8e9;
}

#calltoaction .contentbox {
    padding: 40px 20px;
}

#calltoaction .contentbox h2 {
    padding: 0 0 0.5em 0;
    font-size: 22px;
    line-height: 1.2em;
}

#calltoaction .pagecontent .neigen {
    border: 1px solid #acb5ba;
    background: #ffffff;
    padding: 8px 0;
    margin: 8px 0 0 0;
}

.hinweis {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 15px;
}

.boxklappmenu {
    margin: 0;
    border-bottom: 1px solid #677379;
}

.boxklappmenu h3 {
    font-size: 16px;
}

.boxklappmenu .boxcontent {
    padding: 20px;
    line-height: 1.3em;
}

.pagecontent .boxklappmenu h2 {
    padding: 20px 20px 0 20px;
    font-size: 22px;
}

#toggle-view span {
    right:5px; top:12px;
    font-size:1.5em;
}

.branchen ul { padding: 0; }

.flex-container {
	display: block; 
}

.flex-item33 {
    width: 100%;
}

.content-sidebar { padding: 1em 0 0 0; }

.content-sidebar .box-ap { width: 100%; float:none; }

.branchen .picto {
    padding-left: 15px;
    font-size: 1.15em; 
}

.branchen .box66 .boxcontent {
    padding: 20px;
}

#aktuelles .box100 {
    padding: 20px;
}

.panel.bg-weiss {
    padding: 0 !important;
}

.gallery-item {
    width: 50%;
}

.gallery-icon {
    margin: 10px;
}

.gallery-icon img {
    max-width: 100px;
}

.gallery-caption {
    font-size: 0.9em;
}

.box100.galerie {
    padding:0 !important;
}

#aktuelles .box100.galerie hr {
   margin: 0.7em 0 1.2em 0;
}

.boxcontent.news {
    padding: 15px;
}

.newsbildthumb {
    margin-left: 0px;
}

.jobsmobile table.oeffnungszeiten { width: 100%; }
table.oeffnungszeiten tr { border-bottom: 1px solid #677379; }
table.oeffnungszeiten tr:nth-child(even) { background-color: #f4f6f8; }
table.oeffnungszeiten tr:nth-child(odd) { background-color: #ffffff; }
table.oeffnungszeiten tbody tr td { padding:10px 3% 10px 2%; border-collapse: collapse; font-size: 0.8rem; }

.auszeichungen .row p { width: calc(6/12*100% - (1 - 6/12)*20px);  }

#footer section.copyright {
    padding: 10px 20px;
}

#footer .copycontent {
    position: relative;
    padding-top:5px;
    top:0;
    right:0;
    font-size: 12px;
    display: block;
}

.mapcon { position: relative; width: 100%; height: 0; padding-bottom: 55%; }

}