/*CSS FONT IMPORTS*/

@import url('https://fonts.googleapis.com/css?family=Flamenco|Open+Sans');
/*----------------------------------------- body -----------------------------------------------------*/

body {
    font: normal .8em/1.5em 'Open Sans', Helvetica, sans-serif;
    font-family: 'Open Sans';
    background: url("../medien/dagmar/1.jpg");
    background-attachment: fixed;
	margin: 0;
    background-size: cover;
    font-weight: normal;
	box-sizing: border-box;
}
hr {
    border: none;
    border-bottom: 2px solid #ffebee;
    margin-bottom: 2em;
}
label {
    display: block;
}

section {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

input[type=submit] {
	cursor: pointer;
}

@media only screen and (min-width: 0em) and (max-width: 37em){
	.foto {
		width: 100% !important;
		height: 25em !Important;
	}
}

@media only screen and (min-width: 59em) and (max-width: 91em){
	.foto {
		height: 15em !important;
	}
}

@media only screen and (min-width: 0em) and (max-width: 59em){
	main {
		margin: 0 !important;
	}
	body {
		background: none !important;
	}
	.navigation {
		width: 100%;
		float: left;
		font-size: 0.9em;
		position: relative;
		z-index: 50;
		transition: 0.25s ease;
	}
	
	.bio {
		margin: 0 !important;
	}
	
	.lb-nav a.lb-next {
		background-image: url(../images/nextMobile.png) !important;
	}
	
	.lb-nav a.lb-prev {
		background-image: url(../images/prevMobile.png) !important;
	}
}
/*--------------------------------------- Wrapbereich -------------------------------------------------*/
main {
    padding: 0;
    text-align: left;
    height: auto;
	margin: 2em 0;
}
/*-------------------------------------- Headerbereich -----------------------------------------------*/

header {
	height: auto;
	width: 100%;
    float: left;
    margin: auto auto;
    text-align: left;
	background-color: rgba(183,28,28,0.95);
}

.headerBg img {
	width: 100%;
	padding: 0;
	margin: 0;
}
/*------------------------------- Men�-Leiste Navigation --------------------------------------------*/

.navigation {
    font: 1.05em 'Open Sans', Helvetica, sans-serif;
    letter-spacing: 0.1em;
    text-align: left;
    background: #c62828;
    display: inline;
	z-index: 200;
}
.navigation ul {
    list-style: none;
    margin: 0;
	padding: 0 0.75em;
	float: right;
}
.navigation ul ul {
	padding: 0 !important;    
    background: #c62828;
    width: 108px;
    margin: 7px 0 0 0 !important;
	float: left !important;
    position: absolute;
	display: block;
    text-shadow: 0 0;
    z-index: 500;
}

.navigation ul ul li{
	width: 100%;
}
.navigation ul ul a:hover {
    background: #b71c1c;
}
.navigation li {
    /*Hauptmen�*/
    color: #402929;
    padding: 0.5em 1em;
	float: left;
	display: inline;
}

.navigation ul.navM {
	padding: 0 !important;
}

.navigation ul.navM li {
	float: right;
	font-size: 1.5em;
	color: white;
	cursor: pointer;
}

.navigation ul.navM li.active {
	background: #e53935;
}

.navigation li:hover {
    background: #b71c1c;
}

.navigation li.active {
	background: #b71c1c;
}

.navigation a {
    display: block;
    margin: 0;
    padding: 6px 6px;
    color: white;
    text-decoration: none;
}

.menuMobile {
	width: 100%;
	height: 100%;
	background: #b71c1c;
	z-index: 20;
	color: white;
	font-size: 1.3em;
	display: none;
}

.menuMobile ul {
    list-style: none;
    margin: 0;
}


.menuMobile li {
    color: white;
    padding: 1em 0.5em;
	background: #e53935;
}

.menuMobile li a {
	color: white;
}



div.navigation ul ul,
div.navigation ul li:hover ul ul,
div.navigation ul ul li:hover ul ul {
    display: none;
}
div.navigation ul li:hover ul,
div.navigation ul ul li:hover ul,
div.navigation ul ul ul li:hover ul {
    display: block;
}
body#start #startnav,
body#studio #studionav,
body#kurse #kursenav,
body#workshops #aktuellnav,
body#termine #aktuellnav,
body#biographie #biographienav,
body#fotos #galerienav,
body#fiestas #galerienav,
body#reisen #galerienav,
body#kuenstler #galerienav,
body#workshops_fotos #galerienav,
body#studio_fotos #galerienav,
body#filme #galerienav,
body#kontakt #kontaktnav,
body#links #linksnav,
body#hendrik #biographienav,
body#marc #biographienav,
body#jose #biographienav,
body#emanuel #biographienav,
body#milagros #biographienav,
body#ursula #biographienav,
body#antonio #biographienav,
body#carmen #biographienav,
body#jaime #biographienav,
body#mariadelmar #biographienav,
body#elva #biographienav,
body#sahel #biographienav {
    /*color: #402929;*/
    /*background:url(../medien/Gradients_button_95x28_neu_3.png) right no-repeat;  3 wegen Separator links*/
    /*text-shadow: -1px -1px 6px rgba(255, 255, 255, 0.6), -1px -1px 1px #fff;*/
    
    background: #b71c1c;
}
/* rounded corners for first and last child */

.navigation ul li:first-child > a {
    /*-webkit-border-top-left-radius: 6px; /*ANDY Alter Wert: 9px*/
    /*-moz-border-radius-topleft: 6px;*/
}
.navigation ul li:last-child > a {}
/* clearfix */

.navigation:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.navigation {
    display: inline-block;
}
html[xmlns] .navigation {
    display: block;
}
* html .navigation {
    height: 1%;
}
/*------------------------ 2 Spalten Inhalte   ----------------------------------------*/

.inhalt {
    background-color: #A90101;
    font: 100% 'Open Sans', sans-serif;
    line-height: 1.88889;
    background: #b71c1c;
    position: relative;
    float: left;
    opacity: 0.95;
	color: white;
}
.inhalt h2 {
    color: #efefef;
    text-align: left;
    font-weight: normal;
}
.inhalt h4 {
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    color: white;
}
#body h4 {
    margin: 0 !important;
}
.inhalt .title {
    font-weight: bold;
    padding: 0.5em;
    color: white;
    text-align: left;
    font-size: 15px;
    background: #c62828;
}
.inhalt .date {
    padding: 0.5em;
    background: #ffcdd2;
    color: #3b3b3b;
}
.inhalt .con {
    margin: 2em 0;
    background: #c62828;
}
.inhalt .create, .inhalt .create .title {
	border: 2px dashed white;
}
.inhalt .text {
    padding: 0.5em;
}
/*----------------- Start-Seite -------------------------------------- */

.ak {
    padding: 0 0 0 0;
    font-size: 1.2em;
    background: #c62828;
    margin-bottom: 1.5em;
}
.ak .akTitle a {
	color: black;
	float: right;
	font-size: 0.9em;
	padding: 0 0.5em;
	background: red;
	color: white;
	border-radius: 1em;
	border: 1px solid white;
}
.ak .akTitle a:hover {
	color: #f2f2f2;
}
.ak input, .ak select, .ak option {
	width: 100%;
	max-width: 100%;
}

.ak select {
	padding: 0.25em;
	border: 0 none;
	margin: 0.25em 0;
}
.ak input[type=submit] {
	width: auto;
	display: block;
	margin: 1em 0 0 0;
	background: #004d40;
	cursor: pointer;
	font-weight: bold;
	color: white;	
}
.akTitle {
    padding: 0.5em 0.5em;
    text-transform: uppercase;
    background: rgba(183, 28, 28, 0.3);
}
.akTime {
    padding: 0.5em 0.5em;
    color: white;
    font-style: italic;
}
.studioText .akButton, .kurseRight .akButton {
	padding: 0.75em;
	display: inline-block;
	margin: 0.5em 0 0 0;
}
.workshopsText .akButton {
	padding: 0.5em;
}
.akButton {
    color: white;
	background: #851D1D;
    /* IE */
    
    text-align: center;
    font-size: 0.9em;
    cursor: pointer;
    transition: 0.1s ease;
    text-decoration: none !important;
	padding: 0.1em;
}
.akButton:hover {
	background: #6A1F1F;
    text-decoration: none;
}

.pageLeft {
	padding: 1em;
}

.pageRight {
	padding: 1em;
}

.pageRight .dates {
	
}

.introText {
	padding: 1.5em 0;
}

/*-------------- Studio-Seite ----------------*/

.studioText {
    float: left;
    position: relative;
    color: white;
    border-right: 1px #fff;
}
.studioTitle {
    font-size: 1.3em;
}
.studioText a {
    color: white;
    text-decoration: none;
}
.studioText li {
    list-style-type: none;
	background: #c62828;
	padding: 0.75em;
	margin: 0 0 2em 0;
}
.studioText a:hover {
    text-decoration: none;
}
.studioRight {
    position: relative;
    float: left;
}
/*-------------- Info-Seite ----------------*/

.infoText {
    float: left;
    position: relative;
    color: white;
}
.infoText a {
    color: white;
    text-decoration: none;
}
.infoText a:hover {
    text-decoration: underline;
}
.infoRight {
    position: relative;
    float: left;
}
/* ------------- Kurs-Seite ------------------*/

.pageTitle {
	margin-bottom: 2em;
}

.kurseText {
    float: left;
    position: relative;
    text-align: left;
    color: white;
}
.kurseText form {
	border-top: 2px solid white;
	margin-top: 1em;
	padding-top: 1em;
}
.kurseText input{
	width: auto;
}
.kurseText select{
	padding: 0.25em;
	border: 0 none;
}
.kurseText button {
	width: auto;
	display: block;
	padding: 0.5em;
	margin: 1em 0 0 0;
	background: #004d40;
	cursor: pointer;
	font-weight: bold;
	color: white;
	border: 0 none;
}
.kurseText p {
    font-size: 14px;
}

.kurseRight h2 {
	margin: 0.5em 0 !important;
}

.kurseRight h4 {
	font-weight: bold;
	margin: 0.5em 0;
}

.kurseText img {
	display: block;
}

#box-table-a {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 14px;
    text-align: left;
    border-collapse: collapse;
	max-width: 100%;
}
#box-table-a th {
    font-weight: normal;
    padding: 8px;
    background: #e53935;
    color: white;
}
#box-table-a td {
    padding: 8px;
    background: #e53935;
    color: white;
    border-top: 2px solid #b71c1c;
    cursor: default;
}
#box-table-a tr:hover td {
    background: #ef5350;
}
#box-table-a tr:hover th {
    background: #ef5350;
}
#box-table-a .day {
    background: #c62828 !important;
}
td span {
	float: right;
}
td span a {
	color: white;
	padding: 0 0.5em;
	background: red;
	margin: 0 0 0 1em;
}
.kurseRight {
    color: #efefef;
    position: relative;
    float: left;
}
.kurseRight p {
    font-size: 14px;
}
.kurseRight a {
    text-decoration: none;
    color: #ffcdd2;
}
.kurseRight a:hover {
    color: #ffebee;
}
#kurseBild2 {
	margin: 2em 0 0 0;
}

.kurseI3 {
	margin: 0.5em 0;
}


/*-------------- Workshop-Seite ----------------*/

.swiper-container {
	width: 100%;
	height: 15em;
	margin: 0 0 2em 0;
}

.swiper-slide {
	background-size: cover;
}

.swiper-pagination-bullet-active {
	background: #b71c1c !important;
}

.swiper-pagination-bullet {
	background: #c62828 !important;
}

.personal {
	height: 30em !important;
}


.workshopsText {
    float: left;
    position: relative;
    color: white;
}

.workshopsText input {
	width: 100%;
	background: white;
}

.workshopsText input[type=submit] {
	width: auto;
	display: block;
	margin: 0.5em 0 2em 0.75em;
	background: #004d40;
	cursor: pointer;
	font-weight: bold;
	color: white;
}
.adminTitle2 {
	padding: 0.75em;
	background: white;
	color: black;
	font-weight: bold;
	margin-bottom: 1em;
	width: 100%;
	display: block;
}
.adminTitle {
	padding: 0.75em;
	background: white;
	color: black;
	border-top-right-radius: 1.5em;
	border-bottom-right-radius: 1.5em;
	font-weight: bold;
	margin-bottom: 1em;
	width: auto;
	display: inline-block;
}

.workshopsText select {
	padding: 0.25em;
	border: 0 none;
	margin: 0.75em;
}

.workshopsText textarea {
	height: 20em;
	width: 100%;
}

.workshopsText input.uri {
	width: 40%;
	border-right: 2px solid #b71c1c;
}

.workshopsText button[type=submit] {
	background: white;
	color: black;
	border: 0 none;
	padding: 0.25em;
	margin: 0 0.25em;
	cursor: pointer;
	transition: 0.25s ease;
}

.workshopsText .title input {
	width: 90%;
}

.workshopsText .title a {
	color: black;
	float: right;
	font-size: 1.1em;
	padding: 0 0.5em;
	background: red;
	color: white;
	border-radius: 1em;
	border: 1px solid white;
}

.workshopsText button[type=submit]:hover {
	background: black;
	color: white;
}

.workshopsText form span a {
	background: white;
	color: black;
	padding: 0.25em 0.5em;
	margin: 0 0.25em;
	transition: 0.25s ease;
}

.workshopsText form span a:hover {
	background: black;
	color: white;
}

.workshopsText ul li {
	list-style: none;
}
.workshopsText h4 {
    color: #e7a81d;
    text-align: left;
    font-weight: normal;
    font-size: 17px;
    text-decoration: underline;
}
h3 {
    font-weight: normal;
}
.workshopsText h5 {
    color: #e7a81d;
    text-align: left;
    font-weight: normal;
    font-size: 15px;
}
.workshopsText a {
    text-decoration: none;
    color: #ffcdd2;
    transition: 0.1s ease;
}
.workshopsText a:hover {
    color: #ffebee;
}
.workshopsRight {
    position: relative;
    float: left;

}
.workshopImage {
	margin-bottom: 1em;
}
.workshopImage img {
	width: 100%;
	height: auto;
}
/*-------------- Termine-Seite ----------------*/

.termineText {
    float: left;
    position: relative;
    color: white;
}

.termineText ul {
	margin: 0.75em 0;
}

.termineText ul li {
	margin: 0 0 0 2em;
}

.termineText a {
    color: white;
    text-decoration: none;
}
.termineText a:hover {
    text-decoration: underline;
}
/*----------------- Biographie-Seite --------------------------------------*/

.bioText {
    float: left;
    position: relative;
    text-align: left;
    color: white;
}
.bio {
    float: left;
    position: relative;
    text-align: left;
	margin: 2em 0;
    color: white;
}

.bio ul li {
	padding: 2em 0 0 0;
	list-style: none;
}

.bioRight {
    float: right;
}

.sideBarMenu {
	padding: 0.75em;
	float: left;
	width: 100%;
	font-size: 1.3em;
	background: #c62828;
	cursor: pointer;
}

.sideBarMenu span i{
	float: right;
	padding: 0.5em;
}

.sideBarMenu span {
	cursor: pointer;
}

.sideBar {
	padding: 0.75em;
	float: left;
	width: 100%;
}

.sideBar ul li, .sideBar a {
	list-style: none;
	text-decoration: none;
	color: white;
}

.sideBar ul li a:hover {
	text-decoration: underline;
}

.sideBar ul {
	width: 100%;
	float: left;
	display: none;
}

.sideBar ul.active {
	display: block;
}

.sideBar ul li {
	width: 100%;
	padding: 0.25em;
	text-align: center;
	background: #c62828;
	margin: 0.15em 0;
}

.bio a {
    color: white;
    text-decoration: underline;
}

ul.nav a:active,
ul.nav a:focus {
    font-weight: normal;
    text-decoration: underline;
    color: white;
}
.bioRight ul li {
    display: inline;
	float: right;
}

.bioText a {
    color: white;
	text-decoration: none;
}
.bioText,
.bio a:hover {
    text-decoration: none;
}

.imageRight img {
	text-align: right !important;
	float: right !important;
	width: 100%;
}

@media only screen and (min-width: 0em) and (max-width: 59em){
	.imageRight img {
		text-align: center !important;
		float: left !important;
	}
}

.shortImageRight {
	width: auto;
	float: left;
	display: inline;
}
/*-------------------- Fotobereich ------------------------------------------------------*/
.fSBar {
	
}

.fSBar ul li {
	list-style: none;
}

.fSBar a {
	color: white;
	text-decoration: none;
}

.fSBar a:hover {
	text-decoration: underline;
}

.fSBar a.active {
	text-decoration: underline;
}

.foto {
	height: 12.5em;
	min-height: 12.5em;
	border: 1px solid #b71c1c;
	background-size: cover !important;
	transition: 0.25s ease;
}

.foto:hover {
	opacity: 0.7;
}

.fotoContainer img {
	width: 100%;
	height: auto;
}

.
/*----------------- Film-Seite --------------------------------------*/

.filmeText {
    float: left;
    position: relative;
    text-align: left;
    color: white;
}

.filmeText a {
    text-decoration: none;
}
.filmeRight {
    text-align: center;
}
.film {
	margin-bottom: 2em;
}

.film h4 {
	text-align: center;
	margin-bottom: 1em;
}

.film iframe {
	max-width: 100%;
}

/* player container */

a.player {
    display: block;
    width: 320px;
    height: 240px;
    text-align: center;
    margin: 0 15px 15px 0;
    float: left;
    border: 1px solid #999;
}
/* play button */

a.player img {
    margin-top: 137px;
    border: 0px;
}
/* when container is hovered we alter the border color */

a.player:hover {
    border: 1px solid #000;
}
#filmeRight a {
    color: white;
    text-decoration: none;
}
#filmeRight a:hover {
    text-decoration: underline;
}
/*-------------------- Linkbereich ------------------------------------------------------*/

.linksHeader {
	text-align: center;
	width: 100%;
}
.links a {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    color: white;
    text-decoration: none;
	display: block;
	background: #c62828;
	padding: 0.5em;
	width: 100%;
	border-bottom: 1px solid #b71c1c;
}
.links a:hover {
    font-weight: normal;
    text-decoration: underline;
}
/*----------------- Impressum-Seite --------------------------------------*/

.impressumText {
    float: left;
    position: relative;
    text-align: left;
    color: white;
}
.impressumText a {
    color: white;
    text-decoration: none;
}
.impressumText a:hover {
    text-decoration: underline;
}
/*----------------- Kontakt-Seite --------------------------------------*/

.kontaktText {
    float: left;
    position: relative;
    text-align: left;
    color: white;
}
input {
    border: none;
    padding: 0.5em;
    width: 25em;
	max-width: 100%;
    margin-bottom: 0.4em;
}
textarea {
    border: none;
    padding: 0.5em;
    width: 100%;
    margin: 0 !important;
    resize: none;
    font-family: 'open sans';
    font-size: 1em;
	max-width: 100%;
}
.kontaktText a {
    float: right;
    color: white;
    text-decoration: none;
}
.kontaktText td a:hover {
    text-decoration: underline;
}
.kontaktRight {
    position: relative;
    float: right;
}

.kontaktRight iframe {
	float: right;
	text-align: right;
	max-width: 100%;
}
#kontakt .hinweis {
    padding: 0 1.5em 1.5em 1.5em;
    color: #666;
    line-height: 1.25em;
}
#kontaktRight a {
    float: left;
    margin-right: 4em;
    color: white;
    text-decoration: none;
}
#kontaktRight a:hover {
    text-decoration: underline;
}
#kontaktBild1 {
    margin-top: 14em;
    margin-left: 11em;
}
/*-------------------- Footerbereich ----------------------------------------------------*/

.footer {
    margin: 0;
    font: normal 1em/1.5em 'Open Sans', Helvetica, sans-serif;
    background: #c62828;
    float: left;
    color: #a5a2a2;
}
.footer i {
    font-size: 1.6em;
    color: white;
    background: #b71c1c;
    padding: 0.3em;
    cursor: pointer;
    margin-right: 0.1em;
}
.footer i:hover {
    background: white;
    transition: 0.25s ease;
    color: #b71c1c;
}
.footerLeft {
	text-align: left;
    float: left;
    color: #a5a2a2;
    cursor: pointer;
	padding-left: 1em;
}
.footerLeft a {
    color: #a5a2a2;
    text-decoration: none;
}

.footerRight {
	text-align: right;
	padding-right: 1em;
	float: right;
}

.footerRight a {
    text-decoration: none;
    color: #402929;
    color: white;
}