body {
    font-family: 'AgencyFB-Reg', sans-serif;
    font-size: 22px !important;
    color: #444444;
    background-color: white;
    /* Content should not be under navigation: */
    padding-top: 50px;
}

body {
    text-align: justify;
}

@media (max-width: 768px) {
    body {
        /* text-align: center; */
    }
}

h1,
h2,
h3,
h4,
h5,
.navbar {
    font-family: 'AgencyFB-Bold', sans-serif;
    text-align: center;
}


/* === Navbar === */

.navbar {
    opacity: 0.9;
    margin-bottom: 0;
    border: 0;
}

.navbar-nav a,
.navbar-brand {
    font-size: 22px;
}


/* make links of nav blue */

.navbar-nav a:hover,
.navbar-brand:hover,
.navbar-nav a:focus,
.navbar-brand:focus {
    color: #77afe0 !important;
}


/* make active nav element blue also */

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #77afe0 !important;
}


/* === Content Container  === */

.content {
    padding-top: 30px;
    padding-bottom: 30px;
}

a.anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

a.anchor_big {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}


/* === MyCarousel === */

.pictures {
    padding: 0px !important;
}

.carousel-indicators .active {
    background: #333333;
}

.carousel-indicators li {
    background: #c0c0c0;
}

#myCarousel .carousel-inner>.item img {
    width: 100%;
}

#myCarousel .carousel-inner img {
    /* make all photos black and white */
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
}

#myCarousel .carousel-control {
    background: none;
}

@media (max-width: 992px) {
    #myCarousel .pictures {
        padding: 0 !important;
    }
    #myCarousel .glyphicon-chevron-left,
    #myCarousel .glyphicon-chevron-right {
        font-size: 30px !important;
    }
}

#myCarousel .glyphicon-chevron-left,
#myCarousel .glyphicon-chevron-right {
    font-size: 40px;
    /* 60px*/
}


/* wrapper */

.wrap_lightgray {
    background-color: #dddddd !important;
    color: black;
}

.wrap_red {
	background-color: firebrick !important;
	color: white;
}

.wrap_red a {
    color: black;
    cursor: pointer;
}

.wrap_red a:hover {
    color: black;
}

.wrap_red h2{
	margin-top: 10px;
}

/* Quote Carousel */


/* Control buttons  */

#quote-carousel .carousel-control {
    background: none;
    color: #222;
    text-shadow: none;
    margin-top: 30px;
}


/* Previous button  */

#quote-carousel .carousel-control.left {
    left: -12px;
}


/* Next button  */

#quote-carousel .carousel-control.right {
    right: -12px !important;
}


/* Changes the position of the indicators */

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}


/* End carousel */

#quote-carousel .item blockquote {
    /*Eliminate left bar*/
    border-left: none;
    padding: 0;
    font-size: 30px !important;
}

#quote-carousel .item blockquote div {
    margin: 20px 100px;
}

#quote-carousel .item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    margin-right: 10px;
}

#quote-carousel .item blockquote p {
    color: #3271a8 !important;
}


/**
  MEDIA QUERIES for height of quote carousel
*/

#quote-carousel {
    height: 220px !important;
}

@media (max-width: 1200px) {
    #quote-carousel {
        height: 250px !important;
    }
}

@media (max-width: 992px) {
    #quote-carousel {
        height: 300px !important;
    }
}

@media (max-width: 768px) {
    #quote-carousel {
        height: 320px !important;
    }
}

@media (max-width: 450px) {
    #quote-carousel {
        height: 370px !important;
    }
}

@media (max-width: 320px) {
    #quote-carousel {
        height: 430px !important;
    }
}


/* Small devices (tablets, up to 768px) */

@media (max-width: 768px) {
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
    #quote-carousel .item blockquote div {
        margin: 20px 40px;
        font-size: 24px;
    }
}


/* medien */

input[type="radio"] {
    vertical-align: middle;
}

.shipping-text {
	display: none;
}

.order-visible {
    display: none;
}

#text-land {
    display: none;
}

.vertical-middle {
    vertical-align: middle !important;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.vertical-space {
    height: 7px;
}


/* Kontakt */

.form-control {
    font-size: 22px !important;
    height: auto !important;
}

.btn {
    font-size: 22px;
}

.form-control {
    border-radius: 0;
}

textarea {
    resize: none;
}

.no-padding {
    padding: 0 !important;
}

#alertdiv button {
    margin-top: -8px;
    padding-left: 15px;
}


/* Modal */

#MyModal .modal-body .row {
    text-align: left;
}

.close {
    font-size: 48px !important;
}


/* Footer */

.wrap_footer {
    background-color: #2d2d30 !important;
}

footer .container {
    color: #f5f5f5 !important;
    padding: 20px !important;
}

footer a {
    color: #777;
    /*cursor: pointer;*/
}

footer a:hover {
    color: #f5f5f5;
    text-decoration: none;
}
