/*  responsive Menue wird nicht mehr vom Logo links oben überdeckt und richtet sich je nach Bildschirmgröße am rechten Rand aus*/

.toggle_menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: -60px;
    display: none;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 1001;
    visibility: visible;
}

@media screen and (max-width: 991px) {
.toggle_menu {
    display: block;
}
}

@media screen and (max-width: 799px) and (min-width: 768px) {
.toggle_menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 62px;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 1001;
    visibility: visible;
}
}

@media screen and (max-width: 800px) and (min-width: 778px){
.toggle_menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 50px;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 1001;
    visibility: visible;
}
}

@media screen and (max-width: 969px) and (min-width: 801px){
.toggle_menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 75px;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 1001;
    visibility: visible;
}
}

@media screen and (max-width: 991px) and (min-width: 970px){
.toggle_menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 110px;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 1001;
    visibility: visible;
}
}


/* facebook-icon blendet gleichzeitig mit horizontalem Menue ein*/
@media screen and (min-width: 992px) {
.visible-lg-inline-block {
    display: inline-block !important;
}
}

/* Überschrift verkleinert sich*/
@media screen and (max-width: 480px) {
.page_breadcrumbs h1 {
    font-size: 20px;
}
}

h2.news {
    margin-top: 40px;
    margin-bottom: 26px;
}
h2.news-head {
	line-height: 30px;
}
.center {
	text-align: center;
}

.hr {
	border: 1px solid #009a9d;
	margin-top: 0;
}

.text-right {
	text-align: right;
}
/* link farbe content : Accordeon */
.item-content a {
	color: #323232;
	font-weight: 300;
}
.item-content a:hover {
	font-weight: bold;
}
.ls.ms hr {
    background-color: #009a9d;
}

img.news {
	padding-top: 10px;
	padding-bottom: 10px;
	width:100%;
	height:auto;
}

.news-head {
	font-size: 24px;
	margin-top: 0;
}

@media screen and (max-width: 992px) {
	img.news {
	padding-top: 10px;
	padding-bottom: 10px;

}
	
.news-head {
		font-size: 24px;
	}
}

.margin-bottom {
	margin-bottom: 0;
}

.padding-news {
	padding: 0;	
}

@media screen and (max-width: 991px) {
	.padding-news {
	padding-left: 10px;	
}
	div.padding-news2 {
		padding: 0 0 0 10px;
	}
}

.item {
    -webkit-align-self: stretch;
    align-self: stretch;
	width:100%;
	height:100%;
}

/* Typographie angepasst */


h2.entry-title {
    font-size: 28px;
    margin: 10px 0 14px;
    margin-top: 10px;
}

/* Haftung */
h2.klein {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #9a9a9a;
	margin-bottom: 30px;
	margin-top: 0px;
}

p.margin-bottom40 {
	margin-bottom: 50px;
}


ul.margin {
	margin-left: -25px;
}

.img {
	width: 100%;
	height: auto;
}
/* submenu */
.sf-menu li.active ul li.active ul li a {
	color: #323232;
}

.sf-menu li.active ul li.active ul li.active  a{
	color: #009a9d!important;
}

.btn-default {
	background-color: #009a9d;
	color: #fff;
}
.ls a:hover {
	background-color: #fff;
	color: #009a9d;
	font-weight: normal;
}
.item-content a {
	background-color: #009a9d;
	color: #fff;
	border-radius: 16px;
}
