/* CSS Document für Julia Gilcher - WORDS IN FLOW  */

body {
animation: fadeIn 1s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.logo{
width: 560px;
height: auto;
display:block;
margin-bottom: 20px;
}

.feature-icon {
  width: 8rem;
  height: 8rem;
  display: block;
  margin: 0 auto;
}

.icon-link > .bi {
  margin-top: .125rem;
  margin-left: .125rem;
  fill: currentcolor;
  transition: transform .25s ease-in-out;
}

.icon-link:hover > .bi {
  transform: translate(.25rem);
}

.icon-square {
  width: 6em;
  height: 0.5rem;
  border-radius: .5rem;
  background-color: #0064AC;
}

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


.sind{padding-right: 2.5rem !important;}


.card-text{
font-size: 14px;
}

.bg-body-tertiary {background: #f7fafc !important;}

.feature-icon-small {
  width: 3rem;
  height: 3rem;
}

.centerbox{
text-align:center;
}

.information{
color: #fff;
font-style: italic;
background-color: #0064AC;
text-align: center;
margin: 0px 0px;
}

.content {
color: #555;
background-color: #fff;
text-align: center;
}

.dropdown-item{
min-width: 9.4em;
}
.dropdown-item.active {
color: #fff;
border-radius: 4px;
}

.vfll{
opacity: 0.5;
-webkit-transition:opacity 500ms ease-out;
-moz-transition:opacity 500ms ease-out;
-o-transition:opacity 500ms ease-out;
transition:opacity 500ms ease-out;
}

.vfll:hover{
opacity: 1.0;
-webkit-transition:opacity 500ms ease-out;
-moz-transition:opacity 500ms ease-out;
-o-transition:opacity 500ms ease-out;
transition:opacity 500ms ease-out;
}


.vfllimg{
width: 300px;
height: auto;
}

.vfllimg2{
width: 320px;
height: auto;
}


.divider {
height: 16rem;
background: url('../img/bg-02.jpg') no-repeat center center;
background-size: cover;
background-color: rgba(0, 0, 0, .1);
border: solid rgba(0, 0, 0, .15);
border-width: 1px 0;
box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.finde li{
margin-bottom: 6px;
}

/* h1, h2, h3, h4 {
color: #333;
}*/

::before, ::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h2.start  {
  text-align: center;
  position: relative;
  padding-bottom: 16px;
}

h2::after {
  background-color: #0064AC;
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin-top: 16px;
}

 h2.start::after {
  background-color: #0064AC;
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}

.form-control-dark {
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}

.teaser{
background: url('../img/hero.jpg') no-repeat center center;
background-size: cover;
}

.teaser-imprint{
background: url('../img/hero-impressum.jpg') no-repeat center center;
background-size: cover;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.4rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0064AC;
}

.nav-link, a:link{
color:  #0064AC;
}

.dropdown-menu {
--bs-dropdown-link-active-bg: #0064AC;
}

.btn-primary, .btn-warning {
 --bs-btn-color: #fff;
 --bs-btn-bg: #0064AC;
 --bs-btn-border-color:#0064AC;
 --bs-btn-hover-bg: #1e1e1e;
 --bs-btn-active-color: #fff;
 --bs-btn-hover-border-color: #1e1e1e;
 --bs-btn-active-bg: #1e1e1e;
 --bs-btn-active-border-color: #1e1e1e;
}

.btn-link {
--bs-btn-color: #1e1e1e;
color: #1e1e1e !important;
text-decoration: none;
border: 1px solid #1e1e1e;
}

.btn-link:hover {
color: #1e1e1e;
background: #e1e1e1;
border: 1px solid #1e1e1e;
}

.btn-warning:hover{
color: #fff;
}

.btn-light {
--bs-btn-color: #fff;
 --bs-btn-bg: #1e1e1e;
 --bs-btn-border-color:#1e1e1e;
 --bs-btn-hover-bg: #e1e1e1;
 --bs-btn-active-color: #fff;
 --bs-btn-hover-border-color: #1e1e1e;
 --bs-btn-active-bg: #1e1e1e;
 --bs-btn-active-border-color: #1e1e1e;
}

.btn {
border-radius: 6px;
}

a.btn-primary{
color: #fff;
}


.nav-link:hover, .nav-link:focus{
color:  #1e1e1e;
}

.navbar-light  {
     background-color: #fff !important;
}
.navbar-toggler {
border: none !important;
}

@media only screen and (max-width: 1281px) {
.logo{width: 480px !important; height: auto; display:block;}
}

@media only screen and (max-width: 991px) {
.julia {width: auto; height: 580px;}
.pader {text-align:center; margin-bottom: 40px; --bs-gutter-x: 0rem;}
}

@media only screen and (max-width: 767px) {
.vfll-box{display: none;}
}


@media only screen and (max-width: 479px) {
.logo{width: 230px !important; height: auto; display:block;}
.p-5{hyphens: manual; padding: 1.4rem !important;}
.card-body {hyphens: manual; padding: 0.0rem !important;}
.card-body h2, .p-5 h2{hyphens: manual;}
.blockquote-footer {padding: 18px 0px 0px 0px !important;}
.sind{padding-right: 1.4rem !important;}
}

@media only screen and (max-width: 361px) {
.smlead {padding: 50px 30px 50px 30px !important;}
}


/* Kurzvita Timeline */

.vita .card {--bs-card-border-width: 0px;}

.timeline {
    border-left: 4px solid #0064AC;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(114, 124, 245, 0.04);
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 48%;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.timeline .event {
    border-bottom: 1px dotted #7f82a4;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: -4px;
}

.timeline .event:before {
    left: -220px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 1.9em;
    min-width: 140px;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #0064AC;
    box-shadow: 0 0 0 3px #0064AC;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}
