	body        {
        font-size:28px;
		font-size:2vw;
		background-color: #FEFFE6;
		background:#750075 url(/pictures/Hintergruende/HG_Katalogseite_02.jpg) repeat;
		font-family:Georgia, 'Times New Roman', Times, serif;
		color:#000;
		}


.navbar-default {
    background-color:transparent;
	border-top:1px solid #666666;
	font-weight:bold;
	border-right:none;
	border-left:none;
	border-bottom:1px solid #666666;
	font-size:1vw;
	margin:0;
}
/* title */
.navbar-default .navbar-brand {
    /*color:#C9B382;*/
	color:#000;
}
.navbar-default .navbar-brand:hover {
    /*color:#C9B382;*/
	color:#000;
}
.navbar-default .navbar-brand:focus {
    /*color:#C9B382;*/
	color:#000;
}
/* link */
.navbar-default .navbar-nav > li > a {
    /*color:#C9B382;*/
	color:#000;
	font-weight:normal;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #ff0000;
	font-weight:normal;
}
.navbar-default .navbar-nav > li > a:focus {
    /*color:#C9B382;*/
	color:#000;
	font-weight:normal;
}

/**********  SUB MENUS  *********************/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
	right: auto;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media (max-width: 1200px) {
	.flags {
		display:none;
	}
}
@media (max-width: 1100px) {
	#projekte {
		display:none;
	}
}
@media (max-width: 900px) {
	#medien {
		display:none;
	}
}


.bg1 {
	background-image:url(/pictures/Art_87/Art-18-87-4-logo-left.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 70%;
	height:26vw;
}
.bg2 {
	background-image:url(/pictures/Art_87/ART_88_012_1683.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	height:42vw;
	margin-top:1vw;
}






.modal.fade .modal-dialog {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s;
}

.modal.fade.in .modal-dialog {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    /*transform: scale(1);*/
    -webkit-transform: translate3d(0, -250px, 0);
    transform: translate3d(0, -250px, 0);
    opacity: 1;
}










h4 { font-size: 1.2vw; }

.bg_page_link {
	/*background-color:rgba(255,0,0,.5);
	background: linear-gradient(to right,rgba(255,0,0,.0),rgba(255,0,0,.5),rgba(255,0,0,.5),rgba(255,0,0,.0));*/
	border-top:1px solid #000;
}
.bottom_link_left {
	font-size:1.8vw;
	color:#2A0028;
	float:left;
}
.bottom_link_left a { color:#000; text-decoration:none; }
.bottom_link_left a:hover { color:#FF0000; text-decoration:none; }

.bottom_link_right {
	font-size:1.8vw;
	color:#2A0028;
	float:right;
}
.bottom_link_right a { color:#000; text-decoration:none; }
.bottom_link_right a:hover { color:#FF0000; text-decoration:none; }

.bg_page {
	background: linear-gradient(to right, rgba(255,0,0,0),rgba(50,0,63,.2),rgba(255,0,0,0) );
}
