@charset "utf-8";

/* Fonts */

@font-face {
	font-family: Xenois Sans Pro;
	font-weight: 100;
	src: url(../fonts/XenoisSansPro-Regular.ttf) format("truetype"), url(../fonts/XenoisSansPro-Regular.woff) format("woff"), url(../fonts/XenoisSansPro-Regular.eot) format("eot");
}

@font-face {
	font-family: Xenois Sans Pro;
	font-weight: 600;
	src: url(../fonts/XenoisSansPro-Bold.ttf) format("truetype"), url(../fonts/XenoisSansPro-Bold.woff) format("woff"), url(../fonts/XenoisSansPro-Bold.eot) format("eot");
}

/* Basic-CSS */

* {
	box-sizing : border-box;
}

html, body {
	margin : 0;
	padding : 0;
	overflow-x: hidden;
	font-family: Xenois Sans Pro;
	font-weight: 100;
	-webkit-font-smoothing: antialiased !important;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	background: #FFFFFF;
}


details:hover {
    cursor: help;
}

.noshow{display: none;}

.text-left{text-align: left;}
.text-center{text-align: center;}
.text-right{text-align: right;}

.nopadding {padding: 0 !important; margin: 0 !important;}

a{color: #ca8800;}
a:hover, a:focus {color: #ca8800; }
a:active {color: #ca8800; }
a:link, a:hover{text-decoration: none !important;}

.telmail {display: inline-block; width: 3.8em;}

.text-red, .text-red p, p.text-red, .text-red a, a.text-red{color: #e30613;}
.text-white, .text-white p, p.text-white, .text-white a, a.text-white{color: #FFFFFF;}
.text-grey, .text-grey p, p.text-grey, .text-grey a, a.text-grey{color: #575651;}


.bg-red{background: #e30613 !important;}
.bg-white{background: #FFFFFF !important;}
.bg-grey{background: #efeeee !important;}

strong, bold{

}

p{
	font-family: Xenois Sans Pro;
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	color: #3c3c3b !important;
}

h1{
	font-family: Xenois Sans Pro;
	font-style: normal;
	font-weight: 700;
}

h2{
	font-family: Xenois Sans Pro;
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	text-transform: uppercase;
}

h3{
	font-family: Xenois Sans Pro;
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
}

h4{
	font-family: Xenois Sans Pro;
	font-style: normal;
	font-weight: 700;
}

h5{
	font-family: Xenois Sans Pro;
	font-style: normal;
	font-weight: 700;
}

h6{
	font-family: Xenois Sans Pro;
	font-style: normal;
	font-weight: 700;
}

hr{
	border-top: 1px solid #3c3c3b;
}

/* Buttons */

.btn{
	padding: 13px 16px 13px 16px;
	font-family: Xenois Sans Pro;
	font-weight: 600;
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px;
}

.btn-isowa {
  color: #FFFFFF !important;
  background-color: #e30613;
  border-color: #FFFFFF;
  border-radius: 0px !important;
  white-space: normal !important;
}

.btn-isowa:hover,
.btn-isowa:focus,
.btn-isowa:active,
.btn-isowa.active,
.open .dropdown-toggle.btn-isowa {
  color: #e30613 !important;
  background-color: #FFFFFF;
  border-color: #e30613;
}

.btn-isowa:active,
.btn-isowa.active,
.open .dropdown-toggle.btn-isowa {
  background-image: none;
}

.btn-isowa .badge {
  color: #e30613;
  background-color: #FFFFFF;
}



/* Header-CSS */


.img-head-logo{
	max-width: 315px;
	margin: 50px auto 50px auto;
}

/* Navigation-CSS */

.navbar{
	min-height: 50px !important;
	border-radius: 0px !important;
	margin-bottom: 0px !important;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

/* Mobile-Menü */

.navbar-toggle {
    background-color: #001c48;
    background-image: none;
    border: solid 1px #fceb0f;
    border-radius: 0 !important;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 12px 10px;
    position: relative;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background-color: #1f73ba !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fceb0f;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fceb0f;
}

.navbar-toggle .icon-bar {
    border-radius: 0px;
    display: block;
    height: 4px;
    width: 25px;
}

/* Desktop-Menü */

.navbar-default {
    background-color: #FFF;
    border: 0px !important;
	position: relative;
}

ul.navbar-nav {
    margin-bottom: 25px;
    margin-top: 53px;
    margin-left: 30px;
}

.navbar-nav li {
    margin-left: 5px;
    margin-right: 5px;
}

.nav.navbar-nav li a {
	position: relative;
	display: block;
	padding: 10px 5px 10px 5px;
	font-family: Xenois Sans Pro;
	font-weight: 600;
	font-size: 18px;
	color: #575651;
	text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color: #575651 !important;
}

.navbar-default ul.nav.navbar-nav li.active a{
	color: #575651 !important;
}

.nav.navbar-nav li a:hover, .nav.navbar-nav li a:focus {
}


/* Slider */

.carousel{
	margin-bottom: 75px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
	height: auto;
    width: 100%;
    line-height: 1;
}

.carousel .carousel-inner img {
    display:block;
    object-fit: cover;
}


.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}


@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.carousel-control.right, .carousel-control.left {
    background-image: none !important;
}

.carousel-caption {
    position: absolute;
	bottom: 5%;
	left: 0px !important;
	right: 0px !important;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    text-shadow: none !important;
	padding-left: 0px !important;
	margin-left: 0px !important;
	padding-right: 0px !important;
	margin-right: 0px !important;
}

.carousel-caption .container{
	padding-top: 0px;
	font-family: Xenois Sans Pro;
	font-style: normal;
	font-weight: 700;
}

.carousel-caption .headline{
    font-size: 34px;
    line-height: 42px;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 45px;
}

.carousel-caption .subline{
	font-size: 56px;
    line-height: 58px;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 85px;
}

.carousel-caption p{
    font-size: 28px;
    line-height: 35px;
	text-transform: uppercase;
	color: #FFF !important;
	font-family: Xenois Sans Pro;
	font-style: normal;
	font-weight: 700;
}


.produkte-box {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 30px;
	min-height: 250px;
	margin-bottom: 30px;
	border-bottom: solid 5px #e30613;
	color: #a8a8a7;
	position: relative;
	background-image: linear-gradient(315deg, #c6c6c6 0%, white 35%)
}

.text-produkte-box {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
}

.bild-produkte-box {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 2;
}

.produkte-box p{
	color: #a8a8a7 !important;
}

.material-box {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 30px;
	min-height: 140px;
	margin-bottom: 30px;
}

.material-detail {
	background-color: #ffffff;
	padding: 15px;
	position: absolute;
	z-index: 1000;
	border: solid 1px #575651;
	border-radius: 10px
}

.material-box h4{
	color: #e30613;
}

.material-box h5{
	color: #e30613;
	text-transform: uppercase;
	margin: 0px;
	font-weight: 400;
}

.material-box p{
	font-size: 16px;
	line-height: 24px;
	color: #575651 !important;
}

.material-box ul{
	list-style-type: none;
	padding-left: 0px;
}

.material-box li{
	padding-bottom: 10px;
}

/* Content */


.content p{
	font-family: Xenois Sans Pro;
	font-style: normal;
	font-weight: 100;
	color: #3c3c3b !important;
	font-size: 18px;
}

.content h1{

}

.content h2{

}

.content h3{
	font-family: Xenois Sans Pro;
	font-style: normal;
	font-weight: 700;
	color: #e30613 !important;
	font-size: 18px;
	text-transform: uppercase;
}

.content h4{

}


.content ul{
	padding-left: 0px;
}

.content ul > li {
    display: block;
}

.content ul > li:before {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
	font-size: 18px;
	line-height: 28px;
    float: left;
    margin-top: 4px;
    color: #e30613;
	margin-right: 5px;
}

.content ul > li > strong{
	font-family: Xenois Sans Pro;
	font-style: normal;
	font-weight: 700;
	color: #e30613 !important;
	font-size: 24px;
	line-height: 36px;
	text-transform: uppercase;
}

.content ul > li > a > strong{
	font-family: Xenois Sans Pro;
	font-style: normal;
	font-weight: 700;
	color: #e30613 !important;
	font-size: 24px;
	line-height: 36px;
	text-transform: uppercase;
}

.box-margin{
	margin-top: 65px;
	margin-bottom: 15px;
	padding-top: 65px;
	padding-bottom: 65px;
}

.mgb45{
	margin-bottom: 45px;
}

.mgb65{
	margin-bottom: 65px;
}

.mgtb65{
	margin-top: 65px !important;
	margin-bottom: 65px !important;
}

.mgtb45{
	margin-top: 45px !important;
	margin-bottom: 15px !important;
}

.pdt65{
	padding-top: 65px;
}

.gruende h3{
	font-family: Xenois Sans Pro;
	font-style: normal;
	font-weight: 700;
	color: #3c3c3b !important;
	font-size: 18px;
	text-transform: uppercase;
}

.gruende p{
	font-family: Xenois Sans Pro;
	font-style: normal;
	font-weight: 100;
	color: #3c3c3b !important;
	font-size: 18px;
	line-height: 24px;

}

.grund-zahl{
	float: left;
	margin-right: 5px;
	margin-bottom: -11px;
	margin-left: -11px;
	margin-top: 8px;
}

.beschreibung-image{
	background-size: cover;
	height: 475px;
	background-repeat: no-repeat;
}

.beschreibung-box{
	background-color: rgb(60, 60, 60);
	text-align: center;
	padding: 15px;
	color: #FFFFFF !important;
	opacity: 0.8;
	color: #FFFFFF !important;
}

.beschreibung-titel{
	position: absolute;
	bottom: 45px;
	background-image: url(../img/isowa-linse.png);
	background-size: cover;
	background-position: right;"
}

.beschreibung-titel h2{
	font-family: Xenois Sans Pro;
	font-style: normal;
	font-weight: 700;
	color: #FFFFFF !important;
	font-size: 30px;
	line-height: 34px;
}

.beschreibung-titel h2 small{
	font-family: Xenois Sans Pro;
	font-style: normal;
	font-weight: 700;
	color: #FFFFFF !important;
	font-size: 15px;
	line-height: 34px;
}

.beschreibung-liste ul > li {

}

.beschreibung-liste ul > li {
    display: block;
    font-size: 10px;
    line-height: 14px;
    float: left;
    margin-top: 4px;
    color: #3c3c3b;
    margin-right: 5px;
    width: 95%;
}

.beschreibung-liste ul > li > p{
	font-family: Xenois Sans Pro;
	font-style: normal;
	font-weight: 100;
	color: #3c3c3b !important;
	font-size: 14px;
	line-height: 18px;
	text-transform: none;
	padding-left: 18px;
}

.beschreibung-liste ul > li:before {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 14px;
    line-height: 18px;
    float: left;
    margin-top: 0px;
    color: #3c3c3b;
    margin-right: 5px;
}

.beschreibung-box .zitat {
    font-family: Xenois Sans Pro;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
	color: #FFFFFF !important;
}

.beschreibung-box p{
    line-height: 18px;
}

.beschreibung-box > p > small{
	font-family: Xenois Sans Pro;
    font-weight: 100;
    font-size: 14px;
    line-height: 18px;
	color: #FFFFFF !important;
	display: inline-block;
	margin-top: 10px;
}

.statement p{
	font-family: Xenois Sans Pro;
	font-style: normal;
	font-weight: 100;
	color: #FFFFFF !important;
	font-size: 18px;
	line-height: 24px;
	text-transform: none;
}

.statement h3{
	font-family: Xenois Sans Pro;
	font-style: normal;
	font-weight: 700;
	color: #FFFFFF !important;
	font-size: 30px;
	line-height: 34px;
}

.statement .carousel-caption {
	top: 100px;

}

#statementslider.carousel{
	margin-bottom: 0px !important;
}

.ausblick-box{
	min-height: 250px;
}

.ausblick-box .ausblick-headline{
	position: absolute;
	bottom: 0px;
}

.ausblick-box .ausblick-headline h3{
	font-family: Xenois Sans Pro;
	font-style: normal;
	font-weight: 700;
	color: #FFFFFF !important;
	font-size: 30px;
	line-height: 34px;
	text-transform: uppercase;
}

.ausblick-rahmen:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    border-bottom: 4px solid #e3032f;
    transition: border-bottom 0.3s ease-in-out;
}

.ausblick-rahmen:hover:before {
    border-bottom: 95px solid rgba(227, 3, 47, 0.6);
}


/* Hashtag-Ausbildung */

#hashtag-ausbildung{
	margin-bottom: 85px;
}

.hashtag-ausbildung-content-box{
	padding: 20px;
    background: #FFFFFF;
    -webkit-box-shadow: 3px 3px 10px 2px rgb(0 0 0 / 50%);
    box-shadow: 3px 3px 10px 2px rgb(0 0 0 / 50%);
    margin-bottom: 30px;
    transition: box-shadow .2s;
    transition: transform .2s;
    min-height: 555px;
}

.hashtag-ausbildung-content-box h3{
	font-family: Xenois Sans Pro;
    font-style: normal;
    font-weight: 700;
    color: #e30613 !important;
    font-size: 18px;
    text-transform: uppercase;
}


.hashtag-ausbildung-text-box{
    display: -webkit-box;
	-webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
	max-height: 204px;
}

.hashtag-ausbildung-text-box p{
	font-family: Xenois Sans Pro;
    font-style: normal;
    font-weight: 100;
    color: #3c3c3b !important;
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
}

.hashtag-ausbildung-content-box .btn {
    padding: 5px 8px 5px 8px;
    font-family: Xenois Sans Pro;
    font-weight: 600;
    font-size: 12px;
    text-transform: none;
    margin-top: 15px;
    margin-bottom: 15px;
	position: absolute;
	bottom: 5px;
}






/* Footer */


.footer{
	padding-top: 48px;
	padding-bottom: 20px;
}

.footer, .footer p{
	font-family: Xenois Sans Pro;
	font-weight: 600;
	font-size: 18px;
	color: #575651;
	text-transform: uppercase;
}

.footer a  {
	position: relative;
	font-family: Xenois Sans Pro;
	font-weight: 600;
	font-size: 18px;
	color: #575651;
	text-transform: uppercase;
}










/* Responsive-Darstellung */
@media (max-width: 1399.98px) {
	.carousel-caption .headline{
		font-size: 34px;
		line-height: 42px;
		margin-bottom: 45px;
	}

	.carousel-caption .subline{
		font-size: 45px;
		line-height: 48px;
		margin-bottom: 40px;
	}

	.carousel-caption p{
		font-size: 25px;
		line-height: 30px;
	}

	.statement h2{
		font-size: 35px;
		line-height: 40px;
	}

	.statement p {
		font-size: 15px !important;
		line-height: 20px !important;
	}
}

@media (max-width: 1199.98px) {
	.carousel-caption .headline{
		font-size: 30px;
		line-height: 32px;
		margin-bottom: 35px;
	}

	.carousel-caption .subline{
		font-size: 35px;
		line-height: 38px;
		margin-bottom: 35px;
	}

	.carousel-caption p{
		font-size: 20px;
		line-height: 25px;
	}

	.statement h2{
		font-size: 32px;
		line-height: 36px;
	}

	.statement p {
		font-size: 12px !important;
		line-height: 16px !important;
	}

	.ausblick-box {
		min-height: 250px;
		margin-bottom: 15px;
	}

}

@media (max-width: 991.98px) {
	.carousel-caption .headline{
		display: none;
	}

	.carousel-caption .subline{
		font-size: 35px;
		line-height: 38px;
		margin-bottom: 35px;
	}

	.carousel-caption p{
		font-size: 15px;
		line-height: 20px;
	}

	.grund-zahl {
		float: left;
		margin-right: 10px;
		margin-bottom: -11px;
		margin-left: -11px;
		margin-top: 20px;
		max-width: 45px;
	}

	.statement h2{
		font-size: 26px;
		line-height: 30px;
	}

	.statement p {
		font-size: 11px !important;
		line-height: 12px !important;
	}

	#statementslider .carousel-caption {
		bottom: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media (max-width: 767.98px) {

	.box-margin{
		margin-top: 45px;
		margin-bottom: 45px;
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.mgb45{
		margin-bottom: 25px;
	}

	.mgb65{
		margin-bottom: 45px;
	}

	.mgtb65{
		margin-top: 45px !important;
		margin-bottom: 45px !important;
	}

	.mgtb45{
		margin-top: 25px !important;
		margin-bottom: 5px !important;
	}

	.pdt65{
		padding-top: 45px;
	}

	.carousel-caption {
		bottom: 10px;
		padding-bottom: 5px;
	}

	.carousel-caption .headline{
		display: none;
	}

	.carousel-caption .subline{
		font-size: 30px;
		line-height: 28px;
		margin-bottom: 18px;
	}

	.carousel-caption p{
		font-size: 20px;
		line-height: 22px;
	}

	.telefonbz, .mailbz{
		display: none;
	}

	.beschreibung-image{
		background-size: contain;
		height: 245px;
	}

	.content ul > li > strong {
		font-size: 15px;
		line-height: 36px;
	}

	.beschreibung-titel h2 {
		font-size: 20px;
		line-height: 20px;
		margin-top: 15px;
		margin-bottom: 10px;
	}

	.statement h2{
		font-size: 20px;
		line-height: 23px;
	}

	.statement p {
		display: none;
	}



}

@media (max-width: 575.98px) {
	.carousel-caption .subline{
		display: none;
	}

	.carousel-caption p {
		font-size: 14px;
		line-height: 20px;
	}

	.beschreibung-titel {
		top: 136px;
	}

	.beschreibung-titel {
		bottom: 45px;
		background-image: none !important;
		max-height: 63px !important;
		background-color: #e30613;
		width: 100%;
	}

	.beschreibung-titel h2 {
		font-size: 15px;
		line-height: 15px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.box-margin {
		margin-top: 25px;
		margin-bottom: 25px;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.content ul > li > strong {
		font-size: 14px;
		line-height: 35px;
	}

}
