body{
	margin: 0px;
	background-color: #F0F0F0;
}

.login-container {	
	display: flex; 
    flex-direction: column;
	height: 100%;
	align-items: center;	
	justify-content: center;
	align-items: center;

}

.login-container-inner {	
	display: flex; 
    flex-direction: column;
	padding: 10px 20px;	
	align-items: center;	
	border: 1px solid silver;
}

.input-icons i {
			position: absolute;
		}
		
.input-icons {
	width: 100%;
	margin-bottom: 10px;
}

.icon {
	padding: 8px 0px;
	color: grey;
	min-width: 50px;
	text-align: center;
}

.input-field {
	width: 100%;
	padding: 10px;
	text-align: center;
}



.input-icons-suche i {
	position: relative;
	border: 0px solid silver;
	align-items: right;
	left: 200px;
}
		
.input-icons-suche {
	width: 100%;
	margin-bottom: 0px;
}

.icon-suche {
	padding: 0px 10px;
	color: grey;
	min-width: 30px;
	text-align: right;
}

.input-field-suche {
	width: 50px;
	padding: 0px;
	text-align: left;
}



.input-icons-suche-mobil i {
	position: absolute;
	border: 0px solid silver;
	align-items: left;
	left: 170px;
}
		
.input-icons-suche-mobil {
	width: 100%;
	margin-bottom: 0px;
}

.icon-suche-mobil {
	padding: 7px 18px;
	color: grey;
	min-width: 30px;
	text-align: left;
}

.input-field-suche-mobil {
	width: 20px;
	padding: 0px;
	text-align: left;
}
 

 
 
.titel-login {	
	font-family: 'Roboto', 'Arial', sans-serif;
	font-weight: 300;
	font-size: xx-large;
	padding: 20px 0px;	
	justify-content: center;
	align-items: center;
	text-align: center;
}

.formular-login {	
    flex-direction: column;
	padding: 10px 0px;	
	justify-content: space-between;	
	justify-content: center;
}
 
.formular-suche {	
  
	display: flex; 
	flex-direction: column;
	padding: 10px 10px 0px 0px;	
	justify-content: right;
	align-content: flex-end;
	border: 0px solid red;
	align-items: flex-end;
	
}

.formular-suche-mobil {	
  
	display: none; 
	flex-direction: column;
	padding: 10px 10px 0px 0px;	
	justify-content: right;
	align-content: flex-end;
	border: 0px solid red;
	align-items: flex-end;
	
}

.form-class{
	padding: 0px 0px 0px 0px; 
	border: 0px solid green;
	
}

input[type="text"] {
   width: 300px;
   font-size: 1.0em; padding: 5px 12px; 
   font-family: Roboto, sans-serif;
   font-weight: 300;
   color: #000000;
   border: 1px solid silver;
}

input[type="search"] {
   width: 200px;
   font-size: 1.0em; padding: 5px 25px 5px 12px; 
   font-family: Roboto, sans-serif;
   font-weight: 300;
   color: #000000;
   border: 1px solid silver;
 
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

input[type="password"] {
   width: 300px;
   font-size: 1.0em; padding: 5px 12px; 
   font-family: Roboto, sans-serif;
   font-weight: 300;
   color: #000000;
   border: 1px solid silver;
}

input[type="submit"] {
   font-size: 1.3em; padding: 5px 12px; 
   font-family: Roboto, sans-serif;
   font-weight: 300;
   color: #FFFFFF;
   background-color: #e10019;
   border: 0px solid silver;
   
   border-radius: 0px;
   width: 300px;
   margin-bottom: 20px;
}

input[type="reset"] {
   font-size: 1.3em; padding: 5px 12px; 
   font-family: Roboto, sans-serif;
   font-weight: 300;
   color: #FFFFFF;
   background-color: #e10019;
   border: 0px solid silver;
   
   border-radius: 0px;
   width: 300px;
   margin-bottom: 20px;
}

input[type="button"] {
   font-size: 1.3em; padding: 5px 12px; 
   font-family: Roboto, sans-serif;
   font-weight: 300;
   color: #FFFFFF;
   background-color: #e10019;
   border: 1px solid silver;
   
   border-radius: 0px;
   width: 300px;
   margin-bottom: 20px;
}
 
::placeholder {
	color:grey;
	opacity:1;
	transition: opacity 1s;
}

:focus::placeholder { opacity:0  }



 

.titelzeile {	
	display: flex; /* or inline-flex */
    flex-direction: row;
	justify-content: space-between;	
	align-items: flex-end;
	background-color: #FFFFFF;
	padding: 5px 0px;	
	align-items: stretch;
	border-bottom: 1px solid red;
	position: -webkit-sticky;
	position:sticky;
	top: 0;
    z-index:999;
	width:100%;




}
.logo {
	padding: 10px 20px;	
} 

.titelzeile-sub {
	display: flex; /* or inline-flex */
    flex-direction: column;
	justify-content: center;	
	align-items: flex-start;
	background-color: #FFFFFF;
	padding: 0px 0px;	
		
}
 
.top-menu {
	display: flex;
	flex-direction: column;
	align-content: space-between;	
	font-family: Roboto, sans-serif;
    font-weight: 300;
	border: 0px solid blue;
	flex-wrap: wrap;


}


.social-media { 
	 border: 0px solid black;
	 align-items: flex-start;
	 text-align: right;
	 letter-spacing: 3px;
	 /*height: 70px;*/
	 padding: 2px 10px;

}

.spacer { 
	 border: 0px solid black;
	 align-items: flex-start;
	 text-align: right;
	 letter-spacing: 3px;
	 height: 50px;
	 padding: 2px 10px;

}

.user-data {
   font-family: Roboto, sans-serif;
   font-weight: 300;
   font-size: small;
   align-items: flex-end;
   padding: 1px 10px;		
   border: 0px solid green;
   text-align: right;

}

.user-data-mobil {
   display: none;
   font-family: Roboto, sans-serif;
   font-weight: 300;
   font-size: small;
   padding: 11px 10px;		
}

.grafik {
	display: flex;
	flex-direction: row;
	font-family: Roboto, sans-serif;
    font-weight: 300;
	width: 100%;
	justify-content: left;
 
}
 
.grafik-text {
	display: flex;
	flex-basis: 800px;
	white-space: nowrap;
	flex-direction: column;
	align-content: center;
	font-family: Roboto, sans-serif;
    font-weight: 300;
	font-size: xx-large;
	align-items: left;
    color: #000000;
	padding: 110px 0px 0px 20px;

}

.grafik-sub-text {
	font-size: x-large;
}

.grafik-kette {

	
}



.body-container {
	background-color: #F0F0F0;
	height: 100%;
	

}

 
.hamburger_container {
	align-items: right;
	justify-content: right;
}



a {
	text-decoration: none; 
	color: #e10019;	
}

a:hover {
	text-decoration: underline; 
}  

a.navlink:hover {
	text-decoration: underline; 
} 
 
a.navlink-highlight:hover {
	text-decoration: none; 
	
} 

a.link_dateien {
	text-decoration: none; 
	color: #000000;
	
}

a.link_dateien:hover {
	text-decoration: underline; 
	text-decoration-color: #e10019;	
} 


.fa-facebook-square:hover {
    color: #e10019; !important;
}
.fa-twitter-square:hover {
    color: #e10019; !important;
}
.fa-youtube-square:hover {
    color: #e10019; !important;
}
.fa-linkedin:hover {
    color: #e10019; !important;
}
.fa-pen-to-square:hover {
    color: #e10019; !important;
}
.fa-magnifying-glass:hover {
    color: #e10019; !important;
}
 
.dateien-ul {
  list-style-type: "♦ ";
  color: #e10019;
  padding-left: 12px;
  font-weight: 400;
  margin-bottom: 12px;
}

.dateien-ul-li {
  margin-bottom: 12px;
}


a.kachellink {
	text-decoration: none; 
	color: #000000;
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	padding: 40px 0px;	
	background-color: #FFFFFF; 
	-webkit-tap-highlight-color: transparent;
}

a.kachellink:hover {
	text-decoration: underline; 
	text-decoration-color: #e10019;	
	background-color: #F9F9F9;
}  

a.kachellink:active {
	background-color: #F9F9F9;
} 
a.kachellink:focus {
	background-color: #F9F9F9;
} 


a.kachellink_2 {
	text-decoration: none; 
	color: #FFFFFF;
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	padding: 40px 0px;	
	background-color: #e10019;
	-webkit-tap-highlight-color: transparent;
}
a.kachellink_2:hover {
	text-decoration: none; 
	text-decoration-color: #e10019;	
	background-color: white;
	color: #e10019;
	
}  

a.kachellink_extern {
	text-decoration: none; 
	
	color: #e10019;
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	padding: 40px 0px;	
	background-color: #FFFFFF;
	-webkit-tap-highlight-color: transparent;
}
a.kachellink_extern:hover {
	text-decoration: none; 
	text-decoration-color: #e10019;	
	background-color: #e10019;
	color: #FFFFFF;
	
}  


nav {
	display: flex;
	flex-wrap: wrap;
	align-items: left;
	justify-content: left;
	padding: 0px;
	width: 420px;

}

.nav-ul {
	display: flex;
	align-items: left;
	justify-content: left;
	padding: 0;
	list-style-type: none;
	flex-direction: column;
	
}
 
.nav-ul li a {
	display: inline-block;
	color: #e10019;
	font-family: 'Roboto', 'Arial', sans-serif;
	font-weight: 400;
	font-size: large;
	padding: 10px 20px;
	text-decoration: none; 
	text-transform: uppercase;
	
} 
  
.hamburger {
	background-color: transparent;
	border: 0;
	display: none;
	color: #000000;
	cursor: pointer;
	font-size: 20px;
	padding: 10px 14px;
}
  
.hamburger:focus {
	outline: none;

}


.container {
  display: flex; /* or inline-flex */
  flex-direction: row;
  background-color: #F0F0F0;
  align-items: stretch;

  
}



.content-outer {
	width: 100%;
	
	background-image: linear-gradient(to bottom, white 0%, #F0F0F0 50%)
}


.content {
	width:94%;	
	padding: 24px 50px;	
	font-family: 'Roboto', 'Arial', sans-serif;
	font-weight: 400;
	max-width: 1000px;

	
}

.content-inner {
	width: 100%;
}





.content2-outer {
	width: 100%;
	background-color: #F0F0F0;	
}

.content2 {
	padding: 24px 50px;	
	font-family: 'Roboto', 'Arial', sans-serif;
	font-weight: 400;
	max-width: 1000px;	
}



 

.ueberschrift { 
	font-weight: 300;
	font-size: x-large;
	text-decoration: underline; 
	text-underline-offset: 10px;
	text-decoration-color: #e10019;
	text-decoration-thickness: 2px;
	margin-bottom: 30px;
	text-transform: uppercase;	
} 

 
 .filterzeile {	
	display: flex; /* or inline-flex */
    flex-direction: row;
	justify-content: left;	
	max-width: 500px;
	gap: 2px;

}
 
 .filterzeile-element {
	padding: 10px 24px;	
	border-color: #f0f0f0;
	border-width: 3px;
	border-style: solid;
	
}  
   
.suchzeile {	
	display: flex; /* or inline-flex */
    flex-direction: row;
	justify-content: left;	
	max-width: 500px;
	gap: 1px;

}
    
.mce-edit {	
	display: flex; /* or inline-flex */
    flex-direction: row;
	justify-content: left;	
	border-color: #f0f0f0;
	border-width: 0px;
	border-style: solid;
	align-items: center;
	font-style: italic;
	padding: 0px 0px 10px 0px;	
}  




.kacheln-outer {	

	display: flex; /* or inline-flex */
    flex-direction: column;
	justify-content: space-between;	
	gap: 20px;
}

.kacheln {	

	display: flex; /* or inline-flex */
    flex-direction: row;
	justify-content: space-between;	
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
	


	
	
}

.kacheln-inner {	
	display: flex;
	width: 315px;
	
	border-color: #f0f0f0;
	border-width: 2px;
	border-style: solid;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: x-large;

}


.fotokacheln {	
	display: flex; /* or inline-flex */
    flex-direction: row;
	justify-content: flex-start;	
	flex-wrap: wrap;
	gap: 20px 40px;
	align-items: center;
	border: 0px solid green;
	
}

.fotokacheln-inner {	
	display: flex;
	width: 400px;
	height: 200px;
	flex-direction: column;
	border-color: #f0f0f0;
	border-width: 0px;
	border-style: solid;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: center;
	overflow: hidden;
	border: 0px solid red;
}
    
	
.galleryDiv{
  width: 100%;
  float: left;
  color: #d51130;
}

.galleryDiv img{
  width:300px;
  height: 180px;
  border-radius: 7px;
  border: none;
}
	
.gallery {
	display: flex;
	padding: 2px;
	transition: .3s;
	
	&:hover &__image {
		filter: grayscale(1);
	}
	
	&__column {
		display: flex;
		flex-direction: column;
		width: 25%;
	}
	
	&__link {
		margin: 2px;
		overflow: hidden;
		
		&:hover {
			.gallery__image {
				filter: grayscale(0);
			}
			
			.gallery__caption {
				opacity: 1;
			}
		}
	}
	
	&__thumb {
		position: relative;
	}
	
	&__image {
		display: block;
		width: 100%;
		transition: .3s;
		
		&:hover {
			transform: scale(1.1);
		}
	}
	
	&__caption {
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 25px 15px 15px;
		width: 100%;
		font-family: 'Raleway', sans-serif;
		font-size: 16px;
		color: white;
		opacity: 0;
		background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(255, 255 ,255 , 0) 100%);
		transition: .3s;
	}
}

 
@media screen and (max-width: 767px){
	.nav-ul{
		align-items: left;
		display: none;
		flex-direction: column;
		width: 100%;
	}
	
	.nav-ul.show {
		display: flex;
	} 
	
	.nav-ul li a {
		padding: 14px;
	}
	
	.hamburger{
		display: block;
	}
	
	.container {
		display: flex; /* or inline-flex */
		flex-direction: column;
		
	}	
	
	.logo {
		padding: 10px 10px;	
	}
	.content {
		padding: 24px 12px;		
	}
	.content2 {
		padding: 24px 12px;		
	}
	
	.kacheln-inner {	
		width: 100%;
	}
	
	
	.user-data {
	   display: none;		
	}

	.user-data-mobil {
	   display: flex;	
	   font-family: Roboto, sans-serif;
	   font-weight: 300;
	   font-size: small;
	   padding: 11px 14px;	
	   align-items: flex-end;	   
	}
	
	.formular-suche-mobil {	
  
	display: flex; 

	padding: 0px 0px 0px 14px;	
	justify-content: flex-start;
	align-content: flex-start;
	border: 0px solid red;
	align-items: flex-end;
	
	}

	.formular-suche{	
		display: none; 	
	}
	
	.grafik {
		display: none;
	}
	
	.social-media{
		display: none;
	}
	
	.spacer{
		display: none;
	}
	
	.titelzeile {	
		border-bottom: 1px solid white;
		position:relative;
		 
	}
	
	.titelzeile-sub{
		border-bottom: 1px solid red;
		justify-content: space-between;	
	}


}  