p {
    color: #013142;
}


/*new*/

body {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #f7eedd !important;
}

p cite {
    font-size: 75%;
}


/*new*/

h1 {
    font-family: 'Permanent Marker', cursive;
}

cite {
    font-size: 75%;
}

.fa-circle {
    height: 7px;
    margin-bottom: 5px;
}


/* Utility Classes */

.no-padding {
    padding: 0px 0px 0px 0px;
}

.debug {
    background-color: red;
}

.voffset-3 {
    margin-top: 3vw;
}

.voffset-6 {
    margin-top: 6vw;
}

.voffset-7 {
    margin-top: 7vw;
}

.voffset-10 {
    margin-top: 10vw;
}


/* End of Utility */


/*Navbar*/

.navbarContainer {
    z-index: 99;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#014552+0,337293+100&1+0,0.91+100 */
    background: -moz-linear-gradient(top, rgba(1, 69, 82, 1) 0%, rgba(51, 114, 147, 0.91) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(1, 69, 82, 1) 0%, rgba(51, 114, 147, 0.91) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(1, 69, 82, 1) 0%, rgba(51, 114, 147, 0.91) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#014552', endColorstr='#e8337293', GradientType=0);
    /* IE6-9 */
}

.custom-navbar {
    background: transparent;
}

.custom-navbar .dropdown-menu {
    background-color: rgba(255, 31, 119, 0.9);
}

.custom-navbar .dropdown-menu a:active {
    background-color: white;
}

.navbar-nav>li>a {
    color: white !important;
    font-family: 'Source Sans Pro', sans-serif;
}

.navbar-nav>li:hover {
    animation: pop 0.3s linear 1;
}

@keyframes pop {
    50% {
        transform: scale(1.2);
    }
}

.navbar-nav>li>a {
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

.navbar-nav>.active>a {
    background-color: #ff1f77;
}

.navbar-nav>li>a:hover {
    background-color: #ff1f77;
}


/*new*/

#navbarThemenDropdownlink:focus {
    background-color: #ff1f77 !important;
}


/*new*/

#navbarThemenDropdownlink:active {
    background-color: #ff1f77 !important;
}


/*new*/

.navbar-toggler {
    color: white !important;
    border-color: white !important;
}

.carousel {
    z-index: 1;
}

.carousel-caption {
    bottom: 50%;
}

.carousel-caption a {
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

.carousel-caption a:hover {
    padding: 3px 0;
    margin-left: 5px;
}


/*new*/

.carousel-indicators {
    pointer-events: none;
}


/*new*/

.carousel-indicators>li {
    background-color: #004d6a !important;
    width: 2vw;
    height: 2vw;
    border-radius: 2vw;
    pointer-events: all;
}


/*new*/

.carousel-indicators .active {
    background-color: #ff1f77 !important;
}


/*new*/

.caption-pink {
    -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.75);
}


/*new*/

.caption-white {
    font-size: 2em;
    background-color: white;
    border-radius: 5px;
    margin-left: 7%;
    margin-top: 0.3em;
    z-index: 3;
    -webkit-box-shadow: 4px 7px 4px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px 7px 4px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 4px 7px 4px 0px rgba(0, 0, 0, 0.75);
}


/*new*/

.caption-pink>a {
    color: white;
}


/*new*/

.caption-white>a {
    color: #004d6a;
}


/*schiebt den Content ueber das Carousel*/

.maincontentwrap {
    margin-top: -15%;
    z-index: 30;
}

.background {
    background: #606c88;
    /* Old browsers */
    background: -moz-linear-gradient(top, #606c88 0%, #3f4c6b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #606c88 0%, #3f4c6b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #606c88 0%, #3f4c6b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b', GradientType=0);
    /* IE6-9 */
    background-size: cover;
    margin-top: -66.5%;
    padding-top: 15%;
    padding-bottom: 15%;
    margin-bottom: 0%;
    z-index: 1;
    -webkit-box-shadow: 8px -1px 22px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 8px -1px 22px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 8px -1px 22px 1px rgba(0, 0, 0, 0.75);
}


/*new*/

.headerimage {
    margin-left: -20%;
    width: 130%;
    z-index: 2;
    pointer-events: none;
}


/*new*/

.headerlogo {
    top: 0;
    width: 50%;
    z-index: 3;
    margin-top: 7%;
}


/*new from pink to header pink!!!!*/

.header-pink {
    background-color: #ff1f77;
    border-radius: 5px;
    color: white;
    z-index: 1;
    color: white;
    margin-top: -2.5vw;
    margin-left: 5%;
}


/*keep!!*/

.blue {
    background-color: rgb(23, 149, 172);
    border-radius: 5px;
    color: white;
}

.card {
    -webkit-box-shadow: 6px 7px 23px 1px rgba(0, 0, 0, 0.87);
    -moz-box-shadow: 6px 7px 23px 1px rgba(0, 0, 0, 0.87);
    box-shadow: 6px 7px 23px 1px rgba(0, 0, 0, 0.87);
    background-color: #fdf9f1;
}

.custom-sidenav {
    z-index: 2;
    position: sticky;
    top: 0px;
    margin-top: 12%;
    margin-left: 0%;
}

.page-nav-wrapper {
    background: #606c88;
    /* Old browsers */
    background: -moz-linear-gradient(top, #606c88 0%, #3f4c6b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #606c88 0%, #3f4c6b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #606c88 0%, #3f4c6b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b', GradientType=0);
    /* IE6-9 */
    -webkit-box-shadow: 0px 0px 35px 8px rgb(0, 0, 0);
    -moz-box-shadow: 0px 0px 35px 8px rgb(0, 0, 0);
    box-shadow: 0px 0px 35px 8px rgb(0, 0, 0);
}

.page-nav>li>.active {
    background-color: #ff1f77 !important;
}

.page-nav a {
    color: white;
}


/*sexuelle gewalt*/

.background-black-1 {
    background-image: url("../sexualisierte gewalt/tom-barrett-525168-unsplash.jpg") !important;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    margin-top: -15%;
    padding-top: 15%;
    padding-bottom: 15%;
    margin-bottom: 0%;
    background-position: 40% 0px;
}

.background-black-2 p {
    color: white;
}

.background-black-1 p {
    color: white;
}

.background-black-1 a {
    color: rgb(133, 145, 69);
}

.background-black-2 a {
    color: rgb(139, 148, 61);
}

.background-black-2 {
    background-image: url("../sexualisierte gewalt/danny-howe-365401-unsplash.jpg");
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: 40% 0px;
}

.lh-1-5 {
    line-height: 250%;
}


/* liebe und beziehung*/

.gedankenblase {
    height: 25vw;
    width: 25vw;
}

.navbar-brand {
    width: 60px;
    height: 60px;
}


/*institutionen*/

.circle-container {
    position: relative;
    width: 24em;
    height: 24em;
    padding: 2.8em;
    /*2.8em = 2em*1.4 (2em = half the width of a link with img, 1.4 = sqrt(2))*/
    border: dashed 1px;
    border-radius: 50%;
    margin: 1.75em auto 0;
}

.circle-container a {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12em;
    height: 12em;
    margin: -6em;
    text-align: center;
    vertical-align: middle;
    line-height: 12em;
}

.circle-container img {
    display: block;
    width: 100%;
}

.deg0 {
    transform: translate(12em);
}


/* 12em = half the width of the wrapper */

.deg45 {
    transform: rotate(45deg) translate(12em) rotate(-45deg);
}

.deg135 {
    transform: rotate(135deg) translate(12em) rotate(-135deg);
}

.deg180 {
    transform: translate(-12em);
}

.deg225 {
    transform: rotate(225deg) translate(12em) rotate(-225deg);
}

.deg315 {
    transform: rotate(315deg) translate(12em) rotate(-315deg);
}


/*footer */

section {
    padding-top: 60px;
}

#footer p {
    color: white;
}

#footer {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#012f41+0,1e363f+100&0.91+0,1+100 */
    background: -moz-linear-gradient(top, rgba(1, 47, 65, 0.91) 0%, rgba(30, 54, 63, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(1, 47, 65, 0.91) 0%, rgba(30, 54, 63, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(1, 47, 65, 0.91) 0%, rgba(30, 54, 63, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e8012f41', endColorstr='#1e363f', GradientType=0);
    /* IE6-9 */
}

#footer h5 {
    padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#footer ul.quick-links li a {
    color: #ffffff;
}

#footer ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.quick-links li:hover {
    padding: 3px 0;
    margin-left: 5px;
    font-weight: 700;
}

#footer ul.quick-links li a i {
    margin-right: 5px;
}

#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

.text-grau {
    color: rgb(42, 71, 82) !important;
}


/* <380px */

@media screen and (max-width: 380px) {
    .navbar-brand2>img,
    .navbar-brand2>img {
        width: 40vw;
        height: auto;
    }
    .navbar-brand {
        width: 40px;
        height: auto;
    }
    html {
        font-size: 0.5em;
    }
}


/* xs < 768 */

@media screen and (max-width: 767px) {
    .navbarContainer {
        position: relative !important;
    }
    .carousel-indicators {
        top: 5%;
    }
    html {
        font-size: 0.7em;
    }
    .header-pink {
        font-size: 1.75em !important;
        margin-top: -4%;
    }
    .caption-white {
        font-size: 1.4em;
    }
}


/* sm */

@media screen and (min-width: 768px) {
    .carousel-indicators {
        top: 5%;
    }
}


/* md */

@media screen and (min-width: 992px) {
    .carousel-indicators>li {
        background-color: #ff1f77;
        width: 1.6vw;
        height: 1.6vw;
        border-radius: 1.6vw;
    }
}


/* lg */

@media screen and (min-width: 1200px) {
    .navbarContainer {
        position: absolute !important;
    }
    .carousel-indicators {
        top: 15%;
    }
    .carousel-indicators>li {
        background-color: #ff1f77;
        width: 1vw;
        height: 1vw;
        border-radius: 1vw;
    }
    .background-black-1 {
        background-position: 40% 0px;
    }
    .gedankenblase {
        width: 16vw;
        height: auto;
    }
}


/* < lg new*/

@media screen and (max-width: 1200px) {
    html {
        font-size: 0.9em;
    }
    .nav-item>a {
        display: inline-block;
    }
    .dropdown {
        align-content: center;
    }
    .dropdown-menu {
        max-width: 30%;
        margin: auto;
    }
    .gedankenblase {
        width: 20vw;
        height: auto;
        display: none;
    }
    .header-pink {
        font-size: 2em;
        margin-top: -4%;
    }
    .caption-white {
        font-size: 2em;
    }
}

@media screen and (max-width: 1800px) {
    .caption-white {
        margin-top: 0.6em;
    }
    html {
        font-size: 1em;
    }
}


/*< md*/

@media screen and (max-width: 992px) {
    /*hides overlay overflow*/
    .aufsatz {
        overflow: hidden;
    }
    html {
        font-size: 0.8em;
    }
    .header-pink {
        font-size: 2em;
    }
    .caption-white {
        font-size: 1.6em;
    }
    .option .option1 {
        -webkit-transform: translate3d(90px, 90px, 0) scale(.8, .8);
        transform: translate3d(90px, 90px, 0) scale(.8, .8);
    }
    .option .option2 {
        -webkit-transform: translate3d(0px, 90px, 0) scale(.8, .8);
        transform: translate3d(90px, 90px, 0) scale(.8, .8);
    }
    .option .option3 {
        -webkit-transform: translate3d(-90px, -90px, 0) scale(.8, .8);
        transform: translate3d(90px, 90px, 0) scale(.8, .8);
    }
}