/* Responsive
-------------------------------------------------- */

@media (max-width: 1200px) {
    .logo {
        margin: -15px 0 10px 0 !important;
    }

    nav ul#mainmenu-desktop {
        list-style-type: none;
        margin: 6% 0 2% 0;
    }

    nav ul#mainmenu-desktop li {
        font-size: 0.8125em; /* 13px / 16 */
    }
}

@media (max-width: 992px) {
    .carousel {
      height: 400px;
    }

    .carousel .item {
      height: 400px;
    }
    
    .carousel .carousel-txt {
        display: none;
    }    
    
    .home .module_layout_tabs .row-navi ul li a.btn {
        background-color: #677f97 !important;
        border: none;
        margin: 5px;
    }
    
    .home .module_layout_tabs .row-navi ul li.active a,
    .home .module_layout_tabs .row-navi ul li a:hover {
        color: #000 !important;
    }
    
    .home .module_layout_tabs .row-navi ul li {
        border: none;
    }
    
    .home .news-item {
        clear: both;
    }
}

@media (max-width: 768px) {
   
/* Bild-Ausrichtungen */

    .module_layout_content .left,
    .module_layout_content .right {
        float: none !important;
    }
    
    .alignright,
    .alignleft {
        float: none;
        margin: 15px auto 25px auto;
        text-align: center;
    }
    
    .wp-caption,
    .tab-content img {
        max-width: 100% !important;
        height: auto !important;
    }
    
/* Carousel */
    
    .carousel-caption {
        padding: 1em 1em 2.5em 1em;
        opacity: 1 !important;
        width: 100% !important;	  
        left: 0%;
        right: 0%;
        bottom: 0;
    }

    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 1em;
    }
    
/* Single */

    .single .right {
        clear: both;
        paading: 20px;
    }
    
    .single .tags {    
        display: none;
    }
}

@media (max-width: 764px) {  
    .modul_header_image .breadcrumbs {
        display: none;
    }
}

@media (max-width: 500px) {    
    .modul_header_image .claim {
        display: none;
        top: 120px;
    }
    
    .module_layout_content img.margin-h2,
    .module_layout_content img.margin-h2-2z {
        margin-top: 0 !important;
    }
    
    .carousel {
      height: 300px;
    }

    .carousel .item {
      height: 300px;
    }

    .carousel .item .headline01 {
        font-size: 1em; /* 16px / 16 */
    }

    .carousel .item .headline02 {
        font-size: 1.5em; /* 24px / 16 */
    }

    /* Home Intro */

    .home-intro {
        text-align: left;
        margin-bottom: 6em;
    }

    .home-intro span {
        font-size: 1em; /* 16px / 16 */
    }

    .home-intro h1 {
        font-size: 2em; /* 32px / 16 */
        margin: 0 0 4% 0;
    }

    .home-intro p {
        font-size: 1em; /* 16px / 16 */
        padding: 0;
    }
    
    .home .news-item img.alignright {
        float: none !important;
        margin: 10px auto;
    }
	
	.bt-02 input[type="submit"]:before, .bt-02 button:before, .bt-02 a:before {
		border: none;
		display: none !important;
	}	
	
	.bt-02 input[type="submit"]:after, .bt-02 button:after, .bt-02 a:after {
		border: none;	
		display: none !important;
	}

}