
.topmenu {
    position: absolute;
    left: 80%;
    margin-top: 10px;
    z-index: 999;
}

.bild-links{
    background-image:url(bilder/Simone-Franz.jpg);
    height: 90%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50%;
    position: absolute;
    right: 55%;
    bottom: 0px;
    background-position: right;
}
#content {
    position: absolute;
    width: 400px;
    left: 50%;
    margin-top: 10%;
    margin-bottom: 180px;
}
#spacer{
    display: block;
    margin-top:50px;
}


li {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 78px;
    margin-left: -98px;
    margin-bottom: -35px;
    color: #7fb2e1;
    font-weight: normal;
}

ul {
    font-family: 'ClubTypeW01-MediumItali', serif;
    font-size: 26px;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 50px;
    color: #b89d7b;          
    list-style-image: url('bilder/bullet.png');
}

.impressum ul{
    font-family: verdana;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    margin: 0 0 0 -12px;
}

p {
    font-family: 'ClubTypeW01-MediumItali', serif;
    line-height: 22px;
    font-size: 17px;
}

.impressum p {
    text-align: left;
    font-family: verdana;
    font-size: 13px;
    line-height: 19px;
}

h2 {
    font-size: 29px;
    color: #7fb2e1;
    font-weight: normal;
}

li {      
}

body {
    font-family: 'ClubTypeW01-MediumItali', serif;
}

a.button {
    background-color: red;
    padding: 20px 40px;
    font-family: 'ClubTypeW01-MediumItali';
    text-decoration: none;
    color: white;
    font-size: 26px;
    border-radius: 5px;
    background-color: #80b3e1;            
    background: linear-gradient(#80b3e1, #5682A9);
    box-shadow: rgb(63, 63, 63) 0px 2px 2px 0px;
    text-shadow: rgb(73, 73, 73) 0px 1px 1px;
    margin-bottom: 20px;
    display: inline-block;
}
a.button:hover {
    background-color: #99CFFF;   
    background: linear-gradient(#9BCAF4, #83B4DF);   box-shadow: black 0px 2px 2px 0px;
}
a.button:active {
    background-color: #99CFFF;   
    background: linear-gradient(#9BCAF4, #83B4DF);   
    box-shadow: black 0px 0px 0px 0px;
    padding: 18px 40px;
}

a.mail {
    text-decoration: none;
    color: black;
}
a.mail:hover {
    text-decoration: underline;
    
}

a.flagge {
    text-decoration: none;
}

.nodisplay{display:none;}


.bottom-menu {
    position: relative;
    display: block;
    width: 100%;
    font-family: verdana;
    font-size: 12px;
    text-align: left;
}

a.text {
    color: #a0a0a0;
    text-decoration: none;
}

a.text:hover {
    color: black;
}

/*---------------- SCREEN LOW -----------*/

@media screen and (max-height: 700px) {
    
    #content { margin-top: 7%;}
    
    .bild-links{right:55%;}
    
    h1 {
    font-size: 50px;
    margin-left: -98px;
    margin-bottom: -28px;
    }

    ul {
      font-size: 20px;
      line-height: 24px;
      margin-top: 24px;
      margin-bottom: 37px;
    }   

    p {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 48px;
    }

    h2 {
    font-size: 25px;
    }

}

@media screen and (max-height: 415px) {
    .bild-links {  right: 63%;}
}


/*----------- MOBILE ------------*/
@media screen and (max-width: 640px) and (min-width: 200px)  {

.bild-links{
    background-image:url(bilder/Simone-Franz-mobile.jpg);
    height: 280px;
    width: 100%;
    background-size: 267px;
    background-repeat: no-repeat;
    position: inherit;
    right: inherit;
    bottom: inherit;
    background-position: inherit;
      border-bottom: solid 9px #7fb2e1;
}
#content {
    float: left;
    width: 100%;
    left: auto;
    margin-top: 0%;
    margin-bottom: 180px;
}

.impressum p {
    padding: 0 30px;
    text-align: left;
    font-family: verdana;
    font-size: 13px;
    line-height: 19px;
}

.bottom-menu { text-align: center; }

    
h1 {  font-size: 48px;  margin-left: 0px;  margin-bottom: -25px;   margin-top: 20px;text-align: center;}
h2 {  font-size: 25px;text-align: center;  margin-right: 20px;  margin-left: 20px;}

.impressum h1 {  text-align: left; margin-right: 30px; margin-left: 30px; }
.impressum h2 {  text-align: left; margin-right: 30px; margin-left: 30px; }
    
ul{margin-top: 20px;  margin-bottom: 30px;list-style-position: inside;  margin-left: -50px; text-align: center;}
p {text-align: center;}
a.button { margin: 0 auto 25px auto; display: block; width: 181px;}
    