﻿body{
	color: #616d71;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.5em;
}

a {
	text-decoration: none;
	font-weight: 400;
	color: #616d71;
}

#main a {
    font-weight: 600;
}

h1, h2, h3, h1 a, h2 a, h3 a {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    color: #a1100b;
    text-transform: uppercase;
}

h1{
    font-size: 2.2em;
}

.kursangebote {
    max-width: 70% !important;
    margin-left: 15% !important;
    margin-right: auto !important;
}

h2{
    font-size: 1.3em;
}

h3{
    font-size: 1.3em;
    text-transform: none;
}

.helper-p{
    margin-top: -20px;
}

/*Headerbereich*/
/*Aufbau Navbar Impressum und Datenschutz*/
header{
    max-height: 800px;
    /*background-color: #d4d4d4;*/
}
.logo_img{
    margin-top: 75px;
}
.mod_customnav ul{
    margin-right: 10%;
}
.mod_customnav ul li{
	float: right;
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
}

.mod_customnav a{
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}

.navigation-bar{
    background-color: #b1a9a5;
    height: 40px;
    color:#fff;
}
.navigation-bar a{
    color: #fff;
    text-decoration: none;
}

.submenu a:hover, .sibling a:hover, .mod_navigation .active{
    color: #a1100b;
    font-weight: 400;
}

.mod_navigation .active{
# cursor: progress;
# cursor: wait;
#cursor: none;
# cursor: not-allowed;
cursor: pointer;
}

/**/

.navigation-mainblock{
   width: 100%;
    float: left;
    background-color: #fff;
    height: 160px;
}
.mainblock-left{
    width: 300px;
    float:left;
    margin-left: 10%;
    
}
.mainblock-right{
    width: calc(80% - 300px);
    float: right;
    margin-right: 10%;
    margin-top:120px;
}
.mainblock-right nav{
    float: right; 
}
.mod_navigation ul li{
	display: inline;
	list-style-type: none; 
    padding-right: 10px;
	padding-left: 10px;
}
#submenu{
    margin-left: -40px;
}

#submenu .mod_navigation ul li{
    padding-right: 2px !important;
	padding-left: 2px !important;
}

#submenu ul li{
    font-size: 11px;
    float: left !important;
        padding-right: 2px !important;
	padding-left: 2px !important;
}
#submenu ul li::after{
        content: ' |';
}
#submenu a{
    font-weight: 300;
}
/*.active{
    color:#a1100b;
}*/

.mod_customnav .active{
    font-size: 12px;
    margin-top:1px;
}

/*Main-Menue*/
.megamenue-width {
    float: left;
    padding: 0 0.2em;
    margin-left: 0.2em;
}

.megamenue-width p{
	text-align: center;
	margin-top: 5px;
    color: #362e2a;
}
.mod_navigation li.mm_container .mm_dropdown > .inner{    
    background-color: rgba(180, 172, 169, 0.95);
    padding: 1rem 2rem;
    border: 0;
    overflow: hidden;
    height: 100vh;
}

.mod_navigation li.mm_container:hover > a::after, .mod_navigation li.mm_container:hover > span::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 3px;
    background-color: rgba(180, 172, 169, 0.95);
    z-index: 110;
}
/*Mega Menü und Kurse Flex Elemente*/
.training {
	margin: 50px 0 0;
	display: flex;
  	flex-wrap: wrap;
	justify-content: center;
}
.training > div {
  	width: 235px;
	margin: 25px 25px;
	padding: 10px 5px 1px 5px;
	text-align: center;
}
/*Hack MegaMenu Aufbau*/
.inner-box{
    max-width: 1440px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.mod_navigation li.mm_container .mm_dropdown{
   /* display: block !important;*/
}

li.mm_container span:hover > a:after{
    boarder:0;
}
.mm_dropdown .megamenue-width{

}
.megamenu-link{
    float:left;
}
	.mm-navbar span{
		color: #a1100b;
		font-weight: bold;
	}
	.mm-navbar{
		padding-top: 10px;
	}
	.mm-navbar span::before{
		content: url('Logo100.png');
		background-size: contain;
		display: block;
	}

/*Breadcrump Navigation*/

.bread-nav {
    font-weight: 300 !important;
}

/*Mobiles Menü verstecken*/

.mobile-menu-hide{
    display: none;
}

/*Image Slider*/
.slider{
    background-color: #b1a9a5;
    margin-top: 160px;
}

.slider-trenner{
    background-color: #b1a9a5;
}

.slider-trenner-gruen{
    background-color: #f6fbf3;
}
.rsts-main {
    max-width: 1920px;
    max-height: 700px;
    margin-left: auto;
    margin-right: auto;
}
.bg-achtsamkeit{
	background-image: url("bg/Achtsamkeit_BG.jpg");
    background-repeat: no-repeat; 
    background-position: center top; 
    background-size: cover;   
}

.content-slider{
    height: 500px;
    position: relative;
    z-index: 800;
}
.slider-text h1{
    font-size: 3em;    
}
/*.bg-achtsamkeit img{
	width: 50%;
	height: 50%;
}*/

.bg-achtsamkeit-box1{
    margin-top: 150px;
    padding: 20px 0 20px 0 ;
    height: 50px;
    background-color: rgba(180, 172, 169, 0.65);
    margin-left: auto;
    margin-right: auto;

    text-align: center;
}

/*Content*/

/*Kursübersicht*/
/*Mega Menü Flex Elemente*/
.training {
	margin: 50px 0 0;
	display: flex;
  	flex-wrap: wrap;
	justify-content: center;
}
.training > div {
  	width: 235px;
	margin: 25px 25px;
	padding: 10px 5px 1px 5px;
	text-align: center;
}
/*Open Street Map*/
#osm-map{
	width: 100%;
	height: 55vh;
}
.trenner-bg{
    background-color: #b1a9a5;
}
.trenner-bg-gruen, #trenner-bg-gruen{
    background-color: #f7fbf3;
}

.trenner-braun, .trenner-hell,.trenner-gruen{
    /*background-color: #b1a9a5;*/
    max-width: 1440px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.trenner-braun{
    background-color: #b1a9a5;
}
.trenner-hell{
    background-color: #fff;
}
.trenner-gruen{
    background-color:#f7fbf3; 
}

.trenner-rose {
    background-image: url("bg/Rose-BG.png");
    background-size: 74%, 80%;
    background-repeat: no-repeat;
    background-position: center;
}
/*Helper Ausrichtung erster Text*/

.rose-logo-modul {
 margin-left: auto;
 margin-right: auto;
 max-width: 700px;
}

.nach-rose-logo-modul {
 clear:both;
}

.rose-logos {
    margin-right: 18px;
    margin-bottom: 5px;
    float: right;
    width: auto;
}

.rose-logos-qigong-ddqt {
    margin-right: 18px;
    margin-bottom: 5px;
    margin-top: -2px;
    float: right;
    width: auto;
}

.rose-logos-cantienica {
    margin-right: 18px;
    margin-bottom: 5px;
    margin-top: 0px;
    float: right;
    width: auto;
}

.rose-logos-taichichuan {
    margin-right: 18px;
    margin-bottom: 5px;
    margin-top: -14px;
    float: right;
    width: auto;
}

.rose-logos-mbsr {
    margin-right: 18px;
    margin-bottom: 5px;
    float: right;
    width: auto;
}

.rose-logos-msc {
    margin-right: 18px;
    margin-bottom: 5px;
    float: right;
    width: auto;
}

.rose-logos-home {
    margin-right: 18px;
    margin-bottom: 5px;
    float: right;
    width: auto;
    height: 3em;
}

.rose-top-msc-mbsr{
    margin-top:35px;
    clear: right;
}

.trenner-zertifikat-logos {
    margin-top: -50px;
}

.rose-top{
    margin-top:150px;
}

.rose-top-nach-logos {
    margin-top:35px;
    clear: right;
}



/*Content Literatur/Links*/
.inner-helper{
    max-width: 1440px;
    height: auto;
    margin-left: auto;
    margin-right: auto;  
}
.literatur h3{
    font-size: 1.3em;
    color:#616d71;
    line-height: 1.3em;
    margin-bottom: -0.5em;
}

.literatur h2::before{
content: url('bg/Buch50x50.png');
display: block;
height: 12px;
margin-left: -60px;   
}

.link h2::before{
content: url('bg/Lupe50x50.png');
display: block;
height: 12px;
margin-left: -60px;   
}


.literatur h2{
    padding-right: 50px;
}
.literatur, .link{
    padding-left: 120px;
}
#article-83 .literatur,#article-83 .link{
    padding-left: 60px !important;
} 
.ueberuns-link{
    padding-left:60px;
}
.link{
    padding-bottom: 75px;
}

/*Kursblöcke Startseite*/
.rs-columns{
    max-width: 70%;
    margin-left: 15%;
    margin-right: auto;   
}
.rs-columns .image_container{
    margin-bottom: 40px
}

.rs-columns .caption{
    padding-top: 5px;
    text-align: center;
}

.rs-column .caption{
    font-size: 0.9em;
}


/*Content-boxen default*/
.content-box-braun, .content-box-braun-400, .content-box-braun-450{
    background-color: #ded9d7;
    width: calc(100% - 100px);
    padding: 10px 40px ;
    margin-bottom: 100px;
    float: left;   
}
.content-box-braun{
    min-height: 530px;
}
.content-box-braun-400{
    min-height: 420px;
}
.content-box-braun-450{
    min-height: 450px;
}

.content-box-braun-big{
    background-color: #ded9d7;
    width: 740px;
    min-height: 530px;
    padding: 10px 40px ;
    margin-left: auto;
    margin-right: auto;
}

.content-box-right{
    float: right !important;
    margin-right: 0;
}

/*Accordeon*/
.accordeon-container {
  max-width: 40em;
  position: relative;
  margin: 2em auto;
}
.title h3:after {
    content: '+';
    color: #a1100b;
    font-weight: bold;
    float: right;
}
label {
  display: block;
  overflow: hidden;
}
.title, .title-no {
  padding: 1em 3em;
  position: relative;
  z-index: 599;
  background: #ded9d7;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  min-height: 400px;
}
.title-no{
	min-height: 410px;
}
.title:hover {
  cursor: pointer;
  background: #ded9d7;
}
.content {
  position: relative;
  padding: 0px 0px 10px;
  max-height: 0px;
  background-color: #ded9d7;
  -webkit-transition: max-height 0.3s linear;
  -moz-transition: max-height 0.3s linear;
  transition: max-height 0.3s linear;
}
.content-no {
 min-height: 0px;
 padding: 0;
}
.content p {
  position: relative;
  padding: 1.2em 3em;
  margin: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.55s ease;
  -moz-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox]:checked + .title {
  background: #ded9d7;
  min-height:100px;
}
input[type=checkbox]:checked + .title + .content {
  max-height: 555px;
}
input[type=checkbox]:checked + .title + .content p {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
input[type=checkbox]:checked + .title h3:after{
	content: '-';
    color: #616d71;
    font-weight: bold;
    float: right;
}
/*Accordeon Ende*/


/*cantienica accordion*/

.accordion:hover,.ce_accordion, .handorgel:hover {
    background-color: #ded9d7;
    cursor:pointer;
}

.ui-accordion-header-collapsed h3:after {
    content: '+';
    color: #a1100b;
    font-weight: bold;
    float: right;
}

.ui-accordion-header-active h3:after {
    content: "-";
    /*margin-left: 205px;*/
    color:#a1100b;
    float: right;
}

/*Cantienica end*/

/*Eventverwaltung*/

.ce_text_teaser{
    float: left;
    width: 80%;
    margin-top: 30px;
    
}
.ce_text_img{
    
}

.red-headline {
    color:#a1100b;
}

.layout_teaser{
    background-color:#DDDDDD4D;
    padding:20px;
    margin-bottom: 36px;
    min-height: 330px;
}
.mod_eventlist{
    width: 1340px;
    /*margin-left: auto;*/
    margin-right: auto;
}
.mod_eventlist .header{
    display: none;
}

.layout_teaser h2 {
    margin-bottom: 25px;
}

.layout-teaser_left{
    float: left;
    width: 200px;
    padding-right: 20px;
}
.layout-teaser_right{
    margin-top: -44px !important;
}

.layout-teaser_right .image_container{
    /*margin-top: -20px;*/
}

.layout-teaser_right .ce_text{
    margin-top: 22px;
    padding-right: 20px;
}
.event-timebox{
    width: 150px;
    height: auto;
    background-color:#ded9d7;
    padding: 15px 10px 30px;
}
.event-timebox-day{
    font-size: 3em;
    line-height: 0;
    padding-top:0;
    text-align: center; 
    text-transform: uppercase;
}
.event-timebox-date{
    text-align: center;
    
}
.event-timebox-time{
   text-align: center;  
}
.layout-teaser_more{
    margin-top: 35px;
}

.layout-teaser_more a{
    background-color:#a1100b;
    padding: 3px 10px;
    width: 100px;
    color: #fff;
    border: 1px solid #a1100b;
    transition:0.5s all ease-in-out!important;  
}
.layout-teaser_more a:hover{
    background-color:#fff;
    padding: 3px 10px;
    width: 100px;
    color: #a1100b;
    border: 1px solid #a1100b;
    transition:0.5s all ease-in-out!important;
}

.layout-teaser_kurs a{
    background-color:#a1100b;
    padding: 6px 15px;
    width: 100px;
    color: #fff;
    border: 1px solid #a1100b;
    transition:0.5s all ease-in-out!important;
}
.layout-teaser_kurs a:hover{
    background-color:#fff;
    padding: 6px 15px;
    width: 100px;
    color: #b4a3a0;
    border: 1px solid #a1100b;
    transition:0.5s all ease-in-out!important;
}

/*Ueber uns*/

.media--left > figure{
	margin-top: 21px;
	padding-right: 10px;
}
.media--right > figure{
	margin-top: 21px;
	padding-left: 10px;
}

.ueberuns-h3{

}
.ueberuns-span{
    font-size: 1.1em;
    padding-left: 5%;
}
.ueberuns-abstand{
    padding-left: 8%;
}

/*Formulare*/
input[type=text],input[type=tel], input[type=email], textarea {
    font-family: 'Titillium Web', sans-serif;
    width: 90%;
    margin-bottom: 15px;
    padding:.75em 1em .5em 1em;
    border-radius: 4px;
    border: 1px solid #a1100b;
    color: #a1100b;
}

.submit{
    width: 94%;
    background-color:#a1100b;
    padding: 10px 10px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #a1100b;
    transition:0.5s all ease-in-out!important;
}
.submit:hover{
    background-color:#fff;
    color: #a1100b;
    border: 1px solid #a1100b;
    transition:0.5s all ease-in-out!important;
}

.widget-explanation{
    font-size: 0.8em;
}

select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  width: 100%
} 
select{
    width: 92.5%;
    display: block;
    padding:.75em 1em .5em 1em;
    border-radius: 4px;
    border: 1px solid #a1100b;
    background-clip: padding-box;
    box-sizing: border-box;
    color: #a1100b;
    margin-left: 0px;
    background-color:white;
    background-image:url("bg/down_20x27_red.png");
    background-position: right;
    background-repeat: no-repeat;
 
}

.checkbox_container{
    border: 0;
}
.formbody{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

#schnupperkurs .formbody{
    width: 100%;
}

#schnupperkurs select, #ctrl_37 {
    width: 96%;
}
/*Footer*/
footer{
    height: 150px;
    background-color: #b1a9a5;
    color: #595654;
    padding-top: 30px;
    outline: 9px solid #b1a9a5;
    border-top: 2px solid #fff;
}

footer a{
    color: #595654;
    font-weight: 700;
}
footer p{
    line-height: 1em;
}
/*Border Footer*/
#container{
    border-bottom: #f6f6f6 solid 12px;
    padding-bottom: 5px;
    margin-bottom:15px;
}


/*Helper*/
.small-text{
    max-width: 600px;
}
.small-text-800{
    max-width: 800px;
}
.float-left{
    float:left;
}
.float-right{
    float: right
}
.float-none{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}


/*Laptop*/
@media only screen 
/*and (min-device-width : 1025px) */
and (max-device-width : 1440px) 
{ 
    
    .inner-box{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    }
    .top-50 {
	margin-top: 10px;
    }
    .top-100{
        margin-top: 20px;
    }
    .top-125{
        margin-top: 25px;
    }
    .top-150{
        margin-top: 30px;
    }
    .bottom-50{
	margin-bottom:10px;
    }
    .bottom-100{
        margin-bottom: 20px;
    }
    .bottom-125{
        margin-bottom: 25px;
    }
    .bottom-150{
	margin-bottom: 30px;
    }
	#main .inside{
		padding: 0 10px;
	}
}

/*Tablet*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px){
    .top-175{
        margin-top: 50px;
    }
	.mobil-reset{
		margin-left: 10px;
	}
    .ce_text{
        padding: 0 10px; 
    }
    .mod_customnav, .mainblock-right{
        display: none !important;
    }
    .mobile-menu-hide{
        display: block;
    }
    .mobile-dont-show{
        display: none;
    }
    .content-box-braun, .content-box-braun-400, .content-box-braun-450{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    h1{
        font-size: 1.5em;
    }
	h2{
		padding-left: 10px;
	}
    .mobile-menu-hide{
        display: block;
        padding: 6px 0 0 6px ;
    }
    .layout-teaser_kurs, .bread-nav{
        margin-left:10px;
    }
    .content-box-braun, .content-box-braun-400, .content-box-braun-450{
        width: 92.5%;
        padding: 10px 5px;
        margin-left: 2.5%;
        float: none !important;

    }
	#main .inside{
		padding: 0 10px;
	}
}

/*Mobil*/
@media only screen 
and (min-device-width : 360px) 
and (max-device-width : 767px){
    .mod_customnav, .mainblock-right{
        display: none !important;
    }
	
	.mobil-reset{
		margin-left: 10px;
	}
    .mobile-menu-hide{
        display: block;
        padding: 6px 0 0 6px ;
    }
    
    .mobile-dont-show{
        display: none;
    }
    .mainblock-left{
        margin-top: -60px; 
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .ce_text, .ce_form{
        padding: 0 10px ; 
    }
    .rose-top{
    margin-top:25px;
    }

    .top-175{
        margin-top: 50px;
    }
	.bottom-150{
		margin-bottom: 50px;
	}
    h1{
        font-size: 1.5em;
    }
	h2{
		padding-left: 10px;
	}
	.content-box-braun h2, .content-box-braun-400 h2, .content-box-braun-450 h2{
		padding-left: 0px;
	}
	
    .content-box-braun, .content-box-braun-400, .content-box-braun-450{
        width: 92.5%;
        padding: 10px 5px 10px 10px; 
        margin-left: 2.5%;
        float: none !important;

    }
    .mod_eventlist{
        width: 96%;
		margin-left: auto;
		margin-right: auto;
    }
    
    .layout_teaser{
        margin-bottom: 0;
        height: 550px;
        padding-bottm: 20px;    }
    
    .layout-teaser_left, .layout-teaser_right{
        width: 100%;
        float: left;
    }
    .ce_text_img{
        display: none;
    }
    .ce_text_teaser{
        width: 100%;
        margin-top: 30px;
        padding-bottom: 20px;
    }
    
    .literatur img{
        display: none;
    }
    .formbody{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    }
    #ctrl_37{
        width: 100%;
    }
	.literatur h2, .link h2{
		margin-left: 45px;
	}
	.literatur h2::before{
		content: url('bg/Buch50x50.png');
		display: block;
		height: 12px;
		margin-left: -55px;   
	}

	.link h2::before{
		content: url('bg/Lupe50x50.png');
		display: block;
		height: 12px;
		margin-left: -55px;   
	}
	#main .inside{
		padding: 0 10px;
	}
	.media--left > figure{
		margin-top: 21px;
		padding-right: 10px;
		width: 100%;
	}
	.media--right > figure{
		margin-top: 21px;
		padding-left: 10px;
		width: 100%;
	}
	.content-box-braun-big, .small-text-800{
		width: 100%;
	}
    
}



