/*BETRIFFT DIE GESAMTE SEITE*/

body { 
    background-color: #ffffff;
    margin:0;
    padding:0;
    font-family:montserrat, verdana,arial,helvetica,sans-serif;
    font-size:0.8em;
}

a{
    text-decoration: none;
    color: black;
}

/*STARTSEITE*/

/*
body{
    background-image: url("fachpraxis-team.jpg");
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    height: 100vh;
}
*/

body{
    height: 100vh;
    width: 100vw;
/*    overflow: hidden;*/
}

#content_first{
    display:flex;
    justify-content: center;
}


.bg-img{
    background-image: url(img/standort_marsberg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    width: 100vw;
    height:100vh;
    display: flex;
    justify-content: center;

}

.bg-logo-center{
    position: absolute;
      top: 40%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      width: 30%;
      padding: 20px;
      text-align: center;
}

.bg-logo-center img{
    width: 70%;
}

.navigationmobile{
    display: none;
}


.navigation{
      position: absolute;
      top: 80%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      width: 90%;
      padding: 20px;
      text-align: center;
        display: flex;
    justify-content: center;
    align-content: center;
}

.navigation a{
    padding: 70px 90px 70px 90px;
}

#welcome_mobile{
    display: none;
}

.buttonlogo{
    background-color: #992B27;
    text-align: center;
    text-decoration: none;
    font-size: 1.5em;
    width:30%;
    transition-duration: 0.4s;
    display: flex; 
	flex-direction: column; 
	justify-content:center;
    height:120px;
}

.center{
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    padding: 15px;
    width:30%;
    transition-duration: 0.4s;
}

.buttonergo{
    background-color: #4066AE;
    text-align: center;
    text-decoration: none;
    font-size: 1.5em;
    width:30%;
    transition-duration: 0.4s;
    display: flex; 
	flex-direction: column; 
	justify-content:center;
    height:120px;
}


.buttonlogo:hover{
    background-color: #661d1a;
    cursor: pointer;
}

.buttonergo:hover{
    background-color: #304d82;
    cursor: pointer;    
}

.buttonergo a, .buttonlogo a{
    color: #ffffff;
}

footer{
    display: flex;
    justify-content: center;
}

footer a{
    padding: 0px 10px 0px 20px;
    color: #ffffff !important;
}

footer a:visited {
    color:#ffffff !important;
}

.bg-footer{
    position: absolute;
      top: 97%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      width: 100%;
      text-align: center;
    padding: 3px;
    color: #ffffff;
}


@media only screen and (max-width: 600px){
    
/*
    #welcome_top img{
        width: 80%;
        height: auto;
    }
    
    #welcome{
        display: none;
    }
    #welcome_mobile{
        display: block;
        overflow: hidden;
    }
    
    .welcome_logo, .welcome_ergo{
        width: 100vw;
        height: auto;
    }
*/
/*
    
    #welcome_mobile img{
     display: block;
        width: 100vw;
    }
    
*/
    
    
    .bg-logo-center{
    top:30%;
      width: 70%;

}
    .navigation{
        display: none;
    }
    
    
   .navigationmobile{
        display: block;
       justify-content: center;
       flex-flow: row;
       top: 65%;
       margin: 0 auto;
       position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      width: 90%;
      padding: 20px;
      text-align: center;
    }
    .navigationmobile .button{
        width:auto;
        margin: 5px;
    }
    
    .navigationmobile a{
    padding: 50px 70px 70px 70px;
}

    
    .buttonlogo{
        width:90%;
        margin: 0 auto;
        margin-bottom: 5px;
    }

    .center{
        width:90%;
        margin: 0 auto;
    }

.buttonergo{
    width:90%;
    margin: 0 auto;
}
    
}