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

/* Copyright von Kinesiologie LaliLalu 2015 */

/* ======== Fontstile ======== */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800,300italic,400italic,600italic,700italic,800italic);
/* font-family: 'Open Sans', sans-serif; */


/* ======== Grundeinstellungen ======== */

* {
	box-sizing: border-box;
}

body {
	background-color: #fff;
	margin: 0px;
}

strong {
	font-weight: 500;
}

h1, h2, h3, h4, p, nav {
	font-family: 'Open Sans', sans-serif;
	color: #222;
}

h1, h2 {
	font-size: 24px;
	font-weight:400;
	text-transform:uppercase;
}

h3 {
	font-size: 18px;
	font-weight: 400;
}

h4 {
	font-size: 10px;
	font-weight: 100;
}

p {
	font-size: 14px;
	font-weight: 300;
}

a:link,
a:visited {
	color: #555;
	text-decoration: none ;
}

a:hover,
a:active {
	color: #F7941D ;
	text-decoration: none ;
}


#seitenhoehe {
	min-height:1000px;
}

a {
    outline: none;
}

.inhalt {
	padding:0px 0px;
}


/* ======== Header & Hintergrundbilder ======== */

.header {
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:450px; /* vorher 450 px;*/
	width:100%;
	padding:0px;
	margin:0px 0px 0px 0px;
}

.header-slider {
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain; /* oder contain? */
	height:auto;
	width:100%;
	padding:0px;
	margin:0px 0px 0px 0px;
}

.hintergrundbild-quadrat {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 300px;
	height: 300px;
}

.hintergrundbild {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 300px;
	height: 200px;
}

/* ======== Hauptnavigation ======== */

.hauptmenu {
	text-align:center;
	text-transform:uppercase;
}

.hauptmenu a:link, 
.hauptmenu a:visited {
	/* background-color:#000; */
	color: #FFFFFF;
    opacity: 1;
	padding: 10px 10px 10px 10px;
}

.hauptmenu a.aktiv {
	background-color:#F7941D;
	color: #FFFFFF;
	font-weight:600;
    opacity: 1;
	padding: 10px 10px 10px 10px;
}

/* .hauptmenu a:hover,
.hauptmenu a:active {
	background-color:#F7941D;
	color: #FFFFFF;
    opacity: 1;
	padding: 10px 10px 10px 10px;
} */

.hauptmenu .submenu a:link, 
.hauptmenu .submenu a:visited {
	font-size:12px;
	color:#FFFFFF;
}

.navi-background {
	background-color:rgba(0,0,0,0.7) !important;
	padding-bottom:20px;
	z-index:99999;
}

.main-navi-bg {
	width:100%;
	height:80px;
	position:fixed;
	background-color:#222;
	display:none;
	z-index:1;
}

.main-navi-bg-light {
	width:100%;
	height:80px;
	position:fixed;
	background-color:#222;
	display:none;
	z-index:1;
}

.main-navi {
	display:block;
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing:1px;
	padding-top:20px;
	position:fixed;
	text-align:center;
	width:100%;
	z-index:501;
}

.main-navi ul {
    list-style-type: none;
	margin: 0;
	padding:0;

}

.main-navi li {
    display: inline-block;
    margin: 0 1px 0 0;
	
	
	list-style: none;
	text-align: center;
	height: auto;
	width: 140px;
}

.main-navi a:link,
.main-navi a:visited {
	/* background-color: #000; */
	color: #fff;
    display: block;
    font-size:14px;
    /* opacity: 0.5; */
    padding: 10px 10px 10px 10px;
	margin: 0px -2px 0px -2px;
    text-decoration: none;
    transition:all 0.5s ease;
}

.main-navi a:hover,
.main-navi a:active {
    background-color:#F7941D;
	color: #fff;
    opacity: 1;
	padding: 10px 10px 10px 10px;
	margin: 0px -2px 0px -2px;
	transition:all 0.5s ease;
} 

.logo {
	float:left;
	left:0%;
	padding:10px 10px;
	position:fixed;
	transform:translateX(0%);
	z-index: 99999;
}

.logo-mini {
	display:none;
}

.facebook {
	float:left;
	right:0%;
	padding:30px 30px;
	position:fixed;
	transform:translateX(0%);
	z-index: 99999;
}

/* ------------Hauptnavi Schwarz-------------*/

.main-navi-schwarz a:link,
.main-navi-schwarz a:visited {
	/* background-color: #000; */
	color: #000;
    display: block;
    font-size:14px;
    /* opacity: 0.5; */
    padding: 10px 10px 10px 10px;
	margin: 0px -2px 0px -2px;
    text-decoration: none;
    transition:all 0.5s ease;
}

.main-navi-schwarz a:hover,
.main-navi-schwarz a:active {
    background-color:#F7941D;
	color: #fff;
    opacity: 1;
	padding: 10px 10px 10px 10px;
	margin: 0px -2px 0px -2px;
	transition:all 0.5s ease;
} 

.main-navi-schwarz {
	display:block;
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing:1px;
	padding-top:20px;
	position:fixed;
	text-align:center;
	width:100%;
	z-index:501;
}

.main-navi-schwarz ul {
    list-style-type: none;
	margin: 0;
	padding:0;

}

.main-navi-schwarz li {
    display: inline-block;
    margin: 0 1px 0 0;
	
	
	list-style: none;
	text-align: center;
	height: auto;
	width: 140px;
}

.main-navi-schwarz a.aktiv {
	background-color:#F7941D;
	color: #FFFFFF;
	font-weight:600;
    opacity: 1;
	padding: 10px 10px 10px 10px;
}



/* ------------Dropdown-------------*/

.main-navi ul li {
    display: inline-block;
	

}

.main-navi ul li:hover {
	transform: all 0.5 ease;
}

.main-navi ul li a,visited {
	color: #F7941D; /* noch nicht klar wo dieses Farbe angezeigt wird */
	display:block;
	padding: 15px;
	text-decoration:none;
}

.main-navi ul li a:hover 
.main-navi ul li a:active {
	color: #000;
	text-decoration:none;
	transform: all 0.5 ease;
}

.main-navi ul li:hover ul {
	display:block;
	width: 140px;
	transform: all 0.5 ease;
}

.main-navi ul ul {
	display:none;
	position:absolute;
	background-color: #222;
	border-top:0;
	width: 140px;
}

.main-navi ul ul li {
	display:block;
}

.main-navi ul ul li a,visited {
	color: #261EDF;
}



/* ======== Allgemeine Einstellungen ======== */

.text-center {
	border:0px solid #0f0;
	margin:0px auto;
	max-width:800px;
	text-align: center;
}

.text-center-large {
	margin:0px auto;
	max-width:1000px;
	text-align: center;
}

.text-white {
	color:#FFF;
}

.bild-text {
	margin:0px auto;
	max-width:800px;
}

.bild-detail {
	width:100%;
}

.float-rechts-33 {
	float:left;
	margin:0;
	padding:0;
	text-align:left;
	width:33%;
}

.float-links-33 {
	float:left;
	text-align:left;
	width:33%;
}

.float-rechts-rand-33 {
	float:left;
	margin:0;
	padding:10px;
	text-align:left;
	width:33%;
}

.float-links-rand-33 {
	float:left;
	padding:10px;
	text-align:left;
	width:33%;
}

.float-rechts-50 {
	float:left;
	margin:0;
	padding:10px;
	text-align:left;
	width:50%;
}

.float-links-50 {
	float:left;
	text-align:left;
	width:50%;
}

.abstand-s {
	height:20px;
}

.abstand-m {
	height:40px;	
}

.abstand-l {
	height:60px;	
}

.abstand-xl {
	height:100px;	
}

.abstand-xxl {
	height:150px;	
}

.text-center {	
	margin:0px auto;
	max-width:800px;
	text-align: center;
}

.text-left {
	margin:0px auto;
	max-width:1000px;
	text-align: left;
}

.clear {
	clear:both;
}

.pic-center {
	display:block;
	text-align:center;
	margin:0 auto;
	max-width:800px;
}

.bildhoehe {
	width: 280px;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	overflow: hidden;
}

.vert-linie {
	padding-left: 15px;
	margin-bottom:15px;
	border-left: 1px solid #F7941D;
}

.doppel-vert-linie {
	padding-left: 15px;
	margin-bottom:15px;
	border-left: 1px solid #F7941D;
}

.doppel-vert-linie img {
	display: inline;
	width: 50%;
	height: auto;
	vertical-align:auto;
}

.doppel-vert-linie:nth-child(3) {
	border-right: 1px solid #F7941D;
}
.doppel-vert-linie:nth-child(6) {
	border-right: 1px solid #F7941D;
}
.doppel-vert-linie:last-child {
	border-right: 1px solid #F7941D;
}


.doppel-vert-linie.linie-rechts {
	border-right: 1px solid #F7941D;	
}


.tanzart-button {
	clear:both;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:400;
	padding:0px;
	text-decoration: none;
}

.tanzart-button a:link,
.tanzart-button a:visited {
    /* background-color: #222; */
	border: 1px solid #222;
    color: #000;
	opacity: 0.5;
    padding: 5px 10px 5px 10px;
	transition:all 0.3s ease;
}

.tanzart-button a:hover,
.tanzart-button a:active {
    background-color:#F7941D;
	border:none;
	color: #fff;
    opacity: 1;
	transition:all 0.3s ease;
}

.tanzart-button-send {
	clear:both;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:400;
	padding:5px 10px 5px 10px;
	text-decoration: none;
}

.tanzart-button-send button {
	background-color:#F7941D;
	border:1px solid #fff;
	clear:both;
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:400;
	padding:5px 10px 5px 10px;
	text-decoration: none;
}
.tanzart-button-send a:link,
.tanzart-button-send a:visited {
    /* background-color: #222; */
	border: 1px solid #222;
    color: #000;
	opacity: 0.5;
    padding: 5px 10px 5px 10px;
	transition:all 0.3s ease;
}

.tanzart-button-send button:hover {
    background-color:#fff;
	border:1px solid #222;
	color: #222;
    opacity: 1;
	padding:5px 10px 5px 10px;
	transition:all 0.3s ease;
}


.tanzart-button-send-white {
	clear:both;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:400;
	padding:5px 10px 5px 10px;
	text-decoration: none;
}

.tanzart-button-send-white button {
	background-color:#fff;
	border:1px solid #222;
	clear:both;
	color:#222;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:400;
	opacity: 0.5;
	padding:5px 10px 5px 10px;
	text-decoration: none;
}
.tanzart-button-send-white a:link,
.tanzart-button-send-white a:visited {
    /* background-color: #222; */
	border: 1px solid #222;
    color: #000;
	opacity: 0.5;
    padding: 5px 10px 5px 10px;
	transition:all 0.3s ease;
}

.tanzart-button-send-white button:hover {
    background-color:#F7941D;
	border:1px solid #fff;
	color: #fff;
    opacity: 1;
	padding:5px 10px 5px 10px;
	transition:all 0.3s ease;
}


.alert-danger {
    background-color: #222;
}


.umbruch {
	display: block;
	clear: left;
	min-height:30px;
}

.eingabefeld {
	line-height: 1.5;
}

.logo {
}

.stundenplan {
	background-color:#F3F3F3;
	padding:5px;
	margin:5px;
}

/* ======== Anmeldeformular ======== */

.anmeldeformular {
	background-color:#F7941D;
	margin-bottom:-30px;
}

.anmeldeformular-text {
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight:400;
}



/* ======== Parallax ======== */


.parallax {
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:400px;
	width:100%;
}

.mitte-parallax {
	display:block;
	line-height:46px;
	position:relative;
	top:50%;
	transform:translateY(-50%);
}

#parallax-home {
	background-image:url(/bilder/headerbilder/tanzart-header-006.jpg);
}

#parallax-ueber-uns {
	background-image:url(/bilder/headerbilder/tanzart-header-007.jpg);
}


/* ======== Accordion ======== */


button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
	font-size:18px;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* background color für den button (hover) */
button.accordion.active, 
button.accordion:hover {
    background-color: #F7941D;
	color: #fff;
}


/* Accordion panel - versteckt bei default */
div.panel {
    padding: 0px 18px;
    background-color: white;
}

div.panel {
    padding: 0px 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

div.panel.show {
    opacity: 1;
    max-height: 500px; /* (screen sizes) */
	padding: 10px;
}


button.accordion:after {
    content: '\02795'; /* Unicode für "plus" Zeichen (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796"; /* Unicode für "minus" Zeichen (-) */
	color: #fff;
}



/* ======== Icons ======== */


.fa {
	color: #F7941D;
}


/* ======== News ======== */

.alert {
    border: 1px solid transparent;
    border-radius: 0px;
    margin-bottom: 20px;
    padding: 15px;
	min-height:200px;
}

.alert-warning {
	background-color:#5e5d56;
}

.news-hoehe {
	min-height:170px;
	margin-bottom:40px;
}

.logo-hoehe {
	min-height:100px;
	margin-bottom:40px;
}

.alert > a:link, a:visitet {
	color:#fff;
}

.alert > p, .alert > ul {
    color: #fff;
    margin-bottom: 0;
}

/* ======== Kontaktformular ======== */


.klein {
	width: 160px;
}

.mittel {
	width: 300px;
}

.meine-angaben {
	background-color:#fff;
	color:#FFF;
}

.kontaktformular .form-control {
	border-radius:0px;
}

.kontaktbild {
	padding:10px;
	text-align: right;
}

.kontakt {
	padding:10px;
}

/* ======== Bild Effekt ======== */
/* class="bw pic" */

/*
.bw {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.bw:hover {
  -webkit-filter: grayscale(100%);
}

/* ======== Footer Bereich ======== */
	
.footer {
	background-color:#111111;
	color:#555555;
	display:block;
	font-family: 'Open Sans', sans-serif;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align:center;	
}

.footer-link {
	color: #555555;
	text-decoration: none;
}

.footer-link a:link,
.footer-link a:visited {
	text-decoration: none;
	transform: all 0.5s ease;
}

.footer-link a:hover,
.footer-link a:active {
	color: #F7941D;
	transform: all 0.5 ease;
}

#menu-mini-screen {
	display:none;
	background-color:#222;
}
#menu-mini-screen a {
	display:block;
}
#untermenu {
	display:none;
} 



	/* ======== Scrolltop button ======== */


.scrollicon{
	border-radius:0%;
	border:1px solid rgba(255,255,255,0.01);
	bottom:80px;
	display:none;
	height:0px;
	opacity:0.5;
	position:fixed;
	right:120px;
	text-align: center;
	text-decoration:none;
	width:0px;
}

.scrollicon div{
	padding-top:0px;
}




@media screen and (max-width:1100px) {
	
#menu-large-screen {
	display:none;
}	
	
#menu-mini-screen {
	display:block;
	position:fixed;
	width:100%;
	z-index:99998;
}
	
.logo {
	display: none;
}

.logo-mini {
	display:block;
	float:left;
	left:0%;
	padding:5px 5px;
	position:fixed;
	transform:translateX(0%);
	z-index: 99999;
}
	
.facebook {
	float:left;
	right:0%;
	padding:10px 30px;
	position:fixed;
	transform:translateX(0%);
	z-index: 99999;
}
	
.main-navi-bg {
	display:none;
}

.main-navi-bg-light {
	display:none;
}
	
.abstand-s {
	height:5px;
}

.abstand-m {
	height:10px;	
}

.abstand-l {
	height:20px;	
}

.abstand-xl {
	height:40px;	
}

.abstand-xxl {
	height:60px;	
}	

.inhalt {
	padding:0px 20px;
}
	
.vert-linie {
	border-left: 0px;
}

.doppel-vert-linie {
	border-left: 0px;
	border-right: 0px;
}
	
.doppel-vert-linie:nth-child(3) {
	border-right: 0px;
}
.doppel-vert-linie:nth-child(6) {
	border-right: 0px;
}
.doppel-vert-linie:last-child {
	border-right: 0px;
}
	
.kontaktbild {
	padding:10px;
	text-align: center;
}
	
.kontakt {
	padding:10px;
	text-align: center;
}

	
	
	
}
