/* ----------------------------------------------------------- */
/* BASIC SETUP */
/* ----------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    background-color: white;
    color: #555;
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.clearfix {zoom: 1;}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
/* ----------------------------------------------------------- */
/* Reusable components */
/* ----------------------------------------------------------- */



.row {
    max-width: 1140px;
    margin: 0 auto;
}

h1,h2,h3 {
    font-weight: 300;
    text-transform: uppercase;
}

h1 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 250%;
    word-spacing: 4px;
    letter-spacing: 1px;
}

h2, .h2-flex {
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

h2:after, .h2-flex:after {
    display: block;
    height: 2px;
    background-color: #B0D236;
    content: " ";
    width: 100px;
    margin: 30px auto 0;
}

h3 {
    font-size: 110%;
    margin-bottom: 15px;
}

section {
    padding: 80px 0;
}

/* ----------------------------------------------------------- */
/* HEADER*/
/* ----------------------------------------------------------- */

.main-nav {
    float: right;
    list-style: none;
    margin-top: 55px;
}

.main-nav li {
    display: inline-block;
    margin-left: 40px;
}

.main-nav li a:link,
.main-nav li a:visited {
    padding:  8px 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    -webkit-transition: border-bottom 0.2s;
    -o-transition: border-bottom 0.2s;
    transition: border-bottom 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active {
    border-bottom: 2px solid #C4E538;
}


header {
    background-size: cover;
    background-position: center;
    height: 100vh;
    /*background-attachment: fixed;*/
    background-image:  -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.3))), url(img/barbell-min.jpg) ;
    background-image:  -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url(img/barbell-min.jpg) ;
    background-image:  -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url(img/barbell-min.jpg) ;
    background-image:  -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.3))), url(img/barbell-min.jpg) ;
    background-image:  -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url(img/barbell-min.jpg) ;
    background-image:  -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url(img/barbell-min.jpg) ;
    background-image:  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url(img/barbell-min.jpg) ;
}

.motivational-text {
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-25%);
    -ms-transform: translate(-50%,-25%);
    transform: translate(-50%,-25%);
    font-size: 80%;
}

.logo {
    width: auto;
    float: left;
    margin-top: 25px;

}

.logo-small {
    display: none;
}

.mobile-icon {
    display: none;
    float: right;
}


/* ----------------------------------------------------------- */
/* Buttons*/
/* ----------------------------------------------------------- */


.btn:link,
.btn:visited,
input[type=submit]{
    display: inline-block;
    padding: 10px 30px;
    margin-top: 20px;
    font-weight: 400;
    font-size: 120%;
    text-decoration: none;
    border-radius: 200px;
    color: #fff;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    -o-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;

}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active{
    background-color: #B0D236;

}

.btn-full:link,
.btn-full:visited,
input[type=submit] {
    background-color: #B0D236;
    border: 1px solid #B0D236;
    color: black;
    margin-right: 15px;
}

.btn-ghost:link,
.btn-ghost:visited {
    border: 1px solid #B0D236;
    color: #C4E538;
}

.btn-full:hover,
.btn-full:active,
input[type=submit]{
    border: 1px solid #B0D236;
}

.btn-ghost:hover,
.btn-ghost:active {
    border: 1px solid #B0D236;
    color: black;
}

/* ----------------------------------------------------------- */
/* About Us*/
/* ----------------------------------------------------------- */

.section-aboutUs {
    background: white;
    padding: 0 0;
}

.about-background {

    padding: 80px 0;
    background-image: url(img/aboutUs1-min.png);
    background-size: cover;
    /**/

}


.flex-Map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}


.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px 10px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 5% ;

}

.cont1 {
    width: 50%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


.cont1 img {

    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.8;
    border-radius: 50px;
    border: 5px solid #B0D236;

}


.row-flex-col, .row-flex-col-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

row-flex-col {
    height: 100%;
}




.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;

}


.flex-h3 {
    margin-top: 30px;
    /*justify-content: center;*/
}

.break {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 0;
}

/* ----------------------------------------------------------- */
/* Footer*/
/* ----------------------------------------------------------- */


.col1,.col-price, .col-footer {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}

.col1, .col-price  {
    color: black;
}


.section-price-list {
    /*background: #ecf0f1;*/
    background-image: url(img/aboutUs1-min.png);
    background-size: cover;
    position: relative;
}

.col-price {
    border: 1px solid #B0D236;
    font-size: 110%;
    padding: 5px 30px 5px 30px;
    background: white;
}


.col-price:nth-of-type(1) {

    font-size: 110%;
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
}
.col-price:nth-of-type(2) {
    text-align: right;
}

.validity {
    position: relative;
}

.valid {
    position: absolute;
    width: 50px;
    height: 50px;
    color: black;
    top: 0;
    right: 0;

}

.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border: 3px solid #B0D236;
    /*border: 3px solid #7f8c8d;*/
    width: 40%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    /*max-width: 100%;*/

}



/* ----------------------------------------------------------- */
/* Gym gallery*/
/* ----------------------------------------------------------- */

.section-gym-gallery {
    padding: 0;
}

.gym-showcase {
    list-style: none;
    width: 100%;
    right: 0;
    bottom: 0;
}

.gym-showcase li {
    display: block;
    float: left;
    width: 25%;
}

.gym-photo {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: black;
}

.gym-photo img {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: black;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.gym-photo img:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

/* ----------------------------------------------------------- */
/* Footer*/
/* ----------------------------------------------------------- */

footer {
    padding-top: 50px;
    padding-bottom: 5px;
    background-color: #333;
    border-top: 1px solid #bdc3c7;
    font-size: 85%;


}

footer p {
    color: #bdc3c7;
    text-decoration: none;
}

.h3-footer {
    color: white;
}

.footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
}


.col-footer {
    color: #B0D236;
}

.opening {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.links {
    list-style: none;
    border: none;
}

.rights {
    text-align: center;
    padding-top: 20px;
    font-size: 70%;
    color: #bdc3c7;
}

.fb {
    color: #bdc3c7;
    font-size: 32px;
    border-radius: 200px;
    display: inline-block;
}

.fb:hover {
    color: #3C5A99;
    /*color: #bdc3c7;*/
    font-size: 32px;
    border-radius: 200px;
    -webkit-transition: color 0.2s ;
    -o-transition: color 0.2s ;
    transition: color 0.2s ;
}

.fb-label {
    font-size: 100%;
    border: none;

    color: #bdc3c7;
}

/*12.3.2020 --> shit just hit the fan :) */
.corona {
	font-size: 18px;
	color: red;
}

.corona-header {
	font-size: 32px;
	color: red;
	margin-bottom: 100px;
}



/* ----------------------------------------------------------- */
/* Paragraphs*/
/* ----------------------------------------------------------- */

.long-copy,long-copy-tool {
    line-height: 145%;
    padding: 0 0;
    text-align: center;
    margin-left: 15%;

}

.long-copy {
    width: 70%;

}

.long-copy-tool {

    font-size: 100%;

}

.about-Us {
    color: black;
}
/* ----------------------------------------------------------- */
/* Icons*/
/* ----------------------------------------------------------- */

.icon-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    font-size: 26px;
    -webkit-box-pack: center;
    -webkit-align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    color: black;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 3px solid #B0D236;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.icn {
    width: 20%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
