/*
	CSS DOkument fuer die Gestaltung der
	Hompage der Musikschule taktlos
*/

@font-face {
    font-family: geometr231;
    src: url(res/font/geometr231.woff);
}
@font-face {
    font-family: roboto;
    src: url(res/font/roboto.ttf);
}
/* Allgemein */
*{
	margin:0;
	font-family:roboto;
}
body{
	width:100%;
	height:100%;
	padding:0;
}
.top_bar{
    margin-bottom:0px;
    background-color:rgb(0,0,0);
    min-height:10px;
}
 .page_top{
	background-color:rgb(50,50,50);
}
.wrapper{
	margin-top:20px;
}
.wrapper img{
	/*height:100%;*/
	width:100%;
	max-height:100%;
	margin:0 auto;
}
p img {
    max-width: 400px;
    width: 100%;
    height: auto;
}
/*Articel Details*/
.article_image{
    text-align:center;
    overflow: hidden;
    position: relative;
    top: -20vw;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-width: 1.438em;
    width: 40vw;
    height: 40vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.article_y .article_image {
    /*border: solid rgb(0,0,0) 5px;*/
    background-color: rgb(254,222,50);
}
.article_w .article_image{
    /*border: solid rgb(0,0,0) 5px;*/
    /*background-color: rgb(255,255,255);*/
    background-color: rgb(254,222,50);
}
.article_w{
    overflow:inherit;
	background-color:rgb(255,255,255);
}
.article_y{
    overflow:inherit;
	/*background-color:rgb(254,222,50);*/
	background-color:rgb(255,255,255);
}


.article_content{
    max-width:90em;
    margin: 0 auto;
    padding-bottom:30px;
}
.article_text p{
	/*padding:20px;*/
	padding-top:20px;
    font-size:1.2em;
}
ul{
    padding:50px;
    margin:0 auto;
    font-size:1.7em;
    max-width:25em;
}

.article_list{
    text-align:center;
}

.article_text:after{
    content:'';
    display:block;
    clear: both;
}

/*�berschriften*/
h1{
    margin-left:20px;
    margin-right:auto;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:80px;
}
h2{
	margin-top:30px;
	margin-right:20px;
	margin-bottom:0px;
	margin-left:20px;
}
h3{
    font-size:1.75em;
    padding:20px;

}

/*Links*/
a{
    text-decoration:none;
    color:rgb(0,0,0);
}
.article_text a{
    text-decoration:underline;
}
iframe, video{
    margin-top:20px;
    margin-bottom:20px;
    width: 100vw;
    height: 56.25vw;
    margin-right:0;
    margin-left:0;
	border:0;


}
/* Footer */
footer{
    clear:both;
	font-size:0.9em;
	padding:10px;
}
.footer_text{
	display:inline-block;
	margin-left:5vw;
}
.footer_text a { 
}
footer img{
	float:right;
	margin-right:5vw;
}

.separator{
	clear:both;
	min-height:1px;
	margin:auto;
	width:90%;
	background-color:rgb(254,222,50);
	margin-bottom:10px;
	margin-top:10px;
}
form{
    text-align:center;
    padding:15px;
    margin-bottom:30px;
}
input{
    padding:5px;
    border:none;
    font-size:1.375em;
    width:90%;
    max-width:25em;
    margin:0 auto;
    min-height:30px;
}
textarea{
    padding:5px;
    border:none;
    font-size:1.375em;
    width:90%;
    max-width:25em;
    margin:0 auto;
    min-height:30px;
	resize: none;
	background:lightgray;
}
button{
    font-size:1.375em;
    color:rgb(0,0,0);
    background-color:rgb(255,255,255);
    border:none;
    width:90%;
    max-width:25em;
    margin-top:20px;
}
.galery{
    clear:both;
    margin:0 auto;
    margin-bottom:50px;
    width:90%;;
}
.galery_image{
    overflow:hidden;
    display:inline-block;
    margin: 0 auto;
    padding:0px;
}
.galery img{

    position:static;
    width:100%;
    border:none;
    border-radius: 0%;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
}

/* Palm */
.page_top_mobile{
	width:100%;
	background-color:rgb(255,255,255);
}
.page_top_laptop{
    display:none;
}
.page_top_desktop{
    display:none;
}
.page_top_mobile img{
	float:left;
	height:7.625em;
	max-width:50%;
	margin-right:0;
	padding-left:25px;
}
.mobile_menu_button {

}
.mobile_menu_button:hover .mobile_menu_content{
	clear:both;
	max-height:50em;
	-webkit-transition:  max-height 2s; /* Safari */
    transition:  max-height 2s;
}
.mobile_menu_content{
	clear:both;
	max-height:0;
	overflow:hidden;
	-webkit-transition:  max-height 2s; /* Safari */
    transition:  max-height 2s;

}
.mobile_menu_content  a{
	margin-top:15px;
	margin-bottom:15px;
	padding-right:15px;
	display:block;
	text-align:right;
	font-size:2.25em;
}
.mobile_menu_content a:hover{
	background-color:rgb(254,222,50);
}

.mobile_menu_button img{
	float:right;
	max-height:122px;
	max-width:25%;
}
.article_text{
	position:relative;
	top:-20vw;
	padding:20px;
}
article h2{
    position:relative;
    top:-20vw;
    border-bottom: 2px solid rgb(254,222,50);
}

article{
    overflow:visible;
}


.impressum_text{
    text-align:center;
}
iframe, video{
    display:block;
    margin: 0 auto;
    max-width:80%;
    padding:10px
}
.galery{
    text-align:center;
}

#login-form > form, #form1_register > form {
	float: left;
    text-align: left;
}

#login-form fieldset, #form1_register fieldset {
	border:none;
}

#login-form > form legend, #form1_register form legend {
	font-size: 24px;
}

#login-form label, #form1_register label {
	font-size:26px;
}

#form1_submit {
	width: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 12px;
}

input {
	background-color: lightgray;
	margin-bottom:10px;
}
/* Part 1------------------------------------------------------------------- */

@media screen and (min-width: 24em) {
    /* Portable */

.page_top_mobile{
    display:none;
}

.page_top_desktop{
    display:none;
}

.page_top_laptop{
    display:inline;
    width:100%;
}
h1{
	padding:20px;
	margin-bottom:80px;
}
footer{
    font-size: 1.125em;
}

.page_top_laptop img{
    display:block;
    margin-top:50px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:30px;
    width:67%;
    height:100%;


}
.page_top_laptop_menu{
    margin-top:5px;
    margin-left:auto;
    margin-right:auto;
	margin-bottom:5px;
	text-align:center;
	font-size:4.2vw; /* Muss ein st�ck mitskalieren */

}
.page_top_laptop_menu a{

    margin-left:10px;
    margin-right:10px;
    text-decoration:none;
    color:rgb(0,0,0);
    -webkit-transition: background-color 0.5s; /* Safari */
    transition: background-color 0.5s;
}
.page_top_laptop_menu a:hover{
     background-color:rgb(254,222,50);
    -webkit-transition: background-color 0.5s; /* Safari */
    transition: background-color 0.5s;
}


 }

@media screen and (min-width: 55em) {
/* Laptop */

.page_top_mobile{
	display:none;
}
.page_top_laptop{
    display:none;
}

.page_top_desktop{
    display:inline;
    width:100%;
	max-width:90em;
}


.page_top_desktop_menu{
    margin-top: 30px;
    width: 90%;
    max-width: 60em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    text-align: left;
    font-size: 2em;
    padding-left: 30px;

}
.page_top_desktop_menu a{

    padding-top:50px;
    padding-right:10px;
    padding-left:10px;
    text-decoration:none;
    color:rgb(0,0,0);
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
}
.page_top_desktop_menu a:hover{
    background-color:rgb(254,222,50);
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}
.page_top_desktop img{
    float: right;
    width: 45%;
    height: 100%;
    max-height: 15.5em;
    margin-top: 60px;
	margin-right:100px;

}
h1{
    font-size: 2.2em;
    position: relative;
    margin: 0 auto;
	top: -2em;
    text-align: left;
    max-width:1400px;



}
h2{
    font-size:1.7;
}
h3{
    position:relative;
    top: -3.5em;
}
.wrapper{
    margin-top:150px;
}

.article_text{
    clear:both;
	display:block;
	position:static;
	padding:0;
	padding-bottom:5em;
}
.article_text p, .article_text ol{
    font-size:1.4em;
    max-width: 35em;
    width: 70%;
    position:relative;
    top: -3.5em;
}
.list_addition{
    float:right;
    max-width:40%;
}
.article_content{
    width:75%;
}
.page_top_mobile{
	display:none;
}

article h2{
    position:relative;
    top:-50px;
    font-size:32px;
    text-align:right;
    margin-bottom:50px;
    width:auto;
    float:left;
    margin-right:0;
    margin-left:0;
}

h1 {
    width:90%;
    top:-2.3em;
}

.impressum_text{
    clear:both;
    float:left;
    text-align:center;
    max-width:50%;
}

iframe, video{
    float:right;
    max-width:40%;
    max-height:25em;
    margin-right:0px;
    margin-bottom:6em;
    margin-left:20px;
    margin-top:30px;
    top:30px;
    z-index: 1; position:relative
}
form{
    float:right;
    margin-bottom:6em;
    z-index: 1; position:relative
}

.article_image{
    float:right;
	top: -110px;
	margin-bottom:-80px;
	max-width:12.5em;
	max-height:12.5em;
    position:initial;
    -webkit-transition : border-radius 200ms ease-out;
    -moz-transition : border-radius 200ms ease-out;
    -o-transition : border-radius 200ms ease-out;
    transition : border-radius 200ms ease-out;
}
/*.article_image:hover{
    border-radius: 0%;
}*/
.galery_image{
    max-width:12.5em;
    height:12.5em;
    padding:10px;
}
.galery{
    position:relative;
    top: -3.5em;
    text-align:left;
    width:100%;
}
.galery_image img{
        max-width:none;
        width:auto;
	    max-height:12.5em;
}

ul{
    position:relative;
	top:-60px;
    display:inline-block;
    max-width: 40%;
    vertical-align:top;
    margin-right: 20px;
    margin-left: 20px;
    padding: 20px;
    font-size:1.5em;
}
    
    .list_addition ul{
        max-width:100%;
    }
    .list_addition h3{
        
    }
    
 }
@media screen and (min-width: 60em) {
/*Dekstop*/

.page_top_mobile{
	display:none;
}
}

/* DS */
.ds-foil {
    max-width:50%;
    font-size:11px;
    overflow:hidden;
}

.ds-foil img {
    max-width:90%;
    
}

.slick-slide img {
    
}

.ds-foil h2 {
    font-size:28px;
    display:inline-block;
    top:0;
    padding-left:0;
}

#loader {
    position:absolute;
    width:100px;
    height:100px;
    left:calc(50vw - 50px);
    top:calc(50vh - 50px);
}

.slick-prev {
    display:none;
}

.ds-content {
    max-height:;
}

.ds-text {
    padding:5px;
    font-size:2em;
    position:inherit;
    display:inline-block;
    top:0;
}

.ds-text p {
    position: inherit;
    top: 0;
}

/*new images */
.wrapper img{
    margin: 0 auto;
    max-width: 200px;
    height:100%;
}

.shop_galery_image {
    height:auto;
}