/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/montserrat-v15-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v15-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/montserrat-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../fonts/montserrat-v15-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v15-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../fonts/montserrat-v15-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v15-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}




/* ======================   Reset  ============================   */

article, main, aside, details, figcaption, figure, footer, header, nav, section { display: block; }

body, html, div, table, td, span, p, a, form, h1, h2, h3, h4, h5, img, ul, li, object, embed, ul, li, input, textarea, button, article, main, aside, details, figcaption, figure, footer, header, hgroup, nav, section{
	padding: 0;
	margin: 0;
	border: none;
	-webkit-text-size-adjust: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


html,body {
	width:100%;
	/* overflow-x: hidden;  wegen Mobil Menu */
}


 
/* =======================   Fonts / Colors  ============================ 

main (dunkelgrau): #585757
highlight farbe (rot): #b02033
dunkelgrau: #676767;
hellgrau: #b5b5b5;

*/

.arf_standard_checkbox{ 
	font-family: 'Montserrat', sans-serif;
	color: #585757;
	font-size: 16px;
	line-height: 1.5;
	font-weight:400;
}



html, body { 
	font-family: 'Montserrat', sans-serif;
	color: #585757;
	font-size: 16px;
	line-height: 1.5;
	font-weight:400;
}


body {
	background-color: #fff;
}


a {
	outline: none;
	color: #b02033;
}

a:hover {
	color: #000;
}



a.phone {
	outline: none;
	text-decoration:none;
	color: #b02033;
}



img {
	max-width: 100%;
	height: auto;
}

.block {
	display:block;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-family: 'Montserrat';
	font-style: normal;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2;
}


h1, h2, h3, h4, h5, h6 {
  overflow-wrap: normal !important;
}



h1 {
	font-size: 1.7rem;
	color: #b02033;
	padding-bottom: 30px;
	text-transform: uppercase;
}

h2 {
	font-size: 1.5rem;
	color: #b02033;
	padding-bottom: 30px;
	text-transform: uppercase;
}

h2.headlineInvers {
	color: #fff;
	background-color: #b02033;
	padding: 10px 30px;
	margin-bottom: 30px;
	text-transform: uppercase;
	display:inline-block;
}



h3 {
	font-size: 1.2rem;
	padding-top: 10px;
	padding-bottom: 20px;
	font-weight: 500;
}


h4, h5{
	font-size:18px;
	font-size: 1.1rem;
	padding-bottom: 15px;
	font-weight: 500;
}




h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a {
	text-decoration: none;
}


ul{
list-style-type: none;
margin:0;
padding:0;
}

.content ul li{
margin:0;
padding-left:20px;
margin-left: 30px;
padding-bottom: 10px;
position: relative;
}

.content ul li:before {
    content: "\f04d";
    font-family: FontAwesome;
    color: #b02033;
    position: absolute;
	left:2px;
	top: 5px;
	font-size:11px;
}

.content ol{
margin:0;
margin-left: 10px;
padding:0;
}

.content ol li{
margin:0;
padding-left: 7px;
margin-left: 10px;
padding-bottom: 10px;
position: relative;
}



sup, .textSup {
font-size: 60%;
vertical-align:text-top;
line-height: normal;
}

.textKlein{
	font-size:0.9rem;
}


.textFarbig, .textBlau {
	color: #b02033;
}


.textNormal {
	color: #585757;
	font-weight: 400;
}

.textSchwarz {
	color: #000;
}
.textGrau{
	color: #585757 !important;
}

.textWeiss {
	color: #fff !important;
}


.textGross {
	font-size: 16px;
	font-size: 1.2rem;
}

.textCenter{
	text-align:center;
}

.textUnderline {
	text-decoration:underline !important;
}


strong, b {
	font-weight: 500;
}

p {
	padding-bottom: 15px;
}

.abstand {
	padding-bottom: 60px;
	padding-top: 70px;
}

.abstandUnten {
	padding-bottom: 60px;
}
.abstandOben {
	padding-top: 60px;
}



.abstandKlein {
	padding-bottom: 30px;
	padding-top: 30px;
}

.abstandUntenKlein {
	padding-bottom: 30px;
}
.abstandObenKlein {
	padding-top: 30px;
}


.abstandHeader {
	padding-top: 150px;
}


.spalteAbstand {
	padding: 0px 15px;
}
 

.margin {
	margin-bottom: 60px;
	margin-top: 60px;
}

.marginUnten {
	margin-bottom: 60px;
}
.marginOben {
	margin-top: 60px;
}


.marginKlein {
	margin-bottom: 30px;
	margin-top: 30px;
}
.marginUntenKlein {
	margin-bottom: 30px;
}
.marginObenKlein {
	margin-top: 30px;
}


.content {

}


.borderTop {
	border-top: 1px solid #666;
}

.borderBottom {
	border-bottom: 1px solid #666;
}

.alignright {
	float: right;
	display:inline;
	margin-left: 40px;
}
.aligncenter{
	text-align:center;
	margin: 0 auto;
	display: block;
}


.ohneAbstand{
	padding:0 !important;
	margin: 0 !important;
}


hr  {
	margin:0;
	padding:0;
	margin-bottom: 20px;
	clear:both;
  	border: 0;
  	border-top: 1px solid #b02033;
  	border-bottom: 1px solid #fff;
}

.schattenUnten  {
-webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.3);
}

.textSchattenWeiss  {
  text-shadow: 2px 2px 5px #fff;
}

.textSchattenSchwarz  {
  text-shadow: 2px 2px 5px #000;
}


a.button{
	text-align: center;
	display: inline-block;
    font-size: 1rem;
	line-height: 1;
	padding: 7px 10px;
	text-decoration: none;
	vertical-align:text-top;
	color: #b02033;
	font-weight: 400;
	background-color: #fff;
	border: 1px solid #b02033;
	
}


a.button:hover{
	color: #fff;
	background-color: #b02033;
}

.bgHell{
	background-color: #f1f0f0;
} 

.bgMittel{
	background-color: #b5b5b5;
} 


.bgDunkel{
	background-color: #676767;
	color: #fff;
} 

.bgFarbig{
	background-color: #b02033;
} 



/* =======================   Styles Basic  ==========================   */

.clear { 
	clear: both;
	font-size: 1px;
	line-height: 1px;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
	display:block;
}

.clearfloat { 
	clear: both;
}

 /* Use clearfix in parent div  */
.clearfix:before, .clearfix:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; 
}
.clearfix:after {
      clear: both; 
}

.hidden {
	display:none;
}


div {
	background-repeat: no-repeat;
	background-position: left top;
}


/* ---------- Tabelle ------------- */

table { border-collapse: collapse; border-spacing: 0; width: 100%; margin-bottom: 14px; }
td, th { vertical-align: top; text-align: left; padding: 5px; }

table p{
	margin: 0;
	padding: 0;
}




table.tabelleFlaechen td, table.tabelleFlaechen th{
	font-size: 0.8rem;
	text-align:center;
	width:14%;
}

table.tabelleFlaechen th{
	font-size: 0.8rem;
	text-align:center;
	font-weight:bold;
	background-color: #b02033;
	color: #fff;
}

table.tabelleFlaechen tr:nth-child(even) td {
  background-color: #fff;
}

table.tabelleFlaechen tr:nth-child(odd) td {
  background-color: #ececed;
}

table.tabelleFlaechen td {
	position:relative;
}
table.tabelleFlaechen tr td:first-child{

}

.icon-x {
  width: 35px;
  height: 35px;
  position: absolute;
  z-index: 1000000;
  top: -2px;
  left:18px;
  	background-image: url(../img/icon-x.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 35px 35px;
	
}


/* ---------- Haupt Divs ------------- */

#containerAussen{
	width: 100%;
	min-width:320px;
	position:relative;
	margin: 0 auto;
	/* overflow-x: hidden;  wegen Mobil Menu 
		max-width:1700px;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.4); 
	*/
}
 

.containerRahmen{
	width: 100%;
	position:relative;
	text-align:center;
} 


.container{
	width: 920px;
	max-width: 85%;
	min-width:300px;
	text-align:left;
	margin: 0 auto;
} 

.containerSmall{
	width: 750px;
	max-width: 80%;
	min-width:300px;
	text-align:left;
	margin: 0 auto;
} 

.containerBreit{
	width: 990px;
	max-width: 90%;
	min-width:300px;
	text-align:left;
	margin: 0 auto;
}


.containerGrau{
	background: #b5b5b5;
	color: #fff;
}

.containerHellgrau{
	background: #efefef;
}  


.containerBackground{
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position: relative;
}

.containerBackgroundParallax{
	min-height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	position: relative;
	background-attachment: fixed;
}

.containerBackgroundFlaeche {
	background: rgba(0, 0, 0); /* Fallback */
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
}

.containerHeaderEvent{
	width: 100%;
	height: 60vh;
}




/* ---------- spalten ------------- */



.spalteDrittel{
	width: 33.33%;
	float: left;
}
.spalteZweidrittel{
	width: 66.66%;
	float: left;
}

.spalteHalb{
	width: 50%;
	float: left;
}

.spalteVoll{

}

.spalteViertel{
	width: 25%;
	float: left;
}

.spalteDreiviertel{
	width: 75%;
	float: left;
}


.spalteFuenftel{
	width: 20%;
	float: left;
}

.spalteSechstel{
	width: 16.5%;
	float: left;
}




.spaltenInnen{
	margin-bottom: 20px;

}


.spalteInnenHalbLinks{
	width: 34%;
	float: left;
}

.spalteInnenHalbRechts{
	width: 59%;
	float: right;
}

.spaltePadding{
	padding: 0px 15px;
}



.noMargin{
	margin: 0 !important;
}





/* ---------- Header ------------- */


#headerRahmen {
	width: 100%;
	height: 110px;
	position: fixed;
	z-index: 550;
	background: rgba(255, 255, 255); /* Fallback */
	background-color: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
}

.abstandHeader {
	padding-top: 110px;
}

.containerHeader {
	height:100%;
}


.spalteHeaderLogo {
	width: 150px;
	padding-top: 15px;
	float:left;
}

.spalteHeaderNav {
	height:100%;
	width: calc(100% - 150px);
	float:right;
}

.containerHeaderImage{
	height: 40vh;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
}



#mainWrapper{
	padding-top: 110px;
}



/* ---------- Logo  ------------- */


#headerLogo {
	width: 150px;
}


#headerLogo img {
	width: 100%;
	height: auto;
	display:block;
}





/* ---------- Header Streifen ------------- */

.streifenRahmen{
	width: 100%;
	position: relative;
} 

.streifenText{
position:absolute;
z-index: 10;		
left: 150px;
bottom: 150px;
text-align:left;				
} 


.streifenText p{
color: #fff;
font-size: 1.2rem;
line-height:1;
padding: 5px 10px;
display:inline-block;		
}

.streifenText p.streifenHeadline{
font-size: 1.4rem;
background-color: #b02033;
margin-bottom: 20px;
			
} 


.streifenText p.streifenSubheadline{
font-size: 1.2rem;
background-color: #676767;
margin-bottom: 0px;
			
} 




/* ------ Produkte -------- */


.spalteProdukte{
	padding:15px;
}


.produkteRahmen{
	background-color: #b02033;
	color: #fff;
	padding: 30px 15px;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.4);
box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.4);
}
.produkteImage{
	width: 60px;
	height: auto;
	margin: 0 auto;
	padding-top: 10px;
}

.produkteName{
	padding-top: 5px;
}
.produkteName h3 {
	font-size: 1.1rem;
	line-height: 1.1;
	color: #fff;
	padding-bottom: 5px;
	text-transform:uppercase;
}


.produkteBeschreibung{
	font-size: 0.9rem;
	padding:10px;
	padding-top: 20px;
}




/* ------ Arten -------- */


.spalteArten{
	padding:15px;
}


.artenRahmen{
	background-color: #747271;
	color: #fff;
	text-align:left;
}


.artenName{
background-color: #b02033;
	color: #fff;
	padding: 30px 10px;
	text-align:center;
}
.artenName h3 {
	font-size: 1rem;
	line-height: 1.1;
	color: #fff;
	padding-bottom: 0px;
	text-transform:uppercase;
}


.artenBeschreibung{
	font-size: 0.85rem;
	line-height: 1.6;
	padding: 30px 20px;
	background-color: #585757;
	min-height: 400px;
}

.artenVorteile{
	font-size: 0.9rem;
	line-height: 1.6;
	padding: 30px 20px;
}

.artenVorteile ul{
margin:0;
padding: 0;
}

.artenVorteile li{
margin:0;
padding-left:20px;
margin-left: 0px;
padding-bottom: 10px;
position: relative;
}

.artenVorteile li:before {
    content: "✓";
    position: absolute;
	left:2px;
	top: 5px;
	font-size:11px;
}


.artenLink{
	padding-top: 20px;
}



/* ------ Downloads -------- */

.spalteDownloads{
	padding:15px;
}


.downloadRahmen{
	background-color: #b02033;
	color: #fff;
	padding: 30px 15px;
}
.downloadImage{
	width: 60px;
	height: auto;
	margin: 0 auto;
	padding-top: 10px;
}

.downloadName{
	padding-top: 5px;
}
.downloadName h3 {
	font-size: 1rem;
	line-height: 1.1;
	color: #fff;
	padding-bottom: 5px;
	text-transform:uppercase;
}


.downloadBeschreibung{
	font-size: 0.9rem;
	padding:10px;
	padding-top: 20px;
}

.downloadLink a{
	color: #fff;
}


/* ---------- netzwerk ------------- */

img.logoLinkedin{
	width: 35px;
}



/* ---------- map ------------- */

#mymap {
  pointer-events: none;
}
  
  
  
  


/* ---------- Logos ------------- */

.containerLogos{
	
}

.containerLogos h3{
	font-size: 1rem;
	padding-bottom: 10px;
	
}


.spalteLogo{
	padding: 10px 10px;
	text-align:center;
}

.spalteLogo img{
	width: 150px;
	text-align:center;
}



/* ------ Footer  -------- */



#footer{
    width: 100%;
}



/* ------ Footer Widgets -------- */

.footerWidget{
	background-color: #fff;
	border: 2px solid #b02033;
	color: #585757;
	
	position:absolute;
	width: 33.33%;
	right: 0px;
	top: -130px;
	
	
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.4);
box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.4);

font-size: 0.9rem;
text-align: left;
padding:20px;
padding-top: 110px;

	background-image: url(../img/logo-biotech-austria.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	background-size: 130px auto;
	
	
}

.footerWidget h3{
	color: #585757;
font-size: 1.1rem;
padding-top:10px;
padding-bottom:10px;
display:none;
}


.footerWidget p {
	  padding-bottom:10px;
	  display: block;
}

.footerWidget p:before, .footerWidget p:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; 
}
.footerWidget p:after {
      clear: both; 
}



.footerWidget img{
	width:30px;
	float: left;
	vertical-align:middle;
	display: inline-block;
}

.footerWidget span{
	float: left;
	margin-left: 10px;
	padding-top: 5px;
	display:inline-block;
}



.footerWidget a{
	color: #585757;
	text-decoration: none;
}


/* ---------- Footer ------------- */



.abstandFooter{
	padding-top: 50px;
	padding-bottom: 50px;
}



#footerNav{
    width: 100%;
	color: #fff;
	background-color: #585757;
	padding-top: 0px;
	padding-bottom:0px;
}

.spalteFooterNav{
	padding:15px;
}

.spalteFooterNav h3{
	color: #fff;
	font-size: 1.1rem;
	padding-bottom: 15px;
}


.footer-menu li{
margin:0;
padding-left:20px;
margin-left: 0px;
position: relative;
}

.footer-menu li:before {
    content: ">";
    position: absolute;
	left:0px;
	top:5px;
}

.footer-menu li a{
	color: #fff;
	text-decoration:none;
	padding: 5px 0px;
	display:block;
}

.footer-menu li a:hover{
	color: #ccc;
}



.footer-menu-unten li{
margin:0;
padding: 0;
padding-left:0px;
padding-right:10px;
margin-left: 0px;
position: relative;
display:inline;
}

.footer-menu-unten li:before {
    content: "|";
    position: relative;
	display:inline;
	padding-right: 10px;
}

.footer-menu-unten li:first-child:before {
	display:none;
}

.footer-menu-unten li a{
	color: #fff;
	text-decoration:none;
	padding: 5px 0px;
	display: inline;
}
.footer-menu li a:hover{
	color: #ccc;
}


.spalteFooterLogo{
	text-align: right;
}
.spalteFooterLogo img{
	width: 35px;
}






/* --------- projekte / News Liste ------- */



.listitem {
	text-align: center;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	font-size: 0.9rem;
	line-height:1.3;
}


.listitem p{
	padding-bottom: 10px;
}

.spalteListitem {
	position: relative;
	padding: 13px;
	
}

.spalteListitem  img {
	width: 100%;
	height: auto;
	display:block;
}



.sliderObjekt{
	position: relative;
	height:350px;
	overflow:hidden;	
}


.spalteListitemText {
	font-size:0.9rem;
	
}

.listitemRahmen {
	border: 1px solid #676767;
	background-color: #fff;
	padding: 20px;
	height: 99%;
}


.listitemRahmen h3{
	color: #b02033;
	font-size:1.1rem;
}


/* --------- Mitarbeiter ------- */

.containerMitarbeiter{
	
}

.mitarbeiterImage{
	padding: 15px;
}

.mitarbeiterImage img{
	-webkit-border-radius: 30px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 30px;
-moz-border-radius-topleft: 0;
border-radius: 30px;
border-top-left-radius: 0;
}


.mitarbeiterText{
	padding: 15px;
	font-size: 0.9rem;
	
}
.mitarbeiterText h3{
	font-size: 1.1rem;
	color: #b02033;
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
	margin-bottom:10px;
}

.mitarbeiterFirma{
	padding-bottom: 0px;
}

.mitarbeiterPosition{
	padding-bottom: 10px;
	color: #b02033;
}

.mitarbeiterKontakt{
	padding-bottom: 10px;
	color: #b02033;
}



.mitarbeiterLinkedin{
	position:absolute;
	right:20px;
	top: 17px;

}

.mitarbeiterLinkedin img{
	width:25px;
}





/* --------- Mitglieder  ------- */

.containerMitglieder{
	
}

.mitgliederImage{
	padding: 15px;
}

.mitgliederImage img{

}


.mitgliederText{
	padding: 15px;
	font-size: 0.9rem;
	
}
.mitgliederText h3{
	font-size: 1.2rem;
	color: #b02033;
	padding-top: 0px;
	padding-bottom: 10px;
}

.mitgliederOrt{
	font-size: 1.1rem;
	padding-bottom: 3px;
}

.mitgliederSchlagwoerter{
	padding-bottom: 3px;
	color: #b02033;
}

.mitgliederKontakt{
	padding-bottom: 10px;
	color: #b02033;
	text-transform: uppercase;
	font-size: 0.9rem;
}

.mitgliederKontakt a{
	color: #b02033;
	display:inline-block;
	padding-right: 20px;
	font-weight: 400;
}

.mitgliederLinkedin{
	position:absolute;
	right:20px;
	top: 17px;

}

.mitgliederLinkedin img{
	width:25px;
}


/* --------- News / Events Archiv  ------- */

.containerNews{
	
}

.newsImage{
	padding: 15px;
}

.newsImage img{

}


.newsText{
	padding: 15px;
	font-size: 0.9rem;
	
}
.newsText h3{
	font-size: 1.2rem;
	color: #b02033;
	padding-top: 0px;
	padding-bottom: 10px;
}



.containerNews iframe{
	width:100% !important;
	height: 400px !important;
	
}


.video{
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.video iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}



/* sticky icons */

.sticky_icons {
    position: fixed;
    display:block;
    top: 50%;
    right: 0px;
    padding: 0px;
    margin:0;
    margin-top: -77px;
    z-index: 99999;
    text-align:right;
}


a.sticky_icon_link {
    display:inline-block;
    width: 55px;
    text-align:center;
    margin: 4px 0px;
    padding: 4px 0px;
    background-color: #b02033;
    color: #fff;
    text-decoration: none;

    -webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;

box-shadow: -3px 0px 6px 0px rgba(0,0,0,0.6);
-webkit-box-shadow: -3px 0px 6px 0px rgba(0,0,0,0.6);
-moz-box-shadow: -3px 0px 6px 0px rgba(0,0,0,0.6);

    font-size: 32px;
    line-height: 42px;
    height:55px;
 	transition: all 0.5s;   
}

a.sticky_icon_link:hover{
    width: 65px;
	color: #000;
}

a#sticky_icon_envelope {
    font-size: 26px;
}

a#sticky_icon_phone {
    font-size: 29px;
}

a#sticky_icon_marker {
    font-size: 29px;
}





/* ---------- Event Widget ------------- */

.eventWidgetRahmen{
	width: 350px;
	padding: 20px;
position:absolute;
z-index: 10;		
left: 0px;
bottom: 0px;
text-align:left;
color: #fff;
	background: #932335;
	background-color: rgba(147, 36, 54, .8);
} 

.eventWidgetText{
				
} 

h2.tribe-events-widget-events-list__header-title {
	color: #fff;
	font-size: 1rem;
	display:block;				
} 


.tribe-common h3 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	display:block;	
		font-weight:600;			
} 
a.tribe-events-widget-events-list__event-title-link {
	color: #fff;
}



.tribe-events-widget-events-list__events .tribe-common-g-row {
    display: block !important;
}



.tribe-events-widget-events-list__events  a.button, .tribe-events-widget-events-list__view-more a.button {
    text-align: center;
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    padding: 7px 10px;
    text-decoration: none;
    vertical-align: text-top;
    color: #fff;
    font-weight: 400;
    background-color: transparent;
    border: 1px solid #fff;
	margin-top: 10px;
}



/* ------ Tribe Events List Page -------- */


/* hervorgehoben Icon */
.tribe-events-widget-events-list__event-datetime-featured-icon, .tribe-events-calendar-list__event-datetime-featured-icon, .tribe-events-calendar-list__event-datetime-featured-text{
	display:none !important;
}


.eventlistRahmen {
	background-color: #ccc;
}



.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-bottom: 0px;
    padding-top: 0px;
    min-height: 100px;
}

.tribe-events-header {
	display: none !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event {
    flex-direction: row;
    justify-content: flex-end;
}



.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
    margin-bottom: 0 !important;
    width: 25% !important;
	padding-left: 15px !important;
padding-right: 15px !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
    width: 75% !important;
	padding-left: 15px !important;
padding-right: 15px !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description {
    margin-top: 16px;
	margin-bottom: 16px;
}


.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row {
    margin: 30px 0px !important;
	padding-bottom: 30px;
	border-bottom: 1px solid #666;
}

.tribe-events .tribe-events-calendar-list__event-row {
    flex-wrap: nowrap;
    margin: 30px 0px !important;
	padding-bottom: 30px;
	border-bottom: 1px solid #666;
}



.tribe-events .tribe-events-c-ical {
	display: none;
}




/* ------ mehrere Teilnehmer Sidebar ausblenden -------- */

.event-tickets .tribe-tickets__rsvp-ar-sidebar {
	display: none !important;
}
.event-tickets .tribe-tickets__rsvp-ar-form-wrapper {
  width: 100% !important;
}






/* ------ Single Page -------- */



#tribe-events-pg-template {
    margin: 0 auto;
    max-width: 100% !important;
    padding: 0px !important;
}


.tribe-events-schedule h2 {
	font-size: 1.3rem;
}

.tribe-events-single > .tribe_events {
    display: flex;
    flex-wrap: wrap;
}

.tribe-events-meta-group {
  flex: 1 0 200px;
}


.tribe-events-cal-links {
    margin-top: 40px;
	margin-bottom: 40px;
}


.event-tickets .tribe-tickets__rsvp-availability {
	display:none;
}




/* ------ Button -------- */

.tribe-events-cal-links .tribe-events-gcal, .tribe-events-cal-links .tribe-events-ical, .event-tickets .tribe-tickets__rsvp-actions .tribe-common-c-btn, .event-tickets .tribe-tickets__rsvp-form-button, .tribe-common button {
   text-align: center;
	display: inline-block;
    font-size: 1rem;
	line-height: 1;
	padding: 7px 10px;
	text-decoration: none;
	vertical-align:text-top;
	color: #b02033;
	font-weight: 400;
	background-color: #fff;
	border: 1px solid #b02033;
}


.tribe-events-back {
    margin-top: 40px;
}



.text-tribe-infos {
	font-size: 0.9rem;
	padding: 20px;
	border: 1px solid #666;
	width: 70%;
}


/* ------ Text über reservieren Button -------- */
.event-tickets .tribe-common-h6--min-medium {
	display: none;
}



/* ------ Tickets -------- */

.event-tickets .tribe-tickets__rsvp-attendance {
    display: none !important;
}


.event-tickets .tribe-tickets__rsvp-form-button--cancel {
    color: #5d5d5d;
	border: 1px solid #5d5d5d;
}

.event-tickets .tribe-tickets__rsvp-form-button {
    width: auto;
}

.tribe-link-view-attendee {
	display: none;
}

.tribe-common .tribe-common-form-control-checkbox, .tribe-common .tribe-common-form-control-radio {
    display: block;
}






/* ------ counter -------- */


.spalteZahlen{
	padding: 0px 6%;
}


.countBlock{
	width: 100%;
	height: auto;
	position:relative;
}
.countBlock img{
	width:100%;
	height:auto;
	display:block;
}
.countBlockInnen{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	bottom:0px;
	z-index:100;
	color:#b02033;
	text-align: center;
}

.countZahl{
	font-weight:600;
	font-size:5rem;
	line-height:1;
  position: absolute;
  top: 50%;
  width: 100%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align:center;
}
.countKategorie{
	padding-top: 30px;
	font-weight:600;
	font-size:1.3rem;
	line-height:1;
	text-transform: uppercase;
	text-align: center;
}

.countLink{
	padding-top: 20px;
	text-align: center;
	color: #fff;
}

.countLink a{
	color: #fff;
	text-decoration:underline;
}


/* AR Forms */


.ar_main_div_100 .top_container label.arf_main_label{
    color: #b02033 !important;
}


/* Checkbox */
.ar_main_div_100 .arf_checkbox_style label,  .arf_checkbox_style label{
    font-size: 15px !important;
    font-weight: 400 !important;
}

/* HTML Feld Beschreibung */
.ar_main_div_100 .arfmainformfield .arf_htmlfield_control {
   font-size: 14px;
   font-weight: 400;
}

.ar_main_div_100 div.help-block, .ar_main_div_100 div.arf_field_description {
    text-align: left  !important;
}

/* Titel */
.ar_main_div_100 .formtitle_style {
	display:none;
}




.brand-div, .brand-div a {
	display:none !important;
	opacity: 0 !important;
	width:1px !important;
	height: 1px !important;
	overflow: hidden;
}


