f/*- General -*/
@font-face {
    font-family: "Riga";
    src: url( "../fonts/Riga-Regular.ttf" ) format( "truetype" );
}
@font-face {
    font-family: "Riga-bold";
    src: url( "../fonts/Riga-Bold.ttf" ) format( "truetype" );
}
@font-face {
    font-family: "Riga-extra-light";
    src: url( "../fonts/Riga-ExtraLight.ttf" ) format( "truetype" );
}
@font-face {
    font-family: "Riga-light";
    src: url( "../fonts/Riga-Light.ttf" ) format( "truetype" );
}
@font-face {
    font-family: "Riga-black";
    src: url( "../fonts/Riga-Black.ttf" ) format( "truetype" );
}
* {

}

a:hover, a:focus{
    text-decoration: none !important;
}
.clearfloat, .clear{
    clear:both;
}
.nowrap{
    white-space:nowrap;
}

body{
    font-family: "Riga", "Arial" , "Helvetica", sans-serif;
}

#webpage .container{
    margin-right: initial;
    margin-left: initial;
}

#webpage .navbar-inverse{
    background-image: linear-gradient(to bottom,#fff 0,#fff 100%);
    border:none;
}

#webpage .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a{
    background-image:linear-gradient(to bottom,#fff 0,#fff 100%);
    box-shadow: none;
    color:grey;
}

#webpage .navbar-inverse .navbar-nav>.open>a, #webpage .navbar-inverse .navbar-nav>.open>a:focus, #webpage .navbar-inverse .navbar-nav>.open>a:hover, #webpage .navbar-inverse .navbar-nav>.open>a:visited, #webpage .navbar-inverse .navbar-nav>.open>a:active, #webpage .navbar-inverse .navbar-nav>.open>a:focus-within{
    background-color: #fff;
    background-image: linear-gradient(to bottom,#fff,#fff 100%) !important;
    box-shadow:none !important;
}

#webpage .navbar-inverse .navbar-nav>li>a:focus, #webpage .navbar-inverse .navbar-nav>li>a:hover{
     color:grey;   
}

#webpage .navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a{
    text-shadow: none;
    background-color: rgba(255,255,255, 0.8) !important;
    box-shadow: none;
}
header{
    height: 0px;
    background-color: #fff;
}

.navbar{
    min-height:5.5vw;
}
nav{
    width:100%;
    opacity:1;
    top:0px;
    position: fixed;
    z-index: 30;
    left:10px;
    height: 76px;
    background-color:#fff;
}


nav .lineplus a{
    border-right:1px solid #808080;
 }

.nav .dropdown ul a, .nav .lineplus .dropdown-menu a{
    border-left:0px solid #808080;
    border-right:0px solid #808080;
}

.nav .dropdown-menu{
    border: 0px solid #ccc;
    border-radius: 0px;
    margin: -1px 0 0;
}

#webpage .navbar-toggle{
    background-color: grey;
}

.caret {

    position: absolute;

}
.nav>li>a:hover {
 /*   background-color: rgba(111,149,185,0.7) !important;*/
}

.nav-justified>li>a {

}



/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}

.cl-effect-1 a::after {
    margin-left: 10px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}

/* anchor */
.anchorposition{
   position:relative;
}

.anchor{
   position:absolute;
   top:-80px;
}

.anchorkontakt{
    position:absolute;
    top:-400px;  
}

header .headlogo img{
    width:40vw;
    display:block;
    position: absolute;
    top:-3px;
    right:-50px;
}

.image1{
    background-color: #fff;
    margin-top: 0px;
    background-image: url(../images/farnblatt_tuerkis_verlauf.jpg);
    background-position:0px 20px;
    background-attachment: fixed;
    background-size: 120%;
    background-repeat:no-repeat;
    padding-bottom: 50px;
    padding-top: 0px
}

.image1 h5{
     font-family: "Indie Flower",cursive; 
     font-size:3vw;
     color:#0e7064;
     padding-left: 50px;
}

.headtext{
    float:right;
    margin-right:20vw;
}

#bpphome .headtext h1{
    margin-top: 111px;
    letter-spacing: 0.08em;
    color:#000;
    font-size:2.1vw; 
    text-align:right;  
}
#bpphome .headtext h2{
    margin-top:-10px;
    font-family: "Riga-light";
    color:#000;
    text-transform: uppercase;
    font-size:6.5vw;
    text-align: right;


}
#bpphome .headtext h2 strong{
    font-family:"Riga-black";  
}
#bpphome .headtext h3{
    font-family: "Riga-extra-light", "arial", sans-serif;
    font-size:3vw;
    color:#0e7064;
    padding-left: 50px;
}

/*.conettxt .clearfloat{
    margin-top: 60%;
}*/

.space{
    height:100px;
}

.space_only{
    height:50px;
}

.whitespace{
/*    background-image: url(../images/conet_ag_soft_rechts.jpg);
    background-size: 100%;
    background-position-y: center;*/
    background-color:#fff;

}

.line{
    margin-top:20px;
    border-bottom:1px solid black;
    margin-bottom: 20px;
}



/*-----------Vorab infos Therapieangebote-------------------------*/

.vorabinfos ul{
    padding-left:100px;
    text-align: left;
}

.vorabinfos ul li{
    line-height: 2.0em;
    letter-spacing: 0.02em;
    font-size: 1.8em;
    color:#808080;
/*  list-style-type: none;*/
}

.vorabinfos img{
    display:block;
    margin:auto;
}
.titel{
    margin-top:40px;
}
.titel p{
    color:#808080;
    font-size: 1.5em;
    line-height: 1.8em;
}

.titel p strong{
color:#000;
}

.titel h4{
    margin-bottom: 30px;
    font-family: "Indie Flower",cursive; 
   text-align: center;
    color:#077969;
    font-size: 3.5em;
}

.vorabinfos .infotext{
    height: 110px;
}

.jumbotron .h1, .jumbotron h1 {
    font-size: 26px;
    color:#077969;
}

#praxis{
    margin-top:50px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color:#eee;
}

.praxisimages img{
    margin-top: 10px;
    height: 250px;

}

.praxisimages h3{
    font-size: 2.7em;
}

.praxisimages p{
    font-size: 1.2em;

}




/* uebersicht Termine */
.headtext{
    color:#077969;
    margin-bottom: 50px;
}
.fond_1{
    padding:10px;
    background-color:#fff;
}

.fond_1 button{
    margin-top: -60px;
    float:right;
}
.fond_1 h1{
    font-family: "Indie Flower",cursive;
}

.fond_1 h2{
    font-size: 27px;
    color:#077969;
}
.fond_1 h3{
    font-size: 20px;
    margin-top: -5px;
}
.fond_1 h3 span{
    display: block;
    font-size: 16px;
}
.fond_1 p{
    font-family: "Riga-light";
    font-size: 1.2em;
}

.firstinfo{
    background-color:#b5e1db;
}
.firstinfo p{
    font-family: "Riga-extra-light", "Arial" , "Helvetica", sans-serif;
    font-size: 1.2em;
    line-height: 1.9em;
    padding-left:45px;
    padding-right: 45px;
}
.firstinfo ul{
    margin-left: 30px;
    margin-right: 30px;
    font-family: "Riga-extra-light", "Arial" , "Helvetica", sans-serif;
    background-color: rgba(255,255,255,0.5);  
    padding:30px 60px;
}
.firstinfo ul li{
    padding-bottom: 20px;
    font-size: 1.3em;
    line-height: 1.4em;
}
.more{
    width: 200px;
    cursor: pointer;
    color: #077969;

}

.more:hover{
   opacity: 0.5;

}

.danceforyou h1{
    font-size: 2.5em;
    color: #077969;
    font-family: "Indie Flower",cursive;
}

.danceforyou h4{
    font-size: 2.2em;
}

.danceforyou table{
    margin-top: 30px;
    background-color:  rgba(255,255,255,0.5); 
    padding:30px;
    padding-left: 50px
}
.danceforyou table tr td:first-child{
    width: 30%;
    padding-left:10%;
}

.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
    border-top:0px dashed #fff;
    letter-spacing: 0.02em;
    font-size: 1.2em;
    font-weight: normal;
}

.womenday h5{
    color: #077969;
    font-size: 2.5em;
    font-family: "Indie Flower",cursive; 
}


.date h3 span{
    font-size: 0.6em;
}

.date a{
    color:#0dab95;
}
.date a:hover{
    opacity: 0.5;

}



/* -------------------Footer---------------*/
.footer {
    margin-top: 50px;
    background-color: #077969;
    background-image: url(../images/title_pp_pur.jpg);
    background-repeat: no-repeat;
    background-size:100% 100%; 

}   

.footer .infos{
    padding-bottom: 10px;
    background-color: rgba(250,250,250, 0.5);
}

.footer .infos p{
    font-size: 16px;
}

.footer h2{
    margin-bottom: 50px;
}
.footer .infos p a{
    color:#000;

}
.footer .infos p a:hover{
    text-decoration: none;
    opacity: 0.5;
    
}
.impressum p{
    color:#fff;
    float:right;
}
.impressum a{
    font-size: 0.7em;
    margin-top: 10px;
    letter-spacing: 0.05em;
    color:#fff;
}

.impressum a:hover{
    text-decoration: none;
    opacity: 0.5;
}



/*--------------Impressum----------------*/
.imageimpressum{
    background-color: #fff;
    margin-top: 83px;
    background-image: url(../images/medien_sw.jpg);
    background-size: 100%;
    background-repeat:no-repeat;
}

.impressumtxt{
    margin-top:-500px;
    margin-bottom: 50px;
}

#conetimpressum .impressumtxt h3{
    letter-spacing: 0em;
    text-align: left;
}

#conetimpressum .impressumtxt h4{
    margin-top: 50px;
    font-weight: bold;
}
