/* BEGINN ALLG. MODIFIKATION */
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;

    opacity: 0;
    transition: opacity 2s;
    -webkit-transition: opacity 2s;
}

html {
    scroll-behavior: smooth;
}

.img_responsive {
    width: 100%;
    height: auto;
}

/* ENDE ALLG. MODIFIKATION */

/* BEGINN NAVIGATION */
nav {
    border-bottom: 0.5px solid white;
}

.navi_logo {
    width: 5vh;
    height: auto;
}

.bg-dark {
    background-color: #252627 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1em;
}

.navbar-dark .navbar-toggler:hover, .navbar-dark .navbar-toggle:hover  {
    border-color: #df9496 !important;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -webkit-transition: all 1s;
}
.navbar-dark .navbar-toggle {
color: rgba(255,255,255,.5)!important;
    background-color: transparent!important;
border-color: rgba(255,255,255,.1);
}
.navbar-toggle {
padding: .25rem .75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
    border-radius: .25rem;}

/* ENDE NAVIGATION */

/* BEGINN HEADER */
.header_img {
    background-image: url(../img/header_tanja_desktop.jpg);
    background-repeat: no-repeat;
    background-attachment: relative;
    background-position: top;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    height: 100vh;
    width: 100%;
}

/* BEGINN TEXT HEADER */
h1 {
    margin-top: 2.5em;
    font-weight: 800;
    color: #252627;
}

hr.style-two-header {
    border: 0;
    height: 2px;
    width: 100%;
    background-image: linear-gradient(to right, rgba(237, 143, 148, 0.75), rgba(0, 0, 0, 0));
    margin-left: 0 !important;
}

.id_lebenslauf_ {
    text-decoration: none !important;
    color: white;
}

.id_lebenslauf_:hover {
    color: #df9496;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -webkit-transition: all .6s;
}

.farb {
    color: white !important;
}

.mar-top {
    margin-top: 50vh;
}

/* ENDE HEADER */

/* ANFANG BOUNCING */
.arrow {
    font-size: 0.8em;
    position: absolute;
    top: 40%;
    height: 50px;
    width: 50px;
    bottom: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    60%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    80% {
        transform: translateY(-10px);
    }
}

.fas {
    color: #df9496;
}

/* ENDE BOUNCING */

/* BEGINN BACKTOTOP */
#myBtn {
    display: none;
    position: fixed;
    bottom: 2vh;
    right: 2vh;
    z-index: 99;
    font-size: 0.8rem;
    border: none;
    outline: none;
    background-color: #555;
    color: white;
    cursor: pointer;
    border-radius: 6px;
    opacity: 0.4;
}

#myBtn:hover {
    background-color: #212529;
    opacity: 0.6;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
}

/* ENDE BACKTOPTOP*/

.farb a.text-black{color: black!important;}

/* BEGINN LEBENSLAUF */
hr.style-two-lebenslauf-full{
    border: 0;
    height: 1px;
    background-color: rgba(237, 143, 148, 0.75);
}

hr.style-two {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(237, 143, 148, 0.75), rgba(0, 0, 0, 0));
}

hr.style-two-lebenslauf {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(237, 143, 148, 0.75), rgba(0, 0, 0, 0));
    margin-top: 55px;
}

.fliesstext_bold {
    font-weight: 500;
}

.aktuell {
    color: #df9496;
    margin-bottom: 5px;
}

.icons {
    color: #df9496;
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border: 2px solid #df9496;
    padding-top: 25px;
}

.link {
    text-decoration: none !important;
    color: #212529;
}

.link:hover {
    color: #df9496;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -webkit-transition: all .6s;
}

.subl_lebenslauf {
    padding-top: 1.5vh;
    color: #df9496;
    font-weight: 500;
}

/* ENDE LEBENSLAUF*/

/* BEGINN PARALLAX ZITAT */
.parallax_1 {
    height: 350px;
    width: 100% !important;
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    background-image: url(../img/parallax_index.png);
    background-attachment: fixed;
    background-position: center;
    border-top: 0.5px solid #df9496;
    border-bottom: 0.5px solid #df9496;
}

.parallax_zitat {
    color: #252627;
    font-size: 300%;
    text-align: center;
    z-index: 1000;
    font-weight: 500;
    font-style: italic;
    margin-top: 55px;
}

.autor {
    font-size: 150%;
    color: #df9496;
    text-align: center;
    z-index: 1000;
    font-weight: 300;
}

/* ENDE PARALLAX ZITAT */

/* BEGINN ZEUGNISSE */
.testimonial {
    margin: 0 10px;
    padding-top: 70px;
    position: relative;
    cursor: default;
}

.testimonial:after {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background: #fff;
    margin-top: 20px;
    border-bottom: 2px solid #df9496;
    border-left: 1px solid #df9496;
}

.testimonial .description {
    font-size: 17px;
    color: #252627;
    line-height: 36px;
    margin-bottom: 15px;
}

.testimonial .description:before {
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #df9496;
    font-size: 16px;
    color: #df9496;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.testimonial .testimonial-title {
    display: inline-block;
    font-size: 17px;
    color: #252627;
    text-transform: uppercase;
    margin: 10px 0 0 0;
}

.testimonial .testimonial-title:before {
    content: "";
    width: 7px;
    height: 5px;
    display: inline-block;
    border-top: 1px solid #df9496;
    border-right: 1px solid #df9496;
    margin: 0 15px;
    transform: translateY(-70%);
}

.owl-theme .owl-controls {
    margin-top: 30px;
}

/* ENDE ZEUGNISSE */

/* BEGINN PARALLAX */
.parallax_2 {
    height: 25px;
    width: 100% !important;
    background-color: #252627;
    ;
}

/* ENDE PARALLAX */

/* BEGINN PORTFOLIO */
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    width: auto;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(40, 40, 40, 0.75);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}

.port:hover .overlay {
    opacity: 0.7;
    filter: rgba(40, 40, 40, 0.75);
    color: rgba(40, 40, 40, 0.75);
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.text {
    color: white!important;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.text a.firmen_port {
    color: white!important;
    font-size: 1rem;
    border: 1px solid white;
    padding: 10px;
}

.fiktive_port {
    color: white;
    font-size: 1rem;
    border: 1px solid white;
    padding: 10px;
}

.firmen_port:hover {
    color: white;
    text-decoration: none;
    box-shadow: 0 16px 48px 0 rgba(0, 0, 0, 0.22), 0 4px 10px 0 rgba(0, 0, 0, 0.28);
}

.card-img-top {
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);

}

.port_backcolor_realwork {
    background-color: #252627;
    border-top: 0.5px solid #df9496;
}

.port_backcolor_freework {
    background-color: #252627;
    border-bottom: 0.5px solid #df9496;
}

.card {
    border: none;
}

.color_hgdunkel {
    color: white;
}

/* ENDE PORTFOLIO */

/* BEGINN KONTAKT */
.text-bold {
    font-weight: 500;
}

iframe {
    height: 233.8px;
    width: 100%;
}

.icons_kontakt {
    color: #df9496;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #df9496;
    padding-top: 7px;
}

.pad_top {
    padding-top: 0 !important;
}

.mail-link {
    text-decoration: none;
    color: #252627;
}

.mail-link:hover {
    color: #df9496;
    text-decoration: none;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -webkit-transition: all .6s;
}

/* ENDE KONTAKT */

/* BEGINN UNTERSEITEN */
.header_unterseiten {
    background-image: url(../img/header_unterseiten.jpeg);
    background-repeat: no-repeat;
    background-attachment: relative;
    background-position: center;

    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;

    height: 40vh;
    width: 100%;
}

.logo_adac, .logo_pwg {
    height: 80px;
    width: auto;
}
.logo_redblue {
    height: auto;
    width: 30%;
}

.logo_hebammensupport {
    height: 120px;
    width: auto;
}

.unterseite_text{
    font-size: 0.95em!important;
}

.unterseite_link {
    color: #252627;
}

.unterseite_link:hover {
    color: #df9496;
    text-decoration: none;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -webkit-transition: all .6s;
}

.carousel-control-prev-icon, .carousel-control-next-icon{
    background-image: none;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
  }
/* ENDE PORTFOLIO UNTERSEITEN*/

/* BEGINN FOOTER */
.footer {
    height: 70px;
    width: 100% !important;
    background-color: #252627!important;
    border-top: 0.5px solid #df9496;
}

.fot-text,
.fot-text a {
    color: white !important;
    margin-bottom: 0 !important;
}

.fot-text a:hover, .modal-body a.link:hover, .farb a:hover, .link:hover {
    text-decoration: none;
    color: #df9496 !important;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
}

/* BEGINN IMPRESSUM */
.h3_imp {
    color: #df9496;
}
.modal-body, .modal-body a.link{color: black!important; text-align: left; text-decoration: none;}
.modal-body p a, .container a{color: black!important;}
.farb a{color: white!important;}

/* ENDE IMPRESSUM */


/*Extra small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap*/

/*Small devices (landscape phones, 576px and up)*/
@media (max-width:992px){.logo_redblue{width:60%;}}

/*(min-width: 576px) and */
(max-width: 767px) {}


/*Medium devices (tablets, 768px and up)*/
@media (min-width: 767px) and (max-width: 992px) {
    
}

@media (max-width:992px){
    .parallax_zitat{margin-top:0!important;}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

.navbar-expand-lg .navbar-toggle {
display: none;
}
    

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .mar-top {
        margin-top: 40vh;
    }
}

/* MEDIA QUERIES NEW -> DON'T TOUCH!!!! */


/* IPAD - landscape */
@media (min-width:992px) and (max-width:1200px) and (orientation:landscape){
    h1.mar-top{margin-top: 22vh;}
    .header_img{background-position: 70% top;}
    .two_{margin-top:33px!important;}
}
@media (min-width:1200px){
    h1.mar-top{margin-top: 28vh;}
}


@media (min-width:767px) and (max-width:1200px) and (orientation:portrait){
    h1.mar-top{margin-top: 28vh;}
    .header_img{background-position: 40% center;}
}

/* SMARTPHONE */
@media (max-width:767px) and (orientation:landscape){
    .farb{color:black!important;}
    .arrow{top:95vh;}
    .header_img{background-position: right top;}
    h1.mar-top{margin-top: 10px;}
    .parallax_zitat{font-size:2.5em; margin-top: 0.7em!important;}
}
@media (max-width:767px) and (orientation:portrait){
    .farb{color:black!important;}
    .mar-top{margin-top: 10px;}
    .parallax_zitat{font-size:2em; margin-top: 0.7em!important;}
    .autor{font-size: .5;}
    .header_img{background-position: 25% center;}
    .arrow{top:95vh;}
}



