body{
  /*font-family: 'Poppins', 'Courier New', Courier, monospace;
  background-color: #ccccd2;
  height: 200vh;
  */
  	margin: 0;
	padding: 0;
	/*background: #2C2723;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13‚px;
	background:#fff url(../files/background.jpg) top center no-repeat; 
	color:#777;
}

p.impress {

	margin: 0 0 10px;
	font-size: medium;
	line-height: 24px;
	
}	

a.impress {

    color: #5f205a;
    text-decoration: none;	
	
}	

p {

    line-height: 240%;
    text-align: justify;
	
}

h1 {
	padding-top: 1rem;
	color: #5f205a;
}

h2 {
	padding-top: 1rem;
	color: #5f205a;
}

h3 {
	padding-top: 1rem;
	color: #5f205a;
}
h4 {
	padding-top: 1rem;
	color: #5f205a;
}

ul, ol {
    margin-top: 0;
    line-height: 240%;
    text-align: justify;
}

div.indent {
    margin-left: 10px;
}

div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow {
    overflow: hidden;
}
div.csc-textpic-intext-right .csc-textpic-imagewrap {
    float: right;
}
div.csc-textpic-intext-right .csc-textpic-imagewrap, div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
    margin-left: 25px;
}

.agray:link, .agray:visited, .agray:hover, .agray:active { 
	text-decoration: underline; 
	color: #777;
}


.links:link, .links:visited {
    color: #5f205a;
    text-decoration: none;	
}	

.links:hover, .links:active {
	color: #5f205a;
	text-decoration: underline;	
}	

.bg-light{
  background-color: #f0f0f0 !important;
}

.btn {
  font-weight: 500;
  transition: .5s;
}

.btn.btn-primary {
  color: #FFFFFF;
}

.btn-sm-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-weight: normal;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
  color: #efefef;
  background-color: #11233b;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
}

.navbar-margin-right {
  margin-right: 2px; 	
}
.navbar-margin-left {
  margin-left: 2px; 	
}

.navbar-margin {
  margin-right: 2px; 
  margin-left: 2px;  
}


.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
	text-decoration: underline;
	color: #efefef;
	background-color: #5f205a;
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 500;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: .5s;
}

.footer {
  background-color: #f5f5f5;

}

@media (max-width: 767.98px) {
  .navbar-light .navbar-nav .nav-link  {
      margin-right: 0;
      padding: 10px 0;
  }
  
  .divHeader {
	  display: table;
	  justify-content: center;
	  margin-top: 2px;
	  width: 100%;
  }
  
  .imgPraxis {
	  max-width: 100%;
	  content:url(../files/mapsRaumspiel_s.png);
  }  
  
  .imgHeader {
	  width: 100%;
	  height: auto;
	  margin-bottom: 4px;
  }
  .imgHeaderNone {
	  display: none;	  
  }
  .divPage {
	display:block;  
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	padding-top:.5rem;

  }
  
  .divPageFlex {
	  
  }	  
  
  .colLeft {
	flex: 0 0 auto;
	width: 100%;
  }
  
  .colRight {
	flex: 0 0 auto;
	width: 100%;
   }
  
}

.div100 {
	width: 100%;
	margin: auto;
}

@media (min-width: 768px) {
  .navbar .nav-item .dropdown-menu {
      display: block;
      border: none;
      margin-top: 0;
      top: 150%;
      opacity: 0;
      visibility: hidden;
      transition: .5s;
  }

   .navbar-width {
	  width: 25%;
	}

  .divPage {
	width: 80%;
	margin: auto;
	padding-top:.5rem;
  }
  .divPageFlex {
	display: flex;
  }
  .divPageBlock {
	display: block;
  }	    
  
  .divHeader {
	  display: flex;
	  justify-content: center;
	  margin-top: 2px;
  }  
  
  .imgPraxis {
	  max-width: 100%;
	  content:url(../files/mapsRaumspiel.png);
  }
  
  .imgHeader {
	  width: 19.85%;
	  height: auto;
	  display: flex;	  
  }
  
  .imgHeaderNone {
	  width: 19.85%;
	  height: auto;
	  display: flex;
      margin-left: 0.2%;	  
  }
  
 
  
  .colLeft {
	flex: 0 0 auto;
	width: 66.66666667%;
	!padding-right: 1.5rem;
  }
  
  .colRight {
	flex: 0 0 auto;
	width: 33.33333333%;
	!padding-left: 1.5rem
   }
   
   .colSpace {
	   margin-right: 2rem;
   }
  
}