/**
*
* -------------------------------------------------
*
* Template : M - One Page Personal Portfolio Template
* Author   : Hamza Mensouri
* Version  : 1.0
*
* --------------------------------------------------
*
**/


/* Extra Small devices (Phones) */
@media (max-width: 767px){
	/*-------------------- Intro --------------------*/
	.navbar-default .navbar-collapse {
		background-color:#ac0b04;
		border-color:#fbd296;
		}
	.container>.navbar-header, .container>.navbar-collapse {
		margin-bottom: 10px;
		}
	.navbar-collapse li {
		padding:3px 0;
		}
	.navbar-nav>.active> a, .navbar-nav>.active> a:hover,.navbar-default .navbar-nav>.active> a:focus {
		background-color:transparent;
		color:#fff;
		}
	.navbar-default .navbar-header a {
		font-size: 20px;
		}
	.intro-section {
		height:auto;
		}
	.welcome-area  h2 {
		font-size:36px;
		}
	.welcome-area h4 {
		font-size:14px;
		}
	.welcome-area .welcome-scroll {
		margin-top:30px;
		}
	.welcome-area {
		padding: 0 0 0;
}
	.welcome-content {
		margin-top:150px;
		}
	.welcome-area .home-image {
		margin-top:30px;
	}
	/*-------------------- About-section --------------------*/
	.about-section .section-content{
		margin-top:15px;
		}
	.about-section .section-picture img {
		width:100%;
		height:100%;
		}
	#about {
		padding:65px 0 45px 0;
		}	
	/*-------------------- Preise-section --------------------*/	
	.preise-section .section-picture {
		margin-top:30px;
		}
	/*-------------------- Geistiges-section --------------------*/	
	.geistiges-section .section-picture {
		margin-bottom:20px;
		}
	/*-------------------- Links-section --------------------*/		
	.links-section .section-content .link ul{
		margin-left:20px;
		}	
	/*-------------------- Footer --------------------*/
	.footer-area .footer-text p {
		color:#ffffff;
		font-size:13px;
		font-weight:600;
		}
	.footer-area .footer-text a {
		color:#ffffff;
		font-weight:600;
		}
	.footer-text {
		text-align: center;
		}
	/*-------------------- Wow animation disabled --------------------*/	
	.wow {
        animation-name: none !important;
        visibility: visible !important;
		}
}


/* Small devices (Tablets) */
@media (min-width: 768px) and (max-width: 992px){
	/*-------------------- Intro --------------------*/
	.navbar-default .nav-list > li >a {
		color:#fff;
		font-size:12px;
		text-transform:uppercase;
		}
	.navbar-default .navbar-header a {
		font-size: 20px;
		}
	.intro-section {
		height:auto;
		}
	.welcome-area  h2 {
		font-size:44px;
		}
	.welcome-area  h4 {
		font-size:17px;
		}
	.welcome-area .welcome-scroll {
		margin-top:30px;
		}
	.welcome-area {
		padding: 0 0 0;
}
	.welcome-content {
		margin-top:180px;
		}
	.welcome-area .home-image {
		margin-top:30px;
	}
	/*-------------------- About-section --------------------*/		
	.about-section .section-content {
		margin-top:15px;
		}
	.about-section .section-picture img {
		width:100%;
		height:100%;
		}
	#about {
		padding:65px 0 45px 0;
		}
	/*-------------------- Preise-section --------------------*/	
	.preise-section .section-picture {
		margin-top:30px;
		}	
	/*-------------------- Geistiges-section --------------------*/	
	.geistiges-section .section-picture {
		margin-bottom:20px;
		}
	/*-------------------- Links-section --------------------*/		
	.links-section .section-content .link ul{
		margin-left:20px;
		}
	/*-------------------- Footer Media --------------------*/
	.footer-area .footer-text p {
		color:#ffffff;
		text-align:center;
		font-size:13px;
		font-weight:600;
		}
	.footer-area .footer-text a {
		color:#ffffff;
		font-weight:600;
		}
	/*-------------------- Wow animation disabled --------------------*/	
	.wow {
        animation-name: none !important;
        visibility: visible !important;
		}
}


/* Medium devices (Desktops) */
@media (min-width: 992px) and (max-width: 1200px){
	/*-------------------- Intro --------------------*/
	.welcome-area h2 {
		font-size:50px;
		}
	/*-------------------- About-section --------------------*/	
	.about-section .section-title h1 {
		font-weight:700;
		text-transform:uppercase;
		}
}