@charset "utf-8";

/******************************************************
			ALLGEMEIN
/******************************************************/

body{
	background-image: url(bilder/overlay.png);
    background-color: rgb(247, 247, 247);
}

.clearer{
    clear: both;
    padding: 0 !important;
}

/******************************************************
			HEADER
/******************************************************/

header{
    position: relative;
    z-index: 3;
    padding: 0 !important;
}

#logobox{
    height: 154px;
    position: absolute;
    top: 61px;
    left: 15px;
    z-index: 20;
}

#logobox img{
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

#logobox img:nth-child(1){ display: none; }
#logobox img:nth-child(2){ display: none; }
#logobox img:nth-child(3){ display: none; }
#logobox img:nth-child(4){ display: none; }
#logobox img:nth-child(5){ display: none; }
#logobox img:nth-child(6){ display: none; }
#logobox img:nth-child(7){ display: none; }


#logo-scroll{
    height: 53px;
    position: fixed;
    top: 4px;
    z-index: 30;
    display: none;
    width: 100px;
}

#logo-scroll img{
    height: 100%;
    position: absolute;
    top: 0px;
    left: 15px;
}


/******************************************************
			NAVIGATION
/******************************************************/

.navbar-inverse{
    background-color: #4F4F4F;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 110px;
    border-top: 1px solid rgb(97, 97, 97);
    
     -webkit-box-shadow: 0px 10px 36px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 36px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 36px -15px rgba(0,0,0,0.75);
}

.navbar-brand{
    display: none;
}

.navbar-left{
    margin-left: 200px;
}

.navbar-nav>li>a{
    line-height: 32px;
}

.navbar-nav>li>a>i{
    margin-right: 2px;
    width: 18px;
}

.navbar-inverse .navbar-nav>li>a{
    color: lightgray;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
    background-color: rgb(122, 180, 62);
}

#side .btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-bottom: 5px;
    border-radius: 0px;
    color: gray;
}
#side .btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#side .btn:hover, #side .btn:focus, #side .btn:active {
    color: #4F4F4F;
}

#side .btn:hover:before, #side .btn:focus:before, #side .btn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


#side .btn > i{
    width: 20px;
    font-weight: bold;
}

/******************************************************
			INTRO
/******************************************************/

#intro{
    height: 400px;
    -webkit-box-shadow: inset -1px -60px 16px -63px rgba(0,0,0,0.75);
    -moz-box-shadow: inset -1px -60px 16px -63px rgba(0,0,0,0.75);
    box-shadow: inset -1px -60px 16px -63px rgba(0,0,0,0.75);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(bilder/beispielbild.jpg);
    background-attachment: fixed;
}

/******************************************************
			MAIN GLOBAL
/******************************************************/

main{
    margin-top: 280px;
    margin-bottom: 30px;
    padding: 0 !important;
    position: relative;
    z-index: 2;
    overflow-y: hidden;
    
    -webkit-box-shadow: 0px 10px 36px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 36px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 36px -15px rgba(0,0,0,0.75);
    
    color
}

/******************************************************
			MAIN > TOP-SURFACE
/******************************************************/

.top-surface{
    margin-bottom: 0;
    width: 100%;
    height: 15px;
    display: block;
}

.top-surface-sm{
    margin-bottom: 0;
    width: 100%;
    height: 15px;
    display: none;
}

.top-surface-nav{
    position: absolute;
    top: 95px;
    width: 100%;
    height: 15px;
}


.top-surface-footer{
    margin-bottom: 0;
    width: 100%;
    height: 15px;
}

.top-surface-mobil{
    margin-bottom: 0;
    width: 100%;
    height: 15px;
    display: none;
}

/******************************************************
			MAIN > BREADCRUMBS
/******************************************************/

.breadcrumb{
    background-color: transparent;
    padding: 0;
    padding-top: 40px;
}

/******************************************************
			MAIN > TEXT
/******************************************************/

#text{
    padding: 60px;
    padding-right: 40px;
    padding-top: 0;
    background-color: white;
    border-top: 1px solid rgb(223, 223, 223);
    padding-bottom: 32768px;
    margin-bottom: -32768px;
}

#text h1{
    margin-top: 0;
}

#text h2{
    font-size: 24px;
    color: #8C8C8C;
}

#text #info{
    font-size: 14px;
    font-weight: bold;
    color: rgb(122, 180, 62);
    display: block;
    margin-bottom: 40px;
}

#text p{
    margin-bottom: 15px;
}

#text p:last-child{
    margin-bottom: 60px;
}

#text img{
    max-width: 100%;
}

#text table{
	border-collapse: collapse;
	width: 100%;
	overflow-x: auto;
	table-layout: fixed;
}

#text tbody{
	overflow-x: auto;
	display: block;
}

#text table, #text th, #text td {
   border: 1px solid rgb(213, 213, 213);
}

#text th{
	border-bottom: 3px solid rgb(120, 177, 50);
}

#text th, #text td{
	padding: 8px;
}

/******************************************************
			MAIN > SIDE
/******************************************************/

#side{
    background-color: #4F4F4F;
    padding: 30px;
    padding-top: 40px;
    color: whitesmoke;
    padding-bottom: 32768px;
    margin-bottom: -32768px;
    border-top: 1px solid rgb(97, 97, 97);
}

#side h1{
    margin-top: 0;
    font-size: 26px;
    color: rgb(122, 180, 62);
    border-bottom: 1px solid rgb(244, 244, 244);
}

#side h1 > i{
    background-color: rgb(244, 244, 244);
    padding: 8px;
    font-size: 20px;
    position: relative;
    margin-right: 6px;
    color: rgb(79, 79, 79);
    width: 36px;
    text-align: center;
}

.side-aktuelles{
    margin-bottom: 30px;
}

.aktuelles-box{
    border: 1px solid rgb(244, 244, 244);
}

.side-aktuelles p > span{
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    display: block;
}

.aktuelles-date{
    font-weight: bold;
    padding: 6px;
    display: block;
}

.aktuelles-titel{
    background-color: rgb(244, 244, 244);
    color: rgb(79, 79, 79);
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding: 6px;
}

.side-information{
    padding-left: 0px;
    margin-bottom: 30px;
}

.side-information li{
    list-style: none;
}


/******************************************************
			Unterseiten > TERMINKALENDER
/******************************************************/

#termine-bereich{
    margin-top: 30px;
}

.row > p{
	margin-left: 15px;
	margin-right: 15px;
}

.termin-row{
	padding: 0px !important;
}

.termin{
	margin-left: 15px;
	margin-right: 15px;
	border-top: 1px solid rgb(213, 213, 213);
}

.termin:last-child{
	border-bottom: 1px solid rgb(213, 213, 213);
}

.termin > div{
	padding: 10px;
}

.termin > div p{
	text-overflow: ellipsis;
	/*height: 100px;*/
	overflow: hidden;
}

.termin-zeit{
	line-height: 30px;
	color: #252525;
	padding: 0px !important;
	padding-right: 10px !important;
	padding-bottom: 10px !important;
	font-size: 16px;
	padding-top: 26px !important;
}

.termin-date{
	font-weight: bold;
	color: rgb(122, 180, 62);
	font-size: 18px;
}

.termin-zeit small{
	font-size: 14px;
	border: 1px solid rgb(33, 99, 45);
	padding: 3px;
	border-radius: 4px;
}

.termin-bild{
	position: relative;
	overflow: hidden;
	padding: 0px !important;
}

.termin-bild img{
	width: 100%;
}

.termin-titel{
	font-weight: bold;
}

.termin-text{
	overflow: hidden;
}

.termin-text p{
	margin: 0px !important;
}


.termin-bis-line{
	border-top: 1px solid lightgray;
	margin-top: -15px;
	margin-bottom: 10px;
	width: 70px;
}

.termin-bis{
	margin-left: 20px;
	background-color: white;
	padding-left: 4px;
	padding-right: 4px; 
	font-size: 13px;
}

/******************************************************
			Unterseiten > VORSTAND / BEIRÄTE
/******************************************************/

.mitarbeiter-box{
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 350px;
}

.mitarbeiter-box:hover .mitarbeiter-name{
    text-overflow: auto;
    white-space: normal;
    overflow: visible;
}

.bild_mitarbeiter{
    height: 290px;
    width: auto;
    max-width: 200% !important;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.mitarbeiter-name{
    padding: 6px;
    background-color: #4F4F4F;
    color: white;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 2px solid rgb(122, 180, 62);
}

/******************************************************
			Unterseiten > Kontakt
/******************************************************/

#kontakt-btn{
    background-color: rgb(122, 180, 62);
    border: none;
}

/******************************************************
			FOOTER
/******************************************************/

footer{
    min-height: 150px;
    background-color: white;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid rgb(223, 223, 223);
    margin-bottom: 50px;
    color: gray;
    
    -webkit-box-shadow: 0px 10px 36px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 36px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 36px -15px rgba(0,0,0,0.75);
}

footer i{
    width: 18px;
}

footer a{
    color: rgb(122, 180, 62);
}

footer img{
    height: 20px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
}

footer #bankdaten{
    margin-top: 20px;
    font-size: 14px;
}

/******************************************************
			MOBIL (Media) > SM (>1200px)
/******************************************************/

@media (max-width: 1199px) {
    
    #logobox{
        top: 18px;
    }
    
    #logo-scroll{
        display: none !important;
    }
    
    .top-surface-nav{
        top: 185px;
    }
    
    .navbar-inverse{
        top: 200px;
    }
    
    .navbar-left {
        margin-left: 0;
    }
    
}


/******************************************************
			MOBIL (Media) > SM (> 992px)
/******************************************************/

@media (max-width: 991px) {
    
    .navbar-left{
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
        padding: 0px;
    }
    
    .top-surface{
        display: none;
    }
    
    .top-surface-sm{
        display: block;
    }
    
}

/******************************************************
			MOBIL (Media) > XS (>768px)
/******************************************************/

@media (max-width: 767px) {
    
	::-webkit-scrollbar {
		display: none;
	}
    
    #text h1{
        font-size: 24px;
    }
    
    #text h2{
        font-size: 20px;
    }
    
    #text h3{
        font-size: 18px;
    }
    
    #intro{
        display: none;
    }
    
    .navbar-inverse{
        top: 0 !important;
        position: fixed;
        left: 0px;
        right: 0px;
        z-index: 60;
    }
    
    .navbar-brand{
        display: block;
    }
    
    .navbar-left{
        margin-left: 0;
    }
    
    #logobox{
        display: none !important;
    }
    
    #logo-scroll{
        display: none !important;
    }
    
    .top-surface{
        display: none;
    }
    
    .top-surface-sm{
        display: none;
    }
    
    .top-surface-mobil{
        display: block;
    }
    
    .top-surface-nav{
        display: none;
    }
    
    main{
        margin-top: 60px;
        margin-bottom: 5px;
    }
    
    .breadcrumb{
        padding-top: 10px;
        padding-bottom: 0;
    }
    
    #text{
        padding: 30px;
        padding-right: 25px;
        padding-left: 25px;
        margin-bottom: 0;
    }
    
    #side{
        padding-right: 25px;
        padding-left: 25px;
    }
  
    
}




