/* titillium-web-300 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/titillium-web-v8-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web Light'), local('TitilliumWeb-Light'),
       url('../fonts/titillium-web-v8-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v8-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v8-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v8-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v8-latin-300.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-regular - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/titillium-web-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'),
       url('../fonts/titillium-web-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v8-latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-700 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/titillium-web-v8-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web Bold'), local('TitilliumWeb-Bold'),
       url('../fonts/titillium-web-v8-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v8-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v8-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v8-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v8-latin-700.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

body  {
  font-family: 'Titillium Web' !important;
  color: #000 !important;
 /* background-color: #e5e5e5 !important; */
  background: url(../images/background-beach.jpg) fixed no-repeat center center;
}

.t3-wrapper {
 /* background: #e5e5e5 !important; */
  background: transparent !important;
}


.slidercentertext {
  height: 100%;
  width: 100% !important;
  overflow: hidden;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 -webkit-align-items: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
  align-items: center;
 -webkit-justify-content: center;
 -moz-justify-content: center;
  justify-content: center;
}




p, a, h1, h2, h3, h4, h5, h6  {
  font-family: 'Titillium Web' !important;
}

h1, h3, h5 {
  color: #831e25 !important;
  font-weight: 300;
}

h2, h4, h6, p {
  color: #000 !important;
  font-weight: 700;
}

h1 {
  font-size: 34px !important;
 }

h2, h3, h4, h5, h6 {
  font-size: 28px !important;
}

h3, h6 {
  text-transform: uppercase;
}

p {
  font-size: 18px !important;
}

a {
  font-weight: 400;
  color: #831e25 !important;
}

a:hover, a:focus {
  color: #000 !important;
}

.t3-module {
  margin-bottom: 10px !important;
}

#logoteil1, #logoteil2 {
  float: right;
  position: absolute;
}

#logoteil1 {
  right: 15px;
}

#logoteil2 {
  right: 12px;
  top: 54px;
}

.gocareline {
  border-top: 1pt solid #831e25;
  width: 75%;
  margin-top: 50px;
}

.t3-header {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  position: fixed;
  z-index: 1200;
  background-color: #d58f15;
  width: 100%;
  display: block;
  margin-top: 0px;
}

.logo-image  {
  z-index: 1200;
}


.logo-image img {
  z-index: 1200;
}

.navigation {
  z-index: 1000;
}

.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}

.navbar {
  position: relative !important;
  z-index: 1111;
 }

/* .t3-mainnav {
  display: none;
} */


.navigation .t3-module {
  margin-bottom: 0px !important;
}

.nav-stacked > li {
  float: left !important;
}

.nav > li > a {
  font-size: 20px;
  font-weight: 300 !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent !important;
}

.t3-sl {
  padding-bottom: 75px !important;
  padding-top: 20px !important;
}

.t3-footer {
  border-top: 1pt solid #000 !important;
  background: #831e25 !important;
  color: #fff !important;
}

.t3-footer a {
  font-weight: 400;
  color: #fff !important;
  text-decoration: underline;
}

.t3-footer a:hover, .t3-footer a:focus {
  color: #0fff !important;
  text-decoration: none;
}

.t3-footer p, .t3-copyright p {
  font-weight: 400;
  font-size: 14px !important;
  color: #fff !important;
  text-decoration: underline;
}

.t3-copyright {
  border-top: 0pt !important;
  font-size: 14px !important;
  background: #831e25 !important;
  color: #fff !important;
  padding: 10px 0 20px !important;
}

.anfrage_bt {
  position: fixed;
  z-index: 999;
  top: 100px;
  right: 0px;
  background: #831e25;
  padding: 5px;
  cursor: pointer;
}

#video-reise1, #video-reise2 {
  width: 100%;
  max-width: 1170px;
}

.headerpic {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 0px;
  height: 100vh !important;
 
}


.pseudo01 {
  position: absolute;
  width: 100%;
 /* margin: 0 -15px; */
}

.fullwidth {
  width: 100%;
  margin: 0 -15px;
  padding: 0 15px;
}

.picindiv {
  position: relative;
  top: 0;
  width: 100%;
  display: block;
}

.areas, .areas1, .areas2, .areas4 {
  background: rgba(255,255,255,0.65) !important;
  padding: 25px 20px;
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
  border-radius: 20px;
 -webkit-box-shadow: 0px 10px 10px #4f4f4f;
 -moz-box-shadow: 0px 10px 10px #4f4f4f;
  box-shadow: 0px 10px 10px #4f4f4f;
  }

.areas2 {
  margin-top: 20%;
}

.areas4 {
  margin-top: -80px;
}

.picindiv img {
 width: 100%;
  height: auto;
}
  
.textindiv {
  display: block;
  width: 100%;
  padding: 20px;
}



@media (min-width: 767px) {

.logo {
  text-align: right !important;
  padding-top: 20px;
  margin-bottom: 0px;
  z-index: 1200;
}
  
 #logodesktop{
    display: block;
  }
  
  #logoteil3 {
    display: none;
  }
  
  .slidercentertext h2 {
  color: #ffffff !important;
  text-align: center !important;
  text-shadow: 2px 3px 3px #000;
   font-size: 44px !important;
    line-height: 175% !important;
} 

  
/* .logo-image {
  position: relative;
  top: 0px;
  margin: -55px auto 0 auto;
} */

.navigation {
  position: relative;
  top: 20px;
  margin: 0 auto;
}
  
  .btn {
    display: none;
  }


  .headpic-welcome{
  background: url(../images/head-bg/strand_pflegerin-rollstuhl.jpg) no-repeat center center;
  background: url(../images/head-bg/strand_pflegerin-rollstuhl.jpg) no-repeat center center;
  background: url(../images/head-bg/strand_pflegerin-rollstuhl.jpg) no-repeat center center;
  background: url(../images/head-bg/strand_pflegerin-rollstuhl.jpg) no-repeat center center;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
  background-size: cover; 
  width: 100%;
  height: 100vh !important;
}
  
  
}

@media (max-width: 767px) {

  
  #stpflege h1, #travelff h1, #travelb h1, #travelt h1  {
  line-height: 200% !important;  
  }
  
.logo {
  text-align: center !important;
}
  
    #logoteil3 {
    display: block;
      position: relative;
      margin-bottom: -50px;
  }
  
  #logodesktop{
    display: none;
  }
  
  .slidercentertext h2 {
  color: #ffffff !important;
  text-align: center !important;
  text-shadow: 2px 3px 3px #000;
   font-size: 32px !important;
      line-height: 175% !important;
} 


/* .logo-image {
  position: relative;
  top: 0px;
  margin: 30px auto 0 auto;
} */

.navbar {
  display: none !important;
 }
  
  .off-canvas-toggle {
    position: fixed !important;
    top: 10px;
    right: 0px;
  }
  
  .btn-primary {
    background-color: #831e25 !important;
  }
  
 .t3-off-canvas .t3-off-canvas-header {
   display: none;
  }

  .nav > li > a:hover, .nav > li > a:focus {
     background-color: transparent !important;
   
  }
  
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: transparent !important;
    
  }
  
    .logo-image {
    margin: 15px 0;
  }
  
  .logo-image img {
    height: 75px;
  }
  
  .areas, .areas1 {
   margin-bottom: 20px;
  }
  
    .areas2 {
   margin-top: -10px;
       margin-bottom: 20px;
  }
  

  
 #videodesktop {
   margin-bottom: -35px;
  } 

  .headpic-welcome{
  background: url(../images/head-bg/strand_pflegerin-rollstuhl_mobiel.jpg) no-repeat center center;
  background: url(../images/head-bg/strand_pflegerin-rollstuhl_mobiel.jpg) no-repeat center center;
  background: url(../images/head-bg/strand_pflegerin-rollstuhl_mobiel.jpg) no-repeat center center;
  background: url(../images/head-bg/strand_pflegerin-rollstuhl_mobiel.jpg) no-repeat center center;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
  background-size: cover; 
  width: 100%;
  height: 100vh !important;
}
  
  
}