.footerbgimage{
    position: absolute;
    width: 100%;
    z-index: 0;
}
.footercontent{
	margin: 0 auto;
    position: relative;
    width: 900px;
    z-index: 999;
}

.noshow{
	display:none;
}

.font-icon {
  color:#009bde;
  font-family: 'Montserrat';
  font-weight:700;
}

.icochangetv {   
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat; 
	width:70px; 
	height:57px;
	background:url("images/ico_btn_tv_white.png"); 
}
.icoaktivtv {   
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat; 
	width:70px; 
	height:57px;
	background:url("images/ico_btn_tv_blue.png"); 
}
.icochangetv:hover { 
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	width:70px; 
	height:57px;
	background:url("images/ico_btn_tv_blue.png"); 
}

.icochangetel {   
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat; 
	width:70px; 
	height:57px;
	background:url("images/ico_btn_phone_white.png"); 
}
.icotelaktiv { 
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	width:70px; 
	height:57px;
	background:url("images/ico_btn_phone_blue.png"); 
}
.icochangetel:hover { 
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	width:70px; 
	height:57px;
	background:url("images/ico_btn_phone_blue.png"); 
}

.iconbox_tv {
	background-repeat: no-repeat;
    background-color: #fff;
	background-position:10px 20px;
    width: 100px;
    height: 100px;
    top: 100px;
    left: 250px;
    border: 5px solid #009ce1;
	border-radius:55px;
    text-align: center;
}
.iconbox_tv:hover {
	background-repeat: no-repeat;
    background-color: #009ce1;
	background-position:10px 20px;
    width: 100px;
    height: 100px;
    top: 100px;
    left: 250px;
    border: 5px solid #009ce1;
	border-radius:55px;
    text-align: center;
}
.iconbox_tv_aktiv {
	background-repeat: no-repeat;
    background-color: #009ce1;
	background-position:10px 20px;
    width: 100px;
    height: 100px;
    top: 100px;
    left: 250px;
    border: 5px solid #00305e;
	border-radius:55px;
    text-align: center;
}
.iconbox_phone {
	background-repeat: no-repeat;
    background-color: #fff;
	background-position:28px 20px;
    width: 100px;
    height: 100px;
    top: 100px;
    left: 250px;
    border: 5px solid #009ce1;
	border-radius:55px;
    text-align: center;
}
.iconbox_phone:hover {
	background-repeat: no-repeat;
    background-color: #009ce1;
	background-position:28px 20px;
    width: 100px;
    height: 100px;
    top: 100px;
    left: 250px;
    border: 5px solid #009ce1;
	border-radius:55px;
    text-align: center;
}
.iconbox_phone_aktiv {
	background-repeat: no-repeat;
    background-color: #009ce1;
	background-position:28px 20px;
    width: 100px;
    height: 100px;
    top: 100px;
    left: 250px;
    border: 5px solid #00305e;
	border-radius:55px;
    text-align: center;
}
.iconet {   
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat; 
	width:70px; 
	height:57px;
	background:url("images/ico_btn_internet_blue.png"); 
}
.iconbox_net {
	background-repeat: no-repeat;
    background-color: #009ce1;
	background-position:15px 20px;
    width: 100px;
    height: 100px;
    top: 100px;
    left: 250px;
    border: 5px solid #00305e;
	border-radius:55px;
    text-align: center;
}

.slick-prev:after {
  content: ">";
  color: red;
  font-size: 30px;
}

.slick-next:before {
  content: "<";
  color: red;
  font-size: 30px;
}


.paginator{
  position: relative;
  float: right;
  margin-bottom: 20px;

  li{
    margin-top: 20px;
    position: relative;
    float: left;

    margin-right: 20px;

    &.prev{
      display: block;
      height: 20px;
      width: 20px;
      background: url('../img/back.png') no-repeat;
    }

    &.next{
      display: block;
      height: 20px;
      width: 20px;
      background: url('../img/next.png') no-repeat;
    }
  }
}

.slide_controller{
	list-style-type: none;
	text-align:center;
	margin-top:10px;
}

.slide_controller li{
	display:inline;
	cursor: pointer;
}

.nextArrowBtn{
    position: absolute;
	margin-right: -20px;
    z-index: 1000;
    top: 50%;
    right: 0;
    color: #BFAFB2;
}
.prevArrowBtn{
    position: absolute;
	margin-left:-30px;
    z-index: 1000;
    top: 50%;
    left: 0;
    color: #BFAFB2;
}