/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */


/*SCHRIFTEN*/
html {
	font-family: Baskerville, Baskerville Old Face, Garamond, Times New Roman, Serifenschrift !important;
	font-size: 15px;
}

footer {
	font-size: 18px;
}


h1 {
margin-top: 1.8rem;
  font-size: 2.125rem;
}

h2 {font-size: 1.902em;}

h3 {font-size: 1.728rem;}

h4 {font-size: 1.44rem;}

h5 {font-size: 1.2rem;}

p {
  line-height: 2rem;
	font-size: 1.1rem;
}

p.small {
	font-size: 1rem;
line-height: 1.3rem;
}

strong {
	font-weight: 800;
}

.strong {
	
	
	font-weight: 600;
}

 .special-heading {
 
  margin-top: 3rem;
    font-weight: 600;
   
}

li {
	font-size: 1.1rem;
}


a {
	
	font-size: 1.1rem;
}
.underline {
	text-decoration: underline;
}

/*HEADER, NAVBAR*/



nav ul a,
nav .brand-logo {
  color: #ffffff;
}



.sidenav-trigger {
  color: #fff;
}





.navbar {
	height: 64px;
	border-top: 1px solid #faeba5;
}

.logo-area {
	padding: 10px 0;
	width: 100%;
}

.navbar-center {
   
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.navbar-center ul{


    display: inline-block;


}

.navbar-center ul li {
  
    float:left;

}
.navbar-center ul li a {

    display: block;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
			font-size: 24px;
	font-weight: 300;
    
}


nav ul a:hover {

	text-decoration: underline;
}


.navbar .container {
	width: 100% ;
}

.sidenav li > a {
    color: rgba(0, 0, 0, 0.87) !important;
	font-size: 22px;
	
}


.header-test {
	width: 100%;
}


.header-img img {
	background-size: cover;
}


/*Colors*/
a {
	color: #433d1e;
}

.page-footer, .page-footer .footer-copyright {
	color: rgba(0, 0, 0, 0.87);
}



.le-green {
	background-color: #7a9371;
}
.le-green-text {
	color: #7a9371;
}

.le-yellow {
	background-color: #faeba5;
}
.le-yellow-text {
	color: #faeba5;
}
.le-yellow-li {
	background-color: #fdf5d3;
}
.le-yellow-li-text {
	color: #fdf5d3;
}

.le-background-transparent {
	background-image: url("../img/background-transparent.png");
	background-size: cover;
	background-position: top;


}

.le-background-transparent.repeat {
	background-image: url("../img/background-transparent.png");
	background-size: auto;
	background-position: top;
	margin-bottom: -20px;


}

.le-background {
background-image: url("../img/background-transparent.png");
	background-size: cover;
	background-position: top;
	background-color: #fdf5d3;
}

/*Lightgallery*/

.lightgallery img {
	width: 30%;
	padding: 10px;
	
}
.lightgallery.small img {
	width: 20%;
	padding: 10px;
	
}

.lightgallery.half img {
	width: 45%;
	padding: 10px;
	
}

.lg-sub-html {
	display: none;
}

/*Layout allgemeint*/

html {
	scroll-behavior: smooth;
}

.container.fullwidth {
	width: 100%;
	margin: 0;
	max-width: none;
}


.container.big {
	width: 85%;
	
}

.abstand {
	line-height: 1.6em;
}

.no-margin {
	margin: 0;
}
.no-padding-bottom {
	padding-bottom: 0;
}
.no-padding-top {
	padding-top: 0;
}


.margin-top {
	margin-top: 50px;
}

.pad-ten {
	padding: 10px;
}


/*Footer*/
.page-footer img {
	padding: 20px;
}


/*Slideres*/

.slider {
	height: auto !important;
	max-height: 500px;
	width: 100%;
}

.slides {
	height: auto !important;
	max-height: 500px;
	width: 100%;
}

.slider .slides {
	background-color: #7a9371;

}

.slider .slides li img {
    height: 100%;
    width: 100%;
    background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
}
.slider .slides li {
	height: 100%;
}

.slider-unterseite {
	margin-bottom: -6px;
}
	
hr.ornament {
	border: 0px;
text-align: center;
	margin: 0px;
	
}
hr.ornament::before {
	
	 content: "";
  background-image:url("../img/ornament-linie.png");
  background-size: 100% 100%;
  display: inline-block;

  /*size of your image*/
  height: 8px;
  width:100px;

}

.car::before {
	 content: "";
  background-image: url("../img/auto.png");
  background-size: 100% 100%;
  display: inline-block;

  /*size of your image*/
  height: 20px;
  width:40px;


}

.plane::before {
	 content: "";
  background-image:url("../img/flugzeug.png");
  background-size: 100% 100%;
  display: inline-block;

  /*size of your image*/
  height: 20px;
  width:40px;

}

.train::before {
	 content: "";
  background-image:url("../img/zug.png");
  background-size: 100% 100%;
  display: inline-block;

  /*size of your image*/
  height: 20px;
  width:40px;

	
}

/*list*/
.collection {
	border: 0px;
}
.collection .collection-item {
	background-color: #fdf5d3;
	border: 0px;
	margin-bottom: 20px;
}

.secondary-content {
	color: #000;
}

/**************
 MEDIA QUERIES 
**************/


/*MOBILE ONLY*/

@media only screen and (max-width: 600px) {
	nav {
		
		height: 120px;
line-height: 70px;
	}
	
	.header-wrapper {
		display: block;
		position: relative;
	}
	

	
	.header {
		color: #433d1e !important;
		text-shadow: none !important;
		
	}
	.lightgallery img {
		width: 100%;
	}
	
		.lightgallery.small img {
		width: 45%;
	}
	
	
	
	h2 {
		font-size: 1.8rem;
		 margin: 1.0933333333rem 0 0.656rem 0;
	}
	h3 { 
	font-size: 1.3rem;
	}
	
	.container.small {
		width: 90%;
	}

	/*
	h3 {
		font-size: 2.4rem;
	}*/
	

	
	.le-background-transpartent {
	background-image: none;



}

.le-background {
background-image: none;
	background-color: #fdf5d3;
}
	
	
}


/* BUTTONS*/

.btn, .btn-large, .btn-small {
 
    background-color: #7a9371;
	
}

.btn:hover, .btn-large:hover, .btn-small:hover {
    background-color: #7a9371;
}

/*Entwurf 2

body {
  border-left: 50px solid transparent;
border-right: 50px solid transparent;
  border-image: url("../img/border.png") 100 repeat;
}

*/



.navbar{
	background-color:#7a9371;
	
		
	
}


.navbar  ul  a {
	color: #fff;
    }




@media only screen and (min-width: 993px)  {
body {
	width: 1000px;
	margin: auto;

	} }



/*MEdia Queries*/

@media only screen and (max-width: 601px) {
	
footer .s12 {
		text-align: center !important;
	}
	footer .s12 img {
	max-width: 200px;
}
	
	h1 {
		text-align: center;
		font-size: 1.5rem;
		margin: 0 !important;
	}
	h2 {
		text-align: center;
		font-size: 1.3rem;
	}
	
}



@media only screen and (min-width: 602px) {
	.hide-on-med-and-up {
		display: none;
	}
}
