@media (min-width: 768px) {
/* Zusatz Sektor 8: Links */
/* Bildgrösse reduziert   */
.clients-list img {
	width: 50%;
}
/* Zusatz Subseiten "von Angebote"  					  */
/* Search-Feld ausgeblendet da "Suchen" im Menü enthalten */
.suche-ausblenden {
	display: none;
	pointer-events: none;
	cursor: default;
}
}

@media (min-width: 768px) and (max-width: 980px) {
    .col-4 .item {
        width: 47%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
}

@media (max-width: 767px) {
/* Ausrichtung Nav-Button bei Mobile-Version */
    .navbar-toggle {
        margin-top: 12px;
    }

	/* Nav-Dropdown-Breite */
    .head-section .navbar-collapse  ul.navbar-nav {
        float: none;
        margin-left: 0;
		width: 70%;
    }

/* Nav - Hover-Farbe auf 1. Nav-Ebene*/
    .head-section .nav li a:hover,
    .head-section .nav li a:focus,
    .head-section .nav li a.dropdown-toggle:focus,
    .head-section .nav li a.dropdown-toggle .dropdown-menu li a:hover,
    .head-section .nav li.active a,
    .head-section .dropdown-menu li a:hover {
	color: #fff !important;
    }

    .head-section .navbar-nav > li {
        padding: 0;
        margin-bottom: 2px;
    }

/* Nav-Dropdown-Einzug 1. Ebene  */
    .head-section .nav li ul.dropdown-menu li a {
        margin-left: 15px;
        color: #999!important;
    }

/* Nav-Dropdown-Einzug 2. Ebene  */
    .head-section .nav li ul.dropdown-menu-2 li a {
        margin-left: 30px !important;
        color: #999!important;
    }

/* Nav - Hover-Farbe auf 2. Nav-Ebene */
    .head-section .nav li .dropdown-menu li a:hover, .head-section .nav li .dropdown-menu li.active a {
        color: #DC8930 !important; /* Orange */
    }


    .purchase-btn, .about-testimonial {
        margin-top: 10px;
    }

    .breadcrumb.pull-right{
        padding: 0;
    }

    .search, .bx-controls-direction {
        /*display: none;*/
    }

    .tweet-box {
        margin-bottom: 20px;
    }

    .property img {
        width: 80%;
    }

    .bx-wrapper {
        margin-bottom: 60px;
    }

    .purchase-btn, .about-testimonial {
        margin-top: 0;
    }

    .purchase-btn {
        line-height: 98px;
    }

    .social-link-footer li a {
        font-size: 15px;
        height: 40px;
        width: 40px;
    }
	
	/* Einzug des Nav-Buttons bei Mobil auf 70% da sonst zu weit rechts */
    .navbar-header {
        float: none;
        text-align: left; /* center; */
        width: 70%; /* 100% */
        margin: 10px 0;
    }
	
	/* Zusatz: Focus-Logo tiefer im Header setzen */
	.navbar-header a img {
    }

    .navbar-brand {
        float: none;
    }

    .carousel-control {
        font-size: 45px;
        line-height: 70px;
    }

    .btn, .form-control {
        margin-bottom: 10px;
    }

/* Subseiten (Einzelberatung, Standortbestimmung, etc.): 	*/
/* 		Infofeld links bei Mobile ausblenden 				*/
	.date-wrap { 
		display: none;
	}

/* Subseiten: Direktlinks links bei Mobile ausblenden */
	.author { 
		display: none;
	}

/* Subseiten: Links auf linker Seite bei Mobile ausblenden */
	.list-unstyled { 
		display: none;
	}
}

@media (min-width: 481px) {
/* SMS-, WhatsApp-Link für Mobile-Geräte            */
/* Grösse >480px ausgeschaltet - Seite Männergruppe */
	.sms {
		text-decoration: none;
	}
	.none-sms {
		pointer-events: none;
		cursor: default;
	}
	.non-display {
		display: none;
	}
}

@media (max-width: 480px) {
/* SMS-, WhatsApp-Link für Mobile-Geräte            */
/* Grösse <480px eingeschaltet - Seite Männergruppe */
	.sms {
		color:#b97d2d; /* gold */
	}
	
	.sms a:hover {
		color:#b97d2d; /* gold */
		text-decoration: underline;
	}
	
	.link:hover{
		text-decoration:underline}
	
	.head-section .navbar {
        min-height: 60px;
    }

    .navbar-toggle {
        margin-right: -10px;
    }

/* Nav - Hover-Farbe auf 2. Nav-Ebene */
    .head-section .nav li .dropdown-menu li a:hover {
        color: #DC8930 !important; /* Orange */
    }

    .navbar-brand {
        margin-top: 10px !important;
        float: left !important;
    }

    .col-4 .item {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2%;
    }

    .breadcrumb.pull-right{
        float: left !important;
        margin-top: 10px;
        padding: 0;
    }

    .carousel-control {
        font-size: 23px;
        line-height: 38px;
    }
}

@media (max-width: 450px) {
    /*Slider Sequence*/
    #sequence-theme .info {
        top:70px !important;
        width:70% !important;
        margin-right:25px;
    }
    #sequence-theme h2 {
        font-size:30px !important;
    }
    #sequence-theme .info p {
        font-size:18px !important;
    }

    /*Slider Parallax*/
    .da-slide p {
        /* display:none; = Original */
		/* Zusatz: */
		margin-top: -100px;
    }
}

@media (max-width:360px) {
/* Ausrichtung Nav-Button bei Mobile-Version auf Subseiten */
    .subseiten {
        margin-top: 12px;
		margin-right: -115px;
    }	
}

@media (max-width:320px) {
/* Ausrichtung Nav-Button bei Mobile-Version auf Subseiten */
    .subseiten {
        margin-top: 12px;
		margin-right: -90px;
    }	
}

@media (max-width: 900px) {
    /*Slider Sequence*/
    #sequence-theme .info {
        top:80px !important;
        width:60% !important;
        margin-right:50px;
    }

    /*Slider Parallax*/
    .da-slide .da-img {
        display:none;
    }
	
	/* Zusatz: */
	.da-slide p {
		margin-top: -100px;
    }
}


@media (max-width: 991px) {
    .pricing-table-two ul.items li .desc {
    font-size: 15px; /* statt Standard 15px */
	display: inline-block;
    width: 85%;
}
}

@media (min-width: 1280px) {
    .pricing-table-two ul.items li .desc {
    font-size: 15px; /* statt Standard 15px */
	display: inline-block;
    width: 85%;
}
}
