/* Version: 05.03.2018 */

/* --- Normal --- */
@font-face { font-family: "Open Sans";
	 
  src: local('Open Sans'),     
	   url('https://fonts.pwrk.dev/ofl/opensans/OpenSans[wdth,wght].woff2') format('woff2') ;
	font-weight: 300, 400, 500, 600, 700, 800, 900;
  font-style: normal;
}

/* --- Italic --- */
@font-face { font-family: "Open Sans Italic";
	 
  src: local('Open Sans Italic'),     
	   url('https://fonts.pwrk.dev/ofl/opensans/OpenSans-Italic[wdth,wght].woff2') format('woff2') ;
font-weight: 300, 400, 500, 600, 700, 800, 900;
  font-style: italic;
}

 /* ------------------- NICHT VERÄNDERN ------------------------- */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

 /* ----------------------------------------------------------- */

body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
/* ------------------- NICHT VERÄNDERN ------------------------- */
  font-size: 100%;
 /* ------------------------------------------------------------ */
  text-decoration: none;
  word-spacing: normal;
  background-color: #ffffff;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
	
	background-color: #1a3968;
}

.frame-outer {
  position: relative;
  padding: 0;
  width: 720px;
  margin: 1.3rem auto;
  line-height: 1.4;
  color: #4d4f51;
  font-weight: 400;
  font-size: 0.75rem;
}

.frame-outer::after {
  content: "";
  display: block;
  clear: both;
}

#top{
	background:rgba(255,255,255,1);
	padding: 1.5rem 2%;
}

#logo{
	margin: 0;
	padding: 0;
}

#logo img{
	width:30%;
}

.musikLieben{
	position: absolute;
	top:1.5rem;
	right:2%;
	width: 60%;
	font-size:3.2rem;
	font-weight: 700;
	line-height: 1.2;
	color: #808080;
	text-transform: uppercase;
	letter-spacing: -0.15rem;
}

.content {
  padding: 1.5rem 4%;
}

.content::after {
  content: "";
  display: block;
  clear: both;
}

p {
  margin:0;
}

p:empty {
  height: 1rem;
}

.rot{color:#1a3968;}
.grau{color:#00b5e2;}


.bgRot{
	background:#1a3968;
	color: rgba(0,181,226,1);
	padding: 0.8rem 3%;
	border: 0.02rem solid #fff;
}

.bgWeiss{
	background:rgba(255,255,255,1);
	padding: 0.8rem 3%;
}

.bgBild{
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
}

.bgGrau{
	background:#ddd;
	padding: 0.8rem 3%;
}

.abstand10{
	margin-top:0.625rem;
}

.abstand15{
	margin-top:1rem;
}

.abstand25{
	margin-top:1.5rem;
}

#titel{
	height:15rem;
}

/*-------Flip------*/

.maincontainer{ 
	position: absolute; 
	width:100%;
	background: none;
	transform: translate(-50%, -50%);
}
.thecard{
	position: relative;
	width: 100%; 
	height: 100%;
	transform-style: preserve-3d; 
	transition: all 0.8s ease;
	border: 0.02rem solid #fff;
} 
.thecard:hover{ transform: rotateY(180deg); } 
.thefront{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;  
	backface-visibility: hidden; 
	overflow: hidden; 
	background:#1a3968;
	color: rgba(0,181,226,1);
} 

.theback{ 
	position: absolute; 
	top: 0; 
	left: 0;
	width: 100%; 
	height: 100%;
	backface-visibility: hidden; 
	overflow: hidden; 
	background: #fff; 
	color: #333; 
	transform: rotateY(180deg);
	text-align: center;
}

.theback img{
	display: inline-block;
	width:50%;
}

/*----------------*/

h1 {
	margin: 0;
	padding:0;
	line-height: 1.2;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

h1 strong {
	font-size: 1.3rem;
}

h2 {
	margin: 0 0 0.2rem 0;
	padding: 0;
	line-height: 1.4;
	font-size:1.2rem;
	font-weight: 700;
	text-transform: uppercase;
	color:#808080;
}

h3 {
	margin: 0 0 0.2rem 0;
	padding: 0;
	line-height: 1.4;
	font-size:1rem;
	font-weight: 700;
	text-transform: uppercase;
}

/*

H1 Linie


h1{
display:flex;
width:100%;
align-items:center;
               
}
h1::after, h1::before
{
content: "";
height:.1rem;
margin:.2rem;
flex:1;
background-color:black;
}


*/

/*
Writing Mode

writing-mode: horizontal-tb;
writing-mode: vertical-rl;
writing-mode: vertical-lr;

*/

/*

.zweispaltig{
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	-webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

*/

.word{word-spacing:-0.05rem;}
.letter{letter-spacing:-0.01rem;}
.spacing{
	word-spacing:-0.05rem;
	letter-spacing:-0.01rem;
}

/* -------------- FLEXBOX -------------------- */

.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin:1rem 0;
	flex-wrap: wrap;
  flex-direction: row;
}

.flex > div{
	width:48.7%;
	position: relative;
}

/* -------------- FLEXBOX -------------------- */

.box-left {
  float: left;
  width: 48%;
}

.box-right {
  float: right;
  width: 48%;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

#footer {
	padding: 1rem 4%;
}

#footer::after {
  content: "";
  display: block;
  clear: both;
}

img {
	  max-width: 100%;
	width: 100%;
	height: auto;
	width: auto9; /* ie8 */
	border:none !important;
	display: block;
}

a:link {
  color: #fff;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #fff;
}

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

.bgRot a:active {
  text-decoration: none;
  color: #809bbb;
}

.bgRot a:link {
  color: #809bbb;
  text-decoration: none;
}

.bgRot a:visited {
  text-decoration: none;
  color: #809bbb;
}

.bgRot a:hover {
  text-decoration: none;
  color: #FFF;
}

.bgRot a:active {
  text-decoration: none;
  color: #809bbb;
}




.bgWeiss a:active {
  text-decoration: none;
  color: #809bbb;
}

.bgWeiss a:link {
  color: #809bbb;
  text-decoration: none;
}

.bgWeiss a:visited {
  text-decoration: none;
  color: #809bbb;
}

.bgWeiss a:hover {
  text-decoration: none;
  color: #000;
}

.bgWeiss a:active {
  text-decoration: none;
  color: #809bbb;
}


/*
ul {
	padding: 0;
	margin: 0 0 0 0.9rem;
}

li {
	padding: 0px;
}
*/

/*

Zeichen:
----------------
Punkt: •
Kleiner Punkt mittig: ‧
Quadrat Klein: ▪
Quadrat Gross: ■
Kreis Klein: ○
Kreis Gross: ◯

*/

.ausblenden {
}

.einblenden {
	display:none;
}


.linksbuendig {
  text-align: left;
}

.rechtsbuendig {
  text-align: right;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.justifier {
  text-align: justify;
  text-align-last: justify;
}

.table {
  display: table;
  width: 100%;
  
  table-layout: fixed;

}

.row {
  display: table-row;
}

.cell-left,
.cell-right {
  display: table-cell;
  vertical-align: bottom;
  padding: 1rem 3%;
}

.cell-left {
  border-right: 15px solid #fff;
}

.cell-right {
  border-left: 15px solid #fff;
}

.button_box {
  text-align: center;
}

.button_box::after {
  clear: both;
  content: "";
  display: block;
}


/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button a {
  display: inline-block;
  background: #8d1122;
  padding: 0.6rem 2.5rem 0.6rem 2.5rem;
  margin: 0rem auto;
  cursor: pointer;
color: #fff !important;
  
  
  border: 0.1rem solid #8d1122;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #FFF;
}
.button a:hover {
  background-position: 15px center;
  background-color: #fff;
  text-decoration: none;
  color: #8d1122 !important;
}
.slider-wrap{
	max-width:720px;
  	width: auto;
  	height: auto;
	position:relative;
	border-top:0px solid #cf0038;
}

.slideshow {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slideshow li span {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image 24s linear infinite;
  animation: image 24s linear infinite;
}
@keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  4% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  30% {
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  4% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  30% {
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow li {
	margin:0;
	padding:0;
  list-style: none;
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
.slideshow li:nth-child(1) span {}
.slideshow li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.slideshow li:nth-child(4) span {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
ul.slideshow {
	margin:0;
}

.btn a:link 
{
	color:#fff !important;
}
.btn a:hover
{
	color:#8d1122 !important;
}




.hfix .bgtt{
   background: url('//anzeigen.mediaintown.de/templates/job/c%28eA%7CYrjI2BaXu1/imgtitle.jpg');
}
.hfix .bglist1{
    background-image: url('//anzeigen.mediaintown.de/templates/job/c%28eA%7CYrjI2BaXu1/bglist1.jpg');
    background-position: center center;
    background-size: 110%;
    background-repeat: no-repeat;
}
.hfix .bglist2{
   background: url('//anzeigen.mediaintown.de/templates/job/c%28eA%7CYrjI2BaXu1/bglist2.jpg');
}
.hfix .bglist3{
   background: url('//anzeigen.mediaintown.de/templates/job/c%28eA%7CYrjI2BaXu1/bglist3.jpg');
}
.slider-wrap {
 width: auto;
 height: auto;
 position: relative;
 overflow: hidden;
}

.slideshow-3-bilder {
 position: absolute;
 width: 100%;
 top: 0;
 left: 0;
 z-index: 0;
}

.slideshow-3-bilder li span {
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 color: transparent;
 background-size: cover;
 background-position: 50% 50%;
 background-repeat: none;
 opacity: 0;
 z-index: 0;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 -webkit-animation: image-3-bilder 18s ease-out infinite;
 animation: image-3-bilder 18s ease-out infinite;
}

@keyframes image-3-bilder {
 0% {
   opacity: 1;
   transform: translateX(100%);
 }

 3% {
   transform: translateX(0);
 }

 33.33333% {
   transform: translateX(0);
 }

 36.33333% {
   transform: translateX(-100%);
 }

 100% {
   transform: translateX(-100%);
   opacity: 1;
 }

}

@-webkit-keyframes image-3-bilder {
 0% {
   opacity: 1;
   transform: translateX(100%);
 }

 3% {
   transform: translateX(0);
 }

 33.33333% {
   transform: translateX(0);
 }

 36.33333% {
   transform: translateX(-100%);
 }

 100% {
   transform: translateX(-100%);
   opacity: 1;
 }

}

.slideshow-3-bilder li {
 margin: 0;
 padding: 0;
 list-style: none;
}

.slideshow-3-bilder li:nth-child(1) span {
}

.slideshow-3-bilder li:nth-child(2) span {
 -webkit-animation-delay: 6s;
 animation-delay: 6s;
}

.slideshow-3-bilder li:nth-child(3) span {
 -webkit-animation-delay: 12s;
 animation-delay: 12s;
}

.slider-wrap ul.slideshow-3-bilder {
 margin: 0;
 padding: 0;
}

.slider-wrap li::before {
 display: none;
}


.refnr{}
.apply{}

.refnr {}

.apply {}
