/*

Boxer Template

http://www.templatemo.com/tm-446-boxer

*/

body
    {
        background: #fff;
        font-family: 'Open Sans', sans-serif;
        font-weight: 380;
        position: relative;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }
	
.tm-white a {
	color: #fff;
}

/* start h1 group */
h1
{
margin-top: 0.75em;
    }
h2,
h3,
h4
    {
        font-weight: bold;
    }
/* end h1 group */
p { line-height: 1.6em;
    font-size: 1.1em;
}
/* img */
img
    {
        max-width: 100%;
        height: auto;
    }
/* img */

/* overlay */
.overlay 
    {
       width: 100%;
       height: 100%;
       background: rgba(0, 0, 0, 0.4);
       padding-top: 90px;
       padding-bottom: 90px;
    }  
/* over lay */

/* start page container */
@media (min-width: 768px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
/* end page container */

/* start preloader */
.preloader
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        /*justify-content: center;*/
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-rotating-plane.sk-spinner 
    {
         width: 30px;
        height: 30px;
        background-color: #2596be;
         margin: 0 auto;
        -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
                animation: sk-rotatePlane 1.2s infinite ease-in-out;
     }

@-webkit-keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/* end preloader */

/* start navigation */
.navbar-default
    {
        background: #fff;
        border: none;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        margin: 0!important;
    }
.navbar-default .navbar-brand
    {
        color: #2596be;
        font-size: 30px;
        font-weight: bold;
        height: 70px;
        line-height: 35px;
    }
.navbar-default .nav li a
    {
        color: #666;
        font-size: 13px;
        font-weight: bold;
        height: 70px;
        line-height: 40px;
    }
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li a.current
    {
        color: #2596be;
    }

.navbar-default .navbar-toggle
    {
        border: none;
        padding-top: 20px;
    }
.navbar-default .navbar-toggle .icon-bar
    {
        background: #2596be;
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
/* end navigation */

/* start home */       
#home
    {
        margin-top: 2em;
        background: url('../images/kleiner-same-oben.jpg') no-repeat;
        background-size: cover;
        color: #fff;
        background-position: center bottom;
    }
#home p
    {
        font-weight: 400;
        font-style: italic;
        line-height: 2em;
    }
#home img
    {
        display: inline-block;
        
    }
/* end home */

/* start divider */
#divider
    {
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#divider .fa
    {
        color: #2596be;
        font-size: 60px;
    }
#divider h3
    {
        font-size: 20px;
    }
/* end divider */

/* start rechtlicheBetreuung */
#rechtlicheBetreuung
    {
        background: #fff;
        margin-top: 1.5em;
        margin-bottom: 1.8em;
    }
#rechtlicheBetreuung img
    {
        padding-top: 25px;
    }
#rechtlicheBetreuung p
    {
        padding-top: 10px;
    }
#rechtlicheBetreuung span
    {
        float: left;
    }
#rechtlicheBetreuung span2
    {
        display: block;
        padding-left: 60px;
    }
#rechtlicheBetreuung .fa
    {
        background: #2596be;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end rechtlicheBetreuung */

/* start rechtlicheBetreuung1 */
#rechtlicheBetreuung1
    {
        background: #f8f8f8;
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }
#rechtlicheBetreuung1 img
    {
        padding-top: 25px;
    }
#rechtlicheBetreuung1 p
    {
        padding-top: 10px;
    }
#rechtlicheBetreuung1 span
    {
        float: left;
    }
#rechtlicheBetreuung1 span2
    {
        display: block;
        padding-left: 60px;
    }
#rechtlicheBetreuung1 .fa
    {
        background: #2596be;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end rechtlicheBetreuung1 */

/* start vita */
#vita
    {
        margin-top: 2em;
        background: #fff;
        text-align: center;
    }
#vita h2
    {
        padding-bottom: 40px;
    }
#vita .vita
    {
        background: #fff;
    }
#vita .active
    {
        position: relative;
        bottom: 20px;
    }
#vita .vita .vita-title
    {
        background: #2596be;
        color: #fff;
        font-weight: bold;
        padding: 16px;
    }
#vita .vita .vita-title p
    {
        font-size: 20px;
    }
#vita .vita ul
    {
        padding: 0;
        margin: 0;
    }
#vita .vita ul li
    {
        background: #ebebeb;
        display: block;
        list-style: none;
        padding: 12px;
    }
#vita .vita .btn
    {
        background: transparent;
        border: 1px solid #2596be;
        border-radius: 0px;
        color: #2596be;
        font-weight: bold;
        padding-right: 40px;
        padding-left: 40px;
        margin-top: 20px;
        margin-bottom: 30px;
        transition: all 0.3s ease;
    }
#vita .vita .btn:hover {
    background: #2596be;
    color: #fff;
}
/* end vita */

/* start download */
#download
    { 
        background: #fff;
        margin-bottom: 3em;
    }
#download img
    {
        padding-top: 25px;
    }
#download p
    {
        padding-top: 10px;
    }
#download span
    {
        float: left;
    }
#download span2
    {
        display: block;
        padding-left: 60px;
    }
#download .fa
    {
        color: #2596be;
        width: 40px;
        height: 40px;
        text-align: center;
        margin-right: 20px;
        display: inline-block;
        padding-left: 15px;
    }
#download .btn
    {
        border-radius: 5px;
        margin-top: 20px;
        margin-left: 20px;
        font-weight: bold;
        background: #2596be;
    }
/* end download */

/* start kontakt */
#kontakt
    {
        background: url('../images/kleiner-same-unten.jpg') no-repeat;
        background-size: cover;
        color: #fff;
        background-position: center bottom;
        margin-top: 2em;
        margin-bottom: 2em;
    }
#kontakt h2
    {
        padding-top: 5px;
        padding-bottom: 5px;
    }
#kontakt address
    {
        padding-top: 0px;
    }
#kontakt span
    {
      float: left;  
    }
#kontakt span2
    {
    display: block;
  padding-left: 60px;
              padding-top: 15px;  
    }
#kontakt address .fa
    {
        background: #2596be;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-top: 6px;
        margin-right: 10px;
    }
#kontakt .kontakt-form
    {
        padding-top: 20px;
    }
#kontakt .form-control
    {
        border: none;
        border-radius: 5px;
        box-shadow: none;
        margin-bottom: 10px;
    }
#kontakt input
    {
        height: 33px;
    }
#kontakt input[type="submit"]
    {
        background: #2596be;
        color: #fff;
        font-weight: bold;
        transition: all 0.3s ease;
    }
#kontakt input[type="submit"]:hover {
    background: #107DB6;
}
/* end kontakt */

/* start rueckruf */
#rueckruf
    {
        background: #777;
        color: #fff;
        background-position: center bottom;
    }
#rueckruf h2
    {
        padding-top: 5px;
        padding-bottom: 5px;
    }
#rueckruf address
    {
        padding-top: 0px;
    }
#rueckruf span
    {
      float: left;  
    }
#rueckruf span2
    {
    display: block;
  padding-left: 60px;
              padding-top: 15px;  
    }
#rueckruf address .fa
    {
        background: #2596be;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-top: 6px;
        margin-right: 10px;
    }
#rueckruf .kontakt-form
    {
        padding-top: 20px;
    }
#rueckruf .form-control
    {
        border: none;
        border-radius: 5px;
        box-shadow: none;
        margin-bottom: 10px;
    }
#rueckruf input
    {
        height: 33px;
    }
#rueckruf input[type="submit"]
    {
        background: #2596be;
        color: #fff;
        font-weight: bold;
        transition: all 0.3s ease;
    }
#rueckruf input[type="submit"]:hover {
    background: #107DB6;
}
/* end kontakt */

/* start footer */
footer
    {
        background: #fff;
        font-weight: 400;
        text-align: center;
        padding: 20px;
    }
/* end footer */

@media screen and ( max-width: 991px ) {
    .templatemo-box {
        margin-bottom: 30px;
    }
    #vita .active {
        bottom: 0;
    }
    .vita {
        margin-bottom: 20px;
    }
    #rechtlicheBetreuung img, #download img {
        margin-top: 30px;
    }
    #rechtlicheBetreuung1 img {
        margin-bottom: 30px;
    }
}
@media screen and ( max-width: 767px ) {
    .navbar-default .nav li a {
        height: auto;
        line-height: 2em;
    }
    #rechtlicheBetreuung, #vita, #download {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    #kontakt .overlay {
        padding-top: 40px;
    }
}
/* start media 360 */
@media screen and ( max-width: 360px ){
    .vita
        {
            padding-bottom: 40px;
        }
}
/* end media 360 */