@charset "utf-8";

@import url("../../../include/font-awesome/css/font-awesome.min.css");

/* Fonts */

    @font-face{
        font-family:"DIN Next W01 Light";
        src:url("../fonts/c74c6328-51c1-49c4-be9b-1edf2ba4f4a9.woff2") format("woff2"),url("../fonts/29ee7381-ef5b-4609-ade0-46d61d61d9dd.woff") format("woff");
    }
    @font-face{
        font-family:"DIN Next W01 Regular";
        src:url("../fonts/21633fa6-1990-48b9-99b4-c8b26d501fbe.woff2") format("woff2"),url("../fonts/9b336552-06ab-47a1-8681-4271cfcd8879.woff") format("woff");
    }
    @font-face{
        font-family:"DIN Next W01 Medium";
        src:url("../fonts/a95a6651-4c5c-49fb-adf3-ba8f3763ffd7.woff2") format("woff2"),url("../fonts/3804fd29-2a8f-48ab-93d9-5bc03a18c716.woff") format("woff");
    }
    @font-face{
        font-family:"DIN Next W01 Bold";
        src:url("../fonts/af9f1af3-6154-4b8a-9321-f75dfbd6aeed.woff2") format("woff2"),url("../fonts/4417d4ec-cee0-4144-9027-19bf45376a33.woff") format("woff");
    }
    @font-face{
        font-family:"DIN Next W01 Heavy";
        src:url("../fonts/26bf4e7a-c8ac-4401-9e5e-9f8bd33c717b.woff2") format("woff2"),url("../fonts/d7866488-bfad-4dae-a682-561f7bc1bc9d.woff") format("woff");
    }


/* Basic-CSS */

* {
	box-sizing : border-box;
}

html, body {
	margin : 0;
	padding : 0;
	overflow-x: hidden;
	font-family:"DIN Next W01 Regular";
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased !important;
	background: #FFFFFF;
	color: #3c3c3b;
	hyphens: none;
}

body{
	margin-top: 182px;
}

.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: #3c3c3b;}
a:hover, a:focus {color: #3c3c3b;}
a:active {color: #3c3c3b;}
a:link, a:hover{text-decoration: none !important;}

.telmail {display: inline-block; width: 1.4em;}
.nomobilenumber{display: none !important;}

.text-white, .text-white p, p.text-white, .text-white a, a.text-white{color: #FFFFFF;}
.text-lightgreen, .text-lightgreen p, p.text-lightgreen, .text-lightgreen a, a.text-lightgreen{color: #008d36d1d1;}
.text-darkgrey, .text-darkgrey p, p.text-darkgrey, .text-darkgrey a, a.text-darkgrey{color: #3c3c3b;}
.text-lightgrey, .text-lightgrey p, p.text-lightgrey, .text-lightgrey a, a.text-lightgrey{color: #dadada;}

.text-reset{
	text-transform: none;
}

td.captcha_expl{padding-left: 5px;}

.bg-white{background: #FFFFFF !important;}


strong, bold{
	font-family:"DIN Next W01 Medium";
}

p{
	font-family:"DIN Next W01 Regular";
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 28px;
	color: #3c3c3b !important;
	hyphens: none;
}

h1{
	font-family:"DIN Next W01 Heavy";
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 45px;
	line-height: 53px;
	hyphens: auto;
}

h2{
	font-family:"DIN Next W01 Heavy";
	font-style: normal;
	font-weight: 400;
	font-size: 34px;
	line-height: 38px;
	hyphens: auto;
}

h3{
	font-family:"DIN Next W01 Heavy";
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	hyphens: auto;
}

h4{
	font-family:"DIN Next W01 Heavy";
	font-style: normal;
	font-weight: 400;
	hyphens: auto;
}

h5{
	font-family:"DIN Next W01 Heavy";
	font-style: normal;
	font-weight: 400;
	hyphens: auto;
}

h6{
	font-family:"DIN Next W01 Heavy";
	font-style: normal;
	font-weight: 400;
	hyphens: auto;
}

/* Buttons */

._df_button, ._df_thumb, ._df_custom {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  cursor: pointer;
}



.btn{
	float: right !important;
	padding: 13px 36px 13px 36px;
	font-family:"DIN Next W01 Regular";
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	white-space: normal !important;
    -webkit-box-shadow: 2px 3px 4px rgba(4, 4, 4, 0.5);
    -moz-box-shadow:    2px 3px 4px rgba(4, 4, 4, 0.5);
    box-shadow:         2px 3px 4px rgba(4, 4, 4, 0.5);
}

.btn-isl {
  color: #008d36d1 !important;
  background-color: #FFFFFF;
  border-color: #008d36d1;
  border-radius: 5px !important;
}

.btn-isl:hover,
.btn-isl:focus,
.btn-isl:active,
.btn-isl.active,
.open .dropdown-toggle.btn-isl {
  color: #FFFFFF !important;
  background-color: #008d36d1;
  border-color: #008d36d1;
}

.btn-isl:active,
.btn-isl.active,
.open .dropdown-toggle.btn-isl {
  background-image: none;
}

.btn-isl .badge {
  color: #FFFFFF;
  background-color: #008d36d1;
}

.btn-isl-start{
	float: left !important;
	padding: 10px 36px 10px 36px !important;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}

.btn-isl-left{
	float: left !important;
}

.btn-isl-center{
	float: none !important;
}

.btn-isl-right{
	float: right !important;
}

hr.isl-line {
    margin-top: 50px;
    margin-bottom: 50px;
    border: 0;
    border-top: 1px solid #505050;
}
.btn-margin {
    margin-right: 15px;
}



/* Formulare */

.form-group{
    display: inline-block;
    height: auto;
    margin-bottom: 2px;
    min-height: 35px;
    width: 100%;
}


.inputGroupContainer .input-group{
	width: 100%;
}

input[type=text] {
    padding:5px;
    border:1px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	width: 100%;
}

input[type=text]:focus {
    border-color:#333;
}

input[type=password] {
    padding:5px;
    border:1px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	width: 100%;
}

input[type=password]:focus {
    border-color:#333;
}


/* Header-CSS */

.img-head-logo{
	max-width: 100px;
	margin: 30px auto 30px auto;
    transition: 0.5s;
    -webkit-transition:  0.5s;
}

/* Navigation-CSS */

.navbar-default.navbar-fixed-top.fixed-isl-header {
    transition: 0.5s;
    -webkit-transition:  0.5s;
}

.navbar-default.navbar-fixed-top.fixed-isl-header .img-head-logo {
    max-width: 50px;
    margin: 15px auto 15px auto;
    transition: 0.5s;
    -webkit-transition:  0.5s;
}


.navbar-default.navbar-fixed-top.fixed-isl-header ul.navbar-nav {
    margin-top: 30px;
    transition: 0.5s;
    -webkit-transition:  0.5s;
}

.navbar-default.navbar-fixed-top.fixed-isl-header {
    transition: 0.5s;
    -webkit-transition:  0.5s;
}

.navbar-default.navbar-fixed-top.fixed-isl-header ul.navbar-nav {
    float: left !important;
    transition: 0.5s;
    -webkit-transition:  0.5s;
}

.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: #3c3c3b;
    background-image: none;
    border: solid 1px #FFFFFF;
    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: #3c3c3b !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #FFFFFF;
}

.navbar-toggle .icon-bar {
    border-radius: 0px;
    display: block;
    height: 4px;
    width: 25px;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* Desktop-Menü */

.navbar-default {
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 5%, rgba(246,246,246,1) 87%, rgba(218,218,218,1) 100%);
}

ul.navbar-nav {
	margin-top: 75px;
    transition: 0.5s;
    -webkit-transition:  0.5s;
}

.navbar-default.navbar-fixed-top ul.navbar-nav {
    float: left !important;
    transition: 0.5s;
    -webkit-transition:  0.5s;
}

.navbar-nav li {
    margin-left: 8px;
    margin-right: 8px;
}

.nav.navbar-nav li a {
	position: relative;
	display: block;
	padding: 6px 13px 6px 13px;
	font-family:"DIN Next W01 Regular";
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	color: #3c3c3b;
	background: transparent !important;
	border-top: solid 2px transparent;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color: #008d36d1 !important;
	/* background: #008d36d1 !important; */
	border-top: solid 2px #008d36d1 ;
}

.navbar-default ul.nav.navbar-nav li.active a{
	color: #008d36d1 !important;
	/* background: #008d36d1 !important; */
	border-top: solid 2px transparent ;
}

.nav.navbar-nav li a:hover, .nav.navbar-nav li a:focus {

}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.navbar-nav li ul li {
    margin-left: 0px;
    margin-right: 0px;
}

.nav.navbar-nav li ul li a {
	position: relative;
	display: block;
	padding: 5px 45px 5px 15px;
    font-family: "DIN Next W01 Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
	color: #3c3c3b;
	background: #FFFFFF !important;
}

.navbar-default .navbar-nav > li > ul > li > a:hover, .navbar-default .navbar-nav > li > ul > li > a:focus, #islNav > ul > li.active.dropdown.open > ul > li > a:hover, #islNav > ul > li.active.dropdown.open > ul > li > a:focus{
	color: #FFF !important;
	background: #3c3c3b !important;
}

#islNav > ul > li.active.dropdown.open > ul > li > a{
	color: #3c3c3b !important;
	background: #FFFFFF !important;
}

#islNav > ul > li.active.dropdown.open > ul > li.active > a{
	color: #FFF !important;
	background: #3c3c3b !important;
}

.navbar-default ul.nav.navbar-nav li ul li.active a{
	color: #FFF !important;
	background: #3c3c3b !important;
}

.nav.navbar-nav li a:hover, .nav.navbar-nav li ul li a:focus {

}

#islNav > ul > li.button2.dropdown.open > ul > li:first-child::after{
    display: inline-block;
    width: 100%;
    content:"Unsere modularen Erweiterungen";
	position: relative;
	top: 6px;
	left: 15px;
	color: #008d36d1;
	font-family:"DIN Next W01 Medium";
	margin-top: 6px;

}

#islNav > ul > li.button2.dropdown.open > ul > li:nth-child(2)::before{
    background-image: url('../img/trenner.png');
    display: inline-block;
    width: 100%;
    height: 1px;
    content:"";
	position: relative;
	top: -3px;
}

#islNav > ul > li.button2.dropdown.open > ul > li:nth-child(15)::after {
    display: inline-block;
    width: 100%;
    content: "Erweiterungen von Partnern";
    position: relative;
    top: 6px;
    left: 15px;
    color: #008d36d1;
    font-family: "DIN Next W01 Medium";
    margin-top: 6px;
}

#islNav > ul > li.button2.dropdown.open > ul > li:nth-child(16)::before{
    background-image: url('../img/trenner.png');
    display: inline-block;
    width: 100%;
    height: 1px;
    content:"";
	position: relative;
	top: -3px;
}

.sprung {visibility: hidden; height: 0px !important; position: absolute; margin: -150px;}


/* Slider */

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
	height: auto;
    width: 100%;
}

.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 {
	margin-bottom: 90px;
}


/* Sidebar-Navigation */
.sidenav {
	right: 0;
	height: 40px;
	position: fixed;
	display: block;
	color: #FFF;
	z-index: 5;
	-webkit-transition: ease-in-out all 150ms;
	-moz-transition: ease-in-out all 150ms;
	-ms-transition: ease-in-out all 150ms;
	-o-transition: ease-in-out all 150ms;
	transition: ease-in-out all 150ms;
	background: #008d36d1;
	z-index: 999;
}

a .sidenav{
	color: #FFF;
    font-family:"DIN Next W01 Medium";
	font-style: normal;
	font-size: 14px;
	padding-top: 8px;
	padding-left: 8px;
	border-radius: 3px;
}

.sidenav-1, .sidenav-2, .sidenav-3, .sidenav-4, .sidenav-5 {
	width: 300px;
	margin-right: -257px;
}

.sidenav-1 {
	top: 285px;
}

.sidenav-2 {
	top: 327px;
}

.sidenav-3 {
	top: 369px;
}

.sidenav-4 {
	top: 411px;
}

.sidenav-5 {
	top: 453px;
}

.sidenav:hover, .sidenav:active, .sidenav:focus {
	margin-right: 0;
	color: #FFF !important;
	background: #008d36d1;
}

.sidenav-img{
	max-height: 28px;
	margin-top: -2px;
}


/* Margin */

.mgb45{
	margin-bottom: 45px;
}

.mgb65{
	margin-bottom: 65px;
}

.mgt45{
	margin-top: 45px;
}

.mgt65{
	margin-top: 65px;
}


/* Content */

.img-maxw300{
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.img-maxw450{
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}

.img-maxh300{
	max-height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.img-maxh250{
	max-height: 250px;
	margin-left: auto;
	margin-right: auto;
}

.img-center{
	margin-left: auto;
	margin-right: auto;
}


/* Modulübersicht */

.modul-item-box{
	padding: 20px;
	background: #FFFFFF;
	-webkit-box-shadow: 3px 3px 10px 2px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 10px 2px rgba(0,0,0,0.5);
	margin-bottom: 30px;
	transition: box-shadow .2s;
	transition: transform .2s;
	min-height: 315px;
	border-radius: 10px;
}

.modul-item-box:hover{
	-webkit-box-shadow: 3px 3px 10px 2px rgba(0,0,0,0.8);
	box-shadow: 3px 3px 10px 2px rgba(0,0,0,0.8);
	transition: box-shadow .2s;
	transform: scale(1.05);
	transition: transform .2s;
}

.modul-item-img{
	max-height: 110px;
	margin-left: auto;
	margin-right: auto;
}

.modul-item-head{
	font-family:"DIN Next W01 Bold";
	font-size: 32px;
	line-height: 38px;
	color: #72bb6f;
}

.modul-item-text{
	font-family: "DIN Next W01 Regular";
	font-style: normal;
	font-weight: 400;
	font-size: 16px !important;
	color: #3c3c3b;
	line-height: 18px !important;
	margin-top: 20px;
}

.modul-item-features{
	margin-bottom: 55px;
}

.modul-item-list ul{
	margin-top: 25px;
}

.modul-item-list ul li {
	padding-left: 0px;
	list-style-type: none;
	font-size: 18px;
	line-height: 24px;
}

.modul-item-list h2 {
    font-family: "DIN Next W01 Heavy";
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    hyphens: auto;
}

.modul-item-list ul li:before {
	content: "\e013";
	font-family: "Glyphicons Halflings";
	color: #008d36d1;
	display: inline-block;
	margin-left: -30px;
	width: 15px;
	margin-right: 15px;
}




/* News */

.start-news-title{
	font-family:"DIN Next W01 Medium";
	font-size: 18px;
	line-height: 18px;
	color: #008d36d1;
}


/* Service */

.btn-service{
	float: none !important;
	width: 100% !important;
	margin-top: 5px !important;
    margin-bottom:  5px !important;
}


/* Ansprechpartner */

.ap-item{
	margin-bottom: 85px;
}

.ap-item-img{
	max-width: 320px;
	max-height: 275px
}

.ap-item-title{
    font-family:"DIN Next W01 Light";
	font-size: 16px;
    line-height: 18px;
	color: #008d36d1 !important;
	margin-top: 2px;
	margin-bottom: 2px;
}

.ap-item-name{
	font-family: "DIN Next W01 Heavy";
	font-size: 28px;
	line-height: 28px;
	color: #008d36d1;
	margin-top: 2px;
	margin-bottom: 0px;
	text-transform: none;
}

.ap-item-position{
    font-family:"DIN Next W01 Regular";
	font-size: 18px;
    line-height: 20px;
	margin-top: 2px;
	margin-bottom: 12px;
}

a.ap-item-telefon, a.ap-item-mobil, a.ap-item-mail{
	font-family:"DIN Next W01 Regular";
	display: block;
	font-size: 18px;
    line-height: 20px;
}

a.ap-item-telefon::before, a.ap-item-mobil::before, a.ap-item-mail::before{
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    width: 1.28571429em;
    text-align: center;
	display: inline-block; width: 1.4em;
	color: #008d36d1 !important;
}

a.ap-item-telefon::before{
	content: "\f095";
}

a.ap-item-mobil::before{
	content: "\f10b";
}

a.ap-item-mail::before{
	content: "\f0e0";
}


/* Download */

.btn-download{
	float: none !important;
	width: 100% !important;
}

.download-item-box{
	padding: 20px;
	background: #FFFFFF;
	-webkit-box-shadow: 3px 3px 10px 2px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 10px 2px rgba(0,0,0,0.5);
	margin-bottom: 30px;
	min-height: 315px;
}

.download-item-headline{
	text-align: center;
	color: #008d36d1 !important;
    font-size: 20px;
}

.download-item-text{
	text-align: left;
    font-size: 14px;
	min-height: 125px;
}

.download-item-anforderung{
	text-align: left;
    font-size: 14px;
	min-height: 105px;
}



/* Historie */

.timeline {
    border-left: 3px solid #008d36d1;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 75%;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline .event {
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #008d36d1;
    box-shadow: 0 0 0 3px #008d36d1;
    left: -56.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #008d36d1;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -56.8px;
}


/* News */

.news-start h2.startseiten-news {
    font-size: 44px;
    line-height: 48px;
}

.news-start h2{
	font-size: 24px;
	line-height: 28px;
}

.start-news-text p{
	font-size: 16px;
	line-height: 20px;
	-webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}


.news-post p{
	font-size: 16px;
	line-height: 20px;
}

.news-post-detail p{
	font-size: 21px;
	line-height: 28px;
}


/* Interner-Bereich */

.fixed-isl-sidebar {
	position: fixed;
	top: 175px;
	width: 23%;
}

h2.faq-panel-title{
	font-family: "DIN Next W01 Heavy";
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
    text-transform: none;
    color: #008d36d1;
}

.faq-panel-desc p{
	font-size: 18px;
    line-height: 28px;
}

.update-verlauf p{
	font-size: 18px;
    line-height: 28px;
}

.update-verlauf p em{
	font-size: 18px;
    line-height: 28px;
    font-style: normal;
	color: #008d36d1 !important;
}


/* Partner */

.partner-item-list{


}

.partner-item-list h2.partner-item{
	font-family: "DIN Next W01 Heavy";
	font-style: normal;
	font-weight: 400;
	font-size: 28px !important;
	color: #008d36d1 !important;
}

.partner-item-list h3.partner-item{
    font-family: "DIN Next W01 Heavy";
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 46px;
    line-height: 50px;
	color: #3c3c3b;
}


/* Anwendungsgebiete */

body > div.container-fluid > div > div:nth-child(3) > div > div.row.anwendungsgebiete > div:nth-child(6) > hr{
	display: none;
}

/* Footer */

.bg-footer{
	background: #dadada;
}

.footer{
	margin-top: 75px;
	padding-top: 75px;
	padding-bottom: 50px;
}

.footer, .footer p, .footer a  {
	color: #3c3c3b;
}

.img-footer-logo{
	margin-left: auto;
    margin-right: auto;
}

.footer-adresse{
	margin-top: 65px;
    font-size: 18px;
}

.footer-links a{
	font-family:"DIN Next W01 Medium";
}

.img-footer-bsmgr{
	margin-top: -75px;
    margin-bottom: -50px;
}












/* Responsive-Darstellung */

@media (max-width: 1490px) {
	.navbar-nav li {
		margin-left: 3px;
		margin-right: 3px;
	}

	.nav.navbar-nav li a {
		padding: 6px 6px 6px 6px;
	}

	.carousel {
		margin-bottom: 70px;
	}

	p{
		font-size: 20px;
		line-height: 26px;
	}

	h1{
		font-size: 42px;
		line-height: 52px;
	}

	h2{
		font-size: 37px;
		line-height: 42px;
	}

	h3{
		font-size: 23px;
	}

	h4{

	}

	h5{

	}

	h6{

	}

	.modul-item-head {
		font-size: 25px;
		line-height: 30px;
	}

	.modul-item-text {
		font-size: 16px !important;
		line-height: 18px !important;
		margin-top: 20px;
	}

	.modul-item-box {
		min-height: 305px;
	}

	.btn-isl{
		float: none !important;
		white-space: normal;
	}

}

@media (max-width: 1200px) {
	.navbar-nav li {
		margin-left: 5px;
		margin-right: 5px;
	}

	.nav.navbar-nav li a {
		padding: 6px 6px 6px 6px;
		font-size: 16px;
	}

	.carousel {
		margin-bottom: 60px;
	}

}

@media (max-width: 1100px) {
	.nav.navbar-nav li a {
		padding: 6px 6px 6px 6px;
		font-size: 14px;
	}

	.carousel {
		margin-bottom: 55px;
	}

}

@media (max-width: 992px) {

	ul.navbar-nav {
		margin-top: 0px;
		transition: 0.5s;
		-webkit-transition:  0.5s;
	}

	.navbar-nav li {
		margin-left: 2px;
		margin-right: 2px;
	}

	.nav.navbar-nav li a {
		padding: 7px 10px 7px 10px;
		font-size: 13px;
	}

	.nav.navbar-nav li ul li a {
		padding: 3px 15px 3px 15px;
		font-size: 14px;
	}

	.dropdown-menu {
		font-size: 12px;
	}

	.carousel {
		margin-bottom: 45px;
	}


	p{
		font-size: 18px;
		line-height: 24px;
	}

	h1{
		font-size: 32px;
		line-height: 42px;
	}

	h2{
		font-size: 28px;
		line-height: 32px;
	}

	h3{
		font-size: 18px;
	}

	h4{

	}

	h5{

	}

	h6{

	}


}

@media (max-width: 768px) {

	body {
		margin-top: 148px;
	}

	.img-head-logo {
		max-width: 100px;
		margin: 10px auto 10px auto !important;
		transition: 0.5s;
		-webkit-transition:  0.5s;
	}

	.navbar-default.navbar-fixed-top.fixed-isl-header .img-head-logo {
		max-width: 50px;
		margin: 10px auto 10px auto;
		transition: 0.5s;
		-webkit-transition:  0.5s;
	}
	
	.news-start h2.startseiten-news {
		font-size: 34px;
		line-height: 42px;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: 0px !important;
	}

	.ap-item-img {
		max-width: 100%;
	}

	.navbar-collapse {
		padding-right: 15px;
		padding-left: 15px;
		overflow-x: visible;
		border-top: 0px !important;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-overflow-scrolling: touch;
	}

	ul.navbar-nav {
		width: 100%;
		margin: 10px auto;
	}

	.nav.navbar-nav li {
		margin-bottom: 5px;
	}

	.nav.navbar-nav li a {
		text-align: center;
	}

	.nav.navbar-nav li a {
		padding: 7px 10px 7px 10px;
		font-size: 16px;
	}

	.nav.navbar-nav li ul li a {
		padding: 3px 15px 3px 15px;
		font-size: 16px;
	}

	.dropdown-menu {
		font-size: 14px;
	}

	#islNav > ul > li.button2.dropdown.open > ul > li:first-child::after {
		text-align: center;
	}

	.navbar-toggle {
		margin-top: -50px;
	}
	
	a .sidenav{
		border-left: solid 1px #FFFFFF;
		border-bottom: solid 1px #FFFFFF;
		border-top: solid 1px #FFFFFF;
	}

	.carousel {
		margin-bottom: 35px;
	}

	.carousel-indicators {
		bottom: -10px;
	}

	.produkt-startseite{
		max-height: 175px;
		margin: 10px auto 10px auto !important;
	}

	.img-footer-bsmgr{
		margin-top: 25px;
		margin-bottom: -50px;
	}

}


@media (max-width: 375px) {

	body {
		margin-top: 118px;
	}

	.img-head-logo {
		max-width: 75px;
		margin: 10px auto 10px auto !important;
		transition: 0.5s;
		-webkit-transition:  0.5s;
	}

	.navbar-default.navbar-fixed-top.fixed-isl-header .img-head-logo {
		max-width: 40px;
		margin: 10px auto 10px auto;
		transition: 0.5s;
		-webkit-transition:  0.5s;
	}

	.carousel {
		margin-bottom: 25px;
	}
	
	p{
		font-size: 18px;
		line-height: 24px;
	}

	h1{
		font-size: 28px;
		line-height: 38px;
	}

	h2{
		font-size: 24px;
		line-height: 28px;
	}

	h3{
		font-size: 18px;
	}

}
