/* alex-brush-regular - latin */
@font-face {
  font-family: 'Alex Brush';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/alex-brush-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/alex-brush-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/alex-brush-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/alex-brush-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/alex-brush-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/alex-brush-v20-latin-regular.svg#AlexBrush') format('svg'); /* Legacy iOS */
}

.mx-box {
    border: 1px solid #a84d6c;
    background: #CCCC99;
    margin: 10px 10px 30px 10px;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    --moz-box-shadow:  10px 10px 10px #888;
    -webkit-box-shadow: 10px 10px 10px #888;
    box-shadow: 10px 10px 10px #888;

}

.mx-box1 {
 position: absolute;
 top:0px;
 left:0px;
 width:100%;
 height:100%
  z-index: 1;
  border: 1px solid #a84d6c;
  border-radius: 5px;
//    background: #CCCC99;
    background-image: url(/images/Motivtrenner.jpg);
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter:alpha(opacity=20);
  -moz-opacity:0.20;
  -khtml-opacity: 0.20;
  opacity: 0.20;

}

.box8 {
  background: url(/images/Motivtrenner.jpg);
  background-repeat: repeat;
  background-size: auto;
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1) inset;
  border-radius: 5px;



    }

p.mx-boxtext1 {
  position: relative;
  z-index: 5;
  color: #000000;
  background: #FF0066;
  opacity: 1;

  }




.mx-text1 {
    	font-family: 'Alex Brush', cursive;
        font-size: 300%;
        color: #a84d6c;
        text-shadow: 6px 4px 7px #999999;
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
        }


.mx-text1-h1 {
    	font-family: 'Alex Brush', cursive;
        font-size: 100%;
        color: #a84d6c;
        text-shadow: 6px 4px 7px #999999;
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
        }


.mx-text1-1 {
        display: block;
    	font-family: 'Alex Brush', cursive;
        font-size: 300%;
        color: #a84d6c;
        text-shadow: 6px 4px 7px #999999;
        margin-top: 60px;
        margin-bottom: 30px;
        text-align: center;
        }

.mx-text1-2 {
        display: block;
    	font-family: 'Alex Brush', cursive;
        font-size: 300%;
        color: #a84d6c;
        text-shadow: 6px 4px 7px #999999;
        margin-top: 40px;
        margin-bottom: 40px;
        text-align: left;
        }

.mx-text-box {
        display: block;
    	font-family: 'Alex Brush', cursive;
        font-size: 300%;
        color: #a84d6c;
        text-shadow: 6px 4px 7px #999999;
        margin-top: 10px;
        text-align: center;
        }

.mx-text2 {
	font-family: 'Alex Brush', cursive;
    font-size: 200%;
    color: #a84d6c;
    }


.mx-text3 {
	font-family: 'Alex Brush', cursive;
    font-size: 150%;
    color: #a84d6c;
    }

.mx-text4 {
    display: inline-block;
	font-family: 'Alex Brush', cursive;
    font-size: 4em;
    margin: 5px;
    color: #FFFFFF;
    text-shadow: 6px 4px 7px #999999;
    }

.mx-text5 {
    display: inline-block;
	font-family: 'Alex Brush', cursive;
    font-size: 2em;
    margin: 5px;
    color: #FFFFFF;
    //text-shadow: 6px 4px 7px #999999;
    }


ul.actions {
	&:after {
	 content: "";
  display: table;
  clear: both;
	}
}

// Background
#rt-bg-image {
	position: absolute;
	width: 100%;
	max-width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: 50% 0;
    opacity: 0.4;
    background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
//    background-repeat:repeat-x repeat-y;



// Änderungen im Style.less

// Main Body
#rt-mainbody-surround {
	background: @bodyBackground;
//  background: @bodyBackground4 url(@{imagePattern}fotolia_39334728.jpg);
//  background-repeat: repeat-x repeat-y;



// CSS-Rule für Ohanah

.ohanah h3 {
  font-size: 25px;



  }
