
html, body {
	background: url(../../../images/bg.jpg);
	background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
	color: #000;
	margin-top: 27px;
	min-height: 1000px;
	font-size: 20px;
	
}
html {
	overflow-y:scroll;
}


a, a:hover, a:active, a:focus{
	color: blue;
	background-color: transparent !important;
}

.linktext {
	font-size: 16px;
	color: #fff;
	line-height: 1.8em;
}


h1 {
	font-size: 80px;
	font-family: 'kg_happyregular';
	color: blue;
	font-weight: 500;
}

h3 {
	font-family: 'Happy Monkey';
}

h4 {
	font-size: 50px;
	font-family: 'kg_happyregular';
	color: blue;
}

.font-ank {
	font-size: 16px;
}

.inhalt {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1024px) {
	h1 {
	font-size: 3em;
	font-family: 'kg_happyregular';
	color: blue;
  }
}

@media screen and (max-width: 768px) {
	h1 {
		font-family: 'kg_happyregular';
		font-size: 3em;
		color: blue;
	}
}

@media screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	h1 {
	font-size: 2em;
	font-family: 'Happy Monkey';
	color: blue;
} 
}
	

p, br, span{
	font-family: 'Happy Monkey';
	/*font-size: 20px;*/
	/*line-height: 1.5em;*/
}

.row {
	margin: 0;
}

.container {
	width: 100%;
	max-width: 1300px;
}

.min_height {
	min-height: 1000px;
}

.navbar-nav{
	margin: 0;
}

.navbar-default {
    background-color: #f99f47;
    border-bottom: 4px solid #3D1E17;
	padding-left: 6%;
}

@media screen and (max-width: 1024px) {
	.navbar-default {
		padding-left: 4%;
	}
}
@media screen and (max-width: 768px) {
	.navbar-default {
		padding: 0;
	}
}

/*.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 10px;
}*/

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-nav > li > a {
	font-family: 'Happy Monkey';
    color: #fff;
	font-size: 18px;
}

@media screen and (max-width: 1024px) {
.navbar-default .navbar-nav > li > a {
	font-family: 'Happy Monkey';
    color: #fff;
	font-size: 0.95em;
  }
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: transparent;
}

.dropdown-menu {
    position: absolute;
    top: 108%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0px;
    margin: 2px 0px 0px;
	font-family: 'Happy Monkey';
    font-size: 18px;
    text-align: left;
    list-style: outside none none;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid transparent;
	box-shadow: 0 6px 12px rgba(0,0,0,0);
	
}

@media screen and (max-width: 1024px) {
	.dropdown-menu {
		font-size: 0.95em;
	}
}

.dropdown-menu .caret{
	display: none;
}
	
.dropdown-menu > li > a, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-submenu {
    position: relative;
	
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    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;
}

.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: #fff;
    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;
}


.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #fff;
}

.img-responsive {
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: 0px auto;
    display: block;
	padding: 3px 0 3px 0;
}

.caption {
	background-color: #E0BE04;
	padding: 0 0 0 10px;
	color: #fff;
	font-size: 12px;
}

.image-thumb {
	max-width: 100%;
	height: auto;
}

.form-group {
	margin-left: auto;
	margin-right: auto;
}

.navbar-inverse {
    background-color: #f4b946;
	color: #fff;
    border-color: #080808;
	-webkit-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.75);
}

.navbar-inverse-inner {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding-top: 12px;
	text-align: center;
	background: url(../../../images/bg-footer.jpg);
	height: 50px;
}


.footer {
	font-family: 'Happy Monkey';
	font-size: 0.8em;
	background-color: #757575;
	color: #fff;
	min-height: 200px;
	padding-top: 20px;
}

.footer-inner {
	padding-left: 40px;
}

.teaser-main {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}



.black {
	background-color: #4b4a4b;
}

.turkis {
	background-color: #059799;
}

.blue {
	background-color: #5285f7;

}
.red {
	background-color: #f7455e;
}

.violett {
	background-color: #d462fa;
}

.ocker {
	background-color: #f4b946;
}

.green {
	background-color: #68af72;
}
.orange {
	background-color: #f99f47;
}
	
.image-teaser {
	float:left; 
	margin:2px 15px 2px 0;
}

.abstand-oben {
	margin-top: 30px;
}

.abstand-unten {
	margin-bottom: 30px;
}

.image-article-summary {
	width: 100%;
	height: auto;
}

.font-black {
	color: #000;
	font-size: 1.2em;
}

.bilderwolke {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 900px;
	height: auto;
}

.rund {
	display: inline-block;
   border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	margin: 5px;
}

.bild {
	display: inline-block;
   border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

.rund:nth-child(1) {
	border: 5px solid red;
	width: 150px;
	height: 150px;
	position: relative;
    top: 20px;
	left: 5%;
	z-index:500;
}

.rund:nth-child(2) {
	border: 5px solid blue;
	width: 100px;
	height: 100px;
	position: relative;
    top: 20px;
	left: 3%;
	z-index:500;
}

.rund:nth-child(3) {
	border: 5px solid yellow;
	width: 120px;
	height: 120px;
}

.rund:nth-child(4) {
	border: 5px solid teal;
	width: 180px;
	height: 180px;
}

.rund:nth-child(5) {
	border: 5px solid fuchsia;
	width: 220px;
	height: 220px;
}

.rund:nth-child(6) {
	border: 5px solid aqua;
	width: 180px;
	height: 180px;
	position: relative;
    top: 60px;
	left: 1%;
	z-index:500;
}

.rund:nth-child(7) {
	border: 5px solid maroon;
	width: 140px;
	height: 140px;
}

.rund:nth-child(8) {
	border: 5px solid navy;
	width: 220px;
	height: 220px;
	position: relative;
    top: 20px;
	left: 1%;
	z-index:500;
}

.rund:nth-child(9) {
	border: 5px solid olive;
	width: 160px;
	height: 160px;
}

.rund:nth-child(10) {
	border: 5px solid purple;
	width: 120px;
	height: 120px;
}

.rund:nth-child(11) {
	border: 5px solid red;
	width: 150px;
	height: 150px;
	position: relative;
    top: -75px;
	left: 25%;
	z-index:500;
}

hr.style1 {
width: 100%;
max-width: 900px;
border: 0;
height: 1px;
background: #333;
background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

.div160 {
	width: 100%;
	max-width: 160px;
	float: left;
	position: relative;
	top: 25px;
    margin: 0 20px 0 0;
}

.div200 {
	width: 100%;
	max-width: 200px;
	float: left;
}

.div230 {
	width: 100%;
	max-width: 230px;
	float: left;
}

.div250 {
	width: 100%;
	max-width: 250px;
	flat: left;
}

.div280 {
	width: 100%;
	max-width: 280px;
	flat: left;
}

.div300 {
	width: 100%;
	max-width: 300px;
	float: left;
}

.div320 {
	width: 100%;
	max-width: 320px;
	float: left;
}

.div350 {
	width: 100%;
	max-width: 350px;
	float: left;
}

.div380 {
	width: 100%;
	max-width: 380px;
	float: left;
}

.div400 {
	width: 100%;
	max-width: 400px;
	float: left;
}

/* --------- article pagination ----------- */
    .article_paginate_navi {
       font-family: verdana, arial, sans-serif;
       font-size: 11px;
       background: #4b4a4b;
       color: #444;
       margin: 21px 0 0 0;
       padding: 3px 15px 0 60px;
       height: 20px;
       width: 100%;
       }

    .article_paginate_navi a {
       color: #fff;
       font-weight: bold;
       text-decoration: none;
       }
       
    .article_paginate_navi a:hover {
       color: #fff;
       font-weight: bold;
       text-decoration: none;
       }

    .apn_prev {
       float: left;
       color: #fff;
       margin: 0;
       padding: 0 20px 0 0;
       }
    .apn_mid {
       float: left;
       color: #fff;
       margin: 0;
       padding: 0 0px 0 30px;
       }
    .apn_navi {
       float: left;
       color: #fff;
       margin: 0;
       padding: 0 0 0 60px;
       }
    .apn_next {
       float: right;
       color: #fff;
       margin: 0;
       padding: 0 0px 0 20px;
       }
	   
.flex-container {
  list-style: none;
  height: 100%;
  
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  min-height: 120px;
}

.flex-container170 {
  list-style: none;
  height: 100%;
  
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  min-height: 170px;
}

.flex-start { -webkit-align-self: flex-start; align-self: flex-start; }
.flex-end { -webkit-align-self: flex-end; align-self: flex-end; }
.center { -webkit-align-self: center; align-self: center; }
.baseline { -webkit-align-self: baseline; align-self: baseline; }
.stretch { -webkit-align-self: stretch; align-self: stretch; }
