/* =============================================================================
 * body
 * ========================================================================== */

body {
	color: rgb(110,109,109);
	font-family: sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 400;
}

.nogutter .row {
    margin-right:0;
    margin-left:0;
}

.nogutter .row > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

/* =============================================================================
 * headlines
 * ========================================================================== */

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
	line-height: 1.3;
	font-weight: 700;
	font-family: sans-serif;
}

h1 {
	margin-top: 0px;
	font-weight: 700;
	font-size: 58px;
	text-align: center;
	color: #191B1D;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 21px;
}

h5 {
	font-size: 19px;
}

h6 {
	font-size: 17px;
}


/* =============================================================================
 * logo
 * ========================================================================== */

.logo {
	position: relative;
	float: left;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	transition: All 0.6s ease;
	-webkit-transition: All 0.6s ease;	
	padding: 10px 0;
}



/* =============================================================================
 * fix-wrapper
 * ========================================================================== */

#top-wrapper {
    width: 100%;
    z-index: 1000;
    position: relative;
    transition: all 0.3s ease 0s;
    top: 0px;
}


/* =============================================================================
 * header
 * ========================================================================== */

#header {
	width: 100%;
	top: 0px;
	left: 0;
	z-index: 1;
	position: relative;	
	min-height: 80px;
}

#header .inside {
	padding-left: 40px;
	padding-right: 40px;
}

/* =============================================================================
 * Navigation
 * ========================================================================== */

.header-light .navbar-nav > li > a {
	display: flex;
	align-items: center;
    margin: 40px 5px 20px;
	padding: 0;
    color: #fff;
	overflow: hidden;
	text-align: center;
}

.header-light .navbar-nav > li > a span {
	padding: 10px 15px;
}

.header-light .nav > li > a:hover, .header-light .nav > li > a:focus, .header-light .nav > li.active > a,
.nav > li > a:hover, .nav > li > a:focus, .nav > li.active > a {
    text-decoration: none;
    background: none;
    color: #fff;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: #337ab7;
}

.header-dark .navbar-nav > li > a {
    padding-top: 40px;
    padding-bottom: 20px;
    margin: 0 5px;
    color: #000;
}

.mainmenu {
    overflow: visible !important;
    float: right;
    display: none;
}

#mobileNaviTriggerWrap {
  position: relative;
  display: inline-block;
  float: right;
  margin-top: 20px;
}

#invisible {
  display: none;
}
#hamburger {
  box-sizing: border-box;
  display: block;
  width: 50px;
  height: 40px;
  z-index: 2;
}
#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #fff;
  content: '';
  display: block;
  width: 50px;
  height: 5px;
  position: absolute;
  left: 0px;
}
#hamburger:before {
  top: 0px;
}
#hamburger span {
  top: 15px;
}
#hamburger:after {
  top: 30px;
}
#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity, background;
  transition-property: transform, top, bottom, left, opacity, background;
}
#header.header-dark #hamburger:before,
#header.header-dark #hamburger:after,
#header.header-dark #hamburger span {
    background: #000;
}


/* =============================================================================
 * Slider
 * ========================================================================== */



.slick-dots {
  bottom: 0px;
}
.slick-dots li button::before {
  font-size: 16px;
}
.slickSliderSingle {
  position: relative;
}
.slickSliderContent {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.slickSliderContent {
  max-width: 100%;
}
.slickSliderContent header {
  font-size: 50px;
  line-height: 50px;
  color: #ffffff;
  text-shadow: 0 0 5px #000000;
}
.slickSliderTeaser {
  display: none;
}
.slickSliderContent a{
	background: #FFDA01;
	padding: 5px 40px;
	color: #fff;
	line-height: 10px;
	display: inline-block;
	border-radius: 3px;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev::before, .slick-next::before {
    font-family: 'Glyphicons Halflings';
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-next::before {
    content: "\e258";
}

.slick-next {
    right: 18px;
}

.slick-prev::before {
    content: "\e257";
}

.slick-prev {
    left: 18px;
    z-index: 1;
}

/* =============================================================================
 * contentwrapper
 * ========================================================================== */

#contentwrapper {
	background: rgb(255,255,255);
}

#contentwrapper .csc-gap{
	padding: 0 40px;
	
}

#contentwrapper .csc-gap p{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	
	-webkit-columns: 2;
	     -moz-columns: 2;
	          columns: 2;
	  -webkit-column-gap: 50px;
	     -moz-column-gap: 50px;
	          column-gap: 50px;
	
}



/* =============================================================================
 * Footer
 * ========================================================================== */

#footer{
	padding: 50px 0;
	color: #fff;
	font-size: 15px;
}

.footer{
	background: #000;
}

#footernav {
	background: #fff;
	font-size: 0.9em;
	padding: 10px 0;
}

.footer {
	background:#ffffff;
	color: crimson;
	padding: 0px 0px 50px;
}

.footer .footer_logo {
	text-align:center;
	padding:30px 0;
}

.footer .footer_logo p {
	padding:10px 0;
	font-weight:bold;
	letter-spacing:1px;
}

.form-allowed-tags {
	display:none !important;
}

.copyright{
	text-align: center;
	color: #fff;
	font-size: 11px;
}

.copyright a{
	color: #fff;
}

.copyright #social-icons {
	text-align: center;
}
.copyright #social-icons .social-icon {
	-webkit-border-radius: 50%;
	-moz-border-radius:  50%;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 1;
	display: inline-block;
	float: none;
	margin: 0px 5px 30px 0px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	transition: all 0.2s ease 0s;
	font-size: 1.4em;
}

.copyright #social-icons .social-icon.facebook:hover {
    background-color: #3B5998;
}

.copyright #social-icons .social-icon.twitter:hover {
    background-color: #8AD3E1;
}

.copyright #social-icons .social-icon.youtube:hover {
    background-color: #D84825;
}

.copyright #social-icons .social-icon.googleplus:hover {
    background-color: #FA6142;
}

@media screen and (max-width: 480px) {
    .ch_workhours-wrapper .ch_workh-item .ch_workhours-day {
        font-size: 20px;
        padding-bottom: 5px;
        text-align: center;
    }
    .ch_workhours-wrapper .ch_workh-item .ch_workhours-dots {
        display: none;
    }
    .ch_workhours-wrapper .ch_workh-item .ch_workhours-hours {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 1px white dashed;
    }
}

@media screen and (max-width: 991px) {
    /* workaround for overflowing text in paralax dce on www.alfred-steiner.at */
    .col-md-6 .container-fluid {
        display: none;
    }
}

@media screen and (min-width: 768px) {
	.mainmenu {
	    display: block;
	}
	
	#mobileNaviTriggerWrap {
	  display: none;
	}
	
  .slickSliderTeaser {
    display: block;
    font-weight: 300;
    font-size: 26px;
    line-height: 30px;
    color: #ffffff;
    text-shadow: 0 0 5px #000000;
    margin: 10px;
  }
  .slickSliderContent {
    max-width: 700px;
    left: 20px;
    bottom: 20px;
  }
  .slickSliderContent header {
    font-size: 34px;
    line-height: 70px;
    color: #ffffff;
    text-shadow: 0 0 15px #000000;
  }
  .slickSliderContent a{
  	line-height: 52px;
  }
  
}

@media screen and (min-width: 1024px) {
  #top-wrapper {
    position: fixed;
  }
  #mainNavi {
    display: block;
    order: 2;
    flex-grow: 1;
  }
  
  .slickSliderContent {
    left: 30px;
    bottom: 30px;
  }
  .slickSliderTeaser {
    font-size: 16px;
    line-height: 20px;
  }
  .slickSliderContent header {
    font-size: 36px;
    line-height: 40px;
  }
  
  
}
