/**
* (C) by Matthias Gally 2010,
* Gally Websolutions GmbH, www.gally-websolutions.com
**/
* {
	margin:0px;
	padding:0px;
	-webkit-text-size-adjust: none;
} 

/*@font-face {
    font-family: 'MontserratBold';
    src: url('../font/montserrat-bold-webfont.eot');
    src: url('../font/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/montserrat-bold-webfont.woff') format('woff'),
         url('../font/montserrat-bold-webfont.ttf') format('truetype'),
         url('../font/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: 700;
    font-style:normal;

}




@font-face {
    font-family: 'Montserrat';
    src: url('../font/montserrat-regular-webfont.eot');
    src: url('../font/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/montserrat-regular-webfont.woff') format('woff'),
         url('../font/montserrat-regular-webfont.ttf') format('truetype'),
         url('../font/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

body {
	font-size:15px;
}

body, pre, address {
    color:#333; 
    font-family: 'Montserrat', sans-serif;
	line-height:1.7em; /* 16x1.125=18px */
	font-weight: 400;
}

pre {
    margin:8px 8px 8px 0px;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	margin-bottom:14px;
	font-size: 22px; /* 16x1.25=20px */
	font-weight: 700;
}

b, strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}	
	
p {
	margin-bottom:17px;
	text-align:left;
	padding-right:20px;
}

h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-bottom:10px;
	font-size: 20px; /* 16x1.25=20px */
}

ul {
	margin-bottom:18px;
}

ol {
	margin-bottom:18px;
}

ol li {
	margin:0px 0 12px 2px;
	list-style-position:inside;
}

ul li {
	list-style-position: outside;
    margin: 0 0 2px 17px;
    padding-left: 5px;
	/*background-image: url(../../img/bild.gif);
	background-repeat:no-repeat;*/	   
}

ul li p {
	padding:0px;
	margin:0px;
}

a {
	color:#999;
}

a:hover {
	color:#333;
}


table {

}

th {
	text-align:left;
}

tr {

}

td {
}

td, #content li {
	
}

#content td {
	
}

td img {
	margin-top:3px;
}

img {

}

address {
	margin-top:7px;
	line-height:1.5em;
}

.bildabstand-rechts {
	margin-right:20px;
}

.zeilenabstand-gross {
	line-height:1.25em; /* 16x1.125=18px */
}

/* TinyMCE specific rules */
	body.mceContentBody {

}

/* TinyMCE specific rules */
.mceContentBody li  {
}
.mceContentBody table, tr, td  {
	font-size:15px;
}
.mceContentBody a {
   color:#999 !important; /* FF requires an important here */
   text-decoration:underline;
}

b {
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
}	

i {
	font-weight:normal;
	font-variant:normal;
}
	
p {
	font-weight: normal;
    font-style: normal;
	font-variant:normal;
}
	
/* das Aussehen jedes einzelnen Brancheneintrags*/
.erste-spalte {
	width: 250px;
}

.zweite-spalte {
	width: 38px;
}
.dritte-spalte {
	width: 150px;
}
.vierte-spalte {
	width: 55px;
}
.fuenfte-spalte {
	width: 270px;
}


.eintrag {
  	table-layout: fixed;
  	width: 100%;
	color: #000;
	background: #d2d2d2;
    margin: 25px 0;
    padding: 15px;
    box-sizing: border-box;
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition:         all 500ms cubic-bezier(0.645, 0.045, 0.355, 1); 
}
.eintrag .title hr {
	margin:15px 0;
	border: none;
	height:2px;
	background-color: #1d1d1b;
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition:         all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.eintrag hr.branchentext {
	margin-top:15px;
	margin-bottom:0px;
	border: none;
	height: 1px;
	background-color: #999999;
}
.branchentextspezial {
	color:#999999;
    font-size: 0.8em;
    font-style: italic;
}
.eintrag:hover {
	color: #fff;
	background: #1d1d1b;
}

.eintrag:hover .title hr {
    background-color: #fff;
}

.eintrag a:hover {
	color:#ffffff;
}
.eintrag tr {
	border-bottom: 1px #fff solid;
}

.eintrag  {

	word-wrap: break-word;
}

.eintrag .spezial {
	padding: 12px 0 12px 0;
}

.eintrag .spezial2 {
	padding-top: 0;
	padding-bottom: 15px;
    
    float: left;
    width: 33.33%;
}

.eintragmitlandingpage {
  	width: 100%;
	
	color: #fff;
	background: #333;
    margin: 25px 0;
    padding: 15px;
    box-sizing: border-box;
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition:         all 500ms cubic-bezier(0.645, 0.045, 0.355, 1); 
    
    
}
.eintragmitlandingpage .title hr {
	margin: 15px 0;
	border: none;
	height: 2px;
	background-color: #fff;
    
}
.eintragmitlandingpage hr.branchentext {
	margin-top:0;
	margin-bottom:13px;
	border: none;
	height:2px;
	background-color: #fff;
}

.eintragmitlandingpage:hover {
	color: #fff;
	background: #1d1d1b;
}
.eintragmitlandingpage a {
	color:#ffffff;
}
.eintragmitlandingpage a:hover {
	color:#ffffff;
}
.eintragmitlandingpage tr {
	border-bottom: 1px #fff solid;
}

.eintragmitlandingpage td {
	padding: 12px 15px 12px 15px;
	vertical-align: top;
	word-wrap: break-word;
}
.eintragmitlandingpage .spezial {
	padding: 12px 0 12px 0;
}
.eintragmitlandingpage .spezial2 {
	padding-top: 0;
	padding-bottom: 15px;
    
    float: left;
    width: 33.33%;
}



#branchen-auswahl {
	width: 150px;
	height: 20px;
	float: left;	
}
#firmen-auswahl {
	width: 150px;	
	height: 20px;
	float: left;
	/* margin-left: 20px; */	
}

#firmen-suche {
	width: 180px;
	height: 20px;
	float: right;	
}

#suche {
	width: 22px;	
	height: 22px;
	float: right;
	background-image:url(../img/suche.png);
	background-repeat:no-repeat;
	background-position:center;
	/* border:none; */
	background-color:#fff;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1024px){
    .eintragmitlandingpage .spezial2, .eintrag .spezial2{
        width: 100%;
        float: none;
    }
}


/*Team 2018*/

@keyframes fademe{
    0%{
        opacity: 0;
    }
    
    100%{
        opacity: 1;
    }
}


.kontaktdatenteam{
    padding: 25px 0;
    width: 100%;
    box-sizing: border-box;
    float: left;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 10px;
    margin-top: 10px;
    animation: fademe forwards 2s;
    opacity: 0;
    transition: all .3s ease-out;
}

.kontaktdatenteam:hover {
    border-bottom: 1px solid #333333;
}

.kontaktdatenteam:nth-of-type(2){
    animation-delay: .2s;
}

.kontaktdatenteam:nth-of-type(3){
    animation-delay: .4s;
}

.kontaktdatenteam:nth-of-type(4){
    animation-delay: .6s;
}

.kontaktdatenteam:nth-of-type(5){
    animation-delay: .8s;
}

.kontaktdatenteam:nth-of-type(6){
    animation-delay: 1s;
}

.kontaktdatenteam:nth-of-type(7){
    animation-delay: 1.2s;
}

.kontaktdatenteam:nth-of-type(8){
    animation-delay: 1.4s;
}

.kontaktdatenteam:nth-of-type(9){
    animation-delay: 1.6s;
}

.kontaktdatenteam:nth-of-type(10){
    animation-delay: 1.8s;
}

.kontaktdatenteam:nth-of-type(11){
    animation-delay: 2s;
}

.kontaktdatenteam:nth-of-type(12){
    animation-delay: 2.2s;
}

.kontaktdatenteam:nth-of-type(13){
    animation-delay: 2.4s;
}

.kontaktdatenteam .pic{
    width: 30%;
    float: left;
}

.kontaktdatenteam .pic .portrait{
    padding-bottom: 100%;
    position: relative;
    background-size: cover;
    background-position: center top;
    filter: grayscale(0);
    transition: all .3s ease-out;
    border-radius: 50%;
    border: 2px solid #f4f4f4;
}

.kontaktdatenteam .persinfo{
   
    padding-right: 0;
    transition: all .3s ease-out;
    
}

.kontaktdatenteam:hover .persinfo{
    margin-left: 25px;
}

.kontaktdatenteam:hover .pic .portrait{
    filter:grayscale(0);
    border: 2px solid #333;
}

.kontaktdatenteam p.quote{
    padding: 0 25px;
    position: relative;
    font-style: italic;
    
}

.kontaktdatenteam p.quote::before{
    content: "\f10d";
    display: block;
    font-family: FontAwesome;
    position: absolute;
    width: 25px;
    left: 0;
    text-align: left;
}
.kontaktdatenteam p.quote::after{
    content: "\f10e";
    display: inline-block;
    font-family: FontAwesome;
     position: relative;
    width: 25px;
    right: 0;
    text-align: right;
}

.kontaktdatenteam .teamdata{
    width: 65%;
    float: right;
}

.kontaktdatenteam .fa{
    margin-right: 5px;
}

.kontaktdatenteam img{
    display: block;
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 768px){
    .kontaktdatenteam{
    width: 100%;
}
    
    .nobreak{
        display: none;
    }
    
}

@media screen and (max-width: 500px){
    .kontaktdatenteam .pic, .kontaktdatenteam .teamdata{
        width: 100%;
        float: none;
        margin-bottom: 10px;
}
    
}