/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/arztsuche/cssr/fonts/LatoLatin-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/arztsuche/cssr/fonts/LatoLatin-Regular.woff') format('woff'); /* Modern Browsers */
}

.btn0 {
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 0px;
    cursor: pointer;
    font-weight: 400;
    line-height:15px;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
}

.btn0:focus,
.btn0:active {
    box-shadow: none;
    outline: none;
    color: #fff;
}

.btn0-common {
    background-color: #ea661d;
    position: relative;
    z-index: 1;
}

.btn0-common:hover {
    color: #ea661d;
    background-color: #fff;
    border: 1px solid #ea661d;
    text-decoration: none;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.btn1 {
    font-size: 14px;
    padding: 9px 15px;
    border-radius: 0px;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
}

.btn1:focus,
.btn1:active {
    box-shadow: none;
    outline: none;
    color: #fff;
}

.btn1-common {
    background-color: #475793; /*  #3b4b89;   #00b4d9; */
    position: relative;
    z-index: 1;
}

.btn1-common:hover {
    color: #ea661d;
    background-color: #3b4b89;
    text-decoration: none;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.btn2 {
    padding: 10px 25px;
    margin: 10px;
    background-color: silver;
    background-color: hsla(0, 0%, 100%, 0.7);
    border-radius: 0px;
    font-weight: 400;
    color: #fff;
    border-radius: 4px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
}


.btn3 {
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 0px;
    cursor: pointer;
    font-weight: 400;
    color: #565656;
    border-radius: 30px;
/*    text-transform: uppercase; */
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
}

.btn3:focus,
.btn3:active {
    box-shadow: none;
    outline: none;
    color: #fff;
}

.btn3-common {
    background-color: #ffd63b; /* 475793  #00b4d9; */
    position: relative;
    z-index: 1;
}

.btn3-common:hover {
    color: #565656;
    background-color: #e7c14b; /* #21cff3; */
    text-decoration: none;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}


.text-center{
    text-align:center!important
}

.text-left{
    text-align: left;
}

.img-fluid{
    max-width:100%;
    height:auto;
}

.margi50 {
    margin-top: 50px;
}

.pad25 {
    padding-left: 25px;
    line-height: 150%;
}

.pad25 b {
    font-size:17px;
}

.question {
    width:95%;
    background-color:#fff;
    border: 1px solid #ea661d;
    color:#ea661d;
    text-align: left;
    padding:10px;
    margin: 3px 3px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 400;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.question:hover{
    color: #fff;
    background-color: #ea661d;
    border: 1px solid #ea661d;
    text-decoration: none;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    
}

.question_dze {
    width:95%;
    background-color:#fff;
    border: 1px solid #097364;
    color:#097364;
    text-align: left;
    padding:10px;
    margin: 3px 3px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 400;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.question_dze:hover{
    color: #fff;
    background-color: #097364;
    border: 1px solid #097364;
    text-decoration: none;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    
}

.question_bild {
    background-color:#ea661d;
    border: 1px solid #ea661d;
    color:#fff;
    text-align: center;
    padding:5px;
    margin: 3px 3px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 400;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.question_bild:hover{
    color: #ea661d;
    background-color: #fff;
    border: 1px solid #ea661d;
    text-decoration: none;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    
}

.eingabe {
    width: 96%;
    margin-bottom: 20px;
    font-size: 14px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s; 
    transition: all 0.3s;
    padding: 8px 10px;
    border: 1px solid #ea661d;
}

.eingabe_dze {
    width: 96%;
    margin-bottom: 20px;
    font-size: 14px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s; 
    transition: all 0.3s;
    padding: 8px 10px;
    border: 1px solid #097364;
}


.profil-video{
    position:relative;
    padding-bottom:55%;
    padding-top:15px;
    height:0;
    overflow:hidden;
}
.profil-video iframe{
    position:absolute;top:0;left:0;
    width:100%;
    height:100%;
}


#flex-container {
   display: -webkit-flex;
   display: -ms-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
.panel1 {
  display: -webkit-flex; 
  display: -ms-flexbox; 
  display: flex;

  width: 40%;
  padding: 5px;
  float: left;
  margin: 5px;
/*  border: 1px solid #aaa; */
}

/* ----------------------------- */
/* ------ radio buttons -------- */
/* ----------------------------- */

/* The container */
.container-radio {
    display: inline;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    color: ccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ea661d;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 4%;   /* 50% -> runder Button */
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
    background-color: #ea661d;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: 1px solid #ea661d;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Create a custom radio button */
.checkmark_dze {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #097364;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 4%;   /* 50% -> runder Button */
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark_dze {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark_dze {
    background-color: #097364;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark_dze:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark_dze:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark_dze:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: 1px solid #097364;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.argumente{
    display:block;
    font-size:15px;
    list-style-type:none;
    display:inline-block;
    padding-left:0;
    text-align:left
}
.argumente li{
    background-image:url(/i/fbads/green.png);
    background-size:19px 16px;
    background-repeat:no-repeat;
    background-position:left 0px;
    padding-left:30px;
    padding-bottom:6px
}

.prozpicture {
    position:relative;
}
.prozpicture1 {
    position:absolute;
    top:-19px;
    right:-21px;
}

.w70 {
    width:70%;
}

.w50 {
    width:50%;
}

.w30 {
    width:30%;
}

.h2head {
    font-size:28px;
    line-height:28px;
    color: #263263;
    padding-top: 30px;
	padding-right: 15px;
	padding-left: 15px;
}

.h2head_2 {
    font-size:18px;
    line-height:18px;
    color: #263263;
	padding: 0px 15px;
}


/* ----------------------------- */
/* -------- Start Area --------- */
/* ----------------------------- 

.hero-area {
    overflow: hidden
}

.container {

    background-size: cover;
    width:100%;
    height: 100%
}

#hero-area {
    color: #fff;
    overflow: hidden;
    position: relative;
}

#hero-area .overlay {
    position: absolute;
    width: 100%; 
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #0c0808;
    opacity: 0.6;
}

#hero-area .contents {
    padding: 80px 0px 120px;
}

#hero-area .contents h5 {
    font-size: 50px;
}

#hero-area .contents .head-title {
    color: #4c5b9b;
    font-size: 70px;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: 700;
}
#hero-area .contents span {
    font-size: 35px;
    line-height: 35px;
}

#hero-area .contents p {
    font-size: 30px;
    color: #4c5b9b;
    font-weight: 500;
    padding: 6px 0;
    margin-bottom: 25px;
}

#hero-area .contents .header-button {
    margin: 35px 0px;
    text-transform: uppercase;
}

#hero-area .contents .btn {
    margin: 4px 5px;
}

#hero-area .banner_bottom_btn {
    margin-top: 40px;
}

#hero-area .banner_bottom_btn i {
    color: #fff;
    font-size: 48px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#hero-area .banner_bottom_btn i:hover {
    color: #ddd;
}
*/

.btn {
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 0px;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
}

.btn:focus,
.btn:active {
    box-shadow: none;
    outline: none;
    color: #fff;
}

.btn-common {
    background-color: #4c5b9b; /* 475793  #00b4d9; */
    position: relative;
    z-index: 1;
}

.btn-common:hover {
    color: #ea661d;
    background-color: #3b4b89; /* #21cff3; */
    text-decoration: none;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.container-nav  {
    padding: 30px 5px 15px 5px;
    max-width: 980px;
/*    margin-left: auto;
    margin-right: auto; */
}

.show-nav {
    display:none;
}


/* ------------------------------------------ */
/* -------- Willkommen / Schwerpunkte ------- */
/* ------------------------------------------ */

#willkommen, #behandlungsschwerpunkte{
/*    background-color: red;  */

}

.container-b  {
    padding: 5px 0px 15px 0px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
/*    background:url(/fb/i/back.jpg) no-repeat; */
    background-color:#fff;
    border: 1px solid #263263;
    border-radius:20px;
    min-height:350px;
}



.mehrspaltig {
    -webkit-column-count: 3;
    -webkit-column-width: 25em;
    columns: 3 25em;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    text-align: justify;
}
.mehrspaltig_2 {
    padding: 15px 90px;
    -webkit-column-count: 3;
    -webkit-column-width: 27em;
    columns: 3 22em;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    text-align: justify;
}
    
.mehrspaltig_2 p{
    line-height: 190%;
}
    
.row1 p{
    line-height: 190%;
}


/* ------------------------------------------ */
/* -------------- Praxisbilder -------------- */
/* ------------------------------------------ */

#praxispictures{
/*    background-color: red; */
}

.container-p  {
    padding: 15px 5px 15px 5px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}


/* --------------------------------- */
/* ---------- Counter -------------- */
/* --------------------------------- 

.container-c {
    padding: 15px;
    width: 100%;
    margin: 0px auto;
}

.counter-section {
  background: url(../img/background/bg-1.jpg); 
/*  background-color: #00b4d9;
  overflow: hidden;
  position: relative; 
}

.counter-section:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.counter-section .counter {
    padding: 30px 0;
}

.counter-section .counter .icon {
    margin-bottom: 30px;
}

.counter-section .counter .icon i {
    font-size: 48px;
    color: #00b4d9;
}

.counter-section .counter p {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 30px 0;
}

.counter-section .counter .counterUp {
    color: #fff;
    font-size: 42px;
    margin-top: 15px;
    font-weight: 700;
}


/* --------------------------------- */
/* --------- Praxisbilder ---------- */
/* --------------------------------- 


#portfolios {
    background-color: #f2f2f2;
}

#portfolios .mix {
    padding: 10px;
}




/* --------------------------------- */
/* ------- Fremdbewertungen -------- */
/* --------------------------------- 

.container-f {
    padding: 15px 5px 15px 5px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.services {
    background-color: #eee;
}

.services-item {
    background-color: #fff;
    border-radius: 4px;
    padding: 48px 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.services-item .icon i {
    font-size: 42px;
    margin-bottom: 15px;
    text-align: center;
    width: 48px;
    display: block;
    margin: 0 auto;
    height: 48px;
    color: #00b4d9;
}

.services-item .services-content h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.services-item .services-content h3 a {
    font-size: 18px;
    text-transform: uppercase;
    color: #666;
}

.services-item .services-content h3 a:hover {
    color: #00b4d9;
}

.services-item .services-content p {
    line-height: 22px;
}

.services-item:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
*/
.services-border {
    background-color: #fff;
    border-radius: 4px;
    padding: 5px 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
/*    text-align: center; */
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.services-border:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

/* --------------------------------- */
/* ----------- Kontakt ------------- */
/* --------------------------------- 

.container-k {
    padding: 15px 5px 15px 5px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.form-control {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s; 
    transition: all 0.3s;
    padding: 8px 10px;
    border: 1px solid #e1e1e1;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
}

.btn.disabled, .btn:disabled {
    opacity: 1;
}

.contact-form-area {
    background-color: #fff;
    box-shadow: 0 0 30px #ededed;
    padding: 60px 40px;
}

.contact-form-area h2 {
    font-size: 18px;
    text-transform: uppercase;
}

.footer-right-contact {
    padding: 4px;
    border: 1px solid #e1e1e1;
    margin-top: 30px;
}

.footer-right-contact .single-contact {
    margin: 10px 22px;
    padding: 3px 55px;
    position: relative;
    color: #666;
}

.footer-right-contact .single-contact p {
    margin-bottom: 5px;
}

.footer-right-contact .single-contact p a {
    color: #666;
}

.footer-right-contact .contact-icon {
    background-color: #00b4d9;
    color: #fff;
    border-radius: 50%; 
    font-size: 20px;
    height: 40px;
    left: 0;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
}

#contact {
    position: relative;
    overflow: hidden;
}

#contact #contactForm {
    margin-top: 30px;
}

.text-danger {
    font-size: 14px;
    margin-top: 10px;
}

.list-unstyled li {
    color: #d9534f;
}

#conatiner-map {
    margin-top: 30px;
    text-align: center;
    background-color: #fff;
    width: 100%;
    height: 400px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 101;
    width: 100%;
}
*/


.section-padding {
    padding: 60px 0;
}


/* --------------------------------- */
/* --------- ScrollToTop ----------- */
/* --------------------------------- */

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    background-color: #00b4d9;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top:hover {
    background: #21cff3;
}
#back-to-top.show {
    opacity: 1;
}

/* --------------------------------- */
/* ----------- Ads Item ------------ */
/* --------------------------------- */


.container-a  {
    padding: 0px 5px 15px 5px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}


.container-c  {
    padding: 5px 0px 15px 0px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    min-height:350px;
}

/* --------------------------------- */
/* ---------- Team Item ------------ */
/* --------------------------------- */


.container-t  {
    padding: 15px 5px 15px 5px;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

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

.team-box {
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex;
    background-color: #fff;
    justify-content: center
}

.row-reverse { 
    -webkit-flex-direction: row-reverse; 
    flex-direction: row-reverse;
} 

.wrap-reverse { 
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
} 
.wrap { 
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.team-item:hover {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.08);
}

.team-item {
/*    margin: 15px 0; */
    border-radius: 0px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .team-img {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
}

.team-item .info-text {
    padding: 15px 10px;
    background-color: #fff;
    flex-grow: 2;
}


.team-item .info-text h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: left;

}


.team-item .info-text h3 a {
    color: #333;
}

.team-item .info-text h3 a:hover {
    color: #3d60f4;
}

.team-item .info-text p {
    margin: 0;
    color: #555;
    text-align: left;

}

.team-item:hover .team-overlay {
    opacity: 1;
}

.team-item .info-button {
    padding: 15px 10px;
    background-color: #fff;
    align-self: flex-end;
}

/*
.team-item .team-overlay {
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    width: 100%;
    border-radius: 0px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon {
    color: #fff;
    top: 45%;
    position: absolute;
    display: table-cell;
    margin: 0 auto;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon .social-icons {
    padding-left: 0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon .social-icons li {
    display: inline-block;
    margin: 0 4px;
}

.team-item .overlay-social-icon .social-icons li a {
    letter-spacing: 0px;
    outline: 0 !important;
}

.team-item .overlay-social-icon .social-icons li a i {
    font-size: 20px;
    color: #fff;
    width: 36px;
    height: 36px;
    background-color: #3d60f4;
    display: block;
    border-radius: 30px;
    line-height: 36px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon .social-icons li a:hover .lni-facebook-filled {
    background-color: #3B5998;
}

.team-item .overlay-social-icon .social-icons li a:hover .lni-twitter-filled {
    background-color: #00aced;
}

.team-item .overlay-social-icon .social-icons li a:hover .lni-instagram-filled {
    background-color: #fb3958;
}
*/



/* --------------------------------- */
/* ---------- Accordion ------------ */
/* --------------------------------- */


/*
* Color Variables
*/

$light-grey: #eee;
$med-grey: #666;
$dark-grey: #444;
$highlight-color: #1abc9c;


/*
* Animation Variables
*/

$timing: .4s;
$ease: cubic-bezier(0.865, 0.140, 0.095, 0.870);


/* 
* Global
*/

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* 
* Base

/* --------------------------------- */
/* ---------- Lade Balken ---------- */
/* --------------------------------- */

.meter {
    height: 9px;  /* Can be anything */
    position: relative;
    background-color: #ddd;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 1px;
    box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}

.meter > span {
  display: block;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  /* orange
  background-color: #f1a165;
  background-image: linear-gradient(to bottom, #f1a165, #f36d0a);
  */
  background-color: rgb(43,194,83);
  background-image: linear-gradient(
    center bottom,
    rgb(43,194,83) 37%,
    rgb(84,240,84) 69%
  );

  box-shadow: 
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
  position: relative;
  overflow: hidden;
}    

#bewert p.stars{width:97px;height:16px;float:right;}


/* --------------------------------- */
/* ---------- Lade Kreis ----------- */
/* --------------------------------- */


 section {
  margin: 100px auto;
  width:  50px;
  height: 50px;
  position: relative;
}

section .circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

section .circle:before {
  content: '';
  display: block;
  /* kreis mit steemit Hintergrundfarbe */
  width: 12px;
  height: 12px;
  background-color: #263263;  /* #3b4b89;  #06D6A9; */
  border-radius: 50%;
  animation: lebe 1s infinite linear;
}

section .circle0{
  transform: rotate(36deg);
}
section .circle1 {
  transform: rotate(72deg);
}
section .circle2 {
  transform: rotate(108deg);
}
section .circle3 {
  transform: rotate(144deg);
}
section .circle4 {
  transform: rotate(180deg);
}
section .circle5 {
  transform: rotate(216deg);
}
section .circle6 {
  transform: rotate(252deg);
}
section .circle7 {
  transform: rotate(288deg);
}
section .circle8 {
  transform: rotate(324deg);
 }
section .circle9 {
  transform: rotate(360deg);
}


section .circle1:before {
  animation-delay: -0.9s;
}
section .circle2:before {
  animation-delay: -0.8s;
}
section .circle3:before {
  animation-delay: -0.7s;
}
section .circle4:before {
  animation-delay: -0.6s;
}
section .circle5:before {
  animation-delay: -0.5s;
}
section .circle6:before {
  animation-delay: -0.4s;
}
section .circle7:before {
  animation-delay: -0.3s;
}
section .circle8:before {
  animation-delay: -0.2s;
}
section .circle9:before {
  animation-delay: -0.1s;
}


@keyframes lebe {
   0%, 50% {opacity: 0}
   51% {opacity: 1}
   100%{opacity: 0}
}


.onlysmall {
    display: none;
}

.headline {
    padding-top: 30px;
    font-size:30px;
}

.opener {
    padding: 15px 50px;
}

.mainblock {
    background-color: #263263;
    padding: 15px 15px;
    margin: 0 30px 20px 30px;
}


/* --------------------------------- */
/* -------- Media Queries ---------- */
/* --------------------------------- */


@media (min-width: 992px) and (max-width: 1199px) {
/*
    #hero-area .contents .head-title {
        font-size: 40px;
        letter-spacing: 6px;
    }
    #hero-area .contents span {
        font-size: 25px;
        line-height: 25px;
    }
    #hero-area .contents p {
        font-size: 20px;
    }

    .services-item .services-content h3 a {
        font-size: 14px;
    }
*/
}

/* tablets */
@media (max-width: 991px) {
/*
    #hero-area .contents .head-title {
        font-size: 40px;
        letter-spacing: 6px;
    }
    #hero-area .contents span {
        font-size: 25px;
        line-height: 25px;
    }
    #hero-area .contents p {
        font-size: 20px;
    }

    .services-item .services-content h3 a {
        font-size: 14px;
    }
*/
    .section-title {
        font-size: 30px;
        margin-bottom: 30px;
    }
/*
    .services-item .services-content h3 a {
        font-size: 14px;
    }
    .services-item {
        margin-bottom: 20px;
    }
*/
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
    .section-title {
        font-size: 26px;
        margin-bottom: 30px;
    }
/*
    .services-item .services-content h3 a {
        font-size: 16px;
    }
    .services-item {
        margin-bottom: 20px;
    }
    
    .counter-section .counter p {
        font-size: 14px;
    }
*/
}

/* mobile or only mobile */
@media (max-width: 767px) {
    .section-title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .section-sub {
        font-size: 16px;
    }
    .navbar-brand img {
        margin: 5px 0;
    }
/*
    #hero-area .contents {
        padding: 100px 0px 60px 0px;
    }
    #hero-area .contents .head-title {
        font-size: 22px;
        letter-spacing: 3px;
    }
    #hero-area .contents span {
        font-size: 15px;
        line-height: 15px;
    }
    #hero-area .contents p {
        font-size: 17px;
    }
*/
    .btn2 {
        padding: 5px 15px;
    }
    
    .services-item {
        margin-bottom: 20px;
    }
    .timeline li .line-title {
        line-height: 26px;
    }
    .timeline li:first-child i {
        margin: -12px -40px;
    }
    .contact-form-area {
        padding: 40px 0px;
    }
    .footer-right-area {
        margin-top: 20px;
    }
    .show-nav {
        display:block;
    }
    .container-nav {
        display:none;
    }
    
    .w70 {
         width:60%;
    }

    .w50 {
        width:100%;
    }

    .w30 {
        width:40%;
    }
    
    .hide100 {
        display: none;
    }
    
    .onlysmall {
        display: block ;
    }
    .headline {
        padding-top: 15px;
        font-size:24px;
    }
    .opener {
        padding: 15px 10px;
    }
    .mainblock {
        margin: 0 5px 5px 5px;
    }
    .h2head {
        font-size:20px;
        line-height:20px;
        color: #263263;
        padding-top: 30px;
		padding-right: 15px;
	    padding-left: 15px;
    }
    .h2head_2 {
        font-size:15px;
        line-height:15px;
        color: #263263;
		padding: 0px 15px;
    }

}

/* mobile or only mobile */
@media (max-width: 590px) {
    

    .mehrspaltig_2 {
        padding: 15px 30px;
    }
    .question, .eingabe {
        width: 90%;
    }
    
    .question_dze, .eingabe_dze {
        width: 90%;
    }
    
    
    .onlysmall {
        display: block ;
    }

    
}
