@import 'fonts.css';

* {
	border-radius: 0;
}

html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
font-variant-ligatures: none;
-webkit-font-variant-ligatures: none;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

body {
color:rgba(0,0,0,0.8);
font-size:16px;
font-family:'Open Sans', sans-serif;
font-weight:300;line-height:140%;
overflow-x:hidden;
letter-spacing:0.1px;
-webkit-font-smoothing: antialiased !important; 
-moz-osx-font-smoothing: grayscale;
hyphens: auto;
/*background:black; */
}
/*::-webkit-scrollbar { width: 16px; background: #000; } 
::-webkit-scrollbar-thumb { background: gray; border-radius: 3px; }
*/


article, aside, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

hr { width:60%;text-align:center;}
h1,h2,h3,h4,h5,h6 { font-weight:200;color:rgba(0,0,0,0.6);}
#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6 { font-weight:200;color:rgba(255,255,255,0.6);}

.cl {
  clear: both;
}

.logo img {
  max-width: 100%;
}

.wrapper {
  max-width: 1200px;
  margin: 20px auto 0 auto;
  min-width: 320px;
}

.header {
	width: 100%;
	display: block;
	min-height: 85px;
	padding: 19px 0px 15px 0px;
	background:rgb(255,255,255);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	position: fixed;
	z-index: 2;
	top: 0px;
}

.logo {
  padding: 0px 0px;
  margin: 0;
  float: left;
  width: 265px;
}


.main-content {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.mt50 { margin-top:50px;}
.mb40 { margin-bottom:40px;}

#footer { color:#b1b1b1; background:rgb(16, 20, 39);padding:30px 0 50px 0}
#footer h2 { font-size:26px;font-weight:300;padding-bottom:20px;}
#footer a { color:#b1b1b1; }
@media only screen and (min-width: 230px) and (max-width:910px) {
  .wrapper {
    width: 100%;
    margin: 50px 0 0 0;
  }
  .header {
    min-height: 75px;
  }
  .logo {
    display: none !important;
  }
  .header {
    box-shadow: none !important;
    background-image: none !important;
    position: static !important;
  }
  .bigmegamenu {
    position: static !important;
  }
}

@media only screen and (min-width: 911px) and (max-width:1064px) {
  .wrapper {
    width: 96%;
    margin: 0% 2%;
  }
}

@media only screen and (min-width: 1024px) and (max-width:1200px) {
  .wrapper {
    width: 96%;
    margin: 0% 2%;
  }
}
.min-height120 { min-height:120px}
.bg-box { background:rgba(229,229,229,0.5)}
.link:before { font-family: FontAwesome;content: "\f0c1";padding-right:5px }

#button {
  display: inline-block;
  background-color: #848a9a;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: 200;
  font-style: normal;
  font-size: 1em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}




.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  transition: opacity ease-out .7s;
  left: 0;
  opacity: 0; /* hide all slides */
  top: 0;
  position: absolute;
  width: 100%;
  display: block;
}
.carousel.fade .item:first-child {
  top: auto;
  opacity: 1; /* show first slide */
  position: relative;
}
.carousel.fade .item.active {
  opacity: 1;
}


@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


.slider{}

@media only screen and (max-width: 991px) {
	.slider { margin-top:50px;}
}


.btn-default,
.btn-colored {
	border-radius: 0;
	font-size: 13px;
	font-weight: 400;
	margin-right: 2px;
	margin-top: 10px;
	padding: 10px 15px;
}
/* button colored */
.btn-colored,
button.btn-colored {
	background-color: #393939;
	color: #fff;
}
.btn-colored:hover {
	background-color: rgba(34,34,34,0.8);
	color: #fff;
}
.btn-colored:hover,
button.btn-colored,
button.btn-colored:hover,
button.btn-colored:focus,
button.btn-colored.focus {
	color: #fff;
}


 .md { display:none}
    .items {
	display: flex;
	flex-wrap: wrap;
	margin-right: 0;
	margin-top: 10px;
}
.items .item {
  flex: 1 0 96%;
  box-sizing: border-box;
  background: #f1f1f1;
  color: #171e42;
  margin: 0 10px 20px 10px;
  padding:0;
}
.items .item p { padding:10px }

#start h4{font-size:18px;font-weight:300;text-align:center;padding:10px;border-bottom:1px solid blue; }
#start h2{font-size:32px;font-weight:300;text-align:center;letter-spacing:8px;padding:10px;color:rgba(0,0,0,0.7); }
#start .boxcolor { background:rgba(229, 229, 229, 0.3);border:10px solid #fff;}


#Home  .boxcolor h4{color:#fff;background:#315d7f;}

.pd40 { padding-bottom:40px;}
.col-height-border{ border:1px solid #f1f1f1;}
@media (min-width: 410px) { 
  .items .item { max-width: 100% - 10px); }
}
@media (min-width: 620px) {
  .items .item { max-width: 100%; }
}
@media (min-width: 830px) {
  .items .item { max-width: calc(100% - 20px); }
}
@media (min-width: 1040px) { 
	.md { display:block} 
	.items .item { max-width: calc(33% - 20px); }
}
@media (min-width: 1250px) {	
	.md { display:block}
	.items .item { max-width: calc(33% - 20px); }
}
@media (min-width: 1460px) {	
.md { display:block}
.items .item { max-width: calc(33%-20px) }
}
@media (min-width: 1670px) {	
	.md { display:block}
	.items .item { min-width: calc(33%-100px); }
}
@media (min-width:720px) {
	.grid {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: repeat(6, 1fr);
		grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
		grid-gap: 2vw;
	}
}




.navbar.affix-top,
.navbar.affix-bottom {
  position: static;
}

.navbar.affix{
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1;
  background: #fff;
  transition: all .35s ease;
}
#sidemenu a { color:#fff;}
#sidemenu.affix-top, #sidemenu.affix {
width:280px;
position: static;
}

#sidemenu.affix-bottom {
  position: relative;
}


#sidemenu .nav li {height:40px;color:#fff}

@media (min-width: 768px) {
    #sidemenu.affix {
      position: fixed;
      top: 40px;
    }
}


#sidemenu .nav-link.active,
#sidemenu .nav-link:link,
#sidemenu .nav-link:hover,
#sidemenu .nav-link:focus{
    color: #fff;
    border-bottom: 1px #000 dashed;
}

.anchor{
  display: block;
  height: 70px;
  margin-top: -70px;
  visibility: hidden;
}



.kite-one { font-family: 'Kite One';font-size:16px;text-align: center;}
.Yanone { 
	text-transform: uppercase;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:200;
	letter-spacing:1.2px;
}
.color-blau { color:#3e78b2; font-weight:400}

#footer i {font-size:18px;width:25px;text-align:center;}
#Kinderseite p { font-size:18px;}
#Kinderseite .list-unstyled > li:before {font-family: 'FontAwesome';content:'\f105';padding-right:10px;margin-left:20px}




.btn-label {position: relative;left: -12px;display: inline-block;padding: 6px 12px;background: rgba(0,0,0,0.15);border-radius: 3px 0 0 3px;}
.btn-labeled {padding-top: 0;padding-bottom: 0;}
.btn { margin-bottom:10px; }
.fs16{ font-size:16px; }
.fs18{ font-size:18px; }
.fs20{ font-size:20px; }
.fs32{font-size:32px}
.blau { color:#0c59c3; } 
.gruen { color:#2ba004; }
.rot { color:#ff0000; }
.gelb { color:#ffff00; }
.orange { color:#f29400; }

.fw300 { font-weight:300}
.fw400 { font-weight:400}
.fw500 { font-weight:500} 
.fw600 { font-weight:600}

/* @author Tim himself */

.ziehharmonika h3 {
	background: orange;
	color: #444;
	text-align: left;
	font-size:24px;
	border-radius: 4px;
	padding: 14px 12px;
	cursor: pointer;
	margin-top: 0;
	margin-bottom: 9px;
	padding-right: 40px;
	transition: 0.25s all;
	position: relative;
}
.ziehharmonika h3.active {
	margin-bottom: 21px;
	background: rgba(156, 190, 54, 1);
	color:#fff;
}
.ziehharmonika h3::before {
	content: attr(data-prefix);
	font-size: 18px;
	margin-right: 9px;
}
.ziehharmonika h3.alignLeft {
	padding-left: 35px;
}
.ziehharmonika > div {
	display: none;
	background: #fff;
	border-radius: 4px;
	border: 1px solid rgba(156, 190, 54, 1);
	text-align: left;
	padding: 31px 33px;
	margin-bottom: 9px;
}
.ziehharmonika .arrowDown {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13.0px 7.5px 0 7.5px;
	border-color: rgba(156, 190, 54, 1) transparent transparent transparent;
	position: absolute;
	bottom: 0;
	left: 40px;
	transition: 0.25s all;
	opacity: 0;
}
.ziehharmonika .active .arrowDown {
	bottom: -13px;
	border-color: rgba(156, 190, 54, 1) transparent transparent transparent;
	opacity: 1;
}
.ziehharmonika .collapseIcon {
	position: absolute;
	right: 20px;
	top: 45%;
	font-size: 25px;
	font-weight: 300;
	-ms-transform: translate(0, -50%);
	    transform: translate(0, -50%);
}
.ziehharmonika .collapseIcon.alignLeft {
	right: initial;
	left: 20px;
}