/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

body {
	font-family: FranklinGothicURW-Lig, "Franklin Gothic Book", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @group Typography */

body {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0; padding: 0
}

div.social-icons ul li a:hover {
  border-bottom:none;
}

.smaller {
	margin: 0;
	font-size: 0.8333333333333334em   /*   10px   */;
	line-height: 1.8em    /*   21.6px   */;
	margin-bottom: 1.8em;
}
.small {
	margin: 0;
	font-size: 0.9166666666666666em   /*   11px   */;
	line-height: 1.6363636363636365em    /*   19.636363636363637px   */;
	margin-bottom: 1.6363636363636365em;
}

strong, b {
	font-family: FranklinGothicURW-Med, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
	font-weight: normal;
	font-style: normal;
}

.team-pics{
width:100%;
}

figure {
    margin: 0;
}

.col-lg-3{
	width:33.3%;
	float:left;
	overflow-x: hidden;
    text-align: center;
}

.slidewrapper{
width:100%;
}

.team-member {
    border-radius: 4px;
    margin-bottom: 35px;
    overflow: hidden;
    position: relative;
}
.team-member .details {
    font-size: 13px;
    left: 0;
    line-height: 20px;
    min-height: 180px;
    min-width:90%;
    opacity: 0;
    padding: 15px;
    position: absolute;
    text-align: left;
    top: -200px;
    transition: all 1500ms ease 0s;
    max-width: 100%;
    z-index: 999;
}
.team-member .member-details {
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
}
.team-member:hover .details {
    background: #333 none repeat scroll 0 0;
    color: white;
    opacity: 1;
    top: 0;
}
.team-member.team-member-open .details {
    background: #333 none repeat scroll 0 0;
    color: white;
    display: block;
    opacity: 1;
    top: 0;
    transition: none 0s ease 0s ;
}
.team-member .profile-pic {
    border-radius: 50%;
    height: 174px;
    margin: auto auto 25px;
    overflow: hidden;
    width: 174px;
}
.team-member.square figure.profile-pic {
    border-radius: 0%;
}
.team-member .profile-pic img {
    height: 100%;
    width: 100%;
}
.team-member h5 {
    color: #404040;
    font-weight: 700;
    margin-top: 15px;
    position: relative;
    text-transform: uppercase;
    font-size: 1.3em;
}

.member-details.awards h5{
	min-height: 30px;
}

.member-details.team h5{
	min-height: 30px;
}

.team-member .position {
    font-size: 13px;
}
.team-member .social-icons {
    margin-bottom: 25px;
}
.team-member .social-icons li::before {
    content: none;
}
.team-member .social-icons ul {
    margin: 0 0 1.5em;
}
.team-member .social-icons ul li {
    display: inline-block;
    line-height: 32px;
    margin: 2px;
}
.team-member .social-icons ul li a {
    border-radius: 50%;
    color: #808080 !important;
    font-size: 18px;
}
.team-member .social-icons ul li a:hover {
    color: #e96656 !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
.team-member .profile-pic {
    height: 128px;
    width: 128px;
}
.team-member .details {
    display: none;
}
}


p {
	margin: 0;
	font-size: 1.1666666666666667em   /*   14px   */;
	line-height: 1.5em    /*   18px   */;
	margin-bottom: 1.5em;
}
h6 {
	margin: 0;
	font-size: 1.1666666666666667em   /*   14px   */;
	line-height: 1.2857142857142858em    /*   15.42857142857143px   */;
	margin-bottom: 1.2857142857142858em;
	font-weight: normal;
	font-style: normal;
}
h5 {
	heightmargin: 0;
	font-size: 1.5em   /*   18px   */;
	line-height: 1em    /*   12px   */;
	margin-bottom: 1em;
	font-weight: normal;
	font-style: normal;
}
h4 {
	margin: 0;
	font-size: 1.75em   /*   21px   */;
	line-height: 1.7571428571428571em    /*   10.285714285714285px   */;
	margin-bottom: 0.8571428571428571em;
	font-weight: normal;
	font-style: normal;
}
h3 {
	margin: 0;
	font-size: 2em   /*   24px   */;
	line-height: 0.75em    /*   9px   */;
	margin-bottom: 0.75em;
	font-weight: normal;
	font-style: normal;
}
h2 {
	margin: 0;
	font-size: 3em   /*   36px   */;
	line-height: 0.5em    /*   6px   */;
	margin-bottom: 0.5em;
	font-weight: normal;
	font-style: normal;
}
h1 {
	margin: 0;
	font-size: 4em   /*   48px   */;
	line-height: 0.375em    /*   4.5px   */;
	margin-bottom: 0.375em;
	font-weight: normal;
	font-style: normal;
}



blockquote {
	font-size: 2em   /*   24px   */;
	line-height: 0.75em    /*   9px   */;
	margin-bottom: 0.75em;
	margin-top: 0em;
	font-weight: normal;
	font-style: normal;
	font-family: FranklinGothicURW-Lig, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.8;
	text-transform: uppercase;
}

blockquote p{
	margin-bottom: 0;
}


.pic_credit{
    font-size: 1em;
    line-height: 1em;
    margin: 0 0 1.5em;
}

.credited_picture{
	margin: 0 0 0em;
}

.content a {
	color: #e25235 !important;
}

.content a:hover {
	border-bottom: 1px solid #e25235;
}

.sidebar a {
	color: #e25235;
}

.sidebar a:hover {
	border-bottom: 1px solid #e25235;
}

		#slideshow, #slideshow2 {
		    
		    position: relative; 
		    width: 300px; 
		    height: 200px;  
		}

		#slideshowpress {
		    
		    position: relative; 
		    width: 200px; 
		    
		}
		
		#slideshow div, #slideshow2 div { 
		    position: absolute; 
		    top: 10px; 
		    left: 10px; 
		    right: 10px; 
		    bottom: 10px; 
		}
		
		#slideshow, slideshow2{
		float:left;
		}

		#slideshow{
		margin-left:307px;
		}

		#slideshow2{
		margin-left:18px;
		}

/* @end */


/* @group Basics */

.left {
	float: left;
}

.right {
	float: right;
}

.hidden {
	display: none;
}

.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

p:before,
p:after {
    content:"";
    display:table;
}

p:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
p {
    zoom:1;
}

/* @end */

/* @group Color Code */

.ryl {
	color:  #e25235;
}

.schueler {
	color:  #00577c;
}

.coaches {
	color:  #006445;
}

.unternehmen {
	color:  #b31e2a;
}

.foerderer {
	color:  #9d1463;
}

.neutral {
	color: black;
}

.ryl a {
	color:  #e25235;
	text-decoration: none;
}

.schueler a {
	color:  #00577c;
	text-decoration: none;
}

.coaches a {
	color:  #006445;
	text-decoration: none;
}

.unternehmen a {
	color:  #b31e2a;
	text-decoration: none;
}

.foerderer a {
	color:  #9d1463;
	text-decoration: none;
}

.neutral a {
	color: black;
	text-decoration: none;
}

a {
	color: black;
	text-decoration: none;
}

/* @end */

/* @group Header */

.header {
	margin-top:  1em;
	margin-bottom: 1em;
}
.topnav .logos {
	text-align: right;
}
.topnav ul {
	text-align: right;
}

.header ul li {
	display: inline;
	color: gray;
}

/* @end */

/* @group Navigation */

.navigation {
	text-transform: uppercase;
	font-family: FranklinGothicURW-Med, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 1.1em;
}

.mainnav {
	margin-bottom: 1em;
	font-family: FranklinGothicURW-Med;
	font-weight: normal;
	font-style: normal;
	text-rendering: optimizeLegibility;
}

	.mainnav .ryl {
		border-bottom: 6px solid #e25235;
		color:  #e25235;
		padding-bottom: 0.5em;
	}
	
	.mainnav .schueler {
		border-bottom: 6px solid #00577c;
		color:  #00577c;
		padding-bottom: 0.5em;
	}
	
	.mainnav .coaches {
		border-bottom: 6px solid #006445;
		color:  #006445;
		padding-bottom: 0.5em;
		
	}
	
	.mainnav .unternehmen {
		border-bottom: 6px solid #b31e2a;
		color:  #b31e2a;
		padding-bottom: 0.5em;
	}
	
	.mainnav .foerderer {
		border-bottom: 6px solid #9d1463;
		color:  #9d1463;
		padding-bottom: 0.5em;
                float: left;
	}

.subnavigation {
	margin-bottom: 1em;
}

	.subnavigation ul {
		margin: 0;
		padding: 0;
	}

	.subnavigation ul li {
		display: inline;
		font-weight: normal;
		font-style: normal;
		margin-right: 1em;
	}
	
	.subnavigation ul li.reverse {
		display: inline;
		font-weight: normal;
		font-style: normal;
		margin-right: 0;
		margin-left: 1em !important;
	}
	
	.subnavigation .ryl {
		border-bottom: none !important;
	}
	
	.subnavigation .schueler {
		border-bottom: none !important;
	}
	
	.subnavigation .coaches {
		border-bottom: none !important;
		
	}
	
	.subnavigation .unternehmen {
		border-bottom: none !important;
	}
	
	.subnavigation .foerderer {
		border-bottom: none !important;
	}
	
	
	
.pagenavigation {
	text-transform: uppercase;
}

	.pagenavigation ul li {
		display: inline;
		font-weight: normal;
		font-style: normal;
		margin-right: 1em;
	}


/* @end */

/* @group Lead */

.lead {
	
}

.imagelead img{
	width: 100%;
}

.quotelead {
	text-transform: uppercase;
	margin-bottom: 3em;
}

.quotelead h3 {
	margin: 2.5%;
	font-family: FranklinGothicURW-Lig, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.8;
}

.quotelead h4 {
	margin: 2.5%;
	font-family: FranklinGothicURW-Lig, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.8;
}

/* @end */

/* @group Content */

.body {
	margin-top: 3em;
}

.content {
	border-right: 1px solid silver;
	padding-top: 2em;
}

	.content .entry-title {
	}

	.content .entries {
		margin-left: 4%;
		margin-right: 4%;
	}
	
	.content .hentry {
		line-height: 2em;
	}
	
	.content .hentry img {
		margin-right: 1.5em;
		margin-bottom: 1.5em;
	}
	
	.content .hentry .totop {
		margin-bottom: 1.5em;
	}
	
	.content .hentry ul {
		margin-left: 1.3em;
		margin-bottom: 1.5em;
		margin-top: 1.5em;
	}
	
	.content .hentry ul li {
		font-size: 1.1666666666666667em   /*   14px   */;
		line-height: 1.5em    /*   18px   */;
		margin-bottom: 0em;
		margin-top: 0em;
	}
	
	.content header {
		display: inline;
	}
	
	.content figure {
		margin: 0;
		padding: 0;
	}

	#partner-foerderer figure {
		margin: 0;
		padding: 0;
		width: 100%;
	}

/* @end */

/* @group Sidebar */

.sidebar {
}

	.sidebar .widget {
		background-color: #fafafa;
		padding: 2em;
		margin-left: 3.5%;
		margin-right: 7.5%;
		margin-bottom: 2em;
		-webkit-border-radius: 3px;  
		-moz-border-radius: 3px;  
	}
	
	.sidebar ul {
		margin-bottom: 1.5em;
	}
	
	.sidebar ul li {
		margin: 0;
		font-size: 1.1666666666666667em   /*   14px   */;
		line-height: 1.5em    /*   18px   */;
	}
	
	.widget .donate {
		
	}
	
	.widget .form p {
		margin-bottom: .5em;
	}
	
	.widget input, .widget textarea {
		padding: 4px; 
	    text-shadow: 0px 1px 0px #fff;  
	    outline: none; 
	    -webkit-border-radius: 3px;  
	    -moz-border-radius: 3px;  
	    border-radius: 11px;  
	    border: 1px solid #dbdbdb;  
		background-color: #dbdbdb;
	}
	
	.widget input.submit {
		background: none;
		border: none;
		cursor: pointer;
	}

.quote {
	text-transform: uppercase;
	margin-left: 3.5%;
	margin-right: 7.5%;
}

/* @end */

/* @group Helpers */

/* 
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/ 
*/

/* 
This element holds injected scripts inside iframes that in 
some cases may stretch layouts. So, we're just hiding it. 
*/

#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {
	/*height: 100% !important;*/
    width: 100% !important;

}

/* @end */

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	body {
		
	}
	
	.logo {
		text-align: center;
	}

	.topnav {
		text-align: center;
	}

	.topnav ul {
		text-align: center;
	}
	
	.navigation .ryl {
		border-bottom: 6px solid #e25235;
		color:  #e25235;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	
	.navigation .schueler {
		border-bottom: 6px solid #00577c;
		color:  #00577c;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	
	.navigation .coaches {
		border-bottom: 6px solid #006445;
		color:  #006445;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		
	}
	
	.navigation .unternehmen {
		border-bottom: 6px solid #b31e2a;
		color:  #b31e2a;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	
	.navigation .foerderer {
		border-bottom: 6px solid #9d1463;
		color:  #9d1463;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	
	.subnavigation {
		margin-top: 4em;
		border-bottom: none !important;
	}
	
	.subnavigation ul li {
		display: block;
		font-weight: normal;
		font-style: normal;
		margin-right: 1em;
	}
	
	.content .entries {
		margin-left: 2.5%;
		margin-right: 2.5%;
		margin-bottom: 2em;
	}
	
	.sidebar {
		background-color: #fafafa;
	}
	
	.sidebar .widget {
		padding: 0;
		padding-top: 2em;
		padding-bottom: 2em;
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
	
	.logos {
		display: none;
	}
	
}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}


#slides a:hover{
  border-bottom:none !important;
}

#slides {
   width:610px;
}

#slides {
      display: none
    }

    #slides .slidesjs-navigation {
      margin-top:5px;
    }

    a.slidesjs-next,
    a.slidesjs-previous,
    a.slidesjs-play,
    a.slidesjs-stop {
      background-image: url(http://rockyourlife.de/images/uploads/btns-next-prev.png);
      background-repeat: no-repeat;
      display:block;
      width:12px;
      height:18px;
      overflow: hidden;
      text-indent: -9999px;
      float: left;
      margin-right:5px;
    }

    a.slidesjs-next {
      margin-right:10px;
      background-position: -12px 0;
    }

    a:hover.slidesjs-next {
      background-position: -12px -18px;
    }

    a.slidesjs-previous {
      background-position: 0 0;
    }

    a:hover.slidesjs-previous {
      background-position: 0 -18px;
    }

    a.slidesjs-play {
      width:15px;
      background-position: -25px 0;
    }

    a:hover.slidesjs-play {
      background-position: -25px -18px;
    }

    a.slidesjs-stop {
      width:18px;
      background-position: -41px 0;
    }

    a:hover.slidesjs-stop {
      background-position: -41px -18px;
    }

    .slidesjs-pagination {
      margin: 7px 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: none;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(http://rockyourlife.de/images/uploads/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020
    }

    .navbar {
      overflow: hidden
    }

    .setOpacity{
      opacity: 0.4;
    }

    .removeOpacity{
      opacity: 1;
    }

.showmore{
	float:right;
}
