/* COLOR VARIABLES*/


:root {
  --header-bg-color: #0d47a1;
  --header-ft-color: #fff;
  --highlight-light: #fff;
  --highlight-dark: #003c8f;
  --accent-dim: #e0e0e0;
  --accent-super-dim: #f3f3f3;
  --font-color: #34393e;
  --card-box-shadow: 0 1px 2px 0 rgba(61, 65, 68, 0.06), 0 1px 3px 1px rgba(61, 65, 68, 0.16);
  --search-box-shadow: 0 1px 2px 0 rgba(41, 45, 48, 0.36), 0 1px 3px 1px rgba(41, 45, 48, 0.46);
  --transition: 350ms;
}

body {
  color: #000000;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/Digitale-Berge-01_grau_kurz.svg");
  background-attachment: fixed;
  background-position: right 500px;
  }

a {
  display: block;
  color: #ffffff;
}

#navbar a:hover {
  color: var(--header-bg-color);
}

button  {
	color: #ffffff;
  background-color: var(--header-bg-color);
}

button:hover{
	color: var(--header-bg-color);
  background-color: #ffffff;
  border-color: var(--header-bg-color); 
}

button.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin: 0;
    margin-right: 5px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;}
    

button.navbar-toggle {
	background-color: var(--header-bg-color);
	border: var(--header-bg-color);
	}

	 
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background: var(--accent-dim);
	border-radius: 4px;
	border: 1px solid var(--header-bg-color);
	 }
	 
/*.navbar-inverse .navbar-toggle {
  border-color: var(--header-bg-color)
}
.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-nav>li>a  {
  color: #A5A5A5;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover  {
  color: var(--header-bg-color);
}

.navbar-inverse .navbar-toggle .icon-bar .icon-bar {
  background-color: green;
}
*/
 
header .navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}

.article {
  margin-top: 100px;
}

#produkte{
	display: grid;
	justify-content: center;
	padding-bottom: 20px;
	text-align: center;

	}
	
	
#produkte:before {
  	content: "";
    background: url("../images/BIF-blau-Buch-Brille-viele-Buecher.svg") no-repeat;
    display: grid;
    justify-content: center;
    height: 150px;
    width: 150px;
    margin-bottom: 25px;
	
}
	
	
.col-md-10 {
	width: 100%;
	}
	
	
.col-md-10 ul {
	list-style: none;
 	display: grid;
  	grid-gap: 10px;
  	margin: 0 auto;
  	padding: 0;
  	max-width: 1200px;
}

.col-md-10 li a{
	background: var(--header-bg-color);
  	display: grid;
  	justify-content: center;
  	align-content: center;
	color: #ffffff;
	border: 2px solid var(--header-bg-color);
	border-radius: 4px;
	box-shadow: rgb(0,0,0,) 0px 0px 0px 0px;
	transition: translateY(0); 
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.col-md-10 li a:hover{
	transition : 1000ms;
	transform : translateY(-0px);
	color: var(--header-bg-color);
	background: var(--accent-dim);
	border: solid 2px var(--header-bg-color);
	margin: 0;
}


.contribution-link {
  visibility: hidden;
}

.navbar-right {
  visibility: hidden;
}

.content.wrap {
  padding-top: 0px;
}

/* HEADINGS */
.WhiteCircle {
  height: 100%;
  width: 150%;
  background-color: #FFFFFF;
  z-index: -1;
  /*+border-radius: 50%;*/
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  margin-left: -20%;
  margin-top: 40%;
  border: 1px solid #FFFFFF;
  display: none;
}

.Circle {
  color:var(--header-bg-color);
  font-size: 4rem;
  padding-top: 120px;
 padding-left: 30px;  
  font-family: Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  display: none;
}


.navbar-inverse {
	background-color: #ffffff
	}
.subnav {
	display: none;
	}
		
.container {
	height: 100px;
	height: 100%;
	}
	
.logo {
  width: 225px;
  
}

@media (min-width: 600px) {
  .col-md-10 ul { 
  grid-template-columns: repeat(2, 1fr);
  }
  
  header.container {
  padding: 0;
  } 

  body{ 
    background-image: url("../images/Digitale-Berge-01_grau.svg");
    background-size: contain;
    background-position: right bottom;
  }

}

@media (min-width: 900px) {
  .col-md-10 ul { 
  grid-template-columns: repeat(3, 1fr); }
  
    .col-md-10 a {

}
