/*
  body: #676767;
  blau: #1c7cac;
*/

/* Fonts & Typography */
/* Lato: 300, 400 700   */
#page p a { text-decoration: underline; }
#page { background-color: #ffffff; }

h1,h2,h3,h4,h5,h6,blockquote,.btn-white   { 
    font-style: normal;
    font-variant-numeric: lining-nums;
}
h1 { font-size: 42px; font-weight: 500; font-family: 'Rufina', serif; font-weight: 400; }
/* h2 { font-size: 36px; } */
h2 { font-size: 24px; font-weight: 500; text-transform: uppercase; margin-bottom: 16px; margin-top: 32px; }
h3 { font-size: 18px; font-weight: 600; color: #1c7cac; }

@media (max-width: 575.98px) { 
  h1 { font-size: 32px; }
  h2 { font-size: 26px; }
  h3 { font-size: 18px; }
}

.overhead { text-transform: uppercase; margin-bottom: 20px;  }

.headerblue { color: #1c7cac; }

strong { font-weight: 700; }

h1 + h2 {}

.ce-headline-center { text-align: center; }

@media (min-width: 768px) {
  .ce-above .ce-gallery { margin-bottom: 0; }
}

.frame-type-text ul li:before {    
    font-family: 'Font Awesome 5 Pro';
    content: '\f178';
    float: left;
    margin-left: -1.5em;
}
.frame-type-text ul { list-style-type: none; padding-left: 1.5em; }
.frame-type-text ul li { margin: 0; margin-left: 0; }

table p { margin-bottom: 0; }

/* Buttons */
.btn-cta   { border-radius: 0; text-transform: uppercase; padding: 15px 40px; margin-top: 15px; text-decoration: none !important; }
.btn-cta   { border: 1px solid #1c7cac; }
.btn-cta:hover  { color: #ffffff; background: #1c7cac; }

.btn-primary { text-transform: uppercase; }

.anchor { 
  display: block; 
  position: relative; 
  top: -60px;
  visibility: hidden; 
}
@media (max-width: 576px) {
  .hidden-xs { display:none; }
}
@media (min-width: 768px) {
  .hidden-xs { display:inline-block; }
}

/* CSS Silbentrennung */
body {
  -moz-hyphens: manual;
   -o-hyphens: manual;
   -webkit-hyphens: manual;
   -ms-hyphens: manual;
   hyphens: manual;
}

#triangle-up { width: 0; height: 0; border-left: 50px solid transparent; border-right: 50px solid transparent; border-bottom: 100px solid red; }

/* Breadcrumbs */
.breadcrumbwrap {
  margin-bottom: 50px;
}
.breadcrumb {
  background-color: #ffffff;
}
/* Header */
.headerimage      { margin-bottom: 30px; }
.headerwrap       { transition: all 0.5s ease; }
.headerwrap .logo { transition: 0.5s; }
@media (min-width: 768px) { 
  .sps--abv .headerwrap   { padding-top: 30px; padding-bottom: 30px; }
  .sps--blw .headerwarp {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
/* Header sps */
.sps {
  width: 100%;
}
.sps--abv {
  background-color: #ffffff;
  color: #fff;
}
.noslider.sps--abv {
}
.sps--abv .bergwelt-logo {
  margin: 0 auto;
}
.noslider.sps--abv .bergwelt-logo {
  /* background-image: url(../img/logo-bergwelt-small.png) !important; */
}
.sps--blw {
  background-color: #ffffff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.sps--blw .logo {
    max-height: 50px;
}
.sps--abv .logo {
  max-height: 95px;
}


/* Sections & Grids */
.section-div { margin-top:100px; margin-bottom: 100px;  }
.grid1col header { margin-bottom: 3rem; }
.grid1col {  }


/* Loginform Header */
#loginform { font-size: 12px; }

/* Mainnav */
.main-nav { 
  white-space: nowrap;
}
.main-nav,
.main-nav .dropdown-menu {
  font-size: 14px;
}
.main-nav .nav-item.active    { border-bottom: 1px solid #1c7cac; }
.main-nav .nav-item.active a .nav-link-text  { color: #1c7cac; font-weight: 600; }

.navbar-brand { margin-right: 100px; }


/* Homeslider */
.swiper-container { }
.swiper-container .slidergfx { position: absolute; bottom: 0; z-index: 9; }
.swiper-container .swiper-pagination-bullet-active { background-color: #1c7cac !important; }
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets { bottom: 0 !important; }


/* Blurps */
.blurpiconwrap:hover > .blurpicon .img-fluid { background-color: #1c7cac; }
.blurpiconwrap:hover > .blurptext h3 a { color: #1c7cac; }

.blurpicon        { margin-bottom: 26px; }
.blurptext        { margin-bottom: 60px; }
.blurptext h3     { font-size: 16px; text-transform: uppercase; margin: 0; }
.blurptext h3 a   { color: #676767; }

/* Call to action */
.calltoaction h2,
.calltoaction h3,
.calltoaction h4  { color: #1c7cac; text-transform: uppercase; font-size: 18px; font-weight: 600; }

.calltoaction.fullwidth,
.calltoaction.normalwidth .container { 
  background-repeat: no-repeat;
  background-size: cover;
}
.calltoaction.fullwidth {
  padding: 80px 0;
}
.calltoaction.normalwidth .container {
  padding: 100px 0;
}

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

/* Buttons */
.calltoaction .btn-primary,
.card .btn-primary { border-radius: 0; text-transform: uppercase; padding: 10px 40px; text-decoration: none !important; }
.calltoaction .btn-primary,
.card .btn-primary { background: none; color: #1c7cac; }
.calltoaction .btn-primary:hover,
.card .btn-primary:hover { background: #1c7cac; color: #ffffff; }

/* Cards */
.st-card      { border: 0px; background-color: #f3f3f3; }
.st-card      {  }
.st-card h5   { text-transform: uppercase; }

/* Fachärzte Rollover */
.facharzt .image-caption {
  background-color: rgba(0, 0, 0, .6);
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  padding: 10px 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (hover:hover) {
  .facharzt .frame-type-image .image-caption {
    opacity: 0;
  }
  .facharzt .frame-type-image:hover .image-caption {
    opacity: 1;
    transition: 0.3s;
  }
}

/* FAQs */
@media (min-width: 768px) {
   .faqheader h3 { padding: 0.75rem 0; }
   .faqheader    { padding: 0.375rem 0; }
}
.faq-wrap { margin-top: -50px; }

#accordion .card {
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0;
}
#accordion .card-header:first-child {
    border-radius: 0;
}
#accordion .card-header {
    padding: 0.75rem 0;
    margin-bottom: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #676767;
}
#accordion .btn {
  padding: 0.375rem 0;
  width: 100%;
  text-align: left;
}
#accordion h5 {
  color: #676767;
  font-size: 18px;
  margin: 0;
}
#accordion h5 i { float: right; }


/* Timeline */
.timeline               {  }
.timeline h5            { font-size: 2rem; }
.timeline .card         { border: none; }
.timeline .border-st    { border-right: 1px solid #676767; !important; }

.bg-st { 
  background-image: url('/typo3conf/ext/st-theme-v9/Resources/Public/img/logobullet.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

/* Zertifikate */
.zertifikate header { margin-bottom: 1rem; }
.zertifikate h3 { font-size: 18px; font-weight: normal; color: #676767; }

.zertifikate .table-borderless th, 
.zertifikate .table-borderless td {
    padding: 0;
}
.zertifikate .ce-border img {
  border: 1px solid #676767;
}
.zertifikate .ce-intext.ce-left .ce-gallery {
    display: none;
  }
@media (min-width: 768px) {
  .zertifikate .ce-intext.ce-left .ce-gallery {
    margin-right: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.zertifikate .frame-layout-0 { border-bottom: 5px solid #f2f2f2; margin-bottom: 2rem; }

/* Kontaktformular */
.frame-type-form_formframework .control-label {
	font-weight: 600;
}
.frame-type-form_formframework h2 {
  display: none;
}

/* Footer */
#footer .prefooter { 
  height: 60px; 
  margin-bottom: 60px;
  background-image: url('/typo3conf/ext/st-theme-v9/Resources/Public/img/subfooter-leiste.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

#footer     { padding-bottom: 20px; margin-top: 100px; }
#footer     { }
#footer h4 { font-size: 16px; font-weight: bold; }
#footer     { font-size: 14px; }
#footer a   { }
#footer ul  { padding: 0; margin: 0; }
#footer li  { margin:0; }
#footer ul,
#footer li {
  padding: 0;
  margin-left: 0.5rem;
  list-style: none;
}
#footer li:before {
  content: "\f105";
  display: inline-block;
  padding-right: 0.5rem;
  margin-left: -1rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro"; 
}
#footer figure { margin:0; }

#footer .footer-nav { margin-bottom: 10px; }
#footer .footer-nav .footer-link { text-align: center; }
#footer .footer-nav .footer-link:first-child { padding-left: 0; }
#footer .footer-nav .footer-link:last-child { border-right: 0px; }
#footer .footer-nav .footer-link a { color: #676767; }
#footer .footer-nav .footer-link.active a { font-weight: bold; }

@media (min-width: 768px) {
  #footer .footer-nav .footer-link { padding: 0 10px; border-right: 1px solid #676767; }
}


#footer .footer-credits   { text-align: center; color: #c2c2c2; }
#footer .footer-credits a { color: #c2c2c2; font-weight: bold; }

@media (min-width: 768px) {
  #footer .footer-credits   { text-align: right; }
}




/*oldstuff*/
/* Contentbox */
#contentbox                 { padding: 80px 40px; width: 100%; }
#contentbox h2              { font-size: 28px; font-weight: 500; text-transform: uppercase; margin-bottom: 36px; }
#contentbox .btn-contentbox { border-radius: 0; text-transform: uppercase; padding: 15px 40px; }

#contentbox.card { border: none; border-radius: 0; }
#contentbox .card-footer {
    padding: 0;
    background: none;
    border: none;
}

    /* blau */
    #contentbox.blue table td { border-color: #ffffff; color: #ffffff; }
    #contentbox.blue a        { color: #ffffff; }
    #contentbox.blue {
      color: #ffffff;
      background-color: #7dbed7;
      background-image: url(../img/box_red.svg);
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: cover;
    }
    #contentbox.blue .btn-contentbox {
      border: 1px solid #ffffff;
    }

    /* grün */
    #contentbox.green table td { border-color: #006899; }
    #contentbox.green {
      color: #006899;
      background-color: #c8d23f;
    }
    #contentbox.green .btn-contentbox {
      border: 1px solid #006899;
      color: #006899;
    }

/* Kontakt-Box */
.contactbox {
  padding: 80px 15px;
  margin-bottom: 0px !important;
  color: #ffffff;
  background-color: #181818;
  background-image: url(../img/contact-back.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.contactbox .contactphone {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant-numeric: lining-nums;
}
.contactbox .contactphone             { font-size: 24px; margin-top: 20px; }

.contactbox form                      { margin-top: 40px; }
.contactbox form h2                   { display: none; }
.contactbox form label.control-label  { display: hidden; }

#kontaktformular input,
#kontaktformular textarea,
#kontaktformular select { 
  background: rgba(255, 255, 255, 0.2); 
  color: #ffffff;
  border-radius: 0;
}
#kontaktformular select option { color: #181818; }
#kontaktformular ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c2c2c2;
}
#kontaktformular ::-moz-placeholder { /* Firefox 19+ */
  color: #c2c2c2;
}
#kontaktformular :-ms-input-placeholder { /* IE 10+ */
  color: #c2c2c2;
}
#kontaktformular :-moz-placeholder { /* Firefox 18- */
  color: #c2c2c2;
}

/* Tabs */
.tabcontentwrap { padding: 50px 0; }
.tabcontentwrap h3 { color: #d63517; font-size: 24px; margin-bottom: 24px; }

.tabcontentwrap .nav-tabs { border-bottom: none; margin-bottom: 24px; }

.tabcontentwrap .nav-tabs .nav-link {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant-numeric: lining-nums;
  font-size: 24px;
  margin: 0 10px;
}
.tabcontentwrap .nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 2px solid #58595b;
    color: #58595b;
}
.tabcontentwrap .nav-tabs .nav-link.active, 
.tabcontentwrap .nav-tabs .nav-item.show .nav-link {
    color: #d63517;
    background-color: transparent !important;
    border-radius: 0;
    border-color: #d63517;
}

.tabcontentwrap .btn-primary { border-radius: 0; text-transform: uppercase; padding: 15px 40px; text-decoration: none !important; }
.tabcontentwrap .btn-primary { background: none; color: #d63517; }
.tabcontentwrap .btn-primary:hover { background: #d63517; color: #ffffff; }

/* social */
#social {
  position: fixed;
  bottom: 40%;
  right: -140px;
  z-index: 10000;
}
#social .social {
  width: 190px;
  padding: 15px 0 15px 15px;
  color: #ffffff;
  -webkit-transition:all 0.25s ease-in-out;
  -moz-transition:all 0.25s ease-in-out;
  -o-transition:all 0.25s ease-in-out;
  transition:all 0.25s ease-in-out;
  cursor:pointer;
}
#social .social   { text-transform: uppercase; }
#social .social a { color: #ffffff; }
#social .social:hover {
  margin-left: -140px;
}
#social .social .fal          { margin-right: 15px; }
#social .social-testzentrum   { background-color: #70b6cf; }
#social .social-login         { background-color: #009ed1; }
#social .social-contact       { background-color: #006899; }

@media (min-width: 768px) {
  #social {
    bottom: 60%;
  }
}

/* Homepage Box */
.whitebox {
  border: 2px solid #1e76a2;
  background-color: #ffffff;
}
.whitebox h2 {
  color: #1e76a2;
  margin-top: 0;
}
.praxisnews {
  background-image: url('/typo3conf/ext/st-theme-v9/Resources/Public/img/sliderback_home.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.praxisnews header {
  margin-top: 0;
  margin-bottom: 20px;
}
.praxisnews h2 {
  margin-top: 0;
}

/* Social Icons */
.socialfooter { font-size: 2em; }

/* Zitate-Slider */
.zitat-swiper .swiper-slide {
  padding: 20px;
}
.quoteicon {
  font-size: 90px;
  line-height: 0.3; 
  font-weight: 500; 
  font-family: 'Rufina', serif; 
  font-weight: 400;
  text-align: center;
}
.overhead {
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
}
.quotetext {
  font-size: 42px; 
  font-weight: 500; 
  font-family: 'Rufina', serif; 
  font-weight: 400;
  color:  #1c7cac;
}
.quotedate {
  text-align: center;
  font-size: 18px;
}

/* Reviews-Slider */
#quoteslider .quote-text {
  font-size: 24px; 
  font-weight: 500; 
  font-family: 'Rufina', serif; 
  font-weight: 400;
  color:  #1c7cac;
}


/* Powermail */
.powermail_fieldset {
  background-color: #f2f2f2;
  padding: 3rem;
}



