﻿@font-face {
    font-family: Titillium;
    src: url('/fonts/TitilliumWeb-Regular.ttf');
    font-weight: normal;
    font-display: auto;
}

@font-face {
    font-family: Titillium;
    src: url('/fonts/TitilliumWeb-Light.ttf');
    font-weight: 300;
    font-display: auto;
}

@font-face {
    font-family: Titillium;
    src: url('/fonts/TitilliumWeb-Bold.ttf');
    font-weight: bold;
    font-display: auto;
}

html, body, input, select, textarea {
    font-family: Titillium, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.4em;
    color: #2B2A29;
}

a {
    text-decoration: none;
    color: #2B2A29;
}

    a:hover {
        color: #E52445;
    }

html {
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    background: radial-gradient(28.33% 52.45% at 60.31% 43.6%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #E2DDD8;
    background-attachment: fixed;
}
.wrapper{  
   max-width: 87em;
   margin: 0 auto;
   display:flex;
   flex-direction:column;
   justify-content:space-between;   
}

#linebottom{
    width:100%;
    height:10px;
    border-top-style:solid;
    border-top-color:#E52445;
    border-top-width:2px;
    /*background:url(../Images/Grafiks/LineRed.jpg);*/
    margin-top:5px;    
}


/*---Mobil Menü------------*/
input#off-canvas-menu {
  display: none;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  /*width: 100%;
  background: rgba(0,0,0,0.5);*/
  z-index: 1;
}

/*---Hamburger---*/
label.off-canvas-menu-label {
  position: absolute;
  cursor: pointer;
  /*width: 24px;
  height: 24px;*/
  text-transform: uppercase;
  font-weight: 700;
  z-index: 999;
  margin-top:10px;
  margin-left:10px;  
}

    label.off-canvas-menu-label i {
        position: absolute;
        font-size: 24px;
        color: #A8A4A1;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
    }

input#off-canvas-menu[type=checkbox]:checked ~ label.off-canvas-menu-label i {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    color: #E52445;
}
/*---End Hamburger---*/

input#off-canvas-menu[type=checkbox]:checked ~ nav.off-canvas-menu {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform:translateX(0);
}

input#off-canvas-menu[type=checkbox]:checked ~ .overlay {
  height: 100%;
  opacity: 1;
}
/*input#off-canvas-menu[type=checkbox]:not(:checked)~ nav.off-canvas-menu ul.submenu{
  max-height: 0;  
  border-top: none;
} */

nav.off-canvas-menu li,
label.off-canvas-menu-label {
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}

nav.off-canvas-menu li:hover,
label.off-canvas-menu-label:hover,
input#off-canvas-menu[type=checkbox]:checked ~ label.off-canvas-menu-label {
  background: #E52445 !important;
}

.off-canvas-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    background: #2B2A29;
    font-size: 16px;
    transform: translateX(-100%);
    transition: 0.5s;
    z-index: 2;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
}

.off-canvas-menu input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  cursor: pointer;
}

.off-canvas-menu ul {
  margin: 0;
  padding: 0;
}

.off-canvas-menu > ul {
  margin-top:35px;
}

.off-canvas-menu a {
  display: block;
  padding: 12px 20px;
  color: #fff;
  text-decoration: none;
}

.off-canvas-menu li {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
  color: #fff;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  border-top: 1px solid #555;
}

.off-canvas-menu > ul > li:last-child {
  border-bottom: 1px solid #555;
}

.off-canvas-menu ul li:first-child {
  border-top: none;
}

.off-canvas-menu ul > li.sub > a:after {
  position: relative;
  float: right;
  content: '>';
  font-size: 22px;
  font-weight: 700;  
  color: #fff;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  margin-top:-3px;
}

.off-canvas-menu .submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
  -webkit-transition: max-height 0.2s ease-in-out;
  -moz-transition: max-height 0.2s ease-in-out;
  border-top: none;
}

.off-canvas-menu input[type=checkbox]:checked ~ .submenu {
  border-top: 1px solid #555;
  max-height: 999px;
}

.off-canvas-menu input[type=checkbox]:checked ~ a:after {
  transform: rotate(90deg));
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

.off-canvas-menu .submenu li {
  background: #333;
}

.off-canvas-menu .submenu li a {
  padding-left: 30px;
}

.off-canvas-menu .submenu li li a {
  padding-left: 35px;
}

.off-canvas-menu .submenu li li li a {
  padding-left: 40px;
}

.off-canvas-menu .submenu li.sub {
  list-style: none;
}

/*---End Mobile Menü----------------------*/
 

#headerTextRow1{    
    font-size:14px;       
    max-width:100%;
    height:auto;
    width:auto;
    margin-top:40px;
    margin-left:12px;
    margin-right:60px;     
}
#imgLogoBM{
    margin-top:20px;
    margin-right:35px;
    margin-left:10px;
    max-height:45px;
}

.headerTextbox {
    width: 210px;
    float: left;
    padding: .425em;
    margin-left: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
    border: 1px solid #A8A4A1;
    border-radius: 3px;
    outline: none;
}

.headerTextbox.left0{
    margin-left: 0 !important;
}

.topsearch{
    margin-top: 3.5em;
}

.topsearch .headerTextbox {
    width: 16.5%;
    margin-left: 2.5%;
    margin-top: 4px;
}


input:active::placeholder, input:focus::placeholder {
    opacity: .4; /* Firefox */
}

input:active:-ms-input-placeholder, input:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: .4;
}

input:active::-ms-input-placeholder, input:focus::-ms-input-placeholder { /* Microsoft Edge */
    opacity: .4;
}

.topsearch .button {
    float: right;
    margin-right: 22px;
    max-width: 24%;
}

/*Dient nur zur Generierung eines Scrollbalkens
  der Autocomplet-Funktion der EingabeSuchfelde
*/
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}

.button {
    background-color: #E52445;
    color: #fff;
    text-align: center;
    height: 45px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 1em;
    padding: 0 1em;
}

.button:hover {
    background-color: #BA1733;
}

.button.fullwidth {
    width: 100%;
}

/*----------------Navigationsbereich-----------------*/

ul{
    list-style:none;
    margin-left:0em;
    padding-left:0em;
   
}

#liMedienHaus{
    margin-right:300px;
   
}

/*#liService{
    margin-top:48px;
  
}*/


.flexMenu{
    
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    /*text-align:center;*/
    -webkit-flex-direction:column;
    -moz-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;           
}

.flexMenu li {
     margin-bottom:80px;
}

.flexMenu li > div {/*
    position:absolute; 
    left:-9999px; 
    width:100%; 
    padding:20px 0; 
    background-color:#d0d0d0; 
    border-bottom:1px solid #ddd; 
    border-radius:0 0 10px 10px;
    background-image: -webkit-gradient(linear, 100% 100%, 100% 5%, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.7)));
    background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7));
    background-image: -o-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7));
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    text-align:left;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
                        */
}

.flexMenu li > a {
    
    display:table-cell;
    text-decoration:none; 
    background-color:#ddd; 
    color:#333; 
    font:normal 14px/40px gadugi, sans-serif; 
    letter-spacing:2px;
    border-top:1px solid #ddd; 
    border-radius:0 0 10px 10px;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    background-image: -o-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));

    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin:0 0; 
    -moz-transform: rotate(-90deg); 
    -ms-transform: rotate(-90deg); 
    -o-transform: rotate(-90deg); 
    -webkit-transform: rotate(-90deg);       
    transform:rotate(-90deg);   
    
    padding-left:10px;
    padding-right:10px;
    padding-bottom:0px;

    
    border:solid;
    border-left-width:0px;
    border-right-width:0px;
    border-top-width:0px;
    border-bottom-color:ghostwhite;
    border-bottom-width:1px;
    color:#E52445;
    

   


 }  

/*
.flexMenu li:hover > a {background-color:#d0d0d0;}
.flexMenu li:hover > div {left:0;}
.flexMenu li div a:hover {background:#e0e0e0; color:#333;}*/

.btnNav{
    width:180px;
    height:auto;
    margin-left:20px;  
    
}

#btnImgProdukte, #btnImgMedienhaus,
#btnImgService{
    margin-top:15px;
}

#btnImgJobbörse{
    margin-top:100px;
}
#btnImgFirmenbörse{
     margin-top:30px;
}

#btnImgFacebook{
   margin-top:25%;
    margin-bottom:0px;
    margin-left:10px;
}   


/*--------Navigationsbereich Mobile Design---------*/

/* Add a black background color to the top navigation */

.mobnav {
    background-color: gray;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.mobnav a {
    float:left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.mobnav a:hover {
    background-color: #ddd;
    color: black;
}


/* Hide the link that should open and close the topnav on small screens */
.mobnav .icon {
    display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .mobnav a:not(:first-child) {display: none;}
  .mobnav a.icon {float: right;display: block;}
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .mobnav .responsive {position: relative;}
  .mobnav .responsive a.icon {position: absolute;right: 0;top: 0;}
  .mobnav .responsive a {float: none;display: block;text-align: left;}
} 
  

/*--------Main-Bereich---------------*/
#MainBody {
    margin-bottom: 50px;
}

.mapTrans{
    display:block !important;
    position:relative;
    padding:40px 25px 25px 25px;   
    z-index:-1;
    
}

.mapNaviRow { 
   
    width:100%;   
    margin-top:18px;
    margin:0 auto;
    font-size:16px;
    font-weight:700;
    text-align:center;
    
    
}

#mapImages{      
    padding-top:35px;
    padding-bottom:25px;    
    /*image Usemap liegt 2-3 Pixel rechts ausserhalb von div #mapImages (warum auch immer)
      damit kein Scrollbalken erscheint, wird rechts das Padding auf 5px eingestellt
    */
    padding-right:15px;
    padding-left:5px;
}

.mapSize {
    display:block;
    margin: 0 auto;
    max-height:500px;   
}          
.mapSizeTrans {
    display:block;
    margin: 0 auto;
    max-height:600px;
    max-width:455px;
    width:100%;
   
}          

#imgBtnMainTopLeft{
    width:230px;
    height:auto;
    margin-top:13px;    
}

ul{
    list-style-type:disc;   
}

img[usemap] {
    height: auto;
    max-width: 100%;
    width: auto;
}

map > area{
     outline:none;
}

/*-------Footer-Bereich--------------*/
footer {
    height: 50px;
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #fff;
}

footer a{
    font-weight: bold;
        padding: 14px 2em;
        display: inline-block;
}

.rightfooter img{
    padding-top: 1em;
    padding-right: 2em;
}

.rightfooter span {
    display: inline-block;
    float: right;
    padding: 14px 1.4em;
}
}

/*--------------------------------------------------------------------------------------*/

.Impressum{
    font-size:14px;
     
}
#DatSchutz,#HaftAusschluss,#impress {
    hyphens: auto;
    text-align: justify;
    word-break: break-word;
}

.ImpressButton {
    border-radius:4px;
    width:210px;
    background-color:lightgrey;
    box-shadow:5px 5px 5px grey;    
}
#impButtons{
    display:flex;
    display:-ms-flexbox;
    flex-direction:row;
    -ms-flex-direction:row;    
}
#ImpTable,#ImpTable2, #impress, #DatSchutz,#HaftAusschluss,#Bannerwerbung,#Datentraeger,#Firmensuchmaschine,#Unternehmen,#Karriere,#Kontakt{
    
    padding-left:10px;
    padding-right:20px;
    padding-bottom:20px;
    margin:0 auto;
    max-width:700px;   
}
#ImpTable, #ImpTable2{
    display:flex;
    flex-direction:row;
    display:-ms-flexbox;
    -ms-flex-direction:row;
    justify-content:space-between;
    -ms-flex-pack:justify;    
}
#ImpTable #col1{
   margin-top:30px;  
   width:450px;
}
#ImpTable #col2{     
    margin-top:30px;
    margin-left:50px;
    display:flex;
    display:-ms-flexbox;
    flex-direction:column;
    -ms-flex-direction:column;        
}
#ImpTable2 #col3{     
    margin-top:30px;    
    display:flex;
    display:-ms-flexbox;
    flex-direction:column;
    -ms-flex-direction:column;        
}

#CopyRight{
    font-size:xx-small;
    padding-left:10px;
    color:gray;
}

/*-----Right-Site-------------------------------*/

.BalkenRechts{
    position:fixed;
    height:100%;
    width:18px;
    background: url(../Images/Grafiks/Balken_Rechts.jpg);    
    margin-bottom:0;  
    margin-right:0px;
}
#RightSide{
    position:absolute;
    width:18px;
    top: 0;
    bottom: 0;
    right:0;
    height:100%;
}

/*--------Menüseiten----------------------------------*/

/*Seite Bannerwerbung*/
.centBanner{
    display:block;
    margin: 0 auto;    
}


.menucontents{
    
    position:relative;
}


/*----------SearchContent------------------------------*/


.searchRow {
    border-bottom: 4px solid #A8A4A1;
    border-radius: 0px 0px 3px 3px;
    background-color: #fff;
    height: 133px;
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}

    .searchRow.active {
        border-color: #E52445;
        height: 298px;
        position: relative;
    }

    .searchRow.premiumrow {
        height: 133px !important;
        background-color: #FBF7F3;
    }

    .searchRow.premiumrow .botted{
        position: static !important;
    }

    .searchRow:hover {
        box-shadow: 0 5px 10px 0 rgb(0 0 0 / 30%);
    }

.popup {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    border: 1px solid #E2DDD8;
    padding: 20px;
    position: relative;
    max-width: 730px;
    margin: 20px auto;
    background: rgba(255,255,255,1);
    border-radius: 10px;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    justify-content: space-between;
}

.aRow {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    justify-content: space-between;
    -ms-flex-pack: justify;
    padding: 0 1.5em 1.5em 1.5em;
}

.searchCol1 {
    padding: 1.5em;
}

.searchCol1_Detail {
    padding-right: 20px;
}

.searchCol1_Kunde_unbezahlt{
    font-weight:bold;
    text-decoration: none;
}

span.searchCol1{
    padding-top:100px;
}

.searchCol2{
    position:relative;
    width:158px;   
    margin-top:10px;
    padding-right:20px;
    display:flex;
    flex-direction:column;    
    justify-content:space-around;    
}
.searchCol2_Detail{
    width:250px;   
}


.searchDetailLink{               
    text-align:right;          
      
}
    .searchDetailLink .morelink {
        color: #E52445;
        font-weight: bold;
    }

.tilelink {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}


#closeDetail {
   text-decoration:none;
   position:absolute;
   right:10px;   
}

#Banner {
    padding-top: 20px;
    position: relative;
    top: -44px;
    width: 98.5%;
}
iframe{
    display: block;       /* iframes are inline by default */    
    border: 0; 
    width:100%;        
    height:100%;
    max-width: 1000px;    
    margin: 0 auto;
}
#imgBanner{
    display:block;
    margin-left:auto;
    margin-right:auto;
    max-width: 100%;
}
.LinkRed{
    color:#E52445;
}

#UBrancheText1,#UBrancheText2 a{
    margin-left:150px;
}
#UBrancheText1{
    font-size:large;
}
.clUnterbranche{
    padding-top:12px;
    font-size:medium;
}

/*----------Errorsite--------------*/
.errorContent{
    position:relative;
    display:block;    
}
.errorContent>div{	
    display:inline-block;
    height:100%;     
    min-height:500px;
    width:100%;
    text-align:center;
    font-weight:700;
}




    #mobinav {
        display: none;
    }



    /*---Cookies------------------------------*/
    .cc_container .cc_btn {
        background-color: #e4e4e4 !important; /* Farbe des Buttons */
        color: #000 !important; /* Textfarbe des Buttons */
    }

    .cc_container {
        background: #6E6E6E !important; /* Hintergrundfarbe des gesamten Bereichs */
        color: #fdfdfd !important; /* Schriftfarbe des gesamten Bereichs */
        filter: Alpha(opacity=70);
        opacity: 0.6;
        moz-opacity: 0.6;
        khtml-opacity: 0.6;
        webkit-opacity: 0.6;
    }

        .cc_container a {
            color: #B40404 !important; /* Textlink-Farbe "Mehr Infos" */
        }

    /*---Ende Cookies-------------------------*/

    /*---Navigation / Menü -------------------------*/

    .floatl {
        float: left;
    }

    .floatr {
        float: right;
    }

    .clear {
        clear: both;
    }

    .nav-desk {
        background-color: #E52445;
        color: #fff;
        height: 50px;
        position: relative;
    }

        .nav-desk .topmenu {
            list-style: none;
            margin: 0;
        }

            .nav-desk .topmenu > li {
                display: inline-block;
                float: left;
                width: 130px;
            }

            .nav-desk .topmenu .menulink, .nav-desk .topmenu .submenuentry {
                color: #fff;
                font-weight: bold;
                text-decoration: none;
                padding: 14px 2em;
                margin: 0;
                cursor: pointer;
                display: inline-block;
            }

        /*    .nav-desk .topmenu .firstlink{
        padding-left: .5em;
    }*/

        .nav-desk .submenu {
            list-style: none;
            background-color: #FFFFFF;
            border: 1px solid #E2DDD8;
            box-sizing: border-box;
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
            border-radius: 10px;
            display: none;
        }

            .nav-desk .submenu a {
                font-weight: normal;
                color: #2B2A29;
                font-size: 12px;
                line-height: 14px;
                text-decoration: none;
                border-left: 1px solid #E2DDD8;
                padding: 1em;
                height: 52px;
                float: left;
                width: 174px;
                display: none;
                transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
            }

                .nav-desk .submenu a:first-child {
                    border-left: none;
                }

                .nav-desk .submenu a b {
                    font-size: 16px;
                    line-height: 24px;
                }

        .nav-desk .topmenu .menulink:hover, .nav-desk .topmenu .submenuentry:hover {
            background-color: #BA1733;
        }

        .nav-desk .submenucontainer {
            transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
            opacity: 0;
            padding-top: 0;
            width: 600px;
            position: relative;
            z-index: 1;
        }

        .nav-desk .container2 {
            width: 400px;
        }

        .nav-desk .submenubutton:hover .submenucontainer {
            opacity: 1;
            padding-top: 1em;
        }

        .nav-desk .submenubutton:hover .submenu a {
            display: inline-block;
        }

.submenu a:hover {
    /*background-color: #eee;*/
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 30%);
}

            .nav-desk .submenubutton:hover .submenu {
                display: block;
            }

        /*-------------Headerbereich-----------------*/
        #headercontent {
            width: 100%;
            height: inherit;
        }

    .headRow {
        display: flex;
        display: -ms-flexbox;
        flex-direction: row;
        justify-content: space-between;
        -ms-flex-pack: justify;
        padding-top: 3em;
    }

        .headRow a {
            border-bottom: 4px solid transparent;
            padding-bottom: 1.3em;
        }

        .headRow .activelink {
            border-bottom: 4px solid #E52445;
        }

    .part {
        width: 450px;
    }

    #txtSearchField {
    }

    .wrapper.row {
        flex-direction: row;
    }

    .wrapper .row {
        flex-direction: row;
        display: flex;
        justify-content: space-between;
    }

    h1 {
        font-size: 30px;
        line-height: 46px;
        font-weight: 300;
        margin: 3em 0 2em 0;
    }

    h1.title{
        font-size: 32px;
    }

    .text-center {
        text-align: center;
    }

    .mcontent {
        padding-bottom: 3em;
    }


    .ResultRows {
        width: 22.5%;
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom: 2%;
        float: left;
    }

    #ResultSection {
        margin-left: -15px;
        margin-right: -15px;
    }

    .ellipsis {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
    }

    .mapNaviRow h1 {
        margin: 1em 0 2em 0;
    }

    .breadcrumb {
        text-align: center;
        text-transform: uppercase;
        color: #6C6966;
        letter-spacing: 0.105em;
        padding-top: 2em;
        font-size: 12px;
    }

        .breadcrumb .fa {
            font-size: .9em;
        }

    .pageSearchFooter a {
        color: #E52445;
    }

    .pageSearchFooter .inactive {
        color: #E28494;
    }

    .pageSearchFooter .fa {
        padding: 0 .5em;
    }

    #pageCombo > span {
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #6C6966;
    }

    #pagenavi {
        font-weight: bold;
        text-align: center;
    }

    #pageCombo {
        float: right;
        margin-right: 40px;
        position: relative;
        top: -2em;
    }

    .divider {
        padding: 0 .8em;
    }

    #PageCount {
        border-radius: 13px;
        border: 1px solid transparent;
        margin-left: .8em;
        padding: 6px;
    }

    .filter {
        text-align: center;
        margin: 3.5em 0 0 0;
    }

    .subfilter {
        text-align: center;
        margin-bottom: 1em;
    }

        .filter a, .subfilter a {
            font-weight: normal;
            padding: 8px 17px;
            border-radius: 20px;
            background-color: #FBF7F3;
            margin: 1em;
            white-space: nowrap;
            display: inline-block;
        }

    .filter a {
        font-weight: bold;
        padding: 13px 20px;
        border-radius: 32px;
    }

        .filter a:hover, .subfilter a:hover {
            background-color: #E52445;
            color: #fff;
        }

        .filter a.active, .subfilter a.active {
            background-color: #E52445;
            color: #fff;
        }

    .thumbnail {
        text-align: center;
        height: 175px;
        background-position: center;
        background-size: cover;
    }


    .botted {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

.bg-white{
    background-color: #fff;
}
.premium {
    color: #f5c43d;
    position: absolute;
    right: 6px;
    top: 6px;
}

.filterbutton{
    display: none;
}

.mfp-bg {
    background: rgba(10,10,10,0.6);
}

.rightmargin{
    margin-right: 200px;
}


.cookiehinweis {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
    display: none;
    background-color: #6C6966;
    color: #fff;
    padding: .5em;
}

    .cookiehinweis .container {
        padding-top: 0.7em;
        padding-bottom: 0.5em;
    }

    .cookiehinweis p {
        margin: .5em;
    }

    .cookiehinweis a {
        color: #fff;
    }

    .cookiehinweis .button {
        margin-top: 1.5em;
        line-height: 45px;
    }

.pointer{
    cursor: pointer;
}

.popupheadline{
    text-decoration: underline;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content{
    width: auto;
}

header .headRow .inactive {
    opacity: .5;
}

.joblogo{
    width: 155px;
}

.nachfolgelogo{
    width: 265px;
}

.firmenlogo {
    width: 214px;
}

.imgcontainer {
    float: right;
    position: relative;
    right: 24px;
}

@media only screen and (max-width:1400px) {
    .ResultRows {
    width: 30.4%;
}

}

@media only screen and (max-width:1250px) {
    .ResultRows {
        width: 30%;
    }
}

@media only screen and (max-width:1000px) {
    .ResultRows {
        width: 45%;
    }
}

@media only screen and (min-width:769px) {
    .filter, .subfilter, .topsearch {
        display: block !important;
    }

    #ResultSection .result-1 {
        margin-left: 39%;
    }

    #ResultSection .result-2:nth-of-type(1) {
        margin-left: 26.5%;
    }

    #ResultSection .result-3:nth-of-type(1) {
        margin-left: 14%;
    }
}
@media only screen and (min-width:1600px) {
    .mapSize {
        max-height: 650px;
    } 
}


    @media only screen and (max-width:768px) {
        .imgcontainer {
            position: static;
        }

        .popup {
            flex-direction: column;
        }

        .filterbutton {
            display: block;
            cursor: pointer;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            padding-top: 1.5em;
            padding-bottom: .5em;
            color: #E52445;
        }

        filterbutton:hover {
            color: #E52445;
        }

        .filter, .subfilter {
            display: none;
        }

        .nav-desk {
            display: none;
        }

        #txtSearchField {
            flex-direction: column;
            -ms-flex-direction: column;
        }

        #LogoFF {
            margin-left: 40px;
        }

        #ResultSection {
            margin-left: 0;
            margin-right: 0;
        }

        #ImpTable {
            flex-direction: column;
            -ms-flex-direction: column;
        }

            #ImpTable #col2 {
                margin-left: 0;
            }

            #ImpTable #col1 {
                width: 100%;
            }

        #imgLogoBM {
            display: none;
        }

        #LogoFF {
            max-width: 70%;
        }

        #impress #impButtons {
            flex-direction: column;
            -ms-flex-direction: column;
        }

        .ImpressButton {
            width: 100%;
        }


        #btnSuchen, .topsearch .button {
            width: 100%;
            margin: 0 !important;
            max-width: none;
        }

        .nomobile {
            display: none;
        }

        #mobinav {
            display: block;
            position: relative;
            top: .5em;
        }

        .headRow {
            text-align: center;
            padding: .5em;
            display: block;
        }

            .headRow .activelink {
                border-bottom: none;
            }

        #MainBody {
            padding: .5em;
        }

        .ResultRows {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
        }

        .filter, .topsearch {
            margin-top: 1em;
        }

        h1, h1.title {
            font-size: 20px;
            line-height: 35px;
            font-weight: 300;
            margin: 1.5em 0;
        }

            h1.title {
                font-size: 24px;
            }

            #MainBody .wrapper .row {
                flex-direction: column;
            }

        .part {
            width: 100%;
        }

        .headerTextbox {
            width: 45%;
        }

        .topsearch .headerTextbox {
            width: 48%;
        }

            .topsearch .headerTextbox#Firmen {
                margin-left: 0;
            }

        .rightfooter span {
            padding-left: 0;
        }

        .filter a {
            font-weight: bold;
            padding: 12px 10px;
            border-radius: 30px;
            font-size: .9em;
            margin: .5em;
        }

        .subfilter a {
            padding: 8px 10px;
            margin: .5em;
        }

        #pageCombo {
            float: none;
            position: static;
            top: 0;
            text-align: center;
            margin: 1em;
        }

        #Banner iframe {
           max-height: 100px;
        }
    }
    /*---End Media Queries--------------------*/

    /* Animation Popup */

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
    /* overlay animate in */
    .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.8;
    }
    /* overlay animate out */
    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
    }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}