/* FOLLOWING CSS IS SMALL HACKS MADE BY MLS TO BUGFIX THE SITE UNTILL THE NEW SITE IS READY */

@media (max-width: 979px) {

	.muskelkraft-module .muskelkraft-links-wrapper {
		display: none !important;
	}
	
	.muskelkraft-mobile-nav {
		text-align: center;
		margin-bottom: 15px;
	}
	
	.muskelkraft-mobile-nav a {
		display: inline-block;
		color: #fff;
		background: #da2128;
		padding: 6px 10px;
		border-radius: 5px;
		font-size: 14px;
		margin: 10px;
	}
	
	.main {
		min-height: 100px !important;
	}
		
	aside.sidebar nav.subnav ul li span {
		right: 0px !important;
		left: auto;
	}
	
}


@media (min-width: 980px) {

	.muskelkraft-mobile-nav {
		display: none !important;
		
	}

}

/* GRAVITY FORMS */

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 0px !important;
}

.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {
    margin: 0 !important;
}

.gform_wrapper li.gfield.field_description_below + li.gsection {
    margin-top: 45px !important;
}

.gsection {
	margin-bottom: 20px !important;
}

.gsection_title {
	color: #da2128;
}

.gform-mls-conditional-indent-level-one {
	padding-left: 20px;
}

.gform-mls-conditional-indent-level-two {
	padding-left: 40px;
}

.gform-mls-conditional-indent-level-three {
	padding-left: 60px;
}


/* Evald takeover frontpage */
.show-takeover {
	display: block !important
}

/* Timeline Evald */ 
#timeline .time-card-wrapper {
	position:relative;
	margin:auto;
}

#timeline .time-card-wrapper::after {
	z-index:1;
	content:"";
	position:absolute;
	top:0;
	bottom:-200px;
	left:50%;
	border-left:1px solid rgb(191,191,191);
}

#timeline .time-card {
	position:relative;
	display:block;
	margin:0px auto 0px;
	z-index:2;
}

#timeline .time-card .head {
	position:relative;
	display:flex;
	align-items:center;
	color:#fff;
	font-weight:400;
}

#timeline .time-card .head .number-box {
	display: inline;
	float: left;
	margin: 10px;
	padding: 0px 5px;
	font-size: 20px;
	line-height: 35px;
	font-weight: 600;
	background: rgba(0,0,0,0.17);
}

#timeline .time-card .head h2 {
	text-transform:uppercase;
	font-size:1.3rem;
	font-weight:inherit;
	letter-spacing:2px;
	margin:0;
	padding-bottom:6px;
	line-height:1rem;
}

#timeline .time-card .head h2 span {
	display:block;
	font-size:.6rem;
	margin:0;
}

#timeline .time-card .box-content {
	background:#fff;
	border:1px solid rgba(191,191,191,0.4);
	border-top:0;
	padding:15px;
}

#timeline .time-card .box-content p {
	font-size:14px;
	line-height:18px;
	margin-bottom:0px;
}

#timeline .time-card .box-content .single-image img {
	display:block;
	width:100%;
	margin-bottom: 30px;
}

#timeline .time-card {
	background-color:#da2128;
}

#timeline .time-card .head::after {
	border-color: #da2128;
}

@media (max-width: 649px){
	
	#timeline .time-card {
		position:relative;
		display:block;
		margin:10px auto 80px;
		width:300px;
		height: 360px;
		z-index:2;
	}
	
	#timeline .time-card .box-content {
		height: 274px;
	}
	
	#timeline .swiper-slide, #timeline .single-image {
		width: 270px;
		Height: 180px;
	}
	
	#timeline .single-image {
		margin-bottom: 30px;
	}
	
	#timeline .swiper-button-next, #timeline .swiper-button-prev {
		margin-top: 84px;
	}
}

@media (min-width: 650px) {
	
	#timeline .time-card:nth-child(odd) .head::after,#timeline .time-card:nth-child(even) .head::after {
		position:absolute;
		content:"";
		width:0;
		height:0;
		border-top:15px solid transparent;
		border-bottom:15px solid transparent;
	}
	
	#timeline .time-card:nth-child(odd) .head::before,#timeline .time-card:nth-child(even) .head::before {
		position:absolute;
		content:"";
		width:9px;
		height:9px;
		background-color:#da2128;
		border-radius:9px;
		box-shadow:0 0 2px 8px #fff;
	}
}


@media (min-width: 981px) and (max-width:1160px) /* 610px > 739px viewarea */ {
	
	#timeline .time-card-wrapper {
		display:flex;
		flex-flow:column wrap;
		width:610px;
		margin:0 auto;
	}
	
	#timeline .time-card {
		width:250px;
		height:310px;
	}
	
	#timeline .time-card:first-child {
		margin-left: 10px;
		margin-top: 0px !important;
	}
	
	#timeline .time-card:nth-child(odd) {
		margin-left: 10px;
		margin-top: -60px;
	}
	
	#timeline .time-card:nth-child(odd) .head::after {
		border-left-width:15px;
		border-left-style:solid;
		left:100%;
	}
	
	#timeline .time-card:nth-child(odd) .head::before {
		left:290.5px;
	}
	
	#timeline .time-card:nth-child(even) {
		margin-right:10px;
		margin-top: -180px;
	}
	
	#timeline .time-card:nth-child(even) .head::after {
		border-right-width:15px;
		border-right-style:solid;
		right:100%;
	}
	
	#timeline .time-card:nth-child(even) .head::before {
		right:290.5px;
	}
	
	#timeline .time-card .box-content {
		height: 229px;
	}
	
	#timeline .swiper-slide, #timeline .single-image {
		width: 220px;
		Height: 147px;
	}
	
	#timeline .single-image {
		margin-bottom: 30px;
	}
	
	.swiper-button-next, .swiper-button-prev {
		margin-top: 74px !important;
	}
}

@media (min-width: 1161px) and (max-width:1300px) /* 740px > 879px viewarea */ {
	
	#timeline .time-card-wrapper {
		display:flex;
		flex-flow:column wrap;
		width:740px;
		margin:0 auto;
	}
	
	#timeline .time-card {
		width:310px;
		height:360px;
	}
	
	#timeline .time-card:first-child {
		margin-left: 10px;
		margin-top: 0px !important;
	}
	
	#timeline .time-card:nth-child(odd) {
		margin-left: 10px;
		margin-top: -60px;
	}
	
	#timeline .time-card:nth-child(odd) .head::after {
		border-left-width:15px;
		border-left-style:solid;
		left:100%;
	}
	
	#timeline .time-card:nth-child(odd) .head::before {
		left:355.5px;
	}
	
	#timeline .time-card:nth-child(even) {
		margin-right:10px;
		margin-top: -220px;
	}
	
	#timeline .time-card:nth-child(even) .head::after {
		border-right-width:15px;
		border-right-style:solid;
		right:100%;
	}
	
	#timeline .time-card:nth-child(even) .head::before {
		right:355.5px;
	}
	
	#timeline .time-card .box-content {
		height: 289px;
	}
	
	#timeline .swiper-slide, #timeline .single-image {
		width: 280px;
		Height: 187px;
	}
	
	#timeline .single-image {
		margin-bottom: 30px;
	}
}

@media (min-width: 1301px) /* 880px and up viewarea */{
	
	#timeline .time-card-wrapper {
		display:flex;
		flex-flow:column wrap;
		width:880px;
		margin:0 auto;
	}
	
	#timeline .time-card {
		width:360px;
		height:400px;
	}
	
	#timeline .time-card:first-child {
		margin-left: 10px;
		margin-top: 0px !important;
	}
	
	#timeline .time-card:nth-child(odd) {
		margin-left: 10px;
		margin-top: -60px;
	}
	
	#timeline .time-card:nth-child(odd) .head::after {
		border-left-width:15px;
		border-left-style:solid;
		left:100%;
	}
	
	#timeline .time-card:nth-child(odd) .head::before {
		left:425.5px;
	}
	
	#timeline .time-card:nth-child(even) {
		margin-right:10px;
		margin-top: -260px;
	}
	
	#timeline .time-card:nth-child(even) .head::after {
		border-right-width:15px;
		border-right-style:solid;
		right:100%;
	}
	
	#timeline .time-card:nth-child(even) .head::before {
		right:425.5px;
	}
	
	#timeline .time-card .box-content {
		height: 314px;
	}
	
	#timeline .swiper-slide, #timeline .single-image {
		width: 330px;
		Height: 220px;
	}
	
	#timeline .single-image {
		margin-bottom: 30px;
	}
}

@media (min-width: 650px) and (max-width:799px) /* 650px > 799px mobile/tablet viewarea */ {
	
	#timeline .time-card-wrapper {
		display:flex;
		flex-flow:column wrap;
		width:610px;
		margin:0 auto;
	}
	
	#timeline .time-card {
		width:250px;
		height:310px;
	}
	
	#timeline .time-card:first-child {
		margin-left: 10px;
		margin-top: 0px !important;
	}
	
	#timeline .time-card:nth-child(odd) {
		margin-left: 10px;
		margin-top: -60px;
	}
	
	#timeline .time-card:nth-child(odd) .head::after {
		border-left-width:15px;
		border-left-style:solid;
		left:100%;
	}
	
	#timeline .time-card:nth-child(odd) .head::before {
		left:290.5px;
	}
	
	#timeline .time-card:nth-child(even) {
		margin-right:10px;
		margin-top: -180px;
	}
	
	#timeline .time-card:nth-child(even) .head::after {
		border-right-width:15px;
		border-right-style:solid;
		right:100%;
	}
	
	#timeline .time-card:nth-child(even) .head::before {
		right:290.5px;
	}
	
	#timeline .time-card .box-content {
		height: 229px;
	}
	
	#timeline .swiper-slide, #timeline .single-image {
		width: 220px;
		Height: 147px;
	}
	
	#timeline .single-image {
		margin-bottom: 30px;
	}
}


@media (min-width: 800px) and (max-width:980px) /* 800px > 980px mobile/tablet viewarea */ {
	
	#timeline .time-card-wrapper {
		display:flex;
		flex-flow:column wrap;
		width:740px;
		margin:0 auto;
	}
	
	#timeline .time-card {
		width:310px;
		height:360px;
	}
	
	#timeline .time-card:first-child {
		margin-left: 10px;
		margin-top: 0px !important;
	}
	
	#timeline .time-card:nth-child(odd) {
		margin-left: 10px;
		margin-top: -60px;
	}
	
	#timeline .time-card:nth-child(odd) .head::after {
		border-left-width:15px;
		border-left-style:solid;
		left:100%;
	}
	
	#timeline .time-card:nth-child(odd) .head::before {
		left:355.5px;
	}
	
	#timeline .time-card:nth-child(even) {
		margin-right:10px;
		margin-top: -220px;
	}
	
	#timeline .time-card:nth-child(even) .head::after {
		border-right-width:15px;
		border-right-style:solid;
		right:100%;
	}
	
	#timeline .time-card:nth-child(even) .head::before {
		right:355.5px;
	}
	
	#timeline .time-card .box-content {
		height: 289px;
	}
	
	#timeline .swiper-slide, #timeline .single-image {
		width: 280px;
		Height: 187px;
	}
	
	#timeline .single-image {
		margin-bottom: 30px;
	}

}

/* end Timeline Evald */ 




/* REDESIGN OF EVENTS CALENDER */

.closed-group-no {
	display: none;
}

.closed-group-yes, .closed-group-yes-more {
	position: absolute;
	top: 10px;
	font-size: 12px;
}

#calendar ul.calendar-list li .content-container .calendar-basic .calendar-basic-inner {
    position: relative;
}

.date-separator {
	float: left;
	font-size: 50px;
	color: #fff;
	background: #da2128;
	height: 60px;
	padding-top: 30px;
	margin-left: -10px;
}


#calendar ul.calendar-list li .end-date-container {
	float: left;
    width: 83px;
    padding-right: 10px;
    height: 90px;
    background: #da2128;
}

#calendar ul.calendar-list li .end-date-container .calendar-date {
	color: #fff;
    text-align: center;
    margin: 20px 0 0;
}

#calendar ul.calendar-list li .end-date-container .calendar-date span.day {
	display: block;
    font-family: proximanova-light,sans-serif;
    font-size: 40px;
    line-height: 40px;
}

.file-separator {
	margin: 0px 5px;
}

.file-separator:last-child {
	display: none;
}

.calendar-interaction {
	width: 100%;
	margin-bottom: 30px;
}

.signup-form {
	margin-top: 120px;
}

.fully-booked-yes {
	display: none;	
}

a.calendar-button-red {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0 25px;
    background: #da2128;
	color:  #fff;
    border-radius: 5px;
}

/*.dynamic-content {
    display:none;
} */


/* Gravity forms CSS hacks
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/*.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
    font-weight: inherit !important;
}

.gform_button {
	background-color: rgb(196,0,122);
	color: #ffffff;
}

.gform_wrapper .top_label input.large {
	max-width: 600px;
}

.footer .gform_wrapper .ginput_container_email {
	color: #333333;
}*/

.gform_wrapper .form_saved_message {
    background-color: transparent !important;
}


/* FAQ */

.mls-faq h2 {
	margin-top: 50px
} 

.mls-faq .faq {
    width: 100%;
}

.mls-faq .faq-item .faq-header {
    padding: 15px;
    background: #da2128;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom:15px;
    border-radius: 5px;
}

.mls-faq .faq-item .faq-header h4 {
    margin: 0;
}

.mls-faq .faq-item .faq-header .header-faq-date {
    color: #ccc;
    margin-left: 15px;
    font-size: 80%;
}


.mls-faq .faq-item .faq-header .fa.fa-minus {
    display: none;
}

.mls-faq .faq-item.jquery-accordion-active .fa.fa-minus {
    display: block;
}

.mls-faq .faq-item.jquery-accordion-active .fa.fa-plus {
    display: none;
}

.mls-faq .faq-item .faq-content {
    padding: 15px;
    display: none;
    margin-top: -15px;
	margin-bottom: 30px;
}

.mls-faq .faq-date {
	color: #da2128;
}

/* end FAQ */



/* CORONA CTA BOX FRONT PAGE */

.mls-corona-cta-box-wrapper {
	width: 80%;
	background-color: #da2128;
	margin: 20px auto;
	border-radius: 5px;
}

.mls-corona-cta-box-wrapper .h1, .mls-corona-cta-box-wrapper h1 {
    font: 600 4em/1 proximanova-light,sans-serif;
    margin: 0;
}

@media (max-width: 800px) {
	.mls-corona-cta-box-wrapper .h1, .mls-corona-cta-box-wrapper h1 {
    	font: 600 3em/1 proximanova-light,sans-serif;
		margin: 0;
	}
}

.mls-corona-cta-box {
	padding: 20px;
	
}

.mls-corona-cta-box a {
	color: #fff;
}


/* end CORONA CTA BOX FRONT PAGE */
	
 