/*BETRIFFT DIE GESAMTE SEITE*/

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

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

p, li{
    line-height: 200%;
}


#logo_content_behandlung_mobile{
    display: none;
}

/*LOGOPÄDIE*/



.ueberschrift{
    padding-top: 50px;
    padding-left: 100px;
}

.about{
    background-color:#ffffff;
}



.topnav {
  background-color: #ffffff;
    overflow: hidden;
    vertical-align: middle;
    display: flex;
    flex-flow: row;
    align-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    z-index:2;
    width: 100vw;
}


.topnav a {
  float: left;
  text-align: center;
  padding: 20px 22px;
  text-decoration: none;
  font-size: 15px;
    margin-left: 50px;
}

.topnav a.split {
  float: right;
  background-color: #1091CD;
  color: white;
}

.split:hover{
    background-color: #0B6D9B !important;
}

/* The container <div> - needed to position the dropdown content */
.behandlung-dropdown {
  position: relative;
  display: inline-block;
}









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


#background{
    background-image: url(img/header-logo.jpg);
    background-size: cover;
    background-position: center;
    width: 100vw;
    height:100vh;
    display: flex;
    justify-content: center;
    z-index:1;
    margin-top:50px;
}

.mobile{
    display: none;
}

#welcome{
    display: flex;
    justify-content: center;
}
.logo_welcome_left{
    width:60vw;
    background-color: #ffffff;
/*    position: absolute;*/
    top:0;
    margin-top: 70px;
    padding: 50px 100px 50px 100px;
}
.logo_welcome_left h1{
    margin-bottom: 50px;
}

.logo_welcome_right{
    color: #ffffff;
    width:40vw;
    margin: 150px 100px 50px 50px;
}

.logo_welcome_right div{
    background-color: #A50909;
    padding: 50px 50px 50px 50px;
    
}

.logo_content{
    margin-top: 50px;
/*    background-color: #ffffff;*/
    width:65vw;
    margin: auto;
}

.logo_content_behandlung{
    margin-top: 70px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
}

.logo_content_behandlung #tab_behandlung{
    width:65vw;
}

#tab_behandlung h2{
    margin-bottom: 30px;
}

.logo_content_behandlung_mobile{
    display: none;
}


.accordion {
  background-color: #ffffff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #E7CCCC; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

/*************** TABS BEHANDLUNG *************/

/* Style the tab */
.tab {
    overflow: hidden;
    border: none;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #E7CCCC;
/*    border-bottom: 3px solid #1091CD; */
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #A50909;
    color: #ffffff;
/*    border-bottom: 3px solid #1091CD; */
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 50px;
    background-color: #E7CCCC;
/*
    border: 1px solid #ccc;
    border-top: none;
*/
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}





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


#content_methoden{
    width:65vw;
    margin:70px 0px 70px 0px;
}

.methoden{
    display:flex;
    justify-content: center;
    align-content: center;
}

.methoden a{
    padding: 20px 30px 20px 30px;
    text-align: center;
}

.methoden a:hover{
    color: #A50909;
    border-bottom:2px solid #A50909;
}









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


#content_kooperationen{
/*    width:65vw;*/
    margin:0px 0px 100px 0px;
}

#kooperationen{
    display:flex;
    justify-content: center;
    align-content: center;
    width:80vw;
    margin:50px 0px 0px 0px;
}

#kooperationen div{
    text-align: center; 
    background-color: #E7CCCC;
    padding: 5%;
    margin-left: 3%;
    margin-right: 3%;
}

#kooperationen img{
    width: 30%;
}



#logo_content_standorte{

}

#marsberg{
    display:flex;
    justify-content: center;
    align-content: center;
    margin:0px 100px 0px 100px;
}

#marsberg > div{
    margin:0px 10px 0px 10px;
/*    background-color: #C3E3F1;*/
    padding: 20px;
    width: 100%;
}










#footer{
    background-color: #A50909;
    color:#ffffff;
    padding: 30px 0px 30px 30px;
}

#footer p{
    font-size: 0.8rem;
    line-height: 150%;
}

#footer a{
    color: #ffffff;
}


#footer .container{
    display: flex;
    justify-content: center;
    margin: auto;
}

#footerblock .container{
    display: block;
}

#footerleft{
    width:50%;
}

#footerright{
    width:50%;
    text-align: center;
}

#footerright img{
    height: 300px;
    width:300px;
    overflow: hidden;
    
}


#content_footer{
    width:70vw;
    margin:70px 0px 70px 0px;
}

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

.instagram-link{
    display: flex;
    flex-flow: row;
    vertical-align: middle;
    align-content: center;
    align-items: center;
}


/*
#footerlocations{
    display: flex;
}
*/

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

#footercopyright p{
    padding: 0px 10px 10px 0px;
    color: #ffffff;
}




/********************** ABOUT ***********************/

.team{
    display: flex;
    justify-content: center;
}


.teamfotos{
    width:85vw;
    margin:50px 0px 50px 0px;
}

.row{
    display: flex;
}

.stellenanzeige{
    padding-left: 200px;
}

/*
.team table{
    width: 100%;
    margin: 0;
}
*/


.containerteam {
    position: relative;
    width: 50%;
    margin:8px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #A50909;
}

.containerteam:hover .overlay {
  opacity: 1;
}

.teamname {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}




/* Slideshow container */
.slideshow-container {
  max-width: 70vw;
  position: relative;
  margin: auto;
    margin-top: 50px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}



/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


/********************* ZUSATZ *******************/

.logo_behandlung{
    padding: 70px 100px 70px 100px;
    background-color: #ffffff;
}


.logo_behandlung_inhalt{
    display: flex;
    flex-flow: row;
}

.liste{
    width: 60%;
}



.collage{
    width:50%;
    align-self: center;
}


.logo_behandlung_inhalt li{
    list-style-type: none;
    padding: 30px 0px 15px 30px;
}

.logo_behandlung_inhalt a{
    padding: 30px 0px 15px 0px;
}

.logo_behandlung_inhalt a:hover{
    color: #A50909;
    border-bottom:2px solid #A50909;
}



/********* UNTERSEITE BEHANDLUNGSBEREICHE ***************/

.header{
    position: relative;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;    
}

.header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  opacity: 0.2;
  z-index: 1;
}

.header .container {
  position: relative;
  z-index: 2;
    justify-content: center;
    align-items: center;
    height: 80%;
    margin-top: 250px;
}

.header p{
    text-align: center;
    color: white;
    font-size: 4rem;
    font-weight: 700;
}

.video{
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}

.backto_behandlung{
    padding: 50px 50px 20px 50px;
    background-color: #ffffff;   
}

.zelle{
    display: flex;
    flex-flow: row;
    padding-bottom: 100px;
}

.zelle div{
    width:50%;
    padding: 0px 20px 0px 20px;
}












/********* ZUSTATZ ****************/



/********* JOBS ******************/

#logo_content_jobs{
    width:50%;
    padding:80px;
    justify-content: center;
}



/********** MOBILE SACHEN AUSBLENDEN FÜR PC ANSICHT ************/



.nav_mobile{
    display:none;
}



/********* TABLET ***************/

@media only screen and (max-width: 1320px){
    
    a{
        color:black;
    }
    
    
    #background{
        display: none;
    }
    
    body{
        font-size:0.8em;
        width:100vw;
        overflow-x: hidden;
        max-width: 100vw;
    }
    
    
    .topnav{
        display:none;
    }
    
    .nav_mobile{
        display:block;
    }
    
    .nav_mobile {
      overflow: hidden;
      background-color: #E7CCCC;
      position: relative;
    }

    /* Hide the links inside the navigation menu (except for logo/home) */
    .nav_mobile #myLinks {
      display: none;
    }
    
    #myLinks a{
        color: #A50909;
        padding-left: 40px ;
    }
    
    #myLinks .split{
        background-color: #0B6D9B;
        color: #ffffff;
    }

    /* Style navigation menu links */
    .nav_mobile a {
      color: white;
      padding: 14px 16px;
      text-decoration: none;
      font-size: 17px;
      display: block;
    }

    /* Style the hamburger menu */
    .nav_mobile a.icon {
      background: #A50909;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
    }


    /* Style the active link (or home/logo) */
    .active {
      background-color: #A50909;
      color: white;
    }
    
    #welcome{
        display: block;
        width: 100%;
    }
    
    .logo_welcome_left{
    width:80%;
    background-color: #ffffff;
        margin-top: 30px;
        padding: 20px 0px 20px 40px;
    }
    .logo_welcome_left h1{
        margin-bottom: 50px;
    }

    .logo_welcome_right{
        color: #ffffff;
        width:80%;
        margin: 20px 0px 20px 40px;
    }

    .logo_welcome_right div{
        background-color: #A50909;
        padding: 20px 20px 20px 40px;

    }
    
    
    
    .ueberschrift{
        padding-top: 50px;
        padding-left: 50px;
    }
    
    
    .logo_content{
        padding: 20px 0px 20px 40px;
        width:80%;
        margin: 30px 0px 0px 0px;
    }
    
    
    
    .logo_content_behandlung{
        display: none;
    }
    #logo_content_behandlung_mobile{
        display: block;
        width: 80%;
        margin: 20px 0px 20px 40px;
    }
    

    
    
    #logo_content_methoden{
    display: block;
    }


    #content_methoden{
        width:80%;
        margin: 20px 50px 20px 40px;
        display: block;
    }

    .methoden{
        display:block;
    }
    .methoden a{
        display:block;
        text-align: left;
    }
    
    
    
    
    .container{
        margin:0;
    }
    
    #footercontact{
        justify-content: flex-start;
        padding-left:50px;
    }
    
    #footerright{
        text-align: start;
    }
    
    .mobile{
        display: block;
    }
    
    
    
    
    
    /************** BEHANDLUNGSMETHODEN ***************/
    
    
    .logo_behandlung{
    padding: 20px 50px 20px 50px;
    background-color: #ffffff;
}

    .logo_behandlung_inhalt{
        display: block;
    }
    
    .collage{
        display: none;
    }

    .liste{
        width: 100%;
    }
    
    .logo_behandlung_inhalt ul{
        padding-left: 20px;
    }
    
    .logo_behandlung_inhalt li{
        list-style-type: none;
        padding: 20px 0px 20px 0px;
    }

    .logo_behandlung_inhalt a{
        padding: 20px 0px 20px 0px;
    }

    .logo_behandlung_inhalt a:hover{
        color: #A50909;
        border-bottom:2px solid #A50909;
    }

    
    
    /************** UNTERSEITEN ***************/
    
    .header{
        display: none;
    }
    
    .backto_behandlung{
        padding: 20px 0px 20px 30px;
        background-color: #A50909;   
    }
    
    .zelle{
        display: block;
        padding-bottom: 30px;
    }
    
    .zelle div{
        width:100%;
        padding:0px;
    }
    
    
    
    
    
    
    
    #logo_content_jobs{
    width:80%;
    padding:30px;
    justify-content: center;
}
    
    
}









/********* SMARTPHONE ***************/


@media only screen and (max-width: 600px){
    
    a{
        color:black;
    }
    
    #background{
        display: none;
    }
    
    body{
        font-size:0.8em;
        width:100vw;
        overflow-x: hidden;
        max-width: 100vw;
    }
    
    
    
    #welcome{
        display: block;
        width: 100%;
    }
    
    .logo_welcome_left{
    width:80%;
    background-color: #ffffff;
        margin-top: 30px;
        padding: 20px 0px 20px 40px;
    }
    .logo_welcome_left h1{
        margin-bottom: 50px;
    }

    .logo_welcome_right{
        color: #ffffff;
        width:80%;
        margin: 20px 0px 20px 40px;
    }

    .logo_welcome_right div{
        background-color: #A50909;
        padding: 20px 20px 20px 40px;

    }
    
    
    
    .ueberschrift{
        padding-top: 50px;
        padding-left: 50px;
    }
    
    
    .logo_content{
        padding: 20px 0px 20px 40px;
        width:80%;
        margin: 30px 0px 0px 0px;
    }
    
    
    
    .logo_content_behandlung{
        display: none;
    }
    #logo_content_behandlung_mobile{
        display: block;
        width: 80%;
        margin: 20px 0px 20px 40px;
    }
    

    
    
    #logo_content_methoden{
    display: block;
    }


    #content_methoden{
        width:80%;
        margin: 20px 50px 20px 40px;
        display: block;
    }

    .methoden{
        display:block;
    }
    .methoden a{
        display:block;
        text-align: left;
    }
    
    
    #kooperationen{
       display: block;
    }
    
    #kooperationen div{
       margin-bottom: 3%;
    }
    
    #marsberg{
        display: block;
    }
    
    
    
    #footerleft{
        width:100vw;
    }
    
    #footerright{
        display: none;
    }
    
    .mobile{
        display: block;
    }
    
    
    
    
    
    /************** BEHANDLUNGSMETHODEN ***************/
    
    
    .logo_behandlung{
    padding: 20px 50px 20px 50px;
    background-color: #ffffff;
}

    .logo_behandlung_inhalt{
        display: block;
    }
    
    .collage{
        display: none;
    }

    .liste{
        width: 100%;
    }
    
    .logo_behandlung_inhalt ul{
        padding-left: 20px;
    }
    
    .logo_behandlung_inhalt li{
        list-style-type: none;
        padding: 20px 0px 20px 0px;
    }

    .logo_behandlung_inhalt a{
        padding: 20px 0px 20px 0px;
    }

    .logo_behandlung_inhalt a:hover{
        color: #A50909;
        border-bottom:2px solid #A50909;
    }

    
    
    /************** UNTERSEITEN ***************/
    
    .header{
        display: none;
    }
    
    .backto_behandlung{
        padding: 20px 0px 20px 30px;
        background-color: #A50909;   
    }
    
    .backto_behandlung a{
        color: #ffffff;
    }
    
    .zelle{
        display: block;
        padding-bottom: 30px;
    }
    
    .zelle div{
        width:100%;
        padding:0px;
    }
    
    
    .stellenanzeige{
        padding-left: 50px;
    }
    
    
    
    
    
    
    #logo_content_jobs{
    width:80%;
    padding:30px;
    justify-content: center;
}

    
    
}
