/************************************************************************************
GENERAL
*************************************************************************************/
html {
    font-size: 100%;
    height: 100%;
}
body {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 0.8125rem;
    height: 100%;
    line-height: 150%;
    margin: 0;
    padding: 0;
    width: 100%;
    background-attachment: fixed;
    background-position: left top;
    background-size: cover;
}
#wrapper {
    min-height: 100%;
    position: relative;
}
#back{
    background-attachment: fixed;
    background-position: left top;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%;
    background-image: url("background/standard.jpg");   
}
#back_start {
    height: 100%;
    position: absolute;
    width: 100%;
}
header {
    content: " ";
    display: table;
    position: relative;
    width: 100%;
}
.logo {
    position: relative;
    float:right;
    padding:5px 20px 5px 0;
    width: 240px;
    z-index: 800;
}
.logo img {
    width: 100%;
}
.banner {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    height: 400px;
    transition: box-shadow 0.3s ease 0s;
    width: 100%;
}
.page-row-expanded img {
    height: auto;
    width: 100%;
}
.page-row-expanded {
 padding: 0 0 190px;
  overflow: auto;
}
section, #nav-wrap, .footer-wrap, .zielgruppen {
    margin: 0 auto;
    max-width: 1160px;
    min-width: 880px;
}

/************************************************************************************
Layout
*************************************************************************************/
body {
    color: #666;
}

.page-row-expanded {
    font-size: 0.8125rem;
}

.content {
  color: #252525;
  position: relative;
}


/************************************************************************************
Important Tags
*************************************************************************************/

a {
  color: #5b5b5b;
  text-decoration: none;
  font-weight:bold;
}

a:hover {
  color: #000;
  text-decoration: none;
  font-weight:bold;
}
.footer-adresse a, .footer-adresse2 a {
    color: #fff;
}
.header {
    color: #3e4142;
    border-bottom: 1px solid #3e4142;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 100%;
    margin: 0.75rem 0;
    padding: 0.2rem;
  text-transform:uppercase;
}
h1 {
    border-bottom: 1px dotted #000;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 110%;
    margin: 1rem 0;
}
h2 {
    font-size: 1rem;
    line-height: 110%;
    padding: 0.2rem 0;
}
h3 {
    font-size: 0.875rem;
    line-height: 110%;
}
h4 {
    background: none repeat scroll 0 0 #252525;
    color: #fff;
    font-size: 1rem;
    margin: -0.5rem -0.5rem 7px;
    padding: 5px 0 3px 10px;
}


h5 {
    background: #fff none repeat scroll 0 0;
    border-radius: 0rem 0rem 1rem 1rem;
    bottom: 0;
    color: #000;
    font-size: 1.2rem;
    font-weight: lighter;
    height: 50px;
    left: 0;
    line-height: 130%;
    margin: 0;
    opacity: 0.9;
    padding: 1% 0 0 5%;
    position: absolute;
    width: 95%;
}

ul {
    padding: 1% 0rem 1% 2%;
}

.csc-header {
    width: 100%;
}

.bodytext {line-height:130%;}

.csc-frame-frame1 {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px #ccc;
    padding: 0.5rem;
}
.csc-frame-frame1 .csc-textpic-text p {
    padding-bottom: 0.7rem;
}

/************************************************************************************
NAV
*************************************************************************************/

#nav-wrap {
    box-sizing: border-box;
    display: table;
    position: relative;
    width: 100%;
  margin-top: 10px;
    background: url("_img/back_transparent.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#menu-icon {
    display: none;
}
#nav {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    bottom: 5px;
    display: inline;
    margin: 20px 20px 0 0;
    padding: 0;
    position: absolute;
    left: 10px;
}
#nav li {
    display: block;
    float: left;
    margin-left: 5px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}
/* nav link */
#nav a {
    color: #323131;
    display: block;
    font-weight: 600;
    padding: 5px;
    text-decoration: none;
  font-size:0.9rem;
}
/* hintergrundfarbe level1 */
#nav li:hover > a, #nav a:hover {
    background: none repeat scroll 0 0 #f8f8f8;
    color: #000;
}
#nav li.l1hi a {
    background: none repeat scroll 0 0 #f8f8f8;
    color: #000;
}
#nav ul {
    display: none;
    position: absolute;
    width: 200px;
    z-index: 1000;
  padding: 0;
}
/* nav dropdown */
#nav ul li {
    background: none repeat scroll 0 0 #f8f8f8; /* hintergrundfarbe level2 */
    float: none;
    line-height: 140%;
    margin: 0;
    opacity: 0.9;
    padding: 0;
}
#nav ul li a {
    color: #000; /* schriftfarbe level2 */
    padding: 2px 6px;
    text-transform: none;
}
/* farben hover level2 */
#nav ul a:hover {
    background: none repeat scroll 0 0 #252525;
    color: #fff;
}
#nav li:hover > ul {
    display: block;
}

/************************************************************************************
FOOTER
*************************************************************************************/

.footer, .footer-start {
    bottom: 0;
    clear: both;
    height: 190px;
    margin-top: -190px;
    position: relative;
    width: 100%;
}

.footer-content {
    background: none repeat scroll 0 0 #5b5b5b;
    position: relative;
    width: 100%;
}
.footer-wrap {
    box-sizing: border-box;
    color: #fff;
    display: table;
    padding: 1rem;
    width: 100%;
}
.footer-adresse, .footer-adresse2 {
    display: table;
    float: left;
    font-size: 0.8125rem;
    line-height: 130%;
    padding-bottom: 0.5rem;
    width: 25%;
}
.footer-socialmedia, .footermenu {
    display: table;
    float: left;
    font-size: 0.8125rem;
    line-height: 130%;
    width: 25%;
}

/************************************************************************************
KONTAKTMENU
*************************************************************************************/
.kontaktmenu {
    border-bottom: 1px solid grey;
    float: left;
    height: 32px;
    margin-left: 10px;
    padding-top: 10px;
    position: relative;
}

ul#kontakt {
    float: left;
    margin: 0;
  padding: 0;
}
#kontakt li {
    display: inline;
    float: right;
    list-style: outside none none;
    width: auto;
}
#kontakt li a {
    border: medium none;
    color: #000;
    font-size: 0.6875rem;
    font-weight: normal;
    padding-right: 10px;
    text-decoration: none;
    text-transform: uppercase;
}
#kontakt li a:hover, #kontakt li#active a {
    color: #000;
    text-decoration: underline;
}

.footermenu #kontakt li a {color:#fff; }

.kontaktmenu-socialmedia {float:left;height:32px; padding-left:5px; padding-top:5px;}

/************************************************************************************
SPALTEN
*************************************************************************************/
.container {
    box-sizing: border-box;
    font-size: 0.875rem;
    margin: 0 auto;
    width: 100%;
}

.container_2col {    
 box-sizing: border-box;
 font-size: 0.875rem;
 margin: 0 auto 1rem;
 width: 66.7%;
 background: url("_img/back_transparent.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
 float:right;}


section {
    box-sizing: border-box;
    padding: 1.5rem 0rem 0.5rem 0.5rem;
}
.column {
  float: left;
    box-sizing: border-box;
    margin-bottom: 0.75rem;
    padding: 1rem;
    position: relative;
}

.content {
    border-top: medium none;
}
.grid span {
    padding: 0rem;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
}
.column.full {
    width: 100%;
}
.column.two-thirds {
    width: 66.7%;
}
.column.trans {
    background: url("_img/back_transparent.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 66.7%;
    right: 0;
}
.column.transleft {
    width: 70%;
    right: 0;
}
.column.transright{
    width: 30%;
    right: 0;
  padding-top:1.8rem;
}
.column.half {
    width: 50%;
}
.column.third {
    width: 33.3%;
}
.column.fourth {
    width: 25%;
}
.column.flow-opposite {
    float: right;
}

/************************************************************************************
MULTICOLUMN
*************************************************************************************/
.column1, .column2, .column3, .column4 {
margin: 0.5rem 0;
padding: 0.3rem;
}

.col_70_30 .column1 {width:70%;}
.col_70_30 .column2 {width:30%;}

.col_2 .column1 {width:50%;}
.col_2 .column2 {width:50%;}

.col_3 .column1 {width:33.3%;}
.col_3 .column2 {width:33.3%;}
.col_3 .column3 {width:33.3%;}

.col_4 .column1 {width:25%;}
.col_4 .column2 {width:25%;}
.col_4 .column3 {width:25%;}
.col_4 .column4 {width:25%;}

.kurse_3col .column1, .kurse_3col .column2, .kurse_3col .column3
{width:33%; padding: 0rem 0.9rem;} 

.kurse_4col .column1, .kurse_4col .column2, .kurse_4col .column3, .kurse_4col .column4  
{width:25%;} 

.col_2_kurse .column1,.col_2_kurse .column2{width:50%;} 

.kurse_4col img, .kurse_3col img, .col_2_kurse img{border-radius:1rem; box-shadow:0.2rem 0.2rem 0.2rem #666;}

/************************************************************************************
Tanzpartnersuche
*************************************************************************************/
label {display:block;}
.tanzpartner-entry {background:#fff; margin-bottom:20px; padding:0.5rem;}
.tx-guestbook-pagination a {padding:0.2rem; background:#fff;}
.tx-guestbook-pagination strong {padding:0.2rem; color:#fff; background:#ccc;}
.tx-guestbook-result {display:none;}
.tanzpartner-date {font-size:90%;}
input {clear:both;}
.tx-veguestbook-pi1 legend {font-weight:bold; padding-bottom:20px;}

/************************************************************************************
Socialmedia
*************************************************************************************/
.socialmedia {
float: left;
}

a.socialmedia_facebook, a.socialmedia_facebook:link, a.socialmedia_facebook:visited, a.socialmedia_facebook:active
{
background: url("_img/facebook.png") no-repeat scroll right center / cover transparent;
float: left;
margin: 0 0.5rem 0.5rem 0;
height: 2rem;
width: 2rem;
    
}
a.socialmedia_facebook:hover {
background: url("_img/facebook_hover.png") no-repeat scroll left center / cover rgba(0, 0, 0, 0);
}

a.socialmedia_adtv, a.socialmedia_adtv:link, a.socialmedia_adtv:visited, a.socialmedia_adtv:active {
background: url("_img/adtv.png") no-repeat scroll right center / cover transparent;
float: left;
margin: 0 0.5rem 0.5rem 0;
height: 2rem;
width: 2rem;
}

a.socialmedia_adtv:hover {
background: url("_img/adtv_hover.png") no-repeat scroll left center / cover rgba(0, 0, 0, 0);
}

a.socialmedia_zumba, a.socialmedia_zumba:link, a.socialmedia_zumba:visited, a.socialmedia_zumba:active
{
background: url("_img/zumba.png") no-repeat scroll right center / cover transparent;
float: left;
height: 1.5rem;
margin: 0 0.5rem 0.5rem 0;
width: 1.5rem;
}
a.socialmedia_zumba:hover {
background: url("_img/zumba_hover.png") no-repeat scroll left center / cover rgba(0, 0, 0, 0);
}

a.socialmedia_twitter, a.socialmedia_twitter:link, a.socialmedia_twitter:visited,
a.socialmedia_twitter:active {
background: url("_img/twitter.png") no-repeat scroll right center / cover transparent;
float: left;
height: 1.5rem;
margin: 0 0.5rem 0.5rem 0;
width: 1.5rem;
}

a.socialmedia_twitter:hover {
background: url("_img/twitter_hover.png") no-repeat scroll left center / cover rgba(0, 0, 0, 0);
}

a.socialmedia_youtube, a.socialmedia_youtube:link, a.socialmedia_youtube:visited,
a.socialmedia_youtube:active {
background: url("_img/youtube.png") no-repeat scroll right center / cover transparent;
float: left;
height: 1.5rem;
margin: 0 0.5rem 0.5rem 0;
width: 1.5rem;
}

a.socialmedia_youtube:hover {
background: url("_img/youtube_hover.png") no-repeat scroll left center / cover rgba(0, 0, 0, 0);
}

.footer-socialmedia a.socialmedia_facebook,
.footer-socialmedia a.socialmedia_zumba,
.footer-socialmedia a.socialmedia_adtv,
.footer-socialmedia a.socialmedia_twitter,
.footer-socialmedia a.socialmedia_youtube
{
height: 3rem;
width: 3rem;
}

/************************************************************************************
Zielgruppen
*************************************************************************************/
.imageBox {
box-sizing: border-box;
float: left;
height: 100px;
overflow: hidden;
position: relative;
}

.zielgruppen_innen {
float: left;
margin: 0;
padding: 5px 0 5px;
position: relative;
width: 100%;
height:100px;}


.zg1{
  top:0;
  left:0;
  height:100px;
  background:url(zielgruppen/erwachsene.jpg) bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:0 0px;
  cursor:pointer;
  margin-right:0.2%;
  box-sizing: border-box;
  width: 16.5%;
}

.zg1 span{
  position: absolute;
  top:0;
  left:0;
  height:100px;
  width:100%;
  background:url(zielgruppen/erwachsene_hover.jpg) bottom center;
  background-size: cover;
  background-position:0 0px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  -moz-transition:    opacity 1.5s;
  -o-transition:      opacity 1.5s;
}

.zg1 span:hover{ opacity: 1;}



.zg2{
  top:0;
  left:0;
  height:100px;
  background:url(zielgruppen/jugend.jpg) bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:0 0px;
  cursor:pointer;
  margin-right:0.2%;
  box-sizing: border-box;
  width: 16.5%;
}

.zg2 span{
  position: absolute;
  top:0;
  left:0;
  height:100px;
  width:100%;
  background:url(zielgruppen/jugend_hover.jpg) bottom center;
  background-size: cover;
  background-position:0 0px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  -moz-transition:    opacity 1.5s;
  -o-transition:      opacity 1.5s;
}

.zg2 span:hover{ opacity: 1;}



.zg3{
  top:0;
  left:0;
  height:100px;
  background:url(zielgruppen/kinder.jpg) bottom center;
  background-size: cover;
  background-position:0 0px;
  background-repeat: no-repeat;
  cursor:pointer;
  margin-right:0.2%;
  box-sizing: border-box;
  width: 16.5%;
}

.zg3 span{
  position: absolute;
  top:0;
  left:0;
  height:100px;
  width:100%;
  background:url(zielgruppen/kinder_hover.jpg) bottom center;
  background-size: cover;
  background-position:0 0px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  -moz-transition:    opacity 1.5s;
  -o-transition:      opacity 1.5s;
}

.zg3 span:hover{ opacity: 1;}


.zg4{
  top:0;
  left:0;
  height:100px;
  background:url(zielgruppen/videoclip.jpg) bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:0 0px;
  cursor:pointer;
  margin-right:0.2%;
  box-sizing: border-box;
  width: 16.5%;
}

.zg4 span{
  position: absolute;
  top:0;
  left:0;
  height:100px;
  width:100%;
  background:url(zielgruppen/videoclip_hover.jpg) bottom center;
  background-size: cover;
  background-position:0 0px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  -moz-transition:    opacity 1.5s;
  -o-transition:      opacity 1.5s;
}

.zg4 span:hover{ opacity: 1;}


.zg5{
  top:0;
  left:0;
  height:100px;
  background:url(zielgruppen/hiphop.jpg) bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:0 0px;
  cursor:pointer;
  margin-right:0.2%;
  box-sizing: border-box;
  width: 16.5%;
}

.zg5 span{
  position: absolute;
  top:0;
  left:0;
  height:100px;
  width:100%;
  background:url(zielgruppen/hiphop_hover.jpg) bottom center;
  background-size: cover;
  background-position:0 0px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  -moz-transition:    opacity 1.5s;
  -o-transition:      opacity 1.5s;
}

.zg5 span:hover{ opacity: 1;}



.zg7{
  top:0;
  left:0;
  height:100px;
  margin-right:0.2%;
  background:url(zielgruppen/specials.jpg) bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:0 0px;
  cursor:pointer;
  box-sizing: border-box;
  width: 16.5%;
}

.zg7 span{
  position: absolute;
  top:0;
  left:0;
  height:100px;
  width:100%;
  background:url(zielgruppen/specials_hover.jpg) bottom center;
  background-size: cover;
  background-position:0 0px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  -moz-transition:    opacity 1.5s;
  -o-transition:      opacity 1.5s;
}

.zg7 span:hover{ opacity: 1;}

.zg8{
  top:0;
  left:0;
  height:100px;
  background:url(zielgruppen/workshops.jpg) bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:0 0px;
  cursor:pointer;
  box-sizing: border-box;
  width: 16.5%;
}

.zg8 span{
  position: absolute;
  top:0;
  left:0;
  height:100px;
  width:100%;
  background:url(zielgruppen/workshops_hover.jpg) bottom center;
  background-size: cover;
  background-position:0 0px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  -moz-transition:    opacity 1.5s;
  -o-transition:      opacity 1.5s;
}

.zg8 span:hover{ opacity: 1;}




.zielgruppen-content {
    height: 100px;
    margin: 0 auto;
}
#c1102 {
    width: 100%;
}
.zielgruppen-wrap {
    background:#fff;
    float: left;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.imageBox .tr-opacity, .tr-opacity1 {
    opacity: 0;
    transition: opacity 0.5s ease 0s;
}
.imageBox:hover .tr-opacity {
    opacity: 1;
}
.figure {
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.imageBox:hover .tr-opacity1 {
    background: url("_img/zg_erwachsene.png") no-repeat scroll right center / cover transparent;
    height: auto;
    width: 100%;
}

/************************************************************************************
Bilder
*************************************************************************************/
DIV.csc-textpic DIV.csc-textpic-single-image IMG {
    margin-bottom: 0;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD {
    position: relative;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 0.5rem;
}
.csc-textpic-imagerow {
    box-sizing: border-box;
}
.col_2 .csc-textpic-imagerow .csc-textpic-firstcol {
    margin-right: 0 !important;
    padding-right: 1%;
    width: 49.5%;
}
.col_2 .csc-textpic-imagerow .csc-textpic-lastcol {
    margin-right: 0 !important;
    padding-right: 0;
    width: 49.5%;
}
.csc-textpic-intext-right .csc-textpic-single-image {
    width: 50%;
}
.csc-textpic-intext-left .csc-textpic-single-image {
    width: 50%;
}
.csc-textpic-intext-right .csc-textpic-imagewrap {
    width: 50%;
}
.csc-textpic-intext-right .csc-textpic-imagewrap .csc-textpic-image {
    width: 48.5%;
}
.csc-textpic-intext-right .csc-textpic-imagewrap .csc-textpic-imagerow .csc-textpic-image {
    width: 100%;
}
DIV.csc-textpic-left DIV.csc-textpic-text {
    padding-top: 1rem;
}
DIV.csc-textpic-right DIV.csc-textpic-text {
    padding-top: 1rem;
}

/************************************************************************************
Flexslider
*************************************************************************************/
div#c845 {
    left: 0;
    position: absolute;
    width: 100%;
}
.flexslider .slides img {
    height: auto;
    width: 100%;
}
.flex-caption {
    background: none repeat scroll 0 0 #fff;
    border-radius: 0.5rem;
    color: #000;
    display: inline;
    font-size: 1rem;
    height: 270px;
    left: auto;
    line-height: 130%;
    margin: 0 10px;
    opacity: 0.9;
    padding: 15px;
    position: absolute;
    text-shadow: none;
    top: 210px;
    width: 370px;
}
.flexslider h3{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    clear: both;
    color: #000;
    font-size: 1rem;
    line-height: 140%;
    margin: 0;
}
.flex-caption a {
    background: url("_img/pfeil_hover.png") no-repeat scroll right center ;
    color: #252525;
    font-size: 1rem;
    line-height: 2rem;
    padding: 4px 40px 4px 1px;
    text-transform: uppercase;
}
.flex-caption a:hover {
    background: url("_img/pfeil_hover.png") no-repeat scroll right center;
    color: #bc2a29;
    text-shadow: none;
}

.flex-caption div a {background:none;}

dd {
    margin: 0;
    padding: 0;
}
.flex-direction-nav li .prev {
    display: inline;
    left: 20px;
}
.flex-direction-nav li .next {
    background-position: -50px 0;
    display: inline;
    right: 20px;
}
.flex-control-nav li a {
    background: url("_img/bg_control_nav.png") no-repeat scroll 0 0 transparent;
}
.flex-direction-nav li a {
    background: url("_img/bg_direction_nav.png") no-repeat scroll 0 0 transparent;
    height: 55px;
    top: 400px;
    width: 50px;
}
.flex-control-nav {
    display: inline;
    position: absolute;
    text-align: center;
    top: 130px;
    width: 100%;
}
.slides, .flex-control-nav, .flex-direction-nav {
    display: inline;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.flexi_image_5col {
    float: left;
    padding-right: 2%;
    width: 18%;
}

/************************************************************************************
Events
*************************************************************************************/
.cal_container {
    background: none repeat scroll 0 0 #f6f6f6;
    border-bottom: 1px dotted #cccccc;
    border-top: 1px dotted #cccccc;
    display: table;
    margin-top: 1rem;
    padding: 0.5rem;
  width: 95%;
}
.cal_text {
    float: left;
    margin: 0 0 2%;
    width: 80%;
}
.cal_text .bodytext {
    padding-bottom: 0.625rem;
}
.cal_titel {
    font-weight: bold;
    padding-bottom: 0.625rem;
  font-size:1.2em;
}
.cal_img {
    float: left;
    margin: 0 0 0 2%;
    width: 18%;
}
.tx-cal-controller span {
    padding: 0;
}
.pagebrowser {
    clear: both;
    font-size: 0.625rem;
    margin-bottom: 5px;
    padding-top: 0.5rem;
    text-align: right;
}
.pagebrowser span {
    background: none repeat scroll 0 0 #ccc;
    border: 1px solid #000;
    color: #fff;
    display: inline;
    padding: 0.4rem;
  margin: 0.2rem;
  font-size: 1rem;
}
a.url {
    padding-top: 20px;
}

/************************************************************************************
Lightboxgallery
*************************************************************************************/
.lightboxgallery img {
    padding: 0.3%;
    width: 10%;
}

.galerie_sitemap {
    clear: right;
    float: left;
    margin-bottom: 1.53%;
    margin-right: 1.53%;
    width: 23.1025%;
}

.galerie_sitemap a {font-size:0.75rem; font-weight:lighter;}

/************************************************************************************
NewsTool
*************************************************************************************/
.news-list-item {
    box-sizing: border-box;
    display: table;
    float: left;
    padding: 0.5rem;
    width: 100%;
}
.news-innen {
    background: none repeat scroll 0 0 #f6f6f6;
    border: 3px solid #e2007a;
    border-radius: 8px;
    display: table;
    height: 270px;
    margin: 0 0 0.5rem;
    padding: 0 0 0.5rem;
    position: relative;
}
.news {
    background: none repeat scroll 0 0 #e2007a;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1rem;
    padding: 0.3rem 0 0.3rem 0.5rem;
}
.news_inhalt {
    box-sizing: border-box;
    float: left;
    padding: 0.5rem;
    width: 100%;
}
.news_img {
    box-sizing: border-box;
    float: left;
    padding: 0 0.5rem;
    width: 100%;
}
.news_img img {
    border-radius: 18px 0;
}
.news-list-container {
    box-sizing: border-box;
    clear: both;
    float: left;
    padding-bottom: 1.5rem;
    position: relative;
}
span.news-list-morelink {
    clear: both;
    font-weight: 800;
    padding-left: 10px;
}
span.news-list-morelink a:hover {
    color: #000;
}
.news-single-img {
    float: right;
    padding: 2% 0 0 2%;
    width: 58%;
}
.news-single-inhalt {
    float: left;
    padding-top: 2%;
    width: 40%;
}
.news-single-backlink a {
    float: left;
    font-weight: 800;
    padding-top: 2%;
}
.tx-wecmap-pi1 {
    width: 100%;
}

/************************************************************************************
Kursseiten
*************************************************************************************/
.zielseite {
    clear: both;
    padding: 1rem 0;
    width: 100%;
}
.zielseiten_header {
    border-bottom: 1px solid #ef7f00;
    color: #ef7f00;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0.5rem;
    padding: 0.5rem 0 0.1rem;
}
.zielseiten_subheader {
    color: #252525;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 0.5rem 0;
    text-transform: uppercase;
}
.kurse_header {
    float: left;
    position: relative;
  width: 100%;
  padding:0.5rem 0;
  font-weight:bold;
}
.kurse {
    background: none repeat scroll 0 0 #eee;
    clear: both;
    float: left;
    line-height: 1.8em;
  width: 100%;
}
.zg_zielseiten {
    clear: both;
    padding: 0.2rem 0;
}
.zg_text, .zg_zielgruppe {
    clear: both;
    line-height: 1.5em;
  padding-bottom:1rem;
}
.buchbar {
    float: left;
    margin: 0 0.5em;
}
.buchbar img {
    padding-top: 0.65em;
    vertical-align: middle;
    width: 0.5em;
}
.kursbezeichnung {
    float: left;
    width: 30%;
}
.wochentag {
    float: left;
    width: 13%;
}
.zeit {
    float: left;
    width: 13%;
}
.datum {
    float: left;
    width: 17%;
}
.kursleiter{
    float: left;
    width: 17%;
}
.wieoft {
    float: left;
    width: 13%;
}
.anmelden {
    float: left;
    width: 11%;
}
.anmelden a {
    font-weight: 600;
  font-size:0.9em;
}
.anmelden a:hover {
    color: #000;
    font-weight: 600;
}
.textfooter {
    clear: both;
    line-height: 1.5em;
    padding-top: 1rem;
}
.odd {
    clear: both;
    float: left;
    width: 100%;
  box-sizing: border-box;
}
.even {
    clear: both;
    float: left;
    width: 100%;
   box-sizing: border-box;
}


#c1395, #c1799 {border:1px solid #d0d1d5;}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari Hack: Footer  */
.footer {
padding-top:20px;
 }



}

/************************************************************************************
Desktops & tablets landscape
*************************************************************************************/
@media only screen and (max-width: 1199px) {


html {font-size: 110%;}

body {
line-height: 120%;
background-size: 180% auto;
}

.page-row-expanded {
overflow: auto;
padding: 0 0 250px;
}

.page-row-expanded-start {
overflow: auto;
padding: 0 0 100px;
}

.flex-caption {top:190px;}

header.page-row-start {
height: 660px;
position: absolute;
top: 0;
}

#back_start {
background-attachment: scroll;
height: 660px;
overflow: hidden;
position: relative;
top:80px;
z-index: 999;
}

.kontaktmenu-socialmedia {display:none;}

#menu-icon {margin:14px 0;}

#nav-wrap {background:#fff;}

header {height:380px;}

#back {
background-size: 150% auto;
height: 380px;
background-attachment: scroll;
overflow: hidden;
}

.flex-control-nav {display:none;}

.logo {
float: none;
margin: 0 auto;
top: 5px;
width: 200px;
padding-bottom:10px;
}

.footer, .footer-start {
bottom: 0;
clear: both;
height: 210px;
margin-top: -210px;
position: relative;
width: 100%;
}

.container {
padding-bottom: 100px;
}

#nav-content {width:100%;}

#nav {
display: table;
margin: 0 auto;
padding:5px 0 0 10px;
position: relative;
}

#nav ul li {
opacity: 0.9;
line-height:170%;
}

section, #nav-wrap, .footer-wrap {
margin: 0 auto;
max-width: 100%;
min-width: 100%;
}

.kontaktmenu {display: none;}

.footer a {
    color: #a1a1a1;}

.footer-adresse, .footer-adresse2, .footer-socialmedia, .footermenu {
    float: left;
    width: 50%;
}
#kontakt li {
    float: left;
}
.column {
    float: left;
    margin: 0;
}

.container_2col {
 width:100%;
 background:#fff;
}

.column.two-thirds {
    width: 100%;
    background:#fff;
}
.column.half {
    width: 50%;
}
.column.third {
    padding: 0;
    width: 0;
}
.column.fourth {
    width: 50%;
}
.column.trans {
    background: #fff;
    width: 100%;
}

section {
    padding: 1.5rem 0 0.5rem;
}



.footer, .footer-start {
    z-index: 999;
}

/************************************************************************************
MULTICOLUMN
*************************************************************************************/
.column1, .column2, .column3, .column4 {
margin: 0.5rem 0;
padding: 0.3rem;
}

.col_70_30 .column1 {width:70%;}
.col_70_30 .column2 {width:30%;}

.col_2 .column1 {width:50%;}
.col_2 .column2 {width:50%;}



/************************************************************************************
Kalender
*************************************************************************************/
.cal_text {
    width: 100%;
}
.cal_img {
    margin: 2% 0 0;
    width: 100%;
}
/************************************************************************************
Flexslider
*************************************************************************************/

.flex-caption strong {
    padding: 0;
}

.slides, .flex-direction-nav {
    display: none;
}

/************************************************************************************
Lightboxgallery
*************************************************************************************/
.lightboxgallery img {
    width: 19.5%;
}
.galerie_sitemap {
    width: 48.2%;
}
.fancybox-opened {
    z-index: 999999;
}
/************************************************************************************
NewsTool
*************************************************************************************/
.news_inhalt {
    float: left;
    width: 100%;
}
.news_img {
    float: left;
    padding-top: 2%;
    width: 100%;
}
.news-list-item {
    width: 100%;
}

.newsodd {
clear:left;
}
/************************************************************************************
Zielgruppen
*************************************************************************************/
section, #nav-wrap, .footer-wrap, .zielgruppen {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
 /*z-index: 999;*/
}
.zielgruppen-content {
    height: 80px;
}
.imageBox:hover .tr-opacity {
    opacity: 0;
}

/************************************************************************************
Kursseiten
*************************************************************************************/
.zielseite {
    width: 100%;
}
.kurse_header {

}



.csc-textpic-caption {font-size:0.7rem;}

}

/************************************************************************************
Tablets portrait
*************************************************************************************/
@media only screen and (max-width: 959px)
{
  
html {font-size: 120%;}

body {
background-size: auto auto;
line-height: 125%;
background-size: 170% auto;
}

#nav-content{background:none;}

.page-row-expanded-start {padding:0px;}

.footer-start {height: auto; margin-top: 0;}

/*Sliderhöhe Startseite*/
#wrapper.wrapperstart {min-height:460px;}

header.page-row-start {height: 460px;}

#back_start {height: 550px;}

.flex-caption {top:130px;}

/*Bannerhöhe Inhalt*/
header {height:280px;}


#back {
background-size: 150% auto;
height: 300px;
top:65px;
}

.sidebar {
background: none repeat scroll 0 0 #f8a298;
float: left;
margin-top: 2%;
width: 96%;
}

.logo {
margin: 5px;
position: absolute;
right: 0px;
top: 0px;
width: 150px;
padding: 5px;
z-index: 9999;
background: rgba(0, 0, 0, 0) url("_img/back_transparent.png") repeat scroll 0 0;
}


section, #nav-wrap, .footer-wrap {
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
  z-index: 999;
}

.column.transleft {
    width: 100%;
}
.column.transright {
    width: 100%;
}
/************************************************************************************
NAVIGATION
*************************************************************************************/
#nav-content {  float: none;}


#menu-icon {
    background: url("_img/menu.png") no-repeat scroll center center #232121;
    color: #000;
    cursor: pointer;
    display: block;
    float: left;
    height: 50px;
    width: 50px;
  margin:13px 0;
  z-index: 99999999;
}
#nav-wrap {
    height: 50px;
}
#menu-icon:hover, #menu-icon.active {
    background: url("_img/menu.png") no-repeat scroll center center #bb2828;
}
#nav {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #999;
    clear: both;
    display: none;
    padding: 0;
  margin:0px;
    width: 100%;
    z-index: 10000;
  left: 0px;
}
#nav li {
    border-top: 1px solid #eee;
    clear: both;
    float: none;
    line-height: 170%;
    margin: 0;
}
#nav li:hover > a, #nav a:hover {
    background: none repeat scroll 0 0 #666;
    color: #fff;
}
#nav li.l1hi a {
    background: none repeat scroll 0 0 #666;
    color: #fff;
}
#nav a, #nav ul a {
    color: #666;
    padding: 0 0 0 10px;
}
#nav a:hover, #nav ul a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000;
}
#nav ul {
    border: medium none;
    display: block;
    position: static;
    width: auto;
}
#nav ul li a {
    padding: 0 0 0 0.9375rem;
}
#nav ul li {
    background: none repeat scroll 0 0 #fff;
}
#nav ul a:hover {
    background: none repeat scroll 0 0 #666;
    color: #fff;
}

/************************************************************************************
Spalten
*************************************************************************************/
.content {
    margin-bottom: 0;
}
.column.two-thirds {
    width: 100%;
}
.column.half {
    width: 100%;
}
.column.third {
    width: 100%;
}
.column.fourth {
    width: 100%;
}
.column.kursseiten {
    background: url("_img/back_transparent.png") no-repeat scroll right center transparent;
    width: 100%;
}

/************************************************************************************
MULTICOLUMN
*************************************************************************************/
.column1, .column2, .column3, .column4 {
    margin: 0.5rem 0;
    width: 100%;
}

.col_70_30 .column1 {width:70%;}
.col_70_30 .column2 {width:30%;}

.col_2 .column1 {width:50%;}
.col_2 .column2 {width:50%;}

.col_3 .column1 {width:33%;}
.col_3 .column2 {width:33%;}
.col_3 .column3 {width:33%;}

.col_4 .column1 {width:25%;}
.col_4 .column2 {width:25%;}
.col_4 .column3 {width:25%;}
.col_4 .column4 {width:25%;}



.zielgruppen {
position: relative;
}
.footer-adresse, .footer-adresse2, .footer-socialmedia, .footermenu {
width: 100%;
}


/************************************************************************************
Flexslider
*************************************************************************************/
div#c845 {
    height: 180px;
    position: relative;
    top: 0;
}

p.flex-caption {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px #ccc;
    display: table;
    height: 160px;
    margin: 3%;
    opacity: 0.9;
    padding: 4%;
    position: absolute;
    top: 20px;
    width: 270px;
    z-index: 1000;
}

.flex-control-nav {
    top: 10px;
}

.slides, .flex-direction-nav, .flex-control-nav {
    display: none;
}

.flex-caption a {font-size:0.9rem; line-height:170%;}


/************************************************************************************
Bilder
************************************************************************************/

.csc-textpic-intext-right .csc-textpic-single-image {
    width: 100%;
}
.csc-textpic-intext-left .csc-textpic-single-image {
    width: 100%;
}
.csc-textpic-intext-right .csc-textpic-imagewrap {
    width: 100%;
}
.csc-textpic-intext-right .csc-textpic-imagewrap {
    padding-bottom: 10px;
}
.csc-textpic-intext-left .csc-textpic-imagewrap {
    padding-bottom: 10px;
}
.galerie_sitemap {
    width: 100%;
}
.news-list-item, .news-single-img {
    width: 100%;
}

.lightboxgallery img {
    width: 24.4%;
}

/************************************************************************************
Zielgruppen
*************************************************************************************/
.zielgruppen-wrap {
    height: 100%;
  background: #fff;
}
.zielgruppen-content {
    height: 100%;
}
.imageBox {
    border-top: 2px solid #fff;
    width: 24.8%;
}
.footer-content {
    float: left;
}
a.zg1, a.zielgruppen-wrap .zg1:link, a.zielgruppen-wrap .zg1:visited, a.zielgruppen-wrap .zg1:active {
    background: url("zielgruppen/zg_kinder_mobil.png") no-repeat scroll center center / cover transparent;
    float: left;
}
a.zg2, a.zielgruppen-wrap .zg2:link, a.zielgruppen-wrap .zg2:visited, a.zielgruppen-wrap .zg2:active {
    background: url("zielgruppen/zg_schueler_mobil.png") no-repeat scroll center center / cover transparent;
    float: left;
}
a.zg3, a.zielgruppen-wrap .zg3:link, a.zielgruppen-wrap .zg3:visited, a.zielgruppen-wrap .zg3:active {
    background: url("zielgruppen/zg_studenten_mobil.png") no-repeat scroll center center / cover transparent;
    float: left;
}
a.zg4, a.zielgruppen-wrap .zg4:link, a.zielgruppen-wrap .zg4:visited, a.zielgruppen-wrap .zg4:active {
    background: url("zielgruppen/zg_erwachsene_mobil.png") no-repeat scroll center center / cover transparent;
    float: left;
}
a.zg5, a.zielgruppen-wrap .zg5:link, a.zielgruppen-wrap .zg5:visited, a.zielgruppen-wrap .zg5:active {
    background: url("zielgruppen/zg_senioren_mobil.png") no-repeat scroll center center / cover transparent;
    float: left;
}
a.zg6, a.zielgruppen-wrap .zg6:link, a.zielgruppen-wrap .zg6:visited, a.zielgruppen-wrap .zg6:active {
    background: url("zielgruppen/zg_trendkurse_mobil.png") no-repeat scroll center center / cover transparent;
    float: left;
}

/************************************************************************************
Kursseiten
*************************************************************************************/
.kurse_header {
    display: none;
}
.kurse {
    width: 100%;
}
.zg_zielseiten {
    clear: both;
}
.zg_text {
    clear: both;
}
.buchbar {
    float: left;
    width: 8px;
}
.buchbar img {
    width: 8px;
}
.kursbezeichnung {
    box-sizing: border-box;
    float: left;
    font-weight: 700;
    width: 80%;
}
.wochentag, .zeit, .datum, .wieoft {
    float: left;
    width: 100%;
}
.zeit:before {
    content: "Zeit: ";
    text-transform: uppercase;
}
.wochentag:before {
    content: "Tag: ";
    text-transform: uppercase;
}
.datum:before {
    content: "Datum: ";
    text-transform: uppercase;
}
.wieoft:before {
    content: "Wie oft: ";
    text-transform: uppercase;
}
.anmelden {
    background: none repeat scroll 0 0 #d7d1d1;
    border-radius: 5px;
    box-sizing: border-box;
    float: left;
    margin-top: 0.8rem;
    padding-left: 10px;
    width: 150px;
   box-shadow: 0.2rem 0.2rem 0.2rem #666;
}

.anmelden a {
    font-weight: 700;
    color:#000;
}
.kurse {
    clear: both;
}
.odd {
    background: linear-gradient(#eee, #ddd) repeat scroll 0 0 #f0f0f0;
    box-sizing: border-box;
    clear: both;
    padding: 0.8rem;
}
.even {
    box-sizing: border-box;
    clear: both;
    padding: 0.8rem;
}

  
  
  
}

/************************************************************************************
Phones landscape
*************************************************************************************/
@media only screen and (max-width: 767px) {

html {
font-size: 110%;}

.logo {width:130px; padding: 0px;}

.container {padding-bottom:0px;}

/*Sliderhöhe Startseite*/
#wrapper.wrapperstart {min-height:300px;}

header.page-row-start {height: 300px;}

#back_start {height: 500px; top:65px;}

.flex-caption {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    height: 260px;
    left: 0;
    margin: 0;
    padding: 2%;
    top: 180px;
    width: 96%;
}

.flexslider span {font-size: 0.9rem;}

.imageBox {
border-top: 2px solid #fff;
width: 48.8%;
}

/*Bannerhöhe Inhalt*/
header {height:250px;}

#back {
background-size: 150% auto;
height: 250px;
}

.col_70_30 .column1 {width:50%;}
.col_70_30 .column2 {width:50%;}

.col_4 .column1 {width:50%;}
.col_4 .column2 {width:50%;}
.col_4 .column3 {width:50%;}
.col_4 .column4 {width:50%;}


.kurse_3col .column1, .kurse_3col .column2, .kurse_3col .column3
{width:50%;} 

.kurse_4col .column1, .kurse_4col .column2, .kurse_4col .column3, .kurse_4col .column4 
{width:50%;} 

}



/************************************************************************************
Phones portrait
*************************************************************************************/
@media only screen and (max-width: 479px) {

html {
font-size: 115%;}
.logo {width:130px; padding: 0px;}

.column.trans {padding:0.5rem;}

/*Sliderhöhe Startseite*/
#wrapper.wrapperstart {min-height:350px;}

header.page-row-start {height: 350px;}

#back_start {height: 600px;}

.flex-caption {top:155px; height:190px; opacity: 1; }

.flexslider span {font-size: 0.9rem;}

/*Bannerhöhe Inhalt*/
header {height:220px;}

#back {
background-size: 170% auto;
height: 220px;
}

.col_70_30 .column1 {width:100%;}
.col_70_30 .column2 {width:100%;}

.col_2 .column1 {width:100%;}
.col_2 .column2 {width:100%;}

.col_2_kurse .column1, .col_2_kurse .column2 {width: 100%;}

.lightboxgallery img {
    width: 49%;
}

h5 {font-size: 1.1rem;}

}
