/* GENERAL*/
body,h1,h2,h3,h4,h5,h6 {font-family: 'Mulish', sans-serif;}

h1,h4{

  background: -webkit-linear-gradient(300deg, #C211A1 10%, #34DCF9 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h5
{
  font-size: 60px;
   color:#254293;
}

h6{
   font-size: 3em;
   color:#254293;
}

h4{
  font-size: 70px;
    text-align: center;

}

.mail
{
   font-size: 0.5em;
   color:#fff;
}

p,li{
  color:#254293;
 font-size: 16px;
}

.bold
{
  font-weight: bold;
}
h2{
  text-align: left;
  font-size: 6vw;
  background: -webkit-linear-gradient(300deg, #C211A1 10%, #34DCF9 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


h3{
  color: #254293;
  text-align: right;
  font-size: 70px;
  margin-right: 20px;
}

.imgLogo
{

width: 100%;
max-width: 268px;
opacity: 1;
z-index: 11
}
/* test */
.colorscene
{
  width:  100% ;
  height: 180px;
  background: transparent linear-gradient(267deg, #9651BD 0%, #3CD0F4 89%, #34DCF9 100%) 0% 0% no-repeat padding-box;
  opacity: 0.84 !important;
  position: relative;
}
.colorsection
{
  top: 0px;
  width:  100% ;
  position: absolute;
}


.colortriangle
{
  top: 90px;
  width: 0; 
  height: 0; 
  border-top: 90px solid transparent;
  border-bottom: 0px solid transparent; 
  
  border-right:100vw solid white; 
  position: absolute;
}

/* MENU */
.bigtrianglemulti
{
  
  width: 0; 
  height: 0; 
  border-top: 0px solid transparent;
  border-bottom: 60px solid transparent;
  z-index: -1;
  border-left: 100vw solid  transparent linear-gradient(267deg, #9651BD 0%, #3CD0F4 89%, #34DCF9 100%);
   background: transparent linear-gradient(267deg, #9651BD 0%, #3CD0F4 89%, #34DCF9 100%) 0% 0% no-repeat padding-box !important;
   overflow: hidden;
}
.sectionmulti
{
  
  left: 0px;
  position: relative;
  background: transparent linear-gradient(267deg, #9651BD 0%, #3CD0F4 89%, #34DCF9 100%) 0% 0% no-repeat padding-box !important;
  height: 200px;
   opacity: 0.84 !important;
   z-index: 1;
}
.bg-img {
  position: absolute;
 
  width: 100%;
  height: 280px;
  
}
@media (max-width: 400px) {
  .bg-img {
    width: 130%
  }
}

.containerNav
{
  margin-left: 10px;
  margin-right: 10px;
  padding: 40px 50px 0px 50px;
  
  height: auto;  
}

.containerTop
{
  position: relative;
  margin-right: 10%;
  margin-left:  10%;
}



@media (max-width: 1400px) {
    
    .navbar-header {
        float: none;
        padding-right: 50px;
    }
    .navbar-toggle {
        float: right;
        display: block;
        height: 100px;
        font-size: 20px;
        margin-right: 10%;
    }
    .navbar-toggle .icon-bar
    {
      width: 44px;
      height: 4px;
      border-radius: 2px;
    }
    .navbar-collapse {
        float: right;
        position: absolute;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: right!important;
        background-color: #e6e8ec;
        opacity: 0.84;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 0px !important;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

@media (max-width: 590px) {
    .navbar-header{
      width: 100%;
    }
    .containerNav{
      margin-right: 0px;
    }
    .imgLogo
    {
      margin-top: 30px;
      width: 55%;
      max-width: 180px;
    }
    .navbar-toggle {
        float: right;
        margin-right: 0px;
    }
    .navbar-header {
        padding-right: 0px;
    }
}

.navbar li a
{
	color: #000 ;
  margin-left: 51px;
  font-size: 24px;
  align-items: center;
}

 .navbar-nav li.active a
{
	color: #fff ;
}
#kontakt
{
  color: white;
}


.icon-bar
{
	background-color: white;
  margin: 7px;
}

nav
{
  z-index: 10;
}



.plugin{
  width: 100%;
  display: block;
  position: relative;
  z-index: -1;
  min-width: 1100px;

  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.backgroundplugin
{
  text-align: center;
  top: 0px;  /*-500*/
  position: relative;
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  min-width: auto;
  min-height: 100px;
  max-height: 900px;
  width: 100%;
  overflow: hidden;
}




.text-block {
    position: absolute;
      
    top: 40%;
    margin-left: 50%;
    max-width: 550px;
    width: auto;
    margin-right: 10px;
    background-color: white;
    opacity: 1;
    color: #000;
    padding: 10px 20px;
    box-shadow: 5px 10px 8px #00000029 !important;
    border-radius: 27px;
}

@media screen and (max-width: 1130px) {
    .text-block {
        margin-left: 20%;
        margin-right: 20px;
    }
    .text-block h2{
      font-size: 6vw;
    }
    .text-block h6{
      font-size: 4vw;
    }
    h6{
      font-size: 6vw;
    }
}

.team-block{
  min-width: 230px;
  height: 100%;
  margin: 10px;
  background-color: white;
    opacity: 1;
    padding: 10px 20px;
    box-shadow: 5px 10px 8px #00000029 !important;
    border-radius: 27px;
}

.team-block img{
  width: 90%;
  max-width: 360px;
  max-height: 360px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 27px;
}

.grafik
{
  width: 100%;
}

.responsive
{
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.partner
{
  margin: 0px 10%;
}

.partner table{
  margin-left: auto;
  margin-right: auto;
}

.partner img{
  width: 90%;
  max-width: 360px;
  max-height: 360px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}

.partnerbackground{
  padding: 20px 5px;
  background-color: #e6e8ec;
}

.polygone
{
  position: absolute;
  top: 20px;
  left: -70px;
  width: 0; 
  height: 0; 
  border-top: 190px solid transparent;
  border-bottom: 0px solid transparent; 
  z-index: -1;
  border-right:   190px solid white; 
  box-shadow: 5px 10px 8px #00000029;
}

.fullback
{
  width: 100%;
}
.bigtriangle1
{
  top: -60px;
  left: 0px;
  position: relative;
  width: 0; 
  height: 0; 
  border-top: 60px solid transparent;
  border-bottom: 0px solid transparent;
  z-index: -1;
  border-left: 100vw solid #e6e8ec;
   overflow: hidden;
}
.bigtriangle2
{
  top: -60px;
  left: 0px;
  position: relative;
  width: 0; 
  height: 0; 
  border-top: 0px solid transparent;
  border-bottom: 60px solid transparent;
  z-index: -1;
  border-left: 100vw solid #e6e8ec;
   overflow: hidden;
}
.sectiongrey
{
  top: -60px;
  left: 0px;
  position: relative;
  background-color: #e6e8ec;
  height: 15vw;
   z-index: -1;
}

.blue{
  color: #3BD3F5;
  text-decoration: underline;
  font-weight: bold;
}

.glyphicon
{
  align-items: center;
}

.buttoneco{
  font-size: 20px;
  color: white;
  background:  #004d80;
  border: 1px solid white;
  display: inline-block;
  margin-top: 20px;
  padding: 8px 20px;
  border-radius: 23px;
  background: transparent linear-gradient(90deg, #4DC7EC 0%, #71479B 100%) 0% 0% no-repeat padding-box;
}
.buttoneco:hover
{
  background: white;
  color: #254293 ;
  text-decoration: none;
}

.containerImage {
  position: relative;
  margin: 20px;
  width: auto;
}

.backgroundfull
{
  top: -150px;  
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  min-width: auto;
  min-height: 100px;

}


.stecker{
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;

}

.blitz{
  width: 60%;
  max-width: 1000px;
  height: auto;
  display: block;
  margin-left: 15%;
  margin-right: 25%;

}
@media (max-width: 780px) {
   .stecker{
   width: 50% !important;
  }
}







/* FOOTER */


footer
{
    background: transparent linear-gradient(267deg, #9651BD 0%, #3CD0F4 89%, #34DCF9 100%) 0% 0% no-repeat padding-box;
	padding: 10px 0 20px;
}

footer a 
{
	color: white !important;
	text-decoration: none;
}

footer a:hover
{
  color: #fff;
    text-decoration: none;
}

.color
{
  clip-path: polygon(0px 0px, 200px 0px ,200px 100px ,0px 200px );
  content: " ";
}