body {
    font-family: 'Open Sans', sans-serif;
    color: #211d1e;
}

::-moz-focus-inner {
    border: 0;
}

a,
a:active,
a:focus {
    outline: none !important;
    /* Works in Firefox, Chrome, IE8 and above */
}

.banner {
    text-align: center;
}

.banner img {
    display: inline-block;
}

.button {
    display: inline-block;
    text-decoration: none;
    color: white;
    background-color: #ff0000;
    border: none;
    border-radius: 3px;
    padding: 8px 38px;
    text-align: center;
    font-size: 18px;
    margin-top: 0px;
    transition: all 0.2s;
}

.button:active,
.button:focus,
.button:visited {
    text-decoration: none;
    outline: 0;
    color: inherit;
    color: white;
}

.button:hover {
    background-color: #3e92cc;
    color: white;
    text-decoration: none;
}

.button-white {
    background-color: white;
    border: 1px solid #ff0000;
    color: #ff0000!important;
}

.button-white:hover {
    background-color: #ff0000;
    color: white;
}

.firstline {
    color: white;
    background-color: #ff0000;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
}

.firstline a {
    text-decoration: none;
    color: inherit;
}

.firstline span {
    display: inline-block;
    margin-left: 10px;
    margin-right: 15px;
}

.firstline span i {
    margin-right: 7px;
}

.firstline address {
    margin-bottom: 0;
}

.social-top ul {
    padding-left: 0;
    text-align: right;
    list-style: none;
    margin-bottom: 0;
}

.social-top li {
    display: inline-block;
    margin-left: 25px;
}


/* HEADER */

.header-logo {
    margin-top: 45px;
    margin-bottom: 35px;
    text-align: center;
}

.header-logo img {
    display: inline-block;
}


/*NAVIGATION*/

.navigation {
    margin-bottom: 0px;
    background-color: transparent;
}

.navigation .container {
    position: relative;
}

.nav-logos {
    position: absolute;
    right: 0;
    top: 18px;
}

.nav-logos span {
    color: lightgray;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.navbar-default {
    border: none;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>li>a:visited {
    color: #333333;
    padding: 23px 20px;
    transition: all 0.2s;
    font-weight: 400;
    font-size: 20px;
    display: inline-block;
}


.navbar-default .navbar-nav>li span {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 20px;
}

.navbar-default .navbar-nav>li:last-child a {
    border-right: none;
}

.navbar-default .navbar-nav>li>a:hover {
    color: white;
    background-color: #ff0000;
}

.navbar-default .navbar-nav>li.active>a,
.navbar-default .navbar-nav>li.active>a:focus,
.navbar-default .navbar-nav>li.active>a:hover,
.navbar-default .navbar-nav>li.active>a:active,
.navbar-default .navbar-nav>li.active>a:visited {
    background-color: #ff0000;
    color: white;
    font-weight: 400;
}
.navbar-nav {
    padding: 0 23px;
}
.navbar-default .navbar-nav>li span {
    display: none;
}

/* SLIDER */

#myCarousel {
    position: relative;
    z-index: 1000;
}

#myCarousel .item img {
    display: inline-block;
}

#myCarousel .item {
    margin: 0 auto;
    text-align: center;
}

.carousel-indicators {
    text-align: center;
}

.carousel-indicators .active {
    background-color: #3e92cc;
    border: 2px solid white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    margin: 2px;
}

.carousel-indicators li {
    background-color: white;
    border: 2px solid transparent;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    margin: 2px;
}


/* WELCOME */

.welcome {
    margin-top: 60px;
    margin-bottom: 40px;
    text-align: center;
}

.welcome h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 45px;
    font-weight: 400;
    text-align: center;
}

.welcome h1 b {
    font-weight: bold;
}

.welcome p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
}
.welcome img {
    margin-top: 20px;
}
.welcome.uberUns {
    text-align: left;
}
/* index-boxes */

.index-box {
    margin-bottom: 60px;
}

.index-box a img {
    border: 2px solid #cacaca;
    transition: all 0.2s;
}

.index-box a:hover img {
    border-color: #3e92cc;
}

.index-box h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}

.index-box p {
    font-size: 17px;
    margin-bottom: 20px;
    min-height: 100px;
}
.col-md-4.index-box p {
    min-height: 168px;
}

/* FRAME */

.frame {
    margin-bottom: 60px;
}


/* SERVICE */

.service {
    margin-bottom: 60px;
}

.service-item {
    padding: 5px 5px 5px 60px;
    margin-bottom: 30px;
    border: 1px solid #cccccc;
    height: 70px;
    display: table;
    width: 100%;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.service-item img {
    left: 10px;
    top: 15px;
    position: absolute;
}

.service-item p {
    display: table-cell;
    vertical-align: middle;
    word-break: break-word;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.2s;
}
.service-item a {
    display: inline-block;
    vertical-align: middle;
    word-break: break-word;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.2s;
    color: #ff0000;
    cursor: pointer;
    padding-left: 10px;
    font-weight: bold;
}
.service-item a:hover {
    font-weight: bold;
    color: #211d1e;
    text-decoration: none;
}
.service-item:hover p {
    font-weight: 500;
    color: #3e92cc;
}




/* CONFIG */

.config {
    margin-bottom: 60px;
}

.config .row {
    margin: 0;
    background-color: #e3e3e3;
    padding: 20px 5px;
}

.config h2 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 700;
}

.config p {
    font-size: 18px;
    margin-bottom: 0;
}


/* googleMap */

.map {
    position: relative;
}

#googleMap {
    height: 400px;
}

.map2 #googleMap {
    height: 273px;
}

.to-kontakt {
    position: absolute;
    top: 0;
    z-index: 10;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.to-kontakt .row {
    background-color: #ff0000;
    color: white;
    margin: 0;
    padding: 20px 5px;
}

.to-kontakt p {
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 10px;
    letter-spacing: 0.2px;
}

.to-kontakt .button {
    float: right;
}

.to-kontakt .button:hover {
    background-color: #d4d4d4;
    color: #ff0000;
}

.to-termin .row {
    background-image: url('../images/termin.png');
    background-position: center;
    background-size: cover;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px;
    margin: 0;
    margin-bottom: 60px;
    border: 1px solid darkgray;
}


/**********
UBER UNS
***********/

.team h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
}

.team p {
    font-size: 16px;
    margin-bottom: 5px;
}

.team .col-md-4 {
    margin-bottom: 60px;
}

.team a:active,
.team a:focus,
.team a:visited,
.team a {
    text-decoration: none;
    color: #ff0000;
    font-size: 16px;
}

.team a:hover {
    color: #3e92cc;
}
.teaminformation {
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.memberInfo {
    position: absolute;
    z-index: 2;
    background-color: rgba(255,0,0,0.5);
    height: 100%;
    width: 100%;
    padding: 120px 20px;
    color: white;
    opacity: 0;
    transition: all 0.3s;
}
.memberInfo p {
    font-size: 18px;
}
.teaminformation:hover .memberInfo {
    opacity: 1;
}
.uberUns img {
    -webkit-box-shadow: -20px 20px 0px 0px rgba(239,239,239,1);
    -moz-box-shadow: -20px 20px 0px 0px rgba(239,239,239,1);
    box-shadow: -20px 20px 0px 0px rgba(239,239,239,1);
}
.uberUns .right-img {
    -webkit-box-shadow: 20px 20px 0px 0px rgba(239,239,239,1);
    -moz-box-shadow: 20px 20px 0px 0px rgba(239,239,239,1);
    box-shadow: 20px 20px 0px 0px rgba(239,239,239,1);
}
.uberUns p {
    text-align: center;
    margin-top: 20px;
}
.uberUns .row {
    margin-bottom: 40px;
}
.uberUns .row:first-child {
    margin-bottom: 0;
}
/**********
KONTAKT
***********/

.message-contact {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    color: #505050;
    margin-bottom: 20px;
    line-height: 1;
}

.message-contact strong {
    font-size: 20px;
}

.kontakt {
    padding-bottom: 100px;
}

.kontakt input[type="text"],
.kontakt input[type="email"],
.kontakt select,
.kontakt textarea {
    display: block;
    width: 100%;
    border: none;
    background-color: #ebebeb;
    margin-bottom: 30px;
}

.kontakt input[type="text"],
.kontakt input[type="email"],
.kontakt select {
    height: 40px;
    padding: 0 15px;
    outline: none;
}

.kontakt input[type="text"]:focus,
.kontakt input[type="email"]:focus,
.kontakt select:focus {
    border: 1px solid #ff0000;
    box-shadow: 0px 0px 2px #ff0000;
}

.kontakt textarea {
    padding: 7px 15px;
    height: 185px;
    resize: none;
    outline: none;
}

.kontakt textarea:focus {
    border: 1px solid #ff0000;
    box-shadow: 0px 0px 2px #ff0000;
}

.kontakt label {
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 30px;
    font-size: 17px;
}

.kontakt label span {
    font-weight: bold;
    color: #ff0000;
}

.kontakt .button {
    margin-top: 15px;
    outline: 0!important;
}

.kontaktInfo {
    font-size: 16px;
    font-weight: 400;
}

.kontaktInfo section {
    margin-bottom: 20px;
}

.kontakt section a {
    color: #333333;
    text-transform: none;
}

.kontakt section b {
    font-size: 24px;
    font-weight: 600;
}


/*************

IMPRESSUM

*****************/

.impressum {
    padding: 60px 0;
}

.impressum h1 {
    font-size: 36px;
    font-weight: bold;
    color: #1d2224;
    margin-top: 0px;
    margin-bottom: 50px;
}

.impressum .a,
.impressum .b {
    padding-bottom: 90px;
}

.impressum .a ul,
.impressum .a ul li,
.impressum .b ul,
.impressum .b ul li {
    display: block;
    margin: 0;
    padding: 0;
}

.impressum .a ul li strong,
.impressum .a ul li a,
.impressum .b ul li strong,
.impressum .b ul li a {
    font-weight: 900;
}

.impressum .a ul li a.mailto,
.impressum .b ul li a.mailto {
    font-weight: normal;
    color: #ff0000;
}

.impressum .a ul li a:hover,
.impressum .b ul li a:hover {
    text-decoration: underline;
}

.impressum h2 {
    margin-bottom: 60px;
    font-size: 20px;
    font-weight: bold;
}

.impressum h2 span {
    display: block;
}

.impressum p {
    font-size: 18px;
    padding-left: 0px;
    font-weight: 400;
    color: #1d2224;
}

.impressum p strong {
    font-weight: 900;
    margin-top: 10px;
}

.company a {
    color: #000;
}

.company a:hover {
    color: #3e92cc;
}

.imp-info span {
    color: #3e92cc;
    font-weight: 400;
}

.company span {
    color: #3e92cc;
}

.imp-info .col-md-11 {
    padding-left: 0;
}

.impressumBtn {
    outline: none;
    background-color: #3e92cc;
    color: white;
    height: 35px;
    width: 35px;
    font-weight: 800;
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
}

.impressumBtn span {
    color: white;
}

.imp-info a {
    text-decoration: none;
    color: inherit;
}
.imp-info a:hover {
    text-decoration: underline;
}
.imp-info h2 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
}
.imp-info ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 30px;
}
.imp-info ul li {
    font-size: 15px;
    line-height: 1.8;
    font-weight: 300;
}
.imp-info ul b {
    font-weight: 600;
}
.imp-info p {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 300;
}
.imp-info .disc-list li {
    position: relative;
    padding-left: 15px;
}
.imp-info .disc-list li::before {
    content: "";
    width: 4px;
    height: 1px;
    background-color: black;
    position: absolute;
    left: 0;
    top: 13px;
}
.imp-info p a,
.imp-info h2 a {
    text-decoration: underline;
}
.imp-info p b {
    font-weight: 600;
}
.imp-info .intended {
    padding-left: 40px;
}
.imp-info h3,
.imp-info h4,
.imp-info h5 {
    font-size: 15px;
    margin: 0;
    font-weight: 600;
    line-height: 1.8;
}
@media only screen and (max-width: 767px) {
    .impressum {
        word-wrap: break-word;
    }
}
.error {
    padding-top: 120px;
    padding-bottom: 120px;
}

.error h1 {
    font-size: 150px;
    margin-top: 0;
    margin-bottom: 30px;
    color: #3e92cc;
    font-weight: 700;
}

.error h2 {
    font-size: 45px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
}


/* FOOTER */

.to-up {
    margin: 0;
    text-align: center;
}

#toTop {
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 35px;
    font-weight: 900;
    border-radius: 50%;
    color: white;
    background-color: #ff0000;
    transition: all 0.2s;
    opacity: 1;
    cursor: pointer;
    position: relative;
    z-index: 10;
    top: -25px;
}

#toTop:hover {
    background-color: #3e92cc;
}

.footer-logos {
    padding-top: 40px;
}

.footer-logos span {
    font-size: 20px;
    color: lightgray;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}

.footer-logo {
    display: inline-block;
    max-width: 250px;
    margin-bottom: 25px;
}

footer h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 900;
    color: #3e92cc;
}

footer ul {
    padding-left: 0;
    list-style: none;
    font-size: 15px;
    text-transform: uppercase;
    color: #333333;
}

footer ul b {
    font-weight: bold;
}

footer ul a,
footer ul a:focus,
footer ul a:visited,
footer ul a:active {
    text-decoration: none;
    color: inherit;
    transition: all 0.2s;
}

footer ul li {
    line-height: 1.5;
}

footer ul li.active a {
    font-weight: bold;
}

footer ul a:hover {
    color: #ff0000;
    text-decoration: none;
}

.lastline {
    font-size: 14px;
    color: white;
    background-color: #333333;
    margin-top: 40px;
    font-weight: 300;
    color: white;
}

.lastline p {
    margin-bottom: 15px;
    margin-top: 15px;
    color: white;
}

.lastline p span {
    padding-right: 20px;
    padding-left: 20px;
}

.lastline a {
    text-decoration: none;
    color: inherit;
    font-weight: 300;
    transition: all 0.2s;
}

.lastline a:hover {
    color: #3e92cc;
}

.social-bottom ul {
    padding-left: 0;
    text-align: right;
    list-style: none;
    margin-bottom: 0;
    margin-top: 15px;
    color: white;
}

.social-bottom li {
    display: inline-block;
    margin-left: 25px;
}
/*************
ankauf
*******************/

.ankauf h2 {
    font-weight: bold;
    font-size: 38px;
    margin-top: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.ankauf p {
    font-size: 20px;
    font-weight: 300;
}

.ankauf p span {
    font-weight: 700;
    color: #009ee0;
    font-size: 22px;
}

.ankauf .forma form {
    margin-top: 40px;
    margin-bottom: 50px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + .add-file {
    display: block;
    background-color: #eaeaea;
    text-align: center;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.inputfile + .add-file span {
    font-weight: 300;
    font-size: 16px;
    color: #323232;
    transition: all 0.2s;
}

.inputfile + .add-file:hover span {
    color: #3e92cc;
}
.kontakt.ankauf label {
    font-size: 14px;
}
.partners h3 {
    font-weight: 700;
}
.partners a {
    color:inherit;
    text-decoration: none;
}
.partners p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
}
.partners .col-md-4 {
    margin-bottom: 30px;
}
.hiddenElement {
    display: none;
    border: 1px solid #cccccc;
    top: -40px;
    padding: 15px;
    border-top: 1px solid white;
    position: relative;
    z-index: 2;
    background-color: white;
    width: 100%!important;
}

.hiddenElement p {
    text-transform: none!important;
    padding: 10px 10px 10px 0;
}
.news {
    padding: 60px 0;
}
.post {
    margin-bottom: 30px;
  }

  .post article {
    background-color: #ffffff;
    transition: all 0.2s;
    text-align: center;
    border: 1px solid #ebebeb;
  }
  .post article img {
    width: 100%;
  }
  .post article .post-txt img {
    width: auto;
  }
  .post article span {
    color: #999999;
    display: block;
    font-size: 15px;
    transition: all 0.2s;
    margin-top: 15px;
  }


  .post article p {
    transition: all 0.2s;
    margin-bottom: 15px;
    word-break: break-word;
    color: #999999;
    font-size: 16px;
  }

  .post .post-txt {
    padding: 40px 20px 20px 20px;
  }

  .fb-icon {
    display: inline-block;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: -60px;
    position: absolute;
  }
  .loader {
  margin: 0 auto;
  border: 16px solid white;
  border-radius: 50%;
  border-top: 16px solid #ff0000;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  }

  /* Safari */
  @-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
  }

  @keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
  }

  /* gmpc */
.gmpc_wrap {
  position: relative;
}
.gmpc_btn {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-position: center;
  background-size: cover;
}
.gmpc_btn span {
  display: inline-block;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px 15px;
  border: 1px solid #eee;
  box-shadow: 0 0 15px rgba(0,0,0, 0.1);
  text-align: center;
  max-width: 200px;
  width: 100%;
  transition: all .2s;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  color: #222;
}
.gmpc_btn:hover span {
  border-color: #222;
  background-color: #222;
  color: #fff;
}
/*************
MEDIA
*******************/


/******
1199
***********/

@media only screen and (max-width: 1199px) {
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:active,
    .navbar-default .navbar-nav>li>a:visited {
        font-size: 15px;
    }
    .nav-logos img {
        max-width: 70px;
    }
    .nav-logos {
        top: 23px;
    }
    .firstline {
        font-size: 14px;
    }
    .config p,
    .to-kontakt p {
        font-size: 14px;
    }
    .footer-logo {
        max-width: 200px;
    }
    .kontakt label,
    .impressum p,
    .index-box p,
    .button,
    .welcome p {
        font-size: 16px;
    }
    .config h2 {
        margin-top: 0;
    }
    .button {
        padding-left: 15px;
        padding-right: 15px;
    }
    .memberInfo {
        padding: 90px 20px;
    }
}


/******
991
***********/

@media only screen and (max-width: 991px) {
    .firstline {
        display: none;
    }
    .navbar-nav {
        padding: 0px;
    }
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:active,
    .navbar-default .navbar-nav>li>a:visited {
        padding: 15px 10px;
    }
    .navbar-default .navbar-nav>li span {
        margin-left: 0px;
        margin-right: 0px;
        font-size: 16px;
    }
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:active,
    .navbar-default .navbar-nav>li>a:visited {
        font-size: 14px;
    }
    .nav-logos {
        right: 15px;
    }
    .nav-logos img {
        max-width: 60px;
    }
    .config h2 {
        margin-top: 15px;
    }
    .to-kontakt {
        text-align: center;
    }
    .to-kontakt .button {
        float: none;
        margin-top: 10px;
    }
    .to-kontakt p, .config p {
        font-size: 16px;
    }
    footer .col-md-3 {
        margin-top: 10px;
        margin-bottom: 50px;
    }
    .lastline {
        margin-top: 0;
    }
    .to-kontakt {
        position: relative;
    }
    .kontakt label {
        margin-bottom: 5px;
        line-height: 1;
    }
    .map2 #googleMap {
        height: 350px;
    }
    .config {
        text-align: center;
    }
    .config img {
        display: inline-block;
    }
    .to-termin .row {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .team h2 {
        font-size: 20px;
    }
    .welcome p {
        padding-left: 10px;
        padding-right: 10px;
    }
    .memberInfo {
        padding: 60px 20px;
    }
    .memberInfo p {
        font-size: 16px;
    }
    .uberUns img,
    .uberUns .right-img {
        width: 100%;
        margin-bottom: 20px;
        box-shadow: none;
    }
    .uberUns .row {
        margin-bottom: 10px;
    }
}


/******
767
***********/

@media only screen and (max-width: 767px) {
    /* NAV ICON */
    #nav-icon {
        width: 40px;
        height: 40px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        display: inline-block;
        top: 23px;
        right: -25px;
    }
    /* nav-icon2 */
    #nav-icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 50%;
        background: #ff0000;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #nav-icon span:nth-child(even) {
        left: 50%;
        border-radius: 0 9px 9px 0;
    }
    #nav-icon span:nth-child(odd) {
        left: 0px;
        border-radius: 9px 0 0 9px;
    }
    #nav-icon span:nth-child(1),
    #nav-icon span:nth-child(2) {
        top: 0px;
    }
    #nav-icon span:nth-child(3),
    #nav-icon span:nth-child(4) {
        top: 10px;
    }
    #nav-icon span:nth-child(5),
    #nav-icon span:nth-child(6) {
        top: 20px;
    }
    #nav-icon.open span:nth-child(1),
    #nav-icon.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #ff0000;
    }
    #nav-icon.open span:nth-child(2),
    #nav-icon.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #ff0000;
    }
    #nav-icon.open span:nth-child(1) {
        left: 5px;
        top: 5px;
    }
    #nav-icon.open span:nth-child(2) {
        left: calc(50% - 5px);
        top: 5px;
    }
    #nav-icon.open span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }
    #nav-icon.open span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }
    #nav-icon.open span:nth-child(5) {
        left: 5px;
        top: 15px;
    }
    #nav-icon.open span:nth-child(6) {
        left: calc(50% - 5px);
        top: 15px;
    }
    header {
        display: none;
    }
    .navigation {
    	position: fixed;
    	top: 0;
    	z-index: 10001;
    	background-color: white;
    	width: 100%;
    	border-bottom: 1px solid lightgray;
    }
    body {
    	padding-top: 70px;
    }
    .navbar-header {
        min-height: 70px;
    }
    .navbar-header img {
        margin-top: 25px;
        max-width: 250px;
    }
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:active,
    .navbar-default .navbar-nav>li>a:visited {
        font-size: 18px;
        display: block;
    }
    .navbar-default .navbar-nav>li.active>a,
    .navbar-default .navbar-nav>li.active>a:focus,
    .navbar-default .navbar-nav>li.active>a:hover,
    .navbar-default .navbar-nav>li.active>a:active,
    .navbar-default .navbar-nav>li.active>a:visited {
        display: block;
    }
    .navbar-default .navbar-nav>li span {
        display: none;
    }
    .navbar-default .navbar-nav>li {
        text-align: center;
    }
    .navbar-nav {
        padding-top: 13px;
        padding-bottom: 13px;
        margin: 0px -15px;
    }
    .footer-logo {
        max-width: 290px;
    }
    .footer-logos {
        padding-top: 20px;
    }
    .lastline {
        text-align: center;
        padding-bottom: 15px;
    }
    .lastline span {
        display: none;
    }
    .lastline p a {
        margin-top: 10px;
        display: block;
    }
    .social-bottom ul {
        text-align: center;
    }
    .social-bottom li {
        margin-left: 10px;
        margin-right: 10px;
    }
    .kontaktInfo {
        margin-top: 40px;
    }
    .impressum h2 {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .impressum .a,
    .impressum .b {
        padding-bottom: 0;
    }
    .impressum .company {
        margin-bottom: 50px;
    }
    .impressum p {
        word-break: break-word;
    }
    .welcome p br {
        display: none;
    }
    .termine .wrapper {
        padding: 0!important;
    }
    .service-item {
        margin-bottom: 15px;
    }
    .team img {
        width: 100%;
    }
    .index-box img {
        width: 100%;
    }
    .error {
    	padding-top: 60px;
    	padding-bottom: 60px;
    }
    .error h1 {
    	font-size: 100px;
    	margin-bottom: 10px;
    }
    .error h2 {
    	font-size:24px;
    }
    .memberInfo {
        padding: 200px 20px;
    }
    .memberInfo p {
        font-size: 18px;
    }
    .captcha img {
        margin-bottom: 20px;
    }
    .col-md-4.index-box p {
        min-height: auto;
    }
}


/******
479
***********/

@media only screen and (max-width: 479px) {
    .memberInfo {
        padding: 100px 20px;
    }
    .memberInfo p {
        font-size: 16px;
    }
}
