/* GENERAL*/
body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}

h1,h2,h3,h4,h5,h6
{
	font-weight: bold;
}

img
{
	max-width: 100%;
	height: auto;
}

section
{
	padding: 45px 0px 80px 0;
}

section .heading
{
	text-align: center;
	
}

section .heading h2
{
	text-transform: uppercase;
}

.blue-divider
{
	width: 100%;
	max-width: 100px;
	height: 2px;
	background: #004d80;
	margin: 0 auto;
}

.white-divider
{
	width: 100px;
	height: 2px;
	background: #fff;
	margin: 0 auto;
}

.bigger
{
	font-weight: bold;
	font-size: 20px;

}

.texte
{
	text-align: left;
}

/* MENU */

.navbar .navbar-brand
{
	background: #fff;
	font-size: 15px;
	letter-spacing: 2px;
	 /*text-transform: uppercase;*/
	font-weight: bold;
}

.navbar .navbar-brand
{
	color: #fff;
	background-color: #004d80;
}
.navbar .navbar-brand:hover
{
	color: #004d80;
	background-color: #fff;
}

.dropdown-menu
{
	background-color: #fff;
	text-align: center;
}

.navbar li a
{
	color: #004d80 !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a
{
	color: #fff !important;
	background-color: #004d80 !important;
}
#Premium
{
  color: #fff !important;
 background-color: #f0ad4e !important;
}


.icon-bar
{
	background-color: #004d80 !important;
}


body , html {
    height: 100%;
    margin: 0;
}

.backgroundimage {
    /* The image used */
    background-image: url("../images/Planet/health.jpeg");
    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.backgroundfull
{
  color: white;
   min-height: 100%; 
   background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.task-block
{
  font-weight: bold;
  background-color: white;
  opacity: 0.6;
  color: #004d80;
  padding: 10px 20px;
  max-width: 320px;
}

.text-block {
    position: absolute;
      
    top: 30%;
    margin-left: 50%;
    min-height: 250px;
    max-width: 320px;
    background-color: white;
    opacity: 0.85;
    color: #004d80;
    padding: 10px 20px;
    
}
@media screen and (max-width: 600px) {
    .text-block {
        margin-left: 20%;

    }
}


/* Section solaris*/

#solaris .heading h1
{
  color: #fff;
  text-transform: uppercase;

}

#solaris 
{
  color: #fff;
  background: #004d80;
}

.liste
{
  text-align: left;
  font-size: 15px;
  padding: 0 20px 0 20px;
}

#solaris .gly
{
  font-size: 70px;
  text-align: center;
  padding-top: 65px;  
}

#gesundheit
{
  background: #fff;
  color: #004d80;
}

#gesundheit .heading 
{
  padding: 10px 0;
  
}

.column 
{
    float: left;
    width: 33.33%;
    text-align: center;
}

/* Clear floats after the columns */
.row:after 
{
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}

/*ABOUT*/

.chip {
    display: inline-block;
    padding: 0 15px;
    max-height: 50px;
    font-size: 15px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #f1f1f1;
}

.chip img {
    float: left;
    margin: 0 10px 0 -25px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

#about
{
	padding-top: 50px auto 0 auto;
	background: #004d80;
}

.profile-picture
{
	text-align: center;
	width: 100%;
	margin: 0 0;
	float: none;
}

#about .heading h1
{
	color: #fff;
	text-transform: uppercase;

}


.button1
{
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	background:  #004d80;
	border: 1px solid white;
	display: inline-block;
	margin-top: 20px;
	padding: 18px 50px;
	border-radius: 3px;
	transition: all 0.3s ease-in 0s;
}
.button1:hover
{
	background: white;
	color: #004d80;
	text-decoration: none;
}


/* SKILLS*/	

#skills
{
	background: #fff;

}

#skills .heading h2
{
	color: #004d80;
}

#skills .progress
{
	height: 100%;
	margin: 30px 20px;
	background: #ddd;
}

#skills .progress-bar
{
	background: #004d80;
}

#skills .progress h5
{
	text-shadow: 1px 1px 1px #000;
}


/* ziele */
.gif
{
	max-height: 350px;
}

.foto
{
	height: 200px
	
}

.videos
{
	
	max-height: 400px;
	width: auto;
}

.responsive 
{
    height: 100%;
    max-height: 200px;
    width: auto;
}

.span
{
	height: 30px;
}

#ziele
{
	background: #fff;
}

#ziele .heading 
{
	padding: 10px 0;
	color: #004d80;
}

.stand-block
{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 20px;
  color: #004d80;
	background: #ddd;
	border-radius: 5px;
	border: 2px solid #ccc;
	margin-bottom: 20px;
}

.ziele-block
{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 20px;
  color: #004d80;
	background: #ddd;
	border-radius: 5px;
	border: 2px solid #ccc;
	margin-bottom: 20px;
}


.form-block
{
	width: 100%;
	margin: 0 auto;

	/*background: #ddd;border: 2px solid #ccc;*/
	border-radius: 10px;
	color: #004d80;
	
	margin-top: 30px;
}

.form-block h1,h2,h3,h4
{
	text-align: center;
}

.ziele-block h5
{
	color: #888;
	font-size: 15px;
	margin-bottom: 15px;

}

.ziele-block .glyphicon-flag
{
	font-size: 40px;
}

.ziele-block h3
{
	color: #004d80;
}

.ziele-block h4
{
	margin-bottom: 20px;
}


.ziele-block .blue-divider .stand-block
{
	margin-bottom: 20px;
}





/* FOOTER */


footer
{
    background: #004d80;
	padding: 10px 0 20px;
}

footer a 
{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

footer a:hover
{
  color: #fff;

  font-weight: bold;
  text-decoration: none;
}

/* Anmeldung */

#sign
{
	padding: 20px 0 20px 0;
}

.help-inline
{
	color: red;
}


.thank-you
{
	text-align: center;
	margin-top: 15px;
	font-weight: bold;
	font-size: 22px;
}


/* Connexion*/


#log
{
	padding: 50px 0 30px 0;

}

#connexionButton
{
	padding-top: 100px;
}


/* Training*/

#training
{
	padding-top: 20px;
	padding-bottom: 50px;

}

#workout
{
	text-align: center;
	margin-top: 70px;
	margin-bottom: 20px;

}

#timer
{	
	margin-top: 70px;
	margin-bottom: 20px;
}

#zurück
{
	margin-bottom: 20px;
}

/* ZIEL */



/* Letzte trainings*/

th
{
	text-align: center;
}

/*Statistiken */

#statistiken
{
	margin-top: 50px;
}

/* SOCIAL*/


* {
    box-sizing: border-box;
}

.openBtn {
    background: #f1f1f1;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
}

.openBtn:hover {
    background: #bbb;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 40px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: #bbb;
}

#frendshipRequest
{
	text-align: center;	
}

.info 
{
    background-color: #ffe6e6;
    border-left: 6px solid red;
    margin-bottom: 15px;
    padding: 6px 12px 2px 12px;
    color:#990000;
}

@media (max-width: 1370px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        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: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}



.slidecontainer {
    width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;  
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

/* Bilder text */
.koffer {
    position: relative;
    text-align: center;
    color: white;
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*TIMELINE */


* {
  box-sizing: border-box;
}

/* Set a background color */


/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.containertimeline {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.containertimeline::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.content {
  padding: 5px 20px;
  background-color: white;
  position: relative;
  border-radius: 6px;
  text-align: left;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 3000px) {
/* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

/* Full-width containers */
  .containertimeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .containertimeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 15px;
  }

/* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}



/* CAROUSEL TIPPS*/

#recommandations
{
  background: #fff;
}

#recommandations .heading h2
{
  color: #004d80;
}

.carousel-control.left, .carousel-control.right
{
  background-image: none;
  color: #004d80;
  max-width: 20px;
}

.carousel-indicators
{
  bottom: 0px;
}

.carousel-indicators li
{
  border-color: #004d80;
}

.carousel-indicators li.active
{
  background-color: #004d80;
}

#myCarousel .item
{
  padding: 2px 20px 20px 20px;
}

#myCarousel .item h3
{
  color: #004d80;
  font-style: italic;; 
  
}

/* STORE */
* {
    box-sizing: border-box;
  }

  /* Create three columns of equal width */
  .columns {
    float: left;
    width: 33.3%;
    padding: 8px;
  }

  /* Style the list */
  .price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  /* Add shadows on hover */
  .price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
  }

 

  /* List items */
  .price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
    color: black;
  }

  /* Grey list item */
  .price .grey {
    background-color: #eee;
    font-size: 20px;
  }

   /* Pricing header */
  .price .headerBlack {
    background-color: #111;
    color: white;
    font-size: 25px;
  }

   .price .headerBlue {
    background-color: #004d80;
    color: white;
    font-size: 25px;
  }

   .price .headerGold {
    background-color: #f0ad4e;
    color: white;
    font-size: 25px;
  }

  /* The "Sign Up" button */
  .buttonPremium {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
  }

  /* Change the width of the three columns to 100%
  (to stack horizontally on small screens) */
  @media only screen and (max-width: 600px) {
    .columns {
      width: 100%;
    }
  }

 .table_transparent
 {
  background: rgba(245, 245, 245, 0.6);
  font-weight:bold;
  width: 100%;
 }

.hilfeImage
{
  height:100% ; 
  max-height:500px;
  display: block;  
  margin-left: auto;  
  margin-right: auto;
}
@media screen and (max-width: 800px) {
    .modal-dialog {
        width:100% !important;
    }
}



.loader {
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #3498db;
width: 120px;
height: 120px;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}




.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
 
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
 
/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}



.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white !important;
}