@charset "UTF-8";
/* CSS Document */
	*{
    box-sizing: border-box;
	margin: 0;
	padding: 0;}
	
body, html {
  scroll-behavior: smooth;
  height: 100%;
  margin: 0;
	word-wrap:break-word !important;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, 'Open Sans', sans-serif;  color: hsla(0,0%,47%,1.00);
}

#myBtn {
  display: none; position: fixed;bottom: 20px; right: 30px;z-index: 120;font-size: 18px; border: none;outline: none;background-color:hsla(22,90%,55%,1.00);color: white;cursor: pointer;padding: 15px;border-radius: 4px;
}

#myBtn:hover {
  background-color: hsla(9,100%,49%,1.00);
}

.spalte {
		width: 33.33%;
	column-gap: 33.33%;}

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6 {
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

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

.caption span.border {
  font-variant: small-caps;
  background-color:hsla(26,34%,50%,0.8);
  color: hsla(0,3%,88%,1.00);
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}


.flex { 
    display: flex; 
    justify-content: center; 
    align-items: center;
	
}
.flex img{
	width: 50%; height: auto; padding:5% 3%;
}
	.center{
		text-align: center;
		padding: 10px;
		
	}
.navigation{
	text-align: center;
	background-color:hsla(22,90%,55%,1.00);
	min-height: 30px;
}


.strich{
	text-align: center;
	background-color:hsla(22,90%,55%,1.00);
	min-height: 15px;
	max-width: 50%;
	margin-left: 25%;
	
}

nav ul {
	padding:0;
  margin: 0;
	list-style: none;
	position: relative;
	z-index: 100;
	}
	
nav ul li {
	display:inline-block;
	color:hsla(0,0%,17%,1.00);
	background-color:hsla(22,90%,55%,1.00);
	border-radius: 5%;
	border: none;
	}

nav a {
	display:block;
		border-radius:0;
	padding:0 10px;	
	color:#FFF;
	font-size:16px;
	line-height: 50px;
	text-decoration:none;
			width:170px;
		border: solid 0.5px hsla(0,0%,100%,0.0);


}

nav a:hover { 
	background-color:hsla(9,100%,49%,1.00); 
	border-radius: 5%;
	border: solid 0.5px hsla(0,0%,100%,0.70);


}

/* Hide Dropdowns by Default */
nav ul ul {
	display: none;
	position: absolute; 
	top: 50px; /* the height of the main nav */
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
	border: solid 0.5px hsla(0,0%,100%,0.70);
	margin-left:-85px;
}

/* Second, Third and more Tiers	
nav ul ul ul li {
	position: relative;
	top:-60px; 
	left:170px;
}
*/
	
/* Change this in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }

.abstand{
	padding:50px 80px 50px 80px;
}

h1{
	font-variant: small-caps;
}
	
h3{
		padding: 3% 0% 1% 3%;
}

.zeile {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

.spalto {
  -ms-flex: 20%; /* IE10 */
  flex: 20%;
  max-width: 20%;
  padding: 0 4px;
}

.spalto img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.spalto a, .kontakt a, .text_spaltenlos a{
	color:hsla(23,88%,41%,1.00);
	text-decoration: none;
	
}
.spalto a:hover, .kontakt a:hover, .text_spaltenlos a:hover {
	color:hsla(37,100%,44%,1.00);
	
}

.column1 {
  float: left;
  width: 25%;
  border-radius: 25px;
}
.column2 {
  float: left;
  width: 50%;
	
}
.text {
 background-color:hsla(0,0%,89%,1.00);
  column-count: 3;
	  column-gap: 40px;
	padding: 3%;
}
.text-2{
 background-color:hsla(0,0%,89%,1.00);
  column-count: 2;
	  column-gap: 40px;
	padding: 3%;
}

.text_spaltenlos {
 background-color:hsla(0,0%,89%,1.00);
	padding: 3%;
}

.column1 img, .column2 img{
	border-radius: 25px;
	width: 100%; height: auto;
	  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.column1links img{
		margin: 25px -25px 25px 25px;

}
.column1rechts img{
		margin: 25px 25px 25px -25px;

}

.zeitung img{
	max-width: 100%;
	height: auto;
}

h2 {
  text-align: center;
  font-family: sans-serif;
}

.modal-target {
  width: 300px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.modal-target:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  opacity: 1 !important;
  max-width: 1200px;
}

/* Caption of Modal Image */
.modal-caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1200px;
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 1em;
  margin-top: 32px;
}

/* Add Animation */
.modal-content, .modal-caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-atransform:scale(0)} 
  to {trans-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.modal-close:hover,
.modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}

.zeitung {background-color:hsla(0,4%,87%,1.00); padding: 5%; font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; font-size: 11pt;
	
}

.impressum {
	padding-left: 50px;
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px 18px 18px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
 box-shadow: 	0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
  font-size: 10pt;
   padding: 5%;
}

footer{position: fixed;bottom: 0; width: 100%; height: auto;padding: 0.5% 0 0.5% 0;text-align: center;margin-left: auto;margin-right: auto;background-color: hsla(26,34%,50%,1.00);color: hsla(0,3%,88%,1.00);box-shadow: 0px 0px 5px 5px #888888;z-index: 110;
    }

footer .break{
	display: none;

}
    
    footer a{
	color: hsla(0,3%,88%,1.00);	
	padding: 20px 10px;
	}
footer a:hover{
	color: hsla(46,96%,63%,1.00);}

/*media----------------------media--------------------media-----------------------media*/
/* Turn off parallax scrolling for tablets and phones */
/*media----------------------media--------------------media-----------------------media*//*media----------------------media--------------------media-----------------------media*/
/*media----------------------media--------------------media-----------------------media*//*media----------------------media--------------------media-----------------------media*/
/*media----------------------media--------------------media-----------------------media*//*media----------------------media--------------------media-----------------------media*/
@media only screen and (max-width: 1300px) {	
.abstand{
	padding:50px 30px;
}
	.text {
  column-count: 2;
}
}

@media only screen and (max-width: 1024px) {	
 .spalto {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
	
}
@media only screen and (max-width: 900px) {
	.flex img{
	width: 100%; 
		
}
}
@media only screen and (max-width: 800px) {
	
 .column1, .column2 {
    width: 100%;
  }
	 .spalto {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
	footer a{
		line-height: 30px;
	}
	
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
	
}



@media screen and (max-width: 620px) {

.caption span.border {
  padding: 18px 18px;
  font-size: 18px;
  letter-spacing: 5px;
	}
h1{
		font-size: 24px;
	margin: 0;
	}
	.column1, .column2 {
    width: 100%;
  }
	.center{
		
		
	}
.abstand{
	padding:50px 10px;
}
	.text {
  column-count: 1;
}
	
}


	@media screen and (max-width: 600px) {
  .spalto {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
	



@media all and (max-width : 500px){
	
	footer .break{
	display: inherit;
}
	footer{
		font-size: smaller;
		padding: 15px 0;
	}
	
	
	#myBtn {
  
  bottom: 80px;
  right: 0px;
  }
	
	
	
}


@media screen and (max-width: 600px) {
  .dropdown-content {
    position: relative;
  }
  .dropdown, .dropbtn {
    width: 100%;
    display: block;
  }
}


@media all and (max-device-width : 500px){
	.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5 {
    background-attachment: scroll;
	}
}





