@charset "UTF-8";

::-moz-selection {
    /* Code for Firefox */
    background: #E84926;
    color: #ffffff;
}

::selection {
    background: #E84926;
    color: #ffffff;
}

@font-face { 
    font-family: 'Raleway';
    src: url('../../../fonts/Raleway/raleway-v12-latin-regular.ttf') format('truetype'); 
}

header, main, footer, nav ul, #navigation nav, #copyright {
    max-width: 100%; 
}


body {
    font-size: 14px;
    /*font-family: 'Helvetica Neue', 'Roboto', Helvetica, Arial, sans-serif;*/
    font-weight: normal;
    word-break: break-word;
    word-wrap: anywhere;
    background-color: #fff;
}



body,
html {
    padding: 0;
    margin: 0;
    /*height: 100%;*/
    line-height: 21px;
}

main {
    display: block;
    color: #4f5e64;
}

.clear {
    clear: both;
}

a {
    color: #E84926;
    text-decoration: none;
}

a.weiter,
a.button {
    background: #E84926;
    color: #ffffff;
    padding: 1em 3em;
    text-decoration: none;
    width: 250px;
    display: block;
    margin: 1em auto;
}

a.weiter::before,
a.button::before {
    content: "> ";
    position: relative;
    bottom: 2px;
}

a.weiter::after,
a.button::after {
    margin-bottom: 2em;
}

a.weiter:hover,
a.weiter:active,
a.weiter:focus,
a.button:hover,
a.button:active,
a.button:focus {
    background: #e8644a;
    color: #ffffff;
}

a.download {
    background: #dedede;
    padding: 0.25em 0.5em;
}

a.download::before {
    content: "➲";
    margin-right: 0.5em;
}

/*To Top scroll*/
#scroll {
    position: fixed;
    right: 15px;
    top: 25px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #E84926;
    opacity: 0.5;
    text-indent: -9999px;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#E84926;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

nav {
    transition: 1s;
}

nav .container {
    padding: 0;
}

.dropdown-divider {
    margin: 0 0px;
    border-top: 2px solid #4f5e64;
}

h1, h2, h3 {
    font-weight: bold;
    margin: 1em 0 0;
    color: #E84926;
}

h1, h2 {
    font-size: 22px;
    margin-bottom: 20px;
}


h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1.5em;
}

h4 {
    font-size: 1.5em;
    font-style: italic;
    font-weight: normal;
}

h5 {
    font-size: 1.5em;
    font-style: italic;
    font-weight: normal;
}

p,
ul {
    margin: 0.75em 0 0.75em 0
}

ol li {
    margin-left: 1em;
}

table tr td {
    padding: 0.5em 2em;
    vertical-align: top;
}

.sigeko table tr td {
    padding-left: 0;
}

/*Sonderlocke Kontaktseite*/
body.kontakt div#hauptinhalt table tr td {
    padding: 0;
}


blockquote:before {
    content: '"';
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    font-size: 200%;
    font-weight: bold;
}

blockquote {
    position: relative;
    display: inline-block;
    line-height: 2em;
    padding: 2em;
    font-style: italic;
    margin: 1em 0;
}

blockquote:after {
    content: '"';
    position: absolute;
    bottom: 0;
    right: 0.5em;
    font-size: 200%;
    font-weight: bold;
}

pre {
    line-height: 2em;
    padding: 2em;
    font-style: italic;
    white-space: normal;
    margin: 1em 0;
    background: #dedede;
}

pre p,
blockquote p {
    margin: 0.5em 0;
}

#volltextsuche_mobil,
#indikator_tablet,
#indikator_mobil {
    display: none;
}

header {
    text-align: right;
    padding: 0;
    position: relative;
}

header .inner {
    overflow: hidden;
}

.info {
    padding: 1em;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1rem;
    background: lightsalmon;
    color: white;
    background: lightgoldenrodyellow;
    color: goldenrod;
}

.info.ok {
    background: lightgreen;
    padding: 1em;
    color: green;
}

.info.fehler {
    background: lightsalmon;
    color: white;
}

#logo {
    position: absolute;
    top: 16%;
    right: 10%;
    width: 12%;
    min-width: 100px;
    max-width: 250px;
    z-index: 10;
}

#logo img {
    width: 100%;
}

header .inner,
main,
footer,
#copyright {
	max-width: 100%;
    margin: 0 auto;
}

input,
textarea {
    display: block;
    border: 1px solid #d0d1d2;
    padding: 0.5em;
    font-size: 1em;
    width: 100%;
    box-sizing: border-box;
}

textarea {
    height: 200px;
}

.field_wrapping {
    margin: 1em 0 0;
    word-break: break-all;
}

.field_wrapping label {
    display: block;
}

button,
input[type=submit] {
    background: #E84926;
    border: none;
    padding: 0.5em 1em;
    color: #fff;
    cursor: pointer;
    width: auto;
}

button:hover,
button:focus,
input[type=submit]:hover,
input[type=submit]:focus {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
    outline: none;
}
input:focus {
    outline-color: #E84926;
}
input[type=checkbox] {
    outline: none;
    min-width: 1.5em;
    min-height: 1.5em;
    line-height: 1.5em;
    display: inline-block;
    font-weight: bold;
    border-radius: 0.05rem;
    -webkit-appearance: none;
    text-align: center;
    color: #5e5e5e;
    background: #fff;
    border: 0.05em solid #d0d1d2;
    box-sizing: border-box;
    padding: 0;
    width: auto;
    margin: 0 1rem 0 0;
    float: left;
}

input[type=checkbox]:checked {
    background: #E84926;
    color: #fff;
    border-color: #E84926;
}

input[type=checkbox]:before {
    content: ' ';
    display: inline-block;
}

input[type=checkbox]:checked:before {
    content: 'x';
}

.formgroup50 {
    float: left;
    width: 49%;
    margin-right: 1%;
    padding: 20px 0;
    box-sizing: border-box;
}

.formgroup100 {
    float: left;
    width: 99%;
    margin-right: 1%;
    padding: 20px 0;
    box-sizing: border-box;
}



h2 em {
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
}

/****** INHALT *****/
.inhalt_text_bild {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}

.inhalt_impressum, .inhalt_kontakt {
    padding-bottom: 2em;
}
.datenschutz_text {
    padding-top: 5em;
}

.modul_mailform {
    padding-left: 7em;
    padding-right: 7em;
    padding-top: 0;
    padding-bottom: 2em;
    margin-top: -1em;
}

.row {
    margin: 20px 0;
}



/*unten*/
.gallery.unten,
.bild.unten {
    display: table-footer-group;
}

.gallery.unten~.text,
.bild.unten~.text {
    display: table-header-group;
}

/* oben */
.gallery.oben,
.bild.oben {
    display: table-header-group;
}

.gallery.oben~.text,
.bild.oben~.text {
    display: table-footer-group;
}

/* links/rechts/mitte */
.gallery.links,
.bild.links {
    float: left;
    width: 45%;
    box-sizing: border-box;
    /*padding-right: 2em;*/
}

.gallery.rechts,
.bild.rechts {
    float: right;
    width: 45%;
    box-sizing: border-box;
    /*padding-left: 2em;*/
}

.gallery.mittig,
.bild.mittig {
    text-align: center;
}

.gallery.links~.text,
.bild.links~.text {
    width: 45%;
    float: right;
}

.gallery.rechts~.text,
.bild.rechts~.text {
    width: 45%;
    float: left;
}


.bild img {
    border: none;
    width: 100%;
}

/* Clickvergrößern */
.inhalt_text_bild .bilderrahmen:last-child img {
    margin-bottom: 0;
}

.inhalt_text_bild .bilderrahmen {
    /*padding: 1.5em;*/
    /*margin-top: 2.3em;*/
    transition: 1s ease all;
    transition-property: position, width, height;
    position: static;
}

.inhalt_text_bild .bilderrahmen.clicked {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 101;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    margin: 0;
}

.inhalt_text_bild .bilderrahmen.clicked:before {
    content: 'x';
    position: fixed;
    top: 1em;
    right: 2em;
    font-size: 2em;
    color: #fff;
}

.inhalt_text_bild .bilderrahmen.clicked:hover img,
.inhalt_text_bild .bilderrahmen.clicked img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    /* zentrieren -> */
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    /* <- zentrieren */
    width: auto !important;
    height: auto !important;
    border: 1em solid #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
    margin: 0;
    max-width: 90%;
    max-height: 90%;
    box-sizing: border-box;
}

.inhalt_text_bild .bilderrahmen.clicked:hover .beschreibung,
.inhalt_text_bild .bilderrahmen.clicked .beschreibung {
    top: auto;
    bottom: 0;
    height: 2em;
    width: 100%;
    background: transparent;
    color: #fff;
    text-align: center;
    padding: 0.5em 0;
}

/* GOOGLE MAP */

.inhalt_google_map {
    width: 100%;
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
    /*padding-top: 2em;*/
    padding-bottom: 1em;
}
.inhalt_google_map {
    padding-bottom: 3em;
}

.responsiveContainer {
  position: relative;
  padding-bottom: 26%;
  height: 0;
  overflow: hidden;
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* KONTAKT */
.inhalt_kontakt {
    overflow: hidden;
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
    margin-top: 0 !important;
}

.inhalt_kontakt .links {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 1em;
}

.inhalt_kontakt .rechts {
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding-left: 1em;
}

.inhalt_kontakt .links,
.inhalt_kontakt .rechts {
    margin-top: 1em;
}

/* SLOGAN */
.inhalt_slogan {
    background: #E84926;
    color: #fff;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.inhalt_slogan .text {
    text-align: center;
    font-size: 2em;
    padding: 12%;
    font-weight: bold;
}

/********* LAYOUT *******/

#kopfbild>img {
    width: 100%;
    display: none;
}

#headerslider,
#kopfbild {
    min-height: 400px;
    height: 100%;
    text-align: center;
    background-image: url(http://ap.querdenker-projekte.de/medien/seiten/Startseite/kopf/ap-start-example.jpg);
    background-size: cover;
    background-position: center;
    max-height: 650px;
    overflow: hidden;
}

.index #kopfbild {
    background-position: right;

}

#headerslider {
    z-index: 5;
}

main {
    overflow: hidden;
    font-family: 'Mulish';
}

main img {
    max-width: 90%;
}

#inhalt_rechts,
#inhalt_links {
    width: 25%;
    float: left;
}

#inhalt_mitte {
    width: 50%;
    float: left;
}

footer>div,
#copyright .inner,
#navigation nav,
.content_section .inner {
    padding: 0 2em;
}

#copyright {
    padding: 1em 0;
    font-size: 80%;
}

#copyright table p {
    margin: 0;
    padding: 0;
}

/******** Accordeon ************/
.ui-accordion .ui-accordion-header {
    background: #E84926;
    border: none;
    border-radius: 0;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}





/*Erweiterungen*/

a:hover {
    color: #5e6166;
}
a.dropdown-item {
    box-sizing: border-box;
    margin-right: 20px;
}
#headermenu {
    padding: 1em 0 0 0;
    font-weight: bold;
    font-size: 90%;
}

#headermenu a {
    color: #5e6166;
    margin-left: 1em;
    padding-right: .5rem;
}

.navbar {
    font-family: 'Mulish','Roboto', Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding: 0;
}
a.navbar-brand {
    padding: 13px 0;
    /*margin-left: 10px;*/
}

.navbar-brand img {
    width: 143px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
    border: 1px solid #7f7f7f9e;
    border-radius: 0;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline-color: #7f7f7f9e;
}

.nav-item a{
    font-weight: bold;
    color: #4f5e64;
}

.nav-item.aktiv>a {
    color: #E84926;
}


.dropdown-menu {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 15px;
    border-radius: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.8);
}

.dropdown-item {
    color: #E84926;
    padding: 0.2rem 0.5rem;
    white-space:break-spaces;
}

.dropdown-item::before {
    content: ' ';
    display: block;
    float: left;
    width: 0;
    height: 0;
    border-left: 10px solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-right: 0.4em;
    margin-top: 0.25em;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #5e6166;
    background-color: unset;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff !important;
    background-color: #5e6166;
}

li.dropdown.nav-item.show {
    text-decoration: underline;
}

.dropdown-toggle::after {
    vertical-align: 0.1em;
    font-size: 1.3em;
}

#contactbar, #contactbar2 {
    background: #E84926;
    font-family: 'Mulish Light';
}
#contactbar span, #contactbar2 span {
    margin: 0 auto;
    display: block;
    text-align: right;
    padding-right: 23px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 30px;
}

#contactbar2 span {
    font-size: 20px;
    padding: 10px 0;
}

#contactbar span.mobile, #contactbar2 span.mobile {
    display: none;
}
#contactbar span.mobile i {
    margin-left: 10px;
}
#contactbar span a {
    color: #fff;
}
.scrollbar {
    color: #fff !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    display: block;
    transition: 0.3s;
    width: 150px;
    margin: 0 auto;
    margin-bottom: 20px;
}
#kopfbild .scrollbar img {
    width: auto;
    margin-top: -30px;
}
.scrollbar:hover {
    text-decoration: none;
    transform: translateY(5px);
}

footer {
    text-align: right;
    font-size: 14px;
    color: #4f5e64;
}

#copyright {
    padding: 1em 0;
    font-size: 1em;
}

hr.divider {
    border-color: #E84926;
    border-width: 2px;
    width: 64px;
    margin-left: auto;
    margin-right: auto;
}

hr.divider.right {
    margin-right: 0;
    margin-left: auto;
}

hr.divider.left {
    margin-left: 0;
    margin-right: auto;
}

.background-grey {
    background-color: #f5f5f5;
}

.inhalt_text_bild .text {
    /*display: grid;*/
}
.inhalt_text_bild .text p img {
    float: right;
    width: 50%;
    padding-left: 2%;
    padding-bottom: 2%;
}
.inhalt_text_bild .text table tbody tr td img {
    max-width: 80%;
}

/*Text im Kopfbild Formatierung*/
.header-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-family: 'Mulish','Roboto', Helvetica, Arial, sans-serif;
    color: #E84926;
    font-size: 36px;
    line-height: 36px;
    cursor: default;
}
.header-text p {
    background: rgba(255,255,255,0.85);
    padding: 10px 15px;
    margin: 10px auto;
    display: table;
}
.header-text .text {
    display: none;
    opacity: 0;
    margin-left: -3000px;
}

.sliding {
    display: none;
    opacity: 0.0;
    position: relative;
    margin-left: -120px;
    /*width: 100%;*/
}

#kopfbild .container {
    padding: 0;
}


.header-wrapper {
    /*padding-left: 7em;*/
    /*padding-right: 7em;*/
}


table table tr td {
    padding: 0;
}


/*Simple Lightbox*/

.lightbox-opened {
    background-color: #333333;
    background-color: rgba(51, 51, 51, 0.9);
    cursor: pointer;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    padding: 24px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 150;
}
  
.lightbox-opened:before {
    text-transform: uppercase;
    content: 'x';
    position: fixed;
    top: 30px;
    right: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}
  
.lightbox-opened img {
    box-shadow: 0 0 6px 3px #333;
    max-width: 100%;
}

.lightbox-title {
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin: 10px;
}

/*No Background Scroll*/

.no-scroll {
  overflow: hidden;
}


/*Sonderlocke Leistungsseite*/
.divider_services {
    width: 100%;
    margin-left: 7em;
    margin-right: 7em;
    color: #f5f5f5;
    border: 4px solid;
    display: block;
}

.divider_services:last-child {
    display: none;   
}


/*Sonderlocke Kontaktseite*/
body.kontakt div#hauptinhalt h3 {
    color: #E84926;
    margin-bottom: 0.2em;
}

body.kontakt div#hauptinhalt .inhalt_text_bild {
    padding-bottom: 1em;
}

/*Sonderlocken Standorte*/
body.standorte table tr td {
    padding: 0;
}

body.standorte .bilderrahmen {
    margin-top: 0.75em;
    padding-top: 0;
}


body.standorte .bild.rechts {
    width: 50%;
}
body.standorte .bild.rechts .bilderrahmen {
    padding: 0;
}
/* Socialicons */
#socialbar {
    margin-right: 20px;
}

#socialbar a {
    margin: 10px 0;    
    margin-left: 5px;
    font-weight: normal;
}
#socialbar a:after {
    content: '|';
    margin-left: 5px;
    position: relative;
    top: -1px;
}
#socialbar a:last-child:after {
    content: '';
}
footer {
    font-weight: bold;
}
footer a {
    margin: 0;
    display: inline-block;
    color: #4f5e64;
}




/*Newsletteranmeldung*/

iframe#mailform {
    width: 100%;
    border: 0;
    box-shadow: none;
}
#inhalt_kontakt {
    font-family: 'Raleway','Helvetica Neue', 'Roboto', Helvetica, Arial, sans-serif;
}

.fehler {
    color: red;
}

.modul_mailform {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}


/* Startseite */
.index h1 {
    margin: 0;
    margin-top: 20px;
}

.index .row {
    background-color: #f3f4f4;
}

.index .row .text {
	width: 50%;padding: 25px;
}

.index main .inhalt_text_bild {
    padding: 0;
}

.index main .bild {
    width: 50%;
}
.index main .inhalt_text_bild img {
	max-width: 100%;
}
.index main p {
    margin: 20px 0;
}

.newskachel .news {
	padding: 0;
}
.leistungskacheln, .newskachel {
    background-color: transparent !important;
}
.leistungskacheln span, .newskachel .kontakt span {
    color: #E84926;
    font-weight: bold;
}
.leistungskacheln div div, .newskachel .kontakt div {
    padding-top: 35px;
    padding-bottom: 15px;
    background: #f3f4f4;
    height: 100%;
    line-height: 22px;
}

.leistungskacheln img, .newskachel .kontakt img {
    max-width: 100%;
    margin-bottom: 20px;
}


.leistungskacheln a:hover div, .newskachel .kontakt a:hover div {
    opacity: 0.6;
}

.leistungskacheln a div, .newskachel .kontakt a div {
    transition: opacity 0.5s;
}

.leistungskacheln a, .karrierekachel a, .newskachel a {
    color: inherit;
    width: 100%;
}
.leistungskacheln a:hover, .karrierekachel a:hover, .newskachel a:hover {
    text-decoration: none;
}

.karrierekachel {
    background-image: url(/medien/allgemein/karrierekachel.jpg);
    background-size: cover;
    position: relative;
    transition: background-size 1s, opacity 0.5s;
}
.newskachel .news{
    background-image: url(/medien/allgemein/newskachel.jpg);
    background-size: cover;
    position: relative;
    transition: background-size 1s, opacity 0.5s;
}

.karrierekachel:hover, .newskachel .news:hover {
    opacity: 0.7;
}

.karrierekachel>a>div, .newskachel .news>a>div {
    padding: 0 25px;
    height: 300px;
    position: relative;
    background: rgb(243,244,244);
	background: -moz-linear-gradient(0deg, rgba(243,244,244,1) 10%, rgba(255,255,255,0) 40%);
	background: -webkit-linear-gradient(0deg, rgba(243,244,244,1) 10%, rgba(255,255,255,0) 40%);
	background: linear-gradient(0deg, rgba(243,244,244,1) 10%, rgba(255,255,255,0) 40%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f4f4",endColorstr="#ffffff",GradientType=1);
}
.karrierekachel div div, .newskachel .news div div {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*margin: 0 -25px;*/
    margin: 0;
    padding: 25px;
    padding-bottom: 0;
}
.karrierekachel h2, .newskachel .news h2 {
	margin: 0;
}
.karrierekachel p, .newskachel .news p {
    margin-bottom: 15px !important;
}






/*Fix Iframe Formular*/

.iframes #inhalt_kontakt {
    padding: 0;
}



#hauptinhalt .inhalt_text_bild:first-child {
    margin-top: 0;
}



.standorte .inhalt_text_bild:nth-child(3),
.standorte .inhalt_text_bild:nth-child(6),
.standorte .inhalt_text_bild:nth-child(9)
 {
    margin-top: 0 !important;
}



main .inhalt_text_bild .Vollbild img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px !important;
}


.ansprechpartner {
    display: block;
    width: 33%;
    box-sizing: border-box;
    padding: 0;
    float: left;
    margin-top: 10px;
}
.ansprechpartner.popup .kurz{
    cursor:pointer;
}
.ansprechpartner.popup .kurz .bild_1 {
    position:relative;
}
.ansprechpartner.popup .kurz .bild_1:after {
    color:#fff;
    content: '\f055';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display:block;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:50;
    font-weight: bold;
    padding: 3rem;
    text-align:center;
    background:rgba(227, 6, 19, 0);
    transition:all 0.5s ease;
    font-size: 0;
}
.ansprechpartner.popup .kurz .bild_1:hover:after {
    display:block;
    /*background:rgba(227, 6, 19, 0.35);*/
    font-size: 3em;
    padding: 120px 0 0;
}
.ansprechpartner .kurz h2 {
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    color: #e84626;
    margin: 0 0 8px;
}

.ansprechpartner .kurz p {
    color: #4f5e64;
    font-size: 14px;
    margin: 0;
}
.kategorie .ansprechpartner .kurz p {
    color: #E84926;
    font-weight: bold;
}

.ansprechpartner .kurz .bild_1 {
    overflow: hidden;
    margin: 0 20px 20px 0;
    background-size: cover;
    height: 300px;
    background-position: center
}


.ansprechpartner .kurz .bild_1>div {
    height: 100%;
    background: rgb(243,244,244);
    background: -moz-linear-gradient(0deg,rgba(243,244,244,1) 0%,rgba(255,255,255,0) 60%);
    background: -webkit-linear-gradient(0deg,rgba(243,244,244,1) 0%,rgba(255,255,255,0) 60%);
    background: linear-gradient(0deg,rgba(243,244,244,1) 0%,rgba(255,255,255,0) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f4f4",endColorstr="#ffffff",GradientType=1);
    position: relative;
}

.ansprechpartner .kurz .bild_1>div>div {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px 20px;
}
/*.ansprechpartner:last-child .kurz .bild_1 {
    margin-right: 0;
}*/

.kurz-text {
    position: relative;
    color: #4f5e64;
    font-size: 14px;
}
.kurz-text a {
    color: #4f5e64;
    display: inline-block;
}


.ansprechpartner .kurz img {
    transition: transform 0.35s;
    transform: scale(1);
    max-width: 100%;
    height: 160px;
    margin-bottom: 30px;
    margin-top: 50px;
}
.zertifikate .ansprechpartner .kurz img {
    height: 90%;
    margin-top: 20px;
}
.partner .ansprechpartner .kurz img {
    height: 200px;
}
.ansprechpartner.popup .kurz:hover img {
    transition: transform 0.35s;
    transform: scale(1.1);
}
.ansprechpartner .lang {
    display: none;
    position: fixed;
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    padding: 5% 10% 0;
    bottom: 0;
    right: 0;
    z-index:100;
}

.ansprechpartner .lang .inner {
    width: 80%;
    max-width: 1200px;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
    position:relative;
}
.ansprechpartner .lang .inner .close {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding: 0.5em 1em;
    font-weight: bold;
    background: #e30613;
    margin: 0;
    cursor: pointer;
    font-size: 1.5em;
    line-height: 1em;
    z-index:50;
}
.ansprechpartner .lang .inner .close:after {
    content: 'X';
}
.ansprechpartner .lang .bilder {
    line-height: 0;
    float: left;
    width: 50%;
}
.ansprechpartner .lang img {
    width: auto;
    box-sizing: border-box;
    padding: 0;
    display: inline;
    max-width: 100%;
}
.ansprechpartner .lang .daten {
    padding: 3rem;
}

.ansprechpartner .daten {
    clear: both;
}
.ansprechpartner .anzahl_1 .bilder {
    width: 50%;
    float:left;
}
.ansprechpartner .anzahl_1 ~ .daten {
    width: 50%;
    box-sizing: border-box;
    clear: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.ansprechpartner-wrapper {
    width: 100%;
    margin-top: -10px;
}


.ansprechpartner-wrapper.kategorie .bild_1 {
    background-color: #f3f4f4;
    text-align: center;
    margin-bottom: 10px;
}
.ansprechpartner-wrapper.kategorie .ansprechpartner:hover img {
    transform: scale(1.1);
}

.projektwrapper {
    width: 100%;
}


/*Specials AP-Plan*/

.ansprechpartner .kurz hr {
    display: none;
}


.ansprechpartner .kurz p.kurz-kontakt {
    color: #5e6166;
}


p.kurz-funktion {
    height: auto;
}


/* Startseite neue Boxen */

.box1 img, .box2 img, .box3 img {
    height: 160px;
}

.newsvorschau-left img {
    max-width: 100%;
}


/*RESPONSIVE KRAM*/


@media only screen and (min-width: 1700px) {

}

@media only screen and (min-width: 1400px) {

    .navbar-nav {
        margin-bottom: 0;
    }

    .container {
	    max-width: 1000px;
	}

}

@media only screen and (max-width : 1400px) {
    
    .ansprechpartner-wrapper .ansprechpartner {
        width: 50%;
    }
    .ansprechpartner .kurz .bild_1 {
        margin: 0;
        margin-right: 10px;
    }
}



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

}

@media only screen and (min-width: 1201px) {

}

@media only screen and (max-width: 1200px) {
    .container {
        max-width: 100% !important;
    }

    #headermenu {
        padding: 1em 0 1em 0;
    }

    #headermenu a {
         padding-right: 0; 
    }

/*    .header-wrapper, .inhalt_text_bild, .inhalt_impressum, .inhalt_google_map {
        padding-left: 3em;
        padding-right: 3em;
    }*/

    .divider_services {
        margin-left: 3em;
        margin-right: 3em;
    }


}


@media only screen and (max-width: 1000px) {
    .standorte #hauptinhalt .inhalt_text_bild td {
        display: block;
        width: 100% !important;
        margin-top: 20px;
    }
}


@media only screen and (min-width: 992px) {

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.7rem;
        padding-left: .7rem;
    }
    #scroll {
        visibility: hidden;
    }

    nav.scrollmenu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #E84926;
        padding: 0;
    }
    nav.scrollmenu img {
        max-width: 200px;
    }
    nav.scrollmenu .navbar-collapse {
        top: 0;
    }
    nav .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    #kopfbild {
        height: 650px;
    }
    
    .newsvorschau-text {
        overflow: hidden;
        max-height: 295px;
    }

}

@media only screen and (max-width: 991px) {
/*    a.nav-link, a.dropdown-item  {
        font-size: 100%;
    }
*/
    #kopfbild {
        height: 100%;
    }

    #contactbar span, #contactbar2 span {
        display: none;
    }
    #contactbar span.mobile, #contactbar2 span.mobile {
        display: block;
        font-size: 18px;
        padding: 10px;
        text-align: center;
    }
    #contactbar span.mobile div, #contactbar2 span.mobile div {
        display: inline-block;
    }
    
    .dropdown-menu {
        text-align: left;
        max-width: 100%;
        float: right !important;
        margin-bottom: 1em;
    }

    .dropdown-item {
        padding: .5rem 1.5rem;
    }

    .navbar-nav {
        margin-bottom: 30px !important;
    }

    .navbar-collapse {
        top: 0;
    }
    .nav-item a{
        font-size: 18px;
        line-height: 18px;
    }

    .responsiveContainer {
        padding-bottom: 45%;
    }

}

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

	.index main .inhalt_text_bild img {
		display: none;
	}

    /*Tabellen responsive*/
    table.responsive_table tr td {
        width: auto !important;
        height: unset !important;
        display: block;
    }

    main .inhalt_text_bild,
    main .inhalt_text_bild .bild,
    .bild.oben ~ .text,
    .bild.unten ~ .text {
        display:block;
    }

    .bild.unten ~ .text > *,
    .bild.links ~ .text,
    .bild.rechts ~ .text {
        float: none;
        width: 100%;
        max-width: 100%;
        position:static;
        right:auto;
        top:auto;
    }

    .bild.links,
    .bild.rechts {
        float: none;
        width: 100% !important;
        text-align: center;
        padding: 0;
    }


}

/*** Tablet ***/
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .ansprechpartner .anzahl_1 ~ .daten {
        float: right;
        position: static;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        padding: 3rem 1.5rem;
    }
}

@media only screen and (min-width: 768px) {
	.leistungskacheln .box1 {
		padding: 0 12px 0 0;
	}

	.leistungskacheln .box2 {
	    padding: 0 12px;
	}

	.leistungskacheln .box3 {
	    padding: 0 0 0 12px;
	}

	.newskachel .kontakt div {
	    padding-top: 85px;
	}

	.newskachel .kontakt {
		padding-left: 24px;
	    padding-right: 0;
	}
}

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

    #headermenu a {
        /*font-size: 0.8rem;*/
    }

    .responsiveContainer {
        padding-bottom: 65%;
    }

	.leistungskacheln .box1, .leistungskacheln .box2, .leistungskacheln .box3, .newskachel .kontakt {
		padding: 0;
	}
	.leistungskacheln .box2, .leistungskacheln .box3, .newskachel .kontakt {
		margin-top: 20px;
	}

	.karrierekachel>a>div, .newskachel .news>a>div {
	    height: 200px;
	}
	.karrierekachel {
	    background-position: right;
	}
    table tr td {
    padding: 0.5em 1em;
    }

    .sigeko table tr td {
        width: 100%;
        display: block;
        padding: 0;
    }
    .sigeko tr {
        border-bottom: 1px solid #4f5e64;
    }
    .sigeko tr:last-child {
        border-bottom: none;
    }
}

@media only screen and (min-width : 600px) and (max-width : 767px) {
	.ansprechpartner.real .kurz .bild_1 {
	    background-position-y: -30px;
	}
}

/*** MOBILE ***/
@media only screen and (min-width : 320px) and (max-width : 767px) {
    
    .ansprechpartner-wrapper .ansprechpartner {
        width: 100%;
    }
    .ansprechpartner .kurz .bild_1 {
        margin-right: 0;
    }
    .ansprechpartner .lang .bilder {
        width: 100%;
    }
    .ansprechpartner-wrapper .ansprechpartner .kurz img {
        max-width: 100%;
    }
    .ansprechpartner-wrapper .ansprechpartner .lang {
        padding-left: 0;
        padding-right: 0;
    }
    .ansprechpartner-wrapper .ansprechpartner .lang .bilderrahmen {
        float: none;
        width: 100%;
        text-align: center;
    }
    .ansprechpartner-wrapper .ansprechpartner .anzahl_1 ~ .daten {
        width: 100%;
        position: static;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none;
    }
}



@media only screen and (max-width: 600px) {
/*    .header-wrapper, .inhalt_text_bild, .inhalt_impressum, .inhalt_google_map, .inhalt_kontakt, .modul_mailform {
        padding-left: 1em;
        padding-right: 1em;
    }*/
	#headerslider, #kopfbild {
	    min-height: 300px;
	}
	.header-text {
	    font-size: 25px;
	}
	.header-text p {
	    padding: 0px 5px;
	    margin: 5px auto;
	}
	.scrollbar {
	    margin-bottom: 0px;
	}
    .divider_services {
        margin-left: 1em;
        margin-right: 1em;
    }
    #topmenu {
        width: 120px;
        float: right;
    }
    #topmenu a {
        display: block;
    }
    .leistungskacheln img, .newskachel .kontakt img {
	    height: 50px;
	}

}

@media only screen and (max-width: 500px) {
    .formgroup50 {
        width: 100%;
        margin-right: 0;
    }
    .formgroup50, .formgroup100 {
        padding: 10px 0;
    }
    .inhalt_text_bild .text p img {
        width: 100%;
        padding: 0;
        padding-bottom: 20px;
    }
    #socialbar {
	    display: block;
	    width: 100%;
	}
}


@media only screen and (max-width: 400px) {
}


/*Style für IE10+*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    table {
        table-layout: fixed;
    }
}

/*Style für Edge*/
@supports (-ms-ime-align:auto) {
  table{
    table-layout: auto;
  }
}