
@media only screen and (max-width: 600px) {
	.run-img-center{
		width: 100px!important;
	}
	
	.flex-container{
		flex-flow:column;
	}
}

@media only screen and (max-width: 800px) {
	.flex-container{
		flex-flow:column;
	}
}

html {
  scroll-behavior: smooth;
}

body{
	margin:0px;
	font-family: "Arial",sans-serif;
	line-height: 1.8;
	font-size: 1em;
	position: relative;
	min-height: 100vh;
}

.run-headline{
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:2px;
	
}

.run-headline-h2{
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size: 1em;
}

.run-img-center{
	width:200px;
	margin-top:50px;
	margin-bottom:30px;
}

.run-social-icon{
	padding:3px;
}

section.run-content{
	padding:20px;
}

.run-resize{
	height:100vh;
	display:flex;
	flex-flow:column;
	justify-content: flex-start;
}

.run-resize-2{
	display:flex;
	flex-flow:column;
	justify-content: flex-start;
}

a.run-scroll-to-content{
	background-color: black;
  border: none;
  color: white;
  padding: 10px 30px;
  text-align: center;
  font-size: 1.2em;
  margin-left:-50px;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.run-slider-section{
	
}

a.run-scroll-to-content:hover{
	background-color:rgb(217,0,0);
}
.run-logo-bar{
	text-align:center;
	
	
}
.run-social-bar{
	text-align:center;
	
}

.run-navigation{
	background-color:rgb(217,0,0);
	color:white;
	text-align:center;
	height:61px;
	vertical-align:middle;
	
}

.run-slider-section{
	position:relative;
	text-align:center;
	background-image: url("images/run-band-fotos-neu_1.png");
	flex-grow:1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	
	-webkit-animation-duration: 10s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;    
    -webkit-animation-play-state: running;
    
    animation-name: animation;
    animation-duration: 10s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;    
    animation-play-state: running;
}

.run-slider-section-duo{
	position:relative;
	text-align:center;
	background-image: url("images/run-band-fotos-neu_1.png");
	flex-grow:1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	
	-webkit-animation-duration: 10s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;    
    -webkit-animation-play-state: running;
    
    animation-name: animation-duo;
    animation-duration: 10s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;    
    animation-play-state: running;
}

@-webkit-keyframes animation-duo {
    0%     {background-image: url("images/run-band-fotos-neu_1.png");}
    50.0%  {background-image: url("images/run-band-fotos-neu_2.png");}
	100.0%     {background-image: url("images/run-band-fotos-neu_3.png");}
}

@keyframes animation-duo {
    0%     {background-image: url("images/run-band-fotos-neu_1.png");}
    50.0%  {background-image: url("images/run-band-fotos-neu_2.png");}
	100.0% {background-image: url("images/run-band-fotos-neu_3.png");}
}

.run-slider-section-trio{
	position:relative;
	text-align:center;
	background-image: url("images/run-band-fotos-neu_1.png");
	flex-grow:1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	
	-webkit-animation-duration: 10s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;    
    -webkit-animation-play-state: running;
    
    animation-name: animation-trio;
    animation-duration: 10s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;    
    animation-play-state: running;
}

@-webkit-keyframes animation-trio {
    0%     {background-image: url("images/run-band-fotos-neu_1.png");}
    50.0%  {background-image: url("run-band-fotos-neu_2.png");}
	100.0%     {background-image: url("run-band-fotos-neu_3.png");}
}

@keyframes animation-trio {
    0%     {background-image: url("images/run-band-fotos-neu_1.png");}
    50.0%  {background-image: url("images/run-band-fotos-neu_2.png");}
	100.0% {background-image: url("images/run-band-fotos-neu_3.png");}
}

@-webkit-keyframes animation {
    0%     {background-image: url("images/run-band-fotos-neu_1.png");}
    33.0%  {background-image: url("images/run-band-fotos-neu_2.png");}
    66.0%  {background-image: url("images/run-band-fotos-neu_3.png");}
	100.0%     {background-image: url("images/run-band-fotos-neu_1.png");}
}

@keyframes animation {
    0%     {background-image: url("images/run-band-fotos-neu_1.png");}
    33.0%  {background-image: url("images/run-band-fotos-neu_2.png");}
    66.0%  {background-image: url("images/run-band-fotos-neu_3.png");}
	100.0% {background-image: url("images/run-band-fotos-neu_1.png");}
}

ul#run-mainnav{
		padding-left:15px;
	padding-right:15px;

}


ul#run-mainnav li{
	display:inline;
	padding-right:15px;
	padding-left:15px;
	
}
ul#run-mainnav li a{
	color:white;
	text-decoration:none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

ul#run-mainnav li a:hover{
	color:black;
	padding-bottom: 5px;
	box-shadow: 0 2px 0 0 rgb(0,0,0);
}

ul#run-mainnav li a:active{
	color:black;
	padding-bottom: 5px;
	box-shadow: 0 2px 0 0 rgb(0,0,0);
}

.run-active{
	color:black!important;
	padding-bottom: 5px;
	box-shadow: 0 2px 0 0 rgb(0,0,0);
}

.run-scroll-to-content{
	position:absolute;
	bottom:10vh;
		
}

.flex-container{
	display:flex;
	max-width: 1200px;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
	min-height: 70vh;
}

.run-contactbutton-section{
	text-align:center;
}

footer{
	background-color: black;
	text-align:center;
	min-height:50px;
	margin-bottom: -20px;
}

ul#run-footernav{
	padding:50px;
}

ul#run-footernav li{
	display:inline;
	padding:15px
}

ul#run-footernav li a{
	text-decoration:none;
	color:white;
	font-size: 0.8em;
	text-transform:uppercase;
	letter-spacing:1px;
}

ul#run-footernav li a:hover{
	color:grey;
}

a.run-contactbutton{
background-color: black;
  border: none;
  color: white;
  padding: 10px 30px;
  text-align: center;
  font-size: 1.2em;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
	margin-top: 30px;
}

.run-slider-section{
	
}

a.run-contactbutton:hover{
	background-color:rgb(217,0,0);
}

.run-footer{
	width: 100%;
	bottom:0px;
}

h3{
	font-weight:400;
	text-transform:uppercase;
	letter-spacing: 1px;
}

h4{
	font-weight:400;
	text-transform:uppercase;
	letter-spacing: 1px;
}

@media only screen and (max-width: 600px) {
	
}
