@font-face {
    font-family: 'triump-black';
	src: url('/font/triump-black.otf')format('opentype'),
	 url('/font/triump-black.woff')format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Poppins-Light';
	src: url('/font/Poppins-Light.ttf')format('truetype'),
	url('/font/Poppins-Light.woff')format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	font-display: swap;
}

@font-face {
    font-family: 'League-Spartan';
	src: url('/font/LeagueSpartan-Regular.ttf')format('truetype'),
	url('/font/LeagueSpartan-Regular.woff')format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


html, body { 

  font-size: 20px;
     max-width: 100%;
    /*overflow-x: hidden;*/
	scroll-padding-top: 7em;
	scroll-behavior: smooth;
}

body {
  font-family: League-Spartan;
  height: 100vh;
  color: #374252;
  
}


h1, h2, h3, h4{
	font-family: triump-black;
}

.h_frame{
border-color: green;
border-width: 5px;
border-style: solid;
}

header{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}


.headerWrap{
	color: #fff;
	width: 100%;
}

@media screen and (max-width: 600px) {
	.pv-widget{
		visibility: hidden;
		display: none;
	}
}
@media screen and (min-width: 600px) {
	.pv-widget-mobile{
		visibility: hidden;
		display: none;
	}
}

.nav-link{
	color: #374252 !important;
	display: inline-block;
	font-size: 1em;
	font-weight: 500;
}

.nav-green{
  background: #8dcf3f !important;
  color: #fff !important;
  margin-left: 0.5em;
  cursor: pointer;
  padding: 4px .5em 6px;
  
}

.nav-green:hover {
  background: #80c431 !important;

}

.navbar{
	background-color: #E19C32 !important; 
	-webkit-transition: background-color 500ms linear; 
	-moz-transition: background-color 500ms linear; 
	-ms-transition: background-color 500ms linear; 
	transition: background-color 500ms linear; 
}


.scrolled{

	background-color: #e9bb75 !important;
	-webkit-transition: background-color 500ms linear; 
	-moz-transition: background-color 500ms linear; 
	-ms-transition: background-color 500ms linear; 
	
	transition: background-color 500ms linear; 
	
}


.headerTitle,
.headerSubtitle {
  text-align: center;
  margin-left: auto;
  margin-right: auto;

}

.headerSubtitle a{
	text-decoration: none;
}

.headerTitle {
  margin-top: 7.6rem;
  margin-bottom: 1.2rem;
  max-width: 960px;
  /*padding-left: 4.5rem;
  padding-right: 4.5rem;*/
  text-align: center;
}

.headerSubtitle{
	font-size: 1.5rem;
	color: #374252;
}

.header--extended{
	width: 100%;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
}

.header--extended .headerTitle {
  max-width: 40rem;
  margin-top: 7.6rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.header_item{
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
}

.headerBottomWrap{
  padding-top: 6.4rem;
  
}

.headerBottomWrap.bg_custom{
	color: #374252;
	padding-top: 0;
	background: linear-gradient(
    180deg,
    #E19C32 19.5rem,
    #f7f8fa 11.5rem,
    #f7f8fa
  );
}

.bg_custom:after{
display: block;
  content:"";  
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  height: 1em; 
  width: 100%;  
}

/* wellen */
.wavy{
	height: 1%;
}


@media only screen and (max-width: 1199px) {
  .featureWrap.bg--custom {
    padding-top: 0;
    background: linear-gradient(180deg, #E19C32 8rem, #f7f8fa 8rem, #f7f8fa);
  }
}
@media only screen and (max-width: 719px) {
  .featureWrap.bg--custom {
    padding-top: 3.2rem;
    background: #f7f8fa;
  }
}


.bg_yellow{
	/*background: #fbbc09;*/
	background: #E19C32;
}

.white{
	color: #fff;
}

.icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.3rem;
  vertical-align: text-bottom;
}


/* features */

bg-feature {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
}

.feature-box {
  transition: all 0.5s ease;
}

.feature-box:hover {
  transform: scale(1.1);
}

@media (max-width: 767.98px) {
  .bg-feature {
    height: auto;
    padding: 90px 0;
  }
}

/* solar widget dingens */

.gradient-custom {
/* fallback for old browsers */
background: #ffffff;

/* Chrome 10-25, Safari 5.1-6 */
background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 236, 210, 1));

/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 236, 210, 1))
}

.carousel-indicators li {
background-color: #282828;
width: 7px;
height: 7px;
border-radius: 50%;
}

/* for svg icons */
svg .kontakt{
  fill: #fdb824;
}

.btn-primary{
  background-color: royalblue;
}

/* für die hilfeseite */


.hilfeh1{
    font-family: triump-black;
    padding-bottom: 25px;
	text-align: center;
}

.container{
 position: relative;
 display: flex;
 flex-direction: column;
 gap: 30px;
}

.hilfebox{
    background: #fff;
    cursor: pointer;
    box-shadow: 10px 10px 15px rgba(0,0,0,0.25);
    border-left: 2px solid #fdb824;
    padding-left: 30px;
    padding-bottom: 20px;

}



.hilfetitel{
    font-family: triump-black;
    padding-top: 20px;
    padding-bottom: 10px;

}

.wavy{
	background-image: url("/img/wavy.png");
	background-size: cover !important;
}

/* team */

.liga-heading{
	background: #e8b261;
}

.team{
	background: #efefef;
    
}

.team_bg_alt{

	background: radial-gradient(circle at center center , #f98a0d, #8dcf3f , #f98a0d, #fff);
	background-repeat: no-repeat;
	padding: 0px !important;
}

.team_bg{
/*
	background: linear-gradient(
    180deg,
	#f7f8fa,
    #E19C32 18rem,
    #f7f8fa
  )!important;*/
  background: #f7f8fa;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #EFEFBB,     #f0be72 18rem, #f7f8fa);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #EFEFBB ,    #f0be72 20rem, #f7f8fa); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  background-size: cover !important;
  padding: 0px !important;
}

/*
.team_bg:before {
  display: block;
  content:"";  
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  height: 1em; 
  padding-left: 0px;
	
}
*/
.team_bg:after {
  display: block;
  content:"";  
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  height: 5em; 
	width: 100%;  
}

.streifenWrap{
	display: flex;
	position: absolute;
	align-items: center;
	height: 40vh;
	width: 100%;
}

.streifen{
  height: 5vh;
  width: 100%;
  background-color: #f98a0d;
  z-index: -1;
}

.teamxx{
  
  background: radial-gradient(circle farthest-side, #E19C32 30%, #ffedbc );
  background-repeat: no-repeat;
  color: #374252;
}

/* cube */

/*
.section_wwl:before{
	  display: block;
	  content:"";  
	  bottom: 0;
	  left: 0;
	  right: 0;
	  background: linear-gradient(to top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	  height: 5em; 
	  padding-left: 0px;
}*/

.section_wwl:after{
	  display: block;
	  content:"";  
	  bottom: 0;
	  left: 0;
	  right: 0;
	  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	  height: 5em; 
		width: 100%; 
}

.section_wwl{
	/*margin-top: 5em;*/
	background: #ADA996;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}

.wwl {
	margin-top: 0px;
	padding-top: 8em;
	padding-bottom: 6em;
	margin-bottom: 0px;
    min-height: 400px;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    /* background: #364C64; */
}

.text {
    font-weight: bold;
    font-family: Arial;
    text-transform: uppercase;
}

.container {
    perspective: 600px;
}

.cube {
    position: relative;

    transform-style: preserve-3d;
    animation: spin 80s linear infinite;
    animation-direction:alternate-reverse;
}

@media (min-width: 300px) {
    .cube {
        width: 150px;
		height: 150px;
		--tz: 75px;
    }
}

@media (min-width: 900px) {
    .cube {
        width: 300px;
		height: 300px;
		--tz: 150px;
    }
}

.cube__face {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    color: white;
    font-size: 24px;
    text-align: center;
    background-color: transparent;
    box-shadow: inset 0 0 100px #ADA996;
    outline: 1px solid #ADA996;
	/* old blue: #02203c*/
}

.cube__face img {
  max-width: 100%;
}

.cube-face--left {
    transform: rotateY(-90deg) translateZ(var(--tz));
}
.cube-face--front {
    transform: rotateY(0deg) translateZ(var(--tz));
}
.cube-face--back {
    transform: rotateY(180deg) translateZ(var(--tz));
}
.cube-face--right {
    transform: rotateY(90deg) translateZ(var(--tz));
}
.cube-face--top {
    transform: rotateX(90deg) translateZ(var(--tz));
}
.cube-face--bottom {
    transform: rotateX(-90deg) translateZ(var(--tz));
}

.shadow {
    outline: none;
    background: rgba(0,0,0,0);
    box-shadow: 0 0 100px #000;
}

@keyframes spin {
    0% {
        transform: rotateY(0deg);
    }
    25%{
        transform: rotateY(360deg);
    }
    50%{
        transform: rotateX(0deg);
    }
    100% {
        transform: rotateX(360deg);
    }
}

/* Freunde, Kunden, Partner */

.friends-header h3 {
    font-size: 36px;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    position: relative;
}

.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #556877;
    width: 50%;
}

/*
.section-bg:before{
	display: block;
	content:"";  
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	height: 5em; 
	padding-left: 0px;
}

.section-bg:after{
  display: block;
  content:"";  
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  height: 5em; 
	width: 100%; 
	
}
*/

#clients {

   background: #f7f8fa;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #EFEFBB,     #f0be72 18rem, #f7f8fa);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #EFEFBB ,    #f0be72 20rem, #f7f8fa); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}


#clients .client-logo {
    padding: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    overflow: hidden;
    /*background: #fff;*/
    height: 160px;
}

#clients img {
    transition: all 0.4s ease-in-out;
}
 
/* für services5 */


.services s-5{
	/*background: linear-gradient(
    180deg,
	#f7f8fa,
    #E19C32 18rem,
    #f7f8fa
  )!important;
  background-size: cover !important;*/
  	background: #eee;
	display: flex;
	justify-content: center;
}

.services .container{
    padding: 50px 0px;
    display: flex;
    gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
	position: relative;
	
}

.services5{
	box-sizing: border-box;
	margin: 0;
	padding: 0;

	
}

.box{
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.s-titel{
	text-align: center;
}

.our-services{
	margin-top: 75px;
	padding-bottom: 30px;
	padding: 0 60px;
	min-height: 198px;
	
	border-radius: 10px;
	background-color: #fff;
	transition: all .4s ease-in-out;
	box-shadow: 0 0 25px 0 rgba(20,27,202,.17);
	
}
	
.our-services .service-icon{
	margin-bottom: -21px;
	transform: translateY(-50%);
	text-align: center;
}

.our-services:hover h4, .our-services:hover p{
	color: #fff;
}

.speedup:hover{
	box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
	cursor: pointer;
	background-image: linear-gradient(-45deg, #fb0054 0%, #f55b2a 100%);
}
	
.settings:hover{
	box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
	cursor: pointer;
	background-image: linear-gradient(-45deg, #34b5bf 0%, #210c59 100%);
}
	
.privacy:hover{
	box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
	cursor: pointer;
	background-image: linear-gradient(-45deg, #3615e7 0%, #44a2f6 100%);
}

.backups:hover{
	box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
	cursor: pointer;
	background-image: linear-gradient(-45deg, #fc6a0e 0%, #fdb642 100%);
}

.ssl:hover{
	box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
	cursor: pointer;
	background-image: linear-gradient(-45deg, #8d40fb 0%, #5a57fb 100%);
}

.database:hover{
	box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
	cursor: pointer;
	background-image: linear-gradient(-45deg, #27b88d 0%, #22dd73 100%);
}

