@charset "UTF-8";
/* CSS Document */

/* quicksand-300 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/quicksand-v9-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Quicksand Light'), local('Quicksand-Light'),
       url('../fonts/quicksand-v9-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quicksand-v9-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quicksand-v9-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quicksand-v9-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quicksand-v9-latin-300.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* quicksand-500 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/quicksand-v9-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Quicksand Medium'), local('Quicksand-Medium'),
       url('../fonts/quicksand-v9-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quicksand-v9-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quicksand-v9-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quicksand-v9-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quicksand-v9-latin-500.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/quicksand-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Quicksand Regular'), local('Quicksand-Regular'),
       url('../fonts/quicksand-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quicksand-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quicksand-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quicksand-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quicksand-v9-latin-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* quicksand-700 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/quicksand-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Quicksand Bold'), local('Quicksand-Bold'),
       url('../fonts/quicksand-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quicksand-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quicksand-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quicksand-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quicksand-v9-latin-700.svg#Quicksand') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'turntablz_bbregular';
    src: url('../fonts/turnb___-webfont.woff2') format('woff2'),
         url('../fonts/turnb___-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
p {
    line-height: 24px;
}
.text ul {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #666666;
    font-style: normal;
    margin-bottom: 10px;
}
.text a {
	color: #cd1316;
}
.text a:hover {
	color: #fbb900;
}
.text ul {
	list-style: none;
	padding: 0;
	padding-bottom: 10px;
}
.text li {
	padding-left: 1.3em;
}
.text li:before {
	content: "#"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
	color: #cd1316;
}
.navigation > li {
	margin: 0px 7px 0px 15px;
}
.contact-info {
	position: relative;
	padding: 50px 0px 0px 0px;
}
.item {
	background-clip: content-box;
	background-color: #fafafa;
}
.box {
	padding: 15px 10px 10px 10px;
}
.contact-info .ueberschrift {
	padding: 0 10px 0 10px;
}
.contact-info .text {
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
	padding: 0 10px 0 10px;
}
.header-top .info-area .single-info .text, .footer-bottom {
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
}
.navigation > li > a, p, a, ul, li, .footer-bottom a {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
}
strong, bold, h1, .main-header .donate-box button {
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
}
h2, h3, h4, h5, h6 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
}
h1 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 42px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
.turn h1, .turn h2, .turn h3 {
    font-family:'turntablz_bbregular';
    font-weight:normal;
}
.white h1, .white h2, .white h3 {
    color: #fff;
	background-color: rgba(0,0,0,0.5);
	display:inline;
}
.red h1, .red h2, .red h3 {
    color: #cd1316;
	background-color: rgba(0,0,0,0.5);
	display:inline;
}
.blue h1, .blue h2, .blue h3 {
    color: #009ee3;
	background-color: rgba(0,0,0,0.5);
	display:inline;
}
.yellow h1, .yellow h2, .yellow h3 {
    color: #ffdd00;
	background-color: rgba(0,0,0,0.5);
	display:inline;
}
.pink h1, .pink h2, .pink h3 {
    color: #e5007d;
	background-color: rgba(0,0,0,0.5);
	display:inline;
}
.green h1, .green h2, .green h3 {
    color: #3da434;
	background-color: rgba(0,0,0,0.5);
	display:inline;
}
.orange h1, .orange h2, .orange h3 {
    color: #fbb900;
	background-color: rgba(0,0,0,0.5);
	display:inline;
}
.item.red h1, .item.red h2, .item.red h3 {
    color: #cd1316;
	background-color: transparent;
	display:inline;
}
.item.blue h1, .item.blue h2, .item.blue h3 {
    color: #009ee3;
	background-color: transparent;
	display:inline;
}
.item.yellow h1, .item.yellow h2, .item.yellow h3 {
    color: #ffdd00;
	background-color: transparent;
	display:inline;
}
.item.pink h1, .item.pink h2, .item.pink h3 {
    color: #e5007d;
	background-color: transparent;
	display:inline;
}
.item.green h1, .item.green h2, .item.green h3 {
    color: #3da434;
	background-color: transparent;
	display:inline;
}
.item.orange h1, .item.orange h2, .item.orange h3 {
    color: #fbb900;
	background-color: transparent;
	display:inline;
}
/* body {
    background-image: url(../images/background-kinderuni.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: rgba(61,164,52,1);
} */
.header-top {
    padding: 23px 0px 22px 0px;
    background: #ffdd00;
}
.logo-box img {
    height: 100px
}
.logo-box {
    text-align: center;
}
.header-top .info-area.left {
    float: left;
}
.header-top .info-area .single-info .icon-box {
    background: #cd1316;
}
.header-top .info-area .social-top li a {
    border: 1px solid #3da434;
    background-color: #3da434;
    color: #fff;
}
.header-top .info-area .social-top li a:hover {
    color: #3da434;
    border: 1px solid #3da434;
    background-color: transparent;
}
.header-top .info-area .single-info:first-child::before {
    content: none;
}
.header-top .info-area .single-info .text {
    font-size: 18px;
    line-height: 20px;
    color: #cd1316;
}
.header-top .info-area .social-top {
    top: 0;
}
.main-header .donate-box button, .main-header .donate-box::after {
    background: #009ee3;
}
.navigation > li.current > a, .navigation > li > a:hover {
    color: #ffdd00
}
.navigation > li.current > a::before {
    content: none;
}
.scroll-to-top {
    background: #e5007d;
}
.scroll-to-top:hover {
    background: #fbb900;
}
.main-footer-area {
	position: relative;
	background: #3da434;
	width: 100%;
}
.footer-bottom,  .footer-bottom a:hover {
	color: rgba(255,255,255,1);
}
.footer-bottom a {
	color: rgba(255,255,255,0.6);
}
.welcome-section {
	padding: 250px 0px 150px 0px;
}
.mt-5 {
margin-top: 5px;
}
.mt-10 {
margin-top: 10px;
}
.mt-25 {
margin-top: 25px;
}
.mt-50 {
margin-top: 50px;
}
.mt-75 {
margin-top: 75px;
}
.mt-100 {
margin-top: 100px;
}
.cc-revoke, .cc-window, .cc-floating .cc-message {
font-family: 'Quicksand', sans-serif;
font-weight: 400;
    font-size: 13px !important;
}
.cc-link {
    font-size: 13px !important;
    padding: 0 !important;
}
.cc-btn {
    font-size: 14px !important;
    font-weight: 400 !important;
}
.cc-window.cc-floating {
    padding: 1.5em !important;
}
.gallery-block{
	position:relative;
	margin-bottom:30px;
}
.gallery-block .inner-box{
	position:relative;
	overflow:hidden;
}
.gallery-block .inner-box .image-box{
	position:relative;
}
.gallery-block .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}
.gallery-block .inner-box .image-box .overlay-box{
	position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
	width: 100%;
    height: 100%;
	color: #ffffff;
	text-align: center;
	background: rgba(205,19,22,0.60);
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translate(-100%,0%);
    -ms-transform: translate(-100%,0%);
    -o-transform: translate(-100%,0%);
    -moz-transform: translate(-100%,0%);
    transform: translate(-100%,0%);
}
.gallery-block .inner-box .image-box .overlay-box .overlay-inner{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    padding: 10px 30px;
	vertical-align: middle;
}
.gallery-block .inner-box .image-box .overlay-box .overlay-inner .content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.gallery-block .inner-box .image-box .overlay-box .content .icon{
	position: relative;
    display: inline-block;
    font-size: 14px;
    color: #3da434;
    width: 44px;
    height: 44px;
    margin: 0px 3px;
    line-height: 44px;
    border-radius: 50%;
	background-color:#ffffff;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.gallery-block .inner-box .image-box .overlay-box .content .icon:hover{
	color:#ffffff;
	background-color:#3da434;
}
.gallery-block .inner-box .lower-box{
	position:relative;
	padding-top:20px;
}
.gallery-block .inner-box .lower-box h3{
	position:relative;
	font-size:20px;
	font-weight:400;
}
.gallery-block .inner-box .lower-box h3 a{
	color:#222222;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.gallery-block .inner-box .lower-box h3 a:hover{
	color:#008bd2;
}
.gallery-block .inner-box .lower-box .designation{
	position:relative;
	font-weight:300;
	font-size:16px;
	color:#008bd2;
}
.gallery-block .inner-box:hover .overlay-box{
	opacity:1;
	-webkit-transform:translate(0%);
	-ms-transform:translate(0%);
	-o-transform:translate(0%);
	-moz-transform:translate(0%);
	transform:translate(0%);
}
.gallery-section {
    background: transparent;
    padding-bottom: 25px;
}
.pure-table {
 empty-cells:show;
 border:1px solid #cbcbcb
}
.pure-table caption {
 color:#000;
 font:italic 85%/1 arial,sans-serif;
 padding:1em 0;
 text-align:center
}
.pure-table td,
.pure-table th {
 border-left:1px solid #cbcbcb;
 border-width:0 0 0 1px;
 font-size:14px;
 margin:0;
 overflow:visible;
 padding:.5em 1em
}
.pure-table th {
 font-weight: 500;
}
.pure-table td:first-child,
.pure-table th:first-child {
 border-left-width:0;
}
.pure-table td:first-child {
font-weight: 500;
}
.pure-table thead {
 background-color:#e0e0e0;
 text-align:left;
 vertical-align:bottom;
}
.pure-table td {
 background-color:transparent
}
.pure-table-odd td,
.pure-table-striped tr:nth-child(2n-1) td {
 background-color:#f2f2f2
}
.pure-table-bordered td {
 border-bottom:1px solid #cbcbcb
}
.pure-table-bordered tbody>tr:last-child>td {
 border-bottom-width:0
}
.pure-table-horizontal td,
.pure-table-horizontal th {
 border-width:0 0 1px;
 border-bottom:1px solid #cbcbcb
}
.pure-table-horizontal tbody>tr:last-child>td {
 border-bottom-width:0
}
@media only screen and (max-width: 1200px) {
.header-top .info-area .social-top {
    margin-top: 0;
}
.logo-box img {
    height: 75px
}
}

@media only screen and (max-width: 767px) {
.header-top .info-area {
    display: none;
}
}