/* inistilising */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html {
    color: rgb(255, 255, 255);
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* end inistilising */


/* general settings */

* {
    box-sizing: border-box;
}

h1 {
    font-size: 40px;
}



h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 19px;
}

h6 {
    font-size: 17px;
}

span {
    display: block;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}


/* end general settings */


/* boxes */

.box {
    position: relative;
    float: left;
    padding: 20px;
    cursor: pointer;
    cursor: hand;
}

li#nav-institute{
    background-color: rgba(158, 144, 209, 1);
    height: 100%;
    width: 100%;
}

#top_pic {
    background: url("images/praxis_out_long.jpg") bottom no-repeat;
    background-size: cover;
    opacity: 0.6;
}

li#nav-person{
    background-color: darkseagreen;
    height: 100%;
    width: 20%;
}

li#nav-contact{
    background-color: rgb(227, 114, 88);
    height: 100%;
}

li#nav-pic{
    background: url(images/praxis_in.jpg) no-repeat center;
    background-size: cover;
    height: 100%;
    width: 21%;
}

.notdisplayed {
    display: none;
}


/* end boxes */



.icon_pic {
    position: absolute;
    right: 30vw;
    z-index: -1;
}



#institute {
    color: rgb(255, 245, 255);
    z-index: 2;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

body {
    font-family: sans-serif, "Book Antiqua", Palatino, serif;
    font-size: 14px;
    background-color: rgb(255, 203, 155);
    text-align: center;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}



.astra {
    position: absolute;
    top: 30vh;
    left:40vw;
    opacity: 0.5;
    width: 20vw;
    max-width: 600px;
    z-index: -1;
    border-radius: 999px;
    
}

.inst-box {
    padding-top: 20px;
    width: 50%;
    float: left;
    font-size: 24px;
}

hr {
    width: 250px;
    color: rgb(255, 205, 25);
}

.nav-wrapper {
    z-index: 10;
    position: fixed;
    bottom: 10vh;
    height: 20vh;
    min-height: 100px;
}

.inst-middle {
    
}

.inst-box h3,.inst-title h1,.sub-title {
text-align: center;
    color: rgb(255, 205, 25);
}
.sub-title{
    padding-top: 40px;
}





.center {
    text-align: center;
}

.wrapper {
    height: 86vh;
}

#top .enum {
    font-size: 22px;
    color: rgb(209, 103, 4);
}

.enum {
    display: inline-block;
    font-size: 22px; 
}
.enum:hover{
    color: rgb(255, 205, 25);
}

   




.pause {
    padding-bottom: 20px;
}

.s1 {
    width: 80%;
    margin: auto;
}

.s2 {
    width: 70%;
    margin: auto;
}

.s3 {
    width: 60%;
}

.s4 {
    width: 50%;
}


/* institute */


.right dl{
    margin-right: 30%;
    text-align: right;
}
.left dl{
    margin-left: 30%;
    text-align: left;
}

.inst-box dl {
    font-size: 16px;
    overflow: hidden;
}

.inst-box dt {
    padding: 5px;
}


/* end institute */

/* vita */

.contact-box dl,
#vita dl {
    color: black;
    font-size: 16px;
    width: 100%;
    text-align: left;
    overflow: hidden;
}

.contact-box dt,
#vita dt {
    text-align: right;
    width: 90px;
    float:left;
    clear: both;
}
#vita dt, #vita dd{
    background: rgba(255,255,255,0.5);
    margin-top:5px;
    padding: 5px;
}

.contact-box dd {
    margin-top:5px;
    padding-left: 5px;
}
#vita dd{
    margin-left: 5px;
    width: 89%;
    text-align: left;
    float: left;
    padding: 5px;
}



/* end vita */


.inst-title {
    padding: 20px;
}

.vita {
    background-color: darkseagreen;
    height: 100%;
    width: 22%;
}

.contact-title {
    color: rgba(255,255,255,0.8);
    margin: 40px;
}

.contact-box {
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 22px;
    height:150px;
    margin-bottom: 20px;
    width: 45%;
    color: black;
}
.float-left{
    float: left;
}

#circle {
    width: 20vw;
    height: 20vw; 
    position: absolute;
    top: 207px;
    left: 50%;
    margin-left: -80px;
    display: block;
}
circle { fill: aqua}

.float-right{
    float: right;
}

.float-left:before, .float-right:before {
    content: "";
    margin-top: 350px;
    width: 8vw;
    height: 40px;
}
.float-left:before {
    float: right; 
    shape-outside: circle(farthest-side at right);
}
.float-right:before {
    float: left; 
    shape-outside: circle(farthest-side at left);
}



.map {}

.top-title {
    position: absolute;
    top: 40vh;
    right: 25vw;
    text-align: right;
    color: rgb(234, 118, 9);
}

.top-title h2 {
    color: rgb(209, 103, 4);
}


.icon {
    height: 100vh;
    width: auto;
}

.title-small {
    font-size: 24px;
}
.img-box {
    overflow: hidden;
    width: 90%;
    margin: 40px auto;
    height: 400px;
}
.img-box img{
  width:100%; 
}

.sub-img {
    margin: auto;
    width: 90%;
    cursor: pointer;
}
.sub-img div{
    float: left;
    background-size: cover;
    height: 100px;
    width: 200px;
}

.img1 {
    background: url(images/praxis_in.jpg);
}
.img2 {
    background: url(images/praxis_out.jpg);
}

.opaque {
    opacity: 0.6;
}
.not-opaque {
    opacity: 1;
}

.demo:hover {
    opacity: 1;
}

.clear {
    clear: left;
}

.wrap {
    background-size: cover;
    height: 20vh;
    width: 90%;
    margin: auto;
}
.phone{
    background: url(images/Mh_Telefonzelle_gelb.jpeg);
    
}
.map{
    
}
.mail{
    
}

li#nav-home{
    background: url(images/icon2.gif) no-repeat;
    background-size: contain;
    background-position: center;
    background-color: rgb(255, 203, 155);
}
.link-text:hover{ 
    border-radius: 60px;
background: rgb(144,187,144);
}

.mySlides {
    height: 100%;
    width: auto!important;
    
}

.sublinks {
    
}

.quot {
    width: 95%;
    padding: 10px;
    margin: auto;
    margin-bottom: 10px;
    font-size: 22px;
        color: rgb(255, 205, 25);

}

.sentbeg {
    display: inline;
    font-size: 21px;
}



.title-div {
    background-color: rgba(200,55,55,0.6);
    margin: 20px 0px;
    padding: 2px;
    width: 100%;
}

.info {
    line-height: 150px;
display: inline-block;
}

.nav {
    
}





#nav{
    display: table;
    height:100%;
    width: 100vw;
}

nav {
    height: 100%;
}

#sub-nav-person {
    display: none;
    text-align: center;
  vertical-align: middle;
    height: 100%;
    width: 100%;
}

.nav-link:hover{
    color: rgb(255, 205, 25);
}

li.cell{
    display: table-cell;
  text-align: center;
  vertical-align: middle;
   width: 20%;
}




#sub-nav-vita {

}

#sub-nav-methods {
    
}

#sub-nav-institute {
    display: none;
    height: 100%;
    
}

#sub-nav-lessons {
    
}

#sub-nav-meditation {
    
}

.nav-link-sub {
    display: block!important;
    width: 100%!important;
    height: 50%;
    padding-top: 15px;
}

li {
    cursor: pointer;
}


.display{
    display: block!important;
}

.methoden-back-content {
    position: absolute;
    top: 20vh;
    left:32vw;
    z-index: 2;
    height: 62vh;
    width: 60vw;
    overflow: scroll;
    padding: 20px 40px 40px;
    margin: auto;
    text-align: left;
    font-size: 18px;
}
.title {
    text-shadow: 0px 3px 0px #b2a98f,
                 0px 34px 30px rgba(0,0,0,0.1);
}

#methoden-back-nav {
    position: absolute;
    top: 20vh;
    left:5vw;
 text-align: left;
    font-size: 20px;
     text-shadow: 0px 3px 0px #b2a98f,
                 0px 34px 30px rgba(0,0,0,0.1);
    
    
}



#methoden-back-nav li{
    padding-bottom: 15px;
    height: auto;
    width: 30vw;
}
li.hasCont:hover{
    color: rgb(255, 205, 25);
}

#methoden-back-nav ul {
     padding-top:50px;
    font-size: 18px;
}



#vita-content {
    margin:20px auto;
    width: 70vw;
}



.content {
    height: 100%;
    overflow: scroll;
}









.fa {
    vertical-align: middle;
    padding-right: 10px;
}

p {
    color: black;
}

.methoden {
    position: absolute;
}

.active {
    color: rgb(255, 205, 25);
    
}

.noCont {
    color: rgb(230,230,230);
    cursor: default;
}

#kinesiologie {
    padding-top: 10vh;
    text-align: center;
    line-height: 2;
}

.fa-quote-right {
    float: right;
    margin-top: 10px;
}

.fa-quote-left {
    margin-top: 10px;
    color: rgb(255, 205, 25);
   text-shadow: 0px 2px 0px #b2a98f,
                 0px 34px 30px rgba(0,0,0,0.1);
    font-size: 22px;
}

.sphere {
    position: absolute;
    color: black;
      top: 30vh;
    left:40vw;
    text-align: center;
    font-size: 24px;
    width: 20vw;
    line-height: 20vw;
    height: 20vw;
    max-width: 600px;
    border-radius: 999px;
    opacity: 0.2;
}

#intro-sphere {
    background-color: aliceblue;
    
}

#inhalt-sphere {
    background-color:cornflowerblue;
}

.mond {
    width: 20vw;
    z-index: -1;
}
.quadrat{
    margin: auto;
    width:auto;
    height:15vw;
}

#meditation {
    font-size: 24px;
    
}

#ausbildung-intro {
    font-size: 18px;
    color:black;
}

#termine{
    width: 45vw;
    padding-left: 25%;
    text-align: left;
    line-height: 1.5;
    
}
#termine dt{
    float:left;
    padding-left: 5px;
    min-width: 220px;
    color:rgb(207,201,229);
}

#termine dd{
color:rgb(217,211,189);
    float: left;
}



#intro-left {
    
}



.half-box {
    width: 50%;
    padding: 0px 40px ;
    text-align: left;
}





.test {
   
}

#termine-title {
    padding-top: 20px;
color: rgb(255, 205, 25);
}

.float-left1 {
    float: left;
}

.float-right1 {
    float:right;
}

.hahah {
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
}

.img3 {
    background: url(images/praxis_long.jpg);
    
}

.img4 {
    background: url(images/praxis_out_long.jpg);
    
}

.img5 {
    background: url(images/praxis_out_long2.jpg);
    
}
