.pink{
	background-color: #ff00ff;
}

@font-face {
	font-family: 'Oxygen';
	font-style: normal;
	font-weight: 300;
	src: local('Oxygen Light'), local('Oxygen-Light'),
		url(../fonts/oxlite.woff) format('woff');
}

@font-face {
	font-family: 'Oxygen';
	font-style: normal;
	font-weight: 700;
	src: local('Oxygen Bold'), local('Oxygen-Bold'),
		url(../fonts/oxbold.woff) format('woff');
}

body {
	font-family: Oxygen;
}

/*
body * {
	border-style: solid;
	border-color: black;
	border-width: 1px;
}
*/

p {
	margin: 0 0 0 0;
}

.font16 {
	font-size: 16px;
}
.font18 {
	font-size: 18px;
}
.font22 {
	font-size: 22px;
}
.font32 {
	font-size: 32px;
}
.font48 {
	font-size: 48px;
}

.navbar {
	background-color: white;
}

@media ( min-width : 768px) {
	.navbar .navbar-nav {
		display: inline-block;
		float: none;
		vertical-align: top;
	}
	.navbar-brand {
		float: inherit;
	}
}

.nav-justified>li>a {
	color: #ec673c;
	font-size: 20px;
	font-weight: normal;
}

.navbar-nav>li>a {
	color: #ec673c;
	font-size: 18px;
	font-weight: normal;
}

.active {
	border-bottom: 4px solid #d0dc3b;
}
.carousel .item.active {
    border:none;
}

.flink, .flink:VISITED {
	color: #ec673c
}

.flink:ACTIVE, .flink:HOVER, .flink:FOCUS{
	color: #d0dc3b;
}

.flinkwhite, .flinkwhite:VISITED {
	color: #777;
}

.flink:ACTIVE, .flinkwhite:HOVER, .flinkwhite:FOCUS{
	color: #ec673c;
}

.mutedlink, .mutedlink:VISITED {
	color: #777;
}
.mutedlink:ACTIVE, .mutedlink:HOVER, .mutedlink:FOCUS{
	color: #ec673c;
}

.contentrow {
	padding-top: 80px;
	padding-bottom: 80px;
}

.maincontent {
	padding-bottom: 80px;
}

.lastelement {
	margin-bottom: 80px;
}

.infotext {
	padding-right: 80px;
	padding-left: 80px;
}

.vcenter {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
}

.bottom {
	position: absolute;
	bottom: 0;
	right: 0;
}
.anker {
    position:relative;
    top:-120px;
    height:0px;
    font-size:0;
}
.anker#faq {
    top:-200px;
}

.horange {
	color: #ec673c;
}

.hgreen {
	color: #d0dc3b;
}
.btn-primary, .btn-primary:active, .btn-primary:focus {
	background-color:#d0dc3b;
	color:#fff;
	border-color: transparent;
}
.btn-primary:active, .btn-primary:focus {
	color:#fff !important;
}

.btn-primary:hover, .btn-primary:focus:hover {
	background-color:#c0cc2b;
	color:#fff;
	border-color: transparent;
}

.footer {
	padding-top: 15px;
	height: 60px;
	background-color: white;
	border-top-color: #E7E7E7;
	border-top-width: 1px;
	border-top-style: solid;
}

.featureitem {
	width: 100%;
	height: 100%
}


.greenbaricon {
	width:75%;
}

.greenbarinnerpadding {
	padding-right: 20px;
}


.greenrowbase {
	background-image: url(../img/greenpixel.png);
	background-repeat: repeat;
	background-size: 100%;
	padding-bottom: 10px;
}
.news-container, .download-app-container {
    margin-top: 150px;
}

/* NAVIGATION FIXES*/
@media ( min-width : 767px) {
	.navbar {
		height: 120px;
	}
	.headingimage {
		width: 300px;
	}
	.main {
		margin-top: 130px;
	}
	.nav>li>a {
		margin-top: 10px;
	}
	.greenrow {
		background-image: url(../img/greenpixel.png);
		background-repeat: repeat;
		background-size: 100%;
		padding: 60px 0 60px 0;
	}
	.text-right-sm {
		text-align: right;
	}
	.text-vertical-bottom-sm {
		vertical-align: bottom;
	}
}

@media (min-width : 1024px ){
	.headingimage {
		width: 300px;
		margin-right: 100px;
	}
	.navbar-nav>li>a {
		font-size: 20px;
	}

}

@media ( max-width : 767px) {
	.col-xs-center {
		text-align: center;
	}
    .anker {
        top:-50px;
    }
    .anker#faq {
        top:-100px;
    }
	.headingimage {
		margin-top: 5px;
		width: 90px;
	}
	.main {
		margin-top: 50px;
	}
	.greenrow {
		background-image: url(../img/greenpixel.png);
		background-repeat: repeat;
		background-size: 100%;
	    padding: 40px 30px 10px 30px;
	}
	.greenrow > div {
		padding-bottom: 40px;
	}
	
	.greenbaricon {
		width: 50%;
	}
	
	.inforow {
		padding: 0 10px 0 10px;
	}
	
	.navbar-fixed-bottom {
		position: relative;
	}

.download-app-container {
      margin-top: 100px;
  }
.news-container {
      margin-top: 60px;
  }
	.footer {
		padding-top: 15px;
		padding-bottom: 50px;
		height: 10px;
		background-color: white;
	}
	.text-center-xs {
		text-align: center;
	}
	.text-vertical-center-xs {
		vertical-align: center;
	}
    #features .row:nth-child(2),
    #features .row:nth-child(3) {
        margin-left: -5px;
        margin-right: -5px;
    }

	.headingimage {
		margin-top: -5px;
		width: 90px;
	}
	.onlysmalldevice{
		display: none;
	}
	.footer {
		padding-top: 15px;
		padding-bottom: 90px;
		height: 10px;
		background-color: white;
	}
    .twitter-timeline {
        width:100% !important;
    }
}

.tdbottom3em>tbody>tr>td {
	vertical-align: bottom;
	font-size: 3em;
}

.rowbottommargin20 {
	margin-bottom: 20px;
}

.phoneinside {
	padding: 3% 7% 4% 9%;
}

.phoneinside-xs {
	padding: 8% 12% 8% 11%;
}

.phone {
	background-image: url(../img/phone.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

.panel-heading {
	padding: 2px 15px;
}

.greenarrow15{
	height:15px;
	width:15px;
}
.greenarrow50{
	height:50px;
	width:50px;
}

.arrowright {
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	background-image: url(../img/R_web.png);
}
.arrowdown {
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	background-image: url(../img/D_web.png);
}


.rollover {
	margin-bottom: 20px;
}

.rolloverorange, .rolloverorange:link, .rolloverorange:visited {
	color: black;
	text-decoration: none;
}

.rolloverorange:hover, .rolloverorange:active {
	color: #ec673c;
	text-decoration: none;
}


.arrowlink, .arrowlink:link, .arrowlink:hover, .arrowlink:visited, .arrowlink:active, .arrowlink-placeholder{
	color: #d0dc3b;
}

/* ================================================ */

/* firefox fix */
.img-responsive {
	width: 100%;
}

/* vertical alignment styles */
.col-top {
	vertical-align: top;
}

.col-middle {
	vertical-align: middle;
}

.col-bottom {
	vertical-align: bottom;
}

/* columns of same height styles */
.container-xs-height {
	display: table;
	padding-left: 0px;
	padding-right: 0px;
}

.row-xs-height {
	display: table-row;
}

.col-xs-height {
	display: table-cell;
	float: none;
}

@media ( min-width : 768px) {
	.container-sm-height {
		display: table;
		padding-left: 0px;
		padding-right: 0px;
	}
	.row-sm-height {
		display: table-row;
	}
	.col-sm-height {
		display: table-cell;
		float: none;
	}

}

@media ( min-width : 992px) {
	.container-md-height {
		display: table;
		padding-left: 0px;
		padding-right: 0px;
	}
	.row-md-height {
		display: table-row;
	}
	.col-md-height {
		display: table-cell;
		float: none;
	}
}

@media ( min-width : 1200px) {
	.container-lg-height {
		display: table;
		padding-left: 0px;
		padding-right: 0px;
	}
	.row-lg-height {
		display: table-row;
	}
	.col-lg-height {
		display: table-cell;
		float: none;
	}
}

/* added by hk-net.de */
.dropdown-toggle .glyphicon {
    margin-left: 5px;
}
.footer .text-vertical-bottom-sm .mutedlink {
    white-space: nowrap;
}
.appbuttons img {
    margin: 0 5px 10px 5px;
}

ul.appicons {
    display: inline-block;
    margin: 30px 0 0 15px;
    padding: 0;
}
ul.appicons li {
    list-style: none;
    display: inline;
    margin: 0 10px 0 0;
}
.navbar-wrap {
    display: inline-block;
    vertical-align: top;
    width: 500px;
    text-align: left;
}

.screenshot,
.arrowlink {
	cursor: pointer;
}


@media only screen and (max-width: 1000px) {
    .navbar-nav > li > a {
        font-size: 16px;
        padding: 15px 10px;
    }
    .navbar-wrap {
        width: 400px;
    }
}
@media only screen and (max-width: 767px) {
    ul.appicons { display: none; }
    .navbar-nav > li > a {
        font-size: 18px;
    }
    .navbar-wrap {
        width: auto;
    }
	.rolloverorange:hover, .rolloverorange:active {
		color: #000;
	}
}
.carousel-control {
    background: transparent none !important;
}
.carousel-control img {
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-10px;
    margin-left:-10px;
}
#carouselModal {
    width:100% !important;
    height:100% !important;
}
#carouselModal .modal-dialog {
    margin:0;
    width:100% !important;
    height:100% !important;
}
#carouselModal .modal-dialog .modal-content {
    width:100% !important;
    height:100% !important;
    border:0px none !important;
    background: transparent none;
}
#carouselModal .modal-dialog .modal-content .close {
    position:absolute;
    top:0;
    right:0;
    width:60px;
    height:60px;
    color:#d0dc3b;
    z-index: 999;
    font-size: 40px;
    opacity: 0.8;
}
#carouselModal .modal-dialog .modal-content .carousel {
    width:100% !important;
    height:100% !important;
}
#carouselModal .modal-dialog .modal-content .carousel .carousel-inner {
    width:100% !important;
    height:100% !important;
}
#carouselModal .modal-dialog .modal-content .carousel .carousel-inner > .item {
    width:100% !important;
    height:100% !important;
    text-align:center;
}
#carouselModal .modal-dialog .modal-content .carousel .carousel-inner img {
    width:auto;
    height:auto;
    display:inline-block;
    max-width:100%;
    max-height:100%;
}

/* cookie consent */
.cc_container a.cc_more_info {
	color: #ec673c !important;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited,
.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
	background-color: #ec673c !important;
	color: #fff !important;
}
.cc_container .cc_logo {
	display: none !important;
}

/* knowledge base */
.knowledge-answer ul {
	list-style-type: circle !important;
}
.knowledge-body ul li {
	margin: 0 0 0 20px !important;
}