@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

.navbar-default {
    background-color:rgba(210,210,210,0.3);
	background:linear-gradient(to bottom,transparent, #84007B, transparent);
	border:none;
	font-size:0.7vw;
    font-family: 'Lato', sans-serif;
    font-weight:400;
	margin:0;
}
/* title */
.navbar-default .navbar-brand {
	color:#FFF6BB;
}
.navbar-default .navbar-brand:hover {
	color:#FFF6BB;
}
.navbar-default .navbar-brand:focus {
	color:#FFF6BB;
}
/* link */
.navbar-default .navbar-nav > li > a {
	color:#FFF6BB;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #ff0000;
}
.navbar-default .navbar-nav > li > a:focus {
	color:#FFF6BB;
}

/**********  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;
	background-color:rgba(240,193,255,1);
}

.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;
}


/******  center items in navbar  ********/
.navbar-nav {
    float:none;
    margin:0 auto;
    display: block;
    text-align: center;
}
.navbar-nav > li {
    display: inline-block;
    float:none;
}
/****  end center items in navbar  ******/

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background:rgba(240,193,255,1);
}
	

.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0px;
  width:100%;
  font-weight:bold;
  border-top: 5px solid #510074;
  background:rgba(246,219,255,1.00);
}

/******  transition effect  ********/


/******  transition effect  ********/

.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > div > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight:400;
  line-height:1.2;
  color: #000000;
  white-space: normal;
  font-size:1.4vw;
}
.dropdown-menu-large > div > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight:400;
  line-height: 1.2;
  color: #000000;
  white-space: normal;
  font-size:1.4vw;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-large > div > li ul > li > a:hover,
.dropdown-menu-large > div > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 1.5vw;
}
.dropdown-menu-large .dropdown-header a:link {
  color: #428bca;
  font-size: 1.5vw;
  font-weight: bold;
  padding-left: 0;
}
.dropdown-menu-large .dropdown-header a:visited {
  color: #428bca;
  font-size: 1.5vw;
  font-weight: bold;
  padding-left: 0;
}
.dropdown-menu-large .dropdown-header a:hover {
  color: #CA4141;
  font-size: 1.5vw;
  font-weight: bold;
  padding-left: 0;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}
@media (max-width: 1200px) {
	.flags {
		display:none;
	}
}
@media (max-width: 1200px) {
	#projekte {
		display:none;
	}
}
@media (max-width: 1000px) {
	#medien {
		display:none;
	}
}
	.achtung {
		text-align:center;
		background-color:red;
		font-size:2vw;
		font-weight:bold;
		padding:10px 0;
		color:#ffffff;
		text-shadow: 1px 1px 1px #000000;
		box-shadow: 3px 3px 6px #666666;
	}
	.achtung a:link    { color:#ffffff; text-decoration:none; }
	.achtung a:visited { color:#ffffff; text-decoration:none; }
	.achtung a:hover   { color:#ffff00; text-decoration:none; }

