/* CSS Document --------------------------------------------------------- */
/*mobile first*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,600');

html,
body {
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', arial, helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    font-size: 0.9rem;
    line-height: 1.7rem;
}

/*Font Stuff*/
h1,
h2,
h3 {
    font-family: 'Open Sans', arial, helvetica, sans-serif;
}

/*h1.caroussel {font-size: 2.1rem;}*/
h1 {
    font-size: 1.9rem;
}

h2.slogan {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(50, 50, 50, 1);
}

.cf-pink {
    color: #e3006a;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.6rem;
}

h6,
strong {
    font-weight: 600;
}

p a {
    color: #888;
    font-weight: bold;
}

p a:hover {
    color: #e3006a;
}

.footer p a {
    color: #fff;
    font-weight: bold;
}

.footer p a:hover {
    color: #480d42;
}

ul {
    padding: 1rem;
}

/*Farben*/
.cd-color {
    background-color: #e3006a;
}

/*Spacer*/
.spacedown {
    margin-bottom: 4rem;
}

.spacedown-lg {
    margin-bottom: 6rem;
}

.spaceup-lg {
    padding-top: 14rem;
}

/*Ecken*/
.rounded-no {
    border-radius: 0;
}

.w10 {
    width: 10%
}

.w20 {
    width: 20%
}

.w30 {
    width: 30%
}

.w40 {
    width: 40%
}

.w50 {
    width: 50%
}

.w60 {
    width: 60%
}

.w70 {
    width: 70%
}

.w80 {
    width: 80%
}

.w90 {
    width: 90%
}

.w100 {
    width: 100%
}

.bg-transparent {
    background-color: transparent;
}


.btn.cd-color {
    padding: .2rem .5rem;
    background-color: transparent;
    border-bottom: 1px solid #e3006a;
    color: #00447a !important;
    text-transform: uppercase;
    font-size: 0.8rem;
}

header .btn.cd-color {
    margin-bottom: 0.4rem;
    color: #ffffff !important;
}

.carousel .btn.cd-color {
    background-color: #e3006a;
    color: white !important;
}

.footer .btn.cd-color {
    border-bottom: 1px solid white;
    color: white !important;
}

.btn.cd-color:hover,
.carousel .btn.cd-color:hover,
.footer .btn.cd-color:hover {
    background-color: #480d42;
    cursor: pointer;
    border: 1px solid #480d42;
    color: white !important;
}

.footer .btn.active {
    background-color: #480d42;
    cursor: default;
    border: 1px solid #480d42;
    color: white !important;
}

footer .sitemap {
    display: none;
}

.btn.cd-color i {
    float: left;
    margin-right: 8px;
}


/* 3BAR and Close Navi BTN */
.navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 1) !important;
    cursor: pointer;
    padding: 3.4rem 0 0.2rem 0;
}

.navbar-toggler:before {
    content: "Menu";
    font-size: 12px;
    vertical-align: super;
    /*    text-shadow: 2px 2px 4px #555555;*/
}

#nav-icon3 {
    width: 26px;
    height: 19px;
    margin-top: 3px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

/*3Bar*/
.navbar-toggler.collapsed #nav-icon3 span,
#nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    /*    box-shadow: 1px 1px 2px #aaa;*/
}

.navbar-toggler.collapsed #nav-icon3 span:nth-child(1),
#nav-icon3 span:nth-child(1) {
    top: 0px;
}

.navbar-toggler.collapsed #nav-icon3 span:nth-child(2),
.navbar-toggler.collapsed #nav-icon3 span:nth-child(3),
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 7px;
}

.navbar-toggler.collapsed #nav-icon3 span:nth-child(4),
#nav-icon3 span:nth-child(4) {
    top: 14px;
}

/*X close*/
#nav-icon3 span:nth-child(1) {
    top: 7px;
    width: 0%;
    left: 50%;
}

#nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(-45deg);
}

#nav-icon3 span:nth-child(4) {
    top: 7px;
    width: 0%;
    left: 50%;
}

.navbar-cf {
    padding: .5rem 1rem;
    transform: rotate(-2deg);
    z-index: 20;
    width: 100%;
    margin-top: -30px;
}

.breadcrumb {
    padding: 0;
}

/*Logo Position*/
.logolink {
    top: 100px;
    left: 90px;
    z-index: 10;
    width: 60%;
}

.logolink img {
    width: 100%
}


/* Carousel Style */
.carousel-indicators {
    bottom: -4px;
}

.carousel-indicators li {
    cursor: pointer;
    width: 50px;
}

.carousel-caption {
    text-align: left;
    left: 9%;
    text-shadow: 2px 2px 4px #555555;
}

.carousel-caption h1,
.carousel-caption h2 {
    font-size: 1.2rem !important;
}

@keyframes indicatorBarAni {
    0% {
        width: 0%;
    }

    100% {
        width: 100%
    }
}

li.active .bar-ani {
    animation: 4s ease 0s 1 indicatorBarAni;
    background: #e3006a;
    height: 100%;
}

.carousel-control-prev,
.carousel-control-next {
    width: calc(8.333333% + 15px);
    align-items: flex-end;
    margin-bottom: 3px;
    opacity: 0.7;
    background-color: rgba(227, 0, 106, .0);
    -moz-transition: background-color 1000ms;
    -webkit-transition: background-color 1000ms;
    -o-transition: background-color 1000ms;
    -ms-transition: background-color 1000ms;
    transition: background-color 1000ms;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: rgba(227, 0, 106, .2);
    -moz-transition: background-color 1000ms;
    -webkit-transition: background-color 1000ms;
    -o-transition: background-color 1000ms;
    -ms-transition: background-color 1000ms;
    transition: background-color 1000ms;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
    height: 48px;
    width: 48px;
}

/* Carousel Style */
/* Text Carousel */
.text-carousel.carousel-control-prev,
.text-carousel.carousel-control-next {
    background-color: initial;
    color: #e3006a;
    align-items: center;
}

.text-carousel.carousel-control-prev:hover,
.text-carousel.carousel-control-next:hover {
    background-color: initial;
    color: #e3006a;
}

.text-carousel-content {
    min-height: 28rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 3rem;
}


/*Blockquote*/
.blockquote {
    font-size: 1rem;
    border-left: 0.2rem solid #e3006a;
    padding: 0.2rem 1rem;
    margin-left: 2rem;
}

.blockquote-footer {
    font-size: 80%;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 2.4rem;
    letter-spacing: -.05rem;
}

.lead {
    font-size: 1rem;
}

/* Material Icons */
.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.material-icons.md-60 {
    font-size: 60px;
}

/* Icon before Text*/
.material-icons.md-text {
    vertical-align: sub;
    margin-right: 0.3rem;
}

/* Inaktiv color*/
.material-icons.md-inactive {
    color: rgba(0, 0, 0, 0.26);
}

/* Circle Background*/
.material-icons.md-circle,
.material-icons.md-18.md-circle,
.material-icons.md-24.md-circle {
    background-color: #480d42;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    padding: 15px;
}

.material-icons.md-36.md-circle,
.material-icons.md-48.md-circle,
.material-icons.md-60.md-circle {
    background-color: #480d42;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    vertical-align: middle;
    padding: 30px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3);
}

/* ende Material Icons */

/* Card Style */
.card-img-left {
    border-bottom-left-radius: calc(.25rem - 1px);
    border-top-left-radius: calc(.25rem - 1px);
    float: left;
    padding-right: 1em;
    margin-bottom: -1.25em;
}

.card-body {
    padding: 2rem;
}

.card-deck-etw {
    margin-top: 15px;
}

.text-center.card-deck-etw .card-body {
    padding: 2rem 0;
}

/* Nice Card */
.card h6 {
    font-size: 10px;
    text-transform: uppercase;
    color: #ddd;
}

.card-footer a:hover {
    background-color: #480d42;
    color: #fff;
    border-radius: 0;
}

/* Contact Card */
.contact-card .card-up {
    overflow: hidden;
    height: 120px;
    /*    border-radius: .3rem .3rem 0 0;*/
}

.aqua-gradient {
    background: -webkit-linear-gradient(50deg, #e3006a, #480d42);
    background: linear-gradient(40deg, #e3006a, #480d42);
}

.contact-card .avatar {
    border-radius: 50%;
    height: 120px;
    width: 120px;
    margin: -65px auto 0;
    overflow: hidden;
    border: 5px solid #fff;
}

.contact-card .avatar img {
    width: 100%;
    vertical-align: middle;
    border-style: none;
}

.rounded-circle {
    border-radius: 50% !important;
}

.contact-card .card-body {
    text-align: center;
}

.card.info-card .card-footer {
    padding: 0;
}

.card.info-card .card-footer a {
    padding: .375rem 2rem;
    color: #555;
}

.card.info-card .card-footer a:hover {
    color: #fff;
}

/*
.contact-card .card-footer {
    background-color: #baff00;
}
*/


/* MODAL AB */
.modal-backdrop.show {
    opacity: 1;
}

.modal-ab {
    max-width: 1000px;
    color: #fff;
    margin-top: 100px;
}

.modal-ab .modal-content {
    background-color: transparent;
}

.modal-ab .close {
    color: #fff;
}

/* ende Modal */


/* Gallery Photoswipe */
.pswp-gallery figcaption {
    display: none;
}


/* Parallax */
.parallax {
    /* The image used */
    background-image: url("../images/gewicht-heben.jpg");

    /* Set a specific height */
    height: 320px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto auto;
    background-size: cover;
}

@media only screen and (max-device-width: 1024px) {
    .parallax {
        background-attachment: scroll;
    }
}

/* ende Parallax */

/* Footer fixed Nav */
footer.fixed-bottom a {
    color: #888;
    padding: 0rem 1rem;
    font-size: 0.9rem;
}

footer.fixed-bottom a:hover {
    font-style: italic;
}

.breadcrumb-item a {
    color: #480d42;
}


/* RESPONSIVE TEST MARKER -------------------------------------------------- */

/*@media (max-width: 575px) {body {color: crimson !important;}}*/

@media (min-width: 576px) {

    /*    body {color: aqua!important;}*/


    .carousel-control-prev,
    .carousel-control-next {
        align-items: center;
        margin-bottom: inherit;
    }

    .carousel-indicators {
        bottom: 10px;
    }

    .text-carousel-content {
        min-height: 18rem;
    }

    .text-carousel-content {
        /*        min-height: 28rem;*/
        padding: 0 5rem;
    }

    .parallax {
        height: 520px;
    }

    .spaceup-lg {
        padding-top: 20rem;
    }

    footer .sitemap {
        display: inline;
    }
}

@media (min-width: 768px) {
    .logolink {
        top: 140px;
        left: 125px;
        z-index: 10;
        width: auto;
    }
}

@media (min-width: 992px) {

    .carousel-caption h1,
    .carousel-caption h2 {
        font-size: 1.9rem !important;
    }
}

/*@media (min-width: 1200px) {body {color: saddlebrown !important;}}
*/

/*TEST END ---------------------------------------------------------------- */
