

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('./fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('./fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('./fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('./fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('./fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('./fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('./fonts/open-sans-v15-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
       url('./fonts/open-sans-v15-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/open-sans-v15-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/open-sans-v15-latin-800.woff') format('woff'), /* Modern Browsers */
       url('./fonts/open-sans-v15-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/open-sans-v15-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */

body {
   font-family: 'Open Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   color: white;
   background-color: #4A4A4A;
   line-height: 120%;  
}

div.rahmendiv {
   width: 100%;
   height: auto;
   max-width: 1000px;
   border: solid;
   border-width: 0px;
   border-color: #7E7E7E;  
   margin-left:auto;
   margin-right:auto;  
}
/* #################################################################################################### */
topdiv {
    height: 0px;
}    
div.headertop {
  width: 100%;
  position:fixed;
  top:0px;
}
div.headerframe {
   width: 100%;
   max-width: 1000px;
   margin-left:auto;
   margin-right:auto;   
}
div.header {
   height : 50px;
   background-color: #747374;
   padding-left:30px;
   padding-top : 10px;
}
/* ---------------------------------------------------------------------------------------------------- */
.header img{
    width : 70px;
}

.headermenu {
   float: right; 
   margin-right: 30px; 
   margin-top: 10px;
   font-size: 16pt;
   font-weight: 400;  
}

.headermenu a:hover {
    font-weight: 700;
    text-decoration: none;
    color: white;
    background-color: #777777 !importatnt;
    border-radius: 5px;
}


/* #################################################################################################### */
.bewerbermenu-div {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.bewerbermenu {
    float: left; 
    width: 25%;
    margin-right: 30px; 
    margin-top: 10px;
    font-size: 18pt;
    text-align: center;
}
/* #################################################################################################### */

.content {
    line-height: 120%;
}

.container {
    width: 100%;
    text-align: center;
    height: auto;
}
/* #################################################################################################### */
.div-ul {
    color: #B3D335!important;
    font-size: 20pt;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
}

ol {
    color: #B3D335!important;
    font-size: 30pt;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.bewerber-ul {
    color: #B3D335!important;
    font-size: 20pt;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.li-span{
    color: white;
    font-size: 18pt;
    line-height: 120%;
}

.li-span2{
    color: white;
    font-size: 16pt;
    line-height: 120%;
}

.li-kompetenzen {
    padding-left: 40px;
    padding-bottom: 5px;
    text-indent: 0px;
    list-style-position:outside;
    margin: 3px 20px 20px 11px;
    
}
/* ---------------------------------------------------------------------------------------------------- */
.gruenpunkt {
    width: 20px;
    height: auto;
}    
/* ---------------------------------------------------------------------------------------------------- */
.pmh-slider1 {
    width: 100%;
    max-width: 1000px;
    margin-top: 60px;
    margin-left: 8px;
    padding: 0px;  
}

.bxslider {
    width: 100%;
    max-width: 1000px;
    height: auto;
    padding: 0px;
}

.slider1 img {
    width: 100%;
    max-width: 1000px;
    height: auto; 
}
/* #################################################################################################### */

img {
    border:0;
}
/* ---------------------------------------------------------------------------------------------------- */
a {
    color: white;
    text-decoration: none;
}

a:hover {
    font-weight: 700;
    text-decoration: none;
    color: white;
}

a:focus { outline: none; }

a.stellenlink {
/*    font-size: 16pt; */
    color: white;
}
.a_gruenlink {
    font-weight: 700;
    color: #B3D335;
}
/* #################################################################################################### */
.startbild {
    width:100%;
    max-width: 1000px;
    height: auto;
    border: 0px;
    border-radius: 0 0 15px 15px;
}  
.startbild2 {
    width:100%;
    max-width: 1000px;
    height: auto;
    border: 0px;
}  
  
.slideshow {
    
}
/* ---------------------------------------------------------------------------------------------------- */
.button-div {
    width : 80%;
    margin-left:auto;
    margin-right:auto; 
}

.button1 {
    width: 40%;
    height: 50px;
    border-radius: 4px;
    margin-top: 50px; 
    border: solid;
    border-color: white;
    border-width: 1px;
    background-color: #C3BDC3;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 25px;
    text-align: center;
    color: black;
    font-size: 20pt;
    float: left;
    background-image: linear-gradient(to top, white 0%, #4A4A4A 120%);
}

.button2 {
    width: 230px;
    height: 40px;
    border-radius: 4px;
    margin-top: 40px; 
    border: solid;
    border-color: white;
    border-width: 1px;
    background-color: #C3BDC3;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    text-align: center;
    color: black;
    font-size: 16pt;
    float: left;
    background-image: linear-gradient(to top, white 0%, #4A4A4A 120%);
}

.button3 {
    width: 350px;
    height: 40px;
    border-radius: 4px;
    margin-top: 40px; 
    border: solid;
    border-color: white;
    border-width: 1px;
    background-color: #C3BDC3;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    text-align: center;
    color: black;
    font-size: 20pt;
    float: left;
    background-image: linear-gradient(to top, white 0%, #4A4A4A 120%);
}
.button4 {
    width: 230px;
    height: 25px;
    border-radius: 4px;
    margin-top: 40px; 
    margin-left: auto;
    margin-right: auto;
    border: solid;
    border-color: white;
    border-width: 1px;
    background-color: #C3BDC3;
    padding-top: 10px;
    text-align: center;
    color: black;
    font-size: 14pt;
    float: left;
    background-image: linear-gradient(to top, white 0%, #4A4A4A 120%);
}
/* #################################################################################################### */

h1 {
    font-size: 36pt;
    font-weight: 600;
}

.h1-center {
    font-weight: 600;
    width: 100%;
/*    margin-top: 50px; */
    margin-top: 110px;
    text-align: center;
}

.h1-center2 {
    font-weight: 600;
    width: 100%;
    margin-top: 150px;
    text-align: center;
}
.h1-center3 {
    font-weight: 600;
    width: 100%;
    margin-top: 100px;
    text-align: center;
}
h3 {
    font-size: 28pt;
    font-weight: 600;
}

/* ---------------------------------------------------------------------------------------------------- */
p {
    text-align: left;
    font-size: 20pt;
    font-weight: 300;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 120%;
}

.pcenter {
    text-align: center;
    font-size: 24pt;
    font-weight: 300;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 120%;
}    
.pcenter20 {
    text-align: center;
    font-size: 20pt;
    font-weight: 300;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 120%;
}
/* #################################################################################################### */
/* ### Carsten / Jessica ############################################################################## */
/* #################################################################################################### */
.div-ca-jl {
    width: 100%;
    max-width: 1000px;
    margin: 60px auto;
    font-size: 20pt;
    font-weight: 300;
    line-height: 120%;
    padding-left: 30px;
}

.div-ca-jl h1{
    font-size: 28pt;
    font-weight: 600;
}

.div-ca-jl_img1 {
    padding-left: 10px;
    padding-right: 40px;
    float: left;
    width:180px;
    height: auto;
}
.div-ca-jl_img2 {
    padding-left: 30px;
    padding-right: 30px;
    float: right;
    width:180px;
    height: auto;
}

.h1-jl {
    margin-bottom: 5px;
}
/* #################################################################################################### */
/* ### UL - Accordion ################################################################################# */
/* #################################################################################################### */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-accordion-rahmen {
    width: 80%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0; /* support: IE7 */
    font-size: 100%;
/*    height: 150px; */
}
.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}  
/* #################################################################################################### */
/* ### Stellentabelle ################################################################################# */
/* #################################################################################################### */
.stellentabelle {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
}

.stellenbereich {
    font-size: 22pt;
    font-weight: 600;
    line-height: 110%;
    color: #B3D335;
    background-color: #4A4A4A;
    border-bottom: solid;
    border-width: 1px;
    font-weight: 700;
    padding-top: 40px;
}

.stellenzeile {
    font-size: 16pt;
    font-weight: 300;
    color: white;
    background-color: #4A4A4A;
    border-bottom: solid;
    border-width: 1px;
    line-height: 150%;
}
/* #################################################################################################### */
/* ### PMH-Aktuell #################################################################################### */
/* #################################################################################################### */
.div_aktuell {
    margin-top: 20px;
    margin-left: 7px;
    width: 100%;
    max-width: 1000px;
    background-color: #747474;
    text-align: left;
    padding-left: 10px;
    padding-bottom: 10px;
}

.div_aktuell_titel {
    font-size: 28px;
    font-weight: 800;
    line-height: 110%;
    color: #B3D335;
    background-color: #747474;
    border-bottom: solid;
    border-width: 1px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.div_aktuell_body {
    font-size: 18px;
    background-color: #747474;
    width: 100%;
    max-width: 1000px;
    padding-top: 1px;
}

.aktuell_link {
    color:aqua;
}
/* #################################################################################################### */
/* ### Stellenangebot-Vorschau ######################################################################## */
/* #################################################################################################### */
.stellenangebot-leerzeile {
    width: 100%;
    height: 30px;
    max-width: 1000px;
    background-color: #4A4A4A;
}

.stellenangebot-header {
    margin-top: 50px;
    margin-left: 7px;
    width: 100%;
    max-width: 1000px;
    height: 50px;
    background-color: #747474;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.stellenangebot-headertext {
    padding-left: 30px;
    font-size: 18pt;
    font-weight: 600;
}

.stellenangebot-headertext2 {
    padding-left: 30px;
    font-size: 16pt;
    font-weight: 500;
}

.stellenangebot-img {
    width: 100%;
    max-width: 1000px;
    height: auto;
}

.stellenangebot-rahmen {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 60px;
    border: solid;
    border-width: 1px;
}

.stellenangebot-ueberschrift {
    font-size: 18pt;
    font-weight: 600;
    color: white;
    background-color: #4A4A4A;
    padding-top: 30px;
    padding-left: 60px;
}

.stellenangebot-detail {
    font-size: 16pt;
    font-weight: 300;
    color: white;
    background-color: #4A4A4A;
    padding-top: 10px;
    padding-left: 80px;
    line-height: 120%;
}

.stellenangebot-detail li {
    margin-top: 0px;
}

.stellenangebot-detail ul {
    padding-bottom: 0px;
    margin-top: 0px;
}

.stellenangebot-nltext2 {
    font-size: 16pt;
    font-weight: 300;
    color: white;
    background-color: #4A4A4A;
    padding-top: 10px;
    padding-left: 60px;
    line-height: 90%;
}

.stellenangebot-nltext3 {
    font-size: 16pt;
    font-weight: 300;
    color: white;
    background-color: #4A4A4A;
    padding-top: 30px;
    padding-left: 60px;
    line-height: 130%;
}

/* #################################################################################################### */
/* #################################################################################################### */

.standort-div {
    width: 20.0%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    float: left;
}

.standort-div2 {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 80px;
}

.standort-img {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}    

.standort-img2 {
    float: left;  
    width: 150px; 
    margin-left: 45px; 
    margin-right: 25px; 
    margin-bottom: 15px;  
}    

.standort-img img {
    width: 150px;
    height: auto;
    margin-bottom: 15px;  
}

.standort-img2 img {
    width: 150px;
    height: auto;
}

.standort-desc {
    margin-top: 10px;
    font-size: 16pt;
    text-align: center;
}
/* #################################################################################################### */
.ueberuns-img {
    margin-left: 42px;
    margin-right: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
    float: left;
    border-width: 0px;
}    

.ueberuns-img img {
    width: 170px;
    height: auto;
    border-width: 0px;
    margin-right: 20px;
}

.ueberuns-schwerpunkt {
    width: 99%;
    margin-left: 5px;
    margin-right: -4px;
    margin-top: 20px;
    border: solid;
    border-width: 1px;
    border-color: white;
    float: right;
    border-radius:15px;
    height: 300px;
}

.ueberuns-schwerpunkt_old {
    width: 45%;
    margin-left: 5px;
    margin-right: 25px;
    margin-top: 10px;
    border: solid;
    border-width: 1px;
    border-color: white;
    float: right;
    border-radius:15px;
    height:500px;
}

.ueberuns-schwerpunkt p{
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}


/* #################################################################################################### */
/* #################################################################################################### */
.partner-rahmen {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center; 
}

.partner-div {
    width: 14.9999%;
    height: 150px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    float: left;
    background-color: #D7D7D7;
    background-color: white;
    display: table-cell;
    vertical-align: middle;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-width: 0px;
    border-radius: 4px;
}

.partner-img {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
}    

.partner-img img {
    width: 120px;
    height: auto;
}

.partner-desc {
    padding-top: 10px;
    text-align: center;
    color: #4A4A4A;
}
/* #################################################################################################### */
.impressum {
    text-align: left;
    font-size: 14pt;
    font-weight: 400;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 120%;
    margin-top: 50px;
}
/* #################################################################################################### */
/* #################################################################################################### */
.k-table-div {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin-top: 60px;
}
.k-table {
    width: 100%;
    
}
.k-tr {
    margin-top: 80px;
}
.k-td-l-1 {
    width: 50%;
    max-width: 500px;
    height: auto;
    line-height: 120%;
    text-align:right;
}
.k-td-l-2 {
    width: 50%;
    max-width: 500px;
    height: auto;
    line-height: 120%;
    vertical-align: absmiddle;
    padding-left: 40px;
}
.k-td-r-1 {
    width: 50%;
    max-width: 500px;
    height: auto;
    line-height: 120%;
    text-align: left;
    vertical-align: absmiddle;
    padding-left: 200px;
}
.k-td-r-2 {
    width: 50%;
    max-width: 500px;
    height: auto;
    line-height: 120%;
}

.k-l1-img {
    width: 430px;
    height: auto;
    margin-left: 35px;
    padding-top: 30px;
}

.k-r1-img {
    width: 430px;
    height: auto;    
    padding-top: 30px;
}

/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
.kontakt-rahmen-div {
    width: 100%;
    max-width: 1000px;
    height: auto;
}

.kontakt-l1 span {
    padding-top: 0px;
}

.kontakt-r1 span {
    padding-top: 0px;
}

.kontakt-l1 h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 110%;
    padding-top: 0px;
}

.kontakt-r1 h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 110%;
    padding-top: 0px;;
    padding-left: 40px;
}

.pkontakt {
    font-size: 20px;
    line-height: 120%;
}

/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
.schwerpunkt {
    width: 45%;
    margin-left: 5px;
    margin-right: 25px;
    margin-top: 20px;
    border: solid;
    border-width: 1px;
    border-color: white;
    float: right;
    border-radius:15px;
}

.schwerpunkt p{
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}

.schwerpunkt2 {
    width: 60%;
    margin-top: 20px;
    border: solid;
    border-width: 1px;
    border-color: white;
    float: right;
    border-radius:15px;
}

.schwerpunkt2 p{
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}

.schwerpunkt3 {
    width: 45%;
    margin-top: 20px;
    border: solid;
    border-width: 1px;
    border-color: white;
    border-radius:15px;
}

.schwerpunkt h3{
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 20px;
}

.schwerpunkt2 h3{
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 20px;
}


/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
.footer{
    width: 100%;
    margin-top: 40px; 
    clear: both; 
}

.footer1 {
    width: 100%;
    margin-top: 0px;
}

.footer-bilder {
    width: 40%;
    margin-left: 20px;
    text-align: center;
    float: left;
}

.footer-bilder img {

}

.footer-menu {
   float: right;
   margin-right: 30px; 
   margin-top: 10px;
   font-size: 16pt; 
   font-weight: 400;   
}

.footer-menu2 {
   float: right; 
   width: 17%; 
   margin-right: 5px; 
   margin-top: 5px;
   font-size: 12pt; 
   font-weight: 400;
   line-height: 140%;   
}
.footer-menu3 {
   float: right; 
   width: 10%; 
   margin-right: 5px; 
   margin-top: 5px;
   font-size: 12pt; 
   font-weight: 400;
   line-height: 140%;   
}
.footer-menu4 {
   float: right; 
   width: 14%; 
   margin-right: 5px; 
   margin-top: 5px;
   font-size: 12pt; 
   font-weight: 400;
   line-height: 140%;   
}
/* #################################################################################################### */
.clear {
    clear: both;
}
/* #################################################################################################### */
.copy {
    width: 100%;
    padding-left: 20px;
    font-size: 10pt;
    margin-top: 40px;
}
/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */

@media screen and (max-width: 1000px) {

.topdiv {
    height: 60px;
}    
div.header {
   height : 100px;
   background-color: #747374;
   padding-left:30px;
   padding-top : 30px;     
}
.headermenu {
   font-size: 28pt;
}
.header img {
    width : 120px;
}
.pcenter {
    font-size: 32pt;
}
/* ---------------------------------------------------------------------------------------------------- */
.standort-div {
    width: 24.9999%;
}

/* ---------------------------------------------------------------------------------------------------- */
.pmh-slider1 {
    width: 100%;
    max-width: 1000px;
    margin-top: 60px;
    margin-left: 8px;
    padding: 0px;  
}/* ---------------------------------------------------------------------------------------------------- */
/*
.footer-menu {
   margin-right: 30px; 
   margin-top: 10px;
   font-size: 30pt;    
}

.footer1 {
    text-align: center; 
}

.footer-menu2 {
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border: solid;
    border-width: 0px;
    float: right; 
/*    width: 100%; 
    font-size: 30pt; */
/*
    margin-top: 0px;
    line-height: 140%;   
}
*/
}
/* #################################################################################################### */
@media screen and (max-width: 700px) {
div.header {
   height : 100px;
   background-color: #747374;
   padding-left:30px;
   padding-top : 30px;     
}
.headermenu {
   font-size: 28pt;
}
.header img {
    width : 120px;
}
.pcenter {
    font-size: 26pt;
}
/* ---------------------------------------------------------------------------------------------------- */
.standort-div {
    width: 50%;
}
/* ---------------------------------------------------------------------------------------------------- */
.footer-menu {
   float: right;
   margin-right: 30px; 
   margin-top: 10px;
   font-size: 32pt; 
   font-weight: 400;   
}
/*
.footer-menu2 {
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   border: solid;
   border-width: 1px;
   float: right; 
   width: 100%; 
   margin-right: 5px; 
   margin-top: 5px;
   font-size: 16pt; 
   line-height: 120%;   
}
*/
}

/* #################################################################################################### */
@media screen and (max-width: 500px) {
div.header {
   height : 100px;
   background-color: #747374;
   padding-left:30px;
   padding-top : 30px;     
}
.headermenu {
   font-size: 28pt;
}
.header img {
    width : 120px;
}
.pcenter {
    font-size: 32pt;
}
/* ---------------------------------------------------------------------------------------------------- */
.standort-div {
    width: 100%;
}
/* ---------------------------------------------------------------------------------------------------- */
.footer-menu {
   float: right;
   margin-right: 30px; 
   margin-top: 10px;
   font-size: 16pt; 
   font-weight: 400;   
}

.footer-menu a:hover {
    font-weight: 700;
    text-decoration: none;
    color: white;
    background-color: #777777;
    border-radius: 5px;
}

.footer-menu2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: solid;
    border-width: 1px;
    float: right; 
/*    width: 100%;  */
    margin-top: 5px;
    font-size: 16pt; 
    line-height: 140%;   
}
.footer-menu2 a:hover {
    font-weight: 700;
    text-decoration: none;
    color: white;
    background-color: #777777;
    border-radius: 5px;
}


}
/* #################################################################################################### */
/* #################################################################################################### */

