html {
    scroll-behavior: smooth;
}

input {
    border-radius: 0 !important;
    color: black !important;
    font-family: 'Lato', sans-serif !important;
}

textarea {
    border-radius: 0 !important;
    color: black !important;
    font-family: 'Lato', sans-serif !important;
}

.alert {
    border-radius: 0 !important;
    font-family: 'Lato', sans-serif !important;
}

h4 {
    text-align: center;
}

nav {
    border-bottom: 3px solid #cd3333;
    background-color: rgba(255, 255, 255, 0.95) !important;
}

#contact-form>div.controls>div:nth-child(1)>div>div>div>ul>li {
    color: #cd3333;
    font-family: 'Lato', sans-serif;
}

#contact-form>div.controls>div:nth-child(2)>div>div>div>ul>li {
    color: #cd3333;
    font-family: 'Lato', sans-serif;
}

#contact-form>div.controls>div:nth-child(3)>div:nth-child(1)>div>div>ul>li {
    color: #cd3333;
    font-family: 'Lato', sans-serif;
}

label {
    color: #cd3333 !important;
    font-family: 'Lato', sans-serif !important;
}

.text-muted {
    color: #cd3333 !important;
    font-family: 'Lato', sans-serif !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #cd3333 !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: black !important;
}

.navbar-toggler {
    border-radius: 0%;
    border-color: #cd3333 !important;
}

.jumbotron {
    color: white;
    background-image: url("../img/background2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.red {
    color: #cd3333;
}

.islamist-big {
    width: auto;
    padding: 10px;
    height: 50vh;
    background-color: gray;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.islamist {
    width: auto;
    padding: 10px;
    height: 40vh;
    background-color: gray;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-regular {
    text-align: center;
    font-family: 'Lato', sans-serif;
}

.text-regular-left {
    text-align: left;
    font-family: 'Lato', sans-serif;
}

.text-invisible {
    color: #F4F4F6;
}

.title-regular {
    text-align: center;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 700;
    color: #cd3333;
}

.title-regular-left {
    text-align: left;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 700;
    color: #cd3333;
}

.title-row {
    margin-top: 0vh;
}

.title-box {
    line-height: 45%;
}

.title-image {
    text-align: right;
}

.title-text-small {
    margin-top: 30%;
    text-align: center;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    color: #cd3333;
}

.title-text-medium-left {
    text-align: left;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 800;
    letter-spacing: 2px;
    color: #231f20;
    font-size: 280%;
}

.title-text-medium-center {
    text-align: center;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 800;
    letter-spacing: 2px;
    color: #231f20;
    font-size: 280%;
}

.title-text-large-center {
    text-align: center;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 800;
    letter-spacing: 2px;
    color: #231f20;
    font-size: 450%;
}

.white-text-shadow {
    background-color: white;
    padding: 5px;
}

.white-text-shadow-half {
    background-color: white;
    padding: 5px;
}

#mapid {
    height: 75vh;
    margin-bottom: 10%;
}

.container-gray {
    background-color: #f4f4f6;
}

.container-below-map {
    margin-top: -10%;
}

.container-fluid.mapcontainer {
    padding: 0;
}

.leaflet-control-zoom {
    margin-top: 35vh !important;
}

#jumbotron-main {
    margin-bottom: 0;
}

body>div.container-fluid.container-gray.pt-5>div>div>p>a.footer-abschieben {
    color: #cd3333!important;
}

body>div.container-fluid.container-gray.pt-5>div>div>p>a.footer-abschieben:hover {
    color: black!important;
    text-decoration: none!important;
}

#abdel-quader {
    background-image: url("../img/islamisten/abdel_quader_d.jpg");
}

#a-walaa {
    background-image: url("../img/islamisten/abu_walaa.jpg");
}

#abul-baraa {
    background-image: url("../img/islamisten/abul_baraa.jpg");
}

#arid-uka {
    background-image: url("../img/islamisten/arid_uka.jpg");
}

#rafik_yousef {
    background-image: url("../img/islamisten/rafik_yousef.jpg");
}

#ahmet-karakas {
    background-image: url("../img/islamisten/ahmet_karakas.jpg");
}

#riaz-khan {
    background-image: url("../img/islamisten/riaz_khan.jpg");
}

#safia-s {
    background-image: url("../img/islamisten/safia_s.jpg");
}

#abdullah-al {
    background-image: url("../img/islamisten/abdullah_al.jpg");
}

#myBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 10000;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: #cd3333;
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    border-radius: 0px;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
}

#myBtn:hover {
    background-color: #555;
    /* Add a dark-grey background on hover */
}

#meldenBtn {
    background-color: #cd3333;
    border-color: #cd3333;
    border-radius: 0;
    font-family: 'Lato', sans-serif !important;
    color: white!important;
}

#meldenBtn:hover {
    background-color: #555;
}


/* Bootstrap-Autismus unterbinden */

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
    border-color: #cd3333!important;
}

#rc-anchor-container {
    border-radius: 0!important;
}