/* Version: 05.03.2018 */


 /* ------------------- 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 */
}
.bg-green
{
	background-image:url("//anzeigen.jobsintown.de/job/files/1276869/bg-green.jpg");
	background-repeat: no-repeat;
	background-size: 720px;
	padding: 0.8rem 3%;
	color:#fff;
}

* {
  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;
 
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
	
	background-color: #f8f5ee;
}

.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:#8AAE1B;
	padding: 1.5rem 2%;
	text-align: center;
	padding-left: 41%;
}

.logo{
	margin: 0;
	padding: 0;
	
	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:#00632E;}
.grau{color:#00b5e2;}


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

.bgWeiss{
	background:#8AAE1B;
	padding: 0.8rem 3%;
	color:#fff;
}

.bgWeiss a:hover {
 color: #00632E;
}

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

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



.white{
color: #fff;
}


.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;
} 
.border-card
{
	border: 0.1rem solid #fff;
	padding: 3%;
}
.thecard:hover{ transform: rotateY(180deg); } 
.thefront{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;  
	backface-visibility: hidden; 
	overflow: hidden; 
	background:#00632E;
	color: rgba(0,181,226,1);
        padding:1rem;
} 

.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.2rem;
	font-weight: 400;
	text-align: center;
        color: #ffed00 !important;
}


h1 small{
	font-size: calc(100% - 0.3rem);
        color: #fff !important;
}

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:1.2rem;
	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: #8aae1b;
}

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


/*
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:link {
  display: inline-block;
  background: #8AAE1B;
  padding: 0.6rem 2.5rem 0.6rem 2.5rem;
  margin: 0rem auto;
  cursor: pointer;
  border: 0.1rem solid #fff;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #fff !important;
}
.button a:hover {
  background-position: 15px center;
  background-color: #fff;
  text-decoration: none;
  color: #8aae1b;
}
.slider-wrap{
	max-width:720px;
  	width: auto;
  	height: auto;
	position:relative;
	border-top:5px solid #00632e;
}

.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:#8aae1b !important;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.zentriert{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.refnr{}
.apply{}

.refnr {}

.apply {}
