@charset "utf-8";


/*
CSS-Design
www.yogavereint.at
Teresa Seidel
*/



/* ++++++++++++++++++++++++++++++++++++ */
/* +++++++++++ ALLGEMEINES ++++++++++++ */
/* ++++ SCHRIFTEN, FARBEN, KLASSEN ++++ */
/* ++++++++++++++++++++++++++++++++++++ */

/* ++++ VERWENDETE FARBEN ++++ 

gelb: #d7a126;
weiß: #f5f5f5;
blau: #002c5d;
dunkelblau: #002344;

*/




/* ++++ CLEAR ++++ */


* {
    padding: 0;
    margin: 0;
    -mozbox-sizing: border-box;    
    -webkit-box-sizing: border-box;    
    box-sizing: border-box; 
}

html {
  scroll-behavior: smooth;
}

.clear {
    clear: both;
}


.media759 {
        display: none;
    }


/* ++++ SCHRIFTEN ++++ */



body {
    font: 400 16px/22px "Source Sans Pro", Arial, sans-serif;
    color: #002344;
    font-size: 100%;	
}



a  {
    text-decoration: none;
    color: #d7a126;
    font-weight: 600;
}


p {
    margin-bottom: 22px;
}


h1 {
    font-family: "EB Garamond", "Times New Roman", serif;
 /*   font-size: 40px;*/
    font-size: 2.5rem;
  /*  line-height: 48px;*/
    line-height: 3rem;
    font-weight: 400;
    padding-bottom: 10px;
    color: #002c5d;
}


h2 {
    font-family: "EB Garamond", "Times New Roman", serif;
 /*   font-size: 32px; */
    font-size: 2rem;
 /*   line-height: 40px; */
    line-height: 2.5rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 12px;
}

h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin-bottom: 8px;
}

h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
    margin-bottom: 8px;
}

h5, h6 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
    margin-bottom: 8px;
}

ol{ 
    padding-left: 16px; 
}

ul { 
    padding-left: 40px; 
}

ul {
    list-style: none;
    list-style-image: url(../images/ul_image.png);
}

.durchgestrichen {
	text-decoration: line-through!important;
}

::selection { 
    background: #d7a126; 
    color: #fff; 
}


/* ++++ BLOCKQUOTE klein ++++ */

blockquote {
    font-family: "EB Garamond", "Times New Roman", serif;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 40px;
    line-height: 2.5rem;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.8px;
    padding: 40px 30px 10px;
	text-align: center;
    
}

blockquote:before {
    content:'„';
    color: #d7a126;
    font-size: 32px;
    font-size: 2rem;
    padding-right: 5px;
}

blockquote:after {
    content: '”';
    font-size: 32px;
    font-size: 2rem;
    color: #d7a126;
}

p.blockquote {
    text-transform: uppercase;
    text-align: center;
    color: #5b5b5b;
    font-weight: 600;  
}



/* ++++ BLOCKQUOTE-big - groß ++++ */

  blockquote-big {
    font-family: "EB Garamond", "Times New Roman", serif;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 56px;
    line-height: 3.5rem;
    font-weight: 400;
    font-style: italic;  
    letter-spacing: 0.8px;
    text-align: center;  
    color: #fff;
}

blockquote-big:before {
    content:'„';
    color: #d7a126;
    font-size: 56px;
    font-size: 3.5rem;
    padding-right: 5px;
}

blockquote-big:after {
    content: '”';
    font-size: 55px;
    font-size: 3.5rem;
    color: #d7a126;
}

p.blockquote-big {
    text-transform: uppercase;
    text-align: center;
    padding-left: ;
    color: #ffffff;
    font-weight: 600;  
}

hr {
    height:1.5px;
    border-width:0;
    color:gray;
    background-color:#d7a126;
    margin-bottom: 15px;
    width: 98%;
}


/* ++++ TABELLE - Stundenplan ++++ */

.timetable {
    width: 100%;
    max-width: 608px;
    height: 360px;
    margin: 0 auto 140px;
}

th {
    height: 20%;
    text-transform: uppercase;
    padding-top: 20px;
}

td {
    table-layout: fixed;
    height: 20%;
    width: 20%;
    text-align: center;
    border-radius: 4px;
    background: #ffffff;
    color: #f5f5f5;
    font-size: 15px;
    font-size: 0.938rem;
    line-height: 18px;
    line-height: 1.125rem;
}

.kurs {
    background-color: #79bb4a;   
}

.offen {
    background-color: #7a9842;
}

.entfaellt {
    background-color: grey;
}

/* ++++ FORM - Kontaktformular ++++ */

fieldset {
    border: none;
}

label { 
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
    margin-bottom: 8px;
    display: block;
    cursor: pointer;
    font-weight: 600;
    color: #d7a126;
}

fieldset input[type='text'], [type='email'], #message {
    margin-bottom: 10px;
    width: 97%;
    padding: 5px 10px;
    height: 30px;
    border: 2px solid rgba(215, 161, 38, 0);
    border-radius: 4px;
    background-color: rgba(215, 161, 38, 0.6);
}

textarea {
    height: 200px;
    width: 97%;
    padding: 10px;
    border: 2px solid rgba(215, 161, 38, 0);
    border-radius: 4px;
    background-color: rgba(215, 161, 38, 0.6);
}

fieldset input:hover, fieldset textarea:hover {
    cursor: pointer;
    border: 2px solid #d7a126;
}
 
fieldset input:focus, fieldset textarea:focus {
    background: rgba(215, 161, 38, 0.2);
}

fieldset input[type='submit'], fieldset input[type='reset']{
    background-color: #002344;
    border-radius: 4px;
    border: none;
    padding: 10px 14px 10px;
    color: #f5f5f5;
    font: 400 16px/20px "EB Garamond", "Times New Roman", serif;
    text-transform: uppercase;
    margin: 0 10px 10px 0;
}
 
fieldset input[type='submit']:hover, fieldset input[type='reset']:hover{
    background: rgba(245, 245, 245, 0.95);
    color: #002344;
    box-shadow: 0 0 5px #9b9b9b;
}




/* ++++ COLORS ++++ */

.color-white {
    color: #f5f5f5;
}

.color-yellow {
    color: #d7a126;
}

.color-red {
	color: #db1010;
}

.color-blue {
	color: #002344;
}



/* ++++ ALIGN  TEXT UND ELEMENTS ++++ */

.text-align-center {
    text-align: center;
}

.align-top-40 {
    margin-top: 40px;
}

.align-top-70 {
    margin-top: 70px;
}

.align-left-30 {
    margin-left: 30px;
}

.align-right {
    float: right;
}

.align-right-40 {
    float: right;
	margin-right: 40px;
}

.align-left {
    float: left;
    margin-left: 20px;
}




/* ++++ BUTTON - small / blue ++++ */

.button {
    display: inline-block;
    background-color: #002344;
    border-radius: 4px;
    padding: 10px 14px 10px;
    color: #f5f5f5;
    font: 400 16px/20px "EB Garamond", "Times New Roman", serif;
    text-transform: uppercase;
    margin-bottom:10px;
    cursor: pointer;
    transition: background-color 0.2s;
    transition: color 0.2s;
    transition: box-shadow 0.8s;
}

.button:hover {
    background: rgba(245, 245, 245, 0.95);
    color: #002344;
    box-shadow: 0 0 5px #9b9b9b;
}

.button a {
    color: #f5f5f5;
    font: 400 16px/20px "EB Garamond", "Times New Roman", serif;
    text-transform: uppercase;
}

.button a:hover {
    color: #002344;
}


/* ++++ BUTTON - small / yellow ++++ */

.button-y {
    display: inline-block;
    float: right;
    background-color: #d7a126;
    border-radius: 4px;
    padding: 10px 14px 10px;
    color: #002344;
    font: 400 16px/20px "EB Garamond", "Times New Roman", serif;
    text-transform: uppercase;
    margin-bottom:10px;
    cursor: pointer;
    transition: background-color 0.2s;
    transition: color 0.2s;
    transition: box-shadow 0.8s;
}

.button-y:hover {
    background: rgba(245, 245, 245, 0.95);
    color: #002344;
    box-shadow: 0 0 10px #9b9b9b;
}

.button-y a {
    color: #f5f5f5;
    font: 400 16px/20px "EB Garamond", "Times New Roman", serif;
    text-transform: uppercase;
}

.button-y a:hover {
    color: #002344;
}


/* ++++ BUTTON - small / Stundenplan / Vorschau ++++ */

.button-vorschau {
	font: 400 16px/22px "Source Sans Pro", Arial, sans-serif;
    display: inline-block;
	width: 87px;
    float: left;
	margin: 0 5px 5px 0;
	background-color: rgba(215, 161, 38, 0.8);
    border: solid 1px rgba(215, 161, 38, 1);
    border-radius: 5px;
    text-align: center;
	color: #f5f5f5;
	font-weight: 300;
	cursor: pointer;
    transition: background-color 0.5s;
    transition: color 0.2s;
    transition: box-shadow 0.8s;
}

.button-vorschau:hover {
    background: rgba(245, 245, 245, 0.95);
    color: #002344;
    box-shadow: 0 0 10px #9b9b9b;
}

.button-vorschau a {
    color: #f5f5f5;
	font-weight: 300;
}

.button-vorschau a:hover {
    color: #002344;
}

/* ++++ BUTTTON - Menüpunkt anmelden +++ */

li.menue-anmeldung {
    background-color: #002344;
    color: #f5f5f5;
    padding: 7px 11px 8px;
    border-radius: 5px;
    margin-left: 20px;
}

li.menue-anmeldung:hover a {
    color: #d7a126!important;
    background-color: rgba(0, 35, 68, 0.6);
}




/* ++++ BACKGROUND IMAGE ++++ */

.background {
    background-image: url('../images/Hintergrund-Collage0-Yoga_Teresa-Seidel.jpg');
    background-size:cover;
    background-attachment: fixed; 
    background-repeat: no-repeat;
    background-position: center;
    
}

.background-teaser-media1255 {
    background-image: url('../images/hintergrund-01.1-yoga-teresa-seidel.jpg');
    background-size:cover;
    background-attachment: scroll; 
    background-repeat: no-repeat;
    background-position: center;
}




/* ++++++++++++++++++++++++++++++++ */
/* ++++ DIVISIONS - HORIZONTAL ++++ */
/* ++++++++++++++++++++++++++++++++ */


.teaser {
    padding: 25px 0 25px;
    background-color: rgba(0, 35, 68, 0.49);
    text-align: center;

}

.background-img-space {
    height: 400px;
}

#content-main {
    background-size:auto;
    background-attachment: scroll;
    padding: 90px 0 120px; 
    overflow: hidden;
}

#content {
    background-color: #f5f5f5;
    padding: 90px 0 90px; 
    overflow: hidden;
}

#content-main-gold {
    
    background: rgba(245, 245, 245, 0.85);
    margin-top: 40px;
    padding: 60px 0 40px; 
    overflow: hidden;
}

#content-vorschau {
    background-color: #002344;
    padding: 8px; 
    overflow: hidden;
    color: #f5f5f5;
}

.content-background-img {
    background-color: rgba(245, 245, 245, 0.9);
    padding: 90px 0; 
    overflow: hidden;
}

.wrapper  {
    max-width: 1346px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

#footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #d7a126;
    background-image: url('../images/goldener-hintergrund-header.jpg');
    background-size:cover;
    background-attachment: fixed; 
    background-repeat: no-repeat;
    background-position: center;
    min-height: 220px;  
    padding-top: 30px;
}

/* ++++ für sticky footer ++++ */
html {
    position:relative;
    min-height: 100%;
}

/* ++++ sticky footer - damit der body nicht überdeckt wird ++++ */
body {
    margin-bottom: 100px;
}



/* +++++++++++++++++ */
/* ++++ COLUMNS ++++ */
/* +++++++++++++++++ */

.col {
    float:left;
    margin-top: 10px;
}

.col:first-child {
    margin-left: 0;
}

.col_1-8 {
    float: left;
    width: 11.5%;
    margin: 10px 0.5% 0;
}

.col_1-8-news {
    float: left;
    width: 11.5%;
    margin: 10px 0.5% 0;
}

.col_1-8_empty {
    width: 11.5%;
    float: left;
    margin: 10px 0.5% 0;
}

.col_2-8 {
    float: left;
    width: 24%;
    margin: 10px 0.5% 0;  
}

.col_2-8_empty {
    float: left;
    width: 24%;
}

.col_3-8 {
    float: left;
    width: 36%;
    margin: 10px 0.5% 0;
}

.col_4-8 {
    float: left;
    width: 49%;
    margin: 10px 0.5% 0;
}

.col_5-8 {
    float: left;
    width: 61.5%;
    margin: 10px 0.5% 0;
}

.col_6-8 {
    float: left;
    width: 74%;
    margin: 10px 0.5% 0;
}

.col_6-8-news {
    float: left;
    width: 74%;
    margin: 10px 0.5% 0;
}



.col_7-8 {
    float: left;
    width: 86.5%;
    margin:10px 0.5% 0;
}

.col_8-8 {
    float: left;
    width: 99%;
    margin:10px 0.5% 0;
}



/* ++++ COLUMN MAIN PAGE ++++ */

.col_3-8-main1 {
    float:left;
    width: 36%;
    width:491px;
    margin: 10px 0.5% 0;
}

.col_2-8-main2 {
    float: left;
    width: 24%;
    margin: 10px 0 0 0.5%;  
}

.col_1-8-main3 {
    float: left;
    width: 11.5%;
   /* max-width: 154px;*/
    margin: 310px 14px 0 0;
}

.col_2-8-main4 {
    float: left;
    width: 24%;
  width: 323px;  
    margin: 230px 0 0 0;  
}

/* ++++ COLUMN INFO SITE ++++ */

.col_3-8-site {
    max-width: 491px;
    margin: 10px auto 0;  
}

/* Seite mit einer Spalte */

.col_4-8-site-1 {
    max-width:659px;
    margin: 0 auto;
    padding: 0 20px;
}




/* Seite mit 2 Spalten */

/* Übergeordnete Spalte */

.col_6-8-site {
    width: 100%;
    max-width: 996px;
    margin: 10px auto 0;
}

.col_6-8-shop {
    width: 100%;
    max-width: 996px;
    margin: 10px auto 0;
}

/* Hauptspalte */

.col_4-8-site-2 {
    float: left;
    max-width: 609px;
    margin: 10px 1.5% 0;
    padding-right: 20px;
}

.col_4-8-site-3 {
    max-width: 353px;
    margin: 100px 0 0;
    padding: 25px;
    background: #002344;
    color: #f5f5f5;
}

.sidebar {
    max-width: 353px;
    margin: 100px 0 0;
    padding: 25px;
    background: #002344;
    color: #f5f5f5;
}

.sidebar-main {

    margin: 40px 0 40px!important;

}




/* ++++ COLUMN FOOTER ++++ */

.col_3-8-footer {
    float: left;
    width: 36%;
    margin: 10px 0.5% 0;
}

.col_4-8-footer {
    float: left;
    width: 49%;
    margin: 10px 0.5% 0;
}



/* ++++ col_3-8-media1255 ++++ */

.col_3-8-media1255 {
    float: left;
    width: 36%;
   /*width: 491px;*/
    margin: 10px 0.5% 0;
    display: none;
}









/* ++++++++++++++ */
/* +++ HEADER +++ */
/* ++++++++++++++ */


/* ++++ NAVIGATION @MEDIA ++++ */

#mobile-menu-btn {
    display: none;
}



/* ++++ LOGO ++++ */

#header-logo {
    margin: 0 auto;
    padding: 30px 0 30px;
    display: flex;
    justify-content: center;
    background-color: #d7a126;
    
     background-image: url('../images/goldener-hintergrund-header.jpg');
    background-size:cover;
    background-attachment: fixed; 
    background-repeat: no-repeat;
    background-position: center;
    
}


/* ++++ NAVIGATION ALLGEMEIN ++++ */

.navigation {
    background-color: #d7a126;
    background-image: url('../images/goldener-hintergrund-header.jpg');
    background-size:cover;
    background-attachment: fixed; 
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px 0 10px 0;
    z-index: 3;
}

.navigation li {
    display: inline;
    padding: 0 20px;
}

.navigation li a {
    font: 400 16px/28px "Source Sans Pro", Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #f5f5f5;
    text-shadow: 0 0 3px rgba(245,245,245,0.4);

}

.navigation li a:hover{
    color: #002c5d;
}

li a.active {
    color: #002344;
    font-weight: 600;
}

li a.active-dropdown {
    color: #002344;;
    font-weight: 600;
}


/* ++++ NAVIGATION MAIN ++++ */

ul#navigation-main  {
    display: flex;
    justify-content: center;
}


/* ++++ für sticky Navigation-main ++++ */

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}


/* ++++ DROPDOWN MENU ++++ */

.dropdown {
    position: relative;
    display: block;
	width: auto;
}

.dropdown-content {
    display: none;
    position: absolute;
    padding: 25px 10px 15px 0;
    background-color: rgba(215, 161, 38, 0.85);
}

.dropdown-content li a {
    letter-spacing: 0;
    text-transform: none;
    text-shadow: none;
	
}

.dropdown:hover .dropdown-content {
    display: block;
}

/*
.dropdown-pfeil {
	display: none;
}
*/


/* ++++ DROPDOWN-SHOP MENU ++++ */

.dropdown-shop {
    position: relative;
    display: block;
	width: auto;
}

.dropdown-shop-content {
    display: none;
    position: absolute;
    padding: 25px 10px 15px 0;
    background-color: rgba(215, 161, 38, 0.85);
}

.dropdown-shop-content li a {
    letter-spacing: 0;
    text-transform: none;
    text-shadow: none;
	
}

.dropdown-shop:hover .dropdown-shop-content {
    display: block;
}


/* ++++++++++++++++ */
/* ++++ TEASER ++++ */
/* ++++++++++++++++ */

.teaser h1 {
    color:#002c5d;   
    color: #fff;
    text-transform: none;
}

.teaser h2 {
 
    color: #fff;
 
}

.teaser p {
    margin-bottom: 0px;
    padding-top: 20px;
    text-align: center;
    letter-spacing: 0.5px;
    word-spacing: 4px;
    color: #fff;
}



/* +++++++++++++++++++++++++++++++++++ */
/* ++++ CONTENT MAIN - Startseite ++++ */
/* +++++++++++++++++++++++++++++++++++ */


/* ++++++++++++++++++++++++ */
/* ++++ NEWSLETTER BTN ++++ */
/* ++++++++++++++++++++++++ */

img.newsletter-herz {
    float: right;
    margin-right: 90px;
}

h3.newsletter-btn-txt {
    float: right;
    margin: -45px 50px 0 0;
    color: #fff;
}


/* +++++++++++++++++++++++ */
/* ++++ NEWS CAROUSEL ++++ */
/* +++++++++++++++++++++++ */


/* ++++ NEWS CAROUSEL - HEADLINE ++++ */

#headline-main-1 {
    color: #f5f5f5;
    margin-bottom: 30px;
    text-align: center;
}



/* ++++ OWL CAROUSEL ++++ */

.slider{
  display: flex;
  justify-content: center;

}

.slider .card{
  flex: 1;
  margin: 0 10px 0 0;
}

.card {

    height: 426px;
 /*   border: solid 4px rgba(215, 161, 38, 0.8);
    border-radius: 1px; */
}

.news {
    height: 410px;
    margin: 0px;
    padding: 25px 17px 4px 17px;
    background-color: rgba(245, 245, 245, 0.9);
}

.news-bild {
    height: 410px;
    margin: 4px;
    padding: 10px 10px 4px 12px;
    background-image: url(../images/goldener-hintergrund-header.jpg);
}

.news-bild-yn {
    height: 410px;
    margin: 4px;
    padding: 10px 10px 4px 12px;
    background-color: rgba(0, 35, 68, 0.72);
    






}

.news-bild-kerzen {
    height: 410px;
    margin: 4px;
    padding: 10px 10px 4px 12px;
    background-image: url(../images/Kerzen.jpg);
    background-size: cover;
	background-position: center; /* Center the image */
color: #ffffff;


}

.news-caption {
    height: 55px;
}

.news-caption-img {
    display: flex;
    margin: 0 auto; 
    width: 30px;
    height: 30px;
}

.news-caption h3 {
	margin-top: 7px;
    text-align: left;
    color: rgb(215, 161, 38);
}

.news-caption-bild {
	margin-top: 7px;
    text-align: center;
	color: #f5f5f5;
}

.news-caption p {
    text-align: left;
    color: rgb(215, 161, 38);
    font-size: 14px;
    font-size: 0.875rem;
}

.news-content {
    float: left;
    height:255px;
    overflow: hidden;
}

.news-content-bild p{
  
    height:300px;
    overflow: hidden;
	color: #f5f5f5;
}

.news-content-bild p a{

	color: #f5f5f5;
}



.news-content-bild h3 {
	text-align: center;
	color: #f5f5f5;
}

.news-footer {
    float: left;
    height: 60px;
    padding: 10px 0 10px;
}

.button-big-news {
    float: right;
    width:154px;
    min-width: 130px;
    height: 72px;
    padding: 18px 12px 0;
    margin-right: 10px;
    background-color: rgba(215, 161, 38, 0.8);
    border: solid 4px rgba(215, 161, 38, 1);
    border-radius: 5px;
    text-align: center;
    color: #f5f5f5;
    transition: background-color 0.5s;
}

.button-big-news:hover {
    background-color: rgba(215, 161, 38, 0.6);
}


img#lila {
	width: 100px;
	float: right;
}


video.home-video {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 45px;

}


/* +++++++++++++++++++++++ */
/* ++++++ HOME - neu +++++ */
/* +++++++++++++++++++++++ */



/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++ CONTENT MAIN - Stundenplan-Vorschau ++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */

.stundenplan-vorschau {
    margin: 0px 0 50px -10px;
    float: left;
    width:330px;
    height: 265px;
    border: solid 0px;
    border-color: rgba(215, 161, 38, 0.8);
    border-radius: 1px;

}

/* +++++ REZENSIONEN +++++++ */



.slideshow-container {
    float: left;
    position: relative;
    width: 260px;
    height:240px;
    margin: 4px 20px 4px 20px;

}



.mySlides {
    display:none;
}

.prev, .next {
    cursor: pointer;
    position:absolute;
    margin-top: 25%;
}

.next {
    right: -30px;
}

.prev {
    left: -27px;
}

.text-slide {
    position: absolute;
    top: 0px;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    font-size: 0.938rem;
    line-height: 20px;   
    line-height: 1.250rem;
    font-style:italic;
    font-weight: 300;
    color: #f5f5f5;
}




/* +++ Fading animation ++++ */

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}





/* ++++ FRAME - Inspirationen ++++ */

.mySlidesInspirationen {
    display:none;
}

.slideshow-container-inspirationen {
    float: left;
    width: 423px;
    height:200px;
    position: relative;
    margin-left: 25px;
    margin-top: 50px;
}

.text-slide-inspirationen {
    position: absolute;
    padding: 10px;
    top: 40px;
    text-align: center;
    font-size: 28px;
    font-size: 1.750em;
    line-height: 34px;  
    line-height: 2.125rem;
    font-style:italic;
    font-weight: 400;
    color: #002344;

}

.text-slide-inspirationen-long {
    position: absolute;
    padding: 10px;
    top: 35px;
    text-align: center;
    font-size: 22px;
    font-size: 1.375em;
    line-height: 28px;  
    line-height: 1.750rem;
    font-style:italic;
    color: #002344;
}

.autor-slide-inspirationen {
    position: absolute;
    top: 20px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #002344;
}

.slideshow-container-inspirationen .prev, .slideshow-container-inspirationen .next {
    cursor: pointer;
    position:absolute;
    margin-top: 90px;
}

.slideshow-container-inspirationen .next {
    right: -50px;
}

.slideshow-container-inspirationen .prev {
    left: -47px;
}






/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++ COLLAGE +++++++++++++++++++++++++++ */
/* ++++ ALLGEMEINE KLASSEN, ZUSAMMENGEFÜGTE KLASSEN U IDs ++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */




/* ++++ FRAME ++++ */

.frame {
    float: left;
    width:323px;
    height: 200px;
    border: solid 4px;
    border-color: rgba(215, 161, 38, 0.8);
    border-radius: 1px;
}



/* ++++ BUTTON BIG FILLED ++++ */

.button-big-filled {
    width:154px;
    min-width: 130px;
    height: 92px;
    padding: 16px 12px 0;
    background-color: rgba(215, 161, 38, 0.8);
    border: solid 4px rgba(215, 161, 38, 1);
    border-radius: 5px;
    text-align: center;
    color: #f5f5f5;
    transition: background-color 0.5s;
}

.button-big-filled:hover {
    background-color: rgba(215, 161, 38, 0.6);
}



/* ++++ IMAGE TEASER ++++ */

#img-change-yoga, #img-change-yoga-spezial,  #img-change-yoga-nidra, #img-change-yoga-einzelstunde, #img-change-shop, #img-change-download {
    display: inline-block;
    float: left;
    width: 154px;
    height: 154px;
    background-size: contain;
}

.img-teaser{
    float: left;
    position:absolute;
    width: 154px;
    height: 154px;
    padding: 18px 13px 0 18px; 
}

.img-teaser-title {
    font-size: 20px;
    font-size: 1.250rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: #d7a126;
    text-shadow: 1px 1px 5px rgb(255, 255, 255);
}

.img-teaser-text {
    margin-top: 25px;
    color: #002344;
}

#img-change-yoga a, #img-change-yoga-spezial a,  #img-change-yoga-nidra a, #img-change-yoga-einzelstunde a, #img-change-shop a, #img-change-download  a {
    opacity:1;
    transition: opacity 0.6s;
}


#img-change-yoga a:hover, #img-change-yoga-spezial a:hover,  #img-change-yoga-nidra a:hover, #img-change-yoga-einzelstunde a:hover, #img-change-shop a:hover, #img-change-download  a:hover {
    opacity:0;
}








/* +++++++++++++++++++++++ */
/* ++++++ COLLAGE ++++++++ */
/* ++++ ALLE ELEMENTE ++++ */
/* +++++++++++++++++++++++ */


/* ++++ COLLAGE: Titel ++++ */

#headline-main-2 {
    color: #f5f5f5;
    text-align: right;
    margin: 100px 0 50px 0;
}



/* +++++++++++++++++++++++++++++++ */
/* ++++ COLLAGE: FIRST COLUMN ++++ */
/* +++++++++++++++++++++++++++++++ */


/* ++++ SINGING BOWL AUDIO - Klangschale ++++ */

#klangschale-0 {
    margin: 20px 0 0 20px;
}

#klangschale-1 {
    position: absolute;
}

#klangschale-1:hover {
    display: none;  
}

.cursor-schlaegel {
    cursor: url(../images/schlaegel.png), auto;   
}




/* ++++ Picture in Frame ++++ */

.frame-picture-align {
    margin-left:160px;
    margin-top: -200px; 
}

#picture {
    margin:4px;
	cursor: pointer;
}

#picture-teaser {
    position:absolute;
    width: 307px;
    margin-left: 4px;
    margin-top: 166px;
    text-align: center;
    background-color: rgba(245, 245, 245, 0.95);
}



/* ++++ Hover-Textfeld ++++ */

#hover-textfeld {
	display: none;
	background: rgba(245, 245, 245, 0.95);
	max-width: 307px;
	height: auto;
	margin-left: 4px;
	padding: 15px 15px 0;
	position:absolute;
	opacity:1;
    transition: opacity 0.6s;
	z-index: 1000;
}



/* ++++ FRAME - Philosophie ++++ */

.frame-high {
    float: left;
    width: 323px;
    min-width: 250px;
    height: 367px;
    border: solid 4px;
    border-color: rgba(215, 161, 38, 0.8);
    border-radius: 1px;
    margin-top: 12px;
}

#philosophie {
    float: left;
    /*width:308px;*/
    height:351px;
    margin: 4px;
    padding: 30px 15px 10px 20px;
    background-color: #f5f5f5;
    overflow: scroll;
}

#philosophie h3 {
    padding-bottom: 10px;
    text-align: center;
    color: rgb(215, 161, 38); 
}



.img-philosophie img {
	float: left;
	margin: 1%;
}



/* +++ HÖRPROBEN ++++ */

.hoerproben  {
    margin-top: 35px;
    margin-left: 330px;
}


#audio-button-1, #audio-button-2, #audio-button-3, #audio-button-4 {
    float: left;
    margin-top: 15px;
    margin-left: 8px;
}

#audio-button-1 h4, #audio-button-2 h4, #audio-button-4 h4 {
    float: left;
    padding: 7px 5px 0 8px;
}

#audio-button-3 h4 {
    float: left;
    padding: 7px 7px 0 8px;
    font-size: 15px;
    font-size: 0.938rem;
}






/* ++++++++++++++++++++++++++++++++ */
/* ++++ COLLAGE: SECOND COLUMN ++++ */
/* ++++++++++++++++++++++++++++++++ */


/* ++++ LOGO - Collage PUNKT ++++ */

#logo-element-collage {
    margin: 482px 0 0 110px;
}






/* +++++++++++++++++++++++++++++++ */
/* ++++ COLLAGE: THIRD COLUMN ++++ */
/* +++++++++++++++++++++++++++++++ */



/* ++++ HEADLINE - Yoga Angebot ++++ */

.headline-main-3 {
    text-align: right;
    color: #f5f5f5;
}



/* ++++ BUTTONS ++++ */


/* ++++ BUTTON - Preise ++++ */

.button-preise {
    margin-top: 10px;
}

.button-preise h3 {
    padding-top: 11px;
    font-size: 30px;
    font-size: 1.875rem;
    text-transform: uppercase;
}

/* ++++ BUTTON - Gutschein ++++ */

.button-gutscheine {
    margin-top: 10px;
}

.button-gutscheine h3 {
    padding-top: 11px;
    text-transform: uppercase;
}



/* ++++ AUDIO Button 5 ++++ */

#audio-button-5 {
    float: left;
    margin: 20px 0 0 10px;
}

#audio-button-5 h4 {
    float: right;
    padding: 7px 0 0 14px;
    
}




/* ++++++++++++++++++++++++++++++++ */
/* ++++ COLLAGE: FOURTH COLUMN ++++ */
/* ++++++++++++++++++++++++++++++++ */



/* +++ TEASER IMAGE - Yoga Kurse ++++ */

#img-change-yoga {
    margin-top: 0;
    background-image: url(../images/yoga-angebot-home-circle.png);   
}



/* +++ TEASER IMAGE - Yoga Spezial ++++ */

#img-change-yoga-spezial { 
    margin-left:14px;
    background-image: url(../images/yoga-spezial-home-circle.png); 
}



/* +++ TEASER IMAGE - Yoga Nidra ++++ */


#img-change-yoga-nidra {
    float: left;
    margin-top: 15px; 
    background-image: url(../images/yoga-nidra-home-circle.png);
}



/* ++++ TEASER IMAGE - Einzelstunde ++++ */

#img-change-yoga-einzelstunde{
    margin: 15px 0 0 14px;
    background-image: url(../images/yoga-einzelstunde-home-circle.png);
}



/* ++++ FRAME TIMETABLE - Stundenplan ++++ */

#align-timetable {
    margin-top: 10px;
    margin-left: 0;
}



/* ++++ TEASER IMAGE - Shop ++++ */

#img-change-shop {
    margin-top: 15px;
    background-image: url(../images/shop-circle.png);
}



/* ++++ TEASER IMAGE -  Download ++++ */

#img-change-download {
    margin: 15px 0 0 14px;
    background-image: url(../images/download-circle.png);
}




/* ++++++++++++++++++++++++++++++++++++++++++ */
/* ++++ CONTENT - INFO SITES - Allgemein ++++ */
/* ++++++++++++++++++++++++++++++++++++++++++ */


.frame-circle {
    max-width:300px;
    min-width: 200px;
    max-height: 300px;
    border: solid 4px;
    border-color: rgba(215, 161, 38, 1);
    border-radius: 50%;
    padding: 4px;
    margin: 0 auto 40px;
}

.frame-circle img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}

.frame-circle-home {
    max-width:360px;
    min-width: 200px;
    max-height: 360px;
    border: solid 4px;
    border-color: rgba(215, 161, 38, 1);
    border-radius: 50%;
    padding: 4px;
    margin: 0 auto 40px;
}

.frame-circle-home img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}


/* Info Seite Allgemein */

.info-site h3 {
    text-transform: uppercase;
    margin-top: 45px;
    margin-bottom: 20px;
}



/* +++++++++++++++++++++++++++++++++++++ */
/* ++++ CONTENT INFO-SITE - Rezension ++++ */
/* +++++++++++++++++++++++++++++++++++++ */

p.rezension-date {
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 0.875rem;
}

p.rezension {
    font-style: italic;
}



/* +++++++++++++++++++++++++++++++++++++ */
/* ++++ CONTENT INFO-SITE - Aktuelles ++++ */
/* +++++++++++++++++++++++++++++++++++++ */

.aktuelles h4{
    margin-top: 50px;
}

.aktuelles .sidebar {
        margin-top: 60px;
}


.aktuelles .sidebar img {
    display: inline-block;
    float: left;
    margin-right: 7px;
    margin-top: 3px;
}



.media1085-show {
    display: none;
}

.aktuelles-foto-zoom {
	display: inline-block;
	float: right!important;
}



/* +++++++++++++++++++++++++++++++++++++ */
/* ++++ CONTENT INFO-SITE - Kontakt ++++ */
/* +++++++++++++++++++++++++++++++++++++ */


.kontakt {
    margin-left: 70px;
}

.kontakt p a {
    color: #002344;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 36px;
    line-height: 2.250rem;
    margin-top: 20px;
}


.kontakt a img {
    padding: 5px 5px 0 0;
}

.newsletteranmeldung {
	margin-top: 60px;
}






/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++ CONTENT INFO-SITE - SHOP ++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */


.shop, .shop-v  {
	display: inline-block;
	float: left;
}

img.shop {
	width: 25%;
	max-width: 150px;
	height: auto;
	margin: 30px 60px 80px;
}

img.shop-v {
	width: 30%;
	max-width: 250px;
	height: auto;
	margin-right: 30px;
	transition: all;	
}

.shop-title {
	text-align: center;
	padding: 60px 0 30px;
}

.gratis-download {
	background: #d7a126;
	margin: 60px 0 30px;
	padding: 10px 15% 50px 15%;
}

.gratis-download h4 {
	margin-top: 30px;
}

img.shop-v:link,
img.shop-v:hover {
	border: 4px solid #f5f5f5;
	border-radius: 4px;
	box-shadow: 1px 1px 5px #333;
	width: 500%;
	max-width: 500px;
	position: absolute;
	z-index: 2;
	transition: all 1s;		
}	



/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++ CONTENT INFO-SITE - Zwei Spalten ++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */

.sidebar h3 {
    margin-top: 20px;
}


/* ++++++++++++++++ */
/* ++++ FOOTER ++++ */
/* ++++++++++++++++ */


#kontaktfeld h3 {
    margin: 10px 0 8px 43px;
    color: #f5f5f5;
}

#kontaktfeld p a {
    color: #f5f5f5;
}

#kontaktfeld, #copyright p {
    font-size: 16px;
    font-size: 1rem;
    color: #f5f5f5;
}

#kontaktfeld img {
    margin: 8px 10px -5px;
}

#navigation-footer {
    float: right;
    background-color: #d7a126;
}

#navigation-footer li {
    padding: 0 0 0 40px;
}

#copyright  {
    display: inline;
    float: right;
    margin-top: 60px;
}



/* ++++++++++++++++ */
/* ++++ TO TOP ++++ */
/* ++++++++++++++++ */


#button-to-top {
    display: inline-block;
    background-color: rgba(245, 245, 245, 0.9);
    background-image: url(../images/btn-to-top.png);
    background-repeat: no-repeat;
    background-size: 30px 21px;
    background-position: center;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    bottom: 60px;
    right: 40px;
    transition: background-color .3s;
    z-index: 5;
    display:none;
}

#button-to-top:hover {
  cursor: pointer;
  background-color: #002344;
    border: solid 2px #d7a126;
}

/* ++++ TO top Button - Stundenplan Vorschau ++++ */

#button-to-top-v {
    display: inline-block;
    background-color: rgba(245, 245, 245, 0.9);
    background-image: url(../images/btn-to-top-v.png);
    background-repeat: no-repeat;
    background-size: 20px 14px;
    background-position: center;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 2px;
	border: solid 2px #d7a126;
    position: fixed;
    bottom: 8px;
    right: 8px;
    transition: background-color .3s;
    z-index: 2;
    display:none;
}

#button-to-top-v:hover {
	  cursor: pointer;
	  background-color: #002344;
    	border: solid 2px #d7a126;
}

/* ++++++++++++++++++++++++ */
/* ++++ COOKIE MESSAGE ++++ */
/* ++++++++++++++++++++++++ */


.cookie-message {
	position:fixed;
	height: 30px;
	bottom:0;
	width: 100%;
	padding:15px 15px 35px;
	background:#002344;
	border-top:2px solid #d7a126;
	z-index: 4;
	color: #f5f5f5;
	text-align: center;
	}

.cookie-message a {
	margin-left: 20px;
	cursor:pointer;
	}

.cookie-message p {
	display: inline-block;
}






/* ++++++++++++++++++++++++++ */
/* ++++ @ MEDIA QUERIES  ++++ */
/* ++++++++++++++++++++++++++ */




@media only screen and (max-width: 1333px) {
 
    .col_2-8-main2 {
        width: 20%;
    }
        
    #logo-element-collage {
        margin: 482px 0 0 60px;
    }
    
    .slideshow-container-inspirationen {
        margin-left: ;
    }
    
    
    
	
	
	
	/* ++++ FOOTER ++++ */
    
    .col_1-8-empty {
        display: none;
    }
    
    .col_3-8-footer {
        width: 40%;
        margin-left: 10%;
    }
    
    .col_4-8-footer {
        width: 30%;
        margin-left: 10%;
    }
    
    #navigation-footer {
        float: left;
    }
    
    #navigation-footer li {
        display: block;
        padding: 0 0 0 0;
    }
    
    #copyright {
        float: left;
        margin-top: 0;
        margin-left: 40px;
    }
	
	
    
}





@media only screen and (max-width: 1255px) {
	

	.clear-media1255 {
        clear: both;
    }

    /* ++++ KEIN BACKGROUND IMAGE ++++ */
    
    .background {
        
        }
        
    .background-img-space {
        height: 0;
        }
    
    .teaser {
        padding: 25px 15px;
        background-image: url('../images/Hintergrund-Collage0-Yoga_Teresa-Seidel.jpg');
        background-size:cover;
        background-attachment: fixed; 
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
    }
    

    
    /* ++++ NAVIGATION ++++ */
    
    ul#navigation-main  {
        display: none;
    }

    .navigation {
        background-color: #002344;
        padding: 10px 0 20px 0;
    }

    .navigation li {
        display: block;
        padding: 5px 20px;
        margin-left: 30px;
    }

    .navigation li a:hover{
        color: #d7a126;
    }
	
	
	

    li a.active {
        color: #d7a126;
    }
	
	#navigation-footer li {
		margin-bottom: 10px;
	}
	
	#navigation-footer  li a:hover{
        color: #002344;
    }	
	
	#navigation-footer .active {
        color: #002344;
    }
    
    
    .dropdown {
        display: block;
        position: relative;
    }
    
    .dropdown-content {
        left: 0;
        background-color: rgba(215, 161, 38, 0.95);
    }

    .dropdown-content li {
        padding: 0;
        margin: 0 30px 0 20px;
        }
    
    .dropdown-content li a:hover {
        color: #002344;
        }  
	
	
	.dropdown-shop{
        display: block;
        position: relative;
    }
    
    .dropdown-shop-content {
        left: 0;
        background-color: rgba(215, 161, 38, 0.95);
    }

    .dropdown-shop-content li {
        padding: 0;
        margin: 0 30px 0 20px;
        }
    
    .dropdown-shop-content li a:hover {
        color: #002344;
        } 
	

    #mobile-menu-btn {
        display: block;
        
        width: 100%;
        z-index: 1;
        margin-top:-80px;
        }

    a#mobile-menu-btn {
        background-image:url(../images/mobile-menu-btn.png);
        background-repeat: no-repeat;
        background-position: right; 
        background-size: 60px 40px;
        padding: 30px 30px 50px;
        }
    
	.dropdown-pfeil {
	display: inline;
		margin-left: 10px;
		margin-bottom: 2px;
}
    
    
    
    /* ++++ BUTTON Carousel ++++ */

    .button-carousel {

    font: 400 12px/15px "EB Garamond", "Times New Roman", serif!important;

}
    
    

    
    
    
    /* ++++ MAIN - SECOND COLUMN - INSPIRATIONEN ++++ */
    
    .col_2-8-main2 {
		float: none;
		max-width: 491px;
		width: 100%;
		margin: 0 auto;  
    }
    
    #logo-element-collage {
    display: none;
    }
    
    .slideshow-container-inspirationen {
    margin-left: 60px;
    margin-top: 35px;
    }
    
    
    
   

   
    
    
	
    /* ++++ INFO-SITE ++++ */
    
    
    .col_2-8 {
        display: none;
    }
    
    .col_4-8 {
        width: 49%;
        min-width: 491px;
        margin: 0 25%;
    }
    
	
	img.shop {
		display: none;
	}
	
	.col-mp3 {
		width: 70%;
		margin: 0 auto;
	}
	
	.col-mp3 iframe {
		width: 100%;
	}

    
    
    /* ++++ FOOTER ++++ */
    
    .col_1-8-empty {
        display: none;
    }
    
    .col_3-8-footer {
        width: 40%;
        margin-left: 10%;
    }
    
    .col_4-8-footer {
        width: 30%;
        margin-left: 10%;
    }
    
    #navigation-footer {
        float: left;
    }
    
    #navigation-footer li {
        display: block;
        padding: 0 0 0 0;
    }
    
    #copyright {
        float: left;
        margin-top: 0;
        margin-left: 40px;
    }
    
}






@media only screen and (max-width: 1085px) {
	
	
	/* +++ ALLGEMEINES ++++ */
    
    .clear-media1085 {
        clear: both;
    }
    
    

body {
     font: 400 16px/33px "Source Sans Pro", Arial, sans-serif;
	
        }
    
     .media1085-hide {
        display: none;
    }
    
    .media1085-show {
        display: block;
}
	
	#button-to-top {

		background-size: 30px 21px;
		background-position: center;
		width: 80px;
		height: 80px;

	}
    
   #content-main-gold {
        margin: 40px 20px!important; 
}
    
    
    .frame-circle-home {
    max-width:550px;
    min-width: 200px;
    max-height: 550px;
    border: solid 4px;
    border-color: rgba(215, 161, 38, 1);
    border-radius: 50%;
    padding: 4px;
    margin: 0 auto 40px;
}

.frame-circle-home img {
    width: 550px;
    height: 550px;
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}
    
    .sidebar-main {

    margin: 60px 0 60px!important;

}

	
	/* ++++ HEADER - LOGO  NAVIGATION++++ */

	#header-logo {
		padding: 30px 0 25px;
	}

	#header-logo img {
		width: 200px;
		height: auto;
	}
	

	a#mobile-menu-btn {
		background-size: 110px 80px;

	}

	.navigation li {
		padding: 15px 15px;
	}

	.navigation li a {
		font: 400 1.750rem/2.125rem "Source Sans Pro", Arial, sans-serif;
	}

	.dropdown-content li a {
		font: 400 1.750rem/2.125rem "Source Sans Pro", Arial, sans-serif;
	}
	
	.dropdown-shop-content li a {
		font: 400 1.750rem/2.125rem "Source Sans Pro", Arial, sans-serif;
	}
	
	
	/* ++++ BUTTONS ++++ */
	
	.button, .button-y {
		font: 400 1.9rem/2.7rem "EB Garamond", "Times New Roman", serif;
		padding: 10px 20px 10px;
		margin:0px 0;
	}
	

	
	
/* ++++ SCHRIFTEN ++++ */
	
	.info-site p, .kontakt p a, label {
		font-size: 1.3rem;
		line-height: 2.2rem;
	}
	
	.sidebar p {
		font-size: 1.5rem;
		line-height: 2.2rem;
	}

	.info-site p {
		margin: 0 0 20px;
	}


	#kontaktfeld p a, #copyright p	 {
		font-size: 1.7rem;
		line-height: 2.5rem;
		color: #f5f5f5;
	}


	h1 {
		font-size: 2.8rem;
		line-height: 3.3rem;
	}


	h2 {
		font-size: 2.5rem;
		line-height: 3.5rem;
	}

	.info-site h3 {
		font-size: 1.5rem;
		line-height: 1.8rem;
		margin-bottom: 30px;
	}

	.sidebar h3 {
		font-size: 2rem;
		line-height: 4.2rem;
		margin-bottom: 20px;
	}
	
		.info-site h4 {
		font-size: 1.4rem;
		line-height: 2.6rem;
		margin-bottom: 20px;
	}

	
	p.blockquote-big {
		padding-left: 0;
		font-weight: 300;
	}



	
	
	/* ++++ MAIN - NEWS ++++ */
	
	
	.col_1-8-news {
    	display: none;
	}
	
	.col_6-8-news {
		max-width: 1085px;
    	width: 100%;
	}

	.card {
    	height: 616px;  
	}
	
	.news {
		height: 600px;
}
    .news-bild {
		height: 600px;
}
	
	.news-caption {
		height: 90px;
	}
	
	.news-caption-bild {
		height: 120px;
	}



	.news-caption h3 {
		font-size: 1.8rem;
		line-height: 2rem;
	}

	.news-caption p {
		font-size: 1.2rem;
	}

	.news-content {
		height:355px;
	}
	
	.news-content p {
		font-size: 1.2rem;
		line-height: 2rem;
	}
	
	.news-content-bild {
		height:355px;
	}
	
	.news-content-bild p {
		font-size: 1.2rem;
		line-height: 2rem;
	}

	.news-footer {
		height: 65px;
	}
	
	
    /* ++++ MAIN - COLLAGE ++++ */

    /* ++++ MAIN - HEADLINE 2 ++++ */
        
    #headline-main-2 {
        text-align: center;
            margin: 60px 0 70px 0;
    }
    
    
	

	
	#philosophie h3 {
				font-size: 1.9rem;
		line-height: 2.4rem;
	}
	
	#philosophie p {
				font-size: 1.3rem;
		line-height: 2rem;
	}
	
	/* ++++ FRAME ++++ */

	.frame-rezensionen   {
		max-width:534px;
		height: 331px;
		width: 100%;
	}

	
	.slideshow-container {
		width: 100%;
		height:97%;
	}
	
	.prev, .next {
		margin-top: 18%;
	}
	
	.slideshow-container h3 {
		font-size: 1.9rem;
		margin-top: 10px;
	}
	
	.text-slide {
		top: 40px;
		padding: 30px;
		font-size: 1.9rem;
		line-height: 2.3rem;
	}

	.text-slide-long {
		top: 45px;
		padding: 30px;
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.autor-slide {
		bottom: 10px;
		font-size: 1rem;
	}
    
    
    
    /* ++++ MAIN - SECOND COLUMN - INSPIRATIONEN ++++ */
    

    
    #logo-element-collage {
    display: none;
    }
    
    .slideshow-container-inspirationen {

    margin-top: 95px;
    }
	
    #audio-button-4 {
        padding-top: 40px;
    }
	
	
	h3.hoerproben {
						font-size: 1.5rem;
		line-height: 1.8rem;
     
	}
	
	#hover-textfeld p {
		font-size: 1.3rem;
		line-height: 2rem;
	}
	
	#hover-textfeld {
		border: 2px solid #d7a126;
	z-index: 1000;
}
	
/*.button-vorschau {
		width: 140px;
		font-size: 1.5rem;
		line-height: 2rem;
	}
	

	
    
    /* ++++ INFO SITE ++++ */
    
	
  	.col_4-8-site-1 {
		float: none;
		width: 97%;
		max-width: 1085px;
		margin: 0 auto;
	 }	
    
  .col_4-8-site-2 {
        float: none;
	  	width: 97%;
	  	max-width: 1085px;
        margin: 0 auto; 
    }
    
    .sidebar {
        float: none;
		width: 100%;
		max-width: 1085px;
        margin: 100px auto 0;
		padding: 25px 15%;
    }
	
	/* ++++ INFO SITE - SHOP ++++ */
	
	.col_6-8-shop {
		width: 97%;
		max-width: 1085px;
		margin: 10px auto 0;
}
	
	.col-mp3 {
		width: 97%;
		max-width: 1085px;
		margin: 0 auto;
	}

	

 	/* INFO SITE - Kontaktseite */
	
	.col_3-8-site {
		width: 100%;
	}

	.kontakt {
    	margin-left: 0;
	}

	.kontakt p a {
		font-size: 1.4rem;
		line-height: 2.5rem;
	}

	.kontakt a img {
		width: 50px;
		height: 50px;
	}
	
	
	/* INFO SITE - Aktuelles */
	
	
	.beitragstitel {
		background-color: #002344;
		margin-top: 70px;
		padding: 20px 30px 50px;
		color: #f5f5f5;
	}


	.beitragstitel h3 {
		margin-top: 30px;
	}

	h4.beitrag {
		margin-top: 80px
	}
	
	p.rezension-date {
		margin: 10px 0;
	}
	
	/* KONTAKT SEITE */
	
	.newsletteranmeldung {
		margin-top: 20px;
}
    
	

    /* ++++ FOOTER ++++ */
    
	
	body {
        margin-bottom: 350px;
    }
    
    .col_3-8-footer {
        width: 100%;
        margin: 10px 0 0 0;
    }
    
    #kontaktfeld h3 {
        margin-left: 0px;
		font-size: 2.75rem;
		line-height: 3.9rem;
    }
    
    .col_3-8-footer h3, .col_3-8-footer p {
        text-align: center;
    }
    
    
    .col_4-8-footer {
        width: 100%;
        margin: 10px 0 0 0;
    }
	
	#copyright {
		float: right;
        margin-right: 40px;
    }
	
	
	/* +++ COOKIE MESSAGE ++++ */
	
	.cookie-message {
		height: 130px;
	}
	
	.cookie-message p {
		display: block;
		font-size: 2rem;
		line-height: 2.5rem;
	}
	


	

}






@media only screen and (max-width: 759px) {
   
    .sidebar {
        padding-bottom: 140px;
    }


	
    /* ++++ MAIN - COLLAGE ALLGEMEIN ++++ */
    
    #content-main {
        
    }

    
    /* ++++ MAIN - COLLAGE - FIRST COLUMN ++++ */
    
     .col_3-8-main1 {
		 float: none;
        max-width: 323px;
		 width: 100%;
       margin: 10px auto 30px;

    }
    
    #headline-main-2 {
        text-align: center;
        margin: 60px 0 130px 0;
    }
    
    #klangschale-0 {
        display: none;
    }
    

    .frame-picture-align {
        margin-left:0px;
        margin-top: -100px; 
    }
    
    .media759-clear {
        clear: both;
    }
    
    .hoerproben  {
        margin-top: 40px;
        margin-left: 8px;
        padding-bottom: 140px;
    }
    
    .rezensionen-align {
        margin-top: 30px;
    }
	
	
	/* ++++ REZENSIONEN WIEDER ZURÜCK ZU ANFANG ++++ */

	.frame-rezensionen   {
		width:323px;
		height: 200px;
	}

	
	.slideshow-container {
    width: 240px;
    height:184px;
	}
	
	.prev, .next {
		margin-top: 8%;
	}
	
	.slideshow-container h3 {
		font-size: 1.2rem;
		margin-top: 0;
	}
	
	.text-slide {
	    top: 25px;
    padding: 20px;

    font-size: 0.938rem;

    line-height: 1.250rem;
	}

	.text-slide-long {
		top: 0;
		padding: 0;
    font-size: 0.813rem;
    line-height: 1.125rem;
	}

	.autor-slide {
		bottom: 4px;
    font-size: 0.688rem;
	}
	
	
	
   
    .clear-media {
        clear: both;
    }
    
    
    
   
    
    /* ++++ INFO SITE ++++ */
    
    .col_4-8-site-1 {
        padding: 0 15px;
    }
    .col_4-8-site-2 {
        padding: 0 15px;
    }
	
	.stundenplan  {
		width: 95%;
		margin: 0 auto;
	}
    
    .stundenplan-vorschau {
    	margin: 0px 0 10px -25px;
}
    
    textarea {
        height: 300px;
}

	.col_6-8-shop {
		width: 95%;
		max-width: 996px;
		margin: 10px auto 0;
}
	
	.col-mp3 {
		width: 100%;
		margin: 0 auto;
	}
	
	
	iframe {
		width: 100%;
		margin: 0;
	}
	
	.gratis-download {
		padding: 10px 4% 50px 4%;
	}


    
    /* ++++ FOOTER ++++ */
    
     body {

    }
	
	
	
	/* ++++ COOKIE MESSAGE ++++ */

.cookie-message {
	height: 70px;
	}
	

    
    
}




@media only screen and (max-width: 480px) {
   
	

    
    .col_2-8-main2 {
        margin: 10px 0 0 -55px;  
    }
    

    
    body {
       
    }
    
    .col_7-8 {
        width: 100%;
        margin: 0 auto;
    }
    
    .button-big-news {
    float: none;
    max-width:154px;
    width: 100%;
    margin: 20px auto;
}
  
    
    .timetable {
        height: 190px;
        margin-bottom: 20px;

}
    
    td {
    height: 5%;
}
    
    .stundenplan h3 {
    margin-bottom: 0px;
}
    
    .stundenplan h4 {
        margin-bottom: -25px;
    }
    
    .stundenplan-titel {
        margin-bottom: -15px;
    }
	
	
    
	/* Inspirationen - Slides MAIN */
	
	
	.slideshow-container-inspirationen {
		margin-left: 60px;
		margin-top: 20px;
}
	
	
	
	.slideshow-container-inspirationen .prev, .slideshow-container-inspirationen .next {
		margin-top: 170px;
}

.slideshow-container-inspirationen .next {
    right: 145px;
}

.slideshow-container-inspirationen .prev {
	display: none;
}
    

    

    
}

@media only screen and (max-width: 370px) {
	

    

    

	
	
	
}



/* ++++++++++++++++++++++++++ */
/* ++++ PRINT STYLESHEET ++++ */
/* ++++++++++++++++++++++++++ */

@media print {
    #header, #footer {
        display: none;
    }
}




@charset "utf-8";


/*
CSS-Fonts
www.yogavereint.at
Teresa Seidel
*/


/* SOURCE SANS PRO */

@font-face {
		font-family: 'Source Sans Pro';
		src: url('../webfonts/SourceSansPro-Light.ttf') format('truetype');
		font-weight: 300;
    }

@font-face {
		font-family: 'Source Sans Pro';
		src: url('../webfonts/SourceSansPro-Regular.ttf') format('truetype');
		font-weight: 400;
    }

@font-face {
		font-family: 'Source Sans Pro';
		src: url('../webfonts/SourceSansPro-SemiBold.ttf') format('truetype');
		font-weight: 600;
    }


/* EB GARAMOND */


@font-face {
		font-family: 'EB Garamond';
		src: url('../webfonts/EBGaramond-VariableFont_wght.ttf') format('truetype');
		font-style: regular;
    }

@font-face {
		font-family: 'EB Garamond';
		src: url('../webfonts/EBGaramond-Italic-VariableFont_wght.ttf') format('truetype');
		font-style: italic;
    }


		
