/*
.flogo {
position:absolute;
top:40px;
}

@media screen and (max-width: 893px) {
.flogo {
position:static;
}
}

#menulangtop ul {
float: left;
padding: 0px 0px 1px 57px;
font-size: 70%;
}



@media screen and (max-width: 635px) {
#menulangtop {
display: none;
}
}


.ym-hlist ul {
float: right;
}
*/

/* Erweitert den Main-Bereich auf 100% Breite */
.ym-column {
    max-width: 100%;
    margin: 0px auto;
}

/* Bringt den Inhaltsbereich wieder zentriert auf 1034px*/
.content-area {
max-width: 1034px;
margin-left: auto;
margin-right: auto;
}

.content-area-full-blue {
padding-top: 20px;
padding-bottom: 20px;
background-color: #6EAACB;
}

.content-area-full-lightblue {
padding-top: 20px;
padding-bottom: 20px;
background-color: #B7EDFF;
}

.content-area-full-grey {
padding-top: 20px;
padding-bottom: 20px;
background-color: #EAEAEA;
}
/*
@media screen and ( min-width: 480px ) {
.header {margin-top: 50px;
z-index: 2;
margin-top: 90px;
}
#nav {position: absolute;}
#main {clear:both;
padding-top:0px;
padding-left: 0px;
padding-right: 0px;
}

#topmenu {
padding: 0 24px 0 24px;
position: relative;
margin-top: 50px;
}
} 
*/
/* Hält den Randabstand in der Mobilansicht auf 10px */
p {
margin: 0px 10px 0.75em;
}
h1 {
margin: 0px 10px 0.75em;
}
h2 {
margin: 0px 10px 0.75em;
}
h3 {
margin: 0px 10px 0.75em;
}
.ym-cbox {
padding: 0px 0px;
}



/* Erweitert den Header auf 100% Breite */
.header_wrap {
max-width: 100%;
}

/* Flexi-Boxen mit scharfen Ecken  */
.box {
border-radius: 5px;
}

.testimonial {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    background: #B7EDFF;
    padding: 10px 50px;
    position: relative;
    font-family: Georgia, serif;
    color: #666;
    border-radius: 5px;
    font-style: italic;
    text-shadow: 0 1px 0 #ECFBFF;
    background-image: linear-gradient(#CEF3FF, #B7EDFF);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CEF3FF), to(#B7EDFF));
    background-image: -webkit-linear-gradient(top, #CEF3FF, #B7EDFF);
    background-image:    -moz-linear-gradient(top, #CEF3FF, #B7EDFF);
    background-image:     -ms-linear-gradient(top, #CEF3FF, #B7EDFF);
    background-image:      -o-linear-gradient(top, #CEF3FF, #B7EDFF);
}

.testimonial:before, .testimonial:after {
    content: "\201C";
    position: absolute;
    font-size: 80px;
    line-height: 1;
    color: #999;
    font-style: normal;
}

.testimonial:before {
    top: 0;
    left: 10px;
}

.testimonial:after {
    content: "\201D";
    right: 10px;
    bottom: -0.5em;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #B7EDFF;
    margin: 0 0 0 25px;
}

.testimonial-author {
    margin: 0 0 0 25px;
    font-family: Mandali,Arial, Helvetica, sans-serif;
    color: #FFF;
    text-align:left;
}

.testimonial-author span {
    font-size: 12px;
    color: #FFF;
}

.arrow-down-center {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #6EAACB;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1055px) {
.ym-grid {
margin-left: 10px;
margin-right: 10px;
width: 95%;
}
}
/*
@media screen and (min-width: 480px) {
#topmenu {
    padding: 0 24px 0 320px;
}
}
*/
#main hr {
  margin-top: -14px;
}


/* ------------- General ------------- */
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);

-
/* ------------- /Template Play Pause ------------- */
/* hide description & bullets on mobile devices */
@media
only screen and (max-width: 480px),
only screen and (-webkit-max-device-pixel-ratio: 2)      and (max-width: 480px),
only screen and (   max--moz-device-pixel-ratio: 2)      and (max-width: 480px),
only screen and (     -o-max-device-pixel-ratio: 2/1)    and (max-width: 480px),
only screen and (        max-device-pixel-ratio: 2)      and (max-width: 480px),
only screen and (                max-resolution: 192dpi) and (max-width: 480px),
only screen and (                max-resolution: 2dppx)  and (max-width: 480px) { 
  .csslider1 > .cs_description,
  .csslider1 > .cs_bullets {
    display: none;
  }
}






}

