/* Global Styles */

html, body {
  height:100%;
  text-rendering: optimizeLegibility;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;

}

body {
  padding-top: 72px; /* body padding for fixed top nav */
}
th{
background-color: #dedede !important;
}
/* Neu Datenschutz Update Daschug 23.09.2021 */
hr.dsgvo {
    margin-top: 247x;
    margin-bottom:20px;
    border-color: transparent;
}
#datasch h4{
	margin-top:12px;
}
.datasch li{
    margin: 9px 0 !important;
}
/* Ende */

.btn-ghost{
    border: 2px solid #1a81c7;
    padding: 6px 12px;
    border-radius: 9px;
    
}
.container.footer{
	margin:0 auto;
}

.recapresp{
	transform:scale(1);
	-webkit-transform:scale(1);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
} 

/* NEW Schnnelleinstieg */
.btn-x {
	bottom: 15px;
	margin: 0 0 4px 12px;
	position: relative;
	transform: scale(1.17);
    transition: 0.3s;
}

.hideit{
	display:none;
}
.pulse {
   animation: pulse 2s infinite;
   transition:0.27s;
}
.pulse:hover {
  transform:scale(1.02);
	-webkit-transform:scale(1.02);
	animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(243,117,36, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 18px rgba(243,117,36, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(243,117,36, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(243,117,36, 0.4);
    box-shadow: 0 0 0 0 rgba(243,117,36, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 18px rgba(243,117,36, 0);
      box-shadow: 0 0 0 18px rgba(243,117,36, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(243,117,36, 0);
      box-shadow: 0 0 0 0 rgba(243,117,36, 0);
  }
}


/*NEW 2021-07-26*/
.fa-google-play{
	background: url('../images/google-play.png') 0 0 no-repeat;
	display:block;
	height:30px;
	width:27px;
	margin:0px !important;
}
.fa-applestore{
	background: url('../images/apple.png') 0 0 no-repeat;
	display:block;
	height:30px;
	width:27px;
	margin:0px !important;
}
.fa-desktop{
	background: url('../images/desktop.png') 0 0 no-repeat;
	display:block;
	height:30px;
	width:27px;
	margin:0px !important;
}

.appflex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-btn {
  width: 45%;
  max-width: 180px;
  color: #fff;
  margin: 20px 10px;
  text-align: left;
  border-radius: 5px;
  text-decoration: none;
  font-size: 10px;
  text-transform: uppercase;
}
.app-btn.blu {
  background-color: #276CA7;
  transition: background-color 0.18s linear;
}
.app-btn.blu:hover {
  background-color: #212121;
  color:#fff;
}
.app-btn i {
  width: 20%;
  text-align: center;
  font-size: 28px;
  margin-right: 7px;
}
.app-btn .big-txt {
  font-size: 17px;
  text-transform: capitalize;
}
/*NEW 08-08-2018*/
.nav > li > a.lang{
	padding: 10px 12px;	
}

.space-tb{
	margin:24px 0;
}
.btn-ghost:hover{
    border: 2px solid #115583;
}
em{
	font-weight:700;
}
th h4{
	margin:8px;
}
.ccmail{
  cursor:pointer;
  color:#1a81c7;
}
.ccmail:hover{
  color:#115583;
  text-decoration:underline;
}
.redquote{
  border-left:3px solid #e51c23;
}
.circlediconl{
  border:1px solid #fff;
  border-radius:100%;
  width:22px;
  height:22px;
  padding:2px 0 0 6px;
}
.circlediconl:hover{
  border:1px solid #1a81c7;
}
.circlediconl:active{
  border:1px solid #1a81c7;
  background-color: #1a81c7;
  color:#fff;
}
.circledicon{
  border:1px solid #fff;
  border-radius:100%;
  width:22px;
  height:22px;
  padding:2px;
}
.circledicon:hover{
  border:1px solid #1a81c7;
}
.circledicon:active{
  border:1px solid #1a81c7;
  background-color: #1a81c7;
  color:#fff;
}

/*NEW 24-05-2017*/
.copyright_bottom_ul{
	display:flex;
	float:right;
	list-style-type: none;
}
.copyright .container{
	padding:0;
	margin-top:30px;
}

/* pOPuP -oVERLAY */
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 90px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 54vw;
  max-height: 72vh; 
  overflow: auto;
  transition: all 300ms ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #0d9dff;
  font-size:24px;
  font-weight:500;
}

.popup .close {
  position: relative;
  float:right;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #757575;
}
.popup .close:hover {
  color: #0d9dff;
}
.popup .content {
  height: 100%;
  
}

/* end  pOPuP -oVERLAY */


.container .pluginstable th{
	padding: 2px 4px;
  font-weight:600;
  background-color: #f5f5f5;
}
.container th.ass{
	padding: 2px 4px;
  font-weight:600;
  background-color: #f5f5f5;
}
/*@section badges*/


.badge-g {
  display: inline-block;
  min-width: 10px;
  padding: 3px;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 4px;
  	position:relative;
  	bottom:0px;
	left:-22px;
}

.badge-link {
    display:block;
    width:142px;
    height:49px;
    text-indent:-999999px;

    background: url(http://i.imgur.com/ekbdr.png) 0 0 no-repeat;
    }
    .badge:active{
        position:relative;
        top:1px;
    }
    .badge-link-g {
        width:144px;
        background-position: -249px -141px;
      }
/*badges end*/
/*lists*/
.container>ul {
	list-style-type:none;
}
.anchor{
  display: block;
  height: 72px;
  margin-top: -72px;
  visibility: hidden;
}

/*lists end*/

/*title link effect*/
a:link {
      text-decoration:none;
}
.title-link{
	color:#0063a6;
	-webkit-transition: color .25s ease;
	-moz-transition: color .25s ease;
	-o-transition: color .25s ease;
	transition: color .25s ease;
}
.title-link:hover{
	color:#64baf8;
}
.title-link:active{
	color:#1a81c7;
}

/* social bar / footer*/


.footer-title {
text-transform: uppercase;
font-weight: 400;
font-size: 1.15em;
color: #515151;
padding: 5px 0 25px;
}

.footer-line{
display: block;
width: 99%;
height: 2px;
margin: 0 auto 12px auto;
font-size: 0;
line-height: 0;
background-color: #3898D9;
}

.footer-nav{
	margin-left: -37px;
}
.footer-nav>li{
	list-style-type: none;


}
li {
text-align: -webkit-match-parent;
}
.footer-nav>li>a {
display: block;
color: #1a81c7;
padding: 2px 0;
-webkit-transition: color .25s ease;
-moz-transition: color .25s ease;
-o-transition: color .25s ease;
transition: color .25s ease;
}

.footer-nav>li>a:hover{
	text-decoration:none;
	color: #64baf8;

}

.socialshadow{
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
		  border-bottom:1px solid #c2c2c2;
}


.row>#socialbuttons{
	-position:relative;
	-top:250px;
	height:50px
}
#socialbuttons {
    padding: 0px 0px;
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
}
.col-centered {
	margin:0 auto;
}

.button {
position: relative;
display: block;
float: left;
height: 54px;
margin: 0 0%;
overflow: hidden;
width: 33.3%;

}
.buttonfreew {
position: relative;
display: block;
float: left;
height: 54px;
margin: 0 1.85%;
overflow: hidden;
}
.buttonfreew>img{
	height: 54px;
}

.icon {
    display: block;
    position: relative;
    z-index: 3;
    height: 100%;
    vertical-align: top;
    text-align: center;
}

.icon i {
    color: #f5f5f5;
    line-height: 64px;
    font-size: 215%;
}

.sslide {
    z-index: 2;
    display: block;
    margin: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}

.button .sslide .icon {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.freewared{
	background: url('../images/freeware_de.png') 0 0 no-repeat;
	display:block;
	height:48px;
	width:48px;
	margin:2px auto;
}

.googleplus{
	background: url('../images/google_play.png') 0 0 no-repeat;
	display:block;
	height:48px;
	width:48px;
	margin:2px auto;
}

.heised{
	background: url('../images/heise_de.png') 0 0 no-repeat;
	display:block;
	height:48px;
	width:48px;
	margin:2px auto;
}

.freeware_de .icon, .freeware_de .sslide{
	background: #284C68;
}

.googlep .icon, .googlep .sslide{
	background: #000;
}

.heise .icon, .heise .sslide{
	background: #336699;
}


.facebook .icon:hover {
    background: #5e75ad;
}

.twitter .icon:hover {
    background: #66b4f0;
}

.google .icon:hover {
    background: #e05d4c;
}

.facebook .icon:active {
    background: #445c93;
}

.twitter .icon:active {
    background: #4c9ad6;
}

.google .icon:active {
    background: #c64333;
}

.icon:active {
    box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
}

.facebook .icon, .facebook .sslide {
    background: #4c66a4;
}

.twitter .icon, .twitter .sslide {
    background: #55acee;
}

.google .icon, .google .sslide {
    background: #dd4b39;
}
/* social bar / footer - ENDE */

.img-center{
  margin: 0 auto;
}
.btn-download{
  display: block;
  max-width: 750px;
  max-height: 750px;
  text-align:center;
  line-height:50px;
  color: #fff;
  background-color: #1a81c7;
  border-color: #1772b0;
  font-size:30px;
  font-weight:600;
  white-space:nowrap;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -padding:15px 0;
  margin:50px 0 25px 0;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  padding: 15px;
}

.btn-download:hover,
.btn-download:focus,
.btn-download:active,
.btn-download.active {
  color: #fff;
  background-color: #156aa3;
  border-color: #000 !important;
  border-width:4px;
  text-decoration:none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.img-home-portfolio,
.img-customer,
.portfolio-item {
  margin-bottom: 30px;
}

.bigcon{
  font-size:60px;
}



.tab-pane {
  margin-top: 15px;
}


/* Lang */
.german:before {
  content: url('../images/de.png');
  position:relative;
  top:3px;
  right:3px;

}
.english:before {
  content: url('../images/gb.png');
  position:relative;
  top:3px;
  right:3px;
}
.french:before {
  content: url('../images/fr.png');
  position:relative;
  top:3px;
  right:3px;
}
.spanish:before {
  content: url('../images/es.png');
  position:relative;
  top:3px;
  right:3px;
}
/* ccStyles */
.cclogo {
	width:80px;
	padding:10px 0;
}
.top-padding{
  padding-top:30px;
}

div .well>h3{color:#515151; font-weight:400;}

.map{
	width:100%;
	height:450px;
}
/* keyfeatures */
.row h3 {color:#0d9dff; font-weight:400;}
.row h2 {color:#616161; font-weight:400; font-size:33px;}
.row h2 i {color:#515151; font-weight:400;}
.row .text-center>.center-block {
	display:block;
	text-align: center;
	color:#1A81C7;
	padding-bottom:15px;
	margin-top:-15px;
	font-size:60px;
}
.left-inline {
	display:inline !important;
	text-align: left;
	color:#1A81C7;
	font-size:30px;
}
.top-gap {
	margin-top:-10px;
}
.p-scale {
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4;
}
/* features + responsive */
.featurette-divider {
	margin: 80px 0;
}
.featurette {
	overflow: hidden;
}

.featurette-image.pull-left {
	margin-right: 40px;
}
.featurette-image.pull-right {
	margin-left: 40px;
}

.featurette-heading {
	font-size: 50px;
	font-weight:300;
}
.featurette-image {max-width: 42%;}

@media (min-width: 1600px) {
.row .text-center>.center-block{font-size:100px; padding-top:20px;}
.featurette-image {max-width: 42%;}
.app-btn { max-width: 210px;   font-size: 12px;   font-weight: 500;   margin: 27px 72px;}
#movingBarg {transform:scale(1.3) !important ;top: 54px !important;    right: 72px !important;}
}
@media (max-width: 1200px) {

.headline > .container > h1 {font-size: 140px;}
.headline > .container > h2 {font-size: 63px;}
.featurette-divider {margin: 50px 0;}
.featurette-image.pull-left {margin-right: 20px;}
.featurette-image.pull-right {margin-left: 20px;}
.featurette-heading {font-size: 45px;}
.row .text-center>.center-block{font-size:80px;}
.featurette-image {max-width: 42%;}
#movingBarg {transform:scale(1.2) !important; top: 45px !important;    right: 63px !important;}

}

@media (max-width: 991px) {

.headline > .container > h1 {font-size: 105px;}
.headline > .container > h2 {font-size: 50px;}
.featurette-divider {margin: 40px 0;}
.featurette-image {max-width: 42%;}
.featurette-image.pull-left {margin-right: 10px;}
.featurette-image.pull-right {margin-left: 10px;}
.featurette-heading {font-size: 40px;}
.row .text-center>.center-block{font-size:60px;}
.row >.text-center>h3{text-align:left;}
.row >.text-center p{text-align:left;}


}

@media (max-width: 768px) {
	
.footer {
text-align: left;
}
.footer-line {
margin-left: 0;
margin-right: 0;
}

.container {margin: 0 15px;}
.featurette-divider {margin: 40px 0;}
.featurette-heading {font-size: 36px;}
  .map{
	height:350px;
  }

  .p-scale {
    font-size: 16px;
  }
  .center-block {
	display:inline ;
	text-align: left;
  }
  .featurette-image {max-width: 42%;}
}


@media (max-width: 668px) {

.headline > .container > h1 {font-size: 70px;}
.headline > .container > h2 {font-size: 32px;}
.featurette-divider {margin: 30px 0;}
.recapresp{
	transform:scale(0.66);
	-webkit-transform:scale(0.66);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
} 

}

@media (max-width: 640px) {

.headline {padding: 75px 0 25px 0;}
.headline > .container > h1 {font-size: 60px;}
.headline > .container > h2 {font-size: 30px;}
.row .text-center>.center-block{margin-top:40px;}
.map{
	height:250px;
  }
.cclogo{width:49px; padding: 6px 0;}
-.navbar-nav > li > a { line-height: 36px;}
body {  padding-top: 49px;}
.navbar-toggle{margin-top:5px; margin-bottom:2px; padding: 6px 6px;}
#movingBarg {transform:scale(1) !important;}
}

@media (max-width: 375px) {

.featurette-divider {margin: 10px 0;}
.featurette-image {max-width: 100%;}
.featurette-image.pull-left {margin-right: 0; margin-bottom: 10px;}
.featurette-image.pull-right {margin-left: 0; margin-bottom: 10px;}
.recapresp{
	transform:scale(0.66);
	-webkit-transform:scale(0.66);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
} 
#movingBarg {transform:scale(1) !important;}
}

/* Section Separators */
.section::before,
.section::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.ss-style-doublediagonal {
    z-index: 1;
    padding-top: 6em;
    background: #2072a7;
}

.ss-style-doublediagonal::before,
.ss-style-doublediagonal::after {
    top: 0;
    left: -25%;
    z-index: -1;
    width: 150%;
    height: 75%;
    background: inherit;
    transform: rotate(-2deg);
    transform-origin: 0 0;
}

.ss-style-doublediagonal::before {
    height: 50%;
    background: #116094;
    transform: rotate(-3deg);
    transform-origin: 3% 0;
}

/* Page Sections */
.section,
.section-colored {
  padding: 50px 0;
}

.section-colored {
  background-color: #f3f9fc; /* change this to change the background color of a colored section */
  border-top: 1px solid #e3e8ea;
  border-bottom: 1px solid #e3e8ea;
  -webkit-box-shadow:  0px 0px 4px 0px rgba(105, 125, 136, .3);
          box-shadow:  0px 0px 4px 0px rgba(105, 125, 136, .3);
}
.top-inset-shadow {
  -webkit-box-shadow: 0 2px 2px rgba(105, 125, 136, 0.4) inset;
          box-shadow: 0 2px 2px rgba(105, 125, 136, 0.4) inset;
}
.sidebar {
  margin-top: 40px;
}

.sidebar ul {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
}



/* Half Page Height Carousel Customization */
.carousel {
  height: 35%;
}

.item,
.active,
.carousel-inner {
  height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat:no-repeat;
}

/* Social Icons Styles */
.list-social-icons {
  margin-bottom: 45px;
}

.tooltip-social a {
  text-decoration: none;
  color: inherit;
}

.facebook-link a:hover {
  color: #3b5998;
}

.linkedin-link a:hover {
  color: #007fb1;
}

.twitter-link a:hover {
  color: #39a9e0;
}

.google-plus-link a:hover {
  color: #d14836;
}

/* Service Page Styles */
.service-icon {
  font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
  font-size: 8em;
}

/* Pricing Page Styles */
.price {
  font-size: 4em;
}

.price-cents {
  vertical-align: super;
  font-size: 50%;
}

.price-month {
  font-size: 35%;
  font-style: italic;
}

.pull-right-btn {
  float: right;
}
.pull-left-btn {
  float: left;
}
.carousel-caption>h1{
	  text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
	  font-size:30px;
	  font-weight:700;
	}
/* Video Styles */

video {
  width: 100%    !important;
  height: auto   !important;
}

/* Footer Styles */
footer {
  margin: 50px 0;
}

/* Responsive Styles */
@media (max-width: 400px) {
	.carousel-caption>h1{
	  font-size:10px;
	}
	#movingBarg {transform:scale(1) !important;}
}
@media (max-width: 512px) {
  .btn-responsive{
	  float:none;
	  margin: 15px 0;
}
	.pull-right-btn {
	  clear:both;
	  display:block;
	}
	.pull-left-btn {
	  clear:both;
	  display:block;
	}
	.carousel-caption>h1{
	  font-size:20px;
	}
	#movingBarg {transform:scale(1) !important;}
}
@media (max-width: 767px) {
	.carousel-caption>h1{
	  font-size:16px;
	  text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	}

	.carousel {
	  height: 25%; /* increases the carousel height so it looks good on phones */
	}
	#movingBarg {transform:scale(1) !important;}

}
