/*
Rapp Template
creation Date: 2018-01-22
Author: Sebastian Osinski
http://www.sebbi.net
*/

body, html{
    font-family: 'Lato-Regular', sans-serif;
    width: 100%;
    margin: 0px;
    color: #989898;
    background-color: #ffffff;
    font-size: 16px;
    overflow-x: hidden;
}
img{
    border: none;
}
a{
    color: inherit;
    text-decoration: none;
}
table{
    width: 100%;
    table-layout: fixed;
}
td{
    vertical-align: top;
    position: relative;
}
h1{
    font-size: 35px;
}
h2{
    line-height: 25px;
    font-size: 16px;
}
h3{
    font-size: 20px;
    text-transform: uppercase;
}
p{
    margin-top: 15px;
    margin-bottom: 15px;
}
*{
    margin: 0px;
    padding: 0px;
}
.hidden{
    visibility: hidden;
}
.visible{
    visibility: visible;
}
.center{
    text-align: center;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.white{
    color: white !important;
}
p.bold{
    font-weight: bold;
}
p.larger{
    font-size: 18px;
}
.anchorlink{
    line-height: 0px;
    width: 0px;
    height: 0px;
}



/* GLOBALS */
.main-container{
    margin-left: auto;
    margin-right: auto;
    max-width: 1420px;
    position: relative;
}
.main-container.widemargin{
    padding-top: 60px;
    padding-bottom: 60px;
}
.cont-block{
    position: relative;
    display: block;
    width: 100%;
}
.content-tworow > tbody > tr > td{
    width: 49%;
}
.content-tworow > tbody > tr > td.table-spacer{
    width: 2%;
}
.content-threerow > tbody > tr > td{
    width: 32%;
}
.content-threerow > tbody > tr > td.table-spacer{
    width: 2%;
}
.datetable > tbody > tr > td:nth-child(1){
    width: 150px;
    font-weight: 500;
}
.teamleiter-table > tbody > tr > td:nth-child(1){
    width: 60%;
}
.teamleiter-table > tbody > tr > td:nth-child(3){
    width: 35%;
    text-align: right;
}
.teamleiter-table > tbody > tr > td.table-spacer{
    width: 5%;
}

/* INDEXES */
#topmenu-wrapper{
    z-index: 10;
}
#slider-wrapper,
#content-wrapper,
#footer-wrapper,
#news-wrapper,
#projekte-wrapper{
    z-index: 2;
}


/* transitions */
a,
.floaterimg,
.mitarbeiter-img,
.contimg,
#fin-senden, #fin-senden *,
.news-box, .news-box *{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.arrowbutton{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;   
}

/* CONTENT SPECIFICS */
#content-wrapper{
    text-align: justify;
}
#content-wrapper.hasContent{
    padding-top: 80px;
    padding-bottom: 80px;
    background: #ffffff;
    font-weight: 300;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
}
#content-wrapper h1,
#content-wrapper h2,
#content-wrapper h3,
#content-wrapper b,
#content-wrapper .highlight,
span.format1{
    color: #1c1a1d;
}
#content-wrapper a{
    color: #1c1a1d;
    text-decoration: underline;
}
#content-wrapper img{
    max-width: 100% !important;
}
.cont-narrow p{
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 25px;
}
#content-wrapper p{
    line-height: 25px;
}
span.format1{
    text-transform: uppercase;
}
#content-wrapper ul{
    margin-left: 20px;
}
#content-wrapper li{
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 25px;
}
#content-wrapper li:nth-child(1){
    margin-top: 0px;
}
h2.slim{
    font-weight: 300;
    font-size: 25px;
}
.floaterimg{
    margin-bottom: 10px;
}
.floaterimg.right{
    float: right;
    margin-left: 10px;
}
.floaterimg:hover,
.mitarbeiter-img:hover,
.contimg:hover{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
p.nopad-top{
    margin-top: 0px;
}
p.line{
    margin-top: 0px;
    padding-top: 20px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
    line-height: 0px;
}
h1.cont-title{
    text-transform: uppercase;
    font-weight: 900;
    font-size: 50px;
    margin-top: 0px;
    margin-bottom: 40px;
    z-index: 5;
    position: relative;
}
.cont-narrow{
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

/* FB ICON */
#facebook-icon{
  position: absolute;
  top: 15px;
  right: 10px;
  width: 20px;
  height: 40px;
  border-radius: 8px;
}
#facebook-icon:hover{
    color: #003366;
}
#facebook-icon:after{
   content: "f";
   width: 20px;
   height: 20px;
   font: bold 38px arial;
   margin-left: 20px;
}

/* NEWS */
.news-box{
    display: block;
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    border-bottom: 1px solid #eaeaea;
    padding-top: 10px;
    padding-bottom: 10px;
}
.news-box:hover{
    color: #1c1a1d;
    border-bottom: 1px solid #1c1a1d;
}
span.contarr-right{
    padding-left: 20px;
    vertical-align: middle;
}
span.contarr-right img{
    width: 15px;
}
.news-box:hover span.contarr-right{
    padding-left: 40px;
}
.catpreset{
    line-height: 0px;
    height: 0px;
    width: 0px;
}

/* FOOTER */
#footer-wrapper{
    margin-top: 100px;
    margin-bottom: 100px;
    color: #FFFFFF;
}
#footer-wrapper .main-container{
    background: url('/images/grafik/startbild_unterseite.jpg') no-repeat center;
    background-size: 100% 100%;
}
#footer-wrapper td:not(.table-spacer){
    padding: 20px;
}
#footer-wrapper a:hover{
    text-decoration: underline;
}

/* FORMS */
.chrono_credits{
    display: none;
}
.formular1{
    margin-top: 20px;
}
.chronoform input, .chronoform textarea{
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 300;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 3px;
  resize: none;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.chronoform textarea{
    height: 250px;
}
#fclmn label, #fclmn input{
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin: 0px;
}
#fitem, #fitem2{
    margin-bottom: 8px;
}
#fin-senden input{
    width: 200px;
    height: 50px;
    font-size: 20px;
    background-color: #ffffff;
    color: #989898;
    text-transform: uppercase;
    border: none;
    margin-left: 0px;
    margin-right: auto;
    text-align: center;
    border: 1px solid #989898;
}
#fin-senden input:hover{
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
  width: 220px;
}
#fin-datenschutz,
#fitem-rueckruf{
    display: inline-block;
    vertical-align: middle;
}
#form-row-datenschutz{
}
#fin-datenschutz #fitem, #fin-datenschutz #fitem2,
#fitem-rueckruf input{
    margin: 0px;
}
p.klausel{
    font-size: 12px;
}
.g-recaptcha > div{
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 10px;
}
.system-message > .message{
    text-align: center;
}