html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 18px;
}


body,input,select,textarea {
	font-family: Helvetica,Arial,sans-serif;
}


*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


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

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

p{
	margin:0;
	padding:0;
}

ul,li{
    margin:0;
}



video,img{
	vertical-align: top;
	display:inline-block;
    max-width: 100%;
}

.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	position: relative;
    background-color:#91746A;
}

.inner{
	width:98%;
    max-width: 980px;
	margin:0 auto;
}

.header{
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    text-align: right;
    background-color: #91746A;
}

.spacerH{
    height: 70px;
    width: 100%;
}

.spacerF{
    width: 100%;
    height: 30px;
}

.mhelper{
    position: fixed;
    top: 70px;
    left: 0px;
    width: 100%;
    height: 800px;
}

.footer{
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #af3030;
    color: #fff;
    position:absolute;
	bottom:0px;
}

.footer a{
    color: #fff;
}

.footer a:hover{
    color: #000;
}

.nav{
    position: relative;
    float:right;
    width: 500px;
}

.nav a{
    color:#000;
    display: inline-block;
    min-height: 70px;
    line-height: 70px;
    padding: 0 20px;
    font-weight: bold;
}

.nav a:hover{
    background-color: #000;
    color: #fff;
}

.navlogo{
    float:left;
    width: 154px;
    height: 60px;
    background-image: url('logo_s.png');
    background-repeat: no-repeat;
    margin-top:5px;
}

.mbtn{
	position:absolute;
	top: 15px;
	right: 10px;
    width: 40px;
    height: 40px;
	background-color: #af3030;
	display:none;
    border-radius: 4px;
    border: 1px solid #af3030;
}

.mbtn .line { 
    position: absolute; 
    left: 3px;
    width: 32px;
    height: 6px;
    background: #fff; 
    display: block; 
    top: 6px;
 }

.mbtn .line2{
    top: 16px;
 }

.mbtn .line3{
    top: 26px;
}

.mbtn:hover{
    background-color: #fff;
}

.mbtn:hover .line{
    background-color: #af3030;
}


.logopos{
    position: absolute;
    top: 20%;
    left:0;
    width: 100%;
    z-index: 900;
    color:#fff;
    font-size: 30px;
    font-weight: bold;
    text-align:center;
}

.logopos .ltxt{
    -webkit-filter: drop-shadow(1px 1px 0 #000)
                        drop-shadow(-1px -1px 0 #000);
        filter: drop-shadow(1px 1px 0 #000) 
                drop-shadow(-1px -1px 0 #000);

}

.logopos img{
        -webkit-filter: drop-shadow(1px 1px 0 #fff)
                        drop-shadow(-1px -1px 0 #fff);
        filter: drop-shadow(1px 1px 0 #fff) 
                drop-shadow(-1px -1px 0 #fff);

}

.loginfrm{
    display:block;
    width: 300px;
    margin: 0 auto;
}

.w300{
    width: 300px;
}

.w50p{
    width: 49.9%;
}

#fw_csubj{
    display:none;
}

.user-box {
    position: relative;
}
  
.user-box input,
.user-box textarea {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    background: transparent;
}

.user-box.haserr input,
.user-box.haserr textarea {
    border-color: red;
}
.user-box label {
    position: absolute;
    top:0;
    left: 0;
    padding: 10px 0;
    font-size: 16px;
    color: #000;
    pointer-events: none;
    transition: .5s;
}

.user-box textarea{
    height: 200px;
}

.user-box.hascontent label,
.user-box textarea:focus ~ label,
.user-box input:focus ~ label{
  top: -20px;
  left: 0;
  font-size: 12px;
}

.tinycontent{
    min-height: 100px;
    border: 1px solid red;
}

.btn{
    padding: 5px 10px;
    background-color: #0000ff;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #0000ff;
    cursor: pointer;
    color: #fff;
}

.btn:hover{
    background-color: #fff;
    color: #0000ff;
}

.btn-r{
    background-color: #af3030;
    border: 1px solid #af3030;
}

.btn-r:hover{
    color: #af3030;
}

.msg{
    width: 100%;
    border: 1px solid #009933;
    color: #009933;
    border-radius: 4px;
    background-color: #d6f5d6;
    text-align: center;
    margin: 10px 0;
    line-height: 26px;
}

.msg-err{
    border: 1px solid #ff0000;
    color: #ff0000;
    background-color: #ffcccc;
}


.paratext{
    padding: 20px 0;
    min-height: 300px;
    background-color:#91746A;
    position:relative;
}


.parallax {
    min-height: 500px; 
    background-attachment: fixed;
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.para-home{
    min-height: 800px; 
}

.para-svc{
    background-image: url("bg/bg_leistungen.jpg");
}

.para-about{
    background-image: url("bg/bg_about.jpg");
}

.para-kt{
    background-image: url("bg/bg_kontakt.jpg");
}

.para-map{
    border-top: 4px solid #af3030;
    background-image: url("bg/bg_map.jpg");
    display: block;
}


#bg{
	position:fixed;
	width: 100%;
	height: 100%;
	background-color:#000;
	opacity: 0.4;
	top:0px;
	left:0px;
	right:0px;
	left:0px;
	display:none;
}


.fl{
    float:left;
}

.fr{
    float:right;
}


@media (max-width: 1000px) {

    .para-home{
        min-height: 300px; 
    }

    .logopos img{
        max-width: 100%;
    }
    
    .logopos {
        max-width: 80%;
        left: 10%;
        top: 20px;
    }

    .mbtn{
        display:block;
    }

    .nav{
        position:fixed;
        top:0;
        left:0;
        bottom:0;
        height: 100%;
        width: 200px;
        margin:0;
        background-color:#af3030;
        display: none;
        z-index: 1500;
        float:none;
        text-align: left;
        border-right: 2px solid #fff;
    }

    .nav a{
        width: 100%;
    }

    .parallax,
    .parabg,
    .parabg1,
    .para1 {
        min-height: 350px;
        height: 350px;
    }


    .w50p{
        width: 100%;
    }
}

@media (min-width: 1250px) {
    .inner{
        max-width: 1200px;
    }

}

@media (max-width: 600px) {
    .parallax,
    .parabg,
    .parabg1,
    .para1 {
        min-height: 350px;
        height: 350px;
    }
}

@supports (-webkit-overflow-scrolling: touch){ /* CSS for iOS devices */ 
    .parallax {
		background-size: cover;
        background-attachment:scroll;
	}
}

.clear{
    clear:both;
}

@font-face {
    font-family: 'icomoon';
    src:  url('icomoon/fonts/icomoon.eot?2kobsm');
    src:  url('icomoon/fonts/icomoon.eot?2kobsm#iefix') format('embedded-opentype'),
      url('icomoon/fonts/icomoon.ttf?2kobsm') format('truetype'),
      url('icomoon/fonts/icomoon.woff?2kobsm') format('woff'),
      url('icomoon/fonts/icomoon.svg?2kobsm#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-chevron-right:before {
    content: "\e900";
  }
  .icon-chevron-left:before {
    content: "\e901";
  }
  .icon-chevron-down:before {
    content: "\e902";
  }
  .icon-chevron-up:before {
    content: "\e903";
  }
  .icon-pencil:before {
    content: "\e905";
  }
  .icon-floppy-disk:before {
    content: "\e962";
  }
  .icon-cross:before {
    content: "\ea0f";
  }
  .icon-envelop:before {
    content: "\e945";
  }
  .icon-phone:before {
    content: "\e942";
  }
  .icon-whatsapp:before {
    content: "\ea93";
  }
  