@charset "UTF-8";
/* CSS Document */

/* FONT FACE */
@font-face {
    font-family: 'museo_sans300';
    src: url('./museosans_300_macroman/MuseoSans_300-webfont.eot');
    src: url('./museosans_300_macroman/MuseoSans_300-webfont.eot?#iefix') format('embedded-opentype'),
         url('./museosans_300_macroman/MuseoSans_300-webfont.woff2') format('woff2'),
         url('./museosans_300_macroman/MuseoSans_300-webfont.woff') format('woff'),
         url('./museosans_300_macroman/MuseoSans_300-webfont.ttf') format('truetype'),
         url('./museosans_300_macroman/MuseoSans_300-webfont.svg#museo_sans300') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_sans700';
    src: url('./museosans_700_macroman/MuseoSans_700-webfont.eot');
    src: url('./museosans_700_macroman/MuseoSans_700-webfont.eot?#iefix') format('embedded-opentype'),
         url('./museosans_700_macroman/MuseoSans_700-webfont.woff2') format('woff2'),
         url('./museosans_700_macroman/MuseoSans_700-webfont.woff') format('woff'),
         url('./museosans_700_macroman/MuseoSans_700-webfont.ttf') format('truetype'),
         url('./museosans_700_macroman/MuseoSans_700-webfont.svg#museo_sans700') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_sans900';
    src: url('./museosans_900_macroman/MuseoSans_900-webfont.eot');
    src: url('./museosans_900_macroman/MuseoSans_900-webfont.eot?#iefix') format('embedded-opentype'),
         url('./museosans_900_macroman/MuseoSans_900-webfont.woff2') format('woff2'),
         url('./museosans_900_macroman/MuseoSans_900-webfont.woff') format('woff'),
         url('./museosans_900_macroman/MuseoSans_900-webfont.ttf') format('truetype'),
         url('./museosans_900_macroman/MuseoSans_900-webfont.svg#museo_sans900') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	font-family: 'museo_sans300';
	font-size: 20px;
	margin:0;
	padding:0;
	color: #000;
}

.img-full, .inner-row-md-6-pictures img {
    width: 100%;
}

.image-embed-item {
	max-width:100%;
	height:auto;
}
/*--------------------------------------------------------------------------------
-----Fonts------------------------------------------------------------------
----------------------------------------------------------------------------------*/
h1{
	font-family: 'museo_sans700';
	font-size: 65px;
	color: #000;
    margin-bottom: 30px;
}

h2{
	font-family: 'museo_sans900';
	font-size: 30px;
	color: #000;
}

.normal-font{
	font-family: 'museo_sans300';
}

.bold{
	font-family: 'museo_sans900';
}

.uppercase{
	text-transform: uppercase;
}

.italic{
	font-style: italic;
}

a:link{color: #000;}
a:hover{color: #000;}
a:visited{color: #000;}

p{
	margin-top: 40px;
	margin-bottom: 40px;
}

/*--------------------------------------------------------------------------------
-----Navigation------------------------------------------------------------------
----------------------------------------------------------------------------------*/
.navbar {
    min-height: 72px;
    border: 0px solid transparent;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.nav>li>a {
    display: block;
    padding: 0px;
    margin: 0px 50px;
    font-family: 'museo_sans700';
}

.navbar-nav li a {
    line-height: 73px;
    vertical-align: bottom;
    padding-top: 20px;
    padding-bottom: 0px;
}

.navbar-default .navbar-nav>li>a{
	color: #000;
	text-transform: uppercase;
	font-size: 15px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #000;
    background-color: transparent;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
}

.topline{ /*ABSTAND ZUR NAVI*/
	padding-top: 120px !important;
}

.outer{ /*ABSTAND WIE OUTER-BG*/
	padding-top: 80px;
}

.mt-5 {
	margin-top:10rem;
}

.frame-type-image .ce-column {
	margin-right: 2rem;
}

.frame-type-image .ce-column:last-child {
	margin-right: 0;
}

.frame-type-image .ce-row figure {
	margin-bottom: 2rem;
}

.frame-type-image .ce-row:last-child figure {
	margin-bottom: 0rem;
}

.frame-type-image .ce-row {
	clear: both;
}

/*--------------------------------------------------------------------------------
-----Baustein HEAD TEXT------------------------------------------------------------------
----------------------------------------------------------------------------------*/

.second-head-row-normalfont{
	/*margin-top: 20px;*/
}

.last-row-border{
	padding-bottom: 80px;
	border-bottom: 10px solid #000;
}

.outer-bg{
	padding-top: 80px;
	/*background-color: #c8ffd8; /* grün */
	/*background-color: #ffd3bf;  orange */
	/*background-color: #fff;  weiß */
}

/*--------------------------------------------------------------------------------
-----Baustein Tabelle------------------------------------------------------------------
----------------------------------------------------------------------------------*/
.table-row{
	border-top: 1px solid #000;
	padding-bottom: 15px;
}

.table-row-top-padding{
	padding-top: 20px;
}

.left-border{
	border-left: 1px solid #000;
}

.last-table-row{
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
	margin-bottom: 40px;
}

.link-row:hover{
	background-color: #000 !important;
	color: #fff;
    cursor:pointer;
}

.link-row:hover a { color:#fff;}

.link-row:hover > div > div > div.left-border {
	border-color: #fff !important;
}

/*--------------------------------------------------------------------------------
-----Baustein Förderer und Archiv------------------------------------------------------------------
----------------------------------------------------------------------------------*/

.border-bottom-thick{
	border-bottom: 10px solid #000;
	margin-top: 20px;
}

.border-bottom{
	border-bottom: 1px solid #000;
}

.SUBNAVI{
	margin-top: 26px;
}

ul.SUBNAVI > li > a{
	margin-left: 50px;
}

.contentwithlines{
	padding-top: 20px;
	padding-bottom: 20px;
}

.before-table-row{
	margin-bottom: 40px;
}

.inner-row-md-6-pictures{
	margin-top: 30px;
}

.detail-sidetext-header{
	margin-top: 25px;
	margin-bottom: 80px;
}

.detail-sidetext-header h2 {
    margin-top: -5px;

}

.inner-x{
	margin-top: -2px;
}

hr { border-top: 1px solid #000;}

.ce-gallery figcaption { font-size:75%;}

/*--------------------------------------------------------------------------------
-----Baustein Footer------------------------------------------------------------------
----------------------------------------------------------------------------------*/
footer{
	margin-top: 2%;
	margin-bottom: 4%;
}

.chev-up{
	text-align: center;
	margin-bottom: 5.8%;
}

.margin-top-links{
	margin-top: 1%;
}


.top-content h2 { margin-bottom:0; margin-top:0; }
.top-content { font-size: 30px; padding-top:20px; }

footer .col-md-2 { width:20%; }

.frame-ruler:before, .frame-ruler:after {
	display: none;
}

.frame-ruler {
	margin-top: 2rem;
	border-top: 1px solid rgba(0,0,0,1);
	border-bottom: 1px solid rgba(0,0,0,1);
	padding-top:7rem;
	padding-bottom:7rem;
}

.frame-ruler-before {
	border-top: 1px solid rgba(0,0,0,1);
	padding-top:7rem;
	margin-top: 2rem;
}

.frame-ruler-after {
	border-bottom: 1px solid rgba(0,0,0,1);
	padding-bottom:7rem;
}


/*--------------------------------------------------------------------------------
-----Responsive------------------------------------------------------------------
----------------------------------------------------------------------------------*/

@media (max-width: 768px){
	.left-border{
		border-left: 0px solid #fff;
	}


}
@media (min-width: 990px){
	.navbar-brand img.img-full {
		width: 60%;
		margin-top: 40px;
	}

	.insta {
		padding-left:6rem;
	}
}
@media (min-width: 1200px){
	.container {
	    width: 1100px;
	}
}

@media (min-width: 1300px){
	.container {
	    width: 1200px;
	}
}

@media (min-width: 1500px){
	.container {
	    width: 1400px;
	}
}

@media (min-width: 1600px){
	.container {
	    width: 1500px;
	}
}

@media (min-width: 1900px){
	.container {
	    width: 1580px;
	}
}

@media (max-width: 991px){
 .hcol1, .hcol2, .hcol3 { height: inherit !important;}
	.navbar-brand {
		float: none;
	}

}

.topline p,.ce-textpic p{margin-bottom:0px; margin-top:0px;}
.ce-textpic, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div{overflow:visible !important;}
.contentwithlines img{width:100%;}

