/* Styles für Ursula */
/* @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro|Tangerine'); */
@import "fonts-google.css";

body { 
    font-family: 'Source Sans Pro', sans-serif; 
    font-size: 1em;
  
}
#mainView {
   
    height: 90%;
}

#mainImage { 
    margin-bottom: 1%;
    width: 70%; 
    border: 1px solid rgb(148, 193, 30);
}

.smallView {
    margin-left: 5%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding: 0px;
   
    width: 20%;
    display: block;
}

.smallImage { 
    
    float: left;
    width: 100%;    
    height: 100%;
    border: 1px solid rgb(148, 193, 30);
    
}
.smallImage:hover { 
        
    border-bottom: rgb(148, 193, 30) 8px groove;
    border-right: rgb(148, 193, 30) 6px groove;
   
}  

.imgborder {
    border-bottom: rgb(148, 193, 30) 8px groove;
    border-right: rgb(148, 193, 30) 6px groove;
}
.hintergrund {
    background-color: white
}
#design-innen {
    margin-left: 2%;
    margin-right: 2%;
    background-color: white;
    text-align: left
}
#design-navbar {
    
    margin-left: 2%;
    margin-right: 2%;
    font-size: 70%
}
#nav-farbe {
    color: rgb(100, 100, 100)!important;
    font-size: 1.8em;
}
#design-footer {
    font-size: 70%;
    color: rgb(100, 100, 100)
}
.zentriere-spalte {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.knopfgr {
    width: 100%;
    height: 100%;
    border: 1px solid;
    border-color: rgb(148, 193, 30)
}
.listung{
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}
.form-control {
   width: 80%!important;
   margin-left: 1%!important
}
hr{
    margin-top: -1%;
    border: 0;
    width: 100%;
    height: 5px;
    background-color: rgb(148, 193, 30);
    
    }
.trennstrich{
    border: 0;
    width: 70%;
    height: 3px;
    background-color: rgb(148, 193, 30);
}

#rahmen-rechts {

    max-width: 20em;
    margin-left: auto;
    margin-right: auto;
    border-left: rgb(148, 193, 30) 4px solid;
    background-color: rgb(225, 220, 220);    
}

.rahmen-links {

    max-width: 60em;
    margin-left: auto;
    margin-right: auto;      
}

.logo_rechts {
    
    background-image:url("../pictures/LOGO_Transparent.gif");
    background-size: 60%, contain;
    height: 0;
    background-repeat:no-repeat;
    background-position: center;
    padding-top: 90%;
    position: relative;

}
.kbild {
 display: flow-root;
    
}
#kachel {
    width: 100%;
    height: 100%;
    border: 1px solid;
    border-color: rgb(148, 193, 30);
    background: transparent
}
#kachel :hover {
    border: 4px solid;
    border-color: rgb(148, 193, 30);  
}
#kachelhi {
    width: 30%;
    height: 30%;
    border: none;
    background: transparent ;
}
#kachelhi :hover {
    width: 100%;
    height: 100%;
    border-bottom: rgb(148, 193, 30) 8px groove;
    border-right: rgb(148, 193, 30) 6px groove;
    
}
a.dateneinblenden span {
    display:none;
        
}
a.dateneinblenden:hover span {
    display:block;
        position: absolute;
        z-index: 99;
        width: 300px; 
        top:3em;
        left:3em;
        border: 2px solid;
        border-color: rgb(148, 193, 30);
}
.fb {
    position: absolute;
    display: block;
    bottom: 40%;
    left: 60%;
    width: 15%;
    border-right: none!important;
    border-bottom: none!important;
}
a.zoomout span{
    display:none;
}
a.zoomout:hover span {
    display:block;
        position: absolute;
        z-index: 99;
        width: 96%;
        top:8em;
        left:2%;
        border: 2px solid;
        border-color: rgb(148, 193, 30);
}
#preistab { 
        padding:0.3em 0.5em;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: center;
}
#termintab { 
    padding:0.3em 0.5em;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
#termintab th {
    padding: 1em 0.7em;
}
#oefftab { 
        padding:0.3em 0.5em;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: center;
}

td {
    padding: 1em 0.7em;
}
.kachel-klein {
    width: 100%;
    border: 1px solid rgb(148, 193, 30) ;
    font-size: 1.5 em;
    text-align: center;
    
}
/*
div.textvs p {
    width: 10%;
    display:none;
    transition: width 0.3s;

        
}
*/
div.textvs p {
    display:block;
        position: relative;
        text-align: left;
  		padding-left: 2%;
        z-index: 99;
        width: 100%; 
        border: 2px solid;
        border-color: rgb(148, 193, 30);
       
}
#tel-paragraph {
    border: 2px solid rgb(148, 193, 30);
    text-align: center;
    font-size: 1em;

}