
body {
    font-weight: 200;
    font-style: normal;
    font-size: 115%;
    font-family: 'Nunito'; 
    color: #494949;

    /* background: linear-gradient(to right, #0062E6, #33AEFF); */
    /* font-family: 'Noto Sans'; */
    /* font-family: 'Lato', sans-serif; */
}

h1 { font-size: 170%; }
h2 { 
    font-size: 240%;
    padding: 20px 0 20px;
    font-weight: 400;
    color: #0081d6;
 }
h3 { font-size: 150%;
    padding: 20px 0 20px;
    font-weight: 300;
    color: #000000; }

h4 { font-size: 90%; }
h5 { font-size: 85%; }
h6 { font-size: 70%; }

.impressum p {
  font-weight: 200;
  font-style: normal;
  font-size: 85%;
  font-family: 'Nunito'; 
  /* color: #f0f0f0; */
}


.navbar-bg {
    background-color: #004F4E;
}

.landing {
    background-image: url("../svg/Landing Background.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.baner {
    background: #ffffff;
    background-image: url("../svg/background.svg");
    background-repeat: repeat;
    background-size: 100%;
    /* background-size: cover; */
    width: 100%;
}

.jumbotron {
    padding: 10em inherit;
}

.logo {
	width:50px;
	height:50px;
    margin: 15px;
    /* border-radius: 25px; */
    /* background: #0071BC; 0, 113, 188 */
    display: inline-block;
    background-image:url(../favicon.svg);
	/* background-image:url(../img/app-icon.png);
	background-repeat:no-repeat;
	background-position:center;  */
}


.app-icon {
  width:140px;
	height:140px;
  margin: 10px;  
}
  
.download-badge {
    margin: 30px 0;
    display: inline-block;
    width: 135px;
    height: 40px; }
    .download-badge.ios {
    background: url("../svg/app-store-badge.svg") 120% 120% no-repeat; 
}


#cpyright {
    padding: 25px 0;
}


/*FOOTER*/

footer {
    background: #424344;
    /*
    background: -webkit-linear-gradient(59deg, #3A6073, #16222A);
    background: linear-gradient(59deg, #3A6073, #16222A);
    */
    color: rgb(230, 230, 230);
    margin-top:100px;
  }

  .mainfooter {
    color: rgb(190, 39, 110);
  }
  
  footer a {
    color: rgb(233, 233, 233);
    font-size: 12px;
    transition-duration: 0.2s;
  }
  
  footer a:hover {
    color: #0081d6;
    text-decoration: none;
  }
  
  .copy {
    font-size: 10px;
    padding: 10px;
    /*border-top: 1px solid #FFFFFF;*/
  }
  
  .footer-middle {
    padding-top: 2em;
    color: rgb(233, 233, 233);
  }
  
  
  /*SOCİAL İCONS*/
  
  /* footer social icons */
  
  ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
  }
  
  ul.social-network li {
    display: inline;
    margin: 0 5px;
  }
  
  
  /* footer social icons */
  
  .social-network a.icoFacebook:hover {
    background-color: #3B5998;
  }
  
  .social-network a.icoLinkedin:hover {
    background-color: #007bb7;
  }
  
  .social-network a.icoFacebook:hover i,
  .social-network a.icoLinkedin:hover i {
    color: #fff;
  }
  
  .social-network a.socialIcon:hover,
  .socialHoverClass {
    color: #44BCDD;
  }
  
  .social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
  
  .social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
  }
  
  .social-circle li a:hover i,
  .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
  }
  
  .social-circle i {
    color: #595959;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
  }
  
  .social-network a {
    background-color: #F9F9F9;
  }
  
  