

  
@font-face {font-family: 'Marteau-ExtraBold';src: url('../fonts/3A425C_0_0.eot');src: url('../fonts/3A425C_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/3A425C_0_0.woff2') format('woff2'),url('../fonts/3A425C_0_0.woff') format('woff'),url('../fonts/3A425C_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Marteau-Medium';src: url('../fonts/3A425C_1_0.eot');src: url('../fonts/3A425C_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/3A425C_1_0.woff2') format('woff2'),url('../fonts/3A425C_1_0.woff') format('woff'),url('webfonts/3A425C_1_0.ttf') format('truetype');}
 

body{
	background: #faf7d6;
	overflow-x: hidden;
}


p, ul{ 
	font-family: Marteau-Medium;
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	color: #e72c32;
	letter-spacing: 1px;
	margin-top: 15px;
}

h1, h2, h3, h4, h5 { 
	font-family: Marteau-ExtraBold;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #e72c32;
	letter-spacing: 1px;
	font-size: 30px;
	margin-top: 25px;
}


a{
	color: #000000;
}

a:hover{
	color: #e72c32;
	text-decoration: none;
}

.subline{
	font-family: Marteau-Medium;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	background: #e72c32;
	color: #faf7d6;
	letter-spacing: 1px;
	padding: 6px 12px;
	font-size: 22px;
	display: inline-block;
	margin-top: 0;
}

ul{
	padding-top: 22px;
	padding-left: 44px;
	padding-bottom: 44px;
}


.nav-tabs {
    border-bottom: 0;
}



.l-switch{
	position: fixed;
	height: 40px;
	display: block;
	top: 0;
	right: 0;
	background: #faf7d6;
	padding: 5px 10px;
	border-bottom-left-radius: 5px;
	z-index: 999999;
}

.l-switch a{
	color: #faf7d6;
	font-family: Marteau-ExtraBold;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	margin-left: 10px;
}

.l-switch a:hover{
	text-decoration: underline;
}

.modal{
	z-index: 999999;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #faf7d6;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    outline: 0;
}

.modal-header {
    padding: 15px;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	text-align: right;
	height: 100px;
}

.nav-tabs .nav-link {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color:  #495057;
	background-color: #fff;
	border: 0;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
	text-shadow: 0 1px 0 #fff;
    opacity: .5;
	width: 50px;
	position: absolute;
	right: 0;
	margin-top: 10px;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px;
    border-top: 2px solid #e72c32;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}


.mo-nav-wrp{
	position: fixed;
	top: 0;
	text-align: center;
	display: block;
	width: 100%;
	z-index: 888888;
}

.mo-nav-wrp a{
	text-align: center;
	width: 13.3%;
	display: inline-block;
}

.mo-nav-wrp a img{
	width: 100%;
	max-width: 50px;
}


.mo-nav-wrp a img:hover{
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;

}



/* Side Menu */
#sidebar-wrapper {
  position: fixed;
  z-index: 777777;
  left: -500px;
  width: 250px;
  height: 100%;
  transition: all 0.4s ease 0s;
  transform: translateX(250px);
  background: #000000;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: #faf7d6;
  padding: 15px;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #faf7d6;
  background: #e72c32;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  font-size: 1.2rem;
  background: rgba(52, 58, 64, 0.1);
  height: 80px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

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

.sidebar-nav > .sidebar-brand a {
  color: #faf7d6;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #faf7d6;
  background: none;
}

#sidebar-wrapper.active {
  left: -250px;
  width: 250px;
  transition: all 0.4s ease 0s;
}


.fa-bars::before {
    content: url(../img/nav-icon-mumpitz.svg) !important;
	text-align: center !important;
    width: 60px !important;
	height: 60px !important;
	background-size: 60px 60px;
    display: inline-block;
}


.fa-times::before {
    content: "\f00d";
	font-size: 68px;
	color: #e72c32;
}




.menu-toggle{
	background: transparent !important;	
	width: 13.3%;
	margin-top: 20px;
}



.icon{
	margin-left: 15px !important;
}

.icon:hover{
	background: transparent !important;
}

.icon img:hover{
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;

}










.quote{
	font-family: Marteau-Medium;
	font-weight: normal;
	font-style: italic;
	line-height: 55px;
}

.poem{
	font-style: italic;
}



.quote-src{
	font-family: Marteau-Medium;
	font-weight: normal;
	font-style: normal;
	line-height: 25px;
	font-size: 22px;
	padding-top: 10px;
}

.list-imprint{
	padding-left: 0;
	list-style: none;
}

.list-imprint li{
	margin-bottom: 15px;
}

.list-imprint b{
	text-transform: uppercase;
}

.mumpitz-btn{
	background: #000000;
	color: #faf7d6;
	font-family: Marteau-ExtraBold;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 20px;
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.mumpitz-btn:hover{
	background: #e72c32;
	color: #faf7d6;
	text-decoration: none !important;
}

.mumpitz-btn-mehr{
	background: none;
	color: #faf7d6;
	font-family: Marteau-Medium;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	display: inline-block;
	padding: 10px 20px;
	font-size: 22px;
	border: 2px dotted #faf7d6; 
	margin-top: 20px;
	margin-bottom: 20px;
}

.mumpitz-btn-mehr:hover{
	color: #faf7d6;
	text-decoration: none !important;
}


.card-body{
	background: none !important;
	border: 0 !important;
}

.full-height{
	height: 100vh !important;
}

.img-responsive{
	width: 70%;
	padding-bottom: 20px;
}

.img-responsive-za{
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 4px solid #faf7d6;
}

.masthead {
  background: url(../img/strahlen.gif);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}



.logo{
	display: block;
	margin: 22vh auto 0 auto;
}

.logo img{
	max-width: 450px;
	width: 80%;
}

marquee{
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(231,44,50,0.5) 5%, rgba(231,44,50,1) 10%, rgba(231,44,50,1) 50%, rgba(231,44,50,1) 90%, rgba(231,44,50,0.44) 95%, rgba(250,213,214,0) 99%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(231,44,50,0.5) 5%,rgba(231,44,50,1) 10%,rgba(231,44,50,1) 50%,rgba(231,44,50,1) 90%,rgba(231,44,50,0.44) 95%,rgba(250,213,214,0) 99%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(231,44,50,0.5) 5%,rgba(231,44,50,1) 10%,rgba(231,44,50,1) 50%,rgba(231,44,50,1) 90%,rgba(231,44,50,0.44) 95%,rgba(250,213,214,0) 99%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	color: #faf7d6;
	font-family: Marteau-ExtraBold;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 20px;
	font-size: 20px;
	line-height: 20px;
	z-index: 555555;
	position: absolute;
	left: 0;
	top: 80vh;
	margin-top: 40px;
}


marquee a{
	color: #faf7d6;
	margin-right: 100px;
}

marquee a:hover{
	color: #000000;
}	


.affe{
	position: absolute;
	bottom: -25%;
	right: 20px;
	width: 25vw;
	z-index: 666666;
}

.elefant{
	position: absolute;
	bottom: -20%;
	left: 20px;
	width: 20vw;
	z-index: 666666;
}

.shopping-bag {
	position: absolute;
	animation-name: shopping-bag ;
	-webkit-animation: shopping-bag 1s infinite;
	-moz-animation: shopping-bag 1s infinite;
	-o-animation: shopping-bag 1s infinite;
	animation: shopping-bag 1s infinite; 
}



.shopping-bag img{
	max-width: 300px;
	width: 10vw;
}

@keyframes shopping-bag{
    0%       { top: 5%; left: 5%; }
    25%, 75% { top: 6%; left: 5%; }
    50%      { top: 7%; left: 5%; }
    100%     { top: 5%; left: 5%; }
}


@-webkit-keyframes shopping-bag{
    0%       { top: 5%; left: 5%; }
    25%, 75% { top: 6%; left: 5%; }
    50%      { top: 7%; left: 5%; }
    100%     { top: 5%; left: 5%; }
}

@-moz-keyframes shopping-bag{
    0%       { top: 5%; left: 5%; }
    25%, 75% { top: 6%; left: 5%; }
    50%      { top: 7%; left: 5%; }
    100%     { top: 5%; left: 5%; }
}

@-o-keyframes shopping-bag{
    0%       { top: 5%; left: 5%; }
    25%, 75% { top: 6%; left: 5%; }
    50%      { top: 7%; left: 5%; }
    100%     { top: 5%; left: 5%; }
}



.pfeil-unten {
	position: absolute;
	animation-name: pfeil-unten ;
	-webkit-animation: pfeil-unten 1s linear infinite;
	-moz-animation: pfeil-unten 1s linear infinite;
	-o-animation: pfeil-unten 1s linear infinite;
	animation: pfeil-unten 1s linear infinite; 
}



.pfeil-unten img{
	max-width: 223px;
	width: 6vw;
}

@keyframes pfeil-unten{
    from { top: 7%; right: 5%; }
    to   { top: 9%; right: 5%; }
}


@-webkit-keyframes pfeil-unten{
    from { top: 7%; right: 5%; }
    to   { top: 9%; right: 5%; }
}

@-moz-keyframes pfeil-unten{
    from { top: 7%; right: 5%; }
    to   { top: 9%; right: 5%; }
}

@-o-keyframes pfeil-unten{
    from { top: 7%; right: 5%; }
    to   { top: 9%; right: 5%; }
}


.pfeil-oben {
	position: absolute;
	animation-name: pfeil-oben ;
	-webkit-animation: pfeil-oben 1s linear infinite;
	-moz-animation: pfeil-oben 1s linear infinite;
	-o-animation: pfeil-oben 1s linear infinite;
	animation: pfeil-oben 1s linear infinite; 
}



.pfeil-oben img{
	max-width: 223px;
	width: 4vw;
}

@keyframes pfeil-oben{
    from { bottom: 5%; right: 5%; }
    to   { bottom: 7%; right: 5%; }
}


@-webkit-keyframes pfeil-oben{
    from { bottom: 5%; right: 5%; }
    to   { bottom: 7%; right: 5%; }
}

@-moz-keyframes pfeil-oben{
    from { bottom: 5%; right: 5%; }
    to   { bottom: 7%; right: 5%; }
}

@-o-keyframes pfeil-oben{
    from { bottom: 5%; right: 5%; }
    to   { bottom: 7%; right: 5%; }
}


.margot {
	position: absolute;
	animation-name: margot;
	-webkit-animation: margot 20s linear infinite;
	-moz-animation: margot 20s linear infinite;
	-o-animation: margot 20s linear infinite;
	animation: margot 20s linear infinite; 
	top: 35%;
	left: 46%;
}


@keyframes margot{
    from { transform: rotate(0deg) translateX(400px) rotate(0deg); }
    to   { transform: rotate(360deg) translateX(400px) rotate(360deg); }
}


@-webkit-keyframes margot{
    from { -webkit-transform: rotate(0deg) translateX(400px) rotate(0deg); }
    to   { -webkit-transform: rotate(360deg) translateX(400px) rotate(360deg); }
}

@-moz-keyframes margot{
    from { -moz-transform: rotate(0deg) translateX(400px) rotate(0deg); }
    to   { -moz-transform: rotate(360deg) translateX(400px) rotate(360deg); }
}

@-o-keyframes margot{
    from { -o-transform: rotate(0deg) translateX(400px) rotate(0deg); }
    to   { -o-transform: rotate(360deg) translateX(400px) rotate(360deg); }
}



.magnus {
	position: absolute;
	animation-name: magnus;
	-webkit-animation: magnus 40s linear infinite;
	-moz-animation: magnus 40s linear infinite;
	-o-animation: magnus 40s linear infinite;
	animation: magnus 40s linear infinite; 
	top: 35%;
	left: 46%;
}


@keyframes magnus{
    from { transform: rotate(0deg) translateX(-400px) rotate(0deg); }
    to   { transform: rotate(360deg) translateX(-400px) rotate(360deg); }
}


@-webkit-keyframes magnus{
    from { -webkit-transform: rotate(0deg) translateX(-400px) rotate(0deg); }
    to   { -webkit-transform: rotate(360deg) translateX(-400px) rotate(360deg); }
}

@-moz-keyframes magnus{
    from { -moz-transform: rotate(0deg) translateX(-400px) rotate(0deg); }
    to   { -moz-transform: rotate(360deg) translateX(-400px) rotate(360deg); }
}

@-o-keyframes magnus{
    from { -o-transform: rotate(0deg) translateX(-400px) rotate(0deg); }
    to   { -o-transform: rotate(360deg) translateX(-400px) rotate(360deg); }
}


.anita {
	position: absolute;
	animation-name: anita;
	-webkit-animation: anita 200s linear infinite reverse;
	-moz-animation: anita 200s linear infinite reverse;
	-o-animation: anita 200s linear infinite reverse;
	animation: anita 200s linear infinite reverse; 
	top: 35%;
	left: 46%;
}


@keyframes anita{
    from { transform: rotate(0deg) translateX(-400px) rotate(0deg); }
    to   { transform: rotate(2880deg) translateX(-400px) rotate(2880deg); }
}


@-webkit-keyframes anita{
    from { -webkit-transform: rotate(0deg) translateX(-400px) rotate(0deg); }
    to   { -webkit-transform: rotate(2880deg) translateX(-400px) rotate(2880deg); }
}

@-moz-keyframes anita{
    from { -moz-transform: rotate(0deg) translateX(-400px) rotate(0deg); }
    to   { -moz-transform: rotate(2880deg) translateX(-400px) rotate(2880deg); }
}

@-o-keyframes anita{
    from { -o-transform: rotate(0deg) translateX(-400px) rotate(0deg); }
    to   { -o-transform: rotate(2880deg) translateX(-400px) rotate(2880deg); }
}

.ruth {
	position: absolute;
	animation-name: ruth;
	-webkit-animation: ruth 80s linear infinite;
	-moz-animation: ruth 80s linear infinite;
	-o-animation: ruth 80s linear infinite;
	animation: ruth 80s linear infinite; 
	top: 35%;
	left: 46%;
}


@keyframes ruth{
    from { transform: rotate(0deg) translateX(400px) rotate(0deg); }
    to   { transform: rotate(720deg) translateX(400px) rotate(720deg); }
}


@-webkit-keyframes ruth{
    from { -webkit-transform: rotate(0deg) translateX(400px) rotate(0deg); }
    to   { -webkit-transform: rotate(720deg) translateX(400px) rotate(720deg); }
}

@-moz-keyframes ruth{
    from { -moz-transform: rotate(0deg) translateX(400px) rotate(0deg); }
    to   { -moz-transform: rotate(720deg) translateX(400px) rotate(720deg); }
}

@-o-keyframes ruth{
    from { -o-transform: rotate(0deg) translateX(400px) rotate(0deg); }
    to   { -o-transform: rotate(720deg) translateX(400px) rotate(720deg); }
}

.franz {
	position: absolute;
	animation-name: franz;
	-webkit-animation: franz 160s linear infinite;
	-moz-animation: franz 160s linear infinite ;
	-o-animation: franz 160s linear infinite ;
	animation: franz 160s linear infinite ; 
	top: 35%;
	left: 46%;
}


@keyframes franz{
    from { transform: rotate(0deg) translateX(500px) rotate(0deg); }
    to   { transform: rotate(-1440deg) translateX(500px) rotate(-1440deg); }
}


@-webkit-keyframes franz{
    from { transform: rotate(0deg) translateX(500px) rotate(0deg); }
    to   { transform: rotate(-1440deg) translateX(500px) rotate(-1440deg); }
}

@-moz-keyframes franz{
    from { transform: rotate(0deg) translateX(500px) rotate(0deg); }
    to   { transform: rotate(-1440deg) translateX(500px) rotate(-1440deg); }
}

@-o-keyframes franz{
    from { transform: rotate(0deg) translateX(500px) rotate(0deg); }
    to   { transform: rotate(-1440deg) translateX(500px) rotate(-1440deg); }
}

.sebastian {
	position: absolute;
	animation-name: sebastian;
	-webkit-animation: sebastian 100s linear infinite reverse;
	-moz-animation: sebastian 100s linear infinite reverse;
	-o-animation: sebastian 100s linear infinite reverse;
	animation: sebastian 100s linear infinite reverse ; 
	top: 35%;
	left: 46%;
}


@keyframes sebastian{
    from { transform: rotate(0deg) translateX(350px) rotate(0deg); }
    to   { transform: rotate(1440deg) translateX(350px) rotate(1440deg); }
}


@-webkit-keyframes sebastian{
    from { -webkit-transform: rotate(0deg) translateX(350px) rotate(0deg); }
    to   { -webkit-transform: rotate(1440deg) translateX(350px) rotate(1440deg); }
}

@-moz-keyframes sebastian{
    from { -moz-transform: rotate(0deg) translateX(350px) rotate(0deg); }
    to   { -moz-transform: rotate(1440deg) translateX(350px) rotate(1440deg); }
}

@-o-keyframes sebastian{
    from { -o-transform: rotate(0deg) translateX(350px) rotate(0deg); }
    to   { -o-transform: rotate(1440deg) translateX(350px) rotate(1440deg); }
}

.margot img, .magnus img, .sebastian img, .franz img, .ruth img, .anita img{
	width: auto;
	height: 27vh;

}

.margot img:hover, .magnus img:hover, .sebastian img:hover, .franz img:hover, .ruth img:hover, .anita img:hover{
	cursor: pointer;
}

.content-mumpitz{
	padding-top: 80px!important;
	padding-bottom: 50px!important;
	background: #000000;
}

.content-mumpitz-b{
	padding-top: 80px!important;
	padding-bottom: 50px!important;
	background: #e72c32;
}


.content-mumpitz h2, .content-mumpitz-b h2, .claim{
	color: #faf7d6;
	text-transform: uppercase;
}


.content-mumpitz p, .content-mumpitz-b p{
	color: #faf7d6;
}

.mumpitz-faktor{
	border: 4px solid #e72c32;
	padding: 20px;
	margin: 25px 5px;
}

.content-a{
	padding-top: 50px!important;
	padding-bottom: 50px!important;
	background: #faf7d6;
	border-bottom: 4px dotted #f9b233;
}

.content-b{
	padding-top: 50px!important;
	padding-bottom: 50px!important;
	background: #faf7d6;
}

.content-c{
	padding-top: 50px!important;
	padding-bottom: 50px!important;
	background: #000000;
	text-align: center;
}

.content-c p{
	color: #faf7d6;
}

.card{
	margin-top: 25px;
}

.card-headline{
	font-family: Marteau-ExtraBold;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

.img-thumbnail{
	border: 0;
	border-radius: 50%;
	background: #ffffff;
}

.page-footer {
	background: #000000;
}

.page-footer a{
	color: #faf7d6;
}


.footer-copyright{
	background: #e72c32;
	color: #000000;
}

.footer-copyright a{
	color: #faf7d6;
}


@media (max-width: 768px) {
	
	.logo img{
		max-width: 240px;
	}
	
	h1{
		font-size: 22px;
		margin-top: 10px;	
	}
	
	.quote-src{
		font-size: 18px;
	}
	
	.masthead {
	height: 120vh;
	}

	.margot img, .magnus img, .sebastian img, .franz img, .ruth img, .anita img{
	  width: auto;
	  height: 25vh;
	}

	.affe{
		position: absolute;
		bottom: -45%;
		right: 20px;
		width: 30vw;
	}

	.elefant{
		position: absolute;
		bottom: -40%;
		left: 20px;
		width: 25vw;
	}
	
@keyframes margot{
		from { transform: rotate(0deg) translateX(190px) rotate(0deg); }
		to   { transform: rotate(360deg) translateX(190px) rotate(360deg); }
	}


	@-webkit-keyframes margot{
		from { -webkit-transform: rotate(0deg) translateX(190px) rotate(0deg); }
		to   { -webkit-transform: rotate(360deg) translateX(190px) rotate(360deg); }
	}

	@-moz-keyframes margot{
		from { -moz-transform: rotate(0deg) translateX(190px) rotate(0deg); }
		to   { -moz-transform: rotate(360deg) translateX(190px) rotate(360deg); }
	}

	@-o-keyframes margot{
		from { -o-transform: rotate(0deg) translateX(190px) rotate(0deg); }
		to   { -o-transform: rotate(360deg) translateX(190px) rotate(360deg); }
	}

	@keyframes magnus{
		from { transform: rotate(0deg) translateX(-190px) rotate(0deg); }
		to   { transform: rotate(360deg) translateX(-190px) rotate(360deg); }
	}


	@-webkit-keyframes magnus{
		from { -webkit-transform: rotate(0deg) translateX(-190px) rotate(0deg); }
		to   { -webkit-transform: rotate(360deg) translateX(-190px) rotate(360deg); }
	}

	@-moz-keyframes magnus{
		from { -moz-transform: rotate(0deg) translateX(-190px) rotate(0deg); }
		to   { -moz-transform: rotate(360deg) translateX(-190px) rotate(360deg); }
	}

	@-o-keyframes magnus{
		from { -o-transform: rotate(0deg) translateX(-190px) rotate(0deg); }
		to   { -o-transform: rotate(360deg) translateX(-190px) rotate(360deg); }
	}
	
	@keyframes anita{
		from { transform: rotate(0deg) translateX(-190px) rotate(0deg); }
		to   { transform: rotate(2880deg) translateX(-190px) rotate(2880deg); }
	}


	@-webkit-keyframes anita{
		from { -webkit-transform: rotate(0deg) translateX(-190px) rotate(0deg); }
		to   { -webkit-transform: rotate(2880deg) translateX(-190px) rotate(2880deg); }
	}

	@-moz-keyframes anita{
		from { -moz-transform: rotate(0deg) translateX(-190px) rotate(0deg); }
		to   { -moz-transform: rotate(2880deg) translateX(-190px) rotate(2880deg); }
	}

	@-o-keyframes anita{
		from { -o-transform: rotate(0deg) translateX(-190px) rotate(0deg); }
		to   { -o-transform: rotate(2880deg) translateX(-190px) rotate(2880deg); }
	}
	
	@keyframes ruth{
		from { transform: rotate(0deg) translateX(190px) rotate(0deg); }
		to   { transform: rotate(720deg) translateX(190px) rotate(720deg); }
	}


	@-webkit-keyframes ruth{
		from { -webkit-transform: rotate(0deg) translateX(190px) rotate(0deg); }
		to   { -webkit-transform: rotate(720deg) translateX(190px) rotate(720deg); }
	}

	@-moz-keyframes ruth{
		from { -moz-transform: rotate(0deg) translateX(190px) rotate(0deg); }
		to   { -moz-transform: rotate(720deg) translateX(190px) rotate(720deg); }
	}

	@-o-keyframes ruth{
		from { -o-transform: rotate(0deg) translateX(190px) rotate(0deg); }
		to   { -o-transform: rotate(720deg) translateX(190px) rotate(720deg); }
	}

	@keyframes franz{
		from { transform: rotate(0deg) translateX(120px) rotate(0deg); }
		to   { transform: rotate(-1440deg) translateX(120px) rotate(-1440deg); }
	}


	@-webkit-keyframes franz{
		from { transform: rotate(0deg) translateX(120px) rotate(0deg); }
		to   { transform: rotate(-1440deg) translateX(120px) rotate(-1440deg); }
	}

	@-moz-keyframes franz{
		from { transform: rotate(0deg) translateX(120px) rotate(0deg); }
		to   { transform: rotate(-1440deg) translateX(120px) rotate(-1440deg); }
	}

	@-o-keyframes franz{
		from { transform: rotate(0deg) translateX(120px) rotate(0deg); }
		to   { transform: rotate(-1440deg) translateX(120px) rotate(-1440deg); }
	}

	@keyframes sebastian{
		from { transform: rotate(0deg) translateX(150px) rotate(0deg); }
		to   { transform: rotate(1440deg) translateX(150px) rotate(1440deg); }
	}


	@-webkit-keyframes sebastian{
		from { -webkit-transform: rotate(0deg) translateX(150px) rotate(0deg); }
		to   { -webkit-transform: rotate(1440deg) translateX(150px) rotate(1440deg); }
	}

	@-moz-keyframes sebastian{
		from { -moz-transform: rotate(0deg) translateX(150px) rotate(0deg); }
		to   { -moz-transform: rotate(1440deg) translateX(150px) rotate(1440deg); }
	}

	@-o-keyframes sebastian{
		from { -o-transform: rotate(0deg) translateX(150px) rotate(0deg); }
		to   { -o-transform: rotate(1440deg) translateX(150px) rotate(1440deg); }
	}
	

}

@media (max-width: 500px) {
	


	.mo-nav-wrp a img{
		width: 100%;
		max-width: 40px;
	}


}
