/* Zentrales CSS-Stylesheet */
/*@cimport url('https://fonts.googleapis.com/css?family=Saira+Semi+Condensed:400,600');*/

@import url("https://dev.vignold.com/fileadmin/scripts/ssk/css/social-share-kit.css");
/* CSS-Dateien importieren */
/* Basisgestaltung und Layouts */
@import url("layout.css");
/* Navigationen */
/**@import url("navigationmobilfunk.css");
/* Inhalte in main Content */
/**@import url("contentmobilfunk.css");
/* Formulare */
/**@import url("forms.css");
/* Slider */
/**@import url("slider.css");
/* Druckversion */
/*@import url("print.css");*/

#p1 {
/*    background-color: #FFFFFF; */
  background-image: url("/fileadmin/images/Startbilder/essen-skyline-1920px.jpg")!important
  }
  
.fixed-top, .navbar-mainnavigation.navbar-fixed-top {
	opacity: 0.9;
}


.carousel-item {
  background-color: white;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0%;
    padding-right: 0%;
  }

/** Typografie ***/
body, .htmlarea-content-body {
   font-family: "Saira Semi Condensed", "Helvetica Neue",Helvetica,Arial,sans-serif;
  xfont-size:100%;
  font-display: swap;
}    
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #000;
    font-family: "Saira Semi Condensed", "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-display: swap;
  }
h1  {
    color: #fff;
	font-size:1px;
 }  

.dropdown-item.active, .dropdown-item:active,
.dropdown-item.hover, .dropdown-item:hover
 {
  background-color: #329D3F;
  color: white;
}

.carousel {
	margin-left: -20px;
	margin-right: -20px;
	xmax-height: 480px;
	xwidth: auto;
}


/* theme-132509cf0f836df36614da2bbae5bde791f5512a8e23e59067aff1e445b99e12.css | https://dev.vignold.com/typo3temp/assets/bootstrappackage/css/theme-132509cf0f836df36614da2bbae5bde791f5512a8e23e59067aff1e445b99e12.css?1655665347 */

.frame-header {
  /* margin-bottom: 1rem; */
  margin-bottom: 0rem;
}

  h3, .h3 {
    /* font-size: 1.5rem; */
    font-size: 1.25rem;
  }

@font-face {
    font-family:'Saira Semi Condensed';
    font-style: normal;
    font-weight: 400;
    src: 
      url('../Fonts/SairaSemiCondensed-Regular.ttf') format('truetype');
}
@font-face {
    font-family:'Saira Semi Condensed';
    font-style: normal;
    font-weight: 600;
    src: 
      url('../Fonts/SairaSemiCondensed-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 600;
	src: 
		url('../Fonts/glyphicons-halflings-regular.ttf') format('truetype'); 
    }
	

.glyphicon {
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.glyphicon-search::before {
  content: "\e003";
}

.glyphicon-earphone:before{
	content:"\e182"
}
	
.glyphicon-envelope::before {
  content: "\2709";
}