/**************************************************************************************
  Font
**************************************************************************************/
/*https://fonts.google.com/specimen/Libre+Franklin?selection.family=Libre+Franklin*/
@import url('https://fonts.googleapis.com/css?family=Libre+Franklin');
@import url('https://fonts.googleapis.com/css?family=Raleway');

html,body {
	padding:0px;
	margin:0px;
	height: 100%;
	font-family: 'Libre Franklin', sans-serif;
    font-weight: normal;
    font-style: normal;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
	font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}


a,a:hover,a:active,a:visited,a:focus{
	color:#63B3B7;
	text-decoration:none;
}

.btn,a.btn{
	color:white;
  font-size:1.2em;
	text-decoration:none;
  text-transform:uppercase;
	padding:6px 30px;
	border-radius: 5px;
	margin-right:5px;
background-color:#63B3B7;
}

.btn:hover,a.btn:hover,footer .btn:hover{
	background-color:#2968E5;
	color:white;
}


#logo{
  height: 50px;
  width:auto;
  margin:15px;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
#logo{
  height: 70px;
  margin:20px;
}
}

/**************************************************************************************
  Hilfsklassen
**************************************************************************************/
.bg-gray{
	/*background-color:#E8E8E8;*/
  background-color: #F0F0F0;
}

/**************************************************************************************
  Header
**************************************************************************************/
header{
	width:100%;
	height:60%;
	background: url("../uploads/Images/surf4.jpeg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color:white;
	background-attachment: static;
}

#header-opacity{
	position: absolute;
	margin:0 auto;
	text-align:center;
	width:100%;
	height:60%;
}

#header-content{
	width:100%;
	height:50%;
	padding-top:100px;
  padding-left:5%;
  padding-right:5%;
}

#header-content h2{
	font-size:1.3em;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
#header-content h2{
	font-size:2em;
}
  
#header-content{
	padding-top:160px;
  }
}

/**************************************************************************************
  Navigation
**************************************************************************************/
#navigation1 .navbar{
	background-color:transparent;
  	width:100%;
	height:20%;
   padding-left:0px;
  padding-right:0px;
      z-index: 1000;
  position: absolute;
    width: 100%;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  
  #navigation1 .navbar{
      position: relative;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
#navigation1{
   padding-left:5%;
  padding-right:5%;
}
}

.navbar-toggler {
    border: 1px solid white;
  margin-right:15px;
}

.navbar-brand {
    margin-left:15px;
}

/*Damit das Hamburger Menu weiss gefärbt wird*/
.navbar-toggler-icon{
	width:2.2em;
	height:2.2em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#navigation1 ul{
background-color:rgba(245,245,245,0.7);
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
#navigation1 ul{
  background-color:transparent;
}
}

#navigation1 ul li{}
#navigation1 ul li a{
  	background-color:transparent;
  	color:#63B3B7;
      padding: 20px;
  font-size:1.1em;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
#navigation1 ul li a{
  	color:white;
    font-size:1em;
}
}


/**************************************************************************************
  Content
**************************************************************************************/
main .row{
	padding-top:4%;
  padding-bottom:4%;
    position: relative;
  background:transparent !important;
  background-color:transparent !important;
}

#angle_wrapper{
    width: 100%;
    height: 300px;
    position: relative;
    background-color: transparent;
    margin-bottom: -200px;
    overflow: hidden;
    margin-top: -100px;
}
#angle{
height: 160px;
    width: 120%;
    top: 50px;
    left: -10%;
    right: -10%;
    transform: rotate(-3deg);
    position: relative;
    background-color: white;
}


#top_content{
padding-top:3%;
  padding-bottom:4%;
}

#content .fa,
#top_content .fa.bitcoin{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#78bab5+1,2a92ed+100 */
color: rgb(120,186,181); /* Old browsers */
color: -moz-linear-gradient(left, rgba(120,186,181,1) 1%, rgba(42,146,237,1) 100%); /* FF3.6-15 */
color: -webkit-linear-gradient(left, rgba(120,186,181,1) 1%,rgba(42,146,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
color: linear-gradient(to right, rgba(120,186,181,1) 1%,rgba(42,146,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78bab5', endColorstr='#2a92ed',GradientType=1 ); /* IE6-9 */
}

#top_content .fa.bitcoin{
    font-size: 250px;
    position: absolute;
    right: 29%;
    top: 30%;
    opacity: 0.2;
    transform: rotate(20deg);
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
#top_content .fa.bitcoin{
    right: 40%;
    top: 10%;
}
}

#content .fa{
	font-size:100px;
	margin:15px;
  transform: scale(1.0);
	transition: transform 200ms linear;
}

#content .fa:hover{
	font-size:110px;
	margin:10px;
  transform: scale(1.13);
	transition: transform 200ms linear;
}






/**************************************************************************************
  Banner
**************************************************************************************/
#banner{
padding-top:5%;
  padding-bottom:3%;
}

#banner .carousel-indicators{
	position:relative;
	margin-top:20px;
  padding-top:50px;
}

#banner .carousel-indicators li{
	background-color:#D8D8D8;
	width:100px;
	height:10px;
	margin:5px;
}
#banner .carousel-indicators .active{
	background-color:#63B3B7;
}

#banner img{
border-top-left-radius:30px;
  border-bottom-right-radius:30px;
}
#banner .icontext{
padding-top:80px;
}

/* ============================ Presenter ==============================*/
#presenter{
height:150px;
overflow:hidden;
}
#presenter .row, #presenter .col, #presenter .carousel{
height: 100%;
}

#presenter .carousel-indicators{
  display:none;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { #presenter{height:150px;} }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { #presenter{height:180px;} }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { #presenter{height:250px;} }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { #presenter{height:450px;} }

#slidertext{
margin-top:10px;
background-color:white;
}

#slidertext h1{
padding-top:15px;
padding-right:0px;
padding-left:0px;
}
#slidertext p{
padding-right:0px;
padding-left:0px;
padding-bottom:15px;
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
#slidertext{margin-top:-200px;} 
#slidertext h1{padding-right:15px;padding-left:15px;}
#slidertext p{padding-right:15px;padding-left:15px;}
}


/**************************************************************************************
  Footer
**************************************************************************************/
footer{
	padding-top:5%;
  padding-bottom:5%;
}

footer .btn{
	padding:10px;
	text-align:center;
	width:100%;
	font-family: 'RoundedHead';
	font-size:20px;
	margin-bottom:10px;
}

footer .btn.btn-secondary{
	margin-bottom:0px;
}

footer .fa {
	font-size: 3em;
  margin:20px;
  transform: scale(1.0);
	transition: transform 200ms linear;
}

footer .fa:hover {
	transform: scale(1.13);
	transition: transform 200ms linear;
}





