@charset "UTF-8";
/* CSS Document */
.clear {
    float: none;
    width: 0px;
    height: 0px;
    clear: both;
}
.responsive_map {
height: 0;
overflow: hidden;
padding-bottom: 56%;
position: relative;
}

.responsive_map iframe {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}


body {
    margin: 0;
    padding: 0;
    font-family: 'rajdhaniregular';
	line-height: 1.4;
}

#header {
    width: 100%;
    background-color: #FFFFFF;
    height: 150px;
    transition: background-color 1s ease-in-out;
}

#header.holdontop {
    width: 100%;
    background-color: #FFFFFF;
    position: fixed;
    z-index: 490;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 90px;
    /*background-color: #fcca2f;*/
    transition: background-color 1s ease-in-out;
    -webkit-box-shadow: 0px 5px 10px #CFCBCB;
    box-shadow: 0px 5px 10px #CFCBCB;
}


#test {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    height: 150px;
}
#test.holdontop {
    position: fixed;
    z-index: 500;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 90px;
    /*background-color: #fcca2f;*/
	transition: background-color 1s ease-in-out;
}
#logo img {
    margin-top: 0px;
    float: left;
    width: 16%;
    height: auto;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-top: 15px;
}
#logo.holdontop img {
    width: 8%;
    height: auto;
}
#implinks {
    float: right;
    margin-top: 10px;
    margin-bottom: 40px;
    padding-right: 10px;
}
#implinks.holdontop {
    margin-bottom: 10px;
}
#implinks a {
    text-decoration: none;
    color: #000000;
    font-size: small;
}
/* SLIDESHOW */
#slidercontainer {
    width: 100%;
    position: relative;
    z-index: 5;
    background-color: #EDEDED;
    margin-top: 20px;
    margin-bottom: 20px;
}
.schatten_oben {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
}
#slidercontainer .schatten_oben img {
    width: 100%;
    height: auto;
}
.schatten_unten {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
}
#slidercontainer .schatten_unten img {
    width: 100%;
    height: auto;
}
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin-top: -4px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    /*max-width: 1200px;*/
    margin-right: auto;
    margin-left: auto;
    z-index: 5;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.rslides img {
    display: block;
    /*height: auto;*/
    float: left;
    width: 100%;
    border: 0;
    /*max-width: 1200px;
    margin-right: auto;
    margin-left: auto;*/
}
#textbox {
    max-width: 60%;
    max-height: 80%;
    z-index: 1100;
    bottom: 25px;
    right: 25px;
    position: absolute;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    opacity: 0.85;
    color: #E37100;
    background-color: #FFFFFF;
    border-radius: 25px;
}

#textbox .hl {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 60px;
}
#textbox h2 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: large;
    padding-left: 20px;
}
#textbox h3 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: medium;
    padding-left: 35px;
}
@media screen and (max-width:900px) {
#textbox {
    max-width: 50%;
}
#textbox .hl {
    font-size: 25px;
}
#textbox h2 {
    font-size: medium;
}
#textbox h3 {
    font-size: small;
}
}

#textbox h1 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: large;
}



/*Inhalt ........................*/
#inhaltcontainer{
    width: 94%;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}
#inhaltcontainer .startboxen{
    width: 100%;
    margin-top: 50px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}
#inhaltcontainer .startbox{
    width: 19%;
    float: left;
    margin-bottom: 50px;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    background-color: #EDEDED;
	/* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
#inhaltcontainer .startbox h1{
    font-size: medium;
    font-weight: bolder;
    margin-top: 0px;
    padding-top: 0px;
}
#inhaltcontainer .startbox p{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#inhaltcontainer .leistungsbox{
    width: 40%;
    margin-right: 5%;
    background-color: #EDEDED;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    float: left;
    margin-bottom: 20px;
}
#inhaltcontainer .leistungsbox a{
    font-size: small;
    text-align: right;
    margin-top: 40px;
    text-decoration: underline;
    color: #000000;
    display: block;
}
#inhaltcontainer .leistungsbox p{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#inhaltcontainer .leistungsbox h1{
    color: #E97000;
    font-weight: bold;
    font-size: large;
}



@media screen and (max-width:1000px){
#inhaltcontainer .startboxen{
    
	flex-wrap: wrap;
}
#inhaltcontainer .startbox{
    width: 42%;
}
}

#inhaltcontainer .bild100{
    width: 100%;
    margin-bottom: 25px;
}
#inhaltcontainer h1{
    font-weight: bold;
    font-size: large;
}

#inhaltcontainer .content{
    width: 65%;
    float: left;
}
#inhaltcontainer .newsbereich{
    width: 30%;
    float: right;
}

footer{
    width: 100%;
    background-color: #363636;
	font-size: small;
}
footer #footerinhalt{
    width: 94%;
    max-width: 1160px;
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
	display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}
footer #footerinhalt .footerbox{
    width: 30%;
    margin-top: 40px;
    margin-bottom: 40px;
}
footer #footerinhalt .footerbox a{
    color: #FFFFFF;
}
footer #footerinhalt .footerbox .angebote{
    width: 100%;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    border-bottom-width: thin;
    border-bottom-style: solid;
    padding-top: 6px;
    padding-bottom: 6px;
}
footer #footerinhalt .footerbox .angebote:hover{
    background-color: #5A5A5A;    
}
footer #footerinhalt .footerbox h2{
    margin-top: 0px;    
}


/*::::::::::::::::::MEDIA unter650::::::::::::::::::::::::: */
@media (max-width: 650px) {
#implinks {
    margin-top: 30px; 
}
#logo {
    width: 16%;
	/*float: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
	padding-left: 0px;*/
}
#logo img {
    width: 100%;
    height: auto;
}
#logo.holdontop {
    width: 8%;
    height: auto;
}
#logo.holdontop img {
    width: 100%;
    height: auto;
}
#header.holdontop {
    background-color: #FFFFFF;
}
#test.holdontop {
    background-color: #FFFFFF;
}
#slidercontainer {
    display: none;
	visibility: hidden;
}

#inhaltcontainer .startboxen{
    display: inherit;
}
#inhaltcontainer .startbox{
    width: 96%;
    float: none;
    margin-right: none;
    margin-bottom: 20px;
}
#inhaltcontainer .startbox_re{
    width: 100%;
    float: none;
	margin-bottom: 50px;
}
#inhaltcontainer .leistungsbox{
    width: 96%;
    float: none;
	margin-bottom: 50px;
	}
#inhaltcontainer .content{
    width: 100%;
    float: none;
	margin-bottom: 50px;
}
#inhaltcontainer .newsbereich{
    width: 100%;
    float: none;
	margin-bottom: 50px;
}

footer #footerinhalt{
    width: 94%;
    max-width: none;
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
    display: inline;
    display: inherit;
    justify-content: none;
    padding-top: 32px;
    padding-bottom: 32px;
}
footer #footerinhalt .footerbox{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
	float: none;
}
}


