@charset "UTF-8";
/* CSS Document */

.bg-img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 800px;
	margin-top: -400px; /* Half the height */
	margin-left: -400px; /* Half the width */
    z-index: -1;
}

html {
	background-color: #ededed;
	min-width: 800px;
	height: 800px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
    background: -webkit-radial-gradient(rgba(50,0,0,0.05), rgba(0,0,0,0.2)); /* Safari 5.1- 6.0 */
    background: -o-radial-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.2));/* Opera 11.6-12.0 */
    background: -moz-radial-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.2)); /* Firefox 3.6-15 */
    background: radial-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.2)); /* Standard syntax */
}

body {
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
    background-color: rgba(0,0,0,0.0) !important;
}

.main-container {
	display: flex;
	flex-direction: column;
	width: 100%;
    height: 100%;
	justify-content: flex-start; /* align items in Main Axis */
    align-items: stretch; /* align items in Cross Axis */
    align-content: stretch; /* Extra space in Cross Axis */
}

.menu-container {
	width: 100%;
	flex: 0 1 auto;
}



.menu-content {
	background:rgba(237,237,237,0.0);
	/*box-shadow: 0 -7px 0 0 #888888;*/
	width: 33.33%;
	height:auto;
	float:left;
	text-align:center;
	font-family: 'Alegreya', serif;
	font-weight: 400;
	font-size:18px;
	line-height: 30px;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.btn-custom {
    color: #3b3b3b;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    border: solid #cccccc 2px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
    cursor: alias;
    target="_blank";
    width: 70%;
    min-width: 400px;
}

.instagram:hover{
    background: #f77d2d; 
    text-decoration: none;
    color: #FFF;
    border: solid #f77d2d 2px;
}


.facebook:hover{
    background: #3366cc; 
    text-decoration: none;
    color: #FFF;
    border: solid #3366cc 2px;
}

.youtube:hover{
    background: #df2235; 
    text-decoration: none;
    color: #FFF;
    border: solid #df2235 2px;
}


.send:hover {
    background: #cccccc;
    text-decoration: none;
    color: #FFF;
}

.kidz-class{
    background: rgba(74,194,238,0.5) !important;
}

.basic-class{
    background: rgba(43,115,188,0.5) !important;
}

.advanced-class{
    background: rgba(131,46,144,0.5) !important;
}

.ladys-class{
    background: rgba(223,34,53,0.5) !important;
}

.open-session{
    background: rgba(70,184,88,0.5) !important;
}

.text{
    width: 100%;
    display: inline-block;
    bottom: 20px;
    position: absolute;
    left:0px;
}



.label-custom{
    font-family: 'Roboto';
    font-size: 14px;
    position: absolute;
    width: 100%;
    top: 30px;
    left: 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
    background:rgba(237,237,237,0.0);
    visibility:hidden;
    display: none;
    color: #333; 
    box-shadow: 0 6px 7px -6px rgba(100,100,100,1.0);
    padding-bottom: 75px;
}

.table-size{
    width: 90% !important;
    margin: 0px auto;
}

td{
    font-size: 12px !important;
    padding: 5px !important;
}

.map{
    border: solid #cccccc 2px !important; 
    width: 80%;
    height: 450px;
    margin-left: 10%;
    display: inherit !important;
}

.custom-header{
    background-color: #999;
    color: #FFF;
}

.impressum{
    position: fixed;
    bottom: 0px;
    background:rgba(237,237,237,0.0);
	width: 33.33%;
	text-align:center;
	font-family: 'Alegreya', serif;
	font-weight: 400;
	font-size:18px;
	line-height: 30px;
    height: 30px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
    padding-top: 0px;
    box-shadow: 0 -6px 7px -6px rgba(100,100,100,0.0);
}

.impressum-text{
    display: none;
    width: 95%;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 1.5;
}

.impressum-text{
    display: inline-block;
}

h2 {
    font-family: 'Roboto' !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    margin-bottom: 0 !important;
}

/*label {
        z-index: 5;
}*/

.impressum:hover{
    background:rgba(237,237,237,1.0);
    width: 100%;
    height: 500px;
    padding-top: 20px;
    box-shadow: 0 -6px 7px -6px rgba(100,100,100,1.0);
}



.impressum:active, .menu-content { CSS-Eigenschaften; -webkit-user-select: none; -webkit-touch-callout: none}

/*
.impressum:hover .impressum-text{
    display: inline-block;
}*/

.custom-column{
    width: 49%;
    float: left;
}

.left-text{
    text-align: left !important;
    margin-left: 1%;
}

.right-text{
    text-align: right !important;
    margin-right: 1%;
}

.filler {
	position:absolute;
	width: 66.66%;
	height:30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	box-shadow: 0 0 0 0 rgba(0,0,0,0.0);
}

.filler-small {
	width: 33.3% !important;
}

.filler-left {
	left: 0px; !important;
	top: 30px;
}

.filler-right {
	right: 0px; !important;
}

.menu-content:hover .filler {
	/*box-shadow: 0 -6px 7px -6px rgba(100,100,100,1.0) !important;*/
}

.menu-content:hover .label-custom{
    background:rgba(237,237,237,1.0);
    visibility:visible;
    z-index: 2;
    display: inline-block;
}

.menu-content:hover {
	box-shadow: 0px -6px 4px 2px rgba(100,100,100,1.0);
	background: rgba(237,237,237,1.0);
}


.content-container {
	flex-grow: 1;
}

.top-button {
    top: 0px;
    width: 33.33%;
    left: 0px;
}

@media screen and (-webkit-max-device-pixel-ratio: 1) {
}

/* Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
}

/* iPhone Portrait */
@media screen and (max-device-width: 480px) and (orientation:portrait) {
    .label-custom {
        top: 95px;
    }
    
    .impressum {
        margin-bottom: 4px;
    }
    
    .impressum, .menu-content{
        font-size:60px;
        line-height: 95px;
        height: 95px;
        padding: 15px 15px 15px 15px;
    }
} 

/* iPhone Landscape */
@media screen and (max-device-width: 480px) and (orientation:landscape) {
    .label-custom {
        top: 95px;
    }
    
    .impressum {
        margin-bottom: 4px;
    }
    
    .impressum, .menu-content{
        font-size:60px;
        line-height: 95px;
        height: 95px;
        padding: 15px 15px 15px 15px;
    }
}

/* iPad Portrait */
@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .label-custom {
        top: 95px;
    }
    
    .impressum {
        margin-bottom: 4px;
    }
    
    .impressum, .menu-content{
        font-size:60px;
        line-height: 95px;
        height: 95px;
        padding: 15px 15px 15px 15px;
    }
}

/* iPad Landscape */
@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    .label-custom {
        top: 95px;
    }
    
    .impressum {
        margin-bottom: 4px;
    }
    
    .impressum, .menu-content{
        font-size:60px;
        line-height: 95px;
        height: 95px;
        padding: 15px 15px 15px 15px;
    }
}

